@everchron/ec-shards 8.15.5 → 8.15.6
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 -4
- 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
|
@@ -13477,6 +13477,9 @@ const F_ = /* @__PURE__ */ y(my, [["render", hy], ["__scopeId", "data-v-2c119fff
|
|
|
13477
13477
|
handleClick(e) {
|
|
13478
13478
|
this.$emit("click", e);
|
|
13479
13479
|
},
|
|
13480
|
+
blurButton() {
|
|
13481
|
+
this.$refs.tabButton.blur();
|
|
13482
|
+
},
|
|
13480
13483
|
handleKeyDown(e) {
|
|
13481
13484
|
const s = e.keyCode;
|
|
13482
13485
|
if (this.orientation === "horizontal") {
|
|
@@ -13492,7 +13495,7 @@ const F_ = /* @__PURE__ */ y(my, [["render", hy], ["__scopeId", "data-v-2c119fff
|
|
|
13492
13495
|
}
|
|
13493
13496
|
}
|
|
13494
13497
|
}
|
|
13495
|
-
}, yy = (e) => (be("data-v-
|
|
13498
|
+
}, yy = (e) => (be("data-v-1bb5e5d7"), e = e(), _e(), e), by = ["disabled", "aria-selected", "aria-controls", "aria-label"], _y = {
|
|
13496
13499
|
key: 2,
|
|
13497
13500
|
class: "shortcut"
|
|
13498
13501
|
}, ky = /* @__PURE__ */ yy(() => /* @__PURE__ */ f("span", { class: "hover" }, null, -1));
|
|
@@ -13511,7 +13514,8 @@ function wy(e, s, t, a, n, i) {
|
|
|
13511
13514
|
"aria-label": t.ariaLabel,
|
|
13512
13515
|
role: "tab",
|
|
13513
13516
|
ref: "tabButton",
|
|
13514
|
-
onClick: s[0] || (s[0] = (...m) => i.handleClick && i.handleClick(...m))
|
|
13517
|
+
onClick: s[0] || (s[0] = (...m) => i.handleClick && i.handleClick(...m)),
|
|
13518
|
+
onMouseup: s[1] || (s[1] = (...m) => i.blurButton && i.blurButton(...m))
|
|
13515
13519
|
}, [
|
|
13516
13520
|
t.icon ? (o(), h(r, {
|
|
13517
13521
|
key: 0,
|
|
@@ -13525,9 +13529,9 @@ function wy(e, s, t, a, n, i) {
|
|
|
13525
13529
|
t.shortcut ? (o(), l("span", _y, w(t.shortcut), 1)) : u("", !0),
|
|
13526
13530
|
_(d, { inset: 0 }),
|
|
13527
13531
|
ky
|
|
13528
|
-
],
|
|
13532
|
+
], 42, by);
|
|
13529
13533
|
}
|
|
13530
|
-
const V_ = /* @__PURE__ */ y(vy, [["render", wy], ["__scopeId", "data-v-
|
|
13534
|
+
const V_ = /* @__PURE__ */ y(vy, [["render", wy], ["__scopeId", "data-v-1bb5e5d7"]]), Sy = {
|
|
13531
13535
|
name: "ecs-tag",
|
|
13532
13536
|
emits: ["click"],
|
|
13533
13537
|
components: { EcsSkeletonLoader: fe, EcsFocusRing: L },
|