[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:
AleksanderSklorz
2025-02-20 11:24:15 +01:00
committed by GitHub
parent f39f104d45
commit 7bfe27dda9
4 changed files with 59 additions and 15 deletions
@@ -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>();