vue-dndrop
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "vue-dndrop", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Vue wrappers for drag and drop", | ||
@@ -12,3 +12,4 @@ "author": "amendx && kutlugsahin", | ||
"Dave Stewart (https://github.com/davestewart)", | ||
"Kurt Lugsahin (https://github.com/kutlugsahin)" | ||
"Kurt Lugsahin (https://github.com/kutlugsahin)", | ||
"Amanda Esmeraldo (https://github.com/amendx)" | ||
], | ||
@@ -42,3 +43,2 @@ "publishConfig": { | ||
"docs": "cd docs && npm run dev", | ||
"deploy": "cd docs && npm run deploy", | ||
"lint": "eslint src/*" | ||
@@ -45,0 +45,0 @@ }, |
@@ -14,2 +14,4 @@ <p align="center"> | ||
<img src="https://img.shields.io/npm/dt/vue-dndrop" alt="npm downloads" /> | ||
<img src="https://img.shields.io/github/license/amendx/vue-dndrop.svg" alt="mit license" /> | ||
<img src="https://badgen.net/github/last-commit/amendx/vue-dndrop" alt="commit" /> | ||
<img src="https://github.com/amendx/vue-dndrop/actions/workflows/deploy.yml/badge.svg" alt="github pages" /> | ||
@@ -54,6 +56,10 @@ </p> | ||
###### This library consists on a wrapper for Vue.js components over the long missed [smooth-dnd](https://github.com/kutlugsahin/smooth-dnd) library. To make it less _importee_, all the content imported from `smooth-dnd` is now on our own library. It's all plain javascript now. | ||
> This library consists on a wrapper for Vue.js components over the long missed [smooth-dnd](https://github.com/kutlugsahin/smooth-dnd) library. To make it less _importee_, all the content imported from `smooth-dnd` is now on our own library. It's all plain javascript now. | ||
> Feel free to contribute. | ||
### Contributors | ||
<a href="https://github.com/amendx/vue-dndrop/contributors"> | ||
<img src="https://contrib.rocks/image?repo=amendx/vue-dndrop"/> | ||
</a> | ||
--- | ||
@@ -119,5 +125,5 @@ | ||
| :orientation | string | `vertical` | Orientation of the container. Can be **horizontal** or **vertical**. | | ||
| :behaviour | string | `move` | Property to describe weather the dragging item will be moved or copied to target container. Can be **move** or **copy** or **drop-zone** or **contain**. | | ||
| :behaviour | string | `move` | Property to describe wether the dragging item will be moved or copied to target container. Can be **move** or **copy** or **drop-zone** or **contain**. | | ||
| :tag | string or NodeDescription | `div` | _See descriptions below_ | | ||
| :group-name | string | `undefined` | Draggables can be moved between the containers having the same group names. If not set container will not accept drags from outside. This behaviour can be overriden by shouldAcceptDrop function. See below. | | ||
| :group-name | string | `undefined` | Draggables can be moved between the containers having the same group names. If not set container will not accept drags from outside. This behaviour can be overwritten by shouldAcceptDrop function. See below. | | ||
| :lock-axis | string | `undefined` | Locks the movement axis of the dragging. Possible values are **x**, **y** or **undefined**. | | ||
@@ -124,0 +130,0 @@ | :drag-handle-selector | string | `undefined` | Css selector to test for enabling dragging. If not given item can be grabbed from anywhere in its boundaries. | |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
0
504
21880
3
0
2