@everchron/ec-shards 9.0.10 → 9.0.12
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 -4
- 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"],
|
|
@@ -6789,7 +6790,7 @@ const Vd = {
|
|
|
6789
6790
|
}
|
|
6790
6791
|
},
|
|
6791
6792
|
mounted() {
|
|
6792
|
-
this.mouseEvent && (
|
|
6793
|
+
this.mouseEvent && (Array.isArray(this.mouseEvent) ? this.mouseEvent.forEach((e) => {
|
|
6793
6794
|
this.$refs.grid_row.addEventListener(e, this.handleRowClick);
|
|
6794
6795
|
}) : this.$refs.grid_row.addEventListener(this.mouseEvent, this.handleRowClick));
|
|
6795
6796
|
},
|
|
@@ -6817,7 +6818,7 @@ function Wd(e, s, t, a, n, i) {
|
|
|
6817
6818
|
m(e.$slots, "default", {}, void 0, !0)
|
|
6818
6819
|
], 2);
|
|
6819
6820
|
}
|
|
6820
|
-
const jd = /* @__PURE__ */ v(Vd, [["render", Wd], ["__scopeId", "data-v-
|
|
6821
|
+
const jd = /* @__PURE__ */ v(Vd, [["render", Wd], ["__scopeId", "data-v-38d88b2c"]]);
|
|
6821
6822
|
const Ud = {
|
|
6822
6823
|
name: "ecs-data-grid-row-group",
|
|
6823
6824
|
components: {
|