comand-component-library 4.0.66 → 4.0.68
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +474 -486
- package/dist/comand-component-library.umd.cjs +5 -5
- package/package.json +1 -1
- package/src/ComponentLibrary.vue +16 -3
- package/src/assets/data/list-of-links.json +2 -2
- package/src/components/CmdContainer.vue +5 -4
- package/src/components/CmdListOfLinksItem.vue +0 -9
- package/src/directives/fancybox.js +1 -2
@@ -1,8 +1,8 @@
|
|
1
1
|
var Ni = Object.defineProperty;
|
2
2
|
var ji = (e, n, t) => n in e ? Ni(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t;
|
3
3
|
var Ae = (e, n, t) => ji(e, typeof n != "symbol" ? n + "" : n, t);
|
4
|
-
import { defineComponent as Yn, h as fn, resolveComponent as
|
5
|
-
const qe = /^[a-z0-9]+(-[a-z0-9]+)*$/,
|
4
|
+
import { defineComponent as Yn, h as fn, resolveComponent as Ce, openBlock as l, createBlock as C, normalizeClass as b, createElementBlock as a, getCurrentInstance as Ui, resolveDynamicComponent as De, withModifiers as I, withCtx as V, withDirectives as ue, createElementVNode as f, createVNode as v, createCommentVNode as c, vShow as be, Fragment as _, toDisplayString as g, renderSlot as A, normalizeProps as N, mergeProps as M, createTextVNode as j, renderList as H, resolveDirective as zi, Transition as ke, toHandlers as kt, TransitionGroup as qt, createApp as Wi, Teleport as Gi, guardReactiveProps as ge, normalizeStyle as et, useCssVars as Xn, vModelDynamic as Ji, vModelText as Ki, onBeforeUpdate as Zi } from "vue";
|
5
|
+
const qe = /^[a-z0-9]+(-[a-z0-9]+)*$/, ot = (e, n, t, s = "") => {
|
6
6
|
const o = e.split(":");
|
7
7
|
if (e.slice(0, 1) === "@") {
|
8
8
|
if (o.length < 2 || o.length > 3)
|
@@ -17,7 +17,7 @@ const qe = /^[a-z0-9]+(-[a-z0-9]+)*$/, lt = (e, n, t, s = "") => {
|
|
17
17
|
prefix: u,
|
18
18
|
name: d
|
19
19
|
};
|
20
|
-
return n && !
|
20
|
+
return n && !Ze(h) ? null : h;
|
21
21
|
}
|
22
22
|
const i = o[0], r = i.split("-");
|
23
23
|
if (r.length > 1) {
|
@@ -26,7 +26,7 @@ const qe = /^[a-z0-9]+(-[a-z0-9]+)*$/, lt = (e, n, t, s = "") => {
|
|
26
26
|
prefix: r.shift(),
|
27
27
|
name: r.join("-")
|
28
28
|
};
|
29
|
-
return n && !
|
29
|
+
return n && !Ze(d) ? null : d;
|
30
30
|
}
|
31
31
|
if (t && s === "") {
|
32
32
|
const d = {
|
@@ -34,25 +34,25 @@ const qe = /^[a-z0-9]+(-[a-z0-9]+)*$/, lt = (e, n, t, s = "") => {
|
|
34
34
|
prefix: "",
|
35
35
|
name: i
|
36
36
|
};
|
37
|
-
return n && !
|
37
|
+
return n && !Ze(d, t) ? null : d;
|
38
38
|
}
|
39
39
|
return null;
|
40
|
-
},
|
40
|
+
}, Ze = (e, n) => e ? !!((e.provider === "" || e.provider.match(qe)) && (n && e.prefix === "" || e.prefix.match(qe)) && e.name.match(qe)) : !1, Qn = Object.freeze(
|
41
41
|
{
|
42
42
|
left: 0,
|
43
43
|
top: 0,
|
44
44
|
width: 16,
|
45
45
|
height: 16
|
46
46
|
}
|
47
|
-
),
|
47
|
+
), tt = Object.freeze({
|
48
48
|
rotate: 0,
|
49
49
|
vFlip: !1,
|
50
50
|
hFlip: !1
|
51
|
-
}),
|
51
|
+
}), lt = Object.freeze({
|
52
52
|
...Qn,
|
53
|
-
...
|
53
|
+
...tt
|
54
54
|
}), vt = Object.freeze({
|
55
|
-
...
|
55
|
+
...lt,
|
56
56
|
body: "",
|
57
57
|
hidden: !1
|
58
58
|
});
|
@@ -65,7 +65,7 @@ function Yi(e, n) {
|
|
65
65
|
function hn(e, n) {
|
66
66
|
const t = Yi(e, n);
|
67
67
|
for (const s in vt)
|
68
|
-
s in
|
68
|
+
s in tt ? s in e && !(s in t) && (t[s] = tt[s]) : s in n ? t[s] = n[s] : s in e && (t[s] = e[s]);
|
69
69
|
return t;
|
70
70
|
}
|
71
71
|
function Xi(e, n) {
|
@@ -176,14 +176,14 @@ function ti(e) {
|
|
176
176
|
return typeof e == "boolean" && (Re = e), Re;
|
177
177
|
}
|
178
178
|
function no(e) {
|
179
|
-
const n = typeof e == "string" ?
|
179
|
+
const n = typeof e == "string" ? ot(e, !0, Re) : e;
|
180
180
|
if (n) {
|
181
181
|
const t = ve(n.provider, n.prefix), s = n.name;
|
182
182
|
return t.icons[s] || (t.missing.has(s) ? null : void 0);
|
183
183
|
}
|
184
184
|
}
|
185
185
|
function io(e, n) {
|
186
|
-
const t =
|
186
|
+
const t = ot(e, !0, Re);
|
187
187
|
if (!t)
|
188
188
|
return !1;
|
189
189
|
const s = ve(t.provider, t.prefix);
|
@@ -199,7 +199,7 @@ function ni(e, n) {
|
|
199
199
|
})), o;
|
200
200
|
}
|
201
201
|
const t = e.prefix;
|
202
|
-
if (!
|
202
|
+
if (!Ze({
|
203
203
|
provider: n,
|
204
204
|
prefix: t,
|
205
205
|
name: "a"
|
@@ -213,7 +213,7 @@ const ii = Object.freeze({
|
|
213
213
|
height: null
|
214
214
|
}), oi = Object.freeze({
|
215
215
|
...ii,
|
216
|
-
...
|
216
|
+
...tt
|
217
217
|
}), oo = /(-?[0-9.]*[0-9]+[0-9.]*)/g, lo = /^-?[0-9.]*[0-9]+[0-9.]*$/g;
|
218
218
|
function gn(e, n, t) {
|
219
219
|
if (n === 1)
|
@@ -240,7 +240,7 @@ function gn(e, n, t) {
|
|
240
240
|
}
|
241
241
|
function so(e, n) {
|
242
242
|
const t = {
|
243
|
-
...
|
243
|
+
...lt,
|
244
244
|
...e
|
245
245
|
}, s = {
|
246
246
|
...oi,
|
@@ -333,11 +333,11 @@ function Nt(e) {
|
|
333
333
|
const jt = /* @__PURE__ */ Object.create(null), Ee = [
|
334
334
|
"https://api.simplesvg.com",
|
335
335
|
"https://api.unisvg.com"
|
336
|
-
],
|
336
|
+
], Ye = [];
|
337
337
|
for (; Ee.length > 0; )
|
338
|
-
Ee.length === 1 || Math.random() > 0.5 ?
|
338
|
+
Ee.length === 1 || Math.random() > 0.5 ? Ye.push(Ee.shift()) : Ye.push(Ee.pop());
|
339
339
|
jt[""] = Nt({
|
340
|
-
resources: ["https://api.iconify.design"].concat(
|
340
|
+
resources: ["https://api.iconify.design"].concat(Ye)
|
341
341
|
});
|
342
342
|
function fo(e, n) {
|
343
343
|
const t = Nt(n);
|
@@ -450,7 +450,7 @@ const Co = (e, n, t) => {
|
|
450
450
|
prepare: yo,
|
451
451
|
send: Co
|
452
452
|
};
|
453
|
-
function
|
453
|
+
function wo(e) {
|
454
454
|
const n = {
|
455
455
|
loaded: [],
|
456
456
|
missing: [],
|
@@ -483,7 +483,7 @@ function li(e, n) {
|
|
483
483
|
s && (t.loaderCallbacks = s.filter((o) => o.id !== n));
|
484
484
|
});
|
485
485
|
}
|
486
|
-
function
|
486
|
+
function xo(e) {
|
487
487
|
e.pendingCallbacksFlag || (e.pendingCallbacksFlag = !0, setTimeout(() => {
|
488
488
|
e.pendingCallbacksFlag = !1;
|
489
489
|
const n = e.loaderCallbacks ? e.loaderCallbacks.slice(0) : [];
|
@@ -539,7 +539,7 @@ function vo(e, n, t) {
|
|
539
539
|
function To(e, n = !0, t = !1) {
|
540
540
|
const s = [];
|
541
541
|
return e.forEach((o) => {
|
542
|
-
const i = typeof o == "string" ?
|
542
|
+
const i = typeof o == "string" ? ot(o, n, t) : o;
|
543
543
|
i && s.push(i);
|
544
544
|
}), s;
|
545
545
|
}
|
@@ -564,15 +564,15 @@ function Oo(e, n, t, s) {
|
|
564
564
|
} else
|
565
565
|
r = e.resources.slice(i).concat(e.resources.slice(0, i));
|
566
566
|
const d = Date.now();
|
567
|
-
let u = "pending", h = 0, m, p = null,
|
567
|
+
let u = "pending", h = 0, m, p = null, w = [], y = [];
|
568
568
|
typeof s == "function" && y.push(s);
|
569
569
|
function k() {
|
570
570
|
p && (clearTimeout(p), p = null);
|
571
571
|
}
|
572
572
|
function S() {
|
573
|
-
u === "pending" && (u = "aborted"), k(),
|
573
|
+
u === "pending" && (u = "aborted"), k(), w.forEach((F) => {
|
574
574
|
F.status === "pending" && (F.status = "aborted");
|
575
|
-
}),
|
575
|
+
}), w = [];
|
576
576
|
}
|
577
577
|
function T(F, q) {
|
578
578
|
q && (y = []), typeof F == "function" && y.push(F);
|
@@ -583,7 +583,7 @@ function Oo(e, n, t, s) {
|
|
583
583
|
payload: n,
|
584
584
|
status: u,
|
585
585
|
queriesSent: h,
|
586
|
-
queriesPending:
|
586
|
+
queriesPending: w.length,
|
587
587
|
subscribe: T,
|
588
588
|
abort: S
|
589
589
|
};
|
@@ -594,13 +594,13 @@ function Oo(e, n, t, s) {
|
|
594
594
|
});
|
595
595
|
}
|
596
596
|
function P() {
|
597
|
-
|
597
|
+
w.forEach((F) => {
|
598
598
|
F.status === "pending" && (F.status = "aborted");
|
599
|
-
}),
|
599
|
+
}), w = [];
|
600
600
|
}
|
601
601
|
function D(F, q, J) {
|
602
602
|
const Y = q !== "success";
|
603
|
-
switch (
|
603
|
+
switch (w = w.filter((Z) => Z !== F), u) {
|
604
604
|
case "pending":
|
605
605
|
break;
|
606
606
|
case "failed":
|
@@ -615,7 +615,7 @@ function Oo(e, n, t, s) {
|
|
615
615
|
return;
|
616
616
|
}
|
617
617
|
if (Y) {
|
618
|
-
m = J,
|
618
|
+
m = J, w.length || (r.length ? U() : O());
|
619
619
|
return;
|
620
620
|
}
|
621
621
|
if (k(), P(), !e.random) {
|
@@ -632,7 +632,7 @@ function Oo(e, n, t, s) {
|
|
632
632
|
k();
|
633
633
|
const F = r.shift();
|
634
634
|
if (F === void 0) {
|
635
|
-
if (
|
635
|
+
if (w.length) {
|
636
636
|
p = setTimeout(() => {
|
637
637
|
k(), u === "pending" && (P(), O());
|
638
638
|
}, e.timeout);
|
@@ -648,7 +648,7 @@ function Oo(e, n, t, s) {
|
|
648
648
|
D(q, J, Y);
|
649
649
|
}
|
650
650
|
};
|
651
|
-
|
651
|
+
w.push(q), h++, p = setTimeout(U, e.rotate), t(F, n, q.callback);
|
652
652
|
}
|
653
653
|
return setTimeout(U), B;
|
654
654
|
}
|
@@ -666,8 +666,8 @@ function si(e) {
|
|
666
666
|
n,
|
667
667
|
d,
|
668
668
|
u,
|
669
|
-
(p,
|
670
|
-
s(), h && h(p,
|
669
|
+
(p, w) => {
|
670
|
+
s(), h && h(p, w);
|
671
671
|
}
|
672
672
|
);
|
673
673
|
return t.push(m), m;
|
@@ -733,7 +733,7 @@ function zt(e, n, t) {
|
|
733
733
|
} catch {
|
734
734
|
}
|
735
735
|
}
|
736
|
-
function
|
736
|
+
function wn(e, n) {
|
737
737
|
try {
|
738
738
|
e.removeItem(n);
|
739
739
|
} catch {
|
@@ -745,7 +745,7 @@ function It(e, n) {
|
|
745
745
|
function Mt(e) {
|
746
746
|
return parseInt(Ot(e, ai)) || 0;
|
747
747
|
}
|
748
|
-
const
|
748
|
+
const st = {
|
749
749
|
local: !0,
|
750
750
|
session: !0
|
751
751
|
}, di = {
|
@@ -756,15 +756,15 @@ let Wt = !1;
|
|
756
756
|
function Fo(e) {
|
757
757
|
Wt = e;
|
758
758
|
}
|
759
|
-
let
|
759
|
+
let Ke = typeof window > "u" ? {} : window;
|
760
760
|
function ci(e) {
|
761
761
|
const n = e + "Storage";
|
762
762
|
try {
|
763
|
-
if (
|
764
|
-
return
|
763
|
+
if (Ke && Ke[n] && typeof Ke[n].length == "number")
|
764
|
+
return Ke[n];
|
765
765
|
} catch {
|
766
766
|
}
|
767
|
-
|
767
|
+
st[e] = !1;
|
768
768
|
}
|
769
769
|
function ui(e, n) {
|
770
770
|
const t = ci(e);
|
@@ -775,7 +775,7 @@ function ui(e, n) {
|
|
775
775
|
if (s) {
|
776
776
|
const d = Mt(t);
|
777
777
|
for (let u = 0; u < d; u++)
|
778
|
-
|
778
|
+
wn(t, Ne + u.toString());
|
779
779
|
}
|
780
780
|
zt(t, _n, Cn), It(t, 0);
|
781
781
|
return;
|
@@ -789,7 +789,7 @@ function ui(e, n) {
|
|
789
789
|
return !0;
|
790
790
|
} catch {
|
791
791
|
}
|
792
|
-
|
792
|
+
wn(t, u);
|
793
793
|
}
|
794
794
|
};
|
795
795
|
let r = Mt(t);
|
@@ -799,7 +799,7 @@ function ui(e, n) {
|
|
799
799
|
function mi() {
|
800
800
|
if (!Wt) {
|
801
801
|
Fo(!0);
|
802
|
-
for (const e in
|
802
|
+
for (const e in st)
|
803
803
|
ui(e, (n) => {
|
804
804
|
const t = n.data, s = n.provider, o = t.prefix, i = ve(
|
805
805
|
s,
|
@@ -817,7 +817,7 @@ function Bo(e, n) {
|
|
817
817
|
if (t && t >= n)
|
818
818
|
return t === n;
|
819
819
|
if (e.lastModifiedCached = n, t)
|
820
|
-
for (const s in
|
820
|
+
for (const s in st)
|
821
821
|
ui(s, (o) => {
|
822
822
|
const i = o.data;
|
823
823
|
return o.provider !== e.provider || i.prefix !== e.prefix || i.lastModified === n;
|
@@ -828,7 +828,7 @@ function Po(e, n) {
|
|
828
828
|
Wt || mi();
|
829
829
|
function t(s) {
|
830
830
|
let o;
|
831
|
-
if (!
|
831
|
+
if (!st[s] || !(o = ci(s)))
|
832
832
|
return;
|
833
833
|
const i = di[s];
|
834
834
|
let r;
|
@@ -849,11 +849,11 @@ function Po(e, n) {
|
|
849
849
|
}
|
850
850
|
n.lastModified && !Bo(e, n.lastModified) || Object.keys(n.icons).length && (n.not_found && (n = Object.assign({}, n), delete n.not_found), t("local") || t("session"));
|
851
851
|
}
|
852
|
-
function
|
852
|
+
function xn() {
|
853
853
|
}
|
854
854
|
function Ao(e) {
|
855
855
|
e.iconsLoaderFlag || (e.iconsLoaderFlag = !0, setTimeout(() => {
|
856
|
-
e.iconsLoaderFlag = !1,
|
856
|
+
e.iconsLoaderFlag = !1, xo(e);
|
857
857
|
}));
|
858
858
|
}
|
859
859
|
function Eo(e, n) {
|
@@ -881,8 +881,8 @@ function Eo(e, n) {
|
|
881
881
|
if (!m.length)
|
882
882
|
return;
|
883
883
|
const p = e.pendingIcons;
|
884
|
-
p && m.forEach((
|
885
|
-
p.delete(
|
884
|
+
p && m.forEach((w) => {
|
885
|
+
p.delete(w);
|
886
886
|
}), Po(e, u);
|
887
887
|
} catch (m) {
|
888
888
|
console.error(m);
|
@@ -893,7 +893,7 @@ function Eo(e, n) {
|
|
893
893
|
}));
|
894
894
|
}
|
895
895
|
const Vo = (e, n) => {
|
896
|
-
const t = To(e, !0, ti()), s =
|
896
|
+
const t = To(e, !0, ti()), s = wo(t);
|
897
897
|
if (!s.pending.length) {
|
898
898
|
let u = !0;
|
899
899
|
return n && setTimeout(() => {
|
@@ -901,7 +901,7 @@ const Vo = (e, n) => {
|
|
901
901
|
s.loaded,
|
902
902
|
s.missing,
|
903
903
|
s.pending,
|
904
|
-
|
904
|
+
xn
|
905
905
|
);
|
906
906
|
}), () => {
|
907
907
|
u = !1;
|
@@ -917,12 +917,12 @@ const Vo = (e, n) => {
|
|
917
917
|
const p = o[h] || (o[h] = /* @__PURE__ */ Object.create(null));
|
918
918
|
p[m] || (p[m] = []);
|
919
919
|
}), s.pending.forEach((u) => {
|
920
|
-
const { provider: h, prefix: m, name: p } = u,
|
920
|
+
const { provider: h, prefix: m, name: p } = u, w = ve(h, m), y = w.pendingIcons || (w.pendingIcons = /* @__PURE__ */ new Set());
|
921
921
|
y.has(p) || (y.add(p), o[h][m].push(p));
|
922
922
|
}), i.forEach((u) => {
|
923
923
|
const { provider: h, prefix: m } = u;
|
924
924
|
o[h][m].length && Eo(u, o[h][m]);
|
925
|
-
}), n ? vo(n, s, i) :
|
925
|
+
}), n ? vo(n, s, i) : xn;
|
926
926
|
};
|
927
927
|
function Do(e, n) {
|
928
928
|
const t = {
|
@@ -1013,10 +1013,10 @@ for (const e in Tn) {
|
|
1013
1013
|
for (const t in vn)
|
1014
1014
|
n[e + t] = vn[t];
|
1015
1015
|
}
|
1016
|
-
const
|
1016
|
+
const Xe = {};
|
1017
1017
|
["horizontal", "vertical"].forEach((e) => {
|
1018
1018
|
const n = e.slice(0, 1) + "Flip";
|
1019
|
-
|
1019
|
+
Xe[e + "-flip"] = n, Xe[e.slice(0, 1) + "-flip"] = n, Xe[e + "Flip"] = n;
|
1020
1020
|
});
|
1021
1021
|
function Sn(e) {
|
1022
1022
|
return e + (e.match(/^[-0-9.]+$/) ? "px" : "");
|
@@ -1051,7 +1051,7 @@ const On = (e, n) => {
|
|
1051
1051
|
T !== !0 && T !== "true" && delete s["aria-hidden"];
|
1052
1052
|
break;
|
1053
1053
|
default: {
|
1054
|
-
const B =
|
1054
|
+
const B = Xe[S];
|
1055
1055
|
B ? (T === !0 || T === "true" || T === 1) && (t[B] = !0) : kn[S] === void 0 && (s[S] = T);
|
1056
1056
|
}
|
1057
1057
|
}
|
@@ -1065,10 +1065,10 @@ const On = (e, n) => {
|
|
1065
1065
|
let S = 0, T = n.id;
|
1066
1066
|
return typeof T == "string" && (T = T.replace(/-/g, "_")), s.innerHTML = uo(u.body, T ? () => T + "ID" + S++ : "iconifyVue"), fn("svg", s);
|
1067
1067
|
}
|
1068
|
-
const { body: m, width: p, height:
|
1068
|
+
const { body: m, width: p, height: w } = e, y = o === "mask" || (o === "bg" ? !1 : m.indexOf("currentColor") !== -1), k = No(m, {
|
1069
1069
|
...h,
|
1070
1070
|
width: p + "",
|
1071
|
-
height:
|
1071
|
+
height: w + ""
|
1072
1072
|
});
|
1073
1073
|
return s.style = {
|
1074
1074
|
...i,
|
@@ -1115,7 +1115,7 @@ if (typeof document < "u" && typeof window < "u") {
|
|
1115
1115
|
}
|
1116
1116
|
}
|
1117
1117
|
const Go = {
|
1118
|
-
...
|
1118
|
+
...lt,
|
1119
1119
|
body: ""
|
1120
1120
|
}, Jo = Yn({
|
1121
1121
|
// Do not inherit other attributes: it is handled by render()
|
@@ -1146,7 +1146,7 @@ const Go = {
|
|
1146
1146
|
data: e
|
1147
1147
|
};
|
1148
1148
|
let t;
|
1149
|
-
if (typeof e != "string" || (t =
|
1149
|
+
if (typeof e != "string" || (t = ot(e, !1, !0)) === null)
|
1150
1150
|
return this.abortLoading(), null;
|
1151
1151
|
const s = no(t);
|
1152
1152
|
if (!s)
|
@@ -1172,7 +1172,7 @@ const Go = {
|
|
1172
1172
|
...e,
|
1173
1173
|
class: (typeof e.class == "string" ? e.class + " " : "") + n.classes.join(" ")
|
1174
1174
|
}), On({
|
1175
|
-
...
|
1175
|
+
...lt,
|
1176
1176
|
...n.data
|
1177
1177
|
}, t);
|
1178
1178
|
}
|
@@ -1228,7 +1228,7 @@ const Go = {
|
|
1228
1228
|
}
|
1229
1229
|
}, Zo = ["title"];
|
1230
1230
|
function Yo(e, n, t, s, o, i) {
|
1231
|
-
const r =
|
1231
|
+
const r = Ce("Icon");
|
1232
1232
|
return i.isIconify ? (l(), C(r, {
|
1233
1233
|
key: 0,
|
1234
1234
|
icon: t.iconClass,
|
@@ -1241,22 +1241,22 @@ function Yo(e, n, t, s, o, i) {
|
|
1241
1241
|
}, null, 10, Zo));
|
1242
1242
|
}
|
1243
1243
|
const z = /* @__PURE__ */ L(Ko, [["render", Yo]]);
|
1244
|
-
function
|
1245
|
-
return
|
1244
|
+
function ye(e, n) {
|
1245
|
+
return at(e, "EditComponentWrapper", n);
|
1246
1246
|
}
|
1247
1247
|
function Xo(e) {
|
1248
|
-
return
|
1248
|
+
return at(e, "EditModeSettingsSidebar");
|
1249
1249
|
}
|
1250
1250
|
function Qo(e) {
|
1251
|
-
return
|
1251
|
+
return at(e, "EditModeMainSidebar");
|
1252
1252
|
}
|
1253
|
-
function
|
1253
|
+
function at(e, n, t) {
|
1254
1254
|
var s;
|
1255
|
-
return ((s = e == null ? void 0 : e.$options) == null ? void 0 : s.name) === n && (t == null || t(e)) ? e : e != null && e.$parent ?
|
1255
|
+
return ((s = e == null ? void 0 : e.$options) == null ? void 0 : s.name) === n && (t == null || t(e)) ? e : e != null && e.$parent ? at(e.$parent, n, t) : null;
|
1256
1256
|
}
|
1257
|
-
function
|
1257
|
+
function _e(e, ...n) {
|
1258
1258
|
const t = [];
|
1259
|
-
for (let s =
|
1259
|
+
for (let s = ye(e); s; s = ye(s.$parent))
|
1260
1260
|
s.componentPath && t.unshift(...s.componentPath);
|
1261
1261
|
return t.push(...n), t;
|
1262
1262
|
}
|
@@ -1322,10 +1322,10 @@ const el = {
|
|
1322
1322
|
},
|
1323
1323
|
computed: {
|
1324
1324
|
isOuterComponent() {
|
1325
|
-
return !
|
1325
|
+
return !ye(this.$parent, (e) => (e == null ? void 0 : e.componentName) !== "CmdContainer");
|
1326
1326
|
},
|
1327
1327
|
active() {
|
1328
|
-
return this.editModeContext ?
|
1328
|
+
return this.editModeContext ? ye(this.$parent, (n) => (n == null ? void 0 : n.componentName) !== "CmdContainer") ? !!this.editModeContext.system.isActiveChildComponent(de(this)) : !!this.editModeContext.system.isActiveComponent(de(this)) : !1;
|
1329
1329
|
},
|
1330
1330
|
editing() {
|
1331
1331
|
var e;
|
@@ -1345,7 +1345,7 @@ const el = {
|
|
1345
1345
|
},
|
1346
1346
|
// provide actions from store as methods inside this component
|
1347
1347
|
showActionButtons() {
|
1348
|
-
const e =
|
1348
|
+
const e = ye(this.$parent, (n) => (n == null ? void 0 : n.componentName) !== "CmdContainer");
|
1349
1349
|
this.editModeContext.system.setActiveComponent(de(e), de(this));
|
1350
1350
|
},
|
1351
1351
|
deleteComponent() {
|
@@ -1418,7 +1418,7 @@ const el = {
|
|
1418
1418
|
};
|
1419
1419
|
function de(e) {
|
1420
1420
|
const n = [];
|
1421
|
-
for (let t = e; t; t =
|
1421
|
+
for (let t = e; t; t = ye(t.$parent))
|
1422
1422
|
t.componentPath && n.unshift(...t.componentPath);
|
1423
1423
|
return n;
|
1424
1424
|
}
|
@@ -1509,7 +1509,7 @@ function gl(e, n, t, s, o, i) {
|
|
1509
1509
|
], 2))
|
1510
1510
|
]))
|
1511
1511
|
], 8, nl), [
|
1512
|
-
[
|
1512
|
+
[be, i.active]
|
1513
1513
|
])
|
1514
1514
|
])) : (l(), a(_, { key: 1 }, [
|
1515
1515
|
i.isOuterComponent ? (l(), a("p", al, g(t.componentName), 1)) : c("", !0),
|
@@ -1583,7 +1583,7 @@ function gl(e, n, t, s, o, i) {
|
|
1583
1583
|
], 10, pl))
|
1584
1584
|
]))
|
1585
1585
|
], 40, rl), [
|
1586
|
-
[
|
1586
|
+
[be, i.active]
|
1587
1587
|
])
|
1588
1588
|
], 64)),
|
1589
1589
|
A(e.$slots, "default", { editing: i.editing })
|
@@ -1621,7 +1621,7 @@ const Se = /* @__PURE__ */ L(el, [["render", gl]]), $ = {
|
|
1621
1621
|
if (this.$refs.editComponentWrapper)
|
1622
1622
|
(e = this.$refs.editComponentWrapper) == null || e.addUpdateHandlerProvider(this.updateHandlerProvider);
|
1623
1623
|
else {
|
1624
|
-
const n =
|
1624
|
+
const n = ye(this.$parent);
|
1625
1625
|
n && (n.addEditStateListener((t) => this.editing = t), n.addUpdateHandlerProvider(this.updateHandlerProvider), n.setAddHandlerProvider(this.addHandlerProvider));
|
1626
1626
|
}
|
1627
1627
|
this.mainSidebarContext = !!Qo(this), this.settingsContext = !!Xo(this);
|
@@ -1686,7 +1686,7 @@ const Se = /* @__PURE__ */ L(el, [["render", gl]]), $ = {
|
|
1686
1686
|
computed: {
|
1687
1687
|
componentActive() {
|
1688
1688
|
var e;
|
1689
|
-
return (e = this.editModeContext) == null ? void 0 : e.system.isActiveComponent(
|
1689
|
+
return (e = this.editModeContext) == null ? void 0 : e.system.isActiveComponent(_e(ye(this)));
|
1690
1690
|
},
|
1691
1691
|
headlineComponentPath() {
|
1692
1692
|
return this.componentPath || ["props", "cmdHeadline"];
|
@@ -1725,9 +1725,9 @@ const Se = /* @__PURE__ */ L(el, [["render", gl]]), $ = {
|
|
1725
1725
|
immediate: !0
|
1726
1726
|
}
|
1727
1727
|
}
|
1728
|
-
}, bl = { class: "pre-headline-text-wrapper" }, Cl = ["innerHTML"], _l = { class: "pre-headline-text" },
|
1729
|
-
|
1730
|
-
|
1728
|
+
}, bl = { class: "pre-headline-text-wrapper" }, Cl = ["innerHTML"], _l = { class: "pre-headline-text" }, wl = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), xl = /* @__PURE__ */ f("span", null, "Add new headline", -1), kl = [
|
1729
|
+
wl,
|
1730
|
+
xl
|
1731
1731
|
];
|
1732
1732
|
function vl(e, n, t, s, o, i) {
|
1733
1733
|
var h;
|
@@ -1739,7 +1739,7 @@ function vl(e, n, t, s, o, i) {
|
|
1739
1739
|
t.preHeadlineText ? (l(), a(_, { key: 0 }, [
|
1740
1740
|
t.headlineText ? (l(), C(De(i.headlineTag), { key: 0 }, {
|
1741
1741
|
default: V(() => [
|
1742
|
-
t.cmdIcon ? (l(), C(r,
|
1742
|
+
t.cmdIcon ? (l(), C(r, N(M({ key: 0 }, t.cmdIcon)), null, 16)) : c("", !0),
|
1743
1743
|
f("span", bl, [
|
1744
1744
|
f("span", {
|
1745
1745
|
class: "pre-headline-text",
|
@@ -1747,7 +1747,7 @@ function vl(e, n, t, s, o, i) {
|
|
1747
1747
|
}, null, 8, Cl),
|
1748
1748
|
f("span", null, [
|
1749
1749
|
A(e.$slots, "default", {}, () => [
|
1750
|
-
|
1750
|
+
j(g(t.headlineText), 1)
|
1751
1751
|
])
|
1752
1752
|
])
|
1753
1753
|
])
|
@@ -1756,10 +1756,10 @@ function vl(e, n, t, s, o, i) {
|
|
1756
1756
|
})) : c("", !0)
|
1757
1757
|
], 64)) : (l(), C(De(i.headlineTag), { key: 1 }, {
|
1758
1758
|
default: V(() => [
|
1759
|
-
t.cmdIcon ? (l(), C(r,
|
1759
|
+
t.cmdIcon ? (l(), C(r, N(M({ key: 0 }, t.cmdIcon)), null, 16)) : c("", !0),
|
1760
1760
|
f("span", null, [
|
1761
1761
|
A(e.$slots, "default", {}, () => [
|
1762
|
-
|
1762
|
+
j(g(t.headlineText), 1)
|
1763
1763
|
])
|
1764
1764
|
])
|
1765
1765
|
]),
|
@@ -1788,14 +1788,14 @@ function vl(e, n, t, s, o, i) {
|
|
1788
1788
|
modelValue: o.editableHeadlineText,
|
1789
1789
|
"onUpdate:modelValue": n[0] || (n[0] = (p) => o.editableHeadlineText = p)
|
1790
1790
|
}, null, 8, ["class", "modelValue"])) : t.headlineText ? (l(), a(_, { key: 1 }, [
|
1791
|
-
t.cmdIcon ? (l(), C(r,
|
1791
|
+
t.cmdIcon ? (l(), C(r, N(M({ key: 0 }, t.cmdIcon)), null, 16)) : c("", !0),
|
1792
1792
|
t.preHeadlineText ? (l(), a(_, { key: 1 }, [
|
1793
1793
|
t.headlineText ? (l(), C(De(i.headlineTag), { key: 0 }, {
|
1794
1794
|
default: V(() => [
|
1795
|
-
t.cmdIcon ? (l(), C(r,
|
1795
|
+
t.cmdIcon ? (l(), C(r, N(M({ key: 0 }, t.cmdIcon)), null, 16)) : c("", !0),
|
1796
1796
|
f("span", _l, g(t.preHeadlineText), 1),
|
1797
1797
|
A(e.$slots, "default", {}, () => [
|
1798
|
-
|
1798
|
+
j(g(t.headlineText), 1)
|
1799
1799
|
])
|
1800
1800
|
]),
|
1801
1801
|
_: 3
|
@@ -1803,7 +1803,7 @@ function vl(e, n, t, s, o, i) {
|
|
1803
1803
|
], 64)) : t.headlineText ? (l(), C(De(i.headlineTag), { key: 2 }, {
|
1804
1804
|
default: V(() => [
|
1805
1805
|
A(e.$slots, "default", {}, () => [
|
1806
|
-
|
1806
|
+
j(g(t.headlineText), 1)
|
1807
1807
|
])
|
1808
1808
|
]),
|
1809
1809
|
_: 3
|
@@ -1954,7 +1954,7 @@ function Il(e, n, t, s, o, i) {
|
|
1954
1954
|
ref: "tooltip"
|
1955
1955
|
}, [
|
1956
1956
|
t.cmdHeadline || t.iconClose.show ? (l(), a("div", Sl, [
|
1957
|
-
t.cmdHeadline ? (l(), C(r,
|
1957
|
+
t.cmdHeadline ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
1958
1958
|
t.iconClose.show && t.toggleVisibilityByClick ? (l(), a("a", {
|
1959
1959
|
key: 1,
|
1960
1960
|
href: "#",
|
@@ -1968,7 +1968,7 @@ function Il(e, n, t, s, o, i) {
|
|
1968
1968
|
], 8, Ol)) : c("", !0)
|
1969
1969
|
])) : c("", !0),
|
1970
1970
|
A(e.$slots, "default", {}, () => [
|
1971
|
-
|
1971
|
+
j(g(t.tooltipText), 1)
|
1972
1972
|
])
|
1973
1973
|
], 2)) : c("", !0);
|
1974
1974
|
}
|
@@ -2129,7 +2129,7 @@ function Dl(e, n, t, s, o, i) {
|
|
2129
2129
|
"headline-level": t.cmdHeadline.headlineLevel
|
2130
2130
|
}, {
|
2131
2131
|
default: V(() => [
|
2132
|
-
|
2132
|
+
j(g(i.headlineRequirements), 1),
|
2133
2133
|
t.labelText ? (l(), a(_, { key: 0 }, [
|
2134
2134
|
Pl,
|
2135
2135
|
f("em", null, g(t.labelText), 1)
|
@@ -2138,7 +2138,7 @@ function Dl(e, n, t, s, o, i) {
|
|
2138
2138
|
_: 1
|
2139
2139
|
}, 8, ["headline-level"])) : c("", !0),
|
2140
2140
|
f("dl", null, [
|
2141
|
-
(l(!0), a(_, null, H(t.inputRequirements, (p,
|
2141
|
+
(l(!0), a(_, null, H(t.inputRequirements, (p, w) => (l(), a(_, { key: w }, [
|
2142
2142
|
f("dt", {
|
2143
2143
|
"aria-live": "assertive",
|
2144
2144
|
class: b(p.valid(t.inputModelValue, t.inputAttributes) ? "success" : "error")
|
@@ -2232,7 +2232,7 @@ function Rl(e, n, t, s, o, i) {
|
|
2232
2232
|
"toggle-visibility-by-click": !0
|
2233
2233
|
}, {
|
2234
2234
|
default: V(() => [
|
2235
|
-
t.cmdListOfRequirements.showRequirements ? (l(), C(r,
|
2235
|
+
t.cmdListOfRequirements.showRequirements ? (l(), C(r, N(M({ key: 0 }, t.cmdListOfRequirements)), null, 16)) : c("", !0)
|
2236
2236
|
]),
|
2237
2237
|
_: 1
|
2238
2238
|
}, 8, ["class", "relatedId"]);
|
@@ -2264,7 +2264,7 @@ const Gt = /* @__PURE__ */ L(ql, [["render", Rl]]), Jt = {
|
|
2264
2264
|
}
|
2265
2265
|
};
|
2266
2266
|
}
|
2267
|
-
},
|
2267
|
+
}, rt = {
|
2268
2268
|
data() {
|
2269
2269
|
return {
|
2270
2270
|
validationStatus: "",
|
@@ -2554,7 +2554,7 @@ const Kt = {
|
|
2554
2554
|
mixins: [
|
2555
2555
|
oe,
|
2556
2556
|
Jt,
|
2557
|
-
|
2557
|
+
rt,
|
2558
2558
|
ze,
|
2559
2559
|
Kt
|
2560
2560
|
],
|
@@ -3062,7 +3062,7 @@ const Kt = {
|
|
3062
3062
|
class: "search-field-wrapper flex-container no-gap"
|
3063
3063
|
}, ps = ["id", "maxlength", "value"], gs = ["title"], ys = ["title"], bs = { key: 1 };
|
3064
3064
|
function Cs(e, n, t, s, o, i) {
|
3065
|
-
var u, h, m, p,
|
3065
|
+
var u, h, m, p, w, y, k, S, T, B, O, P, D, U, F, q, J, Y, Z, le, se, ae, re, X;
|
3066
3066
|
const r = z, d = Gt;
|
3067
3067
|
return t.element === "input" || t.element === "select" || t.element === "textarea" ? (l(), a("label", {
|
3068
3068
|
key: 0,
|
@@ -3273,13 +3273,13 @@ function Cs(e, n, t, s, o, i) {
|
|
3273
3273
|
}, i.buttonAttrs, {
|
3274
3274
|
onClick: n[23] || (n[23] = (...E) => i.submit && i.submit(...E))
|
3275
3275
|
}), [
|
3276
|
-
(y = (
|
3276
|
+
(y = (w = t.nativeButton) == null ? void 0 : w.icon) != null && y.show && (((S = (k = t.nativeButton) == null ? void 0 : k.icon) == null ? void 0 : S.position) === "before" || !((B = (T = t.nativeButton) == null ? void 0 : T.icon) != null && B.position)) ? (l(), C(r, {
|
3277
3277
|
key: 0,
|
3278
3278
|
iconClass: (P = (O = t.nativeButton) == null ? void 0 : O.icon) == null ? void 0 : P.iconClass,
|
3279
3279
|
type: (U = (D = t.nativeButton) == null ? void 0 : D.icon) == null ? void 0 : U.iconType
|
3280
3280
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
3281
3281
|
(F = t.nativeButton) != null && F.icon && ((q = t.nativeButton) != null && q.text) ? (l(), a("span", bs, g(t.nativeButton.text), 1)) : (l(), a(_, { key: 2 }, [
|
3282
|
-
|
3282
|
+
j(g(t.nativeButton.text), 1)
|
3283
3283
|
], 64)),
|
3284
3284
|
(Y = (J = t.nativeButton) == null ? void 0 : J.icon) != null && Y.show && ((le = (Z = t.nativeButton) == null ? void 0 : Z.icon) == null ? void 0 : le.position) === "after" ? (l(), C(r, {
|
3285
3285
|
key: 3,
|
@@ -3398,7 +3398,7 @@ const ee = /* @__PURE__ */ L(zl, [["render", Cs]]), _s = {
|
|
3398
3398
|
deep: !0
|
3399
3399
|
}
|
3400
3400
|
}
|
3401
|
-
},
|
3401
|
+
}, ws = { key: 1 }, xs = ["href", "target", "title", "data-type"], ks = ["innerHTML"], vs = { key: 1 }, Ts = ["href", "title"], Ss = { class: "street-address" }, Os = /* @__PURE__ */ f("br", null, null, -1), Is = {
|
3402
3402
|
key: 0,
|
3403
3403
|
class: "postal-code"
|
3404
3404
|
}, Ms = {
|
@@ -3429,7 +3429,7 @@ function Rs(e, n, t, s, o, i) {
|
|
3429
3429
|
type: t.addressEntry.iconType,
|
3430
3430
|
tooltip: t.addressEntry.labelText
|
3431
3431
|
}, null, 8, ["iconClass", "type", "tooltip"])) : c("", !0),
|
3432
|
-
t.showLabelTexts ? (l(), a("span",
|
3432
|
+
t.showLabelTexts ? (l(), a("span", ws, g(t.addressEntry.labelText), 1)) : c("", !0)
|
3433
3433
|
], 2),
|
3434
3434
|
t.addressEntry.type !== "address" && (t.addressEntry.data || t.addressEntry.href) ? (l(), a("dd", {
|
3435
3435
|
key: 0,
|
@@ -3453,8 +3453,8 @@ function Rs(e, n, t, s, o, i) {
|
|
3453
3453
|
title: t.addressEntry.tooltip,
|
3454
3454
|
"data-type": t.addressEntry.type
|
3455
3455
|
}, [
|
3456
|
-
|
3457
|
-
], 8,
|
3456
|
+
j(g(t.addressEntry.data || t.addressEntry.href), 1)
|
3457
|
+
], 8, xs)), [
|
3458
3458
|
[u, t.addressEntry.href]
|
3459
3459
|
]) : (l(), a("span", {
|
3460
3460
|
key: 1,
|
@@ -3478,9 +3478,9 @@ function Rs(e, n, t, s, o, i) {
|
|
3478
3478
|
}, [
|
3479
3479
|
t.addressEntry.zip ? (l(), a("span", Is, g(t.addressEntry.zip), 1)) : c("", !0),
|
3480
3480
|
t.addressEntry.city ? (l(), a("span", Ms, [
|
3481
|
-
|
3481
|
+
j(g(t.addressEntry.city), 1),
|
3482
3482
|
t.addressEntry.state ? (l(), a(_, { key: 0 }, [
|
3483
|
-
|
3483
|
+
j(g(t.addressEntry.state), 1)
|
3484
3484
|
], 64)) : c("", !0)
|
3485
3485
|
])) : c("", !0)
|
3486
3486
|
], 2)) : c("", !0),
|
@@ -3556,9 +3556,9 @@ function Rs(e, n, t, s, o, i) {
|
|
3556
3556
|
}, [
|
3557
3557
|
t.addressEntry.zip ? (l(), a("span", Es, g(t.addressEntry.zip), 1)) : c("", !0),
|
3558
3558
|
t.addressEntry.city ? (l(), a("span", Vs, [
|
3559
|
-
|
3559
|
+
j(g(t.addressEntry.city), 1),
|
3560
3560
|
t.addressEntry.state ? (l(), a(_, { key: 0 }, [
|
3561
|
-
|
3561
|
+
j(" " + g(t.addressEntry.state), 1)
|
3562
3562
|
], 64)) : c("", !0)
|
3563
3563
|
])) : c("", !0)
|
3564
3564
|
], 2)) : c("", !0),
|
@@ -3667,7 +3667,7 @@ const Ns = /* @__PURE__ */ L(_s, [["render", Rs]]), js = {
|
|
3667
3667
|
methods: {
|
3668
3668
|
onAddItem() {
|
3669
3669
|
this.editModeContext.content.addContent(
|
3670
|
-
|
3670
|
+
_e(this, "props", "addressData", -1),
|
3671
3671
|
this.itemProvider
|
3672
3672
|
);
|
3673
3673
|
},
|
@@ -3722,7 +3722,7 @@ function pa(e, n, t, s, o, i) {
|
|
3722
3722
|
const r = G, d = Ns, u = Se, h = z;
|
3723
3723
|
return l(), a("div", zs, [
|
3724
3724
|
t.useSlot ? A(e.$slots, "default", { key: 0 }) : (l(), a(_, { key: 1 }, [
|
3725
|
-
(m = t.cmdHeadline) != null && m.headlineText || e.editModeContext ? (l(), C(r,
|
3725
|
+
(m = t.cmdHeadline) != null && m.headlineText || e.editModeContext ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
3726
3726
|
f("address", Ws, [
|
3727
3727
|
t.showLabels && (t.showLabelTexts || t.showLabelIcons) && !t.showIconsOnly ? (l(), a(_, { key: 0 }, [
|
3728
3728
|
e.editModeContext ? (l(), a(_, { key: 1 }, [
|
@@ -3732,14 +3732,14 @@ function pa(e, n, t, s, o, i) {
|
|
3732
3732
|
class: "button confirm small",
|
3733
3733
|
onClick: n[0] || (n[0] = (...p) => i.onAddItem && i.onAddItem(...p))
|
3734
3734
|
}, Zs)) : c("", !0),
|
3735
|
-
(l(!0), a(_, null, H(t.addressData, (p,
|
3736
|
-
key: "x" +
|
3735
|
+
(l(!0), a(_, null, H(t.addressData, (p, w) => (l(), C(u, {
|
3736
|
+
key: "x" + w,
|
3737
3737
|
class: "edit-items",
|
3738
3738
|
showComponentName: !1,
|
3739
3739
|
allowedComponentTypes: [],
|
3740
3740
|
componentName: "CmdAddressDataItem",
|
3741
3741
|
componentProps: p,
|
3742
|
-
componentPath: ["props", "addressData",
|
3742
|
+
componentPath: ["props", "addressData", w]
|
3743
3743
|
}, {
|
3744
3744
|
default: V(() => [
|
3745
3745
|
f("dl", null, [
|
@@ -3753,8 +3753,8 @@ function pa(e, n, t, s, o, i) {
|
|
3753
3753
|
_: 2
|
3754
3754
|
}, 1032, ["componentProps", "componentPath"]))), 128))
|
3755
3755
|
], 64)) : (l(), a("dl", Gs, [
|
3756
|
-
(l(!0), a(_, null, H(t.addressData, (p,
|
3757
|
-
key:
|
3756
|
+
(l(!0), a(_, null, H(t.addressData, (p, w) => (l(), C(d, {
|
3757
|
+
key: w,
|
3758
3758
|
addressEntry: p,
|
3759
3759
|
showLabelIcons: t.showLabelIcons,
|
3760
3760
|
showLabelTexts: t.showLabelTexts,
|
@@ -3765,7 +3765,7 @@ function pa(e, n, t, s, o, i) {
|
|
3765
3765
|
key: 1,
|
3766
3766
|
class: b(["flex-container", { vertical: !t.showIconsOnly }])
|
3767
3767
|
}, [
|
3768
|
-
(l(!0), a(_, null, H(t.addressData, (p,
|
3768
|
+
(l(!0), a(_, null, H(t.addressData, (p, w) => (l(), a(_, { key: w }, [
|
3769
3769
|
p.href || p.name === "address" && p.linkGoogleMaps || !t.showIconsOnly ? (l(), a("li", {
|
3770
3770
|
key: 0,
|
3771
3771
|
class: b({ "no-flex": t.showIconsOnly })
|
@@ -3783,7 +3783,7 @@ function pa(e, n, t, s, o, i) {
|
|
3783
3783
|
type: p.iconType
|
3784
3784
|
}, null, 8, ["iconClass", "type"])) : c("", !0)
|
3785
3785
|
], 64)) : (l(), a(_, { key: 1 }, [
|
3786
|
-
|
3786
|
+
j(g(p.href), 1)
|
3787
3787
|
], 64))
|
3788
3788
|
], 8, Ys)) : t.showIconsOnly ? c("", !0) : (l(), a("span", {
|
3789
3789
|
key: 1,
|
@@ -3813,9 +3813,9 @@ function pa(e, n, t, s, o, i) {
|
|
3813
3813
|
}, [
|
3814
3814
|
p.zip ? (l(), a("span", ta, g(p.zip) + " ", 1)) : c("", !0),
|
3815
3815
|
p.city ? (l(), a("span", na, [
|
3816
|
-
|
3816
|
+
j(g(p.city), 1),
|
3817
3817
|
p.state ? (l(), a(_, { key: 0 }, [
|
3818
|
-
|
3818
|
+
j(g(p.state), 1)
|
3819
3819
|
], 64)) : c("", !0)
|
3820
3820
|
])) : c("", !0),
|
3821
3821
|
ia
|
@@ -3842,9 +3842,9 @@ function pa(e, n, t, s, o, i) {
|
|
3842
3842
|
}, [
|
3843
3843
|
p.zip ? (l(), a("span", da, g(p.zip) + " ", 1)) : c("", !0),
|
3844
3844
|
p.city ? (l(), a("span", ca, [
|
3845
|
-
|
3845
|
+
j(g(p.city), 1),
|
3846
3846
|
p.state ? (l(), a(_, { key: 0 }, [
|
3847
|
-
|
3847
|
+
j(g(p.state), 1)
|
3848
3848
|
], 64)) : c("", !0)
|
3849
3849
|
])) : c("", !0),
|
3850
3850
|
ua
|
@@ -4014,16 +4014,16 @@ const Sy = /* @__PURE__ */ L(ya, [["render", Ca]]), _a = {
|
|
4014
4014
|
navigator.clipboard.writeText(n), alert(n + " was copied to clipboard");
|
4015
4015
|
}
|
4016
4016
|
}
|
4017
|
-
},
|
4017
|
+
}, wa = { class: "cmd-bank-account-data" }, xa = { key: 0 }, ka = ["onClick", "title"], va = { key: 1 };
|
4018
4018
|
function Ta(e, n, t, s, o, i) {
|
4019
4019
|
const r = G, d = z;
|
4020
|
-
return l(), a("div",
|
4020
|
+
return l(), a("div", wa, [
|
4021
4021
|
t.useSlot ? A(e.$slots, "default", { key: 0 }) : (l(), a(_, { key: 1 }, [
|
4022
|
-
t.cmdHeadline ? (l(), C(r,
|
4022
|
+
t.cmdHeadline ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
4023
4023
|
f("dl", null, [
|
4024
4024
|
(l(!0), a(_, null, H(t.accountData, (u, h) => (l(), a(_, { key: h }, [
|
4025
4025
|
f("dt", null, g(u.text), 1),
|
4026
|
-
t.allowCopyByClick && u.allowCopy ? (l(), a("dd",
|
4026
|
+
t.allowCopyByClick && u.allowCopy ? (l(), a("dd", xa, [
|
4027
4027
|
f("span", null, g(u.value), 1),
|
4028
4028
|
f("a", {
|
4029
4029
|
href: "#",
|
@@ -4291,7 +4291,7 @@ const Da = {
|
|
4291
4291
|
mixins: [
|
4292
4292
|
oe,
|
4293
4293
|
Va,
|
4294
|
-
|
4294
|
+
rt
|
4295
4295
|
],
|
4296
4296
|
inject: {
|
4297
4297
|
editModeContext: {
|
@@ -4522,7 +4522,7 @@ const Da = {
|
|
4522
4522
|
function za(e, n, t, s, o, i) {
|
4523
4523
|
const r = G, d = ee, u = Ea;
|
4524
4524
|
return l(), a("div", Ha, [
|
4525
|
-
t.cmdHeadline ? (l(), C(r,
|
4525
|
+
t.cmdHeadline ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
4526
4526
|
v(u, {
|
4527
4527
|
onSubmit: i.onSubmit,
|
4528
4528
|
novalidate: "novalidate",
|
@@ -4531,7 +4531,7 @@ function za(e, n, t, s, o, i) {
|
|
4531
4531
|
formAction: t.formAction
|
4532
4532
|
}, {
|
4533
4533
|
default: V(() => {
|
4534
|
-
var h, m, p,
|
4534
|
+
var h, m, p, w, y, k, S, T, B, O, P, D, U, F, q, J, Y, Z, le, se, ae, re, X, E, fe, Le, Fe, Be, Pe, ne, nn, on, ln, sn, an, rn, dn, cn, un, mn;
|
4535
4535
|
return [
|
4536
4536
|
t.configuration.salutation ? (l(), a("div", qa, [
|
4537
4537
|
v(d, {
|
@@ -4551,7 +4551,7 @@ function za(e, n, t, s, o, i) {
|
|
4551
4551
|
labelText: e.getMessage("basic_form.labeltext.salutation_female"),
|
4552
4552
|
name: ((p = t.configuration.salutation) == null ? void 0 : p.name) || "salutation",
|
4553
4553
|
inputValue: "f",
|
4554
|
-
replaceInputType: (
|
4554
|
+
replaceInputType: (w = t.configuration.salutation) == null ? void 0 : w.replaceInputType,
|
4555
4555
|
modelValue: o.formData.salutation.value,
|
4556
4556
|
"onUpdate:modelValue": n[1] || (n[1] = (W) => o.formData.salutation.value = W),
|
4557
4557
|
onValidate: i.onValidate
|
@@ -4860,7 +4860,7 @@ const Xa = /* @__PURE__ */ L(Ga, [["render", Ya]]), Qa = {
|
|
4860
4860
|
}
|
4861
4861
|
}, $a = ["href", "target"];
|
4862
4862
|
function er(e, n, t, s, o, i) {
|
4863
|
-
const r = Xa, d =
|
4863
|
+
const r = Xa, d = Ce("router-link");
|
4864
4864
|
return t.linkType === "href" ? (l(), a("a", {
|
4865
4865
|
key: 0,
|
4866
4866
|
href: t.path,
|
@@ -5171,7 +5171,7 @@ const tr = {
|
|
5171
5171
|
rr
|
5172
5172
|
], cr = ["innerHTML"], ur = ["src", "alt", "title"], mr = ["innerHTML"], fr = ["src", "alt", "title"];
|
5173
5173
|
function hr(e, n, t, s, o, i) {
|
5174
|
-
var u, h, m, p,
|
5174
|
+
var u, h, m, p, w, y, k, S, T, B;
|
5175
5175
|
const r = ee, d = Se;
|
5176
5176
|
return e.editModeContext ? (l(), C(d, {
|
5177
5177
|
key: 0,
|
@@ -5273,7 +5273,7 @@ function hr(e, n, t, s, o, i) {
|
|
5273
5273
|
}, null, 8, cr)) : c("", !0),
|
5274
5274
|
f("img", {
|
5275
5275
|
src: i.imageSource,
|
5276
|
-
alt: (
|
5276
|
+
alt: (w = t.image) == null ? void 0 : w.alt,
|
5277
5277
|
title: (y = t.image) == null ? void 0 : y.tooltip,
|
5278
5278
|
onLoad: n[4] || (n[4] = (...O) => i.onImageLoaded && i.onImageLoaded(...O))
|
5279
5279
|
}, null, 40, ur),
|
@@ -5289,7 +5289,7 @@ function hr(e, n, t, s, o, i) {
|
|
5289
5289
|
onLoad: n[5] || (n[5] = (...O) => i.onImageLoaded && i.onImageLoaded(...O))
|
5290
5290
|
}, null, 40, fr));
|
5291
5291
|
}
|
5292
|
-
const
|
5292
|
+
const we = /* @__PURE__ */ L(tr, [["render", hr]]), pr = {
|
5293
5293
|
name: "CmdSlideButton",
|
5294
5294
|
props: {
|
5295
5295
|
/**
|
@@ -5355,7 +5355,7 @@ function yr(e, n, t, s, o, i) {
|
|
5355
5355
|
}, null, 8, ["type", "iconClass"])
|
5356
5356
|
], 10, gr);
|
5357
5357
|
}
|
5358
|
-
const
|
5358
|
+
const dt = /* @__PURE__ */ L(pr, [["render", yr]]), br = {
|
5359
5359
|
data() {
|
5360
5360
|
return {
|
5361
5361
|
defaultMessageProperties: {
|
@@ -5537,7 +5537,7 @@ const ct = /* @__PURE__ */ L(pr, [["render", yr]]), br = {
|
|
5537
5537
|
},
|
5538
5538
|
onAddItem() {
|
5539
5539
|
this.editModeContext.content.addContent(
|
5540
|
-
|
5540
|
+
_e(this, "props", "thumbnailScrollerItems", -1),
|
5541
5541
|
this.itemProvider
|
5542
5542
|
);
|
5543
5543
|
},
|
@@ -5565,7 +5565,7 @@ const ct = /* @__PURE__ */ L(pr, [["render", yr]]), br = {
|
|
5565
5565
|
e && this.items.unshift(e);
|
5566
5566
|
},
|
5567
5567
|
showFancyBox(e) {
|
5568
|
-
this.allowOpenFancyBox &&
|
5568
|
+
this.allowOpenFancyBox && ct({ fancyBoxGallery: this.items, defaultGalleryIndex: e }), this.emitCurrentItemId(e);
|
5569
5569
|
},
|
5570
5570
|
emitCurrentItemId(e) {
|
5571
5571
|
if (this.contentType === "image") {
|
@@ -5590,13 +5590,13 @@ const ct = /* @__PURE__ */ L(pr, [["render", yr]]), br = {
|
|
5590
5590
|
deep: !0
|
5591
5591
|
}
|
5592
5592
|
}
|
5593
|
-
}, _r = { class: "inner-thumbnail-wrapper" },
|
5593
|
+
}, _r = { class: "inner-thumbnail-wrapper" }, wr = ["href", "onClick", "title", "target"], xr = { key: 1 }, kr = { key: 1 }, vr = { key: 0 }, Tr = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), Sr = /* @__PURE__ */ f("span", null, "Add new thumbnail-scroller-image", -1), Or = [
|
5594
5594
|
Tr,
|
5595
5595
|
Sr
|
5596
5596
|
];
|
5597
5597
|
function Ir(e, n, t, s, o, i) {
|
5598
5598
|
var m;
|
5599
|
-
const r = G, d =
|
5599
|
+
const r = G, d = dt, u = we, h = z;
|
5600
5600
|
return l(), a("div", {
|
5601
5601
|
class: b([
|
5602
5602
|
"cmd-thumbnail-scroller",
|
@@ -5609,7 +5609,7 @@ function Ir(e, n, t, s, o, i) {
|
|
5609
5609
|
]),
|
5610
5610
|
ref: "thumbnail-scroller"
|
5611
5611
|
}, [
|
5612
|
-
(m = t.cmdHeadline) != null && m.headlineText || e.editModeContext ? (l(), C(r,
|
5612
|
+
(m = t.cmdHeadline) != null && m.headlineText || e.editModeContext ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
5613
5613
|
f("div", _r, [
|
5614
5614
|
o.showSlidebuttons ? (l(), C(d, {
|
5615
5615
|
key: 0,
|
@@ -5621,12 +5621,12 @@ function Ir(e, n, t, s, o, i) {
|
|
5621
5621
|
tag: "ul"
|
5622
5622
|
}, {
|
5623
5623
|
default: V(() => [
|
5624
|
-
(l(!0), a(_, null, H(o.items, (p,
|
5624
|
+
(l(!0), a(_, null, H(o.items, (p, w) => (l(), a("li", { key: w }, [
|
5625
5625
|
e.editModeContext ? t.contentType === "image" ? (l(), C(u, {
|
5626
5626
|
key: 1,
|
5627
5627
|
image: p.image,
|
5628
5628
|
figcaption: p.figcaption,
|
5629
|
-
componentPath: ["props", "thumbnailScrollerItems",
|
5629
|
+
componentPath: ["props", "thumbnailScrollerItems", w],
|
5630
5630
|
editModeConfig: i.imageStructure()
|
5631
5631
|
}, null, 8, ["image", "figcaption", "componentPath", "editModeConfig"])) : t.contentType === "text" ? (l(), a(_, { key: 2 }, [
|
5632
5632
|
p.iconClass ? (l(), C(h, {
|
@@ -5638,8 +5638,8 @@ function Ir(e, n, t, s, o, i) {
|
|
5638
5638
|
], 64)) : c("", !0) : (l(), a("a", {
|
5639
5639
|
key: 0,
|
5640
5640
|
href: t.executeOnClick === "url" ? p.url : "#",
|
5641
|
-
onClick: (y) => i.executeLink(
|
5642
|
-
class: b([{ active: t.activeItemIndex ===
|
5641
|
+
onClick: (y) => i.executeLink(w, y),
|
5642
|
+
class: b([{ active: t.activeItemIndex === w }, p.id ? "item-" + p.id : ""]),
|
5643
5643
|
title: i.tooltip,
|
5644
5644
|
target: t.executeOnClick === "url" ? "_blank" : null
|
5645
5645
|
}, [
|
@@ -5653,9 +5653,9 @@ function Ir(e, n, t, s, o, i) {
|
|
5653
5653
|
iconClass: p.iconClass,
|
5654
5654
|
type: p.iconType
|
5655
5655
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
5656
|
-
p.text ? (l(), a("span",
|
5656
|
+
p.text ? (l(), a("span", xr, g(p.text), 1)) : c("", !0)
|
5657
5657
|
], 64))
|
5658
|
-
], 10,
|
5658
|
+
], 10, wr))
|
5659
5659
|
]))), 128)),
|
5660
5660
|
!o.items.length && t.contentType === "image" ? (l(), a("li", vr, [
|
5661
5661
|
f("button", {
|
@@ -5675,7 +5675,7 @@ function Ir(e, n, t, s, o, i) {
|
|
5675
5675
|
])
|
5676
5676
|
], 2);
|
5677
5677
|
}
|
5678
|
-
const Mr = /* @__PURE__ */ L(Cr, [["render", Ir]]),
|
5678
|
+
const Mr = /* @__PURE__ */ L(Cr, [["render", Ir]]), ct = (e) => {
|
5679
5679
|
const n = document.createElement("div");
|
5680
5680
|
document.querySelector("body").appendChild(n), Wi(pi, {
|
5681
5681
|
...e,
|
@@ -5954,8 +5954,8 @@ const Fr = pi, Br = ["aria-label"], Pr = { class: "flex-container" }, Ar = {
|
|
5954
5954
|
class: "flex-container no-flex"
|
5955
5955
|
}, zr = ["title"], Wr = { key: 1 }, Gr = ["title"], Jr = { key: 1 };
|
5956
5956
|
function Kr(e, n, t, s, o, i) {
|
5957
|
-
var p,
|
5958
|
-
const r = G, d = z, u =
|
5957
|
+
var p, w, y, k, S, T, B, O, P, D, U, F, q, J, Y, Z, le, se, ae, re, X, E, fe, Le, Fe, Be, Pe;
|
5958
|
+
const r = G, d = z, u = we, h = dt, m = Mr;
|
5959
5959
|
return l(), C(Gi, { to: "body" }, [
|
5960
5960
|
f("dialog", {
|
5961
5961
|
ref: "dialog",
|
@@ -5965,7 +5965,7 @@ function Kr(e, n, t, s, o, i) {
|
|
5965
5965
|
}, [
|
5966
5966
|
f("header", Pr, [
|
5967
5967
|
(p = e.cmdHeadline) != null && p.headlineText ? (l(), C(r, M({ key: 0 }, e.cmdHeadline, { id: e.htmlId }), null, 16, ["id"])) : c("", !0),
|
5968
|
-
(
|
5968
|
+
(w = e.fancyboxOptions.printButtons) != null && w.color || (y = e.fancyboxOptions.printButtons) != null && y.grayscale || e.fancyboxOptions.closeIcon ? (l(), a("div", Ar, [
|
5969
5969
|
e.showPrintButtons && ((k = e.fancyboxOptions.printButtons) != null && k.color) ? (l(), a("a", {
|
5970
5970
|
key: 0,
|
5971
5971
|
href: "#",
|
@@ -6097,14 +6097,6 @@ const Iy = /* @__PURE__ */ L(Fr, [["render", Kr]]), Zr = {
|
|
6097
6097
|
n.text = e;
|
6098
6098
|
}
|
6099
6099
|
});
|
6100
|
-
},
|
6101
|
-
executeLink(e) {
|
6102
|
-
var n, t, s;
|
6103
|
-
if ((n = this.link) != null && n.fancybox) {
|
6104
|
-
e.preventDefault(), Ge({ url: (t = this.link) == null ? void 0 : t.path, showSubmitButtons: (s = this.link) == null ? void 0 : s.showSubmitButtons });
|
6105
|
-
return;
|
6106
|
-
}
|
6107
|
-
this.$emit("click", e);
|
6108
6100
|
}
|
6109
6101
|
}
|
6110
6102
|
}, Yr = {
|
@@ -6116,7 +6108,7 @@ const Iy = /* @__PURE__ */ L(Fr, [["render", Kr]]), Zr = {
|
|
6116
6108
|
};
|
6117
6109
|
function $r(e, n, t, s, o, i) {
|
6118
6110
|
var h;
|
6119
|
-
const r = We, d =
|
6111
|
+
const r = We, d = Ce("CmdListOfLinksItem", !0), u = ee;
|
6120
6112
|
return e.editing ? (l(), a("div", Qr, [
|
6121
6113
|
v(u, {
|
6122
6114
|
element: "input",
|
@@ -6125,12 +6117,10 @@ function $r(e, n, t, s, o, i) {
|
|
6125
6117
|
showLabel: !1,
|
6126
6118
|
placeholder: "Linktext",
|
6127
6119
|
modelValue: o.editableText,
|
6128
|
-
"onUpdate:modelValue": n[
|
6120
|
+
"onUpdate:modelValue": n[0] || (n[0] = (m) => o.editableText = m)
|
6129
6121
|
}, null, 8, ["modelValue"])
|
6130
6122
|
])) : (l(), a("li", Yr, [
|
6131
|
-
v(r,
|
6132
|
-
onClick: n[0] || (n[0] = (m) => i.executeLink())
|
6133
|
-
}), null, 16),
|
6123
|
+
v(r, N(ge(t.link)), null, 16),
|
6134
6124
|
e.editModeContext ? c("", !0) : (l(), a("ul", Xr, [
|
6135
6125
|
(l(!0), a(_, null, H((h = t.link) == null ? void 0 : h.children, (m, p) => (l(), C(d, {
|
6136
6126
|
key: p,
|
@@ -6243,7 +6233,7 @@ const ed = /* @__PURE__ */ L(Zr, [["render", $r]]), td = {
|
|
6243
6233
|
methods: {
|
6244
6234
|
onAddItem() {
|
6245
6235
|
this.editModeContext.content.addContent(
|
6246
|
-
|
6236
|
+
_e(this, "props", "links", -1),
|
6247
6237
|
this.itemProvider
|
6248
6238
|
);
|
6249
6239
|
},
|
@@ -6285,7 +6275,7 @@ function sd(e, n, t, s, o, i) {
|
|
6285
6275
|
}
|
6286
6276
|
])
|
6287
6277
|
}, [
|
6288
|
-
(h = t.cmdHeadline) != null && h.headlineText || e.editModeContext ? (l(), C(r,
|
6278
|
+
(h = t.cmdHeadline) != null && h.headlineText || e.editModeContext ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
6289
6279
|
f("ul", {
|
6290
6280
|
class: b(["flex-container", { "no-gap": !t.useGap }, "align-" + t.align, i.setStretchClass])
|
6291
6281
|
}, [
|
@@ -6669,10 +6659,10 @@ const dd = ["title"], cd = {
|
|
6669
6659
|
}, gd = {
|
6670
6660
|
key: 3,
|
6671
6661
|
class: "box-footer"
|
6672
|
-
}, yd = { class: "box-header flex-container vertical" }, bd = { key: 0 }, Cd = ["src", "alt"], _d = { key: 1 },
|
6662
|
+
}, yd = { class: "box-header flex-container vertical" }, bd = { key: 0 }, Cd = ["src", "alt"], _d = { key: 1 }, wd = {
|
6673
6663
|
key: 2,
|
6674
6664
|
class: "ribbon-new"
|
6675
|
-
},
|
6665
|
+
}, xd = {
|
6676
6666
|
key: 3,
|
6677
6667
|
class: "ribbon-discount"
|
6678
6668
|
}, kd = { class: "box-body" }, vd = { key: 0 }, Td = {
|
@@ -6701,8 +6691,8 @@ const dd = ["title"], cd = {
|
|
6701
6691
|
class: "box-footer"
|
6702
6692
|
};
|
6703
6693
|
function Ud(e, n, t, s, o, i) {
|
6704
|
-
var p,
|
6705
|
-
const r = G, d = z, u =
|
6694
|
+
var p, w, y, k, S, T, B, O, P, D;
|
6695
|
+
const r = G, d = z, u = we, h = We, m = gi;
|
6706
6696
|
return t.boxType === "content" ? (l(), a("div", {
|
6707
6697
|
key: 0,
|
6708
6698
|
ref: "cmdBox",
|
@@ -6724,7 +6714,7 @@ function Ud(e, n, t, s, o, i) {
|
|
6724
6714
|
title: o.open ? t.iconOpen.tooltip : t.iconClosed.tooltip,
|
6725
6715
|
onClick: n[0] || (n[0] = I((...U) => i.toggleContentVisibility && i.toggleContentVisibility(...U), ["prevent"]))
|
6726
6716
|
}, [
|
6727
|
-
(p = t.useSlots) != null && p.includes("header") ? A(e.$slots, "header", { key: 0 }) : (
|
6717
|
+
(p = t.useSlots) != null && p.includes("header") ? A(e.$slots, "header", { key: 0 }) : (w = t.cmdHeadline) != null && w.headlineText && t.headlinePosition === "header" ? (l(), C(r, N(M({ key: 1 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
6728
6718
|
v(d, {
|
6729
6719
|
iconClass: o.open ? t.iconOpen.iconClass : t.iconClosed.iconClass,
|
6730
6720
|
type: o.open ? t.iconOpen.iconType : t.iconClosed.iconType
|
@@ -6732,7 +6722,7 @@ function Ud(e, n, t, s, o, i) {
|
|
6732
6722
|
], 8, dd)) : (l(), a(_, { key: 1 }, [
|
6733
6723
|
(y = t.useSlots) != null && y.includes("header") || (k = t.cmdHeadline) != null && k.headlineText && t.headlinePosition === "header" ? (l(), a("div", cd, [
|
6734
6724
|
(S = t.useSlots) != null && S.includes("header") ? A(e.$slots, "header", { key: 0 }) : c("", !0),
|
6735
|
-
(T = t.cmdHeadline) != null && T.headlineText && t.headlinePosition === "header" ? (l(), C(r,
|
6725
|
+
(T = t.cmdHeadline) != null && T.headlineText && t.headlinePosition === "header" ? (l(), C(r, N(M({ key: 1 }, t.cmdHeadline)), null, 16)) : c("", !0)
|
6736
6726
|
])) : c("", !0)
|
6737
6727
|
], 64)),
|
6738
6728
|
ue(f("div", {
|
@@ -6744,12 +6734,12 @@ function Ud(e, n, t, s, o, i) {
|
|
6744
6734
|
key: 0,
|
6745
6735
|
class: b(["inner-box-body-wrapper", { "default-padding": t.useDefaultPadding, "allow-scroll": t.allowContentToScroll }]),
|
6746
6736
|
ref: "boxBody",
|
6747
|
-
style:
|
6737
|
+
style: et(t.allowContentToScroll ? "max-height: " + o.calculatedBodyHeight : null)
|
6748
6738
|
}, [
|
6749
6739
|
A(e.$slots, "body", {}, () => {
|
6750
6740
|
var U;
|
6751
6741
|
return [
|
6752
|
-
(U = t.cmdHeadline) != null && U.headlineText && t.headlinePosition === "body" ? (l(), C(r,
|
6742
|
+
(U = t.cmdHeadline) != null && U.headlineText && t.headlinePosition === "body" ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
6753
6743
|
t.cmdIcon !== void 0 ? (l(), a("div", ud, [
|
6754
6744
|
v(d, {
|
6755
6745
|
iconClass: t.cmdIcon.iconClass,
|
@@ -6781,15 +6771,15 @@ function Ud(e, n, t, s, o, i) {
|
|
6781
6771
|
key: 1,
|
6782
6772
|
class: b(["inner-box-body-wrapper", { "allow-scroll": t.allowContentToScroll }])
|
6783
6773
|
}, [
|
6784
|
-
t.cmdImage ? (l(), C(u,
|
6774
|
+
t.cmdImage ? (l(), C(u, N(M({ key: 0 }, t.cmdImage)), null, 16)) : c("", !0),
|
6785
6775
|
t.textBody ? (l(), a("div", {
|
6786
6776
|
key: 1,
|
6787
6777
|
class: b({ "default-padding": t.useDefaultPadding, "allow-scroll": t.allowContentToScroll })
|
6788
6778
|
}, [
|
6789
6779
|
t.cmdIcon !== void 0 ? (l(), a("div", fd, [
|
6790
|
-
v(d,
|
6780
|
+
v(d, N(ge(t.cmdIcon)), null, 16)
|
6791
6781
|
])) : c("", !0),
|
6792
|
-
(O = t.cmdHeadline) != null && O.headlineText && t.headlinePosition === "body" ? (l(), C(r,
|
6782
|
+
(O = t.cmdHeadline) != null && O.headlineText && t.headlinePosition === "body" ? (l(), C(r, N(M({ key: 1 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
6793
6783
|
t.textBody ? (l(), a("p", {
|
6794
6784
|
key: 2,
|
6795
6785
|
innerHTML: t.textBody
|
@@ -6797,10 +6787,10 @@ function Ud(e, n, t, s, o, i) {
|
|
6797
6787
|
], 2)) : c("", !0)
|
6798
6788
|
], 2))
|
6799
6789
|
], 2), [
|
6800
|
-
[
|
6790
|
+
[be, o.open]
|
6801
6791
|
]),
|
6802
6792
|
(P = t.cmdLink) != null && P.linkType ? (l(), a("div", pd, [
|
6803
|
-
v(h,
|
6793
|
+
v(h, N(ge(t.cmdLink)), null, 16)
|
6804
6794
|
])) : c("", !0),
|
6805
6795
|
(D = t.useSlots) != null && D.includes("footer") ? (l(), a("div", gd, [
|
6806
6796
|
A(e.$slots, "footer")
|
@@ -6819,10 +6809,10 @@ function Ud(e, n, t, s, o, i) {
|
|
6819
6809
|
}, null, 8, Cd),
|
6820
6810
|
f("figcaption", null, g(t.product.name), 1)
|
6821
6811
|
])) : (l(), a("p", _d, g(t.product.name), 1)),
|
6822
|
-
t.product.new ? (l(), a("div",
|
6812
|
+
t.product.new ? (l(), a("div", wd, [
|
6823
6813
|
f("span", null, g(e.getMessage("cmdbox.productbox.new")), 1)
|
6824
6814
|
])) : c("", !0),
|
6825
|
-
t.product.discount ? (l(), a("div",
|
6815
|
+
t.product.discount ? (l(), a("div", xd, [
|
6826
6816
|
f("span", null, g(t.product.discount), 1)
|
6827
6817
|
])) : c("", !0)
|
6828
6818
|
]),
|
@@ -6855,7 +6845,7 @@ function Ud(e, n, t, s, o, i) {
|
|
6855
6845
|
alt: t.user.image.alt
|
6856
6846
|
}, null, 8, Ld),
|
6857
6847
|
t.rowView ? c("", !0) : (l(), a("figcaption", Fd, [
|
6858
|
-
|
6848
|
+
j(g(t.user.name), 1),
|
6859
6849
|
t.user.age ? (l(), a("span", Bd, " (" + g(t.user.age) + ")", 1)) : c("", !0)
|
6860
6850
|
]))
|
6861
6851
|
])) : (l(), a("div", Pd, [
|
@@ -7092,7 +7082,7 @@ function Kd(e, n, t, s, o, i) {
|
|
7092
7082
|
const r = G, d = z;
|
7093
7083
|
return l(), a("div", zd, [
|
7094
7084
|
t.cmdHeadline.headlineText || t.allowUserToToggleOrientation ? (l(), a("div", Wd, [
|
7095
|
-
t.cmdHeadline.headlineText ? (l(), C(r,
|
7085
|
+
t.cmdHeadline.headlineText ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
7096
7086
|
t.allowUserToToggleOrientation ? (l(), a("div", Gd, [
|
7097
7087
|
t.allowUserToToggleOrientation ? (l(), a("a", {
|
7098
7088
|
key: 0,
|
@@ -7167,7 +7157,7 @@ const Yd = {
|
|
7167
7157
|
class: "breadcrumb-label"
|
7168
7158
|
}, $d = ["href"], ec = { key: 1 }, tc = { key: 1 }, nc = { key: 2 }, ic = { key: 1 }, oc = { key: 3 };
|
7169
7159
|
function lc(e, n, t, s, o, i) {
|
7170
|
-
const r = z, d =
|
7160
|
+
const r = z, d = Ce("router-link");
|
7171
7161
|
return l(), a("ul", Xd, [
|
7172
7162
|
t.breadcrumbLabel ? (l(), a("li", Qd, g(t.breadcrumbLabel), 1)) : c("", !0),
|
7173
7163
|
(l(!0), a(_, null, H(t.breadcrumbLinks || [], (u, h) => (l(), a("li", { key: h }, [
|
@@ -7288,8 +7278,8 @@ const sc = /* @__PURE__ */ L(Yd, [["render", lc]]), ac = {
|
|
7288
7278
|
}
|
7289
7279
|
}, rc = { class: "cmd-company-logo company-logo" }, dc = ["href", "title"];
|
7290
7280
|
function cc(e, n, t, s, o, i) {
|
7291
|
-
var u, h, m, p,
|
7292
|
-
const r =
|
7281
|
+
var u, h, m, p, w, y;
|
7282
|
+
const r = we, d = Ce("router-link");
|
7293
7283
|
return l(), a("div", rc, [
|
7294
7284
|
((u = t.link) == null ? void 0 : u.type) === "router" ? (l(), C(d, {
|
7295
7285
|
key: 0,
|
@@ -7305,7 +7295,7 @@ function cc(e, n, t, s, o, i) {
|
|
7305
7295
|
_: 1
|
7306
7296
|
}, 8, ["to", "title"])) : ((p = t.link) == null ? void 0 : p.type) === "href" ? (l(), a("a", {
|
7307
7297
|
key: 1,
|
7308
|
-
href: (
|
7298
|
+
href: (w = t.link) == null ? void 0 : w.path,
|
7309
7299
|
title: (y = t.link) == null ? void 0 : y.tooltip
|
7310
7300
|
}, [
|
7311
7301
|
v(r, {
|
@@ -7386,14 +7376,12 @@ const uc = /* @__PURE__ */ L(ac, [["render", cc]]), mc = {
|
|
7386
7376
|
if (typeof this.$slots.default != "function")
|
7387
7377
|
return !1;
|
7388
7378
|
const e = this.$slots.default();
|
7389
|
-
return e.length === 1 && typeof e[0].type == "symbol" && Array.isArray(e[0].children) ? e[0].children.length === 1 : e.length === 1;
|
7379
|
+
return e.length === 1 && typeof e[0].type == "symbol" && Array.isArray(e[0].children) ? e[0].children.length === 1 : e.length === 1 && typeof e[0].type == "object" && e[0].type.name === "RenderComponents" && typeof e[0].props == "object" && Array.isArray(e[0].props.components) ? e[0].props.components.length === 1 : e.length === 1;
|
7390
7380
|
}
|
7391
7381
|
},
|
7392
7382
|
computed: {
|
7393
|
-
containerClass() {
|
7394
|
-
},
|
7395
7383
|
setInnerClass() {
|
7396
|
-
let e = this.innerClass;
|
7384
|
+
let e = this.innerClass || "";
|
7397
7385
|
switch (this.containerType) {
|
7398
7386
|
case "grid":
|
7399
7387
|
e += " grid-container-create-columns";
|
@@ -7412,7 +7400,7 @@ const uc = /* @__PURE__ */ L(ac, [["render", cc]]), mc = {
|
|
7412
7400
|
function gc(e, n, t, s, o, i) {
|
7413
7401
|
const r = G;
|
7414
7402
|
return l(), a("div", fc, [
|
7415
|
-
t.cmdHeadline ? (l(), C(r,
|
7403
|
+
t.cmdHeadline ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
7416
7404
|
t.contentAboveSlot ? (l(), a("div", {
|
7417
7405
|
key: 1,
|
7418
7406
|
innerHTML: t.contentAboveSlot
|
@@ -7566,7 +7554,7 @@ const My = /* @__PURE__ */ L(mc, [["render", gc]]), yc = {
|
|
7566
7554
|
}, Cc = { class: "cmd-cookie-disclaimer flex-container vertical" }, _c = {
|
7567
7555
|
key: 0,
|
7568
7556
|
class: "flex-container vertical"
|
7569
|
-
},
|
7557
|
+
}, wc = { key: 0 }, xc = { key: 1 }, kc = ["href", "target"], vc = ["innerHTML"], Tc = /* @__PURE__ */ f("hr", null, null, -1), Sc = {
|
7570
7558
|
key: 1,
|
7571
7559
|
class: "flex-container vertical"
|
7572
7560
|
}, Oc = { key: 0 }, Ic = { key: 1 }, Mc = ["href", "target"], Lc = ["innerHTML"], Fc = { class: "button-wrapper align-center" };
|
@@ -7584,9 +7572,9 @@ function Bc(e, n, t, s, o, i) {
|
|
7584
7572
|
headlineLevel: t.cmdHeadlineCookieDisclaimer.headlineLevel
|
7585
7573
|
}, null, 8, ["headlineText", "headlineLevel"])) : c("", !0),
|
7586
7574
|
A(e.$slots, "cookie-options", {}, () => {
|
7587
|
-
var
|
7575
|
+
var w, y, k, S, T, B, O, P;
|
7588
7576
|
return [
|
7589
|
-
(
|
7577
|
+
(w = t.cookieOptions) != null && w.required ? (l(), a("div", _c, [
|
7590
7578
|
(y = t.cmdBoxRequiredCookies) != null && y.showHeadline ? (l(), C(r, {
|
7591
7579
|
key: 0,
|
7592
7580
|
"headline-text": (k = t.cmdBoxRequiredCookies) == null ? void 0 : k.headlineText,
|
@@ -7614,9 +7602,9 @@ function Bc(e, n, t, s, o, i) {
|
|
7614
7602
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
7615
7603
|
]),
|
7616
7604
|
body: V(() => [
|
7617
|
-
D.description ? (l(), a("p",
|
7618
|
-
D.linkDataPrivacy ? (l(), a("p",
|
7619
|
-
|
7605
|
+
D.description ? (l(), a("p", wc, g(D.description), 1)) : c("", !0),
|
7606
|
+
D.linkDataPrivacy ? (l(), a("p", xc, [
|
7607
|
+
j(g(D.linkDataPrivacy.label) + " ", 1),
|
7620
7608
|
f("a", {
|
7621
7609
|
onClick: n[1] || (n[1] = (...q) => i.openDataPrivacy && i.openDataPrivacy(...q)),
|
7622
7610
|
href: D.linkDataPrivacy.link,
|
@@ -7663,7 +7651,7 @@ function Bc(e, n, t, s, o, i) {
|
|
7663
7651
|
body: V(() => [
|
7664
7652
|
D.description ? (l(), a("p", Oc, g(D.description), 1)) : c("", !0),
|
7665
7653
|
D.linkDataPrivacy ? (l(), a("p", Ic, [
|
7666
|
-
|
7654
|
+
j(g(D.linkDataPrivacy.label) + " ", 1),
|
7667
7655
|
f("a", {
|
7668
7656
|
onClick: n[3] || (n[3] = (...q) => i.openDataPrivacy && i.openDataPrivacy(...q)),
|
7669
7657
|
href: D.linkDataPrivacy.link,
|
@@ -7686,7 +7674,7 @@ function Bc(e, n, t, s, o, i) {
|
|
7686
7674
|
t.buttonLabelAcceptCurrentSettings ? (l(), a("button", {
|
7687
7675
|
key: 0,
|
7688
7676
|
type: "button",
|
7689
|
-
onClick: n[4] || (n[4] = (...
|
7677
|
+
onClick: n[4] || (n[4] = (...w) => i.acceptCurrentCookies && i.acceptCurrentCookies(...w))
|
7690
7678
|
}, [
|
7691
7679
|
f("span", null, g(t.buttonLabelAcceptCurrentSettings), 1)
|
7692
7680
|
])) : c("", !0),
|
@@ -7694,7 +7682,7 @@ function Bc(e, n, t, s, o, i) {
|
|
7694
7682
|
key: 1,
|
7695
7683
|
type: "button",
|
7696
7684
|
class: "primary",
|
7697
|
-
onClick: n[5] || (n[5] = (...
|
7685
|
+
onClick: n[5] || (n[5] = (...w) => i.acceptAllCookies && i.acceptAllCookies(...w))
|
7698
7686
|
}, [
|
7699
7687
|
f("span", null, g(t.buttonLabelAcceptAllCookies), 1)
|
7700
7688
|
])) : c("", !0)
|
@@ -7741,7 +7729,7 @@ const Fy = /* @__PURE__ */ L(Pc, [["render", Dc]]), Hc = {
|
|
7741
7729
|
mixins: [
|
7742
7730
|
oe,
|
7743
7731
|
Hc,
|
7744
|
-
|
7732
|
+
rt,
|
7745
7733
|
ze,
|
7746
7734
|
Kt
|
7747
7735
|
],
|
@@ -8011,8 +7999,8 @@ const Fy = /* @__PURE__ */ L(Pc, [["render", Dc]]), Hc = {
|
|
8011
7999
|
class: "select-all-options"
|
8012
8000
|
};
|
8013
8001
|
function su(e, n, t, s, o, i) {
|
8014
|
-
var h, m, p,
|
8015
|
-
const r = z, d = Gt, u =
|
8002
|
+
var h, m, p, w;
|
8003
|
+
const r = z, d = Gt, u = Ce("router-link");
|
8016
8004
|
return l(), a("div", {
|
8017
8005
|
class: b([
|
8018
8006
|
o.validationStatus,
|
@@ -8031,7 +8019,7 @@ function su(e, n, t, s, o, i) {
|
|
8031
8019
|
}, [
|
8032
8020
|
t.showLabel ? (l(), a("span", Nc, [
|
8033
8021
|
f("span", { id: e.htmlId }, [
|
8034
|
-
|
8022
|
+
j(g(t.labelText), 1),
|
8035
8023
|
e.$attrs.required !== void 0 ? (l(), a("sup", Uc, "*")) : c("", !0)
|
8036
8024
|
], 8, jc),
|
8037
8025
|
(e.$attrs.required || e.inputRequirements.length) && t.showStatusIcon ? (l(), a("a", {
|
@@ -8075,12 +8063,12 @@ function su(e, n, t, s, o, i) {
|
|
8075
8063
|
class: b(["flag", i.optionCountry])
|
8076
8064
|
}, null, 10, Jc)) : t.type === "color" ? (l(), a("span", {
|
8077
8065
|
key: 1,
|
8078
|
-
style:
|
8066
|
+
style: et("background: " + i.optionColor)
|
8079
8067
|
}, null, 4)) : c("", !0),
|
8080
8068
|
(m = i.optionIcon) != null && m.iconClass ? (l(), C(r, {
|
8081
8069
|
key: 2,
|
8082
8070
|
type: (p = i.optionIcon) == null ? void 0 : p.iconType,
|
8083
|
-
iconClass: (
|
8071
|
+
iconClass: (w = i.optionIcon) == null ? void 0 : w.iconClass
|
8084
8072
|
}, null, 8, ["type", "iconClass"])) : c("", !0),
|
8085
8073
|
i.optionName ? (l(), a("span", Kc, g(i.optionName), 1)) : c("", !0),
|
8086
8074
|
t.iconDropdown ? (l(), C(r, {
|
@@ -8166,7 +8154,7 @@ function su(e, n, t, s, o, i) {
|
|
8166
8154
|
}, [
|
8167
8155
|
f("span", {
|
8168
8156
|
class: "color",
|
8169
|
-
style:
|
8157
|
+
style: et("background: " + y.value)
|
8170
8158
|
}, null, 4),
|
8171
8159
|
f("span", null, g(y.text), 1)
|
8172
8160
|
], 10, ou)) : c("", !0)
|
@@ -8391,12 +8379,12 @@ const Cu = /* @__PURE__ */ L(pu, [["render", bu]]), _u = {
|
|
8391
8379
|
},
|
8392
8380
|
onAddItem() {
|
8393
8381
|
this.editModeContext.content.addContent(
|
8394
|
-
|
8382
|
+
_e(this, "props", "images", -1),
|
8395
8383
|
this.itemProvider
|
8396
8384
|
);
|
8397
8385
|
},
|
8398
8386
|
showFancyBox(e) {
|
8399
|
-
|
8387
|
+
ct({ fancyBoxGallery: this.images, defaultGalleryIndex: e });
|
8400
8388
|
},
|
8401
8389
|
getMessage() {
|
8402
8390
|
return "";
|
@@ -8422,15 +8410,15 @@ const Cu = /* @__PURE__ */ L(pu, [["render", bu]]), _u = {
|
|
8422
8410
|
});
|
8423
8411
|
}
|
8424
8412
|
}
|
8425
|
-
},
|
8413
|
+
}, wu = { class: "grid-container-create-columns cmd-image-gallery" }, xu = ["onClick", "title"], ku = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), vu = /* @__PURE__ */ f("span", null, "Add new gallery-image", -1), Tu = [
|
8426
8414
|
ku,
|
8427
8415
|
vu
|
8428
8416
|
];
|
8429
8417
|
function Su(e, n, t, s, o, i) {
|
8430
8418
|
var u;
|
8431
|
-
const r = G, d =
|
8432
|
-
return l(), a("div",
|
8433
|
-
(u = t.cmdHeadline) != null && u.headlineText || e.editModeContext ? (l(), C(r,
|
8419
|
+
const r = G, d = we;
|
8420
|
+
return l(), a("div", wu, [
|
8421
|
+
(u = t.cmdHeadline) != null && u.headlineText || e.editModeContext ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
8434
8422
|
e.editModeContext ? t.images.length ? (l(!0), a(_, { key: 2 }, H(t.images, (h, m) => (l(), C(d, {
|
8435
8423
|
key: m,
|
8436
8424
|
class: "image-wrapper",
|
@@ -8455,7 +8443,7 @@ function Su(e, n, t, s, o, i) {
|
|
8455
8443
|
image: h.image,
|
8456
8444
|
figcaption: i.figcaption(h)
|
8457
8445
|
}, null, 8, ["image", "figcaption"])
|
8458
|
-
], 8,
|
8446
|
+
], 8, xu))), 128)) : (l(!0), a(_, { key: 1 }, H(t.images, (h, m) => (l(), a("div", {
|
8459
8447
|
key: `i${m}`,
|
8460
8448
|
class: "image-wrapper"
|
8461
8449
|
}, [
|
@@ -8506,15 +8494,15 @@ const By = /* @__PURE__ */ L(_u, [["render", Su]]), Ou = {
|
|
8506
8494
|
}
|
8507
8495
|
};
|
8508
8496
|
function Pn(e, n) {
|
8509
|
-
const t = e.$el.querySelector(".zoom-container"), s = t.querySelector("img"), o = e.$el.querySelector(".zoom-overlay"), i = n.target.getBoundingClientRect().width, r = n.target.getBoundingClientRect().height, d = s.getBoundingClientRect().width, u = s.getBoundingClientRect().height, h = n.pageX - n.target.getBoundingClientRect().x - window.pageXOffset, m = n.pageY - n.target.getBoundingClientRect().y - window.pageYOffset, p = Math.min(i, t.getBoundingClientRect().width / d * i),
|
8510
|
-
o.style.left = `${y}px`, o.style.top = `${k}px`, o.style.width = `${p}px`, o.style.height = `${
|
8497
|
+
const t = e.$el.querySelector(".zoom-container"), s = t.querySelector("img"), o = e.$el.querySelector(".zoom-overlay"), i = n.target.getBoundingClientRect().width, r = n.target.getBoundingClientRect().height, d = s.getBoundingClientRect().width, u = s.getBoundingClientRect().height, h = n.pageX - n.target.getBoundingClientRect().x - window.pageXOffset, m = n.pageY - n.target.getBoundingClientRect().y - window.pageYOffset, p = Math.min(i, t.getBoundingClientRect().width / d * i), w = Math.min(r, t.getBoundingClientRect().height / u * r), y = An(h - p / 2, 0, i - p), k = An(m - w / 2, 0, r - w), S = -(y * (d / i)), T = -(k * (u / r));
|
8498
|
+
o.style.left = `${y}px`, o.style.top = `${k}px`, o.style.width = `${p}px`, o.style.height = `${w}px`, o.style.display = "block", s.style.marginLeft = `${S}px`, s.style.marginTop = `${T}px`;
|
8511
8499
|
}
|
8512
8500
|
function An(e, n, t) {
|
8513
8501
|
return e < n ? n : e > t ? t : e;
|
8514
8502
|
}
|
8515
8503
|
const Iu = { class: "cmd-image-zoom flex-container" }, Mu = ["title"], Lu = { class: "zoom-container" }, Fu = /* @__PURE__ */ f("div", { class: "zoom-overlay" }, null, -1);
|
8516
8504
|
function Bu(e, n, t, s, o, i) {
|
8517
|
-
const r =
|
8505
|
+
const r = we;
|
8518
8506
|
return l(), a("div", Iu, [
|
8519
8507
|
f("a", {
|
8520
8508
|
href: "#",
|
@@ -8537,7 +8525,7 @@ function Bu(e, n, t, s, o, i) {
|
|
8537
8525
|
const Py = /* @__PURE__ */ L(Ou, [["render", Bu]]), Pu = {
|
8538
8526
|
mixins: [
|
8539
8527
|
Jt,
|
8540
|
-
|
8528
|
+
rt,
|
8541
8529
|
ze,
|
8542
8530
|
Kt
|
8543
8531
|
],
|
@@ -8749,7 +8737,7 @@ function Uu(e, n, t, s, o, i) {
|
|
8749
8737
|
}, [
|
8750
8738
|
ue(f("span", Eu, [
|
8751
8739
|
f("span", { id: e.htmlId }, [
|
8752
|
-
|
8740
|
+
j(g(t.labelText), 1),
|
8753
8741
|
t.required ? (l(), a("sup", Du, "*")) : c("", !0)
|
8754
8742
|
], 8, Vu),
|
8755
8743
|
(t.required || e.inputRequirements.length > 0) && t.showStatusIcon ? (l(), a("a", {
|
@@ -8778,7 +8766,7 @@ function Uu(e, n, t, s, o, i) {
|
|
8778
8766
|
role: e.validationStatus === "error" ? "alert" : "dialog"
|
8779
8767
|
}, null, 8, ["showRequirements", "cmdListOfRequirements", "validationStatus", "validationMessage", "inputAttributes", "inputModelValue", "helplink", "relatedId", "role"])) : c("", !0)
|
8780
8768
|
], 512), [
|
8781
|
-
[
|
8769
|
+
[be, t.showLabel]
|
8782
8770
|
]),
|
8783
8771
|
t.useSlot ? (l(), a("div", ju, [
|
8784
8772
|
A(e.$slots, "default")
|
@@ -9104,14 +9092,14 @@ const zu = /* @__PURE__ */ L(Pu, [["render", Uu]]), Wu = {
|
|
9104
9092
|
}
|
9105
9093
|
}, Gu = { class: "cmd-login-form flex-container" }, Ju = { class: "option-wrapper flex-container" }, Ku = { key: 1 }, Zu = ["type", "disabled"], Yu = { key: 1 }, Xu = { class: "cmd-login-form flex-container" }, Qu = { class: "option-wrapper flex-container" }, $u = { key: 1 }, em = ["type", "disabled"], tm = { key: 1 };
|
9106
9094
|
function nm(e, n, t, s, o, i) {
|
9107
|
-
var m, p,
|
9095
|
+
var m, p, w, y, k, S, T, B;
|
9108
9096
|
const r = G, d = ee, u = z, h = We;
|
9109
9097
|
return l(), a(_, null, [
|
9110
9098
|
ue(f("fieldset", Gu, [
|
9111
9099
|
f("legend", {
|
9112
9100
|
class: b({ hidden: !t.legendLoginForm.show, "align-left": t.legendLoginForm.align === "left" })
|
9113
9101
|
}, g(t.legendLoginForm.text), 3),
|
9114
|
-
t.cmdHeadlineLoginForm ? (l(), C(r,
|
9102
|
+
t.cmdHeadlineLoginForm ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadlineLoginForm)), null, 16)) : c("", !0),
|
9115
9103
|
f("div", {
|
9116
9104
|
class: b(["login-fields flex-container", { vertical: t.orientation === "vertical" }])
|
9117
9105
|
}, [
|
@@ -9155,7 +9143,7 @@ function nm(e, n, t, s, o, i) {
|
|
9155
9143
|
path: t.options.createAccount.path,
|
9156
9144
|
text: t.options.createAccount.text,
|
9157
9145
|
icon: {
|
9158
|
-
iconClass: (
|
9146
|
+
iconClass: (w = t.options.createAccount.icon) == null ? void 0 : w.iconClass,
|
9159
9147
|
tooltip: (y = t.options.createAccount.icon) == null ? void 0 : y.tooltip,
|
9160
9148
|
position: (k = t.options.createAccount.icon) == null ? void 0 : k.position
|
9161
9149
|
}
|
@@ -9178,13 +9166,13 @@ function nm(e, n, t, s, o, i) {
|
|
9178
9166
|
], 10, Zu)) : c("", !0)
|
9179
9167
|
])
|
9180
9168
|
], 512), [
|
9181
|
-
[
|
9169
|
+
[be, !o.sendLogin]
|
9182
9170
|
]),
|
9183
9171
|
ue(f("fieldset", Xu, [
|
9184
9172
|
f("legend", {
|
9185
9173
|
class: b({ hidden: !t.legendForgotLoginForm.show, "align-left": t.legendForgotLoginForm.align === "left" })
|
9186
9174
|
}, g(t.legendForgotLoginForm.text), 3),
|
9187
|
-
t.cmdHeadlineSendLoginForm ? (l(), C(r,
|
9175
|
+
t.cmdHeadlineSendLoginForm ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadlineSendLoginForm)), null, 16)) : c("", !0),
|
9188
9176
|
v(d, M({
|
9189
9177
|
ref: "sendPassword",
|
9190
9178
|
element: "input",
|
@@ -9223,7 +9211,7 @@ function nm(e, n, t, s, o, i) {
|
|
9223
9211
|
], 10, em)) : c("", !0)
|
9224
9212
|
])
|
9225
9213
|
], 512), [
|
9226
|
-
[
|
9214
|
+
[be, o.sendLogin]
|
9227
9215
|
])
|
9228
9216
|
], 64);
|
9229
9217
|
}
|
@@ -9364,7 +9352,7 @@ const Ay = /* @__PURE__ */ L(Wu, [["render", nm]]), im = {
|
|
9364
9352
|
class: "close-nav"
|
9365
9353
|
}, lm = ["href", "title", "target", "onClick"], sm = { key: 1 }, am = { key: 1 }, rm = ["aria-expanded"], dm = ["href", "title", "target", "onClick"], cm = { key: 1 }, um = { key: 1 }, mm = ["aria-expanded"], fm = ["href", "title", "target", "onClick"], hm = { key: 1 }, pm = { key: 1 };
|
9366
9354
|
function gm(e, n, t, s, o, i) {
|
9367
|
-
const r = z, d =
|
9355
|
+
const r = z, d = Ce("router-link");
|
9368
9356
|
return l(), a("div", {
|
9369
9357
|
class: b([
|
9370
9358
|
"cmd-main-navigation main-navigation-wrapper",
|
@@ -9399,7 +9387,7 @@ function gm(e, n, t, s, o, i) {
|
|
9399
9387
|
])
|
9400
9388
|
])) : c("", !0),
|
9401
9389
|
(l(!0), a(_, null, H(t.navigationEntries, (u, h) => {
|
9402
|
-
var m, p,
|
9390
|
+
var m, p, w;
|
9403
9391
|
return l(), a("li", {
|
9404
9392
|
key: h,
|
9405
9393
|
class: b({ active: u.active, open: o.openEntry === h, "has-subentries": (m = u == null ? void 0 : u.subentries) == null ? void 0 : m.length })
|
@@ -9443,7 +9431,7 @@ function gm(e, n, t, s, o, i) {
|
|
9443
9431
|
]),
|
9444
9432
|
_: 2
|
9445
9433
|
}, 1032, ["to", "title"])) : c("", !0),
|
9446
|
-
(
|
9434
|
+
(w = u == null ? void 0 : u.subentries) != null && w.length ? (l(), a("ul", {
|
9447
9435
|
key: 2,
|
9448
9436
|
"aria-expanded": o.openEntry ? "true" : "false"
|
9449
9437
|
}, [
|
@@ -9608,7 +9596,7 @@ const ym = /* @__PURE__ */ L(im, [["render", gm]]), bm = {
|
|
9608
9596
|
key: 0,
|
9609
9597
|
class: "number"
|
9610
9598
|
}, _m = { key: 2 };
|
9611
|
-
function
|
9599
|
+
function wm(e, n, t, s, o, i) {
|
9612
9600
|
const r = z, d = We;
|
9613
9601
|
return l(), a("ol", {
|
9614
9602
|
class: b(["cmd-multistep-form-progress-bar", { "use-gap": t.useGap }])
|
@@ -9640,7 +9628,7 @@ function xm(e, n, t, s, o, i) {
|
|
9640
9628
|
], 2))), 128))
|
9641
9629
|
], 2);
|
9642
9630
|
}
|
9643
|
-
const Ey = /* @__PURE__ */ L(bm, [["render",
|
9631
|
+
const Ey = /* @__PURE__ */ L(bm, [["render", wm]]), xm = {
|
9644
9632
|
name: "CmdNewsletterSubscription",
|
9645
9633
|
emits: ["button-click"],
|
9646
9634
|
data() {
|
@@ -9826,7 +9814,7 @@ function Tm(e, n, t, s, o, i) {
|
|
9826
9814
|
])
|
9827
9815
|
]);
|
9828
9816
|
}
|
9829
|
-
const Vy = /* @__PURE__ */ L(
|
9817
|
+
const Vy = /* @__PURE__ */ L(xm, [["render", Tm]]);
|
9830
9818
|
function En(e, n, t, s = !0) {
|
9831
9819
|
function o(i, r) {
|
9832
9820
|
return r && i < 10 ? "0" + i : i;
|
@@ -10039,16 +10027,16 @@ function Dm(e, n, t, s, o, i) {
|
|
10039
10027
|
f("dd", null, [
|
10040
10028
|
t.day.am ? (l(), a("span", Im, [
|
10041
10029
|
t.day.am.displayText ? (l(), a(_, { key: 0 }, [
|
10042
|
-
|
10030
|
+
j(g(t.day.am.displayText), 1)
|
10043
10031
|
], 64)) : (l(), a(_, { key: 1 }, [
|
10044
|
-
|
10032
|
+
j(g(i.getTime(t.day.am.fromTime, t.abbreviationTextAm)) + " " + g(t.separator) + " " + g(i.getTime(t.day.am.tillTime)), 1)
|
10045
10033
|
], 64))
|
10046
10034
|
])) : c("", !0),
|
10047
10035
|
t.day.pm ? (l(), a("span", Mm, [
|
10048
10036
|
t.day.pm.displayText ? (l(), a(_, { key: 0 }, [
|
10049
|
-
|
10037
|
+
j(g(t.day.pm.displayText), 1)
|
10050
10038
|
], 64)) : (l(), a(_, { key: 1 }, [
|
10051
|
-
|
10039
|
+
j(g(i.getTime(t.day.pm.fromTime, t.abbreviationTextPm)) + " " + g(t.separator) + " " + g(i.getTime(t.day.pm.tillTime)), 1)
|
10052
10040
|
], 64))
|
10053
10041
|
])) : c("", !0)
|
10054
10042
|
])
|
@@ -10263,7 +10251,7 @@ const Rm = {
|
|
10263
10251
|
methods: {
|
10264
10252
|
onAddItem() {
|
10265
10253
|
this.editModeContext.content.addContent(
|
10266
|
-
|
10254
|
+
_e(this, "props", "openingHours", -1),
|
10267
10255
|
this.itemProvider
|
10268
10256
|
);
|
10269
10257
|
},
|
@@ -10305,10 +10293,10 @@ const Rm = {
|
|
10305
10293
|
class: "flex-container vertical"
|
10306
10294
|
};
|
10307
10295
|
function Qm(e, n, t, s, o, i) {
|
10308
|
-
var p,
|
10296
|
+
var p, w;
|
10309
10297
|
const r = G, d = We, u = ee, h = Hm, m = Se;
|
10310
10298
|
return l(), a("div", Nm, [
|
10311
|
-
(p = t.cmdHeadline) != null && p.headlineText || e.editModeContext ? (l(), C(r,
|
10299
|
+
(p = t.cmdHeadline) != null && p.headlineText || e.editModeContext ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
10312
10300
|
e.editing ? (l(), a("div", jm, [
|
10313
10301
|
v(u, {
|
10314
10302
|
element: "input",
|
@@ -10329,14 +10317,14 @@ function Qm(e, n, t, s, o, i) {
|
|
10329
10317
|
"onUpdate:modelValue": n[1] || (n[1] = (y) => i.textClosedModel = y)
|
10330
10318
|
}, null, 8, ["modelValue"])
|
10331
10319
|
])) : (l(), a(_, { key: 1 }, [
|
10332
|
-
(
|
10320
|
+
(w = t.cmdLink) != null && w.path ? (l(), C(d, M({
|
10333
10321
|
key: 0,
|
10334
10322
|
linkType: t.cmdLink.type || "href"
|
10335
10323
|
}, t.cmdLink, {
|
10336
10324
|
class: { closed: i.isClosed }
|
10337
10325
|
}), {
|
10338
10326
|
default: V(() => [
|
10339
|
-
|
10327
|
+
j(g(i.textOpenClosed), 1)
|
10340
10328
|
]),
|
10341
10329
|
_: 1
|
10342
10330
|
}, 16, ["linkType", "class"])) : (l(), a("span", {
|
@@ -10812,7 +10800,7 @@ const gf = /* @__PURE__ */ L(uf, [["render", pf]]), yf = {
|
|
10812
10800
|
methods: {
|
10813
10801
|
onAddItem() {
|
10814
10802
|
this.editModeContext.content.addContent(
|
10815
|
-
|
10803
|
+
_e(this, "props", "networks", -1),
|
10816
10804
|
this.itemProvider
|
10817
10805
|
);
|
10818
10806
|
},
|
@@ -10854,30 +10842,30 @@ function _f(e, n, t, s, o, i) {
|
|
10854
10842
|
return l(), a("div", {
|
10855
10843
|
class: b(["cmd-social-networks", { stretch: t.stretchButtons }, i.alignment])
|
10856
10844
|
}, [
|
10857
|
-
(m = t.cmdHeadline) != null && m.headlineText || (p = e.editModeContext) != null && p.editing ? (l(), C(r,
|
10845
|
+
(m = t.cmdHeadline) != null && m.headlineText || (p = e.editModeContext) != null && p.editing ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadline || {})), null, 16)) : c("", !0),
|
10858
10846
|
t.userMustAcceptDataPrivacy ? (l(), C(d, M({
|
10859
10847
|
key: 1,
|
10860
10848
|
element: "input",
|
10861
10849
|
type: "checkbox"
|
10862
10850
|
}, t.cmdFormElement, {
|
10863
10851
|
modelValue: o.dataPrivacyAccepted,
|
10864
|
-
"onUpdate:modelValue": n[0] || (n[0] = (
|
10852
|
+
"onUpdate:modelValue": n[0] || (n[0] = (w) => o.dataPrivacyAccepted = w)
|
10865
10853
|
}), null, 16, ["modelValue"])) : c("", !0),
|
10866
10854
|
i.validNetworks.length > 0 ? (l(), a("ul", {
|
10867
10855
|
key: 2,
|
10868
10856
|
class: b(["button-wrapper", { "no-gap": !t.useGap }])
|
10869
10857
|
}, [
|
10870
|
-
e.editModeContext ? (l(!0), a(_, { key: 1 }, H(i.validNetworks, (
|
10858
|
+
e.editModeContext ? (l(!0), a(_, { key: 1 }, H(i.validNetworks, (w, y) => (l(), C(h, {
|
10871
10859
|
key: "x" + y,
|
10872
10860
|
class: "edit-items",
|
10873
10861
|
componentName: "CmdSocialNetworksItem",
|
10874
|
-
componentProps:
|
10862
|
+
componentProps: w,
|
10875
10863
|
componentPath: ["props", "networks", y],
|
10876
10864
|
showComponentName: !1
|
10877
10865
|
}, {
|
10878
10866
|
default: V(() => [
|
10879
10867
|
v(u, {
|
10880
|
-
network:
|
10868
|
+
network: w,
|
10881
10869
|
userMustAcceptDataPrivacy: t.userMustAcceptDataPrivacy,
|
10882
10870
|
buttonTextAlign: t.buttonTextAlign,
|
10883
10871
|
dataPrivacyAccepted: o.dataPrivacyAccepted
|
@@ -10885,9 +10873,9 @@ function _f(e, n, t, s, o, i) {
|
|
10885
10873
|
]),
|
10886
10874
|
_: 2
|
10887
10875
|
}, 1032, ["componentProps", "componentPath"]))), 128)) : (l(), a(_, { key: 0 }, [
|
10888
|
-
(l(!0), a(_, null, H(i.validNetworks, (
|
10876
|
+
(l(!0), a(_, null, H(i.validNetworks, (w, y) => (l(), C(u, {
|
10889
10877
|
key: y,
|
10890
|
-
network:
|
10878
|
+
network: w,
|
10891
10879
|
userMustAcceptDataPrivacy: t.userMustAcceptDataPrivacy,
|
10892
10880
|
buttonTextAlign: t.buttonTextAlign,
|
10893
10881
|
dataPrivacyAccepted: o.dataPrivacyAccepted,
|
@@ -10900,11 +10888,11 @@ function _f(e, n, t, s, o, i) {
|
|
10900
10888
|
key: 3,
|
10901
10889
|
class: "button small",
|
10902
10890
|
title: "Add new item",
|
10903
|
-
onClick: n[1] || (n[1] = (...
|
10891
|
+
onClick: n[1] || (n[1] = (...w) => i.onAddItem && i.onAddItem(...w))
|
10904
10892
|
}, Cf))
|
10905
10893
|
], 2);
|
10906
10894
|
}
|
10907
|
-
const
|
10895
|
+
const wf = /* @__PURE__ */ L(yf, [["render", _f]]), xf = {
|
10908
10896
|
name: "CmdPageFooter",
|
10909
10897
|
props: {
|
10910
10898
|
/**
|
@@ -10971,7 +10959,7 @@ const xf = /* @__PURE__ */ L(yf, [["render", _f]]), wf = {
|
|
10971
10959
|
methods: {
|
10972
10960
|
showFancyBox() {
|
10973
10961
|
let e = [];
|
10974
|
-
typeof this.cmdFancyBox.elements == "function" ? e = this.cmdFancyBox.elements() : e = [document.querySelector("main")],
|
10962
|
+
typeof this.cmdFancyBox.elements == "function" ? e = this.cmdFancyBox.elements() : e = [document.querySelector("main")], ct({
|
10975
10963
|
elements: e,
|
10976
10964
|
showPrintButtons: this.cmdFancyBox.showPrintButtons,
|
10977
10965
|
defaultAriaLabelText: this.cmdFancyBox.defaultAriaLabelText,
|
@@ -10985,11 +10973,11 @@ const xf = /* @__PURE__ */ L(yf, [["render", _f]]), wf = {
|
|
10985
10973
|
}, kf = { class: "button-wrapper" }, vf = ["title"], Tf = { key: 1 };
|
10986
10974
|
function Sf(e, n, t, s, o, i) {
|
10987
10975
|
var d, u, h, m;
|
10988
|
-
const r =
|
10976
|
+
const r = wf;
|
10989
10977
|
return l(), a("footer", {
|
10990
10978
|
class: b(["cmd-page-footer flex-container", { "small-buttons": t.useSmallButtons }])
|
10991
10979
|
}, [
|
10992
|
-
t.cmdSocialNetworks ? (l(), C(r,
|
10980
|
+
t.cmdSocialNetworks ? (l(), C(r, N(M({ key: 0 }, t.cmdSocialNetworks)), {
|
10993
10981
|
default: V(() => [
|
10994
10982
|
A(e.$slots, "cmd-social-networks")
|
10995
10983
|
]),
|
@@ -11012,7 +11000,7 @@ function Sf(e, n, t, s, o, i) {
|
|
11012
11000
|
])
|
11013
11001
|
], 2);
|
11014
11002
|
}
|
11015
|
-
const qy = /* @__PURE__ */ L(
|
11003
|
+
const qy = /* @__PURE__ */ L(xf, [["render", Sf]]), Of = {
|
11016
11004
|
name: "CmdPageHeader",
|
11017
11005
|
props: {
|
11018
11006
|
/**
|
@@ -11041,8 +11029,8 @@ function Lf(e, n, t, s, o, i) {
|
|
11041
11029
|
const r = sc, d = G;
|
11042
11030
|
return t.cmdBreadcrumbs || t.cmdHeadline || e.$slots.default ? (l(), a("header", If, [
|
11043
11031
|
t.cmdBreadcrumbs || t.cmdHeadline ? (l(), a("div", Mf, [
|
11044
|
-
t.cmdBreadcrumbs ? (l(), C(r,
|
11045
|
-
t.cmdHeadline.headlineText ? (l(), C(d,
|
11032
|
+
t.cmdBreadcrumbs ? (l(), C(r, N(M({ key: 0 }, t.cmdBreadcrumbs)), null, 16)) : c("", !0),
|
11033
|
+
t.cmdHeadline.headlineText ? (l(), C(d, N(M({ key: 1 }, t.cmdHeadline)), null, 16)) : c("", !0)
|
11046
11034
|
])) : c("", !0),
|
11047
11035
|
e.$slots.default ? A(e.$slots, "default", { key: 1 }) : c("", !0)
|
11048
11036
|
])) : c("", !0);
|
@@ -11338,7 +11326,7 @@ const Uy = /* @__PURE__ */ L(Uf, [["render", Wf]]), Gf = {
|
|
11338
11326
|
class: "top-header"
|
11339
11327
|
};
|
11340
11328
|
function Kf(e, n, t, s, o, i) {
|
11341
|
-
var u, h, m, p,
|
11329
|
+
var u, h, m, p, w, y, k, S, T;
|
11342
11330
|
const r = uc, d = ym;
|
11343
11331
|
return l(), a("div", {
|
11344
11332
|
ref: "site-header",
|
@@ -11366,7 +11354,7 @@ function Kf(e, n, t, s, o, i) {
|
|
11366
11354
|
A(e.$slots, "header"),
|
11367
11355
|
A(e.$slots, "navigation")
|
11368
11356
|
], 64)) : c("", !0),
|
11369
|
-
t.cmdCompanyLogo || (
|
11357
|
+
t.cmdCompanyLogo || (w = (p = t.cmdMainNavigation) == null ? void 0 : p.navigationEntries) != null && w.length ? (l(), a(_, { key: 1 }, [
|
11370
11358
|
t.cmdCompanyLogo ? (l(), C(r, M({ key: 0 }, t.cmdCompanyLogo, { onImageLoaded: i.onImageLoaded }), null, 16, ["onImageLoaded"])) : c("", !0),
|
11371
11359
|
(k = (y = t.cmdMainNavigation) == null ? void 0 : y.navigationEntries) != null && k.length && t.navigationInline ? (l(), C(d, M({ key: 1 }, t.cmdMainNavigation, {
|
11372
11360
|
closeOffcanvas: t.closeOffcanvas,
|
@@ -11661,14 +11649,14 @@ const zy = /* @__PURE__ */ L(Gf, [["render", Kf]]), Zf = {
|
|
11661
11649
|
"aria-expanded": "true"
|
11662
11650
|
};
|
11663
11651
|
function ih(e, n, t, s, o, i) {
|
11664
|
-
var p,
|
11652
|
+
var p, w, y, k, S, T, B, O;
|
11665
11653
|
const r = G, d = ee, u = z, h = au, m = hu;
|
11666
11654
|
return l(), a(_, null, [
|
11667
11655
|
f("fieldset", Xf, [
|
11668
11656
|
f("legend", {
|
11669
11657
|
class: b({ hidden: !t.legend.show, "align-left": t.legend.align === "left" })
|
11670
11658
|
}, g(t.legend.text), 3),
|
11671
|
-
t.cmdHeadline ? (l(), C(r,
|
11659
|
+
t.cmdHeadline ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
11672
11660
|
f("div", Qf, [
|
11673
11661
|
v(d, {
|
11674
11662
|
element: "input",
|
@@ -11717,7 +11705,7 @@ function ih(e, n, t, s, o, i) {
|
|
11717
11705
|
onClick: n[3] || (n[3] = I((P) => o.showFilters = !o.showFilters, ["prevent"]))
|
11718
11706
|
}, [
|
11719
11707
|
v(u, {
|
11720
|
-
iconClass: o.showFilters ? (
|
11708
|
+
iconClass: o.showFilters ? (w = (p = t.cmdIcon) == null ? void 0 : p.showFilters) == null ? void 0 : w.iconClass : (k = (y = t.cmdIcon) == null ? void 0 : y.hideFilters) == null ? void 0 : k.iconClass,
|
11721
11709
|
type: o.showFilters ? (T = (S = t.cmdIcon) == null ? void 0 : S.showFilters) == null ? void 0 : T.iconType : (O = (B = t.cmdIcon) == null ? void 0 : B.hideFilters) == null ? void 0 : O.iconType
|
11722
11710
|
}, null, 8, ["iconClass", "type"]),
|
11723
11711
|
o.showFilters ? (l(), a("span", eh, g(e.getMessage("cmdsitesearch.hide_filter_options")), 1)) : (l(), a("span", th, g(e.getMessage("cmdsitesearch.show_filter_options")), 1))
|
@@ -11870,7 +11858,7 @@ const Wy = /* @__PURE__ */ L(Yf, [["render", ih]]), oh = {
|
|
11870
11858
|
},
|
11871
11859
|
onAddItem() {
|
11872
11860
|
this.editModeContext.content.addContent(
|
11873
|
-
|
11861
|
+
_e(this, "props", "slideshowItems", -1),
|
11874
11862
|
this.itemProvider
|
11875
11863
|
);
|
11876
11864
|
},
|
@@ -11942,7 +11930,7 @@ const Wy = /* @__PURE__ */ L(Yf, [["render", ih]]), oh = {
|
|
11942
11930
|
class: "item-counter"
|
11943
11931
|
};
|
11944
11932
|
function mh(e, n, t, s, o, i) {
|
11945
|
-
const r =
|
11933
|
+
const r = dt, d = we;
|
11946
11934
|
return l(), a("div", {
|
11947
11935
|
class: b(["cmd-slideshow", { "full-width": o.fullWidth }])
|
11948
11936
|
}, [
|
@@ -11959,13 +11947,13 @@ function mh(e, n, t, s, o, i) {
|
|
11959
11947
|
}, i.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : c("", !0),
|
11960
11948
|
v(qt, { name: "fade" }, {
|
11961
11949
|
default: V(() => {
|
11962
|
-
var u, h, m, p,
|
11950
|
+
var u, h, m, p, w, y, k, S, T, B, O, P;
|
11963
11951
|
return [
|
11964
11952
|
i.currentItem ? (l(), a(_, { key: 0 }, [
|
11965
11953
|
t.useSlot ? (l(), a("div", {
|
11966
11954
|
class: "slot-wrapper",
|
11967
11955
|
key: o.index,
|
11968
|
-
style:
|
11956
|
+
style: et("background-image: url(" + i.currentItem.image.srcLarge + ")")
|
11969
11957
|
}, [
|
11970
11958
|
A(e.$slots, "item" + o.currentSlotItem)
|
11971
11959
|
], 4)) : (l(), a(_, { key: 0 }, [
|
@@ -11979,7 +11967,7 @@ function mh(e, n, t, s, o, i) {
|
|
11979
11967
|
(h = (u = i.currentItem) == null ? void 0 : u.link) != null && h.href ? (l(), a("a", {
|
11980
11968
|
key: 0,
|
11981
11969
|
href: (p = (m = i.currentItem) == null ? void 0 : m.link) == null ? void 0 : p.href,
|
11982
|
-
title: (y = (
|
11970
|
+
title: (y = (w = i.currentItem) == null ? void 0 : w.link) == null ? void 0 : y.tooltip
|
11983
11971
|
}, [
|
11984
11972
|
v(d, {
|
11985
11973
|
image: (k = i.currentItem) == null ? void 0 : k.image,
|
@@ -12074,9 +12062,9 @@ const Gy = /* @__PURE__ */ L(oh, [["render", mh]]), fh = "data:image/svg+xml,%3c
|
|
12074
12062
|
deep: !0
|
12075
12063
|
}
|
12076
12064
|
}
|
12077
|
-
}, Ch = { class: "cmd-switch-language" }, _h = ["href", "title", "onClick"],
|
12065
|
+
}, Ch = { class: "cmd-switch-language" }, _h = ["href", "title", "onClick"], wh = ["src", "alt"], xh = ["src", "alt"];
|
12078
12066
|
function kh(e, n, t, s, o, i) {
|
12079
|
-
const r =
|
12067
|
+
const r = Ce("router-link");
|
12080
12068
|
return l(), a("div", Ch, [
|
12081
12069
|
f("ul", null, [
|
12082
12070
|
(l(!0), a(_, null, H(t.languages, (d, u) => (l(), a("li", { key: u }, [
|
@@ -12090,7 +12078,7 @@ function kh(e, n, t, s, o, i) {
|
|
12090
12078
|
f("img", {
|
12091
12079
|
src: o.imageSources[u],
|
12092
12080
|
alt: d.name
|
12093
|
-
}, null, 8,
|
12081
|
+
}, null, 8, wh)
|
12094
12082
|
], 10, _h)) : (l(), C(r, {
|
12095
12083
|
key: 1,
|
12096
12084
|
class: b(["flag", d.iso2]),
|
@@ -12102,7 +12090,7 @@ function kh(e, n, t, s, o, i) {
|
|
12102
12090
|
f("img", {
|
12103
12091
|
src: o.imageSources[u],
|
12104
12092
|
alt: d.name
|
12105
|
-
}, null, 8,
|
12093
|
+
}, null, 8, xh)
|
12106
12094
|
]),
|
12107
12095
|
_: 2
|
12108
12096
|
}, 1032, ["class", "to", "title", "onClick"]))
|
@@ -12385,7 +12373,7 @@ const Ih = /* @__PURE__ */ L(vh, [["render", Oh]]), Mh = {
|
|
12385
12373
|
};
|
12386
12374
|
function Eh(e, n, t, s, o, i) {
|
12387
12375
|
var u, h, m, p;
|
12388
|
-
const r = z, d =
|
12376
|
+
const r = z, d = dt;
|
12389
12377
|
return l(), a("div", {
|
12390
12378
|
class: b(["cmd-table-wrapper", { collapsed: !o.showTableData, "full-width": o.fullWidth, "has-caption": i.hasCaption, "has-overflow": o.hasOverflow }])
|
12391
12379
|
}, [
|
@@ -12394,7 +12382,7 @@ function Eh(e, n, t, s, o, i) {
|
|
12394
12382
|
key: 0,
|
12395
12383
|
class: "button",
|
12396
12384
|
href: "#",
|
12397
|
-
onClick: n[0] || (n[0] = I((
|
12385
|
+
onClick: n[0] || (n[0] = I((w) => o.fullWidth = !o.fullWidth, ["prevent"])),
|
12398
12386
|
title: t.iconToggleWidth.tooltip
|
12399
12387
|
}, [
|
12400
12388
|
v(r, {
|
@@ -12406,7 +12394,7 @@ function Eh(e, n, t, s, o, i) {
|
|
12406
12394
|
key: 1,
|
12407
12395
|
class: "button",
|
12408
12396
|
href: "#",
|
12409
|
-
onClick: n[1] || (n[1] = I((
|
12397
|
+
onClick: n[1] || (n[1] = I((w) => o.showTableData = !o.showTableData, ["prevent"])),
|
12410
12398
|
title: o.showTableData ? t.iconCollapse.tooltip : t.iconExpand.tooltip
|
12411
12399
|
}, [
|
12412
12400
|
v(r, {
|
@@ -12418,7 +12406,7 @@ function Eh(e, n, t, s, o, i) {
|
|
12418
12406
|
f("div", {
|
12419
12407
|
class: "inner-wrapper",
|
12420
12408
|
ref: "innerWrapper",
|
12421
|
-
onScroll: n[2] || (n[2] = (...
|
12409
|
+
onScroll: n[2] || (n[2] = (...w) => i.updatePosition && i.updatePosition(...w))
|
12422
12410
|
}, [
|
12423
12411
|
t.showSlideButtons ? (l(), C(d, {
|
12424
12412
|
key: 0,
|
@@ -12435,23 +12423,23 @@ function Eh(e, n, t, s, o, i) {
|
|
12435
12423
|
}, g(((m = t.caption) == null ? void 0 : m.text) || ((p = t.tableData.caption) == null ? void 0 : p.text)), 3)) : c("", !0),
|
12436
12424
|
f("thead", null, [
|
12437
12425
|
f("tr", null, [
|
12438
|
-
(l(!0), a(_, null, H(t.tableData.thead, (
|
12426
|
+
(l(!0), a(_, null, H(t.tableData.thead, (w, y) => (l(), a("th", { key: y }, g(w), 1))), 128))
|
12439
12427
|
])
|
12440
12428
|
]),
|
12441
12429
|
v(ke, { name: "fade" }, {
|
12442
12430
|
default: V(() => [
|
12443
12431
|
ue(f("tbody", Ph, [
|
12444
|
-
(l(!0), a(_, null, H(t.tableData.tbody, (
|
12432
|
+
(l(!0), a(_, null, H(t.tableData.tbody, (w, y) => (l(), a("tr", {
|
12445
12433
|
class: b({ active: t.tableData.rowIndexHighlighted === y }),
|
12446
12434
|
key: y
|
12447
12435
|
}, [
|
12448
|
-
(l(!0), a(_, null, H(
|
12436
|
+
(l(!0), a(_, null, H(w, (k, S) => (l(), a("td", {
|
12449
12437
|
class: b({ active: t.tableData.columnIndexHighlighted === S }),
|
12450
12438
|
key: S
|
12451
12439
|
}, g(k), 3))), 128))
|
12452
12440
|
], 2))), 128))
|
12453
12441
|
], 512), [
|
12454
|
-
[
|
12442
|
+
[be, o.showTableData]
|
12455
12443
|
])
|
12456
12444
|
]),
|
12457
12445
|
_: 1
|
@@ -12460,10 +12448,10 @@ function Eh(e, n, t, s, o, i) {
|
|
12460
12448
|
default: V(() => [
|
12461
12449
|
t.tableData.tfoot && t.tableData.tfoot.length && o.showTableData ? (l(), a("tfoot", Ah, [
|
12462
12450
|
f("tr", null, [
|
12463
|
-
(l(!0), a(_, null, H(t.tableData.tfoot, (
|
12451
|
+
(l(!0), a(_, null, H(t.tableData.tfoot, (w, y) => (l(), a("td", {
|
12464
12452
|
class: b({ active: t.tableData.columnIndexHighlighted === y }),
|
12465
12453
|
key: y
|
12466
|
-
}, g(
|
12454
|
+
}, g(w), 3))), 128))
|
12467
12455
|
])
|
12468
12456
|
])) : c("", !0)
|
12469
12457
|
]),
|
@@ -12597,7 +12585,7 @@ function Jh(e, n, t, s, o, i) {
|
|
12597
12585
|
}, [
|
12598
12586
|
A(e.$slots, "tab-content-" + (u - 1))
|
12599
12587
|
], 2)), [
|
12600
|
-
[
|
12588
|
+
[be, o.showTab === u - 1]
|
12601
12589
|
])), 128)) : (l(), a("div", Wh, [
|
12602
12590
|
t.cmdHeadline ? (l(), C(d, M({ key: 0 }, t.cmdHeadline, {
|
12603
12591
|
headlineText: t.tabs[o.showTab].headlineText,
|
@@ -12722,12 +12710,12 @@ const Zy = /* @__PURE__ */ L(Nh, [["render", Jh]]), Kh = {
|
|
12722
12710
|
$h
|
12723
12711
|
];
|
12724
12712
|
function tp(e, n, t, s, o, i) {
|
12725
|
-
var h, m, p,
|
12726
|
-
const r = G, d =
|
12713
|
+
var h, m, p, w;
|
12714
|
+
const r = G, d = we, u = Se;
|
12727
12715
|
return l(), a("div", {
|
12728
12716
|
class: b(["cmd-text-image-block flex-container", t.orientation])
|
12729
12717
|
}, [
|
12730
|
-
((h = t.cmdHeadline) != null && h.headlineText || e.editModeContext) && t.headlinePosition === "aboveImage" && t.orientation === "vertical" ? (l(), C(r,
|
12718
|
+
((h = t.cmdHeadline) != null && h.headlineText || e.editModeContext) && t.headlinePosition === "aboveImage" && t.orientation === "vertical" ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
12731
12719
|
t.cmdImage ? (l(), C(d, {
|
12732
12720
|
key: 1,
|
12733
12721
|
image: (m = t.cmdImage) == null ? void 0 : m.image,
|
@@ -12735,7 +12723,7 @@ function tp(e, n, t, s, o, i) {
|
|
12735
12723
|
editModeConfig: { allowAddItem: !1 }
|
12736
12724
|
}, null, 8, ["image", "figcaption"])) : c("", !0),
|
12737
12725
|
f("div", Zh, [
|
12738
|
-
((
|
12726
|
+
((w = t.cmdHeadline) != null && w.headlineText || e.editModeContext) && (t.headlinePosition === "belowImage" || t.orientation === "horizontal") ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
12739
12727
|
t.htmlContent ? (l(), a("div", {
|
12740
12728
|
key: 1,
|
12741
12729
|
innerHTML: t.htmlContent,
|
@@ -13049,7 +13037,7 @@ function rp(e) {
|
|
13049
13037
|
let n;
|
13050
13038
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? n = ArrayBuffer.isView(e) : n = e && e.buffer && Ci(e.buffer), n;
|
13051
13039
|
}
|
13052
|
-
const dp = mt("string"), ie = mt("function"), _i = mt("number"), ft = (e) => e !== null && typeof e == "object", cp = (e) => e === !0 || e === !1,
|
13040
|
+
const dp = mt("string"), ie = mt("function"), _i = mt("number"), ft = (e) => e !== null && typeof e == "object", cp = (e) => e === !0 || e === !1, Qe = (e) => {
|
13053
13041
|
if (ut(e) !== "object")
|
13054
13042
|
return !1;
|
13055
13043
|
const n = Xt(e);
|
@@ -13058,8 +13046,8 @@ const dp = mt("string"), ie = mt("function"), _i = mt("number"), ft = (e) => e !
|
|
13058
13046
|
let n;
|
13059
13047
|
return e && (typeof FormData == "function" && e instanceof FormData || ie(e.append) && ((n = ut(e)) === "formdata" || // detect form-data instance
|
13060
13048
|
n === "object" && ie(e.toString) && e.toString() === "[object FormData]"));
|
13061
|
-
}, yp = me("URLSearchParams"), [bp, Cp, _p,
|
13062
|
-
function
|
13049
|
+
}, yp = me("URLSearchParams"), [bp, Cp, _p, wp] = ["ReadableStream", "Request", "Response", "Headers"].map(me), xp = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
13050
|
+
function Ge(e, n, { allOwnKeys: t = !1 } = {}) {
|
13063
13051
|
if (e === null || typeof e > "u")
|
13064
13052
|
return;
|
13065
13053
|
let s, o;
|
@@ -13073,7 +13061,7 @@ function Je(e, n, { allOwnKeys: t = !1 } = {}) {
|
|
13073
13061
|
d = i[s], n.call(null, e[d], d, e);
|
13074
13062
|
}
|
13075
13063
|
}
|
13076
|
-
function
|
13064
|
+
function wi(e, n) {
|
13077
13065
|
n = n.toLowerCase();
|
13078
13066
|
const t = Object.keys(e);
|
13079
13067
|
let s = t.length, o;
|
@@ -13082,17 +13070,17 @@ function xi(e, n) {
|
|
13082
13070
|
return o;
|
13083
13071
|
return null;
|
13084
13072
|
}
|
13085
|
-
const
|
13073
|
+
const xi = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, ki = (e) => !Ue(e) && e !== xi;
|
13086
13074
|
function Bt() {
|
13087
13075
|
const { caseless: e } = ki(this) && this || {}, n = {}, t = (s, o) => {
|
13088
|
-
const i = e &&
|
13089
|
-
|
13076
|
+
const i = e && wi(n, o) || o;
|
13077
|
+
Qe(n[i]) && Qe(s) ? n[i] = Bt(n[i], s) : Qe(s) ? n[i] = Bt({}, s) : Ie(s) ? n[i] = s.slice() : n[i] = s;
|
13090
13078
|
};
|
13091
13079
|
for (let s = 0, o = arguments.length; s < o; s++)
|
13092
|
-
arguments[s] &&
|
13080
|
+
arguments[s] && Ge(arguments[s], t);
|
13093
13081
|
return n;
|
13094
13082
|
}
|
13095
|
-
const kp = (e, n, t, { allOwnKeys: s } = {}) => (
|
13083
|
+
const kp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
|
13096
13084
|
t && ie(o) ? e[i] = bi(o, t) : e[i] = o;
|
13097
13085
|
}, { allOwnKeys: s }), e), vp = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Tp = (e, n, t, s) => {
|
13098
13086
|
e.prototype = Object.create(n.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
@@ -13141,7 +13129,7 @@ const kp = (e, n, t, { allOwnKeys: s } = {}) => (Je(n, (o, i) => {
|
|
13141
13129
|
}
|
13142
13130
|
), Vn = (({ hasOwnProperty: e }) => (n, t) => e.call(n, t))(Object.prototype), Ap = me("RegExp"), vi = (e, n) => {
|
13143
13131
|
const t = Object.getOwnPropertyDescriptors(e), s = {};
|
13144
|
-
|
13132
|
+
Ge(t, (o, i) => {
|
13145
13133
|
let r;
|
13146
13134
|
(r = n(o, i, e)) !== !1 && (s[i] = r || o);
|
13147
13135
|
}), Object.defineProperties(e, s);
|
@@ -13190,7 +13178,7 @@ const Np = (e) => {
|
|
13190
13178
|
if (!("toJSON" in s)) {
|
13191
13179
|
n[o] = s;
|
13192
13180
|
const i = Ie(s) ? [] : {};
|
13193
|
-
return
|
13181
|
+
return Ge(s, (r, d) => {
|
13194
13182
|
const u = t(r, o + 1);
|
13195
13183
|
!Ue(u) && (i[d] = u);
|
13196
13184
|
}), n[o] = void 0, i;
|
@@ -13199,7 +13187,7 @@ const Np = (e) => {
|
|
13199
13187
|
return s;
|
13200
13188
|
};
|
13201
13189
|
return t(e, 0);
|
13202
|
-
}, jp = me("AsyncFunction"), Up = (e) => e && (ft(e) || ie(e)) && ie(e.then) && ie(e.catch),
|
13190
|
+
}, jp = me("AsyncFunction"), Up = (e) => e && (ft(e) || ie(e)) && ie(e.then) && ie(e.catch), x = {
|
13203
13191
|
isArray: Ie,
|
13204
13192
|
isArrayBuffer: Ci,
|
13205
13193
|
isBuffer: ap,
|
@@ -13209,11 +13197,11 @@ const Np = (e) => {
|
|
13209
13197
|
isNumber: _i,
|
13210
13198
|
isBoolean: cp,
|
13211
13199
|
isObject: ft,
|
13212
|
-
isPlainObject:
|
13200
|
+
isPlainObject: Qe,
|
13213
13201
|
isReadableStream: bp,
|
13214
13202
|
isRequest: Cp,
|
13215
13203
|
isResponse: _p,
|
13216
|
-
isHeaders:
|
13204
|
+
isHeaders: wp,
|
13217
13205
|
isUndefined: Ue,
|
13218
13206
|
isDate: up,
|
13219
13207
|
isFile: mp,
|
@@ -13224,10 +13212,10 @@ const Np = (e) => {
|
|
13224
13212
|
isURLSearchParams: yp,
|
13225
13213
|
isTypedArray: Mp,
|
13226
13214
|
isFileList: hp,
|
13227
|
-
forEach:
|
13215
|
+
forEach: Ge,
|
13228
13216
|
merge: Bt,
|
13229
13217
|
extend: kp,
|
13230
|
-
trim:
|
13218
|
+
trim: xp,
|
13231
13219
|
stripBOM: vp,
|
13232
13220
|
inherits: Tp,
|
13233
13221
|
toFlatObject: Sp,
|
@@ -13247,8 +13235,8 @@ const Np = (e) => {
|
|
13247
13235
|
toCamelCase: Pp,
|
13248
13236
|
noop: Dp,
|
13249
13237
|
toFiniteNumber: Hp,
|
13250
|
-
findKey:
|
13251
|
-
global:
|
13238
|
+
findKey: wi,
|
13239
|
+
global: xi,
|
13252
13240
|
isContextDefined: ki,
|
13253
13241
|
ALPHABET: Ti,
|
13254
13242
|
generateString: qp,
|
@@ -13260,7 +13248,7 @@ const Np = (e) => {
|
|
13260
13248
|
function R(e, n, t, s, o) {
|
13261
13249
|
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);
|
13262
13250
|
}
|
13263
|
-
|
13251
|
+
x.inherits(R, Error, {
|
13264
13252
|
toJSON: function() {
|
13265
13253
|
return {
|
13266
13254
|
// Standard
|
@@ -13275,7 +13263,7 @@ w.inherits(R, Error, {
|
|
13275
13263
|
columnNumber: this.columnNumber,
|
13276
13264
|
stack: this.stack,
|
13277
13265
|
// Axios
|
13278
|
-
config:
|
13266
|
+
config: x.toJSONObject(this.config),
|
13279
13267
|
code: this.code,
|
13280
13268
|
status: this.response && this.response.status ? this.response.status : null
|
13281
13269
|
};
|
@@ -13303,16 +13291,16 @@ Object.defineProperties(R, Oi);
|
|
13303
13291
|
Object.defineProperty(Si, "isAxiosError", { value: !0 });
|
13304
13292
|
R.from = (e, n, t, s, o, i) => {
|
13305
13293
|
const r = Object.create(Si);
|
13306
|
-
return
|
13294
|
+
return x.toFlatObject(e, r, function(u) {
|
13307
13295
|
return u !== Error.prototype;
|
13308
13296
|
}, (d) => d !== "isAxiosError"), R.call(r, e.message, n, t, s, o), r.cause = e, r.name = e.name, i && Object.assign(r, i), r;
|
13309
13297
|
};
|
13310
13298
|
const zp = null;
|
13311
13299
|
function Pt(e) {
|
13312
|
-
return
|
13300
|
+
return x.isPlainObject(e) || x.isArray(e);
|
13313
13301
|
}
|
13314
13302
|
function Ii(e) {
|
13315
|
-
return
|
13303
|
+
return x.endsWith(e, "[]") ? e.slice(0, -2) : e;
|
13316
13304
|
}
|
13317
13305
|
function Hn(e, n, t) {
|
13318
13306
|
return e ? e.concat(n).map(function(o, i) {
|
@@ -13320,40 +13308,40 @@ function Hn(e, n, t) {
|
|
13320
13308
|
}).join(t ? "." : "") : n;
|
13321
13309
|
}
|
13322
13310
|
function Wp(e) {
|
13323
|
-
return
|
13311
|
+
return x.isArray(e) && !e.some(Pt);
|
13324
13312
|
}
|
13325
|
-
const Gp =
|
13313
|
+
const Gp = x.toFlatObject(x, {}, null, function(n) {
|
13326
13314
|
return /^is[A-Z]/.test(n);
|
13327
13315
|
});
|
13328
13316
|
function ht(e, n, t) {
|
13329
|
-
if (!
|
13317
|
+
if (!x.isObject(e))
|
13330
13318
|
throw new TypeError("target must be an object");
|
13331
|
-
n = n || new FormData(), t =
|
13319
|
+
n = n || new FormData(), t = x.toFlatObject(t, {
|
13332
13320
|
metaTokens: !0,
|
13333
13321
|
dots: !1,
|
13334
13322
|
indexes: !1
|
13335
13323
|
}, !1, function(S, T) {
|
13336
|
-
return !
|
13324
|
+
return !x.isUndefined(T[S]);
|
13337
13325
|
});
|
13338
|
-
const s = t.metaTokens, o = t.visitor || m, i = t.dots, r = t.indexes, u = (t.Blob || typeof Blob < "u" && Blob) &&
|
13339
|
-
if (!
|
13326
|
+
const s = t.metaTokens, o = t.visitor || m, i = t.dots, r = t.indexes, u = (t.Blob || typeof Blob < "u" && Blob) && x.isSpecCompliantForm(n);
|
13327
|
+
if (!x.isFunction(o))
|
13340
13328
|
throw new TypeError("visitor must be a function");
|
13341
13329
|
function h(k) {
|
13342
13330
|
if (k === null) return "";
|
13343
|
-
if (
|
13331
|
+
if (x.isDate(k))
|
13344
13332
|
return k.toISOString();
|
13345
|
-
if (!u &&
|
13333
|
+
if (!u && x.isBlob(k))
|
13346
13334
|
throw new R("Blob is not supported. Use a Buffer instead.");
|
13347
|
-
return
|
13335
|
+
return x.isArrayBuffer(k) || x.isTypedArray(k) ? u && typeof Blob == "function" ? new Blob([k]) : Buffer.from(k) : k;
|
13348
13336
|
}
|
13349
13337
|
function m(k, S, T) {
|
13350
13338
|
let B = k;
|
13351
13339
|
if (k && !T && typeof k == "object") {
|
13352
|
-
if (
|
13340
|
+
if (x.endsWith(S, "{}"))
|
13353
13341
|
S = s ? S : S.slice(0, -2), k = JSON.stringify(k);
|
13354
|
-
else if (
|
13342
|
+
else if (x.isArray(k) && Wp(k) || (x.isFileList(k) || x.endsWith(S, "[]")) && (B = x.toArray(k)))
|
13355
13343
|
return S = Ii(S), B.forEach(function(P, D) {
|
13356
|
-
!(
|
13344
|
+
!(x.isUndefined(P) || P === null) && n.append(
|
13357
13345
|
// eslint-disable-next-line no-nested-ternary
|
13358
13346
|
r === !0 ? Hn([S], D, i) : r === null ? S : S + "[]",
|
13359
13347
|
h(P)
|
@@ -13362,27 +13350,27 @@ function ht(e, n, t) {
|
|
13362
13350
|
}
|
13363
13351
|
return Pt(k) ? !0 : (n.append(Hn(T, S, i), h(k)), !1);
|
13364
13352
|
}
|
13365
|
-
const p = [],
|
13353
|
+
const p = [], w = Object.assign(Gp, {
|
13366
13354
|
defaultVisitor: m,
|
13367
13355
|
convertValue: h,
|
13368
13356
|
isVisitable: Pt
|
13369
13357
|
});
|
13370
13358
|
function y(k, S) {
|
13371
|
-
if (!
|
13359
|
+
if (!x.isUndefined(k)) {
|
13372
13360
|
if (p.indexOf(k) !== -1)
|
13373
13361
|
throw Error("Circular reference detected in " + S.join("."));
|
13374
|
-
p.push(k),
|
13375
|
-
(!(
|
13362
|
+
p.push(k), x.forEach(k, function(B, O) {
|
13363
|
+
(!(x.isUndefined(B) || B === null) && o.call(
|
13376
13364
|
n,
|
13377
13365
|
B,
|
13378
|
-
|
13366
|
+
x.isString(O) ? O.trim() : O,
|
13379
13367
|
S,
|
13380
|
-
|
13368
|
+
w
|
13381
13369
|
)) === !0 && y(B, S ? S.concat(O) : [O]);
|
13382
13370
|
}), p.pop();
|
13383
13371
|
}
|
13384
13372
|
}
|
13385
|
-
if (!
|
13373
|
+
if (!x.isObject(e))
|
13386
13374
|
throw new TypeError("data must be an object");
|
13387
13375
|
return y(e), n;
|
13388
13376
|
}
|
@@ -13423,7 +13411,7 @@ function Li(e, n, t) {
|
|
13423
13411
|
return e;
|
13424
13412
|
const s = t && t.encode || Jp, o = t && t.serialize;
|
13425
13413
|
let i;
|
13426
|
-
if (o ? i = o(n, t) : i =
|
13414
|
+
if (o ? i = o(n, t) : i = x.isURLSearchParams(n) ? n.toString() : new Qt(n, t).toString(s), i) {
|
13427
13415
|
const r = e.indexOf("#");
|
13428
13416
|
r !== -1 && (e = e.slice(0, r)), e += (e.indexOf("?") === -1 ? "?" : "&") + i;
|
13429
13417
|
}
|
@@ -13478,7 +13466,7 @@ class Rn {
|
|
13478
13466
|
* @returns {void}
|
13479
13467
|
*/
|
13480
13468
|
forEach(n) {
|
13481
|
-
|
13469
|
+
x.forEach(this.handlers, function(s) {
|
13482
13470
|
s !== null && n(s);
|
13483
13471
|
});
|
13484
13472
|
}
|
@@ -13509,12 +13497,12 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", eg
|
|
13509
13497
|
function ng(e, n) {
|
13510
13498
|
return ht(e, new ce.classes.URLSearchParams(), Object.assign({
|
13511
13499
|
visitor: function(t, s, o, i) {
|
13512
|
-
return ce.isNode &&
|
13500
|
+
return ce.isNode && x.isBuffer(t) ? (this.append(s, t.toString("base64")), !1) : i.defaultVisitor.apply(this, arguments);
|
13513
13501
|
}
|
13514
13502
|
}, n));
|
13515
13503
|
}
|
13516
13504
|
function ig(e) {
|
13517
|
-
return
|
13505
|
+
return x.matchAll(/\w+|\[(\w*)]/g, e).map((n) => n[0] === "[]" ? "" : n[1] || n[0]);
|
13518
13506
|
}
|
13519
13507
|
function og(e) {
|
13520
13508
|
const n = {}, t = Object.keys(e);
|
@@ -13530,44 +13518,44 @@ function Bi(e) {
|
|
13530
13518
|
let r = t[i++];
|
13531
13519
|
if (r === "__proto__") return !0;
|
13532
13520
|
const d = Number.isFinite(+r), u = i >= t.length;
|
13533
|
-
return r = !r &&
|
13521
|
+
return r = !r && x.isArray(o) ? o.length : r, u ? (x.hasOwnProp(o, r) ? o[r] = [o[r], s] : o[r] = s, !d) : ((!o[r] || !x.isObject(o[r])) && (o[r] = []), n(t, s, o[r], i) && x.isArray(o[r]) && (o[r] = og(o[r])), !d);
|
13534
13522
|
}
|
13535
|
-
if (
|
13523
|
+
if (x.isFormData(e) && x.isFunction(e.entries)) {
|
13536
13524
|
const t = {};
|
13537
|
-
return
|
13525
|
+
return x.forEachEntry(e, (s, o) => {
|
13538
13526
|
n(ig(s), o, t, 0);
|
13539
13527
|
}), t;
|
13540
13528
|
}
|
13541
13529
|
return null;
|
13542
13530
|
}
|
13543
13531
|
function lg(e, n, t) {
|
13544
|
-
if (
|
13532
|
+
if (x.isString(e))
|
13545
13533
|
try {
|
13546
|
-
return (n || JSON.parse)(e),
|
13534
|
+
return (n || JSON.parse)(e), x.trim(e);
|
13547
13535
|
} catch (s) {
|
13548
13536
|
if (s.name !== "SyntaxError")
|
13549
13537
|
throw s;
|
13550
13538
|
}
|
13551
13539
|
return (t || JSON.stringify)(e);
|
13552
13540
|
}
|
13553
|
-
const
|
13541
|
+
const Je = {
|
13554
13542
|
transitional: Fi,
|
13555
13543
|
adapter: ["xhr", "http", "fetch"],
|
13556
13544
|
transformRequest: [function(n, t) {
|
13557
|
-
const s = t.getContentType() || "", o = s.indexOf("application/json") > -1, i =
|
13558
|
-
if (i &&
|
13545
|
+
const s = t.getContentType() || "", o = s.indexOf("application/json") > -1, i = x.isObject(n);
|
13546
|
+
if (i && x.isHTMLForm(n) && (n = new FormData(n)), x.isFormData(n))
|
13559
13547
|
return o ? JSON.stringify(Bi(n)) : n;
|
13560
|
-
if (
|
13548
|
+
if (x.isArrayBuffer(n) || x.isBuffer(n) || x.isStream(n) || x.isFile(n) || x.isBlob(n) || x.isReadableStream(n))
|
13561
13549
|
return n;
|
13562
|
-
if (
|
13550
|
+
if (x.isArrayBufferView(n))
|
13563
13551
|
return n.buffer;
|
13564
|
-
if (
|
13552
|
+
if (x.isURLSearchParams(n))
|
13565
13553
|
return t.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), n.toString();
|
13566
13554
|
let d;
|
13567
13555
|
if (i) {
|
13568
13556
|
if (s.indexOf("application/x-www-form-urlencoded") > -1)
|
13569
13557
|
return ng(n, this.formSerializer).toString();
|
13570
|
-
if ((d =
|
13558
|
+
if ((d = x.isFileList(n)) || s.indexOf("multipart/form-data") > -1) {
|
13571
13559
|
const u = this.env && this.env.FormData;
|
13572
13560
|
return ht(
|
13573
13561
|
d ? { "files[]": n } : n,
|
@@ -13579,10 +13567,10 @@ const Ke = {
|
|
13579
13567
|
return i || o ? (t.setContentType("application/json", !1), lg(n)) : n;
|
13580
13568
|
}],
|
13581
13569
|
transformResponse: [function(n) {
|
13582
|
-
const t = this.transitional ||
|
13583
|
-
if (
|
13570
|
+
const t = this.transitional || Je.transitional, s = t && t.forcedJSONParsing, o = this.responseType === "json";
|
13571
|
+
if (x.isResponse(n) || x.isReadableStream(n))
|
13584
13572
|
return n;
|
13585
|
-
if (n &&
|
13573
|
+
if (n && x.isString(n) && (s && !this.responseType || o)) {
|
13586
13574
|
const r = !(t && t.silentJSONParsing) && o;
|
13587
13575
|
try {
|
13588
13576
|
return JSON.parse(n);
|
@@ -13616,10 +13604,10 @@ const Ke = {
|
|
13616
13604
|
}
|
13617
13605
|
}
|
13618
13606
|
};
|
13619
|
-
|
13620
|
-
|
13607
|
+
x.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
13608
|
+
Je.headers[e] = {};
|
13621
13609
|
});
|
13622
|
-
const sg =
|
13610
|
+
const sg = x.toObjectSet([
|
13623
13611
|
"age",
|
13624
13612
|
"authorization",
|
13625
13613
|
"content-length",
|
@@ -13648,8 +13636,8 @@ const sg = w.toObjectSet([
|
|
13648
13636
|
function Ve(e) {
|
13649
13637
|
return e && String(e).trim().toLowerCase();
|
13650
13638
|
}
|
13651
|
-
function
|
13652
|
-
return e === !1 || e == null ? e :
|
13639
|
+
function $e(e) {
|
13640
|
+
return e === !1 || e == null ? e : x.isArray(e) ? e.map($e) : String(e);
|
13653
13641
|
}
|
13654
13642
|
function rg(e) {
|
13655
13643
|
const n = /* @__PURE__ */ Object.create(null), t = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
@@ -13660,12 +13648,12 @@ function rg(e) {
|
|
13660
13648
|
}
|
13661
13649
|
const dg = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
13662
13650
|
function _t(e, n, t, s, o) {
|
13663
|
-
if (
|
13651
|
+
if (x.isFunction(s))
|
13664
13652
|
return s.call(this, n, t);
|
13665
|
-
if (o && (n = t), !!
|
13666
|
-
if (
|
13653
|
+
if (o && (n = t), !!x.isString(n)) {
|
13654
|
+
if (x.isString(s))
|
13667
13655
|
return n.indexOf(s) !== -1;
|
13668
|
-
if (
|
13656
|
+
if (x.isRegExp(s))
|
13669
13657
|
return s.test(n);
|
13670
13658
|
}
|
13671
13659
|
}
|
@@ -13673,7 +13661,7 @@ function cg(e) {
|
|
13673
13661
|
return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (n, t, s) => t.toUpperCase() + s);
|
13674
13662
|
}
|
13675
13663
|
function ug(e, n) {
|
13676
|
-
const t =
|
13664
|
+
const t = x.toCamelCase(" " + n);
|
13677
13665
|
["get", "set", "has"].forEach((s) => {
|
13678
13666
|
Object.defineProperty(e, s + t, {
|
13679
13667
|
value: function(o, i, r) {
|
@@ -13693,15 +13681,15 @@ class te {
|
|
13693
13681
|
const m = Ve(u);
|
13694
13682
|
if (!m)
|
13695
13683
|
throw new Error("header name must be a non-empty string");
|
13696
|
-
const p =
|
13697
|
-
(!p || o[p] === void 0 || h === !0 || h === void 0 && o[p] !== !1) && (o[p || u] =
|
13684
|
+
const p = x.findKey(o, m);
|
13685
|
+
(!p || o[p] === void 0 || h === !0 || h === void 0 && o[p] !== !1) && (o[p || u] = $e(d));
|
13698
13686
|
}
|
13699
|
-
const r = (d, u) =>
|
13700
|
-
if (
|
13687
|
+
const r = (d, u) => x.forEach(d, (h, m) => i(h, m, u));
|
13688
|
+
if (x.isPlainObject(n) || n instanceof this.constructor)
|
13701
13689
|
r(n, t);
|
13702
|
-
else if (
|
13690
|
+
else if (x.isString(n) && (n = n.trim()) && !dg(n))
|
13703
13691
|
r(ag(n), t);
|
13704
|
-
else if (
|
13692
|
+
else if (x.isHeaders(n))
|
13705
13693
|
for (const [d, u] of n.entries())
|
13706
13694
|
i(u, d, s);
|
13707
13695
|
else
|
@@ -13710,16 +13698,16 @@ class te {
|
|
13710
13698
|
}
|
13711
13699
|
get(n, t) {
|
13712
13700
|
if (n = Ve(n), n) {
|
13713
|
-
const s =
|
13701
|
+
const s = x.findKey(this, n);
|
13714
13702
|
if (s) {
|
13715
13703
|
const o = this[s];
|
13716
13704
|
if (!t)
|
13717
13705
|
return o;
|
13718
13706
|
if (t === !0)
|
13719
13707
|
return rg(o);
|
13720
|
-
if (
|
13708
|
+
if (x.isFunction(t))
|
13721
13709
|
return t.call(this, o, s);
|
13722
|
-
if (
|
13710
|
+
if (x.isRegExp(t))
|
13723
13711
|
return t.exec(o);
|
13724
13712
|
throw new TypeError("parser must be boolean|regexp|function");
|
13725
13713
|
}
|
@@ -13727,7 +13715,7 @@ class te {
|
|
13727
13715
|
}
|
13728
13716
|
has(n, t) {
|
13729
13717
|
if (n = Ve(n), n) {
|
13730
|
-
const s =
|
13718
|
+
const s = x.findKey(this, n);
|
13731
13719
|
return !!(s && this[s] !== void 0 && (!t || _t(this, this[s], s, t)));
|
13732
13720
|
}
|
13733
13721
|
return !1;
|
@@ -13737,11 +13725,11 @@ class te {
|
|
13737
13725
|
let o = !1;
|
13738
13726
|
function i(r) {
|
13739
13727
|
if (r = Ve(r), r) {
|
13740
|
-
const d =
|
13728
|
+
const d = x.findKey(s, r);
|
13741
13729
|
d && (!t || _t(s, s[d], d, t)) && (delete s[d], o = !0);
|
13742
13730
|
}
|
13743
13731
|
}
|
13744
|
-
return
|
13732
|
+
return x.isArray(n) ? n.forEach(i) : i(n), o;
|
13745
13733
|
}
|
13746
13734
|
clear(n) {
|
13747
13735
|
const t = Object.keys(this);
|
@@ -13754,14 +13742,14 @@ class te {
|
|
13754
13742
|
}
|
13755
13743
|
normalize(n) {
|
13756
13744
|
const t = this, s = {};
|
13757
|
-
return
|
13758
|
-
const r =
|
13745
|
+
return x.forEach(this, (o, i) => {
|
13746
|
+
const r = x.findKey(s, i);
|
13759
13747
|
if (r) {
|
13760
|
-
t[r] =
|
13748
|
+
t[r] = $e(o), delete t[i];
|
13761
13749
|
return;
|
13762
13750
|
}
|
13763
13751
|
const d = n ? cg(i) : String(i).trim();
|
13764
|
-
d !== i && delete t[i], t[d] =
|
13752
|
+
d !== i && delete t[i], t[d] = $e(o), s[d] = !0;
|
13765
13753
|
}), this;
|
13766
13754
|
}
|
13767
13755
|
concat(...n) {
|
@@ -13769,8 +13757,8 @@ class te {
|
|
13769
13757
|
}
|
13770
13758
|
toJSON(n) {
|
13771
13759
|
const t = /* @__PURE__ */ Object.create(null);
|
13772
|
-
return
|
13773
|
-
s != null && s !== !1 && (t[o] = n &&
|
13760
|
+
return x.forEach(this, (s, o) => {
|
13761
|
+
s != null && s !== !1 && (t[o] = n && x.isArray(s) ? s.join(", ") : s);
|
13774
13762
|
}), t;
|
13775
13763
|
}
|
13776
13764
|
[Symbol.iterator]() {
|
@@ -13798,11 +13786,11 @@ class te {
|
|
13798
13786
|
const d = Ve(r);
|
13799
13787
|
s[d] || (ug(o, r), s[d] = !0);
|
13800
13788
|
}
|
13801
|
-
return
|
13789
|
+
return x.isArray(n) ? n.forEach(i) : i(n), this;
|
13802
13790
|
}
|
13803
13791
|
}
|
13804
13792
|
te.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
|
13805
|
-
|
13793
|
+
x.reduceDescriptors(te.prototype, ({ value: e }, n) => {
|
13806
13794
|
let t = n[0].toUpperCase() + n.slice(1);
|
13807
13795
|
return {
|
13808
13796
|
get: () => e,
|
@@ -13811,11 +13799,11 @@ w.reduceDescriptors(te.prototype, ({ value: e }, n) => {
|
|
13811
13799
|
}
|
13812
13800
|
};
|
13813
13801
|
});
|
13814
|
-
|
13815
|
-
function
|
13816
|
-
const t = this ||
|
13802
|
+
x.freezeMethods(te);
|
13803
|
+
function wt(e, n) {
|
13804
|
+
const t = this || Je, s = n || t, o = te.from(s.headers);
|
13817
13805
|
let i = s.data;
|
13818
|
-
return
|
13806
|
+
return x.forEach(e, function(d) {
|
13819
13807
|
i = d.call(t, i, o.normalize(), n ? n.status : void 0);
|
13820
13808
|
}), o.normalize(), i;
|
13821
13809
|
}
|
@@ -13825,7 +13813,7 @@ function Pi(e) {
|
|
13825
13813
|
function Me(e, n, t) {
|
13826
13814
|
R.call(this, e ?? "canceled", R.ERR_CANCELED, n, t), this.name = "CanceledError";
|
13827
13815
|
}
|
13828
|
-
|
13816
|
+
x.inherits(Me, R, {
|
13829
13817
|
__CANCEL__: !0
|
13830
13818
|
});
|
13831
13819
|
function Ai(e, n, t) {
|
@@ -13849,13 +13837,13 @@ function fg(e, n) {
|
|
13849
13837
|
return n = n !== void 0 ? n : 1e3, function(u) {
|
13850
13838
|
const h = Date.now(), m = s[i];
|
13851
13839
|
r || (r = h), t[o] = u, s[o] = h;
|
13852
|
-
let p = i,
|
13840
|
+
let p = i, w = 0;
|
13853
13841
|
for (; p !== o; )
|
13854
|
-
|
13842
|
+
w += t[p++], p = p % e;
|
13855
13843
|
if (o = (o + 1) % e, o === i && (i = (i + 1) % e), h - r < n)
|
13856
13844
|
return;
|
13857
13845
|
const y = m && h - m;
|
13858
|
-
return y ? Math.round(
|
13846
|
+
return y ? Math.round(w * 1e3 / y) : void 0;
|
13859
13847
|
};
|
13860
13848
|
}
|
13861
13849
|
function hg(e, n) {
|
@@ -13869,7 +13857,7 @@ function hg(e, n) {
|
|
13869
13857
|
o || (o = setTimeout(() => (o = null, t = Date.now(), e.apply(null, arguments)), s - (d - t)));
|
13870
13858
|
};
|
13871
13859
|
}
|
13872
|
-
const
|
13860
|
+
const nt = (e, n, t = 3) => {
|
13873
13861
|
let s = 0;
|
13874
13862
|
const o = fg(50, 250);
|
13875
13863
|
return hg((i) => {
|
@@ -13907,7 +13895,7 @@ const it = (e, n, t = 3) => {
|
|
13907
13895
|
};
|
13908
13896
|
}
|
13909
13897
|
return s = o(window.location.href), function(r) {
|
13910
|
-
const d =
|
13898
|
+
const d = x.isString(r) ? o(r) : r;
|
13911
13899
|
return d.protocol === s.protocol && d.host === s.host;
|
13912
13900
|
};
|
13913
13901
|
}()
|
@@ -13923,7 +13911,7 @@ const it = (e, n, t = 3) => {
|
|
13923
13911
|
{
|
13924
13912
|
write(e, n, t, s, o, i) {
|
13925
13913
|
const r = [e + "=" + encodeURIComponent(n)];
|
13926
|
-
|
13914
|
+
x.isNumber(t) && r.push("expires=" + new Date(t).toGMTString()), x.isString(s) && r.push("path=" + s), x.isString(o) && r.push("domain=" + o), i === !0 && r.push("secure"), document.cookie = r.join("; ");
|
13927
13915
|
},
|
13928
13916
|
read(e) {
|
13929
13917
|
const n = document.cookie.match(new RegExp("(^|;\\s*)(" + e + ")=([^;]*)"));
|
@@ -13959,21 +13947,21 @@ function Te(e, n) {
|
|
13959
13947
|
n = n || {};
|
13960
13948
|
const t = {};
|
13961
13949
|
function s(h, m, p) {
|
13962
|
-
return
|
13950
|
+
return x.isPlainObject(h) && x.isPlainObject(m) ? x.merge.call({ caseless: p }, h, m) : x.isPlainObject(m) ? x.merge({}, m) : x.isArray(m) ? m.slice() : m;
|
13963
13951
|
}
|
13964
13952
|
function o(h, m, p) {
|
13965
|
-
if (
|
13966
|
-
if (!
|
13953
|
+
if (x.isUndefined(m)) {
|
13954
|
+
if (!x.isUndefined(h))
|
13967
13955
|
return s(void 0, h, p);
|
13968
13956
|
} else return s(h, m, p);
|
13969
13957
|
}
|
13970
13958
|
function i(h, m) {
|
13971
|
-
if (!
|
13959
|
+
if (!x.isUndefined(m))
|
13972
13960
|
return s(void 0, m);
|
13973
13961
|
}
|
13974
13962
|
function r(h, m) {
|
13975
|
-
if (
|
13976
|
-
if (!
|
13963
|
+
if (x.isUndefined(m)) {
|
13964
|
+
if (!x.isUndefined(h))
|
13977
13965
|
return s(void 0, h);
|
13978
13966
|
} else return s(void 0, m);
|
13979
13967
|
}
|
@@ -14014,9 +14002,9 @@ function Te(e, n) {
|
|
14014
14002
|
validateStatus: d,
|
14015
14003
|
headers: (h, m) => o(jn(h), jn(m), !0)
|
14016
14004
|
};
|
14017
|
-
return
|
14018
|
-
const p = u[m] || o,
|
14019
|
-
|
14005
|
+
return x.forEach(Object.keys(Object.assign({}, e, n)), function(m) {
|
14006
|
+
const p = u[m] || o, w = p(e[m], n[m], m);
|
14007
|
+
x.isUndefined(w) && p !== d || (t[m] = w);
|
14020
14008
|
}), t;
|
14021
14009
|
}
|
14022
14010
|
const Vi = (e) => {
|
@@ -14027,7 +14015,7 @@ const Vi = (e) => {
|
|
14027
14015
|
"Basic " + btoa((d.username || "") + ":" + (d.password ? unescape(encodeURIComponent(d.password)) : ""))
|
14028
14016
|
);
|
14029
14017
|
let u;
|
14030
|
-
if (
|
14018
|
+
if (x.isFormData(t)) {
|
14031
14019
|
if (ce.hasStandardBrowserEnv || ce.hasStandardBrowserWebWorkerEnv)
|
14032
14020
|
r.setContentType(void 0);
|
14033
14021
|
else if ((u = r.getContentType()) !== !1) {
|
@@ -14035,7 +14023,7 @@ const Vi = (e) => {
|
|
14035
14023
|
r.setContentType([h || "multipart/form-data", ...m].join("; "));
|
14036
14024
|
}
|
14037
14025
|
}
|
14038
|
-
if (ce.hasStandardBrowserEnv && (s &&
|
14026
|
+
if (ce.hasStandardBrowserEnv && (s && x.isFunction(s) && (s = s(n)), s || s !== !1 && pg(n.url))) {
|
14039
14027
|
const h = o && i && gg.read(i);
|
14040
14028
|
h && r.set(o, h);
|
14041
14029
|
}
|
@@ -14085,19 +14073,19 @@ const Vi = (e) => {
|
|
14085
14073
|
o,
|
14086
14074
|
m
|
14087
14075
|
)), m = null;
|
14088
|
-
}, i === void 0 && r.setContentType(null), "setRequestHeader" in m &&
|
14076
|
+
}, i === void 0 && r.setContentType(null), "setRequestHeader" in m && x.forEach(r.toJSON(), function(k, S) {
|
14089
14077
|
m.setRequestHeader(S, k);
|
14090
|
-
}),
|
14078
|
+
}), x.isUndefined(o.withCredentials) || (m.withCredentials = !!o.withCredentials), d && d !== "json" && (m.responseType = o.responseType), typeof o.onDownloadProgress == "function" && m.addEventListener("progress", nt(o.onDownloadProgress, !0)), typeof o.onUploadProgress == "function" && m.upload && m.upload.addEventListener("progress", nt(o.onUploadProgress)), (o.cancelToken || o.signal) && (u = (y) => {
|
14091
14079
|
m && (s(!y || y.type ? new Me(null, e, m) : y), m.abort(), m = null);
|
14092
14080
|
}, o.cancelToken && o.cancelToken.subscribe(u), o.signal && (o.signal.aborted ? u() : o.signal.addEventListener("abort", u)));
|
14093
|
-
const
|
14094
|
-
if (
|
14095
|
-
s(new R("Unsupported protocol " +
|
14081
|
+
const w = mg(o.url);
|
14082
|
+
if (w && ce.protocols.indexOf(w) === -1) {
|
14083
|
+
s(new R("Unsupported protocol " + w + ":", R.ERR_BAD_REQUEST, e));
|
14096
14084
|
return;
|
14097
14085
|
}
|
14098
14086
|
m.send(i || null);
|
14099
14087
|
});
|
14100
|
-
},
|
14088
|
+
}, wg = (e, n) => {
|
14101
14089
|
let t = new AbortController(), s;
|
14102
14090
|
const o = function(u) {
|
14103
14091
|
if (!s) {
|
@@ -14119,7 +14107,7 @@ const Vi = (e) => {
|
|
14119
14107
|
return d.unsubscribe = r, [d, () => {
|
14120
14108
|
i && clearTimeout(i), i = null;
|
14121
14109
|
}];
|
14122
|
-
},
|
14110
|
+
}, xg = function* (e, n) {
|
14123
14111
|
let t = e.byteLength;
|
14124
14112
|
if (!n || t < n) {
|
14125
14113
|
yield e;
|
@@ -14130,7 +14118,7 @@ const Vi = (e) => {
|
|
14130
14118
|
o = s + n, yield e.slice(s, o), s = o;
|
14131
14119
|
}, kg = async function* (e, n, t) {
|
14132
14120
|
for await (const s of e)
|
14133
|
-
yield*
|
14121
|
+
yield* xg(ArrayBuffer.isView(s) ? s : await t(String(s)), n);
|
14134
14122
|
}, Un = (e, n, t, s, o) => {
|
14135
14123
|
const i = kg(e, n, o);
|
14136
14124
|
let r = 0;
|
@@ -14170,15 +14158,15 @@ const Vi = (e) => {
|
|
14170
14158
|
return e && !n;
|
14171
14159
|
})(), Wn = 64 * 1024, Et = Di && !!(() => {
|
14172
14160
|
try {
|
14173
|
-
return
|
14161
|
+
return x.isReadableStream(new Response("").body);
|
14174
14162
|
} catch {
|
14175
14163
|
}
|
14176
|
-
})(),
|
14164
|
+
})(), it = {
|
14177
14165
|
stream: Et && ((e) => e.body)
|
14178
14166
|
};
|
14179
14167
|
pt && ((e) => {
|
14180
14168
|
["text", "arrayBuffer", "blob", "formData", "stream"].forEach((n) => {
|
14181
|
-
!
|
14169
|
+
!it[n] && (it[n] = x.isFunction(e[n]) ? (t) => t[n]() : (t, s) => {
|
14182
14170
|
throw new R(`Response type '${n}' is not supported`, R.ERR_NOT_SUPPORT, s);
|
14183
14171
|
});
|
14184
14172
|
});
|
@@ -14186,16 +14174,16 @@ pt && ((e) => {
|
|
14186
14174
|
const Tg = async (e) => {
|
14187
14175
|
if (e == null)
|
14188
14176
|
return 0;
|
14189
|
-
if (
|
14177
|
+
if (x.isBlob(e))
|
14190
14178
|
return e.size;
|
14191
|
-
if (
|
14179
|
+
if (x.isSpecCompliantForm(e))
|
14192
14180
|
return (await new Request(e).arrayBuffer()).byteLength;
|
14193
|
-
if (
|
14181
|
+
if (x.isArrayBufferView(e))
|
14194
14182
|
return e.byteLength;
|
14195
|
-
if (
|
14183
|
+
if (x.isURLSearchParams(e) && (e = e + ""), x.isString(e))
|
14196
14184
|
return (await At(e)).byteLength;
|
14197
14185
|
}, Sg = async (e, n) => {
|
14198
|
-
const t =
|
14186
|
+
const t = x.toFiniteNumber(e.getContentLength());
|
14199
14187
|
return t ?? Tg(n);
|
14200
14188
|
}, Og = pt && (async (e) => {
|
14201
14189
|
let {
|
@@ -14210,10 +14198,10 @@ const Tg = async (e) => {
|
|
14210
14198
|
responseType: h,
|
14211
14199
|
headers: m,
|
14212
14200
|
withCredentials: p = "same-origin",
|
14213
|
-
fetchOptions:
|
14201
|
+
fetchOptions: w
|
14214
14202
|
} = Vi(e);
|
14215
14203
|
h = h ? (h + "").toLowerCase() : "text";
|
14216
|
-
let [y, k] = o || i || r ?
|
14204
|
+
let [y, k] = o || i || r ? wg([o, i], r) : [], S, T;
|
14217
14205
|
const B = () => {
|
14218
14206
|
!S && setTimeout(() => {
|
14219
14207
|
y && y.unsubscribe();
|
@@ -14227,13 +14215,13 @@ const Tg = async (e) => {
|
|
14227
14215
|
body: s,
|
14228
14216
|
duplex: "half"
|
14229
14217
|
}), q;
|
14230
|
-
|
14218
|
+
x.isFormData(s) && (q = F.headers.get("content-type")) && m.setContentType(q), F.body && (s = Un(F.body, Wn, zn(
|
14231
14219
|
O,
|
14232
|
-
|
14220
|
+
nt(u)
|
14233
14221
|
), null, At));
|
14234
14222
|
}
|
14235
|
-
|
14236
|
-
...
|
14223
|
+
x.isString(p) || (p = p ? "cors" : "omit"), T = new Request(n, {
|
14224
|
+
...w,
|
14237
14225
|
signal: y,
|
14238
14226
|
method: t.toUpperCase(),
|
14239
14227
|
headers: m.normalize().toJSON(),
|
@@ -14248,17 +14236,17 @@ const Tg = async (e) => {
|
|
14248
14236
|
["status", "statusText", "headers"].forEach((J) => {
|
14249
14237
|
F[J] = P[J];
|
14250
14238
|
});
|
14251
|
-
const q =
|
14239
|
+
const q = x.toFiniteNumber(P.headers.get("content-length"));
|
14252
14240
|
P = new Response(
|
14253
14241
|
Un(P.body, Wn, d && zn(
|
14254
14242
|
q,
|
14255
|
-
|
14243
|
+
nt(d, !0)
|
14256
14244
|
), D && B, At),
|
14257
14245
|
F
|
14258
14246
|
);
|
14259
14247
|
}
|
14260
14248
|
h = h || "text";
|
14261
|
-
let U = await
|
14249
|
+
let U = await it[x.findKey(it, h) || "text"](P, e);
|
14262
14250
|
return !D && B(), k && k(), await new Promise((F, q) => {
|
14263
14251
|
Ai(F, q, {
|
14264
14252
|
data: U,
|
@@ -14282,7 +14270,7 @@ const Tg = async (e) => {
|
|
14282
14270
|
xhr: _g,
|
14283
14271
|
fetch: Og
|
14284
14272
|
};
|
14285
|
-
|
14273
|
+
x.forEach(Vt, (e, n) => {
|
14286
14274
|
if (e) {
|
14287
14275
|
try {
|
14288
14276
|
Object.defineProperty(e, "name", { value: n });
|
@@ -14291,9 +14279,9 @@ w.forEach(Vt, (e, n) => {
|
|
14291
14279
|
Object.defineProperty(e, "adapterName", { value: n });
|
14292
14280
|
}
|
14293
14281
|
});
|
14294
|
-
const Gn = (e) => `- ${e}`, Ig = (e) =>
|
14282
|
+
const Gn = (e) => `- ${e}`, Ig = (e) => x.isFunction(e) || e === null || e === !1, Hi = {
|
14295
14283
|
getAdapter: (e) => {
|
14296
|
-
e =
|
14284
|
+
e = x.isArray(e) ? e : [e];
|
14297
14285
|
const { length: n } = e;
|
14298
14286
|
let t, s;
|
14299
14287
|
const o = {};
|
@@ -14322,22 +14310,22 @@ const Gn = (e) => `- ${e}`, Ig = (e) => w.isFunction(e) || e === null || e === !
|
|
14322
14310
|
},
|
14323
14311
|
adapters: Vt
|
14324
14312
|
};
|
14325
|
-
function
|
14313
|
+
function xt(e) {
|
14326
14314
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
14327
14315
|
throw new Me(null, e);
|
14328
14316
|
}
|
14329
14317
|
function Jn(e) {
|
14330
|
-
return
|
14318
|
+
return xt(e), e.headers = te.from(e.headers), e.data = wt.call(
|
14331
14319
|
e,
|
14332
14320
|
e.transformRequest
|
14333
|
-
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), Hi.getAdapter(e.adapter ||
|
14334
|
-
return
|
14321
|
+
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), Hi.getAdapter(e.adapter || Je.adapter)(e).then(function(s) {
|
14322
|
+
return xt(e), s.data = wt.call(
|
14335
14323
|
e,
|
14336
14324
|
e.transformResponse,
|
14337
14325
|
s
|
14338
14326
|
), s.headers = te.from(s.headers), s;
|
14339
14327
|
}, function(s) {
|
14340
|
-
return Pi(s) || (
|
14328
|
+
return Pi(s) || (xt(e), s && s.response && (s.response.data = wt.call(
|
14341
14329
|
e,
|
14342
14330
|
e.transformResponse,
|
14343
14331
|
s.response
|
@@ -14390,7 +14378,7 @@ const Dt = {
|
|
14390
14378
|
assertOptions: Mg,
|
14391
14379
|
validators: en
|
14392
14380
|
}, he = Dt.validators;
|
14393
|
-
class
|
14381
|
+
class xe {
|
14394
14382
|
constructor(n) {
|
14395
14383
|
this.defaults = n, this.interceptors = {
|
14396
14384
|
request: new Rn(),
|
@@ -14429,17 +14417,17 @@ class we {
|
|
14429
14417
|
silentJSONParsing: he.transitional(he.boolean),
|
14430
14418
|
forcedJSONParsing: he.transitional(he.boolean),
|
14431
14419
|
clarifyTimeoutError: he.transitional(he.boolean)
|
14432
|
-
}, !1), o != null && (
|
14420
|
+
}, !1), o != null && (x.isFunction(o) ? t.paramsSerializer = {
|
14433
14421
|
serialize: o
|
14434
14422
|
} : Dt.assertOptions(o, {
|
14435
14423
|
encode: he.function,
|
14436
14424
|
serialize: he.function
|
14437
14425
|
}, !0)), t.method = (t.method || this.defaults.method || "get").toLowerCase();
|
14438
|
-
let r = i &&
|
14426
|
+
let r = i && x.merge(
|
14439
14427
|
i.common,
|
14440
14428
|
i[t.method]
|
14441
14429
|
);
|
14442
|
-
i &&
|
14430
|
+
i && x.forEach(
|
14443
14431
|
["delete", "get", "head", "post", "put", "patch", "common"],
|
14444
14432
|
(k) => {
|
14445
14433
|
delete i[k];
|
@@ -14454,16 +14442,16 @@ class we {
|
|
14454
14442
|
this.interceptors.response.forEach(function(S) {
|
14455
14443
|
h.push(S.fulfilled, S.rejected);
|
14456
14444
|
});
|
14457
|
-
let m, p = 0,
|
14445
|
+
let m, p = 0, w;
|
14458
14446
|
if (!u) {
|
14459
14447
|
const k = [Jn.bind(this), void 0];
|
14460
|
-
for (k.unshift.apply(k, d), k.push.apply(k, h),
|
14448
|
+
for (k.unshift.apply(k, d), k.push.apply(k, h), w = k.length, m = Promise.resolve(t); p < w; )
|
14461
14449
|
m = m.then(k[p++], k[p++]);
|
14462
14450
|
return m;
|
14463
14451
|
}
|
14464
|
-
|
14452
|
+
w = d.length;
|
14465
14453
|
let y = t;
|
14466
|
-
for (p = 0; p <
|
14454
|
+
for (p = 0; p < w; ) {
|
14467
14455
|
const k = d[p++], S = d[p++];
|
14468
14456
|
try {
|
14469
14457
|
y = k(y);
|
@@ -14477,7 +14465,7 @@ class we {
|
|
14477
14465
|
} catch (k) {
|
14478
14466
|
return Promise.reject(k);
|
14479
14467
|
}
|
14480
|
-
for (p = 0,
|
14468
|
+
for (p = 0, w = h.length; p < w; )
|
14481
14469
|
m = m.then(h[p++], h[p++]);
|
14482
14470
|
return m;
|
14483
14471
|
}
|
@@ -14487,8 +14475,8 @@ class we {
|
|
14487
14475
|
return Li(t, n.params, n.paramsSerializer);
|
14488
14476
|
}
|
14489
14477
|
}
|
14490
|
-
|
14491
|
-
|
14478
|
+
x.forEach(["delete", "get", "head", "options"], function(n) {
|
14479
|
+
xe.prototype[n] = function(t, s) {
|
14492
14480
|
return this.request(Te(s || {}, {
|
14493
14481
|
method: n,
|
14494
14482
|
url: t,
|
@@ -14496,7 +14484,7 @@ w.forEach(["delete", "get", "head", "options"], function(n) {
|
|
14496
14484
|
}));
|
14497
14485
|
};
|
14498
14486
|
});
|
14499
|
-
|
14487
|
+
x.forEach(["post", "put", "patch"], function(n) {
|
14500
14488
|
function t(s) {
|
14501
14489
|
return function(i, r, d) {
|
14502
14490
|
return this.request(Te(d || {}, {
|
@@ -14509,7 +14497,7 @@ w.forEach(["post", "put", "patch"], function(n) {
|
|
14509
14497
|
}));
|
14510
14498
|
};
|
14511
14499
|
}
|
14512
|
-
|
14500
|
+
xe.prototype[n] = t(), xe.prototype[n + "Form"] = t(!0);
|
14513
14501
|
});
|
14514
14502
|
class tn {
|
14515
14503
|
constructor(n) {
|
@@ -14584,7 +14572,7 @@ function Lg(e) {
|
|
14584
14572
|
};
|
14585
14573
|
}
|
14586
14574
|
function Fg(e) {
|
14587
|
-
return
|
14575
|
+
return x.isObject(e) && e.isAxiosError === !0;
|
14588
14576
|
}
|
14589
14577
|
const Ht = {
|
14590
14578
|
Continue: 100,
|
@@ -14655,13 +14643,13 @@ Object.entries(Ht).forEach(([e, n]) => {
|
|
14655
14643
|
Ht[n] = e;
|
14656
14644
|
});
|
14657
14645
|
function Ri(e) {
|
14658
|
-
const n = new
|
14659
|
-
return
|
14646
|
+
const n = new xe(e), t = bi(xe.prototype.request, n);
|
14647
|
+
return x.extend(t, xe.prototype, n, { allOwnKeys: !0 }), x.extend(t, n, null, { allOwnKeys: !0 }), t.create = function(o) {
|
14660
14648
|
return Ri(Te(e, o));
|
14661
14649
|
}, t;
|
14662
14650
|
}
|
14663
|
-
const K = Ri(
|
14664
|
-
K.Axios =
|
14651
|
+
const K = Ri(Je);
|
14652
|
+
K.Axios = xe;
|
14665
14653
|
K.CanceledError = Me;
|
14666
14654
|
K.CancelToken = tn;
|
14667
14655
|
K.isCancel = Pi;
|
@@ -14676,7 +14664,7 @@ K.spread = Lg;
|
|
14676
14664
|
K.isAxiosError = Fg;
|
14677
14665
|
K.mergeConfig = Te;
|
14678
14666
|
K.AxiosHeaders = te;
|
14679
|
-
K.formToJSON = (e) => Bi(
|
14667
|
+
K.formToJSON = (e) => Bi(x.isHTMLForm(e) ? new FormData(e) : e);
|
14680
14668
|
K.getAdapter = Hi.getAdapter;
|
14681
14669
|
K.HttpStatusCode = Ht;
|
14682
14670
|
K.default = K;
|
@@ -15238,7 +15226,7 @@ function dy(e, n, t, s, o, i) {
|
|
15238
15226
|
f("legend", {
|
15239
15227
|
class: b({ hidden: !t.legend.show, "align-left": t.legend.align === "left" })
|
15240
15228
|
}, g(t.legend.text), 3),
|
15241
|
-
t.cmdHeadlineFieldset ? (l(), C(r,
|
15229
|
+
t.cmdHeadlineFieldset ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadlineFieldset)), null, 16)) : c("", !0),
|
15242
15230
|
i.systemMessageStatus && i.allSystemMessages.length ? (l(), C(d, {
|
15243
15231
|
key: 1,
|
15244
15232
|
iconClose: { show: !1 },
|
@@ -15259,7 +15247,7 @@ function dy(e, n, t, s, o, i) {
|
|
15259
15247
|
t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("div", Eg, [
|
15260
15248
|
v(r, M(t.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
15261
15249
|
default: V(() => [
|
15262
|
-
|
15250
|
+
j(g(e.getMessage("cmduploadform.headline.summary_of_all_files")), 1)
|
15263
15251
|
]),
|
15264
15252
|
_: 1
|
15265
15253
|
}, 16),
|
@@ -15270,14 +15258,14 @@ function dy(e, n, t, s, o, i) {
|
|
15270
15258
|
title: e.getMessage("cmduploadform.labeltext.remove_all_files_from_list"),
|
15271
15259
|
onClick: n[0] || (n[0] = I((...m) => i.cancelUpload && i.cancelUpload(...m), ["prevent"]))
|
15272
15260
|
}, [
|
15273
|
-
v(u,
|
15261
|
+
v(u, N(ge(t.iconDelete)), null, 16)
|
15274
15262
|
], 8, Hg),
|
15275
15263
|
f("span", null, [
|
15276
|
-
|
15264
|
+
j(g(o.listOfFiles.length) + " ", 1),
|
15277
15265
|
t.allowMultipleFileUploads ? (l(), a(_, { key: 1 }, [
|
15278
|
-
|
15266
|
+
j(g(e.getMessage("cmduploadform.labeltext.files_uploading")), 1)
|
15279
15267
|
], 64)) : (l(), a(_, { key: 0 }, [
|
15280
|
-
|
15268
|
+
j(g(e.getMessage("cmduploadform.labeltext.file_uploading")), 1)
|
15281
15269
|
], 64))
|
15282
15270
|
]),
|
15283
15271
|
f("small", {
|
@@ -15301,7 +15289,7 @@ function dy(e, n, t, s, o, i) {
|
|
15301
15289
|
f("div", jg, [
|
15302
15290
|
v(r, M(t.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
15303
15291
|
default: V(() => [
|
15304
|
-
|
15292
|
+
j(g(e.getMessage("cmduploadform.headline.list_of_selected_files")), 1)
|
15305
15293
|
]),
|
15306
15294
|
_: 1
|
15307
15295
|
}, 16),
|
@@ -15313,9 +15301,9 @@ function dy(e, n, t, s, o, i) {
|
|
15313
15301
|
f("a", {
|
15314
15302
|
href: "#",
|
15315
15303
|
title: e.getMessage("cmduploadform.labeltext.remove_file_from_list", m.file.name),
|
15316
|
-
onClick: I((
|
15304
|
+
onClick: I((w) => i.removeFile(p), ["prevent"])
|
15317
15305
|
}, [
|
15318
|
-
v(u,
|
15306
|
+
v(u, N(ge(t.iconDelete)), null, 16)
|
15319
15307
|
], 8, zg),
|
15320
15308
|
f("span", {
|
15321
15309
|
class: b([
|
@@ -15324,7 +15312,7 @@ function dy(e, n, t, s, o, i) {
|
|
15324
15312
|
{ error: m.error }
|
15325
15313
|
])
|
15326
15314
|
}, [
|
15327
|
-
|
15315
|
+
j(g(m.file.name) + " ", 1),
|
15328
15316
|
f("small", null, "(" + g(i.formatSize(m.file.size)) + ")", 1)
|
15329
15317
|
], 2),
|
15330
15318
|
o.uploadInitiated && !m.error ? (l(), a("span", Wg, [
|
@@ -15348,7 +15336,7 @@ function dy(e, n, t, s, o, i) {
|
|
15348
15336
|
])) : (l(), a(_, { key: 0 }, [
|
15349
15337
|
t.allowMultipleFileUploads ? (l(), C(r, M({ key: 0 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
15350
15338
|
default: V(() => [
|
15351
|
-
|
15339
|
+
j(g(i.headlineTextNoFilesToUpload), 1)
|
15352
15340
|
]),
|
15353
15341
|
_: 1
|
15354
15342
|
}, 16)) : c("", !0)
|
@@ -15356,13 +15344,13 @@ function dy(e, n, t, s, o, i) {
|
|
15356
15344
|
f("div", Zg, [
|
15357
15345
|
t.allowMultipleFileUploads && o.listOfFiles.length ? (l(), C(r, M({ key: 0 }, t.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
|
15358
15346
|
default: V(() => [
|
15359
|
-
|
15347
|
+
j(g(e.getMessage("cmduploadform.headline.select_additional_files")), 1)
|
15360
15348
|
]),
|
15361
15349
|
_: 1
|
15362
15350
|
}, 16)) : c("", !0),
|
15363
15351
|
!t.allowMultipleFileUploads && o.listOfFiles.length ? (l(), C(r, M({ key: 1 }, t.cmdHeadlineSelectNewFile, { headlineLevel: "4" }), {
|
15364
15352
|
default: V(() => [
|
15365
|
-
|
15353
|
+
j(g(e.getMessage("cmduploadform.headline.select_new_file")), 1)
|
15366
15354
|
]),
|
15367
15355
|
_: 1
|
15368
15356
|
}, 16)) : c("", !0),
|
@@ -15428,14 +15416,14 @@ function dy(e, n, t, s, o, i) {
|
|
15428
15416
|
}, [
|
15429
15417
|
f("span", null, g(e.getMessage("cmduploadform.or")), 1),
|
15430
15418
|
f("strong", null, [
|
15431
|
-
|
15419
|
+
j(g(e.getMessage("cmduploadform.drag_and_drop")) + " ", 1),
|
15432
15420
|
t.allowMultipleFileUploads && o.listOfFiles.length ? (l(), a(_, { key: 0 }, [
|
15433
|
-
|
15421
|
+
j(g(e.getMessage("cmduploadform.additional")), 1)
|
15434
15422
|
], 64)) : c("", !0),
|
15435
15423
|
!t.allowMultipleFileUploads && o.listOfFiles.length ? (l(), a(_, { key: 1 }, [
|
15436
|
-
|
15424
|
+
j(g(e.getMessage("cmduploadform.new")), 1)
|
15437
15425
|
], 64)) : c("", !0),
|
15438
|
-
|
15426
|
+
j(" " + g(e.getMessage("cmduploadform.files_to_this_area")), 1)
|
15439
15427
|
])
|
15440
15428
|
], 2)) : c("", !0)
|
15441
15429
|
])
|
@@ -15462,14 +15450,14 @@ function dy(e, n, t, s, o, i) {
|
|
15462
15450
|
disabled: o.listOfFiles.length === 0 || t.maxTotalUploadSize > 0 && i.totalSize > t.maxTotalUploadSize || o.uploadInitiated,
|
15463
15451
|
onClick: n[5] || (n[5] = (...m) => i.uploadFiles && i.uploadFiles(...m))
|
15464
15452
|
}, [
|
15465
|
-
v(u,
|
15453
|
+
v(u, N(ge(t.iconUpload)), null, 16),
|
15466
15454
|
o.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), a("span", ly, g(e.getMessage("cmduploadform.buttontext.upload_file")), 1)) : (l(), a("span", sy, g(e.getMessage("cmduploadform.buttontext.upload_files")), 1))
|
15467
15455
|
], 10, oy),
|
15468
15456
|
f("button", {
|
15469
15457
|
class: b(["button", { disabled: o.listOfFiles.length === 0 }]),
|
15470
15458
|
onClick: n[6] || (n[6] = (...m) => i.cancel && i.cancel(...m))
|
15471
15459
|
}, [
|
15472
|
-
v(u,
|
15460
|
+
v(u, N(ge(t.iconCancel)), null, 16),
|
15473
15461
|
f("span", null, g(e.getMessage("cmduploadform.buttontext.cancel")), 1)
|
15474
15462
|
], 2)
|
15475
15463
|
])
|
@@ -15645,7 +15633,7 @@ function fy(e, n, t, s, o, i) {
|
|
15645
15633
|
class: b(i.setInnerClass),
|
15646
15634
|
id: t.anchorId
|
15647
15635
|
}, [
|
15648
|
-
t.cmdHeadline ? (l(), C(r,
|
15636
|
+
t.cmdHeadline ? (l(), C(r, N(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
15649
15637
|
i.oneSlotItem() ? A(e.$slots, "default", { key: 1 }) : (l(), a("div", {
|
15650
15638
|
key: 2,
|
15651
15639
|
class: b(i.setInnerClass)
|
@@ -15700,11 +15688,11 @@ const $y = /* @__PURE__ */ L(cy, [["render", fy]]), hy = {
|
|
15700
15688
|
}, gy = { class: "flex-container vertical" };
|
15701
15689
|
function yy(e, n, t, s, o, i) {
|
15702
15690
|
const r = Wa, d = ga, u = Cu;
|
15703
|
-
return i.contactFormOnly ? (l(), C(r,
|
15704
|
-
v(r,
|
15691
|
+
return i.contactFormOnly ? (l(), C(r, N(M({ key: 0 }, e.basicForm)), null, 16)) : (l(), a("div", py, [
|
15692
|
+
v(r, N(ge(e.basicForm)), null, 16),
|
15705
15693
|
f("div", gy, [
|
15706
|
-
t.cmdAddressData ? (l(), C(d,
|
15707
|
-
t.cmdGoogleMaps ? (l(), C(u,
|
15694
|
+
t.cmdAddressData ? (l(), C(d, N(M({ key: 0 }, t.cmdAddressData)), null, 16)) : c("", !0),
|
15695
|
+
t.cmdGoogleMaps ? (l(), C(u, N(M({ key: 1 }, t.cmdGoogleMaps)), null, 16)) : c("", !0),
|
15708
15696
|
A(e.$slots, "additional-info")
|
15709
15697
|
])
|
15710
15698
|
]));
|
@@ -15729,14 +15717,14 @@ function _y(e, n, t, s, o, i) {
|
|
15729
15717
|
cmdHeadline: u.cmdHeadline
|
15730
15718
|
}, {
|
15731
15719
|
default: V((m) => [
|
15732
|
-
(l(!0), a(_, null, H(u.boxes, (p,
|
15720
|
+
(l(!0), a(_, null, H(u.boxes, (p, w) => (l(), C(r, M({
|
15733
15721
|
"use-slots": ["box-body"],
|
15734
|
-
key:
|
15722
|
+
key: w
|
15735
15723
|
}, p, {
|
15736
15724
|
rowView: m.rowView
|
15737
15725
|
}), {
|
15738
15726
|
default: V(() => [
|
15739
|
-
|
15727
|
+
j(" box " + g(p), 1)
|
15740
15728
|
]),
|
15741
15729
|
_: 2
|
15742
15730
|
}, 1040, ["rowView"]))), 128))
|
@@ -15747,7 +15735,7 @@ function _y(e, n, t, s, o, i) {
|
|
15747
15735
|
], 64))), 128))
|
15748
15736
|
]);
|
15749
15737
|
}
|
15750
|
-
const tb = /* @__PURE__ */ L(by, [["render", _y]]),
|
15738
|
+
const tb = /* @__PURE__ */ L(by, [["render", _y]]), wy = {
|
15751
15739
|
name: "MultipleListsOfLinks",
|
15752
15740
|
props: {
|
15753
15741
|
segments: {
|
@@ -15755,10 +15743,10 @@ const tb = /* @__PURE__ */ L(by, [["render", _y]]), xy = {
|
|
15755
15743
|
default: null
|
15756
15744
|
}
|
15757
15745
|
}
|
15758
|
-
},
|
15746
|
+
}, xy = { class: "cmd-page-multiple-lists-of-links flex-container vertical" };
|
15759
15747
|
function ky(e, n, t, s, o, i) {
|
15760
15748
|
const r = gi;
|
15761
|
-
return l(), a("div",
|
15749
|
+
return l(), a("div", xy, [
|
15762
15750
|
(l(!0), a(_, null, H(t.segments, (d, u) => (l(), a(_, { key: u }, [
|
15763
15751
|
v(r, {
|
15764
15752
|
links: d.links,
|
@@ -15770,7 +15758,7 @@ function ky(e, n, t, s, o, i) {
|
|
15770
15758
|
], 64))), 128))
|
15771
15759
|
]);
|
15772
15760
|
}
|
15773
|
-
const nb = /* @__PURE__ */ L(
|
15761
|
+
const nb = /* @__PURE__ */ L(wy, [["render", ky]]), ib = {
|
15774
15762
|
// el = real dom-element
|
15775
15763
|
mounted(e) {
|
15776
15764
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
@@ -15793,7 +15781,7 @@ const nb = /* @__PURE__ */ L(xy, [["render", ky]]), ib = {
|
|
15793
15781
|
function Zn(e) {
|
15794
15782
|
for (let n = 0; n < e.length; n++)
|
15795
15783
|
e[n].addEventListener("click", (t) => {
|
15796
|
-
t.preventDefault(),
|
15784
|
+
t.preventDefault(), ct({ url: e[n].href });
|
15797
15785
|
});
|
15798
15786
|
}
|
15799
15787
|
const lb = {
|
@@ -15856,7 +15844,7 @@ export {
|
|
15856
15844
|
Cu as CmdGoogleMaps,
|
15857
15845
|
G as CmdHeadline,
|
15858
15846
|
z as CmdIcon,
|
15859
|
-
|
15847
|
+
we as CmdImage,
|
15860
15848
|
By as CmdImageGallery,
|
15861
15849
|
Py as CmdImageZoom,
|
15862
15850
|
zu as CmdInputGroup,
|
@@ -15875,9 +15863,9 @@ export {
|
|
15875
15863
|
Uy as CmdSiteFooter,
|
15876
15864
|
zy as CmdSiteHeader,
|
15877
15865
|
Wy as CmdSiteSearch,
|
15878
|
-
|
15866
|
+
dt as CmdSlideButton,
|
15879
15867
|
Gy as CmdSlideshow,
|
15880
|
-
|
15868
|
+
wf as CmdSocialNetworks,
|
15881
15869
|
Jy as CmdSwitchLanguage,
|
15882
15870
|
Ih as CmdSystemMessage,
|
15883
15871
|
Ky as CmdTable,
|
@@ -15899,6 +15887,6 @@ export {
|
|
15899
15887
|
hi as createHtmlId,
|
15900
15888
|
je as createUuid,
|
15901
15889
|
He as getFileExtension,
|
15902
|
-
|
15890
|
+
ct as openFancyBox,
|
15903
15891
|
sb as useSequence
|
15904
15892
|
};
|