# @ashlkv/vue-easy-dnd

> A fork of vue-easy-dnd: https://www.npmjs.com/package/vue-easy-dnd

Latest version **1.22.5** (published 2024-03-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ashlkv/vue-easy-dnd
pnpm add @ashlkv/vue-easy-dnd
yarn add @ashlkv/vue-easy-dnd
bun add @ashlkv/vue-easy-dnd
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.22.5 |
| Published | 2024-03-23 |
| First published | 2022-02-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 320.8 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Régis Lemaigre |
| Maintainers | ashlkv |
| Keywords | vue, vuejs, vue2, vuejs2, drag-and-drop, sortable, dnd |

## Links

- npm: https://www.npmjs.com/package/@ashlkv/vue-easy-dnd
- Repository: https://github.com/ashlkv/easy-dnd
- Homepage: https://github.com/ashlkv/easy-dnd#readme
- Issues: https://github.com/rlemaigre/Easy-DnD/issues
- npm.io page: https://npm.io/package/@ashlkv/vue-easy-dnd

## Dependencies (4)

- [vue](https://npm.io/package/vue.md) ^2.6.10
- [reflect-metadata](https://npm.io/package/reflect-metadata.md) ^0.1.13
- [vue-class-component](https://npm.io/package/vue-class-component.md) ^7.0.2
- [vue-property-decorator](https://npm.io/package/vue-property-decorator.md) ^8.1.0

## Alternatives

- [@lexical/table](https://npm.io/package/@lexical/table.md) — 3.0M weekly downloads
- [mantine-datatable](https://npm.io/package/mantine-datatable.md) — 98.2K weekly downloads
- [react-native-collapsible-tab-view](https://npm.io/package/react-native-collapsible-tab-view.md) — 70.6K weekly downloads
- [@handsontable/vue3](https://npm.io/package/@handsontable/vue3.md) — 16.1K weekly downloads
- [vuewordcloud](https://npm.io/package/vuewordcloud.md) — 7.2K weekly downloads

## Recent versions

- 1.22.5 (latest) — 2024-03-23
- 1.22.4 — 2022-03-05
- 1.22.3 — 2022-03-02
- 1.22.2 — 2022-02-27
- 1.22.1 — 2022-02-26

## README

A fork of [Easy-DnD](https://github.com/rlemaigre/Easy-DnD).

## Changes

- `DropList` emits a `leave` event if the item is dropped back in place. The event's property `index` contains 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`, `ReorderEvent` and `LeaveEvent` emitted by drop list extend the `DnDEvent` and contain all of its properties. For example, the `native` field with a dom event. This allows, for example, to do a clone instead of move if the native event `altKey` property is true.    

- Feedback slots: `feedback`, `reordering-feedback`, `drag-image` and `reordering-drag-image` have additional `index` prop.

---
_Source: https://npm.io/package/@ashlkv/vue-easy-dnd · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
