scope360-core 0.0.96 → 0.0.98
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
|
@@ -1373,10 +1373,10 @@ const Oc = {
|
|
|
1373
1373
|
emits: ["update:modelValue"],
|
|
1374
1374
|
setup(n) {
|
|
1375
1375
|
const e = dn(n, "modelValue"), t = n, a = te(null), r = () => {
|
|
1376
|
-
e.value = t.value;
|
|
1377
|
-
}, i = U(() =>
|
|
1376
|
+
e.value = t.value, console.log(e.value, t.value, "props.value");
|
|
1377
|
+
}, i = U(() => e.value);
|
|
1378
1378
|
return lt(() => {
|
|
1379
|
-
r();
|
|
1379
|
+
r(), console.log(i.value, "checked");
|
|
1380
1380
|
}), (s, o) => (A(), F("label", Ic, [
|
|
1381
1381
|
se("input", {
|
|
1382
1382
|
name: "radio",
|
|
@@ -1394,7 +1394,7 @@ const Oc = {
|
|
|
1394
1394
|
se("span", Lc, xe(n.label), 1)
|
|
1395
1395
|
]));
|
|
1396
1396
|
}
|
|
1397
|
-
}, gy = /* @__PURE__ */ Et(Vc, [["__scopeId", "data-v-
|
|
1397
|
+
}, gy = /* @__PURE__ */ Et(Vc, [["__scopeId", "data-v-dd2623d9"]]), Yc = (n) => (Fo("data-v-7e155a89"), n = n(), Ho(), n), Fc = { class: "scope-toggle-wrapper" }, Hc = ["checked", "name"], zc = /* @__PURE__ */ Yc(() => /* @__PURE__ */ se("div", { class: "scope-toggle-wrapper__indicator" }, null, -1)), qc = {
|
|
1398
1398
|
__name: "Toggle",
|
|
1399
1399
|
props: /* @__PURE__ */ Ut({
|
|
1400
1400
|
name: String
|