comand-component-library 3.3.28 → 3.3.30
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +875 -859
- package/dist/comand-component-library.umd.cjs +4 -4
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/src/App.vue +3 -4
- package/src/assets/data/address-data.json +3 -2
- package/src/components/CmdAddressData.vue +72 -61
- package/src/components/CmdSiteHeader.vue +16 -0
- package/src/components/CmdTextBlock.vue +1 -1
- package/src/components/CmdThumbnailScroller.vue +35 -3
- package/src/components/CmdToggleDarkMode.vue +14 -9
- package/src/mixins/CmdAddressData/DefaultMessageProperties.js +4 -4
@@ -1,14 +1,14 @@
|
|
1
|
-
import { defineComponent as Li, h as zt, resolveComponent as le, openBlock as l, createBlock as C, normalizeClass as _, createElementBlock as o, createCommentVNode as m, createElementVNode as h, toDisplayString as g, resolveDynamicComponent as Ht, withCtx as A, renderSlot as V, createTextVNode as z, resolveDirective as cn, normalizeProps as K, mergeProps as q, Fragment as
|
1
|
+
import { defineComponent as Li, h as zt, resolveComponent as le, openBlock as l, createBlock as C, normalizeClass as _, createElementBlock as o, createCommentVNode as m, createElementVNode as h, toDisplayString as g, resolveDynamicComponent as Ht, withCtx as A, renderSlot as V, createTextVNode as z, resolveDirective as cn, normalizeProps as K, mergeProps as q, Fragment as b, renderList as F, withDirectives as ne, Transition as ue, withModifiers as O, createVNode as x, TransitionGroup as bt, createApp as un, Teleport as dn, useCssVars as Di, vShow as ye, normalizeStyle as Oe, vModelDynamic as mn, vModelText as Ee, toHandlers as qt, onBeforeUpdate as hn } from "vue";
|
2
2
|
(function() {
|
3
|
-
const e = "on", i = "out", t = "body", a = "stop", n = "click", s = "apply", u = "target", d = "prototype", r = "Propagation", c = "setAttribute", f = "relatedTarget", p = "addEventListener",
|
3
|
+
const e = "on", i = "out", t = "body", a = "stop", n = "click", s = "apply", u = "target", d = "prototype", r = "Propagation", c = "setAttribute", f = "relatedTarget", p = "addEventListener", k = Symbol(i), y = Object, I = document, v = typeof TouchEvent < "u" ? TouchEvent : void 0, T = HTMLElement, M = T[d], j = Event[d], Q = [n, "dbl" + n, "mousedown", "mouseup", "touchstart", "touchend", "pointerdown", "pointerup"], w = new Set(Q), H = new Set(Q.map((S) => e + S + i)), D = (S, B) => !!B && S instanceof B, P = (S, B) => S.contains(B), G = (S, B) => {
|
4
4
|
for (let U of S)
|
5
5
|
B(U);
|
6
6
|
}, Z = (S) => {
|
7
|
-
D(S, T) && (S[
|
7
|
+
D(S, T) && (S[k] ? J(S) : G(w, (B) => {
|
8
8
|
let U = e + B + i, re = S.getAttribute(U);
|
9
9
|
re && !R(S)[U] && S[c](U, re);
|
10
10
|
}), G(S.childNodes, Z));
|
11
|
-
}, R = (S) => S[
|
11
|
+
}, R = (S) => S[k] = S[k] || {}, J = (S) => {
|
12
12
|
R(S), X.includes(S) || (X.push(S), fe = !0);
|
13
13
|
}, Y = (S, B) => P(B, S) ? 1 : P(S, B) ? -1 : 0, ae = (S) => {
|
14
14
|
fe && (X.sort(Y), fe = !1);
|
@@ -21,7 +21,7 @@ import { defineComponent as Li, h as zt, resolveComponent as le, openBlock as l,
|
|
21
21
|
S[s](B), H.has(e + U) && B[a].push(B[u]);
|
22
22
|
}, se = (S, B, U) => S[B] = U(S[B]);
|
23
23
|
function L(S) {
|
24
|
-
let B = this[
|
24
|
+
let B = this[k][e + S.type];
|
25
25
|
B && B[s](this, [S]);
|
26
26
|
}
|
27
27
|
let X = [], fe = !1, Ce = I.createElement(t);
|
@@ -29,9 +29,9 @@ import { defineComponent as Li, h as zt, resolveComponent as le, openBlock as l,
|
|
29
29
|
I[p](S, ae, { passive: !0, capture: !0 });
|
30
30
|
let B = e + S + i;
|
31
31
|
y.defineProperty(M, B, { get() {
|
32
|
-
return this[
|
32
|
+
return this[k][B];
|
33
33
|
}, set(U) {
|
34
|
-
this[p](S + i, L), this[
|
34
|
+
this[p](S + i, L), this[k][B] = typeof U == "object" ? U.handleEvent : U;
|
35
35
|
} });
|
36
36
|
}), se(M, p, (S) => function(...B) {
|
37
37
|
H.has(e + B[0]) && J(this), S[s](this, B);
|
@@ -607,15 +607,15 @@ function Un(e, i, t, a) {
|
|
607
607
|
} else
|
608
608
|
u = e.resources.slice(s).concat(e.resources.slice(0, s));
|
609
609
|
const d = Date.now();
|
610
|
-
let r = "pending", c = 0, f, p = null,
|
610
|
+
let r = "pending", c = 0, f, p = null, k = [], y = [];
|
611
611
|
typeof a == "function" && y.push(a);
|
612
612
|
function I() {
|
613
613
|
p && (clearTimeout(p), p = null);
|
614
614
|
}
|
615
615
|
function v() {
|
616
|
-
r === "pending" && (r = "aborted"), I(),
|
616
|
+
r === "pending" && (r = "aborted"), I(), k.forEach((D) => {
|
617
617
|
D.status === "pending" && (D.status = "aborted");
|
618
|
-
}),
|
618
|
+
}), k = [];
|
619
619
|
}
|
620
620
|
function T(D, P) {
|
621
621
|
P && (y = []), typeof D == "function" && y.push(D);
|
@@ -626,7 +626,7 @@ function Un(e, i, t, a) {
|
|
626
626
|
payload: i,
|
627
627
|
status: r,
|
628
628
|
queriesSent: c,
|
629
|
-
queriesPending:
|
629
|
+
queriesPending: k.length,
|
630
630
|
subscribe: T,
|
631
631
|
abort: v
|
632
632
|
};
|
@@ -637,13 +637,13 @@ function Un(e, i, t, a) {
|
|
637
637
|
});
|
638
638
|
}
|
639
639
|
function Q() {
|
640
|
-
|
640
|
+
k.forEach((D) => {
|
641
641
|
D.status === "pending" && (D.status = "aborted");
|
642
|
-
}),
|
642
|
+
}), k = [];
|
643
643
|
}
|
644
644
|
function w(D, P, G) {
|
645
645
|
const Z = P !== "success";
|
646
|
-
switch (
|
646
|
+
switch (k = k.filter((R) => R !== D), r) {
|
647
647
|
case "pending":
|
648
648
|
break;
|
649
649
|
case "failed":
|
@@ -658,7 +658,7 @@ function Un(e, i, t, a) {
|
|
658
658
|
return;
|
659
659
|
}
|
660
660
|
if (Z) {
|
661
|
-
f = G,
|
661
|
+
f = G, k.length || (u.length ? H() : j());
|
662
662
|
return;
|
663
663
|
}
|
664
664
|
if (I(), Q(), !e.random) {
|
@@ -675,7 +675,7 @@ function Un(e, i, t, a) {
|
|
675
675
|
I();
|
676
676
|
const D = u.shift();
|
677
677
|
if (D === void 0) {
|
678
|
-
if (
|
678
|
+
if (k.length) {
|
679
679
|
p = setTimeout(() => {
|
680
680
|
I(), r === "pending" && (Q(), j());
|
681
681
|
}, e.timeout);
|
@@ -691,7 +691,7 @@ function Un(e, i, t, a) {
|
|
691
691
|
w(P, G, Z);
|
692
692
|
}
|
693
693
|
};
|
694
|
-
|
694
|
+
k.push(P), c++, p = setTimeout(H, e.rotate), t(D, i, P.callback);
|
695
695
|
}
|
696
696
|
return setTimeout(H), M;
|
697
697
|
}
|
@@ -709,8 +709,8 @@ function qi(e) {
|
|
709
709
|
i,
|
710
710
|
d,
|
711
711
|
r,
|
712
|
-
(p,
|
713
|
-
a(), c && c(p,
|
712
|
+
(p, k) => {
|
713
|
+
a(), c && c(p, k);
|
714
714
|
}
|
715
715
|
);
|
716
716
|
return t.push(f), f;
|
@@ -924,8 +924,8 @@ function Xn(e, i) {
|
|
924
924
|
if (!f.length)
|
925
925
|
return;
|
926
926
|
const p = e.pendingIcons;
|
927
|
-
p && f.forEach((
|
928
|
-
p.delete(
|
927
|
+
p && f.forEach((k) => {
|
928
|
+
p.delete(k);
|
929
929
|
}), Yn(e, r);
|
930
930
|
} catch (f) {
|
931
931
|
console.error(f);
|
@@ -960,7 +960,7 @@ const $n = (e, i) => {
|
|
960
960
|
const p = n[c] || (n[c] = /* @__PURE__ */ Object.create(null));
|
961
961
|
p[f] || (p[f] = []);
|
962
962
|
}), a.pending.forEach((r) => {
|
963
|
-
const { provider: c, prefix: f, name: p } = r,
|
963
|
+
const { provider: c, prefix: f, name: p } = r, k = de(c, f), y = k.pendingIcons || (k.pendingIcons = /* @__PURE__ */ new Set());
|
964
964
|
y.has(p) || (y.add(p), n[c][f].push(p));
|
965
965
|
}), s.forEach((r) => {
|
966
966
|
const { provider: c, prefix: f } = r;
|
@@ -1108,10 +1108,10 @@ const ei = (e, i) => {
|
|
1108
1108
|
let v = 0, T = i.id;
|
1109
1109
|
return typeof T == "string" && (T = T.replace(/-/g, "_")), a.innerHTML = Mn(r.body, T ? () => T + "ID" + v++ : "iconifyVue"), zt("svg", a);
|
1110
1110
|
}
|
1111
|
-
const { body: f, width: p, height:
|
1111
|
+
const { body: f, width: p, height: k } = e, y = n === "mask" || (n === "bg" ? !1 : f.indexOf("currentColor") !== -1), I = ss(f, {
|
1112
1112
|
...c,
|
1113
1113
|
width: p + "",
|
1114
|
-
height:
|
1114
|
+
height: k + ""
|
1115
1115
|
});
|
1116
1116
|
return a.style = {
|
1117
1117
|
...s,
|
@@ -1356,10 +1356,10 @@ const W = /* @__PURE__ */ N(fs, [["render", ys]]), ie = {
|
|
1356
1356
|
"cmdaddressdata.labeltext.email": "Email:",
|
1357
1357
|
"cmdaddressdata.labeltext.website": "Web site:",
|
1358
1358
|
"cmdaddressdata.labeltext.custom": "Custom:",
|
1359
|
-
"cmdaddressdata.
|
1360
|
-
"cmdaddressdata.
|
1361
|
-
"cmdaddressdata.
|
1362
|
-
"cmdaddressdata.
|
1359
|
+
"cmdaddressdata.tooltip.open_address_on_google_maps:": "Open address on GoogleMaps\u2122 (in new tab)",
|
1360
|
+
"cmdaddressdata.tooltip.call_number": "Call number",
|
1361
|
+
"cmdaddressdata.tooltip.send_email": "Send email",
|
1362
|
+
"cmdaddressdata.tooltip.visit_website": "Visit web site (in new tab)"
|
1363
1363
|
}
|
1364
1364
|
};
|
1365
1365
|
}
|
@@ -1398,15 +1398,15 @@ const Cs = {
|
|
1398
1398
|
}
|
1399
1399
|
},
|
1400
1400
|
computed: {
|
1401
|
-
locateAddress() {
|
1402
|
-
return "https://www.google.com/maps/place/" + this.addressData.address.streetNo + ", " + this.addressData.address.zip + " " + this.addressData.address.city;
|
1403
|
-
},
|
1404
1401
|
websiteUrlText() {
|
1405
1402
|
var e;
|
1406
1403
|
return (e = this.addressData.website) == null ? void 0 : e.text.replace("https://", "");
|
1407
1404
|
}
|
1408
1405
|
},
|
1409
1406
|
methods: {
|
1407
|
+
locateAddress(e) {
|
1408
|
+
return "https://www.google.com/maps/place/" + e.streetNo + ", " + e.zip + " " + e.city;
|
1409
|
+
},
|
1410
1410
|
vCardClass(e) {
|
1411
1411
|
if (e.name === "company")
|
1412
1412
|
return "org";
|
@@ -1438,20 +1438,20 @@ const Cs = {
|
|
1438
1438
|
}, Fs = { class: "locality" }, zs = /* @__PURE__ */ h("br", null, null, -1), Hs = /* @__PURE__ */ h("br", null, null, -1), qs = {
|
1439
1439
|
key: 4,
|
1440
1440
|
class: "country-name"
|
1441
|
-
}, Rs = ["href", "target", "title"], Vs =
|
1441
|
+
}, Rs = ["href", "target", "title"], Vs = ["href", "title"], Es = { class: "street-address" }, Us = /* @__PURE__ */ h("br", null, null, -1), Gs = { class: "postal-code" }, Qs = { class: "locality" }, Zs = /* @__PURE__ */ h("br", null, null, -1), Ws = /* @__PURE__ */ h("br", null, null, -1), Js = {
|
1442
1442
|
key: 3,
|
1443
1443
|
class: "country-name"
|
1444
|
-
},
|
1444
|
+
}, Ys = { class: "street-address" }, Ks = /* @__PURE__ */ h("br", null, null, -1), Xs = { class: "postal-code" }, $s = { class: "locality" }, el = /* @__PURE__ */ h("br", null, null, -1), tl = /* @__PURE__ */ h("br", null, null, -1), il = {
|
1445
1445
|
key: 3,
|
1446
1446
|
class: "country-name"
|
1447
1447
|
};
|
1448
|
-
function
|
1448
|
+
function nl(e, i, t, a, n, s) {
|
1449
1449
|
const u = W, d = E, r = cn("telephone");
|
1450
1450
|
return l(), o("div", bs, [
|
1451
1451
|
t.cmdHeadline ? (l(), C(u, K(q({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
1452
1452
|
h("address", ks, [
|
1453
1453
|
t.showLabels && !t.showIconsOnly ? (l(), o("dl", vs, [
|
1454
|
-
(l(!0), o(
|
1454
|
+
(l(!0), o(b, null, F(t.addressData, (c, f) => (l(), o(b, { key: f }, [
|
1455
1455
|
h("dt", {
|
1456
1456
|
class: _({ address: c.name === "address" })
|
1457
1457
|
}, [
|
@@ -1476,41 +1476,41 @@ function sl(e, i, t, a, n, s) {
|
|
1476
1476
|
z(g(c.href), 1)
|
1477
1477
|
], 8, Is)), [
|
1478
1478
|
[r, c.href]
|
1479
|
-
]) : (l(), o(
|
1479
|
+
]) : (l(), o(b, { key: 1 }, [
|
1480
1480
|
z(g(c.data), 1)
|
1481
1481
|
], 64))
|
1482
1482
|
], 2)) : (l(), o("dd", xs, [
|
1483
1483
|
t.linkGoogleMaps ? (l(), o("a", {
|
1484
1484
|
key: 0,
|
1485
|
-
href: s.locateAddress,
|
1485
|
+
href: s.locateAddress(c),
|
1486
1486
|
target: "google-maps",
|
1487
1487
|
title: e.getMessage("cmdaddressdata.title.open_address_on_google_maps")
|
1488
1488
|
}, [
|
1489
|
-
c.streetNo ? (l(), o(
|
1489
|
+
c.streetNo ? (l(), o(b, { key: 0 }, [
|
1490
1490
|
h("span", Ss, g(c.streetNo), 1),
|
1491
1491
|
Ms
|
1492
1492
|
], 64)) : m("", !0),
|
1493
1493
|
c.zip ? (l(), o("span", Os, g(c.zip), 1)) : m("", !0),
|
1494
|
-
c.city ? (l(), o(
|
1494
|
+
c.city ? (l(), o(b, { key: 2 }, [
|
1495
1495
|
h("span", Ls, g(c.city), 1),
|
1496
1496
|
Ds
|
1497
1497
|
], 64)) : m("", !0),
|
1498
|
-
c.miscInfo ? (l(), o(
|
1498
|
+
c.miscInfo ? (l(), o(b, { key: 3 }, [
|
1499
1499
|
h("span", null, g(c.miscInfo), 1),
|
1500
1500
|
Ns
|
1501
1501
|
], 64)) : m("", !0),
|
1502
1502
|
c.country ? (l(), o("span", js, g(c.country), 1)) : m("", !0)
|
1503
|
-
], 8, Ts)) : (l(), o(
|
1504
|
-
c.streetNo ? (l(), o(
|
1503
|
+
], 8, Ts)) : (l(), o(b, { key: 1 }, [
|
1504
|
+
c.streetNo ? (l(), o(b, { key: 0 }, [
|
1505
1505
|
h("span", Bs, g(c.streetNo), 1),
|
1506
1506
|
Ps
|
1507
1507
|
], 64)) : m("", !0),
|
1508
1508
|
c.zip ? (l(), o("span", As, g(c.zip) + "\xA0", 1)) : m("", !0),
|
1509
|
-
c.city ? (l(), o(
|
1509
|
+
c.city ? (l(), o(b, { key: 2 }, [
|
1510
1510
|
h("span", Fs, g(c.city), 1),
|
1511
1511
|
zs
|
1512
1512
|
], 64)) : m("", !0),
|
1513
|
-
c.miscInfo ? (l(), o(
|
1513
|
+
c.miscInfo ? (l(), o(b, { key: 3 }, [
|
1514
1514
|
h("span", null, g(c.miscInfo), 1),
|
1515
1515
|
Hs
|
1516
1516
|
], 64)) : m("", !0),
|
@@ -1522,76 +1522,83 @@ function sl(e, i, t, a, n, s) {
|
|
1522
1522
|
key: 1,
|
1523
1523
|
class: _(["flex-container", { vertical: !t.showIconsOnly }])
|
1524
1524
|
}, [
|
1525
|
-
(l(!0), o(
|
1526
|
-
c.name
|
1527
|
-
|
1525
|
+
(l(!0), o(b, null, F(t.addressData, (c, f) => (l(), o(b, { key: f }, [
|
1526
|
+
c.href || c.name === "address" || !t.showIconsOnly ? (l(), o("li", {
|
1527
|
+
key: 0,
|
1528
|
+
class: _({ "no-flex": t.showIconsOnly })
|
1529
|
+
}, [
|
1530
|
+
c.href ? (l(), o("a", {
|
1528
1531
|
key: 0,
|
1529
|
-
|
1532
|
+
href: s.getHref(c),
|
1533
|
+
target: { _blank: c.name === "website" },
|
1534
|
+
title: c.tooltip
|
1530
1535
|
}, [
|
1531
|
-
|
1536
|
+
t.showIconsOnly ? (l(), o(b, { key: 0 }, [
|
1537
|
+
c.iconClass ? (l(), C(d, {
|
1538
|
+
key: 0,
|
1539
|
+
iconClass: c.iconClass,
|
1540
|
+
type: c.iconType
|
1541
|
+
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
1542
|
+
], 64)) : (l(), o(b, { key: 1 }, [
|
1543
|
+
z(g(c.href), 1)
|
1544
|
+
], 64))
|
1545
|
+
], 8, Rs)) : t.showIconsOnly ? m("", !0) : (l(), o(b, { key: 1 }, [
|
1546
|
+
z(g(c.data), 1)
|
1547
|
+
], 64)),
|
1548
|
+
c.name === "address" ? (l(), o(b, { key: 2 }, [
|
1549
|
+
t.linkGoogleMaps ? (l(), o("a", {
|
1532
1550
|
key: 0,
|
1533
|
-
href: s.
|
1534
|
-
target:
|
1551
|
+
href: s.locateAddress(c),
|
1552
|
+
target: "google-maps",
|
1535
1553
|
title: c.tooltip
|
1536
1554
|
}, [
|
1537
|
-
t.showIconsOnly ? (l(), o(
|
1555
|
+
t.showIconsOnly ? (l(), o(b, { key: 0 }, [
|
1538
1556
|
c.iconClass ? (l(), C(d, {
|
1539
1557
|
key: 0,
|
1540
1558
|
iconClass: c.iconClass,
|
1541
1559
|
type: c.iconType
|
1542
1560
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
1543
|
-
], 64)) : (l(), o(
|
1544
|
-
|
1561
|
+
], 64)) : (l(), o(b, { key: 1 }, [
|
1562
|
+
c.streetNo ? (l(), o(b, { key: 0 }, [
|
1563
|
+
h("span", Es, g(c.streetNo), 1),
|
1564
|
+
Us
|
1565
|
+
], 64)) : m("", !0),
|
1566
|
+
c.zip || c.city ? (l(), o(b, { key: 1 }, [
|
1567
|
+
h("span", Gs, g(c.zip) + "\xA0", 1),
|
1568
|
+
h("span", Qs, g(c.city), 1),
|
1569
|
+
Zs
|
1570
|
+
], 64)) : m("", !0),
|
1571
|
+
c.miscInfo ? (l(), o(b, { key: 2 }, [
|
1572
|
+
h("span", null, g(c.miscInfo), 1),
|
1573
|
+
Ws
|
1574
|
+
], 64)) : m("", !0),
|
1575
|
+
c.country ? (l(), o("span", Js, g(c.country), 1)) : m("", !0)
|
1545
1576
|
], 64))
|
1546
|
-
], 8,
|
1547
|
-
|
1577
|
+
], 8, Vs)) : (l(), o(b, { key: 1 }, [
|
1578
|
+
c.streetNo ? (l(), o(b, { key: 0 }, [
|
1579
|
+
h("span", Ys, g(c.streetNo), 1),
|
1580
|
+
Ks
|
1581
|
+
], 64)) : m("", !0),
|
1582
|
+
c.zip || c.city ? (l(), o(b, { key: 1 }, [
|
1583
|
+
h("span", Xs, g(c.zip) + "\xA0", 1),
|
1584
|
+
h("span", $s, g(c.city), 1),
|
1585
|
+
el
|
1586
|
+
], 64)) : m("", !0),
|
1587
|
+
c.miscInfo ? (l(), o(b, { key: 2 }, [
|
1588
|
+
h("span", null, g(c.miscInfo), 1),
|
1589
|
+
tl
|
1590
|
+
], 64)) : m("", !0),
|
1591
|
+
c.country ? (l(), o("span", il, g(c.country), 1)) : m("", !0)
|
1548
1592
|
], 64))
|
1549
|
-
],
|
1550
|
-
],
|
1551
|
-
t.linkGoogleMaps ? (l(), o("a", {
|
1552
|
-
key: 0,
|
1553
|
-
href: s.locateAddress,
|
1554
|
-
target: "google-maps",
|
1555
|
-
title: e.getMessage("cmdaddressdata.title.open_address_on_google_maps")
|
1556
|
-
}, [
|
1557
|
-
c.streetNo ? (l(), o(k, { key: 0 }, [
|
1558
|
-
h("span", Us, g(c.streetNo), 1),
|
1559
|
-
Gs
|
1560
|
-
], 64)) : m("", !0),
|
1561
|
-
c.zip || c.city ? (l(), o(k, { key: 1 }, [
|
1562
|
-
h("span", Qs, g(c.zip) + "\xA0", 1),
|
1563
|
-
h("span", Zs, g(c.city), 1),
|
1564
|
-
Ws
|
1565
|
-
], 64)) : m("", !0),
|
1566
|
-
c.miscInfo ? (l(), o(k, { key: 2 }, [
|
1567
|
-
h("span", null, g(c.miscInfo), 1),
|
1568
|
-
Js
|
1569
|
-
], 64)) : m("", !0),
|
1570
|
-
c.country ? (l(), o("span", Ys, g(c.country), 1)) : m("", !0)
|
1571
|
-
], 8, Es)) : (l(), o(k, { key: 1 }, [
|
1572
|
-
c.streetNo ? (l(), o(k, { key: 0 }, [
|
1573
|
-
h("span", Ks, g(c.streetNo), 1),
|
1574
|
-
Xs
|
1575
|
-
], 64)) : m("", !0),
|
1576
|
-
c.zip || c.city ? (l(), o(k, { key: 1 }, [
|
1577
|
-
h("span", $s, g(c.zip) + "\xA0", 1),
|
1578
|
-
h("span", el, g(c.city), 1),
|
1579
|
-
tl
|
1580
|
-
], 64)) : m("", !0),
|
1581
|
-
c.miscInfo ? (l(), o(k, { key: 2 }, [
|
1582
|
-
h("span", null, g(c.miscInfo), 1),
|
1583
|
-
il
|
1584
|
-
], 64)) : m("", !0),
|
1585
|
-
c.country ? (l(), o("span", nl, g(c.country), 1)) : m("", !0)
|
1586
|
-
], 64))
|
1587
|
-
])) : m("", !0)
|
1593
|
+
], 64)) : m("", !0)
|
1594
|
+
], 2)) : m("", !0)
|
1588
1595
|
], 64))), 128))
|
1589
1596
|
], 2))
|
1590
1597
|
])
|
1591
1598
|
]);
|
1592
1599
|
}
|
1593
|
-
const
|
1594
|
-
const
|
1600
|
+
const Dh = /* @__PURE__ */ N(Cs, [["render", nl]]);
|
1601
|
+
const sl = {
|
1595
1602
|
name: "CmdBackToTopButton",
|
1596
1603
|
data() {
|
1597
1604
|
return {
|
@@ -1631,8 +1638,8 @@ const ll = {
|
|
1631
1638
|
window.scrollTo({ top: 0, left: 0, behavior: "smooth" });
|
1632
1639
|
}
|
1633
1640
|
}
|
1634
|
-
},
|
1635
|
-
function
|
1641
|
+
}, ll = ["title"];
|
1642
|
+
function ol(e, i, t, a, n, s) {
|
1636
1643
|
const u = E;
|
1637
1644
|
return l(), C(ue, { name: "fade" }, {
|
1638
1645
|
default: A(() => [
|
@@ -1647,13 +1654,13 @@ function al(e, i, t, a, n, s) {
|
|
1647
1654
|
iconClass: t.iconBackToTop.iconClass,
|
1648
1655
|
type: t.iconBackToTop.iconType
|
1649
1656
|
}, null, 8, ["iconClass", "type"])
|
1650
|
-
], 8,
|
1657
|
+
], 8, ll)) : m("", !0)
|
1651
1658
|
]),
|
1652
1659
|
_: 1
|
1653
1660
|
});
|
1654
1661
|
}
|
1655
|
-
const
|
1656
|
-
const
|
1662
|
+
const Nh = /* @__PURE__ */ N(sl, [["render", ol]]);
|
1663
|
+
const al = {
|
1657
1664
|
name: "CmdBankAccountData",
|
1658
1665
|
props: {
|
1659
1666
|
accountData: {
|
@@ -1689,15 +1696,15 @@ const rl = {
|
|
1689
1696
|
navigator.clipboard.writeText(i), alert(i + " was copied to clipboard");
|
1690
1697
|
}
|
1691
1698
|
}
|
1692
|
-
},
|
1693
|
-
function
|
1699
|
+
}, rl = { class: "cmd-bank-account-data" }, cl = { key: 0 }, ul = ["onClick", "title"], dl = { key: 1 };
|
1700
|
+
function ml(e, i, t, a, n, s) {
|
1694
1701
|
const u = W, d = E;
|
1695
|
-
return l(), o("div",
|
1702
|
+
return l(), o("div", rl, [
|
1696
1703
|
t.cmdHeadline ? (l(), C(u, K(q({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
1697
1704
|
h("dl", null, [
|
1698
|
-
(l(!0), o(
|
1705
|
+
(l(!0), o(b, null, F(t.accountData, (r, c) => (l(), o(b, { key: c }, [
|
1699
1706
|
h("dt", null, g(r.text), 1),
|
1700
|
-
t.allowCopyByClick && r.allowCopy ? (l(), o("dd",
|
1707
|
+
t.allowCopyByClick && r.allowCopy ? (l(), o("dd", cl, [
|
1701
1708
|
h("span", null, g(r.value), 1),
|
1702
1709
|
h("a", {
|
1703
1710
|
href: "#",
|
@@ -1708,18 +1715,18 @@ function hl(e, i, t, a, n, s) {
|
|
1708
1715
|
iconClass: t.iconCopy.iconClass,
|
1709
1716
|
type: t.iconCopy.iconType
|
1710
1717
|
}, null, 8, ["iconClass", "type"])
|
1711
|
-
], 8,
|
1718
|
+
], 8, ul)
|
1712
1719
|
])) : (l(), o("dd", { key: c }, g(r.value), 1))
|
1713
1720
|
], 64))), 128))
|
1714
1721
|
]),
|
1715
|
-
t.additionalInformation ? (l(), o("p",
|
1722
|
+
t.additionalInformation ? (l(), o("p", dl, g(t.additionalInformation), 1)) : m("", !0)
|
1716
1723
|
]);
|
1717
1724
|
}
|
1718
|
-
const
|
1725
|
+
const jh = /* @__PURE__ */ N(al, [["render", ml]]);
|
1719
1726
|
function me(e) {
|
1720
1727
|
return e.path ? e.path : ((e.route == null || typeof e.route != "object" || !e.route.path && !e.route.name) && console.error("Error in router configuration. Expected object with 'path' or 'name', got", e.route), e.route);
|
1721
1728
|
}
|
1722
|
-
const
|
1729
|
+
const hl = {
|
1723
1730
|
data() {
|
1724
1731
|
return {
|
1725
1732
|
mediumMaxWidth: 1023,
|
@@ -1764,23 +1771,23 @@ const fl = {
|
|
1764
1771
|
this.currentWindowWidth = window.innerWidth;
|
1765
1772
|
}
|
1766
1773
|
}
|
1767
|
-
},
|
1768
|
-
function
|
1774
|
+
}, fl = { key: 0 }, gl = ["src", "alt", "title"], pl = { key: 1 };
|
1775
|
+
function yl(e, i, t, a, n, s) {
|
1769
1776
|
var u, d, r, c, f, p;
|
1770
1777
|
return l(), o("figure", {
|
1771
1778
|
class: _(["cmd-image", s.getTextAlign])
|
1772
1779
|
}, [
|
1773
|
-
((u = t.figcaption) == null ? void 0 : u.show) && ((d = t.figcaption) == null ? void 0 : d.position) === "top" ? (l(), o("figcaption",
|
1780
|
+
((u = t.figcaption) == null ? void 0 : u.show) && ((d = t.figcaption) == null ? void 0 : d.position) === "top" ? (l(), o("figcaption", fl, g((r = t.figcaption) == null ? void 0 : r.text), 1)) : m("", !0),
|
1774
1781
|
h("img", {
|
1775
1782
|
src: s.imageSource,
|
1776
1783
|
alt: t.image.alt,
|
1777
1784
|
title: t.image.tooltip
|
1778
|
-
}, null, 8,
|
1779
|
-
((c = t.figcaption) == null ? void 0 : c.show) && ((f = t.figcaption) == null ? void 0 : f.position) !== "top" ? (l(), o("figcaption",
|
1785
|
+
}, null, 8, gl),
|
1786
|
+
((c = t.figcaption) == null ? void 0 : c.show) && ((f = t.figcaption) == null ? void 0 : f.position) !== "top" ? (l(), o("figcaption", pl, g((p = t.figcaption) == null ? void 0 : p.text), 1)) : m("", !0)
|
1780
1787
|
], 2);
|
1781
1788
|
}
|
1782
|
-
const Ie = /* @__PURE__ */ N(
|
1783
|
-
const
|
1789
|
+
const Ie = /* @__PURE__ */ N(hl, [["render", yl]]);
|
1790
|
+
const _l = {
|
1784
1791
|
name: "CmdSlideButton",
|
1785
1792
|
props: {
|
1786
1793
|
slideButtonType: {
|
@@ -1816,8 +1823,8 @@ const Cl = {
|
|
1816
1823
|
return this.slideButtons[this.slideButtonType] ? this.slideButtons[this.slideButtonType] : (console.warn("Property 'slideButtonType' does not match slideButtons-key"), {});
|
1817
1824
|
}
|
1818
1825
|
}
|
1819
|
-
},
|
1820
|
-
function
|
1826
|
+
}, Cl = ["title"];
|
1827
|
+
function bl(e, i, t, a, n, s) {
|
1821
1828
|
const u = E;
|
1822
1829
|
return l(), o("a", {
|
1823
1830
|
href: "#",
|
@@ -1829,9 +1836,9 @@ function kl(e, i, t, a, n, s) {
|
|
1829
1836
|
x(u, {
|
1830
1837
|
iconClass: s.getDirection.iconClass || "next"
|
1831
1838
|
}, null, 8, ["iconClass"])
|
1832
|
-
], 10,
|
1839
|
+
], 10, Cl);
|
1833
1840
|
}
|
1834
|
-
const St = /* @__PURE__ */ N(
|
1841
|
+
const St = /* @__PURE__ */ N(_l, [["render", bl]]), kl = {
|
1835
1842
|
data() {
|
1836
1843
|
return {
|
1837
1844
|
defaultMessageProperties: {
|
@@ -1842,12 +1849,12 @@ const St = /* @__PURE__ */ N(Cl, [["render", kl]]), vl = {
|
|
1842
1849
|
};
|
1843
1850
|
}
|
1844
1851
|
};
|
1845
|
-
const
|
1852
|
+
const vl = {
|
1846
1853
|
name: "CmdThumbnailScroller",
|
1847
1854
|
emits: ["click"],
|
1848
1855
|
mixins: [
|
1849
1856
|
ie,
|
1850
|
-
|
1857
|
+
kl
|
1851
1858
|
],
|
1852
1859
|
data() {
|
1853
1860
|
return {
|
@@ -1859,6 +1866,10 @@ const wl = {
|
|
1859
1866
|
type: Boolean,
|
1860
1867
|
default: !1
|
1861
1868
|
},
|
1869
|
+
largeIcons: {
|
1870
|
+
type: Boolean,
|
1871
|
+
default: !1
|
1872
|
+
},
|
1862
1873
|
contentType: {
|
1863
1874
|
type: String,
|
1864
1875
|
default: "image"
|
@@ -1928,7 +1939,7 @@ const wl = {
|
|
1928
1939
|
this.allowOpenFancyBox && Mt({ fancyBoxGallery: this.items, defaultGalleryIndex: e }), this.emitCurrentItemId(e);
|
1929
1940
|
},
|
1930
1941
|
emitCurrentItemId(e) {
|
1931
|
-
|
1942
|
+
this.$emit("click", this.items[e].id);
|
1932
1943
|
},
|
1933
1944
|
executeLink(e, i) {
|
1934
1945
|
this.executeOnClick === "emit" ? (i.preventDefault(), this.emitCurrentItemId(e)) : this.executeOnClick === "fancybox" && (i.preventDefault(), this.showFancyBox(e));
|
@@ -1945,11 +1956,11 @@ const wl = {
|
|
1945
1956
|
immediate: !0
|
1946
1957
|
}
|
1947
1958
|
}
|
1948
|
-
},
|
1949
|
-
function
|
1959
|
+
}, wl = ["href", "onClick", "title", "target"];
|
1960
|
+
function Il(e, i, t, a, n, s) {
|
1950
1961
|
const u = St, d = Ie, r = E;
|
1951
1962
|
return l(), o("div", {
|
1952
|
-
class: _(["cmd-thumbnail-scroller", { "gallery-scroller": !t.allowOpenFancyBox, "full-width": t.fullWidth }])
|
1963
|
+
class: _(["cmd-thumbnail-scroller", { "gallery-scroller": !t.allowOpenFancyBox, "full-width": t.fullWidth, "large-icons": t.largeIcons }])
|
1953
1964
|
}, [
|
1954
1965
|
x(u, {
|
1955
1966
|
onClick: O(s.showPrevItem, ["prevent"]),
|
@@ -1960,7 +1971,7 @@ function xl(e, i, t, a, n, s) {
|
|
1960
1971
|
tag: "ul"
|
1961
1972
|
}, {
|
1962
1973
|
default: A(() => [
|
1963
|
-
(l(!0), o(
|
1974
|
+
(l(!0), o(b, null, F(n.items, (c, f) => (l(), o("li", {
|
1964
1975
|
key: f,
|
1965
1976
|
class: _({ active: t.activeItemIndex === f })
|
1966
1977
|
}, [
|
@@ -1974,17 +1985,17 @@ function xl(e, i, t, a, n, s) {
|
|
1974
1985
|
key: 0,
|
1975
1986
|
image: c.image,
|
1976
1987
|
figcaption: c.figcaption
|
1977
|
-
}, null, 8, ["image", "figcaption"])) : (l(), o(
|
1988
|
+
}, null, 8, ["image", "figcaption"])) : (l(), o(b, { key: 1 }, [
|
1978
1989
|
c.iconClass ? (l(), C(r, {
|
1979
1990
|
key: 0,
|
1980
1991
|
iconClass: c.iconClass,
|
1981
1992
|
type: c.iconType
|
1982
1993
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
1983
|
-
c.text ? (l(), o(
|
1994
|
+
c.text ? (l(), o(b, { key: 1 }, [
|
1984
1995
|
z(g(c.text), 1)
|
1985
1996
|
], 64)) : m("", !0)
|
1986
1997
|
], 64))
|
1987
|
-
], 8,
|
1998
|
+
], 8, wl)
|
1988
1999
|
], 2))), 128))
|
1989
2000
|
]),
|
1990
2001
|
_: 1
|
@@ -1995,16 +2006,16 @@ function xl(e, i, t, a, n, s) {
|
|
1995
2006
|
}, null, 8, ["onClick", "slideButtons"])
|
1996
2007
|
], 2);
|
1997
2008
|
}
|
1998
|
-
const
|
1999
|
-
function
|
2009
|
+
const xl = /* @__PURE__ */ N(vl, [["render", Il]]);
|
2010
|
+
function Tl() {
|
2000
2011
|
let e = new Date().getTime();
|
2001
2012
|
return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function(i) {
|
2002
2013
|
const t = (e + Math.random() * 16) % 16 | 0;
|
2003
2014
|
return e = Math.floor(e / 16), (i === "x" ? t : t & 3 | 8).toString(16);
|
2004
2015
|
});
|
2005
2016
|
}
|
2006
|
-
function
|
2007
|
-
return "cmd-" +
|
2017
|
+
function Sl() {
|
2018
|
+
return "cmd-" + Tl();
|
2008
2019
|
}
|
2009
2020
|
const xe = {
|
2010
2021
|
props: {
|
@@ -2015,7 +2026,7 @@ const xe = {
|
|
2015
2026
|
},
|
2016
2027
|
computed: {
|
2017
2028
|
htmlId() {
|
2018
|
-
return this.id ||
|
2029
|
+
return this.id || Sl();
|
2019
2030
|
}
|
2020
2031
|
},
|
2021
2032
|
methods: {
|
@@ -2179,7 +2190,7 @@ const Mt = (e) => {
|
|
2179
2190
|
}));
|
2180
2191
|
},
|
2181
2192
|
async loadContent(e) {
|
2182
|
-
(await
|
2193
|
+
(await Ml(e)).startsWith("image/") ? this.fancyBoxImageUrl = e : fetch(e).then((t) => t.text()).then((t) => this.fancyBoxContent = t).catch((t) => console.error(`Error loading ${this.url}: ${t}`));
|
2183
2194
|
},
|
2184
2195
|
showPrevItem() {
|
2185
2196
|
this.index > 0 ? this.index-- : this.index = this.fancyBoxGallery.length - 1;
|
@@ -2215,46 +2226,46 @@ const Mt = (e) => {
|
|
2215
2226
|
}
|
2216
2227
|
}
|
2217
2228
|
});
|
2218
|
-
async function
|
2229
|
+
async function Ml(e) {
|
2219
2230
|
const i = await fetch(e, { method: "HEAD" });
|
2220
2231
|
return i.ok ? (i.headers.get("Content-Type") || "").split(";")[0] : "text/html";
|
2221
2232
|
}
|
2222
|
-
const
|
2233
|
+
const Ol = Wi, Ll = ["aria-label"], Dl = { class: "flex-container" }, Nl = {
|
2223
2234
|
key: 1,
|
2224
2235
|
class: "button-wrapper no-flex"
|
2225
|
-
},
|
2236
|
+
}, jl = ["title"], Bl = ["title"], Pl = ["title"], Al = {
|
2226
2237
|
key: 0,
|
2227
2238
|
class: "content"
|
2228
|
-
},
|
2239
|
+
}, Fl = ["innerHTML"], zl = {
|
2229
2240
|
key: 2,
|
2230
2241
|
class: "content"
|
2231
|
-
},
|
2242
|
+
}, Hl = {
|
2232
2243
|
key: 3,
|
2233
2244
|
class: "content"
|
2234
|
-
},
|
2245
|
+
}, ql = {
|
2235
2246
|
key: 4,
|
2236
2247
|
class: "content"
|
2237
|
-
},
|
2248
|
+
}, Rl = {
|
2238
2249
|
key: 0,
|
2239
2250
|
class: "flex-container no-flex"
|
2240
|
-
},
|
2241
|
-
function
|
2242
|
-
var p,
|
2243
|
-
const u = W, d = E, r = Ie, c = St, f =
|
2251
|
+
}, Vl = ["title"], El = { key: 1 }, Ul = ["title"], Gl = { key: 1 };
|
2252
|
+
function Ql(e, i, t, a, n, s) {
|
2253
|
+
var p, k, y, I, v, T, M, j, Q, w, H, D, P, G, Z, R, J, Y, ae, te, se, L, X, fe, Ce, S, B, U, re;
|
2254
|
+
const u = W, d = E, r = Ie, c = St, f = xl;
|
2244
2255
|
return l(), C(dn, { to: "body" }, [
|
2245
2256
|
h("dialog", {
|
2246
2257
|
ref: "dialog",
|
2247
2258
|
class: _(["cmd-fancybox", { "show-overlay": e.showOverlay, image: e.fancyBoxImageUrl || e.fancyBoxGallery, "image-gallery": e.fancyBoxGallery }]),
|
2248
2259
|
"aria-label": e.ariaLabelText
|
2249
2260
|
}, [
|
2250
|
-
h("header",
|
2261
|
+
h("header", Dl, [
|
2251
2262
|
(p = e.cmdHeadline) != null && p.show ? (l(), C(u, {
|
2252
2263
|
key: 0,
|
2253
|
-
headlineText: (
|
2264
|
+
headlineText: (k = e.cmdHeadline) == null ? void 0 : k.headlineText,
|
2254
2265
|
headlineLevel: (y = e.cmdHeadline) == null ? void 0 : y.headlineLevel,
|
2255
2266
|
id: e.htmlId
|
2256
2267
|
}, null, 8, ["headlineText", "headlineLevel", "id"])) : m("", !0),
|
2257
|
-
((I = e.fancyboxOptions.printButtons) == null ? void 0 : I.color) || ((v = e.fancyboxOptions.printButtons) == null ? void 0 : v.grayscale) || e.fancyboxOptions.closeIcon ? (l(), o("div",
|
2268
|
+
((I = e.fancyboxOptions.printButtons) == null ? void 0 : I.color) || ((v = e.fancyboxOptions.printButtons) == null ? void 0 : v.grayscale) || e.fancyboxOptions.closeIcon ? (l(), o("div", Nl, [
|
2258
2269
|
e.showPrintButtons && ((T = e.fancyboxOptions.printButtons) == null ? void 0 : T.color) ? (l(), o("a", {
|
2259
2270
|
key: 0,
|
2260
2271
|
href: "#",
|
@@ -2266,7 +2277,7 @@ function Zl(e, i, t, a, n, s) {
|
|
2266
2277
|
iconClass: (j = e.fancyboxOptions.printButtons.color) == null ? void 0 : j.iconClass,
|
2267
2278
|
type: (Q = e.fancyboxOptions.printButtons.color) == null ? void 0 : Q.iconType
|
2268
2279
|
}, null, 8, ["iconClass", "type"])
|
2269
|
-
], 8,
|
2280
|
+
], 8, jl)) : m("", !0),
|
2270
2281
|
e.showPrintButtons && ((w = e.fancyboxOptions.printButtons) == null ? void 0 : w.grayscale) ? (l(), o("a", {
|
2271
2282
|
key: 1,
|
2272
2283
|
href: "#",
|
@@ -2278,7 +2289,7 @@ function Zl(e, i, t, a, n, s) {
|
|
2278
2289
|
iconClass: (D = e.fancyboxOptions.printButtons.grayscale) == null ? void 0 : D.iconClass,
|
2279
2290
|
type: (P = e.fancyboxOptions.printButtons.grayscale) == null ? void 0 : P.iconType
|
2280
2291
|
}, null, 8, ["iconClass", "type"])
|
2281
|
-
], 8,
|
2292
|
+
], 8, Bl)) : m("", !0),
|
2282
2293
|
e.fancyboxOptions.closeIcon ? (l(), o("a", {
|
2283
2294
|
key: 2,
|
2284
2295
|
href: "#",
|
@@ -2292,13 +2303,13 @@ function Zl(e, i, t, a, n, s) {
|
|
2292
2303
|
iconClass: e.fancyboxOptions.closeIcon.iconClass,
|
2293
2304
|
type: e.fancyboxOptions.closeIcon.iconType
|
2294
2305
|
}, null, 8, ["iconClass", "type"])
|
2295
|
-
], 8,
|
2306
|
+
], 8, Pl)) : m("", !0)
|
2296
2307
|
])) : m("", !0)
|
2297
2308
|
]),
|
2298
2309
|
h("div", {
|
2299
2310
|
class: _(["outer-content-wrapper", { grayscale: e.printInGrayscale }])
|
2300
2311
|
}, [
|
2301
|
-
e.fancyBoxImageUrl || ((G = e.cmdImage) == null ? void 0 : G.image) ? (l(), o("div",
|
2312
|
+
e.fancyBoxImageUrl || ((G = e.cmdImage) == null ? void 0 : G.image) ? (l(), o("div", Al, [
|
2302
2313
|
x(r, {
|
2303
2314
|
image: e.largeSingleImage,
|
2304
2315
|
figcaption: (Z = e.cmdImage) == null ? void 0 : Z.figcaption
|
@@ -2307,7 +2318,7 @@ function Zl(e, i, t, a, n, s) {
|
|
2307
2318
|
key: 1,
|
2308
2319
|
class: "content",
|
2309
2320
|
innerHTML: e.fancyBoxContent
|
2310
|
-
}, null, 8,
|
2321
|
+
}, null, 8, Fl)) : e.fancyBoxElements ? (l(), o("div", zl)) : e.fancyBoxGallery ? (l(), o("div", Hl, [
|
2311
2322
|
x(c, {
|
2312
2323
|
onClick: O(e.showPrevItem, ["prevent"]),
|
2313
2324
|
slideButtonType: "prev"
|
@@ -2319,11 +2330,11 @@ function Zl(e, i, t, a, n, s) {
|
|
2319
2330
|
x(c, {
|
2320
2331
|
onClick: O(e.showNextItem, ["prevent"])
|
2321
2332
|
}, null, 8, ["onClick"])
|
2322
|
-
])) : (l(), o("div",
|
2333
|
+
])) : (l(), o("div", ql, [
|
2323
2334
|
V(e.$slots, "default")
|
2324
2335
|
]))
|
2325
2336
|
], 2),
|
2326
|
-
e.showSubmitButtons && e.fancyboxOptions.submitButtons ? (l(), o("footer",
|
2337
|
+
e.showSubmitButtons && e.fancyboxOptions.submitButtons ? (l(), o("footer", Rl, [
|
2327
2338
|
(R = e.fancyboxOptions.submitButtons) != null && R.cancel ? (l(), o("button", {
|
2328
2339
|
key: 0,
|
2329
2340
|
onClick: i[3] || (i[3] = (...ce) => e.cancel && e.cancel(...ce)),
|
@@ -2334,8 +2345,8 @@ function Zl(e, i, t, a, n, s) {
|
|
2334
2345
|
iconClass: (ae = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : ae.iconClass,
|
2335
2346
|
type: (te = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : te.iconType
|
2336
2347
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
2337
|
-
(se = e.fancyboxOptions.submitButtons.cancel) != null && se.buttonText ? (l(), o("span",
|
2338
|
-
], 8,
|
2348
|
+
(se = e.fancyboxOptions.submitButtons.cancel) != null && se.buttonText ? (l(), o("span", El, g((L = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : L.buttonText), 1)) : m("", !0)
|
2349
|
+
], 8, Vl)) : m("", !0),
|
2339
2350
|
(X = e.fancyboxOptions.submitButtons) != null && X.confirm ? (l(), o("button", {
|
2340
2351
|
key: 1,
|
2341
2352
|
onClick: i[4] || (i[4] = (...ce) => e.confirm && e.confirm(...ce)),
|
@@ -2346,8 +2357,8 @@ function Zl(e, i, t, a, n, s) {
|
|
2346
2357
|
iconClass: (S = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : S.iconClass,
|
2347
2358
|
type: (B = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : B.iconType
|
2348
2359
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
2349
|
-
(U = e.fancyboxOptions.submitButtons.confirm) != null && U.buttonText ? (l(), o("span",
|
2350
|
-
], 8,
|
2360
|
+
(U = e.fancyboxOptions.submitButtons.confirm) != null && U.buttonText ? (l(), o("span", Gl, g((re = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : re.buttonText), 1)) : m("", !0)
|
2361
|
+
], 8, Ul)) : m("", !0)
|
2351
2362
|
])) : m("", !0),
|
2352
2363
|
e.fancyBoxGallery ? (l(), C(f, {
|
2353
2364
|
key: 1,
|
@@ -2356,11 +2367,11 @@ function Zl(e, i, t, a, n, s) {
|
|
2356
2367
|
onClick: e.showItem,
|
2357
2368
|
imgIndex: e.index
|
2358
2369
|
}, null, 8, ["thumbnailScrollerItems", "onClick", "imgIndex"])) : m("", !0)
|
2359
|
-
], 10,
|
2370
|
+
], 10, Ll)
|
2360
2371
|
]);
|
2361
2372
|
}
|
2362
|
-
const
|
2363
|
-
const
|
2373
|
+
const Bh = /* @__PURE__ */ N(Ol, [["render", Ql]]);
|
2374
|
+
const Zl = {
|
2364
2375
|
name: "CmdListOfLinks",
|
2365
2376
|
props: {
|
2366
2377
|
sectionAnchors: {
|
@@ -2408,8 +2419,8 @@ const Wl = {
|
|
2408
2419
|
e.fancybox && (i.preventDefault(), Mt({ url: e.path }));
|
2409
2420
|
}
|
2410
2421
|
}
|
2411
|
-
},
|
2412
|
-
function
|
2422
|
+
}, Wl = ["href", "target", "onClick", "title"], Jl = { key: 1 }, Yl = { key: 1 };
|
2423
|
+
function Kl(e, i, t, a, n, s) {
|
2413
2424
|
const u = W, d = E, r = le("router-link");
|
2414
2425
|
return l(), o("div", {
|
2415
2426
|
class: _(["cmd-list-of-links", { box: t.styleAsBox, horizontal: t.orientation === "horizontal", "section-anchors": t.sectionAnchors, "large-icons": t.largeIcons }])
|
@@ -2418,7 +2429,7 @@ function Xl(e, i, t, a, n, s) {
|
|
2418
2429
|
h("ul", {
|
2419
2430
|
class: _(["flex-container", { "no-gap": !t.useGap }, "align-" + t.align])
|
2420
2431
|
}, [
|
2421
|
-
(l(!0), o(
|
2432
|
+
(l(!0), o(b, null, F(t.links, (c, f) => (l(), o("li", {
|
2422
2433
|
key: f,
|
2423
2434
|
class: _({ active: t.sectionAnchors && t.activeSection === f })
|
2424
2435
|
}, [
|
@@ -2434,8 +2445,8 @@ function Xl(e, i, t, a, n, s) {
|
|
2434
2445
|
iconClass: c.iconClass,
|
2435
2446
|
type: c.iconType
|
2436
2447
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
2437
|
-
c.text ? (l(), o("span",
|
2438
|
-
], 8,
|
2448
|
+
c.text ? (l(), o("span", Jl, g(c.text), 1)) : m("", !0)
|
2449
|
+
], 8, Wl)) : c.type === "router" ? (l(), C(r, {
|
2439
2450
|
key: 1,
|
2440
2451
|
to: s.getRoute(c),
|
2441
2452
|
title: c.tooltip
|
@@ -2446,7 +2457,7 @@ function Xl(e, i, t, a, n, s) {
|
|
2446
2457
|
iconClass: c.iconClass,
|
2447
2458
|
type: c.iconType
|
2448
2459
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
2449
|
-
c.text ? (l(), o("span",
|
2460
|
+
c.text ? (l(), o("span", Yl, g(c.text), 1)) : m("", !0)
|
2450
2461
|
]),
|
2451
2462
|
_: 2
|
2452
2463
|
}, 1032, ["to", "title"])) : m("", !0)
|
@@ -2454,7 +2465,7 @@ function Xl(e, i, t, a, n, s) {
|
|
2454
2465
|
], 2)
|
2455
2466
|
], 2);
|
2456
2467
|
}
|
2457
|
-
const
|
2468
|
+
const Xl = /* @__PURE__ */ N(Zl, [["render", Kl]]), $l = {
|
2458
2469
|
data() {
|
2459
2470
|
return {
|
2460
2471
|
defaultMessageProperties: {
|
@@ -2465,7 +2476,7 @@ const $l = /* @__PURE__ */ N(Wl, [["render", Xl]]), eo = {
|
|
2465
2476
|
}
|
2466
2477
|
};
|
2467
2478
|
}
|
2468
|
-
},
|
2479
|
+
}, eo = {
|
2469
2480
|
props: {
|
2470
2481
|
globalCurrency: {
|
2471
2482
|
type: Object,
|
@@ -2482,8 +2493,8 @@ const Ot = {
|
|
2482
2493
|
name: "CmdBox",
|
2483
2494
|
mixins: [
|
2484
2495
|
ie,
|
2485
|
-
|
2486
|
-
|
2496
|
+
$l,
|
2497
|
+
eo
|
2487
2498
|
],
|
2488
2499
|
emits: ["click", "toggle-collapse"],
|
2489
2500
|
data() {
|
@@ -2618,31 +2629,31 @@ const Ot = {
|
|
2618
2629
|
}));
|
2619
2630
|
}, ii = Ot.setup;
|
2620
2631
|
Ot.setup = ii ? (e, i) => (ti(), ii(e, i)) : ti;
|
2621
|
-
const
|
2632
|
+
const to = Ot, io = ["title"], no = {
|
2622
2633
|
key: 0,
|
2623
2634
|
class: "box-header"
|
2624
|
-
},
|
2635
|
+
}, so = ["src", "alt"], lo = { class: "text-wrapper" }, oo = { key: 1 }, ao = {
|
2625
2636
|
key: 3,
|
2626
2637
|
class: "box-footer"
|
2627
|
-
},
|
2638
|
+
}, ro = { class: "box-header flex-container vertical" }, co = { key: 0 }, uo = ["src", "alt"], mo = { key: 1 }, ho = {
|
2628
2639
|
key: 2,
|
2629
2640
|
class: "ribbon-new"
|
2630
|
-
},
|
2641
|
+
}, fo = {
|
2631
2642
|
key: 3,
|
2632
2643
|
class: "ribbon-discount"
|
2633
|
-
},
|
2644
|
+
}, go = { class: "box-body" }, po = { key: 0 }, yo = {
|
2634
2645
|
key: 1,
|
2635
2646
|
class: "price"
|
2636
|
-
},
|
2647
|
+
}, _o = ["title"], Co = { key: 2 }, bo = { class: "box-header flex-container vertical" }, ko = { key: 0 }, vo = ["src", "alt"], wo = { key: 0 }, Io = { key: 1 }, xo = ["title"], To = { key: 0 }, So = { class: "box-body" }, Mo = { key: 0 }, Oo = { key: 1 }, Lo = { key: 2 }, Do = {
|
2637
2648
|
key: 3,
|
2638
2649
|
class: "description"
|
2639
|
-
},
|
2650
|
+
}, No = { class: "tags" }, jo = {
|
2640
2651
|
key: 0,
|
2641
2652
|
class: "box-footer"
|
2642
2653
|
};
|
2643
|
-
function
|
2644
|
-
var c, f, p,
|
2645
|
-
const u = W, d = E, r =
|
2654
|
+
function Bo(e, i, t, a, n, s) {
|
2655
|
+
var c, f, p, k, y, I, v, T, M;
|
2656
|
+
const u = W, d = E, r = Xl;
|
2646
2657
|
return t.boxType === "content" ? (l(), o("div", {
|
2647
2658
|
key: 0,
|
2648
2659
|
class: _([
|
@@ -2668,8 +2679,8 @@ function Po(e, i, t, a, n, s) {
|
|
2668
2679
|
iconClass: n.open ? t.iconOpen.iconClass : t.iconClosed.iconClass,
|
2669
2680
|
type: n.open ? t.iconOpen.iconType : t.iconClosed.iconType
|
2670
2681
|
}, null, 8, ["iconClass", "type"])
|
2671
|
-
], 8,
|
2672
|
-
((p = t.useSlots) == null ? void 0 : p.includes("header")) || ((
|
2682
|
+
], 8, io)) : (l(), o(b, { key: 1 }, [
|
2683
|
+
((p = t.useSlots) == null ? void 0 : p.includes("header")) || ((k = t.cmdHeadline) == null ? void 0 : k.headlineText) ? (l(), o("div", no, [
|
2673
2684
|
(y = t.useSlots) != null && y.includes("header") ? V(e.$slots, "header", { key: 0 }) : m("", !0),
|
2674
2685
|
(I = t.cmdHeadline) != null && I.headlineText ? (l(), C(u, K(q({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0)
|
2675
2686
|
])) : m("", !0)
|
@@ -2698,19 +2709,19 @@ function Po(e, i, t, a, n, s) {
|
|
2698
2709
|
]),
|
2699
2710
|
_: 1
|
2700
2711
|
}, 8, ["name"])
|
2701
|
-
]) : (l(), o(
|
2712
|
+
]) : (l(), o(b, { key: 1 }, [
|
2702
2713
|
t.image ? (l(), o("img", {
|
2703
2714
|
key: 0,
|
2704
2715
|
src: t.image.src,
|
2705
2716
|
alt: t.image.altText
|
2706
|
-
}, null, 8,
|
2707
|
-
h("div",
|
2717
|
+
}, null, 8, so)) : m("", !0),
|
2718
|
+
h("div", lo, [
|
2708
2719
|
((T = t.cmdHeadline) == null ? void 0 : T.headlineText) && t.repeatHeadlineInBoxBody ? (l(), C(u, K(q({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
2709
|
-
t.textBody ? (l(), o("p",
|
2720
|
+
t.textBody ? (l(), o("p", oo, g(t.textBody), 1)) : m("", !0)
|
2710
2721
|
])
|
2711
2722
|
], 64))
|
2712
2723
|
], 2)) : m("", !0),
|
2713
|
-
(M = t.useSlots) != null && M.includes("footer") ? (l(), o("div",
|
2724
|
+
(M = t.useSlots) != null && M.includes("footer") ? (l(), o("div", ao, [
|
2714
2725
|
V(e.$slots, "footer")
|
2715
2726
|
])) : m("", !0)
|
2716
2727
|
], 2)) : t.boxType === "product" && t.product ? (l(), o("a", {
|
@@ -2719,30 +2730,30 @@ function Po(e, i, t, a, n, s) {
|
|
2719
2730
|
href: "#",
|
2720
2731
|
onClick: i[2] || (i[2] = O((j) => s.clickOnProduct(t.product), ["prevent"]))
|
2721
2732
|
}, [
|
2722
|
-
h("div",
|
2723
|
-
t.product.image !== void 0 ? (l(), o("figure",
|
2733
|
+
h("div", ro, [
|
2734
|
+
t.product.image !== void 0 ? (l(), o("figure", co, [
|
2724
2735
|
h("img", {
|
2725
2736
|
src: t.product.image.src,
|
2726
2737
|
alt: t.product.image.alt
|
2727
|
-
}, null, 8,
|
2738
|
+
}, null, 8, uo),
|
2728
2739
|
h("figcaption", null, g(t.product.name), 1)
|
2729
|
-
])) : (l(), o("p",
|
2730
|
-
t.product.new ? (l(), o("div",
|
2740
|
+
])) : (l(), o("p", mo, g(t.product.name), 1)),
|
2741
|
+
t.product.new ? (l(), o("div", ho, [
|
2731
2742
|
h("span", null, g(e.getMessage("cmdbox.productbox.new")), 1)
|
2732
2743
|
])) : m("", !0),
|
2733
|
-
t.product.discount ? (l(), o("div",
|
2744
|
+
t.product.discount ? (l(), o("div", fo, [
|
2734
2745
|
h("span", null, g(t.product.discount), 1)
|
2735
2746
|
])) : m("", !0)
|
2736
2747
|
]),
|
2737
|
-
h("div",
|
2738
|
-
t.product.articleNumber ? (l(), o("p",
|
2739
|
-
t.product.price ? (l(), o("p",
|
2748
|
+
h("div", go, [
|
2749
|
+
t.product.articleNumber ? (l(), o("p", po, g(e.getMessage("cmdbox.productbox.article_no")) + " " + g(t.product.articleNumber), 1)) : m("", !0),
|
2750
|
+
t.product.price ? (l(), o("p", yo, [
|
2740
2751
|
h("span", null, g(t.product.price), 1),
|
2741
2752
|
h("span", {
|
2742
2753
|
title: e.globalCurrency.name
|
2743
|
-
}, g(e.globalCurrency.symbol), 9,
|
2754
|
+
}, g(e.globalCurrency.symbol), 9, _o)
|
2744
2755
|
])) : m("", !0),
|
2745
|
-
t.product.description ? (l(), o("p",
|
2756
|
+
t.product.description ? (l(), o("p", Co, g(t.product.description), 1)) : m("", !0)
|
2746
2757
|
])
|
2747
2758
|
], 2)) : t.boxType === "user" && t.user ? (l(), o("div", {
|
2748
2759
|
key: 2,
|
@@ -2756,34 +2767,34 @@ function Po(e, i, t, a, n, s) {
|
|
2756
2767
|
}
|
2757
2768
|
])
|
2758
2769
|
}, [
|
2759
|
-
h("div",
|
2760
|
-
t.user.image ? (l(), o("figure",
|
2770
|
+
h("div", bo, [
|
2771
|
+
t.user.image ? (l(), o("figure", ko, [
|
2761
2772
|
h("img", {
|
2762
2773
|
src: t.user.image.src,
|
2763
2774
|
alt: t.user.image.alt
|
2764
|
-
}, null, 8,
|
2775
|
+
}, null, 8, vo),
|
2765
2776
|
h("figcaption", null, [
|
2766
2777
|
z(g(t.user.name) + " ", 1),
|
2767
|
-
t.user.age ? (l(), o("span",
|
2778
|
+
t.user.age ? (l(), o("span", wo, ", " + g(t.user.age), 1)) : m("", !0)
|
2768
2779
|
])
|
2769
|
-
])) : (l(), o("div",
|
2780
|
+
])) : (l(), o("div", Io, [
|
2770
2781
|
h("span", {
|
2771
2782
|
class: _(t.defaultProfileIconClass),
|
2772
2783
|
title: t.user.name
|
2773
|
-
}, null, 10,
|
2774
|
-
t.rowView ? m("", !0) : (l(), o("p",
|
2784
|
+
}, null, 10, xo),
|
2785
|
+
t.rowView ? m("", !0) : (l(), o("p", To, g(t.user.name), 1))
|
2775
2786
|
]))
|
2776
2787
|
]),
|
2777
|
-
h("div",
|
2778
|
-
t.rowView ? (l(), o("p",
|
2779
|
-
t.user.profession ? (l(), o("p",
|
2780
|
-
t.user.position ? (l(), o("p",
|
2781
|
-
t.user.description ? (l(), o("p",
|
2788
|
+
h("div", So, [
|
2789
|
+
t.rowView ? (l(), o("p", Mo, g(t.user.name), 1)) : m("", !0),
|
2790
|
+
t.user.profession ? (l(), o("p", Oo, g(t.user.profession), 1)) : m("", !0),
|
2791
|
+
t.user.position ? (l(), o("p", Lo, g(t.user.position), 1)) : m("", !0),
|
2792
|
+
t.user.description ? (l(), o("p", Do, g(t.user.description), 1)) : m("", !0)
|
2782
2793
|
]),
|
2783
|
-
h("ul",
|
2784
|
-
(l(!0), o(
|
2794
|
+
h("ul", No, [
|
2795
|
+
(l(!0), o(b, null, F(t.user.tags, (j, Q) => (l(), o("li", { key: Q }, g(j), 1))), 128))
|
2785
2796
|
]),
|
2786
|
-
t.user.links ? (l(), o("div",
|
2797
|
+
t.user.links ? (l(), o("div", jo, [
|
2787
2798
|
x(r, {
|
2788
2799
|
links: t.user.links,
|
2789
2800
|
orientation: "horizontal",
|
@@ -2792,7 +2803,7 @@ function Po(e, i, t, a, n, s) {
|
|
2792
2803
|
])) : m("", !0)
|
2793
2804
|
], 2)) : m("", !0);
|
2794
2805
|
}
|
2795
|
-
const
|
2806
|
+
const Po = /* @__PURE__ */ N(to, [["render", Bo]]);
|
2796
2807
|
const Lt = {
|
2797
2808
|
name: "CmdBoxWrapper",
|
2798
2809
|
data() {
|
@@ -2911,16 +2922,16 @@ const Lt = {
|
|
2911
2922
|
}));
|
2912
2923
|
}, si = Lt.setup;
|
2913
2924
|
Lt.setup = si ? (e, i) => (ni(), si(e, i)) : ni;
|
2914
|
-
const
|
2925
|
+
const Ao = Lt, Fo = { class: "cmd-box-wrapper" }, zo = { class: "flex-container headline-wrapper" }, Ho = {
|
2915
2926
|
key: 1,
|
2916
2927
|
class: "options-wrapper"
|
2917
|
-
},
|
2918
|
-
function
|
2928
|
+
}, qo = ["title"], Ro = ["title"];
|
2929
|
+
function Vo(e, i, t, a, n, s) {
|
2919
2930
|
const u = W, d = E;
|
2920
|
-
return l(), o("div",
|
2921
|
-
h("div",
|
2931
|
+
return l(), o("div", Fo, [
|
2932
|
+
h("div", zo, [
|
2922
2933
|
t.cmdHeadline.headlineText ? (l(), C(u, K(q({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
2923
|
-
t.allowUserToToggleOrientation || t.allowTogglingCollapsingBoxes ? (l(), o("div",
|
2934
|
+
t.allowUserToToggleOrientation || t.allowTogglingCollapsingBoxes ? (l(), o("div", Ho, [
|
2924
2935
|
t.allowTogglingCollapsingBoxes ? (l(), o("a", {
|
2925
2936
|
key: 0,
|
2926
2937
|
href: "#",
|
@@ -2931,7 +2942,7 @@ function Eo(e, i, t, a, n, s) {
|
|
2931
2942
|
iconClass: n.collapsingBoxesOpen ? t.expandBoxesIcon.iconClass : t.collapseBoxesIcon.iconClass,
|
2932
2943
|
type: n.rowView ? t.iconGridView.iconType : t.iconRowView.iconType
|
2933
2944
|
}, null, 8, ["iconClass", "type"])
|
2934
|
-
], 8,
|
2945
|
+
], 8, qo)) : m("", !0),
|
2935
2946
|
t.allowUserToToggleOrientation ? (l(), o("a", {
|
2936
2947
|
key: 1,
|
2937
2948
|
href: "#",
|
@@ -2942,7 +2953,7 @@ function Eo(e, i, t, a, n, s) {
|
|
2942
2953
|
iconClass: n.rowView ? t.iconGridView.iconClass : t.iconRowView.iconClass,
|
2943
2954
|
type: n.rowView ? t.iconGridView.iconType : t.iconRowView.iconType
|
2944
2955
|
}, null, 8, ["iconClass", "type"])
|
2945
|
-
], 8,
|
2956
|
+
], 8, Ro)) : m("", !0)
|
2946
2957
|
])) : m("", !0)
|
2947
2958
|
]),
|
2948
2959
|
h("div", {
|
@@ -2957,8 +2968,8 @@ function Eo(e, i, t, a, n, s) {
|
|
2957
2968
|
], 2)
|
2958
2969
|
]);
|
2959
2970
|
}
|
2960
|
-
const
|
2961
|
-
const
|
2971
|
+
const Ph = /* @__PURE__ */ N(Ao, [["render", Vo]]);
|
2972
|
+
const Eo = {
|
2962
2973
|
name: "CmdBreadcrumbs",
|
2963
2974
|
props: {
|
2964
2975
|
breadcrumbLabel: {
|
@@ -2979,12 +2990,12 @@ const Uo = {
|
|
2979
2990
|
return me(e);
|
2980
2991
|
}
|
2981
2992
|
}
|
2982
|
-
},
|
2983
|
-
function
|
2993
|
+
}, Uo = { class: "cmd-breadcrumbs" }, Go = { key: 0 }, Qo = ["href"], Zo = { key: 1 }, Wo = { key: 1 }, Jo = { key: 2 }, Yo = { key: 1 }, Ko = { key: 3 };
|
2994
|
+
function Xo(e, i, t, a, n, s) {
|
2984
2995
|
const u = E, d = le("router-link");
|
2985
|
-
return l(), o("ul",
|
2986
|
-
t.breadcrumbLabel ? (l(), o("li",
|
2987
|
-
(l(!0), o(
|
2996
|
+
return l(), o("ul", Uo, [
|
2997
|
+
t.breadcrumbLabel ? (l(), o("li", Go, g(t.breadcrumbLabel), 1)) : m("", !0),
|
2998
|
+
(l(!0), o(b, null, F(t.breadcrumbLinks || [], (r, c) => (l(), o("li", { key: c }, [
|
2988
2999
|
r.type === "href" ? (l(), o("a", {
|
2989
3000
|
key: 0,
|
2990
3001
|
href: r.path
|
@@ -2994,8 +3005,8 @@ function $o(e, i, t, a, n, s) {
|
|
2994
3005
|
iconClass: r.iconClass,
|
2995
3006
|
type: r.iconType
|
2996
3007
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
2997
|
-
r.text ? (l(), o("span",
|
2998
|
-
], 8,
|
3008
|
+
r.text ? (l(), o("span", Zo, g(r.text), 1)) : m("", !0)
|
3009
|
+
], 8, Qo)) : r.type === "router" ? (l(), C(d, {
|
2999
3010
|
key: 1,
|
3000
3011
|
to: s.getRoute(r)
|
3001
3012
|
}, {
|
@@ -3005,23 +3016,23 @@ function $o(e, i, t, a, n, s) {
|
|
3005
3016
|
iconClass: r.iconClass,
|
3006
3017
|
type: r.iconType
|
3007
3018
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
3008
|
-
r.text ? (l(), o("span",
|
3019
|
+
r.text ? (l(), o("span", Wo, g(r.text), 1)) : m("", !0)
|
3009
3020
|
]),
|
3010
3021
|
_: 2
|
3011
|
-
}, 1032, ["to"])) : (l(), o("span",
|
3022
|
+
}, 1032, ["to"])) : (l(), o("span", Jo, [
|
3012
3023
|
r.iconClass ? (l(), C(u, {
|
3013
3024
|
key: 0,
|
3014
3025
|
iconClass: r.iconClass,
|
3015
3026
|
type: r.iconType
|
3016
3027
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
3017
|
-
r.text ? (l(), o("span",
|
3028
|
+
r.text ? (l(), o("span", Yo, g(r.text), 1)) : m("", !0)
|
3018
3029
|
])),
|
3019
|
-
c < t.breadcrumbLinks.length - 1 ? (l(), o("span",
|
3030
|
+
c < t.breadcrumbLinks.length - 1 ? (l(), o("span", Ko, g(t.breadcrumbSeparator), 1)) : m("", !0)
|
3020
3031
|
]))), 128))
|
3021
3032
|
]);
|
3022
3033
|
}
|
3023
|
-
const
|
3024
|
-
const
|
3034
|
+
const Ah = /* @__PURE__ */ N(Eo, [["render", Xo]]);
|
3035
|
+
const $o = {
|
3025
3036
|
name: "CmdCompanyLogo",
|
3026
3037
|
data() {
|
3027
3038
|
return {
|
@@ -3083,11 +3094,11 @@ const ea = {
|
|
3083
3094
|
document.querySelector("html").classList.contains("light-mode") ? this.prefersColorScheme = "light" : document.querySelector("html").classList.contains("dark-mode") ? this.prefersColorScheme = "dark" : matchMedia("(prefers-color-scheme: light)").matches ? this.prefersColorScheme = "light" : this.prefersColorScheme = "dark";
|
3084
3095
|
}
|
3085
3096
|
}
|
3086
|
-
},
|
3087
|
-
function
|
3088
|
-
var r, c, f, p,
|
3097
|
+
}, ea = { class: "cmd-company-logo" }, ta = ["href", "title"];
|
3098
|
+
function ia(e, i, t, a, n, s) {
|
3099
|
+
var r, c, f, p, k, y;
|
3089
3100
|
const u = Ie, d = le("router-link");
|
3090
|
-
return l(), o("div",
|
3101
|
+
return l(), o("div", ea, [
|
3091
3102
|
((r = t.link) == null ? void 0 : r.type) === "router" ? (l(), C(d, {
|
3092
3103
|
key: 0,
|
3093
3104
|
to: (c = t.link) == null ? void 0 : c.path,
|
@@ -3099,18 +3110,18 @@ function na(e, i, t, a, n, s) {
|
|
3099
3110
|
_: 1
|
3100
3111
|
}, 8, ["to", "title"])) : ((p = t.link) == null ? void 0 : p.type) === "href" ? (l(), o("a", {
|
3101
3112
|
key: 1,
|
3102
|
-
href: (
|
3113
|
+
href: (k = t.link) == null ? void 0 : k.path,
|
3103
3114
|
title: (y = t.link) == null ? void 0 : y.tooltip
|
3104
3115
|
}, [
|
3105
3116
|
x(u, { image: s.image }, null, 8, ["image"])
|
3106
|
-
], 8,
|
3117
|
+
], 8, ta)) : (l(), C(u, {
|
3107
3118
|
key: 2,
|
3108
3119
|
image: s.image
|
3109
3120
|
}, null, 8, ["image"]))
|
3110
3121
|
]);
|
3111
3122
|
}
|
3112
|
-
const
|
3113
|
-
const
|
3123
|
+
const na = /* @__PURE__ */ N($o, [["render", ia]]);
|
3124
|
+
const sa = {
|
3114
3125
|
name: "CmdTooltip",
|
3115
3126
|
data() {
|
3116
3127
|
return {
|
@@ -3188,18 +3199,18 @@ const la = {
|
|
3188
3199
|
});
|
3189
3200
|
}
|
3190
3201
|
}
|
3191
|
-
},
|
3202
|
+
}, la = {
|
3192
3203
|
key: 0,
|
3193
3204
|
class: "headline-wrapper"
|
3194
|
-
},
|
3195
|
-
function
|
3205
|
+
}, oa = ["title"];
|
3206
|
+
function aa(e, i, t, a, n, s) {
|
3196
3207
|
const u = W, d = E;
|
3197
3208
|
return n.tooltipVisibility ? (l(), o("div", {
|
3198
3209
|
key: 0,
|
3199
3210
|
class: _(["cmd-tooltip", t.status]),
|
3200
3211
|
ref: "tooltip"
|
3201
3212
|
}, [
|
3202
|
-
t.cmdHeadline || t.iconClose.show ? (l(), o("div",
|
3213
|
+
t.cmdHeadline || t.iconClose.show ? (l(), o("div", la, [
|
3203
3214
|
t.cmdHeadline ? (l(), C(u, {
|
3204
3215
|
key: 0,
|
3205
3216
|
iconClass: t.cmdHeadline.iconClass,
|
@@ -3217,14 +3228,14 @@ function ra(e, i, t, a, n, s) {
|
|
3217
3228
|
iconClass: t.iconClose.iconClass,
|
3218
3229
|
type: t.iconClose.iconType
|
3219
3230
|
}, null, 8, ["iconClass", "type"])
|
3220
|
-
], 8,
|
3231
|
+
], 8, oa)) : m("", !0)
|
3221
3232
|
])) : m("", !0),
|
3222
3233
|
V(e.$slots, "default", {}, () => [
|
3223
3234
|
z(g(t.tooltipText), 1)
|
3224
3235
|
])
|
3225
3236
|
], 2)) : m("", !0);
|
3226
3237
|
}
|
3227
|
-
const
|
3238
|
+
const ra = /* @__PURE__ */ N(sa, [["render", aa]]), ca = {
|
3228
3239
|
data() {
|
3229
3240
|
return {
|
3230
3241
|
defaultMessageProperties: {
|
@@ -3234,11 +3245,11 @@ const ca = /* @__PURE__ */ N(la, [["render", ra]]), ua = {
|
|
3234
3245
|
};
|
3235
3246
|
}
|
3236
3247
|
};
|
3237
|
-
const
|
3248
|
+
const ua = {
|
3238
3249
|
name: "CmdListOfRequirements",
|
3239
3250
|
mixins: [
|
3240
3251
|
ie,
|
3241
|
-
|
3252
|
+
ca
|
3242
3253
|
],
|
3243
3254
|
props: {
|
3244
3255
|
inputModelValue: {
|
@@ -3297,26 +3308,26 @@ const da = {
|
|
3297
3308
|
return this.inputRequirements.length > 1 ? this.getMessage("cmdlistofrequirements.headline.requirements_for_input") : this.getMessage("cmdlistofrequirements.headline.requirement_for_input");
|
3298
3309
|
}
|
3299
3310
|
}
|
3300
|
-
},
|
3301
|
-
function
|
3311
|
+
}, da = { class: "cmd-list-of-requirements" }, ma = /* @__PURE__ */ h("br", null, null, -1), ha = /* @__PURE__ */ h("hr", null, null, -1), fa = ["href", "target"], ga = { key: 1 };
|
3312
|
+
function pa(e, i, t, a, n, s) {
|
3302
3313
|
var r, c, f;
|
3303
3314
|
const u = W, d = E;
|
3304
|
-
return l(), o("div",
|
3315
|
+
return l(), o("div", da, [
|
3305
3316
|
t.showHeadline ? (l(), C(u, {
|
3306
3317
|
key: 0,
|
3307
3318
|
"headline-level": t.cmdHeadline.headlineLevel
|
3308
3319
|
}, {
|
3309
3320
|
default: A(() => [
|
3310
3321
|
z(g(s.headlineRequirements), 1),
|
3311
|
-
t.labelText ? (l(), o(
|
3312
|
-
|
3322
|
+
t.labelText ? (l(), o(b, { key: 0 }, [
|
3323
|
+
ma,
|
3313
3324
|
h("em", null, g(t.labelText), 1)
|
3314
3325
|
], 64)) : m("", !0)
|
3315
3326
|
]),
|
3316
3327
|
_: 1
|
3317
3328
|
}, 8, ["headline-level"])) : m("", !0),
|
3318
3329
|
h("dl", null, [
|
3319
|
-
(l(!0), o(
|
3330
|
+
(l(!0), o(b, null, F(t.inputRequirements, (p, k) => (l(), o(b, { key: k }, [
|
3320
3331
|
h("dt", {
|
3321
3332
|
"aria-live": "assertive",
|
3322
3333
|
class: _(p.valid(t.inputModelValue, t.inputAttributes) ? "success" : "error")
|
@@ -3333,8 +3344,8 @@ function ya(e, i, t, a, n, s) {
|
|
3333
3344
|
], 2)
|
3334
3345
|
], 64))), 128))
|
3335
3346
|
]),
|
3336
|
-
t.helplink && t.helplink.show ? (l(), o(
|
3337
|
-
|
3347
|
+
t.helplink && t.helplink.show ? (l(), o(b, { key: 1 }, [
|
3348
|
+
ha,
|
3338
3349
|
t.helplink.url ? (l(), o("a", {
|
3339
3350
|
key: 0,
|
3340
3351
|
href: t.helplink.url,
|
@@ -3347,12 +3358,12 @@ function ya(e, i, t, a, n, s) {
|
|
3347
3358
|
class: _((c = t.helplink.icon) == null ? void 0 : c.iconClass),
|
3348
3359
|
title: (f = t.helplink.icon) == null ? void 0 : f.tooltip
|
3349
3360
|
}, null, 8, ["class", "title"])) : m("", !0),
|
3350
|
-
t.helplink.text ? (l(), o("span",
|
3351
|
-
], 8,
|
3361
|
+
t.helplink.text ? (l(), o("span", ga, g(t.helplink.text), 1)) : m("", !0)
|
3362
|
+
], 8, fa)) : m("", !0)
|
3352
3363
|
], 64)) : m("", !0)
|
3353
3364
|
]);
|
3354
3365
|
}
|
3355
|
-
const
|
3366
|
+
const ya = /* @__PURE__ */ N(ua, [["render", pa]]), _a = {
|
3356
3367
|
name: "CmdTooltipForInputElements",
|
3357
3368
|
props: {
|
3358
3369
|
relatedId: {
|
@@ -3385,8 +3396,8 @@ const _a = /* @__PURE__ */ N(da, [["render", ya]]), Ca = {
|
|
3385
3396
|
}
|
3386
3397
|
}
|
3387
3398
|
};
|
3388
|
-
function
|
3389
|
-
const u =
|
3399
|
+
function Ca(e, i, t, a, n, s) {
|
3400
|
+
const u = ya, d = ra;
|
3390
3401
|
return l(), C(d, {
|
3391
3402
|
ref: "tooltip",
|
3392
3403
|
class: _(["box", t.validationStatus]),
|
@@ -3408,7 +3419,7 @@ function ba(e, i, t, a, n, s) {
|
|
3408
3419
|
_: 1
|
3409
3420
|
}, 8, ["class", "relatedId"]);
|
3410
3421
|
}
|
3411
|
-
const Dt = /* @__PURE__ */ N(
|
3422
|
+
const Dt = /* @__PURE__ */ N(_a, [["render", Ca]]), ba = {
|
3412
3423
|
data() {
|
3413
3424
|
return {
|
3414
3425
|
defaultMessageProperties: {
|
@@ -3421,7 +3432,7 @@ const Dt = /* @__PURE__ */ N(Ca, [["render", ba]]), ka = {
|
|
3421
3432
|
}
|
3422
3433
|
};
|
3423
3434
|
}
|
3424
|
-
},
|
3435
|
+
}, ka = {
|
3425
3436
|
data() {
|
3426
3437
|
return {
|
3427
3438
|
fieldValidationDefaultMessageProperties: {
|
@@ -3444,7 +3455,7 @@ const Dt = /* @__PURE__ */ N(Ca, [["render", ba]]), ka = {
|
|
3444
3455
|
},
|
3445
3456
|
mixins: [
|
3446
3457
|
ie,
|
3447
|
-
|
3458
|
+
ka
|
3448
3459
|
],
|
3449
3460
|
props: {
|
3450
3461
|
validationMessage: {
|
@@ -3620,7 +3631,7 @@ const Dt = /* @__PURE__ */ N(Ca, [["render", ba]]), ka = {
|
|
3620
3631
|
}
|
3621
3632
|
}
|
3622
3633
|
}, Qe = {};
|
3623
|
-
function
|
3634
|
+
function va(e = "defaultSequence") {
|
3624
3635
|
const i = Qe[e] || 0;
|
3625
3636
|
return Qe[e] = i + 1, Qe[e];
|
3626
3637
|
}
|
@@ -3628,7 +3639,7 @@ const jt = {
|
|
3628
3639
|
data() {
|
3629
3640
|
return {
|
3630
3641
|
tooltip: !1,
|
3631
|
-
tooltipId: "tooltip-" +
|
3642
|
+
tooltipId: "tooltip-" + va()
|
3632
3643
|
};
|
3633
3644
|
},
|
3634
3645
|
props: {
|
@@ -3642,12 +3653,12 @@ const jt = {
|
|
3642
3653
|
}
|
3643
3654
|
}
|
3644
3655
|
};
|
3645
|
-
const
|
3656
|
+
const wa = ["color", "date", "datetime-local", "file", "number", "range"], Ia = {
|
3646
3657
|
inheritAttrs: !1,
|
3647
3658
|
name: "CmdFormElement",
|
3648
3659
|
mixins: [
|
3649
3660
|
ie,
|
3650
|
-
|
3661
|
+
ba,
|
3651
3662
|
Nt,
|
3652
3663
|
xe,
|
3653
3664
|
jt
|
@@ -3895,7 +3906,7 @@ const Ia = ["color", "date", "datetime-local", "file", "number", "range"], xa =
|
|
3895
3906
|
return this.$refs.label;
|
3896
3907
|
},
|
3897
3908
|
getMaxLength() {
|
3898
|
-
return this.$attrs.element === "textarea" ? this.$attrs.maxlength > 0 ? this.$attrs.maxlength : 5e3 :
|
3909
|
+
return this.$attrs.element === "textarea" ? this.$attrs.maxlength > 0 ? this.$attrs.maxlength : 5e3 : wa.includes(this.$attrs.type) ? null : this.$attrs.maxlength > 0 ? this.$attrs.maxlength : 255;
|
3899
3910
|
},
|
3900
3911
|
validateInput(e) {
|
3901
3912
|
var t;
|
@@ -3942,21 +3953,21 @@ const Ia = ["color", "date", "datetime-local", "file", "number", "range"], xa =
|
|
3942
3953
|
immediate: !0
|
3943
3954
|
}
|
3944
3955
|
}
|
3945
|
-
},
|
3956
|
+
}, xa = ["for", "title"], Ta = {
|
3946
3957
|
key: 0,
|
3947
3958
|
class: "label-text"
|
3948
|
-
},
|
3959
|
+
}, Sa = { key: 2 }, Ma = ["title", "aria-errormessage", "id"], Oa = {
|
3949
3960
|
key: 1,
|
3950
3961
|
class: "flex-container"
|
3951
|
-
},
|
3962
|
+
}, La = ["id", "autocomplete", "list", "value", "maxlength"], Da = ["title"], Na = ["id"], ja = ["value"], Ba = ["checked", "value", "id", "disabled", "aria-invalid"], Pa = { key: 2 }, Aa = { class: "switch-label-wrapper" }, Fa = ["checked", "value", "id", "disabled", "aria-invalid"], za = { class: "label-text" }, Ha = { class: "label-text" }, qa = {
|
3952
3963
|
key: 0,
|
3953
3964
|
class: "label-text"
|
3954
|
-
},
|
3965
|
+
}, Ra = { key: 0 }, Va = ["id"], Ea = ["value", "selected"], Ua = ["id", "value", "maxlength"], Ga = { key: 6 }, Qa = {
|
3955
3966
|
key: 7,
|
3956
3967
|
class: "search-field-wrapper flex-container no-gap"
|
3957
|
-
},
|
3958
|
-
function
|
3959
|
-
var r, c, f, p,
|
3968
|
+
}, Za = ["id", "maxlength", "value"], Wa = ["title"], Ja = ["title"], Ya = { key: 1 };
|
3969
|
+
function Ka(e, i, t, a, n, s) {
|
3970
|
+
var r, c, f, p, k, y, I, v, T, M, j, Q, w, H, D, P, G, Z, R, J, Y, ae, te, se;
|
3960
3971
|
const u = Dt, d = E;
|
3961
3972
|
return t.element === "input" || t.element === "select" || t.element === "textarea" ? (l(), o("label", {
|
3962
3973
|
key: 0,
|
@@ -3979,12 +3990,12 @@ function Xa(e, i, t, a, n, s) {
|
|
3979
3990
|
title: e.$attrs.title,
|
3980
3991
|
ref: "label"
|
3981
3992
|
}, [
|
3982
|
-
(t.labelText || e.$slots.labeltext) && e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" ? ne((l(), o("span",
|
3993
|
+
(t.labelText || e.$slots.labeltext) && e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" ? ne((l(), o("span", Ta, [
|
3983
3994
|
h("span", null, [
|
3984
|
-
t.labelText ? (l(), o(
|
3995
|
+
t.labelText ? (l(), o(b, { key: 0 }, [
|
3985
3996
|
z(g(t.labelText), 1)
|
3986
3997
|
], 64)) : V(e.$slots, "labeltext", { key: 1 }),
|
3987
|
-
e.$attrs.required ? (l(), o("sup",
|
3998
|
+
e.$attrs.required ? (l(), o("sup", Sa, "*")) : m("", !0)
|
3988
3999
|
]),
|
3989
4000
|
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), C(u, {
|
3990
4001
|
key: 0,
|
@@ -4006,11 +4017,11 @@ function Xa(e, i, t, a, n, s) {
|
|
4006
4017
|
id: e.tooltipId
|
4007
4018
|
}, [
|
4008
4019
|
x(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
4009
|
-
], 8,
|
4020
|
+
], 8, Ma)) : m("", !0)
|
4010
4021
|
], 512)), [
|
4011
4022
|
[ye, t.showLabel]
|
4012
4023
|
]) : m("", !0),
|
4013
|
-
e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" ? (l(), o("span",
|
4024
|
+
e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" ? (l(), o("span", Oa, [
|
4014
4025
|
t.fieldIconClass ? (l(), C(d, {
|
4015
4026
|
key: 0,
|
4016
4027
|
class: "place-inside",
|
@@ -4030,7 +4041,7 @@ function Xa(e, i, t, a, n, s) {
|
|
4030
4041
|
value: t.modelValue,
|
4031
4042
|
maxlength: s.getMaxLength(),
|
4032
4043
|
ref: "input"
|
4033
|
-
}), null, 16,
|
4044
|
+
}), null, 16, La)) : m("", !0),
|
4034
4045
|
e.$attrs.type === "password" ? (l(), o("a", {
|
4035
4046
|
key: 2,
|
4036
4047
|
href: "#",
|
@@ -4045,19 +4056,19 @@ function Xa(e, i, t, a, n, s) {
|
|
4045
4056
|
x(d, {
|
4046
4057
|
iconClass: t.iconPasswordVisible.iconClass
|
4047
4058
|
}, null, 8, ["iconClass"])
|
4048
|
-
], 40,
|
4059
|
+
], 40, Da)) : m("", !0)
|
4049
4060
|
])) : m("", !0),
|
4050
4061
|
t.datalist && t.datalist.options.length ? (l(), o("datalist", {
|
4051
4062
|
key: 2,
|
4052
4063
|
id: t.datalist.id
|
4053
4064
|
}, [
|
4054
|
-
(l(!0), o(
|
4065
|
+
(l(!0), o(b, null, F(t.datalist.options, (L, X) => (l(), o("option", {
|
4055
4066
|
key: X,
|
4056
4067
|
value: L
|
4057
|
-
}, null, 8,
|
4058
|
-
], 8,
|
4059
|
-
t.onLabel && t.offLabel ? t.onLabel && t.offLabel ? (l(), o(
|
4060
|
-
h("span",
|
4068
|
+
}, null, 8, ja))), 128))
|
4069
|
+
], 8, Na)) : t.element === "input" && (e.$attrs.type === "checkbox" || e.$attrs.type === "radio") ? (l(), o(b, { key: 3 }, [
|
4070
|
+
t.onLabel && t.offLabel ? t.onLabel && t.offLabel ? (l(), o(b, { key: 1 }, [
|
4071
|
+
h("span", Aa, [
|
4061
4072
|
h("input", q(s.elementAttributes, {
|
4062
4073
|
onChange: i[13] || (i[13] = (...L) => s.onChange && s.onChange(...L)),
|
4063
4074
|
onBlur: i[14] || (i[14] = (...L) => s.onBlur && s.onBlur(...L)),
|
@@ -4067,17 +4078,17 @@ function Xa(e, i, t, a, n, s) {
|
|
4067
4078
|
id: e.htmlId,
|
4068
4079
|
disabled: e.$attrs.disabled,
|
4069
4080
|
"aria-invalid": e.validationStatus === "error"
|
4070
|
-
}), null, 16,
|
4071
|
-
h("span",
|
4072
|
-
h("span",
|
4081
|
+
}), null, 16, Fa),
|
4082
|
+
h("span", za, g(t.onLabel), 1),
|
4083
|
+
h("span", Ha, g(t.offLabel), 1)
|
4073
4084
|
]),
|
4074
|
-
t.labelText ? (l(), o("span",
|
4085
|
+
t.labelText ? (l(), o("span", qa, [
|
4075
4086
|
h("span", null, [
|
4076
4087
|
z(g(t.labelText), 1),
|
4077
|
-
e.$attrs.required ? (l(), o("sup",
|
4088
|
+
e.$attrs.required ? (l(), o("sup", Ra, "*")) : m("", !0)
|
4078
4089
|
])
|
4079
4090
|
])) : m("", !0)
|
4080
|
-
], 64)) : V(e.$slots, "default", { key: 2 }) : (l(), o(
|
4091
|
+
], 64)) : V(e.$slots, "default", { key: 2 }) : (l(), o(b, { key: 0 }, [
|
4081
4092
|
h("input", q(s.elementAttributes, {
|
4082
4093
|
onChange: i[11] || (i[11] = (...L) => s.onChange && s.onChange(...L)),
|
4083
4094
|
onBlur: i[12] || (i[12] = (...L) => s.onBlur && s.onBlur(...L)),
|
@@ -4087,16 +4098,16 @@ function Xa(e, i, t, a, n, s) {
|
|
4087
4098
|
id: e.htmlId,
|
4088
4099
|
disabled: e.$attrs.disabled,
|
4089
4100
|
"aria-invalid": e.validationStatus === "error"
|
4090
|
-
}), null, 16,
|
4101
|
+
}), null, 16, Ba),
|
4091
4102
|
t.labelText || e.$slots.labeltext ? (l(), o("span", {
|
4092
4103
|
key: 0,
|
4093
4104
|
class: _(["label-text", { hidden: !t.showLabel }])
|
4094
4105
|
}, [
|
4095
4106
|
h("span", null, [
|
4096
|
-
t.labelText ? (l(), o(
|
4107
|
+
t.labelText ? (l(), o(b, { key: 0 }, [
|
4097
4108
|
z(g(t.labelText), 1)
|
4098
4109
|
], 64)) : V(e.$slots, "labeltext", { key: 1 }),
|
4099
|
-
e.$attrs.required ? (l(), o("sup",
|
4110
|
+
e.$attrs.required ? (l(), o("sup", Pa, "*")) : m("", !0)
|
4100
4111
|
])
|
4101
4112
|
], 2)) : m("", !0)
|
4102
4113
|
], 64))
|
@@ -4106,12 +4117,12 @@ function Xa(e, i, t, a, n, s) {
|
|
4106
4117
|
onBlur: i[15] || (i[15] = (...L) => s.onBlur && s.onBlur(...L)),
|
4107
4118
|
onChange: i[16] || (i[16] = (L) => e.$emit("update:modelValue", L.target.value))
|
4108
4119
|
}), [
|
4109
|
-
(l(!0), o(
|
4120
|
+
(l(!0), o(b, null, F(t.selectOptions, (L, X) => (l(), o("option", {
|
4110
4121
|
key: X,
|
4111
4122
|
value: L.value,
|
4112
4123
|
selected: L.value === t.modelValue
|
4113
|
-
}, g(L.text), 9,
|
4114
|
-
], 16,
|
4124
|
+
}, g(L.text), 9, Ea))), 128))
|
4125
|
+
], 16, Va)) : m("", !0),
|
4115
4126
|
t.element === "textarea" ? (l(), o("textarea", q({ key: 5 }, s.elementAttributes, {
|
4116
4127
|
id: e.htmlId,
|
4117
4128
|
value: t.modelValue,
|
@@ -4120,14 +4131,14 @@ function Xa(e, i, t, a, n, s) {
|
|
4120
4131
|
onFocus: i[18] || (i[18] = (L) => e.tooltip = !0),
|
4121
4132
|
onBlur: i[19] || (i[19] = (...L) => s.onBlur && s.onBlur(...L))
|
4122
4133
|
}), `\r
|
4123
|
-
`, 16,
|
4124
|
-
t.element === "textarea" && t.showCharactersTextarea ? (l(), o("span",
|
4134
|
+
`, 16, Ua)) : m("", !0),
|
4135
|
+
t.element === "textarea" && t.showCharactersTextarea ? (l(), o("span", Ga, g(s.charactersTextarea), 1)) : t.element === "input" && e.$attrs.type === "search" ? (l(), o("span", Qa, [
|
4125
4136
|
h("input", q(s.elementAttributes, {
|
4126
4137
|
id: e.htmlId,
|
4127
4138
|
onInput: i[20] || (i[20] = (...L) => s.onInput && s.onInput(...L)),
|
4128
4139
|
maxlength: s.getMaxLength(),
|
4129
4140
|
value: t.modelValue
|
4130
|
-
}), null, 16,
|
4141
|
+
}), null, 16, Za),
|
4131
4142
|
t.showSearchButton ? (l(), o("a", {
|
4132
4143
|
key: 0,
|
4133
4144
|
href: "#",
|
@@ -4138,7 +4149,7 @@ function Xa(e, i, t, a, n, s) {
|
|
4138
4149
|
x(d, {
|
4139
4150
|
iconClass: t.iconSearch.iconClass
|
4140
4151
|
}, null, 8, ["iconClass"])
|
4141
|
-
], 10,
|
4152
|
+
], 10, Wa)) : m("", !0),
|
4142
4153
|
(r = t.iconDelete) != null && r.show ? (l(), o("a", {
|
4143
4154
|
key: 1,
|
4144
4155
|
href: "#",
|
@@ -4149,18 +4160,18 @@ function Xa(e, i, t, a, n, s) {
|
|
4149
4160
|
iconClass: (f = t.iconDelete) == null ? void 0 : f.iconClass,
|
4150
4161
|
type: (p = t.iconDelete) == null ? void 0 : p.iconType
|
4151
4162
|
}, null, 8, ["iconClass", "type"])
|
4152
|
-
], 8,
|
4163
|
+
], 8, Ja)) : m("", !0)
|
4153
4164
|
])) : m("", !0)
|
4154
|
-
], 10,
|
4165
|
+
], 10, xa)) : (l(), o("button", q({
|
4155
4166
|
key: 1,
|
4156
4167
|
class: "button"
|
4157
4168
|
}, s.buttonAttrs), [
|
4158
|
-
((y = (
|
4169
|
+
((y = (k = t.nativeButton) == null ? void 0 : k.icon) == null ? void 0 : y.show) && (((v = (I = t.nativeButton) == null ? void 0 : I.icon) == null ? void 0 : v.position) === "before" || !((M = (T = t.nativeButton) == null ? void 0 : T.icon) != null && M.position)) ? (l(), C(d, {
|
4159
4170
|
key: 0,
|
4160
4171
|
iconClass: (Q = (j = t.nativeButton) == null ? void 0 : j.icon) == null ? void 0 : Q.iconClass,
|
4161
4172
|
type: (H = (w = t.nativeButton) == null ? void 0 : w.icon) == null ? void 0 : H.iconType
|
4162
4173
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
4163
|
-
((D = t.nativeButton) == null ? void 0 : D.icon) && ((P = t.nativeButton) == null ? void 0 : P.text) ? (l(), o("span",
|
4174
|
+
((D = t.nativeButton) == null ? void 0 : D.icon) && ((P = t.nativeButton) == null ? void 0 : P.text) ? (l(), o("span", Ya, g(t.nativeButton.text), 1)) : (l(), o(b, { key: 2 }, [
|
4164
4175
|
z(g(t.nativeButton.text), 1)
|
4165
4176
|
], 64)),
|
4166
4177
|
((Z = (G = t.nativeButton) == null ? void 0 : G.icon) == null ? void 0 : Z.show) && ((J = (R = t.nativeButton) == null ? void 0 : R.icon) == null ? void 0 : J.position) === "after" ? (l(), C(d, {
|
@@ -4170,7 +4181,7 @@ function Xa(e, i, t, a, n, s) {
|
|
4170
4181
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
4171
4182
|
], 16));
|
4172
4183
|
}
|
4173
|
-
const _e = /* @__PURE__ */ N(
|
4184
|
+
const _e = /* @__PURE__ */ N(Ia, [["render", Ka]]), Xa = {
|
4174
4185
|
data() {
|
4175
4186
|
return {
|
4176
4187
|
defaultMessageProperties: {
|
@@ -4180,9 +4191,9 @@ const _e = /* @__PURE__ */ N(xa, [["render", Xa]]), $a = {
|
|
4180
4191
|
};
|
4181
4192
|
}
|
4182
4193
|
};
|
4183
|
-
const
|
4194
|
+
const $a = {
|
4184
4195
|
name: "CmdCookieDisclaimer",
|
4185
|
-
mixins: [ie,
|
4196
|
+
mixins: [ie, Xa],
|
4186
4197
|
data() {
|
4187
4198
|
return {
|
4188
4199
|
showCookieDisclaimer: !0,
|
@@ -4277,35 +4288,35 @@ const er = {
|
|
4277
4288
|
}));
|
4278
4289
|
}
|
4279
4290
|
}
|
4280
|
-
},
|
4291
|
+
}, er = { class: "cmd-cookie-disclaimer flex-container vertical" }, tr = {
|
4281
4292
|
key: 0,
|
4282
4293
|
class: "flex-container vertical"
|
4283
|
-
},
|
4294
|
+
}, ir = { key: 0 }, nr = { key: 1 }, sr = ["href", "target"], lr = ["innerHTML"], or = /* @__PURE__ */ h("hr", null, null, -1), ar = {
|
4284
4295
|
key: 1,
|
4285
4296
|
class: "flex-container vertical"
|
4286
|
-
},
|
4287
|
-
function
|
4288
|
-
const u = W, d = _e, r =
|
4297
|
+
}, rr = { key: 0 }, cr = { key: 1 }, ur = ["href", "target"], dr = ["innerHTML"], mr = { class: "button-wrapper align-center" };
|
4298
|
+
function hr(e, i, t, a, n, s) {
|
4299
|
+
const u = W, d = _e, r = Po;
|
4289
4300
|
return l(), C(ue, { name: "fade" }, {
|
4290
4301
|
default: A(() => {
|
4291
4302
|
var c, f, p;
|
4292
4303
|
return [
|
4293
|
-
h("div",
|
4304
|
+
h("div", er, [
|
4294
4305
|
((c = t.cmdHeadlineCookieDisclaimer) == null ? void 0 : c.show) && ((f = t.cmdHeadlineCookieDisclaimer) == null ? void 0 : f.headlineText) && ((p = t.cmdHeadlineCookieDisclaimer) == null ? void 0 : p.headlineLevel) ? (l(), C(u, {
|
4295
4306
|
key: 0,
|
4296
4307
|
headlineText: t.cmdHeadlineCookieDisclaimer.headlineText,
|
4297
4308
|
headlineLevel: t.cmdHeadlineCookieDisclaimer.headlineLevel
|
4298
4309
|
}, null, 8, ["headlineText", "headlineLevel"])) : m("", !0),
|
4299
4310
|
V(e.$slots, "cookie-options", {}, () => {
|
4300
|
-
var
|
4311
|
+
var k, y, I, v, T, M, j, Q;
|
4301
4312
|
return [
|
4302
|
-
(
|
4313
|
+
(k = t.cookieOptions) != null && k.required ? (l(), o("div", tr, [
|
4303
4314
|
(y = t.cmdBoxRequiredCookies) != null && y.showHeadline ? (l(), C(u, {
|
4304
4315
|
key: 0,
|
4305
4316
|
"headline-text": (I = t.cmdBoxRequiredCookies) == null ? void 0 : I.headlineText,
|
4306
4317
|
"headline-level": (v = t.cmdBoxRequiredCookies) == null ? void 0 : v.headlineLevel
|
4307
4318
|
}, null, 8, ["headline-text", "headline-level"])) : m("", !0),
|
4308
|
-
(l(!0), o(
|
4319
|
+
(l(!0), o(b, null, F(t.cookieOptions.required.cookies || [], (w, H) => {
|
4309
4320
|
var D;
|
4310
4321
|
return l(), C(r, {
|
4311
4322
|
useSlots: ["header", "body"],
|
@@ -4327,32 +4338,32 @@ function fr(e, i, t, a, n, s) {
|
|
4327
4338
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
4328
4339
|
]),
|
4329
4340
|
body: A(() => [
|
4330
|
-
w.description ? (l(), o("p",
|
4331
|
-
w.linkDataPrivacy ? (l(), o("p",
|
4341
|
+
w.description ? (l(), o("p", ir, g(w.description), 1)) : m("", !0),
|
4342
|
+
w.linkDataPrivacy ? (l(), o("p", nr, [
|
4332
4343
|
z(g(w.linkDataPrivacy.label) + " ", 1),
|
4333
4344
|
h("a", {
|
4334
4345
|
onClick: i[1] || (i[1] = (...P) => s.openDataPrivacy && s.openDataPrivacy(...P)),
|
4335
4346
|
href: w.linkDataPrivacy.link,
|
4336
4347
|
target: w.linkDataPrivacy.target
|
4337
|
-
}, g(w.linkDataPrivacy.linkText), 9,
|
4348
|
+
}, g(w.linkDataPrivacy.linkText), 9, sr)
|
4338
4349
|
])) : m("", !0),
|
4339
4350
|
n.dataPrivacyContent ? (l(), o("div", {
|
4340
4351
|
key: 2,
|
4341
4352
|
innerHTML: n.dataPrivacyContent
|
4342
|
-
}, null, 8,
|
4353
|
+
}, null, 8, lr)) : m("", !0)
|
4343
4354
|
]),
|
4344
4355
|
_: 2
|
4345
4356
|
}, 1032, ["collapsible"]);
|
4346
4357
|
}), 128))
|
4347
4358
|
])) : m("", !0),
|
4348
|
-
|
4349
|
-
(T = t.cookieOptions) != null && T.optional ? (l(), o("div",
|
4359
|
+
or,
|
4360
|
+
(T = t.cookieOptions) != null && T.optional ? (l(), o("div", ar, [
|
4350
4361
|
(M = t.cmdBoxOptionalCookies) != null && M.showHeadline ? (l(), C(u, {
|
4351
4362
|
key: 0,
|
4352
4363
|
"headline-text": (j = t.cmdBoxOptionalCookies) == null ? void 0 : j.headlineText,
|
4353
4364
|
"headline-level": (Q = t.cmdBoxOptionalCookies) == null ? void 0 : Q.headlineLevel
|
4354
4365
|
}, null, 8, ["headline-text", "headline-level"])) : m("", !0),
|
4355
|
-
(l(!0), o(
|
4366
|
+
(l(!0), o(b, null, F(t.cookieOptions.optional.cookies || [], (w, H) => {
|
4356
4367
|
var D;
|
4357
4368
|
return l(), C(r, {
|
4358
4369
|
useSlots: ["header", "body"],
|
@@ -4374,19 +4385,19 @@ function fr(e, i, t, a, n, s) {
|
|
4374
4385
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
4375
4386
|
]),
|
4376
4387
|
body: A(() => [
|
4377
|
-
w.description ? (l(), o("p",
|
4378
|
-
w.linkDataPrivacy ? (l(), o("p",
|
4388
|
+
w.description ? (l(), o("p", rr, g(w.description), 1)) : m("", !0),
|
4389
|
+
w.linkDataPrivacy ? (l(), o("p", cr, [
|
4379
4390
|
z(g(w.linkDataPrivacy.label) + " ", 1),
|
4380
4391
|
h("a", {
|
4381
4392
|
onClick: i[3] || (i[3] = (...P) => s.openDataPrivacy && s.openDataPrivacy(...P)),
|
4382
4393
|
href: w.linkDataPrivacy.link,
|
4383
4394
|
target: w.linkDataPrivacy.target
|
4384
|
-
}, g(w.linkDataPrivacy.linkText), 9,
|
4395
|
+
}, g(w.linkDataPrivacy.linkText), 9, ur)
|
4385
4396
|
])) : m("", !0),
|
4386
4397
|
n.dataPrivacyContent ? (l(), o("div", {
|
4387
4398
|
key: 2,
|
4388
4399
|
innerHTML: n.dataPrivacyContent
|
4389
|
-
}, null, 8,
|
4400
|
+
}, null, 8, dr)) : m("", !0)
|
4390
4401
|
]),
|
4391
4402
|
_: 2
|
4392
4403
|
}, 1032, ["collapsible"]);
|
@@ -4395,11 +4406,11 @@ function fr(e, i, t, a, n, s) {
|
|
4395
4406
|
];
|
4396
4407
|
}),
|
4397
4408
|
V(e.$slots, "privacy-text"),
|
4398
|
-
h("div",
|
4409
|
+
h("div", mr, [
|
4399
4410
|
t.buttonLabelAcceptCurrentSettings ? (l(), o("button", {
|
4400
4411
|
key: 0,
|
4401
4412
|
type: "button",
|
4402
|
-
onClick: i[4] || (i[4] = (...
|
4413
|
+
onClick: i[4] || (i[4] = (...k) => s.acceptCurrentCookies && s.acceptCurrentCookies(...k))
|
4403
4414
|
}, [
|
4404
4415
|
h("span", null, g(t.buttonLabelAcceptCurrentSettings), 1)
|
4405
4416
|
])) : m("", !0),
|
@@ -4407,7 +4418,7 @@ function fr(e, i, t, a, n, s) {
|
|
4407
4418
|
key: 1,
|
4408
4419
|
type: "button",
|
4409
4420
|
class: "primary",
|
4410
|
-
onClick: i[5] || (i[5] = (...
|
4421
|
+
onClick: i[5] || (i[5] = (...k) => s.acceptAllCookies && s.acceptAllCookies(...k))
|
4411
4422
|
}, [
|
4412
4423
|
h("span", null, g(t.buttonLabelAcceptAllCookies), 1)
|
4413
4424
|
])) : m("", !0)
|
@@ -4418,24 +4429,24 @@ function fr(e, i, t, a, n, s) {
|
|
4418
4429
|
_: 3
|
4419
4430
|
});
|
4420
4431
|
}
|
4421
|
-
const
|
4422
|
-
const
|
4432
|
+
const Fh = /* @__PURE__ */ N($a, [["render", hr]]);
|
4433
|
+
const fr = {
|
4423
4434
|
name: "CmdCopyrightWrapper"
|
4424
|
-
},
|
4435
|
+
}, gr = {
|
4425
4436
|
class: "cmd-copyright-information",
|
4426
4437
|
role: "contentinfo"
|
4427
|
-
},
|
4438
|
+
}, pr = /* @__PURE__ */ h("a", {
|
4428
4439
|
href: "http://www.comand-cms.com",
|
4429
4440
|
target: "_blank",
|
4430
4441
|
lang: "en",
|
4431
4442
|
title: "CoManD-Website"
|
4432
|
-
}, "\xA9 CoManD", -1),
|
4433
|
-
|
4443
|
+
}, "\xA9 CoManD", -1), yr = [
|
4444
|
+
pr
|
4434
4445
|
];
|
4435
|
-
function
|
4436
|
-
return l(), o("div",
|
4446
|
+
function _r(e, i, t, a, n, s) {
|
4447
|
+
return l(), o("div", gr, yr);
|
4437
4448
|
}
|
4438
|
-
const
|
4449
|
+
const zh = /* @__PURE__ */ N(fr, [["render", _r]]), Cr = {
|
4439
4450
|
data() {
|
4440
4451
|
return {
|
4441
4452
|
defaultMessageProperties: {
|
@@ -4448,12 +4459,12 @@ const Hh = /* @__PURE__ */ N(gr, [["render", Cr]]), br = {
|
|
4448
4459
|
};
|
4449
4460
|
}
|
4450
4461
|
};
|
4451
|
-
const
|
4462
|
+
const br = {
|
4452
4463
|
name: "CmdFakeSelect",
|
4453
4464
|
inheritAttrs: !1,
|
4454
4465
|
mixins: [
|
4455
4466
|
ie,
|
4456
|
-
|
4467
|
+
Cr,
|
4457
4468
|
Nt,
|
4458
4469
|
xe,
|
4459
4470
|
jt
|
@@ -4642,18 +4653,18 @@ const kr = {
|
|
4642
4653
|
deep: !0
|
4643
4654
|
}
|
4644
4655
|
}
|
4645
|
-
},
|
4656
|
+
}, kr = ["title", "aria-labelledby", "aria-required"], vr = {
|
4646
4657
|
key: 0,
|
4647
4658
|
class: "label-text"
|
4648
|
-
},
|
4659
|
+
}, wr = ["id"], Ir = { key: 0 }, xr = ["title", "aria-errormessage", "id"], Tr = ["aria-expanded"], Sr = ["title"], Mr = ["src", "alt"], Or = {
|
4649
4660
|
key: 0,
|
4650
4661
|
role: "listbox"
|
4651
|
-
},
|
4662
|
+
}, Lr = ["aria-selected"], Dr = ["onClick", "title"], Nr = { key: 1 }, jr = ["aria-expanded"], Br = ["for"], Pr = ["value", "checked", "id"], Ar = ["onClick"], Fr = ["src", "alt"], zr = ["onClick"], Hr = {
|
4652
4663
|
key: 0,
|
4653
4664
|
class: "select-all-options"
|
4654
4665
|
};
|
4655
|
-
function
|
4656
|
-
var c, f, p,
|
4666
|
+
function qr(e, i, t, a, n, s) {
|
4667
|
+
var c, f, p, k;
|
4657
4668
|
const u = Dt, d = E, r = le("router-link");
|
4658
4669
|
return l(), o("div", {
|
4659
4670
|
class: _([
|
@@ -4671,11 +4682,11 @@ function Rr(e, i, t, a, n, s) {
|
|
4671
4682
|
"aria-required": e.$attrs.required !== void 0,
|
4672
4683
|
ref: "fakeselect"
|
4673
4684
|
}, [
|
4674
|
-
t.showLabel ? (l(), o("span",
|
4685
|
+
t.showLabel ? (l(), o("span", vr, [
|
4675
4686
|
h("span", { id: e.htmlId }, [
|
4676
4687
|
z(g(t.labelText), 1),
|
4677
|
-
e.$attrs.required !== void 0 ? (l(), o("sup",
|
4678
|
-
], 8,
|
4688
|
+
e.$attrs.required !== void 0 ? (l(), o("sup", Ir, "*")) : m("", !0)
|
4689
|
+
], 8, wr),
|
4679
4690
|
e.useCustomTooltip && (n.validationStatus === "" || n.validationStatus === "error") ? (l(), C(u, {
|
4680
4691
|
key: 0,
|
4681
4692
|
ref: "tooltip",
|
@@ -4696,7 +4707,7 @@ function Rr(e, i, t, a, n, s) {
|
|
4696
4707
|
id: e.tooltipId
|
4697
4708
|
}, [
|
4698
4709
|
x(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
4699
|
-
], 8,
|
4710
|
+
], 8, xr)) : m("", !0)
|
4700
4711
|
])) : m("", !0),
|
4701
4712
|
h("ul", {
|
4702
4713
|
class: _({ open: n.showOptions }),
|
@@ -4715,14 +4726,14 @@ function Rr(e, i, t, a, n, s) {
|
|
4715
4726
|
src: s.pathFlag(s.optionCountry),
|
4716
4727
|
alt: s.optionCountry,
|
4717
4728
|
class: _(["flag", s.optionCountry])
|
4718
|
-
}, null, 10,
|
4729
|
+
}, null, 10, Mr)) : t.type === "color" ? (l(), o("span", {
|
4719
4730
|
key: 1,
|
4720
4731
|
style: Oe("background: " + s.optionColor)
|
4721
4732
|
}, null, 4)) : m("", !0),
|
4722
4733
|
(f = s.optionIcon) != null && f.iconClass ? (l(), C(d, {
|
4723
4734
|
key: 2,
|
4724
4735
|
type: (p = s.optionIcon) == null ? void 0 : p.iconType,
|
4725
|
-
iconClass: (
|
4736
|
+
iconClass: (k = s.optionIcon) == null ? void 0 : k.iconClass
|
4726
4737
|
}, null, 8, ["type", "iconClass"])) : m("", !0),
|
4727
4738
|
s.optionName ? (l(), o("span", {
|
4728
4739
|
key: 3,
|
@@ -4735,9 +4746,9 @@ function Rr(e, i, t, a, n, s) {
|
|
4735
4746
|
type: t.iconDropdown.iconType,
|
4736
4747
|
title: t.iconDropdown.tooltip
|
4737
4748
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0)
|
4738
|
-
], 40,
|
4739
|
-
t.type === "default" && n.showOptions ? (l(), o("ul",
|
4740
|
-
(l(!0), o(
|
4749
|
+
], 40, Sr),
|
4750
|
+
t.type === "default" && n.showOptions ? (l(), o("ul", Or, [
|
4751
|
+
(l(!0), o(b, null, F(t.selectData, (y, I) => (l(), o("li", {
|
4741
4752
|
key: I,
|
4742
4753
|
role: "option",
|
4743
4754
|
"aria-selected": y.value === t.modelValue
|
@@ -4754,8 +4765,8 @@ function Rr(e, i, t, a, n, s) {
|
|
4754
4765
|
iconClass: y.iconClass,
|
4755
4766
|
type: y.iconType
|
4756
4767
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
4757
|
-
y.text ? (l(), o("span",
|
4758
|
-
], 10,
|
4768
|
+
y.text ? (l(), o("span", Nr, g(y.text), 1)) : m("", !0)
|
4769
|
+
], 10, Dr)) : m("", !0),
|
4759
4770
|
t.optionLinkType === "router" ? (l(), C(r, {
|
4760
4771
|
key: 1,
|
4761
4772
|
to: "#",
|
@@ -4772,13 +4783,13 @@ function Rr(e, i, t, a, n, s) {
|
|
4772
4783
|
]),
|
4773
4784
|
_: 2
|
4774
4785
|
}, 1032, ["onClick", "class"])) : m("", !0)
|
4775
|
-
], 8,
|
4786
|
+
], 8, Lr))), 128))
|
4776
4787
|
])) : t.type !== "default" && t.type !== "content" && n.showOptions ? (l(), o("ul", {
|
4777
4788
|
key: 1,
|
4778
4789
|
class: _({ "checkbox-options": t.type === "checkboxOptions" }),
|
4779
4790
|
"aria-expanded": n.showOptions
|
4780
4791
|
}, [
|
4781
|
-
(l(!0), o(
|
4792
|
+
(l(!0), o(b, null, F(t.selectData, (y, I) => (l(), o("li", { key: I }, [
|
4782
4793
|
t.type === "checkboxOptions" ? (l(), o("label", {
|
4783
4794
|
key: 0,
|
4784
4795
|
for: "option-" + (I + 1),
|
@@ -4790,9 +4801,9 @@ function Rr(e, i, t, a, n, s) {
|
|
4790
4801
|
onChange: i[3] || (i[3] = (...v) => s.optionSelect && s.optionSelect(...v)),
|
4791
4802
|
checked: s.compareValues(y.value),
|
4792
4803
|
id: "option-" + (I + 1)
|
4793
|
-
}, null, 40,
|
4804
|
+
}, null, 40, Pr),
|
4794
4805
|
h("span", null, g(y.text), 1)
|
4795
|
-
], 10,
|
4806
|
+
], 10, Br)) : t.type === "country" ? (l(), o("a", {
|
4796
4807
|
key: 1,
|
4797
4808
|
href: "#",
|
4798
4809
|
onClick: O((v) => s.selectOption(y.value), ["prevent"]),
|
@@ -4802,9 +4813,9 @@ function Rr(e, i, t, a, n, s) {
|
|
4802
4813
|
class: "flag",
|
4803
4814
|
src: s.pathFlag(y.value),
|
4804
4815
|
alt: y.text
|
4805
|
-
}, null, 8,
|
4816
|
+
}, null, 8, Fr),
|
4806
4817
|
h("span", null, g(y.text), 1)
|
4807
|
-
], 10,
|
4818
|
+
], 10, Ar)) : t.type === "color" ? (l(), o("a", {
|
4808
4819
|
key: 2,
|
4809
4820
|
href: "#",
|
4810
4821
|
onClick: O((v) => s.selectOption(y.value), ["prevent"]),
|
@@ -4815,9 +4826,9 @@ function Rr(e, i, t, a, n, s) {
|
|
4815
4826
|
style: Oe("background: " + y.value)
|
4816
4827
|
}, null, 4),
|
4817
4828
|
h("span", null, g(y.text), 1)
|
4818
|
-
], 10,
|
4829
|
+
], 10, zr)) : m("", !0)
|
4819
4830
|
]))), 128)),
|
4820
|
-
t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), o("li",
|
4831
|
+
t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), o("li", Hr, [
|
4821
4832
|
h("a", {
|
4822
4833
|
href: "#",
|
4823
4834
|
onClick: i[4] || (i[4] = O((...y) => s.toggleAllOptions && s.toggleAllOptions(...y), ["prevent"]))
|
@@ -4834,13 +4845,13 @@ function Rr(e, i, t, a, n, s) {
|
|
4834
4845
|
h("span", null, g(s.selectAllOptionsText), 1)
|
4835
4846
|
])
|
4836
4847
|
])) : m("", !0)
|
4837
|
-
], 10,
|
4848
|
+
], 10, jr)) : t.type === "content" && n.showOptions ? V(e.$slots, "default", { key: 2 }) : m("", !0)
|
4838
4849
|
])
|
4839
|
-
], 42,
|
4840
|
-
], 10,
|
4850
|
+
], 42, Tr)
|
4851
|
+
], 10, kr);
|
4841
4852
|
}
|
4842
|
-
const
|
4843
|
-
const
|
4853
|
+
const Rr = /* @__PURE__ */ N(br, [["render", qr]]);
|
4854
|
+
const Vr = {
|
4844
4855
|
name: "CmdForm",
|
4845
4856
|
emits: ["submit"],
|
4846
4857
|
data() {
|
@@ -4875,16 +4886,16 @@ const Er = {
|
|
4875
4886
|
this.useValidation && (e.preventDefault(), e.target.checkValidity() ? (this.errorOccurred = !1, this.$emit("submit", e)) : this.errorOccurred = !0);
|
4876
4887
|
}
|
4877
4888
|
}
|
4878
|
-
},
|
4879
|
-
function
|
4889
|
+
}, Er = ["data-use-validation", "novalidate"], Ur = { class: "flex-container" };
|
4890
|
+
function Gr(e, i, t, a, n, s) {
|
4880
4891
|
return l(), o("form", {
|
4881
4892
|
class: _(["cmd-form", { error: n.errorOccurred }]),
|
4882
4893
|
"data-use-validation": t.useValidation,
|
4883
4894
|
onSubmit: i[0] || (i[0] = (...u) => s.onSubmit && s.onSubmit(...u)),
|
4884
4895
|
novalidate: t.novalidate
|
4885
4896
|
}, [
|
4886
|
-
t.useFieldset ? (l(), o(
|
4887
|
-
h("fieldset",
|
4897
|
+
t.useFieldset ? (l(), o(b, { key: 0 }, [
|
4898
|
+
h("fieldset", Ur, [
|
4888
4899
|
h("legend", {
|
4889
4900
|
class: _({ hidden: !t.showLegend })
|
4890
4901
|
}, g(t.textLegend), 3),
|
@@ -4892,10 +4903,10 @@ function Qr(e, i, t, a, n, s) {
|
|
4892
4903
|
]),
|
4893
4904
|
V(e.$slots, "button-row")
|
4894
4905
|
], 64)) : V(e.$slots, "default", { key: 1 })
|
4895
|
-
], 42,
|
4906
|
+
], 42, Er);
|
4896
4907
|
}
|
4897
|
-
const
|
4898
|
-
const
|
4908
|
+
const Hh = /* @__PURE__ */ N(Vr, [["render", Gr]]);
|
4909
|
+
const Qr = {
|
4899
4910
|
name: "CmdFormFilters",
|
4900
4911
|
data() {
|
4901
4912
|
return {
|
@@ -4955,14 +4966,14 @@ const Zr = {
|
|
4955
4966
|
deep: !0
|
4956
4967
|
}
|
4957
4968
|
}
|
4958
|
-
},
|
4969
|
+
}, Zr = {
|
4959
4970
|
key: 0,
|
4960
4971
|
class: "cmd-form-filters"
|
4961
|
-
},
|
4962
|
-
function
|
4972
|
+
}, Wr = { key: 0 }, Jr = { key: 1 }, Yr = ["onClick", "title"];
|
4973
|
+
function Kr(e, i, t, a, n, s) {
|
4963
4974
|
const u = E;
|
4964
|
-
return n.options.length ? (l(), o("ul",
|
4965
|
-
n.options.length > 1 ? (l(), o("li",
|
4975
|
+
return n.options.length ? (l(), o("ul", Zr, [
|
4976
|
+
n.options.length > 1 ? (l(), o("li", Wr, [
|
4966
4977
|
h("a", {
|
4967
4978
|
href: "#",
|
4968
4979
|
onClick: i[0] || (i[0] = O((...d) => s.deleteAllFilters && s.deleteAllFilters(...d), ["prevent"]))
|
@@ -4972,10 +4983,10 @@ function Xr(e, i, t, a, n, s) {
|
|
4972
4983
|
iconClass: t.linkDeleteAllFilters.icon.iconClass,
|
4973
4984
|
title: t.linkDeleteAllFilters.icon.tooltip
|
4974
4985
|
}, null, 8, ["iconClass", "title"])) : m("", !0),
|
4975
|
-
t.linkDeleteAllFilters.text ? (l(), o("span",
|
4986
|
+
t.linkDeleteAllFilters.text ? (l(), o("span", Jr, g(t.linkDeleteAllFilters.text), 1)) : m("", !0)
|
4976
4987
|
])
|
4977
4988
|
])) : m("", !0),
|
4978
|
-
(l(!0), o(
|
4989
|
+
(l(!0), o(b, null, F(n.options, (d, r) => (l(), o("li", { key: r }, [
|
4979
4990
|
h("a", {
|
4980
4991
|
href: "#",
|
4981
4992
|
onClick: O((c) => s.deleteClickedFilter(r), ["prevent"]),
|
@@ -4986,12 +4997,12 @@ function Xr(e, i, t, a, n, s) {
|
|
4986
4997
|
iconClass: t.deleteFilterIcon.iconClass,
|
4987
4998
|
type: t.deleteFilterIcon.iconType
|
4988
4999
|
}, null, 8, ["iconClass", "type"])
|
4989
|
-
], 8,
|
5000
|
+
], 8, Yr)
|
4990
5001
|
]))), 128))
|
4991
5002
|
])) : m("", !0);
|
4992
5003
|
}
|
4993
|
-
const
|
4994
|
-
const
|
5004
|
+
const Xr = /* @__PURE__ */ N(Qr, [["render", Kr]]);
|
5005
|
+
const $r = {
|
4995
5006
|
name: "CmdGoogleMaps",
|
4996
5007
|
props: {
|
4997
5008
|
address: {
|
@@ -5008,13 +5019,13 @@ const ec = {
|
|
5008
5019
|
return "https://maps.google.de/maps?ie=UTF8&t=&z=17&iwloc=B&output=embed";
|
5009
5020
|
}
|
5010
5021
|
}
|
5011
|
-
},
|
5012
|
-
function
|
5013
|
-
return l(), o("div",
|
5014
|
-
h("iframe", { src: s.locateAddress }, null, 8,
|
5022
|
+
}, ec = { class: "cmd-google-maps responsive-wrapper" }, tc = ["src"];
|
5023
|
+
function ic(e, i, t, a, n, s) {
|
5024
|
+
return l(), o("div", ec, [
|
5025
|
+
h("iframe", { src: s.locateAddress }, null, 8, tc)
|
5015
5026
|
]);
|
5016
5027
|
}
|
5017
|
-
const
|
5028
|
+
const qh = /* @__PURE__ */ N($r, [["render", ic]]), nc = {
|
5018
5029
|
data() {
|
5019
5030
|
return {
|
5020
5031
|
defaultMessageProperties: {
|
@@ -5023,9 +5034,9 @@ const Rh = /* @__PURE__ */ N(ec, [["render", nc]]), sc = {
|
|
5023
5034
|
};
|
5024
5035
|
}
|
5025
5036
|
};
|
5026
|
-
const
|
5037
|
+
const sc = {
|
5027
5038
|
name: "CmdImageGallery",
|
5028
|
-
mixins: [ie,
|
5039
|
+
mixins: [ie, nc],
|
5029
5040
|
props: {
|
5030
5041
|
images: {
|
5031
5042
|
type: Array,
|
@@ -5041,11 +5052,11 @@ const lc = {
|
|
5041
5052
|
Mt({ fancyBoxGallery: this.images, defaultGalleryIndex: e });
|
5042
5053
|
}
|
5043
5054
|
}
|
5044
|
-
},
|
5045
|
-
function
|
5055
|
+
}, lc = { class: "grid-container-create-columns cmd-image-gallery" }, oc = ["onClick", "title"];
|
5056
|
+
function ac(e, i, t, a, n, s) {
|
5046
5057
|
const u = Ie;
|
5047
|
-
return l(), o("div",
|
5048
|
-
(l(!0), o(
|
5058
|
+
return l(), o("div", lc, [
|
5059
|
+
(l(!0), o(b, null, F(t.images, (d, r) => (l(), o("a", {
|
5049
5060
|
key: r,
|
5050
5061
|
onClick: O((c) => s.showFancyBox(r), ["prevent"]),
|
5051
5062
|
href: "#",
|
@@ -5055,11 +5066,11 @@ function rc(e, i, t, a, n, s) {
|
|
5055
5066
|
image: d.image,
|
5056
5067
|
figcaption: d.figcaption
|
5057
5068
|
}, null, 8, ["image", "figcaption"])
|
5058
|
-
], 8,
|
5069
|
+
], 8, oc))), 128))
|
5059
5070
|
]);
|
5060
5071
|
}
|
5061
|
-
const
|
5062
|
-
const
|
5072
|
+
const Rh = /* @__PURE__ */ N(sc, [["render", ac]]);
|
5073
|
+
const rc = {
|
5063
5074
|
name: "CmdImageZoom",
|
5064
5075
|
props: {
|
5065
5076
|
imageSmall: {
|
@@ -5092,21 +5103,21 @@ const cc = {
|
|
5092
5103
|
}
|
5093
5104
|
};
|
5094
5105
|
function li(e, i) {
|
5095
|
-
const t = e.$el.querySelector(".zoom-container"), a = t.querySelector("img"), n = e.$el.querySelector(".zoom-overlay"), s = i.target.getBoundingClientRect().width, u = i.target.getBoundingClientRect().height, d = a.getBoundingClientRect().width, r = a.getBoundingClientRect().height, c = i.pageX - i.target.getBoundingClientRect().x - window.pageXOffset, f = i.pageY - i.target.getBoundingClientRect().y - window.pageYOffset, p = Math.min(s, t.getBoundingClientRect().width / d * s),
|
5096
|
-
n.style.left = `${y}px`, n.style.top = `${I}px`, n.style.width = `${p}px`, n.style.height = `${
|
5106
|
+
const t = e.$el.querySelector(".zoom-container"), a = t.querySelector("img"), n = e.$el.querySelector(".zoom-overlay"), s = i.target.getBoundingClientRect().width, u = i.target.getBoundingClientRect().height, d = a.getBoundingClientRect().width, r = a.getBoundingClientRect().height, c = i.pageX - i.target.getBoundingClientRect().x - window.pageXOffset, f = i.pageY - i.target.getBoundingClientRect().y - window.pageYOffset, p = Math.min(s, t.getBoundingClientRect().width / d * s), k = Math.min(u, t.getBoundingClientRect().height / r * u), y = oi(c - p / 2, 0, s - p), I = oi(f - k / 2, 0, u - k), v = -(y * (d / s)), T = -(I * (r / u));
|
5107
|
+
n.style.left = `${y}px`, n.style.top = `${I}px`, n.style.width = `${p}px`, n.style.height = `${k}px`, n.style.display = "block", a.style.marginLeft = `${v}px`, a.style.marginTop = `${T}px`;
|
5097
5108
|
}
|
5098
5109
|
function oi(e, i, t) {
|
5099
5110
|
return e < i ? i : e > t ? t : e;
|
5100
5111
|
}
|
5101
|
-
const
|
5112
|
+
const cc = { class: "cmd-imagezoom flex-container" }, uc = ["title"], dc = ["src", "alt"], mc = {
|
5102
5113
|
key: 0,
|
5103
5114
|
class: "zoom-container"
|
5104
|
-
},
|
5115
|
+
}, hc = ["src", "alt"], fc = {
|
5105
5116
|
key: 1,
|
5106
5117
|
class: "zoom-overlay"
|
5107
5118
|
};
|
5108
|
-
function
|
5109
|
-
return l(), o("div",
|
5119
|
+
function gc(e, i, t, a, n, s) {
|
5120
|
+
return l(), o("div", cc, [
|
5110
5121
|
h("a", {
|
5111
5122
|
href: "#",
|
5112
5123
|
class: "no-flex thumbnails-imagezoom",
|
@@ -5118,19 +5129,19 @@ function pc(e, i, t, a, n, s) {
|
|
5118
5129
|
onMouseover: i[0] || (i[0] = (...u) => s.onMouseOver && s.onMouseOver(...u)),
|
5119
5130
|
onMousemove: i[1] || (i[1] = (...u) => s.onMouseMove && s.onMouseMove(...u)),
|
5120
5131
|
onMouseout: i[2] || (i[2] = (...u) => s.onMouseOut && s.onMouseOut(...u))
|
5121
|
-
}, null, 40,
|
5122
|
-
], 8,
|
5123
|
-
n.showLargeImage ? (l(), o("div",
|
5132
|
+
}, null, 40, dc)
|
5133
|
+
], 8, uc),
|
5134
|
+
n.showLargeImage ? (l(), o("div", mc, [
|
5124
5135
|
h("img", {
|
5125
5136
|
src: t.imageLarge.src,
|
5126
5137
|
alt: t.imageLarge.alt
|
5127
|
-
}, null, 8,
|
5138
|
+
}, null, 8, hc)
|
5128
5139
|
])) : m("", !0),
|
5129
|
-
n.showLargeImage ? (l(), o("div",
|
5140
|
+
n.showLargeImage ? (l(), o("div", fc)) : m("", !0)
|
5130
5141
|
]);
|
5131
5142
|
}
|
5132
|
-
const
|
5133
|
-
const
|
5143
|
+
const Vh = /* @__PURE__ */ N(rc, [["render", gc]]);
|
5144
|
+
const pc = {
|
5134
5145
|
mixins: [
|
5135
5146
|
Nt,
|
5136
5147
|
xe,
|
@@ -5240,11 +5251,11 @@ const yc = {
|
|
5240
5251
|
immediate: !0
|
5241
5252
|
}
|
5242
5253
|
}
|
5243
|
-
},
|
5254
|
+
}, yc = ["aria-labelledby"], _c = { class: "label-text" }, Cc = ["id"], bc = { key: 0 }, kc = ["title", "aria-errormessage", "id"], vc = ["for"], wc = ["type", "id", "name", "value", "disabled"], Ic = { key: 1 }, xc = {
|
5244
5255
|
key: 1,
|
5245
5256
|
class: "flex-container no-flex"
|
5246
5257
|
};
|
5247
|
-
function
|
5258
|
+
function Tc(e, i, t, a, n, s) {
|
5248
5259
|
const u = Dt, d = E;
|
5249
5260
|
return l(), o("div", {
|
5250
5261
|
class: _([
|
@@ -5260,11 +5271,11 @@ function Sc(e, i, t, a, n, s) {
|
|
5260
5271
|
]),
|
5261
5272
|
"aria-labelledby": e.htmlId
|
5262
5273
|
}, [
|
5263
|
-
ne(h("span",
|
5274
|
+
ne(h("span", _c, [
|
5264
5275
|
h("span", { id: e.htmlId }, [
|
5265
5276
|
z(g(t.labelText), 1),
|
5266
|
-
t.required ? (l(), o("sup",
|
5267
|
-
], 8,
|
5277
|
+
t.required ? (l(), o("sup", bc, "*")) : m("", !0)
|
5278
|
+
], 8, Cc),
|
5268
5279
|
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), C(u, {
|
5269
5280
|
key: 0,
|
5270
5281
|
ref: "tooltip",
|
@@ -5289,17 +5300,17 @@ function Sc(e, i, t, a, n, s) {
|
|
5289
5300
|
id: e.tooltipId
|
5290
5301
|
}, [
|
5291
5302
|
x(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
5292
|
-
], 8,
|
5303
|
+
], 8, kc)) : m("", !0)
|
5293
5304
|
], 512), [
|
5294
5305
|
[ye, t.showLabel]
|
5295
5306
|
]),
|
5296
|
-
t.useSlot ? (l(), o("div",
|
5307
|
+
t.useSlot ? (l(), o("div", xc, [
|
5297
5308
|
V(e.$slots, "default")
|
5298
5309
|
])) : (l(), o("span", {
|
5299
5310
|
key: 0,
|
5300
5311
|
class: _(["flex-container", { "no-flex": !t.stretchHorizontally, "no-gap": t.multipleSwitch }])
|
5301
5312
|
}, [
|
5302
|
-
(l(!0), o(
|
5313
|
+
(l(!0), o(b, null, F(t.inputElements, (r, c) => (l(), o("label", {
|
5303
5314
|
key: c,
|
5304
5315
|
for: r.id
|
5305
5316
|
}, [
|
@@ -5311,7 +5322,7 @@ function Sc(e, i, t, a, n, s) {
|
|
5311
5322
|
"onUpdate:modelValue": i[1] || (i[1] = (f) => s.inputValue = f),
|
5312
5323
|
disabled: t.disabled,
|
5313
5324
|
class: _({ "replace-input-type": t.replaceInputType, "toggle-switch": t.toggleSwitch })
|
5314
|
-
}, null, 10,
|
5325
|
+
}, null, 10, wc), [
|
5315
5326
|
[mn, s.inputValue]
|
5316
5327
|
]),
|
5317
5328
|
t.multipleSwitch && r.iconClass ? (l(), C(d, {
|
@@ -5319,13 +5330,13 @@ function Sc(e, i, t, a, n, s) {
|
|
5319
5330
|
iconClass: r.iconClass,
|
5320
5331
|
type: r.iconType
|
5321
5332
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5322
|
-
r.labelText ? (l(), o("span",
|
5323
|
-
], 8,
|
5333
|
+
r.labelText ? (l(), o("span", Ic, g(r.labelText), 1)) : m("", !0)
|
5334
|
+
], 8, vc))), 128))
|
5324
5335
|
], 2))
|
5325
|
-
], 10,
|
5336
|
+
], 10, yc);
|
5326
5337
|
}
|
5327
|
-
const
|
5328
|
-
const
|
5338
|
+
const Eh = /* @__PURE__ */ N(pc, [["render", Tc]]);
|
5339
|
+
const Sc = {
|
5329
5340
|
name: "CmdLoginForm",
|
5330
5341
|
data() {
|
5331
5342
|
return {
|
@@ -5516,17 +5527,17 @@ const Mc = {
|
|
5516
5527
|
this.modelChange();
|
5517
5528
|
}
|
5518
5529
|
}
|
5519
|
-
},
|
5520
|
-
function
|
5521
|
-
var f, p,
|
5530
|
+
}, Mc = { class: "cmd-login-form flex-container" }, Oc = { class: "flex-container" }, Lc = { class: "option-wrapper flex-container" }, Dc = { key: 1 }, Nc = ["href"], jc = { key: 1 }, Bc = /* @__PURE__ */ z(" /> "), Pc = { key: 1 }, Ac = ["type", "disabled"], Fc = { key: 1 }, zc = { class: "cmd-login-form flex-container" }, Hc = { class: "option-wrapper flex-container" }, qc = { key: 1 }, Rc = ["type", "disabled"], Vc = { key: 1 };
|
5531
|
+
function Ec(e, i, t, a, n, s) {
|
5532
|
+
var f, p, k, y, I, v, T;
|
5522
5533
|
const u = W, d = _e, r = E, c = le("router-link");
|
5523
|
-
return l(), o(
|
5524
|
-
ne(h("fieldset",
|
5534
|
+
return l(), o(b, null, [
|
5535
|
+
ne(h("fieldset", Mc, [
|
5525
5536
|
h("legend", {
|
5526
5537
|
class: _({ hidden: !t.showLegend })
|
5527
5538
|
}, g(t.textLegendLoginForm), 3),
|
5528
5539
|
t.cmdHeadlineLoginForm ? (l(), C(u, K(q({ key: 0 }, t.cmdHeadlineLoginForm)), null, 16)) : m("", !0),
|
5529
|
-
h("div",
|
5540
|
+
h("div", Oc, [
|
5530
5541
|
x(d, {
|
5531
5542
|
element: "input",
|
5532
5543
|
type: "text",
|
@@ -5554,8 +5565,8 @@ function Uc(e, i, t, a, n, s) {
|
|
5554
5565
|
onValidationStatusChange: i[3] || (i[3] = (M) => s.checkValidationStatus(M, "password"))
|
5555
5566
|
}, null, 8, ["name", "id", "fieldIconClass", "modelValue", "labelText", "placeholder", "required"])
|
5556
5567
|
]),
|
5557
|
-
h("div",
|
5558
|
-
t.options.forgotPassword || t.options.createAccount ? (l(), o(
|
5568
|
+
h("div", Lc, [
|
5569
|
+
t.options.forgotPassword || t.options.createAccount ? (l(), o(b, { key: 0 }, [
|
5559
5570
|
t.options.forgotPassword ? (l(), o("a", {
|
5560
5571
|
key: 0,
|
5561
5572
|
href: "#",
|
@@ -5567,20 +5578,20 @@ function Uc(e, i, t, a, n, s) {
|
|
5567
5578
|
type: t.options.forgotPassword.icon.iconType,
|
5568
5579
|
title: t.options.forgotPassword.icon.tooltip
|
5569
5580
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
5570
|
-
t.options.forgotPassword.text ? (l(), o("span",
|
5581
|
+
t.options.forgotPassword.text ? (l(), o("span", Dc, g(t.options.forgotPassword.text), 1)) : m("", !0)
|
5571
5582
|
])) : m("", !0),
|
5572
5583
|
t.options.createAccount && t.options.createAccount.linkType === "href" ? (l(), o("a", {
|
5573
5584
|
key: 1,
|
5574
5585
|
href: t.options.createAccount.path
|
5575
5586
|
}, [
|
5576
|
-
((
|
5587
|
+
((k = t.options.createAccount.icon) == null ? void 0 : k.show) && ((y = t.options.createAccount.icon) == null ? void 0 : y.iconClass) ? (l(), C(r, {
|
5577
5588
|
key: 0,
|
5578
5589
|
iconClass: t.options.createAccount.icon.iconClass,
|
5579
5590
|
type: t.options.createAccount.icon.iconType,
|
5580
5591
|
title: t.options.createAccount.icon.tooltip
|
5581
5592
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
5582
|
-
t.options.createAccount.text ? (l(), o("span",
|
5583
|
-
], 8,
|
5593
|
+
t.options.createAccount.text ? (l(), o("span", jc, g(t.options.createAccount.text), 1)) : m("", !0)
|
5594
|
+
], 8, Nc)) : t.options.createAccount && t.options.createAccount.linkType === "router" ? (l(), C(c, {
|
5584
5595
|
key: 2,
|
5585
5596
|
to: t.options.createAccount.path
|
5586
5597
|
}, {
|
@@ -5591,8 +5602,8 @@ function Uc(e, i, t, a, n, s) {
|
|
5591
5602
|
type: t.options.createAccount.icon.iconType,
|
5592
5603
|
title: t.options.createAccount.icon.tooltip
|
5593
5604
|
}, null, 8, ["class", "type", "title"])) : m("", !0),
|
5594
|
-
|
5595
|
-
t.options.createAccount.text ? (l(), o("span",
|
5605
|
+
Bc,
|
5606
|
+
t.options.createAccount.text ? (l(), o("span", Pc, g(t.options.createAccount.text), 1)) : m("", !0)
|
5596
5607
|
]),
|
5597
5608
|
_: 1
|
5598
5609
|
}, 8, ["to"])) : m("", !0)
|
@@ -5610,13 +5621,13 @@ function Uc(e, i, t, a, n, s) {
|
|
5610
5621
|
type: t.buttons.login.icon.iconType,
|
5611
5622
|
title: t.buttons.login.icon.tooltip
|
5612
5623
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
5613
|
-
t.buttons.login.text ? (l(), o("span",
|
5614
|
-
], 10,
|
5624
|
+
t.buttons.login.text ? (l(), o("span", Fc, g(t.buttons.login.text), 1)) : m("", !0)
|
5625
|
+
], 10, Ac)) : m("", !0)
|
5615
5626
|
])
|
5616
5627
|
], 512), [
|
5617
5628
|
[ye, !n.sendLogin]
|
5618
5629
|
]),
|
5619
|
-
ne(h("fieldset",
|
5630
|
+
ne(h("fieldset", zc, [
|
5620
5631
|
h("legend", {
|
5621
5632
|
class: _({ hidden: !t.showLegend })
|
5622
5633
|
}, g(t.textLegendForgotLoginForm), 3),
|
@@ -5634,7 +5645,7 @@ function Uc(e, i, t, a, n, s) {
|
|
5634
5645
|
modelValue: n.sendLoginMail,
|
5635
5646
|
"onUpdate:modelValue": i[7] || (i[7] = (M) => n.sendLoginMail = M)
|
5636
5647
|
}, null, 8, ["fieldIconClass", "labelText", "placeholder", "name", "required", "id", "modelValue"]),
|
5637
|
-
h("div",
|
5648
|
+
h("div", Hc, [
|
5638
5649
|
h("a", {
|
5639
5650
|
href: "#",
|
5640
5651
|
onClick: i[8] || (i[8] = O((M) => n.sendLogin = !1, ["prevent"]))
|
@@ -5645,7 +5656,7 @@ function Uc(e, i, t, a, n, s) {
|
|
5645
5656
|
type: t.options.backToLoginForm.icon.iconType,
|
5646
5657
|
title: t.options.backToLoginForm.icon.tooltip
|
5647
5658
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
5648
|
-
t.options.backToLoginForm.text ? (l(), o("span",
|
5659
|
+
t.options.backToLoginForm.text ? (l(), o("span", qc, g(t.options.backToLoginForm.text), 1)) : m("", !0)
|
5649
5660
|
]),
|
5650
5661
|
t.buttons.sendLogin.linkType === "button" ? (l(), o("button", {
|
5651
5662
|
key: 0,
|
@@ -5658,16 +5669,16 @@ function Uc(e, i, t, a, n, s) {
|
|
5658
5669
|
iconClass: (v = t.buttons.sendLogin.icon) == null ? void 0 : v.iconClass,
|
5659
5670
|
title: (T = t.buttons.sendLogin.icon) == null ? void 0 : T.tooltip
|
5660
5671
|
}, null, 8, ["iconClass", "title"])) : m("", !0),
|
5661
|
-
t.buttons.sendLogin.text ? (l(), o("span",
|
5662
|
-
], 10,
|
5672
|
+
t.buttons.sendLogin.text ? (l(), o("span", Vc, g(t.buttons.sendLogin.text), 1)) : m("", !0)
|
5673
|
+
], 10, Rc)) : m("", !0)
|
5663
5674
|
])
|
5664
5675
|
], 512), [
|
5665
5676
|
[ye, n.sendLogin]
|
5666
5677
|
])
|
5667
5678
|
], 64);
|
5668
5679
|
}
|
5669
|
-
const
|
5670
|
-
const
|
5680
|
+
const Uh = /* @__PURE__ */ N(Sc, [["render", Ec]]);
|
5681
|
+
const Uc = {
|
5671
5682
|
name: "CmdMainNavigation",
|
5672
5683
|
data() {
|
5673
5684
|
return {
|
@@ -5747,11 +5758,11 @@ const Gc = {
|
|
5747
5758
|
this.showOffcanvas ? this.closeOffcanvasNavigation() : (this.showOffcanvas = !0, this.$nextTick(() => document.getElementById("close-offcanvas").focus()));
|
5748
5759
|
}
|
5749
5760
|
}
|
5750
|
-
},
|
5761
|
+
}, Gc = {
|
5751
5762
|
key: 0,
|
5752
5763
|
class: "close-nav"
|
5753
|
-
},
|
5754
|
-
function
|
5764
|
+
}, Qc = ["href", "title", "target", "onClick"], Zc = { key: 1 }, Wc = { key: 1 }, Jc = ["aria-expanded"], Yc = ["href", "title", "target", "onClick"], Kc = { key: 1 }, Xc = { key: 1 }, $c = ["aria-expanded"], eu = ["href", "title", "target", "onClick"], tu = { key: 1 }, iu = { key: 1 };
|
5765
|
+
function nu(e, i, t, a, n, s) {
|
5755
5766
|
const u = E, d = le("router-link");
|
5756
5767
|
return l(), o("div", {
|
5757
5768
|
class: _([
|
@@ -5769,7 +5780,7 @@ function su(e, i, t, a, n, s) {
|
|
5769
5780
|
h("ul", {
|
5770
5781
|
class: _({ "stretch-items": t.stretchMainItems })
|
5771
5782
|
}, [
|
5772
|
-
n.showOffcanvas ? (l(), o("li",
|
5783
|
+
n.showOffcanvas ? (l(), o("li", Gc, [
|
5773
5784
|
h("a", {
|
5774
5785
|
href: "#",
|
5775
5786
|
id: "close-offcanvas",
|
@@ -5786,8 +5797,8 @@ function su(e, i, t, a, n, s) {
|
|
5786
5797
|
}, g(t.closeOffcanvas.text), 3)
|
5787
5798
|
])
|
5788
5799
|
])) : m("", !0),
|
5789
|
-
(l(!0), o(
|
5790
|
-
var f, p,
|
5800
|
+
(l(!0), o(b, null, F(t.navigationEntries, (r, c) => {
|
5801
|
+
var f, p, k;
|
5791
5802
|
return l(), o("li", {
|
5792
5803
|
key: c,
|
5793
5804
|
class: _({ active: r.active, open: n.openEntry === c, "has-subentries": (f = r == null ? void 0 : r.subentries) == null ? void 0 : f.length })
|
@@ -5806,12 +5817,12 @@ function su(e, i, t, a, n, s) {
|
|
5806
5817
|
iconClass: r.iconClass,
|
5807
5818
|
type: r.iconType
|
5808
5819
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5809
|
-
r.text ? (l(), o("span",
|
5820
|
+
r.text ? (l(), o("span", Zc, g(r.text), 1)) : m("", !0),
|
5810
5821
|
(p = r == null ? void 0 : r.subentries) != null && p.length ? (l(), o("span", {
|
5811
5822
|
key: 2,
|
5812
5823
|
class: _(["subentry-icon", t.subentriesIconClass])
|
5813
5824
|
}, null, 2)) : m("", !0)
|
5814
|
-
], 40,
|
5825
|
+
], 40, Qc)) : m("", !0),
|
5815
5826
|
r.type === "router" ? (l(), C(d, {
|
5816
5827
|
key: 1,
|
5817
5828
|
to: s.getRoute(r),
|
@@ -5823,7 +5834,7 @@ function su(e, i, t, a, n, s) {
|
|
5823
5834
|
iconClass: r.iconClass,
|
5824
5835
|
type: r.iconType
|
5825
5836
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5826
|
-
r.text ? (l(), o("span",
|
5837
|
+
r.text ? (l(), o("span", Wc, g(r.text), 1)) : m("", !0),
|
5827
5838
|
r.subentries && r.subentries.length > 0 ? (l(), o("span", {
|
5828
5839
|
key: 2,
|
5829
5840
|
class: _(["subentry-icon", t.subentriesIconClass])
|
@@ -5831,11 +5842,11 @@ function su(e, i, t, a, n, s) {
|
|
5831
5842
|
]),
|
5832
5843
|
_: 2
|
5833
5844
|
}, 1032, ["to", "title"])) : m("", !0),
|
5834
|
-
(
|
5845
|
+
(k = r == null ? void 0 : r.subentries) != null && k.length ? (l(), o("ul", {
|
5835
5846
|
key: 2,
|
5836
5847
|
"aria-expanded": n.openEntry ? "true" : "false"
|
5837
5848
|
}, [
|
5838
|
-
(l(!0), o(
|
5849
|
+
(l(!0), o(b, null, F(r.subentries, (y, I) => (l(), o("li", {
|
5839
5850
|
key: I,
|
5840
5851
|
class: _({ open: n.openSubentry === I })
|
5841
5852
|
}, [
|
@@ -5853,12 +5864,12 @@ function su(e, i, t, a, n, s) {
|
|
5853
5864
|
iconClass: y.iconClass,
|
5854
5865
|
type: y.iconType
|
5855
5866
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5856
|
-
y.text ? (l(), o("span",
|
5867
|
+
y.text ? (l(), o("span", Kc, g(y.text), 1)) : m("", !0),
|
5857
5868
|
y.subentries && y.subentries.length > 0 ? (l(), o("span", {
|
5858
5869
|
key: 2,
|
5859
5870
|
class: _(["subentry-icon", t.subentriesIconClass])
|
5860
5871
|
}, null, 2)) : m("", !0)
|
5861
|
-
], 40,
|
5872
|
+
], 40, Yc)) : m("", !0),
|
5862
5873
|
y.type === "router" ? (l(), C(d, {
|
5863
5874
|
key: 1,
|
5864
5875
|
to: s.getRoute(y),
|
@@ -5870,7 +5881,7 @@ function su(e, i, t, a, n, s) {
|
|
5870
5881
|
iconClass: y.iconClass,
|
5871
5882
|
type: y.iconType
|
5872
5883
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5873
|
-
y.text ? (l(), o("span",
|
5884
|
+
y.text ? (l(), o("span", Xc, g(y.text), 1)) : m("", !0),
|
5874
5885
|
y.subentries && y.subentries.length > 0 ? (l(), o("span", {
|
5875
5886
|
key: 2,
|
5876
5887
|
class: _(["subentry-icon", t.subentriesIconClass])
|
@@ -5882,7 +5893,7 @@ function su(e, i, t, a, n, s) {
|
|
5882
5893
|
key: 2,
|
5883
5894
|
"aria-expanded": n.openSubentry ? "true" : "false"
|
5884
5895
|
}, [
|
5885
|
-
(l(!0), o(
|
5896
|
+
(l(!0), o(b, null, F(y.subentries, (v, T) => (l(), o("li", { key: T }, [
|
5886
5897
|
r.type === "href" ? (l(), o("a", {
|
5887
5898
|
key: 0,
|
5888
5899
|
href: v.path,
|
@@ -5895,12 +5906,12 @@ function su(e, i, t, a, n, s) {
|
|
5895
5906
|
iconClass: v.iconClass,
|
5896
5907
|
type: v.iconType
|
5897
5908
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5898
|
-
v.text ? (l(), o("span",
|
5909
|
+
v.text ? (l(), o("span", tu, g(v.text), 1)) : m("", !0),
|
5899
5910
|
v.subentries && v.subentries.length > 0 ? (l(), o("span", {
|
5900
5911
|
key: 2,
|
5901
5912
|
class: _(["subentry-icon", t.subentriesIconClass])
|
5902
5913
|
}, null, 2)) : m("", !0)
|
5903
|
-
], 8,
|
5914
|
+
], 8, eu)) : m("", !0),
|
5904
5915
|
r.type === "router" ? (l(), C(d, {
|
5905
5916
|
key: 1,
|
5906
5917
|
to: s.getRoute(v),
|
@@ -5912,7 +5923,7 @@ function su(e, i, t, a, n, s) {
|
|
5912
5923
|
iconClass: v.iconClass,
|
5913
5924
|
type: v.iconType
|
5914
5925
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5915
|
-
v.text ? (l(), o("span",
|
5926
|
+
v.text ? (l(), o("span", iu, g(v.text), 1)) : m("", !0),
|
5916
5927
|
v.subentries && v.subentries.length > 0 ? (l(), o("span", {
|
5917
5928
|
key: 2,
|
5918
5929
|
class: _(["subentry-icon", t.subentriesIconClass])
|
@@ -5921,9 +5932,9 @@ function su(e, i, t, a, n, s) {
|
|
5921
5932
|
_: 2
|
5922
5933
|
}, 1032, ["to", "target"])) : m("", !0)
|
5923
5934
|
]))), 128))
|
5924
|
-
], 8,
|
5935
|
+
], 8, $c)) : m("", !0)
|
5925
5936
|
], 2))), 128))
|
5926
|
-
], 8,
|
5937
|
+
], 8, Jc)) : m("", !0)
|
5927
5938
|
], 2);
|
5928
5939
|
}), 128))
|
5929
5940
|
], 2)
|
@@ -5945,8 +5956,8 @@ function su(e, i, t, a, n, s) {
|
|
5945
5956
|
])) : m("", !0)
|
5946
5957
|
], 2);
|
5947
5958
|
}
|
5948
|
-
const
|
5949
|
-
const
|
5959
|
+
const su = /* @__PURE__ */ N(Uc, [["render", nu]]);
|
5960
|
+
const lu = {
|
5950
5961
|
name: "CmdMultistepFormProgressBar",
|
5951
5962
|
data() {
|
5952
5963
|
return {
|
@@ -5977,20 +5988,20 @@ const ou = {
|
|
5977
5988
|
return me(e);
|
5978
5989
|
}
|
5979
5990
|
}
|
5980
|
-
},
|
5991
|
+
}, ou = { class: "cmd-multistep-form-progress-bar" }, au = ["href", "onClick", "title"], ru = {
|
5981
5992
|
key: 0,
|
5982
5993
|
class: "number"
|
5983
|
-
},
|
5994
|
+
}, cu = { key: 2 }, uu = {
|
5984
5995
|
key: 0,
|
5985
5996
|
class: "number"
|
5986
|
-
},
|
5997
|
+
}, du = { key: 2 }, mu = ["type", "name", "title", "formaction", "onClick"], hu = {
|
5987
5998
|
key: 0,
|
5988
5999
|
class: "number"
|
5989
|
-
},
|
5990
|
-
function
|
6000
|
+
}, fu = { key: 2 };
|
6001
|
+
function gu(e, i, t, a, n, s) {
|
5991
6002
|
const u = E, d = le("router-link");
|
5992
|
-
return l(), o("ol",
|
5993
|
-
(l(!0), o(
|
6003
|
+
return l(), o("ol", ou, [
|
6004
|
+
(l(!0), o(b, null, F(t.multisteps, (r, c) => (l(), o("li", {
|
5994
6005
|
key: c,
|
5995
6006
|
class: _({ active: n.activeLink === c })
|
5996
6007
|
}, [
|
@@ -6000,30 +6011,30 @@ function pu(e, i, t, a, n, s) {
|
|
6000
6011
|
onClick: O((f) => s.clickedStep(f, c), ["stop", "prevent"]),
|
6001
6012
|
title: r.tooltip
|
6002
6013
|
}, [
|
6003
|
-
t.showStepNumber ? (l(), o("span",
|
6014
|
+
t.showStepNumber ? (l(), o("span", ru, g(c + 1), 1)) : m("", !0),
|
6004
6015
|
r.iconClass ? (l(), C(u, {
|
6005
6016
|
key: 1,
|
6006
6017
|
iconClass: r.iconClass,
|
6007
6018
|
type: r.iconType
|
6008
6019
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
6009
|
-
r.text ? (l(), o("span",
|
6020
|
+
r.text ? (l(), o("span", cu, g(r.text), 1)) : m("", !0),
|
6010
6021
|
h("span", {
|
6011
6022
|
class: _(t.separatorIconClass)
|
6012
6023
|
}, null, 2)
|
6013
|
-
], 8,
|
6024
|
+
], 8, au)) : m("", !0),
|
6014
6025
|
r.type === "router" ? (l(), C(d, {
|
6015
6026
|
key: 1,
|
6016
6027
|
to: s.getRoute(r),
|
6017
6028
|
title: r.tooltip
|
6018
6029
|
}, {
|
6019
6030
|
default: A(() => [
|
6020
|
-
t.showStepNumber ? (l(), o("span",
|
6031
|
+
t.showStepNumber ? (l(), o("span", uu, g(c + 1), 1)) : m("", !0),
|
6021
6032
|
r.iconClass ? (l(), C(u, {
|
6022
6033
|
key: 1,
|
6023
6034
|
iconClass: r.iconClass,
|
6024
6035
|
type: r.iconType
|
6025
6036
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
6026
|
-
r.text ? (l(), o("span",
|
6037
|
+
r.text ? (l(), o("span", du, g(r.text), 1)) : m("", !0),
|
6027
6038
|
h("span", {
|
6028
6039
|
class: _(t.separatorIconClass)
|
6029
6040
|
}, null, 2)
|
@@ -6039,22 +6050,22 @@ function pu(e, i, t, a, n, s) {
|
|
6039
6050
|
formaction: r.formaction,
|
6040
6051
|
onClick: O((f) => s.clickedStep(f, c), ["stop", "prevent"])
|
6041
6052
|
}, [
|
6042
|
-
t.showStepNumber ? (l(), o("span",
|
6053
|
+
t.showStepNumber ? (l(), o("span", hu, g(c + 1), 1)) : m("", !0),
|
6043
6054
|
r.iconClass ? (l(), C(u, {
|
6044
6055
|
key: 1,
|
6045
6056
|
iconClass: r.iconClass,
|
6046
6057
|
type: r.iconType
|
6047
6058
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
6048
|
-
r.text ? (l(), o("span",
|
6059
|
+
r.text ? (l(), o("span", fu, g(r.text), 1)) : m("", !0),
|
6049
6060
|
h("span", {
|
6050
6061
|
class: _(t.separatorIconClass)
|
6051
6062
|
}, null, 2)
|
6052
|
-
], 8,
|
6063
|
+
], 8, mu)) : m("", !0)
|
6053
6064
|
], 2))), 128))
|
6054
6065
|
]);
|
6055
6066
|
}
|
6056
|
-
const
|
6057
|
-
function
|
6067
|
+
const Gh = /* @__PURE__ */ N(lu, [["render", gu]]);
|
6068
|
+
function pu(e, i, t, a = !0) {
|
6058
6069
|
function n(s, u) {
|
6059
6070
|
return u && s < 10 ? "0" + s : s;
|
6060
6071
|
}
|
@@ -6066,7 +6077,7 @@ function yu(e, i, t, a = !0) {
|
|
6066
6077
|
return n(s, a) + e + n(u, !0) + i;
|
6067
6078
|
};
|
6068
6079
|
}
|
6069
|
-
const
|
6080
|
+
const yu = {
|
6070
6081
|
name: "CmdOpeningHours",
|
6071
6082
|
props: {
|
6072
6083
|
link: {
|
@@ -6160,24 +6171,24 @@ const _u = {
|
|
6160
6171
|
},
|
6161
6172
|
methods: {
|
6162
6173
|
getTime(e) {
|
6163
|
-
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) :
|
6174
|
+
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : pu(":", " hrs", "", !1)(e.hours, e.mins);
|
6164
6175
|
}
|
6165
6176
|
},
|
6166
6177
|
beforeUnmount() {
|
6167
6178
|
this.$_CmdOpeningHours_intervalId && (clearInterval(this.$_CmdOpeningHours_intervalId), this.$_CmdOpeningHours_intervalId = null);
|
6168
6179
|
}
|
6169
|
-
},
|
6170
|
-
function
|
6180
|
+
}, _u = { class: "cmd-opening-hours" }, Cu = ["href"], bu = { key: 3 }, ku = { key: 0 }, vu = { key: 1 };
|
6181
|
+
function wu(e, i, t, a, n, s) {
|
6171
6182
|
var r, c;
|
6172
6183
|
const u = W, d = le("router-link");
|
6173
|
-
return l(), o("div",
|
6184
|
+
return l(), o("div", _u, [
|
6174
6185
|
t.cmdHeadline ? (l(), C(u, K(q({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
6175
|
-
t.link && ((r = t.link) == null ? void 0 : r.path) && ((c = t.link) == null ? void 0 : c.show) ? (l(), o(
|
6186
|
+
t.link && ((r = t.link) == null ? void 0 : r.path) && ((c = t.link) == null ? void 0 : c.show) ? (l(), o(b, { key: 1 }, [
|
6176
6187
|
t.link.type === "href" ? (l(), o("a", {
|
6177
6188
|
key: 0,
|
6178
6189
|
href: t.link.path,
|
6179
6190
|
class: _({ closed: s.isClosed })
|
6180
|
-
}, g(s.textOpenClosed), 11,
|
6191
|
+
}, g(s.textOpenClosed), 11, Cu)) : m("", !0),
|
6181
6192
|
t.link.type === "router" ? (l(), C(d, {
|
6182
6193
|
key: 1,
|
6183
6194
|
to: t.link.path,
|
@@ -6197,22 +6208,22 @@ function Iu(e, i, t, a, n, s) {
|
|
6197
6208
|
class: _({ closed: s.isClosed })
|
6198
6209
|
}, g(s.textOpenClosed), 3)),
|
6199
6210
|
h("dl", null, [
|
6200
|
-
(l(!0), o(
|
6211
|
+
(l(!0), o(b, null, F(s.openingHoursFormatted, (f) => (l(), o(b, {
|
6201
6212
|
key: f.day
|
6202
6213
|
}, [
|
6203
6214
|
h("dt", null, g(f.day) + ":", 1),
|
6204
6215
|
h("dd", null, g(s.getTime(f.fromTime)) + "\u2013" + g(s.getTime(f.tillTime)), 1)
|
6205
6216
|
], 64))), 128))
|
6206
6217
|
]),
|
6207
|
-
t.textHolidaysClosed || t.textMiscInfo ? (l(), o("div",
|
6208
|
-
t.textHolidaysClosed ? (l(), o("p",
|
6218
|
+
t.textHolidaysClosed || t.textMiscInfo ? (l(), o("div", bu, [
|
6219
|
+
t.textHolidaysClosed ? (l(), o("p", ku, [
|
6209
6220
|
h("strong", null, g(t.textHolidaysClosed), 1)
|
6210
6221
|
])) : m("", !0),
|
6211
|
-
t.textMiscInfo ? (l(), o("p",
|
6222
|
+
t.textMiscInfo ? (l(), o("p", vu, g(t.textMiscInfo), 1)) : m("", !0)
|
6212
6223
|
])) : m("", !0)
|
6213
6224
|
]);
|
6214
6225
|
}
|
6215
|
-
const
|
6226
|
+
const Qh = /* @__PURE__ */ N(yu, [["render", wu]]), Iu = {
|
6216
6227
|
data() {
|
6217
6228
|
return {
|
6218
6229
|
defaultMessageProperties: {
|
@@ -6222,11 +6233,11 @@ const Zh = /* @__PURE__ */ N(_u, [["render", Iu]]), xu = {
|
|
6222
6233
|
};
|
6223
6234
|
}
|
6224
6235
|
};
|
6225
|
-
const
|
6236
|
+
const xu = {
|
6226
6237
|
name: "CmdPager",
|
6227
6238
|
mixins: [
|
6228
6239
|
ie,
|
6229
|
-
|
6240
|
+
Iu
|
6230
6241
|
],
|
6231
6242
|
emits: ["click"],
|
6232
6243
|
data() {
|
@@ -6293,10 +6304,10 @@ const Tu = {
|
|
6293
6304
|
this.currentPage > 1 && this.showPage(this.currentPage - 1);
|
6294
6305
|
}
|
6295
6306
|
}
|
6296
|
-
},
|
6297
|
-
function
|
6307
|
+
}, Tu = { class: "cmd-pager" }, Su = ["href", "title"], Mu = { key: 0 }, Ou = { class: "page-index" }, Lu = { class: "flex-container" }, Du = ["href", "title", "onClick"], Nu = ["href", "title"], ju = { key: 0 };
|
6308
|
+
function Bu(e, i, t, a, n, s) {
|
6298
6309
|
const u = E;
|
6299
|
-
return l(), o("div",
|
6310
|
+
return l(), o("div", Tu, [
|
6300
6311
|
h("a", {
|
6301
6312
|
href: s.getPreviousHref,
|
6302
6313
|
class: _(["page-change", { disabled: n.currentPage === 1, button: t.linkType === "button" }]),
|
@@ -6307,11 +6318,11 @@ function Pu(e, i, t, a, n, s) {
|
|
6307
6318
|
iconClass: t.prevLink.iconClass,
|
6308
6319
|
type: t.prevLink.iconType
|
6309
6320
|
}, null, 8, ["iconClass", "type"]),
|
6310
|
-
t.prevLink.showText ? (l(), o("span",
|
6311
|
-
], 10,
|
6312
|
-
h("div",
|
6313
|
-
h("div",
|
6314
|
-
(l(!0), o(
|
6321
|
+
t.prevLink.showText ? (l(), o("span", Mu, g(t.prevLink.text), 1)) : m("", !0)
|
6322
|
+
], 10, Su),
|
6323
|
+
h("div", Ou, [
|
6324
|
+
h("div", Lu, [
|
6325
|
+
(l(!0), o(b, null, F(t.pages, (d, r) => (l(), o("a", {
|
6315
6326
|
href: s.getHref(d),
|
6316
6327
|
class: _({ disabled: n.currentPage === r + 1, button: t.linkType === "button" }),
|
6317
6328
|
title: n.currentPage !== r + 1 ? e.getMessage("cmdpager.tooltip.go_to_page", r + 1) : e.getMessage("cmdpager.tooltip.not_possible"),
|
@@ -6320,7 +6331,7 @@ function Pu(e, i, t, a, n, s) {
|
|
6320
6331
|
"aria-live": "polite"
|
6321
6332
|
}, [
|
6322
6333
|
h("span", null, g(r + 1), 1)
|
6323
|
-
], 10,
|
6334
|
+
], 10, Du))), 128))
|
6324
6335
|
])
|
6325
6336
|
]),
|
6326
6337
|
h("a", {
|
@@ -6329,16 +6340,16 @@ function Pu(e, i, t, a, n, s) {
|
|
6329
6340
|
onClick: i[1] || (i[1] = O((...d) => s.nextPage && s.nextPage(...d), ["prevent"])),
|
6330
6341
|
title: t.nextLink.showText ? null : t.nextLink.text
|
6331
6342
|
}, [
|
6332
|
-
t.nextLink.showText ? (l(), o("span",
|
6343
|
+
t.nextLink.showText ? (l(), o("span", ju, g(t.nextLink.text), 1)) : m("", !0),
|
6333
6344
|
x(u, {
|
6334
6345
|
iconClass: t.nextLink.iconClass,
|
6335
6346
|
type: t.nextLink.iconType
|
6336
6347
|
}, null, 8, ["iconClass", "type"])
|
6337
|
-
], 10,
|
6348
|
+
], 10, Nu)
|
6338
6349
|
]);
|
6339
6350
|
}
|
6340
|
-
const
|
6341
|
-
const
|
6351
|
+
const Zh = /* @__PURE__ */ N(xu, [["render", Bu]]);
|
6352
|
+
const Pu = {
|
6342
6353
|
name: "CmdProgressBar",
|
6343
6354
|
inheritAttrs: !1,
|
6344
6355
|
data() {
|
@@ -6364,8 +6375,8 @@ const Au = {
|
|
6364
6375
|
required: !0
|
6365
6376
|
}
|
6366
6377
|
}
|
6367
|
-
},
|
6368
|
-
function
|
6378
|
+
}, Au = ["for"], Fu = { class: "progressbar" }, zu = { key: 0 }, Hu = ["id", "value"];
|
6379
|
+
function qu(e, i, t, a, n, s) {
|
6369
6380
|
return l(), o("label", {
|
6370
6381
|
class: "cmd-progressbar",
|
6371
6382
|
for: t.id
|
@@ -6373,17 +6384,17 @@ function Ru(e, i, t, a, n, s) {
|
|
6373
6384
|
h("span", {
|
6374
6385
|
class: _(["label-text", { hidden: !t.showLabel }])
|
6375
6386
|
}, g(t.labelText), 3),
|
6376
|
-
h("span",
|
6377
|
-
t.showLoadingStatus ? (l(), o("span",
|
6387
|
+
h("span", Fu, [
|
6388
|
+
t.showLoadingStatus ? (l(), o("span", zu, g(n.loadingStatus) + " %", 1)) : m("", !0),
|
6378
6389
|
h("progress", q(e.$attrs, {
|
6379
6390
|
id: t.id,
|
6380
6391
|
value: n.loadingStatus
|
6381
|
-
}), null, 16,
|
6392
|
+
}), null, 16, Hu)
|
6382
6393
|
])
|
6383
|
-
], 8,
|
6394
|
+
], 8, Au);
|
6384
6395
|
}
|
6385
|
-
const
|
6386
|
-
const
|
6396
|
+
const Wh = /* @__PURE__ */ N(Pu, [["render", qu]]);
|
6397
|
+
const Ru = {
|
6387
6398
|
name: "CmdSocialNetworks",
|
6388
6399
|
data() {
|
6389
6400
|
return {
|
@@ -6463,8 +6474,8 @@ const Vu = {
|
|
6463
6474
|
return this.userMustAcceptDataPrivacy ? this.dataPrivacyAccepted ? e : this.tooltipAcceptDataPrivacy : e;
|
6464
6475
|
}
|
6465
6476
|
}
|
6466
|
-
},
|
6467
|
-
function
|
6477
|
+
}, Vu = ["id", "href", "title"], Eu = { key: 1 };
|
6478
|
+
function Uu(e, i, t, a, n, s) {
|
6468
6479
|
const u = W, d = _e, r = E;
|
6469
6480
|
return l(), o("div", {
|
6470
6481
|
class: _(["cmd-social-networks", { stretch: t.stretchButtons, "align-right": t.align === "right" }])
|
@@ -6483,7 +6494,7 @@ function Gu(e, i, t, a, n, s) {
|
|
6483
6494
|
h("ul", {
|
6484
6495
|
class: _(["button-wrapper no-flex", { "no-gap": !t.useGap }])
|
6485
6496
|
}, [
|
6486
|
-
(l(!0), o(
|
6497
|
+
(l(!0), o(b, null, F(s.validNetworks, (c) => (l(), o("li", null, [
|
6487
6498
|
(l(), o("a", {
|
6488
6499
|
key: c.path,
|
6489
6500
|
class: _(["button", { disabled: t.userMustAcceptDataPrivacy && !n.dataPrivacyAccepted }, { "text-align-right": t.textAlign === "right" }]),
|
@@ -6498,14 +6509,14 @@ function Gu(e, i, t, a, n, s) {
|
|
6498
6509
|
iconClass: c.iconClass,
|
6499
6510
|
type: c.iconType
|
6500
6511
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
6501
|
-
c.linkText ? (l(), o("span",
|
6502
|
-
], 10,
|
6512
|
+
c.linkText ? (l(), o("span", Eu, g(c.linkText), 1)) : m("", !0)
|
6513
|
+
], 10, Vu))
|
6503
6514
|
]))), 256))
|
6504
6515
|
], 2)
|
6505
6516
|
], 2);
|
6506
6517
|
}
|
6507
|
-
const
|
6508
|
-
const
|
6518
|
+
const Jh = /* @__PURE__ */ N(Ru, [["render", Uu]]);
|
6519
|
+
const Gu = {
|
6509
6520
|
name: "CmdSiteFooter",
|
6510
6521
|
props: {
|
6511
6522
|
orientation: {
|
@@ -6513,9 +6524,9 @@ const Qu = {
|
|
6513
6524
|
default: "horizontal"
|
6514
6525
|
}
|
6515
6526
|
}
|
6516
|
-
},
|
6517
|
-
function
|
6518
|
-
return l(), o("div",
|
6527
|
+
}, Qu = { class: "cmd-site-footer" };
|
6528
|
+
function Zu(e, i, t, a, n, s) {
|
6529
|
+
return l(), o("div", Qu, [
|
6519
6530
|
h("footer", {
|
6520
6531
|
class: _(["flex-container", { vertical: t.orientation === "vertical" }])
|
6521
6532
|
}, [
|
@@ -6523,8 +6534,8 @@ function Wu(e, i, t, a, n, s) {
|
|
6523
6534
|
], 2)
|
6524
6535
|
]);
|
6525
6536
|
}
|
6526
|
-
const
|
6527
|
-
const
|
6537
|
+
const Yh = /* @__PURE__ */ N(Gu, [["render", Zu]]);
|
6538
|
+
const Wu = {
|
6528
6539
|
name: "CmdSiteHeader",
|
6529
6540
|
props: {
|
6530
6541
|
closeOffcanvas: {
|
@@ -6552,18 +6563,18 @@ const Ju = {
|
|
6552
6563
|
required: !1
|
6553
6564
|
}
|
6554
6565
|
}
|
6555
|
-
},
|
6566
|
+
}, Ju = {
|
6556
6567
|
key: 0,
|
6557
6568
|
class: "top-header"
|
6558
6569
|
};
|
6559
|
-
function
|
6560
|
-
var r, c, f, p,
|
6561
|
-
const u =
|
6570
|
+
function Yu(e, i, t, a, n, s) {
|
6571
|
+
var r, c, f, p, k, y, I, v;
|
6572
|
+
const u = na, d = su;
|
6562
6573
|
return l(), o("div", {
|
6563
6574
|
class: _(["cmd-site-header", { sticky: t.sticky, "navigation-inline": t.navigationInline }]),
|
6564
6575
|
role: "banner"
|
6565
6576
|
}, [
|
6566
|
-
e.$slots.topheader ? (l(), o("div",
|
6577
|
+
e.$slots.topheader ? (l(), o("div", Ju, [
|
6567
6578
|
V(e.$slots, "topheader")
|
6568
6579
|
])) : m("", !0),
|
6569
6580
|
h("header", {
|
@@ -6572,14 +6583,14 @@ function Ku(e, i, t, a, n, s) {
|
|
6572
6583
|
{ "has-navigation": ((c = (r = t.cmdMainNavigation) == null ? void 0 : r.navigationEntries) == null ? void 0 : c.length) && t.navigationInline || e.$slots.navigation }
|
6573
6584
|
])
|
6574
6585
|
}, [
|
6575
|
-
e.$slots.logo || e.$slots.header || e.$slots.navigation ? (l(), o(
|
6586
|
+
e.$slots.logo || e.$slots.header || e.$slots.navigation ? (l(), o(b, { key: 0 }, [
|
6576
6587
|
V(e.$slots, "logo"),
|
6577
6588
|
V(e.$slots, "header"),
|
6578
6589
|
V(e.$slots, "navigation")
|
6579
6590
|
], 64)) : m("", !0),
|
6580
|
-
t.cmdCompanyLogo || ((p = (f = t.cmdMainNavigation) == null ? void 0 : f.navigationEntries) == null ? void 0 : p.length) ? (l(), o(
|
6591
|
+
t.cmdCompanyLogo || ((p = (f = t.cmdMainNavigation) == null ? void 0 : f.navigationEntries) == null ? void 0 : p.length) ? (l(), o(b, { key: 1 }, [
|
6581
6592
|
t.cmdCompanyLogo ? (l(), C(u, K(q({ key: 0 }, t.cmdCompanyLogo)), null, 16)) : m("", !0),
|
6582
|
-
((y = (
|
6593
|
+
((y = (k = t.cmdMainNavigation) == null ? void 0 : k.navigationEntries) == null ? void 0 : y.length) && t.navigationInline ? (l(), C(d, {
|
6583
6594
|
key: 1,
|
6584
6595
|
navigationEntries: t.cmdMainNavigation.navigationEntries,
|
6585
6596
|
closeOffcanvas: t.closeOffcanvas
|
@@ -6593,7 +6604,7 @@ function Ku(e, i, t, a, n, s) {
|
|
6593
6604
|
}, null, 8, ["navigationEntries", "closeOffcanvas"])) : m("", !0)
|
6594
6605
|
], 2);
|
6595
6606
|
}
|
6596
|
-
const
|
6607
|
+
const Kh = /* @__PURE__ */ N(Wu, [["render", Yu]]), Ku = {
|
6597
6608
|
data() {
|
6598
6609
|
return {
|
6599
6610
|
defaultMessageProperties: {
|
@@ -6607,7 +6618,7 @@ const Xh = /* @__PURE__ */ N(Ju, [["render", Ku]]), Xu = {
|
|
6607
6618
|
};
|
6608
6619
|
}
|
6609
6620
|
};
|
6610
|
-
const
|
6621
|
+
const Xu = {
|
6611
6622
|
emits: [
|
6612
6623
|
"search",
|
6613
6624
|
"update:modelValueInput1",
|
@@ -6616,7 +6627,7 @@ const $u = {
|
|
6616
6627
|
"update:modelValueSearchFilters"
|
6617
6628
|
],
|
6618
6629
|
name: "CmdBoxSiteSearch",
|
6619
|
-
mixins: [ie,
|
6630
|
+
mixins: [ie, Ku],
|
6620
6631
|
data() {
|
6621
6632
|
return {
|
6622
6633
|
showFilters: !1
|
@@ -6819,22 +6830,22 @@ const $u = {
|
|
6819
6830
|
deep: !0
|
6820
6831
|
}
|
6821
6832
|
}
|
6822
|
-
},
|
6833
|
+
}, $u = { class: "cmd-box-site-search flex-container" }, ed = { class: "flex-container align-bottom" }, td = { class: "input-wrapper align-bottom" }, id = { key: 0 }, nd = { key: 1 }, sd = {
|
6823
6834
|
key: 0,
|
6824
6835
|
class: "flex-container no-flex",
|
6825
6836
|
role: "listbox",
|
6826
6837
|
"aria-expanded": "true"
|
6827
6838
|
};
|
6828
|
-
function
|
6829
|
-
var p,
|
6830
|
-
const u = W, d = _e, r = E, c =
|
6831
|
-
return l(), o(
|
6832
|
-
h("fieldset",
|
6839
|
+
function ld(e, i, t, a, n, s) {
|
6840
|
+
var p, k, y, I, v, T, M, j, Q, w;
|
6841
|
+
const u = W, d = _e, r = E, c = Rr, f = Xr;
|
6842
|
+
return l(), o(b, null, [
|
6843
|
+
h("fieldset", $u, [
|
6833
6844
|
h("legend", {
|
6834
6845
|
class: _({ hidden: !t.showLegend })
|
6835
6846
|
}, g(t.textLegend), 3),
|
6836
6847
|
t.cmdHeadline ? (l(), C(u, K(q({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
6837
|
-
h("div",
|
6848
|
+
h("div", ed, [
|
6838
6849
|
x(d, {
|
6839
6850
|
element: "input",
|
6840
6851
|
type: t.cmdFormElementInput1.type,
|
@@ -6846,7 +6857,7 @@ function od(e, i, t, a, n, s) {
|
|
6846
6857
|
modelValue: s.searchValue1,
|
6847
6858
|
"onUpdate:modelValue": i[0] || (i[0] = (H) => s.searchValue1 = H)
|
6848
6859
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
|
6849
|
-
h("div",
|
6860
|
+
h("div", td, [
|
6850
6861
|
t.cmdFormElementInput2.show ? (l(), C(d, {
|
6851
6862
|
key: 0,
|
6852
6863
|
element: "input",
|
@@ -6879,22 +6890,22 @@ function od(e, i, t, a, n, s) {
|
|
6879
6890
|
"aria-live": "assertive"
|
6880
6891
|
}, null, 8, ["nativeButton", "onClick", "disabled"])
|
6881
6892
|
]),
|
6882
|
-
(p = t.cmdFakeSelect) != null && p.show ? (l(), o(
|
6893
|
+
(p = t.cmdFakeSelect) != null && p.show ? (l(), o(b, { key: 1 }, [
|
6883
6894
|
h("a", {
|
6884
6895
|
href: "#",
|
6885
6896
|
onClick: i[3] || (i[3] = O((H) => n.showFilters = !n.showFilters, ["prevent"]))
|
6886
6897
|
}, [
|
6887
6898
|
x(r, {
|
6888
|
-
iconClass: n.showFilters ? (y = (
|
6899
|
+
iconClass: n.showFilters ? (y = (k = t.cmdIcon) == null ? void 0 : k.showFilters) == null ? void 0 : y.iconClass : (v = (I = t.cmdIcon) == null ? void 0 : I.hideFilters) == null ? void 0 : v.iconClass,
|
6889
6900
|
type: n.showFilters ? (M = (T = t.cmdIcon) == null ? void 0 : T.showFilters) == null ? void 0 : M.iconType : (Q = (j = t.cmdIcon) == null ? void 0 : j.hideFilters) == null ? void 0 : Q.iconType
|
6890
6901
|
}, null, 8, ["iconClass", "type"]),
|
6891
|
-
n.showFilters ? (l(), o("span",
|
6902
|
+
n.showFilters ? (l(), o("span", id, g(e.getMessage("cmdsitesearch.hide_filter_options")), 1)) : (l(), o("span", nd, g(e.getMessage("cmdsitesearch.show_filter_options")), 1))
|
6892
6903
|
]),
|
6893
6904
|
x(ue, { name: "fade" }, {
|
6894
6905
|
default: A(() => {
|
6895
6906
|
var H, D, P, G, Z;
|
6896
6907
|
return [
|
6897
|
-
n.showFilters && ((H = t.cmdFakeSelect) == null ? void 0 : H.selectData.length) ? (l(), o("div",
|
6908
|
+
n.showFilters && ((H = t.cmdFakeSelect) == null ? void 0 : H.selectData.length) ? (l(), o("div", sd, [
|
6898
6909
|
x(c, {
|
6899
6910
|
role: "option",
|
6900
6911
|
selectData: (D = t.cmdFakeSelect) == null ? void 0 : D.selectData,
|
@@ -6919,8 +6930,8 @@ function od(e, i, t, a, n, s) {
|
|
6919
6930
|
}, null, 8, ["modelValue", "selectedOptionsName"])) : m("", !0)
|
6920
6931
|
], 64);
|
6921
6932
|
}
|
6922
|
-
const
|
6923
|
-
const
|
6933
|
+
const Xh = /* @__PURE__ */ N(Xu, [["render", ld]]);
|
6934
|
+
const od = {
|
6924
6935
|
name: "CmdSlideshow",
|
6925
6936
|
data() {
|
6926
6937
|
return {
|
@@ -7007,8 +7018,8 @@ const ad = {
|
|
7007
7018
|
immediate: !0
|
7008
7019
|
}
|
7009
7020
|
}
|
7010
|
-
},
|
7011
|
-
function
|
7021
|
+
}, ad = ["href", "title"], rd = { key: 0 }, cd = ["onClick", "aria-label"], ud = { key: 1 };
|
7022
|
+
function dd(e, i, t, a, n, s) {
|
7012
7023
|
const u = St, d = Ie;
|
7013
7024
|
return l(), o("div", {
|
7014
7025
|
class: _(["cmd-slideshow", { "full-width": n.fullWidth }])
|
@@ -7024,26 +7035,26 @@ function md(e, i, t, a, n, s) {
|
|
7024
7035
|
}, null, 8, ["onClick"]),
|
7025
7036
|
x(bt, { name: "fade" }, {
|
7026
7037
|
default: A(() => {
|
7027
|
-
var r, c, f, p,
|
7038
|
+
var r, c, f, p, k, y, I, v, T, M;
|
7028
7039
|
return [
|
7029
|
-
s.currentItem ? (l(), o(
|
7040
|
+
s.currentItem ? (l(), o(b, { key: 0 }, [
|
7030
7041
|
t.useSlot ? (l(), o("div", {
|
7031
7042
|
class: "image-wrapper",
|
7032
7043
|
key: n.index,
|
7033
7044
|
style: Oe("background-image: url(" + s.currentItem.image.srcLarge + ")")
|
7034
7045
|
}, [
|
7035
7046
|
V(e.$slots, "item" + n.currentSlotItem)
|
7036
|
-
], 4)) : (l(), o(
|
7047
|
+
], 4)) : (l(), o(b, { key: 0 }, [
|
7037
7048
|
(c = (r = s.currentItem) == null ? void 0 : r.link) != null && c.href ? (l(), o("a", {
|
7038
7049
|
href: (p = (f = s.currentItem) == null ? void 0 : f.link) == null ? void 0 : p.href,
|
7039
|
-
title: (y = (
|
7050
|
+
title: (y = (k = s.currentItem) == null ? void 0 : k.link) == null ? void 0 : y.tooltip,
|
7040
7051
|
key: n.index
|
7041
7052
|
}, [
|
7042
7053
|
x(d, {
|
7043
7054
|
image: (I = s.currentItem) == null ? void 0 : I.image,
|
7044
7055
|
figcaption: (v = s.currentItem) == null ? void 0 : v.figcaption
|
7045
7056
|
}, null, 8, ["image", "figcaption"])
|
7046
|
-
], 8,
|
7057
|
+
], 8, ad)) : (l(), C(d, {
|
7047
7058
|
image: (T = s.currentItem) == null ? void 0 : T.image,
|
7048
7059
|
figcaption: (M = s.currentItem) == null ? void 0 : M.figcaption,
|
7049
7060
|
key: n.index
|
@@ -7057,8 +7068,8 @@ function md(e, i, t, a, n, s) {
|
|
7057
7068
|
x(u, {
|
7058
7069
|
onClick: O(s.showNextItem, ["prevent"])
|
7059
7070
|
}, null, 8, ["onClick"]),
|
7060
|
-
t.showQuickLinkIcons ? (l(), o("ol",
|
7061
|
-
(l(!0), o(
|
7071
|
+
t.showQuickLinkIcons ? (l(), o("ol", rd, [
|
7072
|
+
(l(!0), o(b, null, F(t.slideshowItems, (r, c) => (l(), o("li", {
|
7062
7073
|
key: c,
|
7063
7074
|
class: _({ active: c === n.index })
|
7064
7075
|
}, [
|
@@ -7066,25 +7077,25 @@ function md(e, i, t, a, n, s) {
|
|
7066
7077
|
href: "#",
|
7067
7078
|
onClick: O((f) => n.index = c, ["prevent"]),
|
7068
7079
|
"aria-label": n.index
|
7069
|
-
}, null, 8,
|
7080
|
+
}, null, 8, cd)
|
7070
7081
|
], 2))), 128))
|
7071
7082
|
])) : m("", !0),
|
7072
|
-
t.showCounter ? (l(), o("span",
|
7083
|
+
t.showCounter ? (l(), o("span", ud, g(n.index + 1) + "/" + g(t.slideshowItems.length), 1)) : m("", !0)
|
7073
7084
|
], 32)
|
7074
7085
|
], 2);
|
7075
7086
|
}
|
7076
|
-
const
|
7087
|
+
const $h = /* @__PURE__ */ N(od, [["render", dd]]), md = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI4NTAuMzk0cHgiIGhlaWdodD0iNTY2LjkyOXB4IiB2aWV3Qm94PSIwIDAgODUwLjM5NCA1NjYuOTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4NTAuMzk0IDU2Ni45MjkiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9Iml0Ij4NCgk8Zz4NCgkJPHJlY3QgZmlsbD0iIzA3OEU0NiIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIyODMuNDY1IiBmaWxsPSIjRkJGREZGIiB3aWR0aD0iMjgzLjQ2NSIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjU2Ni45MyIgZmlsbD0iI0QzMjQyQyIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJkZSI+DQoJPGc+DQoJCTxkZXNjPkZsYWcgb2YgR2VybWFueTwvZGVzYz4NCgkJPHJlY3QgaWQ9ImJsYWNrX3N0cmlwZSIgeD0iMC45MDEiIGZpbGw9IiMwMTAyMDIiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPHJlY3QgaWQ9InJlZF9zdHJpcGUiIHg9IjAuOTAxIiB5PSIxODguOTc3IiBmaWxsPSIjREQwQjE1IiB3aWR0aD0iODQ5LjQ5MiIgaGVpZ2h0PSIzNzcuOTUzIi8+DQoJCTxyZWN0IGlkPSJnb2xkX3N0cmlwZSIgeD0iMC45MDEiIHk9IjM3Ny45NTMiIGZpbGw9IiNGRkNFMDUiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjE4OC45NzYiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iZnIiIGRpc3BsYXk9Im5vbmUiPg0KCTxnIGRpc3BsYXk9ImlubGluZSI+DQoJCTxyZWN0IHg9IjAuOTAxIiBmaWxsPSIjQ0YxMzI3IiB3aWR0aD0iODQ5LjQ5MiIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjAuOTAxIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iNTY2LjMyOCIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjAuOTAxIiBmaWxsPSIjMUQyQzRFIiB3aWR0aD0iMjgzLjE2NCIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9InJ1IiBkaXNwbGF5PSJub25lIj4NCgk8ZyBkaXNwbGF5PSJpbmxpbmUiPg0KCQk8cmVjdCBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iODUwLjM5NSIgaGVpZ2h0PSIyODMuNDY1Ii8+DQoJCTxyZWN0IHk9IjI4My40NjUiIGZpbGw9IiNENTJEMUUiIHdpZHRoPSI4NTAuMzk1IiBoZWlnaHQ9IjI4My40NjQiLz4NCgkJPHJlY3QgeT0iMTg4Ljk3NyIgZmlsbD0iIzFFNDI5NSIgd2lkdGg9Ijg1MC4zOTUiIGhlaWdodD0iMTg4Ljk3NyIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJjbiIgZGlzcGxheT0ibm9uZSI+DQoJPGcgZGlzcGxheT0iaW5saW5lIj4NCgkJPHJlY3QgeD0iMC45MDEiIGZpbGw9IiNERjJCMTQiIHdpZHRoPSI4NDkuNDkzIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNSw1KSBzY2FsZSgzKSI+DQoJCQk8cGF0aCBpZD0icyIgZmlsbD0iI0ZGREUwOCIgZD0iTTE0Mi40ODMsNTYuNjkzbDQ5LjkzMiwxNTMuODM4TDYxLjY5MiwxMTUuNDU0aDE2MS41ODNMOTIuNTUxLDIxMC41MzFMMTQyLjQ4Myw1Ni42OTN6Ii8+DQoJCTwvZz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAsMikgcm90YXRlKDIzLjAzNjI0MykiPg0KCQkJPHBhdGggaWQ9InNfMV8iIGZpbGw9IiNGRkRFMDgiIGQ9Ik0yOTUuMTQ2LDMwLjYwN2wtNC43MjgsNTMuNzFsLTI3LjcxMS00Ni4yMzRsNDkuNTY2LDIxLjA5OWwtNTIuNDg4LDEyLjA5NkwyOTUuMTQ2LDMwLjYwN3oiLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiw0KSByb3RhdGUoNDUuODY5ODk4KSI+DQoJCQk8cGF0aCBpZD0ic18yXyIgZmlsbD0iI0ZGREUwOCIgZD0iTTM2MS4wMjIsOTMuNjQ4bC0yNS4xNzgsNDcuNjY1bC03LjYxNy01My4zNzZsMzcuNTAzLDM4LjcwMWwtNTMuMDY0LTkuMjQzTDM2MS4wMjIsOTMuNjQ4eiIvPg0KCQk8L2c+DQoJCTxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLDcpIHJvdGF0ZSg2OS45NDUzOTYpIj4NCgkJCTxwYXRoIGlkPSJzXzNfIiBmaWxsPSIjRkZERTA4IiBkPSJNMzY3LjI5OCwxODguNzA1bC00Mi40MTIsMzMuMjM2bDE0Ljc5Ny01MS44NDRsMTguNDcsNTAuNjQ5bC00NC42ODItMzAuMTA4TDM2Ny4yOTgsMTg4LjcwNXoiDQoJCQkJLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCw5KSByb3RhdGUoMjAuNjU5ODA4KSI+DQoJCQk8cGF0aCBpZD0ic180XyIgZmlsbD0iI0ZGREUwOCIgZD0iTTI5NC4wNTYsMjI4LjU5NWwtMi41LDUzLjg2bC0yOS42MDMtNDUuMDQ1bDUwLjM5NywxOS4wMjRsLTUxLjk0MiwxNC4yNjRMMjk0LjA1NiwyMjguNTk1eiIvPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9InVrIiBkaXNwbGF5PSJub25lIj4NCgk8ZyBkaXNwbGF5PSJpbmxpbmUiPg0KCQk8cmVjdCB5PSIwLjAwMiIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9Ijg1MC4xNiIgaGVpZ2h0PSI1NjYuODY1Ii8+DQoJCTxwb2x5Z29uIGZpbGw9IiNDRjE3MkMiIHBvaW50cz0iMzgyLjU2OSwwIDM4Mi41NjksMjI2LjYyNSAwLDIyNi42MjUgMCwzMzkuOTQ4IDM4Mi41NjksMzM5Ljk0OCAzODIuNTY5LDU2Ni44NjMgNDY3LjU5Miw1NjYuODYzIA0KCQkJNDY3LjU5MiwzMzkuOTQ4IDg1MC4xNiwzMzkuOTQ4IDg1MC4xNiwyMjYuNjI1IDQ2Ny41OTIsMjI2LjYyNSA0NjcuNTkyLDAgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI0OTUuOTQ2LDAgNDk1Ljk0NiwxODMuNDk3IDc3MS4yMDIsMCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjQ5NS45NDYsNTY2Ljg2MyA3NzEuMjAyLDU2Ni44NjMgNDk1Ljk0NiwzODMuMzY4IAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iNzguOTYsNTY2Ljg2MyAzNTQuMjE0LDU2Ni44NjMgMzU0LjIxNCwzODMuMzY4IAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iNzguOTYsMCAzNTQuMjE0LDE4My40OTcgMzU0LjIxNCwwIAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iMC4wMDMsMTg4Ljk1IDIwNC4zOTIsMTg4Ljk1IDAuMDAzLDUyLjY5OSAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjY0NS43NjgsMTg4Ljk1IDg1MC4xNiwxODguOTUgODUwLjE2LDUyLjY5OSAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjY0NS43NjgsMzc3LjkxMyA4NTAuMTYsNTE0LjE3MSA4NTAuMTYsMzc3LjkxMyAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjAsMzc3LjkxMyAwLDUxNC4xNzEgMjA0LjM5MiwzNzcuOTEzIAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiNDRjE3MkMiIHBvaW50cz0iODAyLjkzOCwwIDUyMC4wMDQsMTg4Ljk1IDU2Ny4yMjMsMTg4Ljk1IDg1MC42MDUsMCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjMzMC4xNTYsMzc3LjkwOSAyODIuOTM3LDM3Ny45MDkgMCw1NjYuODUyIDQ3LjIxOSw1NjYuODUyIDMzMC42MDIsMzc3LjkwOSAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjAsMCAwLDMxLjY5MiAyMzYuMDkxLDE4OS4wOTggMjgzLjMxMSwxODkuMDk4IAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiNDRjE3MkMiIHBvaW50cz0iNTY2LjY5NiwzNzcuODMyIDg1MC4wMDgsNTY2LjkyOSA4NTAuMDEsNTM1LjIzOSA2MTMuOTIsMzc3LjgzMiAJCSIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K", hd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
7077
7088
|
__proto__: null,
|
7078
|
-
default:
|
7079
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
7089
|
+
default: md
|
7090
|
+
}, Symbol.toStringTag, { value: "Module" })), fd = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI4NTAuMzk0cHgiIGhlaWdodD0iNTY2LjkyOXB4IiB2aWV3Qm94PSIwIDAgODUwLjM5NCA1NjYuOTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4NTAuMzk0IDU2Ni45MjkiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9Iml0Ij4NCgk8Zz4NCgkJPHJlY3QgZmlsbD0iIzA3OEU0NiIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIyODMuNDY1IiBmaWxsPSIjRkJGREZGIiB3aWR0aD0iMjgzLjQ2NSIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjU2Ni45MyIgZmlsbD0iI0QzMjQyQyIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJkZSI+DQoJPGc+DQoJCTxkZXNjPkZsYWcgb2YgR2VybWFueTwvZGVzYz4NCgkJPHJlY3QgaWQ9ImJsYWNrX3N0cmlwZSIgeD0iMC45MDEiIGZpbGw9IiMwMTAyMDIiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPHJlY3QgaWQ9InJlZF9zdHJpcGUiIHg9IjAuOTAxIiB5PSIxODguOTc3IiBmaWxsPSIjREQwQjE1IiB3aWR0aD0iODQ5LjQ5MiIgaGVpZ2h0PSIzNzcuOTUzIi8+DQoJCTxyZWN0IGlkPSJnb2xkX3N0cmlwZSIgeD0iMC45MDEiIHk9IjM3Ny45NTMiIGZpbGw9IiNGRkNFMDUiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjE4OC45NzYiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iZnIiPg0KCTxnPg0KCQk8cmVjdCB4PSIwLjkwMSIgZmlsbD0iI0NGMTMyNyIgd2lkdGg9Ijg0OS40OTIiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIwLjkwMSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjU2Ni4zMjgiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIwLjkwMSIgZmlsbD0iIzFEMkM0RSIgd2lkdGg9IjI4My4xNjQiIGhlaWdodD0iNTY2LjkyOSIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJydSI+DQoJPGc+DQoJCTxyZWN0IGZpbGw9IiNGRkZGRkYiIHdpZHRoPSI4NTAuMzk1IiBoZWlnaHQ9IjI4My40NjUiLz4NCgkJPHJlY3QgeT0iMjgzLjQ2NSIgZmlsbD0iI0Q1MkQxRSIgd2lkdGg9Ijg1MC4zOTUiIGhlaWdodD0iMjgzLjQ2NCIvPg0KCQk8cmVjdCB5PSIxODguOTc3IiBmaWxsPSIjMUU0Mjk1IiB3aWR0aD0iODUwLjM5NSIgaGVpZ2h0PSIxODguOTc3Ii8+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9ImNuIj4NCgk8Zz4NCgkJPHJlY3QgeD0iMC45MDEiIGZpbGw9IiNERjJCMTQiIHdpZHRoPSI4NDkuNDkzIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNSw1KSBzY2FsZSgzKSI+DQoJCQk8cGF0aCBpZD0icyIgZmlsbD0iI0ZGREUwOCIgZD0iTTE0Mi40ODMsNTYuNjkzbDQ5LjkzMiwxNTMuODM4TDYxLjY5MiwxMTUuNDU0aDE2MS41ODNMOTIuNTUxLDIxMC41MzFMMTQyLjQ4Myw1Ni42OTN6Ii8+DQoJCTwvZz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAsMikgcm90YXRlKDIzLjAzNjI0MykiPg0KCQkJPHBhdGggaWQ9InNfMV8iIGZpbGw9IiNGRkRFMDgiIGQ9Ik0yOTUuMTQ2LDMwLjYwN2wtNC43MjgsNTMuNzFsLTI3LjcxMS00Ni4yMzRsNDkuNTY2LDIxLjA5OWwtNTIuNDg4LDEyLjA5NkwyOTUuMTQ2LDMwLjYwN3oiLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiw0KSByb3RhdGUoNDUuODY5ODk4KSI+DQoJCQk8cGF0aCBpZD0ic18yXyIgZmlsbD0iI0ZGREUwOCIgZD0iTTM2MS4wMjIsOTMuNjQ4bC0yNS4xNzgsNDcuNjY1bC03LjYxNy01My4zNzZsMzcuNTAzLDM4LjcwMWwtNTMuMDY0LTkuMjQzTDM2MS4wMjIsOTMuNjQ4eiIvPg0KCQk8L2c+DQoJCTxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLDcpIHJvdGF0ZSg2OS45NDUzOTYpIj4NCgkJCTxwYXRoIGlkPSJzXzNfIiBmaWxsPSIjRkZERTA4IiBkPSJNMzY3LjI5OCwxODguNzA1bC00Mi40MTIsMzMuMjM2bDE0Ljc5Ny01MS44NDRsMTguNDcsNTAuNjQ5bC00NC42ODItMzAuMTA4TDM2Ny4yOTgsMTg4LjcwNXoiDQoJCQkJLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCw5KSByb3RhdGUoMjAuNjU5ODA4KSI+DQoJCQk8cGF0aCBpZD0ic180XyIgZmlsbD0iI0ZGREUwOCIgZD0iTTI5NC4wNTYsMjI4LjU5NWwtMi41LDUzLjg2bC0yOS42MDMtNDUuMDQ1bDUwLjM5NywxOS4wMjRsLTUxLjk0MiwxNC4yNjRMMjk0LjA1NiwyMjguNTk1eiIvPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9InVrIj4NCgk8Zz4NCgkJPHJlY3QgeT0iMC4wMDIiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSI4NTAuMTYiIGhlaWdodD0iNTY2Ljg2NSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjM4Mi41NjksMCAzODIuNTY5LDIyNi42MjUgMCwyMjYuNjI1IDAsMzM5Ljk0OCAzODIuNTY5LDMzOS45NDggMzgyLjU2OSw1NjYuODYzIDQ2Ny41OTIsNTY2Ljg2MyANCgkJCTQ2Ny41OTIsMzM5Ljk0OCA4NTAuMTYsMzM5Ljk0OCA4NTAuMTYsMjI2LjYyNSA0NjcuNTkyLDIyNi42MjUgNDY3LjU5MiwwIAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iNDk1Ljk0NiwwIDQ5NS45NDYsMTgzLjQ5NyA3NzEuMjAyLDAgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI0OTUuOTQ2LDU2Ni44NjMgNzcxLjIwMiw1NjYuODYzIDQ5NS45NDYsMzgzLjM2OCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9Ijc4Ljk2LDU2Ni44NjMgMzU0LjIxNCw1NjYuODYzIDM1NC4yMTQsMzgzLjM2OCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9Ijc4Ljk2LDAgMzU0LjIxNCwxODMuNDk3IDM1NC4yMTQsMCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjAuMDAzLDE4OC45NSAyMDQuMzkyLDE4OC45NSAwLjAwMyw1Mi42OTkgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI2NDUuNzY4LDE4OC45NSA4NTAuMTYsMTg4Ljk1IDg1MC4xNiw1Mi42OTkgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI2NDUuNzY4LDM3Ny45MTMgODUwLjE2LDUxNC4xNzEgODUwLjE2LDM3Ny45MTMgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSIwLDM3Ny45MTMgMCw1MTQuMTcxIDIwNC4zOTIsMzc3LjkxMyAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjgwMi45MzgsMCA1MjAuMDA0LDE4OC45NSA1NjcuMjIzLDE4OC45NSA4NTAuNjA1LDAgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iI0NGMTcyQyIgcG9pbnRzPSIzMzAuMTU2LDM3Ny45MDkgMjgyLjkzNywzNzcuOTA5IDAsNTY2Ljg1MiA0Ny4yMTksNTY2Ljg1MiAzMzAuNjAyLDM3Ny45MDkgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iI0NGMTcyQyIgcG9pbnRzPSIwLDAgMCwzMS42OTIgMjM2LjA5MSwxODkuMDk4IDI4My4zMTEsMTg5LjA5OCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjU2Ni42OTYsMzc3LjgzMiA4NTAuMDA4LDU2Ni45MjkgODUwLjAxLDUzNS4yMzkgNjEzLjkyLDM3Ny44MzIgCQkiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==", gd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
7080
7091
|
__proto__: null,
|
7081
|
-
default:
|
7082
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
7092
|
+
default: fd
|
7093
|
+
}, Symbol.toStringTag, { value: "Module" })), pd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
7083
7094
|
__proto__: null,
|
7084
|
-
de:
|
7085
|
-
en:
|
7095
|
+
de: hd,
|
7096
|
+
en: gd
|
7086
7097
|
}, Symbol.toStringTag, { value: "Module" }));
|
7087
|
-
const
|
7098
|
+
const yd = {
|
7088
7099
|
name: "CmdSwitchLanguage",
|
7089
7100
|
emits: ["click"],
|
7090
7101
|
data() {
|
@@ -7112,7 +7123,7 @@ const _d = {
|
|
7112
7123
|
this.imageSources = [], this.languages.forEach(
|
7113
7124
|
async (e) => {
|
7114
7125
|
const i = e.iso2;
|
7115
|
-
this.imageSources.push(
|
7126
|
+
this.imageSources.push(pd[i].default);
|
7116
7127
|
}
|
7117
7128
|
);
|
7118
7129
|
},
|
@@ -7120,12 +7131,12 @@ const _d = {
|
|
7120
7131
|
deep: !0
|
7121
7132
|
}
|
7122
7133
|
}
|
7123
|
-
},
|
7124
|
-
function
|
7134
|
+
}, _d = { class: "cmd-switch-language" }, Cd = ["href", "title", "onClick"], bd = ["src", "alt"], kd = ["src", "alt"];
|
7135
|
+
function vd(e, i, t, a, n, s) {
|
7125
7136
|
const u = le("router-link");
|
7126
|
-
return l(), o("div",
|
7137
|
+
return l(), o("div", _d, [
|
7127
7138
|
h("ul", null, [
|
7128
|
-
(l(!0), o(
|
7139
|
+
(l(!0), o(b, null, F(t.languages, (d, r) => (l(), o("li", { key: r }, [
|
7129
7140
|
d.link.type === "href" ? (l(), o("a", {
|
7130
7141
|
key: 0,
|
7131
7142
|
href: d.link.path,
|
@@ -7136,8 +7147,8 @@ function wd(e, i, t, a, n, s) {
|
|
7136
7147
|
h("img", {
|
7137
7148
|
src: n.imageSources[r],
|
7138
7149
|
alt: d.name
|
7139
|
-
}, null, 8,
|
7140
|
-
], 10,
|
7150
|
+
}, null, 8, bd)
|
7151
|
+
], 10, Cd)) : (l(), C(u, {
|
7141
7152
|
key: 1,
|
7142
7153
|
class: _(["flag", d.iso2]),
|
7143
7154
|
to: s.getRoute(d),
|
@@ -7148,7 +7159,7 @@ function wd(e, i, t, a, n, s) {
|
|
7148
7159
|
h("img", {
|
7149
7160
|
src: n.imageSources[r],
|
7150
7161
|
alt: d.name
|
7151
|
-
}, null, 8,
|
7162
|
+
}, null, 8, kd)
|
7152
7163
|
]),
|
7153
7164
|
_: 2
|
7154
7165
|
}, 1032, ["class", "to", "title", "onClick"]))
|
@@ -7156,8 +7167,8 @@ function wd(e, i, t, a, n, s) {
|
|
7156
7167
|
])
|
7157
7168
|
]);
|
7158
7169
|
}
|
7159
|
-
const
|
7160
|
-
const
|
7170
|
+
const ef = /* @__PURE__ */ N(yd, [["render", vd]]);
|
7171
|
+
const wd = {
|
7161
7172
|
name: "CmdSystemMessage",
|
7162
7173
|
mixins: [xe],
|
7163
7174
|
data() {
|
@@ -7218,8 +7229,8 @@ const Id = {
|
|
7218
7229
|
this.showSystemMessage = !0;
|
7219
7230
|
}
|
7220
7231
|
}
|
7221
|
-
},
|
7222
|
-
function
|
7232
|
+
}, Id = ["role", "aria-labelledby"], xd = ["title"];
|
7233
|
+
function Td(e, i, t, a, n, s) {
|
7223
7234
|
const u = E, d = W;
|
7224
7235
|
return l(), C(ue, { name: "fade" }, {
|
7225
7236
|
default: A(() => [
|
@@ -7239,7 +7250,7 @@ function Sd(e, i, t, a, n, s) {
|
|
7239
7250
|
iconClass: t.iconClose.iconClass,
|
7240
7251
|
type: t.iconClose.iconType
|
7241
7252
|
}, null, 8, ["iconClass", "type"])
|
7242
|
-
], 8,
|
7253
|
+
], 8, xd)) : m("", !0),
|
7243
7254
|
x(d, {
|
7244
7255
|
class: "message-headline",
|
7245
7256
|
headlineIcon: s.headlineIcon,
|
@@ -7248,13 +7259,13 @@ function Sd(e, i, t, a, n, s) {
|
|
7248
7259
|
id: e.htmlId
|
7249
7260
|
}, null, 8, ["headlineIcon", "headlineText", "headlineLevel", "id"]),
|
7250
7261
|
V(e.$slots, "default")
|
7251
|
-
], 10,
|
7262
|
+
], 10, Id)) : m("", !0)
|
7252
7263
|
]),
|
7253
7264
|
_: 3
|
7254
7265
|
});
|
7255
7266
|
}
|
7256
|
-
const
|
7257
|
-
const
|
7267
|
+
const Sd = /* @__PURE__ */ N(wd, [["render", Td]]);
|
7268
|
+
const Md = {
|
7258
7269
|
name: "CmdTable",
|
7259
7270
|
data() {
|
7260
7271
|
return {
|
@@ -7330,20 +7341,20 @@ const Od = {
|
|
7330
7341
|
return ((e = this.caption) == null ? void 0 : e.show) === !1 || ((i = this.caption) == null ? void 0 : i.show) !== !0 && !((t = this.tableData.caption) != null && t.show);
|
7331
7342
|
}
|
7332
7343
|
}
|
7333
|
-
},
|
7344
|
+
}, Od = {
|
7334
7345
|
key: 0,
|
7335
7346
|
class: "button-wrapper"
|
7336
|
-
},
|
7347
|
+
}, Ld = ["title"], Dd = ["title"], Nd = { class: "inner-wrapper" }, jd = { "aria-expanded": "true" }, Bd = {
|
7337
7348
|
key: 0,
|
7338
7349
|
"aria-expanded": "true"
|
7339
7350
|
};
|
7340
|
-
function
|
7351
|
+
function Pd(e, i, t, a, n, s) {
|
7341
7352
|
var d, r, c, f;
|
7342
7353
|
const u = E;
|
7343
7354
|
return l(), o("div", {
|
7344
7355
|
class: _(["cmd-table-wrapper", { collapsed: !n.showTableData, "full-width": n.fullWidth, "has-caption": s.hasCaption }])
|
7345
7356
|
}, [
|
7346
|
-
t.collapsible || t.userCanToggleWidth ? (l(), o("div",
|
7357
|
+
t.collapsible || t.userCanToggleWidth ? (l(), o("div", Od, [
|
7347
7358
|
t.userCanToggleWidth ? (l(), o("a", {
|
7348
7359
|
key: 0,
|
7349
7360
|
class: "button",
|
@@ -7355,7 +7366,7 @@ function Ad(e, i, t, a, n, s) {
|
|
7355
7366
|
iconClass: t.iconToggleWidth.iconClass,
|
7356
7367
|
type: t.iconToggleWidth.iconType
|
7357
7368
|
}, null, 8, ["iconClass", "type"])
|
7358
|
-
], 8,
|
7369
|
+
], 8, Ld)) : m("", !0),
|
7359
7370
|
t.collapsible ? (l(), o("a", {
|
7360
7371
|
key: 1,
|
7361
7372
|
class: "button",
|
@@ -7367,9 +7378,9 @@ function Ad(e, i, t, a, n, s) {
|
|
7367
7378
|
iconClass: n.showTableData ? t.iconCollapse.iconClass : t.iconExpand.iconClass,
|
7368
7379
|
type: n.showTableData ? t.iconCollapse.iconType : t.iconExpand.iconType
|
7369
7380
|
}, null, 8, ["iconClass", "type"])
|
7370
|
-
], 8,
|
7381
|
+
], 8, Dd)) : m("", !0)
|
7371
7382
|
])) : m("", !0),
|
7372
|
-
h("div",
|
7383
|
+
h("div", Nd, [
|
7373
7384
|
h("table", {
|
7374
7385
|
class: _({ "full-width": n.fullWidth })
|
7375
7386
|
}, [
|
@@ -7379,17 +7390,17 @@ function Ad(e, i, t, a, n, s) {
|
|
7379
7390
|
}, g(((c = t.caption) == null ? void 0 : c.text) || ((f = t.tableData.caption) == null ? void 0 : f.text)), 3)) : m("", !0),
|
7380
7391
|
h("thead", null, [
|
7381
7392
|
h("tr", null, [
|
7382
|
-
(l(!0), o(
|
7393
|
+
(l(!0), o(b, null, F(t.tableData.thead, (p, k) => (l(), o("th", { key: k }, g(p), 1))), 128))
|
7383
7394
|
])
|
7384
7395
|
]),
|
7385
7396
|
x(ue, { name: "fade" }, {
|
7386
7397
|
default: A(() => [
|
7387
|
-
ne(h("tbody",
|
7388
|
-
(l(!0), o(
|
7389
|
-
class: _({ highlighted: t.tableData.rowIndexHighlighted ===
|
7390
|
-
key:
|
7398
|
+
ne(h("tbody", jd, [
|
7399
|
+
(l(!0), o(b, null, F(t.tableData.tbody, (p, k) => (l(), o("tr", {
|
7400
|
+
class: _({ highlighted: t.tableData.rowIndexHighlighted === k }),
|
7401
|
+
key: k
|
7391
7402
|
}, [
|
7392
|
-
(l(!0), o(
|
7403
|
+
(l(!0), o(b, null, F(p, (y, I) => (l(), o("td", {
|
7393
7404
|
class: _({ highlighted: t.tableData.columnIndexHighlighted === I }),
|
7394
7405
|
key: I
|
7395
7406
|
}, g(y), 3))), 128))
|
@@ -7402,11 +7413,11 @@ function Ad(e, i, t, a, n, s) {
|
|
7402
7413
|
}),
|
7403
7414
|
x(ue, { name: "fade" }, {
|
7404
7415
|
default: A(() => [
|
7405
|
-
t.tableData.tfoot && t.tableData.tfoot.length && n.showTableData ? (l(), o("tfoot",
|
7416
|
+
t.tableData.tfoot && t.tableData.tfoot.length && n.showTableData ? (l(), o("tfoot", Bd, [
|
7406
7417
|
h("tr", null, [
|
7407
|
-
(l(!0), o(
|
7408
|
-
class: _({ highlighted: t.tableData.columnIndexHighlighted ===
|
7409
|
-
key:
|
7418
|
+
(l(!0), o(b, null, F(t.tableData.tfoot, (p, k) => (l(), o("td", {
|
7419
|
+
class: _({ highlighted: t.tableData.columnIndexHighlighted === k }),
|
7420
|
+
key: k
|
7410
7421
|
}, g(p), 3))), 128))
|
7411
7422
|
])
|
7412
7423
|
])) : m("", !0)
|
@@ -7417,7 +7428,7 @@ function Ad(e, i, t, a, n, s) {
|
|
7417
7428
|
])
|
7418
7429
|
], 2);
|
7419
7430
|
}
|
7420
|
-
const
|
7431
|
+
const tf = /* @__PURE__ */ N(Md, [["render", Pd]]), Ad = "cmd", Fd = {
|
7421
7432
|
"3d-cursor": {
|
7422
7433
|
body: '<path d="M13 4H4v9.01h2V6h7V4z" fill="currentColor"/><path d="M29.49 13.12l-9-5a1 1 0 0 0-1 0l-9 5A1 1 0 0 0 10 14v10a1 1 0 0 0 .52.87l9 5A1 1 0 0 0 20 30a1.05 1.05 0 0 0 .49-.13l9-5A1 1 0 0 0 30 24V14a1 1 0 0 0-.51-.88zM19 27.3l-7-3.89v-7.72l7 3.89zm1-9.45L13.06 14L20 10.14L26.94 14zm8 5.56l-7 3.89v-7.72l7-3.89z" fill="currentColor"/>',
|
7423
7434
|
hidden: !0
|
@@ -7431,14 +7442,14 @@ const nf = /* @__PURE__ */ N(Od, [["render", Ad]]), Fd = "cmd", zd = {
|
|
7431
7442
|
<path fill="currentColor" d="M2,12h6v18H2V12z"/>
|
7432
7443
|
<path fill="currentColor" d="M8,7c0,1.657-1.343,3-3,3S2,8.657,2,7s1.343-3,3-3S8,5.343,8,7z"/>`
|
7433
7444
|
}
|
7434
|
-
},
|
7435
|
-
prefix:
|
7436
|
-
icons:
|
7437
|
-
width:
|
7438
|
-
height:
|
7445
|
+
}, zd = 32, Hd = 32, qd = {
|
7446
|
+
prefix: Ad,
|
7447
|
+
icons: Fd,
|
7448
|
+
width: zd,
|
7449
|
+
height: Hd
|
7439
7450
|
};
|
7440
|
-
Ai(
|
7441
|
-
const
|
7451
|
+
Ai(qd);
|
7452
|
+
const Rd = {
|
7442
7453
|
name: "CmdTabs",
|
7443
7454
|
data() {
|
7444
7455
|
return {
|
@@ -7478,18 +7489,18 @@ const Vd = {
|
|
7478
7489
|
this.showTab = this.activeTab;
|
7479
7490
|
}
|
7480
7491
|
}
|
7481
|
-
},
|
7492
|
+
}, Vd = { class: "cmd-tabs" }, Ed = ["onClick", "title"], Ud = { key: 1 }, Gd = {
|
7482
7493
|
key: 1,
|
7483
7494
|
"aria-live": "assertive"
|
7484
|
-
},
|
7485
|
-
function
|
7495
|
+
}, Qd = ["innerHTML"];
|
7496
|
+
function Zd(e, i, t, a, n, s) {
|
7486
7497
|
const u = E, d = W;
|
7487
|
-
return l(), o("div",
|
7498
|
+
return l(), o("div", Vd, [
|
7488
7499
|
h("ul", {
|
7489
7500
|
class: _({ "stretch-tabs": t.stretchTabs }),
|
7490
7501
|
role: "tablist"
|
7491
7502
|
}, [
|
7492
|
-
(l(!0), o(
|
7503
|
+
(l(!0), o(b, null, F(t.tabs, (r, c) => (l(), o("li", {
|
7493
7504
|
key: c,
|
7494
7505
|
role: "tab"
|
7495
7506
|
}, [
|
@@ -7504,29 +7515,29 @@ function Wd(e, i, t, a, n, s) {
|
|
7504
7515
|
iconClass: r.iconClass,
|
7505
7516
|
type: r.iconType
|
7506
7517
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
7507
|
-
r.name ? (l(), o("span",
|
7508
|
-
], 10,
|
7518
|
+
r.name ? (l(), o("span", Ud, g(r.name), 1)) : m("", !0)
|
7519
|
+
], 10, Ed)
|
7509
7520
|
]))), 128))
|
7510
7521
|
], 2),
|
7511
|
-
t.useSlot ? (l(!0), o(
|
7522
|
+
t.useSlot ? (l(!0), o(b, { key: 0 }, F(t.tabs.length, (r) => ne((l(), o("div", {
|
7512
7523
|
key: r,
|
7513
7524
|
"aria-live": "assertive"
|
7514
7525
|
}, [
|
7515
7526
|
V(e.$slots, "tab-content-" + (r - 1))
|
7516
7527
|
])), [
|
7517
7528
|
[ye, n.showTab === r - 1]
|
7518
|
-
])), 128)) : (l(), o("div",
|
7529
|
+
])), 128)) : (l(), o("div", Gd, [
|
7519
7530
|
t.cmdHeadline ? (l(), C(d, q({ key: 0 }, t.cmdHeadline, {
|
7520
7531
|
headlineText: t.tabs[n.showTab].headlineText,
|
7521
7532
|
headlineLevel: t.tabs[n.showTab].headlineLevel
|
7522
7533
|
}), null, 16, ["headlineText", "headlineLevel"])) : m("", !0),
|
7523
7534
|
h("div", {
|
7524
7535
|
innerHTML: t.tabs[n.showTab].htmlContent
|
7525
|
-
}, null, 8,
|
7536
|
+
}, null, 8, Qd)
|
7526
7537
|
]))
|
7527
7538
|
]);
|
7528
7539
|
}
|
7529
|
-
const
|
7540
|
+
const nf = /* @__PURE__ */ N(Rd, [["render", Zd]]), Wd = {
|
7530
7541
|
name: "CmdTextBlock",
|
7531
7542
|
data() {
|
7532
7543
|
return {
|
@@ -7550,13 +7561,13 @@ const sf = /* @__PURE__ */ N(Vd, [["render", Wd]]), Jd = {
|
|
7550
7561
|
},
|
7551
7562
|
htmlContent: {
|
7552
7563
|
type: String,
|
7553
|
-
required: !
|
7564
|
+
required: !1
|
7554
7565
|
}
|
7555
7566
|
}
|
7556
|
-
},
|
7557
|
-
function
|
7567
|
+
}, Jd = { class: "cmd-text-block flex-container vertical" }, Yd = { key: 3 }, Kd = ["innerHTML"];
|
7568
|
+
function Xd(e, i, t, a, n, s) {
|
7558
7569
|
const u = W;
|
7559
|
-
return l(), o("div",
|
7570
|
+
return l(), o("div", Jd, [
|
7560
7571
|
t.editContent ? ne((l(), o("input", {
|
7561
7572
|
key: 0,
|
7562
7573
|
class: "edit-mode headline",
|
@@ -7577,7 +7588,7 @@ function $d(e, i, t, a, n, s) {
|
|
7577
7588
|
}, null, 512)), [
|
7578
7589
|
[Ee, n.editableText]
|
7579
7590
|
]) : m("", !0),
|
7580
|
-
t.textContent ? (l(), o("p",
|
7591
|
+
t.textContent ? (l(), o("p", Yd, g(t.textContent), 1)) : m("", !0),
|
7581
7592
|
t.editContent ? ne((l(), o("textarea", {
|
7582
7593
|
key: 4,
|
7583
7594
|
class: "edit-mode",
|
@@ -7587,11 +7598,11 @@ function $d(e, i, t, a, n, s) {
|
|
7587
7598
|
]) : t.htmlContent ? (l(), o("div", {
|
7588
7599
|
key: 5,
|
7589
7600
|
innerHTML: t.htmlContent
|
7590
|
-
}, null, 8,
|
7601
|
+
}, null, 8, Kd)) : m("", !0)
|
7591
7602
|
]);
|
7592
7603
|
}
|
7593
|
-
const
|
7594
|
-
const
|
7604
|
+
const sf = /* @__PURE__ */ N(Wd, [["render", Xd]]);
|
7605
|
+
const $d = {
|
7595
7606
|
name: "ToggleDarkMode",
|
7596
7607
|
data() {
|
7597
7608
|
return {
|
@@ -7603,19 +7614,21 @@ const em = {
|
|
7603
7614
|
type: Boolean,
|
7604
7615
|
default: !1
|
7605
7616
|
},
|
7606
|
-
|
7617
|
+
iconDarkModeActivated: {
|
7607
7618
|
default() {
|
7608
7619
|
return {
|
7609
|
-
iconClass: "icon-
|
7610
|
-
iconType: "auto"
|
7620
|
+
iconClass: "icon-sun",
|
7621
|
+
iconType: "auto",
|
7622
|
+
tooltip: "Activate light mode"
|
7611
7623
|
};
|
7612
7624
|
}
|
7613
7625
|
},
|
7614
|
-
|
7626
|
+
iconLightModeActivated: {
|
7615
7627
|
default() {
|
7616
7628
|
return {
|
7617
|
-
iconClass: "icon-
|
7618
|
-
iconType: "auto"
|
7629
|
+
iconClass: "icon-moon",
|
7630
|
+
iconType: "auto",
|
7631
|
+
tooltip: "Activate dark mode"
|
7619
7632
|
};
|
7620
7633
|
}
|
7621
7634
|
},
|
@@ -7664,10 +7677,13 @@ const em = {
|
|
7664
7677
|
return this.darkMode ? this.labelTextDarkMode : this.labelTextLightMode;
|
7665
7678
|
},
|
7666
7679
|
iconClass() {
|
7667
|
-
return this.darkMode ? this.
|
7680
|
+
return this.darkMode ? this.iconDarkModeActivated.iconClass : this.iconLightModeActivated.iconClass;
|
7668
7681
|
},
|
7669
7682
|
iconType() {
|
7670
|
-
return this.darkMode ? this.
|
7683
|
+
return this.darkMode ? this.iconDarkModeActivated.iconType : this.iconLightModeActivated.iconType;
|
7684
|
+
},
|
7685
|
+
iconTooltip() {
|
7686
|
+
return this.darkMode ? this.iconDarkModeActivated.tooltip : this.iconLightModeActivated.tooltip;
|
7671
7687
|
}
|
7672
7688
|
},
|
7673
7689
|
watch: {
|
@@ -7679,8 +7695,8 @@ const em = {
|
|
7679
7695
|
immediate: !0
|
7680
7696
|
}
|
7681
7697
|
}
|
7682
|
-
},
|
7683
|
-
function
|
7698
|
+
}, em = { key: 0 };
|
7699
|
+
function tm(e, i, t, a, n, s) {
|
7684
7700
|
const u = E, d = _e;
|
7685
7701
|
return l(), o("div", {
|
7686
7702
|
class: _(["cmd-toggle-dark-mode", { "styled-layout": t.useStyledLayout, "dark-mode": n.darkMode }])
|
@@ -7691,11 +7707,11 @@ function im(e, i, t, a, n, s) {
|
|
7691
7707
|
class: _(["button", { "dark-mode": n.darkMode }]),
|
7692
7708
|
onClick: i[0] || (i[0] = O((...r) => s.toggleColorScheme && s.toggleColorScheme(...r), ["prevent"]))
|
7693
7709
|
}, [
|
7694
|
-
t.showLabel ? (l(), o("span",
|
7710
|
+
t.showLabel ? (l(), o("span", em, g(s.labelText), 1)) : m("", !0),
|
7695
7711
|
x(u, {
|
7696
7712
|
iconClass: s.iconClass,
|
7697
7713
|
type: s.iconType,
|
7698
|
-
tooltip:
|
7714
|
+
tooltip: s.iconTooltip
|
7699
7715
|
}, null, 8, ["iconClass", "type", "tooltip"])
|
7700
7716
|
], 2)) : (l(), C(d, {
|
7701
7717
|
key: 1,
|
@@ -7713,7 +7729,7 @@ function im(e, i, t, a, n, s) {
|
|
7713
7729
|
}, null, 8, ["labelText", "showLabel", "modelValue", "title", "onUpdate:modelValue"]))
|
7714
7730
|
], 2);
|
7715
7731
|
}
|
7716
|
-
const
|
7732
|
+
const lf = /* @__PURE__ */ N($d, [["render", tm]]), im = {
|
7717
7733
|
data() {
|
7718
7734
|
return {
|
7719
7735
|
defaultMessageProperties: {
|
@@ -7774,7 +7790,7 @@ function Me(e) {
|
|
7774
7790
|
}
|
7775
7791
|
return "";
|
7776
7792
|
}
|
7777
|
-
function
|
7793
|
+
function nm(e) {
|
7778
7794
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
7779
7795
|
}
|
7780
7796
|
var Ji = { exports: {} }, Bt = { exports: {} }, Yi = function(i, t) {
|
@@ -7783,30 +7799,30 @@ var Ji = { exports: {} }, Bt = { exports: {} }, Yi = function(i, t) {
|
|
7783
7799
|
n[s] = arguments[s];
|
7784
7800
|
return i.apply(t, n);
|
7785
7801
|
};
|
7786
|
-
},
|
7802
|
+
}, sm = Yi, he = Object.prototype.toString;
|
7787
7803
|
function Pt(e) {
|
7788
7804
|
return he.call(e) === "[object Array]";
|
7789
7805
|
}
|
7790
7806
|
function _t(e) {
|
7791
7807
|
return typeof e > "u";
|
7792
7808
|
}
|
7793
|
-
function
|
7809
|
+
function lm(e) {
|
7794
7810
|
return e !== null && !_t(e) && e.constructor !== null && !_t(e.constructor) && typeof e.constructor.isBuffer == "function" && e.constructor.isBuffer(e);
|
7795
7811
|
}
|
7796
|
-
function
|
7812
|
+
function om(e) {
|
7797
7813
|
return he.call(e) === "[object ArrayBuffer]";
|
7798
7814
|
}
|
7799
|
-
function
|
7815
|
+
function am(e) {
|
7800
7816
|
return typeof FormData < "u" && e instanceof FormData;
|
7801
7817
|
}
|
7802
|
-
function
|
7818
|
+
function rm(e) {
|
7803
7819
|
var i;
|
7804
7820
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? i = ArrayBuffer.isView(e) : i = e && e.buffer && e.buffer instanceof ArrayBuffer, i;
|
7805
7821
|
}
|
7806
|
-
function
|
7822
|
+
function cm(e) {
|
7807
7823
|
return typeof e == "string";
|
7808
7824
|
}
|
7809
|
-
function
|
7825
|
+
function um(e) {
|
7810
7826
|
return typeof e == "number";
|
7811
7827
|
}
|
7812
7828
|
function Ki(e) {
|
@@ -7818,28 +7834,28 @@ function je(e) {
|
|
7818
7834
|
var i = Object.getPrototypeOf(e);
|
7819
7835
|
return i === null || i === Object.prototype;
|
7820
7836
|
}
|
7821
|
-
function
|
7837
|
+
function dm(e) {
|
7822
7838
|
return he.call(e) === "[object Date]";
|
7823
7839
|
}
|
7824
|
-
function
|
7840
|
+
function mm(e) {
|
7825
7841
|
return he.call(e) === "[object File]";
|
7826
7842
|
}
|
7827
|
-
function
|
7843
|
+
function hm(e) {
|
7828
7844
|
return he.call(e) === "[object Blob]";
|
7829
7845
|
}
|
7830
7846
|
function Xi(e) {
|
7831
7847
|
return he.call(e) === "[object Function]";
|
7832
7848
|
}
|
7833
|
-
function
|
7849
|
+
function fm(e) {
|
7834
7850
|
return Ki(e) && Xi(e.pipe);
|
7835
7851
|
}
|
7836
|
-
function
|
7852
|
+
function gm(e) {
|
7837
7853
|
return typeof URLSearchParams < "u" && e instanceof URLSearchParams;
|
7838
7854
|
}
|
7839
|
-
function
|
7855
|
+
function pm(e) {
|
7840
7856
|
return e.trim ? e.trim() : e.replace(/^\s+|\s+$/g, "");
|
7841
7857
|
}
|
7842
|
-
function
|
7858
|
+
function ym() {
|
7843
7859
|
return typeof navigator < "u" && (navigator.product === "ReactNative" || navigator.product === "NativeScript" || navigator.product === "NS") ? !1 : typeof window < "u" && typeof document < "u";
|
7844
7860
|
}
|
7845
7861
|
function At(e, i) {
|
@@ -7860,37 +7876,37 @@ function Ct() {
|
|
7860
7876
|
At(arguments[t], i);
|
7861
7877
|
return e;
|
7862
7878
|
}
|
7863
|
-
function
|
7879
|
+
function _m(e, i, t) {
|
7864
7880
|
return At(i, function(n, s) {
|
7865
|
-
t && typeof n == "function" ? e[s] =
|
7881
|
+
t && typeof n == "function" ? e[s] = sm(n, t) : e[s] = n;
|
7866
7882
|
}), e;
|
7867
7883
|
}
|
7868
|
-
function
|
7884
|
+
function Cm(e) {
|
7869
7885
|
return e.charCodeAt(0) === 65279 && (e = e.slice(1)), e;
|
7870
7886
|
}
|
7871
7887
|
var ee = {
|
7872
7888
|
isArray: Pt,
|
7873
|
-
isArrayBuffer:
|
7874
|
-
isBuffer:
|
7875
|
-
isFormData:
|
7876
|
-
isArrayBufferView:
|
7877
|
-
isString:
|
7878
|
-
isNumber:
|
7889
|
+
isArrayBuffer: om,
|
7890
|
+
isBuffer: lm,
|
7891
|
+
isFormData: am,
|
7892
|
+
isArrayBufferView: rm,
|
7893
|
+
isString: cm,
|
7894
|
+
isNumber: um,
|
7879
7895
|
isObject: Ki,
|
7880
7896
|
isPlainObject: je,
|
7881
7897
|
isUndefined: _t,
|
7882
|
-
isDate:
|
7883
|
-
isFile:
|
7884
|
-
isBlob:
|
7898
|
+
isDate: dm,
|
7899
|
+
isFile: mm,
|
7900
|
+
isBlob: hm,
|
7885
7901
|
isFunction: Xi,
|
7886
|
-
isStream:
|
7887
|
-
isURLSearchParams:
|
7888
|
-
isStandardBrowserEnv:
|
7902
|
+
isStream: fm,
|
7903
|
+
isURLSearchParams: gm,
|
7904
|
+
isStandardBrowserEnv: ym,
|
7889
7905
|
forEach: At,
|
7890
7906
|
merge: Ct,
|
7891
|
-
extend:
|
7892
|
-
trim:
|
7893
|
-
stripBOM:
|
7907
|
+
extend: _m,
|
7908
|
+
trim: pm,
|
7909
|
+
stripBOM: Cm
|
7894
7910
|
}, ge = ee;
|
7895
7911
|
function ai(e) {
|
7896
7912
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
@@ -7916,7 +7932,7 @@ var $i = function(i, t, a) {
|
|
7916
7932
|
u !== -1 && (i = i.slice(0, u)), i += (i.indexOf("?") === -1 ? "?" : "&") + n;
|
7917
7933
|
}
|
7918
7934
|
return i;
|
7919
|
-
},
|
7935
|
+
}, bm = ee;
|
7920
7936
|
function He() {
|
7921
7937
|
this.handlers = [];
|
7922
7938
|
}
|
@@ -7932,12 +7948,12 @@ He.prototype.eject = function(i) {
|
|
7932
7948
|
this.handlers[i] && (this.handlers[i] = null);
|
7933
7949
|
};
|
7934
7950
|
He.prototype.forEach = function(i) {
|
7935
|
-
|
7951
|
+
bm.forEach(this.handlers, function(a) {
|
7936
7952
|
a !== null && i(a);
|
7937
7953
|
});
|
7938
7954
|
};
|
7939
|
-
var
|
7940
|
-
|
7955
|
+
var km = He, vm = ee, wm = function(i, t) {
|
7956
|
+
vm.forEach(i, function(n, s) {
|
7941
7957
|
s !== t && s.toUpperCase() === t.toUpperCase() && (i[t] = n, delete i[s]);
|
7942
7958
|
});
|
7943
7959
|
}, en = function(i, t, a, n, s) {
|
@@ -7968,7 +7984,7 @@ function tn() {
|
|
7968
7984
|
}, Ze;
|
7969
7985
|
}
|
7970
7986
|
var We, ci;
|
7971
|
-
function
|
7987
|
+
function Im() {
|
7972
7988
|
if (ci)
|
7973
7989
|
return We;
|
7974
7990
|
ci = 1;
|
@@ -7985,7 +8001,7 @@ function xm() {
|
|
7985
8001
|
}, We;
|
7986
8002
|
}
|
7987
8003
|
var Je, ui;
|
7988
|
-
function
|
8004
|
+
function xm() {
|
7989
8005
|
if (ui)
|
7990
8006
|
return Je;
|
7991
8007
|
ui = 1;
|
@@ -8017,29 +8033,29 @@ function Tm() {
|
|
8017
8033
|
}(), Je;
|
8018
8034
|
}
|
8019
8035
|
var Ye, di;
|
8020
|
-
function
|
8036
|
+
function Tm() {
|
8021
8037
|
return di || (di = 1, Ye = function(i) {
|
8022
8038
|
return /^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(i);
|
8023
8039
|
}), Ye;
|
8024
8040
|
}
|
8025
8041
|
var Ke, mi;
|
8026
|
-
function
|
8042
|
+
function Sm() {
|
8027
8043
|
return mi || (mi = 1, Ke = function(i, t) {
|
8028
8044
|
return t ? i.replace(/\/+$/, "") + "/" + t.replace(/^\/+/, "") : i;
|
8029
8045
|
}), Ke;
|
8030
8046
|
}
|
8031
8047
|
var Xe, hi;
|
8032
|
-
function
|
8048
|
+
function Mm() {
|
8033
8049
|
if (hi)
|
8034
8050
|
return Xe;
|
8035
8051
|
hi = 1;
|
8036
|
-
var e =
|
8052
|
+
var e = Tm(), i = Sm();
|
8037
8053
|
return Xe = function(a, n) {
|
8038
8054
|
return a && !e(n) ? i(a, n) : n;
|
8039
8055
|
}, Xe;
|
8040
8056
|
}
|
8041
8057
|
var $e, fi;
|
8042
|
-
function
|
8058
|
+
function Om() {
|
8043
8059
|
if (fi)
|
8044
8060
|
return $e;
|
8045
8061
|
fi = 1;
|
@@ -8075,7 +8091,7 @@ function Lm() {
|
|
8075
8091
|
}, $e;
|
8076
8092
|
}
|
8077
8093
|
var et, gi;
|
8078
|
-
function
|
8094
|
+
function Lm() {
|
8079
8095
|
if (gi)
|
8080
8096
|
return et;
|
8081
8097
|
gi = 1;
|
@@ -8122,7 +8138,7 @@ function _i() {
|
|
8122
8138
|
if (yi)
|
8123
8139
|
return it;
|
8124
8140
|
yi = 1;
|
8125
|
-
var e = ee, i =
|
8141
|
+
var e = ee, i = Im(), t = xm(), a = $i, n = Mm(), s = Om(), u = Lm(), d = tn(), r = Re(), c = qe();
|
8126
8142
|
return it = function(p) {
|
8127
8143
|
return new Promise(function(y, I) {
|
8128
8144
|
var v = p.data, T = p.headers, M = p.responseType, j;
|
@@ -8185,7 +8201,7 @@ function Re() {
|
|
8185
8201
|
if (Ci)
|
8186
8202
|
return nt;
|
8187
8203
|
Ci = 1;
|
8188
|
-
var e = ee, i =
|
8204
|
+
var e = ee, i = wm, t = en, a = {
|
8189
8205
|
"Content-Type": "application/x-www-form-urlencoded"
|
8190
8206
|
};
|
8191
8207
|
function n(r, c) {
|
@@ -8216,8 +8232,8 @@ function Re() {
|
|
8216
8232
|
return i(f, "Accept"), i(f, "Content-Type"), e.isFormData(c) || e.isArrayBuffer(c) || e.isBuffer(c) || e.isStream(c) || e.isFile(c) || e.isBlob(c) ? c : e.isArrayBufferView(c) ? c.buffer : e.isURLSearchParams(c) ? (n(f, "application/x-www-form-urlencoded;charset=utf-8"), c.toString()) : e.isObject(c) || f && f["Content-Type"] === "application/json" ? (n(f, "application/json"), u(c)) : c;
|
8217
8233
|
}],
|
8218
8234
|
transformResponse: [function(c) {
|
8219
|
-
var f = this.transitional || d.transitional, p = f && f.silentJSONParsing,
|
8220
|
-
if (y ||
|
8235
|
+
var f = this.transitional || d.transitional, p = f && f.silentJSONParsing, k = f && f.forcedJSONParsing, y = !p && this.responseType === "json";
|
8236
|
+
if (y || k && e.isString(c) && c.length)
|
8221
8237
|
try {
|
8222
8238
|
return JSON.parse(c);
|
8223
8239
|
} catch (I) {
|
@@ -8246,9 +8262,9 @@ function Re() {
|
|
8246
8262
|
d.headers[c] = e.merge(a);
|
8247
8263
|
}), nt = d, nt;
|
8248
8264
|
}
|
8249
|
-
var
|
8250
|
-
var n = this ||
|
8251
|
-
return
|
8265
|
+
var Dm = ee, Nm = Re(), jm = function(i, t, a) {
|
8266
|
+
var n = this || Nm;
|
8267
|
+
return Dm.forEach(a, function(u) {
|
8252
8268
|
i = u.call(n, i, t);
|
8253
8269
|
}), i;
|
8254
8270
|
}, st, bi;
|
@@ -8257,12 +8273,12 @@ function nn() {
|
|
8257
8273
|
return !!(i && i.__CANCEL__);
|
8258
8274
|
}), st;
|
8259
8275
|
}
|
8260
|
-
var ki = ee, lt =
|
8276
|
+
var ki = ee, lt = jm, Bm = nn(), Pm = Re(), Am = qe();
|
8261
8277
|
function ot(e) {
|
8262
8278
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
8263
|
-
throw new
|
8279
|
+
throw new Am("canceled");
|
8264
8280
|
}
|
8265
|
-
var
|
8281
|
+
var Fm = function(i) {
|
8266
8282
|
ot(i), i.headers = i.headers || {}, i.data = lt.call(
|
8267
8283
|
i,
|
8268
8284
|
i.data,
|
@@ -8278,7 +8294,7 @@ var zm = function(i) {
|
|
8278
8294
|
delete i.headers[n];
|
8279
8295
|
}
|
8280
8296
|
);
|
8281
|
-
var t = i.adapter ||
|
8297
|
+
var t = i.adapter || Pm.adapter;
|
8282
8298
|
return t(i).then(function(n) {
|
8283
8299
|
return ot(i), n.data = lt.call(
|
8284
8300
|
i,
|
@@ -8287,7 +8303,7 @@ var zm = function(i) {
|
|
8287
8303
|
i.transformResponse
|
8288
8304
|
), n;
|
8289
8305
|
}, function(n) {
|
8290
|
-
return
|
8306
|
+
return Bm(n) || (ot(i), n && n.response && (n.response.data = lt.call(
|
8291
8307
|
i,
|
8292
8308
|
n.response.data,
|
8293
8309
|
n.response.headers,
|
@@ -8353,8 +8369,8 @@ var zm = function(i) {
|
|
8353
8369
|
validateStatus: r
|
8354
8370
|
};
|
8355
8371
|
return $.forEach(Object.keys(i).concat(Object.keys(t)), function(p) {
|
8356
|
-
var
|
8357
|
-
$.isUndefined(y) &&
|
8372
|
+
var k = c[p] || s, y = k(p);
|
8373
|
+
$.isUndefined(y) && k !== r || (a[p] = y);
|
8358
8374
|
}), a;
|
8359
8375
|
}, at, vi;
|
8360
8376
|
function ln() {
|
@@ -8362,7 +8378,7 @@ function ln() {
|
|
8362
8378
|
version: "0.24.0"
|
8363
8379
|
}), at;
|
8364
8380
|
}
|
8365
|
-
var
|
8381
|
+
var zm = ln().version, Ft = {};
|
8366
8382
|
["object", "boolean", "number", "function", "string", "symbol"].forEach(function(e, i) {
|
8367
8383
|
Ft[e] = function(a) {
|
8368
8384
|
return typeof a === e || "a" + (i < 1 ? "n " : " ") + e;
|
@@ -8371,7 +8387,7 @@ var Hm = ln().version, Ft = {};
|
|
8371
8387
|
var wi = {};
|
8372
8388
|
Ft.transitional = function(i, t, a) {
|
8373
8389
|
function n(s, u) {
|
8374
|
-
return "[Axios v" +
|
8390
|
+
return "[Axios v" + zm + "] Transitional option '" + s + "'" + u + (a ? ". " + a : "");
|
8375
8391
|
}
|
8376
8392
|
return function(s, u, d) {
|
8377
8393
|
if (i === !1)
|
@@ -8384,7 +8400,7 @@ Ft.transitional = function(i, t, a) {
|
|
8384
8400
|
)), i ? i(s, u, d) : !0;
|
8385
8401
|
};
|
8386
8402
|
};
|
8387
|
-
function
|
8403
|
+
function Hm(e, i, t) {
|
8388
8404
|
if (typeof e != "object")
|
8389
8405
|
throw new TypeError("options must be an object");
|
8390
8406
|
for (var a = Object.keys(e), n = a.length; n-- > 0; ) {
|
@@ -8399,10 +8415,10 @@ function qm(e, i, t) {
|
|
8399
8415
|
throw Error("Unknown option " + s);
|
8400
8416
|
}
|
8401
8417
|
}
|
8402
|
-
var
|
8403
|
-
assertOptions:
|
8418
|
+
var qm = {
|
8419
|
+
assertOptions: Hm,
|
8404
8420
|
validators: Ft
|
8405
|
-
}, on = ee,
|
8421
|
+
}, on = ee, Rm = $i, Ii = km, xi = Fm, Ve = sn, an = qm, pe = an.validators;
|
8406
8422
|
function Te(e) {
|
8407
8423
|
this.defaults = e, this.interceptors = {
|
8408
8424
|
request: new Ii(),
|
@@ -8418,12 +8434,12 @@ Te.prototype.request = function(i) {
|
|
8418
8434
|
clarifyTimeoutError: pe.transitional(pe.boolean)
|
8419
8435
|
}, !1);
|
8420
8436
|
var a = [], n = !0;
|
8421
|
-
this.interceptors.request.forEach(function(
|
8422
|
-
typeof
|
8437
|
+
this.interceptors.request.forEach(function(k) {
|
8438
|
+
typeof k.runWhen == "function" && k.runWhen(i) === !1 || (n = n && k.synchronous, a.unshift(k.fulfilled, k.rejected));
|
8423
8439
|
});
|
8424
8440
|
var s = [];
|
8425
|
-
this.interceptors.response.forEach(function(
|
8426
|
-
s.push(
|
8441
|
+
this.interceptors.response.forEach(function(k) {
|
8442
|
+
s.push(k.fulfilled, k.rejected);
|
8427
8443
|
});
|
8428
8444
|
var u;
|
8429
8445
|
if (!n) {
|
@@ -8451,7 +8467,7 @@ Te.prototype.request = function(i) {
|
|
8451
8467
|
return u;
|
8452
8468
|
};
|
8453
8469
|
Te.prototype.getUri = function(i) {
|
8454
|
-
return i = Ve(this.defaults, i),
|
8470
|
+
return i = Ve(this.defaults, i), Rm(i.url, i.params, i.paramsSerializer).replace(/^\?/, "");
|
8455
8471
|
};
|
8456
8472
|
on.forEach(["delete", "get", "head", "options"], function(i) {
|
8457
8473
|
Te.prototype[i] = function(t, a) {
|
@@ -8471,8 +8487,8 @@ on.forEach(["post", "put", "patch"], function(i) {
|
|
8471
8487
|
}));
|
8472
8488
|
};
|
8473
8489
|
});
|
8474
|
-
var
|
8475
|
-
function
|
8490
|
+
var Vm = Te, rt, Ti;
|
8491
|
+
function Em() {
|
8476
8492
|
if (Ti)
|
8477
8493
|
return rt;
|
8478
8494
|
Ti = 1;
|
@@ -8528,7 +8544,7 @@ function Um() {
|
|
8528
8544
|
}, rt = i, rt;
|
8529
8545
|
}
|
8530
8546
|
var ct, Si;
|
8531
|
-
function
|
8547
|
+
function Um() {
|
8532
8548
|
return Si || (Si = 1, ct = function(i) {
|
8533
8549
|
return function(a) {
|
8534
8550
|
return i.apply(null, a);
|
@@ -8536,39 +8552,39 @@ function Gm() {
|
|
8536
8552
|
}), ct;
|
8537
8553
|
}
|
8538
8554
|
var ut, Mi;
|
8539
|
-
function
|
8555
|
+
function Gm() {
|
8540
8556
|
return Mi || (Mi = 1, ut = function(i) {
|
8541
8557
|
return typeof i == "object" && i.isAxiosError === !0;
|
8542
8558
|
}), ut;
|
8543
8559
|
}
|
8544
|
-
var Oi = ee,
|
8560
|
+
var Oi = ee, Qm = Yi, Be = Vm, Zm = sn, Wm = Re();
|
8545
8561
|
function rn(e) {
|
8546
|
-
var i = new Be(e), t =
|
8562
|
+
var i = new Be(e), t = Qm(Be.prototype.request, i);
|
8547
8563
|
return Oi.extend(t, Be.prototype, i), Oi.extend(t, i), t.create = function(n) {
|
8548
|
-
return rn(
|
8564
|
+
return rn(Zm(e, n));
|
8549
8565
|
}, t;
|
8550
8566
|
}
|
8551
|
-
var oe = rn(
|
8567
|
+
var oe = rn(Wm);
|
8552
8568
|
oe.Axios = Be;
|
8553
8569
|
oe.Cancel = qe();
|
8554
|
-
oe.CancelToken =
|
8570
|
+
oe.CancelToken = Em();
|
8555
8571
|
oe.isCancel = nn();
|
8556
8572
|
oe.VERSION = ln().version;
|
8557
8573
|
oe.all = function(i) {
|
8558
8574
|
return Promise.all(i);
|
8559
8575
|
};
|
8560
|
-
oe.spread =
|
8561
|
-
oe.isAxiosError =
|
8576
|
+
oe.spread = Um();
|
8577
|
+
oe.isAxiosError = Gm();
|
8562
8578
|
Bt.exports = oe;
|
8563
8579
|
Bt.exports.default = oe;
|
8564
8580
|
(function(e) {
|
8565
8581
|
e.exports = Bt.exports;
|
8566
8582
|
})(Ji);
|
8567
|
-
const
|
8568
|
-
const
|
8583
|
+
const Jm = /* @__PURE__ */ nm(Ji.exports);
|
8584
|
+
const Ym = {
|
8569
8585
|
name: "CmdUploadForm",
|
8570
8586
|
emits: ["click", "error", "upload-complete", "upload-file-success"],
|
8571
|
-
mixins: [ie,
|
8587
|
+
mixins: [ie, im],
|
8572
8588
|
data() {
|
8573
8589
|
return {
|
8574
8590
|
comment: "",
|
@@ -8955,7 +8971,7 @@ const Km = {
|
|
8955
8971
|
return i.abortController = new AbortController(), t.set(
|
8956
8972
|
this.uploadOptions.filesParam ? this.uploadOptions.filesParam : "files",
|
8957
8973
|
i.file
|
8958
|
-
),
|
8974
|
+
), Jm.post(e, t, {
|
8959
8975
|
signal: i.abortController.signal,
|
8960
8976
|
onUploadProgress: (a) => this.onUploadProgress(a, i)
|
8961
8977
|
}).then((a) => (this.$emit("upload-file-success", i), a)).then((a) => {
|
@@ -8976,31 +8992,31 @@ const Km = {
|
|
8976
8992
|
}
|
8977
8993
|
}
|
8978
8994
|
}
|
8979
|
-
},
|
8995
|
+
}, Km = { key: 0 }, Xm = {
|
8980
8996
|
key: 1,
|
8981
8997
|
class: "flex-container vertical"
|
8982
|
-
},
|
8998
|
+
}, $m = {
|
8983
8999
|
key: 0,
|
8984
9000
|
class: "flex-container vertical list-files-wrapper"
|
8985
|
-
},
|
9001
|
+
}, eh = {
|
8986
9002
|
key: 0,
|
8987
9003
|
class: "list-of-files total-files"
|
8988
|
-
},
|
9004
|
+
}, th = { class: "flex-container no-flex" }, ih = ["title"], nh = {
|
8989
9005
|
key: 0,
|
8990
9006
|
class: "progressbar"
|
8991
|
-
},
|
9007
|
+
}, sh = ["value", "title"], lh = /* @__PURE__ */ h("hr", null, null, -1), oh = { class: "flex-container vertical list-files-wrapper" }, ah = { class: "list-of-files" }, rh = ["title", "onClick"], ch = {
|
8992
9008
|
key: 0,
|
8993
9009
|
class: "progressbar"
|
8994
|
-
},
|
9010
|
+
}, uh = ["value", "title"], dh = ["title"], mh = /* @__PURE__ */ h("hr", null, null, -1), hh = { class: "small" }, fh = ["title"], gh = {
|
8995
9011
|
key: 0,
|
8996
9012
|
class: "list-of-file-extensions"
|
8997
|
-
},
|
9013
|
+
}, ph = ["disabled"], yh = { key: 0 }, _h = { key: 1 }, Ch = { class: "button-wrapper no-flex" }, bh = ["disabled"], kh = { key: 0 }, vh = { key: 1 }, wh = {
|
8998
9014
|
key: 0,
|
8999
9015
|
class: "progressbar"
|
9000
|
-
},
|
9001
|
-
function
|
9002
|
-
const u = W, d =
|
9003
|
-
return l(), o(
|
9016
|
+
}, Ih = ["value", "title"];
|
9017
|
+
function xh(e, i, t, a, n, s) {
|
9018
|
+
const u = W, d = Sd, r = E, c = _e;
|
9019
|
+
return l(), o(b, null, [
|
9004
9020
|
t.advancedMode ? (l(), o("fieldset", {
|
9005
9021
|
key: 0,
|
9006
9022
|
class: _(["cmd-upload-form flex-container", { "upload-initiated": n.uploadInitiated }])
|
@@ -9016,8 +9032,8 @@ function Th(e, i, t, a, n, s) {
|
|
9016
9032
|
systemMessage: s.allSystemMessages.length === 1 ? s.allSystemMessages[0] : e.getMessage("cmduploadform.system_message.the_following_errors_occurred")
|
9017
9033
|
}, {
|
9018
9034
|
default: A(() => [
|
9019
|
-
s.allSystemMessages.length > 1 ? (l(), o("ul",
|
9020
|
-
(l(!0), o(
|
9035
|
+
s.allSystemMessages.length > 1 ? (l(), o("ul", Km, [
|
9036
|
+
(l(!0), o(b, null, F(s.allSystemMessages, (f, p) => (l(), o("li", { key: p }, g(f), 1))), 128))
|
9021
9037
|
])) : m("", !0)
|
9022
9038
|
]),
|
9023
9039
|
_: 1
|
@@ -9025,16 +9041,16 @@ function Th(e, i, t, a, n, s) {
|
|
9025
9041
|
h("div", q({
|
9026
9042
|
class: ["box drop-area flex-container vertical", { "allow-drop": n.allowDrop }]
|
9027
9043
|
}, qt(s.dragAndDropHandler)), [
|
9028
|
-
n.listOfFiles.length ? (l(), o("div",
|
9029
|
-
t.showTotalUpload && n.listOfFiles.length !== 1 ? (l(), o("div",
|
9044
|
+
n.listOfFiles.length ? (l(), o("div", Xm, [
|
9045
|
+
t.showTotalUpload && n.listOfFiles.length !== 1 ? (l(), o("div", $m, [
|
9030
9046
|
x(u, q(t.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
9031
9047
|
default: A(() => [
|
9032
9048
|
z(g(e.getMessage("cmduploadform.headline.summary_of_all_files")), 1)
|
9033
9049
|
]),
|
9034
9050
|
_: 1
|
9035
9051
|
}, 16),
|
9036
|
-
t.showTotalUpload && n.listOfFiles.length !== 1 ? (l(), o("ul",
|
9037
|
-
h("li",
|
9052
|
+
t.showTotalUpload && n.listOfFiles.length !== 1 ? (l(), o("ul", eh, [
|
9053
|
+
h("li", th, [
|
9038
9054
|
h("a", {
|
9039
9055
|
href: "#",
|
9040
9056
|
title: e.getMessage("cmduploadform.labeltext.remove_all_files_from_list"),
|
@@ -9044,12 +9060,12 @@ function Th(e, i, t, a, n, s) {
|
|
9044
9060
|
iconClass: t.deleteIcon.iconClass,
|
9045
9061
|
type: t.deleteIcon.iconClass
|
9046
9062
|
}, null, 8, ["iconClass", "type"])
|
9047
|
-
], 8,
|
9063
|
+
], 8, ih),
|
9048
9064
|
h("span", null, [
|
9049
9065
|
z(g(n.listOfFiles.length) + " ", 1),
|
9050
|
-
t.allowMultipleFileUploads ? (l(), o(
|
9066
|
+
t.allowMultipleFileUploads ? (l(), o(b, { key: 1 }, [
|
9051
9067
|
z(g(e.getMessage("cmduploadform.labeltext.files_uploading")), 1)
|
9052
|
-
], 64)) : (l(), o(
|
9068
|
+
], 64)) : (l(), o(b, { key: 0 }, [
|
9053
9069
|
z(g(e.getMessage("cmduploadform.labeltext.file_uploading")), 1)
|
9054
9070
|
], 64))
|
9055
9071
|
]),
|
@@ -9059,40 +9075,40 @@ function Th(e, i, t, a, n, s) {
|
|
9059
9075
|
{ error: t.maxTotalUploadSize > 0 && s.totalSize > t.maxTotalUploadSize }
|
9060
9076
|
])
|
9061
9077
|
}, " (" + g(s.formatSize(s.totalSize)) + ") ", 3),
|
9062
|
-
n.uploadInitiated ? (l(), o("span",
|
9078
|
+
n.uploadInitiated ? (l(), o("span", nh, [
|
9063
9079
|
h("span", null, g(s.getPercentage(s.totalUploadProgress)), 1),
|
9064
9080
|
h("progress", {
|
9065
9081
|
max: "100",
|
9066
9082
|
value: s.totalUploadProgress,
|
9067
9083
|
title: s.totalBytesUploaded
|
9068
|
-
}, null, 8,
|
9084
|
+
}, null, 8, sh)
|
9069
9085
|
])) : m("", !0)
|
9070
9086
|
])
|
9071
9087
|
])) : m("", !0),
|
9072
|
-
|
9088
|
+
lh
|
9073
9089
|
])) : m("", !0),
|
9074
|
-
h("div",
|
9090
|
+
h("div", oh, [
|
9075
9091
|
x(u, q(t.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
9076
9092
|
default: A(() => [
|
9077
9093
|
z(g(e.getMessage("cmduploadform.headline.list_of_selected_files")), 1)
|
9078
9094
|
]),
|
9079
9095
|
_: 1
|
9080
9096
|
}, 16),
|
9081
|
-
h("ul",
|
9082
|
-
(l(!0), o(
|
9097
|
+
h("ul", ah, [
|
9098
|
+
(l(!0), o(b, null, F(n.listOfFiles, (f, p) => (l(), o("li", {
|
9083
9099
|
key: p,
|
9084
9100
|
class: "flex-container no-flex"
|
9085
9101
|
}, [
|
9086
9102
|
h("a", {
|
9087
9103
|
href: "#",
|
9088
9104
|
title: e.getMessage("cmduploadform.labeltext.remove_file_from_list", f.file.name),
|
9089
|
-
onClick: O((
|
9105
|
+
onClick: O((k) => s.removeFile(p), ["prevent"])
|
9090
9106
|
}, [
|
9091
9107
|
x(r, {
|
9092
9108
|
iconClass: e.iconDelete.iconClass,
|
9093
9109
|
type: e.iconDelete.iconType
|
9094
9110
|
}, null, 8, ["iconClass", "type"])
|
9095
|
-
], 8,
|
9111
|
+
], 8, rh),
|
9096
9112
|
h("span", {
|
9097
9113
|
class: _([
|
9098
9114
|
"text-align-right",
|
@@ -9103,13 +9119,13 @@ function Th(e, i, t, a, n, s) {
|
|
9103
9119
|
z(g(f.file.name) + " ", 1),
|
9104
9120
|
h("small", null, "(" + g(s.formatSize(f.file.size)) + ")", 1)
|
9105
9121
|
], 2),
|
9106
|
-
n.uploadInitiated && !f.error ? (l(), o("span",
|
9122
|
+
n.uploadInitiated && !f.error ? (l(), o("span", ch, [
|
9107
9123
|
h("span", null, g(s.getPercentage(f.progress)), 1),
|
9108
9124
|
h("progress", {
|
9109
9125
|
max: "100",
|
9110
9126
|
value: f.progress,
|
9111
9127
|
title: s.formatSize(f.uploadedBytes) + "/" + s.formatSize(f.file.size)
|
9112
|
-
}, null, 8,
|
9128
|
+
}, null, 8, uh)
|
9113
9129
|
])) : m("", !0)
|
9114
9130
|
]))), 128))
|
9115
9131
|
]),
|
@@ -9118,10 +9134,10 @@ function Th(e, i, t, a, n, s) {
|
|
9118
9134
|
href: "#",
|
9119
9135
|
onClick: i[1] || (i[1] = O((...f) => s.cancel && s.cancel(...f), ["prevent"])),
|
9120
9136
|
title: e.getMessage("cmduploadform.all_files_will_be_removed")
|
9121
|
-
}, g(e.getMessage("cmduploadform.reset_upload")), 9,
|
9122
|
-
|
9137
|
+
}, g(e.getMessage("cmduploadform.reset_upload")), 9, dh)) : m("", !0),
|
9138
|
+
mh
|
9123
9139
|
])
|
9124
|
-
])) : (l(), o(
|
9140
|
+
])) : (l(), o(b, { key: 0 }, [
|
9125
9141
|
t.allowMultipleFileUploads ? (l(), C(u, q({ key: 0 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
9126
9142
|
default: A(() => [
|
9127
9143
|
z(g(e.getMessage("cmduploadform.no_files_to_upload")), 1)
|
@@ -9146,8 +9162,8 @@ function Th(e, i, t, a, n, s) {
|
|
9146
9162
|
]),
|
9147
9163
|
_: 1
|
9148
9164
|
}, 16)) : m("", !0),
|
9149
|
-
h("dl",
|
9150
|
-
t.maxTotalUploadSize > 0 ? (l(), o(
|
9165
|
+
h("dl", hh, [
|
9166
|
+
t.maxTotalUploadSize > 0 ? (l(), o(b, { key: 0 }, [
|
9151
9167
|
h("dt", {
|
9152
9168
|
class: _({ error: s.totalSize > t.maxTotalUploadSize })
|
9153
9169
|
}, g(e.getMessage("cmduploadform.max_total_upload_size")), 3),
|
@@ -9174,11 +9190,11 @@ function Th(e, i, t, a, n, s) {
|
|
9174
9190
|
iconClass: n.showListOfFileExtensions ? t.iconInvisible.iconClass : t.iconVisible.iconClass,
|
9175
9191
|
type: n.showListOfFileExtensions ? t.iconInvisible.iconType : t.iconVisible.iconType
|
9176
9192
|
}, null, 8, ["iconClass", "type"])
|
9177
|
-
], 8,
|
9193
|
+
], 8, fh),
|
9178
9194
|
x(ue, { name: "fade" }, {
|
9179
9195
|
default: A(() => [
|
9180
|
-
n.showListOfFileExtensions ? (l(), o("ul",
|
9181
|
-
(l(!0), o(
|
9196
|
+
n.showListOfFileExtensions ? (l(), o("ul", gh, [
|
9197
|
+
(l(!0), o(b, null, F(t.allowedFileExtensions, (f, p) => (l(), o("li", {
|
9182
9198
|
key: p,
|
9183
9199
|
class: _({ error: n.errors.fileType })
|
9184
9200
|
}, g(f), 3))), 128))
|
@@ -9199,8 +9215,8 @@ function Th(e, i, t, a, n, s) {
|
|
9199
9215
|
iconClass: t.iconFileUpload.iconClass,
|
9200
9216
|
type: t.iconFileUpload.iconType
|
9201
9217
|
}, null, 8, ["iconClass", "type"]),
|
9202
|
-
t.allowMultipleFileUploads ? (l(), o("span",
|
9203
|
-
], 10,
|
9218
|
+
t.allowMultipleFileUploads ? (l(), o("span", yh, g(e.getMessage("cmduploadform.labeltext.select_files")), 1)) : (l(), o("span", _h, g(e.getMessage("cmduploadform.labeltext.select_file")), 1))
|
9219
|
+
], 10, ph),
|
9204
9220
|
t.enableDragAndDrop ? (l(), o("p", {
|
9205
9221
|
key: 0,
|
9206
9222
|
class: _(["text-drag-and-drop", { disabled: n.uploadInitiated }])
|
@@ -9208,10 +9224,10 @@ function Th(e, i, t, a, n, s) {
|
|
9208
9224
|
h("span", null, g(e.getMessage("cmduploadform.or")), 1),
|
9209
9225
|
h("strong", null, [
|
9210
9226
|
z(g(e.getMessage("cmduploadform.drag_and_drop")) + " ", 1),
|
9211
|
-
t.allowMultipleFileUploads && n.listOfFiles.length ? (l(), o(
|
9227
|
+
t.allowMultipleFileUploads && n.listOfFiles.length ? (l(), o(b, { key: 0 }, [
|
9212
9228
|
z(g(e.getMessage("cmduploadform.additional")), 1)
|
9213
9229
|
], 64)) : m("", !0),
|
9214
|
-
!t.allowMultipleFileUploads && n.listOfFiles.length ? (l(), o(
|
9230
|
+
!t.allowMultipleFileUploads && n.listOfFiles.length ? (l(), o(b, { key: 1 }, [
|
9215
9231
|
z(g(e.getMessage("cmduploadform.new")), 1)
|
9216
9232
|
], 64)) : m("", !0),
|
9217
9233
|
z(" " + g(e.getMessage("cmduploadform.files_to_this_area")), 1)
|
@@ -9230,7 +9246,7 @@ function Th(e, i, t, a, n, s) {
|
|
9230
9246
|
placeholder: e.getMessage("cmduploadform.placeholder.comment"),
|
9231
9247
|
status: t.commentStatusMessage ? "error" : ""
|
9232
9248
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : m("", !0),
|
9233
|
-
h("div",
|
9249
|
+
h("div", Ch, [
|
9234
9250
|
h("button", {
|
9235
9251
|
class: _([
|
9236
9252
|
"button primary",
|
@@ -9245,8 +9261,8 @@ function Th(e, i, t, a, n, s) {
|
|
9245
9261
|
iconClass: t.iconUpload.iconClass,
|
9246
9262
|
type: t.iconUpload.iconType
|
9247
9263
|
}, null, 8, ["iconClass", "type"]),
|
9248
|
-
n.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), o("span",
|
9249
|
-
], 10,
|
9264
|
+
n.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), o("span", kh, g(e.getMessage("cmduploadform.buttontext.upload_file")), 1)) : (l(), o("span", vh, g(e.getMessage("cmduploadform.buttontext.upload_files")), 1))
|
9265
|
+
], 10, bh),
|
9250
9266
|
h("button", {
|
9251
9267
|
class: _(["button", { disabled: n.listOfFiles.length === 0 }]),
|
9252
9268
|
onClick: i[6] || (i[6] = (...f) => s.cancel && s.cancel(...f))
|
@@ -9264,30 +9280,30 @@ function Th(e, i, t, a, n, s) {
|
|
9264
9280
|
onClick: i[7] || (i[7] = O((...f) => s.selectFiles && s.selectFiles(...f), ["prevent"])),
|
9265
9281
|
class: ["cmd-upload-form drop-area", { "allow-drop": n.allowDrop }]
|
9266
9282
|
}, qt(s.dragAndDropHandler)), [
|
9267
|
-
n.uploadInitiated ? (l(), o("span",
|
9283
|
+
n.uploadInitiated ? (l(), o("span", wh, [
|
9268
9284
|
h("span", null, g(s.getPercentage(s.totalUploadProgress)), 1),
|
9269
9285
|
h("progress", {
|
9270
9286
|
max: "100",
|
9271
9287
|
value: s.totalUploadProgress,
|
9272
9288
|
title: s.totalBytesUploaded
|
9273
|
-
}, null, 8,
|
9289
|
+
}, null, 8, Ih)
|
9274
9290
|
])) : m("", !0),
|
9275
9291
|
V(e.$slots, "default", {}, () => [
|
9276
|
-
t.enableDragAndDrop ? (l(), o(
|
9277
|
-
s.fileTypeImage ? (l(), o(
|
9292
|
+
t.enableDragAndDrop ? (l(), o(b, { key: 0 }, [
|
9293
|
+
s.fileTypeImage ? (l(), o(b, { key: 0 }, [
|
9278
9294
|
h("span", null, g(e.getMessage("cmduploadform.select_image")), 1),
|
9279
9295
|
x(r, {
|
9280
9296
|
iconClass: t.iconImage.iconClass,
|
9281
9297
|
type: t.iconImage.iconType
|
9282
9298
|
}, null, 8, ["iconClass", "type"])
|
9283
|
-
], 64)) : (l(), o(
|
9299
|
+
], 64)) : (l(), o(b, { key: 1 }, [
|
9284
9300
|
h("span", null, g(e.getMessage("cmduploadform.select_file")), 1),
|
9285
9301
|
x(r, {
|
9286
9302
|
iconClass: t.iconFileUpload.iconClass,
|
9287
9303
|
type: t.iconFileUpload.iconType
|
9288
9304
|
}, null, 8, ["iconClass", "type"])
|
9289
9305
|
], 64))
|
9290
|
-
], 64)) : (l(), o(
|
9306
|
+
], 64)) : (l(), o(b, { key: 1 }, [
|
9291
9307
|
h("span", null, g(e.getMessage("cmduploadform.drag_and_drop_file_here")), 1),
|
9292
9308
|
x(r, {
|
9293
9309
|
iconClass: t.iconDragAndDrop.iconClass,
|
@@ -9309,8 +9325,8 @@ function Th(e, i, t, a, n, s) {
|
|
9309
9325
|
}, null, 8, ["labelText", "disabled", "multiple", "onChange"])
|
9310
9326
|
], 64);
|
9311
9327
|
}
|
9312
|
-
const
|
9313
|
-
const
|
9328
|
+
const of = /* @__PURE__ */ N(Ym, [["render", xh]]);
|
9329
|
+
const Th = {
|
9314
9330
|
name: "CmdWidthLimitationWrapper",
|
9315
9331
|
props: {
|
9316
9332
|
innerComponent: {
|
@@ -9349,8 +9365,8 @@ const Sh = {
|
|
9349
9365
|
return this.innerComponent === "header" ? "site-header" : this.innerComponent === "footer" ? "site-footer" : "";
|
9350
9366
|
}
|
9351
9367
|
}
|
9352
|
-
},
|
9353
|
-
function
|
9368
|
+
}, Sh = ["id"], Mh = ["id"];
|
9369
|
+
function Oh(e, i, t, a, n, s) {
|
9354
9370
|
const u = W;
|
9355
9371
|
return l(), o("div", {
|
9356
9372
|
class: _(["cmd-width-limitation-wrapper", { sticky: t.sticky }])
|
@@ -9362,7 +9378,7 @@ function Lh(e, i, t, a, n, s) {
|
|
9362
9378
|
t.anchorId ? (l(), o("a", {
|
9363
9379
|
key: 0,
|
9364
9380
|
id: t.anchorId
|
9365
|
-
}, null, 8,
|
9381
|
+
}, null, 8, Sh)) : m("", !0),
|
9366
9382
|
t.cmdHeadline ? (l(), C(u, {
|
9367
9383
|
key: 1,
|
9368
9384
|
"pre-headline-text": t.cmdHeadline.preHeadlineText,
|
@@ -9370,16 +9386,16 @@ function Lh(e, i, t, a, n, s) {
|
|
9370
9386
|
"headline-level": t.cmdHeadline.headlineLevel
|
9371
9387
|
}, null, 8, ["pre-headline-text", "headline-text", "headline-level"])) : m("", !0),
|
9372
9388
|
V(e.$slots, "default")
|
9373
|
-
], 2)) : (l(), o(
|
9389
|
+
], 2)) : (l(), o(b, { key: 1 }, [
|
9374
9390
|
t.anchorId ? (l(), o("a", {
|
9375
9391
|
key: 0,
|
9376
9392
|
id: t.anchorId
|
9377
|
-
}, null, 8,
|
9393
|
+
}, null, 8, Mh)) : m("", !0),
|
9378
9394
|
V(e.$slots, "default")
|
9379
9395
|
], 64))
|
9380
9396
|
], 2);
|
9381
9397
|
}
|
9382
|
-
const
|
9398
|
+
const af = /* @__PURE__ */ N(Th, [["render", Oh]]), rf = {
|
9383
9399
|
mounted(e) {
|
9384
9400
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
9385
9401
|
e.focus();
|
@@ -9388,7 +9404,7 @@ const rf = /* @__PURE__ */ N(Sh, [["render", Lh]]), cf = {
|
|
9388
9404
|
i ? i.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
|
9389
9405
|
}
|
9390
9406
|
}
|
9391
|
-
},
|
9407
|
+
}, cf = {
|
9392
9408
|
mounted(e, i) {
|
9393
9409
|
if (i.value && typeof i.value == "string") {
|
9394
9410
|
let t = /[^\d]/g, a = i.value.replace(/^\s*\+/, "00");
|
@@ -9396,7 +9412,7 @@ const rf = /* @__PURE__ */ N(Sh, [["render", Lh]]), cf = {
|
|
9396
9412
|
}
|
9397
9413
|
}
|
9398
9414
|
};
|
9399
|
-
function
|
9415
|
+
function uf() {
|
9400
9416
|
const e = {};
|
9401
9417
|
hn(a);
|
9402
9418
|
function i(n = "defaultSequence") {
|
@@ -9412,55 +9428,55 @@ function df() {
|
|
9412
9428
|
return { nextSequenceValue: i, currentSequenceValue: t, resetSequence: a };
|
9413
9429
|
}
|
9414
9430
|
export {
|
9415
|
-
|
9416
|
-
|
9417
|
-
|
9418
|
-
|
9419
|
-
|
9420
|
-
|
9421
|
-
|
9422
|
-
|
9423
|
-
|
9424
|
-
|
9425
|
-
|
9426
|
-
|
9431
|
+
Dh as CmdAddressData,
|
9432
|
+
Nh as CmdBackToTopButton,
|
9433
|
+
jh as CmdBankAccountData,
|
9434
|
+
Po as CmdBox,
|
9435
|
+
Ph as CmdBoxWrapper,
|
9436
|
+
Ah as CmdBreadcrumbs,
|
9437
|
+
na as CmdCompanyLogo,
|
9438
|
+
Fh as CmdCookieDisclaimer,
|
9439
|
+
zh as CmdCopyrightInformation,
|
9440
|
+
Rr as CmdFakeSelect,
|
9441
|
+
Bh as CmdFancyBox,
|
9442
|
+
Hh as CmdForm,
|
9427
9443
|
_e as CmdFormElement,
|
9428
|
-
|
9429
|
-
|
9444
|
+
Xr as CmdFormFilters,
|
9445
|
+
qh as CmdGoogleMaps,
|
9430
9446
|
W as CmdHeadline,
|
9431
9447
|
E as CmdIcon,
|
9432
9448
|
Ie as CmdImage,
|
9433
|
-
|
9434
|
-
|
9435
|
-
|
9436
|
-
|
9437
|
-
|
9438
|
-
|
9439
|
-
|
9440
|
-
|
9441
|
-
|
9442
|
-
|
9443
|
-
|
9444
|
-
|
9445
|
-
|
9449
|
+
Rh as CmdImageGallery,
|
9450
|
+
Vh as CmdImageZoom,
|
9451
|
+
Eh as CmdInputGroup,
|
9452
|
+
Xl as CmdListOfLinks,
|
9453
|
+
Uh as CmdLoginForm,
|
9454
|
+
su as CmdMainNavigation,
|
9455
|
+
Gh as CmdMultistepFormProgressBar,
|
9456
|
+
Qh as CmdOpeningHours,
|
9457
|
+
Zh as CmdPager,
|
9458
|
+
Wh as CmdProgressBar,
|
9459
|
+
Yh as CmdSiteFooter,
|
9460
|
+
Kh as CmdSiteHeader,
|
9461
|
+
Xh as CmdSiteSearch,
|
9446
9462
|
St as CmdSlideButton,
|
9447
|
-
|
9448
|
-
|
9449
|
-
|
9450
|
-
|
9451
|
-
|
9452
|
-
|
9453
|
-
|
9454
|
-
|
9455
|
-
|
9456
|
-
|
9457
|
-
|
9458
|
-
|
9459
|
-
|
9460
|
-
|
9461
|
-
|
9462
|
-
|
9463
|
+
$h as CmdSlideshow,
|
9464
|
+
Jh as CmdSocialNetworks,
|
9465
|
+
ef as CmdSwitchLanguage,
|
9466
|
+
Sd as CmdSystemMessage,
|
9467
|
+
tf as CmdTable,
|
9468
|
+
nf as CmdTabs,
|
9469
|
+
sf as CmdTextBlock,
|
9470
|
+
xl as CmdThumbnailScroller,
|
9471
|
+
lf as CmdToggleDarkMode,
|
9472
|
+
ra as CmdTooltip,
|
9473
|
+
of as CmdUploadForm,
|
9474
|
+
af as CmdWidthLimitationWrapper,
|
9475
|
+
rf as DirFocus,
|
9476
|
+
cf as DirTelephone,
|
9477
|
+
Sl as createHtmlId,
|
9478
|
+
Tl as createUuid,
|
9463
9479
|
Me as getFileExtension,
|
9464
9480
|
Mt as openFancyBox,
|
9465
|
-
|
9481
|
+
uf as useSequence
|
9466
9482
|
};
|