mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[DURACOM-237] - Refactoring html based on @angular/cdk/drag-drop
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
[ngClass]="{'chip-selected disabled': (editable && c.editMode) || dragged == i}"
|
[ngClass]="{'chip-selected disabled': (editable && c.editMode) || dragged == i}"
|
||||||
(click)="chipsSelected($event, i);">
|
(click)="chipsSelected($event, i);">
|
||||||
<span>
|
<span>
|
||||||
|
<i *ngIf="showIcons && !c.isNestedItem()" dsAuthorityConfidenceState [authorityValue]="c.item" class="far fa-circle" aria-hidden="true"></i>
|
||||||
<ng-container *ngIf="showIcons && c.hasVisibleIcons()">
|
<ng-container *ngIf="showIcons && c.hasVisibleIcons()">
|
||||||
<i *ngFor="let icon of c.icons; let l = last"
|
<i *ngFor="let icon of c.icons; let l = last"
|
||||||
[ngbTooltip]="tipContent"
|
[ngbTooltip]="tipContent"
|
||||||
|
Reference in New Issue
Block a user