@maas/vue-equipment 0.16.3 → 0.16.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/nuxt/module.json
CHANGED
|
@@ -288,7 +288,7 @@ export function useDrawerDrag(args) {
|
|
|
288
288
|
callback: (value) => {
|
|
289
289
|
draggedY.value = value;
|
|
290
290
|
if (draggedY.value === target) {
|
|
291
|
-
useDrawerEmitter().emit("
|
|
291
|
+
useDrawerEmitter().emit("afterSnap", {
|
|
292
292
|
id: toValue(id),
|
|
293
293
|
snapPoint: snapPoint2
|
|
294
294
|
});
|
|
@@ -306,7 +306,7 @@ export function useDrawerDrag(args) {
|
|
|
306
306
|
callback: (value) => {
|
|
307
307
|
draggedX.value = value;
|
|
308
308
|
if (draggedX.value === target) {
|
|
309
|
-
useDrawerEmitter().emit("
|
|
309
|
+
useDrawerEmitter().emit("afterSnap", {
|
|
310
310
|
id: toValue(id),
|
|
311
311
|
snapPoint: snapPoint2
|
|
312
312
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maas/vue-equipment",
|
|
3
3
|
"description": "A magic collection of Vue composables, plugins, components and directives",
|
|
4
|
-
"version": "0.16.
|
|
4
|
+
"version": "0.16.4",
|
|
5
5
|
"author": "Robin Scholz <https://github.com/robinscholz>, Christoph Jeworutzki <https://github.com/ChristophJeworutzki>",
|
|
6
6
|
"devDependencies": {
|
|
7
7
|
"@antfu/ni": "^0.21.12",
|