@wwtdev/bsds-components-vue3 3.1.0 → 3.1.1
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/lib/bsds-components.js
CHANGED
|
@@ -5301,7 +5301,7 @@ const Ol = ["data-range", "data-size"], ho = "(min-width: 752px)", uh = /* @__PU
|
|
|
5301
5301
|
popover: { visibility: "focus" },
|
|
5302
5302
|
rows: 1,
|
|
5303
5303
|
step: d.value,
|
|
5304
|
-
"onUpdate:modelValue": T[2] || (T[2] = (L) => S.$emit("update:
|
|
5304
|
+
"onUpdate:modelValue": T[2] || (T[2] = (L) => S.$emit("update:model-value", L))
|
|
5305
5305
|
}, y(u)), Bt({ _: 2 }, [
|
|
5306
5306
|
S.inputMode ? {
|
|
5307
5307
|
name: "default",
|
|
@@ -13643,7 +13643,7 @@ const eb = /* @__PURE__ */ io(Mp, [["render", xp]]), Fp = ["data-variant", "data
|
|
|
13643
13643
|
"data-collapsed": m.value,
|
|
13644
13644
|
"data-collapsible": w.value,
|
|
13645
13645
|
"data-sticky": t.sticky || void 0,
|
|
13646
|
-
style: It(t.width && !m.value ? { width: t.width } : void 0)
|
|
13646
|
+
style: It(t.width && !m.value ? { "--bs-vertical-nav-width": t.width } : void 0)
|
|
13647
13647
|
}, [
|
|
13648
13648
|
C("ul", null, [
|
|
13649
13649
|
$.$slots["top-content"] ? (l(), g("li", Yp, [
|