[DURACOM-237] - Refactoring html based on @angular/cdk/drag-drop

This commit is contained in:
Simone Ramundi
2024-03-04 17:51:44 +01:00
parent 478783f1f3
commit 4b0bf74d29

View File

@@ -19,6 +19,7 @@
[ngClass]="{'chip-selected disabled': (editable && c.editMode) || dragged == i}"
(click)="chipsSelected($event, i);">
<span>
<i *ngIf="showIcons && !c.isNestedItem()" dsAuthorityConfidenceState [authorityValue]="c.item" class="far fa-circle" aria-hidden="true"></i>
<ng-container *ngIf="showIcons && c.hasVisibleIcons()">
<i *ngFor="let icon of c.icons; let l = last"
[ngbTooltip]="tipContent"