mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-8782] list of frozen files under a hold (#10663)
* [ACS-8782] Added possibility to hide drag and drop hint from document list * [ACS-8782] Unit tests for changes in document list component * [ACS-8782] Added documentation for displayDragAndDropHint property * [ACS-8782] Corrected path
This commit is contained in:
@@ -371,6 +371,10 @@ export class DocumentListComponent extends DataTableSchema implements OnInit, On
|
||||
@Input()
|
||||
displayCheckboxesOnHover = false;
|
||||
|
||||
/** Display drag and drop hint. */
|
||||
@Input()
|
||||
displayDragAndDropHint = true;
|
||||
|
||||
/** Emitted when the user clicks a list node */
|
||||
@Output()
|
||||
nodeClick = new EventEmitter<NodeEntityEvent>();
|
||||
|
||||
Reference in New Issue
Block a user