comand-component-library 3.3.17 → 3.3.18
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
|
|
1
|
-
import { defineComponent as Is, h as Vt, resolveComponent as oe, openBlock as o, createBlock as _, normalizeClass as b, createElementBlock as l, createCommentVNode as
|
1
|
+
import { defineComponent as Is, h as Vt, resolveComponent as oe, openBlock as o, createBlock as _, normalizeClass as b, createElementBlock as l, createCommentVNode as c, createElementVNode as m, toDisplayString as f, resolveDynamicComponent as At, withCtx as A, renderSlot as N, createTextVNode as R, resolveDirective as an, normalizeProps as Z, mergeProps as j, Fragment as v, withDirectives as re, Transition as ce, withModifiers as M, createVNode as S, renderList as E, TransitionGroup as Os, createApp as rn, Teleport as cn, useCssVars as Ms, vShow as pe, normalizeStyle as Oe, vModelDynamic as dn, toHandlers as Pt, onBeforeUpdate as un } from "vue";
|
2
2
|
(function() {
|
3
|
-
const t = "on", s = "out", e = "body", a = "stop", n = "click", i = "apply", d = "target", u = "prototype",
|
3
|
+
const t = "on", s = "out", e = "body", a = "stop", n = "click", i = "apply", d = "target", u = "prototype", r = "Propagation", h = "setAttribute", g = "relatedTarget", y = "addEventListener", C = Symbol(s), p = Object, x = document, w = typeof TouchEvent < "u" ? TouchEvent : void 0, T = HTMLElement, I = T[u], F = Event[u], z = [n, "dbl" + n, "mousedown", "mouseup", "touchstart", "touchend", "pointerdown", "pointerup"], k = new Set(z), P = new Set(z.map((O) => t + O + s)), L = (O, q) => !!q && O instanceof q, V = (O, q) => O.contains(q), U = (O, q) => {
|
4
4
|
for (let W of O)
|
5
5
|
q(W);
|
6
6
|
}, J = (O) => {
|
@@ -37,7 +37,7 @@ import { defineComponent as Is, h as Vt, resolveComponent as oe, openBlock as o,
|
|
37
37
|
P.has(t + q[0]) && K(this), O[i](this, q);
|
38
38
|
}), ie(I, h, (O) => function(q, W) {
|
39
39
|
P.has(q) ? (O[i](be, [t + n, W]), this[q] = be[t + n]) : O[i](this, [q, W]);
|
40
|
-
}), ie(F, a +
|
40
|
+
}), ie(F, a + r, se), ie(F, a + "Immediate" + r, se), new MutationObserver((O) => {
|
41
41
|
U(O, (q) => {
|
42
42
|
U(q.addedNodes, J), U(q.removedNodes, (W) => {
|
43
43
|
L(W, T) && ($ = $.filter((Q) => !V(W, Q)));
|
@@ -55,9 +55,9 @@ const ve = /^[a-z0-9]+(-[a-z0-9]+)*$/, Ve = (t, s, e, a = "") => {
|
|
55
55
|
if (n.length > 3 || !n.length)
|
56
56
|
return null;
|
57
57
|
if (n.length > 1) {
|
58
|
-
const u = n.pop(),
|
58
|
+
const u = n.pop(), r = n.pop(), h = {
|
59
59
|
provider: n.length > 0 ? n[0] : a,
|
60
|
-
prefix:
|
60
|
+
prefix: r,
|
61
61
|
name: u
|
62
62
|
};
|
63
63
|
return s && !Me(h) ? null : h;
|
@@ -118,8 +118,8 @@ function mn(t, s) {
|
|
118
118
|
return n[d] = [];
|
119
119
|
if (!(d in n)) {
|
120
120
|
n[d] = null;
|
121
|
-
const u = a[d] && a[d].parent,
|
122
|
-
|
121
|
+
const u = a[d] && a[d].parent, r = u && i(u);
|
122
|
+
r && (n[d] = [u].concat(r));
|
123
123
|
}
|
124
124
|
return n[d];
|
125
125
|
}
|
@@ -323,13 +323,13 @@ function wn(t, s) {
|
|
323
323
|
}
|
324
324
|
I % 2 === 1 && (n.left !== n.top && (F = n.left, n.left = n.top, n.top = F), n.width !== n.height && (F = n.width, n.width = n.height, n.height = F)), x.length && (i = '<g transform="' + x.join(" ") + '">' + i + "</g>");
|
325
325
|
});
|
326
|
-
const d = a.width, u = a.height,
|
326
|
+
const d = a.width, u = a.height, r = n.width, h = n.height;
|
327
327
|
let g, y;
|
328
|
-
return d === null ? (y = u === null ? "1em" : u === "auto" ? h : u, g = Et(y,
|
328
|
+
return d === null ? (y = u === null ? "1em" : u === "auto" ? h : u, g = Et(y, r / h)) : (g = d === "auto" ? r : d, y = u === null ? Et(g, h / r) : u === "auto" ? h : u), {
|
329
329
|
attributes: {
|
330
330
|
width: g.toString(),
|
331
331
|
height: y.toString(),
|
332
|
-
viewBox: n.left.toString() + " " + n.top.toString() + " " +
|
332
|
+
viewBox: n.left.toString() + " " + n.top.toString() + " " + r.toString() + " " + h.toString()
|
333
333
|
},
|
334
334
|
body: i
|
335
335
|
};
|
@@ -426,13 +426,13 @@ const Dn = (t, s, e) => {
|
|
426
426
|
prefix: s,
|
427
427
|
icons: []
|
428
428
|
}, u = 0;
|
429
|
-
return e.forEach((
|
430
|
-
u +=
|
429
|
+
return e.forEach((r, h) => {
|
430
|
+
u += r.length + 1, u >= n && h > 0 && (a.push(d), d = {
|
431
431
|
type: i,
|
432
432
|
provider: t,
|
433
433
|
prefix: s,
|
434
434
|
icons: []
|
435
|
-
}, u =
|
435
|
+
}, u = r.length), d.icons.push(r);
|
436
436
|
}), a.push(d), a;
|
437
437
|
};
|
438
438
|
function Fn(t) {
|
@@ -451,10 +451,10 @@ const qn = (t, s, e) => {
|
|
451
451
|
let a = Fn(s.provider);
|
452
452
|
switch (s.type) {
|
453
453
|
case "icons": {
|
454
|
-
const i = s.prefix, u = s.icons.join(","),
|
454
|
+
const i = s.prefix, u = s.icons.join(","), r = new URLSearchParams({
|
455
455
|
icons: u
|
456
456
|
});
|
457
|
-
a += i + ".json?" +
|
457
|
+
a += i + ".json?" + r.toString();
|
458
458
|
break;
|
459
459
|
}
|
460
460
|
case "custom": {
|
@@ -509,7 +509,7 @@ function An(t) {
|
|
509
509
|
if (a.name === n.name && a.prefix === n.prefix && a.provider === n.provider)
|
510
510
|
return;
|
511
511
|
a = n;
|
512
|
-
const i = n.provider, d = n.prefix, u = n.name,
|
512
|
+
const i = n.provider, d = n.prefix, u = n.name, r = e[i] || (e[i] = /* @__PURE__ */ Object.create(null)), h = r[d] || (r[d] = de(i, d));
|
513
513
|
let g;
|
514
514
|
u in h.icons ? g = s.loaded : d === "" || h.missing.has(u) ? g = s.missing : g = s.pending;
|
515
515
|
const y = {
|
@@ -536,10 +536,10 @@ function Pn(t) {
|
|
536
536
|
const a = t.provider, n = t.prefix;
|
537
537
|
s.forEach((i) => {
|
538
538
|
const d = i.icons, u = d.pending.length;
|
539
|
-
d.pending = d.pending.filter((
|
540
|
-
if (
|
539
|
+
d.pending = d.pending.filter((r) => {
|
540
|
+
if (r.prefix !== n)
|
541
541
|
return !0;
|
542
|
-
const h =
|
542
|
+
const h = r.name;
|
543
543
|
if (t.icons[h])
|
544
544
|
d.loaded.push({
|
545
545
|
provider: a,
|
@@ -607,13 +607,13 @@ function Nn(t, s, e, a) {
|
|
607
607
|
} else
|
608
608
|
d = t.resources.slice(i).concat(t.resources.slice(0, i));
|
609
609
|
const u = Date.now();
|
610
|
-
let
|
610
|
+
let r = "pending", h = 0, g, y = null, C = [], p = [];
|
611
611
|
typeof a == "function" && p.push(a);
|
612
612
|
function x() {
|
613
613
|
y && (clearTimeout(y), y = null);
|
614
614
|
}
|
615
615
|
function w() {
|
616
|
-
|
616
|
+
r === "pending" && (r = "aborted"), x(), C.forEach((L) => {
|
617
617
|
L.status === "pending" && (L.status = "aborted");
|
618
618
|
}), C = [];
|
619
619
|
}
|
@@ -624,7 +624,7 @@ function Nn(t, s, e, a) {
|
|
624
624
|
return {
|
625
625
|
startTime: u,
|
626
626
|
payload: s,
|
627
|
-
status:
|
627
|
+
status: r,
|
628
628
|
queriesSent: h,
|
629
629
|
queriesPending: C.length,
|
630
630
|
subscribe: T,
|
@@ -632,7 +632,7 @@ function Nn(t, s, e, a) {
|
|
632
632
|
};
|
633
633
|
}
|
634
634
|
function F() {
|
635
|
-
|
635
|
+
r = "failed", p.forEach((L) => {
|
636
636
|
L(void 0, g);
|
637
637
|
});
|
638
638
|
}
|
@@ -643,7 +643,7 @@ function Nn(t, s, e, a) {
|
|
643
643
|
}
|
644
644
|
function k(L, V, U) {
|
645
645
|
const J = V !== "success";
|
646
|
-
switch (C = C.filter((H) => H !== L),
|
646
|
+
switch (C = C.filter((H) => H !== L), r) {
|
647
647
|
case "pending":
|
648
648
|
break;
|
649
649
|
case "failed":
|
@@ -665,19 +665,19 @@ function Nn(t, s, e, a) {
|
|
665
665
|
const H = t.resources.indexOf(L.resource);
|
666
666
|
H !== -1 && H !== t.index && (t.index = H);
|
667
667
|
}
|
668
|
-
|
668
|
+
r = "completed", p.forEach((H) => {
|
669
669
|
H(U);
|
670
670
|
});
|
671
671
|
}
|
672
672
|
function P() {
|
673
|
-
if (
|
673
|
+
if (r !== "pending")
|
674
674
|
return;
|
675
675
|
x();
|
676
676
|
const L = d.shift();
|
677
677
|
if (L === void 0) {
|
678
678
|
if (C.length) {
|
679
679
|
y = setTimeout(() => {
|
680
|
-
x(),
|
680
|
+
x(), r === "pending" && (z(), F());
|
681
681
|
}, t.timeout);
|
682
682
|
return;
|
683
683
|
}
|
@@ -704,11 +704,11 @@ function Hs(t) {
|
|
704
704
|
function a() {
|
705
705
|
e = e.filter((u) => u().status === "pending");
|
706
706
|
}
|
707
|
-
function n(u,
|
707
|
+
function n(u, r, h) {
|
708
708
|
const g = Nn(
|
709
709
|
s,
|
710
710
|
u,
|
711
|
-
|
711
|
+
r,
|
712
712
|
(y, C) => {
|
713
713
|
a(), h && h(y, C);
|
714
714
|
}
|
@@ -716,7 +716,7 @@ function Hs(t) {
|
|
716
716
|
return e.push(g), g;
|
717
717
|
}
|
718
718
|
function i(u) {
|
719
|
-
return e.find((
|
719
|
+
return e.find((r) => u(r)) || null;
|
720
720
|
}
|
721
721
|
return {
|
722
722
|
query: n,
|
@@ -817,14 +817,14 @@ function Us(t, s) {
|
|
817
817
|
if (a !== Ut) {
|
818
818
|
if (a) {
|
819
819
|
const u = gt(e);
|
820
|
-
for (let
|
821
|
-
Wt(e, ke +
|
820
|
+
for (let r = 0; r < u; r++)
|
821
|
+
Wt(e, ke + r.toString());
|
822
822
|
}
|
823
823
|
kt(e, zt, Ut), ft(e, 0);
|
824
824
|
return;
|
825
825
|
}
|
826
826
|
const n = Math.floor(Date.now() / Es) - Wn, i = (u) => {
|
827
|
-
const
|
827
|
+
const r = ke + u.toString(), h = mt(e, r);
|
828
828
|
if (typeof h == "string") {
|
829
829
|
try {
|
830
830
|
const g = JSON.parse(h);
|
@@ -832,7 +832,7 @@ function Us(t, s) {
|
|
832
832
|
return !0;
|
833
833
|
} catch {
|
834
834
|
}
|
835
|
-
Wt(e,
|
835
|
+
Wt(e, r);
|
836
836
|
}
|
837
837
|
};
|
838
838
|
let d = gt(e);
|
@@ -908,8 +908,8 @@ function Yn(t, s) {
|
|
908
908
|
if (!n || !(i = ht(e)))
|
909
909
|
return;
|
910
910
|
i.prepare(e, a, n).forEach((u) => {
|
911
|
-
zn(e, u, (
|
912
|
-
if (typeof
|
911
|
+
zn(e, u, (r, h) => {
|
912
|
+
if (typeof r != "object") {
|
913
913
|
if (h !== 404)
|
914
914
|
return;
|
915
915
|
u.icons.forEach((g) => {
|
@@ -919,14 +919,14 @@ function Yn(t, s) {
|
|
919
919
|
try {
|
920
920
|
const g = bt(
|
921
921
|
t,
|
922
|
-
|
922
|
+
r
|
923
923
|
);
|
924
924
|
if (!g.length)
|
925
925
|
return;
|
926
926
|
const y = t.pendingIcons;
|
927
927
|
y && g.forEach((C) => {
|
928
928
|
y.delete(C);
|
929
|
-
}), Kn(t,
|
929
|
+
}), Kn(t, r);
|
930
930
|
} catch (g) {
|
931
931
|
console.error(g);
|
932
932
|
}
|
@@ -938,33 +938,33 @@ function Yn(t, s) {
|
|
938
938
|
const Qn = (t, s) => {
|
939
939
|
const e = En(t, !0, Fs()), a = An(e);
|
940
940
|
if (!a.pending.length) {
|
941
|
-
let
|
941
|
+
let r = !0;
|
942
942
|
return s && setTimeout(() => {
|
943
|
-
|
943
|
+
r && s(
|
944
944
|
a.loaded,
|
945
945
|
a.missing,
|
946
946
|
a.pending,
|
947
947
|
Gt
|
948
948
|
);
|
949
949
|
}), () => {
|
950
|
-
|
950
|
+
r = !1;
|
951
951
|
};
|
952
952
|
}
|
953
953
|
const n = /* @__PURE__ */ Object.create(null), i = [];
|
954
954
|
let d, u;
|
955
|
-
return a.pending.forEach((
|
956
|
-
const { provider: h, prefix: g } =
|
955
|
+
return a.pending.forEach((r) => {
|
956
|
+
const { provider: h, prefix: g } = r;
|
957
957
|
if (g === u && h === d)
|
958
958
|
return;
|
959
959
|
d = h, u = g, i.push(de(h, g));
|
960
960
|
const y = n[h] || (n[h] = /* @__PURE__ */ Object.create(null));
|
961
961
|
y[g] || (y[g] = []);
|
962
|
-
}), a.pending.forEach((
|
963
|
-
const { provider: h, prefix: g, name: y } =
|
962
|
+
}), a.pending.forEach((r) => {
|
963
|
+
const { provider: h, prefix: g, name: y } = r, C = de(h, g), p = C.pendingIcons || (C.pendingIcons = /* @__PURE__ */ new Set());
|
964
964
|
p.has(y) || (p.add(y), n[h][g].push(y));
|
965
|
-
}), i.forEach((
|
966
|
-
const { provider: h, prefix: g } =
|
967
|
-
n[h][g].length && Yn(
|
965
|
+
}), i.forEach((r) => {
|
966
|
+
const { provider: h, prefix: g } = r;
|
967
|
+
n[h][g].length && Yn(r, n[h][g]);
|
968
968
|
}), s ? Rn(s, a, i) : Gt;
|
969
969
|
};
|
970
970
|
function Zn(t, s) {
|
@@ -1099,14 +1099,14 @@ const Qt = (t, s) => {
|
|
1099
1099
|
}
|
1100
1100
|
}
|
1101
1101
|
}
|
1102
|
-
const
|
1102
|
+
const r = wn(t, e), h = r.attributes;
|
1103
1103
|
if (e.inline && (i.verticalAlign = "-0.125em"), n === "svg") {
|
1104
1104
|
a.style = {
|
1105
1105
|
...i,
|
1106
1106
|
...u
|
1107
1107
|
}, Object.assign(a, h);
|
1108
1108
|
let w = 0, T = s.id;
|
1109
|
-
return typeof T == "string" && (T = T.replace(/-/g, "_")), a.innerHTML = Tn(
|
1109
|
+
return typeof T == "string" && (T = T.replace(/-/g, "_")), a.innerHTML = Tn(r.body, T ? () => T + "ID" + w++ : "iconifyVue"), Vt("svg", a);
|
1110
1110
|
}
|
1111
1111
|
const { body: g, width: y, height: C } = t, p = n === "mask" || (n === "bg" ? !1 : g.indexOf("currentColor") !== -1), x = si(g, {
|
1112
1112
|
...h,
|
@@ -1289,16 +1289,16 @@ const hi = {
|
|
1289
1289
|
}
|
1290
1290
|
}, mi = { key: 1 }, fi = { class: "pre-headline-text" };
|
1291
1291
|
function gi(t, s, e, a, n, i) {
|
1292
|
-
var u,
|
1292
|
+
var u, r, h;
|
1293
1293
|
const d = G;
|
1294
1294
|
return o(), l("div", {
|
1295
1295
|
class: b(["cmd-headline", { "has-pre-headline-text": e.preHeadlineText, "has-icon": (u = e.headlineIcon) == null ? void 0 : u.iconClass }, i.getTextAlign])
|
1296
1296
|
}, [
|
1297
1297
|
e.headlineIcon ? (o(), _(d, {
|
1298
1298
|
key: 0,
|
1299
|
-
iconClass: (
|
1299
|
+
iconClass: (r = e.headlineIcon) == null ? void 0 : r.iconClass,
|
1300
1300
|
type: (h = e.headlineIcon) == null ? void 0 : h.iconType
|
1301
|
-
}, null, 8, ["iconClass", "type"])) :
|
1301
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
1302
1302
|
e.preHeadlineText ? (o(), l("div", mi, [
|
1303
1303
|
m("span", fi, f(e.preHeadlineText), 1),
|
1304
1304
|
(o(), _(At(i.getHeadlineTag), null, {
|
@@ -1445,9 +1445,9 @@ const pi = {
|
|
1445
1445
|
}, nl = /* @__PURE__ */ m("template", null, null, -1);
|
1446
1446
|
function il(t, s, e, a, n, i) {
|
1447
1447
|
var h, g, y, C, p, x, w, T, I, F, z, k, P, L, V, U, J, H, K, X;
|
1448
|
-
const d = Y, u = G,
|
1448
|
+
const d = Y, u = G, r = an("telephone");
|
1449
1449
|
return o(), l("div", _i, [
|
1450
|
-
e.cmdHeadline ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) :
|
1450
|
+
e.cmdHeadline ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) : c("", !0),
|
1451
1451
|
m("address", bi, [
|
1452
1452
|
e.showLabels ? (o(), l("dl", Ci, [
|
1453
1453
|
(h = e.addressData.company) != null && h.text ? (o(), l("dt", vi, [
|
@@ -1456,10 +1456,10 @@ function il(t, s, e, a, n, i) {
|
|
1456
1456
|
iconClass: e.addressData.company.iconClass,
|
1457
1457
|
type: e.addressData.company.iconType,
|
1458
1458
|
tooltip: t.getMessage("cmdaddressdata.labeltext.company")
|
1459
|
-
}, null, 8, ["iconClass", "type", "tooltip"])) :
|
1460
|
-
e.showLabelTexts ? (o(), l("span", wi, f(t.getMessage("cmdaddressdata.labeltext.company")), 1)) :
|
1461
|
-
])) :
|
1462
|
-
(g = e.addressData.company) != null && g.text ? (o(), l("dd", ki, f(e.addressData.company.text), 1)) :
|
1459
|
+
}, null, 8, ["iconClass", "type", "tooltip"])) : c("", !0),
|
1460
|
+
e.showLabelTexts ? (o(), l("span", wi, f(t.getMessage("cmdaddressdata.labeltext.company")), 1)) : c("", !0)
|
1461
|
+
])) : c("", !0),
|
1462
|
+
(g = e.addressData.company) != null && g.text ? (o(), l("dd", ki, f(e.addressData.company.text), 1)) : c("", !0),
|
1463
1463
|
e.addressData.address && e.addressData.address !== void 0 ? (o(), l(v, { key: 2 }, [
|
1464
1464
|
m("dt", xi, [
|
1465
1465
|
e.addressData.address.iconClass && e.showLabelIcons ? (o(), _(u, {
|
@@ -1467,8 +1467,8 @@ function il(t, s, e, a, n, i) {
|
|
1467
1467
|
iconClass: e.addressData.address.iconClass,
|
1468
1468
|
type: e.addressData.address.iconType,
|
1469
1469
|
tooltip: t.getMessage("cmdaddressdata.labeltext.address")
|
1470
|
-
}, null, 8, ["iconClass", "type", "tooltip"])) :
|
1471
|
-
e.showLabelTexts ? (o(), l("span", Si, f(t.getMessage("cmdaddressdata.labeltext.address")), 1)) :
|
1470
|
+
}, null, 8, ["iconClass", "type", "tooltip"])) : c("", !0),
|
1471
|
+
e.showLabelTexts ? (o(), l("span", Si, f(t.getMessage("cmdaddressdata.labeltext.address")), 1)) : c("", !0)
|
1472
1472
|
]),
|
1473
1473
|
e.addressData.address ? (o(), l("dd", Ti, [
|
1474
1474
|
e.linkGoogleMaps ? (o(), l("a", {
|
@@ -1480,44 +1480,44 @@ function il(t, s, e, a, n, i) {
|
|
1480
1480
|
e.addressData.address.streetNo ? (o(), l(v, { key: 0 }, [
|
1481
1481
|
m("span", Oi, f(e.addressData.address.streetNo), 1),
|
1482
1482
|
Mi
|
1483
|
-
], 64)) :
|
1484
|
-
e.addressData.address.zip ? (o(), l("span", Li, f(e.addressData.address.zip), 1)) :
|
1483
|
+
], 64)) : c("", !0),
|
1484
|
+
e.addressData.address.zip ? (o(), l("span", Li, f(e.addressData.address.zip), 1)) : c("", !0),
|
1485
1485
|
e.addressData.address.city ? (o(), l(v, { key: 2 }, [
|
1486
1486
|
m("span", Bi, f(e.addressData.address.city), 1),
|
1487
1487
|
Di
|
1488
|
-
], 64)) :
|
1488
|
+
], 64)) : c("", !0),
|
1489
1489
|
e.addressData.address.miscInfo ? (o(), l(v, { key: 3 }, [
|
1490
1490
|
m("span", null, f(e.addressData.address.miscInfo), 1),
|
1491
1491
|
Fi
|
1492
|
-
], 64)) :
|
1493
|
-
e.addressData.address.country ? (o(), l("span", qi, f(e.addressData.address.country), 1)) :
|
1492
|
+
], 64)) : c("", !0),
|
1493
|
+
e.addressData.address.country ? (o(), l("span", qi, f(e.addressData.address.country), 1)) : c("", !0)
|
1494
1494
|
], 8, Ii)) : (o(), l(v, { key: 1 }, [
|
1495
1495
|
e.addressData.address.streetNo ? (o(), l(v, { key: 0 }, [
|
1496
1496
|
m("span", Vi, f(e.addressData.address.streetNo), 1),
|
1497
1497
|
Ai
|
1498
|
-
], 64)) :
|
1499
|
-
e.addressData.address.zip ? (o(), l("span", Pi, f(e.addressData.address.zip) + "\xA0", 1)) :
|
1498
|
+
], 64)) : c("", !0),
|
1499
|
+
e.addressData.address.zip ? (o(), l("span", Pi, f(e.addressData.address.zip) + "\xA0", 1)) : c("", !0),
|
1500
1500
|
e.addressData.address.city ? (o(), l(v, { key: 2 }, [
|
1501
1501
|
m("span", Hi, f(e.addressData.address.city), 1),
|
1502
1502
|
Ri
|
1503
|
-
], 64)) :
|
1503
|
+
], 64)) : c("", !0),
|
1504
1504
|
e.addressData.address.miscInfo ? (o(), l(v, { key: 3 }, [
|
1505
1505
|
m("span", null, f(e.addressData.address.miscInfo), 1),
|
1506
1506
|
Ei
|
1507
|
-
], 64)) :
|
1508
|
-
e.addressData.address.country ? (o(), l("span", ji, f(e.addressData.address.country), 1)) :
|
1507
|
+
], 64)) : c("", !0),
|
1508
|
+
e.addressData.address.country ? (o(), l("span", ji, f(e.addressData.address.country), 1)) : c("", !0)
|
1509
1509
|
], 64))
|
1510
|
-
])) :
|
1511
|
-
], 64)) :
|
1510
|
+
])) : c("", !0)
|
1511
|
+
], 64)) : c("", !0),
|
1512
1512
|
(y = e.addressData.telephone) != null && y.text ? (o(), l("dt", Ni, [
|
1513
1513
|
e.addressData.telephone.iconClass && e.showLabelIcons ? (o(), _(u, {
|
1514
1514
|
key: 0,
|
1515
1515
|
iconClass: e.addressData.telephone.iconClass,
|
1516
1516
|
type: e.addressData.telephone.iconType,
|
1517
1517
|
tooltip: t.getMessage("cmdaddressdata.labeltext.telephone")
|
1518
|
-
}, null, 8, ["iconClass", "type", "tooltip"])) :
|
1519
|
-
e.showLabelTexts ? (o(), l("span", Ui, f(t.getMessage("cmdaddressdata.labeltext.telephone")), 1)) :
|
1520
|
-
])) :
|
1518
|
+
}, null, 8, ["iconClass", "type", "tooltip"])) : c("", !0),
|
1519
|
+
e.showLabelTexts ? (o(), l("span", Ui, f(t.getMessage("cmdaddressdata.labeltext.telephone")), 1)) : c("", !0)
|
1520
|
+
])) : c("", !0),
|
1521
1521
|
(C = e.addressData.telephone) != null && C.text ? (o(), l("dd", zi, [
|
1522
1522
|
re((o(), l("a", {
|
1523
1523
|
href: "tel:" + e.addressData.telephone,
|
@@ -1526,18 +1526,18 @@ function il(t, s, e, a, n, i) {
|
|
1526
1526
|
}, [
|
1527
1527
|
R(f(e.addressData.telephone.text), 1)
|
1528
1528
|
], 8, Wi)), [
|
1529
|
-
[
|
1529
|
+
[r, e.addressData.telephone.text]
|
1530
1530
|
])
|
1531
|
-
])) :
|
1531
|
+
])) : c("", !0),
|
1532
1532
|
(p = e.addressData.mobilephone) != null && p.text ? (o(), l("dt", Gi, [
|
1533
1533
|
e.addressData.mobilephone.iconClass && e.showLabelIcons ? (o(), _(u, {
|
1534
1534
|
key: 0,
|
1535
1535
|
iconClass: e.addressData.mobilephone.iconClass,
|
1536
1536
|
type: e.addressData.mobilephone.iconType,
|
1537
1537
|
tooltip: t.getMessage("cmdaddressdata.labeltext.mobile_phone")
|
1538
|
-
}, null, 8, ["iconClass", "type", "tooltip"])) :
|
1539
|
-
e.showLabelTexts ? (o(), l("span", Ji, f(t.getMessage("cmdaddressdata.labeltext.mobile_phone")), 1)) :
|
1540
|
-
])) :
|
1538
|
+
}, null, 8, ["iconClass", "type", "tooltip"])) : c("", !0),
|
1539
|
+
e.showLabelTexts ? (o(), l("span", Ji, f(t.getMessage("cmdaddressdata.labeltext.mobile_phone")), 1)) : c("", !0)
|
1540
|
+
])) : c("", !0),
|
1541
1541
|
(x = e.addressData.mobilephone) != null && x.text ? (o(), l("dd", Ki, [
|
1542
1542
|
re((o(), l("a", {
|
1543
1543
|
href: "tel:" + e.addressData.mobilephone,
|
@@ -1546,62 +1546,62 @@ function il(t, s, e, a, n, i) {
|
|
1546
1546
|
}, [
|
1547
1547
|
R(f(e.addressData.mobilephone.text), 1)
|
1548
1548
|
], 8, Xi)), [
|
1549
|
-
[
|
1549
|
+
[r, e.addressData.mobilephone.text]
|
1550
1550
|
])
|
1551
|
-
])) :
|
1551
|
+
])) : c("", !0),
|
1552
1552
|
(w = e.addressData.fax) != null && w.text ? (o(), l("dt", Yi, [
|
1553
1553
|
e.addressData.fax.iconClass && e.showLabelIcons ? (o(), _(u, {
|
1554
1554
|
key: 0,
|
1555
1555
|
iconClass: e.addressData.fax.iconClass,
|
1556
1556
|
type: e.addressData.fax.iconType,
|
1557
1557
|
tooltip: t.getMessage("cmdaddressdata.labeltext.fax")
|
1558
|
-
}, null, 8, ["iconClass", "type", "tooltip"])) :
|
1559
|
-
e.showLabelTexts ? (o(), l("span", Qi, f(t.getMessage("cmdaddressdata.labeltext.fax")), 1)) :
|
1560
|
-
])) :
|
1561
|
-
(T = e.addressData.fax) != null && T.text ? (o(), l("dd", Zi, f(e.addressData.fax.text), 1)) :
|
1558
|
+
}, null, 8, ["iconClass", "type", "tooltip"])) : c("", !0),
|
1559
|
+
e.showLabelTexts ? (o(), l("span", Qi, f(t.getMessage("cmdaddressdata.labeltext.fax")), 1)) : c("", !0)
|
1560
|
+
])) : c("", !0),
|
1561
|
+
(T = e.addressData.fax) != null && T.text ? (o(), l("dd", Zi, f(e.addressData.fax.text), 1)) : c("", !0),
|
1562
1562
|
(I = e.addressData.email) != null && I.text ? (o(), l("dt", $i, [
|
1563
1563
|
e.addressData.email.iconClass && e.showLabelIcons ? (o(), _(u, {
|
1564
1564
|
key: 0,
|
1565
1565
|
iconClass: e.addressData.email.iconClass,
|
1566
1566
|
type: e.addressData.email.iconType,
|
1567
1567
|
tooltip: t.getMessage("cmdaddressdata.labeltext.email")
|
1568
|
-
}, null, 8, ["iconClass", "type", "tooltip"])) :
|
1569
|
-
e.showLabelTexts ? (o(), l("span", eo, f(t.getMessage("cmdaddressdata.labeltext.email")), 1)) :
|
1570
|
-
])) :
|
1568
|
+
}, null, 8, ["iconClass", "type", "tooltip"])) : c("", !0),
|
1569
|
+
e.showLabelTexts ? (o(), l("span", eo, f(t.getMessage("cmdaddressdata.labeltext.email")), 1)) : c("", !0)
|
1570
|
+
])) : c("", !0),
|
1571
1571
|
(F = e.addressData.email) != null && F.text ? (o(), l("dd", to, [
|
1572
1572
|
m("a", {
|
1573
1573
|
href: "mailto:" + ((z = e.addressData.email) == null ? void 0 : z.text),
|
1574
1574
|
class: "email"
|
1575
1575
|
}, f(e.addressData.email.text), 9, so)
|
1576
|
-
])) :
|
1576
|
+
])) : c("", !0),
|
1577
1577
|
(k = e.addressData.website) != null && k.text ? (o(), l("dt", no, [
|
1578
1578
|
e.addressData.website.iconClass && e.showLabelIcons ? (o(), _(u, {
|
1579
1579
|
key: 0,
|
1580
1580
|
iconClass: e.addressData.website.iconClass,
|
1581
1581
|
type: e.addressData.website.iconType
|
1582
|
-
}, null, 8, ["iconClass", "type"])) :
|
1583
|
-
e.showLabelTexts ? (o(), l("span", io, f(t.getMessage("cmdaddressdata.labeltext.website")), 1)) :
|
1584
|
-
])) :
|
1582
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
1583
|
+
e.showLabelTexts ? (o(), l("span", io, f(t.getMessage("cmdaddressdata.labeltext.website")), 1)) : c("", !0)
|
1584
|
+
])) : c("", !0),
|
1585
1585
|
(P = e.addressData.website) != null && P.text ? (o(), l("dd", oo, [
|
1586
1586
|
m("a", {
|
1587
1587
|
href: e.addressData.website.text,
|
1588
1588
|
target: "_blank",
|
1589
1589
|
title: t.getMessage("cmdaddressdata.title.visit_website")
|
1590
1590
|
}, f(i.websiteUrlText), 9, lo)
|
1591
|
-
])) :
|
1591
|
+
])) : c("", !0),
|
1592
1592
|
(L = e.addressData.custom) != null && L.text ? (o(), l("dt", ao, [
|
1593
1593
|
e.addressData.custom.iconClass && e.showLabelIcons ? (o(), _(u, {
|
1594
1594
|
key: 0,
|
1595
1595
|
iconClass: e.addressData.custom.iconClass,
|
1596
1596
|
type: e.addressData.custom.iconType
|
1597
|
-
}, null, 8, ["iconClass", "type"])) :
|
1598
|
-
e.showLabelTexts ? (o(), l("span", ro, f(t.getMessage("cmdaddressdata.labeltext.custom")), 1)) :
|
1599
|
-
])) :
|
1600
|
-
(V = e.addressData.custom) != null && V.text ? (o(), l("dd", co, f(e.addressData.custom.text), 1)) :
|
1597
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
1598
|
+
e.showLabelTexts ? (o(), l("span", ro, f(t.getMessage("cmdaddressdata.labeltext.custom")), 1)) : c("", !0)
|
1599
|
+
])) : c("", !0),
|
1600
|
+
(V = e.addressData.custom) != null && V.text ? (o(), l("dd", co, f(e.addressData.custom.text), 1)) : c("", !0)
|
1601
1601
|
])) : (o(), l("ul", uo, [
|
1602
1602
|
e.addressData.company ? (o(), l("li", ho, [
|
1603
1603
|
m("span", mo, f(e.addressData.company.text), 1)
|
1604
|
-
])) :
|
1604
|
+
])) : c("", !0),
|
1605
1605
|
m("li", null, [
|
1606
1606
|
e.linkGoogleMaps ? (o(), l("a", {
|
1607
1607
|
key: 0,
|
@@ -1612,32 +1612,32 @@ function il(t, s, e, a, n, i) {
|
|
1612
1612
|
e.addressData.address.streetNo ? (o(), l(v, { key: 0 }, [
|
1613
1613
|
m("span", go, f(e.addressData.address.streetNo), 1),
|
1614
1614
|
yo
|
1615
|
-
], 64)) :
|
1615
|
+
], 64)) : c("", !0),
|
1616
1616
|
e.addressData.address.zip || e.addressData.address.city ? (o(), l(v, { key: 1 }, [
|
1617
1617
|
m("span", po, f(e.addressData.address.zip) + "\xA0", 1),
|
1618
1618
|
m("span", _o, f(e.addressData.address.city), 1),
|
1619
1619
|
bo
|
1620
|
-
], 64)) :
|
1620
|
+
], 64)) : c("", !0),
|
1621
1621
|
e.addressData.address.miscInfo ? (o(), l(v, { key: 2 }, [
|
1622
1622
|
m("span", null, f(e.addressData.address.miscInfo), 1),
|
1623
1623
|
Co
|
1624
|
-
], 64)) :
|
1625
|
-
e.addressData.address.country ? (o(), l("span", vo, f(e.addressData.address.country), 1)) :
|
1624
|
+
], 64)) : c("", !0),
|
1625
|
+
e.addressData.address.country ? (o(), l("span", vo, f(e.addressData.address.country), 1)) : c("", !0)
|
1626
1626
|
], 8, fo)) : (o(), l(v, { key: 1 }, [
|
1627
1627
|
e.addressData.address.streetNo ? (o(), l(v, { key: 0 }, [
|
1628
1628
|
m("span", wo, f(e.addressData.address.streetNo), 1),
|
1629
1629
|
ko
|
1630
|
-
], 64)) :
|
1630
|
+
], 64)) : c("", !0),
|
1631
1631
|
e.addressData.address.zip || e.addressData.address.city ? (o(), l(v, { key: 1 }, [
|
1632
1632
|
m("span", xo, f(e.addressData.address.zip) + "\xA0", 1),
|
1633
1633
|
m("span", So, f(e.addressData.address.city), 1),
|
1634
1634
|
To
|
1635
|
-
], 64)) :
|
1635
|
+
], 64)) : c("", !0),
|
1636
1636
|
e.addressData.address.miscInfo ? (o(), l(v, { key: 2 }, [
|
1637
1637
|
m("span", null, f(e.addressData.address.miscInfo), 1),
|
1638
1638
|
Io
|
1639
|
-
], 64)) :
|
1640
|
-
e.addressData.address.country ? (o(), l("span", Oo, f(e.addressData.address.country), 1)) :
|
1639
|
+
], 64)) : c("", !0),
|
1640
|
+
e.addressData.address.country ? (o(), l("span", Oo, f(e.addressData.address.country), 1)) : c("", !0)
|
1641
1641
|
], 64))
|
1642
1642
|
]),
|
1643
1643
|
(U = e.addressData.telephone) != null && U.text ? (o(), l("li", Mo, [
|
@@ -1646,10 +1646,10 @@ function il(t, s, e, a, n, i) {
|
|
1646
1646
|
title: t.getMessage("cmdaddressdata.title.call_number"),
|
1647
1647
|
class: "tel"
|
1648
1648
|
}, f(e.addressData.telephone.text), 9, Lo)
|
1649
|
-
])) :
|
1649
|
+
])) : c("", !0),
|
1650
1650
|
(J = e.addressData.fax) != null && J.text ? (o(), l("li", Bo, [
|
1651
1651
|
m("span", Do, f(e.addressData.fax.text), 1)
|
1652
|
-
])) :
|
1652
|
+
])) : c("", !0),
|
1653
1653
|
(H = e.addressData.email) != null && H.text ? (o(), l("li", {
|
1654
1654
|
key: 3,
|
1655
1655
|
title: t.getMessage("cmdaddressdata.title.send_email")
|
@@ -1658,7 +1658,7 @@ function il(t, s, e, a, n, i) {
|
|
1658
1658
|
href: "mailto:" + e.addressData.email.text,
|
1659
1659
|
class: "email"
|
1660
1660
|
}, f(e.addressData.email.text), 9, qo)
|
1661
|
-
], 8, Fo)) :
|
1661
|
+
], 8, Fo)) : c("", !0),
|
1662
1662
|
(K = e.addressData.website) != null && K.text ? (o(), l("li", {
|
1663
1663
|
key: 4,
|
1664
1664
|
title: t.getMessage("cmdaddressdata.title.visit_website")
|
@@ -1667,14 +1667,14 @@ function il(t, s, e, a, n, i) {
|
|
1667
1667
|
href: e.addressData.website.text,
|
1668
1668
|
target: "_blank"
|
1669
1669
|
}, f(i.websiteUrlText), 9, Ao)
|
1670
|
-
], 8, Vo)) :
|
1671
|
-
(X = e.addressData.custom) != null && X.text ? (o(), l("li", Po, f(e.addressData.custom.text), 1)) :
|
1670
|
+
], 8, Vo)) : c("", !0),
|
1671
|
+
(X = e.addressData.custom) != null && X.text ? (o(), l("li", Po, f(e.addressData.custom.text), 1)) : c("", !0)
|
1672
1672
|
])),
|
1673
1673
|
e.showIconsOnly ? (o(), l("ul", Ho, [
|
1674
1674
|
e.addressData.company || e.addressData.address ? (o(), l(v, { key: 0 }, [
|
1675
1675
|
e.addressData.company ? (o(), l("li", Ro, [
|
1676
1676
|
m("span", Eo, f(e.addressData.company.text), 1)
|
1677
|
-
])) :
|
1677
|
+
])) : c("", !0),
|
1678
1678
|
e.addressData.address ? (o(), l("li", jo, [
|
1679
1679
|
e.linkGoogleMaps ? (o(), l("a", {
|
1680
1680
|
key: 0,
|
@@ -1685,37 +1685,37 @@ function il(t, s, e, a, n, i) {
|
|
1685
1685
|
e.addressData.address.streetNo ? (o(), l(v, { key: 0 }, [
|
1686
1686
|
m("span", Uo, f(e.addressData.address.streetNo), 1),
|
1687
1687
|
zo
|
1688
|
-
], 64)) :
|
1688
|
+
], 64)) : c("", !0),
|
1689
1689
|
e.addressData.address.zip || e.addressData.address.city ? (o(), l(v, { key: 1 }, [
|
1690
1690
|
m("span", Wo, f(e.addressData.address.zip) + "\xA0", 1),
|
1691
1691
|
m("span", Go, f(e.addressData.address.city), 1),
|
1692
1692
|
Jo
|
1693
|
-
], 64)) :
|
1693
|
+
], 64)) : c("", !0),
|
1694
1694
|
e.addressData.address.miscInfo ? (o(), l(v, { key: 2 }, [
|
1695
1695
|
m("span", null, f(e.addressData.address.miscInfo), 1),
|
1696
1696
|
Ko
|
1697
|
-
], 64)) :
|
1698
|
-
e.addressData.address.country ? (o(), l("span", Xo, f(e.addressData.address.country), 1)) :
|
1697
|
+
], 64)) : c("", !0),
|
1698
|
+
e.addressData.address.country ? (o(), l("span", Xo, f(e.addressData.address.country), 1)) : c("", !0)
|
1699
1699
|
], 8, No)) : (o(), l(v, { key: 1 }, [
|
1700
1700
|
e.addressData.address.streetNo ? (o(), l(v, { key: 0 }, [
|
1701
1701
|
m("span", Yo, f(e.addressData.address.streetNo), 1),
|
1702
1702
|
Qo
|
1703
|
-
], 64)) :
|
1703
|
+
], 64)) : c("", !0),
|
1704
1704
|
e.addressData.address.zip || e.addressData.address.city ? (o(), l(v, { key: 1 }, [
|
1705
1705
|
m("span", Zo, f(e.addressData.address.zip) + "\xA0", 1),
|
1706
1706
|
m("span", $o, f(e.addressData.address.city), 1),
|
1707
1707
|
el
|
1708
|
-
], 64)) :
|
1708
|
+
], 64)) : c("", !0),
|
1709
1709
|
e.addressData.address.miscInfo ? (o(), l(v, { key: 2 }, [
|
1710
1710
|
m("span", null, f(e.addressData.address.miscInfo), 1),
|
1711
1711
|
tl
|
1712
|
-
], 64)) :
|
1713
|
-
e.addressData.address.country ? (o(), l("span", sl, f(e.addressData.address.country), 1)) :
|
1712
|
+
], 64)) : c("", !0),
|
1713
|
+
e.addressData.address.country ? (o(), l("span", sl, f(e.addressData.address.country), 1)) : c("", !0)
|
1714
1714
|
], 64))
|
1715
|
-
])) :
|
1716
|
-
], 64)) :
|
1715
|
+
])) : c("", !0)
|
1716
|
+
], 64)) : c("", !0),
|
1717
1717
|
nl
|
1718
|
-
])) :
|
1718
|
+
])) : c("", !0)
|
1719
1719
|
])
|
1720
1720
|
]);
|
1721
1721
|
}
|
@@ -1776,7 +1776,7 @@ function al(t, s, e, a, n, i) {
|
|
1776
1776
|
iconClass: e.iconBackToTop.iconClass,
|
1777
1777
|
type: e.iconBackToTop.iconType
|
1778
1778
|
}, null, 8, ["iconClass", "type"])
|
1779
|
-
], 8, ll)) :
|
1779
|
+
], 8, ll)) : c("", !0)
|
1780
1780
|
]),
|
1781
1781
|
_: 1
|
1782
1782
|
});
|
@@ -1822,15 +1822,15 @@ const rl = {
|
|
1822
1822
|
function ml(t, s, e, a, n, i) {
|
1823
1823
|
const d = Y, u = G;
|
1824
1824
|
return o(), l("div", cl, [
|
1825
|
-
e.cmdHeadline ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) :
|
1825
|
+
e.cmdHeadline ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) : c("", !0),
|
1826
1826
|
m("dl", null, [
|
1827
|
-
(o(!0), l(v, null, E(e.accountData, (
|
1828
|
-
m("dt", null, f(
|
1829
|
-
e.allowCopyByClick &&
|
1830
|
-
m("span", null, f(
|
1827
|
+
(o(!0), l(v, null, E(e.accountData, (r, h) => (o(), l(v, { key: h }, [
|
1828
|
+
m("dt", null, f(r.text), 1),
|
1829
|
+
e.allowCopyByClick && r.allowCopy ? (o(), l("dd", dl, [
|
1830
|
+
m("span", null, f(r.value), 1),
|
1831
1831
|
m("a", {
|
1832
1832
|
href: "#",
|
1833
|
-
onClick: M((g) => i.copyToClipboard(
|
1833
|
+
onClick: M((g) => i.copyToClipboard(r.value), ["prevent"]),
|
1834
1834
|
title: e.iconCopy.tooltip
|
1835
1835
|
}, [
|
1836
1836
|
S(u, {
|
@@ -1838,10 +1838,10 @@ function ml(t, s, e, a, n, i) {
|
|
1838
1838
|
type: e.iconCopy.iconType
|
1839
1839
|
}, null, 8, ["iconClass", "type"])
|
1840
1840
|
], 8, ul)
|
1841
|
-
])) : (o(), l("dd", { key: h }, f(
|
1841
|
+
])) : (o(), l("dd", { key: h }, f(r.value), 1))
|
1842
1842
|
], 64))), 128))
|
1843
1843
|
]),
|
1844
|
-
e.additionalInformation ? (o(), l("p", hl, f(e.additionalInformation), 1)) :
|
1844
|
+
e.additionalInformation ? (o(), l("p", hl, f(e.additionalInformation), 1)) : c("", !0)
|
1845
1845
|
]);
|
1846
1846
|
}
|
1847
1847
|
const If = /* @__PURE__ */ D(rl, [["render", ml]]);
|
@@ -1868,17 +1868,17 @@ const fl = {
|
|
1868
1868
|
}
|
1869
1869
|
}, gl = { key: 0 }, yl = ["src", "alt", "title"], pl = { key: 1 };
|
1870
1870
|
function _l(t, s, e, a, n, i) {
|
1871
|
-
var d, u,
|
1871
|
+
var d, u, r, h, g, y;
|
1872
1872
|
return o(), l("figure", {
|
1873
1873
|
class: b(["cmd-image", i.getTextAlign])
|
1874
1874
|
}, [
|
1875
|
-
((d = e.figcaption) == null ? void 0 : d.show) && ((u = e.figcaption) == null ? void 0 : u.position) === "top" ? (o(), l("figcaption", gl, f((
|
1875
|
+
((d = e.figcaption) == null ? void 0 : d.show) && ((u = e.figcaption) == null ? void 0 : u.position) === "top" ? (o(), l("figcaption", gl, f((r = e.figcaption) == null ? void 0 : r.text), 1)) : c("", !0),
|
1876
1876
|
m("img", {
|
1877
1877
|
src: e.image.src,
|
1878
1878
|
alt: e.image.alt,
|
1879
1879
|
title: e.image.tooltip
|
1880
1880
|
}, null, 8, yl),
|
1881
|
-
((h = e.figcaption) == null ? void 0 : h.show) && ((g = e.figcaption) == null ? void 0 : g.position) !== "top" ? (o(), l("figcaption", pl, f((y = e.figcaption) == null ? void 0 : y.text), 1)) :
|
1881
|
+
((h = e.figcaption) == null ? void 0 : h.show) && ((g = e.figcaption) == null ? void 0 : g.position) !== "top" ? (o(), l("figcaption", pl, f((y = e.figcaption) == null ? void 0 : y.text), 1)) : c("", !0)
|
1882
1882
|
], 2);
|
1883
1883
|
}
|
1884
1884
|
const he = /* @__PURE__ */ D(fl, [["render", _l]]);
|
@@ -2044,7 +2044,7 @@ function Sl(t, s, e, a, n, i) {
|
|
2044
2044
|
tag: "ul"
|
2045
2045
|
}, {
|
2046
2046
|
default: A(() => [
|
2047
|
-
(o(!0), l(v, null, E(n.thumbnails, (
|
2047
|
+
(o(!0), l(v, null, E(n.thumbnails, (r, h) => (o(), l("li", {
|
2048
2048
|
key: h,
|
2049
2049
|
class: b({ active: e.imgIndex === h })
|
2050
2050
|
}, [
|
@@ -2054,8 +2054,8 @@ function Sl(t, s, e, a, n, i) {
|
|
2054
2054
|
title: t.getMessage("cmdthumbnailscroller.tooltip.open_large_image")
|
2055
2055
|
}, [
|
2056
2056
|
S(u, {
|
2057
|
-
image:
|
2058
|
-
figcaption:
|
2057
|
+
image: r.image,
|
2058
|
+
figcaption: r.figcaption
|
2059
2059
|
}, null, 8, ["image", "figcaption"])
|
2060
2060
|
], 8, xl)
|
2061
2061
|
], 2))), 128))
|
@@ -2313,7 +2313,7 @@ const Ll = Gs, Bl = ["aria-label"], Dl = { class: "flex-container" }, Fl = {
|
|
2313
2313
|
}, Ul = ["title"], zl = { key: 1 }, Wl = ["title"], Gl = { key: 1 };
|
2314
2314
|
function Jl(t, s, e, a, n, i) {
|
2315
2315
|
var y, C, p, x, w, T, I, F, z, k, P, L, V, U, J, H, K, X, ae, se, ie, B, $, fe, be, O, q, W;
|
2316
|
-
const d = Y, u = G,
|
2316
|
+
const d = Y, u = G, r = he, h = He, g = Tl;
|
2317
2317
|
return o(), _(cn, { to: "body" }, [
|
2318
2318
|
m("dialog", {
|
2319
2319
|
ref: "dialog",
|
@@ -2326,7 +2326,7 @@ function Jl(t, s, e, a, n, i) {
|
|
2326
2326
|
headlineText: (C = t.cmdHeadline) == null ? void 0 : C.headlineText,
|
2327
2327
|
headlineLevel: (p = t.cmdHeadline) == null ? void 0 : p.headlineLevel,
|
2328
2328
|
id: t.htmlId
|
2329
|
-
}, null, 8, ["headlineText", "headlineLevel", "id"])) :
|
2329
|
+
}, null, 8, ["headlineText", "headlineLevel", "id"])) : c("", !0),
|
2330
2330
|
((x = t.fancyboxOptions.printButtons) == null ? void 0 : x.color) || ((w = t.fancyboxOptions.printButtons) == null ? void 0 : w.grayscale) || t.fancyboxOptions.closeIcon ? (o(), l("div", Fl, [
|
2331
2331
|
t.showPrintButtons && ((T = t.fancyboxOptions.printButtons) == null ? void 0 : T.color) ? (o(), l("a", {
|
2332
2332
|
key: 0,
|
@@ -2339,7 +2339,7 @@ function Jl(t, s, e, a, n, i) {
|
|
2339
2339
|
iconClass: (F = t.fancyboxOptions.printButtons.color) == null ? void 0 : F.iconClass,
|
2340
2340
|
type: (z = t.fancyboxOptions.printButtons.color) == null ? void 0 : z.iconType
|
2341
2341
|
}, null, 8, ["iconClass", "type"])
|
2342
|
-
], 8, ql)) :
|
2342
|
+
], 8, ql)) : c("", !0),
|
2343
2343
|
t.showPrintButtons && ((k = t.fancyboxOptions.printButtons) == null ? void 0 : k.grayscale) ? (o(), l("a", {
|
2344
2344
|
key: 1,
|
2345
2345
|
href: "#",
|
@@ -2351,7 +2351,7 @@ function Jl(t, s, e, a, n, i) {
|
|
2351
2351
|
iconClass: (L = t.fancyboxOptions.printButtons.grayscale) == null ? void 0 : L.iconClass,
|
2352
2352
|
type: (V = t.fancyboxOptions.printButtons.grayscale) == null ? void 0 : V.iconType
|
2353
2353
|
}, null, 8, ["iconClass", "type"])
|
2354
|
-
], 8, Vl)) :
|
2354
|
+
], 8, Vl)) : c("", !0),
|
2355
2355
|
t.fancyboxOptions.closeIcon ? (o(), l("a", {
|
2356
2356
|
key: 2,
|
2357
2357
|
href: "#",
|
@@ -2365,14 +2365,14 @@ function Jl(t, s, e, a, n, i) {
|
|
2365
2365
|
iconClass: t.fancyboxOptions.closeIcon.iconClass,
|
2366
2366
|
type: t.fancyboxOptions.closeIcon.iconType
|
2367
2367
|
}, null, 8, ["iconClass", "type"])
|
2368
|
-
], 8, Al)) :
|
2369
|
-
])) :
|
2368
|
+
], 8, Al)) : c("", !0)
|
2369
|
+
])) : c("", !0)
|
2370
2370
|
]),
|
2371
2371
|
m("div", {
|
2372
2372
|
class: b(["outer-content-wrapper", { grayscale: t.printInGrayscale }])
|
2373
2373
|
}, [
|
2374
2374
|
t.fancyBoxImageUrl ? (o(), l("div", Pl, [
|
2375
|
-
S(
|
2375
|
+
S(r, {
|
2376
2376
|
image: t.largeSingleImage,
|
2377
2377
|
figcaption: (U = t.cmdImage) == null ? void 0 : U.figcaption
|
2378
2378
|
}, null, 8, ["image", "figcaption"])
|
@@ -2385,7 +2385,7 @@ function Jl(t, s, e, a, n, i) {
|
|
2385
2385
|
onClick: M(t.showPrevItem, ["prevent"]),
|
2386
2386
|
slideButtonType: "prev"
|
2387
2387
|
}, null, 8, ["onClick"]),
|
2388
|
-
S(
|
2388
|
+
S(r, {
|
2389
2389
|
image: t.largeGalleryImage,
|
2390
2390
|
figcaption: t.fancyBoxGallery[t.index].figcaption
|
2391
2391
|
}, null, 8, ["image", "figcaption"]),
|
@@ -2406,9 +2406,9 @@ function Jl(t, s, e, a, n, i) {
|
|
2406
2406
|
key: 0,
|
2407
2407
|
iconClass: (X = t.fancyboxOptions.submitButtons.cancel) == null ? void 0 : X.iconClass,
|
2408
2408
|
type: (ae = t.fancyboxOptions.submitButtons.cancel) == null ? void 0 : ae.iconType
|
2409
|
-
}, null, 8, ["iconClass", "type"])) :
|
2410
|
-
(se = t.fancyboxOptions.submitButtons.cancel) != null && se.buttonText ? (o(), l("span", zl, f((ie = t.fancyboxOptions.submitButtons.cancel) == null ? void 0 : ie.buttonText), 1)) :
|
2411
|
-
], 8, Ul)) :
|
2409
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
2410
|
+
(se = t.fancyboxOptions.submitButtons.cancel) != null && se.buttonText ? (o(), l("span", zl, f((ie = t.fancyboxOptions.submitButtons.cancel) == null ? void 0 : ie.buttonText), 1)) : c("", !0)
|
2411
|
+
], 8, Ul)) : c("", !0),
|
2412
2412
|
(B = t.fancyboxOptions.submitButtons) != null && B.confirm ? (o(), l("button", {
|
2413
2413
|
key: 1,
|
2414
2414
|
onClick: s[4] || (s[4] = (...Q) => t.confirm && t.confirm(...Q)),
|
@@ -2418,17 +2418,17 @@ function Jl(t, s, e, a, n, i) {
|
|
2418
2418
|
key: 0,
|
2419
2419
|
iconClass: (be = t.fancyboxOptions.submitButtons.confirm) == null ? void 0 : be.iconClass,
|
2420
2420
|
type: (O = t.fancyboxOptions.submitButtons.confirm) == null ? void 0 : O.iconType
|
2421
|
-
}, null, 8, ["iconClass", "type"])) :
|
2422
|
-
(q = t.fancyboxOptions.submitButtons.confirm) != null && q.buttonText ? (o(), l("span", Gl, f((W = t.fancyboxOptions.submitButtons.confirm) == null ? void 0 : W.buttonText), 1)) :
|
2423
|
-
], 8, Wl)) :
|
2424
|
-
])) :
|
2421
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
2422
|
+
(q = t.fancyboxOptions.submitButtons.confirm) != null && q.buttonText ? (o(), l("span", Gl, f((W = t.fancyboxOptions.submitButtons.confirm) == null ? void 0 : W.buttonText), 1)) : c("", !0)
|
2423
|
+
], 8, Wl)) : c("", !0)
|
2424
|
+
])) : c("", !0),
|
2425
2425
|
t.fancyBoxGallery ? (o(), _(g, {
|
2426
2426
|
key: 1,
|
2427
2427
|
thumbnailScrollerItems: [...t.fancyBoxGallery],
|
2428
2428
|
allowOpenFancyBox: !1,
|
2429
2429
|
onClick: t.showItem,
|
2430
2430
|
imgIndex: t.index
|
2431
|
-
}, null, 8, ["thumbnailScrollerItems", "onClick", "imgIndex"])) :
|
2431
|
+
}, null, 8, ["thumbnailScrollerItems", "onClick", "imgIndex"])) : c("", !0)
|
2432
2432
|
], 10, Bl)
|
2433
2433
|
]);
|
2434
2434
|
}
|
@@ -2479,11 +2479,11 @@ const Kl = {
|
|
2479
2479
|
}
|
2480
2480
|
}, Xl = ["href", "target", "onClick", "title"], Yl = { key: 1 }, Ql = { key: 1 };
|
2481
2481
|
function Zl(t, s, e, a, n, i) {
|
2482
|
-
const d = Y, u = G,
|
2482
|
+
const d = Y, u = G, r = oe("router-link");
|
2483
2483
|
return o(), l("div", {
|
2484
2484
|
class: b(["cmd-list-of-links", { box: e.styleAsBox, horizontal: e.orientation === "horizontal", "section-anchors": e.sectionAnchors }])
|
2485
2485
|
}, [
|
2486
|
-
e.cmdHeadline ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) :
|
2486
|
+
e.cmdHeadline ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) : c("", !0),
|
2487
2487
|
m("ul", {
|
2488
2488
|
class: b(["flex-container", { "no-gap": !e.useGap }, "align-" + e.align])
|
2489
2489
|
}, [
|
@@ -2502,9 +2502,9 @@ function Zl(t, s, e, a, n, i) {
|
|
2502
2502
|
key: 0,
|
2503
2503
|
iconClass: h.iconClass,
|
2504
2504
|
type: h.iconType
|
2505
|
-
}, null, 8, ["iconClass", "type"])) :
|
2506
|
-
h.text ? (o(), l("span", Yl, f(h.text), 1)) :
|
2507
|
-
], 8, Xl)) : h.type === "router" ? (o(), _(
|
2505
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
2506
|
+
h.text ? (o(), l("span", Yl, f(h.text), 1)) : c("", !0)
|
2507
|
+
], 8, Xl)) : h.type === "router" ? (o(), _(r, {
|
2508
2508
|
key: 1,
|
2509
2509
|
to: i.getRoute(h),
|
2510
2510
|
title: h.tooltip
|
@@ -2514,11 +2514,11 @@ function Zl(t, s, e, a, n, i) {
|
|
2514
2514
|
key: 0,
|
2515
2515
|
iconClass: h.iconClass,
|
2516
2516
|
type: h.iconType
|
2517
|
-
}, null, 8, ["iconClass", "type"])) :
|
2518
|
-
h.text ? (o(), l("span", Ql, f(h.text), 1)) :
|
2517
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
2518
|
+
h.text ? (o(), l("span", Ql, f(h.text), 1)) : c("", !0)
|
2519
2519
|
]),
|
2520
2520
|
_: 2
|
2521
|
-
}, 1032, ["to", "title"])) :
|
2521
|
+
}, 1032, ["to", "title"])) : c("", !0)
|
2522
2522
|
], 2))), 128))
|
2523
2523
|
], 2)
|
2524
2524
|
], 2);
|
@@ -2715,7 +2715,7 @@ const sa = Tt, na = ["title"], ia = {
|
|
2715
2715
|
};
|
2716
2716
|
function Va(t, s, e, a, n, i) {
|
2717
2717
|
var h, g, y, C, p, x, w;
|
2718
|
-
const d = Y, u = G,
|
2718
|
+
const d = Y, u = G, r = $l;
|
2719
2719
|
return e.boxType === "content" ? (o(), l("div", {
|
2720
2720
|
key: 0,
|
2721
2721
|
class: b([
|
@@ -2736,13 +2736,13 @@ function Va(t, s, e, a, n, i) {
|
|
2736
2736
|
title: n.open ? e.iconOpen.tooltip : e.iconClosed.tooltip,
|
2737
2737
|
onClick: s[0] || (s[0] = M((...T) => i.toggleContentVisibility && i.toggleContentVisibility(...T), ["prevent"]))
|
2738
2738
|
}, [
|
2739
|
-
(h = e.useSlots) != null && h.includes("header") ? N(t.$slots, "header", { key: 0 }) : (g = e.cmdHeadline) != null && g.headlineText ? (o(), _(d, Z(j({ key: 1 }, e.cmdHeadline)), null, 16)) :
|
2739
|
+
(h = e.useSlots) != null && h.includes("header") ? N(t.$slots, "header", { key: 0 }) : (g = e.cmdHeadline) != null && g.headlineText ? (o(), _(d, Z(j({ key: 1 }, e.cmdHeadline)), null, 16)) : c("", !0),
|
2740
2740
|
S(u, {
|
2741
2741
|
iconClass: n.open ? e.iconOpen.iconClass : e.iconClosed.iconClass,
|
2742
2742
|
type: n.open ? e.iconOpen.iconType : e.iconClosed.iconType
|
2743
2743
|
}, null, 8, ["iconClass", "type"])
|
2744
2744
|
], 8, na)) : (o(), l("div", ia, [
|
2745
|
-
(y = e.useSlots) != null && y.includes("header") ? N(t.$slots, "header", { key: 0 }) : (C = e.cmdHeadline) != null && C.headlineText ? (o(), _(d, Z(j({ key: 1 }, e.cmdHeadline)), null, 16)) :
|
2745
|
+
(y = e.useSlots) != null && y.includes("header") ? N(t.$slots, "header", { key: 0 }) : (C = e.cmdHeadline) != null && C.headlineText ? (o(), _(d, Z(j({ key: 1 }, e.cmdHeadline)), null, 16)) : c("", !0)
|
2746
2746
|
])),
|
2747
2747
|
n.open ? (o(), l("div", oa, [
|
2748
2748
|
(p = e.useSlots) != null && p.includes("body") ? N(t.$slots, "body", { key: 0 }, () => [
|
@@ -2759,7 +2759,7 @@ function Va(t, s, e, a, n, i) {
|
|
2759
2759
|
key: 0,
|
2760
2760
|
href: "#",
|
2761
2761
|
onClick: s[1] || (s[1] = M((...T) => i.toggleCutOffText && i.toggleCutOffText(...T), ["prevent"]))
|
2762
|
-
}, f(n.showCutOffText ? t.getMessage("cmdbox.contentbox.collapse_text") : t.getMessage("cmdbox.contentbox.expand_text")), 1)) :
|
2762
|
+
}, f(n.showCutOffText ? t.getMessage("cmdbox.contentbox.collapse_text") : t.getMessage("cmdbox.contentbox.expand_text")), 1)) : c("", !0)
|
2763
2763
|
]),
|
2764
2764
|
_: 1
|
2765
2765
|
}, 8, ["name"])
|
@@ -2768,14 +2768,14 @@ function Va(t, s, e, a, n, i) {
|
|
2768
2768
|
key: 0,
|
2769
2769
|
src: e.image.src,
|
2770
2770
|
alt: e.image.altText
|
2771
|
-
}, null, 8, la)) :
|
2772
|
-
(x = e.cmdHeadline) != null && x.headlineText ? (o(), _(d, Z(j({ key: 1 }, e.cmdHeadline)), null, 16)) :
|
2773
|
-
e.textBody ? (o(), l("p", aa, f(e.textBody), 1)) :
|
2771
|
+
}, null, 8, la)) : c("", !0),
|
2772
|
+
(x = e.cmdHeadline) != null && x.headlineText ? (o(), _(d, Z(j({ key: 1 }, e.cmdHeadline)), null, 16)) : c("", !0),
|
2773
|
+
e.textBody ? (o(), l("p", aa, f(e.textBody), 1)) : c("", !0)
|
2774
2774
|
], 64))
|
2775
|
-
])) :
|
2775
|
+
])) : c("", !0),
|
2776
2776
|
(w = e.useSlots) != null && w.includes("footer") ? (o(), l("div", ra, [
|
2777
2777
|
N(t.$slots, "footer")
|
2778
|
-
])) :
|
2778
|
+
])) : c("", !0)
|
2779
2779
|
], 2)) : e.boxType === "product" && e.product ? (o(), l("a", {
|
2780
2780
|
key: 1,
|
2781
2781
|
class: b(["cmd-box box product", { "stretch-vertically": e.stretchVertically, "stretch-horizontally": e.stretchHorizontally, "row-view": n.isRowView }]),
|
@@ -2792,20 +2792,20 @@ function Va(t, s, e, a, n, i) {
|
|
2792
2792
|
])) : (o(), l("p", ha, f(e.product.name), 1)),
|
2793
2793
|
e.product.new ? (o(), l("div", ma, [
|
2794
2794
|
m("span", null, f(t.getMessage("cmdbox.productbox.new")), 1)
|
2795
|
-
])) :
|
2795
|
+
])) : c("", !0),
|
2796
2796
|
e.product.discount ? (o(), l("div", fa, [
|
2797
2797
|
m("span", null, f(e.product.discount), 1)
|
2798
|
-
])) :
|
2798
|
+
])) : c("", !0)
|
2799
2799
|
]),
|
2800
2800
|
m("div", ga, [
|
2801
|
-
e.product.articleNumber ? (o(), l("p", ya, f(t.getMessage("cmdbox.productbox.article_no")) + " " + f(e.product.articleNumber), 1)) :
|
2801
|
+
e.product.articleNumber ? (o(), l("p", ya, f(t.getMessage("cmdbox.productbox.article_no")) + " " + f(e.product.articleNumber), 1)) : c("", !0),
|
2802
2802
|
e.product.price ? (o(), l("p", pa, [
|
2803
2803
|
m("span", null, f(e.product.price), 1),
|
2804
2804
|
m("span", {
|
2805
2805
|
title: t.globalCurrency.name
|
2806
2806
|
}, f(t.globalCurrency.symbol), 9, _a)
|
2807
|
-
])) :
|
2808
|
-
e.product.description ? (o(), l("p", ba, f(e.product.description), 1)) :
|
2807
|
+
])) : c("", !0),
|
2808
|
+
e.product.description ? (o(), l("p", ba, f(e.product.description), 1)) : c("", !0)
|
2809
2809
|
])
|
2810
2810
|
], 2)) : e.boxType === "user" && e.user ? (o(), l("div", {
|
2811
2811
|
key: 2,
|
@@ -2831,33 +2831,33 @@ function Va(t, s, e, a, n, i) {
|
|
2831
2831
|
}, null, 8, ka),
|
2832
2832
|
m("figcaption", null, [
|
2833
2833
|
R(f(e.user.name) + " ", 1),
|
2834
|
-
e.user.age ? (o(), l("span", xa, ", " + f(e.user.age), 1)) :
|
2834
|
+
e.user.age ? (o(), l("span", xa, ", " + f(e.user.age), 1)) : c("", !0)
|
2835
2835
|
])
|
2836
2836
|
])) : (o(), l("div", Sa, [
|
2837
2837
|
m("span", {
|
2838
2838
|
class: b(e.defaultProfileIconClass),
|
2839
2839
|
title: e.user.name
|
2840
2840
|
}, null, 10, Ta),
|
2841
|
-
n.isRowView ?
|
2841
|
+
n.isRowView ? c("", !0) : (o(), l("p", Ia, f(e.user.name), 1))
|
2842
2842
|
]))
|
2843
2843
|
]),
|
2844
2844
|
m("div", Oa, [
|
2845
|
-
n.isRowView ? (o(), l("p", Ma, f(e.user.name), 1)) :
|
2846
|
-
e.user.profession ? (o(), l("p", La, f(e.user.profession), 1)) :
|
2847
|
-
e.user.position ? (o(), l("p", Ba, f(e.user.position), 1)) :
|
2848
|
-
e.user.description ? (o(), l("p", Da, f(e.user.description), 1)) :
|
2845
|
+
n.isRowView ? (o(), l("p", Ma, f(e.user.name), 1)) : c("", !0),
|
2846
|
+
e.user.profession ? (o(), l("p", La, f(e.user.profession), 1)) : c("", !0),
|
2847
|
+
e.user.position ? (o(), l("p", Ba, f(e.user.position), 1)) : c("", !0),
|
2848
|
+
e.user.description ? (o(), l("p", Da, f(e.user.description), 1)) : c("", !0)
|
2849
2849
|
]),
|
2850
2850
|
m("ul", Fa, [
|
2851
2851
|
(o(!0), l(v, null, E(e.user.tags, (T, I) => (o(), l("li", { key: I }, f(T), 1))), 128))
|
2852
2852
|
]),
|
2853
2853
|
e.user.links ? (o(), l("div", qa, [
|
2854
|
-
S(
|
2854
|
+
S(r, {
|
2855
2855
|
links: e.user.links,
|
2856
2856
|
orientation: "horizontal",
|
2857
2857
|
useGap: !1
|
2858
2858
|
}, null, 8, ["links"])
|
2859
|
-
])) :
|
2860
|
-
], 2)) :
|
2859
|
+
])) : c("", !0)
|
2860
|
+
], 2)) : c("", !0);
|
2861
2861
|
}
|
2862
2862
|
const Aa = /* @__PURE__ */ D(sa, [["render", Va]]);
|
2863
2863
|
const It = {
|
@@ -2986,31 +2986,31 @@ function Ua(t, s, e, a, n, i) {
|
|
2986
2986
|
const d = Y, u = G;
|
2987
2987
|
return o(), l("div", Ha, [
|
2988
2988
|
m("div", Ra, [
|
2989
|
-
e.cmdHeadline.headlineText ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) :
|
2989
|
+
e.cmdHeadline.headlineText ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) : c("", !0),
|
2990
2990
|
e.allowUserToToggleOrientation || e.allowTogglingCollapsingBoxes ? (o(), l("div", Ea, [
|
2991
2991
|
e.allowTogglingCollapsingBoxes ? (o(), l("a", {
|
2992
2992
|
key: 0,
|
2993
2993
|
href: "#",
|
2994
|
-
onClick: s[0] || (s[0] = M((...
|
2994
|
+
onClick: s[0] || (s[0] = M((...r) => i.toggleCollapsingBoxes && i.toggleCollapsingBoxes(...r), ["prevent"])),
|
2995
2995
|
title: n.collapsingBoxesOpen ? e.collapseBoxesIcon.tooltip : e.expandBoxesIcon.tooltip
|
2996
2996
|
}, [
|
2997
2997
|
S(u, {
|
2998
2998
|
iconClass: n.collapsingBoxesOpen ? e.expandBoxesIcon.iconClass : e.collapseBoxesIcon.iconClass,
|
2999
2999
|
type: n.rowView ? e.iconGridView.iconType : e.iconRowView.iconType
|
3000
3000
|
}, null, 8, ["iconClass", "type"])
|
3001
|
-
], 8, ja)) :
|
3001
|
+
], 8, ja)) : c("", !0),
|
3002
3002
|
e.allowUserToToggleOrientation ? (o(), l("a", {
|
3003
3003
|
key: 1,
|
3004
3004
|
href: "#",
|
3005
|
-
onClick: s[1] || (s[1] = M((
|
3005
|
+
onClick: s[1] || (s[1] = M((r) => n.rowView = !n.rowView, ["prevent"])),
|
3006
3006
|
title: n.rowView ? e.iconRowView.tooltip : e.iconGridView.tooltip
|
3007
3007
|
}, [
|
3008
3008
|
S(u, {
|
3009
3009
|
iconClass: n.rowView ? e.iconGridView.iconClass : e.iconRowView.iconClass,
|
3010
3010
|
type: n.rowView ? e.iconGridView.iconType : e.iconRowView.iconType
|
3011
3011
|
}, null, 8, ["iconClass", "type"])
|
3012
|
-
], 8, Na)) :
|
3013
|
-
])) :
|
3012
|
+
], 8, Na)) : c("", !0)
|
3013
|
+
])) : c("", !0)
|
3014
3014
|
]),
|
3015
3015
|
m("div", {
|
3016
3016
|
class: b([e.useFlexbox ? "flex-container" : "grid-container-create-columns", { "row-view": n.rowView, "stretch-boxes-vertically": e.stretchBoxesVertically }])
|
@@ -3050,40 +3050,40 @@ const za = {
|
|
3050
3050
|
function $a(t, s, e, a, n, i) {
|
3051
3051
|
const d = G, u = oe("router-link");
|
3052
3052
|
return o(), l("ul", Wa, [
|
3053
|
-
e.breadcrumbLabel ? (o(), l("li", Ga, f(e.breadcrumbLabel), 1)) :
|
3054
|
-
(o(!0), l(v, null, E(e.breadcrumbLinks || [], (
|
3055
|
-
|
3053
|
+
e.breadcrumbLabel ? (o(), l("li", Ga, f(e.breadcrumbLabel), 1)) : c("", !0),
|
3054
|
+
(o(!0), l(v, null, E(e.breadcrumbLinks || [], (r, h) => (o(), l("li", { key: h }, [
|
3055
|
+
r.type === "href" ? (o(), l("a", {
|
3056
3056
|
key: 0,
|
3057
|
-
href:
|
3057
|
+
href: r.path
|
3058
3058
|
}, [
|
3059
|
-
|
3059
|
+
r.iconClass ? (o(), _(d, {
|
3060
3060
|
key: 0,
|
3061
|
-
iconClass:
|
3062
|
-
type:
|
3063
|
-
}, null, 8, ["iconClass", "type"])) :
|
3064
|
-
|
3065
|
-
], 8, Ja)) :
|
3061
|
+
iconClass: r.iconClass,
|
3062
|
+
type: r.iconType
|
3063
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
3064
|
+
r.text ? (o(), l("span", Ka, f(r.text), 1)) : c("", !0)
|
3065
|
+
], 8, Ja)) : r.type === "router" ? (o(), _(u, {
|
3066
3066
|
key: 1,
|
3067
|
-
to: i.getRoute(
|
3067
|
+
to: i.getRoute(r)
|
3068
3068
|
}, {
|
3069
3069
|
default: A(() => [
|
3070
|
-
|
3070
|
+
r.iconClass ? (o(), _(d, {
|
3071
3071
|
key: 0,
|
3072
|
-
iconClass:
|
3073
|
-
type:
|
3074
|
-
}, null, 8, ["iconClass", "type"])) :
|
3075
|
-
|
3072
|
+
iconClass: r.iconClass,
|
3073
|
+
type: r.iconType
|
3074
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
3075
|
+
r.text ? (o(), l("span", Xa, f(r.text), 1)) : c("", !0)
|
3076
3076
|
]),
|
3077
3077
|
_: 2
|
3078
3078
|
}, 1032, ["to"])) : (o(), l("span", Ya, [
|
3079
|
-
|
3079
|
+
r.iconClass ? (o(), _(d, {
|
3080
3080
|
key: 0,
|
3081
|
-
iconClass:
|
3082
|
-
type:
|
3083
|
-
}, null, 8, ["iconClass", "type"])) :
|
3084
|
-
|
3081
|
+
iconClass: r.iconClass,
|
3082
|
+
type: r.iconType
|
3083
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
3084
|
+
r.text ? (o(), l("span", Qa, f(r.text), 1)) : c("", !0)
|
3085
3085
|
])),
|
3086
|
-
h < e.breadcrumbLinks.length - 1 ? (o(), l("span", Za, f(e.breadcrumbSeparator), 1)) :
|
3086
|
+
h < e.breadcrumbLinks.length - 1 ? (o(), l("span", Za, f(e.breadcrumbSeparator), 1)) : c("", !0)
|
3087
3087
|
]))), 128))
|
3088
3088
|
]);
|
3089
3089
|
}
|
@@ -3152,21 +3152,22 @@ const er = {
|
|
3152
3152
|
}
|
3153
3153
|
}, tr = { class: "cmd-company-logo" }, sr = ["href", "title"];
|
3154
3154
|
function nr(t, s, e, a, n, i) {
|
3155
|
+
var r, h, g, y, C, p;
|
3155
3156
|
const d = he, u = oe("router-link");
|
3156
3157
|
return o(), l("div", tr, [
|
3157
|
-
e.link.type === "router" ? (o(), _(u, {
|
3158
|
+
((r = e.link) == null ? void 0 : r.type) === "router" ? (o(), _(u, {
|
3158
3159
|
key: 0,
|
3159
|
-
to: e.link.path,
|
3160
|
-
title: e.link.tooltip
|
3160
|
+
to: (h = e.link) == null ? void 0 : h.path,
|
3161
|
+
title: (g = e.link) == null ? void 0 : g.tooltip
|
3161
3162
|
}, {
|
3162
3163
|
default: A(() => [
|
3163
3164
|
S(d, { image: i.image }, null, 8, ["image"])
|
3164
3165
|
]),
|
3165
3166
|
_: 1
|
3166
|
-
}, 8, ["to", "title"])) : e.link.type === "href" ? (o(), l("a", {
|
3167
|
+
}, 8, ["to", "title"])) : ((y = e.link) == null ? void 0 : y.type) === "href" ? (o(), l("a", {
|
3167
3168
|
key: 1,
|
3168
|
-
href: e.link.path,
|
3169
|
-
title: e.link.tooltip
|
3169
|
+
href: (C = e.link) == null ? void 0 : C.path,
|
3170
|
+
title: (p = e.link) == null ? void 0 : p.tooltip
|
3170
3171
|
}, [
|
3171
3172
|
S(d, { image: i.image }, null, 8, ["image"])
|
3172
3173
|
], 8, sr)) : (o(), _(d, {
|
@@ -3272,23 +3273,23 @@ function rr(t, s, e, a, n, i) {
|
|
3272
3273
|
preHeadline: e.cmdHeadline.preHeadline,
|
3273
3274
|
headlineLevel: e.cmdHeadline.headlineLevel,
|
3274
3275
|
headlineText: e.cmdHeadline.headlineText
|
3275
|
-
}, null, 8, ["iconClass", "preHeadline", "headlineLevel", "headlineText"])) :
|
3276
|
+
}, null, 8, ["iconClass", "preHeadline", "headlineLevel", "headlineText"])) : c("", !0),
|
3276
3277
|
e.iconClose.show && e.toggleVisibilityByClick ? (o(), l("a", {
|
3277
3278
|
key: 1,
|
3278
3279
|
href: "#",
|
3279
|
-
onClick: s[0] || (s[0] = M((...
|
3280
|
+
onClick: s[0] || (s[0] = M((...r) => i.hideTooltip && i.hideTooltip(...r), ["prevent"])),
|
3280
3281
|
title: e.iconClose.tooltip
|
3281
3282
|
}, [
|
3282
3283
|
S(u, {
|
3283
3284
|
iconClass: e.iconClose.iconClass,
|
3284
3285
|
type: e.iconClose.iconType
|
3285
3286
|
}, null, 8, ["iconClass", "type"])
|
3286
|
-
], 8, ar)) :
|
3287
|
-
])) :
|
3287
|
+
], 8, ar)) : c("", !0)
|
3288
|
+
])) : c("", !0),
|
3288
3289
|
N(t.$slots, "default", {}, () => [
|
3289
3290
|
R(f(e.tooltipText), 1)
|
3290
3291
|
])
|
3291
|
-
], 2)) :
|
3292
|
+
], 2)) : c("", !0);
|
3292
3293
|
}
|
3293
3294
|
const cr = /* @__PURE__ */ D(or, [["render", rr]]), dr = {
|
3294
3295
|
data() {
|
@@ -3365,7 +3366,7 @@ const ur = {
|
|
3365
3366
|
}
|
3366
3367
|
}, hr = { class: "cmd-list-of-requirements" }, mr = /* @__PURE__ */ m("br", null, null, -1), fr = /* @__PURE__ */ m("hr", null, null, -1), gr = ["href", "target"], yr = { key: 1 };
|
3367
3368
|
function pr(t, s, e, a, n, i) {
|
3368
|
-
var
|
3369
|
+
var r, h, g;
|
3369
3370
|
const d = Y, u = G;
|
3370
3371
|
return o(), l("div", hr, [
|
3371
3372
|
e.showHeadline ? (o(), _(d, {
|
@@ -3377,10 +3378,10 @@ function pr(t, s, e, a, n, i) {
|
|
3377
3378
|
e.labelText ? (o(), l(v, { key: 0 }, [
|
3378
3379
|
mr,
|
3379
3380
|
m("em", null, f(e.labelText), 1)
|
3380
|
-
], 64)) :
|
3381
|
+
], 64)) : c("", !0)
|
3381
3382
|
]),
|
3382
3383
|
_: 1
|
3383
|
-
}, 8, ["headline-level"])) :
|
3384
|
+
}, 8, ["headline-level"])) : c("", !0),
|
3384
3385
|
m("dl", null, [
|
3385
3386
|
(o(!0), l(v, null, E(e.inputRequirements, (y, C) => (o(), l(v, { key: C }, [
|
3386
3387
|
m("dt", {
|
@@ -3408,14 +3409,14 @@ function pr(t, s, e, a, n, i) {
|
|
3408
3409
|
onClick: s[0] || (s[0] = M(() => {
|
3409
3410
|
}, ["prevent"]))
|
3410
3411
|
}, [
|
3411
|
-
(
|
3412
|
+
(r = e.helplink.icon) != null && r.iconClass ? (o(), _(u, {
|
3412
3413
|
key: 0,
|
3413
3414
|
class: b((h = e.helplink.icon) == null ? void 0 : h.iconClass),
|
3414
3415
|
title: (g = e.helplink.icon) == null ? void 0 : g.tooltip
|
3415
|
-
}, null, 8, ["class", "title"])) :
|
3416
|
-
e.helplink.text ? (o(), l("span", yr, f(e.helplink.text), 1)) :
|
3417
|
-
], 8, gr)) :
|
3418
|
-
], 64)) :
|
3416
|
+
}, null, 8, ["class", "title"])) : c("", !0),
|
3417
|
+
e.helplink.text ? (o(), l("span", yr, f(e.helplink.text), 1)) : c("", !0)
|
3418
|
+
], 8, gr)) : c("", !0)
|
3419
|
+
], 64)) : c("", !0)
|
3419
3420
|
]);
|
3420
3421
|
}
|
3421
3422
|
const _r = /* @__PURE__ */ D(ur, [["render", pr]]), br = {
|
@@ -3469,7 +3470,7 @@ function Cr(t, s, e, a, n, i) {
|
|
3469
3470
|
inputAttributes: e.cmdListOfRequirements.inputAttributes,
|
3470
3471
|
validationTooltip: e.cmdListOfRequirements.validationTooltip,
|
3471
3472
|
labelText: e.cmdListOfRequirements.labelText
|
3472
|
-
}, null, 8, ["showHeadline", "inputRequirements", "helplink", "inputModelValue", "inputAttributes", "validationTooltip", "labelText"])) :
|
3473
|
+
}, null, 8, ["showHeadline", "inputRequirements", "helplink", "inputModelValue", "inputAttributes", "validationTooltip", "labelText"])) : c("", !0)
|
3473
3474
|
]),
|
3474
3475
|
_: 1
|
3475
3476
|
}, 8, ["class", "relatedId"]);
|
@@ -4022,7 +4023,7 @@ const xr = ["color", "date", "datetime-local", "file", "number", "range"], Sr =
|
|
4022
4023
|
class: "search-field-wrapper flex-container no-gap"
|
4023
4024
|
}, Kr = ["id", "maxlength", "value"], Xr = ["title"], Yr = ["title"], Qr = { key: 1 };
|
4024
4025
|
function Zr(t, s, e, a, n, i) {
|
4025
|
-
var
|
4026
|
+
var r, h, g, y, C, p, x, w, T, I, F, z, k, P, L, V, U, J, H, K, X, ae, se, ie;
|
4026
4027
|
const d = Ot, u = G;
|
4027
4028
|
return e.element === "input" || e.element === "select" || e.element === "textarea" ? (o(), l("label", {
|
4028
4029
|
key: 0,
|
@@ -4050,7 +4051,7 @@ function Zr(t, s, e, a, n, i) {
|
|
4050
4051
|
e.labelText ? (o(), l(v, { key: 0 }, [
|
4051
4052
|
R(f(e.labelText), 1)
|
4052
4053
|
], 64)) : N(t.$slots, "labeltext", { key: 1 }),
|
4053
|
-
t.$attrs.required ? (o(), l("sup", Or, "*")) :
|
4054
|
+
t.$attrs.required ? (o(), l("sup", Or, "*")) : c("", !0)
|
4054
4055
|
]),
|
4055
4056
|
t.useCustomTooltip && (t.validationStatus === "" || t.validationStatus === "error") ? (o(), _(d, {
|
4056
4057
|
key: 0,
|
@@ -4060,7 +4061,7 @@ function Zr(t, s, e, a, n, i) {
|
|
4060
4061
|
relatedId: t.tooltipId,
|
4061
4062
|
cmdListOfRequirements: t.listOfRequirements,
|
4062
4063
|
role: t.validationStatus === "error" ? "alert" : "dialog"
|
4063
|
-
}, null, 8, ["validationStatus", "validationMessage", "relatedId", "cmdListOfRequirements", "role"])) :
|
4064
|
+
}, null, 8, ["validationStatus", "validationMessage", "relatedId", "cmdListOfRequirements", "role"])) : c("", !0),
|
4064
4065
|
t.$attrs.required || t.inputRequirements.length ? (o(), l("a", {
|
4065
4066
|
key: 1,
|
4066
4067
|
href: "#",
|
@@ -4072,16 +4073,16 @@ function Zr(t, s, e, a, n, i) {
|
|
4072
4073
|
id: t.tooltipId
|
4073
4074
|
}, [
|
4074
4075
|
S(u, { iconClass: t.getStatusIconClass }, null, 8, ["iconClass"])
|
4075
|
-
], 8, Mr)) :
|
4076
|
+
], 8, Mr)) : c("", !0)
|
4076
4077
|
], 512)), [
|
4077
4078
|
[pe, e.showLabel]
|
4078
|
-
]) :
|
4079
|
+
]) : c("", !0),
|
4079
4080
|
t.$attrs.type !== "checkbox" && t.$attrs.type !== "radio" ? (o(), l("span", Lr, [
|
4080
4081
|
e.fieldIconClass ? (o(), _(u, {
|
4081
4082
|
key: 0,
|
4082
4083
|
class: "place-inside",
|
4083
4084
|
iconClass: e.fieldIconClass
|
4084
|
-
}, null, 8, ["iconClass"])) :
|
4085
|
+
}, null, 8, ["iconClass"])) : c("", !0),
|
4085
4086
|
e.element === "input" && t.$attrs.type !== "search" ? (o(), l("input", j({ key: 1 }, i.elementAttributes, {
|
4086
4087
|
id: t.htmlId,
|
4087
4088
|
class: e.inputClass,
|
@@ -4096,7 +4097,7 @@ function Zr(t, s, e, a, n, i) {
|
|
4096
4097
|
value: e.modelValue,
|
4097
4098
|
maxlength: i.getMaxLength(),
|
4098
4099
|
ref: "input"
|
4099
|
-
}), null, 16, Br)) :
|
4100
|
+
}), null, 16, Br)) : c("", !0),
|
4100
4101
|
t.$attrs.type === "password" ? (o(), l("a", {
|
4101
4102
|
key: 2,
|
4102
4103
|
href: "#",
|
@@ -4111,8 +4112,8 @@ function Zr(t, s, e, a, n, i) {
|
|
4111
4112
|
S(u, {
|
4112
4113
|
iconClass: e.iconPasswordVisible.iconClass
|
4113
4114
|
}, null, 8, ["iconClass"])
|
4114
|
-
], 40, Dr)) :
|
4115
|
-
])) :
|
4115
|
+
], 40, Dr)) : c("", !0)
|
4116
|
+
])) : c("", !0),
|
4116
4117
|
e.datalist && e.datalist.options.length ? (o(), l("datalist", {
|
4117
4118
|
key: 2,
|
4118
4119
|
id: e.datalist.id
|
@@ -4140,9 +4141,9 @@ function Zr(t, s, e, a, n, i) {
|
|
4140
4141
|
e.labelText ? (o(), l("span", jr, [
|
4141
4142
|
m("span", null, [
|
4142
4143
|
R(f(e.labelText), 1),
|
4143
|
-
t.$attrs.required ? (o(), l("sup", Nr, "*")) :
|
4144
|
+
t.$attrs.required ? (o(), l("sup", Nr, "*")) : c("", !0)
|
4144
4145
|
])
|
4145
|
-
])) :
|
4146
|
+
])) : c("", !0)
|
4146
4147
|
], 64)) : N(t.$slots, "default", { key: 2 }) : (o(), l(v, { key: 0 }, [
|
4147
4148
|
m("input", j(i.elementAttributes, {
|
4148
4149
|
onChange: s[11] || (s[11] = (...B) => i.onChange && i.onChange(...B)),
|
@@ -4162,11 +4163,11 @@ function Zr(t, s, e, a, n, i) {
|
|
4162
4163
|
e.labelText ? (o(), l(v, { key: 0 }, [
|
4163
4164
|
R(f(e.labelText), 1)
|
4164
4165
|
], 64)) : N(t.$slots, "labeltext", { key: 1 }),
|
4165
|
-
t.$attrs.required ? (o(), l("sup", Ar, "*")) :
|
4166
|
+
t.$attrs.required ? (o(), l("sup", Ar, "*")) : c("", !0)
|
4166
4167
|
])
|
4167
|
-
], 2)) :
|
4168
|
+
], 2)) : c("", !0)
|
4168
4169
|
], 64))
|
4169
|
-
], 64)) :
|
4170
|
+
], 64)) : c("", !0),
|
4170
4171
|
e.element === "select" ? (o(), l("select", j({ key: 4 }, i.elementAttributes, {
|
4171
4172
|
id: t.htmlId,
|
4172
4173
|
onBlur: s[15] || (s[15] = (...B) => i.onBlur && i.onBlur(...B)),
|
@@ -4177,7 +4178,7 @@ function Zr(t, s, e, a, n, i) {
|
|
4177
4178
|
value: B.value,
|
4178
4179
|
selected: B.value === e.modelValue
|
4179
4180
|
}, f(B.text), 9, zr))), 128))
|
4180
|
-
], 16, Ur)) :
|
4181
|
+
], 16, Ur)) : c("", !0),
|
4181
4182
|
e.element === "textarea" ? (o(), l("textarea", j({ key: 5 }, i.elementAttributes, {
|
4182
4183
|
id: t.htmlId,
|
4183
4184
|
value: e.modelValue,
|
@@ -4186,7 +4187,7 @@ function Zr(t, s, e, a, n, i) {
|
|
4186
4187
|
onFocus: s[18] || (s[18] = (B) => t.tooltip = !0),
|
4187
4188
|
onBlur: s[19] || (s[19] = (...B) => i.onBlur && i.onBlur(...B))
|
4188
4189
|
}), `\r
|
4189
|
-
`, 16, Wr)) :
|
4190
|
+
`, 16, Wr)) : c("", !0),
|
4190
4191
|
e.element === "textarea" && e.showCharactersTextarea ? (o(), l("span", Gr, f(i.charactersTextarea), 1)) : e.element === "input" && t.$attrs.type === "search" ? (o(), l("span", Jr, [
|
4191
4192
|
m("input", j(i.elementAttributes, {
|
4192
4193
|
id: t.htmlId,
|
@@ -4204,8 +4205,8 @@ function Zr(t, s, e, a, n, i) {
|
|
4204
4205
|
S(u, {
|
4205
4206
|
iconClass: e.iconSearch.iconClass
|
4206
4207
|
}, null, 8, ["iconClass"])
|
4207
|
-
], 10, Xr)) :
|
4208
|
-
(
|
4208
|
+
], 10, Xr)) : c("", !0),
|
4209
|
+
(r = e.iconDelete) != null && r.show ? (o(), l("a", {
|
4209
4210
|
key: 1,
|
4210
4211
|
href: "#",
|
4211
4212
|
onClick: s[22] || (s[22] = M((B) => t.$emit("update:modelValue", ""), ["prevent"])),
|
@@ -4215,8 +4216,8 @@ function Zr(t, s, e, a, n, i) {
|
|
4215
4216
|
iconClass: (g = e.iconDelete) == null ? void 0 : g.iconClass,
|
4216
4217
|
type: (y = e.iconDelete) == null ? void 0 : y.iconType
|
4217
4218
|
}, null, 8, ["iconClass", "type"])
|
4218
|
-
], 8, Yr)) :
|
4219
|
-
])) :
|
4219
|
+
], 8, Yr)) : c("", !0)
|
4220
|
+
])) : c("", !0)
|
4220
4221
|
], 10, Tr)) : (o(), l("button", j({
|
4221
4222
|
key: 1,
|
4222
4223
|
class: "button"
|
@@ -4225,7 +4226,7 @@ function Zr(t, s, e, a, n, i) {
|
|
4225
4226
|
key: 0,
|
4226
4227
|
iconClass: (z = (F = e.nativeButton) == null ? void 0 : F.icon) == null ? void 0 : z.iconClass,
|
4227
4228
|
type: (P = (k = e.nativeButton) == null ? void 0 : k.icon) == null ? void 0 : P.iconType
|
4228
|
-
}, null, 8, ["iconClass", "type"])) :
|
4229
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
4229
4230
|
((L = e.nativeButton) == null ? void 0 : L.icon) && ((V = e.nativeButton) == null ? void 0 : V.text) ? (o(), l("span", Qr, f(e.nativeButton.text), 1)) : (o(), l(v, { key: 2 }, [
|
4230
4231
|
R(f(e.nativeButton.text), 1)
|
4231
4232
|
], 64)),
|
@@ -4233,7 +4234,7 @@ function Zr(t, s, e, a, n, i) {
|
|
4233
4234
|
key: 3,
|
4234
4235
|
iconClass: (ae = (X = e.nativeButton) == null ? void 0 : X.icon) == null ? void 0 : ae.iconClass,
|
4235
4236
|
type: (ie = (se = e.nativeButton) == null ? void 0 : se.icon) == null ? void 0 : ie.iconType
|
4236
|
-
}, null, 8, ["iconClass", "type"])) :
|
4237
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0)
|
4237
4238
|
], 16));
|
4238
4239
|
}
|
4239
4240
|
const _e = /* @__PURE__ */ D(Sr, [["render", Zr]]), $r = {
|
@@ -4351,7 +4352,7 @@ const ec = {
|
|
4351
4352
|
class: "flex-container vertical"
|
4352
4353
|
}, cc = { key: 0 }, dc = { key: 1 }, uc = ["href", "target"], hc = ["innerHTML"], mc = { class: "button-wrapper align-center" };
|
4353
4354
|
function fc(t, s, e, a, n, i) {
|
4354
|
-
const d = Y, u = _e,
|
4355
|
+
const d = Y, u = _e, r = Aa;
|
4355
4356
|
return o(), _(ce, { name: "fade" }, {
|
4356
4357
|
default: A(() => {
|
4357
4358
|
var h, g, y;
|
@@ -4361,7 +4362,7 @@ function fc(t, s, e, a, n, i) {
|
|
4361
4362
|
key: 0,
|
4362
4363
|
headlineText: e.cmdHeadlineCookieDisclaimer.headlineText,
|
4363
4364
|
headlineLevel: e.cmdHeadlineCookieDisclaimer.headlineLevel
|
4364
|
-
}, null, 8, ["headlineText", "headlineLevel"])) :
|
4365
|
+
}, null, 8, ["headlineText", "headlineLevel"])) : c("", !0),
|
4365
4366
|
N(t.$slots, "cookie-options", {}, () => {
|
4366
4367
|
var C, p, x, w, T, I, F, z;
|
4367
4368
|
return [
|
@@ -4370,10 +4371,10 @@ function fc(t, s, e, a, n, i) {
|
|
4370
4371
|
key: 0,
|
4371
4372
|
"headline-text": (x = e.cmdBoxRequiredCookies) == null ? void 0 : x.headlineText,
|
4372
4373
|
"headline-level": (w = e.cmdBoxRequiredCookies) == null ? void 0 : w.headlineLevel
|
4373
|
-
}, null, 8, ["headline-text", "headline-level"])) :
|
4374
|
+
}, null, 8, ["headline-text", "headline-level"])) : c("", !0),
|
4374
4375
|
(o(!0), l(v, null, E(e.cookieOptions.required.cookies || [], (k, P) => {
|
4375
4376
|
var L;
|
4376
|
-
return o(), _(
|
4377
|
+
return o(), _(r, {
|
4377
4378
|
useSlots: ["header", "body"],
|
4378
4379
|
collapsible: (L = e.cmdBoxRequiredCookies) == null ? void 0 : L.collapsible,
|
4379
4380
|
key: P
|
@@ -4393,7 +4394,7 @@ function fc(t, s, e, a, n, i) {
|
|
4393
4394
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
4394
4395
|
]),
|
4395
4396
|
body: A(() => [
|
4396
|
-
k.description ? (o(), l("p", nc, f(k.description), 1)) :
|
4397
|
+
k.description ? (o(), l("p", nc, f(k.description), 1)) : c("", !0),
|
4397
4398
|
k.linkDataPrivacy ? (o(), l("p", ic, [
|
4398
4399
|
R(f(k.linkDataPrivacy.label) + " ", 1),
|
4399
4400
|
m("a", {
|
@@ -4401,26 +4402,26 @@ function fc(t, s, e, a, n, i) {
|
|
4401
4402
|
href: k.linkDataPrivacy.link,
|
4402
4403
|
target: k.linkDataPrivacy.target
|
4403
4404
|
}, f(k.linkDataPrivacy.linkText), 9, oc)
|
4404
|
-
])) :
|
4405
|
+
])) : c("", !0),
|
4405
4406
|
n.dataPrivacyContent ? (o(), l("div", {
|
4406
4407
|
key: 2,
|
4407
4408
|
innerHTML: n.dataPrivacyContent
|
4408
|
-
}, null, 8, lc)) :
|
4409
|
+
}, null, 8, lc)) : c("", !0)
|
4409
4410
|
]),
|
4410
4411
|
_: 2
|
4411
4412
|
}, 1032, ["collapsible"]);
|
4412
4413
|
}), 128))
|
4413
|
-
])) :
|
4414
|
+
])) : c("", !0),
|
4414
4415
|
ac,
|
4415
4416
|
(T = e.cookieOptions) != null && T.optional ? (o(), l("div", rc, [
|
4416
4417
|
(I = e.cmdBoxOptionalCookies) != null && I.showHeadline ? (o(), _(d, {
|
4417
4418
|
key: 0,
|
4418
4419
|
"headline-text": (F = e.cmdBoxOptionalCookies) == null ? void 0 : F.headlineText,
|
4419
4420
|
"headline-level": (z = e.cmdBoxOptionalCookies) == null ? void 0 : z.headlineLevel
|
4420
|
-
}, null, 8, ["headline-text", "headline-level"])) :
|
4421
|
+
}, null, 8, ["headline-text", "headline-level"])) : c("", !0),
|
4421
4422
|
(o(!0), l(v, null, E(e.cookieOptions.optional.cookies || [], (k, P) => {
|
4422
4423
|
var L;
|
4423
|
-
return o(), _(
|
4424
|
+
return o(), _(r, {
|
4424
4425
|
useSlots: ["header", "body"],
|
4425
4426
|
collapsible: (L = e.cmdBoxOptionalCookies) == null ? void 0 : L.collapsible,
|
4426
4427
|
key: P
|
@@ -4440,7 +4441,7 @@ function fc(t, s, e, a, n, i) {
|
|
4440
4441
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
4441
4442
|
]),
|
4442
4443
|
body: A(() => [
|
4443
|
-
k.description ? (o(), l("p", cc, f(k.description), 1)) :
|
4444
|
+
k.description ? (o(), l("p", cc, f(k.description), 1)) : c("", !0),
|
4444
4445
|
k.linkDataPrivacy ? (o(), l("p", dc, [
|
4445
4446
|
R(f(k.linkDataPrivacy.label) + " ", 1),
|
4446
4447
|
m("a", {
|
@@ -4448,16 +4449,16 @@ function fc(t, s, e, a, n, i) {
|
|
4448
4449
|
href: k.linkDataPrivacy.link,
|
4449
4450
|
target: k.linkDataPrivacy.target
|
4450
4451
|
}, f(k.linkDataPrivacy.linkText), 9, uc)
|
4451
|
-
])) :
|
4452
|
+
])) : c("", !0),
|
4452
4453
|
n.dataPrivacyContent ? (o(), l("div", {
|
4453
4454
|
key: 2,
|
4454
4455
|
innerHTML: n.dataPrivacyContent
|
4455
|
-
}, null, 8, hc)) :
|
4456
|
+
}, null, 8, hc)) : c("", !0)
|
4456
4457
|
]),
|
4457
4458
|
_: 2
|
4458
4459
|
}, 1032, ["collapsible"]);
|
4459
4460
|
}), 128))
|
4460
|
-
])) :
|
4461
|
+
])) : c("", !0)
|
4461
4462
|
];
|
4462
4463
|
}),
|
4463
4464
|
N(t.$slots, "privacy-text"),
|
@@ -4468,7 +4469,7 @@ function fc(t, s, e, a, n, i) {
|
|
4468
4469
|
onClick: s[4] || (s[4] = (...C) => i.acceptCurrentCookies && i.acceptCurrentCookies(...C))
|
4469
4470
|
}, [
|
4470
4471
|
m("span", null, f(e.buttonLabelAcceptCurrentSettings), 1)
|
4471
|
-
])) :
|
4472
|
+
])) : c("", !0),
|
4472
4473
|
e.buttonLabelAcceptAllCookies ? (o(), l("button", {
|
4473
4474
|
key: 1,
|
4474
4475
|
type: "button",
|
@@ -4476,7 +4477,7 @@ function fc(t, s, e, a, n, i) {
|
|
4476
4477
|
onClick: s[5] || (s[5] = (...C) => i.acceptAllCookies && i.acceptAllCookies(...C))
|
4477
4478
|
}, [
|
4478
4479
|
m("span", null, f(e.buttonLabelAcceptAllCookies), 1)
|
4479
|
-
])) :
|
4480
|
+
])) : c("", !0)
|
4480
4481
|
])
|
4481
4482
|
])
|
4482
4483
|
];
|
@@ -4709,7 +4710,7 @@ const vc = {
|
|
4709
4710
|
};
|
4710
4711
|
function jc(t, s, e, a, n, i) {
|
4711
4712
|
var h, g, y, C;
|
4712
|
-
const d = Ot, u = G,
|
4713
|
+
const d = Ot, u = G, r = oe("router-link");
|
4713
4714
|
return o(), l("div", {
|
4714
4715
|
class: b([
|
4715
4716
|
n.validationStatus,
|
@@ -4729,7 +4730,7 @@ function jc(t, s, e, a, n, i) {
|
|
4729
4730
|
e.showLabel ? (o(), l("span", kc, [
|
4730
4731
|
m("span", { id: t.htmlId }, [
|
4731
4732
|
R(f(e.labelText), 1),
|
4732
|
-
t.$attrs.required !== void 0 ? (o(), l("sup", Sc, "*")) :
|
4733
|
+
t.$attrs.required !== void 0 ? (o(), l("sup", Sc, "*")) : c("", !0)
|
4733
4734
|
], 8, xc),
|
4734
4735
|
t.useCustomTooltip && (n.validationStatus === "" || n.validationStatus === "error") ? (o(), _(d, {
|
4735
4736
|
key: 0,
|
@@ -4739,7 +4740,7 @@ function jc(t, s, e, a, n, i) {
|
|
4739
4740
|
relatedId: t.tooltipId,
|
4740
4741
|
cmdListOfRequirements: t.listOfRequirements,
|
4741
4742
|
role: n.validationStatus === "error" ? "alert" : "dialog"
|
4742
|
-
}, null, 8, ["validationStatus", "validationMessage", "relatedId", "cmdListOfRequirements", "role"])) :
|
4743
|
+
}, null, 8, ["validationStatus", "validationMessage", "relatedId", "cmdListOfRequirements", "role"])) : c("", !0),
|
4743
4744
|
t.$attrs.required || t.inputRequirements.length ? (o(), l("a", {
|
4744
4745
|
key: 1,
|
4745
4746
|
href: "#",
|
@@ -4751,8 +4752,8 @@ function jc(t, s, e, a, n, i) {
|
|
4751
4752
|
id: t.tooltipId
|
4752
4753
|
}, [
|
4753
4754
|
S(u, { iconClass: t.getStatusIconClass }, null, 8, ["iconClass"])
|
4754
|
-
], 8, Tc)) :
|
4755
|
-
])) :
|
4755
|
+
], 8, Tc)) : c("", !0)
|
4756
|
+
])) : c("", !0),
|
4756
4757
|
m("ul", {
|
4757
4758
|
class: b({ open: n.showOptions }),
|
4758
4759
|
onClickout: s[5] || (s[5] = (...p) => i.closeOptions && i.closeOptions(...p)),
|
@@ -4773,23 +4774,23 @@ function jc(t, s, e, a, n, i) {
|
|
4773
4774
|
}, null, 10, Mc)) : e.type === "color" ? (o(), l("span", {
|
4774
4775
|
key: 1,
|
4775
4776
|
style: Oe("background: " + i.optionColor)
|
4776
|
-
}, null, 4)) :
|
4777
|
+
}, null, 4)) : c("", !0),
|
4777
4778
|
(g = i.optionIcon) != null && g.iconClass ? (o(), _(u, {
|
4778
4779
|
key: 2,
|
4779
4780
|
type: (y = i.optionIcon) == null ? void 0 : y.iconType,
|
4780
4781
|
iconClass: (C = i.optionIcon) == null ? void 0 : C.iconClass
|
4781
|
-
}, null, 8, ["type", "iconClass"])) :
|
4782
|
+
}, null, 8, ["type", "iconClass"])) : c("", !0),
|
4782
4783
|
i.optionName ? (o(), l("span", {
|
4783
4784
|
key: 3,
|
4784
4785
|
class: "option-name",
|
4785
4786
|
style: Oe(n.limitWidthStyle)
|
4786
|
-
}, f(i.optionName), 5)) :
|
4787
|
+
}, f(i.optionName), 5)) : c("", !0),
|
4787
4788
|
e.iconDropdown ? (o(), _(u, {
|
4788
4789
|
key: 4,
|
4789
4790
|
iconClass: e.iconDropdown.iconClass,
|
4790
4791
|
type: e.iconDropdown.iconType,
|
4791
4792
|
title: e.iconDropdown.tooltip
|
4792
|
-
}, null, 8, ["iconClass", "type", "title"])) :
|
4793
|
+
}, null, 8, ["iconClass", "type", "title"])) : c("", !0)
|
4793
4794
|
], 40, Oc),
|
4794
4795
|
e.type === "default" && n.showOptions ? (o(), l("ul", Lc, [
|
4795
4796
|
(o(!0), l(v, null, E(e.selectData, (p, x) => (o(), l("li", {
|
@@ -4808,10 +4809,10 @@ function jc(t, s, e, a, n, i) {
|
|
4808
4809
|
key: 0,
|
4809
4810
|
iconClass: p.iconClass,
|
4810
4811
|
type: p.iconType
|
4811
|
-
}, null, 8, ["iconClass", "type"])) :
|
4812
|
-
p.text ? (o(), l("span", Fc, f(p.text), 1)) :
|
4813
|
-
], 10, Dc)) :
|
4814
|
-
e.optionLinkType === "router" ? (o(), _(
|
4812
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
4813
|
+
p.text ? (o(), l("span", Fc, f(p.text), 1)) : c("", !0)
|
4814
|
+
], 10, Dc)) : c("", !0),
|
4815
|
+
e.optionLinkType === "router" ? (o(), _(r, {
|
4815
4816
|
key: 1,
|
4816
4817
|
to: "#",
|
4817
4818
|
onClick: M((w) => i.selectOption(p.value), ["prevent"]),
|
@@ -4822,11 +4823,11 @@ function jc(t, s, e, a, n, i) {
|
|
4822
4823
|
key: 0,
|
4823
4824
|
iconClass: p.iconClass,
|
4824
4825
|
type: p.iconType
|
4825
|
-
}, null, 8, ["iconClass", "type"])) :
|
4826
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
4826
4827
|
m("span", null, f(p.text), 1)
|
4827
4828
|
]),
|
4828
4829
|
_: 2
|
4829
|
-
}, 1032, ["onClick", "class"])) :
|
4830
|
+
}, 1032, ["onClick", "class"])) : c("", !0)
|
4830
4831
|
], 8, Bc))), 128))
|
4831
4832
|
])) : e.type !== "default" && e.type !== "content" && n.showOptions ? (o(), l("ul", {
|
4832
4833
|
key: 1,
|
@@ -4870,7 +4871,7 @@ function jc(t, s, e, a, n, i) {
|
|
4870
4871
|
style: Oe("background: " + p.value)
|
4871
4872
|
}, null, 4),
|
4872
4873
|
m("span", null, f(p.text), 1)
|
4873
|
-
], 10, Rc)) :
|
4874
|
+
], 10, Rc)) : c("", !0)
|
4874
4875
|
]))), 128)),
|
4875
4876
|
e.showSelectAllOptions && e.type === "checkboxOptions" ? (o(), l("li", Ec, [
|
4876
4877
|
m("a", {
|
@@ -4883,8 +4884,8 @@ function jc(t, s, e, a, n, i) {
|
|
4883
4884
|
}, null, 8, ["iconClass", "type"]),
|
4884
4885
|
m("span", null, f(i.selectAllOptionsText), 1)
|
4885
4886
|
])
|
4886
|
-
])) :
|
4887
|
-
], 10, qc)) : e.type === "content" && n.showOptions ? N(t.$slots, "default", { key: 2 }) :
|
4887
|
+
])) : c("", !0)
|
4888
|
+
], 10, qc)) : e.type === "content" && n.showOptions ? N(t.$slots, "default", { key: 2 }) : c("", !0)
|
4888
4889
|
])
|
4889
4890
|
], 42, Ic)
|
4890
4891
|
], 10, wc);
|
@@ -5021,14 +5022,14 @@ function Zc(t, s, e, a, n, i) {
|
|
5021
5022
|
key: 0,
|
5022
5023
|
iconClass: e.linkDeleteAllFilters.icon.iconClass,
|
5023
5024
|
title: e.linkDeleteAllFilters.icon.tooltip
|
5024
|
-
}, null, 8, ["iconClass", "title"])) :
|
5025
|
-
e.linkDeleteAllFilters.text ? (o(), l("span", Yc, f(e.linkDeleteAllFilters.text), 1)) :
|
5025
|
+
}, null, 8, ["iconClass", "title"])) : c("", !0),
|
5026
|
+
e.linkDeleteAllFilters.text ? (o(), l("span", Yc, f(e.linkDeleteAllFilters.text), 1)) : c("", !0)
|
5026
5027
|
])
|
5027
|
-
])) :
|
5028
|
-
(o(!0), l(v, null, E(n.options, (u,
|
5028
|
+
])) : c("", !0),
|
5029
|
+
(o(!0), l(v, null, E(n.options, (u, r) => (o(), l("li", { key: r }, [
|
5029
5030
|
m("a", {
|
5030
5031
|
href: "#",
|
5031
|
-
onClick: M((h) => i.deleteClickedFilter(
|
5032
|
+
onClick: M((h) => i.deleteClickedFilter(r), ["prevent"]),
|
5032
5033
|
title: e.deleteFilterIcon.tooltip
|
5033
5034
|
}, [
|
5034
5035
|
m("span", null, f(e.selectedOptionsName(u)), 1),
|
@@ -5038,7 +5039,7 @@ function Zc(t, s, e, a, n, i) {
|
|
5038
5039
|
}, null, 8, ["iconClass", "type"])
|
5039
5040
|
], 8, Qc)
|
5040
5041
|
]))), 128))
|
5041
|
-
])) :
|
5042
|
+
])) : c("", !0);
|
5042
5043
|
}
|
5043
5044
|
const $c = /* @__PURE__ */ D(Jc, [["render", Zc]]);
|
5044
5045
|
const ed = {
|
@@ -5095,9 +5096,9 @@ const od = {
|
|
5095
5096
|
function rd(t, s, e, a, n, i) {
|
5096
5097
|
const d = he;
|
5097
5098
|
return o(), l("div", ld, [
|
5098
|
-
(o(!0), l(v, null, E(e.images, (u,
|
5099
|
-
key:
|
5100
|
-
onClick: M((h) => i.showFancyBox(
|
5099
|
+
(o(!0), l(v, null, E(e.images, (u, r) => (o(), l("a", {
|
5100
|
+
key: r,
|
5101
|
+
onClick: M((h) => i.showFancyBox(r), ["prevent"]),
|
5101
5102
|
href: "#",
|
5102
5103
|
title: t.getMessage("cmdimagegallery.tooltip.open_large_image")
|
5103
5104
|
}, [
|
@@ -5142,7 +5143,7 @@ const cd = {
|
|
5142
5143
|
}
|
5143
5144
|
};
|
5144
5145
|
function ss(t, s) {
|
5145
|
-
const e = t.$el.querySelector(".zoom-container"), a = e.querySelector("img"), n = t.$el.querySelector(".zoom-overlay"), i = s.target.getBoundingClientRect().width, d = s.target.getBoundingClientRect().height, u = a.getBoundingClientRect().width,
|
5146
|
+
const e = t.$el.querySelector(".zoom-container"), a = e.querySelector("img"), n = t.$el.querySelector(".zoom-overlay"), i = s.target.getBoundingClientRect().width, d = s.target.getBoundingClientRect().height, u = a.getBoundingClientRect().width, r = a.getBoundingClientRect().height, h = s.pageX - s.target.getBoundingClientRect().x - window.pageXOffset, g = s.pageY - s.target.getBoundingClientRect().y - window.pageYOffset, y = Math.min(i, e.getBoundingClientRect().width / u * i), C = Math.min(d, e.getBoundingClientRect().height / r * d), p = ns(h - y / 2, 0, i - y), x = ns(g - C / 2, 0, d - C), w = -(p * (u / i)), T = -(x * (r / d));
|
5146
5147
|
n.style.left = `${p}px`, n.style.top = `${x}px`, n.style.width = `${y}px`, n.style.height = `${C}px`, n.style.display = "block", a.style.marginLeft = `${w}px`, a.style.marginTop = `${T}px`;
|
5147
5148
|
}
|
5148
5149
|
function ns(t, s, e) {
|
@@ -5180,8 +5181,8 @@ function gd(t, s, e, a, n, i) {
|
|
5180
5181
|
onMousemove: i.onMouseMove,
|
5181
5182
|
onMouseout: i.onMouseOut
|
5182
5183
|
}, null, 8, ["image", "figcaption", "onMouseover", "onMousemove", "onMouseout"])
|
5183
|
-
])) :
|
5184
|
-
n.showLargeImage ? (o(), l("div", fd)) :
|
5184
|
+
])) : c("", !0),
|
5185
|
+
n.showLargeImage ? (o(), l("div", fd)) : c("", !0)
|
5185
5186
|
]);
|
5186
5187
|
}
|
5187
5188
|
const Af = /* @__PURE__ */ D(cd, [["render", gd]]);
|
@@ -5318,7 +5319,7 @@ function Td(t, s, e, a, n, i) {
|
|
5318
5319
|
re(m("span", _d, [
|
5319
5320
|
m("span", { id: t.htmlId }, [
|
5320
5321
|
R(f(e.labelText), 1),
|
5321
|
-
e.required ? (o(), l("sup", Cd, "*")) :
|
5322
|
+
e.required ? (o(), l("sup", Cd, "*")) : c("", !0)
|
5322
5323
|
], 8, bd),
|
5323
5324
|
t.useCustomTooltip && (t.validationStatus === "" || t.validationStatus === "error") ? (o(), _(d, {
|
5324
5325
|
key: 0,
|
@@ -5332,7 +5333,7 @@ function Td(t, s, e, a, n, i) {
|
|
5332
5333
|
helplink: t.helplink,
|
5333
5334
|
relatedId: t.tooltipId,
|
5334
5335
|
role: t.validationStatus === "error" ? "alert" : "dialog"
|
5335
|
-
}, null, 8, ["showRequirements", "cmdListOfRequirements", "validationStatus", "validationMessage", "inputAttributes", "inputModelValue", "helplink", "relatedId", "role"])) :
|
5336
|
+
}, null, 8, ["showRequirements", "cmdListOfRequirements", "validationStatus", "validationMessage", "inputAttributes", "inputModelValue", "helplink", "relatedId", "role"])) : c("", !0),
|
5336
5337
|
e.required || t.inputRequirements.length ? (o(), l("a", {
|
5337
5338
|
key: 1,
|
5338
5339
|
href: "#",
|
@@ -5344,7 +5345,7 @@ function Td(t, s, e, a, n, i) {
|
|
5344
5345
|
id: t.tooltipId
|
5345
5346
|
}, [
|
5346
5347
|
S(u, { iconClass: t.getStatusIconClass }, null, 8, ["iconClass"])
|
5347
|
-
], 8, vd)) :
|
5348
|
+
], 8, vd)) : c("", !0)
|
5348
5349
|
], 512), [
|
5349
5350
|
[pe, e.showLabel]
|
5350
5351
|
]),
|
@@ -5354,27 +5355,27 @@ function Td(t, s, e, a, n, i) {
|
|
5354
5355
|
key: 0,
|
5355
5356
|
class: b(["flex-container", { "no-flex": !e.stretchHorizontally, "no-gap": e.multipleSwitch }])
|
5356
5357
|
}, [
|
5357
|
-
(o(!0), l(v, null, E(e.inputElements, (
|
5358
|
+
(o(!0), l(v, null, E(e.inputElements, (r, h) => (o(), l("label", {
|
5358
5359
|
key: h,
|
5359
|
-
for:
|
5360
|
+
for: r.id
|
5360
5361
|
}, [
|
5361
5362
|
re(m("input", {
|
5362
5363
|
type: e.inputTypes,
|
5363
|
-
id:
|
5364
|
-
name:
|
5365
|
-
value:
|
5364
|
+
id: r.id,
|
5365
|
+
name: r.name,
|
5366
|
+
value: r.value,
|
5366
5367
|
"onUpdate:modelValue": s[1] || (s[1] = (g) => i.inputValue = g),
|
5367
5368
|
disabled: e.disabled,
|
5368
5369
|
class: b({ "replace-input-type": e.replaceInputType, "toggle-switch": e.toggleSwitch })
|
5369
5370
|
}, null, 10, kd), [
|
5370
5371
|
[dn, i.inputValue]
|
5371
5372
|
]),
|
5372
|
-
e.multipleSwitch &&
|
5373
|
+
e.multipleSwitch && r.iconClass ? (o(), _(u, {
|
5373
5374
|
key: 0,
|
5374
|
-
iconClass:
|
5375
|
-
type:
|
5376
|
-
}, null, 8, ["iconClass", "type"])) :
|
5377
|
-
|
5375
|
+
iconClass: r.iconClass,
|
5376
|
+
type: r.iconType
|
5377
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
5378
|
+
r.labelText ? (o(), l("span", xd, f(r.labelText), 1)) : c("", !0)
|
5378
5379
|
], 8, wd))), 128))
|
5379
5380
|
], 2))
|
5380
5381
|
], 10, pd);
|
@@ -5574,13 +5575,13 @@ const Id = {
|
|
5574
5575
|
}, Od = { class: "cmd-login-form flex-container" }, Md = { class: "flex-container" }, Ld = { class: "option-wrapper flex-container" }, Bd = { key: 1 }, Dd = ["href"], Fd = { key: 1 }, qd = /* @__PURE__ */ R(" /> "), Vd = { key: 1 }, Ad = ["type", "disabled"], Pd = { key: 1 }, Hd = { class: "cmd-login-form flex-container" }, Rd = { class: "option-wrapper flex-container" }, Ed = { key: 1 }, jd = ["type", "disabled"], Nd = { key: 1 };
|
5575
5576
|
function Ud(t, s, e, a, n, i) {
|
5576
5577
|
var g, y, C, p, x, w, T;
|
5577
|
-
const d = Y, u = _e,
|
5578
|
+
const d = Y, u = _e, r = G, h = oe("router-link");
|
5578
5579
|
return o(), l(v, null, [
|
5579
5580
|
re(m("fieldset", Od, [
|
5580
5581
|
m("legend", {
|
5581
5582
|
class: b({ hidden: !e.showLegend })
|
5582
5583
|
}, f(e.textLegendLoginForm), 3),
|
5583
|
-
e.cmdHeadlineLoginForm ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadlineLoginForm)), null, 16)) :
|
5584
|
+
e.cmdHeadlineLoginForm ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadlineLoginForm)), null, 16)) : c("", !0),
|
5584
5585
|
m("div", Md, [
|
5585
5586
|
S(u, {
|
5586
5587
|
element: "input",
|
@@ -5616,42 +5617,42 @@ function Ud(t, s, e, a, n, i) {
|
|
5616
5617
|
href: "#",
|
5617
5618
|
onClick: s[4] || (s[4] = M((I) => n.sendLogin = !0, ["prevent"]))
|
5618
5619
|
}, [
|
5619
|
-
((g = e.options.forgotPassword.icon) == null ? void 0 : g.show) && ((y = e.options.forgotPassword.icon) == null ? void 0 : y.iconClass) ? (o(), _(
|
5620
|
+
((g = e.options.forgotPassword.icon) == null ? void 0 : g.show) && ((y = e.options.forgotPassword.icon) == null ? void 0 : y.iconClass) ? (o(), _(r, {
|
5620
5621
|
key: 0,
|
5621
5622
|
iconClass: e.options.forgotPassword.icon.iconClass,
|
5622
5623
|
type: e.options.forgotPassword.icon.iconType,
|
5623
5624
|
title: e.options.forgotPassword.icon.tooltip
|
5624
|
-
}, null, 8, ["iconClass", "type", "title"])) :
|
5625
|
-
e.options.forgotPassword.text ? (o(), l("span", Bd, f(e.options.forgotPassword.text), 1)) :
|
5626
|
-
])) :
|
5625
|
+
}, null, 8, ["iconClass", "type", "title"])) : c("", !0),
|
5626
|
+
e.options.forgotPassword.text ? (o(), l("span", Bd, f(e.options.forgotPassword.text), 1)) : c("", !0)
|
5627
|
+
])) : c("", !0),
|
5627
5628
|
e.options.createAccount && e.options.createAccount.linkType === "href" ? (o(), l("a", {
|
5628
5629
|
key: 1,
|
5629
5630
|
href: e.options.createAccount.path
|
5630
5631
|
}, [
|
5631
|
-
((C = e.options.createAccount.icon) == null ? void 0 : C.show) && ((p = e.options.createAccount.icon) == null ? void 0 : p.iconClass) ? (o(), _(
|
5632
|
+
((C = e.options.createAccount.icon) == null ? void 0 : C.show) && ((p = e.options.createAccount.icon) == null ? void 0 : p.iconClass) ? (o(), _(r, {
|
5632
5633
|
key: 0,
|
5633
5634
|
iconClass: e.options.createAccount.icon.iconClass,
|
5634
5635
|
type: e.options.createAccount.icon.iconType,
|
5635
5636
|
title: e.options.createAccount.icon.tooltip
|
5636
|
-
}, null, 8, ["iconClass", "type", "title"])) :
|
5637
|
-
e.options.createAccount.text ? (o(), l("span", Fd, f(e.options.createAccount.text), 1)) :
|
5637
|
+
}, null, 8, ["iconClass", "type", "title"])) : c("", !0),
|
5638
|
+
e.options.createAccount.text ? (o(), l("span", Fd, f(e.options.createAccount.text), 1)) : c("", !0)
|
5638
5639
|
], 8, Dd)) : e.options.createAccount && e.options.createAccount.linkType === "router" ? (o(), _(h, {
|
5639
5640
|
key: 2,
|
5640
5641
|
to: e.options.createAccount.path
|
5641
5642
|
}, {
|
5642
5643
|
default: A(() => [
|
5643
|
-
e.options.createAccount.icon && e.options.createAccount.icon.show && e.options.createAccount.icon.iconClass ? (o(), _(
|
5644
|
+
e.options.createAccount.icon && e.options.createAccount.icon.show && e.options.createAccount.icon.iconClass ? (o(), _(r, {
|
5644
5645
|
key: 0,
|
5645
5646
|
class: b(e.options.createAccount.icon.iconClass),
|
5646
5647
|
type: e.options.createAccount.icon.iconType,
|
5647
5648
|
title: e.options.createAccount.icon.tooltip
|
5648
|
-
}, null, 8, ["class", "type", "title"])) :
|
5649
|
+
}, null, 8, ["class", "type", "title"])) : c("", !0),
|
5649
5650
|
qd,
|
5650
|
-
e.options.createAccount.text ? (o(), l("span", Vd, f(e.options.createAccount.text), 1)) :
|
5651
|
+
e.options.createAccount.text ? (o(), l("span", Vd, f(e.options.createAccount.text), 1)) : c("", !0)
|
5651
5652
|
]),
|
5652
5653
|
_: 1
|
5653
|
-
}, 8, ["to"])) :
|
5654
|
-
], 64)) :
|
5654
|
+
}, 8, ["to"])) : c("", !0)
|
5655
|
+
], 64)) : c("", !0),
|
5655
5656
|
e.buttons.login.linkType === "button" ? (o(), l("button", {
|
5656
5657
|
key: 1,
|
5657
5658
|
type: e.buttons.login.type === "submit" ? "submit" : "button",
|
@@ -5659,14 +5660,14 @@ function Ud(t, s, e, a, n, i) {
|
|
5659
5660
|
onClick: s[5] || (s[5] = (...I) => i.onClick && i.onClick(...I)),
|
5660
5661
|
disabled: i.buttonLoginDisabled
|
5661
5662
|
}, [
|
5662
|
-
e.buttons.login.icon.iconClass ? (o(), _(
|
5663
|
+
e.buttons.login.icon.iconClass ? (o(), _(r, {
|
5663
5664
|
key: 0,
|
5664
5665
|
iconClass: e.buttons.login.icon.iconClass,
|
5665
5666
|
type: e.buttons.login.icon.iconType,
|
5666
5667
|
title: e.buttons.login.icon.tooltip
|
5667
|
-
}, null, 8, ["iconClass", "type", "title"])) :
|
5668
|
-
e.buttons.login.text ? (o(), l("span", Pd, f(e.buttons.login.text), 1)) :
|
5669
|
-
], 10, Ad)) :
|
5668
|
+
}, null, 8, ["iconClass", "type", "title"])) : c("", !0),
|
5669
|
+
e.buttons.login.text ? (o(), l("span", Pd, f(e.buttons.login.text), 1)) : c("", !0)
|
5670
|
+
], 10, Ad)) : c("", !0)
|
5670
5671
|
])
|
5671
5672
|
], 512), [
|
5672
5673
|
[pe, !n.sendLogin]
|
@@ -5675,7 +5676,7 @@ function Ud(t, s, e, a, n, i) {
|
|
5675
5676
|
m("legend", {
|
5676
5677
|
class: b({ hidden: !e.showLegend })
|
5677
5678
|
}, f(e.textLegendForgotLoginForm), 3),
|
5678
|
-
e.cmdHeadlineSendLoginForm ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadlineSendLoginForm)), null, 16)) :
|
5679
|
+
e.cmdHeadlineSendLoginForm ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadlineSendLoginForm)), null, 16)) : c("", !0),
|
5679
5680
|
S(u, {
|
5680
5681
|
element: "input",
|
5681
5682
|
type: "email",
|
@@ -5694,13 +5695,13 @@ function Ud(t, s, e, a, n, i) {
|
|
5694
5695
|
href: "#",
|
5695
5696
|
onClick: s[8] || (s[8] = M((I) => n.sendLogin = !1, ["prevent"]))
|
5696
5697
|
}, [
|
5697
|
-
e.options.backToLoginForm && e.options.backToLoginForm.icon && e.options.backToLoginForm.icon.show && e.options.backToLoginForm.icon.iconClass ? (o(), _(
|
5698
|
+
e.options.backToLoginForm && e.options.backToLoginForm.icon && e.options.backToLoginForm.icon.show && e.options.backToLoginForm.icon.iconClass ? (o(), _(r, {
|
5698
5699
|
key: 0,
|
5699
5700
|
iconClass: e.options.backToLoginForm.icon.iconClass,
|
5700
5701
|
type: e.options.backToLoginForm.icon.iconType,
|
5701
5702
|
title: e.options.backToLoginForm.icon.tooltip
|
5702
|
-
}, null, 8, ["iconClass", "type", "title"])) :
|
5703
|
-
e.options.backToLoginForm.text ? (o(), l("span", Ed, f(e.options.backToLoginForm.text), 1)) :
|
5703
|
+
}, null, 8, ["iconClass", "type", "title"])) : c("", !0),
|
5704
|
+
e.options.backToLoginForm.text ? (o(), l("span", Ed, f(e.options.backToLoginForm.text), 1)) : c("", !0)
|
5704
5705
|
]),
|
5705
5706
|
e.buttons.sendLogin.linkType === "button" ? (o(), l("button", {
|
5706
5707
|
key: 0,
|
@@ -5708,13 +5709,13 @@ function Ud(t, s, e, a, n, i) {
|
|
5708
5709
|
class: b(["button", { primary: e.buttons.sendLogin.primary }]),
|
5709
5710
|
disabled: i.buttonSendLoginDisabled
|
5710
5711
|
}, [
|
5711
|
-
(x = e.buttons.sendLogin.icon) != null && x.iconClass ? (o(), _(
|
5712
|
+
(x = e.buttons.sendLogin.icon) != null && x.iconClass ? (o(), _(r, {
|
5712
5713
|
key: 0,
|
5713
5714
|
iconClass: (w = e.buttons.sendLogin.icon) == null ? void 0 : w.iconClass,
|
5714
5715
|
title: (T = e.buttons.sendLogin.icon) == null ? void 0 : T.tooltip
|
5715
|
-
}, null, 8, ["iconClass", "title"])) :
|
5716
|
-
e.buttons.sendLogin.text ? (o(), l("span", Nd, f(e.buttons.sendLogin.text), 1)) :
|
5717
|
-
], 10, jd)) :
|
5716
|
+
}, null, 8, ["iconClass", "title"])) : c("", !0),
|
5717
|
+
e.buttons.sendLogin.text ? (o(), l("span", Nd, f(e.buttons.sendLogin.text), 1)) : c("", !0)
|
5718
|
+
], 10, jd)) : c("", !0)
|
5718
5719
|
])
|
5719
5720
|
], 512), [
|
5720
5721
|
[pe, n.sendLogin]
|
@@ -5829,68 +5830,68 @@ function nu(t, s, e, a, n, i) {
|
|
5829
5830
|
href: "#",
|
5830
5831
|
id: "close-offcanvas",
|
5831
5832
|
role: "button",
|
5832
|
-
onClick: s[0] || (s[0] = M((...
|
5833
|
+
onClick: s[0] || (s[0] = M((...r) => i.closeOffcanvasNavigation && i.closeOffcanvasNavigation(...r), ["prevent"]))
|
5833
5834
|
}, [
|
5834
5835
|
e.closeOffcanvas.iconClass ? (o(), _(d, {
|
5835
5836
|
key: 0,
|
5836
5837
|
iconClass: e.closeOffcanvas.iconClass,
|
5837
5838
|
type: e.closeOffcanvas.iconType
|
5838
|
-
}, null, 8, ["iconClass", "type"])) :
|
5839
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
5839
5840
|
m("span", {
|
5840
5841
|
class: b({ hidden: !e.closeOffcanvas.showText })
|
5841
5842
|
}, f(e.closeOffcanvas.text), 3)
|
5842
5843
|
])
|
5843
|
-
])) :
|
5844
|
-
(o(!0), l(v, null, E(e.navigationEntries, (
|
5844
|
+
])) : c("", !0),
|
5845
|
+
(o(!0), l(v, null, E(e.navigationEntries, (r, h) => {
|
5845
5846
|
var g, y, C;
|
5846
5847
|
return o(), l("li", {
|
5847
5848
|
key: h,
|
5848
|
-
class: b({ active:
|
5849
|
+
class: b({ active: r.active, open: n.openEntry === h, "has-subentries": (g = r == null ? void 0 : r.subentries) == null ? void 0 : g.length })
|
5849
5850
|
}, [
|
5850
|
-
|
5851
|
+
r.type === "href" ? (o(), l("a", {
|
5851
5852
|
key: 0,
|
5852
|
-
href:
|
5853
|
-
title:
|
5854
|
-
target:
|
5855
|
-
onClick: (p) => i.executeLink(p,
|
5853
|
+
href: r.path,
|
5854
|
+
title: r.tooltip,
|
5855
|
+
target: r.target,
|
5856
|
+
onClick: (p) => i.executeLink(p, r, h),
|
5856
5857
|
onMouseover: s[1] || (s[1] = (p) => i.closeAllSubentries()),
|
5857
5858
|
onFocus: s[2] || (s[2] = (p) => i.closeAllSubentries())
|
5858
5859
|
}, [
|
5859
|
-
|
5860
|
+
r.iconClass ? (o(), _(d, {
|
5860
5861
|
key: 0,
|
5861
|
-
iconClass:
|
5862
|
-
type:
|
5863
|
-
}, null, 8, ["iconClass", "type"])) :
|
5864
|
-
|
5865
|
-
(y =
|
5862
|
+
iconClass: r.iconClass,
|
5863
|
+
type: r.iconType
|
5864
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
5865
|
+
r.text ? (o(), l("span", Jd, f(r.text), 1)) : c("", !0),
|
5866
|
+
(y = r == null ? void 0 : r.subentries) != null && y.length ? (o(), l("span", {
|
5866
5867
|
key: 2,
|
5867
5868
|
class: b(["subentry-icon", e.subentriesIconClass])
|
5868
|
-
}, null, 2)) :
|
5869
|
-
], 40, Gd)) :
|
5870
|
-
|
5869
|
+
}, null, 2)) : c("", !0)
|
5870
|
+
], 40, Gd)) : c("", !0),
|
5871
|
+
r.type === "router" ? (o(), _(u, {
|
5871
5872
|
key: 1,
|
5872
|
-
to: i.getRoute(
|
5873
|
-
title:
|
5873
|
+
to: i.getRoute(r),
|
5874
|
+
title: r.tooltip
|
5874
5875
|
}, {
|
5875
5876
|
default: A(() => [
|
5876
|
-
|
5877
|
+
r.iconClass ? (o(), _(d, {
|
5877
5878
|
key: 0,
|
5878
|
-
iconClass:
|
5879
|
-
type:
|
5880
|
-
}, null, 8, ["iconClass", "type"])) :
|
5881
|
-
|
5882
|
-
|
5879
|
+
iconClass: r.iconClass,
|
5880
|
+
type: r.iconType
|
5881
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
5882
|
+
r.text ? (o(), l("span", Kd, f(r.text), 1)) : c("", !0),
|
5883
|
+
r.subentries && r.subentries.length > 0 ? (o(), l("span", {
|
5883
5884
|
key: 2,
|
5884
5885
|
class: b(["subentry-icon", e.subentriesIconClass])
|
5885
|
-
}, null, 2)) :
|
5886
|
+
}, null, 2)) : c("", !0)
|
5886
5887
|
]),
|
5887
5888
|
_: 2
|
5888
|
-
}, 1032, ["to", "title"])) :
|
5889
|
-
(C =
|
5889
|
+
}, 1032, ["to", "title"])) : c("", !0),
|
5890
|
+
(C = r == null ? void 0 : r.subentries) != null && C.length ? (o(), l("ul", {
|
5890
5891
|
key: 2,
|
5891
5892
|
"aria-expanded": n.openEntry ? "true" : "false"
|
5892
5893
|
}, [
|
5893
|
-
(o(!0), l(v, null, E(
|
5894
|
+
(o(!0), l(v, null, E(r.subentries, (p, x) => (o(), l("li", {
|
5894
5895
|
key: x,
|
5895
5896
|
class: b({ open: n.openSubentry === x })
|
5896
5897
|
}, [
|
@@ -5907,13 +5908,13 @@ function nu(t, s, e, a, n, i) {
|
|
5907
5908
|
key: 0,
|
5908
5909
|
iconClass: p.iconClass,
|
5909
5910
|
type: p.iconType
|
5910
|
-
}, null, 8, ["iconClass", "type"])) :
|
5911
|
-
p.text ? (o(), l("span", Qd, f(p.text), 1)) :
|
5911
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
5912
|
+
p.text ? (o(), l("span", Qd, f(p.text), 1)) : c("", !0),
|
5912
5913
|
p.subentries && p.subentries.length > 0 ? (o(), l("span", {
|
5913
5914
|
key: 2,
|
5914
5915
|
class: b(["subentry-icon", e.subentriesIconClass])
|
5915
|
-
}, null, 2)) :
|
5916
|
-
], 40, Yd)) :
|
5916
|
+
}, null, 2)) : c("", !0)
|
5917
|
+
], 40, Yd)) : c("", !0),
|
5917
5918
|
p.type === "router" ? (o(), _(u, {
|
5918
5919
|
key: 1,
|
5919
5920
|
to: i.getRoute(p),
|
@@ -5924,21 +5925,21 @@ function nu(t, s, e, a, n, i) {
|
|
5924
5925
|
key: 0,
|
5925
5926
|
iconClass: p.iconClass,
|
5926
5927
|
type: p.iconType
|
5927
|
-
}, null, 8, ["iconClass", "type"])) :
|
5928
|
-
p.text ? (o(), l("span", Zd, f(p.text), 1)) :
|
5928
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
5929
|
+
p.text ? (o(), l("span", Zd, f(p.text), 1)) : c("", !0),
|
5929
5930
|
p.subentries && p.subentries.length > 0 ? (o(), l("span", {
|
5930
5931
|
key: 2,
|
5931
5932
|
class: b(["subentry-icon", e.subentriesIconClass])
|
5932
|
-
}, null, 2)) :
|
5933
|
+
}, null, 2)) : c("", !0)
|
5933
5934
|
]),
|
5934
5935
|
_: 2
|
5935
|
-
}, 1032, ["to", "title"])) :
|
5936
|
+
}, 1032, ["to", "title"])) : c("", !0),
|
5936
5937
|
p.subentries ? (o(), l("ul", {
|
5937
5938
|
key: 2,
|
5938
5939
|
"aria-expanded": n.openSubentry ? "true" : "false"
|
5939
5940
|
}, [
|
5940
5941
|
(o(!0), l(v, null, E(p.subentries, (w, T) => (o(), l("li", { key: T }, [
|
5941
|
-
|
5942
|
+
r.type === "href" ? (o(), l("a", {
|
5942
5943
|
key: 0,
|
5943
5944
|
href: w.path,
|
5944
5945
|
title: w.tooltip,
|
@@ -5949,14 +5950,14 @@ function nu(t, s, e, a, n, i) {
|
|
5949
5950
|
key: 0,
|
5950
5951
|
iconClass: w.iconClass,
|
5951
5952
|
type: w.iconType
|
5952
|
-
}, null, 8, ["iconClass", "type"])) :
|
5953
|
-
w.text ? (o(), l("span", tu, f(w.text), 1)) :
|
5953
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
5954
|
+
w.text ? (o(), l("span", tu, f(w.text), 1)) : c("", !0),
|
5954
5955
|
w.subentries && w.subentries.length > 0 ? (o(), l("span", {
|
5955
5956
|
key: 2,
|
5956
5957
|
class: b(["subentry-icon", e.subentriesIconClass])
|
5957
|
-
}, null, 2)) :
|
5958
|
-
], 8, eu)) :
|
5959
|
-
|
5958
|
+
}, null, 2)) : c("", !0)
|
5959
|
+
], 8, eu)) : c("", !0),
|
5960
|
+
r.type === "router" ? (o(), _(u, {
|
5960
5961
|
key: 1,
|
5961
5962
|
to: i.getRoute(w),
|
5962
5963
|
target: w.target
|
@@ -5966,19 +5967,19 @@ function nu(t, s, e, a, n, i) {
|
|
5966
5967
|
key: 0,
|
5967
5968
|
iconClass: w.iconClass,
|
5968
5969
|
type: w.iconType
|
5969
|
-
}, null, 8, ["iconClass", "type"])) :
|
5970
|
-
w.text ? (o(), l("span", su, f(w.text), 1)) :
|
5970
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
5971
|
+
w.text ? (o(), l("span", su, f(w.text), 1)) : c("", !0),
|
5971
5972
|
w.subentries && w.subentries.length > 0 ? (o(), l("span", {
|
5972
5973
|
key: 2,
|
5973
5974
|
class: b(["subentry-icon", e.subentriesIconClass])
|
5974
|
-
}, null, 2)) :
|
5975
|
+
}, null, 2)) : c("", !0)
|
5975
5976
|
]),
|
5976
5977
|
_: 2
|
5977
|
-
}, 1032, ["to", "target"])) :
|
5978
|
+
}, 1032, ["to", "target"])) : c("", !0)
|
5978
5979
|
]))), 128))
|
5979
|
-
], 8, $d)) :
|
5980
|
+
], 8, $d)) : c("", !0)
|
5980
5981
|
], 2))), 128))
|
5981
|
-
], 8, Xd)) :
|
5982
|
+
], 8, Xd)) : c("", !0)
|
5982
5983
|
], 2);
|
5983
5984
|
}), 128))
|
5984
5985
|
], 2)
|
@@ -5988,7 +5989,7 @@ function nu(t, s, e, a, n, i) {
|
|
5988
5989
|
href: "#",
|
5989
5990
|
class: "button",
|
5990
5991
|
id: "toggle-offcanvas",
|
5991
|
-
onClick: s[5] || (s[5] = M((...
|
5992
|
+
onClick: s[5] || (s[5] = M((...r) => i.toggleOffcanvasNavigation && i.toggleOffcanvasNavigation(...r), ["prevent"]))
|
5992
5993
|
}, [
|
5993
5994
|
S(d, {
|
5994
5995
|
iconClass: e.buttonOffcanvas.iconClass,
|
@@ -5997,7 +5998,7 @@ function nu(t, s, e, a, n, i) {
|
|
5997
5998
|
m("span", {
|
5998
5999
|
class: b({ hidden: !e.buttonOffcanvas.showText })
|
5999
6000
|
}, f(e.buttonOffcanvas.text), 3)
|
6000
|
-
])) :
|
6001
|
+
])) : c("", !0)
|
6001
6002
|
], 2);
|
6002
6003
|
}
|
6003
6004
|
const iu = /* @__PURE__ */ D(zd, [["render", nu]]);
|
@@ -6045,66 +6046,66 @@ const ou = {
|
|
6045
6046
|
function gu(t, s, e, a, n, i) {
|
6046
6047
|
const d = G, u = oe("router-link");
|
6047
6048
|
return o(), l("ol", lu, [
|
6048
|
-
(o(!0), l(v, null, E(e.multisteps, (
|
6049
|
+
(o(!0), l(v, null, E(e.multisteps, (r, h) => (o(), l("li", {
|
6049
6050
|
key: h,
|
6050
6051
|
class: b({ active: n.activeLink === h })
|
6051
6052
|
}, [
|
6052
|
-
|
6053
|
+
r.type === "href" ? (o(), l("a", {
|
6053
6054
|
key: 0,
|
6054
|
-
href:
|
6055
|
+
href: r.path,
|
6055
6056
|
onClick: M((g) => i.clickedStep(g, h), ["stop", "prevent"]),
|
6056
|
-
title:
|
6057
|
+
title: r.tooltip
|
6057
6058
|
}, [
|
6058
|
-
e.showStepNumber ? (o(), l("span", ru, f(h + 1), 1)) :
|
6059
|
-
|
6059
|
+
e.showStepNumber ? (o(), l("span", ru, f(h + 1), 1)) : c("", !0),
|
6060
|
+
r.iconClass ? (o(), _(d, {
|
6060
6061
|
key: 1,
|
6061
|
-
iconClass:
|
6062
|
-
type:
|
6063
|
-
}, null, 8, ["iconClass", "type"])) :
|
6064
|
-
|
6062
|
+
iconClass: r.iconClass,
|
6063
|
+
type: r.iconType
|
6064
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
6065
|
+
r.text ? (o(), l("span", cu, f(r.text), 1)) : c("", !0),
|
6065
6066
|
m("span", {
|
6066
6067
|
class: b(e.separatorIconClass)
|
6067
6068
|
}, null, 2)
|
6068
|
-
], 8, au)) :
|
6069
|
-
|
6069
|
+
], 8, au)) : c("", !0),
|
6070
|
+
r.type === "router" ? (o(), _(u, {
|
6070
6071
|
key: 1,
|
6071
|
-
to: i.getRoute(
|
6072
|
-
title:
|
6072
|
+
to: i.getRoute(r),
|
6073
|
+
title: r.tooltip
|
6073
6074
|
}, {
|
6074
6075
|
default: A(() => [
|
6075
|
-
e.showStepNumber ? (o(), l("span", du, f(h + 1), 1)) :
|
6076
|
-
|
6076
|
+
e.showStepNumber ? (o(), l("span", du, f(h + 1), 1)) : c("", !0),
|
6077
|
+
r.iconClass ? (o(), _(d, {
|
6077
6078
|
key: 1,
|
6078
|
-
iconClass:
|
6079
|
-
type:
|
6080
|
-
}, null, 8, ["iconClass", "type"])) :
|
6081
|
-
|
6079
|
+
iconClass: r.iconClass,
|
6080
|
+
type: r.iconType
|
6081
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
6082
|
+
r.text ? (o(), l("span", uu, f(r.text), 1)) : c("", !0),
|
6082
6083
|
m("span", {
|
6083
6084
|
class: b(e.separatorIconClass)
|
6084
6085
|
}, null, 2)
|
6085
6086
|
]),
|
6086
6087
|
_: 2
|
6087
|
-
}, 1032, ["to", "title"])) :
|
6088
|
-
|
6088
|
+
}, 1032, ["to", "title"])) : c("", !0),
|
6089
|
+
r.type === "button" || r.type === "submit" ? (o(), l("button", {
|
6089
6090
|
key: 2,
|
6090
6091
|
class: "button",
|
6091
|
-
type:
|
6092
|
-
name:
|
6093
|
-
title:
|
6094
|
-
formaction:
|
6092
|
+
type: r.type,
|
6093
|
+
name: r.name,
|
6094
|
+
title: r.tooltip,
|
6095
|
+
formaction: r.formaction,
|
6095
6096
|
onClick: M((g) => i.clickedStep(g, h), ["stop", "prevent"])
|
6096
6097
|
}, [
|
6097
|
-
e.showStepNumber ? (o(), l("span", mu, f(h + 1), 1)) :
|
6098
|
-
|
6098
|
+
e.showStepNumber ? (o(), l("span", mu, f(h + 1), 1)) : c("", !0),
|
6099
|
+
r.iconClass ? (o(), _(d, {
|
6099
6100
|
key: 1,
|
6100
|
-
iconClass:
|
6101
|
-
type:
|
6102
|
-
}, null, 8, ["iconClass", "type"])) :
|
6103
|
-
|
6101
|
+
iconClass: r.iconClass,
|
6102
|
+
type: r.iconType
|
6103
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
6104
|
+
r.text ? (o(), l("span", fu, f(r.text), 1)) : c("", !0),
|
6104
6105
|
m("span", {
|
6105
6106
|
class: b(e.separatorIconClass)
|
6106
6107
|
}, null, 2)
|
6107
|
-
], 8, hu)) :
|
6108
|
+
], 8, hu)) : c("", !0)
|
6108
6109
|
], 2))), 128))
|
6109
6110
|
]);
|
6110
6111
|
}
|
@@ -6115,8 +6116,8 @@ function yu(t, s, e, a = !0) {
|
|
6115
6116
|
}
|
6116
6117
|
return (i, d) => {
|
6117
6118
|
if (e) {
|
6118
|
-
let u = i,
|
6119
|
-
return u > 12 && (u -= 12,
|
6119
|
+
let u = i, r = s;
|
6120
|
+
return u > 12 && (u -= 12, r = e), n(u, a) + t + n(d, !0) + r;
|
6120
6121
|
}
|
6121
6122
|
return n(i, a) + t + n(d, !0) + s;
|
6122
6123
|
};
|
@@ -6223,16 +6224,16 @@ const pu = {
|
|
6223
6224
|
}
|
6224
6225
|
}, _u = { class: "cmd-opening-hours" }, bu = ["href"], Cu = { key: 3 }, vu = { key: 0 }, wu = { key: 1 };
|
6225
6226
|
function ku(t, s, e, a, n, i) {
|
6226
|
-
var
|
6227
|
+
var r, h;
|
6227
6228
|
const d = Y, u = oe("router-link");
|
6228
6229
|
return o(), l("div", _u, [
|
6229
|
-
e.cmdHeadline ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) :
|
6230
|
-
e.link && ((
|
6230
|
+
e.cmdHeadline ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) : c("", !0),
|
6231
|
+
e.link && ((r = e.link) == null ? void 0 : r.path) && ((h = e.link) == null ? void 0 : h.show) ? (o(), l(v, { key: 1 }, [
|
6231
6232
|
e.link.type === "href" ? (o(), l("a", {
|
6232
6233
|
key: 0,
|
6233
6234
|
href: e.link.path,
|
6234
6235
|
class: b({ closed: i.isClosed })
|
6235
|
-
}, f(i.textOpenClosed), 11, bu)) :
|
6236
|
+
}, f(i.textOpenClosed), 11, bu)) : c("", !0),
|
6236
6237
|
e.link.type === "router" ? (o(), _(u, {
|
6237
6238
|
key: 1,
|
6238
6239
|
to: e.link.path,
|
@@ -6242,11 +6243,11 @@ function ku(t, s, e, a, n, i) {
|
|
6242
6243
|
R(f(i.textOpenClosed), 1)
|
6243
6244
|
]),
|
6244
6245
|
_: 1
|
6245
|
-
}, 8, ["to", "class"])) :
|
6246
|
+
}, 8, ["to", "class"])) : c("", !0),
|
6246
6247
|
e.link.type === "button" ? (o(), l("button", {
|
6247
6248
|
key: 2,
|
6248
6249
|
class: b(["button", { closed: i.isClosed }])
|
6249
|
-
}, f(i.textOpenClosed), 3)) :
|
6250
|
+
}, f(i.textOpenClosed), 3)) : c("", !0)
|
6250
6251
|
], 64)) : (o(), l("span", {
|
6251
6252
|
key: 2,
|
6252
6253
|
class: b({ closed: i.isClosed })
|
@@ -6262,9 +6263,9 @@ function ku(t, s, e, a, n, i) {
|
|
6262
6263
|
e.textHolidaysClosed || e.textMiscInfo ? (o(), l("div", Cu, [
|
6263
6264
|
e.textHolidaysClosed ? (o(), l("p", vu, [
|
6264
6265
|
m("strong", null, f(e.textHolidaysClosed), 1)
|
6265
|
-
])) :
|
6266
|
-
e.textMiscInfo ? (o(), l("p", wu, f(e.textMiscInfo), 1)) :
|
6267
|
-
])) :
|
6266
|
+
])) : c("", !0),
|
6267
|
+
e.textMiscInfo ? (o(), l("p", wu, f(e.textMiscInfo), 1)) : c("", !0)
|
6268
|
+
])) : c("", !0)
|
6268
6269
|
]);
|
6269
6270
|
}
|
6270
6271
|
const Ef = /* @__PURE__ */ D(pu, [["render", ku]]), xu = {
|
@@ -6362,19 +6363,19 @@ function qu(t, s, e, a, n, i) {
|
|
6362
6363
|
iconClass: e.prevLink.iconClass,
|
6363
6364
|
type: e.prevLink.iconType
|
6364
6365
|
}, null, 8, ["iconClass", "type"]),
|
6365
|
-
e.prevLink.showText ? (o(), l("span", Ou, f(e.prevLink.text), 1)) :
|
6366
|
+
e.prevLink.showText ? (o(), l("span", Ou, f(e.prevLink.text), 1)) : c("", !0)
|
6366
6367
|
], 10, Iu),
|
6367
6368
|
m("div", Mu, [
|
6368
6369
|
m("div", Lu, [
|
6369
|
-
(o(!0), l(v, null, E(e.pages, (u,
|
6370
|
+
(o(!0), l(v, null, E(e.pages, (u, r) => (o(), l("a", {
|
6370
6371
|
href: i.getHref(u),
|
6371
|
-
class: b({ disabled: n.currentPage ===
|
6372
|
-
title: n.currentPage !==
|
6373
|
-
key:
|
6372
|
+
class: b({ disabled: n.currentPage === r + 1, button: e.linkType === "button" }),
|
6373
|
+
title: n.currentPage !== r + 1 ? t.getMessage("cmdpager.tooltip.go_to_page", r + 1) : t.getMessage("cmdpager.tooltip.not_possible"),
|
6374
|
+
key: r,
|
6374
6375
|
onClick: M((h) => i.showPage(u), ["stop", "prevent"]),
|
6375
6376
|
"aria-live": "polite"
|
6376
6377
|
}, [
|
6377
|
-
m("span", null, f(
|
6378
|
+
m("span", null, f(r + 1), 1)
|
6378
6379
|
], 10, Bu))), 128))
|
6379
6380
|
])
|
6380
6381
|
]),
|
@@ -6384,7 +6385,7 @@ function qu(t, s, e, a, n, i) {
|
|
6384
6385
|
onClick: s[1] || (s[1] = M((...u) => i.nextPage && i.nextPage(...u), ["prevent"])),
|
6385
6386
|
title: e.nextLink.showText ? null : e.nextLink.text
|
6386
6387
|
}, [
|
6387
|
-
e.nextLink.showText ? (o(), l("span", Fu, f(e.nextLink.text), 1)) :
|
6388
|
+
e.nextLink.showText ? (o(), l("span", Fu, f(e.nextLink.text), 1)) : c("", !0),
|
6388
6389
|
S(d, {
|
6389
6390
|
iconClass: e.nextLink.iconClass,
|
6390
6391
|
type: e.nextLink.iconType
|
@@ -6429,7 +6430,7 @@ function Eu(t, s, e, a, n, i) {
|
|
6429
6430
|
class: b(["label-text", { hidden: !e.showLabel }])
|
6430
6431
|
}, f(e.labelText), 3),
|
6431
6432
|
m("span", Pu, [
|
6432
|
-
e.showLoadingStatus ? (o(), l("span", Hu, f(n.loadingStatus) + " %", 1)) :
|
6433
|
+
e.showLoadingStatus ? (o(), l("span", Hu, f(n.loadingStatus) + " %", 1)) : c("", !0),
|
6433
6434
|
m("progress", j(t.$attrs, {
|
6434
6435
|
id: e.id,
|
6435
6436
|
value: n.loadingStatus
|
@@ -6512,11 +6513,11 @@ const ju = {
|
|
6512
6513
|
}
|
6513
6514
|
}, Nu = { class: "share-button-wrapper" }, Uu = ["id", "href", "title"], zu = { key: 1 };
|
6514
6515
|
function Wu(t, s, e, a, n, i) {
|
6515
|
-
const d = Y, u = _e,
|
6516
|
+
const d = Y, u = _e, r = G;
|
6516
6517
|
return o(), l("div", {
|
6517
6518
|
class: b(["cmd-share-buttons", { stretch: e.stretchButtons, "align-right": e.align === "right" }])
|
6518
6519
|
}, [
|
6519
|
-
e.cmdHeadline ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) :
|
6520
|
+
e.cmdHeadline ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) : c("", !0),
|
6520
6521
|
e.userMustAcceptDataPrivacy ? (o(), _(u, {
|
6521
6522
|
key: 1,
|
6522
6523
|
element: "input",
|
@@ -6526,7 +6527,7 @@ function Wu(t, s, e, a, n, i) {
|
|
6526
6527
|
required: e.cmdFormElement.required,
|
6527
6528
|
modelValue: n.dataPrivacyAccepted,
|
6528
6529
|
"onUpdate:modelValue": s[0] || (s[0] = (h) => n.dataPrivacyAccepted = h)
|
6529
|
-
}, null, 8, ["toggle-switch", "labelText", "required", "modelValue"])) :
|
6530
|
+
}, null, 8, ["toggle-switch", "labelText", "required", "modelValue"])) : c("", !0),
|
6530
6531
|
m("div", Nu, [
|
6531
6532
|
(o(!0), l(v, null, E(i.validShareButtons, (h) => (o(), l("a", {
|
6532
6533
|
key: h.path,
|
@@ -6537,17 +6538,17 @@ function Wu(t, s, e, a, n, i) {
|
|
6537
6538
|
target: "_blank",
|
6538
6539
|
title: i.tooltip(h.tooltip)
|
6539
6540
|
}, [
|
6540
|
-
h.iconClass && h.iconPosition !== "right" ? (o(), _(
|
6541
|
+
h.iconClass && h.iconPosition !== "right" ? (o(), _(r, {
|
6541
6542
|
key: 0,
|
6542
6543
|
iconClass: h.iconClass,
|
6543
6544
|
type: h.iconType
|
6544
|
-
}, null, 8, ["iconClass", "type"])) :
|
6545
|
-
h.linkText ? (o(), l("span", zu, f(h.linkText), 1)) :
|
6546
|
-
h.iconClass && h.iconPosition === "right" ? (o(), _(
|
6545
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
6546
|
+
h.linkText ? (o(), l("span", zu, f(h.linkText), 1)) : c("", !0),
|
6547
|
+
h.iconClass && h.iconPosition === "right" ? (o(), _(r, {
|
6547
6548
|
key: 2,
|
6548
6549
|
iconClass: h.iconClass,
|
6549
6550
|
type: h.iconType
|
6550
|
-
}, null, 8, ["iconClass", "type"])) :
|
6551
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0)
|
6551
6552
|
], 10, Uu))), 128))
|
6552
6553
|
])
|
6553
6554
|
], 2);
|
@@ -6605,7 +6606,7 @@ const Xu = {
|
|
6605
6606
|
class: "top-header"
|
6606
6607
|
};
|
6607
6608
|
function Qu(t, s, e, a, n, i) {
|
6608
|
-
var
|
6609
|
+
var r, h, g, y, C, p, x, w;
|
6609
6610
|
const d = ir, u = iu;
|
6610
6611
|
return o(), l("div", {
|
6611
6612
|
class: b(["cmd-site-header", { sticky: e.sticky, "navigation-inline": e.navigationInline }]),
|
@@ -6613,32 +6614,32 @@ function Qu(t, s, e, a, n, i) {
|
|
6613
6614
|
}, [
|
6614
6615
|
t.$slots.topheader ? (o(), l("div", Yu, [
|
6615
6616
|
N(t.$slots, "topheader")
|
6616
|
-
])) :
|
6617
|
+
])) : c("", !0),
|
6617
6618
|
m("header", {
|
6618
6619
|
class: b([
|
6619
6620
|
e.useGrid ? "grid-container-create-columns" : "flex-container",
|
6620
|
-
{ "has-navigation": ((h = (
|
6621
|
+
{ "has-navigation": ((h = (r = e.cmdMainNavigation) == null ? void 0 : r.navigationEntries) == null ? void 0 : h.length) && e.navigationInline || t.$slots.navigation }
|
6621
6622
|
])
|
6622
6623
|
}, [
|
6623
6624
|
t.$slots.logo || t.$slots.header || t.$slots.navigation ? (o(), l(v, { key: 0 }, [
|
6624
6625
|
N(t.$slots, "logo"),
|
6625
6626
|
N(t.$slots, "header"),
|
6626
6627
|
N(t.$slots, "navigation")
|
6627
|
-
], 64)) :
|
6628
|
+
], 64)) : c("", !0),
|
6628
6629
|
e.cmdCompanyLogo || ((y = (g = e.cmdMainNavigation) == null ? void 0 : g.navigationEntries) == null ? void 0 : y.length) ? (o(), l(v, { key: 1 }, [
|
6629
|
-
e.cmdCompanyLogo ? (o(), _(d, Z(j({ key: 0 }, e.cmdCompanyLogo)), null, 16)) :
|
6630
|
+
e.cmdCompanyLogo ? (o(), _(d, Z(j({ key: 0 }, e.cmdCompanyLogo)), null, 16)) : c("", !0),
|
6630
6631
|
((p = (C = e.cmdMainNavigation) == null ? void 0 : C.navigationEntries) == null ? void 0 : p.length) && e.navigationInline ? (o(), _(u, {
|
6631
6632
|
key: 1,
|
6632
6633
|
navigationEntries: e.cmdMainNavigation.navigationEntries,
|
6633
6634
|
closeOffcanvas: e.closeOffcanvas
|
6634
|
-
}, null, 8, ["navigationEntries", "closeOffcanvas"])) :
|
6635
|
-
], 64)) :
|
6635
|
+
}, null, 8, ["navigationEntries", "closeOffcanvas"])) : c("", !0)
|
6636
|
+
], 64)) : c("", !0)
|
6636
6637
|
], 2),
|
6637
6638
|
((w = (x = e.cmdMainNavigation) == null ? void 0 : x.navigationEntries) == null ? void 0 : w.length) && !e.navigationInline ? (o(), _(u, {
|
6638
6639
|
key: 1,
|
6639
6640
|
navigationEntries: e.cmdMainNavigation.navigationEntries,
|
6640
6641
|
closeOffcanvas: e.closeOffcanvas
|
6641
|
-
}, null, 8, ["navigationEntries", "closeOffcanvas"])) :
|
6642
|
+
}, null, 8, ["navigationEntries", "closeOffcanvas"])) : c("", !0)
|
6642
6643
|
], 2);
|
6643
6644
|
}
|
6644
6645
|
const Wf = /* @__PURE__ */ D(Xu, [["render", Qu]]), Zu = {
|
@@ -6875,13 +6876,13 @@ const $u = {
|
|
6875
6876
|
};
|
6876
6877
|
function lh(t, s, e, a, n, i) {
|
6877
6878
|
var y, C, p, x, w, T, I, F, z, k;
|
6878
|
-
const d = Y, u = _e,
|
6879
|
+
const d = Y, u = _e, r = G, h = Nc, g = $c;
|
6879
6880
|
return o(), l(v, null, [
|
6880
6881
|
m("fieldset", eh, [
|
6881
6882
|
m("legend", {
|
6882
6883
|
class: b({ hidden: !e.showLegend })
|
6883
6884
|
}, f(e.textLegend), 3),
|
6884
|
-
e.cmdHeadline ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) :
|
6885
|
+
e.cmdHeadline ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) : c("", !0),
|
6885
6886
|
m("div", th, [
|
6886
6887
|
S(u, {
|
6887
6888
|
element: "input",
|
@@ -6905,7 +6906,7 @@ function lh(t, s, e, a, n, i) {
|
|
6905
6906
|
required: e.cmdFormElementInput2.required,
|
6906
6907
|
modelValue: i.searchValue2,
|
6907
6908
|
"onUpdate:modelValue": s[1] || (s[1] = (P) => i.searchValue2 = P)
|
6908
|
-
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "modelValue"])) :
|
6909
|
+
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "modelValue"])) : c("", !0),
|
6909
6910
|
e.cmdFormElementRadius.show ? (o(), _(u, {
|
6910
6911
|
key: 1,
|
6911
6912
|
element: "select",
|
@@ -6916,7 +6917,7 @@ function lh(t, s, e, a, n, i) {
|
|
6916
6917
|
labelText: e.cmdFormElementRadius.labelText,
|
6917
6918
|
"select-options": e.cmdFormElementRadius.selectOptions,
|
6918
6919
|
required: e.cmdFormElementRadius.required
|
6919
|
-
}, null, 8, ["modelValue", "show-label", "labelText", "select-options", "required"])) :
|
6920
|
+
}, null, 8, ["modelValue", "show-label", "labelText", "select-options", "required"])) : c("", !0)
|
6920
6921
|
]),
|
6921
6922
|
S(u, {
|
6922
6923
|
element: "button",
|
@@ -6931,7 +6932,7 @@ function lh(t, s, e, a, n, i) {
|
|
6931
6932
|
href: "#",
|
6932
6933
|
onClick: s[3] || (s[3] = M((P) => n.showFilters = !n.showFilters, ["prevent"]))
|
6933
6934
|
}, [
|
6934
|
-
S(
|
6935
|
+
S(r, {
|
6935
6936
|
iconClass: n.showFilters ? (p = (C = e.cmdIcon) == null ? void 0 : C.showFilters) == null ? void 0 : p.iconClass : (w = (x = e.cmdIcon) == null ? void 0 : x.hideFilters) == null ? void 0 : w.iconClass,
|
6936
6937
|
type: n.showFilters ? (I = (T = e.cmdIcon) == null ? void 0 : T.showFilters) == null ? void 0 : I.iconType : (z = (F = e.cmdIcon) == null ? void 0 : F.hideFilters) == null ? void 0 : z.iconType
|
6937
6938
|
}, null, 8, ["iconClass", "type"]),
|
@@ -6951,19 +6952,19 @@ function lh(t, s, e, a, n, i) {
|
|
6951
6952
|
type: (U = e.cmdFakeSelect) == null ? void 0 : U.type,
|
6952
6953
|
labelText: (J = e.cmdFakeSelect) == null ? void 0 : J.labelText
|
6953
6954
|
}, null, 8, ["selectData", "modelValue", "defaultOptionName", "type", "labelText"])
|
6954
|
-
])) :
|
6955
|
+
])) : c("", !0)
|
6955
6956
|
];
|
6956
6957
|
}),
|
6957
6958
|
_: 1
|
6958
6959
|
})
|
6959
|
-
], 64)) :
|
6960
|
+
], 64)) : c("", !0)
|
6960
6961
|
]),
|
6961
6962
|
(k = e.cmdFakeSelect) != null && k.show ? (o(), _(g, {
|
6962
6963
|
key: 0,
|
6963
6964
|
modelValue: i.searchFilters,
|
6964
6965
|
"onUpdate:modelValue": s[5] || (s[5] = (P) => i.searchFilters = P),
|
6965
6966
|
selectedOptionsName: i.getOptionName
|
6966
|
-
}, null, 8, ["modelValue", "selectedOptionsName"])) :
|
6967
|
+
}, null, 8, ["modelValue", "selectedOptionsName"])) : c("", !0)
|
6967
6968
|
], 64);
|
6968
6969
|
}
|
6969
6970
|
const Gf = /* @__PURE__ */ D($u, [["render", lh]]);
|
@@ -7086,8 +7087,8 @@ function gh(t, s, e, a, n, i) {
|
|
7086
7087
|
}, [
|
7087
7088
|
m("div", {
|
7088
7089
|
class: "inner-slideshow-wrapper",
|
7089
|
-
onMouseenter: s[0] || (s[0] = (
|
7090
|
-
onMouseleave: s[1] || (s[1] = (
|
7090
|
+
onMouseenter: s[0] || (s[0] = (r) => n.pause = !0),
|
7091
|
+
onMouseleave: s[1] || (s[1] = (r) => n.pause = !1)
|
7091
7092
|
}, [
|
7092
7093
|
S(d, {
|
7093
7094
|
onClick: M(i.showPrevItem, ["prevent"]),
|
@@ -7095,9 +7096,9 @@ function gh(t, s, e, a, n, i) {
|
|
7095
7096
|
}, null, 8, ["onClick"]),
|
7096
7097
|
S(ce, { name: "fade" }, {
|
7097
7098
|
default: A(() => {
|
7098
|
-
var
|
7099
|
+
var r, h, g, y, C, p, x, w, T, I, F, z;
|
7099
7100
|
return [
|
7100
|
-
(h = (
|
7101
|
+
(h = (r = i.currentItem) == null ? void 0 : r.link) != null && h.href ? (o(), l("a", {
|
7101
7102
|
href: (y = (g = i.currentItem) == null ? void 0 : g.link) == null ? void 0 : y.href,
|
7102
7103
|
title: (p = (C = i.currentItem) == null ? void 0 : C.link) == null ? void 0 : p.tooltip,
|
7103
7104
|
key: n.index
|
@@ -7107,7 +7108,7 @@ function gh(t, s, e, a, n, i) {
|
|
7107
7108
|
image: (x = i.currentItem) == null ? void 0 : x.image,
|
7108
7109
|
figcaption: (w = i.currentItem) == null ? void 0 : w.figcaption
|
7109
7110
|
}, null, 8, ["image", "figcaption"])
|
7110
|
-
])) :
|
7111
|
+
])) : c("", !0)
|
7111
7112
|
], 8, dh)) : i.currentItem && !((I = (T = i.currentItem) == null ? void 0 : T.link) != null && I.href) && !e.useSlot ? (o(), l("figure", {
|
7112
7113
|
key: n.index,
|
7113
7114
|
class: "slideshow-item"
|
@@ -7122,7 +7123,7 @@ function gh(t, s, e, a, n, i) {
|
|
7122
7123
|
style: Oe("background-image: url(" + i.currentItem.image.srcLarge + ")")
|
7123
7124
|
}, [
|
7124
7125
|
N(t.$slots, "item" + n.currentSlotItem)
|
7125
|
-
], 4)) :
|
7126
|
+
], 4)) : c("", !0)
|
7126
7127
|
];
|
7127
7128
|
}),
|
7128
7129
|
_: 3
|
@@ -7131,7 +7132,7 @@ function gh(t, s, e, a, n, i) {
|
|
7131
7132
|
onClick: M(i.showNextItem, ["prevent"])
|
7132
7133
|
}, null, 8, ["onClick"]),
|
7133
7134
|
e.showQuickLinkIcons ? (o(), l("ol", hh, [
|
7134
|
-
(o(!0), l(v, null, E(e.slideshowItems, (
|
7135
|
+
(o(!0), l(v, null, E(e.slideshowItems, (r, h) => (o(), l("li", {
|
7135
7136
|
key: h,
|
7136
7137
|
class: b({ active: h === n.index })
|
7137
7138
|
}, [
|
@@ -7141,8 +7142,8 @@ function gh(t, s, e, a, n, i) {
|
|
7141
7142
|
"aria-label": n.index
|
7142
7143
|
}, null, 8, mh)
|
7143
7144
|
], 2))), 128))
|
7144
|
-
])) :
|
7145
|
-
e.showCounter ? (o(), l("span", fh, f(n.index + 1) + "/" + f(e.slideshowItems.length), 1)) :
|
7145
|
+
])) : c("", !0),
|
7146
|
+
e.showCounter ? (o(), l("span", fh, f(n.index + 1) + "/" + f(e.slideshowItems.length), 1)) : c("", !0)
|
7146
7147
|
], 32)
|
7147
7148
|
], 2);
|
7148
7149
|
}
|
@@ -7188,7 +7189,7 @@ function vh(t, s, e, a, n, i) {
|
|
7188
7189
|
const d = oe("router-link");
|
7189
7190
|
return o(), l("div", ph, [
|
7190
7191
|
m("ul", null, [
|
7191
|
-
(o(!0), l(v, null, E(e.languages, (u,
|
7192
|
+
(o(!0), l(v, null, E(e.languages, (u, r) => (o(), l("li", { key: r }, [
|
7192
7193
|
u.link.type === "href" ? (o(), l("a", {
|
7193
7194
|
key: 0,
|
7194
7195
|
href: u.link.path,
|
@@ -7197,7 +7198,7 @@ function vh(t, s, e, a, n, i) {
|
|
7197
7198
|
onClick: (h) => t.$emit("click", { originalEvent: h, language: u })
|
7198
7199
|
}, [
|
7199
7200
|
m("img", {
|
7200
|
-
src: n.imageSources[
|
7201
|
+
src: n.imageSources[r],
|
7201
7202
|
alt: u.name
|
7202
7203
|
}, null, 8, bh)
|
7203
7204
|
], 10, _h)) : (o(), _(d, {
|
@@ -7209,7 +7210,7 @@ function vh(t, s, e, a, n, i) {
|
|
7209
7210
|
}, {
|
7210
7211
|
default: A(() => [
|
7211
7212
|
m("img", {
|
7212
|
-
src: n.imageSources[
|
7213
|
+
src: n.imageSources[r],
|
7213
7214
|
alt: u.name
|
7214
7215
|
}, null, 8, Ch)
|
7215
7216
|
]),
|
@@ -7295,14 +7296,14 @@ function Sh(t, s, e, a, n, i) {
|
|
7295
7296
|
e.iconClose.show && e.iconClose.iconClass ? (o(), l("a", {
|
7296
7297
|
key: 0,
|
7297
7298
|
href: "#",
|
7298
|
-
onClick: s[0] || (s[0] = M((
|
7299
|
+
onClick: s[0] || (s[0] = M((r) => n.showSystemMessage = !1, ["prevent"])),
|
7299
7300
|
title: e.iconClose.tooltip
|
7300
7301
|
}, [
|
7301
7302
|
S(d, {
|
7302
7303
|
iconClass: e.iconClose.iconClass,
|
7303
7304
|
type: e.iconClose.iconType
|
7304
7305
|
}, null, 8, ["iconClass", "type"])
|
7305
|
-
], 8, xh)) :
|
7306
|
+
], 8, xh)) : c("", !0),
|
7306
7307
|
S(u, {
|
7307
7308
|
class: "message-headline",
|
7308
7309
|
headlineIcon: i.headlineIcon,
|
@@ -7311,7 +7312,7 @@ function Sh(t, s, e, a, n, i) {
|
|
7311
7312
|
id: t.htmlId
|
7312
7313
|
}, null, 8, ["headlineIcon", "headlineText", "headlineLevel", "id"]),
|
7313
7314
|
N(t.$slots, "default")
|
7314
|
-
], 10, kh)) :
|
7315
|
+
], 10, kh)) : c("", !0)
|
7315
7316
|
]),
|
7316
7317
|
_: 3
|
7317
7318
|
});
|
@@ -7401,7 +7402,7 @@ const Ih = {
|
|
7401
7402
|
"aria-expanded": "true"
|
7402
7403
|
};
|
7403
7404
|
function qh(t, s, e, a, n, i) {
|
7404
|
-
var u,
|
7405
|
+
var u, r, h, g;
|
7405
7406
|
const d = G;
|
7406
7407
|
return o(), l("div", {
|
7407
7408
|
class: b(["cmd-table-wrapper", { collapsed: !n.showTableData, "full-width": n.fullWidth, "has-caption": i.hasCaption }])
|
@@ -7418,7 +7419,7 @@ function qh(t, s, e, a, n, i) {
|
|
7418
7419
|
iconClass: e.iconToggleWidth.iconClass,
|
7419
7420
|
type: e.iconToggleWidth.iconType
|
7420
7421
|
}, null, 8, ["iconClass", "type"])
|
7421
|
-
], 8, Mh)) :
|
7422
|
+
], 8, Mh)) : c("", !0),
|
7422
7423
|
e.collapsible ? (o(), l("a", {
|
7423
7424
|
key: 1,
|
7424
7425
|
class: "button",
|
@@ -7430,16 +7431,16 @@ function qh(t, s, e, a, n, i) {
|
|
7430
7431
|
iconClass: n.showTableData ? e.iconCollapse.iconClass : e.iconExpand.iconClass,
|
7431
7432
|
type: n.showTableData ? e.iconCollapse.iconType : e.iconExpand.iconType
|
7432
7433
|
}, null, 8, ["iconClass", "type"])
|
7433
|
-
], 8, Lh)) :
|
7434
|
-
])) :
|
7434
|
+
], 8, Lh)) : c("", !0)
|
7435
|
+
])) : c("", !0),
|
7435
7436
|
m("div", Bh, [
|
7436
7437
|
m("table", {
|
7437
7438
|
class: b({ "full-width": n.fullWidth })
|
7438
7439
|
}, [
|
7439
|
-
((u = e.tableData.caption) == null ? void 0 : u.text) || ((
|
7440
|
+
((u = e.tableData.caption) == null ? void 0 : u.text) || ((r = e.caption) == null ? void 0 : r.text) ? (o(), l("caption", {
|
7440
7441
|
key: 0,
|
7441
7442
|
class: b({ hidden: i.hideCaption })
|
7442
|
-
}, f(((h = e.caption) == null ? void 0 : h.text) || ((g = e.tableData.caption) == null ? void 0 : g.text)), 3)) :
|
7443
|
+
}, f(((h = e.caption) == null ? void 0 : h.text) || ((g = e.tableData.caption) == null ? void 0 : g.text)), 3)) : c("", !0),
|
7443
7444
|
m("thead", null, [
|
7444
7445
|
m("tr", null, [
|
7445
7446
|
(o(!0), l(v, null, E(e.tableData.thead, (y, C) => (o(), l("th", { key: C }, f(y), 1))), 128))
|
@@ -7472,7 +7473,7 @@ function qh(t, s, e, a, n, i) {
|
|
7472
7473
|
key: C
|
7473
7474
|
}, f(y), 3))), 128))
|
7474
7475
|
])
|
7475
|
-
])) :
|
7476
|
+
])) : c("", !0)
|
7476
7477
|
]),
|
7477
7478
|
_: 1
|
7478
7479
|
})
|
@@ -7552,37 +7553,37 @@ function Gh(t, s, e, a, n, i) {
|
|
7552
7553
|
class: b({ "stretch-tabs": e.stretchTabs }),
|
7553
7554
|
role: "tablist"
|
7554
7555
|
}, [
|
7555
|
-
(o(!0), l(v, null, E(e.tabs, (
|
7556
|
+
(o(!0), l(v, null, E(e.tabs, (r, h) => (o(), l("li", {
|
7556
7557
|
key: h,
|
7557
7558
|
role: "tab"
|
7558
7559
|
}, [
|
7559
7560
|
m("a", {
|
7560
7561
|
class: b({ active: n.showTab === h }),
|
7561
7562
|
onClick: M((g) => i.setActiveTab(h), ["prevent"]),
|
7562
|
-
title:
|
7563
|
+
title: r.name ? void 0 : r.tooltip,
|
7563
7564
|
href: "#"
|
7564
7565
|
}, [
|
7565
|
-
|
7566
|
+
r.iconClass ? (o(), _(d, {
|
7566
7567
|
key: 0,
|
7567
|
-
iconClass:
|
7568
|
-
type:
|
7569
|
-
}, null, 8, ["iconClass", "type"])) :
|
7570
|
-
|
7568
|
+
iconClass: r.iconClass,
|
7569
|
+
type: r.iconType
|
7570
|
+
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
7571
|
+
r.name ? (o(), l("span", Uh, f(r.name), 1)) : c("", !0)
|
7571
7572
|
], 10, Nh)
|
7572
7573
|
]))), 128))
|
7573
7574
|
], 2),
|
7574
|
-
e.useSlot ? (o(!0), l(v, { key: 0 }, E(e.tabs.length, (
|
7575
|
-
key:
|
7575
|
+
e.useSlot ? (o(!0), l(v, { key: 0 }, E(e.tabs.length, (r) => re((o(), l("div", {
|
7576
|
+
key: r,
|
7576
7577
|
"aria-live": "assertive"
|
7577
7578
|
}, [
|
7578
|
-
N(t.$slots, "tab-content-" + (
|
7579
|
+
N(t.$slots, "tab-content-" + (r - 1))
|
7579
7580
|
])), [
|
7580
|
-
[pe, n.showTab ===
|
7581
|
+
[pe, n.showTab === r - 1]
|
7581
7582
|
])), 128)) : (o(), l("div", zh, [
|
7582
7583
|
e.cmdHeadline ? (o(), _(u, j({ key: 0 }, e.cmdHeadline, {
|
7583
7584
|
headlineText: e.tabs[n.showTab].headlineText,
|
7584
7585
|
headlineLevel: e.tabs[n.showTab].headlineLevel
|
7585
|
-
}), null, 16, ["headlineText", "headlineLevel"])) :
|
7586
|
+
}), null, 16, ["headlineText", "headlineLevel"])) : c("", !0),
|
7586
7587
|
m("div", {
|
7587
7588
|
innerHTML: e.tabs[n.showTab].htmlContent
|
7588
7589
|
}, null, 8, Wh)
|
@@ -7862,8 +7863,8 @@ var Qs = function(s, e, a) {
|
|
7862
7863
|
n = e.toString();
|
7863
7864
|
else {
|
7864
7865
|
var i = [];
|
7865
|
-
ge.forEach(e, function(
|
7866
|
-
|
7866
|
+
ge.forEach(e, function(r, h) {
|
7867
|
+
r === null || typeof r > "u" || (ge.isArray(r) ? h = h + "[]" : r = [r], ge.forEach(r, function(y) {
|
7867
7868
|
ge.isDate(y) ? y = y.toISOString() : ge.isObject(y) && (y = JSON.stringify(y)), i.push(is(h) + "=" + is(y));
|
7868
7869
|
}));
|
7869
7870
|
}), n = i.join("&");
|
@@ -7949,9 +7950,9 @@ function _m() {
|
|
7949
7950
|
var t = te;
|
7950
7951
|
return Ke = t.isStandardBrowserEnv() ? function() {
|
7951
7952
|
return {
|
7952
|
-
write: function(a, n, i, d, u,
|
7953
|
+
write: function(a, n, i, d, u, r) {
|
7953
7954
|
var h = [];
|
7954
|
-
h.push(a + "=" + encodeURIComponent(n)), t.isNumber(i) && h.push("expires=" + new Date(i).toGMTString()), t.isString(d) && h.push("path=" + d), t.isString(u) && h.push("domain=" + u),
|
7955
|
+
h.push(a + "=" + encodeURIComponent(n)), t.isNumber(i) && h.push("expires=" + new Date(i).toGMTString()), t.isString(d) && h.push("path=" + d), t.isString(u) && h.push("domain=" + u), r === !0 && h.push("secure"), document.cookie = h.join("; ");
|
7955
7956
|
},
|
7956
7957
|
read: function(a) {
|
7957
7958
|
var n = document.cookie.match(new RegExp("(^|;\\s*)(" + a + ")=([^;]*)"));
|
@@ -8053,8 +8054,8 @@ function km() {
|
|
8053
8054
|
};
|
8054
8055
|
}
|
8055
8056
|
return n = i(window.location.href), function(u) {
|
8056
|
-
var
|
8057
|
-
return
|
8057
|
+
var r = t.isString(u) ? i(u) : u;
|
8058
|
+
return r.protocol === n.protocol && r.host === n.host;
|
8058
8059
|
};
|
8059
8060
|
}() : function() {
|
8060
8061
|
return function() {
|
@@ -8079,7 +8080,7 @@ function gs() {
|
|
8079
8080
|
if (fs)
|
8080
8081
|
return tt;
|
8081
8082
|
fs = 1;
|
8082
|
-
var t = te, s = pm(), e = _m(), a = Qs, n = vm(), i = wm(), d = km(), u = $s(),
|
8083
|
+
var t = te, s = pm(), e = _m(), a = Qs, n = vm(), i = wm(), d = km(), u = $s(), r = je(), h = Ee();
|
8083
8084
|
return tt = function(y) {
|
8084
8085
|
return new Promise(function(p, x) {
|
8085
8086
|
var w = y.data, T = y.headers, I = y.responseType, F;
|
@@ -8118,7 +8119,7 @@ function gs() {
|
|
8118
8119
|
}, k.onerror = function() {
|
8119
8120
|
x(u("Network Error", y, null, k)), k = null;
|
8120
8121
|
}, k.ontimeout = function() {
|
8121
|
-
var K = y.timeout ? "timeout of " + y.timeout + "ms exceeded" : "timeout exceeded", X = y.transitional ||
|
8122
|
+
var K = y.timeout ? "timeout of " + y.timeout + "ms exceeded" : "timeout exceeded", X = y.transitional || r.transitional;
|
8122
8123
|
y.timeoutErrorMessage && (K = y.timeoutErrorMessage), x(u(
|
8123
8124
|
K,
|
8124
8125
|
y,
|
@@ -8145,22 +8146,22 @@ function je() {
|
|
8145
8146
|
var t = te, s = ym, e = Zs, a = {
|
8146
8147
|
"Content-Type": "application/x-www-form-urlencoded"
|
8147
8148
|
};
|
8148
|
-
function n(
|
8149
|
-
!t.isUndefined(
|
8149
|
+
function n(r, h) {
|
8150
|
+
!t.isUndefined(r) && t.isUndefined(r["Content-Type"]) && (r["Content-Type"] = h);
|
8150
8151
|
}
|
8151
8152
|
function i() {
|
8152
|
-
var
|
8153
|
-
return (typeof XMLHttpRequest < "u" || typeof process < "u" && Object.prototype.toString.call(process) === "[object process]") && (
|
8153
|
+
var r;
|
8154
|
+
return (typeof XMLHttpRequest < "u" || typeof process < "u" && Object.prototype.toString.call(process) === "[object process]") && (r = gs()), r;
|
8154
8155
|
}
|
8155
|
-
function d(
|
8156
|
-
if (t.isString(
|
8156
|
+
function d(r, h, g) {
|
8157
|
+
if (t.isString(r))
|
8157
8158
|
try {
|
8158
|
-
return (h || JSON.parse)(
|
8159
|
+
return (h || JSON.parse)(r), t.trim(r);
|
8159
8160
|
} catch (y) {
|
8160
8161
|
if (y.name !== "SyntaxError")
|
8161
8162
|
throw y;
|
8162
8163
|
}
|
8163
|
-
return (g || JSON.stringify)(
|
8164
|
+
return (g || JSON.stringify)(r);
|
8164
8165
|
}
|
8165
8166
|
var u = {
|
8166
8167
|
transitional: {
|
@@ -8275,7 +8276,7 @@ var Lm = function(s) {
|
|
8275
8276
|
} else
|
8276
8277
|
return n(void 0, e[g]);
|
8277
8278
|
}
|
8278
|
-
function
|
8279
|
+
function r(g) {
|
8279
8280
|
if (g in e)
|
8280
8281
|
return n(s[g], e[g]);
|
8281
8282
|
if (g in s)
|
@@ -8307,11 +8308,11 @@ var Lm = function(s) {
|
|
8307
8308
|
cancelToken: u,
|
8308
8309
|
socketPath: u,
|
8309
8310
|
responseEncoding: u,
|
8310
|
-
validateStatus:
|
8311
|
+
validateStatus: r
|
8311
8312
|
};
|
8312
8313
|
return ee.forEach(Object.keys(s).concat(Object.keys(e)), function(y) {
|
8313
8314
|
var C = h[y] || i, p = C(y);
|
8314
|
-
ee.isUndefined(p) && C !==
|
8315
|
+
ee.isUndefined(p) && C !== r || (a[y] = p);
|
8315
8316
|
}), a;
|
8316
8317
|
}, lt, bs;
|
8317
8318
|
function sn() {
|
@@ -8347,9 +8348,9 @@ function Dm(t, s, e) {
|
|
8347
8348
|
for (var a = Object.keys(t), n = a.length; n-- > 0; ) {
|
8348
8349
|
var i = a[n], d = s[i];
|
8349
8350
|
if (d) {
|
8350
|
-
var u = t[i],
|
8351
|
-
if (
|
8352
|
-
throw new TypeError("option " + i + " must be " +
|
8351
|
+
var u = t[i], r = u === void 0 || d(u, i, t);
|
8352
|
+
if (r !== !0)
|
8353
|
+
throw new TypeError("option " + i + " must be " + r);
|
8353
8354
|
continue;
|
8354
8355
|
}
|
8355
8356
|
if (e !== !0)
|
@@ -8389,17 +8390,17 @@ Se.prototype.request = function(s) {
|
|
8389
8390
|
d = d.then(u.shift(), u.shift());
|
8390
8391
|
return d;
|
8391
8392
|
}
|
8392
|
-
for (var
|
8393
|
+
for (var r = s; a.length; ) {
|
8393
8394
|
var h = a.shift(), g = a.shift();
|
8394
8395
|
try {
|
8395
|
-
|
8396
|
+
r = h(r);
|
8396
8397
|
} catch (y) {
|
8397
8398
|
g(y);
|
8398
8399
|
break;
|
8399
8400
|
}
|
8400
8401
|
}
|
8401
8402
|
try {
|
8402
|
-
d = ws(
|
8403
|
+
d = ws(r);
|
8403
8404
|
} catch (y) {
|
8404
8405
|
return Promise.reject(y);
|
8405
8406
|
}
|
@@ -8450,8 +8451,8 @@ function Am() {
|
|
8450
8451
|
n._listeners = null;
|
8451
8452
|
}
|
8452
8453
|
}), this.promise.then = function(i) {
|
8453
|
-
var d, u = new Promise(function(
|
8454
|
-
n.subscribe(
|
8454
|
+
var d, u = new Promise(function(r) {
|
8455
|
+
n.subscribe(r), d = r;
|
8455
8456
|
}).then(i);
|
8456
8457
|
return u.cancel = function() {
|
8457
8458
|
n.unsubscribe(d);
|
@@ -8956,7 +8957,7 @@ const Um = {
|
|
8956
8957
|
class: "progressbar"
|
8957
8958
|
}, _f = ["value", "title"];
|
8958
8959
|
function bf(t, s, e, a, n, i) {
|
8959
|
-
const d = Y, u = Th,
|
8960
|
+
const d = Y, u = Th, r = G, h = _e;
|
8960
8961
|
return o(), l(v, null, [
|
8961
8962
|
e.advancedMode ? (o(), l("fieldset", {
|
8962
8963
|
key: 0,
|
@@ -8965,7 +8966,7 @@ function bf(t, s, e, a, n, i) {
|
|
8965
8966
|
m("legend", {
|
8966
8967
|
class: b({ hidden: !e.showLegend })
|
8967
8968
|
}, f(e.textLegend), 3),
|
8968
|
-
e.cmdHeadlineFieldset ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadlineFieldset)), null, 16)) :
|
8969
|
+
e.cmdHeadlineFieldset ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadlineFieldset)), null, 16)) : c("", !0),
|
8969
8970
|
i.systemMessageStatus && i.allSystemMessages.length ? (o(), _(u, {
|
8970
8971
|
key: 1,
|
8971
8972
|
iconClose: { show: !1 },
|
@@ -8975,10 +8976,10 @@ function bf(t, s, e, a, n, i) {
|
|
8975
8976
|
default: A(() => [
|
8976
8977
|
i.allSystemMessages.length > 1 ? (o(), l("ul", zm, [
|
8977
8978
|
(o(!0), l(v, null, E(i.allSystemMessages, (g, y) => (o(), l("li", { key: y }, f(g), 1))), 128))
|
8978
|
-
])) :
|
8979
|
+
])) : c("", !0)
|
8979
8980
|
]),
|
8980
8981
|
_: 1
|
8981
|
-
}, 8, ["validationStatus", "systemMessage"])) :
|
8982
|
+
}, 8, ["validationStatus", "systemMessage"])) : c("", !0),
|
8982
8983
|
m("div", j({
|
8983
8984
|
class: ["box drop-area flex-container vertical", { "allow-drop": n.allowDrop }]
|
8984
8985
|
}, Pt(i.dragAndDropHandler)), [
|
@@ -8997,7 +8998,7 @@ function bf(t, s, e, a, n, i) {
|
|
8997
8998
|
title: t.getMessage("cmduploadform.labeltext.remove_all_files_from_list"),
|
8998
8999
|
onClick: s[0] || (s[0] = M((...g) => i.cancelUpload && i.cancelUpload(...g), ["prevent"]))
|
8999
9000
|
}, [
|
9000
|
-
S(
|
9001
|
+
S(r, {
|
9001
9002
|
iconClass: e.deleteIcon.iconClass,
|
9002
9003
|
type: e.deleteIcon.iconClass
|
9003
9004
|
}, null, 8, ["iconClass", "type"])
|
@@ -9023,11 +9024,11 @@ function bf(t, s, e, a, n, i) {
|
|
9023
9024
|
value: i.totalUploadProgress,
|
9024
9025
|
title: i.totalBytesUploaded
|
9025
9026
|
}, null, 8, Qm)
|
9026
|
-
])) :
|
9027
|
+
])) : c("", !0)
|
9027
9028
|
])
|
9028
|
-
])) :
|
9029
|
+
])) : c("", !0),
|
9029
9030
|
Zm
|
9030
|
-
])) :
|
9031
|
+
])) : c("", !0),
|
9031
9032
|
m("div", $m, [
|
9032
9033
|
S(d, j(e.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
9033
9034
|
default: A(() => [
|
@@ -9045,7 +9046,7 @@ function bf(t, s, e, a, n, i) {
|
|
9045
9046
|
title: t.getMessage("cmduploadform.labeltext.remove_file_from_list", g.file.name),
|
9046
9047
|
onClick: M((C) => i.removeFile(y), ["prevent"])
|
9047
9048
|
}, [
|
9048
|
-
S(
|
9049
|
+
S(r, {
|
9049
9050
|
iconClass: t.iconDelete.iconClass,
|
9050
9051
|
type: t.iconDelete.iconType
|
9051
9052
|
}, null, 8, ["iconClass", "type"])
|
@@ -9067,7 +9068,7 @@ function bf(t, s, e, a, n, i) {
|
|
9067
9068
|
value: g.progress,
|
9068
9069
|
title: i.formatSize(g.uploadedBytes) + "/" + i.formatSize(g.file.size)
|
9069
9070
|
}, null, 8, nf)
|
9070
|
-
])) :
|
9071
|
+
])) : c("", !0)
|
9071
9072
|
]))), 128))
|
9072
9073
|
]),
|
9073
9074
|
i.failedUpload ? (o(), l("a", {
|
@@ -9075,7 +9076,7 @@ function bf(t, s, e, a, n, i) {
|
|
9075
9076
|
href: "#",
|
9076
9077
|
onClick: s[1] || (s[1] = M((...g) => i.cancel && i.cancel(...g), ["prevent"])),
|
9077
9078
|
title: t.getMessage("cmduploadform.all_files_will_be_removed")
|
9078
|
-
}, f(t.getMessage("cmduploadform.reset_upload")), 9, of)) :
|
9079
|
+
}, f(t.getMessage("cmduploadform.reset_upload")), 9, of)) : c("", !0),
|
9079
9080
|
lf
|
9080
9081
|
])
|
9081
9082
|
])) : (o(), l(v, { key: 0 }, [
|
@@ -9096,13 +9097,13 @@ function bf(t, s, e, a, n, i) {
|
|
9096
9097
|
R(f(t.getMessage("cmduploadform.headline.select_additional_files")), 1)
|
9097
9098
|
]),
|
9098
9099
|
_: 1
|
9099
|
-
}, 16)) :
|
9100
|
+
}, 16)) : c("", !0),
|
9100
9101
|
!e.allowMultipleFileUploads && n.listOfFiles.length ? (o(), _(d, j({ key: 3 }, e.cmdHeadlineSelectNewFile, { headlineLevel: "4" }), {
|
9101
9102
|
default: A(() => [
|
9102
9103
|
R(f(t.getMessage("cmduploadform.headline.select_new_file")), 1)
|
9103
9104
|
]),
|
9104
9105
|
_: 1
|
9105
|
-
}, 16)) :
|
9106
|
+
}, 16)) : c("", !0),
|
9106
9107
|
m("dl", af, [
|
9107
9108
|
e.maxTotalUploadSize > 0 ? (o(), l(v, { key: 0 }, [
|
9108
9109
|
m("dt", {
|
@@ -9111,7 +9112,7 @@ function bf(t, s, e, a, n, i) {
|
|
9111
9112
|
m("dd", {
|
9112
9113
|
class: b(["text-align-right", { error: i.totalSize > e.maxTotalUploadSize }])
|
9113
9114
|
}, f(i.formatSize(e.maxTotalUploadSize)), 3)
|
9114
|
-
], 64)) :
|
9115
|
+
], 64)) : c("", !0),
|
9115
9116
|
m("dt", {
|
9116
9117
|
class: b({ error: n.errors.fileSize })
|
9117
9118
|
}, f(t.getMessage("cmduploadform.max_file_upload_size")), 3),
|
@@ -9127,7 +9128,7 @@ function bf(t, s, e, a, n, i) {
|
|
9127
9128
|
onClick: s[2] || (s[2] = M((g) => n.showListOfFileExtensions = !n.showListOfFileExtensions, ["prevent"])),
|
9128
9129
|
title: t.getMessage("cmduploadform.tooltip.toggle_list_of_allowed_file_types")
|
9129
9130
|
}, [
|
9130
|
-
S(
|
9131
|
+
S(r, {
|
9131
9132
|
iconClass: n.showListOfFileExtensions ? e.iconInvisible.iconClass : e.iconVisible.iconClass,
|
9132
9133
|
type: n.showListOfFileExtensions ? e.iconInvisible.iconType : e.iconVisible.iconType
|
9133
9134
|
}, null, 8, ["iconClass", "type"])
|
@@ -9139,7 +9140,7 @@ function bf(t, s, e, a, n, i) {
|
|
9139
9140
|
key: y,
|
9140
9141
|
class: b({ error: n.errors.fileType })
|
9141
9142
|
}, f(g), 3))), 128))
|
9142
|
-
])) :
|
9143
|
+
])) : c("", !0)
|
9143
9144
|
]),
|
9144
9145
|
_: 1
|
9145
9146
|
})
|
@@ -9152,7 +9153,7 @@ function bf(t, s, e, a, n, i) {
|
|
9152
9153
|
disabled: n.uploadInitiated,
|
9153
9154
|
onClick: s[3] || (s[3] = (g) => i.selectFiles())
|
9154
9155
|
}, [
|
9155
|
-
S(
|
9156
|
+
S(r, {
|
9156
9157
|
iconClass: e.iconFileUpload.iconClass,
|
9157
9158
|
type: e.iconFileUpload.iconType
|
9158
9159
|
}, null, 8, ["iconClass", "type"]),
|
@@ -9167,13 +9168,13 @@ function bf(t, s, e, a, n, i) {
|
|
9167
9168
|
R(f(t.getMessage("cmduploadform.drag_and_drop")) + " ", 1),
|
9168
9169
|
e.allowMultipleFileUploads && n.listOfFiles.length ? (o(), l(v, { key: 0 }, [
|
9169
9170
|
R(f(t.getMessage("cmduploadform.additional")), 1)
|
9170
|
-
], 64)) :
|
9171
|
+
], 64)) : c("", !0),
|
9171
9172
|
!e.allowMultipleFileUploads && n.listOfFiles.length ? (o(), l(v, { key: 1 }, [
|
9172
9173
|
R(f(t.getMessage("cmduploadform.new")), 1)
|
9173
|
-
], 64)) :
|
9174
|
+
], 64)) : c("", !0),
|
9174
9175
|
R(" " + f(t.getMessage("cmduploadform.files_to_this_area")), 1)
|
9175
9176
|
])
|
9176
|
-
], 2)) :
|
9177
|
+
], 2)) : c("", !0)
|
9177
9178
|
])
|
9178
9179
|
], 16),
|
9179
9180
|
e.enableComment ? (o(), _(h, {
|
@@ -9186,7 +9187,7 @@ function bf(t, s, e, a, n, i) {
|
|
9186
9187
|
validationMessage: e.commentStatusMessage,
|
9187
9188
|
placeholder: t.getMessage("cmduploadform.placeholder.comment"),
|
9188
9189
|
status: e.commentStatusMessage ? "error" : ""
|
9189
|
-
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) :
|
9190
|
+
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : c("", !0),
|
9190
9191
|
m("div", mf, [
|
9191
9192
|
m("button", {
|
9192
9193
|
class: b([
|
@@ -9198,7 +9199,7 @@ function bf(t, s, e, a, n, i) {
|
|
9198
9199
|
disabled: n.listOfFiles.length === 0 || e.maxTotalUploadSize > 0 && i.totalSize > e.maxTotalUploadSize || n.uploadInitiated,
|
9199
9200
|
onClick: s[5] || (s[5] = (...g) => i.uploadFiles && i.uploadFiles(...g))
|
9200
9201
|
}, [
|
9201
|
-
S(
|
9202
|
+
S(r, {
|
9202
9203
|
iconClass: e.iconUpload.iconClass,
|
9203
9204
|
type: e.iconUpload.iconType
|
9204
9205
|
}, null, 8, ["iconClass", "type"]),
|
@@ -9208,7 +9209,7 @@ function bf(t, s, e, a, n, i) {
|
|
9208
9209
|
class: b(["button", { disabled: n.listOfFiles.length === 0 }]),
|
9209
9210
|
onClick: s[6] || (s[6] = (...g) => i.cancel && i.cancel(...g))
|
9210
9211
|
}, [
|
9211
|
-
S(
|
9212
|
+
S(r, {
|
9212
9213
|
iconClass: e.iconCancel.iconClass,
|
9213
9214
|
type: e.iconCancel.iconType
|
9214
9215
|
}, null, 8, ["iconClass", "type"]),
|
@@ -9228,25 +9229,25 @@ function bf(t, s, e, a, n, i) {
|
|
9228
9229
|
value: i.totalUploadProgress,
|
9229
9230
|
title: i.totalBytesUploaded
|
9230
9231
|
}, null, 8, _f)
|
9231
|
-
])) :
|
9232
|
+
])) : c("", !0),
|
9232
9233
|
N(t.$slots, "default", {}, () => [
|
9233
9234
|
e.enableDragAndDrop ? (o(), l(v, { key: 0 }, [
|
9234
9235
|
i.fileTypeImage ? (o(), l(v, { key: 0 }, [
|
9235
9236
|
m("span", null, f(t.getMessage("cmduploadform.select_image")), 1),
|
9236
|
-
S(
|
9237
|
+
S(r, {
|
9237
9238
|
iconClass: e.iconImage.iconClass,
|
9238
9239
|
type: e.iconImage.iconType
|
9239
9240
|
}, null, 8, ["iconClass", "type"])
|
9240
9241
|
], 64)) : (o(), l(v, { key: 1 }, [
|
9241
9242
|
m("span", null, f(t.getMessage("cmduploadform.select_file")), 1),
|
9242
|
-
S(
|
9243
|
+
S(r, {
|
9243
9244
|
iconClass: e.iconFileUpload.iconClass,
|
9244
9245
|
type: e.iconFileUpload.iconType
|
9245
9246
|
}, null, 8, ["iconClass", "type"])
|
9246
9247
|
], 64))
|
9247
9248
|
], 64)) : (o(), l(v, { key: 1 }, [
|
9248
9249
|
m("span", null, f(t.getMessage("cmduploadform.drag_and_drop_file_here")), 1),
|
9249
|
-
S(
|
9250
|
+
S(r, {
|
9250
9251
|
iconClass: e.iconDragAndDrop.iconClass,
|
9251
9252
|
type: e.iconDragAndDrop.iconType
|
9252
9253
|
}, null, 8, ["iconClass", "type"])
|
@@ -9322,19 +9323,19 @@ function kf(t, s, e, a, n, i) {
|
|
9322
9323
|
e.anchorId ? (o(), l("a", {
|
9323
9324
|
key: 0,
|
9324
9325
|
id: e.anchorId
|
9325
|
-
}, null, 8, vf)) :
|
9326
|
+
}, null, 8, vf)) : c("", !0),
|
9326
9327
|
e.cmdHeadline ? (o(), _(d, {
|
9327
9328
|
key: 1,
|
9328
9329
|
"pre-headline-text": e.cmdHeadline.preHeadlineText,
|
9329
9330
|
"headline-text": e.cmdHeadline.headlineText,
|
9330
9331
|
"headline-level": e.cmdHeadline.headlineLevel
|
9331
|
-
}, null, 8, ["pre-headline-text", "headline-text", "headline-level"])) :
|
9332
|
+
}, null, 8, ["pre-headline-text", "headline-text", "headline-level"])) : c("", !0),
|
9332
9333
|
N(t.$slots, "default")
|
9333
9334
|
], 2)) : (o(), l(v, { key: 1 }, [
|
9334
9335
|
e.anchorId ? (o(), l("a", {
|
9335
9336
|
key: 0,
|
9336
9337
|
id: e.anchorId
|
9337
|
-
}, null, 8, wf)) :
|
9338
|
+
}, null, 8, wf)) : c("", !0),
|
9338
9339
|
N(t.$slots, "default")
|
9339
9340
|
], 64))
|
9340
9341
|
], 2);
|