UNPKG

ideaz-element

Version:

<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>

3 lines (2 loc) 495 B
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("vue");function u(t,s){const n=l.ref(!1);return{draggableOptions:[{options:{draggable:".z-form-item-draggable",animation:200,ghostClass:"ghost",onStart:()=>{n.value=!0},onEnd:o=>{n.value=!1;const{oldIndex:a,newIndex:r}=o,e=[...s.value],g=e[a];e.splice(a,1),e.splice(r,0,g),t("update:columns",{columns:e,dragEvent:o})}}}],dragging:n}}exports.useDraggable=u; //# sourceMappingURL=useDraggable.cjs.map