comand-component-library 4.1.54 → 4.1.56
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
|
|
1
1
|
var Io = Object.defineProperty;
|
2
2
|
var Bo = (e, n, t) => n in e ? Io(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t;
|
3
3
|
var Ge = (e, n, t) => Bo(e, typeof n != "symbol" ? n + "" : n, t);
|
4
|
-
import { defineComponent as ri, h as Tn, resolveComponent as _e, openBlock as l, createBlock as w, normalizeClass as _, createElementBlock as r, getCurrentInstance as Fo, resolveDynamicComponent as Me, withModifiers as T, withCtx as k, withDirectives as X, createElementVNode as a, createVNode as h, createCommentVNode as m, vShow as be, Fragment as S, toDisplayString as y, renderSlot as H, normalizeProps as R, mergeProps as I, createTextVNode as E, renderList as q, Transition as
|
4
|
+
import { defineComponent as ri, h as Tn, resolveComponent as _e, openBlock as l, createBlock as w, normalizeClass as _, createElementBlock as r, getCurrentInstance as Fo, resolveDynamicComponent as Me, withModifiers as T, withCtx as k, withDirectives as X, createElementVNode as a, createVNode as h, createCommentVNode as m, vShow as be, Fragment as S, toDisplayString as y, renderSlot as H, normalizeProps as R, mergeProps as I, createTextVNode as E, renderList as q, Transition as Ve, toHandlers as Rt, TransitionGroup as ln, createApp as Do, normalizeStyle as ft, guardReactiveProps as xe, useCssVars as di, vModelDynamic as Mo, vModelText as Nt, resolveDirective as Po, vModelSelect as Vo, vModelRadio as Dt, onMounted as Ao, onUnmounted as Eo, reactive as Ho, onBeforeUpdate as qo } from "vue";
|
5
5
|
const Ye = /^[a-z0-9]+(-[a-z0-9]+)*$/, xt = (e, n, t, s = "") => {
|
6
6
|
const i = e.split(":");
|
7
7
|
if (e.slice(0, 1) === "@") {
|
@@ -555,12 +555,12 @@ function gl(e, n, t, s) {
|
|
555
555
|
const i = e.resources.length, o = e.random ? Math.floor(Math.random() * i) : e.index;
|
556
556
|
let d;
|
557
557
|
if (e.random) {
|
558
|
-
let
|
559
|
-
for (d = [];
|
560
|
-
const N = Math.floor(Math.random() *
|
561
|
-
d.push(
|
558
|
+
let V = e.resources.slice(0);
|
559
|
+
for (d = []; V.length > 1; ) {
|
560
|
+
const N = Math.floor(Math.random() * V.length);
|
561
|
+
d.push(V[N]), V = V.slice(0, N).concat(V.slice(N + 1));
|
562
562
|
}
|
563
|
-
d = d.concat(
|
563
|
+
d = d.concat(V);
|
564
564
|
} else
|
565
565
|
d = e.resources.slice(o).concat(e.resources.slice(0, o));
|
566
566
|
const c = Date.now();
|
@@ -570,12 +570,12 @@ function gl(e, n, t, s) {
|
|
570
570
|
f && (clearTimeout(f), f = null);
|
571
571
|
}
|
572
572
|
function v() {
|
573
|
-
u === "pending" && (u = "aborted"), L(), C.forEach((
|
574
|
-
|
573
|
+
u === "pending" && (u = "aborted"), L(), C.forEach((V) => {
|
574
|
+
V.status === "pending" && (V.status = "aborted");
|
575
575
|
}), C = [];
|
576
576
|
}
|
577
|
-
function B(
|
578
|
-
N && (b = []), typeof
|
577
|
+
function B(V, N) {
|
578
|
+
N && (b = []), typeof V == "function" && b.push(V);
|
579
579
|
}
|
580
580
|
function F() {
|
581
581
|
return {
|
@@ -589,18 +589,18 @@ function gl(e, n, t, s) {
|
|
589
589
|
};
|
590
590
|
}
|
591
591
|
function D() {
|
592
|
-
u = "failed", b.forEach((
|
593
|
-
|
592
|
+
u = "failed", b.forEach((V) => {
|
593
|
+
V(void 0, p);
|
594
594
|
});
|
595
595
|
}
|
596
596
|
function M() {
|
597
|
-
C.forEach((
|
598
|
-
|
597
|
+
C.forEach((V) => {
|
598
|
+
V.status === "pending" && (V.status = "aborted");
|
599
599
|
}), C = [];
|
600
600
|
}
|
601
|
-
function G(
|
601
|
+
function G(V, N, J) {
|
602
602
|
const $ = N !== "success";
|
603
|
-
switch (C = C.filter((Z) => Z !==
|
603
|
+
switch (C = C.filter((Z) => Z !== V), u) {
|
604
604
|
case "pending":
|
605
605
|
break;
|
606
606
|
case "failed":
|
@@ -619,7 +619,7 @@ function gl(e, n, t, s) {
|
|
619
619
|
return;
|
620
620
|
}
|
621
621
|
if (L(), M(), !e.random) {
|
622
|
-
const Z = e.resources.indexOf(
|
622
|
+
const Z = e.resources.indexOf(V.resource);
|
623
623
|
Z !== -1 && Z !== e.index && (e.index = Z);
|
624
624
|
}
|
625
625
|
u = "completed", b.forEach((Z) => {
|
@@ -630,8 +630,8 @@ function gl(e, n, t, s) {
|
|
630
630
|
if (u !== "pending")
|
631
631
|
return;
|
632
632
|
L();
|
633
|
-
const
|
634
|
-
if (
|
633
|
+
const V = d.shift();
|
634
|
+
if (V === void 0) {
|
635
635
|
if (C.length) {
|
636
636
|
f = setTimeout(() => {
|
637
637
|
L(), u === "pending" && (M(), D());
|
@@ -643,12 +643,12 @@ function gl(e, n, t, s) {
|
|
643
643
|
}
|
644
644
|
const N = {
|
645
645
|
status: "pending",
|
646
|
-
resource:
|
646
|
+
resource: V,
|
647
647
|
callback: (J, $) => {
|
648
648
|
G(N, J, $);
|
649
649
|
}
|
650
650
|
};
|
651
|
-
C.push(N), g++, f = setTimeout(j, e.rotate), t(
|
651
|
+
C.push(N), g++, f = setTimeout(j, e.rotate), t(V, n, N.callback);
|
652
652
|
}
|
653
653
|
return setTimeout(j), F;
|
654
654
|
}
|
@@ -687,9 +687,9 @@ function bi(e) {
|
|
687
687
|
}
|
688
688
|
function Bn() {
|
689
689
|
}
|
690
|
-
const
|
690
|
+
const Pt = /* @__PURE__ */ Object.create(null);
|
691
691
|
function yl(e) {
|
692
|
-
if (!
|
692
|
+
if (!Pt[e]) {
|
693
693
|
const n = dn(e);
|
694
694
|
if (!n)
|
695
695
|
return;
|
@@ -697,9 +697,9 @@ function yl(e) {
|
|
697
697
|
config: n,
|
698
698
|
redundancy: t
|
699
699
|
};
|
700
|
-
|
700
|
+
Pt[e] = s;
|
701
701
|
}
|
702
|
-
return
|
702
|
+
return Pt[e];
|
703
703
|
}
|
704
704
|
function bl(e, n, t) {
|
705
705
|
let s, i;
|
@@ -849,7 +849,7 @@ function wl(e, n) {
|
|
849
849
|
}
|
850
850
|
n.lastModified && !Cl(e, n.lastModified) || Object.keys(n.icons).length && (n.not_found && (n = Object.assign({}, n), delete n.not_found), t("local") || t("session"));
|
851
851
|
}
|
852
|
-
function
|
852
|
+
function Pn() {
|
853
853
|
}
|
854
854
|
function kl(e) {
|
855
855
|
e.iconsLoaderFlag || (e.iconsLoaderFlag = !0, setTimeout(() => {
|
@@ -901,7 +901,7 @@ const Tl = (e, n) => {
|
|
901
901
|
s.loaded,
|
902
902
|
s.missing,
|
903
903
|
s.pending,
|
904
|
-
|
904
|
+
Pn
|
905
905
|
);
|
906
906
|
}), () => {
|
907
907
|
u = !1;
|
@@ -922,7 +922,7 @@ const Tl = (e, n) => {
|
|
922
922
|
}), o.forEach((u) => {
|
923
923
|
const { provider: g, prefix: p } = u;
|
924
924
|
i[g][p].length && vl(u, i[g][p]);
|
925
|
-
}), n ? hl(n, s, o) :
|
925
|
+
}), n ? hl(n, s, o) : Pn;
|
926
926
|
};
|
927
927
|
function Sl(e, n) {
|
928
928
|
const t = {
|
@@ -985,7 +985,7 @@ function Fl(e) {
|
|
985
985
|
function Dl(e) {
|
986
986
|
return 'url("data:image/svg+xml,' + Fl(e) + '")';
|
987
987
|
}
|
988
|
-
const
|
988
|
+
const Vn = {
|
989
989
|
...gi,
|
990
990
|
inline: !1
|
991
991
|
}, Ml = {
|
@@ -993,7 +993,7 @@ const Pn = {
|
|
993
993
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
994
994
|
"aria-hidden": !0,
|
995
995
|
role: "img"
|
996
|
-
},
|
996
|
+
}, Pl = {
|
997
997
|
display: "inline-block"
|
998
998
|
}, Jt = {
|
999
999
|
backgroundColor: "currentColor"
|
@@ -1022,7 +1022,7 @@ function Hn(e) {
|
|
1022
1022
|
return e + (e.match(/^[-0-9.]+$/) ? "px" : "");
|
1023
1023
|
}
|
1024
1024
|
const qn = (e, n) => {
|
1025
|
-
const t = Sl(
|
1025
|
+
const t = Sl(Vn, n), s = { ...Ml }, i = n.mode || "svg", o = {}, d = n.style, c = typeof d == "object" && !(d instanceof Array) ? d : {};
|
1026
1026
|
for (let v in n) {
|
1027
1027
|
const B = n[v];
|
1028
1028
|
if (B !== void 0)
|
@@ -1052,7 +1052,7 @@ const qn = (e, n) => {
|
|
1052
1052
|
break;
|
1053
1053
|
default: {
|
1054
1054
|
const F = mt[v];
|
1055
|
-
F ? (B === !0 || B === "true" || B === 1) && (t[F] = !0) :
|
1055
|
+
F ? (B === !0 || B === "true" || B === 1) && (t[F] = !0) : Vn[v] === void 0 && (s[v] = B);
|
1056
1056
|
}
|
1057
1057
|
}
|
1058
1058
|
}
|
@@ -1075,7 +1075,7 @@ const qn = (e, n) => {
|
|
1075
1075
|
"--svg": Dl(L),
|
1076
1076
|
width: Hn(g.width),
|
1077
1077
|
height: Hn(g.height),
|
1078
|
-
...
|
1078
|
+
...Pl,
|
1079
1079
|
...b ? Jt : Ti,
|
1080
1080
|
...c
|
1081
1081
|
}, Tn("span", s);
|
@@ -1114,7 +1114,7 @@ if (typeof document < "u" && typeof window < "u") {
|
|
1114
1114
|
}
|
1115
1115
|
}
|
1116
1116
|
}
|
1117
|
-
const
|
1117
|
+
const Vl = {
|
1118
1118
|
..._t,
|
1119
1119
|
body: ""
|
1120
1120
|
}, Al = ri({
|
@@ -1166,7 +1166,7 @@ const Pl = {
|
|
1166
1166
|
this.counter;
|
1167
1167
|
const e = this.$attrs, n = this.iconMounted ? this.getIcon(e.icon, e.onLoad) : null;
|
1168
1168
|
if (!n)
|
1169
|
-
return qn(
|
1169
|
+
return qn(Vl, e);
|
1170
1170
|
let t = e;
|
1171
1171
|
return n.classes && (t = {
|
1172
1172
|
...e,
|
@@ -1176,7 +1176,7 @@ const Pl = {
|
|
1176
1176
|
...n.data
|
1177
1177
|
}, t);
|
1178
1178
|
}
|
1179
|
-
}),
|
1179
|
+
}), P = (e, n) => {
|
1180
1180
|
const t = e.__vccOpts || e;
|
1181
1181
|
for (const [s, i] of n)
|
1182
1182
|
t[s] = i;
|
@@ -1240,7 +1240,7 @@ function ql(e, n, t, s, i, o) {
|
|
1240
1240
|
title: t.tooltip
|
1241
1241
|
}, null, 10, Hl));
|
1242
1242
|
}
|
1243
|
-
const W = /* @__PURE__ */
|
1243
|
+
const W = /* @__PURE__ */ P(El, [["render", ql]]);
|
1244
1244
|
function Se(e, n) {
|
1245
1245
|
return wt(e, "EditComponentWrapper", n);
|
1246
1246
|
}
|
@@ -1591,7 +1591,7 @@ function ls(e, n, t, s, i, o) {
|
|
1591
1591
|
_: 3
|
1592
1592
|
}, 8, ["class", "onClick", "title", "data-identifier"]);
|
1593
1593
|
}
|
1594
|
-
const He = /* @__PURE__ */
|
1594
|
+
const He = /* @__PURE__ */ P(jl, [["render", ls]]), le = {
|
1595
1595
|
inject: {
|
1596
1596
|
editModeContext: {
|
1597
1597
|
default: null
|
@@ -1820,7 +1820,7 @@ function ys(e, n, t, s, i, o) {
|
|
1820
1820
|
_: 3
|
1821
1821
|
}, 8, ["componentProps", "componentPath", "allowDeleteComponent"]));
|
1822
1822
|
}
|
1823
|
-
const Y = /* @__PURE__ */
|
1823
|
+
const Y = /* @__PURE__ */ P(ss, [["render", ys]]), bs = {
|
1824
1824
|
name: "CmdTooltip",
|
1825
1825
|
data() {
|
1826
1826
|
return {
|
@@ -1974,7 +1974,7 @@ function Cs(e, n, t, s, i, o) {
|
|
1974
1974
|
])
|
1975
1975
|
], 2)) : m("", !0);
|
1976
1976
|
}
|
1977
|
-
const Si = /* @__PURE__ */
|
1977
|
+
const Si = /* @__PURE__ */ P(bs, [["render", Cs]]), me = {
|
1978
1978
|
props: {
|
1979
1979
|
/**
|
1980
1980
|
* Message properties for internationalization.
|
@@ -2176,7 +2176,7 @@ function Is(e, n, t, s, i, o) {
|
|
2176
2176
|
], 64)) : m("", !0)
|
2177
2177
|
]);
|
2178
2178
|
}
|
2179
|
-
const Bs = /* @__PURE__ */
|
2179
|
+
const Bs = /* @__PURE__ */ P(ks, [["render", Is]]), Fs = {
|
2180
2180
|
name: "CmdTooltipForFormElements",
|
2181
2181
|
props: {
|
2182
2182
|
/**
|
@@ -2243,7 +2243,7 @@ function Ds(e, n, t, s, i, o) {
|
|
2243
2243
|
_: 1
|
2244
2244
|
}, 8, ["class", "relatedId"]);
|
2245
2245
|
}
|
2246
|
-
const mn = /* @__PURE__ */
|
2246
|
+
const mn = /* @__PURE__ */ P(Fs, [["render", Ds]]), hn = {
|
2247
2247
|
data() {
|
2248
2248
|
return {
|
2249
2249
|
defaultMessageProperties: {
|
@@ -2494,7 +2494,7 @@ const mn = /* @__PURE__ */ V(Fs, [["render", Ds]]), hn = {
|
|
2494
2494
|
}
|
2495
2495
|
}
|
2496
2496
|
};
|
2497
|
-
function
|
2497
|
+
function Ps(e = "special character - replace with getMessage") {
|
2498
2498
|
return {
|
2499
2499
|
message: e,
|
2500
2500
|
valid(n) {
|
@@ -2502,7 +2502,7 @@ function Vs(e = "special character - replace with getMessage") {
|
|
2502
2502
|
}
|
2503
2503
|
};
|
2504
2504
|
}
|
2505
|
-
function
|
2505
|
+
function Vs(e = "Field contains numbers") {
|
2506
2506
|
return {
|
2507
2507
|
message: e,
|
2508
2508
|
// short for message: message
|
@@ -2566,10 +2566,10 @@ const kt = {
|
|
2566
2566
|
return e.map((n) => n.replace(/\s/g, "")).join("");
|
2567
2567
|
}
|
2568
2568
|
}
|
2569
|
-
},
|
2569
|
+
}, Vt = {};
|
2570
2570
|
function qs(e = "defaultSequence") {
|
2571
|
-
const n =
|
2572
|
-
return
|
2571
|
+
const n = Vt[e] || 0;
|
2572
|
+
return Vt[e] = n + 1, Vt[e];
|
2573
2573
|
}
|
2574
2574
|
const fn = {
|
2575
2575
|
data() {
|
@@ -3108,7 +3108,7 @@ const fn = {
|
|
3108
3108
|
class: "search-field-wrapper flex-container no-gap"
|
3109
3109
|
}, ma = ["id", "maxlength", "value"], ha = ["title"], pa = ["title"], fa = { key: 1 };
|
3110
3110
|
function ga(e, n, t, s, i, o) {
|
3111
|
-
var u, g, p, f, C, b, L, v, B, F, D, M, G, j,
|
3111
|
+
var u, g, p, f, C, b, L, v, B, F, D, M, G, j, V, N, J, $, Z, ee, se, ce, ue, ne;
|
3112
3112
|
const d = W, c = mn;
|
3113
3113
|
return t.element === "input" || t.element === "select" || t.element === "textarea" ? (l(), r("label", {
|
3114
3114
|
key: 0,
|
@@ -3324,7 +3324,7 @@ function ga(e, n, t, s, i, o) {
|
|
3324
3324
|
iconClass: (M = (D = t.nativeButton) == null ? void 0 : D.icon) == null ? void 0 : M.iconClass,
|
3325
3325
|
type: (j = (G = t.nativeButton) == null ? void 0 : G.icon) == null ? void 0 : j.iconType
|
3326
3326
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
3327
|
-
(
|
3327
|
+
(V = t.nativeButton) != null && V.icon && ((N = t.nativeButton) != null && N.text) ? (l(), r("span", fa, y(t.nativeButton.text), 1)) : (l(), r(S, { key: 2 }, [
|
3328
3328
|
E(y(t.nativeButton.text), 1)
|
3329
3329
|
], 64)),
|
3330
3330
|
($ = (J = t.nativeButton) == null ? void 0 : J.icon) != null && $.show && ((ee = (Z = t.nativeButton) == null ? void 0 : Z.icon) == null ? void 0 : ee.position) === "after" ? (l(), w(d, {
|
@@ -3334,7 +3334,7 @@ function ga(e, n, t, s, i, o) {
|
|
3334
3334
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
3335
3335
|
], 16)) : m("", !0);
|
3336
3336
|
}
|
3337
|
-
const te = /* @__PURE__ */
|
3337
|
+
const te = /* @__PURE__ */ P(Ns, [["render", ga]]), ya = {
|
3338
3338
|
name: "CmdAddressDataItem",
|
3339
3339
|
mixins: [le],
|
3340
3340
|
data() {
|
@@ -3456,10 +3456,10 @@ const te = /* @__PURE__ */ V(Ns, [["render", ga]]), ya = {
|
|
3456
3456
|
}, Fa = { class: "street-address" }, Da = /* @__PURE__ */ a("br", null, null, -1), Ma = {
|
3457
3457
|
key: 0,
|
3458
3458
|
class: "postal-code"
|
3459
|
-
},
|
3459
|
+
}, Pa = {
|
3460
3460
|
key: 1,
|
3461
3461
|
class: "locality"
|
3462
|
-
},
|
3462
|
+
}, Va = /* @__PURE__ */ a("br", null, null, -1), Aa = /* @__PURE__ */ a("br", null, null, -1), Ea = {
|
3463
3463
|
key: 3,
|
3464
3464
|
class: "country-name"
|
3465
3465
|
};
|
@@ -3598,14 +3598,14 @@ function Ha(e, n, t, s, i, o) {
|
|
3598
3598
|
class: _(t.showCityBeforeZip ? "city-zip" : "zip-city")
|
3599
3599
|
}, [
|
3600
3600
|
t.addressEntry.zip ? (l(), r("span", Ma, y(t.addressEntry.zip), 1)) : m("", !0),
|
3601
|
-
t.addressEntry.city ? (l(), r("span",
|
3601
|
+
t.addressEntry.city ? (l(), r("span", Pa, [
|
3602
3602
|
E(y(t.addressEntry.city), 1),
|
3603
3603
|
t.addressEntry.state ? (l(), r(S, { key: 0 }, [
|
3604
3604
|
E(" " + y(t.addressEntry.state), 1)
|
3605
3605
|
], 64)) : m("", !0)
|
3606
3606
|
])) : m("", !0)
|
3607
3607
|
], 2)) : m("", !0),
|
3608
|
-
|
3608
|
+
Va,
|
3609
3609
|
t.addressEntry.miscInfo ? (l(), r(S, { key: 2 }, [
|
3610
3610
|
a("span", null, y(t.addressEntry.miscInfo), 1),
|
3611
3611
|
Aa
|
@@ -3616,7 +3616,7 @@ function Ha(e, n, t, s, i, o) {
|
|
3616
3616
|
])) : m("", !0)
|
3617
3617
|
], 64);
|
3618
3618
|
}
|
3619
|
-
const qa = /* @__PURE__ */
|
3619
|
+
const qa = /* @__PURE__ */ P(ya, [["render", Ha]]), Ra = {
|
3620
3620
|
name: "CmdAddressData",
|
3621
3621
|
mixins: [le],
|
3622
3622
|
props: {
|
@@ -3891,7 +3891,7 @@ function mr(e, n, t, s, i, o) {
|
|
3891
3891
|
], 64))
|
3892
3892
|
]);
|
3893
3893
|
}
|
3894
|
-
const Li = /* @__PURE__ */
|
3894
|
+
const Li = /* @__PURE__ */ P(Ra, [["render", mr]]), hr = {
|
3895
3895
|
name: "CmdBackToTopButton",
|
3896
3896
|
data() {
|
3897
3897
|
var e;
|
@@ -3956,7 +3956,7 @@ const Li = /* @__PURE__ */ V(Ra, [["render", mr]]), hr = {
|
|
3956
3956
|
}, pr = ["title"];
|
3957
3957
|
function fr(e, n, t, s, i, o) {
|
3958
3958
|
const d = W;
|
3959
|
-
return l(), w(
|
3959
|
+
return l(), w(Ve, { name: "fade" }, {
|
3960
3960
|
default: k(() => [
|
3961
3961
|
o.show ? (l(), r("a", {
|
3962
3962
|
key: 0,
|
@@ -3976,7 +3976,7 @@ function fr(e, n, t, s, i, o) {
|
|
3976
3976
|
_: 1
|
3977
3977
|
});
|
3978
3978
|
}
|
3979
|
-
const gr = /* @__PURE__ */
|
3979
|
+
const gr = /* @__PURE__ */ P(hr, [["render", fr]]), yr = {
|
3980
3980
|
name: "CmdBankAccountData",
|
3981
3981
|
props: {
|
3982
3982
|
/**
|
@@ -4066,7 +4066,7 @@ function wr(e, n, t, s, i, o) {
|
|
4066
4066
|
], 64))
|
4067
4067
|
]);
|
4068
4068
|
}
|
4069
|
-
const kr = /* @__PURE__ */
|
4069
|
+
const kr = /* @__PURE__ */ P(yr, [["render", wr]]), vr = {
|
4070
4070
|
name: "CmdSystemMessage",
|
4071
4071
|
mixins: [kt],
|
4072
4072
|
data() {
|
@@ -4163,7 +4163,7 @@ const kr = /* @__PURE__ */ V(yr, [["render", wr]]), vr = {
|
|
4163
4163
|
}, Tr = ["role", "aria-labelledby"], Sr = ["title"];
|
4164
4164
|
function Or(e, n, t, s, i, o) {
|
4165
4165
|
const d = W, c = Y;
|
4166
|
-
return l(), w(
|
4166
|
+
return l(), w(Ve, {
|
4167
4167
|
name: t.useTransition ? "fade" : null
|
4168
4168
|
}, {
|
4169
4169
|
default: k(() => [
|
@@ -4199,7 +4199,7 @@ function Or(e, n, t, s, i, o) {
|
|
4199
4199
|
_: 3
|
4200
4200
|
}, 8, ["name"]);
|
4201
4201
|
}
|
4202
|
-
const et = /* @__PURE__ */
|
4202
|
+
const et = /* @__PURE__ */ P(vr, [["render", Or]]), Lr = {
|
4203
4203
|
name: "CmdForm",
|
4204
4204
|
components: { CmdSystemMessage: et },
|
4205
4205
|
emits: ["submit"],
|
@@ -4339,7 +4339,7 @@ const et = /* @__PURE__ */ V(vr, [["render", Or]]), Lr = {
|
|
4339
4339
|
}, Ir = ["action", "data-use-validation", "novalidate", "method"], Br = { class: "flex-container" }, Fr = ["type"], Dr = { key: 1 }, Mr = {
|
4340
4340
|
key: 0,
|
4341
4341
|
class: "button-wrapper"
|
4342
|
-
},
|
4342
|
+
}, Pr = ["type"], Vr = { key: 1 };
|
4343
4343
|
function Ar(e, n, t, s, i, o) {
|
4344
4344
|
const d = et, c = te;
|
4345
4345
|
return l(), r("form", {
|
@@ -4402,14 +4402,14 @@ function Ar(e, n, t, s, i, o) {
|
|
4402
4402
|
key: 0,
|
4403
4403
|
class: _(o.submitButtonOptions.iconClass)
|
4404
4404
|
}, null, 2)) : m("", !0),
|
4405
|
-
o.submitButtonOptions.text ? (l(), r("span",
|
4406
|
-
], 10,
|
4405
|
+
o.submitButtonOptions.text ? (l(), r("span", Vr, y(o.submitButtonOptions.text), 1)) : m("", !0)
|
4406
|
+
], 10, Pr)
|
4407
4407
|
])) : m("", !0),
|
4408
4408
|
H(e.$slots, "button-row")
|
4409
4409
|
], 64)) : H(e.$slots, "default", { key: 1 })
|
4410
4410
|
], 42, Ir);
|
4411
4411
|
}
|
4412
|
-
const Ii = /* @__PURE__ */
|
4412
|
+
const Ii = /* @__PURE__ */ P(Lr, [["render", Ar]]), Er = {
|
4413
4413
|
data() {
|
4414
4414
|
return {
|
4415
4415
|
defaultMessageProperties: {
|
@@ -4450,19 +4450,8 @@ const Ii = /* @__PURE__ */ V(Lr, [["render", Ar]]), Er = {
|
|
4450
4450
|
this.label = n;
|
4451
4451
|
}
|
4452
4452
|
validate(n) {
|
4453
|
-
|
4454
|
-
|
4455
|
-
Te.PATTERN_SURNAME,
|
4456
|
-
this.label("form_error_invalid_surname")
|
4457
|
-
)[n.email.error, n.email.errorMessage] = this.validateRequired(
|
4458
|
-
n.email.value,
|
4459
|
-
Te.PATTERN_EMAIL,
|
4460
|
-
this.label("form_error_invalid_email")
|
4461
|
-
)[n.userMessage.error, n.userMessage.errorMessage] = this.validateRequired(
|
4462
|
-
n.userMessage.value,
|
4463
|
-
Te.PATTERN_MESSAGE,
|
4464
|
-
this.label("form_error_invalid_message")
|
4465
|
-
), n.acceptPrivacy.error = !1, n.error = n.lastName.error || n.email.error || n.userMessage.error, n;
|
4453
|
+
const t = this.validateRequired(n.lastName.value, Te.PATTERN_SURNAME, this.label("form_error_invalid_surname")), s = this.validateRequired(n.email.value, Te.PATTERN_EMAIL, this.label("form_error_invalid_email")), i = this.validateRequired(n.userMessage.value, Te.PATTERN_MESSAGE, this.label("form_error_invalid_message"));
|
4454
|
+
return n.lastName.error = t[0], n.lastName.errorMessage = t[1], n.email.error = s[0], n.email.errorMessage = s[1], n.userMessage.error = i[0], n.userMessage.errorMessage = i[1], console.log("validate", n.email), n.acceptPrivacy.error = !1, n.error = n.lastName.error || n.email.error || n.userMessage.error, n;
|
4466
4455
|
}
|
4467
4456
|
validatePrivacy(n) {
|
4468
4457
|
return n.acceptPrivacy.error = !n.acceptPrivacy.value, n.acceptPrivacy.errorMessage = n.acceptPrivacy.error ? this.label("form_error_missing_privacy_consent") : "", n.error = n.error || n.acceptPrivacy.error, n;
|
@@ -4746,12 +4735,12 @@ function Qr(e, n, t, s, i, o) {
|
|
4746
4735
|
itemProvider: ((u = e.editModeConfig) == null ? void 0 : u.allowAddItem) !== !1 ? o.itemProvider : null
|
4747
4736
|
}, {
|
4748
4737
|
default: k((j) => {
|
4749
|
-
var
|
4738
|
+
var V, N, J, $, Z, ee, se, ce, ue, ne, A, ae;
|
4750
4739
|
return [
|
4751
4740
|
a("figure", {
|
4752
4741
|
class: _(["cmd-image flex-container no-gap vertical", o.textAlign])
|
4753
4742
|
}, [
|
4754
|
-
(
|
4743
|
+
(V = t.figcaption) != null && V.show && ((N = t.figcaption) == null ? void 0 : N.position) === "top" ? (l(), r(S, { key: 0 }, [
|
4755
4744
|
j.editing ? (l(), w(d, {
|
4756
4745
|
key: 0,
|
4757
4746
|
element: "input",
|
@@ -4849,7 +4838,7 @@ function Qr(e, n, t, s, i, o) {
|
|
4849
4838
|
onLoad: n[5] || (n[5] = (...j) => o.onImageLoaded && o.onImageLoaded(...j))
|
4850
4839
|
}, null, 40, Zr));
|
4851
4840
|
}
|
4852
|
-
const Ce = /* @__PURE__ */
|
4841
|
+
const Ce = /* @__PURE__ */ P(Hr, [["render", Qr]]), Xr = {
|
4853
4842
|
data() {
|
4854
4843
|
return {
|
4855
4844
|
defaultMessageProperties: {
|
@@ -4929,7 +4918,7 @@ function td(e, n, t, s, i, o) {
|
|
4929
4918
|
}, null, 8, ["type", "iconClass"])
|
4930
4919
|
], 10, ed);
|
4931
4920
|
}
|
4932
|
-
const vt = /* @__PURE__ */
|
4921
|
+
const vt = /* @__PURE__ */ P($r, [["render", td]]), nd = {
|
4933
4922
|
data() {
|
4934
4923
|
return {
|
4935
4924
|
defaultMessageProperties: {
|
@@ -5249,7 +5238,7 @@ function md(e, n, t, s, i, o) {
|
|
5249
5238
|
])
|
5250
5239
|
], 2);
|
5251
5240
|
}
|
5252
|
-
const Bi = /* @__PURE__ */
|
5241
|
+
const Bi = /* @__PURE__ */ P(id, [["render", md]]), ye = (e) => {
|
5253
5242
|
const n = document.createElement("div");
|
5254
5243
|
document.querySelector("body").appendChild(n), Do(Fi, {
|
5255
5244
|
...e,
|
@@ -5554,7 +5543,7 @@ const pd = Fi, fd = ["aria-label"], gd = { class: "flex-container" }, yd = {
|
|
5554
5543
|
class: "flex-container no-flex"
|
5555
5544
|
}, Od = ["title"], Ld = { key: 1 }, Id = ["title"], Bd = { key: 1 };
|
5556
5545
|
function Fd(e, n, t, s, i, o) {
|
5557
|
-
var f, C, b, L, v, B, F, D, M, G, j,
|
5546
|
+
var f, C, b, L, v, B, F, D, M, G, j, V, N, J, $, Z, ee, se, ce, ue, ne, A, ae, ie, Le, Ie, we, Be, Fe, De, ke;
|
5558
5547
|
const d = Y, c = W, u = Ce, g = vt, p = Bi;
|
5559
5548
|
return l(), r("dialog", {
|
5560
5549
|
ref: "dialog",
|
@@ -5589,7 +5578,7 @@ function Fd(e, n, t, s, i, o) {
|
|
5589
5578
|
type: (j = e.fancyBoxOptionsProperties.printButtons.grayscale) == null ? void 0 : j.iconType
|
5590
5579
|
}, null, 8, ["iconClass", "type"])
|
5591
5580
|
], 8, xd)) : m("", !0),
|
5592
|
-
(
|
5581
|
+
(V = e.fancyBoxOptionsProperties.closeIcon) != null && V.show ? (l(), r("a", {
|
5593
5582
|
key: 2,
|
5594
5583
|
href: "#",
|
5595
5584
|
class: "button",
|
@@ -5668,7 +5657,7 @@ function Fd(e, n, t, s, i, o) {
|
|
5668
5657
|
}, null, 8, ["thumbnailScrollerItems", "onClick", "activeItemIndex"])) : m("", !0)
|
5669
5658
|
], 42, fd);
|
5670
5659
|
}
|
5671
|
-
const Dd = /* @__PURE__ */
|
5660
|
+
const Dd = /* @__PURE__ */ P(pd, [["render", Fd]]), Md = {
|
5672
5661
|
emits: ["submit"],
|
5673
5662
|
mixins: [
|
5674
5663
|
me,
|
@@ -5681,6 +5670,7 @@ const Dd = /* @__PURE__ */ V(pd, [["render", Fd]]), Md = {
|
|
5681
5670
|
},
|
5682
5671
|
data() {
|
5683
5672
|
return {
|
5673
|
+
sendSuccessfully: !1,
|
5684
5674
|
validator: new Yt((e) => e),
|
5685
5675
|
formData: {
|
5686
5676
|
salutation: { value: this.configuration.salutation.default },
|
@@ -5878,6 +5868,35 @@ const Dd = /* @__PURE__ */ V(pd, [["render", Fd]]), Md = {
|
|
5878
5868
|
}
|
5879
5869
|
},
|
5880
5870
|
methods: {
|
5871
|
+
/*
|
5872
|
+
onSuccess() {
|
5873
|
+
this.sendSuccessfully = true
|
5874
|
+
try {
|
5875
|
+
// reset global validation-status
|
5876
|
+
this.formData.error = false
|
5877
|
+
|
5878
|
+
for (let key in this.formData) {
|
5879
|
+
// reset field-validation-status
|
5880
|
+
if(this.formData[key].error) {
|
5881
|
+
this.formData[key].error = false
|
5882
|
+
}
|
5883
|
+
|
5884
|
+
// reset field-values
|
5885
|
+
if(typeof this.formData[key].value === "string") {
|
5886
|
+
if(key === "salutation") {
|
5887
|
+
this.formData[key].value = this.configuration.salutation.default
|
5888
|
+
} else {
|
5889
|
+
this.formData[key].value = ""
|
5890
|
+
}
|
5891
|
+
} else if(key === "acceptPrivacy") {
|
5892
|
+
this.formData[key].value = false
|
5893
|
+
}
|
5894
|
+
}
|
5895
|
+
} catch (error) {
|
5896
|
+
console.error(error)
|
5897
|
+
}
|
5898
|
+
},
|
5899
|
+
*/
|
5881
5900
|
onSubmit(e) {
|
5882
5901
|
if (this.onValidate(), this.formData = Object.assign({}, this.validator.validatePrivacy(this.formData)), this.formData.error || this.useNativeSubmit) {
|
5883
5902
|
this.formData.error && e.originalEvent.preventDefault();
|
@@ -5889,6 +5908,7 @@ const Dd = /* @__PURE__ */ V(pd, [["render", Fd]]), Md = {
|
|
5889
5908
|
},
|
5890
5909
|
submitForm(e) {
|
5891
5910
|
var s;
|
5911
|
+
this.sendSuccessfully = !1;
|
5892
5912
|
const n = new FormData();
|
5893
5913
|
e && n.set("recaptchaToken", e);
|
5894
5914
|
const t = Object.keys(this.configuration);
|
@@ -5896,7 +5916,7 @@ const Dd = /* @__PURE__ */ V(pd, [["render", Fd]]), Md = {
|
|
5896
5916
|
n.set(this.configuration[t[i]].name, this.formData[t[i]].value);
|
5897
5917
|
fetch(this.formAction, { method: ((s = this.cmdForm) == null ? void 0 : s.formMethod) || "POST", body: n }).then((i) => {
|
5898
5918
|
if (i.ok) {
|
5899
|
-
this.$refs.form.showMessage("success", this.getMessage("basic_form.system_message.success.message_sent_successfully"));
|
5919
|
+
this.sendSuccessfully = !0, this.$refs.form.showMessage("success", this.getMessage("basic_form.system_message.success.message_sent_successfully"));
|
5900
5920
|
try {
|
5901
5921
|
this.formData.error = !1;
|
5902
5922
|
for (let o in this.formData)
|
@@ -5928,7 +5948,7 @@ const Dd = /* @__PURE__ */ V(pd, [["render", Fd]]), Md = {
|
|
5928
5948
|
this.cityBeforeZip = this.showCityBeforeZip;
|
5929
5949
|
}
|
5930
5950
|
}
|
5931
|
-
},
|
5951
|
+
}, Pd = { class: "cmd-pages-basic-form" }, Vd = {
|
5932
5952
|
key: 0,
|
5933
5953
|
class: "flex-container no-flex row-for-small order-male-female"
|
5934
5954
|
}, Ad = {
|
@@ -5943,10 +5963,11 @@ const Dd = /* @__PURE__ */ V(pd, [["render", Fd]]), Md = {
|
|
5943
5963
|
}, qd = ["innerHTML"];
|
5944
5964
|
function Rd(e, n, t, s, i, o) {
|
5945
5965
|
const d = Y, c = te, u = Ii;
|
5946
|
-
return l(), r("div",
|
5966
|
+
return l(), r("div", Pd, [
|
5947
5967
|
t.cmdHeadline ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
5948
5968
|
h(u, I({
|
5949
5969
|
onSubmit: o.onSubmit,
|
5970
|
+
class: { "send-success": i.sendSuccessfully },
|
5950
5971
|
novalidate: "novalidate"
|
5951
5972
|
}, t.cmdForm, {
|
5952
5973
|
legend: t.legend,
|
@@ -5955,9 +5976,9 @@ function Rd(e, n, t, s, i, o) {
|
|
5955
5976
|
ref: "form"
|
5956
5977
|
}), {
|
5957
5978
|
default: k(() => {
|
5958
|
-
var g, p, f, C, b, L, v, B, F, D, M, G, j,
|
5979
|
+
var g, p, f, C, b, L, v, B, F, D, M, G, j, V, N, J, $, Z, ee, se, ce, ue, ne, A, ae, ie, Le, Ie, we, Be, Fe, De, ke, re, it, ot, lt, st, ze, at, qe;
|
5959
5980
|
return [
|
5960
|
-
t.configuration.salutation ? (l(), r("div",
|
5981
|
+
t.configuration.salutation ? (l(), r("div", Vd, [
|
5961
5982
|
h(c, {
|
5962
5983
|
element: "input",
|
5963
5984
|
type: "radio",
|
@@ -5967,9 +5988,8 @@ function Rd(e, n, t, s, i, o) {
|
|
5967
5988
|
replaceInputType: (p = t.configuration.salutation) == null ? void 0 : p.replaceInputType,
|
5968
5989
|
modelValue: i.formData.salutation.value,
|
5969
5990
|
"onUpdate:modelValue": n[0] || (n[0] = (K) => i.formData.salutation.value = K),
|
5970
|
-
i18n: e.i18n
|
5971
|
-
|
5972
|
-
}, null, 8, ["labelText", "name", "replaceInputType", "modelValue", "i18n", "onValidate"]),
|
5991
|
+
i18n: e.i18n
|
5992
|
+
}, null, 8, ["labelText", "name", "replaceInputType", "modelValue", "i18n"]),
|
5973
5993
|
h(c, {
|
5974
5994
|
element: "input",
|
5975
5995
|
type: "radio",
|
@@ -5979,9 +5999,8 @@ function Rd(e, n, t, s, i, o) {
|
|
5979
5999
|
replaceInputType: (C = t.configuration.salutation) == null ? void 0 : C.replaceInputType,
|
5980
6000
|
modelValue: i.formData.salutation.value,
|
5981
6001
|
"onUpdate:modelValue": n[1] || (n[1] = (K) => i.formData.salutation.value = K),
|
5982
|
-
i18n: e.i18n
|
5983
|
-
|
5984
|
-
}, null, 8, ["labelText", "name", "replaceInputType", "modelValue", "i18n", "onValidate"])
|
6002
|
+
i18n: e.i18n
|
6003
|
+
}, null, 8, ["labelText", "name", "replaceInputType", "modelValue", "i18n"])
|
5985
6004
|
])) : m("", !0),
|
5986
6005
|
H(e.$slots, "top"),
|
5987
6006
|
t.configuration.lastName || t.configuration.firstName ? (l(), r("div", Ad, [
|
@@ -5998,8 +6017,8 @@ function Rd(e, n, t, s, i, o) {
|
|
5998
6017
|
"onUpdate:modelValue": n[2] || (n[2] = (K) => i.formData.lastName.value = K),
|
5999
6018
|
status: i.formData.lastName.error ? "error" : "",
|
6000
6019
|
i18n: e.i18n,
|
6001
|
-
|
6002
|
-
}, null, 8, ["type", "labelText", "required", "name", "placeholder", "modelValue", "status", "i18n"
|
6020
|
+
showStatusIcon: !1
|
6021
|
+
}, null, 8, ["type", "labelText", "required", "name", "placeholder", "modelValue", "status", "i18n"])) : m("", !0),
|
6003
6022
|
t.configuration.firstName ? (l(), w(c, {
|
6004
6023
|
key: 1,
|
6005
6024
|
element: "input",
|
@@ -6012,9 +6031,8 @@ function Rd(e, n, t, s, i, o) {
|
|
6012
6031
|
modelValue: i.formData.firstName.value,
|
6013
6032
|
"onUpdate:modelValue": n[3] || (n[3] = (K) => i.formData.firstName.value = K),
|
6014
6033
|
status: i.formData.firstName.error ? "error" : "",
|
6015
|
-
i18n: e.i18n
|
6016
|
-
|
6017
|
-
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n", "onValidate"])) : m("", !0)
|
6034
|
+
i18n: e.i18n
|
6035
|
+
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n"])) : m("", !0)
|
6018
6036
|
])) : m("", !0),
|
6019
6037
|
t.configuration.email || t.configuration.phone ? (l(), r("div", Ed, [
|
6020
6038
|
t.configuration.email ? (l(), w(c, {
|
@@ -6030,12 +6048,12 @@ function Rd(e, n, t, s, i, o) {
|
|
6030
6048
|
"onUpdate:modelValue": n[4] || (n[4] = (K) => i.formData.email.value = K),
|
6031
6049
|
status: i.formData.email.error ? "error" : "",
|
6032
6050
|
i18n: e.i18n,
|
6033
|
-
|
6034
|
-
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n"
|
6051
|
+
showStatusIcon: !1
|
6052
|
+
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n"])) : m("", !0),
|
6035
6053
|
t.configuration.phone ? (l(), w(c, {
|
6036
6054
|
key: 1,
|
6037
6055
|
element: "input",
|
6038
|
-
type: ((
|
6056
|
+
type: ((V = t.configuration.phone) == null ? void 0 : V.type) || "tel",
|
6039
6057
|
iconClass: "icon-phone",
|
6040
6058
|
labelText: e.getMessage("basic_form.labeltext.phone"),
|
6041
6059
|
placeholder: e.getMessage("basic_form.placeholder.phone"),
|
@@ -6044,9 +6062,8 @@ function Rd(e, n, t, s, i, o) {
|
|
6044
6062
|
required: (N = t.configuration.phone) == null ? void 0 : N.required,
|
6045
6063
|
name: (J = t.configuration.phone) == null ? void 0 : J.name,
|
6046
6064
|
status: i.formData.phone.error ? "error" : "",
|
6047
|
-
i18n: e.i18n
|
6048
|
-
|
6049
|
-
}, null, 8, ["type", "labelText", "placeholder", "modelValue", "required", "name", "status", "i18n", "onValidate"])) : m("", !0)
|
6065
|
+
i18n: e.i18n
|
6066
|
+
}, null, 8, ["type", "labelText", "placeholder", "modelValue", "required", "name", "status", "i18n"])) : m("", !0)
|
6050
6067
|
])) : m("", !0),
|
6051
6068
|
t.configuration.streetNo || t.configuration.streetNo || t.configuration.zip && t.configuration.city ? (l(), r("div", Hd, [
|
6052
6069
|
t.configuration.country ? (l(), w(c, {
|
@@ -6062,9 +6079,8 @@ function Rd(e, n, t, s, i, o) {
|
|
6062
6079
|
o.onCountrySelect
|
6063
6080
|
],
|
6064
6081
|
status: i.formData.country.error ? "error" : "",
|
6065
|
-
i18n: e.i18n
|
6066
|
-
|
6067
|
-
}, null, 8, ["labelText", "selectOptions", "required", "name", "modelValue", "status", "i18n", "onValidate", "onUpdate:modelValue"])) : m("", !0),
|
6082
|
+
i18n: e.i18n
|
6083
|
+
}, null, 8, ["labelText", "selectOptions", "required", "name", "modelValue", "status", "i18n", "onUpdate:modelValue"])) : m("", !0),
|
6068
6084
|
t.configuration.streetNo ? (l(), w(c, {
|
6069
6085
|
key: 1,
|
6070
6086
|
element: "input",
|
@@ -6076,9 +6092,8 @@ function Rd(e, n, t, s, i, o) {
|
|
6076
6092
|
modelValue: i.formData.streetNo.value,
|
6077
6093
|
"onUpdate:modelValue": n[7] || (n[7] = (K) => i.formData.streetNo.value = K),
|
6078
6094
|
status: i.formData.streetNo.error ? "error" : "",
|
6079
|
-
i18n: e.i18n
|
6080
|
-
|
6081
|
-
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n", "onValidate"])) : m("", !0),
|
6095
|
+
i18n: e.i18n
|
6096
|
+
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n"])) : m("", !0),
|
6082
6097
|
t.configuration.pobox ? (l(), w(c, {
|
6083
6098
|
key: 2,
|
6084
6099
|
element: "input",
|
@@ -6090,9 +6105,8 @@ function Rd(e, n, t, s, i, o) {
|
|
6090
6105
|
modelValue: i.formData.pobox.value,
|
6091
6106
|
"onUpdate:modelValue": n[8] || (n[8] = (K) => i.formData.pobox.value = K),
|
6092
6107
|
status: i.formData.pobox.error ? "error" : "",
|
6093
|
-
i18n: e.i18n
|
6094
|
-
|
6095
|
-
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n", "onValidate"])) : m("", !0),
|
6108
|
+
i18n: e.i18n
|
6109
|
+
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n"])) : m("", !0),
|
6096
6110
|
a("div", {
|
6097
6111
|
class: _(["input-wrapper", i.cityBeforeZip ? "order-city-zip" : "order-zip-city"])
|
6098
6112
|
}, [
|
@@ -6108,9 +6122,8 @@ function Rd(e, n, t, s, i, o) {
|
|
6108
6122
|
modelValue: i.formData.zip.value,
|
6109
6123
|
"onUpdate:modelValue": n[9] || (n[9] = (K) => i.formData.zip.value = K),
|
6110
6124
|
status: i.formData.zip.error ? "error" : "",
|
6111
|
-
i18n: e.i18n
|
6112
|
-
|
6113
|
-
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n", "onValidate"])) : m("", !0),
|
6125
|
+
i18n: e.i18n
|
6126
|
+
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n"])) : m("", !0),
|
6114
6127
|
t.configuration.city ? (l(), w(c, {
|
6115
6128
|
key: 1,
|
6116
6129
|
element: "input",
|
@@ -6122,9 +6135,8 @@ function Rd(e, n, t, s, i, o) {
|
|
6122
6135
|
modelValue: i.formData.city.value,
|
6123
6136
|
"onUpdate:modelValue": n[10] || (n[10] = (K) => i.formData.city.value = K),
|
6124
6137
|
status: i.formData.city.error ? "error" : "",
|
6125
|
-
i18n: e.i18n
|
6126
|
-
|
6127
|
-
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n", "onValidate"])) : m("", !0)
|
6138
|
+
i18n: e.i18n
|
6139
|
+
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n"])) : m("", !0)
|
6128
6140
|
], 2),
|
6129
6141
|
t.configuration.additionalAddressInfo ? (l(), w(c, {
|
6130
6142
|
key: 3,
|
@@ -6137,9 +6149,8 @@ function Rd(e, n, t, s, i, o) {
|
|
6137
6149
|
modelValue: i.formData.additionalAddressInfo.value,
|
6138
6150
|
"onUpdate:modelValue": n[11] || (n[11] = (K) => i.formData.additionalAddressInfo.value = K),
|
6139
6151
|
status: i.formData.additionalAddressInfo.error ? "error" : "",
|
6140
|
-
i18n: e.i18n
|
6141
|
-
|
6142
|
-
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n", "onValidate"])) : m("", !0)
|
6152
|
+
i18n: e.i18n
|
6153
|
+
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n"])) : m("", !0)
|
6143
6154
|
])) : m("", !0),
|
6144
6155
|
t.configuration.userMessage ? (l(), w(c, {
|
6145
6156
|
key: 4,
|
@@ -6154,8 +6165,8 @@ function Rd(e, n, t, s, i, o) {
|
|
6154
6165
|
"onUpdate:modelValue": n[12] || (n[12] = (K) => i.formData.userMessage.value = K),
|
6155
6166
|
status: i.formData.userMessage.error ? "error" : "",
|
6156
6167
|
i18n: e.i18n,
|
6157
|
-
|
6158
|
-
}, null, 8, ["element", "labelText", "placeholder", "required", "name", "textCharactersLeft", "maxlength", "modelValue", "status", "i18n"
|
6168
|
+
showStatusIcon: !1
|
6169
|
+
}, null, 8, ["element", "labelText", "placeholder", "required", "name", "textCharactersLeft", "maxlength", "modelValue", "status", "i18n"])) : m("", !0),
|
6159
6170
|
H(e.$slots, "bottom"),
|
6160
6171
|
t.configuration.acceptPrivacy ? (l(), w(c, {
|
6161
6172
|
key: 5,
|
@@ -6167,8 +6178,7 @@ function Rd(e, n, t, s, i, o) {
|
|
6167
6178
|
modelValue: i.formData.acceptPrivacy.value,
|
6168
6179
|
"onUpdate:modelValue": n[13] || (n[13] = (K) => i.formData.acceptPrivacy.value = K),
|
6169
6180
|
status: i.formData.acceptPrivacy.error ? "error" : "",
|
6170
|
-
i18n: e.i18n
|
6171
|
-
onValidate: o.onValidate
|
6181
|
+
i18n: e.i18n
|
6172
6182
|
}, {
|
6173
6183
|
labeltext: k(() => [
|
6174
6184
|
a("span", {
|
@@ -6177,14 +6187,14 @@ function Rd(e, n, t, s, i, o) {
|
|
6177
6187
|
}, null, 8, qd)
|
6178
6188
|
]),
|
6179
6189
|
_: 1
|
6180
|
-
}, 8, ["required", "name", "replaceInputType", "modelValue", "status", "i18n"
|
6190
|
+
}, 8, ["required", "name", "replaceInputType", "modelValue", "status", "i18n"])) : m("", !0)
|
6181
6191
|
];
|
6182
6192
|
}),
|
6183
6193
|
_: 3
|
6184
|
-
}, 16, ["onSubmit", "legend", "submitButton", "formAction"])
|
6194
|
+
}, 16, ["onSubmit", "class", "legend", "submitButton", "formAction"])
|
6185
6195
|
]);
|
6186
6196
|
}
|
6187
|
-
const Di = /* @__PURE__ */
|
6197
|
+
const Di = /* @__PURE__ */ P(Md, [["render", Rd]]), Nd = {
|
6188
6198
|
name: "CmdInnerLink",
|
6189
6199
|
props: {
|
6190
6200
|
/**
|
@@ -6219,7 +6229,7 @@ function Gd(e, n, t, s, i, o) {
|
|
6219
6229
|
H(e.$slots, "default")
|
6220
6230
|
], 64);
|
6221
6231
|
}
|
6222
|
-
const Wd = /* @__PURE__ */
|
6232
|
+
const Wd = /* @__PURE__ */ P(Nd, [["render", Gd]]), Kd = {
|
6223
6233
|
name: "CmdLink",
|
6224
6234
|
emits: ["click"],
|
6225
6235
|
props: {
|
@@ -6363,7 +6373,7 @@ function Zd(e, n, t, s, i, o) {
|
|
6363
6373
|
}, 8, ["text", "icon"])
|
6364
6374
|
], 10, Yd)) : m("", !0);
|
6365
6375
|
}
|
6366
|
-
const Re = /* @__PURE__ */
|
6376
|
+
const Re = /* @__PURE__ */ P(Kd, [["render", Zd]]), Qd = {
|
6367
6377
|
name: "CmdListOfLinksItem",
|
6368
6378
|
inheritAttrs: !1,
|
6369
6379
|
mixins: [le],
|
@@ -6410,7 +6420,7 @@ function tc(e, n, t, s, i, o) {
|
|
6410
6420
|
showLabel: !1,
|
6411
6421
|
placeholder: "Linktext",
|
6412
6422
|
modelValue: i.editableText,
|
6413
|
-
"onUpdate:modelValue": n[0] || (n[0] = (
|
6423
|
+
"onUpdate:modelValue": n[0] || (n[0] = (V) => i.editableText = V)
|
6414
6424
|
}, null, 8, ["modelValue"])
|
6415
6425
|
])) : (l(), r("li", Xd, [
|
6416
6426
|
h(d, {
|
@@ -6426,14 +6436,14 @@ function tc(e, n, t, s, i, o) {
|
|
6426
6436
|
styleAsBox: (D = t.link) == null ? void 0 : D.styleAsBox
|
6427
6437
|
}, null, 8, ["linkType", "text", "path", "target", "icon", "fancybox", "tooltip", "styleAsButton", "primaryButton", "styleAsBox"]),
|
6428
6438
|
(G = (M = t.link) == null ? void 0 : M.children) != null && G.length ? (l(), r("ul", $d, [
|
6429
|
-
(l(!0), r(S, null, q((j = t.link) == null ? void 0 : j.children, (
|
6439
|
+
(l(!0), r(S, null, q((j = t.link) == null ? void 0 : j.children, (V, N) => (l(), w(c, {
|
6430
6440
|
key: N,
|
6431
|
-
link:
|
6441
|
+
link: V
|
6432
6442
|
}, null, 8, ["link"]))), 128))
|
6433
6443
|
])) : m("", !0)
|
6434
6444
|
]));
|
6435
6445
|
}
|
6436
|
-
const nc = /* @__PURE__ */
|
6446
|
+
const nc = /* @__PURE__ */ P(Qd, [["render", tc]]), ic = {
|
6437
6447
|
name: "CmdListOfLinks",
|
6438
6448
|
emits: ["click"],
|
6439
6449
|
mixins: [le],
|
@@ -6617,7 +6627,7 @@ function rc(e, n, t, s, i, o) {
|
|
6617
6627
|
], 2)
|
6618
6628
|
], 2);
|
6619
6629
|
}
|
6620
|
-
const gn = /* @__PURE__ */
|
6630
|
+
const gn = /* @__PURE__ */ P(ic, [["render", rc]]), dc = {
|
6621
6631
|
data() {
|
6622
6632
|
return {
|
6623
6633
|
defaultMessageProperties: {
|
@@ -6975,10 +6985,10 @@ const uc = ["title"], mc = {
|
|
6975
6985
|
}, Lc = ["title"], Ic = { key: 2 }, Bc = { class: "box-header flex-container vertical" }, Fc = { key: 0 }, Dc = ["src", "alt"], Mc = {
|
6976
6986
|
key: 0,
|
6977
6987
|
class: "user-name"
|
6978
|
-
},
|
6988
|
+
}, Pc = {
|
6979
6989
|
key: 0,
|
6980
6990
|
class: "user-age"
|
6981
|
-
},
|
6991
|
+
}, Vc = { key: 1 }, Ac = ["title"], Ec = {
|
6982
6992
|
key: 0,
|
6983
6993
|
class: "user-name"
|
6984
6994
|
}, Hc = { class: "box-body" }, qc = {
|
@@ -7016,7 +7026,7 @@ function Gc(e, n, t, s, i, o) {
|
|
7016
7026
|
href: "#",
|
7017
7027
|
class: "box-header",
|
7018
7028
|
title: i.open ? t.iconOpen.tooltip : t.iconClosed.tooltip,
|
7019
|
-
onClick: n[0] || (n[0] = T((...
|
7029
|
+
onClick: n[0] || (n[0] = T((...V) => o.toggleContentVisibility && o.toggleContentVisibility(...V), ["prevent"]))
|
7020
7030
|
}, [
|
7021
7031
|
(f = t.useSlots) != null && f.includes("header") ? H(e.$slots, "header", { key: 0 }) : (C = t.cmdHeadline) != null && C.headlineText && t.headlinePosition === "header" ? (l(), w(d, R(I({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
7022
7032
|
h(c, {
|
@@ -7041,9 +7051,9 @@ function Gc(e, n, t, s, i, o) {
|
|
7041
7051
|
style: ft(t.allowContentToScroll ? "max-height: " + i.calculatedBodyHeight : null)
|
7042
7052
|
}, [
|
7043
7053
|
H(e.$slots, "body", {}, () => {
|
7044
|
-
var
|
7054
|
+
var V;
|
7045
7055
|
return [
|
7046
|
-
(
|
7056
|
+
(V = t.cmdHeadline) != null && V.headlineText && t.headlinePosition === "body" ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
7047
7057
|
t.cmdIcon !== void 0 ? (l(), r("div", hc, [
|
7048
7058
|
h(c, {
|
7049
7059
|
iconClass: t.cmdIcon.iconClass,
|
@@ -7103,7 +7113,7 @@ function Gc(e, n, t, s, i, o) {
|
|
7103
7113
|
key: 1,
|
7104
7114
|
class: _(["cmd-box box product", { "stretch-vertically": t.stretchVertically, "stretch-horizontally": t.stretchHorizontally, "row-view": t.rowView }]),
|
7105
7115
|
href: "#",
|
7106
|
-
onClick: n[2] || (n[2] = T((
|
7116
|
+
onClick: n[2] || (n[2] = T((V) => o.clickOnProduct(t.product), ["prevent"]))
|
7107
7117
|
}, [
|
7108
7118
|
a("div", xc, [
|
7109
7119
|
t.product.image !== void 0 ? (l(), r("figure", _c, [
|
@@ -7150,9 +7160,9 @@ function Gc(e, n, t, s, i, o) {
|
|
7150
7160
|
}, null, 8, Dc),
|
7151
7161
|
t.rowView ? m("", !0) : (l(), r("figcaption", Mc, [
|
7152
7162
|
E(y(t.user.name), 1),
|
7153
|
-
t.user.age ? (l(), r("span",
|
7163
|
+
t.user.age ? (l(), r("span", Pc, " (" + y(t.user.age) + ")", 1)) : m("", !0)
|
7154
7164
|
]))
|
7155
|
-
])) : (l(), r("div",
|
7165
|
+
])) : (l(), r("div", Vc, [
|
7156
7166
|
a("span", {
|
7157
7167
|
class: _(t.defaultProfileIconClass),
|
7158
7168
|
title: t.user.name
|
@@ -7167,7 +7177,7 @@ function Gc(e, n, t, s, i, o) {
|
|
7167
7177
|
t.user.description ? (l(), r("p", Uc, y(t.user.description), 1)) : m("", !0)
|
7168
7178
|
]),
|
7169
7179
|
t.user.tags && t.user.tags.length ? (l(), r("ul", jc, [
|
7170
|
-
(l(!0), r(S, null, q(t.user.tags, (
|
7180
|
+
(l(!0), r(S, null, q(t.user.tags, (V, N) => (l(), r("li", { key: N }, y(V), 1))), 128))
|
7171
7181
|
])) : m("", !0),
|
7172
7182
|
t.user.links && t.user.links.length ? (l(), r("div", zc, [
|
7173
7183
|
h(p, {
|
@@ -7178,7 +7188,7 @@ function Gc(e, n, t, s, i, o) {
|
|
7178
7188
|
])) : m("", !0)
|
7179
7189
|
], 2)) : m("", !0);
|
7180
7190
|
}
|
7181
|
-
const bn = /* @__PURE__ */
|
7191
|
+
const bn = /* @__PURE__ */ P(yn, [["render", Gc]]), xn = {
|
7182
7192
|
name: "CmdBoxWrapper",
|
7183
7193
|
data() {
|
7184
7194
|
return {
|
@@ -7421,7 +7431,7 @@ function Zc(e, n, t, s, i, o) {
|
|
7421
7431
|
], 2)
|
7422
7432
|
]);
|
7423
7433
|
}
|
7424
|
-
const Mi = /* @__PURE__ */
|
7434
|
+
const Mi = /* @__PURE__ */ P(xn, [["render", Zc]]);
|
7425
7435
|
function Ne(e) {
|
7426
7436
|
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);
|
7427
7437
|
}
|
@@ -7502,7 +7512,7 @@ function su(e, n, t, s, i, o) {
|
|
7502
7512
|
]))), 128))
|
7503
7513
|
]);
|
7504
7514
|
}
|
7505
|
-
const
|
7515
|
+
const Pi = /* @__PURE__ */ P(Qc, [["render", su]]), au = {
|
7506
7516
|
name: "CmdCompanyLogo",
|
7507
7517
|
data() {
|
7508
7518
|
return {
|
@@ -7615,7 +7625,7 @@ function cu(e, n, t, s, i, o) {
|
|
7615
7625
|
}, null, 8, ["image", "onImageLoaded"]))
|
7616
7626
|
]);
|
7617
7627
|
}
|
7618
|
-
const
|
7628
|
+
const Vi = /* @__PURE__ */ P(au, [["render", cu]]), uu = {
|
7619
7629
|
name: "CmdContainer",
|
7620
7630
|
props: {
|
7621
7631
|
/**
|
@@ -7729,7 +7739,7 @@ function fu(e, n, t, s, i, o) {
|
|
7729
7739
|
}, null, 8, pu)) : m("", !0)
|
7730
7740
|
]);
|
7731
7741
|
}
|
7732
|
-
const gu = /* @__PURE__ */
|
7742
|
+
const gu = /* @__PURE__ */ P(uu, [["render", fu]]), yu = {
|
7733
7743
|
data() {
|
7734
7744
|
return {
|
7735
7745
|
defaultMessageProperties: {
|
@@ -7881,10 +7891,10 @@ const gu = /* @__PURE__ */ V(uu, [["render", fu]]), yu = {
|
|
7881
7891
|
}, wu = ["onClick", "title"], ku = { class: "collapsible-box-body" }, vu = { key: 0 }, Tu = { key: 1 }, Su = ["href", "target"], Ou = /* @__PURE__ */ a("hr", null, null, -1), Lu = {
|
7882
7892
|
key: 1,
|
7883
7893
|
class: "flex-container vertical"
|
7884
|
-
}, Iu = ["onClick", "title"], Bu = { class: "collapsible-box-body" }, Fu = { key: 0 }, Du = { key: 1 }, Mu = ["href", "target"],
|
7894
|
+
}, Iu = ["onClick", "title"], Bu = { class: "collapsible-box-body" }, Fu = { key: 0 }, Du = { key: 1 }, Mu = ["href", "target"], Pu = ["innerHTML"], Vu = { class: "button-wrapper align-center" };
|
7885
7895
|
function Au(e, n, t, s, i, o) {
|
7886
7896
|
const d = Y, c = te;
|
7887
|
-
return l(), w(
|
7897
|
+
return l(), w(Ve, { name: "fade" }, {
|
7888
7898
|
default: k(() => {
|
7889
7899
|
var u, g, p;
|
7890
7900
|
return [
|
@@ -8005,8 +8015,8 @@ function Au(e, n, t, s, i, o) {
|
|
8005
8015
|
key: 1,
|
8006
8016
|
class: "privacy-text",
|
8007
8017
|
innerHTML: e.getMessage("cookie_disclaimer.text.data_privacy")
|
8008
|
-
}, null, 8,
|
8009
|
-
a("div",
|
8018
|
+
}, null, 8, Pu)) : m("", !0),
|
8019
|
+
a("div", Vu, [
|
8010
8020
|
a("button", {
|
8011
8021
|
type: "button",
|
8012
8022
|
onClick: n[4] || (n[4] = (...f) => o.acceptCurrentCookies && o.acceptCurrentCookies(...f))
|
@@ -8028,7 +8038,7 @@ function Au(e, n, t, s, i, o) {
|
|
8028
8038
|
_: 3
|
8029
8039
|
});
|
8030
8040
|
}
|
8031
|
-
const Eu = /* @__PURE__ */
|
8041
|
+
const Eu = /* @__PURE__ */ P(bu, [["render", Au]]), Hu = {
|
8032
8042
|
name: "CmdCopyrightWrapper"
|
8033
8043
|
}, qu = {
|
8034
8044
|
class: "cmd-copyright-information",
|
@@ -8044,7 +8054,7 @@ const Eu = /* @__PURE__ */ V(bu, [["render", Au]]), Hu = {
|
|
8044
8054
|
function Uu(e, n, t, s, i, o) {
|
8045
8055
|
return l(), r("div", qu, Nu);
|
8046
8056
|
}
|
8047
|
-
const ju = /* @__PURE__ */
|
8057
|
+
const ju = /* @__PURE__ */ P(Hu, [["render", Uu]]), zu = {
|
8048
8058
|
data() {
|
8049
8059
|
return {
|
8050
8060
|
defaultMessageProperties: {
|
@@ -8515,7 +8525,7 @@ function mm(e, n, t, s, i, o) {
|
|
8515
8525
|
], 42, Qu)
|
8516
8526
|
], 10, Wu);
|
8517
8527
|
}
|
8518
|
-
const Ai = /* @__PURE__ */
|
8528
|
+
const Ai = /* @__PURE__ */ P(Gu, [["render", mm]]), hm = {
|
8519
8529
|
name: "CmdFormFilters",
|
8520
8530
|
data() {
|
8521
8531
|
return {
|
@@ -8626,7 +8636,7 @@ function bm(e, n, t, s, i, o) {
|
|
8626
8636
|
]))), 128))
|
8627
8637
|
])) : m("", !0);
|
8628
8638
|
}
|
8629
|
-
const Ei = /* @__PURE__ */
|
8639
|
+
const Ei = /* @__PURE__ */ P(hm, [["render", bm]]), xm = {
|
8630
8640
|
data() {
|
8631
8641
|
return {
|
8632
8642
|
defaultMessageProperties: {
|
@@ -8726,7 +8736,7 @@ function vm(e, n, t, s, i, o) {
|
|
8726
8736
|
}))
|
8727
8737
|
]);
|
8728
8738
|
}
|
8729
|
-
const Ri = /* @__PURE__ */
|
8739
|
+
const Ri = /* @__PURE__ */ P(Cm, [["render", vm]]), Tm = {
|
8730
8740
|
name: "CmdImageGallery",
|
8731
8741
|
mixins: [le],
|
8732
8742
|
props: {
|
@@ -8863,7 +8873,7 @@ function Fm(e, n, t, s, i, o) {
|
|
8863
8873
|
], 64))
|
8864
8874
|
]);
|
8865
8875
|
}
|
8866
|
-
const Dm = /* @__PURE__ */
|
8876
|
+
const Dm = /* @__PURE__ */ P(Tm, [["render", Fm]]), Mm = {
|
8867
8877
|
name: "CmdImageZoom",
|
8868
8878
|
props: {
|
8869
8879
|
/**
|
@@ -8908,10 +8918,10 @@ function Gn(e, n) {
|
|
8908
8918
|
function Wn(e, n, t) {
|
8909
8919
|
return e < n ? n : e > t ? t : e;
|
8910
8920
|
}
|
8911
|
-
const
|
8921
|
+
const Pm = { class: "cmd-image-zoom flex-container" }, Vm = ["title"], Am = { class: "zoom-container" }, Em = /* @__PURE__ */ a("div", { class: "zoom-overlay" }, null, -1);
|
8912
8922
|
function Hm(e, n, t, s, i, o) {
|
8913
8923
|
const d = Ce;
|
8914
|
-
return l(), r("div",
|
8924
|
+
return l(), r("div", Pm, [
|
8915
8925
|
a("a", {
|
8916
8926
|
href: "#",
|
8917
8927
|
class: "no-flex thumbnails-imagezoom",
|
@@ -8923,14 +8933,14 @@ function Hm(e, n, t, s, i, o) {
|
|
8923
8933
|
onMousemove: o.onMouseMove,
|
8924
8934
|
onMouseout: o.onMouseOut
|
8925
8935
|
}), null, 16, ["onMouseover", "onMousemove", "onMouseout"])
|
8926
|
-
], 8,
|
8936
|
+
], 8, Vm),
|
8927
8937
|
a("div", Am, [
|
8928
8938
|
h(d, I(t.imageLarge, { useFigureTag: !1 }), null, 16)
|
8929
8939
|
]),
|
8930
8940
|
Em
|
8931
8941
|
]);
|
8932
8942
|
}
|
8933
|
-
const qm = /* @__PURE__ */
|
8943
|
+
const qm = /* @__PURE__ */ P(Mm, [["render", Hm]]), Rm = {
|
8934
8944
|
mixins: [
|
8935
8945
|
hn,
|
8936
8946
|
pn,
|
@@ -9208,7 +9218,7 @@ function Zm(e, n, t, s, i, o) {
|
|
9208
9218
|
], 2))
|
9209
9219
|
], 10, Nm);
|
9210
9220
|
}
|
9211
|
-
const Ni = /* @__PURE__ */
|
9221
|
+
const Ni = /* @__PURE__ */ P(Rm, [["render", Zm]]), Qm = {
|
9212
9222
|
name: "CmdLoginForm",
|
9213
9223
|
data() {
|
9214
9224
|
return {
|
@@ -9616,7 +9626,7 @@ function rh(e, n, t, s, i, o) {
|
|
9616
9626
|
])
|
9617
9627
|
], 64);
|
9618
9628
|
}
|
9619
|
-
const dh = /* @__PURE__ */
|
9629
|
+
const dh = /* @__PURE__ */ P(Qm, [["render", rh]]), ch = {
|
9620
9630
|
name: "CmdMainNavigation",
|
9621
9631
|
data() {
|
9622
9632
|
return {
|
@@ -9956,7 +9966,7 @@ function kh(e, n, t, s, i, o) {
|
|
9956
9966
|
])) : m("", !0)
|
9957
9967
|
], 2);
|
9958
9968
|
}
|
9959
|
-
const Ui = /* @__PURE__ */
|
9969
|
+
const Ui = /* @__PURE__ */ P(ch, [["render", kh]]), vh = {
|
9960
9970
|
name: "CmdMultistepFormProgressBar",
|
9961
9971
|
data() {
|
9962
9972
|
return {
|
@@ -10036,7 +10046,7 @@ function Oh(e, n, t, s, i, o) {
|
|
10036
10046
|
], 2))), 128))
|
10037
10047
|
], 2);
|
10038
10048
|
}
|
10039
|
-
const Lh = /* @__PURE__ */
|
10049
|
+
const Lh = /* @__PURE__ */ P(vh, [["render", Oh]]), Ih = {
|
10040
10050
|
name: "CmdNewsletterSubscription",
|
10041
10051
|
emits: ["button-click"],
|
10042
10052
|
data() {
|
@@ -10223,7 +10233,7 @@ function Dh(e, n, t, s, i, o) {
|
|
10223
10233
|
])
|
10224
10234
|
]);
|
10225
10235
|
}
|
10226
|
-
const Mh = /* @__PURE__ */
|
10236
|
+
const Mh = /* @__PURE__ */ P(Ih, [["render", Dh]]);
|
10227
10237
|
function Kn(e, n, t, s = !0, i = !0) {
|
10228
10238
|
function o(d, c) {
|
10229
10239
|
return c && d < 10 ? "0" + d : d;
|
@@ -10236,7 +10246,7 @@ function Kn(e, n, t, s = !0, i = !0) {
|
|
10236
10246
|
return o(d, s) + e + o(c, !0) + n;
|
10237
10247
|
};
|
10238
10248
|
}
|
10239
|
-
const
|
10249
|
+
const Ph = {
|
10240
10250
|
name: "CmdOpeningHoursItem",
|
10241
10251
|
mixins: [le],
|
10242
10252
|
data() {
|
@@ -10324,7 +10334,7 @@ const Vh = {
|
|
10324
10334
|
deep: !0
|
10325
10335
|
}
|
10326
10336
|
}
|
10327
|
-
},
|
10337
|
+
}, Vh = { class: "cmd-opening-hours-item" }, Ah = {
|
10328
10338
|
key: 0,
|
10329
10339
|
class: "am"
|
10330
10340
|
}, Eh = {
|
@@ -10439,7 +10449,7 @@ function Gh(e, n, t, s, i, o) {
|
|
10439
10449
|
])
|
10440
10450
|
])
|
10441
10451
|
], 64)) : (l(), r(S, { key: 0 }, [
|
10442
|
-
a("dt",
|
10452
|
+
a("dt", Vh, y(t.day.day), 1),
|
10443
10453
|
a("dd", null, [
|
10444
10454
|
t.day.am ? (l(), r("span", Ah, [
|
10445
10455
|
t.day.am.displayText ? (l(), r(S, { key: 0 }, [
|
@@ -10458,7 +10468,7 @@ function Gh(e, n, t, s, i, o) {
|
|
10458
10468
|
])
|
10459
10469
|
], 64));
|
10460
10470
|
}
|
10461
|
-
const Wh = /* @__PURE__ */
|
10471
|
+
const Wh = /* @__PURE__ */ P(Ph, [["render", Gh]]);
|
10462
10472
|
function Kh(e) {
|
10463
10473
|
return (n, t) => {
|
10464
10474
|
const s = /* @__PURE__ */ new Date();
|
@@ -10835,7 +10845,7 @@ function ap(e, n, t, s, i, o) {
|
|
10835
10845
|
])) : m("", !0)
|
10836
10846
|
]);
|
10837
10847
|
}
|
10838
|
-
const rp = /* @__PURE__ */
|
10848
|
+
const rp = /* @__PURE__ */ P(Yh, [["render", ap]]), dp = {
|
10839
10849
|
data() {
|
10840
10850
|
return {
|
10841
10851
|
defaultMessageProperties: {
|
@@ -10990,7 +11000,7 @@ function xp(e, n, t, s, i, o) {
|
|
10990
11000
|
], 10, yp)
|
10991
11001
|
]);
|
10992
11002
|
}
|
10993
|
-
const _p = /* @__PURE__ */
|
11003
|
+
const _p = /* @__PURE__ */ P(cp, [["render", xp]]), Cp = {
|
10994
11004
|
name: "CmdSocialNetworksItem",
|
10995
11005
|
data() {
|
10996
11006
|
return {
|
@@ -11111,7 +11121,7 @@ function Tp(e, n, t, s, i, o) {
|
|
11111
11121
|
], 10, kp))
|
11112
11122
|
]);
|
11113
11123
|
}
|
11114
|
-
const Sp = /* @__PURE__ */
|
11124
|
+
const Sp = /* @__PURE__ */ P(Cp, [["render", Tp]]), Op = {
|
11115
11125
|
name: "CmdSocialNetworks",
|
11116
11126
|
mixins: [le],
|
11117
11127
|
data() {
|
@@ -11330,7 +11340,7 @@ function Bp(e, n, t, s, i, o) {
|
|
11330
11340
|
}, Ip))
|
11331
11341
|
], 2);
|
11332
11342
|
}
|
11333
|
-
const ji = /* @__PURE__ */
|
11343
|
+
const ji = /* @__PURE__ */ P(Op, [["render", Bp]]), Fp = {
|
11334
11344
|
name: "CmdPageFooter",
|
11335
11345
|
props: {
|
11336
11346
|
/**
|
@@ -11417,8 +11427,8 @@ const ji = /* @__PURE__ */ V(Op, [["render", Bp]]), Fp = {
|
|
11417
11427
|
});
|
11418
11428
|
}
|
11419
11429
|
}
|
11420
|
-
}, Dp = { class: "button-wrapper" }, Mp = ["title"],
|
11421
|
-
function
|
11430
|
+
}, Dp = { class: "button-wrapper" }, Mp = ["title"], Pp = { key: 1 };
|
11431
|
+
function Vp(e, n, t, s, i, o) {
|
11422
11432
|
var c, u, g, p;
|
11423
11433
|
const d = ji;
|
11424
11434
|
return l(), r("footer", {
|
@@ -11443,12 +11453,12 @@ function Pp(e, n, t, s, i, o) {
|
|
11443
11453
|
key: 0,
|
11444
11454
|
class: _((p = o.buttonPrintViewOptions.icon) == null ? void 0 : p.iconClass)
|
11445
11455
|
}, null, 2)) : m("", !0),
|
11446
|
-
o.buttonPrintViewOptions.text ? (l(), r("span",
|
11456
|
+
o.buttonPrintViewOptions.text ? (l(), r("span", Pp, y(o.buttonPrintViewOptions.text), 1)) : m("", !0)
|
11447
11457
|
], 10, Mp)) : m("", !0)
|
11448
11458
|
])
|
11449
11459
|
], 2);
|
11450
11460
|
}
|
11451
|
-
const Ap = /* @__PURE__ */
|
11461
|
+
const Ap = /* @__PURE__ */ P(Fp, [["render", Vp]]), Ep = {
|
11452
11462
|
name: "CmdPageHeader",
|
11453
11463
|
props: {
|
11454
11464
|
/**
|
@@ -11474,7 +11484,7 @@ const Ap = /* @__PURE__ */ V(Fp, [["render", Pp]]), Ep = {
|
|
11474
11484
|
class: "headline-wrapper flex-container vertical"
|
11475
11485
|
};
|
11476
11486
|
function Rp(e, n, t, s, i, o) {
|
11477
|
-
const d =
|
11487
|
+
const d = Pi, c = Y;
|
11478
11488
|
return t.cmdBreadcrumbs || t.cmdHeadline || e.$slots.default ? (l(), r("header", Hp, [
|
11479
11489
|
t.cmdBreadcrumbs || t.cmdHeadline ? (l(), r("div", qp, [
|
11480
11490
|
t.cmdBreadcrumbs ? (l(), w(d, R(I({ key: 0 }, t.cmdBreadcrumbs)), null, 16)) : m("", !0),
|
@@ -11483,7 +11493,7 @@ function Rp(e, n, t, s, i, o) {
|
|
11483
11493
|
e.$slots.default ? H(e.$slots, "default", { key: 1 }) : m("", !0)
|
11484
11494
|
])) : m("", !0);
|
11485
11495
|
}
|
11486
|
-
const Np = /* @__PURE__ */
|
11496
|
+
const Np = /* @__PURE__ */ P(Ep, [["render", Rp]]), Up = {
|
11487
11497
|
name: "CmdProgressBar",
|
11488
11498
|
inheritAttrs: !1,
|
11489
11499
|
data() {
|
@@ -11543,7 +11553,7 @@ function Kp(e, n, t, s, i, o) {
|
|
11543
11553
|
])
|
11544
11554
|
], 8, jp);
|
11545
11555
|
}
|
11546
|
-
const Jp = /* @__PURE__ */
|
11556
|
+
const Jp = /* @__PURE__ */ P(Up, [["render", Kp]]), Yp = {
|
11547
11557
|
name: "CmdSidebar",
|
11548
11558
|
data() {
|
11549
11559
|
return {
|
@@ -11646,7 +11656,7 @@ function ef(e, n, t, s, i, o) {
|
|
11646
11656
|
], 8, $p)) : m("", !0)
|
11647
11657
|
], 2);
|
11648
11658
|
}
|
11649
|
-
const tf = /* @__PURE__ */
|
11659
|
+
const tf = /* @__PURE__ */ P(Yp, [["render", ef]]), nf = {
|
11650
11660
|
name: "CmdSiteFooter",
|
11651
11661
|
props: {
|
11652
11662
|
/**
|
@@ -11672,7 +11682,7 @@ function lf(e, n, t, s, i, o) {
|
|
11672
11682
|
], 2)
|
11673
11683
|
]);
|
11674
11684
|
}
|
11675
|
-
const sf = /* @__PURE__ */
|
11685
|
+
const sf = /* @__PURE__ */ P(nf, [["render", lf]]), af = {
|
11676
11686
|
name: "CmdSiteHeader",
|
11677
11687
|
emits: ["offcanvas"],
|
11678
11688
|
data() {
|
@@ -11775,7 +11785,7 @@ const sf = /* @__PURE__ */ V(nf, [["render", lf]]), af = {
|
|
11775
11785
|
};
|
11776
11786
|
function df(e, n, t, s, i, o) {
|
11777
11787
|
var u, g, p, f, C, b, L, v, B;
|
11778
|
-
const d =
|
11788
|
+
const d = Vi, c = Ui;
|
11779
11789
|
return l(), r("div", {
|
11780
11790
|
ref: "site-header",
|
11781
11791
|
class: _([
|
@@ -11816,7 +11826,7 @@ function df(e, n, t, s, i, o) {
|
|
11816
11826
|
}), null, 16, ["closeOffcanvas", "onOffcanvas"])) : m("", !0)
|
11817
11827
|
], 2);
|
11818
11828
|
}
|
11819
|
-
const cf = /* @__PURE__ */
|
11829
|
+
const cf = /* @__PURE__ */ P(af, [["render", df]]), uf = {
|
11820
11830
|
data() {
|
11821
11831
|
return {
|
11822
11832
|
defaultMessageProperties: {
|
@@ -12155,9 +12165,9 @@ function xf(e, n, t, s, i, o) {
|
|
12155
12165
|
}, null, 8, ["iconClass", "type"]),
|
12156
12166
|
i.showFilters ? (l(), r("span", gf, y(e.getMessage("site_search.hide_filter_options")), 1)) : (l(), r("span", yf, y(e.getMessage("site_search.show_filter_options")), 1))
|
12157
12167
|
]),
|
12158
|
-
h(
|
12168
|
+
h(Ve, { name: "fade" }, {
|
12159
12169
|
default: k(() => {
|
12160
|
-
var M, G, j,
|
12170
|
+
var M, G, j, V, N;
|
12161
12171
|
return [
|
12162
12172
|
i.showFilters && ((M = t.cmdFakeSelect) != null && M.selectData.length) ? (l(), r("div", bf, [
|
12163
12173
|
h(g, {
|
@@ -12166,7 +12176,7 @@ function xf(e, n, t, s, i, o) {
|
|
12166
12176
|
modelValue: o.searchFilters,
|
12167
12177
|
"onUpdate:modelValue": n[4] || (n[4] = (J) => o.searchFilters = J),
|
12168
12178
|
defaultOptionName: (j = t.cmdFakeSelect) == null ? void 0 : j.defaultOptionName,
|
12169
|
-
type: (
|
12179
|
+
type: (V = t.cmdFakeSelect) == null ? void 0 : V.type,
|
12170
12180
|
labelText: (N = t.cmdFakeSelect) == null ? void 0 : N.labelText
|
12171
12181
|
}, null, 8, ["selectData", "modelValue", "defaultOptionName", "type", "labelText"])
|
12172
12182
|
])) : m("", !0)
|
@@ -12184,7 +12194,7 @@ function xf(e, n, t, s, i, o) {
|
|
12184
12194
|
}, null, 8, ["modelValue", "selectedOptionsName"])) : m("", !0)
|
12185
12195
|
], 64);
|
12186
12196
|
}
|
12187
|
-
const _f = /* @__PURE__ */
|
12197
|
+
const _f = /* @__PURE__ */ P(mf, [["render", xf]]), Cf = {
|
12188
12198
|
name: "CmdSlideshow",
|
12189
12199
|
mixins: [le],
|
12190
12200
|
data() {
|
@@ -12458,16 +12468,16 @@ function If(e, n, t, s, i, o) {
|
|
12458
12468
|
], 32)
|
12459
12469
|
], 2);
|
12460
12470
|
}
|
12461
|
-
const Bf = /* @__PURE__ */
|
12471
|
+
const Bf = /* @__PURE__ */ P(Cf, [["render", If]]), Ff = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='850.394px'%20height='566.929px'%20viewBox='0%200%20850.394%20566.929'%20enable-background='new%200%200%20850.394%20566.929'%20xml:space='preserve'%3e%3cg%20id='it'%3e%3cg%3e%3crect%20fill='%23078E46'%20width='283.465'%20height='566.929'/%3e%3crect%20x='283.465'%20fill='%23FBFDFF'%20width='283.465'%20height='566.929'/%3e%3crect%20x='566.93'%20fill='%23D3242C'%20width='283.465'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='de'%3e%3cg%3e%3cdesc%3eFlag%20of%20Germany%3c/desc%3e%3crect%20id='black_stripe'%20x='0.901'%20fill='%23010202'%20width='849.492'%20height='566.929'/%3e%3crect%20id='red_stripe'%20x='0.901'%20y='188.977'%20fill='%23DD0B15'%20width='849.492'%20height='377.953'/%3e%3crect%20id='gold_stripe'%20x='0.901'%20y='377.953'%20fill='%23FFCE05'%20width='849.492'%20height='188.976'/%3e%3c/g%3e%3c/g%3e%3cg%20id='fr'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20x='0.901'%20fill='%23CF1327'%20width='849.492'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%23FFFFFF'%20width='566.328'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%231D2C4E'%20width='283.164'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='ru'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20fill='%23FFFFFF'%20width='850.395'%20height='283.465'/%3e%3crect%20y='283.465'%20fill='%23D52D1E'%20width='850.395'%20height='283.464'/%3e%3crect%20y='188.977'%20fill='%231E4295'%20width='850.395'%20height='188.977'/%3e%3c/g%3e%3c/g%3e%3cg%20id='cn'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20x='0.901'%20fill='%23DF2B14'%20width='849.493'%20height='566.929'/%3e%3cg%20transform='translate(5,5)%20scale(3)'%3e%3cpath%20id='s'%20fill='%23FFDE08'%20d='M142.483,56.693l49.932,153.838L61.692,115.454h161.583L92.551,210.531L142.483,56.693z'/%3e%3c/g%3e%3cg%20transform='translate(10,2)%20rotate(23.036243)'%3e%3cpath%20id='s_1_'%20fill='%23FFDE08'%20d='M295.146,30.607l-4.728,53.71l-27.711-46.234l49.566,21.099l-52.488,12.096L295.146,30.607z'/%3e%3c/g%3e%3cg%20transform='translate(12,4)%20rotate(45.869898)'%3e%3cpath%20id='s_2_'%20fill='%23FFDE08'%20d='M361.022,93.648l-25.178,47.665l-7.617-53.376l37.503,38.701l-53.064-9.243L361.022,93.648z'/%3e%3c/g%3e%3cg%20transform='translate(12,7)%20rotate(69.945396)'%3e%3cpath%20id='s_3_'%20fill='%23FFDE08'%20d='M367.298,188.705l-42.412,33.236l14.797-51.844l18.47,50.649l-44.682-30.108L367.298,188.705z'%20/%3e%3c/g%3e%3cg%20transform='translate(10,9)%20rotate(20.659808)'%3e%3cpath%20id='s_4_'%20fill='%23FFDE08'%20d='M294.056,228.595l-2.5,53.86l-29.603-45.045l50.397,19.024l-51.942,14.264L294.056,228.595z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20id='uk'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20y='0.002'%20fill='%23FFFFFF'%20width='850.16'%20height='566.865'/%3e%3cpolygon%20fill='%23CF172C'%20points='382.569,0%20382.569,226.625%200,226.625%200,339.948%20382.569,339.948%20382.569,566.863%20467.592,566.863%20467.592,339.948%20850.16,339.948%20850.16,226.625%20467.592,226.625%20467.592,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,0%20495.946,183.497%20771.202,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,566.863%20771.202,566.863%20495.946,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,566.863%20354.214,566.863%20354.214,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,0%20354.214,183.497%20354.214,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0.003,188.95%20204.392,188.95%200.003,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,188.95%20850.16,188.95%20850.16,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,377.913%20850.16,514.171%20850.16,377.913%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0,377.913%200,514.171%20204.392,377.913%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='802.938,0%20520.004,188.95%20567.223,188.95%20850.605,0%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='330.156,377.909%20282.937,377.909%200,566.852%2047.219,566.852%20330.602,377.909%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='0,0%200,31.692%20236.091,189.098%20283.311,189.098%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='566.696,377.832%20850.008,566.929%20850.01,535.239%20613.92,377.832%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e", Df = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
12462
12472
|
__proto__: null,
|
12463
12473
|
default: Ff
|
12464
|
-
}, Symbol.toStringTag, { value: "Module" })), Mf = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='850.394px'%20height='566.929px'%20viewBox='0%200%20850.394%20566.929'%20enable-background='new%200%200%20850.394%20566.929'%20xml:space='preserve'%3e%3cg%20id='it'%3e%3cg%3e%3crect%20fill='%23078E46'%20width='283.465'%20height='566.929'/%3e%3crect%20x='283.465'%20fill='%23FBFDFF'%20width='283.465'%20height='566.929'/%3e%3crect%20x='566.93'%20fill='%23D3242C'%20width='283.465'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='de'%3e%3cg%3e%3cdesc%3eFlag%20of%20Germany%3c/desc%3e%3crect%20id='black_stripe'%20x='0.901'%20fill='%23010202'%20width='849.492'%20height='566.929'/%3e%3crect%20id='red_stripe'%20x='0.901'%20y='188.977'%20fill='%23DD0B15'%20width='849.492'%20height='377.953'/%3e%3crect%20id='gold_stripe'%20x='0.901'%20y='377.953'%20fill='%23FFCE05'%20width='849.492'%20height='188.976'/%3e%3c/g%3e%3c/g%3e%3cg%20id='fr'%3e%3cg%3e%3crect%20x='0.901'%20fill='%23CF1327'%20width='849.492'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%23FFFFFF'%20width='566.328'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%231D2C4E'%20width='283.164'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='ru'%3e%3cg%3e%3crect%20fill='%23FFFFFF'%20width='850.395'%20height='283.465'/%3e%3crect%20y='283.465'%20fill='%23D52D1E'%20width='850.395'%20height='283.464'/%3e%3crect%20y='188.977'%20fill='%231E4295'%20width='850.395'%20height='188.977'/%3e%3c/g%3e%3c/g%3e%3cg%20id='cn'%3e%3cg%3e%3crect%20x='0.901'%20fill='%23DF2B14'%20width='849.493'%20height='566.929'/%3e%3cg%20transform='translate(5,5)%20scale(3)'%3e%3cpath%20id='s'%20fill='%23FFDE08'%20d='M142.483,56.693l49.932,153.838L61.692,115.454h161.583L92.551,210.531L142.483,56.693z'/%3e%3c/g%3e%3cg%20transform='translate(10,2)%20rotate(23.036243)'%3e%3cpath%20id='s_1_'%20fill='%23FFDE08'%20d='M295.146,30.607l-4.728,53.71l-27.711-46.234l49.566,21.099l-52.488,12.096L295.146,30.607z'/%3e%3c/g%3e%3cg%20transform='translate(12,4)%20rotate(45.869898)'%3e%3cpath%20id='s_2_'%20fill='%23FFDE08'%20d='M361.022,93.648l-25.178,47.665l-7.617-53.376l37.503,38.701l-53.064-9.243L361.022,93.648z'/%3e%3c/g%3e%3cg%20transform='translate(12,7)%20rotate(69.945396)'%3e%3cpath%20id='s_3_'%20fill='%23FFDE08'%20d='M367.298,188.705l-42.412,33.236l14.797-51.844l18.47,50.649l-44.682-30.108L367.298,188.705z'%20/%3e%3c/g%3e%3cg%20transform='translate(10,9)%20rotate(20.659808)'%3e%3cpath%20id='s_4_'%20fill='%23FFDE08'%20d='M294.056,228.595l-2.5,53.86l-29.603-45.045l50.397,19.024l-51.942,14.264L294.056,228.595z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20id='uk'%3e%3cg%3e%3crect%20y='0.002'%20fill='%23FFFFFF'%20width='850.16'%20height='566.865'/%3e%3cpolygon%20fill='%23CF172C'%20points='382.569,0%20382.569,226.625%200,226.625%200,339.948%20382.569,339.948%20382.569,566.863%20467.592,566.863%20467.592,339.948%20850.16,339.948%20850.16,226.625%20467.592,226.625%20467.592,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,0%20495.946,183.497%20771.202,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,566.863%20771.202,566.863%20495.946,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,566.863%20354.214,566.863%20354.214,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,0%20354.214,183.497%20354.214,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0.003,188.95%20204.392,188.95%200.003,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,188.95%20850.16,188.95%20850.16,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,377.913%20850.16,514.171%20850.16,377.913%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0,377.913%200,514.171%20204.392,377.913%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='802.938,0%20520.004,188.95%20567.223,188.95%20850.605,0%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='330.156,377.909%20282.937,377.909%200,566.852%2047.219,566.852%20330.602,377.909%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='0,0%200,31.692%20236.091,189.098%20283.311,189.098%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='566.696,377.832%20850.008,566.929%20850.01,535.239%20613.92,377.832%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e",
|
12474
|
+
}, Symbol.toStringTag, { value: "Module" })), Mf = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='850.394px'%20height='566.929px'%20viewBox='0%200%20850.394%20566.929'%20enable-background='new%200%200%20850.394%20566.929'%20xml:space='preserve'%3e%3cg%20id='it'%3e%3cg%3e%3crect%20fill='%23078E46'%20width='283.465'%20height='566.929'/%3e%3crect%20x='283.465'%20fill='%23FBFDFF'%20width='283.465'%20height='566.929'/%3e%3crect%20x='566.93'%20fill='%23D3242C'%20width='283.465'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='de'%3e%3cg%3e%3cdesc%3eFlag%20of%20Germany%3c/desc%3e%3crect%20id='black_stripe'%20x='0.901'%20fill='%23010202'%20width='849.492'%20height='566.929'/%3e%3crect%20id='red_stripe'%20x='0.901'%20y='188.977'%20fill='%23DD0B15'%20width='849.492'%20height='377.953'/%3e%3crect%20id='gold_stripe'%20x='0.901'%20y='377.953'%20fill='%23FFCE05'%20width='849.492'%20height='188.976'/%3e%3c/g%3e%3c/g%3e%3cg%20id='fr'%3e%3cg%3e%3crect%20x='0.901'%20fill='%23CF1327'%20width='849.492'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%23FFFFFF'%20width='566.328'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%231D2C4E'%20width='283.164'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='ru'%3e%3cg%3e%3crect%20fill='%23FFFFFF'%20width='850.395'%20height='283.465'/%3e%3crect%20y='283.465'%20fill='%23D52D1E'%20width='850.395'%20height='283.464'/%3e%3crect%20y='188.977'%20fill='%231E4295'%20width='850.395'%20height='188.977'/%3e%3c/g%3e%3c/g%3e%3cg%20id='cn'%3e%3cg%3e%3crect%20x='0.901'%20fill='%23DF2B14'%20width='849.493'%20height='566.929'/%3e%3cg%20transform='translate(5,5)%20scale(3)'%3e%3cpath%20id='s'%20fill='%23FFDE08'%20d='M142.483,56.693l49.932,153.838L61.692,115.454h161.583L92.551,210.531L142.483,56.693z'/%3e%3c/g%3e%3cg%20transform='translate(10,2)%20rotate(23.036243)'%3e%3cpath%20id='s_1_'%20fill='%23FFDE08'%20d='M295.146,30.607l-4.728,53.71l-27.711-46.234l49.566,21.099l-52.488,12.096L295.146,30.607z'/%3e%3c/g%3e%3cg%20transform='translate(12,4)%20rotate(45.869898)'%3e%3cpath%20id='s_2_'%20fill='%23FFDE08'%20d='M361.022,93.648l-25.178,47.665l-7.617-53.376l37.503,38.701l-53.064-9.243L361.022,93.648z'/%3e%3c/g%3e%3cg%20transform='translate(12,7)%20rotate(69.945396)'%3e%3cpath%20id='s_3_'%20fill='%23FFDE08'%20d='M367.298,188.705l-42.412,33.236l14.797-51.844l18.47,50.649l-44.682-30.108L367.298,188.705z'%20/%3e%3c/g%3e%3cg%20transform='translate(10,9)%20rotate(20.659808)'%3e%3cpath%20id='s_4_'%20fill='%23FFDE08'%20d='M294.056,228.595l-2.5,53.86l-29.603-45.045l50.397,19.024l-51.942,14.264L294.056,228.595z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20id='uk'%3e%3cg%3e%3crect%20y='0.002'%20fill='%23FFFFFF'%20width='850.16'%20height='566.865'/%3e%3cpolygon%20fill='%23CF172C'%20points='382.569,0%20382.569,226.625%200,226.625%200,339.948%20382.569,339.948%20382.569,566.863%20467.592,566.863%20467.592,339.948%20850.16,339.948%20850.16,226.625%20467.592,226.625%20467.592,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,0%20495.946,183.497%20771.202,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,566.863%20771.202,566.863%20495.946,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,566.863%20354.214,566.863%20354.214,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,0%20354.214,183.497%20354.214,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0.003,188.95%20204.392,188.95%200.003,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,188.95%20850.16,188.95%20850.16,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,377.913%20850.16,514.171%20850.16,377.913%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0,377.913%200,514.171%20204.392,377.913%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='802.938,0%20520.004,188.95%20567.223,188.95%20850.605,0%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='330.156,377.909%20282.937,377.909%200,566.852%2047.219,566.852%20330.602,377.909%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='0,0%200,31.692%20236.091,189.098%20283.311,189.098%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='566.696,377.832%20850.008,566.929%20850.01,535.239%20613.92,377.832%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e", Pf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
12465
12475
|
__proto__: null,
|
12466
12476
|
default: Mf
|
12467
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
12477
|
+
}, Symbol.toStringTag, { value: "Module" })), Vf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
12468
12478
|
__proto__: null,
|
12469
12479
|
de: Df,
|
12470
|
-
en:
|
12480
|
+
en: Pf
|
12471
12481
|
}, Symbol.toStringTag, { value: "Module" })), zi = [
|
12472
12482
|
{
|
12473
12483
|
name: "company",
|
@@ -13947,14 +13957,14 @@ const Bf = /* @__PURE__ */ V(Cf, [["render", If]]), Ff = "data:image/svg+xml,%3c
|
|
13947
13957
|
"Table foot 13",
|
13948
13958
|
"Table foot 14",
|
13949
13959
|
"Table foot 15"
|
13950
|
-
],
|
13960
|
+
], Pg = {
|
13951
13961
|
caption: Lg,
|
13952
13962
|
rowIndexHighlighted: Ig,
|
13953
13963
|
columnIndexHighlighted: Bg,
|
13954
13964
|
thead: Fg,
|
13955
13965
|
tbody: Dg,
|
13956
13966
|
tfoot: Mg
|
13957
|
-
},
|
13967
|
+
}, Vg = {
|
13958
13968
|
show: !0,
|
13959
13969
|
text: "This is a caption for a small table"
|
13960
13970
|
}, Ag = [
|
@@ -14029,7 +14039,7 @@ const Bf = /* @__PURE__ */ V(Cf, [["render", If]]), Ff = "data:image/svg+xml,%3c
|
|
14029
14039
|
"Table foot 6",
|
14030
14040
|
"Table foot 7"
|
14031
14041
|
], qg = {
|
14032
|
-
caption:
|
14042
|
+
caption: Vg,
|
14033
14043
|
thead: Ag,
|
14034
14044
|
tbody: Eg,
|
14035
14045
|
tfoot: Hg
|
@@ -14733,7 +14743,7 @@ const Bf = /* @__PURE__ */ V(Cf, [["render", If]]), Ff = "data:image/svg+xml,%3c
|
|
14733
14743
|
this.imageSources = [], this.languages.forEach(
|
14734
14744
|
async (e) => {
|
14735
14745
|
const n = e.iso2;
|
14736
|
-
this.imageSources.push(
|
14746
|
+
this.imageSources.push(Vf[n].default);
|
14737
14747
|
}
|
14738
14748
|
);
|
14739
14749
|
},
|
@@ -14777,7 +14787,7 @@ function Xg(e, n, t, s, i, o) {
|
|
14777
14787
|
])
|
14778
14788
|
]);
|
14779
14789
|
}
|
14780
|
-
const $g = /* @__PURE__ */
|
14790
|
+
const $g = /* @__PURE__ */ P(Kg, [["render", Xg]]), ey = {
|
14781
14791
|
name: "CmdTable",
|
14782
14792
|
data() {
|
14783
14793
|
return {
|
@@ -14990,7 +15000,7 @@ function sy(e, n, t, s, i, o) {
|
|
14990
15000
|
(l(!0), r(S, null, q(t.tableData.thead, (C, b) => (l(), r("th", { key: b }, y(C), 1))), 128))
|
14991
15001
|
])
|
14992
15002
|
]),
|
14993
|
-
h(
|
15003
|
+
h(Ve, {
|
14994
15004
|
name: t.useTransition ? "fade" : null
|
14995
15005
|
}, {
|
14996
15006
|
default: k(() => [
|
@@ -15010,7 +15020,7 @@ function sy(e, n, t, s, i, o) {
|
|
15010
15020
|
]),
|
15011
15021
|
_: 1
|
15012
15022
|
}, 8, ["name"]),
|
15013
|
-
h(
|
15023
|
+
h(Ve, {
|
15014
15024
|
name: t.useTransition ? "fade" : null
|
15015
15025
|
}, {
|
15016
15026
|
default: k(() => [
|
@@ -15033,7 +15043,7 @@ function sy(e, n, t, s, i, o) {
|
|
15033
15043
|
], 544)
|
15034
15044
|
], 2);
|
15035
15045
|
}
|
15036
|
-
const ay = /* @__PURE__ */
|
15046
|
+
const ay = /* @__PURE__ */ P(ey, [["render", sy]]);
|
15037
15047
|
pi(og);
|
15038
15048
|
const ry = {
|
15039
15049
|
name: "CmdTabs",
|
@@ -15147,7 +15157,7 @@ function py(e, n, t, s, i, o) {
|
|
15147
15157
|
]))
|
15148
15158
|
]);
|
15149
15159
|
}
|
15150
|
-
const fy = /* @__PURE__ */
|
15160
|
+
const fy = /* @__PURE__ */ P(ry, [["render", py]]), gy = {
|
15151
15161
|
name: "CmdTextImageBlock",
|
15152
15162
|
mixins: [le],
|
15153
15163
|
data() {
|
@@ -15324,7 +15334,7 @@ function wy(e, n, t, s, i, o) {
|
|
15324
15334
|
}, 8, ["componentProps", "componentPath", "allowDeleteComponent"])) : m("", !0)
|
15325
15335
|
], 2);
|
15326
15336
|
}
|
15327
|
-
const ky = /* @__PURE__ */
|
15337
|
+
const ky = /* @__PURE__ */ P(gy, [["render", wy]]), vy = {
|
15328
15338
|
name: "ToggleDarkMode",
|
15329
15339
|
mixins: [
|
15330
15340
|
le
|
@@ -15530,7 +15540,7 @@ function Sy(e, n, t, s, i, o) {
|
|
15530
15540
|
], 64))
|
15531
15541
|
], 2);
|
15532
15542
|
}
|
15533
|
-
const Oy = /* @__PURE__ */
|
15543
|
+
const Oy = /* @__PURE__ */ P(vy, [["render", Sy]]), Ly = {
|
15534
15544
|
data() {
|
15535
15545
|
return {
|
15536
15546
|
defaultMessageProperties: {
|
@@ -15605,7 +15615,7 @@ const Dy = St("string"), he = St("function"), Yi = St("number"), Ot = (e) => e !
|
|
15605
15615
|
return !1;
|
15606
15616
|
const n = _n(e);
|
15607
15617
|
return (n === null || n === Object.prototype || Object.getPrototypeOf(n) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
15608
|
-
},
|
15618
|
+
}, Py = ge("Date"), Vy = ge("File"), Ay = ge("Blob"), Ey = ge("FileList"), Hy = (e) => Ot(e) && he(e.pipe), qy = (e) => {
|
15609
15619
|
let n;
|
15610
15620
|
return e && (typeof FormData == "function" && e instanceof FormData || he(e.append) && ((n = Tt(e)) === "formdata" || // detect form-data instance
|
15611
15621
|
n === "object" && he(e.toString) && e.toString() === "[object FormData]"));
|
@@ -15766,8 +15776,8 @@ const cb = (e) => {
|
|
15766
15776
|
isResponse: jy,
|
15767
15777
|
isHeaders: zy,
|
15768
15778
|
isUndefined: $e,
|
15769
|
-
isDate:
|
15770
|
-
isFile:
|
15779
|
+
isDate: Py,
|
15780
|
+
isFile: Vy,
|
15771
15781
|
isBlob: Ay,
|
15772
15782
|
isRegExp: ib,
|
15773
15783
|
isFunction: he,
|
@@ -16223,7 +16233,7 @@ function Et(e, n, t, s, i) {
|
|
16223
16233
|
function Mb(e) {
|
16224
16234
|
return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (n, t, s) => t.toUpperCase() + s);
|
16225
16235
|
}
|
16226
|
-
function
|
16236
|
+
function Pb(e, n) {
|
16227
16237
|
const t = O.toCamelCase(" " + n);
|
16228
16238
|
["get", "set", "has"].forEach((s) => {
|
16229
16239
|
Object.defineProperty(e, s + t, {
|
@@ -16347,7 +16357,7 @@ class de {
|
|
16347
16357
|
}).accessors, i = this.prototype;
|
16348
16358
|
function o(d) {
|
16349
16359
|
const c = Ke(d);
|
16350
|
-
s[c] || (
|
16360
|
+
s[c] || (Pb(i, d), s[c] = !0);
|
16351
16361
|
}
|
16352
16362
|
return O.isArray(n) ? n.forEach(o) : o(n), this;
|
16353
16363
|
}
|
@@ -16389,7 +16399,7 @@ function co(e, n, t) {
|
|
16389
16399
|
t
|
16390
16400
|
));
|
16391
16401
|
}
|
16392
|
-
function
|
16402
|
+
function Vb(e) {
|
16393
16403
|
const n = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
|
16394
16404
|
return n && n[1] || "";
|
16395
16405
|
}
|
@@ -16641,7 +16651,7 @@ const mo = (e) => {
|
|
16641
16651
|
}), O.isUndefined(i.withCredentials) || (p.withCredentials = !!i.withCredentials), c && c !== "json" && (p.responseType = i.responseType), typeof i.onDownloadProgress == "function" && p.addEventListener("progress", yt(i.onDownloadProgress, !0)), typeof i.onUploadProgress == "function" && p.upload && p.upload.addEventListener("progress", yt(i.onUploadProgress)), (i.cancelToken || i.signal) && (u = (b) => {
|
16642
16652
|
p && (s(!b || b.type ? new je(null, e, p) : b), p.abort(), p = null);
|
16643
16653
|
}, i.cancelToken && i.cancelToken.subscribe(u), i.signal && (i.signal.aborted ? u() : i.signal.addEventListener("abort", u)));
|
16644
|
-
const C =
|
16654
|
+
const C = Vb(i.url);
|
16645
16655
|
if (C && fe.protocols.indexOf(C) === -1) {
|
16646
16656
|
s(new U("Unsupported protocol " + C + ":", U.ERR_BAD_REQUEST, e));
|
16647
16657
|
return;
|
@@ -16773,12 +16783,12 @@ const Jb = async (e) => {
|
|
16773
16783
|
let D;
|
16774
16784
|
try {
|
16775
16785
|
if (u && Kb && t !== "get" && t !== "head" && (D = await Yb(p, s)) !== 0) {
|
16776
|
-
let
|
16786
|
+
let V = new Request(n, {
|
16777
16787
|
method: "POST",
|
16778
16788
|
body: s,
|
16779
16789
|
duplex: "half"
|
16780
16790
|
}), N;
|
16781
|
-
O.isFormData(s) && (N =
|
16791
|
+
O.isFormData(s) && (N = V.headers.get("content-type")) && p.setContentType(N), V.body && (s = ni(V.body, oi, ii(
|
16782
16792
|
D,
|
16783
16793
|
yt(u)
|
16784
16794
|
), null, Xt));
|
@@ -16795,9 +16805,9 @@ const Jb = async (e) => {
|
|
16795
16805
|
let M = await fetch(B);
|
16796
16806
|
const G = $t && (g === "stream" || g === "response");
|
16797
16807
|
if ($t && (c || G)) {
|
16798
|
-
const
|
16808
|
+
const V = {};
|
16799
16809
|
["status", "statusText", "headers"].forEach((J) => {
|
16800
|
-
|
16810
|
+
V[J] = M[J];
|
16801
16811
|
});
|
16802
16812
|
const N = O.toFiniteNumber(M.headers.get("content-length"));
|
16803
16813
|
M = new Response(
|
@@ -16805,13 +16815,13 @@ const Jb = async (e) => {
|
|
16805
16815
|
N,
|
16806
16816
|
yt(c, !0)
|
16807
16817
|
), G && F, Xt),
|
16808
|
-
|
16818
|
+
V
|
16809
16819
|
);
|
16810
16820
|
}
|
16811
16821
|
g = g || "text";
|
16812
16822
|
let j = await bt[O.findKey(bt, g) || "text"](M, e);
|
16813
|
-
return !G && F(), L && L(), await new Promise((
|
16814
|
-
co(
|
16823
|
+
return !G && F(), L && L(), await new Promise((V, N) => {
|
16824
|
+
co(V, N, {
|
16815
16825
|
data: j,
|
16816
16826
|
headers: de.from(M.headers),
|
16817
16827
|
status: M.status,
|
@@ -16941,7 +16951,7 @@ const tn = {
|
|
16941
16951
|
assertOptions: Xb,
|
16942
16952
|
validators: kn
|
16943
16953
|
}, ve = tn.validators;
|
16944
|
-
class
|
16954
|
+
class Pe {
|
16945
16955
|
constructor(n) {
|
16946
16956
|
this.defaults = n, this.interceptors = {
|
16947
16957
|
request: new $n(),
|
@@ -17039,7 +17049,7 @@ class Ve {
|
|
17039
17049
|
}
|
17040
17050
|
}
|
17041
17051
|
O.forEach(["delete", "get", "head", "options"], function(n) {
|
17042
|
-
|
17052
|
+
Pe.prototype[n] = function(t, s) {
|
17043
17053
|
return this.request(Ee(s || {}, {
|
17044
17054
|
method: n,
|
17045
17055
|
url: t,
|
@@ -17060,7 +17070,7 @@ O.forEach(["post", "put", "patch"], function(n) {
|
|
17060
17070
|
}));
|
17061
17071
|
};
|
17062
17072
|
}
|
17063
|
-
|
17073
|
+
Pe.prototype[n] = t(), Pe.prototype[n + "Form"] = t(!0);
|
17064
17074
|
});
|
17065
17075
|
class vn {
|
17066
17076
|
constructor(n) {
|
@@ -17206,13 +17216,13 @@ Object.entries(nn).forEach(([e, n]) => {
|
|
17206
17216
|
nn[n] = e;
|
17207
17217
|
});
|
17208
17218
|
function go(e) {
|
17209
|
-
const n = new
|
17210
|
-
return O.extend(t,
|
17219
|
+
const n = new Pe(e), t = Ki(Pe.prototype.request, n);
|
17220
|
+
return O.extend(t, Pe.prototype, n, { allOwnKeys: !0 }), O.extend(t, n, null, { allOwnKeys: !0 }), t.create = function(i) {
|
17211
17221
|
return go(Ee(e, i));
|
17212
17222
|
}, t;
|
17213
17223
|
}
|
17214
17224
|
const Q = go(nt);
|
17215
|
-
Q.Axios =
|
17225
|
+
Q.Axios = Pe;
|
17216
17226
|
Q.CanceledError = je;
|
17217
17227
|
Q.CancelToken = vn;
|
17218
17228
|
Q.isCancel = ro;
|
@@ -17954,7 +17964,7 @@ function Dx(e, n, t, s, i, o) {
|
|
17954
17964
|
type: i.showListOfFileExtensions ? t.iconInvisible.iconType : t.iconVisible.iconType
|
17955
17965
|
}, null, 8, ["iconClass", "type"])
|
17956
17966
|
], 8, _x),
|
17957
|
-
h(
|
17967
|
+
h(Ve, {
|
17958
17968
|
name: t.useTransition ? "fade" : null
|
17959
17969
|
}, {
|
17960
17970
|
default: k(() => [
|
@@ -18085,7 +18095,7 @@ function Dx(e, n, t, s, i, o) {
|
|
18085
18095
|
}, null, 8, ["labelText", "disabled", "multiple", "onChange"])
|
18086
18096
|
], 64);
|
18087
18097
|
}
|
18088
|
-
const Mx = /* @__PURE__ */
|
18098
|
+
const Mx = /* @__PURE__ */ P(tx, [["render", Dx]]), Px = {
|
18089
18099
|
name: "CmdWidthLimitationWrapper",
|
18090
18100
|
props: {
|
18091
18101
|
/**
|
@@ -18191,7 +18201,7 @@ const Mx = /* @__PURE__ */ V(tx, [["render", Dx]]), Vx = {
|
|
18191
18201
|
return e.length === 1 && typeof e[0].type == "symbol" && Array.isArray(e[0].children) ? e[0].children.length === 1 : e.length === 1;
|
18192
18202
|
}
|
18193
18203
|
}
|
18194
|
-
},
|
18204
|
+
}, Vx = ["id"], Ax = ["id"];
|
18195
18205
|
function Ex(e, n, t, s, i, o) {
|
18196
18206
|
const d = Y;
|
18197
18207
|
return l(), r("div", {
|
@@ -18210,7 +18220,7 @@ function Ex(e, n, t, s, i, o) {
|
|
18210
18220
|
}, [
|
18211
18221
|
H(e.$slots, "default")
|
18212
18222
|
], 2))
|
18213
|
-
], 10,
|
18223
|
+
], 10, Vx)) : (l(), r(S, { key: 1 }, [
|
18214
18224
|
t.anchorId ? (l(), r("a", {
|
18215
18225
|
key: 0,
|
18216
18226
|
id: t.anchorId
|
@@ -18219,7 +18229,7 @@ function Ex(e, n, t, s, i, o) {
|
|
18219
18229
|
], 64))
|
18220
18230
|
], 2);
|
18221
18231
|
}
|
18222
|
-
const yo = /* @__PURE__ */
|
18232
|
+
const yo = /* @__PURE__ */ P(Px, [["render", Ex]]), Hx = {
|
18223
18233
|
name: "ComponentSettings",
|
18224
18234
|
data() {
|
18225
18235
|
return {
|
@@ -18338,7 +18348,7 @@ function qx(e, n, t, s, i, o) {
|
|
18338
18348
|
_: 1
|
18339
18349
|
}, 8, ["cmdHeadline"]);
|
18340
18350
|
}
|
18341
|
-
const Rx = /* @__PURE__ */
|
18351
|
+
const Rx = /* @__PURE__ */ P(Hx, [["render", qx]]), Nx = {
|
18342
18352
|
name: "MultipleBoxWrapper",
|
18343
18353
|
props: {
|
18344
18354
|
segments: {
|
@@ -18371,7 +18381,7 @@ function jx(e, n, t, s, i, o) {
|
|
18371
18381
|
], 64))), 128))
|
18372
18382
|
]);
|
18373
18383
|
}
|
18374
|
-
const zx = /* @__PURE__ */
|
18384
|
+
const zx = /* @__PURE__ */ P(Nx, [["render", jx]]), Gx = {
|
18375
18385
|
name: "MultipleListsOfLinks",
|
18376
18386
|
props: {
|
18377
18387
|
segments: {
|
@@ -18394,7 +18404,7 @@ function Kx(e, n, t, s, i, o) {
|
|
18394
18404
|
], 64))), 128))
|
18395
18405
|
]);
|
18396
18406
|
}
|
18397
|
-
const Jx = /* @__PURE__ */
|
18407
|
+
const Jx = /* @__PURE__ */ P(Gx, [["render", Kx]]), Yx = {
|
18398
18408
|
name: "ContactInformation",
|
18399
18409
|
props: {
|
18400
18410
|
/**
|
@@ -18442,7 +18452,7 @@ function Xx(e, n, t, s, i, o) {
|
|
18442
18452
|
])
|
18443
18453
|
]));
|
18444
18454
|
}
|
18445
|
-
const $x = /* @__PURE__ */
|
18455
|
+
const $x = /* @__PURE__ */ P(Yx, [["render", Xx]]), e1 = {
|
18446
18456
|
name: "PageOverview",
|
18447
18457
|
data() {
|
18448
18458
|
return {
|
@@ -18453,28 +18463,28 @@ const $x = /* @__PURE__ */ V(Yx, [["render", Xx]]), e_ = {
|
|
18453
18463
|
listOfSiteLinksData: Wg
|
18454
18464
|
};
|
18455
18465
|
}
|
18456
|
-
},
|
18466
|
+
}, t1 = /* @__PURE__ */ a("h2", {
|
18457
18467
|
class: "headline-demopage",
|
18458
18468
|
id: "section-contact-information"
|
18459
18469
|
}, [
|
18460
18470
|
/* @__PURE__ */ a("span", null, "Contact Information")
|
18461
|
-
], -1),
|
18471
|
+
], -1), n1 = /* @__PURE__ */ a("h2", {
|
18462
18472
|
class: "headline-demopage",
|
18463
18473
|
id: "section-multiple-lists-of-links-downloads"
|
18464
18474
|
}, [
|
18465
18475
|
/* @__PURE__ */ a("span", null, "Multiple Lists of links")
|
18466
|
-
], -1),
|
18476
|
+
], -1), i1 = /* @__PURE__ */ a("h3", { id: "section-multiple-lists-of-links-downloads" }, "Downloads", -1), o1 = /* @__PURE__ */ a("hr", null, null, -1), l1 = /* @__PURE__ */ a("h3", { id: "section-multiple-lists-of-links-sitemap" }, "SiteMap", -1), s1 = /* @__PURE__ */ a("h2", {
|
18467
18477
|
class: "headline-demopage",
|
18468
18478
|
id: "section-multiple-box-wrapper"
|
18469
18479
|
}, [
|
18470
18480
|
/* @__PURE__ */ a("span", null, "Multiple Box Wrapper")
|
18471
|
-
], -1),
|
18472
|
-
function
|
18481
|
+
], -1), a1 = /* @__PURE__ */ a("h3", { id: "section-multiple-box-wrapper-faqs" }, "FAQs", -1), r1 = /* @__PURE__ */ a("hr", null, null, -1), d1 = /* @__PURE__ */ a("h3", { id: "section-multiple-box-wrapper-team-overview" }, "Team Overview", -1);
|
18482
|
+
function c1(e, n, t, s, i, o) {
|
18473
18483
|
const d = $x, c = yo, u = Jx, g = zx;
|
18474
18484
|
return l(), r(S, null, [
|
18475
18485
|
h(c, null, {
|
18476
18486
|
default: k(() => [
|
18477
|
-
|
18487
|
+
t1,
|
18478
18488
|
h(d, {
|
18479
18489
|
cmdBasicForm: e.basicForm,
|
18480
18490
|
cmdAddressData: {},
|
@@ -18490,44 +18500,44 @@ function c_(e, n, t, s, i, o) {
|
|
18490
18500
|
}),
|
18491
18501
|
h(c, null, {
|
18492
18502
|
default: k(() => [
|
18493
|
-
|
18494
|
-
|
18503
|
+
n1,
|
18504
|
+
i1,
|
18495
18505
|
h(u, { segments: i.listOfDownloadsData }, null, 8, ["segments"]),
|
18496
|
-
|
18497
|
-
|
18506
|
+
o1,
|
18507
|
+
l1,
|
18498
18508
|
h(u, { segments: i.listOfSiteLinksData }, null, 8, ["segments"])
|
18499
18509
|
]),
|
18500
18510
|
_: 1
|
18501
18511
|
}),
|
18502
18512
|
h(c, null, {
|
18503
18513
|
default: k(() => [
|
18504
|
-
|
18505
|
-
|
18514
|
+
s1,
|
18515
|
+
a1,
|
18506
18516
|
h(g, { segments: i.faqsData }, null, 8, ["segments"]),
|
18507
|
-
|
18508
|
-
|
18517
|
+
r1,
|
18518
|
+
d1,
|
18509
18519
|
h(g, { segments: i.boxesTeamOverviewData }, null, 8, ["segments"])
|
18510
18520
|
]),
|
18511
18521
|
_: 1
|
18512
18522
|
})
|
18513
18523
|
], 64);
|
18514
18524
|
}
|
18515
|
-
const bo = /* @__PURE__ */
|
18525
|
+
const bo = /* @__PURE__ */ P(e1, [["render", c1]]), u1 = "comand-component-library", m1 = "4.1.56", h1 = "GPL-3.0-only", p1 = "CoManD-UI", f1 = "module", g1 = {
|
18516
18526
|
prepublishOnly: "npm run build-lib",
|
18517
18527
|
dev: "vite",
|
18518
18528
|
build: "vite build",
|
18519
18529
|
"build-lib": "vite build && gulp",
|
18520
18530
|
preview: "vite preview"
|
18521
|
-
},
|
18531
|
+
}, y1 = [
|
18522
18532
|
"dist",
|
18523
18533
|
"src"
|
18524
|
-
],
|
18534
|
+
], b1 = {
|
18525
18535
|
".": "./dist/comand-component-library.js",
|
18526
18536
|
"./css.js": "./src/css.js",
|
18527
18537
|
"./style.css": "./dist/style.css",
|
18528
18538
|
"./variables.scss": "./src/assets/styles/variables.scss",
|
18529
18539
|
"./export-data.js": "./src/assets/data/export-data.js"
|
18530
|
-
},
|
18540
|
+
}, x1 = {
|
18531
18541
|
"clickout-event": "^1.1.2",
|
18532
18542
|
"comand-frontend-framework": "^4.1.11",
|
18533
18543
|
"comand-ui-iconfonts": "^1.0.14",
|
@@ -18536,7 +18546,7 @@ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
|
|
18536
18546
|
vue: "^3.2.31",
|
18537
18547
|
"vue-router": "^4.0.12",
|
18538
18548
|
vuex: "^4.0.2"
|
18539
|
-
},
|
18549
|
+
}, _1 = {
|
18540
18550
|
"@iconify/vue": "^4.0.0",
|
18541
18551
|
"@vitejs/plugin-vue": "^5.1.1",
|
18542
18552
|
"@vue/test-utils": "^2.0.0-0",
|
@@ -18546,19 +18556,19 @@ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
|
|
18546
18556
|
"unplugin-vue-components": "^0.24.0",
|
18547
18557
|
vite: "^5.4.11",
|
18548
18558
|
"vue-jest": "^5.0.0-0"
|
18549
|
-
},
|
18550
|
-
name:
|
18551
|
-
version:
|
18552
|
-
license:
|
18553
|
-
author:
|
18559
|
+
}, C1 = {
|
18560
|
+
name: u1,
|
18561
|
+
version: m1,
|
18562
|
+
license: h1,
|
18563
|
+
author: p1,
|
18554
18564
|
private: !1,
|
18555
|
-
type:
|
18556
|
-
scripts:
|
18557
|
-
files:
|
18558
|
-
exports:
|
18559
|
-
dependencies:
|
18560
|
-
devDependencies:
|
18561
|
-
},
|
18565
|
+
type: f1,
|
18566
|
+
scripts: g1,
|
18567
|
+
files: y1,
|
18568
|
+
exports: b1,
|
18569
|
+
dependencies: x1,
|
18570
|
+
devDependencies: _1
|
18571
|
+
}, w1 = {
|
18562
18572
|
data() {
|
18563
18573
|
return {
|
18564
18574
|
cmdAddressDataSettingsData: {
|
@@ -19423,9 +19433,9 @@ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
|
|
19423
19433
|
}
|
19424
19434
|
};
|
19425
19435
|
}
|
19426
|
-
}, xo = "/media/images/content-images/landscape-medium.jpg",
|
19436
|
+
}, xo = "/media/images/content-images/landscape-medium.jpg", k1 = "/media/images/demo-images/small/landscape-01.jpg", v1 = "/media/images/demo-images/small/landscape-02.jpg", T1 = "/media/images/demo-images/small/landscape-03.jpg", S1 = {
|
19427
19437
|
name: "App",
|
19428
|
-
mixins: [
|
19438
|
+
mixins: [w1],
|
19429
19439
|
components: {
|
19430
19440
|
PageOverview: bo
|
19431
19441
|
},
|
@@ -19550,9 +19560,9 @@ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
|
|
19550
19560
|
},
|
19551
19561
|
customRequirements: [
|
19552
19562
|
Es(),
|
19553
|
-
Ps(),
|
19554
|
-
As(),
|
19555
19563
|
Vs(),
|
19564
|
+
As(),
|
19565
|
+
Ps(),
|
19556
19566
|
Hs()
|
19557
19567
|
],
|
19558
19568
|
openLeftSidebar: !0,
|
@@ -19585,11 +19595,11 @@ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
|
|
19585
19595
|
slideshowData: vg,
|
19586
19596
|
socialNetworksData: Og,
|
19587
19597
|
tableDataSmall: qg,
|
19588
|
-
tableDataLarge:
|
19598
|
+
tableDataLarge: Pg,
|
19589
19599
|
tabsData: Rg,
|
19590
19600
|
thumbnailScrollerImagesData: Ng,
|
19591
19601
|
thumbnailScrollerTextData: Ug,
|
19592
|
-
packageJson:
|
19602
|
+
packageJson: C1
|
19593
19603
|
};
|
19594
19604
|
},
|
19595
19605
|
computed: {
|
@@ -19787,39 +19797,39 @@ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
|
|
19787
19797
|
});
|
19788
19798
|
}
|
19789
19799
|
}
|
19790
|
-
},
|
19791
|
-
|
19792
|
-
|
19793
|
-
|
19794
|
-
|
19795
|
-
|
19796
|
-
],
|
19797
|
-
|
19798
|
-
],
|
19799
|
-
|
19800
|
-
],
|
19801
|
-
|
19802
|
-
],
|
19803
|
-
|
19804
|
-
],
|
19800
|
+
}, O1 = ["id"], L1 = /* @__PURE__ */ a("a", { id: "anchor-back-to-top" }, null, -1), I1 = { for: "select-template" }, B1 = /* @__PURE__ */ a("span", null, "Select template", -1), F1 = /* @__PURE__ */ a("option", { value: "blank" }, "Blank/Unstyled", -1), D1 = /* @__PURE__ */ a("option", { value: "business" }, "Business", -1), M1 = /* @__PURE__ */ a("option", { value: "casual" }, "Casual", -1), P1 = /* @__PURE__ */ a("option", { value: "dating" }, "Dating", -1), V1 = /* @__PURE__ */ a("option", { value: "influencer" }, "Influencer", -1), A1 = [
|
19801
|
+
F1,
|
19802
|
+
D1,
|
19803
|
+
M1,
|
19804
|
+
P1,
|
19805
|
+
V1
|
19806
|
+
], E1 = /* @__PURE__ */ a("span", null, "Color Scheme", -1), H1 = { class: "input-wrapper" }, q1 = { for: "default-color-scheme" }, R1 = /* @__PURE__ */ a("span", { class: "label-text" }, "Color-Scheme by Browser/OS", -1), N1 = { for: "light-mode" }, U1 = /* @__PURE__ */ a("span", { class: "label-text" }, "Light Mode", -1), j1 = { for: "dark-mode" }, z1 = /* @__PURE__ */ a("span", { class: "label-text" }, "Dark Mode", -1), G1 = ["href", "onClick"], W1 = { class: "box-footer comand-versions" }, K1 = /* @__PURE__ */ a("dt", null, "Frontend-Framework Version:", -1), J1 = /* @__PURE__ */ a("dt", null, "Component-Library Version:", -1), Y1 = { class: "closed-sidebar" }, Z1 = /* @__PURE__ */ a("span", { class: "icon-settings-template" }, null, -1), Q1 = [
|
19807
|
+
Z1
|
19808
|
+
], X1 = /* @__PURE__ */ a("span", { class: "icon-settings-component" }, null, -1), $1 = [
|
19809
|
+
X1
|
19810
|
+
], e_ = /* @__PURE__ */ a("span", { class: "icon-file-settings" }, null, -1), t_ = [
|
19811
|
+
e_
|
19812
|
+
], n_ = /* @__PURE__ */ a("span", null, "Hide sidebar", -1), i_ = [
|
19813
|
+
n_
|
19814
|
+
], o_ = {
|
19805
19815
|
key: 1,
|
19806
19816
|
id: "content"
|
19807
|
-
},
|
19817
|
+
}, l_ = /* @__PURE__ */ a("h1", { class: "headline-demopage" }, "Components Overview", -1), s_ = {
|
19808
19818
|
class: "headline-demopage",
|
19809
19819
|
id: "section-address-data"
|
19810
|
-
},
|
19820
|
+
}, a_ = /* @__PURE__ */ a("span", null, "Address Data", -1), r_ = { class: "flex-container" }, d_ = /* @__PURE__ */ a("h2", {
|
19811
19821
|
class: "headline-demopage",
|
19812
19822
|
id: "section-advanced-form-elements"
|
19813
|
-
}, "Advanced Form Elements", -1),
|
19823
|
+
}, "Advanced Form Elements", -1), c_ = /* @__PURE__ */ a("h3", null, [
|
19814
19824
|
/* @__PURE__ */ a("span", null, "Form elements status:")
|
19815
|
-
], -1),
|
19825
|
+
], -1), u_ = { class: "flex-container" }, m_ = { class: "list-status" }, h_ = { class: "error" }, p_ = { class: "flex-container" }, f_ = /* @__PURE__ */ a("legend", null, "Legend", -1), g_ = { class: "headline-demopage" }, y_ = /* @__PURE__ */ a("span", null, "Form Element-Component", -1), b_ = { class: "flex-container" }, x_ = { class: "flex-container" }, __ = /* @__PURE__ */ a("h2", null, "Inputfields in Columns", -1), C_ = { class: "flex-container" }, w_ = /* @__PURE__ */ a("span", { innerHTML: "Label with <a href='#'>Link</a> given by slot" }, null, -1), k_ = { class: "flex-container" }, v_ = /* @__PURE__ */ a("hr", null, null, -1), T_ = { class: "headline-demopage" }, S_ = /* @__PURE__ */ a("span", null, "Fake Selects", -1), O_ = { class: "flex-container" }, L_ = /* @__PURE__ */ a("hr", null, null, -1), I_ = /* @__PURE__ */ a("h2", null, "Progress Bar [native]", -1), B_ = /* @__PURE__ */ a("h2", null, "Slider [native]", -1), F_ = /* @__PURE__ */ a("span", { class: "label-text" }, "Single-Slider (with in- and output):", -1), D_ = { class: "flex-container no-flex" }, M_ = {
|
19816
19826
|
class: "inline",
|
19817
19827
|
for: "range-value"
|
19818
|
-
},
|
19828
|
+
}, P_ = /* @__PURE__ */ a("span", { class: "label-text" }, [
|
19819
19829
|
/* @__PURE__ */ a("span", null, "Range Value:")
|
19820
|
-
], -1),
|
19830
|
+
], -1), V_ = ["disabled"], A_ = { for: "range-slider" }, E_ = /* @__PURE__ */ a("span", { class: "label-text hidden" }, [
|
19821
19831
|
/* @__PURE__ */ a("span", null, "Range Value")
|
19822
|
-
], -1),
|
19832
|
+
], -1), H_ = ["disabled"], q_ = /* @__PURE__ */ a("hr", null, null, -1), R_ = /* @__PURE__ */ a("h2", null, "Toggle-Switches", -1), N_ = /* @__PURE__ */ a("h3", null, "Switches without switch-labels", -1), U_ = /* @__PURE__ */ a("h3", null, "Switches with switch-labels", -1), j_ = /* @__PURE__ */ a("br", null, null, -1), z_ = /* @__PURE__ */ a("br", null, null, -1), G_ = /* @__PURE__ */ a("h2", null, "Checkboxes and Radiobuttons", -1), W_ = /* @__PURE__ */ a("h3", null, "Checkboxes [native]", -1), K_ = { class: "label inline" }, J_ = /* @__PURE__ */ a("span", { class: "label-text" }, "Label for native checkboxes:", -1), Y_ = { class: "flex-container no-flex" }, Z_ = /* @__PURE__ */ a("a", { href: "#" }, "link", -1), Q_ = /* @__PURE__ */ a("h3", null, "Checkboxes (replaced)", -1), X_ = { class: "label inline" }, $_ = /* @__PURE__ */ a("span", { class: "label-text" }, "Label for Replaced Input-Type-Checkbox:", -1), eC = { class: "flex-container no-flex" }, tC = /* @__PURE__ */ a("h3", null, "Radiobuttons [native]", -1), nC = { class: "label inline" }, iC = /* @__PURE__ */ a("span", { class: "label-text" }, "Label for native radiobuttons:", -1), oC = { class: "flex-container no-flex" }, lC = /* @__PURE__ */ a("h3", null, "Radiobuttons (replaced)", -1), sC = { class: "label inline" }, aC = /* @__PURE__ */ a("span", { class: "label-text" }, "Label for Replaced Input-Type-Radio:", -1), rC = { class: "flex-container no-flex" }, dC = {
|
19823
19833
|
class: "headline-demopage",
|
19824
19834
|
id: "section-input-group"
|
19825
19835
|
}, cC = /* @__PURE__ */ a("dt", null, "Selected value:", -1), uC = /* @__PURE__ */ a("h3", null, "Input Groups with Checkboxes/Radiobuttons (toggle-switches)", -1), mC = /* @__PURE__ */ a("dt", null, "Selected value(s):", -1), hC = /* @__PURE__ */ a("dt", null, "Selected value(s):", -1), pC = /* @__PURE__ */ a("dt", null, "Selected value(s):", -1), fC = /* @__PURE__ */ a("dt", null, "Selected value(s):", -1), gC = { class: "flex-container" }, yC = /* @__PURE__ */ a("small", null, "(values will not be submitted with the form!)", -1), bC = { class: "button-wrapper no-flex" }, xC = ["disabled"], _C = /* @__PURE__ */ a("span", { class: "icon-check" }, null, -1), CC = /* @__PURE__ */ a("span", null, "Native submit-button", -1), wC = [
|
@@ -19831,9 +19841,9 @@ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
|
|
19831
19841
|
}, vC = /* @__PURE__ */ a("span", null, "Bank Account Data", -1), TC = {
|
19832
19842
|
class: "headline-demopage",
|
19833
19843
|
id: "section-basic-form"
|
19834
|
-
}, SC = /* @__PURE__ */ a("span", null, "Basic Form", -1), OC = /* @__PURE__ */ a("dt", null, "originalEvent", -1), LC = /* @__PURE__ */ a("dt", null, "formdata", -1), IC = /* @__PURE__ */ a("h2", { class: "headline-demopage" }, "Boxes", -1), BC = { class: "headline-demopage" }, FC = /* @__PURE__ */ a("span", null, "Default Box", -1), DC = /* @__PURE__ */ a("h4", null, " Texts given by slots ", -1), MC = /* @__PURE__ */ a("p", null, " This content with paragraphs inside is placed inside the box-body. ", -1),
|
19844
|
+
}, SC = /* @__PURE__ */ a("span", null, "Basic Form", -1), OC = /* @__PURE__ */ a("dt", null, "originalEvent", -1), LC = /* @__PURE__ */ a("dt", null, "formdata", -1), IC = /* @__PURE__ */ a("h2", { class: "headline-demopage" }, "Boxes", -1), BC = { class: "headline-demopage" }, FC = /* @__PURE__ */ a("span", null, "Default Box", -1), DC = /* @__PURE__ */ a("h4", null, " Texts given by slots ", -1), MC = /* @__PURE__ */ a("p", null, " This content with paragraphs inside is placed inside the box-body. ", -1), PC = /* @__PURE__ */ a("p", null, [
|
19835
19845
|
/* @__PURE__ */ a("strong", null, "Header, Content/Body and Footer of this box are given by slots.")
|
19836
|
-
], -1),
|
19846
|
+
], -1), VC = /* @__PURE__ */ a("p", null, "Additionally 'allowContentToScroll' is active, which enables (as far as a max-height is defined) the content of this box to scroll", -1), AC = /* @__PURE__ */ a("p", null, " Footer content ", -1), EC = /* @__PURE__ */ a("h4", null, " Texts given by slots ", -1), HC = /* @__PURE__ */ a("p", null, " This content with paragraphs inside is placed inside the box-body. ", -1), qC = /* @__PURE__ */ a("p", null, [
|
19837
19847
|
/* @__PURE__ */ a("strong", null, "Header, Content/Body and Footer of this box are given by slots.")
|
19838
19848
|
], -1), RC = /* @__PURE__ */ a("p", null, "Additionally 'allowContentToScroll' is active, which enables (as far as a max-height is defined) the content of this box to scroll", -1), NC = /* @__PURE__ */ a("p", null, " Footer content ", -1), UC = /* @__PURE__ */ a("h4", null, " Box with inputs ", -1), jC = /* @__PURE__ */ a("p", null, " footer content ", -1), zC = /* @__PURE__ */ a("h4", null, " Box with links ", -1), GC = { class: "navigation" }, WC = /* @__PURE__ */ a("p", null, " footer content ", -1), KC = /* @__PURE__ */ a("h4", null, " Collapsible box with image ", -1), JC = /* @__PURE__ */ a("img", {
|
19839
19849
|
src: xo,
|
@@ -19867,27 +19877,27 @@ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
|
|
19867
19877
|
class: "headline-demopage",
|
19868
19878
|
id: "section-fancybox"
|
19869
19879
|
}, "Fancybox", -1), kw = /* @__PURE__ */ a("h3", null, "FancyBox with text", -1), vw = /* @__PURE__ */ a("h3", null, "FancyBox with large image given by url", -1), Tw = /* @__PURE__ */ a("img", {
|
19870
|
-
src:
|
19880
|
+
src: k1,
|
19871
19881
|
alt: "Alternative text"
|
19872
19882
|
}, null, -1), Sw = [
|
19873
19883
|
Tw
|
19874
19884
|
], Ow = /* @__PURE__ */ a("h3", null, "FancyBox with large image given by property", -1), Lw = /* @__PURE__ */ a("img", {
|
19875
|
-
src:
|
19885
|
+
src: v1,
|
19876
19886
|
alt: "Alternative text"
|
19877
19887
|
}, null, -1), Iw = [
|
19878
19888
|
Lw
|
19879
19889
|
], Bw = /* @__PURE__ */ a("h3", null, "FancyBox with image as object give by property", -1), Fw = /* @__PURE__ */ a("img", {
|
19880
|
-
src:
|
19890
|
+
src: T1,
|
19881
19891
|
alt: "Alternative text"
|
19882
19892
|
}, null, -1), Dw = [
|
19883
19893
|
Fw
|
19884
19894
|
], Mw = /* @__PURE__ */ a("h2", {
|
19885
19895
|
class: "headline-demopage",
|
19886
19896
|
id: "section-google-maps"
|
19887
|
-
}, "Google Maps™", -1),
|
19897
|
+
}, "Google Maps™", -1), Pw = {
|
19888
19898
|
class: "headline-demopage",
|
19889
19899
|
id: "section-headlines"
|
19890
|
-
},
|
19900
|
+
}, Vw = /* @__PURE__ */ a("span", null, "Headlines", -1), Aw = /* @__PURE__ */ a("br", null, null, -1), Ew = /* @__PURE__ */ a("h2", {
|
19891
19901
|
class: "headline-demopage",
|
19892
19902
|
id: "section-icons"
|
19893
19903
|
}, "Icons", -1), Hw = /* @__PURE__ */ a("span", null, "Icon from local iconfont", -1), qw = /* @__PURE__ */ a("span", null, "Icon from iconify-api (icomoon-font)", -1), Rw = /* @__PURE__ */ a("span", null, "Icon from iconify-api (bootstrap-font)", -1), Nw = /* @__PURE__ */ a("span", null, "Icon from iconify-api (material-design-font)", -1), Uw = /* @__PURE__ */ a("span", null, "Icon from iconify-api (font-awesome-solid-font)", -1), jw = {
|
@@ -19971,7 +19981,7 @@ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
|
|
19971
19981
|
], -1), Mk = {
|
19972
19982
|
class: "headline-demopage",
|
19973
19983
|
id: "section-tables"
|
19974
|
-
},
|
19984
|
+
}, Pk = /* @__PURE__ */ a("span", null, "Tables", -1), Vk = /* @__PURE__ */ a("h3", null, "Table as wide as its content (with caption)", -1), Ak = /* @__PURE__ */ a("h3", null, "Table as wide as possible", -1), Ek = {
|
19975
19985
|
class: "headline-demopage",
|
19976
19986
|
id: "section-tabs"
|
19977
19987
|
}, Hk = /* @__PURE__ */ a("span", null, "Tabs", -1), qk = /* @__PURE__ */ a("h4", null, "Tab 1 headline", -1), Rk = /* @__PURE__ */ a("p", null, "Slot-Content Tab 1", -1), Nk = /* @__PURE__ */ a("h4", null, "Tab 2 headline", -1), Uk = /* @__PURE__ */ a("p", null, "Slot-Content Tab 2", -1), jk = /* @__PURE__ */ a("h4", null, "Tab 3 headline", -1), zk = /* @__PURE__ */ a("p", null, "Slot-Content Tab 3", -1), Gk = {
|
@@ -19997,12 +20007,12 @@ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
|
|
19997
20007
|
id: "content"
|
19998
20008
|
}, uv = /* @__PURE__ */ a("h1", { class: "headline-demopage" }, "Page Overview", -1);
|
19999
20009
|
function mv(e, n, t, s, i, o) {
|
20000
|
-
const d = bn, c = Mi, u = tf, g = gn, p =
|
20010
|
+
const d = bn, c = Mi, u = tf, g = gn, p = Vi, f = cf, C = yo, b = Li, L = Ei, v = te, B = Ai, F = Jp, D = Ni, M = Ii, G = gr, j = kr, V = Di, N = Pi, J = gu, $ = Ri, Z = Y, ee = W, se = Ce, ce = Dm, ue = qm, ne = Re, A = dh, ae = Ui, ie = _e("router-view"), Le = Lh, Ie = Mh, we = rp, Be = Ap, Fe = Np, De = _p, ke = sf, re = _f, it = Bf, ot = ji, lt = $g, st = et, ze = ay, at = fy, qe = ky, K = Bi, Co = Oy, Bt = Si, wo = Mx, ko = bo, vo = ju, To = Eu, So = Dd, Oo = Rx, Lo = Po("fancybox");
|
20001
20011
|
return X((l(), r("div", {
|
20002
20012
|
class: "page-wrapper",
|
20003
20013
|
id: o.templateId
|
20004
20014
|
}, [
|
20005
|
-
|
20015
|
+
L1,
|
20006
20016
|
i.showLeftSidebar ? (l(), w(u, {
|
20007
20017
|
key: 0,
|
20008
20018
|
cmdHeadline: { headlineText: "Site Settings", headlineLevel: 3, textAlign: "center" },
|
@@ -20026,19 +20036,19 @@ function mv(e, n, t, s, i, o) {
|
|
20026
20036
|
onToggleCollapse: (z) => x.boxToggled(0, z)
|
20027
20037
|
}, {
|
20028
20038
|
body: k(() => [
|
20029
|
-
a("label",
|
20030
|
-
|
20039
|
+
a("label", I1, [
|
20040
|
+
B1,
|
20031
20041
|
X(a("select", {
|
20032
20042
|
id: "select-template",
|
20033
20043
|
"onUpdate:modelValue": n[0] || (n[0] = (z) => i.selectedTemplate = z)
|
20034
|
-
},
|
20035
|
-
[
|
20044
|
+
}, A1, 512), [
|
20045
|
+
[Vo, i.selectedTemplate]
|
20036
20046
|
])
|
20037
20047
|
]),
|
20038
20048
|
a("div", null, [
|
20039
|
-
|
20040
|
-
a("div",
|
20041
|
-
a("label",
|
20049
|
+
E1,
|
20050
|
+
a("div", H1, [
|
20051
|
+
a("label", q1, [
|
20042
20052
|
X(a("input", {
|
20043
20053
|
type: "radio",
|
20044
20054
|
id: "default-color-scheme",
|
@@ -20048,9 +20058,9 @@ function mv(e, n, t, s, i, o) {
|
|
20048
20058
|
}, null, 512), [
|
20049
20059
|
[Dt, i.colorScheme]
|
20050
20060
|
]),
|
20051
|
-
|
20061
|
+
R1
|
20052
20062
|
]),
|
20053
|
-
a("label",
|
20063
|
+
a("label", N1, [
|
20054
20064
|
X(a("input", {
|
20055
20065
|
type: "radio",
|
20056
20066
|
id: "light-mode",
|
@@ -20060,9 +20070,9 @@ function mv(e, n, t, s, i, o) {
|
|
20060
20070
|
}, null, 512), [
|
20061
20071
|
[Dt, i.colorScheme]
|
20062
20072
|
]),
|
20063
|
-
|
20073
|
+
U1
|
20064
20074
|
]),
|
20065
|
-
a("label",
|
20075
|
+
a("label", j1, [
|
20066
20076
|
X(a("input", {
|
20067
20077
|
type: "radio",
|
20068
20078
|
id: "dark-mode",
|
@@ -20072,7 +20082,7 @@ function mv(e, n, t, s, i, o) {
|
|
20072
20082
|
}, null, 512), [
|
20073
20083
|
[Dt, i.colorScheme]
|
20074
20084
|
]),
|
20075
|
-
|
20085
|
+
z1
|
20076
20086
|
])
|
20077
20087
|
])
|
20078
20088
|
])
|
@@ -20097,7 +20107,7 @@ function mv(e, n, t, s, i, o) {
|
|
20097
20107
|
href: o.sectionName(z),
|
20098
20108
|
onClick: (yv) => o.updateSettingsSidebar(o.componentNameWithPrefix(z)),
|
20099
20109
|
title: "Go to component"
|
20100
|
-
}, y(o.readableComponentName(z)), 9,
|
20110
|
+
}, y(o.readableComponentName(z)), 9, G1)
|
20101
20111
|
], 2))), 128))
|
20102
20112
|
])
|
20103
20113
|
]),
|
@@ -20159,37 +20169,37 @@ function mv(e, n, t, s, i, o) {
|
|
20159
20169
|
]),
|
20160
20170
|
_: 1
|
20161
20171
|
}, 8, ["openBoxesByDefault"]),
|
20162
|
-
a("dl",
|
20163
|
-
|
20172
|
+
a("dl", W1, [
|
20173
|
+
K1,
|
20164
20174
|
a("dd", null, y(i.packageJson.dependencies["comand-frontend-framework"].replace("^", "")), 1),
|
20165
|
-
|
20175
|
+
J1,
|
20166
20176
|
a("dd", null, y(i.packageJson.version), 1)
|
20167
20177
|
])
|
20168
20178
|
]),
|
20169
20179
|
closed: k(() => [
|
20170
|
-
a("div",
|
20180
|
+
a("div", Y1, [
|
20171
20181
|
a("a", {
|
20172
20182
|
href: "#",
|
20173
20183
|
class: "button primary",
|
20174
20184
|
title: "Open Template Selection",
|
20175
20185
|
onClick: n[9] || (n[9] = T((x) => o.openBox(0), ["prevent"]))
|
20176
|
-
},
|
20186
|
+
}, Q1),
|
20177
20187
|
a("a", {
|
20178
20188
|
href: "#",
|
20179
20189
|
class: "button primary",
|
20180
20190
|
title: "Open Components Overview",
|
20181
20191
|
onClick: n[10] || (n[10] = T((x) => o.openBox(1), ["prevent"]))
|
20182
|
-
}, $
|
20192
|
+
}, $1),
|
20183
20193
|
a("a", {
|
20184
20194
|
href: "#",
|
20185
20195
|
class: "button primary",
|
20186
20196
|
title: "Open Page-Templates",
|
20187
20197
|
onClick: n[11] || (n[11] = T((x) => o.openBox(2), ["prevent"]))
|
20188
|
-
},
|
20198
|
+
}, t_),
|
20189
20199
|
a("a", {
|
20190
20200
|
href: "#",
|
20191
20201
|
onClick: n[12] || (n[12] = T((x) => i.showLeftSidebar = !1, ["prevent"]))
|
20192
|
-
},
|
20202
|
+
}, i_)
|
20193
20203
|
])
|
20194
20204
|
]),
|
20195
20205
|
_: 1
|
@@ -20207,17 +20217,17 @@ function mv(e, n, t, s, i, o) {
|
|
20207
20217
|
]),
|
20208
20218
|
_: 1
|
20209
20219
|
}),
|
20210
|
-
i.componentView ? (l(), r("main",
|
20220
|
+
i.componentView ? (l(), r("main", o_, [
|
20211
20221
|
h(C, null, {
|
20212
20222
|
default: k(() => [
|
20213
|
-
|
20223
|
+
l_
|
20214
20224
|
]),
|
20215
20225
|
_: 1
|
20216
20226
|
}),
|
20217
20227
|
h(C, null, {
|
20218
20228
|
default: k(() => [
|
20219
|
-
a("h2",
|
20220
|
-
|
20229
|
+
a("h2", s_, [
|
20230
|
+
a_,
|
20221
20231
|
a("a", {
|
20222
20232
|
href: "#",
|
20223
20233
|
class: "button small icon-cog",
|
@@ -20225,7 +20235,7 @@ function mv(e, n, t, s, i, o) {
|
|
20225
20235
|
onClick: n[13] || (n[13] = T((x) => o.openSettingsSidebar("CmdAddressData"), ["prevent"]))
|
20226
20236
|
})
|
20227
20237
|
]),
|
20228
|
-
a("div",
|
20238
|
+
a("div", r_, [
|
20229
20239
|
h(b, I({
|
20230
20240
|
ref: "CmdAddressData",
|
20231
20241
|
addressData: i.addressData
|
@@ -20236,10 +20246,10 @@ function mv(e, n, t, s, i, o) {
|
|
20236
20246
|
}),
|
20237
20247
|
h(C, null, {
|
20238
20248
|
default: k(() => [
|
20239
|
-
|
20240
|
-
|
20241
|
-
a("div",
|
20242
|
-
a("ul",
|
20249
|
+
d_,
|
20250
|
+
c_,
|
20251
|
+
a("div", u_, [
|
20252
|
+
a("ul", m_, [
|
20243
20253
|
a("li", null, [
|
20244
20254
|
a("a", {
|
20245
20255
|
href: "#",
|
@@ -20248,7 +20258,7 @@ function mv(e, n, t, s, i, o) {
|
|
20248
20258
|
id: "status-default"
|
20249
20259
|
}, " Default ", 2)
|
20250
20260
|
]),
|
20251
|
-
a("li",
|
20261
|
+
a("li", h_, [
|
20252
20262
|
a("a", {
|
20253
20263
|
href: "#",
|
20254
20264
|
onClick: n[15] || (n[15] = T((x) => o.setStatus("error", !1), ["prevent"])),
|
@@ -20301,10 +20311,10 @@ function mv(e, n, t, s, i, o) {
|
|
20301
20311
|
novalidate: "novalidate"
|
20302
20312
|
}, {
|
20303
20313
|
default: k(() => [
|
20304
|
-
a("fieldset",
|
20305
|
-
|
20306
|
-
a("h2",
|
20307
|
-
|
20314
|
+
a("fieldset", p_, [
|
20315
|
+
f_,
|
20316
|
+
a("h2", g_, [
|
20317
|
+
y_,
|
20308
20318
|
a("a", {
|
20309
20319
|
href: "#",
|
20310
20320
|
class: "button small icon-cog",
|
@@ -20316,7 +20326,7 @@ function mv(e, n, t, s, i, o) {
|
|
20316
20326
|
status: i.validationStatus,
|
20317
20327
|
disabled: i.disabledStatus
|
20318
20328
|
}), null, 16, ["status", "disabled"]),
|
20319
|
-
a("div",
|
20329
|
+
a("div", b_, [
|
20320
20330
|
h(v, {
|
20321
20331
|
labelText: "Input for datalist:",
|
20322
20332
|
element: "input",
|
@@ -20328,7 +20338,7 @@ function mv(e, n, t, s, i, o) {
|
|
20328
20338
|
tooltipText: "This is a tooltip"
|
20329
20339
|
}, null, 8, ["status", "disabled", "datalist"])
|
20330
20340
|
]),
|
20331
|
-
a("div",
|
20341
|
+
a("div", x_, [
|
20332
20342
|
h(v, I({
|
20333
20343
|
labelText: "Input (type search (without search-button)):",
|
20334
20344
|
element: "input",
|
@@ -20350,8 +20360,8 @@ function mv(e, n, t, s, i, o) {
|
|
20350
20360
|
tooltipText: "This is a tooltip"
|
20351
20361
|
}, { useCustomTooltip: !1 }), null, 16, ["status", "disabled"])
|
20352
20362
|
]),
|
20353
|
-
|
20354
|
-
a("div",
|
20363
|
+
__,
|
20364
|
+
a("div", C_, [
|
20355
20365
|
h(v, {
|
20356
20366
|
element: "input",
|
20357
20367
|
type: "text",
|
@@ -20365,7 +20375,7 @@ function mv(e, n, t, s, i, o) {
|
|
20365
20375
|
disabled: i.disabledStatus
|
20366
20376
|
}, {
|
20367
20377
|
labeltext: k(() => [
|
20368
|
-
|
20378
|
+
w_
|
20369
20379
|
]),
|
20370
20380
|
_: 1
|
20371
20381
|
}, 8, ["modelValue", "status", "disabled"]),
|
@@ -20397,7 +20407,7 @@ function mv(e, n, t, s, i, o) {
|
|
20397
20407
|
disabled: i.disabledStatus
|
20398
20408
|
}, null, 8, ["modelValue", "status", "disabled"])
|
20399
20409
|
]),
|
20400
|
-
a("div",
|
20410
|
+
a("div", k_, [
|
20401
20411
|
h(v, {
|
20402
20412
|
labelText: "Label for emailfield (with icon):",
|
20403
20413
|
element: "input",
|
@@ -20508,9 +20518,9 @@ function mv(e, n, t, s, i, o) {
|
|
20508
20518
|
status: i.validationStatus,
|
20509
20519
|
disabled: i.disabledStatus
|
20510
20520
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
20511
|
-
|
20512
|
-
a("h3",
|
20513
|
-
|
20521
|
+
v_,
|
20522
|
+
a("h3", T_, [
|
20523
|
+
S_,
|
20514
20524
|
a("a", {
|
20515
20525
|
href: "#",
|
20516
20526
|
class: "button small icon-cog",
|
@@ -20518,7 +20528,7 @@ function mv(e, n, t, s, i, o) {
|
|
20518
20528
|
onClick: n[33] || (n[33] = T((x) => o.openSettingsSidebar("CmdFakeSelect"), ["prevent"]))
|
20519
20529
|
})
|
20520
20530
|
]),
|
20521
|
-
a("div",
|
20531
|
+
a("div", O_, [
|
20522
20532
|
h(B, I({ ref: "CmdFakeSelect" }, e.cmdFakeSelectSettingsData, {
|
20523
20533
|
selectData: i.fakeSelectOptionsData,
|
20524
20534
|
modelValue: i.fakeSelectDefault,
|
@@ -20570,21 +20580,21 @@ function mv(e, n, t, s, i, o) {
|
|
20570
20580
|
type: "color"
|
20571
20581
|
}, null, 8, ["status", "disabled", "selectData", "modelValue"])
|
20572
20582
|
]),
|
20573
|
-
|
20574
|
-
|
20583
|
+
L_,
|
20584
|
+
I_,
|
20575
20585
|
h(F, {
|
20576
20586
|
labelText: "Progress Bar (with optional output):",
|
20577
20587
|
id: "progress-bar2",
|
20578
20588
|
max: "100"
|
20579
20589
|
}),
|
20580
|
-
|
20590
|
+
B_,
|
20581
20591
|
a("div", {
|
20582
20592
|
class: _(["label", i.validationStatus])
|
20583
20593
|
}, [
|
20584
|
-
|
20585
|
-
a("span",
|
20586
|
-
a("label",
|
20587
|
-
|
20594
|
+
F_,
|
20595
|
+
a("span", D_, [
|
20596
|
+
a("label", M_, [
|
20597
|
+
P_,
|
20588
20598
|
X(a("input", {
|
20589
20599
|
type: "number",
|
20590
20600
|
class: _(i.validationStatus),
|
@@ -20593,12 +20603,12 @@ function mv(e, n, t, s, i, o) {
|
|
20593
20603
|
min: "0",
|
20594
20604
|
max: "100",
|
20595
20605
|
id: "range-value"
|
20596
|
-
}, null, 10,
|
20606
|
+
}, null, 10, V_), [
|
20597
20607
|
[Nt, i.rangeValue]
|
20598
20608
|
])
|
20599
20609
|
]),
|
20600
|
-
a("label",
|
20601
|
-
|
20610
|
+
a("label", A_, [
|
20611
|
+
E_,
|
20602
20612
|
X(a("input", {
|
20603
20613
|
type: "range",
|
20604
20614
|
class: "range-slider",
|
@@ -20607,15 +20617,15 @@ function mv(e, n, t, s, i, o) {
|
|
20607
20617
|
disabled: i.disabledStatus,
|
20608
20618
|
min: "0",
|
20609
20619
|
max: "100"
|
20610
|
-
}, null, 8,
|
20620
|
+
}, null, 8, H_), [
|
20611
20621
|
[Nt, i.rangeValue]
|
20612
20622
|
])
|
20613
20623
|
])
|
20614
20624
|
])
|
20615
20625
|
], 2),
|
20616
|
-
|
20617
|
-
|
20618
|
-
|
20626
|
+
q_,
|
20627
|
+
R_,
|
20628
|
+
N_,
|
20619
20629
|
h(v, {
|
20620
20630
|
element: "input",
|
20621
20631
|
type: "checkbox",
|
@@ -20640,7 +20650,7 @@ function mv(e, n, t, s, i, o) {
|
|
20640
20650
|
status: i.validationStatus,
|
20641
20651
|
disabled: i.disabledStatus
|
20642
20652
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
20643
|
-
|
20653
|
+
U_,
|
20644
20654
|
h(v, {
|
20645
20655
|
element: "input",
|
20646
20656
|
type: "checkbox",
|
@@ -20715,16 +20725,16 @@ function mv(e, n, t, s, i, o) {
|
|
20715
20725
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
20716
20726
|
a("p", null, [
|
20717
20727
|
E(" checkbox (required) with boolean: " + y(i.checkboxRequiredValue), 1),
|
20718
|
-
|
20728
|
+
j_,
|
20719
20729
|
E(" checkbox with boolean: " + y(i.checkboxValue), 1),
|
20720
|
-
|
20730
|
+
z_,
|
20721
20731
|
E(" checkboxes with values: " + y(i.checkboxValues), 1)
|
20722
20732
|
]),
|
20723
|
-
|
20724
|
-
|
20725
|
-
a("div",
|
20726
|
-
|
20727
|
-
a("div",
|
20733
|
+
G_,
|
20734
|
+
W_,
|
20735
|
+
a("div", K_, [
|
20736
|
+
J_,
|
20737
|
+
a("div", Y_, [
|
20728
20738
|
h(v, {
|
20729
20739
|
element: "input",
|
20730
20740
|
labelText: "Label for checkbox with boolean",
|
@@ -20769,16 +20779,16 @@ function mv(e, n, t, s, i, o) {
|
|
20769
20779
|
}, {
|
20770
20780
|
labeltext: k(() => [
|
20771
20781
|
E(" Labeltext with "),
|
20772
|
-
|
20782
|
+
Z_,
|
20773
20783
|
E(" given by slot ")
|
20774
20784
|
]),
|
20775
20785
|
_: 1
|
20776
20786
|
}, 8, ["modelValue", "status", "disabled"])
|
20777
20787
|
])
|
20778
20788
|
]),
|
20779
|
-
|
20780
|
-
a("div",
|
20781
|
-
$
|
20789
|
+
Q_,
|
20790
|
+
a("div", X_, [
|
20791
|
+
$_,
|
20782
20792
|
a("div", eC, [
|
20783
20793
|
h(v, {
|
20784
20794
|
element: "input",
|
@@ -21042,10 +21052,9 @@ function mv(e, n, t, s, i, o) {
|
|
21042
21052
|
onClick: n[67] || (n[67] = T((x) => o.openSettingsSidebar("CmdBasicForm"), ["prevent"]))
|
21043
21053
|
})
|
21044
21054
|
]),
|
21045
|
-
h(
|
21055
|
+
h(V, {
|
21046
21056
|
ref: "CmdBasicForm",
|
21047
|
-
|
21048
|
-
onSubmit: o.sendBasicForm,
|
21057
|
+
cmdForm: { useValidation: !0 },
|
21049
21058
|
userMessage: {
|
21050
21059
|
required: !1,
|
21051
21060
|
element: "textarea",
|
@@ -21054,7 +21063,7 @@ function mv(e, n, t, s, i, o) {
|
|
21054
21063
|
submitButton: {
|
21055
21064
|
text: "Send request"
|
21056
21065
|
}
|
21057
|
-
}, null,
|
21066
|
+
}, null, 512),
|
21058
21067
|
a("dl", null, [
|
21059
21068
|
OC,
|
21060
21069
|
a("dd", null, y(i.basicFormData.originalEvent), 1),
|
@@ -21087,8 +21096,8 @@ function mv(e, n, t, s, i, o) {
|
|
21087
21096
|
]),
|
21088
21097
|
body: k(() => [
|
21089
21098
|
MC,
|
21090
|
-
|
21091
|
-
|
21099
|
+
PC,
|
21100
|
+
VC
|
21092
21101
|
]),
|
21093
21102
|
footer: k(() => [
|
21094
21103
|
AC
|
@@ -21545,8 +21554,8 @@ function mv(e, n, t, s, i, o) {
|
|
21545
21554
|
}),
|
21546
21555
|
h(C, null, {
|
21547
21556
|
default: k(() => [
|
21548
|
-
a("h2",
|
21549
|
-
|
21557
|
+
a("h2", Pw, [
|
21558
|
+
Vw,
|
21550
21559
|
a("a", {
|
21551
21560
|
href: "#",
|
21552
21561
|
class: "button small icon-cog",
|
@@ -22048,7 +22057,7 @@ function mv(e, n, t, s, i, o) {
|
|
22048
22057
|
h(C, null, {
|
22049
22058
|
default: k(() => [
|
22050
22059
|
a("h2", Mk, [
|
22051
|
-
|
22060
|
+
Pk,
|
22052
22061
|
a("a", {
|
22053
22062
|
href: "#",
|
22054
22063
|
class: "button small icon-cog",
|
@@ -22056,7 +22065,7 @@ function mv(e, n, t, s, i, o) {
|
|
22056
22065
|
onClick: n[110] || (n[110] = T((x) => o.openSettingsSidebar("CmdTable"), ["prevent"]))
|
22057
22066
|
})
|
22058
22067
|
]),
|
22059
|
-
|
22068
|
+
Vk,
|
22060
22069
|
h(ze, I({ ref: "CmdTable" }, e.cmdTableSettingsData, { "table-data": i.tableDataLarge }), null, 16, ["table-data"]),
|
22061
22070
|
Ak,
|
22062
22071
|
h(ze, {
|
@@ -22341,11 +22350,11 @@ function mv(e, n, t, s, i, o) {
|
|
22341
22350
|
]),
|
22342
22351
|
_: 1
|
22343
22352
|
}, 8, ["openSidebar", "onToggleSidebar"])) : m("", !0)
|
22344
|
-
], 8,
|
22353
|
+
], 8, O1)), [
|
22345
22354
|
[Lo]
|
22346
22355
|
]);
|
22347
22356
|
}
|
22348
|
-
const _v = /* @__PURE__ */
|
22357
|
+
const _v = /* @__PURE__ */ P(S1, [["render", mv]]), Cv = {
|
22349
22358
|
// el = real dom-element
|
22350
22359
|
mounted(e) {
|
22351
22360
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
@@ -22457,8 +22466,8 @@ export {
|
|
22457
22466
|
Di as CmdBasicForm,
|
22458
22467
|
bn as CmdBox,
|
22459
22468
|
Mi as CmdBoxWrapper,
|
22460
|
-
|
22461
|
-
|
22469
|
+
Pi as CmdBreadcrumbs,
|
22470
|
+
Vi as CmdCompanyLogo,
|
22462
22471
|
gu as CmdContainer,
|
22463
22472
|
Eu as CmdCookieDisclaimer,
|
22464
22473
|
ju as CmdCopyrightInformation,
|