[ADF-4865] Upload Dialog - row actions not accessible by keyboard alone (#5051)

* access upload dialog information by keyboard

* upload files actions keyboard accessibility

* aria labels translation keys

* refractor styling

* toggle action icons

* update docs

* e2e

* e2e update action reference
This commit is contained in:
Cilibiu Bogdan
2019-09-05 13:08:46 +03:00
committed by Eugenio Romano
parent 2360ccc6d5
commit ef09b077c4
14 changed files with 261 additions and 47 deletions

View File

@@ -117,7 +117,8 @@
"REMOVE_FILE": "Remove uploaded file"
},
"STATUS": {
"FILE_CANCELED_STATUS": "Canceled"
"FILE_CANCELED_STATUS": "Canceled",
"FILE_DONE_STATUS": "Uploaded"
},
"CONFIRMATION": {
"BUTTON": {
@@ -130,12 +131,16 @@
}
},
"ARIA-LABEL": {
"VERSION": "File version",
"VERSION": "File version {{ version }}",
"DIALOG": "Upload list",
"DIALOG_MAXIMIZE": "Maximize upload dialog",
"DIALOG_MINIMIZE": "Minimize upload dialog",
"DIALOG_CLOSE": "Close upload dialog",
"CANCEL_ALL": "Cancel all uploading files",
"REMOVE_FILE": "Remove uploaded file {{ file }}",
"CANCEL_FILE": "Cancel scheduled file {{ file }}",
"CANCEL_FILE_UPLOAD": "Cancel file upload {{ file }}",
"UPLOAD_FILE_ERROR": "Upload error {{ error }}",
"CONFIRMATION": {
"CANCEL": "Confirm cancel",
"CONTINUE": "Continue uploading"