stable

Clone or download

Read-only

Move the drag and drop library outside the taskboard plugin

part of story #18408 plan Features in Program Increment No funtional changes, taskboard should works as expexted Change-Id: I47a3c06de6005b6286c0477988566734adff16a8

Modified Files

Name
M plugins/taskboard/package.json +1 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoard.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoard.vue +2 −2 Go to diff View file
M plugins/taskboard/themes/_taskboard.scss +1 −1 Go to diff View file
A src/scripts/lib/drag-and-drop/.gitignore +3 −0 Go to diff View file
A src/scripts/lib/drag-and-drop/jest.config.js +25 −0 Go to diff View file
A src/scripts/lib/drag-and-drop/package-lock.json +5 −0 Go to diff View file
A src/scripts/lib/drag-and-drop/package.json +32 −0 Go to diff View file
R plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/DocumentEventsHandler.test.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/DocumentEventsHandler.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/DrekkenovState.test.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/DrekkenovState.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/DropGhost.test.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/DropGhost.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/OngoingDrag.test.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/OngoingDrag.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/constants.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/dom-manipulation.test.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/dom-manipulation.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/event-handler-factory.test.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/event-handler-factory.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/drekkenov.test.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/drekkenov.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/types.ts Go to diff View file
R plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/drekkenov.scss Go to diff View file
A src/scripts/lib/drag-and-drop/tsconfig.json +12 −0 Go to diff View file
A src/scripts/lib/drag-and-drop/vite.config.ts +30 −0 Go to diff View file
M src/scripts/lib/list-picker/.gitignore +1 −0 Go to diff View file
M tests/jest/jest.base.config.js +1 −0 Go to diff View file