@dolanske/vui 1.8.2 → 1.8.3
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/vui.js +1 -2
- package/package.json +1 -1
package/dist/vui.js
CHANGED
|
@@ -14732,7 +14732,6 @@ const xy = ["aria-describedby"], Dy = /* @__PURE__ */ le({
|
|
|
14732
14732
|
ref: "dropdown",
|
|
14733
14733
|
expand: e.expand,
|
|
14734
14734
|
"no-mobile-drawer": e.noMobileDrawer,
|
|
14735
|
-
"drawer-title": e.label ?? e.placeholder ?? "Select",
|
|
14736
14735
|
onClose: y[1] || (y[1] = (f) => n.value?.focus({ preventScroll: !0 }))
|
|
14737
14736
|
}, {
|
|
14738
14737
|
trigger: L(({ toggle: f, isOpen: w }) => [
|
|
@@ -14804,7 +14803,7 @@ const xy = ["aria-describedby"], Dy = /* @__PURE__ */ le({
|
|
|
14804
14803
|
}, 1032, ["class", "onClick"]))), 128))
|
|
14805
14804
|
]),
|
|
14806
14805
|
_: 1
|
|
14807
|
-
}, 8, ["expand", "no-mobile-drawer"
|
|
14806
|
+
}, 8, ["expand", "no-mobile-drawer"]),
|
|
14808
14807
|
e.maxActiveOptions && !e.single ? (x(), A("p", Ey, pe(`${a.value ? a.value.length : 0}/${e.maxActiveOptions}`), 1)) : W("", !0),
|
|
14809
14808
|
e.errors.length > 0 ? (x(), A("ul", Ry, [
|
|
14810
14809
|
(x(!0), A(ye, null, Ce(e.errors, (f) => (x(), A("li", { key: f }, pe(f), 1))), 128))
|