comand-component-library 3.3.81 → 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 +170 -163
- package/dist/comand-component-library.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/App.vue +1310 -1297
- package/src/components/CmdBox.vue +21 -28
@@ -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 qh = /* @__PURE__ */
|
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 Rh = /* @__PURE__ */
|
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 Vh = /* @__PURE__ */
|
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,7 +3281,7 @@ const Mo = {
|
|
3281
3281
|
immediate: !0
|
3282
3282
|
}
|
3283
3283
|
}
|
3284
|
-
}, Oo = { class: "inner-thumbnail-wrapper" },
|
3284
|
+
}, Oo = { class: "inner-thumbnail-wrapper" }, Do = ["href", "onClick", "title", "target"], Lo = { key: 1 };
|
3285
3285
|
function No(e, i, t, a, s, n) {
|
3286
3286
|
const u = It, d = be, r = z;
|
3287
3287
|
return l(), o("div", {
|
@@ -3319,9 +3319,9 @@ function No(e, i, t, a, s, n) {
|
|
3319
3319
|
iconClass: c.iconClass,
|
3320
3320
|
type: c.iconType
|
3321
3321
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
3322
|
-
c.text ? (l(), o("span",
|
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 No(e, i, t, a, s, n) {
|
|
3334
3334
|
])
|
3335
3335
|
], 2);
|
3336
3336
|
}
|
3337
|
-
const jo = /* @__PURE__ */
|
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
|
@@ -3554,7 +3554,7 @@ const Po = Yi, Fo = ["aria-label"], Ao = { class: "flex-container" }, Ho = {
|
|
3554
3554
|
class: "flex-container no-flex"
|
3555
3555
|
}, Zo = ["title"], Jo = { key: 1 }, Yo = ["title"], Ko = { key: 1 };
|
3556
3556
|
function Xo(e, i, t, a, s, n) {
|
3557
|
-
var p, k, y, I, v, T, M, N, V, w, q,
|
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
3558
|
const u = E, d = z, r = be, c = It, h = jo;
|
3559
3559
|
return l(), _(fn, { to: "body" }, [
|
3560
3560
|
f("dialog", {
|
@@ -3591,7 +3591,7 @@ function Xo(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
3597
|
], 8, qo)) : m("", !0),
|
@@ -3675,7 +3675,7 @@ function Xo(e, i, t, a, s, n) {
|
|
3675
3675
|
], 42, Fo)
|
3676
3676
|
]);
|
3677
3677
|
}
|
3678
|
-
const Eh = /* @__PURE__ */
|
3678
|
+
const Eh = /* @__PURE__ */ D(Po, [["render", Xo]]);
|
3679
3679
|
const $o = {
|
3680
3680
|
name: "CmdListOfLinks",
|
3681
3681
|
emits: ["click"],
|
@@ -3780,7 +3780,7 @@ function na(e, i, t, a, s, n) {
|
|
3780
3780
|
], 2)
|
3781
3781
|
], 2);
|
3782
3782
|
}
|
3783
|
-
const sa = /* @__PURE__ */
|
3783
|
+
const sa = /* @__PURE__ */ D($o, [["render", na]]), la = {
|
3784
3784
|
data() {
|
3785
3785
|
return {
|
3786
3786
|
defaultMessageProperties: {
|
@@ -3940,14 +3940,18 @@ 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
3947
|
const aa = Tt, ra = ["title"], ca = {
|
3948
3948
|
key: 0,
|
3949
3949
|
class: "box-header"
|
3950
|
-
}, ua =
|
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 = {
|
@@ -3959,7 +3963,7 @@ const aa = Tt, ra = ["title"], ca = {
|
|
3959
3963
|
}, ba = { class: "box-body" }, ka = { key: 0 }, va = {
|
3960
3964
|
key: 1,
|
3961
3965
|
class: "price"
|
3962
|
-
}, wa = ["title"], Ia = { key: 2 }, xa = { class: "box-header flex-container vertical" }, Ta = { key: 0 }, Sa = ["src", "alt"], Ma = { key: 0 }, Oa = { key: 1 },
|
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 = {
|
@@ -4000,41 +4004,44 @@ function za(e, i, t, a, s, n) {
|
|
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
4041
|
t.textBody ? (l(), o("p", ma, g(t.textBody), 1)) : m("", !0)
|
4035
|
-
])
|
4042
|
+
], 2)
|
4036
4043
|
], 64))
|
4037
|
-
],
|
4044
|
+
], 512), [
|
4038
4045
|
[me, s.open]
|
4039
4046
|
]),
|
4040
4047
|
(M = t.useSlots) != null && M.includes("footer") ? (l(), o("div", ha, [
|
@@ -4097,8 +4104,8 @@ function za(e, i, t, a, s, n) {
|
|
4097
4104
|
f("span", {
|
4098
4105
|
class: C(t.defaultProfileIconClass),
|
4099
4106
|
title: t.user.name
|
4100
|
-
}, null, 10,
|
4101
|
-
t.rowView ? m("", !0) : (l(), o("p",
|
4107
|
+
}, null, 10, Da),
|
4108
|
+
t.rowView ? m("", !0) : (l(), o("p", La, g(t.user.name), 1))
|
4102
4109
|
]))
|
4103
4110
|
]),
|
4104
4111
|
f("div", Na, [
|
@@ -4119,7 +4126,7 @@ function za(e, i, t, a, s, n) {
|
|
4119
4126
|
])) : m("", !0)
|
4120
4127
|
], 2)) : m("", !0);
|
4121
4128
|
}
|
4122
|
-
const qa = /* @__PURE__ */
|
4129
|
+
const qa = /* @__PURE__ */ D(aa, [["render", za]]);
|
4123
4130
|
const St = {
|
4124
4131
|
name: "CmdBoxWrapper",
|
4125
4132
|
data() {
|
@@ -4284,7 +4291,7 @@ function Wa(e, i, t, a, s, n) {
|
|
4284
4291
|
], 2)
|
4285
4292
|
]);
|
4286
4293
|
}
|
4287
|
-
const Uh = /* @__PURE__ */
|
4294
|
+
const Uh = /* @__PURE__ */ D(Ra, [["render", Wa]]);
|
4288
4295
|
const Za = {
|
4289
4296
|
name: "CmdBreadcrumbs",
|
4290
4297
|
props: {
|
@@ -4347,7 +4354,7 @@ function nr(e, i, t, a, s, n) {
|
|
4347
4354
|
]))), 128))
|
4348
4355
|
]);
|
4349
4356
|
}
|
4350
|
-
const Gh = /* @__PURE__ */
|
4357
|
+
const Gh = /* @__PURE__ */ D(Za, [["render", nr]]);
|
4351
4358
|
const sr = {
|
4352
4359
|
name: "CmdCompanyLogo",
|
4353
4360
|
data() {
|
@@ -4436,7 +4443,7 @@ function ar(e, i, t, a, s, n) {
|
|
4436
4443
|
}, null, 8, ["image"]))
|
4437
4444
|
]);
|
4438
4445
|
}
|
4439
|
-
const rr = /* @__PURE__ */
|
4446
|
+
const rr = /* @__PURE__ */ D(sr, [["render", ar]]), cr = {
|
4440
4447
|
data() {
|
4441
4448
|
return {
|
4442
4449
|
defaultMessageProperties: {
|
@@ -4572,10 +4579,10 @@ function Ir(e, i, t, a, s, n) {
|
|
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(() => [
|
@@ -4619,10 +4626,10 @@ function Ir(e, i, t, a, s, n) {
|
|
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(() => [
|
@@ -4684,7 +4691,7 @@ function Ir(e, i, t, a, s, n) {
|
|
4684
4691
|
_: 3
|
4685
4692
|
});
|
4686
4693
|
}
|
4687
|
-
const Qh = /* @__PURE__ */
|
4694
|
+
const Qh = /* @__PURE__ */ D(ur, [["render", Ir]]);
|
4688
4695
|
const xr = {
|
4689
4696
|
name: "CmdCopyrightWrapper"
|
4690
4697
|
}, Tr = {
|
@@ -4701,7 +4708,7 @@ const xr = {
|
|
4701
4708
|
function Or(e, i, t, a, s, n) {
|
4702
4709
|
return l(), o("div", Tr, Mr);
|
4703
4710
|
}
|
4704
|
-
const Wh = /* @__PURE__ */
|
4711
|
+
const Wh = /* @__PURE__ */ D(xr, [["render", Or]]), Dr = {
|
4705
4712
|
data() {
|
4706
4713
|
return {
|
4707
4714
|
defaultMessageProperties: {
|
@@ -4714,12 +4721,12 @@ const Wh = /* @__PURE__ */ L(xr, [["render", Or]]), Lr = {
|
|
4714
4721
|
};
|
4715
4722
|
}
|
4716
4723
|
};
|
4717
|
-
const
|
4724
|
+
const Lr = {
|
4718
4725
|
name: "CmdFakeSelect",
|
4719
4726
|
inheritAttrs: !1,
|
4720
4727
|
mixins: [
|
4721
4728
|
X,
|
4722
|
-
|
4729
|
+
Dr,
|
4723
4730
|
vt,
|
4724
4731
|
_e,
|
4725
4732
|
wt
|
@@ -5105,7 +5112,7 @@ function Kr(e, i, t, a, s, n) {
|
|
5105
5112
|
], 42, Ar)
|
5106
5113
|
], 10, Nr);
|
5107
5114
|
}
|
5108
|
-
const Xr = /* @__PURE__ */
|
5115
|
+
const Xr = /* @__PURE__ */ D(Lr, [["render", Kr]]);
|
5109
5116
|
const $r = {
|
5110
5117
|
name: "CmdForm",
|
5111
5118
|
emits: ["submit"],
|
@@ -5160,7 +5167,7 @@ function ic(e, i, t, a, s, n) {
|
|
5160
5167
|
], 64)) : H(e.$slots, "default", { key: 1 })
|
5161
5168
|
], 42, ec);
|
5162
5169
|
}
|
5163
|
-
const Zh = /* @__PURE__ */
|
5170
|
+
const Zh = /* @__PURE__ */ D($r, [["render", ic]]);
|
5164
5171
|
const nc = {
|
5165
5172
|
name: "CmdFormFilters",
|
5166
5173
|
data() {
|
@@ -5256,7 +5263,7 @@ function rc(e, i, t, a, s, n) {
|
|
5256
5263
|
]))), 128))
|
5257
5264
|
])) : m("", !0);
|
5258
5265
|
}
|
5259
|
-
const cc = /* @__PURE__ */
|
5266
|
+
const cc = /* @__PURE__ */ D(nc, [["render", rc]]);
|
5260
5267
|
const uc = {
|
5261
5268
|
name: "CmdGoogleMaps",
|
5262
5269
|
props: {
|
@@ -5280,7 +5287,7 @@ function hc(e, i, t, a, s, n) {
|
|
5280
5287
|
f("iframe", { src: n.locateAddress }, null, 8, mc)
|
5281
5288
|
]);
|
5282
5289
|
}
|
5283
|
-
const Jh = /* @__PURE__ */
|
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() {
|
@@ -5418,7 +5425,7 @@ function yc(e, i, t, a, s, n) {
|
|
5418
5425
|
], 64))
|
5419
5426
|
]);
|
5420
5427
|
}
|
5421
|
-
const Yh = /* @__PURE__ */
|
5428
|
+
const Yh = /* @__PURE__ */ D(fc, [["render", yc]]);
|
5422
5429
|
const Cc = {
|
5423
5430
|
name: "CmdImageZoom",
|
5424
5431
|
props: {
|
@@ -5489,7 +5496,7 @@ function xc(e, i, t, a, s, n) {
|
|
5489
5496
|
s.showLargeImage ? (l(), o("div", Ic)) : m("", !0)
|
5490
5497
|
]);
|
5491
5498
|
}
|
5492
|
-
const Kh = /* @__PURE__ */
|
5499
|
+
const Kh = /* @__PURE__ */ D(Cc, [["render", xc]]);
|
5493
5500
|
const Tc = {
|
5494
5501
|
mixins: [
|
5495
5502
|
vt,
|
@@ -5600,7 +5607,7 @@ const Tc = {
|
|
5600
5607
|
immediate: !0
|
5601
5608
|
}
|
5602
5609
|
}
|
5603
|
-
}, Sc = ["aria-labelledby"], Mc = { class: "label-text" }, Oc = ["id"],
|
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
|
};
|
@@ -5623,7 +5630,7 @@ function Fc(e, i, t, a, s, n) {
|
|
5623
5630
|
$(f("span", Mc, [
|
5624
5631
|
f("span", { id: e.htmlId }, [
|
5625
5632
|
A(g(t.labelText), 1),
|
5626
|
-
t.required ? (l(), o("sup",
|
5633
|
+
t.required ? (l(), o("sup", Dc, "*")) : m("", !0)
|
5627
5634
|
], 8, Oc),
|
5628
5635
|
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), _(u, {
|
5629
5636
|
key: 0,
|
@@ -5649,7 +5656,7 @@ function Fc(e, i, t, a, s, n) {
|
|
5649
5656
|
id: e.tooltipId
|
5650
5657
|
}, [
|
5651
5658
|
x(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
5652
|
-
], 8,
|
5659
|
+
], 8, Lc)) : m("", !0)
|
5653
5660
|
], 512), [
|
5654
5661
|
[me, t.showLabel]
|
5655
5662
|
]),
|
@@ -5684,7 +5691,7 @@ function Fc(e, i, t, a, s, n) {
|
|
5684
5691
|
], 2))
|
5685
5692
|
], 10, Sc);
|
5686
5693
|
}
|
5687
|
-
const Xh = /* @__PURE__ */
|
5694
|
+
const Xh = /* @__PURE__ */ D(Tc, [["render", Fc]]);
|
5688
5695
|
const Ac = {
|
5689
5696
|
name: "CmdLoginForm",
|
5690
5697
|
data() {
|
@@ -6026,7 +6033,7 @@ function $c(e, i, t, a, s, n) {
|
|
6026
6033
|
])
|
6027
6034
|
], 64);
|
6028
6035
|
}
|
6029
|
-
const $h = /* @__PURE__ */
|
6036
|
+
const $h = /* @__PURE__ */ D(Ac, [["render", $c]]);
|
6030
6037
|
const eu = {
|
6031
6038
|
name: "CmdMainNavigation",
|
6032
6039
|
data() {
|
@@ -6316,7 +6323,7 @@ function hu(e, i, t, a, s, n) {
|
|
6316
6323
|
])) : m("", !0)
|
6317
6324
|
], 2);
|
6318
6325
|
}
|
6319
|
-
const fu = /* @__PURE__ */
|
6326
|
+
const fu = /* @__PURE__ */ D(eu, [["render", hu]]);
|
6320
6327
|
const gu = {
|
6321
6328
|
name: "CmdMultistepFormProgressBar",
|
6322
6329
|
data() {
|
@@ -6424,7 +6431,7 @@ function xu(e, i, t, a, s, n) {
|
|
6424
6431
|
], 2))), 128))
|
6425
6432
|
]);
|
6426
6433
|
}
|
6427
|
-
const ef = /* @__PURE__ */
|
6434
|
+
const ef = /* @__PURE__ */ D(gu, [["render", xu]]);
|
6428
6435
|
function Tu(e, i, t, a = !0) {
|
6429
6436
|
function s(n, u) {
|
6430
6437
|
return u && n < 10 ? "0" + n : n;
|
@@ -6537,7 +6544,7 @@ const Su = {
|
|
6537
6544
|
beforeUnmount() {
|
6538
6545
|
this.$_CmdOpeningHours_intervalId && (clearInterval(this.$_CmdOpeningHours_intervalId), this.$_CmdOpeningHours_intervalId = null);
|
6539
6546
|
}
|
6540
|
-
}, Mu = { class: "cmd-opening-hours" }, Ou = ["href"],
|
6547
|
+
}, Mu = { class: "cmd-opening-hours" }, Ou = ["href"], Du = { key: 3 }, Lu = { key: 0 }, Nu = { key: 1 };
|
6541
6548
|
function ju(e, i, t, a, s, n) {
|
6542
6549
|
var r, c;
|
6543
6550
|
const u = E, d = K("router-link");
|
@@ -6575,15 +6582,15 @@ function ju(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",
|
6579
|
-
t.textHolidaysClosed ? (l(), o("p",
|
6585
|
+
t.textHolidaysClosed || t.textMiscInfo ? (l(), o("div", Du, [
|
6586
|
+
t.textHolidaysClosed ? (l(), o("p", Lu, [
|
6580
6587
|
f("strong", null, g(t.textHolidaysClosed), 1)
|
6581
6588
|
])) : m("", !0),
|
6582
6589
|
t.textMiscInfo ? (l(), o("p", Nu, g(t.textMiscInfo), 1)) : m("", !0)
|
6583
6590
|
])) : m("", !0)
|
6584
6591
|
]);
|
6585
6592
|
}
|
6586
|
-
const tf = /* @__PURE__ */
|
6593
|
+
const tf = /* @__PURE__ */ D(Su, [["render", ju]]), Bu = {
|
6587
6594
|
data() {
|
6588
6595
|
return {
|
6589
6596
|
defaultMessageProperties: {
|
@@ -6714,7 +6721,7 @@ function Uu(e, i, t, a, s, n) {
|
|
6714
6721
|
], 10, Vu)
|
6715
6722
|
]);
|
6716
6723
|
}
|
6717
|
-
const nf = /* @__PURE__ */
|
6724
|
+
const nf = /* @__PURE__ */ D(Pu, [["render", Uu]]);
|
6718
6725
|
const Gu = {
|
6719
6726
|
name: "CmdProgressBar",
|
6720
6727
|
inheritAttrs: !1,
|
@@ -6759,7 +6766,7 @@ function Yu(e, i, t, a, s, n) {
|
|
6759
6766
|
])
|
6760
6767
|
], 8, Qu);
|
6761
6768
|
}
|
6762
|
-
const sf = /* @__PURE__ */
|
6769
|
+
const sf = /* @__PURE__ */ D(Gu, [["render", Yu]]);
|
6763
6770
|
const Ku = {
|
6764
6771
|
name: "CmdSocialNetworks",
|
6765
6772
|
data() {
|
@@ -6881,7 +6888,7 @@ function ed(e, i, t, a, s, n) {
|
|
6881
6888
|
], 2)
|
6882
6889
|
], 2);
|
6883
6890
|
}
|
6884
|
-
const lf = /* @__PURE__ */
|
6891
|
+
const lf = /* @__PURE__ */ D(Ku, [["render", ed]]);
|
6885
6892
|
const td = {
|
6886
6893
|
name: "CmdSiteFooter",
|
6887
6894
|
props: {
|
@@ -6900,7 +6907,7 @@ function nd(e, i, t, a, s, n) {
|
|
6900
6907
|
], 2)
|
6901
6908
|
]);
|
6902
6909
|
}
|
6903
|
-
const of = /* @__PURE__ */
|
6910
|
+
const of = /* @__PURE__ */ D(td, [["render", nd]]);
|
6904
6911
|
const sd = {
|
6905
6912
|
name: "CmdSiteHeader",
|
6906
6913
|
emits: ["offcanvas"],
|
@@ -6980,7 +6987,7 @@ function od(e, i, t, a, s, n) {
|
|
6980
6987
|
}, null, 8, ["navigationEntries", "offcanvasPosition", "closeOffcanvas", "onOffcanvas"])) : m("", !0)
|
6981
6988
|
], 2);
|
6982
6989
|
}
|
6983
|
-
const af = /* @__PURE__ */
|
6990
|
+
const af = /* @__PURE__ */ D(sd, [["render", od]]), ad = {
|
6984
6991
|
data() {
|
6985
6992
|
return {
|
6986
6993
|
defaultMessageProperties: {
|
@@ -7279,12 +7286,12 @@ function gd(e, i, t, a, s, n) {
|
|
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
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,7 +7313,7 @@ function gd(e, i, t, a, s, n) {
|
|
7306
7313
|
}, null, 8, ["modelValue", "selectedOptionsName"])) : m("", !0)
|
7307
7314
|
], 64);
|
7308
7315
|
}
|
7309
|
-
const rf = /* @__PURE__ */
|
7316
|
+
const rf = /* @__PURE__ */ D(rd, [["render", gd]]);
|
7310
7317
|
const pd = {
|
7311
7318
|
name: "CmdSlideshow",
|
7312
7319
|
data() {
|
@@ -7460,7 +7467,7 @@ function kd(e, i, t, a, s, n) {
|
|
7460
7467
|
], 32)
|
7461
7468
|
], 2);
|
7462
7469
|
}
|
7463
|
-
const cf = /* @__PURE__ */
|
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
7472
|
default: vd
|
7466
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({
|
@@ -7507,7 +7514,7 @@ const Sd = {
|
|
7507
7514
|
deep: !0
|
7508
7515
|
}
|
7509
7516
|
}
|
7510
|
-
}, Md = { class: "cmd-switch-language" }, Od = ["href", "title", "onClick"],
|
7517
|
+
}, Md = { class: "cmd-switch-language" }, Od = ["href", "title", "onClick"], Dd = ["src", "alt"], Ld = ["src", "alt"];
|
7511
7518
|
function Nd(e, i, t, a, s, n) {
|
7512
7519
|
const u = K("router-link");
|
7513
7520
|
return l(), o("div", Md, [
|
@@ -7523,7 +7530,7 @@ function Nd(e, i, t, a, s, n) {
|
|
7523
7530
|
f("img", {
|
7524
7531
|
src: s.imageSources[r],
|
7525
7532
|
alt: d.name
|
7526
|
-
}, null, 8,
|
7533
|
+
}, null, 8, Dd)
|
7527
7534
|
], 10, Od)) : (l(), _(u, {
|
7528
7535
|
key: 1,
|
7529
7536
|
class: C(["flag", d.iso2]),
|
@@ -7535,7 +7542,7 @@ function Nd(e, i, t, a, s, n) {
|
|
7535
7542
|
f("img", {
|
7536
7543
|
src: s.imageSources[r],
|
7537
7544
|
alt: d.name
|
7538
|
-
}, null, 8,
|
7545
|
+
}, null, 8, Ld)
|
7539
7546
|
]),
|
7540
7547
|
_: 2
|
7541
7548
|
}, 1032, ["class", "to", "title", "onClick"]))
|
@@ -7543,7 +7550,7 @@ function Nd(e, i, t, a, s, n) {
|
|
7543
7550
|
])
|
7544
7551
|
]);
|
7545
7552
|
}
|
7546
|
-
const uf = /* @__PURE__ */
|
7553
|
+
const uf = /* @__PURE__ */ D(Sd, [["render", Nd]]);
|
7547
7554
|
const jd = {
|
7548
7555
|
name: "CmdSystemMessage",
|
7549
7556
|
mixins: [_e],
|
@@ -7640,7 +7647,7 @@ function Fd(e, i, t, a, s, n) {
|
|
7640
7647
|
_: 3
|
7641
7648
|
});
|
7642
7649
|
}
|
7643
|
-
const Ad = /* @__PURE__ */
|
7650
|
+
const Ad = /* @__PURE__ */ D(jd, [["render", Fd]]);
|
7644
7651
|
const Hd = {
|
7645
7652
|
name: "CmdTable",
|
7646
7653
|
data() {
|
@@ -7804,7 +7811,7 @@ function Gd(e, i, t, a, s, n) {
|
|
7804
7811
|
])
|
7805
7812
|
], 2);
|
7806
7813
|
}
|
7807
|
-
const df = /* @__PURE__ */
|
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
|
@@ -7913,7 +7920,7 @@ function nm(e, i, t, a, s, n) {
|
|
7913
7920
|
]))
|
7914
7921
|
]);
|
7915
7922
|
}
|
7916
|
-
const mf = /* @__PURE__ */
|
7923
|
+
const mf = /* @__PURE__ */ D(Kd, [["render", nm]]), sm = {
|
7917
7924
|
name: "CmdTextBlock",
|
7918
7925
|
provide() {
|
7919
7926
|
return {
|
@@ -7976,14 +7983,14 @@ function am(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
7990
|
}, null, 8, om)) : m("", !0)
|
7984
7991
|
]);
|
7985
7992
|
}
|
7986
|
-
const hf = /* @__PURE__ */
|
7993
|
+
const hf = /* @__PURE__ */ D(sm, [["render", am]]);
|
7987
7994
|
const rm = {
|
7988
7995
|
name: "ToggleDarkMode",
|
7989
7996
|
data() {
|
@@ -8107,7 +8114,7 @@ function um(e, i, t, a, s, n) {
|
|
8107
8114
|
}, null, 8, ["labelText", "showLabel", "modelValue", "title", "onUpdate:modelValue"]))
|
8108
8115
|
], 2);
|
8109
8116
|
}
|
8110
|
-
const ff = /* @__PURE__ */
|
8117
|
+
const ff = /* @__PURE__ */ D(rm, [["render", um]]), dm = {
|
8111
8118
|
data() {
|
8112
8119
|
return {
|
8113
8120
|
defaultMessageProperties: {
|
@@ -8228,7 +8235,7 @@ function xm(e) {
|
|
8228
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,11 +8250,11 @@ 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
8256
|
function Sm(e, i, t) {
|
8250
|
-
return
|
8257
|
+
return Dt(i, function(s, n) {
|
8251
8258
|
t && typeof s == "function" ? e[n] = hm(s, t) : e[n] = s;
|
8252
8259
|
}), e;
|
8253
8260
|
}
|
@@ -8272,7 +8279,7 @@ var J = {
|
|
8272
8279
|
isStream: wm,
|
8273
8280
|
isURLSearchParams: Im,
|
8274
8281
|
isStandardBrowserEnv: Tm,
|
8275
|
-
forEach:
|
8282
|
+
forEach: Dt,
|
8276
8283
|
merge: ht,
|
8277
8284
|
extend: Sm,
|
8278
8285
|
trim: xm,
|
@@ -8322,8 +8329,8 @@ je.prototype.forEach = function(i) {
|
|
8322
8329
|
a !== null && i(a);
|
8323
8330
|
});
|
8324
8331
|
};
|
8325
|
-
var
|
8326
|
-
|
8332
|
+
var Dm = je, Lm = J, Nm = function(i, t) {
|
8333
|
+
Lm.forEach(i, function(s, n) {
|
8327
8334
|
n !== t && n.toUpperCase() === t.toUpperCase() && (i[t] = s, delete i[n]);
|
8328
8335
|
});
|
8329
8336
|
}, sn = function(i, t, a, s, 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;
|
@@ -8748,14 +8755,14 @@ function rn() {
|
|
8748
8755
|
version: "0.24.0"
|
8749
8756
|
}), et;
|
8750
8757
|
}
|
8751
|
-
var Wm = rn().version,
|
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
8767
|
return "[Axios v" + Wm + "] Transitional option '" + n + "'" + u + (a ? ". " + a : "");
|
8761
8768
|
}
|
@@ -8787,8 +8794,8 @@ function Zm(e, i, t) {
|
|
8787
8794
|
}
|
8788
8795
|
var Jm = {
|
8789
8796
|
assertOptions: Zm,
|
8790
|
-
validators:
|
8791
|
-
}, cn = J, Ym = nn, Ii =
|
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(),
|
@@ -9380,7 +9387,7 @@ const lh = {
|
|
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
|
-
}, xh = ["disabled"], Th = { key: 0 }, Sh = { key: 1 }, Mh = { class: "button-wrapper no-flex" }, Oh = ["disabled"],
|
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
9393
|
}, jh = ["value", "title"];
|
@@ -9631,7 +9638,7 @@ function Bh(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",
|
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))
|
9635
9642
|
], 10, Oh),
|
9636
9643
|
f("button", {
|
9637
9644
|
class: C(["button", { disabled: s.listOfFiles.length === 0 }]),
|
@@ -9695,7 +9702,7 @@ function Bh(e, i, t, a, s, n) {
|
|
9695
9702
|
}, null, 8, ["labelText", "disabled", "multiple", "onChange"])
|
9696
9703
|
], 64);
|
9697
9704
|
}
|
9698
|
-
const gf = /* @__PURE__ */
|
9705
|
+
const gf = /* @__PURE__ */ D(lh, [["render", Bh]]);
|
9699
9706
|
const Ph = {
|
9700
9707
|
name: "CmdWidthLimitationWrapper",
|
9701
9708
|
props: {
|
@@ -9765,7 +9772,7 @@ function Hh(e, i, t, a, s, n) {
|
|
9765
9772
|
], 64))
|
9766
9773
|
], 2);
|
9767
9774
|
}
|
9768
|
-
const pf = /* @__PURE__ */
|
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();
|