-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: drag n drop from action panel (#114)
* feat: drag n drop from action panel * feat: fixes for dnd showcase * feat: fix linter errors * feat: fix typing merge errors * fix: dragEnd handler when it's out of screen * fix: removed placeholder * fix: setItem typings * feat: add placeholder grid item * feat: added plugin type for action panel items * fix: fix dnd events handling and simplify plugin type context * feat: add custom dimenstions values for dragProps * fix: null drag props handling fix * fix: empty drag over plugin placeholder rendering * feat: refactoring new dnd code components * feat: add extra field for drag props * feat: add extra field for drag props * fix: action panel key value moved back to list iterator * feat: add drop props typing * feat: added dragstart and dragend props * fix: temporary layout render fix * feat: updated README * fix: remove item while drag not finished * fix: documentation typo
- Loading branch information
Showing
24 changed files
with
739 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.