@everchron/ec-shards 8.13.11 → 8.13.13

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 CHANGED
@@ -7710,7 +7710,7 @@ const Mu = {
7710
7710
  },
7711
7711
  mounted() {
7712
7712
  this.keyUpHandler = (e) => {
7713
- console.log("keyUpHandler", this.isShown, e.key), this.isShown && e.key === "Escape" && (e.preventDefault(), this.$emit("cancel"));
7713
+ this.isShown && e.key === "Escape" && (e.preventDefault(), this.$emit("cancel"));
7714
7714
  }, this.show && (this.isShown = !0, this.lazyLoad = !0, this.$nextTick(() => {
7715
7715
  this.$refs.dialog.showModal(), document.addEventListener("keyup", this.keyUpHandler), this.$refs.dialog.focus();
7716
7716
  }));
@@ -12934,7 +12934,7 @@ function xv(e, s, t, a, n, i) {
12934
12934
  name: t.name,
12935
12935
  value: c.id,
12936
12936
  id: c.id,
12937
- checked: t.value == c.id || null,
12937
+ checked: t.value.toLowerCase() == c.id.toLowerCase() || null,
12938
12938
  disabled: c.disabled || null,
12939
12939
  onClick: (d) => e.$emit("click", c.id)
12940
12940
  }, null, 8, bv),
@@ -12954,7 +12954,7 @@ function xv(e, s, t, a, n, i) {
12954
12954
  ], 8, yv))), 128))
12955
12955
  ], 2);
12956
12956
  }
12957
- const Eb = /* @__PURE__ */ v(_v, [["render", xv], ["__scopeId", "data-v-64e5a988"]]);
12957
+ const Eb = /* @__PURE__ */ v(_v, [["render", xv], ["__scopeId", "data-v-6178d7e0"]]);
12958
12958
  const wv = {
12959
12959
  name: "ecs-select-tile",
12960
12960
  emits: ["click"],