@everchron/ec-shards 8.13.12 → 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
@@ -11316,7 +11316,7 @@ const Em = {
11316
11316
  },
11317
11317
  methods: {
11318
11318
  handleKeyDown(e) {
11319
- if (console.log("handleKeyDown", e.keyCode, e), e.keyCode === 27) {
11319
+ if (e.keyCode === 27) {
11320
11320
  const s = document.querySelector("[data-close-button]");
11321
11321
  s && (s.focus(), s.click());
11322
11322
  }
@@ -11357,7 +11357,7 @@ function Mm(e, s, t, a, n, i) {
11357
11357
  ])) : u("", !0)
11358
11358
  ], 2);
11359
11359
  }
11360
- const hb = /* @__PURE__ */ v(Em, [["render", Mm], ["__scopeId", "data-v-0584362a"]]);
11360
+ const hb = /* @__PURE__ */ v(Em, [["render", Mm], ["__scopeId", "data-v-22e69d8b"]]);
11361
11361
  const Lm = {
11362
11362
  name: "ecs-modal-footer"
11363
11363
  }, Om = { class: "ecs-modal-footer" }, Am = {
@@ -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"],