comand-component-library 3.3.35 → 3.3.37
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +910 -900
- package/dist/comand-component-library.umd.cjs +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/App.vue +5 -1
- package/src/assets/data/list-of-links.json +2 -1
- package/src/components/CmdAddressData.vue +2 -2
- package/src/components/CmdBackToTopButton.vue +12 -8
- package/src/components/CmdBankAccountData.vue +9 -3
- package/src/components/CmdBox.vue +1 -2
- package/src/components/CmdListOfLinks.vue +4 -1
- package/src/components/CmdSiteHeader.vue +1 -1
@@ -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 R, createTextVNode as z, resolveDirective as cn, normalizeProps as K, mergeProps 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 R, createTextVNode as z, resolveDirective as cn, normalizeProps as K, mergeProps as H, Fragment as k, 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", b = Symbol(i), y = Object, I = document, v = typeof TouchEvent < "u" ? TouchEvent : void 0, S = HTMLElement, T = S[d], B = Event[d], Q = [n, "dbl" + n, "mousedown", "mouseup", "touchstart", "touchend", "pointerdown", "pointerup"], w = new Set(Q), q = new Set(Q.map((M) => e + M + i)), D = (M, j) => !!j && M instanceof j, P = (M, j) => M.contains(j), G = (M, j) => {
|
4
4
|
for (let U of M)
|
5
5
|
j(U);
|
6
6
|
}, Z = (M) => {
|
7
|
-
D(M, S) && (M[
|
7
|
+
D(M, S) && (M[b] ? J(M) : G(w, (j) => {
|
8
8
|
let U = e + j + i, re = M.getAttribute(U);
|
9
9
|
re && !V(M)[U] && M[c](U, re);
|
10
10
|
}), G(M.childNodes, Z));
|
11
|
-
}, V = (M) => M[
|
11
|
+
}, V = (M) => M[b] = M[b] || {}, J = (M) => {
|
12
12
|
V(M), X.includes(M) || (X.push(M), fe = !0);
|
13
13
|
}, Y = (M, j) => P(j, M) ? 1 : P(M, j) ? -1 : 0, ae = (M) => {
|
14
14
|
fe && (X.sort(Y), fe = !1);
|
@@ -18,10 +18,10 @@ import { defineComponent as Li, h as zt, resolveComponent as le, openBlock as l,
|
|
18
18
|
});
|
19
19
|
}, te = (M) => function() {
|
20
20
|
let j = this, U = j.type;
|
21
|
-
M[s](j),
|
21
|
+
M[s](j), q.has(e + U) && j[a].push(j[u]);
|
22
22
|
}, se = (M, j, U) => M[j] = U(M[j]);
|
23
23
|
function L(M) {
|
24
|
-
let j = this[
|
24
|
+
let j = this[b][e + M.type];
|
25
25
|
j && j[s](this, [M]);
|
26
26
|
}
|
27
27
|
let X = [], fe = !1, Ce = I.createElement(t);
|
@@ -29,14 +29,14 @@ import { defineComponent as Li, h as zt, resolveComponent as le, openBlock as l,
|
|
29
29
|
I[p](M, ae, { passive: !0, capture: !0 });
|
30
30
|
let j = e + M + i;
|
31
31
|
y.defineProperty(T, j, { get() {
|
32
|
-
return this[
|
32
|
+
return this[b][j];
|
33
33
|
}, set(U) {
|
34
|
-
this[p](M + i, L), this[
|
34
|
+
this[p](M + i, L), this[b][j] = typeof U == "object" ? U.handleEvent : U;
|
35
35
|
} });
|
36
36
|
}), se(T, p, (M) => function(...j) {
|
37
|
-
|
37
|
+
q.has(e + j[0]) && J(this), M[s](this, j);
|
38
38
|
}), se(T, c, (M) => function(j, U) {
|
39
|
-
|
39
|
+
q.has(j) ? (M[s](Ce, [e + n, U]), this[j] = Ce[e + n]) : M[s](this, [j, U]);
|
40
40
|
}), se(B, a + r, te), se(B, a + "Immediate" + r, te), new MutationObserver((M) => {
|
41
41
|
G(M, (j) => {
|
42
42
|
G(j.addedNodes, Z), G(j.removedNodes, (U) => {
|
@@ -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, b = [], 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(), b.forEach((D) => {
|
617
617
|
D.status === "pending" && (D.status = "aborted");
|
618
|
-
}),
|
618
|
+
}), b = [];
|
619
619
|
}
|
620
620
|
function S(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: b.length,
|
630
630
|
subscribe: S,
|
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
|
+
b.forEach((D) => {
|
641
641
|
D.status === "pending" && (D.status = "aborted");
|
642
|
-
}),
|
642
|
+
}), b = [];
|
643
643
|
}
|
644
644
|
function w(D, P, G) {
|
645
645
|
const Z = P !== "success";
|
646
|
-
switch (
|
646
|
+
switch (b = b.filter((V) => V !== 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, b.length || (u.length ? q() : B());
|
662
662
|
return;
|
663
663
|
}
|
664
664
|
if (I(), Q(), !e.random) {
|
@@ -669,13 +669,13 @@ function Un(e, i, t, a) {
|
|
669
669
|
V(G);
|
670
670
|
});
|
671
671
|
}
|
672
|
-
function
|
672
|
+
function q() {
|
673
673
|
if (r !== "pending")
|
674
674
|
return;
|
675
675
|
I();
|
676
676
|
const D = u.shift();
|
677
677
|
if (D === void 0) {
|
678
|
-
if (
|
678
|
+
if (b.length) {
|
679
679
|
p = setTimeout(() => {
|
680
680
|
I(), r === "pending" && (Q(), B());
|
681
681
|
}, e.timeout);
|
@@ -691,9 +691,9 @@ function Un(e, i, t, a) {
|
|
691
691
|
w(P, G, Z);
|
692
692
|
}
|
693
693
|
};
|
694
|
-
|
694
|
+
b.push(P), c++, p = setTimeout(q, e.rotate), t(D, i, P.callback);
|
695
695
|
}
|
696
|
-
return setTimeout(
|
696
|
+
return setTimeout(q), T;
|
697
697
|
}
|
698
698
|
function qi(e) {
|
699
699
|
const i = {
|
@@ -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, b) => {
|
713
|
+
a(), c && c(p, b);
|
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((b) => {
|
928
|
+
p.delete(b);
|
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, b = de(c, f), y = b.pendingIcons || (b.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, S = i.id;
|
1109
1109
|
return typeof S == "string" && (S = S.replace(/-/g, "_")), a.innerHTML = Mn(r.body, S ? () => S + "ID" + v++ : "iconifyVue"), zt("svg", a);
|
1110
1110
|
}
|
1111
|
-
const { body: f, width: p, height:
|
1111
|
+
const { body: f, width: p, height: b } = 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: b + ""
|
1115
1115
|
});
|
1116
1116
|
return a.style = {
|
1117
1117
|
...s,
|
@@ -1426,32 +1426,32 @@ const Cs = {
|
|
1426
1426
|
return e.name === "telephone" || e.name === "mobilephone" ? "tel:" + e.href : e.name === "email" ? "mailto:" + e.href : e.name === "website" ? e.href : null;
|
1427
1427
|
}
|
1428
1428
|
}
|
1429
|
-
}, bs = { class: "cmd-address-data vcard" }, ks = { class: "adr" }, vs = { key: 0 }, ws = { key: 1 }, Is = ["href", "target", "title"], xs = { key: 1 },
|
1429
|
+
}, bs = { class: "cmd-address-data vcard" }, ks = { class: "adr" }, vs = { key: 0 }, ws = { key: 1 }, Is = ["href", "target", "title"], xs = ["innerHTML"], Ts = { key: 1 }, Ss = ["href", "title"], Ms = { class: "street-address" }, Os = /* @__PURE__ */ h("br", null, null, -1), Ls = {
|
1430
1430
|
key: 1,
|
1431
1431
|
class: "postal-code"
|
1432
|
-
},
|
1432
|
+
}, Ds = { class: "locality" }, Ns = /* @__PURE__ */ h("br", null, null, -1), js = /* @__PURE__ */ h("br", null, null, -1), Bs = {
|
1433
1433
|
key: 4,
|
1434
1434
|
class: "country-name"
|
1435
|
-
},
|
1435
|
+
}, Ps = { class: "street-address" }, As = /* @__PURE__ */ h("br", null, null, -1), Fs = {
|
1436
1436
|
key: 1,
|
1437
1437
|
class: "postal-code"
|
1438
|
-
},
|
1438
|
+
}, zs = { class: "locality" }, Hs = /* @__PURE__ */ h("br", null, null, -1), qs = /* @__PURE__ */ h("br", null, null, -1), Rs = {
|
1439
1439
|
key: 4,
|
1440
1440
|
class: "country-name"
|
1441
|
-
},
|
1441
|
+
}, Vs = ["href", "target", "title"], Es = ["innerHTML"], Us = ["href", "title"], Gs = { class: "street-address" }, Qs = /* @__PURE__ */ h("br", null, null, -1), Zs = { class: "postal-code" }, Ws = { class: "locality" }, Js = /* @__PURE__ */ h("br", null, null, -1), Ys = /* @__PURE__ */ h("br", null, null, -1), Ks = {
|
1442
1442
|
key: 3,
|
1443
1443
|
class: "country-name"
|
1444
|
-
},
|
1444
|
+
}, Xs = { class: "street-address" }, $s = /* @__PURE__ */ h("br", null, null, -1), el = { class: "postal-code" }, tl = { class: "locality" }, il = /* @__PURE__ */ h("br", null, null, -1), nl = /* @__PURE__ */ h("br", null, null, -1), sl = {
|
1445
1445
|
key: 3,
|
1446
1446
|
class: "country-name"
|
1447
1447
|
};
|
1448
|
-
function
|
1448
|
+
function ll(e, i, t, a, n, s) {
|
1449
1449
|
const u = W, d = E, r = cn("telephone");
|
1450
1450
|
return l(), o("div", bs, [
|
1451
|
-
t.cmdHeadline ? (l(), C(u, K(
|
1451
|
+
t.cmdHeadline ? (l(), C(u, K(H({ 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(k, null, F(t.addressData, (c, f) => (l(), o(k, { key: f }, [
|
1455
1455
|
h("dt", {
|
1456
1456
|
class: _({ address: c.name === "address" })
|
1457
1457
|
}, [
|
@@ -1476,45 +1476,46 @@ function nl(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(
|
1480
|
-
|
1481
|
-
|
1482
|
-
|
1479
|
+
]) : (l(), o("span", {
|
1480
|
+
key: 1,
|
1481
|
+
innerHTML: c.data
|
1482
|
+
}, null, 8, xs))
|
1483
|
+
], 2)) : (l(), o("dd", Ts, [
|
1483
1484
|
t.linkGoogleMaps ? (l(), o("a", {
|
1484
1485
|
key: 0,
|
1485
1486
|
href: s.locateAddress(c),
|
1486
1487
|
target: "google-maps",
|
1487
1488
|
title: e.getMessage("cmdaddressdata.title.open_address_on_google_maps")
|
1488
1489
|
}, [
|
1489
|
-
c.streetNo ? (l(), o(
|
1490
|
-
h("span",
|
1491
|
-
|
1490
|
+
c.streetNo ? (l(), o(k, { key: 0 }, [
|
1491
|
+
h("span", Ms, g(c.streetNo), 1),
|
1492
|
+
Os
|
1492
1493
|
], 64)) : m("", !0),
|
1493
|
-
c.zip ? (l(), o("span",
|
1494
|
-
c.city ? (l(), o(
|
1495
|
-
h("span",
|
1496
|
-
|
1494
|
+
c.zip ? (l(), o("span", Ls, g(c.zip), 1)) : m("", !0),
|
1495
|
+
c.city ? (l(), o(k, { key: 2 }, [
|
1496
|
+
h("span", Ds, g(c.city), 1),
|
1497
|
+
Ns
|
1497
1498
|
], 64)) : m("", !0),
|
1498
|
-
c.miscInfo ? (l(), o(
|
1499
|
+
c.miscInfo ? (l(), o(k, { key: 3 }, [
|
1499
1500
|
h("span", null, g(c.miscInfo), 1),
|
1500
|
-
|
1501
|
+
js
|
1501
1502
|
], 64)) : m("", !0),
|
1502
|
-
c.country ? (l(), o("span",
|
1503
|
-
], 8,
|
1504
|
-
c.streetNo ? (l(), o(
|
1505
|
-
h("span",
|
1506
|
-
|
1503
|
+
c.country ? (l(), o("span", Bs, g(c.country), 1)) : m("", !0)
|
1504
|
+
], 8, Ss)) : (l(), o(k, { key: 1 }, [
|
1505
|
+
c.streetNo ? (l(), o(k, { key: 0 }, [
|
1506
|
+
h("span", Ps, g(c.streetNo), 1),
|
1507
|
+
As
|
1507
1508
|
], 64)) : m("", !0),
|
1508
|
-
c.zip ? (l(), o("span",
|
1509
|
-
c.city ? (l(), o(
|
1510
|
-
h("span",
|
1511
|
-
|
1509
|
+
c.zip ? (l(), o("span", Fs, g(c.zip) + "\xA0", 1)) : m("", !0),
|
1510
|
+
c.city ? (l(), o(k, { key: 2 }, [
|
1511
|
+
h("span", zs, g(c.city), 1),
|
1512
|
+
Hs
|
1512
1513
|
], 64)) : m("", !0),
|
1513
|
-
c.miscInfo ? (l(), o(
|
1514
|
+
c.miscInfo ? (l(), o(k, { key: 3 }, [
|
1514
1515
|
h("span", null, g(c.miscInfo), 1),
|
1515
|
-
|
1516
|
+
qs
|
1516
1517
|
], 64)) : m("", !0),
|
1517
|
-
c.country ? (l(), o("span",
|
1518
|
+
c.country ? (l(), o("span", Rs, g(c.country), 1)) : m("", !0)
|
1518
1519
|
], 64))
|
1519
1520
|
]))
|
1520
1521
|
], 64))), 128))
|
@@ -1522,7 +1523,7 @@ function nl(e, i, t, a, n, s) {
|
|
1522
1523
|
key: 1,
|
1523
1524
|
class: _(["flex-container", { vertical: !t.showIconsOnly }])
|
1524
1525
|
}, [
|
1525
|
-
(l(!0), o(
|
1526
|
+
(l(!0), o(k, null, F(t.addressData, (c, f) => (l(), o(k, { key: f }, [
|
1526
1527
|
c.href || c.name === "address" || !t.showIconsOnly ? (l(), o("li", {
|
1527
1528
|
key: 0,
|
1528
1529
|
class: _({ "no-flex": t.showIconsOnly })
|
@@ -1533,63 +1534,64 @@ function nl(e, i, t, a, n, s) {
|
|
1533
1534
|
target: { _blank: c.name === "website" },
|
1534
1535
|
title: c.tooltip
|
1535
1536
|
}, [
|
1536
|
-
t.showIconsOnly ? (l(), o(
|
1537
|
+
t.showIconsOnly ? (l(), o(k, { key: 0 }, [
|
1537
1538
|
c.iconClass ? (l(), C(d, {
|
1538
1539
|
key: 0,
|
1539
1540
|
iconClass: c.iconClass,
|
1540
1541
|
type: c.iconType
|
1541
1542
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
1542
|
-
], 64)) : (l(), o(
|
1543
|
+
], 64)) : (l(), o(k, { key: 1 }, [
|
1543
1544
|
z(g(c.href), 1)
|
1544
1545
|
], 64))
|
1545
|
-
], 8,
|
1546
|
-
|
1547
|
-
|
1548
|
-
|
1546
|
+
], 8, Vs)) : t.showIconsOnly ? m("", !0) : (l(), o("span", {
|
1547
|
+
key: 1,
|
1548
|
+
innerHTML: c.data
|
1549
|
+
}, null, 8, Es)),
|
1550
|
+
c.name === "address" ? (l(), o(k, { key: 2 }, [
|
1549
1551
|
t.linkGoogleMaps ? (l(), o("a", {
|
1550
1552
|
key: 0,
|
1551
1553
|
href: s.locateAddress(c),
|
1552
1554
|
target: "google-maps",
|
1553
1555
|
title: c.tooltip
|
1554
1556
|
}, [
|
1555
|
-
t.showIconsOnly ? (l(), o(
|
1557
|
+
t.showIconsOnly ? (l(), o(k, { key: 0 }, [
|
1556
1558
|
c.iconClass ? (l(), C(d, {
|
1557
1559
|
key: 0,
|
1558
1560
|
iconClass: c.iconClass,
|
1559
1561
|
type: c.iconType
|
1560
1562
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
1561
|
-
], 64)) : (l(), o(
|
1562
|
-
c.streetNo ? (l(), o(
|
1563
|
-
h("span",
|
1564
|
-
|
1563
|
+
], 64)) : (l(), o(k, { key: 1 }, [
|
1564
|
+
c.streetNo ? (l(), o(k, { key: 0 }, [
|
1565
|
+
h("span", Gs, g(c.streetNo), 1),
|
1566
|
+
Qs
|
1565
1567
|
], 64)) : m("", !0),
|
1566
|
-
c.zip || c.city ? (l(), o(
|
1567
|
-
h("span",
|
1568
|
-
h("span",
|
1569
|
-
|
1568
|
+
c.zip || c.city ? (l(), o(k, { key: 1 }, [
|
1569
|
+
h("span", Zs, g(c.zip) + "\xA0", 1),
|
1570
|
+
h("span", Ws, g(c.city), 1),
|
1571
|
+
Js
|
1570
1572
|
], 64)) : m("", !0),
|
1571
|
-
c.miscInfo ? (l(), o(
|
1573
|
+
c.miscInfo ? (l(), o(k, { key: 2 }, [
|
1572
1574
|
h("span", null, g(c.miscInfo), 1),
|
1573
|
-
|
1575
|
+
Ys
|
1574
1576
|
], 64)) : m("", !0),
|
1575
|
-
c.country ? (l(), o("span",
|
1577
|
+
c.country ? (l(), o("span", Ks, g(c.country), 1)) : m("", !0)
|
1576
1578
|
], 64))
|
1577
|
-
], 8,
|
1578
|
-
!t.linkGoogleMaps && !t.showIconsOnly ? (l(), o(
|
1579
|
-
c.streetNo ? (l(), o(
|
1580
|
-
h("span",
|
1581
|
-
|
1579
|
+
], 8, Us)) : m("", !0),
|
1580
|
+
!t.linkGoogleMaps && !t.showIconsOnly ? (l(), o(k, { key: 1 }, [
|
1581
|
+
c.streetNo ? (l(), o(k, { key: 0 }, [
|
1582
|
+
h("span", Xs, g(c.streetNo), 1),
|
1583
|
+
$s
|
1582
1584
|
], 64)) : m("", !0),
|
1583
|
-
c.zip || c.city ? (l(), o(
|
1584
|
-
h("span",
|
1585
|
-
h("span",
|
1586
|
-
|
1585
|
+
c.zip || c.city ? (l(), o(k, { key: 1 }, [
|
1586
|
+
h("span", el, g(c.zip) + "\xA0", 1),
|
1587
|
+
h("span", tl, g(c.city), 1),
|
1588
|
+
il
|
1587
1589
|
], 64)) : m("", !0),
|
1588
|
-
c.miscInfo ? (l(), o(
|
1590
|
+
c.miscInfo ? (l(), o(k, { key: 2 }, [
|
1589
1591
|
h("span", null, g(c.miscInfo), 1),
|
1590
|
-
|
1592
|
+
nl
|
1591
1593
|
], 64)) : m("", !0),
|
1592
|
-
c.country ? (l(), o("span",
|
1594
|
+
c.country ? (l(), o("span", sl, g(c.country), 1)) : m("", !0)
|
1593
1595
|
], 64)) : m("", !0)
|
1594
1596
|
], 64)) : m("", !0)
|
1595
1597
|
], 2)) : m("", !0)
|
@@ -1598,17 +1600,22 @@ function nl(e, i, t, a, n, s) {
|
|
1598
1600
|
])
|
1599
1601
|
]);
|
1600
1602
|
}
|
1601
|
-
const
|
1602
|
-
const
|
1603
|
+
const jh = /* @__PURE__ */ N(Cs, [["render", ll]]);
|
1604
|
+
const ol = {
|
1603
1605
|
name: "CmdBackToTopButton",
|
1604
1606
|
data() {
|
1607
|
+
var e;
|
1605
1608
|
return {
|
1606
1609
|
windowInnerHeight: window.innerHeight,
|
1607
1610
|
windowScrollY: window.scrollY,
|
1608
|
-
|
1611
|
+
scrollHeight: ((e = document.querySelector(this.parentSelector)) == null ? void 0 : e.scrollHeight) || 0
|
1609
1612
|
};
|
1610
1613
|
},
|
1611
1614
|
props: {
|
1615
|
+
parentSelector: {
|
1616
|
+
type: String,
|
1617
|
+
default: "body"
|
1618
|
+
},
|
1612
1619
|
iconBackToTop: {
|
1613
1620
|
type: Object,
|
1614
1621
|
default: function() {
|
@@ -1628,19 +1635,20 @@ const sl = {
|
|
1628
1635
|
},
|
1629
1636
|
computed: {
|
1630
1637
|
show() {
|
1631
|
-
return this.windowScrollY > 0 && this.windowInnerHeight < this.
|
1638
|
+
return this.windowScrollY > 0 && this.windowInnerHeight < this.scrollHeight;
|
1632
1639
|
}
|
1633
1640
|
},
|
1634
1641
|
methods: {
|
1635
1642
|
onViewportChange() {
|
1636
|
-
|
1643
|
+
var e;
|
1644
|
+
this.windowInnerHeight = window.innerHeight, this.windowScrollY = window.scrollY, this.scrollHeight = ((e = document.querySelector(this.parentSelector)) == null ? void 0 : e.scrollHeight) || 0;
|
1637
1645
|
},
|
1638
1646
|
onBackToTop() {
|
1639
1647
|
window.scrollTo({ top: 0, left: 0, behavior: "smooth" });
|
1640
1648
|
}
|
1641
1649
|
}
|
1642
|
-
},
|
1643
|
-
function
|
1650
|
+
}, al = ["title"];
|
1651
|
+
function rl(e, i, t, a, n, s) {
|
1644
1652
|
const u = E;
|
1645
1653
|
return l(), C(ue, { name: "fade" }, {
|
1646
1654
|
default: A(() => [
|
@@ -1655,13 +1663,13 @@ function ol(e, i, t, a, n, s) {
|
|
1655
1663
|
iconClass: t.iconBackToTop.iconClass,
|
1656
1664
|
type: t.iconBackToTop.iconType
|
1657
1665
|
}, null, 8, ["iconClass", "type"])
|
1658
|
-
], 8,
|
1666
|
+
], 8, al)) : m("", !0)
|
1659
1667
|
]),
|
1660
1668
|
_: 1
|
1661
1669
|
});
|
1662
1670
|
}
|
1663
|
-
const
|
1664
|
-
const
|
1671
|
+
const Bh = /* @__PURE__ */ N(ol, [["render", rl]]);
|
1672
|
+
const cl = {
|
1665
1673
|
name: "CmdBankAccountData",
|
1666
1674
|
props: {
|
1667
1675
|
accountData: {
|
@@ -1693,19 +1701,17 @@ const al = {
|
|
1693
1701
|
},
|
1694
1702
|
methods: {
|
1695
1703
|
copyToClipboard(e) {
|
1696
|
-
const i = e.replace(/\s/g, "");
|
1697
|
-
navigator.clipboard.writeText(i), alert(i + " was copied to clipboard");
|
1698
1704
|
}
|
1699
1705
|
}
|
1700
|
-
},
|
1701
|
-
function
|
1706
|
+
}, ul = { class: "cmd-bank-account-data" }, dl = { key: 0 }, ml = ["onClick", "title"], hl = { key: 1 };
|
1707
|
+
function fl(e, i, t, a, n, s) {
|
1702
1708
|
const u = W, d = E;
|
1703
|
-
return l(), o("div",
|
1704
|
-
t.cmdHeadline ? (l(), C(u, K(
|
1709
|
+
return l(), o("div", ul, [
|
1710
|
+
t.cmdHeadline ? (l(), C(u, K(H({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
1705
1711
|
h("dl", null, [
|
1706
|
-
(l(!0), o(
|
1712
|
+
(l(!0), o(k, null, F(t.accountData, (r, c) => (l(), o(k, { key: c }, [
|
1707
1713
|
h("dt", null, g(r.text), 1),
|
1708
|
-
t.allowCopyByClick && r.allowCopy ? (l(), o("dd",
|
1714
|
+
t.allowCopyByClick && r.allowCopy ? (l(), o("dd", dl, [
|
1709
1715
|
h("span", null, g(r.value), 1),
|
1710
1716
|
h("a", {
|
1711
1717
|
href: "#",
|
@@ -1716,18 +1722,18 @@ function ml(e, i, t, a, n, s) {
|
|
1716
1722
|
iconClass: t.iconCopy.iconClass,
|
1717
1723
|
type: t.iconCopy.iconType
|
1718
1724
|
}, null, 8, ["iconClass", "type"])
|
1719
|
-
], 8,
|
1725
|
+
], 8, ml)
|
1720
1726
|
])) : (l(), o("dd", { key: c }, g(r.value), 1))
|
1721
1727
|
], 64))), 128))
|
1722
1728
|
]),
|
1723
|
-
t.additionalInformation ? (l(), o("p",
|
1729
|
+
t.additionalInformation ? (l(), o("p", hl, g(t.additionalInformation), 1)) : m("", !0)
|
1724
1730
|
]);
|
1725
1731
|
}
|
1726
|
-
const
|
1732
|
+
const Ph = /* @__PURE__ */ N(cl, [["render", fl]]);
|
1727
1733
|
function me(e) {
|
1728
1734
|
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);
|
1729
1735
|
}
|
1730
|
-
const
|
1736
|
+
const gl = {
|
1731
1737
|
data() {
|
1732
1738
|
return {
|
1733
1739
|
mediumMaxWidth: 1023,
|
@@ -1772,23 +1778,23 @@ const hl = {
|
|
1772
1778
|
this.currentWindowWidth = window.innerWidth;
|
1773
1779
|
}
|
1774
1780
|
}
|
1775
|
-
},
|
1776
|
-
function
|
1781
|
+
}, pl = { key: 0 }, yl = ["src", "alt", "title"], _l = { key: 1 };
|
1782
|
+
function Cl(e, i, t, a, n, s) {
|
1777
1783
|
var u, d, r, c, f, p;
|
1778
1784
|
return l(), o("figure", {
|
1779
1785
|
class: _(["cmd-image", s.getTextAlign])
|
1780
1786
|
}, [
|
1781
|
-
((u = t.figcaption) == null ? void 0 : u.show) && ((d = t.figcaption) == null ? void 0 : d.position) === "top" ? (l(), o("figcaption",
|
1787
|
+
((u = t.figcaption) == null ? void 0 : u.show) && ((d = t.figcaption) == null ? void 0 : d.position) === "top" ? (l(), o("figcaption", pl, g((r = t.figcaption) == null ? void 0 : r.text), 1)) : m("", !0),
|
1782
1788
|
h("img", {
|
1783
1789
|
src: s.imageSource,
|
1784
1790
|
alt: t.image.alt,
|
1785
1791
|
title: t.image.tooltip
|
1786
|
-
}, null, 8,
|
1787
|
-
((c = t.figcaption) == null ? void 0 : c.show) && ((f = t.figcaption) == null ? void 0 : f.position) !== "top" ? (l(), o("figcaption",
|
1792
|
+
}, null, 8, yl),
|
1793
|
+
((c = t.figcaption) == null ? void 0 : c.show) && ((f = t.figcaption) == null ? void 0 : f.position) !== "top" ? (l(), o("figcaption", _l, g((p = t.figcaption) == null ? void 0 : p.text), 1)) : m("", !0)
|
1788
1794
|
], 2);
|
1789
1795
|
}
|
1790
|
-
const Ie = /* @__PURE__ */ N(
|
1791
|
-
const
|
1796
|
+
const Ie = /* @__PURE__ */ N(gl, [["render", Cl]]);
|
1797
|
+
const bl = {
|
1792
1798
|
name: "CmdSlideButton",
|
1793
1799
|
props: {
|
1794
1800
|
slideButtonType: {
|
@@ -1824,8 +1830,8 @@ const _l = {
|
|
1824
1830
|
return this.slideButtons[this.slideButtonType] ? this.slideButtons[this.slideButtonType] : (console.warn("Property 'slideButtonType' does not match slideButtons-key"), {});
|
1825
1831
|
}
|
1826
1832
|
}
|
1827
|
-
},
|
1828
|
-
function
|
1833
|
+
}, kl = ["title"];
|
1834
|
+
function vl(e, i, t, a, n, s) {
|
1829
1835
|
const u = E;
|
1830
1836
|
return l(), o("a", {
|
1831
1837
|
href: "#",
|
@@ -1837,9 +1843,9 @@ function bl(e, i, t, a, n, s) {
|
|
1837
1843
|
x(u, {
|
1838
1844
|
iconClass: s.getDirection.iconClass || "next"
|
1839
1845
|
}, null, 8, ["iconClass"])
|
1840
|
-
], 10,
|
1846
|
+
], 10, kl);
|
1841
1847
|
}
|
1842
|
-
const St = /* @__PURE__ */ N(
|
1848
|
+
const St = /* @__PURE__ */ N(bl, [["render", vl]]), wl = {
|
1843
1849
|
data() {
|
1844
1850
|
return {
|
1845
1851
|
defaultMessageProperties: {
|
@@ -1850,12 +1856,12 @@ const St = /* @__PURE__ */ N(_l, [["render", bl]]), kl = {
|
|
1850
1856
|
};
|
1851
1857
|
}
|
1852
1858
|
};
|
1853
|
-
const
|
1859
|
+
const Il = {
|
1854
1860
|
name: "CmdThumbnailScroller",
|
1855
1861
|
emits: ["click"],
|
1856
1862
|
mixins: [
|
1857
1863
|
ie,
|
1858
|
-
|
1864
|
+
wl
|
1859
1865
|
],
|
1860
1866
|
data() {
|
1861
1867
|
return {
|
@@ -1957,8 +1963,8 @@ const vl = {
|
|
1957
1963
|
immediate: !0
|
1958
1964
|
}
|
1959
1965
|
}
|
1960
|
-
},
|
1961
|
-
function
|
1966
|
+
}, xl = ["href", "onClick", "title", "target"];
|
1967
|
+
function Tl(e, i, t, a, n, s) {
|
1962
1968
|
const u = St, d = Ie, r = E;
|
1963
1969
|
return l(), o("div", {
|
1964
1970
|
class: _(["cmd-thumbnail-scroller", { "gallery-scroller": !t.allowOpenFancyBox, "full-width": t.fullWidth, "large-icons": t.largeIcons }])
|
@@ -1972,7 +1978,7 @@ function Il(e, i, t, a, n, s) {
|
|
1972
1978
|
tag: "ul"
|
1973
1979
|
}, {
|
1974
1980
|
default: A(() => [
|
1975
|
-
(l(!0), o(
|
1981
|
+
(l(!0), o(k, null, F(n.items, (c, f) => (l(), o("li", {
|
1976
1982
|
key: f,
|
1977
1983
|
class: _({ active: t.activeItemIndex === f })
|
1978
1984
|
}, [
|
@@ -1986,17 +1992,17 @@ function Il(e, i, t, a, n, s) {
|
|
1986
1992
|
key: 0,
|
1987
1993
|
image: c.image,
|
1988
1994
|
figcaption: c.figcaption
|
1989
|
-
}, null, 8, ["image", "figcaption"])) : (l(), o(
|
1995
|
+
}, null, 8, ["image", "figcaption"])) : (l(), o(k, { key: 1 }, [
|
1990
1996
|
c.iconClass ? (l(), C(r, {
|
1991
1997
|
key: 0,
|
1992
1998
|
iconClass: c.iconClass,
|
1993
1999
|
type: c.iconType
|
1994
2000
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
1995
|
-
c.text ? (l(), o(
|
2001
|
+
c.text ? (l(), o(k, { key: 1 }, [
|
1996
2002
|
z(g(c.text), 1)
|
1997
2003
|
], 64)) : m("", !0)
|
1998
2004
|
], 64))
|
1999
|
-
], 8,
|
2005
|
+
], 8, xl)
|
2000
2006
|
], 2))), 128))
|
2001
2007
|
]),
|
2002
2008
|
_: 1
|
@@ -2007,16 +2013,16 @@ function Il(e, i, t, a, n, s) {
|
|
2007
2013
|
}, null, 8, ["onClick", "slideButtons"])
|
2008
2014
|
], 2);
|
2009
2015
|
}
|
2010
|
-
const
|
2011
|
-
function
|
2016
|
+
const Sl = /* @__PURE__ */ N(Il, [["render", Tl]]);
|
2017
|
+
function Ml() {
|
2012
2018
|
let e = new Date().getTime();
|
2013
2019
|
return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function(i) {
|
2014
2020
|
const t = (e + Math.random() * 16) % 16 | 0;
|
2015
2021
|
return e = Math.floor(e / 16), (i === "x" ? t : t & 3 | 8).toString(16);
|
2016
2022
|
});
|
2017
2023
|
}
|
2018
|
-
function
|
2019
|
-
return "cmd-" +
|
2024
|
+
function Ol() {
|
2025
|
+
return "cmd-" + Ml();
|
2020
2026
|
}
|
2021
2027
|
const xe = {
|
2022
2028
|
props: {
|
@@ -2027,7 +2033,7 @@ const xe = {
|
|
2027
2033
|
},
|
2028
2034
|
computed: {
|
2029
2035
|
htmlId() {
|
2030
|
-
return this.id ||
|
2036
|
+
return this.id || Ol();
|
2031
2037
|
}
|
2032
2038
|
},
|
2033
2039
|
methods: {
|
@@ -2191,7 +2197,7 @@ const Mt = (e) => {
|
|
2191
2197
|
}));
|
2192
2198
|
},
|
2193
2199
|
async loadContent(e) {
|
2194
|
-
(await
|
2200
|
+
(await Ll(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}`));
|
2195
2201
|
},
|
2196
2202
|
showPrevItem() {
|
2197
2203
|
this.index > 0 ? this.index-- : this.index = this.fancyBoxGallery.length - 1;
|
@@ -2227,46 +2233,46 @@ const Mt = (e) => {
|
|
2227
2233
|
}
|
2228
2234
|
}
|
2229
2235
|
});
|
2230
|
-
async function
|
2236
|
+
async function Ll(e) {
|
2231
2237
|
const i = await fetch(e, { method: "HEAD" });
|
2232
2238
|
return i.ok ? (i.headers.get("Content-Type") || "").split(";")[0] : "text/html";
|
2233
2239
|
}
|
2234
|
-
const
|
2240
|
+
const Dl = Wi, Nl = ["aria-label"], jl = { class: "flex-container" }, Bl = {
|
2235
2241
|
key: 1,
|
2236
2242
|
class: "button-wrapper no-flex"
|
2237
|
-
},
|
2243
|
+
}, Pl = ["title"], Al = ["title"], Fl = ["title"], zl = {
|
2238
2244
|
key: 0,
|
2239
2245
|
class: "content"
|
2240
|
-
},
|
2246
|
+
}, Hl = ["innerHTML"], ql = {
|
2241
2247
|
key: 2,
|
2242
2248
|
class: "content"
|
2243
|
-
},
|
2249
|
+
}, Rl = {
|
2244
2250
|
key: 3,
|
2245
2251
|
class: "content"
|
2246
|
-
},
|
2252
|
+
}, Vl = {
|
2247
2253
|
key: 4,
|
2248
2254
|
class: "content"
|
2249
|
-
},
|
2255
|
+
}, El = {
|
2250
2256
|
key: 0,
|
2251
2257
|
class: "flex-container no-flex"
|
2252
|
-
},
|
2253
|
-
function
|
2254
|
-
var p,
|
2255
|
-
const u = W, d = E, r = Ie, c = St, f =
|
2258
|
+
}, Ul = ["title"], Gl = { key: 1 }, Ql = ["title"], Zl = { key: 1 };
|
2259
|
+
function Wl(e, i, t, a, n, s) {
|
2260
|
+
var p, b, y, I, v, S, T, B, Q, w, q, D, P, G, Z, V, J, Y, ae, te, se, L, X, fe, Ce, M, j, U, re;
|
2261
|
+
const u = W, d = E, r = Ie, c = St, f = Sl;
|
2256
2262
|
return l(), C(dn, { to: "body" }, [
|
2257
2263
|
h("dialog", {
|
2258
2264
|
ref: "dialog",
|
2259
2265
|
class: _(["cmd-fancybox", { "show-overlay": e.showOverlay, image: e.fancyBoxImageUrl || e.fancyBoxGallery, "image-gallery": e.fancyBoxGallery }]),
|
2260
2266
|
"aria-label": e.ariaLabelText
|
2261
2267
|
}, [
|
2262
|
-
h("header",
|
2268
|
+
h("header", jl, [
|
2263
2269
|
(p = e.cmdHeadline) != null && p.show ? (l(), C(u, {
|
2264
2270
|
key: 0,
|
2265
|
-
headlineText: (
|
2271
|
+
headlineText: (b = e.cmdHeadline) == null ? void 0 : b.headlineText,
|
2266
2272
|
headlineLevel: (y = e.cmdHeadline) == null ? void 0 : y.headlineLevel,
|
2267
2273
|
id: e.htmlId
|
2268
2274
|
}, null, 8, ["headlineText", "headlineLevel", "id"])) : m("", !0),
|
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",
|
2275
|
+
((I = e.fancyboxOptions.printButtons) == null ? void 0 : I.color) || ((v = e.fancyboxOptions.printButtons) == null ? void 0 : v.grayscale) || e.fancyboxOptions.closeIcon ? (l(), o("div", Bl, [
|
2270
2276
|
e.showPrintButtons && ((S = e.fancyboxOptions.printButtons) == null ? void 0 : S.color) ? (l(), o("a", {
|
2271
2277
|
key: 0,
|
2272
2278
|
href: "#",
|
@@ -2278,19 +2284,19 @@ function Ql(e, i, t, a, n, s) {
|
|
2278
2284
|
iconClass: (B = e.fancyboxOptions.printButtons.color) == null ? void 0 : B.iconClass,
|
2279
2285
|
type: (Q = e.fancyboxOptions.printButtons.color) == null ? void 0 : Q.iconType
|
2280
2286
|
}, null, 8, ["iconClass", "type"])
|
2281
|
-
], 8,
|
2287
|
+
], 8, Pl)) : m("", !0),
|
2282
2288
|
e.showPrintButtons && ((w = e.fancyboxOptions.printButtons) == null ? void 0 : w.grayscale) ? (l(), o("a", {
|
2283
2289
|
key: 1,
|
2284
2290
|
href: "#",
|
2285
2291
|
class: "button print-grayscale",
|
2286
|
-
title: (
|
2292
|
+
title: (q = e.fancyboxOptions.printButtons.grayscale) == null ? void 0 : q.tooltip,
|
2287
2293
|
onClick: i[1] || (i[1] = O((ce) => e.printInGrayscale = !0, ["prevent"]))
|
2288
2294
|
}, [
|
2289
2295
|
x(d, {
|
2290
2296
|
iconClass: (D = e.fancyboxOptions.printButtons.grayscale) == null ? void 0 : D.iconClass,
|
2291
2297
|
type: (P = e.fancyboxOptions.printButtons.grayscale) == null ? void 0 : P.iconType
|
2292
2298
|
}, null, 8, ["iconClass", "type"])
|
2293
|
-
], 8,
|
2299
|
+
], 8, Al)) : m("", !0),
|
2294
2300
|
e.fancyboxOptions.closeIcon ? (l(), o("a", {
|
2295
2301
|
key: 2,
|
2296
2302
|
href: "#",
|
@@ -2304,13 +2310,13 @@ function Ql(e, i, t, a, n, s) {
|
|
2304
2310
|
iconClass: e.fancyboxOptions.closeIcon.iconClass,
|
2305
2311
|
type: e.fancyboxOptions.closeIcon.iconType
|
2306
2312
|
}, null, 8, ["iconClass", "type"])
|
2307
|
-
], 8,
|
2313
|
+
], 8, Fl)) : m("", !0)
|
2308
2314
|
])) : m("", !0)
|
2309
2315
|
]),
|
2310
2316
|
h("div", {
|
2311
2317
|
class: _(["outer-content-wrapper", { grayscale: e.printInGrayscale }])
|
2312
2318
|
}, [
|
2313
|
-
e.fancyBoxImageUrl || ((G = e.cmdImage) == null ? void 0 : G.image) ? (l(), o("div",
|
2319
|
+
e.fancyBoxImageUrl || ((G = e.cmdImage) == null ? void 0 : G.image) ? (l(), o("div", zl, [
|
2314
2320
|
x(r, {
|
2315
2321
|
image: e.largeSingleImage,
|
2316
2322
|
figcaption: (Z = e.cmdImage) == null ? void 0 : Z.figcaption
|
@@ -2319,7 +2325,7 @@ function Ql(e, i, t, a, n, s) {
|
|
2319
2325
|
key: 1,
|
2320
2326
|
class: "content",
|
2321
2327
|
innerHTML: e.fancyBoxContent
|
2322
|
-
}, null, 8,
|
2328
|
+
}, null, 8, Hl)) : e.fancyBoxElements ? (l(), o("div", ql)) : e.fancyBoxGallery ? (l(), o("div", Rl, [
|
2323
2329
|
x(c, {
|
2324
2330
|
onClick: O(e.showPrevItem, ["prevent"]),
|
2325
2331
|
slideButtonType: "prev"
|
@@ -2331,11 +2337,11 @@ function Ql(e, i, t, a, n, s) {
|
|
2331
2337
|
x(c, {
|
2332
2338
|
onClick: O(e.showNextItem, ["prevent"])
|
2333
2339
|
}, null, 8, ["onClick"])
|
2334
|
-
])) : (l(), o("div",
|
2340
|
+
])) : (l(), o("div", Vl, [
|
2335
2341
|
R(e.$slots, "default")
|
2336
2342
|
]))
|
2337
2343
|
], 2),
|
2338
|
-
e.showSubmitButtons && e.fancyboxOptions.submitButtons ? (l(), o("footer",
|
2344
|
+
e.showSubmitButtons && e.fancyboxOptions.submitButtons ? (l(), o("footer", El, [
|
2339
2345
|
(V = e.fancyboxOptions.submitButtons) != null && V.cancel ? (l(), o("button", {
|
2340
2346
|
key: 0,
|
2341
2347
|
onClick: i[3] || (i[3] = (...ce) => e.cancel && e.cancel(...ce)),
|
@@ -2346,8 +2352,8 @@ function Ql(e, i, t, a, n, s) {
|
|
2346
2352
|
iconClass: (ae = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : ae.iconClass,
|
2347
2353
|
type: (te = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : te.iconType
|
2348
2354
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
2349
|
-
(se = e.fancyboxOptions.submitButtons.cancel) != null && se.buttonText ? (l(), o("span",
|
2350
|
-
], 8,
|
2355
|
+
(se = e.fancyboxOptions.submitButtons.cancel) != null && se.buttonText ? (l(), o("span", Gl, g((L = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : L.buttonText), 1)) : m("", !0)
|
2356
|
+
], 8, Ul)) : m("", !0),
|
2351
2357
|
(X = e.fancyboxOptions.submitButtons) != null && X.confirm ? (l(), o("button", {
|
2352
2358
|
key: 1,
|
2353
2359
|
onClick: i[4] || (i[4] = (...ce) => e.confirm && e.confirm(...ce)),
|
@@ -2358,8 +2364,8 @@ function Ql(e, i, t, a, n, s) {
|
|
2358
2364
|
iconClass: (M = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : M.iconClass,
|
2359
2365
|
type: (j = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : j.iconType
|
2360
2366
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
2361
|
-
(U = e.fancyboxOptions.submitButtons.confirm) != null && U.buttonText ? (l(), o("span",
|
2362
|
-
], 8,
|
2367
|
+
(U = e.fancyboxOptions.submitButtons.confirm) != null && U.buttonText ? (l(), o("span", Zl, g((re = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : re.buttonText), 1)) : m("", !0)
|
2368
|
+
], 8, Ql)) : m("", !0)
|
2363
2369
|
])) : m("", !0),
|
2364
2370
|
e.fancyBoxGallery ? (l(), C(f, {
|
2365
2371
|
key: 1,
|
@@ -2368,12 +2374,13 @@ function Ql(e, i, t, a, n, s) {
|
|
2368
2374
|
onClick: e.showItem,
|
2369
2375
|
imgIndex: e.index
|
2370
2376
|
}, null, 8, ["thumbnailScrollerItems", "onClick", "imgIndex"])) : m("", !0)
|
2371
|
-
], 10,
|
2377
|
+
], 10, Nl)
|
2372
2378
|
]);
|
2373
2379
|
}
|
2374
|
-
const
|
2375
|
-
const
|
2380
|
+
const Ah = /* @__PURE__ */ N(Dl, [["render", Wl]]);
|
2381
|
+
const Jl = {
|
2376
2382
|
name: "CmdListOfLinks",
|
2383
|
+
emits: ["click"],
|
2377
2384
|
props: {
|
2378
2385
|
sectionAnchors: {
|
2379
2386
|
type: Boolean,
|
@@ -2422,20 +2429,24 @@ const Zl = {
|
|
2422
2429
|
return me(e);
|
2423
2430
|
},
|
2424
2431
|
executeLink(e, i) {
|
2425
|
-
e.fancybox
|
2432
|
+
if (e.fancybox) {
|
2433
|
+
i.preventDefault(), Mt({ url: e.path, showSubmitButtons: e.showSubmitButtons });
|
2434
|
+
return;
|
2435
|
+
}
|
2436
|
+
this.$emit("click", { link: e, originalEvent: i });
|
2426
2437
|
}
|
2427
2438
|
}
|
2428
|
-
},
|
2429
|
-
function
|
2439
|
+
}, Yl = ["href", "target", "onClick", "title"], Kl = { key: 1 }, Xl = { key: 1 };
|
2440
|
+
function $l(e, i, t, a, n, s) {
|
2430
2441
|
const u = W, d = E, r = le("router-link");
|
2431
2442
|
return l(), o("div", {
|
2432
2443
|
class: _(["cmd-list-of-links", { box: t.styleAsBox, horizontal: t.orientation === "horizontal", "section-anchors": t.sectionAnchors, "large-icons": t.largeIcons }])
|
2433
2444
|
}, [
|
2434
|
-
t.cmdHeadline ? (l(), C(u, K(
|
2445
|
+
t.cmdHeadline ? (l(), C(u, K(H({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
2435
2446
|
h("ul", {
|
2436
2447
|
class: _(["flex-container", { "no-gap": !t.useGap }, "align-" + t.align, s.setStretchClass])
|
2437
2448
|
}, [
|
2438
|
-
(l(!0), o(
|
2449
|
+
(l(!0), o(k, null, F(t.links, (c, f) => (l(), o("li", {
|
2439
2450
|
key: f,
|
2440
2451
|
class: _({ active: t.sectionAnchors && t.activeSection === f })
|
2441
2452
|
}, [
|
@@ -2451,8 +2462,8 @@ function Kl(e, i, t, a, n, s) {
|
|
2451
2462
|
iconClass: c.iconClass,
|
2452
2463
|
type: c.iconType
|
2453
2464
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
2454
|
-
c.text ? (l(), o("span",
|
2455
|
-
], 8,
|
2465
|
+
c.text ? (l(), o("span", Kl, g(c.text), 1)) : m("", !0)
|
2466
|
+
], 8, Yl)) : c.type === "router" ? (l(), C(r, {
|
2456
2467
|
key: 1,
|
2457
2468
|
to: s.getRoute(c),
|
2458
2469
|
title: c.tooltip
|
@@ -2463,7 +2474,7 @@ function Kl(e, i, t, a, n, s) {
|
|
2463
2474
|
iconClass: c.iconClass,
|
2464
2475
|
type: c.iconType
|
2465
2476
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
2466
|
-
c.text ? (l(), o("span",
|
2477
|
+
c.text ? (l(), o("span", Xl, g(c.text), 1)) : m("", !0)
|
2467
2478
|
]),
|
2468
2479
|
_: 2
|
2469
2480
|
}, 1032, ["to", "title"])) : m("", !0)
|
@@ -2471,7 +2482,7 @@ function Kl(e, i, t, a, n, s) {
|
|
2471
2482
|
], 2)
|
2472
2483
|
], 2);
|
2473
2484
|
}
|
2474
|
-
const
|
2485
|
+
const eo = /* @__PURE__ */ N(Jl, [["render", $l]]), to = {
|
2475
2486
|
data() {
|
2476
2487
|
return {
|
2477
2488
|
defaultMessageProperties: {
|
@@ -2482,7 +2493,7 @@ const Xl = /* @__PURE__ */ N(Zl, [["render", Kl]]), $l = {
|
|
2482
2493
|
}
|
2483
2494
|
};
|
2484
2495
|
}
|
2485
|
-
},
|
2496
|
+
}, io = {
|
2486
2497
|
props: {
|
2487
2498
|
globalCurrency: {
|
2488
2499
|
type: Object,
|
@@ -2499,8 +2510,8 @@ const Ot = {
|
|
2499
2510
|
name: "CmdBox",
|
2500
2511
|
mixins: [
|
2501
2512
|
ie,
|
2502
|
-
|
2503
|
-
|
2513
|
+
to,
|
2514
|
+
io
|
2504
2515
|
],
|
2505
2516
|
emits: ["click", "toggle-collapse"],
|
2506
2517
|
data() {
|
@@ -2631,35 +2642,38 @@ const Ot = {
|
|
2631
2642
|
}
|
2632
2643
|
}, ti = () => {
|
2633
2644
|
Di((e) => ({
|
2634
|
-
|
2645
|
+
"09a4c4ef": e.cutoffTextLines
|
2635
2646
|
}));
|
2636
2647
|
}, ii = Ot.setup;
|
2637
2648
|
Ot.setup = ii ? (e, i) => (ti(), ii(e, i)) : ti;
|
2638
|
-
const
|
2649
|
+
const no = Ot, so = ["title"], lo = {
|
2639
2650
|
key: 0,
|
2640
2651
|
class: "box-header"
|
2641
|
-
},
|
2652
|
+
}, oo = ["src", "alt"], ao = {
|
2653
|
+
key: 1,
|
2654
|
+
class: "text-wrapper"
|
2655
|
+
}, ro = { key: 1 }, co = {
|
2642
2656
|
key: 3,
|
2643
2657
|
class: "box-footer"
|
2644
|
-
},
|
2658
|
+
}, uo = { class: "box-header flex-container vertical" }, mo = { key: 0 }, ho = ["src", "alt"], fo = { key: 1 }, go = {
|
2645
2659
|
key: 2,
|
2646
2660
|
class: "ribbon-new"
|
2647
|
-
},
|
2661
|
+
}, po = {
|
2648
2662
|
key: 3,
|
2649
2663
|
class: "ribbon-discount"
|
2650
|
-
},
|
2664
|
+
}, yo = { class: "box-body" }, _o = { key: 0 }, Co = {
|
2651
2665
|
key: 1,
|
2652
2666
|
class: "price"
|
2653
|
-
},
|
2667
|
+
}, bo = ["title"], ko = { key: 2 }, vo = { class: "box-header flex-container vertical" }, wo = { key: 0 }, Io = ["src", "alt"], xo = { key: 0 }, To = { key: 1 }, So = ["title"], Mo = { key: 0 }, Oo = { class: "box-body" }, Lo = { key: 0 }, Do = { key: 1 }, No = { key: 2 }, jo = {
|
2654
2668
|
key: 3,
|
2655
2669
|
class: "description"
|
2656
|
-
},
|
2670
|
+
}, Bo = { class: "tags" }, Po = {
|
2657
2671
|
key: 0,
|
2658
2672
|
class: "box-footer"
|
2659
2673
|
};
|
2660
|
-
function
|
2661
|
-
var c, f, p,
|
2662
|
-
const u = W, d = E, r =
|
2674
|
+
function Ao(e, i, t, a, n, s) {
|
2675
|
+
var c, f, p, b, y, I, v, S;
|
2676
|
+
const u = W, d = E, r = eo;
|
2663
2677
|
return t.boxType === "content" ? (l(), o("div", {
|
2664
2678
|
key: 0,
|
2665
2679
|
class: _([
|
@@ -2680,15 +2694,15 @@ function Bo(e, i, t, a, n, s) {
|
|
2680
2694
|
title: n.open ? t.iconOpen.tooltip : t.iconClosed.tooltip,
|
2681
2695
|
onClick: i[0] || (i[0] = O((...T) => s.toggleContentVisibility && s.toggleContentVisibility(...T), ["prevent"]))
|
2682
2696
|
}, [
|
2683
|
-
(c = t.useSlots) != null && c.includes("header") ? R(e.$slots, "header", { key: 0 }) : (f = t.cmdHeadline) != null && f.headlineText ? (l(), C(u, K(
|
2697
|
+
(c = t.useSlots) != null && c.includes("header") ? R(e.$slots, "header", { key: 0 }) : (f = t.cmdHeadline) != null && f.headlineText ? (l(), C(u, K(H({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
2684
2698
|
x(d, {
|
2685
2699
|
iconClass: n.open ? t.iconOpen.iconClass : t.iconClosed.iconClass,
|
2686
2700
|
type: n.open ? t.iconOpen.iconType : t.iconClosed.iconType
|
2687
2701
|
}, null, 8, ["iconClass", "type"])
|
2688
|
-
], 8,
|
2689
|
-
((p = t.useSlots) == null ? void 0 : p.includes("header")) || ((
|
2702
|
+
], 8, so)) : (l(), o(k, { key: 1 }, [
|
2703
|
+
((p = t.useSlots) == null ? void 0 : p.includes("header")) || ((b = t.cmdHeadline) == null ? void 0 : b.headlineText) ? (l(), o("div", lo, [
|
2690
2704
|
(y = t.useSlots) != null && y.includes("header") ? R(e.$slots, "header", { key: 0 }) : m("", !0),
|
2691
|
-
(I = t.cmdHeadline) != null && I.headlineText ? (l(), C(u, K(
|
2705
|
+
(I = t.cmdHeadline) != null && I.headlineText ? (l(), C(u, K(H({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0)
|
2692
2706
|
])) : m("", !0)
|
2693
2707
|
], 64)),
|
2694
2708
|
n.open ? (l(), o("div", {
|
@@ -2714,7 +2728,7 @@ function Bo(e, i, t, a, n, s) {
|
|
2714
2728
|
(T = t.useSlots) != null && T.includes("body") ? R(e.$slots, "body", { key: 0 }, () => [
|
2715
2729
|
h("p", null, g(t.textBody), 1)
|
2716
2730
|
]) : m("", !0)
|
2717
|
-
], 2)) : (l(), o(
|
2731
|
+
], 2)) : (l(), o(k, { key: 1 }, [
|
2718
2732
|
(B = t.useSlots) != null && B.includes("body") ? R(e.$slots, "body", { key: 0 }, () => [
|
2719
2733
|
h("p", null, g(t.textBody), 1)
|
2720
2734
|
]) : m("", !0)
|
@@ -2727,19 +2741,19 @@ function Bo(e, i, t, a, n, s) {
|
|
2727
2741
|
key: 0,
|
2728
2742
|
href: "#",
|
2729
2743
|
onClick: i[1] || (i[1] = O((...T) => s.toggleCutOffText && s.toggleCutOffText(...T), ["prevent"]))
|
2730
|
-
}, g(n.showCutOffText ? e.getMessage("cmdbox.contentbox.collapse_text") : e.getMessage("cmdbox.contentbox.expand_text")), 1)) : (l(), o(
|
2744
|
+
}, g(n.showCutOffText ? e.getMessage("cmdbox.contentbox.collapse_text") : e.getMessage("cmdbox.contentbox.expand_text")), 1)) : (l(), o(k, { key: 1 }, [
|
2731
2745
|
t.image ? (l(), o("img", {
|
2732
2746
|
key: 0,
|
2733
2747
|
src: t.image.src,
|
2734
2748
|
alt: t.image.altText
|
2735
|
-
}, null, 8,
|
2736
|
-
|
2737
|
-
((v = t.cmdHeadline) == null ? void 0 : v.headlineText) && t.repeatHeadlineInBoxBody ? (l(), C(u, K(
|
2738
|
-
t.textBody ? (l(), o("p",
|
2739
|
-
])
|
2749
|
+
}, null, 8, oo)) : m("", !0),
|
2750
|
+
t.textBody ? (l(), o("div", ao, [
|
2751
|
+
((v = t.cmdHeadline) == null ? void 0 : v.headlineText) && t.repeatHeadlineInBoxBody ? (l(), C(u, K(H({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
2752
|
+
t.textBody ? (l(), o("p", ro, g(t.textBody), 1)) : m("", !0)
|
2753
|
+
])) : m("", !0)
|
2740
2754
|
], 64))
|
2741
2755
|
], 2)) : m("", !0),
|
2742
|
-
(S = t.useSlots) != null && S.includes("footer") ? (l(), o("div",
|
2756
|
+
(S = t.useSlots) != null && S.includes("footer") ? (l(), o("div", co, [
|
2743
2757
|
R(e.$slots, "footer")
|
2744
2758
|
])) : m("", !0)
|
2745
2759
|
], 2)) : t.boxType === "product" && t.product ? (l(), o("a", {
|
@@ -2748,30 +2762,30 @@ function Bo(e, i, t, a, n, s) {
|
|
2748
2762
|
href: "#",
|
2749
2763
|
onClick: i[2] || (i[2] = O((T) => s.clickOnProduct(t.product), ["prevent"]))
|
2750
2764
|
}, [
|
2751
|
-
h("div",
|
2752
|
-
t.product.image !== void 0 ? (l(), o("figure",
|
2765
|
+
h("div", uo, [
|
2766
|
+
t.product.image !== void 0 ? (l(), o("figure", mo, [
|
2753
2767
|
h("img", {
|
2754
2768
|
src: t.product.image.src,
|
2755
2769
|
alt: t.product.image.alt
|
2756
|
-
}, null, 8,
|
2770
|
+
}, null, 8, ho),
|
2757
2771
|
h("figcaption", null, g(t.product.name), 1)
|
2758
|
-
])) : (l(), o("p",
|
2759
|
-
t.product.new ? (l(), o("div",
|
2772
|
+
])) : (l(), o("p", fo, g(t.product.name), 1)),
|
2773
|
+
t.product.new ? (l(), o("div", go, [
|
2760
2774
|
h("span", null, g(e.getMessage("cmdbox.productbox.new")), 1)
|
2761
2775
|
])) : m("", !0),
|
2762
|
-
t.product.discount ? (l(), o("div",
|
2776
|
+
t.product.discount ? (l(), o("div", po, [
|
2763
2777
|
h("span", null, g(t.product.discount), 1)
|
2764
2778
|
])) : m("", !0)
|
2765
2779
|
]),
|
2766
|
-
h("div",
|
2767
|
-
t.product.articleNumber ? (l(), o("p",
|
2768
|
-
t.product.price ? (l(), o("p",
|
2780
|
+
h("div", yo, [
|
2781
|
+
t.product.articleNumber ? (l(), o("p", _o, g(e.getMessage("cmdbox.productbox.article_no")) + " " + g(t.product.articleNumber), 1)) : m("", !0),
|
2782
|
+
t.product.price ? (l(), o("p", Co, [
|
2769
2783
|
h("span", null, g(t.product.price), 1),
|
2770
2784
|
h("span", {
|
2771
2785
|
title: e.globalCurrency.name
|
2772
|
-
}, g(e.globalCurrency.symbol), 9,
|
2786
|
+
}, g(e.globalCurrency.symbol), 9, bo)
|
2773
2787
|
])) : m("", !0),
|
2774
|
-
t.product.description ? (l(), o("p",
|
2788
|
+
t.product.description ? (l(), o("p", ko, g(t.product.description), 1)) : m("", !0)
|
2775
2789
|
])
|
2776
2790
|
], 2)) : t.boxType === "user" && t.user ? (l(), o("div", {
|
2777
2791
|
key: 2,
|
@@ -2785,34 +2799,34 @@ function Bo(e, i, t, a, n, s) {
|
|
2785
2799
|
}
|
2786
2800
|
])
|
2787
2801
|
}, [
|
2788
|
-
h("div",
|
2789
|
-
t.user.image ? (l(), o("figure",
|
2802
|
+
h("div", vo, [
|
2803
|
+
t.user.image ? (l(), o("figure", wo, [
|
2790
2804
|
h("img", {
|
2791
2805
|
src: t.user.image.src,
|
2792
2806
|
alt: t.user.image.alt
|
2793
|
-
}, null, 8,
|
2807
|
+
}, null, 8, Io),
|
2794
2808
|
h("figcaption", null, [
|
2795
2809
|
z(g(t.user.name) + " ", 1),
|
2796
|
-
t.user.age ? (l(), o("span",
|
2810
|
+
t.user.age ? (l(), o("span", xo, ", " + g(t.user.age), 1)) : m("", !0)
|
2797
2811
|
])
|
2798
|
-
])) : (l(), o("div",
|
2812
|
+
])) : (l(), o("div", To, [
|
2799
2813
|
h("span", {
|
2800
2814
|
class: _(t.defaultProfileIconClass),
|
2801
2815
|
title: t.user.name
|
2802
|
-
}, null, 10,
|
2803
|
-
t.rowView ? m("", !0) : (l(), o("p",
|
2816
|
+
}, null, 10, So),
|
2817
|
+
t.rowView ? m("", !0) : (l(), o("p", Mo, g(t.user.name), 1))
|
2804
2818
|
]))
|
2805
2819
|
]),
|
2806
|
-
h("div",
|
2807
|
-
t.rowView ? (l(), o("p",
|
2808
|
-
t.user.profession ? (l(), o("p",
|
2809
|
-
t.user.position ? (l(), o("p",
|
2810
|
-
t.user.description ? (l(), o("p",
|
2820
|
+
h("div", Oo, [
|
2821
|
+
t.rowView ? (l(), o("p", Lo, g(t.user.name), 1)) : m("", !0),
|
2822
|
+
t.user.profession ? (l(), o("p", Do, g(t.user.profession), 1)) : m("", !0),
|
2823
|
+
t.user.position ? (l(), o("p", No, g(t.user.position), 1)) : m("", !0),
|
2824
|
+
t.user.description ? (l(), o("p", jo, g(t.user.description), 1)) : m("", !0)
|
2811
2825
|
]),
|
2812
|
-
h("ul",
|
2813
|
-
(l(!0), o(
|
2826
|
+
h("ul", Bo, [
|
2827
|
+
(l(!0), o(k, null, F(t.user.tags, (T, B) => (l(), o("li", { key: B }, g(T), 1))), 128))
|
2814
2828
|
]),
|
2815
|
-
t.user.links ? (l(), o("div",
|
2829
|
+
t.user.links ? (l(), o("div", Po, [
|
2816
2830
|
x(r, {
|
2817
2831
|
links: t.user.links,
|
2818
2832
|
orientation: "horizontal",
|
@@ -2821,7 +2835,7 @@ function Bo(e, i, t, a, n, s) {
|
|
2821
2835
|
])) : m("", !0)
|
2822
2836
|
], 2)) : m("", !0);
|
2823
2837
|
}
|
2824
|
-
const
|
2838
|
+
const Fo = /* @__PURE__ */ N(no, [["render", Ao]]);
|
2825
2839
|
const Lt = {
|
2826
2840
|
name: "CmdBoxWrapper",
|
2827
2841
|
data() {
|
@@ -2940,16 +2954,16 @@ const Lt = {
|
|
2940
2954
|
}));
|
2941
2955
|
}, si = Lt.setup;
|
2942
2956
|
Lt.setup = si ? (e, i) => (ni(), si(e, i)) : ni;
|
2943
|
-
const
|
2957
|
+
const zo = Lt, Ho = { class: "cmd-box-wrapper" }, qo = { class: "flex-container headline-wrapper" }, Ro = {
|
2944
2958
|
key: 1,
|
2945
2959
|
class: "options-wrapper"
|
2946
|
-
},
|
2947
|
-
function
|
2960
|
+
}, Vo = ["title"], Eo = ["title"];
|
2961
|
+
function Uo(e, i, t, a, n, s) {
|
2948
2962
|
const u = W, d = E;
|
2949
|
-
return l(), o("div",
|
2950
|
-
h("div",
|
2951
|
-
t.cmdHeadline.headlineText ? (l(), C(u, K(
|
2952
|
-
t.allowUserToToggleOrientation || t.allowTogglingCollapsingBoxes ? (l(), o("div",
|
2963
|
+
return l(), o("div", Ho, [
|
2964
|
+
h("div", qo, [
|
2965
|
+
t.cmdHeadline.headlineText ? (l(), C(u, K(H({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
2966
|
+
t.allowUserToToggleOrientation || t.allowTogglingCollapsingBoxes ? (l(), o("div", Ro, [
|
2953
2967
|
t.allowTogglingCollapsingBoxes ? (l(), o("a", {
|
2954
2968
|
key: 0,
|
2955
2969
|
href: "#",
|
@@ -2960,7 +2974,7 @@ function Vo(e, i, t, a, n, s) {
|
|
2960
2974
|
iconClass: n.collapsingBoxesOpen ? t.expandBoxesIcon.iconClass : t.collapseBoxesIcon.iconClass,
|
2961
2975
|
type: n.rowView ? t.iconGridView.iconType : t.iconRowView.iconType
|
2962
2976
|
}, null, 8, ["iconClass", "type"])
|
2963
|
-
], 8,
|
2977
|
+
], 8, Vo)) : m("", !0),
|
2964
2978
|
t.allowUserToToggleOrientation ? (l(), o("a", {
|
2965
2979
|
key: 1,
|
2966
2980
|
href: "#",
|
@@ -2971,7 +2985,7 @@ function Vo(e, i, t, a, n, s) {
|
|
2971
2985
|
iconClass: n.rowView ? t.iconGridView.iconClass : t.iconRowView.iconClass,
|
2972
2986
|
type: n.rowView ? t.iconGridView.iconType : t.iconRowView.iconType
|
2973
2987
|
}, null, 8, ["iconClass", "type"])
|
2974
|
-
], 8,
|
2988
|
+
], 8, Eo)) : m("", !0)
|
2975
2989
|
])) : m("", !0)
|
2976
2990
|
]),
|
2977
2991
|
h("div", {
|
@@ -2986,8 +3000,8 @@ function Vo(e, i, t, a, n, s) {
|
|
2986
3000
|
], 2)
|
2987
3001
|
]);
|
2988
3002
|
}
|
2989
|
-
const
|
2990
|
-
const
|
3003
|
+
const Fh = /* @__PURE__ */ N(zo, [["render", Uo]]);
|
3004
|
+
const Go = {
|
2991
3005
|
name: "CmdBreadcrumbs",
|
2992
3006
|
props: {
|
2993
3007
|
breadcrumbLabel: {
|
@@ -3008,12 +3022,12 @@ const Eo = {
|
|
3008
3022
|
return me(e);
|
3009
3023
|
}
|
3010
3024
|
}
|
3011
|
-
},
|
3012
|
-
function
|
3025
|
+
}, Qo = { class: "cmd-breadcrumbs" }, Zo = { key: 0 }, Wo = ["href"], Jo = { key: 1 }, Yo = { key: 1 }, Ko = { key: 2 }, Xo = { key: 1 }, $o = { key: 3 };
|
3026
|
+
function ea(e, i, t, a, n, s) {
|
3013
3027
|
const u = E, d = le("router-link");
|
3014
|
-
return l(), o("ul",
|
3015
|
-
t.breadcrumbLabel ? (l(), o("li",
|
3016
|
-
(l(!0), o(
|
3028
|
+
return l(), o("ul", Qo, [
|
3029
|
+
t.breadcrumbLabel ? (l(), o("li", Zo, g(t.breadcrumbLabel), 1)) : m("", !0),
|
3030
|
+
(l(!0), o(k, null, F(t.breadcrumbLinks || [], (r, c) => (l(), o("li", { key: c }, [
|
3017
3031
|
r.type === "href" ? (l(), o("a", {
|
3018
3032
|
key: 0,
|
3019
3033
|
href: r.path
|
@@ -3023,8 +3037,8 @@ function Xo(e, i, t, a, n, s) {
|
|
3023
3037
|
iconClass: r.iconClass,
|
3024
3038
|
type: r.iconType
|
3025
3039
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
3026
|
-
r.text ? (l(), o("span",
|
3027
|
-
], 8,
|
3040
|
+
r.text ? (l(), o("span", Jo, g(r.text), 1)) : m("", !0)
|
3041
|
+
], 8, Wo)) : r.type === "router" ? (l(), C(d, {
|
3028
3042
|
key: 1,
|
3029
3043
|
to: s.getRoute(r)
|
3030
3044
|
}, {
|
@@ -3034,23 +3048,23 @@ function Xo(e, i, t, a, n, s) {
|
|
3034
3048
|
iconClass: r.iconClass,
|
3035
3049
|
type: r.iconType
|
3036
3050
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
3037
|
-
r.text ? (l(), o("span",
|
3051
|
+
r.text ? (l(), o("span", Yo, g(r.text), 1)) : m("", !0)
|
3038
3052
|
]),
|
3039
3053
|
_: 2
|
3040
|
-
}, 1032, ["to"])) : (l(), o("span",
|
3054
|
+
}, 1032, ["to"])) : (l(), o("span", Ko, [
|
3041
3055
|
r.iconClass ? (l(), C(u, {
|
3042
3056
|
key: 0,
|
3043
3057
|
iconClass: r.iconClass,
|
3044
3058
|
type: r.iconType
|
3045
3059
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
3046
|
-
r.text ? (l(), o("span",
|
3060
|
+
r.text ? (l(), o("span", Xo, g(r.text), 1)) : m("", !0)
|
3047
3061
|
])),
|
3048
|
-
c < t.breadcrumbLinks.length - 1 ? (l(), o("span",
|
3062
|
+
c < t.breadcrumbLinks.length - 1 ? (l(), o("span", $o, g(t.breadcrumbSeparator), 1)) : m("", !0)
|
3049
3063
|
]))), 128))
|
3050
3064
|
]);
|
3051
3065
|
}
|
3052
|
-
const
|
3053
|
-
const
|
3066
|
+
const zh = /* @__PURE__ */ N(Go, [["render", ea]]);
|
3067
|
+
const ta = {
|
3054
3068
|
name: "CmdCompanyLogo",
|
3055
3069
|
data() {
|
3056
3070
|
return {
|
@@ -3112,11 +3126,11 @@ const $o = {
|
|
3112
3126
|
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";
|
3113
3127
|
}
|
3114
3128
|
}
|
3115
|
-
},
|
3116
|
-
function
|
3117
|
-
var r, c, f, p,
|
3129
|
+
}, ia = { class: "cmd-company-logo" }, na = ["href", "title"];
|
3130
|
+
function sa(e, i, t, a, n, s) {
|
3131
|
+
var r, c, f, p, b, y;
|
3118
3132
|
const u = Ie, d = le("router-link");
|
3119
|
-
return l(), o("div",
|
3133
|
+
return l(), o("div", ia, [
|
3120
3134
|
((r = t.link) == null ? void 0 : r.type) === "router" ? (l(), C(d, {
|
3121
3135
|
key: 0,
|
3122
3136
|
to: (c = t.link) == null ? void 0 : c.path,
|
@@ -3128,18 +3142,18 @@ function ia(e, i, t, a, n, s) {
|
|
3128
3142
|
_: 1
|
3129
3143
|
}, 8, ["to", "title"])) : ((p = t.link) == null ? void 0 : p.type) === "href" ? (l(), o("a", {
|
3130
3144
|
key: 1,
|
3131
|
-
href: (
|
3145
|
+
href: (b = t.link) == null ? void 0 : b.path,
|
3132
3146
|
title: (y = t.link) == null ? void 0 : y.tooltip
|
3133
3147
|
}, [
|
3134
3148
|
x(u, { image: s.image }, null, 8, ["image"])
|
3135
|
-
], 8,
|
3149
|
+
], 8, na)) : (l(), C(u, {
|
3136
3150
|
key: 2,
|
3137
3151
|
image: s.image
|
3138
3152
|
}, null, 8, ["image"]))
|
3139
3153
|
]);
|
3140
3154
|
}
|
3141
|
-
const
|
3142
|
-
const
|
3155
|
+
const la = /* @__PURE__ */ N(ta, [["render", sa]]);
|
3156
|
+
const oa = {
|
3143
3157
|
name: "CmdTooltip",
|
3144
3158
|
data() {
|
3145
3159
|
return {
|
@@ -3217,18 +3231,18 @@ const sa = {
|
|
3217
3231
|
});
|
3218
3232
|
}
|
3219
3233
|
}
|
3220
|
-
},
|
3234
|
+
}, aa = {
|
3221
3235
|
key: 0,
|
3222
3236
|
class: "headline-wrapper"
|
3223
|
-
},
|
3224
|
-
function
|
3237
|
+
}, ra = ["title"];
|
3238
|
+
function ca(e, i, t, a, n, s) {
|
3225
3239
|
const u = W, d = E;
|
3226
3240
|
return n.tooltipVisibility ? (l(), o("div", {
|
3227
3241
|
key: 0,
|
3228
3242
|
class: _(["cmd-tooltip", t.status]),
|
3229
3243
|
ref: "tooltip"
|
3230
3244
|
}, [
|
3231
|
-
t.cmdHeadline || t.iconClose.show ? (l(), o("div",
|
3245
|
+
t.cmdHeadline || t.iconClose.show ? (l(), o("div", aa, [
|
3232
3246
|
t.cmdHeadline ? (l(), C(u, {
|
3233
3247
|
key: 0,
|
3234
3248
|
iconClass: t.cmdHeadline.iconClass,
|
@@ -3246,14 +3260,14 @@ function aa(e, i, t, a, n, s) {
|
|
3246
3260
|
iconClass: t.iconClose.iconClass,
|
3247
3261
|
type: t.iconClose.iconType
|
3248
3262
|
}, null, 8, ["iconClass", "type"])
|
3249
|
-
], 8,
|
3263
|
+
], 8, ra)) : m("", !0)
|
3250
3264
|
])) : m("", !0),
|
3251
3265
|
R(e.$slots, "default", {}, () => [
|
3252
3266
|
z(g(t.tooltipText), 1)
|
3253
3267
|
])
|
3254
3268
|
], 2)) : m("", !0);
|
3255
3269
|
}
|
3256
|
-
const
|
3270
|
+
const ua = /* @__PURE__ */ N(oa, [["render", ca]]), da = {
|
3257
3271
|
data() {
|
3258
3272
|
return {
|
3259
3273
|
defaultMessageProperties: {
|
@@ -3263,11 +3277,11 @@ const ra = /* @__PURE__ */ N(sa, [["render", aa]]), ca = {
|
|
3263
3277
|
};
|
3264
3278
|
}
|
3265
3279
|
};
|
3266
|
-
const
|
3280
|
+
const ma = {
|
3267
3281
|
name: "CmdListOfRequirements",
|
3268
3282
|
mixins: [
|
3269
3283
|
ie,
|
3270
|
-
|
3284
|
+
da
|
3271
3285
|
],
|
3272
3286
|
props: {
|
3273
3287
|
inputModelValue: {
|
@@ -3326,26 +3340,26 @@ const ua = {
|
|
3326
3340
|
return this.inputRequirements.length > 1 ? this.getMessage("cmdlistofrequirements.headline.requirements_for_input") : this.getMessage("cmdlistofrequirements.headline.requirement_for_input");
|
3327
3341
|
}
|
3328
3342
|
}
|
3329
|
-
},
|
3330
|
-
function
|
3343
|
+
}, ha = { class: "cmd-list-of-requirements" }, fa = /* @__PURE__ */ h("br", null, null, -1), ga = /* @__PURE__ */ h("hr", null, null, -1), pa = ["href", "target"], ya = { key: 1 };
|
3344
|
+
function _a(e, i, t, a, n, s) {
|
3331
3345
|
var r, c, f;
|
3332
3346
|
const u = W, d = E;
|
3333
|
-
return l(), o("div",
|
3347
|
+
return l(), o("div", ha, [
|
3334
3348
|
t.showHeadline ? (l(), C(u, {
|
3335
3349
|
key: 0,
|
3336
3350
|
"headline-level": t.cmdHeadline.headlineLevel
|
3337
3351
|
}, {
|
3338
3352
|
default: A(() => [
|
3339
3353
|
z(g(s.headlineRequirements), 1),
|
3340
|
-
t.labelText ? (l(), o(
|
3341
|
-
|
3354
|
+
t.labelText ? (l(), o(k, { key: 0 }, [
|
3355
|
+
fa,
|
3342
3356
|
h("em", null, g(t.labelText), 1)
|
3343
3357
|
], 64)) : m("", !0)
|
3344
3358
|
]),
|
3345
3359
|
_: 1
|
3346
3360
|
}, 8, ["headline-level"])) : m("", !0),
|
3347
3361
|
h("dl", null, [
|
3348
|
-
(l(!0), o(
|
3362
|
+
(l(!0), o(k, null, F(t.inputRequirements, (p, b) => (l(), o(k, { key: b }, [
|
3349
3363
|
h("dt", {
|
3350
3364
|
"aria-live": "assertive",
|
3351
3365
|
class: _(p.valid(t.inputModelValue, t.inputAttributes) ? "success" : "error")
|
@@ -3362,8 +3376,8 @@ function pa(e, i, t, a, n, s) {
|
|
3362
3376
|
], 2)
|
3363
3377
|
], 64))), 128))
|
3364
3378
|
]),
|
3365
|
-
t.helplink && t.helplink.show ? (l(), o(
|
3366
|
-
|
3379
|
+
t.helplink && t.helplink.show ? (l(), o(k, { key: 1 }, [
|
3380
|
+
ga,
|
3367
3381
|
t.helplink.url ? (l(), o("a", {
|
3368
3382
|
key: 0,
|
3369
3383
|
href: t.helplink.url,
|
@@ -3376,12 +3390,12 @@ function pa(e, i, t, a, n, s) {
|
|
3376
3390
|
class: _((c = t.helplink.icon) == null ? void 0 : c.iconClass),
|
3377
3391
|
title: (f = t.helplink.icon) == null ? void 0 : f.tooltip
|
3378
3392
|
}, null, 8, ["class", "title"])) : m("", !0),
|
3379
|
-
t.helplink.text ? (l(), o("span",
|
3380
|
-
], 8,
|
3393
|
+
t.helplink.text ? (l(), o("span", ya, g(t.helplink.text), 1)) : m("", !0)
|
3394
|
+
], 8, pa)) : m("", !0)
|
3381
3395
|
], 64)) : m("", !0)
|
3382
3396
|
]);
|
3383
3397
|
}
|
3384
|
-
const
|
3398
|
+
const Ca = /* @__PURE__ */ N(ma, [["render", _a]]), ba = {
|
3385
3399
|
name: "CmdTooltipForInputElements",
|
3386
3400
|
props: {
|
3387
3401
|
relatedId: {
|
@@ -3414,8 +3428,8 @@ const ya = /* @__PURE__ */ N(ua, [["render", pa]]), _a = {
|
|
3414
3428
|
}
|
3415
3429
|
}
|
3416
3430
|
};
|
3417
|
-
function
|
3418
|
-
const u =
|
3431
|
+
function ka(e, i, t, a, n, s) {
|
3432
|
+
const u = Ca, d = ua;
|
3419
3433
|
return l(), C(d, {
|
3420
3434
|
ref: "tooltip",
|
3421
3435
|
class: _(["box", t.validationStatus]),
|
@@ -3437,7 +3451,7 @@ function Ca(e, i, t, a, n, s) {
|
|
3437
3451
|
_: 1
|
3438
3452
|
}, 8, ["class", "relatedId"]);
|
3439
3453
|
}
|
3440
|
-
const Dt = /* @__PURE__ */ N(
|
3454
|
+
const Dt = /* @__PURE__ */ N(ba, [["render", ka]]), va = {
|
3441
3455
|
data() {
|
3442
3456
|
return {
|
3443
3457
|
defaultMessageProperties: {
|
@@ -3450,7 +3464,7 @@ const Dt = /* @__PURE__ */ N(_a, [["render", Ca]]), ba = {
|
|
3450
3464
|
}
|
3451
3465
|
};
|
3452
3466
|
}
|
3453
|
-
},
|
3467
|
+
}, wa = {
|
3454
3468
|
data() {
|
3455
3469
|
return {
|
3456
3470
|
fieldValidationDefaultMessageProperties: {
|
@@ -3473,7 +3487,7 @@ const Dt = /* @__PURE__ */ N(_a, [["render", Ca]]), ba = {
|
|
3473
3487
|
},
|
3474
3488
|
mixins: [
|
3475
3489
|
ie,
|
3476
|
-
|
3490
|
+
wa
|
3477
3491
|
],
|
3478
3492
|
props: {
|
3479
3493
|
validationMessage: {
|
@@ -3649,7 +3663,7 @@ const Dt = /* @__PURE__ */ N(_a, [["render", Ca]]), ba = {
|
|
3649
3663
|
}
|
3650
3664
|
}
|
3651
3665
|
}, Qe = {};
|
3652
|
-
function
|
3666
|
+
function Ia(e = "defaultSequence") {
|
3653
3667
|
const i = Qe[e] || 0;
|
3654
3668
|
return Qe[e] = i + 1, Qe[e];
|
3655
3669
|
}
|
@@ -3657,7 +3671,7 @@ const jt = {
|
|
3657
3671
|
data() {
|
3658
3672
|
return {
|
3659
3673
|
tooltip: !1,
|
3660
|
-
tooltipId: "tooltip-" +
|
3674
|
+
tooltipId: "tooltip-" + Ia()
|
3661
3675
|
};
|
3662
3676
|
},
|
3663
3677
|
props: {
|
@@ -3671,12 +3685,12 @@ const jt = {
|
|
3671
3685
|
}
|
3672
3686
|
}
|
3673
3687
|
};
|
3674
|
-
const
|
3688
|
+
const xa = ["color", "date", "datetime-local", "file", "number", "range"], Ta = {
|
3675
3689
|
inheritAttrs: !1,
|
3676
3690
|
name: "CmdFormElement",
|
3677
3691
|
mixins: [
|
3678
3692
|
ie,
|
3679
|
-
|
3693
|
+
va,
|
3680
3694
|
Nt,
|
3681
3695
|
xe,
|
3682
3696
|
jt
|
@@ -3928,7 +3942,7 @@ const wa = ["color", "date", "datetime-local", "file", "number", "range"], Ia =
|
|
3928
3942
|
return this.$refs.label;
|
3929
3943
|
},
|
3930
3944
|
getMaxLength() {
|
3931
|
-
return this.$attrs.element === "textarea" ? this.$attrs.maxlength > 0 ? this.$attrs.maxlength : 5e3 :
|
3945
|
+
return this.$attrs.element === "textarea" ? this.$attrs.maxlength > 0 ? this.$attrs.maxlength : 5e3 : xa.includes(this.$attrs.type) ? null : this.$attrs.maxlength > 0 ? this.$attrs.maxlength : 255;
|
3932
3946
|
},
|
3933
3947
|
validateInput(e) {
|
3934
3948
|
var t;
|
@@ -3975,21 +3989,21 @@ const wa = ["color", "date", "datetime-local", "file", "number", "range"], Ia =
|
|
3975
3989
|
immediate: !0
|
3976
3990
|
}
|
3977
3991
|
}
|
3978
|
-
},
|
3992
|
+
}, Sa = ["for", "title"], Ma = {
|
3979
3993
|
key: 0,
|
3980
3994
|
class: "label-text"
|
3981
|
-
},
|
3995
|
+
}, Oa = { key: 2 }, La = ["title", "aria-errormessage", "id"], Da = {
|
3982
3996
|
key: 1,
|
3983
3997
|
class: "flex-container"
|
3984
|
-
},
|
3998
|
+
}, Na = ["id", "autocomplete", "list", "value", "maxlength"], ja = ["title"], Ba = ["id"], Pa = ["value"], Aa = ["checked", "value", "id", "disabled", "aria-invalid"], Fa = { key: 2 }, za = { class: "switch-label-wrapper" }, Ha = ["checked", "value", "id", "disabled", "aria-invalid"], qa = { class: "label-text" }, Ra = { class: "label-text" }, Va = {
|
3985
3999
|
key: 0,
|
3986
4000
|
class: "label-text"
|
3987
|
-
},
|
4001
|
+
}, Ea = { key: 0 }, Ua = ["id"], Ga = ["value", "selected"], Qa = ["id", "value", "maxlength"], Za = { key: 6 }, Wa = {
|
3988
4002
|
key: 7,
|
3989
4003
|
class: "search-field-wrapper flex-container no-gap"
|
3990
|
-
},
|
3991
|
-
function
|
3992
|
-
var r, c, f, p,
|
4004
|
+
}, Ja = ["id", "maxlength", "value"], Ya = ["title"], Ka = ["title"], Xa = { key: 1 };
|
4005
|
+
function $a(e, i, t, a, n, s) {
|
4006
|
+
var r, c, f, p, b, y, I, v, S, T, B, Q, w, q, D, P, G, Z, V, J, Y, ae, te, se;
|
3993
4007
|
const u = Dt, d = E;
|
3994
4008
|
return t.element === "input" || t.element === "select" || t.element === "textarea" ? (l(), o("label", {
|
3995
4009
|
key: 0,
|
@@ -4012,12 +4026,12 @@ function Ka(e, i, t, a, n, s) {
|
|
4012
4026
|
title: e.$attrs.title,
|
4013
4027
|
ref: "label"
|
4014
4028
|
}, [
|
4015
|
-
(t.labelText || e.$slots.labeltext) && e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" ? ne((l(), o("span",
|
4029
|
+
(t.labelText || e.$slots.labeltext) && e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" ? ne((l(), o("span", Ma, [
|
4016
4030
|
h("span", null, [
|
4017
|
-
t.labelText ? (l(), o(
|
4031
|
+
t.labelText ? (l(), o(k, { key: 0 }, [
|
4018
4032
|
z(g(t.labelText), 1)
|
4019
4033
|
], 64)) : R(e.$slots, "labeltext", { key: 1 }),
|
4020
|
-
e.$attrs.required ? (l(), o("sup",
|
4034
|
+
e.$attrs.required ? (l(), o("sup", Oa, "*")) : m("", !0)
|
4021
4035
|
]),
|
4022
4036
|
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), C(u, {
|
4023
4037
|
key: 0,
|
@@ -4039,17 +4053,17 @@ function Ka(e, i, t, a, n, s) {
|
|
4039
4053
|
id: e.tooltipId
|
4040
4054
|
}, [
|
4041
4055
|
x(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
4042
|
-
], 8,
|
4056
|
+
], 8, La)) : m("", !0)
|
4043
4057
|
], 512)), [
|
4044
4058
|
[ye, t.showLabel]
|
4045
4059
|
]) : m("", !0),
|
4046
|
-
e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" ? (l(), o("span",
|
4060
|
+
e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" ? (l(), o("span", Da, [
|
4047
4061
|
t.fieldIconClass ? (l(), C(d, {
|
4048
4062
|
key: 0,
|
4049
4063
|
class: "place-inside",
|
4050
4064
|
iconClass: t.fieldIconClass
|
4051
4065
|
}, null, 8, ["iconClass"])) : m("", !0),
|
4052
|
-
t.element === "input" && e.$attrs.type !== "search" ? (l(), o("input",
|
4066
|
+
t.element === "input" && e.$attrs.type !== "search" ? (l(), o("input", H({ key: 1 }, s.elementAttributes, {
|
4053
4067
|
id: e.htmlId,
|
4054
4068
|
class: t.inputClass,
|
4055
4069
|
onFocus: i[1] || (i[1] = (L) => e.tooltip = !0),
|
@@ -4063,7 +4077,7 @@ function Ka(e, i, t, a, n, s) {
|
|
4063
4077
|
value: t.modelValue,
|
4064
4078
|
maxlength: s.getMaxLength(),
|
4065
4079
|
ref: "input"
|
4066
|
-
}), null, 16,
|
4080
|
+
}), null, 16, Na)) : m("", !0),
|
4067
4081
|
e.$attrs.type === "password" ? (l(), o("a", {
|
4068
4082
|
key: 2,
|
4069
4083
|
href: "#",
|
@@ -4078,20 +4092,20 @@ function Ka(e, i, t, a, n, s) {
|
|
4078
4092
|
x(d, {
|
4079
4093
|
iconClass: t.iconPasswordVisible.iconClass
|
4080
4094
|
}, null, 8, ["iconClass"])
|
4081
|
-
], 40,
|
4095
|
+
], 40, ja)) : m("", !0)
|
4082
4096
|
])) : m("", !0),
|
4083
4097
|
t.datalist && t.datalist.options.length ? (l(), o("datalist", {
|
4084
4098
|
key: 2,
|
4085
4099
|
id: t.datalist.id
|
4086
4100
|
}, [
|
4087
|
-
(l(!0), o(
|
4101
|
+
(l(!0), o(k, null, F(t.datalist.options, (L, X) => (l(), o("option", {
|
4088
4102
|
key: X,
|
4089
4103
|
value: L
|
4090
|
-
}, null, 8,
|
4091
|
-
], 8,
|
4092
|
-
t.onLabel && t.offLabel ? t.onLabel && t.offLabel ? (l(), o(
|
4093
|
-
h("span",
|
4094
|
-
h("input",
|
4104
|
+
}, null, 8, Pa))), 128))
|
4105
|
+
], 8, Ba)) : t.element === "input" && (e.$attrs.type === "checkbox" || e.$attrs.type === "radio") ? (l(), o(k, { key: 3 }, [
|
4106
|
+
t.onLabel && t.offLabel ? t.onLabel && t.offLabel ? (l(), o(k, { key: 1 }, [
|
4107
|
+
h("span", za, [
|
4108
|
+
h("input", H(s.elementAttributes, {
|
4095
4109
|
onChange: i[13] || (i[13] = (...L) => s.onChange && s.onChange(...L)),
|
4096
4110
|
onBlur: i[14] || (i[14] = (...L) => s.onBlur && s.onBlur(...L)),
|
4097
4111
|
checked: s.isChecked,
|
@@ -4100,18 +4114,18 @@ function Ka(e, i, t, a, n, s) {
|
|
4100
4114
|
id: e.htmlId,
|
4101
4115
|
disabled: e.$attrs.disabled,
|
4102
4116
|
"aria-invalid": e.validationStatus === "error"
|
4103
|
-
}), null, 16,
|
4104
|
-
h("span",
|
4105
|
-
h("span",
|
4117
|
+
}), null, 16, Ha),
|
4118
|
+
h("span", qa, g(t.onLabel), 1),
|
4119
|
+
h("span", Ra, g(t.offLabel), 1)
|
4106
4120
|
]),
|
4107
|
-
t.labelText ? (l(), o("span",
|
4121
|
+
t.labelText ? (l(), o("span", Va, [
|
4108
4122
|
h("span", null, [
|
4109
4123
|
z(g(t.labelText), 1),
|
4110
|
-
e.$attrs.required ? (l(), o("sup",
|
4124
|
+
e.$attrs.required ? (l(), o("sup", Ea, "*")) : m("", !0)
|
4111
4125
|
])
|
4112
4126
|
])) : m("", !0)
|
4113
|
-
], 64)) : R(e.$slots, "default", { key: 2 }) : (l(), o(
|
4114
|
-
h("input",
|
4127
|
+
], 64)) : R(e.$slots, "default", { key: 2 }) : (l(), o(k, { key: 0 }, [
|
4128
|
+
h("input", H(s.elementAttributes, {
|
4115
4129
|
onChange: i[11] || (i[11] = (...L) => s.onChange && s.onChange(...L)),
|
4116
4130
|
onBlur: i[12] || (i[12] = (...L) => s.onBlur && s.onBlur(...L)),
|
4117
4131
|
checked: s.isChecked,
|
@@ -4120,32 +4134,32 @@ function Ka(e, i, t, a, n, s) {
|
|
4120
4134
|
id: e.htmlId,
|
4121
4135
|
disabled: e.$attrs.disabled,
|
4122
4136
|
"aria-invalid": e.validationStatus === "error"
|
4123
|
-
}), null, 16,
|
4137
|
+
}), null, 16, Aa),
|
4124
4138
|
t.labelText || e.$slots.labeltext ? (l(), o("span", {
|
4125
4139
|
key: 0,
|
4126
4140
|
class: _(["label-text", { hidden: !t.showLabel }])
|
4127
4141
|
}, [
|
4128
4142
|
h("span", null, [
|
4129
|
-
t.labelText ? (l(), o(
|
4143
|
+
t.labelText ? (l(), o(k, { key: 0 }, [
|
4130
4144
|
z(g(t.labelText), 1)
|
4131
4145
|
], 64)) : R(e.$slots, "labeltext", { key: 1 }),
|
4132
|
-
e.$attrs.required ? (l(), o("sup",
|
4146
|
+
e.$attrs.required ? (l(), o("sup", Fa, "*")) : m("", !0)
|
4133
4147
|
])
|
4134
4148
|
], 2)) : m("", !0)
|
4135
4149
|
], 64))
|
4136
4150
|
], 64)) : m("", !0),
|
4137
|
-
t.element === "select" ? (l(), o("select",
|
4151
|
+
t.element === "select" ? (l(), o("select", H({ key: 4 }, s.elementAttributes, {
|
4138
4152
|
id: e.htmlId,
|
4139
4153
|
onBlur: i[15] || (i[15] = (...L) => s.onBlur && s.onBlur(...L)),
|
4140
4154
|
onChange: i[16] || (i[16] = (L) => e.$emit("update:modelValue", L.target.value))
|
4141
4155
|
}), [
|
4142
|
-
(l(!0), o(
|
4156
|
+
(l(!0), o(k, null, F(t.selectOptions, (L, X) => (l(), o("option", {
|
4143
4157
|
key: X,
|
4144
4158
|
value: L.value,
|
4145
4159
|
selected: L.value === t.modelValue
|
4146
|
-
}, g(L.text), 9,
|
4147
|
-
], 16,
|
4148
|
-
t.element === "textarea" ? (l(), o("textarea",
|
4160
|
+
}, g(L.text), 9, Ga))), 128))
|
4161
|
+
], 16, Ua)) : m("", !0),
|
4162
|
+
t.element === "textarea" ? (l(), o("textarea", H({ key: 5 }, s.elementAttributes, {
|
4149
4163
|
id: e.htmlId,
|
4150
4164
|
value: t.modelValue,
|
4151
4165
|
maxlength: s.getMaxLength(),
|
@@ -4153,14 +4167,14 @@ function Ka(e, i, t, a, n, s) {
|
|
4153
4167
|
onFocus: i[18] || (i[18] = (L) => e.tooltip = !0),
|
4154
4168
|
onBlur: i[19] || (i[19] = (...L) => s.onBlur && s.onBlur(...L))
|
4155
4169
|
}), `\r
|
4156
|
-
`, 16,
|
4157
|
-
t.element === "textarea" && t.showCharactersTextarea ? (l(), o("span",
|
4158
|
-
h("input",
|
4170
|
+
`, 16, Qa)) : m("", !0),
|
4171
|
+
t.element === "textarea" && t.showCharactersTextarea ? (l(), o("span", Za, g(s.charactersTextarea), 1)) : t.element === "input" && e.$attrs.type === "search" ? (l(), o("span", Wa, [
|
4172
|
+
h("input", H(s.elementAttributes, {
|
4159
4173
|
id: e.htmlId,
|
4160
4174
|
onInput: i[20] || (i[20] = (...L) => s.onInput && s.onInput(...L)),
|
4161
4175
|
maxlength: s.getMaxLength(),
|
4162
4176
|
value: t.modelValue
|
4163
|
-
}), null, 16,
|
4177
|
+
}), null, 16, Ja),
|
4164
4178
|
t.showSearchButton ? (l(), o("a", {
|
4165
4179
|
key: 0,
|
4166
4180
|
href: "#",
|
@@ -4171,7 +4185,7 @@ function Ka(e, i, t, a, n, s) {
|
|
4171
4185
|
x(d, {
|
4172
4186
|
iconClass: t.iconSearch.iconClass
|
4173
4187
|
}, null, 8, ["iconClass"])
|
4174
|
-
], 10,
|
4188
|
+
], 10, Ya)) : m("", !0),
|
4175
4189
|
(r = t.iconDelete) != null && r.show ? (l(), o("a", {
|
4176
4190
|
key: 1,
|
4177
4191
|
href: "#",
|
@@ -4182,18 +4196,18 @@ function Ka(e, i, t, a, n, s) {
|
|
4182
4196
|
iconClass: (f = t.iconDelete) == null ? void 0 : f.iconClass,
|
4183
4197
|
type: (p = t.iconDelete) == null ? void 0 : p.iconType
|
4184
4198
|
}, null, 8, ["iconClass", "type"])
|
4185
|
-
], 8,
|
4199
|
+
], 8, Ka)) : m("", !0)
|
4186
4200
|
])) : m("", !0)
|
4187
|
-
], 10,
|
4201
|
+
], 10, Sa)) : (l(), o("button", H({
|
4188
4202
|
key: 1,
|
4189
4203
|
class: "button"
|
4190
4204
|
}, s.buttonAttrs), [
|
4191
|
-
((y = (
|
4205
|
+
((y = (b = t.nativeButton) == null ? void 0 : b.icon) == null ? void 0 : y.show) && (((v = (I = t.nativeButton) == null ? void 0 : I.icon) == null ? void 0 : v.position) === "before" || !((T = (S = t.nativeButton) == null ? void 0 : S.icon) != null && T.position)) ? (l(), C(d, {
|
4192
4206
|
key: 0,
|
4193
4207
|
iconClass: (Q = (B = t.nativeButton) == null ? void 0 : B.icon) == null ? void 0 : Q.iconClass,
|
4194
|
-
type: (
|
4208
|
+
type: (q = (w = t.nativeButton) == null ? void 0 : w.icon) == null ? void 0 : q.iconType
|
4195
4209
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
4196
|
-
((D = t.nativeButton) == null ? void 0 : D.icon) && ((P = t.nativeButton) == null ? void 0 : P.text) ? (l(), o("span",
|
4210
|
+
((D = t.nativeButton) == null ? void 0 : D.icon) && ((P = t.nativeButton) == null ? void 0 : P.text) ? (l(), o("span", Xa, g(t.nativeButton.text), 1)) : (l(), o(k, { key: 2 }, [
|
4197
4211
|
z(g(t.nativeButton.text), 1)
|
4198
4212
|
], 64)),
|
4199
4213
|
((Z = (G = t.nativeButton) == null ? void 0 : G.icon) == null ? void 0 : Z.show) && ((J = (V = t.nativeButton) == null ? void 0 : V.icon) == null ? void 0 : J.position) === "after" ? (l(), C(d, {
|
@@ -4203,7 +4217,7 @@ function Ka(e, i, t, a, n, s) {
|
|
4203
4217
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
4204
4218
|
], 16));
|
4205
4219
|
}
|
4206
|
-
const _e = /* @__PURE__ */ N(
|
4220
|
+
const _e = /* @__PURE__ */ N(Ta, [["render", $a]]), er = {
|
4207
4221
|
data() {
|
4208
4222
|
return {
|
4209
4223
|
defaultMessageProperties: {
|
@@ -4213,9 +4227,9 @@ const _e = /* @__PURE__ */ N(Ia, [["render", Ka]]), Xa = {
|
|
4213
4227
|
};
|
4214
4228
|
}
|
4215
4229
|
};
|
4216
|
-
const
|
4230
|
+
const tr = {
|
4217
4231
|
name: "CmdCookieDisclaimer",
|
4218
|
-
mixins: [ie,
|
4232
|
+
mixins: [ie, er],
|
4219
4233
|
data() {
|
4220
4234
|
return {
|
4221
4235
|
showCookieDisclaimer: !0,
|
@@ -4310,40 +4324,40 @@ const $a = {
|
|
4310
4324
|
}));
|
4311
4325
|
}
|
4312
4326
|
}
|
4313
|
-
},
|
4327
|
+
}, ir = { class: "cmd-cookie-disclaimer flex-container vertical" }, nr = {
|
4314
4328
|
key: 0,
|
4315
4329
|
class: "flex-container vertical"
|
4316
|
-
},
|
4330
|
+
}, sr = { key: 0 }, lr = { key: 1 }, or = ["href", "target"], ar = ["innerHTML"], rr = /* @__PURE__ */ h("hr", null, null, -1), cr = {
|
4317
4331
|
key: 1,
|
4318
4332
|
class: "flex-container vertical"
|
4319
|
-
},
|
4320
|
-
function
|
4321
|
-
const u = W, d = _e, r =
|
4333
|
+
}, ur = { key: 0 }, dr = { key: 1 }, mr = ["href", "target"], hr = ["innerHTML"], fr = { class: "button-wrapper align-center" };
|
4334
|
+
function gr(e, i, t, a, n, s) {
|
4335
|
+
const u = W, d = _e, r = Fo;
|
4322
4336
|
return l(), C(ue, { name: "fade" }, {
|
4323
4337
|
default: A(() => {
|
4324
4338
|
var c, f, p;
|
4325
4339
|
return [
|
4326
|
-
h("div",
|
4340
|
+
h("div", ir, [
|
4327
4341
|
((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, {
|
4328
4342
|
key: 0,
|
4329
4343
|
headlineText: t.cmdHeadlineCookieDisclaimer.headlineText,
|
4330
4344
|
headlineLevel: t.cmdHeadlineCookieDisclaimer.headlineLevel
|
4331
4345
|
}, null, 8, ["headlineText", "headlineLevel"])) : m("", !0),
|
4332
4346
|
R(e.$slots, "cookie-options", {}, () => {
|
4333
|
-
var
|
4347
|
+
var b, y, I, v, S, T, B, Q;
|
4334
4348
|
return [
|
4335
|
-
(
|
4349
|
+
(b = t.cookieOptions) != null && b.required ? (l(), o("div", nr, [
|
4336
4350
|
(y = t.cmdBoxRequiredCookies) != null && y.showHeadline ? (l(), C(u, {
|
4337
4351
|
key: 0,
|
4338
4352
|
"headline-text": (I = t.cmdBoxRequiredCookies) == null ? void 0 : I.headlineText,
|
4339
4353
|
"headline-level": (v = t.cmdBoxRequiredCookies) == null ? void 0 : v.headlineLevel
|
4340
4354
|
}, null, 8, ["headline-text", "headline-level"])) : m("", !0),
|
4341
|
-
(l(!0), o(
|
4355
|
+
(l(!0), o(k, null, F(t.cookieOptions.required.cookies || [], (w, q) => {
|
4342
4356
|
var D;
|
4343
4357
|
return l(), C(r, {
|
4344
4358
|
useSlots: ["header", "body"],
|
4345
4359
|
collapsible: (D = t.cmdBoxRequiredCookies) == null ? void 0 : D.collapsible,
|
4346
|
-
key:
|
4360
|
+
key: q
|
4347
4361
|
}, {
|
4348
4362
|
header: A(() => [
|
4349
4363
|
x(d, {
|
@@ -4360,37 +4374,37 @@ function hr(e, i, t, a, n, s) {
|
|
4360
4374
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
4361
4375
|
]),
|
4362
4376
|
body: A(() => [
|
4363
|
-
w.description ? (l(), o("p",
|
4364
|
-
w.linkDataPrivacy ? (l(), o("p",
|
4377
|
+
w.description ? (l(), o("p", sr, g(w.description), 1)) : m("", !0),
|
4378
|
+
w.linkDataPrivacy ? (l(), o("p", lr, [
|
4365
4379
|
z(g(w.linkDataPrivacy.label) + " ", 1),
|
4366
4380
|
h("a", {
|
4367
4381
|
onClick: i[1] || (i[1] = (...P) => s.openDataPrivacy && s.openDataPrivacy(...P)),
|
4368
4382
|
href: w.linkDataPrivacy.link,
|
4369
4383
|
target: w.linkDataPrivacy.target
|
4370
|
-
}, g(w.linkDataPrivacy.linkText), 9,
|
4384
|
+
}, g(w.linkDataPrivacy.linkText), 9, or)
|
4371
4385
|
])) : m("", !0),
|
4372
4386
|
n.dataPrivacyContent ? (l(), o("div", {
|
4373
4387
|
key: 2,
|
4374
4388
|
innerHTML: n.dataPrivacyContent
|
4375
|
-
}, null, 8,
|
4389
|
+
}, null, 8, ar)) : m("", !0)
|
4376
4390
|
]),
|
4377
4391
|
_: 2
|
4378
4392
|
}, 1032, ["collapsible"]);
|
4379
4393
|
}), 128))
|
4380
4394
|
])) : m("", !0),
|
4381
|
-
|
4382
|
-
(S = t.cookieOptions) != null && S.optional ? (l(), o("div",
|
4395
|
+
rr,
|
4396
|
+
(S = t.cookieOptions) != null && S.optional ? (l(), o("div", cr, [
|
4383
4397
|
(T = t.cmdBoxOptionalCookies) != null && T.showHeadline ? (l(), C(u, {
|
4384
4398
|
key: 0,
|
4385
4399
|
"headline-text": (B = t.cmdBoxOptionalCookies) == null ? void 0 : B.headlineText,
|
4386
4400
|
"headline-level": (Q = t.cmdBoxOptionalCookies) == null ? void 0 : Q.headlineLevel
|
4387
4401
|
}, null, 8, ["headline-text", "headline-level"])) : m("", !0),
|
4388
|
-
(l(!0), o(
|
4402
|
+
(l(!0), o(k, null, F(t.cookieOptions.optional.cookies || [], (w, q) => {
|
4389
4403
|
var D;
|
4390
4404
|
return l(), C(r, {
|
4391
4405
|
useSlots: ["header", "body"],
|
4392
4406
|
collapsible: (D = t.cmdBoxOptionalCookies) == null ? void 0 : D.collapsible,
|
4393
|
-
key:
|
4407
|
+
key: q
|
4394
4408
|
}, {
|
4395
4409
|
header: A(() => [
|
4396
4410
|
x(d, {
|
@@ -4407,19 +4421,19 @@ function hr(e, i, t, a, n, s) {
|
|
4407
4421
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
4408
4422
|
]),
|
4409
4423
|
body: A(() => [
|
4410
|
-
w.description ? (l(), o("p",
|
4411
|
-
w.linkDataPrivacy ? (l(), o("p",
|
4424
|
+
w.description ? (l(), o("p", ur, g(w.description), 1)) : m("", !0),
|
4425
|
+
w.linkDataPrivacy ? (l(), o("p", dr, [
|
4412
4426
|
z(g(w.linkDataPrivacy.label) + " ", 1),
|
4413
4427
|
h("a", {
|
4414
4428
|
onClick: i[3] || (i[3] = (...P) => s.openDataPrivacy && s.openDataPrivacy(...P)),
|
4415
4429
|
href: w.linkDataPrivacy.link,
|
4416
4430
|
target: w.linkDataPrivacy.target
|
4417
|
-
}, g(w.linkDataPrivacy.linkText), 9,
|
4431
|
+
}, g(w.linkDataPrivacy.linkText), 9, mr)
|
4418
4432
|
])) : m("", !0),
|
4419
4433
|
n.dataPrivacyContent ? (l(), o("div", {
|
4420
4434
|
key: 2,
|
4421
4435
|
innerHTML: n.dataPrivacyContent
|
4422
|
-
}, null, 8,
|
4436
|
+
}, null, 8, hr)) : m("", !0)
|
4423
4437
|
]),
|
4424
4438
|
_: 2
|
4425
4439
|
}, 1032, ["collapsible"]);
|
@@ -4428,11 +4442,11 @@ function hr(e, i, t, a, n, s) {
|
|
4428
4442
|
];
|
4429
4443
|
}),
|
4430
4444
|
R(e.$slots, "privacy-text"),
|
4431
|
-
h("div",
|
4445
|
+
h("div", fr, [
|
4432
4446
|
t.buttonLabelAcceptCurrentSettings ? (l(), o("button", {
|
4433
4447
|
key: 0,
|
4434
4448
|
type: "button",
|
4435
|
-
onClick: i[4] || (i[4] = (...
|
4449
|
+
onClick: i[4] || (i[4] = (...b) => s.acceptCurrentCookies && s.acceptCurrentCookies(...b))
|
4436
4450
|
}, [
|
4437
4451
|
h("span", null, g(t.buttonLabelAcceptCurrentSettings), 1)
|
4438
4452
|
])) : m("", !0),
|
@@ -4440,7 +4454,7 @@ function hr(e, i, t, a, n, s) {
|
|
4440
4454
|
key: 1,
|
4441
4455
|
type: "button",
|
4442
4456
|
class: "primary",
|
4443
|
-
onClick: i[5] || (i[5] = (...
|
4457
|
+
onClick: i[5] || (i[5] = (...b) => s.acceptAllCookies && s.acceptAllCookies(...b))
|
4444
4458
|
}, [
|
4445
4459
|
h("span", null, g(t.buttonLabelAcceptAllCookies), 1)
|
4446
4460
|
])) : m("", !0)
|
@@ -4451,24 +4465,24 @@ function hr(e, i, t, a, n, s) {
|
|
4451
4465
|
_: 3
|
4452
4466
|
});
|
4453
4467
|
}
|
4454
|
-
const
|
4455
|
-
const
|
4468
|
+
const Hh = /* @__PURE__ */ N(tr, [["render", gr]]);
|
4469
|
+
const pr = {
|
4456
4470
|
name: "CmdCopyrightWrapper"
|
4457
|
-
},
|
4471
|
+
}, yr = {
|
4458
4472
|
class: "cmd-copyright-information",
|
4459
4473
|
role: "contentinfo"
|
4460
|
-
},
|
4474
|
+
}, _r = /* @__PURE__ */ h("a", {
|
4461
4475
|
href: "http://www.comand-cms.com",
|
4462
4476
|
target: "_blank",
|
4463
4477
|
lang: "en",
|
4464
4478
|
title: "CoManD-Website"
|
4465
|
-
}, "\xA9 CoManD", -1),
|
4466
|
-
|
4479
|
+
}, "\xA9 CoManD", -1), Cr = [
|
4480
|
+
_r
|
4467
4481
|
];
|
4468
|
-
function
|
4469
|
-
return l(), o("div",
|
4482
|
+
function br(e, i, t, a, n, s) {
|
4483
|
+
return l(), o("div", yr, Cr);
|
4470
4484
|
}
|
4471
|
-
const
|
4485
|
+
const qh = /* @__PURE__ */ N(pr, [["render", br]]), kr = {
|
4472
4486
|
data() {
|
4473
4487
|
return {
|
4474
4488
|
defaultMessageProperties: {
|
@@ -4481,12 +4495,12 @@ const zh = /* @__PURE__ */ N(fr, [["render", _r]]), Cr = {
|
|
4481
4495
|
};
|
4482
4496
|
}
|
4483
4497
|
};
|
4484
|
-
const
|
4498
|
+
const vr = {
|
4485
4499
|
name: "CmdFakeSelect",
|
4486
4500
|
inheritAttrs: !1,
|
4487
4501
|
mixins: [
|
4488
4502
|
ie,
|
4489
|
-
|
4503
|
+
kr,
|
4490
4504
|
Nt,
|
4491
4505
|
xe,
|
4492
4506
|
jt
|
@@ -4675,18 +4689,18 @@ const br = {
|
|
4675
4689
|
deep: !0
|
4676
4690
|
}
|
4677
4691
|
}
|
4678
|
-
},
|
4692
|
+
}, wr = ["title", "aria-labelledby", "aria-required"], Ir = {
|
4679
4693
|
key: 0,
|
4680
4694
|
class: "label-text"
|
4681
|
-
},
|
4695
|
+
}, xr = ["id"], Tr = { key: 0 }, Sr = ["title", "aria-errormessage", "id"], Mr = ["aria-expanded"], Or = ["title"], Lr = ["src", "alt"], Dr = {
|
4682
4696
|
key: 0,
|
4683
4697
|
role: "listbox"
|
4684
|
-
},
|
4698
|
+
}, Nr = ["aria-selected"], jr = ["onClick", "title"], Br = { key: 1 }, Pr = ["aria-expanded"], Ar = ["for"], Fr = ["value", "checked", "id"], zr = ["onClick"], Hr = ["src", "alt"], qr = ["onClick"], Rr = {
|
4685
4699
|
key: 0,
|
4686
4700
|
class: "select-all-options"
|
4687
4701
|
};
|
4688
|
-
function
|
4689
|
-
var c, f, p,
|
4702
|
+
function Vr(e, i, t, a, n, s) {
|
4703
|
+
var c, f, p, b;
|
4690
4704
|
const u = Dt, d = E, r = le("router-link");
|
4691
4705
|
return l(), o("div", {
|
4692
4706
|
class: _([
|
@@ -4704,11 +4718,11 @@ function qr(e, i, t, a, n, s) {
|
|
4704
4718
|
"aria-required": e.$attrs.required !== void 0,
|
4705
4719
|
ref: "fakeselect"
|
4706
4720
|
}, [
|
4707
|
-
t.showLabel ? (l(), o("span",
|
4721
|
+
t.showLabel ? (l(), o("span", Ir, [
|
4708
4722
|
h("span", { id: e.htmlId }, [
|
4709
4723
|
z(g(t.labelText), 1),
|
4710
|
-
e.$attrs.required !== void 0 ? (l(), o("sup",
|
4711
|
-
], 8,
|
4724
|
+
e.$attrs.required !== void 0 ? (l(), o("sup", Tr, "*")) : m("", !0)
|
4725
|
+
], 8, xr),
|
4712
4726
|
e.useCustomTooltip && (n.validationStatus === "" || n.validationStatus === "error") ? (l(), C(u, {
|
4713
4727
|
key: 0,
|
4714
4728
|
ref: "tooltip",
|
@@ -4729,7 +4743,7 @@ function qr(e, i, t, a, n, s) {
|
|
4729
4743
|
id: e.tooltipId
|
4730
4744
|
}, [
|
4731
4745
|
x(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
4732
|
-
], 8,
|
4746
|
+
], 8, Sr)) : m("", !0)
|
4733
4747
|
])) : m("", !0),
|
4734
4748
|
h("ul", {
|
4735
4749
|
class: _({ open: n.showOptions }),
|
@@ -4748,14 +4762,14 @@ function qr(e, i, t, a, n, s) {
|
|
4748
4762
|
src: s.pathFlag(s.optionCountry),
|
4749
4763
|
alt: s.optionCountry,
|
4750
4764
|
class: _(["flag", s.optionCountry])
|
4751
|
-
}, null, 10,
|
4765
|
+
}, null, 10, Lr)) : t.type === "color" ? (l(), o("span", {
|
4752
4766
|
key: 1,
|
4753
4767
|
style: Oe("background: " + s.optionColor)
|
4754
4768
|
}, null, 4)) : m("", !0),
|
4755
4769
|
(f = s.optionIcon) != null && f.iconClass ? (l(), C(d, {
|
4756
4770
|
key: 2,
|
4757
4771
|
type: (p = s.optionIcon) == null ? void 0 : p.iconType,
|
4758
|
-
iconClass: (
|
4772
|
+
iconClass: (b = s.optionIcon) == null ? void 0 : b.iconClass
|
4759
4773
|
}, null, 8, ["type", "iconClass"])) : m("", !0),
|
4760
4774
|
s.optionName ? (l(), o("span", {
|
4761
4775
|
key: 3,
|
@@ -4768,9 +4782,9 @@ function qr(e, i, t, a, n, s) {
|
|
4768
4782
|
type: t.iconDropdown.iconType,
|
4769
4783
|
title: t.iconDropdown.tooltip
|
4770
4784
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0)
|
4771
|
-
], 40,
|
4772
|
-
t.type === "default" && n.showOptions ? (l(), o("ul",
|
4773
|
-
(l(!0), o(
|
4785
|
+
], 40, Or),
|
4786
|
+
t.type === "default" && n.showOptions ? (l(), o("ul", Dr, [
|
4787
|
+
(l(!0), o(k, null, F(t.selectData, (y, I) => (l(), o("li", {
|
4774
4788
|
key: I,
|
4775
4789
|
role: "option",
|
4776
4790
|
"aria-selected": y.value === t.modelValue
|
@@ -4787,8 +4801,8 @@ function qr(e, i, t, a, n, s) {
|
|
4787
4801
|
iconClass: y.iconClass,
|
4788
4802
|
type: y.iconType
|
4789
4803
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
4790
|
-
y.text ? (l(), o("span",
|
4791
|
-
], 10,
|
4804
|
+
y.text ? (l(), o("span", Br, g(y.text), 1)) : m("", !0)
|
4805
|
+
], 10, jr)) : m("", !0),
|
4792
4806
|
t.optionLinkType === "router" ? (l(), C(r, {
|
4793
4807
|
key: 1,
|
4794
4808
|
to: "#",
|
@@ -4805,13 +4819,13 @@ function qr(e, i, t, a, n, s) {
|
|
4805
4819
|
]),
|
4806
4820
|
_: 2
|
4807
4821
|
}, 1032, ["onClick", "class"])) : m("", !0)
|
4808
|
-
], 8,
|
4822
|
+
], 8, Nr))), 128))
|
4809
4823
|
])) : t.type !== "default" && t.type !== "content" && n.showOptions ? (l(), o("ul", {
|
4810
4824
|
key: 1,
|
4811
4825
|
class: _({ "checkbox-options": t.type === "checkboxOptions" }),
|
4812
4826
|
"aria-expanded": n.showOptions
|
4813
4827
|
}, [
|
4814
|
-
(l(!0), o(
|
4828
|
+
(l(!0), o(k, null, F(t.selectData, (y, I) => (l(), o("li", { key: I }, [
|
4815
4829
|
t.type === "checkboxOptions" ? (l(), o("label", {
|
4816
4830
|
key: 0,
|
4817
4831
|
for: "option-" + (I + 1),
|
@@ -4823,9 +4837,9 @@ function qr(e, i, t, a, n, s) {
|
|
4823
4837
|
onChange: i[3] || (i[3] = (...v) => s.optionSelect && s.optionSelect(...v)),
|
4824
4838
|
checked: s.compareValues(y.value),
|
4825
4839
|
id: "option-" + (I + 1)
|
4826
|
-
}, null, 40,
|
4840
|
+
}, null, 40, Fr),
|
4827
4841
|
h("span", null, g(y.text), 1)
|
4828
|
-
], 10,
|
4842
|
+
], 10, Ar)) : t.type === "country" ? (l(), o("a", {
|
4829
4843
|
key: 1,
|
4830
4844
|
href: "#",
|
4831
4845
|
onClick: O((v) => s.selectOption(y.value), ["prevent"]),
|
@@ -4835,9 +4849,9 @@ function qr(e, i, t, a, n, s) {
|
|
4835
4849
|
class: "flag",
|
4836
4850
|
src: s.pathFlag(y.value),
|
4837
4851
|
alt: y.text
|
4838
|
-
}, null, 8,
|
4852
|
+
}, null, 8, Hr),
|
4839
4853
|
h("span", null, g(y.text), 1)
|
4840
|
-
], 10,
|
4854
|
+
], 10, zr)) : t.type === "color" ? (l(), o("a", {
|
4841
4855
|
key: 2,
|
4842
4856
|
href: "#",
|
4843
4857
|
onClick: O((v) => s.selectOption(y.value), ["prevent"]),
|
@@ -4848,9 +4862,9 @@ function qr(e, i, t, a, n, s) {
|
|
4848
4862
|
style: Oe("background: " + y.value)
|
4849
4863
|
}, null, 4),
|
4850
4864
|
h("span", null, g(y.text), 1)
|
4851
|
-
], 10,
|
4865
|
+
], 10, qr)) : m("", !0)
|
4852
4866
|
]))), 128)),
|
4853
|
-
t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), o("li",
|
4867
|
+
t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), o("li", Rr, [
|
4854
4868
|
h("a", {
|
4855
4869
|
href: "#",
|
4856
4870
|
onClick: i[4] || (i[4] = O((...y) => s.toggleAllOptions && s.toggleAllOptions(...y), ["prevent"]))
|
@@ -4867,13 +4881,13 @@ function qr(e, i, t, a, n, s) {
|
|
4867
4881
|
h("span", null, g(s.selectAllOptionsText), 1)
|
4868
4882
|
])
|
4869
4883
|
])) : m("", !0)
|
4870
|
-
], 10,
|
4884
|
+
], 10, Pr)) : t.type === "content" && n.showOptions ? R(e.$slots, "default", { key: 2 }) : m("", !0)
|
4871
4885
|
])
|
4872
|
-
], 42,
|
4873
|
-
], 10,
|
4886
|
+
], 42, Mr)
|
4887
|
+
], 10, wr);
|
4874
4888
|
}
|
4875
|
-
const
|
4876
|
-
const
|
4889
|
+
const Er = /* @__PURE__ */ N(vr, [["render", Vr]]);
|
4890
|
+
const Ur = {
|
4877
4891
|
name: "CmdForm",
|
4878
4892
|
emits: ["submit"],
|
4879
4893
|
data() {
|
@@ -4908,16 +4922,16 @@ const Vr = {
|
|
4908
4922
|
this.useValidation && (e.preventDefault(), e.target.checkValidity() ? (this.errorOccurred = !1, this.$emit("submit", e)) : this.errorOccurred = !0);
|
4909
4923
|
}
|
4910
4924
|
}
|
4911
|
-
},
|
4912
|
-
function
|
4925
|
+
}, Gr = ["data-use-validation", "novalidate"], Qr = { class: "flex-container" };
|
4926
|
+
function Zr(e, i, t, a, n, s) {
|
4913
4927
|
return l(), o("form", {
|
4914
4928
|
class: _(["cmd-form", { error: n.errorOccurred }]),
|
4915
4929
|
"data-use-validation": t.useValidation,
|
4916
4930
|
onSubmit: i[0] || (i[0] = (...u) => s.onSubmit && s.onSubmit(...u)),
|
4917
4931
|
novalidate: t.novalidate
|
4918
4932
|
}, [
|
4919
|
-
t.useFieldset ? (l(), o(
|
4920
|
-
h("fieldset",
|
4933
|
+
t.useFieldset ? (l(), o(k, { key: 0 }, [
|
4934
|
+
h("fieldset", Qr, [
|
4921
4935
|
h("legend", {
|
4922
4936
|
class: _({ hidden: !t.showLegend })
|
4923
4937
|
}, g(t.textLegend), 3),
|
@@ -4925,10 +4939,10 @@ function Gr(e, i, t, a, n, s) {
|
|
4925
4939
|
]),
|
4926
4940
|
R(e.$slots, "button-row")
|
4927
4941
|
], 64)) : R(e.$slots, "default", { key: 1 })
|
4928
|
-
], 42,
|
4942
|
+
], 42, Gr);
|
4929
4943
|
}
|
4930
|
-
const
|
4931
|
-
const
|
4944
|
+
const Rh = /* @__PURE__ */ N(Ur, [["render", Zr]]);
|
4945
|
+
const Wr = {
|
4932
4946
|
name: "CmdFormFilters",
|
4933
4947
|
data() {
|
4934
4948
|
return {
|
@@ -4988,14 +5002,14 @@ const Qr = {
|
|
4988
5002
|
deep: !0
|
4989
5003
|
}
|
4990
5004
|
}
|
4991
|
-
},
|
5005
|
+
}, Jr = {
|
4992
5006
|
key: 0,
|
4993
5007
|
class: "cmd-form-filters"
|
4994
|
-
},
|
4995
|
-
function
|
5008
|
+
}, Yr = { key: 0 }, Kr = { key: 1 }, Xr = ["onClick", "title"];
|
5009
|
+
function $r(e, i, t, a, n, s) {
|
4996
5010
|
const u = E;
|
4997
|
-
return n.options.length ? (l(), o("ul",
|
4998
|
-
n.options.length > 1 ? (l(), o("li",
|
5011
|
+
return n.options.length ? (l(), o("ul", Jr, [
|
5012
|
+
n.options.length > 1 ? (l(), o("li", Yr, [
|
4999
5013
|
h("a", {
|
5000
5014
|
href: "#",
|
5001
5015
|
onClick: i[0] || (i[0] = O((...d) => s.deleteAllFilters && s.deleteAllFilters(...d), ["prevent"]))
|
@@ -5005,10 +5019,10 @@ function Kr(e, i, t, a, n, s) {
|
|
5005
5019
|
iconClass: t.linkDeleteAllFilters.icon.iconClass,
|
5006
5020
|
title: t.linkDeleteAllFilters.icon.tooltip
|
5007
5021
|
}, null, 8, ["iconClass", "title"])) : m("", !0),
|
5008
|
-
t.linkDeleteAllFilters.text ? (l(), o("span",
|
5022
|
+
t.linkDeleteAllFilters.text ? (l(), o("span", Kr, g(t.linkDeleteAllFilters.text), 1)) : m("", !0)
|
5009
5023
|
])
|
5010
5024
|
])) : m("", !0),
|
5011
|
-
(l(!0), o(
|
5025
|
+
(l(!0), o(k, null, F(n.options, (d, r) => (l(), o("li", { key: r }, [
|
5012
5026
|
h("a", {
|
5013
5027
|
href: "#",
|
5014
5028
|
onClick: O((c) => s.deleteClickedFilter(r), ["prevent"]),
|
@@ -5019,12 +5033,12 @@ function Kr(e, i, t, a, n, s) {
|
|
5019
5033
|
iconClass: t.deleteFilterIcon.iconClass,
|
5020
5034
|
type: t.deleteFilterIcon.iconType
|
5021
5035
|
}, null, 8, ["iconClass", "type"])
|
5022
|
-
], 8,
|
5036
|
+
], 8, Xr)
|
5023
5037
|
]))), 128))
|
5024
5038
|
])) : m("", !0);
|
5025
5039
|
}
|
5026
|
-
const
|
5027
|
-
const
|
5040
|
+
const ec = /* @__PURE__ */ N(Wr, [["render", $r]]);
|
5041
|
+
const tc = {
|
5028
5042
|
name: "CmdGoogleMaps",
|
5029
5043
|
props: {
|
5030
5044
|
address: {
|
@@ -5041,13 +5055,13 @@ const $r = {
|
|
5041
5055
|
return "https://maps.google.de/maps?ie=UTF8&t=&z=17&iwloc=B&output=embed";
|
5042
5056
|
}
|
5043
5057
|
}
|
5044
|
-
},
|
5045
|
-
function
|
5046
|
-
return l(), o("div",
|
5047
|
-
h("iframe", { src: s.locateAddress }, null, 8,
|
5058
|
+
}, ic = { class: "cmd-google-maps responsive-wrapper" }, nc = ["src"];
|
5059
|
+
function sc(e, i, t, a, n, s) {
|
5060
|
+
return l(), o("div", ic, [
|
5061
|
+
h("iframe", { src: s.locateAddress }, null, 8, nc)
|
5048
5062
|
]);
|
5049
5063
|
}
|
5050
|
-
const
|
5064
|
+
const Vh = /* @__PURE__ */ N(tc, [["render", sc]]), lc = {
|
5051
5065
|
data() {
|
5052
5066
|
return {
|
5053
5067
|
defaultMessageProperties: {
|
@@ -5056,9 +5070,9 @@ const qh = /* @__PURE__ */ N($r, [["render", ic]]), nc = {
|
|
5056
5070
|
};
|
5057
5071
|
}
|
5058
5072
|
};
|
5059
|
-
const
|
5073
|
+
const oc = {
|
5060
5074
|
name: "CmdImageGallery",
|
5061
|
-
mixins: [ie,
|
5075
|
+
mixins: [ie, lc],
|
5062
5076
|
props: {
|
5063
5077
|
images: {
|
5064
5078
|
type: Array,
|
@@ -5074,11 +5088,11 @@ const sc = {
|
|
5074
5088
|
Mt({ fancyBoxGallery: this.images, defaultGalleryIndex: e });
|
5075
5089
|
}
|
5076
5090
|
}
|
5077
|
-
},
|
5078
|
-
function
|
5091
|
+
}, ac = { class: "grid-container-create-columns cmd-image-gallery" }, rc = ["onClick", "title"];
|
5092
|
+
function cc(e, i, t, a, n, s) {
|
5079
5093
|
const u = Ie;
|
5080
|
-
return l(), o("div",
|
5081
|
-
(l(!0), o(
|
5094
|
+
return l(), o("div", ac, [
|
5095
|
+
(l(!0), o(k, null, F(t.images, (d, r) => (l(), o("a", {
|
5082
5096
|
key: r,
|
5083
5097
|
onClick: O((c) => s.showFancyBox(r), ["prevent"]),
|
5084
5098
|
href: "#",
|
@@ -5088,11 +5102,11 @@ function ac(e, i, t, a, n, s) {
|
|
5088
5102
|
image: d.image,
|
5089
5103
|
figcaption: d.figcaption
|
5090
5104
|
}, null, 8, ["image", "figcaption"])
|
5091
|
-
], 8,
|
5105
|
+
], 8, rc))), 128))
|
5092
5106
|
]);
|
5093
5107
|
}
|
5094
|
-
const
|
5095
|
-
const
|
5108
|
+
const Eh = /* @__PURE__ */ N(oc, [["render", cc]]);
|
5109
|
+
const uc = {
|
5096
5110
|
name: "CmdImageZoom",
|
5097
5111
|
props: {
|
5098
5112
|
imageSmall: {
|
@@ -5125,21 +5139,21 @@ const rc = {
|
|
5125
5139
|
}
|
5126
5140
|
};
|
5127
5141
|
function li(e, i) {
|
5128
|
-
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),
|
5129
|
-
n.style.left = `${y}px`, n.style.top = `${I}px`, n.style.width = `${p}px`, n.style.height = `${
|
5142
|
+
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), b = Math.min(u, t.getBoundingClientRect().height / r * u), y = oi(c - p / 2, 0, s - p), I = oi(f - b / 2, 0, u - b), v = -(y * (d / s)), S = -(I * (r / u));
|
5143
|
+
n.style.left = `${y}px`, n.style.top = `${I}px`, n.style.width = `${p}px`, n.style.height = `${b}px`, n.style.display = "block", a.style.marginLeft = `${v}px`, a.style.marginTop = `${S}px`;
|
5130
5144
|
}
|
5131
5145
|
function oi(e, i, t) {
|
5132
5146
|
return e < i ? i : e > t ? t : e;
|
5133
5147
|
}
|
5134
|
-
const
|
5148
|
+
const dc = { class: "cmd-imagezoom flex-container" }, mc = ["title"], hc = ["src", "alt"], fc = {
|
5135
5149
|
key: 0,
|
5136
5150
|
class: "zoom-container"
|
5137
|
-
},
|
5151
|
+
}, gc = ["src", "alt"], pc = {
|
5138
5152
|
key: 1,
|
5139
5153
|
class: "zoom-overlay"
|
5140
5154
|
};
|
5141
|
-
function
|
5142
|
-
return l(), o("div",
|
5155
|
+
function yc(e, i, t, a, n, s) {
|
5156
|
+
return l(), o("div", dc, [
|
5143
5157
|
h("a", {
|
5144
5158
|
href: "#",
|
5145
5159
|
class: "no-flex",
|
@@ -5151,19 +5165,19 @@ function gc(e, i, t, a, n, s) {
|
|
5151
5165
|
onMouseover: i[0] || (i[0] = (...u) => s.onMouseOver && s.onMouseOver(...u)),
|
5152
5166
|
onMousemove: i[1] || (i[1] = (...u) => s.onMouseMove && s.onMouseMove(...u)),
|
5153
5167
|
onMouseout: i[2] || (i[2] = (...u) => s.onMouseOut && s.onMouseOut(...u))
|
5154
|
-
}, null, 40,
|
5155
|
-
], 8,
|
5156
|
-
n.showLargeImage ? (l(), o("div",
|
5168
|
+
}, null, 40, hc)
|
5169
|
+
], 8, mc),
|
5170
|
+
n.showLargeImage ? (l(), o("div", fc, [
|
5157
5171
|
h("img", {
|
5158
5172
|
src: t.imageLarge.src,
|
5159
5173
|
alt: t.imageLarge.alt
|
5160
|
-
}, null, 8,
|
5174
|
+
}, null, 8, gc)
|
5161
5175
|
])) : m("", !0),
|
5162
|
-
n.showLargeImage ? (l(), o("div",
|
5176
|
+
n.showLargeImage ? (l(), o("div", pc)) : m("", !0)
|
5163
5177
|
]);
|
5164
5178
|
}
|
5165
|
-
const
|
5166
|
-
const
|
5179
|
+
const Uh = /* @__PURE__ */ N(uc, [["render", yc]]);
|
5180
|
+
const _c = {
|
5167
5181
|
mixins: [
|
5168
5182
|
Nt,
|
5169
5183
|
xe,
|
@@ -5273,11 +5287,11 @@ const pc = {
|
|
5273
5287
|
immediate: !0
|
5274
5288
|
}
|
5275
5289
|
}
|
5276
|
-
},
|
5290
|
+
}, Cc = ["aria-labelledby"], bc = { class: "label-text" }, kc = ["id"], vc = { key: 0 }, wc = ["title", "aria-errormessage", "id"], Ic = ["for"], xc = ["type", "id", "name", "value", "disabled"], Tc = { key: 1 }, Sc = {
|
5277
5291
|
key: 1,
|
5278
5292
|
class: "flex-container no-flex"
|
5279
5293
|
};
|
5280
|
-
function
|
5294
|
+
function Mc(e, i, t, a, n, s) {
|
5281
5295
|
const u = Dt, d = E;
|
5282
5296
|
return l(), o("div", {
|
5283
5297
|
class: _([
|
@@ -5293,11 +5307,11 @@ function Tc(e, i, t, a, n, s) {
|
|
5293
5307
|
]),
|
5294
5308
|
"aria-labelledby": e.htmlId
|
5295
5309
|
}, [
|
5296
|
-
ne(h("span",
|
5310
|
+
ne(h("span", bc, [
|
5297
5311
|
h("span", { id: e.htmlId }, [
|
5298
5312
|
z(g(t.labelText), 1),
|
5299
|
-
t.required ? (l(), o("sup",
|
5300
|
-
], 8,
|
5313
|
+
t.required ? (l(), o("sup", vc, "*")) : m("", !0)
|
5314
|
+
], 8, kc),
|
5301
5315
|
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), C(u, {
|
5302
5316
|
key: 0,
|
5303
5317
|
ref: "tooltip",
|
@@ -5322,17 +5336,17 @@ function Tc(e, i, t, a, n, s) {
|
|
5322
5336
|
id: e.tooltipId
|
5323
5337
|
}, [
|
5324
5338
|
x(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
5325
|
-
], 8,
|
5339
|
+
], 8, wc)) : m("", !0)
|
5326
5340
|
], 512), [
|
5327
5341
|
[ye, t.showLabel]
|
5328
5342
|
]),
|
5329
|
-
t.useSlot ? (l(), o("div",
|
5343
|
+
t.useSlot ? (l(), o("div", Sc, [
|
5330
5344
|
R(e.$slots, "default")
|
5331
5345
|
])) : (l(), o("span", {
|
5332
5346
|
key: 0,
|
5333
5347
|
class: _(["flex-container", { "no-flex": !t.stretchHorizontally, "no-gap": t.multipleSwitch }])
|
5334
5348
|
}, [
|
5335
|
-
(l(!0), o(
|
5349
|
+
(l(!0), o(k, null, F(t.inputElements, (r, c) => (l(), o("label", {
|
5336
5350
|
key: c,
|
5337
5351
|
for: r.id
|
5338
5352
|
}, [
|
@@ -5344,7 +5358,7 @@ function Tc(e, i, t, a, n, s) {
|
|
5344
5358
|
"onUpdate:modelValue": i[1] || (i[1] = (f) => s.inputValue = f),
|
5345
5359
|
disabled: t.disabled,
|
5346
5360
|
class: _({ "replace-input-type": t.replaceInputType, "toggle-switch": t.toggleSwitch })
|
5347
|
-
}, null, 10,
|
5361
|
+
}, null, 10, xc), [
|
5348
5362
|
[mn, s.inputValue]
|
5349
5363
|
]),
|
5350
5364
|
t.multipleSwitch && r.iconClass ? (l(), C(d, {
|
@@ -5352,13 +5366,13 @@ function Tc(e, i, t, a, n, s) {
|
|
5352
5366
|
iconClass: r.iconClass,
|
5353
5367
|
type: r.iconType
|
5354
5368
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5355
|
-
r.labelText ? (l(), o("span",
|
5356
|
-
], 8,
|
5369
|
+
r.labelText ? (l(), o("span", Tc, g(r.labelText), 1)) : m("", !0)
|
5370
|
+
], 8, Ic))), 128))
|
5357
5371
|
], 2))
|
5358
|
-
], 10,
|
5372
|
+
], 10, Cc);
|
5359
5373
|
}
|
5360
|
-
const
|
5361
|
-
const
|
5374
|
+
const Gh = /* @__PURE__ */ N(_c, [["render", Mc]]);
|
5375
|
+
const Oc = {
|
5362
5376
|
name: "CmdLoginForm",
|
5363
5377
|
data() {
|
5364
5378
|
return {
|
@@ -5549,17 +5563,17 @@ const Sc = {
|
|
5549
5563
|
this.modelChange();
|
5550
5564
|
}
|
5551
5565
|
}
|
5552
|
-
},
|
5553
|
-
function
|
5554
|
-
var f, p,
|
5566
|
+
}, Lc = { class: "cmd-login-form flex-container" }, Dc = { class: "flex-container" }, Nc = { class: "option-wrapper flex-container" }, jc = { key: 1 }, Bc = ["href"], Pc = { key: 1 }, Ac = /* @__PURE__ */ z(" /> "), Fc = { key: 1 }, zc = ["type", "disabled"], Hc = { key: 1 }, qc = { class: "cmd-login-form flex-container" }, Rc = { class: "option-wrapper flex-container" }, Vc = { key: 1 }, Ec = ["type", "disabled"], Uc = { key: 1 };
|
5567
|
+
function Gc(e, i, t, a, n, s) {
|
5568
|
+
var f, p, b, y, I, v, S;
|
5555
5569
|
const u = W, d = _e, r = E, c = le("router-link");
|
5556
|
-
return l(), o(
|
5557
|
-
ne(h("fieldset",
|
5570
|
+
return l(), o(k, null, [
|
5571
|
+
ne(h("fieldset", Lc, [
|
5558
5572
|
h("legend", {
|
5559
5573
|
class: _({ hidden: !t.showLegend })
|
5560
5574
|
}, g(t.textLegendLoginForm), 3),
|
5561
|
-
t.cmdHeadlineLoginForm ? (l(), C(u, K(
|
5562
|
-
h("div",
|
5575
|
+
t.cmdHeadlineLoginForm ? (l(), C(u, K(H({ key: 0 }, t.cmdHeadlineLoginForm)), null, 16)) : m("", !0),
|
5576
|
+
h("div", Dc, [
|
5563
5577
|
x(d, {
|
5564
5578
|
element: "input",
|
5565
5579
|
type: "text",
|
@@ -5587,8 +5601,8 @@ function Ec(e, i, t, a, n, s) {
|
|
5587
5601
|
onValidationStatusChange: i[3] || (i[3] = (T) => s.checkValidationStatus(T, "password"))
|
5588
5602
|
}, null, 8, ["name", "id", "fieldIconClass", "modelValue", "labelText", "placeholder", "required"])
|
5589
5603
|
]),
|
5590
|
-
h("div",
|
5591
|
-
t.options.forgotPassword || t.options.createAccount ? (l(), o(
|
5604
|
+
h("div", Nc, [
|
5605
|
+
t.options.forgotPassword || t.options.createAccount ? (l(), o(k, { key: 0 }, [
|
5592
5606
|
t.options.forgotPassword ? (l(), o("a", {
|
5593
5607
|
key: 0,
|
5594
5608
|
href: "#",
|
@@ -5600,20 +5614,20 @@ function Ec(e, i, t, a, n, s) {
|
|
5600
5614
|
type: t.options.forgotPassword.icon.iconType,
|
5601
5615
|
title: t.options.forgotPassword.icon.tooltip
|
5602
5616
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
5603
|
-
t.options.forgotPassword.text ? (l(), o("span",
|
5617
|
+
t.options.forgotPassword.text ? (l(), o("span", jc, g(t.options.forgotPassword.text), 1)) : m("", !0)
|
5604
5618
|
])) : m("", !0),
|
5605
5619
|
t.options.createAccount && t.options.createAccount.linkType === "href" ? (l(), o("a", {
|
5606
5620
|
key: 1,
|
5607
5621
|
href: t.options.createAccount.path
|
5608
5622
|
}, [
|
5609
|
-
((
|
5623
|
+
((b = t.options.createAccount.icon) == null ? void 0 : b.show) && ((y = t.options.createAccount.icon) == null ? void 0 : y.iconClass) ? (l(), C(r, {
|
5610
5624
|
key: 0,
|
5611
5625
|
iconClass: t.options.createAccount.icon.iconClass,
|
5612
5626
|
type: t.options.createAccount.icon.iconType,
|
5613
5627
|
title: t.options.createAccount.icon.tooltip
|
5614
5628
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
5615
|
-
t.options.createAccount.text ? (l(), o("span",
|
5616
|
-
], 8,
|
5629
|
+
t.options.createAccount.text ? (l(), o("span", Pc, g(t.options.createAccount.text), 1)) : m("", !0)
|
5630
|
+
], 8, Bc)) : t.options.createAccount && t.options.createAccount.linkType === "router" ? (l(), C(c, {
|
5617
5631
|
key: 2,
|
5618
5632
|
to: t.options.createAccount.path
|
5619
5633
|
}, {
|
@@ -5624,8 +5638,8 @@ function Ec(e, i, t, a, n, s) {
|
|
5624
5638
|
type: t.options.createAccount.icon.iconType,
|
5625
5639
|
title: t.options.createAccount.icon.tooltip
|
5626
5640
|
}, null, 8, ["class", "type", "title"])) : m("", !0),
|
5627
|
-
|
5628
|
-
t.options.createAccount.text ? (l(), o("span",
|
5641
|
+
Ac,
|
5642
|
+
t.options.createAccount.text ? (l(), o("span", Fc, g(t.options.createAccount.text), 1)) : m("", !0)
|
5629
5643
|
]),
|
5630
5644
|
_: 1
|
5631
5645
|
}, 8, ["to"])) : m("", !0)
|
@@ -5643,17 +5657,17 @@ function Ec(e, i, t, a, n, s) {
|
|
5643
5657
|
type: t.buttons.login.icon.iconType,
|
5644
5658
|
title: t.buttons.login.icon.tooltip
|
5645
5659
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
5646
|
-
t.buttons.login.text ? (l(), o("span",
|
5647
|
-
], 10,
|
5660
|
+
t.buttons.login.text ? (l(), o("span", Hc, g(t.buttons.login.text), 1)) : m("", !0)
|
5661
|
+
], 10, zc)) : m("", !0)
|
5648
5662
|
])
|
5649
5663
|
], 512), [
|
5650
5664
|
[ye, !n.sendLogin]
|
5651
5665
|
]),
|
5652
|
-
ne(h("fieldset",
|
5666
|
+
ne(h("fieldset", qc, [
|
5653
5667
|
h("legend", {
|
5654
5668
|
class: _({ hidden: !t.showLegend })
|
5655
5669
|
}, g(t.textLegendForgotLoginForm), 3),
|
5656
|
-
t.cmdHeadlineSendLoginForm ? (l(), C(u, K(
|
5670
|
+
t.cmdHeadlineSendLoginForm ? (l(), C(u, K(H({ key: 0 }, t.cmdHeadlineSendLoginForm)), null, 16)) : m("", !0),
|
5657
5671
|
x(d, {
|
5658
5672
|
element: "input",
|
5659
5673
|
type: "email",
|
@@ -5667,7 +5681,7 @@ function Ec(e, i, t, a, n, s) {
|
|
5667
5681
|
modelValue: n.sendLoginMail,
|
5668
5682
|
"onUpdate:modelValue": i[7] || (i[7] = (T) => n.sendLoginMail = T)
|
5669
5683
|
}, null, 8, ["fieldIconClass", "labelText", "placeholder", "name", "required", "id", "modelValue"]),
|
5670
|
-
h("div",
|
5684
|
+
h("div", Rc, [
|
5671
5685
|
h("a", {
|
5672
5686
|
href: "#",
|
5673
5687
|
onClick: i[8] || (i[8] = O((T) => n.sendLogin = !1, ["prevent"]))
|
@@ -5678,7 +5692,7 @@ function Ec(e, i, t, a, n, s) {
|
|
5678
5692
|
type: t.options.backToLoginForm.icon.iconType,
|
5679
5693
|
title: t.options.backToLoginForm.icon.tooltip
|
5680
5694
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
5681
|
-
t.options.backToLoginForm.text ? (l(), o("span",
|
5695
|
+
t.options.backToLoginForm.text ? (l(), o("span", Vc, g(t.options.backToLoginForm.text), 1)) : m("", !0)
|
5682
5696
|
]),
|
5683
5697
|
t.buttons.sendLogin.linkType === "button" ? (l(), o("button", {
|
5684
5698
|
key: 0,
|
@@ -5691,16 +5705,16 @@ function Ec(e, i, t, a, n, s) {
|
|
5691
5705
|
iconClass: (v = t.buttons.sendLogin.icon) == null ? void 0 : v.iconClass,
|
5692
5706
|
title: (S = t.buttons.sendLogin.icon) == null ? void 0 : S.tooltip
|
5693
5707
|
}, null, 8, ["iconClass", "title"])) : m("", !0),
|
5694
|
-
t.buttons.sendLogin.text ? (l(), o("span",
|
5695
|
-
], 10,
|
5708
|
+
t.buttons.sendLogin.text ? (l(), o("span", Uc, g(t.buttons.sendLogin.text), 1)) : m("", !0)
|
5709
|
+
], 10, Ec)) : m("", !0)
|
5696
5710
|
])
|
5697
5711
|
], 512), [
|
5698
5712
|
[ye, n.sendLogin]
|
5699
5713
|
])
|
5700
5714
|
], 64);
|
5701
5715
|
}
|
5702
|
-
const
|
5703
|
-
const
|
5716
|
+
const Qh = /* @__PURE__ */ N(Oc, [["render", Gc]]);
|
5717
|
+
const Qc = {
|
5704
5718
|
name: "CmdMainNavigation",
|
5705
5719
|
data() {
|
5706
5720
|
return {
|
@@ -5780,11 +5794,11 @@ const Uc = {
|
|
5780
5794
|
this.showOffcanvas ? this.closeOffcanvasNavigation() : (this.showOffcanvas = !0, this.$nextTick(() => document.getElementById("close-offcanvas").focus()));
|
5781
5795
|
}
|
5782
5796
|
}
|
5783
|
-
},
|
5797
|
+
}, Zc = {
|
5784
5798
|
key: 0,
|
5785
5799
|
class: "close-nav"
|
5786
|
-
},
|
5787
|
-
function
|
5800
|
+
}, Wc = ["href", "title", "target", "onClick"], Jc = { key: 1 }, Yc = { key: 1 }, Kc = ["aria-expanded"], Xc = ["href", "title", "target", "onClick"], $c = { key: 1 }, eu = { key: 1 }, tu = ["aria-expanded"], iu = ["href", "title", "target", "onClick"], nu = { key: 1 }, su = { key: 1 };
|
5801
|
+
function lu(e, i, t, a, n, s) {
|
5788
5802
|
const u = E, d = le("router-link");
|
5789
5803
|
return l(), o("div", {
|
5790
5804
|
class: _([
|
@@ -5802,7 +5816,7 @@ function nu(e, i, t, a, n, s) {
|
|
5802
5816
|
h("ul", {
|
5803
5817
|
class: _({ "stretch-items": t.stretchMainItems })
|
5804
5818
|
}, [
|
5805
|
-
n.showOffcanvas ? (l(), o("li",
|
5819
|
+
n.showOffcanvas ? (l(), o("li", Zc, [
|
5806
5820
|
h("a", {
|
5807
5821
|
href: "#",
|
5808
5822
|
id: "close-offcanvas",
|
@@ -5819,8 +5833,8 @@ function nu(e, i, t, a, n, s) {
|
|
5819
5833
|
}, g(t.closeOffcanvas.text), 3)
|
5820
5834
|
])
|
5821
5835
|
])) : m("", !0),
|
5822
|
-
(l(!0), o(
|
5823
|
-
var f, p,
|
5836
|
+
(l(!0), o(k, null, F(t.navigationEntries, (r, c) => {
|
5837
|
+
var f, p, b;
|
5824
5838
|
return l(), o("li", {
|
5825
5839
|
key: c,
|
5826
5840
|
class: _({ active: r.active, open: n.openEntry === c, "has-subentries": (f = r == null ? void 0 : r.subentries) == null ? void 0 : f.length })
|
@@ -5839,12 +5853,12 @@ function nu(e, i, t, a, n, s) {
|
|
5839
5853
|
iconClass: r.iconClass,
|
5840
5854
|
type: r.iconType
|
5841
5855
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5842
|
-
r.text ? (l(), o("span",
|
5856
|
+
r.text ? (l(), o("span", Jc, g(r.text), 1)) : m("", !0),
|
5843
5857
|
(p = r == null ? void 0 : r.subentries) != null && p.length ? (l(), o("span", {
|
5844
5858
|
key: 2,
|
5845
5859
|
class: _(["subentry-icon", t.subentriesIconClass])
|
5846
5860
|
}, null, 2)) : m("", !0)
|
5847
|
-
], 40,
|
5861
|
+
], 40, Wc)) : m("", !0),
|
5848
5862
|
r.type === "router" ? (l(), C(d, {
|
5849
5863
|
key: 1,
|
5850
5864
|
to: s.getRoute(r),
|
@@ -5856,7 +5870,7 @@ function nu(e, i, t, a, n, s) {
|
|
5856
5870
|
iconClass: r.iconClass,
|
5857
5871
|
type: r.iconType
|
5858
5872
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5859
|
-
r.text ? (l(), o("span",
|
5873
|
+
r.text ? (l(), o("span", Yc, g(r.text), 1)) : m("", !0),
|
5860
5874
|
r.subentries && r.subentries.length > 0 ? (l(), o("span", {
|
5861
5875
|
key: 2,
|
5862
5876
|
class: _(["subentry-icon", t.subentriesIconClass])
|
@@ -5864,11 +5878,11 @@ function nu(e, i, t, a, n, s) {
|
|
5864
5878
|
]),
|
5865
5879
|
_: 2
|
5866
5880
|
}, 1032, ["to", "title"])) : m("", !0),
|
5867
|
-
(
|
5881
|
+
(b = r == null ? void 0 : r.subentries) != null && b.length ? (l(), o("ul", {
|
5868
5882
|
key: 2,
|
5869
5883
|
"aria-expanded": n.openEntry ? "true" : "false"
|
5870
5884
|
}, [
|
5871
|
-
(l(!0), o(
|
5885
|
+
(l(!0), o(k, null, F(r.subentries, (y, I) => (l(), o("li", {
|
5872
5886
|
key: I,
|
5873
5887
|
class: _({ open: n.openSubentry === I })
|
5874
5888
|
}, [
|
@@ -5886,12 +5900,12 @@ function nu(e, i, t, a, n, s) {
|
|
5886
5900
|
iconClass: y.iconClass,
|
5887
5901
|
type: y.iconType
|
5888
5902
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5889
|
-
y.text ? (l(), o("span",
|
5903
|
+
y.text ? (l(), o("span", $c, g(y.text), 1)) : m("", !0),
|
5890
5904
|
y.subentries && y.subentries.length > 0 ? (l(), o("span", {
|
5891
5905
|
key: 2,
|
5892
5906
|
class: _(["subentry-icon", t.subentriesIconClass])
|
5893
5907
|
}, null, 2)) : m("", !0)
|
5894
|
-
], 40,
|
5908
|
+
], 40, Xc)) : m("", !0),
|
5895
5909
|
y.type === "router" ? (l(), C(d, {
|
5896
5910
|
key: 1,
|
5897
5911
|
to: s.getRoute(y),
|
@@ -5903,7 +5917,7 @@ function nu(e, i, t, a, n, s) {
|
|
5903
5917
|
iconClass: y.iconClass,
|
5904
5918
|
type: y.iconType
|
5905
5919
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5906
|
-
y.text ? (l(), o("span",
|
5920
|
+
y.text ? (l(), o("span", eu, g(y.text), 1)) : m("", !0),
|
5907
5921
|
y.subentries && y.subentries.length > 0 ? (l(), o("span", {
|
5908
5922
|
key: 2,
|
5909
5923
|
class: _(["subentry-icon", t.subentriesIconClass])
|
@@ -5915,7 +5929,7 @@ function nu(e, i, t, a, n, s) {
|
|
5915
5929
|
key: 2,
|
5916
5930
|
"aria-expanded": n.openSubentry ? "true" : "false"
|
5917
5931
|
}, [
|
5918
|
-
(l(!0), o(
|
5932
|
+
(l(!0), o(k, null, F(y.subentries, (v, S) => (l(), o("li", { key: S }, [
|
5919
5933
|
r.type === "href" ? (l(), o("a", {
|
5920
5934
|
key: 0,
|
5921
5935
|
href: v.path,
|
@@ -5928,12 +5942,12 @@ function nu(e, i, t, a, n, s) {
|
|
5928
5942
|
iconClass: v.iconClass,
|
5929
5943
|
type: v.iconType
|
5930
5944
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5931
|
-
v.text ? (l(), o("span",
|
5945
|
+
v.text ? (l(), o("span", nu, g(v.text), 1)) : m("", !0),
|
5932
5946
|
v.subentries && v.subentries.length > 0 ? (l(), o("span", {
|
5933
5947
|
key: 2,
|
5934
5948
|
class: _(["subentry-icon", t.subentriesIconClass])
|
5935
5949
|
}, null, 2)) : m("", !0)
|
5936
|
-
], 8,
|
5950
|
+
], 8, iu)) : m("", !0),
|
5937
5951
|
r.type === "router" ? (l(), C(d, {
|
5938
5952
|
key: 1,
|
5939
5953
|
to: s.getRoute(v),
|
@@ -5945,7 +5959,7 @@ function nu(e, i, t, a, n, s) {
|
|
5945
5959
|
iconClass: v.iconClass,
|
5946
5960
|
type: v.iconType
|
5947
5961
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5948
|
-
v.text ? (l(), o("span",
|
5962
|
+
v.text ? (l(), o("span", su, g(v.text), 1)) : m("", !0),
|
5949
5963
|
v.subentries && v.subentries.length > 0 ? (l(), o("span", {
|
5950
5964
|
key: 2,
|
5951
5965
|
class: _(["subentry-icon", t.subentriesIconClass])
|
@@ -5954,9 +5968,9 @@ function nu(e, i, t, a, n, s) {
|
|
5954
5968
|
_: 2
|
5955
5969
|
}, 1032, ["to", "target"])) : m("", !0)
|
5956
5970
|
]))), 128))
|
5957
|
-
], 8,
|
5971
|
+
], 8, tu)) : m("", !0)
|
5958
5972
|
], 2))), 128))
|
5959
|
-
], 8,
|
5973
|
+
], 8, Kc)) : m("", !0)
|
5960
5974
|
], 2);
|
5961
5975
|
}), 128))
|
5962
5976
|
], 2)
|
@@ -5978,8 +5992,8 @@ function nu(e, i, t, a, n, s) {
|
|
5978
5992
|
])) : m("", !0)
|
5979
5993
|
], 2);
|
5980
5994
|
}
|
5981
|
-
const
|
5982
|
-
const
|
5995
|
+
const ou = /* @__PURE__ */ N(Qc, [["render", lu]]);
|
5996
|
+
const au = {
|
5983
5997
|
name: "CmdMultistepFormProgressBar",
|
5984
5998
|
data() {
|
5985
5999
|
return {
|
@@ -6010,20 +6024,20 @@ const lu = {
|
|
6010
6024
|
return me(e);
|
6011
6025
|
}
|
6012
6026
|
}
|
6013
|
-
},
|
6027
|
+
}, ru = { class: "cmd-multistep-form-progress-bar" }, cu = ["href", "onClick", "title"], uu = {
|
6014
6028
|
key: 0,
|
6015
6029
|
class: "number"
|
6016
|
-
},
|
6030
|
+
}, du = { key: 2 }, mu = {
|
6017
6031
|
key: 0,
|
6018
6032
|
class: "number"
|
6019
|
-
},
|
6033
|
+
}, hu = { key: 2 }, fu = ["type", "name", "title", "formaction", "onClick"], gu = {
|
6020
6034
|
key: 0,
|
6021
6035
|
class: "number"
|
6022
|
-
},
|
6023
|
-
function
|
6036
|
+
}, pu = { key: 2 };
|
6037
|
+
function yu(e, i, t, a, n, s) {
|
6024
6038
|
const u = E, d = le("router-link");
|
6025
|
-
return l(), o("ol",
|
6026
|
-
(l(!0), o(
|
6039
|
+
return l(), o("ol", ru, [
|
6040
|
+
(l(!0), o(k, null, F(t.multisteps, (r, c) => (l(), o("li", {
|
6027
6041
|
key: c,
|
6028
6042
|
class: _({ active: n.activeLink === c })
|
6029
6043
|
}, [
|
@@ -6033,30 +6047,30 @@ function gu(e, i, t, a, n, s) {
|
|
6033
6047
|
onClick: O((f) => s.clickedStep(f, c), ["stop", "prevent"]),
|
6034
6048
|
title: r.tooltip
|
6035
6049
|
}, [
|
6036
|
-
t.showStepNumber ? (l(), o("span",
|
6050
|
+
t.showStepNumber ? (l(), o("span", uu, g(c + 1), 1)) : m("", !0),
|
6037
6051
|
r.iconClass ? (l(), C(u, {
|
6038
6052
|
key: 1,
|
6039
6053
|
iconClass: r.iconClass,
|
6040
6054
|
type: r.iconType
|
6041
6055
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
6042
|
-
r.text ? (l(), o("span",
|
6056
|
+
r.text ? (l(), o("span", du, g(r.text), 1)) : m("", !0),
|
6043
6057
|
h("span", {
|
6044
6058
|
class: _(t.separatorIconClass)
|
6045
6059
|
}, null, 2)
|
6046
|
-
], 8,
|
6060
|
+
], 8, cu)) : m("", !0),
|
6047
6061
|
r.type === "router" ? (l(), C(d, {
|
6048
6062
|
key: 1,
|
6049
6063
|
to: s.getRoute(r),
|
6050
6064
|
title: r.tooltip
|
6051
6065
|
}, {
|
6052
6066
|
default: A(() => [
|
6053
|
-
t.showStepNumber ? (l(), o("span",
|
6067
|
+
t.showStepNumber ? (l(), o("span", mu, g(c + 1), 1)) : m("", !0),
|
6054
6068
|
r.iconClass ? (l(), C(u, {
|
6055
6069
|
key: 1,
|
6056
6070
|
iconClass: r.iconClass,
|
6057
6071
|
type: r.iconType
|
6058
6072
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
6059
|
-
r.text ? (l(), o("span",
|
6073
|
+
r.text ? (l(), o("span", hu, g(r.text), 1)) : m("", !0),
|
6060
6074
|
h("span", {
|
6061
6075
|
class: _(t.separatorIconClass)
|
6062
6076
|
}, null, 2)
|
@@ -6072,22 +6086,22 @@ function gu(e, i, t, a, n, s) {
|
|
6072
6086
|
formaction: r.formaction,
|
6073
6087
|
onClick: O((f) => s.clickedStep(f, c), ["stop", "prevent"])
|
6074
6088
|
}, [
|
6075
|
-
t.showStepNumber ? (l(), o("span",
|
6089
|
+
t.showStepNumber ? (l(), o("span", gu, g(c + 1), 1)) : m("", !0),
|
6076
6090
|
r.iconClass ? (l(), C(u, {
|
6077
6091
|
key: 1,
|
6078
6092
|
iconClass: r.iconClass,
|
6079
6093
|
type: r.iconType
|
6080
6094
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
6081
|
-
r.text ? (l(), o("span",
|
6095
|
+
r.text ? (l(), o("span", pu, g(r.text), 1)) : m("", !0),
|
6082
6096
|
h("span", {
|
6083
6097
|
class: _(t.separatorIconClass)
|
6084
6098
|
}, null, 2)
|
6085
|
-
], 8,
|
6099
|
+
], 8, fu)) : m("", !0)
|
6086
6100
|
], 2))), 128))
|
6087
6101
|
]);
|
6088
6102
|
}
|
6089
|
-
const
|
6090
|
-
function
|
6103
|
+
const Zh = /* @__PURE__ */ N(au, [["render", yu]]);
|
6104
|
+
function _u(e, i, t, a = !0) {
|
6091
6105
|
function n(s, u) {
|
6092
6106
|
return u && s < 10 ? "0" + s : s;
|
6093
6107
|
}
|
@@ -6099,7 +6113,7 @@ function pu(e, i, t, a = !0) {
|
|
6099
6113
|
return n(s, a) + e + n(u, !0) + i;
|
6100
6114
|
};
|
6101
6115
|
}
|
6102
|
-
const
|
6116
|
+
const Cu = {
|
6103
6117
|
name: "CmdOpeningHours",
|
6104
6118
|
props: {
|
6105
6119
|
link: {
|
@@ -6193,24 +6207,24 @@ const yu = {
|
|
6193
6207
|
},
|
6194
6208
|
methods: {
|
6195
6209
|
getTime(e) {
|
6196
|
-
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) :
|
6210
|
+
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : _u(":", " hrs", "", !1)(e.hours, e.mins);
|
6197
6211
|
}
|
6198
6212
|
},
|
6199
6213
|
beforeUnmount() {
|
6200
6214
|
this.$_CmdOpeningHours_intervalId && (clearInterval(this.$_CmdOpeningHours_intervalId), this.$_CmdOpeningHours_intervalId = null);
|
6201
6215
|
}
|
6202
|
-
},
|
6203
|
-
function
|
6216
|
+
}, bu = { class: "cmd-opening-hours" }, ku = ["href"], vu = { key: 3 }, wu = { key: 0 }, Iu = { key: 1 };
|
6217
|
+
function xu(e, i, t, a, n, s) {
|
6204
6218
|
var r, c;
|
6205
6219
|
const u = W, d = le("router-link");
|
6206
|
-
return l(), o("div",
|
6207
|
-
t.cmdHeadline ? (l(), C(u, K(
|
6208
|
-
t.link && ((r = t.link) == null ? void 0 : r.path) && ((c = t.link) == null ? void 0 : c.show) ? (l(), o(
|
6220
|
+
return l(), o("div", bu, [
|
6221
|
+
t.cmdHeadline ? (l(), C(u, K(H({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
6222
|
+
t.link && ((r = t.link) == null ? void 0 : r.path) && ((c = t.link) == null ? void 0 : c.show) ? (l(), o(k, { key: 1 }, [
|
6209
6223
|
t.link.type === "href" ? (l(), o("a", {
|
6210
6224
|
key: 0,
|
6211
6225
|
href: t.link.path,
|
6212
6226
|
class: _({ closed: s.isClosed })
|
6213
|
-
}, g(s.textOpenClosed), 11,
|
6227
|
+
}, g(s.textOpenClosed), 11, ku)) : m("", !0),
|
6214
6228
|
t.link.type === "router" ? (l(), C(d, {
|
6215
6229
|
key: 1,
|
6216
6230
|
to: t.link.path,
|
@@ -6230,22 +6244,22 @@ function wu(e, i, t, a, n, s) {
|
|
6230
6244
|
class: _({ closed: s.isClosed })
|
6231
6245
|
}, g(s.textOpenClosed), 3)),
|
6232
6246
|
h("dl", null, [
|
6233
|
-
(l(!0), o(
|
6247
|
+
(l(!0), o(k, null, F(s.openingHoursFormatted, (f) => (l(), o(k, {
|
6234
6248
|
key: f.day
|
6235
6249
|
}, [
|
6236
6250
|
h("dt", null, g(f.day) + ":", 1),
|
6237
6251
|
h("dd", null, g(s.getTime(f.fromTime)) + "\u2013" + g(s.getTime(f.tillTime)), 1)
|
6238
6252
|
], 64))), 128))
|
6239
6253
|
]),
|
6240
|
-
t.textHolidaysClosed || t.textMiscInfo ? (l(), o("div",
|
6241
|
-
t.textHolidaysClosed ? (l(), o("p",
|
6254
|
+
t.textHolidaysClosed || t.textMiscInfo ? (l(), o("div", vu, [
|
6255
|
+
t.textHolidaysClosed ? (l(), o("p", wu, [
|
6242
6256
|
h("strong", null, g(t.textHolidaysClosed), 1)
|
6243
6257
|
])) : m("", !0),
|
6244
|
-
t.textMiscInfo ? (l(), o("p",
|
6258
|
+
t.textMiscInfo ? (l(), o("p", Iu, g(t.textMiscInfo), 1)) : m("", !0)
|
6245
6259
|
])) : m("", !0)
|
6246
6260
|
]);
|
6247
6261
|
}
|
6248
|
-
const
|
6262
|
+
const Wh = /* @__PURE__ */ N(Cu, [["render", xu]]), Tu = {
|
6249
6263
|
data() {
|
6250
6264
|
return {
|
6251
6265
|
defaultMessageProperties: {
|
@@ -6255,11 +6269,11 @@ const Qh = /* @__PURE__ */ N(yu, [["render", wu]]), Iu = {
|
|
6255
6269
|
};
|
6256
6270
|
}
|
6257
6271
|
};
|
6258
|
-
const
|
6272
|
+
const Su = {
|
6259
6273
|
name: "CmdPager",
|
6260
6274
|
mixins: [
|
6261
6275
|
ie,
|
6262
|
-
|
6276
|
+
Tu
|
6263
6277
|
],
|
6264
6278
|
emits: ["click"],
|
6265
6279
|
data() {
|
@@ -6326,10 +6340,10 @@ const xu = {
|
|
6326
6340
|
this.currentPage > 1 && this.showPage(this.currentPage - 1);
|
6327
6341
|
}
|
6328
6342
|
}
|
6329
|
-
},
|
6330
|
-
function
|
6343
|
+
}, Mu = { class: "cmd-pager" }, Ou = ["href", "title"], Lu = { key: 0 }, Du = { class: "page-index" }, Nu = { class: "flex-container" }, ju = ["href", "title", "onClick"], Bu = ["href", "title"], Pu = { key: 0 };
|
6344
|
+
function Au(e, i, t, a, n, s) {
|
6331
6345
|
const u = E;
|
6332
|
-
return l(), o("div",
|
6346
|
+
return l(), o("div", Mu, [
|
6333
6347
|
h("a", {
|
6334
6348
|
href: s.getPreviousHref,
|
6335
6349
|
class: _(["page-change", { disabled: n.currentPage === 1, button: t.linkType === "button" }]),
|
@@ -6340,11 +6354,11 @@ function Bu(e, i, t, a, n, s) {
|
|
6340
6354
|
iconClass: t.prevLink.iconClass,
|
6341
6355
|
type: t.prevLink.iconType
|
6342
6356
|
}, null, 8, ["iconClass", "type"]),
|
6343
|
-
t.prevLink.showText ? (l(), o("span",
|
6344
|
-
], 10,
|
6345
|
-
h("div",
|
6346
|
-
h("div",
|
6347
|
-
(l(!0), o(
|
6357
|
+
t.prevLink.showText ? (l(), o("span", Lu, g(t.prevLink.text), 1)) : m("", !0)
|
6358
|
+
], 10, Ou),
|
6359
|
+
h("div", Du, [
|
6360
|
+
h("div", Nu, [
|
6361
|
+
(l(!0), o(k, null, F(t.pages, (d, r) => (l(), o("a", {
|
6348
6362
|
href: s.getHref(d),
|
6349
6363
|
class: _({ disabled: n.currentPage === r + 1, button: t.linkType === "button" }),
|
6350
6364
|
title: n.currentPage !== r + 1 ? e.getMessage("cmdpager.tooltip.go_to_page", r + 1) : e.getMessage("cmdpager.tooltip.not_possible"),
|
@@ -6353,7 +6367,7 @@ function Bu(e, i, t, a, n, s) {
|
|
6353
6367
|
"aria-live": "polite"
|
6354
6368
|
}, [
|
6355
6369
|
h("span", null, g(r + 1), 1)
|
6356
|
-
], 10,
|
6370
|
+
], 10, ju))), 128))
|
6357
6371
|
])
|
6358
6372
|
]),
|
6359
6373
|
h("a", {
|
@@ -6362,16 +6376,16 @@ function Bu(e, i, t, a, n, s) {
|
|
6362
6376
|
onClick: i[1] || (i[1] = O((...d) => s.nextPage && s.nextPage(...d), ["prevent"])),
|
6363
6377
|
title: t.nextLink.showText ? null : t.nextLink.text
|
6364
6378
|
}, [
|
6365
|
-
t.nextLink.showText ? (l(), o("span",
|
6379
|
+
t.nextLink.showText ? (l(), o("span", Pu, g(t.nextLink.text), 1)) : m("", !0),
|
6366
6380
|
x(u, {
|
6367
6381
|
iconClass: t.nextLink.iconClass,
|
6368
6382
|
type: t.nextLink.iconType
|
6369
6383
|
}, null, 8, ["iconClass", "type"])
|
6370
|
-
], 10,
|
6384
|
+
], 10, Bu)
|
6371
6385
|
]);
|
6372
6386
|
}
|
6373
|
-
const
|
6374
|
-
const
|
6387
|
+
const Jh = /* @__PURE__ */ N(Su, [["render", Au]]);
|
6388
|
+
const Fu = {
|
6375
6389
|
name: "CmdProgressBar",
|
6376
6390
|
inheritAttrs: !1,
|
6377
6391
|
data() {
|
@@ -6397,8 +6411,8 @@ const Pu = {
|
|
6397
6411
|
required: !0
|
6398
6412
|
}
|
6399
6413
|
}
|
6400
|
-
},
|
6401
|
-
function
|
6414
|
+
}, zu = ["for"], Hu = { class: "progressbar" }, qu = { key: 0 }, Ru = ["id", "value"];
|
6415
|
+
function Vu(e, i, t, a, n, s) {
|
6402
6416
|
return l(), o("label", {
|
6403
6417
|
class: "cmd-progressbar",
|
6404
6418
|
for: t.id
|
@@ -6406,17 +6420,17 @@ function qu(e, i, t, a, n, s) {
|
|
6406
6420
|
h("span", {
|
6407
6421
|
class: _(["label-text", { hidden: !t.showLabel }])
|
6408
6422
|
}, g(t.labelText), 3),
|
6409
|
-
h("span",
|
6410
|
-
t.showLoadingStatus ? (l(), o("span",
|
6411
|
-
h("progress",
|
6423
|
+
h("span", Hu, [
|
6424
|
+
t.showLoadingStatus ? (l(), o("span", qu, g(n.loadingStatus) + " %", 1)) : m("", !0),
|
6425
|
+
h("progress", H(e.$attrs, {
|
6412
6426
|
id: t.id,
|
6413
6427
|
value: n.loadingStatus
|
6414
|
-
}), null, 16,
|
6428
|
+
}), null, 16, Ru)
|
6415
6429
|
])
|
6416
|
-
], 8,
|
6430
|
+
], 8, zu);
|
6417
6431
|
}
|
6418
|
-
const
|
6419
|
-
const
|
6432
|
+
const Yh = /* @__PURE__ */ N(Fu, [["render", Vu]]);
|
6433
|
+
const Eu = {
|
6420
6434
|
name: "CmdSocialNetworks",
|
6421
6435
|
data() {
|
6422
6436
|
return {
|
@@ -6496,13 +6510,13 @@ const Ru = {
|
|
6496
6510
|
return this.userMustAcceptDataPrivacy ? this.dataPrivacyAccepted ? e : this.tooltipAcceptDataPrivacy : e;
|
6497
6511
|
}
|
6498
6512
|
}
|
6499
|
-
},
|
6500
|
-
function
|
6513
|
+
}, Uu = ["id", "href", "title"], Gu = { key: 1 };
|
6514
|
+
function Qu(e, i, t, a, n, s) {
|
6501
6515
|
const u = W, d = _e, r = E;
|
6502
6516
|
return l(), o("div", {
|
6503
6517
|
class: _(["cmd-social-networks", { stretch: t.stretchButtons, "align-right": t.align === "right" }])
|
6504
6518
|
}, [
|
6505
|
-
t.cmdHeadline ? (l(), C(u, K(
|
6519
|
+
t.cmdHeadline ? (l(), C(u, K(H({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
6506
6520
|
t.userMustAcceptDataPrivacy ? (l(), C(d, {
|
6507
6521
|
key: 1,
|
6508
6522
|
element: "input",
|
@@ -6516,7 +6530,7 @@ function Uu(e, i, t, a, n, s) {
|
|
6516
6530
|
h("ul", {
|
6517
6531
|
class: _(["button-wrapper no-flex", { "no-gap": !t.useGap }])
|
6518
6532
|
}, [
|
6519
|
-
(l(!0), o(
|
6533
|
+
(l(!0), o(k, null, F(s.validNetworks, (c) => (l(), o("li", null, [
|
6520
6534
|
(l(), o("a", {
|
6521
6535
|
key: c.path,
|
6522
6536
|
class: _(["button", { disabled: t.userMustAcceptDataPrivacy && !n.dataPrivacyAccepted }, { "text-align-right": t.textAlign === "right" }]),
|
@@ -6531,14 +6545,14 @@ function Uu(e, i, t, a, n, s) {
|
|
6531
6545
|
iconClass: c.iconClass,
|
6532
6546
|
type: c.iconType
|
6533
6547
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
6534
|
-
c.linkText ? (l(), o("span",
|
6535
|
-
], 10,
|
6548
|
+
c.linkText ? (l(), o("span", Gu, g(c.linkText), 1)) : m("", !0)
|
6549
|
+
], 10, Uu))
|
6536
6550
|
]))), 256))
|
6537
6551
|
], 2)
|
6538
6552
|
], 2);
|
6539
6553
|
}
|
6540
|
-
const
|
6541
|
-
const
|
6554
|
+
const Kh = /* @__PURE__ */ N(Eu, [["render", Qu]]);
|
6555
|
+
const Zu = {
|
6542
6556
|
name: "CmdSiteFooter",
|
6543
6557
|
props: {
|
6544
6558
|
orientation: {
|
@@ -6546,9 +6560,9 @@ const Gu = {
|
|
6546
6560
|
default: "horizontal"
|
6547
6561
|
}
|
6548
6562
|
}
|
6549
|
-
},
|
6550
|
-
function
|
6551
|
-
return l(), o("div",
|
6563
|
+
}, Wu = { class: "cmd-site-footer" };
|
6564
|
+
function Ju(e, i, t, a, n, s) {
|
6565
|
+
return l(), o("div", Wu, [
|
6552
6566
|
h("footer", {
|
6553
6567
|
class: _(["flex-container", { vertical: t.orientation === "vertical" }])
|
6554
6568
|
}, [
|
@@ -6556,8 +6570,8 @@ function Zu(e, i, t, a, n, s) {
|
|
6556
6570
|
], 2)
|
6557
6571
|
]);
|
6558
6572
|
}
|
6559
|
-
const
|
6560
|
-
const
|
6573
|
+
const Xh = /* @__PURE__ */ N(Zu, [["render", Ju]]);
|
6574
|
+
const Yu = {
|
6561
6575
|
name: "CmdSiteHeader",
|
6562
6576
|
props: {
|
6563
6577
|
closeOffcanvas: {
|
@@ -6585,18 +6599,18 @@ const Wu = {
|
|
6585
6599
|
required: !1
|
6586
6600
|
}
|
6587
6601
|
}
|
6588
|
-
},
|
6602
|
+
}, Ku = {
|
6589
6603
|
key: 0,
|
6590
6604
|
class: "top-header"
|
6591
6605
|
};
|
6592
|
-
function
|
6593
|
-
var r, c, f, p,
|
6594
|
-
const u =
|
6606
|
+
function Xu(e, i, t, a, n, s) {
|
6607
|
+
var r, c, f, p, b, y, I, v;
|
6608
|
+
const u = la, d = ou;
|
6595
6609
|
return l(), o("div", {
|
6596
6610
|
class: _(["cmd-site-header", { sticky: t.sticky, "navigation-inline": t.navigationInline }]),
|
6597
6611
|
role: "banner"
|
6598
6612
|
}, [
|
6599
|
-
e.$slots.topheader ? (l(), o("div",
|
6613
|
+
e.$slots.topheader ? (l(), o("div", Ku, [
|
6600
6614
|
R(e.$slots, "topheader")
|
6601
6615
|
])) : m("", !0),
|
6602
6616
|
h("header", {
|
@@ -6605,18 +6619,14 @@ function Yu(e, i, t, a, n, s) {
|
|
6605
6619
|
{ "has-navigation": ((c = (r = t.cmdMainNavigation) == null ? void 0 : r.navigationEntries) == null ? void 0 : c.length) && t.navigationInline || e.$slots.navigation }
|
6606
6620
|
])
|
6607
6621
|
}, [
|
6608
|
-
e.$slots.logo || e.$slots.header || e.$slots.navigation ? (l(), o(
|
6622
|
+
e.$slots.logo || e.$slots.header || e.$slots.navigation ? (l(), o(k, { key: 0 }, [
|
6609
6623
|
R(e.$slots, "logo"),
|
6610
6624
|
R(e.$slots, "header"),
|
6611
6625
|
R(e.$slots, "navigation")
|
6612
6626
|
], 64)) : m("", !0),
|
6613
|
-
t.cmdCompanyLogo || ((p = (f = t.cmdMainNavigation) == null ? void 0 : f.navigationEntries) == null ? void 0 : p.length) ? (l(), o(
|
6614
|
-
t.cmdCompanyLogo ? (l(), C(u, K(
|
6615
|
-
((y = (
|
6616
|
-
key: 1,
|
6617
|
-
navigationEntries: t.cmdMainNavigation.navigationEntries,
|
6618
|
-
closeOffcanvas: t.closeOffcanvas
|
6619
|
-
}, null, 8, ["navigationEntries", "closeOffcanvas"])) : m("", !0)
|
6627
|
+
t.cmdCompanyLogo || ((p = (f = t.cmdMainNavigation) == null ? void 0 : f.navigationEntries) == null ? void 0 : p.length) ? (l(), o(k, { key: 1 }, [
|
6628
|
+
t.cmdCompanyLogo ? (l(), C(u, K(H({ key: 0 }, t.cmdCompanyLogo)), null, 16)) : m("", !0),
|
6629
|
+
((y = (b = t.cmdMainNavigation) == null ? void 0 : b.navigationEntries) == null ? void 0 : y.length) && t.navigationInline ? (l(), C(d, H({ key: 1 }, t.cmdMainNavigation, { closeOffcanvas: t.closeOffcanvas }), null, 16, ["closeOffcanvas"])) : m("", !0)
|
6620
6630
|
], 64)) : m("", !0)
|
6621
6631
|
], 2),
|
6622
6632
|
((v = (I = t.cmdMainNavigation) == null ? void 0 : I.navigationEntries) == null ? void 0 : v.length) && !t.navigationInline ? (l(), C(d, {
|
@@ -6626,7 +6636,7 @@ function Yu(e, i, t, a, n, s) {
|
|
6626
6636
|
}, null, 8, ["navigationEntries", "closeOffcanvas"])) : m("", !0)
|
6627
6637
|
], 2);
|
6628
6638
|
}
|
6629
|
-
const
|
6639
|
+
const $h = /* @__PURE__ */ N(Yu, [["render", Xu]]), $u = {
|
6630
6640
|
data() {
|
6631
6641
|
return {
|
6632
6642
|
defaultMessageProperties: {
|
@@ -6640,7 +6650,7 @@ const Kh = /* @__PURE__ */ N(Wu, [["render", Yu]]), Ku = {
|
|
6640
6650
|
};
|
6641
6651
|
}
|
6642
6652
|
};
|
6643
|
-
const
|
6653
|
+
const ed = {
|
6644
6654
|
emits: [
|
6645
6655
|
"search",
|
6646
6656
|
"update:modelValueInput1",
|
@@ -6649,7 +6659,7 @@ const Xu = {
|
|
6649
6659
|
"update:modelValueSearchFilters"
|
6650
6660
|
],
|
6651
6661
|
name: "CmdBoxSiteSearch",
|
6652
|
-
mixins: [ie,
|
6662
|
+
mixins: [ie, $u],
|
6653
6663
|
data() {
|
6654
6664
|
return {
|
6655
6665
|
showFilters: !1
|
@@ -6852,22 +6862,22 @@ const Xu = {
|
|
6852
6862
|
deep: !0
|
6853
6863
|
}
|
6854
6864
|
}
|
6855
|
-
},
|
6865
|
+
}, td = { class: "cmd-box-site-search flex-container" }, id = { class: "flex-container align-bottom" }, nd = { class: "input-wrapper align-bottom" }, sd = { key: 0 }, ld = { key: 1 }, od = {
|
6856
6866
|
key: 0,
|
6857
6867
|
class: "flex-container no-flex",
|
6858
6868
|
role: "listbox",
|
6859
6869
|
"aria-expanded": "true"
|
6860
6870
|
};
|
6861
|
-
function
|
6862
|
-
var p,
|
6863
|
-
const u = W, d = _e, r = E, c =
|
6864
|
-
return l(), o(
|
6865
|
-
h("fieldset",
|
6871
|
+
function ad(e, i, t, a, n, s) {
|
6872
|
+
var p, b, y, I, v, S, T, B, Q, w;
|
6873
|
+
const u = W, d = _e, r = E, c = Er, f = ec;
|
6874
|
+
return l(), o(k, null, [
|
6875
|
+
h("fieldset", td, [
|
6866
6876
|
h("legend", {
|
6867
6877
|
class: _({ hidden: !t.showLegend })
|
6868
6878
|
}, g(t.textLegend), 3),
|
6869
|
-
t.cmdHeadline ? (l(), C(u, K(
|
6870
|
-
h("div",
|
6879
|
+
t.cmdHeadline ? (l(), C(u, K(H({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
6880
|
+
h("div", id, [
|
6871
6881
|
x(d, {
|
6872
6882
|
element: "input",
|
6873
6883
|
type: t.cmdFormElementInput1.type,
|
@@ -6877,9 +6887,9 @@ function ld(e, i, t, a, n, s) {
|
|
6877
6887
|
required: t.cmdFormElementInput1.required,
|
6878
6888
|
showSearchButton: t.cmdFormElementInput1.showSearchButton,
|
6879
6889
|
modelValue: s.searchValue1,
|
6880
|
-
"onUpdate:modelValue": i[0] || (i[0] = (
|
6890
|
+
"onUpdate:modelValue": i[0] || (i[0] = (q) => s.searchValue1 = q)
|
6881
6891
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
|
6882
|
-
h("div",
|
6892
|
+
h("div", nd, [
|
6883
6893
|
t.cmdFormElementInput2.show ? (l(), C(d, {
|
6884
6894
|
key: 0,
|
6885
6895
|
element: "input",
|
@@ -6889,14 +6899,14 @@ function ld(e, i, t, a, n, s) {
|
|
6889
6899
|
placeholder: t.cmdFormElementInput2.placeholder,
|
6890
6900
|
required: t.cmdFormElementInput2.required,
|
6891
6901
|
modelValue: s.searchValue2,
|
6892
|
-
"onUpdate:modelValue": i[1] || (i[1] = (
|
6902
|
+
"onUpdate:modelValue": i[1] || (i[1] = (q) => s.searchValue2 = q)
|
6893
6903
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "modelValue"])) : m("", !0),
|
6894
6904
|
t.cmdFormElementRadius.show ? (l(), C(d, {
|
6895
6905
|
key: 1,
|
6896
6906
|
element: "select",
|
6897
6907
|
class: "no-flex",
|
6898
6908
|
modelValue: s.radius,
|
6899
|
-
"onUpdate:modelValue": i[2] || (i[2] = (
|
6909
|
+
"onUpdate:modelValue": i[2] || (i[2] = (q) => s.radius = q),
|
6900
6910
|
"show-label": t.cmdFormElementRadius.showLabel,
|
6901
6911
|
labelText: t.cmdFormElementRadius.labelText,
|
6902
6912
|
"select-options": t.cmdFormElementRadius.selectOptions,
|
@@ -6912,22 +6922,22 @@ function ld(e, i, t, a, n, s) {
|
|
6912
6922
|
"aria-live": "assertive"
|
6913
6923
|
}, null, 8, ["nativeButton", "onClick", "disabled"])
|
6914
6924
|
]),
|
6915
|
-
(p = t.cmdFakeSelect) != null && p.show ? (l(), o(
|
6925
|
+
(p = t.cmdFakeSelect) != null && p.show ? (l(), o(k, { key: 1 }, [
|
6916
6926
|
h("a", {
|
6917
6927
|
href: "#",
|
6918
|
-
onClick: i[3] || (i[3] = O((
|
6928
|
+
onClick: i[3] || (i[3] = O((q) => n.showFilters = !n.showFilters, ["prevent"]))
|
6919
6929
|
}, [
|
6920
6930
|
x(r, {
|
6921
|
-
iconClass: n.showFilters ? (y = (
|
6931
|
+
iconClass: n.showFilters ? (y = (b = t.cmdIcon) == null ? void 0 : b.showFilters) == null ? void 0 : y.iconClass : (v = (I = t.cmdIcon) == null ? void 0 : I.hideFilters) == null ? void 0 : v.iconClass,
|
6922
6932
|
type: n.showFilters ? (T = (S = t.cmdIcon) == null ? void 0 : S.showFilters) == null ? void 0 : T.iconType : (Q = (B = t.cmdIcon) == null ? void 0 : B.hideFilters) == null ? void 0 : Q.iconType
|
6923
6933
|
}, null, 8, ["iconClass", "type"]),
|
6924
|
-
n.showFilters ? (l(), o("span",
|
6934
|
+
n.showFilters ? (l(), o("span", sd, g(e.getMessage("cmdsitesearch.hide_filter_options")), 1)) : (l(), o("span", ld, g(e.getMessage("cmdsitesearch.show_filter_options")), 1))
|
6925
6935
|
]),
|
6926
6936
|
x(ue, { name: "fade" }, {
|
6927
6937
|
default: A(() => {
|
6928
|
-
var
|
6938
|
+
var q, D, P, G, Z;
|
6929
6939
|
return [
|
6930
|
-
n.showFilters && ((
|
6940
|
+
n.showFilters && ((q = t.cmdFakeSelect) == null ? void 0 : q.selectData.length) ? (l(), o("div", od, [
|
6931
6941
|
x(c, {
|
6932
6942
|
role: "option",
|
6933
6943
|
selectData: (D = t.cmdFakeSelect) == null ? void 0 : D.selectData,
|
@@ -6947,13 +6957,13 @@ function ld(e, i, t, a, n, s) {
|
|
6947
6957
|
(w = t.cmdFakeSelect) != null && w.show ? (l(), C(f, {
|
6948
6958
|
key: 0,
|
6949
6959
|
modelValue: s.searchFilters,
|
6950
|
-
"onUpdate:modelValue": i[5] || (i[5] = (
|
6960
|
+
"onUpdate:modelValue": i[5] || (i[5] = (q) => s.searchFilters = q),
|
6951
6961
|
selectedOptionsName: s.getOptionName
|
6952
6962
|
}, null, 8, ["modelValue", "selectedOptionsName"])) : m("", !0)
|
6953
6963
|
], 64);
|
6954
6964
|
}
|
6955
|
-
const
|
6956
|
-
const
|
6965
|
+
const ef = /* @__PURE__ */ N(ed, [["render", ad]]);
|
6966
|
+
const rd = {
|
6957
6967
|
name: "CmdSlideshow",
|
6958
6968
|
data() {
|
6959
6969
|
return {
|
@@ -7040,8 +7050,8 @@ const od = {
|
|
7040
7050
|
immediate: !0
|
7041
7051
|
}
|
7042
7052
|
}
|
7043
|
-
},
|
7044
|
-
function
|
7053
|
+
}, cd = ["href", "title"], ud = { key: 0 }, dd = ["onClick", "aria-label"], md = { key: 1 };
|
7054
|
+
function hd(e, i, t, a, n, s) {
|
7045
7055
|
const u = St, d = Ie;
|
7046
7056
|
return l(), o("div", {
|
7047
7057
|
class: _(["cmd-slideshow", { "full-width": n.fullWidth }])
|
@@ -7057,26 +7067,26 @@ function dd(e, i, t, a, n, s) {
|
|
7057
7067
|
}, null, 8, ["onClick"]),
|
7058
7068
|
x(bt, { name: "fade" }, {
|
7059
7069
|
default: A(() => {
|
7060
|
-
var r, c, f, p,
|
7070
|
+
var r, c, f, p, b, y, I, v, S, T;
|
7061
7071
|
return [
|
7062
|
-
s.currentItem ? (l(), o(
|
7072
|
+
s.currentItem ? (l(), o(k, { key: 0 }, [
|
7063
7073
|
t.useSlot ? (l(), o("div", {
|
7064
7074
|
class: "image-wrapper",
|
7065
7075
|
key: n.index,
|
7066
7076
|
style: Oe("background-image: url(" + s.currentItem.image.srcLarge + ")")
|
7067
7077
|
}, [
|
7068
7078
|
R(e.$slots, "item" + n.currentSlotItem)
|
7069
|
-
], 4)) : (l(), o(
|
7079
|
+
], 4)) : (l(), o(k, { key: 0 }, [
|
7070
7080
|
(c = (r = s.currentItem) == null ? void 0 : r.link) != null && c.href ? (l(), o("a", {
|
7071
7081
|
href: (p = (f = s.currentItem) == null ? void 0 : f.link) == null ? void 0 : p.href,
|
7072
|
-
title: (y = (
|
7082
|
+
title: (y = (b = s.currentItem) == null ? void 0 : b.link) == null ? void 0 : y.tooltip,
|
7073
7083
|
key: n.index
|
7074
7084
|
}, [
|
7075
7085
|
x(d, {
|
7076
7086
|
image: (I = s.currentItem) == null ? void 0 : I.image,
|
7077
7087
|
figcaption: (v = s.currentItem) == null ? void 0 : v.figcaption
|
7078
7088
|
}, null, 8, ["image", "figcaption"])
|
7079
|
-
], 8,
|
7089
|
+
], 8, cd)) : (l(), C(d, {
|
7080
7090
|
image: (S = s.currentItem) == null ? void 0 : S.image,
|
7081
7091
|
figcaption: (T = s.currentItem) == null ? void 0 : T.figcaption,
|
7082
7092
|
key: n.index
|
@@ -7090,8 +7100,8 @@ function dd(e, i, t, a, n, s) {
|
|
7090
7100
|
x(u, {
|
7091
7101
|
onClick: O(s.showNextItem, ["prevent"])
|
7092
7102
|
}, null, 8, ["onClick"]),
|
7093
|
-
t.showQuickLinkIcons ? (l(), o("ol",
|
7094
|
-
(l(!0), o(
|
7103
|
+
t.showQuickLinkIcons ? (l(), o("ol", ud, [
|
7104
|
+
(l(!0), o(k, null, F(t.slideshowItems, (r, c) => (l(), o("li", {
|
7095
7105
|
key: c,
|
7096
7106
|
class: _({ active: c === n.index })
|
7097
7107
|
}, [
|
@@ -7099,25 +7109,25 @@ function dd(e, i, t, a, n, s) {
|
|
7099
7109
|
href: "#",
|
7100
7110
|
onClick: O((f) => n.index = c, ["prevent"]),
|
7101
7111
|
"aria-label": n.index
|
7102
|
-
}, null, 8,
|
7112
|
+
}, null, 8, dd)
|
7103
7113
|
], 2))), 128))
|
7104
7114
|
])) : m("", !0),
|
7105
|
-
t.showCounter ? (l(), o("span",
|
7115
|
+
t.showCounter ? (l(), o("span", md, g(n.index + 1) + "/" + g(t.slideshowItems.length), 1)) : m("", !0)
|
7106
7116
|
], 32)
|
7107
7117
|
], 2);
|
7108
7118
|
}
|
7109
|
-
const
|
7110
|
-
__proto__: null,
|
7111
|
-
default: md
|
7112
|
-
}, 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({
|
7119
|
+
const tf = /* @__PURE__ */ N(rd, [["render", hd]]), fd = "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", gd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
7113
7120
|
__proto__: null,
|
7114
7121
|
default: fd
|
7115
|
-
}, Symbol.toStringTag, { value: "Module" })), pd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
7122
|
+
}, Symbol.toStringTag, { value: "Module" })), pd = "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==", yd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
7123
|
+
__proto__: null,
|
7124
|
+
default: pd
|
7125
|
+
}, Symbol.toStringTag, { value: "Module" })), _d = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
7116
7126
|
__proto__: null,
|
7117
|
-
de:
|
7118
|
-
en:
|
7127
|
+
de: gd,
|
7128
|
+
en: yd
|
7119
7129
|
}, Symbol.toStringTag, { value: "Module" }));
|
7120
|
-
const
|
7130
|
+
const Cd = {
|
7121
7131
|
name: "CmdSwitchLanguage",
|
7122
7132
|
emits: ["click"],
|
7123
7133
|
data() {
|
@@ -7145,7 +7155,7 @@ const yd = {
|
|
7145
7155
|
this.imageSources = [], this.languages.forEach(
|
7146
7156
|
async (e) => {
|
7147
7157
|
const i = e.iso2;
|
7148
|
-
this.imageSources.push(
|
7158
|
+
this.imageSources.push(_d[i].default);
|
7149
7159
|
}
|
7150
7160
|
);
|
7151
7161
|
},
|
@@ -7153,12 +7163,12 @@ const yd = {
|
|
7153
7163
|
deep: !0
|
7154
7164
|
}
|
7155
7165
|
}
|
7156
|
-
},
|
7157
|
-
function
|
7166
|
+
}, bd = { class: "cmd-switch-language" }, kd = ["href", "title", "onClick"], vd = ["src", "alt"], wd = ["src", "alt"];
|
7167
|
+
function Id(e, i, t, a, n, s) {
|
7158
7168
|
const u = le("router-link");
|
7159
|
-
return l(), o("div",
|
7169
|
+
return l(), o("div", bd, [
|
7160
7170
|
h("ul", null, [
|
7161
|
-
(l(!0), o(
|
7171
|
+
(l(!0), o(k, null, F(t.languages, (d, r) => (l(), o("li", { key: r }, [
|
7162
7172
|
d.link.type === "href" ? (l(), o("a", {
|
7163
7173
|
key: 0,
|
7164
7174
|
href: d.link.path,
|
@@ -7169,8 +7179,8 @@ function vd(e, i, t, a, n, s) {
|
|
7169
7179
|
h("img", {
|
7170
7180
|
src: n.imageSources[r],
|
7171
7181
|
alt: d.name
|
7172
|
-
}, null, 8,
|
7173
|
-
], 10,
|
7182
|
+
}, null, 8, vd)
|
7183
|
+
], 10, kd)) : (l(), C(u, {
|
7174
7184
|
key: 1,
|
7175
7185
|
class: _(["flag", d.iso2]),
|
7176
7186
|
to: s.getRoute(d),
|
@@ -7181,7 +7191,7 @@ function vd(e, i, t, a, n, s) {
|
|
7181
7191
|
h("img", {
|
7182
7192
|
src: n.imageSources[r],
|
7183
7193
|
alt: d.name
|
7184
|
-
}, null, 8,
|
7194
|
+
}, null, 8, wd)
|
7185
7195
|
]),
|
7186
7196
|
_: 2
|
7187
7197
|
}, 1032, ["class", "to", "title", "onClick"]))
|
@@ -7189,8 +7199,8 @@ function vd(e, i, t, a, n, s) {
|
|
7189
7199
|
])
|
7190
7200
|
]);
|
7191
7201
|
}
|
7192
|
-
const
|
7193
|
-
const
|
7202
|
+
const nf = /* @__PURE__ */ N(Cd, [["render", Id]]);
|
7203
|
+
const xd = {
|
7194
7204
|
name: "CmdSystemMessage",
|
7195
7205
|
mixins: [xe],
|
7196
7206
|
data() {
|
@@ -7251,8 +7261,8 @@ const wd = {
|
|
7251
7261
|
this.showSystemMessage = !0;
|
7252
7262
|
}
|
7253
7263
|
}
|
7254
|
-
},
|
7255
|
-
function
|
7264
|
+
}, Td = ["role", "aria-labelledby"], Sd = ["title"];
|
7265
|
+
function Md(e, i, t, a, n, s) {
|
7256
7266
|
const u = E, d = W;
|
7257
7267
|
return l(), C(ue, { name: "fade" }, {
|
7258
7268
|
default: A(() => [
|
@@ -7272,7 +7282,7 @@ function Td(e, i, t, a, n, s) {
|
|
7272
7282
|
iconClass: t.iconClose.iconClass,
|
7273
7283
|
type: t.iconClose.iconType
|
7274
7284
|
}, null, 8, ["iconClass", "type"])
|
7275
|
-
], 8,
|
7285
|
+
], 8, Sd)) : m("", !0),
|
7276
7286
|
x(d, {
|
7277
7287
|
class: "message-headline",
|
7278
7288
|
headlineIcon: s.headlineIcon,
|
@@ -7281,13 +7291,13 @@ function Td(e, i, t, a, n, s) {
|
|
7281
7291
|
id: e.htmlId
|
7282
7292
|
}, null, 8, ["headlineIcon", "headlineText", "headlineLevel", "id"]),
|
7283
7293
|
R(e.$slots, "default")
|
7284
|
-
], 10,
|
7294
|
+
], 10, Td)) : m("", !0)
|
7285
7295
|
]),
|
7286
7296
|
_: 3
|
7287
7297
|
});
|
7288
7298
|
}
|
7289
|
-
const
|
7290
|
-
const
|
7299
|
+
const Od = /* @__PURE__ */ N(xd, [["render", Md]]);
|
7300
|
+
const Ld = {
|
7291
7301
|
name: "CmdTable",
|
7292
7302
|
data() {
|
7293
7303
|
return {
|
@@ -7363,20 +7373,20 @@ const Md = {
|
|
7363
7373
|
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);
|
7364
7374
|
}
|
7365
7375
|
}
|
7366
|
-
},
|
7376
|
+
}, Dd = {
|
7367
7377
|
key: 0,
|
7368
7378
|
class: "button-wrapper"
|
7369
|
-
},
|
7379
|
+
}, Nd = ["title"], jd = ["title"], Bd = { class: "inner-wrapper" }, Pd = { "aria-expanded": "true" }, Ad = {
|
7370
7380
|
key: 0,
|
7371
7381
|
"aria-expanded": "true"
|
7372
7382
|
};
|
7373
|
-
function
|
7383
|
+
function Fd(e, i, t, a, n, s) {
|
7374
7384
|
var d, r, c, f;
|
7375
7385
|
const u = E;
|
7376
7386
|
return l(), o("div", {
|
7377
7387
|
class: _(["cmd-table-wrapper", { collapsed: !n.showTableData, "full-width": n.fullWidth, "has-caption": s.hasCaption }])
|
7378
7388
|
}, [
|
7379
|
-
t.collapsible || t.userCanToggleWidth ? (l(), o("div",
|
7389
|
+
t.collapsible || t.userCanToggleWidth ? (l(), o("div", Dd, [
|
7380
7390
|
t.userCanToggleWidth ? (l(), o("a", {
|
7381
7391
|
key: 0,
|
7382
7392
|
class: "button",
|
@@ -7388,7 +7398,7 @@ function Pd(e, i, t, a, n, s) {
|
|
7388
7398
|
iconClass: t.iconToggleWidth.iconClass,
|
7389
7399
|
type: t.iconToggleWidth.iconType
|
7390
7400
|
}, null, 8, ["iconClass", "type"])
|
7391
|
-
], 8,
|
7401
|
+
], 8, Nd)) : m("", !0),
|
7392
7402
|
t.collapsible ? (l(), o("a", {
|
7393
7403
|
key: 1,
|
7394
7404
|
class: "button",
|
@@ -7400,9 +7410,9 @@ function Pd(e, i, t, a, n, s) {
|
|
7400
7410
|
iconClass: n.showTableData ? t.iconCollapse.iconClass : t.iconExpand.iconClass,
|
7401
7411
|
type: n.showTableData ? t.iconCollapse.iconType : t.iconExpand.iconType
|
7402
7412
|
}, null, 8, ["iconClass", "type"])
|
7403
|
-
], 8,
|
7413
|
+
], 8, jd)) : m("", !0)
|
7404
7414
|
])) : m("", !0),
|
7405
|
-
h("div",
|
7415
|
+
h("div", Bd, [
|
7406
7416
|
h("table", {
|
7407
7417
|
class: _({ "full-width": n.fullWidth })
|
7408
7418
|
}, [
|
@@ -7412,17 +7422,17 @@ function Pd(e, i, t, a, n, s) {
|
|
7412
7422
|
}, g(((c = t.caption) == null ? void 0 : c.text) || ((f = t.tableData.caption) == null ? void 0 : f.text)), 3)) : m("", !0),
|
7413
7423
|
h("thead", null, [
|
7414
7424
|
h("tr", null, [
|
7415
|
-
(l(!0), o(
|
7425
|
+
(l(!0), o(k, null, F(t.tableData.thead, (p, b) => (l(), o("th", { key: b }, g(p), 1))), 128))
|
7416
7426
|
])
|
7417
7427
|
]),
|
7418
7428
|
x(ue, { name: "fade" }, {
|
7419
7429
|
default: A(() => [
|
7420
|
-
ne(h("tbody",
|
7421
|
-
(l(!0), o(
|
7422
|
-
class: _({ highlighted: t.tableData.rowIndexHighlighted ===
|
7423
|
-
key:
|
7430
|
+
ne(h("tbody", Pd, [
|
7431
|
+
(l(!0), o(k, null, F(t.tableData.tbody, (p, b) => (l(), o("tr", {
|
7432
|
+
class: _({ highlighted: t.tableData.rowIndexHighlighted === b }),
|
7433
|
+
key: b
|
7424
7434
|
}, [
|
7425
|
-
(l(!0), o(
|
7435
|
+
(l(!0), o(k, null, F(p, (y, I) => (l(), o("td", {
|
7426
7436
|
class: _({ highlighted: t.tableData.columnIndexHighlighted === I }),
|
7427
7437
|
key: I
|
7428
7438
|
}, g(y), 3))), 128))
|
@@ -7435,11 +7445,11 @@ function Pd(e, i, t, a, n, s) {
|
|
7435
7445
|
}),
|
7436
7446
|
x(ue, { name: "fade" }, {
|
7437
7447
|
default: A(() => [
|
7438
|
-
t.tableData.tfoot && t.tableData.tfoot.length && n.showTableData ? (l(), o("tfoot",
|
7448
|
+
t.tableData.tfoot && t.tableData.tfoot.length && n.showTableData ? (l(), o("tfoot", Ad, [
|
7439
7449
|
h("tr", null, [
|
7440
|
-
(l(!0), o(
|
7441
|
-
class: _({ highlighted: t.tableData.columnIndexHighlighted ===
|
7442
|
-
key:
|
7450
|
+
(l(!0), o(k, null, F(t.tableData.tfoot, (p, b) => (l(), o("td", {
|
7451
|
+
class: _({ highlighted: t.tableData.columnIndexHighlighted === b }),
|
7452
|
+
key: b
|
7443
7453
|
}, g(p), 3))), 128))
|
7444
7454
|
])
|
7445
7455
|
])) : m("", !0)
|
@@ -7450,7 +7460,7 @@ function Pd(e, i, t, a, n, s) {
|
|
7450
7460
|
])
|
7451
7461
|
], 2);
|
7452
7462
|
}
|
7453
|
-
const
|
7463
|
+
const sf = /* @__PURE__ */ N(Ld, [["render", Fd]]), zd = "cmd", Hd = {
|
7454
7464
|
"3d-cursor": {
|
7455
7465
|
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"/>',
|
7456
7466
|
hidden: !0
|
@@ -7464,14 +7474,14 @@ const tf = /* @__PURE__ */ N(Md, [["render", Pd]]), Ad = "cmd", Fd = {
|
|
7464
7474
|
<path fill="currentColor" d="M2,12h6v18H2V12z"/>
|
7465
7475
|
<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"/>`
|
7466
7476
|
}
|
7467
|
-
},
|
7468
|
-
prefix:
|
7469
|
-
icons:
|
7470
|
-
width:
|
7471
|
-
height:
|
7477
|
+
}, qd = 32, Rd = 32, Vd = {
|
7478
|
+
prefix: zd,
|
7479
|
+
icons: Hd,
|
7480
|
+
width: qd,
|
7481
|
+
height: Rd
|
7472
7482
|
};
|
7473
|
-
Ai(
|
7474
|
-
const
|
7483
|
+
Ai(Vd);
|
7484
|
+
const Ed = {
|
7475
7485
|
name: "CmdTabs",
|
7476
7486
|
data() {
|
7477
7487
|
return {
|
@@ -7511,18 +7521,18 @@ const Rd = {
|
|
7511
7521
|
this.showTab = this.activeTab;
|
7512
7522
|
}
|
7513
7523
|
}
|
7514
|
-
},
|
7524
|
+
}, Ud = { class: "cmd-tabs" }, Gd = ["onClick", "title"], Qd = { key: 1 }, Zd = {
|
7515
7525
|
key: 1,
|
7516
7526
|
"aria-live": "assertive"
|
7517
|
-
},
|
7518
|
-
function
|
7527
|
+
}, Wd = ["innerHTML"];
|
7528
|
+
function Jd(e, i, t, a, n, s) {
|
7519
7529
|
const u = E, d = W;
|
7520
|
-
return l(), o("div",
|
7530
|
+
return l(), o("div", Ud, [
|
7521
7531
|
h("ul", {
|
7522
7532
|
class: _({ "stretch-tabs": t.stretchTabs }),
|
7523
7533
|
role: "tablist"
|
7524
7534
|
}, [
|
7525
|
-
(l(!0), o(
|
7535
|
+
(l(!0), o(k, null, F(t.tabs, (r, c) => (l(), o("li", {
|
7526
7536
|
key: c,
|
7527
7537
|
role: "tab"
|
7528
7538
|
}, [
|
@@ -7537,29 +7547,29 @@ function Zd(e, i, t, a, n, s) {
|
|
7537
7547
|
iconClass: r.iconClass,
|
7538
7548
|
type: r.iconType
|
7539
7549
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
7540
|
-
r.name ? (l(), o("span",
|
7541
|
-
], 10,
|
7550
|
+
r.name ? (l(), o("span", Qd, g(r.name), 1)) : m("", !0)
|
7551
|
+
], 10, Gd)
|
7542
7552
|
]))), 128))
|
7543
7553
|
], 2),
|
7544
|
-
t.useSlot ? (l(!0), o(
|
7554
|
+
t.useSlot ? (l(!0), o(k, { key: 0 }, F(t.tabs.length, (r) => ne((l(), o("div", {
|
7545
7555
|
key: r,
|
7546
7556
|
"aria-live": "assertive"
|
7547
7557
|
}, [
|
7548
7558
|
R(e.$slots, "tab-content-" + (r - 1))
|
7549
7559
|
])), [
|
7550
7560
|
[ye, n.showTab === r - 1]
|
7551
|
-
])), 128)) : (l(), o("div",
|
7552
|
-
t.cmdHeadline ? (l(), C(d,
|
7561
|
+
])), 128)) : (l(), o("div", Zd, [
|
7562
|
+
t.cmdHeadline ? (l(), C(d, H({ key: 0 }, t.cmdHeadline, {
|
7553
7563
|
headlineText: t.tabs[n.showTab].headlineText,
|
7554
7564
|
headlineLevel: t.tabs[n.showTab].headlineLevel
|
7555
7565
|
}), null, 16, ["headlineText", "headlineLevel"])) : m("", !0),
|
7556
7566
|
h("div", {
|
7557
7567
|
innerHTML: t.tabs[n.showTab].htmlContent
|
7558
|
-
}, null, 8,
|
7568
|
+
}, null, 8, Wd)
|
7559
7569
|
]))
|
7560
7570
|
]);
|
7561
7571
|
}
|
7562
|
-
const
|
7572
|
+
const lf = /* @__PURE__ */ N(Ed, [["render", Jd]]), Yd = {
|
7563
7573
|
name: "CmdTextBlock",
|
7564
7574
|
data() {
|
7565
7575
|
return {
|
@@ -7586,10 +7596,10 @@ const nf = /* @__PURE__ */ N(Rd, [["render", Zd]]), Wd = {
|
|
7586
7596
|
required: !1
|
7587
7597
|
}
|
7588
7598
|
}
|
7589
|
-
},
|
7590
|
-
function
|
7599
|
+
}, Kd = { class: "cmd-text-block flex-container vertical" }, Xd = { key: 3 }, $d = ["innerHTML"];
|
7600
|
+
function em(e, i, t, a, n, s) {
|
7591
7601
|
const u = W;
|
7592
|
-
return l(), o("div",
|
7602
|
+
return l(), o("div", Kd, [
|
7593
7603
|
t.editContent ? ne((l(), o("input", {
|
7594
7604
|
key: 0,
|
7595
7605
|
class: "edit-mode headline",
|
@@ -7610,7 +7620,7 @@ function Xd(e, i, t, a, n, s) {
|
|
7610
7620
|
}, null, 512)), [
|
7611
7621
|
[Ee, n.editableText]
|
7612
7622
|
]) : m("", !0),
|
7613
|
-
t.textContent ? (l(), o("p",
|
7623
|
+
t.textContent ? (l(), o("p", Xd, g(t.textContent), 1)) : m("", !0),
|
7614
7624
|
t.editContent ? ne((l(), o("textarea", {
|
7615
7625
|
key: 4,
|
7616
7626
|
class: "edit-mode",
|
@@ -7620,11 +7630,11 @@ function Xd(e, i, t, a, n, s) {
|
|
7620
7630
|
]) : t.htmlContent ? (l(), o("div", {
|
7621
7631
|
key: 5,
|
7622
7632
|
innerHTML: t.htmlContent
|
7623
|
-
}, null, 8,
|
7633
|
+
}, null, 8, $d)) : m("", !0)
|
7624
7634
|
]);
|
7625
7635
|
}
|
7626
|
-
const
|
7627
|
-
const
|
7636
|
+
const of = /* @__PURE__ */ N(Yd, [["render", em]]);
|
7637
|
+
const tm = {
|
7628
7638
|
name: "ToggleDarkMode",
|
7629
7639
|
data() {
|
7630
7640
|
return {
|
@@ -7717,8 +7727,8 @@ const $d = {
|
|
7717
7727
|
immediate: !0
|
7718
7728
|
}
|
7719
7729
|
}
|
7720
|
-
},
|
7721
|
-
function
|
7730
|
+
}, im = { key: 0 };
|
7731
|
+
function nm(e, i, t, a, n, s) {
|
7722
7732
|
const u = E, d = _e;
|
7723
7733
|
return l(), o("div", {
|
7724
7734
|
class: _(["cmd-toggle-dark-mode", { "styled-layout": t.useStyledLayout, "dark-mode": n.darkMode }])
|
@@ -7729,7 +7739,7 @@ function tm(e, i, t, a, n, s) {
|
|
7729
7739
|
class: _(["button", { "dark-mode": n.darkMode }]),
|
7730
7740
|
onClick: i[0] || (i[0] = O((...r) => s.toggleColorScheme && s.toggleColorScheme(...r), ["prevent"]))
|
7731
7741
|
}, [
|
7732
|
-
t.showLabel ? (l(), o("span",
|
7742
|
+
t.showLabel ? (l(), o("span", im, g(s.labelText), 1)) : m("", !0),
|
7733
7743
|
x(u, {
|
7734
7744
|
iconClass: s.iconClass,
|
7735
7745
|
type: s.iconType,
|
@@ -7751,7 +7761,7 @@ function tm(e, i, t, a, n, s) {
|
|
7751
7761
|
}, null, 8, ["labelText", "showLabel", "modelValue", "title", "onUpdate:modelValue"]))
|
7752
7762
|
], 2);
|
7753
7763
|
}
|
7754
|
-
const
|
7764
|
+
const af = /* @__PURE__ */ N(tm, [["render", nm]]), sm = {
|
7755
7765
|
data() {
|
7756
7766
|
return {
|
7757
7767
|
defaultMessageProperties: {
|
@@ -7812,7 +7822,7 @@ function Me(e) {
|
|
7812
7822
|
}
|
7813
7823
|
return "";
|
7814
7824
|
}
|
7815
|
-
function
|
7825
|
+
function lm(e) {
|
7816
7826
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
7817
7827
|
}
|
7818
7828
|
var Ji = { exports: {} }, Bt = { exports: {} }, Yi = function(i, t) {
|
@@ -7821,30 +7831,30 @@ var Ji = { exports: {} }, Bt = { exports: {} }, Yi = function(i, t) {
|
|
7821
7831
|
n[s] = arguments[s];
|
7822
7832
|
return i.apply(t, n);
|
7823
7833
|
};
|
7824
|
-
},
|
7834
|
+
}, om = Yi, he = Object.prototype.toString;
|
7825
7835
|
function Pt(e) {
|
7826
7836
|
return he.call(e) === "[object Array]";
|
7827
7837
|
}
|
7828
7838
|
function _t(e) {
|
7829
7839
|
return typeof e > "u";
|
7830
7840
|
}
|
7831
|
-
function
|
7841
|
+
function am(e) {
|
7832
7842
|
return e !== null && !_t(e) && e.constructor !== null && !_t(e.constructor) && typeof e.constructor.isBuffer == "function" && e.constructor.isBuffer(e);
|
7833
7843
|
}
|
7834
|
-
function
|
7844
|
+
function rm(e) {
|
7835
7845
|
return he.call(e) === "[object ArrayBuffer]";
|
7836
7846
|
}
|
7837
|
-
function
|
7847
|
+
function cm(e) {
|
7838
7848
|
return typeof FormData < "u" && e instanceof FormData;
|
7839
7849
|
}
|
7840
|
-
function
|
7850
|
+
function um(e) {
|
7841
7851
|
var i;
|
7842
7852
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? i = ArrayBuffer.isView(e) : i = e && e.buffer && e.buffer instanceof ArrayBuffer, i;
|
7843
7853
|
}
|
7844
|
-
function
|
7854
|
+
function dm(e) {
|
7845
7855
|
return typeof e == "string";
|
7846
7856
|
}
|
7847
|
-
function
|
7857
|
+
function mm(e) {
|
7848
7858
|
return typeof e == "number";
|
7849
7859
|
}
|
7850
7860
|
function Ki(e) {
|
@@ -7856,28 +7866,28 @@ function je(e) {
|
|
7856
7866
|
var i = Object.getPrototypeOf(e);
|
7857
7867
|
return i === null || i === Object.prototype;
|
7858
7868
|
}
|
7859
|
-
function
|
7869
|
+
function hm(e) {
|
7860
7870
|
return he.call(e) === "[object Date]";
|
7861
7871
|
}
|
7862
|
-
function
|
7872
|
+
function fm(e) {
|
7863
7873
|
return he.call(e) === "[object File]";
|
7864
7874
|
}
|
7865
|
-
function
|
7875
|
+
function gm(e) {
|
7866
7876
|
return he.call(e) === "[object Blob]";
|
7867
7877
|
}
|
7868
7878
|
function Xi(e) {
|
7869
7879
|
return he.call(e) === "[object Function]";
|
7870
7880
|
}
|
7871
|
-
function
|
7881
|
+
function pm(e) {
|
7872
7882
|
return Ki(e) && Xi(e.pipe);
|
7873
7883
|
}
|
7874
|
-
function
|
7884
|
+
function ym(e) {
|
7875
7885
|
return typeof URLSearchParams < "u" && e instanceof URLSearchParams;
|
7876
7886
|
}
|
7877
|
-
function
|
7887
|
+
function _m(e) {
|
7878
7888
|
return e.trim ? e.trim() : e.replace(/^\s+|\s+$/g, "");
|
7879
7889
|
}
|
7880
|
-
function
|
7890
|
+
function Cm() {
|
7881
7891
|
return typeof navigator < "u" && (navigator.product === "ReactNative" || navigator.product === "NativeScript" || navigator.product === "NS") ? !1 : typeof window < "u" && typeof document < "u";
|
7882
7892
|
}
|
7883
7893
|
function At(e, i) {
|
@@ -7898,37 +7908,37 @@ function Ct() {
|
|
7898
7908
|
At(arguments[t], i);
|
7899
7909
|
return e;
|
7900
7910
|
}
|
7901
|
-
function
|
7911
|
+
function bm(e, i, t) {
|
7902
7912
|
return At(i, function(n, s) {
|
7903
|
-
t && typeof n == "function" ? e[s] =
|
7913
|
+
t && typeof n == "function" ? e[s] = om(n, t) : e[s] = n;
|
7904
7914
|
}), e;
|
7905
7915
|
}
|
7906
|
-
function
|
7916
|
+
function km(e) {
|
7907
7917
|
return e.charCodeAt(0) === 65279 && (e = e.slice(1)), e;
|
7908
7918
|
}
|
7909
7919
|
var ee = {
|
7910
7920
|
isArray: Pt,
|
7911
|
-
isArrayBuffer:
|
7912
|
-
isBuffer:
|
7913
|
-
isFormData:
|
7914
|
-
isArrayBufferView:
|
7915
|
-
isString:
|
7916
|
-
isNumber:
|
7921
|
+
isArrayBuffer: rm,
|
7922
|
+
isBuffer: am,
|
7923
|
+
isFormData: cm,
|
7924
|
+
isArrayBufferView: um,
|
7925
|
+
isString: dm,
|
7926
|
+
isNumber: mm,
|
7917
7927
|
isObject: Ki,
|
7918
7928
|
isPlainObject: je,
|
7919
7929
|
isUndefined: _t,
|
7920
|
-
isDate:
|
7921
|
-
isFile:
|
7922
|
-
isBlob:
|
7930
|
+
isDate: hm,
|
7931
|
+
isFile: fm,
|
7932
|
+
isBlob: gm,
|
7923
7933
|
isFunction: Xi,
|
7924
|
-
isStream:
|
7925
|
-
isURLSearchParams:
|
7926
|
-
isStandardBrowserEnv:
|
7934
|
+
isStream: pm,
|
7935
|
+
isURLSearchParams: ym,
|
7936
|
+
isStandardBrowserEnv: Cm,
|
7927
7937
|
forEach: At,
|
7928
7938
|
merge: Ct,
|
7929
|
-
extend:
|
7930
|
-
trim:
|
7931
|
-
stripBOM:
|
7939
|
+
extend: bm,
|
7940
|
+
trim: _m,
|
7941
|
+
stripBOM: km
|
7932
7942
|
}, ge = ee;
|
7933
7943
|
function ai(e) {
|
7934
7944
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
@@ -7954,7 +7964,7 @@ var $i = function(i, t, a) {
|
|
7954
7964
|
u !== -1 && (i = i.slice(0, u)), i += (i.indexOf("?") === -1 ? "?" : "&") + n;
|
7955
7965
|
}
|
7956
7966
|
return i;
|
7957
|
-
},
|
7967
|
+
}, vm = ee;
|
7958
7968
|
function He() {
|
7959
7969
|
this.handlers = [];
|
7960
7970
|
}
|
@@ -7970,12 +7980,12 @@ He.prototype.eject = function(i) {
|
|
7970
7980
|
this.handlers[i] && (this.handlers[i] = null);
|
7971
7981
|
};
|
7972
7982
|
He.prototype.forEach = function(i) {
|
7973
|
-
|
7983
|
+
vm.forEach(this.handlers, function(a) {
|
7974
7984
|
a !== null && i(a);
|
7975
7985
|
});
|
7976
7986
|
};
|
7977
|
-
var
|
7978
|
-
|
7987
|
+
var wm = He, Im = ee, xm = function(i, t) {
|
7988
|
+
Im.forEach(i, function(n, s) {
|
7979
7989
|
s !== t && s.toUpperCase() === t.toUpperCase() && (i[t] = n, delete i[s]);
|
7980
7990
|
});
|
7981
7991
|
}, en = function(i, t, a, n, s) {
|
@@ -8006,7 +8016,7 @@ function tn() {
|
|
8006
8016
|
}, Ze;
|
8007
8017
|
}
|
8008
8018
|
var We, ci;
|
8009
|
-
function
|
8019
|
+
function Tm() {
|
8010
8020
|
if (ci)
|
8011
8021
|
return We;
|
8012
8022
|
ci = 1;
|
@@ -8023,7 +8033,7 @@ function Im() {
|
|
8023
8033
|
}, We;
|
8024
8034
|
}
|
8025
8035
|
var Je, ui;
|
8026
|
-
function
|
8036
|
+
function Sm() {
|
8027
8037
|
if (ui)
|
8028
8038
|
return Je;
|
8029
8039
|
ui = 1;
|
@@ -8055,29 +8065,29 @@ function xm() {
|
|
8055
8065
|
}(), Je;
|
8056
8066
|
}
|
8057
8067
|
var Ye, di;
|
8058
|
-
function
|
8068
|
+
function Mm() {
|
8059
8069
|
return di || (di = 1, Ye = function(i) {
|
8060
8070
|
return /^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(i);
|
8061
8071
|
}), Ye;
|
8062
8072
|
}
|
8063
8073
|
var Ke, mi;
|
8064
|
-
function
|
8074
|
+
function Om() {
|
8065
8075
|
return mi || (mi = 1, Ke = function(i, t) {
|
8066
8076
|
return t ? i.replace(/\/+$/, "") + "/" + t.replace(/^\/+/, "") : i;
|
8067
8077
|
}), Ke;
|
8068
8078
|
}
|
8069
8079
|
var Xe, hi;
|
8070
|
-
function
|
8080
|
+
function Lm() {
|
8071
8081
|
if (hi)
|
8072
8082
|
return Xe;
|
8073
8083
|
hi = 1;
|
8074
|
-
var e =
|
8084
|
+
var e = Mm(), i = Om();
|
8075
8085
|
return Xe = function(a, n) {
|
8076
8086
|
return a && !e(n) ? i(a, n) : n;
|
8077
8087
|
}, Xe;
|
8078
8088
|
}
|
8079
8089
|
var $e, fi;
|
8080
|
-
function
|
8090
|
+
function Dm() {
|
8081
8091
|
if (fi)
|
8082
8092
|
return $e;
|
8083
8093
|
fi = 1;
|
@@ -8113,7 +8123,7 @@ function Om() {
|
|
8113
8123
|
}, $e;
|
8114
8124
|
}
|
8115
8125
|
var et, gi;
|
8116
|
-
function
|
8126
|
+
function Nm() {
|
8117
8127
|
if (gi)
|
8118
8128
|
return et;
|
8119
8129
|
gi = 1;
|
@@ -8160,7 +8170,7 @@ function _i() {
|
|
8160
8170
|
if (yi)
|
8161
8171
|
return it;
|
8162
8172
|
yi = 1;
|
8163
|
-
var e = ee, i =
|
8173
|
+
var e = ee, i = Tm(), t = Sm(), a = $i, n = Lm(), s = Dm(), u = Nm(), d = tn(), r = Re(), c = qe();
|
8164
8174
|
return it = function(p) {
|
8165
8175
|
return new Promise(function(y, I) {
|
8166
8176
|
var v = p.data, S = p.headers, T = p.responseType, B;
|
@@ -8170,8 +8180,8 @@ function _i() {
|
|
8170
8180
|
e.isFormData(v) && delete S["Content-Type"];
|
8171
8181
|
var w = new XMLHttpRequest();
|
8172
8182
|
if (p.auth) {
|
8173
|
-
var
|
8174
|
-
S.Authorization = "Basic " + btoa(
|
8183
|
+
var q = p.auth.username || "", D = p.auth.password ? unescape(encodeURIComponent(p.auth.password)) : "";
|
8184
|
+
S.Authorization = "Basic " + btoa(q + ":" + D);
|
8175
8185
|
}
|
8176
8186
|
var P = n(p.baseURL, p.url);
|
8177
8187
|
w.open(p.method.toUpperCase(), a(P, p.params, p.paramsSerializer), !0), w.timeout = p.timeout;
|
@@ -8223,7 +8233,7 @@ function Re() {
|
|
8223
8233
|
if (Ci)
|
8224
8234
|
return nt;
|
8225
8235
|
Ci = 1;
|
8226
|
-
var e = ee, i =
|
8236
|
+
var e = ee, i = xm, t = en, a = {
|
8227
8237
|
"Content-Type": "application/x-www-form-urlencoded"
|
8228
8238
|
};
|
8229
8239
|
function n(r, c) {
|
@@ -8254,8 +8264,8 @@ function Re() {
|
|
8254
8264
|
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;
|
8255
8265
|
}],
|
8256
8266
|
transformResponse: [function(c) {
|
8257
|
-
var f = this.transitional || d.transitional, p = f && f.silentJSONParsing,
|
8258
|
-
if (y ||
|
8267
|
+
var f = this.transitional || d.transitional, p = f && f.silentJSONParsing, b = f && f.forcedJSONParsing, y = !p && this.responseType === "json";
|
8268
|
+
if (y || b && e.isString(c) && c.length)
|
8259
8269
|
try {
|
8260
8270
|
return JSON.parse(c);
|
8261
8271
|
} catch (I) {
|
@@ -8284,9 +8294,9 @@ function Re() {
|
|
8284
8294
|
d.headers[c] = e.merge(a);
|
8285
8295
|
}), nt = d, nt;
|
8286
8296
|
}
|
8287
|
-
var
|
8288
|
-
var n = this ||
|
8289
|
-
return
|
8297
|
+
var jm = ee, Bm = Re(), Pm = function(i, t, a) {
|
8298
|
+
var n = this || Bm;
|
8299
|
+
return jm.forEach(a, function(u) {
|
8290
8300
|
i = u.call(n, i, t);
|
8291
8301
|
}), i;
|
8292
8302
|
}, st, bi;
|
@@ -8295,12 +8305,12 @@ function nn() {
|
|
8295
8305
|
return !!(i && i.__CANCEL__);
|
8296
8306
|
}), st;
|
8297
8307
|
}
|
8298
|
-
var ki = ee, lt =
|
8308
|
+
var ki = ee, lt = Pm, Am = nn(), Fm = Re(), zm = qe();
|
8299
8309
|
function ot(e) {
|
8300
8310
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
8301
|
-
throw new
|
8311
|
+
throw new zm("canceled");
|
8302
8312
|
}
|
8303
|
-
var
|
8313
|
+
var Hm = function(i) {
|
8304
8314
|
ot(i), i.headers = i.headers || {}, i.data = lt.call(
|
8305
8315
|
i,
|
8306
8316
|
i.data,
|
@@ -8316,7 +8326,7 @@ var Fm = function(i) {
|
|
8316
8326
|
delete i.headers[n];
|
8317
8327
|
}
|
8318
8328
|
);
|
8319
|
-
var t = i.adapter ||
|
8329
|
+
var t = i.adapter || Fm.adapter;
|
8320
8330
|
return t(i).then(function(n) {
|
8321
8331
|
return ot(i), n.data = lt.call(
|
8322
8332
|
i,
|
@@ -8325,7 +8335,7 @@ var Fm = function(i) {
|
|
8325
8335
|
i.transformResponse
|
8326
8336
|
), n;
|
8327
8337
|
}, function(n) {
|
8328
|
-
return
|
8338
|
+
return Am(n) || (ot(i), n && n.response && (n.response.data = lt.call(
|
8329
8339
|
i,
|
8330
8340
|
n.response.data,
|
8331
8341
|
n.response.headers,
|
@@ -8391,8 +8401,8 @@ var Fm = function(i) {
|
|
8391
8401
|
validateStatus: r
|
8392
8402
|
};
|
8393
8403
|
return $.forEach(Object.keys(i).concat(Object.keys(t)), function(p) {
|
8394
|
-
var
|
8395
|
-
$.isUndefined(y) &&
|
8404
|
+
var b = c[p] || s, y = b(p);
|
8405
|
+
$.isUndefined(y) && b !== r || (a[p] = y);
|
8396
8406
|
}), a;
|
8397
8407
|
}, at, vi;
|
8398
8408
|
function ln() {
|
@@ -8400,7 +8410,7 @@ function ln() {
|
|
8400
8410
|
version: "0.24.0"
|
8401
8411
|
}), at;
|
8402
8412
|
}
|
8403
|
-
var
|
8413
|
+
var qm = ln().version, Ft = {};
|
8404
8414
|
["object", "boolean", "number", "function", "string", "symbol"].forEach(function(e, i) {
|
8405
8415
|
Ft[e] = function(a) {
|
8406
8416
|
return typeof a === e || "a" + (i < 1 ? "n " : " ") + e;
|
@@ -8409,7 +8419,7 @@ var zm = ln().version, Ft = {};
|
|
8409
8419
|
var wi = {};
|
8410
8420
|
Ft.transitional = function(i, t, a) {
|
8411
8421
|
function n(s, u) {
|
8412
|
-
return "[Axios v" +
|
8422
|
+
return "[Axios v" + qm + "] Transitional option '" + s + "'" + u + (a ? ". " + a : "");
|
8413
8423
|
}
|
8414
8424
|
return function(s, u, d) {
|
8415
8425
|
if (i === !1)
|
@@ -8422,7 +8432,7 @@ Ft.transitional = function(i, t, a) {
|
|
8422
8432
|
)), i ? i(s, u, d) : !0;
|
8423
8433
|
};
|
8424
8434
|
};
|
8425
|
-
function
|
8435
|
+
function Rm(e, i, t) {
|
8426
8436
|
if (typeof e != "object")
|
8427
8437
|
throw new TypeError("options must be an object");
|
8428
8438
|
for (var a = Object.keys(e), n = a.length; n-- > 0; ) {
|
@@ -8437,10 +8447,10 @@ function Hm(e, i, t) {
|
|
8437
8447
|
throw Error("Unknown option " + s);
|
8438
8448
|
}
|
8439
8449
|
}
|
8440
|
-
var
|
8441
|
-
assertOptions:
|
8450
|
+
var Vm = {
|
8451
|
+
assertOptions: Rm,
|
8442
8452
|
validators: Ft
|
8443
|
-
}, on = ee,
|
8453
|
+
}, on = ee, Em = $i, Ii = wm, xi = Hm, Ve = sn, an = Vm, pe = an.validators;
|
8444
8454
|
function Te(e) {
|
8445
8455
|
this.defaults = e, this.interceptors = {
|
8446
8456
|
request: new Ii(),
|
@@ -8456,12 +8466,12 @@ Te.prototype.request = function(i) {
|
|
8456
8466
|
clarifyTimeoutError: pe.transitional(pe.boolean)
|
8457
8467
|
}, !1);
|
8458
8468
|
var a = [], n = !0;
|
8459
|
-
this.interceptors.request.forEach(function(
|
8460
|
-
typeof
|
8469
|
+
this.interceptors.request.forEach(function(b) {
|
8470
|
+
typeof b.runWhen == "function" && b.runWhen(i) === !1 || (n = n && b.synchronous, a.unshift(b.fulfilled, b.rejected));
|
8461
8471
|
});
|
8462
8472
|
var s = [];
|
8463
|
-
this.interceptors.response.forEach(function(
|
8464
|
-
s.push(
|
8473
|
+
this.interceptors.response.forEach(function(b) {
|
8474
|
+
s.push(b.fulfilled, b.rejected);
|
8465
8475
|
});
|
8466
8476
|
var u;
|
8467
8477
|
if (!n) {
|
@@ -8489,7 +8499,7 @@ Te.prototype.request = function(i) {
|
|
8489
8499
|
return u;
|
8490
8500
|
};
|
8491
8501
|
Te.prototype.getUri = function(i) {
|
8492
|
-
return i = Ve(this.defaults, i),
|
8502
|
+
return i = Ve(this.defaults, i), Em(i.url, i.params, i.paramsSerializer).replace(/^\?/, "");
|
8493
8503
|
};
|
8494
8504
|
on.forEach(["delete", "get", "head", "options"], function(i) {
|
8495
8505
|
Te.prototype[i] = function(t, a) {
|
@@ -8509,8 +8519,8 @@ on.forEach(["post", "put", "patch"], function(i) {
|
|
8509
8519
|
}));
|
8510
8520
|
};
|
8511
8521
|
});
|
8512
|
-
var
|
8513
|
-
function
|
8522
|
+
var Um = Te, rt, Ti;
|
8523
|
+
function Gm() {
|
8514
8524
|
if (Ti)
|
8515
8525
|
return rt;
|
8516
8526
|
Ti = 1;
|
@@ -8566,7 +8576,7 @@ function Em() {
|
|
8566
8576
|
}, rt = i, rt;
|
8567
8577
|
}
|
8568
8578
|
var ct, Si;
|
8569
|
-
function
|
8579
|
+
function Qm() {
|
8570
8580
|
return Si || (Si = 1, ct = function(i) {
|
8571
8581
|
return function(a) {
|
8572
8582
|
return i.apply(null, a);
|
@@ -8574,39 +8584,39 @@ function Um() {
|
|
8574
8584
|
}), ct;
|
8575
8585
|
}
|
8576
8586
|
var ut, Mi;
|
8577
|
-
function
|
8587
|
+
function Zm() {
|
8578
8588
|
return Mi || (Mi = 1, ut = function(i) {
|
8579
8589
|
return typeof i == "object" && i.isAxiosError === !0;
|
8580
8590
|
}), ut;
|
8581
8591
|
}
|
8582
|
-
var Oi = ee,
|
8592
|
+
var Oi = ee, Wm = Yi, Be = Um, Jm = sn, Ym = Re();
|
8583
8593
|
function rn(e) {
|
8584
|
-
var i = new Be(e), t =
|
8594
|
+
var i = new Be(e), t = Wm(Be.prototype.request, i);
|
8585
8595
|
return Oi.extend(t, Be.prototype, i), Oi.extend(t, i), t.create = function(n) {
|
8586
|
-
return rn(
|
8596
|
+
return rn(Jm(e, n));
|
8587
8597
|
}, t;
|
8588
8598
|
}
|
8589
|
-
var oe = rn(
|
8599
|
+
var oe = rn(Ym);
|
8590
8600
|
oe.Axios = Be;
|
8591
8601
|
oe.Cancel = qe();
|
8592
|
-
oe.CancelToken =
|
8602
|
+
oe.CancelToken = Gm();
|
8593
8603
|
oe.isCancel = nn();
|
8594
8604
|
oe.VERSION = ln().version;
|
8595
8605
|
oe.all = function(i) {
|
8596
8606
|
return Promise.all(i);
|
8597
8607
|
};
|
8598
|
-
oe.spread =
|
8599
|
-
oe.isAxiosError =
|
8608
|
+
oe.spread = Qm();
|
8609
|
+
oe.isAxiosError = Zm();
|
8600
8610
|
Bt.exports = oe;
|
8601
8611
|
Bt.exports.default = oe;
|
8602
8612
|
(function(e) {
|
8603
8613
|
e.exports = Bt.exports;
|
8604
8614
|
})(Ji);
|
8605
|
-
const
|
8606
|
-
const
|
8615
|
+
const Km = /* @__PURE__ */ lm(Ji.exports);
|
8616
|
+
const Xm = {
|
8607
8617
|
name: "CmdUploadForm",
|
8608
8618
|
emits: ["click", "error", "upload-complete", "upload-file-success"],
|
8609
|
-
mixins: [ie,
|
8619
|
+
mixins: [ie, sm],
|
8610
8620
|
data() {
|
8611
8621
|
return {
|
8612
8622
|
comment: "",
|
@@ -8993,7 +9003,7 @@ const Ym = {
|
|
8993
9003
|
return i.abortController = new AbortController(), t.set(
|
8994
9004
|
this.uploadOptions.filesParam ? this.uploadOptions.filesParam : "files",
|
8995
9005
|
i.file
|
8996
|
-
),
|
9006
|
+
), Km.post(e, t, {
|
8997
9007
|
signal: i.abortController.signal,
|
8998
9008
|
onUploadProgress: (a) => this.onUploadProgress(a, i)
|
8999
9009
|
}).then((a) => (this.$emit("upload-file-success", i), a)).then((a) => {
|
@@ -9014,31 +9024,31 @@ const Ym = {
|
|
9014
9024
|
}
|
9015
9025
|
}
|
9016
9026
|
}
|
9017
|
-
},
|
9027
|
+
}, $m = { key: 0 }, eh = {
|
9018
9028
|
key: 1,
|
9019
9029
|
class: "flex-container vertical"
|
9020
|
-
},
|
9030
|
+
}, th = {
|
9021
9031
|
key: 0,
|
9022
9032
|
class: "flex-container vertical list-files-wrapper"
|
9023
|
-
},
|
9033
|
+
}, ih = {
|
9024
9034
|
key: 0,
|
9025
9035
|
class: "list-of-files total-files"
|
9026
|
-
},
|
9036
|
+
}, nh = { class: "flex-container no-flex" }, sh = ["title"], lh = {
|
9027
9037
|
key: 0,
|
9028
9038
|
class: "progressbar"
|
9029
|
-
},
|
9039
|
+
}, oh = ["value", "title"], ah = /* @__PURE__ */ h("hr", null, null, -1), rh = { class: "flex-container vertical list-files-wrapper" }, ch = { class: "list-of-files" }, uh = ["title", "onClick"], dh = {
|
9030
9040
|
key: 0,
|
9031
9041
|
class: "progressbar"
|
9032
|
-
},
|
9042
|
+
}, mh = ["value", "title"], hh = ["title"], fh = /* @__PURE__ */ h("hr", null, null, -1), gh = { class: "small" }, ph = ["title"], yh = {
|
9033
9043
|
key: 0,
|
9034
9044
|
class: "list-of-file-extensions"
|
9035
|
-
},
|
9045
|
+
}, _h = ["disabled"], Ch = { key: 0 }, bh = { key: 1 }, kh = { class: "button-wrapper no-flex" }, vh = ["disabled"], wh = { key: 0 }, Ih = { key: 1 }, xh = {
|
9036
9046
|
key: 0,
|
9037
9047
|
class: "progressbar"
|
9038
|
-
},
|
9039
|
-
function
|
9040
|
-
const u = W, d =
|
9041
|
-
return l(), o(
|
9048
|
+
}, Th = ["value", "title"];
|
9049
|
+
function Sh(e, i, t, a, n, s) {
|
9050
|
+
const u = W, d = Od, r = E, c = _e;
|
9051
|
+
return l(), o(k, null, [
|
9042
9052
|
t.advancedMode ? (l(), o("fieldset", {
|
9043
9053
|
key: 0,
|
9044
9054
|
class: _(["cmd-upload-form flex-container", { "upload-initiated": n.uploadInitiated }])
|
@@ -9046,7 +9056,7 @@ function xh(e, i, t, a, n, s) {
|
|
9046
9056
|
h("legend", {
|
9047
9057
|
class: _({ hidden: !t.showLegend })
|
9048
9058
|
}, g(t.textLegend), 3),
|
9049
|
-
t.cmdHeadlineFieldset ? (l(), C(u, K(
|
9059
|
+
t.cmdHeadlineFieldset ? (l(), C(u, K(H({ key: 0 }, t.cmdHeadlineFieldset)), null, 16)) : m("", !0),
|
9050
9060
|
s.systemMessageStatus && s.allSystemMessages.length ? (l(), C(d, {
|
9051
9061
|
key: 1,
|
9052
9062
|
iconClose: { show: !1 },
|
@@ -9054,25 +9064,25 @@ function xh(e, i, t, a, n, s) {
|
|
9054
9064
|
systemMessage: s.allSystemMessages.length === 1 ? s.allSystemMessages[0] : e.getMessage("cmduploadform.system_message.the_following_errors_occurred")
|
9055
9065
|
}, {
|
9056
9066
|
default: A(() => [
|
9057
|
-
s.allSystemMessages.length > 1 ? (l(), o("ul",
|
9058
|
-
(l(!0), o(
|
9067
|
+
s.allSystemMessages.length > 1 ? (l(), o("ul", $m, [
|
9068
|
+
(l(!0), o(k, null, F(s.allSystemMessages, (f, p) => (l(), o("li", { key: p }, g(f), 1))), 128))
|
9059
9069
|
])) : m("", !0)
|
9060
9070
|
]),
|
9061
9071
|
_: 1
|
9062
9072
|
}, 8, ["validationStatus", "systemMessage"])) : m("", !0),
|
9063
|
-
h("div",
|
9073
|
+
h("div", H({
|
9064
9074
|
class: ["box drop-area flex-container vertical", { "allow-drop": n.allowDrop }]
|
9065
9075
|
}, qt(s.dragAndDropHandler)), [
|
9066
|
-
n.listOfFiles.length ? (l(), o("div",
|
9067
|
-
t.showTotalUpload && n.listOfFiles.length !== 1 ? (l(), o("div",
|
9068
|
-
x(u,
|
9076
|
+
n.listOfFiles.length ? (l(), o("div", eh, [
|
9077
|
+
t.showTotalUpload && n.listOfFiles.length !== 1 ? (l(), o("div", th, [
|
9078
|
+
x(u, H(t.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
9069
9079
|
default: A(() => [
|
9070
9080
|
z(g(e.getMessage("cmduploadform.headline.summary_of_all_files")), 1)
|
9071
9081
|
]),
|
9072
9082
|
_: 1
|
9073
9083
|
}, 16),
|
9074
|
-
t.showTotalUpload && n.listOfFiles.length !== 1 ? (l(), o("ul",
|
9075
|
-
h("li",
|
9084
|
+
t.showTotalUpload && n.listOfFiles.length !== 1 ? (l(), o("ul", ih, [
|
9085
|
+
h("li", nh, [
|
9076
9086
|
h("a", {
|
9077
9087
|
href: "#",
|
9078
9088
|
title: e.getMessage("cmduploadform.labeltext.remove_all_files_from_list"),
|
@@ -9082,12 +9092,12 @@ function xh(e, i, t, a, n, s) {
|
|
9082
9092
|
iconClass: t.deleteIcon.iconClass,
|
9083
9093
|
type: t.deleteIcon.iconClass
|
9084
9094
|
}, null, 8, ["iconClass", "type"])
|
9085
|
-
], 8,
|
9095
|
+
], 8, sh),
|
9086
9096
|
h("span", null, [
|
9087
9097
|
z(g(n.listOfFiles.length) + " ", 1),
|
9088
|
-
t.allowMultipleFileUploads ? (l(), o(
|
9098
|
+
t.allowMultipleFileUploads ? (l(), o(k, { key: 1 }, [
|
9089
9099
|
z(g(e.getMessage("cmduploadform.labeltext.files_uploading")), 1)
|
9090
|
-
], 64)) : (l(), o(
|
9100
|
+
], 64)) : (l(), o(k, { key: 0 }, [
|
9091
9101
|
z(g(e.getMessage("cmduploadform.labeltext.file_uploading")), 1)
|
9092
9102
|
], 64))
|
9093
9103
|
]),
|
@@ -9097,40 +9107,40 @@ function xh(e, i, t, a, n, s) {
|
|
9097
9107
|
{ error: t.maxTotalUploadSize > 0 && s.totalSize > t.maxTotalUploadSize }
|
9098
9108
|
])
|
9099
9109
|
}, " (" + g(s.formatSize(s.totalSize)) + ") ", 3),
|
9100
|
-
n.uploadInitiated ? (l(), o("span",
|
9110
|
+
n.uploadInitiated ? (l(), o("span", lh, [
|
9101
9111
|
h("span", null, g(s.getPercentage(s.totalUploadProgress)), 1),
|
9102
9112
|
h("progress", {
|
9103
9113
|
max: "100",
|
9104
9114
|
value: s.totalUploadProgress,
|
9105
9115
|
title: s.totalBytesUploaded
|
9106
|
-
}, null, 8,
|
9116
|
+
}, null, 8, oh)
|
9107
9117
|
])) : m("", !0)
|
9108
9118
|
])
|
9109
9119
|
])) : m("", !0),
|
9110
|
-
|
9120
|
+
ah
|
9111
9121
|
])) : m("", !0),
|
9112
|
-
h("div",
|
9113
|
-
x(u,
|
9122
|
+
h("div", rh, [
|
9123
|
+
x(u, H(t.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
9114
9124
|
default: A(() => [
|
9115
9125
|
z(g(e.getMessage("cmduploadform.headline.list_of_selected_files")), 1)
|
9116
9126
|
]),
|
9117
9127
|
_: 1
|
9118
9128
|
}, 16),
|
9119
|
-
h("ul",
|
9120
|
-
(l(!0), o(
|
9129
|
+
h("ul", ch, [
|
9130
|
+
(l(!0), o(k, null, F(n.listOfFiles, (f, p) => (l(), o("li", {
|
9121
9131
|
key: p,
|
9122
9132
|
class: "flex-container no-flex"
|
9123
9133
|
}, [
|
9124
9134
|
h("a", {
|
9125
9135
|
href: "#",
|
9126
9136
|
title: e.getMessage("cmduploadform.labeltext.remove_file_from_list", f.file.name),
|
9127
|
-
onClick: O((
|
9137
|
+
onClick: O((b) => s.removeFile(p), ["prevent"])
|
9128
9138
|
}, [
|
9129
9139
|
x(r, {
|
9130
9140
|
iconClass: e.iconDelete.iconClass,
|
9131
9141
|
type: e.iconDelete.iconType
|
9132
9142
|
}, null, 8, ["iconClass", "type"])
|
9133
|
-
], 8,
|
9143
|
+
], 8, uh),
|
9134
9144
|
h("span", {
|
9135
9145
|
class: _([
|
9136
9146
|
"text-align-right",
|
@@ -9141,13 +9151,13 @@ function xh(e, i, t, a, n, s) {
|
|
9141
9151
|
z(g(f.file.name) + " ", 1),
|
9142
9152
|
h("small", null, "(" + g(s.formatSize(f.file.size)) + ")", 1)
|
9143
9153
|
], 2),
|
9144
|
-
n.uploadInitiated && !f.error ? (l(), o("span",
|
9154
|
+
n.uploadInitiated && !f.error ? (l(), o("span", dh, [
|
9145
9155
|
h("span", null, g(s.getPercentage(f.progress)), 1),
|
9146
9156
|
h("progress", {
|
9147
9157
|
max: "100",
|
9148
9158
|
value: f.progress,
|
9149
9159
|
title: s.formatSize(f.uploadedBytes) + "/" + s.formatSize(f.file.size)
|
9150
|
-
}, null, 8,
|
9160
|
+
}, null, 8, mh)
|
9151
9161
|
])) : m("", !0)
|
9152
9162
|
]))), 128))
|
9153
9163
|
]),
|
@@ -9156,36 +9166,36 @@ function xh(e, i, t, a, n, s) {
|
|
9156
9166
|
href: "#",
|
9157
9167
|
onClick: i[1] || (i[1] = O((...f) => s.cancel && s.cancel(...f), ["prevent"])),
|
9158
9168
|
title: e.getMessage("cmduploadform.all_files_will_be_removed")
|
9159
|
-
}, g(e.getMessage("cmduploadform.reset_upload")), 9,
|
9160
|
-
|
9169
|
+
}, g(e.getMessage("cmduploadform.reset_upload")), 9, hh)) : m("", !0),
|
9170
|
+
fh
|
9161
9171
|
])
|
9162
|
-
])) : (l(), o(
|
9163
|
-
t.allowMultipleFileUploads ? (l(), C(u,
|
9172
|
+
])) : (l(), o(k, { key: 0 }, [
|
9173
|
+
t.allowMultipleFileUploads ? (l(), C(u, H({ key: 0 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
9164
9174
|
default: A(() => [
|
9165
9175
|
z(g(e.getMessage("cmduploadform.no_files_to_upload")), 1)
|
9166
9176
|
]),
|
9167
9177
|
_: 1
|
9168
|
-
}, 16)) : (l(), C(u,
|
9178
|
+
}, 16)) : (l(), C(u, H({ key: 1 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
9169
9179
|
default: A(() => [
|
9170
9180
|
z(g(e.getMessage("cmduploadform.no_file_to_upload")), 1)
|
9171
9181
|
]),
|
9172
9182
|
_: 1
|
9173
9183
|
}, 16))
|
9174
9184
|
], 64)),
|
9175
|
-
t.allowMultipleFileUploads && n.listOfFiles.length ? (l(), C(u,
|
9185
|
+
t.allowMultipleFileUploads && n.listOfFiles.length ? (l(), C(u, H({ key: 2 }, t.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
|
9176
9186
|
default: A(() => [
|
9177
9187
|
z(g(e.getMessage("cmduploadform.headline.select_additional_files")), 1)
|
9178
9188
|
]),
|
9179
9189
|
_: 1
|
9180
9190
|
}, 16)) : m("", !0),
|
9181
|
-
!t.allowMultipleFileUploads && n.listOfFiles.length ? (l(), C(u,
|
9191
|
+
!t.allowMultipleFileUploads && n.listOfFiles.length ? (l(), C(u, H({ key: 3 }, t.cmdHeadlineSelectNewFile, { headlineLevel: "4" }), {
|
9182
9192
|
default: A(() => [
|
9183
9193
|
z(g(e.getMessage("cmduploadform.headline.select_new_file")), 1)
|
9184
9194
|
]),
|
9185
9195
|
_: 1
|
9186
9196
|
}, 16)) : m("", !0),
|
9187
|
-
h("dl",
|
9188
|
-
t.maxTotalUploadSize > 0 ? (l(), o(
|
9197
|
+
h("dl", gh, [
|
9198
|
+
t.maxTotalUploadSize > 0 ? (l(), o(k, { key: 0 }, [
|
9189
9199
|
h("dt", {
|
9190
9200
|
class: _({ error: s.totalSize > t.maxTotalUploadSize })
|
9191
9201
|
}, g(e.getMessage("cmduploadform.max_total_upload_size")), 3),
|
@@ -9212,11 +9222,11 @@ function xh(e, i, t, a, n, s) {
|
|
9212
9222
|
iconClass: n.showListOfFileExtensions ? t.iconInvisible.iconClass : t.iconVisible.iconClass,
|
9213
9223
|
type: n.showListOfFileExtensions ? t.iconInvisible.iconType : t.iconVisible.iconType
|
9214
9224
|
}, null, 8, ["iconClass", "type"])
|
9215
|
-
], 8,
|
9225
|
+
], 8, ph),
|
9216
9226
|
x(ue, { name: "fade" }, {
|
9217
9227
|
default: A(() => [
|
9218
|
-
n.showListOfFileExtensions ? (l(), o("ul",
|
9219
|
-
(l(!0), o(
|
9228
|
+
n.showListOfFileExtensions ? (l(), o("ul", yh, [
|
9229
|
+
(l(!0), o(k, null, F(t.allowedFileExtensions, (f, p) => (l(), o("li", {
|
9220
9230
|
key: p,
|
9221
9231
|
class: _({ error: n.errors.fileType })
|
9222
9232
|
}, g(f), 3))), 128))
|
@@ -9237,8 +9247,8 @@ function xh(e, i, t, a, n, s) {
|
|
9237
9247
|
iconClass: t.iconFileUpload.iconClass,
|
9238
9248
|
type: t.iconFileUpload.iconType
|
9239
9249
|
}, null, 8, ["iconClass", "type"]),
|
9240
|
-
t.allowMultipleFileUploads ? (l(), o("span",
|
9241
|
-
], 10,
|
9250
|
+
t.allowMultipleFileUploads ? (l(), o("span", Ch, g(e.getMessage("cmduploadform.labeltext.select_files")), 1)) : (l(), o("span", bh, g(e.getMessage("cmduploadform.labeltext.select_file")), 1))
|
9251
|
+
], 10, _h),
|
9242
9252
|
t.enableDragAndDrop ? (l(), o("p", {
|
9243
9253
|
key: 0,
|
9244
9254
|
class: _(["text-drag-and-drop", { disabled: n.uploadInitiated }])
|
@@ -9246,10 +9256,10 @@ function xh(e, i, t, a, n, s) {
|
|
9246
9256
|
h("span", null, g(e.getMessage("cmduploadform.or")), 1),
|
9247
9257
|
h("strong", null, [
|
9248
9258
|
z(g(e.getMessage("cmduploadform.drag_and_drop")) + " ", 1),
|
9249
|
-
t.allowMultipleFileUploads && n.listOfFiles.length ? (l(), o(
|
9259
|
+
t.allowMultipleFileUploads && n.listOfFiles.length ? (l(), o(k, { key: 0 }, [
|
9250
9260
|
z(g(e.getMessage("cmduploadform.additional")), 1)
|
9251
9261
|
], 64)) : m("", !0),
|
9252
|
-
!t.allowMultipleFileUploads && n.listOfFiles.length ? (l(), o(
|
9262
|
+
!t.allowMultipleFileUploads && n.listOfFiles.length ? (l(), o(k, { key: 1 }, [
|
9253
9263
|
z(g(e.getMessage("cmduploadform.new")), 1)
|
9254
9264
|
], 64)) : m("", !0),
|
9255
9265
|
z(" " + g(e.getMessage("cmduploadform.files_to_this_area")), 1)
|
@@ -9268,7 +9278,7 @@ function xh(e, i, t, a, n, s) {
|
|
9268
9278
|
placeholder: e.getMessage("cmduploadform.placeholder.comment"),
|
9269
9279
|
status: t.commentStatusMessage ? "error" : ""
|
9270
9280
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : m("", !0),
|
9271
|
-
h("div",
|
9281
|
+
h("div", kh, [
|
9272
9282
|
h("button", {
|
9273
9283
|
class: _([
|
9274
9284
|
"button primary",
|
@@ -9283,8 +9293,8 @@ function xh(e, i, t, a, n, s) {
|
|
9283
9293
|
iconClass: t.iconUpload.iconClass,
|
9284
9294
|
type: t.iconUpload.iconType
|
9285
9295
|
}, null, 8, ["iconClass", "type"]),
|
9286
|
-
n.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), o("span",
|
9287
|
-
], 10,
|
9296
|
+
n.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), o("span", wh, g(e.getMessage("cmduploadform.buttontext.upload_file")), 1)) : (l(), o("span", Ih, g(e.getMessage("cmduploadform.buttontext.upload_files")), 1))
|
9297
|
+
], 10, vh),
|
9288
9298
|
h("button", {
|
9289
9299
|
class: _(["button", { disabled: n.listOfFiles.length === 0 }]),
|
9290
9300
|
onClick: i[6] || (i[6] = (...f) => s.cancel && s.cancel(...f))
|
@@ -9296,36 +9306,36 @@ function xh(e, i, t, a, n, s) {
|
|
9296
9306
|
h("span", null, g(e.getMessage("cmduploadform.buttontext.cancel")), 1)
|
9297
9307
|
], 2)
|
9298
9308
|
])
|
9299
|
-
], 2)) : (l(), o("a",
|
9309
|
+
], 2)) : (l(), o("a", H({
|
9300
9310
|
key: 1,
|
9301
9311
|
href: "#",
|
9302
9312
|
onClick: i[7] || (i[7] = O((...f) => s.selectFiles && s.selectFiles(...f), ["prevent"])),
|
9303
9313
|
class: ["cmd-upload-form drop-area", { "allow-drop": n.allowDrop }]
|
9304
9314
|
}, qt(s.dragAndDropHandler)), [
|
9305
|
-
n.uploadInitiated ? (l(), o("span",
|
9315
|
+
n.uploadInitiated ? (l(), o("span", xh, [
|
9306
9316
|
h("span", null, g(s.getPercentage(s.totalUploadProgress)), 1),
|
9307
9317
|
h("progress", {
|
9308
9318
|
max: "100",
|
9309
9319
|
value: s.totalUploadProgress,
|
9310
9320
|
title: s.totalBytesUploaded
|
9311
|
-
}, null, 8,
|
9321
|
+
}, null, 8, Th)
|
9312
9322
|
])) : m("", !0),
|
9313
9323
|
R(e.$slots, "default", {}, () => [
|
9314
|
-
t.enableDragAndDrop ? (l(), o(
|
9315
|
-
s.fileTypeImage ? (l(), o(
|
9324
|
+
t.enableDragAndDrop ? (l(), o(k, { key: 0 }, [
|
9325
|
+
s.fileTypeImage ? (l(), o(k, { key: 0 }, [
|
9316
9326
|
h("span", null, g(e.getMessage("cmduploadform.select_image")), 1),
|
9317
9327
|
x(r, {
|
9318
9328
|
iconClass: t.iconImage.iconClass,
|
9319
9329
|
type: t.iconImage.iconType
|
9320
9330
|
}, null, 8, ["iconClass", "type"])
|
9321
|
-
], 64)) : (l(), o(
|
9331
|
+
], 64)) : (l(), o(k, { key: 1 }, [
|
9322
9332
|
h("span", null, g(e.getMessage("cmduploadform.select_file")), 1),
|
9323
9333
|
x(r, {
|
9324
9334
|
iconClass: t.iconFileUpload.iconClass,
|
9325
9335
|
type: t.iconFileUpload.iconType
|
9326
9336
|
}, null, 8, ["iconClass", "type"])
|
9327
9337
|
], 64))
|
9328
|
-
], 64)) : (l(), o(
|
9338
|
+
], 64)) : (l(), o(k, { key: 1 }, [
|
9329
9339
|
h("span", null, g(e.getMessage("cmduploadform.drag_and_drop_file_here")), 1),
|
9330
9340
|
x(r, {
|
9331
9341
|
iconClass: t.iconDragAndDrop.iconClass,
|
@@ -9347,8 +9357,8 @@ function xh(e, i, t, a, n, s) {
|
|
9347
9357
|
}, null, 8, ["labelText", "disabled", "multiple", "onChange"])
|
9348
9358
|
], 64);
|
9349
9359
|
}
|
9350
|
-
const
|
9351
|
-
const
|
9360
|
+
const rf = /* @__PURE__ */ N(Xm, [["render", Sh]]);
|
9361
|
+
const Mh = {
|
9352
9362
|
name: "CmdWidthLimitationWrapper",
|
9353
9363
|
props: {
|
9354
9364
|
innerComponent: {
|
@@ -9387,8 +9397,8 @@ const Th = {
|
|
9387
9397
|
return this.innerComponent === "header" ? "site-header" : this.innerComponent === "footer" ? "site-footer" : "";
|
9388
9398
|
}
|
9389
9399
|
}
|
9390
|
-
},
|
9391
|
-
function
|
9400
|
+
}, Oh = ["id"], Lh = ["id"];
|
9401
|
+
function Dh(e, i, t, a, n, s) {
|
9392
9402
|
const u = W;
|
9393
9403
|
return l(), o("div", {
|
9394
9404
|
class: _(["cmd-width-limitation-wrapper", { sticky: t.sticky }])
|
@@ -9400,7 +9410,7 @@ function Oh(e, i, t, a, n, s) {
|
|
9400
9410
|
t.anchorId ? (l(), o("a", {
|
9401
9411
|
key: 0,
|
9402
9412
|
id: t.anchorId
|
9403
|
-
}, null, 8,
|
9413
|
+
}, null, 8, Oh)) : m("", !0),
|
9404
9414
|
t.cmdHeadline ? (l(), C(u, {
|
9405
9415
|
key: 1,
|
9406
9416
|
"pre-headline-text": t.cmdHeadline.preHeadlineText,
|
@@ -9408,16 +9418,16 @@ function Oh(e, i, t, a, n, s) {
|
|
9408
9418
|
"headline-level": t.cmdHeadline.headlineLevel
|
9409
9419
|
}, null, 8, ["pre-headline-text", "headline-text", "headline-level"])) : m("", !0),
|
9410
9420
|
R(e.$slots, "default")
|
9411
|
-
], 2)) : (l(), o(
|
9421
|
+
], 2)) : (l(), o(k, { key: 1 }, [
|
9412
9422
|
t.anchorId ? (l(), o("a", {
|
9413
9423
|
key: 0,
|
9414
9424
|
id: t.anchorId
|
9415
|
-
}, null, 8,
|
9425
|
+
}, null, 8, Lh)) : m("", !0),
|
9416
9426
|
R(e.$slots, "default")
|
9417
9427
|
], 64))
|
9418
9428
|
], 2);
|
9419
9429
|
}
|
9420
|
-
const
|
9430
|
+
const cf = /* @__PURE__ */ N(Mh, [["render", Dh]]), uf = {
|
9421
9431
|
mounted(e) {
|
9422
9432
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
9423
9433
|
e.focus();
|
@@ -9426,7 +9436,7 @@ const af = /* @__PURE__ */ N(Th, [["render", Oh]]), rf = {
|
|
9426
9436
|
i ? i.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
|
9427
9437
|
}
|
9428
9438
|
}
|
9429
|
-
},
|
9439
|
+
}, df = {
|
9430
9440
|
mounted(e, i) {
|
9431
9441
|
if (i.value && typeof i.value == "string") {
|
9432
9442
|
let t = /[^\d]/g, a = i.value.replace(/^\s*\+/, "00");
|
@@ -9434,7 +9444,7 @@ const af = /* @__PURE__ */ N(Th, [["render", Oh]]), rf = {
|
|
9434
9444
|
}
|
9435
9445
|
}
|
9436
9446
|
};
|
9437
|
-
function
|
9447
|
+
function mf() {
|
9438
9448
|
const e = {};
|
9439
9449
|
hn(a);
|
9440
9450
|
function i(n = "defaultSequence") {
|
@@ -9450,55 +9460,55 @@ function uf() {
|
|
9450
9460
|
return { nextSequenceValue: i, currentSequenceValue: t, resetSequence: a };
|
9451
9461
|
}
|
9452
9462
|
export {
|
9453
|
-
|
9454
|
-
|
9455
|
-
|
9456
|
-
|
9457
|
-
|
9458
|
-
|
9459
|
-
|
9460
|
-
|
9461
|
-
|
9462
|
-
|
9463
|
-
|
9464
|
-
|
9463
|
+
jh as CmdAddressData,
|
9464
|
+
Bh as CmdBackToTopButton,
|
9465
|
+
Ph as CmdBankAccountData,
|
9466
|
+
Fo as CmdBox,
|
9467
|
+
Fh as CmdBoxWrapper,
|
9468
|
+
zh as CmdBreadcrumbs,
|
9469
|
+
la as CmdCompanyLogo,
|
9470
|
+
Hh as CmdCookieDisclaimer,
|
9471
|
+
qh as CmdCopyrightInformation,
|
9472
|
+
Er as CmdFakeSelect,
|
9473
|
+
Ah as CmdFancyBox,
|
9474
|
+
Rh as CmdForm,
|
9465
9475
|
_e as CmdFormElement,
|
9466
|
-
|
9467
|
-
|
9476
|
+
ec as CmdFormFilters,
|
9477
|
+
Vh as CmdGoogleMaps,
|
9468
9478
|
W as CmdHeadline,
|
9469
9479
|
E as CmdIcon,
|
9470
9480
|
Ie as CmdImage,
|
9471
|
-
|
9472
|
-
|
9473
|
-
|
9474
|
-
|
9475
|
-
|
9476
|
-
|
9477
|
-
|
9478
|
-
|
9479
|
-
|
9480
|
-
|
9481
|
-
|
9482
|
-
|
9483
|
-
|
9481
|
+
Eh as CmdImageGallery,
|
9482
|
+
Uh as CmdImageZoom,
|
9483
|
+
Gh as CmdInputGroup,
|
9484
|
+
eo as CmdListOfLinks,
|
9485
|
+
Qh as CmdLoginForm,
|
9486
|
+
ou as CmdMainNavigation,
|
9487
|
+
Zh as CmdMultistepFormProgressBar,
|
9488
|
+
Wh as CmdOpeningHours,
|
9489
|
+
Jh as CmdPager,
|
9490
|
+
Yh as CmdProgressBar,
|
9491
|
+
Xh as CmdSiteFooter,
|
9492
|
+
$h as CmdSiteHeader,
|
9493
|
+
ef as CmdSiteSearch,
|
9484
9494
|
St as CmdSlideButton,
|
9485
|
-
|
9486
|
-
|
9487
|
-
|
9488
|
-
|
9489
|
-
|
9490
|
-
|
9491
|
-
|
9492
|
-
|
9493
|
-
|
9494
|
-
|
9495
|
-
|
9496
|
-
|
9497
|
-
|
9498
|
-
|
9499
|
-
|
9500
|
-
|
9495
|
+
tf as CmdSlideshow,
|
9496
|
+
Kh as CmdSocialNetworks,
|
9497
|
+
nf as CmdSwitchLanguage,
|
9498
|
+
Od as CmdSystemMessage,
|
9499
|
+
sf as CmdTable,
|
9500
|
+
lf as CmdTabs,
|
9501
|
+
of as CmdTextBlock,
|
9502
|
+
Sl as CmdThumbnailScroller,
|
9503
|
+
af as CmdToggleDarkMode,
|
9504
|
+
ua as CmdTooltip,
|
9505
|
+
rf as CmdUploadForm,
|
9506
|
+
cf as CmdWidthLimitationWrapper,
|
9507
|
+
uf as DirFocus,
|
9508
|
+
df as DirTelephone,
|
9509
|
+
Ol as createHtmlId,
|
9510
|
+
Ml as createUuid,
|
9501
9511
|
Me as getFileExtension,
|
9502
9512
|
Mt as openFancyBox,
|
9503
|
-
|
9513
|
+
mf as useSequence
|
9504
9514
|
};
|