@everchron/ec-shards 8.15.6 → 8.15.7
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 -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
|
@@ -13482,7 +13482,9 @@ const F_ = /* @__PURE__ */ y(my, [["render", hy], ["__scopeId", "data-v-2c119fff
|
|
|
13482
13482
|
},
|
|
13483
13483
|
handleKeyDown(e) {
|
|
13484
13484
|
const s = e.keyCode;
|
|
13485
|
-
if (
|
|
13485
|
+
if (s === 27)
|
|
13486
|
+
e.preventDefault(), this.$refs.tabButton.blur();
|
|
13487
|
+
else if (this.orientation === "horizontal") {
|
|
13486
13488
|
if (s === 37 || s === 39) {
|
|
13487
13489
|
e.preventDefault();
|
|
13488
13490
|
const a = this.$el.parentNode.children, n = Array.prototype.indexOf.call(a, this.$el), i = a[n - 1], r = a[n + 1];
|
|
@@ -13495,7 +13497,7 @@ const F_ = /* @__PURE__ */ y(my, [["render", hy], ["__scopeId", "data-v-2c119fff
|
|
|
13495
13497
|
}
|
|
13496
13498
|
}
|
|
13497
13499
|
}
|
|
13498
|
-
}, yy = (e) => (be("data-v-
|
|
13500
|
+
}, yy = (e) => (be("data-v-5098e4d3"), e = e(), _e(), e), by = ["disabled", "aria-selected", "aria-controls", "aria-label"], _y = {
|
|
13499
13501
|
key: 2,
|
|
13500
13502
|
class: "shortcut"
|
|
13501
13503
|
}, ky = /* @__PURE__ */ yy(() => /* @__PURE__ */ f("span", { class: "hover" }, null, -1));
|
|
@@ -13531,7 +13533,7 @@ function wy(e, s, t, a, n, i) {
|
|
|
13531
13533
|
ky
|
|
13532
13534
|
], 42, by);
|
|
13533
13535
|
}
|
|
13534
|
-
const V_ = /* @__PURE__ */ y(vy, [["render", wy], ["__scopeId", "data-v-
|
|
13536
|
+
const V_ = /* @__PURE__ */ y(vy, [["render", wy], ["__scopeId", "data-v-5098e4d3"]]), Sy = {
|
|
13535
13537
|
name: "ecs-tag",
|
|
13536
13538
|
emits: ["click"],
|
|
13537
13539
|
components: { EcsSkeletonLoader: fe, EcsFocusRing: L },
|