comand-component-library 4.0.61 → 4.0.63
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.
@@ -3952,7 +3952,7 @@ function ba(e, n, t, s, o, i) {
|
|
3952
3952
|
_: 1
|
3953
3953
|
});
|
3954
3954
|
}
|
3955
|
-
const
|
3955
|
+
const Ty = /* @__PURE__ */ L(ga, [["render", ba]]), Ca = {
|
3956
3956
|
name: "CmdBankAccountData",
|
3957
3957
|
props: {
|
3958
3958
|
/**
|
@@ -4042,7 +4042,7 @@ function va(e, n, t, s, o, i) {
|
|
4042
4042
|
], 64))
|
4043
4043
|
]);
|
4044
4044
|
}
|
4045
|
-
const
|
4045
|
+
const Sy = /* @__PURE__ */ L(Ca, [["render", va]]), Ta = {
|
4046
4046
|
name: "CmdForm",
|
4047
4047
|
emits: ["submit"],
|
4048
4048
|
data() {
|
@@ -6063,7 +6063,7 @@ function Jr(e, n, t, s, o, i) {
|
|
6063
6063
|
], 42, Fr)
|
6064
6064
|
]);
|
6065
6065
|
}
|
6066
|
-
const
|
6066
|
+
const Oy = /* @__PURE__ */ L(Lr, [["render", Jr]]), Kr = {
|
6067
6067
|
name: "CmdListOfLinksItem",
|
6068
6068
|
inheritAttrs: !1,
|
6069
6069
|
mixins: [$],
|
@@ -7356,6 +7356,13 @@ const cc = /* @__PURE__ */ L(sc, [["render", dc]]), uc = {
|
|
7356
7356
|
return e === "horizontal" || e === "vertical";
|
7357
7357
|
}
|
7358
7358
|
},
|
7359
|
+
/**
|
7360
|
+
* define a class to set on inner div
|
7361
|
+
*/
|
7362
|
+
innerClass: {
|
7363
|
+
type: String,
|
7364
|
+
required: !1
|
7365
|
+
},
|
7359
7366
|
/**
|
7360
7367
|
* properties for CmdHeadline-component
|
7361
7368
|
*/
|
@@ -7377,6 +7384,8 @@ const cc = /* @__PURE__ */ L(sc, [["render", dc]]), uc = {
|
|
7377
7384
|
},
|
7378
7385
|
computed: {
|
7379
7386
|
containerClass() {
|
7387
|
+
},
|
7388
|
+
setInnerClass() {
|
7380
7389
|
let e = null;
|
7381
7390
|
switch (this.containerType) {
|
7382
7391
|
case "grid":
|
@@ -7389,44 +7398,31 @@ const cc = /* @__PURE__ */ L(sc, [["render", dc]]), uc = {
|
|
7389
7398
|
e = null;
|
7390
7399
|
break;
|
7391
7400
|
}
|
7392
|
-
return e;
|
7393
|
-
},
|
7394
|
-
setInnerClass() {
|
7395
|
-
if (this.containerType === "grid")
|
7396
|
-
return "grid-container-create-columns";
|
7397
|
-
if (this.containerType === "flex") {
|
7398
|
-
if (this.contentOrientation === "horizontal")
|
7399
|
-
return "flex-container";
|
7400
|
-
if (this.contentOrientation === "vertical")
|
7401
|
-
return "flex-container vertical";
|
7402
|
-
}
|
7403
|
-
return "";
|
7401
|
+
return e += " " + this.innerClass;
|
7404
7402
|
}
|
7405
7403
|
}
|
7406
|
-
}, mc = ["innerHTML"],
|
7407
|
-
function
|
7404
|
+
}, mc = { class: "cmd-container" }, fc = ["innerHTML"], hc = ["innerHTML"];
|
7405
|
+
function pc(e, n, t, s, o, i) {
|
7408
7406
|
const r = G;
|
7409
|
-
return l(), a("div",
|
7410
|
-
class: b(["cmd-container", i.containerClass])
|
7411
|
-
}, [
|
7407
|
+
return l(), a("div", mc, [
|
7412
7408
|
t.cmdHeadline ? (l(), C(r, j(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
7413
7409
|
t.contentAboveSlot ? (l(), a("div", {
|
7414
7410
|
key: 1,
|
7415
7411
|
innerHTML: t.contentAboveSlot
|
7416
|
-
}, null, 8,
|
7412
|
+
}, null, 8, fc)) : c("", !0),
|
7417
7413
|
i.oneSlotItem() ? A(e.$slots, "default", { key: 2 }) : (l(), a("div", {
|
7418
7414
|
key: 3,
|
7419
|
-
class: b(i.setInnerClass)
|
7415
|
+
class: b([i.setInnerClass, "inner-slot-wrapper"])
|
7420
7416
|
}, [
|
7421
7417
|
A(e.$slots, "default")
|
7422
7418
|
], 2)),
|
7423
7419
|
t.contentBelowSlot ? (l(), a("div", {
|
7424
7420
|
key: 4,
|
7425
7421
|
innerHTML: t.contentBelowSlot
|
7426
|
-
}, null, 8,
|
7427
|
-
]
|
7422
|
+
}, null, 8, hc)) : c("", !0)
|
7423
|
+
]);
|
7428
7424
|
}
|
7429
|
-
const
|
7425
|
+
const Iy = /* @__PURE__ */ L(uc, [["render", pc]]), gc = {
|
7430
7426
|
data() {
|
7431
7427
|
return {
|
7432
7428
|
defaultMessageProperties: {
|
@@ -7435,9 +7431,9 @@ const Oy = /* @__PURE__ */ L(uc, [["render", hc]]), pc = {
|
|
7435
7431
|
}
|
7436
7432
|
};
|
7437
7433
|
}
|
7438
|
-
},
|
7434
|
+
}, yc = {
|
7439
7435
|
name: "CmdCookieDisclaimer",
|
7440
|
-
mixins: [oe,
|
7436
|
+
mixins: [oe, gc],
|
7441
7437
|
data() {
|
7442
7438
|
return {
|
7443
7439
|
showCookieDisclaimer: !0,
|
@@ -7560,20 +7556,20 @@ const Oy = /* @__PURE__ */ L(uc, [["render", hc]]), pc = {
|
|
7560
7556
|
}));
|
7561
7557
|
}
|
7562
7558
|
}
|
7563
|
-
},
|
7559
|
+
}, bc = { class: "cmd-cookie-disclaimer flex-container vertical" }, Cc = {
|
7564
7560
|
key: 0,
|
7565
7561
|
class: "flex-container vertical"
|
7566
|
-
},
|
7562
|
+
}, _c = { key: 0 }, wc = { key: 1 }, xc = ["href", "target"], kc = ["innerHTML"], vc = /* @__PURE__ */ f("hr", null, null, -1), Tc = {
|
7567
7563
|
key: 1,
|
7568
7564
|
class: "flex-container vertical"
|
7569
|
-
},
|
7570
|
-
function
|
7565
|
+
}, Sc = { key: 0 }, Oc = { key: 1 }, Ic = ["href", "target"], Mc = ["innerHTML"], Lc = { class: "button-wrapper align-center" };
|
7566
|
+
function Fc(e, n, t, s, o, i) {
|
7571
7567
|
const r = G, d = ee, u = gi;
|
7572
7568
|
return l(), C(ke, { name: "fade" }, {
|
7573
7569
|
default: V(() => {
|
7574
7570
|
var h, m, p;
|
7575
7571
|
return [
|
7576
|
-
f("div",
|
7572
|
+
f("div", bc, [
|
7577
7573
|
t.useSlot ? A(e.$slots, "default", { key: 0 }) : (l(), a(_, { key: 1 }, [
|
7578
7574
|
(h = t.cmdHeadlineCookieDisclaimer) != null && h.show && ((m = t.cmdHeadlineCookieDisclaimer) != null && m.headlineText) && ((p = t.cmdHeadlineCookieDisclaimer) != null && p.headlineLevel) ? (l(), C(r, {
|
7579
7575
|
key: 0,
|
@@ -7583,7 +7579,7 @@ function Lc(e, n, t, s, o, i) {
|
|
7583
7579
|
A(e.$slots, "cookie-options", {}, () => {
|
7584
7580
|
var w, y, k, S, T, B, O, P;
|
7585
7581
|
return [
|
7586
|
-
(w = t.cookieOptions) != null && w.required ? (l(), a("div",
|
7582
|
+
(w = t.cookieOptions) != null && w.required ? (l(), a("div", Cc, [
|
7587
7583
|
(y = t.cmdBoxRequiredCookies) != null && y.showHeadline ? (l(), C(r, {
|
7588
7584
|
key: 0,
|
7589
7585
|
"headline-text": (k = t.cmdBoxRequiredCookies) == null ? void 0 : k.headlineText,
|
@@ -7611,26 +7607,26 @@ function Lc(e, n, t, s, o, i) {
|
|
7611
7607
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
7612
7608
|
]),
|
7613
7609
|
body: V(() => [
|
7614
|
-
D.description ? (l(), a("p",
|
7615
|
-
D.linkDataPrivacy ? (l(), a("p",
|
7610
|
+
D.description ? (l(), a("p", _c, g(D.description), 1)) : c("", !0),
|
7611
|
+
D.linkDataPrivacy ? (l(), a("p", wc, [
|
7616
7612
|
N(g(D.linkDataPrivacy.label) + " ", 1),
|
7617
7613
|
f("a", {
|
7618
7614
|
onClick: n[1] || (n[1] = (...q) => i.openDataPrivacy && i.openDataPrivacy(...q)),
|
7619
7615
|
href: D.linkDataPrivacy.link,
|
7620
7616
|
target: D.linkDataPrivacy.target
|
7621
|
-
}, g(D.linkDataPrivacy.linkText), 9,
|
7617
|
+
}, g(D.linkDataPrivacy.linkText), 9, xc)
|
7622
7618
|
])) : c("", !0),
|
7623
7619
|
o.dataPrivacyContent ? (l(), a("div", {
|
7624
7620
|
key: 2,
|
7625
7621
|
innerHTML: o.dataPrivacyContent
|
7626
|
-
}, null, 8,
|
7622
|
+
}, null, 8, kc)) : c("", !0)
|
7627
7623
|
]),
|
7628
7624
|
_: 2
|
7629
7625
|
}, 1032, ["collapsible"]);
|
7630
7626
|
}), 128))
|
7631
7627
|
])) : c("", !0),
|
7632
|
-
|
7633
|
-
(T = t.cookieOptions) != null && T.optional ? (l(), a("div",
|
7628
|
+
vc,
|
7629
|
+
(T = t.cookieOptions) != null && T.optional ? (l(), a("div", Tc, [
|
7634
7630
|
(B = t.cmdBoxOptionalCookies) != null && B.showHeadline ? (l(), C(r, {
|
7635
7631
|
key: 0,
|
7636
7632
|
"headline-text": (O = t.cmdBoxOptionalCookies) == null ? void 0 : O.headlineText,
|
@@ -7658,19 +7654,19 @@ function Lc(e, n, t, s, o, i) {
|
|
7658
7654
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
7659
7655
|
]),
|
7660
7656
|
body: V(() => [
|
7661
|
-
D.description ? (l(), a("p",
|
7662
|
-
D.linkDataPrivacy ? (l(), a("p",
|
7657
|
+
D.description ? (l(), a("p", Sc, g(D.description), 1)) : c("", !0),
|
7658
|
+
D.linkDataPrivacy ? (l(), a("p", Oc, [
|
7663
7659
|
N(g(D.linkDataPrivacy.label) + " ", 1),
|
7664
7660
|
f("a", {
|
7665
7661
|
onClick: n[3] || (n[3] = (...q) => i.openDataPrivacy && i.openDataPrivacy(...q)),
|
7666
7662
|
href: D.linkDataPrivacy.link,
|
7667
7663
|
target: D.linkDataPrivacy.target
|
7668
|
-
}, g(D.linkDataPrivacy.linkText), 9,
|
7664
|
+
}, g(D.linkDataPrivacy.linkText), 9, Ic)
|
7669
7665
|
])) : c("", !0),
|
7670
7666
|
o.dataPrivacyContent ? (l(), a("div", {
|
7671
7667
|
key: 2,
|
7672
7668
|
innerHTML: o.dataPrivacyContent
|
7673
|
-
}, null, 8,
|
7669
|
+
}, null, 8, Mc)) : c("", !0)
|
7674
7670
|
]),
|
7675
7671
|
_: 2
|
7676
7672
|
}, 1032, ["collapsible"]);
|
@@ -7679,7 +7675,7 @@ function Lc(e, n, t, s, o, i) {
|
|
7679
7675
|
];
|
7680
7676
|
}),
|
7681
7677
|
A(e.$slots, "privacy-text"),
|
7682
|
-
f("div",
|
7678
|
+
f("div", Lc, [
|
7683
7679
|
t.buttonLabelAcceptCurrentSettings ? (l(), a("button", {
|
7684
7680
|
key: 0,
|
7685
7681
|
type: "button",
|
@@ -7703,23 +7699,23 @@ function Lc(e, n, t, s, o, i) {
|
|
7703
7699
|
_: 3
|
7704
7700
|
});
|
7705
7701
|
}
|
7706
|
-
const
|
7702
|
+
const My = /* @__PURE__ */ L(yc, [["render", Fc]]), Bc = {
|
7707
7703
|
name: "CmdCopyrightWrapper"
|
7708
|
-
},
|
7704
|
+
}, Pc = {
|
7709
7705
|
class: "cmd-copyright-information",
|
7710
7706
|
role: "contentinfo"
|
7711
|
-
},
|
7707
|
+
}, Ac = /* @__PURE__ */ f("a", {
|
7712
7708
|
href: "https://www.comand-cms.com",
|
7713
7709
|
target: "comand-website",
|
7714
7710
|
lang: "en",
|
7715
7711
|
title: "CoManD-Website"
|
7716
|
-
}, "© CoManD", -1),
|
7717
|
-
|
7712
|
+
}, "© CoManD", -1), Ec = [
|
7713
|
+
Ac
|
7718
7714
|
];
|
7719
|
-
function
|
7720
|
-
return l(), a("div",
|
7715
|
+
function Vc(e, n, t, s, o, i) {
|
7716
|
+
return l(), a("div", Pc, Ec);
|
7721
7717
|
}
|
7722
|
-
const
|
7718
|
+
const Ly = /* @__PURE__ */ L(Bc, [["render", Vc]]), Dc = {
|
7723
7719
|
data() {
|
7724
7720
|
return {
|
7725
7721
|
defaultMessageProperties: {
|
@@ -7732,12 +7728,12 @@ const My = /* @__PURE__ */ L(Fc, [["render", Ec]]), Vc = {
|
|
7732
7728
|
}
|
7733
7729
|
};
|
7734
7730
|
}
|
7735
|
-
},
|
7731
|
+
}, Hc = {
|
7736
7732
|
name: "CmdFakeSelect",
|
7737
7733
|
inheritAttrs: !1,
|
7738
7734
|
mixins: [
|
7739
7735
|
oe,
|
7740
|
-
|
7736
|
+
Dc,
|
7741
7737
|
rt,
|
7742
7738
|
ze,
|
7743
7739
|
Kt
|
@@ -7991,23 +7987,23 @@ const My = /* @__PURE__ */ L(Fc, [["render", Ec]]), Vc = {
|
|
7991
7987
|
deep: !0
|
7992
7988
|
}
|
7993
7989
|
}
|
7994
|
-
},
|
7990
|
+
}, qc = ["title", "aria-labelledby", "aria-required"], Rc = {
|
7995
7991
|
key: 0,
|
7996
7992
|
class: "label-text"
|
7997
|
-
},
|
7993
|
+
}, Nc = ["id"], jc = {
|
7998
7994
|
key: 0,
|
7999
7995
|
"aria-hidden": "true"
|
8000
|
-
},
|
7996
|
+
}, Uc = ["title", "aria-errormessage", "id"], zc = ["aria-expanded"], Wc = ["title"], Gc = ["src", "alt"], Jc = {
|
8001
7997
|
key: 3,
|
8002
7998
|
class: "option-name"
|
8003
|
-
},
|
7999
|
+
}, Kc = {
|
8004
8000
|
key: 0,
|
8005
8001
|
role: "listbox"
|
8006
|
-
},
|
8002
|
+
}, Zc = ["aria-selected"], Yc = ["onClick", "title"], Xc = { key: 1 }, Qc = ["aria-expanded"], $c = ["for"], eu = ["value", "checked", "id"], tu = ["onClick"], nu = ["src", "alt"], iu = ["onClick"], ou = {
|
8007
8003
|
key: 0,
|
8008
8004
|
class: "select-all-options"
|
8009
8005
|
};
|
8010
|
-
function
|
8006
|
+
function lu(e, n, t, s, o, i) {
|
8011
8007
|
var h, m, p, w;
|
8012
8008
|
const r = z, d = Gt, u = be("router-link");
|
8013
8009
|
return l(), a("div", {
|
@@ -8026,11 +8022,11 @@ function ou(e, n, t, s, o, i) {
|
|
8026
8022
|
"aria-required": e.$attrs.required !== void 0,
|
8027
8023
|
ref: "fakeselect"
|
8028
8024
|
}, [
|
8029
|
-
t.showLabel ? (l(), a("span",
|
8025
|
+
t.showLabel ? (l(), a("span", Rc, [
|
8030
8026
|
f("span", { id: e.htmlId }, [
|
8031
8027
|
N(g(t.labelText), 1),
|
8032
|
-
e.$attrs.required !== void 0 ? (l(), a("sup",
|
8033
|
-
], 8,
|
8028
|
+
e.$attrs.required !== void 0 ? (l(), a("sup", jc, "*")) : c("", !0)
|
8029
|
+
], 8, Nc),
|
8034
8030
|
(e.$attrs.required || e.inputRequirements.length) && t.showStatusIcon ? (l(), a("a", {
|
8035
8031
|
key: 0,
|
8036
8032
|
href: "#",
|
@@ -8042,7 +8038,7 @@ function ou(e, n, t, s, o, i) {
|
|
8042
8038
|
id: e.tooltipId
|
8043
8039
|
}, [
|
8044
8040
|
v(r, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
8045
|
-
], 8,
|
8041
|
+
], 8, Uc)) : c("", !0),
|
8046
8042
|
e.useCustomTooltip && (o.validationStatus === "" || o.validationStatus === "error") ? (l(), C(d, {
|
8047
8043
|
key: 1,
|
8048
8044
|
ref: "tooltip",
|
@@ -8070,7 +8066,7 @@ function ou(e, n, t, s, o, i) {
|
|
8070
8066
|
src: i.pathFlag(i.optionCountry),
|
8071
8067
|
alt: i.optionCountry,
|
8072
8068
|
class: b(["flag", i.optionCountry])
|
8073
|
-
}, null, 10,
|
8069
|
+
}, null, 10, Gc)) : t.type === "color" ? (l(), a("span", {
|
8074
8070
|
key: 1,
|
8075
8071
|
style: et("background: " + i.optionColor)
|
8076
8072
|
}, null, 4)) : c("", !0),
|
@@ -8079,15 +8075,15 @@ function ou(e, n, t, s, o, i) {
|
|
8079
8075
|
type: (p = i.optionIcon) == null ? void 0 : p.iconType,
|
8080
8076
|
iconClass: (w = i.optionIcon) == null ? void 0 : w.iconClass
|
8081
8077
|
}, null, 8, ["type", "iconClass"])) : c("", !0),
|
8082
|
-
i.optionName ? (l(), a("span",
|
8078
|
+
i.optionName ? (l(), a("span", Jc, g(i.optionName), 1)) : c("", !0),
|
8083
8079
|
t.iconDropdown ? (l(), C(r, {
|
8084
8080
|
key: 4,
|
8085
8081
|
iconClass: t.iconDropdown.iconClass,
|
8086
8082
|
type: t.iconDropdown.iconType,
|
8087
8083
|
title: t.iconDropdown.tooltip
|
8088
8084
|
}, null, 8, ["iconClass", "type", "title"])) : c("", !0)
|
8089
|
-
], 40,
|
8090
|
-
t.type === "default" && o.showOptions ? (l(), a("ul",
|
8085
|
+
], 40, Wc),
|
8086
|
+
t.type === "default" && o.showOptions ? (l(), a("ul", Kc, [
|
8091
8087
|
(l(!0), a(_, null, H(t.selectData, (y, k) => (l(), a("li", {
|
8092
8088
|
key: k,
|
8093
8089
|
role: "option",
|
@@ -8105,8 +8101,8 @@ function ou(e, n, t, s, o, i) {
|
|
8105
8101
|
iconClass: y.iconClass,
|
8106
8102
|
type: y.iconType
|
8107
8103
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
8108
|
-
y.text ? (l(), a("span",
|
8109
|
-
], 10,
|
8104
|
+
y.text ? (l(), a("span", Xc, g(y.text), 1)) : c("", !0)
|
8105
|
+
], 10, Yc)) : c("", !0),
|
8110
8106
|
t.optionLinkType === "router" ? (l(), C(u, {
|
8111
8107
|
key: 1,
|
8112
8108
|
to: "#",
|
@@ -8123,7 +8119,7 @@ function ou(e, n, t, s, o, i) {
|
|
8123
8119
|
]),
|
8124
8120
|
_: 2
|
8125
8121
|
}, 1032, ["onClick", "class"])) : c("", !0)
|
8126
|
-
], 8,
|
8122
|
+
], 8, Zc))), 128))
|
8127
8123
|
])) : t.type !== "default" && t.type !== "content" && o.showOptions ? (l(), a("ul", {
|
8128
8124
|
key: 1,
|
8129
8125
|
class: b({ "checkbox-options": t.type === "checkboxOptions" }),
|
@@ -8141,9 +8137,9 @@ function ou(e, n, t, s, o, i) {
|
|
8141
8137
|
onChange: n[3] || (n[3] = (...S) => i.optionSelect && i.optionSelect(...S)),
|
8142
8138
|
checked: i.compareValues(y.value),
|
8143
8139
|
id: "option-" + (k + 1)
|
8144
|
-
}, null, 40,
|
8140
|
+
}, null, 40, eu),
|
8145
8141
|
f("span", null, g(y.text), 1)
|
8146
|
-
], 10,
|
8142
|
+
], 10, $c)) : t.type === "country" ? (l(), a("a", {
|
8147
8143
|
key: 1,
|
8148
8144
|
href: "#",
|
8149
8145
|
onClick: I((S) => i.selectOption(y.value), ["prevent"]),
|
@@ -8153,9 +8149,9 @@ function ou(e, n, t, s, o, i) {
|
|
8153
8149
|
class: "flag",
|
8154
8150
|
src: i.pathFlag(y.value),
|
8155
8151
|
alt: y.text
|
8156
|
-
}, null, 8,
|
8152
|
+
}, null, 8, nu),
|
8157
8153
|
f("span", null, g(y.text), 1)
|
8158
|
-
], 10,
|
8154
|
+
], 10, tu)) : t.type === "color" ? (l(), a("a", {
|
8159
8155
|
key: 2,
|
8160
8156
|
href: "#",
|
8161
8157
|
onClick: I((S) => i.selectOption(y.value), ["prevent"]),
|
@@ -8166,9 +8162,9 @@ function ou(e, n, t, s, o, i) {
|
|
8166
8162
|
style: et("background: " + y.value)
|
8167
8163
|
}, null, 4),
|
8168
8164
|
f("span", null, g(y.text), 1)
|
8169
|
-
], 10,
|
8165
|
+
], 10, iu)) : c("", !0)
|
8170
8166
|
]))), 128)),
|
8171
|
-
t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), a("li",
|
8167
|
+
t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), a("li", ou, [
|
8172
8168
|
f("a", {
|
8173
8169
|
href: "#",
|
8174
8170
|
onClick: n[4] || (n[4] = I((...y) => i.toggleAllOptions && i.toggleAllOptions(...y), ["prevent"]))
|
@@ -8185,12 +8181,12 @@ function ou(e, n, t, s, o, i) {
|
|
8185
8181
|
f("span", null, g(i.selectAllOptionsText), 1)
|
8186
8182
|
])
|
8187
8183
|
])) : c("", !0)
|
8188
|
-
], 10,
|
8184
|
+
], 10, Qc)) : t.type === "content" && o.showOptions ? A(e.$slots, "default", { key: 2 }) : c("", !0)
|
8189
8185
|
])
|
8190
|
-
], 42,
|
8191
|
-
], 10,
|
8186
|
+
], 42, zc)
|
8187
|
+
], 10, qc);
|
8192
8188
|
}
|
8193
|
-
const
|
8189
|
+
const su = /* @__PURE__ */ L(Hc, [["render", lu]]), au = {
|
8194
8190
|
name: "CmdFormFilters",
|
8195
8191
|
data() {
|
8196
8192
|
return {
|
@@ -8266,14 +8262,14 @@ const lu = /* @__PURE__ */ L(Dc, [["render", ou]]), su = {
|
|
8266
8262
|
deep: !0
|
8267
8263
|
}
|
8268
8264
|
}
|
8269
|
-
},
|
8265
|
+
}, ru = {
|
8270
8266
|
key: 0,
|
8271
8267
|
class: "cmd-form-filters"
|
8272
|
-
},
|
8273
|
-
function
|
8268
|
+
}, du = { key: 0 }, cu = { key: 1 }, uu = ["onClick", "title"];
|
8269
|
+
function mu(e, n, t, s, o, i) {
|
8274
8270
|
const r = z;
|
8275
|
-
return o.options.length ? (l(), a("ul",
|
8276
|
-
o.options.length > 1 ? (l(), a("li",
|
8271
|
+
return o.options.length ? (l(), a("ul", ru, [
|
8272
|
+
o.options.length > 1 ? (l(), a("li", du, [
|
8277
8273
|
f("a", {
|
8278
8274
|
href: "#",
|
8279
8275
|
onClick: n[0] || (n[0] = I((...d) => i.deleteAllFilters && i.deleteAllFilters(...d), ["prevent"]))
|
@@ -8283,7 +8279,7 @@ function uu(e, n, t, s, o, i) {
|
|
8283
8279
|
iconClass: t.linkDeleteAllFilters.icon.iconClass,
|
8284
8280
|
title: t.linkDeleteAllFilters.icon.tooltip
|
8285
8281
|
}, null, 8, ["iconClass", "title"])) : c("", !0),
|
8286
|
-
t.linkDeleteAllFilters.text ? (l(), a("span",
|
8282
|
+
t.linkDeleteAllFilters.text ? (l(), a("span", cu, g(t.linkDeleteAllFilters.text), 1)) : c("", !0)
|
8287
8283
|
])
|
8288
8284
|
])) : c("", !0),
|
8289
8285
|
(l(!0), a(_, null, H(o.options, (d, u) => (l(), a("li", { key: u }, [
|
@@ -8297,11 +8293,11 @@ function uu(e, n, t, s, o, i) {
|
|
8297
8293
|
iconClass: t.deleteFilterIcon.iconClass,
|
8298
8294
|
type: t.deleteFilterIcon.iconType
|
8299
8295
|
}, null, 8, ["iconClass", "type"])
|
8300
|
-
], 8,
|
8296
|
+
], 8, uu)
|
8301
8297
|
]))), 128))
|
8302
8298
|
])) : c("", !0);
|
8303
8299
|
}
|
8304
|
-
const
|
8300
|
+
const fu = /* @__PURE__ */ L(au, [["render", mu]]), hu = {
|
8305
8301
|
name: "CmdGoogleMaps",
|
8306
8302
|
props: {
|
8307
8303
|
/**
|
@@ -8321,13 +8317,13 @@ const mu = /* @__PURE__ */ L(su, [["render", uu]]), fu = {
|
|
8321
8317
|
return "https://maps.google.de/maps?ie=UTF8&t=&z=17&iwloc=B&output=embed";
|
8322
8318
|
}
|
8323
8319
|
}
|
8324
|
-
},
|
8325
|
-
function
|
8326
|
-
return l(), a("div",
|
8327
|
-
f("iframe", { src: i.locateAddress }, null, 8,
|
8320
|
+
}, pu = { class: "cmd-google-maps responsive-wrapper" }, gu = ["src"];
|
8321
|
+
function yu(e, n, t, s, o, i) {
|
8322
|
+
return l(), a("div", pu, [
|
8323
|
+
f("iframe", { src: i.locateAddress }, null, 8, gu)
|
8328
8324
|
]);
|
8329
8325
|
}
|
8330
|
-
const
|
8326
|
+
const bu = /* @__PURE__ */ L(hu, [["render", yu]]), Cu = {
|
8331
8327
|
name: "CmdImageGallery",
|
8332
8328
|
mixins: [$],
|
8333
8329
|
props: {
|
@@ -8419,14 +8415,14 @@ const yu = /* @__PURE__ */ L(fu, [["render", gu]]), bu = {
|
|
8419
8415
|
});
|
8420
8416
|
}
|
8421
8417
|
}
|
8422
|
-
},
|
8423
|
-
|
8424
|
-
|
8418
|
+
}, _u = { class: "grid-container-create-columns cmd-image-gallery" }, wu = ["onClick", "title"], xu = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), ku = /* @__PURE__ */ f("span", null, "Add new gallery-image", -1), vu = [
|
8419
|
+
xu,
|
8420
|
+
ku
|
8425
8421
|
];
|
8426
|
-
function
|
8422
|
+
function Tu(e, n, t, s, o, i) {
|
8427
8423
|
var u;
|
8428
8424
|
const r = G, d = _e;
|
8429
|
-
return l(), a("div",
|
8425
|
+
return l(), a("div", _u, [
|
8430
8426
|
(u = t.cmdHeadline) != null && u.headlineText || e.editModeContext ? (l(), C(r, j(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
8431
8427
|
e.editModeContext ? t.images.length ? (l(!0), a(_, { key: 2 }, H(t.images, (h, m) => (l(), C(d, {
|
8432
8428
|
key: m,
|
@@ -8440,7 +8436,7 @@ function vu(e, n, t, s, o, i) {
|
|
8440
8436
|
type: "button",
|
8441
8437
|
class: "button confirm",
|
8442
8438
|
onClick: n[0] || (n[0] = (...h) => i.onAddItem && i.onAddItem(...h))
|
8443
|
-
},
|
8439
|
+
}, vu)) : (l(), a(_, { key: 1 }, [
|
8444
8440
|
t.useFancyboxForLargeImages ? (l(!0), a(_, { key: 0 }, H(t.images, (h, m) => (l(), a("a", {
|
8445
8441
|
class: "image-wrapper",
|
8446
8442
|
key: m,
|
@@ -8452,7 +8448,7 @@ function vu(e, n, t, s, o, i) {
|
|
8452
8448
|
image: h.image,
|
8453
8449
|
figcaption: i.figcaption(h)
|
8454
8450
|
}, null, 8, ["image", "figcaption"])
|
8455
|
-
], 8,
|
8451
|
+
], 8, wu))), 128)) : (l(!0), a(_, { key: 1 }, H(t.images, (h, m) => (l(), a("div", {
|
8456
8452
|
key: `i${m}`,
|
8457
8453
|
class: "image-wrapper"
|
8458
8454
|
}, [
|
@@ -8464,7 +8460,7 @@ function vu(e, n, t, s, o, i) {
|
|
8464
8460
|
], 64))
|
8465
8461
|
]);
|
8466
8462
|
}
|
8467
|
-
const
|
8463
|
+
const Fy = /* @__PURE__ */ L(Cu, [["render", Tu]]), Su = {
|
8468
8464
|
name: "CmdImageZoom",
|
8469
8465
|
props: {
|
8470
8466
|
/**
|
@@ -8509,10 +8505,10 @@ function Pn(e, n) {
|
|
8509
8505
|
function An(e, n, t) {
|
8510
8506
|
return e < n ? n : e > t ? t : e;
|
8511
8507
|
}
|
8512
|
-
const
|
8513
|
-
function
|
8508
|
+
const Ou = { class: "cmd-image-zoom flex-container" }, Iu = ["title"], Mu = { class: "zoom-container" }, Lu = /* @__PURE__ */ f("div", { class: "zoom-overlay" }, null, -1);
|
8509
|
+
function Fu(e, n, t, s, o, i) {
|
8514
8510
|
const r = _e;
|
8515
|
-
return l(), a("div",
|
8511
|
+
return l(), a("div", Ou, [
|
8516
8512
|
f("a", {
|
8517
8513
|
href: "#",
|
8518
8514
|
class: "no-flex thumbnails-imagezoom",
|
@@ -8524,14 +8520,14 @@ function Lu(e, n, t, s, o, i) {
|
|
8524
8520
|
onMousemove: i.onMouseMove,
|
8525
8521
|
onMouseout: i.onMouseOut
|
8526
8522
|
}), null, 16, ["onMouseover", "onMousemove", "onMouseout"])
|
8527
|
-
], 8,
|
8528
|
-
f("div",
|
8523
|
+
], 8, Iu),
|
8524
|
+
f("div", Mu, [
|
8529
8525
|
v(r, M(t.imageLarge, { figcaption: {} }), null, 16)
|
8530
8526
|
]),
|
8531
|
-
|
8527
|
+
Lu
|
8532
8528
|
]);
|
8533
8529
|
}
|
8534
|
-
const
|
8530
|
+
const By = /* @__PURE__ */ L(Su, [["render", Fu]]), Bu = {
|
8535
8531
|
mixins: [
|
8536
8532
|
Jt,
|
8537
8533
|
rt,
|
@@ -8718,17 +8714,17 @@ const Fy = /* @__PURE__ */ L(Tu, [["render", Lu]]), Fu = {
|
|
8718
8714
|
immediate: !0
|
8719
8715
|
}
|
8720
8716
|
}
|
8721
|
-
},
|
8717
|
+
}, Pu = ["aria-labelledby"], Au = { class: "label-text" }, Eu = ["id"], Vu = {
|
8722
8718
|
key: 0,
|
8723
8719
|
"aria-hidden": "true"
|
8724
|
-
},
|
8720
|
+
}, Du = ["title", "aria-errormessage", "id"], Hu = ["for"], qu = ["type", "id", "name", "value", "disabled"], Ru = {
|
8725
8721
|
key: 1,
|
8726
8722
|
class: "label-text"
|
8727
|
-
},
|
8723
|
+
}, Nu = {
|
8728
8724
|
key: 1,
|
8729
8725
|
class: "flex-container no-flex"
|
8730
8726
|
};
|
8731
|
-
function
|
8727
|
+
function ju(e, n, t, s, o, i) {
|
8732
8728
|
const r = z, d = Gt;
|
8733
8729
|
return l(), a("div", {
|
8734
8730
|
class: b([
|
@@ -8744,11 +8740,11 @@ function Nu(e, n, t, s, o, i) {
|
|
8744
8740
|
]),
|
8745
8741
|
"aria-labelledby": e.htmlId
|
8746
8742
|
}, [
|
8747
|
-
ue(f("span",
|
8743
|
+
ue(f("span", Au, [
|
8748
8744
|
f("span", { id: e.htmlId }, [
|
8749
8745
|
N(g(t.labelText), 1),
|
8750
|
-
t.required ? (l(), a("sup",
|
8751
|
-
], 8,
|
8746
|
+
t.required ? (l(), a("sup", Vu, "*")) : c("", !0)
|
8747
|
+
], 8, Eu),
|
8752
8748
|
(t.required || e.inputRequirements.length > 0) && t.showStatusIcon ? (l(), a("a", {
|
8753
8749
|
key: 0,
|
8754
8750
|
href: "#",
|
@@ -8760,7 +8756,7 @@ function Nu(e, n, t, s, o, i) {
|
|
8760
8756
|
id: e.tooltipId
|
8761
8757
|
}, [
|
8762
8758
|
v(r, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
8763
|
-
], 8,
|
8759
|
+
], 8, Du)) : c("", !0),
|
8764
8760
|
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), C(d, {
|
8765
8761
|
key: 1,
|
8766
8762
|
ref: "tooltip",
|
@@ -8777,7 +8773,7 @@ function Nu(e, n, t, s, o, i) {
|
|
8777
8773
|
], 512), [
|
8778
8774
|
[ye, t.showLabel]
|
8779
8775
|
]),
|
8780
|
-
t.useSlot ? (l(), a("div",
|
8776
|
+
t.useSlot ? (l(), a("div", Nu, [
|
8781
8777
|
A(e.$slots, "default")
|
8782
8778
|
])) : (l(), a("span", {
|
8783
8779
|
key: 0,
|
@@ -8796,7 +8792,7 @@ function Nu(e, n, t, s, o, i) {
|
|
8796
8792
|
"onUpdate:modelValue": n[1] || (n[1] = (m) => i.inputValue = m),
|
8797
8793
|
disabled: t.disabled,
|
8798
8794
|
class: b({ "replace-input-type": t.replaceInputType })
|
8799
|
-
}, null, 10,
|
8795
|
+
}, null, 10, qu), [
|
8800
8796
|
[Gi, i.inputValue]
|
8801
8797
|
]),
|
8802
8798
|
t.multipleSwitch && u.iconClass ? (l(), C(r, {
|
@@ -8804,12 +8800,12 @@ function Nu(e, n, t, s, o, i) {
|
|
8804
8800
|
iconClass: u.iconClass,
|
8805
8801
|
type: u.iconType
|
8806
8802
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
8807
|
-
u.labelText ? (l(), a("span",
|
8808
|
-
], 10,
|
8803
|
+
u.labelText ? (l(), a("span", Ru, g(u.labelText), 1)) : c("", !0)
|
8804
|
+
], 10, Hu))), 128))
|
8809
8805
|
], 2))
|
8810
|
-
], 10,
|
8806
|
+
], 10, Pu);
|
8811
8807
|
}
|
8812
|
-
const
|
8808
|
+
const Uu = /* @__PURE__ */ L(Bu, [["render", ju]]), zu = {
|
8813
8809
|
name: "CmdLoginForm",
|
8814
8810
|
data() {
|
8815
8811
|
return {
|
@@ -9099,12 +9095,12 @@ const ju = /* @__PURE__ */ L(Fu, [["render", Nu]]), Uu = {
|
|
9099
9095
|
this.modelChange();
|
9100
9096
|
}
|
9101
9097
|
}
|
9102
|
-
},
|
9103
|
-
function
|
9098
|
+
}, Wu = { class: "cmd-login-form flex-container" }, Gu = { class: "option-wrapper flex-container" }, Ju = { key: 1 }, Ku = ["type", "disabled"], Zu = { key: 1 }, Yu = { class: "cmd-login-form flex-container" }, Xu = { class: "option-wrapper flex-container" }, Qu = { key: 1 }, $u = ["type", "disabled"], em = { key: 1 };
|
9099
|
+
function tm(e, n, t, s, o, i) {
|
9104
9100
|
var m, p, w, y, k, S, T, B;
|
9105
9101
|
const r = G, d = ee, u = z, h = We;
|
9106
9102
|
return l(), a(_, null, [
|
9107
|
-
ue(f("fieldset",
|
9103
|
+
ue(f("fieldset", Wu, [
|
9108
9104
|
f("legend", {
|
9109
9105
|
class: b({ hidden: !t.legendLoginForm.show, "align-left": t.legendLoginForm.align === "left" })
|
9110
9106
|
}, g(t.legendLoginForm.text), 3),
|
@@ -9131,7 +9127,7 @@ function em(e, n, t, s, o, i) {
|
|
9131
9127
|
}), null, 16, ["modelValue"])
|
9132
9128
|
], 2),
|
9133
9129
|
A(e.$slots, "login"),
|
9134
|
-
f("div",
|
9130
|
+
f("div", Gu, [
|
9135
9131
|
t.options.forgotPassword || t.options.createAccount ? (l(), a(_, { key: 0 }, [
|
9136
9132
|
t.options.forgotPassword ? (l(), a("a", {
|
9137
9133
|
key: 0,
|
@@ -9144,7 +9140,7 @@ function em(e, n, t, s, o, i) {
|
|
9144
9140
|
type: t.options.forgotPassword.icon.iconType,
|
9145
9141
|
title: t.options.forgotPassword.icon.tooltip
|
9146
9142
|
}, null, 8, ["iconClass", "type", "title"])) : c("", !0),
|
9147
|
-
t.options.forgotPassword.text ? (l(), a("span",
|
9143
|
+
t.options.forgotPassword.text ? (l(), a("span", Ju, g(t.options.forgotPassword.text), 1)) : c("", !0)
|
9148
9144
|
])) : c("", !0),
|
9149
9145
|
t.options.createAccount ? (l(), C(h, {
|
9150
9146
|
key: 1,
|
@@ -9171,13 +9167,13 @@ function em(e, n, t, s, o, i) {
|
|
9171
9167
|
type: i.buttonLoginOptions.icon.iconType,
|
9172
9168
|
title: i.buttonLoginOptions.icon.tooltip
|
9173
9169
|
}, null, 8, ["iconClass", "type", "title"])) : c("", !0),
|
9174
|
-
i.buttonLoginOptions.text ? (l(), a("span",
|
9175
|
-
], 10,
|
9170
|
+
i.buttonLoginOptions.text ? (l(), a("span", Zu, g(i.buttonLoginOptions.text), 1)) : c("", !0)
|
9171
|
+
], 10, Ku)) : c("", !0)
|
9176
9172
|
])
|
9177
9173
|
], 512), [
|
9178
9174
|
[ye, !o.sendLogin]
|
9179
9175
|
]),
|
9180
|
-
ue(f("fieldset",
|
9176
|
+
ue(f("fieldset", Yu, [
|
9181
9177
|
f("legend", {
|
9182
9178
|
class: b({ hidden: !t.legendForgotLoginForm.show, "align-left": t.legendForgotLoginForm.align === "left" })
|
9183
9179
|
}, g(t.legendForgotLoginForm.text), 3),
|
@@ -9191,7 +9187,7 @@ function em(e, n, t, s, o, i) {
|
|
9191
9187
|
"onUpdate:modelValue": n[7] || (n[7] = (O) => o.sendLoginMail = O)
|
9192
9188
|
}, i.cmdFormElementSendLoginOptions), null, 16, ["modelValue"]),
|
9193
9189
|
A(e.$slots, "send-login"),
|
9194
|
-
f("div",
|
9190
|
+
f("div", Xu, [
|
9195
9191
|
t.options.backToLoginForm ? (l(), a("a", {
|
9196
9192
|
key: 0,
|
9197
9193
|
href: "#",
|
@@ -9203,7 +9199,7 @@ function em(e, n, t, s, o, i) {
|
|
9203
9199
|
type: t.options.backToLoginForm.icon.iconType,
|
9204
9200
|
title: t.options.backToLoginForm.icon.tooltip
|
9205
9201
|
}, null, 8, ["iconClass", "type", "title"])) : c("", !0),
|
9206
|
-
t.options.backToLoginForm.text ? (l(), a("span",
|
9202
|
+
t.options.backToLoginForm.text ? (l(), a("span", Qu, g(t.options.backToLoginForm.text), 1)) : c("", !0)
|
9207
9203
|
])) : c("", !0),
|
9208
9204
|
i.buttonSendLoginOptions.linkType === "button" ? (l(), a("button", {
|
9209
9205
|
key: 1,
|
@@ -9216,15 +9212,15 @@ function em(e, n, t, s, o, i) {
|
|
9216
9212
|
iconClass: (T = i.buttonSendLoginOptions.icon) == null ? void 0 : T.iconClass,
|
9217
9213
|
title: (B = i.buttonSendLoginOptions.icon) == null ? void 0 : B.tooltip
|
9218
9214
|
}, null, 8, ["iconClass", "title"])) : c("", !0),
|
9219
|
-
i.buttonSendLoginOptions.text ? (l(), a("span",
|
9220
|
-
], 10,
|
9215
|
+
i.buttonSendLoginOptions.text ? (l(), a("span", em, g(i.buttonSendLoginOptions.text), 1)) : c("", !0)
|
9216
|
+
], 10, $u)) : c("", !0)
|
9221
9217
|
])
|
9222
9218
|
], 512), [
|
9223
9219
|
[ye, o.sendLogin]
|
9224
9220
|
])
|
9225
9221
|
], 64);
|
9226
9222
|
}
|
9227
|
-
const
|
9223
|
+
const Py = /* @__PURE__ */ L(zu, [["render", tm]]), nm = {
|
9228
9224
|
name: "CmdMainNavigation",
|
9229
9225
|
data() {
|
9230
9226
|
return {
|
@@ -9356,11 +9352,11 @@ const By = /* @__PURE__ */ L(Uu, [["render", em]]), tm = {
|
|
9356
9352
|
this.$emit("offcanvas", { open: this.showOffcanvas });
|
9357
9353
|
}
|
9358
9354
|
}
|
9359
|
-
},
|
9355
|
+
}, im = {
|
9360
9356
|
key: 0,
|
9361
9357
|
class: "close-nav"
|
9362
|
-
},
|
9363
|
-
function
|
9358
|
+
}, om = ["href", "title", "target", "onClick"], lm = { key: 1 }, sm = { key: 1 }, am = ["aria-expanded"], rm = ["href", "title", "target", "onClick"], dm = { key: 1 }, cm = { key: 1 }, um = ["aria-expanded"], mm = ["href", "title", "target", "onClick"], fm = { key: 1 }, hm = { key: 1 };
|
9359
|
+
function pm(e, n, t, s, o, i) {
|
9364
9360
|
const r = z, d = be("router-link");
|
9365
9361
|
return l(), a("div", {
|
9366
9362
|
class: b([
|
@@ -9378,7 +9374,7 @@ function hm(e, n, t, s, o, i) {
|
|
9378
9374
|
f("ul", {
|
9379
9375
|
class: b({ "stretch-items": t.stretchMainItems })
|
9380
9376
|
}, [
|
9381
|
-
o.showOffcanvas ? (l(), a("li",
|
9377
|
+
o.showOffcanvas ? (l(), a("li", im, [
|
9382
9378
|
f("a", {
|
9383
9379
|
href: "#",
|
9384
9380
|
id: "close-offcanvas",
|
@@ -9415,12 +9411,12 @@ function hm(e, n, t, s, o, i) {
|
|
9415
9411
|
iconClass: u.iconClass,
|
9416
9412
|
type: u.iconType
|
9417
9413
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
9418
|
-
u.text ? (l(), a("span",
|
9414
|
+
u.text ? (l(), a("span", lm, g(u.text), 1)) : c("", !0),
|
9419
9415
|
(p = u == null ? void 0 : u.subentries) != null && p.length ? (l(), a("span", {
|
9420
9416
|
key: 2,
|
9421
9417
|
class: b(["subentry-icon", t.subentriesIconClass])
|
9422
9418
|
}, null, 2)) : c("", !0)
|
9423
|
-
], 40,
|
9419
|
+
], 40, om)) : c("", !0),
|
9424
9420
|
u.type === "router" ? (l(), C(d, {
|
9425
9421
|
key: 1,
|
9426
9422
|
to: i.getRoute(u),
|
@@ -9432,7 +9428,7 @@ function hm(e, n, t, s, o, i) {
|
|
9432
9428
|
iconClass: u.iconClass,
|
9433
9429
|
type: u.iconType
|
9434
9430
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
9435
|
-
u.text ? (l(), a("span",
|
9431
|
+
u.text ? (l(), a("span", sm, g(u.text), 1)) : c("", !0),
|
9436
9432
|
u.subentries && u.subentries.length > 0 ? (l(), a("span", {
|
9437
9433
|
key: 2,
|
9438
9434
|
class: b(["subentry-icon", t.subentriesIconClass])
|
@@ -9464,12 +9460,12 @@ function hm(e, n, t, s, o, i) {
|
|
9464
9460
|
iconClass: y.iconClass,
|
9465
9461
|
type: y.iconType
|
9466
9462
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
9467
|
-
y.text ? (l(), a("span",
|
9463
|
+
y.text ? (l(), a("span", dm, g(y.text), 1)) : c("", !0),
|
9468
9464
|
y.subentries && y.subentries.length > 0 ? (l(), a("span", {
|
9469
9465
|
key: 2,
|
9470
9466
|
class: b(["subentry-icon", t.subentriesIconClass])
|
9471
9467
|
}, null, 2)) : c("", !0)
|
9472
|
-
], 40,
|
9468
|
+
], 40, rm)) : c("", !0),
|
9473
9469
|
y.type === "router" ? (l(), C(d, {
|
9474
9470
|
key: 1,
|
9475
9471
|
to: i.getRoute(y),
|
@@ -9481,7 +9477,7 @@ function hm(e, n, t, s, o, i) {
|
|
9481
9477
|
iconClass: y.iconClass,
|
9482
9478
|
type: y.iconType
|
9483
9479
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
9484
|
-
y.text ? (l(), a("span",
|
9480
|
+
y.text ? (l(), a("span", cm, g(y.text), 1)) : c("", !0),
|
9485
9481
|
y.subentries && y.subentries.length > 0 ? (l(), a("span", {
|
9486
9482
|
key: 2,
|
9487
9483
|
class: b(["subentry-icon", t.subentriesIconClass])
|
@@ -9506,12 +9502,12 @@ function hm(e, n, t, s, o, i) {
|
|
9506
9502
|
iconClass: T.iconClass,
|
9507
9503
|
type: T.iconType
|
9508
9504
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
9509
|
-
T.text ? (l(), a("span",
|
9505
|
+
T.text ? (l(), a("span", fm, g(T.text), 1)) : c("", !0),
|
9510
9506
|
T.subentries && T.subentries.length > 0 ? (l(), a("span", {
|
9511
9507
|
key: 2,
|
9512
9508
|
class: b(["subentry-icon", t.subentriesIconClass])
|
9513
9509
|
}, null, 2)) : c("", !0)
|
9514
|
-
], 8,
|
9510
|
+
], 8, mm)) : c("", !0),
|
9515
9511
|
u.type === "router" ? (l(), C(d, {
|
9516
9512
|
key: 1,
|
9517
9513
|
to: i.getRoute(T),
|
@@ -9523,7 +9519,7 @@ function hm(e, n, t, s, o, i) {
|
|
9523
9519
|
iconClass: T.iconClass,
|
9524
9520
|
type: T.iconType
|
9525
9521
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
9526
|
-
T.text ? (l(), a("span",
|
9522
|
+
T.text ? (l(), a("span", hm, g(T.text), 1)) : c("", !0),
|
9527
9523
|
T.subentries && T.subentries.length > 0 ? (l(), a("span", {
|
9528
9524
|
key: 2,
|
9529
9525
|
class: b(["subentry-icon", t.subentriesIconClass])
|
@@ -9532,10 +9528,10 @@ function hm(e, n, t, s, o, i) {
|
|
9532
9528
|
_: 2
|
9533
9529
|
}, 1032, ["to", "target"])) : c("", !0)
|
9534
9530
|
]))), 128))
|
9535
|
-
], 8,
|
9531
|
+
], 8, um)) : c("", !0)
|
9536
9532
|
], 2);
|
9537
9533
|
}), 128))
|
9538
|
-
], 8,
|
9534
|
+
], 8, am)) : c("", !0)
|
9539
9535
|
], 2);
|
9540
9536
|
}), 128))
|
9541
9537
|
], 2)
|
@@ -9557,7 +9553,7 @@ function hm(e, n, t, s, o, i) {
|
|
9557
9553
|
])) : c("", !0)
|
9558
9554
|
], 2);
|
9559
9555
|
}
|
9560
|
-
const
|
9556
|
+
const gm = /* @__PURE__ */ L(nm, [["render", pm]]), ym = {
|
9561
9557
|
name: "CmdMultistepFormProgressBar",
|
9562
9558
|
data() {
|
9563
9559
|
return {
|
@@ -9601,11 +9597,11 @@ const pm = /* @__PURE__ */ L(tm, [["render", hm]]), gm = {
|
|
9601
9597
|
return Oe(e);
|
9602
9598
|
}
|
9603
9599
|
}
|
9604
|
-
},
|
9600
|
+
}, bm = {
|
9605
9601
|
key: 0,
|
9606
9602
|
class: "number"
|
9607
|
-
},
|
9608
|
-
function
|
9603
|
+
}, Cm = { key: 2 };
|
9604
|
+
function _m(e, n, t, s, o, i) {
|
9609
9605
|
const r = z, d = We;
|
9610
9606
|
return l(), a("ol", {
|
9611
9607
|
class: b(["cmd-multistep-form-progress-bar", { "use-gap": t.useGap }])
|
@@ -9621,13 +9617,13 @@ function Cm(e, n, t, s, o, i) {
|
|
9621
9617
|
onClick: I((m) => i.clickedStep(m, h), ["stop", "prevent"])
|
9622
9618
|
}, {
|
9623
9619
|
default: V(() => [
|
9624
|
-
t.showStepNumber ? (l(), a("span",
|
9620
|
+
t.showStepNumber ? (l(), a("span", bm, g(h + 1), 1)) : c("", !0),
|
9625
9621
|
u.iconClass ? (l(), C(r, {
|
9626
9622
|
key: 1,
|
9627
9623
|
iconClass: u.iconClass,
|
9628
9624
|
type: u.iconType
|
9629
9625
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
9630
|
-
u.text ? (l(), a("span",
|
9626
|
+
u.text ? (l(), a("span", Cm, g(u.text), 1)) : c("", !0),
|
9631
9627
|
f("span", {
|
9632
9628
|
class: b(t.separatorIconClass)
|
9633
9629
|
}, null, 2)
|
@@ -9637,7 +9633,7 @@ function Cm(e, n, t, s, o, i) {
|
|
9637
9633
|
], 2))), 128))
|
9638
9634
|
], 2);
|
9639
9635
|
}
|
9640
|
-
const
|
9636
|
+
const Ay = /* @__PURE__ */ L(ym, [["render", _m]]), wm = {
|
9641
9637
|
name: "CmdNewsletterSubscription",
|
9642
9638
|
emits: ["button-click"],
|
9643
9639
|
data() {
|
@@ -9785,10 +9781,10 @@ const Py = /* @__PURE__ */ L(gm, [["render", Cm]]), _m = {
|
|
9785
9781
|
immediate: !0
|
9786
9782
|
}
|
9787
9783
|
}
|
9788
|
-
},
|
9789
|
-
function
|
9790
|
-
const r =
|
9791
|
-
return l(), a("fieldset",
|
9784
|
+
}, xm = { class: "cmd-newsletter-subscription flex-container" }, km = { class: "button-wrapper" };
|
9785
|
+
function vm(e, n, t, s, o, i) {
|
9786
|
+
const r = Uu, d = ee;
|
9787
|
+
return l(), a("fieldset", xm, [
|
9792
9788
|
f("legend", {
|
9793
9789
|
class: b({ hidden: !t.legend.show, "align-left": t.legend.align === "left" })
|
9794
9790
|
}, g(t.legend.text), 3),
|
@@ -9812,7 +9808,7 @@ function km(e, n, t, s, o, i) {
|
|
9812
9808
|
"onUpdate:modelValue": n[1] || (n[1] = (u) => i.email = u),
|
9813
9809
|
onValidationStatusChange: i.checkValidationStatus
|
9814
9810
|
}, null, 8, ["placeholder", "labelText", "required", "useCustomTooltip", "modelValue", "onValidationStatusChange"]),
|
9815
|
-
f("div",
|
9811
|
+
f("div", km, [
|
9816
9812
|
v(d, {
|
9817
9813
|
element: "button",
|
9818
9814
|
type: t.buttonType,
|
@@ -9823,7 +9819,7 @@ function km(e, n, t, s, o, i) {
|
|
9823
9819
|
])
|
9824
9820
|
]);
|
9825
9821
|
}
|
9826
|
-
const
|
9822
|
+
const Ey = /* @__PURE__ */ L(wm, [["render", vm]]);
|
9827
9823
|
function En(e, n, t, s = !0) {
|
9828
9824
|
function o(i, r) {
|
9829
9825
|
return r && i < 10 ? "0" + i : i;
|
@@ -9836,7 +9832,7 @@ function En(e, n, t, s = !0) {
|
|
9836
9832
|
return o(i, s) + e + o(r, !0) + n;
|
9837
9833
|
};
|
9838
9834
|
}
|
9839
|
-
const
|
9835
|
+
const Tm = {
|
9840
9836
|
name: "CmdOpeningHoursItem",
|
9841
9837
|
mixins: [$],
|
9842
9838
|
data() {
|
@@ -9917,20 +9913,20 @@ const vm = {
|
|
9917
9913
|
deep: !0
|
9918
9914
|
}
|
9919
9915
|
}
|
9920
|
-
},
|
9916
|
+
}, Sm = { class: "cmd-opening-hours-item" }, Om = {
|
9921
9917
|
key: 0,
|
9922
9918
|
class: "am"
|
9923
|
-
},
|
9919
|
+
}, Im = {
|
9924
9920
|
key: 1,
|
9925
9921
|
class: "pm"
|
9926
|
-
},
|
9922
|
+
}, Mm = { class: "flex-container no-flex" }, Lm = { class: "flex-container no-flex am-wrapper" }, Fm = {
|
9927
9923
|
key: 1,
|
9928
9924
|
class: "input-wrapper"
|
9929
|
-
},
|
9925
|
+
}, Bm = ["title"], Pm = { class: "flex-container no-flex pm-wrapper" }, Am = {
|
9930
9926
|
key: 1,
|
9931
9927
|
class: "input-wrapper"
|
9932
|
-
},
|
9933
|
-
function
|
9928
|
+
}, Em = ["title"];
|
9929
|
+
function Vm(e, n, t, s, o, i) {
|
9934
9930
|
const r = ee;
|
9935
9931
|
return e.editing ? (l(), a(_, { key: 1 }, [
|
9936
9932
|
f("dt", null, [
|
@@ -9945,8 +9941,8 @@ function Em(e, n, t, s, o, i) {
|
|
9945
9941
|
"onUpdate:modelValue": n[0] || (n[0] = (d) => o.editableDay.day = d)
|
9946
9942
|
}, null, 8, ["modelValue"])
|
9947
9943
|
]),
|
9948
|
-
f("dd",
|
9949
|
-
f("div",
|
9944
|
+
f("dd", Mm, [
|
9945
|
+
f("div", Lm, [
|
9950
9946
|
o.editableDay.amClosed ? (l(), C(r, {
|
9951
9947
|
key: 0,
|
9952
9948
|
element: "input",
|
@@ -9958,7 +9954,7 @@ function Em(e, n, t, s, o, i) {
|
|
9958
9954
|
modelValue: o.editableDay.amDisplayText,
|
9959
9955
|
"onUpdate:modelValue": n[1] || (n[1] = (d) => o.editableDay.amDisplayText = d)
|
9960
9956
|
}, null, 8, ["modelValue"])) : c("", !0),
|
9961
|
-
o.editableDay.amClosed ? c("", !0) : (l(), a("div",
|
9957
|
+
o.editableDay.amClosed ? c("", !0) : (l(), a("div", Fm, [
|
9962
9958
|
v(r, {
|
9963
9959
|
element: "input",
|
9964
9960
|
type: "time",
|
@@ -9986,9 +9982,9 @@ function Em(e, n, t, s, o, i) {
|
|
9986
9982
|
onClick: n[4] || (n[4] = I((d) => i.toggleClosedStatus("am"), ["prevent"])),
|
9987
9983
|
title: o.editableDay.amClosed ? "Set to open" : "Set to closed",
|
9988
9984
|
class: b(o.editableDay.amClosed ? "icon-clock" : "icon-blocked")
|
9989
|
-
}, null, 10,
|
9985
|
+
}, null, 10, Bm)
|
9990
9986
|
]),
|
9991
|
-
f("div",
|
9987
|
+
f("div", Pm, [
|
9992
9988
|
o.editableDay.pmClosed ? (l(), C(r, {
|
9993
9989
|
key: 0,
|
9994
9990
|
element: "input",
|
@@ -10000,7 +9996,7 @@ function Em(e, n, t, s, o, i) {
|
|
10000
9996
|
modelValue: o.editableDay.pmDisplayText,
|
10001
9997
|
"onUpdate:modelValue": n[5] || (n[5] = (d) => o.editableDay.pmDisplayText = d)
|
10002
9998
|
}, null, 8, ["modelValue"])) : c("", !0),
|
10003
|
-
o.editableDay.pmClosed ? c("", !0) : (l(), a("div",
|
9999
|
+
o.editableDay.pmClosed ? c("", !0) : (l(), a("div", Am, [
|
10004
10000
|
v(r, {
|
10005
10001
|
element: "input",
|
10006
10002
|
type: "time",
|
@@ -10028,20 +10024,20 @@ function Em(e, n, t, s, o, i) {
|
|
10028
10024
|
onClick: n[8] || (n[8] = I((d) => i.toggleClosedStatus("pm"), ["prevent"])),
|
10029
10025
|
title: o.editableDay.pmClosed ? "Set to open" : "Set to closed",
|
10030
10026
|
class: b(o.editableDay.pmClosed ? "icon-clock" : "icon-blocked")
|
10031
|
-
}, null, 10,
|
10027
|
+
}, null, 10, Em)
|
10032
10028
|
])
|
10033
10029
|
])
|
10034
10030
|
], 64)) : (l(), a(_, { key: 0 }, [
|
10035
|
-
f("dt",
|
10031
|
+
f("dt", Sm, g(t.day.day), 1),
|
10036
10032
|
f("dd", null, [
|
10037
|
-
t.day.am ? (l(), a("span",
|
10033
|
+
t.day.am ? (l(), a("span", Om, [
|
10038
10034
|
t.day.am.displayText ? (l(), a(_, { key: 0 }, [
|
10039
10035
|
N(g(t.day.am.displayText), 1)
|
10040
10036
|
], 64)) : (l(), a(_, { key: 1 }, [
|
10041
10037
|
N(g(i.getTime(t.day.am.fromTime, t.abbreviationTextAm)) + " " + g(t.separator) + " " + g(i.getTime(t.day.am.tillTime)), 1)
|
10042
10038
|
], 64))
|
10043
10039
|
])) : c("", !0),
|
10044
|
-
t.day.pm ? (l(), a("span",
|
10040
|
+
t.day.pm ? (l(), a("span", Im, [
|
10045
10041
|
t.day.pm.displayText ? (l(), a(_, { key: 0 }, [
|
10046
10042
|
N(g(t.day.pm.displayText), 1)
|
10047
10043
|
], 64)) : (l(), a(_, { key: 1 }, [
|
@@ -10051,14 +10047,14 @@ function Em(e, n, t, s, o, i) {
|
|
10051
10047
|
])
|
10052
10048
|
], 64));
|
10053
10049
|
}
|
10054
|
-
const
|
10055
|
-
function
|
10050
|
+
const Dm = /* @__PURE__ */ L(Tm, [["render", Vm]]);
|
10051
|
+
function Hm(e, n, t, s = !0) {
|
10056
10052
|
function o(i, r) {
|
10057
10053
|
return r && i < 10 ? "0" + i : i;
|
10058
10054
|
}
|
10059
10055
|
return (i, r) => o(i, s) + e + o(r, !0) + n;
|
10060
10056
|
}
|
10061
|
-
const
|
10057
|
+
const qm = {
|
10062
10058
|
name: "CmdOpeningHours",
|
10063
10059
|
mixins: [$],
|
10064
10060
|
data() {
|
@@ -10278,7 +10274,7 @@ const Hm = {
|
|
10278
10274
|
};
|
10279
10275
|
},
|
10280
10276
|
getTime(e) {
|
10281
|
-
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) :
|
10277
|
+
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : Hm(":", " hrs", "", !1)(e.hours, e.mins);
|
10282
10278
|
},
|
10283
10279
|
updateHandlerProvider() {
|
10284
10280
|
const e = this.editableOpeningHours, n = this.editableTextOpen, t = this.editableTextClosed, s = this.editableTextHolidays, o = this.editableTextMiscInfo;
|
@@ -10291,22 +10287,22 @@ const Hm = {
|
|
10291
10287
|
});
|
10292
10288
|
}
|
10293
10289
|
}
|
10294
|
-
},
|
10290
|
+
}, Rm = { class: "cmd-opening-hours" }, Nm = {
|
10295
10291
|
key: 2,
|
10296
10292
|
class: "flex-container"
|
10297
|
-
},
|
10298
|
-
|
10299
|
-
|
10300
|
-
],
|
10293
|
+
}, jm = { key: 3 }, Um = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), zm = /* @__PURE__ */ f("span", null, "Add new entry", -1), Wm = [
|
10294
|
+
Um,
|
10295
|
+
zm
|
10296
|
+
], Gm = { class: "edit-mode-opening-hours-item" }, Jm = { key: 5 }, Km = { key: 0 }, Zm = { key: 1 }, Ym = {
|
10301
10297
|
key: 6,
|
10302
10298
|
class: "flex-container vertical"
|
10303
10299
|
};
|
10304
|
-
function
|
10300
|
+
function Xm(e, n, t, s, o, i) {
|
10305
10301
|
var p, w;
|
10306
|
-
const r = G, d = We, u = ee, h =
|
10307
|
-
return l(), a("div",
|
10302
|
+
const r = G, d = We, u = ee, h = Dm, m = Se;
|
10303
|
+
return l(), a("div", Rm, [
|
10308
10304
|
(p = t.cmdHeadline) != null && p.headlineText || e.editModeContext ? (l(), C(r, j(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
10309
|
-
e.editing ? (l(), a("div",
|
10305
|
+
e.editing ? (l(), a("div", Nm, [
|
10310
10306
|
v(u, {
|
10311
10307
|
element: "input",
|
10312
10308
|
type: "text",
|
@@ -10347,7 +10343,7 @@ function Ym(e, n, t, s, o, i) {
|
|
10347
10343
|
type: "button",
|
10348
10344
|
class: "button confirm small",
|
10349
10345
|
onClick: n[2] || (n[2] = (...y) => i.onAddItem && i.onAddItem(...y))
|
10350
|
-
},
|
10346
|
+
}, Wm)) : (l(!0), a(_, { key: 1 }, H(i.openingHoursFormatted, (y, k) => (l(), C(m, {
|
10351
10347
|
key: "x" + k,
|
10352
10348
|
class: "edit-items",
|
10353
10349
|
showComponentName: !1,
|
@@ -10358,7 +10354,7 @@ function Ym(e, n, t, s, o, i) {
|
|
10358
10354
|
itemProvider: i.itemProvider
|
10359
10355
|
}, {
|
10360
10356
|
default: V(() => [
|
10361
|
-
f("dl",
|
10357
|
+
f("dl", Gm, [
|
10362
10358
|
v(h, {
|
10363
10359
|
day: y,
|
10364
10360
|
separator: t.separator,
|
@@ -10369,7 +10365,7 @@ function Ym(e, n, t, s, o, i) {
|
|
10369
10365
|
]),
|
10370
10366
|
_: 2
|
10371
10367
|
}, 1032, ["componentProps", "componentPath", "itemProvider"]))), 128))
|
10372
|
-
], 64)) : (l(), a("dl",
|
10368
|
+
], 64)) : (l(), a("dl", jm, [
|
10373
10369
|
(l(!0), a(_, null, H(i.openingHoursFormatted, (y, k) => (l(), C(h, {
|
10374
10370
|
key: k,
|
10375
10371
|
day: y,
|
@@ -10378,13 +10374,13 @@ function Ym(e, n, t, s, o, i) {
|
|
10378
10374
|
abbreviationTextPm: t.abbreviationTextPm
|
10379
10375
|
}, null, 8, ["day", "separator", "abbreviationTextAm", "abbreviationTextPm"]))), 128))
|
10380
10376
|
])),
|
10381
|
-
!e.editing && (t.textHolidays || t.textMiscInfo) ? (l(), a("div",
|
10382
|
-
t.textHolidays ? (l(), a("p",
|
10377
|
+
!e.editing && (t.textHolidays || t.textMiscInfo) ? (l(), a("div", Jm, [
|
10378
|
+
t.textHolidays ? (l(), a("p", Km, [
|
10383
10379
|
f("strong", null, g(t.textHolidays), 1)
|
10384
10380
|
])) : c("", !0),
|
10385
|
-
t.textMiscInfo ? (l(), a("p",
|
10381
|
+
t.textMiscInfo ? (l(), a("p", Zm, g(t.textMiscInfo), 1)) : c("", !0)
|
10386
10382
|
])) : c("", !0),
|
10387
|
-
e.editing ? (l(), a("div",
|
10383
|
+
e.editing ? (l(), a("div", Ym, [
|
10388
10384
|
v(u, {
|
10389
10385
|
element: "input",
|
10390
10386
|
type: "text",
|
@@ -10406,7 +10402,7 @@ function Ym(e, n, t, s, o, i) {
|
|
10406
10402
|
])) : c("", !0)
|
10407
10403
|
]);
|
10408
10404
|
}
|
10409
|
-
const
|
10405
|
+
const Vy = /* @__PURE__ */ L(qm, [["render", Xm]]), Qm = {
|
10410
10406
|
data() {
|
10411
10407
|
return {
|
10412
10408
|
defaultMessageProperties: {
|
@@ -10415,11 +10411,11 @@ const Ey = /* @__PURE__ */ L(Hm, [["render", Ym]]), Xm = {
|
|
10415
10411
|
}
|
10416
10412
|
};
|
10417
10413
|
}
|
10418
|
-
},
|
10414
|
+
}, $m = {
|
10419
10415
|
name: "CmdPagination",
|
10420
10416
|
mixins: [
|
10421
10417
|
oe,
|
10422
|
-
|
10418
|
+
Qm
|
10423
10419
|
],
|
10424
10420
|
emits: ["click"],
|
10425
10421
|
data() {
|
@@ -10517,10 +10513,10 @@ const Ey = /* @__PURE__ */ L(Hm, [["render", Ym]]), Xm = {
|
|
10517
10513
|
this.currentPage > 1 && this.showPage(this.currentPage - 1);
|
10518
10514
|
}
|
10519
10515
|
}
|
10520
|
-
},
|
10521
|
-
function
|
10516
|
+
}, ef = { class: "cmd-pagination" }, tf = ["href", "title"], nf = { key: 0 }, of = { class: "page-index" }, lf = { class: "flex-container" }, sf = ["href", "title", "onClick"], af = ["href", "title"], rf = { key: 0 };
|
10517
|
+
function df(e, n, t, s, o, i) {
|
10522
10518
|
const r = z;
|
10523
|
-
return l(), a("div",
|
10519
|
+
return l(), a("div", ef, [
|
10524
10520
|
f("a", {
|
10525
10521
|
href: i.getPreviousHref,
|
10526
10522
|
class: b(["page-change", { disabled: o.currentPage === 1, button: t.linkType === "button" }]),
|
@@ -10531,10 +10527,10 @@ function rf(e, n, t, s, o, i) {
|
|
10531
10527
|
iconClass: t.prevLink.iconClass,
|
10532
10528
|
type: t.prevLink.iconType
|
10533
10529
|
}, null, 8, ["iconClass", "type"]),
|
10534
|
-
t.prevLink.showText ? (l(), a("span",
|
10535
|
-
], 10,
|
10536
|
-
f("div",
|
10537
|
-
f("div",
|
10530
|
+
t.prevLink.showText ? (l(), a("span", nf, g(t.prevLink.text), 1)) : c("", !0)
|
10531
|
+
], 10, tf),
|
10532
|
+
f("div", of, [
|
10533
|
+
f("div", lf, [
|
10538
10534
|
(l(!0), a(_, null, H(t.pages, (d, u) => (l(), a("a", {
|
10539
10535
|
href: i.getHref(d),
|
10540
10536
|
class: b({ disabled: o.currentPage === u + 1, button: t.linkType === "button", hidden: !t.showPageNumbers }),
|
@@ -10544,7 +10540,7 @@ function rf(e, n, t, s, o, i) {
|
|
10544
10540
|
"aria-live": "polite"
|
10545
10541
|
}, [
|
10546
10542
|
f("span", null, g(u + 1), 1)
|
10547
|
-
], 10,
|
10543
|
+
], 10, sf))), 128))
|
10548
10544
|
])
|
10549
10545
|
]),
|
10550
10546
|
f("a", {
|
@@ -10553,15 +10549,15 @@ function rf(e, n, t, s, o, i) {
|
|
10553
10549
|
onClick: n[1] || (n[1] = I((...d) => i.nextPage && i.nextPage(...d), ["prevent"])),
|
10554
10550
|
title: t.nextLink.showText ? null : t.nextLink.text
|
10555
10551
|
}, [
|
10556
|
-
t.nextLink.showText ? (l(), a("span",
|
10552
|
+
t.nextLink.showText ? (l(), a("span", rf, g(t.nextLink.text), 1)) : c("", !0),
|
10557
10553
|
v(r, {
|
10558
10554
|
iconClass: t.nextLink.iconClass,
|
10559
10555
|
type: t.nextLink.iconType
|
10560
10556
|
}, null, 8, ["iconClass", "type"])
|
10561
|
-
], 10,
|
10557
|
+
], 10, af)
|
10562
10558
|
]);
|
10563
10559
|
}
|
10564
|
-
const
|
10560
|
+
const Dy = /* @__PURE__ */ L($m, [["render", df]]), cf = {
|
10565
10561
|
name: "CmdSocialNetworksItem",
|
10566
10562
|
data() {
|
10567
10563
|
return {
|
@@ -10660,10 +10656,10 @@ const Vy = /* @__PURE__ */ L(Qm, [["render", rf]]), df = {
|
|
10660
10656
|
});
|
10661
10657
|
}
|
10662
10658
|
}
|
10663
|
-
},
|
10664
|
-
function
|
10659
|
+
}, uf = { class: "cmd-social-networks-item" }, mf = ["id", "href", "title"], ff = { key: 1 };
|
10660
|
+
function hf(e, n, t, s, o, i) {
|
10665
10661
|
const r = z;
|
10666
|
-
return l(), a("li",
|
10662
|
+
return l(), a("li", uf, [
|
10667
10663
|
(l(), a("a", {
|
10668
10664
|
key: t.network.path,
|
10669
10665
|
class: b(["button", { disabled: t.userMustAcceptDataPrivacy && !t.dataPrivacyAccepted }, "text-align-" + t.buttonTextAlign]),
|
@@ -10678,11 +10674,11 @@ function ff(e, n, t, s, o, i) {
|
|
10678
10674
|
iconClass: t.network.iconClass,
|
10679
10675
|
type: t.network.iconType
|
10680
10676
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
10681
|
-
t.network.linkText ? (l(), a("span",
|
10682
|
-
], 10,
|
10677
|
+
t.network.linkText ? (l(), a("span", ff, g(t.network.linkText), 1)) : c("", !0)
|
10678
|
+
], 10, mf))
|
10683
10679
|
]);
|
10684
10680
|
}
|
10685
|
-
const
|
10681
|
+
const pf = /* @__PURE__ */ L(cf, [["render", hf]]), gf = {
|
10686
10682
|
name: "CmdSocialNetworks",
|
10687
10683
|
mixins: [$],
|
10688
10684
|
data() {
|
@@ -10842,12 +10838,12 @@ const hf = /* @__PURE__ */ L(df, [["render", ff]]), pf = {
|
|
10842
10838
|
};
|
10843
10839
|
}
|
10844
10840
|
}
|
10845
|
-
},
|
10846
|
-
|
10841
|
+
}, yf = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), bf = [
|
10842
|
+
yf
|
10847
10843
|
];
|
10848
|
-
function
|
10844
|
+
function Cf(e, n, t, s, o, i) {
|
10849
10845
|
var m, p;
|
10850
|
-
const r = G, d = ee, u =
|
10846
|
+
const r = G, d = ee, u = pf, h = Se;
|
10851
10847
|
return l(), a("div", {
|
10852
10848
|
class: b(["cmd-social-networks", { stretch: t.stretchButtons }, i.alignment])
|
10853
10849
|
}, [
|
@@ -10898,10 +10894,10 @@ function bf(e, n, t, s, o, i) {
|
|
10898
10894
|
class: "button small",
|
10899
10895
|
title: "Add new item",
|
10900
10896
|
onClick: n[1] || (n[1] = (...w) => i.onAddItem && i.onAddItem(...w))
|
10901
|
-
},
|
10897
|
+
}, bf))
|
10902
10898
|
], 2);
|
10903
10899
|
}
|
10904
|
-
const
|
10900
|
+
const _f = /* @__PURE__ */ L(gf, [["render", Cf]]), wf = {
|
10905
10901
|
name: "CmdPageFooter",
|
10906
10902
|
props: {
|
10907
10903
|
/**
|
@@ -10979,10 +10975,10 @@ const Cf = /* @__PURE__ */ L(pf, [["render", bf]]), _f = {
|
|
10979
10975
|
});
|
10980
10976
|
}
|
10981
10977
|
}
|
10982
|
-
},
|
10983
|
-
function
|
10978
|
+
}, xf = { class: "button-wrapper" }, kf = ["title"], vf = { key: 1 };
|
10979
|
+
function Tf(e, n, t, s, o, i) {
|
10984
10980
|
var d, u, h, m;
|
10985
|
-
const r =
|
10981
|
+
const r = _f;
|
10986
10982
|
return l(), a("footer", {
|
10987
10983
|
class: b(["cmd-page-footer flex-container", { "small-buttons": t.useSmallButtons }])
|
10988
10984
|
}, [
|
@@ -10992,7 +10988,7 @@ function vf(e, n, t, s, o, i) {
|
|
10992
10988
|
]),
|
10993
10989
|
_: 3
|
10994
10990
|
}, 16)) : c("", !0),
|
10995
|
-
f("div",
|
10991
|
+
f("div", xf, [
|
10996
10992
|
A(e.$slots, "default"),
|
10997
10993
|
(d = i.buttonPrintViewOptions) != null && d.show ? (l(), a("button", {
|
10998
10994
|
key: 0,
|
@@ -11004,12 +11000,12 @@ function vf(e, n, t, s, o, i) {
|
|
11004
11000
|
key: 0,
|
11005
11001
|
class: b((m = i.buttonPrintViewOptions.icon) == null ? void 0 : m.iconClass)
|
11006
11002
|
}, null, 2)) : c("", !0),
|
11007
|
-
i.buttonPrintViewOptions.text ? (l(), a("span",
|
11008
|
-
], 10,
|
11003
|
+
i.buttonPrintViewOptions.text ? (l(), a("span", vf, g(i.buttonPrintViewOptions.text), 1)) : c("", !0)
|
11004
|
+
], 10, kf)) : c("", !0)
|
11009
11005
|
])
|
11010
11006
|
], 2);
|
11011
11007
|
}
|
11012
|
-
const
|
11008
|
+
const Hy = /* @__PURE__ */ L(wf, [["render", Tf]]), Sf = {
|
11013
11009
|
name: "CmdPageHeader",
|
11014
11010
|
props: {
|
11015
11011
|
/**
|
@@ -11027,24 +11023,24 @@ const Dy = /* @__PURE__ */ L(_f, [["render", vf]]), Tf = {
|
|
11027
11023
|
required: !1
|
11028
11024
|
}
|
11029
11025
|
}
|
11030
|
-
},
|
11026
|
+
}, Of = {
|
11031
11027
|
key: 0,
|
11032
11028
|
class: "cmd-page-header flex-container"
|
11033
|
-
},
|
11029
|
+
}, If = {
|
11034
11030
|
key: 0,
|
11035
11031
|
class: "headline-wrapper flex-container vertical"
|
11036
11032
|
};
|
11037
|
-
function
|
11033
|
+
function Mf(e, n, t, s, o, i) {
|
11038
11034
|
const r = lc, d = G;
|
11039
|
-
return t.cmdBreadcrumbs || t.cmdHeadline || e.$slots.default ? (l(), a("header",
|
11040
|
-
t.cmdBreadcrumbs || t.cmdHeadline ? (l(), a("div",
|
11035
|
+
return t.cmdBreadcrumbs || t.cmdHeadline || e.$slots.default ? (l(), a("header", Of, [
|
11036
|
+
t.cmdBreadcrumbs || t.cmdHeadline ? (l(), a("div", If, [
|
11041
11037
|
t.cmdBreadcrumbs ? (l(), C(r, j(M({ key: 0 }, t.cmdBreadcrumbs)), null, 16)) : c("", !0),
|
11042
11038
|
t.cmdHeadline.headlineText ? (l(), C(d, j(M({ key: 1 }, t.cmdHeadline)), null, 16)) : c("", !0)
|
11043
11039
|
])) : c("", !0),
|
11044
11040
|
e.$slots.default ? A(e.$slots, "default", { key: 1 }) : c("", !0)
|
11045
11041
|
])) : c("", !0);
|
11046
11042
|
}
|
11047
|
-
const
|
11043
|
+
const qy = /* @__PURE__ */ L(Sf, [["render", Mf]]), Lf = {
|
11048
11044
|
name: "CmdProgressBar",
|
11049
11045
|
inheritAttrs: !1,
|
11050
11046
|
data() {
|
@@ -11086,8 +11082,8 @@ const Hy = /* @__PURE__ */ L(Tf, [["render", If]]), Mf = {
|
|
11086
11082
|
required: !0
|
11087
11083
|
}
|
11088
11084
|
}
|
11089
|
-
},
|
11090
|
-
function
|
11085
|
+
}, Ff = ["for"], Bf = { class: "progressbar" }, Pf = { key: 0 }, Af = ["id", "value"];
|
11086
|
+
function Ef(e, n, t, s, o, i) {
|
11091
11087
|
return l(), a("label", {
|
11092
11088
|
class: "cmd-progressbar",
|
11093
11089
|
for: t.id
|
@@ -11095,16 +11091,16 @@ function Af(e, n, t, s, o, i) {
|
|
11095
11091
|
f("span", {
|
11096
11092
|
class: b(["label-text", { hidden: !t.showLabel }])
|
11097
11093
|
}, g(t.labelText), 3),
|
11098
|
-
f("span",
|
11099
|
-
t.showLoadingStatus ? (l(), a("span",
|
11094
|
+
f("span", Bf, [
|
11095
|
+
t.showLoadingStatus ? (l(), a("span", Pf, g(o.loadingStatus) + " %", 1)) : c("", !0),
|
11100
11096
|
f("progress", M(e.$attrs, {
|
11101
11097
|
id: t.id,
|
11102
11098
|
value: o.loadingStatus
|
11103
|
-
}), null, 16,
|
11099
|
+
}), null, 16, Af)
|
11104
11100
|
])
|
11105
|
-
], 8,
|
11101
|
+
], 8, Ff);
|
11106
11102
|
}
|
11107
|
-
const
|
11103
|
+
const Ry = /* @__PURE__ */ L(Lf, [["render", Ef]]), Vf = {
|
11108
11104
|
name: "CmdSidebar",
|
11109
11105
|
data() {
|
11110
11106
|
return {
|
@@ -11171,27 +11167,27 @@ const qy = /* @__PURE__ */ L(Mf, [["render", Af]]), Ef = {
|
|
11171
11167
|
immediate: !0
|
11172
11168
|
}
|
11173
11169
|
}
|
11174
|
-
},
|
11170
|
+
}, Df = { class: "inner-sidebar-wrapper" }, Hf = {
|
11175
11171
|
key: 1,
|
11176
11172
|
class: "open-slot-wrapper"
|
11177
|
-
},
|
11173
|
+
}, qf = {
|
11178
11174
|
key: 2,
|
11179
11175
|
class: "closed-slot-wrapper"
|
11180
|
-
},
|
11181
|
-
function
|
11176
|
+
}, Rf = ["title"];
|
11177
|
+
function Nf(e, n, t, s, o, i) {
|
11182
11178
|
var d;
|
11183
11179
|
const r = G;
|
11184
11180
|
return l(), a("aside", {
|
11185
11181
|
class: b(["cmd-sidebar", i.wrapperClass, { box: t.styledAsBox, "collapse-to-right": !t.collapseToLeft }])
|
11186
11182
|
}, [
|
11187
|
-
f("div",
|
11183
|
+
f("div", Df, [
|
11188
11184
|
(d = t.cmdHeadline) != null && d.headlineText && o.open ? (l(), C(r, M({ key: 0 }, t.cmdHeadline, {
|
11189
11185
|
headlineLevel: t.cmdHeadline.headlineLevel || 3,
|
11190
11186
|
class: "sidebar-main-headline"
|
11191
11187
|
}), null, 16, ["headlineLevel"])) : c("", !0),
|
11192
|
-
o.open ? (l(), a("div",
|
11188
|
+
o.open ? (l(), a("div", Hf, [
|
11193
11189
|
A(e.$slots, "open", { openBoxStatus: o.open })
|
11194
|
-
])) : (l(), a("div",
|
11190
|
+
])) : (l(), a("div", qf, [
|
11195
11191
|
A(e.$slots, "closed", { openBoxStatus: o.open })
|
11196
11192
|
]))
|
11197
11193
|
]),
|
@@ -11204,10 +11200,10 @@ function Rf(e, n, t, s, o, i) {
|
|
11204
11200
|
f("span", {
|
11205
11201
|
class: b(i.iconClassOpenCollapse)
|
11206
11202
|
}, null, 2)
|
11207
|
-
], 8,
|
11203
|
+
], 8, Rf)) : c("", !0)
|
11208
11204
|
], 2);
|
11209
11205
|
}
|
11210
|
-
const
|
11206
|
+
const Ny = /* @__PURE__ */ L(Vf, [["render", Nf]]), jf = {
|
11211
11207
|
name: "CmdSiteFooter",
|
11212
11208
|
props: {
|
11213
11209
|
/**
|
@@ -11223,9 +11219,9 @@ const Ry = /* @__PURE__ */ L(Ef, [["render", Rf]]), Nf = {
|
|
11223
11219
|
}
|
11224
11220
|
}
|
11225
11221
|
}
|
11226
|
-
},
|
11227
|
-
function
|
11228
|
-
return l(), a("div",
|
11222
|
+
}, Uf = { class: "cmd-site-footer site-footer" };
|
11223
|
+
function zf(e, n, t, s, o, i) {
|
11224
|
+
return l(), a("div", Uf, [
|
11229
11225
|
f("footer", {
|
11230
11226
|
class: b(["flex-container", { vertical: t.orientation === "vertical" }])
|
11231
11227
|
}, [
|
@@ -11233,7 +11229,7 @@ function Uf(e, n, t, s, o, i) {
|
|
11233
11229
|
], 2)
|
11234
11230
|
]);
|
11235
11231
|
}
|
11236
|
-
const
|
11232
|
+
const jy = /* @__PURE__ */ L(jf, [["render", zf]]), Wf = {
|
11237
11233
|
name: "CmdSiteHeader",
|
11238
11234
|
emits: ["offcanvas"],
|
11239
11235
|
data() {
|
@@ -11330,13 +11326,13 @@ const Ny = /* @__PURE__ */ L(Nf, [["render", Uf]]), zf = {
|
|
11330
11326
|
e.style.height = this.defaultLogoHeight;
|
11331
11327
|
}
|
11332
11328
|
}
|
11333
|
-
},
|
11329
|
+
}, Gf = {
|
11334
11330
|
key: 0,
|
11335
11331
|
class: "top-header"
|
11336
11332
|
};
|
11337
|
-
function
|
11333
|
+
function Jf(e, n, t, s, o, i) {
|
11338
11334
|
var u, h, m, p, w, y, k, S, T;
|
11339
|
-
const r = cc, d =
|
11335
|
+
const r = cc, d = gm;
|
11340
11336
|
return l(), a("div", {
|
11341
11337
|
ref: "site-header",
|
11342
11338
|
class: b([
|
@@ -11349,7 +11345,7 @@ function Gf(e, n, t, s, o, i) {
|
|
11349
11345
|
]),
|
11350
11346
|
role: "banner"
|
11351
11347
|
}, [
|
11352
|
-
e.$slots.topheader ? (l(), a("div",
|
11348
|
+
e.$slots.topheader ? (l(), a("div", Gf, [
|
11353
11349
|
A(e.$slots, "topheader")
|
11354
11350
|
])) : c("", !0),
|
11355
11351
|
f("header", {
|
@@ -11377,7 +11373,7 @@ function Gf(e, n, t, s, o, i) {
|
|
11377
11373
|
}), null, 16, ["closeOffcanvas", "onOffcanvas"])) : c("", !0)
|
11378
11374
|
], 2);
|
11379
11375
|
}
|
11380
|
-
const
|
11376
|
+
const Uy = /* @__PURE__ */ L(Wf, [["render", Jf]]), Kf = {
|
11381
11377
|
data() {
|
11382
11378
|
return {
|
11383
11379
|
defaultMessageProperties: {
|
@@ -11390,7 +11386,7 @@ const jy = /* @__PURE__ */ L(zf, [["render", Gf]]), Jf = {
|
|
11390
11386
|
}
|
11391
11387
|
};
|
11392
11388
|
}
|
11393
|
-
},
|
11389
|
+
}, Zf = {
|
11394
11390
|
emits: [
|
11395
11391
|
"search",
|
11396
11392
|
"update:modelValueInput1",
|
@@ -11399,7 +11395,7 @@ const jy = /* @__PURE__ */ L(zf, [["render", Gf]]), Jf = {
|
|
11399
11395
|
"update:modelValueSearchFilters"
|
11400
11396
|
],
|
11401
11397
|
name: "CmdBoxSiteSearch",
|
11402
|
-
mixins: [oe,
|
11398
|
+
mixins: [oe, Kf],
|
11403
11399
|
data() {
|
11404
11400
|
return {
|
11405
11401
|
showFilters: !1
|
@@ -11651,22 +11647,22 @@ const jy = /* @__PURE__ */ L(zf, [["render", Gf]]), Jf = {
|
|
11651
11647
|
deep: !0
|
11652
11648
|
}
|
11653
11649
|
}
|
11654
|
-
},
|
11650
|
+
}, Yf = { class: "cmd-box-site-search flex-container" }, Xf = { class: "flex-container align-bottom" }, Qf = { class: "input-wrapper align-bottom" }, $f = { key: 0 }, eh = { key: 1 }, th = {
|
11655
11651
|
key: 0,
|
11656
11652
|
class: "flex-container no-flex",
|
11657
11653
|
role: "listbox",
|
11658
11654
|
"aria-expanded": "true"
|
11659
11655
|
};
|
11660
|
-
function
|
11656
|
+
function nh(e, n, t, s, o, i) {
|
11661
11657
|
var p, w, y, k, S, T, B, O;
|
11662
|
-
const r = G, d = ee, u = z, h =
|
11658
|
+
const r = G, d = ee, u = z, h = su, m = fu;
|
11663
11659
|
return l(), a(_, null, [
|
11664
|
-
f("fieldset",
|
11660
|
+
f("fieldset", Yf, [
|
11665
11661
|
f("legend", {
|
11666
11662
|
class: b({ hidden: !t.legend.show, "align-left": t.legend.align === "left" })
|
11667
11663
|
}, g(t.legend.text), 3),
|
11668
11664
|
t.cmdHeadline ? (l(), C(r, j(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
11669
|
-
f("div",
|
11665
|
+
f("div", Xf, [
|
11670
11666
|
v(d, {
|
11671
11667
|
element: "input",
|
11672
11668
|
type: t.cmdFormElementInput1.type,
|
@@ -11678,7 +11674,7 @@ function th(e, n, t, s, o, i) {
|
|
11678
11674
|
modelValue: i.searchValue1,
|
11679
11675
|
"onUpdate:modelValue": n[0] || (n[0] = (P) => i.searchValue1 = P)
|
11680
11676
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
|
11681
|
-
f("div",
|
11677
|
+
f("div", Qf, [
|
11682
11678
|
t.cmdFormElementInput2.show ? (l(), C(d, {
|
11683
11679
|
key: 0,
|
11684
11680
|
element: "input",
|
@@ -11717,13 +11713,13 @@ function th(e, n, t, s, o, i) {
|
|
11717
11713
|
iconClass: o.showFilters ? (w = (p = t.cmdIcon) == null ? void 0 : p.showFilters) == null ? void 0 : w.iconClass : (k = (y = t.cmdIcon) == null ? void 0 : y.hideFilters) == null ? void 0 : k.iconClass,
|
11718
11714
|
type: o.showFilters ? (T = (S = t.cmdIcon) == null ? void 0 : S.showFilters) == null ? void 0 : T.iconType : (O = (B = t.cmdIcon) == null ? void 0 : B.hideFilters) == null ? void 0 : O.iconType
|
11719
11715
|
}, null, 8, ["iconClass", "type"]),
|
11720
|
-
o.showFilters ? (l(), a("span",
|
11716
|
+
o.showFilters ? (l(), a("span", $f, g(e.getMessage("cmdsitesearch.hide_filter_options")), 1)) : (l(), a("span", eh, g(e.getMessage("cmdsitesearch.show_filter_options")), 1))
|
11721
11717
|
]),
|
11722
11718
|
v(ke, { name: "fade" }, {
|
11723
11719
|
default: V(() => {
|
11724
11720
|
var P, D, U, F, q;
|
11725
11721
|
return [
|
11726
|
-
o.showFilters && ((P = t.cmdFakeSelect) != null && P.selectData.length) ? (l(), a("div",
|
11722
|
+
o.showFilters && ((P = t.cmdFakeSelect) != null && P.selectData.length) ? (l(), a("div", th, [
|
11727
11723
|
v(h, {
|
11728
11724
|
role: "option",
|
11729
11725
|
selectData: (D = t.cmdFakeSelect) == null ? void 0 : D.selectData,
|
@@ -11748,7 +11744,7 @@ function th(e, n, t, s, o, i) {
|
|
11748
11744
|
}, null, 8, ["modelValue", "selectedOptionsName"])) : c("", !0)
|
11749
11745
|
], 64);
|
11750
11746
|
}
|
11751
|
-
const
|
11747
|
+
const zy = /* @__PURE__ */ L(Zf, [["render", nh]]), ih = {
|
11752
11748
|
name: "CmdSlideshow",
|
11753
11749
|
mixins: [$],
|
11754
11750
|
data() {
|
@@ -11931,14 +11927,14 @@ const Uy = /* @__PURE__ */ L(Kf, [["render", th]]), nh = {
|
|
11931
11927
|
});
|
11932
11928
|
}
|
11933
11929
|
}
|
11934
|
-
},
|
11935
|
-
|
11936
|
-
|
11937
|
-
],
|
11930
|
+
}, oh = ["href", "title"], lh = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), sh = /* @__PURE__ */ f("span", null, "Add new slideshow-image", -1), ah = [
|
11931
|
+
lh,
|
11932
|
+
sh
|
11933
|
+
], rh = { key: 2 }, dh = ["onClick", "aria-label", "title"], ch = {
|
11938
11934
|
key: 3,
|
11939
11935
|
class: "item-counter"
|
11940
11936
|
};
|
11941
|
-
function
|
11937
|
+
function uh(e, n, t, s, o, i) {
|
11942
11938
|
const r = dt, d = _e;
|
11943
11939
|
return l(), a("div", {
|
11944
11940
|
class: b(["cmd-slideshow", { "full-width": o.fullWidth }])
|
@@ -11982,7 +11978,7 @@ function ch(e, n, t, s, o, i) {
|
|
11982
11978
|
image: (k = i.currentItem) == null ? void 0 : k.image,
|
11983
11979
|
figcaption: (S = i.currentItem) == null ? void 0 : S.figcaption
|
11984
11980
|
}, null, 8, ["image", "figcaption"])
|
11985
|
-
], 8,
|
11981
|
+
], 8, oh)) : (l(), C(d, {
|
11986
11982
|
key: 1,
|
11987
11983
|
image: (T = i.currentItem) == null ? void 0 : T.image,
|
11988
11984
|
figcaption: (B = i.currentItem) == null ? void 0 : B.figcaption
|
@@ -11994,7 +11990,7 @@ function ch(e, n, t, s, o, i) {
|
|
11994
11990
|
type: "button",
|
11995
11991
|
class: "button confirm",
|
11996
11992
|
onClick: n[0] || (n[0] = (...D) => i.onAddItem && i.onAddItem(...D))
|
11997
|
-
},
|
11993
|
+
}, ah)) : c("", !0)
|
11998
11994
|
];
|
11999
11995
|
}),
|
12000
11996
|
_: 3
|
@@ -12004,7 +12000,7 @@ function ch(e, n, t, s, o, i) {
|
|
12004
12000
|
onClick: I(i.showNextItem, ["prevent"]),
|
12005
12001
|
class: { disabled: o.slideshowItemEditing }
|
12006
12002
|
}, i.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : c("", !0),
|
12007
|
-
t.showQuickLinkIcons ? (l(), a("ol",
|
12003
|
+
t.showQuickLinkIcons ? (l(), a("ol", rh, [
|
12008
12004
|
(l(!0), a(_, null, H(t.slideshowItems, (u, h) => (l(), a("li", {
|
12009
12005
|
key: h,
|
12010
12006
|
class: b({ active: h === o.index })
|
@@ -12015,24 +12011,24 @@ function ch(e, n, t, s, o, i) {
|
|
12015
12011
|
onClick: I((m) => i.showItem(h), ["prevent"]),
|
12016
12012
|
"aria-label": o.index,
|
12017
12013
|
title: o.slideshowItemEditing ? "Not allowed while editing!" : "Switch to image #" + (h + 1)
|
12018
|
-
}, null, 10,
|
12014
|
+
}, null, 10, dh)
|
12019
12015
|
], 2))), 128))
|
12020
12016
|
])) : c("", !0),
|
12021
|
-
t.showCounter ? (l(), a("span",
|
12017
|
+
t.showCounter ? (l(), a("span", ch, g(o.index + 1) + "/" + g(t.slideshowItems.length), 1)) : c("", !0)
|
12022
12018
|
], 32)
|
12023
12019
|
], 2);
|
12024
12020
|
}
|
12025
|
-
const
|
12021
|
+
const Wy = /* @__PURE__ */ L(ih, [["render", uh]]), mh = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='850.394px'%20height='566.929px'%20viewBox='0%200%20850.394%20566.929'%20enable-background='new%200%200%20850.394%20566.929'%20xml:space='preserve'%3e%3cg%20id='it'%3e%3cg%3e%3crect%20fill='%23078E46'%20width='283.465'%20height='566.929'/%3e%3crect%20x='283.465'%20fill='%23FBFDFF'%20width='283.465'%20height='566.929'/%3e%3crect%20x='566.93'%20fill='%23D3242C'%20width='283.465'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='de'%3e%3cg%3e%3cdesc%3eFlag%20of%20Germany%3c/desc%3e%3crect%20id='black_stripe'%20x='0.901'%20fill='%23010202'%20width='849.492'%20height='566.929'/%3e%3crect%20id='red_stripe'%20x='0.901'%20y='188.977'%20fill='%23DD0B15'%20width='849.492'%20height='377.953'/%3e%3crect%20id='gold_stripe'%20x='0.901'%20y='377.953'%20fill='%23FFCE05'%20width='849.492'%20height='188.976'/%3e%3c/g%3e%3c/g%3e%3cg%20id='fr'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20x='0.901'%20fill='%23CF1327'%20width='849.492'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%23FFFFFF'%20width='566.328'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%231D2C4E'%20width='283.164'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='ru'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20fill='%23FFFFFF'%20width='850.395'%20height='283.465'/%3e%3crect%20y='283.465'%20fill='%23D52D1E'%20width='850.395'%20height='283.464'/%3e%3crect%20y='188.977'%20fill='%231E4295'%20width='850.395'%20height='188.977'/%3e%3c/g%3e%3c/g%3e%3cg%20id='cn'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20x='0.901'%20fill='%23DF2B14'%20width='849.493'%20height='566.929'/%3e%3cg%20transform='translate(5,5)%20scale(3)'%3e%3cpath%20id='s'%20fill='%23FFDE08'%20d='M142.483,56.693l49.932,153.838L61.692,115.454h161.583L92.551,210.531L142.483,56.693z'/%3e%3c/g%3e%3cg%20transform='translate(10,2)%20rotate(23.036243)'%3e%3cpath%20id='s_1_'%20fill='%23FFDE08'%20d='M295.146,30.607l-4.728,53.71l-27.711-46.234l49.566,21.099l-52.488,12.096L295.146,30.607z'/%3e%3c/g%3e%3cg%20transform='translate(12,4)%20rotate(45.869898)'%3e%3cpath%20id='s_2_'%20fill='%23FFDE08'%20d='M361.022,93.648l-25.178,47.665l-7.617-53.376l37.503,38.701l-53.064-9.243L361.022,93.648z'/%3e%3c/g%3e%3cg%20transform='translate(12,7)%20rotate(69.945396)'%3e%3cpath%20id='s_3_'%20fill='%23FFDE08'%20d='M367.298,188.705l-42.412,33.236l14.797-51.844l18.47,50.649l-44.682-30.108L367.298,188.705z'%20/%3e%3c/g%3e%3cg%20transform='translate(10,9)%20rotate(20.659808)'%3e%3cpath%20id='s_4_'%20fill='%23FFDE08'%20d='M294.056,228.595l-2.5,53.86l-29.603-45.045l50.397,19.024l-51.942,14.264L294.056,228.595z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20id='uk'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20y='0.002'%20fill='%23FFFFFF'%20width='850.16'%20height='566.865'/%3e%3cpolygon%20fill='%23CF172C'%20points='382.569,0%20382.569,226.625%200,226.625%200,339.948%20382.569,339.948%20382.569,566.863%20467.592,566.863%20467.592,339.948%20850.16,339.948%20850.16,226.625%20467.592,226.625%20467.592,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,0%20495.946,183.497%20771.202,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,566.863%20771.202,566.863%20495.946,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,566.863%20354.214,566.863%20354.214,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,0%20354.214,183.497%20354.214,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0.003,188.95%20204.392,188.95%200.003,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,188.95%20850.16,188.95%20850.16,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,377.913%20850.16,514.171%20850.16,377.913%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0,377.913%200,514.171%20204.392,377.913%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='802.938,0%20520.004,188.95%20567.223,188.95%20850.605,0%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='330.156,377.909%20282.937,377.909%200,566.852%2047.219,566.852%20330.602,377.909%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='0,0%200,31.692%20236.091,189.098%20283.311,189.098%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='566.696,377.832%20850.008,566.929%20850.01,535.239%20613.92,377.832%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e", fh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
12026
12022
|
__proto__: null,
|
12027
|
-
default:
|
12028
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
12023
|
+
default: mh
|
12024
|
+
}, Symbol.toStringTag, { value: "Module" })), hh = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='850.394px'%20height='566.929px'%20viewBox='0%200%20850.394%20566.929'%20enable-background='new%200%200%20850.394%20566.929'%20xml:space='preserve'%3e%3cg%20id='it'%3e%3cg%3e%3crect%20fill='%23078E46'%20width='283.465'%20height='566.929'/%3e%3crect%20x='283.465'%20fill='%23FBFDFF'%20width='283.465'%20height='566.929'/%3e%3crect%20x='566.93'%20fill='%23D3242C'%20width='283.465'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='de'%3e%3cg%3e%3cdesc%3eFlag%20of%20Germany%3c/desc%3e%3crect%20id='black_stripe'%20x='0.901'%20fill='%23010202'%20width='849.492'%20height='566.929'/%3e%3crect%20id='red_stripe'%20x='0.901'%20y='188.977'%20fill='%23DD0B15'%20width='849.492'%20height='377.953'/%3e%3crect%20id='gold_stripe'%20x='0.901'%20y='377.953'%20fill='%23FFCE05'%20width='849.492'%20height='188.976'/%3e%3c/g%3e%3c/g%3e%3cg%20id='fr'%3e%3cg%3e%3crect%20x='0.901'%20fill='%23CF1327'%20width='849.492'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%23FFFFFF'%20width='566.328'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%231D2C4E'%20width='283.164'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='ru'%3e%3cg%3e%3crect%20fill='%23FFFFFF'%20width='850.395'%20height='283.465'/%3e%3crect%20y='283.465'%20fill='%23D52D1E'%20width='850.395'%20height='283.464'/%3e%3crect%20y='188.977'%20fill='%231E4295'%20width='850.395'%20height='188.977'/%3e%3c/g%3e%3c/g%3e%3cg%20id='cn'%3e%3cg%3e%3crect%20x='0.901'%20fill='%23DF2B14'%20width='849.493'%20height='566.929'/%3e%3cg%20transform='translate(5,5)%20scale(3)'%3e%3cpath%20id='s'%20fill='%23FFDE08'%20d='M142.483,56.693l49.932,153.838L61.692,115.454h161.583L92.551,210.531L142.483,56.693z'/%3e%3c/g%3e%3cg%20transform='translate(10,2)%20rotate(23.036243)'%3e%3cpath%20id='s_1_'%20fill='%23FFDE08'%20d='M295.146,30.607l-4.728,53.71l-27.711-46.234l49.566,21.099l-52.488,12.096L295.146,30.607z'/%3e%3c/g%3e%3cg%20transform='translate(12,4)%20rotate(45.869898)'%3e%3cpath%20id='s_2_'%20fill='%23FFDE08'%20d='M361.022,93.648l-25.178,47.665l-7.617-53.376l37.503,38.701l-53.064-9.243L361.022,93.648z'/%3e%3c/g%3e%3cg%20transform='translate(12,7)%20rotate(69.945396)'%3e%3cpath%20id='s_3_'%20fill='%23FFDE08'%20d='M367.298,188.705l-42.412,33.236l14.797-51.844l18.47,50.649l-44.682-30.108L367.298,188.705z'%20/%3e%3c/g%3e%3cg%20transform='translate(10,9)%20rotate(20.659808)'%3e%3cpath%20id='s_4_'%20fill='%23FFDE08'%20d='M294.056,228.595l-2.5,53.86l-29.603-45.045l50.397,19.024l-51.942,14.264L294.056,228.595z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20id='uk'%3e%3cg%3e%3crect%20y='0.002'%20fill='%23FFFFFF'%20width='850.16'%20height='566.865'/%3e%3cpolygon%20fill='%23CF172C'%20points='382.569,0%20382.569,226.625%200,226.625%200,339.948%20382.569,339.948%20382.569,566.863%20467.592,566.863%20467.592,339.948%20850.16,339.948%20850.16,226.625%20467.592,226.625%20467.592,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,0%20495.946,183.497%20771.202,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,566.863%20771.202,566.863%20495.946,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,566.863%20354.214,566.863%20354.214,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,0%20354.214,183.497%20354.214,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0.003,188.95%20204.392,188.95%200.003,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,188.95%20850.16,188.95%20850.16,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,377.913%20850.16,514.171%20850.16,377.913%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0,377.913%200,514.171%20204.392,377.913%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='802.938,0%20520.004,188.95%20567.223,188.95%20850.605,0%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='330.156,377.909%20282.937,377.909%200,566.852%2047.219,566.852%20330.602,377.909%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='0,0%200,31.692%20236.091,189.098%20283.311,189.098%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='566.696,377.832%20850.008,566.929%20850.01,535.239%20613.92,377.832%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e", ph = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
12029
12025
|
__proto__: null,
|
12030
|
-
default:
|
12031
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
12026
|
+
default: hh
|
12027
|
+
}, Symbol.toStringTag, { value: "Module" })), gh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
12032
12028
|
__proto__: null,
|
12033
|
-
de:
|
12034
|
-
en:
|
12035
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
12029
|
+
de: fh,
|
12030
|
+
en: ph
|
12031
|
+
}, Symbol.toStringTag, { value: "Module" })), yh = {
|
12036
12032
|
name: "CmdSwitchLanguage",
|
12037
12033
|
emits: ["click"],
|
12038
12034
|
data() {
|
@@ -12063,7 +12059,7 @@ const zy = /* @__PURE__ */ L(nh, [["render", ch]]), uh = "data:image/svg+xml,%3c
|
|
12063
12059
|
this.imageSources = [], this.languages.forEach(
|
12064
12060
|
async (e) => {
|
12065
12061
|
const n = e.iso2;
|
12066
|
-
this.imageSources.push(
|
12062
|
+
this.imageSources.push(gh[n].default);
|
12067
12063
|
}
|
12068
12064
|
);
|
12069
12065
|
},
|
@@ -12071,10 +12067,10 @@ const zy = /* @__PURE__ */ L(nh, [["render", ch]]), uh = "data:image/svg+xml,%3c
|
|
12071
12067
|
deep: !0
|
12072
12068
|
}
|
12073
12069
|
}
|
12074
|
-
},
|
12075
|
-
function
|
12070
|
+
}, bh = { class: "cmd-switch-language" }, Ch = ["href", "title", "onClick"], _h = ["src", "alt"], wh = ["src", "alt"];
|
12071
|
+
function xh(e, n, t, s, o, i) {
|
12076
12072
|
const r = be("router-link");
|
12077
|
-
return l(), a("div",
|
12073
|
+
return l(), a("div", bh, [
|
12078
12074
|
f("ul", null, [
|
12079
12075
|
(l(!0), a(_, null, H(t.languages, (d, u) => (l(), a("li", { key: u }, [
|
12080
12076
|
d.link.type === "href" ? (l(), a("a", {
|
@@ -12087,8 +12083,8 @@ function wh(e, n, t, s, o, i) {
|
|
12087
12083
|
f("img", {
|
12088
12084
|
src: o.imageSources[u],
|
12089
12085
|
alt: d.name
|
12090
|
-
}, null, 8,
|
12091
|
-
], 10,
|
12086
|
+
}, null, 8, _h)
|
12087
|
+
], 10, Ch)) : (l(), C(r, {
|
12092
12088
|
key: 1,
|
12093
12089
|
class: b(["flag", d.iso2]),
|
12094
12090
|
to: i.getRoute(d),
|
@@ -12099,7 +12095,7 @@ function wh(e, n, t, s, o, i) {
|
|
12099
12095
|
f("img", {
|
12100
12096
|
src: o.imageSources[u],
|
12101
12097
|
alt: d.name
|
12102
|
-
}, null, 8,
|
12098
|
+
}, null, 8, wh)
|
12103
12099
|
]),
|
12104
12100
|
_: 2
|
12105
12101
|
}, 1032, ["class", "to", "title", "onClick"]))
|
@@ -12107,7 +12103,7 @@ function wh(e, n, t, s, o, i) {
|
|
12107
12103
|
])
|
12108
12104
|
]);
|
12109
12105
|
}
|
12110
|
-
const
|
12106
|
+
const Gy = /* @__PURE__ */ L(yh, [["render", xh]]), kh = {
|
12111
12107
|
name: "CmdSystemMessage",
|
12112
12108
|
mixins: [ze],
|
12113
12109
|
data() {
|
@@ -12194,8 +12190,8 @@ const Wy = /* @__PURE__ */ L(gh, [["render", wh]]), xh = {
|
|
12194
12190
|
this.showSystemMessage = !0;
|
12195
12191
|
}
|
12196
12192
|
}
|
12197
|
-
},
|
12198
|
-
function
|
12193
|
+
}, vh = ["role", "aria-labelledby"], Th = ["title"];
|
12194
|
+
function Sh(e, n, t, s, o, i) {
|
12199
12195
|
const r = z, d = G;
|
12200
12196
|
return l(), C(ke, { name: "fade" }, {
|
12201
12197
|
default: V(() => [
|
@@ -12215,7 +12211,7 @@ function Th(e, n, t, s, o, i) {
|
|
12215
12211
|
iconClass: t.iconClose.iconClass,
|
12216
12212
|
type: t.iconClose.iconType
|
12217
12213
|
}, null, 8, ["iconClass", "type"])
|
12218
|
-
], 8,
|
12214
|
+
], 8, Th)) : c("", !0),
|
12219
12215
|
v(d, {
|
12220
12216
|
class: "message-headline",
|
12221
12217
|
cmdIcon: i.headlineIcon,
|
@@ -12224,12 +12220,12 @@ function Th(e, n, t, s, o, i) {
|
|
12224
12220
|
id: e.htmlId
|
12225
12221
|
}, null, 8, ["cmdIcon", "headlineText", "headlineLevel", "id"]),
|
12226
12222
|
A(e.$slots, "default")
|
12227
|
-
], 10,
|
12223
|
+
], 10, vh)) : c("", !0)
|
12228
12224
|
]),
|
12229
12225
|
_: 3
|
12230
12226
|
});
|
12231
12227
|
}
|
12232
|
-
const
|
12228
|
+
const Oh = /* @__PURE__ */ L(kh, [["render", Sh]]), Ih = {
|
12233
12229
|
name: "CmdTable",
|
12234
12230
|
data() {
|
12235
12231
|
return {
|
@@ -12373,20 +12369,20 @@ const Sh = /* @__PURE__ */ L(xh, [["render", Th]]), Oh = {
|
|
12373
12369
|
immediate: !0
|
12374
12370
|
}
|
12375
12371
|
}
|
12376
|
-
},
|
12372
|
+
}, Mh = {
|
12377
12373
|
key: 0,
|
12378
12374
|
class: "button-wrapper"
|
12379
|
-
},
|
12375
|
+
}, Lh = ["title"], Fh = ["title"], Bh = { "aria-expanded": "true" }, Ph = {
|
12380
12376
|
key: 0,
|
12381
12377
|
"aria-expanded": "true"
|
12382
12378
|
};
|
12383
|
-
function
|
12379
|
+
function Ah(e, n, t, s, o, i) {
|
12384
12380
|
var u, h, m, p;
|
12385
12381
|
const r = z, d = dt;
|
12386
12382
|
return l(), a("div", {
|
12387
12383
|
class: b(["cmd-table-wrapper", { collapsed: !o.showTableData, "full-width": o.fullWidth, "has-caption": i.hasCaption, "has-overflow": o.hasOverflow }])
|
12388
12384
|
}, [
|
12389
|
-
t.collapsible || t.userCanToggleWidth ? (l(), a("div",
|
12385
|
+
t.collapsible || t.userCanToggleWidth ? (l(), a("div", Mh, [
|
12390
12386
|
t.userCanToggleWidth ? (l(), a("a", {
|
12391
12387
|
key: 0,
|
12392
12388
|
class: "button",
|
@@ -12398,7 +12394,7 @@ function Ph(e, n, t, s, o, i) {
|
|
12398
12394
|
iconClass: t.iconToggleWidth.iconClass,
|
12399
12395
|
type: t.iconToggleWidth.iconType
|
12400
12396
|
}, null, 8, ["iconClass", "type"])
|
12401
|
-
], 8,
|
12397
|
+
], 8, Lh)) : c("", !0),
|
12402
12398
|
t.collapsible ? (l(), a("a", {
|
12403
12399
|
key: 1,
|
12404
12400
|
class: "button",
|
@@ -12410,7 +12406,7 @@ function Ph(e, n, t, s, o, i) {
|
|
12410
12406
|
iconClass: o.showTableData ? t.iconCollapse.iconClass : t.iconExpand.iconClass,
|
12411
12407
|
type: o.showTableData ? t.iconCollapse.iconType : t.iconExpand.iconType
|
12412
12408
|
}, null, 8, ["iconClass", "type"])
|
12413
|
-
], 8,
|
12409
|
+
], 8, Fh)) : c("", !0)
|
12414
12410
|
])) : c("", !0),
|
12415
12411
|
f("div", {
|
12416
12412
|
class: "inner-wrapper",
|
@@ -12437,7 +12433,7 @@ function Ph(e, n, t, s, o, i) {
|
|
12437
12433
|
]),
|
12438
12434
|
v(ke, { name: "fade" }, {
|
12439
12435
|
default: V(() => [
|
12440
|
-
ue(f("tbody",
|
12436
|
+
ue(f("tbody", Bh, [
|
12441
12437
|
(l(!0), a(_, null, H(t.tableData.tbody, (w, y) => (l(), a("tr", {
|
12442
12438
|
class: b({ active: t.tableData.rowIndexHighlighted === y }),
|
12443
12439
|
key: y
|
@@ -12455,7 +12451,7 @@ function Ph(e, n, t, s, o, i) {
|
|
12455
12451
|
}),
|
12456
12452
|
v(ke, { name: "fade" }, {
|
12457
12453
|
default: V(() => [
|
12458
|
-
t.tableData.tfoot && t.tableData.tfoot.length && o.showTableData ? (l(), a("tfoot",
|
12454
|
+
t.tableData.tfoot && t.tableData.tfoot.length && o.showTableData ? (l(), a("tfoot", Ph, [
|
12459
12455
|
f("tr", null, [
|
12460
12456
|
(l(!0), a(_, null, H(t.tableData.tfoot, (w, y) => (l(), a("td", {
|
12461
12457
|
class: b({ active: t.tableData.columnIndexHighlighted === y }),
|
@@ -12474,7 +12470,7 @@ function Ph(e, n, t, s, o, i) {
|
|
12474
12470
|
], 544)
|
12475
12471
|
], 2);
|
12476
12472
|
}
|
12477
|
-
const
|
12473
|
+
const Jy = /* @__PURE__ */ L(Ih, [["render", Ah]]), Eh = "cmd", Vh = {
|
12478
12474
|
"3d-cursor": {
|
12479
12475
|
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"/>',
|
12480
12476
|
hidden: !0
|
@@ -12488,14 +12484,14 @@ const Gy = /* @__PURE__ */ L(Oh, [["render", Ph]]), Ah = "cmd", Eh = {
|
|
12488
12484
|
<path fill="currentColor" d="M2,12h6v18H2V12z"/>
|
12489
12485
|
<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"/>`
|
12490
12486
|
}
|
12491
|
-
},
|
12492
|
-
prefix:
|
12493
|
-
icons:
|
12494
|
-
width:
|
12495
|
-
height:
|
12487
|
+
}, Dh = 32, Hh = 32, qh = {
|
12488
|
+
prefix: Eh,
|
12489
|
+
icons: Vh,
|
12490
|
+
width: Dh,
|
12491
|
+
height: Hh
|
12496
12492
|
};
|
12497
|
-
ti(
|
12498
|
-
const
|
12493
|
+
ti(qh);
|
12494
|
+
const Rh = {
|
12499
12495
|
name: "CmdTabs",
|
12500
12496
|
data() {
|
12501
12497
|
return {
|
@@ -12557,13 +12553,13 @@ const qh = {
|
|
12557
12553
|
this.showTab = this.activeTab;
|
12558
12554
|
}
|
12559
12555
|
}
|
12560
|
-
},
|
12556
|
+
}, Nh = { class: "cmd-tabs" }, jh = ["onClick", "title"], Uh = { key: 1 }, zh = {
|
12561
12557
|
key: 1,
|
12562
12558
|
"aria-live": "assertive"
|
12563
|
-
},
|
12564
|
-
function
|
12559
|
+
}, Wh = ["innerHTML"];
|
12560
|
+
function Gh(e, n, t, s, o, i) {
|
12565
12561
|
const r = z, d = G;
|
12566
|
-
return l(), a("div",
|
12562
|
+
return l(), a("div", Nh, [
|
12567
12563
|
f("ul", {
|
12568
12564
|
class: b({ "stretch-tabs": t.stretchTabs }),
|
12569
12565
|
role: "tablist"
|
@@ -12583,8 +12579,8 @@ function Wh(e, n, t, s, o, i) {
|
|
12583
12579
|
iconClass: u.iconClass,
|
12584
12580
|
type: u.iconType
|
12585
12581
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
12586
|
-
u.name ? (l(), a("span",
|
12587
|
-
], 8,
|
12582
|
+
u.name ? (l(), a("span", Uh, g(u.name), 1)) : c("", !0)
|
12583
|
+
], 8, jh)
|
12588
12584
|
], 2))), 128))
|
12589
12585
|
], 2),
|
12590
12586
|
t.useSlot ? (l(!0), a(_, { key: 0 }, H(t.tabs.length, (u) => ue((l(), a("div", {
|
@@ -12595,7 +12591,7 @@ function Wh(e, n, t, s, o, i) {
|
|
12595
12591
|
A(e.$slots, "tab-content-" + (u - 1))
|
12596
12592
|
], 2)), [
|
12597
12593
|
[ye, o.showTab === u - 1]
|
12598
|
-
])), 128)) : (l(), a("div",
|
12594
|
+
])), 128)) : (l(), a("div", zh, [
|
12599
12595
|
t.cmdHeadline ? (l(), C(d, M({ key: 0 }, t.cmdHeadline, {
|
12600
12596
|
headlineText: t.tabs[o.showTab].headlineText,
|
12601
12597
|
headlineLevel: t.tabs[o.showTab].headlineLevel
|
@@ -12603,11 +12599,11 @@ function Wh(e, n, t, s, o, i) {
|
|
12603
12599
|
f("div", {
|
12604
12600
|
innerHTML: t.tabs[o.showTab].htmlContent,
|
12605
12601
|
class: b({ "no-padding": !t.useDefaultPadding })
|
12606
|
-
}, null, 10,
|
12602
|
+
}, null, 10, Wh)
|
12607
12603
|
]))
|
12608
12604
|
]);
|
12609
12605
|
}
|
12610
|
-
const
|
12606
|
+
const Ky = /* @__PURE__ */ L(Rh, [["render", Gh]]), Jh = {
|
12611
12607
|
name: "CmdTextImageBlock",
|
12612
12608
|
mixins: [$],
|
12613
12609
|
data() {
|
@@ -12714,11 +12710,11 @@ const Jy = /* @__PURE__ */ L(qh, [["render", Wh]]), Gh = {
|
|
12714
12710
|
immediate: !0
|
12715
12711
|
}
|
12716
12712
|
}
|
12717
|
-
},
|
12718
|
-
|
12719
|
-
|
12713
|
+
}, Kh = { class: "flex-container vertical" }, Zh = ["innerHTML"], Yh = ["innerHTML"], Xh = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), Qh = /* @__PURE__ */ f("span", null, "Add new paragraph", -1), $h = [
|
12714
|
+
Xh,
|
12715
|
+
Qh
|
12720
12716
|
];
|
12721
|
-
function
|
12717
|
+
function ep(e, n, t, s, o, i) {
|
12722
12718
|
var h, m, p, w;
|
12723
12719
|
const r = G, d = _e, u = Se;
|
12724
12720
|
return l(), a("div", {
|
@@ -12731,13 +12727,13 @@ function $h(e, n, t, s, o, i) {
|
|
12731
12727
|
figcaption: (p = t.cmdImage) == null ? void 0 : p.figcaption,
|
12732
12728
|
editModeConfig: { allowAddItem: !1 }
|
12733
12729
|
}, null, 8, ["image", "figcaption"])) : c("", !0),
|
12734
|
-
f("div",
|
12730
|
+
f("div", Kh, [
|
12735
12731
|
((w = t.cmdHeadline) != null && w.headlineText || e.editModeContext) && (t.headlinePosition === "belowImage" || t.orientation === "horizontal") ? (l(), C(r, j(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
12736
12732
|
t.htmlContent ? (l(), a("div", {
|
12737
12733
|
key: 1,
|
12738
12734
|
innerHTML: t.htmlContent,
|
12739
12735
|
class: b(i.textAlign)
|
12740
|
-
}, null, 10,
|
12736
|
+
}, null, 10, Zh)) : c("", !0)
|
12741
12737
|
]),
|
12742
12738
|
e.editModeContext ? (l(), C(u, {
|
12743
12739
|
key: 2,
|
@@ -12761,18 +12757,18 @@ function $h(e, n, t, s, o, i) {
|
|
12761
12757
|
key: 1,
|
12762
12758
|
innerHTML: t.htmlContent,
|
12763
12759
|
class: b(i.textAlign)
|
12764
|
-
}, null, 10,
|
12760
|
+
}, null, 10, Yh)) : (l(), a("button", {
|
12765
12761
|
key: 2,
|
12766
12762
|
type: "button",
|
12767
12763
|
class: "button confirm",
|
12768
12764
|
onClick: n[1] || (n[1] = (...k) => i.onAddItem && i.onAddItem(...k))
|
12769
|
-
},
|
12765
|
+
}, $h))
|
12770
12766
|
]),
|
12771
12767
|
_: 1
|
12772
12768
|
}, 8, ["componentProps", "componentPath", "allowDeleteComponent"])) : c("", !0)
|
12773
12769
|
], 2);
|
12774
12770
|
}
|
12775
|
-
const
|
12771
|
+
const Zy = /* @__PURE__ */ L(Jh, [["render", ep]]), tp = {
|
12776
12772
|
name: "ToggleDarkMode",
|
12777
12773
|
mixins: [
|
12778
12774
|
$
|
@@ -12923,8 +12919,8 @@ const Ky = /* @__PURE__ */ L(Gh, [["render", $h]]), ep = {
|
|
12923
12919
|
immediate: !0
|
12924
12920
|
}
|
12925
12921
|
}
|
12926
|
-
},
|
12927
|
-
function
|
12922
|
+
}, np = { key: 0 };
|
12923
|
+
function ip(e, n, t, s, o, i) {
|
12928
12924
|
const r = z, d = ee;
|
12929
12925
|
return l(), a("div", {
|
12930
12926
|
class: b(["cmd-toggle-dark-mode", { "styled-layout": t.useStyledLayout, "dark-mode": o.darkMode }])
|
@@ -12953,7 +12949,7 @@ function np(e, n, t, s, o, i) {
|
|
12953
12949
|
class: b(["button", { "dark-mode": o.darkMode }]),
|
12954
12950
|
onClick: n[0] || (n[0] = I((...u) => i.toggleColorScheme && i.toggleColorScheme(...u), ["prevent"]))
|
12955
12951
|
}, [
|
12956
|
-
t.showLabel ? (l(), a("span",
|
12952
|
+
t.showLabel ? (l(), a("span", np, g(i.labelText), 1)) : c("", !0),
|
12957
12953
|
v(r, {
|
12958
12954
|
iconClass: i.iconClass,
|
12959
12955
|
type: i.iconType,
|
@@ -12976,7 +12972,7 @@ function np(e, n, t, s, o, i) {
|
|
12976
12972
|
], 64))
|
12977
12973
|
], 2);
|
12978
12974
|
}
|
12979
|
-
const
|
12975
|
+
const Yy = /* @__PURE__ */ L(tp, [["render", ip]]), op = {
|
12980
12976
|
data() {
|
12981
12977
|
return {
|
12982
12978
|
defaultMessageProperties: {
|
@@ -13034,28 +13030,28 @@ function yi(e, n) {
|
|
13034
13030
|
return e.apply(n, arguments);
|
13035
13031
|
};
|
13036
13032
|
}
|
13037
|
-
const { toString:
|
13038
|
-
const t =
|
13033
|
+
const { toString: lp } = Object.prototype, { getPrototypeOf: Xt } = Object, ut = /* @__PURE__ */ ((e) => (n) => {
|
13034
|
+
const t = lp.call(n);
|
13039
13035
|
return e[t] || (e[t] = t.slice(8, -1).toLowerCase());
|
13040
13036
|
})(/* @__PURE__ */ Object.create(null)), me = (e) => (e = e.toLowerCase(), (n) => ut(n) === e), mt = (e) => (n) => typeof n === e, { isArray: Ie } = Array, Ue = mt("undefined");
|
13041
|
-
function
|
13037
|
+
function sp(e) {
|
13042
13038
|
return e !== null && !Ue(e) && e.constructor !== null && !Ue(e.constructor) && ie(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
13043
13039
|
}
|
13044
13040
|
const bi = me("ArrayBuffer");
|
13045
|
-
function
|
13041
|
+
function ap(e) {
|
13046
13042
|
let n;
|
13047
13043
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? n = ArrayBuffer.isView(e) : n = e && e.buffer && bi(e.buffer), n;
|
13048
13044
|
}
|
13049
|
-
const
|
13045
|
+
const rp = mt("string"), ie = mt("function"), Ci = mt("number"), ft = (e) => e !== null && typeof e == "object", dp = (e) => e === !0 || e === !1, Qe = (e) => {
|
13050
13046
|
if (ut(e) !== "object")
|
13051
13047
|
return !1;
|
13052
13048
|
const n = Xt(e);
|
13053
13049
|
return (n === null || n === Object.prototype || Object.getPrototypeOf(n) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
13054
|
-
},
|
13050
|
+
}, cp = me("Date"), up = me("File"), mp = me("Blob"), fp = me("FileList"), hp = (e) => ft(e) && ie(e.pipe), pp = (e) => {
|
13055
13051
|
let n;
|
13056
13052
|
return e && (typeof FormData == "function" && e instanceof FormData || ie(e.append) && ((n = ut(e)) === "formdata" || // detect form-data instance
|
13057
13053
|
n === "object" && ie(e.toString) && e.toString() === "[object FormData]"));
|
13058
|
-
},
|
13054
|
+
}, gp = me("URLSearchParams"), [yp, bp, Cp, _p] = ["ReadableStream", "Request", "Response", "Headers"].map(me), wp = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
13059
13055
|
function Ge(e, n, { allOwnKeys: t = !1 } = {}) {
|
13060
13056
|
if (e === null || typeof e > "u")
|
13061
13057
|
return;
|
@@ -13089,13 +13085,13 @@ function Bt() {
|
|
13089
13085
|
arguments[s] && Ge(arguments[s], t);
|
13090
13086
|
return n;
|
13091
13087
|
}
|
13092
|
-
const
|
13088
|
+
const xp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
|
13093
13089
|
t && ie(o) ? e[i] = yi(o, t) : e[i] = o;
|
13094
|
-
}, { allOwnKeys: s }), e),
|
13090
|
+
}, { allOwnKeys: s }), e), kp = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), vp = (e, n, t, s) => {
|
13095
13091
|
e.prototype = Object.create(n.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
13096
13092
|
value: n.prototype
|
13097
13093
|
}), t && Object.assign(e.prototype, t);
|
13098
|
-
},
|
13094
|
+
}, Tp = (e, n, t, s) => {
|
13099
13095
|
let o, i, r;
|
13100
13096
|
const d = {};
|
13101
13097
|
if (n = n || {}, e == null) return n;
|
@@ -13105,11 +13101,11 @@ const wp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
|
|
13105
13101
|
e = t !== !1 && Xt(e);
|
13106
13102
|
} while (e && (!t || t(e, n)) && e !== Object.prototype);
|
13107
13103
|
return n;
|
13108
|
-
},
|
13104
|
+
}, Sp = (e, n, t) => {
|
13109
13105
|
e = String(e), (t === void 0 || t > e.length) && (t = e.length), t -= n.length;
|
13110
13106
|
const s = e.indexOf(n, t);
|
13111
13107
|
return s !== -1 && s === t;
|
13112
|
-
},
|
13108
|
+
}, Op = (e) => {
|
13113
13109
|
if (!e) return null;
|
13114
13110
|
if (Ie(e)) return e;
|
13115
13111
|
let n = e.length;
|
@@ -13118,31 +13114,31 @@ const wp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
|
|
13118
13114
|
for (; n-- > 0; )
|
13119
13115
|
t[n] = e[n];
|
13120
13116
|
return t;
|
13121
|
-
},
|
13117
|
+
}, Ip = /* @__PURE__ */ ((e) => (n) => e && n instanceof e)(typeof Uint8Array < "u" && Xt(Uint8Array)), Mp = (e, n) => {
|
13122
13118
|
const s = (e && e[Symbol.iterator]).call(e);
|
13123
13119
|
let o;
|
13124
13120
|
for (; (o = s.next()) && !o.done; ) {
|
13125
13121
|
const i = o.value;
|
13126
13122
|
n.call(e, i[0], i[1]);
|
13127
13123
|
}
|
13128
|
-
},
|
13124
|
+
}, Lp = (e, n) => {
|
13129
13125
|
let t;
|
13130
13126
|
const s = [];
|
13131
13127
|
for (; (t = e.exec(n)) !== null; )
|
13132
13128
|
s.push(t);
|
13133
13129
|
return s;
|
13134
|
-
},
|
13130
|
+
}, Fp = me("HTMLFormElement"), Bp = (e) => e.toLowerCase().replace(
|
13135
13131
|
/[-_\s]([a-z\d])(\w*)/g,
|
13136
13132
|
function(t, s, o) {
|
13137
13133
|
return s.toUpperCase() + o;
|
13138
13134
|
}
|
13139
|
-
), Vn = (({ hasOwnProperty: e }) => (n, t) => e.call(n, t))(Object.prototype),
|
13135
|
+
), Vn = (({ hasOwnProperty: e }) => (n, t) => e.call(n, t))(Object.prototype), Pp = me("RegExp"), ki = (e, n) => {
|
13140
13136
|
const t = Object.getOwnPropertyDescriptors(e), s = {};
|
13141
13137
|
Ge(t, (o, i) => {
|
13142
13138
|
let r;
|
13143
13139
|
(r = n(o, i, e)) !== !1 && (s[i] = r || o);
|
13144
13140
|
}), Object.defineProperties(e, s);
|
13145
|
-
},
|
13141
|
+
}, Ap = (e) => {
|
13146
13142
|
ki(e, (n, t) => {
|
13147
13143
|
if (ie(e) && ["arguments", "caller", "callee"].indexOf(t) !== -1)
|
13148
13144
|
return !1;
|
@@ -13157,29 +13153,29 @@ const wp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
|
|
13157
13153
|
});
|
13158
13154
|
}
|
13159
13155
|
});
|
13160
|
-
},
|
13156
|
+
}, Ep = (e, n) => {
|
13161
13157
|
const t = {}, s = (o) => {
|
13162
13158
|
o.forEach((i) => {
|
13163
13159
|
t[i] = !0;
|
13164
13160
|
});
|
13165
13161
|
};
|
13166
13162
|
return Ie(e) ? s(e) : s(String(e).split(n)), t;
|
13167
|
-
},
|
13168
|
-
},
|
13163
|
+
}, Vp = () => {
|
13164
|
+
}, Dp = (e, n) => e != null && Number.isFinite(e = +e) ? e : n, Ct = "abcdefghijklmnopqrstuvwxyz", Dn = "0123456789", vi = {
|
13169
13165
|
DIGIT: Dn,
|
13170
13166
|
ALPHA: Ct,
|
13171
13167
|
ALPHA_DIGIT: Ct + Ct.toUpperCase() + Dn
|
13172
|
-
},
|
13168
|
+
}, Hp = (e = 16, n = vi.ALPHA_DIGIT) => {
|
13173
13169
|
let t = "";
|
13174
13170
|
const { length: s } = n;
|
13175
13171
|
for (; e--; )
|
13176
13172
|
t += n[Math.random() * s | 0];
|
13177
13173
|
return t;
|
13178
13174
|
};
|
13179
|
-
function
|
13175
|
+
function qp(e) {
|
13180
13176
|
return !!(e && ie(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
|
13181
13177
|
}
|
13182
|
-
const
|
13178
|
+
const Rp = (e) => {
|
13183
13179
|
const n = new Array(10), t = (s, o) => {
|
13184
13180
|
if (ft(s)) {
|
13185
13181
|
if (n.indexOf(s) >= 0)
|
@@ -13196,63 +13192,63 @@ const qp = (e) => {
|
|
13196
13192
|
return s;
|
13197
13193
|
};
|
13198
13194
|
return t(e, 0);
|
13199
|
-
},
|
13195
|
+
}, Np = me("AsyncFunction"), jp = (e) => e && (ft(e) || ie(e)) && ie(e.then) && ie(e.catch), x = {
|
13200
13196
|
isArray: Ie,
|
13201
13197
|
isArrayBuffer: bi,
|
13202
|
-
isBuffer:
|
13203
|
-
isFormData:
|
13204
|
-
isArrayBufferView:
|
13205
|
-
isString:
|
13198
|
+
isBuffer: sp,
|
13199
|
+
isFormData: pp,
|
13200
|
+
isArrayBufferView: ap,
|
13201
|
+
isString: rp,
|
13206
13202
|
isNumber: Ci,
|
13207
|
-
isBoolean:
|
13203
|
+
isBoolean: dp,
|
13208
13204
|
isObject: ft,
|
13209
13205
|
isPlainObject: Qe,
|
13210
|
-
isReadableStream:
|
13211
|
-
isRequest:
|
13212
|
-
isResponse:
|
13213
|
-
isHeaders:
|
13206
|
+
isReadableStream: yp,
|
13207
|
+
isRequest: bp,
|
13208
|
+
isResponse: Cp,
|
13209
|
+
isHeaders: _p,
|
13214
13210
|
isUndefined: Ue,
|
13215
|
-
isDate:
|
13216
|
-
isFile:
|
13217
|
-
isBlob:
|
13218
|
-
isRegExp:
|
13211
|
+
isDate: cp,
|
13212
|
+
isFile: up,
|
13213
|
+
isBlob: mp,
|
13214
|
+
isRegExp: Pp,
|
13219
13215
|
isFunction: ie,
|
13220
|
-
isStream:
|
13221
|
-
isURLSearchParams:
|
13222
|
-
isTypedArray:
|
13223
|
-
isFileList:
|
13216
|
+
isStream: hp,
|
13217
|
+
isURLSearchParams: gp,
|
13218
|
+
isTypedArray: Ip,
|
13219
|
+
isFileList: fp,
|
13224
13220
|
forEach: Ge,
|
13225
13221
|
merge: Bt,
|
13226
|
-
extend:
|
13227
|
-
trim:
|
13228
|
-
stripBOM:
|
13229
|
-
inherits:
|
13230
|
-
toFlatObject:
|
13222
|
+
extend: xp,
|
13223
|
+
trim: wp,
|
13224
|
+
stripBOM: kp,
|
13225
|
+
inherits: vp,
|
13226
|
+
toFlatObject: Tp,
|
13231
13227
|
kindOf: ut,
|
13232
13228
|
kindOfTest: me,
|
13233
|
-
endsWith:
|
13234
|
-
toArray:
|
13235
|
-
forEachEntry:
|
13236
|
-
matchAll:
|
13237
|
-
isHTMLForm:
|
13229
|
+
endsWith: Sp,
|
13230
|
+
toArray: Op,
|
13231
|
+
forEachEntry: Mp,
|
13232
|
+
matchAll: Lp,
|
13233
|
+
isHTMLForm: Fp,
|
13238
13234
|
hasOwnProperty: Vn,
|
13239
13235
|
hasOwnProp: Vn,
|
13240
13236
|
// an alias to avoid ESLint no-prototype-builtins detection
|
13241
13237
|
reduceDescriptors: ki,
|
13242
|
-
freezeMethods:
|
13243
|
-
toObjectSet:
|
13244
|
-
toCamelCase:
|
13245
|
-
noop:
|
13246
|
-
toFiniteNumber:
|
13238
|
+
freezeMethods: Ap,
|
13239
|
+
toObjectSet: Ep,
|
13240
|
+
toCamelCase: Bp,
|
13241
|
+
noop: Vp,
|
13242
|
+
toFiniteNumber: Dp,
|
13247
13243
|
findKey: _i,
|
13248
13244
|
global: wi,
|
13249
13245
|
isContextDefined: xi,
|
13250
13246
|
ALPHABET: vi,
|
13251
|
-
generateString:
|
13252
|
-
isSpecCompliantForm:
|
13253
|
-
toJSONObject:
|
13254
|
-
isAsyncFn:
|
13255
|
-
isThenable:
|
13247
|
+
generateString: Hp,
|
13248
|
+
isSpecCompliantForm: qp,
|
13249
|
+
toJSONObject: Rp,
|
13250
|
+
isAsyncFn: Np,
|
13251
|
+
isThenable: jp
|
13256
13252
|
};
|
13257
13253
|
function R(e, n, t, s, o) {
|
13258
13254
|
Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", n && (this.code = n), t && (this.config = t), s && (this.request = s), o && (this.response = o);
|
@@ -13304,7 +13300,7 @@ R.from = (e, n, t, s, o, i) => {
|
|
13304
13300
|
return u !== Error.prototype;
|
13305
13301
|
}, (d) => d !== "isAxiosError"), R.call(r, e.message, n, t, s, o), r.cause = e, r.name = e.name, i && Object.assign(r, i), r;
|
13306
13302
|
};
|
13307
|
-
const
|
13303
|
+
const Up = null;
|
13308
13304
|
function Pt(e) {
|
13309
13305
|
return x.isPlainObject(e) || x.isArray(e);
|
13310
13306
|
}
|
@@ -13316,10 +13312,10 @@ function Hn(e, n, t) {
|
|
13316
13312
|
return o = Oi(o), !t && i ? "[" + o + "]" : o;
|
13317
13313
|
}).join(t ? "." : "") : n;
|
13318
13314
|
}
|
13319
|
-
function
|
13315
|
+
function zp(e) {
|
13320
13316
|
return x.isArray(e) && !e.some(Pt);
|
13321
13317
|
}
|
13322
|
-
const
|
13318
|
+
const Wp = x.toFlatObject(x, {}, null, function(n) {
|
13323
13319
|
return /^is[A-Z]/.test(n);
|
13324
13320
|
});
|
13325
13321
|
function ht(e, n, t) {
|
@@ -13348,7 +13344,7 @@ function ht(e, n, t) {
|
|
13348
13344
|
if (k && !T && typeof k == "object") {
|
13349
13345
|
if (x.endsWith(S, "{}"))
|
13350
13346
|
S = s ? S : S.slice(0, -2), k = JSON.stringify(k);
|
13351
|
-
else if (x.isArray(k) &&
|
13347
|
+
else if (x.isArray(k) && zp(k) || (x.isFileList(k) || x.endsWith(S, "[]")) && (B = x.toArray(k)))
|
13352
13348
|
return S = Oi(S), B.forEach(function(P, D) {
|
13353
13349
|
!(x.isUndefined(P) || P === null) && n.append(
|
13354
13350
|
// eslint-disable-next-line no-nested-ternary
|
@@ -13359,7 +13355,7 @@ function ht(e, n, t) {
|
|
13359
13355
|
}
|
13360
13356
|
return Pt(k) ? !0 : (n.append(Hn(T, S, i), h(k)), !1);
|
13361
13357
|
}
|
13362
|
-
const p = [], w = Object.assign(
|
13358
|
+
const p = [], w = Object.assign(Wp, {
|
13363
13359
|
defaultVisitor: m,
|
13364
13360
|
convertValue: h,
|
13365
13361
|
isVisitable: Pt
|
@@ -13412,13 +13408,13 @@ Ii.toString = function(n) {
|
|
13412
13408
|
return t(o[0]) + "=" + t(o[1]);
|
13413
13409
|
}, "").join("&");
|
13414
13410
|
};
|
13415
|
-
function
|
13411
|
+
function Gp(e) {
|
13416
13412
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
13417
13413
|
}
|
13418
13414
|
function Mi(e, n, t) {
|
13419
13415
|
if (!n)
|
13420
13416
|
return e;
|
13421
|
-
const s = t && t.encode ||
|
13417
|
+
const s = t && t.encode || Gp, o = t && t.serialize;
|
13422
13418
|
let i;
|
13423
13419
|
if (o ? i = o(n, t) : i = x.isURLSearchParams(n) ? n.toString() : new Qt(n, t).toString(s), i) {
|
13424
13420
|
const r = e.indexOf("#");
|
@@ -13484,36 +13480,36 @@ const Li = {
|
|
13484
13480
|
silentJSONParsing: !0,
|
13485
13481
|
forcedJSONParsing: !0,
|
13486
13482
|
clarifyTimeoutError: !1
|
13487
|
-
},
|
13483
|
+
}, Jp = typeof URLSearchParams < "u" ? URLSearchParams : Qt, Kp = typeof FormData < "u" ? FormData : null, Zp = typeof Blob < "u" ? Blob : null, Yp = {
|
13488
13484
|
isBrowser: !0,
|
13489
13485
|
classes: {
|
13490
|
-
URLSearchParams:
|
13491
|
-
FormData:
|
13492
|
-
Blob:
|
13486
|
+
URLSearchParams: Jp,
|
13487
|
+
FormData: Kp,
|
13488
|
+
Blob: Zp
|
13493
13489
|
},
|
13494
13490
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
13495
|
-
}, $t = typeof window < "u" && typeof document < "u",
|
13496
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
13491
|
+
}, $t = typeof window < "u" && typeof document < "u", Xp = ((e) => $t && ["ReactNative", "NativeScript", "NS"].indexOf(e) < 0)(typeof navigator < "u" && navigator.product), Qp = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
13492
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", $p = $t && window.location.href || "http://localhost", eg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
13497
13493
|
__proto__: null,
|
13498
13494
|
hasBrowserEnv: $t,
|
13499
|
-
hasStandardBrowserEnv:
|
13500
|
-
hasStandardBrowserWebWorkerEnv:
|
13501
|
-
origin:
|
13495
|
+
hasStandardBrowserEnv: Xp,
|
13496
|
+
hasStandardBrowserWebWorkerEnv: Qp,
|
13497
|
+
origin: $p
|
13502
13498
|
}, Symbol.toStringTag, { value: "Module" })), ce = {
|
13503
|
-
|
13504
|
-
...
|
13499
|
+
...eg,
|
13500
|
+
...Yp
|
13505
13501
|
};
|
13506
|
-
function
|
13502
|
+
function tg(e, n) {
|
13507
13503
|
return ht(e, new ce.classes.URLSearchParams(), Object.assign({
|
13508
13504
|
visitor: function(t, s, o, i) {
|
13509
13505
|
return ce.isNode && x.isBuffer(t) ? (this.append(s, t.toString("base64")), !1) : i.defaultVisitor.apply(this, arguments);
|
13510
13506
|
}
|
13511
13507
|
}, n));
|
13512
13508
|
}
|
13513
|
-
function
|
13509
|
+
function ng(e) {
|
13514
13510
|
return x.matchAll(/\w+|\[(\w*)]/g, e).map((n) => n[0] === "[]" ? "" : n[1] || n[0]);
|
13515
13511
|
}
|
13516
|
-
function
|
13512
|
+
function ig(e) {
|
13517
13513
|
const n = {}, t = Object.keys(e);
|
13518
13514
|
let s;
|
13519
13515
|
const o = t.length;
|
@@ -13527,17 +13523,17 @@ function Fi(e) {
|
|
13527
13523
|
let r = t[i++];
|
13528
13524
|
if (r === "__proto__") return !0;
|
13529
13525
|
const d = Number.isFinite(+r), u = i >= t.length;
|
13530
|
-
return r = !r && x.isArray(o) ? o.length : r, u ? (x.hasOwnProp(o, r) ? o[r] = [o[r], s] : o[r] = s, !d) : ((!o[r] || !x.isObject(o[r])) && (o[r] = []), n(t, s, o[r], i) && x.isArray(o[r]) && (o[r] =
|
13526
|
+
return r = !r && x.isArray(o) ? o.length : r, u ? (x.hasOwnProp(o, r) ? o[r] = [o[r], s] : o[r] = s, !d) : ((!o[r] || !x.isObject(o[r])) && (o[r] = []), n(t, s, o[r], i) && x.isArray(o[r]) && (o[r] = ig(o[r])), !d);
|
13531
13527
|
}
|
13532
13528
|
if (x.isFormData(e) && x.isFunction(e.entries)) {
|
13533
13529
|
const t = {};
|
13534
13530
|
return x.forEachEntry(e, (s, o) => {
|
13535
|
-
n(
|
13531
|
+
n(ng(s), o, t, 0);
|
13536
13532
|
}), t;
|
13537
13533
|
}
|
13538
13534
|
return null;
|
13539
13535
|
}
|
13540
|
-
function
|
13536
|
+
function og(e, n, t) {
|
13541
13537
|
if (x.isString(e))
|
13542
13538
|
try {
|
13543
13539
|
return (n || JSON.parse)(e), x.trim(e);
|
@@ -13563,7 +13559,7 @@ const Je = {
|
|
13563
13559
|
let d;
|
13564
13560
|
if (i) {
|
13565
13561
|
if (s.indexOf("application/x-www-form-urlencoded") > -1)
|
13566
|
-
return
|
13562
|
+
return tg(n, this.formSerializer).toString();
|
13567
13563
|
if ((d = x.isFileList(n)) || s.indexOf("multipart/form-data") > -1) {
|
13568
13564
|
const u = this.env && this.env.FormData;
|
13569
13565
|
return ht(
|
@@ -13573,7 +13569,7 @@ const Je = {
|
|
13573
13569
|
);
|
13574
13570
|
}
|
13575
13571
|
}
|
13576
|
-
return i || o ? (t.setContentType("application/json", !1),
|
13572
|
+
return i || o ? (t.setContentType("application/json", !1), og(n)) : n;
|
13577
13573
|
}],
|
13578
13574
|
transformResponse: [function(n) {
|
13579
13575
|
const t = this.transitional || Je.transitional, s = t && t.forcedJSONParsing, o = this.responseType === "json";
|
@@ -13616,7 +13612,7 @@ const Je = {
|
|
13616
13612
|
x.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
13617
13613
|
Je.headers[e] = {};
|
13618
13614
|
});
|
13619
|
-
const
|
13615
|
+
const lg = x.toObjectSet([
|
13620
13616
|
"age",
|
13621
13617
|
"authorization",
|
13622
13618
|
"content-length",
|
@@ -13634,12 +13630,12 @@ const og = x.toObjectSet([
|
|
13634
13630
|
"referer",
|
13635
13631
|
"retry-after",
|
13636
13632
|
"user-agent"
|
13637
|
-
]),
|
13633
|
+
]), sg = (e) => {
|
13638
13634
|
const n = {};
|
13639
13635
|
let t, s, o;
|
13640
13636
|
return e && e.split(`
|
13641
13637
|
`).forEach(function(r) {
|
13642
|
-
o = r.indexOf(":"), t = r.substring(0, o).trim().toLowerCase(), s = r.substring(o + 1).trim(), !(!t || n[t] &&
|
13638
|
+
o = r.indexOf(":"), t = r.substring(0, o).trim().toLowerCase(), s = r.substring(o + 1).trim(), !(!t || n[t] && lg[t]) && (t === "set-cookie" ? n[t] ? n[t].push(s) : n[t] = [s] : n[t] = n[t] ? n[t] + ", " + s : s);
|
13643
13639
|
}), n;
|
13644
13640
|
}, Nn = Symbol("internals");
|
13645
13641
|
function Ve(e) {
|
@@ -13648,14 +13644,14 @@ function Ve(e) {
|
|
13648
13644
|
function $e(e) {
|
13649
13645
|
return e === !1 || e == null ? e : x.isArray(e) ? e.map($e) : String(e);
|
13650
13646
|
}
|
13651
|
-
function
|
13647
|
+
function ag(e) {
|
13652
13648
|
const n = /* @__PURE__ */ Object.create(null), t = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
13653
13649
|
let s;
|
13654
13650
|
for (; s = t.exec(e); )
|
13655
13651
|
n[s[1]] = s[2];
|
13656
13652
|
return n;
|
13657
13653
|
}
|
13658
|
-
const
|
13654
|
+
const rg = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
13659
13655
|
function _t(e, n, t, s, o) {
|
13660
13656
|
if (x.isFunction(s))
|
13661
13657
|
return s.call(this, n, t);
|
@@ -13666,10 +13662,10 @@ function _t(e, n, t, s, o) {
|
|
13666
13662
|
return s.test(n);
|
13667
13663
|
}
|
13668
13664
|
}
|
13669
|
-
function
|
13665
|
+
function dg(e) {
|
13670
13666
|
return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (n, t, s) => t.toUpperCase() + s);
|
13671
13667
|
}
|
13672
|
-
function
|
13668
|
+
function cg(e, n) {
|
13673
13669
|
const t = x.toCamelCase(" " + n);
|
13674
13670
|
["get", "set", "has"].forEach((s) => {
|
13675
13671
|
Object.defineProperty(e, s + t, {
|
@@ -13696,8 +13692,8 @@ class te {
|
|
13696
13692
|
const r = (d, u) => x.forEach(d, (h, m) => i(h, m, u));
|
13697
13693
|
if (x.isPlainObject(n) || n instanceof this.constructor)
|
13698
13694
|
r(n, t);
|
13699
|
-
else if (x.isString(n) && (n = n.trim()) && !
|
13700
|
-
r(
|
13695
|
+
else if (x.isString(n) && (n = n.trim()) && !rg(n))
|
13696
|
+
r(sg(n), t);
|
13701
13697
|
else if (x.isHeaders(n))
|
13702
13698
|
for (const [d, u] of n.entries())
|
13703
13699
|
i(u, d, s);
|
@@ -13713,7 +13709,7 @@ class te {
|
|
13713
13709
|
if (!t)
|
13714
13710
|
return o;
|
13715
13711
|
if (t === !0)
|
13716
|
-
return
|
13712
|
+
return ag(o);
|
13717
13713
|
if (x.isFunction(t))
|
13718
13714
|
return t.call(this, o, s);
|
13719
13715
|
if (x.isRegExp(t))
|
@@ -13757,7 +13753,7 @@ class te {
|
|
13757
13753
|
t[r] = $e(o), delete t[i];
|
13758
13754
|
return;
|
13759
13755
|
}
|
13760
|
-
const d = n ?
|
13756
|
+
const d = n ? dg(i) : String(i).trim();
|
13761
13757
|
d !== i && delete t[i], t[d] = $e(o), s[d] = !0;
|
13762
13758
|
}), this;
|
13763
13759
|
}
|
@@ -13793,7 +13789,7 @@ class te {
|
|
13793
13789
|
}).accessors, o = this.prototype;
|
13794
13790
|
function i(r) {
|
13795
13791
|
const d = Ve(r);
|
13796
|
-
s[d] || (
|
13792
|
+
s[d] || (cg(o, r), s[d] = !0);
|
13797
13793
|
}
|
13798
13794
|
return x.isArray(n) ? n.forEach(i) : i(n), this;
|
13799
13795
|
}
|
@@ -13835,11 +13831,11 @@ function Pi(e, n, t) {
|
|
13835
13831
|
t
|
13836
13832
|
));
|
13837
13833
|
}
|
13838
|
-
function
|
13834
|
+
function ug(e) {
|
13839
13835
|
const n = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
|
13840
13836
|
return n && n[1] || "";
|
13841
13837
|
}
|
13842
|
-
function
|
13838
|
+
function mg(e, n) {
|
13843
13839
|
e = e || 10;
|
13844
13840
|
const t = new Array(e), s = new Array(e);
|
13845
13841
|
let o = 0, i = 0, r;
|
@@ -13855,7 +13851,7 @@ function ug(e, n) {
|
|
13855
13851
|
return y ? Math.round(w * 1e3 / y) : void 0;
|
13856
13852
|
};
|
13857
13853
|
}
|
13858
|
-
function
|
13854
|
+
function fg(e, n) {
|
13859
13855
|
let t = 0;
|
13860
13856
|
const s = 1e3 / n;
|
13861
13857
|
let o = null;
|
@@ -13868,8 +13864,8 @@ function mg(e, n) {
|
|
13868
13864
|
}
|
13869
13865
|
const nt = (e, n, t = 3) => {
|
13870
13866
|
let s = 0;
|
13871
|
-
const o =
|
13872
|
-
return
|
13867
|
+
const o = mg(50, 250);
|
13868
|
+
return fg((i) => {
|
13873
13869
|
const r = i.loaded, d = i.lengthComputable ? i.total : void 0, u = r - s, h = o(u), m = r <= d;
|
13874
13870
|
s = r;
|
13875
13871
|
const p = {
|
@@ -13884,7 +13880,7 @@ const nt = (e, n, t = 3) => {
|
|
13884
13880
|
};
|
13885
13881
|
p[n ? "download" : "upload"] = !0, e(p);
|
13886
13882
|
}, t);
|
13887
|
-
},
|
13883
|
+
}, hg = ce.hasStandardBrowserEnv ? (
|
13888
13884
|
// Standard browser envs have full support of the APIs needed to test
|
13889
13885
|
// whether the request URL is of the same origin as current location.
|
13890
13886
|
function() {
|
@@ -13915,7 +13911,7 @@ const nt = (e, n, t = 3) => {
|
|
13915
13911
|
return !0;
|
13916
13912
|
};
|
13917
13913
|
}()
|
13918
|
-
),
|
13914
|
+
), pg = ce.hasStandardBrowserEnv ? (
|
13919
13915
|
// Standard browser envs support document.cookie
|
13920
13916
|
{
|
13921
13917
|
write(e, n, t, s, o, i) {
|
@@ -13942,14 +13938,14 @@ const nt = (e, n, t = 3) => {
|
|
13942
13938
|
}
|
13943
13939
|
}
|
13944
13940
|
);
|
13945
|
-
function
|
13941
|
+
function gg(e) {
|
13946
13942
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
|
13947
13943
|
}
|
13948
|
-
function
|
13944
|
+
function yg(e, n) {
|
13949
13945
|
return n ? e.replace(/\/?\/$/, "") + "/" + n.replace(/^\/+/, "") : e;
|
13950
13946
|
}
|
13951
13947
|
function Ai(e, n) {
|
13952
|
-
return e && !
|
13948
|
+
return e && !gg(n) ? yg(e, n) : n;
|
13953
13949
|
}
|
13954
13950
|
const jn = (e) => e instanceof te ? { ...e } : e;
|
13955
13951
|
function Te(e, n) {
|
@@ -14032,12 +14028,12 @@ const Ei = (e) => {
|
|
14032
14028
|
r.setContentType([h || "multipart/form-data", ...m].join("; "));
|
14033
14029
|
}
|
14034
14030
|
}
|
14035
|
-
if (ce.hasStandardBrowserEnv && (s && x.isFunction(s) && (s = s(n)), s || s !== !1 &&
|
14036
|
-
const h = o && i &&
|
14031
|
+
if (ce.hasStandardBrowserEnv && (s && x.isFunction(s) && (s = s(n)), s || s !== !1 && hg(n.url))) {
|
14032
|
+
const h = o && i && pg.read(i);
|
14037
14033
|
h && r.set(o, h);
|
14038
14034
|
}
|
14039
14035
|
return n;
|
14040
|
-
},
|
14036
|
+
}, bg = typeof XMLHttpRequest < "u", Cg = bg && function(e) {
|
14041
14037
|
return new Promise(function(t, s) {
|
14042
14038
|
const o = Ei(e);
|
14043
14039
|
let i = o.data;
|
@@ -14087,14 +14083,14 @@ const Ei = (e) => {
|
|
14087
14083
|
}), x.isUndefined(o.withCredentials) || (m.withCredentials = !!o.withCredentials), d && d !== "json" && (m.responseType = o.responseType), typeof o.onDownloadProgress == "function" && m.addEventListener("progress", nt(o.onDownloadProgress, !0)), typeof o.onUploadProgress == "function" && m.upload && m.upload.addEventListener("progress", nt(o.onUploadProgress)), (o.cancelToken || o.signal) && (u = (y) => {
|
14088
14084
|
m && (s(!y || y.type ? new Me(null, e, m) : y), m.abort(), m = null);
|
14089
14085
|
}, o.cancelToken && o.cancelToken.subscribe(u), o.signal && (o.signal.aborted ? u() : o.signal.addEventListener("abort", u)));
|
14090
|
-
const w =
|
14086
|
+
const w = ug(o.url);
|
14091
14087
|
if (w && ce.protocols.indexOf(w) === -1) {
|
14092
14088
|
s(new R("Unsupported protocol " + w + ":", R.ERR_BAD_REQUEST, e));
|
14093
14089
|
return;
|
14094
14090
|
}
|
14095
14091
|
m.send(i || null);
|
14096
14092
|
});
|
14097
|
-
},
|
14093
|
+
}, _g = (e, n) => {
|
14098
14094
|
let t = new AbortController(), s;
|
14099
14095
|
const o = function(u) {
|
14100
14096
|
if (!s) {
|
@@ -14116,7 +14112,7 @@ const Ei = (e) => {
|
|
14116
14112
|
return d.unsubscribe = r, [d, () => {
|
14117
14113
|
i && clearTimeout(i), i = null;
|
14118
14114
|
}];
|
14119
|
-
},
|
14115
|
+
}, wg = function* (e, n) {
|
14120
14116
|
let t = e.byteLength;
|
14121
14117
|
if (!n || t < n) {
|
14122
14118
|
yield e;
|
@@ -14125,11 +14121,11 @@ const Ei = (e) => {
|
|
14125
14121
|
let s = 0, o;
|
14126
14122
|
for (; s < t; )
|
14127
14123
|
o = s + n, yield e.slice(s, o), s = o;
|
14128
|
-
},
|
14124
|
+
}, xg = async function* (e, n, t) {
|
14129
14125
|
for await (const s of e)
|
14130
|
-
yield*
|
14126
|
+
yield* wg(ArrayBuffer.isView(s) ? s : await t(String(s)), n);
|
14131
14127
|
}, Un = (e, n, t, s, o) => {
|
14132
|
-
const i =
|
14128
|
+
const i = xg(e, n, o);
|
14133
14129
|
let r = 0;
|
14134
14130
|
return new ReadableStream({
|
14135
14131
|
type: "bytes",
|
@@ -14155,7 +14151,7 @@ const Ei = (e) => {
|
|
14155
14151
|
total: e,
|
14156
14152
|
loaded: s
|
14157
14153
|
}));
|
14158
|
-
}, pt = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Vi = pt && typeof ReadableStream == "function", At = pt && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (n) => e.encode(n))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())),
|
14154
|
+
}, pt = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Vi = pt && typeof ReadableStream == "function", At = pt && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (n) => e.encode(n))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), kg = Vi && (() => {
|
14159
14155
|
let e = !1;
|
14160
14156
|
const n = new Request(ce.origin, {
|
14161
14157
|
body: new ReadableStream(),
|
@@ -14180,7 +14176,7 @@ pt && ((e) => {
|
|
14180
14176
|
});
|
14181
14177
|
});
|
14182
14178
|
})(new Response());
|
14183
|
-
const
|
14179
|
+
const vg = async (e) => {
|
14184
14180
|
if (e == null)
|
14185
14181
|
return 0;
|
14186
14182
|
if (x.isBlob(e))
|
@@ -14191,10 +14187,10 @@ const kg = async (e) => {
|
|
14191
14187
|
return e.byteLength;
|
14192
14188
|
if (x.isURLSearchParams(e) && (e = e + ""), x.isString(e))
|
14193
14189
|
return (await At(e)).byteLength;
|
14194
|
-
},
|
14190
|
+
}, Tg = async (e, n) => {
|
14195
14191
|
const t = x.toFiniteNumber(e.getContentLength());
|
14196
|
-
return t ??
|
14197
|
-
},
|
14192
|
+
return t ?? vg(n);
|
14193
|
+
}, Sg = pt && (async (e) => {
|
14198
14194
|
let {
|
14199
14195
|
url: n,
|
14200
14196
|
method: t,
|
@@ -14210,7 +14206,7 @@ const kg = async (e) => {
|
|
14210
14206
|
fetchOptions: w
|
14211
14207
|
} = Ei(e);
|
14212
14208
|
h = h ? (h + "").toLowerCase() : "text";
|
14213
|
-
let [y, k] = o || i || r ?
|
14209
|
+
let [y, k] = o || i || r ? _g([o, i], r) : [], S, T;
|
14214
14210
|
const B = () => {
|
14215
14211
|
!S && setTimeout(() => {
|
14216
14212
|
y && y.unsubscribe();
|
@@ -14218,7 +14214,7 @@ const kg = async (e) => {
|
|
14218
14214
|
};
|
14219
14215
|
let O;
|
14220
14216
|
try {
|
14221
|
-
if (u &&
|
14217
|
+
if (u && kg && t !== "get" && t !== "head" && (O = await Tg(m, s)) !== 0) {
|
14222
14218
|
let F = new Request(n, {
|
14223
14219
|
method: "POST",
|
14224
14220
|
body: s,
|
@@ -14275,9 +14271,9 @@ const kg = async (e) => {
|
|
14275
14271
|
) : R.from(P, P && P.code, e, T);
|
14276
14272
|
}
|
14277
14273
|
}), Vt = {
|
14278
|
-
http:
|
14279
|
-
xhr:
|
14280
|
-
fetch:
|
14274
|
+
http: Up,
|
14275
|
+
xhr: Cg,
|
14276
|
+
fetch: Sg
|
14281
14277
|
};
|
14282
14278
|
x.forEach(Vt, (e, n) => {
|
14283
14279
|
if (e) {
|
@@ -14288,7 +14284,7 @@ x.forEach(Vt, (e, n) => {
|
|
14288
14284
|
Object.defineProperty(e, "adapterName", { value: n });
|
14289
14285
|
}
|
14290
14286
|
});
|
14291
|
-
const Gn = (e) => `- ${e}`,
|
14287
|
+
const Gn = (e) => `- ${e}`, Og = (e) => x.isFunction(e) || e === null || e === !1, Di = {
|
14292
14288
|
getAdapter: (e) => {
|
14293
14289
|
e = x.isArray(e) ? e : [e];
|
14294
14290
|
const { length: n } = e;
|
@@ -14297,7 +14293,7 @@ const Gn = (e) => `- ${e}`, Sg = (e) => x.isFunction(e) || e === null || e === !
|
|
14297
14293
|
for (let i = 0; i < n; i++) {
|
14298
14294
|
t = e[i];
|
14299
14295
|
let r;
|
14300
|
-
if (s = t, !
|
14296
|
+
if (s = t, !Og(t) && (s = Vt[(r = String(t)).toLowerCase()], s === void 0))
|
14301
14297
|
throw new R(`Unknown adapter '${r}'`);
|
14302
14298
|
if (s)
|
14303
14299
|
break;
|
@@ -14366,7 +14362,7 @@ en.transitional = function(n, t, s) {
|
|
14366
14362
|
)), n ? n(i, r, d) : !0;
|
14367
14363
|
};
|
14368
14364
|
};
|
14369
|
-
function
|
14365
|
+
function Ig(e, n, t) {
|
14370
14366
|
if (typeof e != "object")
|
14371
14367
|
throw new R("options must be an object", R.ERR_BAD_OPTION_VALUE);
|
14372
14368
|
const s = Object.keys(e);
|
@@ -14384,7 +14380,7 @@ function Og(e, n, t) {
|
|
14384
14380
|
}
|
14385
14381
|
}
|
14386
14382
|
const Dt = {
|
14387
|
-
assertOptions:
|
14383
|
+
assertOptions: Ig,
|
14388
14384
|
validators: en
|
14389
14385
|
}, he = Dt.validators;
|
14390
14386
|
class xe {
|
@@ -14575,12 +14571,12 @@ class tn {
|
|
14575
14571
|
};
|
14576
14572
|
}
|
14577
14573
|
}
|
14578
|
-
function
|
14574
|
+
function Mg(e) {
|
14579
14575
|
return function(t) {
|
14580
14576
|
return e.apply(null, t);
|
14581
14577
|
};
|
14582
14578
|
}
|
14583
|
-
function
|
14579
|
+
function Lg(e) {
|
14584
14580
|
return x.isObject(e) && e.isAxiosError === !0;
|
14585
14581
|
}
|
14586
14582
|
const Ht = {
|
@@ -14669,18 +14665,18 @@ K.Cancel = K.CanceledError;
|
|
14669
14665
|
K.all = function(n) {
|
14670
14666
|
return Promise.all(n);
|
14671
14667
|
};
|
14672
|
-
K.spread =
|
14673
|
-
K.isAxiosError =
|
14668
|
+
K.spread = Mg;
|
14669
|
+
K.isAxiosError = Lg;
|
14674
14670
|
K.mergeConfig = Te;
|
14675
14671
|
K.AxiosHeaders = te;
|
14676
14672
|
K.formToJSON = (e) => Fi(x.isHTMLForm(e) ? new FormData(e) : e);
|
14677
14673
|
K.getAdapter = Di.getAdapter;
|
14678
14674
|
K.HttpStatusCode = Ht;
|
14679
14675
|
K.default = K;
|
14680
|
-
const
|
14676
|
+
const Fg = {
|
14681
14677
|
name: "CmdUploadForm",
|
14682
14678
|
emits: ["click", "error", "upload-complete", "upload-file-success"],
|
14683
|
-
mixins: [oe,
|
14679
|
+
mixins: [oe, op],
|
14684
14680
|
data() {
|
14685
14681
|
return {
|
14686
14682
|
comment: "",
|
@@ -15203,30 +15199,30 @@ const Lg = {
|
|
15203
15199
|
}
|
15204
15200
|
}
|
15205
15201
|
}
|
15206
|
-
},
|
15202
|
+
}, Bg = { key: 0 }, Pg = {
|
15207
15203
|
key: 1,
|
15208
15204
|
class: "flex-container vertical"
|
15209
|
-
},
|
15205
|
+
}, Ag = {
|
15210
15206
|
key: 0,
|
15211
15207
|
class: "flex-container vertical list-files-wrapper"
|
15212
|
-
},
|
15208
|
+
}, Eg = {
|
15213
15209
|
key: 0,
|
15214
15210
|
class: "list-of-files total-files"
|
15215
|
-
},
|
15211
|
+
}, Vg = { class: "flex-container no-flex" }, Dg = ["title"], Hg = {
|
15216
15212
|
key: 0,
|
15217
15213
|
class: "progressbar"
|
15218
|
-
},
|
15214
|
+
}, qg = ["value", "title"], Rg = /* @__PURE__ */ f("hr", null, null, -1), Ng = { class: "flex-container vertical list-files-wrapper" }, jg = { class: "list-of-files" }, Ug = ["title", "onClick"], zg = {
|
15219
15215
|
key: 0,
|
15220
15216
|
class: "progressbar"
|
15221
|
-
},
|
15217
|
+
}, Wg = ["value", "title"], Gg = ["title"], Jg = /* @__PURE__ */ f("hr", null, null, -1), Kg = { class: "upload-conditions" }, Zg = { class: "small" }, Yg = ["title"], Xg = {
|
15222
15218
|
key: 0,
|
15223
15219
|
class: "list-of-file-extensions"
|
15224
|
-
},
|
15220
|
+
}, Qg = { class: "flex-container vertical no-gap" }, $g = ["disabled"], ey = { key: 0 }, ty = { key: 1 }, ny = { class: "button-wrapper no-flex" }, iy = ["disabled"], oy = { key: 0 }, ly = { key: 1 }, sy = {
|
15225
15221
|
key: 0,
|
15226
15222
|
class: "progressbar"
|
15227
|
-
},
|
15228
|
-
function
|
15229
|
-
const r = G, d =
|
15223
|
+
}, ay = ["value", "title"];
|
15224
|
+
function ry(e, n, t, s, o, i) {
|
15225
|
+
const r = G, d = Oh, u = z, h = ee;
|
15230
15226
|
return l(), a(_, null, [
|
15231
15227
|
t.advancedMode ? (l(), a("fieldset", {
|
15232
15228
|
key: 0,
|
@@ -15243,7 +15239,7 @@ function ay(e, n, t, s, o, i) {
|
|
15243
15239
|
systemMessage: i.allSystemMessages.length === 1 ? i.allSystemMessages[0] : e.getMessage("cmduploadform.system_message.the_following_errors_occurred")
|
15244
15240
|
}, {
|
15245
15241
|
default: V(() => [
|
15246
|
-
i.allSystemMessages.length > 1 ? (l(), a("ul",
|
15242
|
+
i.allSystemMessages.length > 1 ? (l(), a("ul", Bg, [
|
15247
15243
|
(l(!0), a(_, null, H(i.allSystemMessages, (m, p) => (l(), a("li", { key: p }, g(m), 1))), 128))
|
15248
15244
|
])) : c("", !0)
|
15249
15245
|
]),
|
@@ -15252,23 +15248,23 @@ function ay(e, n, t, s, o, i) {
|
|
15252
15248
|
f("div", M({
|
15253
15249
|
class: ["box flex-container vertical", { "drop-area": t.enableDragAndDrop, "allow-drop": o.allowDrop }]
|
15254
15250
|
}, kt(i.dragAndDropHandler, !0)), [
|
15255
|
-
o.listOfFiles.length ? (l(), a("div",
|
15256
|
-
t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("div",
|
15251
|
+
o.listOfFiles.length ? (l(), a("div", Pg, [
|
15252
|
+
t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("div", Ag, [
|
15257
15253
|
v(r, M(t.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
15258
15254
|
default: V(() => [
|
15259
15255
|
N(g(e.getMessage("cmduploadform.headline.summary_of_all_files")), 1)
|
15260
15256
|
]),
|
15261
15257
|
_: 1
|
15262
15258
|
}, 16),
|
15263
|
-
t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("ul",
|
15264
|
-
f("li",
|
15259
|
+
t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("ul", Eg, [
|
15260
|
+
f("li", Vg, [
|
15265
15261
|
f("a", {
|
15266
15262
|
href: "#",
|
15267
15263
|
title: e.getMessage("cmduploadform.labeltext.remove_all_files_from_list"),
|
15268
15264
|
onClick: n[0] || (n[0] = I((...m) => i.cancelUpload && i.cancelUpload(...m), ["prevent"]))
|
15269
15265
|
}, [
|
15270
15266
|
v(u, j(we(t.iconDelete)), null, 16)
|
15271
|
-
], 8,
|
15267
|
+
], 8, Dg),
|
15272
15268
|
f("span", null, [
|
15273
15269
|
N(g(o.listOfFiles.length) + " ", 1),
|
15274
15270
|
t.allowMultipleFileUploads ? (l(), a(_, { key: 1 }, [
|
@@ -15283,26 +15279,26 @@ function ay(e, n, t, s, o, i) {
|
|
15283
15279
|
{ error: t.maxTotalUploadSize > 0 && i.totalSize > t.maxTotalUploadSize }
|
15284
15280
|
])
|
15285
15281
|
}, " (" + g(i.formatSize(i.totalSize)) + ") ", 3),
|
15286
|
-
o.uploadInitiated ? (l(), a("span",
|
15282
|
+
o.uploadInitiated ? (l(), a("span", Hg, [
|
15287
15283
|
f("span", null, g(i.getPercentage(i.totalUploadProgress)), 1),
|
15288
15284
|
f("progress", {
|
15289
15285
|
max: "100",
|
15290
15286
|
value: i.totalUploadProgress,
|
15291
15287
|
title: i.totalBytesUploaded
|
15292
|
-
}, null, 8,
|
15288
|
+
}, null, 8, qg)
|
15293
15289
|
])) : c("", !0)
|
15294
15290
|
])
|
15295
15291
|
])) : c("", !0),
|
15296
|
-
|
15292
|
+
Rg
|
15297
15293
|
])) : c("", !0),
|
15298
|
-
f("div",
|
15294
|
+
f("div", Ng, [
|
15299
15295
|
v(r, M(t.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
15300
15296
|
default: V(() => [
|
15301
15297
|
N(g(e.getMessage("cmduploadform.headline.list_of_selected_files")), 1)
|
15302
15298
|
]),
|
15303
15299
|
_: 1
|
15304
15300
|
}, 16),
|
15305
|
-
f("ul",
|
15301
|
+
f("ul", jg, [
|
15306
15302
|
(l(!0), a(_, null, H(o.listOfFiles, (m, p) => (l(), a("li", {
|
15307
15303
|
key: p,
|
15308
15304
|
class: "flex-container no-flex"
|
@@ -15313,7 +15309,7 @@ function ay(e, n, t, s, o, i) {
|
|
15313
15309
|
onClick: I((w) => i.removeFile(p), ["prevent"])
|
15314
15310
|
}, [
|
15315
15311
|
v(u, j(we(t.iconDelete)), null, 16)
|
15316
|
-
], 8,
|
15312
|
+
], 8, Ug),
|
15317
15313
|
f("span", {
|
15318
15314
|
class: b([
|
15319
15315
|
"text-align-right",
|
@@ -15324,13 +15320,13 @@ function ay(e, n, t, s, o, i) {
|
|
15324
15320
|
N(g(m.file.name) + " ", 1),
|
15325
15321
|
f("small", null, "(" + g(i.formatSize(m.file.size)) + ")", 1)
|
15326
15322
|
], 2),
|
15327
|
-
o.uploadInitiated && !m.error ? (l(), a("span",
|
15323
|
+
o.uploadInitiated && !m.error ? (l(), a("span", zg, [
|
15328
15324
|
f("span", null, g(i.getPercentage(m.progress)), 1),
|
15329
15325
|
f("progress", {
|
15330
15326
|
max: "100",
|
15331
15327
|
value: m.progress,
|
15332
15328
|
title: i.formatSize(m.uploadedBytes) + "/" + i.formatSize(m.file.size)
|
15333
|
-
}, null, 8,
|
15329
|
+
}, null, 8, Wg)
|
15334
15330
|
])) : c("", !0)
|
15335
15331
|
]))), 128))
|
15336
15332
|
]),
|
@@ -15339,8 +15335,8 @@ function ay(e, n, t, s, o, i) {
|
|
15339
15335
|
href: "#",
|
15340
15336
|
onClick: n[1] || (n[1] = I((...m) => i.cancel && i.cancel(...m), ["prevent"])),
|
15341
15337
|
title: e.getMessage("cmduploadform.all_files_will_be_removed")
|
15342
|
-
}, g(e.getMessage("cmduploadform.reset_upload")), 9,
|
15343
|
-
|
15338
|
+
}, g(e.getMessage("cmduploadform.reset_upload")), 9, Gg)) : c("", !0),
|
15339
|
+
Jg
|
15344
15340
|
])
|
15345
15341
|
])) : (l(), a(_, { key: 0 }, [
|
15346
15342
|
t.allowMultipleFileUploads ? (l(), C(r, M({ key: 0 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
@@ -15350,7 +15346,7 @@ function ay(e, n, t, s, o, i) {
|
|
15350
15346
|
_: 1
|
15351
15347
|
}, 16)) : c("", !0)
|
15352
15348
|
], 64)),
|
15353
|
-
f("div",
|
15349
|
+
f("div", Kg, [
|
15354
15350
|
t.allowMultipleFileUploads && o.listOfFiles.length ? (l(), C(r, M({ key: 0 }, t.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
|
15355
15351
|
default: V(() => [
|
15356
15352
|
N(g(e.getMessage("cmduploadform.headline.select_additional_files")), 1)
|
@@ -15363,7 +15359,7 @@ function ay(e, n, t, s, o, i) {
|
|
15363
15359
|
]),
|
15364
15360
|
_: 1
|
15365
15361
|
}, 16)) : c("", !0),
|
15366
|
-
f("dl",
|
15362
|
+
f("dl", Zg, [
|
15367
15363
|
t.maxTotalUploadSize > 0 ? (l(), a(_, { key: 0 }, [
|
15368
15364
|
f("dt", {
|
15369
15365
|
class: b({ error: i.totalSize > t.maxTotalUploadSize })
|
@@ -15391,10 +15387,10 @@ function ay(e, n, t, s, o, i) {
|
|
15391
15387
|
iconClass: o.showListOfFileExtensions ? t.iconInvisible.iconClass : t.iconVisible.iconClass,
|
15392
15388
|
type: o.showListOfFileExtensions ? t.iconInvisible.iconType : t.iconVisible.iconType
|
15393
15389
|
}, null, 8, ["iconClass", "type"])
|
15394
|
-
], 8,
|
15390
|
+
], 8, Yg),
|
15395
15391
|
v(ke, { name: "fade" }, {
|
15396
15392
|
default: V(() => [
|
15397
|
-
o.showListOfFileExtensions ? (l(), a("ul",
|
15393
|
+
o.showListOfFileExtensions ? (l(), a("ul", Xg, [
|
15398
15394
|
(l(!0), a(_, null, H(t.allowedFileExtensions, (m, p) => (l(), a("li", {
|
15399
15395
|
key: p,
|
15400
15396
|
class: b({ error: o.errors.fileType })
|
@@ -15406,7 +15402,7 @@ function ay(e, n, t, s, o, i) {
|
|
15406
15402
|
])
|
15407
15403
|
])
|
15408
15404
|
]),
|
15409
|
-
f("div",
|
15405
|
+
f("div", Qg, [
|
15410
15406
|
f("button", {
|
15411
15407
|
type: "button",
|
15412
15408
|
class: b(["button upload primary", { disabled: o.uploadInitiated }]),
|
@@ -15417,8 +15413,8 @@ function ay(e, n, t, s, o, i) {
|
|
15417
15413
|
iconClass: t.iconFileUpload.iconClass,
|
15418
15414
|
type: t.iconFileUpload.iconType
|
15419
15415
|
}, null, 8, ["iconClass", "type"]),
|
15420
|
-
t.allowMultipleFileUploads ? (l(), a("span",
|
15421
|
-
], 10,
|
15416
|
+
t.allowMultipleFileUploads ? (l(), a("span", ey, g(e.getMessage("cmduploadform.labeltext.select_files")), 1)) : (l(), a("span", ty, g(e.getMessage("cmduploadform.labeltext.select_file")), 1))
|
15417
|
+
], 10, $g),
|
15422
15418
|
t.enableDragAndDrop ? (l(), a("p", {
|
15423
15419
|
key: 0,
|
15424
15420
|
class: b(["text-drag-and-drop", { disabled: o.uploadInitiated }])
|
@@ -15448,7 +15444,7 @@ function ay(e, n, t, s, o, i) {
|
|
15448
15444
|
placeholder: e.getMessage("cmduploadform.placeholder.comment"),
|
15449
15445
|
status: t.commentStatusMessage ? "error" : ""
|
15450
15446
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : c("", !0),
|
15451
|
-
f("div",
|
15447
|
+
f("div", ny, [
|
15452
15448
|
f("button", {
|
15453
15449
|
class: b([
|
15454
15450
|
"button primary",
|
@@ -15460,8 +15456,8 @@ function ay(e, n, t, s, o, i) {
|
|
15460
15456
|
onClick: n[5] || (n[5] = (...m) => i.uploadFiles && i.uploadFiles(...m))
|
15461
15457
|
}, [
|
15462
15458
|
v(u, j(we(t.iconUpload)), null, 16),
|
15463
|
-
o.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), a("span",
|
15464
|
-
], 10,
|
15459
|
+
o.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), a("span", oy, g(e.getMessage("cmduploadform.buttontext.upload_file")), 1)) : (l(), a("span", ly, g(e.getMessage("cmduploadform.buttontext.upload_files")), 1))
|
15460
|
+
], 10, iy),
|
15465
15461
|
f("button", {
|
15466
15462
|
class: b(["button", { disabled: o.listOfFiles.length === 0 }]),
|
15467
15463
|
onClick: n[6] || (n[6] = (...m) => i.cancel && i.cancel(...m))
|
@@ -15476,13 +15472,13 @@ function ay(e, n, t, s, o, i) {
|
|
15476
15472
|
onClick: n[7] || (n[7] = I((...m) => i.selectFiles && i.selectFiles(...m), ["prevent"])),
|
15477
15473
|
class: ["cmd-upload-form box", { "drop-area": t.enableDragAndDrop, "allow-drop": o.allowDrop }]
|
15478
15474
|
}, kt(i.dragAndDropHandler, !0)), [
|
15479
|
-
o.uploadInitiated ? (l(), a("span",
|
15475
|
+
o.uploadInitiated ? (l(), a("span", sy, [
|
15480
15476
|
f("span", null, g(i.getPercentage(i.totalUploadProgress)), 1),
|
15481
15477
|
f("progress", {
|
15482
15478
|
max: "100",
|
15483
15479
|
value: i.totalUploadProgress,
|
15484
15480
|
title: i.totalBytesUploaded
|
15485
|
-
}, null, 8,
|
15481
|
+
}, null, 8, ay)
|
15486
15482
|
])) : c("", !0),
|
15487
15483
|
A(e.$slots, "default", {}, () => [
|
15488
15484
|
t.enableDragAndDrop ? (l(), a(_, { key: 1 }, [
|
@@ -15521,7 +15517,7 @@ function ay(e, n, t, s, o, i) {
|
|
15521
15517
|
}, null, 8, ["labelText", "disabled", "multiple", "onChange"])
|
15522
15518
|
], 64);
|
15523
15519
|
}
|
15524
|
-
const
|
15520
|
+
const Xy = /* @__PURE__ */ L(Fg, [["render", ry]]), dy = {
|
15525
15521
|
name: "CmdWidthLimitationWrapper",
|
15526
15522
|
props: {
|
15527
15523
|
/**
|
@@ -15630,8 +15626,8 @@ const Yy = /* @__PURE__ */ L(Lg, [["render", ay]]), ry = {
|
|
15630
15626
|
return e.length === 1 && typeof e[0].type == "symbol" && Array.isArray(e[0].children) ? e[0].children.length === 1 : e.length === 1;
|
15631
15627
|
}
|
15632
15628
|
}
|
15633
|
-
},
|
15634
|
-
function
|
15629
|
+
}, cy = ["id"], uy = ["id"];
|
15630
|
+
function my(e, n, t, s, o, i) {
|
15635
15631
|
const r = G;
|
15636
15632
|
return l(), a("div", {
|
15637
15633
|
class: b(["cmd-width-limitation-wrapper", { sticky: t.sticky }]),
|
@@ -15649,16 +15645,16 @@ function uy(e, n, t, s, o, i) {
|
|
15649
15645
|
}, [
|
15650
15646
|
A(e.$slots, "default")
|
15651
15647
|
], 2))
|
15652
|
-
], 10,
|
15648
|
+
], 10, cy)) : (l(), a(_, { key: 1 }, [
|
15653
15649
|
t.anchorId ? (l(), a("a", {
|
15654
15650
|
key: 0,
|
15655
15651
|
id: t.anchorId
|
15656
|
-
}, null, 8,
|
15652
|
+
}, null, 8, uy)) : c("", !0),
|
15657
15653
|
A(e.$slots, "default")
|
15658
15654
|
], 64))
|
15659
15655
|
], 2);
|
15660
15656
|
}
|
15661
|
-
const
|
15657
|
+
const Qy = /* @__PURE__ */ L(dy, [["render", my]]), fy = {
|
15662
15658
|
name: "ContactInformation",
|
15663
15659
|
props: {
|
15664
15660
|
/**
|
@@ -15691,22 +15687,22 @@ const Xy = /* @__PURE__ */ L(ry, [["render", uy]]), my = {
|
|
15691
15687
|
return !this.$scopedSlots["custom-info"];
|
15692
15688
|
}
|
15693
15689
|
}
|
15694
|
-
},
|
15690
|
+
}, hy = {
|
15695
15691
|
key: 1,
|
15696
15692
|
class: "flex-container"
|
15697
|
-
},
|
15698
|
-
function
|
15699
|
-
const r = za, d = pa, u =
|
15700
|
-
return i.contactFormOnly ? (l(), C(r, j(M({ key: 0 }, e.basicForm)), null, 16)) : (l(), a("div",
|
15693
|
+
}, py = { class: "flex-container vertical" };
|
15694
|
+
function gy(e, n, t, s, o, i) {
|
15695
|
+
const r = za, d = pa, u = bu;
|
15696
|
+
return i.contactFormOnly ? (l(), C(r, j(M({ key: 0 }, e.basicForm)), null, 16)) : (l(), a("div", hy, [
|
15701
15697
|
v(r, j(we(e.basicForm)), null, 16),
|
15702
|
-
f("div",
|
15698
|
+
f("div", py, [
|
15703
15699
|
t.cmdAddressData ? (l(), C(d, j(M({ key: 0 }, t.cmdAddressData)), null, 16)) : c("", !0),
|
15704
15700
|
t.cmdGoogleMaps ? (l(), C(u, j(M({ key: 1 }, t.cmdGoogleMaps)), null, 16)) : c("", !0),
|
15705
15701
|
A(e.$slots, "additional-info")
|
15706
15702
|
])
|
15707
15703
|
]));
|
15708
15704
|
}
|
15709
|
-
const
|
15705
|
+
const $y = /* @__PURE__ */ L(fy, [["render", gy]]), yy = {
|
15710
15706
|
name: "MultipleBoxWrapper",
|
15711
15707
|
props: {
|
15712
15708
|
segments: {
|
@@ -15714,10 +15710,10 @@ const Qy = /* @__PURE__ */ L(my, [["render", py]]), gy = {
|
|
15714
15710
|
default: null
|
15715
15711
|
}
|
15716
15712
|
}
|
15717
|
-
},
|
15718
|
-
function
|
15713
|
+
}, by = { class: "cmd-page-multiple-box-wrapper flex-container vertical" };
|
15714
|
+
function Cy(e, n, t, s, o, i) {
|
15719
15715
|
const r = gi, d = Kd;
|
15720
|
-
return l(), a("div",
|
15716
|
+
return l(), a("div", by, [
|
15721
15717
|
(l(!0), a(_, null, H(t.segments, (u, h) => (l(), a(_, { key: h }, [
|
15722
15718
|
v(d, {
|
15723
15719
|
boxesPerRow: u.boxesPerRow,
|
@@ -15744,7 +15740,7 @@ function by(e, n, t, s, o, i) {
|
|
15744
15740
|
], 64))), 128))
|
15745
15741
|
]);
|
15746
15742
|
}
|
15747
|
-
const
|
15743
|
+
const eb = /* @__PURE__ */ L(yy, [["render", Cy]]), _y = {
|
15748
15744
|
name: "MultipleListsOfLinks",
|
15749
15745
|
props: {
|
15750
15746
|
segments: {
|
@@ -15752,10 +15748,10 @@ const $y = /* @__PURE__ */ L(gy, [["render", by]]), Cy = {
|
|
15752
15748
|
default: null
|
15753
15749
|
}
|
15754
15750
|
}
|
15755
|
-
},
|
15756
|
-
function
|
15751
|
+
}, wy = { class: "cmd-page-multiple-lists-of-links flex-container vertical" };
|
15752
|
+
function xy(e, n, t, s, o, i) {
|
15757
15753
|
const r = pi;
|
15758
|
-
return l(), a("div",
|
15754
|
+
return l(), a("div", wy, [
|
15759
15755
|
(l(!0), a(_, null, H(t.segments, (d, u) => (l(), a(_, { key: u }, [
|
15760
15756
|
v(r, {
|
15761
15757
|
links: d.links,
|
@@ -15767,7 +15763,7 @@ function wy(e, n, t, s, o, i) {
|
|
15767
15763
|
], 64))), 128))
|
15768
15764
|
]);
|
15769
15765
|
}
|
15770
|
-
const
|
15766
|
+
const tb = /* @__PURE__ */ L(_y, [["render", xy]]), nb = {
|
15771
15767
|
// el = real dom-element
|
15772
15768
|
mounted(e) {
|
15773
15769
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
@@ -15777,7 +15773,7 @@ const eb = /* @__PURE__ */ L(Cy, [["render", wy]]), tb = {
|
|
15777
15773
|
n ? n.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
|
15778
15774
|
}
|
15779
15775
|
}
|
15780
|
-
},
|
15776
|
+
}, ib = {
|
15781
15777
|
// el = real dom-element
|
15782
15778
|
// binding.value = value of v-directive
|
15783
15779
|
mounted(e, n) {
|
@@ -15787,7 +15783,7 @@ const eb = /* @__PURE__ */ L(Cy, [["render", wy]]), tb = {
|
|
15787
15783
|
}
|
15788
15784
|
}
|
15789
15785
|
};
|
15790
|
-
function
|
15786
|
+
function ob() {
|
15791
15787
|
const e = {};
|
15792
15788
|
Ki(s);
|
15793
15789
|
function n(o = "defaultSequence") {
|
@@ -15804,66 +15800,66 @@ function ib() {
|
|
15804
15800
|
}
|
15805
15801
|
export {
|
15806
15802
|
pa as CmdAddressData,
|
15807
|
-
|
15808
|
-
|
15803
|
+
Ty as CmdBackToTopButton,
|
15804
|
+
Sy as CmdBankAccountData,
|
15809
15805
|
za as CmdBasicForm,
|
15810
15806
|
gi as CmdBox,
|
15811
15807
|
Kd as CmdBoxWrapper,
|
15812
15808
|
lc as CmdBreadcrumbs,
|
15813
15809
|
cc as CmdCompanyLogo,
|
15814
|
-
|
15815
|
-
|
15816
|
-
|
15817
|
-
|
15818
|
-
|
15810
|
+
Iy as CmdContainer,
|
15811
|
+
My as CmdCookieDisclaimer,
|
15812
|
+
Ly as CmdCopyrightInformation,
|
15813
|
+
su as CmdFakeSelect,
|
15814
|
+
Oy as CmdFancyBox,
|
15819
15815
|
Aa as CmdForm,
|
15820
15816
|
ee as CmdFormElement,
|
15821
|
-
|
15822
|
-
|
15817
|
+
fu as CmdFormFilters,
|
15818
|
+
bu as CmdGoogleMaps,
|
15823
15819
|
G as CmdHeadline,
|
15824
15820
|
z as CmdIcon,
|
15825
15821
|
_e as CmdImage,
|
15826
|
-
|
15827
|
-
|
15828
|
-
|
15822
|
+
Fy as CmdImageGallery,
|
15823
|
+
By as CmdImageZoom,
|
15824
|
+
Uu as CmdInputGroup,
|
15829
15825
|
We as CmdLink,
|
15830
15826
|
pi as CmdListOfLinks,
|
15831
|
-
|
15832
|
-
|
15833
|
-
|
15834
|
-
|
15835
|
-
|
15836
|
-
|
15837
|
-
|
15838
|
-
|
15839
|
-
|
15840
|
-
|
15841
|
-
|
15842
|
-
|
15843
|
-
|
15827
|
+
Py as CmdLoginForm,
|
15828
|
+
gm as CmdMainNavigation,
|
15829
|
+
Ay as CmdMultistepFormProgressBar,
|
15830
|
+
Ey as CmdNewsletterSubscription,
|
15831
|
+
Vy as CmdOpeningHours,
|
15832
|
+
Hy as CmdPageFooter,
|
15833
|
+
qy as CmdPageHeader,
|
15834
|
+
Dy as CmdPagination,
|
15835
|
+
Ry as CmdProgressBar,
|
15836
|
+
Ny as CmdSidebar,
|
15837
|
+
jy as CmdSiteFooter,
|
15838
|
+
Uy as CmdSiteHeader,
|
15839
|
+
zy as CmdSiteSearch,
|
15844
15840
|
dt as CmdSlideButton,
|
15845
|
-
|
15846
|
-
|
15847
|
-
|
15848
|
-
|
15849
|
-
|
15850
|
-
|
15851
|
-
|
15841
|
+
Wy as CmdSlideshow,
|
15842
|
+
_f as CmdSocialNetworks,
|
15843
|
+
Gy as CmdSwitchLanguage,
|
15844
|
+
Oh as CmdSystemMessage,
|
15845
|
+
Jy as CmdTable,
|
15846
|
+
Ky as CmdTabs,
|
15847
|
+
Zy as CmdTextImageBlock,
|
15852
15848
|
Ir as CmdThumbnailScroller,
|
15853
|
-
|
15849
|
+
Yy as CmdToggleDarkMode,
|
15854
15850
|
Il as CmdTooltip,
|
15855
|
-
|
15856
|
-
|
15857
|
-
|
15858
|
-
|
15859
|
-
|
15851
|
+
Xy as CmdUploadForm,
|
15852
|
+
Qy as CmdWidthLimitationWrapper,
|
15853
|
+
$y as ContactInformation,
|
15854
|
+
nb as DirFocus,
|
15855
|
+
ib as DirTelephone,
|
15860
15856
|
Se as EditComponentWrapper,
|
15861
15857
|
oe as I18n,
|
15862
|
-
|
15863
|
-
|
15858
|
+
eb as MultipleBoxWrapper,
|
15859
|
+
tb as MultipleListsOfLinks,
|
15864
15860
|
fi as createHtmlId,
|
15865
15861
|
je as createUuid,
|
15866
15862
|
He as getFileExtension,
|
15867
15863
|
ct as openFancyBox,
|
15868
|
-
|
15864
|
+
ob as useSequence
|
15869
15865
|
};
|