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