comand-component-library 4.2.70 → 4.2.71
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.
- package/dist/comand-component-library.js +599 -553
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/ComponentLibrary.vue +18 -3
- package/src/assets/data/multistep-form-wrapper-page-1.json +25 -0
- package/src/components/CmdBackToTopButton.vue +6 -0
- package/src/components/CmdForm.vue +7 -0
- package/src/components/CmdMultistepFormWrapper.vue +24 -14
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var zl = Object.defineProperty;
|
|
2
2
|
var Wl = (e, t, n) => t in e ? zl(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
3
|
var Ze = (e, t, n) => Wl(e, typeof t != "symbol" ? t + "" : t, n);
|
|
4
|
-
import { defineComponent as gi, h as
|
|
4
|
+
import { defineComponent as gi, h as Fn, resolveComponent as _e, openBlock as a, createBlock as v, normalizeClass as C, createElementBlock as r, getCurrentInstance as Gl, resolveDynamicComponent as Ue, withModifiers as S, withCtx as k, withDirectives as $, createElementVNode as o, createVNode as p, createCommentVNode as m, vShow as ye, Fragment as O, toDisplayString as y, renderSlot as V, normalizeProps as N, mergeProps as L, createTextVNode as M, renderList as q, Transition as Fe, vModelDynamic as Kl, toHandlers as zt, TransitionGroup as dn, createApp as Yl, guardReactiveProps as Be, normalizeStyle as xt, useCssVars as yi, createStaticVNode as Jl, vModelText as Wt, resolveDirective as Zl, vModelSelect as Ql, vModelRadio as At, onBeforeUpdate as Xl, onMounted as $l, onUnmounted as eo, reactive as to } from "vue";
|
|
5
5
|
const et = /^[a-z0-9]+(-[a-z0-9]+)*$/, wt = (e, t, n, s = "") => {
|
|
6
6
|
const i = e.split(":");
|
|
7
7
|
if (e.slice(0, 1) === "@") {
|
|
@@ -62,7 +62,7 @@ function no(e, t) {
|
|
|
62
62
|
const s = ((e.rotate || 0) + (t.rotate || 0)) % 4;
|
|
63
63
|
return s && (n.rotate = s), n;
|
|
64
64
|
}
|
|
65
|
-
function
|
|
65
|
+
function Mn(e, t) {
|
|
66
66
|
const n = no(e, t);
|
|
67
67
|
for (const s in Gt)
|
|
68
68
|
s in Ct ? s in e && !(s in n) && (n[s] = Ct[s]) : s in t ? n[s] = t[s] : s in e && (n[s] = e[s]);
|
|
@@ -86,12 +86,12 @@ function lo(e, t, n) {
|
|
|
86
86
|
const s = e.icons, i = e.aliases || {};
|
|
87
87
|
let l = {};
|
|
88
88
|
function d(u) {
|
|
89
|
-
l =
|
|
89
|
+
l = Mn(
|
|
90
90
|
s[u] || i[u],
|
|
91
91
|
l
|
|
92
92
|
);
|
|
93
93
|
}
|
|
94
|
-
return d(t), n.forEach(d),
|
|
94
|
+
return d(t), n.forEach(d), Mn(e, l);
|
|
95
95
|
}
|
|
96
96
|
function xi(e, t) {
|
|
97
97
|
const n = [];
|
|
@@ -543,7 +543,7 @@ function Do(e, t = !0, n = !1) {
|
|
|
543
543
|
l && s.push(l);
|
|
544
544
|
}), s;
|
|
545
545
|
}
|
|
546
|
-
var
|
|
546
|
+
var Fo = {
|
|
547
547
|
resources: [],
|
|
548
548
|
index: 0,
|
|
549
549
|
timeout: 2e3,
|
|
@@ -551,7 +551,7 @@ var Mo = {
|
|
|
551
551
|
random: !1,
|
|
552
552
|
dataAfterTimeout: !1
|
|
553
553
|
};
|
|
554
|
-
function
|
|
554
|
+
function Mo(e, t, n, s) {
|
|
555
555
|
const i = e.resources.length, l = e.random ? Math.floor(Math.random() * i) : e.index;
|
|
556
556
|
let d;
|
|
557
557
|
if (e.random) {
|
|
@@ -593,7 +593,7 @@ function Fo(e, t, n, s) {
|
|
|
593
593
|
E(void 0, g);
|
|
594
594
|
});
|
|
595
595
|
}
|
|
596
|
-
function
|
|
596
|
+
function F() {
|
|
597
597
|
w.forEach((E) => {
|
|
598
598
|
E.status === "pending" && (E.status = "aborted");
|
|
599
599
|
}), w = [];
|
|
@@ -618,7 +618,7 @@ function Fo(e, t, n, s) {
|
|
|
618
618
|
g = W, w.length || (d.length ? G() : H());
|
|
619
619
|
return;
|
|
620
620
|
}
|
|
621
|
-
if (_(),
|
|
621
|
+
if (_(), F(), !e.random) {
|
|
622
622
|
const Z = e.resources.indexOf(E.resource);
|
|
623
623
|
Z !== -1 && Z !== e.index && (e.index = Z);
|
|
624
624
|
}
|
|
@@ -634,7 +634,7 @@ function Fo(e, t, n, s) {
|
|
|
634
634
|
if (E === void 0) {
|
|
635
635
|
if (w.length) {
|
|
636
636
|
h = setTimeout(() => {
|
|
637
|
-
_(), c === "pending" && (
|
|
637
|
+
_(), c === "pending" && (F(), H());
|
|
638
638
|
}, e.timeout);
|
|
639
639
|
return;
|
|
640
640
|
}
|
|
@@ -654,7 +654,7 @@ function Fo(e, t, n, s) {
|
|
|
654
654
|
}
|
|
655
655
|
function _i(e) {
|
|
656
656
|
const t = {
|
|
657
|
-
...
|
|
657
|
+
...Fo,
|
|
658
658
|
...e
|
|
659
659
|
};
|
|
660
660
|
let n = [];
|
|
@@ -662,7 +662,7 @@ function _i(e) {
|
|
|
662
662
|
n = n.filter((u) => u().status === "pending");
|
|
663
663
|
}
|
|
664
664
|
function i(u, c, f) {
|
|
665
|
-
const g =
|
|
665
|
+
const g = Mo(
|
|
666
666
|
t,
|
|
667
667
|
u,
|
|
668
668
|
c,
|
|
@@ -796,7 +796,7 @@ function Di(e, t) {
|
|
|
796
796
|
for (let u = d - 1; u >= 0; u--)
|
|
797
797
|
l(u) || (u === d - 1 ? (d--, Zt(n, d)) : Ii[e].add(u));
|
|
798
798
|
}
|
|
799
|
-
function
|
|
799
|
+
function Fi() {
|
|
800
800
|
if (!hn) {
|
|
801
801
|
Eo(!0);
|
|
802
802
|
for (const e in St)
|
|
@@ -825,7 +825,7 @@ function Ho(e, t) {
|
|
|
825
825
|
return !0;
|
|
826
826
|
}
|
|
827
827
|
function qo(e, t) {
|
|
828
|
-
hn ||
|
|
828
|
+
hn || Fi();
|
|
829
829
|
function n(s) {
|
|
830
830
|
let i;
|
|
831
831
|
if (!St[s] || !(i = Bi(s)))
|
|
@@ -997,7 +997,7 @@ const Nn = {
|
|
|
997
997
|
display: "inline-block"
|
|
998
998
|
}, Xt = {
|
|
999
999
|
backgroundColor: "currentColor"
|
|
1000
|
-
},
|
|
1000
|
+
}, Mi = {
|
|
1001
1001
|
backgroundColor: "transparent"
|
|
1002
1002
|
}, Un = {
|
|
1003
1003
|
Image: "var(--svg)",
|
|
@@ -1006,7 +1006,7 @@ const Nn = {
|
|
|
1006
1006
|
}, zn = {
|
|
1007
1007
|
webkitMask: Xt,
|
|
1008
1008
|
mask: Xt,
|
|
1009
|
-
background:
|
|
1009
|
+
background: Mi
|
|
1010
1010
|
};
|
|
1011
1011
|
for (const e in zn) {
|
|
1012
1012
|
const t = zn[e];
|
|
@@ -1063,7 +1063,7 @@ const Gn = (e, t) => {
|
|
|
1063
1063
|
...u
|
|
1064
1064
|
}, Object.assign(s, f);
|
|
1065
1065
|
let T = 0, D = t.id;
|
|
1066
|
-
return typeof D == "string" && (D = D.replace(/-/g, "_")), s.innerHTML = yo(c.body, D ? () => D + "ID" + T++ : "iconifyVue"),
|
|
1066
|
+
return typeof D == "string" && (D = D.replace(/-/g, "_")), s.innerHTML = yo(c.body, D ? () => D + "ID" + T++ : "iconifyVue"), Fn("svg", s);
|
|
1067
1067
|
}
|
|
1068
1068
|
const { body: g, width: h, height: w } = e, x = i === "mask" || (i === "bg" ? !1 : g.indexOf("currentColor") !== -1), _ = Ko(g, {
|
|
1069
1069
|
...f,
|
|
@@ -1076,14 +1076,14 @@ const Gn = (e, t) => {
|
|
|
1076
1076
|
width: Wn(f.width),
|
|
1077
1077
|
height: Wn(f.height),
|
|
1078
1078
|
...Qo,
|
|
1079
|
-
...x ? Xt :
|
|
1079
|
+
...x ? Xt : Mi,
|
|
1080
1080
|
...u
|
|
1081
|
-
},
|
|
1081
|
+
}, Fn("span", s);
|
|
1082
1082
|
};
|
|
1083
1083
|
vi(!0);
|
|
1084
1084
|
bo("", _o);
|
|
1085
1085
|
if (typeof document < "u" && typeof window < "u") {
|
|
1086
|
-
|
|
1086
|
+
Fi();
|
|
1087
1087
|
const e = window;
|
|
1088
1088
|
if (e.IconifyPreload !== void 0) {
|
|
1089
1089
|
const t = e.IconifyPreload, n = "Invalid IconifyPreload syntax.";
|
|
@@ -1254,7 +1254,7 @@ function _t(e, t, n) {
|
|
|
1254
1254
|
var s;
|
|
1255
1255
|
return ((s = e == null ? void 0 : e.$options) == null ? void 0 : s.name) === t && (n == null || n(e)) ? e : e != null && e.$parent ? _t(e.$parent, t, n) : null;
|
|
1256
1256
|
}
|
|
1257
|
-
function
|
|
1257
|
+
function Me(e, ...t) {
|
|
1258
1258
|
const n = [];
|
|
1259
1259
|
for (let s = De(e); s; s = De(s.$parent))
|
|
1260
1260
|
s.componentPath && n.unshift(...s.componentPath);
|
|
@@ -1702,7 +1702,7 @@ const qe = /* @__PURE__ */ P(aa, [["render", ka]]), ae = {
|
|
|
1702
1702
|
computed: {
|
|
1703
1703
|
componentActive() {
|
|
1704
1704
|
var e;
|
|
1705
|
-
return (e = this.editModeContext) == null ? void 0 : e.system.isActiveComponent(
|
|
1705
|
+
return (e = this.editModeContext) == null ? void 0 : e.system.isActiveComponent(Me(De(this)));
|
|
1706
1706
|
},
|
|
1707
1707
|
headlineComponentPath() {
|
|
1708
1708
|
return this.componentPath || ["props", "cmdHeadline"];
|
|
@@ -1813,7 +1813,7 @@ function Da(e, t, n, s, i, l) {
|
|
|
1813
1813
|
n.cmdIcon ? (a(), v(d, N(L({ key: 0 }, n.cmdIcon)), null, 16)) : m("", !0),
|
|
1814
1814
|
o("span", Ba, y(n.preHeadlineText), 1),
|
|
1815
1815
|
V(e.$slots, "default", {}, () => [
|
|
1816
|
-
|
|
1816
|
+
M(y(n.headlineText), 1)
|
|
1817
1817
|
])
|
|
1818
1818
|
]),
|
|
1819
1819
|
_: 3
|
|
@@ -1821,7 +1821,7 @@ function Da(e, t, n, s, i, l) {
|
|
|
1821
1821
|
], 64)) : n.headlineText ? (a(), v(Ue(l.headlineTag), { key: 2 }, {
|
|
1822
1822
|
default: k(() => [
|
|
1823
1823
|
V(e.$slots, "default", {}, () => [
|
|
1824
|
-
|
|
1824
|
+
M(y(n.headlineText), 1)
|
|
1825
1825
|
])
|
|
1826
1826
|
]),
|
|
1827
1827
|
_: 3
|
|
@@ -1839,7 +1839,7 @@ function Da(e, t, n, s, i, l) {
|
|
|
1839
1839
|
_: 3
|
|
1840
1840
|
}, 8, ["componentProps", "componentPath", "allowDeleteComponent"]));
|
|
1841
1841
|
}
|
|
1842
|
-
const J = /* @__PURE__ */ P(wa, [["render", Da]]),
|
|
1842
|
+
const J = /* @__PURE__ */ P(wa, [["render", Da]]), Fa = {
|
|
1843
1843
|
name: "CmdTooltip",
|
|
1844
1844
|
data() {
|
|
1845
1845
|
return {
|
|
@@ -1975,7 +1975,7 @@ const J = /* @__PURE__ */ P(wa, [["render", Da]]), Ma = {
|
|
|
1975
1975
|
});
|
|
1976
1976
|
}
|
|
1977
1977
|
}
|
|
1978
|
-
},
|
|
1978
|
+
}, Ma = {
|
|
1979
1979
|
key: 0,
|
|
1980
1980
|
class: "headline-wrapper"
|
|
1981
1981
|
}, Pa = ["title"];
|
|
@@ -1986,7 +1986,7 @@ function Va(e, t, n, s, i, l) {
|
|
|
1986
1986
|
class: C(["cmd-tooltip", n.validationStatus]),
|
|
1987
1987
|
ref: "tooltip"
|
|
1988
1988
|
}, [
|
|
1989
|
-
n.cmdHeadline || n.iconClose.show ? (a(), r("div",
|
|
1989
|
+
n.cmdHeadline || n.iconClose.show ? (a(), r("div", Ma, [
|
|
1990
1990
|
n.cmdHeadline ? (a(), v(d, N(L({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
1991
1991
|
n.iconClose.show && n.toggleVisibilityByClick ? (a(), r("a", {
|
|
1992
1992
|
key: 1,
|
|
@@ -2001,11 +2001,11 @@ function Va(e, t, n, s, i, l) {
|
|
|
2001
2001
|
], 8, Pa)) : m("", !0)
|
|
2002
2002
|
])) : m("", !0),
|
|
2003
2003
|
V(e.$slots, "default", {}, () => [
|
|
2004
|
-
|
|
2004
|
+
M(y(n.tooltipText), 1)
|
|
2005
2005
|
])
|
|
2006
2006
|
], 2)) : m("", !0);
|
|
2007
2007
|
}
|
|
2008
|
-
const Pi = /* @__PURE__ */ P(
|
|
2008
|
+
const Pi = /* @__PURE__ */ P(Fa, [["render", Va]]), ce = {
|
|
2009
2009
|
props: {
|
|
2010
2010
|
/**
|
|
2011
2011
|
* Message properties for internationalization.
|
|
@@ -2162,10 +2162,10 @@ function ja(e, t, n, s, i, l) {
|
|
|
2162
2162
|
"headline-level": n.cmdHeadline.headlineLevel
|
|
2163
2163
|
}, {
|
|
2164
2164
|
default: k(() => [
|
|
2165
|
-
|
|
2165
|
+
M(y(l.headlineRequirements), 1),
|
|
2166
2166
|
n.labelText ? (a(), r(O, { key: 0 }, [
|
|
2167
2167
|
t[1] || (t[1] = o("br", null, null, -1)),
|
|
2168
|
-
|
|
2168
|
+
M('"' + y(n.labelText) + '"', 1)
|
|
2169
2169
|
], 64)) : m("", !0)
|
|
2170
2170
|
]),
|
|
2171
2171
|
_: 1
|
|
@@ -3179,7 +3179,7 @@ const xn = {
|
|
|
3179
3179
|
class: "inner-input-wrapper flex-container no-gap"
|
|
3180
3180
|
}, Os = ["id", "maxlength", "value"], Ls = ["title"], Is = ["title"], Bs = { key: 1 };
|
|
3181
3181
|
function Ds(e, t, n, s, i, l) {
|
|
3182
|
-
var c, f, g, h, w, x, _, T, D, B, H,
|
|
3182
|
+
var c, f, g, h, w, x, _, T, D, B, H, F, U, G, E, R, W, Q, Z, le, me, ne, ie, se, pe, fe, X, he;
|
|
3183
3183
|
const d = K, u = gn;
|
|
3184
3184
|
return n.element === "input" || n.element === "select" || n.element === "textarea" ? (a(), r("label", {
|
|
3185
3185
|
key: 0,
|
|
@@ -3416,13 +3416,13 @@ function Ds(e, t, n, s, i, l) {
|
|
|
3416
3416
|
}, l.buttonAttrs, {
|
|
3417
3417
|
onClick: t[24] || (t[24] = (...A) => l.submit && l.submit(...A))
|
|
3418
3418
|
}), [
|
|
3419
|
-
(B = (D = n.nativeButton) == null ? void 0 : D.icon) != null && B.show && (((
|
|
3419
|
+
(B = (D = n.nativeButton) == null ? void 0 : D.icon) != null && B.show && (((F = (H = n.nativeButton) == null ? void 0 : H.icon) == null ? void 0 : F.position) === "before" || !((G = (U = n.nativeButton) == null ? void 0 : U.icon) != null && G.position)) ? (a(), v(d, {
|
|
3420
3420
|
key: 0,
|
|
3421
3421
|
iconClass: (R = (E = n.nativeButton) == null ? void 0 : E.icon) == null ? void 0 : R.iconClass,
|
|
3422
3422
|
type: (Q = (W = n.nativeButton) == null ? void 0 : W.icon) == null ? void 0 : Q.iconType
|
|
3423
3423
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
3424
3424
|
(Z = n.nativeButton) != null && Z.icon && ((le = n.nativeButton) != null && le.text) ? (a(), r("span", Bs, y(n.nativeButton.text), 1)) : (a(), r(O, { key: 2 }, [
|
|
3425
|
-
|
|
3425
|
+
M(y(n.nativeButton.text), 1)
|
|
3426
3426
|
], 64)),
|
|
3427
3427
|
(ne = (me = n.nativeButton) == null ? void 0 : me.icon) != null && ne.show && ((se = (ie = n.nativeButton) == null ? void 0 : ie.icon) == null ? void 0 : se.position) === "after" ? (a(), v(d, {
|
|
3428
3428
|
key: 3,
|
|
@@ -3431,7 +3431,7 @@ function Ds(e, t, n, s, i, l) {
|
|
|
3431
3431
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
|
3432
3432
|
], 16)) : m("", !0);
|
|
3433
3433
|
}
|
|
3434
|
-
const te = /* @__PURE__ */ P($a, [["render", Ds]]),
|
|
3434
|
+
const te = /* @__PURE__ */ P($a, [["render", Ds]]), Fs = {
|
|
3435
3435
|
name: "CmdAddressDataItem",
|
|
3436
3436
|
mixins: [ae],
|
|
3437
3437
|
data() {
|
|
@@ -3541,7 +3541,7 @@ const te = /* @__PURE__ */ P($a, [["render", Ds]]), Ms = {
|
|
|
3541
3541
|
deep: !0
|
|
3542
3542
|
}
|
|
3543
3543
|
}
|
|
3544
|
-
},
|
|
3544
|
+
}, Ms = ["id"], Ps = { key: 1 }, Vs = ["href", "target", "title", "data-type"], As = ["innerHTML"], Es = { key: 1 }, Hs = ["href", "title"], qs = { class: "street-address" }, Rs = {
|
|
3545
3545
|
key: 0,
|
|
3546
3546
|
class: "postal-code"
|
|
3547
3547
|
}, js = {
|
|
@@ -3574,7 +3574,7 @@ function Ys(e, t, n, s, i, l) {
|
|
|
3574
3574
|
tooltip: n.addressEntry.labelText
|
|
3575
3575
|
}, null, 8, ["iconClass", "type", "tooltip"])) : m("", !0),
|
|
3576
3576
|
n.showLabelTexts ? (a(), r("span", Ps, y(n.addressEntry.labelText), 1)) : m("", !0)
|
|
3577
|
-
], 10,
|
|
3577
|
+
], 10, Ms),
|
|
3578
3578
|
n.addressEntry.name !== "address" && (n.addressEntry.data || n.addressEntry.href) ? (a(), r("dd", {
|
|
3579
3579
|
key: 0,
|
|
3580
3580
|
class: C(l.vCardClass(n.addressEntry))
|
|
@@ -3618,9 +3618,9 @@ function Ys(e, t, n, s, i, l) {
|
|
|
3618
3618
|
}, [
|
|
3619
3619
|
n.addressEntry.zip ? (a(), r("span", Rs, y(n.addressEntry.zip), 1)) : m("", !0),
|
|
3620
3620
|
n.addressEntry.city ? (a(), r("span", js, [
|
|
3621
|
-
|
|
3621
|
+
M(y(n.addressEntry.city), 1),
|
|
3622
3622
|
n.addressEntry.state ? (a(), r(O, { key: 0 }, [
|
|
3623
|
-
|
|
3623
|
+
M(y(n.addressEntry.state), 1)
|
|
3624
3624
|
], 64)) : m("", !0)
|
|
3625
3625
|
])) : m("", !0)
|
|
3626
3626
|
], 2)) : m("", !0),
|
|
@@ -3696,9 +3696,9 @@ function Ys(e, t, n, s, i, l) {
|
|
|
3696
3696
|
}, [
|
|
3697
3697
|
n.addressEntry.zip ? (a(), r("span", Ws, y(n.addressEntry.zip), 1)) : m("", !0),
|
|
3698
3698
|
n.addressEntry.city ? (a(), r("span", Gs, [
|
|
3699
|
-
|
|
3699
|
+
M(y(n.addressEntry.city), 1),
|
|
3700
3700
|
n.addressEntry.state ? (a(), r(O, { key: 0 }, [
|
|
3701
|
-
|
|
3701
|
+
M(" " + y(n.addressEntry.state), 1)
|
|
3702
3702
|
], 64)) : m("", !0)
|
|
3703
3703
|
])) : m("", !0)
|
|
3704
3704
|
], 2)) : m("", !0),
|
|
@@ -3713,7 +3713,7 @@ function Ys(e, t, n, s, i, l) {
|
|
|
3713
3713
|
])) : m("", !0)
|
|
3714
3714
|
], 64);
|
|
3715
3715
|
}
|
|
3716
|
-
const Js = /* @__PURE__ */ P(
|
|
3716
|
+
const Js = /* @__PURE__ */ P(Fs, [["render", Ys]]), Zs = {
|
|
3717
3717
|
name: "CmdAddressData",
|
|
3718
3718
|
mixins: [ae],
|
|
3719
3719
|
props: {
|
|
@@ -3809,7 +3809,7 @@ const Js = /* @__PURE__ */ P(Ms, [["render", Ys]]), Zs = {
|
|
|
3809
3809
|
methods: {
|
|
3810
3810
|
onAddItem() {
|
|
3811
3811
|
this.editModeContext.content.addContent(
|
|
3812
|
-
|
|
3812
|
+
Me(this, "props", "addressData", -1),
|
|
3813
3813
|
this.itemProvider
|
|
3814
3814
|
);
|
|
3815
3815
|
},
|
|
@@ -3929,7 +3929,7 @@ function ur(e, t, n, s, i, l) {
|
|
|
3929
3929
|
type: h.iconType
|
|
3930
3930
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
|
3931
3931
|
], 64)) : (a(), r(O, { key: 1 }, [
|
|
3932
|
-
|
|
3932
|
+
M(y(h.href), 1)
|
|
3933
3933
|
], 64))
|
|
3934
3934
|
], 10, $s)) : n.showIconsOnly ? m("", !0) : (a(), r("span", {
|
|
3935
3935
|
key: 1,
|
|
@@ -3959,9 +3959,9 @@ function ur(e, t, n, s, i, l) {
|
|
|
3959
3959
|
}, [
|
|
3960
3960
|
h.zip ? (a(), r("span", ir, y(h.zip) + " ", 1)) : m("", !0),
|
|
3961
3961
|
h.city ? (a(), r("span", lr, [
|
|
3962
|
-
|
|
3962
|
+
M(y(h.city), 1),
|
|
3963
3963
|
h.state ? (a(), r(O, { key: 0 }, [
|
|
3964
|
-
|
|
3964
|
+
M(y(h.state), 1)
|
|
3965
3965
|
], 64)) : m("", !0)
|
|
3966
3966
|
])) : m("", !0),
|
|
3967
3967
|
t[3] || (t[3] = o("br", null, null, -1))
|
|
@@ -3988,9 +3988,9 @@ function ur(e, t, n, s, i, l) {
|
|
|
3988
3988
|
}, [
|
|
3989
3989
|
h.zip ? (a(), r("span", sr, y(h.zip) + " ", 1)) : m("", !0),
|
|
3990
3990
|
h.city ? (a(), r("span", rr, [
|
|
3991
|
-
|
|
3991
|
+
M(y(h.city), 1),
|
|
3992
3992
|
h.state ? (a(), r(O, { key: 0 }, [
|
|
3993
|
-
|
|
3993
|
+
M(y(h.state), 1)
|
|
3994
3994
|
], 64)) : m("", !0)
|
|
3995
3995
|
])) : m("", !0),
|
|
3996
3996
|
t[7] || (t[7] = o("br", null, null, -1))
|
|
@@ -4087,7 +4087,7 @@ const Ai = /* @__PURE__ */ P(Zs, [["render", ur]]), cr = {
|
|
|
4087
4087
|
}, mr = ["title"];
|
|
4088
4088
|
function pr(e, t, n, s, i, l) {
|
|
4089
4089
|
const d = K;
|
|
4090
|
-
return a(), v(
|
|
4090
|
+
return a(), v(Fe, { name: n.transition }, {
|
|
4091
4091
|
default: k(() => [
|
|
4092
4092
|
l.show ? (a(), r("a", {
|
|
4093
4093
|
key: 0,
|
|
@@ -4419,7 +4419,7 @@ const vr = /* @__PURE__ */ P(hr, [["render", Cr]]), kr = {
|
|
|
4419
4419
|
key: 1,
|
|
4420
4420
|
class: "flex-container flex-none"
|
|
4421
4421
|
};
|
|
4422
|
-
function
|
|
4422
|
+
function Fr(e, t, n, s, i, l) {
|
|
4423
4423
|
const d = K, u = gn;
|
|
4424
4424
|
return a(), r("div", {
|
|
4425
4425
|
class: C([
|
|
@@ -4437,7 +4437,7 @@ function Mr(e, t, n, s, i, l) {
|
|
|
4437
4437
|
}, [
|
|
4438
4438
|
$(o("span", Tr, [
|
|
4439
4439
|
o("span", { id: e.htmlId }, [
|
|
4440
|
-
|
|
4440
|
+
M(y(n.labelText), 1),
|
|
4441
4441
|
n.required ? (a(), r("sup", _r, "*")) : m("", !0)
|
|
4442
4442
|
], 8, Sr),
|
|
4443
4443
|
(n.required || e.inputRequirements.length > 0) && n.showStatusIcon ? (a(), r("a", {
|
|
@@ -4500,7 +4500,7 @@ function Mr(e, t, n, s, i, l) {
|
|
|
4500
4500
|
], 2))
|
|
4501
4501
|
], 10, wr);
|
|
4502
4502
|
}
|
|
4503
|
-
const Cn = /* @__PURE__ */ P(kr, [["render",
|
|
4503
|
+
const Cn = /* @__PURE__ */ P(kr, [["render", Fr]]), Mr = {
|
|
4504
4504
|
name: "CmdSystemMessage",
|
|
4505
4505
|
mixins: [Ot],
|
|
4506
4506
|
data() {
|
|
@@ -4604,7 +4604,7 @@ const Cn = /* @__PURE__ */ P(kr, [["render", Mr]]), Fr = {
|
|
|
4604
4604
|
}, Pr = ["role", "aria-labelledby"], Vr = ["title"];
|
|
4605
4605
|
function Ar(e, t, n, s, i, l) {
|
|
4606
4606
|
const d = J, u = K;
|
|
4607
|
-
return a(), v(
|
|
4607
|
+
return a(), v(Fe, { name: n.transition }, {
|
|
4608
4608
|
default: k(() => [
|
|
4609
4609
|
i.showSystemMessage ? (a(), r("div", {
|
|
4610
4610
|
key: 0,
|
|
@@ -4638,7 +4638,7 @@ function Ar(e, t, n, s, i, l) {
|
|
|
4638
4638
|
_: 3
|
|
4639
4639
|
}, 8, ["name"]);
|
|
4640
4640
|
}
|
|
4641
|
-
const Re = /* @__PURE__ */ P(
|
|
4641
|
+
const Re = /* @__PURE__ */ P(Mr, [["render", Ar]]), Er = {
|
|
4642
4642
|
name: "CmdForm",
|
|
4643
4643
|
components: { CmdSystemMessage: Re },
|
|
4644
4644
|
emits: ["submit"],
|
|
@@ -4745,6 +4745,11 @@ const Re = /* @__PURE__ */ P(Fr, [["render", Ar]]), Er = {
|
|
|
4745
4745
|
required: !1
|
|
4746
4746
|
}
|
|
4747
4747
|
},
|
|
4748
|
+
mounted() {
|
|
4749
|
+
var t;
|
|
4750
|
+
const e = (t = this.formElements) == null ? void 0 : t.filter((n) => n.required === !0).map((n) => n.name);
|
|
4751
|
+
this.formElementsWithError.push(e);
|
|
4752
|
+
},
|
|
4748
4753
|
computed: {
|
|
4749
4754
|
legendOptions() {
|
|
4750
4755
|
return {
|
|
@@ -4780,7 +4785,7 @@ const Re = /* @__PURE__ */ P(Fr, [["render", Ar]]), Er = {
|
|
|
4780
4785
|
},
|
|
4781
4786
|
methods: {
|
|
4782
4787
|
formElementHasError(e, t) {
|
|
4783
|
-
e === "error" && !this.formElementsWithError.includes(t) ? this.formElementsWithError.push(t) : e === "success" && this.formElementsWithError.includes(t) && (this.formElementsWithError = this.formElementsWithError.filter((n) => n !== t)), this.$emit("validation-status-change", this.formElementsWithError.length ? "error" : "success");
|
|
4788
|
+
e === "error" && !this.formElementsWithError.includes(t) ? this.formElementsWithError.push(t) : e === "success" && this.formElementsWithError.includes(t) && (this.formElementsWithError = this.formElementsWithError.filter((n) => n !== t)), console.log("event in CmdForm", e), console.log("itemName in CmdForm", t), this.$emit("validation-status-change", this.formElementsWithError.length ? "error" : "success");
|
|
4784
4789
|
},
|
|
4785
4790
|
createHtmlId: Vi,
|
|
4786
4791
|
showMessage(e, t) {
|
|
@@ -4921,7 +4926,7 @@ function Qr(e, t, n, s, i, l) {
|
|
|
4921
4926
|
l.submitButtonOptions.show && (l.submitButtonOptions.position === "insideFieldset" || l.submitButtonOptions.position === null) ? (a(), r("div", jr, [
|
|
4922
4927
|
n.mandatoryText ? (a(), r("small", Nr, [
|
|
4923
4928
|
t[3] || (t[3] = o("sup", null, "*", -1)),
|
|
4924
|
-
|
|
4929
|
+
M(y(n.mandatoryText), 1)
|
|
4925
4930
|
])) : m("", !0),
|
|
4926
4931
|
l.cancelButtonOptions !== void 0 ? (a(), r("button", {
|
|
4927
4932
|
key: 1,
|
|
@@ -4950,7 +4955,7 @@ function Qr(e, t, n, s, i, l) {
|
|
|
4950
4955
|
l.submitButtonOptions.show && l.submitButtonOptions.position === "belowFieldset" ? (a(), r("div", Gr, [
|
|
4951
4956
|
n.mandatoryText ? (a(), r("small", Kr, [
|
|
4952
4957
|
t[4] || (t[4] = o("sup", null, "*", -1)),
|
|
4953
|
-
|
|
4958
|
+
M(y(n.mandatoryText), 1)
|
|
4954
4959
|
])) : m("", !0),
|
|
4955
4960
|
l.cancelButtonOptions.show ? (a(), r("button", {
|
|
4956
4961
|
key: 1,
|
|
@@ -5288,7 +5293,7 @@ const $r = {
|
|
|
5288
5293
|
}
|
|
5289
5294
|
}, ed = ["innerHTML"], td = ["src", "alt", "title"], nd = ["src", "alt", "title"], id = ["innerHTML"], ld = ["innerHTML"], od = ["src", "alt", "title", "loading"], ad = ["innerHTML"], sd = ["src", "alt", "title", "loading"];
|
|
5290
5295
|
function rd(e, t, n, s, i, l) {
|
|
5291
|
-
var c, f, g, h, w, x, _, T, D, B, H,
|
|
5296
|
+
var c, f, g, h, w, x, _, T, D, B, H, F, U, G, E;
|
|
5292
5297
|
const d = te, u = qe;
|
|
5293
5298
|
return e.editModeContext ? (a(), v(u, {
|
|
5294
5299
|
key: 0,
|
|
@@ -5400,7 +5405,7 @@ function rd(e, t, n, s, i, l) {
|
|
|
5400
5405
|
}, null, 40, od),
|
|
5401
5406
|
((D = n.figcaption) == null ? void 0 : D.position) !== "top" && ((B = n.figcaption) != null && B.text) && ((H = n.figcaption) != null && H.show) ? (a(), r("figcaption", {
|
|
5402
5407
|
key: 1,
|
|
5403
|
-
innerHTML: (
|
|
5408
|
+
innerHTML: (F = n.figcaption) == null ? void 0 : F.text
|
|
5404
5409
|
}, null, 8, ad)) : m("", !0)
|
|
5405
5410
|
], 2)) : (a(), r("img", {
|
|
5406
5411
|
key: 2,
|
|
@@ -5690,7 +5695,7 @@ const Lt = /* @__PURE__ */ P(ud, [["render", md]]), pd = {
|
|
|
5690
5695
|
},
|
|
5691
5696
|
onAddItem() {
|
|
5692
5697
|
this.editModeContext.content.addContent(
|
|
5693
|
-
|
|
5698
|
+
Me(this, "props", "thumbnailScrollerItems", -1),
|
|
5694
5699
|
this.itemProvider
|
|
5695
5700
|
);
|
|
5696
5701
|
},
|
|
@@ -6127,15 +6132,15 @@ const vd = qi, kd = ["aria-label"], wd = { class: "flex-container" }, Td = {
|
|
|
6127
6132
|
}, Dd = {
|
|
6128
6133
|
key: 3,
|
|
6129
6134
|
class: "content"
|
|
6130
|
-
},
|
|
6135
|
+
}, Fd = {
|
|
6131
6136
|
key: 4,
|
|
6132
6137
|
class: "content"
|
|
6133
|
-
},
|
|
6138
|
+
}, Md = {
|
|
6134
6139
|
key: 0,
|
|
6135
6140
|
class: "flex-container flex-items-flex-none"
|
|
6136
6141
|
}, Pd = ["title"], Vd = { key: 1 }, Ad = ["title"], Ed = { key: 1 };
|
|
6137
6142
|
function Hd(e, t, n, s, i, l) {
|
|
6138
|
-
var h, w, x, _, T, D, B, H,
|
|
6143
|
+
var h, w, x, _, T, D, B, H, F, U, G, E, R, W, Q, Z, le, me, ne, ie, se, pe, fe, X, he, A, re, xe, Te, Oe, Ve;
|
|
6139
6144
|
const d = J, u = K, c = ke, f = Lt, g = Hi;
|
|
6140
6145
|
return a(), r("dialog", {
|
|
6141
6146
|
ref: "dialog",
|
|
@@ -6162,7 +6167,7 @@ function Hd(e, t, n, s, i, l) {
|
|
|
6162
6167
|
key: 1,
|
|
6163
6168
|
href: "#",
|
|
6164
6169
|
class: "button print-grayscale",
|
|
6165
|
-
title: (
|
|
6170
|
+
title: (F = e.fancyBoxOptionsProperties.printButtons.grayscale) == null ? void 0 : F.tooltip,
|
|
6166
6171
|
onClick: t[1] || (t[1] = S((de) => e.printPage("grayscale"), ["prevent"]))
|
|
6167
6172
|
}, [
|
|
6168
6173
|
p(u, {
|
|
@@ -6209,11 +6214,11 @@ function Hd(e, t, n, s, i, l) {
|
|
|
6209
6214
|
p(f, {
|
|
6210
6215
|
onClick: S(e.showNextItem, ["prevent"])
|
|
6211
6216
|
}, null, 8, ["onClick"])
|
|
6212
|
-
])) : (a(), r("div",
|
|
6217
|
+
])) : (a(), r("div", Fd, [
|
|
6213
6218
|
V(e.$slots, "default")
|
|
6214
6219
|
]))
|
|
6215
6220
|
], 2),
|
|
6216
|
-
e.showSubmitButtons && e.fancyBoxOptionsProperties.submitButtons ? (a(), r("footer",
|
|
6221
|
+
e.showSubmitButtons && e.fancyBoxOptionsProperties.submitButtons ? (a(), r("footer", Md, [
|
|
6217
6222
|
(me = e.fancyBoxOptionsProperties.submitButtons) != null && me.cancel ? (a(), r("button", {
|
|
6218
6223
|
key: 0,
|
|
6219
6224
|
onClick: t[3] || (t[3] = (...de) => e.cancel && e.cancel(...de)),
|
|
@@ -6568,7 +6573,7 @@ function Kd(e, t, n, s, i, l) {
|
|
|
6568
6573
|
class: "flex-container flex-direction-column"
|
|
6569
6574
|
}), {
|
|
6570
6575
|
default: k(() => {
|
|
6571
|
-
var f, g, h, w, x, _, T, D, B, H,
|
|
6576
|
+
var f, g, h, w, x, _, T, D, B, H, F, U, G, E, R, W, Q, Z, le, me, ne, ie, se, pe, fe, X, he, A, re, xe, Te, Oe, Ve, de, st, rt, dt, ut, je, Ke, ct;
|
|
6572
6577
|
return [
|
|
6573
6578
|
n.configuration.salutation ? (a(), r("div", Nd, [
|
|
6574
6579
|
p(u, {
|
|
@@ -6630,7 +6635,7 @@ function Kd(e, t, n, s, i, l) {
|
|
|
6630
6635
|
n.configuration.email ? (a(), v(u, {
|
|
6631
6636
|
key: 0,
|
|
6632
6637
|
element: "input",
|
|
6633
|
-
type: ((
|
|
6638
|
+
type: ((F = n.configuration.email) == null ? void 0 : F.type) || "email",
|
|
6634
6639
|
iconClass: "icon-mail",
|
|
6635
6640
|
labelText: e.getMessage("basic_form.labeltext.email"),
|
|
6636
6641
|
placeholder: e.getMessage("basic_form.placeholder.email"),
|
|
@@ -6814,7 +6819,7 @@ const Ri = /* @__PURE__ */ P(Rd, [["render", Kd]]), Yd = {
|
|
|
6814
6819
|
}
|
|
6815
6820
|
}, Jd = ["src", "alt"], Zd = ["title"], Qd = { key: 2 }, Xd = ["title"], $d = ["src", "alt"];
|
|
6816
6821
|
function eu(e, t, n, s, i, l) {
|
|
6817
|
-
var d, u, c, f, g, h, w, x, _, T, D, B, H,
|
|
6822
|
+
var d, u, c, f, g, h, w, x, _, T, D, B, H, F, U, G, E, R, W, Q, Z, le;
|
|
6818
6823
|
return a(), r(O, null, [
|
|
6819
6824
|
(d = n.image) != null && d.src && (((u = n.image) == null ? void 0 : u.position) === "left" || ((c = n.image) == null ? void 0 : c.position) === "top" || !((f = n.image) != null && f.position)) ? (a(), r("img", {
|
|
6820
6825
|
key: 0,
|
|
@@ -6827,7 +6832,7 @@ function eu(e, t, n, s, i, l) {
|
|
|
6827
6832
|
title: (B = n.icon) == null ? void 0 : B.tooltip
|
|
6828
6833
|
}, null, 10, Zd)) : m("", !0),
|
|
6829
6834
|
n.text ? (a(), r("span", Qd, y(n.text), 1)) : m("", !0),
|
|
6830
|
-
(H = n.icon) != null && H.iconClass && (((
|
|
6835
|
+
(H = n.icon) != null && H.iconClass && (((F = n.icon) == null ? void 0 : F.position) === "right" || ((U = n.icon) == null ? void 0 : U.position) === "bottom") ? (a(), r("span", {
|
|
6831
6836
|
key: 3,
|
|
6832
6837
|
class: C((G = n.icon) == null ? void 0 : G.iconClass),
|
|
6833
6838
|
title: (E = n.icon) == null ? void 0 : E.tooltip
|
|
@@ -7126,7 +7131,7 @@ const ji = /* @__PURE__ */ P(au, [["render", su]]), ru = {
|
|
|
7126
7131
|
class: "input-wrapper"
|
|
7127
7132
|
};
|
|
7128
7133
|
function mu(e, t, n, s, i, l) {
|
|
7129
|
-
var f, g, h, w, x, _, T, D, B, H,
|
|
7134
|
+
var f, g, h, w, x, _, T, D, B, H, F, U, G;
|
|
7130
7135
|
const d = Pe, u = _e("CmdListOfLinksItem", !0), c = te;
|
|
7131
7136
|
return e.editing ? (a(), r("div", cu, [
|
|
7132
7137
|
p(c, {
|
|
@@ -7152,7 +7157,7 @@ function mu(e, t, n, s, i, l) {
|
|
|
7152
7157
|
styleAsBox: (H = n.link) == null ? void 0 : H.styleAsBox,
|
|
7153
7158
|
onClick: t[0] || (t[0] = (E) => l.emitClick(E, n.link))
|
|
7154
7159
|
}, null, 8, ["linkType", "text", "path", "target", "icon", "fancybox", "tooltip", "styleAsButton", "primaryButton", "styleAsBox"]),
|
|
7155
|
-
(U = (
|
|
7160
|
+
(U = (F = n.link) == null ? void 0 : F.children) != null && U.length ? (a(), r("ul", uu, [
|
|
7156
7161
|
(a(!0), r(O, null, q((G = n.link) == null ? void 0 : G.children, (E, R) => (a(), v(u, {
|
|
7157
7162
|
key: R,
|
|
7158
7163
|
link: E
|
|
@@ -7356,7 +7361,7 @@ const pu = /* @__PURE__ */ P(ru, [["render", mu]]), fu = {
|
|
|
7356
7361
|
},
|
|
7357
7362
|
onAddItem() {
|
|
7358
7363
|
this.editModeContext.content.addContent(
|
|
7359
|
-
|
|
7364
|
+
Me(this, "props", "links", -1),
|
|
7360
7365
|
this.itemProvider
|
|
7361
7366
|
);
|
|
7362
7367
|
},
|
|
@@ -7393,7 +7398,7 @@ const pu = /* @__PURE__ */ P(ru, [["render", mu]]), fu = {
|
|
|
7393
7398
|
}, hu = { key: 1 }, gu = ["href"], yu = { key: 2 }, bu = { key: 0 }, xu = { key: 1 }, Cu = { key: 1 }, vu = { key: 1 };
|
|
7394
7399
|
function ku(e, t, n, s, i, l) {
|
|
7395
7400
|
const d = J, u = pu, c = qe, f = ke, g = ji, h = K, w = Pe;
|
|
7396
|
-
return a(), v(
|
|
7401
|
+
return a(), v(Fe, { name: n.transition }, {
|
|
7397
7402
|
default: k(() => {
|
|
7398
7403
|
var x;
|
|
7399
7404
|
return [
|
|
@@ -7479,21 +7484,21 @@ function ku(e, t, n, s, i, l) {
|
|
|
7479
7484
|
_: 3
|
|
7480
7485
|
}, 8, ["class"])) : (a(), r("dl", yu, [
|
|
7481
7486
|
(a(!0), r(O, null, q(n.items, (_, T) => {
|
|
7482
|
-
var D, B, H,
|
|
7487
|
+
var D, B, H, F, U, G, E, R;
|
|
7483
7488
|
return a(), r(O, { key: T }, [
|
|
7484
7489
|
n.alignDescriptionTermRight ? m("", !0) : (a(), r("dt", bu, [
|
|
7485
7490
|
(B = (D = _.descriptionTerm) == null ? void 0 : D.cmdIcon) != null && B.iconClass ? (a(), v(h, L({
|
|
7486
7491
|
key: 0,
|
|
7487
7492
|
ref_for: !0
|
|
7488
7493
|
}, _.descriptionTerm.cmdIcon), null, 16)) : m("", !0),
|
|
7489
|
-
(H = _.descriptionTerm) != null && H.text ? (a(), r("span", xu, y((
|
|
7494
|
+
(H = _.descriptionTerm) != null && H.text ? (a(), r("span", xu, y((F = _.descriptionTerm) == null ? void 0 : F.text), 1)) : m("", !0)
|
|
7490
7495
|
])),
|
|
7491
7496
|
o("dd", null, [
|
|
7492
7497
|
_.descriptionData.cmdLink !== void 0 ? (a(), v(w, L({
|
|
7493
7498
|
key: 0,
|
|
7494
7499
|
ref_for: !0
|
|
7495
7500
|
}, _.descriptionData.cmdLink), null, 16)) : (a(), r(O, { key: 1 }, [
|
|
7496
|
-
|
|
7501
|
+
M(y(_.descriptionData.text), 1)
|
|
7497
7502
|
], 64))
|
|
7498
7503
|
]),
|
|
7499
7504
|
n.alignDescriptionTermRight ? (a(), r("dt", Cu, [
|
|
@@ -7866,10 +7871,10 @@ const Su = ["title"], _u = {
|
|
|
7866
7871
|
}, Bu = ["innerHTML"], Du = {
|
|
7867
7872
|
key: 2,
|
|
7868
7873
|
class: "box-footer"
|
|
7869
|
-
},
|
|
7874
|
+
}, Fu = {
|
|
7870
7875
|
key: 3,
|
|
7871
7876
|
class: "box-footer"
|
|
7872
|
-
},
|
|
7877
|
+
}, Mu = { class: "box-header flex-container vertical" }, Pu = {
|
|
7873
7878
|
key: 1,
|
|
7874
7879
|
class: "ribbon-new"
|
|
7875
7880
|
}, Vu = {
|
|
@@ -7904,7 +7909,7 @@ const Su = ["title"], _u = {
|
|
|
7904
7909
|
class: "box-footer"
|
|
7905
7910
|
};
|
|
7906
7911
|
function nc(e, t, n, s, i, l) {
|
|
7907
|
-
var h, w, x, _, T, D, B, H,
|
|
7912
|
+
var h, w, x, _, T, D, B, H, F, U, G, E, R;
|
|
7908
7913
|
const d = J, u = K, c = ke, f = Pe, g = vn;
|
|
7909
7914
|
return n.boxType === "content" ? (a(), r("div", {
|
|
7910
7915
|
key: 0,
|
|
@@ -7992,7 +7997,7 @@ function nc(e, t, n, s, i, l) {
|
|
|
7992
7997
|
n.cmdIcon !== void 0 ? (a(), r("div", Iu, [
|
|
7993
7998
|
p(u, N(Be(n.cmdIcon)), null, 16)
|
|
7994
7999
|
])) : m("", !0),
|
|
7995
|
-
(
|
|
8000
|
+
(F = n.cmdHeadline) != null && F.headlineText && n.headlinePosition === "body" ? (a(), v(d, N(L({ key: 1 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
7996
8001
|
n.textBody ? (a(), r("p", {
|
|
7997
8002
|
key: 2,
|
|
7998
8003
|
innerHTML: n.textBody
|
|
@@ -8005,7 +8010,7 @@ function nc(e, t, n, s, i, l) {
|
|
|
8005
8010
|
(U = n.cmdLink) != null && U.linkType ? (a(), r("div", Du, [
|
|
8006
8011
|
p(f, N(Be(n.cmdLink)), null, 16)
|
|
8007
8012
|
])) : m("", !0),
|
|
8008
|
-
(G = n.useSlots) != null && G.includes("footer") ? (a(), r("div",
|
|
8013
|
+
(G = n.useSlots) != null && G.includes("footer") ? (a(), r("div", Fu, [
|
|
8009
8014
|
V(e.$slots, "footer")
|
|
8010
8015
|
])) : m("", !0)
|
|
8011
8016
|
], 2)) : n.boxType === "product" && n.product ? (a(), r("a", {
|
|
@@ -8014,7 +8019,7 @@ function nc(e, t, n, s, i, l) {
|
|
|
8014
8019
|
href: "#",
|
|
8015
8020
|
onClick: t[2] || (t[2] = S((W) => l.clickOnProduct(n.product), ["prevent"]))
|
|
8016
8021
|
}, [
|
|
8017
|
-
o("div",
|
|
8022
|
+
o("div", Mu, [
|
|
8018
8023
|
(E = n.product.image) != null && E.src ? (a(), v(c, N(L({ key: 0 }, { image: { ...n.product.image } })), null, 16)) : m("", !0),
|
|
8019
8024
|
n.product.new ? (a(), r("div", Pu, [
|
|
8020
8025
|
o("span", null, y(e.getMessage("box.productbox.new")), 1)
|
|
@@ -8052,7 +8057,7 @@ function nc(e, t, n, s, i, l) {
|
|
|
8052
8057
|
alt: n.user.image.alt
|
|
8053
8058
|
}, null, 8, Uu),
|
|
8054
8059
|
n.rowView ? m("", !0) : (a(), r("figcaption", zu, [
|
|
8055
|
-
|
|
8060
|
+
M(y(n.user.name) + " ", 1),
|
|
8056
8061
|
n.user.age ? (a(), r("span", Wu, " (" + y(n.user.age) + ") ", 1)) : m("", !0)
|
|
8057
8062
|
]))
|
|
8058
8063
|
])) : (a(), r(O, { key: 1 }, [
|
|
@@ -8064,7 +8069,7 @@ function nc(e, t, n, s, i, l) {
|
|
|
8064
8069
|
}, null, 8, ["iconClass", "type", "title"])
|
|
8065
8070
|
]),
|
|
8066
8071
|
n.rowView ? m("", !0) : (a(), r("p", Ku, [
|
|
8067
|
-
|
|
8072
|
+
M(y(n.user.name) + " ", 1),
|
|
8068
8073
|
n.user.age ? (a(), r("span", Yu, " (" + y(n.user.age) + ") ", 1)) : m("", !0)
|
|
8069
8074
|
]))
|
|
8070
8075
|
], 64))
|
|
@@ -8491,10 +8496,10 @@ function wc(e, t, n, s, i, l) {
|
|
|
8491
8496
|
], 8, xc)) : m("", !0),
|
|
8492
8497
|
n.preformatted ? (a(), r("pre", Cc, [
|
|
8493
8498
|
o("code", vc, [
|
|
8494
|
-
t[1] || (t[1] =
|
|
8499
|
+
t[1] || (t[1] = M(`
|
|
8495
8500
|
`)),
|
|
8496
8501
|
V(e.$slots, "default"),
|
|
8497
|
-
t[2] || (t[2] =
|
|
8502
|
+
t[2] || (t[2] = M(`
|
|
8498
8503
|
`))
|
|
8499
8504
|
], 512)
|
|
8500
8505
|
])) : (a(), r("code", kc, [
|
|
@@ -8728,7 +8733,7 @@ function Dc(e, t, n, s, i, l) {
|
|
|
8728
8733
|
], 2)
|
|
8729
8734
|
]);
|
|
8730
8735
|
}
|
|
8731
|
-
const
|
|
8736
|
+
const Fc = /* @__PURE__ */ P(Ic, [["render", Dc]]), Mc = {
|
|
8732
8737
|
data() {
|
|
8733
8738
|
return {
|
|
8734
8739
|
defaultMessageProperties: {
|
|
@@ -8745,7 +8750,7 @@ const Mc = /* @__PURE__ */ P(Ic, [["render", Dc]]), Fc = {
|
|
|
8745
8750
|
}
|
|
8746
8751
|
}, Pc = {
|
|
8747
8752
|
name: "CmdCookieDisclaimer",
|
|
8748
|
-
mixins: [ce,
|
|
8753
|
+
mixins: [ce, Mc],
|
|
8749
8754
|
data() {
|
|
8750
8755
|
return {
|
|
8751
8756
|
showCookieDisclaimer: !0,
|
|
@@ -8892,7 +8897,7 @@ const Mc = /* @__PURE__ */ P(Ic, [["render", Dc]]), Fc = {
|
|
|
8892
8897
|
}, zc = ["onClick", "title"], Wc = { class: "collapsible-box-body" }, Gc = { key: 0 }, Kc = { key: 1 }, Yc = ["href", "target"], Jc = ["innerHTML"], Zc = { class: "button-wrapper align-center" };
|
|
8893
8898
|
function Qc(e, t, n, s, i, l) {
|
|
8894
8899
|
const d = J, u = te;
|
|
8895
|
-
return a(), v(
|
|
8900
|
+
return a(), v(Fe, { name: n.transition }, {
|
|
8896
8901
|
default: k(() => {
|
|
8897
8902
|
var c, f, g;
|
|
8898
8903
|
return [
|
|
@@ -8944,7 +8949,7 @@ function Qc(e, t, n, s, i, l) {
|
|
|
8944
8949
|
$(o("div", qc, [
|
|
8945
8950
|
x.description ? (a(), r("p", Rc, y(x.description), 1)) : m("", !0),
|
|
8946
8951
|
x.linkDataPrivacy ? (a(), r("p", jc, [
|
|
8947
|
-
|
|
8952
|
+
M(y(x.linkDataPrivacy.label) + " ", 1),
|
|
8948
8953
|
o("a", {
|
|
8949
8954
|
onClick: t[1] || (t[1] = (...T) => l.openDataPrivacy && l.openDataPrivacy(...T)),
|
|
8950
8955
|
href: x.linkDataPrivacy.link,
|
|
@@ -8995,7 +9000,7 @@ function Qc(e, t, n, s, i, l) {
|
|
|
8995
9000
|
$(o("div", Wc, [
|
|
8996
9001
|
x.description ? (a(), r("p", Gc, y(x.description), 1)) : m("", !0),
|
|
8997
9002
|
x.linkDataPrivacy ? (a(), r("p", Kc, [
|
|
8998
|
-
|
|
9003
|
+
M(y(x.linkDataPrivacy.label) + " ", 1),
|
|
8999
9004
|
o("a", {
|
|
9000
9005
|
onClick: t[3] || (t[3] = (...T) => l.openDataPrivacy && l.openDataPrivacy(...T)),
|
|
9001
9006
|
href: x.linkDataPrivacy.link,
|
|
@@ -9361,7 +9366,7 @@ function Sm(e, t, n, s, i, l) {
|
|
|
9361
9366
|
}, [
|
|
9362
9367
|
n.showLabel ? (a(), r("span", am, [
|
|
9363
9368
|
o("span", { id: e.htmlId }, [
|
|
9364
|
-
|
|
9369
|
+
M(y(n.labelText), 1),
|
|
9365
9370
|
e.$attrs.required !== void 0 ? (a(), r("sup", rm, "*")) : m("", !0)
|
|
9366
9371
|
], 8, sm),
|
|
9367
9372
|
(e.$attrs.required || e.inputRequirements.length) && n.showStatusIcon ? (a(), r("a", {
|
|
@@ -9625,14 +9630,14 @@ const Bm = /* @__PURE__ */ P(_m, [["render", Im]]), Dm = {
|
|
|
9625
9630
|
deep: !0
|
|
9626
9631
|
}
|
|
9627
9632
|
}
|
|
9628
|
-
},
|
|
9633
|
+
}, Fm = {
|
|
9629
9634
|
key: 0,
|
|
9630
9635
|
class: "cmd-form-filters"
|
|
9631
|
-
},
|
|
9636
|
+
}, Mm = { key: 0 }, Pm = { key: 1 }, Vm = ["onClick", "title"];
|
|
9632
9637
|
function Am(e, t, n, s, i, l) {
|
|
9633
9638
|
const d = K;
|
|
9634
|
-
return i.options.length ? (a(), r("ul",
|
|
9635
|
-
i.options.length > 1 ? (a(), r("li",
|
|
9639
|
+
return i.options.length ? (a(), r("ul", Fm, [
|
|
9640
|
+
i.options.length > 1 ? (a(), r("li", Mm, [
|
|
9636
9641
|
o("a", {
|
|
9637
9642
|
href: "#",
|
|
9638
9643
|
onClick: t[0] || (t[0] = S((...u) => l.deleteAllFilters && l.deleteAllFilters(...u), ["prevent"]))
|
|
@@ -9831,7 +9836,7 @@ const Ji = /* @__PURE__ */ P(qm, [["render", Nm]]), Um = {
|
|
|
9831
9836
|
},
|
|
9832
9837
|
onAddItem() {
|
|
9833
9838
|
this.editModeContext.content.addContent(
|
|
9834
|
-
|
|
9839
|
+
Me(this, "props", "images", -1),
|
|
9835
9840
|
this.itemProvider
|
|
9836
9841
|
);
|
|
9837
9842
|
},
|
|
@@ -10359,7 +10364,7 @@ function gp(e, t, n, s, i, l) {
|
|
|
10359
10364
|
n.enableLoginWithGoogle ? (a(), r("button", {
|
|
10360
10365
|
key: 1,
|
|
10361
10366
|
class: "gsi-material-button stretch-on-small-devices",
|
|
10362
|
-
onClick: t[0] || (t[0] = (...
|
|
10367
|
+
onClick: t[0] || (t[0] = (...F) => l.loginWithGoogle && l.loginWithGoogle(...F))
|
|
10363
10368
|
}, [
|
|
10364
10369
|
t[14] || (t[14] = o("div", { class: "gsi-material-button-state" }, null, -1)),
|
|
10365
10370
|
o("div", np, [
|
|
@@ -10377,7 +10382,7 @@ function gp(e, t, n, s, i, l) {
|
|
|
10377
10382
|
key: 3,
|
|
10378
10383
|
class: "button stretch-on-small-devices"
|
|
10379
10384
|
}, l.buttonLoginWithYourDataDefaultOptions, {
|
|
10380
|
-
onClick: t[1] || (t[1] = S((
|
|
10385
|
+
onClick: t[1] || (t[1] = S((F) => i.showLogin = !0, ["prevent"]))
|
|
10381
10386
|
}), [
|
|
10382
10387
|
(g = l.buttonLoginWithYourDataDefaultOptions.icon) != null && g.iconClass ? (a(), v(u, {
|
|
10383
10388
|
key: 0,
|
|
@@ -10395,17 +10400,17 @@ function gp(e, t, n, s, i, l) {
|
|
|
10395
10400
|
type: "text",
|
|
10396
10401
|
ref: "username",
|
|
10397
10402
|
modelValue: l.username,
|
|
10398
|
-
"onUpdate:modelValue": t[2] || (t[2] = (
|
|
10403
|
+
"onUpdate:modelValue": t[2] || (t[2] = (F) => l.username = F)
|
|
10399
10404
|
}, l.cmdFormElementUsernameOptions, {
|
|
10400
|
-
onValidationStatusChange: t[3] || (t[3] = (
|
|
10405
|
+
onValidationStatusChange: t[3] || (t[3] = (F) => l.checkValidationStatus(F, "username"))
|
|
10401
10406
|
}), null, 16, ["modelValue"]),
|
|
10402
10407
|
p(c, L({
|
|
10403
10408
|
element: "input",
|
|
10404
10409
|
type: "password",
|
|
10405
10410
|
modelValue: l.password,
|
|
10406
|
-
"onUpdate:modelValue": t[4] || (t[4] = (
|
|
10411
|
+
"onUpdate:modelValue": t[4] || (t[4] = (F) => l.password = F)
|
|
10407
10412
|
}, l.cmdFormElementPasswordOptions, {
|
|
10408
|
-
onValidationStatusChange: t[5] || (t[5] = (
|
|
10413
|
+
onValidationStatusChange: t[5] || (t[5] = (F) => l.checkValidationStatus(F, "password"))
|
|
10409
10414
|
}), null, 16, ["modelValue"])
|
|
10410
10415
|
], 2), [
|
|
10411
10416
|
[ye, i.showLogin]
|
|
@@ -10416,7 +10421,7 @@ function gp(e, t, n, s, i, l) {
|
|
|
10416
10421
|
n.linkForgotPassword ? (a(), r("a", {
|
|
10417
10422
|
key: 0,
|
|
10418
10423
|
href: "#",
|
|
10419
|
-
onClick: t[6] || (t[6] = S((...
|
|
10424
|
+
onClick: t[6] || (t[6] = S((...F) => l.toggleSendLoginView && l.toggleSendLoginView(...F), ["prevent"]))
|
|
10420
10425
|
}, [
|
|
10421
10426
|
(h = n.linkForgotPassword.icon) != null && h.show && ((w = n.linkForgotPassword.icon) != null && w.iconClass) ? (a(), v(u, {
|
|
10422
10427
|
key: 0,
|
|
@@ -10443,7 +10448,7 @@ function gp(e, t, n, s, i, l) {
|
|
|
10443
10448
|
type: l.buttonLoginDefaultOptions.type === "submit" ? "submit" : "button"
|
|
10444
10449
|
}, l.buttonLoginOptions, {
|
|
10445
10450
|
class: ["button stretch-on-small-devices", { primary: l.buttonLoginDefaultOptions.primary }],
|
|
10446
|
-
onClick: t[7] || (t[7] = (...
|
|
10451
|
+
onClick: t[7] || (t[7] = (...F) => l.onClick && l.onClick(...F)),
|
|
10447
10452
|
disabled: l.buttonLoginDisabled
|
|
10448
10453
|
}), [
|
|
10449
10454
|
l.buttonLoginDefaultOptions.icon.iconClass ? (a(), v(u, {
|
|
@@ -10467,15 +10472,15 @@ function gp(e, t, n, s, i, l) {
|
|
|
10467
10472
|
ref: "sendPassword",
|
|
10468
10473
|
element: "input",
|
|
10469
10474
|
type: "email",
|
|
10470
|
-
onValidationStatusChange: t[8] || (t[8] = (
|
|
10475
|
+
onValidationStatusChange: t[8] || (t[8] = (F) => l.checkValidationStatus(F, "email")),
|
|
10471
10476
|
modelValue: i.sendLoginMail,
|
|
10472
|
-
"onUpdate:modelValue": t[9] || (t[9] = (
|
|
10477
|
+
"onUpdate:modelValue": t[9] || (t[9] = (F) => i.sendLoginMail = F)
|
|
10473
10478
|
}, l.cmdFormElementSendLoginOptions), null, 16, ["modelValue"]),
|
|
10474
10479
|
V(e.$slots, "send-login"),
|
|
10475
10480
|
o("div", pp, [
|
|
10476
10481
|
o("a", {
|
|
10477
10482
|
href: "#",
|
|
10478
|
-
onClick: t[10] || (t[10] = S((...
|
|
10483
|
+
onClick: t[10] || (t[10] = S((...F) => l.toggleSendLoginView && l.toggleSendLoginView(...F), ["prevent"]))
|
|
10479
10484
|
}, [
|
|
10480
10485
|
n.linkBackToLogin.icon && n.linkBackToLogin.icon.show && n.linkBackToLogin.icon.iconClass ? (a(), v(u, {
|
|
10481
10486
|
key: 0,
|
|
@@ -10784,7 +10789,7 @@ function Dp(e, t, n, s, i, l) {
|
|
|
10784
10789
|
href: B.path,
|
|
10785
10790
|
title: B.tooltip,
|
|
10786
10791
|
target: B.target,
|
|
10787
|
-
onClick: (
|
|
10792
|
+
onClick: (F) => l.executeLink(F, B)
|
|
10788
10793
|
}, [
|
|
10789
10794
|
B.iconClass ? (a(), v(d, {
|
|
10790
10795
|
key: 0,
|
|
@@ -10843,7 +10848,7 @@ function Dp(e, t, n, s, i, l) {
|
|
|
10843
10848
|
])) : m("", !0)
|
|
10844
10849
|
], 2);
|
|
10845
10850
|
}
|
|
10846
|
-
const Zi = /* @__PURE__ */ P(bp, [["render", Dp]]),
|
|
10851
|
+
const Zi = /* @__PURE__ */ P(bp, [["render", Dp]]), Fp = {
|
|
10847
10852
|
data() {
|
|
10848
10853
|
return {
|
|
10849
10854
|
defaultMessageProperties: {
|
|
@@ -10852,11 +10857,11 @@ const Zi = /* @__PURE__ */ P(bp, [["render", Dp]]), Mp = {
|
|
|
10852
10857
|
}
|
|
10853
10858
|
};
|
|
10854
10859
|
}
|
|
10855
|
-
},
|
|
10860
|
+
}, Mp = {
|
|
10856
10861
|
name: "CmdPagination",
|
|
10857
10862
|
mixins: [
|
|
10858
10863
|
ce,
|
|
10859
|
-
|
|
10864
|
+
Fp
|
|
10860
10865
|
],
|
|
10861
10866
|
emits: ["click"],
|
|
10862
10867
|
data() {
|
|
@@ -11005,7 +11010,7 @@ function Np(e, t, n, s, i, l) {
|
|
|
11005
11010
|
])
|
|
11006
11011
|
]);
|
|
11007
11012
|
}
|
|
11008
|
-
const Qi = /* @__PURE__ */ P(
|
|
11013
|
+
const Qi = /* @__PURE__ */ P(Mp, [["render", Np]]), Up = {
|
|
11009
11014
|
emits: ["click"],
|
|
11010
11015
|
name: "CmdMultistepFormProgressBar",
|
|
11011
11016
|
data() {
|
|
@@ -11161,7 +11166,8 @@ const Xi = /* @__PURE__ */ P(Up, [["render", Gp]]), Kp = {
|
|
|
11161
11166
|
data() {
|
|
11162
11167
|
return {
|
|
11163
11168
|
currentPage: 1,
|
|
11164
|
-
|
|
11169
|
+
statusForPages: [],
|
|
11170
|
+
inputMade: !1
|
|
11165
11171
|
};
|
|
11166
11172
|
},
|
|
11167
11173
|
props: {
|
|
@@ -11209,19 +11215,17 @@ const Xi = /* @__PURE__ */ P(Up, [["render", Gp]]), Kp = {
|
|
|
11209
11215
|
}
|
|
11210
11216
|
}
|
|
11211
11217
|
},
|
|
11212
|
-
mounted() {
|
|
11213
|
-
console.log("slots:", this.$slots);
|
|
11214
|
-
},
|
|
11215
11218
|
methods: {
|
|
11216
11219
|
getSystemMessage(e) {
|
|
11217
|
-
return this.
|
|
11220
|
+
return this.statusForPages.find((n) => n.page === e).message;
|
|
11218
11221
|
},
|
|
11219
11222
|
setErrorOnPage(e, t) {
|
|
11220
|
-
this.
|
|
11223
|
+
const n = this.statusForPages.some((s) => s.page === e);
|
|
11224
|
+
this.inputMade = !0, n || this.statusForPages.push({ page: e, message: t });
|
|
11221
11225
|
},
|
|
11222
11226
|
removeErrorOnPage(e) {
|
|
11223
|
-
const t = this.
|
|
11224
|
-
t !== -1 && this.
|
|
11227
|
+
const t = this.statusForPages.findIndex((n) => n.page === e);
|
|
11228
|
+
this.inputMade = !0, t !== -1 && this.statusForPages.splice(t, 1);
|
|
11225
11229
|
},
|
|
11226
11230
|
setCurrentPage(e) {
|
|
11227
11231
|
this.currentPage = e;
|
|
@@ -11234,12 +11238,15 @@ const Xi = /* @__PURE__ */ P(Up, [["render", Gp]]), Kp = {
|
|
|
11234
11238
|
}
|
|
11235
11239
|
},
|
|
11236
11240
|
computed: {
|
|
11241
|
+
atleastOnePageWithError() {
|
|
11242
|
+
return this.statusForPages.length > 0 || !this.inputMade;
|
|
11243
|
+
},
|
|
11237
11244
|
pageHasError() {
|
|
11238
|
-
return this.
|
|
11245
|
+
return this.statusForPages.some((e) => e.page === this.currentPage);
|
|
11239
11246
|
},
|
|
11240
11247
|
errorSteps() {
|
|
11241
11248
|
const e = [];
|
|
11242
|
-
return this.
|
|
11249
|
+
return this.statusForPages.find((t) => {
|
|
11243
11250
|
e.push(t.page);
|
|
11244
11251
|
}), console.log("steps", e), e;
|
|
11245
11252
|
},
|
|
@@ -11297,14 +11304,15 @@ function Jp(e, t, n, s, i, l) {
|
|
|
11297
11304
|
class: C("multistep-page-" + f),
|
|
11298
11305
|
key: g
|
|
11299
11306
|
}, [
|
|
11300
|
-
i.
|
|
11307
|
+
i.statusForPages.some((h) => h.page === f) ? (a(), v(u, {
|
|
11301
11308
|
key: 0,
|
|
11302
11309
|
systemMessage: l.getSystemMessage(f),
|
|
11303
11310
|
validationStatus: "error"
|
|
11304
11311
|
}, null, 8, ["systemMessage"])) : m("", !0),
|
|
11305
11312
|
V(e.$slots, "page-" + f, {
|
|
11306
11313
|
setErrorOnPage: (h) => l.setErrorOnPage(f, h),
|
|
11307
|
-
removeErrorOnPage: () => l.removeErrorOnPage(f)
|
|
11314
|
+
removeErrorOnPage: () => l.removeErrorOnPage(f),
|
|
11315
|
+
atleastOnePageWithError: l.atleastOnePageWithError
|
|
11308
11316
|
})
|
|
11309
11317
|
], 2)), [
|
|
11310
11318
|
[ye, f === i.currentPage]
|
|
@@ -11734,16 +11742,16 @@ function ff(e, t, n, s, i, l) {
|
|
|
11734
11742
|
o("dd", null, [
|
|
11735
11743
|
n.day.am ? (a(), r("span", of, [
|
|
11736
11744
|
n.day.am.displayText ? (a(), r(O, { key: 0 }, [
|
|
11737
|
-
|
|
11745
|
+
M(y(n.day.am.displayText), 1)
|
|
11738
11746
|
], 64)) : (a(), r(O, { key: 1 }, [
|
|
11739
|
-
|
|
11747
|
+
M(y(l.getTime(n.day.am.fromTime, n.abbreviationTextAm)) + " " + y(n.separator) + " " + y(l.getTime(n.day.am.tillTime)), 1)
|
|
11740
11748
|
], 64))
|
|
11741
11749
|
])) : m("", !0),
|
|
11742
11750
|
n.day.pm ? (a(), r("span", af, [
|
|
11743
11751
|
n.day.pm.displayText ? (a(), r(O, { key: 0 }, [
|
|
11744
|
-
|
|
11752
|
+
M(y(n.day.pm.displayText), 1)
|
|
11745
11753
|
], 64)) : (a(), r(O, { key: 1 }, [
|
|
11746
|
-
|
|
11754
|
+
M(y(l.getTime(n.day.pm.fromTime, n.abbreviationTextPm)) + " " + y(n.separator) + " " + y(l.getTime(n.day.pm.tillTime)), 1)
|
|
11747
11755
|
], 64))
|
|
11748
11756
|
])) : m("", !0)
|
|
11749
11757
|
])
|
|
@@ -11978,7 +11986,7 @@ const bf = {
|
|
|
11978
11986
|
methods: {
|
|
11979
11987
|
onAddItem() {
|
|
11980
11988
|
this.editModeContext.content.addContent(
|
|
11981
|
-
|
|
11989
|
+
Me(this, "props", "openingHours", -1),
|
|
11982
11990
|
this.itemProvider
|
|
11983
11991
|
);
|
|
11984
11992
|
},
|
|
@@ -12029,7 +12037,7 @@ function Of(e, t, n, s, i, l) {
|
|
|
12029
12037
|
class: { closed: l.isClosed }
|
|
12030
12038
|
}), {
|
|
12031
12039
|
default: k(() => [
|
|
12032
|
-
|
|
12040
|
+
M(y(l.textOpenClosed), 1)
|
|
12033
12041
|
]),
|
|
12034
12042
|
_: 1
|
|
12035
12043
|
}, 16, ["linkType", "class"])) : (a(), r("span", {
|
|
@@ -12225,8 +12233,8 @@ const Lf = /* @__PURE__ */ P(bf, [["render", Of]]), If = {
|
|
|
12225
12233
|
});
|
|
12226
12234
|
}
|
|
12227
12235
|
}
|
|
12228
|
-
}, Bf = { class: "cmd-social-networks-item" }, Df = ["href", "title"],
|
|
12229
|
-
function
|
|
12236
|
+
}, Bf = { class: "cmd-social-networks-item" }, Df = ["href", "title"], Ff = { key: 1 };
|
|
12237
|
+
function Mf(e, t, n, s, i, l) {
|
|
12230
12238
|
const d = K;
|
|
12231
12239
|
return a(), r("li", Bf, [
|
|
12232
12240
|
(a(), r("a", {
|
|
@@ -12242,11 +12250,11 @@ function Ff(e, t, n, s, i, l) {
|
|
|
12242
12250
|
iconClass: n.network.iconClass,
|
|
12243
12251
|
type: n.network.iconType
|
|
12244
12252
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
12245
|
-
n.network.linkText ? (a(), r("span",
|
|
12253
|
+
n.network.linkText ? (a(), r("span", Ff, y(n.network.linkText), 1)) : m("", !0)
|
|
12246
12254
|
], 10, Df))
|
|
12247
12255
|
]);
|
|
12248
12256
|
}
|
|
12249
|
-
const Pf = /* @__PURE__ */ P(If, [["render",
|
|
12257
|
+
const Pf = /* @__PURE__ */ P(If, [["render", Mf]]), Vf = {
|
|
12250
12258
|
name: "CmdSocialNetworks",
|
|
12251
12259
|
mixins: [ae],
|
|
12252
12260
|
data() {
|
|
@@ -12373,7 +12381,7 @@ const Pf = /* @__PURE__ */ P(If, [["render", Ff]]), Vf = {
|
|
|
12373
12381
|
methods: {
|
|
12374
12382
|
onAddItem() {
|
|
12375
12383
|
this.editModeContext.content.addContent(
|
|
12376
|
-
|
|
12384
|
+
Me(this, "props", "networks", -1),
|
|
12377
12385
|
this.itemProvider
|
|
12378
12386
|
);
|
|
12379
12387
|
},
|
|
@@ -13322,7 +13330,7 @@ function Lh(e, t, n, s, i, l) {
|
|
|
13322
13330
|
required: n.cmdFormElementInput1.required,
|
|
13323
13331
|
showSearchButton: n.cmdFormElementInput1.showSearchButton,
|
|
13324
13332
|
modelValue: l.searchValue1,
|
|
13325
|
-
"onUpdate:modelValue": t[0] || (t[0] = (
|
|
13333
|
+
"onUpdate:modelValue": t[0] || (t[0] = (F) => l.searchValue1 = F)
|
|
13326
13334
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
|
|
13327
13335
|
o("div", Th, [
|
|
13328
13336
|
n.cmdFormElementInput2.show ? (a(), v(u, {
|
|
@@ -13334,14 +13342,14 @@ function Lh(e, t, n, s, i, l) {
|
|
|
13334
13342
|
placeholder: n.cmdFormElementInput2.placeholder,
|
|
13335
13343
|
required: n.cmdFormElementInput2.required,
|
|
13336
13344
|
modelValue: l.searchValue2,
|
|
13337
|
-
"onUpdate:modelValue": t[1] || (t[1] = (
|
|
13345
|
+
"onUpdate:modelValue": t[1] || (t[1] = (F) => l.searchValue2 = F)
|
|
13338
13346
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "modelValue"])) : m("", !0),
|
|
13339
13347
|
l.cmdFormElementRadiusOptions.show ? (a(), v(u, L({
|
|
13340
13348
|
key: 1,
|
|
13341
13349
|
element: "select",
|
|
13342
13350
|
class: "flex-none",
|
|
13343
13351
|
modelValue: l.radius,
|
|
13344
|
-
"onUpdate:modelValue": t[2] || (t[2] = (
|
|
13352
|
+
"onUpdate:modelValue": t[2] || (t[2] = (F) => l.radius = F)
|
|
13345
13353
|
}, l.cmdFormElementRadiusOptions), null, 16, ["modelValue"])) : m("", !0)
|
|
13346
13354
|
]),
|
|
13347
13355
|
p(u, {
|
|
@@ -13357,7 +13365,7 @@ function Lh(e, t, n, s, i, l) {
|
|
|
13357
13365
|
o("a", {
|
|
13358
13366
|
class: "filter-options",
|
|
13359
13367
|
href: "#",
|
|
13360
|
-
onClick: t[3] || (t[3] = S((
|
|
13368
|
+
onClick: t[3] || (t[3] = S((F) => i.showFilters = !i.showFilters, ["prevent"]))
|
|
13361
13369
|
}, [
|
|
13362
13370
|
p(c, {
|
|
13363
13371
|
iconClass: i.showFilters ? (w = (h = n.cmdIcon) == null ? void 0 : h.showFilters) == null ? void 0 : w.iconClass : (_ = (x = n.cmdIcon) == null ? void 0 : x.hideFilters) == null ? void 0 : _.iconClass,
|
|
@@ -13365,11 +13373,11 @@ function Lh(e, t, n, s, i, l) {
|
|
|
13365
13373
|
}, null, 8, ["iconClass", "type"]),
|
|
13366
13374
|
i.showFilters ? (a(), r("span", Sh, y(e.getMessage("site_search.hide_filter_options")), 1)) : (a(), r("span", _h, y(e.getMessage("site_search.show_filter_options")), 1))
|
|
13367
13375
|
]),
|
|
13368
|
-
p(
|
|
13376
|
+
p(Fe, { name: n.transitionFilters }, {
|
|
13369
13377
|
default: k(() => {
|
|
13370
|
-
var
|
|
13378
|
+
var F, U, G, E, R;
|
|
13371
13379
|
return [
|
|
13372
|
-
i.showFilters && ((
|
|
13380
|
+
i.showFilters && ((F = n.cmdFakeSelect) != null && F.selectData.length) ? (a(), r("div", Oh, [
|
|
13373
13381
|
p(f, {
|
|
13374
13382
|
role: "option",
|
|
13375
13383
|
selectData: (U = n.cmdFakeSelect) == null ? void 0 : U.selectData,
|
|
@@ -13389,7 +13397,7 @@ function Lh(e, t, n, s, i, l) {
|
|
|
13389
13397
|
n.useFilters ? (a(), v(g, {
|
|
13390
13398
|
key: 0,
|
|
13391
13399
|
modelValue: l.searchFilters,
|
|
13392
|
-
"onUpdate:modelValue": t[5] || (t[5] = (
|
|
13400
|
+
"onUpdate:modelValue": t[5] || (t[5] = (F) => l.searchFilters = F),
|
|
13393
13401
|
selectedOptionsName: l.getOptionName
|
|
13394
13402
|
}, null, 8, ["modelValue", "selectedOptionsName"])) : m("", !0)
|
|
13395
13403
|
], 64);
|
|
@@ -13522,7 +13530,7 @@ const Ih = /* @__PURE__ */ P(vh, [["render", Lh]]), Bh = {
|
|
|
13522
13530
|
},
|
|
13523
13531
|
onAddItem() {
|
|
13524
13532
|
this.editModeContext.content.addContent(
|
|
13525
|
-
|
|
13533
|
+
Me(this, "props", "slideshowItems", -1),
|
|
13526
13534
|
this.itemProvider
|
|
13527
13535
|
);
|
|
13528
13536
|
},
|
|
@@ -13586,7 +13594,7 @@ const Ih = /* @__PURE__ */ P(vh, [["render", Lh]]), Bh = {
|
|
|
13586
13594
|
});
|
|
13587
13595
|
}
|
|
13588
13596
|
}
|
|
13589
|
-
}, Dh = ["href", "title"],
|
|
13597
|
+
}, Dh = ["href", "title"], Fh = { key: 2 }, Mh = ["onClick", "aria-label", "title"], Ph = {
|
|
13590
13598
|
key: 3,
|
|
13591
13599
|
class: "item-counter"
|
|
13592
13600
|
};
|
|
@@ -13608,7 +13616,7 @@ function Vh(e, t, n, s, i, l) {
|
|
|
13608
13616
|
}, l.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : m("", !0),
|
|
13609
13617
|
p(dn, { name: n.transition }, {
|
|
13610
13618
|
default: k(() => {
|
|
13611
|
-
var c, f, g, h, w, x, _, T, D, B, H,
|
|
13619
|
+
var c, f, g, h, w, x, _, T, D, B, H, F;
|
|
13612
13620
|
return [
|
|
13613
13621
|
l.currentItem ? (a(), r(O, { key: 0 }, [
|
|
13614
13622
|
n.useSlot ? (a(), r("div", {
|
|
@@ -13621,7 +13629,7 @@ function Vh(e, t, n, s, i, l) {
|
|
|
13621
13629
|
e.editModeContext ? n.slideshowItems.length ? (a(), v(u, {
|
|
13622
13630
|
key: 1,
|
|
13623
13631
|
image: (H = l.currentItem) == null ? void 0 : H.image,
|
|
13624
|
-
figcaption: (
|
|
13632
|
+
figcaption: (F = l.currentItem) == null ? void 0 : F.figcaption,
|
|
13625
13633
|
componentPath: ["props", "slideshowItems", i.index],
|
|
13626
13634
|
editModeConfig: l.imageStructure()
|
|
13627
13635
|
}, null, 8, ["image", "figcaption", "componentPath", "editModeConfig"])) : m("", !0) : (a(), r(O, { key: 0 }, [
|
|
@@ -13659,7 +13667,7 @@ function Vh(e, t, n, s, i, l) {
|
|
|
13659
13667
|
onClick: S(l.showNextItem, ["prevent"]),
|
|
13660
13668
|
class: { disabled: i.slideshowItemEditing }
|
|
13661
13669
|
}, l.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : m("", !0),
|
|
13662
|
-
n.showQuickLinkIcons ? (a(), r("ol",
|
|
13670
|
+
n.showQuickLinkIcons ? (a(), r("ol", Fh, [
|
|
13663
13671
|
(a(!0), r(O, null, q(n.slideshowItems, (c, f) => (a(), r("li", {
|
|
13664
13672
|
key: f,
|
|
13665
13673
|
class: C({ active: f === i.index })
|
|
@@ -13670,7 +13678,7 @@ function Vh(e, t, n, s, i, l) {
|
|
|
13670
13678
|
onClick: S((g) => l.showItem(f), ["prevent"]),
|
|
13671
13679
|
"aria-label": i.index,
|
|
13672
13680
|
title: i.slideshowItemEditing ? "Not allowed while editing!" : "Switch to image #" + (f + 1)
|
|
13673
|
-
}, null, 10,
|
|
13681
|
+
}, null, 10, Mh)
|
|
13674
13682
|
], 2))), 128))
|
|
13675
13683
|
])) : m("", !0),
|
|
13676
13684
|
n.showCounter ? (a(), r("span", Ph, y(i.index + 1) + "/" + y(n.slideshowItems.length), 1)) : m("", !0)
|
|
@@ -14131,7 +14139,7 @@ function ig(e, t, n, s, i, l) {
|
|
|
14131
14139
|
])
|
|
14132
14140
|
])
|
|
14133
14141
|
]),
|
|
14134
|
-
p(
|
|
14142
|
+
p(Fe, { name: n.transition }, {
|
|
14135
14143
|
default: k(() => [
|
|
14136
14144
|
V(e.$slots, "table-body", {}, () => [
|
|
14137
14145
|
$(o("tbody", $h, [
|
|
@@ -14152,7 +14160,7 @@ function ig(e, t, n, s, i, l) {
|
|
|
14152
14160
|
]),
|
|
14153
14161
|
_: 3
|
|
14154
14162
|
}, 8, ["name"]),
|
|
14155
|
-
p(
|
|
14163
|
+
p(Fe, { name: n.transition }, {
|
|
14156
14164
|
default: k(() => [
|
|
14157
14165
|
V(e.$slots, "table-foot", {}, () => [
|
|
14158
14166
|
n.tableData.tfoot && n.tableData.tfoot.length && i.showTableData ? (a(), r("tfoot", tg, [
|
|
@@ -14783,7 +14791,7 @@ const Ig = Bt("string"), be = Bt("function"), il = Bt("number"), Dt = (e) => e !
|
|
|
14783
14791
|
return !1;
|
|
14784
14792
|
const t = Sn(e);
|
|
14785
14793
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
|
14786
|
-
}, Dg = we("Date"),
|
|
14794
|
+
}, Dg = we("Date"), Fg = we("File"), Mg = we("Blob"), Pg = we("FileList"), Vg = (e) => Dt(e) && be(e.pipe), Ag = (e) => {
|
|
14787
14795
|
let t;
|
|
14788
14796
|
return e && (typeof FormData == "function" && e instanceof FormData || be(e.append) && ((t = It(e)) === "formdata" || // detect form-data instance
|
|
14789
14797
|
t === "object" && be(e.toString) && e.toString() === "[object FormData]"));
|
|
@@ -14945,8 +14953,8 @@ const sy = (e) => {
|
|
|
14945
14953
|
isHeaders: jg,
|
|
14946
14954
|
isUndefined: lt,
|
|
14947
14955
|
isDate: Dg,
|
|
14948
|
-
isFile:
|
|
14949
|
-
isBlob:
|
|
14956
|
+
isFile: Fg,
|
|
14957
|
+
isBlob: Mg,
|
|
14950
14958
|
isRegExp: ey,
|
|
14951
14959
|
isFunction: be,
|
|
14952
14960
|
isStream: Vg,
|
|
@@ -15054,7 +15062,7 @@ function cy(e) {
|
|
|
15054
15062
|
const my = I.toFlatObject(I, {}, null, function(t) {
|
|
15055
15063
|
return /^is[A-Z]/.test(t);
|
|
15056
15064
|
});
|
|
15057
|
-
function
|
|
15065
|
+
function Ft(e, t, n) {
|
|
15058
15066
|
if (!I.isObject(e))
|
|
15059
15067
|
throw new TypeError("target must be an object");
|
|
15060
15068
|
t = t || new FormData(), n = I.toFlatObject(n, {
|
|
@@ -15081,11 +15089,11 @@ function Mt(e, t, n) {
|
|
|
15081
15089
|
if (I.endsWith(T, "{}"))
|
|
15082
15090
|
T = s ? T : T.slice(0, -2), _ = JSON.stringify(_);
|
|
15083
15091
|
else if (I.isArray(_) && cy(_) || (I.isFileList(_) || I.endsWith(T, "[]")) && (B = I.toArray(_)))
|
|
15084
|
-
return T = cl(T), B.forEach(function(
|
|
15085
|
-
!(I.isUndefined(
|
|
15092
|
+
return T = cl(T), B.forEach(function(F, U) {
|
|
15093
|
+
!(I.isUndefined(F) || F === null) && t.append(
|
|
15086
15094
|
// eslint-disable-next-line no-nested-ternary
|
|
15087
15095
|
d === !0 ? ii([T], U, l) : d === null ? T : T + "[]",
|
|
15088
|
-
f(
|
|
15096
|
+
f(F)
|
|
15089
15097
|
);
|
|
15090
15098
|
}), !1;
|
|
15091
15099
|
}
|
|
@@ -15130,7 +15138,7 @@ function li(e) {
|
|
|
15130
15138
|
});
|
|
15131
15139
|
}
|
|
15132
15140
|
function _n(e, t) {
|
|
15133
|
-
this._pairs = [], e &&
|
|
15141
|
+
this._pairs = [], e && Ft(e, this, t);
|
|
15134
15142
|
}
|
|
15135
15143
|
const ml = _n.prototype;
|
|
15136
15144
|
ml.append = function(t, n) {
|
|
@@ -15236,7 +15244,7 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Cy
|
|
|
15236
15244
|
...yy
|
|
15237
15245
|
};
|
|
15238
15246
|
function ky(e, t) {
|
|
15239
|
-
return
|
|
15247
|
+
return Ft(e, new ve.classes.URLSearchParams(), Object.assign({
|
|
15240
15248
|
visitor: function(n, s, i, l) {
|
|
15241
15249
|
return ve.isNode && I.isBuffer(n) ? (this.append(s, n.toString("base64")), !1) : l.defaultVisitor.apply(this, arguments);
|
|
15242
15250
|
}
|
|
@@ -15298,7 +15306,7 @@ const at = {
|
|
|
15298
15306
|
return ky(t, this.formSerializer).toString();
|
|
15299
15307
|
if ((u = I.isFileList(t)) || s.indexOf("multipart/form-data") > -1) {
|
|
15300
15308
|
const c = this.env && this.env.FormData;
|
|
15301
|
-
return
|
|
15309
|
+
return Ft(
|
|
15302
15310
|
u ? { "files[]": t } : t,
|
|
15303
15311
|
c && new c(),
|
|
15304
15312
|
this.formSerializer
|
|
@@ -15567,11 +15575,11 @@ function yl(e, t, n) {
|
|
|
15567
15575
|
n
|
|
15568
15576
|
));
|
|
15569
15577
|
}
|
|
15570
|
-
function
|
|
15578
|
+
function Fy(e) {
|
|
15571
15579
|
const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
|
|
15572
15580
|
return t && t[1] || "";
|
|
15573
15581
|
}
|
|
15574
|
-
function
|
|
15582
|
+
function My(e, t) {
|
|
15575
15583
|
e = e || 10;
|
|
15576
15584
|
const n = new Array(e), s = new Array(e);
|
|
15577
15585
|
let i = 0, l = 0, d;
|
|
@@ -15600,7 +15608,7 @@ function Py(e, t) {
|
|
|
15600
15608
|
}
|
|
15601
15609
|
const vt = (e, t, n = 3) => {
|
|
15602
15610
|
let s = 0;
|
|
15603
|
-
const i =
|
|
15611
|
+
const i = My(50, 250);
|
|
15604
15612
|
return Py((l) => {
|
|
15605
15613
|
const d = l.loaded, u = l.lengthComputable ? l.total : void 0, c = d - s, f = i(c), g = d <= u;
|
|
15606
15614
|
s = d;
|
|
@@ -15819,7 +15827,7 @@ const xl = (e) => {
|
|
|
15819
15827
|
}), I.isUndefined(i.withCredentials) || (g.withCredentials = !!i.withCredentials), u && u !== "json" && (g.responseType = i.responseType), typeof i.onDownloadProgress == "function" && g.addEventListener("progress", vt(i.onDownloadProgress, !0)), typeof i.onUploadProgress == "function" && g.upload && g.upload.addEventListener("progress", vt(i.onUploadProgress)), (i.cancelToken || i.signal) && (c = (x) => {
|
|
15820
15828
|
g && (s(!x || x.type ? new Ge(null, e, g) : x), g.abort(), g = null);
|
|
15821
15829
|
}, i.cancelToken && i.cancelToken.subscribe(c), i.signal && (i.signal.aborted ? c() : i.signal.addEventListener("abort", c)));
|
|
15822
|
-
const w =
|
|
15830
|
+
const w = Fy(i.url);
|
|
15823
15831
|
if (w && ve.protocols.indexOf(w) === -1) {
|
|
15824
15832
|
s(new z("Unsupported protocol " + w + ":", z.ERR_BAD_REQUEST, e));
|
|
15825
15833
|
return;
|
|
@@ -15887,7 +15895,7 @@ const xl = (e) => {
|
|
|
15887
15895
|
total: e,
|
|
15888
15896
|
loaded: s
|
|
15889
15897
|
}));
|
|
15890
|
-
},
|
|
15898
|
+
}, Mt = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Cl = Mt && typeof ReadableStream == "function", nn = Mt && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), zy = Cl && (() => {
|
|
15891
15899
|
let e = !1;
|
|
15892
15900
|
const t = new Request(ve.origin, {
|
|
15893
15901
|
body: new ReadableStream(),
|
|
@@ -15905,7 +15913,7 @@ const xl = (e) => {
|
|
|
15905
15913
|
})(), kt = {
|
|
15906
15914
|
stream: ln && ((e) => e.body)
|
|
15907
15915
|
};
|
|
15908
|
-
|
|
15916
|
+
Mt && ((e) => {
|
|
15909
15917
|
["text", "arrayBuffer", "blob", "formData", "stream"].forEach((t) => {
|
|
15910
15918
|
!kt[t] && (kt[t] = I.isFunction(e[t]) ? (n) => n[t]() : (n, s) => {
|
|
15911
15919
|
throw new z(`Response type '${t}' is not supported`, z.ERR_NOT_SUPPORT, s);
|
|
@@ -15926,7 +15934,7 @@ const Wy = async (e) => {
|
|
|
15926
15934
|
}, Gy = async (e, t) => {
|
|
15927
15935
|
const n = I.toFiniteNumber(e.getContentLength());
|
|
15928
15936
|
return n ?? Wy(t);
|
|
15929
|
-
}, Ky =
|
|
15937
|
+
}, Ky = Mt && (async (e) => {
|
|
15930
15938
|
let {
|
|
15931
15939
|
url: t,
|
|
15932
15940
|
method: n,
|
|
@@ -15970,16 +15978,16 @@ const Wy = async (e) => {
|
|
|
15970
15978
|
duplex: "half",
|
|
15971
15979
|
withCredentials: h
|
|
15972
15980
|
});
|
|
15973
|
-
let
|
|
15981
|
+
let F = await fetch(D);
|
|
15974
15982
|
const U = ln && (f === "stream" || f === "response");
|
|
15975
15983
|
if (ln && (u || U)) {
|
|
15976
15984
|
const E = {};
|
|
15977
15985
|
["status", "statusText", "headers"].forEach((W) => {
|
|
15978
|
-
E[W] =
|
|
15986
|
+
E[W] = F[W];
|
|
15979
15987
|
});
|
|
15980
|
-
const R = I.toFiniteNumber(
|
|
15981
|
-
|
|
15982
|
-
ri(
|
|
15988
|
+
const R = I.toFiniteNumber(F.headers.get("content-length"));
|
|
15989
|
+
F = new Response(
|
|
15990
|
+
ri(F.body, ui, u && di(
|
|
15983
15991
|
R,
|
|
15984
15992
|
vt(u, !0)
|
|
15985
15993
|
), U && B, nn),
|
|
@@ -15987,24 +15995,24 @@ const Wy = async (e) => {
|
|
|
15987
15995
|
);
|
|
15988
15996
|
}
|
|
15989
15997
|
f = f || "text";
|
|
15990
|
-
let G = await kt[I.findKey(kt, f) || "text"](
|
|
15998
|
+
let G = await kt[I.findKey(kt, f) || "text"](F, e);
|
|
15991
15999
|
return !U && B(), _ && _(), await new Promise((E, R) => {
|
|
15992
16000
|
yl(E, R, {
|
|
15993
16001
|
data: G,
|
|
15994
|
-
headers: ue.from(
|
|
15995
|
-
status:
|
|
15996
|
-
statusText:
|
|
16002
|
+
headers: ue.from(F.headers),
|
|
16003
|
+
status: F.status,
|
|
16004
|
+
statusText: F.statusText,
|
|
15997
16005
|
config: e,
|
|
15998
16006
|
request: D
|
|
15999
16007
|
});
|
|
16000
16008
|
});
|
|
16001
|
-
} catch (
|
|
16002
|
-
throw B(),
|
|
16009
|
+
} catch (F) {
|
|
16010
|
+
throw B(), F && F.name === "TypeError" && /fetch/i.test(F.message) ? Object.assign(
|
|
16003
16011
|
new z("Network Error", z.ERR_NETWORK, e, D),
|
|
16004
16012
|
{
|
|
16005
|
-
cause:
|
|
16013
|
+
cause: F.cause || F
|
|
16006
16014
|
}
|
|
16007
|
-
) : z.from(
|
|
16015
|
+
) : z.from(F, F && F.code, e, D);
|
|
16008
16016
|
}
|
|
16009
16017
|
}), on = {
|
|
16010
16018
|
http: uy,
|
|
@@ -16395,7 +16403,7 @@ ee.CanceledError = Ge;
|
|
|
16395
16403
|
ee.CancelToken = In;
|
|
16396
16404
|
ee.isCancel = gl;
|
|
16397
16405
|
ee.VERSION = kl;
|
|
16398
|
-
ee.toFormData =
|
|
16406
|
+
ee.toFormData = Ft;
|
|
16399
16407
|
ee.AxiosError = z;
|
|
16400
16408
|
ee.Cancel = ee.CanceledError;
|
|
16401
16409
|
ee.all = function(t) {
|
|
@@ -17005,7 +17013,7 @@ function Ob(e, t, n, s, i, l) {
|
|
|
17005
17013
|
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("div", tb, [
|
|
17006
17014
|
p(d, L(n.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
|
17007
17015
|
default: k(() => [
|
|
17008
|
-
|
|
17016
|
+
M(y(e.getMessage("upload_form.headline.summary_of_all_files")), 1)
|
|
17009
17017
|
]),
|
|
17010
17018
|
_: 1
|
|
17011
17019
|
}, 16),
|
|
@@ -17019,11 +17027,11 @@ function Ob(e, t, n, s, i, l) {
|
|
|
17019
17027
|
p(c, N(Be(n.iconDelete)), null, 16)
|
|
17020
17028
|
], 8, lb),
|
|
17021
17029
|
o("span", null, [
|
|
17022
|
-
|
|
17030
|
+
M(y(i.listOfFiles.length) + " ", 1),
|
|
17023
17031
|
n.allowMultipleFileUploads ? (a(), r(O, { key: 1 }, [
|
|
17024
|
-
|
|
17032
|
+
M(y(e.getMessage("upload_form.labeltext.files_uploading")), 1)
|
|
17025
17033
|
], 64)) : (a(), r(O, { key: 0 }, [
|
|
17026
|
-
|
|
17034
|
+
M(y(e.getMessage("upload_form.labeltext.file_uploading")), 1)
|
|
17027
17035
|
], 64))
|
|
17028
17036
|
]),
|
|
17029
17037
|
o("small", {
|
|
@@ -17047,7 +17055,7 @@ function Ob(e, t, n, s, i, l) {
|
|
|
17047
17055
|
o("div", sb, [
|
|
17048
17056
|
p(d, L(n.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
|
17049
17057
|
default: k(() => [
|
|
17050
|
-
|
|
17058
|
+
M(y(e.getMessage("upload_form.headline.list_of_selected_files")), 1)
|
|
17051
17059
|
]),
|
|
17052
17060
|
_: 1
|
|
17053
17061
|
}, 16),
|
|
@@ -17070,7 +17078,7 @@ function Ob(e, t, n, s, i, l) {
|
|
|
17070
17078
|
{ error: g.error }
|
|
17071
17079
|
])
|
|
17072
17080
|
}, [
|
|
17073
|
-
|
|
17081
|
+
M(y(g.file.name) + " ", 1),
|
|
17074
17082
|
o("small", null, "(" + y(l.formatSize(g.file.size)) + ")", 1)
|
|
17075
17083
|
], 2),
|
|
17076
17084
|
i.uploadInitiated && !g.error ? (a(), r("span", ub, [
|
|
@@ -17094,7 +17102,7 @@ function Ob(e, t, n, s, i, l) {
|
|
|
17094
17102
|
])) : (a(), r(O, { key: 0 }, [
|
|
17095
17103
|
n.allowMultipleFileUploads ? (a(), v(d, L({ key: 0 }, n.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
|
17096
17104
|
default: k(() => [
|
|
17097
|
-
|
|
17105
|
+
M(y(l.headlineTextNoFilesToUpload), 1)
|
|
17098
17106
|
]),
|
|
17099
17107
|
_: 1
|
|
17100
17108
|
}, 16)) : m("", !0)
|
|
@@ -17102,13 +17110,13 @@ function Ob(e, t, n, s, i, l) {
|
|
|
17102
17110
|
o("div", pb, [
|
|
17103
17111
|
n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), v(d, L({ key: 0 }, n.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
|
|
17104
17112
|
default: k(() => [
|
|
17105
|
-
|
|
17113
|
+
M(y(e.getMessage("upload_form.headline.select_additional_files")), 1)
|
|
17106
17114
|
]),
|
|
17107
17115
|
_: 1
|
|
17108
17116
|
}, 16)) : m("", !0),
|
|
17109
17117
|
!n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), v(d, L({ key: 1 }, n.cmdHeadlineSelectNewFile, { headlineLevel: "4" }), {
|
|
17110
17118
|
default: k(() => [
|
|
17111
|
-
|
|
17119
|
+
M(y(e.getMessage("upload_form.headline.select_new_file")), 1)
|
|
17112
17120
|
]),
|
|
17113
17121
|
_: 1
|
|
17114
17122
|
}, 16)) : m("", !0),
|
|
@@ -17141,7 +17149,7 @@ function Ob(e, t, n, s, i, l) {
|
|
|
17141
17149
|
type: i.showListOfFileExtensions ? n.iconInvisible.iconType : n.iconVisible.iconType
|
|
17142
17150
|
}, null, 8, ["iconClass", "type"])
|
|
17143
17151
|
], 8, hb),
|
|
17144
|
-
p(
|
|
17152
|
+
p(Fe, { name: n.transitionListOfFileExtensions }, {
|
|
17145
17153
|
default: k(() => [
|
|
17146
17154
|
i.showListOfFileExtensions ? (a(), r("ul", gb, [
|
|
17147
17155
|
(a(!0), r(O, null, q(n.allowedFileExtensions, (g, h) => (a(), r("li", {
|
|
@@ -17174,14 +17182,14 @@ function Ob(e, t, n, s, i, l) {
|
|
|
17174
17182
|
}, [
|
|
17175
17183
|
o("span", null, y(e.getMessage("upload_form.or")), 1),
|
|
17176
17184
|
o("strong", null, [
|
|
17177
|
-
|
|
17185
|
+
M(y(e.getMessage("upload_form.drag_and_drop")) + " ", 1),
|
|
17178
17186
|
n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), r(O, { key: 0 }, [
|
|
17179
|
-
|
|
17187
|
+
M(y(e.getMessage("upload_form.additional")), 1)
|
|
17180
17188
|
], 64)) : m("", !0),
|
|
17181
17189
|
!n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), r(O, { key: 1 }, [
|
|
17182
|
-
|
|
17190
|
+
M(y(e.getMessage("upload_form.new")), 1)
|
|
17183
17191
|
], 64)) : m("", !0),
|
|
17184
|
-
|
|
17192
|
+
M(" " + y(e.getMessage("upload_form.files_to_this_area")), 1)
|
|
17185
17193
|
])
|
|
17186
17194
|
], 2)) : m("", !0)
|
|
17187
17195
|
])
|
|
@@ -17377,7 +17385,7 @@ const Lb = /* @__PURE__ */ P(Xy, [["render", Ob]]), Ib = {
|
|
|
17377
17385
|
}
|
|
17378
17386
|
}
|
|
17379
17387
|
}, Bb = ["id"], Db = ["id"];
|
|
17380
|
-
function
|
|
17388
|
+
function Fb(e, t, n, s, i, l) {
|
|
17381
17389
|
const d = J;
|
|
17382
17390
|
return a(), r("div", {
|
|
17383
17391
|
class: C(["cmd-width-limitation-wrapper", { sticky: n.sticky }]),
|
|
@@ -17404,7 +17412,7 @@ function Mb(e, t, n, s, i, l) {
|
|
|
17404
17412
|
], 64))
|
|
17405
17413
|
], 2);
|
|
17406
17414
|
}
|
|
17407
|
-
const Tl = /* @__PURE__ */ P(Ib, [["render",
|
|
17415
|
+
const Tl = /* @__PURE__ */ P(Ib, [["render", Fb]]), Mb = {
|
|
17408
17416
|
name: "ComponentSettings",
|
|
17409
17417
|
data() {
|
|
17410
17418
|
return {
|
|
@@ -17523,7 +17531,7 @@ function Pb(e, t, n, s, i, l) {
|
|
|
17523
17531
|
_: 1
|
|
17524
17532
|
}, 8, ["cmdHeadline"]);
|
|
17525
17533
|
}
|
|
17526
|
-
const Vb = /* @__PURE__ */ P(
|
|
17534
|
+
const Vb = /* @__PURE__ */ P(Mb, [["render", Pb]]), Ab = {
|
|
17527
17535
|
name: "MultipleBoxWrapper",
|
|
17528
17536
|
props: {
|
|
17529
17537
|
segments: {
|
|
@@ -17546,7 +17554,7 @@ function Hb(e, t, n, s, i, l) {
|
|
|
17546
17554
|
rowView: g.rowView
|
|
17547
17555
|
}), {
|
|
17548
17556
|
default: k(() => [
|
|
17549
|
-
|
|
17557
|
+
M(" box " + y(h), 1)
|
|
17550
17558
|
]),
|
|
17551
17559
|
_: 2
|
|
17552
17560
|
}, 1040, ["rowView"]))), 128))
|
|
@@ -18204,7 +18212,7 @@ function ex(e, t, n, s, i, l) {
|
|
|
18204
18212
|
cmdGoogleMaps: {}
|
|
18205
18213
|
}, {
|
|
18206
18214
|
"additional-info": k(() => t[0] || (t[0] = [
|
|
18207
|
-
|
|
18215
|
+
M(" Additional information given by slot ")
|
|
18208
18216
|
])),
|
|
18209
18217
|
_: 1
|
|
18210
18218
|
}, 8, ["cmdBasicForm"])
|
|
@@ -18299,14 +18307,14 @@ const lx = /* @__PURE__ */ P(tx, [["render", ix]]), ox = {
|
|
|
18299
18307
|
};
|
|
18300
18308
|
}
|
|
18301
18309
|
};
|
|
18302
|
-
function
|
|
18310
|
+
function Ck(e = !1) {
|
|
18303
18311
|
return e ? (/* @__PURE__ */ new Date()).toISOString() : (/* @__PURE__ */ new Date()).toISOString().split("T")[0];
|
|
18304
18312
|
}
|
|
18305
|
-
function
|
|
18313
|
+
function vk() {
|
|
18306
18314
|
const e = /* @__PURE__ */ new Date(), t = String(e.getHours()).padStart(2, "0"), n = String(e.getMinutes()).padStart(2, "0");
|
|
18307
18315
|
return t + ":" + n;
|
|
18308
18316
|
}
|
|
18309
|
-
function
|
|
18317
|
+
function kk(e, t = "+", n = 1) {
|
|
18310
18318
|
const s = new Date(e);
|
|
18311
18319
|
if (t === "+")
|
|
18312
18320
|
s.setDate(s.getDate() + n);
|
|
@@ -18316,7 +18324,7 @@ function vk(e, t = "+", n = 1) {
|
|
|
18316
18324
|
throw new Error("function 'getDate()' received invalid operator as parameter. Use '+' to add or '-' to subtract days.");
|
|
18317
18325
|
return s;
|
|
18318
18326
|
}
|
|
18319
|
-
function
|
|
18327
|
+
function wk(e, t = "short") {
|
|
18320
18328
|
const n = new Date(e), s = ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"], i = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
|
|
18321
18329
|
if (t === "short")
|
|
18322
18330
|
return s[n.getDay()];
|
|
@@ -18650,7 +18658,7 @@ const Sx = /* @__PURE__ */ P(sx, [["render", Tx]]), _x = {
|
|
|
18650
18658
|
immediate: !0
|
|
18651
18659
|
}
|
|
18652
18660
|
}
|
|
18653
|
-
}, Ox = { class: "cmd-mail-tool-filter" }, Lx = { class: "flex-container align-items-center" }, Ix = { class: "flex-container reset-flex" }, Bx = { class: "flex-container sort-wrapper" }, Dx = ["title"],
|
|
18661
|
+
}, Ox = { class: "cmd-mail-tool-filter" }, Lx = { class: "flex-container align-items-center" }, Ix = { class: "flex-container reset-flex" }, Bx = { class: "flex-container sort-wrapper" }, Dx = ["title"], Fx = { key: 0 }, Mx = ["title"], Px = { key: 0 };
|
|
18654
18662
|
function Vx(e, t, n, s, i, l) {
|
|
18655
18663
|
const d = J, u = te;
|
|
18656
18664
|
return a(), r("div", Ox, [
|
|
@@ -18701,7 +18709,7 @@ function Vx(e, t, n, s, i, l) {
|
|
|
18701
18709
|
onClick: t[3] || (t[3] = S((c) => l.sortByDate("asc"), ["prevent"])),
|
|
18702
18710
|
title: n.linkSortAscending.title
|
|
18703
18711
|
}, [
|
|
18704
|
-
n.linkSortAscending.text ? (a(), r("span",
|
|
18712
|
+
n.linkSortAscending.text ? (a(), r("span", Fx, y(n.linkSortAscending.text), 1)) : m("", !0),
|
|
18705
18713
|
n.linkSortAscending.iconClass ? (a(), r("span", {
|
|
18706
18714
|
key: 1,
|
|
18707
18715
|
class: C(n.linkSortAscending.iconClass)
|
|
@@ -18717,7 +18725,7 @@ function Vx(e, t, n, s, i, l) {
|
|
|
18717
18725
|
key: 1,
|
|
18718
18726
|
class: C(n.linkSortDescending.iconClass)
|
|
18719
18727
|
}, null, 2)) : m("", !0)
|
|
18720
|
-
], 8,
|
|
18728
|
+
], 8, Mx))
|
|
18721
18729
|
])
|
|
18722
18730
|
]);
|
|
18723
18731
|
}
|
|
@@ -19979,7 +19987,31 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
19979
19987
|
withIcon: wC,
|
|
19980
19988
|
withoutIcon: TC,
|
|
19981
19989
|
router: SC
|
|
19982
|
-
}, OC =
|
|
19990
|
+
}, OC = [
|
|
19991
|
+
{
|
|
19992
|
+
element: "input",
|
|
19993
|
+
type: "text",
|
|
19994
|
+
name: "form-element-text-surname",
|
|
19995
|
+
htmlClass: "form-element-text-class",
|
|
19996
|
+
value: "",
|
|
19997
|
+
labelText: "Surname",
|
|
19998
|
+
placeholder: "Surname",
|
|
19999
|
+
required: !0,
|
|
20000
|
+
disabled: !1
|
|
20001
|
+
},
|
|
20002
|
+
{
|
|
20003
|
+
element: "input",
|
|
20004
|
+
type: "text",
|
|
20005
|
+
name: "form-element-text-first-name",
|
|
20006
|
+
htmlClass: "form-element-text-class",
|
|
20007
|
+
value: "",
|
|
20008
|
+
fieldIconClass: "icon-lock",
|
|
20009
|
+
labelText: "First Name",
|
|
20010
|
+
placeholder: "First Name",
|
|
20011
|
+
required: !0,
|
|
20012
|
+
disabled: !1
|
|
20013
|
+
}
|
|
20014
|
+
], LC = "right", IC = !1, BC = !1, DC = [
|
|
19983
20015
|
{
|
|
19984
20016
|
type: "href",
|
|
19985
20017
|
text: "href 1",
|
|
@@ -20054,11 +20086,11 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
20054
20086
|
target: "comand-website"
|
|
20055
20087
|
}
|
|
20056
20088
|
], Ll = {
|
|
20057
|
-
offcanvasPosition:
|
|
20058
|
-
stretchMainItems:
|
|
20059
|
-
persistOnMobile:
|
|
20060
|
-
navigationEntries:
|
|
20061
|
-
},
|
|
20089
|
+
offcanvasPosition: LC,
|
|
20090
|
+
stretchMainItems: IC,
|
|
20091
|
+
persistOnMobile: BC,
|
|
20092
|
+
navigationEntries: DC
|
|
20093
|
+
}, FC = [
|
|
20062
20094
|
{
|
|
20063
20095
|
day: "Mondays",
|
|
20064
20096
|
am: {
|
|
@@ -20155,7 +20187,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
20155
20187
|
text: "Optionname 3",
|
|
20156
20188
|
value: "3"
|
|
20157
20189
|
}
|
|
20158
|
-
],
|
|
20190
|
+
], PC = [
|
|
20159
20191
|
{
|
|
20160
20192
|
image: {
|
|
20161
20193
|
src: {
|
|
@@ -20240,7 +20272,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
20240
20272
|
target: null
|
|
20241
20273
|
}
|
|
20242
20274
|
}
|
|
20243
|
-
],
|
|
20275
|
+
], VC = [
|
|
20244
20276
|
{
|
|
20245
20277
|
id: 1,
|
|
20246
20278
|
displayValue: "Option #1",
|
|
@@ -20262,16 +20294,16 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
20262
20294
|
iconClass: "icon-globe"
|
|
20263
20295
|
}
|
|
20264
20296
|
}
|
|
20265
|
-
],
|
|
20297
|
+
], AC = {
|
|
20266
20298
|
labelText: "Label for inputfield (search) with smart-search:"
|
|
20267
|
-
}, AC = {
|
|
20268
|
-
listOfRecommendations: PC,
|
|
20269
|
-
cmdFormElement: VC
|
|
20270
20299
|
}, EC = {
|
|
20300
|
+
listOfRecommendations: VC,
|
|
20301
|
+
cmdFormElement: AC
|
|
20302
|
+
}, HC = {
|
|
20271
20303
|
toggleSwitch: !0,
|
|
20272
20304
|
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>!",
|
|
20273
20305
|
required: !0
|
|
20274
|
-
},
|
|
20306
|
+
}, qC = [
|
|
20275
20307
|
{
|
|
20276
20308
|
buttonClass: "social-network-facebook",
|
|
20277
20309
|
path: "https://www.facebook.com/sharer/sharer.php?u=",
|
|
@@ -20307,10 +20339,10 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
20307
20339
|
iconClass: "icon-instagram",
|
|
20308
20340
|
linkText: "Share"
|
|
20309
20341
|
}
|
|
20310
|
-
],
|
|
20311
|
-
cmdFormElement:
|
|
20312
|
-
networks:
|
|
20313
|
-
},
|
|
20342
|
+
], RC = {
|
|
20343
|
+
cmdFormElement: HC,
|
|
20344
|
+
networks: qC
|
|
20345
|
+
}, jC = [
|
|
20314
20346
|
{
|
|
20315
20347
|
text: "Tab 1",
|
|
20316
20348
|
headlineText: "Tab 1 Headline",
|
|
@@ -20332,10 +20364,10 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
20332
20364
|
iconClass: "cmd:linkedin",
|
|
20333
20365
|
htmlContent: "<p>Content for Tab 3</p>"
|
|
20334
20366
|
}
|
|
20335
|
-
],
|
|
20367
|
+
], NC = {
|
|
20336
20368
|
show: !0,
|
|
20337
20369
|
text: "This is a caption for a small table"
|
|
20338
|
-
},
|
|
20370
|
+
}, UC = [
|
|
20339
20371
|
"Table head 1",
|
|
20340
20372
|
"Table head 2",
|
|
20341
20373
|
"Table head 3",
|
|
@@ -20343,7 +20375,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
20343
20375
|
"Table head 5",
|
|
20344
20376
|
"Table head 6",
|
|
20345
20377
|
"Table head 7"
|
|
20346
|
-
],
|
|
20378
|
+
], zC = [
|
|
20347
20379
|
[
|
|
20348
20380
|
"Table data 1/1",
|
|
20349
20381
|
"Table data 1/2",
|
|
@@ -20398,7 +20430,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
20398
20430
|
"Table data 6/6",
|
|
20399
20431
|
"Table data 6/7"
|
|
20400
20432
|
]
|
|
20401
|
-
],
|
|
20433
|
+
], WC = [
|
|
20402
20434
|
"Table foot 1",
|
|
20403
20435
|
"Table foot 2",
|
|
20404
20436
|
"Table foot 3",
|
|
@@ -20406,15 +20438,15 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
20406
20438
|
"Table foot 5",
|
|
20407
20439
|
"Table foot 6",
|
|
20408
20440
|
"Table foot 7"
|
|
20409
|
-
],
|
|
20410
|
-
caption:
|
|
20411
|
-
thead:
|
|
20412
|
-
tbody:
|
|
20413
|
-
tfoot:
|
|
20414
|
-
},
|
|
20441
|
+
], GC = {
|
|
20442
|
+
caption: NC,
|
|
20443
|
+
thead: UC,
|
|
20444
|
+
tbody: zC,
|
|
20445
|
+
tfoot: WC
|
|
20446
|
+
}, KC = {
|
|
20415
20447
|
show: !1,
|
|
20416
20448
|
text: "This is a caption for a large table"
|
|
20417
|
-
},
|
|
20449
|
+
}, YC = 3, JC = 4, ZC = [
|
|
20418
20450
|
"Table head 1",
|
|
20419
20451
|
"Table head 2",
|
|
20420
20452
|
"Table head 3",
|
|
@@ -20430,7 +20462,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
20430
20462
|
"Table head 13",
|
|
20431
20463
|
"Table head 15",
|
|
20432
20464
|
"Table head 14"
|
|
20433
|
-
],
|
|
20465
|
+
], QC = [
|
|
20434
20466
|
[
|
|
20435
20467
|
"Table data 1/1",
|
|
20436
20468
|
"Table data 1/2",
|
|
@@ -20533,7 +20565,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
20533
20565
|
"Table data 6/14",
|
|
20534
20566
|
"Table data 6/15"
|
|
20535
20567
|
]
|
|
20536
|
-
],
|
|
20568
|
+
], XC = [
|
|
20537
20569
|
"Table foot 1",
|
|
20538
20570
|
"Table foot 2",
|
|
20539
20571
|
"Table foot 3",
|
|
@@ -20549,14 +20581,14 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
20549
20581
|
"Table foot 13",
|
|
20550
20582
|
"Table foot 14",
|
|
20551
20583
|
"Table foot 15"
|
|
20552
|
-
],
|
|
20553
|
-
caption:
|
|
20554
|
-
rowIndexHighlighted:
|
|
20555
|
-
columnIndexHighlighted:
|
|
20556
|
-
thead:
|
|
20557
|
-
tbody:
|
|
20558
|
-
tfoot:
|
|
20559
|
-
},
|
|
20584
|
+
], $C = {
|
|
20585
|
+
caption: KC,
|
|
20586
|
+
rowIndexHighlighted: YC,
|
|
20587
|
+
columnIndexHighlighted: JC,
|
|
20588
|
+
thead: ZC,
|
|
20589
|
+
tbody: QC,
|
|
20590
|
+
tfoot: XC
|
|
20591
|
+
}, e1 = [
|
|
20560
20592
|
{
|
|
20561
20593
|
image: {
|
|
20562
20594
|
url: "#",
|
|
@@ -20670,7 +20702,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
20670
20702
|
textAlign: "center"
|
|
20671
20703
|
}
|
|
20672
20704
|
}
|
|
20673
|
-
],
|
|
20705
|
+
], t1 = [
|
|
20674
20706
|
{
|
|
20675
20707
|
id: 1,
|
|
20676
20708
|
iconClass: "icon-home",
|
|
@@ -20712,7 +20744,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
20712
20744
|
text: "Item 8 with URL",
|
|
20713
20745
|
url: "http://www.comand-cms.com"
|
|
20714
20746
|
}
|
|
20715
|
-
],
|
|
20747
|
+
], n1 = [
|
|
20716
20748
|
{
|
|
20717
20749
|
text: "Afghanistan",
|
|
20718
20750
|
value: "af"
|
|
@@ -21493,16 +21525,16 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
21493
21525
|
text: "Zimbabwe",
|
|
21494
21526
|
value: "zw"
|
|
21495
21527
|
}
|
|
21496
|
-
],
|
|
21528
|
+
], i1 = "comand-component-library", l1 = "4.2.71", o1 = "GPL-3.0-only", a1 = "CoManD-UI", s1 = "module", r1 = {
|
|
21497
21529
|
prepublishOnly: "npm run build-lib",
|
|
21498
21530
|
dev: "vite",
|
|
21499
21531
|
build: "vite build",
|
|
21500
21532
|
"build-lib": "vite build && gulp",
|
|
21501
21533
|
preview: "vite preview"
|
|
21502
|
-
},
|
|
21534
|
+
}, d1 = [
|
|
21503
21535
|
"dist",
|
|
21504
21536
|
"src"
|
|
21505
|
-
],
|
|
21537
|
+
], u1 = {
|
|
21506
21538
|
".": "./dist/comand-component-library.js",
|
|
21507
21539
|
"./css.js": "./src/css.js",
|
|
21508
21540
|
"./style.css": "./dist/style.css",
|
|
@@ -21512,7 +21544,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
21512
21544
|
"./currencies.json": "./src/assets/lists-of-data/currencies.json",
|
|
21513
21545
|
"./dial-codes.json": "./src/assets/lists-of-data/dial-codes.json",
|
|
21514
21546
|
"./us-cities.json": "./src/assets/lists-of-data/us-cities.json"
|
|
21515
|
-
},
|
|
21547
|
+
}, c1 = {
|
|
21516
21548
|
"clickout-event": "^1.1.2",
|
|
21517
21549
|
"comand-frontend-framework": "^4.3.13",
|
|
21518
21550
|
"comand-ui-iconfonts": "^1.0.19",
|
|
@@ -21521,7 +21553,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
21521
21553
|
vue: "^3.2.31",
|
|
21522
21554
|
"vue-router": "^4.0.12",
|
|
21523
21555
|
vuex: "^4.0.2"
|
|
21524
|
-
},
|
|
21556
|
+
}, m1 = {
|
|
21525
21557
|
"@iconify/vue": "^4.0.0",
|
|
21526
21558
|
"@vitejs/plugin-vue": "^5.1.1",
|
|
21527
21559
|
"@vue/test-utils": "^2.0.0-0",
|
|
@@ -21531,19 +21563,19 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
21531
21563
|
"unplugin-vue-components": "^0.24.0",
|
|
21532
21564
|
vite: "^5.4.11",
|
|
21533
21565
|
"vue-jest": "^5.0.0-0"
|
|
21534
|
-
},
|
|
21535
|
-
name:
|
|
21536
|
-
version:
|
|
21537
|
-
license:
|
|
21538
|
-
author:
|
|
21566
|
+
}, p1 = {
|
|
21567
|
+
name: i1,
|
|
21568
|
+
version: l1,
|
|
21569
|
+
license: o1,
|
|
21570
|
+
author: a1,
|
|
21539
21571
|
private: !1,
|
|
21540
|
-
type:
|
|
21541
|
-
scripts:
|
|
21542
|
-
files:
|
|
21543
|
-
exports:
|
|
21544
|
-
dependencies:
|
|
21545
|
-
devDependencies:
|
|
21546
|
-
},
|
|
21572
|
+
type: s1,
|
|
21573
|
+
scripts: r1,
|
|
21574
|
+
files: d1,
|
|
21575
|
+
exports: u1,
|
|
21576
|
+
dependencies: c1,
|
|
21577
|
+
devDependencies: m1
|
|
21578
|
+
}, f1 = [
|
|
21547
21579
|
"AddressData",
|
|
21548
21580
|
"AdvancedFormElements",
|
|
21549
21581
|
"BankAccountData",
|
|
@@ -21594,7 +21626,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
21594
21626
|
"Tooltip",
|
|
21595
21627
|
"UploadForm",
|
|
21596
21628
|
"WidthLimitationWrapper"
|
|
21597
|
-
],
|
|
21629
|
+
], h1 = {
|
|
21598
21630
|
data() {
|
|
21599
21631
|
return {
|
|
21600
21632
|
cmdAddressDataSettingsData: {
|
|
@@ -22612,9 +22644,9 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
22612
22644
|
}
|
|
22613
22645
|
};
|
|
22614
22646
|
}
|
|
22615
|
-
}, hi = "/media/images/content-images/landscape-medium.jpg",
|
|
22647
|
+
}, hi = "/media/images/content-images/landscape-medium.jpg", g1 = "/media/images/demo-images/small/landscape-01.jpg", y1 = "/media/images/demo-images/small/landscape-02.jpg", b1 = "/media/images/demo-images/small/landscape-03.jpg", x1 = {
|
|
22616
22648
|
name: "App",
|
|
22617
|
-
mixins: [
|
|
22649
|
+
mixins: [h1],
|
|
22618
22650
|
components: {
|
|
22619
22651
|
PageOverview: _l
|
|
22620
22652
|
},
|
|
@@ -22631,7 +22663,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
22631
22663
|
selectedLanguage: "none",
|
|
22632
22664
|
fancyBoxCookieDisclaimer: !1,
|
|
22633
22665
|
componentNameForContainer: "CmdHeadline",
|
|
22634
|
-
listOfComponents:
|
|
22666
|
+
listOfComponents: f1,
|
|
22635
22667
|
activeEntry: "CmdAddressData",
|
|
22636
22668
|
basicFormData: {},
|
|
22637
22669
|
cmdCodeOutputSlotContent: "<p>This is text for the slot provided as string to not render the HTML.</p>",
|
|
@@ -22779,20 +22811,21 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
22779
22811
|
listOfTagsData: gC,
|
|
22780
22812
|
descriptionListData: hC,
|
|
22781
22813
|
multistepsData: _C,
|
|
22814
|
+
multistepFormWrapperPage1Data: OC,
|
|
22782
22815
|
mailToolData: kC,
|
|
22783
22816
|
navigationData: Ll,
|
|
22784
|
-
openingHoursData:
|
|
22817
|
+
openingHoursData: FC,
|
|
22785
22818
|
selectOptionsData: MC,
|
|
22786
|
-
slideshowData:
|
|
22787
|
-
smartSearchData:
|
|
22788
|
-
socialNetworksData:
|
|
22789
|
-
tableDataSmall:
|
|
22790
|
-
tableDataLarge:
|
|
22791
|
-
tabsData:
|
|
22792
|
-
thumbnailScrollerImagesData:
|
|
22793
|
-
thumbnailScrollerTextData:
|
|
22794
|
-
allCountriesData:
|
|
22795
|
-
packageJson:
|
|
22819
|
+
slideshowData: PC,
|
|
22820
|
+
smartSearchData: EC,
|
|
22821
|
+
socialNetworksData: RC,
|
|
22822
|
+
tableDataSmall: GC,
|
|
22823
|
+
tableDataLarge: $C,
|
|
22824
|
+
tabsData: jC,
|
|
22825
|
+
thumbnailScrollerImagesData: e1,
|
|
22826
|
+
thumbnailScrollerTextData: t1,
|
|
22827
|
+
allCountriesData: n1,
|
|
22828
|
+
packageJson: p1
|
|
22796
22829
|
};
|
|
22797
22830
|
},
|
|
22798
22831
|
mounted() {
|
|
@@ -22823,6 +22856,9 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
22823
22856
|
}
|
|
22824
22857
|
},
|
|
22825
22858
|
methods: {
|
|
22859
|
+
toggleSystemMessage(e, t) {
|
|
22860
|
+
console.log("event", e), e === "error" ? t.setErrorOnPage("Please fill all required fields!") : t.removeErrorOnPage();
|
|
22861
|
+
},
|
|
22826
22862
|
cmdLinkOutput(e, t) {
|
|
22827
22863
|
this.outputCmdLink.event.originalEvent = e, this.outputCmdLink.event.linkType = t;
|
|
22828
22864
|
},
|
|
@@ -22997,140 +23033,140 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
22997
23033
|
});
|
|
22998
23034
|
}
|
|
22999
23035
|
}
|
|
23000
|
-
},
|
|
23036
|
+
}, C1 = ["id"], v1 = { for: "select-template" }, k1 = { class: "input-wrapper" }, w1 = { for: "default-color-scheme" }, T1 = { for: "light-mode" }, S1 = { for: "dark-mode" }, _1 = ["href", "onClick"], O1 = { class: "box-footer comand-versions" }, L1 = { class: "closed-sidebar" }, I1 = {
|
|
23001
23037
|
key: 1,
|
|
23002
23038
|
id: "content"
|
|
23003
|
-
},
|
|
23039
|
+
}, B1 = {
|
|
23004
23040
|
class: "headline-demopage",
|
|
23005
23041
|
id: "section-address-data"
|
|
23006
|
-
},
|
|
23042
|
+
}, D1 = { class: "flex-container" }, F1 = { class: "flex-container" }, M1 = { class: "list-status" }, P1 = { class: "error" }, V1 = { class: "flex-container" }, A1 = { class: "headline-demopage" }, E1 = { class: "flex-container" }, H1 = { class: "flex-container" }, q1 = { class: "flex-container" }, R1 = { class: "flex-container" }, j1 = { class: "flex-container" }, N1 = { class: "headline-demopage" }, U1 = { class: "flex-container" }, z1 = { class: "flex-container flex-items-flex-none" }, W1 = {
|
|
23007
23043
|
class: "inline",
|
|
23008
23044
|
for: "range-value"
|
|
23009
|
-
},
|
|
23045
|
+
}, G1 = ["disabled"], K1 = { for: "range-slider" }, Y1 = ["disabled"], J1 = { class: "label inline" }, Z1 = { class: "flex-container flex-items-flex-none" }, Q1 = { class: "label inline" }, X1 = { class: "flex-container flex-items-flex-none" }, $1 = { class: "label inline" }, ev = { class: "flex-container flex-items-flex-none" }, tv = { class: "label inline" }, nv = { class: "flex-container flex-items-flex-none" }, iv = {
|
|
23010
23046
|
class: "headline-demopage",
|
|
23011
23047
|
id: "section-input-group"
|
|
23012
|
-
},
|
|
23048
|
+
}, lv = { class: "flex-container" }, ov = { class: "button-wrapper flex-none" }, av = ["disabled"], sv = {
|
|
23013
23049
|
class: "headline-demopage",
|
|
23014
23050
|
id: "section-bank-account-data"
|
|
23015
|
-
},
|
|
23051
|
+
}, rv = {
|
|
23016
23052
|
class: "headline-demopage",
|
|
23017
23053
|
id: "section-basic-form"
|
|
23018
|
-
},
|
|
23054
|
+
}, dv = { class: "headline-demopage" }, uv = { class: "navigation" }, cv = {
|
|
23019
23055
|
class: "headline-demopage",
|
|
23020
23056
|
id: "section-breadcrumbs"
|
|
23021
|
-
},
|
|
23057
|
+
}, mv = {
|
|
23022
23058
|
class: "headline-demopage",
|
|
23023
23059
|
id: "section-code-output"
|
|
23024
|
-
},
|
|
23060
|
+
}, pv = {
|
|
23025
23061
|
class: "headline-demopage",
|
|
23026
23062
|
id: "section-company-logo"
|
|
23027
|
-
},
|
|
23063
|
+
}, fv = {
|
|
23028
23064
|
class: "headline-demopage",
|
|
23029
23065
|
id: "section-container"
|
|
23030
|
-
},
|
|
23066
|
+
}, hv = {
|
|
23031
23067
|
class: "headline-demopage",
|
|
23032
23068
|
id: "section-headlines"
|
|
23033
|
-
},
|
|
23069
|
+
}, gv = {
|
|
23034
23070
|
class: "headline-demopage",
|
|
23035
23071
|
id: "section-image"
|
|
23036
|
-
},
|
|
23072
|
+
}, yv = { class: "flex-container" }, bv = {
|
|
23037
23073
|
class: "headline-demopage",
|
|
23038
23074
|
id: "section-image-gallery"
|
|
23039
|
-
},
|
|
23075
|
+
}, xv = {
|
|
23040
23076
|
class: "headline-demopage",
|
|
23041
23077
|
id: "section-link"
|
|
23042
|
-
},
|
|
23078
|
+
}, Cv = { class: "output" }, vv = {
|
|
23043
23079
|
class: "headline-demopage",
|
|
23044
23080
|
id: "section-list"
|
|
23045
|
-
},
|
|
23081
|
+
}, kv = { class: "output" }, wv = { class: "flex-container" }, Tv = { class: "flex-container" }, Sv = {
|
|
23046
23082
|
class: "headline-demopage",
|
|
23047
23083
|
id: "section-login-form"
|
|
23048
|
-
},
|
|
23084
|
+
}, _v = {
|
|
23049
23085
|
class: "headline-demopage",
|
|
23050
23086
|
id: "section-main-navigation"
|
|
23051
|
-
},
|
|
23087
|
+
}, Ov = {
|
|
23052
23088
|
class: "headline-demopage",
|
|
23053
23089
|
id: "section-multistep-form-wrapper"
|
|
23054
|
-
},
|
|
23090
|
+
}, Lv = ["onClick"], Iv = ["onClick"], Bv = ["onClick"], Dv = { class: "flex-container" }, Fv = ["onClick"], Mv = { key: 0 }, Pv = ["onClick"], Vv = { key: 0 }, Av = ["onClick"], Ev = { key: 0 }, Hv = { key: 0 }, qv = { key: 0 }, Rv = { class: "button-wrapper reverse justify-content-space-between" }, jv = {
|
|
23055
23091
|
class: "headline-demopage",
|
|
23056
23092
|
id: "section-multistep-form-progress-bar"
|
|
23057
|
-
},
|
|
23093
|
+
}, Nv = {
|
|
23058
23094
|
class: "headline-demopage",
|
|
23059
23095
|
id: "section-newsletter-subscription"
|
|
23060
|
-
},
|
|
23096
|
+
}, Uv = {
|
|
23061
23097
|
class: "headline-demopage",
|
|
23062
23098
|
id: "section-opening-hours"
|
|
23063
|
-
},
|
|
23099
|
+
}, zv = {
|
|
23064
23100
|
class: "headline-demopage",
|
|
23065
23101
|
id: "section-page-footer"
|
|
23066
|
-
},
|
|
23102
|
+
}, Wv = {
|
|
23067
23103
|
class: "headline-demopage",
|
|
23068
23104
|
id: "section-page-header"
|
|
23069
|
-
},
|
|
23105
|
+
}, Gv = {
|
|
23070
23106
|
class: "headline-demopage",
|
|
23071
23107
|
id: "section-pagination"
|
|
23072
|
-
},
|
|
23108
|
+
}, Kv = {
|
|
23073
23109
|
class: "headline-demopage",
|
|
23074
23110
|
id: "section-paragraph"
|
|
23075
|
-
},
|
|
23111
|
+
}, Yv = {
|
|
23076
23112
|
class: "headline-demopage",
|
|
23077
23113
|
id: "section-section"
|
|
23078
|
-
},
|
|
23114
|
+
}, Jv = {
|
|
23079
23115
|
class: "headline-demopage",
|
|
23080
23116
|
id: "section-site-header"
|
|
23081
|
-
},
|
|
23117
|
+
}, Zv = {
|
|
23082
23118
|
class: "headline-demopage",
|
|
23083
23119
|
id: "section-site-search"
|
|
23084
|
-
},
|
|
23120
|
+
}, Qv = {
|
|
23085
23121
|
class: "headline-demopage",
|
|
23086
23122
|
id: "section-slideshow"
|
|
23087
|
-
},
|
|
23123
|
+
}, Xv = {
|
|
23088
23124
|
class: "headline-demopage",
|
|
23089
23125
|
id: "section-smart-search"
|
|
23090
|
-
},
|
|
23126
|
+
}, $v = {
|
|
23091
23127
|
class: "headline-demopage",
|
|
23092
23128
|
id: "section-social-networks"
|
|
23093
|
-
},
|
|
23129
|
+
}, ek = {
|
|
23094
23130
|
class: "headline-demopage",
|
|
23095
23131
|
id: "section-system-message"
|
|
23096
|
-
},
|
|
23132
|
+
}, tk = {
|
|
23097
23133
|
class: "headline-demopage",
|
|
23098
23134
|
id: "section-tables"
|
|
23099
|
-
},
|
|
23135
|
+
}, nk = {
|
|
23100
23136
|
class: "headline-demopage",
|
|
23101
23137
|
id: "section-tabs"
|
|
23102
|
-
},
|
|
23138
|
+
}, ik = {
|
|
23103
23139
|
class: "headline-demopage",
|
|
23104
23140
|
id: "section-tag"
|
|
23105
|
-
},
|
|
23141
|
+
}, lk = {
|
|
23106
23142
|
class: "headline-demopage",
|
|
23107
23143
|
id: "section-text-image-block"
|
|
23108
|
-
},
|
|
23144
|
+
}, ok = { class: "flex-container" }, ak = {
|
|
23109
23145
|
class: "headline-demopage",
|
|
23110
23146
|
id: "section-thumbnail-scroller"
|
|
23111
|
-
},
|
|
23147
|
+
}, sk = { class: "inline-size" }, rk = {
|
|
23112
23148
|
class: "headline-demopage",
|
|
23113
23149
|
id: "section-toggle-dark-mode"
|
|
23114
|
-
},
|
|
23150
|
+
}, dk = {
|
|
23115
23151
|
class: "headline-demopage",
|
|
23116
23152
|
id: "section-tooltip"
|
|
23117
|
-
},
|
|
23153
|
+
}, uk = {
|
|
23118
23154
|
class: "headline-demopage",
|
|
23119
23155
|
id: "section-upload-form"
|
|
23120
|
-
},
|
|
23156
|
+
}, ck = {
|
|
23121
23157
|
class: "headline-demopage",
|
|
23122
23158
|
id: "section-width-limitation-wrapper"
|
|
23123
|
-
},
|
|
23159
|
+
}, mk = {
|
|
23124
23160
|
key: 2,
|
|
23125
23161
|
id: "content"
|
|
23126
23162
|
};
|
|
23127
|
-
function
|
|
23128
|
-
const d = wn, u = Ni, c = ch, f = vn, g = zi, h = xh, w = Tl, x = Ai, _ = Gi, T = te, D = Rh, B = Wi, H = eh,
|
|
23163
|
+
function pk(e, t, n, s, i, l) {
|
|
23164
|
+
const d = wn, u = Ni, c = ch, f = vn, g = zi, h = xh, w = Tl, x = Ai, _ = Gi, T = te, D = Rh, B = Wi, H = eh, F = Cn, U = Ei, G = fr, E = vr, R = Ri, W = Ui, Q = Tc, Z = Fc, le = Bm, me = Ji, ne = J, ie = K, se = ke, pe = Km, fe = $m, X = Pe, he = yp, A = qx, re = Zi, xe = _e("router-view"), Te = Zp, Oe = Xi, Ve = tf, de = Lf, st = Nf, rt = Kf, dt = Qi, ut = lx, je = lh, Ke = hh, ct = Ih, Y = Ah, Bl = $i, Dl = Kh, Fl = Re, Bn = lg, Ml = el, Pl = ji, Pt = Cg, Vl = Hi, Al = Tg, Vt = Pi, El = Lb, Hl = _l, ql = nm, Rl = Xc, jl = qd, Nl = Vb, Ul = Zl("fancybox");
|
|
23129
23165
|
return $((a(), r("div", {
|
|
23130
23166
|
class: "page-wrapper",
|
|
23131
23167
|
id: l.templateId
|
|
23132
23168
|
}, [
|
|
23133
|
-
t[
|
|
23169
|
+
t[327] || (t[327] = o("a", { id: "anchor-back-to-top" }, null, -1)),
|
|
23134
23170
|
i.showLeftSidebar ? (a(), v(c, {
|
|
23135
23171
|
key: 0,
|
|
23136
23172
|
cmdHeadline: { headlineText: "Site Settings", headlineLevel: 3, textAlign: "center" },
|
|
@@ -23154,7 +23190,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23154
23190
|
onToggleCollapse: (j) => b.boxToggled(0, j)
|
|
23155
23191
|
}, {
|
|
23156
23192
|
body: k(() => [
|
|
23157
|
-
o("label",
|
|
23193
|
+
o("label", v1, [
|
|
23158
23194
|
t[133] || (t[133] = o("span", null, "Select template", -1)),
|
|
23159
23195
|
$(o("select", {
|
|
23160
23196
|
id: "select-template",
|
|
@@ -23169,8 +23205,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
23169
23205
|
]),
|
|
23170
23206
|
o("div", null, [
|
|
23171
23207
|
t[137] || (t[137] = o("span", null, "Color Scheme", -1)),
|
|
23172
|
-
o("div",
|
|
23173
|
-
o("label",
|
|
23208
|
+
o("div", k1, [
|
|
23209
|
+
o("label", w1, [
|
|
23174
23210
|
$(o("input", {
|
|
23175
23211
|
type: "radio",
|
|
23176
23212
|
id: "default-color-scheme",
|
|
@@ -23182,7 +23218,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23182
23218
|
]),
|
|
23183
23219
|
t[134] || (t[134] = o("span", { class: "label-text" }, "Color-Scheme by Browser/OS", -1))
|
|
23184
23220
|
]),
|
|
23185
|
-
o("label",
|
|
23221
|
+
o("label", T1, [
|
|
23186
23222
|
$(o("input", {
|
|
23187
23223
|
type: "radio",
|
|
23188
23224
|
id: "light-mode",
|
|
@@ -23194,7 +23230,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23194
23230
|
]),
|
|
23195
23231
|
t[135] || (t[135] = o("span", { class: "label-text" }, "Light Mode", -1))
|
|
23196
23232
|
]),
|
|
23197
|
-
o("label",
|
|
23233
|
+
o("label", S1, [
|
|
23198
23234
|
$(o("input", {
|
|
23199
23235
|
type: "radio",
|
|
23200
23236
|
id: "dark-mode",
|
|
@@ -23229,7 +23265,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23229
23265
|
href: l.sectionName(j),
|
|
23230
23266
|
onClick: (Ne) => l.updateSettingsSidebar(l.componentNameWithPrefix(j)),
|
|
23231
23267
|
title: "Go to component"
|
|
23232
|
-
}, y(l.readableComponentName(j)), 9,
|
|
23268
|
+
}, y(l.readableComponentName(j)), 9, _1)
|
|
23233
23269
|
], 2))), 128))
|
|
23234
23270
|
])
|
|
23235
23271
|
]),
|
|
@@ -23251,7 +23287,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23251
23287
|
}, " Contact Information ")
|
|
23252
23288
|
]),
|
|
23253
23289
|
o("li", null, [
|
|
23254
|
-
t[138] || (t[138] =
|
|
23290
|
+
t[138] || (t[138] = M(" Multiple Lists Of Links ")),
|
|
23255
23291
|
o("ul", null, [
|
|
23256
23292
|
o("li", null, [
|
|
23257
23293
|
o("a", {
|
|
@@ -23268,7 +23304,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23268
23304
|
])
|
|
23269
23305
|
]),
|
|
23270
23306
|
o("li", null, [
|
|
23271
|
-
t[139] || (t[139] =
|
|
23307
|
+
t[139] || (t[139] = M(" Multiple Box Wrapper ")),
|
|
23272
23308
|
o("ul", null, [
|
|
23273
23309
|
o("li", null, [
|
|
23274
23310
|
o("a", {
|
|
@@ -23291,7 +23327,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23291
23327
|
]),
|
|
23292
23328
|
_: 1
|
|
23293
23329
|
}, 8, ["openBoxesByDefault"]),
|
|
23294
|
-
o("dl",
|
|
23330
|
+
o("dl", O1, [
|
|
23295
23331
|
t[140] || (t[140] = o("dt", null, "Frontend-Framework Version:", -1)),
|
|
23296
23332
|
o("dd", null, y(i.packageJson.dependencies["comand-frontend-framework"].replace("^", "")), 1),
|
|
23297
23333
|
t[141] || (t[141] = o("dt", null, "Component-Library Version:", -1)),
|
|
@@ -23299,7 +23335,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23299
23335
|
])
|
|
23300
23336
|
]),
|
|
23301
23337
|
closed: k(() => [
|
|
23302
|
-
o("div",
|
|
23338
|
+
o("div", L1, [
|
|
23303
23339
|
o("a", {
|
|
23304
23340
|
href: "#",
|
|
23305
23341
|
class: "button primary",
|
|
@@ -23347,7 +23383,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23347
23383
|
]),
|
|
23348
23384
|
_: 1
|
|
23349
23385
|
}),
|
|
23350
|
-
i.componentView ? (a(), r("main",
|
|
23386
|
+
i.componentView ? (a(), r("main", I1, [
|
|
23351
23387
|
p(w, null, {
|
|
23352
23388
|
default: k(() => t[146] || (t[146] = [
|
|
23353
23389
|
o("h1", { class: "headline-demopage" }, "Components Overview", -1)
|
|
@@ -23356,7 +23392,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23356
23392
|
}),
|
|
23357
23393
|
p(w, null, {
|
|
23358
23394
|
default: k(() => [
|
|
23359
|
-
o("h2",
|
|
23395
|
+
o("h2", B1, [
|
|
23360
23396
|
t[147] || (t[147] = o("span", null, "Address Data", -1)),
|
|
23361
23397
|
o("a", {
|
|
23362
23398
|
href: "#",
|
|
@@ -23365,7 +23401,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23365
23401
|
onClick: t[13] || (t[13] = S((b) => l.openSettingsSidebar("CmdAddressData"), ["prevent"]))
|
|
23366
23402
|
})
|
|
23367
23403
|
]),
|
|
23368
|
-
o("div",
|
|
23404
|
+
o("div", D1, [
|
|
23369
23405
|
p(x, L({
|
|
23370
23406
|
ref: "CmdAddressData",
|
|
23371
23407
|
addressData: i.addressData
|
|
@@ -23383,7 +23419,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23383
23419
|
t[188] || (t[188] = o("h3", null, [
|
|
23384
23420
|
o("span", null, "Form elements status:")
|
|
23385
23421
|
], -1)),
|
|
23386
|
-
o("div",
|
|
23422
|
+
o("div", F1, [
|
|
23387
23423
|
o("ul", M1, [
|
|
23388
23424
|
o("li", null, [
|
|
23389
23425
|
o("a", {
|
|
@@ -23393,7 +23429,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23393
23429
|
id: "status-default"
|
|
23394
23430
|
}, " Default ", 2)
|
|
23395
23431
|
]),
|
|
23396
|
-
o("li",
|
|
23432
|
+
o("li", P1, [
|
|
23397
23433
|
o("a", {
|
|
23398
23434
|
href: "#",
|
|
23399
23435
|
onClick: t[15] || (t[15] = S((b) => l.setStatus("error", !1), ["prevent"])),
|
|
@@ -23446,9 +23482,9 @@ function mk(e, t, n, s, i, l) {
|
|
|
23446
23482
|
novalidate: "novalidate"
|
|
23447
23483
|
}, {
|
|
23448
23484
|
default: k(() => [
|
|
23449
|
-
o("fieldset",
|
|
23485
|
+
o("fieldset", V1, [
|
|
23450
23486
|
t[167] || (t[167] = o("legend", null, "Legend", -1)),
|
|
23451
|
-
o("h2",
|
|
23487
|
+
o("h2", A1, [
|
|
23452
23488
|
t[148] || (t[148] = o("span", null, "Form Element-Component", -1)),
|
|
23453
23489
|
o("a", {
|
|
23454
23490
|
href: "#",
|
|
@@ -23461,7 +23497,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23461
23497
|
status: i.validationStatus,
|
|
23462
23498
|
disabled: i.disabledStatus
|
|
23463
23499
|
}), null, 16, ["status", "disabled"]),
|
|
23464
|
-
o("div",
|
|
23500
|
+
o("div", E1, [
|
|
23465
23501
|
p(T, {
|
|
23466
23502
|
labelText: "Input for datalist:",
|
|
23467
23503
|
element: "input",
|
|
@@ -23473,7 +23509,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23473
23509
|
tooltipText: "This is a tooltip"
|
|
23474
23510
|
}, null, 8, ["status", "disabled", "datalist"])
|
|
23475
23511
|
]),
|
|
23476
|
-
o("div",
|
|
23512
|
+
o("div", H1, [
|
|
23477
23513
|
p(T, L({
|
|
23478
23514
|
labelText: "Input (type search (without search-button)):",
|
|
23479
23515
|
element: "input",
|
|
@@ -23496,7 +23532,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23496
23532
|
}, { useCustomTooltip: !1 }), null, 16, ["status", "disabled"])
|
|
23497
23533
|
]),
|
|
23498
23534
|
t[168] || (t[168] = o("h3", null, "Inputfields in Columns", -1)),
|
|
23499
|
-
o("div",
|
|
23535
|
+
o("div", q1, [
|
|
23500
23536
|
p(T, {
|
|
23501
23537
|
element: "input",
|
|
23502
23538
|
type: "text",
|
|
@@ -23542,7 +23578,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23542
23578
|
disabled: i.disabledStatus
|
|
23543
23579
|
}, null, 8, ["modelValue", "status", "disabled"])
|
|
23544
23580
|
]),
|
|
23545
|
-
o("div",
|
|
23581
|
+
o("div", R1, [
|
|
23546
23582
|
p(T, {
|
|
23547
23583
|
labelText: "Label for emailfield (with icon):",
|
|
23548
23584
|
element: "input",
|
|
@@ -23632,7 +23668,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23632
23668
|
disabled: i.disabledStatus
|
|
23633
23669
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
23634
23670
|
t[169] || (t[169] = o("h3", null, "Searchfields", -1)),
|
|
23635
|
-
o("div",
|
|
23671
|
+
o("div", j1, [
|
|
23636
23672
|
p(T, {
|
|
23637
23673
|
element: "input",
|
|
23638
23674
|
labelText: "Label for inputfield (search) without search-button:",
|
|
@@ -23688,7 +23724,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23688
23724
|
disabled: i.disabledStatus
|
|
23689
23725
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
23690
23726
|
t[171] || (t[171] = o("hr", null, null, -1)),
|
|
23691
|
-
o("h3",
|
|
23727
|
+
o("h3", N1, [
|
|
23692
23728
|
t[150] || (t[150] = o("span", null, "Fake Selects", -1)),
|
|
23693
23729
|
o("a", {
|
|
23694
23730
|
href: "#",
|
|
@@ -23697,7 +23733,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23697
23733
|
onClick: t[36] || (t[36] = S((b) => l.openSettingsSidebar("CmdFakeSelect"), ["prevent"]))
|
|
23698
23734
|
})
|
|
23699
23735
|
]),
|
|
23700
|
-
o("div",
|
|
23736
|
+
o("div", U1, [
|
|
23701
23737
|
p(B, L({ ref: "CmdFakeSelect" }, e.cmdFakeSelectSettingsData, {
|
|
23702
23738
|
selectData: i.fakeSelectOptionsData,
|
|
23703
23739
|
modelValue: i.fakeSelectDefault,
|
|
@@ -23774,8 +23810,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
23774
23810
|
class: C(["label", i.validationStatus])
|
|
23775
23811
|
}, [
|
|
23776
23812
|
t[153] || (t[153] = o("span", { class: "label-text" }, "Single-Slider (with in- and output):", -1)),
|
|
23777
|
-
o("span",
|
|
23778
|
-
o("label",
|
|
23813
|
+
o("span", z1, [
|
|
23814
|
+
o("label", W1, [
|
|
23779
23815
|
t[151] || (t[151] = o("span", { class: "label-text" }, [
|
|
23780
23816
|
o("span", null, "Range Value:")
|
|
23781
23817
|
], -1)),
|
|
@@ -23787,11 +23823,11 @@ function mk(e, t, n, s, i, l) {
|
|
|
23787
23823
|
min: "0",
|
|
23788
23824
|
max: "100",
|
|
23789
23825
|
id: "range-value"
|
|
23790
|
-
}, null, 10,
|
|
23826
|
+
}, null, 10, G1), [
|
|
23791
23827
|
[Wt, i.rangeValue]
|
|
23792
23828
|
])
|
|
23793
23829
|
]),
|
|
23794
|
-
o("label",
|
|
23830
|
+
o("label", K1, [
|
|
23795
23831
|
t[152] || (t[152] = o("span", { class: "label-text hidden" }, [
|
|
23796
23832
|
o("span", null, "Range Value")
|
|
23797
23833
|
], -1)),
|
|
@@ -23803,7 +23839,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
23803
23839
|
disabled: i.disabledStatus,
|
|
23804
23840
|
min: "0",
|
|
23805
23841
|
max: "100"
|
|
23806
|
-
}, null, 8,
|
|
23842
|
+
}, null, 8, Y1), [
|
|
23807
23843
|
[Wt, i.rangeValue]
|
|
23808
23844
|
])
|
|
23809
23845
|
])
|
|
@@ -23910,17 +23946,17 @@ function mk(e, t, n, s, i, l) {
|
|
|
23910
23946
|
disabled: i.disabledStatus
|
|
23911
23947
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
23912
23948
|
o("p", null, [
|
|
23913
|
-
|
|
23949
|
+
M(" checkbox (required) with boolean: " + y(i.checkboxRequiredValue), 1),
|
|
23914
23950
|
t[154] || (t[154] = o("br", null, null, -1)),
|
|
23915
|
-
|
|
23951
|
+
M(" checkbox with boolean: " + y(i.checkboxValue), 1),
|
|
23916
23952
|
t[155] || (t[155] = o("br", null, null, -1)),
|
|
23917
|
-
|
|
23953
|
+
M(" checkboxes with values: " + y(i.checkboxValues), 1)
|
|
23918
23954
|
]),
|
|
23919
23955
|
t[179] || (t[179] = o("h2", null, "Checkboxes and Radiobuttons", -1)),
|
|
23920
23956
|
t[180] || (t[180] = o("h3", null, "Checkboxes [native]", -1)),
|
|
23921
|
-
o("div",
|
|
23957
|
+
o("div", J1, [
|
|
23922
23958
|
t[157] || (t[157] = o("span", { class: "label-text" }, "Label for native checkboxes:", -1)),
|
|
23923
|
-
o("div",
|
|
23959
|
+
o("div", Z1, [
|
|
23924
23960
|
p(T, {
|
|
23925
23961
|
element: "input",
|
|
23926
23962
|
labelText: "Label for checkbox with boolean",
|
|
@@ -23964,18 +24000,18 @@ function mk(e, t, n, s, i, l) {
|
|
|
23964
24000
|
disabled: i.disabledStatus
|
|
23965
24001
|
}, {
|
|
23966
24002
|
labeltext: k(() => t[156] || (t[156] = [
|
|
23967
|
-
|
|
24003
|
+
M(" Labeltext with "),
|
|
23968
24004
|
o("a", { href: "#" }, "link", -1),
|
|
23969
|
-
|
|
24005
|
+
M(" given by slot ")
|
|
23970
24006
|
])),
|
|
23971
24007
|
_: 1
|
|
23972
24008
|
}, 8, ["modelValue", "status", "disabled"])
|
|
23973
24009
|
])
|
|
23974
24010
|
]),
|
|
23975
24011
|
t[181] || (t[181] = o("h3", null, "Checkboxes (replaced)", -1)),
|
|
23976
|
-
o("div",
|
|
24012
|
+
o("div", Q1, [
|
|
23977
24013
|
t[158] || (t[158] = o("span", { class: "label-text" }, "Label for Replaced Input-Type-Checkbox:", -1)),
|
|
23978
|
-
o("div",
|
|
24014
|
+
o("div", X1, [
|
|
23979
24015
|
p(T, {
|
|
23980
24016
|
element: "input",
|
|
23981
24017
|
labelText: "Label for replaced checkbox",
|
|
@@ -24003,9 +24039,9 @@ function mk(e, t, n, s, i, l) {
|
|
|
24003
24039
|
])
|
|
24004
24040
|
]),
|
|
24005
24041
|
t[182] || (t[182] = o("h3", null, "Radiobuttons [native]", -1)),
|
|
24006
|
-
o("div",
|
|
24042
|
+
o("div", $1, [
|
|
24007
24043
|
t[159] || (t[159] = o("span", { class: "label-text" }, "Label for native radiobuttons:", -1)),
|
|
24008
|
-
o("div",
|
|
24044
|
+
o("div", ev, [
|
|
24009
24045
|
p(T, {
|
|
24010
24046
|
element: "input",
|
|
24011
24047
|
labelText: "Label for native radiobutton",
|
|
@@ -24034,9 +24070,9 @@ function mk(e, t, n, s, i, l) {
|
|
|
24034
24070
|
]),
|
|
24035
24071
|
o("p", null, " Radiobuttons with values: " + y(i.radiobuttonValue), 1),
|
|
24036
24072
|
t[183] || (t[183] = o("h3", null, "Radiobuttons (replaced)", -1)),
|
|
24037
|
-
o("div",
|
|
24073
|
+
o("div", tv, [
|
|
24038
24074
|
t[160] || (t[160] = o("span", { class: "label-text" }, "Label for Replaced Input-Type-Radio:", -1)),
|
|
24039
|
-
o("div",
|
|
24075
|
+
o("div", nv, [
|
|
24040
24076
|
p(T, {
|
|
24041
24077
|
element: "input",
|
|
24042
24078
|
labelText: "Label for replaced radiobutton",
|
|
@@ -24065,8 +24101,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
24065
24101
|
}, null, 8, ["modelValue", "status", "disabled"])
|
|
24066
24102
|
])
|
|
24067
24103
|
]),
|
|
24068
|
-
o("h3",
|
|
24069
|
-
t[161] || (t[161] =
|
|
24104
|
+
o("h3", iv, [
|
|
24105
|
+
t[161] || (t[161] = M(" Input-Group ")),
|
|
24070
24106
|
o("a", {
|
|
24071
24107
|
href: "#",
|
|
24072
24108
|
class: "button small icon-cog",
|
|
@@ -24074,7 +24110,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24074
24110
|
onClick: t[62] || (t[62] = S((b) => l.openSettingsSidebar("CmdInputGroup"), ["prevent"]))
|
|
24075
24111
|
})
|
|
24076
24112
|
]),
|
|
24077
|
-
p(
|
|
24113
|
+
p(F, L({ ref: "CmdInputGroup" }, e.cmdInputGroupSettingsData, {
|
|
24078
24114
|
labelText: "Grouplabel for radio-group given by property:",
|
|
24079
24115
|
inputElements: l.idForReplacedInputsInInputGroup("radio-group"),
|
|
24080
24116
|
modelValue: i.inputGroup,
|
|
@@ -24087,7 +24123,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24087
24123
|
])
|
|
24088
24124
|
]),
|
|
24089
24125
|
t[184] || (t[184] = o("h3", null, "Input Groups with Checkboxes/Radiobuttons (toggle-switches)", -1)),
|
|
24090
|
-
p(
|
|
24126
|
+
p(F, {
|
|
24091
24127
|
labelText: "Grouplabel for checkbox-group styled as toggle-switches (colored):",
|
|
24092
24128
|
inputElements: l.idForReplacedInputsInInputGroup("checkbox-group-toggle-switch"),
|
|
24093
24129
|
inputTypes: "checkbox",
|
|
@@ -24105,7 +24141,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24105
24141
|
o("output", null, y(i.inputGroupValueToggleSwitchCheckbox), 1)
|
|
24106
24142
|
])
|
|
24107
24143
|
]),
|
|
24108
|
-
p(
|
|
24144
|
+
p(F, {
|
|
24109
24145
|
labelText: "Grouplabel for radio-group styled as toggle-switches:",
|
|
24110
24146
|
inputElements: l.idForReplacedInputsInInputGroup("radio-group-toggle-switch"),
|
|
24111
24147
|
inputTypes: "radio",
|
|
@@ -24122,7 +24158,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24122
24158
|
o("output", null, y(i.inputGroupValueToggleSwitchRadio), 1)
|
|
24123
24159
|
])
|
|
24124
24160
|
]),
|
|
24125
|
-
p(
|
|
24161
|
+
p(F, {
|
|
24126
24162
|
labelText: "Grouplabel for radio-group given by property styled as multiple-switch:",
|
|
24127
24163
|
inputElements: l.idForReplacedInputsInInputGroup("radio-group-multiple-switch"),
|
|
24128
24164
|
inputTypes: "radio",
|
|
@@ -24138,7 +24174,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24138
24174
|
o("output", null, y(i.inputGroupValue3), 1)
|
|
24139
24175
|
])
|
|
24140
24176
|
]),
|
|
24141
|
-
p(
|
|
24177
|
+
p(F, {
|
|
24142
24178
|
labelText: "Grouplabel for checkbox-group styled as multiple-switch (stretched horizontally):",
|
|
24143
24179
|
inputElements: i.inputGroupCheckboxes,
|
|
24144
24180
|
inputTypes: "checkbox",
|
|
@@ -24157,9 +24193,9 @@ function mk(e, t, n, s, i, l) {
|
|
|
24157
24193
|
])
|
|
24158
24194
|
])
|
|
24159
24195
|
]),
|
|
24160
|
-
o("div",
|
|
24196
|
+
o("div", lv, [
|
|
24161
24197
|
t[186] || (t[186] = o("small", null, "(values will not be submitted with the form!)", -1)),
|
|
24162
|
-
o("div",
|
|
24198
|
+
o("div", ov, [
|
|
24163
24199
|
p(T, {
|
|
24164
24200
|
element: "button",
|
|
24165
24201
|
nativeButton: { text: "Submit-button from component" },
|
|
@@ -24175,7 +24211,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24175
24211
|
}, t[185] || (t[185] = [
|
|
24176
24212
|
o("span", { class: "icon-check" }, null, -1),
|
|
24177
24213
|
o("span", null, "Native submit-button", -1)
|
|
24178
|
-
]), 8,
|
|
24214
|
+
]), 8, av)
|
|
24179
24215
|
])
|
|
24180
24216
|
])
|
|
24181
24217
|
]),
|
|
@@ -24190,7 +24226,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24190
24226
|
}),
|
|
24191
24227
|
p(w, null, {
|
|
24192
24228
|
default: k(() => [
|
|
24193
|
-
o("h2",
|
|
24229
|
+
o("h2", sv, [
|
|
24194
24230
|
t[189] || (t[189] = o("span", null, "Bank Account Data", -1)),
|
|
24195
24231
|
o("a", {
|
|
24196
24232
|
href: "#",
|
|
@@ -24205,7 +24241,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24205
24241
|
}),
|
|
24206
24242
|
p(w, null, {
|
|
24207
24243
|
default: k(() => [
|
|
24208
|
-
o("h2",
|
|
24244
|
+
o("h2", rv, [
|
|
24209
24245
|
t[190] || (t[190] = o("span", null, "Basic Form", -1)),
|
|
24210
24246
|
o("a", {
|
|
24211
24247
|
href: "#",
|
|
@@ -24238,7 +24274,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24238
24274
|
p(w, { anchorId: "section-boxes" }, {
|
|
24239
24275
|
default: k(() => [
|
|
24240
24276
|
t[211] || (t[211] = o("h2", { class: "headline-demopage" }, "Boxes", -1)),
|
|
24241
|
-
o("h3",
|
|
24277
|
+
o("h3", dv, [
|
|
24242
24278
|
t[193] || (t[193] = o("span", null, "Default Box", -1)),
|
|
24243
24279
|
o("a", {
|
|
24244
24280
|
href: "#",
|
|
@@ -24294,7 +24330,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24294
24330
|
"cutoff-text-lines": 4
|
|
24295
24331
|
}, {
|
|
24296
24332
|
body: k(() => t[197] || (t[197] = [
|
|
24297
|
-
|
|
24333
|
+
M(" This is a long text that is cutoff after a specific number of lines that can be defined by the property 'cutoffTextLines' and be toggled by a link below. ")
|
|
24298
24334
|
])),
|
|
24299
24335
|
_: 1
|
|
24300
24336
|
}),
|
|
@@ -24359,7 +24395,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24359
24395
|
o("h4", null, " Box with links ", -1)
|
|
24360
24396
|
])),
|
|
24361
24397
|
body: k(() => [
|
|
24362
|
-
o("ul",
|
|
24398
|
+
o("ul", uv, [
|
|
24363
24399
|
o("li", null, [
|
|
24364
24400
|
o("a", {
|
|
24365
24401
|
href: "#",
|
|
@@ -24526,7 +24562,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24526
24562
|
onToggleCollapse: (ge) => b.boxToggled(j - 1, ge)
|
|
24527
24563
|
}, {
|
|
24528
24564
|
body: k(() => [
|
|
24529
|
-
|
|
24565
|
+
M(y(b.currentOpenBox) + "Content " + y(j), 1)
|
|
24530
24566
|
]),
|
|
24531
24567
|
_: 2
|
|
24532
24568
|
}, 1032, ["cmdHeadline", "rowView", "openCollapsedBox", "onToggleCollapse"]))), 128))
|
|
@@ -24538,7 +24574,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24538
24574
|
}),
|
|
24539
24575
|
p(w, { "inner-component": "div" }, {
|
|
24540
24576
|
default: k(() => [
|
|
24541
|
-
o("h2",
|
|
24577
|
+
o("h2", cv, [
|
|
24542
24578
|
t[214] || (t[214] = o("span", null, "Breadcrumbs", -1)),
|
|
24543
24579
|
o("a", {
|
|
24544
24580
|
href: "#",
|
|
@@ -24557,7 +24593,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24557
24593
|
}),
|
|
24558
24594
|
p(w, null, {
|
|
24559
24595
|
default: k(() => [
|
|
24560
|
-
o("h2",
|
|
24596
|
+
o("h2", mv, [
|
|
24561
24597
|
t[215] || (t[215] = o("span", null, "Code Output", -1)),
|
|
24562
24598
|
o("a", {
|
|
24563
24599
|
href: "#",
|
|
@@ -24568,7 +24604,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24568
24604
|
]),
|
|
24569
24605
|
p(Q, L({ ref: "CmdCodeOutput" }, e.cmdCodeOutputSettingsData), {
|
|
24570
24606
|
default: k(() => [
|
|
24571
|
-
|
|
24607
|
+
M(y(i.cmdCodeOutputSlotContent), 1)
|
|
24572
24608
|
]),
|
|
24573
24609
|
_: 1
|
|
24574
24610
|
}, 16)
|
|
@@ -24577,7 +24613,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24577
24613
|
}),
|
|
24578
24614
|
p(w, null, {
|
|
24579
24615
|
default: k(() => [
|
|
24580
|
-
o("h2",
|
|
24616
|
+
o("h2", pv, [
|
|
24581
24617
|
t[216] || (t[216] = o("span", null, "Company Logo", -1)),
|
|
24582
24618
|
o("a", {
|
|
24583
24619
|
href: "#",
|
|
@@ -24595,7 +24631,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24595
24631
|
}),
|
|
24596
24632
|
p(w, null, {
|
|
24597
24633
|
default: k(() => [
|
|
24598
|
-
o("h2",
|
|
24634
|
+
o("h2", fv, [
|
|
24599
24635
|
t[217] || (t[217] = o("span", null, "Containers", -1)),
|
|
24600
24636
|
o("a", {
|
|
24601
24637
|
href: "#",
|
|
@@ -24750,7 +24786,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24750
24786
|
style: { "align-self": "flex-start" }
|
|
24751
24787
|
}, t[231] || (t[231] = [
|
|
24752
24788
|
o("img", {
|
|
24753
|
-
src:
|
|
24789
|
+
src: g1,
|
|
24754
24790
|
alt: "Alternative text"
|
|
24755
24791
|
}, null, -1)
|
|
24756
24792
|
])),
|
|
@@ -24762,7 +24798,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24762
24798
|
style: { "align-self": "flex-start" }
|
|
24763
24799
|
}, t[232] || (t[232] = [
|
|
24764
24800
|
o("img", {
|
|
24765
|
-
src:
|
|
24801
|
+
src: y1,
|
|
24766
24802
|
alt: "Alternative text"
|
|
24767
24803
|
}, null, -1)
|
|
24768
24804
|
])),
|
|
@@ -24778,7 +24814,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24778
24814
|
style: { "align-self": "flex-start" }
|
|
24779
24815
|
}, t[233] || (t[233] = [
|
|
24780
24816
|
o("img", {
|
|
24781
|
-
src:
|
|
24817
|
+
src: b1,
|
|
24782
24818
|
alt: "Alternative text"
|
|
24783
24819
|
}, null, -1)
|
|
24784
24820
|
]))
|
|
@@ -24850,7 +24886,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24850
24886
|
}),
|
|
24851
24887
|
p(w, null, {
|
|
24852
24888
|
default: k(() => [
|
|
24853
|
-
o("h2",
|
|
24889
|
+
o("h2", hv, [
|
|
24854
24890
|
t[243] || (t[243] = o("span", null, "Headlines", -1)),
|
|
24855
24891
|
o("a", {
|
|
24856
24892
|
href: "#",
|
|
@@ -24876,9 +24912,9 @@ function mk(e, t, n, s, i, l) {
|
|
|
24876
24912
|
headlineLevel: "3"
|
|
24877
24913
|
}, {
|
|
24878
24914
|
default: k(() => t[244] || (t[244] = [
|
|
24879
|
-
|
|
24915
|
+
M(" Headline text"),
|
|
24880
24916
|
o("br", null, null, -1),
|
|
24881
|
-
|
|
24917
|
+
M(" with html-content given by slot ")
|
|
24882
24918
|
])),
|
|
24883
24919
|
_: 1
|
|
24884
24920
|
}, 512)
|
|
@@ -24918,7 +24954,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24918
24954
|
}),
|
|
24919
24955
|
p(w, null, {
|
|
24920
24956
|
default: k(() => [
|
|
24921
|
-
o("h2",
|
|
24957
|
+
o("h2", gv, [
|
|
24922
24958
|
t[251] || (t[251] = o("span", null, "Image", -1)),
|
|
24923
24959
|
o("a", {
|
|
24924
24960
|
href: "#",
|
|
@@ -24927,7 +24963,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24927
24963
|
onClick: t[86] || (t[86] = S((b) => l.openSettingsSidebar("CmdImage"), ["prevent"]))
|
|
24928
24964
|
})
|
|
24929
24965
|
]),
|
|
24930
|
-
o("div",
|
|
24966
|
+
o("div", yv, [
|
|
24931
24967
|
p(se, L({
|
|
24932
24968
|
ref: "CmdImage",
|
|
24933
24969
|
image: i.imageData[0].image,
|
|
@@ -24943,7 +24979,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24943
24979
|
}),
|
|
24944
24980
|
p(w, null, {
|
|
24945
24981
|
default: k(() => [
|
|
24946
|
-
o("h2",
|
|
24982
|
+
o("h2", bv, [
|
|
24947
24983
|
t[252] || (t[252] = o("span", null, "Image-Gallery", -1)),
|
|
24948
24984
|
o("a", {
|
|
24949
24985
|
href: "#",
|
|
@@ -24976,7 +25012,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
24976
25012
|
default: k(() => {
|
|
24977
25013
|
var b, j, ge, Ne, Ye, Je;
|
|
24978
25014
|
return [
|
|
24979
|
-
o("h2",
|
|
25015
|
+
o("h2", xv, [
|
|
24980
25016
|
t[254] || (t[254] = o("span", null, "Link", -1)),
|
|
24981
25017
|
o("a", {
|
|
24982
25018
|
href: "#",
|
|
@@ -25044,7 +25080,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
25044
25080
|
fancybox: !0,
|
|
25045
25081
|
icon: { iconClass: "icon-chevron-one-stripe-right", position: "right", tooltip: "Tooltip for hyperlink" }
|
|
25046
25082
|
})) : m("", !0),
|
|
25047
|
-
o("dl",
|
|
25083
|
+
o("dl", Cv, [
|
|
25048
25084
|
t[255] || (t[255] = o("dt", null, "Event:", -1)),
|
|
25049
25085
|
o("dd", null, y((j = (b = i.outputCmdLink) == null ? void 0 : b.event) == null ? void 0 : j.originalEvent.originalEvent), 1),
|
|
25050
25086
|
t[256] || (t[256] = o("dt", null, "Target:", -1)),
|
|
@@ -25060,7 +25096,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
25060
25096
|
default: k(() => {
|
|
25061
25097
|
var b, j, ge, Ne, Ye, Je;
|
|
25062
25098
|
return [
|
|
25063
|
-
o("h2",
|
|
25099
|
+
o("h2", vv, [
|
|
25064
25100
|
t[258] || (t[258] = o("span", null, "List", -1)),
|
|
25065
25101
|
o("a", {
|
|
25066
25102
|
href: "#",
|
|
@@ -25077,7 +25113,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
25077
25113
|
listContentType: "links",
|
|
25078
25114
|
onClick: l.cmdLinkOutput
|
|
25079
25115
|
}), null, 16, ["items", "onClick"]),
|
|
25080
|
-
o("dl",
|
|
25116
|
+
o("dl", kv, [
|
|
25081
25117
|
t[259] || (t[259] = o("dt", null, "Event:", -1)),
|
|
25082
25118
|
o("dd", null, y((j = (b = i.outputCmdLink) == null ? void 0 : b.event) == null ? void 0 : j.originalEvent), 1),
|
|
25083
25119
|
t[260] || (t[260] = o("dt", null, "Target:", -1)),
|
|
@@ -25091,7 +25127,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
25091
25127
|
orientation: "horizontal",
|
|
25092
25128
|
listContentType: "images"
|
|
25093
25129
|
}, null, 8, ["items"]),
|
|
25094
|
-
o("div",
|
|
25130
|
+
o("div", wv, [
|
|
25095
25131
|
p(f, {
|
|
25096
25132
|
cmdHeadline: { headlineText: "List of tags (default)", headlineLevel: 3 },
|
|
25097
25133
|
items: i.listOfTagsData,
|
|
@@ -25121,7 +25157,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
25121
25157
|
}, null, 8, ["items"])
|
|
25122
25158
|
]),
|
|
25123
25159
|
t[262] || (t[262] = o("h3", null, "Description Lists", -1)),
|
|
25124
|
-
o("div",
|
|
25160
|
+
o("div", Tv, [
|
|
25125
25161
|
p(f, {
|
|
25126
25162
|
listType: "description",
|
|
25127
25163
|
cmdHeadline: { headlineText: "List with text", headlineLevel: 4 },
|
|
@@ -25145,7 +25181,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
25145
25181
|
}),
|
|
25146
25182
|
p(w, null, {
|
|
25147
25183
|
default: k(() => [
|
|
25148
|
-
o("h2",
|
|
25184
|
+
o("h2", Sv, [
|
|
25149
25185
|
t[263] || (t[263] = o("span", null, "Login Form", -1)),
|
|
25150
25186
|
o("a", {
|
|
25151
25187
|
href: "#",
|
|
@@ -25185,7 +25221,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
25185
25221
|
}),
|
|
25186
25222
|
p(w, null, {
|
|
25187
25223
|
default: k(() => [
|
|
25188
|
-
o("h2",
|
|
25224
|
+
o("h2", _v, [
|
|
25189
25225
|
t[265] || (t[265] = o("span", null, "Main Navigation", -1)),
|
|
25190
25226
|
o("a", {
|
|
25191
25227
|
href: "#",
|
|
@@ -25201,7 +25237,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
25201
25237
|
}),
|
|
25202
25238
|
p(w, null, {
|
|
25203
25239
|
default: k(() => [
|
|
25204
|
-
o("h2",
|
|
25240
|
+
o("h2", Ov, [
|
|
25205
25241
|
t[266] || (t[266] = o("span", null, "Multistepform-Wrapper", -1)),
|
|
25206
25242
|
o("a", {
|
|
25207
25243
|
href: "#",
|
|
@@ -25210,82 +25246,92 @@ function mk(e, t, n, s, i, l) {
|
|
|
25210
25246
|
onClick: t[94] || (t[94] = S((b) => l.openSettingsSidebar("CmdMultistepFormProgressBar"), ["prevent"]))
|
|
25211
25247
|
})
|
|
25212
25248
|
]),
|
|
25213
|
-
t[
|
|
25249
|
+
t[277] || (t[277] = o("h3", null, "Data provided by property", -1)),
|
|
25214
25250
|
p(Te, null, {
|
|
25215
25251
|
"page-1": k((b) => [
|
|
25216
|
-
|
|
25217
|
-
|
|
25252
|
+
p(U, {
|
|
25253
|
+
formElements: i.multistepFormWrapperPage1Data,
|
|
25254
|
+
useSlot: !1,
|
|
25255
|
+
onValidationStatusChange: (j) => l.toggleSystemMessage(j, b),
|
|
25256
|
+
submitButtonOptions: { show: !1 }
|
|
25257
|
+
}, null, 8, ["formElements", "onValidationStatusChange"]),
|
|
25218
25258
|
o("a", {
|
|
25219
25259
|
href: "#",
|
|
25220
25260
|
onClick: S((j) => b.setErrorOnPage("This is an error!"), ["prevent"])
|
|
25221
|
-
}, "Set Error", 8,
|
|
25222
|
-
t[
|
|
25261
|
+
}, "Set Error", 8, Lv),
|
|
25262
|
+
t[267] || (t[267] = o("br", null, null, -1)),
|
|
25223
25263
|
o("a", {
|
|
25224
25264
|
href: "#",
|
|
25225
25265
|
onClick: S(b.removeErrorOnPage, ["prevent"])
|
|
25226
|
-
}, "Remove Error", 8,
|
|
25266
|
+
}, "Remove Error", 8, Iv)
|
|
25227
25267
|
]),
|
|
25228
25268
|
"page-2": k((b) => [
|
|
25229
|
-
t[
|
|
25230
|
-
t[
|
|
25269
|
+
t[268] || (t[268] = M(" Content Page 2")),
|
|
25270
|
+
t[269] || (t[269] = o("br", null, null, -1)),
|
|
25231
25271
|
o("a", {
|
|
25232
25272
|
href: "#",
|
|
25233
25273
|
onClick: S((j) => b.setErrorOnPage("This is an error!"), ["prevent"])
|
|
25234
|
-
}, "Set Error", 8,
|
|
25274
|
+
}, "Set Error", 8, Bv)
|
|
25235
25275
|
]),
|
|
25236
|
-
"page-3": k(() => t[
|
|
25237
|
-
|
|
25276
|
+
"page-3": k(() => t[270] || (t[270] = [
|
|
25277
|
+
M(" Content Page 3 ")
|
|
25238
25278
|
])),
|
|
25239
|
-
"page-4": k(() => t[
|
|
25240
|
-
|
|
25241
|
-
])),
|
|
25242
|
-
"page-5": k(() => t[274] || (t[274] = [
|
|
25243
|
-
F(" Content Page 5 ")
|
|
25279
|
+
"page-4": k(() => t[271] || (t[271] = [
|
|
25280
|
+
M(" Content Page 4 ")
|
|
25244
25281
|
])),
|
|
25282
|
+
"page-5": k((b) => [
|
|
25283
|
+
p(U, {
|
|
25284
|
+
formElements: i.multistepFormWrapperPage1Data,
|
|
25285
|
+
useSlot: !1,
|
|
25286
|
+
onValidationStatusChange: (j) => l.toggleSystemMessage(j, b),
|
|
25287
|
+
submitButton: { disabled: b.atleastOnePageWithError }
|
|
25288
|
+
}, null, 8, ["formElements", "onValidationStatusChange", "submitButton"]),
|
|
25289
|
+
M(" props.atleastOnPageWithError: " + y(b.atleastOnePageWithError), 1)
|
|
25290
|
+
]),
|
|
25245
25291
|
_: 1
|
|
25246
25292
|
}),
|
|
25247
|
-
t[
|
|
25293
|
+
t[278] || (t[278] = o("h3", null, "Data provided by slot", -1)),
|
|
25248
25294
|
p(Te, null, {
|
|
25249
25295
|
"progress-bar": k((b) => [
|
|
25250
|
-
o("ul",
|
|
25296
|
+
o("ul", Dv, [
|
|
25251
25297
|
(a(!0), r(O, null, q(b.numberOfPages, (j) => (a(), r("li", { key: j }, [
|
|
25252
25298
|
o("a", {
|
|
25253
25299
|
href: "#",
|
|
25254
25300
|
onClick: S((ge) => b.setErrorOnPage("This is an error!"), ["prevent"])
|
|
25255
|
-
}, y(j), 9,
|
|
25301
|
+
}, y(j), 9, Fv)
|
|
25256
25302
|
]))), 128))
|
|
25257
25303
|
])
|
|
25258
25304
|
]),
|
|
25259
25305
|
"page-1": k((b) => [
|
|
25260
|
-
t[
|
|
25306
|
+
t[272] || (t[272] = M(" Content Page 1 ")),
|
|
25261
25307
|
b.hasError ? (a(), r("span", Mv, "Error")) : m("", !0),
|
|
25262
25308
|
o("a", {
|
|
25263
25309
|
href: "#",
|
|
25264
25310
|
onClick: S((j) => b.setErrorOnPage("This is an error!"), ["prevent"])
|
|
25265
|
-
}, "Set Error", 8,
|
|
25311
|
+
}, "Set Error", 8, Pv)
|
|
25266
25312
|
]),
|
|
25267
25313
|
"page-2": k((b) => [
|
|
25268
|
-
t[
|
|
25269
|
-
b.hasError ? (a(), r("span",
|
|
25314
|
+
t[273] || (t[273] = M(" Content Page 2 ")),
|
|
25315
|
+
b.hasError ? (a(), r("span", Vv, "Error")) : m("", !0),
|
|
25270
25316
|
o("a", {
|
|
25271
25317
|
href: "#",
|
|
25272
25318
|
onClick: S((j) => b.setErrorOnPage("This is an error!"), ["prevent"])
|
|
25273
|
-
}, "Set Error", 8,
|
|
25319
|
+
}, "Set Error", 8, Av)
|
|
25274
25320
|
]),
|
|
25275
25321
|
"page-3": k((b) => [
|
|
25276
|
-
t[
|
|
25277
|
-
b.hasError ? (a(), r("span",
|
|
25322
|
+
t[274] || (t[274] = M(" Content Page 3 ")),
|
|
25323
|
+
b.hasError ? (a(), r("span", Ev, "Error")) : m("", !0)
|
|
25278
25324
|
]),
|
|
25279
25325
|
"page-4": k((b) => [
|
|
25280
|
-
t[
|
|
25281
|
-
b.hasError ? (a(), r("span",
|
|
25326
|
+
t[275] || (t[275] = M(" Content Page 4 ")),
|
|
25327
|
+
b.hasError ? (a(), r("span", Hv, "Error")) : m("", !0)
|
|
25282
25328
|
]),
|
|
25283
25329
|
"page-5": k((b) => [
|
|
25284
|
-
t[
|
|
25285
|
-
b.hasError ? (a(), r("span",
|
|
25330
|
+
t[276] || (t[276] = M(" Content Page 5 ")),
|
|
25331
|
+
b.hasError ? (a(), r("span", qv, "Error")) : m("", !0)
|
|
25286
25332
|
]),
|
|
25287
25333
|
pagination: k((b) => [
|
|
25288
|
-
o("div",
|
|
25334
|
+
o("div", Rv, [
|
|
25289
25335
|
p(X, {
|
|
25290
25336
|
linkType: "button",
|
|
25291
25337
|
highlightLevel: "none",
|
|
@@ -25318,7 +25364,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
25318
25364
|
onClick: b.setPrevPage,
|
|
25319
25365
|
disabled: b.disabledPrevLink
|
|
25320
25366
|
}, null, 8, ["onClick", "disabled"]),
|
|
25321
|
-
|
|
25367
|
+
M(" props.disabledPrevLink: " + y(b.disabledPrevLink), 1)
|
|
25322
25368
|
])
|
|
25323
25369
|
]),
|
|
25324
25370
|
_: 1
|
|
@@ -25328,8 +25374,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25328
25374
|
}),
|
|
25329
25375
|
p(w, null, {
|
|
25330
25376
|
default: k(() => [
|
|
25331
|
-
o("h2",
|
|
25332
|
-
t[
|
|
25377
|
+
o("h2", jv, [
|
|
25378
|
+
t[279] || (t[279] = o("span", null, "Multistepform-Progressbar", -1)),
|
|
25333
25379
|
o("a", {
|
|
25334
25380
|
href: "#",
|
|
25335
25381
|
class: "button small icon-cog",
|
|
@@ -25337,14 +25383,14 @@ function mk(e, t, n, s, i, l) {
|
|
|
25337
25383
|
onClick: t[95] || (t[95] = S((b) => l.openSettingsSidebar("CmdMultistepFormProgressBar"), ["prevent"]))
|
|
25338
25384
|
})
|
|
25339
25385
|
]),
|
|
25340
|
-
t[
|
|
25386
|
+
t[280] || (t[280] = o("h3", null, "Steps with icons", -1)),
|
|
25341
25387
|
p(Oe, L({
|
|
25342
25388
|
ref: "CmdMultistepFormProgressBar",
|
|
25343
25389
|
multisteps: i.multistepsData.withIcon
|
|
25344
25390
|
}, e.cmdMultistepFormProgressBarSettingsData, {
|
|
25345
25391
|
onClick: t[96] || (t[96] = (b) => i.showPageMultistep = b.index + 1)
|
|
25346
25392
|
}), null, 16, ["multisteps"]),
|
|
25347
|
-
t[
|
|
25393
|
+
t[281] || (t[281] = o("h3", null, "Router", -1)),
|
|
25348
25394
|
p(Oe, L({
|
|
25349
25395
|
ref: "CmdMultistepFormProgressBar",
|
|
25350
25396
|
multisteps: i.multistepsData.router
|
|
@@ -25359,8 +25405,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25359
25405
|
}),
|
|
25360
25406
|
p(w, null, {
|
|
25361
25407
|
default: k(() => [
|
|
25362
|
-
o("h2",
|
|
25363
|
-
t[
|
|
25408
|
+
o("h2", Nv, [
|
|
25409
|
+
t[282] || (t[282] = o("span", null, "Newsletter Subscription", -1)),
|
|
25364
25410
|
o("a", {
|
|
25365
25411
|
href: "#",
|
|
25366
25412
|
class: "button small icon-cog",
|
|
@@ -25383,8 +25429,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25383
25429
|
}),
|
|
25384
25430
|
p(w, null, {
|
|
25385
25431
|
default: k(() => [
|
|
25386
|
-
o("h2",
|
|
25387
|
-
t[
|
|
25432
|
+
o("h2", Uv, [
|
|
25433
|
+
t[283] || (t[283] = o("span", null, "Opening Hours", -1)),
|
|
25388
25434
|
o("a", {
|
|
25389
25435
|
href: "#",
|
|
25390
25436
|
class: "button small icon-cog",
|
|
@@ -25402,8 +25448,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25402
25448
|
}),
|
|
25403
25449
|
p(w, null, {
|
|
25404
25450
|
default: k(() => [
|
|
25405
|
-
o("h2",
|
|
25406
|
-
t[
|
|
25451
|
+
o("h2", zv, [
|
|
25452
|
+
t[284] || (t[284] = o("span", null, "Page Footer", -1)),
|
|
25407
25453
|
o("a", {
|
|
25408
25454
|
href: "#",
|
|
25409
25455
|
class: "button small icon-cog",
|
|
@@ -25415,7 +25461,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
25415
25461
|
"button-print-view": { text: "Print this page" },
|
|
25416
25462
|
cmdSocialNetworks: i.socialNetworksData
|
|
25417
25463
|
}), {
|
|
25418
|
-
default: k(() => t[
|
|
25464
|
+
default: k(() => t[285] || (t[285] = [
|
|
25419
25465
|
o("button", {
|
|
25420
25466
|
class: "button primary",
|
|
25421
25467
|
title: "Button given by slot"
|
|
@@ -25431,8 +25477,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25431
25477
|
}),
|
|
25432
25478
|
p(w, null, {
|
|
25433
25479
|
default: k(() => [
|
|
25434
|
-
o("h2",
|
|
25435
|
-
t[
|
|
25480
|
+
o("h2", Wv, [
|
|
25481
|
+
t[286] || (t[286] = o("span", null, "Page Header", -1)),
|
|
25436
25482
|
o("a", {
|
|
25437
25483
|
href: "#",
|
|
25438
25484
|
class: "button small icon-cog",
|
|
@@ -25445,7 +25491,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
25445
25491
|
cmdBreadcrumbs: i.breadcrumbsData,
|
|
25446
25492
|
cmdHeadline: { headlineText: "Main headline for page", headlineLevel: 1 }
|
|
25447
25493
|
}, {
|
|
25448
|
-
default: k(() => t[
|
|
25494
|
+
default: k(() => t[287] || (t[287] = [
|
|
25449
25495
|
o("a", {
|
|
25450
25496
|
href: "#",
|
|
25451
25497
|
title: "Link given by slot"
|
|
@@ -25461,8 +25507,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25461
25507
|
}),
|
|
25462
25508
|
p(w, null, {
|
|
25463
25509
|
default: k(() => [
|
|
25464
|
-
o("h2",
|
|
25465
|
-
t[
|
|
25510
|
+
o("h2", Gv, [
|
|
25511
|
+
t[288] || (t[288] = o("span", null, "Pagination", -1)),
|
|
25466
25512
|
o("a", {
|
|
25467
25513
|
href: "#",
|
|
25468
25514
|
class: "button small icon-cog",
|
|
@@ -25481,8 +25527,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25481
25527
|
}),
|
|
25482
25528
|
p(w, null, {
|
|
25483
25529
|
default: k(() => [
|
|
25484
|
-
o("h2",
|
|
25485
|
-
t[
|
|
25530
|
+
o("h2", Kv, [
|
|
25531
|
+
t[289] || (t[289] = o("span", null, "Paragraph", -1)),
|
|
25486
25532
|
o("a", {
|
|
25487
25533
|
href: "#",
|
|
25488
25534
|
class: "button small icon-cog",
|
|
@@ -25496,8 +25542,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25496
25542
|
}),
|
|
25497
25543
|
p(w, null, {
|
|
25498
25544
|
default: k(() => [
|
|
25499
|
-
o("h2",
|
|
25500
|
-
t[
|
|
25545
|
+
o("h2", Yv, [
|
|
25546
|
+
t[290] || (t[290] = o("span", null, "Section", -1)),
|
|
25501
25547
|
o("a", {
|
|
25502
25548
|
href: "#",
|
|
25503
25549
|
class: "button small icon-cog",
|
|
@@ -25505,25 +25551,25 @@ function mk(e, t, n, s, i, l) {
|
|
|
25505
25551
|
onClick: t[106] || (t[106] = S((b) => l.openSettingsSidebar("CmdSection"), ["prevent"]))
|
|
25506
25552
|
})
|
|
25507
25553
|
]),
|
|
25508
|
-
t[
|
|
25554
|
+
t[293] || (t[293] = o("h3", null, "Section with content provided by properties", -1)),
|
|
25509
25555
|
p(je, {
|
|
25510
25556
|
cmdHeadline: { headlineText: "Headline for section provided by property", headlineLevel: 4 },
|
|
25511
25557
|
content: "Content for section provided by property."
|
|
25512
25558
|
}),
|
|
25513
|
-
t[
|
|
25559
|
+
t[294] || (t[294] = o("h3", null, "Section with content provided by slot", -1)),
|
|
25514
25560
|
p(je, { useSlot: !0 }, {
|
|
25515
|
-
default: k(() => t[
|
|
25561
|
+
default: k(() => t[291] || (t[291] = [
|
|
25516
25562
|
o("h4", null, "Headline for section provided by slot", -1),
|
|
25517
25563
|
o("p", null, "Content for section provided by slot.", -1)
|
|
25518
25564
|
])),
|
|
25519
25565
|
_: 1
|
|
25520
25566
|
}),
|
|
25521
|
-
t[
|
|
25567
|
+
t[295] || (t[295] = o("h3", null, "Section styled as box", -1)),
|
|
25522
25568
|
p(je, {
|
|
25523
25569
|
useSlot: !0,
|
|
25524
25570
|
styleAsBox: !0
|
|
25525
25571
|
}, {
|
|
25526
|
-
default: k(() => t[
|
|
25572
|
+
default: k(() => t[292] || (t[292] = [
|
|
25527
25573
|
o("h4", null, "Headline for section styled as box", -1),
|
|
25528
25574
|
o("p", null, "Content for section styled as box.", -1)
|
|
25529
25575
|
])),
|
|
@@ -25534,7 +25580,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
25534
25580
|
}),
|
|
25535
25581
|
p(w, null, {
|
|
25536
25582
|
default: k(() => [
|
|
25537
|
-
t[
|
|
25583
|
+
t[296] || (t[296] = o("h2", {
|
|
25538
25584
|
class: "headline-demopage",
|
|
25539
25585
|
id: "section-site-footer"
|
|
25540
25586
|
}, "Site Footer", -1)),
|
|
@@ -25555,8 +25601,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25555
25601
|
}),
|
|
25556
25602
|
p(w, null, {
|
|
25557
25603
|
default: k(() => [
|
|
25558
|
-
o("h2",
|
|
25559
|
-
t[
|
|
25604
|
+
o("h2", Jv, [
|
|
25605
|
+
t[297] || (t[297] = o("span", null, "Site Header", -1)),
|
|
25560
25606
|
o("a", {
|
|
25561
25607
|
href: "#",
|
|
25562
25608
|
class: "button small icon-cog",
|
|
@@ -25579,8 +25625,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25579
25625
|
}),
|
|
25580
25626
|
p(w, null, {
|
|
25581
25627
|
default: k(() => [
|
|
25582
|
-
o("h2",
|
|
25583
|
-
t[
|
|
25628
|
+
o("h2", Zv, [
|
|
25629
|
+
t[298] || (t[298] = o("span", null, "Site Search", -1)),
|
|
25584
25630
|
o("a", {
|
|
25585
25631
|
href: "#",
|
|
25586
25632
|
class: "button small icon-cog",
|
|
@@ -25605,8 +25651,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25605
25651
|
}),
|
|
25606
25652
|
p(w, null, {
|
|
25607
25653
|
default: k(() => [
|
|
25608
|
-
o("h2",
|
|
25609
|
-
t[
|
|
25654
|
+
o("h2", Qv, [
|
|
25655
|
+
t[299] || (t[299] = o("span", null, "Slideshow", -1)),
|
|
25610
25656
|
o("a", {
|
|
25611
25657
|
href: "#",
|
|
25612
25658
|
class: "button small icon-cog",
|
|
@@ -25615,8 +25661,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25615
25661
|
})
|
|
25616
25662
|
]),
|
|
25617
25663
|
p(Y, L({ ref: "CmdSlideshow" }, e.cmdSlideshowSettingsData, { "slideshow-items": i.slideshowData }), {
|
|
25618
|
-
default: k(() => t[
|
|
25619
|
-
|
|
25664
|
+
default: k(() => t[300] || (t[300] = [
|
|
25665
|
+
M(" Slot-Content ")
|
|
25620
25666
|
])),
|
|
25621
25667
|
_: 1
|
|
25622
25668
|
}, 16, ["slideshow-items"])
|
|
@@ -25625,8 +25671,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25625
25671
|
}),
|
|
25626
25672
|
p(w, null, {
|
|
25627
25673
|
default: k(() => [
|
|
25628
|
-
o("h2",
|
|
25629
|
-
t[
|
|
25674
|
+
o("h2", Xv, [
|
|
25675
|
+
t[301] || (t[301] = o("span", null, "Smart Search", -1)),
|
|
25630
25676
|
o("a", {
|
|
25631
25677
|
href: "#",
|
|
25632
25678
|
class: "button small icon-cog",
|
|
@@ -25634,13 +25680,13 @@ function mk(e, t, n, s, i, l) {
|
|
|
25634
25680
|
onClick: t[114] || (t[114] = S((b) => l.openSettingsSidebar("CmdSmartSearch"), ["prevent"]))
|
|
25635
25681
|
})
|
|
25636
25682
|
]),
|
|
25637
|
-
|
|
25683
|
+
M(" smartSearchString: " + y(i.smartSearchString) + " ", 1),
|
|
25638
25684
|
p(D, L({ ref: "CmdSmartSearch" }, e.smartSearchSettingsData, {
|
|
25639
25685
|
listOfRecommendations: i.smartSearchData.listOfRecommendations,
|
|
25640
25686
|
modelValue: i.smartSearchString,
|
|
25641
25687
|
"onUpdate:modelValue": t[115] || (t[115] = (b) => i.smartSearchString = b)
|
|
25642
25688
|
}), null, 16, ["listOfRecommendations", "modelValue"]),
|
|
25643
|
-
|
|
25689
|
+
M(" smartSearchObject: " + y(i.smartSearchObject) + " ", 1),
|
|
25644
25690
|
p(D, L({ ref: "CmdSmartSearch" }, e.smartSearchSettingsData, {
|
|
25645
25691
|
listOfRecommendations: i.smartSearchData.listOfRecommendations,
|
|
25646
25692
|
modelValue: i.smartSearchObject,
|
|
@@ -25651,8 +25697,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25651
25697
|
}),
|
|
25652
25698
|
p(w, null, {
|
|
25653
25699
|
default: k(() => [
|
|
25654
|
-
o("h2",
|
|
25655
|
-
t[
|
|
25700
|
+
o("h2", $v, [
|
|
25701
|
+
t[302] || (t[302] = o("span", null, "Social Networks", -1)),
|
|
25656
25702
|
o("a", {
|
|
25657
25703
|
href: "#",
|
|
25658
25704
|
class: "button small icon-cog",
|
|
@@ -25666,7 +25712,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
25666
25712
|
}),
|
|
25667
25713
|
p(w, null, {
|
|
25668
25714
|
default: k(() => [
|
|
25669
|
-
t[
|
|
25715
|
+
t[303] || (t[303] = o("h2", {
|
|
25670
25716
|
class: "headline-demopage",
|
|
25671
25717
|
id: "section-switch-language"
|
|
25672
25718
|
}, "Switch Language", -1)),
|
|
@@ -25681,8 +25727,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25681
25727
|
}),
|
|
25682
25728
|
p(w, null, {
|
|
25683
25729
|
default: k(() => [
|
|
25684
|
-
o("h2",
|
|
25685
|
-
t[
|
|
25730
|
+
o("h2", ek, [
|
|
25731
|
+
t[304] || (t[304] = o("span", null, "System Message", -1)),
|
|
25686
25732
|
o("a", {
|
|
25687
25733
|
href: "#",
|
|
25688
25734
|
class: "button small icon-cog",
|
|
@@ -25690,14 +25736,14 @@ function mk(e, t, n, s, i, l) {
|
|
|
25690
25736
|
onClick: t[118] || (t[118] = S((b) => l.openSettingsSidebar("CmdSystemMessage"), ["prevent"]))
|
|
25691
25737
|
})
|
|
25692
25738
|
]),
|
|
25693
|
-
p(
|
|
25739
|
+
p(Fl, L({ ref: "CmdSystemMessage" }, e.cmdSystemMessageSettingsData, { iconMessage: { iconClass: "icon-error-circle", show: !0 } }), null, 16)
|
|
25694
25740
|
]),
|
|
25695
25741
|
_: 1
|
|
25696
25742
|
}),
|
|
25697
25743
|
p(w, null, {
|
|
25698
25744
|
default: k(() => [
|
|
25699
|
-
o("h2",
|
|
25700
|
-
t[
|
|
25745
|
+
o("h2", tk, [
|
|
25746
|
+
t[305] || (t[305] = o("span", null, "Tables", -1)),
|
|
25701
25747
|
o("a", {
|
|
25702
25748
|
href: "#",
|
|
25703
25749
|
class: "button small icon-cog",
|
|
@@ -25705,9 +25751,9 @@ function mk(e, t, n, s, i, l) {
|
|
|
25705
25751
|
onClick: t[119] || (t[119] = S((b) => l.openSettingsSidebar("CmdTable"), ["prevent"]))
|
|
25706
25752
|
})
|
|
25707
25753
|
]),
|
|
25708
|
-
t[
|
|
25754
|
+
t[306] || (t[306] = o("h3", null, "Table as wide as its content (with caption)", -1)),
|
|
25709
25755
|
p(Bn, L({ ref: "CmdTable" }, e.cmdTableSettingsData, { "table-data": i.tableDataLarge }), null, 16, ["table-data"]),
|
|
25710
|
-
t[
|
|
25756
|
+
t[307] || (t[307] = o("h3", null, "Table as wide as possible", -1)),
|
|
25711
25757
|
p(Bn, {
|
|
25712
25758
|
collapsible: !0,
|
|
25713
25759
|
fullWidthOnDefault: !1,
|
|
@@ -25719,8 +25765,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25719
25765
|
}),
|
|
25720
25766
|
p(w, null, {
|
|
25721
25767
|
default: k(() => [
|
|
25722
|
-
o("h2",
|
|
25723
|
-
t[
|
|
25768
|
+
o("h2", nk, [
|
|
25769
|
+
t[308] || (t[308] = o("span", null, "Tabs", -1)),
|
|
25724
25770
|
o("a", {
|
|
25725
25771
|
href: "#",
|
|
25726
25772
|
class: "button small icon-cog",
|
|
@@ -25728,16 +25774,16 @@ function mk(e, t, n, s, i, l) {
|
|
|
25728
25774
|
onClick: t[120] || (t[120] = S((b) => l.openSettingsSidebar("CmdTabs"), ["prevent"]))
|
|
25729
25775
|
})
|
|
25730
25776
|
]),
|
|
25731
|
-
p(
|
|
25732
|
-
"tab-content-0": k(() => t[
|
|
25777
|
+
p(Ml, L({ ref: "CmdTabs" }, e.cmdTabsSettingsData, { tabs: i.tabsData }), {
|
|
25778
|
+
"tab-content-0": k(() => t[309] || (t[309] = [
|
|
25733
25779
|
o("h4", null, "Tab 1 headline", -1),
|
|
25734
25780
|
o("p", null, "Slot-Content Tab 1", -1)
|
|
25735
25781
|
])),
|
|
25736
|
-
"tab-content-1": k(() => t[
|
|
25782
|
+
"tab-content-1": k(() => t[310] || (t[310] = [
|
|
25737
25783
|
o("h4", null, "Tab 2 headline", -1),
|
|
25738
25784
|
o("p", null, "Slot-Content Tab 2", -1)
|
|
25739
25785
|
])),
|
|
25740
|
-
"tab-content-2": k(() => t[
|
|
25786
|
+
"tab-content-2": k(() => t[311] || (t[311] = [
|
|
25741
25787
|
o("h4", null, "Tab 3 headline", -1),
|
|
25742
25788
|
o("p", null, "Slot-Content Tab 3", -1)
|
|
25743
25789
|
])),
|
|
@@ -25748,8 +25794,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25748
25794
|
}),
|
|
25749
25795
|
p(w, null, {
|
|
25750
25796
|
default: k(() => [
|
|
25751
|
-
o("h2",
|
|
25752
|
-
t[
|
|
25797
|
+
o("h2", ik, [
|
|
25798
|
+
t[312] || (t[312] = o("span", null, "Tag", -1)),
|
|
25753
25799
|
o("a", {
|
|
25754
25800
|
href: "#",
|
|
25755
25801
|
class: "button small icon-cog",
|
|
@@ -25763,8 +25809,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25763
25809
|
}),
|
|
25764
25810
|
p(w, null, {
|
|
25765
25811
|
default: k(() => [
|
|
25766
|
-
o("h2",
|
|
25767
|
-
t[
|
|
25812
|
+
o("h2", lk, [
|
|
25813
|
+
t[313] || (t[313] = o("span", null, "Text-Image-Block", -1)),
|
|
25768
25814
|
o("a", {
|
|
25769
25815
|
href: "#",
|
|
25770
25816
|
class: "button small icon-cog",
|
|
@@ -25772,7 +25818,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
25772
25818
|
onClick: t[122] || (t[122] = S((b) => l.openSettingsSidebar("CmdTextImageBlock"), ["prevent"]))
|
|
25773
25819
|
})
|
|
25774
25820
|
]),
|
|
25775
|
-
o("div",
|
|
25821
|
+
o("div", ok, [
|
|
25776
25822
|
p(Pt, {
|
|
25777
25823
|
cmdHeadline: { headlineText: "Text-Image-Block (with html-text)", headlineLevel: 3 },
|
|
25778
25824
|
htmlContent: "<p>This text is given as html-text and show below an optional image.</p>"
|
|
@@ -25817,8 +25863,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25817
25863
|
}),
|
|
25818
25864
|
p(w, null, {
|
|
25819
25865
|
default: k(() => [
|
|
25820
|
-
o("h2",
|
|
25821
|
-
t[
|
|
25866
|
+
o("h2", ak, [
|
|
25867
|
+
t[314] || (t[314] = o("span", null, "Thumbnail-Scroller", -1)),
|
|
25822
25868
|
o("a", {
|
|
25823
25869
|
href: "#",
|
|
25824
25870
|
class: "button small icon-cog",
|
|
@@ -25830,7 +25876,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
25830
25876
|
o("p", null, " date (DMY): " + y(l.formatDate("2025-01-28", "dmy")), 1),
|
|
25831
25877
|
o("p", null, " date (MDY): " + y(l.formatDate("2025-01-28", "mdy", "/")), 1),
|
|
25832
25878
|
o("p", null, " date (invalid)): " + y(l.formatDate("invalid")), 1),
|
|
25833
|
-
o("div",
|
|
25879
|
+
o("div", sk, [
|
|
25834
25880
|
p(Vl, L({ ref: "CmdThumbnailScroller" }, e.cmdThumbnailScrollerSettingsData, { thumbnailScrollerItems: l.thumbnailScrollerData }), null, 16, ["thumbnailScrollerItems"])
|
|
25835
25881
|
])
|
|
25836
25882
|
]),
|
|
@@ -25838,8 +25884,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25838
25884
|
}),
|
|
25839
25885
|
p(w, null, {
|
|
25840
25886
|
default: k(() => [
|
|
25841
|
-
o("h2",
|
|
25842
|
-
t[
|
|
25887
|
+
o("h2", rk, [
|
|
25888
|
+
t[315] || (t[315] = o("span", null, "Toggle Dark-Mode", -1)),
|
|
25843
25889
|
o("a", {
|
|
25844
25890
|
href: "#",
|
|
25845
25891
|
class: "button small icon-cog",
|
|
@@ -25853,8 +25899,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25853
25899
|
}),
|
|
25854
25900
|
p(w, null, {
|
|
25855
25901
|
default: k(() => [
|
|
25856
|
-
o("h2",
|
|
25857
|
-
t[
|
|
25902
|
+
o("h2", dk, [
|
|
25903
|
+
t[316] || (t[316] = o("span", null, "Tooltip", -1)),
|
|
25858
25904
|
o("a", {
|
|
25859
25905
|
href: "#",
|
|
25860
25906
|
class: "button small icon-cog",
|
|
@@ -25869,14 +25915,14 @@ function mk(e, t, n, s, i, l) {
|
|
|
25869
25915
|
}, ["prevent"])),
|
|
25870
25916
|
id: "show-on-hover"
|
|
25871
25917
|
}, "Show tooltip on hover!"),
|
|
25872
|
-
t[
|
|
25918
|
+
t[317] || (t[317] = o("br", null, null, -1)),
|
|
25873
25919
|
o("a", {
|
|
25874
25920
|
href: "#",
|
|
25875
25921
|
onClick: t[127] || (t[127] = S(() => {
|
|
25876
25922
|
}, ["prevent"])),
|
|
25877
25923
|
id: "show-with-delay"
|
|
25878
25924
|
}, "Show tooltip on hover with delay!"),
|
|
25879
|
-
t[
|
|
25925
|
+
t[318] || (t[318] = o("br", null, null, -1)),
|
|
25880
25926
|
o("a", {
|
|
25881
25927
|
href: "#",
|
|
25882
25928
|
onClick: t[128] || (t[128] = S(() => {
|
|
@@ -25889,8 +25935,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25889
25935
|
ref: "CmdTooltip",
|
|
25890
25936
|
"related-id": "show-on-hover"
|
|
25891
25937
|
}, e.cmdTooltipSettingsData), {
|
|
25892
|
-
default: k(() => t[
|
|
25893
|
-
|
|
25938
|
+
default: k(() => t[319] || (t[319] = [
|
|
25939
|
+
M(" Tooltip on hover ")
|
|
25894
25940
|
])),
|
|
25895
25941
|
_: 1
|
|
25896
25942
|
}, 16),
|
|
@@ -25898,8 +25944,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25898
25944
|
"delay-to-show-tooltip": 2e3,
|
|
25899
25945
|
"related-id": "show-with-delay"
|
|
25900
25946
|
}, {
|
|
25901
|
-
default: k(() => t[
|
|
25902
|
-
|
|
25947
|
+
default: k(() => t[320] || (t[320] = [
|
|
25948
|
+
M(" Tooltip on hover with delay ")
|
|
25903
25949
|
])),
|
|
25904
25950
|
_: 1
|
|
25905
25951
|
}),
|
|
@@ -25908,8 +25954,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25908
25954
|
"toggle-visibility-by-click": !0,
|
|
25909
25955
|
allowEscapeKey: !0
|
|
25910
25956
|
}, {
|
|
25911
|
-
default: k(() => t[
|
|
25912
|
-
|
|
25957
|
+
default: k(() => t[321] || (t[321] = [
|
|
25958
|
+
M(" Tooltip on click ")
|
|
25913
25959
|
])),
|
|
25914
25960
|
_: 1
|
|
25915
25961
|
})
|
|
@@ -25918,8 +25964,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25918
25964
|
}),
|
|
25919
25965
|
p(w, null, {
|
|
25920
25966
|
default: k(() => [
|
|
25921
|
-
o("h2",
|
|
25922
|
-
t[
|
|
25967
|
+
o("h2", uk, [
|
|
25968
|
+
t[322] || (t[322] = o("span", null, "Upload-Form", -1)),
|
|
25923
25969
|
o("a", {
|
|
25924
25970
|
href: "#",
|
|
25925
25971
|
class: "button small icon-cog",
|
|
@@ -25933,8 +25979,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25933
25979
|
}),
|
|
25934
25980
|
p(w, null, {
|
|
25935
25981
|
default: k(() => [
|
|
25936
|
-
o("h2",
|
|
25937
|
-
t[
|
|
25982
|
+
o("h2", ck, [
|
|
25983
|
+
t[323] || (t[323] = o("span", null, "Width Limitation Wrapper", -1)),
|
|
25938
25984
|
o("a", {
|
|
25939
25985
|
href: "#",
|
|
25940
25986
|
class: "button small icon-cog",
|
|
@@ -25946,7 +25992,7 @@ function mk(e, t, n, s, i, l) {
|
|
|
25946
25992
|
style: { border: "1px dashed var(--color-gray-30)" },
|
|
25947
25993
|
ref: "CmdWidthLimitationWrapper"
|
|
25948
25994
|
}, e.cmdWidthLimitationWrapperSettingsData), {
|
|
25949
|
-
default: k(() => t[
|
|
25995
|
+
default: k(() => t[324] || (t[324] = [
|
|
25950
25996
|
o("p", null, "Slot-content", -1),
|
|
25951
25997
|
o("p", null, "Slot-content", -1),
|
|
25952
25998
|
o("p", null, "Slot-content", -1)
|
|
@@ -25956,9 +26002,9 @@ function mk(e, t, n, s, i, l) {
|
|
|
25956
26002
|
]),
|
|
25957
26003
|
_: 1
|
|
25958
26004
|
})
|
|
25959
|
-
])) : (a(), r("main",
|
|
26005
|
+
])) : (a(), r("main", mk, [
|
|
25960
26006
|
p(w, null, {
|
|
25961
|
-
default: k(() => t[
|
|
26007
|
+
default: k(() => t[325] || (t[325] = [
|
|
25962
26008
|
o("h1", { class: "headline-demopage" }, "Page Overview", -1)
|
|
25963
26009
|
])),
|
|
25964
26010
|
_: 1
|
|
@@ -25966,8 +26012,8 @@ function mk(e, t, n, s, i, l) {
|
|
|
25966
26012
|
p(Hl)
|
|
25967
26013
|
])),
|
|
25968
26014
|
p(Ke, null, {
|
|
25969
|
-
default: k(() => t[
|
|
25970
|
-
|
|
26015
|
+
default: k(() => t[326] || (t[326] = [
|
|
26016
|
+
M(" Slot-Content for Site-Footer ")
|
|
25971
26017
|
])),
|
|
25972
26018
|
_: 1
|
|
25973
26019
|
}),
|
|
@@ -26009,11 +26055,11 @@ function mk(e, t, n, s, i, l) {
|
|
|
26009
26055
|
]),
|
|
26010
26056
|
_: 1
|
|
26011
26057
|
}, 8, ["openSidebar", "onToggleSidebar"])) : m("", !0)
|
|
26012
|
-
], 8,
|
|
26058
|
+
], 8, C1)), [
|
|
26013
26059
|
[Ul]
|
|
26014
26060
|
]);
|
|
26015
26061
|
}
|
|
26016
|
-
const
|
|
26062
|
+
const Tk = /* @__PURE__ */ P(x1, [["render", pk]]), Sk = {
|
|
26017
26063
|
// el = real dom-element
|
|
26018
26064
|
mounted(e) {
|
|
26019
26065
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
|
@@ -26023,7 +26069,7 @@ const wk = /* @__PURE__ */ P(b1, [["render", mk]]), Tk = {
|
|
|
26023
26069
|
t ? t.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
|
|
26024
26070
|
}
|
|
26025
26071
|
}
|
|
26026
|
-
},
|
|
26072
|
+
}, _k = {
|
|
26027
26073
|
// el = real dom-element
|
|
26028
26074
|
// binding.value = value of v-directive
|
|
26029
26075
|
mounted(e, t) {
|
|
@@ -26039,8 +26085,8 @@ function Il(e) {
|
|
|
26039
26085
|
n.preventDefault(), Se({ url: e[t].href });
|
|
26040
26086
|
}), e[t].dataset.cmdFancyBoxHandlerRegistered = "true");
|
|
26041
26087
|
}
|
|
26042
|
-
const pt = new MutationObserver(
|
|
26043
|
-
function
|
|
26088
|
+
const pt = new MutationObserver(fk);
|
|
26089
|
+
function fk(e) {
|
|
26044
26090
|
const t = [];
|
|
26045
26091
|
for (let n = 0; n < e.length; n++)
|
|
26046
26092
|
if (e[n].type === "attributes")
|
|
@@ -26051,7 +26097,7 @@ function pk(e) {
|
|
|
26051
26097
|
}
|
|
26052
26098
|
t.length > 0 && Il(t);
|
|
26053
26099
|
}
|
|
26054
|
-
const
|
|
26100
|
+
const Ok = (e) => {
|
|
26055
26101
|
const t = e.querySelectorAll(".fancybox");
|
|
26056
26102
|
Il(t), pt == null || pt.disconnect(), pt.observe(e, {
|
|
26057
26103
|
subtree: !0,
|
|
@@ -26063,16 +26109,16 @@ const _k = (e) => {
|
|
|
26063
26109
|
characterData: !1
|
|
26064
26110
|
});
|
|
26065
26111
|
};
|
|
26066
|
-
function
|
|
26112
|
+
function Lk(e) {
|
|
26067
26113
|
return e ? e.slice(0, 1).toUpperCase() + e.slice(1) : "";
|
|
26068
26114
|
}
|
|
26069
|
-
function
|
|
26115
|
+
function Ik(e) {
|
|
26070
26116
|
return e ? e.charAt(0).toLowerCase() + e.slice(1) : "";
|
|
26071
26117
|
}
|
|
26072
|
-
function
|
|
26118
|
+
function Bk(...e) {
|
|
26073
26119
|
return e.filter((t) => typeof t == "string").map((t) => t.trim()).filter((t) => t.length > 0).join(" ");
|
|
26074
26120
|
}
|
|
26075
|
-
function
|
|
26121
|
+
function Dk() {
|
|
26076
26122
|
const e = {};
|
|
26077
26123
|
Xl(s);
|
|
26078
26124
|
function t(i = "defaultSequence") {
|
|
@@ -26087,19 +26133,19 @@ function Bk() {
|
|
|
26087
26133
|
}
|
|
26088
26134
|
return { nextSequenceValue: t, currentSequenceValue: n, resetSequence: s };
|
|
26089
26135
|
}
|
|
26090
|
-
function
|
|
26136
|
+
function hk(e, t, n) {
|
|
26091
26137
|
$l(() => e.addEventListener(t, n)), eo(() => e.removeEventListener(t, n));
|
|
26092
26138
|
}
|
|
26093
26139
|
function rn(e) {
|
|
26094
26140
|
return e.offsetParent ? e.offsetTop + rn(e.offsetParent) : e.offsetTop;
|
|
26095
26141
|
}
|
|
26096
|
-
function
|
|
26142
|
+
function gk(e) {
|
|
26097
26143
|
return e instanceof NodeList ? Array.from(e) : Array.isArray(e) ? e : [];
|
|
26098
26144
|
}
|
|
26099
|
-
function
|
|
26145
|
+
function yk(e, t) {
|
|
26100
26146
|
if (!t.length) {
|
|
26101
26147
|
const n = e();
|
|
26102
|
-
|
|
26148
|
+
gk(n).map((s, i) => {
|
|
26103
26149
|
const l = {
|
|
26104
26150
|
offsetTop: rn(s)
|
|
26105
26151
|
};
|
|
@@ -26107,16 +26153,16 @@ function gk(e, t) {
|
|
|
26107
26153
|
}).forEach((s) => t.push(s));
|
|
26108
26154
|
}
|
|
26109
26155
|
}
|
|
26110
|
-
function
|
|
26156
|
+
function Fk(e, t = 0) {
|
|
26111
26157
|
const n = [], s = to({
|
|
26112
26158
|
activeItem: t,
|
|
26113
26159
|
reset() {
|
|
26114
26160
|
this.activeItem = 0, n.length = 0;
|
|
26115
26161
|
}
|
|
26116
26162
|
});
|
|
26117
|
-
return
|
|
26163
|
+
return hk(window, "scroll", () => {
|
|
26118
26164
|
const i = window.scrollY;
|
|
26119
|
-
|
|
26165
|
+
yk(e, n);
|
|
26120
26166
|
for (let l = 0, d = n.length; l < d; l++)
|
|
26121
26167
|
if (i < n[l].offsetTop + n[l].height / 2) {
|
|
26122
26168
|
s.activeItem = l;
|
|
@@ -26134,7 +26180,7 @@ export {
|
|
|
26134
26180
|
Ui as CmdBreadcrumbs,
|
|
26135
26181
|
Tc as CmdCodeOutput,
|
|
26136
26182
|
zi as CmdCompanyLogo,
|
|
26137
|
-
|
|
26183
|
+
Fc as CmdContainer,
|
|
26138
26184
|
Xc as CmdCookieDisclaimer,
|
|
26139
26185
|
nm as CmdCopyrightInformation,
|
|
26140
26186
|
Wi as CmdFakeSelect,
|
|
@@ -26182,30 +26228,30 @@ export {
|
|
|
26182
26228
|
gn as CmdTooltipForFormElements,
|
|
26183
26229
|
Lb as CmdUploadForm,
|
|
26184
26230
|
Tl as CmdWidthLimitationWrapper,
|
|
26185
|
-
|
|
26231
|
+
Tk as ComponentLibrary,
|
|
26186
26232
|
Yb as ContactInformation,
|
|
26187
|
-
|
|
26188
|
-
|
|
26189
|
-
|
|
26233
|
+
Ok as DirFancybox,
|
|
26234
|
+
Sk as DirFocus,
|
|
26235
|
+
_k as DirTelephone,
|
|
26190
26236
|
qe as EditComponentWrapper,
|
|
26191
26237
|
ce as I18n,
|
|
26192
26238
|
qb as MultipleBoxWrapper,
|
|
26193
26239
|
Ub as MultipleListsOfLinks,
|
|
26194
|
-
|
|
26240
|
+
Lk as capitalizeFirstLetter,
|
|
26195
26241
|
Vi as createHtmlId,
|
|
26196
26242
|
it as createUuid,
|
|
26197
|
-
|
|
26198
|
-
|
|
26243
|
+
Ck as currentDate,
|
|
26244
|
+
vk as currentTime,
|
|
26199
26245
|
Ol as formatDate,
|
|
26200
26246
|
ax as formatTime,
|
|
26201
|
-
|
|
26247
|
+
Bk as fullName,
|
|
26202
26248
|
Yi as getCookieDisclaimerCookie,
|
|
26203
|
-
|
|
26249
|
+
kk as getDate,
|
|
26204
26250
|
$e as getFileExtension,
|
|
26205
|
-
|
|
26206
|
-
|
|
26251
|
+
wk as getWeekday,
|
|
26252
|
+
Ik as lowercaseFirstLetter,
|
|
26207
26253
|
Se as openFancyBox,
|
|
26208
26254
|
Hm as setCookieDisclaimerCookie,
|
|
26209
|
-
|
|
26210
|
-
|
|
26255
|
+
Fk as useScrollspy,
|
|
26256
|
+
Dk as useSequence
|
|
26211
26257
|
};
|