comand-component-library 3.3.80 → 3.3.81
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.
|
@@ -1593,7 +1593,7 @@ function ul(e, i, t, a, s, n) {
|
|
|
1593
1593
|
])
|
|
1594
1594
|
]);
|
|
1595
1595
|
}
|
|
1596
|
-
const
|
|
1596
|
+
const qh = /* @__PURE__ */ L(Is, [["render", ul]]), dl = {
|
|
1597
1597
|
name: "CmdBackToTopButton",
|
|
1598
1598
|
data() {
|
|
1599
1599
|
var e;
|
|
@@ -1669,7 +1669,7 @@ function hl(e, i, t, a, s, n) {
|
|
|
1669
1669
|
_: 1
|
|
1670
1670
|
});
|
|
1671
1671
|
}
|
|
1672
|
-
const
|
|
1672
|
+
const Rh = /* @__PURE__ */ L(dl, [["render", hl]]);
|
|
1673
1673
|
const fl = {
|
|
1674
1674
|
name: "CmdBankAccountData",
|
|
1675
1675
|
props: {
|
|
@@ -1732,7 +1732,7 @@ function _l(e, i, t, a, s, n) {
|
|
|
1732
1732
|
t.additionalInformation ? (l(), o("p", Cl, g(t.additionalInformation), 1)) : m("", !0)
|
|
1733
1733
|
]);
|
|
1734
1734
|
}
|
|
1735
|
-
const
|
|
1735
|
+
const Vh = /* @__PURE__ */ L(fl, [["render", _l]]);
|
|
1736
1736
|
function oe(e) {
|
|
1737
1737
|
return e.path ? e.path : ((e.route == null || typeof e.route != "object" || !e.route.path && !e.route.name) && console.error("Error in router configuration. Expected object with 'path' or 'name', got", e.route), e.route);
|
|
1738
1738
|
}
|
|
@@ -3281,14 +3281,14 @@ const Mo = {
|
|
|
3281
3281
|
immediate: !0
|
|
3282
3282
|
}
|
|
3283
3283
|
}
|
|
3284
|
-
}, Oo = ["href", "onClick", "title", "target"],
|
|
3285
|
-
function
|
|
3284
|
+
}, Oo = { class: "inner-thumbnail-wrapper" }, Lo = ["href", "onClick", "title", "target"], Do = { key: 1 };
|
|
3285
|
+
function No(e, i, t, a, s, n) {
|
|
3286
3286
|
const u = It, d = be, r = z;
|
|
3287
3287
|
return l(), o("div", {
|
|
3288
3288
|
class: C(["cmd-thumbnail-scroller", { "gallery-scroller": !t.allowOpenFancyBox, "full-width": t.fullWidth, "large-icons": t.largeIcons }]),
|
|
3289
3289
|
ref: "thumbnail-scroller"
|
|
3290
3290
|
}, [
|
|
3291
|
-
f("div",
|
|
3291
|
+
f("div", Oo, [
|
|
3292
3292
|
s.showSlidebuttons ? (l(), _(u, {
|
|
3293
3293
|
key: 0,
|
|
3294
3294
|
onClick: S(n.showPrevItem, ["prevent"]),
|
|
@@ -3319,9 +3319,9 @@ function Do(e, i, t, a, s, n) {
|
|
|
3319
3319
|
iconClass: c.iconClass,
|
|
3320
3320
|
type: c.iconType
|
|
3321
3321
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
3322
|
-
c.text ? (l(), o("span",
|
|
3322
|
+
c.text ? (l(), o("span", Do, g(c.text), 1)) : m("", !0)
|
|
3323
3323
|
], 64))
|
|
3324
|
-
], 8,
|
|
3324
|
+
], 8, Lo)
|
|
3325
3325
|
], 2))), 128))
|
|
3326
3326
|
]),
|
|
3327
3327
|
_: 1
|
|
@@ -3334,7 +3334,7 @@ function Do(e, i, t, a, s, n) {
|
|
|
3334
3334
|
])
|
|
3335
3335
|
], 2);
|
|
3336
3336
|
}
|
|
3337
|
-
const
|
|
3337
|
+
const jo = /* @__PURE__ */ L(Mo, [["render", No]]);
|
|
3338
3338
|
const xt = (e) => {
|
|
3339
3339
|
const i = document.createElement("div");
|
|
3340
3340
|
document.querySelector("body").appendChild(i), hn(Yi, {
|
|
@@ -3494,7 +3494,7 @@ const xt = (e) => {
|
|
|
3494
3494
|
}));
|
|
3495
3495
|
},
|
|
3496
3496
|
async loadContent(e) {
|
|
3497
|
-
(await
|
|
3497
|
+
(await Bo(e)).startsWith("image/") ? this.fancyBoxImageUrl = e : fetch(e).then((t) => t.text()).then((t) => this.fancyBoxContent = t).catch((t) => console.error(`Error loading ${this.url}: ${t}`));
|
|
3498
3498
|
},
|
|
3499
3499
|
showPrevItem() {
|
|
3500
3500
|
this.index > 0 ? this.index-- : this.index = this.fancyBoxGallery.length - 1;
|
|
@@ -3530,32 +3530,32 @@ const xt = (e) => {
|
|
|
3530
3530
|
}
|
|
3531
3531
|
}
|
|
3532
3532
|
});
|
|
3533
|
-
async function
|
|
3533
|
+
async function Bo(e) {
|
|
3534
3534
|
const i = await fetch(e, { method: "HEAD" });
|
|
3535
3535
|
return i.ok ? (i.headers.get("Content-Type") || "").split(";")[0] : "text/html";
|
|
3536
3536
|
}
|
|
3537
|
-
const
|
|
3537
|
+
const Po = Yi, Fo = ["aria-label"], Ao = { class: "flex-container" }, Ho = {
|
|
3538
3538
|
key: 1,
|
|
3539
3539
|
class: "button-wrapper no-flex"
|
|
3540
|
-
},
|
|
3540
|
+
}, zo = ["title"], qo = ["title"], Ro = ["title"], Vo = {
|
|
3541
3541
|
key: 0,
|
|
3542
3542
|
class: "content"
|
|
3543
|
-
},
|
|
3543
|
+
}, Eo = ["innerHTML"], Uo = {
|
|
3544
3544
|
key: 2,
|
|
3545
3545
|
class: "content"
|
|
3546
|
-
},
|
|
3546
|
+
}, Go = {
|
|
3547
3547
|
key: 3,
|
|
3548
3548
|
class: "content"
|
|
3549
|
-
},
|
|
3549
|
+
}, Qo = {
|
|
3550
3550
|
key: 4,
|
|
3551
3551
|
class: "content"
|
|
3552
|
-
},
|
|
3552
|
+
}, Wo = {
|
|
3553
3553
|
key: 0,
|
|
3554
3554
|
class: "flex-container no-flex"
|
|
3555
|
-
},
|
|
3556
|
-
function
|
|
3555
|
+
}, Zo = ["title"], Jo = { key: 1 }, Yo = ["title"], Ko = { key: 1 };
|
|
3556
|
+
function Xo(e, i, t, a, s, n) {
|
|
3557
3557
|
var p, k, y, I, v, T, M, N, V, w, q, D, P, U, G, R, Y, W, ne, te, he, O, ce, Nt, jt, Bt, Pt, Ft, At;
|
|
3558
|
-
const u = E, d = z, r = be, c = It, h =
|
|
3558
|
+
const u = E, d = z, r = be, c = It, h = jo;
|
|
3559
3559
|
return l(), _(fn, { to: "body" }, [
|
|
3560
3560
|
f("dialog", {
|
|
3561
3561
|
ref: "dialog",
|
|
@@ -3563,14 +3563,14 @@ function Ko(e, i, t, a, s, n) {
|
|
|
3563
3563
|
"aria-label": e.ariaLabelText,
|
|
3564
3564
|
onCancel: i[5] || (i[5] = (...ie) => e.onDialogCancel && e.onDialogCancel(...ie))
|
|
3565
3565
|
}, [
|
|
3566
|
-
f("header",
|
|
3566
|
+
f("header", Ao, [
|
|
3567
3567
|
(p = e.cmdHeadline) != null && p.show ? (l(), _(u, {
|
|
3568
3568
|
key: 0,
|
|
3569
3569
|
headlineText: (k = e.cmdHeadline) == null ? void 0 : k.headlineText,
|
|
3570
3570
|
headlineLevel: (y = e.cmdHeadline) == null ? void 0 : y.headlineLevel,
|
|
3571
3571
|
id: e.htmlId
|
|
3572
3572
|
}, null, 8, ["headlineText", "headlineLevel", "id"])) : m("", !0),
|
|
3573
|
-
((I = e.fancyboxOptions.printButtons) == null ? void 0 : I.color) || ((v = e.fancyboxOptions.printButtons) == null ? void 0 : v.grayscale) || e.fancyboxOptions.closeIcon ? (l(), o("div",
|
|
3573
|
+
((I = e.fancyboxOptions.printButtons) == null ? void 0 : I.color) || ((v = e.fancyboxOptions.printButtons) == null ? void 0 : v.grayscale) || e.fancyboxOptions.closeIcon ? (l(), o("div", Ho, [
|
|
3574
3574
|
e.showPrintButtons && ((T = e.fancyboxOptions.printButtons) == null ? void 0 : T.color) ? (l(), o("a", {
|
|
3575
3575
|
key: 0,
|
|
3576
3576
|
href: "#",
|
|
@@ -3582,7 +3582,7 @@ function Ko(e, i, t, a, s, n) {
|
|
|
3582
3582
|
iconClass: (N = e.fancyboxOptions.printButtons.color) == null ? void 0 : N.iconClass,
|
|
3583
3583
|
type: (V = e.fancyboxOptions.printButtons.color) == null ? void 0 : V.iconType
|
|
3584
3584
|
}, null, 8, ["iconClass", "type"])
|
|
3585
|
-
], 8,
|
|
3585
|
+
], 8, zo)) : m("", !0),
|
|
3586
3586
|
e.showPrintButtons && ((w = e.fancyboxOptions.printButtons) == null ? void 0 : w.grayscale) ? (l(), o("a", {
|
|
3587
3587
|
key: 1,
|
|
3588
3588
|
href: "#",
|
|
@@ -3594,7 +3594,7 @@ function Ko(e, i, t, a, s, n) {
|
|
|
3594
3594
|
iconClass: (D = e.fancyboxOptions.printButtons.grayscale) == null ? void 0 : D.iconClass,
|
|
3595
3595
|
type: (P = e.fancyboxOptions.printButtons.grayscale) == null ? void 0 : P.iconType
|
|
3596
3596
|
}, null, 8, ["iconClass", "type"])
|
|
3597
|
-
], 8,
|
|
3597
|
+
], 8, qo)) : m("", !0),
|
|
3598
3598
|
e.fancyboxOptions.closeIcon ? (l(), o("a", {
|
|
3599
3599
|
key: 2,
|
|
3600
3600
|
href: "#",
|
|
@@ -3608,13 +3608,13 @@ function Ko(e, i, t, a, s, n) {
|
|
|
3608
3608
|
iconClass: e.fancyboxOptions.closeIcon.iconClass,
|
|
3609
3609
|
type: e.fancyboxOptions.closeIcon.iconType
|
|
3610
3610
|
}, null, 8, ["iconClass", "type"])
|
|
3611
|
-
], 8,
|
|
3611
|
+
], 8, Ro)) : m("", !0)
|
|
3612
3612
|
])) : m("", !0)
|
|
3613
3613
|
]),
|
|
3614
3614
|
f("div", {
|
|
3615
3615
|
class: C(["outer-content-wrapper", { grayscale: e.printInGrayscale }])
|
|
3616
3616
|
}, [
|
|
3617
|
-
e.fancyBoxImageUrl || ((U = e.cmdImage) == null ? void 0 : U.image) ? (l(), o("div",
|
|
3617
|
+
e.fancyBoxImageUrl || ((U = e.cmdImage) == null ? void 0 : U.image) ? (l(), o("div", Vo, [
|
|
3618
3618
|
x(r, {
|
|
3619
3619
|
image: e.largeSingleImage,
|
|
3620
3620
|
figcaption: (G = e.cmdImage) == null ? void 0 : G.figcaption
|
|
@@ -3623,7 +3623,7 @@ function Ko(e, i, t, a, s, n) {
|
|
|
3623
3623
|
key: 1,
|
|
3624
3624
|
class: "content",
|
|
3625
3625
|
innerHTML: e.fancyBoxContent
|
|
3626
|
-
}, null, 8,
|
|
3626
|
+
}, null, 8, Eo)) : e.fancyBoxElements ? (l(), o("div", Uo)) : e.fancyBoxGallery ? (l(), o("div", Go, [
|
|
3627
3627
|
x(c, {
|
|
3628
3628
|
onClick: S(e.showPrevItem, ["prevent"]),
|
|
3629
3629
|
slideButtonType: "prev"
|
|
@@ -3635,11 +3635,11 @@ function Ko(e, i, t, a, s, n) {
|
|
|
3635
3635
|
x(c, {
|
|
3636
3636
|
onClick: S(e.showNextItem, ["prevent"])
|
|
3637
3637
|
}, null, 8, ["onClick"])
|
|
3638
|
-
])) : (l(), o("div",
|
|
3638
|
+
])) : (l(), o("div", Qo, [
|
|
3639
3639
|
H(e.$slots, "default")
|
|
3640
3640
|
]))
|
|
3641
3641
|
], 2),
|
|
3642
|
-
e.showSubmitButtons && e.fancyboxOptions.submitButtons ? (l(), o("footer",
|
|
3642
|
+
e.showSubmitButtons && e.fancyboxOptions.submitButtons ? (l(), o("footer", Wo, [
|
|
3643
3643
|
(R = e.fancyboxOptions.submitButtons) != null && R.cancel ? (l(), o("button", {
|
|
3644
3644
|
key: 0,
|
|
3645
3645
|
onClick: i[3] || (i[3] = (...ie) => e.cancel && e.cancel(...ie)),
|
|
@@ -3650,8 +3650,8 @@ function Ko(e, i, t, a, s, n) {
|
|
|
3650
3650
|
iconClass: (ne = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : ne.iconClass,
|
|
3651
3651
|
type: (te = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : te.iconType
|
|
3652
3652
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
3653
|
-
(he = e.fancyboxOptions.submitButtons.cancel) != null && he.buttonText ? (l(), o("span",
|
|
3654
|
-
], 8,
|
|
3653
|
+
(he = e.fancyboxOptions.submitButtons.cancel) != null && he.buttonText ? (l(), o("span", Jo, g((O = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : O.buttonText), 1)) : m("", !0)
|
|
3654
|
+
], 8, Zo)) : m("", !0),
|
|
3655
3655
|
(ce = e.fancyboxOptions.submitButtons) != null && ce.confirm ? (l(), o("button", {
|
|
3656
3656
|
key: 1,
|
|
3657
3657
|
onClick: i[4] || (i[4] = (...ie) => e.confirm && e.confirm(...ie)),
|
|
@@ -3662,8 +3662,8 @@ function Ko(e, i, t, a, s, n) {
|
|
|
3662
3662
|
iconClass: (Bt = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : Bt.iconClass,
|
|
3663
3663
|
type: (Pt = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : Pt.iconType
|
|
3664
3664
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
3665
|
-
(Ft = e.fancyboxOptions.submitButtons.confirm) != null && Ft.buttonText ? (l(), o("span",
|
|
3666
|
-
], 8,
|
|
3665
|
+
(Ft = e.fancyboxOptions.submitButtons.confirm) != null && Ft.buttonText ? (l(), o("span", Ko, g((At = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : At.buttonText), 1)) : m("", !0)
|
|
3666
|
+
], 8, Yo)) : m("", !0)
|
|
3667
3667
|
])) : m("", !0),
|
|
3668
3668
|
e.fancyBoxGallery ? (l(), _(h, {
|
|
3669
3669
|
key: 1,
|
|
@@ -3672,11 +3672,11 @@ function Ko(e, i, t, a, s, n) {
|
|
|
3672
3672
|
onClick: e.showItem,
|
|
3673
3673
|
activeItemIndex: e.index
|
|
3674
3674
|
}, null, 8, ["thumbnailScrollerItems", "onClick", "activeItemIndex"])) : m("", !0)
|
|
3675
|
-
], 42,
|
|
3675
|
+
], 42, Fo)
|
|
3676
3676
|
]);
|
|
3677
3677
|
}
|
|
3678
|
-
const
|
|
3679
|
-
const
|
|
3678
|
+
const Eh = /* @__PURE__ */ L(Po, [["render", Xo]]);
|
|
3679
|
+
const $o = {
|
|
3680
3680
|
name: "CmdListOfLinks",
|
|
3681
3681
|
emits: ["click"],
|
|
3682
3682
|
props: {
|
|
@@ -3734,8 +3734,8 @@ const Xo = {
|
|
|
3734
3734
|
this.$emit("click", { link: e, originalEvent: i });
|
|
3735
3735
|
}
|
|
3736
3736
|
}
|
|
3737
|
-
},
|
|
3738
|
-
function
|
|
3737
|
+
}, ea = ["href", "target", "onClick", "title"], ta = { key: 1 }, ia = { key: 1 };
|
|
3738
|
+
function na(e, i, t, a, s, n) {
|
|
3739
3739
|
const u = E, d = z, r = K("router-link");
|
|
3740
3740
|
return l(), o("div", {
|
|
3741
3741
|
class: C(["cmd-list-of-links", { box: t.styleAsBox, horizontal: t.orientation === "horizontal", "section-anchors": t.sectionAnchors, "large-icons": t.largeIcons }])
|
|
@@ -3760,8 +3760,8 @@ function ia(e, i, t, a, s, n) {
|
|
|
3760
3760
|
iconClass: c.iconClass,
|
|
3761
3761
|
type: c.iconType
|
|
3762
3762
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
3763
|
-
c.text ? (l(), o("span",
|
|
3764
|
-
], 8,
|
|
3763
|
+
c.text ? (l(), o("span", ta, g(c.text), 1)) : m("", !0)
|
|
3764
|
+
], 8, ea)) : c.type === "router" ? (l(), _(r, {
|
|
3765
3765
|
key: 1,
|
|
3766
3766
|
to: n.getRoute(c),
|
|
3767
3767
|
title: c.tooltip
|
|
@@ -3772,7 +3772,7 @@ function ia(e, i, t, a, s, n) {
|
|
|
3772
3772
|
iconClass: c.iconClass,
|
|
3773
3773
|
type: c.iconType
|
|
3774
3774
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
3775
|
-
c.text ? (l(), o("span",
|
|
3775
|
+
c.text ? (l(), o("span", ia, g(c.text), 1)) : m("", !0)
|
|
3776
3776
|
]),
|
|
3777
3777
|
_: 2
|
|
3778
3778
|
}, 1032, ["to", "title"])) : m("", !0)
|
|
@@ -3780,7 +3780,7 @@ function ia(e, i, t, a, s, n) {
|
|
|
3780
3780
|
], 2)
|
|
3781
3781
|
], 2);
|
|
3782
3782
|
}
|
|
3783
|
-
const
|
|
3783
|
+
const sa = /* @__PURE__ */ L($o, [["render", na]]), la = {
|
|
3784
3784
|
data() {
|
|
3785
3785
|
return {
|
|
3786
3786
|
defaultMessageProperties: {
|
|
@@ -3791,7 +3791,7 @@ const na = /* @__PURE__ */ L(Xo, [["render", ia]]), sa = {
|
|
|
3791
3791
|
}
|
|
3792
3792
|
};
|
|
3793
3793
|
}
|
|
3794
|
-
},
|
|
3794
|
+
}, oa = {
|
|
3795
3795
|
props: {
|
|
3796
3796
|
globalCurrency: {
|
|
3797
3797
|
type: Object,
|
|
@@ -3808,8 +3808,8 @@ const Tt = {
|
|
|
3808
3808
|
name: "CmdBox",
|
|
3809
3809
|
mixins: [
|
|
3810
3810
|
X,
|
|
3811
|
-
|
|
3812
|
-
|
|
3811
|
+
la,
|
|
3812
|
+
oa
|
|
3813
3813
|
],
|
|
3814
3814
|
emits: ["click", "toggle-collapse"],
|
|
3815
3815
|
data() {
|
|
@@ -3944,31 +3944,31 @@ const Tt = {
|
|
|
3944
3944
|
}));
|
|
3945
3945
|
}, ii = Tt.setup;
|
|
3946
3946
|
Tt.setup = ii ? (e, i) => (ti(), ii(e, i)) : ti;
|
|
3947
|
-
const
|
|
3947
|
+
const aa = Tt, ra = ["title"], ca = {
|
|
3948
3948
|
key: 0,
|
|
3949
3949
|
class: "box-header"
|
|
3950
|
-
},
|
|
3950
|
+
}, ua = ["src", "alt"], da = { class: "text-wrapper" }, ma = { key: 1 }, ha = {
|
|
3951
3951
|
key: 2,
|
|
3952
3952
|
class: "box-footer"
|
|
3953
|
-
},
|
|
3953
|
+
}, fa = { class: "box-header flex-container vertical" }, ga = { key: 0 }, pa = ["src", "alt"], ya = { key: 1 }, Ca = {
|
|
3954
3954
|
key: 2,
|
|
3955
3955
|
class: "ribbon-new"
|
|
3956
|
-
},
|
|
3956
|
+
}, _a = {
|
|
3957
3957
|
key: 3,
|
|
3958
3958
|
class: "ribbon-discount"
|
|
3959
|
-
},
|
|
3959
|
+
}, ba = { class: "box-body" }, ka = { key: 0 }, va = {
|
|
3960
3960
|
key: 1,
|
|
3961
3961
|
class: "price"
|
|
3962
|
-
},
|
|
3962
|
+
}, wa = ["title"], Ia = { key: 2 }, xa = { class: "box-header flex-container vertical" }, Ta = { key: 0 }, Sa = ["src", "alt"], Ma = { key: 0 }, Oa = { key: 1 }, La = ["title"], Da = { key: 0 }, Na = { class: "box-body" }, ja = { key: 0 }, Ba = { key: 1 }, Pa = { key: 2 }, Fa = {
|
|
3963
3963
|
key: 3,
|
|
3964
3964
|
class: "description"
|
|
3965
|
-
},
|
|
3965
|
+
}, Aa = { class: "tags" }, Ha = {
|
|
3966
3966
|
key: 0,
|
|
3967
3967
|
class: "box-footer"
|
|
3968
3968
|
};
|
|
3969
|
-
function
|
|
3969
|
+
function za(e, i, t, a, s, n) {
|
|
3970
3970
|
var c, h, p, k, y, I, v, T, M;
|
|
3971
|
-
const u = E, d = z, r =
|
|
3971
|
+
const u = E, d = z, r = sa;
|
|
3972
3972
|
return t.boxType === "content" ? (l(), o("div", {
|
|
3973
3973
|
key: 0,
|
|
3974
3974
|
class: C([
|
|
@@ -3994,8 +3994,8 @@ function Ha(e, i, t, a, s, n) {
|
|
|
3994
3994
|
iconClass: s.open ? t.iconOpen.iconClass : t.iconClosed.iconClass,
|
|
3995
3995
|
type: s.open ? t.iconOpen.iconType : t.iconClosed.iconType
|
|
3996
3996
|
}, null, 8, ["iconClass", "type"])
|
|
3997
|
-
], 8,
|
|
3998
|
-
((p = t.useSlots) == null ? void 0 : p.includes("header")) || ((k = t.cmdHeadline) == null ? void 0 : k.headlineText) ? (l(), o("div",
|
|
3997
|
+
], 8, ra)) : (l(), o(b, { key: 1 }, [
|
|
3998
|
+
((p = t.useSlots) == null ? void 0 : p.includes("header")) || ((k = t.cmdHeadline) == null ? void 0 : k.headlineText) ? (l(), o("div", ca, [
|
|
3999
3999
|
(y = t.useSlots) != null && y.includes("header") ? H(e.$slots, "header", { key: 0 }) : m("", !0),
|
|
4000
4000
|
(I = t.cmdHeadline) != null && I.headlineText ? (l(), _(u, Q(F({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0)
|
|
4001
4001
|
])) : m("", !0)
|
|
@@ -4028,16 +4028,16 @@ function Ha(e, i, t, a, s, n) {
|
|
|
4028
4028
|
key: 0,
|
|
4029
4029
|
src: t.image.src,
|
|
4030
4030
|
alt: t.image.altText
|
|
4031
|
-
}, null, 8,
|
|
4032
|
-
f("div",
|
|
4031
|
+
}, null, 8, ua)) : m("", !0),
|
|
4032
|
+
f("div", da, [
|
|
4033
4033
|
((T = t.cmdHeadline) == null ? void 0 : T.headlineText) && t.repeatHeadlineInBoxBody ? (l(), _(u, Q(F({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
|
4034
|
-
t.textBody ? (l(), o("p",
|
|
4034
|
+
t.textBody ? (l(), o("p", ma, g(t.textBody), 1)) : m("", !0)
|
|
4035
4035
|
])
|
|
4036
4036
|
], 64))
|
|
4037
4037
|
], 2), [
|
|
4038
4038
|
[me, s.open]
|
|
4039
4039
|
]),
|
|
4040
|
-
(M = t.useSlots) != null && M.includes("footer") ? (l(), o("div",
|
|
4040
|
+
(M = t.useSlots) != null && M.includes("footer") ? (l(), o("div", ha, [
|
|
4041
4041
|
H(e.$slots, "footer")
|
|
4042
4042
|
])) : m("", !0)
|
|
4043
4043
|
], 2)) : t.boxType === "product" && t.product ? (l(), o("a", {
|
|
@@ -4046,30 +4046,30 @@ function Ha(e, i, t, a, s, n) {
|
|
|
4046
4046
|
href: "#",
|
|
4047
4047
|
onClick: i[2] || (i[2] = S((N) => n.clickOnProduct(t.product), ["prevent"]))
|
|
4048
4048
|
}, [
|
|
4049
|
-
f("div",
|
|
4050
|
-
t.product.image !== void 0 ? (l(), o("figure",
|
|
4049
|
+
f("div", fa, [
|
|
4050
|
+
t.product.image !== void 0 ? (l(), o("figure", ga, [
|
|
4051
4051
|
f("img", {
|
|
4052
4052
|
src: t.product.image.src,
|
|
4053
4053
|
alt: t.product.image.alt
|
|
4054
|
-
}, null, 8,
|
|
4054
|
+
}, null, 8, pa),
|
|
4055
4055
|
f("figcaption", null, g(t.product.name), 1)
|
|
4056
|
-
])) : (l(), o("p",
|
|
4057
|
-
t.product.new ? (l(), o("div",
|
|
4056
|
+
])) : (l(), o("p", ya, g(t.product.name), 1)),
|
|
4057
|
+
t.product.new ? (l(), o("div", Ca, [
|
|
4058
4058
|
f("span", null, g(e.getMessage("cmdbox.productbox.new")), 1)
|
|
4059
4059
|
])) : m("", !0),
|
|
4060
|
-
t.product.discount ? (l(), o("div",
|
|
4060
|
+
t.product.discount ? (l(), o("div", _a, [
|
|
4061
4061
|
f("span", null, g(t.product.discount), 1)
|
|
4062
4062
|
])) : m("", !0)
|
|
4063
4063
|
]),
|
|
4064
|
-
f("div",
|
|
4065
|
-
t.product.articleNumber ? (l(), o("p",
|
|
4066
|
-
t.product.price ? (l(), o("p",
|
|
4064
|
+
f("div", ba, [
|
|
4065
|
+
t.product.articleNumber ? (l(), o("p", ka, g(e.getMessage("cmdbox.productbox.article_no")) + " " + g(t.product.articleNumber), 1)) : m("", !0),
|
|
4066
|
+
t.product.price ? (l(), o("p", va, [
|
|
4067
4067
|
f("span", null, g(t.product.price), 1),
|
|
4068
4068
|
f("span", {
|
|
4069
4069
|
title: e.globalCurrency.name
|
|
4070
|
-
}, g(e.globalCurrency.symbol), 9,
|
|
4070
|
+
}, g(e.globalCurrency.symbol), 9, wa)
|
|
4071
4071
|
])) : m("", !0),
|
|
4072
|
-
t.product.description ? (l(), o("p",
|
|
4072
|
+
t.product.description ? (l(), o("p", Ia, g(t.product.description), 1)) : m("", !0)
|
|
4073
4073
|
])
|
|
4074
4074
|
], 2)) : t.boxType === "user" && t.user ? (l(), o("div", {
|
|
4075
4075
|
key: 2,
|
|
@@ -4083,34 +4083,34 @@ function Ha(e, i, t, a, s, n) {
|
|
|
4083
4083
|
}
|
|
4084
4084
|
])
|
|
4085
4085
|
}, [
|
|
4086
|
-
f("div",
|
|
4087
|
-
t.user.image ? (l(), o("figure",
|
|
4086
|
+
f("div", xa, [
|
|
4087
|
+
t.user.image ? (l(), o("figure", Ta, [
|
|
4088
4088
|
f("img", {
|
|
4089
4089
|
src: t.user.image.src,
|
|
4090
4090
|
alt: t.user.image.alt
|
|
4091
|
-
}, null, 8,
|
|
4091
|
+
}, null, 8, Sa),
|
|
4092
4092
|
f("figcaption", null, [
|
|
4093
4093
|
A(g(t.user.name) + " ", 1),
|
|
4094
|
-
t.user.age ? (l(), o("span",
|
|
4094
|
+
t.user.age ? (l(), o("span", Ma, ", " + g(t.user.age), 1)) : m("", !0)
|
|
4095
4095
|
])
|
|
4096
|
-
])) : (l(), o("div",
|
|
4096
|
+
])) : (l(), o("div", Oa, [
|
|
4097
4097
|
f("span", {
|
|
4098
4098
|
class: C(t.defaultProfileIconClass),
|
|
4099
4099
|
title: t.user.name
|
|
4100
|
-
}, null, 10,
|
|
4101
|
-
t.rowView ? m("", !0) : (l(), o("p",
|
|
4100
|
+
}, null, 10, La),
|
|
4101
|
+
t.rowView ? m("", !0) : (l(), o("p", Da, g(t.user.name), 1))
|
|
4102
4102
|
]))
|
|
4103
4103
|
]),
|
|
4104
|
-
f("div",
|
|
4105
|
-
t.rowView ? (l(), o("p",
|
|
4106
|
-
t.user.profession ? (l(), o("p",
|
|
4107
|
-
t.user.position ? (l(), o("p",
|
|
4108
|
-
t.user.description ? (l(), o("p",
|
|
4104
|
+
f("div", Na, [
|
|
4105
|
+
t.rowView ? (l(), o("p", ja, g(t.user.name), 1)) : m("", !0),
|
|
4106
|
+
t.user.profession ? (l(), o("p", Ba, g(t.user.profession), 1)) : m("", !0),
|
|
4107
|
+
t.user.position ? (l(), o("p", Pa, g(t.user.position), 1)) : m("", !0),
|
|
4108
|
+
t.user.description ? (l(), o("p", Fa, g(t.user.description), 1)) : m("", !0)
|
|
4109
4109
|
]),
|
|
4110
|
-
f("ul",
|
|
4110
|
+
f("ul", Aa, [
|
|
4111
4111
|
(l(!0), o(b, null, B(t.user.tags, (N, V) => (l(), o("li", { key: V }, g(N), 1))), 128))
|
|
4112
4112
|
]),
|
|
4113
|
-
t.user.links ? (l(), o("div",
|
|
4113
|
+
t.user.links ? (l(), o("div", Ha, [
|
|
4114
4114
|
x(r, {
|
|
4115
4115
|
links: t.user.links,
|
|
4116
4116
|
orientation: "horizontal",
|
|
@@ -4119,7 +4119,7 @@ function Ha(e, i, t, a, s, n) {
|
|
|
4119
4119
|
])) : m("", !0)
|
|
4120
4120
|
], 2)) : m("", !0);
|
|
4121
4121
|
}
|
|
4122
|
-
const
|
|
4122
|
+
const qa = /* @__PURE__ */ L(aa, [["render", za]]);
|
|
4123
4123
|
const St = {
|
|
4124
4124
|
name: "CmdBoxWrapper",
|
|
4125
4125
|
data() {
|
|
@@ -4238,16 +4238,16 @@ const St = {
|
|
|
4238
4238
|
}));
|
|
4239
4239
|
}, si = St.setup;
|
|
4240
4240
|
St.setup = si ? (e, i) => (ni(), si(e, i)) : ni;
|
|
4241
|
-
const
|
|
4241
|
+
const Ra = St, Va = { class: "cmd-box-wrapper" }, Ea = { class: "flex-container headline-wrapper" }, Ua = {
|
|
4242
4242
|
key: 1,
|
|
4243
4243
|
class: "options-wrapper"
|
|
4244
|
-
},
|
|
4245
|
-
function
|
|
4244
|
+
}, Ga = ["title"], Qa = ["title"];
|
|
4245
|
+
function Wa(e, i, t, a, s, n) {
|
|
4246
4246
|
const u = E, d = z;
|
|
4247
|
-
return l(), o("div",
|
|
4248
|
-
f("div",
|
|
4247
|
+
return l(), o("div", Va, [
|
|
4248
|
+
f("div", Ea, [
|
|
4249
4249
|
t.cmdHeadline.headlineText ? (l(), _(u, Q(F({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
|
4250
|
-
t.allowUserToToggleOrientation || t.allowTogglingCollapsingBoxes ? (l(), o("div",
|
|
4250
|
+
t.allowUserToToggleOrientation || t.allowTogglingCollapsingBoxes ? (l(), o("div", Ua, [
|
|
4251
4251
|
t.allowTogglingCollapsingBoxes ? (l(), o("a", {
|
|
4252
4252
|
key: 0,
|
|
4253
4253
|
href: "#",
|
|
@@ -4258,7 +4258,7 @@ function Qa(e, i, t, a, s, n) {
|
|
|
4258
4258
|
iconClass: s.collapsingBoxesOpen ? t.expandBoxesIcon.iconClass : t.collapseBoxesIcon.iconClass,
|
|
4259
4259
|
type: s.rowView ? t.iconGridView.iconType : t.iconRowView.iconType
|
|
4260
4260
|
}, null, 8, ["iconClass", "type"])
|
|
4261
|
-
], 8,
|
|
4261
|
+
], 8, Ga)) : m("", !0),
|
|
4262
4262
|
t.allowUserToToggleOrientation ? (l(), o("a", {
|
|
4263
4263
|
key: 1,
|
|
4264
4264
|
href: "#",
|
|
@@ -4269,7 +4269,7 @@ function Qa(e, i, t, a, s, n) {
|
|
|
4269
4269
|
iconClass: s.rowView ? t.iconGridView.iconClass : t.iconRowView.iconClass,
|
|
4270
4270
|
type: s.rowView ? t.iconGridView.iconType : t.iconRowView.iconType
|
|
4271
4271
|
}, null, 8, ["iconClass", "type"])
|
|
4272
|
-
], 8,
|
|
4272
|
+
], 8, Qa)) : m("", !0)
|
|
4273
4273
|
])) : m("", !0)
|
|
4274
4274
|
]),
|
|
4275
4275
|
f("div", {
|
|
@@ -4284,8 +4284,8 @@ function Qa(e, i, t, a, s, n) {
|
|
|
4284
4284
|
], 2)
|
|
4285
4285
|
]);
|
|
4286
4286
|
}
|
|
4287
|
-
const
|
|
4288
|
-
const
|
|
4287
|
+
const Uh = /* @__PURE__ */ L(Ra, [["render", Wa]]);
|
|
4288
|
+
const Za = {
|
|
4289
4289
|
name: "CmdBreadcrumbs",
|
|
4290
4290
|
props: {
|
|
4291
4291
|
breadcrumbLabel: {
|
|
@@ -4306,11 +4306,11 @@ const Wa = {
|
|
|
4306
4306
|
return oe(e);
|
|
4307
4307
|
}
|
|
4308
4308
|
}
|
|
4309
|
-
},
|
|
4310
|
-
function
|
|
4309
|
+
}, Ja = { class: "cmd-breadcrumbs" }, Ya = { key: 0 }, Ka = ["href"], Xa = { key: 1 }, $a = { key: 1 }, er = { key: 2 }, tr = { key: 1 }, ir = { key: 3 };
|
|
4310
|
+
function nr(e, i, t, a, s, n) {
|
|
4311
4311
|
const u = z, d = K("router-link");
|
|
4312
|
-
return l(), o("ul",
|
|
4313
|
-
t.breadcrumbLabel ? (l(), o("li",
|
|
4312
|
+
return l(), o("ul", Ja, [
|
|
4313
|
+
t.breadcrumbLabel ? (l(), o("li", Ya, g(t.breadcrumbLabel), 1)) : m("", !0),
|
|
4314
4314
|
(l(!0), o(b, null, B(t.breadcrumbLinks || [], (r, c) => (l(), o("li", { key: c }, [
|
|
4315
4315
|
r.type === "href" ? (l(), o("a", {
|
|
4316
4316
|
key: 0,
|
|
@@ -4321,8 +4321,8 @@ function ir(e, i, t, a, s, n) {
|
|
|
4321
4321
|
iconClass: r.iconClass,
|
|
4322
4322
|
type: r.iconType
|
|
4323
4323
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
4324
|
-
r.text ? (l(), o("span",
|
|
4325
|
-
], 8,
|
|
4324
|
+
r.text ? (l(), o("span", Xa, g(r.text), 1)) : m("", !0)
|
|
4325
|
+
], 8, Ka)) : r.type === "router" ? (l(), _(d, {
|
|
4326
4326
|
key: 1,
|
|
4327
4327
|
to: n.getRoute(r)
|
|
4328
4328
|
}, {
|
|
@@ -4332,23 +4332,23 @@ function ir(e, i, t, a, s, n) {
|
|
|
4332
4332
|
iconClass: r.iconClass,
|
|
4333
4333
|
type: r.iconType
|
|
4334
4334
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
4335
|
-
r.text ? (l(), o("span",
|
|
4335
|
+
r.text ? (l(), o("span", $a, g(r.text), 1)) : m("", !0)
|
|
4336
4336
|
]),
|
|
4337
4337
|
_: 2
|
|
4338
|
-
}, 1032, ["to"])) : (l(), o("span",
|
|
4338
|
+
}, 1032, ["to"])) : (l(), o("span", er, [
|
|
4339
4339
|
r.iconClass ? (l(), _(u, {
|
|
4340
4340
|
key: 0,
|
|
4341
4341
|
iconClass: r.iconClass,
|
|
4342
4342
|
type: r.iconType
|
|
4343
4343
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
4344
|
-
r.text ? (l(), o("span",
|
|
4344
|
+
r.text ? (l(), o("span", tr, g(r.text), 1)) : m("", !0)
|
|
4345
4345
|
])),
|
|
4346
|
-
c < t.breadcrumbLinks.length - 1 ? (l(), o("span",
|
|
4346
|
+
c < t.breadcrumbLinks.length - 1 ? (l(), o("span", ir, g(t.breadcrumbSeparator), 1)) : m("", !0)
|
|
4347
4347
|
]))), 128))
|
|
4348
4348
|
]);
|
|
4349
4349
|
}
|
|
4350
|
-
const
|
|
4351
|
-
const
|
|
4350
|
+
const Gh = /* @__PURE__ */ L(Za, [["render", nr]]);
|
|
4351
|
+
const sr = {
|
|
4352
4352
|
name: "CmdCompanyLogo",
|
|
4353
4353
|
data() {
|
|
4354
4354
|
return {
|
|
@@ -4410,11 +4410,11 @@ const nr = {
|
|
|
4410
4410
|
document.querySelector("html").classList.contains("light-mode") ? this.prefersColorScheme = "light" : document.querySelector("html").classList.contains("dark-mode") ? this.prefersColorScheme = "dark" : matchMedia("(prefers-color-scheme: light)").matches ? this.prefersColorScheme = "light" : this.prefersColorScheme = "dark";
|
|
4411
4411
|
}
|
|
4412
4412
|
}
|
|
4413
|
-
},
|
|
4414
|
-
function
|
|
4413
|
+
}, lr = { class: "cmd-company-logo" }, or = ["href", "title"];
|
|
4414
|
+
function ar(e, i, t, a, s, n) {
|
|
4415
4415
|
var r, c, h, p, k, y;
|
|
4416
4416
|
const u = be, d = K("router-link");
|
|
4417
|
-
return l(), o("div",
|
|
4417
|
+
return l(), o("div", lr, [
|
|
4418
4418
|
((r = t.link) == null ? void 0 : r.type) === "router" ? (l(), _(d, {
|
|
4419
4419
|
key: 0,
|
|
4420
4420
|
to: (c = t.link) == null ? void 0 : c.path,
|
|
@@ -4430,13 +4430,13 @@ function or(e, i, t, a, s, n) {
|
|
|
4430
4430
|
title: (y = t.link) == null ? void 0 : y.tooltip
|
|
4431
4431
|
}, [
|
|
4432
4432
|
x(u, { image: n.image }, null, 8, ["image"])
|
|
4433
|
-
], 8,
|
|
4433
|
+
], 8, or)) : (l(), _(u, {
|
|
4434
4434
|
key: 2,
|
|
4435
4435
|
image: n.image
|
|
4436
4436
|
}, null, 8, ["image"]))
|
|
4437
4437
|
]);
|
|
4438
4438
|
}
|
|
4439
|
-
const
|
|
4439
|
+
const rr = /* @__PURE__ */ L(sr, [["render", ar]]), cr = {
|
|
4440
4440
|
data() {
|
|
4441
4441
|
return {
|
|
4442
4442
|
defaultMessageProperties: {
|
|
@@ -4446,9 +4446,9 @@ const ar = /* @__PURE__ */ L(nr, [["render", or]]), rr = {
|
|
|
4446
4446
|
};
|
|
4447
4447
|
}
|
|
4448
4448
|
};
|
|
4449
|
-
const
|
|
4449
|
+
const ur = {
|
|
4450
4450
|
name: "CmdCookieDisclaimer",
|
|
4451
|
-
mixins: [X,
|
|
4451
|
+
mixins: [X, cr],
|
|
4452
4452
|
data() {
|
|
4453
4453
|
return {
|
|
4454
4454
|
showCookieDisclaimer: !0,
|
|
@@ -4543,20 +4543,20 @@ const cr = {
|
|
|
4543
4543
|
}));
|
|
4544
4544
|
}
|
|
4545
4545
|
}
|
|
4546
|
-
},
|
|
4546
|
+
}, dr = { class: "cmd-cookie-disclaimer flex-container vertical" }, mr = {
|
|
4547
4547
|
key: 0,
|
|
4548
4548
|
class: "flex-container vertical"
|
|
4549
|
-
},
|
|
4549
|
+
}, hr = { key: 0 }, fr = { key: 1 }, gr = ["href", "target"], pr = ["innerHTML"], yr = /* @__PURE__ */ f("hr", null, null, -1), Cr = {
|
|
4550
4550
|
key: 1,
|
|
4551
4551
|
class: "flex-container vertical"
|
|
4552
|
-
},
|
|
4553
|
-
function
|
|
4554
|
-
const u = E, d = ae, r =
|
|
4552
|
+
}, _r = { key: 0 }, br = { key: 1 }, kr = ["href", "target"], vr = ["innerHTML"], wr = { class: "button-wrapper align-center" };
|
|
4553
|
+
function Ir(e, i, t, a, s, n) {
|
|
4554
|
+
const u = E, d = ae, r = qa;
|
|
4555
4555
|
return l(), _(se, { name: "fade" }, {
|
|
4556
4556
|
default: j(() => {
|
|
4557
4557
|
var c, h, p;
|
|
4558
4558
|
return [
|
|
4559
|
-
f("div",
|
|
4559
|
+
f("div", dr, [
|
|
4560
4560
|
((c = t.cmdHeadlineCookieDisclaimer) == null ? void 0 : c.show) && ((h = t.cmdHeadlineCookieDisclaimer) == null ? void 0 : h.headlineText) && ((p = t.cmdHeadlineCookieDisclaimer) == null ? void 0 : p.headlineLevel) ? (l(), _(u, {
|
|
4561
4561
|
key: 0,
|
|
4562
4562
|
headlineText: t.cmdHeadlineCookieDisclaimer.headlineText,
|
|
@@ -4565,7 +4565,7 @@ function wr(e, i, t, a, s, n) {
|
|
|
4565
4565
|
H(e.$slots, "cookie-options", {}, () => {
|
|
4566
4566
|
var k, y, I, v, T, M, N, V;
|
|
4567
4567
|
return [
|
|
4568
|
-
(k = t.cookieOptions) != null && k.required ? (l(), o("div",
|
|
4568
|
+
(k = t.cookieOptions) != null && k.required ? (l(), o("div", mr, [
|
|
4569
4569
|
(y = t.cmdBoxRequiredCookies) != null && y.showHeadline ? (l(), _(u, {
|
|
4570
4570
|
key: 0,
|
|
4571
4571
|
"headline-text": (I = t.cmdBoxRequiredCookies) == null ? void 0 : I.headlineText,
|
|
@@ -4593,26 +4593,26 @@ function wr(e, i, t, a, s, n) {
|
|
|
4593
4593
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
|
4594
4594
|
]),
|
|
4595
4595
|
body: j(() => [
|
|
4596
|
-
w.description ? (l(), o("p",
|
|
4597
|
-
w.linkDataPrivacy ? (l(), o("p",
|
|
4596
|
+
w.description ? (l(), o("p", hr, g(w.description), 1)) : m("", !0),
|
|
4597
|
+
w.linkDataPrivacy ? (l(), o("p", fr, [
|
|
4598
4598
|
A(g(w.linkDataPrivacy.label) + " ", 1),
|
|
4599
4599
|
f("a", {
|
|
4600
4600
|
onClick: i[1] || (i[1] = (...P) => n.openDataPrivacy && n.openDataPrivacy(...P)),
|
|
4601
4601
|
href: w.linkDataPrivacy.link,
|
|
4602
4602
|
target: w.linkDataPrivacy.target
|
|
4603
|
-
}, g(w.linkDataPrivacy.linkText), 9,
|
|
4603
|
+
}, g(w.linkDataPrivacy.linkText), 9, gr)
|
|
4604
4604
|
])) : m("", !0),
|
|
4605
4605
|
s.dataPrivacyContent ? (l(), o("div", {
|
|
4606
4606
|
key: 2,
|
|
4607
4607
|
innerHTML: s.dataPrivacyContent
|
|
4608
|
-
}, null, 8,
|
|
4608
|
+
}, null, 8, pr)) : m("", !0)
|
|
4609
4609
|
]),
|
|
4610
4610
|
_: 2
|
|
4611
4611
|
}, 1032, ["collapsible"]);
|
|
4612
4612
|
}), 128))
|
|
4613
4613
|
])) : m("", !0),
|
|
4614
|
-
|
|
4615
|
-
(T = t.cookieOptions) != null && T.optional ? (l(), o("div",
|
|
4614
|
+
yr,
|
|
4615
|
+
(T = t.cookieOptions) != null && T.optional ? (l(), o("div", Cr, [
|
|
4616
4616
|
(M = t.cmdBoxOptionalCookies) != null && M.showHeadline ? (l(), _(u, {
|
|
4617
4617
|
key: 0,
|
|
4618
4618
|
"headline-text": (N = t.cmdBoxOptionalCookies) == null ? void 0 : N.headlineText,
|
|
@@ -4640,19 +4640,19 @@ function wr(e, i, t, a, s, n) {
|
|
|
4640
4640
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
|
4641
4641
|
]),
|
|
4642
4642
|
body: j(() => [
|
|
4643
|
-
w.description ? (l(), o("p",
|
|
4644
|
-
w.linkDataPrivacy ? (l(), o("p",
|
|
4643
|
+
w.description ? (l(), o("p", _r, g(w.description), 1)) : m("", !0),
|
|
4644
|
+
w.linkDataPrivacy ? (l(), o("p", br, [
|
|
4645
4645
|
A(g(w.linkDataPrivacy.label) + " ", 1),
|
|
4646
4646
|
f("a", {
|
|
4647
4647
|
onClick: i[3] || (i[3] = (...P) => n.openDataPrivacy && n.openDataPrivacy(...P)),
|
|
4648
4648
|
href: w.linkDataPrivacy.link,
|
|
4649
4649
|
target: w.linkDataPrivacy.target
|
|
4650
|
-
}, g(w.linkDataPrivacy.linkText), 9,
|
|
4650
|
+
}, g(w.linkDataPrivacy.linkText), 9, kr)
|
|
4651
4651
|
])) : m("", !0),
|
|
4652
4652
|
s.dataPrivacyContent ? (l(), o("div", {
|
|
4653
4653
|
key: 2,
|
|
4654
4654
|
innerHTML: s.dataPrivacyContent
|
|
4655
|
-
}, null, 8,
|
|
4655
|
+
}, null, 8, vr)) : m("", !0)
|
|
4656
4656
|
]),
|
|
4657
4657
|
_: 2
|
|
4658
4658
|
}, 1032, ["collapsible"]);
|
|
@@ -4661,7 +4661,7 @@ function wr(e, i, t, a, s, n) {
|
|
|
4661
4661
|
];
|
|
4662
4662
|
}),
|
|
4663
4663
|
H(e.$slots, "privacy-text"),
|
|
4664
|
-
f("div",
|
|
4664
|
+
f("div", wr, [
|
|
4665
4665
|
t.buttonLabelAcceptCurrentSettings ? (l(), o("button", {
|
|
4666
4666
|
key: 0,
|
|
4667
4667
|
type: "button",
|
|
@@ -4684,24 +4684,24 @@ function wr(e, i, t, a, s, n) {
|
|
|
4684
4684
|
_: 3
|
|
4685
4685
|
});
|
|
4686
4686
|
}
|
|
4687
|
-
const
|
|
4688
|
-
const
|
|
4687
|
+
const Qh = /* @__PURE__ */ L(ur, [["render", Ir]]);
|
|
4688
|
+
const xr = {
|
|
4689
4689
|
name: "CmdCopyrightWrapper"
|
|
4690
|
-
},
|
|
4690
|
+
}, Tr = {
|
|
4691
4691
|
class: "cmd-copyright-information",
|
|
4692
4692
|
role: "contentinfo"
|
|
4693
|
-
},
|
|
4693
|
+
}, Sr = /* @__PURE__ */ f("a", {
|
|
4694
4694
|
href: "http://www.comand-cms.com",
|
|
4695
4695
|
target: "_blank",
|
|
4696
4696
|
lang: "en",
|
|
4697
4697
|
title: "CoManD-Website"
|
|
4698
|
-
}, "\xA9 CoManD", -1),
|
|
4699
|
-
|
|
4698
|
+
}, "\xA9 CoManD", -1), Mr = [
|
|
4699
|
+
Sr
|
|
4700
4700
|
];
|
|
4701
|
-
function
|
|
4702
|
-
return l(), o("div",
|
|
4701
|
+
function Or(e, i, t, a, s, n) {
|
|
4702
|
+
return l(), o("div", Tr, Mr);
|
|
4703
4703
|
}
|
|
4704
|
-
const
|
|
4704
|
+
const Wh = /* @__PURE__ */ L(xr, [["render", Or]]), Lr = {
|
|
4705
4705
|
data() {
|
|
4706
4706
|
return {
|
|
4707
4707
|
defaultMessageProperties: {
|
|
@@ -4714,12 +4714,12 @@ const Qh = /* @__PURE__ */ L(Ir, [["render", Mr]]), Or = {
|
|
|
4714
4714
|
};
|
|
4715
4715
|
}
|
|
4716
4716
|
};
|
|
4717
|
-
const
|
|
4717
|
+
const Dr = {
|
|
4718
4718
|
name: "CmdFakeSelect",
|
|
4719
4719
|
inheritAttrs: !1,
|
|
4720
4720
|
mixins: [
|
|
4721
4721
|
X,
|
|
4722
|
-
|
|
4722
|
+
Lr,
|
|
4723
4723
|
vt,
|
|
4724
4724
|
_e,
|
|
4725
4725
|
wt
|
|
@@ -4908,17 +4908,17 @@ const Lr = {
|
|
|
4908
4908
|
deep: !0
|
|
4909
4909
|
}
|
|
4910
4910
|
}
|
|
4911
|
-
},
|
|
4911
|
+
}, Nr = ["title", "aria-labelledby", "aria-required"], jr = {
|
|
4912
4912
|
key: 0,
|
|
4913
4913
|
class: "label-text"
|
|
4914
|
-
},
|
|
4914
|
+
}, Br = ["id"], Pr = { key: 0 }, Fr = ["title", "aria-errormessage", "id"], Ar = ["aria-expanded"], Hr = ["title"], zr = ["src", "alt"], qr = {
|
|
4915
4915
|
key: 0,
|
|
4916
4916
|
role: "listbox"
|
|
4917
|
-
},
|
|
4917
|
+
}, Rr = ["aria-selected"], Vr = ["onClick", "title"], Er = { key: 1 }, Ur = ["aria-expanded"], Gr = ["for"], Qr = ["value", "checked", "id"], Wr = ["onClick"], Zr = ["src", "alt"], Jr = ["onClick"], Yr = {
|
|
4918
4918
|
key: 0,
|
|
4919
4919
|
class: "select-all-options"
|
|
4920
4920
|
};
|
|
4921
|
-
function
|
|
4921
|
+
function Kr(e, i, t, a, s, n) {
|
|
4922
4922
|
var c, h, p, k;
|
|
4923
4923
|
const u = kt, d = z, r = K("router-link");
|
|
4924
4924
|
return l(), o("div", {
|
|
@@ -4937,11 +4937,11 @@ function Yr(e, i, t, a, s, n) {
|
|
|
4937
4937
|
"aria-required": e.$attrs.required !== void 0,
|
|
4938
4938
|
ref: "fakeselect"
|
|
4939
4939
|
}, [
|
|
4940
|
-
t.showLabel ? (l(), o("span",
|
|
4940
|
+
t.showLabel ? (l(), o("span", jr, [
|
|
4941
4941
|
f("span", { id: e.htmlId }, [
|
|
4942
4942
|
A(g(t.labelText), 1),
|
|
4943
|
-
e.$attrs.required !== void 0 ? (l(), o("sup",
|
|
4944
|
-
], 8,
|
|
4943
|
+
e.$attrs.required !== void 0 ? (l(), o("sup", Pr, "*")) : m("", !0)
|
|
4944
|
+
], 8, Br),
|
|
4945
4945
|
e.useCustomTooltip && (s.validationStatus === "" || s.validationStatus === "error") ? (l(), _(u, {
|
|
4946
4946
|
key: 0,
|
|
4947
4947
|
ref: "tooltip",
|
|
@@ -4962,7 +4962,7 @@ function Yr(e, i, t, a, s, n) {
|
|
|
4962
4962
|
id: e.tooltipId
|
|
4963
4963
|
}, [
|
|
4964
4964
|
x(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
|
4965
|
-
], 8,
|
|
4965
|
+
], 8, Fr)) : m("", !0)
|
|
4966
4966
|
])) : m("", !0),
|
|
4967
4967
|
f("ul", {
|
|
4968
4968
|
class: C({ open: s.showOptions }),
|
|
@@ -4981,7 +4981,7 @@ function Yr(e, i, t, a, s, n) {
|
|
|
4981
4981
|
src: n.pathFlag(n.optionCountry),
|
|
4982
4982
|
alt: n.optionCountry,
|
|
4983
4983
|
class: C(["flag", n.optionCountry])
|
|
4984
|
-
}, null, 10,
|
|
4984
|
+
}, null, 10, zr)) : t.type === "color" ? (l(), o("span", {
|
|
4985
4985
|
key: 1,
|
|
4986
4986
|
style: we("background: " + n.optionColor)
|
|
4987
4987
|
}, null, 4)) : m("", !0),
|
|
@@ -5001,8 +5001,8 @@ function Yr(e, i, t, a, s, n) {
|
|
|
5001
5001
|
type: t.iconDropdown.iconType,
|
|
5002
5002
|
title: t.iconDropdown.tooltip
|
|
5003
5003
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0)
|
|
5004
|
-
], 40,
|
|
5005
|
-
t.type === "default" && s.showOptions ? (l(), o("ul",
|
|
5004
|
+
], 40, Hr),
|
|
5005
|
+
t.type === "default" && s.showOptions ? (l(), o("ul", qr, [
|
|
5006
5006
|
(l(!0), o(b, null, B(t.selectData, (y, I) => (l(), o("li", {
|
|
5007
5007
|
key: I,
|
|
5008
5008
|
role: "option",
|
|
@@ -5020,8 +5020,8 @@ function Yr(e, i, t, a, s, n) {
|
|
|
5020
5020
|
iconClass: y.iconClass,
|
|
5021
5021
|
type: y.iconType
|
|
5022
5022
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
5023
|
-
y.text ? (l(), o("span",
|
|
5024
|
-
], 10,
|
|
5023
|
+
y.text ? (l(), o("span", Er, g(y.text), 1)) : m("", !0)
|
|
5024
|
+
], 10, Vr)) : m("", !0),
|
|
5025
5025
|
t.optionLinkType === "router" ? (l(), _(r, {
|
|
5026
5026
|
key: 1,
|
|
5027
5027
|
to: "#",
|
|
@@ -5038,7 +5038,7 @@ function Yr(e, i, t, a, s, n) {
|
|
|
5038
5038
|
]),
|
|
5039
5039
|
_: 2
|
|
5040
5040
|
}, 1032, ["onClick", "class"])) : m("", !0)
|
|
5041
|
-
], 8,
|
|
5041
|
+
], 8, Rr))), 128))
|
|
5042
5042
|
])) : t.type !== "default" && t.type !== "content" && s.showOptions ? (l(), o("ul", {
|
|
5043
5043
|
key: 1,
|
|
5044
5044
|
class: C({ "checkbox-options": t.type === "checkboxOptions" }),
|
|
@@ -5056,9 +5056,9 @@ function Yr(e, i, t, a, s, n) {
|
|
|
5056
5056
|
onChange: i[3] || (i[3] = (...v) => n.optionSelect && n.optionSelect(...v)),
|
|
5057
5057
|
checked: n.compareValues(y.value),
|
|
5058
5058
|
id: "option-" + (I + 1)
|
|
5059
|
-
}, null, 40,
|
|
5059
|
+
}, null, 40, Qr),
|
|
5060
5060
|
f("span", null, g(y.text), 1)
|
|
5061
|
-
], 10,
|
|
5061
|
+
], 10, Gr)) : t.type === "country" ? (l(), o("a", {
|
|
5062
5062
|
key: 1,
|
|
5063
5063
|
href: "#",
|
|
5064
5064
|
onClick: S((v) => n.selectOption(y.value), ["prevent"]),
|
|
@@ -5068,9 +5068,9 @@ function Yr(e, i, t, a, s, n) {
|
|
|
5068
5068
|
class: "flag",
|
|
5069
5069
|
src: n.pathFlag(y.value),
|
|
5070
5070
|
alt: y.text
|
|
5071
|
-
}, null, 8,
|
|
5071
|
+
}, null, 8, Zr),
|
|
5072
5072
|
f("span", null, g(y.text), 1)
|
|
5073
|
-
], 10,
|
|
5073
|
+
], 10, Wr)) : t.type === "color" ? (l(), o("a", {
|
|
5074
5074
|
key: 2,
|
|
5075
5075
|
href: "#",
|
|
5076
5076
|
onClick: S((v) => n.selectOption(y.value), ["prevent"]),
|
|
@@ -5081,9 +5081,9 @@ function Yr(e, i, t, a, s, n) {
|
|
|
5081
5081
|
style: we("background: " + y.value)
|
|
5082
5082
|
}, null, 4),
|
|
5083
5083
|
f("span", null, g(y.text), 1)
|
|
5084
|
-
], 10,
|
|
5084
|
+
], 10, Jr)) : m("", !0)
|
|
5085
5085
|
]))), 128)),
|
|
5086
|
-
t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), o("li",
|
|
5086
|
+
t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), o("li", Yr, [
|
|
5087
5087
|
f("a", {
|
|
5088
5088
|
href: "#",
|
|
5089
5089
|
onClick: i[4] || (i[4] = S((...y) => n.toggleAllOptions && n.toggleAllOptions(...y), ["prevent"]))
|
|
@@ -5100,13 +5100,13 @@ function Yr(e, i, t, a, s, n) {
|
|
|
5100
5100
|
f("span", null, g(n.selectAllOptionsText), 1)
|
|
5101
5101
|
])
|
|
5102
5102
|
])) : m("", !0)
|
|
5103
|
-
], 10,
|
|
5103
|
+
], 10, Ur)) : t.type === "content" && s.showOptions ? H(e.$slots, "default", { key: 2 }) : m("", !0)
|
|
5104
5104
|
])
|
|
5105
|
-
], 42,
|
|
5106
|
-
], 10,
|
|
5105
|
+
], 42, Ar)
|
|
5106
|
+
], 10, Nr);
|
|
5107
5107
|
}
|
|
5108
|
-
const
|
|
5109
|
-
const
|
|
5108
|
+
const Xr = /* @__PURE__ */ L(Dr, [["render", Kr]]);
|
|
5109
|
+
const $r = {
|
|
5110
5110
|
name: "CmdForm",
|
|
5111
5111
|
emits: ["submit"],
|
|
5112
5112
|
data() {
|
|
@@ -5141,8 +5141,8 @@ const Xr = {
|
|
|
5141
5141
|
this.useValidation && (e.preventDefault(), e.target.checkValidity() ? (this.errorOccurred = !1, this.$emit("submit", e)) : this.errorOccurred = !0);
|
|
5142
5142
|
}
|
|
5143
5143
|
}
|
|
5144
|
-
},
|
|
5145
|
-
function
|
|
5144
|
+
}, ec = ["data-use-validation", "novalidate"], tc = { class: "flex-container" };
|
|
5145
|
+
function ic(e, i, t, a, s, n) {
|
|
5146
5146
|
return l(), o("form", {
|
|
5147
5147
|
class: C(["cmd-form", { error: s.errorOccurred }]),
|
|
5148
5148
|
"data-use-validation": t.useValidation,
|
|
@@ -5150,7 +5150,7 @@ function tc(e, i, t, a, s, n) {
|
|
|
5150
5150
|
novalidate: t.novalidate
|
|
5151
5151
|
}, [
|
|
5152
5152
|
t.useFieldset ? (l(), o(b, { key: 0 }, [
|
|
5153
|
-
f("fieldset",
|
|
5153
|
+
f("fieldset", tc, [
|
|
5154
5154
|
f("legend", {
|
|
5155
5155
|
class: C({ hidden: !t.showLegend })
|
|
5156
5156
|
}, g(t.textLegend), 3),
|
|
@@ -5158,10 +5158,10 @@ function tc(e, i, t, a, s, n) {
|
|
|
5158
5158
|
]),
|
|
5159
5159
|
H(e.$slots, "button-row")
|
|
5160
5160
|
], 64)) : H(e.$slots, "default", { key: 1 })
|
|
5161
|
-
], 42,
|
|
5161
|
+
], 42, ec);
|
|
5162
5162
|
}
|
|
5163
|
-
const
|
|
5164
|
-
const
|
|
5163
|
+
const Zh = /* @__PURE__ */ L($r, [["render", ic]]);
|
|
5164
|
+
const nc = {
|
|
5165
5165
|
name: "CmdFormFilters",
|
|
5166
5166
|
data() {
|
|
5167
5167
|
return {
|
|
@@ -5221,14 +5221,14 @@ const ic = {
|
|
|
5221
5221
|
deep: !0
|
|
5222
5222
|
}
|
|
5223
5223
|
}
|
|
5224
|
-
},
|
|
5224
|
+
}, sc = {
|
|
5225
5225
|
key: 0,
|
|
5226
5226
|
class: "cmd-form-filters"
|
|
5227
|
-
},
|
|
5228
|
-
function
|
|
5227
|
+
}, lc = { key: 0 }, oc = { key: 1 }, ac = ["onClick", "title"];
|
|
5228
|
+
function rc(e, i, t, a, s, n) {
|
|
5229
5229
|
const u = z;
|
|
5230
|
-
return s.options.length ? (l(), o("ul",
|
|
5231
|
-
s.options.length > 1 ? (l(), o("li",
|
|
5230
|
+
return s.options.length ? (l(), o("ul", sc, [
|
|
5231
|
+
s.options.length > 1 ? (l(), o("li", lc, [
|
|
5232
5232
|
f("a", {
|
|
5233
5233
|
href: "#",
|
|
5234
5234
|
onClick: i[0] || (i[0] = S((...d) => n.deleteAllFilters && n.deleteAllFilters(...d), ["prevent"]))
|
|
@@ -5238,7 +5238,7 @@ function ac(e, i, t, a, s, n) {
|
|
|
5238
5238
|
iconClass: t.linkDeleteAllFilters.icon.iconClass,
|
|
5239
5239
|
title: t.linkDeleteAllFilters.icon.tooltip
|
|
5240
5240
|
}, null, 8, ["iconClass", "title"])) : m("", !0),
|
|
5241
|
-
t.linkDeleteAllFilters.text ? (l(), o("span",
|
|
5241
|
+
t.linkDeleteAllFilters.text ? (l(), o("span", oc, g(t.linkDeleteAllFilters.text), 1)) : m("", !0)
|
|
5242
5242
|
])
|
|
5243
5243
|
])) : m("", !0),
|
|
5244
5244
|
(l(!0), o(b, null, B(s.options, (d, r) => (l(), o("li", { key: r }, [
|
|
@@ -5252,12 +5252,12 @@ function ac(e, i, t, a, s, n) {
|
|
|
5252
5252
|
iconClass: t.deleteFilterIcon.iconClass,
|
|
5253
5253
|
type: t.deleteFilterIcon.iconType
|
|
5254
5254
|
}, null, 8, ["iconClass", "type"])
|
|
5255
|
-
], 8,
|
|
5255
|
+
], 8, ac)
|
|
5256
5256
|
]))), 128))
|
|
5257
5257
|
])) : m("", !0);
|
|
5258
5258
|
}
|
|
5259
|
-
const
|
|
5260
|
-
const
|
|
5259
|
+
const cc = /* @__PURE__ */ L(nc, [["render", rc]]);
|
|
5260
|
+
const uc = {
|
|
5261
5261
|
name: "CmdGoogleMaps",
|
|
5262
5262
|
props: {
|
|
5263
5263
|
address: {
|
|
@@ -5274,13 +5274,13 @@ const cc = {
|
|
|
5274
5274
|
return "https://maps.google.de/maps?ie=UTF8&t=&z=17&iwloc=B&output=embed";
|
|
5275
5275
|
}
|
|
5276
5276
|
}
|
|
5277
|
-
},
|
|
5278
|
-
function
|
|
5279
|
-
return l(), o("div",
|
|
5280
|
-
f("iframe", { src: n.locateAddress }, null, 8,
|
|
5277
|
+
}, dc = { class: "cmd-google-maps responsive-wrapper" }, mc = ["src"];
|
|
5278
|
+
function hc(e, i, t, a, s, n) {
|
|
5279
|
+
return l(), o("div", dc, [
|
|
5280
|
+
f("iframe", { src: n.locateAddress }, null, 8, mc)
|
|
5281
5281
|
]);
|
|
5282
5282
|
}
|
|
5283
|
-
const
|
|
5283
|
+
const Jh = /* @__PURE__ */ L(uc, [["render", hc]]);
|
|
5284
5284
|
function Ki(e, i, t) {
|
|
5285
5285
|
const a = gn(!!(e != null && e.editing)), s = [];
|
|
5286
5286
|
function n() {
|
|
@@ -5308,7 +5308,7 @@ function Ki(e, i, t) {
|
|
|
5308
5308
|
callPersistHandler: u
|
|
5309
5309
|
};
|
|
5310
5310
|
}
|
|
5311
|
-
const
|
|
5311
|
+
const fc = {
|
|
5312
5312
|
name: "CmdImageGallery",
|
|
5313
5313
|
mixins: [],
|
|
5314
5314
|
provide() {
|
|
@@ -5376,10 +5376,10 @@ const hc = {
|
|
|
5376
5376
|
};
|
|
5377
5377
|
}
|
|
5378
5378
|
}
|
|
5379
|
-
},
|
|
5380
|
-
function
|
|
5379
|
+
}, gc = { class: "grid-container-create-columns cmd-image-gallery" }, pc = ["onClick", "title"];
|
|
5380
|
+
function yc(e, i, t, a, s, n) {
|
|
5381
5381
|
const u = E, d = be, r = K("EditComponentWrapper");
|
|
5382
|
-
return l(), o("div",
|
|
5382
|
+
return l(), o("div", gc, [
|
|
5383
5383
|
t.cmdHeadline ? (l(), _(u, {
|
|
5384
5384
|
key: 0,
|
|
5385
5385
|
headlineText: t.cmdHeadline.headlineText,
|
|
@@ -5410,7 +5410,7 @@ function pc(e, i, t, a, s, n) {
|
|
|
5410
5410
|
image: c.image,
|
|
5411
5411
|
figcaption: c.figcaption
|
|
5412
5412
|
}, null, 8, ["image", "figcaption"])
|
|
5413
|
-
], 8,
|
|
5413
|
+
], 8, pc))), 128)) : (l(), _(d, {
|
|
5414
5414
|
key: 1,
|
|
5415
5415
|
image: e.image.image,
|
|
5416
5416
|
figcaption: e.image.figcaption
|
|
@@ -5418,8 +5418,8 @@ function pc(e, i, t, a, s, n) {
|
|
|
5418
5418
|
], 64))
|
|
5419
5419
|
]);
|
|
5420
5420
|
}
|
|
5421
|
-
const
|
|
5422
|
-
const
|
|
5421
|
+
const Yh = /* @__PURE__ */ L(fc, [["render", yc]]);
|
|
5422
|
+
const Cc = {
|
|
5423
5423
|
name: "CmdImageZoom",
|
|
5424
5424
|
props: {
|
|
5425
5425
|
imageSmall: {
|
|
@@ -5458,15 +5458,15 @@ function li(e, i) {
|
|
|
5458
5458
|
function oi(e, i, t) {
|
|
5459
5459
|
return e < i ? i : e > t ? t : e;
|
|
5460
5460
|
}
|
|
5461
|
-
const
|
|
5461
|
+
const _c = { class: "cmd-imagezoom flex-container" }, bc = ["title"], kc = ["src", "alt"], vc = {
|
|
5462
5462
|
key: 0,
|
|
5463
5463
|
class: "zoom-container"
|
|
5464
|
-
},
|
|
5464
|
+
}, wc = ["src", "alt"], Ic = {
|
|
5465
5465
|
key: 1,
|
|
5466
5466
|
class: "zoom-overlay"
|
|
5467
5467
|
};
|
|
5468
|
-
function
|
|
5469
|
-
return l(), o("div",
|
|
5468
|
+
function xc(e, i, t, a, s, n) {
|
|
5469
|
+
return l(), o("div", _c, [
|
|
5470
5470
|
f("a", {
|
|
5471
5471
|
href: "#",
|
|
5472
5472
|
class: "no-flex thumbnails-imagezoom",
|
|
@@ -5478,19 +5478,19 @@ function Ic(e, i, t, a, s, n) {
|
|
|
5478
5478
|
onMouseover: i[0] || (i[0] = (...u) => n.onMouseOver && n.onMouseOver(...u)),
|
|
5479
5479
|
onMousemove: i[1] || (i[1] = (...u) => n.onMouseMove && n.onMouseMove(...u)),
|
|
5480
5480
|
onMouseout: i[2] || (i[2] = (...u) => n.onMouseOut && n.onMouseOut(...u))
|
|
5481
|
-
}, null, 40,
|
|
5482
|
-
], 8,
|
|
5483
|
-
s.showLargeImage ? (l(), o("div",
|
|
5481
|
+
}, null, 40, kc)
|
|
5482
|
+
], 8, bc),
|
|
5483
|
+
s.showLargeImage ? (l(), o("div", vc, [
|
|
5484
5484
|
f("img", {
|
|
5485
5485
|
src: t.imageLarge.src,
|
|
5486
5486
|
alt: t.imageLarge.alt
|
|
5487
|
-
}, null, 8,
|
|
5487
|
+
}, null, 8, wc)
|
|
5488
5488
|
])) : m("", !0),
|
|
5489
|
-
s.showLargeImage ? (l(), o("div",
|
|
5489
|
+
s.showLargeImage ? (l(), o("div", Ic)) : m("", !0)
|
|
5490
5490
|
]);
|
|
5491
5491
|
}
|
|
5492
|
-
const
|
|
5493
|
-
const
|
|
5492
|
+
const Kh = /* @__PURE__ */ L(Cc, [["render", xc]]);
|
|
5493
|
+
const Tc = {
|
|
5494
5494
|
mixins: [
|
|
5495
5495
|
vt,
|
|
5496
5496
|
_e,
|
|
@@ -5600,11 +5600,11 @@ const xc = {
|
|
|
5600
5600
|
immediate: !0
|
|
5601
5601
|
}
|
|
5602
5602
|
}
|
|
5603
|
-
},
|
|
5603
|
+
}, Sc = ["aria-labelledby"], Mc = { class: "label-text" }, Oc = ["id"], Lc = { key: 0 }, Dc = ["title", "aria-errormessage", "id"], Nc = ["for"], jc = ["type", "id", "name", "value", "disabled"], Bc = { key: 1 }, Pc = {
|
|
5604
5604
|
key: 1,
|
|
5605
5605
|
class: "flex-container no-flex"
|
|
5606
5606
|
};
|
|
5607
|
-
function
|
|
5607
|
+
function Fc(e, i, t, a, s, n) {
|
|
5608
5608
|
const u = kt, d = z;
|
|
5609
5609
|
return l(), o("div", {
|
|
5610
5610
|
class: C([
|
|
@@ -5620,11 +5620,11 @@ function Pc(e, i, t, a, s, n) {
|
|
|
5620
5620
|
]),
|
|
5621
5621
|
"aria-labelledby": e.htmlId
|
|
5622
5622
|
}, [
|
|
5623
|
-
$(f("span",
|
|
5623
|
+
$(f("span", Mc, [
|
|
5624
5624
|
f("span", { id: e.htmlId }, [
|
|
5625
5625
|
A(g(t.labelText), 1),
|
|
5626
|
-
t.required ? (l(), o("sup",
|
|
5627
|
-
], 8,
|
|
5626
|
+
t.required ? (l(), o("sup", Lc, "*")) : m("", !0)
|
|
5627
|
+
], 8, Oc),
|
|
5628
5628
|
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), _(u, {
|
|
5629
5629
|
key: 0,
|
|
5630
5630
|
ref: "tooltip",
|
|
@@ -5649,11 +5649,11 @@ function Pc(e, i, t, a, s, n) {
|
|
|
5649
5649
|
id: e.tooltipId
|
|
5650
5650
|
}, [
|
|
5651
5651
|
x(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
|
5652
|
-
], 8,
|
|
5652
|
+
], 8, Dc)) : m("", !0)
|
|
5653
5653
|
], 512), [
|
|
5654
5654
|
[me, t.showLabel]
|
|
5655
5655
|
]),
|
|
5656
|
-
t.useSlot ? (l(), o("div",
|
|
5656
|
+
t.useSlot ? (l(), o("div", Pc, [
|
|
5657
5657
|
H(e.$slots, "default")
|
|
5658
5658
|
])) : (l(), o("span", {
|
|
5659
5659
|
key: 0,
|
|
@@ -5671,7 +5671,7 @@ function Pc(e, i, t, a, s, n) {
|
|
|
5671
5671
|
"onUpdate:modelValue": i[1] || (i[1] = (h) => n.inputValue = h),
|
|
5672
5672
|
disabled: t.disabled,
|
|
5673
5673
|
class: C({ "replace-input-type": t.replaceInputType, "toggle-switch": t.toggleSwitch })
|
|
5674
|
-
}, null, 10,
|
|
5674
|
+
}, null, 10, jc), [
|
|
5675
5675
|
[yn, n.inputValue]
|
|
5676
5676
|
]),
|
|
5677
5677
|
t.multipleSwitch && r.iconClass ? (l(), _(d, {
|
|
@@ -5679,13 +5679,13 @@ function Pc(e, i, t, a, s, n) {
|
|
|
5679
5679
|
iconClass: r.iconClass,
|
|
5680
5680
|
type: r.iconType
|
|
5681
5681
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
5682
|
-
r.labelText ? (l(), o("span",
|
|
5683
|
-
], 8,
|
|
5682
|
+
r.labelText ? (l(), o("span", Bc, g(r.labelText), 1)) : m("", !0)
|
|
5683
|
+
], 8, Nc))), 128))
|
|
5684
5684
|
], 2))
|
|
5685
|
-
], 10,
|
|
5685
|
+
], 10, Sc);
|
|
5686
5686
|
}
|
|
5687
|
-
const
|
|
5688
|
-
const
|
|
5687
|
+
const Xh = /* @__PURE__ */ L(Tc, [["render", Fc]]);
|
|
5688
|
+
const Ac = {
|
|
5689
5689
|
name: "CmdLoginForm",
|
|
5690
5690
|
data() {
|
|
5691
5691
|
return {
|
|
@@ -5876,17 +5876,17 @@ const Fc = {
|
|
|
5876
5876
|
this.modelChange();
|
|
5877
5877
|
}
|
|
5878
5878
|
}
|
|
5879
|
-
},
|
|
5880
|
-
function
|
|
5879
|
+
}, Hc = { class: "cmd-login-form flex-container" }, zc = { class: "flex-container" }, qc = { class: "option-wrapper flex-container" }, Rc = { key: 1 }, Vc = ["href"], Ec = { key: 1 }, Uc = /* @__PURE__ */ A(" /> "), Gc = { key: 1 }, Qc = ["type", "disabled"], Wc = { key: 1 }, Zc = { class: "cmd-login-form flex-container" }, Jc = { class: "option-wrapper flex-container" }, Yc = { key: 1 }, Kc = ["type", "disabled"], Xc = { key: 1 };
|
|
5880
|
+
function $c(e, i, t, a, s, n) {
|
|
5881
5881
|
var h, p, k, y, I, v, T;
|
|
5882
5882
|
const u = E, d = ae, r = z, c = K("router-link");
|
|
5883
5883
|
return l(), o(b, null, [
|
|
5884
|
-
$(f("fieldset",
|
|
5884
|
+
$(f("fieldset", Hc, [
|
|
5885
5885
|
f("legend", {
|
|
5886
5886
|
class: C({ hidden: !t.showLegend })
|
|
5887
5887
|
}, g(t.textLegendLoginForm), 3),
|
|
5888
5888
|
t.cmdHeadlineLoginForm ? (l(), _(u, Q(F({ key: 0 }, t.cmdHeadlineLoginForm)), null, 16)) : m("", !0),
|
|
5889
|
-
f("div",
|
|
5889
|
+
f("div", zc, [
|
|
5890
5890
|
x(d, {
|
|
5891
5891
|
element: "input",
|
|
5892
5892
|
type: "text",
|
|
@@ -5914,7 +5914,7 @@ function Xc(e, i, t, a, s, n) {
|
|
|
5914
5914
|
onValidationStatusChange: i[3] || (i[3] = (M) => n.checkValidationStatus(M, "password"))
|
|
5915
5915
|
}, null, 8, ["name", "id", "fieldIconClass", "modelValue", "labelText", "placeholder", "required"])
|
|
5916
5916
|
]),
|
|
5917
|
-
f("div",
|
|
5917
|
+
f("div", qc, [
|
|
5918
5918
|
t.options.forgotPassword || t.options.createAccount ? (l(), o(b, { key: 0 }, [
|
|
5919
5919
|
t.options.forgotPassword ? (l(), o("a", {
|
|
5920
5920
|
key: 0,
|
|
@@ -5927,7 +5927,7 @@ function Xc(e, i, t, a, s, n) {
|
|
|
5927
5927
|
type: t.options.forgotPassword.icon.iconType,
|
|
5928
5928
|
title: t.options.forgotPassword.icon.tooltip
|
|
5929
5929
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
|
5930
|
-
t.options.forgotPassword.text ? (l(), o("span",
|
|
5930
|
+
t.options.forgotPassword.text ? (l(), o("span", Rc, g(t.options.forgotPassword.text), 1)) : m("", !0)
|
|
5931
5931
|
])) : m("", !0),
|
|
5932
5932
|
t.options.createAccount && t.options.createAccount.linkType === "href" ? (l(), o("a", {
|
|
5933
5933
|
key: 1,
|
|
@@ -5939,8 +5939,8 @@ function Xc(e, i, t, a, s, n) {
|
|
|
5939
5939
|
type: t.options.createAccount.icon.iconType,
|
|
5940
5940
|
title: t.options.createAccount.icon.tooltip
|
|
5941
5941
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
|
5942
|
-
t.options.createAccount.text ? (l(), o("span",
|
|
5943
|
-
], 8,
|
|
5942
|
+
t.options.createAccount.text ? (l(), o("span", Ec, g(t.options.createAccount.text), 1)) : m("", !0)
|
|
5943
|
+
], 8, Vc)) : t.options.createAccount && t.options.createAccount.linkType === "router" ? (l(), _(c, {
|
|
5944
5944
|
key: 2,
|
|
5945
5945
|
to: t.options.createAccount.path
|
|
5946
5946
|
}, {
|
|
@@ -5951,8 +5951,8 @@ function Xc(e, i, t, a, s, n) {
|
|
|
5951
5951
|
type: t.options.createAccount.icon.iconType,
|
|
5952
5952
|
title: t.options.createAccount.icon.tooltip
|
|
5953
5953
|
}, null, 8, ["class", "type", "title"])) : m("", !0),
|
|
5954
|
-
|
|
5955
|
-
t.options.createAccount.text ? (l(), o("span",
|
|
5954
|
+
Uc,
|
|
5955
|
+
t.options.createAccount.text ? (l(), o("span", Gc, g(t.options.createAccount.text), 1)) : m("", !0)
|
|
5956
5956
|
]),
|
|
5957
5957
|
_: 1
|
|
5958
5958
|
}, 8, ["to"])) : m("", !0)
|
|
@@ -5970,13 +5970,13 @@ function Xc(e, i, t, a, s, n) {
|
|
|
5970
5970
|
type: t.buttons.login.icon.iconType,
|
|
5971
5971
|
title: t.buttons.login.icon.tooltip
|
|
5972
5972
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
|
5973
|
-
t.buttons.login.text ? (l(), o("span",
|
|
5974
|
-
], 10,
|
|
5973
|
+
t.buttons.login.text ? (l(), o("span", Wc, g(t.buttons.login.text), 1)) : m("", !0)
|
|
5974
|
+
], 10, Qc)) : m("", !0)
|
|
5975
5975
|
])
|
|
5976
5976
|
], 512), [
|
|
5977
5977
|
[me, !s.sendLogin]
|
|
5978
5978
|
]),
|
|
5979
|
-
$(f("fieldset",
|
|
5979
|
+
$(f("fieldset", Zc, [
|
|
5980
5980
|
f("legend", {
|
|
5981
5981
|
class: C({ hidden: !t.showLegend })
|
|
5982
5982
|
}, g(t.textLegendForgotLoginForm), 3),
|
|
@@ -5994,7 +5994,7 @@ function Xc(e, i, t, a, s, n) {
|
|
|
5994
5994
|
modelValue: s.sendLoginMail,
|
|
5995
5995
|
"onUpdate:modelValue": i[7] || (i[7] = (M) => s.sendLoginMail = M)
|
|
5996
5996
|
}, null, 8, ["fieldIconClass", "labelText", "placeholder", "name", "required", "id", "modelValue"]),
|
|
5997
|
-
f("div",
|
|
5997
|
+
f("div", Jc, [
|
|
5998
5998
|
f("a", {
|
|
5999
5999
|
href: "#",
|
|
6000
6000
|
onClick: i[8] || (i[8] = S((M) => s.sendLogin = !1, ["prevent"]))
|
|
@@ -6005,7 +6005,7 @@ function Xc(e, i, t, a, s, n) {
|
|
|
6005
6005
|
type: t.options.backToLoginForm.icon.iconType,
|
|
6006
6006
|
title: t.options.backToLoginForm.icon.tooltip
|
|
6007
6007
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
|
6008
|
-
t.options.backToLoginForm.text ? (l(), o("span",
|
|
6008
|
+
t.options.backToLoginForm.text ? (l(), o("span", Yc, g(t.options.backToLoginForm.text), 1)) : m("", !0)
|
|
6009
6009
|
]),
|
|
6010
6010
|
t.buttons.sendLogin.linkType === "button" ? (l(), o("button", {
|
|
6011
6011
|
key: 0,
|
|
@@ -6018,16 +6018,16 @@ function Xc(e, i, t, a, s, n) {
|
|
|
6018
6018
|
iconClass: (v = t.buttons.sendLogin.icon) == null ? void 0 : v.iconClass,
|
|
6019
6019
|
title: (T = t.buttons.sendLogin.icon) == null ? void 0 : T.tooltip
|
|
6020
6020
|
}, null, 8, ["iconClass", "title"])) : m("", !0),
|
|
6021
|
-
t.buttons.sendLogin.text ? (l(), o("span",
|
|
6022
|
-
], 10,
|
|
6021
|
+
t.buttons.sendLogin.text ? (l(), o("span", Xc, g(t.buttons.sendLogin.text), 1)) : m("", !0)
|
|
6022
|
+
], 10, Kc)) : m("", !0)
|
|
6023
6023
|
])
|
|
6024
6024
|
], 512), [
|
|
6025
6025
|
[me, s.sendLogin]
|
|
6026
6026
|
])
|
|
6027
6027
|
], 64);
|
|
6028
6028
|
}
|
|
6029
|
-
const
|
|
6030
|
-
const
|
|
6029
|
+
const $h = /* @__PURE__ */ L(Ac, [["render", $c]]);
|
|
6030
|
+
const eu = {
|
|
6031
6031
|
name: "CmdMainNavigation",
|
|
6032
6032
|
data() {
|
|
6033
6033
|
return {
|
|
@@ -6117,11 +6117,11 @@ const $c = {
|
|
|
6117
6117
|
this.$emit("offcanvas", { open: this.showOffcanvas });
|
|
6118
6118
|
}
|
|
6119
6119
|
}
|
|
6120
|
-
},
|
|
6120
|
+
}, tu = {
|
|
6121
6121
|
key: 0,
|
|
6122
6122
|
class: "close-nav"
|
|
6123
|
-
},
|
|
6124
|
-
function
|
|
6123
|
+
}, iu = ["href", "title", "target", "onClick"], nu = { key: 1 }, su = { key: 1 }, lu = ["aria-expanded"], ou = ["href", "title", "target", "onClick"], au = { key: 1 }, ru = { key: 1 }, cu = ["aria-expanded"], uu = ["href", "title", "target", "onClick"], du = { key: 1 }, mu = { key: 1 };
|
|
6124
|
+
function hu(e, i, t, a, s, n) {
|
|
6125
6125
|
const u = z, d = K("router-link");
|
|
6126
6126
|
return l(), o("div", {
|
|
6127
6127
|
class: C([
|
|
@@ -6140,7 +6140,7 @@ function mu(e, i, t, a, s, n) {
|
|
|
6140
6140
|
f("ul", {
|
|
6141
6141
|
class: C({ "stretch-items": t.stretchMainItems })
|
|
6142
6142
|
}, [
|
|
6143
|
-
s.showOffcanvas ? (l(), o("li",
|
|
6143
|
+
s.showOffcanvas ? (l(), o("li", tu, [
|
|
6144
6144
|
f("a", {
|
|
6145
6145
|
href: "#",
|
|
6146
6146
|
id: "close-offcanvas",
|
|
@@ -6177,12 +6177,12 @@ function mu(e, i, t, a, s, n) {
|
|
|
6177
6177
|
iconClass: r.iconClass,
|
|
6178
6178
|
type: r.iconType
|
|
6179
6179
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
6180
|
-
r.text ? (l(), o("span",
|
|
6180
|
+
r.text ? (l(), o("span", nu, g(r.text), 1)) : m("", !0),
|
|
6181
6181
|
(p = r == null ? void 0 : r.subentries) != null && p.length ? (l(), o("span", {
|
|
6182
6182
|
key: 2,
|
|
6183
6183
|
class: C(["subentry-icon", t.subentriesIconClass])
|
|
6184
6184
|
}, null, 2)) : m("", !0)
|
|
6185
|
-
], 40,
|
|
6185
|
+
], 40, iu)) : m("", !0),
|
|
6186
6186
|
r.type === "router" ? (l(), _(d, {
|
|
6187
6187
|
key: 1,
|
|
6188
6188
|
to: n.getRoute(r),
|
|
@@ -6194,7 +6194,7 @@ function mu(e, i, t, a, s, n) {
|
|
|
6194
6194
|
iconClass: r.iconClass,
|
|
6195
6195
|
type: r.iconType
|
|
6196
6196
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
6197
|
-
r.text ? (l(), o("span",
|
|
6197
|
+
r.text ? (l(), o("span", su, g(r.text), 1)) : m("", !0),
|
|
6198
6198
|
r.subentries && r.subentries.length > 0 ? (l(), o("span", {
|
|
6199
6199
|
key: 2,
|
|
6200
6200
|
class: C(["subentry-icon", t.subentriesIconClass])
|
|
@@ -6224,12 +6224,12 @@ function mu(e, i, t, a, s, n) {
|
|
|
6224
6224
|
iconClass: y.iconClass,
|
|
6225
6225
|
type: y.iconType
|
|
6226
6226
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
6227
|
-
y.text ? (l(), o("span",
|
|
6227
|
+
y.text ? (l(), o("span", au, g(y.text), 1)) : m("", !0),
|
|
6228
6228
|
y.subentries && y.subentries.length > 0 ? (l(), o("span", {
|
|
6229
6229
|
key: 2,
|
|
6230
6230
|
class: C(["subentry-icon", t.subentriesIconClass])
|
|
6231
6231
|
}, null, 2)) : m("", !0)
|
|
6232
|
-
], 40,
|
|
6232
|
+
], 40, ou)) : m("", !0),
|
|
6233
6233
|
y.type === "router" ? (l(), _(d, {
|
|
6234
6234
|
key: 1,
|
|
6235
6235
|
to: n.getRoute(y),
|
|
@@ -6241,7 +6241,7 @@ function mu(e, i, t, a, s, n) {
|
|
|
6241
6241
|
iconClass: y.iconClass,
|
|
6242
6242
|
type: y.iconType
|
|
6243
6243
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
6244
|
-
y.text ? (l(), o("span",
|
|
6244
|
+
y.text ? (l(), o("span", ru, g(y.text), 1)) : m("", !0),
|
|
6245
6245
|
y.subentries && y.subentries.length > 0 ? (l(), o("span", {
|
|
6246
6246
|
key: 2,
|
|
6247
6247
|
class: C(["subentry-icon", t.subentriesIconClass])
|
|
@@ -6266,12 +6266,12 @@ function mu(e, i, t, a, s, n) {
|
|
|
6266
6266
|
iconClass: v.iconClass,
|
|
6267
6267
|
type: v.iconType
|
|
6268
6268
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
6269
|
-
v.text ? (l(), o("span",
|
|
6269
|
+
v.text ? (l(), o("span", du, g(v.text), 1)) : m("", !0),
|
|
6270
6270
|
v.subentries && v.subentries.length > 0 ? (l(), o("span", {
|
|
6271
6271
|
key: 2,
|
|
6272
6272
|
class: C(["subentry-icon", t.subentriesIconClass])
|
|
6273
6273
|
}, null, 2)) : m("", !0)
|
|
6274
|
-
], 8,
|
|
6274
|
+
], 8, uu)) : m("", !0),
|
|
6275
6275
|
r.type === "router" ? (l(), _(d, {
|
|
6276
6276
|
key: 1,
|
|
6277
6277
|
to: n.getRoute(v),
|
|
@@ -6283,7 +6283,7 @@ function mu(e, i, t, a, s, n) {
|
|
|
6283
6283
|
iconClass: v.iconClass,
|
|
6284
6284
|
type: v.iconType
|
|
6285
6285
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
6286
|
-
v.text ? (l(), o("span",
|
|
6286
|
+
v.text ? (l(), o("span", mu, g(v.text), 1)) : m("", !0),
|
|
6287
6287
|
v.subentries && v.subentries.length > 0 ? (l(), o("span", {
|
|
6288
6288
|
key: 2,
|
|
6289
6289
|
class: C(["subentry-icon", t.subentriesIconClass])
|
|
@@ -6292,9 +6292,9 @@ function mu(e, i, t, a, s, n) {
|
|
|
6292
6292
|
_: 2
|
|
6293
6293
|
}, 1032, ["to", "target"])) : m("", !0)
|
|
6294
6294
|
]))), 128))
|
|
6295
|
-
], 8,
|
|
6295
|
+
], 8, cu)) : m("", !0)
|
|
6296
6296
|
], 2))), 128))
|
|
6297
|
-
], 8,
|
|
6297
|
+
], 8, lu)) : m("", !0)
|
|
6298
6298
|
], 2);
|
|
6299
6299
|
}), 128))
|
|
6300
6300
|
], 2)
|
|
@@ -6316,8 +6316,8 @@ function mu(e, i, t, a, s, n) {
|
|
|
6316
6316
|
])) : m("", !0)
|
|
6317
6317
|
], 2);
|
|
6318
6318
|
}
|
|
6319
|
-
const
|
|
6320
|
-
const
|
|
6319
|
+
const fu = /* @__PURE__ */ L(eu, [["render", hu]]);
|
|
6320
|
+
const gu = {
|
|
6321
6321
|
name: "CmdMultistepFormProgressBar",
|
|
6322
6322
|
data() {
|
|
6323
6323
|
return {
|
|
@@ -6348,19 +6348,19 @@ const fu = {
|
|
|
6348
6348
|
return oe(e);
|
|
6349
6349
|
}
|
|
6350
6350
|
}
|
|
6351
|
-
},
|
|
6351
|
+
}, pu = { class: "cmd-multistep-form-progress-bar" }, yu = ["href", "onClick", "title"], Cu = {
|
|
6352
6352
|
key: 0,
|
|
6353
6353
|
class: "number"
|
|
6354
|
-
},
|
|
6354
|
+
}, _u = { key: 2 }, bu = {
|
|
6355
6355
|
key: 0,
|
|
6356
6356
|
class: "number"
|
|
6357
|
-
},
|
|
6357
|
+
}, ku = { key: 2 }, vu = ["type", "name", "title", "formaction", "onClick"], wu = {
|
|
6358
6358
|
key: 0,
|
|
6359
6359
|
class: "number"
|
|
6360
|
-
},
|
|
6361
|
-
function
|
|
6360
|
+
}, Iu = { key: 2 };
|
|
6361
|
+
function xu(e, i, t, a, s, n) {
|
|
6362
6362
|
const u = z, d = K("router-link");
|
|
6363
|
-
return l(), o("ol",
|
|
6363
|
+
return l(), o("ol", pu, [
|
|
6364
6364
|
(l(!0), o(b, null, B(t.multisteps, (r, c) => (l(), o("li", {
|
|
6365
6365
|
key: c,
|
|
6366
6366
|
class: C({ active: s.activeLink === c })
|
|
@@ -6371,30 +6371,30 @@ function Iu(e, i, t, a, s, n) {
|
|
|
6371
6371
|
onClick: S((h) => n.clickedStep(h, c), ["stop", "prevent"]),
|
|
6372
6372
|
title: r.tooltip
|
|
6373
6373
|
}, [
|
|
6374
|
-
t.showStepNumber ? (l(), o("span",
|
|
6374
|
+
t.showStepNumber ? (l(), o("span", Cu, g(c + 1), 1)) : m("", !0),
|
|
6375
6375
|
r.iconClass ? (l(), _(u, {
|
|
6376
6376
|
key: 1,
|
|
6377
6377
|
iconClass: r.iconClass,
|
|
6378
6378
|
type: r.iconType
|
|
6379
6379
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
6380
|
-
r.text ? (l(), o("span",
|
|
6380
|
+
r.text ? (l(), o("span", _u, g(r.text), 1)) : m("", !0),
|
|
6381
6381
|
f("span", {
|
|
6382
6382
|
class: C(t.separatorIconClass)
|
|
6383
6383
|
}, null, 2)
|
|
6384
|
-
], 8,
|
|
6384
|
+
], 8, yu)) : m("", !0),
|
|
6385
6385
|
r.type === "router" ? (l(), _(d, {
|
|
6386
6386
|
key: 1,
|
|
6387
6387
|
to: n.getRoute(r),
|
|
6388
6388
|
title: r.tooltip
|
|
6389
6389
|
}, {
|
|
6390
6390
|
default: j(() => [
|
|
6391
|
-
t.showStepNumber ? (l(), o("span",
|
|
6391
|
+
t.showStepNumber ? (l(), o("span", bu, g(c + 1), 1)) : m("", !0),
|
|
6392
6392
|
r.iconClass ? (l(), _(u, {
|
|
6393
6393
|
key: 1,
|
|
6394
6394
|
iconClass: r.iconClass,
|
|
6395
6395
|
type: r.iconType
|
|
6396
6396
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
6397
|
-
r.text ? (l(), o("span",
|
|
6397
|
+
r.text ? (l(), o("span", ku, g(r.text), 1)) : m("", !0),
|
|
6398
6398
|
f("span", {
|
|
6399
6399
|
class: C(t.separatorIconClass)
|
|
6400
6400
|
}, null, 2)
|
|
@@ -6410,22 +6410,22 @@ function Iu(e, i, t, a, s, n) {
|
|
|
6410
6410
|
formaction: r.formaction,
|
|
6411
6411
|
onClick: S((h) => n.clickedStep(h, c), ["stop", "prevent"])
|
|
6412
6412
|
}, [
|
|
6413
|
-
t.showStepNumber ? (l(), o("span",
|
|
6413
|
+
t.showStepNumber ? (l(), o("span", wu, g(c + 1), 1)) : m("", !0),
|
|
6414
6414
|
r.iconClass ? (l(), _(u, {
|
|
6415
6415
|
key: 1,
|
|
6416
6416
|
iconClass: r.iconClass,
|
|
6417
6417
|
type: r.iconType
|
|
6418
6418
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
6419
|
-
r.text ? (l(), o("span",
|
|
6419
|
+
r.text ? (l(), o("span", Iu, g(r.text), 1)) : m("", !0),
|
|
6420
6420
|
f("span", {
|
|
6421
6421
|
class: C(t.separatorIconClass)
|
|
6422
6422
|
}, null, 2)
|
|
6423
|
-
], 8,
|
|
6423
|
+
], 8, vu)) : m("", !0)
|
|
6424
6424
|
], 2))), 128))
|
|
6425
6425
|
]);
|
|
6426
6426
|
}
|
|
6427
|
-
const
|
|
6428
|
-
function
|
|
6427
|
+
const ef = /* @__PURE__ */ L(gu, [["render", xu]]);
|
|
6428
|
+
function Tu(e, i, t, a = !0) {
|
|
6429
6429
|
function s(n, u) {
|
|
6430
6430
|
return u && n < 10 ? "0" + n : n;
|
|
6431
6431
|
}
|
|
@@ -6437,7 +6437,7 @@ function xu(e, i, t, a = !0) {
|
|
|
6437
6437
|
return s(n, a) + e + s(u, !0) + i;
|
|
6438
6438
|
};
|
|
6439
6439
|
}
|
|
6440
|
-
const
|
|
6440
|
+
const Su = {
|
|
6441
6441
|
name: "CmdOpeningHours",
|
|
6442
6442
|
props: {
|
|
6443
6443
|
link: {
|
|
@@ -6531,24 +6531,24 @@ const Tu = {
|
|
|
6531
6531
|
},
|
|
6532
6532
|
methods: {
|
|
6533
6533
|
getTime(e) {
|
|
6534
|
-
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) :
|
|
6534
|
+
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : Tu(":", " hrs", "", !1)(e.hours, e.mins);
|
|
6535
6535
|
}
|
|
6536
6536
|
},
|
|
6537
6537
|
beforeUnmount() {
|
|
6538
6538
|
this.$_CmdOpeningHours_intervalId && (clearInterval(this.$_CmdOpeningHours_intervalId), this.$_CmdOpeningHours_intervalId = null);
|
|
6539
6539
|
}
|
|
6540
|
-
},
|
|
6541
|
-
function
|
|
6540
|
+
}, Mu = { class: "cmd-opening-hours" }, Ou = ["href"], Lu = { key: 3 }, Du = { key: 0 }, Nu = { key: 1 };
|
|
6541
|
+
function ju(e, i, t, a, s, n) {
|
|
6542
6542
|
var r, c;
|
|
6543
6543
|
const u = E, d = K("router-link");
|
|
6544
|
-
return l(), o("div",
|
|
6544
|
+
return l(), o("div", Mu, [
|
|
6545
6545
|
t.cmdHeadline ? (l(), _(u, Q(F({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
|
6546
6546
|
t.link && ((r = t.link) == null ? void 0 : r.path) && ((c = t.link) == null ? void 0 : c.show) ? (l(), o(b, { key: 1 }, [
|
|
6547
6547
|
t.link.type === "href" ? (l(), o("a", {
|
|
6548
6548
|
key: 0,
|
|
6549
6549
|
href: t.link.path,
|
|
6550
6550
|
class: C({ closed: n.isClosed })
|
|
6551
|
-
}, g(n.textOpenClosed), 11,
|
|
6551
|
+
}, g(n.textOpenClosed), 11, Ou)) : m("", !0),
|
|
6552
6552
|
t.link.type === "router" ? (l(), _(d, {
|
|
6553
6553
|
key: 1,
|
|
6554
6554
|
to: t.link.path,
|
|
@@ -6575,15 +6575,15 @@ function Nu(e, i, t, a, s, n) {
|
|
|
6575
6575
|
f("dd", null, g(n.getTime(h.fromTime)) + "\u2013" + g(n.getTime(h.tillTime)), 1)
|
|
6576
6576
|
], 64))), 128))
|
|
6577
6577
|
]),
|
|
6578
|
-
t.textHolidaysClosed || t.textMiscInfo ? (l(), o("div",
|
|
6579
|
-
t.textHolidaysClosed ? (l(), o("p",
|
|
6578
|
+
t.textHolidaysClosed || t.textMiscInfo ? (l(), o("div", Lu, [
|
|
6579
|
+
t.textHolidaysClosed ? (l(), o("p", Du, [
|
|
6580
6580
|
f("strong", null, g(t.textHolidaysClosed), 1)
|
|
6581
6581
|
])) : m("", !0),
|
|
6582
|
-
t.textMiscInfo ? (l(), o("p",
|
|
6582
|
+
t.textMiscInfo ? (l(), o("p", Nu, g(t.textMiscInfo), 1)) : m("", !0)
|
|
6583
6583
|
])) : m("", !0)
|
|
6584
6584
|
]);
|
|
6585
6585
|
}
|
|
6586
|
-
const
|
|
6586
|
+
const tf = /* @__PURE__ */ L(Su, [["render", ju]]), Bu = {
|
|
6587
6587
|
data() {
|
|
6588
6588
|
return {
|
|
6589
6589
|
defaultMessageProperties: {
|
|
@@ -6593,11 +6593,11 @@ const ef = /* @__PURE__ */ L(Tu, [["render", Nu]]), ju = {
|
|
|
6593
6593
|
};
|
|
6594
6594
|
}
|
|
6595
6595
|
};
|
|
6596
|
-
const
|
|
6596
|
+
const Pu = {
|
|
6597
6597
|
name: "CmdPager",
|
|
6598
6598
|
mixins: [
|
|
6599
6599
|
X,
|
|
6600
|
-
|
|
6600
|
+
Bu
|
|
6601
6601
|
],
|
|
6602
6602
|
emits: ["click"],
|
|
6603
6603
|
data() {
|
|
@@ -6668,10 +6668,10 @@ const Bu = {
|
|
|
6668
6668
|
this.currentPage > 1 && this.showPage(this.currentPage - 1);
|
|
6669
6669
|
}
|
|
6670
6670
|
}
|
|
6671
|
-
},
|
|
6672
|
-
function
|
|
6671
|
+
}, Fu = { class: "cmd-pager" }, Au = ["href", "title"], Hu = { key: 0 }, zu = { class: "page-index" }, qu = { class: "flex-container" }, Ru = ["href", "title", "onClick"], Vu = ["href", "title"], Eu = { key: 0 };
|
|
6672
|
+
function Uu(e, i, t, a, s, n) {
|
|
6673
6673
|
const u = z;
|
|
6674
|
-
return l(), o("div",
|
|
6674
|
+
return l(), o("div", Fu, [
|
|
6675
6675
|
f("a", {
|
|
6676
6676
|
href: n.getPreviousHref,
|
|
6677
6677
|
class: C(["page-change", { disabled: s.currentPage === 1, button: t.linkType === "button" }]),
|
|
@@ -6682,10 +6682,10 @@ function Eu(e, i, t, a, s, n) {
|
|
|
6682
6682
|
iconClass: t.prevLink.iconClass,
|
|
6683
6683
|
type: t.prevLink.iconType
|
|
6684
6684
|
}, null, 8, ["iconClass", "type"]),
|
|
6685
|
-
t.prevLink.showText ? (l(), o("span",
|
|
6686
|
-
], 10,
|
|
6687
|
-
f("div",
|
|
6688
|
-
f("div",
|
|
6685
|
+
t.prevLink.showText ? (l(), o("span", Hu, g(t.prevLink.text), 1)) : m("", !0)
|
|
6686
|
+
], 10, Au),
|
|
6687
|
+
f("div", zu, [
|
|
6688
|
+
f("div", qu, [
|
|
6689
6689
|
(l(!0), o(b, null, B(t.pages, (d, r) => (l(), o("a", {
|
|
6690
6690
|
href: n.getHref(d),
|
|
6691
6691
|
class: C({ disabled: s.currentPage === r + 1, button: t.linkType === "button" }),
|
|
@@ -6697,7 +6697,7 @@ function Eu(e, i, t, a, s, n) {
|
|
|
6697
6697
|
f("span", {
|
|
6698
6698
|
class: C({ hidden: !t.showPageNumbers })
|
|
6699
6699
|
}, g(r + 1), 3)
|
|
6700
|
-
], 10,
|
|
6700
|
+
], 10, Ru))), 128))
|
|
6701
6701
|
])
|
|
6702
6702
|
]),
|
|
6703
6703
|
f("a", {
|
|
@@ -6706,16 +6706,16 @@ function Eu(e, i, t, a, s, n) {
|
|
|
6706
6706
|
onClick: i[1] || (i[1] = S((...d) => n.nextPage && n.nextPage(...d), ["prevent"])),
|
|
6707
6707
|
title: t.nextLink.showText ? null : t.nextLink.text
|
|
6708
6708
|
}, [
|
|
6709
|
-
t.nextLink.showText ? (l(), o("span",
|
|
6709
|
+
t.nextLink.showText ? (l(), o("span", Eu, g(t.nextLink.text), 1)) : m("", !0),
|
|
6710
6710
|
x(u, {
|
|
6711
6711
|
iconClass: t.nextLink.iconClass,
|
|
6712
6712
|
type: t.nextLink.iconType
|
|
6713
6713
|
}, null, 8, ["iconClass", "type"])
|
|
6714
|
-
], 10,
|
|
6714
|
+
], 10, Vu)
|
|
6715
6715
|
]);
|
|
6716
6716
|
}
|
|
6717
|
-
const
|
|
6718
|
-
const
|
|
6717
|
+
const nf = /* @__PURE__ */ L(Pu, [["render", Uu]]);
|
|
6718
|
+
const Gu = {
|
|
6719
6719
|
name: "CmdProgressBar",
|
|
6720
6720
|
inheritAttrs: !1,
|
|
6721
6721
|
data() {
|
|
@@ -6741,8 +6741,8 @@ const Uu = {
|
|
|
6741
6741
|
required: !0
|
|
6742
6742
|
}
|
|
6743
6743
|
}
|
|
6744
|
-
},
|
|
6745
|
-
function
|
|
6744
|
+
}, Qu = ["for"], Wu = { class: "progressbar" }, Zu = { key: 0 }, Ju = ["id", "value"];
|
|
6745
|
+
function Yu(e, i, t, a, s, n) {
|
|
6746
6746
|
return l(), o("label", {
|
|
6747
6747
|
class: "cmd-progressbar",
|
|
6748
6748
|
for: t.id
|
|
@@ -6750,17 +6750,17 @@ function Ju(e, i, t, a, s, n) {
|
|
|
6750
6750
|
f("span", {
|
|
6751
6751
|
class: C(["label-text", { hidden: !t.showLabel }])
|
|
6752
6752
|
}, g(t.labelText), 3),
|
|
6753
|
-
f("span",
|
|
6754
|
-
t.showLoadingStatus ? (l(), o("span",
|
|
6753
|
+
f("span", Wu, [
|
|
6754
|
+
t.showLoadingStatus ? (l(), o("span", Zu, g(s.loadingStatus) + " %", 1)) : m("", !0),
|
|
6755
6755
|
f("progress", F(e.$attrs, {
|
|
6756
6756
|
id: t.id,
|
|
6757
6757
|
value: s.loadingStatus
|
|
6758
|
-
}), null, 16,
|
|
6758
|
+
}), null, 16, Ju)
|
|
6759
6759
|
])
|
|
6760
|
-
], 8,
|
|
6760
|
+
], 8, Qu);
|
|
6761
6761
|
}
|
|
6762
|
-
const
|
|
6763
|
-
const
|
|
6762
|
+
const sf = /* @__PURE__ */ L(Gu, [["render", Yu]]);
|
|
6763
|
+
const Ku = {
|
|
6764
6764
|
name: "CmdSocialNetworks",
|
|
6765
6765
|
data() {
|
|
6766
6766
|
return {
|
|
@@ -6840,8 +6840,8 @@ const Yu = {
|
|
|
6840
6840
|
return this.userMustAcceptDataPrivacy ? this.dataPrivacyAccepted ? e : this.tooltipAcceptDataPrivacy : e;
|
|
6841
6841
|
}
|
|
6842
6842
|
}
|
|
6843
|
-
},
|
|
6844
|
-
function
|
|
6843
|
+
}, Xu = ["id", "href", "title"], $u = { key: 1 };
|
|
6844
|
+
function ed(e, i, t, a, s, n) {
|
|
6845
6845
|
const u = E, d = ae, r = z;
|
|
6846
6846
|
return l(), o("div", {
|
|
6847
6847
|
class: C(["cmd-social-networks", { stretch: t.stretchButtons, "align-right": t.align === "right" }])
|
|
@@ -6875,14 +6875,14 @@ function $u(e, i, t, a, s, n) {
|
|
|
6875
6875
|
iconClass: c.iconClass,
|
|
6876
6876
|
type: c.iconType
|
|
6877
6877
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
6878
|
-
c.linkText ? (l(), o("span",
|
|
6879
|
-
], 10,
|
|
6878
|
+
c.linkText ? (l(), o("span", $u, g(c.linkText), 1)) : m("", !0)
|
|
6879
|
+
], 10, Xu))
|
|
6880
6880
|
]))), 256))
|
|
6881
6881
|
], 2)
|
|
6882
6882
|
], 2);
|
|
6883
6883
|
}
|
|
6884
|
-
const
|
|
6885
|
-
const
|
|
6884
|
+
const lf = /* @__PURE__ */ L(Ku, [["render", ed]]);
|
|
6885
|
+
const td = {
|
|
6886
6886
|
name: "CmdSiteFooter",
|
|
6887
6887
|
props: {
|
|
6888
6888
|
orientation: {
|
|
@@ -6890,9 +6890,9 @@ const ed = {
|
|
|
6890
6890
|
default: "horizontal"
|
|
6891
6891
|
}
|
|
6892
6892
|
}
|
|
6893
|
-
},
|
|
6894
|
-
function
|
|
6895
|
-
return l(), o("div",
|
|
6893
|
+
}, id = { class: "cmd-site-footer" };
|
|
6894
|
+
function nd(e, i, t, a, s, n) {
|
|
6895
|
+
return l(), o("div", id, [
|
|
6896
6896
|
f("footer", {
|
|
6897
6897
|
class: C(["flex-container", { vertical: t.orientation === "vertical" }])
|
|
6898
6898
|
}, [
|
|
@@ -6900,8 +6900,8 @@ function id(e, i, t, a, s, n) {
|
|
|
6900
6900
|
], 2)
|
|
6901
6901
|
]);
|
|
6902
6902
|
}
|
|
6903
|
-
const
|
|
6904
|
-
const
|
|
6903
|
+
const of = /* @__PURE__ */ L(td, [["render", nd]]);
|
|
6904
|
+
const sd = {
|
|
6905
6905
|
name: "CmdSiteHeader",
|
|
6906
6906
|
emits: ["offcanvas"],
|
|
6907
6907
|
props: {
|
|
@@ -6935,18 +6935,18 @@ const nd = {
|
|
|
6935
6935
|
this.$emit("offcanvas", e);
|
|
6936
6936
|
}
|
|
6937
6937
|
}
|
|
6938
|
-
},
|
|
6938
|
+
}, ld = {
|
|
6939
6939
|
key: 0,
|
|
6940
6940
|
class: "top-header"
|
|
6941
6941
|
};
|
|
6942
|
-
function
|
|
6942
|
+
function od(e, i, t, a, s, n) {
|
|
6943
6943
|
var r, c, h, p, k, y, I, v, T;
|
|
6944
|
-
const u =
|
|
6944
|
+
const u = rr, d = fu;
|
|
6945
6945
|
return l(), o("div", {
|
|
6946
6946
|
class: C(["cmd-site-header", { sticky: t.sticky, "navigation-inline": t.navigationInline, "off-canvas-right": ((r = t.cmdMainNavigation) == null ? void 0 : r.offcanvasPosition) === "right" }]),
|
|
6947
6947
|
role: "banner"
|
|
6948
6948
|
}, [
|
|
6949
|
-
e.$slots.topheader ? (l(), o("div",
|
|
6949
|
+
e.$slots.topheader ? (l(), o("div", ld, [
|
|
6950
6950
|
H(e.$slots, "topheader")
|
|
6951
6951
|
])) : m("", !0),
|
|
6952
6952
|
f("header", {
|
|
@@ -6980,7 +6980,7 @@ function ld(e, i, t, a, s, n) {
|
|
|
6980
6980
|
}, null, 8, ["navigationEntries", "offcanvasPosition", "closeOffcanvas", "onOffcanvas"])) : m("", !0)
|
|
6981
6981
|
], 2);
|
|
6982
6982
|
}
|
|
6983
|
-
const
|
|
6983
|
+
const af = /* @__PURE__ */ L(sd, [["render", od]]), ad = {
|
|
6984
6984
|
data() {
|
|
6985
6985
|
return {
|
|
6986
6986
|
defaultMessageProperties: {
|
|
@@ -6994,7 +6994,7 @@ const of = /* @__PURE__ */ L(nd, [["render", ld]]), od = {
|
|
|
6994
6994
|
};
|
|
6995
6995
|
}
|
|
6996
6996
|
};
|
|
6997
|
-
const
|
|
6997
|
+
const rd = {
|
|
6998
6998
|
emits: [
|
|
6999
6999
|
"search",
|
|
7000
7000
|
"update:modelValueInput1",
|
|
@@ -7003,7 +7003,7 @@ const ad = {
|
|
|
7003
7003
|
"update:modelValueSearchFilters"
|
|
7004
7004
|
],
|
|
7005
7005
|
name: "CmdBoxSiteSearch",
|
|
7006
|
-
mixins: [X,
|
|
7006
|
+
mixins: [X, ad],
|
|
7007
7007
|
data() {
|
|
7008
7008
|
return {
|
|
7009
7009
|
showFilters: !1
|
|
@@ -7206,22 +7206,22 @@ const ad = {
|
|
|
7206
7206
|
deep: !0
|
|
7207
7207
|
}
|
|
7208
7208
|
}
|
|
7209
|
-
},
|
|
7209
|
+
}, cd = { class: "cmd-box-site-search flex-container" }, ud = { class: "flex-container align-bottom" }, dd = { class: "input-wrapper align-bottom" }, md = { key: 0 }, hd = { key: 1 }, fd = {
|
|
7210
7210
|
key: 0,
|
|
7211
7211
|
class: "flex-container no-flex",
|
|
7212
7212
|
role: "listbox",
|
|
7213
7213
|
"aria-expanded": "true"
|
|
7214
7214
|
};
|
|
7215
|
-
function
|
|
7215
|
+
function gd(e, i, t, a, s, n) {
|
|
7216
7216
|
var p, k, y, I, v, T, M, N, V, w;
|
|
7217
|
-
const u = E, d = ae, r = z, c =
|
|
7217
|
+
const u = E, d = ae, r = z, c = Xr, h = cc;
|
|
7218
7218
|
return l(), o(b, null, [
|
|
7219
|
-
f("fieldset",
|
|
7219
|
+
f("fieldset", cd, [
|
|
7220
7220
|
f("legend", {
|
|
7221
7221
|
class: C({ hidden: !t.showLegend })
|
|
7222
7222
|
}, g(t.textLegend), 3),
|
|
7223
7223
|
t.cmdHeadline ? (l(), _(u, Q(F({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
|
7224
|
-
f("div",
|
|
7224
|
+
f("div", ud, [
|
|
7225
7225
|
x(d, {
|
|
7226
7226
|
element: "input",
|
|
7227
7227
|
type: t.cmdFormElementInput1.type,
|
|
@@ -7233,7 +7233,7 @@ function fd(e, i, t, a, s, n) {
|
|
|
7233
7233
|
modelValue: n.searchValue1,
|
|
7234
7234
|
"onUpdate:modelValue": i[0] || (i[0] = (q) => n.searchValue1 = q)
|
|
7235
7235
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
|
|
7236
|
-
f("div",
|
|
7236
|
+
f("div", dd, [
|
|
7237
7237
|
t.cmdFormElementInput2.show ? (l(), _(d, {
|
|
7238
7238
|
key: 0,
|
|
7239
7239
|
element: "input",
|
|
@@ -7275,13 +7275,13 @@ function fd(e, i, t, a, s, n) {
|
|
|
7275
7275
|
iconClass: s.showFilters ? (y = (k = t.cmdIcon) == null ? void 0 : k.showFilters) == null ? void 0 : y.iconClass : (v = (I = t.cmdIcon) == null ? void 0 : I.hideFilters) == null ? void 0 : v.iconClass,
|
|
7276
7276
|
type: s.showFilters ? (M = (T = t.cmdIcon) == null ? void 0 : T.showFilters) == null ? void 0 : M.iconType : (V = (N = t.cmdIcon) == null ? void 0 : N.hideFilters) == null ? void 0 : V.iconType
|
|
7277
7277
|
}, null, 8, ["iconClass", "type"]),
|
|
7278
|
-
s.showFilters ? (l(), o("span",
|
|
7278
|
+
s.showFilters ? (l(), o("span", md, g(e.getMessage("cmdsitesearch.hide_filter_options")), 1)) : (l(), o("span", hd, g(e.getMessage("cmdsitesearch.show_filter_options")), 1))
|
|
7279
7279
|
]),
|
|
7280
7280
|
x(se, { name: "fade" }, {
|
|
7281
7281
|
default: j(() => {
|
|
7282
7282
|
var q, D, P, U, G;
|
|
7283
7283
|
return [
|
|
7284
|
-
s.showFilters && ((q = t.cmdFakeSelect) == null ? void 0 : q.selectData.length) ? (l(), o("div",
|
|
7284
|
+
s.showFilters && ((q = t.cmdFakeSelect) == null ? void 0 : q.selectData.length) ? (l(), o("div", fd, [
|
|
7285
7285
|
x(c, {
|
|
7286
7286
|
role: "option",
|
|
7287
7287
|
selectData: (D = t.cmdFakeSelect) == null ? void 0 : D.selectData,
|
|
@@ -7306,8 +7306,8 @@ function fd(e, i, t, a, s, n) {
|
|
|
7306
7306
|
}, null, 8, ["modelValue", "selectedOptionsName"])) : m("", !0)
|
|
7307
7307
|
], 64);
|
|
7308
7308
|
}
|
|
7309
|
-
const
|
|
7310
|
-
const
|
|
7309
|
+
const rf = /* @__PURE__ */ L(rd, [["render", gd]]);
|
|
7310
|
+
const pd = {
|
|
7311
7311
|
name: "CmdSlideshow",
|
|
7312
7312
|
data() {
|
|
7313
7313
|
return {
|
|
@@ -7394,8 +7394,8 @@ const gd = {
|
|
|
7394
7394
|
immediate: !0
|
|
7395
7395
|
}
|
|
7396
7396
|
}
|
|
7397
|
-
},
|
|
7398
|
-
function
|
|
7397
|
+
}, yd = ["href", "title"], Cd = { key: 0 }, _d = ["onClick", "aria-label"], bd = { key: 1 };
|
|
7398
|
+
function kd(e, i, t, a, s, n) {
|
|
7399
7399
|
const u = It, d = be;
|
|
7400
7400
|
return l(), o("div", {
|
|
7401
7401
|
class: C(["cmd-slideshow", { "full-width": s.fullWidth }])
|
|
@@ -7430,7 +7430,7 @@ function bd(e, i, t, a, s, n) {
|
|
|
7430
7430
|
image: (I = n.currentItem) == null ? void 0 : I.image,
|
|
7431
7431
|
figcaption: (v = n.currentItem) == null ? void 0 : v.figcaption
|
|
7432
7432
|
}, null, 8, ["image", "figcaption"])
|
|
7433
|
-
], 8,
|
|
7433
|
+
], 8, yd)) : (l(), _(d, {
|
|
7434
7434
|
image: (T = n.currentItem) == null ? void 0 : T.image,
|
|
7435
7435
|
figcaption: (M = n.currentItem) == null ? void 0 : M.figcaption,
|
|
7436
7436
|
key: s.index
|
|
@@ -7444,7 +7444,7 @@ function bd(e, i, t, a, s, n) {
|
|
|
7444
7444
|
x(u, {
|
|
7445
7445
|
onClick: S(n.showNextItem, ["prevent"])
|
|
7446
7446
|
}, null, 8, ["onClick"]),
|
|
7447
|
-
t.showQuickLinkIcons ? (l(), o("ol",
|
|
7447
|
+
t.showQuickLinkIcons ? (l(), o("ol", Cd, [
|
|
7448
7448
|
(l(!0), o(b, null, B(t.slideshowItems, (r, c) => (l(), o("li", {
|
|
7449
7449
|
key: c,
|
|
7450
7450
|
class: C({ active: c === s.index })
|
|
@@ -7453,25 +7453,25 @@ function bd(e, i, t, a, s, n) {
|
|
|
7453
7453
|
href: "#",
|
|
7454
7454
|
onClick: S((h) => s.index = c, ["prevent"]),
|
|
7455
7455
|
"aria-label": s.index
|
|
7456
|
-
}, null, 8,
|
|
7456
|
+
}, null, 8, _d)
|
|
7457
7457
|
], 2))), 128))
|
|
7458
7458
|
])) : m("", !0),
|
|
7459
|
-
t.showCounter ? (l(), o("span",
|
|
7459
|
+
t.showCounter ? (l(), o("span", bd, g(s.index + 1) + "/" + g(t.slideshowItems.length), 1)) : m("", !0)
|
|
7460
7460
|
], 32)
|
|
7461
7461
|
], 2);
|
|
7462
7462
|
}
|
|
7463
|
-
const
|
|
7463
|
+
const cf = /* @__PURE__ */ L(pd, [["render", kd]]), vd = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI4NTAuMzk0cHgiIGhlaWdodD0iNTY2LjkyOXB4IiB2aWV3Qm94PSIwIDAgODUwLjM5NCA1NjYuOTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4NTAuMzk0IDU2Ni45MjkiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9Iml0Ij4NCgk8Zz4NCgkJPHJlY3QgZmlsbD0iIzA3OEU0NiIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIyODMuNDY1IiBmaWxsPSIjRkJGREZGIiB3aWR0aD0iMjgzLjQ2NSIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjU2Ni45MyIgZmlsbD0iI0QzMjQyQyIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJkZSI+DQoJPGc+DQoJCTxkZXNjPkZsYWcgb2YgR2VybWFueTwvZGVzYz4NCgkJPHJlY3QgaWQ9ImJsYWNrX3N0cmlwZSIgeD0iMC45MDEiIGZpbGw9IiMwMTAyMDIiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPHJlY3QgaWQ9InJlZF9zdHJpcGUiIHg9IjAuOTAxIiB5PSIxODguOTc3IiBmaWxsPSIjREQwQjE1IiB3aWR0aD0iODQ5LjQ5MiIgaGVpZ2h0PSIzNzcuOTUzIi8+DQoJCTxyZWN0IGlkPSJnb2xkX3N0cmlwZSIgeD0iMC45MDEiIHk9IjM3Ny45NTMiIGZpbGw9IiNGRkNFMDUiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjE4OC45NzYiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iZnIiIGRpc3BsYXk9Im5vbmUiPg0KCTxnIGRpc3BsYXk9ImlubGluZSI+DQoJCTxyZWN0IHg9IjAuOTAxIiBmaWxsPSIjQ0YxMzI3IiB3aWR0aD0iODQ5LjQ5MiIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjAuOTAxIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iNTY2LjMyOCIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjAuOTAxIiBmaWxsPSIjMUQyQzRFIiB3aWR0aD0iMjgzLjE2NCIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9InJ1IiBkaXNwbGF5PSJub25lIj4NCgk8ZyBkaXNwbGF5PSJpbmxpbmUiPg0KCQk8cmVjdCBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iODUwLjM5NSIgaGVpZ2h0PSIyODMuNDY1Ii8+DQoJCTxyZWN0IHk9IjI4My40NjUiIGZpbGw9IiNENTJEMUUiIHdpZHRoPSI4NTAuMzk1IiBoZWlnaHQ9IjI4My40NjQiLz4NCgkJPHJlY3QgeT0iMTg4Ljk3NyIgZmlsbD0iIzFFNDI5NSIgd2lkdGg9Ijg1MC4zOTUiIGhlaWdodD0iMTg4Ljk3NyIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJjbiIgZGlzcGxheT0ibm9uZSI+DQoJPGcgZGlzcGxheT0iaW5saW5lIj4NCgkJPHJlY3QgeD0iMC45MDEiIGZpbGw9IiNERjJCMTQiIHdpZHRoPSI4NDkuNDkzIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNSw1KSBzY2FsZSgzKSI+DQoJCQk8cGF0aCBpZD0icyIgZmlsbD0iI0ZGREUwOCIgZD0iTTE0Mi40ODMsNTYuNjkzbDQ5LjkzMiwxNTMuODM4TDYxLjY5MiwxMTUuNDU0aDE2MS41ODNMOTIuNTUxLDIxMC41MzFMMTQyLjQ4Myw1Ni42OTN6Ii8+DQoJCTwvZz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAsMikgcm90YXRlKDIzLjAzNjI0MykiPg0KCQkJPHBhdGggaWQ9InNfMV8iIGZpbGw9IiNGRkRFMDgiIGQ9Ik0yOTUuMTQ2LDMwLjYwN2wtNC43MjgsNTMuNzFsLTI3LjcxMS00Ni4yMzRsNDkuNTY2LDIxLjA5OWwtNTIuNDg4LDEyLjA5NkwyOTUuMTQ2LDMwLjYwN3oiLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiw0KSByb3RhdGUoNDUuODY5ODk4KSI+DQoJCQk8cGF0aCBpZD0ic18yXyIgZmlsbD0iI0ZGREUwOCIgZD0iTTM2MS4wMjIsOTMuNjQ4bC0yNS4xNzgsNDcuNjY1bC03LjYxNy01My4zNzZsMzcuNTAzLDM4LjcwMWwtNTMuMDY0LTkuMjQzTDM2MS4wMjIsOTMuNjQ4eiIvPg0KCQk8L2c+DQoJCTxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLDcpIHJvdGF0ZSg2OS45NDUzOTYpIj4NCgkJCTxwYXRoIGlkPSJzXzNfIiBmaWxsPSIjRkZERTA4IiBkPSJNMzY3LjI5OCwxODguNzA1bC00Mi40MTIsMzMuMjM2bDE0Ljc5Ny01MS44NDRsMTguNDcsNTAuNjQ5bC00NC42ODItMzAuMTA4TDM2Ny4yOTgsMTg4LjcwNXoiDQoJCQkJLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCw5KSByb3RhdGUoMjAuNjU5ODA4KSI+DQoJCQk8cGF0aCBpZD0ic180XyIgZmlsbD0iI0ZGREUwOCIgZD0iTTI5NC4wNTYsMjI4LjU5NWwtMi41LDUzLjg2bC0yOS42MDMtNDUuMDQ1bDUwLjM5NywxOS4wMjRsLTUxLjk0MiwxNC4yNjRMMjk0LjA1NiwyMjguNTk1eiIvPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9InVrIiBkaXNwbGF5PSJub25lIj4NCgk8ZyBkaXNwbGF5PSJpbmxpbmUiPg0KCQk8cmVjdCB5PSIwLjAwMiIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9Ijg1MC4xNiIgaGVpZ2h0PSI1NjYuODY1Ii8+DQoJCTxwb2x5Z29uIGZpbGw9IiNDRjE3MkMiIHBvaW50cz0iMzgyLjU2OSwwIDM4Mi41NjksMjI2LjYyNSAwLDIyNi42MjUgMCwzMzkuOTQ4IDM4Mi41NjksMzM5Ljk0OCAzODIuNTY5LDU2Ni44NjMgNDY3LjU5Miw1NjYuODYzIA0KCQkJNDY3LjU5MiwzMzkuOTQ4IDg1MC4xNiwzMzkuOTQ4IDg1MC4xNiwyMjYuNjI1IDQ2Ny41OTIsMjI2LjYyNSA0NjcuNTkyLDAgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI0OTUuOTQ2LDAgNDk1Ljk0NiwxODMuNDk3IDc3MS4yMDIsMCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjQ5NS45NDYsNTY2Ljg2MyA3NzEuMjAyLDU2Ni44NjMgNDk1Ljk0NiwzODMuMzY4IAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iNzguOTYsNTY2Ljg2MyAzNTQuMjE0LDU2Ni44NjMgMzU0LjIxNCwzODMuMzY4IAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iNzguOTYsMCAzNTQuMjE0LDE4My40OTcgMzU0LjIxNCwwIAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iMC4wMDMsMTg4Ljk1IDIwNC4zOTIsMTg4Ljk1IDAuMDAzLDUyLjY5OSAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjY0NS43NjgsMTg4Ljk1IDg1MC4xNiwxODguOTUgODUwLjE2LDUyLjY5OSAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjY0NS43NjgsMzc3LjkxMyA4NTAuMTYsNTE0LjE3MSA4NTAuMTYsMzc3LjkxMyAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjAsMzc3LjkxMyAwLDUxNC4xNzEgMjA0LjM5MiwzNzcuOTEzIAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiNDRjE3MkMiIHBvaW50cz0iODAyLjkzOCwwIDUyMC4wMDQsMTg4Ljk1IDU2Ny4yMjMsMTg4Ljk1IDg1MC42MDUsMCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjMzMC4xNTYsMzc3LjkwOSAyODIuOTM3LDM3Ny45MDkgMCw1NjYuODUyIDQ3LjIxOSw1NjYuODUyIDMzMC42MDIsMzc3LjkwOSAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjAsMCAwLDMxLjY5MiAyMzYuMDkxLDE4OS4wOTggMjgzLjMxMSwxODkuMDk4IAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiNDRjE3MkMiIHBvaW50cz0iNTY2LjY5NiwzNzcuODMyIDg1MC4wMDgsNTY2LjkyOSA4NTAuMDEsNTM1LjIzOSA2MTMuOTIsMzc3LjgzMiAJCSIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K", wd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7464
7464
|
__proto__: null,
|
|
7465
|
-
default:
|
|
7466
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7465
|
+
default: vd
|
|
7466
|
+
}, Symbol.toStringTag, { value: "Module" })), Id = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI4NTAuMzk0cHgiIGhlaWdodD0iNTY2LjkyOXB4IiB2aWV3Qm94PSIwIDAgODUwLjM5NCA1NjYuOTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4NTAuMzk0IDU2Ni45MjkiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9Iml0Ij4NCgk8Zz4NCgkJPHJlY3QgZmlsbD0iIzA3OEU0NiIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIyODMuNDY1IiBmaWxsPSIjRkJGREZGIiB3aWR0aD0iMjgzLjQ2NSIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjU2Ni45MyIgZmlsbD0iI0QzMjQyQyIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJkZSI+DQoJPGc+DQoJCTxkZXNjPkZsYWcgb2YgR2VybWFueTwvZGVzYz4NCgkJPHJlY3QgaWQ9ImJsYWNrX3N0cmlwZSIgeD0iMC45MDEiIGZpbGw9IiMwMTAyMDIiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPHJlY3QgaWQ9InJlZF9zdHJpcGUiIHg9IjAuOTAxIiB5PSIxODguOTc3IiBmaWxsPSIjREQwQjE1IiB3aWR0aD0iODQ5LjQ5MiIgaGVpZ2h0PSIzNzcuOTUzIi8+DQoJCTxyZWN0IGlkPSJnb2xkX3N0cmlwZSIgeD0iMC45MDEiIHk9IjM3Ny45NTMiIGZpbGw9IiNGRkNFMDUiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjE4OC45NzYiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iZnIiPg0KCTxnPg0KCQk8cmVjdCB4PSIwLjkwMSIgZmlsbD0iI0NGMTMyNyIgd2lkdGg9Ijg0OS40OTIiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIwLjkwMSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjU2Ni4zMjgiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIwLjkwMSIgZmlsbD0iIzFEMkM0RSIgd2lkdGg9IjI4My4xNjQiIGhlaWdodD0iNTY2LjkyOSIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJydSI+DQoJPGc+DQoJCTxyZWN0IGZpbGw9IiNGRkZGRkYiIHdpZHRoPSI4NTAuMzk1IiBoZWlnaHQ9IjI4My40NjUiLz4NCgkJPHJlY3QgeT0iMjgzLjQ2NSIgZmlsbD0iI0Q1MkQxRSIgd2lkdGg9Ijg1MC4zOTUiIGhlaWdodD0iMjgzLjQ2NCIvPg0KCQk8cmVjdCB5PSIxODguOTc3IiBmaWxsPSIjMUU0Mjk1IiB3aWR0aD0iODUwLjM5NSIgaGVpZ2h0PSIxODguOTc3Ii8+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9ImNuIj4NCgk8Zz4NCgkJPHJlY3QgeD0iMC45MDEiIGZpbGw9IiNERjJCMTQiIHdpZHRoPSI4NDkuNDkzIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNSw1KSBzY2FsZSgzKSI+DQoJCQk8cGF0aCBpZD0icyIgZmlsbD0iI0ZGREUwOCIgZD0iTTE0Mi40ODMsNTYuNjkzbDQ5LjkzMiwxNTMuODM4TDYxLjY5MiwxMTUuNDU0aDE2MS41ODNMOTIuNTUxLDIxMC41MzFMMTQyLjQ4Myw1Ni42OTN6Ii8+DQoJCTwvZz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAsMikgcm90YXRlKDIzLjAzNjI0MykiPg0KCQkJPHBhdGggaWQ9InNfMV8iIGZpbGw9IiNGRkRFMDgiIGQ9Ik0yOTUuMTQ2LDMwLjYwN2wtNC43MjgsNTMuNzFsLTI3LjcxMS00Ni4yMzRsNDkuNTY2LDIxLjA5OWwtNTIuNDg4LDEyLjA5NkwyOTUuMTQ2LDMwLjYwN3oiLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiw0KSByb3RhdGUoNDUuODY5ODk4KSI+DQoJCQk8cGF0aCBpZD0ic18yXyIgZmlsbD0iI0ZGREUwOCIgZD0iTTM2MS4wMjIsOTMuNjQ4bC0yNS4xNzgsNDcuNjY1bC03LjYxNy01My4zNzZsMzcuNTAzLDM4LjcwMWwtNTMuMDY0LTkuMjQzTDM2MS4wMjIsOTMuNjQ4eiIvPg0KCQk8L2c+DQoJCTxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLDcpIHJvdGF0ZSg2OS45NDUzOTYpIj4NCgkJCTxwYXRoIGlkPSJzXzNfIiBmaWxsPSIjRkZERTA4IiBkPSJNMzY3LjI5OCwxODguNzA1bC00Mi40MTIsMzMuMjM2bDE0Ljc5Ny01MS44NDRsMTguNDcsNTAuNjQ5bC00NC42ODItMzAuMTA4TDM2Ny4yOTgsMTg4LjcwNXoiDQoJCQkJLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCw5KSByb3RhdGUoMjAuNjU5ODA4KSI+DQoJCQk8cGF0aCBpZD0ic180XyIgZmlsbD0iI0ZGREUwOCIgZD0iTTI5NC4wNTYsMjI4LjU5NWwtMi41LDUzLjg2bC0yOS42MDMtNDUuMDQ1bDUwLjM5NywxOS4wMjRsLTUxLjk0MiwxNC4yNjRMMjk0LjA1NiwyMjguNTk1eiIvPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9InVrIj4NCgk8Zz4NCgkJPHJlY3QgeT0iMC4wMDIiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSI4NTAuMTYiIGhlaWdodD0iNTY2Ljg2NSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjM4Mi41NjksMCAzODIuNTY5LDIyNi42MjUgMCwyMjYuNjI1IDAsMzM5Ljk0OCAzODIuNTY5LDMzOS45NDggMzgyLjU2OSw1NjYuODYzIDQ2Ny41OTIsNTY2Ljg2MyANCgkJCTQ2Ny41OTIsMzM5Ljk0OCA4NTAuMTYsMzM5Ljk0OCA4NTAuMTYsMjI2LjYyNSA0NjcuNTkyLDIyNi42MjUgNDY3LjU5MiwwIAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iNDk1Ljk0NiwwIDQ5NS45NDYsMTgzLjQ5NyA3NzEuMjAyLDAgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI0OTUuOTQ2LDU2Ni44NjMgNzcxLjIwMiw1NjYuODYzIDQ5NS45NDYsMzgzLjM2OCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9Ijc4Ljk2LDU2Ni44NjMgMzU0LjIxNCw1NjYuODYzIDM1NC4yMTQsMzgzLjM2OCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9Ijc4Ljk2LDAgMzU0LjIxNCwxODMuNDk3IDM1NC4yMTQsMCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjAuMDAzLDE4OC45NSAyMDQuMzkyLDE4OC45NSAwLjAwMyw1Mi42OTkgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI2NDUuNzY4LDE4OC45NSA4NTAuMTYsMTg4Ljk1IDg1MC4xNiw1Mi42OTkgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI2NDUuNzY4LDM3Ny45MTMgODUwLjE2LDUxNC4xNzEgODUwLjE2LDM3Ny45MTMgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSIwLDM3Ny45MTMgMCw1MTQuMTcxIDIwNC4zOTIsMzc3LjkxMyAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjgwMi45MzgsMCA1MjAuMDA0LDE4OC45NSA1NjcuMjIzLDE4OC45NSA4NTAuNjA1LDAgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iI0NGMTcyQyIgcG9pbnRzPSIzMzAuMTU2LDM3Ny45MDkgMjgyLjkzNywzNzcuOTA5IDAsNTY2Ljg1MiA0Ny4yMTksNTY2Ljg1MiAzMzAuNjAyLDM3Ny45MDkgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iI0NGMTcyQyIgcG9pbnRzPSIwLDAgMCwzMS42OTIgMjM2LjA5MSwxODkuMDk4IDI4My4zMTEsMTg5LjA5OCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjU2Ni42OTYsMzc3LjgzMiA4NTAuMDA4LDU2Ni45MjkgODUwLjAxLDUzNS4yMzkgNjEzLjkyLDM3Ny44MzIgCQkiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==", xd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7467
7467
|
__proto__: null,
|
|
7468
|
-
default:
|
|
7469
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7468
|
+
default: Id
|
|
7469
|
+
}, Symbol.toStringTag, { value: "Module" })), Td = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7470
7470
|
__proto__: null,
|
|
7471
|
-
de:
|
|
7472
|
-
en:
|
|
7471
|
+
de: wd,
|
|
7472
|
+
en: xd
|
|
7473
7473
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
7474
|
-
const
|
|
7474
|
+
const Sd = {
|
|
7475
7475
|
name: "CmdSwitchLanguage",
|
|
7476
7476
|
emits: ["click"],
|
|
7477
7477
|
data() {
|
|
@@ -7499,7 +7499,7 @@ const Td = {
|
|
|
7499
7499
|
this.imageSources = [], this.languages.forEach(
|
|
7500
7500
|
async (e) => {
|
|
7501
7501
|
const i = e.iso2;
|
|
7502
|
-
this.imageSources.push(
|
|
7502
|
+
this.imageSources.push(Td[i].default);
|
|
7503
7503
|
}
|
|
7504
7504
|
);
|
|
7505
7505
|
},
|
|
@@ -7507,10 +7507,10 @@ const Td = {
|
|
|
7507
7507
|
deep: !0
|
|
7508
7508
|
}
|
|
7509
7509
|
}
|
|
7510
|
-
},
|
|
7511
|
-
function
|
|
7510
|
+
}, Md = { class: "cmd-switch-language" }, Od = ["href", "title", "onClick"], Ld = ["src", "alt"], Dd = ["src", "alt"];
|
|
7511
|
+
function Nd(e, i, t, a, s, n) {
|
|
7512
7512
|
const u = K("router-link");
|
|
7513
|
-
return l(), o("div",
|
|
7513
|
+
return l(), o("div", Md, [
|
|
7514
7514
|
f("ul", null, [
|
|
7515
7515
|
(l(!0), o(b, null, B(t.languages, (d, r) => (l(), o("li", { key: r }, [
|
|
7516
7516
|
d.link.type === "href" ? (l(), o("a", {
|
|
@@ -7523,8 +7523,8 @@ function Dd(e, i, t, a, s, n) {
|
|
|
7523
7523
|
f("img", {
|
|
7524
7524
|
src: s.imageSources[r],
|
|
7525
7525
|
alt: d.name
|
|
7526
|
-
}, null, 8,
|
|
7527
|
-
], 10,
|
|
7526
|
+
}, null, 8, Ld)
|
|
7527
|
+
], 10, Od)) : (l(), _(u, {
|
|
7528
7528
|
key: 1,
|
|
7529
7529
|
class: C(["flag", d.iso2]),
|
|
7530
7530
|
to: n.getRoute(d),
|
|
@@ -7535,7 +7535,7 @@ function Dd(e, i, t, a, s, n) {
|
|
|
7535
7535
|
f("img", {
|
|
7536
7536
|
src: s.imageSources[r],
|
|
7537
7537
|
alt: d.name
|
|
7538
|
-
}, null, 8,
|
|
7538
|
+
}, null, 8, Dd)
|
|
7539
7539
|
]),
|
|
7540
7540
|
_: 2
|
|
7541
7541
|
}, 1032, ["class", "to", "title", "onClick"]))
|
|
@@ -7543,8 +7543,8 @@ function Dd(e, i, t, a, s, n) {
|
|
|
7543
7543
|
])
|
|
7544
7544
|
]);
|
|
7545
7545
|
}
|
|
7546
|
-
const
|
|
7547
|
-
const
|
|
7546
|
+
const uf = /* @__PURE__ */ L(Sd, [["render", Nd]]);
|
|
7547
|
+
const jd = {
|
|
7548
7548
|
name: "CmdSystemMessage",
|
|
7549
7549
|
mixins: [_e],
|
|
7550
7550
|
data() {
|
|
@@ -7605,8 +7605,8 @@ const Nd = {
|
|
|
7605
7605
|
this.showSystemMessage = !0;
|
|
7606
7606
|
}
|
|
7607
7607
|
}
|
|
7608
|
-
},
|
|
7609
|
-
function
|
|
7608
|
+
}, Bd = ["role", "aria-labelledby"], Pd = ["title"];
|
|
7609
|
+
function Fd(e, i, t, a, s, n) {
|
|
7610
7610
|
const u = z, d = E;
|
|
7611
7611
|
return l(), _(se, { name: "fade" }, {
|
|
7612
7612
|
default: j(() => [
|
|
@@ -7626,7 +7626,7 @@ function Pd(e, i, t, a, s, n) {
|
|
|
7626
7626
|
iconClass: t.iconClose.iconClass,
|
|
7627
7627
|
type: t.iconClose.iconType
|
|
7628
7628
|
}, null, 8, ["iconClass", "type"])
|
|
7629
|
-
], 8,
|
|
7629
|
+
], 8, Pd)) : m("", !0),
|
|
7630
7630
|
x(d, {
|
|
7631
7631
|
class: "message-headline",
|
|
7632
7632
|
headlineIcon: n.headlineIcon,
|
|
@@ -7635,13 +7635,13 @@ function Pd(e, i, t, a, s, n) {
|
|
|
7635
7635
|
id: e.htmlId
|
|
7636
7636
|
}, null, 8, ["headlineIcon", "headlineText", "headlineLevel", "id"]),
|
|
7637
7637
|
H(e.$slots, "default")
|
|
7638
|
-
], 10,
|
|
7638
|
+
], 10, Bd)) : m("", !0)
|
|
7639
7639
|
]),
|
|
7640
7640
|
_: 3
|
|
7641
7641
|
});
|
|
7642
7642
|
}
|
|
7643
|
-
const
|
|
7644
|
-
const
|
|
7643
|
+
const Ad = /* @__PURE__ */ L(jd, [["render", Fd]]);
|
|
7644
|
+
const Hd = {
|
|
7645
7645
|
name: "CmdTable",
|
|
7646
7646
|
data() {
|
|
7647
7647
|
return {
|
|
@@ -7717,20 +7717,20 @@ const Ad = {
|
|
|
7717
7717
|
return ((e = this.caption) == null ? void 0 : e.show) === !1 || ((i = this.caption) == null ? void 0 : i.show) !== !0 && !((t = this.tableData.caption) != null && t.show);
|
|
7718
7718
|
}
|
|
7719
7719
|
}
|
|
7720
|
-
},
|
|
7720
|
+
}, zd = {
|
|
7721
7721
|
key: 0,
|
|
7722
7722
|
class: "button-wrapper"
|
|
7723
|
-
},
|
|
7723
|
+
}, qd = ["title"], Rd = ["title"], Vd = { class: "inner-wrapper" }, Ed = { "aria-expanded": "true" }, Ud = {
|
|
7724
7724
|
key: 0,
|
|
7725
7725
|
"aria-expanded": "true"
|
|
7726
7726
|
};
|
|
7727
|
-
function
|
|
7727
|
+
function Gd(e, i, t, a, s, n) {
|
|
7728
7728
|
var d, r, c, h;
|
|
7729
7729
|
const u = z;
|
|
7730
7730
|
return l(), o("div", {
|
|
7731
7731
|
class: C(["cmd-table-wrapper", { collapsed: !s.showTableData, "full-width": s.fullWidth, "has-caption": n.hasCaption }])
|
|
7732
7732
|
}, [
|
|
7733
|
-
t.collapsible || t.userCanToggleWidth ? (l(), o("div",
|
|
7733
|
+
t.collapsible || t.userCanToggleWidth ? (l(), o("div", zd, [
|
|
7734
7734
|
t.userCanToggleWidth ? (l(), o("a", {
|
|
7735
7735
|
key: 0,
|
|
7736
7736
|
class: "button",
|
|
@@ -7742,7 +7742,7 @@ function Ud(e, i, t, a, s, n) {
|
|
|
7742
7742
|
iconClass: t.iconToggleWidth.iconClass,
|
|
7743
7743
|
type: t.iconToggleWidth.iconType
|
|
7744
7744
|
}, null, 8, ["iconClass", "type"])
|
|
7745
|
-
], 8,
|
|
7745
|
+
], 8, qd)) : m("", !0),
|
|
7746
7746
|
t.collapsible ? (l(), o("a", {
|
|
7747
7747
|
key: 1,
|
|
7748
7748
|
class: "button",
|
|
@@ -7754,9 +7754,9 @@ function Ud(e, i, t, a, s, n) {
|
|
|
7754
7754
|
iconClass: s.showTableData ? t.iconCollapse.iconClass : t.iconExpand.iconClass,
|
|
7755
7755
|
type: s.showTableData ? t.iconCollapse.iconType : t.iconExpand.iconType
|
|
7756
7756
|
}, null, 8, ["iconClass", "type"])
|
|
7757
|
-
], 8,
|
|
7757
|
+
], 8, Rd)) : m("", !0)
|
|
7758
7758
|
])) : m("", !0),
|
|
7759
|
-
f("div",
|
|
7759
|
+
f("div", Vd, [
|
|
7760
7760
|
f("table", {
|
|
7761
7761
|
class: C({ "full-width": s.fullWidth })
|
|
7762
7762
|
}, [
|
|
@@ -7771,7 +7771,7 @@ function Ud(e, i, t, a, s, n) {
|
|
|
7771
7771
|
]),
|
|
7772
7772
|
x(se, { name: "fade" }, {
|
|
7773
7773
|
default: j(() => [
|
|
7774
|
-
$(f("tbody",
|
|
7774
|
+
$(f("tbody", Ed, [
|
|
7775
7775
|
(l(!0), o(b, null, B(t.tableData.tbody, (p, k) => (l(), o("tr", {
|
|
7776
7776
|
class: C({ active: t.tableData.rowIndexHighlighted === k }),
|
|
7777
7777
|
key: k
|
|
@@ -7789,7 +7789,7 @@ function Ud(e, i, t, a, s, n) {
|
|
|
7789
7789
|
}),
|
|
7790
7790
|
x(se, { name: "fade" }, {
|
|
7791
7791
|
default: j(() => [
|
|
7792
|
-
t.tableData.tfoot && t.tableData.tfoot.length && s.showTableData ? (l(), o("tfoot",
|
|
7792
|
+
t.tableData.tfoot && t.tableData.tfoot.length && s.showTableData ? (l(), o("tfoot", Ud, [
|
|
7793
7793
|
f("tr", null, [
|
|
7794
7794
|
(l(!0), o(b, null, B(t.tableData.tfoot, (p, k) => (l(), o("td", {
|
|
7795
7795
|
class: C({ active: t.tableData.columnIndexHighlighted === k }),
|
|
@@ -7804,7 +7804,7 @@ function Ud(e, i, t, a, s, n) {
|
|
|
7804
7804
|
])
|
|
7805
7805
|
], 2);
|
|
7806
7806
|
}
|
|
7807
|
-
const
|
|
7807
|
+
const df = /* @__PURE__ */ L(Hd, [["render", Gd]]), Qd = "cmd", Wd = {
|
|
7808
7808
|
"3d-cursor": {
|
|
7809
7809
|
body: '<path d="M13 4H4v9.01h2V6h7V4z" fill="currentColor"/><path d="M29.49 13.12l-9-5a1 1 0 0 0-1 0l-9 5A1 1 0 0 0 10 14v10a1 1 0 0 0 .52.87l9 5A1 1 0 0 0 20 30a1.05 1.05 0 0 0 .49-.13l9-5A1 1 0 0 0 30 24V14a1 1 0 0 0-.51-.88zM19 27.3l-7-3.89v-7.72l7 3.89zm1-9.45L13.06 14L20 10.14L26.94 14zm8 5.56l-7 3.89v-7.72l7-3.89z" fill="currentColor"/>',
|
|
7810
7810
|
hidden: !0
|
|
@@ -7818,14 +7818,14 @@ const uf = /* @__PURE__ */ L(Ad, [["render", Ud]]), Gd = "cmd", Qd = {
|
|
|
7818
7818
|
<path fill="currentColor" d="M2,12h6v18H2V12z"/>
|
|
7819
7819
|
<path fill="currentColor" d="M8,7c0,1.657-1.343,3-3,3S2,8.657,2,7s1.343-3,3-3S8,5.343,8,7z"/>`
|
|
7820
7820
|
}
|
|
7821
|
-
},
|
|
7822
|
-
prefix:
|
|
7823
|
-
icons:
|
|
7824
|
-
width:
|
|
7825
|
-
height:
|
|
7821
|
+
}, Zd = 32, Jd = 32, Yd = {
|
|
7822
|
+
prefix: Qd,
|
|
7823
|
+
icons: Wd,
|
|
7824
|
+
width: Zd,
|
|
7825
|
+
height: Jd
|
|
7826
7826
|
};
|
|
7827
|
-
Ai(
|
|
7828
|
-
const
|
|
7827
|
+
Ai(Yd);
|
|
7828
|
+
const Kd = {
|
|
7829
7829
|
name: "CmdTabs",
|
|
7830
7830
|
data() {
|
|
7831
7831
|
return {
|
|
@@ -7865,13 +7865,13 @@ const Yd = {
|
|
|
7865
7865
|
this.showTab = this.activeTab;
|
|
7866
7866
|
}
|
|
7867
7867
|
}
|
|
7868
|
-
},
|
|
7868
|
+
}, Xd = { class: "cmd-tabs" }, $d = ["onClick", "title"], em = { key: 1 }, tm = {
|
|
7869
7869
|
key: 1,
|
|
7870
7870
|
"aria-live": "assertive"
|
|
7871
|
-
},
|
|
7872
|
-
function
|
|
7871
|
+
}, im = ["innerHTML"];
|
|
7872
|
+
function nm(e, i, t, a, s, n) {
|
|
7873
7873
|
const u = z, d = E;
|
|
7874
|
-
return l(), o("div",
|
|
7874
|
+
return l(), o("div", Xd, [
|
|
7875
7875
|
f("ul", {
|
|
7876
7876
|
class: C({ "stretch-tabs": t.stretchTabs }),
|
|
7877
7877
|
role: "tablist"
|
|
@@ -7891,8 +7891,8 @@ function im(e, i, t, a, s, n) {
|
|
|
7891
7891
|
iconClass: r.iconClass,
|
|
7892
7892
|
type: r.iconType
|
|
7893
7893
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
7894
|
-
r.name ? (l(), o("span",
|
|
7895
|
-
], 8,
|
|
7894
|
+
r.name ? (l(), o("span", em, g(r.name), 1)) : m("", !0)
|
|
7895
|
+
], 8, $d)
|
|
7896
7896
|
], 2))), 128))
|
|
7897
7897
|
], 2),
|
|
7898
7898
|
t.useSlot ? (l(!0), o(b, { key: 0 }, B(t.tabs.length, (r) => $((l(), o("div", {
|
|
@@ -7902,18 +7902,18 @@ function im(e, i, t, a, s, n) {
|
|
|
7902
7902
|
H(e.$slots, "tab-content-" + (r - 1))
|
|
7903
7903
|
])), [
|
|
7904
7904
|
[me, s.showTab === r - 1]
|
|
7905
|
-
])), 128)) : (l(), o("div",
|
|
7905
|
+
])), 128)) : (l(), o("div", tm, [
|
|
7906
7906
|
t.cmdHeadline ? (l(), _(d, F({ key: 0 }, t.cmdHeadline, {
|
|
7907
7907
|
headlineText: t.tabs[s.showTab].headlineText,
|
|
7908
7908
|
headlineLevel: t.tabs[s.showTab].headlineLevel
|
|
7909
7909
|
}), null, 16, ["headlineText", "headlineLevel"])) : m("", !0),
|
|
7910
7910
|
f("div", {
|
|
7911
7911
|
innerHTML: t.tabs[s.showTab].htmlContent
|
|
7912
|
-
}, null, 8,
|
|
7912
|
+
}, null, 8, im)
|
|
7913
7913
|
]))
|
|
7914
7914
|
]);
|
|
7915
7915
|
}
|
|
7916
|
-
const
|
|
7916
|
+
const mf = /* @__PURE__ */ L(Kd, [["render", nm]]), sm = {
|
|
7917
7917
|
name: "CmdTextBlock",
|
|
7918
7918
|
provide() {
|
|
7919
7919
|
return {
|
|
@@ -7961,11 +7961,11 @@ const df = /* @__PURE__ */ L(Yd, [["render", im]]), nm = {
|
|
|
7961
7961
|
};
|
|
7962
7962
|
}
|
|
7963
7963
|
}
|
|
7964
|
-
},
|
|
7965
|
-
function
|
|
7964
|
+
}, lm = { class: "cmd-text-block flex-container vertical" }, om = ["innerHTML"];
|
|
7965
|
+
function am(e, i, t, a, s, n) {
|
|
7966
7966
|
var d;
|
|
7967
7967
|
const u = E;
|
|
7968
|
-
return l(), o("div",
|
|
7968
|
+
return l(), o("div", lm, [
|
|
7969
7969
|
t.cmdHeadline ? (l(), _(u, {
|
|
7970
7970
|
key: 0,
|
|
7971
7971
|
headlineText: t.cmdHeadline.headlineText,
|
|
@@ -7980,11 +7980,11 @@ function om(e, i, t, a, s, n) {
|
|
|
7980
7980
|
]) : t.htmlContent ? (l(), o("div", {
|
|
7981
7981
|
key: 2,
|
|
7982
7982
|
innerHTML: t.htmlContent
|
|
7983
|
-
}, null, 8,
|
|
7983
|
+
}, null, 8, om)) : m("", !0)
|
|
7984
7984
|
]);
|
|
7985
7985
|
}
|
|
7986
|
-
const
|
|
7987
|
-
const
|
|
7986
|
+
const hf = /* @__PURE__ */ L(sm, [["render", am]]);
|
|
7987
|
+
const rm = {
|
|
7988
7988
|
name: "ToggleDarkMode",
|
|
7989
7989
|
data() {
|
|
7990
7990
|
return {
|
|
@@ -8073,8 +8073,8 @@ const am = {
|
|
|
8073
8073
|
immediate: !0
|
|
8074
8074
|
}
|
|
8075
8075
|
}
|
|
8076
|
-
},
|
|
8077
|
-
function
|
|
8076
|
+
}, cm = { key: 0 };
|
|
8077
|
+
function um(e, i, t, a, s, n) {
|
|
8078
8078
|
const u = z, d = ae;
|
|
8079
8079
|
return l(), o("div", {
|
|
8080
8080
|
class: C(["cmd-toggle-dark-mode", { "styled-layout": t.useStyledLayout, "dark-mode": s.darkMode }])
|
|
@@ -8085,7 +8085,7 @@ function cm(e, i, t, a, s, n) {
|
|
|
8085
8085
|
class: C(["button", { "dark-mode": s.darkMode }]),
|
|
8086
8086
|
onClick: i[0] || (i[0] = S((...r) => n.toggleColorScheme && n.toggleColorScheme(...r), ["prevent"]))
|
|
8087
8087
|
}, [
|
|
8088
|
-
t.showLabel ? (l(), o("span",
|
|
8088
|
+
t.showLabel ? (l(), o("span", cm, g(n.labelText), 1)) : m("", !0),
|
|
8089
8089
|
x(u, {
|
|
8090
8090
|
iconClass: n.iconClass,
|
|
8091
8091
|
type: n.iconType,
|
|
@@ -8107,7 +8107,7 @@ function cm(e, i, t, a, s, n) {
|
|
|
8107
8107
|
}, null, 8, ["labelText", "showLabel", "modelValue", "title", "onUpdate:modelValue"]))
|
|
8108
8108
|
], 2);
|
|
8109
8109
|
}
|
|
8110
|
-
const
|
|
8110
|
+
const ff = /* @__PURE__ */ L(rm, [["render", um]]), dm = {
|
|
8111
8111
|
data() {
|
|
8112
8112
|
return {
|
|
8113
8113
|
defaultMessageProperties: {
|
|
@@ -8160,7 +8160,7 @@ const hf = /* @__PURE__ */ L(am, [["render", cm]]), um = {
|
|
|
8160
8160
|
};
|
|
8161
8161
|
}
|
|
8162
8162
|
};
|
|
8163
|
-
function
|
|
8163
|
+
function mm(e) {
|
|
8164
8164
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
8165
8165
|
}
|
|
8166
8166
|
var Xi = { exports: {} }, Mt = { exports: {} }, $i = function(i, t) {
|
|
@@ -8169,30 +8169,30 @@ var Xi = { exports: {} }, Mt = { exports: {} }, $i = function(i, t) {
|
|
|
8169
8169
|
s[n] = arguments[n];
|
|
8170
8170
|
return i.apply(t, s);
|
|
8171
8171
|
};
|
|
8172
|
-
},
|
|
8172
|
+
}, hm = $i, re = Object.prototype.toString;
|
|
8173
8173
|
function Ot(e) {
|
|
8174
8174
|
return re.call(e) === "[object Array]";
|
|
8175
8175
|
}
|
|
8176
8176
|
function mt(e) {
|
|
8177
8177
|
return typeof e > "u";
|
|
8178
8178
|
}
|
|
8179
|
-
function
|
|
8179
|
+
function fm(e) {
|
|
8180
8180
|
return e !== null && !mt(e) && e.constructor !== null && !mt(e.constructor) && typeof e.constructor.isBuffer == "function" && e.constructor.isBuffer(e);
|
|
8181
8181
|
}
|
|
8182
|
-
function
|
|
8182
|
+
function gm(e) {
|
|
8183
8183
|
return re.call(e) === "[object ArrayBuffer]";
|
|
8184
8184
|
}
|
|
8185
|
-
function
|
|
8185
|
+
function pm(e) {
|
|
8186
8186
|
return typeof FormData < "u" && e instanceof FormData;
|
|
8187
8187
|
}
|
|
8188
|
-
function
|
|
8188
|
+
function ym(e) {
|
|
8189
8189
|
var i;
|
|
8190
8190
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? i = ArrayBuffer.isView(e) : i = e && e.buffer && e.buffer instanceof ArrayBuffer, i;
|
|
8191
8191
|
}
|
|
8192
|
-
function
|
|
8192
|
+
function Cm(e) {
|
|
8193
8193
|
return typeof e == "string";
|
|
8194
8194
|
}
|
|
8195
|
-
function
|
|
8195
|
+
function _m(e) {
|
|
8196
8196
|
return typeof e == "number";
|
|
8197
8197
|
}
|
|
8198
8198
|
function en(e) {
|
|
@@ -8204,28 +8204,28 @@ function Se(e) {
|
|
|
8204
8204
|
var i = Object.getPrototypeOf(e);
|
|
8205
8205
|
return i === null || i === Object.prototype;
|
|
8206
8206
|
}
|
|
8207
|
-
function
|
|
8207
|
+
function bm(e) {
|
|
8208
8208
|
return re.call(e) === "[object Date]";
|
|
8209
8209
|
}
|
|
8210
|
-
function
|
|
8210
|
+
function km(e) {
|
|
8211
8211
|
return re.call(e) === "[object File]";
|
|
8212
8212
|
}
|
|
8213
|
-
function
|
|
8213
|
+
function vm(e) {
|
|
8214
8214
|
return re.call(e) === "[object Blob]";
|
|
8215
8215
|
}
|
|
8216
8216
|
function tn(e) {
|
|
8217
8217
|
return re.call(e) === "[object Function]";
|
|
8218
8218
|
}
|
|
8219
|
-
function
|
|
8219
|
+
function wm(e) {
|
|
8220
8220
|
return en(e) && tn(e.pipe);
|
|
8221
8221
|
}
|
|
8222
|
-
function
|
|
8222
|
+
function Im(e) {
|
|
8223
8223
|
return typeof URLSearchParams < "u" && e instanceof URLSearchParams;
|
|
8224
8224
|
}
|
|
8225
|
-
function
|
|
8225
|
+
function xm(e) {
|
|
8226
8226
|
return e.trim ? e.trim() : e.replace(/^\s+|\s+$/g, "");
|
|
8227
8227
|
}
|
|
8228
|
-
function
|
|
8228
|
+
function Tm() {
|
|
8229
8229
|
return typeof navigator < "u" && (navigator.product === "ReactNative" || navigator.product === "NativeScript" || navigator.product === "NS") ? !1 : typeof window < "u" && typeof document < "u";
|
|
8230
8230
|
}
|
|
8231
8231
|
function Lt(e, i) {
|
|
@@ -8246,37 +8246,37 @@ function ht() {
|
|
|
8246
8246
|
Lt(arguments[t], i);
|
|
8247
8247
|
return e;
|
|
8248
8248
|
}
|
|
8249
|
-
function
|
|
8249
|
+
function Sm(e, i, t) {
|
|
8250
8250
|
return Lt(i, function(s, n) {
|
|
8251
|
-
t && typeof s == "function" ? e[n] =
|
|
8251
|
+
t && typeof s == "function" ? e[n] = hm(s, t) : e[n] = s;
|
|
8252
8252
|
}), e;
|
|
8253
8253
|
}
|
|
8254
|
-
function
|
|
8254
|
+
function Mm(e) {
|
|
8255
8255
|
return e.charCodeAt(0) === 65279 && (e = e.slice(1)), e;
|
|
8256
8256
|
}
|
|
8257
8257
|
var J = {
|
|
8258
8258
|
isArray: Ot,
|
|
8259
|
-
isArrayBuffer:
|
|
8260
|
-
isBuffer:
|
|
8261
|
-
isFormData:
|
|
8262
|
-
isArrayBufferView:
|
|
8263
|
-
isString:
|
|
8264
|
-
isNumber:
|
|
8259
|
+
isArrayBuffer: gm,
|
|
8260
|
+
isBuffer: fm,
|
|
8261
|
+
isFormData: pm,
|
|
8262
|
+
isArrayBufferView: ym,
|
|
8263
|
+
isString: Cm,
|
|
8264
|
+
isNumber: _m,
|
|
8265
8265
|
isObject: en,
|
|
8266
8266
|
isPlainObject: Se,
|
|
8267
8267
|
isUndefined: mt,
|
|
8268
|
-
isDate:
|
|
8269
|
-
isFile:
|
|
8270
|
-
isBlob:
|
|
8268
|
+
isDate: bm,
|
|
8269
|
+
isFile: km,
|
|
8270
|
+
isBlob: vm,
|
|
8271
8271
|
isFunction: tn,
|
|
8272
|
-
isStream:
|
|
8273
|
-
isURLSearchParams:
|
|
8274
|
-
isStandardBrowserEnv:
|
|
8272
|
+
isStream: wm,
|
|
8273
|
+
isURLSearchParams: Im,
|
|
8274
|
+
isStandardBrowserEnv: Tm,
|
|
8275
8275
|
forEach: Lt,
|
|
8276
8276
|
merge: ht,
|
|
8277
|
-
extend:
|
|
8278
|
-
trim:
|
|
8279
|
-
stripBOM:
|
|
8277
|
+
extend: Sm,
|
|
8278
|
+
trim: xm,
|
|
8279
|
+
stripBOM: Mm
|
|
8280
8280
|
}, ue = J;
|
|
8281
8281
|
function ai(e) {
|
|
8282
8282
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
|
@@ -8302,7 +8302,7 @@ var nn = function(i, t, a) {
|
|
|
8302
8302
|
u !== -1 && (i = i.slice(0, u)), i += (i.indexOf("?") === -1 ? "?" : "&") + s;
|
|
8303
8303
|
}
|
|
8304
8304
|
return i;
|
|
8305
|
-
},
|
|
8305
|
+
}, Om = J;
|
|
8306
8306
|
function je() {
|
|
8307
8307
|
this.handlers = [];
|
|
8308
8308
|
}
|
|
@@ -8318,12 +8318,12 @@ je.prototype.eject = function(i) {
|
|
|
8318
8318
|
this.handlers[i] && (this.handlers[i] = null);
|
|
8319
8319
|
};
|
|
8320
8320
|
je.prototype.forEach = function(i) {
|
|
8321
|
-
|
|
8321
|
+
Om.forEach(this.handlers, function(a) {
|
|
8322
8322
|
a !== null && i(a);
|
|
8323
8323
|
});
|
|
8324
8324
|
};
|
|
8325
|
-
var
|
|
8326
|
-
|
|
8325
|
+
var Lm = je, Dm = J, Nm = function(i, t) {
|
|
8326
|
+
Dm.forEach(i, function(s, n) {
|
|
8327
8327
|
n !== t && n.toUpperCase() === t.toUpperCase() && (i[t] = s, delete i[n]);
|
|
8328
8328
|
});
|
|
8329
8329
|
}, sn = function(i, t, a, s, n) {
|
|
@@ -8354,7 +8354,7 @@ function ln() {
|
|
|
8354
8354
|
}, qe;
|
|
8355
8355
|
}
|
|
8356
8356
|
var Re, ci;
|
|
8357
|
-
function
|
|
8357
|
+
function jm() {
|
|
8358
8358
|
if (ci)
|
|
8359
8359
|
return Re;
|
|
8360
8360
|
ci = 1;
|
|
@@ -8371,7 +8371,7 @@ function Nm() {
|
|
|
8371
8371
|
}, Re;
|
|
8372
8372
|
}
|
|
8373
8373
|
var Ve, ui;
|
|
8374
|
-
function
|
|
8374
|
+
function Bm() {
|
|
8375
8375
|
if (ui)
|
|
8376
8376
|
return Ve;
|
|
8377
8377
|
ui = 1;
|
|
@@ -8403,29 +8403,29 @@ function jm() {
|
|
|
8403
8403
|
}(), Ve;
|
|
8404
8404
|
}
|
|
8405
8405
|
var Ee, di;
|
|
8406
|
-
function
|
|
8406
|
+
function Pm() {
|
|
8407
8407
|
return di || (di = 1, Ee = function(i) {
|
|
8408
8408
|
return /^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(i);
|
|
8409
8409
|
}), Ee;
|
|
8410
8410
|
}
|
|
8411
8411
|
var Ue, mi;
|
|
8412
|
-
function
|
|
8412
|
+
function Fm() {
|
|
8413
8413
|
return mi || (mi = 1, Ue = function(i, t) {
|
|
8414
8414
|
return t ? i.replace(/\/+$/, "") + "/" + t.replace(/^\/+/, "") : i;
|
|
8415
8415
|
}), Ue;
|
|
8416
8416
|
}
|
|
8417
8417
|
var Ge, hi;
|
|
8418
|
-
function
|
|
8418
|
+
function Am() {
|
|
8419
8419
|
if (hi)
|
|
8420
8420
|
return Ge;
|
|
8421
8421
|
hi = 1;
|
|
8422
|
-
var e =
|
|
8422
|
+
var e = Pm(), i = Fm();
|
|
8423
8423
|
return Ge = function(a, s) {
|
|
8424
8424
|
return a && !e(s) ? i(a, s) : s;
|
|
8425
8425
|
}, Ge;
|
|
8426
8426
|
}
|
|
8427
8427
|
var Qe, fi;
|
|
8428
|
-
function
|
|
8428
|
+
function Hm() {
|
|
8429
8429
|
if (fi)
|
|
8430
8430
|
return Qe;
|
|
8431
8431
|
fi = 1;
|
|
@@ -8461,7 +8461,7 @@ function Am() {
|
|
|
8461
8461
|
}, Qe;
|
|
8462
8462
|
}
|
|
8463
8463
|
var We, gi;
|
|
8464
|
-
function
|
|
8464
|
+
function zm() {
|
|
8465
8465
|
if (gi)
|
|
8466
8466
|
return We;
|
|
8467
8467
|
gi = 1;
|
|
@@ -8508,7 +8508,7 @@ function Ci() {
|
|
|
8508
8508
|
if (yi)
|
|
8509
8509
|
return Je;
|
|
8510
8510
|
yi = 1;
|
|
8511
|
-
var e = J, i =
|
|
8511
|
+
var e = J, i = jm(), t = Bm(), a = nn, s = Am(), n = Hm(), u = zm(), d = ln(), r = Pe(), c = Be();
|
|
8512
8512
|
return Je = function(p) {
|
|
8513
8513
|
return new Promise(function(y, I) {
|
|
8514
8514
|
var v = p.data, T = p.headers, M = p.responseType, N;
|
|
@@ -8571,7 +8571,7 @@ function Pe() {
|
|
|
8571
8571
|
if (_i)
|
|
8572
8572
|
return Ye;
|
|
8573
8573
|
_i = 1;
|
|
8574
|
-
var e = J, i =
|
|
8574
|
+
var e = J, i = Nm, t = sn, a = {
|
|
8575
8575
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
8576
8576
|
};
|
|
8577
8577
|
function s(r, c) {
|
|
@@ -8632,9 +8632,9 @@ function Pe() {
|
|
|
8632
8632
|
d.headers[c] = e.merge(a);
|
|
8633
8633
|
}), Ye = d, Ye;
|
|
8634
8634
|
}
|
|
8635
|
-
var
|
|
8636
|
-
var s = this ||
|
|
8637
|
-
return
|
|
8635
|
+
var qm = J, Rm = Pe(), Vm = function(i, t, a) {
|
|
8636
|
+
var s = this || Rm;
|
|
8637
|
+
return qm.forEach(a, function(u) {
|
|
8638
8638
|
i = u.call(s, i, t);
|
|
8639
8639
|
}), i;
|
|
8640
8640
|
}, Ke, bi;
|
|
@@ -8643,12 +8643,12 @@ function on() {
|
|
|
8643
8643
|
return !!(i && i.__CANCEL__);
|
|
8644
8644
|
}), Ke;
|
|
8645
8645
|
}
|
|
8646
|
-
var ki = J, Xe =
|
|
8646
|
+
var ki = J, Xe = Vm, Em = on(), Um = Pe(), Gm = Be();
|
|
8647
8647
|
function $e(e) {
|
|
8648
8648
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
8649
|
-
throw new
|
|
8649
|
+
throw new Gm("canceled");
|
|
8650
8650
|
}
|
|
8651
|
-
var
|
|
8651
|
+
var Qm = function(i) {
|
|
8652
8652
|
$e(i), i.headers = i.headers || {}, i.data = Xe.call(
|
|
8653
8653
|
i,
|
|
8654
8654
|
i.data,
|
|
@@ -8664,7 +8664,7 @@ var Gm = function(i) {
|
|
|
8664
8664
|
delete i.headers[s];
|
|
8665
8665
|
}
|
|
8666
8666
|
);
|
|
8667
|
-
var t = i.adapter ||
|
|
8667
|
+
var t = i.adapter || Um.adapter;
|
|
8668
8668
|
return t(i).then(function(s) {
|
|
8669
8669
|
return $e(i), s.data = Xe.call(
|
|
8670
8670
|
i,
|
|
@@ -8673,7 +8673,7 @@ var Gm = function(i) {
|
|
|
8673
8673
|
i.transformResponse
|
|
8674
8674
|
), s;
|
|
8675
8675
|
}, function(s) {
|
|
8676
|
-
return
|
|
8676
|
+
return Em(s) || ($e(i), s && s.response && (s.response.data = Xe.call(
|
|
8677
8677
|
i,
|
|
8678
8678
|
s.response.data,
|
|
8679
8679
|
s.response.headers,
|
|
@@ -8748,7 +8748,7 @@ function rn() {
|
|
|
8748
8748
|
version: "0.24.0"
|
|
8749
8749
|
}), et;
|
|
8750
8750
|
}
|
|
8751
|
-
var
|
|
8751
|
+
var Wm = rn().version, Dt = {};
|
|
8752
8752
|
["object", "boolean", "number", "function", "string", "symbol"].forEach(function(e, i) {
|
|
8753
8753
|
Dt[e] = function(a) {
|
|
8754
8754
|
return typeof a === e || "a" + (i < 1 ? "n " : " ") + e;
|
|
@@ -8757,7 +8757,7 @@ var Qm = rn().version, Dt = {};
|
|
|
8757
8757
|
var wi = {};
|
|
8758
8758
|
Dt.transitional = function(i, t, a) {
|
|
8759
8759
|
function s(n, u) {
|
|
8760
|
-
return "[Axios v" +
|
|
8760
|
+
return "[Axios v" + Wm + "] Transitional option '" + n + "'" + u + (a ? ". " + a : "");
|
|
8761
8761
|
}
|
|
8762
8762
|
return function(n, u, d) {
|
|
8763
8763
|
if (i === !1)
|
|
@@ -8770,7 +8770,7 @@ Dt.transitional = function(i, t, a) {
|
|
|
8770
8770
|
)), i ? i(n, u, d) : !0;
|
|
8771
8771
|
};
|
|
8772
8772
|
};
|
|
8773
|
-
function
|
|
8773
|
+
function Zm(e, i, t) {
|
|
8774
8774
|
if (typeof e != "object")
|
|
8775
8775
|
throw new TypeError("options must be an object");
|
|
8776
8776
|
for (var a = Object.keys(e), s = a.length; s-- > 0; ) {
|
|
@@ -8785,10 +8785,10 @@ function Wm(e, i, t) {
|
|
|
8785
8785
|
throw Error("Unknown option " + n);
|
|
8786
8786
|
}
|
|
8787
8787
|
}
|
|
8788
|
-
var
|
|
8789
|
-
assertOptions:
|
|
8788
|
+
var Jm = {
|
|
8789
|
+
assertOptions: Zm,
|
|
8790
8790
|
validators: Dt
|
|
8791
|
-
}, cn = J,
|
|
8791
|
+
}, cn = J, Ym = nn, Ii = Lm, xi = Qm, Fe = an, un = Jm, de = un.validators;
|
|
8792
8792
|
function ke(e) {
|
|
8793
8793
|
this.defaults = e, this.interceptors = {
|
|
8794
8794
|
request: new Ii(),
|
|
@@ -8837,7 +8837,7 @@ ke.prototype.request = function(i) {
|
|
|
8837
8837
|
return u;
|
|
8838
8838
|
};
|
|
8839
8839
|
ke.prototype.getUri = function(i) {
|
|
8840
|
-
return i = Fe(this.defaults, i),
|
|
8840
|
+
return i = Fe(this.defaults, i), Ym(i.url, i.params, i.paramsSerializer).replace(/^\?/, "");
|
|
8841
8841
|
};
|
|
8842
8842
|
cn.forEach(["delete", "get", "head", "options"], function(i) {
|
|
8843
8843
|
ke.prototype[i] = function(t, a) {
|
|
@@ -8857,8 +8857,8 @@ cn.forEach(["post", "put", "patch"], function(i) {
|
|
|
8857
8857
|
}));
|
|
8858
8858
|
};
|
|
8859
8859
|
});
|
|
8860
|
-
var
|
|
8861
|
-
function
|
|
8860
|
+
var Km = ke, tt, Ti;
|
|
8861
|
+
function Xm() {
|
|
8862
8862
|
if (Ti)
|
|
8863
8863
|
return tt;
|
|
8864
8864
|
Ti = 1;
|
|
@@ -8914,7 +8914,7 @@ function Km() {
|
|
|
8914
8914
|
}, tt = i, tt;
|
|
8915
8915
|
}
|
|
8916
8916
|
var it, Si;
|
|
8917
|
-
function
|
|
8917
|
+
function $m() {
|
|
8918
8918
|
return Si || (Si = 1, it = function(i) {
|
|
8919
8919
|
return function(a) {
|
|
8920
8920
|
return i.apply(null, a);
|
|
@@ -8922,39 +8922,39 @@ function Xm() {
|
|
|
8922
8922
|
}), it;
|
|
8923
8923
|
}
|
|
8924
8924
|
var nt, Mi;
|
|
8925
|
-
function
|
|
8925
|
+
function eh() {
|
|
8926
8926
|
return Mi || (Mi = 1, nt = function(i) {
|
|
8927
8927
|
return typeof i == "object" && i.isAxiosError === !0;
|
|
8928
8928
|
}), nt;
|
|
8929
8929
|
}
|
|
8930
|
-
var Oi = J,
|
|
8930
|
+
var Oi = J, th = $i, Me = Km, ih = an, nh = Pe();
|
|
8931
8931
|
function dn(e) {
|
|
8932
|
-
var i = new Me(e), t =
|
|
8932
|
+
var i = new Me(e), t = th(Me.prototype.request, i);
|
|
8933
8933
|
return Oi.extend(t, Me.prototype, i), Oi.extend(t, i), t.create = function(s) {
|
|
8934
|
-
return dn(
|
|
8934
|
+
return dn(ih(e, s));
|
|
8935
8935
|
}, t;
|
|
8936
8936
|
}
|
|
8937
|
-
var ee = dn(
|
|
8937
|
+
var ee = dn(nh);
|
|
8938
8938
|
ee.Axios = Me;
|
|
8939
8939
|
ee.Cancel = Be();
|
|
8940
|
-
ee.CancelToken =
|
|
8940
|
+
ee.CancelToken = Xm();
|
|
8941
8941
|
ee.isCancel = on();
|
|
8942
8942
|
ee.VERSION = rn().version;
|
|
8943
8943
|
ee.all = function(i) {
|
|
8944
8944
|
return Promise.all(i);
|
|
8945
8945
|
};
|
|
8946
|
-
ee.spread =
|
|
8947
|
-
ee.isAxiosError =
|
|
8946
|
+
ee.spread = $m();
|
|
8947
|
+
ee.isAxiosError = eh();
|
|
8948
8948
|
Mt.exports = ee;
|
|
8949
8949
|
Mt.exports.default = ee;
|
|
8950
8950
|
(function(e) {
|
|
8951
8951
|
e.exports = Mt.exports;
|
|
8952
8952
|
})(Xi);
|
|
8953
|
-
const
|
|
8954
|
-
const
|
|
8953
|
+
const sh = /* @__PURE__ */ mm(Xi.exports);
|
|
8954
|
+
const lh = {
|
|
8955
8955
|
name: "CmdUploadForm",
|
|
8956
8956
|
emits: ["click", "error", "upload-complete", "upload-file-success"],
|
|
8957
|
-
mixins: [X,
|
|
8957
|
+
mixins: [X, dm],
|
|
8958
8958
|
data() {
|
|
8959
8959
|
return {
|
|
8960
8960
|
comment: "",
|
|
@@ -9341,7 +9341,7 @@ const sh = {
|
|
|
9341
9341
|
return i.abortController = new AbortController(), t.set(
|
|
9342
9342
|
this.uploadOptions.filesParam ? this.uploadOptions.filesParam : "files",
|
|
9343
9343
|
i.file
|
|
9344
|
-
),
|
|
9344
|
+
), sh.post(e, t, {
|
|
9345
9345
|
signal: i.abortController.signal,
|
|
9346
9346
|
onUploadProgress: (a) => this.onUploadProgress(a, i)
|
|
9347
9347
|
}).then((a) => (this.$emit("upload-file-success", i), a)).then((a) => {
|
|
@@ -9362,30 +9362,30 @@ const sh = {
|
|
|
9362
9362
|
}
|
|
9363
9363
|
}
|
|
9364
9364
|
}
|
|
9365
|
-
},
|
|
9365
|
+
}, oh = { key: 0 }, ah = {
|
|
9366
9366
|
key: 1,
|
|
9367
9367
|
class: "flex-container vertical"
|
|
9368
|
-
},
|
|
9368
|
+
}, rh = {
|
|
9369
9369
|
key: 0,
|
|
9370
9370
|
class: "flex-container vertical list-files-wrapper"
|
|
9371
|
-
},
|
|
9371
|
+
}, ch = {
|
|
9372
9372
|
key: 0,
|
|
9373
9373
|
class: "list-of-files total-files"
|
|
9374
|
-
},
|
|
9374
|
+
}, uh = { class: "flex-container no-flex" }, dh = ["title"], mh = {
|
|
9375
9375
|
key: 0,
|
|
9376
9376
|
class: "progressbar"
|
|
9377
|
-
},
|
|
9377
|
+
}, hh = ["value", "title"], fh = /* @__PURE__ */ f("hr", null, null, -1), gh = { class: "flex-container vertical list-files-wrapper" }, ph = { class: "list-of-files" }, yh = ["title", "onClick"], Ch = {
|
|
9378
9378
|
key: 0,
|
|
9379
9379
|
class: "progressbar"
|
|
9380
|
-
},
|
|
9380
|
+
}, _h = ["value", "title"], bh = ["title"], kh = /* @__PURE__ */ f("hr", null, null, -1), vh = { class: "small" }, wh = ["title"], Ih = {
|
|
9381
9381
|
key: 0,
|
|
9382
9382
|
class: "list-of-file-extensions"
|
|
9383
|
-
},
|
|
9383
|
+
}, xh = ["disabled"], Th = { key: 0 }, Sh = { key: 1 }, Mh = { class: "button-wrapper no-flex" }, Oh = ["disabled"], Lh = { key: 0 }, Dh = { key: 1 }, Nh = {
|
|
9384
9384
|
key: 0,
|
|
9385
9385
|
class: "progressbar"
|
|
9386
|
-
},
|
|
9387
|
-
function
|
|
9388
|
-
const u = E, d =
|
|
9386
|
+
}, jh = ["value", "title"];
|
|
9387
|
+
function Bh(e, i, t, a, s, n) {
|
|
9388
|
+
const u = E, d = Ad, r = z, c = ae;
|
|
9389
9389
|
return l(), o(b, null, [
|
|
9390
9390
|
t.advancedMode ? (l(), o("fieldset", {
|
|
9391
9391
|
key: 0,
|
|
@@ -9402,7 +9402,7 @@ function jh(e, i, t, a, s, n) {
|
|
|
9402
9402
|
systemMessage: n.allSystemMessages.length === 1 ? n.allSystemMessages[0] : e.getMessage("cmduploadform.system_message.the_following_errors_occurred")
|
|
9403
9403
|
}, {
|
|
9404
9404
|
default: j(() => [
|
|
9405
|
-
n.allSystemMessages.length > 1 ? (l(), o("ul",
|
|
9405
|
+
n.allSystemMessages.length > 1 ? (l(), o("ul", oh, [
|
|
9406
9406
|
(l(!0), o(b, null, B(n.allSystemMessages, (h, p) => (l(), o("li", { key: p }, g(h), 1))), 128))
|
|
9407
9407
|
])) : m("", !0)
|
|
9408
9408
|
]),
|
|
@@ -9411,16 +9411,16 @@ function jh(e, i, t, a, s, n) {
|
|
|
9411
9411
|
f("div", F({
|
|
9412
9412
|
class: ["box drop-area flex-container vertical", { "allow-drop": s.allowDrop }]
|
|
9413
9413
|
}, st(n.dragAndDropHandler)), [
|
|
9414
|
-
s.listOfFiles.length ? (l(), o("div",
|
|
9415
|
-
t.showTotalUpload && s.listOfFiles.length !== 1 ? (l(), o("div",
|
|
9414
|
+
s.listOfFiles.length ? (l(), o("div", ah, [
|
|
9415
|
+
t.showTotalUpload && s.listOfFiles.length !== 1 ? (l(), o("div", rh, [
|
|
9416
9416
|
x(u, F(t.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
|
9417
9417
|
default: j(() => [
|
|
9418
9418
|
A(g(e.getMessage("cmduploadform.headline.summary_of_all_files")), 1)
|
|
9419
9419
|
]),
|
|
9420
9420
|
_: 1
|
|
9421
9421
|
}, 16),
|
|
9422
|
-
t.showTotalUpload && s.listOfFiles.length !== 1 ? (l(), o("ul",
|
|
9423
|
-
f("li",
|
|
9422
|
+
t.showTotalUpload && s.listOfFiles.length !== 1 ? (l(), o("ul", ch, [
|
|
9423
|
+
f("li", uh, [
|
|
9424
9424
|
f("a", {
|
|
9425
9425
|
href: "#",
|
|
9426
9426
|
title: e.getMessage("cmduploadform.labeltext.remove_all_files_from_list"),
|
|
@@ -9430,7 +9430,7 @@ function jh(e, i, t, a, s, n) {
|
|
|
9430
9430
|
iconClass: t.deleteIcon.iconClass,
|
|
9431
9431
|
type: t.deleteIcon.iconClass
|
|
9432
9432
|
}, null, 8, ["iconClass", "type"])
|
|
9433
|
-
], 8,
|
|
9433
|
+
], 8, dh),
|
|
9434
9434
|
f("span", null, [
|
|
9435
9435
|
A(g(s.listOfFiles.length) + " ", 1),
|
|
9436
9436
|
t.allowMultipleFileUploads ? (l(), o(b, { key: 1 }, [
|
|
@@ -9445,26 +9445,26 @@ function jh(e, i, t, a, s, n) {
|
|
|
9445
9445
|
{ error: t.maxTotalUploadSize > 0 && n.totalSize > t.maxTotalUploadSize }
|
|
9446
9446
|
])
|
|
9447
9447
|
}, " (" + g(n.formatSize(n.totalSize)) + ") ", 3),
|
|
9448
|
-
s.uploadInitiated ? (l(), o("span",
|
|
9448
|
+
s.uploadInitiated ? (l(), o("span", mh, [
|
|
9449
9449
|
f("span", null, g(n.getPercentage(n.totalUploadProgress)), 1),
|
|
9450
9450
|
f("progress", {
|
|
9451
9451
|
max: "100",
|
|
9452
9452
|
value: n.totalUploadProgress,
|
|
9453
9453
|
title: n.totalBytesUploaded
|
|
9454
|
-
}, null, 8,
|
|
9454
|
+
}, null, 8, hh)
|
|
9455
9455
|
])) : m("", !0)
|
|
9456
9456
|
])
|
|
9457
9457
|
])) : m("", !0),
|
|
9458
|
-
|
|
9458
|
+
fh
|
|
9459
9459
|
])) : m("", !0),
|
|
9460
|
-
f("div",
|
|
9460
|
+
f("div", gh, [
|
|
9461
9461
|
x(u, F(t.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
|
9462
9462
|
default: j(() => [
|
|
9463
9463
|
A(g(e.getMessage("cmduploadform.headline.list_of_selected_files")), 1)
|
|
9464
9464
|
]),
|
|
9465
9465
|
_: 1
|
|
9466
9466
|
}, 16),
|
|
9467
|
-
f("ul",
|
|
9467
|
+
f("ul", ph, [
|
|
9468
9468
|
(l(!0), o(b, null, B(s.listOfFiles, (h, p) => (l(), o("li", {
|
|
9469
9469
|
key: p,
|
|
9470
9470
|
class: "flex-container no-flex"
|
|
@@ -9478,7 +9478,7 @@ function jh(e, i, t, a, s, n) {
|
|
|
9478
9478
|
iconClass: e.iconDelete.iconClass,
|
|
9479
9479
|
type: e.iconDelete.iconType
|
|
9480
9480
|
}, null, 8, ["iconClass", "type"])
|
|
9481
|
-
], 8,
|
|
9481
|
+
], 8, yh),
|
|
9482
9482
|
f("span", {
|
|
9483
9483
|
class: C([
|
|
9484
9484
|
"text-align-right",
|
|
@@ -9489,13 +9489,13 @@ function jh(e, i, t, a, s, n) {
|
|
|
9489
9489
|
A(g(h.file.name) + " ", 1),
|
|
9490
9490
|
f("small", null, "(" + g(n.formatSize(h.file.size)) + ")", 1)
|
|
9491
9491
|
], 2),
|
|
9492
|
-
s.uploadInitiated && !h.error ? (l(), o("span",
|
|
9492
|
+
s.uploadInitiated && !h.error ? (l(), o("span", Ch, [
|
|
9493
9493
|
f("span", null, g(n.getPercentage(h.progress)), 1),
|
|
9494
9494
|
f("progress", {
|
|
9495
9495
|
max: "100",
|
|
9496
9496
|
value: h.progress,
|
|
9497
9497
|
title: n.formatSize(h.uploadedBytes) + "/" + n.formatSize(h.file.size)
|
|
9498
|
-
}, null, 8,
|
|
9498
|
+
}, null, 8, _h)
|
|
9499
9499
|
])) : m("", !0)
|
|
9500
9500
|
]))), 128))
|
|
9501
9501
|
]),
|
|
@@ -9504,8 +9504,8 @@ function jh(e, i, t, a, s, n) {
|
|
|
9504
9504
|
href: "#",
|
|
9505
9505
|
onClick: i[1] || (i[1] = S((...h) => n.cancel && n.cancel(...h), ["prevent"])),
|
|
9506
9506
|
title: e.getMessage("cmduploadform.all_files_will_be_removed")
|
|
9507
|
-
}, g(e.getMessage("cmduploadform.reset_upload")), 9,
|
|
9508
|
-
|
|
9507
|
+
}, g(e.getMessage("cmduploadform.reset_upload")), 9, bh)) : m("", !0),
|
|
9508
|
+
kh
|
|
9509
9509
|
])
|
|
9510
9510
|
])) : (l(), o(b, { key: 0 }, [
|
|
9511
9511
|
t.allowMultipleFileUploads ? (l(), _(u, F({ key: 0 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
|
@@ -9532,7 +9532,7 @@ function jh(e, i, t, a, s, n) {
|
|
|
9532
9532
|
]),
|
|
9533
9533
|
_: 1
|
|
9534
9534
|
}, 16)) : m("", !0),
|
|
9535
|
-
f("dl",
|
|
9535
|
+
f("dl", vh, [
|
|
9536
9536
|
t.maxTotalUploadSize > 0 ? (l(), o(b, { key: 0 }, [
|
|
9537
9537
|
f("dt", {
|
|
9538
9538
|
class: C({ error: n.totalSize > t.maxTotalUploadSize })
|
|
@@ -9560,10 +9560,10 @@ function jh(e, i, t, a, s, n) {
|
|
|
9560
9560
|
iconClass: s.showListOfFileExtensions ? t.iconInvisible.iconClass : t.iconVisible.iconClass,
|
|
9561
9561
|
type: s.showListOfFileExtensions ? t.iconInvisible.iconType : t.iconVisible.iconType
|
|
9562
9562
|
}, null, 8, ["iconClass", "type"])
|
|
9563
|
-
], 8,
|
|
9563
|
+
], 8, wh),
|
|
9564
9564
|
x(se, { name: "fade" }, {
|
|
9565
9565
|
default: j(() => [
|
|
9566
|
-
s.showListOfFileExtensions ? (l(), o("ul",
|
|
9566
|
+
s.showListOfFileExtensions ? (l(), o("ul", Ih, [
|
|
9567
9567
|
(l(!0), o(b, null, B(t.allowedFileExtensions, (h, p) => (l(), o("li", {
|
|
9568
9568
|
key: p,
|
|
9569
9569
|
class: C({ error: s.errors.fileType })
|
|
@@ -9585,8 +9585,8 @@ function jh(e, i, t, a, s, n) {
|
|
|
9585
9585
|
iconClass: t.iconFileUpload.iconClass,
|
|
9586
9586
|
type: t.iconFileUpload.iconType
|
|
9587
9587
|
}, null, 8, ["iconClass", "type"]),
|
|
9588
|
-
t.allowMultipleFileUploads ? (l(), o("span",
|
|
9589
|
-
], 10,
|
|
9588
|
+
t.allowMultipleFileUploads ? (l(), o("span", Th, g(e.getMessage("cmduploadform.labeltext.select_files")), 1)) : (l(), o("span", Sh, g(e.getMessage("cmduploadform.labeltext.select_file")), 1))
|
|
9589
|
+
], 10, xh),
|
|
9590
9590
|
t.enableDragAndDrop ? (l(), o("p", {
|
|
9591
9591
|
key: 0,
|
|
9592
9592
|
class: C(["text-drag-and-drop", { disabled: s.uploadInitiated }])
|
|
@@ -9616,7 +9616,7 @@ function jh(e, i, t, a, s, n) {
|
|
|
9616
9616
|
placeholder: e.getMessage("cmduploadform.placeholder.comment"),
|
|
9617
9617
|
status: t.commentStatusMessage ? "error" : ""
|
|
9618
9618
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : m("", !0),
|
|
9619
|
-
f("div",
|
|
9619
|
+
f("div", Mh, [
|
|
9620
9620
|
f("button", {
|
|
9621
9621
|
class: C([
|
|
9622
9622
|
"button primary",
|
|
@@ -9631,8 +9631,8 @@ function jh(e, i, t, a, s, n) {
|
|
|
9631
9631
|
iconClass: t.iconUpload.iconClass,
|
|
9632
9632
|
type: t.iconUpload.iconType
|
|
9633
9633
|
}, null, 8, ["iconClass", "type"]),
|
|
9634
|
-
s.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), o("span",
|
|
9635
|
-
], 10,
|
|
9634
|
+
s.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), o("span", Lh, g(e.getMessage("cmduploadform.buttontext.upload_file")), 1)) : (l(), o("span", Dh, g(e.getMessage("cmduploadform.buttontext.upload_files")), 1))
|
|
9635
|
+
], 10, Oh),
|
|
9636
9636
|
f("button", {
|
|
9637
9637
|
class: C(["button", { disabled: s.listOfFiles.length === 0 }]),
|
|
9638
9638
|
onClick: i[6] || (i[6] = (...h) => n.cancel && n.cancel(...h))
|
|
@@ -9650,13 +9650,13 @@ function jh(e, i, t, a, s, n) {
|
|
|
9650
9650
|
onClick: i[7] || (i[7] = S((...h) => n.selectFiles && n.selectFiles(...h), ["prevent"])),
|
|
9651
9651
|
class: ["cmd-upload-form drop-area", { "allow-drop": s.allowDrop }]
|
|
9652
9652
|
}, st(n.dragAndDropHandler)), [
|
|
9653
|
-
s.uploadInitiated ? (l(), o("span",
|
|
9653
|
+
s.uploadInitiated ? (l(), o("span", Nh, [
|
|
9654
9654
|
f("span", null, g(n.getPercentage(n.totalUploadProgress)), 1),
|
|
9655
9655
|
f("progress", {
|
|
9656
9656
|
max: "100",
|
|
9657
9657
|
value: n.totalUploadProgress,
|
|
9658
9658
|
title: n.totalBytesUploaded
|
|
9659
|
-
}, null, 8,
|
|
9659
|
+
}, null, 8, jh)
|
|
9660
9660
|
])) : m("", !0),
|
|
9661
9661
|
H(e.$slots, "default", {}, () => [
|
|
9662
9662
|
t.enableDragAndDrop ? (l(), o(b, { key: 0 }, [
|
|
@@ -9695,8 +9695,8 @@ function jh(e, i, t, a, s, n) {
|
|
|
9695
9695
|
}, null, 8, ["labelText", "disabled", "multiple", "onChange"])
|
|
9696
9696
|
], 64);
|
|
9697
9697
|
}
|
|
9698
|
-
const
|
|
9699
|
-
const
|
|
9698
|
+
const gf = /* @__PURE__ */ L(lh, [["render", Bh]]);
|
|
9699
|
+
const Ph = {
|
|
9700
9700
|
name: "CmdWidthLimitationWrapper",
|
|
9701
9701
|
props: {
|
|
9702
9702
|
innerComponent: {
|
|
@@ -9735,8 +9735,8 @@ const Bh = {
|
|
|
9735
9735
|
return this.innerComponent === "header" ? "site-header" : this.innerComponent === "footer" ? "site-footer" : "";
|
|
9736
9736
|
}
|
|
9737
9737
|
}
|
|
9738
|
-
},
|
|
9739
|
-
function
|
|
9738
|
+
}, Fh = ["id"], Ah = ["id"];
|
|
9739
|
+
function Hh(e, i, t, a, s, n) {
|
|
9740
9740
|
const u = E;
|
|
9741
9741
|
return l(), o("div", {
|
|
9742
9742
|
class: C(["cmd-width-limitation-wrapper", { sticky: t.sticky }])
|
|
@@ -9748,7 +9748,7 @@ function Ah(e, i, t, a, s, n) {
|
|
|
9748
9748
|
t.anchorId ? (l(), o("a", {
|
|
9749
9749
|
key: 0,
|
|
9750
9750
|
id: t.anchorId
|
|
9751
|
-
}, null, 8,
|
|
9751
|
+
}, null, 8, Fh)) : m("", !0),
|
|
9752
9752
|
t.cmdHeadline ? (l(), _(u, {
|
|
9753
9753
|
key: 1,
|
|
9754
9754
|
"pre-headline-text": t.cmdHeadline.preHeadlineText,
|
|
@@ -9760,12 +9760,12 @@ function Ah(e, i, t, a, s, n) {
|
|
|
9760
9760
|
t.anchorId ? (l(), o("a", {
|
|
9761
9761
|
key: 0,
|
|
9762
9762
|
id: t.anchorId
|
|
9763
|
-
}, null, 8,
|
|
9763
|
+
}, null, 8, Ah)) : m("", !0),
|
|
9764
9764
|
H(e.$slots, "default")
|
|
9765
9765
|
], 64))
|
|
9766
9766
|
], 2);
|
|
9767
9767
|
}
|
|
9768
|
-
const
|
|
9768
|
+
const pf = /* @__PURE__ */ L(Ph, [["render", Hh]]), yf = {
|
|
9769
9769
|
mounted(e) {
|
|
9770
9770
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
|
9771
9771
|
e.focus();
|
|
@@ -9774,7 +9774,7 @@ const gf = /* @__PURE__ */ L(Bh, [["render", Ah]]), pf = {
|
|
|
9774
9774
|
i ? i.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
|
|
9775
9775
|
}
|
|
9776
9776
|
}
|
|
9777
|
-
},
|
|
9777
|
+
}, Cf = {
|
|
9778
9778
|
mounted(e, i) {
|
|
9779
9779
|
if (i.value && typeof i.value == "string") {
|
|
9780
9780
|
let t = /[^\d]/g, a = i.value.replace(/^\s*\+/, "00");
|
|
@@ -9782,7 +9782,7 @@ const gf = /* @__PURE__ */ L(Bh, [["render", Ah]]), pf = {
|
|
|
9782
9782
|
}
|
|
9783
9783
|
}
|
|
9784
9784
|
};
|
|
9785
|
-
function
|
|
9785
|
+
function _f() {
|
|
9786
9786
|
const e = {};
|
|
9787
9787
|
Cn(a);
|
|
9788
9788
|
function i(s = "defaultSequence") {
|
|
@@ -9798,55 +9798,55 @@ function Cf() {
|
|
|
9798
9798
|
return { nextSequenceValue: i, currentSequenceValue: t, resetSequence: a };
|
|
9799
9799
|
}
|
|
9800
9800
|
export {
|
|
9801
|
-
|
|
9802
|
-
|
|
9803
|
-
|
|
9804
|
-
|
|
9805
|
-
|
|
9806
|
-
|
|
9807
|
-
|
|
9808
|
-
|
|
9809
|
-
|
|
9810
|
-
|
|
9811
|
-
|
|
9812
|
-
|
|
9801
|
+
qh as CmdAddressData,
|
|
9802
|
+
Rh as CmdBackToTopButton,
|
|
9803
|
+
Vh as CmdBankAccountData,
|
|
9804
|
+
qa as CmdBox,
|
|
9805
|
+
Uh as CmdBoxWrapper,
|
|
9806
|
+
Gh as CmdBreadcrumbs,
|
|
9807
|
+
rr as CmdCompanyLogo,
|
|
9808
|
+
Qh as CmdCookieDisclaimer,
|
|
9809
|
+
Wh as CmdCopyrightInformation,
|
|
9810
|
+
Xr as CmdFakeSelect,
|
|
9811
|
+
Eh as CmdFancyBox,
|
|
9812
|
+
Zh as CmdForm,
|
|
9813
9813
|
ae as CmdFormElement,
|
|
9814
|
-
|
|
9815
|
-
|
|
9814
|
+
cc as CmdFormFilters,
|
|
9815
|
+
Jh as CmdGoogleMaps,
|
|
9816
9816
|
E as CmdHeadline,
|
|
9817
9817
|
z as CmdIcon,
|
|
9818
9818
|
be as CmdImage,
|
|
9819
|
-
|
|
9820
|
-
|
|
9821
|
-
|
|
9822
|
-
|
|
9823
|
-
|
|
9824
|
-
|
|
9825
|
-
|
|
9826
|
-
|
|
9827
|
-
|
|
9828
|
-
|
|
9829
|
-
|
|
9830
|
-
|
|
9831
|
-
|
|
9819
|
+
Yh as CmdImageGallery,
|
|
9820
|
+
Kh as CmdImageZoom,
|
|
9821
|
+
Xh as CmdInputGroup,
|
|
9822
|
+
sa as CmdListOfLinks,
|
|
9823
|
+
$h as CmdLoginForm,
|
|
9824
|
+
fu as CmdMainNavigation,
|
|
9825
|
+
ef as CmdMultistepFormProgressBar,
|
|
9826
|
+
tf as CmdOpeningHours,
|
|
9827
|
+
nf as CmdPager,
|
|
9828
|
+
sf as CmdProgressBar,
|
|
9829
|
+
of as CmdSiteFooter,
|
|
9830
|
+
af as CmdSiteHeader,
|
|
9831
|
+
rf as CmdSiteSearch,
|
|
9832
9832
|
It as CmdSlideButton,
|
|
9833
|
-
|
|
9834
|
-
|
|
9835
|
-
|
|
9836
|
-
|
|
9837
|
-
|
|
9838
|
-
|
|
9839
|
-
|
|
9840
|
-
|
|
9841
|
-
|
|
9833
|
+
cf as CmdSlideshow,
|
|
9834
|
+
lf as CmdSocialNetworks,
|
|
9835
|
+
uf as CmdSwitchLanguage,
|
|
9836
|
+
Ad as CmdSystemMessage,
|
|
9837
|
+
df as CmdTable,
|
|
9838
|
+
mf as CmdTabs,
|
|
9839
|
+
hf as CmdTextBlock,
|
|
9840
|
+
jo as CmdThumbnailScroller,
|
|
9841
|
+
ff as CmdToggleDarkMode,
|
|
9842
9842
|
Il as CmdTooltip,
|
|
9843
|
-
|
|
9844
|
-
|
|
9845
|
-
|
|
9846
|
-
|
|
9843
|
+
gf as CmdUploadForm,
|
|
9844
|
+
pf as CmdWidthLimitationWrapper,
|
|
9845
|
+
yf as DirFocus,
|
|
9846
|
+
Cf as DirTelephone,
|
|
9847
9847
|
zl as createHtmlId,
|
|
9848
9848
|
Hl as createUuid,
|
|
9849
9849
|
ge as getFileExtension,
|
|
9850
9850
|
xt as openFancyBox,
|
|
9851
|
-
|
|
9851
|
+
_f as useSequence
|
|
9852
9852
|
};
|