mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
ACS-3550 Fixed accessibility issues related with move and copy dialogs (#7961)
* ACS-3550 Fixed accessibility issues related with move and copy dialogs * ACS-3550 Revert changes for button role for cells * ACS-3550 Shorter css rule * ACS-3550 Fixed lint issues * ACS-3550 Changed selector to fix e2e tests
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
"CLAIM": "CLAIM",
|
||||
"UNCLAIM": "RELEASE",
|
||||
"START PROCESS": "START PROCESS",
|
||||
"DATA_LOADING": "Data is loading",
|
||||
"NOTIFICATIONS": {
|
||||
"NO_MESSAGE": "You have no notifications at this time.",
|
||||
"TITLE": "Notifications",
|
||||
@@ -219,8 +220,7 @@
|
||||
"CREATED_DATE": "Created Date",
|
||||
"MODIFIER": "Modifier",
|
||||
"MODIFIED_DATE": "Modified Date",
|
||||
"CONTENT_TYPE": "Content Type",
|
||||
"DATA_LOADING": "Data is loading"
|
||||
"CONTENT_TYPE": "Content Type"
|
||||
},
|
||||
"CONTENT_TYPE": {
|
||||
"DIALOG": {
|
||||
@@ -581,6 +581,7 @@
|
||||
}
|
||||
},
|
||||
"ADF_DROPDOWN": {
|
||||
"LOADING": "Loading..."
|
||||
"LOADING": "Loading...",
|
||||
"SELECTION_ARIA_LABEL": "{{placeholder}} listbox {{selectedOption}}"
|
||||
}
|
||||
}
|
||||
|
@@ -11,5 +11,6 @@
|
||||
<mat-progress-bar *ngIf="isLoading"
|
||||
mode="indeterminate"
|
||||
class="adf-infinite-pagination-spinner"
|
||||
data-automation-id="adf-infinite-pagination-spinner"></mat-progress-bar>
|
||||
data-automation-id="adf-infinite-pagination-spinner"
|
||||
[attr.aria-label]="'DATA_LOADING' | translate"></mat-progress-bar>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user