@everchron/ec-shards 8.19.2 → 8.19.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/ec-shards.js +3 -3
- 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
|
@@ -2486,7 +2486,7 @@ const Ca = {
|
|
|
2486
2486
|
},
|
|
2487
2487
|
watch: {
|
|
2488
2488
|
value() {
|
|
2489
|
-
this.checked = !!this.value
|
|
2489
|
+
this.checked = !!this.value;
|
|
2490
2490
|
},
|
|
2491
2491
|
valueFalse() {
|
|
2492
2492
|
this.checked || this.$emit("input", this.valueWhenFalse);
|
|
@@ -2503,7 +2503,7 @@ const Ca = {
|
|
|
2503
2503
|
created() {
|
|
2504
2504
|
this.switchId = this.generateUniqueId();
|
|
2505
2505
|
}
|
|
2506
|
-
}, Ba = (e) => (ye("data-v-
|
|
2506
|
+
}, Ba = (e) => (ye("data-v-de55e54f"), 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"];
|
|
2507
2507
|
function Ma(e, s, t, a, n, i) {
|
|
2508
2508
|
const r = p("ecs-focus-ring");
|
|
2509
2509
|
return o(), l("div", za, [
|
|
@@ -2541,7 +2541,7 @@ function Ma(e, s, t, a, n, i) {
|
|
|
2541
2541
|
], 8, Ta)) : u("", !0)
|
|
2542
2542
|
]);
|
|
2543
2543
|
}
|
|
2544
|
-
const Ls = /* @__PURE__ */ v(Ca, [["render", Ma], ["__scopeId", "data-v-
|
|
2544
|
+
const Ls = /* @__PURE__ */ v(Ca, [["render", Ma], ["__scopeId", "data-v-de55e54f"]]);
|
|
2545
2545
|
const La = {
|
|
2546
2546
|
name: "ecs-sortbutton",
|
|
2547
2547
|
emits: ["click"],
|