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