comand-component-library 4.0.61 → 4.0.62
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: [$],
|
@@ -7377,6 +7377,8 @@ const cc = /* @__PURE__ */ L(sc, [["render", dc]]), uc = {
|
|
7377
7377
|
},
|
7378
7378
|
computed: {
|
7379
7379
|
containerClass() {
|
7380
|
+
},
|
7381
|
+
setInnerClass() {
|
7380
7382
|
let e = null;
|
7381
7383
|
switch (this.containerType) {
|
7382
7384
|
case "grid":
|
@@ -7390,30 +7392,17 @@ const cc = /* @__PURE__ */ L(sc, [["render", dc]]), uc = {
|
|
7390
7392
|
break;
|
7391
7393
|
}
|
7392
7394
|
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 "";
|
7404
7395
|
}
|
7405
7396
|
}
|
7406
|
-
}, mc = ["innerHTML"],
|
7407
|
-
function
|
7397
|
+
}, mc = { class: "cmd-container" }, fc = ["innerHTML"], hc = ["innerHTML"];
|
7398
|
+
function pc(e, n, t, s, o, i) {
|
7408
7399
|
const r = G;
|
7409
|
-
return l(), a("div",
|
7410
|
-
class: b(["cmd-container", i.containerClass])
|
7411
|
-
}, [
|
7400
|
+
return l(), a("div", mc, [
|
7412
7401
|
t.cmdHeadline ? (l(), C(r, j(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
7413
7402
|
t.contentAboveSlot ? (l(), a("div", {
|
7414
7403
|
key: 1,
|
7415
7404
|
innerHTML: t.contentAboveSlot
|
7416
|
-
}, null, 8,
|
7405
|
+
}, null, 8, fc)) : c("", !0),
|
7417
7406
|
i.oneSlotItem() ? A(e.$slots, "default", { key: 2 }) : (l(), a("div", {
|
7418
7407
|
key: 3,
|
7419
7408
|
class: b(i.setInnerClass)
|
@@ -7423,10 +7412,10 @@ function hc(e, n, t, s, o, i) {
|
|
7423
7412
|
t.contentBelowSlot ? (l(), a("div", {
|
7424
7413
|
key: 4,
|
7425
7414
|
innerHTML: t.contentBelowSlot
|
7426
|
-
}, null, 8,
|
7427
|
-
]
|
7415
|
+
}, null, 8, hc)) : c("", !0)
|
7416
|
+
]);
|
7428
7417
|
}
|
7429
|
-
const
|
7418
|
+
const Iy = /* @__PURE__ */ L(uc, [["render", pc]]), gc = {
|
7430
7419
|
data() {
|
7431
7420
|
return {
|
7432
7421
|
defaultMessageProperties: {
|
@@ -7435,9 +7424,9 @@ const Oy = /* @__PURE__ */ L(uc, [["render", hc]]), pc = {
|
|
7435
7424
|
}
|
7436
7425
|
};
|
7437
7426
|
}
|
7438
|
-
},
|
7427
|
+
}, yc = {
|
7439
7428
|
name: "CmdCookieDisclaimer",
|
7440
|
-
mixins: [oe,
|
7429
|
+
mixins: [oe, gc],
|
7441
7430
|
data() {
|
7442
7431
|
return {
|
7443
7432
|
showCookieDisclaimer: !0,
|
@@ -7560,20 +7549,20 @@ const Oy = /* @__PURE__ */ L(uc, [["render", hc]]), pc = {
|
|
7560
7549
|
}));
|
7561
7550
|
}
|
7562
7551
|
}
|
7563
|
-
},
|
7552
|
+
}, bc = { class: "cmd-cookie-disclaimer flex-container vertical" }, Cc = {
|
7564
7553
|
key: 0,
|
7565
7554
|
class: "flex-container vertical"
|
7566
|
-
},
|
7555
|
+
}, _c = { key: 0 }, wc = { key: 1 }, xc = ["href", "target"], kc = ["innerHTML"], vc = /* @__PURE__ */ f("hr", null, null, -1), Tc = {
|
7567
7556
|
key: 1,
|
7568
7557
|
class: "flex-container vertical"
|
7569
|
-
},
|
7570
|
-
function
|
7558
|
+
}, Sc = { key: 0 }, Oc = { key: 1 }, Ic = ["href", "target"], Mc = ["innerHTML"], Lc = { class: "button-wrapper align-center" };
|
7559
|
+
function Fc(e, n, t, s, o, i) {
|
7571
7560
|
const r = G, d = ee, u = gi;
|
7572
7561
|
return l(), C(ke, { name: "fade" }, {
|
7573
7562
|
default: V(() => {
|
7574
7563
|
var h, m, p;
|
7575
7564
|
return [
|
7576
|
-
f("div",
|
7565
|
+
f("div", bc, [
|
7577
7566
|
t.useSlot ? A(e.$slots, "default", { key: 0 }) : (l(), a(_, { key: 1 }, [
|
7578
7567
|
(h = t.cmdHeadlineCookieDisclaimer) != null && h.show && ((m = t.cmdHeadlineCookieDisclaimer) != null && m.headlineText) && ((p = t.cmdHeadlineCookieDisclaimer) != null && p.headlineLevel) ? (l(), C(r, {
|
7579
7568
|
key: 0,
|
@@ -7583,7 +7572,7 @@ function Lc(e, n, t, s, o, i) {
|
|
7583
7572
|
A(e.$slots, "cookie-options", {}, () => {
|
7584
7573
|
var w, y, k, S, T, B, O, P;
|
7585
7574
|
return [
|
7586
|
-
(w = t.cookieOptions) != null && w.required ? (l(), a("div",
|
7575
|
+
(w = t.cookieOptions) != null && w.required ? (l(), a("div", Cc, [
|
7587
7576
|
(y = t.cmdBoxRequiredCookies) != null && y.showHeadline ? (l(), C(r, {
|
7588
7577
|
key: 0,
|
7589
7578
|
"headline-text": (k = t.cmdBoxRequiredCookies) == null ? void 0 : k.headlineText,
|
@@ -7611,26 +7600,26 @@ function Lc(e, n, t, s, o, i) {
|
|
7611
7600
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
7612
7601
|
]),
|
7613
7602
|
body: V(() => [
|
7614
|
-
D.description ? (l(), a("p",
|
7615
|
-
D.linkDataPrivacy ? (l(), a("p",
|
7603
|
+
D.description ? (l(), a("p", _c, g(D.description), 1)) : c("", !0),
|
7604
|
+
D.linkDataPrivacy ? (l(), a("p", wc, [
|
7616
7605
|
N(g(D.linkDataPrivacy.label) + " ", 1),
|
7617
7606
|
f("a", {
|
7618
7607
|
onClick: n[1] || (n[1] = (...q) => i.openDataPrivacy && i.openDataPrivacy(...q)),
|
7619
7608
|
href: D.linkDataPrivacy.link,
|
7620
7609
|
target: D.linkDataPrivacy.target
|
7621
|
-
}, g(D.linkDataPrivacy.linkText), 9,
|
7610
|
+
}, g(D.linkDataPrivacy.linkText), 9, xc)
|
7622
7611
|
])) : c("", !0),
|
7623
7612
|
o.dataPrivacyContent ? (l(), a("div", {
|
7624
7613
|
key: 2,
|
7625
7614
|
innerHTML: o.dataPrivacyContent
|
7626
|
-
}, null, 8,
|
7615
|
+
}, null, 8, kc)) : c("", !0)
|
7627
7616
|
]),
|
7628
7617
|
_: 2
|
7629
7618
|
}, 1032, ["collapsible"]);
|
7630
7619
|
}), 128))
|
7631
7620
|
])) : c("", !0),
|
7632
|
-
|
7633
|
-
(T = t.cookieOptions) != null && T.optional ? (l(), a("div",
|
7621
|
+
vc,
|
7622
|
+
(T = t.cookieOptions) != null && T.optional ? (l(), a("div", Tc, [
|
7634
7623
|
(B = t.cmdBoxOptionalCookies) != null && B.showHeadline ? (l(), C(r, {
|
7635
7624
|
key: 0,
|
7636
7625
|
"headline-text": (O = t.cmdBoxOptionalCookies) == null ? void 0 : O.headlineText,
|
@@ -7658,19 +7647,19 @@ function Lc(e, n, t, s, o, i) {
|
|
7658
7647
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
7659
7648
|
]),
|
7660
7649
|
body: V(() => [
|
7661
|
-
D.description ? (l(), a("p",
|
7662
|
-
D.linkDataPrivacy ? (l(), a("p",
|
7650
|
+
D.description ? (l(), a("p", Sc, g(D.description), 1)) : c("", !0),
|
7651
|
+
D.linkDataPrivacy ? (l(), a("p", Oc, [
|
7663
7652
|
N(g(D.linkDataPrivacy.label) + " ", 1),
|
7664
7653
|
f("a", {
|
7665
7654
|
onClick: n[3] || (n[3] = (...q) => i.openDataPrivacy && i.openDataPrivacy(...q)),
|
7666
7655
|
href: D.linkDataPrivacy.link,
|
7667
7656
|
target: D.linkDataPrivacy.target
|
7668
|
-
}, g(D.linkDataPrivacy.linkText), 9,
|
7657
|
+
}, g(D.linkDataPrivacy.linkText), 9, Ic)
|
7669
7658
|
])) : c("", !0),
|
7670
7659
|
o.dataPrivacyContent ? (l(), a("div", {
|
7671
7660
|
key: 2,
|
7672
7661
|
innerHTML: o.dataPrivacyContent
|
7673
|
-
}, null, 8,
|
7662
|
+
}, null, 8, Mc)) : c("", !0)
|
7674
7663
|
]),
|
7675
7664
|
_: 2
|
7676
7665
|
}, 1032, ["collapsible"]);
|
@@ -7679,7 +7668,7 @@ function Lc(e, n, t, s, o, i) {
|
|
7679
7668
|
];
|
7680
7669
|
}),
|
7681
7670
|
A(e.$slots, "privacy-text"),
|
7682
|
-
f("div",
|
7671
|
+
f("div", Lc, [
|
7683
7672
|
t.buttonLabelAcceptCurrentSettings ? (l(), a("button", {
|
7684
7673
|
key: 0,
|
7685
7674
|
type: "button",
|
@@ -7703,23 +7692,23 @@ function Lc(e, n, t, s, o, i) {
|
|
7703
7692
|
_: 3
|
7704
7693
|
});
|
7705
7694
|
}
|
7706
|
-
const
|
7695
|
+
const My = /* @__PURE__ */ L(yc, [["render", Fc]]), Bc = {
|
7707
7696
|
name: "CmdCopyrightWrapper"
|
7708
|
-
},
|
7697
|
+
}, Pc = {
|
7709
7698
|
class: "cmd-copyright-information",
|
7710
7699
|
role: "contentinfo"
|
7711
|
-
},
|
7700
|
+
}, Ac = /* @__PURE__ */ f("a", {
|
7712
7701
|
href: "https://www.comand-cms.com",
|
7713
7702
|
target: "comand-website",
|
7714
7703
|
lang: "en",
|
7715
7704
|
title: "CoManD-Website"
|
7716
|
-
}, "© CoManD", -1),
|
7717
|
-
|
7705
|
+
}, "© CoManD", -1), Ec = [
|
7706
|
+
Ac
|
7718
7707
|
];
|
7719
|
-
function
|
7720
|
-
return l(), a("div",
|
7708
|
+
function Vc(e, n, t, s, o, i) {
|
7709
|
+
return l(), a("div", Pc, Ec);
|
7721
7710
|
}
|
7722
|
-
const
|
7711
|
+
const Ly = /* @__PURE__ */ L(Bc, [["render", Vc]]), Dc = {
|
7723
7712
|
data() {
|
7724
7713
|
return {
|
7725
7714
|
defaultMessageProperties: {
|
@@ -7732,12 +7721,12 @@ const My = /* @__PURE__ */ L(Fc, [["render", Ec]]), Vc = {
|
|
7732
7721
|
}
|
7733
7722
|
};
|
7734
7723
|
}
|
7735
|
-
},
|
7724
|
+
}, Hc = {
|
7736
7725
|
name: "CmdFakeSelect",
|
7737
7726
|
inheritAttrs: !1,
|
7738
7727
|
mixins: [
|
7739
7728
|
oe,
|
7740
|
-
|
7729
|
+
Dc,
|
7741
7730
|
rt,
|
7742
7731
|
ze,
|
7743
7732
|
Kt
|
@@ -7991,23 +7980,23 @@ const My = /* @__PURE__ */ L(Fc, [["render", Ec]]), Vc = {
|
|
7991
7980
|
deep: !0
|
7992
7981
|
}
|
7993
7982
|
}
|
7994
|
-
},
|
7983
|
+
}, qc = ["title", "aria-labelledby", "aria-required"], Rc = {
|
7995
7984
|
key: 0,
|
7996
7985
|
class: "label-text"
|
7997
|
-
},
|
7986
|
+
}, Nc = ["id"], jc = {
|
7998
7987
|
key: 0,
|
7999
7988
|
"aria-hidden": "true"
|
8000
|
-
},
|
7989
|
+
}, Uc = ["title", "aria-errormessage", "id"], zc = ["aria-expanded"], Wc = ["title"], Gc = ["src", "alt"], Jc = {
|
8001
7990
|
key: 3,
|
8002
7991
|
class: "option-name"
|
8003
|
-
},
|
7992
|
+
}, Kc = {
|
8004
7993
|
key: 0,
|
8005
7994
|
role: "listbox"
|
8006
|
-
},
|
7995
|
+
}, 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
7996
|
key: 0,
|
8008
7997
|
class: "select-all-options"
|
8009
7998
|
};
|
8010
|
-
function
|
7999
|
+
function lu(e, n, t, s, o, i) {
|
8011
8000
|
var h, m, p, w;
|
8012
8001
|
const r = z, d = Gt, u = be("router-link");
|
8013
8002
|
return l(), a("div", {
|
@@ -8026,11 +8015,11 @@ function ou(e, n, t, s, o, i) {
|
|
8026
8015
|
"aria-required": e.$attrs.required !== void 0,
|
8027
8016
|
ref: "fakeselect"
|
8028
8017
|
}, [
|
8029
|
-
t.showLabel ? (l(), a("span",
|
8018
|
+
t.showLabel ? (l(), a("span", Rc, [
|
8030
8019
|
f("span", { id: e.htmlId }, [
|
8031
8020
|
N(g(t.labelText), 1),
|
8032
|
-
e.$attrs.required !== void 0 ? (l(), a("sup",
|
8033
|
-
], 8,
|
8021
|
+
e.$attrs.required !== void 0 ? (l(), a("sup", jc, "*")) : c("", !0)
|
8022
|
+
], 8, Nc),
|
8034
8023
|
(e.$attrs.required || e.inputRequirements.length) && t.showStatusIcon ? (l(), a("a", {
|
8035
8024
|
key: 0,
|
8036
8025
|
href: "#",
|
@@ -8042,7 +8031,7 @@ function ou(e, n, t, s, o, i) {
|
|
8042
8031
|
id: e.tooltipId
|
8043
8032
|
}, [
|
8044
8033
|
v(r, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
8045
|
-
], 8,
|
8034
|
+
], 8, Uc)) : c("", !0),
|
8046
8035
|
e.useCustomTooltip && (o.validationStatus === "" || o.validationStatus === "error") ? (l(), C(d, {
|
8047
8036
|
key: 1,
|
8048
8037
|
ref: "tooltip",
|
@@ -8070,7 +8059,7 @@ function ou(e, n, t, s, o, i) {
|
|
8070
8059
|
src: i.pathFlag(i.optionCountry),
|
8071
8060
|
alt: i.optionCountry,
|
8072
8061
|
class: b(["flag", i.optionCountry])
|
8073
|
-
}, null, 10,
|
8062
|
+
}, null, 10, Gc)) : t.type === "color" ? (l(), a("span", {
|
8074
8063
|
key: 1,
|
8075
8064
|
style: et("background: " + i.optionColor)
|
8076
8065
|
}, null, 4)) : c("", !0),
|
@@ -8079,15 +8068,15 @@ function ou(e, n, t, s, o, i) {
|
|
8079
8068
|
type: (p = i.optionIcon) == null ? void 0 : p.iconType,
|
8080
8069
|
iconClass: (w = i.optionIcon) == null ? void 0 : w.iconClass
|
8081
8070
|
}, null, 8, ["type", "iconClass"])) : c("", !0),
|
8082
|
-
i.optionName ? (l(), a("span",
|
8071
|
+
i.optionName ? (l(), a("span", Jc, g(i.optionName), 1)) : c("", !0),
|
8083
8072
|
t.iconDropdown ? (l(), C(r, {
|
8084
8073
|
key: 4,
|
8085
8074
|
iconClass: t.iconDropdown.iconClass,
|
8086
8075
|
type: t.iconDropdown.iconType,
|
8087
8076
|
title: t.iconDropdown.tooltip
|
8088
8077
|
}, null, 8, ["iconClass", "type", "title"])) : c("", !0)
|
8089
|
-
], 40,
|
8090
|
-
t.type === "default" && o.showOptions ? (l(), a("ul",
|
8078
|
+
], 40, Wc),
|
8079
|
+
t.type === "default" && o.showOptions ? (l(), a("ul", Kc, [
|
8091
8080
|
(l(!0), a(_, null, H(t.selectData, (y, k) => (l(), a("li", {
|
8092
8081
|
key: k,
|
8093
8082
|
role: "option",
|
@@ -8105,8 +8094,8 @@ function ou(e, n, t, s, o, i) {
|
|
8105
8094
|
iconClass: y.iconClass,
|
8106
8095
|
type: y.iconType
|
8107
8096
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
8108
|
-
y.text ? (l(), a("span",
|
8109
|
-
], 10,
|
8097
|
+
y.text ? (l(), a("span", Xc, g(y.text), 1)) : c("", !0)
|
8098
|
+
], 10, Yc)) : c("", !0),
|
8110
8099
|
t.optionLinkType === "router" ? (l(), C(u, {
|
8111
8100
|
key: 1,
|
8112
8101
|
to: "#",
|
@@ -8123,7 +8112,7 @@ function ou(e, n, t, s, o, i) {
|
|
8123
8112
|
]),
|
8124
8113
|
_: 2
|
8125
8114
|
}, 1032, ["onClick", "class"])) : c("", !0)
|
8126
|
-
], 8,
|
8115
|
+
], 8, Zc))), 128))
|
8127
8116
|
])) : t.type !== "default" && t.type !== "content" && o.showOptions ? (l(), a("ul", {
|
8128
8117
|
key: 1,
|
8129
8118
|
class: b({ "checkbox-options": t.type === "checkboxOptions" }),
|
@@ -8141,9 +8130,9 @@ function ou(e, n, t, s, o, i) {
|
|
8141
8130
|
onChange: n[3] || (n[3] = (...S) => i.optionSelect && i.optionSelect(...S)),
|
8142
8131
|
checked: i.compareValues(y.value),
|
8143
8132
|
id: "option-" + (k + 1)
|
8144
|
-
}, null, 40,
|
8133
|
+
}, null, 40, eu),
|
8145
8134
|
f("span", null, g(y.text), 1)
|
8146
|
-
], 10,
|
8135
|
+
], 10, $c)) : t.type === "country" ? (l(), a("a", {
|
8147
8136
|
key: 1,
|
8148
8137
|
href: "#",
|
8149
8138
|
onClick: I((S) => i.selectOption(y.value), ["prevent"]),
|
@@ -8153,9 +8142,9 @@ function ou(e, n, t, s, o, i) {
|
|
8153
8142
|
class: "flag",
|
8154
8143
|
src: i.pathFlag(y.value),
|
8155
8144
|
alt: y.text
|
8156
|
-
}, null, 8,
|
8145
|
+
}, null, 8, nu),
|
8157
8146
|
f("span", null, g(y.text), 1)
|
8158
|
-
], 10,
|
8147
|
+
], 10, tu)) : t.type === "color" ? (l(), a("a", {
|
8159
8148
|
key: 2,
|
8160
8149
|
href: "#",
|
8161
8150
|
onClick: I((S) => i.selectOption(y.value), ["prevent"]),
|
@@ -8166,9 +8155,9 @@ function ou(e, n, t, s, o, i) {
|
|
8166
8155
|
style: et("background: " + y.value)
|
8167
8156
|
}, null, 4),
|
8168
8157
|
f("span", null, g(y.text), 1)
|
8169
|
-
], 10,
|
8158
|
+
], 10, iu)) : c("", !0)
|
8170
8159
|
]))), 128)),
|
8171
|
-
t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), a("li",
|
8160
|
+
t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), a("li", ou, [
|
8172
8161
|
f("a", {
|
8173
8162
|
href: "#",
|
8174
8163
|
onClick: n[4] || (n[4] = I((...y) => i.toggleAllOptions && i.toggleAllOptions(...y), ["prevent"]))
|
@@ -8185,12 +8174,12 @@ function ou(e, n, t, s, o, i) {
|
|
8185
8174
|
f("span", null, g(i.selectAllOptionsText), 1)
|
8186
8175
|
])
|
8187
8176
|
])) : c("", !0)
|
8188
|
-
], 10,
|
8177
|
+
], 10, Qc)) : t.type === "content" && o.showOptions ? A(e.$slots, "default", { key: 2 }) : c("", !0)
|
8189
8178
|
])
|
8190
|
-
], 42,
|
8191
|
-
], 10,
|
8179
|
+
], 42, zc)
|
8180
|
+
], 10, qc);
|
8192
8181
|
}
|
8193
|
-
const
|
8182
|
+
const su = /* @__PURE__ */ L(Hc, [["render", lu]]), au = {
|
8194
8183
|
name: "CmdFormFilters",
|
8195
8184
|
data() {
|
8196
8185
|
return {
|
@@ -8266,14 +8255,14 @@ const lu = /* @__PURE__ */ L(Dc, [["render", ou]]), su = {
|
|
8266
8255
|
deep: !0
|
8267
8256
|
}
|
8268
8257
|
}
|
8269
|
-
},
|
8258
|
+
}, ru = {
|
8270
8259
|
key: 0,
|
8271
8260
|
class: "cmd-form-filters"
|
8272
|
-
},
|
8273
|
-
function
|
8261
|
+
}, du = { key: 0 }, cu = { key: 1 }, uu = ["onClick", "title"];
|
8262
|
+
function mu(e, n, t, s, o, i) {
|
8274
8263
|
const r = z;
|
8275
|
-
return o.options.length ? (l(), a("ul",
|
8276
|
-
o.options.length > 1 ? (l(), a("li",
|
8264
|
+
return o.options.length ? (l(), a("ul", ru, [
|
8265
|
+
o.options.length > 1 ? (l(), a("li", du, [
|
8277
8266
|
f("a", {
|
8278
8267
|
href: "#",
|
8279
8268
|
onClick: n[0] || (n[0] = I((...d) => i.deleteAllFilters && i.deleteAllFilters(...d), ["prevent"]))
|
@@ -8283,7 +8272,7 @@ function uu(e, n, t, s, o, i) {
|
|
8283
8272
|
iconClass: t.linkDeleteAllFilters.icon.iconClass,
|
8284
8273
|
title: t.linkDeleteAllFilters.icon.tooltip
|
8285
8274
|
}, null, 8, ["iconClass", "title"])) : c("", !0),
|
8286
|
-
t.linkDeleteAllFilters.text ? (l(), a("span",
|
8275
|
+
t.linkDeleteAllFilters.text ? (l(), a("span", cu, g(t.linkDeleteAllFilters.text), 1)) : c("", !0)
|
8287
8276
|
])
|
8288
8277
|
])) : c("", !0),
|
8289
8278
|
(l(!0), a(_, null, H(o.options, (d, u) => (l(), a("li", { key: u }, [
|
@@ -8297,11 +8286,11 @@ function uu(e, n, t, s, o, i) {
|
|
8297
8286
|
iconClass: t.deleteFilterIcon.iconClass,
|
8298
8287
|
type: t.deleteFilterIcon.iconType
|
8299
8288
|
}, null, 8, ["iconClass", "type"])
|
8300
|
-
], 8,
|
8289
|
+
], 8, uu)
|
8301
8290
|
]))), 128))
|
8302
8291
|
])) : c("", !0);
|
8303
8292
|
}
|
8304
|
-
const
|
8293
|
+
const fu = /* @__PURE__ */ L(au, [["render", mu]]), hu = {
|
8305
8294
|
name: "CmdGoogleMaps",
|
8306
8295
|
props: {
|
8307
8296
|
/**
|
@@ -8321,13 +8310,13 @@ const mu = /* @__PURE__ */ L(su, [["render", uu]]), fu = {
|
|
8321
8310
|
return "https://maps.google.de/maps?ie=UTF8&t=&z=17&iwloc=B&output=embed";
|
8322
8311
|
}
|
8323
8312
|
}
|
8324
|
-
},
|
8325
|
-
function
|
8326
|
-
return l(), a("div",
|
8327
|
-
f("iframe", { src: i.locateAddress }, null, 8,
|
8313
|
+
}, pu = { class: "cmd-google-maps responsive-wrapper" }, gu = ["src"];
|
8314
|
+
function yu(e, n, t, s, o, i) {
|
8315
|
+
return l(), a("div", pu, [
|
8316
|
+
f("iframe", { src: i.locateAddress }, null, 8, gu)
|
8328
8317
|
]);
|
8329
8318
|
}
|
8330
|
-
const
|
8319
|
+
const bu = /* @__PURE__ */ L(hu, [["render", yu]]), Cu = {
|
8331
8320
|
name: "CmdImageGallery",
|
8332
8321
|
mixins: [$],
|
8333
8322
|
props: {
|
@@ -8419,14 +8408,14 @@ const yu = /* @__PURE__ */ L(fu, [["render", gu]]), bu = {
|
|
8419
8408
|
});
|
8420
8409
|
}
|
8421
8410
|
}
|
8422
|
-
},
|
8423
|
-
|
8424
|
-
|
8411
|
+
}, _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 = [
|
8412
|
+
xu,
|
8413
|
+
ku
|
8425
8414
|
];
|
8426
|
-
function
|
8415
|
+
function Tu(e, n, t, s, o, i) {
|
8427
8416
|
var u;
|
8428
8417
|
const r = G, d = _e;
|
8429
|
-
return l(), a("div",
|
8418
|
+
return l(), a("div", _u, [
|
8430
8419
|
(u = t.cmdHeadline) != null && u.headlineText || e.editModeContext ? (l(), C(r, j(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
8431
8420
|
e.editModeContext ? t.images.length ? (l(!0), a(_, { key: 2 }, H(t.images, (h, m) => (l(), C(d, {
|
8432
8421
|
key: m,
|
@@ -8440,7 +8429,7 @@ function vu(e, n, t, s, o, i) {
|
|
8440
8429
|
type: "button",
|
8441
8430
|
class: "button confirm",
|
8442
8431
|
onClick: n[0] || (n[0] = (...h) => i.onAddItem && i.onAddItem(...h))
|
8443
|
-
},
|
8432
|
+
}, vu)) : (l(), a(_, { key: 1 }, [
|
8444
8433
|
t.useFancyboxForLargeImages ? (l(!0), a(_, { key: 0 }, H(t.images, (h, m) => (l(), a("a", {
|
8445
8434
|
class: "image-wrapper",
|
8446
8435
|
key: m,
|
@@ -8452,7 +8441,7 @@ function vu(e, n, t, s, o, i) {
|
|
8452
8441
|
image: h.image,
|
8453
8442
|
figcaption: i.figcaption(h)
|
8454
8443
|
}, null, 8, ["image", "figcaption"])
|
8455
|
-
], 8,
|
8444
|
+
], 8, wu))), 128)) : (l(!0), a(_, { key: 1 }, H(t.images, (h, m) => (l(), a("div", {
|
8456
8445
|
key: `i${m}`,
|
8457
8446
|
class: "image-wrapper"
|
8458
8447
|
}, [
|
@@ -8464,7 +8453,7 @@ function vu(e, n, t, s, o, i) {
|
|
8464
8453
|
], 64))
|
8465
8454
|
]);
|
8466
8455
|
}
|
8467
|
-
const
|
8456
|
+
const Fy = /* @__PURE__ */ L(Cu, [["render", Tu]]), Su = {
|
8468
8457
|
name: "CmdImageZoom",
|
8469
8458
|
props: {
|
8470
8459
|
/**
|
@@ -8509,10 +8498,10 @@ function Pn(e, n) {
|
|
8509
8498
|
function An(e, n, t) {
|
8510
8499
|
return e < n ? n : e > t ? t : e;
|
8511
8500
|
}
|
8512
|
-
const
|
8513
|
-
function
|
8501
|
+
const Ou = { class: "cmd-image-zoom flex-container" }, Iu = ["title"], Mu = { class: "zoom-container" }, Lu = /* @__PURE__ */ f("div", { class: "zoom-overlay" }, null, -1);
|
8502
|
+
function Fu(e, n, t, s, o, i) {
|
8514
8503
|
const r = _e;
|
8515
|
-
return l(), a("div",
|
8504
|
+
return l(), a("div", Ou, [
|
8516
8505
|
f("a", {
|
8517
8506
|
href: "#",
|
8518
8507
|
class: "no-flex thumbnails-imagezoom",
|
@@ -8524,14 +8513,14 @@ function Lu(e, n, t, s, o, i) {
|
|
8524
8513
|
onMousemove: i.onMouseMove,
|
8525
8514
|
onMouseout: i.onMouseOut
|
8526
8515
|
}), null, 16, ["onMouseover", "onMousemove", "onMouseout"])
|
8527
|
-
], 8,
|
8528
|
-
f("div",
|
8516
|
+
], 8, Iu),
|
8517
|
+
f("div", Mu, [
|
8529
8518
|
v(r, M(t.imageLarge, { figcaption: {} }), null, 16)
|
8530
8519
|
]),
|
8531
|
-
|
8520
|
+
Lu
|
8532
8521
|
]);
|
8533
8522
|
}
|
8534
|
-
const
|
8523
|
+
const By = /* @__PURE__ */ L(Su, [["render", Fu]]), Bu = {
|
8535
8524
|
mixins: [
|
8536
8525
|
Jt,
|
8537
8526
|
rt,
|
@@ -8718,17 +8707,17 @@ const Fy = /* @__PURE__ */ L(Tu, [["render", Lu]]), Fu = {
|
|
8718
8707
|
immediate: !0
|
8719
8708
|
}
|
8720
8709
|
}
|
8721
|
-
},
|
8710
|
+
}, Pu = ["aria-labelledby"], Au = { class: "label-text" }, Eu = ["id"], Vu = {
|
8722
8711
|
key: 0,
|
8723
8712
|
"aria-hidden": "true"
|
8724
|
-
},
|
8713
|
+
}, Du = ["title", "aria-errormessage", "id"], Hu = ["for"], qu = ["type", "id", "name", "value", "disabled"], Ru = {
|
8725
8714
|
key: 1,
|
8726
8715
|
class: "label-text"
|
8727
|
-
},
|
8716
|
+
}, Nu = {
|
8728
8717
|
key: 1,
|
8729
8718
|
class: "flex-container no-flex"
|
8730
8719
|
};
|
8731
|
-
function
|
8720
|
+
function ju(e, n, t, s, o, i) {
|
8732
8721
|
const r = z, d = Gt;
|
8733
8722
|
return l(), a("div", {
|
8734
8723
|
class: b([
|
@@ -8744,11 +8733,11 @@ function Nu(e, n, t, s, o, i) {
|
|
8744
8733
|
]),
|
8745
8734
|
"aria-labelledby": e.htmlId
|
8746
8735
|
}, [
|
8747
|
-
ue(f("span",
|
8736
|
+
ue(f("span", Au, [
|
8748
8737
|
f("span", { id: e.htmlId }, [
|
8749
8738
|
N(g(t.labelText), 1),
|
8750
|
-
t.required ? (l(), a("sup",
|
8751
|
-
], 8,
|
8739
|
+
t.required ? (l(), a("sup", Vu, "*")) : c("", !0)
|
8740
|
+
], 8, Eu),
|
8752
8741
|
(t.required || e.inputRequirements.length > 0) && t.showStatusIcon ? (l(), a("a", {
|
8753
8742
|
key: 0,
|
8754
8743
|
href: "#",
|
@@ -8760,7 +8749,7 @@ function Nu(e, n, t, s, o, i) {
|
|
8760
8749
|
id: e.tooltipId
|
8761
8750
|
}, [
|
8762
8751
|
v(r, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
8763
|
-
], 8,
|
8752
|
+
], 8, Du)) : c("", !0),
|
8764
8753
|
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), C(d, {
|
8765
8754
|
key: 1,
|
8766
8755
|
ref: "tooltip",
|
@@ -8777,7 +8766,7 @@ function Nu(e, n, t, s, o, i) {
|
|
8777
8766
|
], 512), [
|
8778
8767
|
[ye, t.showLabel]
|
8779
8768
|
]),
|
8780
|
-
t.useSlot ? (l(), a("div",
|
8769
|
+
t.useSlot ? (l(), a("div", Nu, [
|
8781
8770
|
A(e.$slots, "default")
|
8782
8771
|
])) : (l(), a("span", {
|
8783
8772
|
key: 0,
|
@@ -8796,7 +8785,7 @@ function Nu(e, n, t, s, o, i) {
|
|
8796
8785
|
"onUpdate:modelValue": n[1] || (n[1] = (m) => i.inputValue = m),
|
8797
8786
|
disabled: t.disabled,
|
8798
8787
|
class: b({ "replace-input-type": t.replaceInputType })
|
8799
|
-
}, null, 10,
|
8788
|
+
}, null, 10, qu), [
|
8800
8789
|
[Gi, i.inputValue]
|
8801
8790
|
]),
|
8802
8791
|
t.multipleSwitch && u.iconClass ? (l(), C(r, {
|
@@ -8804,12 +8793,12 @@ function Nu(e, n, t, s, o, i) {
|
|
8804
8793
|
iconClass: u.iconClass,
|
8805
8794
|
type: u.iconType
|
8806
8795
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
8807
|
-
u.labelText ? (l(), a("span",
|
8808
|
-
], 10,
|
8796
|
+
u.labelText ? (l(), a("span", Ru, g(u.labelText), 1)) : c("", !0)
|
8797
|
+
], 10, Hu))), 128))
|
8809
8798
|
], 2))
|
8810
|
-
], 10,
|
8799
|
+
], 10, Pu);
|
8811
8800
|
}
|
8812
|
-
const
|
8801
|
+
const Uu = /* @__PURE__ */ L(Bu, [["render", ju]]), zu = {
|
8813
8802
|
name: "CmdLoginForm",
|
8814
8803
|
data() {
|
8815
8804
|
return {
|
@@ -9099,12 +9088,12 @@ const ju = /* @__PURE__ */ L(Fu, [["render", Nu]]), Uu = {
|
|
9099
9088
|
this.modelChange();
|
9100
9089
|
}
|
9101
9090
|
}
|
9102
|
-
},
|
9103
|
-
function
|
9091
|
+
}, 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 };
|
9092
|
+
function tm(e, n, t, s, o, i) {
|
9104
9093
|
var m, p, w, y, k, S, T, B;
|
9105
9094
|
const r = G, d = ee, u = z, h = We;
|
9106
9095
|
return l(), a(_, null, [
|
9107
|
-
ue(f("fieldset",
|
9096
|
+
ue(f("fieldset", Wu, [
|
9108
9097
|
f("legend", {
|
9109
9098
|
class: b({ hidden: !t.legendLoginForm.show, "align-left": t.legendLoginForm.align === "left" })
|
9110
9099
|
}, g(t.legendLoginForm.text), 3),
|
@@ -9131,7 +9120,7 @@ function em(e, n, t, s, o, i) {
|
|
9131
9120
|
}), null, 16, ["modelValue"])
|
9132
9121
|
], 2),
|
9133
9122
|
A(e.$slots, "login"),
|
9134
|
-
f("div",
|
9123
|
+
f("div", Gu, [
|
9135
9124
|
t.options.forgotPassword || t.options.createAccount ? (l(), a(_, { key: 0 }, [
|
9136
9125
|
t.options.forgotPassword ? (l(), a("a", {
|
9137
9126
|
key: 0,
|
@@ -9144,7 +9133,7 @@ function em(e, n, t, s, o, i) {
|
|
9144
9133
|
type: t.options.forgotPassword.icon.iconType,
|
9145
9134
|
title: t.options.forgotPassword.icon.tooltip
|
9146
9135
|
}, null, 8, ["iconClass", "type", "title"])) : c("", !0),
|
9147
|
-
t.options.forgotPassword.text ? (l(), a("span",
|
9136
|
+
t.options.forgotPassword.text ? (l(), a("span", Ju, g(t.options.forgotPassword.text), 1)) : c("", !0)
|
9148
9137
|
])) : c("", !0),
|
9149
9138
|
t.options.createAccount ? (l(), C(h, {
|
9150
9139
|
key: 1,
|
@@ -9171,13 +9160,13 @@ function em(e, n, t, s, o, i) {
|
|
9171
9160
|
type: i.buttonLoginOptions.icon.iconType,
|
9172
9161
|
title: i.buttonLoginOptions.icon.tooltip
|
9173
9162
|
}, null, 8, ["iconClass", "type", "title"])) : c("", !0),
|
9174
|
-
i.buttonLoginOptions.text ? (l(), a("span",
|
9175
|
-
], 10,
|
9163
|
+
i.buttonLoginOptions.text ? (l(), a("span", Zu, g(i.buttonLoginOptions.text), 1)) : c("", !0)
|
9164
|
+
], 10, Ku)) : c("", !0)
|
9176
9165
|
])
|
9177
9166
|
], 512), [
|
9178
9167
|
[ye, !o.sendLogin]
|
9179
9168
|
]),
|
9180
|
-
ue(f("fieldset",
|
9169
|
+
ue(f("fieldset", Yu, [
|
9181
9170
|
f("legend", {
|
9182
9171
|
class: b({ hidden: !t.legendForgotLoginForm.show, "align-left": t.legendForgotLoginForm.align === "left" })
|
9183
9172
|
}, g(t.legendForgotLoginForm.text), 3),
|
@@ -9191,7 +9180,7 @@ function em(e, n, t, s, o, i) {
|
|
9191
9180
|
"onUpdate:modelValue": n[7] || (n[7] = (O) => o.sendLoginMail = O)
|
9192
9181
|
}, i.cmdFormElementSendLoginOptions), null, 16, ["modelValue"]),
|
9193
9182
|
A(e.$slots, "send-login"),
|
9194
|
-
f("div",
|
9183
|
+
f("div", Xu, [
|
9195
9184
|
t.options.backToLoginForm ? (l(), a("a", {
|
9196
9185
|
key: 0,
|
9197
9186
|
href: "#",
|
@@ -9203,7 +9192,7 @@ function em(e, n, t, s, o, i) {
|
|
9203
9192
|
type: t.options.backToLoginForm.icon.iconType,
|
9204
9193
|
title: t.options.backToLoginForm.icon.tooltip
|
9205
9194
|
}, null, 8, ["iconClass", "type", "title"])) : c("", !0),
|
9206
|
-
t.options.backToLoginForm.text ? (l(), a("span",
|
9195
|
+
t.options.backToLoginForm.text ? (l(), a("span", Qu, g(t.options.backToLoginForm.text), 1)) : c("", !0)
|
9207
9196
|
])) : c("", !0),
|
9208
9197
|
i.buttonSendLoginOptions.linkType === "button" ? (l(), a("button", {
|
9209
9198
|
key: 1,
|
@@ -9216,15 +9205,15 @@ function em(e, n, t, s, o, i) {
|
|
9216
9205
|
iconClass: (T = i.buttonSendLoginOptions.icon) == null ? void 0 : T.iconClass,
|
9217
9206
|
title: (B = i.buttonSendLoginOptions.icon) == null ? void 0 : B.tooltip
|
9218
9207
|
}, null, 8, ["iconClass", "title"])) : c("", !0),
|
9219
|
-
i.buttonSendLoginOptions.text ? (l(), a("span",
|
9220
|
-
], 10,
|
9208
|
+
i.buttonSendLoginOptions.text ? (l(), a("span", em, g(i.buttonSendLoginOptions.text), 1)) : c("", !0)
|
9209
|
+
], 10, $u)) : c("", !0)
|
9221
9210
|
])
|
9222
9211
|
], 512), [
|
9223
9212
|
[ye, o.sendLogin]
|
9224
9213
|
])
|
9225
9214
|
], 64);
|
9226
9215
|
}
|
9227
|
-
const
|
9216
|
+
const Py = /* @__PURE__ */ L(zu, [["render", tm]]), nm = {
|
9228
9217
|
name: "CmdMainNavigation",
|
9229
9218
|
data() {
|
9230
9219
|
return {
|
@@ -9356,11 +9345,11 @@ const By = /* @__PURE__ */ L(Uu, [["render", em]]), tm = {
|
|
9356
9345
|
this.$emit("offcanvas", { open: this.showOffcanvas });
|
9357
9346
|
}
|
9358
9347
|
}
|
9359
|
-
},
|
9348
|
+
}, im = {
|
9360
9349
|
key: 0,
|
9361
9350
|
class: "close-nav"
|
9362
|
-
},
|
9363
|
-
function
|
9351
|
+
}, 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 };
|
9352
|
+
function pm(e, n, t, s, o, i) {
|
9364
9353
|
const r = z, d = be("router-link");
|
9365
9354
|
return l(), a("div", {
|
9366
9355
|
class: b([
|
@@ -9378,7 +9367,7 @@ function hm(e, n, t, s, o, i) {
|
|
9378
9367
|
f("ul", {
|
9379
9368
|
class: b({ "stretch-items": t.stretchMainItems })
|
9380
9369
|
}, [
|
9381
|
-
o.showOffcanvas ? (l(), a("li",
|
9370
|
+
o.showOffcanvas ? (l(), a("li", im, [
|
9382
9371
|
f("a", {
|
9383
9372
|
href: "#",
|
9384
9373
|
id: "close-offcanvas",
|
@@ -9415,12 +9404,12 @@ function hm(e, n, t, s, o, i) {
|
|
9415
9404
|
iconClass: u.iconClass,
|
9416
9405
|
type: u.iconType
|
9417
9406
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
9418
|
-
u.text ? (l(), a("span",
|
9407
|
+
u.text ? (l(), a("span", lm, g(u.text), 1)) : c("", !0),
|
9419
9408
|
(p = u == null ? void 0 : u.subentries) != null && p.length ? (l(), a("span", {
|
9420
9409
|
key: 2,
|
9421
9410
|
class: b(["subentry-icon", t.subentriesIconClass])
|
9422
9411
|
}, null, 2)) : c("", !0)
|
9423
|
-
], 40,
|
9412
|
+
], 40, om)) : c("", !0),
|
9424
9413
|
u.type === "router" ? (l(), C(d, {
|
9425
9414
|
key: 1,
|
9426
9415
|
to: i.getRoute(u),
|
@@ -9432,7 +9421,7 @@ function hm(e, n, t, s, o, i) {
|
|
9432
9421
|
iconClass: u.iconClass,
|
9433
9422
|
type: u.iconType
|
9434
9423
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
9435
|
-
u.text ? (l(), a("span",
|
9424
|
+
u.text ? (l(), a("span", sm, g(u.text), 1)) : c("", !0),
|
9436
9425
|
u.subentries && u.subentries.length > 0 ? (l(), a("span", {
|
9437
9426
|
key: 2,
|
9438
9427
|
class: b(["subentry-icon", t.subentriesIconClass])
|
@@ -9464,12 +9453,12 @@ function hm(e, n, t, s, o, i) {
|
|
9464
9453
|
iconClass: y.iconClass,
|
9465
9454
|
type: y.iconType
|
9466
9455
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
9467
|
-
y.text ? (l(), a("span",
|
9456
|
+
y.text ? (l(), a("span", dm, g(y.text), 1)) : c("", !0),
|
9468
9457
|
y.subentries && y.subentries.length > 0 ? (l(), a("span", {
|
9469
9458
|
key: 2,
|
9470
9459
|
class: b(["subentry-icon", t.subentriesIconClass])
|
9471
9460
|
}, null, 2)) : c("", !0)
|
9472
|
-
], 40,
|
9461
|
+
], 40, rm)) : c("", !0),
|
9473
9462
|
y.type === "router" ? (l(), C(d, {
|
9474
9463
|
key: 1,
|
9475
9464
|
to: i.getRoute(y),
|
@@ -9481,7 +9470,7 @@ function hm(e, n, t, s, o, i) {
|
|
9481
9470
|
iconClass: y.iconClass,
|
9482
9471
|
type: y.iconType
|
9483
9472
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
9484
|
-
y.text ? (l(), a("span",
|
9473
|
+
y.text ? (l(), a("span", cm, g(y.text), 1)) : c("", !0),
|
9485
9474
|
y.subentries && y.subentries.length > 0 ? (l(), a("span", {
|
9486
9475
|
key: 2,
|
9487
9476
|
class: b(["subentry-icon", t.subentriesIconClass])
|
@@ -9506,12 +9495,12 @@ function hm(e, n, t, s, o, i) {
|
|
9506
9495
|
iconClass: T.iconClass,
|
9507
9496
|
type: T.iconType
|
9508
9497
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
9509
|
-
T.text ? (l(), a("span",
|
9498
|
+
T.text ? (l(), a("span", fm, g(T.text), 1)) : c("", !0),
|
9510
9499
|
T.subentries && T.subentries.length > 0 ? (l(), a("span", {
|
9511
9500
|
key: 2,
|
9512
9501
|
class: b(["subentry-icon", t.subentriesIconClass])
|
9513
9502
|
}, null, 2)) : c("", !0)
|
9514
|
-
], 8,
|
9503
|
+
], 8, mm)) : c("", !0),
|
9515
9504
|
u.type === "router" ? (l(), C(d, {
|
9516
9505
|
key: 1,
|
9517
9506
|
to: i.getRoute(T),
|
@@ -9523,7 +9512,7 @@ function hm(e, n, t, s, o, i) {
|
|
9523
9512
|
iconClass: T.iconClass,
|
9524
9513
|
type: T.iconType
|
9525
9514
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
9526
|
-
T.text ? (l(), a("span",
|
9515
|
+
T.text ? (l(), a("span", hm, g(T.text), 1)) : c("", !0),
|
9527
9516
|
T.subentries && T.subentries.length > 0 ? (l(), a("span", {
|
9528
9517
|
key: 2,
|
9529
9518
|
class: b(["subentry-icon", t.subentriesIconClass])
|
@@ -9532,10 +9521,10 @@ function hm(e, n, t, s, o, i) {
|
|
9532
9521
|
_: 2
|
9533
9522
|
}, 1032, ["to", "target"])) : c("", !0)
|
9534
9523
|
]))), 128))
|
9535
|
-
], 8,
|
9524
|
+
], 8, um)) : c("", !0)
|
9536
9525
|
], 2);
|
9537
9526
|
}), 128))
|
9538
|
-
], 8,
|
9527
|
+
], 8, am)) : c("", !0)
|
9539
9528
|
], 2);
|
9540
9529
|
}), 128))
|
9541
9530
|
], 2)
|
@@ -9557,7 +9546,7 @@ function hm(e, n, t, s, o, i) {
|
|
9557
9546
|
])) : c("", !0)
|
9558
9547
|
], 2);
|
9559
9548
|
}
|
9560
|
-
const
|
9549
|
+
const gm = /* @__PURE__ */ L(nm, [["render", pm]]), ym = {
|
9561
9550
|
name: "CmdMultistepFormProgressBar",
|
9562
9551
|
data() {
|
9563
9552
|
return {
|
@@ -9601,11 +9590,11 @@ const pm = /* @__PURE__ */ L(tm, [["render", hm]]), gm = {
|
|
9601
9590
|
return Oe(e);
|
9602
9591
|
}
|
9603
9592
|
}
|
9604
|
-
},
|
9593
|
+
}, bm = {
|
9605
9594
|
key: 0,
|
9606
9595
|
class: "number"
|
9607
|
-
},
|
9608
|
-
function
|
9596
|
+
}, Cm = { key: 2 };
|
9597
|
+
function _m(e, n, t, s, o, i) {
|
9609
9598
|
const r = z, d = We;
|
9610
9599
|
return l(), a("ol", {
|
9611
9600
|
class: b(["cmd-multistep-form-progress-bar", { "use-gap": t.useGap }])
|
@@ -9621,13 +9610,13 @@ function Cm(e, n, t, s, o, i) {
|
|
9621
9610
|
onClick: I((m) => i.clickedStep(m, h), ["stop", "prevent"])
|
9622
9611
|
}, {
|
9623
9612
|
default: V(() => [
|
9624
|
-
t.showStepNumber ? (l(), a("span",
|
9613
|
+
t.showStepNumber ? (l(), a("span", bm, g(h + 1), 1)) : c("", !0),
|
9625
9614
|
u.iconClass ? (l(), C(r, {
|
9626
9615
|
key: 1,
|
9627
9616
|
iconClass: u.iconClass,
|
9628
9617
|
type: u.iconType
|
9629
9618
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
9630
|
-
u.text ? (l(), a("span",
|
9619
|
+
u.text ? (l(), a("span", Cm, g(u.text), 1)) : c("", !0),
|
9631
9620
|
f("span", {
|
9632
9621
|
class: b(t.separatorIconClass)
|
9633
9622
|
}, null, 2)
|
@@ -9637,7 +9626,7 @@ function Cm(e, n, t, s, o, i) {
|
|
9637
9626
|
], 2))), 128))
|
9638
9627
|
], 2);
|
9639
9628
|
}
|
9640
|
-
const
|
9629
|
+
const Ay = /* @__PURE__ */ L(ym, [["render", _m]]), wm = {
|
9641
9630
|
name: "CmdNewsletterSubscription",
|
9642
9631
|
emits: ["button-click"],
|
9643
9632
|
data() {
|
@@ -9785,10 +9774,10 @@ const Py = /* @__PURE__ */ L(gm, [["render", Cm]]), _m = {
|
|
9785
9774
|
immediate: !0
|
9786
9775
|
}
|
9787
9776
|
}
|
9788
|
-
},
|
9789
|
-
function
|
9790
|
-
const r =
|
9791
|
-
return l(), a("fieldset",
|
9777
|
+
}, xm = { class: "cmd-newsletter-subscription flex-container" }, km = { class: "button-wrapper" };
|
9778
|
+
function vm(e, n, t, s, o, i) {
|
9779
|
+
const r = Uu, d = ee;
|
9780
|
+
return l(), a("fieldset", xm, [
|
9792
9781
|
f("legend", {
|
9793
9782
|
class: b({ hidden: !t.legend.show, "align-left": t.legend.align === "left" })
|
9794
9783
|
}, g(t.legend.text), 3),
|
@@ -9812,7 +9801,7 @@ function km(e, n, t, s, o, i) {
|
|
9812
9801
|
"onUpdate:modelValue": n[1] || (n[1] = (u) => i.email = u),
|
9813
9802
|
onValidationStatusChange: i.checkValidationStatus
|
9814
9803
|
}, null, 8, ["placeholder", "labelText", "required", "useCustomTooltip", "modelValue", "onValidationStatusChange"]),
|
9815
|
-
f("div",
|
9804
|
+
f("div", km, [
|
9816
9805
|
v(d, {
|
9817
9806
|
element: "button",
|
9818
9807
|
type: t.buttonType,
|
@@ -9823,7 +9812,7 @@ function km(e, n, t, s, o, i) {
|
|
9823
9812
|
])
|
9824
9813
|
]);
|
9825
9814
|
}
|
9826
|
-
const
|
9815
|
+
const Ey = /* @__PURE__ */ L(wm, [["render", vm]]);
|
9827
9816
|
function En(e, n, t, s = !0) {
|
9828
9817
|
function o(i, r) {
|
9829
9818
|
return r && i < 10 ? "0" + i : i;
|
@@ -9836,7 +9825,7 @@ function En(e, n, t, s = !0) {
|
|
9836
9825
|
return o(i, s) + e + o(r, !0) + n;
|
9837
9826
|
};
|
9838
9827
|
}
|
9839
|
-
const
|
9828
|
+
const Tm = {
|
9840
9829
|
name: "CmdOpeningHoursItem",
|
9841
9830
|
mixins: [$],
|
9842
9831
|
data() {
|
@@ -9917,20 +9906,20 @@ const vm = {
|
|
9917
9906
|
deep: !0
|
9918
9907
|
}
|
9919
9908
|
}
|
9920
|
-
},
|
9909
|
+
}, Sm = { class: "cmd-opening-hours-item" }, Om = {
|
9921
9910
|
key: 0,
|
9922
9911
|
class: "am"
|
9923
|
-
},
|
9912
|
+
}, Im = {
|
9924
9913
|
key: 1,
|
9925
9914
|
class: "pm"
|
9926
|
-
},
|
9915
|
+
}, Mm = { class: "flex-container no-flex" }, Lm = { class: "flex-container no-flex am-wrapper" }, Fm = {
|
9927
9916
|
key: 1,
|
9928
9917
|
class: "input-wrapper"
|
9929
|
-
},
|
9918
|
+
}, Bm = ["title"], Pm = { class: "flex-container no-flex pm-wrapper" }, Am = {
|
9930
9919
|
key: 1,
|
9931
9920
|
class: "input-wrapper"
|
9932
|
-
},
|
9933
|
-
function
|
9921
|
+
}, Em = ["title"];
|
9922
|
+
function Vm(e, n, t, s, o, i) {
|
9934
9923
|
const r = ee;
|
9935
9924
|
return e.editing ? (l(), a(_, { key: 1 }, [
|
9936
9925
|
f("dt", null, [
|
@@ -9945,8 +9934,8 @@ function Em(e, n, t, s, o, i) {
|
|
9945
9934
|
"onUpdate:modelValue": n[0] || (n[0] = (d) => o.editableDay.day = d)
|
9946
9935
|
}, null, 8, ["modelValue"])
|
9947
9936
|
]),
|
9948
|
-
f("dd",
|
9949
|
-
f("div",
|
9937
|
+
f("dd", Mm, [
|
9938
|
+
f("div", Lm, [
|
9950
9939
|
o.editableDay.amClosed ? (l(), C(r, {
|
9951
9940
|
key: 0,
|
9952
9941
|
element: "input",
|
@@ -9958,7 +9947,7 @@ function Em(e, n, t, s, o, i) {
|
|
9958
9947
|
modelValue: o.editableDay.amDisplayText,
|
9959
9948
|
"onUpdate:modelValue": n[1] || (n[1] = (d) => o.editableDay.amDisplayText = d)
|
9960
9949
|
}, null, 8, ["modelValue"])) : c("", !0),
|
9961
|
-
o.editableDay.amClosed ? c("", !0) : (l(), a("div",
|
9950
|
+
o.editableDay.amClosed ? c("", !0) : (l(), a("div", Fm, [
|
9962
9951
|
v(r, {
|
9963
9952
|
element: "input",
|
9964
9953
|
type: "time",
|
@@ -9986,9 +9975,9 @@ function Em(e, n, t, s, o, i) {
|
|
9986
9975
|
onClick: n[4] || (n[4] = I((d) => i.toggleClosedStatus("am"), ["prevent"])),
|
9987
9976
|
title: o.editableDay.amClosed ? "Set to open" : "Set to closed",
|
9988
9977
|
class: b(o.editableDay.amClosed ? "icon-clock" : "icon-blocked")
|
9989
|
-
}, null, 10,
|
9978
|
+
}, null, 10, Bm)
|
9990
9979
|
]),
|
9991
|
-
f("div",
|
9980
|
+
f("div", Pm, [
|
9992
9981
|
o.editableDay.pmClosed ? (l(), C(r, {
|
9993
9982
|
key: 0,
|
9994
9983
|
element: "input",
|
@@ -10000,7 +9989,7 @@ function Em(e, n, t, s, o, i) {
|
|
10000
9989
|
modelValue: o.editableDay.pmDisplayText,
|
10001
9990
|
"onUpdate:modelValue": n[5] || (n[5] = (d) => o.editableDay.pmDisplayText = d)
|
10002
9991
|
}, null, 8, ["modelValue"])) : c("", !0),
|
10003
|
-
o.editableDay.pmClosed ? c("", !0) : (l(), a("div",
|
9992
|
+
o.editableDay.pmClosed ? c("", !0) : (l(), a("div", Am, [
|
10004
9993
|
v(r, {
|
10005
9994
|
element: "input",
|
10006
9995
|
type: "time",
|
@@ -10028,20 +10017,20 @@ function Em(e, n, t, s, o, i) {
|
|
10028
10017
|
onClick: n[8] || (n[8] = I((d) => i.toggleClosedStatus("pm"), ["prevent"])),
|
10029
10018
|
title: o.editableDay.pmClosed ? "Set to open" : "Set to closed",
|
10030
10019
|
class: b(o.editableDay.pmClosed ? "icon-clock" : "icon-blocked")
|
10031
|
-
}, null, 10,
|
10020
|
+
}, null, 10, Em)
|
10032
10021
|
])
|
10033
10022
|
])
|
10034
10023
|
], 64)) : (l(), a(_, { key: 0 }, [
|
10035
|
-
f("dt",
|
10024
|
+
f("dt", Sm, g(t.day.day), 1),
|
10036
10025
|
f("dd", null, [
|
10037
|
-
t.day.am ? (l(), a("span",
|
10026
|
+
t.day.am ? (l(), a("span", Om, [
|
10038
10027
|
t.day.am.displayText ? (l(), a(_, { key: 0 }, [
|
10039
10028
|
N(g(t.day.am.displayText), 1)
|
10040
10029
|
], 64)) : (l(), a(_, { key: 1 }, [
|
10041
10030
|
N(g(i.getTime(t.day.am.fromTime, t.abbreviationTextAm)) + " " + g(t.separator) + " " + g(i.getTime(t.day.am.tillTime)), 1)
|
10042
10031
|
], 64))
|
10043
10032
|
])) : c("", !0),
|
10044
|
-
t.day.pm ? (l(), a("span",
|
10033
|
+
t.day.pm ? (l(), a("span", Im, [
|
10045
10034
|
t.day.pm.displayText ? (l(), a(_, { key: 0 }, [
|
10046
10035
|
N(g(t.day.pm.displayText), 1)
|
10047
10036
|
], 64)) : (l(), a(_, { key: 1 }, [
|
@@ -10051,14 +10040,14 @@ function Em(e, n, t, s, o, i) {
|
|
10051
10040
|
])
|
10052
10041
|
], 64));
|
10053
10042
|
}
|
10054
|
-
const
|
10055
|
-
function
|
10043
|
+
const Dm = /* @__PURE__ */ L(Tm, [["render", Vm]]);
|
10044
|
+
function Hm(e, n, t, s = !0) {
|
10056
10045
|
function o(i, r) {
|
10057
10046
|
return r && i < 10 ? "0" + i : i;
|
10058
10047
|
}
|
10059
10048
|
return (i, r) => o(i, s) + e + o(r, !0) + n;
|
10060
10049
|
}
|
10061
|
-
const
|
10050
|
+
const qm = {
|
10062
10051
|
name: "CmdOpeningHours",
|
10063
10052
|
mixins: [$],
|
10064
10053
|
data() {
|
@@ -10278,7 +10267,7 @@ const Hm = {
|
|
10278
10267
|
};
|
10279
10268
|
},
|
10280
10269
|
getTime(e) {
|
10281
|
-
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) :
|
10270
|
+
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : Hm(":", " hrs", "", !1)(e.hours, e.mins);
|
10282
10271
|
},
|
10283
10272
|
updateHandlerProvider() {
|
10284
10273
|
const e = this.editableOpeningHours, n = this.editableTextOpen, t = this.editableTextClosed, s = this.editableTextHolidays, o = this.editableTextMiscInfo;
|
@@ -10291,22 +10280,22 @@ const Hm = {
|
|
10291
10280
|
});
|
10292
10281
|
}
|
10293
10282
|
}
|
10294
|
-
},
|
10283
|
+
}, Rm = { class: "cmd-opening-hours" }, Nm = {
|
10295
10284
|
key: 2,
|
10296
10285
|
class: "flex-container"
|
10297
|
-
},
|
10298
|
-
|
10299
|
-
|
10300
|
-
],
|
10286
|
+
}, jm = { key: 3 }, Um = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), zm = /* @__PURE__ */ f("span", null, "Add new entry", -1), Wm = [
|
10287
|
+
Um,
|
10288
|
+
zm
|
10289
|
+
], Gm = { class: "edit-mode-opening-hours-item" }, Jm = { key: 5 }, Km = { key: 0 }, Zm = { key: 1 }, Ym = {
|
10301
10290
|
key: 6,
|
10302
10291
|
class: "flex-container vertical"
|
10303
10292
|
};
|
10304
|
-
function
|
10293
|
+
function Xm(e, n, t, s, o, i) {
|
10305
10294
|
var p, w;
|
10306
|
-
const r = G, d = We, u = ee, h =
|
10307
|
-
return l(), a("div",
|
10295
|
+
const r = G, d = We, u = ee, h = Dm, m = Se;
|
10296
|
+
return l(), a("div", Rm, [
|
10308
10297
|
(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",
|
10298
|
+
e.editing ? (l(), a("div", Nm, [
|
10310
10299
|
v(u, {
|
10311
10300
|
element: "input",
|
10312
10301
|
type: "text",
|
@@ -10347,7 +10336,7 @@ function Ym(e, n, t, s, o, i) {
|
|
10347
10336
|
type: "button",
|
10348
10337
|
class: "button confirm small",
|
10349
10338
|
onClick: n[2] || (n[2] = (...y) => i.onAddItem && i.onAddItem(...y))
|
10350
|
-
},
|
10339
|
+
}, Wm)) : (l(!0), a(_, { key: 1 }, H(i.openingHoursFormatted, (y, k) => (l(), C(m, {
|
10351
10340
|
key: "x" + k,
|
10352
10341
|
class: "edit-items",
|
10353
10342
|
showComponentName: !1,
|
@@ -10358,7 +10347,7 @@ function Ym(e, n, t, s, o, i) {
|
|
10358
10347
|
itemProvider: i.itemProvider
|
10359
10348
|
}, {
|
10360
10349
|
default: V(() => [
|
10361
|
-
f("dl",
|
10350
|
+
f("dl", Gm, [
|
10362
10351
|
v(h, {
|
10363
10352
|
day: y,
|
10364
10353
|
separator: t.separator,
|
@@ -10369,7 +10358,7 @@ function Ym(e, n, t, s, o, i) {
|
|
10369
10358
|
]),
|
10370
10359
|
_: 2
|
10371
10360
|
}, 1032, ["componentProps", "componentPath", "itemProvider"]))), 128))
|
10372
|
-
], 64)) : (l(), a("dl",
|
10361
|
+
], 64)) : (l(), a("dl", jm, [
|
10373
10362
|
(l(!0), a(_, null, H(i.openingHoursFormatted, (y, k) => (l(), C(h, {
|
10374
10363
|
key: k,
|
10375
10364
|
day: y,
|
@@ -10378,13 +10367,13 @@ function Ym(e, n, t, s, o, i) {
|
|
10378
10367
|
abbreviationTextPm: t.abbreviationTextPm
|
10379
10368
|
}, null, 8, ["day", "separator", "abbreviationTextAm", "abbreviationTextPm"]))), 128))
|
10380
10369
|
])),
|
10381
|
-
!e.editing && (t.textHolidays || t.textMiscInfo) ? (l(), a("div",
|
10382
|
-
t.textHolidays ? (l(), a("p",
|
10370
|
+
!e.editing && (t.textHolidays || t.textMiscInfo) ? (l(), a("div", Jm, [
|
10371
|
+
t.textHolidays ? (l(), a("p", Km, [
|
10383
10372
|
f("strong", null, g(t.textHolidays), 1)
|
10384
10373
|
])) : c("", !0),
|
10385
|
-
t.textMiscInfo ? (l(), a("p",
|
10374
|
+
t.textMiscInfo ? (l(), a("p", Zm, g(t.textMiscInfo), 1)) : c("", !0)
|
10386
10375
|
])) : c("", !0),
|
10387
|
-
e.editing ? (l(), a("div",
|
10376
|
+
e.editing ? (l(), a("div", Ym, [
|
10388
10377
|
v(u, {
|
10389
10378
|
element: "input",
|
10390
10379
|
type: "text",
|
@@ -10406,7 +10395,7 @@ function Ym(e, n, t, s, o, i) {
|
|
10406
10395
|
])) : c("", !0)
|
10407
10396
|
]);
|
10408
10397
|
}
|
10409
|
-
const
|
10398
|
+
const Vy = /* @__PURE__ */ L(qm, [["render", Xm]]), Qm = {
|
10410
10399
|
data() {
|
10411
10400
|
return {
|
10412
10401
|
defaultMessageProperties: {
|
@@ -10415,11 +10404,11 @@ const Ey = /* @__PURE__ */ L(Hm, [["render", Ym]]), Xm = {
|
|
10415
10404
|
}
|
10416
10405
|
};
|
10417
10406
|
}
|
10418
|
-
},
|
10407
|
+
}, $m = {
|
10419
10408
|
name: "CmdPagination",
|
10420
10409
|
mixins: [
|
10421
10410
|
oe,
|
10422
|
-
|
10411
|
+
Qm
|
10423
10412
|
],
|
10424
10413
|
emits: ["click"],
|
10425
10414
|
data() {
|
@@ -10517,10 +10506,10 @@ const Ey = /* @__PURE__ */ L(Hm, [["render", Ym]]), Xm = {
|
|
10517
10506
|
this.currentPage > 1 && this.showPage(this.currentPage - 1);
|
10518
10507
|
}
|
10519
10508
|
}
|
10520
|
-
},
|
10521
|
-
function
|
10509
|
+
}, 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 };
|
10510
|
+
function df(e, n, t, s, o, i) {
|
10522
10511
|
const r = z;
|
10523
|
-
return l(), a("div",
|
10512
|
+
return l(), a("div", ef, [
|
10524
10513
|
f("a", {
|
10525
10514
|
href: i.getPreviousHref,
|
10526
10515
|
class: b(["page-change", { disabled: o.currentPage === 1, button: t.linkType === "button" }]),
|
@@ -10531,10 +10520,10 @@ function rf(e, n, t, s, o, i) {
|
|
10531
10520
|
iconClass: t.prevLink.iconClass,
|
10532
10521
|
type: t.prevLink.iconType
|
10533
10522
|
}, null, 8, ["iconClass", "type"]),
|
10534
|
-
t.prevLink.showText ? (l(), a("span",
|
10535
|
-
], 10,
|
10536
|
-
f("div",
|
10537
|
-
f("div",
|
10523
|
+
t.prevLink.showText ? (l(), a("span", nf, g(t.prevLink.text), 1)) : c("", !0)
|
10524
|
+
], 10, tf),
|
10525
|
+
f("div", of, [
|
10526
|
+
f("div", lf, [
|
10538
10527
|
(l(!0), a(_, null, H(t.pages, (d, u) => (l(), a("a", {
|
10539
10528
|
href: i.getHref(d),
|
10540
10529
|
class: b({ disabled: o.currentPage === u + 1, button: t.linkType === "button", hidden: !t.showPageNumbers }),
|
@@ -10544,7 +10533,7 @@ function rf(e, n, t, s, o, i) {
|
|
10544
10533
|
"aria-live": "polite"
|
10545
10534
|
}, [
|
10546
10535
|
f("span", null, g(u + 1), 1)
|
10547
|
-
], 10,
|
10536
|
+
], 10, sf))), 128))
|
10548
10537
|
])
|
10549
10538
|
]),
|
10550
10539
|
f("a", {
|
@@ -10553,15 +10542,15 @@ function rf(e, n, t, s, o, i) {
|
|
10553
10542
|
onClick: n[1] || (n[1] = I((...d) => i.nextPage && i.nextPage(...d), ["prevent"])),
|
10554
10543
|
title: t.nextLink.showText ? null : t.nextLink.text
|
10555
10544
|
}, [
|
10556
|
-
t.nextLink.showText ? (l(), a("span",
|
10545
|
+
t.nextLink.showText ? (l(), a("span", rf, g(t.nextLink.text), 1)) : c("", !0),
|
10557
10546
|
v(r, {
|
10558
10547
|
iconClass: t.nextLink.iconClass,
|
10559
10548
|
type: t.nextLink.iconType
|
10560
10549
|
}, null, 8, ["iconClass", "type"])
|
10561
|
-
], 10,
|
10550
|
+
], 10, af)
|
10562
10551
|
]);
|
10563
10552
|
}
|
10564
|
-
const
|
10553
|
+
const Dy = /* @__PURE__ */ L($m, [["render", df]]), cf = {
|
10565
10554
|
name: "CmdSocialNetworksItem",
|
10566
10555
|
data() {
|
10567
10556
|
return {
|
@@ -10660,10 +10649,10 @@ const Vy = /* @__PURE__ */ L(Qm, [["render", rf]]), df = {
|
|
10660
10649
|
});
|
10661
10650
|
}
|
10662
10651
|
}
|
10663
|
-
},
|
10664
|
-
function
|
10652
|
+
}, uf = { class: "cmd-social-networks-item" }, mf = ["id", "href", "title"], ff = { key: 1 };
|
10653
|
+
function hf(e, n, t, s, o, i) {
|
10665
10654
|
const r = z;
|
10666
|
-
return l(), a("li",
|
10655
|
+
return l(), a("li", uf, [
|
10667
10656
|
(l(), a("a", {
|
10668
10657
|
key: t.network.path,
|
10669
10658
|
class: b(["button", { disabled: t.userMustAcceptDataPrivacy && !t.dataPrivacyAccepted }, "text-align-" + t.buttonTextAlign]),
|
@@ -10678,11 +10667,11 @@ function ff(e, n, t, s, o, i) {
|
|
10678
10667
|
iconClass: t.network.iconClass,
|
10679
10668
|
type: t.network.iconType
|
10680
10669
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
10681
|
-
t.network.linkText ? (l(), a("span",
|
10682
|
-
], 10,
|
10670
|
+
t.network.linkText ? (l(), a("span", ff, g(t.network.linkText), 1)) : c("", !0)
|
10671
|
+
], 10, mf))
|
10683
10672
|
]);
|
10684
10673
|
}
|
10685
|
-
const
|
10674
|
+
const pf = /* @__PURE__ */ L(cf, [["render", hf]]), gf = {
|
10686
10675
|
name: "CmdSocialNetworks",
|
10687
10676
|
mixins: [$],
|
10688
10677
|
data() {
|
@@ -10842,12 +10831,12 @@ const hf = /* @__PURE__ */ L(df, [["render", ff]]), pf = {
|
|
10842
10831
|
};
|
10843
10832
|
}
|
10844
10833
|
}
|
10845
|
-
},
|
10846
|
-
|
10834
|
+
}, yf = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), bf = [
|
10835
|
+
yf
|
10847
10836
|
];
|
10848
|
-
function
|
10837
|
+
function Cf(e, n, t, s, o, i) {
|
10849
10838
|
var m, p;
|
10850
|
-
const r = G, d = ee, u =
|
10839
|
+
const r = G, d = ee, u = pf, h = Se;
|
10851
10840
|
return l(), a("div", {
|
10852
10841
|
class: b(["cmd-social-networks", { stretch: t.stretchButtons }, i.alignment])
|
10853
10842
|
}, [
|
@@ -10898,10 +10887,10 @@ function bf(e, n, t, s, o, i) {
|
|
10898
10887
|
class: "button small",
|
10899
10888
|
title: "Add new item",
|
10900
10889
|
onClick: n[1] || (n[1] = (...w) => i.onAddItem && i.onAddItem(...w))
|
10901
|
-
},
|
10890
|
+
}, bf))
|
10902
10891
|
], 2);
|
10903
10892
|
}
|
10904
|
-
const
|
10893
|
+
const _f = /* @__PURE__ */ L(gf, [["render", Cf]]), wf = {
|
10905
10894
|
name: "CmdPageFooter",
|
10906
10895
|
props: {
|
10907
10896
|
/**
|
@@ -10979,10 +10968,10 @@ const Cf = /* @__PURE__ */ L(pf, [["render", bf]]), _f = {
|
|
10979
10968
|
});
|
10980
10969
|
}
|
10981
10970
|
}
|
10982
|
-
},
|
10983
|
-
function
|
10971
|
+
}, xf = { class: "button-wrapper" }, kf = ["title"], vf = { key: 1 };
|
10972
|
+
function Tf(e, n, t, s, o, i) {
|
10984
10973
|
var d, u, h, m;
|
10985
|
-
const r =
|
10974
|
+
const r = _f;
|
10986
10975
|
return l(), a("footer", {
|
10987
10976
|
class: b(["cmd-page-footer flex-container", { "small-buttons": t.useSmallButtons }])
|
10988
10977
|
}, [
|
@@ -10992,7 +10981,7 @@ function vf(e, n, t, s, o, i) {
|
|
10992
10981
|
]),
|
10993
10982
|
_: 3
|
10994
10983
|
}, 16)) : c("", !0),
|
10995
|
-
f("div",
|
10984
|
+
f("div", xf, [
|
10996
10985
|
A(e.$slots, "default"),
|
10997
10986
|
(d = i.buttonPrintViewOptions) != null && d.show ? (l(), a("button", {
|
10998
10987
|
key: 0,
|
@@ -11004,12 +10993,12 @@ function vf(e, n, t, s, o, i) {
|
|
11004
10993
|
key: 0,
|
11005
10994
|
class: b((m = i.buttonPrintViewOptions.icon) == null ? void 0 : m.iconClass)
|
11006
10995
|
}, null, 2)) : c("", !0),
|
11007
|
-
i.buttonPrintViewOptions.text ? (l(), a("span",
|
11008
|
-
], 10,
|
10996
|
+
i.buttonPrintViewOptions.text ? (l(), a("span", vf, g(i.buttonPrintViewOptions.text), 1)) : c("", !0)
|
10997
|
+
], 10, kf)) : c("", !0)
|
11009
10998
|
])
|
11010
10999
|
], 2);
|
11011
11000
|
}
|
11012
|
-
const
|
11001
|
+
const Hy = /* @__PURE__ */ L(wf, [["render", Tf]]), Sf = {
|
11013
11002
|
name: "CmdPageHeader",
|
11014
11003
|
props: {
|
11015
11004
|
/**
|
@@ -11027,24 +11016,24 @@ const Dy = /* @__PURE__ */ L(_f, [["render", vf]]), Tf = {
|
|
11027
11016
|
required: !1
|
11028
11017
|
}
|
11029
11018
|
}
|
11030
|
-
},
|
11019
|
+
}, Of = {
|
11031
11020
|
key: 0,
|
11032
11021
|
class: "cmd-page-header flex-container"
|
11033
|
-
},
|
11022
|
+
}, If = {
|
11034
11023
|
key: 0,
|
11035
11024
|
class: "headline-wrapper flex-container vertical"
|
11036
11025
|
};
|
11037
|
-
function
|
11026
|
+
function Mf(e, n, t, s, o, i) {
|
11038
11027
|
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",
|
11028
|
+
return t.cmdBreadcrumbs || t.cmdHeadline || e.$slots.default ? (l(), a("header", Of, [
|
11029
|
+
t.cmdBreadcrumbs || t.cmdHeadline ? (l(), a("div", If, [
|
11041
11030
|
t.cmdBreadcrumbs ? (l(), C(r, j(M({ key: 0 }, t.cmdBreadcrumbs)), null, 16)) : c("", !0),
|
11042
11031
|
t.cmdHeadline.headlineText ? (l(), C(d, j(M({ key: 1 }, t.cmdHeadline)), null, 16)) : c("", !0)
|
11043
11032
|
])) : c("", !0),
|
11044
11033
|
e.$slots.default ? A(e.$slots, "default", { key: 1 }) : c("", !0)
|
11045
11034
|
])) : c("", !0);
|
11046
11035
|
}
|
11047
|
-
const
|
11036
|
+
const qy = /* @__PURE__ */ L(Sf, [["render", Mf]]), Lf = {
|
11048
11037
|
name: "CmdProgressBar",
|
11049
11038
|
inheritAttrs: !1,
|
11050
11039
|
data() {
|
@@ -11086,8 +11075,8 @@ const Hy = /* @__PURE__ */ L(Tf, [["render", If]]), Mf = {
|
|
11086
11075
|
required: !0
|
11087
11076
|
}
|
11088
11077
|
}
|
11089
|
-
},
|
11090
|
-
function
|
11078
|
+
}, Ff = ["for"], Bf = { class: "progressbar" }, Pf = { key: 0 }, Af = ["id", "value"];
|
11079
|
+
function Ef(e, n, t, s, o, i) {
|
11091
11080
|
return l(), a("label", {
|
11092
11081
|
class: "cmd-progressbar",
|
11093
11082
|
for: t.id
|
@@ -11095,16 +11084,16 @@ function Af(e, n, t, s, o, i) {
|
|
11095
11084
|
f("span", {
|
11096
11085
|
class: b(["label-text", { hidden: !t.showLabel }])
|
11097
11086
|
}, g(t.labelText), 3),
|
11098
|
-
f("span",
|
11099
|
-
t.showLoadingStatus ? (l(), a("span",
|
11087
|
+
f("span", Bf, [
|
11088
|
+
t.showLoadingStatus ? (l(), a("span", Pf, g(o.loadingStatus) + " %", 1)) : c("", !0),
|
11100
11089
|
f("progress", M(e.$attrs, {
|
11101
11090
|
id: t.id,
|
11102
11091
|
value: o.loadingStatus
|
11103
|
-
}), null, 16,
|
11092
|
+
}), null, 16, Af)
|
11104
11093
|
])
|
11105
|
-
], 8,
|
11094
|
+
], 8, Ff);
|
11106
11095
|
}
|
11107
|
-
const
|
11096
|
+
const Ry = /* @__PURE__ */ L(Lf, [["render", Ef]]), Vf = {
|
11108
11097
|
name: "CmdSidebar",
|
11109
11098
|
data() {
|
11110
11099
|
return {
|
@@ -11171,27 +11160,27 @@ const qy = /* @__PURE__ */ L(Mf, [["render", Af]]), Ef = {
|
|
11171
11160
|
immediate: !0
|
11172
11161
|
}
|
11173
11162
|
}
|
11174
|
-
},
|
11163
|
+
}, Df = { class: "inner-sidebar-wrapper" }, Hf = {
|
11175
11164
|
key: 1,
|
11176
11165
|
class: "open-slot-wrapper"
|
11177
|
-
},
|
11166
|
+
}, qf = {
|
11178
11167
|
key: 2,
|
11179
11168
|
class: "closed-slot-wrapper"
|
11180
|
-
},
|
11181
|
-
function
|
11169
|
+
}, Rf = ["title"];
|
11170
|
+
function Nf(e, n, t, s, o, i) {
|
11182
11171
|
var d;
|
11183
11172
|
const r = G;
|
11184
11173
|
return l(), a("aside", {
|
11185
11174
|
class: b(["cmd-sidebar", i.wrapperClass, { box: t.styledAsBox, "collapse-to-right": !t.collapseToLeft }])
|
11186
11175
|
}, [
|
11187
|
-
f("div",
|
11176
|
+
f("div", Df, [
|
11188
11177
|
(d = t.cmdHeadline) != null && d.headlineText && o.open ? (l(), C(r, M({ key: 0 }, t.cmdHeadline, {
|
11189
11178
|
headlineLevel: t.cmdHeadline.headlineLevel || 3,
|
11190
11179
|
class: "sidebar-main-headline"
|
11191
11180
|
}), null, 16, ["headlineLevel"])) : c("", !0),
|
11192
|
-
o.open ? (l(), a("div",
|
11181
|
+
o.open ? (l(), a("div", Hf, [
|
11193
11182
|
A(e.$slots, "open", { openBoxStatus: o.open })
|
11194
|
-
])) : (l(), a("div",
|
11183
|
+
])) : (l(), a("div", qf, [
|
11195
11184
|
A(e.$slots, "closed", { openBoxStatus: o.open })
|
11196
11185
|
]))
|
11197
11186
|
]),
|
@@ -11204,10 +11193,10 @@ function Rf(e, n, t, s, o, i) {
|
|
11204
11193
|
f("span", {
|
11205
11194
|
class: b(i.iconClassOpenCollapse)
|
11206
11195
|
}, null, 2)
|
11207
|
-
], 8,
|
11196
|
+
], 8, Rf)) : c("", !0)
|
11208
11197
|
], 2);
|
11209
11198
|
}
|
11210
|
-
const
|
11199
|
+
const Ny = /* @__PURE__ */ L(Vf, [["render", Nf]]), jf = {
|
11211
11200
|
name: "CmdSiteFooter",
|
11212
11201
|
props: {
|
11213
11202
|
/**
|
@@ -11223,9 +11212,9 @@ const Ry = /* @__PURE__ */ L(Ef, [["render", Rf]]), Nf = {
|
|
11223
11212
|
}
|
11224
11213
|
}
|
11225
11214
|
}
|
11226
|
-
},
|
11227
|
-
function
|
11228
|
-
return l(), a("div",
|
11215
|
+
}, Uf = { class: "cmd-site-footer site-footer" };
|
11216
|
+
function zf(e, n, t, s, o, i) {
|
11217
|
+
return l(), a("div", Uf, [
|
11229
11218
|
f("footer", {
|
11230
11219
|
class: b(["flex-container", { vertical: t.orientation === "vertical" }])
|
11231
11220
|
}, [
|
@@ -11233,7 +11222,7 @@ function Uf(e, n, t, s, o, i) {
|
|
11233
11222
|
], 2)
|
11234
11223
|
]);
|
11235
11224
|
}
|
11236
|
-
const
|
11225
|
+
const jy = /* @__PURE__ */ L(jf, [["render", zf]]), Wf = {
|
11237
11226
|
name: "CmdSiteHeader",
|
11238
11227
|
emits: ["offcanvas"],
|
11239
11228
|
data() {
|
@@ -11330,13 +11319,13 @@ const Ny = /* @__PURE__ */ L(Nf, [["render", Uf]]), zf = {
|
|
11330
11319
|
e.style.height = this.defaultLogoHeight;
|
11331
11320
|
}
|
11332
11321
|
}
|
11333
|
-
},
|
11322
|
+
}, Gf = {
|
11334
11323
|
key: 0,
|
11335
11324
|
class: "top-header"
|
11336
11325
|
};
|
11337
|
-
function
|
11326
|
+
function Jf(e, n, t, s, o, i) {
|
11338
11327
|
var u, h, m, p, w, y, k, S, T;
|
11339
|
-
const r = cc, d =
|
11328
|
+
const r = cc, d = gm;
|
11340
11329
|
return l(), a("div", {
|
11341
11330
|
ref: "site-header",
|
11342
11331
|
class: b([
|
@@ -11349,7 +11338,7 @@ function Gf(e, n, t, s, o, i) {
|
|
11349
11338
|
]),
|
11350
11339
|
role: "banner"
|
11351
11340
|
}, [
|
11352
|
-
e.$slots.topheader ? (l(), a("div",
|
11341
|
+
e.$slots.topheader ? (l(), a("div", Gf, [
|
11353
11342
|
A(e.$slots, "topheader")
|
11354
11343
|
])) : c("", !0),
|
11355
11344
|
f("header", {
|
@@ -11377,7 +11366,7 @@ function Gf(e, n, t, s, o, i) {
|
|
11377
11366
|
}), null, 16, ["closeOffcanvas", "onOffcanvas"])) : c("", !0)
|
11378
11367
|
], 2);
|
11379
11368
|
}
|
11380
|
-
const
|
11369
|
+
const Uy = /* @__PURE__ */ L(Wf, [["render", Jf]]), Kf = {
|
11381
11370
|
data() {
|
11382
11371
|
return {
|
11383
11372
|
defaultMessageProperties: {
|
@@ -11390,7 +11379,7 @@ const jy = /* @__PURE__ */ L(zf, [["render", Gf]]), Jf = {
|
|
11390
11379
|
}
|
11391
11380
|
};
|
11392
11381
|
}
|
11393
|
-
},
|
11382
|
+
}, Zf = {
|
11394
11383
|
emits: [
|
11395
11384
|
"search",
|
11396
11385
|
"update:modelValueInput1",
|
@@ -11399,7 +11388,7 @@ const jy = /* @__PURE__ */ L(zf, [["render", Gf]]), Jf = {
|
|
11399
11388
|
"update:modelValueSearchFilters"
|
11400
11389
|
],
|
11401
11390
|
name: "CmdBoxSiteSearch",
|
11402
|
-
mixins: [oe,
|
11391
|
+
mixins: [oe, Kf],
|
11403
11392
|
data() {
|
11404
11393
|
return {
|
11405
11394
|
showFilters: !1
|
@@ -11651,22 +11640,22 @@ const jy = /* @__PURE__ */ L(zf, [["render", Gf]]), Jf = {
|
|
11651
11640
|
deep: !0
|
11652
11641
|
}
|
11653
11642
|
}
|
11654
|
-
},
|
11643
|
+
}, 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
11644
|
key: 0,
|
11656
11645
|
class: "flex-container no-flex",
|
11657
11646
|
role: "listbox",
|
11658
11647
|
"aria-expanded": "true"
|
11659
11648
|
};
|
11660
|
-
function
|
11649
|
+
function nh(e, n, t, s, o, i) {
|
11661
11650
|
var p, w, y, k, S, T, B, O;
|
11662
|
-
const r = G, d = ee, u = z, h =
|
11651
|
+
const r = G, d = ee, u = z, h = su, m = fu;
|
11663
11652
|
return l(), a(_, null, [
|
11664
|
-
f("fieldset",
|
11653
|
+
f("fieldset", Yf, [
|
11665
11654
|
f("legend", {
|
11666
11655
|
class: b({ hidden: !t.legend.show, "align-left": t.legend.align === "left" })
|
11667
11656
|
}, g(t.legend.text), 3),
|
11668
11657
|
t.cmdHeadline ? (l(), C(r, j(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
11669
|
-
f("div",
|
11658
|
+
f("div", Xf, [
|
11670
11659
|
v(d, {
|
11671
11660
|
element: "input",
|
11672
11661
|
type: t.cmdFormElementInput1.type,
|
@@ -11678,7 +11667,7 @@ function th(e, n, t, s, o, i) {
|
|
11678
11667
|
modelValue: i.searchValue1,
|
11679
11668
|
"onUpdate:modelValue": n[0] || (n[0] = (P) => i.searchValue1 = P)
|
11680
11669
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
|
11681
|
-
f("div",
|
11670
|
+
f("div", Qf, [
|
11682
11671
|
t.cmdFormElementInput2.show ? (l(), C(d, {
|
11683
11672
|
key: 0,
|
11684
11673
|
element: "input",
|
@@ -11717,13 +11706,13 @@ function th(e, n, t, s, o, i) {
|
|
11717
11706
|
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
11707
|
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
11708
|
}, null, 8, ["iconClass", "type"]),
|
11720
|
-
o.showFilters ? (l(), a("span",
|
11709
|
+
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
11710
|
]),
|
11722
11711
|
v(ke, { name: "fade" }, {
|
11723
11712
|
default: V(() => {
|
11724
11713
|
var P, D, U, F, q;
|
11725
11714
|
return [
|
11726
|
-
o.showFilters && ((P = t.cmdFakeSelect) != null && P.selectData.length) ? (l(), a("div",
|
11715
|
+
o.showFilters && ((P = t.cmdFakeSelect) != null && P.selectData.length) ? (l(), a("div", th, [
|
11727
11716
|
v(h, {
|
11728
11717
|
role: "option",
|
11729
11718
|
selectData: (D = t.cmdFakeSelect) == null ? void 0 : D.selectData,
|
@@ -11748,7 +11737,7 @@ function th(e, n, t, s, o, i) {
|
|
11748
11737
|
}, null, 8, ["modelValue", "selectedOptionsName"])) : c("", !0)
|
11749
11738
|
], 64);
|
11750
11739
|
}
|
11751
|
-
const
|
11740
|
+
const zy = /* @__PURE__ */ L(Zf, [["render", nh]]), ih = {
|
11752
11741
|
name: "CmdSlideshow",
|
11753
11742
|
mixins: [$],
|
11754
11743
|
data() {
|
@@ -11931,14 +11920,14 @@ const Uy = /* @__PURE__ */ L(Kf, [["render", th]]), nh = {
|
|
11931
11920
|
});
|
11932
11921
|
}
|
11933
11922
|
}
|
11934
|
-
},
|
11935
|
-
|
11936
|
-
|
11937
|
-
],
|
11923
|
+
}, oh = ["href", "title"], lh = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), sh = /* @__PURE__ */ f("span", null, "Add new slideshow-image", -1), ah = [
|
11924
|
+
lh,
|
11925
|
+
sh
|
11926
|
+
], rh = { key: 2 }, dh = ["onClick", "aria-label", "title"], ch = {
|
11938
11927
|
key: 3,
|
11939
11928
|
class: "item-counter"
|
11940
11929
|
};
|
11941
|
-
function
|
11930
|
+
function uh(e, n, t, s, o, i) {
|
11942
11931
|
const r = dt, d = _e;
|
11943
11932
|
return l(), a("div", {
|
11944
11933
|
class: b(["cmd-slideshow", { "full-width": o.fullWidth }])
|
@@ -11982,7 +11971,7 @@ function ch(e, n, t, s, o, i) {
|
|
11982
11971
|
image: (k = i.currentItem) == null ? void 0 : k.image,
|
11983
11972
|
figcaption: (S = i.currentItem) == null ? void 0 : S.figcaption
|
11984
11973
|
}, null, 8, ["image", "figcaption"])
|
11985
|
-
], 8,
|
11974
|
+
], 8, oh)) : (l(), C(d, {
|
11986
11975
|
key: 1,
|
11987
11976
|
image: (T = i.currentItem) == null ? void 0 : T.image,
|
11988
11977
|
figcaption: (B = i.currentItem) == null ? void 0 : B.figcaption
|
@@ -11994,7 +11983,7 @@ function ch(e, n, t, s, o, i) {
|
|
11994
11983
|
type: "button",
|
11995
11984
|
class: "button confirm",
|
11996
11985
|
onClick: n[0] || (n[0] = (...D) => i.onAddItem && i.onAddItem(...D))
|
11997
|
-
},
|
11986
|
+
}, ah)) : c("", !0)
|
11998
11987
|
];
|
11999
11988
|
}),
|
12000
11989
|
_: 3
|
@@ -12004,7 +11993,7 @@ function ch(e, n, t, s, o, i) {
|
|
12004
11993
|
onClick: I(i.showNextItem, ["prevent"]),
|
12005
11994
|
class: { disabled: o.slideshowItemEditing }
|
12006
11995
|
}, i.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : c("", !0),
|
12007
|
-
t.showQuickLinkIcons ? (l(), a("ol",
|
11996
|
+
t.showQuickLinkIcons ? (l(), a("ol", rh, [
|
12008
11997
|
(l(!0), a(_, null, H(t.slideshowItems, (u, h) => (l(), a("li", {
|
12009
11998
|
key: h,
|
12010
11999
|
class: b({ active: h === o.index })
|
@@ -12015,24 +12004,24 @@ function ch(e, n, t, s, o, i) {
|
|
12015
12004
|
onClick: I((m) => i.showItem(h), ["prevent"]),
|
12016
12005
|
"aria-label": o.index,
|
12017
12006
|
title: o.slideshowItemEditing ? "Not allowed while editing!" : "Switch to image #" + (h + 1)
|
12018
|
-
}, null, 10,
|
12007
|
+
}, null, 10, dh)
|
12019
12008
|
], 2))), 128))
|
12020
12009
|
])) : c("", !0),
|
12021
|
-
t.showCounter ? (l(), a("span",
|
12010
|
+
t.showCounter ? (l(), a("span", ch, g(o.index + 1) + "/" + g(t.slideshowItems.length), 1)) : c("", !0)
|
12022
12011
|
], 32)
|
12023
12012
|
], 2);
|
12024
12013
|
}
|
12025
|
-
const
|
12014
|
+
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
12015
|
__proto__: null,
|
12027
|
-
default:
|
12028
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
12016
|
+
default: mh
|
12017
|
+
}, 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
12018
|
__proto__: null,
|
12030
|
-
default:
|
12031
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
12019
|
+
default: hh
|
12020
|
+
}, Symbol.toStringTag, { value: "Module" })), gh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
12032
12021
|
__proto__: null,
|
12033
|
-
de:
|
12034
|
-
en:
|
12035
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
12022
|
+
de: fh,
|
12023
|
+
en: ph
|
12024
|
+
}, Symbol.toStringTag, { value: "Module" })), yh = {
|
12036
12025
|
name: "CmdSwitchLanguage",
|
12037
12026
|
emits: ["click"],
|
12038
12027
|
data() {
|
@@ -12063,7 +12052,7 @@ const zy = /* @__PURE__ */ L(nh, [["render", ch]]), uh = "data:image/svg+xml,%3c
|
|
12063
12052
|
this.imageSources = [], this.languages.forEach(
|
12064
12053
|
async (e) => {
|
12065
12054
|
const n = e.iso2;
|
12066
|
-
this.imageSources.push(
|
12055
|
+
this.imageSources.push(gh[n].default);
|
12067
12056
|
}
|
12068
12057
|
);
|
12069
12058
|
},
|
@@ -12071,10 +12060,10 @@ const zy = /* @__PURE__ */ L(nh, [["render", ch]]), uh = "data:image/svg+xml,%3c
|
|
12071
12060
|
deep: !0
|
12072
12061
|
}
|
12073
12062
|
}
|
12074
|
-
},
|
12075
|
-
function
|
12063
|
+
}, bh = { class: "cmd-switch-language" }, Ch = ["href", "title", "onClick"], _h = ["src", "alt"], wh = ["src", "alt"];
|
12064
|
+
function xh(e, n, t, s, o, i) {
|
12076
12065
|
const r = be("router-link");
|
12077
|
-
return l(), a("div",
|
12066
|
+
return l(), a("div", bh, [
|
12078
12067
|
f("ul", null, [
|
12079
12068
|
(l(!0), a(_, null, H(t.languages, (d, u) => (l(), a("li", { key: u }, [
|
12080
12069
|
d.link.type === "href" ? (l(), a("a", {
|
@@ -12087,8 +12076,8 @@ function wh(e, n, t, s, o, i) {
|
|
12087
12076
|
f("img", {
|
12088
12077
|
src: o.imageSources[u],
|
12089
12078
|
alt: d.name
|
12090
|
-
}, null, 8,
|
12091
|
-
], 10,
|
12079
|
+
}, null, 8, _h)
|
12080
|
+
], 10, Ch)) : (l(), C(r, {
|
12092
12081
|
key: 1,
|
12093
12082
|
class: b(["flag", d.iso2]),
|
12094
12083
|
to: i.getRoute(d),
|
@@ -12099,7 +12088,7 @@ function wh(e, n, t, s, o, i) {
|
|
12099
12088
|
f("img", {
|
12100
12089
|
src: o.imageSources[u],
|
12101
12090
|
alt: d.name
|
12102
|
-
}, null, 8,
|
12091
|
+
}, null, 8, wh)
|
12103
12092
|
]),
|
12104
12093
|
_: 2
|
12105
12094
|
}, 1032, ["class", "to", "title", "onClick"]))
|
@@ -12107,7 +12096,7 @@ function wh(e, n, t, s, o, i) {
|
|
12107
12096
|
])
|
12108
12097
|
]);
|
12109
12098
|
}
|
12110
|
-
const
|
12099
|
+
const Gy = /* @__PURE__ */ L(yh, [["render", xh]]), kh = {
|
12111
12100
|
name: "CmdSystemMessage",
|
12112
12101
|
mixins: [ze],
|
12113
12102
|
data() {
|
@@ -12194,8 +12183,8 @@ const Wy = /* @__PURE__ */ L(gh, [["render", wh]]), xh = {
|
|
12194
12183
|
this.showSystemMessage = !0;
|
12195
12184
|
}
|
12196
12185
|
}
|
12197
|
-
},
|
12198
|
-
function
|
12186
|
+
}, vh = ["role", "aria-labelledby"], Th = ["title"];
|
12187
|
+
function Sh(e, n, t, s, o, i) {
|
12199
12188
|
const r = z, d = G;
|
12200
12189
|
return l(), C(ke, { name: "fade" }, {
|
12201
12190
|
default: V(() => [
|
@@ -12215,7 +12204,7 @@ function Th(e, n, t, s, o, i) {
|
|
12215
12204
|
iconClass: t.iconClose.iconClass,
|
12216
12205
|
type: t.iconClose.iconType
|
12217
12206
|
}, null, 8, ["iconClass", "type"])
|
12218
|
-
], 8,
|
12207
|
+
], 8, Th)) : c("", !0),
|
12219
12208
|
v(d, {
|
12220
12209
|
class: "message-headline",
|
12221
12210
|
cmdIcon: i.headlineIcon,
|
@@ -12224,12 +12213,12 @@ function Th(e, n, t, s, o, i) {
|
|
12224
12213
|
id: e.htmlId
|
12225
12214
|
}, null, 8, ["cmdIcon", "headlineText", "headlineLevel", "id"]),
|
12226
12215
|
A(e.$slots, "default")
|
12227
|
-
], 10,
|
12216
|
+
], 10, vh)) : c("", !0)
|
12228
12217
|
]),
|
12229
12218
|
_: 3
|
12230
12219
|
});
|
12231
12220
|
}
|
12232
|
-
const
|
12221
|
+
const Oh = /* @__PURE__ */ L(kh, [["render", Sh]]), Ih = {
|
12233
12222
|
name: "CmdTable",
|
12234
12223
|
data() {
|
12235
12224
|
return {
|
@@ -12373,20 +12362,20 @@ const Sh = /* @__PURE__ */ L(xh, [["render", Th]]), Oh = {
|
|
12373
12362
|
immediate: !0
|
12374
12363
|
}
|
12375
12364
|
}
|
12376
|
-
},
|
12365
|
+
}, Mh = {
|
12377
12366
|
key: 0,
|
12378
12367
|
class: "button-wrapper"
|
12379
|
-
},
|
12368
|
+
}, Lh = ["title"], Fh = ["title"], Bh = { "aria-expanded": "true" }, Ph = {
|
12380
12369
|
key: 0,
|
12381
12370
|
"aria-expanded": "true"
|
12382
12371
|
};
|
12383
|
-
function
|
12372
|
+
function Ah(e, n, t, s, o, i) {
|
12384
12373
|
var u, h, m, p;
|
12385
12374
|
const r = z, d = dt;
|
12386
12375
|
return l(), a("div", {
|
12387
12376
|
class: b(["cmd-table-wrapper", { collapsed: !o.showTableData, "full-width": o.fullWidth, "has-caption": i.hasCaption, "has-overflow": o.hasOverflow }])
|
12388
12377
|
}, [
|
12389
|
-
t.collapsible || t.userCanToggleWidth ? (l(), a("div",
|
12378
|
+
t.collapsible || t.userCanToggleWidth ? (l(), a("div", Mh, [
|
12390
12379
|
t.userCanToggleWidth ? (l(), a("a", {
|
12391
12380
|
key: 0,
|
12392
12381
|
class: "button",
|
@@ -12398,7 +12387,7 @@ function Ph(e, n, t, s, o, i) {
|
|
12398
12387
|
iconClass: t.iconToggleWidth.iconClass,
|
12399
12388
|
type: t.iconToggleWidth.iconType
|
12400
12389
|
}, null, 8, ["iconClass", "type"])
|
12401
|
-
], 8,
|
12390
|
+
], 8, Lh)) : c("", !0),
|
12402
12391
|
t.collapsible ? (l(), a("a", {
|
12403
12392
|
key: 1,
|
12404
12393
|
class: "button",
|
@@ -12410,7 +12399,7 @@ function Ph(e, n, t, s, o, i) {
|
|
12410
12399
|
iconClass: o.showTableData ? t.iconCollapse.iconClass : t.iconExpand.iconClass,
|
12411
12400
|
type: o.showTableData ? t.iconCollapse.iconType : t.iconExpand.iconType
|
12412
12401
|
}, null, 8, ["iconClass", "type"])
|
12413
|
-
], 8,
|
12402
|
+
], 8, Fh)) : c("", !0)
|
12414
12403
|
])) : c("", !0),
|
12415
12404
|
f("div", {
|
12416
12405
|
class: "inner-wrapper",
|
@@ -12437,7 +12426,7 @@ function Ph(e, n, t, s, o, i) {
|
|
12437
12426
|
]),
|
12438
12427
|
v(ke, { name: "fade" }, {
|
12439
12428
|
default: V(() => [
|
12440
|
-
ue(f("tbody",
|
12429
|
+
ue(f("tbody", Bh, [
|
12441
12430
|
(l(!0), a(_, null, H(t.tableData.tbody, (w, y) => (l(), a("tr", {
|
12442
12431
|
class: b({ active: t.tableData.rowIndexHighlighted === y }),
|
12443
12432
|
key: y
|
@@ -12455,7 +12444,7 @@ function Ph(e, n, t, s, o, i) {
|
|
12455
12444
|
}),
|
12456
12445
|
v(ke, { name: "fade" }, {
|
12457
12446
|
default: V(() => [
|
12458
|
-
t.tableData.tfoot && t.tableData.tfoot.length && o.showTableData ? (l(), a("tfoot",
|
12447
|
+
t.tableData.tfoot && t.tableData.tfoot.length && o.showTableData ? (l(), a("tfoot", Ph, [
|
12459
12448
|
f("tr", null, [
|
12460
12449
|
(l(!0), a(_, null, H(t.tableData.tfoot, (w, y) => (l(), a("td", {
|
12461
12450
|
class: b({ active: t.tableData.columnIndexHighlighted === y }),
|
@@ -12474,7 +12463,7 @@ function Ph(e, n, t, s, o, i) {
|
|
12474
12463
|
], 544)
|
12475
12464
|
], 2);
|
12476
12465
|
}
|
12477
|
-
const
|
12466
|
+
const Jy = /* @__PURE__ */ L(Ih, [["render", Ah]]), Eh = "cmd", Vh = {
|
12478
12467
|
"3d-cursor": {
|
12479
12468
|
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
12469
|
hidden: !0
|
@@ -12488,14 +12477,14 @@ const Gy = /* @__PURE__ */ L(Oh, [["render", Ph]]), Ah = "cmd", Eh = {
|
|
12488
12477
|
<path fill="currentColor" d="M2,12h6v18H2V12z"/>
|
12489
12478
|
<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
12479
|
}
|
12491
|
-
},
|
12492
|
-
prefix:
|
12493
|
-
icons:
|
12494
|
-
width:
|
12495
|
-
height:
|
12480
|
+
}, Dh = 32, Hh = 32, qh = {
|
12481
|
+
prefix: Eh,
|
12482
|
+
icons: Vh,
|
12483
|
+
width: Dh,
|
12484
|
+
height: Hh
|
12496
12485
|
};
|
12497
|
-
ti(
|
12498
|
-
const
|
12486
|
+
ti(qh);
|
12487
|
+
const Rh = {
|
12499
12488
|
name: "CmdTabs",
|
12500
12489
|
data() {
|
12501
12490
|
return {
|
@@ -12557,13 +12546,13 @@ const qh = {
|
|
12557
12546
|
this.showTab = this.activeTab;
|
12558
12547
|
}
|
12559
12548
|
}
|
12560
|
-
},
|
12549
|
+
}, Nh = { class: "cmd-tabs" }, jh = ["onClick", "title"], Uh = { key: 1 }, zh = {
|
12561
12550
|
key: 1,
|
12562
12551
|
"aria-live": "assertive"
|
12563
|
-
},
|
12564
|
-
function
|
12552
|
+
}, Wh = ["innerHTML"];
|
12553
|
+
function Gh(e, n, t, s, o, i) {
|
12565
12554
|
const r = z, d = G;
|
12566
|
-
return l(), a("div",
|
12555
|
+
return l(), a("div", Nh, [
|
12567
12556
|
f("ul", {
|
12568
12557
|
class: b({ "stretch-tabs": t.stretchTabs }),
|
12569
12558
|
role: "tablist"
|
@@ -12583,8 +12572,8 @@ function Wh(e, n, t, s, o, i) {
|
|
12583
12572
|
iconClass: u.iconClass,
|
12584
12573
|
type: u.iconType
|
12585
12574
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
12586
|
-
u.name ? (l(), a("span",
|
12587
|
-
], 8,
|
12575
|
+
u.name ? (l(), a("span", Uh, g(u.name), 1)) : c("", !0)
|
12576
|
+
], 8, jh)
|
12588
12577
|
], 2))), 128))
|
12589
12578
|
], 2),
|
12590
12579
|
t.useSlot ? (l(!0), a(_, { key: 0 }, H(t.tabs.length, (u) => ue((l(), a("div", {
|
@@ -12595,7 +12584,7 @@ function Wh(e, n, t, s, o, i) {
|
|
12595
12584
|
A(e.$slots, "tab-content-" + (u - 1))
|
12596
12585
|
], 2)), [
|
12597
12586
|
[ye, o.showTab === u - 1]
|
12598
|
-
])), 128)) : (l(), a("div",
|
12587
|
+
])), 128)) : (l(), a("div", zh, [
|
12599
12588
|
t.cmdHeadline ? (l(), C(d, M({ key: 0 }, t.cmdHeadline, {
|
12600
12589
|
headlineText: t.tabs[o.showTab].headlineText,
|
12601
12590
|
headlineLevel: t.tabs[o.showTab].headlineLevel
|
@@ -12603,11 +12592,11 @@ function Wh(e, n, t, s, o, i) {
|
|
12603
12592
|
f("div", {
|
12604
12593
|
innerHTML: t.tabs[o.showTab].htmlContent,
|
12605
12594
|
class: b({ "no-padding": !t.useDefaultPadding })
|
12606
|
-
}, null, 10,
|
12595
|
+
}, null, 10, Wh)
|
12607
12596
|
]))
|
12608
12597
|
]);
|
12609
12598
|
}
|
12610
|
-
const
|
12599
|
+
const Ky = /* @__PURE__ */ L(Rh, [["render", Gh]]), Jh = {
|
12611
12600
|
name: "CmdTextImageBlock",
|
12612
12601
|
mixins: [$],
|
12613
12602
|
data() {
|
@@ -12714,11 +12703,11 @@ const Jy = /* @__PURE__ */ L(qh, [["render", Wh]]), Gh = {
|
|
12714
12703
|
immediate: !0
|
12715
12704
|
}
|
12716
12705
|
}
|
12717
|
-
},
|
12718
|
-
|
12719
|
-
|
12706
|
+
}, 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 = [
|
12707
|
+
Xh,
|
12708
|
+
Qh
|
12720
12709
|
];
|
12721
|
-
function
|
12710
|
+
function ep(e, n, t, s, o, i) {
|
12722
12711
|
var h, m, p, w;
|
12723
12712
|
const r = G, d = _e, u = Se;
|
12724
12713
|
return l(), a("div", {
|
@@ -12731,13 +12720,13 @@ function $h(e, n, t, s, o, i) {
|
|
12731
12720
|
figcaption: (p = t.cmdImage) == null ? void 0 : p.figcaption,
|
12732
12721
|
editModeConfig: { allowAddItem: !1 }
|
12733
12722
|
}, null, 8, ["image", "figcaption"])) : c("", !0),
|
12734
|
-
f("div",
|
12723
|
+
f("div", Kh, [
|
12735
12724
|
((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
12725
|
t.htmlContent ? (l(), a("div", {
|
12737
12726
|
key: 1,
|
12738
12727
|
innerHTML: t.htmlContent,
|
12739
12728
|
class: b(i.textAlign)
|
12740
|
-
}, null, 10,
|
12729
|
+
}, null, 10, Zh)) : c("", !0)
|
12741
12730
|
]),
|
12742
12731
|
e.editModeContext ? (l(), C(u, {
|
12743
12732
|
key: 2,
|
@@ -12761,18 +12750,18 @@ function $h(e, n, t, s, o, i) {
|
|
12761
12750
|
key: 1,
|
12762
12751
|
innerHTML: t.htmlContent,
|
12763
12752
|
class: b(i.textAlign)
|
12764
|
-
}, null, 10,
|
12753
|
+
}, null, 10, Yh)) : (l(), a("button", {
|
12765
12754
|
key: 2,
|
12766
12755
|
type: "button",
|
12767
12756
|
class: "button confirm",
|
12768
12757
|
onClick: n[1] || (n[1] = (...k) => i.onAddItem && i.onAddItem(...k))
|
12769
|
-
},
|
12758
|
+
}, $h))
|
12770
12759
|
]),
|
12771
12760
|
_: 1
|
12772
12761
|
}, 8, ["componentProps", "componentPath", "allowDeleteComponent"])) : c("", !0)
|
12773
12762
|
], 2);
|
12774
12763
|
}
|
12775
|
-
const
|
12764
|
+
const Zy = /* @__PURE__ */ L(Jh, [["render", ep]]), tp = {
|
12776
12765
|
name: "ToggleDarkMode",
|
12777
12766
|
mixins: [
|
12778
12767
|
$
|
@@ -12923,8 +12912,8 @@ const Ky = /* @__PURE__ */ L(Gh, [["render", $h]]), ep = {
|
|
12923
12912
|
immediate: !0
|
12924
12913
|
}
|
12925
12914
|
}
|
12926
|
-
},
|
12927
|
-
function
|
12915
|
+
}, np = { key: 0 };
|
12916
|
+
function ip(e, n, t, s, o, i) {
|
12928
12917
|
const r = z, d = ee;
|
12929
12918
|
return l(), a("div", {
|
12930
12919
|
class: b(["cmd-toggle-dark-mode", { "styled-layout": t.useStyledLayout, "dark-mode": o.darkMode }])
|
@@ -12953,7 +12942,7 @@ function np(e, n, t, s, o, i) {
|
|
12953
12942
|
class: b(["button", { "dark-mode": o.darkMode }]),
|
12954
12943
|
onClick: n[0] || (n[0] = I((...u) => i.toggleColorScheme && i.toggleColorScheme(...u), ["prevent"]))
|
12955
12944
|
}, [
|
12956
|
-
t.showLabel ? (l(), a("span",
|
12945
|
+
t.showLabel ? (l(), a("span", np, g(i.labelText), 1)) : c("", !0),
|
12957
12946
|
v(r, {
|
12958
12947
|
iconClass: i.iconClass,
|
12959
12948
|
type: i.iconType,
|
@@ -12976,7 +12965,7 @@ function np(e, n, t, s, o, i) {
|
|
12976
12965
|
], 64))
|
12977
12966
|
], 2);
|
12978
12967
|
}
|
12979
|
-
const
|
12968
|
+
const Yy = /* @__PURE__ */ L(tp, [["render", ip]]), op = {
|
12980
12969
|
data() {
|
12981
12970
|
return {
|
12982
12971
|
defaultMessageProperties: {
|
@@ -13034,28 +13023,28 @@ function yi(e, n) {
|
|
13034
13023
|
return e.apply(n, arguments);
|
13035
13024
|
};
|
13036
13025
|
}
|
13037
|
-
const { toString:
|
13038
|
-
const t =
|
13026
|
+
const { toString: lp } = Object.prototype, { getPrototypeOf: Xt } = Object, ut = /* @__PURE__ */ ((e) => (n) => {
|
13027
|
+
const t = lp.call(n);
|
13039
13028
|
return e[t] || (e[t] = t.slice(8, -1).toLowerCase());
|
13040
13029
|
})(/* @__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
|
13030
|
+
function sp(e) {
|
13042
13031
|
return e !== null && !Ue(e) && e.constructor !== null && !Ue(e.constructor) && ie(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
13043
13032
|
}
|
13044
13033
|
const bi = me("ArrayBuffer");
|
13045
|
-
function
|
13034
|
+
function ap(e) {
|
13046
13035
|
let n;
|
13047
13036
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? n = ArrayBuffer.isView(e) : n = e && e.buffer && bi(e.buffer), n;
|
13048
13037
|
}
|
13049
|
-
const
|
13038
|
+
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
13039
|
if (ut(e) !== "object")
|
13051
13040
|
return !1;
|
13052
13041
|
const n = Xt(e);
|
13053
13042
|
return (n === null || n === Object.prototype || Object.getPrototypeOf(n) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
13054
|
-
},
|
13043
|
+
}, cp = me("Date"), up = me("File"), mp = me("Blob"), fp = me("FileList"), hp = (e) => ft(e) && ie(e.pipe), pp = (e) => {
|
13055
13044
|
let n;
|
13056
13045
|
return e && (typeof FormData == "function" && e instanceof FormData || ie(e.append) && ((n = ut(e)) === "formdata" || // detect form-data instance
|
13057
13046
|
n === "object" && ie(e.toString) && e.toString() === "[object FormData]"));
|
13058
|
-
},
|
13047
|
+
}, 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
13048
|
function Ge(e, n, { allOwnKeys: t = !1 } = {}) {
|
13060
13049
|
if (e === null || typeof e > "u")
|
13061
13050
|
return;
|
@@ -13089,13 +13078,13 @@ function Bt() {
|
|
13089
13078
|
arguments[s] && Ge(arguments[s], t);
|
13090
13079
|
return n;
|
13091
13080
|
}
|
13092
|
-
const
|
13081
|
+
const xp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
|
13093
13082
|
t && ie(o) ? e[i] = yi(o, t) : e[i] = o;
|
13094
|
-
}, { allOwnKeys: s }), e),
|
13083
|
+
}, { allOwnKeys: s }), e), kp = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), vp = (e, n, t, s) => {
|
13095
13084
|
e.prototype = Object.create(n.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
13096
13085
|
value: n.prototype
|
13097
13086
|
}), t && Object.assign(e.prototype, t);
|
13098
|
-
},
|
13087
|
+
}, Tp = (e, n, t, s) => {
|
13099
13088
|
let o, i, r;
|
13100
13089
|
const d = {};
|
13101
13090
|
if (n = n || {}, e == null) return n;
|
@@ -13105,11 +13094,11 @@ const wp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
|
|
13105
13094
|
e = t !== !1 && Xt(e);
|
13106
13095
|
} while (e && (!t || t(e, n)) && e !== Object.prototype);
|
13107
13096
|
return n;
|
13108
|
-
},
|
13097
|
+
}, Sp = (e, n, t) => {
|
13109
13098
|
e = String(e), (t === void 0 || t > e.length) && (t = e.length), t -= n.length;
|
13110
13099
|
const s = e.indexOf(n, t);
|
13111
13100
|
return s !== -1 && s === t;
|
13112
|
-
},
|
13101
|
+
}, Op = (e) => {
|
13113
13102
|
if (!e) return null;
|
13114
13103
|
if (Ie(e)) return e;
|
13115
13104
|
let n = e.length;
|
@@ -13118,31 +13107,31 @@ const wp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
|
|
13118
13107
|
for (; n-- > 0; )
|
13119
13108
|
t[n] = e[n];
|
13120
13109
|
return t;
|
13121
|
-
},
|
13110
|
+
}, Ip = /* @__PURE__ */ ((e) => (n) => e && n instanceof e)(typeof Uint8Array < "u" && Xt(Uint8Array)), Mp = (e, n) => {
|
13122
13111
|
const s = (e && e[Symbol.iterator]).call(e);
|
13123
13112
|
let o;
|
13124
13113
|
for (; (o = s.next()) && !o.done; ) {
|
13125
13114
|
const i = o.value;
|
13126
13115
|
n.call(e, i[0], i[1]);
|
13127
13116
|
}
|
13128
|
-
},
|
13117
|
+
}, Lp = (e, n) => {
|
13129
13118
|
let t;
|
13130
13119
|
const s = [];
|
13131
13120
|
for (; (t = e.exec(n)) !== null; )
|
13132
13121
|
s.push(t);
|
13133
13122
|
return s;
|
13134
|
-
},
|
13123
|
+
}, Fp = me("HTMLFormElement"), Bp = (e) => e.toLowerCase().replace(
|
13135
13124
|
/[-_\s]([a-z\d])(\w*)/g,
|
13136
13125
|
function(t, s, o) {
|
13137
13126
|
return s.toUpperCase() + o;
|
13138
13127
|
}
|
13139
|
-
), Vn = (({ hasOwnProperty: e }) => (n, t) => e.call(n, t))(Object.prototype),
|
13128
|
+
), Vn = (({ hasOwnProperty: e }) => (n, t) => e.call(n, t))(Object.prototype), Pp = me("RegExp"), ki = (e, n) => {
|
13140
13129
|
const t = Object.getOwnPropertyDescriptors(e), s = {};
|
13141
13130
|
Ge(t, (o, i) => {
|
13142
13131
|
let r;
|
13143
13132
|
(r = n(o, i, e)) !== !1 && (s[i] = r || o);
|
13144
13133
|
}), Object.defineProperties(e, s);
|
13145
|
-
},
|
13134
|
+
}, Ap = (e) => {
|
13146
13135
|
ki(e, (n, t) => {
|
13147
13136
|
if (ie(e) && ["arguments", "caller", "callee"].indexOf(t) !== -1)
|
13148
13137
|
return !1;
|
@@ -13157,29 +13146,29 @@ const wp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
|
|
13157
13146
|
});
|
13158
13147
|
}
|
13159
13148
|
});
|
13160
|
-
},
|
13149
|
+
}, Ep = (e, n) => {
|
13161
13150
|
const t = {}, s = (o) => {
|
13162
13151
|
o.forEach((i) => {
|
13163
13152
|
t[i] = !0;
|
13164
13153
|
});
|
13165
13154
|
};
|
13166
13155
|
return Ie(e) ? s(e) : s(String(e).split(n)), t;
|
13167
|
-
},
|
13168
|
-
},
|
13156
|
+
}, Vp = () => {
|
13157
|
+
}, Dp = (e, n) => e != null && Number.isFinite(e = +e) ? e : n, Ct = "abcdefghijklmnopqrstuvwxyz", Dn = "0123456789", vi = {
|
13169
13158
|
DIGIT: Dn,
|
13170
13159
|
ALPHA: Ct,
|
13171
13160
|
ALPHA_DIGIT: Ct + Ct.toUpperCase() + Dn
|
13172
|
-
},
|
13161
|
+
}, Hp = (e = 16, n = vi.ALPHA_DIGIT) => {
|
13173
13162
|
let t = "";
|
13174
13163
|
const { length: s } = n;
|
13175
13164
|
for (; e--; )
|
13176
13165
|
t += n[Math.random() * s | 0];
|
13177
13166
|
return t;
|
13178
13167
|
};
|
13179
|
-
function
|
13168
|
+
function qp(e) {
|
13180
13169
|
return !!(e && ie(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
|
13181
13170
|
}
|
13182
|
-
const
|
13171
|
+
const Rp = (e) => {
|
13183
13172
|
const n = new Array(10), t = (s, o) => {
|
13184
13173
|
if (ft(s)) {
|
13185
13174
|
if (n.indexOf(s) >= 0)
|
@@ -13196,63 +13185,63 @@ const qp = (e) => {
|
|
13196
13185
|
return s;
|
13197
13186
|
};
|
13198
13187
|
return t(e, 0);
|
13199
|
-
},
|
13188
|
+
}, Np = me("AsyncFunction"), jp = (e) => e && (ft(e) || ie(e)) && ie(e.then) && ie(e.catch), x = {
|
13200
13189
|
isArray: Ie,
|
13201
13190
|
isArrayBuffer: bi,
|
13202
|
-
isBuffer:
|
13203
|
-
isFormData:
|
13204
|
-
isArrayBufferView:
|
13205
|
-
isString:
|
13191
|
+
isBuffer: sp,
|
13192
|
+
isFormData: pp,
|
13193
|
+
isArrayBufferView: ap,
|
13194
|
+
isString: rp,
|
13206
13195
|
isNumber: Ci,
|
13207
|
-
isBoolean:
|
13196
|
+
isBoolean: dp,
|
13208
13197
|
isObject: ft,
|
13209
13198
|
isPlainObject: Qe,
|
13210
|
-
isReadableStream:
|
13211
|
-
isRequest:
|
13212
|
-
isResponse:
|
13213
|
-
isHeaders:
|
13199
|
+
isReadableStream: yp,
|
13200
|
+
isRequest: bp,
|
13201
|
+
isResponse: Cp,
|
13202
|
+
isHeaders: _p,
|
13214
13203
|
isUndefined: Ue,
|
13215
|
-
isDate:
|
13216
|
-
isFile:
|
13217
|
-
isBlob:
|
13218
|
-
isRegExp:
|
13204
|
+
isDate: cp,
|
13205
|
+
isFile: up,
|
13206
|
+
isBlob: mp,
|
13207
|
+
isRegExp: Pp,
|
13219
13208
|
isFunction: ie,
|
13220
|
-
isStream:
|
13221
|
-
isURLSearchParams:
|
13222
|
-
isTypedArray:
|
13223
|
-
isFileList:
|
13209
|
+
isStream: hp,
|
13210
|
+
isURLSearchParams: gp,
|
13211
|
+
isTypedArray: Ip,
|
13212
|
+
isFileList: fp,
|
13224
13213
|
forEach: Ge,
|
13225
13214
|
merge: Bt,
|
13226
|
-
extend:
|
13227
|
-
trim:
|
13228
|
-
stripBOM:
|
13229
|
-
inherits:
|
13230
|
-
toFlatObject:
|
13215
|
+
extend: xp,
|
13216
|
+
trim: wp,
|
13217
|
+
stripBOM: kp,
|
13218
|
+
inherits: vp,
|
13219
|
+
toFlatObject: Tp,
|
13231
13220
|
kindOf: ut,
|
13232
13221
|
kindOfTest: me,
|
13233
|
-
endsWith:
|
13234
|
-
toArray:
|
13235
|
-
forEachEntry:
|
13236
|
-
matchAll:
|
13237
|
-
isHTMLForm:
|
13222
|
+
endsWith: Sp,
|
13223
|
+
toArray: Op,
|
13224
|
+
forEachEntry: Mp,
|
13225
|
+
matchAll: Lp,
|
13226
|
+
isHTMLForm: Fp,
|
13238
13227
|
hasOwnProperty: Vn,
|
13239
13228
|
hasOwnProp: Vn,
|
13240
13229
|
// an alias to avoid ESLint no-prototype-builtins detection
|
13241
13230
|
reduceDescriptors: ki,
|
13242
|
-
freezeMethods:
|
13243
|
-
toObjectSet:
|
13244
|
-
toCamelCase:
|
13245
|
-
noop:
|
13246
|
-
toFiniteNumber:
|
13231
|
+
freezeMethods: Ap,
|
13232
|
+
toObjectSet: Ep,
|
13233
|
+
toCamelCase: Bp,
|
13234
|
+
noop: Vp,
|
13235
|
+
toFiniteNumber: Dp,
|
13247
13236
|
findKey: _i,
|
13248
13237
|
global: wi,
|
13249
13238
|
isContextDefined: xi,
|
13250
13239
|
ALPHABET: vi,
|
13251
|
-
generateString:
|
13252
|
-
isSpecCompliantForm:
|
13253
|
-
toJSONObject:
|
13254
|
-
isAsyncFn:
|
13255
|
-
isThenable:
|
13240
|
+
generateString: Hp,
|
13241
|
+
isSpecCompliantForm: qp,
|
13242
|
+
toJSONObject: Rp,
|
13243
|
+
isAsyncFn: Np,
|
13244
|
+
isThenable: jp
|
13256
13245
|
};
|
13257
13246
|
function R(e, n, t, s, o) {
|
13258
13247
|
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 +13293,7 @@ R.from = (e, n, t, s, o, i) => {
|
|
13304
13293
|
return u !== Error.prototype;
|
13305
13294
|
}, (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
13295
|
};
|
13307
|
-
const
|
13296
|
+
const Up = null;
|
13308
13297
|
function Pt(e) {
|
13309
13298
|
return x.isPlainObject(e) || x.isArray(e);
|
13310
13299
|
}
|
@@ -13316,10 +13305,10 @@ function Hn(e, n, t) {
|
|
13316
13305
|
return o = Oi(o), !t && i ? "[" + o + "]" : o;
|
13317
13306
|
}).join(t ? "." : "") : n;
|
13318
13307
|
}
|
13319
|
-
function
|
13308
|
+
function zp(e) {
|
13320
13309
|
return x.isArray(e) && !e.some(Pt);
|
13321
13310
|
}
|
13322
|
-
const
|
13311
|
+
const Wp = x.toFlatObject(x, {}, null, function(n) {
|
13323
13312
|
return /^is[A-Z]/.test(n);
|
13324
13313
|
});
|
13325
13314
|
function ht(e, n, t) {
|
@@ -13348,7 +13337,7 @@ function ht(e, n, t) {
|
|
13348
13337
|
if (k && !T && typeof k == "object") {
|
13349
13338
|
if (x.endsWith(S, "{}"))
|
13350
13339
|
S = s ? S : S.slice(0, -2), k = JSON.stringify(k);
|
13351
|
-
else if (x.isArray(k) &&
|
13340
|
+
else if (x.isArray(k) && zp(k) || (x.isFileList(k) || x.endsWith(S, "[]")) && (B = x.toArray(k)))
|
13352
13341
|
return S = Oi(S), B.forEach(function(P, D) {
|
13353
13342
|
!(x.isUndefined(P) || P === null) && n.append(
|
13354
13343
|
// eslint-disable-next-line no-nested-ternary
|
@@ -13359,7 +13348,7 @@ function ht(e, n, t) {
|
|
13359
13348
|
}
|
13360
13349
|
return Pt(k) ? !0 : (n.append(Hn(T, S, i), h(k)), !1);
|
13361
13350
|
}
|
13362
|
-
const p = [], w = Object.assign(
|
13351
|
+
const p = [], w = Object.assign(Wp, {
|
13363
13352
|
defaultVisitor: m,
|
13364
13353
|
convertValue: h,
|
13365
13354
|
isVisitable: Pt
|
@@ -13412,13 +13401,13 @@ Ii.toString = function(n) {
|
|
13412
13401
|
return t(o[0]) + "=" + t(o[1]);
|
13413
13402
|
}, "").join("&");
|
13414
13403
|
};
|
13415
|
-
function
|
13404
|
+
function Gp(e) {
|
13416
13405
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
13417
13406
|
}
|
13418
13407
|
function Mi(e, n, t) {
|
13419
13408
|
if (!n)
|
13420
13409
|
return e;
|
13421
|
-
const s = t && t.encode ||
|
13410
|
+
const s = t && t.encode || Gp, o = t && t.serialize;
|
13422
13411
|
let i;
|
13423
13412
|
if (o ? i = o(n, t) : i = x.isURLSearchParams(n) ? n.toString() : new Qt(n, t).toString(s), i) {
|
13424
13413
|
const r = e.indexOf("#");
|
@@ -13484,36 +13473,36 @@ const Li = {
|
|
13484
13473
|
silentJSONParsing: !0,
|
13485
13474
|
forcedJSONParsing: !0,
|
13486
13475
|
clarifyTimeoutError: !1
|
13487
|
-
},
|
13476
|
+
}, Jp = typeof URLSearchParams < "u" ? URLSearchParams : Qt, Kp = typeof FormData < "u" ? FormData : null, Zp = typeof Blob < "u" ? Blob : null, Yp = {
|
13488
13477
|
isBrowser: !0,
|
13489
13478
|
classes: {
|
13490
|
-
URLSearchParams:
|
13491
|
-
FormData:
|
13492
|
-
Blob:
|
13479
|
+
URLSearchParams: Jp,
|
13480
|
+
FormData: Kp,
|
13481
|
+
Blob: Zp
|
13493
13482
|
},
|
13494
13483
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
13495
|
-
}, $t = typeof window < "u" && typeof document < "u",
|
13496
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
13484
|
+
}, $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
|
13485
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", $p = $t && window.location.href || "http://localhost", eg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
13497
13486
|
__proto__: null,
|
13498
13487
|
hasBrowserEnv: $t,
|
13499
|
-
hasStandardBrowserEnv:
|
13500
|
-
hasStandardBrowserWebWorkerEnv:
|
13501
|
-
origin:
|
13488
|
+
hasStandardBrowserEnv: Xp,
|
13489
|
+
hasStandardBrowserWebWorkerEnv: Qp,
|
13490
|
+
origin: $p
|
13502
13491
|
}, Symbol.toStringTag, { value: "Module" })), ce = {
|
13503
|
-
|
13504
|
-
...
|
13492
|
+
...eg,
|
13493
|
+
...Yp
|
13505
13494
|
};
|
13506
|
-
function
|
13495
|
+
function tg(e, n) {
|
13507
13496
|
return ht(e, new ce.classes.URLSearchParams(), Object.assign({
|
13508
13497
|
visitor: function(t, s, o, i) {
|
13509
13498
|
return ce.isNode && x.isBuffer(t) ? (this.append(s, t.toString("base64")), !1) : i.defaultVisitor.apply(this, arguments);
|
13510
13499
|
}
|
13511
13500
|
}, n));
|
13512
13501
|
}
|
13513
|
-
function
|
13502
|
+
function ng(e) {
|
13514
13503
|
return x.matchAll(/\w+|\[(\w*)]/g, e).map((n) => n[0] === "[]" ? "" : n[1] || n[0]);
|
13515
13504
|
}
|
13516
|
-
function
|
13505
|
+
function ig(e) {
|
13517
13506
|
const n = {}, t = Object.keys(e);
|
13518
13507
|
let s;
|
13519
13508
|
const o = t.length;
|
@@ -13527,17 +13516,17 @@ function Fi(e) {
|
|
13527
13516
|
let r = t[i++];
|
13528
13517
|
if (r === "__proto__") return !0;
|
13529
13518
|
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] =
|
13519
|
+
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
13520
|
}
|
13532
13521
|
if (x.isFormData(e) && x.isFunction(e.entries)) {
|
13533
13522
|
const t = {};
|
13534
13523
|
return x.forEachEntry(e, (s, o) => {
|
13535
|
-
n(
|
13524
|
+
n(ng(s), o, t, 0);
|
13536
13525
|
}), t;
|
13537
13526
|
}
|
13538
13527
|
return null;
|
13539
13528
|
}
|
13540
|
-
function
|
13529
|
+
function og(e, n, t) {
|
13541
13530
|
if (x.isString(e))
|
13542
13531
|
try {
|
13543
13532
|
return (n || JSON.parse)(e), x.trim(e);
|
@@ -13563,7 +13552,7 @@ const Je = {
|
|
13563
13552
|
let d;
|
13564
13553
|
if (i) {
|
13565
13554
|
if (s.indexOf("application/x-www-form-urlencoded") > -1)
|
13566
|
-
return
|
13555
|
+
return tg(n, this.formSerializer).toString();
|
13567
13556
|
if ((d = x.isFileList(n)) || s.indexOf("multipart/form-data") > -1) {
|
13568
13557
|
const u = this.env && this.env.FormData;
|
13569
13558
|
return ht(
|
@@ -13573,7 +13562,7 @@ const Je = {
|
|
13573
13562
|
);
|
13574
13563
|
}
|
13575
13564
|
}
|
13576
|
-
return i || o ? (t.setContentType("application/json", !1),
|
13565
|
+
return i || o ? (t.setContentType("application/json", !1), og(n)) : n;
|
13577
13566
|
}],
|
13578
13567
|
transformResponse: [function(n) {
|
13579
13568
|
const t = this.transitional || Je.transitional, s = t && t.forcedJSONParsing, o = this.responseType === "json";
|
@@ -13616,7 +13605,7 @@ const Je = {
|
|
13616
13605
|
x.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
13617
13606
|
Je.headers[e] = {};
|
13618
13607
|
});
|
13619
|
-
const
|
13608
|
+
const lg = x.toObjectSet([
|
13620
13609
|
"age",
|
13621
13610
|
"authorization",
|
13622
13611
|
"content-length",
|
@@ -13634,12 +13623,12 @@ const og = x.toObjectSet([
|
|
13634
13623
|
"referer",
|
13635
13624
|
"retry-after",
|
13636
13625
|
"user-agent"
|
13637
|
-
]),
|
13626
|
+
]), sg = (e) => {
|
13638
13627
|
const n = {};
|
13639
13628
|
let t, s, o;
|
13640
13629
|
return e && e.split(`
|
13641
13630
|
`).forEach(function(r) {
|
13642
|
-
o = r.indexOf(":"), t = r.substring(0, o).trim().toLowerCase(), s = r.substring(o + 1).trim(), !(!t || n[t] &&
|
13631
|
+
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
13632
|
}), n;
|
13644
13633
|
}, Nn = Symbol("internals");
|
13645
13634
|
function Ve(e) {
|
@@ -13648,14 +13637,14 @@ function Ve(e) {
|
|
13648
13637
|
function $e(e) {
|
13649
13638
|
return e === !1 || e == null ? e : x.isArray(e) ? e.map($e) : String(e);
|
13650
13639
|
}
|
13651
|
-
function
|
13640
|
+
function ag(e) {
|
13652
13641
|
const n = /* @__PURE__ */ Object.create(null), t = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
13653
13642
|
let s;
|
13654
13643
|
for (; s = t.exec(e); )
|
13655
13644
|
n[s[1]] = s[2];
|
13656
13645
|
return n;
|
13657
13646
|
}
|
13658
|
-
const
|
13647
|
+
const rg = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
13659
13648
|
function _t(e, n, t, s, o) {
|
13660
13649
|
if (x.isFunction(s))
|
13661
13650
|
return s.call(this, n, t);
|
@@ -13666,10 +13655,10 @@ function _t(e, n, t, s, o) {
|
|
13666
13655
|
return s.test(n);
|
13667
13656
|
}
|
13668
13657
|
}
|
13669
|
-
function
|
13658
|
+
function dg(e) {
|
13670
13659
|
return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (n, t, s) => t.toUpperCase() + s);
|
13671
13660
|
}
|
13672
|
-
function
|
13661
|
+
function cg(e, n) {
|
13673
13662
|
const t = x.toCamelCase(" " + n);
|
13674
13663
|
["get", "set", "has"].forEach((s) => {
|
13675
13664
|
Object.defineProperty(e, s + t, {
|
@@ -13696,8 +13685,8 @@ class te {
|
|
13696
13685
|
const r = (d, u) => x.forEach(d, (h, m) => i(h, m, u));
|
13697
13686
|
if (x.isPlainObject(n) || n instanceof this.constructor)
|
13698
13687
|
r(n, t);
|
13699
|
-
else if (x.isString(n) && (n = n.trim()) && !
|
13700
|
-
r(
|
13688
|
+
else if (x.isString(n) && (n = n.trim()) && !rg(n))
|
13689
|
+
r(sg(n), t);
|
13701
13690
|
else if (x.isHeaders(n))
|
13702
13691
|
for (const [d, u] of n.entries())
|
13703
13692
|
i(u, d, s);
|
@@ -13713,7 +13702,7 @@ class te {
|
|
13713
13702
|
if (!t)
|
13714
13703
|
return o;
|
13715
13704
|
if (t === !0)
|
13716
|
-
return
|
13705
|
+
return ag(o);
|
13717
13706
|
if (x.isFunction(t))
|
13718
13707
|
return t.call(this, o, s);
|
13719
13708
|
if (x.isRegExp(t))
|
@@ -13757,7 +13746,7 @@ class te {
|
|
13757
13746
|
t[r] = $e(o), delete t[i];
|
13758
13747
|
return;
|
13759
13748
|
}
|
13760
|
-
const d = n ?
|
13749
|
+
const d = n ? dg(i) : String(i).trim();
|
13761
13750
|
d !== i && delete t[i], t[d] = $e(o), s[d] = !0;
|
13762
13751
|
}), this;
|
13763
13752
|
}
|
@@ -13793,7 +13782,7 @@ class te {
|
|
13793
13782
|
}).accessors, o = this.prototype;
|
13794
13783
|
function i(r) {
|
13795
13784
|
const d = Ve(r);
|
13796
|
-
s[d] || (
|
13785
|
+
s[d] || (cg(o, r), s[d] = !0);
|
13797
13786
|
}
|
13798
13787
|
return x.isArray(n) ? n.forEach(i) : i(n), this;
|
13799
13788
|
}
|
@@ -13835,11 +13824,11 @@ function Pi(e, n, t) {
|
|
13835
13824
|
t
|
13836
13825
|
));
|
13837
13826
|
}
|
13838
|
-
function
|
13827
|
+
function ug(e) {
|
13839
13828
|
const n = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
|
13840
13829
|
return n && n[1] || "";
|
13841
13830
|
}
|
13842
|
-
function
|
13831
|
+
function mg(e, n) {
|
13843
13832
|
e = e || 10;
|
13844
13833
|
const t = new Array(e), s = new Array(e);
|
13845
13834
|
let o = 0, i = 0, r;
|
@@ -13855,7 +13844,7 @@ function ug(e, n) {
|
|
13855
13844
|
return y ? Math.round(w * 1e3 / y) : void 0;
|
13856
13845
|
};
|
13857
13846
|
}
|
13858
|
-
function
|
13847
|
+
function fg(e, n) {
|
13859
13848
|
let t = 0;
|
13860
13849
|
const s = 1e3 / n;
|
13861
13850
|
let o = null;
|
@@ -13868,8 +13857,8 @@ function mg(e, n) {
|
|
13868
13857
|
}
|
13869
13858
|
const nt = (e, n, t = 3) => {
|
13870
13859
|
let s = 0;
|
13871
|
-
const o =
|
13872
|
-
return
|
13860
|
+
const o = mg(50, 250);
|
13861
|
+
return fg((i) => {
|
13873
13862
|
const r = i.loaded, d = i.lengthComputable ? i.total : void 0, u = r - s, h = o(u), m = r <= d;
|
13874
13863
|
s = r;
|
13875
13864
|
const p = {
|
@@ -13884,7 +13873,7 @@ const nt = (e, n, t = 3) => {
|
|
13884
13873
|
};
|
13885
13874
|
p[n ? "download" : "upload"] = !0, e(p);
|
13886
13875
|
}, t);
|
13887
|
-
},
|
13876
|
+
}, hg = ce.hasStandardBrowserEnv ? (
|
13888
13877
|
// Standard browser envs have full support of the APIs needed to test
|
13889
13878
|
// whether the request URL is of the same origin as current location.
|
13890
13879
|
function() {
|
@@ -13915,7 +13904,7 @@ const nt = (e, n, t = 3) => {
|
|
13915
13904
|
return !0;
|
13916
13905
|
};
|
13917
13906
|
}()
|
13918
|
-
),
|
13907
|
+
), pg = ce.hasStandardBrowserEnv ? (
|
13919
13908
|
// Standard browser envs support document.cookie
|
13920
13909
|
{
|
13921
13910
|
write(e, n, t, s, o, i) {
|
@@ -13942,14 +13931,14 @@ const nt = (e, n, t = 3) => {
|
|
13942
13931
|
}
|
13943
13932
|
}
|
13944
13933
|
);
|
13945
|
-
function
|
13934
|
+
function gg(e) {
|
13946
13935
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
|
13947
13936
|
}
|
13948
|
-
function
|
13937
|
+
function yg(e, n) {
|
13949
13938
|
return n ? e.replace(/\/?\/$/, "") + "/" + n.replace(/^\/+/, "") : e;
|
13950
13939
|
}
|
13951
13940
|
function Ai(e, n) {
|
13952
|
-
return e && !
|
13941
|
+
return e && !gg(n) ? yg(e, n) : n;
|
13953
13942
|
}
|
13954
13943
|
const jn = (e) => e instanceof te ? { ...e } : e;
|
13955
13944
|
function Te(e, n) {
|
@@ -14032,12 +14021,12 @@ const Ei = (e) => {
|
|
14032
14021
|
r.setContentType([h || "multipart/form-data", ...m].join("; "));
|
14033
14022
|
}
|
14034
14023
|
}
|
14035
|
-
if (ce.hasStandardBrowserEnv && (s && x.isFunction(s) && (s = s(n)), s || s !== !1 &&
|
14036
|
-
const h = o && i &&
|
14024
|
+
if (ce.hasStandardBrowserEnv && (s && x.isFunction(s) && (s = s(n)), s || s !== !1 && hg(n.url))) {
|
14025
|
+
const h = o && i && pg.read(i);
|
14037
14026
|
h && r.set(o, h);
|
14038
14027
|
}
|
14039
14028
|
return n;
|
14040
|
-
},
|
14029
|
+
}, bg = typeof XMLHttpRequest < "u", Cg = bg && function(e) {
|
14041
14030
|
return new Promise(function(t, s) {
|
14042
14031
|
const o = Ei(e);
|
14043
14032
|
let i = o.data;
|
@@ -14087,14 +14076,14 @@ const Ei = (e) => {
|
|
14087
14076
|
}), 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
14077
|
m && (s(!y || y.type ? new Me(null, e, m) : y), m.abort(), m = null);
|
14089
14078
|
}, o.cancelToken && o.cancelToken.subscribe(u), o.signal && (o.signal.aborted ? u() : o.signal.addEventListener("abort", u)));
|
14090
|
-
const w =
|
14079
|
+
const w = ug(o.url);
|
14091
14080
|
if (w && ce.protocols.indexOf(w) === -1) {
|
14092
14081
|
s(new R("Unsupported protocol " + w + ":", R.ERR_BAD_REQUEST, e));
|
14093
14082
|
return;
|
14094
14083
|
}
|
14095
14084
|
m.send(i || null);
|
14096
14085
|
});
|
14097
|
-
},
|
14086
|
+
}, _g = (e, n) => {
|
14098
14087
|
let t = new AbortController(), s;
|
14099
14088
|
const o = function(u) {
|
14100
14089
|
if (!s) {
|
@@ -14116,7 +14105,7 @@ const Ei = (e) => {
|
|
14116
14105
|
return d.unsubscribe = r, [d, () => {
|
14117
14106
|
i && clearTimeout(i), i = null;
|
14118
14107
|
}];
|
14119
|
-
},
|
14108
|
+
}, wg = function* (e, n) {
|
14120
14109
|
let t = e.byteLength;
|
14121
14110
|
if (!n || t < n) {
|
14122
14111
|
yield e;
|
@@ -14125,11 +14114,11 @@ const Ei = (e) => {
|
|
14125
14114
|
let s = 0, o;
|
14126
14115
|
for (; s < t; )
|
14127
14116
|
o = s + n, yield e.slice(s, o), s = o;
|
14128
|
-
},
|
14117
|
+
}, xg = async function* (e, n, t) {
|
14129
14118
|
for await (const s of e)
|
14130
|
-
yield*
|
14119
|
+
yield* wg(ArrayBuffer.isView(s) ? s : await t(String(s)), n);
|
14131
14120
|
}, Un = (e, n, t, s, o) => {
|
14132
|
-
const i =
|
14121
|
+
const i = xg(e, n, o);
|
14133
14122
|
let r = 0;
|
14134
14123
|
return new ReadableStream({
|
14135
14124
|
type: "bytes",
|
@@ -14155,7 +14144,7 @@ const Ei = (e) => {
|
|
14155
14144
|
total: e,
|
14156
14145
|
loaded: s
|
14157
14146
|
}));
|
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())),
|
14147
|
+
}, 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
14148
|
let e = !1;
|
14160
14149
|
const n = new Request(ce.origin, {
|
14161
14150
|
body: new ReadableStream(),
|
@@ -14180,7 +14169,7 @@ pt && ((e) => {
|
|
14180
14169
|
});
|
14181
14170
|
});
|
14182
14171
|
})(new Response());
|
14183
|
-
const
|
14172
|
+
const vg = async (e) => {
|
14184
14173
|
if (e == null)
|
14185
14174
|
return 0;
|
14186
14175
|
if (x.isBlob(e))
|
@@ -14191,10 +14180,10 @@ const kg = async (e) => {
|
|
14191
14180
|
return e.byteLength;
|
14192
14181
|
if (x.isURLSearchParams(e) && (e = e + ""), x.isString(e))
|
14193
14182
|
return (await At(e)).byteLength;
|
14194
|
-
},
|
14183
|
+
}, Tg = async (e, n) => {
|
14195
14184
|
const t = x.toFiniteNumber(e.getContentLength());
|
14196
|
-
return t ??
|
14197
|
-
},
|
14185
|
+
return t ?? vg(n);
|
14186
|
+
}, Sg = pt && (async (e) => {
|
14198
14187
|
let {
|
14199
14188
|
url: n,
|
14200
14189
|
method: t,
|
@@ -14210,7 +14199,7 @@ const kg = async (e) => {
|
|
14210
14199
|
fetchOptions: w
|
14211
14200
|
} = Ei(e);
|
14212
14201
|
h = h ? (h + "").toLowerCase() : "text";
|
14213
|
-
let [y, k] = o || i || r ?
|
14202
|
+
let [y, k] = o || i || r ? _g([o, i], r) : [], S, T;
|
14214
14203
|
const B = () => {
|
14215
14204
|
!S && setTimeout(() => {
|
14216
14205
|
y && y.unsubscribe();
|
@@ -14218,7 +14207,7 @@ const kg = async (e) => {
|
|
14218
14207
|
};
|
14219
14208
|
let O;
|
14220
14209
|
try {
|
14221
|
-
if (u &&
|
14210
|
+
if (u && kg && t !== "get" && t !== "head" && (O = await Tg(m, s)) !== 0) {
|
14222
14211
|
let F = new Request(n, {
|
14223
14212
|
method: "POST",
|
14224
14213
|
body: s,
|
@@ -14275,9 +14264,9 @@ const kg = async (e) => {
|
|
14275
14264
|
) : R.from(P, P && P.code, e, T);
|
14276
14265
|
}
|
14277
14266
|
}), Vt = {
|
14278
|
-
http:
|
14279
|
-
xhr:
|
14280
|
-
fetch:
|
14267
|
+
http: Up,
|
14268
|
+
xhr: Cg,
|
14269
|
+
fetch: Sg
|
14281
14270
|
};
|
14282
14271
|
x.forEach(Vt, (e, n) => {
|
14283
14272
|
if (e) {
|
@@ -14288,7 +14277,7 @@ x.forEach(Vt, (e, n) => {
|
|
14288
14277
|
Object.defineProperty(e, "adapterName", { value: n });
|
14289
14278
|
}
|
14290
14279
|
});
|
14291
|
-
const Gn = (e) => `- ${e}`,
|
14280
|
+
const Gn = (e) => `- ${e}`, Og = (e) => x.isFunction(e) || e === null || e === !1, Di = {
|
14292
14281
|
getAdapter: (e) => {
|
14293
14282
|
e = x.isArray(e) ? e : [e];
|
14294
14283
|
const { length: n } = e;
|
@@ -14297,7 +14286,7 @@ const Gn = (e) => `- ${e}`, Sg = (e) => x.isFunction(e) || e === null || e === !
|
|
14297
14286
|
for (let i = 0; i < n; i++) {
|
14298
14287
|
t = e[i];
|
14299
14288
|
let r;
|
14300
|
-
if (s = t, !
|
14289
|
+
if (s = t, !Og(t) && (s = Vt[(r = String(t)).toLowerCase()], s === void 0))
|
14301
14290
|
throw new R(`Unknown adapter '${r}'`);
|
14302
14291
|
if (s)
|
14303
14292
|
break;
|
@@ -14366,7 +14355,7 @@ en.transitional = function(n, t, s) {
|
|
14366
14355
|
)), n ? n(i, r, d) : !0;
|
14367
14356
|
};
|
14368
14357
|
};
|
14369
|
-
function
|
14358
|
+
function Ig(e, n, t) {
|
14370
14359
|
if (typeof e != "object")
|
14371
14360
|
throw new R("options must be an object", R.ERR_BAD_OPTION_VALUE);
|
14372
14361
|
const s = Object.keys(e);
|
@@ -14384,7 +14373,7 @@ function Og(e, n, t) {
|
|
14384
14373
|
}
|
14385
14374
|
}
|
14386
14375
|
const Dt = {
|
14387
|
-
assertOptions:
|
14376
|
+
assertOptions: Ig,
|
14388
14377
|
validators: en
|
14389
14378
|
}, he = Dt.validators;
|
14390
14379
|
class xe {
|
@@ -14575,12 +14564,12 @@ class tn {
|
|
14575
14564
|
};
|
14576
14565
|
}
|
14577
14566
|
}
|
14578
|
-
function
|
14567
|
+
function Mg(e) {
|
14579
14568
|
return function(t) {
|
14580
14569
|
return e.apply(null, t);
|
14581
14570
|
};
|
14582
14571
|
}
|
14583
|
-
function
|
14572
|
+
function Lg(e) {
|
14584
14573
|
return x.isObject(e) && e.isAxiosError === !0;
|
14585
14574
|
}
|
14586
14575
|
const Ht = {
|
@@ -14669,18 +14658,18 @@ K.Cancel = K.CanceledError;
|
|
14669
14658
|
K.all = function(n) {
|
14670
14659
|
return Promise.all(n);
|
14671
14660
|
};
|
14672
|
-
K.spread =
|
14673
|
-
K.isAxiosError =
|
14661
|
+
K.spread = Mg;
|
14662
|
+
K.isAxiosError = Lg;
|
14674
14663
|
K.mergeConfig = Te;
|
14675
14664
|
K.AxiosHeaders = te;
|
14676
14665
|
K.formToJSON = (e) => Fi(x.isHTMLForm(e) ? new FormData(e) : e);
|
14677
14666
|
K.getAdapter = Di.getAdapter;
|
14678
14667
|
K.HttpStatusCode = Ht;
|
14679
14668
|
K.default = K;
|
14680
|
-
const
|
14669
|
+
const Fg = {
|
14681
14670
|
name: "CmdUploadForm",
|
14682
14671
|
emits: ["click", "error", "upload-complete", "upload-file-success"],
|
14683
|
-
mixins: [oe,
|
14672
|
+
mixins: [oe, op],
|
14684
14673
|
data() {
|
14685
14674
|
return {
|
14686
14675
|
comment: "",
|
@@ -15203,30 +15192,30 @@ const Lg = {
|
|
15203
15192
|
}
|
15204
15193
|
}
|
15205
15194
|
}
|
15206
|
-
},
|
15195
|
+
}, Bg = { key: 0 }, Pg = {
|
15207
15196
|
key: 1,
|
15208
15197
|
class: "flex-container vertical"
|
15209
|
-
},
|
15198
|
+
}, Ag = {
|
15210
15199
|
key: 0,
|
15211
15200
|
class: "flex-container vertical list-files-wrapper"
|
15212
|
-
},
|
15201
|
+
}, Eg = {
|
15213
15202
|
key: 0,
|
15214
15203
|
class: "list-of-files total-files"
|
15215
|
-
},
|
15204
|
+
}, Vg = { class: "flex-container no-flex" }, Dg = ["title"], Hg = {
|
15216
15205
|
key: 0,
|
15217
15206
|
class: "progressbar"
|
15218
|
-
},
|
15207
|
+
}, 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
15208
|
key: 0,
|
15220
15209
|
class: "progressbar"
|
15221
|
-
},
|
15210
|
+
}, Wg = ["value", "title"], Gg = ["title"], Jg = /* @__PURE__ */ f("hr", null, null, -1), Kg = { class: "upload-conditions" }, Zg = { class: "small" }, Yg = ["title"], Xg = {
|
15222
15211
|
key: 0,
|
15223
15212
|
class: "list-of-file-extensions"
|
15224
|
-
},
|
15213
|
+
}, 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
15214
|
key: 0,
|
15226
15215
|
class: "progressbar"
|
15227
|
-
},
|
15228
|
-
function
|
15229
|
-
const r = G, d =
|
15216
|
+
}, ay = ["value", "title"];
|
15217
|
+
function ry(e, n, t, s, o, i) {
|
15218
|
+
const r = G, d = Oh, u = z, h = ee;
|
15230
15219
|
return l(), a(_, null, [
|
15231
15220
|
t.advancedMode ? (l(), a("fieldset", {
|
15232
15221
|
key: 0,
|
@@ -15243,7 +15232,7 @@ function ay(e, n, t, s, o, i) {
|
|
15243
15232
|
systemMessage: i.allSystemMessages.length === 1 ? i.allSystemMessages[0] : e.getMessage("cmduploadform.system_message.the_following_errors_occurred")
|
15244
15233
|
}, {
|
15245
15234
|
default: V(() => [
|
15246
|
-
i.allSystemMessages.length > 1 ? (l(), a("ul",
|
15235
|
+
i.allSystemMessages.length > 1 ? (l(), a("ul", Bg, [
|
15247
15236
|
(l(!0), a(_, null, H(i.allSystemMessages, (m, p) => (l(), a("li", { key: p }, g(m), 1))), 128))
|
15248
15237
|
])) : c("", !0)
|
15249
15238
|
]),
|
@@ -15252,23 +15241,23 @@ function ay(e, n, t, s, o, i) {
|
|
15252
15241
|
f("div", M({
|
15253
15242
|
class: ["box flex-container vertical", { "drop-area": t.enableDragAndDrop, "allow-drop": o.allowDrop }]
|
15254
15243
|
}, kt(i.dragAndDropHandler, !0)), [
|
15255
|
-
o.listOfFiles.length ? (l(), a("div",
|
15256
|
-
t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("div",
|
15244
|
+
o.listOfFiles.length ? (l(), a("div", Pg, [
|
15245
|
+
t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("div", Ag, [
|
15257
15246
|
v(r, M(t.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
15258
15247
|
default: V(() => [
|
15259
15248
|
N(g(e.getMessage("cmduploadform.headline.summary_of_all_files")), 1)
|
15260
15249
|
]),
|
15261
15250
|
_: 1
|
15262
15251
|
}, 16),
|
15263
|
-
t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("ul",
|
15264
|
-
f("li",
|
15252
|
+
t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("ul", Eg, [
|
15253
|
+
f("li", Vg, [
|
15265
15254
|
f("a", {
|
15266
15255
|
href: "#",
|
15267
15256
|
title: e.getMessage("cmduploadform.labeltext.remove_all_files_from_list"),
|
15268
15257
|
onClick: n[0] || (n[0] = I((...m) => i.cancelUpload && i.cancelUpload(...m), ["prevent"]))
|
15269
15258
|
}, [
|
15270
15259
|
v(u, j(we(t.iconDelete)), null, 16)
|
15271
|
-
], 8,
|
15260
|
+
], 8, Dg),
|
15272
15261
|
f("span", null, [
|
15273
15262
|
N(g(o.listOfFiles.length) + " ", 1),
|
15274
15263
|
t.allowMultipleFileUploads ? (l(), a(_, { key: 1 }, [
|
@@ -15283,26 +15272,26 @@ function ay(e, n, t, s, o, i) {
|
|
15283
15272
|
{ error: t.maxTotalUploadSize > 0 && i.totalSize > t.maxTotalUploadSize }
|
15284
15273
|
])
|
15285
15274
|
}, " (" + g(i.formatSize(i.totalSize)) + ") ", 3),
|
15286
|
-
o.uploadInitiated ? (l(), a("span",
|
15275
|
+
o.uploadInitiated ? (l(), a("span", Hg, [
|
15287
15276
|
f("span", null, g(i.getPercentage(i.totalUploadProgress)), 1),
|
15288
15277
|
f("progress", {
|
15289
15278
|
max: "100",
|
15290
15279
|
value: i.totalUploadProgress,
|
15291
15280
|
title: i.totalBytesUploaded
|
15292
|
-
}, null, 8,
|
15281
|
+
}, null, 8, qg)
|
15293
15282
|
])) : c("", !0)
|
15294
15283
|
])
|
15295
15284
|
])) : c("", !0),
|
15296
|
-
|
15285
|
+
Rg
|
15297
15286
|
])) : c("", !0),
|
15298
|
-
f("div",
|
15287
|
+
f("div", Ng, [
|
15299
15288
|
v(r, M(t.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
15300
15289
|
default: V(() => [
|
15301
15290
|
N(g(e.getMessage("cmduploadform.headline.list_of_selected_files")), 1)
|
15302
15291
|
]),
|
15303
15292
|
_: 1
|
15304
15293
|
}, 16),
|
15305
|
-
f("ul",
|
15294
|
+
f("ul", jg, [
|
15306
15295
|
(l(!0), a(_, null, H(o.listOfFiles, (m, p) => (l(), a("li", {
|
15307
15296
|
key: p,
|
15308
15297
|
class: "flex-container no-flex"
|
@@ -15313,7 +15302,7 @@ function ay(e, n, t, s, o, i) {
|
|
15313
15302
|
onClick: I((w) => i.removeFile(p), ["prevent"])
|
15314
15303
|
}, [
|
15315
15304
|
v(u, j(we(t.iconDelete)), null, 16)
|
15316
|
-
], 8,
|
15305
|
+
], 8, Ug),
|
15317
15306
|
f("span", {
|
15318
15307
|
class: b([
|
15319
15308
|
"text-align-right",
|
@@ -15324,13 +15313,13 @@ function ay(e, n, t, s, o, i) {
|
|
15324
15313
|
N(g(m.file.name) + " ", 1),
|
15325
15314
|
f("small", null, "(" + g(i.formatSize(m.file.size)) + ")", 1)
|
15326
15315
|
], 2),
|
15327
|
-
o.uploadInitiated && !m.error ? (l(), a("span",
|
15316
|
+
o.uploadInitiated && !m.error ? (l(), a("span", zg, [
|
15328
15317
|
f("span", null, g(i.getPercentage(m.progress)), 1),
|
15329
15318
|
f("progress", {
|
15330
15319
|
max: "100",
|
15331
15320
|
value: m.progress,
|
15332
15321
|
title: i.formatSize(m.uploadedBytes) + "/" + i.formatSize(m.file.size)
|
15333
|
-
}, null, 8,
|
15322
|
+
}, null, 8, Wg)
|
15334
15323
|
])) : c("", !0)
|
15335
15324
|
]))), 128))
|
15336
15325
|
]),
|
@@ -15339,8 +15328,8 @@ function ay(e, n, t, s, o, i) {
|
|
15339
15328
|
href: "#",
|
15340
15329
|
onClick: n[1] || (n[1] = I((...m) => i.cancel && i.cancel(...m), ["prevent"])),
|
15341
15330
|
title: e.getMessage("cmduploadform.all_files_will_be_removed")
|
15342
|
-
}, g(e.getMessage("cmduploadform.reset_upload")), 9,
|
15343
|
-
|
15331
|
+
}, g(e.getMessage("cmduploadform.reset_upload")), 9, Gg)) : c("", !0),
|
15332
|
+
Jg
|
15344
15333
|
])
|
15345
15334
|
])) : (l(), a(_, { key: 0 }, [
|
15346
15335
|
t.allowMultipleFileUploads ? (l(), C(r, M({ key: 0 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
@@ -15350,7 +15339,7 @@ function ay(e, n, t, s, o, i) {
|
|
15350
15339
|
_: 1
|
15351
15340
|
}, 16)) : c("", !0)
|
15352
15341
|
], 64)),
|
15353
|
-
f("div",
|
15342
|
+
f("div", Kg, [
|
15354
15343
|
t.allowMultipleFileUploads && o.listOfFiles.length ? (l(), C(r, M({ key: 0 }, t.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
|
15355
15344
|
default: V(() => [
|
15356
15345
|
N(g(e.getMessage("cmduploadform.headline.select_additional_files")), 1)
|
@@ -15363,7 +15352,7 @@ function ay(e, n, t, s, o, i) {
|
|
15363
15352
|
]),
|
15364
15353
|
_: 1
|
15365
15354
|
}, 16)) : c("", !0),
|
15366
|
-
f("dl",
|
15355
|
+
f("dl", Zg, [
|
15367
15356
|
t.maxTotalUploadSize > 0 ? (l(), a(_, { key: 0 }, [
|
15368
15357
|
f("dt", {
|
15369
15358
|
class: b({ error: i.totalSize > t.maxTotalUploadSize })
|
@@ -15391,10 +15380,10 @@ function ay(e, n, t, s, o, i) {
|
|
15391
15380
|
iconClass: o.showListOfFileExtensions ? t.iconInvisible.iconClass : t.iconVisible.iconClass,
|
15392
15381
|
type: o.showListOfFileExtensions ? t.iconInvisible.iconType : t.iconVisible.iconType
|
15393
15382
|
}, null, 8, ["iconClass", "type"])
|
15394
|
-
], 8,
|
15383
|
+
], 8, Yg),
|
15395
15384
|
v(ke, { name: "fade" }, {
|
15396
15385
|
default: V(() => [
|
15397
|
-
o.showListOfFileExtensions ? (l(), a("ul",
|
15386
|
+
o.showListOfFileExtensions ? (l(), a("ul", Xg, [
|
15398
15387
|
(l(!0), a(_, null, H(t.allowedFileExtensions, (m, p) => (l(), a("li", {
|
15399
15388
|
key: p,
|
15400
15389
|
class: b({ error: o.errors.fileType })
|
@@ -15406,7 +15395,7 @@ function ay(e, n, t, s, o, i) {
|
|
15406
15395
|
])
|
15407
15396
|
])
|
15408
15397
|
]),
|
15409
|
-
f("div",
|
15398
|
+
f("div", Qg, [
|
15410
15399
|
f("button", {
|
15411
15400
|
type: "button",
|
15412
15401
|
class: b(["button upload primary", { disabled: o.uploadInitiated }]),
|
@@ -15417,8 +15406,8 @@ function ay(e, n, t, s, o, i) {
|
|
15417
15406
|
iconClass: t.iconFileUpload.iconClass,
|
15418
15407
|
type: t.iconFileUpload.iconType
|
15419
15408
|
}, null, 8, ["iconClass", "type"]),
|
15420
|
-
t.allowMultipleFileUploads ? (l(), a("span",
|
15421
|
-
], 10,
|
15409
|
+
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))
|
15410
|
+
], 10, $g),
|
15422
15411
|
t.enableDragAndDrop ? (l(), a("p", {
|
15423
15412
|
key: 0,
|
15424
15413
|
class: b(["text-drag-and-drop", { disabled: o.uploadInitiated }])
|
@@ -15448,7 +15437,7 @@ function ay(e, n, t, s, o, i) {
|
|
15448
15437
|
placeholder: e.getMessage("cmduploadform.placeholder.comment"),
|
15449
15438
|
status: t.commentStatusMessage ? "error" : ""
|
15450
15439
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : c("", !0),
|
15451
|
-
f("div",
|
15440
|
+
f("div", ny, [
|
15452
15441
|
f("button", {
|
15453
15442
|
class: b([
|
15454
15443
|
"button primary",
|
@@ -15460,8 +15449,8 @@ function ay(e, n, t, s, o, i) {
|
|
15460
15449
|
onClick: n[5] || (n[5] = (...m) => i.uploadFiles && i.uploadFiles(...m))
|
15461
15450
|
}, [
|
15462
15451
|
v(u, j(we(t.iconUpload)), null, 16),
|
15463
|
-
o.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), a("span",
|
15464
|
-
], 10,
|
15452
|
+
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))
|
15453
|
+
], 10, iy),
|
15465
15454
|
f("button", {
|
15466
15455
|
class: b(["button", { disabled: o.listOfFiles.length === 0 }]),
|
15467
15456
|
onClick: n[6] || (n[6] = (...m) => i.cancel && i.cancel(...m))
|
@@ -15476,13 +15465,13 @@ function ay(e, n, t, s, o, i) {
|
|
15476
15465
|
onClick: n[7] || (n[7] = I((...m) => i.selectFiles && i.selectFiles(...m), ["prevent"])),
|
15477
15466
|
class: ["cmd-upload-form box", { "drop-area": t.enableDragAndDrop, "allow-drop": o.allowDrop }]
|
15478
15467
|
}, kt(i.dragAndDropHandler, !0)), [
|
15479
|
-
o.uploadInitiated ? (l(), a("span",
|
15468
|
+
o.uploadInitiated ? (l(), a("span", sy, [
|
15480
15469
|
f("span", null, g(i.getPercentage(i.totalUploadProgress)), 1),
|
15481
15470
|
f("progress", {
|
15482
15471
|
max: "100",
|
15483
15472
|
value: i.totalUploadProgress,
|
15484
15473
|
title: i.totalBytesUploaded
|
15485
|
-
}, null, 8,
|
15474
|
+
}, null, 8, ay)
|
15486
15475
|
])) : c("", !0),
|
15487
15476
|
A(e.$slots, "default", {}, () => [
|
15488
15477
|
t.enableDragAndDrop ? (l(), a(_, { key: 1 }, [
|
@@ -15521,7 +15510,7 @@ function ay(e, n, t, s, o, i) {
|
|
15521
15510
|
}, null, 8, ["labelText", "disabled", "multiple", "onChange"])
|
15522
15511
|
], 64);
|
15523
15512
|
}
|
15524
|
-
const
|
15513
|
+
const Xy = /* @__PURE__ */ L(Fg, [["render", ry]]), dy = {
|
15525
15514
|
name: "CmdWidthLimitationWrapper",
|
15526
15515
|
props: {
|
15527
15516
|
/**
|
@@ -15630,8 +15619,8 @@ const Yy = /* @__PURE__ */ L(Lg, [["render", ay]]), ry = {
|
|
15630
15619
|
return e.length === 1 && typeof e[0].type == "symbol" && Array.isArray(e[0].children) ? e[0].children.length === 1 : e.length === 1;
|
15631
15620
|
}
|
15632
15621
|
}
|
15633
|
-
},
|
15634
|
-
function
|
15622
|
+
}, cy = ["id"], uy = ["id"];
|
15623
|
+
function my(e, n, t, s, o, i) {
|
15635
15624
|
const r = G;
|
15636
15625
|
return l(), a("div", {
|
15637
15626
|
class: b(["cmd-width-limitation-wrapper", { sticky: t.sticky }]),
|
@@ -15649,16 +15638,16 @@ function uy(e, n, t, s, o, i) {
|
|
15649
15638
|
}, [
|
15650
15639
|
A(e.$slots, "default")
|
15651
15640
|
], 2))
|
15652
|
-
], 10,
|
15641
|
+
], 10, cy)) : (l(), a(_, { key: 1 }, [
|
15653
15642
|
t.anchorId ? (l(), a("a", {
|
15654
15643
|
key: 0,
|
15655
15644
|
id: t.anchorId
|
15656
|
-
}, null, 8,
|
15645
|
+
}, null, 8, uy)) : c("", !0),
|
15657
15646
|
A(e.$slots, "default")
|
15658
15647
|
], 64))
|
15659
15648
|
], 2);
|
15660
15649
|
}
|
15661
|
-
const
|
15650
|
+
const Qy = /* @__PURE__ */ L(dy, [["render", my]]), fy = {
|
15662
15651
|
name: "ContactInformation",
|
15663
15652
|
props: {
|
15664
15653
|
/**
|
@@ -15691,22 +15680,22 @@ const Xy = /* @__PURE__ */ L(ry, [["render", uy]]), my = {
|
|
15691
15680
|
return !this.$scopedSlots["custom-info"];
|
15692
15681
|
}
|
15693
15682
|
}
|
15694
|
-
},
|
15683
|
+
}, hy = {
|
15695
15684
|
key: 1,
|
15696
15685
|
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",
|
15686
|
+
}, py = { class: "flex-container vertical" };
|
15687
|
+
function gy(e, n, t, s, o, i) {
|
15688
|
+
const r = za, d = pa, u = bu;
|
15689
|
+
return i.contactFormOnly ? (l(), C(r, j(M({ key: 0 }, e.basicForm)), null, 16)) : (l(), a("div", hy, [
|
15701
15690
|
v(r, j(we(e.basicForm)), null, 16),
|
15702
|
-
f("div",
|
15691
|
+
f("div", py, [
|
15703
15692
|
t.cmdAddressData ? (l(), C(d, j(M({ key: 0 }, t.cmdAddressData)), null, 16)) : c("", !0),
|
15704
15693
|
t.cmdGoogleMaps ? (l(), C(u, j(M({ key: 1 }, t.cmdGoogleMaps)), null, 16)) : c("", !0),
|
15705
15694
|
A(e.$slots, "additional-info")
|
15706
15695
|
])
|
15707
15696
|
]));
|
15708
15697
|
}
|
15709
|
-
const
|
15698
|
+
const $y = /* @__PURE__ */ L(fy, [["render", gy]]), yy = {
|
15710
15699
|
name: "MultipleBoxWrapper",
|
15711
15700
|
props: {
|
15712
15701
|
segments: {
|
@@ -15714,10 +15703,10 @@ const Qy = /* @__PURE__ */ L(my, [["render", py]]), gy = {
|
|
15714
15703
|
default: null
|
15715
15704
|
}
|
15716
15705
|
}
|
15717
|
-
},
|
15718
|
-
function
|
15706
|
+
}, by = { class: "cmd-page-multiple-box-wrapper flex-container vertical" };
|
15707
|
+
function Cy(e, n, t, s, o, i) {
|
15719
15708
|
const r = gi, d = Kd;
|
15720
|
-
return l(), a("div",
|
15709
|
+
return l(), a("div", by, [
|
15721
15710
|
(l(!0), a(_, null, H(t.segments, (u, h) => (l(), a(_, { key: h }, [
|
15722
15711
|
v(d, {
|
15723
15712
|
boxesPerRow: u.boxesPerRow,
|
@@ -15744,7 +15733,7 @@ function by(e, n, t, s, o, i) {
|
|
15744
15733
|
], 64))), 128))
|
15745
15734
|
]);
|
15746
15735
|
}
|
15747
|
-
const
|
15736
|
+
const eb = /* @__PURE__ */ L(yy, [["render", Cy]]), _y = {
|
15748
15737
|
name: "MultipleListsOfLinks",
|
15749
15738
|
props: {
|
15750
15739
|
segments: {
|
@@ -15752,10 +15741,10 @@ const $y = /* @__PURE__ */ L(gy, [["render", by]]), Cy = {
|
|
15752
15741
|
default: null
|
15753
15742
|
}
|
15754
15743
|
}
|
15755
|
-
},
|
15756
|
-
function
|
15744
|
+
}, wy = { class: "cmd-page-multiple-lists-of-links flex-container vertical" };
|
15745
|
+
function xy(e, n, t, s, o, i) {
|
15757
15746
|
const r = pi;
|
15758
|
-
return l(), a("div",
|
15747
|
+
return l(), a("div", wy, [
|
15759
15748
|
(l(!0), a(_, null, H(t.segments, (d, u) => (l(), a(_, { key: u }, [
|
15760
15749
|
v(r, {
|
15761
15750
|
links: d.links,
|
@@ -15767,7 +15756,7 @@ function wy(e, n, t, s, o, i) {
|
|
15767
15756
|
], 64))), 128))
|
15768
15757
|
]);
|
15769
15758
|
}
|
15770
|
-
const
|
15759
|
+
const tb = /* @__PURE__ */ L(_y, [["render", xy]]), nb = {
|
15771
15760
|
// el = real dom-element
|
15772
15761
|
mounted(e) {
|
15773
15762
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
@@ -15777,7 +15766,7 @@ const eb = /* @__PURE__ */ L(Cy, [["render", wy]]), tb = {
|
|
15777
15766
|
n ? n.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
|
15778
15767
|
}
|
15779
15768
|
}
|
15780
|
-
},
|
15769
|
+
}, ib = {
|
15781
15770
|
// el = real dom-element
|
15782
15771
|
// binding.value = value of v-directive
|
15783
15772
|
mounted(e, n) {
|
@@ -15787,7 +15776,7 @@ const eb = /* @__PURE__ */ L(Cy, [["render", wy]]), tb = {
|
|
15787
15776
|
}
|
15788
15777
|
}
|
15789
15778
|
};
|
15790
|
-
function
|
15779
|
+
function ob() {
|
15791
15780
|
const e = {};
|
15792
15781
|
Ki(s);
|
15793
15782
|
function n(o = "defaultSequence") {
|
@@ -15804,66 +15793,66 @@ function ib() {
|
|
15804
15793
|
}
|
15805
15794
|
export {
|
15806
15795
|
pa as CmdAddressData,
|
15807
|
-
|
15808
|
-
|
15796
|
+
Ty as CmdBackToTopButton,
|
15797
|
+
Sy as CmdBankAccountData,
|
15809
15798
|
za as CmdBasicForm,
|
15810
15799
|
gi as CmdBox,
|
15811
15800
|
Kd as CmdBoxWrapper,
|
15812
15801
|
lc as CmdBreadcrumbs,
|
15813
15802
|
cc as CmdCompanyLogo,
|
15814
|
-
|
15815
|
-
|
15816
|
-
|
15817
|
-
|
15818
|
-
|
15803
|
+
Iy as CmdContainer,
|
15804
|
+
My as CmdCookieDisclaimer,
|
15805
|
+
Ly as CmdCopyrightInformation,
|
15806
|
+
su as CmdFakeSelect,
|
15807
|
+
Oy as CmdFancyBox,
|
15819
15808
|
Aa as CmdForm,
|
15820
15809
|
ee as CmdFormElement,
|
15821
|
-
|
15822
|
-
|
15810
|
+
fu as CmdFormFilters,
|
15811
|
+
bu as CmdGoogleMaps,
|
15823
15812
|
G as CmdHeadline,
|
15824
15813
|
z as CmdIcon,
|
15825
15814
|
_e as CmdImage,
|
15826
|
-
|
15827
|
-
|
15828
|
-
|
15815
|
+
Fy as CmdImageGallery,
|
15816
|
+
By as CmdImageZoom,
|
15817
|
+
Uu as CmdInputGroup,
|
15829
15818
|
We as CmdLink,
|
15830
15819
|
pi as CmdListOfLinks,
|
15831
|
-
|
15832
|
-
|
15833
|
-
|
15834
|
-
|
15835
|
-
|
15836
|
-
|
15837
|
-
|
15838
|
-
|
15839
|
-
|
15840
|
-
|
15841
|
-
|
15842
|
-
|
15843
|
-
|
15820
|
+
Py as CmdLoginForm,
|
15821
|
+
gm as CmdMainNavigation,
|
15822
|
+
Ay as CmdMultistepFormProgressBar,
|
15823
|
+
Ey as CmdNewsletterSubscription,
|
15824
|
+
Vy as CmdOpeningHours,
|
15825
|
+
Hy as CmdPageFooter,
|
15826
|
+
qy as CmdPageHeader,
|
15827
|
+
Dy as CmdPagination,
|
15828
|
+
Ry as CmdProgressBar,
|
15829
|
+
Ny as CmdSidebar,
|
15830
|
+
jy as CmdSiteFooter,
|
15831
|
+
Uy as CmdSiteHeader,
|
15832
|
+
zy as CmdSiteSearch,
|
15844
15833
|
dt as CmdSlideButton,
|
15845
|
-
|
15846
|
-
|
15847
|
-
|
15848
|
-
|
15849
|
-
|
15850
|
-
|
15851
|
-
|
15834
|
+
Wy as CmdSlideshow,
|
15835
|
+
_f as CmdSocialNetworks,
|
15836
|
+
Gy as CmdSwitchLanguage,
|
15837
|
+
Oh as CmdSystemMessage,
|
15838
|
+
Jy as CmdTable,
|
15839
|
+
Ky as CmdTabs,
|
15840
|
+
Zy as CmdTextImageBlock,
|
15852
15841
|
Ir as CmdThumbnailScroller,
|
15853
|
-
|
15842
|
+
Yy as CmdToggleDarkMode,
|
15854
15843
|
Il as CmdTooltip,
|
15855
|
-
|
15856
|
-
|
15857
|
-
|
15858
|
-
|
15859
|
-
|
15844
|
+
Xy as CmdUploadForm,
|
15845
|
+
Qy as CmdWidthLimitationWrapper,
|
15846
|
+
$y as ContactInformation,
|
15847
|
+
nb as DirFocus,
|
15848
|
+
ib as DirTelephone,
|
15860
15849
|
Se as EditComponentWrapper,
|
15861
15850
|
oe as I18n,
|
15862
|
-
|
15863
|
-
|
15851
|
+
eb as MultipleBoxWrapper,
|
15852
|
+
tb as MultipleListsOfLinks,
|
15864
15853
|
fi as createHtmlId,
|
15865
15854
|
je as createUuid,
|
15866
15855
|
He as getFileExtension,
|
15867
15856
|
ct as openFancyBox,
|
15868
|
-
|
15857
|
+
ob as useSequence
|
15869
15858
|
};
|