@everchron/ec-shards 8.13.13 → 8.13.14
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 +8 -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
|
@@ -12917,9 +12917,13 @@ const _v = {
|
|
|
12917
12917
|
value: {
|
|
12918
12918
|
type: [String, Number],
|
|
12919
12919
|
default: ""
|
|
12920
|
+
},
|
|
12921
|
+
disabled: {
|
|
12922
|
+
type: Boolean,
|
|
12923
|
+
default: !1
|
|
12920
12924
|
}
|
|
12921
12925
|
}
|
|
12922
|
-
}, yv = ["for"], bv = ["name", "value", "id", "checked", "disabled", "onClick"], kv = ["title"];
|
|
12926
|
+
}, yv = ["for", "disabled"], bv = ["name", "value", "id", "checked", "disabled", "onClick"], kv = ["title"];
|
|
12923
12927
|
function xv(e, s, t, a, n, i) {
|
|
12924
12928
|
const r = p("ecs-icon");
|
|
12925
12929
|
return o(), l("div", {
|
|
@@ -12927,7 +12931,8 @@ function xv(e, s, t, a, n, i) {
|
|
|
12927
12931
|
}, [
|
|
12928
12932
|
(o(!0), l(J, null, me(t.options, (c) => (o(), l("label", {
|
|
12929
12933
|
key: c.id,
|
|
12930
|
-
for: c.id
|
|
12934
|
+
for: c.id,
|
|
12935
|
+
disabled: t.disabled
|
|
12931
12936
|
}, [
|
|
12932
12937
|
f("input", {
|
|
12933
12938
|
type: "radio",
|
|
@@ -12954,7 +12959,7 @@ function xv(e, s, t, a, n, i) {
|
|
|
12954
12959
|
], 8, yv))), 128))
|
|
12955
12960
|
], 2);
|
|
12956
12961
|
}
|
|
12957
|
-
const Eb = /* @__PURE__ */ v(_v, [["render", xv], ["__scopeId", "data-v-
|
|
12962
|
+
const Eb = /* @__PURE__ */ v(_v, [["render", xv], ["__scopeId", "data-v-6fd45199"]]);
|
|
12958
12963
|
const wv = {
|
|
12959
12964
|
name: "ecs-select-tile",
|
|
12960
12965
|
emits: ["click"],
|