comand-component-library 4.0.30 → 4.0.32
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +671 -611
- package/dist/comand-component-library.umd.cjs +7 -7
- package/dist/media/images/user-images/fake-user-2.jpg +0 -0
- package/dist/media/images/user-images/fake-user-3.jpg +0 -0
- package/dist/media/images/user-images/fake-user-4.jpg +0 -0
- package/dist/media/images/user-images/fake-user-5.jpg +0 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/ComponentLibrary.vue +34 -1
- package/src/assets/data/listOfComponents.json +3 -1
- package/src/componentSettingsDataAndControls.vue +57 -1
- package/src/components/CmdBox.vue +1 -1
- package/src/components/CmdContainer.vue +29 -3
- package/src/components/CmdImage.vue +12 -6
- package/src/components/CmdLink.vue +9 -4
- package/src/components/CmdWidthLimitationWrapper.vue +31 -15
- package/src/index.js +1 -0
@@ -3978,7 +3978,7 @@ function ha(e, n, t, s, o, i) {
|
|
3978
3978
|
_: 1
|
3979
3979
|
});
|
3980
3980
|
}
|
3981
|
-
const
|
3981
|
+
const Hy = /* @__PURE__ */ M(ma, [["render", ha]]), pa = {
|
3982
3982
|
name: "CmdBankAccountData",
|
3983
3983
|
props: {
|
3984
3984
|
/**
|
@@ -4068,7 +4068,7 @@ function _a(e, n, t, s, o, i) {
|
|
4068
4068
|
], 64))
|
4069
4069
|
]);
|
4070
4070
|
}
|
4071
|
-
const
|
4071
|
+
const Ry = /* @__PURE__ */ M(pa, [["render", _a]]), xa = {
|
4072
4072
|
name: "CmdForm",
|
4073
4073
|
emits: ["submit"],
|
4074
4074
|
data() {
|
@@ -4785,7 +4785,7 @@ const Na = {
|
|
4785
4785
|
mediumMaxWidth: 1023,
|
4786
4786
|
smallMaxWidth: 600,
|
4787
4787
|
currentWindowWidth: window.innerWidth,
|
4788
|
-
allowedFileExtensions: ["jpg", "jpeg", "png", "webp"],
|
4788
|
+
allowedFileExtensions: ["gif", "jpg", "jpeg", "png", "webp", "svg"],
|
4789
4789
|
uploadInitiated: !1,
|
4790
4790
|
allowDrop: !1,
|
4791
4791
|
showFigcaption: !0,
|
@@ -4994,10 +4994,10 @@ const Na = {
|
|
4994
4994
|
deep: !0
|
4995
4995
|
}
|
4996
4996
|
}
|
4997
|
-
}, ja =
|
4997
|
+
}, ja = ["innerHTML"], Ua = /* @__PURE__ */ f("span", { class: "icon-image" }, null, -1), za = ["src", "alt", "title"], Wa = ["src", "alt", "title"], Ga = ["innerHTML"], Ja = /* @__PURE__ */ f("span", { class: "icon-add" }, null, -1), Ka = /* @__PURE__ */ f("span", null, "Add new image", -1), Za = [
|
4998
4998
|
Ja,
|
4999
4999
|
Ka
|
5000
|
-
], Ya =
|
5000
|
+
], Ya = ["innerHTML"], Xa = ["src", "alt", "title"], Qa = ["innerHTML"];
|
5001
5001
|
function $a(e, n, t, s, o, i) {
|
5002
5002
|
var u, p, m, h, w, b, _, T, S;
|
5003
5003
|
const r = ee, c = ve;
|
@@ -5029,7 +5029,10 @@ function $a(e, n, t, s, o, i) {
|
|
5029
5029
|
labelText: "Text figcaption",
|
5030
5030
|
modelValue: i.editableFigcaptionText,
|
5031
5031
|
"onUpdate:modelValue": n[0] || (n[0] = (X) => i.editableFigcaptionText = X)
|
5032
|
-
}, null, 8, ["class", "modelValue"])) : (B = t.figcaption) != null && B.text ? (l(), a("figcaption",
|
5032
|
+
}, null, 8, ["class", "modelValue"])) : (B = t.figcaption) != null && B.text ? (l(), a("figcaption", {
|
5033
|
+
key: 1,
|
5034
|
+
innerHTML: (z = t.figcaption) == null ? void 0 : z.text
|
5035
|
+
}, null, 8, ja)) : d("", !0)
|
5033
5036
|
], 64)) : d("", !0),
|
5034
5037
|
O.editing ? (l(), a(x, { key: 1 }, [
|
5035
5038
|
f("a", H({
|
@@ -5073,7 +5076,10 @@ function $a(e, n, t, s, o, i) {
|
|
5073
5076
|
modelValue: i.editableFigcaptionText,
|
5074
5077
|
"onUpdate:modelValue": n[2] || (n[2] = (X) => i.editableFigcaptionText = X),
|
5075
5078
|
placeholder: "figcaption"
|
5076
|
-
}, null, 8, ["class", "modelValue"])) : (ae = t.figcaption) != null && ae.text ? (l(), a("figcaption",
|
5079
|
+
}, null, 8, ["class", "modelValue"])) : (ae = t.figcaption) != null && ae.text ? (l(), a("figcaption", {
|
5080
|
+
key: 1,
|
5081
|
+
innerHTML: (re = t.figcaption) == null ? void 0 : re.text
|
5082
|
+
}, null, 8, Ga)) : d("", !0)
|
5077
5083
|
], 64)) : d("", !0),
|
5078
5084
|
!O.editing && !i.imageSource ? (l(), a("button", {
|
5079
5085
|
key: 4,
|
@@ -5089,14 +5095,20 @@ function $a(e, n, t, s, o, i) {
|
|
5089
5095
|
key: 1,
|
5090
5096
|
class: y(["cmd-image", i.textAlign])
|
5091
5097
|
}, [
|
5092
|
-
(p = t.figcaption) != null && p.show && ((m = t.figcaption) == null ? void 0 : m.position) === "top" ? (l(), a("figcaption",
|
5098
|
+
(p = t.figcaption) != null && p.show && ((m = t.figcaption) == null ? void 0 : m.position) === "top" ? (l(), a("figcaption", {
|
5099
|
+
key: 0,
|
5100
|
+
innerHTML: (h = t.figcaption) == null ? void 0 : h.text
|
5101
|
+
}, null, 8, Ya)) : d("", !0),
|
5093
5102
|
f("img", {
|
5094
5103
|
src: i.imageSource,
|
5095
5104
|
alt: (w = t.image) == null ? void 0 : w.alt,
|
5096
5105
|
title: (b = t.image) == null ? void 0 : b.tooltip,
|
5097
5106
|
onLoad: n[4] || (n[4] = (...O) => i.onImageLoaded && i.onImageLoaded(...O))
|
5098
5107
|
}, null, 40, Xa),
|
5099
|
-
(_ = t.figcaption) != null && _.show && ((T = t.figcaption) == null ? void 0 : T.position) !== "top" ? (l(), a("figcaption",
|
5108
|
+
(_ = t.figcaption) != null && _.show && ((T = t.figcaption) == null ? void 0 : T.position) !== "top" ? (l(), a("figcaption", {
|
5109
|
+
key: 1,
|
5110
|
+
innerHTML: (S = t.figcaption) == null ? void 0 : S.text
|
5111
|
+
}, null, 8, Qa)) : d("", !0)
|
5100
5112
|
], 2));
|
5101
5113
|
}
|
5102
5114
|
const Te = /* @__PURE__ */ M(Na, [["render", $a]]), er = {
|
@@ -5884,7 +5896,7 @@ function Ar(e, n, t, s, o, i) {
|
|
5884
5896
|
], 42, yr)
|
5885
5897
|
]);
|
5886
5898
|
}
|
5887
|
-
const
|
5899
|
+
const Ny = /* @__PURE__ */ M(gr, [["render", Ar]]), Er = {
|
5888
5900
|
name: "CmdListOfLinksItem",
|
5889
5901
|
inheritAttrs: !1,
|
5890
5902
|
mixins: [Q],
|
@@ -6168,16 +6180,20 @@ const hi = /* @__PURE__ */ M(Ur, [["render", Kr]]), Zr = {
|
|
6168
6180
|
props: {
|
6169
6181
|
/**
|
6170
6182
|
* set type of link
|
6183
|
+
*
|
6171
6184
|
* @allowedValues: 'href', 'router', 'button'
|
6172
6185
|
*/
|
6173
6186
|
linkType: {
|
6174
6187
|
type: String,
|
6175
|
-
default: "href"
|
6188
|
+
default: "href",
|
6189
|
+
validator(e) {
|
6190
|
+
return e === "href" || e === "router" || e === "button";
|
6191
|
+
}
|
6176
6192
|
},
|
6177
6193
|
/**
|
6178
|
-
* set path
|
6194
|
+
* set a path
|
6179
6195
|
*
|
6180
|
-
* linkType must be 'href', 'router'
|
6196
|
+
* linkType-property must be 'href', 'router'
|
6181
6197
|
*/
|
6182
6198
|
path: {
|
6183
6199
|
type: String,
|
@@ -6201,7 +6217,6 @@ const hi = /* @__PURE__ */ M(Ur, [["render", Kr]]), Zr = {
|
|
6201
6217
|
},
|
6202
6218
|
/**
|
6203
6219
|
* displayed text
|
6204
|
-
*
|
6205
6220
|
*/
|
6206
6221
|
text: {
|
6207
6222
|
type: String,
|
@@ -6604,7 +6619,7 @@ const ac = /* @__PURE__ */ M(Zr, [["render", sc]]), rc = {
|
|
6604
6619
|
}
|
6605
6620
|
}, In = () => {
|
6606
6621
|
Zn((e) => ({
|
6607
|
-
|
6622
|
+
f83c9ab2: e.cutoffTextLines
|
6608
6623
|
}));
|
6609
6624
|
}, On = Zt.setup;
|
6610
6625
|
Zt.setup = On ? (e, n) => (In(), On(e, n)) : In;
|
@@ -7292,22 +7307,56 @@ const md = /* @__PURE__ */ M(rd, [["render", ud]]), fd = {
|
|
7292
7307
|
contentBelowSlot: {
|
7293
7308
|
type: String,
|
7294
7309
|
required: !1
|
7310
|
+
},
|
7311
|
+
/**
|
7312
|
+
* define container-type
|
7313
|
+
*
|
7314
|
+
* @allowedValues: "grid", "flex"
|
7315
|
+
*/
|
7316
|
+
containerType: {
|
7317
|
+
type: String,
|
7318
|
+
required: !1
|
7295
7319
|
}
|
7296
7320
|
},
|
7297
7321
|
methods: {
|
7298
7322
|
addHandlerProvider() {
|
7299
7323
|
return "";
|
7300
7324
|
}
|
7325
|
+
},
|
7326
|
+
computed: {
|
7327
|
+
containerClass() {
|
7328
|
+
let e = null;
|
7329
|
+
switch (this.containerType) {
|
7330
|
+
case "grid":
|
7331
|
+
e = "grid-container-create-columns";
|
7332
|
+
break;
|
7333
|
+
case "flex":
|
7334
|
+
e = "flex-container vertical";
|
7335
|
+
break;
|
7336
|
+
default:
|
7337
|
+
e = null;
|
7338
|
+
break;
|
7339
|
+
}
|
7340
|
+
return e;
|
7341
|
+
}
|
7301
7342
|
}
|
7302
|
-
}, hd =
|
7303
|
-
function
|
7304
|
-
return l(), a("div",
|
7305
|
-
|
7343
|
+
}, hd = ["innerHTML"], pd = ["innerHTML"];
|
7344
|
+
function gd(e, n, t, s, o, i) {
|
7345
|
+
return l(), a("div", {
|
7346
|
+
class: y(["cmd-container", i.containerClass])
|
7347
|
+
}, [
|
7348
|
+
t.contentAboveSlot ? (l(), a("div", {
|
7349
|
+
key: 0,
|
7350
|
+
innerHTML: t.contentAboveSlot
|
7351
|
+
}, null, 8, hd)) : d("", !0),
|
7306
7352
|
V(e.$slots, "default"),
|
7307
|
-
|
7308
|
-
|
7353
|
+
t.contentBelowSlot ? (l(), a("div", {
|
7354
|
+
key: 1,
|
7355
|
+
innerHTML: t.contentBelowSlot
|
7356
|
+
}, null, 8, pd)) : d("", !0)
|
7357
|
+
], 2);
|
7309
7358
|
}
|
7310
|
-
const
|
7359
|
+
const jy = /* @__PURE__ */ M(fd, [["render", gd]]), yd = {
|
7311
7360
|
data() {
|
7312
7361
|
return {
|
7313
7362
|
defaultMessageProperties: {
|
@@ -7316,9 +7365,9 @@ const Uy = /* @__PURE__ */ M(fd, [["render", yd]]), bd = {
|
|
7316
7365
|
}
|
7317
7366
|
};
|
7318
7367
|
}
|
7319
|
-
},
|
7368
|
+
}, bd = {
|
7320
7369
|
name: "CmdCookieDisclaimer",
|
7321
|
-
mixins: [le,
|
7370
|
+
mixins: [le, yd],
|
7322
7371
|
data() {
|
7323
7372
|
return {
|
7324
7373
|
showCookieDisclaimer: !0,
|
@@ -7441,20 +7490,20 @@ const Uy = /* @__PURE__ */ M(fd, [["render", yd]]), bd = {
|
|
7441
7490
|
}));
|
7442
7491
|
}
|
7443
7492
|
}
|
7444
|
-
},
|
7493
|
+
}, Cd = { class: "cmd-cookie-disclaimer flex-container vertical" }, _d = {
|
7445
7494
|
key: 0,
|
7446
7495
|
class: "flex-container vertical"
|
7447
|
-
},
|
7496
|
+
}, xd = { key: 0 }, wd = { key: 1 }, kd = ["href", "target"], vd = ["innerHTML"], Td = /* @__PURE__ */ f("hr", null, null, -1), Sd = {
|
7448
7497
|
key: 1,
|
7449
7498
|
class: "flex-container vertical"
|
7450
|
-
},
|
7451
|
-
function
|
7499
|
+
}, Id = { key: 0 }, Od = { key: 1 }, Md = ["href", "target"], Ld = ["innerHTML"], Bd = { class: "button-wrapper align-center" };
|
7500
|
+
function Fd(e, n, t, s, o, i) {
|
7452
7501
|
const r = G, c = ee, u = pi;
|
7453
7502
|
return l(), C(xe, { name: "fade" }, {
|
7454
7503
|
default: P(() => {
|
7455
7504
|
var p, m, h;
|
7456
7505
|
return [
|
7457
|
-
f("div",
|
7506
|
+
f("div", Cd, [
|
7458
7507
|
t.useSlot ? V(e.$slots, "default", { key: 0 }) : (l(), a(x, { key: 1 }, [
|
7459
7508
|
(p = t.cmdHeadlineCookieDisclaimer) != null && p.show && ((m = t.cmdHeadlineCookieDisclaimer) != null && m.headlineText) && ((h = t.cmdHeadlineCookieDisclaimer) != null && h.headlineLevel) ? (l(), C(r, {
|
7460
7509
|
key: 0,
|
@@ -7464,7 +7513,7 @@ function Ad(e, n, t, s, o, i) {
|
|
7464
7513
|
V(e.$slots, "cookie-options", {}, () => {
|
7465
7514
|
var w, b, _, T, S, O, E, L;
|
7466
7515
|
return [
|
7467
|
-
(w = t.cookieOptions) != null && w.required ? (l(), a("div",
|
7516
|
+
(w = t.cookieOptions) != null && w.required ? (l(), a("div", _d, [
|
7468
7517
|
(b = t.cmdBoxRequiredCookies) != null && b.showHeadline ? (l(), C(r, {
|
7469
7518
|
key: 0,
|
7470
7519
|
"headline-text": (_ = t.cmdBoxRequiredCookies) == null ? void 0 : _.headlineText,
|
@@ -7492,26 +7541,26 @@ function Ad(e, n, t, s, o, i) {
|
|
7492
7541
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
7493
7542
|
]),
|
7494
7543
|
body: P(() => [
|
7495
|
-
B.description ? (l(), a("p",
|
7496
|
-
B.linkDataPrivacy ? (l(), a("p",
|
7544
|
+
B.description ? (l(), a("p", xd, g(B.description), 1)) : d("", !0),
|
7545
|
+
B.linkDataPrivacy ? (l(), a("p", wd, [
|
7497
7546
|
q(g(B.linkDataPrivacy.label) + " ", 1),
|
7498
7547
|
f("a", {
|
7499
7548
|
onClick: n[1] || (n[1] = (...R) => i.openDataPrivacy && i.openDataPrivacy(...R)),
|
7500
7549
|
href: B.linkDataPrivacy.link,
|
7501
7550
|
target: B.linkDataPrivacy.target
|
7502
|
-
}, g(B.linkDataPrivacy.linkText), 9,
|
7551
|
+
}, g(B.linkDataPrivacy.linkText), 9, kd)
|
7503
7552
|
])) : d("", !0),
|
7504
7553
|
o.dataPrivacyContent ? (l(), a("div", {
|
7505
7554
|
key: 2,
|
7506
7555
|
innerHTML: o.dataPrivacyContent
|
7507
|
-
}, null, 8,
|
7556
|
+
}, null, 8, vd)) : d("", !0)
|
7508
7557
|
]),
|
7509
7558
|
_: 2
|
7510
7559
|
}, 1032, ["collapsible"]);
|
7511
7560
|
}), 128))
|
7512
7561
|
])) : d("", !0),
|
7513
|
-
|
7514
|
-
(S = t.cookieOptions) != null && S.optional ? (l(), a("div",
|
7562
|
+
Td,
|
7563
|
+
(S = t.cookieOptions) != null && S.optional ? (l(), a("div", Sd, [
|
7515
7564
|
(O = t.cmdBoxOptionalCookies) != null && O.showHeadline ? (l(), C(r, {
|
7516
7565
|
key: 0,
|
7517
7566
|
"headline-text": (E = t.cmdBoxOptionalCookies) == null ? void 0 : E.headlineText,
|
@@ -7539,19 +7588,19 @@ function Ad(e, n, t, s, o, i) {
|
|
7539
7588
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
7540
7589
|
]),
|
7541
7590
|
body: P(() => [
|
7542
|
-
B.description ? (l(), a("p",
|
7543
|
-
B.linkDataPrivacy ? (l(), a("p",
|
7591
|
+
B.description ? (l(), a("p", Id, g(B.description), 1)) : d("", !0),
|
7592
|
+
B.linkDataPrivacy ? (l(), a("p", Od, [
|
7544
7593
|
q(g(B.linkDataPrivacy.label) + " ", 1),
|
7545
7594
|
f("a", {
|
7546
7595
|
onClick: n[3] || (n[3] = (...R) => i.openDataPrivacy && i.openDataPrivacy(...R)),
|
7547
7596
|
href: B.linkDataPrivacy.link,
|
7548
7597
|
target: B.linkDataPrivacy.target
|
7549
|
-
}, g(B.linkDataPrivacy.linkText), 9,
|
7598
|
+
}, g(B.linkDataPrivacy.linkText), 9, Md)
|
7550
7599
|
])) : d("", !0),
|
7551
7600
|
o.dataPrivacyContent ? (l(), a("div", {
|
7552
7601
|
key: 2,
|
7553
7602
|
innerHTML: o.dataPrivacyContent
|
7554
|
-
}, null, 8,
|
7603
|
+
}, null, 8, Ld)) : d("", !0)
|
7555
7604
|
]),
|
7556
7605
|
_: 2
|
7557
7606
|
}, 1032, ["collapsible"]);
|
@@ -7560,7 +7609,7 @@ function Ad(e, n, t, s, o, i) {
|
|
7560
7609
|
];
|
7561
7610
|
}),
|
7562
7611
|
V(e.$slots, "privacy-text"),
|
7563
|
-
f("div",
|
7612
|
+
f("div", Bd, [
|
7564
7613
|
t.buttonLabelAcceptCurrentSettings ? (l(), a("button", {
|
7565
7614
|
key: 0,
|
7566
7615
|
type: "button",
|
@@ -7584,23 +7633,23 @@ function Ad(e, n, t, s, o, i) {
|
|
7584
7633
|
_: 3
|
7585
7634
|
});
|
7586
7635
|
}
|
7587
|
-
const
|
7636
|
+
const Uy = /* @__PURE__ */ M(bd, [["render", Fd]]), Ad = {
|
7588
7637
|
name: "CmdCopyrightWrapper"
|
7589
|
-
},
|
7638
|
+
}, Ed = {
|
7590
7639
|
class: "cmd-copyright-information",
|
7591
7640
|
role: "contentinfo"
|
7592
|
-
},
|
7641
|
+
}, Pd = /* @__PURE__ */ f("a", {
|
7593
7642
|
href: "https://www.comand-cms.com",
|
7594
7643
|
target: "comand-website",
|
7595
7644
|
lang: "en",
|
7596
7645
|
title: "CoManD-Website"
|
7597
|
-
}, "© CoManD", -1),
|
7598
|
-
|
7646
|
+
}, "© CoManD", -1), Vd = [
|
7647
|
+
Pd
|
7599
7648
|
];
|
7600
|
-
function
|
7601
|
-
return l(), a("div",
|
7649
|
+
function Dd(e, n, t, s, o, i) {
|
7650
|
+
return l(), a("div", Ed, Vd);
|
7602
7651
|
}
|
7603
|
-
const
|
7652
|
+
const zy = /* @__PURE__ */ M(Ad, [["render", Dd]]), qd = {
|
7604
7653
|
data() {
|
7605
7654
|
return {
|
7606
7655
|
defaultMessageProperties: {
|
@@ -7613,12 +7662,12 @@ const Wy = /* @__PURE__ */ M(Ed, [["render", qd]]), Hd = {
|
|
7613
7662
|
}
|
7614
7663
|
};
|
7615
7664
|
}
|
7616
|
-
},
|
7665
|
+
}, Hd = {
|
7617
7666
|
name: "CmdFakeSelect",
|
7618
7667
|
inheritAttrs: !1,
|
7619
7668
|
mixins: [
|
7620
7669
|
le,
|
7621
|
-
|
7670
|
+
qd,
|
7622
7671
|
rt,
|
7623
7672
|
We,
|
7624
7673
|
Kt
|
@@ -7872,23 +7921,23 @@ const Wy = /* @__PURE__ */ M(Ed, [["render", qd]]), Hd = {
|
|
7872
7921
|
deep: !0
|
7873
7922
|
}
|
7874
7923
|
}
|
7875
|
-
},
|
7924
|
+
}, Rd = ["title", "aria-labelledby", "aria-required"], Nd = {
|
7876
7925
|
key: 0,
|
7877
7926
|
class: "label-text"
|
7878
|
-
},
|
7927
|
+
}, jd = ["id"], Ud = {
|
7879
7928
|
key: 0,
|
7880
7929
|
"aria-hidden": "true"
|
7881
|
-
},
|
7930
|
+
}, zd = ["title", "aria-errormessage", "id"], Wd = ["aria-expanded"], Gd = ["title"], Jd = ["src", "alt"], Kd = {
|
7882
7931
|
key: 3,
|
7883
7932
|
class: "option-name"
|
7884
|
-
},
|
7933
|
+
}, Zd = {
|
7885
7934
|
key: 0,
|
7886
7935
|
role: "listbox"
|
7887
|
-
},
|
7936
|
+
}, Yd = ["aria-selected"], Xd = ["onClick", "title"], Qd = { key: 1 }, $d = ["aria-expanded"], eu = ["for"], tu = ["value", "checked", "id"], nu = ["onClick"], iu = ["src", "alt"], ou = ["onClick"], lu = {
|
7888
7937
|
key: 0,
|
7889
7938
|
class: "select-all-options"
|
7890
7939
|
};
|
7891
|
-
function
|
7940
|
+
function su(e, n, t, s, o, i) {
|
7892
7941
|
var p, m, h, w;
|
7893
7942
|
const r = j, c = Gt, u = oe("router-link");
|
7894
7943
|
return l(), a("div", {
|
@@ -7907,11 +7956,11 @@ function au(e, n, t, s, o, i) {
|
|
7907
7956
|
"aria-required": e.$attrs.required !== void 0,
|
7908
7957
|
ref: "fakeselect"
|
7909
7958
|
}, [
|
7910
|
-
t.showLabel ? (l(), a("span",
|
7959
|
+
t.showLabel ? (l(), a("span", Nd, [
|
7911
7960
|
f("span", { id: e.htmlId }, [
|
7912
7961
|
q(g(t.labelText), 1),
|
7913
|
-
e.$attrs.required !== void 0 ? (l(), a("sup",
|
7914
|
-
], 8,
|
7962
|
+
e.$attrs.required !== void 0 ? (l(), a("sup", Ud, "*")) : d("", !0)
|
7963
|
+
], 8, jd),
|
7915
7964
|
(e.$attrs.required || e.inputRequirements.length) && t.showStatusIcon ? (l(), a("a", {
|
7916
7965
|
key: 0,
|
7917
7966
|
href: "#",
|
@@ -7923,7 +7972,7 @@ function au(e, n, t, s, o, i) {
|
|
7923
7972
|
id: e.tooltipId
|
7924
7973
|
}, [
|
7925
7974
|
v(r, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
7926
|
-
], 8,
|
7975
|
+
], 8, zd)) : d("", !0),
|
7927
7976
|
e.useCustomTooltip && (o.validationStatus === "" || o.validationStatus === "error") ? (l(), C(c, {
|
7928
7977
|
key: 1,
|
7929
7978
|
ref: "tooltip",
|
@@ -7951,7 +8000,7 @@ function au(e, n, t, s, o, i) {
|
|
7951
8000
|
src: i.pathFlag(i.optionCountry),
|
7952
8001
|
alt: i.optionCountry,
|
7953
8002
|
class: y(["flag", i.optionCountry])
|
7954
|
-
}, null, 10,
|
8003
|
+
}, null, 10, Jd)) : t.type === "color" ? (l(), a("span", {
|
7955
8004
|
key: 1,
|
7956
8005
|
style: et("background: " + i.optionColor)
|
7957
8006
|
}, null, 4)) : d("", !0),
|
@@ -7960,15 +8009,15 @@ function au(e, n, t, s, o, i) {
|
|
7960
8009
|
type: (h = i.optionIcon) == null ? void 0 : h.iconType,
|
7961
8010
|
iconClass: (w = i.optionIcon) == null ? void 0 : w.iconClass
|
7962
8011
|
}, null, 8, ["type", "iconClass"])) : d("", !0),
|
7963
|
-
i.optionName ? (l(), a("span",
|
8012
|
+
i.optionName ? (l(), a("span", Kd, g(i.optionName), 1)) : d("", !0),
|
7964
8013
|
t.iconDropdown ? (l(), C(r, {
|
7965
8014
|
key: 4,
|
7966
8015
|
iconClass: t.iconDropdown.iconClass,
|
7967
8016
|
type: t.iconDropdown.iconType,
|
7968
8017
|
title: t.iconDropdown.tooltip
|
7969
8018
|
}, null, 8, ["iconClass", "type", "title"])) : d("", !0)
|
7970
|
-
], 40,
|
7971
|
-
t.type === "default" && o.showOptions ? (l(), a("ul",
|
8019
|
+
], 40, Gd),
|
8020
|
+
t.type === "default" && o.showOptions ? (l(), a("ul", Zd, [
|
7972
8021
|
(l(!0), a(x, null, D(t.selectData, (b, _) => (l(), a("li", {
|
7973
8022
|
key: _,
|
7974
8023
|
role: "option",
|
@@ -7986,8 +8035,8 @@ function au(e, n, t, s, o, i) {
|
|
7986
8035
|
iconClass: b.iconClass,
|
7987
8036
|
type: b.iconType
|
7988
8037
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
7989
|
-
b.text ? (l(), a("span",
|
7990
|
-
], 10,
|
8038
|
+
b.text ? (l(), a("span", Qd, g(b.text), 1)) : d("", !0)
|
8039
|
+
], 10, Xd)) : d("", !0),
|
7991
8040
|
t.optionLinkType === "router" ? (l(), C(u, {
|
7992
8041
|
key: 1,
|
7993
8042
|
to: "#",
|
@@ -8004,7 +8053,7 @@ function au(e, n, t, s, o, i) {
|
|
8004
8053
|
]),
|
8005
8054
|
_: 2
|
8006
8055
|
}, 1032, ["onClick", "class"])) : d("", !0)
|
8007
|
-
], 8,
|
8056
|
+
], 8, Yd))), 128))
|
8008
8057
|
])) : t.type !== "default" && t.type !== "content" && o.showOptions ? (l(), a("ul", {
|
8009
8058
|
key: 1,
|
8010
8059
|
class: y({ "checkbox-options": t.type === "checkboxOptions" }),
|
@@ -8022,9 +8071,9 @@ function au(e, n, t, s, o, i) {
|
|
8022
8071
|
onChange: n[3] || (n[3] = (...T) => i.optionSelect && i.optionSelect(...T)),
|
8023
8072
|
checked: i.compareValues(b.value),
|
8024
8073
|
id: "option-" + (_ + 1)
|
8025
|
-
}, null, 40,
|
8074
|
+
}, null, 40, tu),
|
8026
8075
|
f("span", null, g(b.text), 1)
|
8027
|
-
], 10,
|
8076
|
+
], 10, eu)) : t.type === "country" ? (l(), a("a", {
|
8028
8077
|
key: 1,
|
8029
8078
|
href: "#",
|
8030
8079
|
onClick: I((T) => i.selectOption(b.value), ["prevent"]),
|
@@ -8034,9 +8083,9 @@ function au(e, n, t, s, o, i) {
|
|
8034
8083
|
class: "flag",
|
8035
8084
|
src: i.pathFlag(b.value),
|
8036
8085
|
alt: b.text
|
8037
|
-
}, null, 8,
|
8086
|
+
}, null, 8, iu),
|
8038
8087
|
f("span", null, g(b.text), 1)
|
8039
|
-
], 10,
|
8088
|
+
], 10, nu)) : t.type === "color" ? (l(), a("a", {
|
8040
8089
|
key: 2,
|
8041
8090
|
href: "#",
|
8042
8091
|
onClick: I((T) => i.selectOption(b.value), ["prevent"]),
|
@@ -8047,9 +8096,9 @@ function au(e, n, t, s, o, i) {
|
|
8047
8096
|
style: et("background: " + b.value)
|
8048
8097
|
}, null, 4),
|
8049
8098
|
f("span", null, g(b.text), 1)
|
8050
|
-
], 10,
|
8099
|
+
], 10, ou)) : d("", !0)
|
8051
8100
|
]))), 128)),
|
8052
|
-
t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), a("li",
|
8101
|
+
t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), a("li", lu, [
|
8053
8102
|
f("a", {
|
8054
8103
|
href: "#",
|
8055
8104
|
onClick: n[4] || (n[4] = I((...b) => i.toggleAllOptions && i.toggleAllOptions(...b), ["prevent"]))
|
@@ -8066,12 +8115,12 @@ function au(e, n, t, s, o, i) {
|
|
8066
8115
|
f("span", null, g(i.selectAllOptionsText), 1)
|
8067
8116
|
])
|
8068
8117
|
])) : d("", !0)
|
8069
|
-
], 10,
|
8118
|
+
], 10, $d)) : t.type === "content" && o.showOptions ? V(e.$slots, "default", { key: 2 }) : d("", !0)
|
8070
8119
|
])
|
8071
|
-
], 42,
|
8072
|
-
], 10,
|
8120
|
+
], 42, Wd)
|
8121
|
+
], 10, Rd);
|
8073
8122
|
}
|
8074
|
-
const
|
8123
|
+
const au = /* @__PURE__ */ M(Hd, [["render", su]]), ru = {
|
8075
8124
|
name: "CmdFormFilters",
|
8076
8125
|
data() {
|
8077
8126
|
return {
|
@@ -8147,14 +8196,14 @@ const ru = /* @__PURE__ */ M(Rd, [["render", au]]), cu = {
|
|
8147
8196
|
deep: !0
|
8148
8197
|
}
|
8149
8198
|
}
|
8150
|
-
},
|
8199
|
+
}, cu = {
|
8151
8200
|
key: 0,
|
8152
8201
|
class: "cmd-form-filters"
|
8153
|
-
},
|
8154
|
-
function
|
8202
|
+
}, du = { key: 0 }, uu = { key: 1 }, mu = ["onClick", "title"];
|
8203
|
+
function fu(e, n, t, s, o, i) {
|
8155
8204
|
const r = j;
|
8156
|
-
return o.options.length ? (l(), a("ul",
|
8157
|
-
o.options.length > 1 ? (l(), a("li",
|
8205
|
+
return o.options.length ? (l(), a("ul", cu, [
|
8206
|
+
o.options.length > 1 ? (l(), a("li", du, [
|
8158
8207
|
f("a", {
|
8159
8208
|
href: "#",
|
8160
8209
|
onClick: n[0] || (n[0] = I((...c) => i.deleteAllFilters && i.deleteAllFilters(...c), ["prevent"]))
|
@@ -8164,7 +8213,7 @@ function hu(e, n, t, s, o, i) {
|
|
8164
8213
|
iconClass: t.linkDeleteAllFilters.icon.iconClass,
|
8165
8214
|
title: t.linkDeleteAllFilters.icon.tooltip
|
8166
8215
|
}, null, 8, ["iconClass", "title"])) : d("", !0),
|
8167
|
-
t.linkDeleteAllFilters.text ? (l(), a("span",
|
8216
|
+
t.linkDeleteAllFilters.text ? (l(), a("span", uu, g(t.linkDeleteAllFilters.text), 1)) : d("", !0)
|
8168
8217
|
])
|
8169
8218
|
])) : d("", !0),
|
8170
8219
|
(l(!0), a(x, null, D(o.options, (c, u) => (l(), a("li", { key: u }, [
|
@@ -8178,11 +8227,11 @@ function hu(e, n, t, s, o, i) {
|
|
8178
8227
|
iconClass: t.deleteFilterIcon.iconClass,
|
8179
8228
|
type: t.deleteFilterIcon.iconType
|
8180
8229
|
}, null, 8, ["iconClass", "type"])
|
8181
|
-
], 8,
|
8230
|
+
], 8, mu)
|
8182
8231
|
]))), 128))
|
8183
8232
|
])) : d("", !0);
|
8184
8233
|
}
|
8185
|
-
const
|
8234
|
+
const hu = /* @__PURE__ */ M(ru, [["render", fu]]), pu = {
|
8186
8235
|
name: "CmdGoogleMaps",
|
8187
8236
|
props: {
|
8188
8237
|
/**
|
@@ -8202,13 +8251,13 @@ const pu = /* @__PURE__ */ M(cu, [["render", hu]]), gu = {
|
|
8202
8251
|
return "https://maps.google.de/maps?ie=UTF8&t=&z=17&iwloc=B&output=embed";
|
8203
8252
|
}
|
8204
8253
|
}
|
8205
|
-
},
|
8206
|
-
function
|
8207
|
-
return l(), a("div",
|
8208
|
-
f("iframe", { src: i.locateAddress }, null, 8,
|
8254
|
+
}, gu = { class: "cmd-google-maps responsive-wrapper" }, yu = ["src"];
|
8255
|
+
function bu(e, n, t, s, o, i) {
|
8256
|
+
return l(), a("div", gu, [
|
8257
|
+
f("iframe", { src: i.locateAddress }, null, 8, yu)
|
8209
8258
|
]);
|
8210
8259
|
}
|
8211
|
-
const
|
8260
|
+
const Cu = /* @__PURE__ */ M(pu, [["render", bu]]), _u = {
|
8212
8261
|
name: "CmdImageGallery",
|
8213
8262
|
mixins: [Q],
|
8214
8263
|
props: {
|
@@ -8300,14 +8349,14 @@ const _u = /* @__PURE__ */ M(gu, [["render", Cu]]), xu = {
|
|
8300
8349
|
});
|
8301
8350
|
}
|
8302
8351
|
}
|
8303
|
-
},
|
8304
|
-
|
8305
|
-
|
8352
|
+
}, xu = { class: "grid-container-create-columns cmd-image-gallery" }, wu = ["onClick", "title"], ku = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), vu = /* @__PURE__ */ f("span", null, "Add new gallery-image", -1), Tu = [
|
8353
|
+
ku,
|
8354
|
+
vu
|
8306
8355
|
];
|
8307
|
-
function
|
8356
|
+
function Su(e, n, t, s, o, i) {
|
8308
8357
|
var u;
|
8309
8358
|
const r = G, c = Te;
|
8310
|
-
return l(), a("div",
|
8359
|
+
return l(), a("div", xu, [
|
8311
8360
|
(u = t.cmdHeadline) != null && u.headlineText || e.editModeContext ? (l(), C(r, W(H({ key: 0 }, t.cmdHeadline)), null, 16)) : d("", !0),
|
8312
8361
|
e.editModeContext ? t.images.length ? (l(!0), a(x, { key: 2 }, D(t.images, (p, m) => (l(), C(c, {
|
8313
8362
|
key: m,
|
@@ -8321,7 +8370,7 @@ function Iu(e, n, t, s, o, i) {
|
|
8321
8370
|
type: "button",
|
8322
8371
|
class: "button confirm",
|
8323
8372
|
onClick: n[0] || (n[0] = (...p) => i.onAddItem && i.onAddItem(...p))
|
8324
|
-
},
|
8373
|
+
}, Tu)) : (l(), a(x, { key: 1 }, [
|
8325
8374
|
t.useFancyboxForLargeImages ? (l(!0), a(x, { key: 0 }, D(t.images, (p, m) => (l(), a("a", {
|
8326
8375
|
class: "image-wrapper",
|
8327
8376
|
key: m,
|
@@ -8333,7 +8382,7 @@ function Iu(e, n, t, s, o, i) {
|
|
8333
8382
|
image: p.image,
|
8334
8383
|
figcaption: i.figcaption(p)
|
8335
8384
|
}, null, 8, ["image", "figcaption"])
|
8336
|
-
], 8,
|
8385
|
+
], 8, wu))), 128)) : (l(!0), a(x, { key: 1 }, D(t.images, (p, m) => (l(), a("div", {
|
8337
8386
|
key: `i${m}`,
|
8338
8387
|
class: "image-wrapper"
|
8339
8388
|
}, [
|
@@ -8345,7 +8394,7 @@ function Iu(e, n, t, s, o, i) {
|
|
8345
8394
|
], 64))
|
8346
8395
|
]);
|
8347
8396
|
}
|
8348
|
-
const
|
8397
|
+
const Wy = /* @__PURE__ */ M(_u, [["render", Su]]), Iu = {
|
8349
8398
|
name: "CmdImageZoom",
|
8350
8399
|
props: {
|
8351
8400
|
/**
|
@@ -8390,15 +8439,15 @@ function Bn(e, n) {
|
|
8390
8439
|
function Fn(e, n, t) {
|
8391
8440
|
return e < n ? n : e > t ? t : e;
|
8392
8441
|
}
|
8393
|
-
const
|
8442
|
+
const Ou = { class: "cmd-imagezoom flex-container" }, Mu = ["title"], Lu = ["src", "alt"], Bu = {
|
8394
8443
|
key: 0,
|
8395
8444
|
class: "zoom-container"
|
8396
|
-
},
|
8445
|
+
}, Fu = ["src", "alt"], Au = {
|
8397
8446
|
key: 1,
|
8398
8447
|
class: "zoom-overlay"
|
8399
8448
|
};
|
8400
|
-
function
|
8401
|
-
return l(), a("div",
|
8449
|
+
function Eu(e, n, t, s, o, i) {
|
8450
|
+
return l(), a("div", Ou, [
|
8402
8451
|
f("a", {
|
8403
8452
|
href: "#",
|
8404
8453
|
class: "no-flex thumbnails-imagezoom",
|
@@ -8410,18 +8459,18 @@ function Pu(e, n, t, s, o, i) {
|
|
8410
8459
|
onMouseover: n[0] || (n[0] = (...r) => i.onMouseOver && i.onMouseOver(...r)),
|
8411
8460
|
onMousemove: n[1] || (n[1] = (...r) => i.onMouseMove && i.onMouseMove(...r)),
|
8412
8461
|
onMouseout: n[2] || (n[2] = (...r) => i.onMouseOut && i.onMouseOut(...r))
|
8413
|
-
}, null, 40,
|
8414
|
-
], 8,
|
8415
|
-
o.showLargeImage ? (l(), a("div",
|
8462
|
+
}, null, 40, Lu)
|
8463
|
+
], 8, Mu),
|
8464
|
+
o.showLargeImage ? (l(), a("div", Bu, [
|
8416
8465
|
f("img", {
|
8417
8466
|
src: t.imageLarge.src,
|
8418
8467
|
alt: t.imageLarge.alt
|
8419
|
-
}, null, 8,
|
8468
|
+
}, null, 8, Fu)
|
8420
8469
|
])) : d("", !0),
|
8421
|
-
o.showLargeImage ? (l(), a("div",
|
8470
|
+
o.showLargeImage ? (l(), a("div", Au)) : d("", !0)
|
8422
8471
|
]);
|
8423
8472
|
}
|
8424
|
-
const
|
8473
|
+
const Gy = /* @__PURE__ */ M(Iu, [["render", Eu]]), Pu = {
|
8425
8474
|
mixins: [
|
8426
8475
|
Jt,
|
8427
8476
|
rt,
|
@@ -8608,17 +8657,17 @@ const Jy = /* @__PURE__ */ M(Ou, [["render", Pu]]), Vu = {
|
|
8608
8657
|
immediate: !0
|
8609
8658
|
}
|
8610
8659
|
}
|
8611
|
-
},
|
8660
|
+
}, Vu = ["aria-labelledby"], Du = { class: "label-text" }, qu = ["id"], Hu = {
|
8612
8661
|
key: 0,
|
8613
8662
|
"aria-hidden": "true"
|
8614
|
-
},
|
8663
|
+
}, Ru = ["title", "aria-errormessage", "id"], Nu = ["for"], ju = ["type", "id", "name", "value", "disabled"], Uu = {
|
8615
8664
|
key: 1,
|
8616
8665
|
class: "label-text"
|
8617
|
-
},
|
8666
|
+
}, zu = {
|
8618
8667
|
key: 1,
|
8619
8668
|
class: "flex-container no-flex"
|
8620
8669
|
};
|
8621
|
-
function
|
8670
|
+
function Wu(e, n, t, s, o, i) {
|
8622
8671
|
const r = j, c = Gt;
|
8623
8672
|
return l(), a("div", {
|
8624
8673
|
class: y([
|
@@ -8634,11 +8683,11 @@ function Gu(e, n, t, s, o, i) {
|
|
8634
8683
|
]),
|
8635
8684
|
"aria-labelledby": e.htmlId
|
8636
8685
|
}, [
|
8637
|
-
ue(f("span",
|
8686
|
+
ue(f("span", Du, [
|
8638
8687
|
f("span", { id: e.htmlId }, [
|
8639
8688
|
q(g(t.labelText), 1),
|
8640
|
-
t.required ? (l(), a("sup",
|
8641
|
-
], 8,
|
8689
|
+
t.required ? (l(), a("sup", Hu, "*")) : d("", !0)
|
8690
|
+
], 8, qu),
|
8642
8691
|
(t.required || e.inputRequirements.length > 0) && t.showStatusIcon ? (l(), a("a", {
|
8643
8692
|
key: 0,
|
8644
8693
|
href: "#",
|
@@ -8650,7 +8699,7 @@ function Gu(e, n, t, s, o, i) {
|
|
8650
8699
|
id: e.tooltipId
|
8651
8700
|
}, [
|
8652
8701
|
v(r, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
8653
|
-
], 8,
|
8702
|
+
], 8, Ru)) : d("", !0),
|
8654
8703
|
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), C(c, {
|
8655
8704
|
key: 1,
|
8656
8705
|
ref: "tooltip",
|
@@ -8667,7 +8716,7 @@ function Gu(e, n, t, s, o, i) {
|
|
8667
8716
|
], 512), [
|
8668
8717
|
[be, t.showLabel]
|
8669
8718
|
]),
|
8670
|
-
t.useSlot ? (l(), a("div",
|
8719
|
+
t.useSlot ? (l(), a("div", zu, [
|
8671
8720
|
V(e.$slots, "default")
|
8672
8721
|
])) : (l(), a("span", {
|
8673
8722
|
key: 0,
|
@@ -8686,7 +8735,7 @@ function Gu(e, n, t, s, o, i) {
|
|
8686
8735
|
"onUpdate:modelValue": n[1] || (n[1] = (m) => i.inputValue = m),
|
8687
8736
|
disabled: t.disabled,
|
8688
8737
|
class: y({ "replace-input-type": t.replaceInputType })
|
8689
|
-
}, null, 10,
|
8738
|
+
}, null, 10, ju), [
|
8690
8739
|
[Wi, i.inputValue]
|
8691
8740
|
]),
|
8692
8741
|
t.multipleSwitch && u.iconClass ? (l(), C(r, {
|
@@ -8694,12 +8743,12 @@ function Gu(e, n, t, s, o, i) {
|
|
8694
8743
|
iconClass: u.iconClass,
|
8695
8744
|
type: u.iconType
|
8696
8745
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
8697
|
-
u.labelText ? (l(), a("span",
|
8698
|
-
], 10,
|
8746
|
+
u.labelText ? (l(), a("span", Uu, g(u.labelText), 1)) : d("", !0)
|
8747
|
+
], 10, Nu))), 128))
|
8699
8748
|
], 2))
|
8700
|
-
], 10,
|
8749
|
+
], 10, Vu);
|
8701
8750
|
}
|
8702
|
-
const
|
8751
|
+
const Gu = /* @__PURE__ */ M(Pu, [["render", Wu]]), Ju = {
|
8703
8752
|
name: "CmdLoginForm",
|
8704
8753
|
data() {
|
8705
8754
|
return {
|
@@ -8947,17 +8996,17 @@ const Ju = /* @__PURE__ */ M(Vu, [["render", Gu]]), Ku = {
|
|
8947
8996
|
this.modelChange();
|
8948
8997
|
}
|
8949
8998
|
}
|
8950
|
-
},
|
8951
|
-
function
|
8999
|
+
}, Ku = { class: "cmd-login-form flex-container" }, Zu = { class: "flex-container" }, Yu = { class: "option-wrapper flex-container" }, Xu = { key: 1 }, Qu = ["href"], $u = { key: 1 }, em = { key: 1 }, tm = ["type", "disabled"], nm = { key: 1 }, im = { class: "cmd-login-form flex-container" }, om = { class: "option-wrapper flex-container" }, lm = { key: 1 }, sm = ["type", "disabled"], am = { key: 1 };
|
9000
|
+
function rm(e, n, t, s, o, i) {
|
8952
9001
|
var m, h, w, b, _, T, S;
|
8953
9002
|
const r = G, c = ee, u = j, p = oe("router-link");
|
8954
9003
|
return l(), a(x, null, [
|
8955
|
-
ue(f("fieldset",
|
9004
|
+
ue(f("fieldset", Ku, [
|
8956
9005
|
f("legend", {
|
8957
9006
|
class: y({ hidden: !t.showLegend })
|
8958
9007
|
}, g(t.textLegendLoginForm), 3),
|
8959
9008
|
t.cmdHeadlineLoginForm ? (l(), C(r, W(H({ key: 0 }, t.cmdHeadlineLoginForm)), null, 16)) : d("", !0),
|
8960
|
-
f("div",
|
9009
|
+
f("div", Zu, [
|
8961
9010
|
v(c, {
|
8962
9011
|
element: "input",
|
8963
9012
|
type: "text",
|
@@ -8986,7 +9035,7 @@ function cm(e, n, t, s, o, i) {
|
|
8986
9035
|
onValidationStatusChange: n[3] || (n[3] = (O) => i.checkValidationStatus(O, "password"))
|
8987
9036
|
}, null, 8, ["name", "id", "fieldIconClass", "modelValue", "labelText", "placeholder", "required"])
|
8988
9037
|
]),
|
8989
|
-
f("div",
|
9038
|
+
f("div", Yu, [
|
8990
9039
|
t.options.forgotPassword || t.options.createAccount ? (l(), a(x, { key: 0 }, [
|
8991
9040
|
t.options.forgotPassword ? (l(), a("a", {
|
8992
9041
|
key: 0,
|
@@ -8999,7 +9048,7 @@ function cm(e, n, t, s, o, i) {
|
|
8999
9048
|
type: t.options.forgotPassword.icon.iconType,
|
9000
9049
|
title: t.options.forgotPassword.icon.tooltip
|
9001
9050
|
}, null, 8, ["iconClass", "type", "title"])) : d("", !0),
|
9002
|
-
t.options.forgotPassword.text ? (l(), a("span",
|
9051
|
+
t.options.forgotPassword.text ? (l(), a("span", Xu, g(t.options.forgotPassword.text), 1)) : d("", !0)
|
9003
9052
|
])) : d("", !0),
|
9004
9053
|
t.options.createAccount && t.options.createAccount.linkType === "href" ? (l(), a("a", {
|
9005
9054
|
key: 1,
|
@@ -9011,8 +9060,8 @@ function cm(e, n, t, s, o, i) {
|
|
9011
9060
|
type: t.options.createAccount.icon.iconType,
|
9012
9061
|
title: t.options.createAccount.icon.tooltip
|
9013
9062
|
}, null, 8, ["iconClass", "type", "title"])) : d("", !0),
|
9014
|
-
t.options.createAccount.text ? (l(), a("span",
|
9015
|
-
], 8,
|
9063
|
+
t.options.createAccount.text ? (l(), a("span", $u, g(t.options.createAccount.text), 1)) : d("", !0)
|
9064
|
+
], 8, Qu)) : t.options.createAccount && t.options.createAccount.linkType === "router" ? (l(), C(p, {
|
9016
9065
|
key: 2,
|
9017
9066
|
to: t.options.createAccount.path
|
9018
9067
|
}, {
|
@@ -9024,7 +9073,7 @@ function cm(e, n, t, s, o, i) {
|
|
9024
9073
|
title: t.options.createAccount.icon.tooltip
|
9025
9074
|
}, null, 8, ["class", "type", "title"])) : d("", !0),
|
9026
9075
|
q(" /> "),
|
9027
|
-
t.options.createAccount.text ? (l(), a("span",
|
9076
|
+
t.options.createAccount.text ? (l(), a("span", em, g(t.options.createAccount.text), 1)) : d("", !0)
|
9028
9077
|
]),
|
9029
9078
|
_: 1
|
9030
9079
|
}, 8, ["to"])) : d("", !0)
|
@@ -9042,13 +9091,13 @@ function cm(e, n, t, s, o, i) {
|
|
9042
9091
|
type: t.buttons.login.icon.iconType,
|
9043
9092
|
title: t.buttons.login.icon.tooltip
|
9044
9093
|
}, null, 8, ["iconClass", "type", "title"])) : d("", !0),
|
9045
|
-
t.buttons.login.text ? (l(), a("span",
|
9046
|
-
], 10,
|
9094
|
+
t.buttons.login.text ? (l(), a("span", nm, g(t.buttons.login.text), 1)) : d("", !0)
|
9095
|
+
], 10, tm)) : d("", !0)
|
9047
9096
|
])
|
9048
9097
|
], 512), [
|
9049
9098
|
[be, !o.sendLogin]
|
9050
9099
|
]),
|
9051
|
-
ue(f("fieldset",
|
9100
|
+
ue(f("fieldset", im, [
|
9052
9101
|
f("legend", {
|
9053
9102
|
class: y({ hidden: !t.showLegend })
|
9054
9103
|
}, g(t.textLegendForgotLoginForm), 3),
|
@@ -9067,7 +9116,7 @@ function cm(e, n, t, s, o, i) {
|
|
9067
9116
|
modelValue: o.sendLoginMail,
|
9068
9117
|
"onUpdate:modelValue": n[7] || (n[7] = (O) => o.sendLoginMail = O)
|
9069
9118
|
}, null, 8, ["fieldIconClass", "labelText", "placeholder", "name", "required", "id", "modelValue"]),
|
9070
|
-
f("div",
|
9119
|
+
f("div", om, [
|
9071
9120
|
f("a", {
|
9072
9121
|
href: "#",
|
9073
9122
|
onClick: n[8] || (n[8] = I((...O) => i.toggleSendLoginView && i.toggleSendLoginView(...O), ["prevent"]))
|
@@ -9078,7 +9127,7 @@ function cm(e, n, t, s, o, i) {
|
|
9078
9127
|
type: t.options.backToLoginForm.icon.iconType,
|
9079
9128
|
title: t.options.backToLoginForm.icon.tooltip
|
9080
9129
|
}, null, 8, ["iconClass", "type", "title"])) : d("", !0),
|
9081
|
-
t.options.backToLoginForm.text ? (l(), a("span",
|
9130
|
+
t.options.backToLoginForm.text ? (l(), a("span", lm, g(t.options.backToLoginForm.text), 1)) : d("", !0)
|
9082
9131
|
]),
|
9083
9132
|
t.buttons.sendLogin.linkType === "button" ? (l(), a("button", {
|
9084
9133
|
key: 0,
|
@@ -9091,15 +9140,15 @@ function cm(e, n, t, s, o, i) {
|
|
9091
9140
|
iconClass: (T = t.buttons.sendLogin.icon) == null ? void 0 : T.iconClass,
|
9092
9141
|
title: (S = t.buttons.sendLogin.icon) == null ? void 0 : S.tooltip
|
9093
9142
|
}, null, 8, ["iconClass", "title"])) : d("", !0),
|
9094
|
-
t.buttons.sendLogin.text ? (l(), a("span",
|
9095
|
-
], 10,
|
9143
|
+
t.buttons.sendLogin.text ? (l(), a("span", am, g(t.buttons.sendLogin.text), 1)) : d("", !0)
|
9144
|
+
], 10, sm)) : d("", !0)
|
9096
9145
|
])
|
9097
9146
|
], 512), [
|
9098
9147
|
[be, o.sendLogin]
|
9099
9148
|
])
|
9100
9149
|
], 64);
|
9101
9150
|
}
|
9102
|
-
const
|
9151
|
+
const Jy = /* @__PURE__ */ M(Ju, [["render", rm]]), cm = {
|
9103
9152
|
name: "CmdMainNavigation",
|
9104
9153
|
data() {
|
9105
9154
|
return {
|
@@ -9231,11 +9280,11 @@ const Ky = /* @__PURE__ */ M(Ku, [["render", cm]]), dm = {
|
|
9231
9280
|
this.$emit("offcanvas", { open: this.showOffcanvas });
|
9232
9281
|
}
|
9233
9282
|
}
|
9234
|
-
},
|
9283
|
+
}, dm = {
|
9235
9284
|
key: 0,
|
9236
9285
|
class: "close-nav"
|
9237
|
-
},
|
9238
|
-
function
|
9286
|
+
}, um = ["href", "title", "target", "onClick"], mm = { key: 1 }, fm = { key: 1 }, hm = ["aria-expanded"], pm = ["href", "title", "target", "onClick"], gm = { key: 1 }, ym = { key: 1 }, bm = ["aria-expanded"], Cm = ["href", "title", "target", "onClick"], _m = { key: 1 }, xm = { key: 1 };
|
9287
|
+
function wm(e, n, t, s, o, i) {
|
9239
9288
|
const r = j, c = oe("router-link");
|
9240
9289
|
return l(), a("div", {
|
9241
9290
|
class: y([
|
@@ -9253,7 +9302,7 @@ function km(e, n, t, s, o, i) {
|
|
9253
9302
|
f("ul", {
|
9254
9303
|
class: y({ "stretch-items": t.stretchMainItems })
|
9255
9304
|
}, [
|
9256
|
-
o.showOffcanvas ? (l(), a("li",
|
9305
|
+
o.showOffcanvas ? (l(), a("li", dm, [
|
9257
9306
|
f("a", {
|
9258
9307
|
href: "#",
|
9259
9308
|
id: "close-offcanvas",
|
@@ -9290,12 +9339,12 @@ function km(e, n, t, s, o, i) {
|
|
9290
9339
|
iconClass: u.iconClass,
|
9291
9340
|
type: u.iconType
|
9292
9341
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
9293
|
-
u.text ? (l(), a("span",
|
9342
|
+
u.text ? (l(), a("span", mm, g(u.text), 1)) : d("", !0),
|
9294
9343
|
(h = u == null ? void 0 : u.subentries) != null && h.length ? (l(), a("span", {
|
9295
9344
|
key: 2,
|
9296
9345
|
class: y(["subentry-icon", t.subentriesIconClass])
|
9297
9346
|
}, null, 2)) : d("", !0)
|
9298
|
-
], 40,
|
9347
|
+
], 40, um)) : d("", !0),
|
9299
9348
|
u.type === "router" ? (l(), C(c, {
|
9300
9349
|
key: 1,
|
9301
9350
|
to: i.getRoute(u),
|
@@ -9307,7 +9356,7 @@ function km(e, n, t, s, o, i) {
|
|
9307
9356
|
iconClass: u.iconClass,
|
9308
9357
|
type: u.iconType
|
9309
9358
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
9310
|
-
u.text ? (l(), a("span",
|
9359
|
+
u.text ? (l(), a("span", fm, g(u.text), 1)) : d("", !0),
|
9311
9360
|
u.subentries && u.subentries.length > 0 ? (l(), a("span", {
|
9312
9361
|
key: 2,
|
9313
9362
|
class: y(["subentry-icon", t.subentriesIconClass])
|
@@ -9339,12 +9388,12 @@ function km(e, n, t, s, o, i) {
|
|
9339
9388
|
iconClass: b.iconClass,
|
9340
9389
|
type: b.iconType
|
9341
9390
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
9342
|
-
b.text ? (l(), a("span",
|
9391
|
+
b.text ? (l(), a("span", gm, g(b.text), 1)) : d("", !0),
|
9343
9392
|
b.subentries && b.subentries.length > 0 ? (l(), a("span", {
|
9344
9393
|
key: 2,
|
9345
9394
|
class: y(["subentry-icon", t.subentriesIconClass])
|
9346
9395
|
}, null, 2)) : d("", !0)
|
9347
|
-
], 40,
|
9396
|
+
], 40, pm)) : d("", !0),
|
9348
9397
|
b.type === "router" ? (l(), C(c, {
|
9349
9398
|
key: 1,
|
9350
9399
|
to: i.getRoute(b),
|
@@ -9356,7 +9405,7 @@ function km(e, n, t, s, o, i) {
|
|
9356
9405
|
iconClass: b.iconClass,
|
9357
9406
|
type: b.iconType
|
9358
9407
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
9359
|
-
b.text ? (l(), a("span",
|
9408
|
+
b.text ? (l(), a("span", ym, g(b.text), 1)) : d("", !0),
|
9360
9409
|
b.subentries && b.subentries.length > 0 ? (l(), a("span", {
|
9361
9410
|
key: 2,
|
9362
9411
|
class: y(["subentry-icon", t.subentriesIconClass])
|
@@ -9381,12 +9430,12 @@ function km(e, n, t, s, o, i) {
|
|
9381
9430
|
iconClass: S.iconClass,
|
9382
9431
|
type: S.iconType
|
9383
9432
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
9384
|
-
S.text ? (l(), a("span",
|
9433
|
+
S.text ? (l(), a("span", _m, g(S.text), 1)) : d("", !0),
|
9385
9434
|
S.subentries && S.subentries.length > 0 ? (l(), a("span", {
|
9386
9435
|
key: 2,
|
9387
9436
|
class: y(["subentry-icon", t.subentriesIconClass])
|
9388
9437
|
}, null, 2)) : d("", !0)
|
9389
|
-
], 8,
|
9438
|
+
], 8, Cm)) : d("", !0),
|
9390
9439
|
u.type === "router" ? (l(), C(c, {
|
9391
9440
|
key: 1,
|
9392
9441
|
to: i.getRoute(S),
|
@@ -9398,7 +9447,7 @@ function km(e, n, t, s, o, i) {
|
|
9398
9447
|
iconClass: S.iconClass,
|
9399
9448
|
type: S.iconType
|
9400
9449
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
9401
|
-
S.text ? (l(), a("span",
|
9450
|
+
S.text ? (l(), a("span", xm, g(S.text), 1)) : d("", !0),
|
9402
9451
|
S.subentries && S.subentries.length > 0 ? (l(), a("span", {
|
9403
9452
|
key: 2,
|
9404
9453
|
class: y(["subentry-icon", t.subentriesIconClass])
|
@@ -9407,10 +9456,10 @@ function km(e, n, t, s, o, i) {
|
|
9407
9456
|
_: 2
|
9408
9457
|
}, 1032, ["to", "target"])) : d("", !0)
|
9409
9458
|
]))), 128))
|
9410
|
-
], 8,
|
9459
|
+
], 8, bm)) : d("", !0)
|
9411
9460
|
], 2);
|
9412
9461
|
}), 128))
|
9413
|
-
], 8,
|
9462
|
+
], 8, hm)) : d("", !0)
|
9414
9463
|
], 2);
|
9415
9464
|
}), 128))
|
9416
9465
|
], 2)
|
@@ -9432,7 +9481,7 @@ function km(e, n, t, s, o, i) {
|
|
9432
9481
|
])) : d("", !0)
|
9433
9482
|
], 2);
|
9434
9483
|
}
|
9435
|
-
const
|
9484
|
+
const km = /* @__PURE__ */ M(cm, [["render", wm]]), vm = {
|
9436
9485
|
name: "CmdMultistepFormProgressBar",
|
9437
9486
|
data() {
|
9438
9487
|
return {
|
@@ -9476,17 +9525,17 @@ const vm = /* @__PURE__ */ M(dm, [["render", km]]), Tm = {
|
|
9476
9525
|
return Se(e);
|
9477
9526
|
}
|
9478
9527
|
}
|
9479
|
-
},
|
9528
|
+
}, Tm = ["href", "onClick", "title"], Sm = {
|
9480
9529
|
key: 0,
|
9481
9530
|
class: "number"
|
9482
|
-
},
|
9531
|
+
}, Im = { key: 2 }, Om = {
|
9483
9532
|
key: 0,
|
9484
9533
|
class: "number"
|
9485
|
-
},
|
9534
|
+
}, Mm = { key: 2 }, Lm = ["type", "name", "title", "formaction", "onClick"], Bm = {
|
9486
9535
|
key: 0,
|
9487
9536
|
class: "number"
|
9488
|
-
},
|
9489
|
-
function
|
9537
|
+
}, Fm = { key: 2 };
|
9538
|
+
function Am(e, n, t, s, o, i) {
|
9490
9539
|
const r = j, c = oe("router-link");
|
9491
9540
|
return l(), a("ol", {
|
9492
9541
|
class: y(["cmd-multistep-form-progress-bar", { "use-gap": t.useGap }])
|
@@ -9501,30 +9550,30 @@ function Em(e, n, t, s, o, i) {
|
|
9501
9550
|
onClick: I((m) => i.clickedStep(m, p), ["stop", "prevent"]),
|
9502
9551
|
title: u.tooltip
|
9503
9552
|
}, [
|
9504
|
-
t.showStepNumber ? (l(), a("span",
|
9553
|
+
t.showStepNumber ? (l(), a("span", Sm, g(p + 1), 1)) : d("", !0),
|
9505
9554
|
u.iconClass ? (l(), C(r, {
|
9506
9555
|
key: 1,
|
9507
9556
|
iconClass: u.iconClass,
|
9508
9557
|
type: u.iconType
|
9509
9558
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
9510
|
-
u.text ? (l(), a("span",
|
9559
|
+
u.text ? (l(), a("span", Im, g(u.text), 1)) : d("", !0),
|
9511
9560
|
f("span", {
|
9512
9561
|
class: y(t.separatorIconClass)
|
9513
9562
|
}, null, 2)
|
9514
|
-
], 8,
|
9563
|
+
], 8, Tm)) : d("", !0),
|
9515
9564
|
u.type === "router" ? (l(), C(c, {
|
9516
9565
|
key: 1,
|
9517
9566
|
to: i.getRoute(u),
|
9518
9567
|
title: u.tooltip
|
9519
9568
|
}, {
|
9520
9569
|
default: P(() => [
|
9521
|
-
t.showStepNumber ? (l(), a("span",
|
9570
|
+
t.showStepNumber ? (l(), a("span", Om, g(p + 1), 1)) : d("", !0),
|
9522
9571
|
u.iconClass ? (l(), C(r, {
|
9523
9572
|
key: 1,
|
9524
9573
|
iconClass: u.iconClass,
|
9525
9574
|
type: u.iconType
|
9526
9575
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
9527
|
-
u.text ? (l(), a("span",
|
9576
|
+
u.text ? (l(), a("span", Mm, g(u.text), 1)) : d("", !0),
|
9528
9577
|
f("span", {
|
9529
9578
|
class: y(t.separatorIconClass)
|
9530
9579
|
}, null, 2)
|
@@ -9540,21 +9589,21 @@ function Em(e, n, t, s, o, i) {
|
|
9540
9589
|
formaction: u.formaction,
|
9541
9590
|
onClick: I((m) => i.clickedStep(m, p), ["stop", "prevent"])
|
9542
9591
|
}, [
|
9543
|
-
t.showStepNumber ? (l(), a("span",
|
9592
|
+
t.showStepNumber ? (l(), a("span", Bm, g(p + 1), 1)) : d("", !0),
|
9544
9593
|
u.iconClass ? (l(), C(r, {
|
9545
9594
|
key: 1,
|
9546
9595
|
iconClass: u.iconClass,
|
9547
9596
|
type: u.iconType
|
9548
9597
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
9549
|
-
u.text ? (l(), a("span",
|
9598
|
+
u.text ? (l(), a("span", Fm, g(u.text), 1)) : d("", !0),
|
9550
9599
|
f("span", {
|
9551
9600
|
class: y(t.separatorIconClass)
|
9552
9601
|
}, null, 2)
|
9553
|
-
], 8,
|
9602
|
+
], 8, Lm)) : d("", !0)
|
9554
9603
|
], 2))), 128))
|
9555
9604
|
], 2);
|
9556
9605
|
}
|
9557
|
-
const
|
9606
|
+
const Ky = /* @__PURE__ */ M(vm, [["render", Am]]), Em = {
|
9558
9607
|
name: "CmdNewsletterSubscription",
|
9559
9608
|
emits: ["button-click"],
|
9560
9609
|
data() {
|
@@ -9697,10 +9746,10 @@ const Zy = /* @__PURE__ */ M(Tm, [["render", Em]]), Pm = {
|
|
9697
9746
|
immediate: !0
|
9698
9747
|
}
|
9699
9748
|
}
|
9700
|
-
},
|
9701
|
-
function
|
9702
|
-
const r =
|
9703
|
-
return l(), a("fieldset",
|
9749
|
+
}, Pm = { class: "cmd-newsletter-subscription flex-container" }, Vm = { class: "button-wrapper" };
|
9750
|
+
function Dm(e, n, t, s, o, i) {
|
9751
|
+
const r = Gu, c = ee;
|
9752
|
+
return l(), a("fieldset", Pm, [
|
9704
9753
|
f("legend", {
|
9705
9754
|
class: y({ hidden: !t.showLegend })
|
9706
9755
|
}, g(t.textLegend), 3),
|
@@ -9724,7 +9773,7 @@ function qm(e, n, t, s, o, i) {
|
|
9724
9773
|
"onUpdate:modelValue": n[1] || (n[1] = (u) => i.email = u),
|
9725
9774
|
onValidationStatusChange: i.checkValidationStatus
|
9726
9775
|
}, null, 8, ["placeholder", "labelText", "required", "useCustomTooltip", "modelValue", "onValidationStatusChange"]),
|
9727
|
-
f("div",
|
9776
|
+
f("div", Vm, [
|
9728
9777
|
v(c, {
|
9729
9778
|
element: "button",
|
9730
9779
|
type: t.buttonType,
|
@@ -9735,7 +9784,7 @@ function qm(e, n, t, s, o, i) {
|
|
9735
9784
|
])
|
9736
9785
|
]);
|
9737
9786
|
}
|
9738
|
-
const
|
9787
|
+
const Zy = /* @__PURE__ */ M(Em, [["render", Dm]]);
|
9739
9788
|
function An(e, n, t, s = !0) {
|
9740
9789
|
function o(i, r) {
|
9741
9790
|
return r && i < 10 ? "0" + i : i;
|
@@ -9748,7 +9797,7 @@ function An(e, n, t, s = !0) {
|
|
9748
9797
|
return o(i, s) + e + o(r, !0) + n;
|
9749
9798
|
};
|
9750
9799
|
}
|
9751
|
-
const
|
9800
|
+
const qm = {
|
9752
9801
|
name: "CmdOpeningHoursItem",
|
9753
9802
|
mixins: [Q],
|
9754
9803
|
data() {
|
@@ -9829,20 +9878,20 @@ const Hm = {
|
|
9829
9878
|
deep: !0
|
9830
9879
|
}
|
9831
9880
|
}
|
9832
|
-
},
|
9881
|
+
}, Hm = { class: "cmd-opening-hours-item" }, Rm = {
|
9833
9882
|
key: 0,
|
9834
9883
|
class: "am"
|
9835
|
-
},
|
9884
|
+
}, Nm = {
|
9836
9885
|
key: 1,
|
9837
9886
|
class: "pm"
|
9838
|
-
},
|
9887
|
+
}, jm = { class: "flex-container no-flex" }, Um = { class: "flex-container no-flex am-wrapper" }, zm = {
|
9839
9888
|
key: 1,
|
9840
9889
|
class: "input-wrapper"
|
9841
|
-
},
|
9890
|
+
}, Wm = ["title"], Gm = { class: "flex-container no-flex pm-wrapper" }, Jm = {
|
9842
9891
|
key: 1,
|
9843
9892
|
class: "input-wrapper"
|
9844
|
-
},
|
9845
|
-
function
|
9893
|
+
}, Km = ["title"];
|
9894
|
+
function Zm(e, n, t, s, o, i) {
|
9846
9895
|
const r = ee;
|
9847
9896
|
return e.editing ? (l(), a(x, { key: 1 }, [
|
9848
9897
|
f("dt", null, [
|
@@ -9857,8 +9906,8 @@ function Ym(e, n, t, s, o, i) {
|
|
9857
9906
|
"onUpdate:modelValue": n[0] || (n[0] = (c) => o.editableDay.day = c)
|
9858
9907
|
}, null, 8, ["modelValue"])
|
9859
9908
|
]),
|
9860
|
-
f("dd",
|
9861
|
-
f("div",
|
9909
|
+
f("dd", jm, [
|
9910
|
+
f("div", Um, [
|
9862
9911
|
o.editableDay.amClosed ? (l(), C(r, {
|
9863
9912
|
key: 0,
|
9864
9913
|
element: "input",
|
@@ -9870,7 +9919,7 @@ function Ym(e, n, t, s, o, i) {
|
|
9870
9919
|
modelValue: o.editableDay.amDisplayText,
|
9871
9920
|
"onUpdate:modelValue": n[1] || (n[1] = (c) => o.editableDay.amDisplayText = c)
|
9872
9921
|
}, null, 8, ["modelValue"])) : d("", !0),
|
9873
|
-
o.editableDay.amClosed ? d("", !0) : (l(), a("div",
|
9922
|
+
o.editableDay.amClosed ? d("", !0) : (l(), a("div", zm, [
|
9874
9923
|
v(r, {
|
9875
9924
|
element: "input",
|
9876
9925
|
type: "time",
|
@@ -9898,9 +9947,9 @@ function Ym(e, n, t, s, o, i) {
|
|
9898
9947
|
onClick: n[4] || (n[4] = I((c) => i.toggleClosedStatus("am"), ["prevent"])),
|
9899
9948
|
title: o.editableDay.amClosed ? "Set to open" : "Set to closed",
|
9900
9949
|
class: y(o.editableDay.amClosed ? "icon-clock" : "icon-blocked")
|
9901
|
-
}, null, 10,
|
9950
|
+
}, null, 10, Wm)
|
9902
9951
|
]),
|
9903
|
-
f("div",
|
9952
|
+
f("div", Gm, [
|
9904
9953
|
o.editableDay.pmClosed ? (l(), C(r, {
|
9905
9954
|
key: 0,
|
9906
9955
|
element: "input",
|
@@ -9912,7 +9961,7 @@ function Ym(e, n, t, s, o, i) {
|
|
9912
9961
|
modelValue: o.editableDay.pmDisplayText,
|
9913
9962
|
"onUpdate:modelValue": n[5] || (n[5] = (c) => o.editableDay.pmDisplayText = c)
|
9914
9963
|
}, null, 8, ["modelValue"])) : d("", !0),
|
9915
|
-
o.editableDay.pmClosed ? d("", !0) : (l(), a("div",
|
9964
|
+
o.editableDay.pmClosed ? d("", !0) : (l(), a("div", Jm, [
|
9916
9965
|
v(r, {
|
9917
9966
|
element: "input",
|
9918
9967
|
type: "time",
|
@@ -9940,20 +9989,20 @@ function Ym(e, n, t, s, o, i) {
|
|
9940
9989
|
onClick: n[8] || (n[8] = I((c) => i.toggleClosedStatus("pm"), ["prevent"])),
|
9941
9990
|
title: o.editableDay.pmClosed ? "Set to open" : "Set to closed",
|
9942
9991
|
class: y(o.editableDay.pmClosed ? "icon-clock" : "icon-blocked")
|
9943
|
-
}, null, 10,
|
9992
|
+
}, null, 10, Km)
|
9944
9993
|
])
|
9945
9994
|
])
|
9946
9995
|
], 64)) : (l(), a(x, { key: 0 }, [
|
9947
|
-
f("dt",
|
9996
|
+
f("dt", Hm, g(t.day.day), 1),
|
9948
9997
|
f("dd", null, [
|
9949
|
-
t.day.am ? (l(), a("span",
|
9998
|
+
t.day.am ? (l(), a("span", Rm, [
|
9950
9999
|
t.day.am.displayText ? (l(), a(x, { key: 0 }, [
|
9951
10000
|
q(g(t.day.am.displayText), 1)
|
9952
10001
|
], 64)) : (l(), a(x, { key: 1 }, [
|
9953
10002
|
q(g(i.getTime(t.day.am.fromTime, t.abbreviationTextAm)) + " " + g(t.separator) + " " + g(i.getTime(t.day.am.tillTime)), 1)
|
9954
10003
|
], 64))
|
9955
10004
|
])) : d("", !0),
|
9956
|
-
t.day.pm ? (l(), a("span",
|
10005
|
+
t.day.pm ? (l(), a("span", Nm, [
|
9957
10006
|
t.day.pm.displayText ? (l(), a(x, { key: 0 }, [
|
9958
10007
|
q(g(t.day.pm.displayText), 1)
|
9959
10008
|
], 64)) : (l(), a(x, { key: 1 }, [
|
@@ -9963,14 +10012,14 @@ function Ym(e, n, t, s, o, i) {
|
|
9963
10012
|
])
|
9964
10013
|
], 64));
|
9965
10014
|
}
|
9966
|
-
const
|
9967
|
-
function
|
10015
|
+
const Ym = /* @__PURE__ */ M(qm, [["render", Zm]]);
|
10016
|
+
function Xm(e, n, t, s = !0) {
|
9968
10017
|
function o(i, r) {
|
9969
10018
|
return r && i < 10 ? "0" + i : i;
|
9970
10019
|
}
|
9971
10020
|
return (i, r) => o(i, s) + e + o(r, !0) + n;
|
9972
10021
|
}
|
9973
|
-
const
|
10022
|
+
const Qm = {
|
9974
10023
|
name: "CmdOpeningHours",
|
9975
10024
|
mixins: [Q],
|
9976
10025
|
data() {
|
@@ -10190,7 +10239,7 @@ const $m = {
|
|
10190
10239
|
};
|
10191
10240
|
},
|
10192
10241
|
getTime(e) {
|
10193
|
-
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) :
|
10242
|
+
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : Xm(":", " hrs", "", !1)(e.hours, e.mins);
|
10194
10243
|
},
|
10195
10244
|
updateHandlerProvider() {
|
10196
10245
|
const e = this.editableOpeningHours, n = this.editableTextOpen, t = this.editableTextClosed, s = this.editableTextHolidays, o = this.editableTextMiscInfo;
|
@@ -10203,22 +10252,22 @@ const $m = {
|
|
10203
10252
|
});
|
10204
10253
|
}
|
10205
10254
|
}
|
10206
|
-
},
|
10255
|
+
}, $m = { class: "cmd-opening-hours" }, ef = ["href"], tf = {
|
10207
10256
|
key: 2,
|
10208
10257
|
class: "flex-container"
|
10209
|
-
},
|
10210
|
-
|
10211
|
-
|
10212
|
-
],
|
10258
|
+
}, nf = { key: 3 }, of = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), lf = /* @__PURE__ */ f("span", null, "Add new entry", -1), sf = [
|
10259
|
+
of,
|
10260
|
+
lf
|
10261
|
+
], af = { class: "edit-mode-opening-hours-item" }, rf = { key: 5 }, cf = { key: 0 }, df = { key: 1 }, uf = {
|
10213
10262
|
key: 6,
|
10214
10263
|
class: "flex-container vertical"
|
10215
10264
|
};
|
10216
|
-
function
|
10265
|
+
function mf(e, n, t, s, o, i) {
|
10217
10266
|
var h, w, b;
|
10218
|
-
const r = G, c = oe("router-link"), u = ee, p =
|
10219
|
-
return l(), a("div",
|
10267
|
+
const r = G, c = oe("router-link"), u = ee, p = Ym, m = ve;
|
10268
|
+
return l(), a("div", $m, [
|
10220
10269
|
(h = t.cmdHeadline) != null && h.headlineText || e.editModeContext ? (l(), C(r, W(H({ key: 0 }, t.cmdHeadline)), null, 16)) : d("", !0),
|
10221
|
-
e.editing ? (l(), a("div",
|
10270
|
+
e.editing ? (l(), a("div", tf, [
|
10222
10271
|
v(u, {
|
10223
10272
|
element: "input",
|
10224
10273
|
type: "text",
|
@@ -10243,7 +10292,7 @@ function ff(e, n, t, s, o, i) {
|
|
10243
10292
|
key: 0,
|
10244
10293
|
href: t.link.path,
|
10245
10294
|
class: y({ closed: i.isClosed })
|
10246
|
-
}, g(i.textOpenClosed), 11,
|
10295
|
+
}, g(i.textOpenClosed), 11, ef)) : d("", !0),
|
10247
10296
|
t.link.type === "router" ? (l(), C(c, {
|
10248
10297
|
key: 1,
|
10249
10298
|
to: t.link.path,
|
@@ -10269,7 +10318,7 @@ function ff(e, n, t, s, o, i) {
|
|
10269
10318
|
type: "button",
|
10270
10319
|
class: "button confirm small",
|
10271
10320
|
onClick: n[2] || (n[2] = (..._) => i.onAddItem && i.onAddItem(..._))
|
10272
|
-
},
|
10321
|
+
}, sf)) : (l(!0), a(x, { key: 1 }, D(i.openingHoursFormatted, (_, T) => (l(), C(m, {
|
10273
10322
|
key: "x" + T,
|
10274
10323
|
class: "edit-items",
|
10275
10324
|
showComponentName: !1,
|
@@ -10280,7 +10329,7 @@ function ff(e, n, t, s, o, i) {
|
|
10280
10329
|
itemProvider: i.itemProvider
|
10281
10330
|
}, {
|
10282
10331
|
default: P(() => [
|
10283
|
-
f("dl",
|
10332
|
+
f("dl", af, [
|
10284
10333
|
v(p, {
|
10285
10334
|
day: _,
|
10286
10335
|
separator: t.separator,
|
@@ -10291,7 +10340,7 @@ function ff(e, n, t, s, o, i) {
|
|
10291
10340
|
]),
|
10292
10341
|
_: 2
|
10293
10342
|
}, 1032, ["componentProps", "componentPath", "itemProvider"]))), 128))
|
10294
|
-
], 64)) : (l(), a("dl",
|
10343
|
+
], 64)) : (l(), a("dl", nf, [
|
10295
10344
|
(l(!0), a(x, null, D(i.openingHoursFormatted, (_, T) => (l(), C(p, {
|
10296
10345
|
key: T,
|
10297
10346
|
day: _,
|
@@ -10300,13 +10349,13 @@ function ff(e, n, t, s, o, i) {
|
|
10300
10349
|
abbreviationTextPm: t.abbreviationTextPm
|
10301
10350
|
}, null, 8, ["day", "separator", "abbreviationTextAm", "abbreviationTextPm"]))), 128))
|
10302
10351
|
])),
|
10303
|
-
!e.editing && (t.textHolidays || t.textMiscInfo) ? (l(), a("div",
|
10304
|
-
t.textHolidays ? (l(), a("p",
|
10352
|
+
!e.editing && (t.textHolidays || t.textMiscInfo) ? (l(), a("div", rf, [
|
10353
|
+
t.textHolidays ? (l(), a("p", cf, [
|
10305
10354
|
f("strong", null, g(t.textHolidays), 1)
|
10306
10355
|
])) : d("", !0),
|
10307
|
-
t.textMiscInfo ? (l(), a("p",
|
10356
|
+
t.textMiscInfo ? (l(), a("p", df, g(t.textMiscInfo), 1)) : d("", !0)
|
10308
10357
|
])) : d("", !0),
|
10309
|
-
e.editing ? (l(), a("div",
|
10358
|
+
e.editing ? (l(), a("div", uf, [
|
10310
10359
|
v(u, {
|
10311
10360
|
element: "input",
|
10312
10361
|
type: "text",
|
@@ -10328,7 +10377,7 @@ function ff(e, n, t, s, o, i) {
|
|
10328
10377
|
])) : d("", !0)
|
10329
10378
|
]);
|
10330
10379
|
}
|
10331
|
-
const
|
10380
|
+
const Yy = /* @__PURE__ */ M(Qm, [["render", mf]]), ff = {
|
10332
10381
|
data() {
|
10333
10382
|
return {
|
10334
10383
|
defaultMessageProperties: {
|
@@ -10337,11 +10386,11 @@ const Xy = /* @__PURE__ */ M($m, [["render", ff]]), hf = {
|
|
10337
10386
|
}
|
10338
10387
|
};
|
10339
10388
|
}
|
10340
|
-
},
|
10389
|
+
}, hf = {
|
10341
10390
|
name: "CmdPagination",
|
10342
10391
|
mixins: [
|
10343
10392
|
le,
|
10344
|
-
|
10393
|
+
ff
|
10345
10394
|
],
|
10346
10395
|
emits: ["click"],
|
10347
10396
|
data() {
|
@@ -10439,10 +10488,10 @@ const Xy = /* @__PURE__ */ M($m, [["render", ff]]), hf = {
|
|
10439
10488
|
this.currentPage > 1 && this.showPage(this.currentPage - 1);
|
10440
10489
|
}
|
10441
10490
|
}
|
10442
|
-
},
|
10443
|
-
function
|
10491
|
+
}, pf = { class: "cmd-pagination" }, gf = ["href", "title"], yf = { key: 0 }, bf = { class: "page-index" }, Cf = { class: "flex-container" }, _f = ["href", "title", "onClick"], xf = ["href", "title"], wf = { key: 0 };
|
10492
|
+
function kf(e, n, t, s, o, i) {
|
10444
10493
|
const r = j;
|
10445
|
-
return l(), a("div",
|
10494
|
+
return l(), a("div", pf, [
|
10446
10495
|
f("a", {
|
10447
10496
|
href: i.getPreviousHref,
|
10448
10497
|
class: y(["page-change", { disabled: o.currentPage === 1, button: t.linkType === "button" }]),
|
@@ -10453,10 +10502,10 @@ function vf(e, n, t, s, o, i) {
|
|
10453
10502
|
iconClass: t.prevLink.iconClass,
|
10454
10503
|
type: t.prevLink.iconType
|
10455
10504
|
}, null, 8, ["iconClass", "type"]),
|
10456
|
-
t.prevLink.showText ? (l(), a("span",
|
10457
|
-
], 10,
|
10458
|
-
f("div",
|
10459
|
-
f("div",
|
10505
|
+
t.prevLink.showText ? (l(), a("span", yf, g(t.prevLink.text), 1)) : d("", !0)
|
10506
|
+
], 10, gf),
|
10507
|
+
f("div", bf, [
|
10508
|
+
f("div", Cf, [
|
10460
10509
|
(l(!0), a(x, null, D(t.pages, (c, u) => (l(), a("a", {
|
10461
10510
|
href: i.getHref(c),
|
10462
10511
|
class: y({ disabled: o.currentPage === u + 1, button: t.linkType === "button", hidden: !t.showPageNumbers }),
|
@@ -10466,7 +10515,7 @@ function vf(e, n, t, s, o, i) {
|
|
10466
10515
|
"aria-live": "polite"
|
10467
10516
|
}, [
|
10468
10517
|
f("span", null, g(u + 1), 1)
|
10469
|
-
], 10,
|
10518
|
+
], 10, _f))), 128))
|
10470
10519
|
])
|
10471
10520
|
]),
|
10472
10521
|
f("a", {
|
@@ -10475,15 +10524,15 @@ function vf(e, n, t, s, o, i) {
|
|
10475
10524
|
onClick: n[1] || (n[1] = I((...c) => i.nextPage && i.nextPage(...c), ["prevent"])),
|
10476
10525
|
title: t.nextLink.showText ? null : t.nextLink.text
|
10477
10526
|
}, [
|
10478
|
-
t.nextLink.showText ? (l(), a("span",
|
10527
|
+
t.nextLink.showText ? (l(), a("span", wf, g(t.nextLink.text), 1)) : d("", !0),
|
10479
10528
|
v(r, {
|
10480
10529
|
iconClass: t.nextLink.iconClass,
|
10481
10530
|
type: t.nextLink.iconType
|
10482
10531
|
}, null, 8, ["iconClass", "type"])
|
10483
|
-
], 10,
|
10532
|
+
], 10, xf)
|
10484
10533
|
]);
|
10485
10534
|
}
|
10486
|
-
const
|
10535
|
+
const Xy = /* @__PURE__ */ M(hf, [["render", kf]]), vf = {
|
10487
10536
|
name: "CmdSocialNetworksItem",
|
10488
10537
|
data() {
|
10489
10538
|
return {
|
@@ -10582,10 +10631,10 @@ const Qy = /* @__PURE__ */ M(pf, [["render", vf]]), Tf = {
|
|
10582
10631
|
});
|
10583
10632
|
}
|
10584
10633
|
}
|
10585
|
-
},
|
10586
|
-
function
|
10634
|
+
}, Tf = { class: "cmd-social-networks-item" }, Sf = ["id", "href", "title"], If = { key: 1 };
|
10635
|
+
function Of(e, n, t, s, o, i) {
|
10587
10636
|
const r = j;
|
10588
|
-
return l(), a("li",
|
10637
|
+
return l(), a("li", Tf, [
|
10589
10638
|
(l(), a("a", {
|
10590
10639
|
key: t.network.path,
|
10591
10640
|
class: y(["button", { disabled: t.userMustAcceptDataPrivacy && !t.dataPrivacyAccepted }, "text-align-" + t.buttonTextAlign]),
|
@@ -10600,11 +10649,11 @@ function Mf(e, n, t, s, o, i) {
|
|
10600
10649
|
iconClass: t.network.iconClass,
|
10601
10650
|
type: t.network.iconType
|
10602
10651
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
10603
|
-
t.network.linkText ? (l(), a("span",
|
10604
|
-
], 10,
|
10652
|
+
t.network.linkText ? (l(), a("span", If, g(t.network.linkText), 1)) : d("", !0)
|
10653
|
+
], 10, Sf))
|
10605
10654
|
]);
|
10606
10655
|
}
|
10607
|
-
const
|
10656
|
+
const Mf = /* @__PURE__ */ M(vf, [["render", Of]]), Lf = {
|
10608
10657
|
name: "CmdSocialNetworks",
|
10609
10658
|
mixins: [Q],
|
10610
10659
|
data() {
|
@@ -10764,12 +10813,12 @@ const Lf = /* @__PURE__ */ M(Tf, [["render", Mf]]), Bf = {
|
|
10764
10813
|
};
|
10765
10814
|
}
|
10766
10815
|
}
|
10767
|
-
},
|
10768
|
-
|
10816
|
+
}, Bf = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), Ff = [
|
10817
|
+
Bf
|
10769
10818
|
];
|
10770
|
-
function
|
10819
|
+
function Af(e, n, t, s, o, i) {
|
10771
10820
|
var m, h;
|
10772
|
-
const r = G, c = ee, u =
|
10821
|
+
const r = G, c = ee, u = Mf, p = ve;
|
10773
10822
|
return l(), a("div", {
|
10774
10823
|
class: y(["cmd-social-networks", { stretch: t.stretchButtons }, i.alignment])
|
10775
10824
|
}, [
|
@@ -10822,10 +10871,10 @@ function Ef(e, n, t, s, o, i) {
|
|
10822
10871
|
class: "button small",
|
10823
10872
|
title: "Add new item",
|
10824
10873
|
onClick: n[1] || (n[1] = (...w) => i.onAddItem && i.onAddItem(...w))
|
10825
|
-
},
|
10874
|
+
}, Ff))
|
10826
10875
|
], 2);
|
10827
10876
|
}
|
10828
|
-
const
|
10877
|
+
const Ef = /* @__PURE__ */ M(Lf, [["render", Af]]), Pf = {
|
10829
10878
|
name: "CmdPageFooter",
|
10830
10879
|
props: {
|
10831
10880
|
/**
|
@@ -10887,10 +10936,10 @@ const Pf = /* @__PURE__ */ M(Bf, [["render", Ef]]), Vf = {
|
|
10887
10936
|
});
|
10888
10937
|
}
|
10889
10938
|
}
|
10890
|
-
},
|
10891
|
-
function
|
10939
|
+
}, Vf = { class: "button-wrapper" }, Df = ["title"], qf = { key: 1 };
|
10940
|
+
function Hf(e, n, t, s, o, i) {
|
10892
10941
|
var c, u, p;
|
10893
|
-
const r =
|
10942
|
+
const r = Ef;
|
10894
10943
|
return l(), a("footer", {
|
10895
10944
|
class: y(["cmd-page-footer flex-container", { "small-buttons": t.useSmallButtons }])
|
10896
10945
|
}, [
|
@@ -10903,7 +10952,7 @@ function Rf(e, n, t, s, o, i) {
|
|
10903
10952
|
]),
|
10904
10953
|
_: 3
|
10905
10954
|
}, 8, ["networks"])) : d("", !0),
|
10906
|
-
f("div",
|
10955
|
+
f("div", Vf, [
|
10907
10956
|
V(e.$slots, "default"),
|
10908
10957
|
t.buttonPrintView.show ? (l(), a("button", {
|
10909
10958
|
key: 0,
|
@@ -10915,12 +10964,12 @@ function Rf(e, n, t, s, o, i) {
|
|
10915
10964
|
key: 0,
|
10916
10965
|
class: y((p = t.buttonPrintView.icon) == null ? void 0 : p.iconClass)
|
10917
10966
|
}, null, 2)) : d("", !0),
|
10918
|
-
t.buttonPrintView.text ? (l(), a("span",
|
10919
|
-
], 10,
|
10967
|
+
t.buttonPrintView.text ? (l(), a("span", qf, g(t.buttonPrintView.text), 1)) : d("", !0)
|
10968
|
+
], 10, Df)) : d("", !0)
|
10920
10969
|
])
|
10921
10970
|
], 2);
|
10922
10971
|
}
|
10923
|
-
const
|
10972
|
+
const Qy = /* @__PURE__ */ M(Pf, [["render", Hf]]), Rf = {
|
10924
10973
|
name: "CmdPageHeader",
|
10925
10974
|
props: {
|
10926
10975
|
/**
|
@@ -10938,24 +10987,24 @@ const $y = /* @__PURE__ */ M(Vf, [["render", Rf]]), Nf = {
|
|
10938
10987
|
required: !1
|
10939
10988
|
}
|
10940
10989
|
}
|
10941
|
-
},
|
10990
|
+
}, Nf = {
|
10942
10991
|
key: 0,
|
10943
10992
|
class: "cmd-page-header flex-container"
|
10944
|
-
},
|
10993
|
+
}, jf = {
|
10945
10994
|
key: 0,
|
10946
10995
|
class: "headline-wrapper flex-container vertical"
|
10947
10996
|
};
|
10948
|
-
function
|
10997
|
+
function Uf(e, n, t, s, o, i) {
|
10949
10998
|
const r = ad, c = G;
|
10950
|
-
return t.cmdBreadcrumbs || t.cmdHeadline || e.$slots.default ? (l(), a("header",
|
10951
|
-
t.cmdBreadcrumbs || t.cmdHeadline ? (l(), a("div",
|
10999
|
+
return t.cmdBreadcrumbs || t.cmdHeadline || e.$slots.default ? (l(), a("header", Nf, [
|
11000
|
+
t.cmdBreadcrumbs || t.cmdHeadline ? (l(), a("div", jf, [
|
10952
11001
|
t.cmdBreadcrumbs ? (l(), C(r, W(H({ key: 0 }, t.cmdBreadcrumbs)), null, 16)) : d("", !0),
|
10953
11002
|
t.cmdHeadline.headlineText ? (l(), C(c, W(H({ key: 1 }, t.cmdHeadline)), null, 16)) : d("", !0)
|
10954
11003
|
])) : d("", !0),
|
10955
11004
|
e.$slots.default ? V(e.$slots, "default", { key: 1 }) : d("", !0)
|
10956
11005
|
])) : d("", !0);
|
10957
11006
|
}
|
10958
|
-
const
|
11007
|
+
const $y = /* @__PURE__ */ M(Rf, [["render", Uf]]), zf = {
|
10959
11008
|
name: "CmdProgressBar",
|
10960
11009
|
inheritAttrs: !1,
|
10961
11010
|
data() {
|
@@ -10997,8 +11046,8 @@ const eb = /* @__PURE__ */ M(Nf, [["render", zf]]), Wf = {
|
|
10997
11046
|
required: !0
|
10998
11047
|
}
|
10999
11048
|
}
|
11000
|
-
},
|
11001
|
-
function
|
11049
|
+
}, Wf = ["for"], Gf = { class: "progressbar" }, Jf = { key: 0 }, Kf = ["id", "value"];
|
11050
|
+
function Zf(e, n, t, s, o, i) {
|
11002
11051
|
return l(), a("label", {
|
11003
11052
|
class: "cmd-progressbar",
|
11004
11053
|
for: t.id
|
@@ -11006,16 +11055,16 @@ function Yf(e, n, t, s, o, i) {
|
|
11006
11055
|
f("span", {
|
11007
11056
|
class: y(["label-text", { hidden: !t.showLabel }])
|
11008
11057
|
}, g(t.labelText), 3),
|
11009
|
-
f("span",
|
11010
|
-
t.showLoadingStatus ? (l(), a("span",
|
11058
|
+
f("span", Gf, [
|
11059
|
+
t.showLoadingStatus ? (l(), a("span", Jf, g(o.loadingStatus) + " %", 1)) : d("", !0),
|
11011
11060
|
f("progress", H(e.$attrs, {
|
11012
11061
|
id: t.id,
|
11013
11062
|
value: o.loadingStatus
|
11014
|
-
}), null, 16,
|
11063
|
+
}), null, 16, Kf)
|
11015
11064
|
])
|
11016
|
-
], 8,
|
11065
|
+
], 8, Wf);
|
11017
11066
|
}
|
11018
|
-
const
|
11067
|
+
const eb = /* @__PURE__ */ M(zf, [["render", Zf]]), Yf = {
|
11019
11068
|
name: "CmdSidebar",
|
11020
11069
|
data() {
|
11021
11070
|
return {
|
@@ -11082,20 +11131,20 @@ const tb = /* @__PURE__ */ M(Wf, [["render", Yf]]), Xf = {
|
|
11082
11131
|
immediate: !0
|
11083
11132
|
}
|
11084
11133
|
}
|
11085
|
-
},
|
11134
|
+
}, Xf = { class: "inner-sidebar-wrapper" }, Qf = {
|
11086
11135
|
key: 1,
|
11087
11136
|
class: "open-slot-wrapper"
|
11088
|
-
},
|
11137
|
+
}, $f = {
|
11089
11138
|
key: 2,
|
11090
11139
|
class: "closed-slot-wrapper"
|
11091
|
-
},
|
11092
|
-
function
|
11140
|
+
}, eh = ["title"];
|
11141
|
+
function th(e, n, t, s, o, i) {
|
11093
11142
|
var c;
|
11094
11143
|
const r = G;
|
11095
11144
|
return l(), a("aside", {
|
11096
11145
|
class: y(["cmd-sidebar", i.wrapperClass, { box: t.styledAsBox, "collapse-to-right": !t.collapseToLeft }])
|
11097
11146
|
}, [
|
11098
|
-
f("div",
|
11147
|
+
f("div", Xf, [
|
11099
11148
|
(c = t.cmdHeadline) != null && c.headlineText && o.open ? (l(), C(r, {
|
11100
11149
|
key: 0,
|
11101
11150
|
headlineText: t.cmdHeadline.headlineText,
|
@@ -11103,9 +11152,9 @@ function nh(e, n, t, s, o, i) {
|
|
11103
11152
|
textAlign: t.cmdHeadline.textAlign,
|
11104
11153
|
class: "sidebar-main-headline"
|
11105
11154
|
}, null, 8, ["headlineText", "headlineLevel", "textAlign"])) : d("", !0),
|
11106
|
-
o.open ? (l(), a("div",
|
11155
|
+
o.open ? (l(), a("div", Qf, [
|
11107
11156
|
V(e.$slots, "open", { openBoxStatus: o.open })
|
11108
|
-
])) : (l(), a("div",
|
11157
|
+
])) : (l(), a("div", $f, [
|
11109
11158
|
V(e.$slots, "closed", { openBoxStatus: o.open })
|
11110
11159
|
]))
|
11111
11160
|
]),
|
@@ -11118,10 +11167,10 @@ function nh(e, n, t, s, o, i) {
|
|
11118
11167
|
f("span", {
|
11119
11168
|
class: y(i.iconClassOpenCollapse)
|
11120
11169
|
}, null, 2)
|
11121
|
-
], 8,
|
11170
|
+
], 8, eh)) : d("", !0)
|
11122
11171
|
], 2);
|
11123
11172
|
}
|
11124
|
-
const
|
11173
|
+
const tb = /* @__PURE__ */ M(Yf, [["render", th]]), nh = {
|
11125
11174
|
name: "CmdSiteFooter",
|
11126
11175
|
props: {
|
11127
11176
|
/**
|
@@ -11137,9 +11186,9 @@ const nb = /* @__PURE__ */ M(Xf, [["render", nh]]), ih = {
|
|
11137
11186
|
}
|
11138
11187
|
}
|
11139
11188
|
}
|
11140
|
-
},
|
11141
|
-
function
|
11142
|
-
return l(), a("div",
|
11189
|
+
}, ih = { class: "cmd-site-footer site-footer" };
|
11190
|
+
function oh(e, n, t, s, o, i) {
|
11191
|
+
return l(), a("div", ih, [
|
11143
11192
|
f("footer", {
|
11144
11193
|
class: y(["flex-container", { vertical: t.orientation === "vertical" }])
|
11145
11194
|
}, [
|
@@ -11147,7 +11196,7 @@ function lh(e, n, t, s, o, i) {
|
|
11147
11196
|
], 2)
|
11148
11197
|
]);
|
11149
11198
|
}
|
11150
|
-
const
|
11199
|
+
const nb = /* @__PURE__ */ M(nh, [["render", oh]]), lh = {
|
11151
11200
|
name: "CmdSiteHeader",
|
11152
11201
|
emits: ["offcanvas"],
|
11153
11202
|
data() {
|
@@ -11244,13 +11293,13 @@ const ib = /* @__PURE__ */ M(ih, [["render", lh]]), sh = {
|
|
11244
11293
|
e.style.height = this.defaultLogoHeight;
|
11245
11294
|
}
|
11246
11295
|
}
|
11247
|
-
},
|
11296
|
+
}, sh = {
|
11248
11297
|
key: 0,
|
11249
11298
|
class: "top-header"
|
11250
11299
|
};
|
11251
|
-
function
|
11300
|
+
function ah(e, n, t, s, o, i) {
|
11252
11301
|
var u, p, m, h, w, b, _, T, S;
|
11253
|
-
const r = md, c =
|
11302
|
+
const r = md, c = km;
|
11254
11303
|
return l(), a("div", {
|
11255
11304
|
ref: "site-header",
|
11256
11305
|
class: y([
|
@@ -11263,7 +11312,7 @@ function rh(e, n, t, s, o, i) {
|
|
11263
11312
|
]),
|
11264
11313
|
role: "banner"
|
11265
11314
|
}, [
|
11266
|
-
e.$slots.topheader ? (l(), a("div",
|
11315
|
+
e.$slots.topheader ? (l(), a("div", sh, [
|
11267
11316
|
V(e.$slots, "topheader")
|
11268
11317
|
])) : d("", !0),
|
11269
11318
|
f("header", {
|
@@ -11299,7 +11348,7 @@ function rh(e, n, t, s, o, i) {
|
|
11299
11348
|
}, null, 8, ["navigationEntries", "offcanvasPosition", "closeOffcanvas", "stretchMainItems", "onOffcanvas"])) : d("", !0)
|
11300
11349
|
], 2);
|
11301
11350
|
}
|
11302
|
-
const
|
11351
|
+
const ib = /* @__PURE__ */ M(lh, [["render", ah]]), rh = {
|
11303
11352
|
data() {
|
11304
11353
|
return {
|
11305
11354
|
defaultMessageProperties: {
|
@@ -11312,7 +11361,7 @@ const ob = /* @__PURE__ */ M(sh, [["render", rh]]), ch = {
|
|
11312
11361
|
}
|
11313
11362
|
};
|
11314
11363
|
}
|
11315
|
-
},
|
11364
|
+
}, ch = {
|
11316
11365
|
emits: [
|
11317
11366
|
"search",
|
11318
11367
|
"update:modelValueInput1",
|
@@ -11321,7 +11370,7 @@ const ob = /* @__PURE__ */ M(sh, [["render", rh]]), ch = {
|
|
11321
11370
|
"update:modelValueSearchFilters"
|
11322
11371
|
],
|
11323
11372
|
name: "CmdBoxSiteSearch",
|
11324
|
-
mixins: [le,
|
11373
|
+
mixins: [le, rh],
|
11325
11374
|
data() {
|
11326
11375
|
return {
|
11327
11376
|
showFilters: !1
|
@@ -11573,22 +11622,22 @@ const ob = /* @__PURE__ */ M(sh, [["render", rh]]), ch = {
|
|
11573
11622
|
deep: !0
|
11574
11623
|
}
|
11575
11624
|
}
|
11576
|
-
},
|
11625
|
+
}, dh = { class: "cmd-box-site-search flex-container" }, uh = { class: "flex-container align-bottom" }, mh = { class: "input-wrapper align-bottom" }, fh = { key: 0 }, hh = { key: 1 }, ph = {
|
11577
11626
|
key: 0,
|
11578
11627
|
class: "flex-container no-flex",
|
11579
11628
|
role: "listbox",
|
11580
11629
|
"aria-expanded": "true"
|
11581
11630
|
};
|
11582
|
-
function
|
11631
|
+
function gh(e, n, t, s, o, i) {
|
11583
11632
|
var h, w, b, _, T, S, O, E;
|
11584
|
-
const r = G, c = ee, u = j, p =
|
11633
|
+
const r = G, c = ee, u = j, p = au, m = hu;
|
11585
11634
|
return l(), a(x, null, [
|
11586
|
-
f("fieldset",
|
11635
|
+
f("fieldset", dh, [
|
11587
11636
|
f("legend", {
|
11588
11637
|
class: y({ hidden: !t.showLegend })
|
11589
11638
|
}, g(t.textLegend), 3),
|
11590
11639
|
t.cmdHeadline ? (l(), C(r, W(H({ key: 0 }, t.cmdHeadline)), null, 16)) : d("", !0),
|
11591
|
-
f("div",
|
11640
|
+
f("div", uh, [
|
11592
11641
|
v(c, {
|
11593
11642
|
element: "input",
|
11594
11643
|
type: t.cmdFormElementInput1.type,
|
@@ -11600,7 +11649,7 @@ function yh(e, n, t, s, o, i) {
|
|
11600
11649
|
modelValue: i.searchValue1,
|
11601
11650
|
"onUpdate:modelValue": n[0] || (n[0] = (L) => i.searchValue1 = L)
|
11602
11651
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
|
11603
|
-
f("div",
|
11652
|
+
f("div", mh, [
|
11604
11653
|
t.cmdFormElementInput2.show ? (l(), C(c, {
|
11605
11654
|
key: 0,
|
11606
11655
|
element: "input",
|
@@ -11643,13 +11692,13 @@ function yh(e, n, t, s, o, i) {
|
|
11643
11692
|
iconClass: o.showFilters ? (w = (h = t.cmdIcon) == null ? void 0 : h.showFilters) == null ? void 0 : w.iconClass : (_ = (b = t.cmdIcon) == null ? void 0 : b.hideFilters) == null ? void 0 : _.iconClass,
|
11644
11693
|
type: o.showFilters ? (S = (T = t.cmdIcon) == null ? void 0 : T.showFilters) == null ? void 0 : S.iconType : (E = (O = t.cmdIcon) == null ? void 0 : O.hideFilters) == null ? void 0 : E.iconType
|
11645
11694
|
}, null, 8, ["iconClass", "type"]),
|
11646
|
-
o.showFilters ? (l(), a("span",
|
11695
|
+
o.showFilters ? (l(), a("span", fh, g(e.getMessage("cmdsitesearch.hide_filter_options")), 1)) : (l(), a("span", hh, g(e.getMessage("cmdsitesearch.show_filter_options")), 1))
|
11647
11696
|
]),
|
11648
11697
|
v(xe, { name: "fade" }, {
|
11649
11698
|
default: P(() => {
|
11650
11699
|
var L, B, z, F, R;
|
11651
11700
|
return [
|
11652
|
-
o.showFilters && ((L = t.cmdFakeSelect) != null && L.selectData.length) ? (l(), a("div",
|
11701
|
+
o.showFilters && ((L = t.cmdFakeSelect) != null && L.selectData.length) ? (l(), a("div", ph, [
|
11653
11702
|
v(p, {
|
11654
11703
|
role: "option",
|
11655
11704
|
selectData: (B = t.cmdFakeSelect) == null ? void 0 : B.selectData,
|
@@ -11674,7 +11723,7 @@ function yh(e, n, t, s, o, i) {
|
|
11674
11723
|
}, null, 8, ["modelValue", "selectedOptionsName"])) : d("", !0)
|
11675
11724
|
], 64);
|
11676
11725
|
}
|
11677
|
-
const
|
11726
|
+
const ob = /* @__PURE__ */ M(ch, [["render", gh]]), yh = {
|
11678
11727
|
name: "CmdSlideshow",
|
11679
11728
|
mixins: [Q],
|
11680
11729
|
data() {
|
@@ -11857,14 +11906,14 @@ const lb = /* @__PURE__ */ M(dh, [["render", yh]]), bh = {
|
|
11857
11906
|
});
|
11858
11907
|
}
|
11859
11908
|
}
|
11860
|
-
},
|
11861
|
-
|
11862
|
-
|
11863
|
-
],
|
11909
|
+
}, bh = ["href", "title"], Ch = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), _h = /* @__PURE__ */ f("span", null, "Add new slideshow-image", -1), xh = [
|
11910
|
+
Ch,
|
11911
|
+
_h
|
11912
|
+
], wh = { key: 2 }, kh = ["onClick", "aria-label", "title"], vh = {
|
11864
11913
|
key: 3,
|
11865
11914
|
class: "item-counter"
|
11866
11915
|
};
|
11867
|
-
function
|
11916
|
+
function Th(e, n, t, s, o, i) {
|
11868
11917
|
const r = ct, c = Te;
|
11869
11918
|
return l(), a("div", {
|
11870
11919
|
class: y(["cmd-slideshow", { "full-width": o.fullWidth }])
|
@@ -11908,7 +11957,7 @@ function Sh(e, n, t, s, o, i) {
|
|
11908
11957
|
image: (_ = i.currentItem) == null ? void 0 : _.image,
|
11909
11958
|
figcaption: (T = i.currentItem) == null ? void 0 : T.figcaption
|
11910
11959
|
}, null, 8, ["image", "figcaption"])
|
11911
|
-
], 8,
|
11960
|
+
], 8, bh)) : (l(), C(c, {
|
11912
11961
|
key: 1,
|
11913
11962
|
image: (S = i.currentItem) == null ? void 0 : S.image,
|
11914
11963
|
figcaption: (O = i.currentItem) == null ? void 0 : O.figcaption
|
@@ -11920,7 +11969,7 @@ function Sh(e, n, t, s, o, i) {
|
|
11920
11969
|
type: "button",
|
11921
11970
|
class: "button confirm",
|
11922
11971
|
onClick: n[0] || (n[0] = (...B) => i.onAddItem && i.onAddItem(...B))
|
11923
|
-
},
|
11972
|
+
}, xh)) : d("", !0)
|
11924
11973
|
];
|
11925
11974
|
}),
|
11926
11975
|
_: 3
|
@@ -11930,7 +11979,7 @@ function Sh(e, n, t, s, o, i) {
|
|
11930
11979
|
onClick: I(i.showNextItem, ["prevent"]),
|
11931
11980
|
class: { disabled: o.slideshowItemEditing }
|
11932
11981
|
}, i.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : d("", !0),
|
11933
|
-
t.showQuickLinkIcons ? (l(), a("ol",
|
11982
|
+
t.showQuickLinkIcons ? (l(), a("ol", wh, [
|
11934
11983
|
(l(!0), a(x, null, D(t.slideshowItems, (u, p) => (l(), a("li", {
|
11935
11984
|
key: p,
|
11936
11985
|
class: y({ active: p === o.index })
|
@@ -11941,24 +11990,24 @@ function Sh(e, n, t, s, o, i) {
|
|
11941
11990
|
onClick: I((m) => i.showItem(p), ["prevent"]),
|
11942
11991
|
"aria-label": o.index,
|
11943
11992
|
title: o.slideshowItemEditing ? "Not allowed while editing!" : "Switch to image #" + (p + 1)
|
11944
|
-
}, null, 10,
|
11993
|
+
}, null, 10, kh)
|
11945
11994
|
], 2))), 128))
|
11946
11995
|
])) : d("", !0),
|
11947
|
-
t.showCounter ? (l(), a("span",
|
11996
|
+
t.showCounter ? (l(), a("span", vh, g(o.index + 1) + "/" + g(t.slideshowItems.length), 1)) : d("", !0)
|
11948
11997
|
], 32)
|
11949
11998
|
], 2);
|
11950
11999
|
}
|
11951
|
-
const
|
12000
|
+
const lb = /* @__PURE__ */ M(yh, [["render", Th]]), Sh = "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", Ih = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
11952
12001
|
__proto__: null,
|
11953
|
-
default:
|
11954
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
12002
|
+
default: Sh
|
12003
|
+
}, Symbol.toStringTag, { value: "Module" })), Oh = "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", Mh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
11955
12004
|
__proto__: null,
|
11956
|
-
default:
|
11957
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
12005
|
+
default: Oh
|
12006
|
+
}, Symbol.toStringTag, { value: "Module" })), Lh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
11958
12007
|
__proto__: null,
|
11959
|
-
de:
|
11960
|
-
en:
|
11961
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
12008
|
+
de: Ih,
|
12009
|
+
en: Mh
|
12010
|
+
}, Symbol.toStringTag, { value: "Module" })), Bh = {
|
11962
12011
|
name: "CmdSwitchLanguage",
|
11963
12012
|
emits: ["click"],
|
11964
12013
|
data() {
|
@@ -11989,7 +12038,7 @@ const sb = /* @__PURE__ */ M(bh, [["render", Sh]]), Ih = "data:image/svg+xml,%3c
|
|
11989
12038
|
this.imageSources = [], this.languages.forEach(
|
11990
12039
|
async (e) => {
|
11991
12040
|
const n = e.iso2;
|
11992
|
-
this.imageSources.push(
|
12041
|
+
this.imageSources.push(Lh[n].default);
|
11993
12042
|
}
|
11994
12043
|
);
|
11995
12044
|
},
|
@@ -11997,10 +12046,10 @@ const sb = /* @__PURE__ */ M(bh, [["render", Sh]]), Ih = "data:image/svg+xml,%3c
|
|
11997
12046
|
deep: !0
|
11998
12047
|
}
|
11999
12048
|
}
|
12000
|
-
},
|
12001
|
-
function
|
12049
|
+
}, Fh = { class: "cmd-switch-language" }, Ah = ["href", "title", "onClick"], Eh = ["src", "alt"], Ph = ["src", "alt"];
|
12050
|
+
function Vh(e, n, t, s, o, i) {
|
12002
12051
|
const r = oe("router-link");
|
12003
|
-
return l(), a("div",
|
12052
|
+
return l(), a("div", Fh, [
|
12004
12053
|
f("ul", null, [
|
12005
12054
|
(l(!0), a(x, null, D(t.languages, (c, u) => (l(), a("li", { key: u }, [
|
12006
12055
|
c.link.type === "href" ? (l(), a("a", {
|
@@ -12013,8 +12062,8 @@ function Dh(e, n, t, s, o, i) {
|
|
12013
12062
|
f("img", {
|
12014
12063
|
src: o.imageSources[u],
|
12015
12064
|
alt: c.name
|
12016
|
-
}, null, 8,
|
12017
|
-
], 10,
|
12065
|
+
}, null, 8, Eh)
|
12066
|
+
], 10, Ah)) : (l(), C(r, {
|
12018
12067
|
key: 1,
|
12019
12068
|
class: y(["flag", c.iso2]),
|
12020
12069
|
to: i.getRoute(c),
|
@@ -12025,7 +12074,7 @@ function Dh(e, n, t, s, o, i) {
|
|
12025
12074
|
f("img", {
|
12026
12075
|
src: o.imageSources[u],
|
12027
12076
|
alt: c.name
|
12028
|
-
}, null, 8,
|
12077
|
+
}, null, 8, Ph)
|
12029
12078
|
]),
|
12030
12079
|
_: 2
|
12031
12080
|
}, 1032, ["class", "to", "title", "onClick"]))
|
@@ -12033,7 +12082,7 @@ function Dh(e, n, t, s, o, i) {
|
|
12033
12082
|
])
|
12034
12083
|
]);
|
12035
12084
|
}
|
12036
|
-
const
|
12085
|
+
const sb = /* @__PURE__ */ M(Bh, [["render", Vh]]), Dh = {
|
12037
12086
|
name: "CmdSystemMessage",
|
12038
12087
|
mixins: [We],
|
12039
12088
|
data() {
|
@@ -12120,8 +12169,8 @@ const ab = /* @__PURE__ */ M(Fh, [["render", Dh]]), qh = {
|
|
12120
12169
|
this.showSystemMessage = !0;
|
12121
12170
|
}
|
12122
12171
|
}
|
12123
|
-
},
|
12124
|
-
function
|
12172
|
+
}, qh = ["role", "aria-labelledby"], Hh = ["title"];
|
12173
|
+
function Rh(e, n, t, s, o, i) {
|
12125
12174
|
const r = j, c = G;
|
12126
12175
|
return l(), C(xe, { name: "fade" }, {
|
12127
12176
|
default: P(() => [
|
@@ -12141,7 +12190,7 @@ function Nh(e, n, t, s, o, i) {
|
|
12141
12190
|
iconClass: t.iconClose.iconClass,
|
12142
12191
|
type: t.iconClose.iconType
|
12143
12192
|
}, null, 8, ["iconClass", "type"])
|
12144
|
-
], 8,
|
12193
|
+
], 8, Hh)) : d("", !0),
|
12145
12194
|
v(c, {
|
12146
12195
|
class: "message-headline",
|
12147
12196
|
headlineIcon: i.headlineIcon,
|
@@ -12150,12 +12199,12 @@ function Nh(e, n, t, s, o, i) {
|
|
12150
12199
|
id: e.htmlId
|
12151
12200
|
}, null, 8, ["headlineIcon", "headlineText", "headlineLevel", "id"]),
|
12152
12201
|
V(e.$slots, "default")
|
12153
|
-
], 10,
|
12202
|
+
], 10, qh)) : d("", !0)
|
12154
12203
|
]),
|
12155
12204
|
_: 3
|
12156
12205
|
});
|
12157
12206
|
}
|
12158
|
-
const
|
12207
|
+
const Nh = /* @__PURE__ */ M(Dh, [["render", Rh]]), jh = {
|
12159
12208
|
name: "CmdTable",
|
12160
12209
|
data() {
|
12161
12210
|
return {
|
@@ -12299,20 +12348,20 @@ const jh = /* @__PURE__ */ M(qh, [["render", Nh]]), Uh = {
|
|
12299
12348
|
immediate: !0
|
12300
12349
|
}
|
12301
12350
|
}
|
12302
|
-
},
|
12351
|
+
}, Uh = {
|
12303
12352
|
key: 0,
|
12304
12353
|
class: "button-wrapper"
|
12305
|
-
},
|
12354
|
+
}, zh = ["title"], Wh = ["title"], Gh = { "aria-expanded": "true" }, Jh = {
|
12306
12355
|
key: 0,
|
12307
12356
|
"aria-expanded": "true"
|
12308
12357
|
};
|
12309
|
-
function
|
12358
|
+
function Kh(e, n, t, s, o, i) {
|
12310
12359
|
var u, p, m, h;
|
12311
12360
|
const r = j, c = ct;
|
12312
12361
|
return l(), a("div", {
|
12313
12362
|
class: y(["cmd-table-wrapper", { collapsed: !o.showTableData, "full-width": o.fullWidth, "has-caption": i.hasCaption, "has-overflow": o.hasOverflow }])
|
12314
12363
|
}, [
|
12315
|
-
t.collapsible || t.userCanToggleWidth ? (l(), a("div",
|
12364
|
+
t.collapsible || t.userCanToggleWidth ? (l(), a("div", Uh, [
|
12316
12365
|
t.userCanToggleWidth ? (l(), a("a", {
|
12317
12366
|
key: 0,
|
12318
12367
|
class: "button",
|
@@ -12324,7 +12373,7 @@ function Zh(e, n, t, s, o, i) {
|
|
12324
12373
|
iconClass: t.iconToggleWidth.iconClass,
|
12325
12374
|
type: t.iconToggleWidth.iconType
|
12326
12375
|
}, null, 8, ["iconClass", "type"])
|
12327
|
-
], 8,
|
12376
|
+
], 8, zh)) : d("", !0),
|
12328
12377
|
t.collapsible ? (l(), a("a", {
|
12329
12378
|
key: 1,
|
12330
12379
|
class: "button",
|
@@ -12336,7 +12385,7 @@ function Zh(e, n, t, s, o, i) {
|
|
12336
12385
|
iconClass: o.showTableData ? t.iconCollapse.iconClass : t.iconExpand.iconClass,
|
12337
12386
|
type: o.showTableData ? t.iconCollapse.iconType : t.iconExpand.iconType
|
12338
12387
|
}, null, 8, ["iconClass", "type"])
|
12339
|
-
], 8,
|
12388
|
+
], 8, Wh)) : d("", !0)
|
12340
12389
|
])) : d("", !0),
|
12341
12390
|
f("div", {
|
12342
12391
|
class: "inner-wrapper",
|
@@ -12363,7 +12412,7 @@ function Zh(e, n, t, s, o, i) {
|
|
12363
12412
|
]),
|
12364
12413
|
v(xe, { name: "fade" }, {
|
12365
12414
|
default: P(() => [
|
12366
|
-
ue(f("tbody",
|
12415
|
+
ue(f("tbody", Gh, [
|
12367
12416
|
(l(!0), a(x, null, D(t.tableData.tbody, (w, b) => (l(), a("tr", {
|
12368
12417
|
class: y({ active: t.tableData.rowIndexHighlighted === b }),
|
12369
12418
|
key: b
|
@@ -12381,7 +12430,7 @@ function Zh(e, n, t, s, o, i) {
|
|
12381
12430
|
}),
|
12382
12431
|
v(xe, { name: "fade" }, {
|
12383
12432
|
default: P(() => [
|
12384
|
-
t.tableData.tfoot && t.tableData.tfoot.length && o.showTableData ? (l(), a("tfoot",
|
12433
|
+
t.tableData.tfoot && t.tableData.tfoot.length && o.showTableData ? (l(), a("tfoot", Jh, [
|
12385
12434
|
f("tr", null, [
|
12386
12435
|
(l(!0), a(x, null, D(t.tableData.tfoot, (w, b) => (l(), a("td", {
|
12387
12436
|
class: y({ active: t.tableData.columnIndexHighlighted === b }),
|
@@ -12400,7 +12449,7 @@ function Zh(e, n, t, s, o, i) {
|
|
12400
12449
|
], 544)
|
12401
12450
|
], 2);
|
12402
12451
|
}
|
12403
|
-
const
|
12452
|
+
const ab = /* @__PURE__ */ M(jh, [["render", Kh]]), Zh = "cmd", Yh = {
|
12404
12453
|
"3d-cursor": {
|
12405
12454
|
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"/>',
|
12406
12455
|
hidden: !0
|
@@ -12414,14 +12463,14 @@ const rb = /* @__PURE__ */ M(Uh, [["render", Zh]]), Yh = "cmd", Xh = {
|
|
12414
12463
|
<path fill="currentColor" d="M2,12h6v18H2V12z"/>
|
12415
12464
|
<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"/>`
|
12416
12465
|
}
|
12417
|
-
},
|
12418
|
-
prefix:
|
12419
|
-
icons:
|
12420
|
-
width:
|
12421
|
-
height:
|
12466
|
+
}, Xh = 32, Qh = 32, $h = {
|
12467
|
+
prefix: Zh,
|
12468
|
+
icons: Yh,
|
12469
|
+
width: Xh,
|
12470
|
+
height: Qh
|
12422
12471
|
};
|
12423
|
-
ei(
|
12424
|
-
const
|
12472
|
+
ei($h);
|
12473
|
+
const ep = {
|
12425
12474
|
name: "CmdTabs",
|
12426
12475
|
data() {
|
12427
12476
|
return {
|
@@ -12476,13 +12525,13 @@ const tp = {
|
|
12476
12525
|
this.showTab = this.activeTab;
|
12477
12526
|
}
|
12478
12527
|
}
|
12479
|
-
},
|
12528
|
+
}, tp = { class: "cmd-tabs" }, np = ["onClick", "title"], ip = { key: 1 }, op = {
|
12480
12529
|
key: 1,
|
12481
12530
|
"aria-live": "assertive"
|
12482
|
-
},
|
12483
|
-
function
|
12531
|
+
}, lp = ["innerHTML"];
|
12532
|
+
function sp(e, n, t, s, o, i) {
|
12484
12533
|
const r = j, c = G;
|
12485
|
-
return l(), a("div",
|
12534
|
+
return l(), a("div", tp, [
|
12486
12535
|
f("ul", {
|
12487
12536
|
class: y({ "stretch-tabs": t.stretchTabs }),
|
12488
12537
|
role: "tablist"
|
@@ -12502,8 +12551,8 @@ function ap(e, n, t, s, o, i) {
|
|
12502
12551
|
iconClass: u.iconClass,
|
12503
12552
|
type: u.iconType
|
12504
12553
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
12505
|
-
u.name ? (l(), a("span",
|
12506
|
-
], 8,
|
12554
|
+
u.name ? (l(), a("span", ip, g(u.name), 1)) : d("", !0)
|
12555
|
+
], 8, np)
|
12507
12556
|
], 2))), 128))
|
12508
12557
|
], 2),
|
12509
12558
|
t.useSlot ? (l(!0), a(x, { key: 0 }, D(t.tabs.length, (u) => ue((l(), a("div", {
|
@@ -12513,18 +12562,18 @@ function ap(e, n, t, s, o, i) {
|
|
12513
12562
|
V(e.$slots, "tab-content-" + (u - 1))
|
12514
12563
|
])), [
|
12515
12564
|
[be, o.showTab === u - 1]
|
12516
|
-
])), 128)) : (l(), a("div",
|
12565
|
+
])), 128)) : (l(), a("div", op, [
|
12517
12566
|
t.cmdHeadline ? (l(), C(c, H({ key: 0 }, t.cmdHeadline, {
|
12518
12567
|
headlineText: t.tabs[o.showTab].headlineText,
|
12519
12568
|
headlineLevel: t.tabs[o.showTab].headlineLevel
|
12520
12569
|
}), null, 16, ["headlineText", "headlineLevel"])) : d("", !0),
|
12521
12570
|
f("div", {
|
12522
12571
|
innerHTML: t.tabs[o.showTab].htmlContent
|
12523
|
-
}, null, 8,
|
12572
|
+
}, null, 8, lp)
|
12524
12573
|
]))
|
12525
12574
|
]);
|
12526
12575
|
}
|
12527
|
-
const
|
12576
|
+
const rb = /* @__PURE__ */ M(ep, [["render", sp]]), ap = {
|
12528
12577
|
name: "CmdTextImageBlock",
|
12529
12578
|
mixins: [Q],
|
12530
12579
|
data() {
|
@@ -12629,11 +12678,11 @@ const cb = /* @__PURE__ */ M(tp, [["render", ap]]), rp = {
|
|
12629
12678
|
immediate: !0
|
12630
12679
|
}
|
12631
12680
|
}
|
12632
|
-
},
|
12633
|
-
|
12634
|
-
|
12681
|
+
}, rp = { class: "flex-container vertical" }, cp = ["innerHTML"], dp = ["innerHTML"], up = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), mp = /* @__PURE__ */ f("span", null, "Add new paragraph", -1), fp = [
|
12682
|
+
up,
|
12683
|
+
mp
|
12635
12684
|
];
|
12636
|
-
function
|
12685
|
+
function hp(e, n, t, s, o, i) {
|
12637
12686
|
var p, m, h, w;
|
12638
12687
|
const r = G, c = Te, u = ve;
|
12639
12688
|
return l(), a("div", {
|
@@ -12646,13 +12695,13 @@ function pp(e, n, t, s, o, i) {
|
|
12646
12695
|
figcaption: (h = t.cmdImage) == null ? void 0 : h.figcaption,
|
12647
12696
|
editModeConfig: { allowAddItem: !1 }
|
12648
12697
|
}, null, 8, ["image", "figcaption"])) : d("", !0),
|
12649
|
-
f("div",
|
12698
|
+
f("div", rp, [
|
12650
12699
|
((w = t.cmdHeadline) != null && w.headlineText || e.editModeContext) && (t.headlinePosition === "belowImage" || t.orientation === "horizontal") ? (l(), C(r, W(H({ key: 0 }, t.cmdHeadline)), null, 16)) : d("", !0),
|
12651
12700
|
t.htmlContent ? (l(), a("div", {
|
12652
12701
|
key: 1,
|
12653
12702
|
innerHTML: t.htmlContent,
|
12654
12703
|
class: y(i.textAlign)
|
12655
|
-
}, null, 10,
|
12704
|
+
}, null, 10, cp)) : d("", !0)
|
12656
12705
|
]),
|
12657
12706
|
e.editModeContext ? (l(), C(u, {
|
12658
12707
|
key: 2,
|
@@ -12676,18 +12725,18 @@ function pp(e, n, t, s, o, i) {
|
|
12676
12725
|
key: 1,
|
12677
12726
|
innerHTML: t.htmlContent,
|
12678
12727
|
class: y(i.textAlign)
|
12679
|
-
}, null, 10,
|
12728
|
+
}, null, 10, dp)) : (l(), a("button", {
|
12680
12729
|
key: 2,
|
12681
12730
|
type: "button",
|
12682
12731
|
class: "button confirm",
|
12683
12732
|
onClick: n[1] || (n[1] = (..._) => i.onAddItem && i.onAddItem(..._))
|
12684
|
-
},
|
12733
|
+
}, fp))
|
12685
12734
|
]),
|
12686
12735
|
_: 1
|
12687
12736
|
}, 8, ["componentProps", "componentPath", "allowDeleteComponent"])) : d("", !0)
|
12688
12737
|
], 2);
|
12689
12738
|
}
|
12690
|
-
const
|
12739
|
+
const cb = /* @__PURE__ */ M(ap, [["render", hp]]), pp = {
|
12691
12740
|
name: "ToggleDarkMode",
|
12692
12741
|
mixins: [
|
12693
12742
|
Q
|
@@ -12838,8 +12887,8 @@ const db = /* @__PURE__ */ M(rp, [["render", pp]]), gp = {
|
|
12838
12887
|
immediate: !0
|
12839
12888
|
}
|
12840
12889
|
}
|
12841
|
-
},
|
12842
|
-
function
|
12890
|
+
}, gp = { key: 0 };
|
12891
|
+
function yp(e, n, t, s, o, i) {
|
12843
12892
|
const r = j, c = ee;
|
12844
12893
|
return l(), a("div", {
|
12845
12894
|
class: y(["cmd-toggle-dark-mode", { "styled-layout": t.useStyledLayout, "dark-mode": o.darkMode }])
|
@@ -12868,7 +12917,7 @@ function bp(e, n, t, s, o, i) {
|
|
12868
12917
|
class: y(["button", { "dark-mode": o.darkMode }]),
|
12869
12918
|
onClick: n[0] || (n[0] = I((...u) => i.toggleColorScheme && i.toggleColorScheme(...u), ["prevent"]))
|
12870
12919
|
}, [
|
12871
|
-
t.showLabel ? (l(), a("span",
|
12920
|
+
t.showLabel ? (l(), a("span", gp, g(i.labelText), 1)) : d("", !0),
|
12872
12921
|
v(r, {
|
12873
12922
|
iconClass: i.iconClass,
|
12874
12923
|
type: i.iconType,
|
@@ -12891,7 +12940,7 @@ function bp(e, n, t, s, o, i) {
|
|
12891
12940
|
], 64))
|
12892
12941
|
], 2);
|
12893
12942
|
}
|
12894
|
-
const
|
12943
|
+
const db = /* @__PURE__ */ M(pp, [["render", yp]]), bp = {
|
12895
12944
|
data() {
|
12896
12945
|
return {
|
12897
12946
|
defaultMessageProperties: {
|
@@ -12949,28 +12998,28 @@ function gi(e, n) {
|
|
12949
12998
|
return e.apply(n, arguments);
|
12950
12999
|
};
|
12951
13000
|
}
|
12952
|
-
const { toString:
|
12953
|
-
const t =
|
13001
|
+
const { toString: Cp } = Object.prototype, { getPrototypeOf: Xt } = Object, ut = /* @__PURE__ */ ((e) => (n) => {
|
13002
|
+
const t = Cp.call(n);
|
12954
13003
|
return e[t] || (e[t] = t.slice(8, -1).toLowerCase());
|
12955
13004
|
})(/* @__PURE__ */ Object.create(null)), me = (e) => (e = e.toLowerCase(), (n) => ut(n) === e), mt = (e) => (n) => typeof n === e, { isArray: Ie } = Array, ze = mt("undefined");
|
12956
|
-
function
|
13005
|
+
function _p(e) {
|
12957
13006
|
return e !== null && !ze(e) && e.constructor !== null && !ze(e.constructor) && ie(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
12958
13007
|
}
|
12959
13008
|
const yi = me("ArrayBuffer");
|
12960
|
-
function
|
13009
|
+
function xp(e) {
|
12961
13010
|
let n;
|
12962
13011
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? n = ArrayBuffer.isView(e) : n = e && e.buffer && yi(e.buffer), n;
|
12963
13012
|
}
|
12964
|
-
const
|
13013
|
+
const wp = mt("string"), ie = mt("function"), bi = mt("number"), ft = (e) => e !== null && typeof e == "object", kp = (e) => e === !0 || e === !1, Qe = (e) => {
|
12965
13014
|
if (ut(e) !== "object")
|
12966
13015
|
return !1;
|
12967
13016
|
const n = Xt(e);
|
12968
13017
|
return (n === null || n === Object.prototype || Object.getPrototypeOf(n) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
12969
|
-
},
|
13018
|
+
}, vp = me("Date"), Tp = me("File"), Sp = me("Blob"), Ip = me("FileList"), Op = (e) => ft(e) && ie(e.pipe), Mp = (e) => {
|
12970
13019
|
let n;
|
12971
13020
|
return e && (typeof FormData == "function" && e instanceof FormData || ie(e.append) && ((n = ut(e)) === "formdata" || // detect form-data instance
|
12972
13021
|
n === "object" && ie(e.toString) && e.toString() === "[object FormData]"));
|
12973
|
-
},
|
13022
|
+
}, Lp = me("URLSearchParams"), [Bp, Fp, Ap, Ep] = ["ReadableStream", "Request", "Response", "Headers"].map(me), Pp = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
12974
13023
|
function Ge(e, n, { allOwnKeys: t = !1 } = {}) {
|
12975
13024
|
if (e === null || typeof e > "u")
|
12976
13025
|
return;
|
@@ -13004,13 +13053,13 @@ function Ft() {
|
|
13004
13053
|
arguments[s] && Ge(arguments[s], t);
|
13005
13054
|
return n;
|
13006
13055
|
}
|
13007
|
-
const
|
13056
|
+
const Vp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
|
13008
13057
|
t && ie(o) ? e[i] = gi(o, t) : e[i] = o;
|
13009
|
-
}, { allOwnKeys: s }), e),
|
13058
|
+
}, { allOwnKeys: s }), e), Dp = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), qp = (e, n, t, s) => {
|
13010
13059
|
e.prototype = Object.create(n.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
13011
13060
|
value: n.prototype
|
13012
13061
|
}), t && Object.assign(e.prototype, t);
|
13013
|
-
},
|
13062
|
+
}, Hp = (e, n, t, s) => {
|
13014
13063
|
let o, i, r;
|
13015
13064
|
const c = {};
|
13016
13065
|
if (n = n || {}, e == null) return n;
|
@@ -13020,11 +13069,11 @@ const Dp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
|
|
13020
13069
|
e = t !== !1 && Xt(e);
|
13021
13070
|
} while (e && (!t || t(e, n)) && e !== Object.prototype);
|
13022
13071
|
return n;
|
13023
|
-
},
|
13072
|
+
}, Rp = (e, n, t) => {
|
13024
13073
|
e = String(e), (t === void 0 || t > e.length) && (t = e.length), t -= n.length;
|
13025
13074
|
const s = e.indexOf(n, t);
|
13026
13075
|
return s !== -1 && s === t;
|
13027
|
-
},
|
13076
|
+
}, Np = (e) => {
|
13028
13077
|
if (!e) return null;
|
13029
13078
|
if (Ie(e)) return e;
|
13030
13079
|
let n = e.length;
|
@@ -13033,31 +13082,31 @@ const Dp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
|
|
13033
13082
|
for (; n-- > 0; )
|
13034
13083
|
t[n] = e[n];
|
13035
13084
|
return t;
|
13036
|
-
},
|
13085
|
+
}, jp = /* @__PURE__ */ ((e) => (n) => e && n instanceof e)(typeof Uint8Array < "u" && Xt(Uint8Array)), Up = (e, n) => {
|
13037
13086
|
const s = (e && e[Symbol.iterator]).call(e);
|
13038
13087
|
let o;
|
13039
13088
|
for (; (o = s.next()) && !o.done; ) {
|
13040
13089
|
const i = o.value;
|
13041
13090
|
n.call(e, i[0], i[1]);
|
13042
13091
|
}
|
13043
|
-
},
|
13092
|
+
}, zp = (e, n) => {
|
13044
13093
|
let t;
|
13045
13094
|
const s = [];
|
13046
13095
|
for (; (t = e.exec(n)) !== null; )
|
13047
13096
|
s.push(t);
|
13048
13097
|
return s;
|
13049
|
-
},
|
13098
|
+
}, Wp = me("HTMLFormElement"), Gp = (e) => e.toLowerCase().replace(
|
13050
13099
|
/[-_\s]([a-z\d])(\w*)/g,
|
13051
13100
|
function(t, s, o) {
|
13052
13101
|
return s.toUpperCase() + o;
|
13053
13102
|
}
|
13054
|
-
), En = (({ hasOwnProperty: e }) => (n, t) => e.call(n, t))(Object.prototype),
|
13103
|
+
), En = (({ hasOwnProperty: e }) => (n, t) => e.call(n, t))(Object.prototype), Jp = me("RegExp"), wi = (e, n) => {
|
13055
13104
|
const t = Object.getOwnPropertyDescriptors(e), s = {};
|
13056
13105
|
Ge(t, (o, i) => {
|
13057
13106
|
let r;
|
13058
13107
|
(r = n(o, i, e)) !== !1 && (s[i] = r || o);
|
13059
13108
|
}), Object.defineProperties(e, s);
|
13060
|
-
},
|
13109
|
+
}, Kp = (e) => {
|
13061
13110
|
wi(e, (n, t) => {
|
13062
13111
|
if (ie(e) && ["arguments", "caller", "callee"].indexOf(t) !== -1)
|
13063
13112
|
return !1;
|
@@ -13072,29 +13121,29 @@ const Dp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
|
|
13072
13121
|
});
|
13073
13122
|
}
|
13074
13123
|
});
|
13075
|
-
},
|
13124
|
+
}, Zp = (e, n) => {
|
13076
13125
|
const t = {}, s = (o) => {
|
13077
13126
|
o.forEach((i) => {
|
13078
13127
|
t[i] = !0;
|
13079
13128
|
});
|
13080
13129
|
};
|
13081
13130
|
return Ie(e) ? s(e) : s(String(e).split(n)), t;
|
13082
|
-
},
|
13083
|
-
},
|
13131
|
+
}, Yp = () => {
|
13132
|
+
}, Xp = (e, n) => e != null && Number.isFinite(e = +e) ? e : n, Ct = "abcdefghijklmnopqrstuvwxyz", Pn = "0123456789", ki = {
|
13084
13133
|
DIGIT: Pn,
|
13085
13134
|
ALPHA: Ct,
|
13086
13135
|
ALPHA_DIGIT: Ct + Ct.toUpperCase() + Pn
|
13087
|
-
},
|
13136
|
+
}, Qp = (e = 16, n = ki.ALPHA_DIGIT) => {
|
13088
13137
|
let t = "";
|
13089
13138
|
const { length: s } = n;
|
13090
13139
|
for (; e--; )
|
13091
13140
|
t += n[Math.random() * s | 0];
|
13092
13141
|
return t;
|
13093
13142
|
};
|
13094
|
-
function
|
13143
|
+
function $p(e) {
|
13095
13144
|
return !!(e && ie(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
|
13096
13145
|
}
|
13097
|
-
const
|
13146
|
+
const eg = (e) => {
|
13098
13147
|
const n = new Array(10), t = (s, o) => {
|
13099
13148
|
if (ft(s)) {
|
13100
13149
|
if (n.indexOf(s) >= 0)
|
@@ -13111,63 +13160,63 @@ const tg = (e) => {
|
|
13111
13160
|
return s;
|
13112
13161
|
};
|
13113
13162
|
return t(e, 0);
|
13114
|
-
},
|
13163
|
+
}, tg = me("AsyncFunction"), ng = (e) => e && (ft(e) || ie(e)) && ie(e.then) && ie(e.catch), k = {
|
13115
13164
|
isArray: Ie,
|
13116
13165
|
isArrayBuffer: yi,
|
13117
|
-
isBuffer:
|
13118
|
-
isFormData:
|
13119
|
-
isArrayBufferView:
|
13120
|
-
isString:
|
13166
|
+
isBuffer: _p,
|
13167
|
+
isFormData: Mp,
|
13168
|
+
isArrayBufferView: xp,
|
13169
|
+
isString: wp,
|
13121
13170
|
isNumber: bi,
|
13122
|
-
isBoolean:
|
13171
|
+
isBoolean: kp,
|
13123
13172
|
isObject: ft,
|
13124
13173
|
isPlainObject: Qe,
|
13125
|
-
isReadableStream:
|
13126
|
-
isRequest:
|
13127
|
-
isResponse:
|
13128
|
-
isHeaders:
|
13174
|
+
isReadableStream: Bp,
|
13175
|
+
isRequest: Fp,
|
13176
|
+
isResponse: Ap,
|
13177
|
+
isHeaders: Ep,
|
13129
13178
|
isUndefined: ze,
|
13130
|
-
isDate:
|
13131
|
-
isFile:
|
13132
|
-
isBlob:
|
13133
|
-
isRegExp:
|
13179
|
+
isDate: vp,
|
13180
|
+
isFile: Tp,
|
13181
|
+
isBlob: Sp,
|
13182
|
+
isRegExp: Jp,
|
13134
13183
|
isFunction: ie,
|
13135
|
-
isStream:
|
13136
|
-
isURLSearchParams:
|
13137
|
-
isTypedArray:
|
13138
|
-
isFileList:
|
13184
|
+
isStream: Op,
|
13185
|
+
isURLSearchParams: Lp,
|
13186
|
+
isTypedArray: jp,
|
13187
|
+
isFileList: Ip,
|
13139
13188
|
forEach: Ge,
|
13140
13189
|
merge: Ft,
|
13141
|
-
extend:
|
13142
|
-
trim:
|
13143
|
-
stripBOM:
|
13144
|
-
inherits:
|
13145
|
-
toFlatObject:
|
13190
|
+
extend: Vp,
|
13191
|
+
trim: Pp,
|
13192
|
+
stripBOM: Dp,
|
13193
|
+
inherits: qp,
|
13194
|
+
toFlatObject: Hp,
|
13146
13195
|
kindOf: ut,
|
13147
13196
|
kindOfTest: me,
|
13148
|
-
endsWith:
|
13149
|
-
toArray:
|
13150
|
-
forEachEntry:
|
13151
|
-
matchAll:
|
13152
|
-
isHTMLForm:
|
13197
|
+
endsWith: Rp,
|
13198
|
+
toArray: Np,
|
13199
|
+
forEachEntry: Up,
|
13200
|
+
matchAll: zp,
|
13201
|
+
isHTMLForm: Wp,
|
13153
13202
|
hasOwnProperty: En,
|
13154
13203
|
hasOwnProp: En,
|
13155
13204
|
// an alias to avoid ESLint no-prototype-builtins detection
|
13156
13205
|
reduceDescriptors: wi,
|
13157
|
-
freezeMethods:
|
13158
|
-
toObjectSet:
|
13159
|
-
toCamelCase:
|
13160
|
-
noop:
|
13161
|
-
toFiniteNumber:
|
13206
|
+
freezeMethods: Kp,
|
13207
|
+
toObjectSet: Zp,
|
13208
|
+
toCamelCase: Gp,
|
13209
|
+
noop: Yp,
|
13210
|
+
toFiniteNumber: Xp,
|
13162
13211
|
findKey: Ci,
|
13163
13212
|
global: _i,
|
13164
13213
|
isContextDefined: xi,
|
13165
13214
|
ALPHABET: ki,
|
13166
|
-
generateString:
|
13167
|
-
isSpecCompliantForm:
|
13168
|
-
toJSONObject:
|
13169
|
-
isAsyncFn:
|
13170
|
-
isThenable:
|
13215
|
+
generateString: Qp,
|
13216
|
+
isSpecCompliantForm: $p,
|
13217
|
+
toJSONObject: eg,
|
13218
|
+
isAsyncFn: tg,
|
13219
|
+
isThenable: ng
|
13171
13220
|
};
|
13172
13221
|
function N(e, n, t, s, o) {
|
13173
13222
|
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);
|
@@ -13219,7 +13268,7 @@ N.from = (e, n, t, s, o, i) => {
|
|
13219
13268
|
return u !== Error.prototype;
|
13220
13269
|
}, (c) => c !== "isAxiosError"), N.call(r, e.message, n, t, s, o), r.cause = e, r.name = e.name, i && Object.assign(r, i), r;
|
13221
13270
|
};
|
13222
|
-
const
|
13271
|
+
const ig = null;
|
13223
13272
|
function At(e) {
|
13224
13273
|
return k.isPlainObject(e) || k.isArray(e);
|
13225
13274
|
}
|
@@ -13231,10 +13280,10 @@ function Vn(e, n, t) {
|
|
13231
13280
|
return o = Si(o), !t && i ? "[" + o + "]" : o;
|
13232
13281
|
}).join(t ? "." : "") : n;
|
13233
13282
|
}
|
13234
|
-
function
|
13283
|
+
function og(e) {
|
13235
13284
|
return k.isArray(e) && !e.some(At);
|
13236
13285
|
}
|
13237
|
-
const
|
13286
|
+
const lg = k.toFlatObject(k, {}, null, function(n) {
|
13238
13287
|
return /^is[A-Z]/.test(n);
|
13239
13288
|
});
|
13240
13289
|
function ht(e, n, t) {
|
@@ -13263,7 +13312,7 @@ function ht(e, n, t) {
|
|
13263
13312
|
if (_ && !S && typeof _ == "object") {
|
13264
13313
|
if (k.endsWith(T, "{}"))
|
13265
13314
|
T = s ? T : T.slice(0, -2), _ = JSON.stringify(_);
|
13266
|
-
else if (k.isArray(_) &&
|
13315
|
+
else if (k.isArray(_) && og(_) || (k.isFileList(_) || k.endsWith(T, "[]")) && (O = k.toArray(_)))
|
13267
13316
|
return T = Si(T), O.forEach(function(L, B) {
|
13268
13317
|
!(k.isUndefined(L) || L === null) && n.append(
|
13269
13318
|
// eslint-disable-next-line no-nested-ternary
|
@@ -13274,7 +13323,7 @@ function ht(e, n, t) {
|
|
13274
13323
|
}
|
13275
13324
|
return At(_) ? !0 : (n.append(Vn(S, T, i), p(_)), !1);
|
13276
13325
|
}
|
13277
|
-
const h = [], w = Object.assign(
|
13326
|
+
const h = [], w = Object.assign(lg, {
|
13278
13327
|
defaultVisitor: m,
|
13279
13328
|
convertValue: p,
|
13280
13329
|
isVisitable: At
|
@@ -13327,13 +13376,13 @@ Ii.toString = function(n) {
|
|
13327
13376
|
return t(o[0]) + "=" + t(o[1]);
|
13328
13377
|
}, "").join("&");
|
13329
13378
|
};
|
13330
|
-
function
|
13379
|
+
function sg(e) {
|
13331
13380
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
13332
13381
|
}
|
13333
13382
|
function Oi(e, n, t) {
|
13334
13383
|
if (!n)
|
13335
13384
|
return e;
|
13336
|
-
const s = t && t.encode ||
|
13385
|
+
const s = t && t.encode || sg, o = t && t.serialize;
|
13337
13386
|
let i;
|
13338
13387
|
if (o ? i = o(n, t) : i = k.isURLSearchParams(n) ? n.toString() : new Qt(n, t).toString(s), i) {
|
13339
13388
|
const r = e.indexOf("#");
|
@@ -13399,36 +13448,36 @@ const Mi = {
|
|
13399
13448
|
silentJSONParsing: !0,
|
13400
13449
|
forcedJSONParsing: !0,
|
13401
13450
|
clarifyTimeoutError: !1
|
13402
|
-
},
|
13451
|
+
}, ag = typeof URLSearchParams < "u" ? URLSearchParams : Qt, rg = typeof FormData < "u" ? FormData : null, cg = typeof Blob < "u" ? Blob : null, dg = {
|
13403
13452
|
isBrowser: !0,
|
13404
13453
|
classes: {
|
13405
|
-
URLSearchParams:
|
13406
|
-
FormData:
|
13407
|
-
Blob:
|
13454
|
+
URLSearchParams: ag,
|
13455
|
+
FormData: rg,
|
13456
|
+
Blob: cg
|
13408
13457
|
},
|
13409
13458
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
13410
|
-
}, $t = typeof window < "u" && typeof document < "u",
|
13411
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
13459
|
+
}, $t = typeof window < "u" && typeof document < "u", ug = ((e) => $t && ["ReactNative", "NativeScript", "NS"].indexOf(e) < 0)(typeof navigator < "u" && navigator.product), mg = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
13460
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", fg = $t && window.location.href || "http://localhost", hg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
13412
13461
|
__proto__: null,
|
13413
13462
|
hasBrowserEnv: $t,
|
13414
|
-
hasStandardBrowserEnv:
|
13415
|
-
hasStandardBrowserWebWorkerEnv:
|
13416
|
-
origin:
|
13463
|
+
hasStandardBrowserEnv: ug,
|
13464
|
+
hasStandardBrowserWebWorkerEnv: mg,
|
13465
|
+
origin: fg
|
13417
13466
|
}, Symbol.toStringTag, { value: "Module" })), de = {
|
13418
|
-
...
|
13419
|
-
...
|
13467
|
+
...hg,
|
13468
|
+
...dg
|
13420
13469
|
};
|
13421
|
-
function
|
13470
|
+
function pg(e, n) {
|
13422
13471
|
return ht(e, new de.classes.URLSearchParams(), Object.assign({
|
13423
13472
|
visitor: function(t, s, o, i) {
|
13424
13473
|
return de.isNode && k.isBuffer(t) ? (this.append(s, t.toString("base64")), !1) : i.defaultVisitor.apply(this, arguments);
|
13425
13474
|
}
|
13426
13475
|
}, n));
|
13427
13476
|
}
|
13428
|
-
function
|
13477
|
+
function gg(e) {
|
13429
13478
|
return k.matchAll(/\w+|\[(\w*)]/g, e).map((n) => n[0] === "[]" ? "" : n[1] || n[0]);
|
13430
13479
|
}
|
13431
|
-
function
|
13480
|
+
function yg(e) {
|
13432
13481
|
const n = {}, t = Object.keys(e);
|
13433
13482
|
let s;
|
13434
13483
|
const o = t.length;
|
@@ -13442,17 +13491,17 @@ function Li(e) {
|
|
13442
13491
|
let r = t[i++];
|
13443
13492
|
if (r === "__proto__") return !0;
|
13444
13493
|
const c = Number.isFinite(+r), u = i >= t.length;
|
13445
|
-
return r = !r && k.isArray(o) ? o.length : r, u ? (k.hasOwnProp(o, r) ? o[r] = [o[r], s] : o[r] = s, !c) : ((!o[r] || !k.isObject(o[r])) && (o[r] = []), n(t, s, o[r], i) && k.isArray(o[r]) && (o[r] =
|
13494
|
+
return r = !r && k.isArray(o) ? o.length : r, u ? (k.hasOwnProp(o, r) ? o[r] = [o[r], s] : o[r] = s, !c) : ((!o[r] || !k.isObject(o[r])) && (o[r] = []), n(t, s, o[r], i) && k.isArray(o[r]) && (o[r] = yg(o[r])), !c);
|
13446
13495
|
}
|
13447
13496
|
if (k.isFormData(e) && k.isFunction(e.entries)) {
|
13448
13497
|
const t = {};
|
13449
13498
|
return k.forEachEntry(e, (s, o) => {
|
13450
|
-
n(
|
13499
|
+
n(gg(s), o, t, 0);
|
13451
13500
|
}), t;
|
13452
13501
|
}
|
13453
13502
|
return null;
|
13454
13503
|
}
|
13455
|
-
function
|
13504
|
+
function bg(e, n, t) {
|
13456
13505
|
if (k.isString(e))
|
13457
13506
|
try {
|
13458
13507
|
return (n || JSON.parse)(e), k.trim(e);
|
@@ -13478,7 +13527,7 @@ const Je = {
|
|
13478
13527
|
let c;
|
13479
13528
|
if (i) {
|
13480
13529
|
if (s.indexOf("application/x-www-form-urlencoded") > -1)
|
13481
|
-
return
|
13530
|
+
return pg(n, this.formSerializer).toString();
|
13482
13531
|
if ((c = k.isFileList(n)) || s.indexOf("multipart/form-data") > -1) {
|
13483
13532
|
const u = this.env && this.env.FormData;
|
13484
13533
|
return ht(
|
@@ -13488,7 +13537,7 @@ const Je = {
|
|
13488
13537
|
);
|
13489
13538
|
}
|
13490
13539
|
}
|
13491
|
-
return i || o ? (t.setContentType("application/json", !1),
|
13540
|
+
return i || o ? (t.setContentType("application/json", !1), bg(n)) : n;
|
13492
13541
|
}],
|
13493
13542
|
transformResponse: [function(n) {
|
13494
13543
|
const t = this.transitional || Je.transitional, s = t && t.forcedJSONParsing, o = this.responseType === "json";
|
@@ -13531,7 +13580,7 @@ const Je = {
|
|
13531
13580
|
k.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
13532
13581
|
Je.headers[e] = {};
|
13533
13582
|
});
|
13534
|
-
const
|
13583
|
+
const Cg = k.toObjectSet([
|
13535
13584
|
"age",
|
13536
13585
|
"authorization",
|
13537
13586
|
"content-length",
|
@@ -13549,12 +13598,12 @@ const _g = k.toObjectSet([
|
|
13549
13598
|
"referer",
|
13550
13599
|
"retry-after",
|
13551
13600
|
"user-agent"
|
13552
|
-
]),
|
13601
|
+
]), _g = (e) => {
|
13553
13602
|
const n = {};
|
13554
13603
|
let t, s, o;
|
13555
13604
|
return e && e.split(`
|
13556
13605
|
`).forEach(function(r) {
|
13557
|
-
o = r.indexOf(":"), t = r.substring(0, o).trim().toLowerCase(), s = r.substring(o + 1).trim(), !(!t || n[t] &&
|
13606
|
+
o = r.indexOf(":"), t = r.substring(0, o).trim().toLowerCase(), s = r.substring(o + 1).trim(), !(!t || n[t] && Cg[t]) && (t === "set-cookie" ? n[t] ? n[t].push(s) : n[t] = [s] : n[t] = n[t] ? n[t] + ", " + s : s);
|
13558
13607
|
}), n;
|
13559
13608
|
}, Hn = Symbol("internals");
|
13560
13609
|
function De(e) {
|
@@ -13563,14 +13612,14 @@ function De(e) {
|
|
13563
13612
|
function $e(e) {
|
13564
13613
|
return e === !1 || e == null ? e : k.isArray(e) ? e.map($e) : String(e);
|
13565
13614
|
}
|
13566
|
-
function
|
13615
|
+
function xg(e) {
|
13567
13616
|
const n = /* @__PURE__ */ Object.create(null), t = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
13568
13617
|
let s;
|
13569
13618
|
for (; s = t.exec(e); )
|
13570
13619
|
n[s[1]] = s[2];
|
13571
13620
|
return n;
|
13572
13621
|
}
|
13573
|
-
const
|
13622
|
+
const wg = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
13574
13623
|
function _t(e, n, t, s, o) {
|
13575
13624
|
if (k.isFunction(s))
|
13576
13625
|
return s.call(this, n, t);
|
@@ -13581,10 +13630,10 @@ function _t(e, n, t, s, o) {
|
|
13581
13630
|
return s.test(n);
|
13582
13631
|
}
|
13583
13632
|
}
|
13584
|
-
function
|
13633
|
+
function kg(e) {
|
13585
13634
|
return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (n, t, s) => t.toUpperCase() + s);
|
13586
13635
|
}
|
13587
|
-
function
|
13636
|
+
function vg(e, n) {
|
13588
13637
|
const t = k.toCamelCase(" " + n);
|
13589
13638
|
["get", "set", "has"].forEach((s) => {
|
13590
13639
|
Object.defineProperty(e, s + t, {
|
@@ -13611,8 +13660,8 @@ class te {
|
|
13611
13660
|
const r = (c, u) => k.forEach(c, (p, m) => i(p, m, u));
|
13612
13661
|
if (k.isPlainObject(n) || n instanceof this.constructor)
|
13613
13662
|
r(n, t);
|
13614
|
-
else if (k.isString(n) && (n = n.trim()) && !
|
13615
|
-
r(
|
13663
|
+
else if (k.isString(n) && (n = n.trim()) && !wg(n))
|
13664
|
+
r(_g(n), t);
|
13616
13665
|
else if (k.isHeaders(n))
|
13617
13666
|
for (const [c, u] of n.entries())
|
13618
13667
|
i(u, c, s);
|
@@ -13628,7 +13677,7 @@ class te {
|
|
13628
13677
|
if (!t)
|
13629
13678
|
return o;
|
13630
13679
|
if (t === !0)
|
13631
|
-
return
|
13680
|
+
return xg(o);
|
13632
13681
|
if (k.isFunction(t))
|
13633
13682
|
return t.call(this, o, s);
|
13634
13683
|
if (k.isRegExp(t))
|
@@ -13672,7 +13721,7 @@ class te {
|
|
13672
13721
|
t[r] = $e(o), delete t[i];
|
13673
13722
|
return;
|
13674
13723
|
}
|
13675
|
-
const c = n ?
|
13724
|
+
const c = n ? kg(i) : String(i).trim();
|
13676
13725
|
c !== i && delete t[i], t[c] = $e(o), s[c] = !0;
|
13677
13726
|
}), this;
|
13678
13727
|
}
|
@@ -13708,7 +13757,7 @@ class te {
|
|
13708
13757
|
}).accessors, o = this.prototype;
|
13709
13758
|
function i(r) {
|
13710
13759
|
const c = De(r);
|
13711
|
-
s[c] || (
|
13760
|
+
s[c] || (vg(o, r), s[c] = !0);
|
13712
13761
|
}
|
13713
13762
|
return k.isArray(n) ? n.forEach(i) : i(n), this;
|
13714
13763
|
}
|
@@ -13750,11 +13799,11 @@ function Fi(e, n, t) {
|
|
13750
13799
|
t
|
13751
13800
|
));
|
13752
13801
|
}
|
13753
|
-
function
|
13802
|
+
function Tg(e) {
|
13754
13803
|
const n = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
|
13755
13804
|
return n && n[1] || "";
|
13756
13805
|
}
|
13757
|
-
function
|
13806
|
+
function Sg(e, n) {
|
13758
13807
|
e = e || 10;
|
13759
13808
|
const t = new Array(e), s = new Array(e);
|
13760
13809
|
let o = 0, i = 0, r;
|
@@ -13770,7 +13819,7 @@ function Ig(e, n) {
|
|
13770
13819
|
return b ? Math.round(w * 1e3 / b) : void 0;
|
13771
13820
|
};
|
13772
13821
|
}
|
13773
|
-
function
|
13822
|
+
function Ig(e, n) {
|
13774
13823
|
let t = 0;
|
13775
13824
|
const s = 1e3 / n;
|
13776
13825
|
let o = null;
|
@@ -13783,8 +13832,8 @@ function Og(e, n) {
|
|
13783
13832
|
}
|
13784
13833
|
const nt = (e, n, t = 3) => {
|
13785
13834
|
let s = 0;
|
13786
|
-
const o =
|
13787
|
-
return
|
13835
|
+
const o = Sg(50, 250);
|
13836
|
+
return Ig((i) => {
|
13788
13837
|
const r = i.loaded, c = i.lengthComputable ? i.total : void 0, u = r - s, p = o(u), m = r <= c;
|
13789
13838
|
s = r;
|
13790
13839
|
const h = {
|
@@ -13799,7 +13848,7 @@ const nt = (e, n, t = 3) => {
|
|
13799
13848
|
};
|
13800
13849
|
h[n ? "download" : "upload"] = !0, e(h);
|
13801
13850
|
}, t);
|
13802
|
-
},
|
13851
|
+
}, Og = de.hasStandardBrowserEnv ? (
|
13803
13852
|
// Standard browser envs have full support of the APIs needed to test
|
13804
13853
|
// whether the request URL is of the same origin as current location.
|
13805
13854
|
function() {
|
@@ -13830,7 +13879,7 @@ const nt = (e, n, t = 3) => {
|
|
13830
13879
|
return !0;
|
13831
13880
|
};
|
13832
13881
|
}()
|
13833
|
-
),
|
13882
|
+
), Mg = de.hasStandardBrowserEnv ? (
|
13834
13883
|
// Standard browser envs support document.cookie
|
13835
13884
|
{
|
13836
13885
|
write(e, n, t, s, o, i) {
|
@@ -13857,14 +13906,14 @@ const nt = (e, n, t = 3) => {
|
|
13857
13906
|
}
|
13858
13907
|
}
|
13859
13908
|
);
|
13860
|
-
function
|
13909
|
+
function Lg(e) {
|
13861
13910
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
|
13862
13911
|
}
|
13863
|
-
function
|
13912
|
+
function Bg(e, n) {
|
13864
13913
|
return n ? e.replace(/\/?\/$/, "") + "/" + n.replace(/^\/+/, "") : e;
|
13865
13914
|
}
|
13866
13915
|
function Ai(e, n) {
|
13867
|
-
return e && !
|
13916
|
+
return e && !Lg(n) ? Bg(e, n) : n;
|
13868
13917
|
}
|
13869
13918
|
const Rn = (e) => e instanceof te ? { ...e } : e;
|
13870
13919
|
function ke(e, n) {
|
@@ -13947,12 +13996,12 @@ const Ei = (e) => {
|
|
13947
13996
|
r.setContentType([p || "multipart/form-data", ...m].join("; "));
|
13948
13997
|
}
|
13949
13998
|
}
|
13950
|
-
if (de.hasStandardBrowserEnv && (s && k.isFunction(s) && (s = s(n)), s || s !== !1 &&
|
13951
|
-
const p = o && i &&
|
13999
|
+
if (de.hasStandardBrowserEnv && (s && k.isFunction(s) && (s = s(n)), s || s !== !1 && Og(n.url))) {
|
14000
|
+
const p = o && i && Mg.read(i);
|
13952
14001
|
p && r.set(o, p);
|
13953
14002
|
}
|
13954
14003
|
return n;
|
13955
|
-
},
|
14004
|
+
}, Fg = typeof XMLHttpRequest < "u", Ag = Fg && function(e) {
|
13956
14005
|
return new Promise(function(t, s) {
|
13957
14006
|
const o = Ei(e);
|
13958
14007
|
let i = o.data;
|
@@ -14002,14 +14051,14 @@ const Ei = (e) => {
|
|
14002
14051
|
}), k.isUndefined(o.withCredentials) || (m.withCredentials = !!o.withCredentials), c && c !== "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 = (b) => {
|
14003
14052
|
m && (s(!b || b.type ? new Oe(null, e, m) : b), m.abort(), m = null);
|
14004
14053
|
}, o.cancelToken && o.cancelToken.subscribe(u), o.signal && (o.signal.aborted ? u() : o.signal.addEventListener("abort", u)));
|
14005
|
-
const w =
|
14054
|
+
const w = Tg(o.url);
|
14006
14055
|
if (w && de.protocols.indexOf(w) === -1) {
|
14007
14056
|
s(new N("Unsupported protocol " + w + ":", N.ERR_BAD_REQUEST, e));
|
14008
14057
|
return;
|
14009
14058
|
}
|
14010
14059
|
m.send(i || null);
|
14011
14060
|
});
|
14012
|
-
},
|
14061
|
+
}, Eg = (e, n) => {
|
14013
14062
|
let t = new AbortController(), s;
|
14014
14063
|
const o = function(u) {
|
14015
14064
|
if (!s) {
|
@@ -14031,7 +14080,7 @@ const Ei = (e) => {
|
|
14031
14080
|
return c.unsubscribe = r, [c, () => {
|
14032
14081
|
i && clearTimeout(i), i = null;
|
14033
14082
|
}];
|
14034
|
-
},
|
14083
|
+
}, Pg = function* (e, n) {
|
14035
14084
|
let t = e.byteLength;
|
14036
14085
|
if (!n || t < n) {
|
14037
14086
|
yield e;
|
@@ -14040,11 +14089,11 @@ const Ei = (e) => {
|
|
14040
14089
|
let s = 0, o;
|
14041
14090
|
for (; s < t; )
|
14042
14091
|
o = s + n, yield e.slice(s, o), s = o;
|
14043
|
-
},
|
14092
|
+
}, Vg = async function* (e, n, t) {
|
14044
14093
|
for await (const s of e)
|
14045
|
-
yield*
|
14094
|
+
yield* Pg(ArrayBuffer.isView(s) ? s : await t(String(s)), n);
|
14046
14095
|
}, Nn = (e, n, t, s, o) => {
|
14047
|
-
const i =
|
14096
|
+
const i = Vg(e, n, o);
|
14048
14097
|
let r = 0;
|
14049
14098
|
return new ReadableStream({
|
14050
14099
|
type: "bytes",
|
@@ -14070,7 +14119,7 @@ const Ei = (e) => {
|
|
14070
14119
|
total: e,
|
14071
14120
|
loaded: s
|
14072
14121
|
}));
|
14073
|
-
}, pt = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Pi = pt && typeof ReadableStream == "function", Et = pt && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (n) => e.encode(n))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())),
|
14122
|
+
}, pt = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Pi = pt && typeof ReadableStream == "function", Et = pt && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (n) => e.encode(n))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), Dg = Pi && (() => {
|
14074
14123
|
let e = !1;
|
14075
14124
|
const n = new Request(de.origin, {
|
14076
14125
|
body: new ReadableStream(),
|
@@ -14095,7 +14144,7 @@ pt && ((e) => {
|
|
14095
14144
|
});
|
14096
14145
|
});
|
14097
14146
|
})(new Response());
|
14098
|
-
const
|
14147
|
+
const qg = async (e) => {
|
14099
14148
|
if (e == null)
|
14100
14149
|
return 0;
|
14101
14150
|
if (k.isBlob(e))
|
@@ -14106,10 +14155,10 @@ const Hg = async (e) => {
|
|
14106
14155
|
return e.byteLength;
|
14107
14156
|
if (k.isURLSearchParams(e) && (e = e + ""), k.isString(e))
|
14108
14157
|
return (await Et(e)).byteLength;
|
14109
|
-
},
|
14158
|
+
}, Hg = async (e, n) => {
|
14110
14159
|
const t = k.toFiniteNumber(e.getContentLength());
|
14111
|
-
return t ??
|
14112
|
-
},
|
14160
|
+
return t ?? qg(n);
|
14161
|
+
}, Rg = pt && (async (e) => {
|
14113
14162
|
let {
|
14114
14163
|
url: n,
|
14115
14164
|
method: t,
|
@@ -14125,7 +14174,7 @@ const Hg = async (e) => {
|
|
14125
14174
|
fetchOptions: w
|
14126
14175
|
} = Ei(e);
|
14127
14176
|
p = p ? (p + "").toLowerCase() : "text";
|
14128
|
-
let [b, _] = o || i || r ?
|
14177
|
+
let [b, _] = o || i || r ? Eg([o, i], r) : [], T, S;
|
14129
14178
|
const O = () => {
|
14130
14179
|
!T && setTimeout(() => {
|
14131
14180
|
b && b.unsubscribe();
|
@@ -14133,7 +14182,7 @@ const Hg = async (e) => {
|
|
14133
14182
|
};
|
14134
14183
|
let E;
|
14135
14184
|
try {
|
14136
|
-
if (u &&
|
14185
|
+
if (u && Dg && t !== "get" && t !== "head" && (E = await Hg(m, s)) !== 0) {
|
14137
14186
|
let F = new Request(n, {
|
14138
14187
|
method: "POST",
|
14139
14188
|
body: s,
|
@@ -14190,9 +14239,9 @@ const Hg = async (e) => {
|
|
14190
14239
|
) : N.from(L, L && L.code, e, S);
|
14191
14240
|
}
|
14192
14241
|
}), Vt = {
|
14193
|
-
http:
|
14194
|
-
xhr:
|
14195
|
-
fetch:
|
14242
|
+
http: ig,
|
14243
|
+
xhr: Ag,
|
14244
|
+
fetch: Rg
|
14196
14245
|
};
|
14197
14246
|
k.forEach(Vt, (e, n) => {
|
14198
14247
|
if (e) {
|
@@ -14203,7 +14252,7 @@ k.forEach(Vt, (e, n) => {
|
|
14203
14252
|
Object.defineProperty(e, "adapterName", { value: n });
|
14204
14253
|
}
|
14205
14254
|
});
|
14206
|
-
const zn = (e) => `- ${e}`,
|
14255
|
+
const zn = (e) => `- ${e}`, Ng = (e) => k.isFunction(e) || e === null || e === !1, Vi = {
|
14207
14256
|
getAdapter: (e) => {
|
14208
14257
|
e = k.isArray(e) ? e : [e];
|
14209
14258
|
const { length: n } = e;
|
@@ -14212,7 +14261,7 @@ const zn = (e) => `- ${e}`, jg = (e) => k.isFunction(e) || e === null || e === !
|
|
14212
14261
|
for (let i = 0; i < n; i++) {
|
14213
14262
|
t = e[i];
|
14214
14263
|
let r;
|
14215
|
-
if (s = t, !
|
14264
|
+
if (s = t, !Ng(t) && (s = Vt[(r = String(t)).toLowerCase()], s === void 0))
|
14216
14265
|
throw new N(`Unknown adapter '${r}'`);
|
14217
14266
|
if (s)
|
14218
14267
|
break;
|
@@ -14281,7 +14330,7 @@ en.transitional = function(n, t, s) {
|
|
14281
14330
|
)), n ? n(i, r, c) : !0;
|
14282
14331
|
};
|
14283
14332
|
};
|
14284
|
-
function
|
14333
|
+
function jg(e, n, t) {
|
14285
14334
|
if (typeof e != "object")
|
14286
14335
|
throw new N("options must be an object", N.ERR_BAD_OPTION_VALUE);
|
14287
14336
|
const s = Object.keys(e);
|
@@ -14299,7 +14348,7 @@ function Ug(e, n, t) {
|
|
14299
14348
|
}
|
14300
14349
|
}
|
14301
14350
|
const Dt = {
|
14302
|
-
assertOptions:
|
14351
|
+
assertOptions: jg,
|
14303
14352
|
validators: en
|
14304
14353
|
}, pe = Dt.validators;
|
14305
14354
|
class _e {
|
@@ -14490,12 +14539,12 @@ class tn {
|
|
14490
14539
|
};
|
14491
14540
|
}
|
14492
14541
|
}
|
14493
|
-
function
|
14542
|
+
function Ug(e) {
|
14494
14543
|
return function(t) {
|
14495
14544
|
return e.apply(null, t);
|
14496
14545
|
};
|
14497
14546
|
}
|
14498
|
-
function
|
14547
|
+
function zg(e) {
|
14499
14548
|
return k.isObject(e) && e.isAxiosError === !0;
|
14500
14549
|
}
|
14501
14550
|
const qt = {
|
@@ -14584,18 +14633,18 @@ K.Cancel = K.CanceledError;
|
|
14584
14633
|
K.all = function(n) {
|
14585
14634
|
return Promise.all(n);
|
14586
14635
|
};
|
14587
|
-
K.spread =
|
14588
|
-
K.isAxiosError =
|
14636
|
+
K.spread = Ug;
|
14637
|
+
K.isAxiosError = zg;
|
14589
14638
|
K.mergeConfig = ke;
|
14590
14639
|
K.AxiosHeaders = te;
|
14591
14640
|
K.formToJSON = (e) => Li(k.isHTMLForm(e) ? new FormData(e) : e);
|
14592
14641
|
K.getAdapter = Vi.getAdapter;
|
14593
14642
|
K.HttpStatusCode = qt;
|
14594
14643
|
K.default = K;
|
14595
|
-
const
|
14644
|
+
const Wg = {
|
14596
14645
|
name: "CmdUploadForm",
|
14597
14646
|
emits: ["click", "error", "upload-complete", "upload-file-success"],
|
14598
|
-
mixins: [le,
|
14647
|
+
mixins: [le, bp],
|
14599
14648
|
data() {
|
14600
14649
|
return {
|
14601
14650
|
comment: "",
|
@@ -15118,30 +15167,30 @@ const Gg = {
|
|
15118
15167
|
}
|
15119
15168
|
}
|
15120
15169
|
}
|
15121
|
-
},
|
15170
|
+
}, Gg = { key: 0 }, Jg = {
|
15122
15171
|
key: 1,
|
15123
15172
|
class: "flex-container vertical"
|
15124
|
-
},
|
15173
|
+
}, Kg = {
|
15125
15174
|
key: 0,
|
15126
15175
|
class: "flex-container vertical list-files-wrapper"
|
15127
|
-
},
|
15176
|
+
}, Zg = {
|
15128
15177
|
key: 0,
|
15129
15178
|
class: "list-of-files total-files"
|
15130
|
-
},
|
15179
|
+
}, Yg = { class: "flex-container no-flex" }, Xg = ["title"], Qg = {
|
15131
15180
|
key: 0,
|
15132
15181
|
class: "progressbar"
|
15133
|
-
},
|
15182
|
+
}, $g = ["value", "title"], ey = /* @__PURE__ */ f("hr", null, null, -1), ty = { class: "flex-container vertical list-files-wrapper" }, ny = { class: "list-of-files" }, iy = ["title", "onClick"], oy = {
|
15134
15183
|
key: 0,
|
15135
15184
|
class: "progressbar"
|
15136
|
-
},
|
15185
|
+
}, ly = ["value", "title"], sy = ["title"], ay = /* @__PURE__ */ f("hr", null, null, -1), ry = { class: "upload-conditions" }, cy = { class: "small" }, dy = ["title"], uy = {
|
15137
15186
|
key: 0,
|
15138
15187
|
class: "list-of-file-extensions"
|
15139
|
-
},
|
15188
|
+
}, my = { class: "flex-container vertical no-gap" }, fy = ["disabled"], hy = { key: 0 }, py = { key: 1 }, gy = { class: "button-wrapper no-flex" }, yy = ["disabled"], by = { key: 0 }, Cy = { key: 1 }, _y = {
|
15140
15189
|
key: 0,
|
15141
15190
|
class: "progressbar"
|
15142
|
-
},
|
15143
|
-
function
|
15144
|
-
const r = G, c =
|
15191
|
+
}, xy = ["value", "title"];
|
15192
|
+
function wy(e, n, t, s, o, i) {
|
15193
|
+
const r = G, c = Nh, u = j, p = ee;
|
15145
15194
|
return l(), a(x, null, [
|
15146
15195
|
t.advancedMode ? (l(), a("fieldset", {
|
15147
15196
|
key: 0,
|
@@ -15158,7 +15207,7 @@ function ky(e, n, t, s, o, i) {
|
|
15158
15207
|
systemMessage: i.allSystemMessages.length === 1 ? i.allSystemMessages[0] : e.getMessage("cmduploadform.system_message.the_following_errors_occurred")
|
15159
15208
|
}, {
|
15160
15209
|
default: P(() => [
|
15161
|
-
i.allSystemMessages.length > 1 ? (l(), a("ul",
|
15210
|
+
i.allSystemMessages.length > 1 ? (l(), a("ul", Gg, [
|
15162
15211
|
(l(!0), a(x, null, D(i.allSystemMessages, (m, h) => (l(), a("li", { key: h }, g(m), 1))), 128))
|
15163
15212
|
])) : d("", !0)
|
15164
15213
|
]),
|
@@ -15167,16 +15216,16 @@ function ky(e, n, t, s, o, i) {
|
|
15167
15216
|
f("div", H({
|
15168
15217
|
class: ["box flex-container vertical", { "drop-area": t.enableDragAndDrop, "allow-drop": o.allowDrop }]
|
15169
15218
|
}, kt(i.dragAndDropHandler, !0)), [
|
15170
|
-
o.listOfFiles.length ? (l(), a("div",
|
15171
|
-
t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("div",
|
15219
|
+
o.listOfFiles.length ? (l(), a("div", Jg, [
|
15220
|
+
t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("div", Kg, [
|
15172
15221
|
v(r, H(t.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
15173
15222
|
default: P(() => [
|
15174
15223
|
q(g(e.getMessage("cmduploadform.headline.summary_of_all_files")), 1)
|
15175
15224
|
]),
|
15176
15225
|
_: 1
|
15177
15226
|
}, 16),
|
15178
|
-
t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("ul",
|
15179
|
-
f("li",
|
15227
|
+
t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("ul", Zg, [
|
15228
|
+
f("li", Yg, [
|
15180
15229
|
f("a", {
|
15181
15230
|
href: "#",
|
15182
15231
|
title: e.getMessage("cmduploadform.labeltext.remove_all_files_from_list"),
|
@@ -15186,7 +15235,7 @@ function ky(e, n, t, s, o, i) {
|
|
15186
15235
|
iconClass: e.deleteIcon.iconClass,
|
15187
15236
|
type: e.deleteIcon.iconClass
|
15188
15237
|
}, null, 8, ["iconClass", "type"])
|
15189
|
-
], 8,
|
15238
|
+
], 8, Xg),
|
15190
15239
|
f("span", null, [
|
15191
15240
|
q(g(o.listOfFiles.length) + " ", 1),
|
15192
15241
|
t.allowMultipleFileUploads ? (l(), a(x, { key: 1 }, [
|
@@ -15201,26 +15250,26 @@ function ky(e, n, t, s, o, i) {
|
|
15201
15250
|
{ error: t.maxTotalUploadSize > 0 && i.totalSize > t.maxTotalUploadSize }
|
15202
15251
|
])
|
15203
15252
|
}, " (" + g(i.formatSize(i.totalSize)) + ") ", 3),
|
15204
|
-
o.uploadInitiated ? (l(), a("span",
|
15253
|
+
o.uploadInitiated ? (l(), a("span", Qg, [
|
15205
15254
|
f("span", null, g(i.getPercentage(i.totalUploadProgress)), 1),
|
15206
15255
|
f("progress", {
|
15207
15256
|
max: "100",
|
15208
15257
|
value: i.totalUploadProgress,
|
15209
15258
|
title: i.totalBytesUploaded
|
15210
|
-
}, null, 8,
|
15259
|
+
}, null, 8, $g)
|
15211
15260
|
])) : d("", !0)
|
15212
15261
|
])
|
15213
15262
|
])) : d("", !0),
|
15214
|
-
|
15263
|
+
ey
|
15215
15264
|
])) : d("", !0),
|
15216
|
-
f("div",
|
15265
|
+
f("div", ty, [
|
15217
15266
|
v(r, H(t.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
15218
15267
|
default: P(() => [
|
15219
15268
|
q(g(e.getMessage("cmduploadform.headline.list_of_selected_files")), 1)
|
15220
15269
|
]),
|
15221
15270
|
_: 1
|
15222
15271
|
}, 16),
|
15223
|
-
f("ul",
|
15272
|
+
f("ul", ny, [
|
15224
15273
|
(l(!0), a(x, null, D(o.listOfFiles, (m, h) => (l(), a("li", {
|
15225
15274
|
key: h,
|
15226
15275
|
class: "flex-container no-flex"
|
@@ -15234,7 +15283,7 @@ function ky(e, n, t, s, o, i) {
|
|
15234
15283
|
iconClass: t.iconDelete.iconClass,
|
15235
15284
|
type: t.iconDelete.iconType
|
15236
15285
|
}, null, 8, ["iconClass", "type"])
|
15237
|
-
], 8,
|
15286
|
+
], 8, iy),
|
15238
15287
|
f("span", {
|
15239
15288
|
class: y([
|
15240
15289
|
"text-align-right",
|
@@ -15245,13 +15294,13 @@ function ky(e, n, t, s, o, i) {
|
|
15245
15294
|
q(g(m.file.name) + " ", 1),
|
15246
15295
|
f("small", null, "(" + g(i.formatSize(m.file.size)) + ")", 1)
|
15247
15296
|
], 2),
|
15248
|
-
o.uploadInitiated && !m.error ? (l(), a("span",
|
15297
|
+
o.uploadInitiated && !m.error ? (l(), a("span", oy, [
|
15249
15298
|
f("span", null, g(i.getPercentage(m.progress)), 1),
|
15250
15299
|
f("progress", {
|
15251
15300
|
max: "100",
|
15252
15301
|
value: m.progress,
|
15253
15302
|
title: i.formatSize(m.uploadedBytes) + "/" + i.formatSize(m.file.size)
|
15254
|
-
}, null, 8,
|
15303
|
+
}, null, 8, ly)
|
15255
15304
|
])) : d("", !0)
|
15256
15305
|
]))), 128))
|
15257
15306
|
]),
|
@@ -15260,8 +15309,8 @@ function ky(e, n, t, s, o, i) {
|
|
15260
15309
|
href: "#",
|
15261
15310
|
onClick: n[1] || (n[1] = I((...m) => i.cancel && i.cancel(...m), ["prevent"])),
|
15262
15311
|
title: e.getMessage("cmduploadform.all_files_will_be_removed")
|
15263
|
-
}, g(e.getMessage("cmduploadform.reset_upload")), 9,
|
15264
|
-
|
15312
|
+
}, g(e.getMessage("cmduploadform.reset_upload")), 9, sy)) : d("", !0),
|
15313
|
+
ay
|
15265
15314
|
])
|
15266
15315
|
])) : (l(), a(x, { key: 0 }, [
|
15267
15316
|
t.allowMultipleFileUploads ? (l(), C(r, H({ key: 0 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
@@ -15271,7 +15320,7 @@ function ky(e, n, t, s, o, i) {
|
|
15271
15320
|
_: 1
|
15272
15321
|
}, 16)) : d("", !0)
|
15273
15322
|
], 64)),
|
15274
|
-
f("div",
|
15323
|
+
f("div", ry, [
|
15275
15324
|
t.allowMultipleFileUploads && o.listOfFiles.length ? (l(), C(r, H({ key: 0 }, t.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
|
15276
15325
|
default: P(() => [
|
15277
15326
|
q(g(e.getMessage("cmduploadform.headline.select_additional_files")), 1)
|
@@ -15284,7 +15333,7 @@ function ky(e, n, t, s, o, i) {
|
|
15284
15333
|
]),
|
15285
15334
|
_: 1
|
15286
15335
|
}, 16)) : d("", !0),
|
15287
|
-
f("dl",
|
15336
|
+
f("dl", cy, [
|
15288
15337
|
t.maxTotalUploadSize > 0 ? (l(), a(x, { key: 0 }, [
|
15289
15338
|
f("dt", {
|
15290
15339
|
class: y({ error: i.totalSize > t.maxTotalUploadSize })
|
@@ -15312,10 +15361,10 @@ function ky(e, n, t, s, o, i) {
|
|
15312
15361
|
iconClass: o.showListOfFileExtensions ? t.iconInvisible.iconClass : t.iconVisible.iconClass,
|
15313
15362
|
type: o.showListOfFileExtensions ? t.iconInvisible.iconType : t.iconVisible.iconType
|
15314
15363
|
}, null, 8, ["iconClass", "type"])
|
15315
|
-
], 8,
|
15364
|
+
], 8, dy),
|
15316
15365
|
v(xe, { name: "fade" }, {
|
15317
15366
|
default: P(() => [
|
15318
|
-
o.showListOfFileExtensions ? (l(), a("ul",
|
15367
|
+
o.showListOfFileExtensions ? (l(), a("ul", uy, [
|
15319
15368
|
(l(!0), a(x, null, D(t.allowedFileExtensions, (m, h) => (l(), a("li", {
|
15320
15369
|
key: h,
|
15321
15370
|
class: y({ error: o.errors.fileType })
|
@@ -15327,7 +15376,7 @@ function ky(e, n, t, s, o, i) {
|
|
15327
15376
|
])
|
15328
15377
|
])
|
15329
15378
|
]),
|
15330
|
-
f("div",
|
15379
|
+
f("div", my, [
|
15331
15380
|
f("button", {
|
15332
15381
|
type: "button",
|
15333
15382
|
class: y(["button upload primary", { disabled: o.uploadInitiated }]),
|
@@ -15338,8 +15387,8 @@ function ky(e, n, t, s, o, i) {
|
|
15338
15387
|
iconClass: t.iconFileUpload.iconClass,
|
15339
15388
|
type: t.iconFileUpload.iconType
|
15340
15389
|
}, null, 8, ["iconClass", "type"]),
|
15341
|
-
t.allowMultipleFileUploads ? (l(), a("span",
|
15342
|
-
], 10,
|
15390
|
+
t.allowMultipleFileUploads ? (l(), a("span", hy, g(e.getMessage("cmduploadform.labeltext.select_files")), 1)) : (l(), a("span", py, g(e.getMessage("cmduploadform.labeltext.select_file")), 1))
|
15391
|
+
], 10, fy),
|
15343
15392
|
t.enableDragAndDrop ? (l(), a("p", {
|
15344
15393
|
key: 0,
|
15345
15394
|
class: y(["text-drag-and-drop", { disabled: o.uploadInitiated }])
|
@@ -15369,7 +15418,7 @@ function ky(e, n, t, s, o, i) {
|
|
15369
15418
|
placeholder: e.getMessage("cmduploadform.placeholder.comment"),
|
15370
15419
|
status: t.commentStatusMessage ? "error" : ""
|
15371
15420
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : d("", !0),
|
15372
|
-
f("div",
|
15421
|
+
f("div", gy, [
|
15373
15422
|
f("button", {
|
15374
15423
|
class: y([
|
15375
15424
|
"button primary",
|
@@ -15384,8 +15433,8 @@ function ky(e, n, t, s, o, i) {
|
|
15384
15433
|
iconClass: t.iconUpload.iconClass,
|
15385
15434
|
type: t.iconUpload.iconType
|
15386
15435
|
}, null, 8, ["iconClass", "type"]),
|
15387
|
-
o.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), a("span",
|
15388
|
-
], 10,
|
15436
|
+
o.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), a("span", by, g(e.getMessage("cmduploadform.buttontext.upload_file")), 1)) : (l(), a("span", Cy, g(e.getMessage("cmduploadform.buttontext.upload_files")), 1))
|
15437
|
+
], 10, yy),
|
15389
15438
|
f("button", {
|
15390
15439
|
class: y(["button", { disabled: o.listOfFiles.length === 0 }]),
|
15391
15440
|
onClick: n[6] || (n[6] = (...m) => i.cancel && i.cancel(...m))
|
@@ -15403,13 +15452,13 @@ function ky(e, n, t, s, o, i) {
|
|
15403
15452
|
onClick: n[7] || (n[7] = I((...m) => i.selectFiles && i.selectFiles(...m), ["prevent"])),
|
15404
15453
|
class: ["cmd-upload-form box", { "drop-area": t.enableDragAndDrop, "allow-drop": o.allowDrop }]
|
15405
15454
|
}, kt(i.dragAndDropHandler, !0)), [
|
15406
|
-
o.uploadInitiated ? (l(), a("span",
|
15455
|
+
o.uploadInitiated ? (l(), a("span", _y, [
|
15407
15456
|
f("span", null, g(i.getPercentage(i.totalUploadProgress)), 1),
|
15408
15457
|
f("progress", {
|
15409
15458
|
max: "100",
|
15410
15459
|
value: i.totalUploadProgress,
|
15411
15460
|
title: i.totalBytesUploaded
|
15412
|
-
}, null, 8,
|
15461
|
+
}, null, 8, xy)
|
15413
15462
|
])) : d("", !0),
|
15414
15463
|
V(e.$slots, "default", {}, () => [
|
15415
15464
|
t.enableDragAndDrop ? (l(), a(x, { key: 1 }, [
|
@@ -15448,7 +15497,7 @@ function ky(e, n, t, s, o, i) {
|
|
15448
15497
|
}, null, 8, ["labelText", "disabled", "multiple", "onChange"])
|
15449
15498
|
], 64);
|
15450
15499
|
}
|
15451
|
-
const
|
15500
|
+
const ub = /* @__PURE__ */ M(Wg, [["render", wy]]), ky = {
|
15452
15501
|
name: "CmdWidthLimitationWrapper",
|
15453
15502
|
props: {
|
15454
15503
|
numberOfColumns: {
|
@@ -15458,9 +15507,9 @@ const mb = /* @__PURE__ */ M(Gg, [["render", ky]]), vy = {
|
|
15458
15507
|
return e >= 0;
|
15459
15508
|
}
|
15460
15509
|
},
|
15461
|
-
|
15462
|
-
type:
|
15463
|
-
default:
|
15510
|
+
contentType: {
|
15511
|
+
type: String,
|
15512
|
+
default: "flex"
|
15464
15513
|
},
|
15465
15514
|
/**
|
15466
15515
|
* set a html-tag as inner tag
|
@@ -15500,7 +15549,7 @@ const mb = /* @__PURE__ */ M(Gg, [["render", ky]]), vy = {
|
|
15500
15549
|
*
|
15501
15550
|
* innerWrapper-property must be true
|
15502
15551
|
*/
|
15503
|
-
|
15552
|
+
sectionClass: {
|
15504
15553
|
type: String,
|
15505
15554
|
required: !1
|
15506
15555
|
},
|
@@ -15511,6 +15560,10 @@ const mb = /* @__PURE__ */ M(Gg, [["render", ky]]), vy = {
|
|
15511
15560
|
type: String,
|
15512
15561
|
required: !1
|
15513
15562
|
},
|
15563
|
+
contentTypeOrientation: {
|
15564
|
+
type: String,
|
15565
|
+
default: "horizontal"
|
15566
|
+
},
|
15514
15567
|
/**
|
15515
15568
|
* properties for CmdHeadline-component
|
15516
15569
|
*
|
@@ -15522,22 +15575,33 @@ const mb = /* @__PURE__ */ M(Gg, [["render", ky]]), vy = {
|
|
15522
15575
|
}
|
15523
15576
|
},
|
15524
15577
|
computed: {
|
15578
|
+
setSectionClass() {
|
15579
|
+
return this.sectionClass ? this.sectionClass : this.innerComponent === "header" ? "grid-container-create-columns" : this.innerComponent === "footer" ? "flex-container" : "";
|
15580
|
+
},
|
15525
15581
|
setInnerClass() {
|
15526
|
-
|
15582
|
+
if (this.contentType === "grid")
|
15583
|
+
return "grid-container-create-columns";
|
15584
|
+
if (this.contentType === "flex") {
|
15585
|
+
if (this.contentTypeOrientation === "horizontal")
|
15586
|
+
return "flex-container";
|
15587
|
+
if (this.contentTypeOrientation === "vertical")
|
15588
|
+
return "flex-container vertical";
|
15589
|
+
}
|
15590
|
+
return "";
|
15527
15591
|
},
|
15528
15592
|
setOuterId() {
|
15529
15593
|
return this.innerComponent === "header" ? "site-header" : this.innerComponent === "footer" ? "site-footer" : "";
|
15530
15594
|
}
|
15531
15595
|
}
|
15532
|
-
},
|
15533
|
-
function
|
15596
|
+
}, vy = ["id"], Ty = ["id"];
|
15597
|
+
function Sy(e, n, t, s, o, i) {
|
15534
15598
|
const r = G;
|
15535
15599
|
return l(), a("div", {
|
15536
15600
|
class: y(["cmd-width-limitation-wrapper", { sticky: t.sticky }])
|
15537
15601
|
}, [
|
15538
15602
|
t.useInnerSection ? (l(), a("section", {
|
15539
15603
|
key: 0,
|
15540
|
-
class: y(i.
|
15604
|
+
class: y(i.setSectionClass),
|
15541
15605
|
id: t.anchorId
|
15542
15606
|
}, [
|
15543
15607
|
t.cmdHeadline ? (l(), C(r, {
|
@@ -15548,25 +15612,20 @@ function Iy(e, n, t, s, o, i) {
|
|
15548
15612
|
}, null, 8, ["pre-headline-text", "headline-text", "headline-level"])) : d("", !0),
|
15549
15613
|
t.numberOfColumns === 1 ? V(e.$slots, "default", { key: 1 }) : (l(), a("div", {
|
15550
15614
|
key: 2,
|
15551
|
-
class: y(
|
15615
|
+
class: y(i.setInnerClass)
|
15552
15616
|
}, [
|
15553
|
-
(
|
15554
|
-
key: `i${c}`,
|
15555
|
-
class: y(t.useGrid ? "grid-item" : "flex-item")
|
15556
|
-
}, [
|
15557
|
-
V(e.$slots, "default")
|
15558
|
-
], 2))), 128))
|
15617
|
+
V(e.$slots, "default")
|
15559
15618
|
], 2))
|
15560
|
-
], 10,
|
15619
|
+
], 10, vy)) : (l(), a(x, { key: 1 }, [
|
15561
15620
|
t.anchorId ? (l(), a("a", {
|
15562
15621
|
key: 0,
|
15563
15622
|
id: t.anchorId
|
15564
|
-
}, null, 8,
|
15623
|
+
}, null, 8, Ty)) : d("", !0),
|
15565
15624
|
V(e.$slots, "default")
|
15566
15625
|
], 64))
|
15567
15626
|
], 2);
|
15568
15627
|
}
|
15569
|
-
const
|
15628
|
+
const mb = /* @__PURE__ */ M(ky, [["render", Sy]]), Iy = {
|
15570
15629
|
name: "ContactInformation",
|
15571
15630
|
props: {
|
15572
15631
|
/**
|
@@ -15599,22 +15658,22 @@ const fb = /* @__PURE__ */ M(vy, [["render", Iy]]), Oy = {
|
|
15599
15658
|
return !this.$scopedSlots["custom-info"];
|
15600
15659
|
}
|
15601
15660
|
}
|
15602
|
-
},
|
15661
|
+
}, Oy = {
|
15603
15662
|
key: 1,
|
15604
15663
|
class: "flex-container"
|
15605
|
-
},
|
15606
|
-
function
|
15607
|
-
const r = Ra, c = ua, u =
|
15608
|
-
return i.contactFormOnly ? (l(), C(r, W(H({ key: 0 }, e.basicForm)), null, 16)) : (l(), a("div",
|
15664
|
+
}, My = { class: "flex-container vertical" };
|
15665
|
+
function Ly(e, n, t, s, o, i) {
|
15666
|
+
const r = Ra, c = ua, u = Cu;
|
15667
|
+
return i.contactFormOnly ? (l(), C(r, W(H({ key: 0 }, e.basicForm)), null, 16)) : (l(), a("div", Oy, [
|
15609
15668
|
v(r, W(Kn(e.basicForm)), null, 16),
|
15610
|
-
f("div",
|
15669
|
+
f("div", My, [
|
15611
15670
|
t.cmdAddressData ? (l(), C(c, W(H({ key: 0 }, t.cmdAddressData)), null, 16)) : d("", !0),
|
15612
15671
|
t.cmdGoogleMaps ? (l(), C(u, W(H({ key: 1 }, t.cmdGoogleMaps)), null, 16)) : d("", !0),
|
15613
15672
|
V(e.$slots, "additional-info")
|
15614
15673
|
])
|
15615
15674
|
]));
|
15616
15675
|
}
|
15617
|
-
const
|
15676
|
+
const fb = /* @__PURE__ */ M(Iy, [["render", Ly]]), By = {
|
15618
15677
|
name: "MultipleBoxWrapper",
|
15619
15678
|
props: {
|
15620
15679
|
segments: {
|
@@ -15622,10 +15681,10 @@ const hb = /* @__PURE__ */ M(Oy, [["render", By]]), Fy = {
|
|
15622
15681
|
default: null
|
15623
15682
|
}
|
15624
15683
|
}
|
15625
|
-
},
|
15626
|
-
function
|
15684
|
+
}, Fy = { class: "cmd-page-multiple-box-wrapper flex-container vertical" };
|
15685
|
+
function Ay(e, n, t, s, o, i) {
|
15627
15686
|
const r = pi, c = Yc;
|
15628
|
-
return l(), a("div",
|
15687
|
+
return l(), a("div", Fy, [
|
15629
15688
|
(l(!0), a(x, null, D(t.segments, (u, p) => (l(), a(x, { key: p }, [
|
15630
15689
|
v(c, {
|
15631
15690
|
boxesPerRow: u.boxesPerRow,
|
@@ -15652,7 +15711,7 @@ function Ey(e, n, t, s, o, i) {
|
|
15652
15711
|
], 64))), 128))
|
15653
15712
|
]);
|
15654
15713
|
}
|
15655
|
-
const
|
15714
|
+
const hb = /* @__PURE__ */ M(By, [["render", Ay]]), Ey = {
|
15656
15715
|
name: "MultipleListsOfLinks",
|
15657
15716
|
props: {
|
15658
15717
|
segments: {
|
@@ -15660,10 +15719,10 @@ const pb = /* @__PURE__ */ M(Fy, [["render", Ey]]), Py = {
|
|
15660
15719
|
default: null
|
15661
15720
|
}
|
15662
15721
|
}
|
15663
|
-
},
|
15664
|
-
function
|
15722
|
+
}, Py = { class: "cmd-page-multiple-lists-of-links flex-container vertical" };
|
15723
|
+
function Vy(e, n, t, s, o, i) {
|
15665
15724
|
const r = hi;
|
15666
|
-
return l(), a("div",
|
15725
|
+
return l(), a("div", Py, [
|
15667
15726
|
(l(!0), a(x, null, D(t.segments, (c, u) => (l(), a(x, { key: u }, [
|
15668
15727
|
v(r, {
|
15669
15728
|
links: c.links,
|
@@ -15675,7 +15734,7 @@ function Dy(e, n, t, s, o, i) {
|
|
15675
15734
|
], 64))), 128))
|
15676
15735
|
]);
|
15677
15736
|
}
|
15678
|
-
const
|
15737
|
+
const pb = /* @__PURE__ */ M(Ey, [["render", Vy]]), gb = {
|
15679
15738
|
// el = real dom-element
|
15680
15739
|
mounted(e) {
|
15681
15740
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
@@ -15685,7 +15744,7 @@ const gb = /* @__PURE__ */ M(Py, [["render", Dy]]), yb = {
|
|
15685
15744
|
n ? n.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
|
15686
15745
|
}
|
15687
15746
|
}
|
15688
|
-
},
|
15747
|
+
}, yb = {
|
15689
15748
|
// el = real dom-element
|
15690
15749
|
// binding.value = value of v-directive
|
15691
15750
|
mounted(e, n) {
|
@@ -15695,7 +15754,7 @@ const gb = /* @__PURE__ */ M(Py, [["render", Dy]]), yb = {
|
|
15695
15754
|
}
|
15696
15755
|
}
|
15697
15756
|
};
|
15698
|
-
function
|
15757
|
+
function bb() {
|
15699
15758
|
const e = {};
|
15700
15759
|
Ji(s);
|
15701
15760
|
function n(o = "defaultSequence") {
|
@@ -15712,64 +15771,65 @@ function Cb() {
|
|
15712
15771
|
}
|
15713
15772
|
export {
|
15714
15773
|
ua as CmdAddressData,
|
15715
|
-
|
15716
|
-
|
15774
|
+
Hy as CmdBackToTopButton,
|
15775
|
+
Ry as CmdBankAccountData,
|
15717
15776
|
Ra as CmdBasicForm,
|
15718
15777
|
pi as CmdBox,
|
15719
15778
|
Yc as CmdBoxWrapper,
|
15720
15779
|
ad as CmdBreadcrumbs,
|
15721
15780
|
md as CmdCompanyLogo,
|
15722
|
-
|
15723
|
-
|
15724
|
-
|
15725
|
-
|
15726
|
-
|
15781
|
+
jy as CmdContainer,
|
15782
|
+
Uy as CmdCookieDisclaimer,
|
15783
|
+
zy as CmdCopyrightInformation,
|
15784
|
+
au as CmdFakeSelect,
|
15785
|
+
Ny as CmdFancyBox,
|
15727
15786
|
La as CmdForm,
|
15728
15787
|
ee as CmdFormElement,
|
15729
|
-
|
15730
|
-
|
15788
|
+
hu as CmdFormFilters,
|
15789
|
+
Cu as CmdGoogleMaps,
|
15731
15790
|
G as CmdHeadline,
|
15732
15791
|
j as CmdIcon,
|
15733
15792
|
Te as CmdImage,
|
15734
|
-
|
15735
|
-
|
15736
|
-
|
15793
|
+
Wy as CmdImageGallery,
|
15794
|
+
Gy as CmdImageZoom,
|
15795
|
+
Gu as CmdInputGroup,
|
15796
|
+
ac as CmdLink,
|
15737
15797
|
hi as CmdListOfLinks,
|
15738
|
-
|
15739
|
-
|
15740
|
-
|
15741
|
-
|
15742
|
-
|
15743
|
-
|
15744
|
-
|
15745
|
-
|
15746
|
-
|
15747
|
-
|
15748
|
-
|
15749
|
-
|
15750
|
-
|
15798
|
+
Jy as CmdLoginForm,
|
15799
|
+
km as CmdMainNavigation,
|
15800
|
+
Ky as CmdMultistepFormProgressBar,
|
15801
|
+
Zy as CmdNewsletterSubscription,
|
15802
|
+
Yy as CmdOpeningHours,
|
15803
|
+
Qy as CmdPageFooter,
|
15804
|
+
$y as CmdPageHeader,
|
15805
|
+
Xy as CmdPagination,
|
15806
|
+
eb as CmdProgressBar,
|
15807
|
+
tb as CmdSidebar,
|
15808
|
+
nb as CmdSiteFooter,
|
15809
|
+
ib as CmdSiteHeader,
|
15810
|
+
ob as CmdSiteSearch,
|
15751
15811
|
ct as CmdSlideButton,
|
15752
|
-
|
15753
|
-
|
15754
|
-
|
15755
|
-
|
15756
|
-
|
15757
|
-
|
15758
|
-
|
15812
|
+
lb as CmdSlideshow,
|
15813
|
+
Ef as CmdSocialNetworks,
|
15814
|
+
sb as CmdSwitchLanguage,
|
15815
|
+
Nh as CmdSystemMessage,
|
15816
|
+
ab as CmdTable,
|
15817
|
+
rb as CmdTabs,
|
15818
|
+
cb as CmdTextImageBlock,
|
15759
15819
|
hr as CmdThumbnailScroller,
|
15760
|
-
|
15820
|
+
db as CmdToggleDarkMode,
|
15761
15821
|
Il as CmdTooltip,
|
15762
|
-
|
15763
|
-
|
15764
|
-
|
15765
|
-
|
15766
|
-
|
15822
|
+
ub as CmdUploadForm,
|
15823
|
+
mb as CmdWidthLimitationWrapper,
|
15824
|
+
fb as ContactInformation,
|
15825
|
+
gb as DirFocus,
|
15826
|
+
yb as DirTelephone,
|
15767
15827
|
ve as EditComponentWrapper,
|
15768
|
-
|
15769
|
-
|
15828
|
+
hb as MultipleBoxWrapper,
|
15829
|
+
pb as MultipleListsOfLinks,
|
15770
15830
|
mi as createHtmlId,
|
15771
15831
|
Ue as createUuid,
|
15772
15832
|
He as getFileExtension,
|
15773
15833
|
dt as openFancyBox,
|
15774
|
-
|
15834
|
+
bb as useSequence
|
15775
15835
|
};
|