comand-component-library 3.3.80 → 3.3.82
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +659 -652
- package/dist/comand-component-library.umd.cjs +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/App.vue +1310 -1297
- package/src/components/CmdBox.vue +21 -28
- package/src/components/CmdSocialNetworks.vue +43 -42
- package/src/components/CmdThumbnailScroller.vue +2 -2
@@ -1,5 +1,5 @@
|
|
1
|
-
import { defineComponent as
|
2
|
-
const pe = /^[a-z0-9]+(-[a-z0-9]+)*$/,
|
1
|
+
import { defineComponent as Di, h as Ht, resolveComponent as K, openBlock as l, createBlock as _, normalizeClass as C, createElementBlock as o, createCommentVNode as m, createElementVNode as f, toDisplayString as g, resolveDynamicComponent as zt, withCtx as j, renderSlot as H, createTextVNode as A, withDirectives as $, vModelText as Li, resolveDirective as mn, normalizeProps as Q, mergeProps as F, Fragment as b, renderList as B, Transition as se, withModifiers as S, createVNode as x, toHandlers as st, TransitionGroup as ft, createApp as hn, Teleport as fn, vShow as me, useCssVars as Ni, normalizeStyle as we, ref as gn, watchEffect as pn, vModelDynamic as yn, onBeforeUpdate as Cn } from "vue";
|
2
|
+
const pe = /^[a-z0-9]+(-[a-z0-9]+)*$/, De = (e, i, t, a = "") => {
|
3
3
|
const s = e.split(":");
|
4
4
|
if (e.slice(0, 1) === "@") {
|
5
5
|
if (s.length < 2 || s.length > 3)
|
@@ -45,11 +45,11 @@ const pe = /^[a-z0-9]+(-[a-z0-9]+)*$/, Le = (e, i, t, a = "") => {
|
|
45
45
|
rotate: 0,
|
46
46
|
vFlip: !1,
|
47
47
|
hFlip: !1
|
48
|
-
}),
|
48
|
+
}), Le = Object.freeze({
|
49
49
|
...ji,
|
50
50
|
...Oe
|
51
51
|
}), lt = Object.freeze({
|
52
|
-
...
|
52
|
+
...Le,
|
53
53
|
body: "",
|
54
54
|
hidden: !1
|
55
55
|
});
|
@@ -173,14 +173,14 @@ function Fi(e) {
|
|
173
173
|
return typeof e == "boolean" && (ye = e), ye;
|
174
174
|
}
|
175
175
|
function xn(e) {
|
176
|
-
const i = typeof e == "string" ?
|
176
|
+
const i = typeof e == "string" ? De(e, !0, ye) : e;
|
177
177
|
if (i) {
|
178
178
|
const t = le(i.provider, i.prefix), a = i.name;
|
179
179
|
return t.icons[a] || (t.missing.has(a) ? null : void 0);
|
180
180
|
}
|
181
181
|
}
|
182
182
|
function Tn(e, i) {
|
183
|
-
const t =
|
183
|
+
const t = De(e, !0, ye);
|
184
184
|
if (!t)
|
185
185
|
return !1;
|
186
186
|
const a = le(t.provider, t.prefix);
|
@@ -237,7 +237,7 @@ function Vt(e, i, t) {
|
|
237
237
|
}
|
238
238
|
function On(e, i) {
|
239
239
|
const t = {
|
240
|
-
...
|
240
|
+
...Le,
|
241
241
|
...e
|
242
242
|
}, a = {
|
243
243
|
...zi,
|
@@ -288,12 +288,12 @@ function On(e, i) {
|
|
288
288
|
body: n
|
289
289
|
};
|
290
290
|
}
|
291
|
-
const
|
291
|
+
const Dn = /\sid="(\S+)"/g, Ln = "IconifyId" + Date.now().toString(16) + (Math.random() * 16777216 | 0).toString(16);
|
292
292
|
let Nn = 0;
|
293
|
-
function jn(e, i =
|
293
|
+
function jn(e, i = Ln) {
|
294
294
|
const t = [];
|
295
295
|
let a;
|
296
|
-
for (; a =
|
296
|
+
for (; a = Dn.exec(e); )
|
297
297
|
t.push(a[1]);
|
298
298
|
return t.length && t.forEach((s) => {
|
299
299
|
const n = typeof i == "function" ? i(s) : i + (Nn++).toString(), u = s.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
@@ -536,7 +536,7 @@ function Qn(e, i, t) {
|
|
536
536
|
function Wn(e, i = !0, t = !1) {
|
537
537
|
const a = [];
|
538
538
|
return e.forEach((s) => {
|
539
|
-
const n = typeof s == "string" ?
|
539
|
+
const n = typeof s == "string" ? De(s, i, t) : s;
|
540
540
|
n && a.push(n);
|
541
541
|
}), a;
|
542
542
|
}
|
@@ -552,12 +552,12 @@ function Jn(e, i, t, a) {
|
|
552
552
|
const s = e.resources.length, n = e.random ? Math.floor(Math.random() * s) : e.index;
|
553
553
|
let u;
|
554
554
|
if (e.random) {
|
555
|
-
let
|
556
|
-
for (u = [];
|
557
|
-
const P = Math.floor(Math.random() *
|
558
|
-
u.push(
|
555
|
+
let L = e.resources.slice(0);
|
556
|
+
for (u = []; L.length > 1; ) {
|
557
|
+
const P = Math.floor(Math.random() * L.length);
|
558
|
+
u.push(L[P]), L = L.slice(0, P).concat(L.slice(P + 1));
|
559
559
|
}
|
560
|
-
u = u.concat(
|
560
|
+
u = u.concat(L);
|
561
561
|
} else
|
562
562
|
u = e.resources.slice(n).concat(e.resources.slice(0, n));
|
563
563
|
const d = Date.now();
|
@@ -567,12 +567,12 @@ function Jn(e, i, t, a) {
|
|
567
567
|
p && (clearTimeout(p), p = null);
|
568
568
|
}
|
569
569
|
function v() {
|
570
|
-
r === "pending" && (r = "aborted"), I(), k.forEach((
|
571
|
-
|
570
|
+
r === "pending" && (r = "aborted"), I(), k.forEach((L) => {
|
571
|
+
L.status === "pending" && (L.status = "aborted");
|
572
572
|
}), k = [];
|
573
573
|
}
|
574
|
-
function T(
|
575
|
-
P && (y = []), typeof
|
574
|
+
function T(L, P) {
|
575
|
+
P && (y = []), typeof L == "function" && y.push(L);
|
576
576
|
}
|
577
577
|
function M() {
|
578
578
|
return {
|
@@ -586,18 +586,18 @@ function Jn(e, i, t, a) {
|
|
586
586
|
};
|
587
587
|
}
|
588
588
|
function N() {
|
589
|
-
r = "failed", y.forEach((
|
590
|
-
|
589
|
+
r = "failed", y.forEach((L) => {
|
590
|
+
L(void 0, h);
|
591
591
|
});
|
592
592
|
}
|
593
593
|
function V() {
|
594
|
-
k.forEach((
|
595
|
-
|
594
|
+
k.forEach((L) => {
|
595
|
+
L.status === "pending" && (L.status = "aborted");
|
596
596
|
}), k = [];
|
597
597
|
}
|
598
|
-
function w(
|
598
|
+
function w(L, P, U) {
|
599
599
|
const G = P !== "success";
|
600
|
-
switch (k = k.filter((R) => R !==
|
600
|
+
switch (k = k.filter((R) => R !== L), r) {
|
601
601
|
case "pending":
|
602
602
|
break;
|
603
603
|
case "failed":
|
@@ -616,7 +616,7 @@ function Jn(e, i, t, a) {
|
|
616
616
|
return;
|
617
617
|
}
|
618
618
|
if (I(), V(), !e.random) {
|
619
|
-
const R = e.resources.indexOf(
|
619
|
+
const R = e.resources.indexOf(L.resource);
|
620
620
|
R !== -1 && R !== e.index && (e.index = R);
|
621
621
|
}
|
622
622
|
r = "completed", y.forEach((R) => {
|
@@ -627,8 +627,8 @@ function Jn(e, i, t, a) {
|
|
627
627
|
if (r !== "pending")
|
628
628
|
return;
|
629
629
|
I();
|
630
|
-
const
|
631
|
-
if (
|
630
|
+
const L = u.shift();
|
631
|
+
if (L === void 0) {
|
632
632
|
if (k.length) {
|
633
633
|
p = setTimeout(() => {
|
634
634
|
I(), r === "pending" && (V(), N());
|
@@ -640,12 +640,12 @@ function Jn(e, i, t, a) {
|
|
640
640
|
}
|
641
641
|
const P = {
|
642
642
|
status: "pending",
|
643
|
-
resource:
|
643
|
+
resource: L,
|
644
644
|
callback: (U, G) => {
|
645
645
|
w(P, U, G);
|
646
646
|
}
|
647
647
|
};
|
648
|
-
k.push(P), c++, p = setTimeout(q, e.rotate), t(
|
648
|
+
k.push(P), c++, p = setTimeout(q, e.rotate), t(L, i, P.callback);
|
649
649
|
}
|
650
650
|
return setTimeout(q), M;
|
651
651
|
}
|
@@ -1109,9 +1109,9 @@ if (typeof document < "u" && typeof window < "u") {
|
|
1109
1109
|
}
|
1110
1110
|
}
|
1111
1111
|
const fs = {
|
1112
|
-
...
|
1112
|
+
...Le,
|
1113
1113
|
body: ""
|
1114
|
-
}, gs =
|
1114
|
+
}, gs = Di({
|
1115
1115
|
inheritAttrs: !1,
|
1116
1116
|
data() {
|
1117
1117
|
return {
|
@@ -1135,7 +1135,7 @@ const fs = {
|
|
1135
1135
|
data: e
|
1136
1136
|
};
|
1137
1137
|
let t;
|
1138
|
-
if (typeof e != "string" || (t =
|
1138
|
+
if (typeof e != "string" || (t = De(e, !1, !0)) === null)
|
1139
1139
|
return this.abortLoading(), null;
|
1140
1140
|
const a = xn(t);
|
1141
1141
|
if (!a)
|
@@ -1160,12 +1160,12 @@ const fs = {
|
|
1160
1160
|
...e,
|
1161
1161
|
class: (typeof e.class == "string" ? e.class + " " : "") + i.classes.join(" ")
|
1162
1162
|
}), $t({
|
1163
|
-
...
|
1163
|
+
...Le,
|
1164
1164
|
...i.data
|
1165
1165
|
}, t);
|
1166
1166
|
}
|
1167
1167
|
});
|
1168
|
-
const
|
1168
|
+
const D = (e, i) => {
|
1169
1169
|
const t = e.__vccOpts || e;
|
1170
1170
|
for (const [a, s] of i)
|
1171
1171
|
t[a] = s;
|
@@ -1208,7 +1208,7 @@ function Cs(e, i, t, a, s, n) {
|
|
1208
1208
|
title: t.tooltip
|
1209
1209
|
}, null, 10, ys));
|
1210
1210
|
}
|
1211
|
-
const z = /* @__PURE__ */
|
1211
|
+
const z = /* @__PURE__ */ D(ps, [["render", Cs]]);
|
1212
1212
|
const _s = {
|
1213
1213
|
name: "CmdHeadline",
|
1214
1214
|
inject: {
|
@@ -1282,7 +1282,7 @@ function vs(e, i, t, a, s, n) {
|
|
1282
1282
|
class: C(["edit-mode", "headline", "h" + t.headlineLevel]),
|
1283
1283
|
"onUpdate:modelValue": i[0] || (i[0] = (p) => s.editableHeadlineText = p)
|
1284
1284
|
}, null, 2)), [
|
1285
|
-
[
|
1285
|
+
[Li, s.editableHeadlineText]
|
1286
1286
|
]) : (l(), o("div", {
|
1287
1287
|
key: 0,
|
1288
1288
|
class: C(["cmd-headline", { "has-pre-headline-text": t.preHeadlineText, "has-icon": (r = t.headlineIcon) == null ? void 0 : r.iconClass }, n.getTextAlign])
|
@@ -1312,7 +1312,7 @@ function vs(e, i, t, a, s, n) {
|
|
1312
1312
|
}))
|
1313
1313
|
], 2));
|
1314
1314
|
}
|
1315
|
-
const E = /* @__PURE__ */
|
1315
|
+
const E = /* @__PURE__ */ D(_s, [["render", vs]]), X = {
|
1316
1316
|
props: {
|
1317
1317
|
i18n: {
|
1318
1318
|
type: [Object, Function],
|
@@ -1419,7 +1419,7 @@ const Is = {
|
|
1419
1419
|
return e.name === "telephone" || e.name === "mobilephone" ? "tel:" + e.href : e.name === "email" ? "mailto:" + e.href : e.name === "website" ? e.href : null;
|
1420
1420
|
}
|
1421
1421
|
}
|
1422
|
-
}, xs = { class: "cmd-address-data vcard" }, Ts = { class: "adr" }, Ss = { key: 0 }, Ms = { key: 1 }, Os = ["href", "target", "title"],
|
1422
|
+
}, xs = { class: "cmd-address-data vcard" }, Ts = { class: "adr" }, Ss = { key: 0 }, Ms = { key: 1 }, Os = ["href", "target", "title"], Ds = ["innerHTML"], Ls = { key: 1 }, Ns = ["href", "title"], js = { class: "street-address" }, Bs = /* @__PURE__ */ f("br", null, null, -1), Ps = {
|
1423
1423
|
key: 1,
|
1424
1424
|
class: "postal-code"
|
1425
1425
|
}, Fs = { class: "locality" }, As = /* @__PURE__ */ f("br", null, null, -1), Hs = /* @__PURE__ */ f("br", null, null, -1), zs = {
|
@@ -1472,8 +1472,8 @@ function ul(e, i, t, a, s, n) {
|
|
1472
1472
|
]) : (l(), o("span", {
|
1473
1473
|
key: 1,
|
1474
1474
|
innerHTML: c.data
|
1475
|
-
}, null, 8,
|
1476
|
-
], 2)) : (l(), o("dd",
|
1475
|
+
}, null, 8, Ds))
|
1476
|
+
], 2)) : (l(), o("dd", Ls, [
|
1477
1477
|
t.linkGoogleMaps ? (l(), o("a", {
|
1478
1478
|
key: 0,
|
1479
1479
|
href: n.locateAddress(c),
|
@@ -1593,7 +1593,7 @@ function ul(e, i, t, a, s, n) {
|
|
1593
1593
|
])
|
1594
1594
|
]);
|
1595
1595
|
}
|
1596
|
-
const
|
1596
|
+
const qh = /* @__PURE__ */ D(Is, [["render", ul]]), dl = {
|
1597
1597
|
name: "CmdBackToTopButton",
|
1598
1598
|
data() {
|
1599
1599
|
var e;
|
@@ -1669,7 +1669,7 @@ function hl(e, i, t, a, s, n) {
|
|
1669
1669
|
_: 1
|
1670
1670
|
});
|
1671
1671
|
}
|
1672
|
-
const
|
1672
|
+
const Rh = /* @__PURE__ */ D(dl, [["render", hl]]);
|
1673
1673
|
const fl = {
|
1674
1674
|
name: "CmdBankAccountData",
|
1675
1675
|
props: {
|
@@ -1732,7 +1732,7 @@ function _l(e, i, t, a, s, n) {
|
|
1732
1732
|
t.additionalInformation ? (l(), o("p", Cl, g(t.additionalInformation), 1)) : m("", !0)
|
1733
1733
|
]);
|
1734
1734
|
}
|
1735
|
-
const
|
1735
|
+
const Vh = /* @__PURE__ */ D(fl, [["render", _l]]);
|
1736
1736
|
function oe(e) {
|
1737
1737
|
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);
|
1738
1738
|
}
|
@@ -1859,7 +1859,7 @@ function wl(e, i, t, a, s, n) {
|
|
1859
1859
|
])
|
1860
1860
|
], 2)) : m("", !0);
|
1861
1861
|
}
|
1862
|
-
const Il = /* @__PURE__ */
|
1862
|
+
const Il = /* @__PURE__ */ D(bl, [["render", wl]]), xl = {
|
1863
1863
|
data() {
|
1864
1864
|
return {
|
1865
1865
|
defaultMessageProperties: {
|
@@ -1932,7 +1932,7 @@ const Tl = {
|
|
1932
1932
|
return this.inputRequirements.length > 1 ? this.getMessage("cmdlistofrequirements.headline.requirements_for_input") : this.getMessage("cmdlistofrequirements.headline.requirement_for_input");
|
1933
1933
|
}
|
1934
1934
|
}
|
1935
|
-
}, Sl = { class: "cmd-list-of-requirements" }, Ml = /* @__PURE__ */ f("br", null, null, -1), Ol = /* @__PURE__ */ f("hr", null, null, -1),
|
1935
|
+
}, Sl = { class: "cmd-list-of-requirements" }, Ml = /* @__PURE__ */ f("br", null, null, -1), Ol = /* @__PURE__ */ f("hr", null, null, -1), Dl = ["href", "target"], Ll = { key: 1 };
|
1936
1936
|
function Nl(e, i, t, a, s, n) {
|
1937
1937
|
var r, c, h;
|
1938
1938
|
const u = E, d = z;
|
@@ -1982,12 +1982,12 @@ function Nl(e, i, t, a, s, n) {
|
|
1982
1982
|
class: C((c = t.helplink.icon) == null ? void 0 : c.iconClass),
|
1983
1983
|
title: (h = t.helplink.icon) == null ? void 0 : h.tooltip
|
1984
1984
|
}, null, 8, ["class", "title"])) : m("", !0),
|
1985
|
-
t.helplink.text ? (l(), o("span",
|
1986
|
-
], 8,
|
1985
|
+
t.helplink.text ? (l(), o("span", Ll, g(t.helplink.text), 1)) : m("", !0)
|
1986
|
+
], 8, Dl)) : m("", !0)
|
1987
1987
|
], 64)) : m("", !0)
|
1988
1988
|
]);
|
1989
1989
|
}
|
1990
|
-
const jl = /* @__PURE__ */
|
1990
|
+
const jl = /* @__PURE__ */ D(Tl, [["render", Nl]]), Bl = {
|
1991
1991
|
name: "CmdTooltipForInputElements",
|
1992
1992
|
props: {
|
1993
1993
|
relatedId: {
|
@@ -2043,7 +2043,7 @@ function Pl(e, i, t, a, s, n) {
|
|
2043
2043
|
_: 1
|
2044
2044
|
}, 8, ["class", "relatedId"]);
|
2045
2045
|
}
|
2046
|
-
const kt = /* @__PURE__ */
|
2046
|
+
const kt = /* @__PURE__ */ D(Bl, [["render", Pl]]), Fl = {
|
2047
2047
|
data() {
|
2048
2048
|
return {
|
2049
2049
|
defaultMessageProperties: {
|
@@ -2616,7 +2616,7 @@ const Rl = ["color", "date", "datetime-local", "file", "number", "range"], Vl =
|
|
2616
2616
|
class: "search-field-wrapper flex-container no-gap"
|
2617
2617
|
}, co = ["id", "maxlength", "value"], uo = ["title"], mo = ["title"], ho = { key: 1 };
|
2618
2618
|
function fo(e, i, t, a, s, n) {
|
2619
|
-
var r, c, h, p, k, y, I, v, T, M, N, V, w, q,
|
2619
|
+
var r, c, h, p, k, y, I, v, T, M, N, V, w, q, L, P, U, G, R, Y, W, ne, te, he;
|
2620
2620
|
const u = kt, d = z;
|
2621
2621
|
return t.element === "input" || t.element === "select" || t.element === "textarea" ? (l(), o("label", {
|
2622
2622
|
key: 0,
|
@@ -2824,7 +2824,7 @@ function fo(e, i, t, a, s, n) {
|
|
2824
2824
|
iconClass: (V = (N = t.nativeButton) == null ? void 0 : N.icon) == null ? void 0 : V.iconClass,
|
2825
2825
|
type: (q = (w = t.nativeButton) == null ? void 0 : w.icon) == null ? void 0 : q.iconType
|
2826
2826
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
2827
|
-
((
|
2827
|
+
((L = t.nativeButton) == null ? void 0 : L.icon) && ((P = t.nativeButton) == null ? void 0 : P.text) ? (l(), o("span", ho, g(t.nativeButton.text), 1)) : (l(), o(b, { key: 2 }, [
|
2828
2828
|
A(g(t.nativeButton.text), 1)
|
2829
2829
|
], 64)),
|
2830
2830
|
((G = (U = t.nativeButton) == null ? void 0 : U.icon) == null ? void 0 : G.show) && ((Y = (R = t.nativeButton) == null ? void 0 : R.icon) == null ? void 0 : Y.position) === "after" ? (l(), _(d, {
|
@@ -2834,7 +2834,7 @@ function fo(e, i, t, a, s, n) {
|
|
2834
2834
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
2835
2835
|
], 16));
|
2836
2836
|
}
|
2837
|
-
const ae = /* @__PURE__ */
|
2837
|
+
const ae = /* @__PURE__ */ D(Vl, [["render", fo]]);
|
2838
2838
|
function ge(e) {
|
2839
2839
|
if (e) {
|
2840
2840
|
const i = e.lastIndexOf(".");
|
@@ -3099,7 +3099,7 @@ function wo(e, i, t, a, s, n) {
|
|
3099
3099
|
((k = t.figcaption) == null ? void 0 : k.show) && ((y = t.figcaption) == null ? void 0 : y.position) !== "top" ? (l(), o("figcaption", vo, g((I = t.figcaption) == null ? void 0 : I.text), 1)) : m("", !0)
|
3100
3100
|
], 2));
|
3101
3101
|
}
|
3102
|
-
const be = /* @__PURE__ */
|
3102
|
+
const be = /* @__PURE__ */ D(yo, [["render", wo]]);
|
3103
3103
|
const Io = {
|
3104
3104
|
name: "CmdSlideButton",
|
3105
3105
|
props: {
|
@@ -3151,7 +3151,7 @@ function To(e, i, t, a, s, n) {
|
|
3151
3151
|
}, null, 8, ["iconClass"])
|
3152
3152
|
], 10, xo);
|
3153
3153
|
}
|
3154
|
-
const It = /* @__PURE__ */
|
3154
|
+
const It = /* @__PURE__ */ D(Io, [["render", To]]), So = {
|
3155
3155
|
data() {
|
3156
3156
|
return {
|
3157
3157
|
defaultMessageProperties: {
|
@@ -3281,14 +3281,14 @@ const Mo = {
|
|
3281
3281
|
immediate: !0
|
3282
3282
|
}
|
3283
3283
|
}
|
3284
|
-
}, Oo = ["href", "onClick", "title", "target"], Lo = { key: 1 };
|
3285
|
-
function
|
3284
|
+
}, Oo = { class: "inner-thumbnail-wrapper" }, Do = ["href", "onClick", "title", "target"], Lo = { key: 1 };
|
3285
|
+
function No(e, i, t, a, s, n) {
|
3286
3286
|
const u = It, d = be, r = z;
|
3287
3287
|
return l(), o("div", {
|
3288
3288
|
class: C(["cmd-thumbnail-scroller", { "gallery-scroller": !t.allowOpenFancyBox, "full-width": t.fullWidth, "large-icons": t.largeIcons }]),
|
3289
3289
|
ref: "thumbnail-scroller"
|
3290
3290
|
}, [
|
3291
|
-
f("div",
|
3291
|
+
f("div", Oo, [
|
3292
3292
|
s.showSlidebuttons ? (l(), _(u, {
|
3293
3293
|
key: 0,
|
3294
3294
|
onClick: S(n.showPrevItem, ["prevent"]),
|
@@ -3321,7 +3321,7 @@ function Do(e, i, t, a, s, n) {
|
|
3321
3321
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
3322
3322
|
c.text ? (l(), o("span", Lo, g(c.text), 1)) : m("", !0)
|
3323
3323
|
], 64))
|
3324
|
-
], 8,
|
3324
|
+
], 8, Do)
|
3325
3325
|
], 2))), 128))
|
3326
3326
|
]),
|
3327
3327
|
_: 1
|
@@ -3334,14 +3334,14 @@ function Do(e, i, t, a, s, n) {
|
|
3334
3334
|
])
|
3335
3335
|
], 2);
|
3336
3336
|
}
|
3337
|
-
const
|
3337
|
+
const jo = /* @__PURE__ */ D(Mo, [["render", No]]);
|
3338
3338
|
const xt = (e) => {
|
3339
3339
|
const i = document.createElement("div");
|
3340
3340
|
document.querySelector("body").appendChild(i), hn(Yi, {
|
3341
3341
|
...e,
|
3342
3342
|
show: !0
|
3343
3343
|
}).mount(i);
|
3344
|
-
}, Yi =
|
3344
|
+
}, Yi = Di({
|
3345
3345
|
name: "CmdFancyBox",
|
3346
3346
|
mixins: [
|
3347
3347
|
_e
|
@@ -3494,7 +3494,7 @@ const xt = (e) => {
|
|
3494
3494
|
}));
|
3495
3495
|
},
|
3496
3496
|
async loadContent(e) {
|
3497
|
-
(await
|
3497
|
+
(await Bo(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}`));
|
3498
3498
|
},
|
3499
3499
|
showPrevItem() {
|
3500
3500
|
this.index > 0 ? this.index-- : this.index = this.fancyBoxGallery.length - 1;
|
@@ -3530,32 +3530,32 @@ const xt = (e) => {
|
|
3530
3530
|
}
|
3531
3531
|
}
|
3532
3532
|
});
|
3533
|
-
async function
|
3533
|
+
async function Bo(e) {
|
3534
3534
|
const i = await fetch(e, { method: "HEAD" });
|
3535
3535
|
return i.ok ? (i.headers.get("Content-Type") || "").split(";")[0] : "text/html";
|
3536
3536
|
}
|
3537
|
-
const
|
3537
|
+
const Po = Yi, Fo = ["aria-label"], Ao = { class: "flex-container" }, Ho = {
|
3538
3538
|
key: 1,
|
3539
3539
|
class: "button-wrapper no-flex"
|
3540
|
-
},
|
3540
|
+
}, zo = ["title"], qo = ["title"], Ro = ["title"], Vo = {
|
3541
3541
|
key: 0,
|
3542
3542
|
class: "content"
|
3543
|
-
},
|
3543
|
+
}, Eo = ["innerHTML"], Uo = {
|
3544
3544
|
key: 2,
|
3545
3545
|
class: "content"
|
3546
|
-
},
|
3546
|
+
}, Go = {
|
3547
3547
|
key: 3,
|
3548
3548
|
class: "content"
|
3549
|
-
},
|
3549
|
+
}, Qo = {
|
3550
3550
|
key: 4,
|
3551
3551
|
class: "content"
|
3552
|
-
},
|
3552
|
+
}, Wo = {
|
3553
3553
|
key: 0,
|
3554
3554
|
class: "flex-container no-flex"
|
3555
|
-
},
|
3556
|
-
function
|
3557
|
-
var p, k, y, I, v, T, M, N, V, w, q,
|
3558
|
-
const u = E, d = z, r = be, c = It, h =
|
3555
|
+
}, Zo = ["title"], Jo = { key: 1 }, Yo = ["title"], Ko = { key: 1 };
|
3556
|
+
function Xo(e, i, t, a, s, n) {
|
3557
|
+
var p, k, y, I, v, T, M, N, V, w, q, L, P, U, G, R, Y, W, ne, te, he, O, ce, Nt, jt, Bt, Pt, Ft, At;
|
3558
|
+
const u = E, d = z, r = be, c = It, h = jo;
|
3559
3559
|
return l(), _(fn, { to: "body" }, [
|
3560
3560
|
f("dialog", {
|
3561
3561
|
ref: "dialog",
|
@@ -3563,14 +3563,14 @@ function Ko(e, i, t, a, s, n) {
|
|
3563
3563
|
"aria-label": e.ariaLabelText,
|
3564
3564
|
onCancel: i[5] || (i[5] = (...ie) => e.onDialogCancel && e.onDialogCancel(...ie))
|
3565
3565
|
}, [
|
3566
|
-
f("header",
|
3566
|
+
f("header", Ao, [
|
3567
3567
|
(p = e.cmdHeadline) != null && p.show ? (l(), _(u, {
|
3568
3568
|
key: 0,
|
3569
3569
|
headlineText: (k = e.cmdHeadline) == null ? void 0 : k.headlineText,
|
3570
3570
|
headlineLevel: (y = e.cmdHeadline) == null ? void 0 : y.headlineLevel,
|
3571
3571
|
id: e.htmlId
|
3572
3572
|
}, null, 8, ["headlineText", "headlineLevel", "id"])) : m("", !0),
|
3573
|
-
((I = e.fancyboxOptions.printButtons) == null ? void 0 : I.color) || ((v = e.fancyboxOptions.printButtons) == null ? void 0 : v.grayscale) || e.fancyboxOptions.closeIcon ? (l(), o("div",
|
3573
|
+
((I = e.fancyboxOptions.printButtons) == null ? void 0 : I.color) || ((v = e.fancyboxOptions.printButtons) == null ? void 0 : v.grayscale) || e.fancyboxOptions.closeIcon ? (l(), o("div", Ho, [
|
3574
3574
|
e.showPrintButtons && ((T = e.fancyboxOptions.printButtons) == null ? void 0 : T.color) ? (l(), o("a", {
|
3575
3575
|
key: 0,
|
3576
3576
|
href: "#",
|
@@ -3582,7 +3582,7 @@ function Ko(e, i, t, a, s, n) {
|
|
3582
3582
|
iconClass: (N = e.fancyboxOptions.printButtons.color) == null ? void 0 : N.iconClass,
|
3583
3583
|
type: (V = e.fancyboxOptions.printButtons.color) == null ? void 0 : V.iconType
|
3584
3584
|
}, null, 8, ["iconClass", "type"])
|
3585
|
-
], 8,
|
3585
|
+
], 8, zo)) : m("", !0),
|
3586
3586
|
e.showPrintButtons && ((w = e.fancyboxOptions.printButtons) == null ? void 0 : w.grayscale) ? (l(), o("a", {
|
3587
3587
|
key: 1,
|
3588
3588
|
href: "#",
|
@@ -3591,10 +3591,10 @@ function Ko(e, i, t, a, s, n) {
|
|
3591
3591
|
onClick: i[1] || (i[1] = S((ie) => e.printInGrayscale = !0, ["prevent"]))
|
3592
3592
|
}, [
|
3593
3593
|
x(d, {
|
3594
|
-
iconClass: (
|
3594
|
+
iconClass: (L = e.fancyboxOptions.printButtons.grayscale) == null ? void 0 : L.iconClass,
|
3595
3595
|
type: (P = e.fancyboxOptions.printButtons.grayscale) == null ? void 0 : P.iconType
|
3596
3596
|
}, null, 8, ["iconClass", "type"])
|
3597
|
-
], 8,
|
3597
|
+
], 8, qo)) : m("", !0),
|
3598
3598
|
e.fancyboxOptions.closeIcon ? (l(), o("a", {
|
3599
3599
|
key: 2,
|
3600
3600
|
href: "#",
|
@@ -3608,13 +3608,13 @@ function Ko(e, i, t, a, s, n) {
|
|
3608
3608
|
iconClass: e.fancyboxOptions.closeIcon.iconClass,
|
3609
3609
|
type: e.fancyboxOptions.closeIcon.iconType
|
3610
3610
|
}, null, 8, ["iconClass", "type"])
|
3611
|
-
], 8,
|
3611
|
+
], 8, Ro)) : m("", !0)
|
3612
3612
|
])) : m("", !0)
|
3613
3613
|
]),
|
3614
3614
|
f("div", {
|
3615
3615
|
class: C(["outer-content-wrapper", { grayscale: e.printInGrayscale }])
|
3616
3616
|
}, [
|
3617
|
-
e.fancyBoxImageUrl || ((U = e.cmdImage) == null ? void 0 : U.image) ? (l(), o("div",
|
3617
|
+
e.fancyBoxImageUrl || ((U = e.cmdImage) == null ? void 0 : U.image) ? (l(), o("div", Vo, [
|
3618
3618
|
x(r, {
|
3619
3619
|
image: e.largeSingleImage,
|
3620
3620
|
figcaption: (G = e.cmdImage) == null ? void 0 : G.figcaption
|
@@ -3623,7 +3623,7 @@ function Ko(e, i, t, a, s, n) {
|
|
3623
3623
|
key: 1,
|
3624
3624
|
class: "content",
|
3625
3625
|
innerHTML: e.fancyBoxContent
|
3626
|
-
}, null, 8,
|
3626
|
+
}, null, 8, Eo)) : e.fancyBoxElements ? (l(), o("div", Uo)) : e.fancyBoxGallery ? (l(), o("div", Go, [
|
3627
3627
|
x(c, {
|
3628
3628
|
onClick: S(e.showPrevItem, ["prevent"]),
|
3629
3629
|
slideButtonType: "prev"
|
@@ -3635,11 +3635,11 @@ function Ko(e, i, t, a, s, n) {
|
|
3635
3635
|
x(c, {
|
3636
3636
|
onClick: S(e.showNextItem, ["prevent"])
|
3637
3637
|
}, null, 8, ["onClick"])
|
3638
|
-
])) : (l(), o("div",
|
3638
|
+
])) : (l(), o("div", Qo, [
|
3639
3639
|
H(e.$slots, "default")
|
3640
3640
|
]))
|
3641
3641
|
], 2),
|
3642
|
-
e.showSubmitButtons && e.fancyboxOptions.submitButtons ? (l(), o("footer",
|
3642
|
+
e.showSubmitButtons && e.fancyboxOptions.submitButtons ? (l(), o("footer", Wo, [
|
3643
3643
|
(R = e.fancyboxOptions.submitButtons) != null && R.cancel ? (l(), o("button", {
|
3644
3644
|
key: 0,
|
3645
3645
|
onClick: i[3] || (i[3] = (...ie) => e.cancel && e.cancel(...ie)),
|
@@ -3650,8 +3650,8 @@ function Ko(e, i, t, a, s, n) {
|
|
3650
3650
|
iconClass: (ne = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : ne.iconClass,
|
3651
3651
|
type: (te = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : te.iconType
|
3652
3652
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
3653
|
-
(he = e.fancyboxOptions.submitButtons.cancel) != null && he.buttonText ? (l(), o("span",
|
3654
|
-
], 8,
|
3653
|
+
(he = e.fancyboxOptions.submitButtons.cancel) != null && he.buttonText ? (l(), o("span", Jo, g((O = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : O.buttonText), 1)) : m("", !0)
|
3654
|
+
], 8, Zo)) : m("", !0),
|
3655
3655
|
(ce = e.fancyboxOptions.submitButtons) != null && ce.confirm ? (l(), o("button", {
|
3656
3656
|
key: 1,
|
3657
3657
|
onClick: i[4] || (i[4] = (...ie) => e.confirm && e.confirm(...ie)),
|
@@ -3662,8 +3662,8 @@ function Ko(e, i, t, a, s, n) {
|
|
3662
3662
|
iconClass: (Bt = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : Bt.iconClass,
|
3663
3663
|
type: (Pt = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : Pt.iconType
|
3664
3664
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
3665
|
-
(Ft = e.fancyboxOptions.submitButtons.confirm) != null && Ft.buttonText ? (l(), o("span",
|
3666
|
-
], 8,
|
3665
|
+
(Ft = e.fancyboxOptions.submitButtons.confirm) != null && Ft.buttonText ? (l(), o("span", Ko, g((At = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : At.buttonText), 1)) : m("", !0)
|
3666
|
+
], 8, Yo)) : m("", !0)
|
3667
3667
|
])) : m("", !0),
|
3668
3668
|
e.fancyBoxGallery ? (l(), _(h, {
|
3669
3669
|
key: 1,
|
@@ -3672,11 +3672,11 @@ function Ko(e, i, t, a, s, n) {
|
|
3672
3672
|
onClick: e.showItem,
|
3673
3673
|
activeItemIndex: e.index
|
3674
3674
|
}, null, 8, ["thumbnailScrollerItems", "onClick", "activeItemIndex"])) : m("", !0)
|
3675
|
-
], 42,
|
3675
|
+
], 42, Fo)
|
3676
3676
|
]);
|
3677
3677
|
}
|
3678
|
-
const
|
3679
|
-
const
|
3678
|
+
const Eh = /* @__PURE__ */ D(Po, [["render", Xo]]);
|
3679
|
+
const $o = {
|
3680
3680
|
name: "CmdListOfLinks",
|
3681
3681
|
emits: ["click"],
|
3682
3682
|
props: {
|
@@ -3734,8 +3734,8 @@ const Xo = {
|
|
3734
3734
|
this.$emit("click", { link: e, originalEvent: i });
|
3735
3735
|
}
|
3736
3736
|
}
|
3737
|
-
},
|
3738
|
-
function
|
3737
|
+
}, ea = ["href", "target", "onClick", "title"], ta = { key: 1 }, ia = { key: 1 };
|
3738
|
+
function na(e, i, t, a, s, n) {
|
3739
3739
|
const u = E, d = z, r = K("router-link");
|
3740
3740
|
return l(), o("div", {
|
3741
3741
|
class: C(["cmd-list-of-links", { box: t.styleAsBox, horizontal: t.orientation === "horizontal", "section-anchors": t.sectionAnchors, "large-icons": t.largeIcons }])
|
@@ -3760,8 +3760,8 @@ function ia(e, i, t, a, s, n) {
|
|
3760
3760
|
iconClass: c.iconClass,
|
3761
3761
|
type: c.iconType
|
3762
3762
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
3763
|
-
c.text ? (l(), o("span",
|
3764
|
-
], 8,
|
3763
|
+
c.text ? (l(), o("span", ta, g(c.text), 1)) : m("", !0)
|
3764
|
+
], 8, ea)) : c.type === "router" ? (l(), _(r, {
|
3765
3765
|
key: 1,
|
3766
3766
|
to: n.getRoute(c),
|
3767
3767
|
title: c.tooltip
|
@@ -3772,7 +3772,7 @@ function ia(e, i, t, a, s, n) {
|
|
3772
3772
|
iconClass: c.iconClass,
|
3773
3773
|
type: c.iconType
|
3774
3774
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
3775
|
-
c.text ? (l(), o("span",
|
3775
|
+
c.text ? (l(), o("span", ia, g(c.text), 1)) : m("", !0)
|
3776
3776
|
]),
|
3777
3777
|
_: 2
|
3778
3778
|
}, 1032, ["to", "title"])) : m("", !0)
|
@@ -3780,7 +3780,7 @@ function ia(e, i, t, a, s, n) {
|
|
3780
3780
|
], 2)
|
3781
3781
|
], 2);
|
3782
3782
|
}
|
3783
|
-
const
|
3783
|
+
const sa = /* @__PURE__ */ D($o, [["render", na]]), la = {
|
3784
3784
|
data() {
|
3785
3785
|
return {
|
3786
3786
|
defaultMessageProperties: {
|
@@ -3791,7 +3791,7 @@ const na = /* @__PURE__ */ L(Xo, [["render", ia]]), sa = {
|
|
3791
3791
|
}
|
3792
3792
|
};
|
3793
3793
|
}
|
3794
|
-
},
|
3794
|
+
}, oa = {
|
3795
3795
|
props: {
|
3796
3796
|
globalCurrency: {
|
3797
3797
|
type: Object,
|
@@ -3808,8 +3808,8 @@ const Tt = {
|
|
3808
3808
|
name: "CmdBox",
|
3809
3809
|
mixins: [
|
3810
3810
|
X,
|
3811
|
-
|
3812
|
-
|
3811
|
+
la,
|
3812
|
+
oa
|
3813
3813
|
],
|
3814
3814
|
emits: ["click", "toggle-collapse"],
|
3815
3815
|
data() {
|
@@ -3940,35 +3940,39 @@ const Tt = {
|
|
3940
3940
|
}
|
3941
3941
|
}, ti = () => {
|
3942
3942
|
Ni((e) => ({
|
3943
|
-
"
|
3943
|
+
"1fc0480e": e.cutoffTextLines
|
3944
3944
|
}));
|
3945
3945
|
}, ii = Tt.setup;
|
3946
3946
|
Tt.setup = ii ? (e, i) => (ti(), ii(e, i)) : ti;
|
3947
|
-
const
|
3947
|
+
const aa = Tt, ra = ["title"], ca = {
|
3948
3948
|
key: 0,
|
3949
3949
|
class: "box-header"
|
3950
|
-
},
|
3950
|
+
}, ua = {
|
3951
|
+
class: "box-body",
|
3952
|
+
"aria-expanded": "true",
|
3953
|
+
role: "article"
|
3954
|
+
}, da = ["src", "alt"], ma = { key: 1 }, ha = {
|
3951
3955
|
key: 2,
|
3952
3956
|
class: "box-footer"
|
3953
|
-
},
|
3957
|
+
}, fa = { class: "box-header flex-container vertical" }, ga = { key: 0 }, pa = ["src", "alt"], ya = { key: 1 }, Ca = {
|
3954
3958
|
key: 2,
|
3955
3959
|
class: "ribbon-new"
|
3956
|
-
},
|
3960
|
+
}, _a = {
|
3957
3961
|
key: 3,
|
3958
3962
|
class: "ribbon-discount"
|
3959
|
-
},
|
3963
|
+
}, ba = { class: "box-body" }, ka = { key: 0 }, va = {
|
3960
3964
|
key: 1,
|
3961
3965
|
class: "price"
|
3962
|
-
},
|
3966
|
+
}, wa = ["title"], Ia = { key: 2 }, xa = { class: "box-header flex-container vertical" }, Ta = { key: 0 }, Sa = ["src", "alt"], Ma = { key: 0 }, Oa = { key: 1 }, Da = ["title"], La = { key: 0 }, Na = { class: "box-body" }, ja = { key: 0 }, Ba = { key: 1 }, Pa = { key: 2 }, Fa = {
|
3963
3967
|
key: 3,
|
3964
3968
|
class: "description"
|
3965
|
-
},
|
3969
|
+
}, Aa = { class: "tags" }, Ha = {
|
3966
3970
|
key: 0,
|
3967
3971
|
class: "box-footer"
|
3968
3972
|
};
|
3969
|
-
function
|
3973
|
+
function za(e, i, t, a, s, n) {
|
3970
3974
|
var c, h, p, k, y, I, v, T, M;
|
3971
|
-
const u = E, d = z, r =
|
3975
|
+
const u = E, d = z, r = sa;
|
3972
3976
|
return t.boxType === "content" ? (l(), o("div", {
|
3973
3977
|
key: 0,
|
3974
3978
|
class: C([
|
@@ -3994,50 +3998,53 @@ function Ha(e, i, t, a, s, n) {
|
|
3994
3998
|
iconClass: s.open ? t.iconOpen.iconClass : t.iconClosed.iconClass,
|
3995
3999
|
type: s.open ? t.iconOpen.iconType : t.iconClosed.iconType
|
3996
4000
|
}, null, 8, ["iconClass", "type"])
|
3997
|
-
], 8,
|
3998
|
-
((p = t.useSlots) == null ? void 0 : p.includes("header")) || ((k = t.cmdHeadline) == null ? void 0 : k.headlineText) ? (l(), o("div",
|
4001
|
+
], 8, ra)) : (l(), o(b, { key: 1 }, [
|
4002
|
+
((p = t.useSlots) == null ? void 0 : p.includes("header")) || ((k = t.cmdHeadline) == null ? void 0 : k.headlineText) ? (l(), o("div", ca, [
|
3999
4003
|
(y = t.useSlots) != null && y.includes("header") ? H(e.$slots, "header", { key: 0 }) : m("", !0),
|
4000
4004
|
(I = t.cmdHeadline) != null && I.headlineText ? (l(), _(u, Q(F({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0)
|
4001
4005
|
])) : m("", !0)
|
4002
4006
|
], 64)),
|
4003
|
-
$(f("div",
|
4004
|
-
|
4005
|
-
|
4006
|
-
|
4007
|
-
|
4008
|
-
|
4009
|
-
|
4010
|
-
|
4011
|
-
|
4012
|
-
|
4013
|
-
|
4014
|
-
|
4015
|
-
|
4016
|
-
|
4017
|
-
|
4018
|
-
|
4019
|
-
|
4020
|
-
|
4021
|
-
|
4022
|
-
|
4023
|
-
|
4024
|
-
|
4025
|
-
|
4026
|
-
|
4007
|
+
$(f("div", ua, [
|
4008
|
+
(v = t.useSlots) != null && v.includes("body") ? (l(), o("div", {
|
4009
|
+
key: 0,
|
4010
|
+
class: C({ "default-padding": t.useDefaultPadding })
|
4011
|
+
}, [
|
4012
|
+
H(e.$slots, "body", {}, () => [
|
4013
|
+
x(ft, { name: n.toggleTransition }, {
|
4014
|
+
default: j(() => [
|
4015
|
+
f("p", {
|
4016
|
+
class: C({
|
4017
|
+
"cutoff-text": t.cutoffTextLines > 0,
|
4018
|
+
"fade-last-line": t.fadeLastLine && !s.showCutOffText,
|
4019
|
+
"show-text": s.showCutOffText
|
4020
|
+
})
|
4021
|
+
}, g(t.textBody), 3),
|
4022
|
+
t.cutoffTextLines > 0 ? (l(), o("a", {
|
4023
|
+
key: 0,
|
4024
|
+
href: "#",
|
4025
|
+
onClick: i[1] || (i[1] = S((...N) => n.toggleCutOffText && n.toggleCutOffText(...N), ["prevent"]))
|
4026
|
+
}, g(s.showCutOffText ? e.getMessage("cmdbox.contentbox.collapse_text") : e.getMessage("cmdbox.contentbox.expand_text")), 1)) : m("", !0)
|
4027
|
+
]),
|
4028
|
+
_: 1
|
4029
|
+
}, 8, ["name"])
|
4030
|
+
])
|
4031
|
+
], 2)) : (l(), o(b, { key: 1 }, [
|
4027
4032
|
t.image ? (l(), o("img", {
|
4028
4033
|
key: 0,
|
4029
4034
|
src: t.image.src,
|
4030
4035
|
alt: t.image.altText
|
4031
|
-
}, null, 8,
|
4032
|
-
f("div",
|
4036
|
+
}, null, 8, da)) : m("", !0),
|
4037
|
+
f("div", {
|
4038
|
+
class: C({ "default-padding": t.useDefaultPadding })
|
4039
|
+
}, [
|
4033
4040
|
((T = t.cmdHeadline) == null ? void 0 : T.headlineText) && t.repeatHeadlineInBoxBody ? (l(), _(u, Q(F({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
4034
|
-
t.textBody ? (l(), o("p",
|
4035
|
-
])
|
4041
|
+
t.textBody ? (l(), o("p", ma, g(t.textBody), 1)) : m("", !0)
|
4042
|
+
], 2)
|
4036
4043
|
], 64))
|
4037
|
-
],
|
4044
|
+
], 512), [
|
4038
4045
|
[me, s.open]
|
4039
4046
|
]),
|
4040
|
-
(M = t.useSlots) != null && M.includes("footer") ? (l(), o("div",
|
4047
|
+
(M = t.useSlots) != null && M.includes("footer") ? (l(), o("div", ha, [
|
4041
4048
|
H(e.$slots, "footer")
|
4042
4049
|
])) : m("", !0)
|
4043
4050
|
], 2)) : t.boxType === "product" && t.product ? (l(), o("a", {
|
@@ -4046,30 +4053,30 @@ function Ha(e, i, t, a, s, n) {
|
|
4046
4053
|
href: "#",
|
4047
4054
|
onClick: i[2] || (i[2] = S((N) => n.clickOnProduct(t.product), ["prevent"]))
|
4048
4055
|
}, [
|
4049
|
-
f("div",
|
4050
|
-
t.product.image !== void 0 ? (l(), o("figure",
|
4056
|
+
f("div", fa, [
|
4057
|
+
t.product.image !== void 0 ? (l(), o("figure", ga, [
|
4051
4058
|
f("img", {
|
4052
4059
|
src: t.product.image.src,
|
4053
4060
|
alt: t.product.image.alt
|
4054
|
-
}, null, 8,
|
4061
|
+
}, null, 8, pa),
|
4055
4062
|
f("figcaption", null, g(t.product.name), 1)
|
4056
|
-
])) : (l(), o("p",
|
4057
|
-
t.product.new ? (l(), o("div",
|
4063
|
+
])) : (l(), o("p", ya, g(t.product.name), 1)),
|
4064
|
+
t.product.new ? (l(), o("div", Ca, [
|
4058
4065
|
f("span", null, g(e.getMessage("cmdbox.productbox.new")), 1)
|
4059
4066
|
])) : m("", !0),
|
4060
|
-
t.product.discount ? (l(), o("div",
|
4067
|
+
t.product.discount ? (l(), o("div", _a, [
|
4061
4068
|
f("span", null, g(t.product.discount), 1)
|
4062
4069
|
])) : m("", !0)
|
4063
4070
|
]),
|
4064
|
-
f("div",
|
4065
|
-
t.product.articleNumber ? (l(), o("p",
|
4066
|
-
t.product.price ? (l(), o("p",
|
4071
|
+
f("div", ba, [
|
4072
|
+
t.product.articleNumber ? (l(), o("p", ka, g(e.getMessage("cmdbox.productbox.article_no")) + " " + g(t.product.articleNumber), 1)) : m("", !0),
|
4073
|
+
t.product.price ? (l(), o("p", va, [
|
4067
4074
|
f("span", null, g(t.product.price), 1),
|
4068
4075
|
f("span", {
|
4069
4076
|
title: e.globalCurrency.name
|
4070
|
-
}, g(e.globalCurrency.symbol), 9,
|
4077
|
+
}, g(e.globalCurrency.symbol), 9, wa)
|
4071
4078
|
])) : m("", !0),
|
4072
|
-
t.product.description ? (l(), o("p",
|
4079
|
+
t.product.description ? (l(), o("p", Ia, g(t.product.description), 1)) : m("", !0)
|
4073
4080
|
])
|
4074
4081
|
], 2)) : t.boxType === "user" && t.user ? (l(), o("div", {
|
4075
4082
|
key: 2,
|
@@ -4083,34 +4090,34 @@ function Ha(e, i, t, a, s, n) {
|
|
4083
4090
|
}
|
4084
4091
|
])
|
4085
4092
|
}, [
|
4086
|
-
f("div",
|
4087
|
-
t.user.image ? (l(), o("figure",
|
4093
|
+
f("div", xa, [
|
4094
|
+
t.user.image ? (l(), o("figure", Ta, [
|
4088
4095
|
f("img", {
|
4089
4096
|
src: t.user.image.src,
|
4090
4097
|
alt: t.user.image.alt
|
4091
|
-
}, null, 8,
|
4098
|
+
}, null, 8, Sa),
|
4092
4099
|
f("figcaption", null, [
|
4093
4100
|
A(g(t.user.name) + " ", 1),
|
4094
|
-
t.user.age ? (l(), o("span",
|
4101
|
+
t.user.age ? (l(), o("span", Ma, ", " + g(t.user.age), 1)) : m("", !0)
|
4095
4102
|
])
|
4096
|
-
])) : (l(), o("div",
|
4103
|
+
])) : (l(), o("div", Oa, [
|
4097
4104
|
f("span", {
|
4098
4105
|
class: C(t.defaultProfileIconClass),
|
4099
4106
|
title: t.user.name
|
4100
|
-
}, null, 10,
|
4107
|
+
}, null, 10, Da),
|
4101
4108
|
t.rowView ? m("", !0) : (l(), o("p", La, g(t.user.name), 1))
|
4102
4109
|
]))
|
4103
4110
|
]),
|
4104
|
-
f("div",
|
4105
|
-
t.rowView ? (l(), o("p",
|
4106
|
-
t.user.profession ? (l(), o("p",
|
4107
|
-
t.user.position ? (l(), o("p",
|
4108
|
-
t.user.description ? (l(), o("p",
|
4111
|
+
f("div", Na, [
|
4112
|
+
t.rowView ? (l(), o("p", ja, g(t.user.name), 1)) : m("", !0),
|
4113
|
+
t.user.profession ? (l(), o("p", Ba, g(t.user.profession), 1)) : m("", !0),
|
4114
|
+
t.user.position ? (l(), o("p", Pa, g(t.user.position), 1)) : m("", !0),
|
4115
|
+
t.user.description ? (l(), o("p", Fa, g(t.user.description), 1)) : m("", !0)
|
4109
4116
|
]),
|
4110
|
-
f("ul",
|
4117
|
+
f("ul", Aa, [
|
4111
4118
|
(l(!0), o(b, null, B(t.user.tags, (N, V) => (l(), o("li", { key: V }, g(N), 1))), 128))
|
4112
4119
|
]),
|
4113
|
-
t.user.links ? (l(), o("div",
|
4120
|
+
t.user.links ? (l(), o("div", Ha, [
|
4114
4121
|
x(r, {
|
4115
4122
|
links: t.user.links,
|
4116
4123
|
orientation: "horizontal",
|
@@ -4119,7 +4126,7 @@ function Ha(e, i, t, a, s, n) {
|
|
4119
4126
|
])) : m("", !0)
|
4120
4127
|
], 2)) : m("", !0);
|
4121
4128
|
}
|
4122
|
-
const
|
4129
|
+
const qa = /* @__PURE__ */ D(aa, [["render", za]]);
|
4123
4130
|
const St = {
|
4124
4131
|
name: "CmdBoxWrapper",
|
4125
4132
|
data() {
|
@@ -4238,16 +4245,16 @@ const St = {
|
|
4238
4245
|
}));
|
4239
4246
|
}, si = St.setup;
|
4240
4247
|
St.setup = si ? (e, i) => (ni(), si(e, i)) : ni;
|
4241
|
-
const
|
4248
|
+
const Ra = St, Va = { class: "cmd-box-wrapper" }, Ea = { class: "flex-container headline-wrapper" }, Ua = {
|
4242
4249
|
key: 1,
|
4243
4250
|
class: "options-wrapper"
|
4244
|
-
},
|
4245
|
-
function
|
4251
|
+
}, Ga = ["title"], Qa = ["title"];
|
4252
|
+
function Wa(e, i, t, a, s, n) {
|
4246
4253
|
const u = E, d = z;
|
4247
|
-
return l(), o("div",
|
4248
|
-
f("div",
|
4254
|
+
return l(), o("div", Va, [
|
4255
|
+
f("div", Ea, [
|
4249
4256
|
t.cmdHeadline.headlineText ? (l(), _(u, Q(F({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
4250
|
-
t.allowUserToToggleOrientation || t.allowTogglingCollapsingBoxes ? (l(), o("div",
|
4257
|
+
t.allowUserToToggleOrientation || t.allowTogglingCollapsingBoxes ? (l(), o("div", Ua, [
|
4251
4258
|
t.allowTogglingCollapsingBoxes ? (l(), o("a", {
|
4252
4259
|
key: 0,
|
4253
4260
|
href: "#",
|
@@ -4258,7 +4265,7 @@ function Qa(e, i, t, a, s, n) {
|
|
4258
4265
|
iconClass: s.collapsingBoxesOpen ? t.expandBoxesIcon.iconClass : t.collapseBoxesIcon.iconClass,
|
4259
4266
|
type: s.rowView ? t.iconGridView.iconType : t.iconRowView.iconType
|
4260
4267
|
}, null, 8, ["iconClass", "type"])
|
4261
|
-
], 8,
|
4268
|
+
], 8, Ga)) : m("", !0),
|
4262
4269
|
t.allowUserToToggleOrientation ? (l(), o("a", {
|
4263
4270
|
key: 1,
|
4264
4271
|
href: "#",
|
@@ -4269,7 +4276,7 @@ function Qa(e, i, t, a, s, n) {
|
|
4269
4276
|
iconClass: s.rowView ? t.iconGridView.iconClass : t.iconRowView.iconClass,
|
4270
4277
|
type: s.rowView ? t.iconGridView.iconType : t.iconRowView.iconType
|
4271
4278
|
}, null, 8, ["iconClass", "type"])
|
4272
|
-
], 8,
|
4279
|
+
], 8, Qa)) : m("", !0)
|
4273
4280
|
])) : m("", !0)
|
4274
4281
|
]),
|
4275
4282
|
f("div", {
|
@@ -4284,8 +4291,8 @@ function Qa(e, i, t, a, s, n) {
|
|
4284
4291
|
], 2)
|
4285
4292
|
]);
|
4286
4293
|
}
|
4287
|
-
const
|
4288
|
-
const
|
4294
|
+
const Uh = /* @__PURE__ */ D(Ra, [["render", Wa]]);
|
4295
|
+
const Za = {
|
4289
4296
|
name: "CmdBreadcrumbs",
|
4290
4297
|
props: {
|
4291
4298
|
breadcrumbLabel: {
|
@@ -4306,11 +4313,11 @@ const Wa = {
|
|
4306
4313
|
return oe(e);
|
4307
4314
|
}
|
4308
4315
|
}
|
4309
|
-
},
|
4310
|
-
function
|
4316
|
+
}, Ja = { class: "cmd-breadcrumbs" }, Ya = { key: 0 }, Ka = ["href"], Xa = { key: 1 }, $a = { key: 1 }, er = { key: 2 }, tr = { key: 1 }, ir = { key: 3 };
|
4317
|
+
function nr(e, i, t, a, s, n) {
|
4311
4318
|
const u = z, d = K("router-link");
|
4312
|
-
return l(), o("ul",
|
4313
|
-
t.breadcrumbLabel ? (l(), o("li",
|
4319
|
+
return l(), o("ul", Ja, [
|
4320
|
+
t.breadcrumbLabel ? (l(), o("li", Ya, g(t.breadcrumbLabel), 1)) : m("", !0),
|
4314
4321
|
(l(!0), o(b, null, B(t.breadcrumbLinks || [], (r, c) => (l(), o("li", { key: c }, [
|
4315
4322
|
r.type === "href" ? (l(), o("a", {
|
4316
4323
|
key: 0,
|
@@ -4321,8 +4328,8 @@ function ir(e, i, t, a, s, n) {
|
|
4321
4328
|
iconClass: r.iconClass,
|
4322
4329
|
type: r.iconType
|
4323
4330
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
4324
|
-
r.text ? (l(), o("span",
|
4325
|
-
], 8,
|
4331
|
+
r.text ? (l(), o("span", Xa, g(r.text), 1)) : m("", !0)
|
4332
|
+
], 8, Ka)) : r.type === "router" ? (l(), _(d, {
|
4326
4333
|
key: 1,
|
4327
4334
|
to: n.getRoute(r)
|
4328
4335
|
}, {
|
@@ -4332,23 +4339,23 @@ function ir(e, i, t, a, s, n) {
|
|
4332
4339
|
iconClass: r.iconClass,
|
4333
4340
|
type: r.iconType
|
4334
4341
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
4335
|
-
r.text ? (l(), o("span",
|
4342
|
+
r.text ? (l(), o("span", $a, g(r.text), 1)) : m("", !0)
|
4336
4343
|
]),
|
4337
4344
|
_: 2
|
4338
|
-
}, 1032, ["to"])) : (l(), o("span",
|
4345
|
+
}, 1032, ["to"])) : (l(), o("span", er, [
|
4339
4346
|
r.iconClass ? (l(), _(u, {
|
4340
4347
|
key: 0,
|
4341
4348
|
iconClass: r.iconClass,
|
4342
4349
|
type: r.iconType
|
4343
4350
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
4344
|
-
r.text ? (l(), o("span",
|
4351
|
+
r.text ? (l(), o("span", tr, g(r.text), 1)) : m("", !0)
|
4345
4352
|
])),
|
4346
|
-
c < t.breadcrumbLinks.length - 1 ? (l(), o("span",
|
4353
|
+
c < t.breadcrumbLinks.length - 1 ? (l(), o("span", ir, g(t.breadcrumbSeparator), 1)) : m("", !0)
|
4347
4354
|
]))), 128))
|
4348
4355
|
]);
|
4349
4356
|
}
|
4350
|
-
const
|
4351
|
-
const
|
4357
|
+
const Gh = /* @__PURE__ */ D(Za, [["render", nr]]);
|
4358
|
+
const sr = {
|
4352
4359
|
name: "CmdCompanyLogo",
|
4353
4360
|
data() {
|
4354
4361
|
return {
|
@@ -4410,11 +4417,11 @@ const nr = {
|
|
4410
4417
|
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";
|
4411
4418
|
}
|
4412
4419
|
}
|
4413
|
-
},
|
4414
|
-
function
|
4420
|
+
}, lr = { class: "cmd-company-logo" }, or = ["href", "title"];
|
4421
|
+
function ar(e, i, t, a, s, n) {
|
4415
4422
|
var r, c, h, p, k, y;
|
4416
4423
|
const u = be, d = K("router-link");
|
4417
|
-
return l(), o("div",
|
4424
|
+
return l(), o("div", lr, [
|
4418
4425
|
((r = t.link) == null ? void 0 : r.type) === "router" ? (l(), _(d, {
|
4419
4426
|
key: 0,
|
4420
4427
|
to: (c = t.link) == null ? void 0 : c.path,
|
@@ -4430,13 +4437,13 @@ function or(e, i, t, a, s, n) {
|
|
4430
4437
|
title: (y = t.link) == null ? void 0 : y.tooltip
|
4431
4438
|
}, [
|
4432
4439
|
x(u, { image: n.image }, null, 8, ["image"])
|
4433
|
-
], 8,
|
4440
|
+
], 8, or)) : (l(), _(u, {
|
4434
4441
|
key: 2,
|
4435
4442
|
image: n.image
|
4436
4443
|
}, null, 8, ["image"]))
|
4437
4444
|
]);
|
4438
4445
|
}
|
4439
|
-
const
|
4446
|
+
const rr = /* @__PURE__ */ D(sr, [["render", ar]]), cr = {
|
4440
4447
|
data() {
|
4441
4448
|
return {
|
4442
4449
|
defaultMessageProperties: {
|
@@ -4446,9 +4453,9 @@ const ar = /* @__PURE__ */ L(nr, [["render", or]]), rr = {
|
|
4446
4453
|
};
|
4447
4454
|
}
|
4448
4455
|
};
|
4449
|
-
const
|
4456
|
+
const ur = {
|
4450
4457
|
name: "CmdCookieDisclaimer",
|
4451
|
-
mixins: [X,
|
4458
|
+
mixins: [X, cr],
|
4452
4459
|
data() {
|
4453
4460
|
return {
|
4454
4461
|
showCookieDisclaimer: !0,
|
@@ -4543,20 +4550,20 @@ const cr = {
|
|
4543
4550
|
}));
|
4544
4551
|
}
|
4545
4552
|
}
|
4546
|
-
},
|
4553
|
+
}, dr = { class: "cmd-cookie-disclaimer flex-container vertical" }, mr = {
|
4547
4554
|
key: 0,
|
4548
4555
|
class: "flex-container vertical"
|
4549
|
-
},
|
4556
|
+
}, hr = { key: 0 }, fr = { key: 1 }, gr = ["href", "target"], pr = ["innerHTML"], yr = /* @__PURE__ */ f("hr", null, null, -1), Cr = {
|
4550
4557
|
key: 1,
|
4551
4558
|
class: "flex-container vertical"
|
4552
|
-
},
|
4553
|
-
function
|
4554
|
-
const u = E, d = ae, r =
|
4559
|
+
}, _r = { key: 0 }, br = { key: 1 }, kr = ["href", "target"], vr = ["innerHTML"], wr = { class: "button-wrapper align-center" };
|
4560
|
+
function Ir(e, i, t, a, s, n) {
|
4561
|
+
const u = E, d = ae, r = qa;
|
4555
4562
|
return l(), _(se, { name: "fade" }, {
|
4556
4563
|
default: j(() => {
|
4557
4564
|
var c, h, p;
|
4558
4565
|
return [
|
4559
|
-
f("div",
|
4566
|
+
f("div", dr, [
|
4560
4567
|
((c = t.cmdHeadlineCookieDisclaimer) == null ? void 0 : c.show) && ((h = t.cmdHeadlineCookieDisclaimer) == null ? void 0 : h.headlineText) && ((p = t.cmdHeadlineCookieDisclaimer) == null ? void 0 : p.headlineLevel) ? (l(), _(u, {
|
4561
4568
|
key: 0,
|
4562
4569
|
headlineText: t.cmdHeadlineCookieDisclaimer.headlineText,
|
@@ -4565,17 +4572,17 @@ function wr(e, i, t, a, s, n) {
|
|
4565
4572
|
H(e.$slots, "cookie-options", {}, () => {
|
4566
4573
|
var k, y, I, v, T, M, N, V;
|
4567
4574
|
return [
|
4568
|
-
(k = t.cookieOptions) != null && k.required ? (l(), o("div",
|
4575
|
+
(k = t.cookieOptions) != null && k.required ? (l(), o("div", mr, [
|
4569
4576
|
(y = t.cmdBoxRequiredCookies) != null && y.showHeadline ? (l(), _(u, {
|
4570
4577
|
key: 0,
|
4571
4578
|
"headline-text": (I = t.cmdBoxRequiredCookies) == null ? void 0 : I.headlineText,
|
4572
4579
|
"headline-level": (v = t.cmdBoxRequiredCookies) == null ? void 0 : v.headlineLevel
|
4573
4580
|
}, null, 8, ["headline-text", "headline-level"])) : m("", !0),
|
4574
4581
|
(l(!0), o(b, null, B(t.cookieOptions.required.cookies || [], (w, q) => {
|
4575
|
-
var
|
4582
|
+
var L;
|
4576
4583
|
return l(), _(r, {
|
4577
4584
|
useSlots: ["header", "body"],
|
4578
|
-
collapsible: (
|
4585
|
+
collapsible: (L = t.cmdBoxRequiredCookies) == null ? void 0 : L.collapsible,
|
4579
4586
|
key: q
|
4580
4587
|
}, {
|
4581
4588
|
header: j(() => [
|
@@ -4593,36 +4600,36 @@ function wr(e, i, t, a, s, n) {
|
|
4593
4600
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
4594
4601
|
]),
|
4595
4602
|
body: j(() => [
|
4596
|
-
w.description ? (l(), o("p",
|
4597
|
-
w.linkDataPrivacy ? (l(), o("p",
|
4603
|
+
w.description ? (l(), o("p", hr, g(w.description), 1)) : m("", !0),
|
4604
|
+
w.linkDataPrivacy ? (l(), o("p", fr, [
|
4598
4605
|
A(g(w.linkDataPrivacy.label) + " ", 1),
|
4599
4606
|
f("a", {
|
4600
4607
|
onClick: i[1] || (i[1] = (...P) => n.openDataPrivacy && n.openDataPrivacy(...P)),
|
4601
4608
|
href: w.linkDataPrivacy.link,
|
4602
4609
|
target: w.linkDataPrivacy.target
|
4603
|
-
}, g(w.linkDataPrivacy.linkText), 9,
|
4610
|
+
}, g(w.linkDataPrivacy.linkText), 9, gr)
|
4604
4611
|
])) : m("", !0),
|
4605
4612
|
s.dataPrivacyContent ? (l(), o("div", {
|
4606
4613
|
key: 2,
|
4607
4614
|
innerHTML: s.dataPrivacyContent
|
4608
|
-
}, null, 8,
|
4615
|
+
}, null, 8, pr)) : m("", !0)
|
4609
4616
|
]),
|
4610
4617
|
_: 2
|
4611
4618
|
}, 1032, ["collapsible"]);
|
4612
4619
|
}), 128))
|
4613
4620
|
])) : m("", !0),
|
4614
|
-
|
4615
|
-
(T = t.cookieOptions) != null && T.optional ? (l(), o("div",
|
4621
|
+
yr,
|
4622
|
+
(T = t.cookieOptions) != null && T.optional ? (l(), o("div", Cr, [
|
4616
4623
|
(M = t.cmdBoxOptionalCookies) != null && M.showHeadline ? (l(), _(u, {
|
4617
4624
|
key: 0,
|
4618
4625
|
"headline-text": (N = t.cmdBoxOptionalCookies) == null ? void 0 : N.headlineText,
|
4619
4626
|
"headline-level": (V = t.cmdBoxOptionalCookies) == null ? void 0 : V.headlineLevel
|
4620
4627
|
}, null, 8, ["headline-text", "headline-level"])) : m("", !0),
|
4621
4628
|
(l(!0), o(b, null, B(t.cookieOptions.optional.cookies || [], (w, q) => {
|
4622
|
-
var
|
4629
|
+
var L;
|
4623
4630
|
return l(), _(r, {
|
4624
4631
|
useSlots: ["header", "body"],
|
4625
|
-
collapsible: (
|
4632
|
+
collapsible: (L = t.cmdBoxOptionalCookies) == null ? void 0 : L.collapsible,
|
4626
4633
|
key: q
|
4627
4634
|
}, {
|
4628
4635
|
header: j(() => [
|
@@ -4640,19 +4647,19 @@ function wr(e, i, t, a, s, n) {
|
|
4640
4647
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
4641
4648
|
]),
|
4642
4649
|
body: j(() => [
|
4643
|
-
w.description ? (l(), o("p",
|
4644
|
-
w.linkDataPrivacy ? (l(), o("p",
|
4650
|
+
w.description ? (l(), o("p", _r, g(w.description), 1)) : m("", !0),
|
4651
|
+
w.linkDataPrivacy ? (l(), o("p", br, [
|
4645
4652
|
A(g(w.linkDataPrivacy.label) + " ", 1),
|
4646
4653
|
f("a", {
|
4647
4654
|
onClick: i[3] || (i[3] = (...P) => n.openDataPrivacy && n.openDataPrivacy(...P)),
|
4648
4655
|
href: w.linkDataPrivacy.link,
|
4649
4656
|
target: w.linkDataPrivacy.target
|
4650
|
-
}, g(w.linkDataPrivacy.linkText), 9,
|
4657
|
+
}, g(w.linkDataPrivacy.linkText), 9, kr)
|
4651
4658
|
])) : m("", !0),
|
4652
4659
|
s.dataPrivacyContent ? (l(), o("div", {
|
4653
4660
|
key: 2,
|
4654
4661
|
innerHTML: s.dataPrivacyContent
|
4655
|
-
}, null, 8,
|
4662
|
+
}, null, 8, vr)) : m("", !0)
|
4656
4663
|
]),
|
4657
4664
|
_: 2
|
4658
4665
|
}, 1032, ["collapsible"]);
|
@@ -4661,7 +4668,7 @@ function wr(e, i, t, a, s, n) {
|
|
4661
4668
|
];
|
4662
4669
|
}),
|
4663
4670
|
H(e.$slots, "privacy-text"),
|
4664
|
-
f("div",
|
4671
|
+
f("div", wr, [
|
4665
4672
|
t.buttonLabelAcceptCurrentSettings ? (l(), o("button", {
|
4666
4673
|
key: 0,
|
4667
4674
|
type: "button",
|
@@ -4684,24 +4691,24 @@ function wr(e, i, t, a, s, n) {
|
|
4684
4691
|
_: 3
|
4685
4692
|
});
|
4686
4693
|
}
|
4687
|
-
const
|
4688
|
-
const
|
4694
|
+
const Qh = /* @__PURE__ */ D(ur, [["render", Ir]]);
|
4695
|
+
const xr = {
|
4689
4696
|
name: "CmdCopyrightWrapper"
|
4690
|
-
},
|
4697
|
+
}, Tr = {
|
4691
4698
|
class: "cmd-copyright-information",
|
4692
4699
|
role: "contentinfo"
|
4693
|
-
},
|
4700
|
+
}, Sr = /* @__PURE__ */ f("a", {
|
4694
4701
|
href: "http://www.comand-cms.com",
|
4695
4702
|
target: "_blank",
|
4696
4703
|
lang: "en",
|
4697
4704
|
title: "CoManD-Website"
|
4698
|
-
}, "\xA9 CoManD", -1),
|
4699
|
-
|
4705
|
+
}, "\xA9 CoManD", -1), Mr = [
|
4706
|
+
Sr
|
4700
4707
|
];
|
4701
|
-
function
|
4702
|
-
return l(), o("div",
|
4708
|
+
function Or(e, i, t, a, s, n) {
|
4709
|
+
return l(), o("div", Tr, Mr);
|
4703
4710
|
}
|
4704
|
-
const
|
4711
|
+
const Wh = /* @__PURE__ */ D(xr, [["render", Or]]), Dr = {
|
4705
4712
|
data() {
|
4706
4713
|
return {
|
4707
4714
|
defaultMessageProperties: {
|
@@ -4719,7 +4726,7 @@ const Lr = {
|
|
4719
4726
|
inheritAttrs: !1,
|
4720
4727
|
mixins: [
|
4721
4728
|
X,
|
4722
|
-
|
4729
|
+
Dr,
|
4723
4730
|
vt,
|
4724
4731
|
_e,
|
4725
4732
|
wt
|
@@ -4908,17 +4915,17 @@ const Lr = {
|
|
4908
4915
|
deep: !0
|
4909
4916
|
}
|
4910
4917
|
}
|
4911
|
-
},
|
4918
|
+
}, Nr = ["title", "aria-labelledby", "aria-required"], jr = {
|
4912
4919
|
key: 0,
|
4913
4920
|
class: "label-text"
|
4914
|
-
},
|
4921
|
+
}, Br = ["id"], Pr = { key: 0 }, Fr = ["title", "aria-errormessage", "id"], Ar = ["aria-expanded"], Hr = ["title"], zr = ["src", "alt"], qr = {
|
4915
4922
|
key: 0,
|
4916
4923
|
role: "listbox"
|
4917
|
-
},
|
4924
|
+
}, Rr = ["aria-selected"], Vr = ["onClick", "title"], Er = { key: 1 }, Ur = ["aria-expanded"], Gr = ["for"], Qr = ["value", "checked", "id"], Wr = ["onClick"], Zr = ["src", "alt"], Jr = ["onClick"], Yr = {
|
4918
4925
|
key: 0,
|
4919
4926
|
class: "select-all-options"
|
4920
4927
|
};
|
4921
|
-
function
|
4928
|
+
function Kr(e, i, t, a, s, n) {
|
4922
4929
|
var c, h, p, k;
|
4923
4930
|
const u = kt, d = z, r = K("router-link");
|
4924
4931
|
return l(), o("div", {
|
@@ -4937,11 +4944,11 @@ function Yr(e, i, t, a, s, n) {
|
|
4937
4944
|
"aria-required": e.$attrs.required !== void 0,
|
4938
4945
|
ref: "fakeselect"
|
4939
4946
|
}, [
|
4940
|
-
t.showLabel ? (l(), o("span",
|
4947
|
+
t.showLabel ? (l(), o("span", jr, [
|
4941
4948
|
f("span", { id: e.htmlId }, [
|
4942
4949
|
A(g(t.labelText), 1),
|
4943
|
-
e.$attrs.required !== void 0 ? (l(), o("sup",
|
4944
|
-
], 8,
|
4950
|
+
e.$attrs.required !== void 0 ? (l(), o("sup", Pr, "*")) : m("", !0)
|
4951
|
+
], 8, Br),
|
4945
4952
|
e.useCustomTooltip && (s.validationStatus === "" || s.validationStatus === "error") ? (l(), _(u, {
|
4946
4953
|
key: 0,
|
4947
4954
|
ref: "tooltip",
|
@@ -4962,7 +4969,7 @@ function Yr(e, i, t, a, s, n) {
|
|
4962
4969
|
id: e.tooltipId
|
4963
4970
|
}, [
|
4964
4971
|
x(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
4965
|
-
], 8,
|
4972
|
+
], 8, Fr)) : m("", !0)
|
4966
4973
|
])) : m("", !0),
|
4967
4974
|
f("ul", {
|
4968
4975
|
class: C({ open: s.showOptions }),
|
@@ -4981,7 +4988,7 @@ function Yr(e, i, t, a, s, n) {
|
|
4981
4988
|
src: n.pathFlag(n.optionCountry),
|
4982
4989
|
alt: n.optionCountry,
|
4983
4990
|
class: C(["flag", n.optionCountry])
|
4984
|
-
}, null, 10,
|
4991
|
+
}, null, 10, zr)) : t.type === "color" ? (l(), o("span", {
|
4985
4992
|
key: 1,
|
4986
4993
|
style: we("background: " + n.optionColor)
|
4987
4994
|
}, null, 4)) : m("", !0),
|
@@ -5001,8 +5008,8 @@ function Yr(e, i, t, a, s, n) {
|
|
5001
5008
|
type: t.iconDropdown.iconType,
|
5002
5009
|
title: t.iconDropdown.tooltip
|
5003
5010
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0)
|
5004
|
-
], 40,
|
5005
|
-
t.type === "default" && s.showOptions ? (l(), o("ul",
|
5011
|
+
], 40, Hr),
|
5012
|
+
t.type === "default" && s.showOptions ? (l(), o("ul", qr, [
|
5006
5013
|
(l(!0), o(b, null, B(t.selectData, (y, I) => (l(), o("li", {
|
5007
5014
|
key: I,
|
5008
5015
|
role: "option",
|
@@ -5020,8 +5027,8 @@ function Yr(e, i, t, a, s, n) {
|
|
5020
5027
|
iconClass: y.iconClass,
|
5021
5028
|
type: y.iconType
|
5022
5029
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5023
|
-
y.text ? (l(), o("span",
|
5024
|
-
], 10,
|
5030
|
+
y.text ? (l(), o("span", Er, g(y.text), 1)) : m("", !0)
|
5031
|
+
], 10, Vr)) : m("", !0),
|
5025
5032
|
t.optionLinkType === "router" ? (l(), _(r, {
|
5026
5033
|
key: 1,
|
5027
5034
|
to: "#",
|
@@ -5038,7 +5045,7 @@ function Yr(e, i, t, a, s, n) {
|
|
5038
5045
|
]),
|
5039
5046
|
_: 2
|
5040
5047
|
}, 1032, ["onClick", "class"])) : m("", !0)
|
5041
|
-
], 8,
|
5048
|
+
], 8, Rr))), 128))
|
5042
5049
|
])) : t.type !== "default" && t.type !== "content" && s.showOptions ? (l(), o("ul", {
|
5043
5050
|
key: 1,
|
5044
5051
|
class: C({ "checkbox-options": t.type === "checkboxOptions" }),
|
@@ -5056,9 +5063,9 @@ function Yr(e, i, t, a, s, n) {
|
|
5056
5063
|
onChange: i[3] || (i[3] = (...v) => n.optionSelect && n.optionSelect(...v)),
|
5057
5064
|
checked: n.compareValues(y.value),
|
5058
5065
|
id: "option-" + (I + 1)
|
5059
|
-
}, null, 40,
|
5066
|
+
}, null, 40, Qr),
|
5060
5067
|
f("span", null, g(y.text), 1)
|
5061
|
-
], 10,
|
5068
|
+
], 10, Gr)) : t.type === "country" ? (l(), o("a", {
|
5062
5069
|
key: 1,
|
5063
5070
|
href: "#",
|
5064
5071
|
onClick: S((v) => n.selectOption(y.value), ["prevent"]),
|
@@ -5068,9 +5075,9 @@ function Yr(e, i, t, a, s, n) {
|
|
5068
5075
|
class: "flag",
|
5069
5076
|
src: n.pathFlag(y.value),
|
5070
5077
|
alt: y.text
|
5071
|
-
}, null, 8,
|
5078
|
+
}, null, 8, Zr),
|
5072
5079
|
f("span", null, g(y.text), 1)
|
5073
|
-
], 10,
|
5080
|
+
], 10, Wr)) : t.type === "color" ? (l(), o("a", {
|
5074
5081
|
key: 2,
|
5075
5082
|
href: "#",
|
5076
5083
|
onClick: S((v) => n.selectOption(y.value), ["prevent"]),
|
@@ -5081,9 +5088,9 @@ function Yr(e, i, t, a, s, n) {
|
|
5081
5088
|
style: we("background: " + y.value)
|
5082
5089
|
}, null, 4),
|
5083
5090
|
f("span", null, g(y.text), 1)
|
5084
|
-
], 10,
|
5091
|
+
], 10, Jr)) : m("", !0)
|
5085
5092
|
]))), 128)),
|
5086
|
-
t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), o("li",
|
5093
|
+
t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), o("li", Yr, [
|
5087
5094
|
f("a", {
|
5088
5095
|
href: "#",
|
5089
5096
|
onClick: i[4] || (i[4] = S((...y) => n.toggleAllOptions && n.toggleAllOptions(...y), ["prevent"]))
|
@@ -5100,13 +5107,13 @@ function Yr(e, i, t, a, s, n) {
|
|
5100
5107
|
f("span", null, g(n.selectAllOptionsText), 1)
|
5101
5108
|
])
|
5102
5109
|
])) : m("", !0)
|
5103
|
-
], 10,
|
5110
|
+
], 10, Ur)) : t.type === "content" && s.showOptions ? H(e.$slots, "default", { key: 2 }) : m("", !0)
|
5104
5111
|
])
|
5105
|
-
], 42,
|
5106
|
-
], 10,
|
5112
|
+
], 42, Ar)
|
5113
|
+
], 10, Nr);
|
5107
5114
|
}
|
5108
|
-
const
|
5109
|
-
const
|
5115
|
+
const Xr = /* @__PURE__ */ D(Lr, [["render", Kr]]);
|
5116
|
+
const $r = {
|
5110
5117
|
name: "CmdForm",
|
5111
5118
|
emits: ["submit"],
|
5112
5119
|
data() {
|
@@ -5141,8 +5148,8 @@ const Xr = {
|
|
5141
5148
|
this.useValidation && (e.preventDefault(), e.target.checkValidity() ? (this.errorOccurred = !1, this.$emit("submit", e)) : this.errorOccurred = !0);
|
5142
5149
|
}
|
5143
5150
|
}
|
5144
|
-
},
|
5145
|
-
function
|
5151
|
+
}, ec = ["data-use-validation", "novalidate"], tc = { class: "flex-container" };
|
5152
|
+
function ic(e, i, t, a, s, n) {
|
5146
5153
|
return l(), o("form", {
|
5147
5154
|
class: C(["cmd-form", { error: s.errorOccurred }]),
|
5148
5155
|
"data-use-validation": t.useValidation,
|
@@ -5150,7 +5157,7 @@ function tc(e, i, t, a, s, n) {
|
|
5150
5157
|
novalidate: t.novalidate
|
5151
5158
|
}, [
|
5152
5159
|
t.useFieldset ? (l(), o(b, { key: 0 }, [
|
5153
|
-
f("fieldset",
|
5160
|
+
f("fieldset", tc, [
|
5154
5161
|
f("legend", {
|
5155
5162
|
class: C({ hidden: !t.showLegend })
|
5156
5163
|
}, g(t.textLegend), 3),
|
@@ -5158,10 +5165,10 @@ function tc(e, i, t, a, s, n) {
|
|
5158
5165
|
]),
|
5159
5166
|
H(e.$slots, "button-row")
|
5160
5167
|
], 64)) : H(e.$slots, "default", { key: 1 })
|
5161
|
-
], 42,
|
5168
|
+
], 42, ec);
|
5162
5169
|
}
|
5163
|
-
const
|
5164
|
-
const
|
5170
|
+
const Zh = /* @__PURE__ */ D($r, [["render", ic]]);
|
5171
|
+
const nc = {
|
5165
5172
|
name: "CmdFormFilters",
|
5166
5173
|
data() {
|
5167
5174
|
return {
|
@@ -5221,14 +5228,14 @@ const ic = {
|
|
5221
5228
|
deep: !0
|
5222
5229
|
}
|
5223
5230
|
}
|
5224
|
-
},
|
5231
|
+
}, sc = {
|
5225
5232
|
key: 0,
|
5226
5233
|
class: "cmd-form-filters"
|
5227
|
-
},
|
5228
|
-
function
|
5234
|
+
}, lc = { key: 0 }, oc = { key: 1 }, ac = ["onClick", "title"];
|
5235
|
+
function rc(e, i, t, a, s, n) {
|
5229
5236
|
const u = z;
|
5230
|
-
return s.options.length ? (l(), o("ul",
|
5231
|
-
s.options.length > 1 ? (l(), o("li",
|
5237
|
+
return s.options.length ? (l(), o("ul", sc, [
|
5238
|
+
s.options.length > 1 ? (l(), o("li", lc, [
|
5232
5239
|
f("a", {
|
5233
5240
|
href: "#",
|
5234
5241
|
onClick: i[0] || (i[0] = S((...d) => n.deleteAllFilters && n.deleteAllFilters(...d), ["prevent"]))
|
@@ -5238,7 +5245,7 @@ function ac(e, i, t, a, s, n) {
|
|
5238
5245
|
iconClass: t.linkDeleteAllFilters.icon.iconClass,
|
5239
5246
|
title: t.linkDeleteAllFilters.icon.tooltip
|
5240
5247
|
}, null, 8, ["iconClass", "title"])) : m("", !0),
|
5241
|
-
t.linkDeleteAllFilters.text ? (l(), o("span",
|
5248
|
+
t.linkDeleteAllFilters.text ? (l(), o("span", oc, g(t.linkDeleteAllFilters.text), 1)) : m("", !0)
|
5242
5249
|
])
|
5243
5250
|
])) : m("", !0),
|
5244
5251
|
(l(!0), o(b, null, B(s.options, (d, r) => (l(), o("li", { key: r }, [
|
@@ -5252,12 +5259,12 @@ function ac(e, i, t, a, s, n) {
|
|
5252
5259
|
iconClass: t.deleteFilterIcon.iconClass,
|
5253
5260
|
type: t.deleteFilterIcon.iconType
|
5254
5261
|
}, null, 8, ["iconClass", "type"])
|
5255
|
-
], 8,
|
5262
|
+
], 8, ac)
|
5256
5263
|
]))), 128))
|
5257
5264
|
])) : m("", !0);
|
5258
5265
|
}
|
5259
|
-
const
|
5260
|
-
const
|
5266
|
+
const cc = /* @__PURE__ */ D(nc, [["render", rc]]);
|
5267
|
+
const uc = {
|
5261
5268
|
name: "CmdGoogleMaps",
|
5262
5269
|
props: {
|
5263
5270
|
address: {
|
@@ -5274,13 +5281,13 @@ const cc = {
|
|
5274
5281
|
return "https://maps.google.de/maps?ie=UTF8&t=&z=17&iwloc=B&output=embed";
|
5275
5282
|
}
|
5276
5283
|
}
|
5277
|
-
},
|
5278
|
-
function
|
5279
|
-
return l(), o("div",
|
5280
|
-
f("iframe", { src: n.locateAddress }, null, 8,
|
5284
|
+
}, dc = { class: "cmd-google-maps responsive-wrapper" }, mc = ["src"];
|
5285
|
+
function hc(e, i, t, a, s, n) {
|
5286
|
+
return l(), o("div", dc, [
|
5287
|
+
f("iframe", { src: n.locateAddress }, null, 8, mc)
|
5281
5288
|
]);
|
5282
5289
|
}
|
5283
|
-
const
|
5290
|
+
const Jh = /* @__PURE__ */ D(uc, [["render", hc]]);
|
5284
5291
|
function Ki(e, i, t) {
|
5285
5292
|
const a = gn(!!(e != null && e.editing)), s = [];
|
5286
5293
|
function n() {
|
@@ -5308,7 +5315,7 @@ function Ki(e, i, t) {
|
|
5308
5315
|
callPersistHandler: u
|
5309
5316
|
};
|
5310
5317
|
}
|
5311
|
-
const
|
5318
|
+
const fc = {
|
5312
5319
|
name: "CmdImageGallery",
|
5313
5320
|
mixins: [],
|
5314
5321
|
provide() {
|
@@ -5376,10 +5383,10 @@ const hc = {
|
|
5376
5383
|
};
|
5377
5384
|
}
|
5378
5385
|
}
|
5379
|
-
},
|
5380
|
-
function
|
5386
|
+
}, gc = { class: "grid-container-create-columns cmd-image-gallery" }, pc = ["onClick", "title"];
|
5387
|
+
function yc(e, i, t, a, s, n) {
|
5381
5388
|
const u = E, d = be, r = K("EditComponentWrapper");
|
5382
|
-
return l(), o("div",
|
5389
|
+
return l(), o("div", gc, [
|
5383
5390
|
t.cmdHeadline ? (l(), _(u, {
|
5384
5391
|
key: 0,
|
5385
5392
|
headlineText: t.cmdHeadline.headlineText,
|
@@ -5410,7 +5417,7 @@ function pc(e, i, t, a, s, n) {
|
|
5410
5417
|
image: c.image,
|
5411
5418
|
figcaption: c.figcaption
|
5412
5419
|
}, null, 8, ["image", "figcaption"])
|
5413
|
-
], 8,
|
5420
|
+
], 8, pc))), 128)) : (l(), _(d, {
|
5414
5421
|
key: 1,
|
5415
5422
|
image: e.image.image,
|
5416
5423
|
figcaption: e.image.figcaption
|
@@ -5418,8 +5425,8 @@ function pc(e, i, t, a, s, n) {
|
|
5418
5425
|
], 64))
|
5419
5426
|
]);
|
5420
5427
|
}
|
5421
|
-
const
|
5422
|
-
const
|
5428
|
+
const Yh = /* @__PURE__ */ D(fc, [["render", yc]]);
|
5429
|
+
const Cc = {
|
5423
5430
|
name: "CmdImageZoom",
|
5424
5431
|
props: {
|
5425
5432
|
imageSmall: {
|
@@ -5458,15 +5465,15 @@ function li(e, i) {
|
|
5458
5465
|
function oi(e, i, t) {
|
5459
5466
|
return e < i ? i : e > t ? t : e;
|
5460
5467
|
}
|
5461
|
-
const
|
5468
|
+
const _c = { class: "cmd-imagezoom flex-container" }, bc = ["title"], kc = ["src", "alt"], vc = {
|
5462
5469
|
key: 0,
|
5463
5470
|
class: "zoom-container"
|
5464
|
-
},
|
5471
|
+
}, wc = ["src", "alt"], Ic = {
|
5465
5472
|
key: 1,
|
5466
5473
|
class: "zoom-overlay"
|
5467
5474
|
};
|
5468
|
-
function
|
5469
|
-
return l(), o("div",
|
5475
|
+
function xc(e, i, t, a, s, n) {
|
5476
|
+
return l(), o("div", _c, [
|
5470
5477
|
f("a", {
|
5471
5478
|
href: "#",
|
5472
5479
|
class: "no-flex thumbnails-imagezoom",
|
@@ -5478,19 +5485,19 @@ function Ic(e, i, t, a, s, n) {
|
|
5478
5485
|
onMouseover: i[0] || (i[0] = (...u) => n.onMouseOver && n.onMouseOver(...u)),
|
5479
5486
|
onMousemove: i[1] || (i[1] = (...u) => n.onMouseMove && n.onMouseMove(...u)),
|
5480
5487
|
onMouseout: i[2] || (i[2] = (...u) => n.onMouseOut && n.onMouseOut(...u))
|
5481
|
-
}, null, 40,
|
5482
|
-
], 8,
|
5483
|
-
s.showLargeImage ? (l(), o("div",
|
5488
|
+
}, null, 40, kc)
|
5489
|
+
], 8, bc),
|
5490
|
+
s.showLargeImage ? (l(), o("div", vc, [
|
5484
5491
|
f("img", {
|
5485
5492
|
src: t.imageLarge.src,
|
5486
5493
|
alt: t.imageLarge.alt
|
5487
|
-
}, null, 8,
|
5494
|
+
}, null, 8, wc)
|
5488
5495
|
])) : m("", !0),
|
5489
|
-
s.showLargeImage ? (l(), o("div",
|
5496
|
+
s.showLargeImage ? (l(), o("div", Ic)) : m("", !0)
|
5490
5497
|
]);
|
5491
5498
|
}
|
5492
|
-
const
|
5493
|
-
const
|
5499
|
+
const Kh = /* @__PURE__ */ D(Cc, [["render", xc]]);
|
5500
|
+
const Tc = {
|
5494
5501
|
mixins: [
|
5495
5502
|
vt,
|
5496
5503
|
_e,
|
@@ -5600,11 +5607,11 @@ const xc = {
|
|
5600
5607
|
immediate: !0
|
5601
5608
|
}
|
5602
5609
|
}
|
5603
|
-
},
|
5610
|
+
}, Sc = ["aria-labelledby"], Mc = { class: "label-text" }, Oc = ["id"], Dc = { key: 0 }, Lc = ["title", "aria-errormessage", "id"], Nc = ["for"], jc = ["type", "id", "name", "value", "disabled"], Bc = { key: 1 }, Pc = {
|
5604
5611
|
key: 1,
|
5605
5612
|
class: "flex-container no-flex"
|
5606
5613
|
};
|
5607
|
-
function
|
5614
|
+
function Fc(e, i, t, a, s, n) {
|
5608
5615
|
const u = kt, d = z;
|
5609
5616
|
return l(), o("div", {
|
5610
5617
|
class: C([
|
@@ -5620,11 +5627,11 @@ function Pc(e, i, t, a, s, n) {
|
|
5620
5627
|
]),
|
5621
5628
|
"aria-labelledby": e.htmlId
|
5622
5629
|
}, [
|
5623
|
-
$(f("span",
|
5630
|
+
$(f("span", Mc, [
|
5624
5631
|
f("span", { id: e.htmlId }, [
|
5625
5632
|
A(g(t.labelText), 1),
|
5626
|
-
t.required ? (l(), o("sup",
|
5627
|
-
], 8,
|
5633
|
+
t.required ? (l(), o("sup", Dc, "*")) : m("", !0)
|
5634
|
+
], 8, Oc),
|
5628
5635
|
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), _(u, {
|
5629
5636
|
key: 0,
|
5630
5637
|
ref: "tooltip",
|
@@ -5653,7 +5660,7 @@ function Pc(e, i, t, a, s, n) {
|
|
5653
5660
|
], 512), [
|
5654
5661
|
[me, t.showLabel]
|
5655
5662
|
]),
|
5656
|
-
t.useSlot ? (l(), o("div",
|
5663
|
+
t.useSlot ? (l(), o("div", Pc, [
|
5657
5664
|
H(e.$slots, "default")
|
5658
5665
|
])) : (l(), o("span", {
|
5659
5666
|
key: 0,
|
@@ -5671,7 +5678,7 @@ function Pc(e, i, t, a, s, n) {
|
|
5671
5678
|
"onUpdate:modelValue": i[1] || (i[1] = (h) => n.inputValue = h),
|
5672
5679
|
disabled: t.disabled,
|
5673
5680
|
class: C({ "replace-input-type": t.replaceInputType, "toggle-switch": t.toggleSwitch })
|
5674
|
-
}, null, 10,
|
5681
|
+
}, null, 10, jc), [
|
5675
5682
|
[yn, n.inputValue]
|
5676
5683
|
]),
|
5677
5684
|
t.multipleSwitch && r.iconClass ? (l(), _(d, {
|
@@ -5679,13 +5686,13 @@ function Pc(e, i, t, a, s, n) {
|
|
5679
5686
|
iconClass: r.iconClass,
|
5680
5687
|
type: r.iconType
|
5681
5688
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5682
|
-
r.labelText ? (l(), o("span",
|
5683
|
-
], 8,
|
5689
|
+
r.labelText ? (l(), o("span", Bc, g(r.labelText), 1)) : m("", !0)
|
5690
|
+
], 8, Nc))), 128))
|
5684
5691
|
], 2))
|
5685
|
-
], 10,
|
5692
|
+
], 10, Sc);
|
5686
5693
|
}
|
5687
|
-
const
|
5688
|
-
const
|
5694
|
+
const Xh = /* @__PURE__ */ D(Tc, [["render", Fc]]);
|
5695
|
+
const Ac = {
|
5689
5696
|
name: "CmdLoginForm",
|
5690
5697
|
data() {
|
5691
5698
|
return {
|
@@ -5876,17 +5883,17 @@ const Fc = {
|
|
5876
5883
|
this.modelChange();
|
5877
5884
|
}
|
5878
5885
|
}
|
5879
|
-
},
|
5880
|
-
function
|
5886
|
+
}, Hc = { class: "cmd-login-form flex-container" }, zc = { class: "flex-container" }, qc = { class: "option-wrapper flex-container" }, Rc = { key: 1 }, Vc = ["href"], Ec = { key: 1 }, Uc = /* @__PURE__ */ A(" /> "), Gc = { key: 1 }, Qc = ["type", "disabled"], Wc = { key: 1 }, Zc = { class: "cmd-login-form flex-container" }, Jc = { class: "option-wrapper flex-container" }, Yc = { key: 1 }, Kc = ["type", "disabled"], Xc = { key: 1 };
|
5887
|
+
function $c(e, i, t, a, s, n) {
|
5881
5888
|
var h, p, k, y, I, v, T;
|
5882
5889
|
const u = E, d = ae, r = z, c = K("router-link");
|
5883
5890
|
return l(), o(b, null, [
|
5884
|
-
$(f("fieldset",
|
5891
|
+
$(f("fieldset", Hc, [
|
5885
5892
|
f("legend", {
|
5886
5893
|
class: C({ hidden: !t.showLegend })
|
5887
5894
|
}, g(t.textLegendLoginForm), 3),
|
5888
5895
|
t.cmdHeadlineLoginForm ? (l(), _(u, Q(F({ key: 0 }, t.cmdHeadlineLoginForm)), null, 16)) : m("", !0),
|
5889
|
-
f("div",
|
5896
|
+
f("div", zc, [
|
5890
5897
|
x(d, {
|
5891
5898
|
element: "input",
|
5892
5899
|
type: "text",
|
@@ -5914,7 +5921,7 @@ function Xc(e, i, t, a, s, n) {
|
|
5914
5921
|
onValidationStatusChange: i[3] || (i[3] = (M) => n.checkValidationStatus(M, "password"))
|
5915
5922
|
}, null, 8, ["name", "id", "fieldIconClass", "modelValue", "labelText", "placeholder", "required"])
|
5916
5923
|
]),
|
5917
|
-
f("div",
|
5924
|
+
f("div", qc, [
|
5918
5925
|
t.options.forgotPassword || t.options.createAccount ? (l(), o(b, { key: 0 }, [
|
5919
5926
|
t.options.forgotPassword ? (l(), o("a", {
|
5920
5927
|
key: 0,
|
@@ -5927,7 +5934,7 @@ function Xc(e, i, t, a, s, n) {
|
|
5927
5934
|
type: t.options.forgotPassword.icon.iconType,
|
5928
5935
|
title: t.options.forgotPassword.icon.tooltip
|
5929
5936
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
5930
|
-
t.options.forgotPassword.text ? (l(), o("span",
|
5937
|
+
t.options.forgotPassword.text ? (l(), o("span", Rc, g(t.options.forgotPassword.text), 1)) : m("", !0)
|
5931
5938
|
])) : m("", !0),
|
5932
5939
|
t.options.createAccount && t.options.createAccount.linkType === "href" ? (l(), o("a", {
|
5933
5940
|
key: 1,
|
@@ -5939,8 +5946,8 @@ function Xc(e, i, t, a, s, n) {
|
|
5939
5946
|
type: t.options.createAccount.icon.iconType,
|
5940
5947
|
title: t.options.createAccount.icon.tooltip
|
5941
5948
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
5942
|
-
t.options.createAccount.text ? (l(), o("span",
|
5943
|
-
], 8,
|
5949
|
+
t.options.createAccount.text ? (l(), o("span", Ec, g(t.options.createAccount.text), 1)) : m("", !0)
|
5950
|
+
], 8, Vc)) : t.options.createAccount && t.options.createAccount.linkType === "router" ? (l(), _(c, {
|
5944
5951
|
key: 2,
|
5945
5952
|
to: t.options.createAccount.path
|
5946
5953
|
}, {
|
@@ -5951,8 +5958,8 @@ function Xc(e, i, t, a, s, n) {
|
|
5951
5958
|
type: t.options.createAccount.icon.iconType,
|
5952
5959
|
title: t.options.createAccount.icon.tooltip
|
5953
5960
|
}, null, 8, ["class", "type", "title"])) : m("", !0),
|
5954
|
-
|
5955
|
-
t.options.createAccount.text ? (l(), o("span",
|
5961
|
+
Uc,
|
5962
|
+
t.options.createAccount.text ? (l(), o("span", Gc, g(t.options.createAccount.text), 1)) : m("", !0)
|
5956
5963
|
]),
|
5957
5964
|
_: 1
|
5958
5965
|
}, 8, ["to"])) : m("", !0)
|
@@ -5970,13 +5977,13 @@ function Xc(e, i, t, a, s, n) {
|
|
5970
5977
|
type: t.buttons.login.icon.iconType,
|
5971
5978
|
title: t.buttons.login.icon.tooltip
|
5972
5979
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
5973
|
-
t.buttons.login.text ? (l(), o("span",
|
5974
|
-
], 10,
|
5980
|
+
t.buttons.login.text ? (l(), o("span", Wc, g(t.buttons.login.text), 1)) : m("", !0)
|
5981
|
+
], 10, Qc)) : m("", !0)
|
5975
5982
|
])
|
5976
5983
|
], 512), [
|
5977
5984
|
[me, !s.sendLogin]
|
5978
5985
|
]),
|
5979
|
-
$(f("fieldset",
|
5986
|
+
$(f("fieldset", Zc, [
|
5980
5987
|
f("legend", {
|
5981
5988
|
class: C({ hidden: !t.showLegend })
|
5982
5989
|
}, g(t.textLegendForgotLoginForm), 3),
|
@@ -5994,7 +6001,7 @@ function Xc(e, i, t, a, s, n) {
|
|
5994
6001
|
modelValue: s.sendLoginMail,
|
5995
6002
|
"onUpdate:modelValue": i[7] || (i[7] = (M) => s.sendLoginMail = M)
|
5996
6003
|
}, null, 8, ["fieldIconClass", "labelText", "placeholder", "name", "required", "id", "modelValue"]),
|
5997
|
-
f("div",
|
6004
|
+
f("div", Jc, [
|
5998
6005
|
f("a", {
|
5999
6006
|
href: "#",
|
6000
6007
|
onClick: i[8] || (i[8] = S((M) => s.sendLogin = !1, ["prevent"]))
|
@@ -6005,7 +6012,7 @@ function Xc(e, i, t, a, s, n) {
|
|
6005
6012
|
type: t.options.backToLoginForm.icon.iconType,
|
6006
6013
|
title: t.options.backToLoginForm.icon.tooltip
|
6007
6014
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
6008
|
-
t.options.backToLoginForm.text ? (l(), o("span",
|
6015
|
+
t.options.backToLoginForm.text ? (l(), o("span", Yc, g(t.options.backToLoginForm.text), 1)) : m("", !0)
|
6009
6016
|
]),
|
6010
6017
|
t.buttons.sendLogin.linkType === "button" ? (l(), o("button", {
|
6011
6018
|
key: 0,
|
@@ -6018,16 +6025,16 @@ function Xc(e, i, t, a, s, n) {
|
|
6018
6025
|
iconClass: (v = t.buttons.sendLogin.icon) == null ? void 0 : v.iconClass,
|
6019
6026
|
title: (T = t.buttons.sendLogin.icon) == null ? void 0 : T.tooltip
|
6020
6027
|
}, null, 8, ["iconClass", "title"])) : m("", !0),
|
6021
|
-
t.buttons.sendLogin.text ? (l(), o("span",
|
6022
|
-
], 10,
|
6028
|
+
t.buttons.sendLogin.text ? (l(), o("span", Xc, g(t.buttons.sendLogin.text), 1)) : m("", !0)
|
6029
|
+
], 10, Kc)) : m("", !0)
|
6023
6030
|
])
|
6024
6031
|
], 512), [
|
6025
6032
|
[me, s.sendLogin]
|
6026
6033
|
])
|
6027
6034
|
], 64);
|
6028
6035
|
}
|
6029
|
-
const
|
6030
|
-
const
|
6036
|
+
const $h = /* @__PURE__ */ D(Ac, [["render", $c]]);
|
6037
|
+
const eu = {
|
6031
6038
|
name: "CmdMainNavigation",
|
6032
6039
|
data() {
|
6033
6040
|
return {
|
@@ -6117,11 +6124,11 @@ const $c = {
|
|
6117
6124
|
this.$emit("offcanvas", { open: this.showOffcanvas });
|
6118
6125
|
}
|
6119
6126
|
}
|
6120
|
-
},
|
6127
|
+
}, tu = {
|
6121
6128
|
key: 0,
|
6122
6129
|
class: "close-nav"
|
6123
|
-
},
|
6124
|
-
function
|
6130
|
+
}, iu = ["href", "title", "target", "onClick"], nu = { key: 1 }, su = { key: 1 }, lu = ["aria-expanded"], ou = ["href", "title", "target", "onClick"], au = { key: 1 }, ru = { key: 1 }, cu = ["aria-expanded"], uu = ["href", "title", "target", "onClick"], du = { key: 1 }, mu = { key: 1 };
|
6131
|
+
function hu(e, i, t, a, s, n) {
|
6125
6132
|
const u = z, d = K("router-link");
|
6126
6133
|
return l(), o("div", {
|
6127
6134
|
class: C([
|
@@ -6140,7 +6147,7 @@ function mu(e, i, t, a, s, n) {
|
|
6140
6147
|
f("ul", {
|
6141
6148
|
class: C({ "stretch-items": t.stretchMainItems })
|
6142
6149
|
}, [
|
6143
|
-
s.showOffcanvas ? (l(), o("li",
|
6150
|
+
s.showOffcanvas ? (l(), o("li", tu, [
|
6144
6151
|
f("a", {
|
6145
6152
|
href: "#",
|
6146
6153
|
id: "close-offcanvas",
|
@@ -6177,12 +6184,12 @@ function mu(e, i, t, a, s, n) {
|
|
6177
6184
|
iconClass: r.iconClass,
|
6178
6185
|
type: r.iconType
|
6179
6186
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
6180
|
-
r.text ? (l(), o("span",
|
6187
|
+
r.text ? (l(), o("span", nu, g(r.text), 1)) : m("", !0),
|
6181
6188
|
(p = r == null ? void 0 : r.subentries) != null && p.length ? (l(), o("span", {
|
6182
6189
|
key: 2,
|
6183
6190
|
class: C(["subentry-icon", t.subentriesIconClass])
|
6184
6191
|
}, null, 2)) : m("", !0)
|
6185
|
-
], 40,
|
6192
|
+
], 40, iu)) : m("", !0),
|
6186
6193
|
r.type === "router" ? (l(), _(d, {
|
6187
6194
|
key: 1,
|
6188
6195
|
to: n.getRoute(r),
|
@@ -6194,7 +6201,7 @@ function mu(e, i, t, a, s, n) {
|
|
6194
6201
|
iconClass: r.iconClass,
|
6195
6202
|
type: r.iconType
|
6196
6203
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
6197
|
-
r.text ? (l(), o("span",
|
6204
|
+
r.text ? (l(), o("span", su, g(r.text), 1)) : m("", !0),
|
6198
6205
|
r.subentries && r.subentries.length > 0 ? (l(), o("span", {
|
6199
6206
|
key: 2,
|
6200
6207
|
class: C(["subentry-icon", t.subentriesIconClass])
|
@@ -6224,12 +6231,12 @@ function mu(e, i, t, a, s, n) {
|
|
6224
6231
|
iconClass: y.iconClass,
|
6225
6232
|
type: y.iconType
|
6226
6233
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
6227
|
-
y.text ? (l(), o("span",
|
6234
|
+
y.text ? (l(), o("span", au, g(y.text), 1)) : m("", !0),
|
6228
6235
|
y.subentries && y.subentries.length > 0 ? (l(), o("span", {
|
6229
6236
|
key: 2,
|
6230
6237
|
class: C(["subentry-icon", t.subentriesIconClass])
|
6231
6238
|
}, null, 2)) : m("", !0)
|
6232
|
-
], 40,
|
6239
|
+
], 40, ou)) : m("", !0),
|
6233
6240
|
y.type === "router" ? (l(), _(d, {
|
6234
6241
|
key: 1,
|
6235
6242
|
to: n.getRoute(y),
|
@@ -6241,7 +6248,7 @@ function mu(e, i, t, a, s, n) {
|
|
6241
6248
|
iconClass: y.iconClass,
|
6242
6249
|
type: y.iconType
|
6243
6250
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
6244
|
-
y.text ? (l(), o("span",
|
6251
|
+
y.text ? (l(), o("span", ru, g(y.text), 1)) : m("", !0),
|
6245
6252
|
y.subentries && y.subentries.length > 0 ? (l(), o("span", {
|
6246
6253
|
key: 2,
|
6247
6254
|
class: C(["subentry-icon", t.subentriesIconClass])
|
@@ -6266,12 +6273,12 @@ function mu(e, i, t, a, s, n) {
|
|
6266
6273
|
iconClass: v.iconClass,
|
6267
6274
|
type: v.iconType
|
6268
6275
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
6269
|
-
v.text ? (l(), o("span",
|
6276
|
+
v.text ? (l(), o("span", du, g(v.text), 1)) : m("", !0),
|
6270
6277
|
v.subentries && v.subentries.length > 0 ? (l(), o("span", {
|
6271
6278
|
key: 2,
|
6272
6279
|
class: C(["subentry-icon", t.subentriesIconClass])
|
6273
6280
|
}, null, 2)) : m("", !0)
|
6274
|
-
], 8,
|
6281
|
+
], 8, uu)) : m("", !0),
|
6275
6282
|
r.type === "router" ? (l(), _(d, {
|
6276
6283
|
key: 1,
|
6277
6284
|
to: n.getRoute(v),
|
@@ -6283,7 +6290,7 @@ function mu(e, i, t, a, s, n) {
|
|
6283
6290
|
iconClass: v.iconClass,
|
6284
6291
|
type: v.iconType
|
6285
6292
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
6286
|
-
v.text ? (l(), o("span",
|
6293
|
+
v.text ? (l(), o("span", mu, g(v.text), 1)) : m("", !0),
|
6287
6294
|
v.subentries && v.subentries.length > 0 ? (l(), o("span", {
|
6288
6295
|
key: 2,
|
6289
6296
|
class: C(["subentry-icon", t.subentriesIconClass])
|
@@ -6292,9 +6299,9 @@ function mu(e, i, t, a, s, n) {
|
|
6292
6299
|
_: 2
|
6293
6300
|
}, 1032, ["to", "target"])) : m("", !0)
|
6294
6301
|
]))), 128))
|
6295
|
-
], 8,
|
6302
|
+
], 8, cu)) : m("", !0)
|
6296
6303
|
], 2))), 128))
|
6297
|
-
], 8,
|
6304
|
+
], 8, lu)) : m("", !0)
|
6298
6305
|
], 2);
|
6299
6306
|
}), 128))
|
6300
6307
|
], 2)
|
@@ -6316,8 +6323,8 @@ function mu(e, i, t, a, s, n) {
|
|
6316
6323
|
])) : m("", !0)
|
6317
6324
|
], 2);
|
6318
6325
|
}
|
6319
|
-
const
|
6320
|
-
const
|
6326
|
+
const fu = /* @__PURE__ */ D(eu, [["render", hu]]);
|
6327
|
+
const gu = {
|
6321
6328
|
name: "CmdMultistepFormProgressBar",
|
6322
6329
|
data() {
|
6323
6330
|
return {
|
@@ -6348,19 +6355,19 @@ const fu = {
|
|
6348
6355
|
return oe(e);
|
6349
6356
|
}
|
6350
6357
|
}
|
6351
|
-
},
|
6358
|
+
}, pu = { class: "cmd-multistep-form-progress-bar" }, yu = ["href", "onClick", "title"], Cu = {
|
6352
6359
|
key: 0,
|
6353
6360
|
class: "number"
|
6354
|
-
},
|
6361
|
+
}, _u = { key: 2 }, bu = {
|
6355
6362
|
key: 0,
|
6356
6363
|
class: "number"
|
6357
|
-
},
|
6364
|
+
}, ku = { key: 2 }, vu = ["type", "name", "title", "formaction", "onClick"], wu = {
|
6358
6365
|
key: 0,
|
6359
6366
|
class: "number"
|
6360
|
-
},
|
6361
|
-
function
|
6367
|
+
}, Iu = { key: 2 };
|
6368
|
+
function xu(e, i, t, a, s, n) {
|
6362
6369
|
const u = z, d = K("router-link");
|
6363
|
-
return l(), o("ol",
|
6370
|
+
return l(), o("ol", pu, [
|
6364
6371
|
(l(!0), o(b, null, B(t.multisteps, (r, c) => (l(), o("li", {
|
6365
6372
|
key: c,
|
6366
6373
|
class: C({ active: s.activeLink === c })
|
@@ -6371,30 +6378,30 @@ function Iu(e, i, t, a, s, n) {
|
|
6371
6378
|
onClick: S((h) => n.clickedStep(h, c), ["stop", "prevent"]),
|
6372
6379
|
title: r.tooltip
|
6373
6380
|
}, [
|
6374
|
-
t.showStepNumber ? (l(), o("span",
|
6381
|
+
t.showStepNumber ? (l(), o("span", Cu, g(c + 1), 1)) : m("", !0),
|
6375
6382
|
r.iconClass ? (l(), _(u, {
|
6376
6383
|
key: 1,
|
6377
6384
|
iconClass: r.iconClass,
|
6378
6385
|
type: r.iconType
|
6379
6386
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
6380
|
-
r.text ? (l(), o("span",
|
6387
|
+
r.text ? (l(), o("span", _u, g(r.text), 1)) : m("", !0),
|
6381
6388
|
f("span", {
|
6382
6389
|
class: C(t.separatorIconClass)
|
6383
6390
|
}, null, 2)
|
6384
|
-
], 8,
|
6391
|
+
], 8, yu)) : m("", !0),
|
6385
6392
|
r.type === "router" ? (l(), _(d, {
|
6386
6393
|
key: 1,
|
6387
6394
|
to: n.getRoute(r),
|
6388
6395
|
title: r.tooltip
|
6389
6396
|
}, {
|
6390
6397
|
default: j(() => [
|
6391
|
-
t.showStepNumber ? (l(), o("span",
|
6398
|
+
t.showStepNumber ? (l(), o("span", bu, g(c + 1), 1)) : m("", !0),
|
6392
6399
|
r.iconClass ? (l(), _(u, {
|
6393
6400
|
key: 1,
|
6394
6401
|
iconClass: r.iconClass,
|
6395
6402
|
type: r.iconType
|
6396
6403
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
6397
|
-
r.text ? (l(), o("span",
|
6404
|
+
r.text ? (l(), o("span", ku, g(r.text), 1)) : m("", !0),
|
6398
6405
|
f("span", {
|
6399
6406
|
class: C(t.separatorIconClass)
|
6400
6407
|
}, null, 2)
|
@@ -6410,22 +6417,22 @@ function Iu(e, i, t, a, s, n) {
|
|
6410
6417
|
formaction: r.formaction,
|
6411
6418
|
onClick: S((h) => n.clickedStep(h, c), ["stop", "prevent"])
|
6412
6419
|
}, [
|
6413
|
-
t.showStepNumber ? (l(), o("span",
|
6420
|
+
t.showStepNumber ? (l(), o("span", wu, g(c + 1), 1)) : m("", !0),
|
6414
6421
|
r.iconClass ? (l(), _(u, {
|
6415
6422
|
key: 1,
|
6416
6423
|
iconClass: r.iconClass,
|
6417
6424
|
type: r.iconType
|
6418
6425
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
6419
|
-
r.text ? (l(), o("span",
|
6426
|
+
r.text ? (l(), o("span", Iu, g(r.text), 1)) : m("", !0),
|
6420
6427
|
f("span", {
|
6421
6428
|
class: C(t.separatorIconClass)
|
6422
6429
|
}, null, 2)
|
6423
|
-
], 8,
|
6430
|
+
], 8, vu)) : m("", !0)
|
6424
6431
|
], 2))), 128))
|
6425
6432
|
]);
|
6426
6433
|
}
|
6427
|
-
const
|
6428
|
-
function
|
6434
|
+
const ef = /* @__PURE__ */ D(gu, [["render", xu]]);
|
6435
|
+
function Tu(e, i, t, a = !0) {
|
6429
6436
|
function s(n, u) {
|
6430
6437
|
return u && n < 10 ? "0" + n : n;
|
6431
6438
|
}
|
@@ -6437,7 +6444,7 @@ function xu(e, i, t, a = !0) {
|
|
6437
6444
|
return s(n, a) + e + s(u, !0) + i;
|
6438
6445
|
};
|
6439
6446
|
}
|
6440
|
-
const
|
6447
|
+
const Su = {
|
6441
6448
|
name: "CmdOpeningHours",
|
6442
6449
|
props: {
|
6443
6450
|
link: {
|
@@ -6531,24 +6538,24 @@ const Tu = {
|
|
6531
6538
|
},
|
6532
6539
|
methods: {
|
6533
6540
|
getTime(e) {
|
6534
|
-
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) :
|
6541
|
+
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : Tu(":", " hrs", "", !1)(e.hours, e.mins);
|
6535
6542
|
}
|
6536
6543
|
},
|
6537
6544
|
beforeUnmount() {
|
6538
6545
|
this.$_CmdOpeningHours_intervalId && (clearInterval(this.$_CmdOpeningHours_intervalId), this.$_CmdOpeningHours_intervalId = null);
|
6539
6546
|
}
|
6540
|
-
},
|
6541
|
-
function
|
6547
|
+
}, Mu = { class: "cmd-opening-hours" }, Ou = ["href"], Du = { key: 3 }, Lu = { key: 0 }, Nu = { key: 1 };
|
6548
|
+
function ju(e, i, t, a, s, n) {
|
6542
6549
|
var r, c;
|
6543
6550
|
const u = E, d = K("router-link");
|
6544
|
-
return l(), o("div",
|
6551
|
+
return l(), o("div", Mu, [
|
6545
6552
|
t.cmdHeadline ? (l(), _(u, Q(F({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
6546
6553
|
t.link && ((r = t.link) == null ? void 0 : r.path) && ((c = t.link) == null ? void 0 : c.show) ? (l(), o(b, { key: 1 }, [
|
6547
6554
|
t.link.type === "href" ? (l(), o("a", {
|
6548
6555
|
key: 0,
|
6549
6556
|
href: t.link.path,
|
6550
6557
|
class: C({ closed: n.isClosed })
|
6551
|
-
}, g(n.textOpenClosed), 11,
|
6558
|
+
}, g(n.textOpenClosed), 11, Ou)) : m("", !0),
|
6552
6559
|
t.link.type === "router" ? (l(), _(d, {
|
6553
6560
|
key: 1,
|
6554
6561
|
to: t.link.path,
|
@@ -6575,15 +6582,15 @@ function Nu(e, i, t, a, s, n) {
|
|
6575
6582
|
f("dd", null, g(n.getTime(h.fromTime)) + "\u2013" + g(n.getTime(h.tillTime)), 1)
|
6576
6583
|
], 64))), 128))
|
6577
6584
|
]),
|
6578
|
-
t.textHolidaysClosed || t.textMiscInfo ? (l(), o("div",
|
6585
|
+
t.textHolidaysClosed || t.textMiscInfo ? (l(), o("div", Du, [
|
6579
6586
|
t.textHolidaysClosed ? (l(), o("p", Lu, [
|
6580
6587
|
f("strong", null, g(t.textHolidaysClosed), 1)
|
6581
6588
|
])) : m("", !0),
|
6582
|
-
t.textMiscInfo ? (l(), o("p",
|
6589
|
+
t.textMiscInfo ? (l(), o("p", Nu, g(t.textMiscInfo), 1)) : m("", !0)
|
6583
6590
|
])) : m("", !0)
|
6584
6591
|
]);
|
6585
6592
|
}
|
6586
|
-
const
|
6593
|
+
const tf = /* @__PURE__ */ D(Su, [["render", ju]]), Bu = {
|
6587
6594
|
data() {
|
6588
6595
|
return {
|
6589
6596
|
defaultMessageProperties: {
|
@@ -6593,11 +6600,11 @@ const ef = /* @__PURE__ */ L(Tu, [["render", Nu]]), ju = {
|
|
6593
6600
|
};
|
6594
6601
|
}
|
6595
6602
|
};
|
6596
|
-
const
|
6603
|
+
const Pu = {
|
6597
6604
|
name: "CmdPager",
|
6598
6605
|
mixins: [
|
6599
6606
|
X,
|
6600
|
-
|
6607
|
+
Bu
|
6601
6608
|
],
|
6602
6609
|
emits: ["click"],
|
6603
6610
|
data() {
|
@@ -6668,10 +6675,10 @@ const Bu = {
|
|
6668
6675
|
this.currentPage > 1 && this.showPage(this.currentPage - 1);
|
6669
6676
|
}
|
6670
6677
|
}
|
6671
|
-
},
|
6672
|
-
function
|
6678
|
+
}, Fu = { class: "cmd-pager" }, Au = ["href", "title"], Hu = { key: 0 }, zu = { class: "page-index" }, qu = { class: "flex-container" }, Ru = ["href", "title", "onClick"], Vu = ["href", "title"], Eu = { key: 0 };
|
6679
|
+
function Uu(e, i, t, a, s, n) {
|
6673
6680
|
const u = z;
|
6674
|
-
return l(), o("div",
|
6681
|
+
return l(), o("div", Fu, [
|
6675
6682
|
f("a", {
|
6676
6683
|
href: n.getPreviousHref,
|
6677
6684
|
class: C(["page-change", { disabled: s.currentPage === 1, button: t.linkType === "button" }]),
|
@@ -6682,10 +6689,10 @@ function Eu(e, i, t, a, s, n) {
|
|
6682
6689
|
iconClass: t.prevLink.iconClass,
|
6683
6690
|
type: t.prevLink.iconType
|
6684
6691
|
}, null, 8, ["iconClass", "type"]),
|
6685
|
-
t.prevLink.showText ? (l(), o("span",
|
6686
|
-
], 10,
|
6687
|
-
f("div",
|
6688
|
-
f("div",
|
6692
|
+
t.prevLink.showText ? (l(), o("span", Hu, g(t.prevLink.text), 1)) : m("", !0)
|
6693
|
+
], 10, Au),
|
6694
|
+
f("div", zu, [
|
6695
|
+
f("div", qu, [
|
6689
6696
|
(l(!0), o(b, null, B(t.pages, (d, r) => (l(), o("a", {
|
6690
6697
|
href: n.getHref(d),
|
6691
6698
|
class: C({ disabled: s.currentPage === r + 1, button: t.linkType === "button" }),
|
@@ -6697,7 +6704,7 @@ function Eu(e, i, t, a, s, n) {
|
|
6697
6704
|
f("span", {
|
6698
6705
|
class: C({ hidden: !t.showPageNumbers })
|
6699
6706
|
}, g(r + 1), 3)
|
6700
|
-
], 10,
|
6707
|
+
], 10, Ru))), 128))
|
6701
6708
|
])
|
6702
6709
|
]),
|
6703
6710
|
f("a", {
|
@@ -6706,16 +6713,16 @@ function Eu(e, i, t, a, s, n) {
|
|
6706
6713
|
onClick: i[1] || (i[1] = S((...d) => n.nextPage && n.nextPage(...d), ["prevent"])),
|
6707
6714
|
title: t.nextLink.showText ? null : t.nextLink.text
|
6708
6715
|
}, [
|
6709
|
-
t.nextLink.showText ? (l(), o("span",
|
6716
|
+
t.nextLink.showText ? (l(), o("span", Eu, g(t.nextLink.text), 1)) : m("", !0),
|
6710
6717
|
x(u, {
|
6711
6718
|
iconClass: t.nextLink.iconClass,
|
6712
6719
|
type: t.nextLink.iconType
|
6713
6720
|
}, null, 8, ["iconClass", "type"])
|
6714
|
-
], 10,
|
6721
|
+
], 10, Vu)
|
6715
6722
|
]);
|
6716
6723
|
}
|
6717
|
-
const
|
6718
|
-
const
|
6724
|
+
const nf = /* @__PURE__ */ D(Pu, [["render", Uu]]);
|
6725
|
+
const Gu = {
|
6719
6726
|
name: "CmdProgressBar",
|
6720
6727
|
inheritAttrs: !1,
|
6721
6728
|
data() {
|
@@ -6741,8 +6748,8 @@ const Uu = {
|
|
6741
6748
|
required: !0
|
6742
6749
|
}
|
6743
6750
|
}
|
6744
|
-
},
|
6745
|
-
function
|
6751
|
+
}, Qu = ["for"], Wu = { class: "progressbar" }, Zu = { key: 0 }, Ju = ["id", "value"];
|
6752
|
+
function Yu(e, i, t, a, s, n) {
|
6746
6753
|
return l(), o("label", {
|
6747
6754
|
class: "cmd-progressbar",
|
6748
6755
|
for: t.id
|
@@ -6750,17 +6757,17 @@ function Ju(e, i, t, a, s, n) {
|
|
6750
6757
|
f("span", {
|
6751
6758
|
class: C(["label-text", { hidden: !t.showLabel }])
|
6752
6759
|
}, g(t.labelText), 3),
|
6753
|
-
f("span",
|
6754
|
-
t.showLoadingStatus ? (l(), o("span",
|
6760
|
+
f("span", Wu, [
|
6761
|
+
t.showLoadingStatus ? (l(), o("span", Zu, g(s.loadingStatus) + " %", 1)) : m("", !0),
|
6755
6762
|
f("progress", F(e.$attrs, {
|
6756
6763
|
id: t.id,
|
6757
6764
|
value: s.loadingStatus
|
6758
|
-
}), null, 16,
|
6765
|
+
}), null, 16, Ju)
|
6759
6766
|
])
|
6760
|
-
], 8,
|
6767
|
+
], 8, Qu);
|
6761
6768
|
}
|
6762
|
-
const
|
6763
|
-
const
|
6769
|
+
const sf = /* @__PURE__ */ D(Gu, [["render", Yu]]);
|
6770
|
+
const Ku = {
|
6764
6771
|
name: "CmdSocialNetworks",
|
6765
6772
|
data() {
|
6766
6773
|
return {
|
@@ -6840,8 +6847,8 @@ const Yu = {
|
|
6840
6847
|
return this.userMustAcceptDataPrivacy ? this.dataPrivacyAccepted ? e : this.tooltipAcceptDataPrivacy : e;
|
6841
6848
|
}
|
6842
6849
|
}
|
6843
|
-
},
|
6844
|
-
function
|
6850
|
+
}, Xu = ["id", "href", "title"], $u = { key: 1 };
|
6851
|
+
function ed(e, i, t, a, s, n) {
|
6845
6852
|
const u = E, d = ae, r = z;
|
6846
6853
|
return l(), o("div", {
|
6847
6854
|
class: C(["cmd-social-networks", { stretch: t.stretchButtons, "align-right": t.align === "right" }])
|
@@ -6875,14 +6882,14 @@ function $u(e, i, t, a, s, n) {
|
|
6875
6882
|
iconClass: c.iconClass,
|
6876
6883
|
type: c.iconType
|
6877
6884
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
6878
|
-
c.linkText ? (l(), o("span",
|
6879
|
-
], 10,
|
6885
|
+
c.linkText ? (l(), o("span", $u, g(c.linkText), 1)) : m("", !0)
|
6886
|
+
], 10, Xu))
|
6880
6887
|
]))), 256))
|
6881
6888
|
], 2)
|
6882
6889
|
], 2);
|
6883
6890
|
}
|
6884
|
-
const
|
6885
|
-
const
|
6891
|
+
const lf = /* @__PURE__ */ D(Ku, [["render", ed]]);
|
6892
|
+
const td = {
|
6886
6893
|
name: "CmdSiteFooter",
|
6887
6894
|
props: {
|
6888
6895
|
orientation: {
|
@@ -6890,9 +6897,9 @@ const ed = {
|
|
6890
6897
|
default: "horizontal"
|
6891
6898
|
}
|
6892
6899
|
}
|
6893
|
-
},
|
6894
|
-
function
|
6895
|
-
return l(), o("div",
|
6900
|
+
}, id = { class: "cmd-site-footer" };
|
6901
|
+
function nd(e, i, t, a, s, n) {
|
6902
|
+
return l(), o("div", id, [
|
6896
6903
|
f("footer", {
|
6897
6904
|
class: C(["flex-container", { vertical: t.orientation === "vertical" }])
|
6898
6905
|
}, [
|
@@ -6900,8 +6907,8 @@ function id(e, i, t, a, s, n) {
|
|
6900
6907
|
], 2)
|
6901
6908
|
]);
|
6902
6909
|
}
|
6903
|
-
const
|
6904
|
-
const
|
6910
|
+
const of = /* @__PURE__ */ D(td, [["render", nd]]);
|
6911
|
+
const sd = {
|
6905
6912
|
name: "CmdSiteHeader",
|
6906
6913
|
emits: ["offcanvas"],
|
6907
6914
|
props: {
|
@@ -6935,18 +6942,18 @@ const nd = {
|
|
6935
6942
|
this.$emit("offcanvas", e);
|
6936
6943
|
}
|
6937
6944
|
}
|
6938
|
-
},
|
6945
|
+
}, ld = {
|
6939
6946
|
key: 0,
|
6940
6947
|
class: "top-header"
|
6941
6948
|
};
|
6942
|
-
function
|
6949
|
+
function od(e, i, t, a, s, n) {
|
6943
6950
|
var r, c, h, p, k, y, I, v, T;
|
6944
|
-
const u =
|
6951
|
+
const u = rr, d = fu;
|
6945
6952
|
return l(), o("div", {
|
6946
6953
|
class: C(["cmd-site-header", { sticky: t.sticky, "navigation-inline": t.navigationInline, "off-canvas-right": ((r = t.cmdMainNavigation) == null ? void 0 : r.offcanvasPosition) === "right" }]),
|
6947
6954
|
role: "banner"
|
6948
6955
|
}, [
|
6949
|
-
e.$slots.topheader ? (l(), o("div",
|
6956
|
+
e.$slots.topheader ? (l(), o("div", ld, [
|
6950
6957
|
H(e.$slots, "topheader")
|
6951
6958
|
])) : m("", !0),
|
6952
6959
|
f("header", {
|
@@ -6980,7 +6987,7 @@ function ld(e, i, t, a, s, n) {
|
|
6980
6987
|
}, null, 8, ["navigationEntries", "offcanvasPosition", "closeOffcanvas", "onOffcanvas"])) : m("", !0)
|
6981
6988
|
], 2);
|
6982
6989
|
}
|
6983
|
-
const
|
6990
|
+
const af = /* @__PURE__ */ D(sd, [["render", od]]), ad = {
|
6984
6991
|
data() {
|
6985
6992
|
return {
|
6986
6993
|
defaultMessageProperties: {
|
@@ -6994,7 +7001,7 @@ const of = /* @__PURE__ */ L(nd, [["render", ld]]), od = {
|
|
6994
7001
|
};
|
6995
7002
|
}
|
6996
7003
|
};
|
6997
|
-
const
|
7004
|
+
const rd = {
|
6998
7005
|
emits: [
|
6999
7006
|
"search",
|
7000
7007
|
"update:modelValueInput1",
|
@@ -7003,7 +7010,7 @@ const ad = {
|
|
7003
7010
|
"update:modelValueSearchFilters"
|
7004
7011
|
],
|
7005
7012
|
name: "CmdBoxSiteSearch",
|
7006
|
-
mixins: [X,
|
7013
|
+
mixins: [X, ad],
|
7007
7014
|
data() {
|
7008
7015
|
return {
|
7009
7016
|
showFilters: !1
|
@@ -7206,22 +7213,22 @@ const ad = {
|
|
7206
7213
|
deep: !0
|
7207
7214
|
}
|
7208
7215
|
}
|
7209
|
-
},
|
7216
|
+
}, cd = { class: "cmd-box-site-search flex-container" }, ud = { class: "flex-container align-bottom" }, dd = { class: "input-wrapper align-bottom" }, md = { key: 0 }, hd = { key: 1 }, fd = {
|
7210
7217
|
key: 0,
|
7211
7218
|
class: "flex-container no-flex",
|
7212
7219
|
role: "listbox",
|
7213
7220
|
"aria-expanded": "true"
|
7214
7221
|
};
|
7215
|
-
function
|
7222
|
+
function gd(e, i, t, a, s, n) {
|
7216
7223
|
var p, k, y, I, v, T, M, N, V, w;
|
7217
|
-
const u = E, d = ae, r = z, c =
|
7224
|
+
const u = E, d = ae, r = z, c = Xr, h = cc;
|
7218
7225
|
return l(), o(b, null, [
|
7219
|
-
f("fieldset",
|
7226
|
+
f("fieldset", cd, [
|
7220
7227
|
f("legend", {
|
7221
7228
|
class: C({ hidden: !t.showLegend })
|
7222
7229
|
}, g(t.textLegend), 3),
|
7223
7230
|
t.cmdHeadline ? (l(), _(u, Q(F({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
7224
|
-
f("div",
|
7231
|
+
f("div", ud, [
|
7225
7232
|
x(d, {
|
7226
7233
|
element: "input",
|
7227
7234
|
type: t.cmdFormElementInput1.type,
|
@@ -7233,7 +7240,7 @@ function fd(e, i, t, a, s, n) {
|
|
7233
7240
|
modelValue: n.searchValue1,
|
7234
7241
|
"onUpdate:modelValue": i[0] || (i[0] = (q) => n.searchValue1 = q)
|
7235
7242
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
|
7236
|
-
f("div",
|
7243
|
+
f("div", dd, [
|
7237
7244
|
t.cmdFormElementInput2.show ? (l(), _(d, {
|
7238
7245
|
key: 0,
|
7239
7246
|
element: "input",
|
@@ -7275,16 +7282,16 @@ function fd(e, i, t, a, s, n) {
|
|
7275
7282
|
iconClass: s.showFilters ? (y = (k = t.cmdIcon) == null ? void 0 : k.showFilters) == null ? void 0 : y.iconClass : (v = (I = t.cmdIcon) == null ? void 0 : I.hideFilters) == null ? void 0 : v.iconClass,
|
7276
7283
|
type: s.showFilters ? (M = (T = t.cmdIcon) == null ? void 0 : T.showFilters) == null ? void 0 : M.iconType : (V = (N = t.cmdIcon) == null ? void 0 : N.hideFilters) == null ? void 0 : V.iconType
|
7277
7284
|
}, null, 8, ["iconClass", "type"]),
|
7278
|
-
s.showFilters ? (l(), o("span",
|
7285
|
+
s.showFilters ? (l(), o("span", md, g(e.getMessage("cmdsitesearch.hide_filter_options")), 1)) : (l(), o("span", hd, g(e.getMessage("cmdsitesearch.show_filter_options")), 1))
|
7279
7286
|
]),
|
7280
7287
|
x(se, { name: "fade" }, {
|
7281
7288
|
default: j(() => {
|
7282
|
-
var q,
|
7289
|
+
var q, L, P, U, G;
|
7283
7290
|
return [
|
7284
|
-
s.showFilters && ((q = t.cmdFakeSelect) == null ? void 0 : q.selectData.length) ? (l(), o("div",
|
7291
|
+
s.showFilters && ((q = t.cmdFakeSelect) == null ? void 0 : q.selectData.length) ? (l(), o("div", fd, [
|
7285
7292
|
x(c, {
|
7286
7293
|
role: "option",
|
7287
|
-
selectData: (
|
7294
|
+
selectData: (L = t.cmdFakeSelect) == null ? void 0 : L.selectData,
|
7288
7295
|
modelValue: n.searchFilters,
|
7289
7296
|
"onUpdate:modelValue": i[4] || (i[4] = (R) => n.searchFilters = R),
|
7290
7297
|
defaultOptionName: (P = t.cmdFakeSelect) == null ? void 0 : P.defaultOptionName,
|
@@ -7306,8 +7313,8 @@ function fd(e, i, t, a, s, n) {
|
|
7306
7313
|
}, null, 8, ["modelValue", "selectedOptionsName"])) : m("", !0)
|
7307
7314
|
], 64);
|
7308
7315
|
}
|
7309
|
-
const
|
7310
|
-
const
|
7316
|
+
const rf = /* @__PURE__ */ D(rd, [["render", gd]]);
|
7317
|
+
const pd = {
|
7311
7318
|
name: "CmdSlideshow",
|
7312
7319
|
data() {
|
7313
7320
|
return {
|
@@ -7394,8 +7401,8 @@ const gd = {
|
|
7394
7401
|
immediate: !0
|
7395
7402
|
}
|
7396
7403
|
}
|
7397
|
-
},
|
7398
|
-
function
|
7404
|
+
}, yd = ["href", "title"], Cd = { key: 0 }, _d = ["onClick", "aria-label"], bd = { key: 1 };
|
7405
|
+
function kd(e, i, t, a, s, n) {
|
7399
7406
|
const u = It, d = be;
|
7400
7407
|
return l(), o("div", {
|
7401
7408
|
class: C(["cmd-slideshow", { "full-width": s.fullWidth }])
|
@@ -7430,7 +7437,7 @@ function bd(e, i, t, a, s, n) {
|
|
7430
7437
|
image: (I = n.currentItem) == null ? void 0 : I.image,
|
7431
7438
|
figcaption: (v = n.currentItem) == null ? void 0 : v.figcaption
|
7432
7439
|
}, null, 8, ["image", "figcaption"])
|
7433
|
-
], 8,
|
7440
|
+
], 8, yd)) : (l(), _(d, {
|
7434
7441
|
image: (T = n.currentItem) == null ? void 0 : T.image,
|
7435
7442
|
figcaption: (M = n.currentItem) == null ? void 0 : M.figcaption,
|
7436
7443
|
key: s.index
|
@@ -7444,7 +7451,7 @@ function bd(e, i, t, a, s, n) {
|
|
7444
7451
|
x(u, {
|
7445
7452
|
onClick: S(n.showNextItem, ["prevent"])
|
7446
7453
|
}, null, 8, ["onClick"]),
|
7447
|
-
t.showQuickLinkIcons ? (l(), o("ol",
|
7454
|
+
t.showQuickLinkIcons ? (l(), o("ol", Cd, [
|
7448
7455
|
(l(!0), o(b, null, B(t.slideshowItems, (r, c) => (l(), o("li", {
|
7449
7456
|
key: c,
|
7450
7457
|
class: C({ active: c === s.index })
|
@@ -7453,25 +7460,25 @@ function bd(e, i, t, a, s, n) {
|
|
7453
7460
|
href: "#",
|
7454
7461
|
onClick: S((h) => s.index = c, ["prevent"]),
|
7455
7462
|
"aria-label": s.index
|
7456
|
-
}, null, 8,
|
7463
|
+
}, null, 8, _d)
|
7457
7464
|
], 2))), 128))
|
7458
7465
|
])) : m("", !0),
|
7459
|
-
t.showCounter ? (l(), o("span",
|
7466
|
+
t.showCounter ? (l(), o("span", bd, g(s.index + 1) + "/" + g(t.slideshowItems.length), 1)) : m("", !0)
|
7460
7467
|
], 32)
|
7461
7468
|
], 2);
|
7462
7469
|
}
|
7463
|
-
const
|
7470
|
+
const cf = /* @__PURE__ */ D(pd, [["render", kd]]), vd = "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", wd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
7464
7471
|
__proto__: null,
|
7465
|
-
default:
|
7466
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
7472
|
+
default: vd
|
7473
|
+
}, Symbol.toStringTag, { value: "Module" })), Id = "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==", xd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
7467
7474
|
__proto__: null,
|
7468
|
-
default:
|
7469
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
7475
|
+
default: Id
|
7476
|
+
}, Symbol.toStringTag, { value: "Module" })), Td = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
7470
7477
|
__proto__: null,
|
7471
|
-
de:
|
7472
|
-
en:
|
7478
|
+
de: wd,
|
7479
|
+
en: xd
|
7473
7480
|
}, Symbol.toStringTag, { value: "Module" }));
|
7474
|
-
const
|
7481
|
+
const Sd = {
|
7475
7482
|
name: "CmdSwitchLanguage",
|
7476
7483
|
emits: ["click"],
|
7477
7484
|
data() {
|
@@ -7499,7 +7506,7 @@ const Td = {
|
|
7499
7506
|
this.imageSources = [], this.languages.forEach(
|
7500
7507
|
async (e) => {
|
7501
7508
|
const i = e.iso2;
|
7502
|
-
this.imageSources.push(
|
7509
|
+
this.imageSources.push(Td[i].default);
|
7503
7510
|
}
|
7504
7511
|
);
|
7505
7512
|
},
|
@@ -7507,10 +7514,10 @@ const Td = {
|
|
7507
7514
|
deep: !0
|
7508
7515
|
}
|
7509
7516
|
}
|
7510
|
-
},
|
7511
|
-
function
|
7517
|
+
}, Md = { class: "cmd-switch-language" }, Od = ["href", "title", "onClick"], Dd = ["src", "alt"], Ld = ["src", "alt"];
|
7518
|
+
function Nd(e, i, t, a, s, n) {
|
7512
7519
|
const u = K("router-link");
|
7513
|
-
return l(), o("div",
|
7520
|
+
return l(), o("div", Md, [
|
7514
7521
|
f("ul", null, [
|
7515
7522
|
(l(!0), o(b, null, B(t.languages, (d, r) => (l(), o("li", { key: r }, [
|
7516
7523
|
d.link.type === "href" ? (l(), o("a", {
|
@@ -7523,8 +7530,8 @@ function Dd(e, i, t, a, s, n) {
|
|
7523
7530
|
f("img", {
|
7524
7531
|
src: s.imageSources[r],
|
7525
7532
|
alt: d.name
|
7526
|
-
}, null, 8,
|
7527
|
-
], 10,
|
7533
|
+
}, null, 8, Dd)
|
7534
|
+
], 10, Od)) : (l(), _(u, {
|
7528
7535
|
key: 1,
|
7529
7536
|
class: C(["flag", d.iso2]),
|
7530
7537
|
to: n.getRoute(d),
|
@@ -7543,8 +7550,8 @@ function Dd(e, i, t, a, s, n) {
|
|
7543
7550
|
])
|
7544
7551
|
]);
|
7545
7552
|
}
|
7546
|
-
const
|
7547
|
-
const
|
7553
|
+
const uf = /* @__PURE__ */ D(Sd, [["render", Nd]]);
|
7554
|
+
const jd = {
|
7548
7555
|
name: "CmdSystemMessage",
|
7549
7556
|
mixins: [_e],
|
7550
7557
|
data() {
|
@@ -7605,8 +7612,8 @@ const Nd = {
|
|
7605
7612
|
this.showSystemMessage = !0;
|
7606
7613
|
}
|
7607
7614
|
}
|
7608
|
-
},
|
7609
|
-
function
|
7615
|
+
}, Bd = ["role", "aria-labelledby"], Pd = ["title"];
|
7616
|
+
function Fd(e, i, t, a, s, n) {
|
7610
7617
|
const u = z, d = E;
|
7611
7618
|
return l(), _(se, { name: "fade" }, {
|
7612
7619
|
default: j(() => [
|
@@ -7626,7 +7633,7 @@ function Pd(e, i, t, a, s, n) {
|
|
7626
7633
|
iconClass: t.iconClose.iconClass,
|
7627
7634
|
type: t.iconClose.iconType
|
7628
7635
|
}, null, 8, ["iconClass", "type"])
|
7629
|
-
], 8,
|
7636
|
+
], 8, Pd)) : m("", !0),
|
7630
7637
|
x(d, {
|
7631
7638
|
class: "message-headline",
|
7632
7639
|
headlineIcon: n.headlineIcon,
|
@@ -7635,13 +7642,13 @@ function Pd(e, i, t, a, s, n) {
|
|
7635
7642
|
id: e.htmlId
|
7636
7643
|
}, null, 8, ["headlineIcon", "headlineText", "headlineLevel", "id"]),
|
7637
7644
|
H(e.$slots, "default")
|
7638
|
-
], 10,
|
7645
|
+
], 10, Bd)) : m("", !0)
|
7639
7646
|
]),
|
7640
7647
|
_: 3
|
7641
7648
|
});
|
7642
7649
|
}
|
7643
|
-
const
|
7644
|
-
const
|
7650
|
+
const Ad = /* @__PURE__ */ D(jd, [["render", Fd]]);
|
7651
|
+
const Hd = {
|
7645
7652
|
name: "CmdTable",
|
7646
7653
|
data() {
|
7647
7654
|
return {
|
@@ -7717,20 +7724,20 @@ const Ad = {
|
|
7717
7724
|
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);
|
7718
7725
|
}
|
7719
7726
|
}
|
7720
|
-
},
|
7727
|
+
}, zd = {
|
7721
7728
|
key: 0,
|
7722
7729
|
class: "button-wrapper"
|
7723
|
-
},
|
7730
|
+
}, qd = ["title"], Rd = ["title"], Vd = { class: "inner-wrapper" }, Ed = { "aria-expanded": "true" }, Ud = {
|
7724
7731
|
key: 0,
|
7725
7732
|
"aria-expanded": "true"
|
7726
7733
|
};
|
7727
|
-
function
|
7734
|
+
function Gd(e, i, t, a, s, n) {
|
7728
7735
|
var d, r, c, h;
|
7729
7736
|
const u = z;
|
7730
7737
|
return l(), o("div", {
|
7731
7738
|
class: C(["cmd-table-wrapper", { collapsed: !s.showTableData, "full-width": s.fullWidth, "has-caption": n.hasCaption }])
|
7732
7739
|
}, [
|
7733
|
-
t.collapsible || t.userCanToggleWidth ? (l(), o("div",
|
7740
|
+
t.collapsible || t.userCanToggleWidth ? (l(), o("div", zd, [
|
7734
7741
|
t.userCanToggleWidth ? (l(), o("a", {
|
7735
7742
|
key: 0,
|
7736
7743
|
class: "button",
|
@@ -7742,7 +7749,7 @@ function Ud(e, i, t, a, s, n) {
|
|
7742
7749
|
iconClass: t.iconToggleWidth.iconClass,
|
7743
7750
|
type: t.iconToggleWidth.iconType
|
7744
7751
|
}, null, 8, ["iconClass", "type"])
|
7745
|
-
], 8,
|
7752
|
+
], 8, qd)) : m("", !0),
|
7746
7753
|
t.collapsible ? (l(), o("a", {
|
7747
7754
|
key: 1,
|
7748
7755
|
class: "button",
|
@@ -7754,9 +7761,9 @@ function Ud(e, i, t, a, s, n) {
|
|
7754
7761
|
iconClass: s.showTableData ? t.iconCollapse.iconClass : t.iconExpand.iconClass,
|
7755
7762
|
type: s.showTableData ? t.iconCollapse.iconType : t.iconExpand.iconType
|
7756
7763
|
}, null, 8, ["iconClass", "type"])
|
7757
|
-
], 8,
|
7764
|
+
], 8, Rd)) : m("", !0)
|
7758
7765
|
])) : m("", !0),
|
7759
|
-
f("div",
|
7766
|
+
f("div", Vd, [
|
7760
7767
|
f("table", {
|
7761
7768
|
class: C({ "full-width": s.fullWidth })
|
7762
7769
|
}, [
|
@@ -7771,7 +7778,7 @@ function Ud(e, i, t, a, s, n) {
|
|
7771
7778
|
]),
|
7772
7779
|
x(se, { name: "fade" }, {
|
7773
7780
|
default: j(() => [
|
7774
|
-
$(f("tbody",
|
7781
|
+
$(f("tbody", Ed, [
|
7775
7782
|
(l(!0), o(b, null, B(t.tableData.tbody, (p, k) => (l(), o("tr", {
|
7776
7783
|
class: C({ active: t.tableData.rowIndexHighlighted === k }),
|
7777
7784
|
key: k
|
@@ -7789,7 +7796,7 @@ function Ud(e, i, t, a, s, n) {
|
|
7789
7796
|
}),
|
7790
7797
|
x(se, { name: "fade" }, {
|
7791
7798
|
default: j(() => [
|
7792
|
-
t.tableData.tfoot && t.tableData.tfoot.length && s.showTableData ? (l(), o("tfoot",
|
7799
|
+
t.tableData.tfoot && t.tableData.tfoot.length && s.showTableData ? (l(), o("tfoot", Ud, [
|
7793
7800
|
f("tr", null, [
|
7794
7801
|
(l(!0), o(b, null, B(t.tableData.tfoot, (p, k) => (l(), o("td", {
|
7795
7802
|
class: C({ active: t.tableData.columnIndexHighlighted === k }),
|
@@ -7804,7 +7811,7 @@ function Ud(e, i, t, a, s, n) {
|
|
7804
7811
|
])
|
7805
7812
|
], 2);
|
7806
7813
|
}
|
7807
|
-
const
|
7814
|
+
const df = /* @__PURE__ */ D(Hd, [["render", Gd]]), Qd = "cmd", Wd = {
|
7808
7815
|
"3d-cursor": {
|
7809
7816
|
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"/>',
|
7810
7817
|
hidden: !0
|
@@ -7818,14 +7825,14 @@ const uf = /* @__PURE__ */ L(Ad, [["render", Ud]]), Gd = "cmd", Qd = {
|
|
7818
7825
|
<path fill="currentColor" d="M2,12h6v18H2V12z"/>
|
7819
7826
|
<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"/>`
|
7820
7827
|
}
|
7821
|
-
},
|
7822
|
-
prefix:
|
7823
|
-
icons:
|
7824
|
-
width:
|
7825
|
-
height:
|
7828
|
+
}, Zd = 32, Jd = 32, Yd = {
|
7829
|
+
prefix: Qd,
|
7830
|
+
icons: Wd,
|
7831
|
+
width: Zd,
|
7832
|
+
height: Jd
|
7826
7833
|
};
|
7827
|
-
Ai(
|
7828
|
-
const
|
7834
|
+
Ai(Yd);
|
7835
|
+
const Kd = {
|
7829
7836
|
name: "CmdTabs",
|
7830
7837
|
data() {
|
7831
7838
|
return {
|
@@ -7865,13 +7872,13 @@ const Yd = {
|
|
7865
7872
|
this.showTab = this.activeTab;
|
7866
7873
|
}
|
7867
7874
|
}
|
7868
|
-
},
|
7875
|
+
}, Xd = { class: "cmd-tabs" }, $d = ["onClick", "title"], em = { key: 1 }, tm = {
|
7869
7876
|
key: 1,
|
7870
7877
|
"aria-live": "assertive"
|
7871
|
-
},
|
7872
|
-
function
|
7878
|
+
}, im = ["innerHTML"];
|
7879
|
+
function nm(e, i, t, a, s, n) {
|
7873
7880
|
const u = z, d = E;
|
7874
|
-
return l(), o("div",
|
7881
|
+
return l(), o("div", Xd, [
|
7875
7882
|
f("ul", {
|
7876
7883
|
class: C({ "stretch-tabs": t.stretchTabs }),
|
7877
7884
|
role: "tablist"
|
@@ -7891,8 +7898,8 @@ function im(e, i, t, a, s, n) {
|
|
7891
7898
|
iconClass: r.iconClass,
|
7892
7899
|
type: r.iconType
|
7893
7900
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
7894
|
-
r.name ? (l(), o("span",
|
7895
|
-
], 8,
|
7901
|
+
r.name ? (l(), o("span", em, g(r.name), 1)) : m("", !0)
|
7902
|
+
], 8, $d)
|
7896
7903
|
], 2))), 128))
|
7897
7904
|
], 2),
|
7898
7905
|
t.useSlot ? (l(!0), o(b, { key: 0 }, B(t.tabs.length, (r) => $((l(), o("div", {
|
@@ -7902,18 +7909,18 @@ function im(e, i, t, a, s, n) {
|
|
7902
7909
|
H(e.$slots, "tab-content-" + (r - 1))
|
7903
7910
|
])), [
|
7904
7911
|
[me, s.showTab === r - 1]
|
7905
|
-
])), 128)) : (l(), o("div",
|
7912
|
+
])), 128)) : (l(), o("div", tm, [
|
7906
7913
|
t.cmdHeadline ? (l(), _(d, F({ key: 0 }, t.cmdHeadline, {
|
7907
7914
|
headlineText: t.tabs[s.showTab].headlineText,
|
7908
7915
|
headlineLevel: t.tabs[s.showTab].headlineLevel
|
7909
7916
|
}), null, 16, ["headlineText", "headlineLevel"])) : m("", !0),
|
7910
7917
|
f("div", {
|
7911
7918
|
innerHTML: t.tabs[s.showTab].htmlContent
|
7912
|
-
}, null, 8,
|
7919
|
+
}, null, 8, im)
|
7913
7920
|
]))
|
7914
7921
|
]);
|
7915
7922
|
}
|
7916
|
-
const
|
7923
|
+
const mf = /* @__PURE__ */ D(Kd, [["render", nm]]), sm = {
|
7917
7924
|
name: "CmdTextBlock",
|
7918
7925
|
provide() {
|
7919
7926
|
return {
|
@@ -7961,11 +7968,11 @@ const df = /* @__PURE__ */ L(Yd, [["render", im]]), nm = {
|
|
7961
7968
|
};
|
7962
7969
|
}
|
7963
7970
|
}
|
7964
|
-
},
|
7965
|
-
function
|
7971
|
+
}, lm = { class: "cmd-text-block flex-container vertical" }, om = ["innerHTML"];
|
7972
|
+
function am(e, i, t, a, s, n) {
|
7966
7973
|
var d;
|
7967
7974
|
const u = E;
|
7968
|
-
return l(), o("div",
|
7975
|
+
return l(), o("div", lm, [
|
7969
7976
|
t.cmdHeadline ? (l(), _(u, {
|
7970
7977
|
key: 0,
|
7971
7978
|
headlineText: t.cmdHeadline.headlineText,
|
@@ -7976,15 +7983,15 @@ function om(e, i, t, a, s, n) {
|
|
7976
7983
|
class: "edit-mode",
|
7977
7984
|
"onUpdate:modelValue": i[0] || (i[0] = (r) => s.editableHtmlContent = r)
|
7978
7985
|
}, null, 512)), [
|
7979
|
-
[
|
7986
|
+
[Li, s.editableHtmlContent]
|
7980
7987
|
]) : t.htmlContent ? (l(), o("div", {
|
7981
7988
|
key: 2,
|
7982
7989
|
innerHTML: t.htmlContent
|
7983
|
-
}, null, 8,
|
7990
|
+
}, null, 8, om)) : m("", !0)
|
7984
7991
|
]);
|
7985
7992
|
}
|
7986
|
-
const
|
7987
|
-
const
|
7993
|
+
const hf = /* @__PURE__ */ D(sm, [["render", am]]);
|
7994
|
+
const rm = {
|
7988
7995
|
name: "ToggleDarkMode",
|
7989
7996
|
data() {
|
7990
7997
|
return {
|
@@ -8073,8 +8080,8 @@ const am = {
|
|
8073
8080
|
immediate: !0
|
8074
8081
|
}
|
8075
8082
|
}
|
8076
|
-
},
|
8077
|
-
function
|
8083
|
+
}, cm = { key: 0 };
|
8084
|
+
function um(e, i, t, a, s, n) {
|
8078
8085
|
const u = z, d = ae;
|
8079
8086
|
return l(), o("div", {
|
8080
8087
|
class: C(["cmd-toggle-dark-mode", { "styled-layout": t.useStyledLayout, "dark-mode": s.darkMode }])
|
@@ -8085,7 +8092,7 @@ function cm(e, i, t, a, s, n) {
|
|
8085
8092
|
class: C(["button", { "dark-mode": s.darkMode }]),
|
8086
8093
|
onClick: i[0] || (i[0] = S((...r) => n.toggleColorScheme && n.toggleColorScheme(...r), ["prevent"]))
|
8087
8094
|
}, [
|
8088
|
-
t.showLabel ? (l(), o("span",
|
8095
|
+
t.showLabel ? (l(), o("span", cm, g(n.labelText), 1)) : m("", !0),
|
8089
8096
|
x(u, {
|
8090
8097
|
iconClass: n.iconClass,
|
8091
8098
|
type: n.iconType,
|
@@ -8107,7 +8114,7 @@ function cm(e, i, t, a, s, n) {
|
|
8107
8114
|
}, null, 8, ["labelText", "showLabel", "modelValue", "title", "onUpdate:modelValue"]))
|
8108
8115
|
], 2);
|
8109
8116
|
}
|
8110
|
-
const
|
8117
|
+
const ff = /* @__PURE__ */ D(rm, [["render", um]]), dm = {
|
8111
8118
|
data() {
|
8112
8119
|
return {
|
8113
8120
|
defaultMessageProperties: {
|
@@ -8160,7 +8167,7 @@ const hf = /* @__PURE__ */ L(am, [["render", cm]]), um = {
|
|
8160
8167
|
};
|
8161
8168
|
}
|
8162
8169
|
};
|
8163
|
-
function
|
8170
|
+
function mm(e) {
|
8164
8171
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
8165
8172
|
}
|
8166
8173
|
var Xi = { exports: {} }, Mt = { exports: {} }, $i = function(i, t) {
|
@@ -8169,30 +8176,30 @@ var Xi = { exports: {} }, Mt = { exports: {} }, $i = function(i, t) {
|
|
8169
8176
|
s[n] = arguments[n];
|
8170
8177
|
return i.apply(t, s);
|
8171
8178
|
};
|
8172
|
-
},
|
8179
|
+
}, hm = $i, re = Object.prototype.toString;
|
8173
8180
|
function Ot(e) {
|
8174
8181
|
return re.call(e) === "[object Array]";
|
8175
8182
|
}
|
8176
8183
|
function mt(e) {
|
8177
8184
|
return typeof e > "u";
|
8178
8185
|
}
|
8179
|
-
function
|
8186
|
+
function fm(e) {
|
8180
8187
|
return e !== null && !mt(e) && e.constructor !== null && !mt(e.constructor) && typeof e.constructor.isBuffer == "function" && e.constructor.isBuffer(e);
|
8181
8188
|
}
|
8182
|
-
function
|
8189
|
+
function gm(e) {
|
8183
8190
|
return re.call(e) === "[object ArrayBuffer]";
|
8184
8191
|
}
|
8185
|
-
function
|
8192
|
+
function pm(e) {
|
8186
8193
|
return typeof FormData < "u" && e instanceof FormData;
|
8187
8194
|
}
|
8188
|
-
function
|
8195
|
+
function ym(e) {
|
8189
8196
|
var i;
|
8190
8197
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? i = ArrayBuffer.isView(e) : i = e && e.buffer && e.buffer instanceof ArrayBuffer, i;
|
8191
8198
|
}
|
8192
|
-
function
|
8199
|
+
function Cm(e) {
|
8193
8200
|
return typeof e == "string";
|
8194
8201
|
}
|
8195
|
-
function
|
8202
|
+
function _m(e) {
|
8196
8203
|
return typeof e == "number";
|
8197
8204
|
}
|
8198
8205
|
function en(e) {
|
@@ -8204,31 +8211,31 @@ function Se(e) {
|
|
8204
8211
|
var i = Object.getPrototypeOf(e);
|
8205
8212
|
return i === null || i === Object.prototype;
|
8206
8213
|
}
|
8207
|
-
function
|
8214
|
+
function bm(e) {
|
8208
8215
|
return re.call(e) === "[object Date]";
|
8209
8216
|
}
|
8210
|
-
function
|
8217
|
+
function km(e) {
|
8211
8218
|
return re.call(e) === "[object File]";
|
8212
8219
|
}
|
8213
|
-
function
|
8220
|
+
function vm(e) {
|
8214
8221
|
return re.call(e) === "[object Blob]";
|
8215
8222
|
}
|
8216
8223
|
function tn(e) {
|
8217
8224
|
return re.call(e) === "[object Function]";
|
8218
8225
|
}
|
8219
|
-
function
|
8226
|
+
function wm(e) {
|
8220
8227
|
return en(e) && tn(e.pipe);
|
8221
8228
|
}
|
8222
|
-
function
|
8229
|
+
function Im(e) {
|
8223
8230
|
return typeof URLSearchParams < "u" && e instanceof URLSearchParams;
|
8224
8231
|
}
|
8225
|
-
function
|
8232
|
+
function xm(e) {
|
8226
8233
|
return e.trim ? e.trim() : e.replace(/^\s+|\s+$/g, "");
|
8227
8234
|
}
|
8228
|
-
function
|
8235
|
+
function Tm() {
|
8229
8236
|
return typeof navigator < "u" && (navigator.product === "ReactNative" || navigator.product === "NativeScript" || navigator.product === "NS") ? !1 : typeof window < "u" && typeof document < "u";
|
8230
8237
|
}
|
8231
|
-
function
|
8238
|
+
function Dt(e, i) {
|
8232
8239
|
if (!(e === null || typeof e > "u"))
|
8233
8240
|
if (typeof e != "object" && (e = [e]), Ot(e))
|
8234
8241
|
for (var t = 0, a = e.length; t < a; t++)
|
@@ -8243,40 +8250,40 @@ function ht() {
|
|
8243
8250
|
Se(e[n]) && Se(s) ? e[n] = ht(e[n], s) : Se(s) ? e[n] = ht({}, s) : Ot(s) ? e[n] = s.slice() : e[n] = s;
|
8244
8251
|
}
|
8245
8252
|
for (var t = 0, a = arguments.length; t < a; t++)
|
8246
|
-
|
8253
|
+
Dt(arguments[t], i);
|
8247
8254
|
return e;
|
8248
8255
|
}
|
8249
|
-
function
|
8250
|
-
return
|
8251
|
-
t && typeof s == "function" ? e[n] =
|
8256
|
+
function Sm(e, i, t) {
|
8257
|
+
return Dt(i, function(s, n) {
|
8258
|
+
t && typeof s == "function" ? e[n] = hm(s, t) : e[n] = s;
|
8252
8259
|
}), e;
|
8253
8260
|
}
|
8254
|
-
function
|
8261
|
+
function Mm(e) {
|
8255
8262
|
return e.charCodeAt(0) === 65279 && (e = e.slice(1)), e;
|
8256
8263
|
}
|
8257
8264
|
var J = {
|
8258
8265
|
isArray: Ot,
|
8259
|
-
isArrayBuffer:
|
8260
|
-
isBuffer:
|
8261
|
-
isFormData:
|
8262
|
-
isArrayBufferView:
|
8263
|
-
isString:
|
8264
|
-
isNumber:
|
8266
|
+
isArrayBuffer: gm,
|
8267
|
+
isBuffer: fm,
|
8268
|
+
isFormData: pm,
|
8269
|
+
isArrayBufferView: ym,
|
8270
|
+
isString: Cm,
|
8271
|
+
isNumber: _m,
|
8265
8272
|
isObject: en,
|
8266
8273
|
isPlainObject: Se,
|
8267
8274
|
isUndefined: mt,
|
8268
|
-
isDate:
|
8269
|
-
isFile:
|
8270
|
-
isBlob:
|
8275
|
+
isDate: bm,
|
8276
|
+
isFile: km,
|
8277
|
+
isBlob: vm,
|
8271
8278
|
isFunction: tn,
|
8272
|
-
isStream:
|
8273
|
-
isURLSearchParams:
|
8274
|
-
isStandardBrowserEnv:
|
8275
|
-
forEach:
|
8279
|
+
isStream: wm,
|
8280
|
+
isURLSearchParams: Im,
|
8281
|
+
isStandardBrowserEnv: Tm,
|
8282
|
+
forEach: Dt,
|
8276
8283
|
merge: ht,
|
8277
|
-
extend:
|
8278
|
-
trim:
|
8279
|
-
stripBOM:
|
8284
|
+
extend: Sm,
|
8285
|
+
trim: xm,
|
8286
|
+
stripBOM: Mm
|
8280
8287
|
}, ue = J;
|
8281
8288
|
function ai(e) {
|
8282
8289
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
@@ -8302,7 +8309,7 @@ var nn = function(i, t, a) {
|
|
8302
8309
|
u !== -1 && (i = i.slice(0, u)), i += (i.indexOf("?") === -1 ? "?" : "&") + s;
|
8303
8310
|
}
|
8304
8311
|
return i;
|
8305
|
-
},
|
8312
|
+
}, Om = J;
|
8306
8313
|
function je() {
|
8307
8314
|
this.handlers = [];
|
8308
8315
|
}
|
@@ -8318,11 +8325,11 @@ je.prototype.eject = function(i) {
|
|
8318
8325
|
this.handlers[i] && (this.handlers[i] = null);
|
8319
8326
|
};
|
8320
8327
|
je.prototype.forEach = function(i) {
|
8321
|
-
|
8328
|
+
Om.forEach(this.handlers, function(a) {
|
8322
8329
|
a !== null && i(a);
|
8323
8330
|
});
|
8324
8331
|
};
|
8325
|
-
var
|
8332
|
+
var Dm = je, Lm = J, Nm = function(i, t) {
|
8326
8333
|
Lm.forEach(i, function(s, n) {
|
8327
8334
|
n !== t && n.toUpperCase() === t.toUpperCase() && (i[t] = s, delete i[n]);
|
8328
8335
|
});
|
@@ -8354,7 +8361,7 @@ function ln() {
|
|
8354
8361
|
}, qe;
|
8355
8362
|
}
|
8356
8363
|
var Re, ci;
|
8357
|
-
function
|
8364
|
+
function jm() {
|
8358
8365
|
if (ci)
|
8359
8366
|
return Re;
|
8360
8367
|
ci = 1;
|
@@ -8371,7 +8378,7 @@ function Nm() {
|
|
8371
8378
|
}, Re;
|
8372
8379
|
}
|
8373
8380
|
var Ve, ui;
|
8374
|
-
function
|
8381
|
+
function Bm() {
|
8375
8382
|
if (ui)
|
8376
8383
|
return Ve;
|
8377
8384
|
ui = 1;
|
@@ -8403,29 +8410,29 @@ function jm() {
|
|
8403
8410
|
}(), Ve;
|
8404
8411
|
}
|
8405
8412
|
var Ee, di;
|
8406
|
-
function
|
8413
|
+
function Pm() {
|
8407
8414
|
return di || (di = 1, Ee = function(i) {
|
8408
8415
|
return /^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(i);
|
8409
8416
|
}), Ee;
|
8410
8417
|
}
|
8411
8418
|
var Ue, mi;
|
8412
|
-
function
|
8419
|
+
function Fm() {
|
8413
8420
|
return mi || (mi = 1, Ue = function(i, t) {
|
8414
8421
|
return t ? i.replace(/\/+$/, "") + "/" + t.replace(/^\/+/, "") : i;
|
8415
8422
|
}), Ue;
|
8416
8423
|
}
|
8417
8424
|
var Ge, hi;
|
8418
|
-
function
|
8425
|
+
function Am() {
|
8419
8426
|
if (hi)
|
8420
8427
|
return Ge;
|
8421
8428
|
hi = 1;
|
8422
|
-
var e =
|
8429
|
+
var e = Pm(), i = Fm();
|
8423
8430
|
return Ge = function(a, s) {
|
8424
8431
|
return a && !e(s) ? i(a, s) : s;
|
8425
8432
|
}, Ge;
|
8426
8433
|
}
|
8427
8434
|
var Qe, fi;
|
8428
|
-
function
|
8435
|
+
function Hm() {
|
8429
8436
|
if (fi)
|
8430
8437
|
return Qe;
|
8431
8438
|
fi = 1;
|
@@ -8461,7 +8468,7 @@ function Am() {
|
|
8461
8468
|
}, Qe;
|
8462
8469
|
}
|
8463
8470
|
var We, gi;
|
8464
|
-
function
|
8471
|
+
function zm() {
|
8465
8472
|
if (gi)
|
8466
8473
|
return We;
|
8467
8474
|
gi = 1;
|
@@ -8508,7 +8515,7 @@ function Ci() {
|
|
8508
8515
|
if (yi)
|
8509
8516
|
return Je;
|
8510
8517
|
yi = 1;
|
8511
|
-
var e = J, i =
|
8518
|
+
var e = J, i = jm(), t = Bm(), a = nn, s = Am(), n = Hm(), u = zm(), d = ln(), r = Pe(), c = Be();
|
8512
8519
|
return Je = function(p) {
|
8513
8520
|
return new Promise(function(y, I) {
|
8514
8521
|
var v = p.data, T = p.headers, M = p.responseType, N;
|
@@ -8518,8 +8525,8 @@ function Ci() {
|
|
8518
8525
|
e.isFormData(v) && delete T["Content-Type"];
|
8519
8526
|
var w = new XMLHttpRequest();
|
8520
8527
|
if (p.auth) {
|
8521
|
-
var q = p.auth.username || "",
|
8522
|
-
T.Authorization = "Basic " + btoa(q + ":" +
|
8528
|
+
var q = p.auth.username || "", L = p.auth.password ? unescape(encodeURIComponent(p.auth.password)) : "";
|
8529
|
+
T.Authorization = "Basic " + btoa(q + ":" + L);
|
8523
8530
|
}
|
8524
8531
|
var P = s(p.baseURL, p.url);
|
8525
8532
|
w.open(p.method.toUpperCase(), a(P, p.params, p.paramsSerializer), !0), w.timeout = p.timeout;
|
@@ -8571,7 +8578,7 @@ function Pe() {
|
|
8571
8578
|
if (_i)
|
8572
8579
|
return Ye;
|
8573
8580
|
_i = 1;
|
8574
|
-
var e = J, i =
|
8581
|
+
var e = J, i = Nm, t = sn, a = {
|
8575
8582
|
"Content-Type": "application/x-www-form-urlencoded"
|
8576
8583
|
};
|
8577
8584
|
function s(r, c) {
|
@@ -8632,9 +8639,9 @@ function Pe() {
|
|
8632
8639
|
d.headers[c] = e.merge(a);
|
8633
8640
|
}), Ye = d, Ye;
|
8634
8641
|
}
|
8635
|
-
var
|
8636
|
-
var s = this ||
|
8637
|
-
return
|
8642
|
+
var qm = J, Rm = Pe(), Vm = function(i, t, a) {
|
8643
|
+
var s = this || Rm;
|
8644
|
+
return qm.forEach(a, function(u) {
|
8638
8645
|
i = u.call(s, i, t);
|
8639
8646
|
}), i;
|
8640
8647
|
}, Ke, bi;
|
@@ -8643,12 +8650,12 @@ function on() {
|
|
8643
8650
|
return !!(i && i.__CANCEL__);
|
8644
8651
|
}), Ke;
|
8645
8652
|
}
|
8646
|
-
var ki = J, Xe =
|
8653
|
+
var ki = J, Xe = Vm, Em = on(), Um = Pe(), Gm = Be();
|
8647
8654
|
function $e(e) {
|
8648
8655
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
8649
|
-
throw new
|
8656
|
+
throw new Gm("canceled");
|
8650
8657
|
}
|
8651
|
-
var
|
8658
|
+
var Qm = function(i) {
|
8652
8659
|
$e(i), i.headers = i.headers || {}, i.data = Xe.call(
|
8653
8660
|
i,
|
8654
8661
|
i.data,
|
@@ -8664,7 +8671,7 @@ var Gm = function(i) {
|
|
8664
8671
|
delete i.headers[s];
|
8665
8672
|
}
|
8666
8673
|
);
|
8667
|
-
var t = i.adapter ||
|
8674
|
+
var t = i.adapter || Um.adapter;
|
8668
8675
|
return t(i).then(function(s) {
|
8669
8676
|
return $e(i), s.data = Xe.call(
|
8670
8677
|
i,
|
@@ -8673,7 +8680,7 @@ var Gm = function(i) {
|
|
8673
8680
|
i.transformResponse
|
8674
8681
|
), s;
|
8675
8682
|
}, function(s) {
|
8676
|
-
return
|
8683
|
+
return Em(s) || ($e(i), s && s.response && (s.response.data = Xe.call(
|
8677
8684
|
i,
|
8678
8685
|
s.response.data,
|
8679
8686
|
s.response.headers,
|
@@ -8748,16 +8755,16 @@ function rn() {
|
|
8748
8755
|
version: "0.24.0"
|
8749
8756
|
}), et;
|
8750
8757
|
}
|
8751
|
-
var
|
8758
|
+
var Wm = rn().version, Lt = {};
|
8752
8759
|
["object", "boolean", "number", "function", "string", "symbol"].forEach(function(e, i) {
|
8753
|
-
|
8760
|
+
Lt[e] = function(a) {
|
8754
8761
|
return typeof a === e || "a" + (i < 1 ? "n " : " ") + e;
|
8755
8762
|
};
|
8756
8763
|
});
|
8757
8764
|
var wi = {};
|
8758
|
-
|
8765
|
+
Lt.transitional = function(i, t, a) {
|
8759
8766
|
function s(n, u) {
|
8760
|
-
return "[Axios v" +
|
8767
|
+
return "[Axios v" + Wm + "] Transitional option '" + n + "'" + u + (a ? ". " + a : "");
|
8761
8768
|
}
|
8762
8769
|
return function(n, u, d) {
|
8763
8770
|
if (i === !1)
|
@@ -8770,7 +8777,7 @@ Dt.transitional = function(i, t, a) {
|
|
8770
8777
|
)), i ? i(n, u, d) : !0;
|
8771
8778
|
};
|
8772
8779
|
};
|
8773
|
-
function
|
8780
|
+
function Zm(e, i, t) {
|
8774
8781
|
if (typeof e != "object")
|
8775
8782
|
throw new TypeError("options must be an object");
|
8776
8783
|
for (var a = Object.keys(e), s = a.length; s-- > 0; ) {
|
@@ -8785,10 +8792,10 @@ function Wm(e, i, t) {
|
|
8785
8792
|
throw Error("Unknown option " + n);
|
8786
8793
|
}
|
8787
8794
|
}
|
8788
|
-
var
|
8789
|
-
assertOptions:
|
8790
|
-
validators:
|
8791
|
-
}, cn = J,
|
8795
|
+
var Jm = {
|
8796
|
+
assertOptions: Zm,
|
8797
|
+
validators: Lt
|
8798
|
+
}, cn = J, Ym = nn, Ii = Dm, xi = Qm, Fe = an, un = Jm, de = un.validators;
|
8792
8799
|
function ke(e) {
|
8793
8800
|
this.defaults = e, this.interceptors = {
|
8794
8801
|
request: new Ii(),
|
@@ -8837,7 +8844,7 @@ ke.prototype.request = function(i) {
|
|
8837
8844
|
return u;
|
8838
8845
|
};
|
8839
8846
|
ke.prototype.getUri = function(i) {
|
8840
|
-
return i = Fe(this.defaults, i),
|
8847
|
+
return i = Fe(this.defaults, i), Ym(i.url, i.params, i.paramsSerializer).replace(/^\?/, "");
|
8841
8848
|
};
|
8842
8849
|
cn.forEach(["delete", "get", "head", "options"], function(i) {
|
8843
8850
|
ke.prototype[i] = function(t, a) {
|
@@ -8857,8 +8864,8 @@ cn.forEach(["post", "put", "patch"], function(i) {
|
|
8857
8864
|
}));
|
8858
8865
|
};
|
8859
8866
|
});
|
8860
|
-
var
|
8861
|
-
function
|
8867
|
+
var Km = ke, tt, Ti;
|
8868
|
+
function Xm() {
|
8862
8869
|
if (Ti)
|
8863
8870
|
return tt;
|
8864
8871
|
Ti = 1;
|
@@ -8914,7 +8921,7 @@ function Km() {
|
|
8914
8921
|
}, tt = i, tt;
|
8915
8922
|
}
|
8916
8923
|
var it, Si;
|
8917
|
-
function
|
8924
|
+
function $m() {
|
8918
8925
|
return Si || (Si = 1, it = function(i) {
|
8919
8926
|
return function(a) {
|
8920
8927
|
return i.apply(null, a);
|
@@ -8922,39 +8929,39 @@ function Xm() {
|
|
8922
8929
|
}), it;
|
8923
8930
|
}
|
8924
8931
|
var nt, Mi;
|
8925
|
-
function
|
8932
|
+
function eh() {
|
8926
8933
|
return Mi || (Mi = 1, nt = function(i) {
|
8927
8934
|
return typeof i == "object" && i.isAxiosError === !0;
|
8928
8935
|
}), nt;
|
8929
8936
|
}
|
8930
|
-
var Oi = J,
|
8937
|
+
var Oi = J, th = $i, Me = Km, ih = an, nh = Pe();
|
8931
8938
|
function dn(e) {
|
8932
|
-
var i = new Me(e), t =
|
8939
|
+
var i = new Me(e), t = th(Me.prototype.request, i);
|
8933
8940
|
return Oi.extend(t, Me.prototype, i), Oi.extend(t, i), t.create = function(s) {
|
8934
|
-
return dn(
|
8941
|
+
return dn(ih(e, s));
|
8935
8942
|
}, t;
|
8936
8943
|
}
|
8937
|
-
var ee = dn(
|
8944
|
+
var ee = dn(nh);
|
8938
8945
|
ee.Axios = Me;
|
8939
8946
|
ee.Cancel = Be();
|
8940
|
-
ee.CancelToken =
|
8947
|
+
ee.CancelToken = Xm();
|
8941
8948
|
ee.isCancel = on();
|
8942
8949
|
ee.VERSION = rn().version;
|
8943
8950
|
ee.all = function(i) {
|
8944
8951
|
return Promise.all(i);
|
8945
8952
|
};
|
8946
|
-
ee.spread =
|
8947
|
-
ee.isAxiosError =
|
8953
|
+
ee.spread = $m();
|
8954
|
+
ee.isAxiosError = eh();
|
8948
8955
|
Mt.exports = ee;
|
8949
8956
|
Mt.exports.default = ee;
|
8950
8957
|
(function(e) {
|
8951
8958
|
e.exports = Mt.exports;
|
8952
8959
|
})(Xi);
|
8953
|
-
const
|
8954
|
-
const
|
8960
|
+
const sh = /* @__PURE__ */ mm(Xi.exports);
|
8961
|
+
const lh = {
|
8955
8962
|
name: "CmdUploadForm",
|
8956
8963
|
emits: ["click", "error", "upload-complete", "upload-file-success"],
|
8957
|
-
mixins: [X,
|
8964
|
+
mixins: [X, dm],
|
8958
8965
|
data() {
|
8959
8966
|
return {
|
8960
8967
|
comment: "",
|
@@ -9341,7 +9348,7 @@ const sh = {
|
|
9341
9348
|
return i.abortController = new AbortController(), t.set(
|
9342
9349
|
this.uploadOptions.filesParam ? this.uploadOptions.filesParam : "files",
|
9343
9350
|
i.file
|
9344
|
-
),
|
9351
|
+
), sh.post(e, t, {
|
9345
9352
|
signal: i.abortController.signal,
|
9346
9353
|
onUploadProgress: (a) => this.onUploadProgress(a, i)
|
9347
9354
|
}).then((a) => (this.$emit("upload-file-success", i), a)).then((a) => {
|
@@ -9362,30 +9369,30 @@ const sh = {
|
|
9362
9369
|
}
|
9363
9370
|
}
|
9364
9371
|
}
|
9365
|
-
},
|
9372
|
+
}, oh = { key: 0 }, ah = {
|
9366
9373
|
key: 1,
|
9367
9374
|
class: "flex-container vertical"
|
9368
|
-
},
|
9375
|
+
}, rh = {
|
9369
9376
|
key: 0,
|
9370
9377
|
class: "flex-container vertical list-files-wrapper"
|
9371
|
-
},
|
9378
|
+
}, ch = {
|
9372
9379
|
key: 0,
|
9373
9380
|
class: "list-of-files total-files"
|
9374
|
-
},
|
9381
|
+
}, uh = { class: "flex-container no-flex" }, dh = ["title"], mh = {
|
9375
9382
|
key: 0,
|
9376
9383
|
class: "progressbar"
|
9377
|
-
},
|
9384
|
+
}, hh = ["value", "title"], fh = /* @__PURE__ */ f("hr", null, null, -1), gh = { class: "flex-container vertical list-files-wrapper" }, ph = { class: "list-of-files" }, yh = ["title", "onClick"], Ch = {
|
9378
9385
|
key: 0,
|
9379
9386
|
class: "progressbar"
|
9380
|
-
},
|
9387
|
+
}, _h = ["value", "title"], bh = ["title"], kh = /* @__PURE__ */ f("hr", null, null, -1), vh = { class: "small" }, wh = ["title"], Ih = {
|
9381
9388
|
key: 0,
|
9382
9389
|
class: "list-of-file-extensions"
|
9383
|
-
},
|
9390
|
+
}, xh = ["disabled"], Th = { key: 0 }, Sh = { key: 1 }, Mh = { class: "button-wrapper no-flex" }, Oh = ["disabled"], Dh = { key: 0 }, Lh = { key: 1 }, Nh = {
|
9384
9391
|
key: 0,
|
9385
9392
|
class: "progressbar"
|
9386
|
-
},
|
9387
|
-
function
|
9388
|
-
const u = E, d =
|
9393
|
+
}, jh = ["value", "title"];
|
9394
|
+
function Bh(e, i, t, a, s, n) {
|
9395
|
+
const u = E, d = Ad, r = z, c = ae;
|
9389
9396
|
return l(), o(b, null, [
|
9390
9397
|
t.advancedMode ? (l(), o("fieldset", {
|
9391
9398
|
key: 0,
|
@@ -9402,7 +9409,7 @@ function jh(e, i, t, a, s, n) {
|
|
9402
9409
|
systemMessage: n.allSystemMessages.length === 1 ? n.allSystemMessages[0] : e.getMessage("cmduploadform.system_message.the_following_errors_occurred")
|
9403
9410
|
}, {
|
9404
9411
|
default: j(() => [
|
9405
|
-
n.allSystemMessages.length > 1 ? (l(), o("ul",
|
9412
|
+
n.allSystemMessages.length > 1 ? (l(), o("ul", oh, [
|
9406
9413
|
(l(!0), o(b, null, B(n.allSystemMessages, (h, p) => (l(), o("li", { key: p }, g(h), 1))), 128))
|
9407
9414
|
])) : m("", !0)
|
9408
9415
|
]),
|
@@ -9411,16 +9418,16 @@ function jh(e, i, t, a, s, n) {
|
|
9411
9418
|
f("div", F({
|
9412
9419
|
class: ["box drop-area flex-container vertical", { "allow-drop": s.allowDrop }]
|
9413
9420
|
}, st(n.dragAndDropHandler)), [
|
9414
|
-
s.listOfFiles.length ? (l(), o("div",
|
9415
|
-
t.showTotalUpload && s.listOfFiles.length !== 1 ? (l(), o("div",
|
9421
|
+
s.listOfFiles.length ? (l(), o("div", ah, [
|
9422
|
+
t.showTotalUpload && s.listOfFiles.length !== 1 ? (l(), o("div", rh, [
|
9416
9423
|
x(u, F(t.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
9417
9424
|
default: j(() => [
|
9418
9425
|
A(g(e.getMessage("cmduploadform.headline.summary_of_all_files")), 1)
|
9419
9426
|
]),
|
9420
9427
|
_: 1
|
9421
9428
|
}, 16),
|
9422
|
-
t.showTotalUpload && s.listOfFiles.length !== 1 ? (l(), o("ul",
|
9423
|
-
f("li",
|
9429
|
+
t.showTotalUpload && s.listOfFiles.length !== 1 ? (l(), o("ul", ch, [
|
9430
|
+
f("li", uh, [
|
9424
9431
|
f("a", {
|
9425
9432
|
href: "#",
|
9426
9433
|
title: e.getMessage("cmduploadform.labeltext.remove_all_files_from_list"),
|
@@ -9430,7 +9437,7 @@ function jh(e, i, t, a, s, n) {
|
|
9430
9437
|
iconClass: t.deleteIcon.iconClass,
|
9431
9438
|
type: t.deleteIcon.iconClass
|
9432
9439
|
}, null, 8, ["iconClass", "type"])
|
9433
|
-
], 8,
|
9440
|
+
], 8, dh),
|
9434
9441
|
f("span", null, [
|
9435
9442
|
A(g(s.listOfFiles.length) + " ", 1),
|
9436
9443
|
t.allowMultipleFileUploads ? (l(), o(b, { key: 1 }, [
|
@@ -9445,26 +9452,26 @@ function jh(e, i, t, a, s, n) {
|
|
9445
9452
|
{ error: t.maxTotalUploadSize > 0 && n.totalSize > t.maxTotalUploadSize }
|
9446
9453
|
])
|
9447
9454
|
}, " (" + g(n.formatSize(n.totalSize)) + ") ", 3),
|
9448
|
-
s.uploadInitiated ? (l(), o("span",
|
9455
|
+
s.uploadInitiated ? (l(), o("span", mh, [
|
9449
9456
|
f("span", null, g(n.getPercentage(n.totalUploadProgress)), 1),
|
9450
9457
|
f("progress", {
|
9451
9458
|
max: "100",
|
9452
9459
|
value: n.totalUploadProgress,
|
9453
9460
|
title: n.totalBytesUploaded
|
9454
|
-
}, null, 8,
|
9461
|
+
}, null, 8, hh)
|
9455
9462
|
])) : m("", !0)
|
9456
9463
|
])
|
9457
9464
|
])) : m("", !0),
|
9458
|
-
|
9465
|
+
fh
|
9459
9466
|
])) : m("", !0),
|
9460
|
-
f("div",
|
9467
|
+
f("div", gh, [
|
9461
9468
|
x(u, F(t.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
9462
9469
|
default: j(() => [
|
9463
9470
|
A(g(e.getMessage("cmduploadform.headline.list_of_selected_files")), 1)
|
9464
9471
|
]),
|
9465
9472
|
_: 1
|
9466
9473
|
}, 16),
|
9467
|
-
f("ul",
|
9474
|
+
f("ul", ph, [
|
9468
9475
|
(l(!0), o(b, null, B(s.listOfFiles, (h, p) => (l(), o("li", {
|
9469
9476
|
key: p,
|
9470
9477
|
class: "flex-container no-flex"
|
@@ -9478,7 +9485,7 @@ function jh(e, i, t, a, s, n) {
|
|
9478
9485
|
iconClass: e.iconDelete.iconClass,
|
9479
9486
|
type: e.iconDelete.iconType
|
9480
9487
|
}, null, 8, ["iconClass", "type"])
|
9481
|
-
], 8,
|
9488
|
+
], 8, yh),
|
9482
9489
|
f("span", {
|
9483
9490
|
class: C([
|
9484
9491
|
"text-align-right",
|
@@ -9489,13 +9496,13 @@ function jh(e, i, t, a, s, n) {
|
|
9489
9496
|
A(g(h.file.name) + " ", 1),
|
9490
9497
|
f("small", null, "(" + g(n.formatSize(h.file.size)) + ")", 1)
|
9491
9498
|
], 2),
|
9492
|
-
s.uploadInitiated && !h.error ? (l(), o("span",
|
9499
|
+
s.uploadInitiated && !h.error ? (l(), o("span", Ch, [
|
9493
9500
|
f("span", null, g(n.getPercentage(h.progress)), 1),
|
9494
9501
|
f("progress", {
|
9495
9502
|
max: "100",
|
9496
9503
|
value: h.progress,
|
9497
9504
|
title: n.formatSize(h.uploadedBytes) + "/" + n.formatSize(h.file.size)
|
9498
|
-
}, null, 8,
|
9505
|
+
}, null, 8, _h)
|
9499
9506
|
])) : m("", !0)
|
9500
9507
|
]))), 128))
|
9501
9508
|
]),
|
@@ -9504,8 +9511,8 @@ function jh(e, i, t, a, s, n) {
|
|
9504
9511
|
href: "#",
|
9505
9512
|
onClick: i[1] || (i[1] = S((...h) => n.cancel && n.cancel(...h), ["prevent"])),
|
9506
9513
|
title: e.getMessage("cmduploadform.all_files_will_be_removed")
|
9507
|
-
}, g(e.getMessage("cmduploadform.reset_upload")), 9,
|
9508
|
-
|
9514
|
+
}, g(e.getMessage("cmduploadform.reset_upload")), 9, bh)) : m("", !0),
|
9515
|
+
kh
|
9509
9516
|
])
|
9510
9517
|
])) : (l(), o(b, { key: 0 }, [
|
9511
9518
|
t.allowMultipleFileUploads ? (l(), _(u, F({ key: 0 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
@@ -9532,7 +9539,7 @@ function jh(e, i, t, a, s, n) {
|
|
9532
9539
|
]),
|
9533
9540
|
_: 1
|
9534
9541
|
}, 16)) : m("", !0),
|
9535
|
-
f("dl",
|
9542
|
+
f("dl", vh, [
|
9536
9543
|
t.maxTotalUploadSize > 0 ? (l(), o(b, { key: 0 }, [
|
9537
9544
|
f("dt", {
|
9538
9545
|
class: C({ error: n.totalSize > t.maxTotalUploadSize })
|
@@ -9560,10 +9567,10 @@ function jh(e, i, t, a, s, n) {
|
|
9560
9567
|
iconClass: s.showListOfFileExtensions ? t.iconInvisible.iconClass : t.iconVisible.iconClass,
|
9561
9568
|
type: s.showListOfFileExtensions ? t.iconInvisible.iconType : t.iconVisible.iconType
|
9562
9569
|
}, null, 8, ["iconClass", "type"])
|
9563
|
-
], 8,
|
9570
|
+
], 8, wh),
|
9564
9571
|
x(se, { name: "fade" }, {
|
9565
9572
|
default: j(() => [
|
9566
|
-
s.showListOfFileExtensions ? (l(), o("ul",
|
9573
|
+
s.showListOfFileExtensions ? (l(), o("ul", Ih, [
|
9567
9574
|
(l(!0), o(b, null, B(t.allowedFileExtensions, (h, p) => (l(), o("li", {
|
9568
9575
|
key: p,
|
9569
9576
|
class: C({ error: s.errors.fileType })
|
@@ -9585,8 +9592,8 @@ function jh(e, i, t, a, s, n) {
|
|
9585
9592
|
iconClass: t.iconFileUpload.iconClass,
|
9586
9593
|
type: t.iconFileUpload.iconType
|
9587
9594
|
}, null, 8, ["iconClass", "type"]),
|
9588
|
-
t.allowMultipleFileUploads ? (l(), o("span",
|
9589
|
-
], 10,
|
9595
|
+
t.allowMultipleFileUploads ? (l(), o("span", Th, g(e.getMessage("cmduploadform.labeltext.select_files")), 1)) : (l(), o("span", Sh, g(e.getMessage("cmduploadform.labeltext.select_file")), 1))
|
9596
|
+
], 10, xh),
|
9590
9597
|
t.enableDragAndDrop ? (l(), o("p", {
|
9591
9598
|
key: 0,
|
9592
9599
|
class: C(["text-drag-and-drop", { disabled: s.uploadInitiated }])
|
@@ -9616,7 +9623,7 @@ function jh(e, i, t, a, s, n) {
|
|
9616
9623
|
placeholder: e.getMessage("cmduploadform.placeholder.comment"),
|
9617
9624
|
status: t.commentStatusMessage ? "error" : ""
|
9618
9625
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : m("", !0),
|
9619
|
-
f("div",
|
9626
|
+
f("div", Mh, [
|
9620
9627
|
f("button", {
|
9621
9628
|
class: C([
|
9622
9629
|
"button primary",
|
@@ -9631,8 +9638,8 @@ function jh(e, i, t, a, s, n) {
|
|
9631
9638
|
iconClass: t.iconUpload.iconClass,
|
9632
9639
|
type: t.iconUpload.iconType
|
9633
9640
|
}, null, 8, ["iconClass", "type"]),
|
9634
|
-
s.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), o("span",
|
9635
|
-
], 10,
|
9641
|
+
s.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), o("span", Dh, g(e.getMessage("cmduploadform.buttontext.upload_file")), 1)) : (l(), o("span", Lh, g(e.getMessage("cmduploadform.buttontext.upload_files")), 1))
|
9642
|
+
], 10, Oh),
|
9636
9643
|
f("button", {
|
9637
9644
|
class: C(["button", { disabled: s.listOfFiles.length === 0 }]),
|
9638
9645
|
onClick: i[6] || (i[6] = (...h) => n.cancel && n.cancel(...h))
|
@@ -9650,13 +9657,13 @@ function jh(e, i, t, a, s, n) {
|
|
9650
9657
|
onClick: i[7] || (i[7] = S((...h) => n.selectFiles && n.selectFiles(...h), ["prevent"])),
|
9651
9658
|
class: ["cmd-upload-form drop-area", { "allow-drop": s.allowDrop }]
|
9652
9659
|
}, st(n.dragAndDropHandler)), [
|
9653
|
-
s.uploadInitiated ? (l(), o("span",
|
9660
|
+
s.uploadInitiated ? (l(), o("span", Nh, [
|
9654
9661
|
f("span", null, g(n.getPercentage(n.totalUploadProgress)), 1),
|
9655
9662
|
f("progress", {
|
9656
9663
|
max: "100",
|
9657
9664
|
value: n.totalUploadProgress,
|
9658
9665
|
title: n.totalBytesUploaded
|
9659
|
-
}, null, 8,
|
9666
|
+
}, null, 8, jh)
|
9660
9667
|
])) : m("", !0),
|
9661
9668
|
H(e.$slots, "default", {}, () => [
|
9662
9669
|
t.enableDragAndDrop ? (l(), o(b, { key: 0 }, [
|
@@ -9695,8 +9702,8 @@ function jh(e, i, t, a, s, n) {
|
|
9695
9702
|
}, null, 8, ["labelText", "disabled", "multiple", "onChange"])
|
9696
9703
|
], 64);
|
9697
9704
|
}
|
9698
|
-
const
|
9699
|
-
const
|
9705
|
+
const gf = /* @__PURE__ */ D(lh, [["render", Bh]]);
|
9706
|
+
const Ph = {
|
9700
9707
|
name: "CmdWidthLimitationWrapper",
|
9701
9708
|
props: {
|
9702
9709
|
innerComponent: {
|
@@ -9735,8 +9742,8 @@ const Bh = {
|
|
9735
9742
|
return this.innerComponent === "header" ? "site-header" : this.innerComponent === "footer" ? "site-footer" : "";
|
9736
9743
|
}
|
9737
9744
|
}
|
9738
|
-
},
|
9739
|
-
function
|
9745
|
+
}, Fh = ["id"], Ah = ["id"];
|
9746
|
+
function Hh(e, i, t, a, s, n) {
|
9740
9747
|
const u = E;
|
9741
9748
|
return l(), o("div", {
|
9742
9749
|
class: C(["cmd-width-limitation-wrapper", { sticky: t.sticky }])
|
@@ -9748,7 +9755,7 @@ function Ah(e, i, t, a, s, n) {
|
|
9748
9755
|
t.anchorId ? (l(), o("a", {
|
9749
9756
|
key: 0,
|
9750
9757
|
id: t.anchorId
|
9751
|
-
}, null, 8,
|
9758
|
+
}, null, 8, Fh)) : m("", !0),
|
9752
9759
|
t.cmdHeadline ? (l(), _(u, {
|
9753
9760
|
key: 1,
|
9754
9761
|
"pre-headline-text": t.cmdHeadline.preHeadlineText,
|
@@ -9760,12 +9767,12 @@ function Ah(e, i, t, a, s, n) {
|
|
9760
9767
|
t.anchorId ? (l(), o("a", {
|
9761
9768
|
key: 0,
|
9762
9769
|
id: t.anchorId
|
9763
|
-
}, null, 8,
|
9770
|
+
}, null, 8, Ah)) : m("", !0),
|
9764
9771
|
H(e.$slots, "default")
|
9765
9772
|
], 64))
|
9766
9773
|
], 2);
|
9767
9774
|
}
|
9768
|
-
const
|
9775
|
+
const pf = /* @__PURE__ */ D(Ph, [["render", Hh]]), yf = {
|
9769
9776
|
mounted(e) {
|
9770
9777
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
9771
9778
|
e.focus();
|
@@ -9774,7 +9781,7 @@ const gf = /* @__PURE__ */ L(Bh, [["render", Ah]]), pf = {
|
|
9774
9781
|
i ? i.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
|
9775
9782
|
}
|
9776
9783
|
}
|
9777
|
-
},
|
9784
|
+
}, Cf = {
|
9778
9785
|
mounted(e, i) {
|
9779
9786
|
if (i.value && typeof i.value == "string") {
|
9780
9787
|
let t = /[^\d]/g, a = i.value.replace(/^\s*\+/, "00");
|
@@ -9782,7 +9789,7 @@ const gf = /* @__PURE__ */ L(Bh, [["render", Ah]]), pf = {
|
|
9782
9789
|
}
|
9783
9790
|
}
|
9784
9791
|
};
|
9785
|
-
function
|
9792
|
+
function _f() {
|
9786
9793
|
const e = {};
|
9787
9794
|
Cn(a);
|
9788
9795
|
function i(s = "defaultSequence") {
|
@@ -9798,55 +9805,55 @@ function Cf() {
|
|
9798
9805
|
return { nextSequenceValue: i, currentSequenceValue: t, resetSequence: a };
|
9799
9806
|
}
|
9800
9807
|
export {
|
9801
|
-
|
9802
|
-
|
9803
|
-
|
9804
|
-
|
9805
|
-
|
9806
|
-
|
9807
|
-
|
9808
|
-
|
9809
|
-
|
9810
|
-
|
9811
|
-
|
9812
|
-
|
9808
|
+
qh as CmdAddressData,
|
9809
|
+
Rh as CmdBackToTopButton,
|
9810
|
+
Vh as CmdBankAccountData,
|
9811
|
+
qa as CmdBox,
|
9812
|
+
Uh as CmdBoxWrapper,
|
9813
|
+
Gh as CmdBreadcrumbs,
|
9814
|
+
rr as CmdCompanyLogo,
|
9815
|
+
Qh as CmdCookieDisclaimer,
|
9816
|
+
Wh as CmdCopyrightInformation,
|
9817
|
+
Xr as CmdFakeSelect,
|
9818
|
+
Eh as CmdFancyBox,
|
9819
|
+
Zh as CmdForm,
|
9813
9820
|
ae as CmdFormElement,
|
9814
|
-
|
9815
|
-
|
9821
|
+
cc as CmdFormFilters,
|
9822
|
+
Jh as CmdGoogleMaps,
|
9816
9823
|
E as CmdHeadline,
|
9817
9824
|
z as CmdIcon,
|
9818
9825
|
be as CmdImage,
|
9819
|
-
|
9820
|
-
|
9821
|
-
|
9822
|
-
|
9823
|
-
|
9824
|
-
|
9825
|
-
|
9826
|
-
|
9827
|
-
|
9828
|
-
|
9829
|
-
|
9830
|
-
|
9831
|
-
|
9826
|
+
Yh as CmdImageGallery,
|
9827
|
+
Kh as CmdImageZoom,
|
9828
|
+
Xh as CmdInputGroup,
|
9829
|
+
sa as CmdListOfLinks,
|
9830
|
+
$h as CmdLoginForm,
|
9831
|
+
fu as CmdMainNavigation,
|
9832
|
+
ef as CmdMultistepFormProgressBar,
|
9833
|
+
tf as CmdOpeningHours,
|
9834
|
+
nf as CmdPager,
|
9835
|
+
sf as CmdProgressBar,
|
9836
|
+
of as CmdSiteFooter,
|
9837
|
+
af as CmdSiteHeader,
|
9838
|
+
rf as CmdSiteSearch,
|
9832
9839
|
It as CmdSlideButton,
|
9833
|
-
|
9834
|
-
|
9835
|
-
|
9836
|
-
|
9837
|
-
|
9838
|
-
|
9839
|
-
|
9840
|
-
|
9841
|
-
|
9840
|
+
cf as CmdSlideshow,
|
9841
|
+
lf as CmdSocialNetworks,
|
9842
|
+
uf as CmdSwitchLanguage,
|
9843
|
+
Ad as CmdSystemMessage,
|
9844
|
+
df as CmdTable,
|
9845
|
+
mf as CmdTabs,
|
9846
|
+
hf as CmdTextBlock,
|
9847
|
+
jo as CmdThumbnailScroller,
|
9848
|
+
ff as CmdToggleDarkMode,
|
9842
9849
|
Il as CmdTooltip,
|
9843
|
-
|
9844
|
-
|
9845
|
-
|
9846
|
-
|
9850
|
+
gf as CmdUploadForm,
|
9851
|
+
pf as CmdWidthLimitationWrapper,
|
9852
|
+
yf as DirFocus,
|
9853
|
+
Cf as DirTelephone,
|
9847
9854
|
zl as createHtmlId,
|
9848
9855
|
Hl as createUuid,
|
9849
9856
|
ge as getFileExtension,
|
9850
9857
|
xt as openFancyBox,
|
9851
|
-
|
9858
|
+
_f as useSequence
|
9852
9859
|
};
|