diff --git a/.eslintrc.json b/.eslintrc.json index f4daca6c97..77ed280adf 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -315,7 +315,8 @@ "@angular-eslint/template/no-negated-async": "off", "@angular-eslint/template/no-positive-tabindex": "error", "@angular-eslint/template/eqeqeq": "error", - "@angular-eslint/template/no-call-expression": "off" + "@angular-eslint/template/no-call-expression": "off", + "@angular-eslint/template/prefer-self-closing-tags": "error" } }, { diff --git a/app/src/app/app.component.html b/app/src/app/app.component.html index 0680b43f9c..67e7bd4cd6 100644 --- a/app/src/app/app.component.html +++ b/app/src/app/app.component.html @@ -1 +1 @@ - + diff --git a/app/src/app/components/login/app-login.component.html b/app/src/app/components/login/app-login.component.html index 36ec3d13d1..4c5b03c8e1 100644 --- a/app/src/app/components/login/app-login.component.html +++ b/app/src/app/components/login/app-login.component.html @@ -4,6 +4,4 @@ logoImageUrl="./assets/images/alfresco-logo.svg" backgroundImageUrl="./assets/images/Wallpaper-BG-generic.svg" [showRememberMe]="false" - [showLoginActions]="false" -> - + [showLoginActions]="false" /> diff --git a/projects/aca-content/about/src/about.component.html b/projects/aca-content/about/src/about.component.html index f0d2bf32f6..7f0467b452 100644 --- a/projects/aca-content/about/src/about.component.html +++ b/projects/aca-content/about/src/about.component.html @@ -10,25 +10,25 @@

{{ 'APP.BROWSE.ABOUT.TITLE' | translate }}

- + - + - + - + diff --git a/projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.html b/projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.html index b0ed04c693..d1c8ef0a52 100644 --- a/projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.html +++ b/projects/aca-content/folder-rules/src/manage-rules/manage-rules.smart-component.html @@ -13,7 +13,7 @@

{{ 'ACA_FOLDER_RULES.ACTIONS.MANAGE_RULES' | translat
- + @@ -35,7 +35,7 @@

{{ (folderInfo$ | async).name }}:{{'ACA_FOLDER_RULES. {{ 'ACA_FOLDER_RULES.MANAGE_RULES.TOOLBAR.ACTIONS.INHERIT_RULES' | translate }} - +
- +
{{ (folderInfo$ | async).name }}:{{'ACA_FOLDER_RULES. (selectRule)="onSelectRule($event)" (ruleEnabledChanged)="onRuleEnabledToggle($event[0], $event[1])" (ruleSetEditLinkClicked)="openLinkRulesDialog($event)" - (ruleSetUnlinkClicked)="onRuleSetUnlinkClicked($event)"> - + (ruleSetUnlinkClicked)="onRuleSetUnlinkClicked($event)" />
@@ -111,8 +110,7 @@

{{ (folderInfo$ | async).name }}:{{'ACA_FOLDER_RULES. [readOnly]="true" [preview]="true" [value]="selectedRule" - [nodeId]="nodeId"> - + [nodeId]="nodeId" />

@@ -122,14 +120,13 @@

{{ (folderInfo$ | async).name }}:{{'ACA_FOLDER_RULES. icon="library_books" [title]="'ACA_FOLDER_RULES.MANAGE_RULES.EMPTY_RULES_LIST.TITLE' | translate" [subtitle]="'ACA_FOLDER_RULES.MANAGE_RULES.EMPTY_RULES_LIST.SUBTITLE' | translate" - > - + />
- +
diff --git a/projects/aca-content/folder-rules/src/rule-details/actions/rule-action-list.ui-component.html b/projects/aca-content/folder-rules/src/rule-details/actions/rule-action-list.ui-component.html index 296d1290c6..f67d6f8b5c 100644 --- a/projects/aca-content/folder-rules/src/rule-details/actions/rule-action-list.ui-component.html +++ b/projects/aca-content/folder-rules/src/rule-details/actions/rule-action-list.ui-component.html @@ -4,8 +4,7 @@ [parameterConstraints]="parameterConstraints" [readOnly]="readOnly" [formControl]="control" - [nodeId]="nodeId"> - + [nodeId]="nodeId" /> - + `, encapsulation: ViewEncapsulation.None diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.html b/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.html index 79efb52a15..53456cf010 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.html +++ b/projects/aca-content/src/lib/components/context-menu/context-menu-item.component.html @@ -2,28 +2,28 @@ - + - + - + diff --git a/projects/aca-content/src/lib/components/context-menu/context-menu.component.html b/projects/aca-content/src/lib/components/context-menu/context-menu.component.html index 30fc9586d8..c173bf2a01 100644 --- a/projects/aca-content/src/lib/components/context-menu/context-menu.component.html +++ b/projects/aca-content/src/lib/components/context-menu/context-menu.component.html @@ -5,30 +5,30 @@ - + - + - + diff --git a/projects/aca-content/src/lib/components/details/details.component.html b/projects/aca-content/src/lib/components/details/details.component.html index 9e3e2a4917..4f22ce2ab4 100644 --- a/projects/aca-content/src/lib/components/details/details.component.html +++ b/projects/aca-content/src/lib/components/details/details.component.html @@ -1,7 +1,7 @@
- - + +
@@ -13,7 +13,7 @@ {{ node.name }}
- +
- + diff --git a/projects/aca-content/src/lib/components/dl-custom-components/tags-column/tags-column.component.ts b/projects/aca-content/src/lib/components/dl-custom-components/tags-column/tags-column.component.ts index 0224cb2b35..df1130b316 100644 --- a/projects/aca-content/src/lib/components/dl-custom-components/tags-column/tags-column.component.ts +++ b/projects/aca-content/src/lib/components/dl-custom-components/tags-column/tags-column.component.ts @@ -29,7 +29,7 @@ import { TagNodeListComponent } from '@alfresco/adf-content-services'; standalone: true, imports: [TagNodeListComponent], selector: 'aca-tags-column', - template: ``, + template: ``, styleUrls: ['./tags-column.component.scss'], encapsulation: ViewEncapsulation.None, host: { diff --git a/projects/aca-content/src/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.html b/projects/aca-content/src/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.html index dd3f3ec477..0f3600533d 100644 --- a/projects/aca-content/src/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.html +++ b/projects/aca-content/src/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.html @@ -1,4 +1,4 @@ - + {{thumbnailUrl}} diff --git a/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.html b/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.html index 5721fac44f..fcf74cab88 100644 --- a/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.html +++ b/projects/aca-content/src/lib/components/favorite-libraries/favorite-libraries.component.html @@ -3,7 +3,7 @@

{{ (selectedRowItemsCount < 1 ? 'APP.BROWSE.LIBRARIES.MENU.FAVORITE_LIBRARIES.TITLE' : 'APP.HEADER.SELECTED') | translate: { count: selectedRowItemsCount } }}

- +
@@ -33,8 +33,7 @@

icon="library_books" [title]="'APP.BROWSE.LIBRARIES.EMPTY_STATE.FAVORITE_LIBRARIES.TITLE'" subtitle="APP.BROWSE.LIBRARIES.EMPTY_STATE.FAVORITE_LIBRARIES.TEXT" - > - + /> @@ -54,7 +53,7 @@

[sortingKey]="column.sortingKey || column.key" > - + @@ -72,8 +71,7 @@

[sortable]="column.sortable" [isHidden]="column.isHidden" [sortingKey]="column.sortingKey || column.key" - > - + /> @@ -86,12 +84,11 @@

(changePageNumber)="onChange($event)" (nextPage)="onChange($event)" (prevPage)="onChange($event)" - > - + />

- +
diff --git a/projects/aca-content/src/lib/components/favorites/favorites.component.html b/projects/aca-content/src/lib/components/favorites/favorites.component.html index 03d10e364f..769665be2e 100644 --- a/projects/aca-content/src/lib/components/favorites/favorites.component.html +++ b/projects/aca-content/src/lib/components/favorites/favorites.component.html @@ -2,14 +2,13 @@
- + [agentId]="searchAiInputState.selectedAgentId" />

{{ (selectedRowItemsCount < 1 ? 'APP.BROWSE.FAVORITES.TITLE' : 'APP.HEADER.SELECTED') | translate: { count: selectedRowItemsCount } }}

- +
@@ -36,8 +35,7 @@

(name-click)="handleNodeClick($event)" > - - + @@ -57,7 +55,7 @@

[sortingKey]="column.sortingKey || column.key" > - + @@ -75,18 +73,17 @@

[sortable]="column.sortable" [isHidden]="column.isHidden" [sortingKey]="column.sortingKey || column.key" - > - + /> - +
- +
diff --git a/projects/aca-content/src/lib/components/files/files.component.html b/projects/aca-content/src/lib/components/files/files.component.html index c0eb9995c7..a4554b79db 100644 --- a/projects/aca-content/src/lib/components/files/files.component.html +++ b/projects/aca-content/src/lib/components/files/files.component.html @@ -2,23 +2,21 @@
- + [agentId]="searchAiInputState.selectedAgentId" />
- - + (navigate)="onBreadcrumbNavigate($event)" /> +
- +
@@ -67,7 +65,7 @@ [resizable]="column.resizable" > - + @@ -85,8 +83,7 @@ [isHidden]="column.isHidden" [draggable]="column.draggable" [resizable]="column.resizable" - > - + /> @@ -102,7 +99,7 @@ - +
@@ -110,11 +107,10 @@ id="adf-document-list-loading" class="adf-document-list-loading-margin" [color]="'primary'" - [mode]="'indeterminate'"> - + [mode]="'indeterminate'" />
- +
diff --git a/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.ts b/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.ts index 1d57ae6b8f..52332d3ea1 100644 --- a/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.ts +++ b/projects/aca-content/src/lib/components/info-drawer/comments-tab/comments-tab.component.ts @@ -33,8 +33,8 @@ import { NodeCommentsModule } from '@alfresco/adf-content-services'; imports: [MatCardModule, NodeCommentsModule], selector: 'app-comments-tab', template: ``, + >`, styles: ['app-comments-tab mat-card { padding: 16px }'], encapsulation: ViewEncapsulation.None, styleUrls: ['./comments-tab.component.scss'] diff --git a/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-tab.component.ts b/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-tab.component.ts index 731f17cd8e..657bfaf483 100644 --- a/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-tab.component.ts +++ b/projects/aca-content/src/lib/components/info-drawer/library-metadata-tab/library-metadata-tab.component.ts @@ -30,7 +30,7 @@ import { LibraryMetadataFormComponent } from './library-metadata-form.component' standalone: true, imports: [LibraryMetadataFormComponent], selector: 'app-library-metadata-tab', - template: '', + template: '', host: { class: 'app-metadata-tab' }, encapsulation: ViewEncapsulation.None }) diff --git a/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.ts b/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.ts index dc791fd80c..d46092a0d0 100644 --- a/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.ts +++ b/projects/aca-content/src/lib/components/info-drawer/metadata-tab/metadata-tab.component.ts @@ -53,8 +53,7 @@ import { Store } from '@ngrx/store'; [displayCategories]="displayCategories" [displayTags]="displayTags" [displayAspect]="metadataAspect" - > - + /> `, encapsulation: ViewEncapsulation.None, host: { class: 'app-metadata-tab' } diff --git a/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.ts b/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.ts index d205f76626..83203a2b2d 100644 --- a/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.ts +++ b/projects/aca-content/src/lib/components/info-drawer/versions-tab/versions-tab.component.ts @@ -43,8 +43,7 @@ import { AppSettingsService } from '@alfresco/aca-shared'; [allowViewVersions]="settings.versionManagerAllowViewVersions" [allowVersionDelete]="settings.versionManagerAllowVersionDelete" [showActions]="settings.versionManagerShowActions" - > - + /> diff --git a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/agents-button/agents-button.component.html b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/agents-button/agents-button.component.html index 6f3c1a25d4..182bcaff92 100644 --- a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/agents-button/agents-button.component.html +++ b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/agents-button/agents-button.component.html @@ -7,8 +7,7 @@ data-automation-id="aca-agents-button"> - + class="aca-agents-button-icon" /> {{ 'KNOWLEDGE_RETRIEVAL.SEARCH.AGENTS_BUTTON.LABEL' | translate}}
- + {{ agent.name }} diff --git a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input-container/search-ai-input-container.component.html b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input-container/search-ai-input-container.component.html index 83e2cde329..c2d358c87f 100644 --- a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input-container/search-ai-input-container.component.html +++ b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-input-container/search-ai-input-container.component.html @@ -2,12 +2,10 @@ [searchTerm]="(inputState$ | async).searchTerm" [placeholder]="placeholder" [agentId]="agentId" - [usedInAiResultsPage]="usedInAiResultsPage"> - + [usedInAiResultsPage]="usedInAiResultsPage" /> - + class="aca-search-ai-input-container-divider" /> diff --git a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-results/search-ai-results.component.html b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-results/search-ai-results.component.html index e861a0cb2e..343ef1b0d1 100644 --- a/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-results/search-ai-results.component.html +++ b/projects/aca-content/src/lib/components/knowledge-retrieval/search-ai/search-ai-results/search-ai-results.component.html @@ -4,8 +4,7 @@ placeholder="KNOWLEDGE_RETRIEVAL.SEARCH.RESULTS_PAGE.QUERY_INPUT_PLACEHOLDER" [agentId]="agentId" [usedInAiResultsPage]="true" - *ngIf="!hasError && agentId"> - + *ngIf="!hasError && agentId" />
@@ -44,7 +43,7 @@ copy - +

{{ 'KNOWLEDGE_RETRIEVAL.SEARCH.RESULTS_PAGE.REFERENCED_DOCUMENTS_HEADER' | translate }} @@ -91,8 +90,7 @@ class="aca-page-layout-content" icon="star" title="KNOWLEDGE_RETRIEVAL.SEARCH.ERRORS.PAGE_NOT_AVAILABLE_ERROR" - *ngIf="hasError"> - + *ngIf="hasError" /> diff --git a/projects/aca-content/src/lib/components/libraries/libraries.component.html b/projects/aca-content/src/lib/components/libraries/libraries.component.html index a4d5433959..fe98257102 100644 --- a/projects/aca-content/src/lib/components/libraries/libraries.component.html +++ b/projects/aca-content/src/lib/components/libraries/libraries.component.html @@ -3,7 +3,7 @@

{{ (selectedRowItemsCount < 1 ? 'APP.BROWSE.LIBRARIES.MENU.MY_LIBRARIES.TITLE' : 'APP.HEADER.SELECTED') | translate: { count: selectedRowItemsCount } }}

- +
@@ -32,8 +32,7 @@

icon="library_books" [title]="'APP.BROWSE.LIBRARIES.EMPTY_STATE.FILE_LIBRARIES.TITLE'" subtitle="APP.BROWSE.LIBRARIES.EMPTY_STATE.FILE_LIBRARIES.TEXT" - > - + /> @@ -53,7 +52,7 @@

[sortingKey]="column.sortingKey || column.key" > - + @@ -71,18 +70,17 @@

[sortable]="column.sortable" [isHidden]="column.isHidden" [sortingKey]="column.sortingKey || column.key" - > - + /> - +

- +
diff --git a/projects/aca-content/src/lib/components/recent-files/recent-files.component.html b/projects/aca-content/src/lib/components/recent-files/recent-files.component.html index f064cb680a..36260ff642 100644 --- a/projects/aca-content/src/lib/components/recent-files/recent-files.component.html +++ b/projects/aca-content/src/lib/components/recent-files/recent-files.component.html @@ -2,14 +2,13 @@
- + [agentId]="searchAiInputState.selectedAgentId" />

{{ (selectedRowItemsCount < 1 ? 'APP.BROWSE.RECENT.TITLE' : 'APP.HEADER.SELECTED') | translate: { count: selectedRowItemsCount } }}

- +
@@ -36,8 +35,7 @@

(name-click)="handleNodeClick($event)" > - - + @@ -57,7 +55,7 @@

[sortingKey]="column.sortingKey || column.key" > - + @@ -75,18 +73,17 @@

[draggable]="column.draggable" [resizable]="column.resizable" [sortingKey]="column.sortingKey || column.key" - > - + /> - +

- +
diff --git a/projects/aca-content/src/lib/components/search/search-input/search-input.component.html b/projects/aca-content/src/lib/components/search/search-input/search-input.component.html index 06067988a5..2f0a7b4f95 100644 --- a/projects/aca-content/src/lib/components/search/search-input/search-input.component.html +++ b/projects/aca-content/src/lib/components/search/search-input/search-input.component.html @@ -35,8 +35,7 @@ (click)="$event.stopPropagation()" (submit)="onSearchSubmit($event)" (searchChange)="onSearchChange($event)" - > - + /> {{ 'SEARCH.INPUT.HINT' | translate }}
diff --git a/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.html b/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.html index c16f9a5707..983a782b40 100644 --- a/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.html +++ b/projects/aca-content/src/lib/components/search/search-libraries-results/search-libraries-results.component.html @@ -1,15 +1,15 @@
- +
- +
- +
@@ -52,7 +52,7 @@ [resizable]="column.resizable" > - + @@ -68,8 +68,7 @@ [sortable]="column.sortable" [draggable]="column.draggable" [resizable]="column.resizable" - > - + /> @@ -85,13 +84,12 @@ - - +
- +
diff --git a/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.html b/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.html index 213e80be86..072fa940f0 100644 --- a/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.html +++ b/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.html @@ -34,8 +34,8 @@ [innerHTML]="description$ | async" >
- +
- + diff --git a/projects/aca-content/src/lib/components/search/search-results/search-results.component.html b/projects/aca-content/src/lib/components/search/search-results/search-results.component.html index 8f76e4dd8f..be394c422c 100644 --- a/projects/aca-content/src/lib/components/search/search-results/search-results.component.html +++ b/projects/aca-content/src/lib/components/search/search-results/search-results.component.html @@ -2,13 +2,12 @@
- + [agentId]="searchAiInputState.selectedAgentId" />
- - + +
- +
@@ -16,13 +15,13 @@
- +

{{ 'APP.BROWSE.SEARCH.FILTER_SET' | translate }}

- +
- +

{{ 'APP.BROWSE.SEARCH.ADVANCED_FILTERS' | translate }}

@@ -47,7 +46,7 @@
- +
@@ -70,12 +69,12 @@ - + - + @@ -96,7 +95,7 @@ [resizable]="column.resizable" > - + @@ -114,8 +113,7 @@ [isHidden]="column.isHidden" [draggable]="column.draggable" [resizable]="column.resizable" - > - + /> @@ -131,8 +129,7 @@ - - +
@@ -172,7 +169,7 @@
- +
diff --git a/projects/aca-content/src/lib/components/search/search-save/sidenav/save-search-sidenav.component.html b/projects/aca-content/src/lib/components/search/search-save/sidenav/save-search-sidenav.component.html index 43f6f10a50..3ac2a75f7a 100644 --- a/projects/aca-content/src/lib/components/search/search-save/sidenav/save-search-sidenav.component.html +++ b/projects/aca-content/src/lib/components/search/search-save/sidenav/save-search-sidenav.component.html @@ -1 +1 @@ - + diff --git a/projects/aca-content/src/lib/components/shared-files/shared-files.component.html b/projects/aca-content/src/lib/components/shared-files/shared-files.component.html index 103540cf1d..36f0388435 100644 --- a/projects/aca-content/src/lib/components/shared-files/shared-files.component.html +++ b/projects/aca-content/src/lib/components/shared-files/shared-files.component.html @@ -2,15 +2,14 @@
- + [agentId]="searchAiInputState.selectedAgentId" />

{{ (selectedRowItemsCount < 1 ? 'APP.BROWSE.SHARED.TITLE' : 'APP.HEADER.SELECTED') | translate: { count: selectedRowItemsCount } }}

- +
@@ -36,8 +35,7 @@

(name-click)="handleNodeClick($event)" > - - + @@ -57,7 +55,7 @@

[sortingKey]="column.sortingKey || column.key" > - + @@ -75,18 +73,17 @@

[sortable]="column.sortable" [isHidden]="column.isHidden" [sortingKey]="column.sortingKey || column.key" - > - + /> - +
- +
diff --git a/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.html b/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.html index d8b9abda60..cc28cdbbfb 100644 --- a/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.html +++ b/projects/aca-content/src/lib/components/shared-link-view/shared-link-view.component.html @@ -1,7 +1,7 @@ - + diff --git a/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.html b/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.html index 38b8efecaa..dad3e71dac 100644 --- a/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.html +++ b/projects/aca-content/src/lib/components/sidenav/components/button-menu.component.html @@ -9,7 +9,7 @@ [attr.title]="item.description | translate" [attr.data-automation-id]="item.id" > - + @@ -28,7 +28,7 @@ 'action-button--active': acaMenuPanel.hasActiveChildren }" > - + @@ -43,7 +43,7 @@ mat-menu-item class="action-button" > - + {{ child.title | translate }} diff --git a/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.html b/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.html index 0feb93613e..1ea08f48e9 100644 --- a/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.html +++ b/projects/aca-content/src/lib/components/sidenav/components/expand-menu.component.html @@ -10,7 +10,7 @@ mat-button class="aca-action-button aca-full-width" > - + {{ item.title | translate }} @@ -32,7 +32,7 @@ [attr.data-automation-id]="item.id" class="aca-action-button aca-full-width" > - + {{ item.title | translate }} @@ -51,7 +51,7 @@ mat-button class="aca-action-button aca-full-width" > - + {{ child.title | translate }} diff --git a/projects/aca-content/src/lib/components/sidenav/components/sidenav-header.component.html b/projects/aca-content/src/lib/components/sidenav/components/sidenav-header.component.html index 886537acb9..c89f37d1bb 100644 --- a/projects/aca-content/src/lib/components/sidenav/components/sidenav-header.component.html +++ b/projects/aca-content/src/lib/components/sidenav/components/sidenav-header.component.html @@ -18,6 +18,6 @@ {{ appName | translate }} - + diff --git a/projects/aca-content/src/lib/components/sidenav/sidenav.component.html b/projects/aca-content/src/lib/components/sidenav/sidenav.component.html index 2b9ee9bdd5..300877327d 100644 --- a/projects/aca-content/src/lib/components/sidenav/sidenav.component.html +++ b/projects/aca-content/src/lib/components/sidenav/sidenav.component.html @@ -1,14 +1,14 @@
- +
- + - +
diff --git a/projects/aca-content/src/lib/components/sidenav/user-menu/user-menu.component.html b/projects/aca-content/src/lib/components/sidenav/user-menu/user-menu.component.html index 1a8fd45ee8..41e5e04cc6 100644 --- a/projects/aca-content/src/lib/components/sidenav/user-menu/user-menu.component.html +++ b/projects/aca-content/src/lib/components/sidenav/user-menu/user-menu.component.html @@ -9,6 +9,6 @@ - + diff --git a/projects/aca-content/src/lib/components/trashcan/trashcan.component.html b/projects/aca-content/src/lib/components/trashcan/trashcan.component.html index 3a9818cc55..fe79992f58 100644 --- a/projects/aca-content/src/lib/components/trashcan/trashcan.component.html +++ b/projects/aca-content/src/lib/components/trashcan/trashcan.component.html @@ -4,7 +4,7 @@

{{ (selectedRowItemsCount < 1 ? 'APP.BROWSE.TRASHCAN.TITLE' : 'APP.HEADER.SELECTED') | translate: { count: selectedRowItemsCount } }}

- +
@@ -54,7 +54,7 @@

[sortingKey]="column.sortingKey || column.key" > - + @@ -72,8 +72,7 @@

[resizable]="column.resizable" [isHidden]="column.isHidden" [sortingKey]="column.sortingKey || column.key" - > - + /> @@ -82,12 +81,11 @@

class="adf-ellipsis-cell" key="archivedByUser.displayName" title="APP.DOCUMENT_LIST.COLUMNS.DELETED_BY" - > - + /> - +

diff --git a/projects/aca-content/src/lib/components/upload-files-dialog/upload-files-dialog.component.html b/projects/aca-content/src/lib/components/upload-files-dialog/upload-files-dialog.component.html index 9706ced53c..83251cc7fd 100644 --- a/projects/aca-content/src/lib/components/upload-files-dialog/upload-files-dialog.component.html +++ b/projects/aca-content/src/lib/components/upload-files-dialog/upload-files-dialog.component.html @@ -1,2 +1 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/projects/aca-content/src/lib/components/view-profile/view-profile.component.html b/projects/aca-content/src/lib/components/view-profile/view-profile.component.html index f49f5476f8..be56c42a27 100644 --- a/projects/aca-content/src/lib/components/view-profile/view-profile.component.html +++ b/projects/aca-content/src/lib/components/view-profile/view-profile.component.html @@ -27,33 +27,33 @@

{{'APP.EDIT_PROFILE.GENERAL' | translate}}

(click)="onSaveGeneralData(profileForm)">{{'APP.EDIT_PROFILE.SAVE' | translate}} - +

{{'APP.EDIT_PROFILE.FIRST_NAME' | translate}}

{{personDetails?.firstName}}

- +

{{'APP.EDIT_PROFILE.LAST_NAME' | translate}}

{{personDetails?.lastName}}

- +

{{'APP.EDIT_PROFILE.JOB_TITLE' | translate}}

{{personDetails?.jobTitle}}

- +

{{'APP.EDIT_PROFILE.LOCATION' | translate}}

{{personDetails?.location}}

- +

{{'APP.EDIT_PROFILE.TELEPHONE' | translate}}

{{personDetails?.telephone}}

@@ -63,7 +63,7 @@

{{'APP.EDIT_PROFILE.TELEPHONE' {{ 'APP.EDIT_PROFILE.INVALID_INPUT' | translate }}

- +

{{'APP.EDIT_PROFILE.MOBILE' | translate}}

{{personDetails?.mobile}}

@@ -96,7 +96,7 @@

{{'APP.EDIT_PROFILE.COMPANY_DETAILS' | translate}} (click)="onSaveCompanyData(profileForm)">{{'APP.EDIT_PROFILE.SAVE' | translate}}

- +
@@ -105,21 +105,21 @@

{{'APP.EDIT_PROFILE.NAME' | tra

- +

{{'APP.EDIT_PROFILE.ADDRESS' | translate}}

{{personDetails?.company?.address1}}

- +

{{'APP.EDIT_PROFILE.POSTCODE' | translate}}

{{personDetails?.company?.postcode}}

- +

{{'APP.EDIT_PROFILE.TELEPHONE' | translate}}

{{personDetails?.company?.telephone}}

@@ -129,7 +129,7 @@

{{'APP.EDIT_PROFILE.TELEPHONE' {{ 'APP.EDIT_PROFILE.INVALID_INPUT' | translate }}

- +

{{'APP.EDIT_PROFILE.EMAIL' | translate}}

{{personDetails?.company?.email}}

diff --git a/projects/aca-content/viewer/src/lib/components/preview/preview.component.html b/projects/aca-content/viewer/src/lib/components/preview/preview.component.html index 8fc9881dd4..112cad8ba0 100644 --- a/projects/aca-content/viewer/src/lib/components/preview/preview.component.html +++ b/projects/aca-content/viewer/src/lib/components/preview/preview.component.html @@ -18,17 +18,17 @@ (navigateNext)="onNavigateNext($event)" > - + - + - + diff --git a/projects/aca-content/viewer/src/lib/components/viewer/viewer.component.html b/projects/aca-content/viewer/src/lib/components/viewer/viewer.component.html index 989bdd243e..3f64258866 100644 --- a/projects/aca-content/viewer/src/lib/components/viewer/viewer.component.html +++ b/projects/aca-content/viewer/src/lib/components/viewer/viewer.component.html @@ -22,17 +22,17 @@ (navigateNext)="onNavigateNext($event)" > - + - + - + diff --git a/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.html b/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.html index 838cb9ba37..1bc63d584c 100644 --- a/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.html +++ b/projects/aca-shared/src/lib/components/info-drawer/info-drawer.component.html @@ -1,12 +1,12 @@
- +
- + - + diff --git a/projects/aca-shared/src/lib/components/toolbar/toolbar-action/toolbar-action.component.html b/projects/aca-shared/src/lib/components/toolbar/toolbar-action/toolbar-action.component.html index 959f232ea8..b04f7882cc 100644 --- a/projects/aca-shared/src/lib/components/toolbar/toolbar-action/toolbar-action.component.html +++ b/projects/aca-shared/src/lib/components/toolbar/toolbar-action/toolbar-action.component.html @@ -1,19 +1,19 @@
- +
- +
- +
- +
diff --git a/projects/aca-shared/src/lib/components/toolbar/toolbar-button/toolbar-button.component.html b/projects/aca-shared/src/lib/components/toolbar/toolbar-button/toolbar-button.component.html index d41c20181b..0def7fe1d7 100644 --- a/projects/aca-shared/src/lib/components/toolbar/toolbar-button/toolbar-button.component.html +++ b/projects/aca-shared/src/lib/components/toolbar/toolbar-button/toolbar-button.component.html @@ -9,7 +9,7 @@ [disabled]="actionRef.disabled" (click)="runAction()" > - + @@ -42,6 +42,6 @@ - + diff --git a/projects/aca-shared/src/lib/components/toolbar/toolbar-menu-item/toolbar-menu-item.component.html b/projects/aca-shared/src/lib/components/toolbar/toolbar-menu-item/toolbar-menu-item.component.html index 404ac4f7b5..2eb8dcaa34 100644 --- a/projects/aca-shared/src/lib/components/toolbar/toolbar-menu-item/toolbar-menu-item.component.html +++ b/projects/aca-shared/src/lib/components/toolbar/toolbar-menu-item/toolbar-menu-item.component.html @@ -1,23 +1,23 @@ - + - + - + @@ -31,7 +31,7 @@ [attr.title]="(actionRef.disabled ? actionRef['description-disabled'] : actionRef.description || actionRef.title) | translate" (click)="runAction()" > - + {{ actionRef.title | translate }} diff --git a/projects/aca-shared/src/lib/components/toolbar/toolbar-menu/toolbar-menu.component.html b/projects/aca-shared/src/lib/components/toolbar/toolbar-menu/toolbar-menu.component.html index e399e0f8f3..95c15dbb7e 100644 --- a/projects/aca-shared/src/lib/components/toolbar/toolbar-menu/toolbar-menu.component.html +++ b/projects/aca-shared/src/lib/components/toolbar/toolbar-menu/toolbar-menu.component.html @@ -55,7 +55,7 @@ [disabled]="actionRef.disabled" #matTrigger="matMenuTrigger" > - + @@ -64,10 +64,10 @@ - + - + diff --git a/projects/aca-shared/src/lib/components/toolbar/toolbar.component.html b/projects/aca-shared/src/lib/components/toolbar/toolbar.component.html index 953f9caaea..4909cc949c 100644 --- a/projects/aca-shared/src/lib/components/toolbar/toolbar.component.html +++ b/projects/aca-shared/src/lib/components/toolbar/toolbar.component.html @@ -1,5 +1,5 @@ - +