mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-6323] dynamic content list changing columns order with drag drop (#9146)
* ACS-6323 Added draggable field to DocumentListPresetRef * ACS-6323 Allow to dragging column over columns in index range * ACS-6323 Allow to dragging column over only enabled columns * ACS-6323 Fixed styles for drag and drop icon for first column * ACS-6323 Unit tests and function renaming * ACS-6323 Corrected unit test
This commit is contained in:
@@ -49,4 +49,5 @@ export interface DocumentListPresetRef extends ExtensionElement {
|
||||
[key: string]: string;
|
||||
visible?: string;
|
||||
};
|
||||
draggable?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user