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