mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
2360ccc6d5
commit
ef09b077c4
@@ -27,6 +27,7 @@ import { UploadDragAreaComponent } from './components/upload-drag-area.component
|
||||
import { FileUploadErrorPipe } from './pipes/file-upload-error.pipe';
|
||||
import { CoreModule } from '@alfresco/adf-core';
|
||||
import { FileDraggableDirective } from './directives/file-draggable.directive';
|
||||
import { ToggleIconDirective } from './directives/toggle-icon.directive';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -42,7 +43,8 @@ import { FileDraggableDirective } from './directives/file-draggable.directive';
|
||||
FileUploadingDialogComponent,
|
||||
FileUploadingListComponent,
|
||||
FileUploadingListRowComponent,
|
||||
FileUploadErrorPipe
|
||||
FileUploadErrorPipe,
|
||||
ToggleIconDirective
|
||||
],
|
||||
exports: [
|
||||
FileDraggableDirective,
|
||||
@@ -52,7 +54,8 @@ import { FileDraggableDirective } from './directives/file-draggable.directive';
|
||||
FileUploadingDialogComponent,
|
||||
FileUploadingListComponent,
|
||||
FileUploadingListRowComponent,
|
||||
FileUploadErrorPipe
|
||||
FileUploadErrorPipe,
|
||||
ToggleIconDirective
|
||||
]
|
||||
})
|
||||
export class UploadModule {}
|
||||
|
Reference in New Issue
Block a user