[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:
AleksanderSklorz
2023-12-08 22:54:25 +01:00
committed by GitHub
parent 064c1fd216
commit cd33bb6c92
5 changed files with 42 additions and 3 deletions

View File

@@ -49,4 +49,5 @@ export interface DocumentListPresetRef extends ExtensionElement {
[key: string]: string;
visible?: string;
};
draggable?: boolean;
}