comand-component-library 4.2.82 → 4.2.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as Yn, h as dn, resolveComponent as de, createBlock as C, createElementBlock as r, openBlock as a, normalizeClass as b, resolveDynamicComponent as Te, withModifiers as w, withCtx as x, renderSlot as F, withDirectives as W, createElementVNode as o, createCommentVNode as m, createVNode as f, vShow as te, Fragment as T, toDisplayString as
|
|
1
|
+
import { defineComponent as Yn, h as dn, resolveComponent as de, createBlock as C, createElementBlock as r, openBlock as a, normalizeClass as b, resolveDynamicComponent as Te, withModifiers as w, withCtx as x, renderSlot as F, withDirectives as W, createElementVNode as o, createCommentVNode as m, createVNode as f, vShow as te, Fragment as T, toDisplayString as y, getCurrentInstance as ql, normalizeProps as A, mergeProps as S, createTextVNode as D, renderList as M, Transition as pe, vModelDynamic as Rl, toHandlers as xt, TransitionGroup as At, createApp as jl, guardReactiveProps as ce, normalizeStyle as Ke, useCssVars as Jn, createStaticVNode as Ul, vModelText as Ct, resolveDirective as Nl, vModelSelect as zl, vModelRadio as ct, onBeforeUpdate as Wl, onMounted as Gl, onUnmounted as Kl, reactive as Yl } from "vue";
|
|
2
2
|
const Fe = /^[a-z0-9]+(-[a-z0-9]+)*$/, Qe = (e, t, n, s = "") => {
|
|
3
3
|
const i = e.split(":");
|
|
4
4
|
if (e.slice(0, 1) === "@") {
|
|
@@ -14,7 +14,7 @@ const Fe = /^[a-z0-9]+(-[a-z0-9]+)*$/, Qe = (e, t, n, s = "") => {
|
|
|
14
14
|
prefix: u,
|
|
15
15
|
name: c
|
|
16
16
|
};
|
|
17
|
-
return t && !
|
|
17
|
+
return t && !Ue(h) ? null : h;
|
|
18
18
|
}
|
|
19
19
|
const l = i[0], d = l.split("-");
|
|
20
20
|
if (d.length > 1) {
|
|
@@ -23,7 +23,7 @@ const Fe = /^[a-z0-9]+(-[a-z0-9]+)*$/, Qe = (e, t, n, s = "") => {
|
|
|
23
23
|
prefix: d.shift(),
|
|
24
24
|
name: d.join("-")
|
|
25
25
|
};
|
|
26
|
-
return t && !
|
|
26
|
+
return t && !Ue(c) ? null : c;
|
|
27
27
|
}
|
|
28
28
|
if (n && s === "") {
|
|
29
29
|
const c = {
|
|
@@ -31,10 +31,10 @@ const Fe = /^[a-z0-9]+(-[a-z0-9]+)*$/, Qe = (e, t, n, s = "") => {
|
|
|
31
31
|
prefix: "",
|
|
32
32
|
name: l
|
|
33
33
|
};
|
|
34
|
-
return t && !
|
|
34
|
+
return t && !Ue(c, n) ? null : c;
|
|
35
35
|
}
|
|
36
36
|
return null;
|
|
37
|
-
},
|
|
37
|
+
}, Ue = (e, t) => e ? !!((e.provider === "" || e.provider.match(Fe)) && (t && e.prefix === "" || e.prefix.match(Fe)) && e.name.match(Fe)) : !1, Zn = Object.freeze(
|
|
38
38
|
{
|
|
39
39
|
left: 0,
|
|
40
40
|
top: 0,
|
|
@@ -168,19 +168,19 @@ function eo(e, t, n) {
|
|
|
168
168
|
}
|
|
169
169
|
return !1;
|
|
170
170
|
}
|
|
171
|
-
let
|
|
171
|
+
let Me = !1;
|
|
172
172
|
function $n(e) {
|
|
173
|
-
return typeof e == "boolean" && (
|
|
173
|
+
return typeof e == "boolean" && (Me = e), Me;
|
|
174
174
|
}
|
|
175
175
|
function to(e) {
|
|
176
|
-
const t = typeof e == "string" ? Qe(e, !0,
|
|
176
|
+
const t = typeof e == "string" ? Qe(e, !0, Me) : e;
|
|
177
177
|
if (t) {
|
|
178
178
|
const n = be(t.provider, t.prefix), s = t.name;
|
|
179
179
|
return n.icons[s] || (n.missing.has(s) ? null : void 0);
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
function no(e, t) {
|
|
183
|
-
const n = Qe(e, !0,
|
|
183
|
+
const n = Qe(e, !0, Me);
|
|
184
184
|
if (!n)
|
|
185
185
|
return !1;
|
|
186
186
|
const s = be(n.provider, n.prefix);
|
|
@@ -189,14 +189,14 @@ function no(e, t) {
|
|
|
189
189
|
function ei(e, t) {
|
|
190
190
|
if (typeof e != "object")
|
|
191
191
|
return !1;
|
|
192
|
-
if (typeof t != "string" && (t = e.provider || ""),
|
|
192
|
+
if (typeof t != "string" && (t = e.provider || ""), Me && !t && !e.prefix) {
|
|
193
193
|
let i = !1;
|
|
194
194
|
return Xn(e) && (e.prefix = "", Qn(e, (l, d) => {
|
|
195
195
|
d && no(l, d) && (i = !0);
|
|
196
196
|
})), i;
|
|
197
197
|
}
|
|
198
198
|
const n = e.prefix;
|
|
199
|
-
if (!
|
|
199
|
+
if (!Ue({
|
|
200
200
|
provider: t,
|
|
201
201
|
prefix: n,
|
|
202
202
|
name: "a"
|
|
@@ -257,11 +257,11 @@ function oo(e, t) {
|
|
|
257
257
|
), L.push("scale(-1 1)"), i.top = i.left = 0) : V && (L.push(
|
|
258
258
|
"translate(" + (0 - i.left).toString() + " " + (i.height + i.top).toString() + ")"
|
|
259
259
|
), L.push("scale(1 -1)"), i.top = i.left = 0);
|
|
260
|
-
let
|
|
260
|
+
let N;
|
|
261
261
|
switch (q < 0 && (q -= Math.floor(q / 4) * 4), q = q % 4, q) {
|
|
262
262
|
case 1:
|
|
263
|
-
|
|
264
|
-
"rotate(90 " +
|
|
263
|
+
N = i.height / 2 + i.top, L.unshift(
|
|
264
|
+
"rotate(90 " + N.toString() + " " + N.toString() + ")"
|
|
265
265
|
);
|
|
266
266
|
break;
|
|
267
267
|
case 2:
|
|
@@ -270,12 +270,12 @@ function oo(e, t) {
|
|
|
270
270
|
);
|
|
271
271
|
break;
|
|
272
272
|
case 3:
|
|
273
|
-
|
|
274
|
-
"rotate(-90 " +
|
|
273
|
+
N = i.width / 2 + i.left, L.unshift(
|
|
274
|
+
"rotate(-90 " + N.toString() + " " + N.toString() + ")"
|
|
275
275
|
);
|
|
276
276
|
break;
|
|
277
277
|
}
|
|
278
|
-
q % 2 === 1 && (i.left !== i.top && (
|
|
278
|
+
q % 2 === 1 && (i.left !== i.top && (N = i.left, i.left = i.top, i.top = N), i.width !== i.height && (N = i.width, i.width = i.height, i.height = N)), L.length && (l = '<g transform="' + L.join(" ") + '">' + l + "</g>");
|
|
279
279
|
});
|
|
280
280
|
const d = s.width, c = s.height, u = i.width, h = i.height;
|
|
281
281
|
let p, v;
|
|
@@ -330,11 +330,11 @@ function Ht(e) {
|
|
|
330
330
|
const qt = /* @__PURE__ */ Object.create(null), Ie = [
|
|
331
331
|
"https://api.simplesvg.com",
|
|
332
332
|
"https://api.unisvg.com"
|
|
333
|
-
],
|
|
333
|
+
], Ne = [];
|
|
334
334
|
for (; Ie.length > 0; )
|
|
335
|
-
Ie.length === 1 || Math.random() > 0.5 ?
|
|
335
|
+
Ie.length === 1 || Math.random() > 0.5 ? Ne.push(Ie.shift()) : Ne.push(Ie.pop());
|
|
336
336
|
qt[""] = Ht({
|
|
337
|
-
resources: ["https://api.iconify.design"].concat(
|
|
337
|
+
resources: ["https://api.iconify.design"].concat(Ne)
|
|
338
338
|
});
|
|
339
339
|
function mo(e, t) {
|
|
340
340
|
const n = Ht(t);
|
|
@@ -585,7 +585,7 @@ function _o(e, t, n, s) {
|
|
|
585
585
|
abort: O
|
|
586
586
|
};
|
|
587
587
|
}
|
|
588
|
-
function
|
|
588
|
+
function N() {
|
|
589
589
|
u = "failed", I.forEach((H) => {
|
|
590
590
|
H(void 0, p);
|
|
591
591
|
});
|
|
@@ -608,11 +608,11 @@ function _o(e, t, n, s) {
|
|
|
608
608
|
return;
|
|
609
609
|
}
|
|
610
610
|
if (z === "abort") {
|
|
611
|
-
p = se,
|
|
611
|
+
p = se, N();
|
|
612
612
|
return;
|
|
613
613
|
}
|
|
614
614
|
if (ke) {
|
|
615
|
-
p = se, k.length || (d.length ? ge() :
|
|
615
|
+
p = se, k.length || (d.length ? ge() : N());
|
|
616
616
|
return;
|
|
617
617
|
}
|
|
618
618
|
if (L(), j(), !e.random) {
|
|
@@ -631,11 +631,11 @@ function _o(e, t, n, s) {
|
|
|
631
631
|
if (H === void 0) {
|
|
632
632
|
if (k.length) {
|
|
633
633
|
v = setTimeout(() => {
|
|
634
|
-
L(), u === "pending" && (j(),
|
|
634
|
+
L(), u === "pending" && (j(), N());
|
|
635
635
|
}, e.timeout);
|
|
636
636
|
return;
|
|
637
637
|
}
|
|
638
|
-
|
|
638
|
+
N();
|
|
639
639
|
return;
|
|
640
640
|
}
|
|
641
641
|
const z = {
|
|
@@ -749,9 +749,9 @@ const $e = {
|
|
|
749
749
|
local: /* @__PURE__ */ new Set(),
|
|
750
750
|
session: /* @__PURE__ */ new Set()
|
|
751
751
|
};
|
|
752
|
-
let
|
|
752
|
+
let Ut = !1;
|
|
753
753
|
function Bo(e) {
|
|
754
|
-
|
|
754
|
+
Ut = e;
|
|
755
755
|
}
|
|
756
756
|
let je = typeof window > "u" ? {} : window;
|
|
757
757
|
function ri(e) {
|
|
@@ -794,7 +794,7 @@ function di(e, t) {
|
|
|
794
794
|
l(c) || (c === d - 1 ? (d--, St(n, d)) : si[e].add(c));
|
|
795
795
|
}
|
|
796
796
|
function ui() {
|
|
797
|
-
if (!
|
|
797
|
+
if (!Ut) {
|
|
798
798
|
Bo(!0);
|
|
799
799
|
for (const e in $e)
|
|
800
800
|
di(e, (t) => {
|
|
@@ -822,7 +822,7 @@ function Do(e, t) {
|
|
|
822
822
|
return !0;
|
|
823
823
|
}
|
|
824
824
|
function Fo(e, t) {
|
|
825
|
-
|
|
825
|
+
Ut || ui();
|
|
826
826
|
function n(s) {
|
|
827
827
|
let i;
|
|
828
828
|
if (!$e[s] || !(i = ri(s)))
|
|
@@ -848,12 +848,12 @@ function Fo(e, t) {
|
|
|
848
848
|
}
|
|
849
849
|
function bn() {
|
|
850
850
|
}
|
|
851
|
-
function
|
|
851
|
+
function Po(e) {
|
|
852
852
|
e.iconsLoaderFlag || (e.iconsLoaderFlag = !0, setTimeout(() => {
|
|
853
853
|
e.iconsLoaderFlag = !1, vo(e);
|
|
854
854
|
}));
|
|
855
855
|
}
|
|
856
|
-
function
|
|
856
|
+
function Mo(e, t) {
|
|
857
857
|
e.iconsToLoad ? e.iconsToLoad = e.iconsToLoad.concat(t).sort() : e.iconsToLoad = t, e.iconsQueueFlag || (e.iconsQueueFlag = !0, setTimeout(() => {
|
|
858
858
|
e.iconsQueueFlag = !1;
|
|
859
859
|
const { provider: n, prefix: s } = e, i = e.iconsToLoad;
|
|
@@ -884,7 +884,7 @@ function Po(e, t) {
|
|
|
884
884
|
} catch (p) {
|
|
885
885
|
console.error(p);
|
|
886
886
|
}
|
|
887
|
-
|
|
887
|
+
Po(e);
|
|
888
888
|
});
|
|
889
889
|
});
|
|
890
890
|
}));
|
|
@@ -918,7 +918,7 @@ const Vo = (e, t) => {
|
|
|
918
918
|
I.has(v) || (I.add(v), i[h][p].push(v));
|
|
919
919
|
}), l.forEach((u) => {
|
|
920
920
|
const { provider: h, prefix: p } = u;
|
|
921
|
-
i[h][p].length &&
|
|
921
|
+
i[h][p].length && Mo(u, i[h][p]);
|
|
922
922
|
}), t ? wo(t, s, l) : bn;
|
|
923
923
|
};
|
|
924
924
|
function Ao(e, t) {
|
|
@@ -979,13 +979,13 @@ function Ro(e, t) {
|
|
|
979
979
|
function jo(e) {
|
|
980
980
|
return e.replace(/"/g, "'").replace(/%/g, "%25").replace(/#/g, "%23").replace(/</g, "%3C").replace(/>/g, "%3E").replace(/\s+/g, " ");
|
|
981
981
|
}
|
|
982
|
-
function
|
|
982
|
+
function Uo(e) {
|
|
983
983
|
return 'url("data:image/svg+xml,' + jo(e) + '")';
|
|
984
984
|
}
|
|
985
985
|
const xn = {
|
|
986
986
|
...ni,
|
|
987
987
|
inline: !1
|
|
988
|
-
},
|
|
988
|
+
}, No = {
|
|
989
989
|
xmlns: "http://www.w3.org/2000/svg",
|
|
990
990
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
991
991
|
"aria-hidden": !0,
|
|
@@ -1019,7 +1019,7 @@ function kn(e) {
|
|
|
1019
1019
|
return e + (e.match(/^[-0-9.]+$/) ? "px" : "");
|
|
1020
1020
|
}
|
|
1021
1021
|
const wn = (e, t) => {
|
|
1022
|
-
const n = Ao(xn, t), s = { ...
|
|
1022
|
+
const n = Ao(xn, t), s = { ...No }, i = t.mode || "svg", l = {}, d = t.style, c = typeof d == "object" && !(d instanceof Array) ? d : {};
|
|
1023
1023
|
for (let O in t) {
|
|
1024
1024
|
const V = t[O];
|
|
1025
1025
|
if (V !== void 0)
|
|
@@ -1075,7 +1075,7 @@ const wn = (e, t) => {
|
|
|
1075
1075
|
});
|
|
1076
1076
|
return s.style = {
|
|
1077
1077
|
...l,
|
|
1078
|
-
"--svg":
|
|
1078
|
+
"--svg": Uo(L),
|
|
1079
1079
|
width: kn(h.width),
|
|
1080
1080
|
height: kn(h.height),
|
|
1081
1081
|
...zo,
|
|
@@ -1512,7 +1512,7 @@ function ha(e, t, n, s, i, l) {
|
|
|
1512
1512
|
[te, l.active]
|
|
1513
1513
|
])
|
|
1514
1514
|
])) : (a(), r(T, { key: 1 }, [
|
|
1515
|
-
l.isOuterComponent ? (a(), r("p", aa,
|
|
1515
|
+
l.isOuterComponent ? (a(), r("p", aa, y(n.componentName), 1)) : m("", !0),
|
|
1516
1516
|
W(o("ul", {
|
|
1517
1517
|
class: "flex-container flex-items-flex-none action-buttons",
|
|
1518
1518
|
"data-component": n.componentName,
|
|
@@ -1818,9 +1818,9 @@ function wa(e, t, n, s, i, l) {
|
|
|
1818
1818
|
n.headlineText ? (a(), C(Te(l.headlineTag), { key: 0 }, {
|
|
1819
1819
|
default: x(() => [
|
|
1820
1820
|
n.cmdIcon ? (a(), C(d, A(S({ key: 0 }, n.cmdIcon)), null, 16)) : m("", !0),
|
|
1821
|
-
o("span", ka,
|
|
1821
|
+
o("span", ka, y(n.preHeadlineText), 1),
|
|
1822
1822
|
F(e.$slots, "default", {}, () => [
|
|
1823
|
-
D(
|
|
1823
|
+
D(y(n.headlineText), 1)
|
|
1824
1824
|
])
|
|
1825
1825
|
]),
|
|
1826
1826
|
_: 3
|
|
@@ -1828,7 +1828,7 @@ function wa(e, t, n, s, i, l) {
|
|
|
1828
1828
|
], 64)) : n.headlineText ? (a(), C(Te(l.headlineTag), { key: 2 }, {
|
|
1829
1829
|
default: x(() => [
|
|
1830
1830
|
F(e.$slots, "default", {}, () => [
|
|
1831
|
-
D(
|
|
1831
|
+
D(y(n.headlineText), 1)
|
|
1832
1832
|
])
|
|
1833
1833
|
]),
|
|
1834
1834
|
_: 3
|
|
@@ -1846,7 +1846,7 @@ function wa(e, t, n, s, i, l) {
|
|
|
1846
1846
|
_: 3
|
|
1847
1847
|
}, 8, ["componentProps", "componentPath", "allowDeleteComponent"]));
|
|
1848
1848
|
}
|
|
1849
|
-
const
|
|
1849
|
+
const U = /* @__PURE__ */ B(ga, [["render", wa]]), Ta = {
|
|
1850
1850
|
name: "CmdTooltip",
|
|
1851
1851
|
data() {
|
|
1852
1852
|
return {
|
|
@@ -1987,7 +1987,7 @@ const N = /* @__PURE__ */ B(ga, [["render", wa]]), Ta = {
|
|
|
1987
1987
|
class: "headline-wrapper"
|
|
1988
1988
|
}, _a = ["title"];
|
|
1989
1989
|
function Oa(e, t, n, s, i, l) {
|
|
1990
|
-
const d =
|
|
1990
|
+
const d = U, c = R;
|
|
1991
1991
|
return i.tooltipVisibility ? (a(), r("div", {
|
|
1992
1992
|
key: 0,
|
|
1993
1993
|
class: b(["cmd-tooltip", n.validationStatus]),
|
|
@@ -2008,7 +2008,7 @@ function Oa(e, t, n, s, i, l) {
|
|
|
2008
2008
|
], 8, _a)) : m("", !0)
|
|
2009
2009
|
])) : m("", !0),
|
|
2010
2010
|
F(e.$slots, "default", {}, () => [
|
|
2011
|
-
D(
|
|
2011
|
+
D(y(n.tooltipText), 1)
|
|
2012
2012
|
])
|
|
2013
2013
|
], 2)) : m("", !0);
|
|
2014
2014
|
}
|
|
@@ -2159,18 +2159,18 @@ const mi = /* @__PURE__ */ B(Ta, [["render", Oa]]), X = {
|
|
|
2159
2159
|
}
|
|
2160
2160
|
}
|
|
2161
2161
|
}, Ba = { class: "cmd-list-of-requirements" }, Da = ["href", "target"], Fa = { key: 1 };
|
|
2162
|
-
function
|
|
2163
|
-
const d =
|
|
2162
|
+
function Pa(e, t, n, s, i, l) {
|
|
2163
|
+
const d = U, c = R;
|
|
2164
2164
|
return a(), r("div", Ba, [
|
|
2165
2165
|
n.showHeadline ? (a(), C(d, {
|
|
2166
2166
|
key: 0,
|
|
2167
2167
|
"headline-level": n.cmdHeadline.headlineLevel
|
|
2168
2168
|
}, {
|
|
2169
2169
|
default: x(() => [
|
|
2170
|
-
D(
|
|
2170
|
+
D(y(l.headlineRequirements), 1),
|
|
2171
2171
|
n.labelText ? (a(), r(T, { key: 0 }, [
|
|
2172
2172
|
t[1] || (t[1] = o("br", null, null, -1)),
|
|
2173
|
-
D('"' +
|
|
2173
|
+
D('"' + y(n.labelText) + '"', 1)
|
|
2174
2174
|
], 64)) : m("", !0)
|
|
2175
2175
|
]),
|
|
2176
2176
|
_: 1
|
|
@@ -2180,7 +2180,7 @@ function Ma(e, t, n, s, i, l) {
|
|
|
2180
2180
|
o("dt", {
|
|
2181
2181
|
"aria-live": "assertive",
|
|
2182
2182
|
class: b(u.valid(n.inputModelValue, n.inputAttributes) ? "success" : "error")
|
|
2183
|
-
},
|
|
2183
|
+
}, y(u.message) + ":", 3),
|
|
2184
2184
|
o("dd", {
|
|
2185
2185
|
class: b(u.valid(n.inputModelValue, n.inputAttributes) ? "success" : "error")
|
|
2186
2186
|
}, [
|
|
@@ -2207,12 +2207,12 @@ function Ma(e, t, n, s, i, l) {
|
|
|
2207
2207
|
class: b(n.helplink.icon?.iconClass),
|
|
2208
2208
|
title: n.helplink.icon?.tooltip
|
|
2209
2209
|
}, null, 8, ["class", "title"])) : m("", !0),
|
|
2210
|
-
n.helplink.text ? (a(), r("span", Fa,
|
|
2210
|
+
n.helplink.text ? (a(), r("span", Fa, y(n.helplink.text), 1)) : m("", !0)
|
|
2211
2211
|
], 8, Da)) : m("", !0)
|
|
2212
2212
|
], 64)) : m("", !0)
|
|
2213
2213
|
]);
|
|
2214
2214
|
}
|
|
2215
|
-
const
|
|
2215
|
+
const Ma = /* @__PURE__ */ B(Ia, [["render", Pa]]), Va = {
|
|
2216
2216
|
name: "CmdTooltipForFormElements",
|
|
2217
2217
|
props: {
|
|
2218
2218
|
/**
|
|
@@ -2273,7 +2273,7 @@ const Pa = /* @__PURE__ */ B(Ia, [["render", Ma]]), Va = {
|
|
|
2273
2273
|
}
|
|
2274
2274
|
};
|
|
2275
2275
|
function Aa(e, t, n, s, i, l) {
|
|
2276
|
-
const d =
|
|
2276
|
+
const d = Ma, c = mi;
|
|
2277
2277
|
return a(), C(c, {
|
|
2278
2278
|
ref: "tooltip",
|
|
2279
2279
|
class: b(["cmd-tooltip-for-form-elements box", n.validationStatus]),
|
|
@@ -2287,7 +2287,7 @@ function Aa(e, t, n, s, i, l) {
|
|
|
2287
2287
|
_: 1
|
|
2288
2288
|
}, 8, ["class", "relatedId", "scrollContainer"]);
|
|
2289
2289
|
}
|
|
2290
|
-
const
|
|
2290
|
+
const Nt = /* @__PURE__ */ B(Va, [["render", Aa]]), zt = {
|
|
2291
2291
|
data() {
|
|
2292
2292
|
return {
|
|
2293
2293
|
defaultMessageProperties: {
|
|
@@ -2572,7 +2572,7 @@ function ja(e = "Field contains at least one character") {
|
|
|
2572
2572
|
}
|
|
2573
2573
|
};
|
|
2574
2574
|
}
|
|
2575
|
-
function
|
|
2575
|
+
function Ua(e = "Field contains capital letters") {
|
|
2576
2576
|
return {
|
|
2577
2577
|
message: e,
|
|
2578
2578
|
valid(t) {
|
|
@@ -2611,7 +2611,7 @@ const tt = {
|
|
|
2611
2611
|
}
|
|
2612
2612
|
}
|
|
2613
2613
|
}, ft = {};
|
|
2614
|
-
function
|
|
2614
|
+
function Na(e = "defaultSequence") {
|
|
2615
2615
|
const t = ft[e] || 0;
|
|
2616
2616
|
return ft[e] = t + 1, ft[e];
|
|
2617
2617
|
}
|
|
@@ -2619,7 +2619,7 @@ const Gt = {
|
|
|
2619
2619
|
data() {
|
|
2620
2620
|
return {
|
|
2621
2621
|
tooltip: !1,
|
|
2622
|
-
tooltipId: "tooltip-" +
|
|
2622
|
+
tooltipId: "tooltip-" + Na()
|
|
2623
2623
|
};
|
|
2624
2624
|
},
|
|
2625
2625
|
props: {
|
|
@@ -3118,7 +3118,7 @@ const Gt = {
|
|
|
3118
3118
|
validateInput(e) {
|
|
3119
3119
|
if (e.target.closest("form")?.dataset.useValidation === "true") {
|
|
3120
3120
|
const n = e.target.value;
|
|
3121
|
-
|
|
3121
|
+
this.validationStatus = "success", typeof e.target.checkValidity == "function" && !e.target.checkValidity() ? this.validationStatus = "error" : this.customRequirements && this.customRequirements.some((i) => !i.valid(n)) && (this.validationStatus = "error"), this.$emit("validation-status-change", this.validationStatus);
|
|
3122
3122
|
}
|
|
3123
3123
|
},
|
|
3124
3124
|
onBlur(e) {
|
|
@@ -3180,7 +3180,7 @@ const Gt = {
|
|
|
3180
3180
|
class: "inner-input-wrapper flex-container no-gap"
|
|
3181
3181
|
}, xs = ["id", "maxlength", "value"], Cs = ["title"], vs = ["title"], ks = { key: 1 };
|
|
3182
3182
|
function ws(e, t, n, s, i, l) {
|
|
3183
|
-
const d = R, c =
|
|
3183
|
+
const d = R, c = Nt;
|
|
3184
3184
|
return n.element === "input" || n.element === "select" || n.element === "textarea" ? (a(), r("label", {
|
|
3185
3185
|
key: 0,
|
|
3186
3186
|
class: b([
|
|
@@ -3306,8 +3306,8 @@ function ws(e, t, n, s, i, l) {
|
|
|
3306
3306
|
disabled: e.$attrs.disabled,
|
|
3307
3307
|
"aria-invalid": e.validationStatus === "error"
|
|
3308
3308
|
}), null, 16, as),
|
|
3309
|
-
o("span", ss,
|
|
3310
|
-
o("span", rs,
|
|
3309
|
+
o("span", ss, y(n.onLabel), 1),
|
|
3310
|
+
o("span", rs, y(n.offLabel), 1)
|
|
3311
3311
|
]),
|
|
3312
3312
|
n.labelText ? (a(), r("span", {
|
|
3313
3313
|
key: 0,
|
|
@@ -3355,12 +3355,12 @@ function ws(e, t, n, s, i, l) {
|
|
|
3355
3355
|
key: v,
|
|
3356
3356
|
value: p.value,
|
|
3357
3357
|
selected: p.value === n.modelValue
|
|
3358
|
-
},
|
|
3358
|
+
}, y(p.text), 9, fs))), 128))
|
|
3359
3359
|
], 8, ps))), 128)) : (a(!0), r(T, { key: 0 }, M(n.selectOptions, (u, h) => (a(), r("option", {
|
|
3360
3360
|
key: h,
|
|
3361
3361
|
value: u.value,
|
|
3362
3362
|
selected: u.value === n.modelValue
|
|
3363
|
-
},
|
|
3363
|
+
}, y(u.text), 9, ms))), 128))
|
|
3364
3364
|
], 16, cs)) : m("", !0),
|
|
3365
3365
|
n.element === "textarea" ? (a(), r("textarea", S({ key: 5 }, l.elementAttributes, {
|
|
3366
3366
|
id: e.htmlId,
|
|
@@ -3371,10 +3371,10 @@ function ws(e, t, n, s, i, l) {
|
|
|
3371
3371
|
onBlur: t[21] || (t[21] = (...u) => l.onBlur && l.onBlur(...u))
|
|
3372
3372
|
}), null, 16, hs)) : m("", !0),
|
|
3373
3373
|
n.element === "textarea" && n.showCharactersTextarea ? (a(), r("span", gs, [
|
|
3374
|
-
n.textCharactersLeft ? (a(), r("span", ys,
|
|
3374
|
+
n.textCharactersLeft ? (a(), r("span", ys, y(n.textCharactersLeft), 1)) : m("", !0),
|
|
3375
3375
|
o("span", {
|
|
3376
3376
|
class: b(["characters-left", { error: l.charactersLeft === 0 }])
|
|
3377
|
-
},
|
|
3377
|
+
}, y(l.charactersLeft), 3)
|
|
3378
3378
|
])) : n.element === "input" && e.$attrs.type === "search" ? (a(), r("span", bs, [
|
|
3379
3379
|
n.fieldIconClass ? (a(), C(d, {
|
|
3380
3380
|
key: 0,
|
|
@@ -3422,8 +3422,8 @@ function ws(e, t, n, s, i, l) {
|
|
|
3422
3422
|
iconClass: n.nativeButton?.icon?.iconClass,
|
|
3423
3423
|
type: n.nativeButton?.icon?.iconType
|
|
3424
3424
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
3425
|
-
n.nativeButton?.icon && n.nativeButton?.text ? (a(), r("span", ks,
|
|
3426
|
-
D(
|
|
3425
|
+
n.nativeButton?.icon && n.nativeButton?.text ? (a(), r("span", ks, y(n.nativeButton.text), 1)) : (a(), r(T, { key: 2 }, [
|
|
3426
|
+
D(y(n.nativeButton.text), 1)
|
|
3427
3427
|
], 64)),
|
|
3428
3428
|
n.nativeButton?.icon?.show && n.nativeButton?.icon?.position === "after" ? (a(), C(d, {
|
|
3429
3429
|
key: 3,
|
|
@@ -3545,10 +3545,10 @@ const K = /* @__PURE__ */ B(Wa, [["render", ws]]), Ts = {
|
|
|
3545
3545
|
}, Ss = ["id"], _s = { key: 1 }, Os = ["href", "target", "title", "data-type"], Ls = ["innerHTML"], Is = { key: 1 }, Bs = ["href", "title"], Ds = { class: "street-address" }, Fs = {
|
|
3546
3546
|
key: 0,
|
|
3547
3547
|
class: "postal-code"
|
|
3548
|
-
},
|
|
3548
|
+
}, Ps = {
|
|
3549
3549
|
key: 1,
|
|
3550
3550
|
class: "locality"
|
|
3551
|
-
},
|
|
3551
|
+
}, Ms = { key: 0 }, Vs = {
|
|
3552
3552
|
key: 3,
|
|
3553
3553
|
class: "country-name"
|
|
3554
3554
|
}, As = { class: "street-address" }, Es = {
|
|
@@ -3574,7 +3574,7 @@ function Rs(e, t, n, s, i, l) {
|
|
|
3574
3574
|
type: n.addressEntry.iconType,
|
|
3575
3575
|
tooltip: n.addressEntry.labelText
|
|
3576
3576
|
}, null, 8, ["iconClass", "type", "tooltip"])) : m("", !0),
|
|
3577
|
-
n.showLabelTexts ? (a(), r("span", _s,
|
|
3577
|
+
n.showLabelTexts ? (a(), r("span", _s, y(n.addressEntry.labelText), 1)) : m("", !0)
|
|
3578
3578
|
], 10, Ss),
|
|
3579
3579
|
n.addressEntry.name !== "address" && (n.addressEntry.data || n.addressEntry.href) ? (a(), r("dd", {
|
|
3580
3580
|
key: 0,
|
|
@@ -3597,7 +3597,7 @@ function Rs(e, t, n, s, i, l) {
|
|
|
3597
3597
|
target: n.addressEntry.name === "url" ? "_blank" : null,
|
|
3598
3598
|
title: n.addressEntry.tooltip,
|
|
3599
3599
|
"data-type": n.addressEntry.name
|
|
3600
|
-
},
|
|
3600
|
+
}, y(n.addressEntry.data || n.addressEntry.href), 9, Os)) : (a(), r("span", {
|
|
3601
3601
|
key: 1,
|
|
3602
3602
|
innerHTML: n.addressEntry.data
|
|
3603
3603
|
}, null, 8, Ls))
|
|
@@ -3610,27 +3610,27 @@ function Rs(e, t, n, s, i, l) {
|
|
|
3610
3610
|
title: n.addressEntry.tooltip
|
|
3611
3611
|
}, [
|
|
3612
3612
|
n.addressEntry.streetNo ? (a(), r(T, { key: 0 }, [
|
|
3613
|
-
o("span", Ds,
|
|
3613
|
+
o("span", Ds, y(n.addressEntry.streetNo), 1),
|
|
3614
3614
|
t[6] || (t[6] = o("br", null, null, -1))
|
|
3615
3615
|
], 64)) : m("", !0),
|
|
3616
3616
|
n.addressEntry.zip || n.addressEntry.city ? (a(), r("span", {
|
|
3617
3617
|
key: 1,
|
|
3618
3618
|
class: b(n.showCityBeforeZip ? "city-zip" : "zip-city")
|
|
3619
3619
|
}, [
|
|
3620
|
-
n.addressEntry.zip ? (a(), r("span", Fs,
|
|
3621
|
-
n.addressEntry.city ? (a(), r("span",
|
|
3622
|
-
D(
|
|
3620
|
+
n.addressEntry.zip ? (a(), r("span", Fs, y(n.addressEntry.zip), 1)) : m("", !0),
|
|
3621
|
+
n.addressEntry.city ? (a(), r("span", Ps, [
|
|
3622
|
+
D(y(n.addressEntry.city), 1),
|
|
3623
3623
|
n.addressEntry.state ? (a(), r(T, { key: 0 }, [
|
|
3624
|
-
D(
|
|
3624
|
+
D(y(n.addressEntry.state), 1)
|
|
3625
3625
|
], 64)) : m("", !0)
|
|
3626
3626
|
])) : m("", !0)
|
|
3627
3627
|
], 2)) : m("", !0),
|
|
3628
3628
|
t[7] || (t[7] = o("br", null, null, -1)),
|
|
3629
3629
|
n.addressEntry.miscInfo ? (a(), r(T, { key: 2 }, [
|
|
3630
|
-
o("span", null,
|
|
3631
|
-
n.addressEntry.country ? (a(), r("br",
|
|
3630
|
+
o("span", null, y(n.addressEntry.miscInfo), 1),
|
|
3631
|
+
n.addressEntry.country ? (a(), r("br", Ms)) : m("", !0)
|
|
3632
3632
|
], 64)) : m("", !0),
|
|
3633
|
-
n.addressEntry.country ? (a(), r("span", Vs,
|
|
3633
|
+
n.addressEntry.country ? (a(), r("span", Vs, y(n.addressEntry.country), 1)) : m("", !0)
|
|
3634
3634
|
], 8, Bs)) : (a(), r(T, { key: 1 }, [
|
|
3635
3635
|
e.editing ? (a(), r(T, { key: 1 }, [
|
|
3636
3636
|
f(c, {
|
|
@@ -3688,33 +3688,33 @@ function Rs(e, t, n, s, i, l) {
|
|
|
3688
3688
|
}, null, 8, ["labelText", "modelValue"])
|
|
3689
3689
|
], 64)) : (a(), r(T, { key: 0 }, [
|
|
3690
3690
|
n.addressEntry.streetNo ? (a(), r(T, { key: 0 }, [
|
|
3691
|
-
o("span", As,
|
|
3691
|
+
o("span", As, y(n.addressEntry.streetNo), 1),
|
|
3692
3692
|
t[8] || (t[8] = o("br", null, null, -1))
|
|
3693
3693
|
], 64)) : m("", !0),
|
|
3694
3694
|
n.addressEntry.zip || n.addressEntry.city ? (a(), r("span", {
|
|
3695
3695
|
key: 1,
|
|
3696
3696
|
class: b(n.showCityBeforeZip ? "city-zip" : "zip-city")
|
|
3697
3697
|
}, [
|
|
3698
|
-
n.addressEntry.zip ? (a(), r("span", Es,
|
|
3698
|
+
n.addressEntry.zip ? (a(), r("span", Es, y(n.addressEntry.zip), 1)) : m("", !0),
|
|
3699
3699
|
n.addressEntry.city ? (a(), r("span", Hs, [
|
|
3700
|
-
D(
|
|
3700
|
+
D(y(n.addressEntry.city), 1),
|
|
3701
3701
|
n.addressEntry.state ? (a(), r(T, { key: 0 }, [
|
|
3702
|
-
D(" " +
|
|
3702
|
+
D(" " + y(n.addressEntry.state), 1)
|
|
3703
3703
|
], 64)) : m("", !0)
|
|
3704
3704
|
])) : m("", !0)
|
|
3705
3705
|
], 2)) : m("", !0),
|
|
3706
3706
|
t[10] || (t[10] = o("br", null, null, -1)),
|
|
3707
3707
|
n.addressEntry.miscInfo ? (a(), r(T, { key: 2 }, [
|
|
3708
|
-
o("span", null,
|
|
3708
|
+
o("span", null, y(n.addressEntry.miscInfo), 1),
|
|
3709
3709
|
t[9] || (t[9] = o("br", null, null, -1))
|
|
3710
3710
|
], 64)) : m("", !0),
|
|
3711
|
-
n.addressEntry.country ? (a(), r("span", qs,
|
|
3711
|
+
n.addressEntry.country ? (a(), r("span", qs, y(n.addressEntry.country), 1)) : m("", !0)
|
|
3712
3712
|
], 64))
|
|
3713
3713
|
], 64))
|
|
3714
3714
|
])) : m("", !0)
|
|
3715
3715
|
], 64);
|
|
3716
3716
|
}
|
|
3717
|
-
const js = /* @__PURE__ */ B(Ts, [["render", Rs]]),
|
|
3717
|
+
const js = /* @__PURE__ */ B(Ts, [["render", Rs]]), Us = {
|
|
3718
3718
|
name: "CmdAddressData",
|
|
3719
3719
|
mixins: [Z],
|
|
3720
3720
|
props: {
|
|
@@ -3837,7 +3837,7 @@ const js = /* @__PURE__ */ B(Ts, [["render", Rs]]), Ns = {
|
|
|
3837
3837
|
}
|
|
3838
3838
|
},
|
|
3839
3839
|
watch: {}
|
|
3840
|
-
},
|
|
3840
|
+
}, Ns = { class: "cmd-address-data vcard" }, zs = { class: "adr" }, Ws = ["href", "target", "title"], Gs = ["innerHTML"], Ks = ["href", "title"], Ys = { class: "street-address" }, Js = {
|
|
3841
3841
|
key: 0,
|
|
3842
3842
|
class: "postal-code"
|
|
3843
3843
|
}, Zs = {
|
|
@@ -3857,8 +3857,8 @@ const js = /* @__PURE__ */ B(Ts, [["render", Rs]]), Ns = {
|
|
|
3857
3857
|
class: "country-name"
|
|
3858
3858
|
};
|
|
3859
3859
|
function nr(e, t, n, s, i, l) {
|
|
3860
|
-
const d =
|
|
3861
|
-
return a(), r("div",
|
|
3860
|
+
const d = U, c = js, u = Ce, h = R;
|
|
3861
|
+
return a(), r("div", Ns, [
|
|
3862
3862
|
n.useSlot ? F(e.$slots, "default", { key: 0 }) : (a(), r(T, { key: 1 }, [
|
|
3863
3863
|
n.cmdHeadline?.headlineText || e.editModeContext ? (a(), C(d, A(S({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
3864
3864
|
o("address", zs, [
|
|
@@ -3928,7 +3928,7 @@ function nr(e, t, n, s, i, l) {
|
|
|
3928
3928
|
type: p.iconType
|
|
3929
3929
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
|
3930
3930
|
], 64)) : (a(), r(T, { key: 1 }, [
|
|
3931
|
-
D(
|
|
3931
|
+
D(y(p.href), 1)
|
|
3932
3932
|
], 64))
|
|
3933
3933
|
], 10, Ws)) : n.showIconsOnly ? m("", !0) : (a(), r("span", {
|
|
3934
3934
|
key: 1,
|
|
@@ -3949,60 +3949,60 @@ function nr(e, t, n, s, i, l) {
|
|
|
3949
3949
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
|
3950
3950
|
], 64)) : (a(), r(T, { key: 1 }, [
|
|
3951
3951
|
p.streetNo ? (a(), r(T, { key: 0 }, [
|
|
3952
|
-
o("span", Ys,
|
|
3952
|
+
o("span", Ys, y(p.streetNo), 1),
|
|
3953
3953
|
t[2] || (t[2] = o("br", null, null, -1))
|
|
3954
3954
|
], 64)) : m("", !0),
|
|
3955
3955
|
p.zip || p.city ? (a(), r("span", {
|
|
3956
3956
|
key: 1,
|
|
3957
3957
|
class: b(n.showCityBeforeZip ? "order-city-zip" : "order-zip-city")
|
|
3958
3958
|
}, [
|
|
3959
|
-
p.zip ? (a(), r("span", Js,
|
|
3959
|
+
p.zip ? (a(), r("span", Js, y(p.zip) + " ", 1)) : m("", !0),
|
|
3960
3960
|
p.city ? (a(), r("span", Zs, [
|
|
3961
|
-
D(
|
|
3961
|
+
D(y(p.city), 1),
|
|
3962
3962
|
p.state ? (a(), r(T, { key: 0 }, [
|
|
3963
|
-
D(
|
|
3963
|
+
D(y(p.state), 1)
|
|
3964
3964
|
], 64)) : m("", !0)
|
|
3965
3965
|
])) : m("", !0),
|
|
3966
3966
|
t[3] || (t[3] = o("br", null, null, -1))
|
|
3967
3967
|
], 2)) : m("", !0),
|
|
3968
3968
|
p.pobox ? (a(), r(T, { key: 2 }, [
|
|
3969
|
-
o("span", null,
|
|
3969
|
+
o("span", null, y(p.pobox), 1),
|
|
3970
3970
|
t[4] || (t[4] = o("br", null, null, -1))
|
|
3971
3971
|
], 64)) : m("", !0),
|
|
3972
3972
|
p.miscInfo ? (a(), r(T, { key: 3 }, [
|
|
3973
|
-
o("span", null,
|
|
3973
|
+
o("span", null, y(p.miscInfo), 1),
|
|
3974
3974
|
t[5] || (t[5] = o("br", null, null, -1))
|
|
3975
3975
|
], 64)) : m("", !0),
|
|
3976
|
-
p.country ? (a(), r("span", Qs,
|
|
3976
|
+
p.country ? (a(), r("span", Qs, y(p.country), 1)) : m("", !0)
|
|
3977
3977
|
], 64))
|
|
3978
3978
|
], 8, Ks)) : m("", !0),
|
|
3979
3979
|
!p.linkGoogleMaps && !n.showIconsOnly ? (a(), r(T, { key: 1 }, [
|
|
3980
3980
|
p.streetNo ? (a(), r(T, { key: 0 }, [
|
|
3981
|
-
o("span", Xs,
|
|
3981
|
+
o("span", Xs, y(p.streetNo), 1),
|
|
3982
3982
|
t[6] || (t[6] = o("br", null, null, -1))
|
|
3983
3983
|
], 64)) : m("", !0),
|
|
3984
3984
|
p.zip || p.city ? (a(), r("span", {
|
|
3985
3985
|
key: 1,
|
|
3986
3986
|
class: b(n.showCityBeforeZip ? "order-city-zip" : "order-zip-city")
|
|
3987
3987
|
}, [
|
|
3988
|
-
p.zip ? (a(), r("span", $s,
|
|
3988
|
+
p.zip ? (a(), r("span", $s, y(p.zip) + " ", 1)) : m("", !0),
|
|
3989
3989
|
p.city ? (a(), r("span", er, [
|
|
3990
|
-
D(
|
|
3990
|
+
D(y(p.city), 1),
|
|
3991
3991
|
p.state ? (a(), r(T, { key: 0 }, [
|
|
3992
|
-
D(
|
|
3992
|
+
D(y(p.state), 1)
|
|
3993
3993
|
], 64)) : m("", !0)
|
|
3994
3994
|
])) : m("", !0),
|
|
3995
3995
|
t[7] || (t[7] = o("br", null, null, -1))
|
|
3996
3996
|
], 2)) : m("", !0),
|
|
3997
3997
|
p.pobox ? (a(), r(T, { key: 2 }, [
|
|
3998
|
-
o("span", null,
|
|
3998
|
+
o("span", null, y(p.pobox), 1),
|
|
3999
3999
|
t[8] || (t[8] = o("br", null, null, -1))
|
|
4000
4000
|
], 64)) : m("", !0),
|
|
4001
4001
|
p.miscInfo ? (a(), r(T, { key: 3 }, [
|
|
4002
|
-
o("span", null,
|
|
4002
|
+
o("span", null, y(p.miscInfo), 1),
|
|
4003
4003
|
t[9] || (t[9] = o("br", null, null, -1))
|
|
4004
4004
|
], 64)) : m("", !0),
|
|
4005
|
-
p.country ? (a(), r("span", tr,
|
|
4005
|
+
p.country ? (a(), r("span", tr, y(p.country), 1)) : m("", !0)
|
|
4006
4006
|
], 64)) : m("", !0)
|
|
4007
4007
|
], 64)) : m("", !0)
|
|
4008
4008
|
], 2)) : m("", !0)
|
|
@@ -4012,7 +4012,7 @@ function nr(e, t, n, s, i, l) {
|
|
|
4012
4012
|
], 64))
|
|
4013
4013
|
]);
|
|
4014
4014
|
}
|
|
4015
|
-
const fi = /* @__PURE__ */ B(
|
|
4015
|
+
const fi = /* @__PURE__ */ B(Us, [["render", nr]]), ir = {
|
|
4016
4016
|
name: "CmdBackToTopButton",
|
|
4017
4017
|
data() {
|
|
4018
4018
|
return {
|
|
@@ -4164,15 +4164,15 @@ const ar = /* @__PURE__ */ B(ir, [["render", or]]), sr = {
|
|
|
4164
4164
|
}
|
|
4165
4165
|
}, rr = { class: "cmd-bank-account-data" }, dr = { key: 0 }, ur = ["onClick", "title"], cr = { key: 1 };
|
|
4166
4166
|
function mr(e, t, n, s, i, l) {
|
|
4167
|
-
const d =
|
|
4167
|
+
const d = U, c = R;
|
|
4168
4168
|
return a(), r("div", rr, [
|
|
4169
4169
|
n.useSlot ? F(e.$slots, "default", { key: 0 }) : (a(), r(T, { key: 1 }, [
|
|
4170
4170
|
n.cmdHeadline ? (a(), C(d, A(S({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
4171
4171
|
o("dl", null, [
|
|
4172
4172
|
(a(!0), r(T, null, M(n.accountData, (u, h) => (a(), r(T, { key: h }, [
|
|
4173
|
-
o("dt", null,
|
|
4173
|
+
o("dt", null, y(u.text), 1),
|
|
4174
4174
|
n.allowCopyByClick && u.allowCopy ? (a(), r("dd", dr, [
|
|
4175
|
-
o("span", null,
|
|
4175
|
+
o("span", null, y(u.value), 1),
|
|
4176
4176
|
o("a", {
|
|
4177
4177
|
href: "#",
|
|
4178
4178
|
onClick: w((p) => l.copyToClipboard(u.value), ["prevent"]),
|
|
@@ -4183,10 +4183,10 @@ function mr(e, t, n, s, i, l) {
|
|
|
4183
4183
|
type: n.cmdIcon.iconType
|
|
4184
4184
|
}, null, 8, ["iconClass", "type"])
|
|
4185
4185
|
], 8, ur)
|
|
4186
|
-
])) : (a(), r("dd", { key: h },
|
|
4186
|
+
])) : (a(), r("dd", { key: h }, y(u.value), 1))
|
|
4187
4187
|
], 64))), 128))
|
|
4188
4188
|
]),
|
|
4189
|
-
n.additionalInformation ? (a(), r("p", cr,
|
|
4189
|
+
n.additionalInformation ? (a(), r("p", cr, y(n.additionalInformation), 1)) : m("", !0)
|
|
4190
4190
|
], 64))
|
|
4191
4191
|
]);
|
|
4192
4192
|
}
|
|
@@ -4412,7 +4412,7 @@ const pr = /* @__PURE__ */ B(sr, [["render", mr]]), fr = {
|
|
|
4412
4412
|
class: "flex-container flex-none"
|
|
4413
4413
|
};
|
|
4414
4414
|
function Tr(e, t, n, s, i, l) {
|
|
4415
|
-
const d = R, c =
|
|
4415
|
+
const d = R, c = Nt;
|
|
4416
4416
|
return a(), r("div", {
|
|
4417
4417
|
class: b([
|
|
4418
4418
|
"cmd-input-group label",
|
|
@@ -4429,7 +4429,7 @@ function Tr(e, t, n, s, i, l) {
|
|
|
4429
4429
|
}, [
|
|
4430
4430
|
W(o("span", gr, [
|
|
4431
4431
|
o("span", { id: e.htmlId }, [
|
|
4432
|
-
D(
|
|
4432
|
+
D(y(n.labelText), 1),
|
|
4433
4433
|
n.required ? (a(), r("sup", br, "*")) : m("", !0)
|
|
4434
4434
|
], 8, yr),
|
|
4435
4435
|
(n.required || e.inputRequirements.length > 0) && n.showStatusIcon ? (a(), r("a", {
|
|
@@ -4487,7 +4487,7 @@ function Tr(e, t, n, s, i, l) {
|
|
|
4487
4487
|
iconClass: u.iconClass,
|
|
4488
4488
|
type: u.iconType
|
|
4489
4489
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
4490
|
-
u.labelText ? (a(), r("span", kr,
|
|
4490
|
+
u.labelText ? (a(), r("span", kr, y(u.labelText), 1)) : m("", !0)
|
|
4491
4491
|
], 10, Cr))), 128))
|
|
4492
4492
|
], 2))
|
|
4493
4493
|
], 10, hr);
|
|
@@ -4628,7 +4628,7 @@ const Kt = /* @__PURE__ */ B(fr, [["render", Tr]]), Sr = {
|
|
|
4628
4628
|
}
|
|
4629
4629
|
}, _r = ["role", "aria-labelledby"], Or = ["title"];
|
|
4630
4630
|
function Lr(e, t, n, s, i, l) {
|
|
4631
|
-
const d =
|
|
4631
|
+
const d = U, c = R;
|
|
4632
4632
|
return a(), C(pe, { name: n.transition }, {
|
|
4633
4633
|
default: x(() => [
|
|
4634
4634
|
i.showSystemMessage ? (a(), r("div", {
|
|
@@ -4891,10 +4891,10 @@ const ve = /* @__PURE__ */ B(Sr, [["render", Lr]]), Ir = {
|
|
|
4891
4891
|
}, Br = ["action", "data-use-validation", "novalidate", "method"], Dr = { class: "flex-container" }, Fr = {
|
|
4892
4892
|
key: 2,
|
|
4893
4893
|
class: "flex-container"
|
|
4894
|
-
},
|
|
4894
|
+
}, Pr = {
|
|
4895
4895
|
key: 4,
|
|
4896
4896
|
class: "flex-container no-wrap-on-small-devices"
|
|
4897
|
-
},
|
|
4897
|
+
}, Mr = {
|
|
4898
4898
|
key: 0,
|
|
4899
4899
|
class: "mandatory-text"
|
|
4900
4900
|
}, Vr = { key: 1 }, Ar = ["type"], Er = { key: 1 }, Hr = {
|
|
@@ -4903,9 +4903,9 @@ const ve = /* @__PURE__ */ B(Sr, [["render", Lr]]), Ir = {
|
|
|
4903
4903
|
}, qr = {
|
|
4904
4904
|
key: 0,
|
|
4905
4905
|
class: "mandatory-text"
|
|
4906
|
-
}, Rr = { key: 1 }, jr = ["type"],
|
|
4907
|
-
function
|
|
4908
|
-
const d =
|
|
4906
|
+
}, Rr = { key: 1 }, jr = ["type"], Ur = { key: 1 };
|
|
4907
|
+
function Nr(e, t, n, s, i, l) {
|
|
4908
|
+
const d = U, c = ve, u = K, h = Kt;
|
|
4909
4909
|
return a(), r("form", {
|
|
4910
4910
|
class: b(["cmd-form", { error: i.errorOccurred }]),
|
|
4911
4911
|
action: n.formAction,
|
|
@@ -4918,7 +4918,7 @@ function Ur(e, t, n, s, i, l) {
|
|
|
4918
4918
|
o("fieldset", Dr, [
|
|
4919
4919
|
o("legend", {
|
|
4920
4920
|
class: b({ hidden: !l.legendOptions.show, "align-left": l.legendOptions.align === "left" })
|
|
4921
|
-
},
|
|
4921
|
+
}, y(l.legendOptions.text), 3),
|
|
4922
4922
|
n.cmdHeadline?.headlineText ? (a(), C(d, A(S({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
4923
4923
|
i.systemMessage.show && i.systemMessage.message ? (a(), C(c, {
|
|
4924
4924
|
key: 1,
|
|
@@ -4993,10 +4993,10 @@ function Ur(e, t, n, s, i, l) {
|
|
|
4993
4993
|
], 64))), 128))
|
|
4994
4994
|
])) : m("", !0)
|
|
4995
4995
|
], 64))), 128)),
|
|
4996
|
-
l.submitButtonOptions.show && (l.submitButtonOptions.position === "insideFieldset" || l.submitButtonOptions.position === null) ? (a(), r("div",
|
|
4997
|
-
n.mandatoryText ? (a(), r("small",
|
|
4996
|
+
l.submitButtonOptions.show && (l.submitButtonOptions.position === "insideFieldset" || l.submitButtonOptions.position === null) ? (a(), r("div", Pr, [
|
|
4997
|
+
n.mandatoryText ? (a(), r("small", Mr, [
|
|
4998
4998
|
t[3] || (t[3] = o("sup", null, "*", -1)),
|
|
4999
|
-
D(
|
|
4999
|
+
D(y(n.mandatoryText), 1)
|
|
5000
5000
|
])) : m("", !0),
|
|
5001
5001
|
l.cancelButtonOptions.show ? (a(), r("button", {
|
|
5002
5002
|
key: 1,
|
|
@@ -5008,7 +5008,7 @@ function Ur(e, t, n, s, i, l) {
|
|
|
5008
5008
|
key: 0,
|
|
5009
5009
|
class: b(l.cancelButtonOptions.iconClass)
|
|
5010
5010
|
}, null, 2)) : m("", !0),
|
|
5011
|
-
l.cancelButtonOptions.text ? (a(), r("span", Vr,
|
|
5011
|
+
l.cancelButtonOptions.text ? (a(), r("span", Vr, y(l.cancelButtonOptions.text), 1)) : m("", !0)
|
|
5012
5012
|
], 2)) : m("", !0),
|
|
5013
5013
|
o("button", {
|
|
5014
5014
|
class: b(["button", { "stretch-on-small-devices": l.submitButtonOptions.stretchOnSmallDevices, primary: l.submitButtonOptions.primary, disabled: l.submitButtonOptions.disabled }]),
|
|
@@ -5018,14 +5018,14 @@ function Ur(e, t, n, s, i, l) {
|
|
|
5018
5018
|
key: 0,
|
|
5019
5019
|
class: b(l.submitButtonOptions.iconClass)
|
|
5020
5020
|
}, null, 2)) : m("", !0),
|
|
5021
|
-
l.submitButtonOptions.text ? (a(), r("span", Er,
|
|
5021
|
+
l.submitButtonOptions.text ? (a(), r("span", Er, y(l.submitButtonOptions.text), 1)) : m("", !0)
|
|
5022
5022
|
], 10, Ar)
|
|
5023
5023
|
])) : m("", !0)
|
|
5024
5024
|
]),
|
|
5025
5025
|
l.submitButtonOptions.show && l.submitButtonOptions.position === "belowFieldset" ? (a(), r("div", Hr, [
|
|
5026
5026
|
n.mandatoryText ? (a(), r("small", qr, [
|
|
5027
5027
|
t[4] || (t[4] = o("sup", null, "*", -1)),
|
|
5028
|
-
D(
|
|
5028
|
+
D(y(n.mandatoryText), 1)
|
|
5029
5029
|
])) : m("", !0),
|
|
5030
5030
|
l.cancelButtonOptions.show ? (a(), r("button", {
|
|
5031
5031
|
key: 1,
|
|
@@ -5037,7 +5037,7 @@ function Ur(e, t, n, s, i, l) {
|
|
|
5037
5037
|
key: 0,
|
|
5038
5038
|
class: b(l.cancelButtonOptions.iconClass)
|
|
5039
5039
|
}, null, 2)) : m("", !0),
|
|
5040
|
-
l.cancelButtonOptions.text ? (a(), r("span", Rr,
|
|
5040
|
+
l.cancelButtonOptions.text ? (a(), r("span", Rr, y(l.cancelButtonOptions.text), 1)) : m("", !0)
|
|
5041
5041
|
], 2)) : m("", !0),
|
|
5042
5042
|
l.submitButtonOptions.show ? (a(), r("button", {
|
|
5043
5043
|
key: 2,
|
|
@@ -5048,14 +5048,14 @@ function Ur(e, t, n, s, i, l) {
|
|
|
5048
5048
|
key: 0,
|
|
5049
5049
|
class: b(l.submitButtonOptions.iconClass)
|
|
5050
5050
|
}, null, 2)) : m("", !0),
|
|
5051
|
-
l.submitButtonOptions.text ? (a(), r("span",
|
|
5051
|
+
l.submitButtonOptions.text ? (a(), r("span", Ur, y(l.submitButtonOptions.text), 1)) : m("", !0)
|
|
5052
5052
|
], 10, jr)) : m("", !0)
|
|
5053
5053
|
])) : m("", !0),
|
|
5054
5054
|
F(e.$slots, "button-row")
|
|
5055
5055
|
], 64)) : F(e.$slots, "default", { key: 1 })
|
|
5056
5056
|
], 42, Br);
|
|
5057
5057
|
}
|
|
5058
|
-
const hi = /* @__PURE__ */ B(Ir, [["render",
|
|
5058
|
+
const hi = /* @__PURE__ */ B(Ir, [["render", Nr]]), zr = {
|
|
5059
5059
|
data() {
|
|
5060
5060
|
return {
|
|
5061
5061
|
defaultMessageProperties: {
|
|
@@ -5091,7 +5091,7 @@ const hi = /* @__PURE__ */ B(Ir, [["render", Ur]]), zr = {
|
|
|
5091
5091
|
};
|
|
5092
5092
|
}
|
|
5093
5093
|
};
|
|
5094
|
-
class
|
|
5094
|
+
class Pe {
|
|
5095
5095
|
static PATTERN_SURNAME = /^[a-züöäßáéíóàèìòêîô '-]+$/i;
|
|
5096
5096
|
static PATTERN_EMAIL = /^[a-z\d._%+-]+@[a-z\d._%+-]+\.[a-z]{2,}$/i;
|
|
5097
5097
|
static PATTERN_MESSAGE = /^.{2,500}$/;
|
|
@@ -5100,7 +5100,7 @@ class Me {
|
|
|
5100
5100
|
this.label = t;
|
|
5101
5101
|
}
|
|
5102
5102
|
validate(t) {
|
|
5103
|
-
const n = this.validateRequired(t.lastName.value,
|
|
5103
|
+
const n = this.validateRequired(t.lastName.value, Pe.PATTERN_SURNAME, this.label("form_error_invalid_surname")), s = this.validateRequired(t.email.value, Pe.PATTERN_EMAIL, this.label("form_error_invalid_email")), i = this.validateRequired(t.userMessage.value, Pe.PATTERN_MESSAGE, this.label("form_error_invalid_message"));
|
|
5104
5104
|
return t.lastName.error = n[0], t.lastName.errorMessage = n[1], t.email.error = s[0], t.email.errorMessage = s[1], t.userMessage.error = i[0], t.userMessage.errorMessage = i[1], console.log("validate", t.email), t.acceptPrivacy.error = !1, t.error = t.lastName.error || t.email.error || t.userMessage.error, t;
|
|
5105
5105
|
}
|
|
5106
5106
|
validatePrivacy(t) {
|
|
@@ -5811,7 +5811,7 @@ const nt = /* @__PURE__ */ B(nd, [["render", ld]]), od = {
|
|
|
5811
5811
|
}
|
|
5812
5812
|
}, sd = ["href", "onClick", "title", "target"], rd = { key: 1 }, dd = { key: 1 }, ud = { key: 0 };
|
|
5813
5813
|
function cd(e, t, n, s, i, l) {
|
|
5814
|
-
const d =
|
|
5814
|
+
const d = U, c = nt, u = oe, h = R;
|
|
5815
5815
|
return a(), r("div", {
|
|
5816
5816
|
class: b([
|
|
5817
5817
|
"cmd-thumbnail-scroller",
|
|
@@ -5851,7 +5851,7 @@ function cd(e, t, n, s, i, l) {
|
|
|
5851
5851
|
iconClass: p.iconClass,
|
|
5852
5852
|
type: p.iconType
|
|
5853
5853
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
5854
|
-
p.text ? (a(), r("span", dd,
|
|
5854
|
+
p.text ? (a(), r("span", dd, y(p.text), 1)) : m("", !0)
|
|
5855
5855
|
], 64)) : m("", !0) : (a(), r("a", {
|
|
5856
5856
|
key: 0,
|
|
5857
5857
|
href: n.executeOnClick === "url" ? p.url : "#",
|
|
@@ -5870,7 +5870,7 @@ function cd(e, t, n, s, i, l) {
|
|
|
5870
5870
|
iconClass: p.iconClass,
|
|
5871
5871
|
type: p.iconType
|
|
5872
5872
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
5873
|
-
p.text ? (a(), r("span", rd,
|
|
5873
|
+
p.text ? (a(), r("span", rd, y(p.text), 1)) : m("", !0)
|
|
5874
5874
|
], 64))
|
|
5875
5875
|
], 10, sd))
|
|
5876
5876
|
]))), 128)),
|
|
@@ -6196,7 +6196,7 @@ const pd = yi, fd = ["aria-label"], hd = { class: "flex-container" }, gd = {
|
|
|
6196
6196
|
class: "flex-container flex-items-flex-none"
|
|
6197
6197
|
}, _d = ["title"], Od = { key: 1 }, Ld = ["title"], Id = { key: 1 };
|
|
6198
6198
|
function Bd(e, t, n, s, i, l) {
|
|
6199
|
-
const d =
|
|
6199
|
+
const d = U, c = R, u = oe, h = nt, p = gi;
|
|
6200
6200
|
return a(), r("dialog", {
|
|
6201
6201
|
ref: "dialog",
|
|
6202
6202
|
class: b(["cmd-fancybox", { "show-overlay": e.showOverlay, image: e.fancyBoxImageUrl || e.fancyBoxGallery, "image-gallery": e.fancyBoxGallery }]),
|
|
@@ -6284,7 +6284,7 @@ function Bd(e, t, n, s, i, l) {
|
|
|
6284
6284
|
iconClass: e.fancyBoxOptionsProperties.submitButtons.cancel?.iconClass,
|
|
6285
6285
|
type: e.fancyBoxOptionsProperties.submitButtons.cancel?.iconType
|
|
6286
6286
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
6287
|
-
e.fancyBoxOptionsProperties.submitButtons.cancel?.buttonText ? (a(), r("span", Od,
|
|
6287
|
+
e.fancyBoxOptionsProperties.submitButtons.cancel?.buttonText ? (a(), r("span", Od, y(e.fancyBoxOptionsProperties.submitButtons.cancel?.buttonText), 1)) : m("", !0)
|
|
6288
6288
|
], 8, _d)) : m("", !0),
|
|
6289
6289
|
e.fancyBoxOptionsProperties.submitButtons?.confirm ? (a(), r("button", {
|
|
6290
6290
|
key: 1,
|
|
@@ -6296,7 +6296,7 @@ function Bd(e, t, n, s, i, l) {
|
|
|
6296
6296
|
iconClass: e.fancyBoxOptionsProperties.submitButtons.confirm?.iconClass,
|
|
6297
6297
|
type: e.fancyBoxOptionsProperties.submitButtons.confirm?.iconType
|
|
6298
6298
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
6299
|
-
e.fancyBoxOptionsProperties.submitButtons.confirm?.buttonText ? (a(), r("span", Id,
|
|
6299
|
+
e.fancyBoxOptionsProperties.submitButtons.confirm?.buttonText ? (a(), r("span", Id, y(e.fancyBoxOptionsProperties.submitButtons.confirm?.buttonText), 1)) : m("", !0)
|
|
6300
6300
|
], 8, Ld)) : m("", !0)
|
|
6301
6301
|
])) : m("", !0),
|
|
6302
6302
|
e.fancyBoxGallery ? (a(), C(p, {
|
|
@@ -6322,7 +6322,7 @@ const Dd = /* @__PURE__ */ B(pd, [["render", Bd]]), Fd = {
|
|
|
6322
6322
|
data() {
|
|
6323
6323
|
return {
|
|
6324
6324
|
sendSuccessfully: !1,
|
|
6325
|
-
validator: new
|
|
6325
|
+
validator: new Pe((e) => e),
|
|
6326
6326
|
formData: {
|
|
6327
6327
|
salutation: { value: this.configuration.salutation.default },
|
|
6328
6328
|
lastName: { value: "" },
|
|
@@ -6597,7 +6597,7 @@ const Dd = /* @__PURE__ */ B(pd, [["render", Bd]]), Fd = {
|
|
|
6597
6597
|
this.cityBeforeZip = this.showCityBeforeZip;
|
|
6598
6598
|
}
|
|
6599
6599
|
}
|
|
6600
|
-
},
|
|
6600
|
+
}, Pd = { class: "cmd-basic-form" }, Md = {
|
|
6601
6601
|
key: 0,
|
|
6602
6602
|
class: "flex-container flex-items-flex-none row-for-small order-male-female"
|
|
6603
6603
|
}, Vd = {
|
|
@@ -6611,8 +6611,8 @@ const Dd = /* @__PURE__ */ B(pd, [["render", Bd]]), Fd = {
|
|
|
6611
6611
|
class: "flex-container"
|
|
6612
6612
|
}, Hd = ["innerHTML"];
|
|
6613
6613
|
function qd(e, t, n, s, i, l) {
|
|
6614
|
-
const d =
|
|
6615
|
-
return a(), r("div",
|
|
6614
|
+
const d = U, c = K, u = hi;
|
|
6615
|
+
return a(), r("div", Pd, [
|
|
6616
6616
|
n.cmdHeadline ? (a(), C(d, A(S({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
6617
6617
|
f(u, S({
|
|
6618
6618
|
onSubmit: l.onSubmit,
|
|
@@ -6626,7 +6626,7 @@ function qd(e, t, n, s, i, l) {
|
|
|
6626
6626
|
class: "flex-container flex-direction-column"
|
|
6627
6627
|
}), {
|
|
6628
6628
|
default: x(() => [
|
|
6629
|
-
n.configuration.salutation ? (a(), r("div",
|
|
6629
|
+
n.configuration.salutation ? (a(), r("div", Md, [
|
|
6630
6630
|
f(c, {
|
|
6631
6631
|
element: "input",
|
|
6632
6632
|
type: "radio",
|
|
@@ -6867,7 +6867,7 @@ const bi = /* @__PURE__ */ B(Fd, [["render", qd]]), Rd = {
|
|
|
6867
6867
|
required: !1
|
|
6868
6868
|
}
|
|
6869
6869
|
}
|
|
6870
|
-
}, jd = ["src", "alt"],
|
|
6870
|
+
}, jd = ["src", "alt"], Ud = ["title"], Nd = { key: 2 }, zd = ["title"], Wd = ["src", "alt"];
|
|
6871
6871
|
function Gd(e, t, n, s, i, l) {
|
|
6872
6872
|
return a(), r(T, null, [
|
|
6873
6873
|
n.image?.src && (n.image?.position === "left" || n.image?.position === "top" || !n.image?.position) ? (a(), r("img", {
|
|
@@ -6879,8 +6879,8 @@ function Gd(e, t, n, s, i, l) {
|
|
|
6879
6879
|
key: 1,
|
|
6880
6880
|
class: b(n.icon?.iconClass),
|
|
6881
6881
|
title: n.icon?.tooltip
|
|
6882
|
-
}, null, 10,
|
|
6883
|
-
n.text ? (a(), r("span",
|
|
6882
|
+
}, null, 10, Ud)) : m("", !0),
|
|
6883
|
+
n.text ? (a(), r("span", Nd, y(n.text), 1)) : m("", !0),
|
|
6884
6884
|
n.icon?.iconClass && (n.icon?.position === "right" || n.icon?.position === "bottom") ? (a(), r("span", {
|
|
6885
6885
|
key: 3,
|
|
6886
6886
|
class: b(n.icon?.iconClass),
|
|
@@ -7128,7 +7128,7 @@ function $d(e, t, n, s, i, l) {
|
|
|
7128
7128
|
ref: "tag"
|
|
7129
7129
|
}, [
|
|
7130
7130
|
F(e.$slots, "default", {}, () => [
|
|
7131
|
-
o("span", null,
|
|
7131
|
+
o("span", null, y(n.tagText), 1),
|
|
7132
7132
|
n.removeTagByClick ? (a(), r("a", {
|
|
7133
7133
|
key: 0,
|
|
7134
7134
|
href: "#",
|
|
@@ -7443,7 +7443,7 @@ const ou = /* @__PURE__ */ B(eu, [["render", lu]]), au = {
|
|
|
7443
7443
|
})
|
|
7444
7444
|
}, su = { key: 1 }, ru = ["href"], du = { key: 2 }, uu = { key: 0 }, cu = { key: 1 }, mu = { key: 1 }, pu = { key: 1 };
|
|
7445
7445
|
function fu(e, t, n, s, i, l) {
|
|
7446
|
-
const d =
|
|
7446
|
+
const d = U, c = ou, u = Ce, h = oe, p = xi, v = R, k = he;
|
|
7447
7447
|
return a(), C(pe, { name: n.transition }, {
|
|
7448
7448
|
default: x(() => [
|
|
7449
7449
|
o("div", {
|
|
@@ -7533,14 +7533,14 @@ function fu(e, t, n, s, i, l) {
|
|
|
7533
7533
|
key: 0,
|
|
7534
7534
|
ref_for: !0
|
|
7535
7535
|
}, I.descriptionTerm.cmdIcon), null, 16)) : m("", !0),
|
|
7536
|
-
I.descriptionTerm?.text ? (a(), r("span", cu,
|
|
7536
|
+
I.descriptionTerm?.text ? (a(), r("span", cu, y(I.descriptionTerm?.text), 1)) : m("", !0)
|
|
7537
7537
|
])),
|
|
7538
7538
|
o("dd", null, [
|
|
7539
7539
|
I.descriptionData.cmdLink !== void 0 ? (a(), C(k, S({
|
|
7540
7540
|
key: 0,
|
|
7541
7541
|
ref_for: !0
|
|
7542
7542
|
}, I.descriptionData.cmdLink), null, 16)) : (a(), r(T, { key: 1 }, [
|
|
7543
|
-
D(
|
|
7543
|
+
D(y(I.descriptionData.text), 1)
|
|
7544
7544
|
], 64))
|
|
7545
7545
|
]),
|
|
7546
7546
|
n.alignDescriptionTermRight ? (a(), r("dt", mu, [
|
|
@@ -7548,7 +7548,7 @@ function fu(e, t, n, s, i, l) {
|
|
|
7548
7548
|
key: 0,
|
|
7549
7549
|
ref_for: !0
|
|
7550
7550
|
}, I.descriptionTerm.cmdIcon), null, 16)) : m("", !0),
|
|
7551
|
-
I.descriptionTerm?.text ? (a(), r("span", pu,
|
|
7551
|
+
I.descriptionTerm?.text ? (a(), r("span", pu, y(I.descriptionTerm?.text), 1)) : m("", !0)
|
|
7552
7552
|
])) : m("", !0)
|
|
7553
7553
|
], 64))), 128))
|
|
7554
7554
|
]))
|
|
@@ -7923,7 +7923,7 @@ const yu = ["title"], bu = {
|
|
|
7923
7923
|
}, Lu = { class: "box-body" }, Iu = { key: 0 }, Bu = {
|
|
7924
7924
|
key: 1,
|
|
7925
7925
|
class: "price"
|
|
7926
|
-
}, Du = ["title"], Fu = { key: 2 },
|
|
7926
|
+
}, Du = ["title"], Fu = { key: 2 }, Pu = { class: "box-header flex-container vertical" }, Mu = { key: 0 }, Vu = ["src", "alt"], Au = {
|
|
7927
7927
|
key: 0,
|
|
7928
7928
|
class: "user-name"
|
|
7929
7929
|
}, Eu = {
|
|
@@ -7935,10 +7935,10 @@ const yu = ["title"], bu = {
|
|
|
7935
7935
|
}, Ru = {
|
|
7936
7936
|
key: 0,
|
|
7937
7937
|
class: "user-age"
|
|
7938
|
-
}, ju = { class: "box-body" },
|
|
7938
|
+
}, ju = { class: "box-body" }, Uu = {
|
|
7939
7939
|
key: 0,
|
|
7940
7940
|
class: "user-name"
|
|
7941
|
-
},
|
|
7941
|
+
}, Nu = { key: 1 }, zu = { key: 2 }, Wu = {
|
|
7942
7942
|
key: 3,
|
|
7943
7943
|
class: "description"
|
|
7944
7944
|
}, Gu = {
|
|
@@ -7949,7 +7949,7 @@ const yu = ["title"], bu = {
|
|
|
7949
7949
|
class: "box-footer"
|
|
7950
7950
|
};
|
|
7951
7951
|
function Yu(e, t, n, s, i, l) {
|
|
7952
|
-
const d =
|
|
7952
|
+
const d = U, c = R, u = oe, h = he, p = Yt;
|
|
7953
7953
|
return n.boxType === "content" ? (a(), r("div", {
|
|
7954
7954
|
key: 0,
|
|
7955
7955
|
ref: "cmdBox",
|
|
@@ -8016,7 +8016,7 @@ function Yu(e, t, n, s, i, l) {
|
|
|
8016
8016
|
key: 1,
|
|
8017
8017
|
href: "#",
|
|
8018
8018
|
onClick: t[1] || (t[1] = w((...v) => l.toggleCutOffText && l.toggleCutOffText(...v), ["prevent"]))
|
|
8019
|
-
},
|
|
8019
|
+
}, y(i.showCutOffText ? e.getMessage("box.contentbox.collapse_text") : e.getMessage("box.contentbox.expand_text")), 1)) : m("", !0)
|
|
8020
8020
|
]),
|
|
8021
8021
|
_: 1
|
|
8022
8022
|
}, 8, ["name"])
|
|
@@ -8058,21 +8058,21 @@ function Yu(e, t, n, s, i, l) {
|
|
|
8058
8058
|
o("div", Su, [
|
|
8059
8059
|
n.product.image?.src ? (a(), C(u, A(S({ key: 0 }, { image: { ...n.product.image } })), null, 16)) : m("", !0),
|
|
8060
8060
|
n.product.new ? (a(), r("div", _u, [
|
|
8061
|
-
o("span", null,
|
|
8061
|
+
o("span", null, y(e.getMessage("box.productbox.new")), 1)
|
|
8062
8062
|
])) : m("", !0),
|
|
8063
8063
|
n.product.discount ? (a(), r("div", Ou, [
|
|
8064
|
-
o("span", null,
|
|
8064
|
+
o("span", null, y(n.product.discount), 1)
|
|
8065
8065
|
])) : m("", !0)
|
|
8066
8066
|
]),
|
|
8067
8067
|
o("div", Lu, [
|
|
8068
|
-
n.product.articleNumber ? (a(), r("p", Iu,
|
|
8068
|
+
n.product.articleNumber ? (a(), r("p", Iu, y(e.getMessage("box.productbox.article_no")) + " " + y(n.product.articleNumber), 1)) : m("", !0),
|
|
8069
8069
|
n.product.price ? (a(), r("p", Bu, [
|
|
8070
|
-
o("span", null,
|
|
8070
|
+
o("span", null, y(n.product.price), 1),
|
|
8071
8071
|
o("span", {
|
|
8072
8072
|
title: e.globalCurrency.name
|
|
8073
|
-
},
|
|
8073
|
+
}, y(e.globalCurrency.symbol), 9, Du)
|
|
8074
8074
|
])) : m("", !0),
|
|
8075
|
-
n.product.description ? (a(), r("p", Fu,
|
|
8075
|
+
n.product.description ? (a(), r("p", Fu, y(n.product.description), 1)) : m("", !0)
|
|
8076
8076
|
])
|
|
8077
8077
|
], 2)) : n.boxType === "user" && n.user ? (a(), r("div", {
|
|
8078
8078
|
key: 2,
|
|
@@ -8086,15 +8086,15 @@ function Yu(e, t, n, s, i, l) {
|
|
|
8086
8086
|
}
|
|
8087
8087
|
])
|
|
8088
8088
|
}, [
|
|
8089
|
-
o("div",
|
|
8090
|
-
n.user.image?.src ? (a(), r("figure",
|
|
8089
|
+
o("div", Pu, [
|
|
8090
|
+
n.user.image?.src ? (a(), r("figure", Mu, [
|
|
8091
8091
|
o("img", {
|
|
8092
8092
|
src: n.user.image.src,
|
|
8093
8093
|
alt: n.user.image.alt
|
|
8094
8094
|
}, null, 8, Vu),
|
|
8095
8095
|
n.rowView ? m("", !0) : (a(), r("figcaption", Au, [
|
|
8096
|
-
D(
|
|
8097
|
-
n.user.age ? (a(), r("span", Eu, " (" +
|
|
8096
|
+
D(y(n.user.name) + " ", 1),
|
|
8097
|
+
n.user.age ? (a(), r("span", Eu, " (" + y(n.user.age) + ") ", 1)) : m("", !0)
|
|
8098
8098
|
]))
|
|
8099
8099
|
])) : (a(), r(T, { key: 1 }, [
|
|
8100
8100
|
o("div", Hu, [
|
|
@@ -8105,19 +8105,19 @@ function Yu(e, t, n, s, i, l) {
|
|
|
8105
8105
|
}, null, 8, ["iconClass", "type", "title"])
|
|
8106
8106
|
]),
|
|
8107
8107
|
n.rowView ? m("", !0) : (a(), r("p", qu, [
|
|
8108
|
-
D(
|
|
8109
|
-
n.user.age ? (a(), r("span", Ru, " (" +
|
|
8108
|
+
D(y(n.user.name) + " ", 1),
|
|
8109
|
+
n.user.age ? (a(), r("span", Ru, " (" + y(n.user.age) + ") ", 1)) : m("", !0)
|
|
8110
8110
|
]))
|
|
8111
8111
|
], 64))
|
|
8112
8112
|
]),
|
|
8113
8113
|
o("div", ju, [
|
|
8114
|
-
n.rowView ? (a(), r("p",
|
|
8115
|
-
n.user.profession ? (a(), r("p",
|
|
8116
|
-
n.user.position ? (a(), r("p", zu,
|
|
8117
|
-
n.user.description ? (a(), r("p", Wu,
|
|
8114
|
+
n.rowView ? (a(), r("p", Uu, y(n.user.name), 1)) : m("", !0),
|
|
8115
|
+
n.user.profession ? (a(), r("p", Nu, y(n.user.profession), 1)) : m("", !0),
|
|
8116
|
+
n.user.position ? (a(), r("p", zu, y(n.user.position), 1)) : m("", !0),
|
|
8117
|
+
n.user.description ? (a(), r("p", Wu, y(n.user.description), 1)) : m("", !0)
|
|
8118
8118
|
]),
|
|
8119
8119
|
n.user.tags && n.user.tags.length ? (a(), r("ul", Gu, [
|
|
8120
|
-
(a(!0), r(T, null, M(n.user.tags, (v, k) => (a(), r("li", { key: k },
|
|
8120
|
+
(a(!0), r(T, null, M(n.user.tags, (v, k) => (a(), r("li", { key: k }, y(v), 1))), 128))
|
|
8121
8121
|
])) : m("", !0),
|
|
8122
8122
|
n.user.links && n.user.links.length ? (a(), r("div", Ku, [
|
|
8123
8123
|
f(p, {
|
|
@@ -8333,7 +8333,7 @@ const Ju = { class: "cmd-box-wrapper" }, Zu = {
|
|
|
8333
8333
|
class: "options-wrapper"
|
|
8334
8334
|
}, Xu = ["title"];
|
|
8335
8335
|
function $u(e, t, n, s, i, l) {
|
|
8336
|
-
const d =
|
|
8336
|
+
const d = U, c = R;
|
|
8337
8337
|
return a(), r("div", Ju, [
|
|
8338
8338
|
n.cmdHeadline.headlineText || n.allowUserToToggleOrientation ? (a(), r("div", Zu, [
|
|
8339
8339
|
n.cmdHeadline.headlineText ? (a(), C(d, A(S({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
@@ -8415,7 +8415,7 @@ const ec = {
|
|
|
8415
8415
|
function dc(e, t, n, s, i, l) {
|
|
8416
8416
|
const d = R, c = de("router-link");
|
|
8417
8417
|
return a(), r("ul", tc, [
|
|
8418
|
-
n.breadcrumbLabel ? (a(), r("li", nc,
|
|
8418
|
+
n.breadcrumbLabel ? (a(), r("li", nc, y(n.breadcrumbLabel), 1)) : m("", !0),
|
|
8419
8419
|
(a(!0), r(T, null, M(n.breadcrumbLinks || [], (u, h) => (a(), r("li", { key: h }, [
|
|
8420
8420
|
u.type === "href" ? (a(), r("a", {
|
|
8421
8421
|
key: 0,
|
|
@@ -8426,7 +8426,7 @@ function dc(e, t, n, s, i, l) {
|
|
|
8426
8426
|
iconClass: u.iconClass,
|
|
8427
8427
|
type: u.iconType
|
|
8428
8428
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
8429
|
-
u.text ? (a(), r("span", lc,
|
|
8429
|
+
u.text ? (a(), r("span", lc, y(u.text), 1)) : m("", !0)
|
|
8430
8430
|
], 8, ic)) : u.type === "router" ? (a(), C(c, {
|
|
8431
8431
|
key: 1,
|
|
8432
8432
|
to: l.getRoute(u)
|
|
@@ -8437,7 +8437,7 @@ function dc(e, t, n, s, i, l) {
|
|
|
8437
8437
|
iconClass: u.iconClass,
|
|
8438
8438
|
type: u.iconType
|
|
8439
8439
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
8440
|
-
u.text ? (a(), r("span", oc,
|
|
8440
|
+
u.text ? (a(), r("span", oc, y(u.text), 1)) : m("", !0)
|
|
8441
8441
|
]),
|
|
8442
8442
|
_: 2
|
|
8443
8443
|
}, 1032, ["to"])) : (a(), r("span", ac, [
|
|
@@ -8446,9 +8446,9 @@ function dc(e, t, n, s, i, l) {
|
|
|
8446
8446
|
iconClass: u.iconClass,
|
|
8447
8447
|
type: u.iconType
|
|
8448
8448
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
8449
|
-
u.text ? (a(), r("span", sc,
|
|
8449
|
+
u.text ? (a(), r("span", sc, y(u.text), 1)) : m("", !0)
|
|
8450
8450
|
])),
|
|
8451
|
-
h < n.breadcrumbLinks.length - 1 ? (a(), r("span", rc,
|
|
8451
|
+
h < n.breadcrumbLinks.length - 1 ? (a(), r("span", rc, y(n.breadcrumbSeparator), 1)) : m("", !0)
|
|
8452
8452
|
]))), 128))
|
|
8453
8453
|
]);
|
|
8454
8454
|
}
|
|
@@ -8758,7 +8758,7 @@ const ki = /* @__PURE__ */ B(yc, [["render", Cc]]), vc = {
|
|
|
8758
8758
|
}
|
|
8759
8759
|
}, kc = { class: "cmd-container" };
|
|
8760
8760
|
function wc(e, t, n, s, i, l) {
|
|
8761
|
-
const d =
|
|
8761
|
+
const d = U;
|
|
8762
8762
|
return a(), r("div", kc, [
|
|
8763
8763
|
n.cmdHeadline ? (a(), C(d, A(S({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
8764
8764
|
o("div", {
|
|
@@ -8922,12 +8922,12 @@ const Tc = /* @__PURE__ */ B(vc, [["render", wc]]), Sc = {
|
|
|
8922
8922
|
}, Oc = { class: "cmd-cookie-disclaimer flex-container vertical" }, Lc = { key: 1 }, Ic = {
|
|
8923
8923
|
key: 0,
|
|
8924
8924
|
class: "flex-container vertical"
|
|
8925
|
-
}, Bc = ["onClick", "title"], Dc = { class: "collapsible-box-body" }, Fc = { key: 0 },
|
|
8925
|
+
}, Bc = ["onClick", "title"], Dc = { class: "collapsible-box-body" }, Fc = { key: 0 }, Pc = { key: 1 }, Mc = ["href", "target"], Vc = {
|
|
8926
8926
|
key: 1,
|
|
8927
8927
|
class: "flex-container vertical"
|
|
8928
|
-
}, Ac = ["onClick", "title"], Ec = { class: "collapsible-box-body" }, Hc = { key: 0 }, qc = { key: 1 }, Rc = ["href", "target"], jc = ["innerHTML"],
|
|
8929
|
-
function
|
|
8930
|
-
const d =
|
|
8928
|
+
}, Ac = ["onClick", "title"], Ec = { class: "collapsible-box-body" }, Hc = { key: 0 }, qc = { key: 1 }, Rc = ["href", "target"], jc = ["innerHTML"], Uc = { class: "button-wrapper align-center" };
|
|
8929
|
+
function Nc(e, t, n, s, i, l) {
|
|
8930
|
+
const d = U, c = K;
|
|
8931
8931
|
return a(), C(pe, { name: n.transition }, {
|
|
8932
8932
|
default: x(() => [
|
|
8933
8933
|
o("div", Oc, [
|
|
@@ -8974,14 +8974,14 @@ function Uc(e, t, n, s, i, l) {
|
|
|
8974
8974
|
], 8, Bc)
|
|
8975
8975
|
], 2),
|
|
8976
8976
|
W(o("div", Dc, [
|
|
8977
|
-
u.description ? (a(), r("p", Fc,
|
|
8978
|
-
u.linkDataPrivacy ? (a(), r("p",
|
|
8979
|
-
D(
|
|
8977
|
+
u.description ? (a(), r("p", Fc, y(u.description), 1)) : m("", !0),
|
|
8978
|
+
u.linkDataPrivacy ? (a(), r("p", Pc, [
|
|
8979
|
+
D(y(u.linkDataPrivacy.label) + " ", 1),
|
|
8980
8980
|
o("a", {
|
|
8981
8981
|
onClick: t[1] || (t[1] = (...p) => l.openDataPrivacy && l.openDataPrivacy(...p)),
|
|
8982
8982
|
href: u.linkDataPrivacy.link,
|
|
8983
8983
|
target: u.linkDataPrivacy.target
|
|
8984
|
-
},
|
|
8984
|
+
}, y(u.linkDataPrivacy.linkText), 9, Mc)
|
|
8985
8985
|
])) : m("", !0)
|
|
8986
8986
|
], 512), [
|
|
8987
8987
|
[te, l.boxIsOpen(u.id)]
|
|
@@ -9025,14 +9025,14 @@ function Uc(e, t, n, s, i, l) {
|
|
|
9025
9025
|
], 8, Ac)
|
|
9026
9026
|
], 2),
|
|
9027
9027
|
W(o("div", Ec, [
|
|
9028
|
-
u.description ? (a(), r("p", Hc,
|
|
9028
|
+
u.description ? (a(), r("p", Hc, y(u.description), 1)) : m("", !0),
|
|
9029
9029
|
u.linkDataPrivacy ? (a(), r("p", qc, [
|
|
9030
|
-
D(
|
|
9030
|
+
D(y(u.linkDataPrivacy.label) + " ", 1),
|
|
9031
9031
|
o("a", {
|
|
9032
9032
|
onClick: t[3] || (t[3] = (...p) => l.openDataPrivacy && l.openDataPrivacy(...p)),
|
|
9033
9033
|
href: u.linkDataPrivacy.link,
|
|
9034
9034
|
target: u.linkDataPrivacy.target
|
|
9035
|
-
},
|
|
9035
|
+
}, y(u.linkDataPrivacy.linkText), 9, Rc)
|
|
9036
9036
|
])) : m("", !0)
|
|
9037
9037
|
], 512), [
|
|
9038
9038
|
[te, l.boxIsOpen(u.id)]
|
|
@@ -9045,19 +9045,19 @@ function Uc(e, t, n, s, i, l) {
|
|
|
9045
9045
|
class: "privacy-text",
|
|
9046
9046
|
innerHTML: e.getMessage("cookie_disclaimer.text.data_privacy")
|
|
9047
9047
|
}, null, 8, jc)) : m("", !0),
|
|
9048
|
-
o("div",
|
|
9048
|
+
o("div", Uc, [
|
|
9049
9049
|
o("button", {
|
|
9050
9050
|
type: "button",
|
|
9051
9051
|
onClick: t[4] || (t[4] = (...u) => l.acceptCurrentCookies && l.acceptCurrentCookies(...u))
|
|
9052
9052
|
}, [
|
|
9053
|
-
o("span", null,
|
|
9053
|
+
o("span", null, y(e.getMessage("cookie_disclaimer.button.accept_current_settings")), 1)
|
|
9054
9054
|
]),
|
|
9055
9055
|
o("button", {
|
|
9056
9056
|
type: "button",
|
|
9057
9057
|
class: "primary",
|
|
9058
9058
|
onClick: t[5] || (t[5] = (...u) => l.acceptAllCookies && l.acceptAllCookies(...u))
|
|
9059
9059
|
}, [
|
|
9060
|
-
o("span", null,
|
|
9060
|
+
o("span", null, y(e.getMessage("cookie_disclaimer.button.accept_all_cookies")), 1)
|
|
9061
9061
|
])
|
|
9062
9062
|
])
|
|
9063
9063
|
]))
|
|
@@ -9066,7 +9066,7 @@ function Uc(e, t, n, s, i, l) {
|
|
|
9066
9066
|
_: 3
|
|
9067
9067
|
}, 8, ["name"]);
|
|
9068
9068
|
}
|
|
9069
|
-
const zc = /* @__PURE__ */ B(_c, [["render",
|
|
9069
|
+
const zc = /* @__PURE__ */ B(_c, [["render", Nc]]), Wc = {
|
|
9070
9070
|
name: "CmdCopyrightWrapper"
|
|
9071
9071
|
}, Gc = {
|
|
9072
9072
|
class: "cmd-copyright-information",
|
|
@@ -9367,7 +9367,7 @@ const Yc = /* @__PURE__ */ B(Wc, [["render", Kc]]), Jc = {
|
|
|
9367
9367
|
class: "select-all-options"
|
|
9368
9368
|
};
|
|
9369
9369
|
function ym(e, t, n, s, i, l) {
|
|
9370
|
-
const d = R, c =
|
|
9370
|
+
const d = R, c = Nt, u = de("router-link");
|
|
9371
9371
|
return a(), r("div", {
|
|
9372
9372
|
class: b([
|
|
9373
9373
|
i.validationStatus,
|
|
@@ -9386,7 +9386,7 @@ function ym(e, t, n, s, i, l) {
|
|
|
9386
9386
|
}, [
|
|
9387
9387
|
n.showLabel ? (a(), r("span", Xc, [
|
|
9388
9388
|
o("span", { id: e.htmlId }, [
|
|
9389
|
-
D(
|
|
9389
|
+
D(y(n.labelText), 1),
|
|
9390
9390
|
e.$attrs.required !== void 0 ? (a(), r("sup", em, "*")) : m("", !0)
|
|
9391
9391
|
], 8, $c),
|
|
9392
9392
|
(e.$attrs.required || e.inputRequirements.length) && n.showStatusIcon ? (a(), r("a", {
|
|
@@ -9437,7 +9437,7 @@ function ym(e, t, n, s, i, l) {
|
|
|
9437
9437
|
type: l.optionIcon?.iconType,
|
|
9438
9438
|
iconClass: l.optionIcon?.iconClass
|
|
9439
9439
|
}, null, 8, ["type", "iconClass"])) : m("", !0),
|
|
9440
|
-
l.optionName ? (a(), r("span", om,
|
|
9440
|
+
l.optionName ? (a(), r("span", om, y(l.optionName), 1)) : m("", !0),
|
|
9441
9441
|
n.iconDropdown ? (a(), C(d, {
|
|
9442
9442
|
key: 4,
|
|
9443
9443
|
iconClass: n.iconDropdown.iconClass,
|
|
@@ -9463,7 +9463,7 @@ function ym(e, t, n, s, i, l) {
|
|
|
9463
9463
|
iconClass: h.iconClass,
|
|
9464
9464
|
type: h.iconType
|
|
9465
9465
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
9466
|
-
h.text ? (a(), r("span", dm,
|
|
9466
|
+
h.text ? (a(), r("span", dm, y(h.text), 1)) : m("", !0)
|
|
9467
9467
|
], 10, rm)) : m("", !0),
|
|
9468
9468
|
n.optionLinkType === "router" ? (a(), C(u, {
|
|
9469
9469
|
key: 1,
|
|
@@ -9477,7 +9477,7 @@ function ym(e, t, n, s, i, l) {
|
|
|
9477
9477
|
iconClass: h.iconClass,
|
|
9478
9478
|
type: h.iconType
|
|
9479
9479
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
9480
|
-
o("span", null,
|
|
9480
|
+
o("span", null, y(h.text), 1)
|
|
9481
9481
|
]),
|
|
9482
9482
|
_: 2
|
|
9483
9483
|
}, 1032, ["onClick", "class"])) : m("", !0)
|
|
@@ -9500,7 +9500,7 @@ function ym(e, t, n, s, i, l) {
|
|
|
9500
9500
|
checked: l.compareValues(h.value),
|
|
9501
9501
|
id: "option-" + (p + 1)
|
|
9502
9502
|
}, null, 40, mm),
|
|
9503
|
-
o("span", null,
|
|
9503
|
+
o("span", null, y(h.text), 1)
|
|
9504
9504
|
], 10, cm)) : n.type === "country" ? (a(), r("a", {
|
|
9505
9505
|
key: 1,
|
|
9506
9506
|
href: "#",
|
|
@@ -9512,7 +9512,7 @@ function ym(e, t, n, s, i, l) {
|
|
|
9512
9512
|
src: l.pathFlag(h.value),
|
|
9513
9513
|
alt: h.text
|
|
9514
9514
|
}, null, 8, fm),
|
|
9515
|
-
o("span", null,
|
|
9515
|
+
o("span", null, y(h.text), 1)
|
|
9516
9516
|
], 10, pm)) : n.type === "color" ? (a(), r("a", {
|
|
9517
9517
|
key: 2,
|
|
9518
9518
|
href: "#",
|
|
@@ -9523,7 +9523,7 @@ function ym(e, t, n, s, i, l) {
|
|
|
9523
9523
|
class: "color",
|
|
9524
9524
|
style: Ke("background: " + h.value)
|
|
9525
9525
|
}, null, 4),
|
|
9526
|
-
o("span", null,
|
|
9526
|
+
o("span", null, y(h.text), 1)
|
|
9527
9527
|
], 10, hm)) : m("", !0)
|
|
9528
9528
|
]))), 128)),
|
|
9529
9529
|
n.showSelectAllOptions && n.type === "checkboxOptions" ? (a(), r("li", gm, [
|
|
@@ -9540,7 +9540,7 @@ function ym(e, t, n, s, i, l) {
|
|
|
9540
9540
|
iconClass: n.iconSelectAllOptions.iconClass,
|
|
9541
9541
|
type: n.iconSelectAllOptions.iconType
|
|
9542
9542
|
}, null, 8, ["iconClass", "type"])),
|
|
9543
|
-
o("span", null,
|
|
9543
|
+
o("span", null, y(l.selectAllOptionsText), 1)
|
|
9544
9544
|
])
|
|
9545
9545
|
])) : m("", !0)
|
|
9546
9546
|
], 10, um)) : n.type === "content" && i.showOptions ? F(e.$slots, "default", { key: 2 }) : m("", !0)
|
|
@@ -9667,7 +9667,7 @@ function Lm(e, t, n, s, i, l) {
|
|
|
9667
9667
|
iconClass: n.linkDeleteAllFilters.icon.iconClass,
|
|
9668
9668
|
title: n.linkDeleteAllFilters.icon.tooltip
|
|
9669
9669
|
}, null, 8, ["iconClass", "title"])) : m("", !0),
|
|
9670
|
-
n.linkDeleteAllFilters.text ? (a(), r("span", _m,
|
|
9670
|
+
n.linkDeleteAllFilters.text ? (a(), r("span", _m, y(n.linkDeleteAllFilters.text), 1)) : m("", !0)
|
|
9671
9671
|
])
|
|
9672
9672
|
])) : m("", !0),
|
|
9673
9673
|
(a(!0), r(T, null, M(i.options, (c, u) => (a(), r("li", { key: u }, [
|
|
@@ -9676,7 +9676,7 @@ function Lm(e, t, n, s, i, l) {
|
|
|
9676
9676
|
onClick: w((h) => l.deleteClickedFilter(u), ["prevent"]),
|
|
9677
9677
|
title: n.deleteFilterIcon.tooltip
|
|
9678
9678
|
}, [
|
|
9679
|
-
o("span", null,
|
|
9679
|
+
o("span", null, y(n.selectedOptionsName(c)), 1),
|
|
9680
9680
|
f(d, {
|
|
9681
9681
|
iconClass: n.deleteFilterIcon.iconClass,
|
|
9682
9682
|
type: n.deleteFilterIcon.iconType
|
|
@@ -9770,9 +9770,9 @@ const Dm = {
|
|
|
9770
9770
|
immediate: !0
|
|
9771
9771
|
}
|
|
9772
9772
|
}
|
|
9773
|
-
}, Fm = { class: "cmd-google-maps responsive-wrapper" },
|
|
9774
|
-
function
|
|
9775
|
-
const d =
|
|
9773
|
+
}, Fm = { class: "cmd-google-maps responsive-wrapper" }, Pm = ["src"];
|
|
9774
|
+
function Mm(e, t, n, s, i, l) {
|
|
9775
|
+
const d = U, c = ve;
|
|
9776
9776
|
return a(), r("div", Fm, [
|
|
9777
9777
|
n.cmdHeadline ? (a(), C(d, A(S({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
9778
9778
|
i.cookiesAccepted ? (a(), r("iframe", {
|
|
@@ -9780,24 +9780,24 @@ function Pm(e, t, n, s, i, l) {
|
|
|
9780
9780
|
src: l.locateAddress,
|
|
9781
9781
|
loading: "lazy",
|
|
9782
9782
|
referrerpolicy: "no-referrer-when-downgrade"
|
|
9783
|
-
}, null, 8,
|
|
9783
|
+
}, null, 8, Pm)) : (a(), C(c, {
|
|
9784
9784
|
key: 1,
|
|
9785
9785
|
validationStatus: "warning",
|
|
9786
9786
|
textAlign: "center",
|
|
9787
9787
|
iconClose: { show: !1 }
|
|
9788
9788
|
}, {
|
|
9789
9789
|
default: x(() => [
|
|
9790
|
-
o("p", null,
|
|
9790
|
+
o("p", null, y(e.getMessage("google_maps.system_message.accept_terms")), 1),
|
|
9791
9791
|
o("a", {
|
|
9792
9792
|
href: "#",
|
|
9793
9793
|
onClick: t[0] || (t[0] = w((...u) => l.acceptCookies && l.acceptCookies(...u), ["prevent"]))
|
|
9794
|
-
},
|
|
9794
|
+
}, y(e.getMessage("google_maps.button_text.accept_required_cookies")), 1)
|
|
9795
9795
|
]),
|
|
9796
9796
|
_: 1
|
|
9797
9797
|
}))
|
|
9798
9798
|
]);
|
|
9799
9799
|
}
|
|
9800
|
-
const Oi = /* @__PURE__ */ B(Dm, [["render",
|
|
9800
|
+
const Oi = /* @__PURE__ */ B(Dm, [["render", Mm]]), Vm = {
|
|
9801
9801
|
name: "CmdImageGallery",
|
|
9802
9802
|
mixins: [Z],
|
|
9803
9803
|
props: {
|
|
@@ -9891,7 +9891,7 @@ const Oi = /* @__PURE__ */ B(Dm, [["render", Pm]]), Vm = {
|
|
|
9891
9891
|
}
|
|
9892
9892
|
}, Am = { class: "cmd-image-gallery grid-container-create-columns" }, Em = ["onClick", "title"];
|
|
9893
9893
|
function Hm(e, t, n, s, i, l) {
|
|
9894
|
-
const d =
|
|
9894
|
+
const d = U, c = oe;
|
|
9895
9895
|
return a(), r("div", Am, [
|
|
9896
9896
|
n.cmdHeadline?.headlineText || e.editModeContext ? (a(), C(d, A(S({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
9897
9897
|
e.editModeContext ? n.images.length ? (a(!0), r(T, { key: 2 }, M(n.images, (u, h) => (a(), C(c, {
|
|
@@ -9978,7 +9978,7 @@ function In(e, t) {
|
|
|
9978
9978
|
function Bn(e, t, n) {
|
|
9979
9979
|
return e < t ? t : e > n ? n : e;
|
|
9980
9980
|
}
|
|
9981
|
-
const jm = { class: "cmd-image-zoom flex-container" },
|
|
9981
|
+
const jm = { class: "cmd-image-zoom flex-container" }, Um = ["title"], Nm = { class: "zoom-container" };
|
|
9982
9982
|
function zm(e, t, n, s, i, l) {
|
|
9983
9983
|
const d = oe;
|
|
9984
9984
|
return a(), r("div", jm, [
|
|
@@ -9994,8 +9994,8 @@ function zm(e, t, n, s, i, l) {
|
|
|
9994
9994
|
onMouseout: l.onMouseOut
|
|
9995
9995
|
}), null, 16, ["onMouseover", "onMousemove", "onMouseout"]),
|
|
9996
9996
|
t[0] || (t[0] = o("div", { class: "zoom-overlay" }, null, -1))
|
|
9997
|
-
], 8,
|
|
9998
|
-
o("div",
|
|
9997
|
+
], 8, Um),
|
|
9998
|
+
o("div", Nm, [
|
|
9999
9999
|
f(d, S(n.imageLarge, { useFigureTag: !1 }), null, 16)
|
|
10000
10000
|
])
|
|
10001
10001
|
]);
|
|
@@ -10374,12 +10374,12 @@ const Wm = /* @__PURE__ */ B(Rm, [["render", zm]]), Gm = {
|
|
|
10374
10374
|
class: "flex-container reset-flex no-wrap-on-small-devices justify-content-space-around"
|
|
10375
10375
|
}, tp = { key: 1 }, np = ["type", "disabled"], ip = { key: 1 }, lp = { class: "cmd-login-form flex-container" }, op = { class: "option-wrapper flex-container" }, ap = ["type", "disabled"], sp = { key: 1 };
|
|
10376
10376
|
function rp(e, t, n, s, i, l) {
|
|
10377
|
-
const d =
|
|
10377
|
+
const d = U, c = R, u = K, h = he;
|
|
10378
10378
|
return a(), r(T, null, [
|
|
10379
10379
|
W(o("fieldset", Km, [
|
|
10380
10380
|
o("legend", {
|
|
10381
10381
|
class: b({ hidden: !n.legendLoginForm.show, "align-left": n.legendLoginForm.align === "left" })
|
|
10382
|
-
},
|
|
10382
|
+
}, y(n.legendLoginForm.text), 3),
|
|
10383
10383
|
n.cmdHeadlineLoginForm ? (a(), C(d, A(S({ key: 0 }, n.cmdHeadlineLoginForm)), null, 16)) : m("", !0),
|
|
10384
10384
|
n.enableLoginWithGoogle ? (a(), r("button", {
|
|
10385
10385
|
key: 1,
|
|
@@ -10390,7 +10390,7 @@ function rp(e, t, n, s, i, l) {
|
|
|
10390
10390
|
o("div", Ym, [
|
|
10391
10391
|
o("div", Jm, [
|
|
10392
10392
|
(a(), r("svg", Zm, [...t[11] || (t[11] = [
|
|
10393
|
-
|
|
10393
|
+
Ul('<path fill="#EA4335" d="M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z"></path><path fill="#4285F4" d="M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z"></path><path fill="#FBBC05" d="M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z"></path><path fill="#34A853" d="M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z"></path><path fill="none" d="M0 0h48v48H0z"></path>', 5)
|
|
10394
10394
|
])]))
|
|
10395
10395
|
]),
|
|
10396
10396
|
t[12] || (t[12] = o("span", { class: "gsi-material-button-contents" }, "Sign in with Google", -1)),
|
|
@@ -10410,7 +10410,7 @@ function rp(e, t, n, s, i, l) {
|
|
|
10410
10410
|
type: l.buttonLoginWithYourDataDefaultOptions.icon.iconType,
|
|
10411
10411
|
title: l.buttonLoginWithYourDataDefaultOptions.icon.tooltip
|
|
10412
10412
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
|
10413
|
-
l.buttonLoginWithYourDataDefaultOptions.text ? (a(), r("span", Xm,
|
|
10413
|
+
l.buttonLoginWithYourDataDefaultOptions.text ? (a(), r("span", Xm, y(l.buttonLoginWithYourDataDefaultOptions.text), 1)) : m("", !0)
|
|
10414
10414
|
], 16)),
|
|
10415
10415
|
W(o("div", {
|
|
10416
10416
|
class: b(["login-fields flex-container", { vertical: n.orientation === "vertical" }])
|
|
@@ -10449,7 +10449,7 @@ function rp(e, t, n, s, i, l) {
|
|
|
10449
10449
|
type: n.linkForgotPassword.icon.iconType,
|
|
10450
10450
|
title: n.linkForgotPassword.icon.tooltip
|
|
10451
10451
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
|
10452
|
-
n.linkForgotPassword.text ? (a(), r("span", tp,
|
|
10452
|
+
n.linkForgotPassword.text ? (a(), r("span", tp, y(n.linkForgotPassword.text), 1)) : m("", !0)
|
|
10453
10453
|
])) : m("", !0),
|
|
10454
10454
|
n.linkCreateAccount ? (a(), C(h, {
|
|
10455
10455
|
key: 1,
|
|
@@ -10477,7 +10477,7 @@ function rp(e, t, n, s, i, l) {
|
|
|
10477
10477
|
type: l.buttonLoginDefaultOptions.icon.iconType,
|
|
10478
10478
|
title: l.buttonLoginDefaultOptions.icon.tooltip
|
|
10479
10479
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
|
10480
|
-
l.buttonLoginDefaultOptions.text ? (a(), r("span", ip,
|
|
10480
|
+
l.buttonLoginDefaultOptions.text ? (a(), r("span", ip, y(l.buttonLoginDefaultOptions.text), 1)) : m("", !0)
|
|
10481
10481
|
], 16, np)) : m("", !0)
|
|
10482
10482
|
])
|
|
10483
10483
|
], 512), [
|
|
@@ -10486,7 +10486,7 @@ function rp(e, t, n, s, i, l) {
|
|
|
10486
10486
|
W(o("fieldset", lp, [
|
|
10487
10487
|
o("legend", {
|
|
10488
10488
|
class: b({ hidden: !n.legendForgotLoginForm.show, "align-left": n.legendForgotLoginForm.align === "left" })
|
|
10489
|
-
},
|
|
10489
|
+
}, y(n.legendForgotLoginForm.text), 3),
|
|
10490
10490
|
n.cmdHeadlineSendLoginForm ? (a(), C(d, A(S({ key: 0 }, n.cmdHeadlineSendLoginForm)), null, 16)) : m("", !0),
|
|
10491
10491
|
f(u, S({
|
|
10492
10492
|
ref: "sendPassword",
|
|
@@ -10508,7 +10508,7 @@ function rp(e, t, n, s, i, l) {
|
|
|
10508
10508
|
type: n.linkBackToLogin.icon.iconType,
|
|
10509
10509
|
title: n.linkBackToLogin.icon.tooltip
|
|
10510
10510
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
|
10511
|
-
o("span", null,
|
|
10511
|
+
o("span", null, y(n.linkBackToLogin.text), 1)
|
|
10512
10512
|
]),
|
|
10513
10513
|
l.buttonSendLoginOptions.linkType === "button" ? (a(), r("button", S({ key: 0 }, l.buttonSendLoginOptions, {
|
|
10514
10514
|
type: l.buttonSendLoginOptions.type === "submit" ? "submit" : "button",
|
|
@@ -10520,7 +10520,7 @@ function rp(e, t, n, s, i, l) {
|
|
|
10520
10520
|
iconClass: l.buttonSendLoginOptions.icon?.iconClass,
|
|
10521
10521
|
title: l.buttonSendLoginOptions.icon?.tooltip
|
|
10522
10522
|
}, null, 8, ["iconClass", "title"])) : m("", !0),
|
|
10523
|
-
l.buttonSendLoginOptions.text ? (a(), r("span", sp,
|
|
10523
|
+
l.buttonSendLoginOptions.text ? (a(), r("span", sp, y(l.buttonSendLoginOptions.text), 1)) : m("", !0)
|
|
10524
10524
|
], 16, ap)) : m("", !0)
|
|
10525
10525
|
])
|
|
10526
10526
|
], 512), [
|
|
@@ -10695,7 +10695,7 @@ function wp(e, t, n, s, i, l) {
|
|
|
10695
10695
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
10696
10696
|
o("span", {
|
|
10697
10697
|
class: b({ hidden: !n.closeOffcanvas.showText })
|
|
10698
|
-
},
|
|
10698
|
+
}, y(n.closeOffcanvas.text), 3)
|
|
10699
10699
|
])
|
|
10700
10700
|
])) : m("", !0),
|
|
10701
10701
|
(a(!0), r(T, null, M(n.navigationEntries, (u, h) => (a(), r("li", {
|
|
@@ -10716,7 +10716,7 @@ function wp(e, t, n, s, i, l) {
|
|
|
10716
10716
|
iconClass: u.iconClass,
|
|
10717
10717
|
type: u.iconType
|
|
10718
10718
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
10719
|
-
u.text ? (a(), r("span", pp,
|
|
10719
|
+
u.text ? (a(), r("span", pp, y(u.text), 1)) : m("", !0),
|
|
10720
10720
|
u?.subentries?.length ? (a(), r("span", {
|
|
10721
10721
|
key: 2,
|
|
10722
10722
|
class: b(["subentry-icon", n.subentriesIconClass])
|
|
@@ -10734,7 +10734,7 @@ function wp(e, t, n, s, i, l) {
|
|
|
10734
10734
|
iconClass: u.iconClass,
|
|
10735
10735
|
type: u.iconType
|
|
10736
10736
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
10737
|
-
u.text ? (a(), r("span", fp,
|
|
10737
|
+
u.text ? (a(), r("span", fp, y(u.text), 1)) : m("", !0),
|
|
10738
10738
|
u.subentries && u.subentries.length > 0 ? (a(), r("span", {
|
|
10739
10739
|
key: 2,
|
|
10740
10740
|
class: b(["subentry-icon", n.subentriesIconClass])
|
|
@@ -10764,7 +10764,7 @@ function wp(e, t, n, s, i, l) {
|
|
|
10764
10764
|
iconClass: p.iconClass,
|
|
10765
10765
|
type: p.iconType
|
|
10766
10766
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
10767
|
-
p.text ? (a(), r("span", yp,
|
|
10767
|
+
p.text ? (a(), r("span", yp, y(p.text), 1)) : m("", !0),
|
|
10768
10768
|
p.subentries && p.subentries.length > 0 ? (a(), r("span", {
|
|
10769
10769
|
key: 2,
|
|
10770
10770
|
class: b(["subentry-icon", n.subentriesIconClass])
|
|
@@ -10782,7 +10782,7 @@ function wp(e, t, n, s, i, l) {
|
|
|
10782
10782
|
iconClass: p.iconClass,
|
|
10783
10783
|
type: p.iconType
|
|
10784
10784
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
10785
|
-
p.text ? (a(), r("span", bp,
|
|
10785
|
+
p.text ? (a(), r("span", bp, y(p.text), 1)) : m("", !0),
|
|
10786
10786
|
p.subentries && p.subentries.length > 0 ? (a(), r("span", {
|
|
10787
10787
|
key: 2,
|
|
10788
10788
|
class: b(["subentry-icon", n.subentriesIconClass])
|
|
@@ -10807,7 +10807,7 @@ function wp(e, t, n, s, i, l) {
|
|
|
10807
10807
|
iconClass: k.iconClass,
|
|
10808
10808
|
type: k.iconType
|
|
10809
10809
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
10810
|
-
k.text ? (a(), r("span", vp,
|
|
10810
|
+
k.text ? (a(), r("span", vp, y(k.text), 1)) : m("", !0),
|
|
10811
10811
|
k.subentries && k.subentries.length > 0 ? (a(), r("span", {
|
|
10812
10812
|
key: 2,
|
|
10813
10813
|
class: b(["subentry-icon", n.subentriesIconClass])
|
|
@@ -10825,7 +10825,7 @@ function wp(e, t, n, s, i, l) {
|
|
|
10825
10825
|
iconClass: k.iconClass,
|
|
10826
10826
|
type: k.iconType
|
|
10827
10827
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
10828
|
-
k.text ? (a(), r("span", kp,
|
|
10828
|
+
k.text ? (a(), r("span", kp, y(k.text), 1)) : m("", !0),
|
|
10829
10829
|
k.subentries && k.subentries.length > 0 ? (a(), r("span", {
|
|
10830
10830
|
key: 2,
|
|
10831
10831
|
class: b(["subentry-icon", n.subentriesIconClass])
|
|
@@ -10853,7 +10853,7 @@ function wp(e, t, n, s, i, l) {
|
|
|
10853
10853
|
}, null, 8, ["iconClass", "type"]),
|
|
10854
10854
|
o("span", {
|
|
10855
10855
|
class: b({ hidden: !n.buttonOffcanvas.showText })
|
|
10856
|
-
},
|
|
10856
|
+
}, y(n.buttonOffcanvas.text), 3)
|
|
10857
10857
|
])) : m("", !0)
|
|
10858
10858
|
], 2);
|
|
10859
10859
|
}
|
|
@@ -10973,8 +10973,8 @@ const Li = /* @__PURE__ */ B(up, [["render", wp]]), Tp = {
|
|
|
10973
10973
|
immediate: !0
|
|
10974
10974
|
}
|
|
10975
10975
|
}
|
|
10976
|
-
}, _p = { class: "cmd-pagination" }, Op = ["href", "title"], Lp = { key: 0 }, Ip = { class: "page-index" }, Bp = { class: "flex-container" }, Dp = ["href", "title", "onClick"], Fp = ["href", "title"],
|
|
10977
|
-
function
|
|
10976
|
+
}, _p = { class: "cmd-pagination" }, Op = ["href", "title"], Lp = { key: 0 }, Ip = { class: "page-index" }, Bp = { class: "flex-container" }, Dp = ["href", "title", "onClick"], Fp = ["href", "title"], Pp = { key: 0 };
|
|
10977
|
+
function Mp(e, t, n, s, i, l) {
|
|
10978
10978
|
const d = R;
|
|
10979
10979
|
return a(), r("div", _p, [
|
|
10980
10980
|
F(e.$slots, "default", {}, () => [
|
|
@@ -10988,7 +10988,7 @@ function Pp(e, t, n, s, i, l) {
|
|
|
10988
10988
|
iconClass: n.prevLink.iconClass,
|
|
10989
10989
|
type: n.prevLink.iconType
|
|
10990
10990
|
}, null, 8, ["iconClass", "type"]),
|
|
10991
|
-
n.prevLink.showText ? (a(), r("span", Lp,
|
|
10991
|
+
n.prevLink.showText ? (a(), r("span", Lp, y(n.prevLink.text), 1)) : m("", !0)
|
|
10992
10992
|
], 10, Op),
|
|
10993
10993
|
o("div", Ip, [
|
|
10994
10994
|
o("div", Bp, [
|
|
@@ -11000,7 +11000,7 @@ function Pp(e, t, n, s, i, l) {
|
|
|
11000
11000
|
onClick: w((h) => l.showPage(h, c), ["stop", "prevent"]),
|
|
11001
11001
|
"aria-live": "polite"
|
|
11002
11002
|
}, [
|
|
11003
|
-
o("span", null,
|
|
11003
|
+
o("span", null, y(u + 1), 1)
|
|
11004
11004
|
], 10, Dp))), 128))
|
|
11005
11005
|
])
|
|
11006
11006
|
]),
|
|
@@ -11010,7 +11010,7 @@ function Pp(e, t, n, s, i, l) {
|
|
|
11010
11010
|
onClick: t[1] || (t[1] = w((...c) => l.nextPage && l.nextPage(...c), ["stop", "prevent"])),
|
|
11011
11011
|
title: n.nextLink.showText ? null : n.nextLink.text
|
|
11012
11012
|
}, [
|
|
11013
|
-
n.nextLink.showText ? (a(), r("span",
|
|
11013
|
+
n.nextLink.showText ? (a(), r("span", Pp, y(n.nextLink.text), 1)) : m("", !0),
|
|
11014
11014
|
f(d, {
|
|
11015
11015
|
iconClass: n.nextLink.iconClass,
|
|
11016
11016
|
type: n.nextLink.iconType
|
|
@@ -11019,7 +11019,7 @@ function Pp(e, t, n, s, i, l) {
|
|
|
11019
11019
|
])
|
|
11020
11020
|
]);
|
|
11021
11021
|
}
|
|
11022
|
-
const Ii = /* @__PURE__ */ B(Sp, [["render",
|
|
11022
|
+
const Ii = /* @__PURE__ */ B(Sp, [["render", Mp]]), Vp = {
|
|
11023
11023
|
emits: ["click"],
|
|
11024
11024
|
name: "CmdMultistepFormProgressBar",
|
|
11025
11025
|
data() {
|
|
@@ -11163,13 +11163,13 @@ function Hp(e, t, n, s, i, l) {
|
|
|
11163
11163
|
onClick: (p) => l.clickedStep(p, h)
|
|
11164
11164
|
}, {
|
|
11165
11165
|
default: x(() => [
|
|
11166
|
-
n.showStepNumber ? (a(), r("span", Ap,
|
|
11166
|
+
n.showStepNumber ? (a(), r("span", Ap, y(h + 1), 1)) : m("", !0),
|
|
11167
11167
|
u.iconClass ? (a(), C(d, {
|
|
11168
11168
|
key: 1,
|
|
11169
11169
|
iconClass: u.iconClass,
|
|
11170
11170
|
type: u.iconType
|
|
11171
11171
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
11172
|
-
u.text ? (a(), r("span", Ep,
|
|
11172
|
+
u.text ? (a(), r("span", Ep, y(u.text), 1)) : m("", !0)
|
|
11173
11173
|
]),
|
|
11174
11174
|
_: 2
|
|
11175
11175
|
}, 1032, ["linkType", "class", "styleAsButton", "highlightLevel", "path", "title", "disabled", "onClick"]),
|
|
@@ -11370,7 +11370,7 @@ function jp(e, t, n, s, i, l) {
|
|
|
11370
11370
|
])
|
|
11371
11371
|
]);
|
|
11372
11372
|
}
|
|
11373
|
-
const
|
|
11373
|
+
const Up = /* @__PURE__ */ B(qp, [["render", jp]]), Np = {
|
|
11374
11374
|
name: "CmdNewsletterSubscription",
|
|
11375
11375
|
emits: ["button-click"],
|
|
11376
11376
|
data() {
|
|
@@ -11525,7 +11525,7 @@ function Gp(e, t, n, s, i, l) {
|
|
|
11525
11525
|
return a(), r("fieldset", zp, [
|
|
11526
11526
|
o("legend", {
|
|
11527
11527
|
class: b({ hidden: !n.legend.show, "align-left": n.legend.align === "left" })
|
|
11528
|
-
},
|
|
11528
|
+
}, y(n.legend.text), 3),
|
|
11529
11529
|
f(d, {
|
|
11530
11530
|
inputTypes: "radio",
|
|
11531
11531
|
labelText: n.cmdInputGroup.labelText,
|
|
@@ -11558,7 +11558,7 @@ function Gp(e, t, n, s, i, l) {
|
|
|
11558
11558
|
])
|
|
11559
11559
|
]);
|
|
11560
11560
|
}
|
|
11561
|
-
const Kp = /* @__PURE__ */ B(
|
|
11561
|
+
const Kp = /* @__PURE__ */ B(Np, [["render", Gp]]);
|
|
11562
11562
|
function Dn(e, t, n, s = !0, i = !0) {
|
|
11563
11563
|
function l(d, c) {
|
|
11564
11564
|
return c && d < 10 ? "0" + d : d;
|
|
@@ -11774,20 +11774,20 @@ function af(e, t, n, s, i, l) {
|
|
|
11774
11774
|
])
|
|
11775
11775
|
])
|
|
11776
11776
|
], 64)) : (a(), r(T, { key: 0 }, [
|
|
11777
|
-
o("dt", Jp,
|
|
11777
|
+
o("dt", Jp, y(n.day.day), 1),
|
|
11778
11778
|
o("dd", null, [
|
|
11779
11779
|
n.day.am ? (a(), r("span", Zp, [
|
|
11780
11780
|
n.day.am.displayText ? (a(), r(T, { key: 0 }, [
|
|
11781
|
-
D(
|
|
11781
|
+
D(y(n.day.am.displayText), 1)
|
|
11782
11782
|
], 64)) : (a(), r(T, { key: 1 }, [
|
|
11783
|
-
D(
|
|
11783
|
+
D(y(l.getTime(n.day.am.fromTime, n.abbreviationTextAm)) + " " + y(n.separator) + " " + y(l.getTime(n.day.am.tillTime)), 1)
|
|
11784
11784
|
], 64))
|
|
11785
11785
|
])) : m("", !0),
|
|
11786
11786
|
n.day.pm ? (a(), r("span", Qp, [
|
|
11787
11787
|
n.day.pm.displayText ? (a(), r(T, { key: 0 }, [
|
|
11788
|
-
D(
|
|
11788
|
+
D(y(n.day.pm.displayText), 1)
|
|
11789
11789
|
], 64)) : (a(), r(T, { key: 1 }, [
|
|
11790
|
-
D(
|
|
11790
|
+
D(y(l.getTime(n.day.pm.fromTime, n.abbreviationTextPm)) + " " + y(n.separator) + " " + y(l.getTime(n.day.pm.tillTime)), 1)
|
|
11791
11791
|
], 64))
|
|
11792
11792
|
])) : m("", !0)
|
|
11793
11793
|
])
|
|
@@ -12061,7 +12061,7 @@ const uf = {
|
|
|
12061
12061
|
class: "flex-container vertical"
|
|
12062
12062
|
};
|
|
12063
12063
|
function xf(e, t, n, s, i, l) {
|
|
12064
|
-
const d =
|
|
12064
|
+
const d = U, c = he, u = K, h = sf, p = Ce;
|
|
12065
12065
|
return a(), r("div", cf, [
|
|
12066
12066
|
n.cmdHeadline?.headlineText || e.editModeContext ? (a(), C(d, A(S({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
12067
12067
|
!e.editing && n.showOpenStatus ? (a(), r(T, { key: 1 }, [
|
|
@@ -12072,13 +12072,13 @@ function xf(e, t, n, s, i, l) {
|
|
|
12072
12072
|
class: { closed: l.isClosed }
|
|
12073
12073
|
}), {
|
|
12074
12074
|
default: x(() => [
|
|
12075
|
-
D(
|
|
12075
|
+
D(y(l.textOpenClosed), 1)
|
|
12076
12076
|
]),
|
|
12077
12077
|
_: 1
|
|
12078
12078
|
}, 16, ["linkType", "class"])) : (a(), r("span", {
|
|
12079
12079
|
key: 1,
|
|
12080
12080
|
class: b({ closed: l.isClosed })
|
|
12081
|
-
},
|
|
12081
|
+
}, y(l.textOpenClosed), 3))
|
|
12082
12082
|
], 64)) : e.editing ? (a(), r("div", mf, [
|
|
12083
12083
|
f(u, {
|
|
12084
12084
|
element: "input",
|
|
@@ -12143,9 +12143,9 @@ function xf(e, t, n, s, i, l) {
|
|
|
12143
12143
|
])),
|
|
12144
12144
|
!e.editing && (n.textHolidays || n.textMiscInfo) ? (a(), r("div", hf, [
|
|
12145
12145
|
n.textHolidays ? (a(), r("p", gf, [
|
|
12146
|
-
o("strong", null,
|
|
12146
|
+
o("strong", null, y(n.textHolidays), 1)
|
|
12147
12147
|
])) : m("", !0),
|
|
12148
|
-
n.textMiscInfo ? (a(), r("p", yf,
|
|
12148
|
+
n.textMiscInfo ? (a(), r("p", yf, y(n.textMiscInfo), 1)) : m("", !0)
|
|
12149
12149
|
])) : m("", !0),
|
|
12150
12150
|
e.editing ? (a(), r("div", bf, [
|
|
12151
12151
|
f(u, {
|
|
@@ -12285,7 +12285,7 @@ function Sf(e, t, n, s, i, l) {
|
|
|
12285
12285
|
iconClass: n.network.iconClass,
|
|
12286
12286
|
type: n.network.iconType
|
|
12287
12287
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
12288
|
-
n.network.linkText ? (a(), r("span", Tf,
|
|
12288
|
+
n.network.linkText ? (a(), r("span", Tf, y(n.network.linkText), 1)) : m("", !0)
|
|
12289
12289
|
], 10, wf))
|
|
12290
12290
|
]);
|
|
12291
12291
|
}
|
|
@@ -12451,7 +12451,7 @@ const _f = /* @__PURE__ */ B(vf, [["render", Sf]]), Of = {
|
|
|
12451
12451
|
}
|
|
12452
12452
|
};
|
|
12453
12453
|
function Lf(e, t, n, s, i, l) {
|
|
12454
|
-
const d =
|
|
12454
|
+
const d = U, c = K, u = _f, h = Ce;
|
|
12455
12455
|
return a(), r("div", {
|
|
12456
12456
|
class: b(["cmd-social-networks", { stretch: n.stretchButtons }, l.alignment])
|
|
12457
12457
|
}, [
|
|
@@ -12594,7 +12594,7 @@ const Di = /* @__PURE__ */ B(Of, [["render", Lf]]), If = {
|
|
|
12594
12594
|
}
|
|
12595
12595
|
}
|
|
12596
12596
|
}, Bf = { class: "button-wrapper" }, Df = ["title"], Ff = { key: 1 };
|
|
12597
|
-
function
|
|
12597
|
+
function Pf(e, t, n, s, i, l) {
|
|
12598
12598
|
const d = Di;
|
|
12599
12599
|
return a(), r("footer", {
|
|
12600
12600
|
class: b(["cmd-page-footer flex-container", { "small-buttons": n.useSmallButtons }])
|
|
@@ -12618,12 +12618,12 @@ function Mf(e, t, n, s, i, l) {
|
|
|
12618
12618
|
key: 0,
|
|
12619
12619
|
class: b(l.buttonPrintViewOptions.icon?.iconClass)
|
|
12620
12620
|
}, null, 2)) : m("", !0),
|
|
12621
|
-
l.buttonPrintViewOptions.text ? (a(), r("span", Ff,
|
|
12621
|
+
l.buttonPrintViewOptions.text ? (a(), r("span", Ff, y(l.buttonPrintViewOptions.text), 1)) : m("", !0)
|
|
12622
12622
|
], 10, Df)) : m("", !0)
|
|
12623
12623
|
])
|
|
12624
12624
|
], 2);
|
|
12625
12625
|
}
|
|
12626
|
-
const
|
|
12626
|
+
const Mf = /* @__PURE__ */ B(If, [["render", Pf]]), Vf = {
|
|
12627
12627
|
name: "CmdPageHeader",
|
|
12628
12628
|
props: {
|
|
12629
12629
|
/**
|
|
@@ -12649,7 +12649,7 @@ const Pf = /* @__PURE__ */ B(If, [["render", Mf]]), Vf = {
|
|
|
12649
12649
|
class: "headline-wrapper flex-container vertical"
|
|
12650
12650
|
};
|
|
12651
12651
|
function Hf(e, t, n, s, i, l) {
|
|
12652
|
-
const d = vi, c =
|
|
12652
|
+
const d = vi, c = U;
|
|
12653
12653
|
return n.cmdBreadcrumbs || n.cmdHeadline || e.$slots.default ? (a(), r("header", Af, [
|
|
12654
12654
|
n.cmdBreadcrumbs || n.cmdHeadline ? (a(), r("div", Ef, [
|
|
12655
12655
|
n.cmdBreadcrumbs ? (a(), C(d, A(S({ key: 0 }, n.cmdBreadcrumbs)), null, 16)) : m("", !0),
|
|
@@ -12700,7 +12700,7 @@ const qf = /* @__PURE__ */ B(Vf, [["render", Hf]]), Rf = {
|
|
|
12700
12700
|
required: !0
|
|
12701
12701
|
}
|
|
12702
12702
|
}
|
|
12703
|
-
}, jf = ["for"],
|
|
12703
|
+
}, jf = ["for"], Uf = { class: "progressbar" }, Nf = { key: 0 }, zf = ["id", "value"];
|
|
12704
12704
|
function Wf(e, t, n, s, i, l) {
|
|
12705
12705
|
return a(), r("label", {
|
|
12706
12706
|
class: "cmd-progressbar",
|
|
@@ -12708,9 +12708,9 @@ function Wf(e, t, n, s, i, l) {
|
|
|
12708
12708
|
}, [
|
|
12709
12709
|
o("span", {
|
|
12710
12710
|
class: b(["label-text", { hidden: !n.showLabel }])
|
|
12711
|
-
},
|
|
12712
|
-
o("span",
|
|
12713
|
-
n.showLoadingStatus ? (a(), r("span",
|
|
12711
|
+
}, y(n.labelText), 3),
|
|
12712
|
+
o("span", Uf, [
|
|
12713
|
+
n.showLoadingStatus ? (a(), r("span", Nf, y(i.loadingStatus) + " %", 1)) : m("", !0),
|
|
12714
12714
|
o("progress", S(e.$attrs, {
|
|
12715
12715
|
id: n.id,
|
|
12716
12716
|
value: i.loadingStatus
|
|
@@ -12771,7 +12771,7 @@ const Gf = /* @__PURE__ */ B(Rf, [["render", Wf]]), Kf = {
|
|
|
12771
12771
|
}
|
|
12772
12772
|
}, Yf = ["innerHTML"];
|
|
12773
12773
|
function Jf(e, t, n, s, i, l) {
|
|
12774
|
-
const d =
|
|
12774
|
+
const d = U;
|
|
12775
12775
|
return a(), r("section", {
|
|
12776
12776
|
class: b(["cmd-section flex-container", { box: n.styleAsBox, vertical: n.orientation === "vertical" }])
|
|
12777
12777
|
}, [
|
|
@@ -12857,7 +12857,7 @@ const Zf = /* @__PURE__ */ B(Kf, [["render", Jf]]), Qf = {
|
|
|
12857
12857
|
class: "closed-slot-wrapper"
|
|
12858
12858
|
}, th = ["title"];
|
|
12859
12859
|
function nh(e, t, n, s, i, l) {
|
|
12860
|
-
const d =
|
|
12860
|
+
const d = U;
|
|
12861
12861
|
return a(), r("aside", {
|
|
12862
12862
|
class: b(["cmd-sidebar", l.wrapperClass, { box: n.styledAsBox, "collapse-to-right": !n.collapseToLeft }])
|
|
12863
12863
|
}, [
|
|
@@ -13340,12 +13340,12 @@ const ch = /* @__PURE__ */ B(rh, [["render", uh]]), mh = {
|
|
|
13340
13340
|
"aria-expanded": "true"
|
|
13341
13341
|
};
|
|
13342
13342
|
function Ch(e, t, n, s, i, l) {
|
|
13343
|
-
const d =
|
|
13343
|
+
const d = U, c = K, u = R, h = wi, p = Ti;
|
|
13344
13344
|
return a(), r(T, null, [
|
|
13345
13345
|
o("fieldset", fh, [
|
|
13346
13346
|
o("legend", {
|
|
13347
13347
|
class: b({ hidden: !n.legend.show, "align-left": n.legend.align === "left" })
|
|
13348
|
-
},
|
|
13348
|
+
}, y(n.legend.text), 3),
|
|
13349
13349
|
n.cmdHeadline ? (a(), C(d, A(S({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
13350
13350
|
o("div", hh, [
|
|
13351
13351
|
f(c, {
|
|
@@ -13398,7 +13398,7 @@ function Ch(e, t, n, s, i, l) {
|
|
|
13398
13398
|
iconClass: i.showFilters ? n.cmdIcon?.showFilters?.iconClass : n.cmdIcon?.hideFilters?.iconClass,
|
|
13399
13399
|
type: i.showFilters ? n.cmdIcon?.showFilters?.iconType : n.cmdIcon?.hideFilters?.iconType
|
|
13400
13400
|
}, null, 8, ["iconClass", "type"]),
|
|
13401
|
-
i.showFilters ? (a(), r("span", yh,
|
|
13401
|
+
i.showFilters ? (a(), r("span", yh, y(e.getMessage("site_search.hide_filter_options")), 1)) : (a(), r("span", bh, y(e.getMessage("site_search.show_filter_options")), 1))
|
|
13402
13402
|
]),
|
|
13403
13403
|
f(pe, { name: n.transitionFilters }, {
|
|
13404
13404
|
default: x(() => [
|
|
@@ -13701,7 +13701,7 @@ function Oh(e, t, n, s, i, l) {
|
|
|
13701
13701
|
}, null, 10, Sh)
|
|
13702
13702
|
], 2))), 128))
|
|
13703
13703
|
])) : m("", !0),
|
|
13704
|
-
n.showCounter ? (a(), r("span", _h,
|
|
13704
|
+
n.showCounter ? (a(), r("span", _h, y(i.index + 1) + "/" + y(n.slideshowItems.length), 1)) : m("", !0)
|
|
13705
13705
|
], 32)
|
|
13706
13706
|
], 2);
|
|
13707
13707
|
}
|
|
@@ -13850,7 +13850,7 @@ function Dh(e, t, n, s, i, l) {
|
|
|
13850
13850
|
])) : m("", !0)
|
|
13851
13851
|
], 2);
|
|
13852
13852
|
}
|
|
13853
|
-
const Fh = /* @__PURE__ */ B(Ih, [["render", Dh]]),
|
|
13853
|
+
const Fh = /* @__PURE__ */ B(Ih, [["render", Dh]]), Ph = {
|
|
13854
13854
|
name: "CmdSwitchLanguage",
|
|
13855
13855
|
emits: ["click"],
|
|
13856
13856
|
data() {
|
|
@@ -13895,10 +13895,10 @@ const Fh = /* @__PURE__ */ B(Ih, [["render", Dh]]), Mh = {
|
|
|
13895
13895
|
this.currentLanguage = e, document.documentElement.lang = e, this.$emit("click", { originalEvent: t, iso2: e });
|
|
13896
13896
|
}
|
|
13897
13897
|
}
|
|
13898
|
-
},
|
|
13898
|
+
}, Mh = { class: "cmd-switch-language" }, Vh = ["href", "title", "onClick"], Ah = ["src", "alt"], Eh = ["src", "alt"];
|
|
13899
13899
|
function Hh(e, t, n, s, i, l) {
|
|
13900
13900
|
const d = de("router-link");
|
|
13901
|
-
return a(), r("div",
|
|
13901
|
+
return a(), r("div", Mh, [
|
|
13902
13902
|
o("ul", null, [
|
|
13903
13903
|
(a(!0), r(T, null, M(n.languages, (c, u) => (a(), r("li", { key: u }, [
|
|
13904
13904
|
c.link.type === "href" ? (a(), r("a", {
|
|
@@ -13931,7 +13931,7 @@ function Hh(e, t, n, s, i, l) {
|
|
|
13931
13931
|
])
|
|
13932
13932
|
]);
|
|
13933
13933
|
}
|
|
13934
|
-
const qh = /* @__PURE__ */ B(
|
|
13934
|
+
const qh = /* @__PURE__ */ B(Ph, [["render", Hh]]), Rh = {
|
|
13935
13935
|
name: "CmdTable",
|
|
13936
13936
|
data() {
|
|
13937
13937
|
return {
|
|
@@ -14085,7 +14085,7 @@ const qh = /* @__PURE__ */ B(Mh, [["render", Hh]]), Rh = {
|
|
|
14085
14085
|
}, jh = {
|
|
14086
14086
|
key: 0,
|
|
14087
14087
|
class: "button-wrapper"
|
|
14088
|
-
},
|
|
14088
|
+
}, Uh = ["title"], Nh = ["title"], zh = ["innerHTML"], Wh = { "aria-expanded": "true" }, Gh = ["innerHTML"], Kh = {
|
|
14089
14089
|
key: 0,
|
|
14090
14090
|
"aria-expanded": "true"
|
|
14091
14091
|
}, Yh = ["innerHTML"];
|
|
@@ -14106,7 +14106,7 @@ function Jh(e, t, n, s, i, l) {
|
|
|
14106
14106
|
iconClass: n.iconToggleWidth.iconClass,
|
|
14107
14107
|
type: n.iconToggleWidth.iconType
|
|
14108
14108
|
}, null, 8, ["iconClass", "type"])
|
|
14109
|
-
], 8,
|
|
14109
|
+
], 8, Uh)) : m("", !0),
|
|
14110
14110
|
n.collapsible ? (a(), r("a", {
|
|
14111
14111
|
key: 1,
|
|
14112
14112
|
class: "button",
|
|
@@ -14118,7 +14118,7 @@ function Jh(e, t, n, s, i, l) {
|
|
|
14118
14118
|
iconClass: i.showTableData ? n.iconCollapse.iconClass : n.iconExpand.iconClass,
|
|
14119
14119
|
type: i.showTableData ? n.iconCollapse.iconType : n.iconExpand.iconType
|
|
14120
14120
|
}, null, 8, ["iconClass", "type"])
|
|
14121
|
-
], 8,
|
|
14121
|
+
], 8, Nh)) : m("", !0)
|
|
14122
14122
|
])) : m("", !0),
|
|
14123
14123
|
o("div", {
|
|
14124
14124
|
class: "inner-wrapper",
|
|
@@ -14138,7 +14138,7 @@ function Jh(e, t, n, s, i, l) {
|
|
|
14138
14138
|
n.tableData.caption?.text || n.caption?.text ? (a(), r("caption", {
|
|
14139
14139
|
key: 0,
|
|
14140
14140
|
class: b({ hidden: l.hideCaption })
|
|
14141
|
-
},
|
|
14141
|
+
}, y(n.caption?.text || n.tableData.caption?.text), 3)) : m("", !0)
|
|
14142
14142
|
]),
|
|
14143
14143
|
F(e.$slots, "table-head", {}, () => [
|
|
14144
14144
|
o("thead", null, [
|
|
@@ -14284,7 +14284,7 @@ const ng = {
|
|
|
14284
14284
|
"aria-live": "assertive"
|
|
14285
14285
|
}, ag = ["innerHTML"];
|
|
14286
14286
|
function sg(e, t, n, s, i, l) {
|
|
14287
|
-
const d = R, c =
|
|
14287
|
+
const d = R, c = U;
|
|
14288
14288
|
return a(), r("div", {
|
|
14289
14289
|
class: b(["cmd-tabs", n.highlightLevel])
|
|
14290
14290
|
}, [
|
|
@@ -14308,7 +14308,7 @@ function sg(e, t, n, s, i, l) {
|
|
|
14308
14308
|
iconClass: u.iconClass,
|
|
14309
14309
|
type: u.iconType
|
|
14310
14310
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
14311
|
-
u.text ? (a(), r("span", lg,
|
|
14311
|
+
u.text ? (a(), r("span", lg, y(u.text), 1)) : m("", !0)
|
|
14312
14312
|
], 10, ig)
|
|
14313
14313
|
], 2))), 128))
|
|
14314
14314
|
], 2),
|
|
@@ -14451,7 +14451,7 @@ const Fi = /* @__PURE__ */ B(ng, [["render", sg]]), rg = {
|
|
|
14451
14451
|
}
|
|
14452
14452
|
}, dg = ["innerHTML"], ug = ["innerHTML"];
|
|
14453
14453
|
function cg(e, t, n, s, i, l) {
|
|
14454
|
-
const d =
|
|
14454
|
+
const d = U, c = oe, u = Ce;
|
|
14455
14455
|
return a(), r("div", {
|
|
14456
14456
|
class: b(["cmd-text-image-block flex-container", n.orientation])
|
|
14457
14457
|
}, [
|
|
@@ -14692,7 +14692,7 @@ function hg(e, t, n, s, i, l) {
|
|
|
14692
14692
|
class: b(["button", { "dark-mode": i.darkMode }]),
|
|
14693
14693
|
onClick: t[0] || (t[0] = w((...u) => l.toggleColorScheme && l.toggleColorScheme(...u), ["prevent"]))
|
|
14694
14694
|
}, [
|
|
14695
|
-
n.showLabel ? (a(), r("span", fg,
|
|
14695
|
+
n.showLabel ? (a(), r("span", fg, y(l.labelText), 1)) : m("", !0),
|
|
14696
14696
|
f(d, {
|
|
14697
14697
|
iconClass: l.iconClass,
|
|
14698
14698
|
type: l.iconType,
|
|
@@ -14768,7 +14768,7 @@ const gg = /* @__PURE__ */ B(pg, [["render", hg]]), yg = {
|
|
|
14768
14768
|
};
|
|
14769
14769
|
}
|
|
14770
14770
|
};
|
|
14771
|
-
function
|
|
14771
|
+
function Pi(e, t) {
|
|
14772
14772
|
return function() {
|
|
14773
14773
|
return e.apply(t, arguments);
|
|
14774
14774
|
};
|
|
@@ -14780,10 +14780,10 @@ const { toString: bg } = Object.prototype, { getPrototypeOf: Xt } = Object, it =
|
|
|
14780
14780
|
function xg(e) {
|
|
14781
14781
|
return e !== null && !Ee(e) && e.constructor !== null && !Ee(e.constructor) && ne(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
14782
14782
|
}
|
|
14783
|
-
const
|
|
14783
|
+
const Mi = ae("ArrayBuffer");
|
|
14784
14784
|
function Cg(e) {
|
|
14785
14785
|
let t;
|
|
14786
|
-
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer &&
|
|
14786
|
+
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Mi(e.buffer), t;
|
|
14787
14787
|
}
|
|
14788
14788
|
const vg = lt("string"), ne = lt("function"), Vi = lt("number"), ot = (e) => e !== null && typeof e == "object", kg = (e) => e === !0 || e === !1, We = (e) => {
|
|
14789
14789
|
if (it(e) !== "object")
|
|
@@ -14794,7 +14794,7 @@ const vg = lt("string"), ne = lt("function"), Vi = lt("number"), ot = (e) => e !
|
|
|
14794
14794
|
let t;
|
|
14795
14795
|
return e && (typeof FormData == "function" && e instanceof FormData || ne(e.append) && ((t = it(e)) === "formdata" || // detect form-data instance
|
|
14796
14796
|
t === "object" && ne(e.toString) && e.toString() === "[object FormData]"));
|
|
14797
|
-
}, Ig = ae("URLSearchParams"), [Bg, Dg, Fg,
|
|
14797
|
+
}, Ig = ae("URLSearchParams"), [Bg, Dg, Fg, Pg] = ["ReadableStream", "Request", "Response", "Headers"].map(ae), Mg = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
14798
14798
|
function He(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
14799
14799
|
if (e === null || typeof e > "u")
|
|
14800
14800
|
return;
|
|
@@ -14829,7 +14829,7 @@ function Lt() {
|
|
|
14829
14829
|
return t;
|
|
14830
14830
|
}
|
|
14831
14831
|
const Vg = (e, t, n, { allOwnKeys: s } = {}) => (He(t, (i, l) => {
|
|
14832
|
-
n && ne(i) ? e[l] =
|
|
14832
|
+
n && ne(i) ? e[l] = Pi(i, n) : e[l] = i;
|
|
14833
14833
|
}, { allOwnKeys: s }), e), Ag = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Eg = (e, t, n, s) => {
|
|
14834
14834
|
e.prototype = Object.create(t.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
14835
14835
|
value: t.prototype
|
|
@@ -14857,14 +14857,14 @@ const Vg = (e, t, n, { allOwnKeys: s } = {}) => (He(t, (i, l) => {
|
|
|
14857
14857
|
for (; t-- > 0; )
|
|
14858
14858
|
n[t] = e[t];
|
|
14859
14859
|
return n;
|
|
14860
|
-
}, jg = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Xt(Uint8Array)),
|
|
14860
|
+
}, jg = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Xt(Uint8Array)), Ug = (e, t) => {
|
|
14861
14861
|
const s = (e && e[Symbol.iterator]).call(e);
|
|
14862
14862
|
let i;
|
|
14863
14863
|
for (; (i = s.next()) && !i.done; ) {
|
|
14864
14864
|
const l = i.value;
|
|
14865
14865
|
t.call(e, l[0], l[1]);
|
|
14866
14866
|
}
|
|
14867
|
-
},
|
|
14867
|
+
}, Ng = (e, t) => {
|
|
14868
14868
|
let n;
|
|
14869
14869
|
const s = [];
|
|
14870
14870
|
for (; (n = e.exec(t)) !== null; )
|
|
@@ -14904,10 +14904,10 @@ const Vg = (e, t, n, { allOwnKeys: s } = {}) => (He(t, (i, l) => {
|
|
|
14904
14904
|
};
|
|
14905
14905
|
return _e(e) ? s(e) : s(String(e).split(t)), n;
|
|
14906
14906
|
}, Jg = () => {
|
|
14907
|
-
}, Zg = (e, t) => e != null && Number.isFinite(e = +e) ? e : t, ht = "abcdefghijklmnopqrstuvwxyz",
|
|
14908
|
-
DIGIT:
|
|
14907
|
+
}, Zg = (e, t) => e != null && Number.isFinite(e = +e) ? e : t, ht = "abcdefghijklmnopqrstuvwxyz", Pn = "0123456789", Ri = {
|
|
14908
|
+
DIGIT: Pn,
|
|
14909
14909
|
ALPHA: ht,
|
|
14910
|
-
ALPHA_DIGIT: ht + ht.toUpperCase() +
|
|
14910
|
+
ALPHA_DIGIT: ht + ht.toUpperCase() + Pn
|
|
14911
14911
|
}, Qg = (e = 16, t = Ri.ALPHA_DIGIT) => {
|
|
14912
14912
|
let n = "";
|
|
14913
14913
|
const { length: s } = t;
|
|
@@ -14937,7 +14937,7 @@ const $g = (e) => {
|
|
|
14937
14937
|
return n(e, 0);
|
|
14938
14938
|
}, ey = ae("AsyncFunction"), ty = (e) => e && (ot(e) || ne(e)) && ne(e.then) && ne(e.catch), _ = {
|
|
14939
14939
|
isArray: _e,
|
|
14940
|
-
isArrayBuffer:
|
|
14940
|
+
isArrayBuffer: Mi,
|
|
14941
14941
|
isBuffer: xg,
|
|
14942
14942
|
isFormData: Lg,
|
|
14943
14943
|
isArrayBufferView: Cg,
|
|
@@ -14949,7 +14949,7 @@ const $g = (e) => {
|
|
|
14949
14949
|
isReadableStream: Bg,
|
|
14950
14950
|
isRequest: Dg,
|
|
14951
14951
|
isResponse: Fg,
|
|
14952
|
-
isHeaders:
|
|
14952
|
+
isHeaders: Pg,
|
|
14953
14953
|
isUndefined: Ee,
|
|
14954
14954
|
isDate: wg,
|
|
14955
14955
|
isFile: Tg,
|
|
@@ -14963,7 +14963,7 @@ const $g = (e) => {
|
|
|
14963
14963
|
forEach: He,
|
|
14964
14964
|
merge: Lt,
|
|
14965
14965
|
extend: Vg,
|
|
14966
|
-
trim:
|
|
14966
|
+
trim: Mg,
|
|
14967
14967
|
stripBOM: Ag,
|
|
14968
14968
|
inherits: Eg,
|
|
14969
14969
|
toFlatObject: Hg,
|
|
@@ -14971,8 +14971,8 @@ const $g = (e) => {
|
|
|
14971
14971
|
kindOfTest: ae,
|
|
14972
14972
|
endsWith: qg,
|
|
14973
14973
|
toArray: Rg,
|
|
14974
|
-
forEachEntry:
|
|
14975
|
-
matchAll:
|
|
14974
|
+
forEachEntry: Ug,
|
|
14975
|
+
matchAll: Ng,
|
|
14976
14976
|
isHTMLForm: zg,
|
|
14977
14977
|
hasOwnProperty: Fn,
|
|
14978
14978
|
hasOwnProp: Fn,
|
|
@@ -15017,7 +15017,7 @@ _.inherits(E, Error, {
|
|
|
15017
15017
|
};
|
|
15018
15018
|
}
|
|
15019
15019
|
});
|
|
15020
|
-
const ji = E.prototype,
|
|
15020
|
+
const ji = E.prototype, Ui = {};
|
|
15021
15021
|
[
|
|
15022
15022
|
"ERR_BAD_OPTION_VALUE",
|
|
15023
15023
|
"ERR_BAD_OPTION",
|
|
@@ -15033,9 +15033,9 @@ const ji = E.prototype, Ni = {};
|
|
|
15033
15033
|
"ERR_INVALID_URL"
|
|
15034
15034
|
// eslint-disable-next-line func-names
|
|
15035
15035
|
].forEach((e) => {
|
|
15036
|
-
|
|
15036
|
+
Ui[e] = { value: e };
|
|
15037
15037
|
});
|
|
15038
|
-
Object.defineProperties(E,
|
|
15038
|
+
Object.defineProperties(E, Ui);
|
|
15039
15039
|
Object.defineProperty(ji, "isAxiosError", { value: !0 });
|
|
15040
15040
|
E.from = (e, t, n, s, i, l) => {
|
|
15041
15041
|
const d = Object.create(ji);
|
|
@@ -15047,12 +15047,12 @@ const ny = null;
|
|
|
15047
15047
|
function It(e) {
|
|
15048
15048
|
return _.isPlainObject(e) || _.isArray(e);
|
|
15049
15049
|
}
|
|
15050
|
-
function
|
|
15050
|
+
function Ni(e) {
|
|
15051
15051
|
return _.endsWith(e, "[]") ? e.slice(0, -2) : e;
|
|
15052
15052
|
}
|
|
15053
|
-
function
|
|
15053
|
+
function Mn(e, t, n) {
|
|
15054
15054
|
return e ? e.concat(t).map(function(i, l) {
|
|
15055
|
-
return i =
|
|
15055
|
+
return i = Ni(i), !n && l ? "[" + i + "]" : i;
|
|
15056
15056
|
}).join(n ? "." : "") : t;
|
|
15057
15057
|
}
|
|
15058
15058
|
function iy(e) {
|
|
@@ -15088,15 +15088,15 @@ function at(e, t, n) {
|
|
|
15088
15088
|
if (_.endsWith(O, "{}"))
|
|
15089
15089
|
O = s ? O : O.slice(0, -2), L = JSON.stringify(L);
|
|
15090
15090
|
else if (_.isArray(L) && iy(L) || (_.isFileList(L) || _.endsWith(O, "[]")) && (q = _.toArray(L)))
|
|
15091
|
-
return O =
|
|
15091
|
+
return O = Ni(O), q.forEach(function(j, Y) {
|
|
15092
15092
|
!(_.isUndefined(j) || j === null) && t.append(
|
|
15093
15093
|
// eslint-disable-next-line no-nested-ternary
|
|
15094
|
-
d === !0 ?
|
|
15094
|
+
d === !0 ? Mn([O], Y, l) : d === null ? O : O + "[]",
|
|
15095
15095
|
h(j)
|
|
15096
15096
|
);
|
|
15097
15097
|
}), !1;
|
|
15098
15098
|
}
|
|
15099
|
-
return It(L) ? !0 : (t.append(
|
|
15099
|
+
return It(L) ? !0 : (t.append(Mn(V, O, l), h(L)), !1);
|
|
15100
15100
|
}
|
|
15101
15101
|
const v = [], k = Object.assign(ly, {
|
|
15102
15102
|
defaultVisitor: p,
|
|
@@ -15107,14 +15107,14 @@ function at(e, t, n) {
|
|
|
15107
15107
|
if (!_.isUndefined(L)) {
|
|
15108
15108
|
if (v.indexOf(L) !== -1)
|
|
15109
15109
|
throw Error("Circular reference detected in " + O.join("."));
|
|
15110
|
-
v.push(L), _.forEach(L, function(q,
|
|
15110
|
+
v.push(L), _.forEach(L, function(q, N) {
|
|
15111
15111
|
(!(_.isUndefined(q) || q === null) && i.call(
|
|
15112
15112
|
t,
|
|
15113
15113
|
q,
|
|
15114
|
-
_.isString(
|
|
15114
|
+
_.isString(N) ? N.trim() : N,
|
|
15115
15115
|
O,
|
|
15116
15116
|
k
|
|
15117
|
-
)) === !0 && I(q, O ? O.concat(
|
|
15117
|
+
)) === !0 && I(q, O ? O.concat(N) : [N]);
|
|
15118
15118
|
}), v.pop();
|
|
15119
15119
|
}
|
|
15120
15120
|
}
|
|
@@ -15833,7 +15833,7 @@ const Qi = (e) => {
|
|
|
15833
15833
|
}
|
|
15834
15834
|
p.send(l || null);
|
|
15835
15835
|
});
|
|
15836
|
-
},
|
|
15836
|
+
}, Py = (e, t) => {
|
|
15837
15837
|
let n = new AbortController(), s;
|
|
15838
15838
|
const i = function(u) {
|
|
15839
15839
|
if (!s) {
|
|
@@ -15855,7 +15855,7 @@ const Qi = (e) => {
|
|
|
15855
15855
|
return c.unsubscribe = d, [c, () => {
|
|
15856
15856
|
l && clearTimeout(l), l = null;
|
|
15857
15857
|
}];
|
|
15858
|
-
},
|
|
15858
|
+
}, My = function* (e, t) {
|
|
15859
15859
|
let n = e.byteLength;
|
|
15860
15860
|
if (n < t) {
|
|
15861
15861
|
yield e;
|
|
@@ -15866,7 +15866,7 @@ const Qi = (e) => {
|
|
|
15866
15866
|
i = s + t, yield e.slice(s, i), s = i;
|
|
15867
15867
|
}, Vy = async function* (e, t, n) {
|
|
15868
15868
|
for await (const s of e)
|
|
15869
|
-
yield*
|
|
15869
|
+
yield* My(ArrayBuffer.isView(s) ? s : await n(String(s)), t);
|
|
15870
15870
|
}, qn = (e, t, n, s, i) => {
|
|
15871
15871
|
const l = Vy(e, t, i);
|
|
15872
15872
|
let d = 0;
|
|
@@ -15949,22 +15949,22 @@ const Ey = async (e) => {
|
|
|
15949
15949
|
fetchOptions: k
|
|
15950
15950
|
} = Qi(e);
|
|
15951
15951
|
h = h ? (h + "").toLowerCase() : "text";
|
|
15952
|
-
let [I, L] = i || l || d ?
|
|
15952
|
+
let [I, L] = i || l || d ? Py([i, l], d) : [], O, V;
|
|
15953
15953
|
const q = () => {
|
|
15954
15954
|
!O && setTimeout(() => {
|
|
15955
15955
|
I && I.unsubscribe();
|
|
15956
15956
|
}), O = !0;
|
|
15957
15957
|
};
|
|
15958
|
-
let
|
|
15958
|
+
let N;
|
|
15959
15959
|
try {
|
|
15960
|
-
if (u && Ay && n !== "get" && n !== "head" && (
|
|
15960
|
+
if (u && Ay && n !== "get" && n !== "head" && (N = await Hy(p, s)) !== 0) {
|
|
15961
15961
|
let H = new Request(t, {
|
|
15962
15962
|
method: "POST",
|
|
15963
15963
|
body: s,
|
|
15964
15964
|
duplex: "half"
|
|
15965
15965
|
}), z;
|
|
15966
15966
|
_.isFormData(s) && (z = H.headers.get("content-type")) && p.setContentType(z), H.body && (s = qn(H.body, jn, Rn(
|
|
15967
|
-
|
|
15967
|
+
N,
|
|
15968
15968
|
Je(u)
|
|
15969
15969
|
), null, Bt));
|
|
15970
15970
|
}
|
|
@@ -16027,7 +16027,7 @@ _.forEach(Ft, (e, t) => {
|
|
|
16027
16027
|
Object.defineProperty(e, "adapterName", { value: t });
|
|
16028
16028
|
}
|
|
16029
16029
|
});
|
|
16030
|
-
const
|
|
16030
|
+
const Un = (e) => `- ${e}`, Ry = (e) => _.isFunction(e) || e === null || e === !1, $i = {
|
|
16031
16031
|
getAdapter: (e) => {
|
|
16032
16032
|
e = _.isArray(e) ? e : [e];
|
|
16033
16033
|
const { length: t } = e;
|
|
@@ -16047,8 +16047,8 @@ const Nn = (e) => `- ${e}`, Ry = (e) => _.isFunction(e) || e === null || e === !
|
|
|
16047
16047
|
([c, u]) => `adapter ${c} ` + (u === !1 ? "is not supported by the environment" : "is not available in the build")
|
|
16048
16048
|
);
|
|
16049
16049
|
let d = t ? l.length > 1 ? `since :
|
|
16050
|
-
` + l.map(
|
|
16051
|
-
`) : " " +
|
|
16050
|
+
` + l.map(Un).join(`
|
|
16051
|
+
`) : " " + Un(l[0]) : "as no adapter specified";
|
|
16052
16052
|
throw new E(
|
|
16053
16053
|
"There is no suitable adapter to dispatch the request " + d,
|
|
16054
16054
|
"ERR_NOT_SUPPORT"
|
|
@@ -16062,7 +16062,7 @@ function bt(e) {
|
|
|
16062
16062
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
16063
16063
|
throw new Oe(null, e);
|
|
16064
16064
|
}
|
|
16065
|
-
function
|
|
16065
|
+
function Nn(e) {
|
|
16066
16066
|
return bt(e), e.headers = Q.from(e.headers), e.data = yt.call(
|
|
16067
16067
|
e,
|
|
16068
16068
|
e.transformRequest
|
|
@@ -16122,10 +16122,10 @@ function jy(e, t, n) {
|
|
|
16122
16122
|
throw new E("Unknown option " + l, E.ERR_BAD_OPTION);
|
|
16123
16123
|
}
|
|
16124
16124
|
}
|
|
16125
|
-
const
|
|
16125
|
+
const Pt = {
|
|
16126
16126
|
assertOptions: jy,
|
|
16127
16127
|
validators: tn
|
|
16128
|
-
}, ue =
|
|
16128
|
+
}, ue = Pt.validators;
|
|
16129
16129
|
let ye = class {
|
|
16130
16130
|
constructor(t) {
|
|
16131
16131
|
this.defaults = t, this.interceptors = {
|
|
@@ -16161,13 +16161,13 @@ let ye = class {
|
|
|
16161
16161
|
_request(t, n) {
|
|
16162
16162
|
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = xe(this.defaults, n);
|
|
16163
16163
|
const { transitional: s, paramsSerializer: i, headers: l } = n;
|
|
16164
|
-
s !== void 0 &&
|
|
16164
|
+
s !== void 0 && Pt.assertOptions(s, {
|
|
16165
16165
|
silentJSONParsing: ue.transitional(ue.boolean),
|
|
16166
16166
|
forcedJSONParsing: ue.transitional(ue.boolean),
|
|
16167
16167
|
clarifyTimeoutError: ue.transitional(ue.boolean)
|
|
16168
16168
|
}, !1), i != null && (_.isFunction(i) ? n.paramsSerializer = {
|
|
16169
16169
|
serialize: i
|
|
16170
|
-
} :
|
|
16170
|
+
} : Pt.assertOptions(i, {
|
|
16171
16171
|
encode: ue.function,
|
|
16172
16172
|
serialize: ue.function
|
|
16173
16173
|
}, !0)), n.method = (n.method || this.defaults.method || "get").toLowerCase();
|
|
@@ -16192,7 +16192,7 @@ let ye = class {
|
|
|
16192
16192
|
});
|
|
16193
16193
|
let p, v = 0, k;
|
|
16194
16194
|
if (!u) {
|
|
16195
|
-
const L = [
|
|
16195
|
+
const L = [Nn.bind(this), void 0];
|
|
16196
16196
|
for (L.unshift.apply(L, c), L.push.apply(L, h), k = L.length, p = Promise.resolve(n); v < k; )
|
|
16197
16197
|
p = p.then(L[v++], L[v++]);
|
|
16198
16198
|
return p;
|
|
@@ -16209,7 +16209,7 @@ let ye = class {
|
|
|
16209
16209
|
}
|
|
16210
16210
|
}
|
|
16211
16211
|
try {
|
|
16212
|
-
p =
|
|
16212
|
+
p = Nn.call(this, I);
|
|
16213
16213
|
} catch (L) {
|
|
16214
16214
|
return Promise.reject(L);
|
|
16215
16215
|
}
|
|
@@ -16247,7 +16247,7 @@ _.forEach(["post", "put", "patch"], function(t) {
|
|
|
16247
16247
|
}
|
|
16248
16248
|
ye.prototype[t] = n(), ye.prototype[t + "Form"] = n(!0);
|
|
16249
16249
|
});
|
|
16250
|
-
let
|
|
16250
|
+
let Uy = class tl {
|
|
16251
16251
|
constructor(t) {
|
|
16252
16252
|
if (typeof t != "function")
|
|
16253
16253
|
throw new TypeError("executor must be a function.");
|
|
@@ -16314,7 +16314,7 @@ let Ny = class tl {
|
|
|
16314
16314
|
};
|
|
16315
16315
|
}
|
|
16316
16316
|
};
|
|
16317
|
-
function
|
|
16317
|
+
function Ny(e) {
|
|
16318
16318
|
return function(n) {
|
|
16319
16319
|
return e.apply(null, n);
|
|
16320
16320
|
};
|
|
@@ -16322,7 +16322,7 @@ function Uy(e) {
|
|
|
16322
16322
|
function zy(e) {
|
|
16323
16323
|
return _.isObject(e) && e.isAxiosError === !0;
|
|
16324
16324
|
}
|
|
16325
|
-
const
|
|
16325
|
+
const Mt = {
|
|
16326
16326
|
Continue: 100,
|
|
16327
16327
|
SwitchingProtocols: 101,
|
|
16328
16328
|
Processing: 102,
|
|
@@ -16387,11 +16387,11 @@ const Pt = {
|
|
|
16387
16387
|
NotExtended: 510,
|
|
16388
16388
|
NetworkAuthenticationRequired: 511
|
|
16389
16389
|
};
|
|
16390
|
-
Object.entries(
|
|
16391
|
-
|
|
16390
|
+
Object.entries(Mt).forEach(([e, t]) => {
|
|
16391
|
+
Mt[t] = e;
|
|
16392
16392
|
});
|
|
16393
16393
|
function nl(e) {
|
|
16394
|
-
const t = new ye(e), n =
|
|
16394
|
+
const t = new ye(e), n = Pi(ye.prototype.request, t);
|
|
16395
16395
|
return _.extend(n, ye.prototype, t, { allOwnKeys: !0 }), _.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(i) {
|
|
16396
16396
|
return nl(xe(e, i));
|
|
16397
16397
|
}, n;
|
|
@@ -16399,7 +16399,7 @@ function nl(e) {
|
|
|
16399
16399
|
const G = nl(qe);
|
|
16400
16400
|
G.Axios = ye;
|
|
16401
16401
|
G.CanceledError = Oe;
|
|
16402
|
-
G.CancelToken =
|
|
16402
|
+
G.CancelToken = Uy;
|
|
16403
16403
|
G.isCancel = Yi;
|
|
16404
16404
|
G.VERSION = el;
|
|
16405
16405
|
G.toFormData = at;
|
|
@@ -16408,13 +16408,13 @@ G.Cancel = G.CanceledError;
|
|
|
16408
16408
|
G.all = function(t) {
|
|
16409
16409
|
return Promise.all(t);
|
|
16410
16410
|
};
|
|
16411
|
-
G.spread =
|
|
16411
|
+
G.spread = Ny;
|
|
16412
16412
|
G.isAxiosError = zy;
|
|
16413
16413
|
G.mergeConfig = xe;
|
|
16414
16414
|
G.AxiosHeaders = Q;
|
|
16415
16415
|
G.formToJSON = (e) => Ki(_.isHTMLForm(e) ? new FormData(e) : e);
|
|
16416
16416
|
G.getAdapter = $i.getAdapter;
|
|
16417
|
-
G.HttpStatusCode =
|
|
16417
|
+
G.HttpStatusCode = Mt;
|
|
16418
16418
|
G.default = G;
|
|
16419
16419
|
const {
|
|
16420
16420
|
Axios: gk,
|
|
@@ -16999,7 +16999,7 @@ const {
|
|
|
16999
16999
|
class: "progressbar"
|
|
17000
17000
|
}, xb = ["value", "title"];
|
|
17001
17001
|
function Cb(e, t, n, s, i, l) {
|
|
17002
|
-
const d =
|
|
17002
|
+
const d = U, c = ve, u = R, h = K;
|
|
17003
17003
|
return a(), r(T, null, [
|
|
17004
17004
|
n.advancedMode ? (a(), r("fieldset", {
|
|
17005
17005
|
key: 0,
|
|
@@ -17007,7 +17007,7 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17007
17007
|
}, [
|
|
17008
17008
|
o("legend", {
|
|
17009
17009
|
class: b({ hidden: !n.legend.show, "align-left": n.legend.align === "left" })
|
|
17010
|
-
},
|
|
17010
|
+
}, y(n.legend.text), 3),
|
|
17011
17011
|
n.cmdHeadlineFieldset ? (a(), C(d, A(S({ key: 0 }, n.cmdHeadlineFieldset)), null, 16)) : m("", !0),
|
|
17012
17012
|
l.systemMessageStatus && l.allSystemMessages.length ? (a(), C(c, {
|
|
17013
17013
|
key: 1,
|
|
@@ -17017,7 +17017,7 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17017
17017
|
}, {
|
|
17018
17018
|
default: x(() => [
|
|
17019
17019
|
l.allSystemMessages.length > 1 ? (a(), r("ul", Gy, [
|
|
17020
|
-
(a(!0), r(T, null, M(l.allSystemMessages, (p, v) => (a(), r("li", { key: v },
|
|
17020
|
+
(a(!0), r(T, null, M(l.allSystemMessages, (p, v) => (a(), r("li", { key: v }, y(p), 1))), 128))
|
|
17021
17021
|
])) : m("", !0)
|
|
17022
17022
|
]),
|
|
17023
17023
|
_: 1
|
|
@@ -17029,7 +17029,7 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17029
17029
|
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("div", Yy, [
|
|
17030
17030
|
f(d, S(n.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
|
17031
17031
|
default: x(() => [
|
|
17032
|
-
D(
|
|
17032
|
+
D(y(e.getMessage("upload_form.headline.summary_of_all_files")), 1)
|
|
17033
17033
|
]),
|
|
17034
17034
|
_: 1
|
|
17035
17035
|
}, 16),
|
|
@@ -17043,11 +17043,11 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17043
17043
|
f(u, A(ce(n.iconDelete)), null, 16)
|
|
17044
17044
|
], 8, Qy),
|
|
17045
17045
|
o("span", null, [
|
|
17046
|
-
D(
|
|
17046
|
+
D(y(i.listOfFiles.length) + " ", 1),
|
|
17047
17047
|
n.allowMultipleFileUploads ? (a(), r(T, { key: 1 }, [
|
|
17048
|
-
D(
|
|
17048
|
+
D(y(e.getMessage("upload_form.labeltext.files_uploading")), 1)
|
|
17049
17049
|
], 64)) : (a(), r(T, { key: 0 }, [
|
|
17050
|
-
D(
|
|
17050
|
+
D(y(e.getMessage("upload_form.labeltext.file_uploading")), 1)
|
|
17051
17051
|
], 64))
|
|
17052
17052
|
]),
|
|
17053
17053
|
o("small", {
|
|
@@ -17055,9 +17055,9 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17055
17055
|
"text-align-right",
|
|
17056
17056
|
{ error: n.maxTotalUploadSize > 0 && l.totalSize > n.maxTotalUploadSize }
|
|
17057
17057
|
])
|
|
17058
|
-
}, " (" +
|
|
17058
|
+
}, " (" + y(l.formatSize(l.totalSize)) + ") ", 3),
|
|
17059
17059
|
i.uploadInitiated ? (a(), r("span", Xy, [
|
|
17060
|
-
o("span", null,
|
|
17060
|
+
o("span", null, y(l.getPercentage(l.totalUploadProgress)), 1),
|
|
17061
17061
|
o("progress", {
|
|
17062
17062
|
max: "100",
|
|
17063
17063
|
value: l.totalUploadProgress,
|
|
@@ -17071,7 +17071,7 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17071
17071
|
o("div", eb, [
|
|
17072
17072
|
f(d, S(n.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
|
17073
17073
|
default: x(() => [
|
|
17074
|
-
D(
|
|
17074
|
+
D(y(e.getMessage("upload_form.headline.list_of_selected_files")), 1)
|
|
17075
17075
|
]),
|
|
17076
17076
|
_: 1
|
|
17077
17077
|
}, 16),
|
|
@@ -17094,11 +17094,11 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17094
17094
|
{ error: p.error }
|
|
17095
17095
|
])
|
|
17096
17096
|
}, [
|
|
17097
|
-
D(
|
|
17098
|
-
o("small", null, "(" +
|
|
17097
|
+
D(y(p.file.name) + " ", 1),
|
|
17098
|
+
o("small", null, "(" + y(l.formatSize(p.file.size)) + ")", 1)
|
|
17099
17099
|
], 2),
|
|
17100
17100
|
i.uploadInitiated && !p.error ? (a(), r("span", ib, [
|
|
17101
|
-
o("span", null,
|
|
17101
|
+
o("span", null, y(l.getPercentage(p.progress)), 1),
|
|
17102
17102
|
o("progress", {
|
|
17103
17103
|
max: "100",
|
|
17104
17104
|
value: p.progress,
|
|
@@ -17112,13 +17112,13 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17112
17112
|
href: "#",
|
|
17113
17113
|
onClick: t[1] || (t[1] = w((...p) => l.cancel && l.cancel(...p), ["prevent"])),
|
|
17114
17114
|
title: e.getMessage("upload_form.all_files_will_be_removed")
|
|
17115
|
-
},
|
|
17115
|
+
}, y(e.getMessage("upload_form.reset_upload")), 9, ob)) : m("", !0),
|
|
17116
17116
|
t[9] || (t[9] = o("hr", null, null, -1))
|
|
17117
17117
|
])
|
|
17118
17118
|
])) : (a(), r(T, { key: 0 }, [
|
|
17119
17119
|
n.allowMultipleFileUploads ? (a(), C(d, S({ key: 0 }, n.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
|
17120
17120
|
default: x(() => [
|
|
17121
|
-
D(
|
|
17121
|
+
D(y(l.headlineTextNoFilesToUpload), 1)
|
|
17122
17122
|
]),
|
|
17123
17123
|
_: 1
|
|
17124
17124
|
}, 16)) : m("", !0)
|
|
@@ -17126,13 +17126,13 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17126
17126
|
o("div", ab, [
|
|
17127
17127
|
n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), C(d, S({ key: 0 }, n.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
|
|
17128
17128
|
default: x(() => [
|
|
17129
|
-
D(
|
|
17129
|
+
D(y(e.getMessage("upload_form.headline.select_additional_files")), 1)
|
|
17130
17130
|
]),
|
|
17131
17131
|
_: 1
|
|
17132
17132
|
}, 16)) : m("", !0),
|
|
17133
17133
|
!n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), C(d, S({ key: 1 }, n.cmdHeadlineSelectNewFile, { headlineLevel: "4" }), {
|
|
17134
17134
|
default: x(() => [
|
|
17135
|
-
D(
|
|
17135
|
+
D(y(e.getMessage("upload_form.headline.select_new_file")), 1)
|
|
17136
17136
|
]),
|
|
17137
17137
|
_: 1
|
|
17138
17138
|
}, 16)) : m("", !0),
|
|
@@ -17140,20 +17140,20 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17140
17140
|
n.maxTotalUploadSize > 0 ? (a(), r(T, { key: 0 }, [
|
|
17141
17141
|
o("dt", {
|
|
17142
17142
|
class: b({ error: l.totalSize > n.maxTotalUploadSize })
|
|
17143
|
-
},
|
|
17143
|
+
}, y(e.getMessage("upload_form.max_total_upload_size")), 3),
|
|
17144
17144
|
o("dd", {
|
|
17145
17145
|
class: b(["text-align-right", { error: l.totalSize > n.maxTotalUploadSize }])
|
|
17146
|
-
},
|
|
17146
|
+
}, y(l.formatSize(n.maxTotalUploadSize)), 3)
|
|
17147
17147
|
], 64)) : m("", !0),
|
|
17148
17148
|
o("dt", {
|
|
17149
17149
|
class: b({ error: i.errors.fileSize })
|
|
17150
|
-
},
|
|
17150
|
+
}, y(e.getMessage("upload_form.max_file_upload_size")), 3),
|
|
17151
17151
|
o("dd", {
|
|
17152
17152
|
class: b(["text-align-right", { error: i.errors.fileSize }])
|
|
17153
|
-
},
|
|
17153
|
+
}, y(l.formatSize(n.maxFileUploadSize)), 3),
|
|
17154
17154
|
o("dt", {
|
|
17155
17155
|
class: b({ error: i.errors.fileType })
|
|
17156
|
-
},
|
|
17156
|
+
}, y(e.getMessage("upload_form.allowed_file_types")), 3),
|
|
17157
17157
|
o("dd", null, [
|
|
17158
17158
|
o("a", {
|
|
17159
17159
|
href: "#",
|
|
@@ -17171,7 +17171,7 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17171
17171
|
(a(!0), r(T, null, M(n.allowedFileExtensions, (p, v) => (a(), r("li", {
|
|
17172
17172
|
key: v,
|
|
17173
17173
|
class: b({ error: i.errors.fileType })
|
|
17174
|
-
},
|
|
17174
|
+
}, y(p), 3))), 128))
|
|
17175
17175
|
])) : m("", !0)
|
|
17176
17176
|
]),
|
|
17177
17177
|
_: 1
|
|
@@ -17190,22 +17190,22 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17190
17190
|
iconClass: n.iconFileUpload.iconClass,
|
|
17191
17191
|
type: n.iconFileUpload.iconType
|
|
17192
17192
|
}, null, 8, ["iconClass", "type"]),
|
|
17193
|
-
n.allowMultipleFileUploads ? (a(), r("span", mb,
|
|
17193
|
+
n.allowMultipleFileUploads ? (a(), r("span", mb, y(e.getMessage("upload_form.labeltext.select_files")), 1)) : (a(), r("span", pb, y(e.getMessage("upload_form.labeltext.select_file")), 1))
|
|
17194
17194
|
], 10, cb),
|
|
17195
17195
|
n.enableDragAndDrop ? (a(), r("p", {
|
|
17196
17196
|
key: 0,
|
|
17197
17197
|
class: b(["text-drag-and-drop", { disabled: i.uploadInitiated }])
|
|
17198
17198
|
}, [
|
|
17199
|
-
o("span", null,
|
|
17199
|
+
o("span", null, y(e.getMessage("upload_form.or")), 1),
|
|
17200
17200
|
o("strong", null, [
|
|
17201
|
-
D(
|
|
17201
|
+
D(y(e.getMessage("upload_form.drag_and_drop")) + " ", 1),
|
|
17202
17202
|
n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), r(T, { key: 0 }, [
|
|
17203
|
-
D(
|
|
17203
|
+
D(y(e.getMessage("upload_form.additional")), 1)
|
|
17204
17204
|
], 64)) : m("", !0),
|
|
17205
17205
|
!n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), r(T, { key: 1 }, [
|
|
17206
|
-
D(
|
|
17206
|
+
D(y(e.getMessage("upload_form.new")), 1)
|
|
17207
17207
|
], 64)) : m("", !0),
|
|
17208
|
-
D(" " +
|
|
17208
|
+
D(" " + y(e.getMessage("upload_form.files_to_this_area")), 1)
|
|
17209
17209
|
])
|
|
17210
17210
|
], 2)) : m("", !0)
|
|
17211
17211
|
])
|
|
@@ -17233,14 +17233,14 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17233
17233
|
onClick: t[5] || (t[5] = (...p) => l.uploadFiles && l.uploadFiles(...p))
|
|
17234
17234
|
}, [
|
|
17235
17235
|
f(u, A(ce(n.iconUpload)), null, 16),
|
|
17236
|
-
i.listOfFiles.length === 1 || !n.allowMultipleFileUploads ? (a(), r("span", gb,
|
|
17236
|
+
i.listOfFiles.length === 1 || !n.allowMultipleFileUploads ? (a(), r("span", gb, y(e.getMessage("upload_form.buttontext.upload_file")), 1)) : (a(), r("span", yb, y(e.getMessage("upload_form.buttontext.upload_files")), 1))
|
|
17237
17237
|
], 10, hb),
|
|
17238
17238
|
o("button", {
|
|
17239
17239
|
class: b(["button", { disabled: i.listOfFiles.length === 0 }]),
|
|
17240
17240
|
onClick: t[6] || (t[6] = (...p) => l.cancel && l.cancel(...p))
|
|
17241
17241
|
}, [
|
|
17242
17242
|
f(u, A(ce(n.iconCancel)), null, 16),
|
|
17243
|
-
o("span", null,
|
|
17243
|
+
o("span", null, y(e.getMessage("upload_form.buttontext.cancel")), 1)
|
|
17244
17244
|
], 2)
|
|
17245
17245
|
])
|
|
17246
17246
|
], 2)) : (a(), r("a", S({
|
|
@@ -17250,7 +17250,7 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17250
17250
|
class: ["cmd-upload-form box", { "drop-area": n.enableDragAndDrop, "allow-drop": i.allowDrop }]
|
|
17251
17251
|
}, xt(l.dragAndDropHandler, !0)), [
|
|
17252
17252
|
i.uploadInitiated ? (a(), r("span", bb, [
|
|
17253
|
-
o("span", null,
|
|
17253
|
+
o("span", null, y(l.getPercentage(l.totalUploadProgress)), 1),
|
|
17254
17254
|
o("progress", {
|
|
17255
17255
|
max: "100",
|
|
17256
17256
|
value: l.totalUploadProgress,
|
|
@@ -17259,28 +17259,28 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17259
17259
|
])) : m("", !0),
|
|
17260
17260
|
F(e.$slots, "default", {}, () => [
|
|
17261
17261
|
n.enableDragAndDrop ? (a(), r(T, { key: 1 }, [
|
|
17262
|
-
o("span", null,
|
|
17262
|
+
o("span", null, y(e.getMessage("upload_form.drag_and_drop_file_here")), 1),
|
|
17263
17263
|
f(u, {
|
|
17264
17264
|
iconClass: n.iconDragAndDrop.iconClass,
|
|
17265
17265
|
type: n.iconDragAndDrop.iconType
|
|
17266
17266
|
}, null, 8, ["iconClass", "type"])
|
|
17267
17267
|
], 64)) : (a(), r(T, { key: 0 }, [
|
|
17268
17268
|
l.fileTypeImage ? (a(), r(T, { key: 0 }, [
|
|
17269
|
-
o("span", null,
|
|
17269
|
+
o("span", null, y(e.getMessage("upload_form.select_image")), 1),
|
|
17270
17270
|
f(u, {
|
|
17271
17271
|
iconClass: n.iconImage.iconClass,
|
|
17272
17272
|
type: n.iconImage.iconType
|
|
17273
17273
|
}, null, 8, ["iconClass", "type"])
|
|
17274
17274
|
], 64)) : (a(), r(T, { key: 1 }, [
|
|
17275
|
-
o("span", null,
|
|
17275
|
+
o("span", null, y(e.getMessage("upload_form.select_file")), 1),
|
|
17276
17276
|
f(u, {
|
|
17277
17277
|
iconClass: n.iconFileUpload.iconClass,
|
|
17278
17278
|
type: n.iconFileUpload.iconType
|
|
17279
17279
|
}, null, 8, ["iconClass", "type"])
|
|
17280
17280
|
], 64))
|
|
17281
17281
|
], 64)),
|
|
17282
|
-
o("small", null,
|
|
17283
|
-
o("small", null,
|
|
17282
|
+
o("small", null, y(e.getMessage("upload_form.max_upload_size")) + " " + y(l.formatSize(n.maxFileUploadSize)), 1),
|
|
17283
|
+
o("small", null, y(e.getMessage("upload_form.allowed_file_types")) + " " + y(n.allowedFileExtensions), 1)
|
|
17284
17284
|
])
|
|
17285
17285
|
], 16)),
|
|
17286
17286
|
f(h, {
|
|
@@ -17402,7 +17402,7 @@ const vb = /* @__PURE__ */ B(Wy, [["render", Cb]]), kb = {
|
|
|
17402
17402
|
}
|
|
17403
17403
|
}, wb = ["id"], Tb = ["id"];
|
|
17404
17404
|
function Sb(e, t, n, s, i, l) {
|
|
17405
|
-
const d =
|
|
17405
|
+
const d = U;
|
|
17406
17406
|
return a(), r("div", {
|
|
17407
17407
|
class: b(["cmd-width-limitation-wrapper", { sticky: n.sticky }]),
|
|
17408
17408
|
ref: "width-limitation-wrapper"
|
|
@@ -17566,7 +17566,7 @@ function Db(e, t, n, s, i, l) {
|
|
|
17566
17566
|
rowView: p.rowView
|
|
17567
17567
|
}), {
|
|
17568
17568
|
default: x(() => [
|
|
17569
|
-
D(" box " +
|
|
17569
|
+
D(" box " + y(v), 1)
|
|
17570
17570
|
]),
|
|
17571
17571
|
_: 2
|
|
17572
17572
|
}, 1040, ["rowView"]))), 128))
|
|
@@ -17577,7 +17577,7 @@ function Db(e, t, n, s, i, l) {
|
|
|
17577
17577
|
], 64))), 128))
|
|
17578
17578
|
]);
|
|
17579
17579
|
}
|
|
17580
|
-
const Fb = /* @__PURE__ */ B(Ib, [["render", Db]]),
|
|
17580
|
+
const Fb = /* @__PURE__ */ B(Ib, [["render", Db]]), Pb = {
|
|
17581
17581
|
name: "MultipleListsOfLinks",
|
|
17582
17582
|
props: {
|
|
17583
17583
|
segments: {
|
|
@@ -17585,10 +17585,10 @@ const Fb = /* @__PURE__ */ B(Ib, [["render", Db]]), Mb = {
|
|
|
17585
17585
|
default: null
|
|
17586
17586
|
}
|
|
17587
17587
|
}
|
|
17588
|
-
},
|
|
17588
|
+
}, Mb = { class: "cmd-page-multiple-lists-of-links flex-container vertical" };
|
|
17589
17589
|
function Vb(e, t, n, s, i, l) {
|
|
17590
17590
|
const d = Yt;
|
|
17591
|
-
return a(), r("div",
|
|
17591
|
+
return a(), r("div", Mb, [
|
|
17592
17592
|
(a(!0), r(T, null, M(n.segments, (c, u) => (a(), r(T, { key: u }, [
|
|
17593
17593
|
f(d, {
|
|
17594
17594
|
links: c.links,
|
|
@@ -17600,7 +17600,7 @@ function Vb(e, t, n, s, i, l) {
|
|
|
17600
17600
|
], 64))), 128))
|
|
17601
17601
|
]);
|
|
17602
17602
|
}
|
|
17603
|
-
const Ab = /* @__PURE__ */ B(
|
|
17603
|
+
const Ab = /* @__PURE__ */ B(Pb, [["render", Vb]]), Eb = {
|
|
17604
17604
|
name: "ContactInformation",
|
|
17605
17605
|
props: {
|
|
17606
17606
|
/**
|
|
@@ -17714,7 +17714,7 @@ const jb = /* @__PURE__ */ B(Eb, [["render", Rb]]), ll = [
|
|
|
17714
17714
|
data: "Custom data",
|
|
17715
17715
|
labelText: "Custom"
|
|
17716
17716
|
}
|
|
17717
|
-
],
|
|
17717
|
+
], Ub = [
|
|
17718
17718
|
{
|
|
17719
17719
|
boxesPerRow: 4,
|
|
17720
17720
|
useRowViewAsDefault: !0,
|
|
@@ -17762,7 +17762,7 @@ const jb = /* @__PURE__ */ B(Eb, [["render", Rb]]), ll = [
|
|
|
17762
17762
|
}
|
|
17763
17763
|
]
|
|
17764
17764
|
}
|
|
17765
|
-
],
|
|
17765
|
+
], Nb = [
|
|
17766
17766
|
{
|
|
17767
17767
|
boxesPerRow: 4,
|
|
17768
17768
|
useRowViewAsDefault: !0,
|
|
@@ -18200,8 +18200,8 @@ const jb = /* @__PURE__ */ B(Eb, [["render", Rb]]), ll = [
|
|
|
18200
18200
|
data() {
|
|
18201
18201
|
return {
|
|
18202
18202
|
addressData: ll,
|
|
18203
|
-
faqsData:
|
|
18204
|
-
boxesTeamOverviewData:
|
|
18203
|
+
faqsData: Ub,
|
|
18204
|
+
boxesTeamOverviewData: Nb,
|
|
18205
18205
|
listOfDownloadsData: zb,
|
|
18206
18206
|
listOfSiteLinksData: Wb
|
|
18207
18207
|
};
|
|
@@ -18322,11 +18322,11 @@ const Qb = /* @__PURE__ */ B(Yb, [["render", Zb]]), Xb = {
|
|
|
18322
18322
|
function Fk(e = !1) {
|
|
18323
18323
|
return e ? (/* @__PURE__ */ new Date()).toISOString() : (/* @__PURE__ */ new Date()).toISOString().split("T")[0];
|
|
18324
18324
|
}
|
|
18325
|
-
function
|
|
18325
|
+
function Pk() {
|
|
18326
18326
|
const e = /* @__PURE__ */ new Date(), t = String(e.getHours()).padStart(2, "0"), n = String(e.getMinutes()).padStart(2, "0");
|
|
18327
18327
|
return t + ":" + n;
|
|
18328
18328
|
}
|
|
18329
|
-
function
|
|
18329
|
+
function Mk(e, t = "+", n = 1) {
|
|
18330
18330
|
const s = new Date(e);
|
|
18331
18331
|
if (t === "+")
|
|
18332
18332
|
s.setDate(s.getDate() + n);
|
|
@@ -18483,7 +18483,7 @@ function yx(e, t, n, s, i, l) {
|
|
|
18483
18483
|
title: e.getMessage("mail_tool_entry.tooltip.read_this_mail")
|
|
18484
18484
|
}, [
|
|
18485
18485
|
o("dl", nx, [
|
|
18486
|
-
o("dt", ix,
|
|
18486
|
+
o("dt", ix, y(n.boxType === "inbox" ? e.getMessage("mail_tool_entry.description_label.from") : e.getMessage("mail_tool_entry.description_label.to")), 1),
|
|
18487
18487
|
o("dd", lx, [
|
|
18488
18488
|
u.cmdImage?.src ? (a(), C(d, {
|
|
18489
18489
|
key: 0,
|
|
@@ -18492,26 +18492,26 @@ function yx(e, t, n, s, i, l) {
|
|
|
18492
18492
|
title: u.cmdImage.title || u.contactFullName,
|
|
18493
18493
|
useFigureTag: !1
|
|
18494
18494
|
}, null, 8, ["src", "alt", "title"])) : m("", !0),
|
|
18495
|
-
o("span", ox,
|
|
18495
|
+
o("span", ox, y(u.contactFullName), 1)
|
|
18496
18496
|
]),
|
|
18497
|
-
o("dt", null,
|
|
18497
|
+
o("dt", null, y(e.getMessage("mail_tool_entry.description_label.subject")), 1),
|
|
18498
18498
|
o("dd", null, [
|
|
18499
18499
|
o("a", {
|
|
18500
18500
|
href: "#",
|
|
18501
18501
|
onClick: w((p) => l.readMail(u.id), ["prevent"])
|
|
18502
|
-
},
|
|
18502
|
+
}, y(u.subject), 9, ax)
|
|
18503
18503
|
])
|
|
18504
18504
|
]),
|
|
18505
18505
|
o("div", sx, [
|
|
18506
18506
|
o("dl", rx, [
|
|
18507
|
-
o("dt", null,
|
|
18507
|
+
o("dt", null, y(e.getMessage("mail_tool_entry.description_label.received")), 1),
|
|
18508
18508
|
o("dd", dx, [
|
|
18509
18509
|
o("time", {
|
|
18510
18510
|
datetime: u.isoDate
|
|
18511
|
-
},
|
|
18511
|
+
}, y(l.mailFormatDate(u.isoDate)), 9, ux),
|
|
18512
18512
|
o("time", {
|
|
18513
18513
|
datetime: u.time
|
|
18514
|
-
},
|
|
18514
|
+
}, y(l.mailFormatTime(u.time)), 9, cx)
|
|
18515
18515
|
])
|
|
18516
18516
|
]),
|
|
18517
18517
|
o("div", mx, [
|
|
@@ -18544,7 +18544,7 @@ function yx(e, t, n, s, i, l) {
|
|
|
18544
18544
|
])
|
|
18545
18545
|
], 10, tx),
|
|
18546
18546
|
i.expandMail.has(u.id) ? (a(), r("div", gx, [
|
|
18547
|
-
o("header", null, " mailId: " +
|
|
18547
|
+
o("header", null, " mailId: " + y(u.id), 1)
|
|
18548
18548
|
])) : m("", !0)
|
|
18549
18549
|
], 64))), 128)) : (a(), C(c, A(S({ key: 1 }, n.cmdSystemMessage)), null, 16));
|
|
18550
18550
|
}
|
|
@@ -18666,7 +18666,7 @@ const bx = /* @__PURE__ */ B(ex, [["render", yx]]), xx = {
|
|
|
18666
18666
|
}
|
|
18667
18667
|
}, Cx = { class: "cmd-mail-tool-filter" }, vx = { class: "flex-container align-items-center" }, kx = { class: "flex-container reset-flex" }, wx = { class: "flex-container sort-wrapper" }, Tx = ["title"], Sx = { key: 0 }, _x = ["title"], Ox = { key: 0 };
|
|
18668
18668
|
function Lx(e, t, n, s, i, l) {
|
|
18669
|
-
const d =
|
|
18669
|
+
const d = U, c = K;
|
|
18670
18670
|
return a(), r("div", Cx, [
|
|
18671
18671
|
l.headlineText ? (a(), C(d, {
|
|
18672
18672
|
key: 0,
|
|
@@ -18715,7 +18715,7 @@ function Lx(e, t, n, s, i, l) {
|
|
|
18715
18715
|
onClick: t[3] || (t[3] = w((u) => l.sortByDate("asc"), ["prevent"])),
|
|
18716
18716
|
title: n.linkSortAscending.title
|
|
18717
18717
|
}, [
|
|
18718
|
-
n.linkSortAscending.text ? (a(), r("span", Sx,
|
|
18718
|
+
n.linkSortAscending.text ? (a(), r("span", Sx, y(n.linkSortAscending.text), 1)) : m("", !0),
|
|
18719
18719
|
n.linkSortAscending.iconClass ? (a(), r("span", {
|
|
18720
18720
|
key: 1,
|
|
18721
18721
|
class: b(n.linkSortAscending.iconClass)
|
|
@@ -18726,7 +18726,7 @@ function Lx(e, t, n, s, i, l) {
|
|
|
18726
18726
|
onClick: t[4] || (t[4] = w((u) => l.sortByDate("desc"), ["prevent"])),
|
|
18727
18727
|
title: n.linkSortDescending.title
|
|
18728
18728
|
}, [
|
|
18729
|
-
n.linkSortDescending.text ? (a(), r("span", Ox,
|
|
18729
|
+
n.linkSortDescending.text ? (a(), r("span", Ox, y(n.linkSortDescending.text), 1)) : m("", !0),
|
|
18730
18730
|
n.linkSortDescending.iconClass ? (a(), r("span", {
|
|
18731
18731
|
key: 1,
|
|
18732
18732
|
class: b(n.linkSortDescending.iconClass)
|
|
@@ -18853,7 +18853,7 @@ function Dx(e, t, n, s, i, l) {
|
|
|
18853
18853
|
_: 1
|
|
18854
18854
|
}, 16);
|
|
18855
18855
|
}
|
|
18856
|
-
const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]),
|
|
18856
|
+
const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Px = [
|
|
18857
18857
|
{
|
|
18858
18858
|
text: "Account owner:",
|
|
18859
18859
|
value: "Company name",
|
|
@@ -18874,7 +18874,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
18874
18874
|
value: "PBNKDEFF",
|
|
18875
18875
|
allowCopy: !0
|
|
18876
18876
|
}
|
|
18877
|
-
],
|
|
18877
|
+
], Mx = [
|
|
18878
18878
|
{
|
|
18879
18879
|
name: "User name 1",
|
|
18880
18880
|
age: 35,
|
|
@@ -19104,11 +19104,11 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19104
19104
|
], Ax = "Page levels:", Ex = [{ path: "/", text: "Home", iconClass: "icon-home", type: "href" }, { path: "/subpage", text: "Subpage", type: "href" }, { path: "/subpage/subsubpage", text: "Subsubpage", type: "href" }], Hx = {
|
|
19105
19105
|
breadcrumbLabel: Ax,
|
|
19106
19106
|
breadcrumbLinks: Ex
|
|
19107
|
-
}, qx = { type: "href", path: "./", tooltip: "Tooltip" }, Rx = "/media/images/logos/logo.svg", jx = "/media/images/logos/logo-darkmode.svg",
|
|
19107
|
+
}, qx = { type: "href", path: "./", tooltip: "Tooltip" }, Rx = "/media/images/logos/logo.svg", jx = "/media/images/logos/logo-darkmode.svg", Ux = "Company Logo", Nx = {
|
|
19108
19108
|
link: qx,
|
|
19109
19109
|
pathDefaultLogo: Rx,
|
|
19110
19110
|
pathDarkmodeLogo: jx,
|
|
19111
|
-
altText:
|
|
19111
|
+
altText: Ux
|
|
19112
19112
|
}, zx = { cookies: [{ id: "cookie-sessionid", value: "sessionid", description: "This cookie is required for functionality", labelText: "SessionID", disabled: !0, linkDataPrivacy: { label: "Details for this cookie:", link: "/content/data-privacy-en.html", linkText: "Open data privacy" } }, { id: "cookie-google-recaptcha", value: "google-recaptcha", description: "This cookie prevents bots from sending forms", labelText: "Google reCaptcha™", disabled: !0, linkDataPrivacy: { label: "Details for this cookie:", link: "https://policies.google.com/privacy?hl=en-US", target: "_blank", linkText: "Open data privacy from Google" } }] }, Wx = { cookies: [{ id: "cookie-google-maps", value: "google-maps", description: "This cookie enables the Google Map™", labelText: "Google Maps™", disabled: !1, linkDataPrivacy: { label: "Details for this cookie:", link: "https://policies.google.com/privacy?hl=en-US", target: "_blank", linkText: "Open data privacy from Google" } }, { id: "cookie-google-analytics", value: "google-analytics", description: "This cookie collects anonymous data for statistics and improvements", labelText: "Google Analytics™", linkDataPrivacy: { label: "Details for this cookie:", link: "https://policies.google.com/privacy?hl=en-US", target: "_blank", linkText: "Open data privacy from Google" } }] }, Gx = {
|
|
19113
19113
|
required: zx,
|
|
19114
19114
|
optional: Wx
|
|
@@ -19877,10 +19877,10 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19877
19877
|
], LC = [{ id: 1, displayValue: "Option #1", icon: { iconClass: "icon-home" } }, { id: 2, displayValue: "Option #2", icon: { iconClass: "icon-company" } }, { id: 3, displayValue: "Option #3", icon: { iconClass: "icon-globe" } }], IC = { labelText: "Label for inputfield (search) with smart-search:" }, BC = {
|
|
19878
19878
|
listOfRecommendations: LC,
|
|
19879
19879
|
cmdFormElement: IC
|
|
19880
|
-
}, DC = { toggleSwitch: !0, labelText: "I accept that anonymous data will be send to the platform I share this page on and accept the <a href='/content/fancybox-content.html' class='fancybox'>Data Privacy</a>!", required: !0 }, FC = [{ buttonClass: "social-network-facebook", path: "https://www.facebook.com/sharer/sharer.php?u=", tooltip: "Share this page on facebook", iconClass: "icon-facebook", linkText: "Share" }, { buttonClass: "social-network-x", path: "https://twitter.com/home?status=", tooltip: "Share this page on X", iconClass: "icon-x", linkText: "Share" }, { buttonClass: "social-network-xing", path: "https://www.xing.com/spi/shares/new?sc_p=b7910_cb&url=", tooltip: "Share this page on xing", iconClass: "icon-xing", linkText: "Share" }, { buttonClass: "social-network-linkedin", path: "https://www.linkedin.com/cws/share?url=", tooltip: "Share this page on linkedin", iconClass: "icon-linkedin", linkText: "Share" }, { buttonClass: "social-network-instagram", path: "https://www.instagram.com/", tooltip: "Share this page on instagram", iconClass: "icon-instagram", linkText: "Share" }],
|
|
19880
|
+
}, DC = { toggleSwitch: !0, labelText: "I accept that anonymous data will be send to the platform I share this page on and accept the <a href='/content/fancybox-content.html' class='fancybox'>Data Privacy</a>!", required: !0 }, FC = [{ buttonClass: "social-network-facebook", path: "https://www.facebook.com/sharer/sharer.php?u=", tooltip: "Share this page on facebook", iconClass: "icon-facebook", linkText: "Share" }, { buttonClass: "social-network-x", path: "https://twitter.com/home?status=", tooltip: "Share this page on X", iconClass: "icon-x", linkText: "Share" }, { buttonClass: "social-network-xing", path: "https://www.xing.com/spi/shares/new?sc_p=b7910_cb&url=", tooltip: "Share this page on xing", iconClass: "icon-xing", linkText: "Share" }, { buttonClass: "social-network-linkedin", path: "https://www.linkedin.com/cws/share?url=", tooltip: "Share this page on linkedin", iconClass: "icon-linkedin", linkText: "Share" }, { buttonClass: "social-network-instagram", path: "https://www.instagram.com/", tooltip: "Share this page on instagram", iconClass: "icon-instagram", linkText: "Share" }], PC = {
|
|
19881
19881
|
cmdFormElement: DC,
|
|
19882
19882
|
networks: FC
|
|
19883
|
-
},
|
|
19883
|
+
}, MC = [
|
|
19884
19884
|
{
|
|
19885
19885
|
text: "Tab 1",
|
|
19886
19886
|
headlineText: "Tab 1 Headline",
|
|
@@ -19907,11 +19907,11 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19907
19907
|
thead: AC,
|
|
19908
19908
|
tbody: EC,
|
|
19909
19909
|
tfoot: HC
|
|
19910
|
-
}, RC = { show: !1, text: "This is a caption for a large table" }, jC = 3,
|
|
19910
|
+
}, RC = { show: !1, text: "This is a caption for a large table" }, jC = 3, UC = 4, NC = ["Table head 1", "Table head 2", "Table head 3", "Table head 4", "Table head 5", "Table head 6", "Table head 7", "Table head 8", "Table head 9", "Table head 10", "Table head 11", "Table head 12", "Table head 13", "Table head 15", "Table head 14"], zC = [["Table data 1/1", "Table data 1/2", "Table data 1/3", "Table data 1/4", "Table data 1/5", "Table data 1/6", "Table data 1/7", "Table data 1/8", "Table data 1/9", "Table data 1/10", "Table data 1/11", "Table data 1/12", "Table data 1/13", "Table data 1/14", "Table data 1/15"], ["Table data 2/1", "Table data 2/2", "Table data 2/3", "Table data 2/4", "Table data 2/5", "Table data 2/6", "Table data 2/7", "Table data 2/8", "Table data 2/9", "Table data 2/10", "Table data 2/11", "Table data 2/13", "Table data 2/13", "Table data 2/14", "Table data 2/15"], ["Table data 3/1", "Table data 3/2", "Table data 3/3", "Table data 3/4", "Table data 3/5", "Table data 3/6", "Table data 3/7", "Table data 3/8", "Table data 3/9", "Table data 3/10", "Table data 3/11", "Table data 3/12", "Table data 3/13", "Table data 3/14", "Table data 3/15"], ["Table data 4/1", "Table data 4/2", "Table data 4/3", "Table data 4/4", "Table data 4/5", "Table data 4/6", "Table data 4/7", "Table data 4/8", "Table data 4/9", "Table data 4/10", "Table data 4/11", "Table data 4/12", "Table data 4/13", "Table data 4/14", "Table data 4/15"], ["Table data 5/1", "Table data 5/2", "Table data 5/3", "Table data 5/4", "Table data 5/5", "Table data 5/6", "Table data 5/7", "Table data 5/8", "Table data 5/9", "Table data 5/10", "Table data 5/11", "Table data 5/12", "Table data 5/13", "Table data 5/14", "Table data 5/15"], ["Table data 6/1", "Table data 6/2", "Table data 6/3", "Table data 6/4", "Table data 6/5", "Table data 6/6", "Table data 6/7", "Table data 6/8", "Table data 6/9", "Table data 6/10", "Table data 6/11", "Table data 6/12", "Table data 6/13", "Table data 6/14", "Table data 6/15"]], WC = ["Table foot 1", "Table foot 2", "Table foot 3", "Table foot 4", "Table foot 5", "Table foot 6", "Table foot 7", "Table foot 8", "Table foot 9", "Table foot 10", "Table foot 11", "Table foot 12", "Table foot 13", "Table foot 14", "Table foot 15"], GC = {
|
|
19911
19911
|
caption: RC,
|
|
19912
19912
|
rowIndexHighlighted: jC,
|
|
19913
|
-
columnIndexHighlighted:
|
|
19914
|
-
thead:
|
|
19913
|
+
columnIndexHighlighted: UC,
|
|
19914
|
+
thead: NC,
|
|
19915
19915
|
tbody: zC,
|
|
19916
19916
|
tfoot: WC
|
|
19917
19917
|
}, KC = [
|
|
@@ -20851,7 +20851,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
20851
20851
|
text: "Zimbabwe",
|
|
20852
20852
|
value: "zw"
|
|
20853
20853
|
}
|
|
20854
|
-
], ZC = "comand-component-library", QC = "4.2.
|
|
20854
|
+
], ZC = "comand-component-library", QC = "4.2.83", XC = "GPL-3.0-only", $C = "CoManD-UI", e1 = "module", t1 = { prepublishOnly: "npm run build-lib", dev: "vite", build: "vite build", "build-lib": "vite build && gulp", preview: "vite preview" }, n1 = ["dist", "src"], i1 = { ".": "./dist/comand-component-library.js", "./css.js": "./src/css.js", "./comand-component-library.css": "./dist/comand-component-library.css", "./variables.scss": "./src/assets/styles/variables.scss", "./export-example-data.js": "./src/assets/data/export-example-data.js", "./countries.json": "./src/assets/lists-of-data/countries.json", "./currencies.json": "./src/assets/lists-of-data/currencies.json", "./dial-codes.json": "./src/assets/lists-of-data/dial-codes.json", "./us-cities.json": "./src/assets/lists-of-data/us-cities.json" }, l1 = { "clickout-event": "^1.1.2", "comand-frontend-framework": "^4.3.21", "comand-ui-iconfonts": "^1.0.19", "core-js": "^3.20.1", prismjs: "^1.27.0", vue: "^3.5.25", "vue-router": "^4.0.12", vuex: "^4.0.2" }, o1 = { "@iconify/vue": "^4.0.0", "@vitejs/plugin-vue": "^6.0.2", "@vue/test-utils": "^2.0.0-0", axios: "^1.7.2", gulp: "^4.0.2", sass: "^1.54.9", "unplugin-vue-components": "^0.24.0", vite: "^7.2.4", "vue-jest": "^5.0.0-0" }, a1 = {
|
|
20855
20855
|
name: ZC,
|
|
20856
20856
|
version: QC,
|
|
20857
20857
|
license: XC,
|
|
@@ -22006,6 +22006,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
22006
22006
|
inputFieldPattern: "",
|
|
22007
22007
|
inputSearch: "",
|
|
22008
22008
|
textarea: "",
|
|
22009
|
+
formElementsWithErrorPageConfirm: ["confirm-data-privacy"],
|
|
22009
22010
|
inputGroupRadio: "radiobuttonValue1",
|
|
22010
22011
|
inputGroup: "website",
|
|
22011
22012
|
inputGroupValueReplaceInputTypeRadio: "phone",
|
|
@@ -22096,7 +22097,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
22096
22097
|
qa(),
|
|
22097
22098
|
Ra(),
|
|
22098
22099
|
Ha(),
|
|
22099
|
-
|
|
22100
|
+
Ua()
|
|
22100
22101
|
],
|
|
22101
22102
|
openLeftSidebar: !0,
|
|
22102
22103
|
openRightSidebar: !1,
|
|
@@ -22109,11 +22110,11 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
22109
22110
|
},
|
|
22110
22111
|
// assign data from json files to data-properties
|
|
22111
22112
|
addressData: ll,
|
|
22112
|
-
bankAccountData:
|
|
22113
|
+
bankAccountData: Px,
|
|
22113
22114
|
boxProductData: Vx,
|
|
22114
|
-
boxUserData:
|
|
22115
|
+
boxUserData: Mx,
|
|
22115
22116
|
breadcrumbsData: Hx,
|
|
22116
|
-
companyLogoData:
|
|
22117
|
+
companyLogoData: Nx,
|
|
22117
22118
|
cookieDisclaimerData: Gx,
|
|
22118
22119
|
fakeSelectColorsData: Kx,
|
|
22119
22120
|
fakeSelectCountriesData: Yx,
|
|
@@ -22137,10 +22138,10 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
22137
22138
|
selectOptionsData: _C,
|
|
22138
22139
|
slideshowData: OC,
|
|
22139
22140
|
smartSearchData: BC,
|
|
22140
|
-
socialNetworksData:
|
|
22141
|
+
socialNetworksData: PC,
|
|
22141
22142
|
tableDataSmall: qC,
|
|
22142
22143
|
tableDataLarge: GC,
|
|
22143
|
-
tabsData:
|
|
22144
|
+
tabsData: MC,
|
|
22144
22145
|
thumbnailScrollerImagesData: KC,
|
|
22145
22146
|
thumbnailScrollerTextData: YC,
|
|
22146
22147
|
allCountriesData: JC,
|
|
@@ -22183,6 +22184,11 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
22183
22184
|
const s = this.formElementsWithError.length > 0 ? "error" : "success";
|
|
22184
22185
|
this.toggleSystemMessage(s, n);
|
|
22185
22186
|
},
|
|
22187
|
+
setValidationStatusCheckbox(e, t, n) {
|
|
22188
|
+
console.log("event", e), e === "error" && !this.formElementsWithErrorPageConfirm.some((i) => i.name === t) ? this.formElementsWithErrorPageConfirm.push(t) : e === "success" && this.formElementsWithErrorPageConfirm.includes(t) && (this.formElementsWithErrorPageConfirm = this.formElementsWithErrorPageConfirm.filter((i) => i !== t));
|
|
22189
|
+
const s = this.formElementsWithErrorPageConfirm.length > 0 ? "error" : "success";
|
|
22190
|
+
this.toggleSystemMessage(s, n);
|
|
22191
|
+
},
|
|
22186
22192
|
outputFormData(e) {
|
|
22187
22193
|
console.log("outputFormData", e);
|
|
22188
22194
|
},
|
|
@@ -22372,10 +22378,10 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
22372
22378
|
}, w1 = {
|
|
22373
22379
|
class: "headline-demopage",
|
|
22374
22380
|
id: "section-address-data"
|
|
22375
|
-
}, T1 = { class: "flex-container" }, S1 = { class: "flex-container" }, _1 = { class: "list-status" }, O1 = { class: "error" }, L1 = { class: "flex-container" }, I1 = { class: "headline-demopage" }, B1 = { class: "flex-container" }, D1 = { class: "flex-container" }, F1 = { class: "flex-container" },
|
|
22381
|
+
}, T1 = { class: "flex-container" }, S1 = { class: "flex-container" }, _1 = { class: "list-status" }, O1 = { class: "error" }, L1 = { class: "flex-container" }, I1 = { class: "headline-demopage" }, B1 = { class: "flex-container" }, D1 = { class: "flex-container" }, F1 = { class: "flex-container" }, P1 = { class: "flex-container" }, M1 = { class: "flex-container" }, V1 = { class: "headline-demopage" }, A1 = { class: "flex-container" }, E1 = { class: "flex-container flex-items-flex-none" }, H1 = {
|
|
22376
22382
|
class: "inline",
|
|
22377
22383
|
for: "range-value"
|
|
22378
|
-
}, q1 = ["disabled"], R1 = { for: "range-slider" }, j1 = ["disabled"],
|
|
22384
|
+
}, q1 = ["disabled"], R1 = { for: "range-slider" }, j1 = ["disabled"], U1 = { class: "label inline" }, N1 = { class: "flex-container flex-items-flex-none" }, z1 = { class: "label inline" }, W1 = { class: "flex-container flex-items-flex-none" }, G1 = { class: "label inline" }, K1 = { class: "flex-container flex-items-flex-none" }, Y1 = { class: "label inline" }, J1 = { class: "flex-container flex-items-flex-none" }, Z1 = {
|
|
22379
22385
|
class: "headline-demopage",
|
|
22380
22386
|
id: "section-input-group"
|
|
22381
22387
|
}, Q1 = { class: "flex-container" }, X1 = { class: "button-wrapper flex-none" }, $1 = ["disabled"], ev = {
|
|
@@ -22423,7 +22429,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
22423
22429
|
}, vv = {
|
|
22424
22430
|
class: "headline-demopage",
|
|
22425
22431
|
id: "section-multistep-form-wrapper"
|
|
22426
|
-
}, kv = ["onClick"], wv = ["onClick"], Tv = ["onClick"], Sv = { class: "input-wrapper" }, _v = { class: "flex-container" }, Ov = ["onClick"], Lv = { key: 0 }, Iv = ["onClick"], Bv = { key: 0 }, Dv = ["onClick"], Fv = { key: 0 },
|
|
22432
|
+
}, kv = ["onClick"], wv = ["onClick"], Tv = ["onClick"], Sv = { class: "input-wrapper" }, _v = { class: "flex-container" }, Ov = ["onClick"], Lv = { key: 0 }, Iv = ["onClick"], Bv = { key: 0 }, Dv = ["onClick"], Fv = { key: 0 }, Pv = { key: 0 }, Mv = { key: 0 }, Vv = { class: "button-wrapper reverse justify-content-space-between" }, Av = {
|
|
22427
22433
|
class: "headline-demopage",
|
|
22428
22434
|
id: "section-newsletter-subscription"
|
|
22429
22435
|
}, Ev = {
|
|
@@ -22441,10 +22447,10 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
22441
22447
|
}, jv = {
|
|
22442
22448
|
class: "headline-demopage",
|
|
22443
22449
|
id: "section-paragraph"
|
|
22444
|
-
},
|
|
22450
|
+
}, Uv = {
|
|
22445
22451
|
class: "headline-demopage",
|
|
22446
22452
|
id: "section-section"
|
|
22447
|
-
},
|
|
22453
|
+
}, Nv = {
|
|
22448
22454
|
class: "headline-demopage",
|
|
22449
22455
|
id: "section-site-header"
|
|
22450
22456
|
}, zv = {
|
|
@@ -22494,7 +22500,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
22494
22500
|
id: "content"
|
|
22495
22501
|
};
|
|
22496
22502
|
function sk(e, t, n, s, i, l) {
|
|
22497
|
-
const d = Zt, c = Ci, u = ih, h = Yt, p = ki, v = ch, k = il, I = fi, L = Ti, O = K, V = Fh, q = wi,
|
|
22503
|
+
const d = Zt, c = Ci, u = ih, h = Yt, p = ki, v = ch, k = il, I = fi, L = Ti, O = K, V = Fh, q = wi, N = Gf, j = Kt, Y = hi, ge = ar, H = pr, z = bi, se = vi, ke = gc, $ = Tc, dl = km, ul = Oi, Re = U, Le = R, nn = oe, cl = qm, ml = Wm, ee = he, pl = dp, fl = Fx, hl = Li, gl = de("router-view"), ln = Bi, yl = de("twmplate"), on = Up, bl = Kp, xl = Cf, Cl = Mf, vl = qf, kl = Ii, wl = Qb, rt = Zf, an = sh, Tl = vh, Sl = Lh, _l = Di, Ol = qh, sn = ve, rn = Zh, Ll = Fi, Il = xi, dt = mg, Bl = gi, Dl = gg, ut = mi, Fl = vb, Pl = ol, Ml = Yc, Vl = zc, Al = Dd, El = Lb, Hl = Nl("fancybox");
|
|
22498
22504
|
return W((a(), r("div", {
|
|
22499
22505
|
class: "page-wrapper",
|
|
22500
22506
|
id: l.templateId
|
|
@@ -22514,13 +22520,13 @@ function sk(e, t, n, s, i, l) {
|
|
|
22514
22520
|
openBoxesByDefault: i.openBoxes,
|
|
22515
22521
|
useGap: !1
|
|
22516
22522
|
}, {
|
|
22517
|
-
default: x((
|
|
22523
|
+
default: x((g) => [
|
|
22518
22524
|
f(d, {
|
|
22519
22525
|
"use-slots": ["body"],
|
|
22520
22526
|
collapsible: !0,
|
|
22521
22527
|
cmdHeadline: { headlineText: "Template Settings", headlineLevel: 4, cmdIcon: { iconClass: "icon-settings-template" } },
|
|
22522
|
-
openCollapsedBox:
|
|
22523
|
-
onToggleCollapse: (P) =>
|
|
22528
|
+
openCollapsedBox: g.boxIsOpen(0),
|
|
22529
|
+
onToggleCollapse: (P) => g.boxToggled(0, P)
|
|
22524
22530
|
}, {
|
|
22525
22531
|
body: x(() => [
|
|
22526
22532
|
o("label", f1, [
|
|
@@ -22584,8 +22590,8 @@ function sk(e, t, n, s, i, l) {
|
|
|
22584
22590
|
"use-slots": ["body"],
|
|
22585
22591
|
collapsible: !0,
|
|
22586
22592
|
cmdHeadline: { headlineText: "Components", headlineLevel: 4, cmdIcon: { iconClass: "icon-settings-component" } },
|
|
22587
|
-
openCollapsedBox:
|
|
22588
|
-
onToggleCollapse: (P) =>
|
|
22593
|
+
openCollapsedBox: g.boxIsOpen(1),
|
|
22594
|
+
onToggleCollapse: (P) => g.boxToggled(1, P),
|
|
22589
22595
|
id: "list-of-components"
|
|
22590
22596
|
}, {
|
|
22591
22597
|
body: x(() => [
|
|
@@ -22598,7 +22604,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22598
22604
|
href: l.sectionName(P),
|
|
22599
22605
|
onClick: (mk) => l.updateSettingsSidebar(l.componentNameWithPrefix(P)),
|
|
22600
22606
|
title: "Go to component"
|
|
22601
|
-
},
|
|
22607
|
+
}, y(l.readableComponentName(P)), 9, x1)
|
|
22602
22608
|
], 2))), 128))
|
|
22603
22609
|
])
|
|
22604
22610
|
]),
|
|
@@ -22608,8 +22614,8 @@ function sk(e, t, n, s, i, l) {
|
|
|
22608
22614
|
"use-slots": ["body"],
|
|
22609
22615
|
collapsible: !0,
|
|
22610
22616
|
cmdHeadline: { headlineText: "Page-Templates", headlineLevel: 4, cmdIcon: { iconClass: "icon-file-settings" } },
|
|
22611
|
-
openCollapsedBox:
|
|
22612
|
-
onToggleCollapse: (P) =>
|
|
22617
|
+
openCollapsedBox: g.boxIsOpen(2),
|
|
22618
|
+
onToggleCollapse: (P) => g.boxToggled(2, P)
|
|
22613
22619
|
}, {
|
|
22614
22620
|
body: x(() => [
|
|
22615
22621
|
o("ul", null, [
|
|
@@ -22662,9 +22668,9 @@ function sk(e, t, n, s, i, l) {
|
|
|
22662
22668
|
}, 8, ["openBoxesByDefault"]),
|
|
22663
22669
|
o("dl", C1, [
|
|
22664
22670
|
t[141] || (t[141] = o("dt", null, "Frontend-Framework Version:", -1)),
|
|
22665
|
-
o("dd", null,
|
|
22671
|
+
o("dd", null, y(i.packageJson.dependencies["comand-frontend-framework"].replace("^", "")), 1),
|
|
22666
22672
|
t[142] || (t[142] = o("dt", null, "Component-Library Version:", -1)),
|
|
22667
|
-
o("dd", null,
|
|
22673
|
+
o("dd", null, y(i.packageJson.version), 1)
|
|
22668
22674
|
])
|
|
22669
22675
|
]),
|
|
22670
22676
|
closed: x(() => [
|
|
@@ -22673,7 +22679,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22673
22679
|
href: "#",
|
|
22674
22680
|
class: "button primary",
|
|
22675
22681
|
title: "Open Template Selection",
|
|
22676
|
-
onClick: t[9] || (t[9] = w((
|
|
22682
|
+
onClick: t[9] || (t[9] = w((g) => l.openBox(0), ["prevent"]))
|
|
22677
22683
|
}, [...t[143] || (t[143] = [
|
|
22678
22684
|
o("span", { class: "icon-settings-template" }, null, -1)
|
|
22679
22685
|
])]),
|
|
@@ -22681,7 +22687,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22681
22687
|
href: "#",
|
|
22682
22688
|
class: "button primary",
|
|
22683
22689
|
title: "Open Components Overview",
|
|
22684
|
-
onClick: t[10] || (t[10] = w((
|
|
22690
|
+
onClick: t[10] || (t[10] = w((g) => l.openBox(1), ["prevent"]))
|
|
22685
22691
|
}, [...t[144] || (t[144] = [
|
|
22686
22692
|
o("span", { class: "icon-settings-component" }, null, -1)
|
|
22687
22693
|
])]),
|
|
@@ -22689,13 +22695,13 @@ function sk(e, t, n, s, i, l) {
|
|
|
22689
22695
|
href: "#",
|
|
22690
22696
|
class: "button primary",
|
|
22691
22697
|
title: "Open Page-Templates",
|
|
22692
|
-
onClick: t[11] || (t[11] = w((
|
|
22698
|
+
onClick: t[11] || (t[11] = w((g) => l.openBox(2), ["prevent"]))
|
|
22693
22699
|
}, [...t[145] || (t[145] = [
|
|
22694
22700
|
o("span", { class: "icon-file-settings" }, null, -1)
|
|
22695
22701
|
])]),
|
|
22696
22702
|
o("a", {
|
|
22697
22703
|
href: "#",
|
|
22698
|
-
onClick: t[12] || (t[12] = w((
|
|
22704
|
+
onClick: t[12] || (t[12] = w((g) => i.showLeftSidebar = !1, ["prevent"]))
|
|
22699
22705
|
}, [...t[146] || (t[146] = [
|
|
22700
22706
|
o("span", null, "Hide sidebar", -1)
|
|
22701
22707
|
])])
|
|
@@ -22731,7 +22737,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22731
22737
|
href: "#",
|
|
22732
22738
|
class: "button small icon-cog",
|
|
22733
22739
|
title: "Open Component Settings",
|
|
22734
|
-
onClick: t[13] || (t[13] = w((
|
|
22740
|
+
onClick: t[13] || (t[13] = w((g) => l.openSettingsSidebar("CmdAddressData"), ["prevent"]))
|
|
22735
22741
|
})
|
|
22736
22742
|
]),
|
|
22737
22743
|
o("div", T1, [
|
|
@@ -22757,7 +22763,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22757
22763
|
o("li", null, [
|
|
22758
22764
|
o("a", {
|
|
22759
22765
|
href: "#",
|
|
22760
|
-
onClick: t[14] || (t[14] = w((
|
|
22766
|
+
onClick: t[14] || (t[14] = w((g) => l.setStatus("", !1), ["prevent"])),
|
|
22761
22767
|
class: b({ active: i.validationStatus === "" && i.disabledStatus === !1 }),
|
|
22762
22768
|
id: "status-default"
|
|
22763
22769
|
}, " Default ", 2)
|
|
@@ -22765,7 +22771,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22765
22771
|
o("li", O1, [
|
|
22766
22772
|
o("a", {
|
|
22767
22773
|
href: "#",
|
|
22768
|
-
onClick: t[15] || (t[15] = w((
|
|
22774
|
+
onClick: t[15] || (t[15] = w((g) => l.setStatus("error", !1), ["prevent"])),
|
|
22769
22775
|
class: b({ active: i.validationStatus === "error" }),
|
|
22770
22776
|
id: "status-error"
|
|
22771
22777
|
}, " Error ", 2)
|
|
@@ -22773,7 +22779,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22773
22779
|
o("li", null, [
|
|
22774
22780
|
o("a", {
|
|
22775
22781
|
href: "#",
|
|
22776
|
-
onClick: t[16] || (t[16] = w((
|
|
22782
|
+
onClick: t[16] || (t[16] = w((g) => l.setStatus("warning", !1), ["prevent"])),
|
|
22777
22783
|
class: b({ active: i.validationStatus === "warning" }),
|
|
22778
22784
|
id: "status-warning"
|
|
22779
22785
|
}, " Warning ", 2)
|
|
@@ -22781,7 +22787,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22781
22787
|
o("li", null, [
|
|
22782
22788
|
o("a", {
|
|
22783
22789
|
href: "#",
|
|
22784
|
-
onClick: t[17] || (t[17] = w((
|
|
22790
|
+
onClick: t[17] || (t[17] = w((g) => l.setStatus("success", !1), ["prevent"])),
|
|
22785
22791
|
class: b({ active: i.validationStatus === "success" }),
|
|
22786
22792
|
id: "status-success"
|
|
22787
22793
|
}, " Success ", 2)
|
|
@@ -22789,7 +22795,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22789
22795
|
o("li", null, [
|
|
22790
22796
|
o("a", {
|
|
22791
22797
|
href: "#",
|
|
22792
|
-
onClick: t[18] || (t[18] = w((
|
|
22798
|
+
onClick: t[18] || (t[18] = w((g) => l.setStatus("info", !1), ["prevent"])),
|
|
22793
22799
|
class: b({ active: i.validationStatus === "info" }),
|
|
22794
22800
|
id: "status-info"
|
|
22795
22801
|
}, " Info ", 2)
|
|
@@ -22797,7 +22803,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22797
22803
|
o("li", null, [
|
|
22798
22804
|
o("a", {
|
|
22799
22805
|
href: "#",
|
|
22800
|
-
onClick: t[19] || (t[19] = w((
|
|
22806
|
+
onClick: t[19] || (t[19] = w((g) => l.setStatus("", !0), ["prevent"])),
|
|
22801
22807
|
class: b({ active: i.disabledStatus === !0 }),
|
|
22802
22808
|
id: "status-disabled"
|
|
22803
22809
|
}, " Disabled ", 2)
|
|
@@ -22806,7 +22812,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22806
22812
|
]),
|
|
22807
22813
|
f(L, {
|
|
22808
22814
|
modelValue: i.fakeSelectFilters,
|
|
22809
|
-
"onUpdate:modelValue": t[20] || (t[20] = (
|
|
22815
|
+
"onUpdate:modelValue": t[20] || (t[20] = (g) => i.fakeSelectFilters = g),
|
|
22810
22816
|
selectedOptionsName: l.getOptionName
|
|
22811
22817
|
}, null, 8, ["modelValue", "selectedOptionsName"]),
|
|
22812
22818
|
f(Y, {
|
|
@@ -22823,7 +22829,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22823
22829
|
href: "#",
|
|
22824
22830
|
class: "button small icon-cog",
|
|
22825
22831
|
title: "Open Component Settings",
|
|
22826
|
-
onClick: t[21] || (t[21] = w((
|
|
22832
|
+
onClick: t[21] || (t[21] = w((g) => l.openSettingsSidebar("CmdFormElement"), ["prevent"]))
|
|
22827
22833
|
})
|
|
22828
22834
|
]),
|
|
22829
22835
|
f(O, S({ ref: "CmdFormElement" }, e.cmdFormElementSettingsData, {
|
|
@@ -22873,7 +22879,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22873
22879
|
id: "inputfield1",
|
|
22874
22880
|
placeholder: "This is placeholder text",
|
|
22875
22881
|
modelValue: i.inputField1,
|
|
22876
|
-
"onUpdate:modelValue": t[22] || (t[22] = (
|
|
22882
|
+
"onUpdate:modelValue": t[22] || (t[22] = (g) => i.inputField1 = g),
|
|
22877
22883
|
tooltipText: "This is a tooltip!",
|
|
22878
22884
|
status: i.validationStatus,
|
|
22879
22885
|
disabled: i.disabledStatus
|
|
@@ -22892,7 +22898,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22892
22898
|
id: "inputfield-required",
|
|
22893
22899
|
placeholder: "This is placeholder text",
|
|
22894
22900
|
modelValue: i.inputFieldRequired,
|
|
22895
|
-
"onUpdate:modelValue": t[23] || (t[23] = (
|
|
22901
|
+
"onUpdate:modelValue": t[23] || (t[23] = (g) => i.inputFieldRequired = g),
|
|
22896
22902
|
tooltipText: "This is a tooltip!",
|
|
22897
22903
|
status: i.validationStatus,
|
|
22898
22904
|
disabled: i.disabledStatus
|
|
@@ -22905,13 +22911,13 @@ function sk(e, t, n, s, i, l) {
|
|
|
22905
22911
|
placeholder: "This is placeholder text",
|
|
22906
22912
|
pattern: "/\\d/",
|
|
22907
22913
|
modelValue: i.inputFieldPattern,
|
|
22908
|
-
"onUpdate:modelValue": t[24] || (t[24] = (
|
|
22914
|
+
"onUpdate:modelValue": t[24] || (t[24] = (g) => i.inputFieldPattern = g),
|
|
22909
22915
|
tooltipText: "This is a tooltip!",
|
|
22910
22916
|
status: i.validationStatus,
|
|
22911
22917
|
disabled: i.disabledStatus
|
|
22912
22918
|
}, null, 8, ["modelValue", "status", "disabled"])
|
|
22913
22919
|
]),
|
|
22914
|
-
o("div",
|
|
22920
|
+
o("div", P1, [
|
|
22915
22921
|
f(O, {
|
|
22916
22922
|
labelText: "Label for emailfield (with icon):",
|
|
22917
22923
|
element: "input",
|
|
@@ -22922,7 +22928,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22922
22928
|
tooltipText: "This is a tooltip!",
|
|
22923
22929
|
maxlength: "100",
|
|
22924
22930
|
modelValue: i.inputMail,
|
|
22925
|
-
"onUpdate:modelValue": t[25] || (t[25] = (
|
|
22931
|
+
"onUpdate:modelValue": t[25] || (t[25] = (g) => i.inputMail = g),
|
|
22926
22932
|
status: i.validationStatus,
|
|
22927
22933
|
disabled: i.disabledStatus,
|
|
22928
22934
|
required: !0
|
|
@@ -22937,7 +22943,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22937
22943
|
tooltipText: "This is a tooltip!",
|
|
22938
22944
|
maxlength: "100",
|
|
22939
22945
|
modelValue: i.inputUsername,
|
|
22940
|
-
"onUpdate:modelValue": t[26] || (t[26] = (
|
|
22946
|
+
"onUpdate:modelValue": t[26] || (t[26] = (g) => i.inputUsername = g),
|
|
22941
22947
|
status: i.validationStatus,
|
|
22942
22948
|
disabled: i.disabledStatus
|
|
22943
22949
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
@@ -22953,7 +22959,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22953
22959
|
tooltipText: "This is a tooltip!",
|
|
22954
22960
|
customRequirements: i.customRequirements,
|
|
22955
22961
|
modelValue: i.inputPassword,
|
|
22956
|
-
"onUpdate:modelValue": t[27] || (t[27] = (
|
|
22962
|
+
"onUpdate:modelValue": t[27] || (t[27] = (g) => i.inputPassword = g),
|
|
22957
22963
|
status: i.validationStatus,
|
|
22958
22964
|
disabled: i.disabledStatus
|
|
22959
22965
|
}, null, 8, ["customRequirements", "modelValue", "status", "disabled"])
|
|
@@ -22969,7 +22975,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22969
22975
|
max: "9",
|
|
22970
22976
|
style: { width: "4rem" },
|
|
22971
22977
|
modelValue: i.inputNumber,
|
|
22972
|
-
"onUpdate:modelValue": t[28] || (t[28] = (
|
|
22978
|
+
"onUpdate:modelValue": t[28] || (t[28] = (g) => i.inputNumber = g),
|
|
22973
22979
|
customRequirements: [i.customRequirements[2]],
|
|
22974
22980
|
status: i.validationStatus,
|
|
22975
22981
|
disabled: i.disabledStatus
|
|
@@ -22984,7 +22990,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22984
22990
|
min: "0",
|
|
22985
22991
|
max: "9",
|
|
22986
22992
|
modelValue: i.inputNumber,
|
|
22987
|
-
"onUpdate:modelValue": t[29] || (t[29] = (
|
|
22993
|
+
"onUpdate:modelValue": t[29] || (t[29] = (g) => i.inputNumber = g),
|
|
22988
22994
|
customRequirements: [i.customRequirements[2]],
|
|
22989
22995
|
status: i.validationStatus,
|
|
22990
22996
|
disabled: i.disabledStatus
|
|
@@ -22996,12 +23002,12 @@ function sk(e, t, n, s, i, l) {
|
|
|
22996
23002
|
type: "date",
|
|
22997
23003
|
id: "inputfield-date",
|
|
22998
23004
|
modelValue: i.inputDate,
|
|
22999
|
-
"onUpdate:modelValue": t[30] || (t[30] = (
|
|
23005
|
+
"onUpdate:modelValue": t[30] || (t[30] = (g) => i.inputDate = g),
|
|
23000
23006
|
status: i.validationStatus,
|
|
23001
23007
|
disabled: i.disabledStatus
|
|
23002
23008
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
23003
23009
|
t[170] || (t[170] = o("h3", null, "Searchfields", -1)),
|
|
23004
|
-
o("div",
|
|
23010
|
+
o("div", M1, [
|
|
23005
23011
|
f(O, {
|
|
23006
23012
|
element: "input",
|
|
23007
23013
|
labelText: "Label for inputfield (search) without search-button:",
|
|
@@ -23009,7 +23015,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23009
23015
|
id: "inputfield-search-without-searchbutton",
|
|
23010
23016
|
placeholder: "Keyword(s)",
|
|
23011
23017
|
modelValue: i.inputSearch,
|
|
23012
|
-
"onUpdate:modelValue": t[31] || (t[31] = (
|
|
23018
|
+
"onUpdate:modelValue": t[31] || (t[31] = (g) => i.inputSearch = g),
|
|
23013
23019
|
showSearchButton: !1,
|
|
23014
23020
|
status: i.validationStatus,
|
|
23015
23021
|
disabled: i.disabledStatus
|
|
@@ -23021,7 +23027,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23021
23027
|
id: "inputfield-search-with-searchbutton",
|
|
23022
23028
|
placeholder: "Keyword(s)",
|
|
23023
23029
|
modelValue: i.inputSearch,
|
|
23024
|
-
"onUpdate:modelValue": t[32] || (t[32] = (
|
|
23030
|
+
"onUpdate:modelValue": t[32] || (t[32] = (g) => i.inputSearch = g),
|
|
23025
23031
|
status: i.validationStatus,
|
|
23026
23032
|
disabled: i.disabledStatus
|
|
23027
23033
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
@@ -23030,7 +23036,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23030
23036
|
cmdFormElement: i.smartSearchData.cmdFormElement,
|
|
23031
23037
|
openListToTop: !0,
|
|
23032
23038
|
modelValue: i.smartSearchObject,
|
|
23033
|
-
"onUpdate:modelValue": t[33] || (t[33] = (
|
|
23039
|
+
"onUpdate:modelValue": t[33] || (t[33] = (g) => i.smartSearchObject = g),
|
|
23034
23040
|
disabled: i.disabledStatus
|
|
23035
23041
|
}, null, 8, ["listOfRecommendations", "cmdFormElement", "modelValue", "disabled"]),
|
|
23036
23042
|
f(V, {
|
|
@@ -23038,7 +23044,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23038
23044
|
cmdFormElement: i.smartSearchData.cmdFormElement,
|
|
23039
23045
|
openListToTop: !0,
|
|
23040
23046
|
modelValue: i.smartSearchString,
|
|
23041
|
-
"onUpdate:modelValue": t[34] || (t[34] = (
|
|
23047
|
+
"onUpdate:modelValue": t[34] || (t[34] = (g) => i.smartSearchString = g),
|
|
23042
23048
|
disabled: i.disabledStatus
|
|
23043
23049
|
}, null, 8, ["listOfRecommendations", "cmdFormElement", "modelValue", "disabled"])
|
|
23044
23050
|
]),
|
|
@@ -23052,7 +23058,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23052
23058
|
placeholder: "Type in your message",
|
|
23053
23059
|
required: !0,
|
|
23054
23060
|
modelValue: i.textarea,
|
|
23055
|
-
"onUpdate:modelValue": t[35] || (t[35] = (
|
|
23061
|
+
"onUpdate:modelValue": t[35] || (t[35] = (g) => i.textarea = g),
|
|
23056
23062
|
status: i.validationStatus,
|
|
23057
23063
|
disabled: i.disabledStatus
|
|
23058
23064
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
@@ -23063,14 +23069,14 @@ function sk(e, t, n, s, i, l) {
|
|
|
23063
23069
|
href: "#",
|
|
23064
23070
|
class: "button small icon-cog",
|
|
23065
23071
|
title: "Open Component Settings",
|
|
23066
|
-
onClick: t[36] || (t[36] = w((
|
|
23072
|
+
onClick: t[36] || (t[36] = w((g) => l.openSettingsSidebar("CmdFakeSelect"), ["prevent"]))
|
|
23067
23073
|
})
|
|
23068
23074
|
]),
|
|
23069
23075
|
o("div", A1, [
|
|
23070
23076
|
f(q, S({ ref: "CmdFakeSelect" }, e.cmdFakeSelectSettingsData, {
|
|
23071
23077
|
selectData: i.fakeSelectOptionsData,
|
|
23072
23078
|
modelValue: i.fakeSelectDefault,
|
|
23073
|
-
"onUpdate:modelValue": t[37] || (t[37] = (
|
|
23079
|
+
"onUpdate:modelValue": t[37] || (t[37] = (g) => i.fakeSelectDefault = g)
|
|
23074
23080
|
}), null, 16, ["selectData", "modelValue"]),
|
|
23075
23081
|
f(q, {
|
|
23076
23082
|
labelText: "Selectbox with checkboxes:",
|
|
@@ -23078,7 +23084,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23078
23084
|
disabled: i.disabledStatus,
|
|
23079
23085
|
selectData: i.fakeSelectOptionsData,
|
|
23080
23086
|
modelValue: i.fakeSelectCheckbox,
|
|
23081
|
-
"onUpdate:modelValue": t[38] || (t[38] = (
|
|
23087
|
+
"onUpdate:modelValue": t[38] || (t[38] = (g) => i.fakeSelectCheckbox = g),
|
|
23082
23088
|
defaultOptionName: "Options:",
|
|
23083
23089
|
required: !0,
|
|
23084
23090
|
id: "selectbox-with-checkboxes",
|
|
@@ -23091,7 +23097,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23091
23097
|
disabled: i.disabledStatus,
|
|
23092
23098
|
selectData: i.fakeSelectFilterOptionsData,
|
|
23093
23099
|
modelValue: i.fakeSelectFilters,
|
|
23094
|
-
"onUpdate:modelValue": t[39] || (t[39] = (
|
|
23100
|
+
"onUpdate:modelValue": t[39] || (t[39] = (g) => i.fakeSelectFilters = g),
|
|
23095
23101
|
defaultOptionName: "Filters:",
|
|
23096
23102
|
id: "selectbox-with-filters",
|
|
23097
23103
|
type: "checkboxOptions",
|
|
@@ -23104,7 +23110,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23104
23110
|
pathFlags: "https://comand-ui.com/samples/images/flags",
|
|
23105
23111
|
selectData: i.fakeSelectCountriesData,
|
|
23106
23112
|
modelValue: i.selectedCountryWithFlag,
|
|
23107
|
-
"onUpdate:modelValue": t[40] || (t[40] = (
|
|
23113
|
+
"onUpdate:modelValue": t[40] || (t[40] = (g) => i.selectedCountryWithFlag = g),
|
|
23108
23114
|
defaultOptionName: "Select country:",
|
|
23109
23115
|
type: "country"
|
|
23110
23116
|
}, null, 8, ["status", "disabled", "selectData", "modelValue"]),
|
|
@@ -23115,7 +23121,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23115
23121
|
disabled: i.disabledStatus,
|
|
23116
23122
|
selectOptions: i.allCountriesData,
|
|
23117
23123
|
modelValue: i.selectedCountry,
|
|
23118
|
-
"onUpdate:modelValue": t[41] || (t[41] = (
|
|
23124
|
+
"onUpdate:modelValue": t[41] || (t[41] = (g) => i.selectedCountry = g),
|
|
23119
23125
|
groupSelectOptionsByInitialLetters: !0,
|
|
23120
23126
|
"max-height": "10rem",
|
|
23121
23127
|
defaultOptionName: "Select country:"
|
|
@@ -23126,14 +23132,14 @@ function sk(e, t, n, s, i, l) {
|
|
|
23126
23132
|
disabled: i.disabledStatus,
|
|
23127
23133
|
selectData: i.fakeSelectColorsData,
|
|
23128
23134
|
modelValue: i.selectedColor,
|
|
23129
|
-
"onUpdate:modelValue": t[42] || (t[42] = (
|
|
23135
|
+
"onUpdate:modelValue": t[42] || (t[42] = (g) => i.selectedColor = g),
|
|
23130
23136
|
required: "required",
|
|
23131
23137
|
type: "color"
|
|
23132
23138
|
}, null, 8, ["status", "disabled", "selectData", "modelValue"])
|
|
23133
23139
|
]),
|
|
23134
23140
|
t[173] || (t[173] = o("hr", null, null, -1)),
|
|
23135
23141
|
t[174] || (t[174] = o("h2", null, "Progress Bar [native]", -1)),
|
|
23136
|
-
f(
|
|
23142
|
+
f(N, {
|
|
23137
23143
|
labelText: "Progress Bar (with optional output):",
|
|
23138
23144
|
id: "progress-bar2",
|
|
23139
23145
|
max: "100"
|
|
@@ -23151,7 +23157,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23151
23157
|
W(o("input", {
|
|
23152
23158
|
type: "number",
|
|
23153
23159
|
class: b(i.validationStatus),
|
|
23154
|
-
"onUpdate:modelValue": t[43] || (t[43] = (
|
|
23160
|
+
"onUpdate:modelValue": t[43] || (t[43] = (g) => i.rangeValue = g),
|
|
23155
23161
|
disabled: i.disabledStatus,
|
|
23156
23162
|
min: "0",
|
|
23157
23163
|
max: "100",
|
|
@@ -23168,7 +23174,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23168
23174
|
type: "range",
|
|
23169
23175
|
class: "range-slider",
|
|
23170
23176
|
id: "range-slider",
|
|
23171
|
-
"onUpdate:modelValue": t[44] || (t[44] = (
|
|
23177
|
+
"onUpdate:modelValue": t[44] || (t[44] = (g) => i.rangeValue = g),
|
|
23172
23178
|
disabled: i.disabledStatus,
|
|
23173
23179
|
min: "0",
|
|
23174
23180
|
max: "100"
|
|
@@ -23186,7 +23192,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23186
23192
|
type: "checkbox",
|
|
23187
23193
|
id: "toggle-switch-checkbox",
|
|
23188
23194
|
modelValue: i.switchButtonCheckboxToggleSwitch,
|
|
23189
|
-
"onUpdate:modelValue": t[45] || (t[45] = (
|
|
23195
|
+
"onUpdate:modelValue": t[45] || (t[45] = (g) => i.switchButtonCheckboxToggleSwitch = g),
|
|
23190
23196
|
labelText: "Labeltext for Toggle-Switch without Switch-Label",
|
|
23191
23197
|
toggleSwitch: !0,
|
|
23192
23198
|
status: i.validationStatus,
|
|
@@ -23198,7 +23204,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23198
23204
|
type: "checkbox",
|
|
23199
23205
|
id: "toggle-switch-checkbox-colored",
|
|
23200
23206
|
modelValue: i.switchButtonCheckboxToggleSwitchColored,
|
|
23201
|
-
"onUpdate:modelValue": t[46] || (t[46] = (
|
|
23207
|
+
"onUpdate:modelValue": t[46] || (t[46] = (g) => i.switchButtonCheckboxToggleSwitchColored = g),
|
|
23202
23208
|
labelText: "Labeltext for colored Toggle-Switch without Switch-Label",
|
|
23203
23209
|
toggleSwitch: !0,
|
|
23204
23210
|
colored: !0,
|
|
@@ -23211,7 +23217,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23211
23217
|
type: "checkbox",
|
|
23212
23218
|
id: "toggle-switch-checkbox-switch-label",
|
|
23213
23219
|
modelValue: i.switchButtonCheckbox,
|
|
23214
|
-
"onUpdate:modelValue": t[47] || (t[47] = (
|
|
23220
|
+
"onUpdate:modelValue": t[47] || (t[47] = (g) => i.switchButtonCheckbox = g),
|
|
23215
23221
|
labelText: "Labeltext for Toggle-Switch with Switch-Label",
|
|
23216
23222
|
inputValue: "checkbox1",
|
|
23217
23223
|
onLabel: "Label on",
|
|
@@ -23225,7 +23231,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23225
23231
|
type: "checkbox",
|
|
23226
23232
|
id: "toggle-switch-checkbox-switch-label-colored",
|
|
23227
23233
|
modelValue: i.switchButtonCheckbox,
|
|
23228
|
-
"onUpdate:modelValue": t[48] || (t[48] = (
|
|
23234
|
+
"onUpdate:modelValue": t[48] || (t[48] = (g) => i.switchButtonCheckbox = g),
|
|
23229
23235
|
inputValue: "checkbox2",
|
|
23230
23236
|
labelText: "Labeltext for Toggle-Switch (Checkbox, colored)",
|
|
23231
23237
|
onLabel: "Label on",
|
|
@@ -23241,7 +23247,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23241
23247
|
name: "radiogroup",
|
|
23242
23248
|
id: "toggle-switch-radio1",
|
|
23243
23249
|
modelValue: i.switchButtonRadio,
|
|
23244
|
-
"onUpdate:modelValue": t[49] || (t[49] = (
|
|
23250
|
+
"onUpdate:modelValue": t[49] || (t[49] = (g) => i.switchButtonRadio = g),
|
|
23245
23251
|
onLabel: "Label on",
|
|
23246
23252
|
offLabel: "Label off",
|
|
23247
23253
|
colored: !0,
|
|
@@ -23257,7 +23263,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23257
23263
|
name: "radiogroup",
|
|
23258
23264
|
id: "toggle-switch-radio2",
|
|
23259
23265
|
modelValue: i.switchButtonRadio,
|
|
23260
|
-
"onUpdate:modelValue": t[50] || (t[50] = (
|
|
23266
|
+
"onUpdate:modelValue": t[50] || (t[50] = (g) => i.switchButtonRadio = g),
|
|
23261
23267
|
onLabel: "Label on",
|
|
23262
23268
|
offLabel: "Label off",
|
|
23263
23269
|
colored: !0,
|
|
@@ -23274,29 +23280,29 @@ function sk(e, t, n, s, i, l) {
|
|
|
23274
23280
|
required: "required",
|
|
23275
23281
|
id: "checkbox-required-with-boolean",
|
|
23276
23282
|
modelValue: i.checkboxRequiredValue,
|
|
23277
|
-
"onUpdate:modelValue": t[51] || (t[51] = (
|
|
23283
|
+
"onUpdate:modelValue": t[51] || (t[51] = (g) => i.checkboxRequiredValue = g),
|
|
23278
23284
|
status: i.validationStatus,
|
|
23279
23285
|
disabled: i.disabledStatus
|
|
23280
23286
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
23281
23287
|
o("p", null, [
|
|
23282
|
-
D(" checkbox (required) with boolean: " +
|
|
23288
|
+
D(" checkbox (required) with boolean: " + y(i.checkboxRequiredValue), 1),
|
|
23283
23289
|
t[155] || (t[155] = o("br", null, null, -1)),
|
|
23284
|
-
D(" checkbox with boolean: " +
|
|
23290
|
+
D(" checkbox with boolean: " + y(i.checkboxValue), 1),
|
|
23285
23291
|
t[156] || (t[156] = o("br", null, null, -1)),
|
|
23286
|
-
D(" checkboxes with values: " +
|
|
23292
|
+
D(" checkboxes with values: " + y(i.checkboxValues), 1)
|
|
23287
23293
|
]),
|
|
23288
23294
|
t[180] || (t[180] = o("h2", null, "Checkboxes and Radiobuttons", -1)),
|
|
23289
23295
|
t[181] || (t[181] = o("h3", null, "Checkboxes [native]", -1)),
|
|
23290
|
-
o("div",
|
|
23296
|
+
o("div", U1, [
|
|
23291
23297
|
t[158] || (t[158] = o("span", { class: "label-text" }, "Label for native checkboxes:", -1)),
|
|
23292
|
-
o("div",
|
|
23298
|
+
o("div", N1, [
|
|
23293
23299
|
f(O, {
|
|
23294
23300
|
element: "input",
|
|
23295
23301
|
labelText: "Label for checkbox with boolean",
|
|
23296
23302
|
type: "checkbox",
|
|
23297
23303
|
id: "checkbox-with-boolean",
|
|
23298
23304
|
modelValue: i.checkboxValue,
|
|
23299
|
-
"onUpdate:modelValue": t[52] || (t[52] = (
|
|
23305
|
+
"onUpdate:modelValue": t[52] || (t[52] = (g) => i.checkboxValue = g),
|
|
23300
23306
|
status: i.validationStatus,
|
|
23301
23307
|
disabled: i.disabledStatus
|
|
23302
23308
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
@@ -23304,7 +23310,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23304
23310
|
element: "input",
|
|
23305
23311
|
labelText: "Label for checkbox with value",
|
|
23306
23312
|
modelValue: i.checkboxValues,
|
|
23307
|
-
"onUpdate:modelValue": t[53] || (t[53] = (
|
|
23313
|
+
"onUpdate:modelValue": t[53] || (t[53] = (g) => i.checkboxValues = g),
|
|
23308
23314
|
inputValue: "checkboxValue1",
|
|
23309
23315
|
type: "checkbox",
|
|
23310
23316
|
id: "checkbox-with-value-1",
|
|
@@ -23315,7 +23321,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23315
23321
|
element: "input",
|
|
23316
23322
|
labelText: "Label for checkbox with value",
|
|
23317
23323
|
modelValue: i.checkboxValues,
|
|
23318
|
-
"onUpdate:modelValue": t[54] || (t[54] = (
|
|
23324
|
+
"onUpdate:modelValue": t[54] || (t[54] = (g) => i.checkboxValues = g),
|
|
23319
23325
|
inputValue: "checkboxValue2",
|
|
23320
23326
|
type: "checkbox",
|
|
23321
23327
|
id: "checkbox-with-value-2",
|
|
@@ -23325,7 +23331,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23325
23331
|
f(O, {
|
|
23326
23332
|
element: "input",
|
|
23327
23333
|
modelValue: i.checkboxValues,
|
|
23328
|
-
"onUpdate:modelValue": t[55] || (t[55] = (
|
|
23334
|
+
"onUpdate:modelValue": t[55] || (t[55] = (g) => i.checkboxValues = g),
|
|
23329
23335
|
inputValue: "checkboxValue3",
|
|
23330
23336
|
type: "checkbox",
|
|
23331
23337
|
id: "checkbox-with-value-3",
|
|
@@ -23352,7 +23358,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23352
23358
|
replaceInputType: !0,
|
|
23353
23359
|
id: "inputfield9",
|
|
23354
23360
|
modelValue: i.replacedCheckboxValue,
|
|
23355
|
-
"onUpdate:modelValue": t[56] || (t[56] = (
|
|
23361
|
+
"onUpdate:modelValue": t[56] || (t[56] = (g) => i.replacedCheckboxValue = g),
|
|
23356
23362
|
inputValue: "checkboxValue1",
|
|
23357
23363
|
status: i.validationStatus,
|
|
23358
23364
|
disabled: i.disabledStatus
|
|
@@ -23361,7 +23367,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23361
23367
|
element: "input",
|
|
23362
23368
|
labelText: "Label for replaced checkbox",
|
|
23363
23369
|
modelValue: i.replacedCheckboxValue,
|
|
23364
|
-
"onUpdate:modelValue": t[57] || (t[57] = (
|
|
23370
|
+
"onUpdate:modelValue": t[57] || (t[57] = (g) => i.replacedCheckboxValue = g),
|
|
23365
23371
|
inputValue: "checkboxValue2",
|
|
23366
23372
|
type: "checkbox",
|
|
23367
23373
|
replaceInputType: !0,
|
|
@@ -23383,7 +23389,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23383
23389
|
name: "radiogroup",
|
|
23384
23390
|
inputValue: "radiobuttonValue1",
|
|
23385
23391
|
modelValue: i.radiobuttonValue,
|
|
23386
|
-
"onUpdate:modelValue": t[58] || (t[58] = (
|
|
23392
|
+
"onUpdate:modelValue": t[58] || (t[58] = (g) => i.radiobuttonValue = g),
|
|
23387
23393
|
status: i.validationStatus,
|
|
23388
23394
|
disabled: i.disabledStatus
|
|
23389
23395
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
@@ -23395,13 +23401,13 @@ function sk(e, t, n, s, i, l) {
|
|
|
23395
23401
|
name: "radiogroup",
|
|
23396
23402
|
inputValue: "radiobuttonValue2",
|
|
23397
23403
|
modelValue: i.radiobuttonValue,
|
|
23398
|
-
"onUpdate:modelValue": t[59] || (t[59] = (
|
|
23404
|
+
"onUpdate:modelValue": t[59] || (t[59] = (g) => i.radiobuttonValue = g),
|
|
23399
23405
|
status: i.validationStatus,
|
|
23400
23406
|
disabled: i.disabledStatus
|
|
23401
23407
|
}, null, 8, ["modelValue", "status", "disabled"])
|
|
23402
23408
|
])
|
|
23403
23409
|
]),
|
|
23404
|
-
o("p", null, " Radiobuttons with values: " +
|
|
23410
|
+
o("p", null, " Radiobuttons with values: " + y(i.radiobuttonValue), 1),
|
|
23405
23411
|
t[184] || (t[184] = o("h3", null, "Radiobuttons (replaced)", -1)),
|
|
23406
23412
|
o("div", Y1, [
|
|
23407
23413
|
t[161] || (t[161] = o("span", { class: "label-text" }, "Label for Replaced Input-Type-Radio:", -1)),
|
|
@@ -23415,7 +23421,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23415
23421
|
name: "replaced-radiogroup",
|
|
23416
23422
|
inputValue: "radiobuttonValue1",
|
|
23417
23423
|
modelValue: i.replacedRadiobuttonValue,
|
|
23418
|
-
"onUpdate:modelValue": t[60] || (t[60] = (
|
|
23424
|
+
"onUpdate:modelValue": t[60] || (t[60] = (g) => i.replacedRadiobuttonValue = g),
|
|
23419
23425
|
status: i.validationStatus,
|
|
23420
23426
|
disabled: i.disabledStatus
|
|
23421
23427
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
@@ -23428,7 +23434,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23428
23434
|
name: "replaced-radiogroup",
|
|
23429
23435
|
inputValue: "radiobuttonValue2",
|
|
23430
23436
|
modelValue: i.replacedRadiobuttonValue,
|
|
23431
|
-
"onUpdate:modelValue": t[61] || (t[61] = (
|
|
23437
|
+
"onUpdate:modelValue": t[61] || (t[61] = (g) => i.replacedRadiobuttonValue = g),
|
|
23432
23438
|
status: i.validationStatus,
|
|
23433
23439
|
disabled: i.disabledStatus
|
|
23434
23440
|
}, null, 8, ["modelValue", "status", "disabled"])
|
|
@@ -23440,19 +23446,19 @@ function sk(e, t, n, s, i, l) {
|
|
|
23440
23446
|
href: "#",
|
|
23441
23447
|
class: "button small icon-cog",
|
|
23442
23448
|
title: "Open Component Settings",
|
|
23443
|
-
onClick: t[62] || (t[62] = w((
|
|
23449
|
+
onClick: t[62] || (t[62] = w((g) => l.openSettingsSidebar("CmdInputGroup"), ["prevent"]))
|
|
23444
23450
|
})
|
|
23445
23451
|
]),
|
|
23446
23452
|
f(j, S({ ref: "CmdInputGroup" }, e.cmdInputGroupSettingsData, {
|
|
23447
23453
|
labelText: "Grouplabel for radio-group given by property:",
|
|
23448
23454
|
inputElements: l.idForReplacedInputsInInputGroup("radio-group"),
|
|
23449
23455
|
modelValue: i.inputGroup,
|
|
23450
|
-
"onUpdate:modelValue": t[63] || (t[63] = (
|
|
23456
|
+
"onUpdate:modelValue": t[63] || (t[63] = (g) => i.inputGroup = g)
|
|
23451
23457
|
}), null, 16, ["inputElements", "modelValue"]),
|
|
23452
23458
|
o("dl", null, [
|
|
23453
23459
|
t[163] || (t[163] = o("dt", null, "Selected value:", -1)),
|
|
23454
23460
|
o("dd", null, [
|
|
23455
|
-
o("output", null,
|
|
23461
|
+
o("output", null, y(i.inputGroup), 1)
|
|
23456
23462
|
])
|
|
23457
23463
|
]),
|
|
23458
23464
|
t[185] || (t[185] = o("h3", null, "Input Groups with Checkboxes/Radiobuttons (toggle-switches)", -1)),
|
|
@@ -23461,7 +23467,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23461
23467
|
inputElements: l.idForReplacedInputsInInputGroup("checkbox-group-toggle-switch"),
|
|
23462
23468
|
inputTypes: "checkbox",
|
|
23463
23469
|
modelValue: i.inputGroupValueToggleSwitchCheckbox,
|
|
23464
|
-
"onUpdate:modelValue": t[64] || (t[64] = (
|
|
23470
|
+
"onUpdate:modelValue": t[64] || (t[64] = (g) => i.inputGroupValueToggleSwitchCheckbox = g),
|
|
23465
23471
|
toggleSwitches: !0,
|
|
23466
23472
|
colored: !0,
|
|
23467
23473
|
required: "required",
|
|
@@ -23471,7 +23477,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23471
23477
|
o("dl", null, [
|
|
23472
23478
|
t[164] || (t[164] = o("dt", null, "Selected value(s):", -1)),
|
|
23473
23479
|
o("dd", null, [
|
|
23474
|
-
o("output", null,
|
|
23480
|
+
o("output", null, y(i.inputGroupValueToggleSwitchCheckbox), 1)
|
|
23475
23481
|
])
|
|
23476
23482
|
]),
|
|
23477
23483
|
f(j, {
|
|
@@ -23479,7 +23485,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23479
23485
|
inputElements: l.idForReplacedInputsInInputGroup("radio-group-toggle-switch"),
|
|
23480
23486
|
inputTypes: "radio",
|
|
23481
23487
|
modelValue: i.inputGroupValueToggleSwitchRadio,
|
|
23482
|
-
"onUpdate:modelValue": t[65] || (t[65] = (
|
|
23488
|
+
"onUpdate:modelValue": t[65] || (t[65] = (g) => i.inputGroupValueToggleSwitchRadio = g),
|
|
23483
23489
|
toggleSwitches: !0,
|
|
23484
23490
|
required: "required",
|
|
23485
23491
|
status: i.validationStatus,
|
|
@@ -23488,7 +23494,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23488
23494
|
o("dl", null, [
|
|
23489
23495
|
t[165] || (t[165] = o("dt", null, "Selected value(s):", -1)),
|
|
23490
23496
|
o("dd", null, [
|
|
23491
|
-
o("output", null,
|
|
23497
|
+
o("output", null, y(i.inputGroupValueToggleSwitchRadio), 1)
|
|
23492
23498
|
])
|
|
23493
23499
|
]),
|
|
23494
23500
|
f(j, {
|
|
@@ -23497,14 +23503,14 @@ function sk(e, t, n, s, i, l) {
|
|
|
23497
23503
|
inputTypes: "radio",
|
|
23498
23504
|
multipleSwitch: !0,
|
|
23499
23505
|
modelValue: i.inputGroupValue3,
|
|
23500
|
-
"onUpdate:modelValue": t[66] || (t[66] = (
|
|
23506
|
+
"onUpdate:modelValue": t[66] || (t[66] = (g) => i.inputGroupValue3 = g),
|
|
23501
23507
|
status: i.validationStatus,
|
|
23502
23508
|
disabled: i.disabledStatus
|
|
23503
23509
|
}, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
|
|
23504
23510
|
o("dl", null, [
|
|
23505
23511
|
t[166] || (t[166] = o("dt", null, "Selected value(s):", -1)),
|
|
23506
23512
|
o("dd", null, [
|
|
23507
|
-
o("output", null,
|
|
23513
|
+
o("output", null, y(i.inputGroupValue3), 1)
|
|
23508
23514
|
])
|
|
23509
23515
|
]),
|
|
23510
23516
|
f(j, {
|
|
@@ -23514,7 +23520,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23514
23520
|
multipleSwitch: !0,
|
|
23515
23521
|
required: !0,
|
|
23516
23522
|
modelValue: i.inputGroupValue4,
|
|
23517
|
-
"onUpdate:modelValue": t[67] || (t[67] = (
|
|
23523
|
+
"onUpdate:modelValue": t[67] || (t[67] = (g) => i.inputGroupValue4 = g),
|
|
23518
23524
|
stretchHorizontally: !0,
|
|
23519
23525
|
status: i.validationStatus,
|
|
23520
23526
|
disabled: i.disabledStatus
|
|
@@ -23522,7 +23528,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23522
23528
|
o("dl", null, [
|
|
23523
23529
|
t[167] || (t[167] = o("dt", null, "Selected value(s):", -1)),
|
|
23524
23530
|
o("dd", null, [
|
|
23525
|
-
o("output", null,
|
|
23531
|
+
o("output", null, y(i.inputGroupValue4), 1)
|
|
23526
23532
|
])
|
|
23527
23533
|
])
|
|
23528
23534
|
]),
|
|
@@ -23565,7 +23571,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23565
23571
|
href: "#",
|
|
23566
23572
|
class: "button small icon-cog",
|
|
23567
23573
|
title: "Open Component Settings",
|
|
23568
|
-
onClick: t[68] || (t[68] = w((
|
|
23574
|
+
onClick: t[68] || (t[68] = w((g) => l.openSettingsSidebar("CmdBankAccountData"), ["prevent"]))
|
|
23569
23575
|
})
|
|
23570
23576
|
]),
|
|
23571
23577
|
f(H, S({ "account-data": i.bankAccountData }, e.cmdBankAccountDataSettingsData, { ref: "CmdBankAccountData" }), null, 16, ["account-data"])
|
|
@@ -23580,7 +23586,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23580
23586
|
href: "#",
|
|
23581
23587
|
class: "button small icon-cog",
|
|
23582
23588
|
title: "Open Component Settings",
|
|
23583
|
-
onClick: t[69] || (t[69] = w((
|
|
23589
|
+
onClick: t[69] || (t[69] = w((g) => l.openSettingsSidebar("CmdBasicForm"), ["prevent"]))
|
|
23584
23590
|
})
|
|
23585
23591
|
]),
|
|
23586
23592
|
f(z, {
|
|
@@ -23597,9 +23603,9 @@ function sk(e, t, n, s, i, l) {
|
|
|
23597
23603
|
}, null, 512),
|
|
23598
23604
|
o("dl", null, [
|
|
23599
23605
|
t[192] || (t[192] = o("dt", null, "originalEvent", -1)),
|
|
23600
|
-
o("dd", null,
|
|
23606
|
+
o("dd", null, y(i.basicFormData.originalEvent), 1),
|
|
23601
23607
|
t[193] || (t[193] = o("dt", null, "formdata", -1)),
|
|
23602
|
-
o("dd", null,
|
|
23608
|
+
o("dd", null, y(i.basicFormData.formData), 1)
|
|
23603
23609
|
])
|
|
23604
23610
|
]),
|
|
23605
23611
|
_: 1
|
|
@@ -23613,7 +23619,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23613
23619
|
href: "#",
|
|
23614
23620
|
class: "button small icon-cog",
|
|
23615
23621
|
title: "Open Component Settings",
|
|
23616
|
-
onClick: t[70] || (t[70] = w((
|
|
23622
|
+
onClick: t[70] || (t[70] = w((g) => l.openSettingsSidebar("CmdBox"), ["prevent"]))
|
|
23617
23623
|
})
|
|
23618
23624
|
]),
|
|
23619
23625
|
f(d, S({ ref: "CmdBox" }, e.cmdBoxSettingsData, {
|
|
@@ -23643,10 +23649,10 @@ function sk(e, t, n, s, i, l) {
|
|
|
23643
23649
|
useGap: !0
|
|
23644
23650
|
}, {
|
|
23645
23651
|
default: x(() => [
|
|
23646
|
-
(a(), r(T, null, M(14, (
|
|
23647
|
-
key:
|
|
23652
|
+
(a(), r(T, null, M(14, (g) => f(d, {
|
|
23653
|
+
key: g,
|
|
23648
23654
|
textBody: "Content",
|
|
23649
|
-
"cmd-headline": { headlineText: "Headline " +
|
|
23655
|
+
"cmd-headline": { headlineText: "Headline " + g, headlineLevel: 4 }
|
|
23650
23656
|
}, null, 8, ["cmd-headline"])), 64))
|
|
23651
23657
|
]),
|
|
23652
23658
|
_: 1
|
|
@@ -23837,13 +23843,13 @@ function sk(e, t, n, s, i, l) {
|
|
|
23837
23843
|
useRowViewAsDefault: !0,
|
|
23838
23844
|
useGap: !0
|
|
23839
23845
|
}, {
|
|
23840
|
-
default: x((
|
|
23846
|
+
default: x((g) => [
|
|
23841
23847
|
(a(!0), r(T, null, M(i.boxProductData, (P, we) => (a(), C(d, {
|
|
23842
23848
|
key: we,
|
|
23843
23849
|
boxType: "product",
|
|
23844
23850
|
product: P,
|
|
23845
23851
|
cmdHeadline: { headlineLevel: 4 },
|
|
23846
|
-
rowView:
|
|
23852
|
+
rowView: g.rowView
|
|
23847
23853
|
}, null, 8, ["product", "rowView"]))), 128))
|
|
23848
23854
|
]),
|
|
23849
23855
|
_: 1
|
|
@@ -23854,13 +23860,13 @@ function sk(e, t, n, s, i, l) {
|
|
|
23854
23860
|
useRowViewAsDefault: !0,
|
|
23855
23861
|
useGap: !0
|
|
23856
23862
|
}, {
|
|
23857
|
-
default: x((
|
|
23863
|
+
default: x((g) => [
|
|
23858
23864
|
(a(!0), r(T, null, M(i.boxUserData.length, (P) => (a(), C(d, {
|
|
23859
23865
|
key: P,
|
|
23860
23866
|
boxType: "user",
|
|
23861
23867
|
user: i.boxUserData[P - 1],
|
|
23862
23868
|
cmdHeadline: { headlineLevel: 5 },
|
|
23863
|
-
rowView:
|
|
23869
|
+
rowView: g.rowView
|
|
23864
23870
|
}, null, 8, ["user", "rowView"]))), 128))
|
|
23865
23871
|
]),
|
|
23866
23872
|
_: 1
|
|
@@ -23871,7 +23877,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23871
23877
|
href: "#",
|
|
23872
23878
|
class: "button small icon-cog",
|
|
23873
23879
|
title: "Open Component Settings",
|
|
23874
|
-
onClick: t[75] || (t[75] = w((
|
|
23880
|
+
onClick: t[75] || (t[75] = w((g) => l.openSettingsSidebar("CmdBoxWrapper"), ["prevent"]))
|
|
23875
23881
|
})
|
|
23876
23882
|
]),
|
|
23877
23883
|
f(c, {
|
|
@@ -23883,19 +23889,19 @@ function sk(e, t, n, s, i, l) {
|
|
|
23883
23889
|
"stretch-boxes-vertically": !0,
|
|
23884
23890
|
useGap: !0
|
|
23885
23891
|
}, {
|
|
23886
|
-
default: x((
|
|
23892
|
+
default: x((g) => [
|
|
23887
23893
|
(a(!0), r(T, null, M(i.boxProductData.length, (P) => (a(), C(d, {
|
|
23888
23894
|
key: P,
|
|
23889
23895
|
boxType: "content",
|
|
23890
23896
|
collapsible: !0,
|
|
23891
23897
|
useSlots: ["body"],
|
|
23892
23898
|
cmdHeadline: { headlineText: "Box " + P, headlineLevel: 5 },
|
|
23893
|
-
rowView:
|
|
23894
|
-
openCollapsedBox:
|
|
23895
|
-
onToggleCollapse: (we) =>
|
|
23899
|
+
rowView: g.rowView,
|
|
23900
|
+
openCollapsedBox: g.boxIsOpen(P - 1),
|
|
23901
|
+
onToggleCollapse: (we) => g.boxToggled(P - 1, we)
|
|
23896
23902
|
}, {
|
|
23897
23903
|
body: x(() => [
|
|
23898
|
-
D(g
|
|
23904
|
+
D(y(g.currentOpenBox) + "Content " + y(P), 1)
|
|
23899
23905
|
]),
|
|
23900
23906
|
_: 2
|
|
23901
23907
|
}, 1032, ["cmdHeadline", "rowView", "openCollapsedBox", "onToggleCollapse"]))), 128))
|
|
@@ -23913,7 +23919,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23913
23919
|
href: "#",
|
|
23914
23920
|
class: "button small icon-cog",
|
|
23915
23921
|
title: "Open Component Settings",
|
|
23916
|
-
onClick: t[76] || (t[76] = w((
|
|
23922
|
+
onClick: t[76] || (t[76] = w((g) => l.openSettingsSidebar("CmdBreadcrumbs"), ["prevent"]))
|
|
23917
23923
|
})
|
|
23918
23924
|
]),
|
|
23919
23925
|
f(se, S({
|
|
@@ -23932,12 +23938,12 @@ function sk(e, t, n, s, i, l) {
|
|
|
23932
23938
|
href: "#",
|
|
23933
23939
|
class: "button small icon-cog",
|
|
23934
23940
|
title: "Open Component Settings",
|
|
23935
|
-
onClick: t[77] || (t[77] = w((
|
|
23941
|
+
onClick: t[77] || (t[77] = w((g) => l.openSettingsSidebar("CmdCodeOutput"), ["prevent"]))
|
|
23936
23942
|
})
|
|
23937
23943
|
]),
|
|
23938
23944
|
f(ke, S({ ref: "CmdCodeOutput" }, e.cmdCodeOutputSettingsData), {
|
|
23939
23945
|
default: x(() => [
|
|
23940
|
-
D(
|
|
23946
|
+
D(y(i.cmdCodeOutputSlotContent), 1)
|
|
23941
23947
|
]),
|
|
23942
23948
|
_: 1
|
|
23943
23949
|
}, 16)
|
|
@@ -23952,7 +23958,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23952
23958
|
href: "#",
|
|
23953
23959
|
class: "button small icon-cog",
|
|
23954
23960
|
title: "Open Component Settings",
|
|
23955
|
-
onClick: t[78] || (t[78] = w((
|
|
23961
|
+
onClick: t[78] || (t[78] = w((g) => l.openSettingsSidebar("CmdCompanyLogo"), ["prevent"]))
|
|
23956
23962
|
})
|
|
23957
23963
|
]),
|
|
23958
23964
|
f(p, S({
|
|
@@ -23970,7 +23976,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23970
23976
|
href: "#",
|
|
23971
23977
|
class: "button small icon-cog",
|
|
23972
23978
|
title: "Open Component Settings",
|
|
23973
|
-
onClick: t[79] || (t[79] = w((
|
|
23979
|
+
onClick: t[79] || (t[79] = w((g) => l.openSettingsSidebar("CmdContainer"), ["prevent"]))
|
|
23974
23980
|
})
|
|
23975
23981
|
]),
|
|
23976
23982
|
t[223] || (t[223] = o("h3", null, 'Container (type "default")', -1)),
|
|
@@ -24042,7 +24048,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24042
24048
|
o("a", {
|
|
24043
24049
|
class: "button",
|
|
24044
24050
|
href: "#",
|
|
24045
|
-
onClick: t[80] || (t[80] = w((
|
|
24051
|
+
onClick: t[80] || (t[80] = w((g) => i.fancyBoxCookieDisclaimer = !0, ["prevent"]))
|
|
24046
24052
|
}, [...t[227] || (t[227] = [
|
|
24047
24053
|
o("span", null, "Open Cookie Disclaimer", -1)
|
|
24048
24054
|
])])
|
|
@@ -24064,7 +24070,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24064
24070
|
formElements: i.formElementsData,
|
|
24065
24071
|
onSubmit: l.doConsoleLog,
|
|
24066
24072
|
modelValue: i.cmdFormData,
|
|
24067
|
-
"onUpdate:modelValue": t[81] || (t[81] = (
|
|
24073
|
+
"onUpdate:modelValue": t[81] || (t[81] = (g) => i.cmdFormData = g)
|
|
24068
24074
|
}, null, 8, ["formElements", "onSubmit", "modelValue"]),
|
|
24069
24075
|
t[231] || (t[231] = o("h3", null, "Form elements given by slot", -1)),
|
|
24070
24076
|
f(Y, {
|
|
@@ -24111,12 +24117,12 @@ function sk(e, t, n, s, i, l) {
|
|
|
24111
24117
|
t[236] || (t[236] = o("h3", null, "FancyBox with text", -1)),
|
|
24112
24118
|
o("a", {
|
|
24113
24119
|
href: "#",
|
|
24114
|
-
onClick: t[82] || (t[82] = w((
|
|
24120
|
+
onClick: t[82] || (t[82] = w((g) => l.showFancyBox("text", "Some text", "FancyBox with text"), ["prevent"]))
|
|
24115
24121
|
}, "Open FancyBox with text"),
|
|
24116
24122
|
t[237] || (t[237] = o("h3", null, "FancyBox with large image given by url", -1)),
|
|
24117
24123
|
o("a", {
|
|
24118
24124
|
href: "#",
|
|
24119
|
-
onClick: t[83] || (t[83] = w((
|
|
24125
|
+
onClick: t[83] || (t[83] = w((g) => l.showFancyBox("url", "/media/images/demo-images/large/landscape-01.jpg", "FancyBox with large image given by url"), ["prevent"])),
|
|
24120
24126
|
title: "Open FancyBox with large image given by url",
|
|
24121
24127
|
style: { "align-self": "flex-start" }
|
|
24122
24128
|
}, [...t[232] || (t[232] = [
|
|
@@ -24128,7 +24134,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24128
24134
|
t[238] || (t[238] = o("h3", null, "FancyBox with large image given by property", -1)),
|
|
24129
24135
|
o("a", {
|
|
24130
24136
|
href: "#",
|
|
24131
|
-
onClick: t[84] || (t[84] = w((
|
|
24137
|
+
onClick: t[84] || (t[84] = w((g) => l.showFancyBox("image", { large: "/media/images/demo-images/large/landscape-02.jpg" }, "FancyBox with large image given by property"), ["prevent"])),
|
|
24132
24138
|
title: "Open FancyBox with large image given by property",
|
|
24133
24139
|
style: { "align-self": "flex-start" }
|
|
24134
24140
|
}, [...t[233] || (t[233] = [
|
|
@@ -24140,7 +24146,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24140
24146
|
t[239] || (t[239] = o("h3", null, "FancyBox with image as object give by property", -1)),
|
|
24141
24147
|
o("a", {
|
|
24142
24148
|
href: "#",
|
|
24143
|
-
onClick: t[85] || (t[85] = w((
|
|
24149
|
+
onClick: t[85] || (t[85] = w((g) => l.showFancyBox("image", {
|
|
24144
24150
|
small: "/media/images/demo-images/medium/landscape-03.jpg",
|
|
24145
24151
|
medium: "/media/images/demo-images/medium/landscape-03.jpg",
|
|
24146
24152
|
large: "/media/images/demo-images/large/landscape-03.jpg"
|
|
@@ -24227,7 +24233,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24227
24233
|
href: "#",
|
|
24228
24234
|
class: "button small icon-cog",
|
|
24229
24235
|
title: "Open Component Settings",
|
|
24230
|
-
onClick: t[86] || (t[86] = w((
|
|
24236
|
+
onClick: t[86] || (t[86] = w((g) => l.openSettingsSidebar("CmdHeadline"), ["prevent"]))
|
|
24231
24237
|
})
|
|
24232
24238
|
]),
|
|
24233
24239
|
f(Re, S({ ref: "CmdHeadline" }, e.cmdHeadlineSettingsData), null, 16),
|
|
@@ -24294,7 +24300,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24294
24300
|
href: "#",
|
|
24295
24301
|
class: "button small icon-cog",
|
|
24296
24302
|
title: "Open Component Settings",
|
|
24297
|
-
onClick: t[87] || (t[87] = w((
|
|
24303
|
+
onClick: t[87] || (t[87] = w((g) => l.openSettingsSidebar("CmdImage"), ["prevent"]))
|
|
24298
24304
|
})
|
|
24299
24305
|
]),
|
|
24300
24306
|
o("div", uv, [
|
|
@@ -24319,7 +24325,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24319
24325
|
href: "#",
|
|
24320
24326
|
class: "button small icon-cog",
|
|
24321
24327
|
title: "Open Component Settings",
|
|
24322
|
-
onClick: t[88] || (t[88] = w((
|
|
24328
|
+
onClick: t[88] || (t[88] = w((g) => l.openSettingsSidebar("CmdImageGallery"), ["prevent"]))
|
|
24323
24329
|
})
|
|
24324
24330
|
]),
|
|
24325
24331
|
f(cl, S({
|
|
@@ -24350,7 +24356,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24350
24356
|
href: "#",
|
|
24351
24357
|
class: "button small icon-cog",
|
|
24352
24358
|
title: "Open Component Settings",
|
|
24353
|
-
onClick: t[89] || (t[89] = w((
|
|
24359
|
+
onClick: t[89] || (t[89] = w((g) => l.openSettingsSidebar("CmdLink"), ["prevent"]))
|
|
24354
24360
|
})
|
|
24355
24361
|
]),
|
|
24356
24362
|
f(ee, S({
|
|
@@ -24402,7 +24408,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24402
24408
|
text: "Add link",
|
|
24403
24409
|
primaryButton: !0,
|
|
24404
24410
|
icon: { iconClass: "icon-link", position: "right" },
|
|
24405
|
-
onClick: t[90] || (t[90] = (
|
|
24411
|
+
onClick: t[90] || (t[90] = (g) => i.showCmdLink = !0)
|
|
24406
24412
|
}),
|
|
24407
24413
|
i.showCmdLink ? (a(), C(ee, {
|
|
24408
24414
|
key: 0,
|
|
@@ -24414,11 +24420,11 @@ function sk(e, t, n, s, i, l) {
|
|
|
24414
24420
|
})) : m("", !0),
|
|
24415
24421
|
o("dl", pv, [
|
|
24416
24422
|
t[256] || (t[256] = o("dt", null, "Event:", -1)),
|
|
24417
|
-
o("dd", null,
|
|
24423
|
+
o("dd", null, y(i.outputCmdLink?.event?.originalEvent.originalEvent), 1),
|
|
24418
24424
|
t[257] || (t[257] = o("dt", null, "Target:", -1)),
|
|
24419
|
-
o("dd", null,
|
|
24425
|
+
o("dd", null, y(i.outputCmdLink?.event?.originalEvent.target), 1),
|
|
24420
24426
|
t[258] || (t[258] = o("dt", null, "LinkType:", -1)),
|
|
24421
|
-
o("dd", null,
|
|
24427
|
+
o("dd", null, y(i.outputCmdLink?.event?.originalEvent.linkType), 1)
|
|
24422
24428
|
])
|
|
24423
24429
|
]),
|
|
24424
24430
|
_: 1
|
|
@@ -24431,7 +24437,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24431
24437
|
href: "#",
|
|
24432
24438
|
class: "button small icon-cog",
|
|
24433
24439
|
title: "Open Component Settings",
|
|
24434
|
-
onClick: t[91] || (t[91] = w((
|
|
24440
|
+
onClick: t[91] || (t[91] = w((g) => l.openSettingsSidebar("CmdList"), ["prevent"]))
|
|
24435
24441
|
})
|
|
24436
24442
|
]),
|
|
24437
24443
|
f(h, S({
|
|
@@ -24444,11 +24450,11 @@ function sk(e, t, n, s, i, l) {
|
|
|
24444
24450
|
}), null, 16, ["items", "onClick"]),
|
|
24445
24451
|
o("dl", hv, [
|
|
24446
24452
|
t[260] || (t[260] = o("dt", null, "Event:", -1)),
|
|
24447
|
-
o("dd", null,
|
|
24453
|
+
o("dd", null, y(i.outputCmdLink?.event?.originalEvent), 1),
|
|
24448
24454
|
t[261] || (t[261] = o("dt", null, "Target:", -1)),
|
|
24449
|
-
o("dd", null,
|
|
24455
|
+
o("dd", null, y(i.outputCmdLink?.event?.originalEvent.target), 1),
|
|
24450
24456
|
t[262] || (t[262] = o("dt", null, "LinkType:", -1)),
|
|
24451
|
-
o("dd", null,
|
|
24457
|
+
o("dd", null, y(i.outputCmdLink?.event?.linkType), 1)
|
|
24452
24458
|
]),
|
|
24453
24459
|
f(h, {
|
|
24454
24460
|
cmdHeadline: { headlineText: "List of images", headlineLevel: 3 },
|
|
@@ -24515,19 +24521,19 @@ function sk(e, t, n, s, i, l) {
|
|
|
24515
24521
|
href: "#",
|
|
24516
24522
|
class: "button small icon-cog",
|
|
24517
24523
|
title: "Open Component Settings",
|
|
24518
|
-
onClick: t[92] || (t[92] = w((
|
|
24524
|
+
onClick: t[92] || (t[92] = w((g) => l.openSettingsSidebar("CmdLoginForm"), ["prevent"]))
|
|
24519
24525
|
})
|
|
24520
24526
|
]),
|
|
24521
24527
|
f(Y, { "use-fieldset": !1 }, {
|
|
24522
24528
|
default: x(() => [
|
|
24523
24529
|
f(pl, S({ ref: "CmdLoginForm" }, e.cmdLoginFormSettingsData, {
|
|
24524
24530
|
modelValue: i.loginData,
|
|
24525
|
-
"onUpdate:modelValue": t[93] || (t[93] = (
|
|
24531
|
+
"onUpdate:modelValue": t[93] || (t[93] = (g) => i.loginData = g)
|
|
24526
24532
|
}), null, 16, ["modelValue"])
|
|
24527
24533
|
]),
|
|
24528
24534
|
_: 1
|
|
24529
24535
|
}),
|
|
24530
|
-
o("p", null, "LoginData: " +
|
|
24536
|
+
o("p", null, "LoginData: " + y(i.loginData), 1)
|
|
24531
24537
|
]),
|
|
24532
24538
|
_: 1
|
|
24533
24539
|
}),
|
|
@@ -24555,7 +24561,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24555
24561
|
href: "#",
|
|
24556
24562
|
class: "button small icon-cog",
|
|
24557
24563
|
title: "Open Component Settings",
|
|
24558
|
-
onClick: t[94] || (t[94] = w((
|
|
24564
|
+
onClick: t[94] || (t[94] = w((g) => l.openSettingsSidebar("CmdMainNavigation"), ["prevent"]))
|
|
24559
24565
|
})
|
|
24560
24566
|
]),
|
|
24561
24567
|
f(hl, S({ ref: "CmdMainNavigation" }, e.cmdMainNavigationSettingsData, { navigationEntries: l.navigationDataModified }), null, 16, ["navigationEntries"]),
|
|
@@ -24571,7 +24577,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24571
24577
|
href: "#",
|
|
24572
24578
|
class: "button small icon-cog",
|
|
24573
24579
|
title: "Open Component Settings",
|
|
24574
|
-
onClick: t[95] || (t[95] = w((
|
|
24580
|
+
onClick: t[95] || (t[95] = w((g) => l.openSettingsSidebar("CmdMultistepFormProgressBar"), ["prevent"]))
|
|
24575
24581
|
})
|
|
24576
24582
|
]),
|
|
24577
24583
|
t[268] || (t[268] = o("h3", null, "Steps with icons", -1)),
|
|
@@ -24579,17 +24585,17 @@ function sk(e, t, n, s, i, l) {
|
|
|
24579
24585
|
ref: "CmdMultistepFormProgressBar",
|
|
24580
24586
|
multisteps: i.multistepsData.withIcon
|
|
24581
24587
|
}, e.cmdMultistepFormProgressBarSettingsData, {
|
|
24582
|
-
onClick: t[96] || (t[96] = (
|
|
24588
|
+
onClick: t[96] || (t[96] = (g) => i.showPageMultistep = g.index + 1)
|
|
24583
24589
|
}), null, 16, ["multisteps"]),
|
|
24584
24590
|
t[269] || (t[269] = o("h3", null, "Router", -1)),
|
|
24585
24591
|
f(ln, S({
|
|
24586
24592
|
ref: "CmdMultistepFormProgressBar",
|
|
24587
24593
|
multisteps: i.multistepsData.router
|
|
24588
24594
|
}, e.cmdMultistepFormProgressBarSettingsData, {
|
|
24589
|
-
onClick: t[97] || (t[97] = (
|
|
24595
|
+
onClick: t[97] || (t[97] = (g) => i.showPageMultistep = g.index + 1)
|
|
24590
24596
|
}), null, 16, ["multisteps"]),
|
|
24591
24597
|
o("div", null, [
|
|
24592
|
-
o("p", null, "Page " +
|
|
24598
|
+
o("p", null, "Page " + y(i.showPageMultistep), 1)
|
|
24593
24599
|
])
|
|
24594
24600
|
]),
|
|
24595
24601
|
_: 1
|
|
@@ -24602,32 +24608,32 @@ function sk(e, t, n, s, i, l) {
|
|
|
24602
24608
|
href: "#",
|
|
24603
24609
|
class: "button small icon-cog",
|
|
24604
24610
|
title: "Open Component Settings",
|
|
24605
|
-
onClick: t[98] || (t[98] = w((
|
|
24611
|
+
onClick: t[98] || (t[98] = w((g) => l.openSettingsSidebar("CmdMultistepFormProgressBar"), ["prevent"]))
|
|
24606
24612
|
})
|
|
24607
24613
|
]),
|
|
24608
24614
|
t[283] || (t[283] = o("h3", null, "Data provided by property", -1)),
|
|
24609
24615
|
f(on, null, {
|
|
24610
|
-
"page-1": x((
|
|
24616
|
+
"page-1": x((g) => [
|
|
24611
24617
|
t[271] || (t[271] = o("h3", null, "Page 1 - all fields required", -1)),
|
|
24612
24618
|
f(Y, {
|
|
24613
24619
|
formElements: i.multistepFormWrapperPage1Data,
|
|
24614
24620
|
useSlot: !1,
|
|
24615
|
-
onValidationStatusChange: (P) => l.toggleSystemMessage(P,
|
|
24621
|
+
onValidationStatusChange: (P) => l.toggleSystemMessage(P, g),
|
|
24616
24622
|
submitButton: { show: !1 },
|
|
24617
|
-
modelValue:
|
|
24618
|
-
"onUpdate:modelValue":
|
|
24623
|
+
modelValue: g.formDataForPage,
|
|
24624
|
+
"onUpdate:modelValue": g.updateFormDataForPage
|
|
24619
24625
|
}, null, 8, ["formElements", "onValidationStatusChange", "modelValue", "onUpdate:modelValue"]),
|
|
24620
24626
|
o("a", {
|
|
24621
24627
|
href: "#",
|
|
24622
|
-
onClick: w((P) =>
|
|
24628
|
+
onClick: w((P) => g.setErrorOnPage("This is an error!"), ["prevent"])
|
|
24623
24629
|
}, "Set Error", 8, kv),
|
|
24624
24630
|
t[272] || (t[272] = o("br", null, null, -1)),
|
|
24625
24631
|
o("a", {
|
|
24626
24632
|
href: "#",
|
|
24627
|
-
onClick: w(
|
|
24633
|
+
onClick: w(g.removeErrorOnPage, ["prevent"])
|
|
24628
24634
|
}, "Remove Error", 8, wv)
|
|
24629
24635
|
]),
|
|
24630
|
-
"page-2": x((
|
|
24636
|
+
"page-2": x((g) => [
|
|
24631
24637
|
t[273] || (t[273] = o("h3", null, "Page 2 - 2/2 fields required (in slot)", -1)),
|
|
24632
24638
|
f(Y, {
|
|
24633
24639
|
submitButton: { show: !1 },
|
|
@@ -24642,9 +24648,9 @@ function sk(e, t, n, s, i, l) {
|
|
|
24642
24648
|
id: "page-2-telephone",
|
|
24643
24649
|
placeholder: "Enter phone number",
|
|
24644
24650
|
required: !0,
|
|
24645
|
-
modelValue:
|
|
24646
|
-
"onUpdate:modelValue": (P) => l.setValue(P, "page-2-telephone",
|
|
24647
|
-
onValidationStatusChange: (P) => l.setValidationStatus(P, "page-2-telephone",
|
|
24651
|
+
modelValue: g.formDataForPage["page-2-telephone"],
|
|
24652
|
+
"onUpdate:modelValue": (P) => l.setValue(P, "page-2-telephone", g),
|
|
24653
|
+
onValidationStatusChange: (P) => l.setValidationStatus(P, "page-2-telephone", g)
|
|
24648
24654
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "onValidationStatusChange"]),
|
|
24649
24655
|
f(O, {
|
|
24650
24656
|
element: "input",
|
|
@@ -24654,25 +24660,25 @@ function sk(e, t, n, s, i, l) {
|
|
|
24654
24660
|
id: "page-2-email",
|
|
24655
24661
|
required: !0,
|
|
24656
24662
|
placeholder: "Enter email address",
|
|
24657
|
-
modelValue:
|
|
24658
|
-
"onUpdate:modelValue": (P) => l.setValue(P, "page-2-email",
|
|
24659
|
-
onValidationStatusChange: (P) => l.setValidationStatus(P, "page-2-email",
|
|
24663
|
+
modelValue: g.formDataForPage["page-2-email"],
|
|
24664
|
+
"onUpdate:modelValue": (P) => l.setValue(P, "page-2-email", g),
|
|
24665
|
+
onValidationStatusChange: (P) => l.setValidationStatus(P, "page-2-email", g)
|
|
24660
24666
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "onValidationStatusChange"])
|
|
24661
24667
|
]),
|
|
24662
24668
|
_: 2
|
|
24663
24669
|
}, 1024),
|
|
24664
24670
|
o("a", {
|
|
24665
24671
|
href: "#",
|
|
24666
|
-
onClick: w((P) =>
|
|
24672
|
+
onClick: w((P) => g.setErrorOnPage("This is an error!"), ["prevent"])
|
|
24667
24673
|
}, "Set Error", 8, Tv)
|
|
24668
24674
|
]),
|
|
24669
|
-
"page-3": x((
|
|
24675
|
+
"page-3": x((g) => [
|
|
24670
24676
|
t[274] || (t[274] = o("h3", null, "Page 3 - no fields required", -1)),
|
|
24671
24677
|
f(Y, {
|
|
24672
|
-
onValidationStatusChange: (P) => l.toggleSystemMessage(P,
|
|
24678
|
+
onValidationStatusChange: (P) => l.toggleSystemMessage(P, g),
|
|
24673
24679
|
submitButton: { show: !1 },
|
|
24674
|
-
modelValue:
|
|
24675
|
-
"onUpdate:modelValue":
|
|
24680
|
+
modelValue: g.formDataForPage,
|
|
24681
|
+
"onUpdate:modelValue": g.updateFormDataForPage,
|
|
24676
24682
|
cmdHeadline: { headlineText: "Form-Elements in Slot", headlineLevel: 3 }
|
|
24677
24683
|
}, {
|
|
24678
24684
|
default: x(() => [
|
|
@@ -24683,8 +24689,8 @@ function sk(e, t, n, s, i, l) {
|
|
|
24683
24689
|
name: "street-no",
|
|
24684
24690
|
id: "street-no",
|
|
24685
24691
|
placeholder: "Enter street and number",
|
|
24686
|
-
modelValue:
|
|
24687
|
-
"onUpdate:modelValue": (P) =>
|
|
24692
|
+
modelValue: g.formDataForPage.streetNo,
|
|
24693
|
+
"onUpdate:modelValue": (P) => g.formDataForPage.streetNo = P
|
|
24688
24694
|
}, null, 8, ["modelValue", "onUpdate:modelValue"]),
|
|
24689
24695
|
o("div", Sv, [
|
|
24690
24696
|
f(O, {
|
|
@@ -24693,8 +24699,8 @@ function sk(e, t, n, s, i, l) {
|
|
|
24693
24699
|
labelText: "Zip:",
|
|
24694
24700
|
name: "zip",
|
|
24695
24701
|
id: "zip",
|
|
24696
|
-
modelValue:
|
|
24697
|
-
"onUpdate:modelValue": (P) =>
|
|
24702
|
+
modelValue: g.formDataForPage.zip,
|
|
24703
|
+
"onUpdate:modelValue": (P) => g.formDataForPage.zip = P
|
|
24698
24704
|
}, null, 8, ["modelValue", "onUpdate:modelValue"]),
|
|
24699
24705
|
f(O, {
|
|
24700
24706
|
element: "input",
|
|
@@ -24702,8 +24708,8 @@ function sk(e, t, n, s, i, l) {
|
|
|
24702
24708
|
labelText: "City:",
|
|
24703
24709
|
name: "city",
|
|
24704
24710
|
id: "city",
|
|
24705
|
-
modelValue:
|
|
24706
|
-
"onUpdate:modelValue": (P) =>
|
|
24711
|
+
modelValue: g.formDataForPage.city,
|
|
24712
|
+
"onUpdate:modelValue": (P) => g.formDataForPage.city = P
|
|
24707
24713
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
24708
24714
|
])
|
|
24709
24715
|
]),
|
|
@@ -24714,16 +24720,25 @@ function sk(e, t, n, s, i, l) {
|
|
|
24714
24720
|
o("h3", null, "Page 4", -1),
|
|
24715
24721
|
D(" Content Page 4 ", -1)
|
|
24716
24722
|
])]),
|
|
24717
|
-
"page-5": x((
|
|
24723
|
+
"page-5": x((g) => [
|
|
24718
24724
|
t[276] || (t[276] = o("h3", null, "Page 5", -1)),
|
|
24719
|
-
f(Y, {
|
|
24720
|
-
|
|
24721
|
-
|
|
24722
|
-
|
|
24723
|
-
|
|
24724
|
-
|
|
24725
|
-
|
|
24726
|
-
|
|
24725
|
+
f(Y, { cmdHeadline: { headlineText: "Confirmation", headlineLevel: 3 } }, {
|
|
24726
|
+
default: x(() => [
|
|
24727
|
+
f(O, {
|
|
24728
|
+
element: "input",
|
|
24729
|
+
type: "checkbox",
|
|
24730
|
+
labelText: "Confirm data privacy:",
|
|
24731
|
+
name: "confirm-data-privacy",
|
|
24732
|
+
id: "confirm-data-privac",
|
|
24733
|
+
required: !0,
|
|
24734
|
+
modelValue: g.formDataForPage["confirm-data-privacy"],
|
|
24735
|
+
"onUpdate:modelValue": (P) => l.setValue(P, "confirm-data-privacy", g),
|
|
24736
|
+
onValidationStatusChange: (P) => l.setValidationStatusCheckbox(P, "confirm-data-privacy", g)
|
|
24737
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "onValidationStatusChange"])
|
|
24738
|
+
]),
|
|
24739
|
+
_: 2
|
|
24740
|
+
}, 1024),
|
|
24741
|
+
D(" props.atleastOnPageWithError: " + y(g.atleastOnePageWithError), 1)
|
|
24727
24742
|
]),
|
|
24728
24743
|
default: x(() => [
|
|
24729
24744
|
f(yl, null, {
|
|
@@ -24738,45 +24753,45 @@ function sk(e, t, n, s, i, l) {
|
|
|
24738
24753
|
}),
|
|
24739
24754
|
t[284] || (t[284] = o("h3", null, "Data provided by slot", -1)),
|
|
24740
24755
|
f(on, null, {
|
|
24741
|
-
"progress-bar": x((
|
|
24756
|
+
"progress-bar": x((g) => [
|
|
24742
24757
|
o("ul", _v, [
|
|
24743
|
-
(a(!0), r(T, null, M(
|
|
24758
|
+
(a(!0), r(T, null, M(g.numberOfPages, (P) => (a(), r("li", { key: P }, [
|
|
24744
24759
|
o("a", {
|
|
24745
24760
|
href: "#",
|
|
24746
|
-
onClick: w((we) =>
|
|
24747
|
-
},
|
|
24761
|
+
onClick: w((we) => g.setErrorOnPage("This is an error!"), ["prevent"])
|
|
24762
|
+
}, y(P), 9, Ov)
|
|
24748
24763
|
]))), 128))
|
|
24749
24764
|
])
|
|
24750
24765
|
]),
|
|
24751
|
-
"page-1": x((
|
|
24766
|
+
"page-1": x((g) => [
|
|
24752
24767
|
t[278] || (t[278] = D(" Content Page 1 ", -1)),
|
|
24753
|
-
|
|
24768
|
+
g.hasError ? (a(), r("span", Lv, "Error")) : m("", !0),
|
|
24754
24769
|
o("a", {
|
|
24755
24770
|
href: "#",
|
|
24756
|
-
onClick: w((P) =>
|
|
24771
|
+
onClick: w((P) => g.setErrorOnPage("This is an error!"), ["prevent"])
|
|
24757
24772
|
}, "Set Error", 8, Iv)
|
|
24758
24773
|
]),
|
|
24759
|
-
"page-2": x((
|
|
24774
|
+
"page-2": x((g) => [
|
|
24760
24775
|
t[279] || (t[279] = D(" Content Page 2 ", -1)),
|
|
24761
|
-
|
|
24776
|
+
g.hasError ? (a(), r("span", Bv, "Error")) : m("", !0),
|
|
24762
24777
|
o("a", {
|
|
24763
24778
|
href: "#",
|
|
24764
|
-
onClick: w((P) =>
|
|
24779
|
+
onClick: w((P) => g.setErrorOnPage("This is an error!"), ["prevent"])
|
|
24765
24780
|
}, "Set Error", 8, Dv)
|
|
24766
24781
|
]),
|
|
24767
|
-
"page-3": x((
|
|
24782
|
+
"page-3": x((g) => [
|
|
24768
24783
|
t[280] || (t[280] = D(" Content Page 3 ", -1)),
|
|
24769
|
-
|
|
24784
|
+
g.hasError ? (a(), r("span", Fv, "Error")) : m("", !0)
|
|
24770
24785
|
]),
|
|
24771
|
-
"page-4": x((
|
|
24786
|
+
"page-4": x((g) => [
|
|
24772
24787
|
t[281] || (t[281] = D(" Content Page 4 ", -1)),
|
|
24773
|
-
|
|
24788
|
+
g.hasError ? (a(), r("span", Pv, "Error")) : m("", !0)
|
|
24774
24789
|
]),
|
|
24775
|
-
"page-5": x((
|
|
24790
|
+
"page-5": x((g) => [
|
|
24776
24791
|
t[282] || (t[282] = D(" Content Page 5 ", -1)),
|
|
24777
|
-
|
|
24792
|
+
g.hasError ? (a(), r("span", Mv, "Error")) : m("", !0)
|
|
24778
24793
|
]),
|
|
24779
|
-
pagination: x((
|
|
24794
|
+
pagination: x((g) => [
|
|
24780
24795
|
o("div", Vv, [
|
|
24781
24796
|
f(ee, {
|
|
24782
24797
|
linkType: "button",
|
|
@@ -24787,8 +24802,8 @@ function sk(e, t, n, s, i, l) {
|
|
|
24787
24802
|
position: "right"
|
|
24788
24803
|
},
|
|
24789
24804
|
text: "Next",
|
|
24790
|
-
disabled:
|
|
24791
|
-
onClick:
|
|
24805
|
+
disabled: g.disabledNextLink,
|
|
24806
|
+
onClick: g.setNextPage
|
|
24792
24807
|
}, null, 8, ["disabled", "onClick"]),
|
|
24793
24808
|
f(ee, {
|
|
24794
24809
|
linkType: "button",
|
|
@@ -24807,10 +24822,10 @@ function sk(e, t, n, s, i, l) {
|
|
|
24807
24822
|
tooltip: "To previous page"
|
|
24808
24823
|
},
|
|
24809
24824
|
text: "Back",
|
|
24810
|
-
onClick:
|
|
24811
|
-
disabled:
|
|
24825
|
+
onClick: g.setPrevPage,
|
|
24826
|
+
disabled: g.disabledPrevLink
|
|
24812
24827
|
}, null, 8, ["onClick", "disabled"]),
|
|
24813
|
-
D(" props.disabledPrevLink: " + g
|
|
24828
|
+
D(" props.disabledPrevLink: " + y(g.disabledPrevLink), 1)
|
|
24814
24829
|
])
|
|
24815
24830
|
]),
|
|
24816
24831
|
_: 1
|
|
@@ -24826,14 +24841,14 @@ function sk(e, t, n, s, i, l) {
|
|
|
24826
24841
|
href: "#",
|
|
24827
24842
|
class: "button small icon-cog",
|
|
24828
24843
|
title: "Open Component Settings",
|
|
24829
|
-
onClick: t[99] || (t[99] = w((
|
|
24844
|
+
onClick: t[99] || (t[99] = w((g) => l.openSettingsSidebar("CmdNewsletterSubscription"), ["prevent"]))
|
|
24830
24845
|
})
|
|
24831
24846
|
]),
|
|
24832
24847
|
f(Y, { "use-fieldset": !1 }, {
|
|
24833
24848
|
default: x(() => [
|
|
24834
24849
|
f(bl, S({ ref: "CmdNewsletterSubscription" }, e.cmdNewsletterSubscriptionSettingsData, {
|
|
24835
24850
|
modelValue: i.newsletter,
|
|
24836
|
-
"onUpdate:modelValue": t[100] || (t[100] = (
|
|
24851
|
+
"onUpdate:modelValue": t[100] || (t[100] = (g) => i.newsletter = g),
|
|
24837
24852
|
onButtonClick: l.submitNewsletterRegistration
|
|
24838
24853
|
}), null, 16, ["modelValue", "onButtonClick"])
|
|
24839
24854
|
]),
|
|
@@ -24850,7 +24865,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24850
24865
|
href: "#",
|
|
24851
24866
|
class: "button small icon-cog",
|
|
24852
24867
|
title: "Open Component Settings",
|
|
24853
|
-
onClick: t[101] || (t[101] = w((
|
|
24868
|
+
onClick: t[101] || (t[101] = w((g) => l.openSettingsSidebar("CmdOpeningHours"), ["prevent"]))
|
|
24854
24869
|
})
|
|
24855
24870
|
]),
|
|
24856
24871
|
f(xl, S({ ref: "CmdOpeningHours" }, e.cmdOpeningHoursSettingsData, {
|
|
@@ -24869,7 +24884,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24869
24884
|
href: "#",
|
|
24870
24885
|
class: "button small icon-cog",
|
|
24871
24886
|
title: "Open Component Settings",
|
|
24872
|
-
onClick: t[102] || (t[102] = w((
|
|
24887
|
+
onClick: t[102] || (t[102] = w((g) => l.openSettingsSidebar("CmdPageFooter"), ["prevent"]))
|
|
24873
24888
|
})
|
|
24874
24889
|
]),
|
|
24875
24890
|
f(Cl, S({ ref: "CmdPageFooter" }, e.cmdPageFooterSettingsData, {
|
|
@@ -24898,7 +24913,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24898
24913
|
href: "#",
|
|
24899
24914
|
class: "button small icon-cog",
|
|
24900
24915
|
title: "Open Component Settings",
|
|
24901
|
-
onClick: t[103] || (t[103] = w((
|
|
24916
|
+
onClick: t[103] || (t[103] = w((g) => l.openSettingsSidebar("CmdPageHeader"), ["prevent"]))
|
|
24902
24917
|
})
|
|
24903
24918
|
]),
|
|
24904
24919
|
f(vl, {
|
|
@@ -24928,14 +24943,14 @@ function sk(e, t, n, s, i, l) {
|
|
|
24928
24943
|
href: "#",
|
|
24929
24944
|
class: "button small icon-cog",
|
|
24930
24945
|
title: "Open Component Settings",
|
|
24931
|
-
onClick: t[104] || (t[104] = w((
|
|
24946
|
+
onClick: t[104] || (t[104] = w((g) => l.openSettingsSidebar("CmdPagination"), ["prevent"]))
|
|
24932
24947
|
})
|
|
24933
24948
|
]),
|
|
24934
24949
|
o("div", null, [
|
|
24935
|
-
o("p", null, "Page " +
|
|
24950
|
+
o("p", null, "Page " + y(i.showPagePager), 1)
|
|
24936
24951
|
]),
|
|
24937
24952
|
f(kl, S({ ref: "CmdPagination" }, e.cmdPaginationSettingsData, {
|
|
24938
|
-
onClick: t[105] || (t[105] = (
|
|
24953
|
+
onClick: t[105] || (t[105] = (g) => i.showPagePager = g)
|
|
24939
24954
|
}), null, 16)
|
|
24940
24955
|
]),
|
|
24941
24956
|
_: 1
|
|
@@ -24948,7 +24963,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24948
24963
|
href: "#",
|
|
24949
24964
|
class: "button small icon-cog",
|
|
24950
24965
|
title: "Open Component Settings",
|
|
24951
|
-
onClick: t[106] || (t[106] = w((
|
|
24966
|
+
onClick: t[106] || (t[106] = w((g) => l.openSettingsSidebar("CmdParagraph"), ["prevent"]))
|
|
24952
24967
|
})
|
|
24953
24968
|
]),
|
|
24954
24969
|
f(wl, S({ ref: "CmdParagraph" }, e.cmdParagraphSettingsData), null, 16)
|
|
@@ -24957,13 +24972,13 @@ function sk(e, t, n, s, i, l) {
|
|
|
24957
24972
|
}),
|
|
24958
24973
|
f(k, null, {
|
|
24959
24974
|
default: x(() => [
|
|
24960
|
-
o("h2",
|
|
24975
|
+
o("h2", Uv, [
|
|
24961
24976
|
t[293] || (t[293] = o("span", null, "Section", -1)),
|
|
24962
24977
|
o("a", {
|
|
24963
24978
|
href: "#",
|
|
24964
24979
|
class: "button small icon-cog",
|
|
24965
24980
|
title: "Open Component Settings",
|
|
24966
|
-
onClick: t[107] || (t[107] = w((
|
|
24981
|
+
onClick: t[107] || (t[107] = w((g) => l.openSettingsSidebar("CmdSection"), ["prevent"]))
|
|
24967
24982
|
})
|
|
24968
24983
|
]),
|
|
24969
24984
|
t[296] || (t[296] = o("h3", null, "Section with content provided by properties", -1)),
|
|
@@ -25016,13 +25031,13 @@ function sk(e, t, n, s, i, l) {
|
|
|
25016
25031
|
}),
|
|
25017
25032
|
f(k, null, {
|
|
25018
25033
|
default: x(() => [
|
|
25019
|
-
o("h2",
|
|
25034
|
+
o("h2", Nv, [
|
|
25020
25035
|
t[300] || (t[300] = o("span", null, "Site Header", -1)),
|
|
25021
25036
|
o("a", {
|
|
25022
25037
|
href: "#",
|
|
25023
25038
|
class: "button small icon-cog",
|
|
25024
25039
|
title: "Open Component Settings",
|
|
25025
|
-
onClick: t[108] || (t[108] = w((
|
|
25040
|
+
onClick: t[108] || (t[108] = w((g) => l.openSettingsSidebar("CmdSiteHeader"), ["prevent"]))
|
|
25026
25041
|
})
|
|
25027
25042
|
]),
|
|
25028
25043
|
f(v, S({ ref: "CmdSiteHeader" }, e.cmdSiteHeaderSettingsData, { cmdCompanyLogo: i.companyLogoData }), {
|
|
@@ -25046,18 +25061,18 @@ function sk(e, t, n, s, i, l) {
|
|
|
25046
25061
|
href: "#",
|
|
25047
25062
|
class: "button small icon-cog",
|
|
25048
25063
|
title: "Open Component Settings",
|
|
25049
|
-
onClick: t[109] || (t[109] = w((
|
|
25064
|
+
onClick: t[109] || (t[109] = w((g) => l.openSettingsSidebar("CmdSiteSearch"), ["prevent"]))
|
|
25050
25065
|
})
|
|
25051
25066
|
]),
|
|
25052
25067
|
f(Tl, S({ ref: "CmdSiteSearch" }, e.cmdSiteSearchSettingsData, {
|
|
25053
25068
|
modelValueInput1: i.siteSearchInput1,
|
|
25054
|
-
"onUpdate:modelValueInput1": t[110] || (t[110] = (
|
|
25069
|
+
"onUpdate:modelValueInput1": t[110] || (t[110] = (g) => i.siteSearchInput1 = g),
|
|
25055
25070
|
modelValueInput2: i.siteSearchInput2,
|
|
25056
|
-
"onUpdate:modelValueInput2": t[111] || (t[111] = (
|
|
25071
|
+
"onUpdate:modelValueInput2": t[111] || (t[111] = (g) => i.siteSearchInput2 = g),
|
|
25057
25072
|
modelValueRadius: i.radius,
|
|
25058
|
-
"onUpdate:modelValueRadius": t[112] || (t[112] = (
|
|
25073
|
+
"onUpdate:modelValueRadius": t[112] || (t[112] = (g) => i.radius = g),
|
|
25059
25074
|
modelValueSearchFilters: i.filters,
|
|
25060
|
-
"onUpdate:modelValueSearchFilters": t[113] || (t[113] = (
|
|
25075
|
+
"onUpdate:modelValueSearchFilters": t[113] || (t[113] = (g) => i.filters = g),
|
|
25061
25076
|
onSearch: l.siteSearchOutput,
|
|
25062
25077
|
cmdFakeSelect: i.siteSearchFilters
|
|
25063
25078
|
}), null, 16, ["modelValueInput1", "modelValueInput2", "modelValueRadius", "modelValueSearchFilters", "onSearch", "cmdFakeSelect"])
|
|
@@ -25072,7 +25087,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25072
25087
|
href: "#",
|
|
25073
25088
|
class: "button small icon-cog",
|
|
25074
25089
|
title: "Open Component Settings",
|
|
25075
|
-
onClick: t[114] || (t[114] = w((
|
|
25090
|
+
onClick: t[114] || (t[114] = w((g) => l.openSettingsSidebar("CmdSlideshow"), ["prevent"]))
|
|
25076
25091
|
})
|
|
25077
25092
|
]),
|
|
25078
25093
|
f(Sl, S({ ref: "CmdSlideshow" }, e.cmdSlideshowSettingsData, { "slideshow-items": i.slideshowData }), {
|
|
@@ -25092,20 +25107,20 @@ function sk(e, t, n, s, i, l) {
|
|
|
25092
25107
|
href: "#",
|
|
25093
25108
|
class: "button small icon-cog",
|
|
25094
25109
|
title: "Open Component Settings",
|
|
25095
|
-
onClick: t[115] || (t[115] = w((
|
|
25110
|
+
onClick: t[115] || (t[115] = w((g) => l.openSettingsSidebar("CmdSmartSearch"), ["prevent"]))
|
|
25096
25111
|
})
|
|
25097
25112
|
]),
|
|
25098
|
-
D(" smartSearchString: " +
|
|
25113
|
+
D(" smartSearchString: " + y(i.smartSearchString) + " ", 1),
|
|
25099
25114
|
f(V, S({ ref: "CmdSmartSearch" }, e.smartSearchSettingsData, {
|
|
25100
25115
|
listOfRecommendations: i.smartSearchData.listOfRecommendations,
|
|
25101
25116
|
modelValue: i.smartSearchString,
|
|
25102
|
-
"onUpdate:modelValue": t[116] || (t[116] = (
|
|
25117
|
+
"onUpdate:modelValue": t[116] || (t[116] = (g) => i.smartSearchString = g)
|
|
25103
25118
|
}), null, 16, ["listOfRecommendations", "modelValue"]),
|
|
25104
|
-
D(" smartSearchObject: " +
|
|
25119
|
+
D(" smartSearchObject: " + y(i.smartSearchObject) + " ", 1),
|
|
25105
25120
|
f(V, S({ ref: "CmdSmartSearch" }, e.smartSearchSettingsData, {
|
|
25106
25121
|
listOfRecommendations: i.smartSearchData.listOfRecommendations,
|
|
25107
25122
|
modelValue: i.smartSearchObject,
|
|
25108
|
-
"onUpdate:modelValue": t[117] || (t[117] = (
|
|
25123
|
+
"onUpdate:modelValue": t[117] || (t[117] = (g) => i.smartSearchObject = g)
|
|
25109
25124
|
}), null, 16, ["listOfRecommendations", "modelValue"])
|
|
25110
25125
|
]),
|
|
25111
25126
|
_: 1
|
|
@@ -25118,7 +25133,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25118
25133
|
href: "#",
|
|
25119
25134
|
class: "button small icon-cog",
|
|
25120
25135
|
title: "Open Component Settings",
|
|
25121
|
-
onClick: t[118] || (t[118] = w((
|
|
25136
|
+
onClick: t[118] || (t[118] = w((g) => l.openSettingsSidebar("CmdSocialNetworks"), ["prevent"]))
|
|
25122
25137
|
})
|
|
25123
25138
|
]),
|
|
25124
25139
|
f(_l, S({ ref: "CmdSocialNetworks" }, { ...e.cmdSocialNetworksSettingsData, ...i.socialNetworksData }), null, 16)
|
|
@@ -25136,7 +25151,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25136
25151
|
languages: i.switchLanguage.languages,
|
|
25137
25152
|
onClick: l.updateLanguage
|
|
25138
25153
|
}, null, 8, ["pathFlags", "languages", "onClick"]),
|
|
25139
|
-
o("p", null, "Selected language: " +
|
|
25154
|
+
o("p", null, "Selected language: " + y(i.selectedLanguage), 1)
|
|
25140
25155
|
]),
|
|
25141
25156
|
_: 1
|
|
25142
25157
|
}),
|
|
@@ -25148,7 +25163,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25148
25163
|
href: "#",
|
|
25149
25164
|
class: "button small icon-cog",
|
|
25150
25165
|
title: "Open Component Settings",
|
|
25151
|
-
onClick: t[119] || (t[119] = w((
|
|
25166
|
+
onClick: t[119] || (t[119] = w((g) => l.openSettingsSidebar("CmdSystemMessage"), ["prevent"]))
|
|
25152
25167
|
})
|
|
25153
25168
|
]),
|
|
25154
25169
|
f(sn, S({ ref: "CmdSystemMessage" }, e.cmdSystemMessageSettingsData, { iconClose: { iconClass: "icon-error-circle", show: !0 } }), null, 16),
|
|
@@ -25172,7 +25187,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25172
25187
|
href: "#",
|
|
25173
25188
|
class: "button small icon-cog",
|
|
25174
25189
|
title: "Open Component Settings",
|
|
25175
|
-
onClick: t[120] || (t[120] = w((
|
|
25190
|
+
onClick: t[120] || (t[120] = w((g) => l.openSettingsSidebar("CmdTable"), ["prevent"]))
|
|
25176
25191
|
})
|
|
25177
25192
|
]),
|
|
25178
25193
|
t[310] || (t[310] = o("h3", null, "Table as wide as its content (with caption)", -1)),
|
|
@@ -25195,7 +25210,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25195
25210
|
href: "#",
|
|
25196
25211
|
class: "button small icon-cog",
|
|
25197
25212
|
title: "Open Component Settings",
|
|
25198
|
-
onClick: t[121] || (t[121] = w((
|
|
25213
|
+
onClick: t[121] || (t[121] = w((g) => l.openSettingsSidebar("CmdTabs"), ["prevent"]))
|
|
25199
25214
|
})
|
|
25200
25215
|
]),
|
|
25201
25216
|
f(Ll, S({ ref: "CmdTabs" }, e.cmdTabsSettingsData, { tabs: i.tabsData }), {
|
|
@@ -25224,7 +25239,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25224
25239
|
href: "#",
|
|
25225
25240
|
class: "button small icon-cog",
|
|
25226
25241
|
title: "Open Component Settings",
|
|
25227
|
-
onClick: t[122] || (t[122] = w((
|
|
25242
|
+
onClick: t[122] || (t[122] = w((g) => l.openSettingsSidebar("CmdTag"), ["prevent"]))
|
|
25228
25243
|
})
|
|
25229
25244
|
]),
|
|
25230
25245
|
f(Il, S({ ref: "CmdTag" }, e.cmdTagSettingsData), null, 16)
|
|
@@ -25239,7 +25254,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25239
25254
|
href: "#",
|
|
25240
25255
|
class: "button small icon-cog",
|
|
25241
25256
|
title: "Open Component Settings",
|
|
25242
|
-
onClick: t[123] || (t[123] = w((
|
|
25257
|
+
onClick: t[123] || (t[123] = w((g) => l.openSettingsSidebar("CmdTextImageBlock"), ["prevent"]))
|
|
25243
25258
|
})
|
|
25244
25259
|
]),
|
|
25245
25260
|
o("div", $v, [
|
|
@@ -25293,13 +25308,13 @@ function sk(e, t, n, s, i, l) {
|
|
|
25293
25308
|
href: "#",
|
|
25294
25309
|
class: "button small icon-cog",
|
|
25295
25310
|
title: "Open Component Settings",
|
|
25296
|
-
onClick: t[124] || (t[124] = w((
|
|
25311
|
+
onClick: t[124] || (t[124] = w((g) => l.openSettingsSidebar("CmdThumbnailScroller"), ["prevent"]))
|
|
25297
25312
|
})
|
|
25298
25313
|
]),
|
|
25299
|
-
o("p", null, " date (YMD/default): " +
|
|
25300
|
-
o("p", null, " date (DMY): " +
|
|
25301
|
-
o("p", null, " date (MDY): " +
|
|
25302
|
-
o("p", null, " date (invalid)): " +
|
|
25314
|
+
o("p", null, " date (YMD/default): " + y(l.formatDate("2025-01-28", "", "-")), 1),
|
|
25315
|
+
o("p", null, " date (DMY): " + y(l.formatDate("2025-01-28", "dmy")), 1),
|
|
25316
|
+
o("p", null, " date (MDY): " + y(l.formatDate("2025-01-28", "mdy", "/")), 1),
|
|
25317
|
+
o("p", null, " date (invalid)): " + y(l.formatDate("invalid")), 1),
|
|
25303
25318
|
o("div", tk, [
|
|
25304
25319
|
f(Bl, S({ ref: "CmdThumbnailScroller" }, e.cmdThumbnailScrollerSettingsData, { thumbnailScrollerItems: l.thumbnailScrollerData }), null, 16, ["thumbnailScrollerItems"])
|
|
25305
25320
|
])
|
|
@@ -25314,7 +25329,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25314
25329
|
href: "#",
|
|
25315
25330
|
class: "button small icon-cog",
|
|
25316
25331
|
title: "Open Component Settings",
|
|
25317
|
-
onClick: t[125] || (t[125] = w((
|
|
25332
|
+
onClick: t[125] || (t[125] = w((g) => l.openSettingsSidebar("CmdToggleDarkMode"), ["prevent"]))
|
|
25318
25333
|
})
|
|
25319
25334
|
]),
|
|
25320
25335
|
f(Dl, S({ ref: "CmdToggleDarkMode" }, e.cmdToggleDarkModeSettingsData), null, 16)
|
|
@@ -25329,7 +25344,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25329
25344
|
href: "#",
|
|
25330
25345
|
class: "button small icon-cog",
|
|
25331
25346
|
title: "Open Component Settings",
|
|
25332
|
-
onClick: t[126] || (t[126] = w((
|
|
25347
|
+
onClick: t[126] || (t[126] = w((g) => l.openSettingsSidebar("CmdTooltip"), ["prevent"]))
|
|
25333
25348
|
})
|
|
25334
25349
|
]),
|
|
25335
25350
|
o("p", null, [
|
|
@@ -25394,7 +25409,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25394
25409
|
href: "#",
|
|
25395
25410
|
class: "button small icon-cog",
|
|
25396
25411
|
title: "Open Component Settings",
|
|
25397
|
-
onClick: t[130] || (t[130] = w((
|
|
25412
|
+
onClick: t[130] || (t[130] = w((g) => l.openSettingsSidebar("CmdUploadForm"), ["prevent"]))
|
|
25398
25413
|
})
|
|
25399
25414
|
]),
|
|
25400
25415
|
f(Fl, S({ ref: "CmdUploadForm" }, e.cmdUploadFormSettingsData), null, 16)
|
|
@@ -25409,7 +25424,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25409
25424
|
href: "#",
|
|
25410
25425
|
class: "button small icon-cog",
|
|
25411
25426
|
title: "Open Component Settings",
|
|
25412
|
-
onClick: t[131] || (t[131] = w((
|
|
25427
|
+
onClick: t[131] || (t[131] = w((g) => l.openSettingsSidebar("CmdWidthLimitationWrapper"), ["prevent"]))
|
|
25413
25428
|
})
|
|
25414
25429
|
]),
|
|
25415
25430
|
f(k, S({
|
|
@@ -25433,7 +25448,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25433
25448
|
])]),
|
|
25434
25449
|
_: 1
|
|
25435
25450
|
}),
|
|
25436
|
-
f(
|
|
25451
|
+
f(Pl)
|
|
25437
25452
|
])),
|
|
25438
25453
|
f(an, null, {
|
|
25439
25454
|
default: x(() => [...t[330] || (t[330] = [
|
|
@@ -25441,7 +25456,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25441
25456
|
])]),
|
|
25442
25457
|
_: 1
|
|
25443
25458
|
}),
|
|
25444
|
-
f(
|
|
25459
|
+
f(Ml),
|
|
25445
25460
|
f(Al, {
|
|
25446
25461
|
show: i.fancyBoxCookieDisclaimer,
|
|
25447
25462
|
fancyBoxOptions: { closeIcon: { show: !1 } },
|
|
@@ -25454,7 +25469,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25454
25469
|
cookieOptions: i.cookieDisclaimerData,
|
|
25455
25470
|
onCloseCookieDisclaimer: l.closeCookieDisclaimer,
|
|
25456
25471
|
modelValue: i.acceptedCookies,
|
|
25457
|
-
"onUpdate:modelValue": t[132] || (t[132] = (
|
|
25472
|
+
"onUpdate:modelValue": t[132] || (t[132] = (g) => i.acceptedCookies = g),
|
|
25458
25473
|
cmdHeadlineCookieDisclaimer: { show: !1 },
|
|
25459
25474
|
privacyText: "By browsing this website you accept the usage and saving of anonymous data!"
|
|
25460
25475
|
}, null, 8, ["cookieOptions", "onCloseCookieDisclaimer", "modelValue"])
|
|
@@ -25539,10 +25554,10 @@ function Rk(e) {
|
|
|
25539
25554
|
function jk(e) {
|
|
25540
25555
|
return e ? e.charAt(0).toLowerCase() + e.slice(1) : "";
|
|
25541
25556
|
}
|
|
25542
|
-
function
|
|
25557
|
+
function Uk(...e) {
|
|
25543
25558
|
return e.filter((t) => typeof t == "string").map((t) => t.trim()).filter((t) => t.length > 0).join(" ");
|
|
25544
25559
|
}
|
|
25545
|
-
function
|
|
25560
|
+
function Nk() {
|
|
25546
25561
|
const e = {};
|
|
25547
25562
|
Wl(s);
|
|
25548
25563
|
function t(i = "defaultSequence") {
|
|
@@ -25614,7 +25629,7 @@ export {
|
|
|
25614
25629
|
K as CmdFormElement,
|
|
25615
25630
|
Ti as CmdFormFilters,
|
|
25616
25631
|
Oi as CmdGoogleMaps,
|
|
25617
|
-
|
|
25632
|
+
U as CmdHeadline,
|
|
25618
25633
|
R as CmdIcon,
|
|
25619
25634
|
oe as CmdImage,
|
|
25620
25635
|
qm as CmdImageGallery,
|
|
@@ -25625,10 +25640,10 @@ export {
|
|
|
25625
25640
|
dp as CmdLoginForm,
|
|
25626
25641
|
Li as CmdMainNavigation,
|
|
25627
25642
|
Bi as CmdMultistepFormProgressBar,
|
|
25628
|
-
|
|
25643
|
+
Up as CmdMultistepFormWrapper,
|
|
25629
25644
|
Kp as CmdNewsletterSubscription,
|
|
25630
25645
|
Cf as CmdOpeningHours,
|
|
25631
|
-
|
|
25646
|
+
Mf as CmdPageFooter,
|
|
25632
25647
|
qf as CmdPageHeader,
|
|
25633
25648
|
Ii as CmdPagination,
|
|
25634
25649
|
Gf as CmdProgressBar,
|
|
@@ -25649,7 +25664,7 @@ export {
|
|
|
25649
25664
|
gi as CmdThumbnailScroller,
|
|
25650
25665
|
gg as CmdToggleDarkMode,
|
|
25651
25666
|
mi as CmdTooltip,
|
|
25652
|
-
|
|
25667
|
+
Nt as CmdTooltipForFormElements,
|
|
25653
25668
|
vb as CmdUploadForm,
|
|
25654
25669
|
il as CmdWidthLimitationWrapper,
|
|
25655
25670
|
Ak as ComponentLibrary,
|
|
@@ -25665,17 +25680,17 @@ export {
|
|
|
25665
25680
|
pi as createHtmlId,
|
|
25666
25681
|
Ae as createUuid,
|
|
25667
25682
|
Fk as currentDate,
|
|
25668
|
-
|
|
25683
|
+
Pk as currentTime,
|
|
25669
25684
|
al as formatDate,
|
|
25670
25685
|
$b as formatTime,
|
|
25671
|
-
|
|
25686
|
+
Uk as fullName,
|
|
25672
25687
|
_i as getCookieDisclaimerCookie,
|
|
25673
|
-
|
|
25688
|
+
Mk as getDate,
|
|
25674
25689
|
De as getFileExtension,
|
|
25675
25690
|
Vk as getWeekday,
|
|
25676
25691
|
jk as lowercaseFirstLetter,
|
|
25677
25692
|
re as openFancyBox,
|
|
25678
25693
|
Bm as setCookieDisclaimerCookie,
|
|
25679
25694
|
zk as useScrollspy,
|
|
25680
|
-
|
|
25695
|
+
Nk as useSequence
|
|
25681
25696
|
};
|