feat: add vuedraggable for drag-and-drop reordering

Install vuedraggable v2.24.3 to enable drag-and-drop
functionality for signing order management in sequential
signature flows.

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
Vitor Mattos 2025-12-10 11:49:16 -03:00
parent 5c6fc226c1
commit 1ca80e9adf
No known key found for this signature in database
GPG key ID: 6FECE2AD4809003A
2 changed files with 17 additions and 0 deletions

16
package-lock.json generated
View file

@ -44,6 +44,7 @@
"vue-drag-resize": "^1.5.4",
"vue-material-design-icons": "^5.3.1",
"vue-router": "^3.6.5",
"vuedraggable": "^2.24.3",
"vuelidate": "^0.7.7"
},
"devDependencies": {
@ -15191,6 +15192,12 @@
"websocket-driver": "^0.7.4"
}
},
"node_modules/sortablejs": {
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.10.2.tgz",
"integrity": "sha512-YkPGufevysvfwn5rfdlGyrGjt7/CRHwvRPogD/lC+TnvcN29jDpCifKP+rBqf+LRldfXSTh+0CGLcSg0VIxq3A==",
"license": "MIT"
},
"node_modules/source-list-map": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
@ -17382,6 +17389,15 @@
"vue": "^2.5.0"
}
},
"node_modules/vuedraggable": {
"version": "2.24.3",
"resolved": "https://registry.npmjs.org/vuedraggable/-/vuedraggable-2.24.3.tgz",
"integrity": "sha512-6/HDXi92GzB+Hcs9fC6PAAozK1RLt1ewPTLjK0anTYguXLAeySDmcnqE8IC0xa7shvSzRjQXq3/+dsZ7ETGF3g==",
"license": "MIT",
"dependencies": {
"sortablejs": "1.10.2"
}
},
"node_modules/vuelidate": {
"version": "0.7.7",
"resolved": "https://registry.npmjs.org/vuelidate/-/vuelidate-0.7.7.tgz",

View file

@ -55,6 +55,7 @@
"vue-drag-resize": "^1.5.4",
"vue-material-design-icons": "^5.3.1",
"vue-router": "^3.6.5",
"vuedraggable": "^2.24.3",
"vuelidate": "^0.7.7"
},
"browserslist": [