diff --git a/apps/red-ui/src/app/components/notifications/notifications.component.html b/apps/red-ui/src/app/components/notifications/notifications.component.html index 8b65174a4..5f2b7e66b 100644 --- a/apps/red-ui/src/app/components/notifications/notifications.component.html +++ b/apps/red-ui/src/app/components/notifications/notifications.component.html @@ -1,8 +1,8 @@ @@ -25,7 +25,7 @@ *ngIf="(hasUnreadNotifications$ | async) && first" class="view-all" id="notifications-mark-all-as-read-btn" - stopPropagation + iqserStopPropagation > {{ 'notifications.mark-all-as-read' | translate }} @@ -37,8 +37,8 @@ [class.unread]="!notification.readDate" [id]="'notifications-mark-as-read-' + notification.id + '-btn'" class="notification" + iqserStopPropagation mat-menu-item - stopPropagation > @@ -51,9 +51,9 @@ (click)="markRead([notification], !notification.readDate)" [id]="'notifications-mark-' + notification.id" class="dot" + iqserStopPropagation matTooltip="{{ 'notifications.mark-as' | translate : { type: notification.readDate ? 'unread' : 'read' } }}" matTooltipPosition="before" - stopPropagation > diff --git a/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.html b/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.html index de7e1d214..5242f5f5a 100644 --- a/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.html +++ b/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.html @@ -1,6 +1,6 @@ -
-
+
+
{{ fileAttribute.label }}: {{ fileAttributeValue || '-' }}
-
+
@@ -35,15 +35,15 @@
-
+
- +
diff --git a/apps/red-ui/src/app/modules/dossier-overview/components/workflow-item/workflow-item.component.html b/apps/red-ui/src/app/modules/dossier-overview/components/workflow-item/workflow-item.component.html index 40cd96b34..2c0632a24 100644 --- a/apps/red-ui/src/app/modules/dossier-overview/components/workflow-item/workflow-item.component.html +++ b/apps/red-ui/src/app/modules/dossier-overview/components/workflow-item/workflow-item.component.html @@ -1,10 +1,10 @@ -
+
@@ -20,7 +20,7 @@
- +
@@ -31,10 +31,11 @@
diff --git a/apps/red-ui/src/app/modules/dossier-overview/dossier-overview.module.ts b/apps/red-ui/src/app/modules/dossier-overview/dossier-overview.module.ts index 01c5b3038..972364348 100644 --- a/apps/red-ui/src/app/modules/dossier-overview/dossier-overview.module.ts +++ b/apps/red-ui/src/app/modules/dossier-overview/dossier-overview.module.ts @@ -3,6 +3,7 @@ import { CommonModule } from '@angular/common'; import { RouterModule } from '@angular/router'; import { CircleButtonComponent, + DisableStopPropagationDirective, DynamicInputComponent, HasScrollbarDirective, IqserAllowDirective, @@ -70,6 +71,7 @@ const routes: IqserRoutes = [ DynamicInputComponent, IqserAllowDirective, TenantPipe, + DisableStopPropagationDirective, ], }) export class DossierOverviewModule {} diff --git a/apps/red-ui/src/app/modules/file-preview/components/annotation-wrapper/annotation-wrapper.component.html b/apps/red-ui/src/app/modules/file-preview/components/annotation-wrapper/annotation-wrapper.component.html index dfd222f5e..7482014ca 100644 --- a/apps/red-ui/src/app/modules/file-preview/components/annotation-wrapper/annotation-wrapper.component.html +++ b/apps/red-ui/src/app/modules/file-preview/components/annotation-wrapper/annotation-wrapper.component.html @@ -13,8 +13,8 @@ (click)="comments.toggleExpandComments()" [matTooltip]="'comments.comments' | translate : { count: annotation.item.comments?.length }" class="comments-counter" + iqserStopPropagation matTooltipPosition="above" - stopPropagation > {{ annotation.item.comments.length }} diff --git a/apps/red-ui/src/app/modules/file-preview/components/comments/comments.component.html b/apps/red-ui/src/app/modules/file-preview/components/comments/comments.component.html index 8ddd05bf0..3b7c4a0a2 100644 --- a/apps/red-ui/src/app/modules/file-preview/components/comments/comments.component.html +++ b/apps/red-ui/src/app/modules/file-preview/components/comments/comments.component.html @@ -33,7 +33,7 @@
diff --git a/apps/red-ui/src/app/modules/file-preview/components/file-workload/file-workload.component.html b/apps/red-ui/src/app/modules/file-preview/components/file-workload/file-workload.component.html index 771002e53..78c824d35 100644 --- a/apps/red-ui/src/app/modules/file-preview/components/file-workload/file-workload.component.html +++ b/apps/red-ui/src/app/modules/file-preview/components/file-workload/file-workload.component.html @@ -29,9 +29,9 @@ *ngIf="documentInfoService.hidden()" [actionsTemplate]="annotationFilterActionTemplate" [attr.help-mode-key]="'workload_in_editor'" + [fileId]="state.file()?.id" [primaryFiltersSlug]="'primaryFilters'" [secondaryFiltersSlug]="'secondaryFilters'" - [fileId]="state.file()?.id" >
@@ -217,6 +217,6 @@ *ngIf="filter.id === 'skipped'" [icon]="skippedService.hideSkipped() ? 'red:visibility-off' : 'red:visibility'" [type]="circleButtonTypes.dark" - preventDefault + iqserPreventDefault > diff --git a/apps/red-ui/src/app/modules/search/search-item-template/search-item-template.component.html b/apps/red-ui/src/app/modules/search/search-item-template/search-item-template.component.html index e6a250561..ead328b06 100644 --- a/apps/red-ui/src/app/modules/search/search-item-template/search-item-template.component.html +++ b/apps/red-ui/src/app/modules/search/search-item-template/search-item-template.component.html @@ -22,7 +22,7 @@ {{ 'search-screen.missing' | translate }}: {{ term }}. {{ 'search-screen.must-contain' | translate }}: -  {{ term }} @@ -50,7 +50,7 @@ diff --git a/apps/red-ui/src/app/modules/shared-dossiers/dialogs/edit-dossier-dialog/edit-dossier-team/edit-dossier-team.component.html b/apps/red-ui/src/app/modules/shared-dossiers/dialogs/edit-dossier-dialog/edit-dossier-team/edit-dossier-team.component.html index a39644661..b444ecbf5 100644 --- a/apps/red-ui/src/app/modules/shared-dossiers/dialogs/edit-dossier-dialog/edit-dossier-team/edit-dossier-team.component.html +++ b/apps/red-ui/src/app/modules/shared-dossiers/dialogs/edit-dossier-dialog/edit-dossier-team/edit-dossier-team.component.html @@ -67,7 +67,7 @@ (click)="!disabled && toggleApprover(userId)" *ngIf="!disabled || isApprover(userId)" class="make-approver" - stopPropagation + iqserStopPropagation >
diff --git a/apps/red-ui/src/app/modules/shared/components/select/select.component.html b/apps/red-ui/src/app/modules/shared/components/select/select.component.html index ebdd68eaf..8eac16b2a 100644 --- a/apps/red-ui/src/app/modules/shared/components/select/select.component.html +++ b/apps/red-ui/src/app/modules/shared/components/select/select.component.html @@ -5,14 +5,14 @@ (click)="selectAll()" [class.disabled]="disabled" class="all-caps-label primary pointer" - stopPropagation + iqserStopPropagation translate="actions.all" >
diff --git a/libs/common-ui b/libs/common-ui index f33ada72f..137a62338 160000 --- a/libs/common-ui +++ b/libs/common-ui @@ -1 +1 @@ -Subproject commit f33ada72f4fe41dc8eb2f51142b657c2b7e856b8 +Subproject commit 137a62338ce5c890fe337ab8da8bbe9279463730