@everchron/ec-shards 9.0.10 → 9.0.11
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 -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
|
@@ -2246,7 +2246,7 @@ const ha = {
|
|
|
2246
2246
|
mounted() {
|
|
2247
2247
|
this.id || (this.fallbackId = this.generateUniqueId());
|
|
2248
2248
|
}
|
|
2249
|
-
}, va = ["id", "name", "required", "disabled", "checked"], _a = ["for"];
|
|
2249
|
+
}, va = ["id", "name", "required", "disabled", "checked"], _a = ["id", "for"];
|
|
2250
2250
|
function ya(e, s, t, a, n, i) {
|
|
2251
2251
|
const r = p("ecs-text"), c = p("ecs-form-check");
|
|
2252
2252
|
return o(), h(c, {
|
|
@@ -2270,6 +2270,7 @@ function ya(e, s, t, a, n, i) {
|
|
|
2270
2270
|
}, null, 42, va),
|
|
2271
2271
|
f("label", {
|
|
2272
2272
|
class: "ecs-form-check-label",
|
|
2273
|
+
id: t.id || n.fallbackId,
|
|
2273
2274
|
for: t.id || n.fallbackId
|
|
2274
2275
|
}, [
|
|
2275
2276
|
m(e.$slots, "default", {}, void 0, !0),
|
|
@@ -2287,7 +2288,7 @@ function ya(e, s, t, a, n, i) {
|
|
|
2287
2288
|
_: 3
|
|
2288
2289
|
}, 8, ["class"]);
|
|
2289
2290
|
}
|
|
2290
|
-
const Ht = /* @__PURE__ */ v(ha, [["render", ya], ["__scopeId", "data-v-
|
|
2291
|
+
const Ht = /* @__PURE__ */ v(ha, [["render", ya], ["__scopeId", "data-v-e15ff286"]]);
|
|
2291
2292
|
const ba = {
|
|
2292
2293
|
name: "ecs-radiobutton",
|
|
2293
2294
|
emits: ["input", "change"],
|