@everchron/ec-shards 8.15.3 → 8.15.4
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/ec-shards.js +5 -2
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -2505,8 +2505,11 @@ const Ca = {
|
|
|
2505
2505
|
},
|
|
2506
2506
|
created() {
|
|
2507
2507
|
this.switchId = this.generateUniqueId();
|
|
2508
|
+
},
|
|
2509
|
+
mounted() {
|
|
2510
|
+
console.log("m()value in shards switch", this.value, this.checked);
|
|
2508
2511
|
}
|
|
2509
|
-
}, Ba = (e) => (ye("data-v-
|
|
2512
|
+
}, Ba = (e) => (ye("data-v-a8a5bb4e"), e = e(), be(), e), za = { class: "ecs-switch-wrapper" }, Ia = ["aria-checked"], Ea = ["id", "name", "required", "disabled", "checked"], $a = { class: "ecs-slide-switch" }, Pa = /* @__PURE__ */ Ba(() => /* @__PURE__ */ f("div", { class: "indeterminate" }, null, -1)), Ta = ["for"];
|
|
2510
2513
|
function Ma(e, s, t, a, n, i) {
|
|
2511
2514
|
const r = p("ecs-focus-ring");
|
|
2512
2515
|
return o(), l("div", za, [
|
|
@@ -2544,7 +2547,7 @@ function Ma(e, s, t, a, n, i) {
|
|
|
2544
2547
|
], 8, Ta)) : u("", !0)
|
|
2545
2548
|
]);
|
|
2546
2549
|
}
|
|
2547
|
-
const Ms = /* @__PURE__ */ _(Ca, [["render", Ma], ["__scopeId", "data-v-
|
|
2550
|
+
const Ms = /* @__PURE__ */ _(Ca, [["render", Ma], ["__scopeId", "data-v-a8a5bb4e"]]);
|
|
2548
2551
|
const La = {
|
|
2549
2552
|
name: "ecs-sortbutton",
|
|
2550
2553
|
emits: ["click"],
|