comand-component-library 3.3.35 → 3.3.36
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.
|
@@ -2374,6 +2374,7 @@ function Ql(e, i, t, a, n, s) {
|
|
|
2374
2374
|
const Bh = /* @__PURE__ */ N(Ol, [["render", Ql]]);
|
|
2375
2375
|
const Zl = {
|
|
2376
2376
|
name: "CmdListOfLinks",
|
|
2377
|
+
emits: ["click"],
|
|
2377
2378
|
props: {
|
|
2378
2379
|
sectionAnchors: {
|
|
2379
2380
|
type: Boolean,
|
|
@@ -2422,7 +2423,11 @@ const Zl = {
|
|
|
2422
2423
|
return me(e);
|
|
2423
2424
|
},
|
|
2424
2425
|
executeLink(e, i) {
|
|
2425
|
-
e.fancybox
|
|
2426
|
+
if (e.fancybox) {
|
|
2427
|
+
i.preventDefault(), Mt({ url: e.path });
|
|
2428
|
+
return;
|
|
2429
|
+
}
|
|
2430
|
+
this.$emit("click", { link: e, originalEvent: i });
|
|
2426
2431
|
}
|
|
2427
2432
|
}
|
|
2428
2433
|
}, Wl = ["href", "target", "onClick", "title"], Jl = { key: 1 }, Yl = { key: 1 };
|
|
@@ -2631,14 +2636,17 @@ const Ot = {
|
|
|
2631
2636
|
}
|
|
2632
2637
|
}, ti = () => {
|
|
2633
2638
|
Di((e) => ({
|
|
2634
|
-
|
|
2639
|
+
"09a4c4ef": e.cutoffTextLines
|
|
2635
2640
|
}));
|
|
2636
2641
|
}, ii = Ot.setup;
|
|
2637
2642
|
Ot.setup = ii ? (e, i) => (ti(), ii(e, i)) : ti;
|
|
2638
2643
|
const to = Ot, io = ["title"], no = {
|
|
2639
2644
|
key: 0,
|
|
2640
2645
|
class: "box-header"
|
|
2641
|
-
}, so = ["src", "alt"], lo = {
|
|
2646
|
+
}, so = ["src", "alt"], lo = {
|
|
2647
|
+
key: 1,
|
|
2648
|
+
class: "text-wrapper"
|
|
2649
|
+
}, oo = { key: 1 }, ao = {
|
|
2642
2650
|
key: 3,
|
|
2643
2651
|
class: "box-footer"
|
|
2644
2652
|
}, ro = { class: "box-header flex-container vertical" }, co = { key: 0 }, uo = ["src", "alt"], mo = { key: 1 }, ho = {
|
|
@@ -2733,10 +2741,10 @@ function Bo(e, i, t, a, n, s) {
|
|
|
2733
2741
|
src: t.image.src,
|
|
2734
2742
|
alt: t.image.altText
|
|
2735
2743
|
}, null, 8, so)) : m("", !0),
|
|
2736
|
-
|
|
2744
|
+
t.textBody ? (l(), o("div", lo, [
|
|
2737
2745
|
((v = t.cmdHeadline) == null ? void 0 : v.headlineText) && t.repeatHeadlineInBoxBody ? (l(), C(u, K(q({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
|
2738
2746
|
t.textBody ? (l(), o("p", oo, g(t.textBody), 1)) : m("", !0)
|
|
2739
|
-
])
|
|
2747
|
+
])) : m("", !0)
|
|
2740
2748
|
], 64))
|
|
2741
2749
|
], 2)) : m("", !0),
|
|
2742
2750
|
(S = t.useSlots) != null && S.includes("footer") ? (l(), o("div", ao, [
|