@everchron/ec-shards 19.6.3 → 19.6.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.css +1 -1
- package/dist/ec-shards.js +5 -4
- package/dist/ec-shards.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -380,8 +380,9 @@ var ce = Object.create, le = Object.defineProperty, ue = Object.getOwnPropertyDe
|
|
|
380
380
|
"../assets/icons/xmef.svg": () => import("./xmef-B1IrkBgp.js"),
|
|
381
381
|
"../assets/icons/zoom-in.svg": () => import("./zoom-in-BZdxyrU_.js"),
|
|
382
382
|
"../assets/icons/zoom-out.svg": () => import("./zoom-out-Bpu35LIU.js")
|
|
383
|
-
}), r = ee(null), i = a(() => t.type.startsWith("empty-") ? "0 0 140 140" : "0 0 30 30");
|
|
383
|
+
}), r = ee(null), i = a(() => typeof t.type == "string" && t.type.startsWith("empty-") ? "0 0 140 140" : "0 0 30 30");
|
|
384
384
|
return oe(async (e) => {
|
|
385
|
+
if (typeof t.type != "string" || !t.type) return;
|
|
385
386
|
let i = n[`../assets/icons/${t.type}.svg`];
|
|
386
387
|
if (r.value = null, !i) return;
|
|
387
388
|
let a = !1;
|
|
@@ -419,7 +420,7 @@ var ce = Object.create, le = Object.defineProperty, ue = Object.getOwnPropertyDe
|
|
|
419
420
|
focusable: "false"
|
|
420
421
|
}, null, 10, he));
|
|
421
422
|
}
|
|
422
|
-
}, [["__scopeId", "data-v-
|
|
423
|
+
}, [["__scopeId", "data-v-88dd028b"]]), ge = {
|
|
423
424
|
name: "EcsFocusRing",
|
|
424
425
|
props: {
|
|
425
426
|
inset: {
|
|
@@ -12773,7 +12774,7 @@ var Ip = /* @__PURE__ */ V(Ap, [["render", Fp], ["__scopeId", "data-v-3fb03d5e"]
|
|
|
12773
12774
|
return { color: this.color };
|
|
12774
12775
|
},
|
|
12775
12776
|
shouldShowHover() {
|
|
12776
|
-
return this.color.startsWith("var(--color-gray-");
|
|
12777
|
+
return typeof this.color == "string" && this.color.startsWith("var(--color-gray-");
|
|
12777
12778
|
}
|
|
12778
12779
|
},
|
|
12779
12780
|
methods: { handleClick(e) {
|
|
@@ -12791,7 +12792,7 @@ function Rp(e, t, n, r, i, a) {
|
|
|
12791
12792
|
size: "20"
|
|
12792
12793
|
}, null, 8, ["type"])], 6);
|
|
12793
12794
|
}
|
|
12794
|
-
var zp = /* @__PURE__ */ V(Lp, [["render", Rp], ["__scopeId", "data-v-
|
|
12795
|
+
var zp = /* @__PURE__ */ V(Lp, [["render", Rp], ["__scopeId", "data-v-f66945cb"]]), Bp = {
|
|
12795
12796
|
name: "ecs-input-group-addon",
|
|
12796
12797
|
components: { EcsIcon: H },
|
|
12797
12798
|
props: {
|