@useinsider/ab-components 0.0.108 → 0.0.109
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/ab-components.cjs.js +1 -1
- package/dist/ab-components.cjs.js.map +1 -1
- package/dist/ab-components.css +1 -1
- package/dist/ab-components.es.js +6 -4
- package/dist/ab-components.es.js.map +1 -1
- package/dist/ab-components.iife.js +1 -1
- package/dist/ab-components.iife.js.map +1 -1
- package/dist/ab-components.umd.js +1 -1
- package/dist/ab-components.umd.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/ab-components.es.js
CHANGED
|
@@ -3632,12 +3632,13 @@ const Zl = "_root_avx14_36", Jl = "_sizeMedium_avx14_44", on = {
|
|
|
3632
3632
|
menuHeight: { default: 154 },
|
|
3633
3633
|
width: {},
|
|
3634
3634
|
mode: { default: "primary" },
|
|
3635
|
-
anchorSelector: { default: void 0 }
|
|
3635
|
+
anchorSelector: { default: void 0 },
|
|
3636
|
+
position: { default: "bottom" }
|
|
3636
3637
|
},
|
|
3637
3638
|
emits: ["update:modelValue", "add-error", "item-added", "select-item"],
|
|
3638
3639
|
setup(t, { expose: a, emit: e }) {
|
|
3639
3640
|
In((C) => ({
|
|
3640
|
-
|
|
3641
|
+
"3ad7ff6f": `${n.menuHeight}px`
|
|
3641
3642
|
}));
|
|
3642
3643
|
const n = t, o = e, r = O(!1), l = O(null), i = O(""), s = O(null), c = O([...n.items]), d = O([...n.items]), g = () => {
|
|
3643
3644
|
r.value = !r.value;
|
|
@@ -3704,6 +3705,7 @@ const Zl = "_root_avx14_36", Jl = "_sizeMedium_avx14_44", on = {
|
|
|
3704
3705
|
[`in-dropdown-menu--${n.mode}`]: !0
|
|
3705
3706
|
}]),
|
|
3706
3707
|
"position-strategy": "absolute",
|
|
3708
|
+
position: n.position,
|
|
3707
3709
|
"anchor-selector": C.anchorSelector,
|
|
3708
3710
|
width: n.width,
|
|
3709
3711
|
modelValue: r.value,
|
|
@@ -3788,9 +3790,9 @@ const Zl = "_root_avx14_36", Jl = "_sizeMedium_avx14_44", on = {
|
|
|
3788
3790
|
], 2)
|
|
3789
3791
|
]),
|
|
3790
3792
|
_: 3
|
|
3791
|
-
}, 8, ["anchor-selector", "class", "width", "modelValue"]));
|
|
3793
|
+
}, 8, ["position", "anchor-selector", "class", "width", "modelValue"]));
|
|
3792
3794
|
}
|
|
3793
|
-
}), lr = /* @__PURE__ */ fe(Si, [["__scopeId", "data-v-
|
|
3795
|
+
}), lr = /* @__PURE__ */ fe(Si, [["__scopeId", "data-v-8677d931"]]), Ii = { class: "in-tabs" }, $i = ["data-value", "disabled", "onClick"], Mi = /* @__PURE__ */ j({
|
|
3794
3796
|
__name: "InTabs",
|
|
3795
3797
|
props: {
|
|
3796
3798
|
tabs: {},
|