@vue-interface/btn-dropdown 4.1.4 → 4.1.5
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/btn-dropdown.js +1 -1
- package/dist/index.d.ts +1 -0
- package/index.ts +2 -0
- package/package.json +2 -2
package/dist/btn-dropdown.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref as D, computed as x, watchEffect as O, defineComponent as L,
|
|
1
|
+
import { ref as D, computed as x, watchEffect as O, defineComponent as L, openBlock as P, createElementBlock as I, normalizeClass as C, unref as e, renderSlot as y, normalizeProps as B, guardReactiveProps as z, createElementVNode as E, toDisplayString as M, createVNode as N, withModifiers as V, normalizeStyle as F, withCtx as T, mergeProps as H, createCommentVNode as A, useTemplateRef as G, createBlock as J, resolveDynamicComponent as K } from "vue";
|
|
2
2
|
import { DropdownMenu as R } from "@vue-interface/dropdown-menu";
|
|
3
3
|
import { offset as Q, flip as U } from "@floating-ui/dom";
|
|
4
4
|
import { useFloating as W } from "@floating-ui/vue";
|
package/dist/index.d.ts
CHANGED
package/index.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue-interface/btn-dropdown",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5",
|
|
4
4
|
"description": "A Vue button dropdown component.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/btn-dropdown.umd.cjs",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@floating-ui/vue": "^1.1.6",
|
|
50
50
|
"vue": "^3.3.4",
|
|
51
51
|
"@vue-interface/btn": "5.0.5",
|
|
52
|
-
"@vue-interface/dropdown-menu": "3.0.
|
|
52
|
+
"@vue-interface/dropdown-menu": "3.0.8",
|
|
53
53
|
"@vue-interface/sizeable": "2.0.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|