-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tree): added selection via ctrl and shift (#UIM-197)
* feat(tree): added selection via ctrl and shift (#197) * Revert: feat(tree): added selection via ctrl and shift (#197) * linter fix * attributes logic is changed * attributes logic is changed * shift logic changes * review changes * review fixes * review fixes * rewrited some moments
- Loading branch information
1 parent
cfa8ad3
commit d5ba275
Showing
8 changed files
with
323 additions
and
37 deletions.
There are no files selected for viewing
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
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,11 +1,11 @@ | ||
<ng-content select="[mc-icon]"></ng-content> | ||
|
||
<mc-pseudo-checkbox | ||
*ngIf="multiple" | ||
*ngIf="showCheckbox" | ||
[state]="selected ? 'checked' : ''" | ||
[disabled]="disabled"> | ||
</mc-pseudo-checkbox> | ||
|
||
<span class="mc-option-text"><ng-content></ng-content></span> | ||
<span class="mc-option-text mc-no-select"><ng-content></ng-content></span> | ||
|
||
<div class="mc-option-overlay"></div> |
Oops, something went wrong.