@ashlkv/vue-easy-dnd
v1.22.5
Published
A fork of vue-easy-dnd: https://www.npmjs.com/package/vue-easy-dnd
Maintainers
Readme
A fork of Easy-DnD.
Changes
DropListemits aleaveevent if the item is dropped back in place. The event's propertyindexcontains the index of a dropped item. This is to allow cloning the item next to itself if it was dropped with the alt key pressed.InsertEvent,ReorderEventandLeaveEventemitted by drop list extend theDnDEventand contain all of its properties. For example, thenativefield with a dom event. This allows, for example, to do a clone instead of move if the native eventaltKeyproperty is true.Feedback slots:
feedback,reordering-feedback,drag-imageandreordering-drag-imagehave additionalindexprop.
