diff --git a/docs/content-services/components/search.component.md b/docs/content-services/components/search.component.md index f6fa7cc0a4..2751d776cb 100644 --- a/docs/content-services/components/search.component.md +++ b/docs/content-services/components/search.component.md @@ -96,7 +96,7 @@ However, you can use a more complex template if necessary: class="adf-search-autocomplete-item" (click)="elementClicked(item)" (keyup.enter)="elementClicked(item)"> - +

{ it('[C260256] Should display file/folder in search suggestion when typing first characters', async () => { await openSearchBar(); - await searchBarPage.enterTextAndPressEnter(firstFolderModel.shortName); + await searchBarPage.enterText(firstFolderModel.shortName); await searchBarPage.resultTableContainsRow(firstFolderModel.name); diff --git a/lib/content-services/src/lib/search/components/search-control.component.html b/lib/content-services/src/lib/search/components/search-control.component.html index 587a5dbc29..71b072eb62 100644 --- a/lib/content-services/src/lib/search/components/search-control.component.html +++ b/lib/content-services/src/lib/search/components/search-control.component.html @@ -30,20 +30,20 @@ (keyup.enter)="elementClicked(item)" (touchend)="elementClicked(item)"> - + -

{{ item?.entry.name }}

-

-

{{item?.entry.createdByUser.displayName}}

+

{{item?.entry.createdByUser.displayName}}

-

{{ 'SEARCH.RESULTS.NONE' | translate:{searchTerm: +

{{ 'SEARCH.RESULTS.NONE' | translate:{searchTerm: searchTerm} }}

diff --git a/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.html b/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.html index 54dc152b49..794ddebed2 100644 --- a/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.html +++ b/lib/content-services/src/lib/upload/components/file-uploading-dialog.component.html @@ -16,7 +16,7 @@ [attr.aria-expanded]="!isDialogMinimized" (click)="toggleMinimized()"> {{ isDialogMinimized ? 'keyboard_arrow_up' : 'keyboard_arrow_down' }} diff --git a/lib/content-services/src/lib/upload/components/file-uploading-list-row.component.html b/lib/content-services/src/lib/upload/components/file-uploading-list-row.component.html index 9f13a1392e..1c4c573396 100644 --- a/lib/content-services/src/lib/upload/components/file-uploading-list-row.component.html +++ b/lib/content-services/src/lib/upload/components/file-uploading-list-row.component.html @@ -1,5 +1,5 @@
- + insert_drive_file @@ -63,7 +63,7 @@ role="status" > check_circle @@ -97,7 +97,7 @@ role="status" *ngIf="isUploadError()" class="adf-file-uploading-row__block adf-file-uploading-row__status--error"> - report_problem diff --git a/lib/content-services/src/lib/version-manager/version-list.component.html b/lib/content-services/src/lib/version-manager/version-list.component.html index 0aaa271f08..1c3bbec974 100644 --- a/lib/content-services/src/lib/version-manager/version-list.component.html +++ b/lib/content-services/src/lib/version-manager/version-list.component.html @@ -1,12 +1,12 @@ - insert_drive_file -

{{version.entry.name}}

-

+ insert_drive_file +

{{version.entry.name}}

+

{{version.entry.id}} - {{version.entry.modifiedAt | date}}

-

{{version.entry.versionComment}}

diff --git a/lib/core/src/lib/notifications/components/notification-history.component.html b/lib/core/src/lib/notifications/components/notification-history.component.html index 178a7b58c4..b927f95cde 100644 --- a/lib/core/src/lib/notifications/components/notification-history.component.html +++ b/lib/core/src/lib/notifications/components/notification-history.component.html @@ -42,20 +42,20 @@ [outerHTML]="notification.initiator | usernameInitials:'adf-notification-initiator-pic'">
- {{notification.icon}}

{{ message }}

+ matListItemLine [matTooltip]="message" matTooltipShowDelay="1000">{{ message }}

{{notification.datetime | adfTimeAgo}}

+ matListItemLine> {{notification.datetime | adfTimeAgo}}

-

{{ 'NOTIFICATIONS.NO_MESSAGE' | translate }}

+

{{ 'NOTIFICATIONS.NO_MESSAGE' | translate }}

diff --git a/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.html b/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.html index 4a2b9fc593..73707c2730 100644 --- a/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.html +++ b/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.html @@ -6,7 +6,7 @@ *ngFor="let report of reports; let idx = index" [class.adf-active]="currentReport === report"> - assignment {{report.name}} diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.html b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.html index adb2e7fe24..d17c6f7d70 100644 --- a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.html +++ b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.html @@ -3,11 +3,11 @@ - check_circle - - - - - assignment + assignment

{{task.name || 'Nameless task'}}

{{ 'ADF_PROCESS_LIST.DETAILS.LABELS.TASK_SUBTITLE' | translate:{user: getUserFullName(task.assignee), created: getFormatDate(task.created, 'mediumDate') } }} @@ -36,7 +36,7 @@