diff --git a/.eslintrc.json b/.eslintrc.json index f4daca6c9..77ed280ad 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 0680b43f9..67e7bd4cd 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 36ec3d13d..4c5b03c8e 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 f0d2bf32f..7f0467b45 100644 --- a/projects/aca-content/about/src/about.component.html +++ b/projects/aca-content/about/src/about.component.html @@ -10,25 +10,25 @@ - + - + - + - + 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 b0ed04c69..d1c8ef0a5 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 @@
- + @@ -35,7 +35,7 @@ {{ 'ACA_FOLDER_RULES.MANAGE_RULES.TOOLBAR.ACTIONS.INHERIT_RULES' | translate }} - +
@@ -122,14 +120,13 @@ 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 296d1290c..f67d6f8b5 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" />
@@ -58,8 +57,7 @@ - + [errorScriptConstraint]="errorScriptConstraint" />
diff --git a/projects/aca-content/folder-rules/src/rule-list/rule-list-grouping/rule-list-grouping.ui-component.html b/projects/aca-content/folder-rules/src/rule-list/rule-list-grouping/rule-list-grouping.ui-component.html index b800860c8..0307b4262 100644 --- a/projects/aca-content/folder-rules/src/rule-list/rule-list-grouping/rule-list-grouping.ui-component.html +++ b/projects/aca-content/folder-rules/src/rule-list/rule-list-grouping/rule-list-grouping.ui-component.html @@ -8,8 +8,7 @@ [isSelected]="item.rule.id === this.selectedRule?.id" [showEnabledToggle]="showEnabledToggles" (click)="onRuleClicked(item.rule)" - (enabledChanged)="onEnabledChanged(item.rule, $event)"> - + (enabledChanged)="onEnabledChanged(item.rule, $event)" />
- + {{ 'ACA_FOLDER_RULES.RULE_LIST.LOADING_RULES' | translate }}
diff --git a/projects/aca-content/folder-rules/src/rule-list/rule-list-item/rule-list-item.ui-component.html b/projects/aca-content/folder-rules/src/rule-list/rule-list-item/rule-list-item.ui-component.html index 68317598a..932824c85 100644 --- a/projects/aca-content/folder-rules/src/rule-list/rule-list-item/rule-list-item.ui-component.html +++ b/projects/aca-content/folder-rules/src/rule-list/rule-list-item/rule-list-item.ui-component.html @@ -5,8 +5,7 @@ - + (click)="onToggleClick(!rule.isEnabled, $event)" />
{{ rule.description }}
diff --git a/projects/aca-content/folder-rules/src/rule-list/rule-list/rule-list.ui-component.html b/projects/aca-content/folder-rules/src/rule-list/rule-list/rule-list.ui-component.html index 8281fe772..1a68ab0b5 100644 --- a/projects/aca-content/folder-rules/src/rule-list/rule-list/rule-list.ui-component.html +++ b/projects/aca-content/folder-rules/src/rule-list/rule-list/rule-list.ui-component.html @@ -29,9 +29,7 @@ (selectRule)="onSelectRule($event)" (ruleEnabledChanged)="onRuleEnabledChanged($event)" (loadMoreRules)="onLoadMoreRules($event)" - (loadMoreRuleSets)="onLoadMoreRuleSets()"> - - + (loadMoreRuleSets)="onLoadMoreRuleSets()" />
- + (loadMoreRules)="onLoadMoreRules($event)" />
diff --git a/projects/aca-content/folder-rules/src/rule-set-picker/rule-set-picker.smart-component.html b/projects/aca-content/folder-rules/src/rule-set-picker/rule-set-picker.smart-component.html index 555480231..98a2e1fd5 100644 --- a/projects/aca-content/folder-rules/src/rule-set-picker/rule-set-picker.smart-component.html +++ b/projects/aca-content/folder-rules/src/rule-set-picker/rule-set-picker.smart-component.html @@ -14,12 +14,11 @@ (select)="onNodeSelect($event)" (folderLoaded)="setFolderLoading(false)" (navigationChange)="setFolderLoading(true)" - (siteChange)="setFolderLoading(true)"> - + (siteChange)="setFolderLoading(true)" />
- + @@ -30,16 +29,14 @@ - + [rule]="rule" /> - + [subtitle]="'ACA_FOLDER_RULES.LINK_RULES_DIALOG.EMPTY_RULES_LIST.SUBTITLE' | translate" />
diff --git a/projects/aca-content/src/lib/components/bulk-actions-dropdown/bulk-actions-dropdown.component.html b/projects/aca-content/src/lib/components/bulk-actions-dropdown/bulk-actions-dropdown.component.html index 40421785c..69f7474b7 100644 --- a/projects/aca-content/src/lib/components/bulk-actions-dropdown/bulk-actions-dropdown.component.html +++ b/projects/aca-content/src/lib/components/bulk-actions-dropdown/bulk-actions-dropdown.component.html @@ -22,7 +22,7 @@ [value]="bulkSelectControl.value?.icon" class="aca-bulk-actions-icon" [attr.data-automation-id]="'aca-bulk-action-icon-' + bulkSelectControl.value?.id" - > + /> {{ bulkSelectControl.value?.title | translate }}
@@ -41,7 +41,7 @@ [value]="option.icon" class="aca-bulk-actions-icon" [attr.data-automation-id]="'aca-bulk-action-icon-' + option.id" - > + /> {{ option.title | translate }}
diff --git a/projects/aca-content/src/lib/components/common/language-picker/language-picker.component.ts b/projects/aca-content/src/lib/components/common/language-picker/language-picker.component.ts index ad124932b..1d50c8390 100644 --- a/projects/aca-content/src/lib/components/common/language-picker/language-picker.component.ts +++ b/projects/aca-content/src/lib/components/common/language-picker/language-picker.component.ts @@ -38,7 +38,7 @@ import { TranslateModule } from '@ngx-translate/core'; {{ 'APP.LANGUAGE' | translate }} - + `, 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 79efb52a1..53456cf01 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 30fc9586d..c173bf2a0 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 9e3e2a491..4f22ce2ab 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 0224cb2b3..df1130b31 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 dd3f3ec47..0f3600533 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 5721fac44..fcf74cab8 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 03d10e364..769665be2 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 c0eb9995c..a4554b79d 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 1d57ae6b8..52332d3ea 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 731f17cd8..657bfaf48 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 dc791fd80..d46092a0d 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 d205f7662..83203a2b2 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 6f3c1a25d..182bcaff9 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 83e2cde32..c2d358c87 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 e861a0cb2..343ef1b0d 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 a4d543395..fe9825710 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 f064cb680..36260ff64 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 06067988a..2f0a7b4f9 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 c16f9a570..983a782b4 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 213e80be8..072fa940f 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 8f76e4dd8..be394c422 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 43f6f10a5..3ac2a75f7 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 103540cf1..36f038843 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 d8b9abda6..cc28cdbbf 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 38b8efeca..dad3e71da 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 0feb93613..1ea08f48e 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 886537acb..c89f37d1b 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 2b9ee9bdd..300877327 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 1a8fd45ee..41e5e04cc 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 3a9818cc5..fe79992f5 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 9706ced53..83251cc7f 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 f49f5476f..be56c42a2 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 @@ (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.INVALID_INPUT' | translate }}
- +

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

{{personDetails?.mobile}}

@@ -96,7 +96,7 @@ (click)="onSaveCompanyData(profileForm)">{{'APP.EDIT_PROFILE.SAVE' | translate}}
- +
@@ -105,21 +105,21 @@
- +

{{'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.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 8fc9881dd..112cad8ba 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 989bdd243..3f6425886 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 838cb9ba3..1bc63d584 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 959f232ea..b04f7882c 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 d41c20181..0def7fe1d 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 404ac4f7b..2eb8dcaa3 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 e399e0f8f..95c15dbb7 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 953f9caae..4909cc949 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 @@ - +