[ACA-1614] DocumentList - context menu actions (#544)

* context menu

* make same structure check

* align naming

* lazy loading support

* update module import implementation

* close context menu on Escape

* focus and navigate context menu items

* update with material cdk 'keycodes' name

* changed module folder name
This commit is contained in:
Cilibiu Bogdan
2018-08-03 14:14:19 +03:00
committed by GitHub
parent 50b0023967
commit 27977be9a2
20 changed files with 752 additions and 7 deletions

View File

@@ -24,7 +24,10 @@
[parentId]="node?.id"
[disabled]="!canUpload">
<adf-document-list acaDocumentList #documentList
<adf-document-list #documentList
acaDocumentList
acaContextActions
[acaContextEnable]="selection.count"
[display]="documentDisplayMode$ | async"
[sorting]="[ 'modifiedAt', 'desc' ]"
selectionMode="multiple"