RED-3800: Remove (click) from iqser-buttons
This commit is contained in:
parent
5d9dc33baf
commit
b06962ee80
@ -46,7 +46,7 @@
|
||||
|
||||
<div class="dialog-actions">
|
||||
<iqser-icon-button
|
||||
(click)="save()"
|
||||
(action)="save()"
|
||||
[disabled]="disabled"
|
||||
[label]="'add-edit-dossier-state.save' | translate"
|
||||
[submit]="true"
|
||||
|
||||
@ -14,7 +14,6 @@
|
||||
|
||||
<div class="dialog-actions">
|
||||
<iqser-icon-button
|
||||
(click)="save()"
|
||||
[disabled]="disabled"
|
||||
[label]="'add-entity.save' | translate"
|
||||
[submit]="true"
|
||||
@ -23,5 +22,5 @@
|
||||
<iqser-help-button *deny="roles.getRss" helpButtonKey="create_new_entity"></iqser-help-button>
|
||||
</div>
|
||||
|
||||
<iqser-circle-button (click)="close()" class="dialog-close" icon="iqser:close"></iqser-circle-button>
|
||||
<iqser-circle-button (action)="close()" class="dialog-close" icon="iqser:close"></iqser-circle-button>
|
||||
</section>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<div class="dialog-actions">
|
||||
<ng-container *ngIf="!isInConfiguration">
|
||||
<iqser-icon-button
|
||||
(click)="toggleIsInConfiguration()"
|
||||
(action)="toggleIsInConfiguration()"
|
||||
[label]="'digital-signature-dialog.actions.continue' | translate"
|
||||
[type]="iconButtonTypes.primary"
|
||||
></iqser-icon-button>
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
<div class="dialog-actions">
|
||||
<iqser-icon-button
|
||||
(click)="save()"
|
||||
(action)="save()"
|
||||
[disabled]="disabled"
|
||||
[label]="'edit-color-dialog.save' | translate"
|
||||
[submit]="true"
|
||||
|
||||
@ -75,7 +75,7 @@
|
||||
</div>
|
||||
<div class="actions">
|
||||
<iqser-circle-button
|
||||
(click)="isSearchOpen = !isSearchOpen"
|
||||
(action)="isSearchOpen = !isSearchOpen"
|
||||
[attr.aria-expanded]="isSearchOpen"
|
||||
icon="iqser:search"
|
||||
></iqser-circle-button>
|
||||
@ -132,7 +132,7 @@
|
||||
<div class="csv-part-header">
|
||||
<div [translate]="'file-attributes-csv-import.csv-column'" class="all-caps-label"></div>
|
||||
<iqser-circle-button
|
||||
(click)="previewExpanded = !previewExpanded"
|
||||
(action)="previewExpanded = !previewExpanded"
|
||||
[icon]="previewExpanded ? 'iqser:expand' : 'iqser:collapse'"
|
||||
></iqser-circle-button>
|
||||
</div>
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
|
||||
<ng-template #bulkActions>
|
||||
<iqser-circle-button
|
||||
(click)="openConfirmDeleteAttributeDialog($event)"
|
||||
(action)="openConfirmDeleteAttributeDialog($event)"
|
||||
*ngIf="permissionsService.canEditGlobalFileAttributes() && (listingService.areSomeSelected$ | async)"
|
||||
[tooltip]="'file-attributes-listing.bulk-actions.delete' | translate"
|
||||
[type]="circleButtonTypes.dark"
|
||||
@ -87,8 +87,8 @@
|
||||
(action)="openAddEditAttributeDialog($event)"
|
||||
*ngIf="permissionsService.canEditGlobalFileAttributes()"
|
||||
[iqserHelpMode]="'create_new_file_attribute'"
|
||||
[overlappingElements]="['USER_MENU']"
|
||||
[label]="'file-attributes-listing.add-new' | translate"
|
||||
[overlappingElements]="['USER_MENU']"
|
||||
[type]="iconButtonTypes.primary"
|
||||
icon="iqser:plus"
|
||||
></iqser-icon-button>
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit daa92eeccf25713f75f674ab0b8a4df0becdb083
|
||||
Subproject commit a2bde131ad18b2278d7564a22c15b7dab5bed069
|
||||
Loading…
x
Reference in New Issue
Block a user