-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Serveral adaption in docu, some designed adaptions (#2369)
- Loading branch information
1 parent
6e87bdf
commit 07784e6
Showing
14 changed files
with
103 additions
and
39 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<clr-dropdown> | ||
<button type="button" class="btn btn-icon btn-outline-primary" clrDropdownTrigger> | ||
<button type="button" class="btn btn-icon btn-outline-primary history-button" clrDropdownTrigger> | ||
<cds-icon shape="history" size="16"></cds-icon> | ||
<cds-icon shape="angle" direction="down" size="12"></cds-icon> | ||
</button> | ||
<clr-dropdown-menu [clrPosition]="position" *clrIfOpen> | ||
<label class="dropdown-header" aria-hidden="true">{{dropdownHeader}}</label> | ||
<label class="dropdown-header" aria-hidden="true">{{ dropdownHeader }}</label> | ||
<button type="button" clrDropdownItem *ngFor="let history of historyElements" (click)="select(history)"> | ||
{{history.title}} | ||
{{ history.title }} | ||
</button> | ||
<div *ngIf="pinActive" class="dropdown-divider" role="separator" aria-hidden="true"></div> | ||
<button clrDropdownItem (click)="togglePinHistory()"> | ||
<span *ngIf="pinActive && !pinActivated">{{dropdownPin}}</span> | ||
<span *ngIf="pinActive && pinActivated">{{dropdownUnpin}}</span> | ||
<span *ngIf="pinActive && !pinActivated">{{ dropdownPin }}</span> | ||
<span *ngIf="pinActive && pinActivated">{{ dropdownUnpin }}</span> | ||
</button> | ||
</clr-dropdown-menu> | ||
</clr-dropdown> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters