scope360-core 0.0.131 → 0.0.132
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/scope360-core.js
CHANGED
|
@@ -1450,24 +1450,24 @@ const dw = {
|
|
|
1450
1450
|
modelModifiers: {}
|
|
1451
1451
|
}),
|
|
1452
1452
|
emits: /* @__PURE__ */ Wt("change", ["update:modelValue"]),
|
|
1453
|
-
setup(t) {
|
|
1454
|
-
const
|
|
1455
|
-
return (
|
|
1453
|
+
setup(t, { emit: e }) {
|
|
1454
|
+
const n = ln(t, "modelValue"), s = e;
|
|
1455
|
+
return (i, r) => (D(), E("ul", Dw, [
|
|
1456
1456
|
O("li", null, [
|
|
1457
1457
|
nn(O("input", {
|
|
1458
|
-
"onUpdate:modelValue":
|
|
1458
|
+
"onUpdate:modelValue": r[0] || (r[0] = (a) => n.value = a),
|
|
1459
1459
|
class: "scope-checkbox",
|
|
1460
1460
|
id: t.name,
|
|
1461
1461
|
type: "checkbox",
|
|
1462
|
-
onClick:
|
|
1462
|
+
onClick: r[1] || (r[1] = (a) => s("change"))
|
|
1463
1463
|
}, null, 8, Ow), [
|
|
1464
|
-
[Fb,
|
|
1464
|
+
[Fb, n.value]
|
|
1465
1465
|
]),
|
|
1466
1466
|
O("label", { for: t.name }, ae(t.label), 9, Pw)
|
|
1467
1467
|
])
|
|
1468
1468
|
]));
|
|
1469
1469
|
}
|
|
1470
|
-
}, kV = /* @__PURE__ */ Ue(Cw, [["__scopeId", "data-v-
|
|
1470
|
+
}, kV = /* @__PURE__ */ Ue(Cw, [["__scopeId", "data-v-e90f9f51"]]), Aw = { class: "scope-menu-tabs" }, Rw = ["onClick"], Ew = {
|
|
1471
1471
|
__name: "Menu",
|
|
1472
1472
|
props: /* @__PURE__ */ Wt({
|
|
1473
1473
|
tabs: Array
|