@everchron/ec-shards 9.17.4 → 9.17.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 +15 -6
- 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
|
@@ -13593,14 +13593,20 @@ const Hv = /* @__PURE__ */ y(Ov, [["render", Vv], ["__scopeId", "data-v-8f28e1c1
|
|
|
13593
13593
|
unrated: "Unrated"
|
|
13594
13594
|
}[e];
|
|
13595
13595
|
}
|
|
13596
|
+
},
|
|
13597
|
+
methods: {
|
|
13598
|
+
handleClick(e) {
|
|
13599
|
+
console.log("rating-favorability:click()", this.disabled), this.disabled || this.$emit("click", e);
|
|
13600
|
+
}
|
|
13596
13601
|
}
|
|
13597
|
-
}, Fv = ["aria-busy"], qv = ["title"];
|
|
13602
|
+
}, Fv = ["aria-busy", "disabled"], qv = ["title"];
|
|
13598
13603
|
function Wv(e, s, t, a, n, i) {
|
|
13599
13604
|
const l = g("ecs-icon"), c = g("ecs-skeleton-loader");
|
|
13600
13605
|
return o(), r("div", {
|
|
13601
|
-
onClick: s[0] || (s[0] = (d) =>
|
|
13606
|
+
onClick: s[0] || (s[0] = (...d) => i.handleClick && i.handleClick(...d)),
|
|
13602
13607
|
class: v(["ecs-favorability", [i.typeClass, t.disabled ? "disabled" : ""]]),
|
|
13603
|
-
"aria-busy": t.loading || null
|
|
13608
|
+
"aria-busy": t.loading || null,
|
|
13609
|
+
disabled: t.disabled
|
|
13604
13610
|
}, [
|
|
13605
13611
|
f("div", {
|
|
13606
13612
|
class: v(["ecs-favorability-button", [i.css, t.loading ? "loading" : ""]]),
|
|
@@ -13626,7 +13632,7 @@ function Wv(e, s, t, a, n, i) {
|
|
|
13626
13632
|
})) : u("", !0)
|
|
13627
13633
|
], 10, Fv);
|
|
13628
13634
|
}
|
|
13629
|
-
const jv = /* @__PURE__ */ y(Rv, [["render", Wv], ["__scopeId", "data-v-
|
|
13635
|
+
const jv = /* @__PURE__ */ y(Rv, [["render", Wv], ["__scopeId", "data-v-c1b011f3"]]), Uv = {
|
|
13630
13636
|
name: "ecs-quicklinks-link",
|
|
13631
13637
|
emits: ["click", "input", "toggle", "update:volumes"],
|
|
13632
13638
|
components: { EcsCheckbox: ot, EcsRatingStarRead: Hv, EcsRatingFavorability: jv, EcsSwitch: jt, EcsIcon: L, EcsFocusRing: D, EcsAvatar: vt, EcsFlexRow: Ie, EcsPopover: bt, EcsPopoverList: Hs, EcsPopoverListItem: qs },
|
|
@@ -15524,7 +15530,10 @@ const p1 = /* @__PURE__ */ y(r0, [["render", d0], ["__scopeId", "data-v-6af94f50
|
|
|
15524
15530
|
},
|
|
15525
15531
|
watch: {
|
|
15526
15532
|
visible() {
|
|
15527
|
-
this.isVisible = this.visible;
|
|
15533
|
+
console.warn("w:visible"), this.isVisible = this.visible;
|
|
15534
|
+
},
|
|
15535
|
+
isVisible() {
|
|
15536
|
+
console.warn("w:isVisible", this.isVisible);
|
|
15528
15537
|
}
|
|
15529
15538
|
},
|
|
15530
15539
|
created() {
|
|
@@ -15602,7 +15611,7 @@ function v0(e, s, t, a, n, i) {
|
|
|
15602
15611
|
], 10, p0)) : u("", !0)
|
|
15603
15612
|
]);
|
|
15604
15613
|
}
|
|
15605
|
-
const v1 = /* @__PURE__ */ y(u0, [["render", v0], ["__scopeId", "data-v-
|
|
15614
|
+
const v1 = /* @__PURE__ */ y(u0, [["render", v0], ["__scopeId", "data-v-5ae432d5"]]), y0 = {
|
|
15606
15615
|
name: "ecs-tree-list-headline"
|
|
15607
15616
|
}, b0 = { class: "ecs-tree-view-headline" };
|
|
15608
15617
|
function _0(e, s, t, a, n, i) {
|