comand-component-library 4.2.73 → 4.2.75
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 +535 -483
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/ComponentLibrary.vue +6 -1
- package/src/assets/data/form-elements.json +6 -7
- package/src/components/CmdForm.vue +32 -2
- package/src/components/CmdGoogleMaps.vue +2 -1
- package/src/components/CmdMultistepFormWrapper.vue +9 -1
|
@@ -1,8 +1,8 @@
|
|
|
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 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
|
|
5
|
-
const et = /^[a-z0-9]+(-[a-z0-9]+)*$/,
|
|
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 Wt, TransitionGroup as dn, createApp as Yl, guardReactiveProps as Be, normalizeStyle as Ct, useCssVars as yi, createStaticVNode as Jl, vModelText as ft, resolveDirective as Zl, vModelSelect as Ql, vModelRadio as Et, onBeforeUpdate as Xl, onMounted as $l, onUnmounted as eo, reactive as to } from "vue";
|
|
5
|
+
const et = /^[a-z0-9]+(-[a-z0-9]+)*$/, Tt = (e, t, n, s = "") => {
|
|
6
6
|
const i = e.split(":");
|
|
7
7
|
if (e.slice(0, 1) === "@") {
|
|
8
8
|
if (i.length < 2 || i.length > 3)
|
|
@@ -17,7 +17,7 @@ const et = /^[a-z0-9]+(-[a-z0-9]+)*$/, wt = (e, t, n, s = "") => {
|
|
|
17
17
|
prefix: c,
|
|
18
18
|
name: u
|
|
19
19
|
};
|
|
20
|
-
return t && !
|
|
20
|
+
return t && !ht(f) ? null : f;
|
|
21
21
|
}
|
|
22
22
|
const l = i[0], d = l.split("-");
|
|
23
23
|
if (d.length > 1) {
|
|
@@ -26,7 +26,7 @@ const et = /^[a-z0-9]+(-[a-z0-9]+)*$/, wt = (e, t, n, s = "") => {
|
|
|
26
26
|
prefix: d.shift(),
|
|
27
27
|
name: d.join("-")
|
|
28
28
|
};
|
|
29
|
-
return t && !
|
|
29
|
+
return t && !ht(u) ? null : u;
|
|
30
30
|
}
|
|
31
31
|
if (n && s === "") {
|
|
32
32
|
const u = {
|
|
@@ -34,25 +34,25 @@ const et = /^[a-z0-9]+(-[a-z0-9]+)*$/, wt = (e, t, n, s = "") => {
|
|
|
34
34
|
prefix: "",
|
|
35
35
|
name: l
|
|
36
36
|
};
|
|
37
|
-
return t && !
|
|
37
|
+
return t && !ht(u, n) ? null : u;
|
|
38
38
|
}
|
|
39
39
|
return null;
|
|
40
|
-
},
|
|
40
|
+
}, ht = (e, t) => e ? !!((e.provider === "" || e.provider.match(et)) && (t && e.prefix === "" || e.prefix.match(et)) && e.name.match(et)) : !1, bi = Object.freeze(
|
|
41
41
|
{
|
|
42
42
|
left: 0,
|
|
43
43
|
top: 0,
|
|
44
44
|
width: 16,
|
|
45
45
|
height: 16
|
|
46
46
|
}
|
|
47
|
-
),
|
|
47
|
+
), vt = Object.freeze({
|
|
48
48
|
rotate: 0,
|
|
49
49
|
vFlip: !1,
|
|
50
50
|
hFlip: !1
|
|
51
|
-
}),
|
|
51
|
+
}), St = Object.freeze({
|
|
52
52
|
...bi,
|
|
53
|
-
...
|
|
53
|
+
...vt
|
|
54
54
|
}), Gt = Object.freeze({
|
|
55
|
-
...
|
|
55
|
+
...St,
|
|
56
56
|
body: "",
|
|
57
57
|
hidden: !1
|
|
58
58
|
});
|
|
@@ -65,7 +65,7 @@ function no(e, t) {
|
|
|
65
65
|
function Mn(e, t) {
|
|
66
66
|
const n = no(e, t);
|
|
67
67
|
for (const s in Gt)
|
|
68
|
-
s in
|
|
68
|
+
s in vt ? s in e && !(s in n) && (n[s] = vt[s]) : s in t ? n[s] = t[s] : s in e && (n[s] = e[s]);
|
|
69
69
|
return n;
|
|
70
70
|
}
|
|
71
71
|
function io(e, t) {
|
|
@@ -113,7 +113,7 @@ const oo = {
|
|
|
113
113
|
not_found: {},
|
|
114
114
|
...bi
|
|
115
115
|
};
|
|
116
|
-
function
|
|
116
|
+
function Ht(e, t) {
|
|
117
117
|
for (const n in t)
|
|
118
118
|
if (n in e && typeof e[n] != typeof t[n])
|
|
119
119
|
return !1;
|
|
@@ -123,12 +123,12 @@ function Ci(e) {
|
|
|
123
123
|
if (typeof e != "object" || e === null)
|
|
124
124
|
return null;
|
|
125
125
|
const t = e;
|
|
126
|
-
if (typeof t.prefix != "string" || !e.icons || typeof e.icons != "object" || !
|
|
126
|
+
if (typeof t.prefix != "string" || !e.icons || typeof e.icons != "object" || !Ht(e, oo))
|
|
127
127
|
return null;
|
|
128
128
|
const n = t.icons;
|
|
129
129
|
for (const i in n) {
|
|
130
130
|
const l = n[i];
|
|
131
|
-
if (!i.match(et) || typeof l.body != "string" || !
|
|
131
|
+
if (!i.match(et) || typeof l.body != "string" || !Ht(
|
|
132
132
|
l,
|
|
133
133
|
Gt
|
|
134
134
|
))
|
|
@@ -137,7 +137,7 @@ function Ci(e) {
|
|
|
137
137
|
const s = t.aliases || {};
|
|
138
138
|
for (const i in s) {
|
|
139
139
|
const l = s[i], d = l.parent;
|
|
140
|
-
if (!i.match(et) || typeof d != "string" || !n[d] && !s[d] || !
|
|
140
|
+
if (!i.match(et) || typeof d != "string" || !n[d] && !s[d] || !Ht(
|
|
141
141
|
l,
|
|
142
142
|
Gt
|
|
143
143
|
))
|
|
@@ -176,14 +176,14 @@ function vi(e) {
|
|
|
176
176
|
return typeof e == "boolean" && (tt = e), tt;
|
|
177
177
|
}
|
|
178
178
|
function ro(e) {
|
|
179
|
-
const t = typeof e == "string" ?
|
|
179
|
+
const t = typeof e == "string" ? Tt(e, !0, tt) : e;
|
|
180
180
|
if (t) {
|
|
181
181
|
const n = Ee(t.provider, t.prefix), s = t.name;
|
|
182
182
|
return n.icons[s] || (n.missing.has(s) ? null : void 0);
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
function uo(e, t) {
|
|
186
|
-
const n =
|
|
186
|
+
const n = Tt(e, !0, tt);
|
|
187
187
|
if (!n)
|
|
188
188
|
return !1;
|
|
189
189
|
const s = Ee(n.provider, n.prefix);
|
|
@@ -199,7 +199,7 @@ function ki(e, t) {
|
|
|
199
199
|
})), i;
|
|
200
200
|
}
|
|
201
201
|
const n = e.prefix;
|
|
202
|
-
if (!
|
|
202
|
+
if (!ht({
|
|
203
203
|
provider: t,
|
|
204
204
|
prefix: n,
|
|
205
205
|
name: "a"
|
|
@@ -213,7 +213,7 @@ const wi = Object.freeze({
|
|
|
213
213
|
height: null
|
|
214
214
|
}), Ti = Object.freeze({
|
|
215
215
|
...wi,
|
|
216
|
-
...
|
|
216
|
+
...vt
|
|
217
217
|
}), co = /(-?[0-9.]*[0-9]+[0-9.]*)/g, mo = /^-?[0-9.]*[0-9]+[0-9.]*$/g;
|
|
218
218
|
function Vn(e, t, n) {
|
|
219
219
|
if (t === 1)
|
|
@@ -240,7 +240,7 @@ function Vn(e, t, n) {
|
|
|
240
240
|
}
|
|
241
241
|
function po(e, t) {
|
|
242
242
|
const n = {
|
|
243
|
-
...
|
|
243
|
+
...St,
|
|
244
244
|
...e
|
|
245
245
|
}, s = {
|
|
246
246
|
...Ti,
|
|
@@ -333,11 +333,11 @@ function cn(e) {
|
|
|
333
333
|
const mn = /* @__PURE__ */ Object.create(null), Qe = [
|
|
334
334
|
"https://api.simplesvg.com",
|
|
335
335
|
"https://api.unisvg.com"
|
|
336
|
-
],
|
|
336
|
+
], gt = [];
|
|
337
337
|
for (; Qe.length > 0; )
|
|
338
|
-
Qe.length === 1 || Math.random() > 0.5 ?
|
|
338
|
+
Qe.length === 1 || Math.random() > 0.5 ? gt.push(Qe.shift()) : gt.push(Qe.pop());
|
|
339
339
|
mn[""] = cn({
|
|
340
|
-
resources: ["https://api.iconify.design"].concat(
|
|
340
|
+
resources: ["https://api.iconify.design"].concat(gt)
|
|
341
341
|
});
|
|
342
342
|
function xo(e, t) {
|
|
343
343
|
const n = cn(t);
|
|
@@ -539,7 +539,7 @@ function Bo(e, t, n) {
|
|
|
539
539
|
function Do(e, t = !0, n = !1) {
|
|
540
540
|
const s = [];
|
|
541
541
|
return e.forEach((i) => {
|
|
542
|
-
const l = typeof i == "string" ?
|
|
542
|
+
const l = typeof i == "string" ? Tt(i, t, n) : i;
|
|
543
543
|
l && s.push(l);
|
|
544
544
|
}), s;
|
|
545
545
|
}
|
|
@@ -687,9 +687,9 @@ function _i(e) {
|
|
|
687
687
|
}
|
|
688
688
|
function En() {
|
|
689
689
|
}
|
|
690
|
-
const
|
|
690
|
+
const qt = /* @__PURE__ */ Object.create(null);
|
|
691
691
|
function Po(e) {
|
|
692
|
-
if (!
|
|
692
|
+
if (!qt[e]) {
|
|
693
693
|
const t = pn(e);
|
|
694
694
|
if (!t)
|
|
695
695
|
return;
|
|
@@ -697,9 +697,9 @@ function Po(e) {
|
|
|
697
697
|
config: t,
|
|
698
698
|
redundancy: n
|
|
699
699
|
};
|
|
700
|
-
|
|
700
|
+
qt[e] = s;
|
|
701
701
|
}
|
|
702
|
-
return
|
|
702
|
+
return qt[e];
|
|
703
703
|
}
|
|
704
704
|
function Vo(e, t, n) {
|
|
705
705
|
let s, i;
|
|
@@ -745,7 +745,7 @@ function Zt(e, t) {
|
|
|
745
745
|
function Qt(e) {
|
|
746
746
|
return parseInt(Jt(e, Oi)) || 0;
|
|
747
747
|
}
|
|
748
|
-
const
|
|
748
|
+
const _t = {
|
|
749
749
|
local: !0,
|
|
750
750
|
session: !0
|
|
751
751
|
}, Ii = {
|
|
@@ -764,7 +764,7 @@ function Bi(e) {
|
|
|
764
764
|
return mt[t];
|
|
765
765
|
} catch {
|
|
766
766
|
}
|
|
767
|
-
|
|
767
|
+
_t[e] = !1;
|
|
768
768
|
}
|
|
769
769
|
function Di(e, t) {
|
|
770
770
|
const n = Bi(e);
|
|
@@ -799,7 +799,7 @@ function Di(e, t) {
|
|
|
799
799
|
function Fi() {
|
|
800
800
|
if (!hn) {
|
|
801
801
|
Eo(!0);
|
|
802
|
-
for (const e in
|
|
802
|
+
for (const e in _t)
|
|
803
803
|
Di(e, (t) => {
|
|
804
804
|
const n = t.data, s = t.provider, i = n.prefix, l = Ee(
|
|
805
805
|
s,
|
|
@@ -817,7 +817,7 @@ function Ho(e, t) {
|
|
|
817
817
|
if (n && n >= t)
|
|
818
818
|
return n === t;
|
|
819
819
|
if (e.lastModifiedCached = t, n)
|
|
820
|
-
for (const s in
|
|
820
|
+
for (const s in _t)
|
|
821
821
|
Di(s, (i) => {
|
|
822
822
|
const l = i.data;
|
|
823
823
|
return i.provider !== e.provider || l.prefix !== e.prefix || l.lastModified === t;
|
|
@@ -828,7 +828,7 @@ function qo(e, t) {
|
|
|
828
828
|
hn || Fi();
|
|
829
829
|
function n(s) {
|
|
830
830
|
let i;
|
|
831
|
-
if (!
|
|
831
|
+
if (!_t[s] || !(i = Bi(s)))
|
|
832
832
|
return;
|
|
833
833
|
const l = Ii[s];
|
|
834
834
|
let d;
|
|
@@ -1013,10 +1013,10 @@ for (const e in zn) {
|
|
|
1013
1013
|
for (const n in Un)
|
|
1014
1014
|
t[e + n] = Un[n];
|
|
1015
1015
|
}
|
|
1016
|
-
const
|
|
1016
|
+
const yt = {};
|
|
1017
1017
|
["horizontal", "vertical"].forEach((e) => {
|
|
1018
1018
|
const t = e.slice(0, 1) + "Flip";
|
|
1019
|
-
|
|
1019
|
+
yt[e + "-flip"] = t, yt[e.slice(0, 1) + "-flip"] = t, yt[e + "Flip"] = t;
|
|
1020
1020
|
});
|
|
1021
1021
|
function Wn(e) {
|
|
1022
1022
|
return e + (e.match(/^[-0-9.]+$/) ? "px" : "");
|
|
@@ -1051,7 +1051,7 @@ const Gn = (e, t) => {
|
|
|
1051
1051
|
D !== !0 && D !== "true" && delete s["aria-hidden"];
|
|
1052
1052
|
break;
|
|
1053
1053
|
default: {
|
|
1054
|
-
const B =
|
|
1054
|
+
const B = yt[T];
|
|
1055
1055
|
B ? (D === !0 || D === "true" || D === 1) && (n[B] = !0) : Nn[T] === void 0 && (s[T] = D);
|
|
1056
1056
|
}
|
|
1057
1057
|
}
|
|
@@ -1115,7 +1115,7 @@ if (typeof document < "u" && typeof window < "u") {
|
|
|
1115
1115
|
}
|
|
1116
1116
|
}
|
|
1117
1117
|
const Xo = {
|
|
1118
|
-
...
|
|
1118
|
+
...St,
|
|
1119
1119
|
body: ""
|
|
1120
1120
|
}, $o = gi({
|
|
1121
1121
|
// Do not inherit other attributes: it is handled by render()
|
|
@@ -1146,7 +1146,7 @@ const Xo = {
|
|
|
1146
1146
|
data: e
|
|
1147
1147
|
};
|
|
1148
1148
|
let n;
|
|
1149
|
-
if (typeof e != "string" || (n =
|
|
1149
|
+
if (typeof e != "string" || (n = Tt(e, !1, !0)) === null)
|
|
1150
1150
|
return this.abortLoading(), null;
|
|
1151
1151
|
const s = ro(n);
|
|
1152
1152
|
if (!s)
|
|
@@ -1172,7 +1172,7 @@ const Xo = {
|
|
|
1172
1172
|
...e,
|
|
1173
1173
|
class: (typeof e.class == "string" ? e.class + " " : "") + t.classes.join(" ")
|
|
1174
1174
|
}), Gn({
|
|
1175
|
-
...
|
|
1175
|
+
...St,
|
|
1176
1176
|
...t.data
|
|
1177
1177
|
}, n);
|
|
1178
1178
|
}
|
|
@@ -1242,17 +1242,17 @@ function na(e, t, n, s, i, l) {
|
|
|
1242
1242
|
}
|
|
1243
1243
|
const K = /* @__PURE__ */ P(ea, [["render", na]]);
|
|
1244
1244
|
function De(e, t) {
|
|
1245
|
-
return
|
|
1245
|
+
return Ot(e, "EditComponentWrapper", t);
|
|
1246
1246
|
}
|
|
1247
1247
|
function ia(e) {
|
|
1248
|
-
return
|
|
1248
|
+
return Ot(e, "EditModeSettingsSidebar");
|
|
1249
1249
|
}
|
|
1250
1250
|
function la(e) {
|
|
1251
|
-
return
|
|
1251
|
+
return Ot(e, "EditModeMainSidebar");
|
|
1252
1252
|
}
|
|
1253
|
-
function
|
|
1253
|
+
function Ot(e, t, n) {
|
|
1254
1254
|
var s;
|
|
1255
|
-
return ((s = e == null ? void 0 : e.$options) == null ? void 0 : s.name) === t && (n == null || n(e)) ? e : e != null && e.$parent ?
|
|
1255
|
+
return ((s = e == null ? void 0 : e.$options) == null ? void 0 : s.name) === t && (n == null || n(e)) ? e : e != null && e.$parent ? Ot(e.$parent, t, n) : null;
|
|
1256
1256
|
}
|
|
1257
1257
|
function Me(e, ...t) {
|
|
1258
1258
|
const n = [];
|
|
@@ -2586,7 +2586,7 @@ function it() {
|
|
|
2586
2586
|
function Vi() {
|
|
2587
2587
|
return "cmd-" + it();
|
|
2588
2588
|
}
|
|
2589
|
-
const
|
|
2589
|
+
const Lt = {
|
|
2590
2590
|
props: {
|
|
2591
2591
|
/**
|
|
2592
2592
|
* use as unique id if generated it should not be used
|
|
@@ -2606,10 +2606,10 @@ const Ot = {
|
|
|
2606
2606
|
return e.map((t) => t.replace(/\s/g, "")).join("");
|
|
2607
2607
|
}
|
|
2608
2608
|
}
|
|
2609
|
-
},
|
|
2609
|
+
}, Rt = {};
|
|
2610
2610
|
function Qa(e = "defaultSequence") {
|
|
2611
|
-
const t =
|
|
2612
|
-
return
|
|
2611
|
+
const t = Rt[e] || 0;
|
|
2612
|
+
return Rt[e] = t + 1, Rt[e];
|
|
2613
2613
|
}
|
|
2614
2614
|
const xn = {
|
|
2615
2615
|
data() {
|
|
@@ -2641,7 +2641,7 @@ const xn = {
|
|
|
2641
2641
|
ce,
|
|
2642
2642
|
yn,
|
|
2643
2643
|
bn,
|
|
2644
|
-
|
|
2644
|
+
Lt,
|
|
2645
2645
|
xn
|
|
2646
2646
|
],
|
|
2647
2647
|
data() {
|
|
@@ -4201,7 +4201,7 @@ const vr = /* @__PURE__ */ P(hr, [["render", Cr]]), kr = {
|
|
|
4201
4201
|
mixins: [
|
|
4202
4202
|
yn,
|
|
4203
4203
|
bn,
|
|
4204
|
-
|
|
4204
|
+
Lt,
|
|
4205
4205
|
xn
|
|
4206
4206
|
],
|
|
4207
4207
|
props: {
|
|
@@ -4502,7 +4502,7 @@ function Fr(e, t, n, s, i, l) {
|
|
|
4502
4502
|
}
|
|
4503
4503
|
const Cn = /* @__PURE__ */ P(kr, [["render", Fr]]), Mr = {
|
|
4504
4504
|
name: "CmdSystemMessage",
|
|
4505
|
-
mixins: [
|
|
4505
|
+
mixins: [Lt],
|
|
4506
4506
|
data() {
|
|
4507
4507
|
return {
|
|
4508
4508
|
showSystemMessage: !0
|
|
@@ -4641,7 +4641,7 @@ function Ar(e, t, n, s, i, l) {
|
|
|
4641
4641
|
const Re = /* @__PURE__ */ P(Mr, [["render", Ar]]), Er = {
|
|
4642
4642
|
name: "CmdForm",
|
|
4643
4643
|
components: { CmdSystemMessage: Re },
|
|
4644
|
-
emits: ["submit"],
|
|
4644
|
+
emits: ["submit", "update:modelValue"],
|
|
4645
4645
|
data() {
|
|
4646
4646
|
return {
|
|
4647
4647
|
errorOccurred: !1,
|
|
@@ -4656,6 +4656,9 @@ const Re = /* @__PURE__ */ P(Mr, [["render", Ar]]), Er = {
|
|
|
4656
4656
|
};
|
|
4657
4657
|
},
|
|
4658
4658
|
props: {
|
|
4659
|
+
modelValue: {
|
|
4660
|
+
type: Object
|
|
4661
|
+
},
|
|
4659
4662
|
/**
|
|
4660
4663
|
* set url for form-action
|
|
4661
4664
|
*/
|
|
@@ -4805,16 +4808,48 @@ const Re = /* @__PURE__ */ P(Mr, [["render", Ar]]), Er = {
|
|
|
4805
4808
|
}
|
|
4806
4809
|
},
|
|
4807
4810
|
watch: {
|
|
4811
|
+
modelValue: {
|
|
4812
|
+
handler() {
|
|
4813
|
+
var e;
|
|
4814
|
+
if (this.modelValue) {
|
|
4815
|
+
for (const t in this.modelValue)
|
|
4816
|
+
this.formValues[t] = this.modelValue[t];
|
|
4817
|
+
(e = this.formElements) == null || e.forEach((t) => {
|
|
4818
|
+
this.formValues[t.name] == null && (this.formValues[t.name] = "");
|
|
4819
|
+
});
|
|
4820
|
+
}
|
|
4821
|
+
},
|
|
4822
|
+
immediate: !0
|
|
4823
|
+
},
|
|
4808
4824
|
formValues: {
|
|
4809
4825
|
handler() {
|
|
4810
|
-
|
|
4811
|
-
return;
|
|
4812
|
-
const e = this.formElements.filter((i) => i.required).length, t = this.formElements.filter((i) => i.required && !this.formValues[i.name]).length, n = e > 0 && e === t, s = e > 0 && t > 0;
|
|
4813
|
-
this.$emit("empty-required-form-elements", { allRequiredFormElementsEmpty: n, emptyRequiredFormElementExists: s });
|
|
4826
|
+
this.$emit("update:modelValue", this.formValues);
|
|
4814
4827
|
},
|
|
4815
|
-
immediate: !0,
|
|
4816
4828
|
deep: !0
|
|
4817
4829
|
},
|
|
4830
|
+
/*
|
|
4831
|
+
formValues: {
|
|
4832
|
+
handler() {
|
|
4833
|
+
if(!this.formElements) {
|
|
4834
|
+
return
|
|
4835
|
+
}
|
|
4836
|
+
|
|
4837
|
+
const numberRequiredFormElements = this.formElements.filter((element) => {
|
|
4838
|
+
return element.required
|
|
4839
|
+
}).length
|
|
4840
|
+
|
|
4841
|
+
const numberEmptyRequiredFormElements = this.formElements.filter((element) => {
|
|
4842
|
+
return element.required && !this.formValues[element.name]
|
|
4843
|
+
}).length
|
|
4844
|
+
|
|
4845
|
+
const allRequiredFormElementsEmpty = numberRequiredFormElements > 0 && numberRequiredFormElements === numberEmptyRequiredFormElements
|
|
4846
|
+
const emptyRequiredFormElementExists = numberRequiredFormElements > 0 && numberEmptyRequiredFormElements > 0
|
|
4847
|
+
|
|
4848
|
+
this.$emit("empty-required-form-elements", { allRequiredFormElementsEmpty, emptyRequiredFormElementExists })
|
|
4849
|
+
},
|
|
4850
|
+
immediate: true,
|
|
4851
|
+
deep: true
|
|
4852
|
+
}, */
|
|
4818
4853
|
formElements: {
|
|
4819
4854
|
handler() {
|
|
4820
4855
|
var e;
|
|
@@ -5332,7 +5367,7 @@ function rd(e, t, n, s, i, l) {
|
|
|
5332
5367
|
o("a", L({
|
|
5333
5368
|
href: "#",
|
|
5334
5369
|
class: ["box drop-area flex-container vertical", { "allow-drop": i.allowDrop }]
|
|
5335
|
-
},
|
|
5370
|
+
}, Wt(l.dragAndDropHandler, !0), {
|
|
5336
5371
|
onClick: t[1] || (t[1] = S((...A) => l.selectFiles && l.selectFiles(...A), ["prevent"])),
|
|
5337
5372
|
title: "Drag new image to this area to replace old one!"
|
|
5338
5373
|
}), [
|
|
@@ -5497,7 +5532,7 @@ function md(e, t, n, s, i, l) {
|
|
|
5497
5532
|
}, null, 8, ["type", "iconClass"])
|
|
5498
5533
|
], 10, cd);
|
|
5499
5534
|
}
|
|
5500
|
-
const
|
|
5535
|
+
const It = /* @__PURE__ */ P(ud, [["render", md]]), pd = {
|
|
5501
5536
|
data() {
|
|
5502
5537
|
return {
|
|
5503
5538
|
defaultMessageProperties: {
|
|
@@ -5751,7 +5786,7 @@ const Lt = /* @__PURE__ */ P(ud, [["render", md]]), pd = {
|
|
|
5751
5786
|
}, hd = ["href", "onClick", "title", "target"], gd = { key: 1 }, yd = { key: 1 }, bd = { key: 0 };
|
|
5752
5787
|
function xd(e, t, n, s, i, l) {
|
|
5753
5788
|
var g;
|
|
5754
|
-
const d = J, u =
|
|
5789
|
+
const d = J, u = It, c = ke, f = K;
|
|
5755
5790
|
return a(), r("div", {
|
|
5756
5791
|
class: C([
|
|
5757
5792
|
"cmd-thumbnail-scroller",
|
|
@@ -6141,7 +6176,7 @@ const vd = qi, kd = ["aria-label"], wd = { class: "flex-container" }, Td = {
|
|
|
6141
6176
|
}, Pd = ["title"], Vd = { key: 1 }, Ad = ["title"], Ed = { key: 1 };
|
|
6142
6177
|
function Hd(e, t, n, s, i, l) {
|
|
6143
6178
|
var h, w, x, _, T, D, B, H, F, U, G, E, R, W, Q, Z, ie, me, le, ne, se, pe, fe, X, he, A, re, xe, Te, Oe, Ve;
|
|
6144
|
-
const d = J, u = K, c = ke, f =
|
|
6179
|
+
const d = J, u = K, c = ke, f = It, g = Hi;
|
|
6145
6180
|
return a(), r("dialog", {
|
|
6146
6181
|
ref: "dialog",
|
|
6147
6182
|
class: C(["cmd-fancybox", { "show-overlay": e.showOverlay, image: e.fancyBoxImageUrl || e.fancyBoxGallery, "image-gallery": e.fancyBoxGallery }]),
|
|
@@ -7952,7 +7987,7 @@ function nc(e, t, n, s, i, l) {
|
|
|
7952
7987
|
key: 0,
|
|
7953
7988
|
class: C(["inner-box-body-wrapper", { "box-body-padding": n.useBoxBodyPadding, "allow-scroll": n.allowContentToScroll }]),
|
|
7954
7989
|
ref: "boxBody",
|
|
7955
|
-
style:
|
|
7990
|
+
style: Ct(n.allowContentToScroll ? "max-height: " + i.calculatedBodyHeight : null)
|
|
7956
7991
|
}, [
|
|
7957
7992
|
V(e.$slots, "body", {}, () => {
|
|
7958
7993
|
var W;
|
|
@@ -9077,7 +9112,7 @@ const nm = /* @__PURE__ */ P($c, [["render", tm]]), im = {
|
|
|
9077
9112
|
ce,
|
|
9078
9113
|
im,
|
|
9079
9114
|
bn,
|
|
9080
|
-
|
|
9115
|
+
Lt,
|
|
9081
9116
|
xn
|
|
9082
9117
|
],
|
|
9083
9118
|
data() {
|
|
@@ -9410,7 +9445,7 @@ function Sm(e, t, n, s, i, l) {
|
|
|
9410
9445
|
class: C(["flag", l.optionCountry])
|
|
9411
9446
|
}, null, 10, mm)) : n.type === "color" ? (a(), r("span", {
|
|
9412
9447
|
key: 1,
|
|
9413
|
-
style:
|
|
9448
|
+
style: Ct("background: " + l.optionColor)
|
|
9414
9449
|
}, null, 4)) : m("", !0),
|
|
9415
9450
|
(g = l.optionIcon) != null && g.iconClass ? (a(), v(d, {
|
|
9416
9451
|
key: 2,
|
|
@@ -9501,7 +9536,7 @@ function Sm(e, t, n, s, i, l) {
|
|
|
9501
9536
|
}, [
|
|
9502
9537
|
o("span", {
|
|
9503
9538
|
class: "color",
|
|
9504
|
-
style:
|
|
9539
|
+
style: Ct("background: " + x.value)
|
|
9505
9540
|
}, null, 4),
|
|
9506
9541
|
o("span", null, y(x.text), 1)
|
|
9507
9542
|
], 10, wm)) : m("", !0)
|
|
@@ -9763,7 +9798,8 @@ function Nm(e, t, n, s, i, l) {
|
|
|
9763
9798
|
}, null, 8, jm)) : (a(), v(u, {
|
|
9764
9799
|
key: 1,
|
|
9765
9800
|
validationStatus: "warning",
|
|
9766
|
-
textAlign: "center"
|
|
9801
|
+
textAlign: "center",
|
|
9802
|
+
iconClose: { show: !1 }
|
|
9767
9803
|
}, {
|
|
9768
9804
|
default: k(() => [
|
|
9769
9805
|
o("p", null, y(e.getMessage("google_maps.system_message.accept_terms")), 1),
|
|
@@ -11168,7 +11204,8 @@ const Xi = /* @__PURE__ */ P(Up, [["render", Gp]]), Kp = {
|
|
|
11168
11204
|
return {
|
|
11169
11205
|
currentPage: 1,
|
|
11170
11206
|
statusForPages: [],
|
|
11171
|
-
inputMade: !1
|
|
11207
|
+
inputMade: !1,
|
|
11208
|
+
formData: {}
|
|
11172
11209
|
};
|
|
11173
11210
|
},
|
|
11174
11211
|
props: {
|
|
@@ -11217,6 +11254,9 @@ const Xi = /* @__PURE__ */ P(Up, [["render", Gp]]), Kp = {
|
|
|
11217
11254
|
}
|
|
11218
11255
|
},
|
|
11219
11256
|
methods: {
|
|
11257
|
+
formDataForPage(e) {
|
|
11258
|
+
return this.formData[e] || (this.formData[e] = {}), this.formData[e];
|
|
11259
|
+
},
|
|
11220
11260
|
getSystemMessage(e) {
|
|
11221
11261
|
return this.statusForPages.find((n) => n.page === e).message;
|
|
11222
11262
|
},
|
|
@@ -11313,7 +11353,8 @@ function Jp(e, t, n, s, i, l) {
|
|
|
11313
11353
|
V(e.$slots, "page-" + f, {
|
|
11314
11354
|
setErrorOnPage: (h) => l.setErrorOnPage(f, h),
|
|
11315
11355
|
removeErrorOnPage: () => l.removeErrorOnPage(f),
|
|
11316
|
-
atleastOnePageWithError: l.atleastOnePageWithError
|
|
11356
|
+
atleastOnePageWithError: l.atleastOnePageWithError,
|
|
11357
|
+
formDataForPage: l.formDataForPage(f)
|
|
11317
11358
|
})
|
|
11318
11359
|
], 2)), [
|
|
11319
11360
|
[ye, f === i.currentPage]
|
|
@@ -13600,7 +13641,7 @@ const Ih = /* @__PURE__ */ P(vh, [["render", Lh]]), Bh = {
|
|
|
13600
13641
|
class: "item-counter"
|
|
13601
13642
|
};
|
|
13602
13643
|
function Vh(e, t, n, s, i, l) {
|
|
13603
|
-
const d =
|
|
13644
|
+
const d = It, u = ke;
|
|
13604
13645
|
return a(), r("div", {
|
|
13605
13646
|
class: C(["cmd-slideshow", { "full-width": i.fullWidth }])
|
|
13606
13647
|
}, [
|
|
@@ -13623,7 +13664,7 @@ function Vh(e, t, n, s, i, l) {
|
|
|
13623
13664
|
n.useSlot ? (a(), r("div", {
|
|
13624
13665
|
class: "slot-wrapper",
|
|
13625
13666
|
key: i.index,
|
|
13626
|
-
style:
|
|
13667
|
+
style: Ct("background-image: url(" + l.currentItem.image.srcLarge + ")")
|
|
13627
13668
|
}, [
|
|
13628
13669
|
V(e.$slots, "item" + i.currentSlotItem)
|
|
13629
13670
|
], 4)) : (a(), r(O, { key: 0 }, [
|
|
@@ -14077,7 +14118,7 @@ const Kh = /* @__PURE__ */ P(jh, [["render", Gh]]), Yh = {
|
|
|
14077
14118
|
"aria-expanded": "true"
|
|
14078
14119
|
}, ng = ["innerHTML"];
|
|
14079
14120
|
function ig(e, t, n, s, i, l) {
|
|
14080
|
-
const d = K, u =
|
|
14121
|
+
const d = K, u = It;
|
|
14081
14122
|
return a(), r("div", {
|
|
14082
14123
|
class: C(["cmd-table-wrapper", { collapsed: !i.showTableData, "full-width": i.fullWidth, "has-caption": l.hasCaption, "has-overflow": i.hasOverflow }])
|
|
14083
14124
|
}, [
|
|
@@ -14492,7 +14533,7 @@ function xg(e, t, n, s, i, l) {
|
|
|
14492
14533
|
"onUpdate:modelValue": t[0] || (t[0] = (_) => i.editableHtmlContent = _),
|
|
14493
14534
|
placeholder: "Paragraph"
|
|
14494
14535
|
}, null, 2)), [
|
|
14495
|
-
[
|
|
14536
|
+
[ft, i.editableHtmlContent]
|
|
14496
14537
|
]) : n.htmlContent ? (a(), r("div", {
|
|
14497
14538
|
key: 1,
|
|
14498
14539
|
innerHTML: n.htmlContent,
|
|
@@ -14775,10 +14816,10 @@ function tl(e, t) {
|
|
|
14775
14816
|
return e.apply(t, arguments);
|
|
14776
14817
|
};
|
|
14777
14818
|
}
|
|
14778
|
-
const { toString: _g } = Object.prototype, { getPrototypeOf: Sn } = Object,
|
|
14819
|
+
const { toString: _g } = Object.prototype, { getPrototypeOf: Sn } = Object, Bt = /* @__PURE__ */ ((e) => (t) => {
|
|
14779
14820
|
const n = _g.call(t);
|
|
14780
14821
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
14781
|
-
})(/* @__PURE__ */ Object.create(null)), we = (e) => (e = e.toLowerCase(), (t) =>
|
|
14822
|
+
})(/* @__PURE__ */ Object.create(null)), we = (e) => (e = e.toLowerCase(), (t) => Bt(t) === e), Dt = (e) => (t) => typeof t === e, { isArray: We } = Array, lt = Dt("undefined");
|
|
14782
14823
|
function Og(e) {
|
|
14783
14824
|
return e !== null && !lt(e) && e.constructor !== null && !lt(e.constructor) && be(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
14784
14825
|
}
|
|
@@ -14787,14 +14828,14 @@ function Lg(e) {
|
|
|
14787
14828
|
let t;
|
|
14788
14829
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && nl(e.buffer), t;
|
|
14789
14830
|
}
|
|
14790
|
-
const Ig =
|
|
14791
|
-
if (
|
|
14831
|
+
const Ig = Dt("string"), be = Dt("function"), il = Dt("number"), Ft = (e) => e !== null && typeof e == "object", Bg = (e) => e === !0 || e === !1, bt = (e) => {
|
|
14832
|
+
if (Bt(e) !== "object")
|
|
14792
14833
|
return !1;
|
|
14793
14834
|
const t = Sn(e);
|
|
14794
14835
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
|
14795
|
-
}, Dg = we("Date"), Fg = we("File"), Mg = we("Blob"), Pg = we("FileList"), Vg = (e) =>
|
|
14836
|
+
}, Dg = we("Date"), Fg = we("File"), Mg = we("Blob"), Pg = we("FileList"), Vg = (e) => Ft(e) && be(e.pipe), Ag = (e) => {
|
|
14796
14837
|
let t;
|
|
14797
|
-
return e && (typeof FormData == "function" && e instanceof FormData || be(e.append) && ((t =
|
|
14838
|
+
return e && (typeof FormData == "function" && e instanceof FormData || be(e.append) && ((t = Bt(e)) === "formdata" || // detect form-data instance
|
|
14798
14839
|
t === "object" && be(e.toString) && e.toString() === "[object FormData]"));
|
|
14799
14840
|
}, Eg = we("URLSearchParams"), [Hg, qg, Rg, jg] = ["ReadableStream", "Request", "Response", "Headers"].map(we), Ng = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
14800
14841
|
function ot(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
@@ -14824,7 +14865,7 @@ const ol = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typ
|
|
|
14824
14865
|
function en() {
|
|
14825
14866
|
const { caseless: e } = al(this) && this || {}, t = {}, n = (s, i) => {
|
|
14826
14867
|
const l = e && ll(t, i) || i;
|
|
14827
|
-
|
|
14868
|
+
bt(t[l]) && bt(s) ? t[l] = en(t[l], s) : bt(s) ? t[l] = en({}, s) : We(s) ? t[l] = s.slice() : t[l] = s;
|
|
14828
14869
|
};
|
|
14829
14870
|
for (let s = 0, i = arguments.length; s < i; s++)
|
|
14830
14871
|
arguments[s] && ot(arguments[s], n);
|
|
@@ -14906,10 +14947,10 @@ const Ug = (e, t, n, { allOwnKeys: s } = {}) => (ot(t, (i, l) => {
|
|
|
14906
14947
|
};
|
|
14907
14948
|
return We(e) ? s(e) : s(String(e).split(t)), n;
|
|
14908
14949
|
}, iy = () => {
|
|
14909
|
-
}, ly = (e, t) => e != null && Number.isFinite(e = +e) ? e : t,
|
|
14950
|
+
}, ly = (e, t) => e != null && Number.isFinite(e = +e) ? e : t, jt = "abcdefghijklmnopqrstuvwxyz", ni = "0123456789", rl = {
|
|
14910
14951
|
DIGIT: ni,
|
|
14911
|
-
ALPHA:
|
|
14912
|
-
ALPHA_DIGIT:
|
|
14952
|
+
ALPHA: jt,
|
|
14953
|
+
ALPHA_DIGIT: jt + jt.toUpperCase() + ni
|
|
14913
14954
|
}, oy = (e = 16, t = rl.ALPHA_DIGIT) => {
|
|
14914
14955
|
let n = "";
|
|
14915
14956
|
const { length: s } = t;
|
|
@@ -14922,7 +14963,7 @@ function ay(e) {
|
|
|
14922
14963
|
}
|
|
14923
14964
|
const sy = (e) => {
|
|
14924
14965
|
const t = new Array(10), n = (s, i) => {
|
|
14925
|
-
if (
|
|
14966
|
+
if (Ft(s)) {
|
|
14926
14967
|
if (t.indexOf(s) >= 0)
|
|
14927
14968
|
return;
|
|
14928
14969
|
if (!("toJSON" in s)) {
|
|
@@ -14937,7 +14978,7 @@ const sy = (e) => {
|
|
|
14937
14978
|
return s;
|
|
14938
14979
|
};
|
|
14939
14980
|
return n(e, 0);
|
|
14940
|
-
}, ry = we("AsyncFunction"), dy = (e) => e && (
|
|
14981
|
+
}, ry = we("AsyncFunction"), dy = (e) => e && (Ft(e) || be(e)) && be(e.then) && be(e.catch), I = {
|
|
14941
14982
|
isArray: We,
|
|
14942
14983
|
isArrayBuffer: nl,
|
|
14943
14984
|
isBuffer: Og,
|
|
@@ -14946,8 +14987,8 @@ const sy = (e) => {
|
|
|
14946
14987
|
isString: Ig,
|
|
14947
14988
|
isNumber: il,
|
|
14948
14989
|
isBoolean: Bg,
|
|
14949
|
-
isObject:
|
|
14950
|
-
isPlainObject:
|
|
14990
|
+
isObject: Ft,
|
|
14991
|
+
isPlainObject: bt,
|
|
14951
14992
|
isReadableStream: Hg,
|
|
14952
14993
|
isRequest: qg,
|
|
14953
14994
|
isResponse: Rg,
|
|
@@ -14969,7 +15010,7 @@ const sy = (e) => {
|
|
|
14969
15010
|
stripBOM: zg,
|
|
14970
15011
|
inherits: Wg,
|
|
14971
15012
|
toFlatObject: Gg,
|
|
14972
|
-
kindOf:
|
|
15013
|
+
kindOf: Bt,
|
|
14973
15014
|
kindOfTest: we,
|
|
14974
15015
|
endsWith: Kg,
|
|
14975
15016
|
toArray: Yg,
|
|
@@ -15063,7 +15104,7 @@ function cy(e) {
|
|
|
15063
15104
|
const my = I.toFlatObject(I, {}, null, function(t) {
|
|
15064
15105
|
return /^is[A-Z]/.test(t);
|
|
15065
15106
|
});
|
|
15066
|
-
function
|
|
15107
|
+
function Mt(e, t, n) {
|
|
15067
15108
|
if (!I.isObject(e))
|
|
15068
15109
|
throw new TypeError("target must be an object");
|
|
15069
15110
|
t = t || new FormData(), n = I.toFlatObject(n, {
|
|
@@ -15139,7 +15180,7 @@ function li(e) {
|
|
|
15139
15180
|
});
|
|
15140
15181
|
}
|
|
15141
15182
|
function _n(e, t) {
|
|
15142
|
-
this._pairs = [], e &&
|
|
15183
|
+
this._pairs = [], e && Mt(e, this, t);
|
|
15143
15184
|
}
|
|
15144
15185
|
const ml = _n.prototype;
|
|
15145
15186
|
ml.append = function(t, n) {
|
|
@@ -15245,7 +15286,7 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Cy
|
|
|
15245
15286
|
...yy
|
|
15246
15287
|
};
|
|
15247
15288
|
function ky(e, t) {
|
|
15248
|
-
return
|
|
15289
|
+
return Mt(e, new ve.classes.URLSearchParams(), Object.assign({
|
|
15249
15290
|
visitor: function(n, s, i, l) {
|
|
15250
15291
|
return ve.isNode && I.isBuffer(n) ? (this.append(s, n.toString("base64")), !1) : l.defaultVisitor.apply(this, arguments);
|
|
15251
15292
|
}
|
|
@@ -15307,7 +15348,7 @@ const at = {
|
|
|
15307
15348
|
return ky(t, this.formSerializer).toString();
|
|
15308
15349
|
if ((u = I.isFileList(t)) || s.indexOf("multipart/form-data") > -1) {
|
|
15309
15350
|
const c = this.env && this.env.FormData;
|
|
15310
|
-
return
|
|
15351
|
+
return Mt(
|
|
15311
15352
|
u ? { "files[]": t } : t,
|
|
15312
15353
|
c && new c(),
|
|
15313
15354
|
this.formSerializer
|
|
@@ -15386,8 +15427,8 @@ const _y = I.toObjectSet([
|
|
|
15386
15427
|
function Xe(e) {
|
|
15387
15428
|
return e && String(e).trim().toLowerCase();
|
|
15388
15429
|
}
|
|
15389
|
-
function
|
|
15390
|
-
return e === !1 || e == null ? e : I.isArray(e) ? e.map(
|
|
15430
|
+
function xt(e) {
|
|
15431
|
+
return e === !1 || e == null ? e : I.isArray(e) ? e.map(xt) : String(e);
|
|
15391
15432
|
}
|
|
15392
15433
|
function Ly(e) {
|
|
15393
15434
|
const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
@@ -15397,7 +15438,7 @@ function Ly(e) {
|
|
|
15397
15438
|
return t;
|
|
15398
15439
|
}
|
|
15399
15440
|
const Iy = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
|
15400
|
-
function
|
|
15441
|
+
function Nt(e, t, n, s, i) {
|
|
15401
15442
|
if (I.isFunction(s))
|
|
15402
15443
|
return s.call(this, t, n);
|
|
15403
15444
|
if (i && (t = n), !!I.isString(t)) {
|
|
@@ -15432,7 +15473,7 @@ class ue {
|
|
|
15432
15473
|
if (!g)
|
|
15433
15474
|
throw new Error("header name must be a non-empty string");
|
|
15434
15475
|
const h = I.findKey(i, g);
|
|
15435
|
-
(!h || i[h] === void 0 || f === !0 || f === void 0 && i[h] !== !1) && (i[h || c] =
|
|
15476
|
+
(!h || i[h] === void 0 || f === !0 || f === void 0 && i[h] !== !1) && (i[h || c] = xt(u));
|
|
15436
15477
|
}
|
|
15437
15478
|
const d = (u, c) => I.forEach(u, (f, g) => l(f, g, c));
|
|
15438
15479
|
if (I.isPlainObject(t) || t instanceof this.constructor)
|
|
@@ -15466,7 +15507,7 @@ class ue {
|
|
|
15466
15507
|
has(t, n) {
|
|
15467
15508
|
if (t = Xe(t), t) {
|
|
15468
15509
|
const s = I.findKey(this, t);
|
|
15469
|
-
return !!(s && this[s] !== void 0 && (!n ||
|
|
15510
|
+
return !!(s && this[s] !== void 0 && (!n || Nt(this, this[s], s, n)));
|
|
15470
15511
|
}
|
|
15471
15512
|
return !1;
|
|
15472
15513
|
}
|
|
@@ -15476,7 +15517,7 @@ class ue {
|
|
|
15476
15517
|
function l(d) {
|
|
15477
15518
|
if (d = Xe(d), d) {
|
|
15478
15519
|
const u = I.findKey(s, d);
|
|
15479
|
-
u && (!n ||
|
|
15520
|
+
u && (!n || Nt(s, s[u], u, n)) && (delete s[u], i = !0);
|
|
15480
15521
|
}
|
|
15481
15522
|
}
|
|
15482
15523
|
return I.isArray(t) ? t.forEach(l) : l(t), i;
|
|
@@ -15486,7 +15527,7 @@ class ue {
|
|
|
15486
15527
|
let s = n.length, i = !1;
|
|
15487
15528
|
for (; s--; ) {
|
|
15488
15529
|
const l = n[s];
|
|
15489
|
-
(!t ||
|
|
15530
|
+
(!t || Nt(this, this[l], l, t, !0)) && (delete this[l], i = !0);
|
|
15490
15531
|
}
|
|
15491
15532
|
return i;
|
|
15492
15533
|
}
|
|
@@ -15495,11 +15536,11 @@ class ue {
|
|
|
15495
15536
|
return I.forEach(this, (i, l) => {
|
|
15496
15537
|
const d = I.findKey(s, l);
|
|
15497
15538
|
if (d) {
|
|
15498
|
-
n[d] =
|
|
15539
|
+
n[d] = xt(i), delete n[l];
|
|
15499
15540
|
return;
|
|
15500
15541
|
}
|
|
15501
15542
|
const u = t ? By(l) : String(l).trim();
|
|
15502
|
-
u !== l && delete n[l], n[u] =
|
|
15543
|
+
u !== l && delete n[l], n[u] = xt(i), s[u] = !0;
|
|
15503
15544
|
}), this;
|
|
15504
15545
|
}
|
|
15505
15546
|
concat(...t) {
|
|
@@ -15550,7 +15591,7 @@ I.reduceDescriptors(ue.prototype, ({ value: e }, t) => {
|
|
|
15550
15591
|
};
|
|
15551
15592
|
});
|
|
15552
15593
|
I.freezeMethods(ue);
|
|
15553
|
-
function
|
|
15594
|
+
function Ut(e, t) {
|
|
15554
15595
|
const n = this || at, s = t || n, i = ue.from(s.headers);
|
|
15555
15596
|
let l = s.data;
|
|
15556
15597
|
return I.forEach(e, function(u) {
|
|
@@ -15607,7 +15648,7 @@ function Py(e, t) {
|
|
|
15607
15648
|
i || (i = setTimeout(() => (i = null, n = Date.now(), e.apply(null, arguments)), s - (u - n)));
|
|
15608
15649
|
};
|
|
15609
15650
|
}
|
|
15610
|
-
const
|
|
15651
|
+
const kt = (e, t, n = 3) => {
|
|
15611
15652
|
let s = 0;
|
|
15612
15653
|
const i = My(50, 250);
|
|
15613
15654
|
return Py((l) => {
|
|
@@ -15825,7 +15866,7 @@ const xl = (e) => {
|
|
|
15825
15866
|
)), g = null;
|
|
15826
15867
|
}, l === void 0 && d.setContentType(null), "setRequestHeader" in g && I.forEach(d.toJSON(), function(_, T) {
|
|
15827
15868
|
g.setRequestHeader(T, _);
|
|
15828
|
-
}), I.isUndefined(i.withCredentials) || (g.withCredentials = !!i.withCredentials), u && u !== "json" && (g.responseType = i.responseType), typeof i.onDownloadProgress == "function" && g.addEventListener("progress",
|
|
15869
|
+
}), I.isUndefined(i.withCredentials) || (g.withCredentials = !!i.withCredentials), u && u !== "json" && (g.responseType = i.responseType), typeof i.onDownloadProgress == "function" && g.addEventListener("progress", kt(i.onDownloadProgress, !0)), typeof i.onUploadProgress == "function" && g.upload && g.upload.addEventListener("progress", kt(i.onUploadProgress)), (i.cancelToken || i.signal) && (c = (x) => {
|
|
15829
15870
|
g && (s(!x || x.type ? new Ge(null, e, g) : x), g.abort(), g = null);
|
|
15830
15871
|
}, i.cancelToken && i.cancelToken.subscribe(c), i.signal && (i.signal.aborted ? c() : i.signal.addEventListener("abort", c)));
|
|
15831
15872
|
const w = Fy(i.url);
|
|
@@ -15896,7 +15937,7 @@ const xl = (e) => {
|
|
|
15896
15937
|
total: e,
|
|
15897
15938
|
loaded: s
|
|
15898
15939
|
}));
|
|
15899
|
-
},
|
|
15940
|
+
}, Pt = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Cl = Pt && typeof ReadableStream == "function", nn = Pt && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), zy = Cl && (() => {
|
|
15900
15941
|
let e = !1;
|
|
15901
15942
|
const t = new Request(ve.origin, {
|
|
15902
15943
|
body: new ReadableStream(),
|
|
@@ -15911,12 +15952,12 @@ const xl = (e) => {
|
|
|
15911
15952
|
return I.isReadableStream(new Response("").body);
|
|
15912
15953
|
} catch {
|
|
15913
15954
|
}
|
|
15914
|
-
})(),
|
|
15955
|
+
})(), wt = {
|
|
15915
15956
|
stream: ln && ((e) => e.body)
|
|
15916
15957
|
};
|
|
15917
|
-
|
|
15958
|
+
Pt && ((e) => {
|
|
15918
15959
|
["text", "arrayBuffer", "blob", "formData", "stream"].forEach((t) => {
|
|
15919
|
-
!
|
|
15960
|
+
!wt[t] && (wt[t] = I.isFunction(e[t]) ? (n) => n[t]() : (n, s) => {
|
|
15920
15961
|
throw new z(`Response type '${t}' is not supported`, z.ERR_NOT_SUPPORT, s);
|
|
15921
15962
|
});
|
|
15922
15963
|
});
|
|
@@ -15935,7 +15976,7 @@ const Wy = async (e) => {
|
|
|
15935
15976
|
}, Gy = async (e, t) => {
|
|
15936
15977
|
const n = I.toFiniteNumber(e.getContentLength());
|
|
15937
15978
|
return n ?? Wy(t);
|
|
15938
|
-
}, Ky =
|
|
15979
|
+
}, Ky = Pt && (async (e) => {
|
|
15939
15980
|
let {
|
|
15940
15981
|
url: t,
|
|
15941
15982
|
method: n,
|
|
@@ -15967,7 +16008,7 @@ const Wy = async (e) => {
|
|
|
15967
16008
|
}), R;
|
|
15968
16009
|
I.isFormData(s) && (R = E.headers.get("content-type")) && g.setContentType(R), E.body && (s = ri(E.body, ui, di(
|
|
15969
16010
|
H,
|
|
15970
|
-
|
|
16011
|
+
kt(c)
|
|
15971
16012
|
), null, nn));
|
|
15972
16013
|
}
|
|
15973
16014
|
I.isString(h) || (h = h ? "cors" : "omit"), D = new Request(t, {
|
|
@@ -15990,13 +16031,13 @@ const Wy = async (e) => {
|
|
|
15990
16031
|
F = new Response(
|
|
15991
16032
|
ri(F.body, ui, u && di(
|
|
15992
16033
|
R,
|
|
15993
|
-
|
|
16034
|
+
kt(u, !0)
|
|
15994
16035
|
), U && B, nn),
|
|
15995
16036
|
E
|
|
15996
16037
|
);
|
|
15997
16038
|
}
|
|
15998
16039
|
f = f || "text";
|
|
15999
|
-
let G = await
|
|
16040
|
+
let G = await wt[I.findKey(wt, f) || "text"](F, e);
|
|
16000
16041
|
return !U && B(), _ && _(), await new Promise((E, R) => {
|
|
16001
16042
|
yl(E, R, {
|
|
16002
16043
|
data: G,
|
|
@@ -16060,22 +16101,22 @@ const ci = (e) => `- ${e}`, Yy = (e) => I.isFunction(e) || e === null || e === !
|
|
|
16060
16101
|
},
|
|
16061
16102
|
adapters: on
|
|
16062
16103
|
};
|
|
16063
|
-
function
|
|
16104
|
+
function zt(e) {
|
|
16064
16105
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
16065
16106
|
throw new Ge(null, e);
|
|
16066
16107
|
}
|
|
16067
16108
|
function mi(e) {
|
|
16068
|
-
return
|
|
16109
|
+
return zt(e), e.headers = ue.from(e.headers), e.data = Ut.call(
|
|
16069
16110
|
e,
|
|
16070
16111
|
e.transformRequest
|
|
16071
16112
|
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), vl.getAdapter(e.adapter || at.adapter)(e).then(function(s) {
|
|
16072
|
-
return
|
|
16113
|
+
return zt(e), s.data = Ut.call(
|
|
16073
16114
|
e,
|
|
16074
16115
|
e.transformResponse,
|
|
16075
16116
|
s
|
|
16076
16117
|
), s.headers = ue.from(s.headers), s;
|
|
16077
16118
|
}, function(s) {
|
|
16078
|
-
return gl(s) || (
|
|
16119
|
+
return gl(s) || (zt(e), s && s.response && (s.response.data = Ut.call(
|
|
16079
16120
|
e,
|
|
16080
16121
|
e.transformResponse,
|
|
16081
16122
|
s.response
|
|
@@ -16404,7 +16445,7 @@ ee.CanceledError = Ge;
|
|
|
16404
16445
|
ee.CancelToken = In;
|
|
16405
16446
|
ee.isCancel = gl;
|
|
16406
16447
|
ee.VERSION = kl;
|
|
16407
|
-
ee.toFormData =
|
|
16448
|
+
ee.toFormData = Mt;
|
|
16408
16449
|
ee.AxiosError = z;
|
|
16409
16450
|
ee.Cancel = ee.CanceledError;
|
|
16410
16451
|
ee.all = function(t) {
|
|
@@ -17009,7 +17050,7 @@ function Ob(e, t, n, s, i, l) {
|
|
|
17009
17050
|
}, 8, ["validationStatus", "systemMessage"])) : m("", !0),
|
|
17010
17051
|
o("div", L({
|
|
17011
17052
|
class: ["box flex-container vertical", { "drop-area": n.enableDragAndDrop, "allow-drop": i.allowDrop }]
|
|
17012
|
-
},
|
|
17053
|
+
}, Wt(l.dragAndDropHandler, !0)), [
|
|
17013
17054
|
i.listOfFiles.length ? (a(), r("div", eb, [
|
|
17014
17055
|
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("div", tb, [
|
|
17015
17056
|
p(d, L(n.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
|
@@ -17233,7 +17274,7 @@ function Ob(e, t, n, s, i, l) {
|
|
|
17233
17274
|
href: "#",
|
|
17234
17275
|
onClick: t[7] || (t[7] = S((...g) => l.selectFiles && l.selectFiles(...g), ["prevent"])),
|
|
17235
17276
|
class: ["cmd-upload-form box", { "drop-area": n.enableDragAndDrop, "allow-drop": i.allowDrop }]
|
|
17236
|
-
},
|
|
17277
|
+
}, Wt(l.dragAndDropHandler, !0)), [
|
|
17237
17278
|
i.uploadInitiated ? (a(), r("span", Sb, [
|
|
17238
17279
|
o("span", null, y(l.getPercentage(l.totalUploadProgress)), 1),
|
|
17239
17280
|
o("progress", {
|
|
@@ -18308,14 +18349,14 @@ const lx = /* @__PURE__ */ P(tx, [["render", ix]]), ox = {
|
|
|
18308
18349
|
};
|
|
18309
18350
|
}
|
|
18310
18351
|
};
|
|
18311
|
-
function
|
|
18352
|
+
function vk(e = !1) {
|
|
18312
18353
|
return e ? (/* @__PURE__ */ new Date()).toISOString() : (/* @__PURE__ */ new Date()).toISOString().split("T")[0];
|
|
18313
18354
|
}
|
|
18314
|
-
function
|
|
18355
|
+
function kk() {
|
|
18315
18356
|
const e = /* @__PURE__ */ new Date(), t = String(e.getHours()).padStart(2, "0"), n = String(e.getMinutes()).padStart(2, "0");
|
|
18316
18357
|
return t + ":" + n;
|
|
18317
18358
|
}
|
|
18318
|
-
function
|
|
18359
|
+
function wk(e, t = "+", n = 1) {
|
|
18319
18360
|
const s = new Date(e);
|
|
18320
18361
|
if (t === "+")
|
|
18321
18362
|
s.setDate(s.getDate() + n);
|
|
@@ -18325,7 +18366,7 @@ function kk(e, t = "+", n = 1) {
|
|
|
18325
18366
|
throw new Error("function 'getDate()' received invalid operator as parameter. Use '+' to add or '-' to subtract days.");
|
|
18326
18367
|
return s;
|
|
18327
18368
|
}
|
|
18328
|
-
function
|
|
18369
|
+
function Tk(e, t = "short") {
|
|
18329
18370
|
const n = new Date(e), s = ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"], i = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
|
|
18330
18371
|
if (t === "short")
|
|
18331
18372
|
return s[n.getDay()];
|
|
@@ -19288,7 +19329,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
19288
19329
|
type: "text",
|
|
19289
19330
|
name: "form-element-text-name",
|
|
19290
19331
|
htmlClass: "form-element-text-class",
|
|
19291
|
-
value: "
|
|
19332
|
+
value: "",
|
|
19292
19333
|
fieldIconClass: "icon-lock",
|
|
19293
19334
|
labelText: "Text input",
|
|
19294
19335
|
placeholder: "Placeholdertext",
|
|
@@ -19300,14 +19341,13 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
19300
19341
|
formElements: [
|
|
19301
19342
|
{
|
|
19302
19343
|
element: "input",
|
|
19303
|
-
type: "
|
|
19304
|
-
name: "form-element-
|
|
19305
|
-
htmlClass: "form-element-
|
|
19306
|
-
id: "form-element-
|
|
19344
|
+
type: "text",
|
|
19345
|
+
name: "form-element-text-name",
|
|
19346
|
+
htmlClass: "form-element-text-class",
|
|
19347
|
+
id: "form-element-text-id",
|
|
19307
19348
|
value: "default value",
|
|
19308
19349
|
fieldIconClass: "icon-cogs",
|
|
19309
|
-
labelText: "
|
|
19310
|
-
placeholder: "Placeholdertext",
|
|
19350
|
+
labelText: "Username input",
|
|
19311
19351
|
required: !0,
|
|
19312
19352
|
disabled: !1
|
|
19313
19353
|
},
|
|
@@ -21526,7 +21566,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
21526
21566
|
text: "Zimbabwe",
|
|
21527
21567
|
value: "zw"
|
|
21528
21568
|
}
|
|
21529
|
-
], i1 = "comand-component-library", l1 = "4.2.
|
|
21569
|
+
], i1 = "comand-component-library", l1 = "4.2.75", o1 = "GPL-3.0-only", a1 = "CoManD-UI", s1 = "module", r1 = {
|
|
21530
21570
|
prepublishOnly: "npm run build-lib",
|
|
21531
21571
|
dev: "vite",
|
|
21532
21572
|
build: "vite build",
|
|
@@ -22659,6 +22699,7 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
22659
22699
|
},
|
|
22660
22700
|
data() {
|
|
22661
22701
|
return {
|
|
22702
|
+
cmdFormData: {},
|
|
22662
22703
|
smartSearchObject: { id: 3, displayValue: "smartSearchDisplayValue" },
|
|
22663
22704
|
smartSearchString: "",
|
|
22664
22705
|
selectedLanguage: "none",
|
|
@@ -22857,6 +22898,9 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
22857
22898
|
}
|
|
22858
22899
|
},
|
|
22859
22900
|
methods: {
|
|
22901
|
+
myAlert(e) {
|
|
22902
|
+
alert(e);
|
|
22903
|
+
},
|
|
22860
22904
|
toggleSystemMessage(e, t) {
|
|
22861
22905
|
console.log("event", e), e === "error" ? t.setErrorOnPage("Please fill all required fields!") : t.removeErrorOnPage();
|
|
22862
22906
|
},
|
|
@@ -23088,86 +23132,86 @@ const qx = /* @__PURE__ */ P(Ex, [["render", Hx]]), Rx = [
|
|
|
23088
23132
|
}, Ov = {
|
|
23089
23133
|
class: "headline-demopage",
|
|
23090
23134
|
id: "section-multistep-form-wrapper"
|
|
23091
|
-
}, Lv = ["onClick"], Iv = ["onClick"], Bv = ["
|
|
23135
|
+
}, Lv = ["onClick"], Iv = ["onClick"], Bv = ["onUpdate:modelValue"], Dv = ["onClick"], Fv = { class: "flex-container" }, Mv = ["onClick"], Pv = { key: 0 }, Vv = ["onClick"], Av = { key: 0 }, Ev = ["onClick"], Hv = { key: 0 }, qv = { key: 0 }, Rv = { key: 0 }, jv = { class: "button-wrapper reverse justify-content-space-between" }, Nv = {
|
|
23092
23136
|
class: "headline-demopage",
|
|
23093
23137
|
id: "section-multistep-form-progress-bar"
|
|
23094
|
-
},
|
|
23138
|
+
}, Uv = {
|
|
23095
23139
|
class: "headline-demopage",
|
|
23096
23140
|
id: "section-newsletter-subscription"
|
|
23097
|
-
},
|
|
23141
|
+
}, zv = {
|
|
23098
23142
|
class: "headline-demopage",
|
|
23099
23143
|
id: "section-opening-hours"
|
|
23100
|
-
},
|
|
23144
|
+
}, Wv = {
|
|
23101
23145
|
class: "headline-demopage",
|
|
23102
23146
|
id: "section-page-footer"
|
|
23103
|
-
},
|
|
23147
|
+
}, Gv = {
|
|
23104
23148
|
class: "headline-demopage",
|
|
23105
23149
|
id: "section-page-header"
|
|
23106
|
-
},
|
|
23150
|
+
}, Kv = {
|
|
23107
23151
|
class: "headline-demopage",
|
|
23108
23152
|
id: "section-pagination"
|
|
23109
|
-
},
|
|
23153
|
+
}, Yv = {
|
|
23110
23154
|
class: "headline-demopage",
|
|
23111
23155
|
id: "section-paragraph"
|
|
23112
|
-
},
|
|
23156
|
+
}, Jv = {
|
|
23113
23157
|
class: "headline-demopage",
|
|
23114
23158
|
id: "section-section"
|
|
23115
|
-
},
|
|
23159
|
+
}, Zv = {
|
|
23116
23160
|
class: "headline-demopage",
|
|
23117
23161
|
id: "section-site-header"
|
|
23118
|
-
},
|
|
23162
|
+
}, Qv = {
|
|
23119
23163
|
class: "headline-demopage",
|
|
23120
23164
|
id: "section-site-search"
|
|
23121
|
-
},
|
|
23165
|
+
}, Xv = {
|
|
23122
23166
|
class: "headline-demopage",
|
|
23123
23167
|
id: "section-slideshow"
|
|
23124
|
-
},
|
|
23168
|
+
}, $v = {
|
|
23125
23169
|
class: "headline-demopage",
|
|
23126
23170
|
id: "section-smart-search"
|
|
23127
|
-
},
|
|
23171
|
+
}, ek = {
|
|
23128
23172
|
class: "headline-demopage",
|
|
23129
23173
|
id: "section-social-networks"
|
|
23130
|
-
},
|
|
23174
|
+
}, tk = {
|
|
23131
23175
|
class: "headline-demopage",
|
|
23132
23176
|
id: "section-system-message"
|
|
23133
|
-
},
|
|
23177
|
+
}, nk = {
|
|
23134
23178
|
class: "headline-demopage",
|
|
23135
23179
|
id: "section-tables"
|
|
23136
|
-
},
|
|
23180
|
+
}, ik = {
|
|
23137
23181
|
class: "headline-demopage",
|
|
23138
23182
|
id: "section-tabs"
|
|
23139
|
-
},
|
|
23183
|
+
}, lk = {
|
|
23140
23184
|
class: "headline-demopage",
|
|
23141
23185
|
id: "section-tag"
|
|
23142
|
-
},
|
|
23186
|
+
}, ok = {
|
|
23143
23187
|
class: "headline-demopage",
|
|
23144
23188
|
id: "section-text-image-block"
|
|
23145
|
-
},
|
|
23189
|
+
}, ak = { class: "flex-container" }, sk = {
|
|
23146
23190
|
class: "headline-demopage",
|
|
23147
23191
|
id: "section-thumbnail-scroller"
|
|
23148
|
-
},
|
|
23192
|
+
}, rk = { class: "inline-size" }, dk = {
|
|
23149
23193
|
class: "headline-demopage",
|
|
23150
23194
|
id: "section-toggle-dark-mode"
|
|
23151
|
-
},
|
|
23195
|
+
}, uk = {
|
|
23152
23196
|
class: "headline-demopage",
|
|
23153
23197
|
id: "section-tooltip"
|
|
23154
|
-
},
|
|
23198
|
+
}, ck = {
|
|
23155
23199
|
class: "headline-demopage",
|
|
23156
23200
|
id: "section-upload-form"
|
|
23157
|
-
},
|
|
23201
|
+
}, mk = {
|
|
23158
23202
|
class: "headline-demopage",
|
|
23159
23203
|
id: "section-width-limitation-wrapper"
|
|
23160
|
-
},
|
|
23204
|
+
}, pk = {
|
|
23161
23205
|
key: 2,
|
|
23162
23206
|
id: "content"
|
|
23163
23207
|
};
|
|
23164
|
-
function
|
|
23165
|
-
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, ie = Bm, me = Ji, le = J, ne = 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,
|
|
23208
|
+
function fk(e, t, n, s, i, l) {
|
|
23209
|
+
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, ie = Bm, me = Ji, le = J, ne = 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, Vt = Cg, Vl = Hi, Al = Tg, At = Pi, El = Lb, Hl = _l, ql = nm, Rl = Xc, jl = qd, Nl = Vb, Ul = Zl("fancybox");
|
|
23166
23210
|
return $((a(), r("div", {
|
|
23167
23211
|
class: "page-wrapper",
|
|
23168
23212
|
id: l.templateId
|
|
23169
23213
|
}, [
|
|
23170
|
-
t[
|
|
23214
|
+
t[328] || (t[328] = o("a", { id: "anchor-back-to-top" }, null, -1)),
|
|
23171
23215
|
i.showLeftSidebar ? (a(), v(c, {
|
|
23172
23216
|
key: 0,
|
|
23173
23217
|
cmdHeadline: { headlineText: "Site Settings", headlineLevel: 3, textAlign: "center" },
|
|
@@ -23192,11 +23236,11 @@ function pk(e, t, n, s, i, l) {
|
|
|
23192
23236
|
}, {
|
|
23193
23237
|
body: k(() => [
|
|
23194
23238
|
o("label", v1, [
|
|
23195
|
-
t[
|
|
23239
|
+
t[134] || (t[134] = o("span", null, "Select template", -1)),
|
|
23196
23240
|
$(o("select", {
|
|
23197
23241
|
id: "select-template",
|
|
23198
23242
|
"onUpdate:modelValue": t[0] || (t[0] = (j) => i.selectedTemplate = j)
|
|
23199
|
-
}, t[
|
|
23243
|
+
}, t[133] || (t[133] = [
|
|
23200
23244
|
o("option", { value: "blank" }, "Blank/Unstyled", -1),
|
|
23201
23245
|
o("option", { value: "material-web" }, "Material-Web", -1),
|
|
23202
23246
|
o("option", { value: "tailwind" }, "Tailwind", -1)
|
|
@@ -23205,7 +23249,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
23205
23249
|
])
|
|
23206
23250
|
]),
|
|
23207
23251
|
o("div", null, [
|
|
23208
|
-
t[
|
|
23252
|
+
t[138] || (t[138] = o("span", null, "Color Scheme", -1)),
|
|
23209
23253
|
o("div", k1, [
|
|
23210
23254
|
o("label", w1, [
|
|
23211
23255
|
$(o("input", {
|
|
@@ -23215,9 +23259,9 @@ function pk(e, t, n, s, i, l) {
|
|
|
23215
23259
|
"onUpdate:modelValue": t[1] || (t[1] = (j) => i.colorScheme = j),
|
|
23216
23260
|
value: "none"
|
|
23217
23261
|
}, null, 512), [
|
|
23218
|
-
[
|
|
23262
|
+
[Et, i.colorScheme]
|
|
23219
23263
|
]),
|
|
23220
|
-
t[
|
|
23264
|
+
t[135] || (t[135] = o("span", { class: "label-text" }, "Color-Scheme by Browser/OS", -1))
|
|
23221
23265
|
]),
|
|
23222
23266
|
o("label", T1, [
|
|
23223
23267
|
$(o("input", {
|
|
@@ -23227,9 +23271,9 @@ function pk(e, t, n, s, i, l) {
|
|
|
23227
23271
|
"onUpdate:modelValue": t[2] || (t[2] = (j) => i.colorScheme = j),
|
|
23228
23272
|
value: "light"
|
|
23229
23273
|
}, null, 512), [
|
|
23230
|
-
[
|
|
23274
|
+
[Et, i.colorScheme]
|
|
23231
23275
|
]),
|
|
23232
|
-
t[
|
|
23276
|
+
t[136] || (t[136] = o("span", { class: "label-text" }, "Light Mode", -1))
|
|
23233
23277
|
]),
|
|
23234
23278
|
o("label", S1, [
|
|
23235
23279
|
$(o("input", {
|
|
@@ -23239,9 +23283,9 @@ function pk(e, t, n, s, i, l) {
|
|
|
23239
23283
|
"onUpdate:modelValue": t[3] || (t[3] = (j) => i.colorScheme = j),
|
|
23240
23284
|
value: "dark"
|
|
23241
23285
|
}, null, 512), [
|
|
23242
|
-
[
|
|
23286
|
+
[Et, i.colorScheme]
|
|
23243
23287
|
]),
|
|
23244
|
-
t[
|
|
23288
|
+
t[137] || (t[137] = o("span", { class: "label-text" }, "Dark Mode", -1))
|
|
23245
23289
|
])
|
|
23246
23290
|
])
|
|
23247
23291
|
])
|
|
@@ -23288,7 +23332,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
23288
23332
|
}, " Contact Information ")
|
|
23289
23333
|
]),
|
|
23290
23334
|
o("li", null, [
|
|
23291
|
-
t[
|
|
23335
|
+
t[139] || (t[139] = M(" Multiple Lists Of Links ")),
|
|
23292
23336
|
o("ul", null, [
|
|
23293
23337
|
o("li", null, [
|
|
23294
23338
|
o("a", {
|
|
@@ -23305,7 +23349,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
23305
23349
|
])
|
|
23306
23350
|
]),
|
|
23307
23351
|
o("li", null, [
|
|
23308
|
-
t[
|
|
23352
|
+
t[140] || (t[140] = M(" Multiple Box Wrapper ")),
|
|
23309
23353
|
o("ul", null, [
|
|
23310
23354
|
o("li", null, [
|
|
23311
23355
|
o("a", {
|
|
@@ -23329,9 +23373,9 @@ function pk(e, t, n, s, i, l) {
|
|
|
23329
23373
|
_: 1
|
|
23330
23374
|
}, 8, ["openBoxesByDefault"]),
|
|
23331
23375
|
o("dl", O1, [
|
|
23332
|
-
t[
|
|
23376
|
+
t[141] || (t[141] = o("dt", null, "Frontend-Framework Version:", -1)),
|
|
23333
23377
|
o("dd", null, y(i.packageJson.dependencies["comand-frontend-framework"].replace("^", "")), 1),
|
|
23334
|
-
t[
|
|
23378
|
+
t[142] || (t[142] = o("dt", null, "Component-Library Version:", -1)),
|
|
23335
23379
|
o("dd", null, y(i.packageJson.version), 1)
|
|
23336
23380
|
])
|
|
23337
23381
|
]),
|
|
@@ -23342,7 +23386,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
23342
23386
|
class: "button primary",
|
|
23343
23387
|
title: "Open Template Selection",
|
|
23344
23388
|
onClick: t[9] || (t[9] = S((b) => l.openBox(0), ["prevent"]))
|
|
23345
|
-
}, t[
|
|
23389
|
+
}, t[143] || (t[143] = [
|
|
23346
23390
|
o("span", { class: "icon-settings-template" }, null, -1)
|
|
23347
23391
|
])),
|
|
23348
23392
|
o("a", {
|
|
@@ -23350,7 +23394,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
23350
23394
|
class: "button primary",
|
|
23351
23395
|
title: "Open Components Overview",
|
|
23352
23396
|
onClick: t[10] || (t[10] = S((b) => l.openBox(1), ["prevent"]))
|
|
23353
|
-
}, t[
|
|
23397
|
+
}, t[144] || (t[144] = [
|
|
23354
23398
|
o("span", { class: "icon-settings-component" }, null, -1)
|
|
23355
23399
|
])),
|
|
23356
23400
|
o("a", {
|
|
@@ -23358,13 +23402,13 @@ function pk(e, t, n, s, i, l) {
|
|
|
23358
23402
|
class: "button primary",
|
|
23359
23403
|
title: "Open Page-Templates",
|
|
23360
23404
|
onClick: t[11] || (t[11] = S((b) => l.openBox(2), ["prevent"]))
|
|
23361
|
-
}, t[
|
|
23405
|
+
}, t[145] || (t[145] = [
|
|
23362
23406
|
o("span", { class: "icon-file-settings" }, null, -1)
|
|
23363
23407
|
])),
|
|
23364
23408
|
o("a", {
|
|
23365
23409
|
href: "#",
|
|
23366
23410
|
onClick: t[12] || (t[12] = S((b) => i.showLeftSidebar = !1, ["prevent"]))
|
|
23367
|
-
}, t[
|
|
23411
|
+
}, t[146] || (t[146] = [
|
|
23368
23412
|
o("span", null, "Hide sidebar", -1)
|
|
23369
23413
|
]))
|
|
23370
23414
|
])
|
|
@@ -23386,7 +23430,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
23386
23430
|
}),
|
|
23387
23431
|
i.componentView ? (a(), r("main", I1, [
|
|
23388
23432
|
p(w, null, {
|
|
23389
|
-
default: k(() => t[
|
|
23433
|
+
default: k(() => t[147] || (t[147] = [
|
|
23390
23434
|
o("h1", { class: "headline-demopage" }, "Components Overview", -1)
|
|
23391
23435
|
])),
|
|
23392
23436
|
_: 1
|
|
@@ -23394,7 +23438,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
23394
23438
|
p(w, null, {
|
|
23395
23439
|
default: k(() => [
|
|
23396
23440
|
o("h2", B1, [
|
|
23397
|
-
t[
|
|
23441
|
+
t[148] || (t[148] = o("span", null, "Address Data", -1)),
|
|
23398
23442
|
o("a", {
|
|
23399
23443
|
href: "#",
|
|
23400
23444
|
class: "button small icon-cog",
|
|
@@ -23413,11 +23457,11 @@ function pk(e, t, n, s, i, l) {
|
|
|
23413
23457
|
}),
|
|
23414
23458
|
p(w, null, {
|
|
23415
23459
|
default: k(() => [
|
|
23416
|
-
t[
|
|
23460
|
+
t[188] || (t[188] = o("h2", {
|
|
23417
23461
|
class: "headline-demopage",
|
|
23418
23462
|
id: "section-advanced-form-elements"
|
|
23419
23463
|
}, "Advanced Form Elements", -1)),
|
|
23420
|
-
t[
|
|
23464
|
+
t[189] || (t[189] = o("h3", null, [
|
|
23421
23465
|
o("span", null, "Form elements status:")
|
|
23422
23466
|
], -1)),
|
|
23423
23467
|
o("div", F1, [
|
|
@@ -23484,9 +23528,9 @@ function pk(e, t, n, s, i, l) {
|
|
|
23484
23528
|
}, {
|
|
23485
23529
|
default: k(() => [
|
|
23486
23530
|
o("fieldset", V1, [
|
|
23487
|
-
t[
|
|
23531
|
+
t[168] || (t[168] = o("legend", null, "Legend", -1)),
|
|
23488
23532
|
o("h2", A1, [
|
|
23489
|
-
t[
|
|
23533
|
+
t[149] || (t[149] = o("span", null, "Form Element-Component", -1)),
|
|
23490
23534
|
o("a", {
|
|
23491
23535
|
href: "#",
|
|
23492
23536
|
class: "button small icon-cog",
|
|
@@ -23532,7 +23576,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
23532
23576
|
tooltipText: "This is a tooltip"
|
|
23533
23577
|
}, { useCustomTooltip: !1 }), null, 16, ["status", "disabled"])
|
|
23534
23578
|
]),
|
|
23535
|
-
t[
|
|
23579
|
+
t[169] || (t[169] = o("h3", null, "Inputfields in Columns", -1)),
|
|
23536
23580
|
o("div", q1, [
|
|
23537
23581
|
p(T, {
|
|
23538
23582
|
element: "input",
|
|
@@ -23546,7 +23590,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
23546
23590
|
status: i.validationStatus,
|
|
23547
23591
|
disabled: i.disabledStatus
|
|
23548
23592
|
}, {
|
|
23549
|
-
labeltext: k(() => t[
|
|
23593
|
+
labeltext: k(() => t[150] || (t[150] = [
|
|
23550
23594
|
o("span", { innerHTML: "Label with <a href='#'>Link</a> given by slot" }, null, -1)
|
|
23551
23595
|
])),
|
|
23552
23596
|
_: 1
|
|
@@ -23668,7 +23712,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
23668
23712
|
status: i.validationStatus,
|
|
23669
23713
|
disabled: i.disabledStatus
|
|
23670
23714
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
23671
|
-
t[
|
|
23715
|
+
t[170] || (t[170] = o("h3", null, "Searchfields", -1)),
|
|
23672
23716
|
o("div", j1, [
|
|
23673
23717
|
p(T, {
|
|
23674
23718
|
element: "input",
|
|
@@ -23710,7 +23754,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
23710
23754
|
disabled: i.disabledStatus
|
|
23711
23755
|
}, null, 8, ["listOfRecommendations", "cmdFormElement", "modelValue", "disabled"])
|
|
23712
23756
|
]),
|
|
23713
|
-
t[
|
|
23757
|
+
t[171] || (t[171] = o("h3", null, "Textarea", -1)),
|
|
23714
23758
|
p(T, {
|
|
23715
23759
|
element: "textarea",
|
|
23716
23760
|
labelText: "Label for textarea:",
|
|
@@ -23724,9 +23768,9 @@ function pk(e, t, n, s, i, l) {
|
|
|
23724
23768
|
status: i.validationStatus,
|
|
23725
23769
|
disabled: i.disabledStatus
|
|
23726
23770
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
23727
|
-
t[
|
|
23771
|
+
t[172] || (t[172] = o("hr", null, null, -1)),
|
|
23728
23772
|
o("h3", N1, [
|
|
23729
|
-
t[
|
|
23773
|
+
t[151] || (t[151] = o("span", null, "Fake Selects", -1)),
|
|
23730
23774
|
o("a", {
|
|
23731
23775
|
href: "#",
|
|
23732
23776
|
class: "button small icon-cog",
|
|
@@ -23799,21 +23843,21 @@ function pk(e, t, n, s, i, l) {
|
|
|
23799
23843
|
type: "color"
|
|
23800
23844
|
}, null, 8, ["status", "disabled", "selectData", "modelValue"])
|
|
23801
23845
|
]),
|
|
23802
|
-
t[
|
|
23803
|
-
t[
|
|
23846
|
+
t[173] || (t[173] = o("hr", null, null, -1)),
|
|
23847
|
+
t[174] || (t[174] = o("h2", null, "Progress Bar [native]", -1)),
|
|
23804
23848
|
p(H, {
|
|
23805
23849
|
labelText: "Progress Bar (with optional output):",
|
|
23806
23850
|
id: "progress-bar2",
|
|
23807
23851
|
max: "100"
|
|
23808
23852
|
}),
|
|
23809
|
-
t[
|
|
23853
|
+
t[175] || (t[175] = o("h2", null, "Slider [native]", -1)),
|
|
23810
23854
|
o("div", {
|
|
23811
23855
|
class: C(["label", i.validationStatus])
|
|
23812
23856
|
}, [
|
|
23813
|
-
t[
|
|
23857
|
+
t[154] || (t[154] = o("span", { class: "label-text" }, "Single-Slider (with in- and output):", -1)),
|
|
23814
23858
|
o("span", z1, [
|
|
23815
23859
|
o("label", W1, [
|
|
23816
|
-
t[
|
|
23860
|
+
t[152] || (t[152] = o("span", { class: "label-text" }, [
|
|
23817
23861
|
o("span", null, "Range Value:")
|
|
23818
23862
|
], -1)),
|
|
23819
23863
|
$(o("input", {
|
|
@@ -23825,11 +23869,11 @@ function pk(e, t, n, s, i, l) {
|
|
|
23825
23869
|
max: "100",
|
|
23826
23870
|
id: "range-value"
|
|
23827
23871
|
}, null, 10, G1), [
|
|
23828
|
-
[
|
|
23872
|
+
[ft, i.rangeValue]
|
|
23829
23873
|
])
|
|
23830
23874
|
]),
|
|
23831
23875
|
o("label", K1, [
|
|
23832
|
-
t[
|
|
23876
|
+
t[153] || (t[153] = o("span", { class: "label-text hidden" }, [
|
|
23833
23877
|
o("span", null, "Range Value")
|
|
23834
23878
|
], -1)),
|
|
23835
23879
|
$(o("input", {
|
|
@@ -23841,14 +23885,14 @@ function pk(e, t, n, s, i, l) {
|
|
|
23841
23885
|
min: "0",
|
|
23842
23886
|
max: "100"
|
|
23843
23887
|
}, null, 8, Y1), [
|
|
23844
|
-
[
|
|
23888
|
+
[ft, i.rangeValue]
|
|
23845
23889
|
])
|
|
23846
23890
|
])
|
|
23847
23891
|
])
|
|
23848
23892
|
], 2),
|
|
23849
|
-
t[
|
|
23850
|
-
t[
|
|
23851
|
-
t[
|
|
23893
|
+
t[176] || (t[176] = o("hr", null, null, -1)),
|
|
23894
|
+
t[177] || (t[177] = o("h2", null, "Toggle-Switches", -1)),
|
|
23895
|
+
t[178] || (t[178] = o("h3", null, "Switches without switch-labels", -1)),
|
|
23852
23896
|
p(T, {
|
|
23853
23897
|
element: "input",
|
|
23854
23898
|
type: "checkbox",
|
|
@@ -23873,7 +23917,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
23873
23917
|
status: i.validationStatus,
|
|
23874
23918
|
disabled: i.disabledStatus
|
|
23875
23919
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
23876
|
-
t[
|
|
23920
|
+
t[179] || (t[179] = o("h3", null, "Switches with switch-labels", -1)),
|
|
23877
23921
|
p(T, {
|
|
23878
23922
|
element: "input",
|
|
23879
23923
|
type: "checkbox",
|
|
@@ -23948,15 +23992,15 @@ function pk(e, t, n, s, i, l) {
|
|
|
23948
23992
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
23949
23993
|
o("p", null, [
|
|
23950
23994
|
M(" checkbox (required) with boolean: " + y(i.checkboxRequiredValue), 1),
|
|
23951
|
-
t[154] || (t[154] = o("br", null, null, -1)),
|
|
23952
|
-
M(" checkbox with boolean: " + y(i.checkboxValue), 1),
|
|
23953
23995
|
t[155] || (t[155] = o("br", null, null, -1)),
|
|
23996
|
+
M(" checkbox with boolean: " + y(i.checkboxValue), 1),
|
|
23997
|
+
t[156] || (t[156] = o("br", null, null, -1)),
|
|
23954
23998
|
M(" checkboxes with values: " + y(i.checkboxValues), 1)
|
|
23955
23999
|
]),
|
|
23956
|
-
t[
|
|
23957
|
-
t[
|
|
24000
|
+
t[180] || (t[180] = o("h2", null, "Checkboxes and Radiobuttons", -1)),
|
|
24001
|
+
t[181] || (t[181] = o("h3", null, "Checkboxes [native]", -1)),
|
|
23958
24002
|
o("div", J1, [
|
|
23959
|
-
t[
|
|
24003
|
+
t[158] || (t[158] = o("span", { class: "label-text" }, "Label for native checkboxes:", -1)),
|
|
23960
24004
|
o("div", Z1, [
|
|
23961
24005
|
p(T, {
|
|
23962
24006
|
element: "input",
|
|
@@ -24000,7 +24044,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24000
24044
|
status: i.validationStatus,
|
|
24001
24045
|
disabled: i.disabledStatus
|
|
24002
24046
|
}, {
|
|
24003
|
-
labeltext: k(() => t[
|
|
24047
|
+
labeltext: k(() => t[157] || (t[157] = [
|
|
24004
24048
|
M(" Labeltext with "),
|
|
24005
24049
|
o("a", { href: "#" }, "link", -1),
|
|
24006
24050
|
M(" given by slot ")
|
|
@@ -24009,9 +24053,9 @@ function pk(e, t, n, s, i, l) {
|
|
|
24009
24053
|
}, 8, ["modelValue", "status", "disabled"])
|
|
24010
24054
|
])
|
|
24011
24055
|
]),
|
|
24012
|
-
t[
|
|
24056
|
+
t[182] || (t[182] = o("h3", null, "Checkboxes (replaced)", -1)),
|
|
24013
24057
|
o("div", Q1, [
|
|
24014
|
-
t[
|
|
24058
|
+
t[159] || (t[159] = o("span", { class: "label-text" }, "Label for Replaced Input-Type-Checkbox:", -1)),
|
|
24015
24059
|
o("div", X1, [
|
|
24016
24060
|
p(T, {
|
|
24017
24061
|
element: "input",
|
|
@@ -24039,9 +24083,9 @@ function pk(e, t, n, s, i, l) {
|
|
|
24039
24083
|
}, null, 8, ["modelValue", "status", "disabled"])
|
|
24040
24084
|
])
|
|
24041
24085
|
]),
|
|
24042
|
-
t[
|
|
24086
|
+
t[183] || (t[183] = o("h3", null, "Radiobuttons [native]", -1)),
|
|
24043
24087
|
o("div", $1, [
|
|
24044
|
-
t[
|
|
24088
|
+
t[160] || (t[160] = o("span", { class: "label-text" }, "Label for native radiobuttons:", -1)),
|
|
24045
24089
|
o("div", ev, [
|
|
24046
24090
|
p(T, {
|
|
24047
24091
|
element: "input",
|
|
@@ -24070,9 +24114,9 @@ function pk(e, t, n, s, i, l) {
|
|
|
24070
24114
|
])
|
|
24071
24115
|
]),
|
|
24072
24116
|
o("p", null, " Radiobuttons with values: " + y(i.radiobuttonValue), 1),
|
|
24073
|
-
t[
|
|
24117
|
+
t[184] || (t[184] = o("h3", null, "Radiobuttons (replaced)", -1)),
|
|
24074
24118
|
o("div", tv, [
|
|
24075
|
-
t[
|
|
24119
|
+
t[161] || (t[161] = o("span", { class: "label-text" }, "Label for Replaced Input-Type-Radio:", -1)),
|
|
24076
24120
|
o("div", nv, [
|
|
24077
24121
|
p(T, {
|
|
24078
24122
|
element: "input",
|
|
@@ -24103,7 +24147,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24103
24147
|
])
|
|
24104
24148
|
]),
|
|
24105
24149
|
o("h3", iv, [
|
|
24106
|
-
t[
|
|
24150
|
+
t[162] || (t[162] = M(" Input-Group ")),
|
|
24107
24151
|
o("a", {
|
|
24108
24152
|
href: "#",
|
|
24109
24153
|
class: "button small icon-cog",
|
|
@@ -24118,12 +24162,12 @@ function pk(e, t, n, s, i, l) {
|
|
|
24118
24162
|
"onUpdate:modelValue": t[63] || (t[63] = (b) => i.inputGroup = b)
|
|
24119
24163
|
}), null, 16, ["inputElements", "modelValue"]),
|
|
24120
24164
|
o("dl", null, [
|
|
24121
|
-
t[
|
|
24165
|
+
t[163] || (t[163] = o("dt", null, "Selected value:", -1)),
|
|
24122
24166
|
o("dd", null, [
|
|
24123
24167
|
o("output", null, y(i.inputGroup), 1)
|
|
24124
24168
|
])
|
|
24125
24169
|
]),
|
|
24126
|
-
t[
|
|
24170
|
+
t[185] || (t[185] = o("h3", null, "Input Groups with Checkboxes/Radiobuttons (toggle-switches)", -1)),
|
|
24127
24171
|
p(F, {
|
|
24128
24172
|
labelText: "Grouplabel for checkbox-group styled as toggle-switches (colored):",
|
|
24129
24173
|
inputElements: l.idForReplacedInputsInInputGroup("checkbox-group-toggle-switch"),
|
|
@@ -24137,7 +24181,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24137
24181
|
disabled: i.disabledStatus
|
|
24138
24182
|
}, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
|
|
24139
24183
|
o("dl", null, [
|
|
24140
|
-
t[
|
|
24184
|
+
t[164] || (t[164] = o("dt", null, "Selected value(s):", -1)),
|
|
24141
24185
|
o("dd", null, [
|
|
24142
24186
|
o("output", null, y(i.inputGroupValueToggleSwitchCheckbox), 1)
|
|
24143
24187
|
])
|
|
@@ -24154,7 +24198,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24154
24198
|
disabled: i.disabledStatus
|
|
24155
24199
|
}, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
|
|
24156
24200
|
o("dl", null, [
|
|
24157
|
-
t[
|
|
24201
|
+
t[165] || (t[165] = o("dt", null, "Selected value(s):", -1)),
|
|
24158
24202
|
o("dd", null, [
|
|
24159
24203
|
o("output", null, y(i.inputGroupValueToggleSwitchRadio), 1)
|
|
24160
24204
|
])
|
|
@@ -24170,7 +24214,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24170
24214
|
disabled: i.disabledStatus
|
|
24171
24215
|
}, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
|
|
24172
24216
|
o("dl", null, [
|
|
24173
|
-
t[
|
|
24217
|
+
t[166] || (t[166] = o("dt", null, "Selected value(s):", -1)),
|
|
24174
24218
|
o("dd", null, [
|
|
24175
24219
|
o("output", null, y(i.inputGroupValue3), 1)
|
|
24176
24220
|
])
|
|
@@ -24188,14 +24232,14 @@ function pk(e, t, n, s, i, l) {
|
|
|
24188
24232
|
disabled: i.disabledStatus
|
|
24189
24233
|
}, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
|
|
24190
24234
|
o("dl", null, [
|
|
24191
|
-
t[
|
|
24235
|
+
t[167] || (t[167] = o("dt", null, "Selected value(s):", -1)),
|
|
24192
24236
|
o("dd", null, [
|
|
24193
24237
|
o("output", null, y(i.inputGroupValue4), 1)
|
|
24194
24238
|
])
|
|
24195
24239
|
])
|
|
24196
24240
|
]),
|
|
24197
24241
|
o("div", lv, [
|
|
24198
|
-
t[
|
|
24242
|
+
t[187] || (t[187] = o("small", null, "(values will not be submitted with the form!)", -1)),
|
|
24199
24243
|
o("div", ov, [
|
|
24200
24244
|
p(T, {
|
|
24201
24245
|
element: "button",
|
|
@@ -24209,7 +24253,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24209
24253
|
class: "button",
|
|
24210
24254
|
type: "submit",
|
|
24211
24255
|
disabled: i.disabledStatus
|
|
24212
|
-
}, t[
|
|
24256
|
+
}, t[186] || (t[186] = [
|
|
24213
24257
|
o("span", { class: "icon-check" }, null, -1),
|
|
24214
24258
|
o("span", null, "Native submit-button", -1)
|
|
24215
24259
|
]), 8, av)
|
|
@@ -24228,7 +24272,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24228
24272
|
p(w, null, {
|
|
24229
24273
|
default: k(() => [
|
|
24230
24274
|
o("h2", sv, [
|
|
24231
|
-
t[
|
|
24275
|
+
t[190] || (t[190] = o("span", null, "Bank Account Data", -1)),
|
|
24232
24276
|
o("a", {
|
|
24233
24277
|
href: "#",
|
|
24234
24278
|
class: "button small icon-cog",
|
|
@@ -24243,7 +24287,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24243
24287
|
p(w, null, {
|
|
24244
24288
|
default: k(() => [
|
|
24245
24289
|
o("h2", rv, [
|
|
24246
|
-
t[
|
|
24290
|
+
t[191] || (t[191] = o("span", null, "Basic Form", -1)),
|
|
24247
24291
|
o("a", {
|
|
24248
24292
|
href: "#",
|
|
24249
24293
|
class: "button small icon-cog",
|
|
@@ -24264,9 +24308,9 @@ function pk(e, t, n, s, i, l) {
|
|
|
24264
24308
|
}
|
|
24265
24309
|
}, null, 512),
|
|
24266
24310
|
o("dl", null, [
|
|
24267
|
-
t[
|
|
24311
|
+
t[192] || (t[192] = o("dt", null, "originalEvent", -1)),
|
|
24268
24312
|
o("dd", null, y(i.basicFormData.originalEvent), 1),
|
|
24269
|
-
t[
|
|
24313
|
+
t[193] || (t[193] = o("dt", null, "formdata", -1)),
|
|
24270
24314
|
o("dd", null, y(i.basicFormData.formData), 1)
|
|
24271
24315
|
])
|
|
24272
24316
|
]),
|
|
@@ -24274,9 +24318,9 @@ function pk(e, t, n, s, i, l) {
|
|
|
24274
24318
|
}),
|
|
24275
24319
|
p(w, { anchorId: "section-boxes" }, {
|
|
24276
24320
|
default: k(() => [
|
|
24277
|
-
t[
|
|
24321
|
+
t[212] || (t[212] = o("h2", { class: "headline-demopage" }, "Boxes", -1)),
|
|
24278
24322
|
o("h3", dv, [
|
|
24279
|
-
t[
|
|
24323
|
+
t[194] || (t[194] = o("span", null, "Default Box", -1)),
|
|
24280
24324
|
o("a", {
|
|
24281
24325
|
href: "#",
|
|
24282
24326
|
class: "button small icon-cog",
|
|
@@ -24290,17 +24334,17 @@ function pk(e, t, n, s, i, l) {
|
|
|
24290
24334
|
"cmd-headline": { headlineText: "Headline for box", headlineLevel: 4 },
|
|
24291
24335
|
stretchVertically: !0
|
|
24292
24336
|
}), {
|
|
24293
|
-
header: k(() => t[
|
|
24337
|
+
header: k(() => t[195] || (t[195] = [
|
|
24294
24338
|
o("h4", null, " Texts given by slots ", -1)
|
|
24295
24339
|
])),
|
|
24296
|
-
body: k(() => t[
|
|
24340
|
+
body: k(() => t[196] || (t[196] = [
|
|
24297
24341
|
o("p", null, " This content with paragraphs inside is placed inside the box-body. ", -1),
|
|
24298
24342
|
o("p", null, [
|
|
24299
24343
|
o("strong", null, "Header, Content/Body and Footer of this box are given by slots.")
|
|
24300
24344
|
], -1),
|
|
24301
24345
|
o("p", null, "Additionally 'allowContentToScroll' is active, which enables (as far as a max-height is defined) the content of this box to scroll", -1)
|
|
24302
24346
|
])),
|
|
24303
|
-
footer: k(() => t[
|
|
24347
|
+
footer: k(() => t[197] || (t[197] = [
|
|
24304
24348
|
o("p", null, " Footer content ", -1)
|
|
24305
24349
|
])),
|
|
24306
24350
|
_: 1
|
|
@@ -24330,7 +24374,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24330
24374
|
useSlots: ["body"],
|
|
24331
24375
|
"cutoff-text-lines": 4
|
|
24332
24376
|
}, {
|
|
24333
|
-
body: k(() => t[
|
|
24377
|
+
body: k(() => t[198] || (t[198] = [
|
|
24334
24378
|
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. ")
|
|
24335
24379
|
])),
|
|
24336
24380
|
_: 1
|
|
@@ -24339,17 +24383,17 @@ function pk(e, t, n, s, i, l) {
|
|
|
24339
24383
|
useSlots: ["header", "body", "footer"],
|
|
24340
24384
|
allowContentToScroll: !0
|
|
24341
24385
|
}, {
|
|
24342
|
-
header: k(() => t[
|
|
24386
|
+
header: k(() => t[199] || (t[199] = [
|
|
24343
24387
|
o("h4", null, " Texts given by slots ", -1)
|
|
24344
24388
|
])),
|
|
24345
|
-
body: k(() => t[
|
|
24389
|
+
body: k(() => t[200] || (t[200] = [
|
|
24346
24390
|
o("p", null, " This content with paragraphs inside is placed inside the box-body. ", -1),
|
|
24347
24391
|
o("p", null, [
|
|
24348
24392
|
o("strong", null, "Header, Content/Body and Footer of this box are given by slots.")
|
|
24349
24393
|
], -1),
|
|
24350
24394
|
o("p", null, "Additionally 'allowContentToScroll' is active, which enables (as far as a max-height is defined) the content of this box to scroll", -1)
|
|
24351
24395
|
])),
|
|
24352
|
-
footer: k(() => t[
|
|
24396
|
+
footer: k(() => t[201] || (t[201] = [
|
|
24353
24397
|
o("p", null, " Footer content ", -1)
|
|
24354
24398
|
])),
|
|
24355
24399
|
_: 1
|
|
@@ -24359,7 +24403,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24359
24403
|
useBoxBodyPadding: !1,
|
|
24360
24404
|
collapsible: !0
|
|
24361
24405
|
}, {
|
|
24362
|
-
header: k(() => t[
|
|
24406
|
+
header: k(() => t[202] || (t[202] = [
|
|
24363
24407
|
o("h4", null, " Box with inputs ", -1)
|
|
24364
24408
|
])),
|
|
24365
24409
|
body: k(() => [
|
|
@@ -24383,7 +24427,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24383
24427
|
_: 1
|
|
24384
24428
|
})
|
|
24385
24429
|
]),
|
|
24386
|
-
footer: k(() => t[
|
|
24430
|
+
footer: k(() => t[203] || (t[203] = [
|
|
24387
24431
|
o("p", null, " footer content ", -1)
|
|
24388
24432
|
])),
|
|
24389
24433
|
_: 1
|
|
@@ -24392,7 +24436,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24392
24436
|
useSlots: ["header", "body"],
|
|
24393
24437
|
useBoxBodyPadding: !1
|
|
24394
24438
|
}, {
|
|
24395
|
-
header: k(() => t[
|
|
24439
|
+
header: k(() => t[204] || (t[204] = [
|
|
24396
24440
|
o("h4", null, " Box with links ", -1)
|
|
24397
24441
|
])),
|
|
24398
24442
|
body: k(() => [
|
|
@@ -24427,7 +24471,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24427
24471
|
])
|
|
24428
24472
|
])
|
|
24429
24473
|
]),
|
|
24430
|
-
footer: k(() => t[
|
|
24474
|
+
footer: k(() => t[205] || (t[205] = [
|
|
24431
24475
|
o("p", null, " footer content ", -1)
|
|
24432
24476
|
])),
|
|
24433
24477
|
_: 1
|
|
@@ -24438,10 +24482,10 @@ function pk(e, t, n, s, i, l) {
|
|
|
24438
24482
|
cmdHeadline: { headlineText: "Collapsible box", headlineLevel: 4 },
|
|
24439
24483
|
collapsible: !0
|
|
24440
24484
|
}, {
|
|
24441
|
-
header: k(() => t[
|
|
24485
|
+
header: k(() => t[206] || (t[206] = [
|
|
24442
24486
|
o("h4", null, " Collapsible box with image ", -1)
|
|
24443
24487
|
])),
|
|
24444
|
-
body: k(() => t[
|
|
24488
|
+
body: k(() => t[207] || (t[207] = [
|
|
24445
24489
|
o("img", {
|
|
24446
24490
|
src: hi,
|
|
24447
24491
|
alt: "Alternative text"
|
|
@@ -24453,10 +24497,10 @@ function pk(e, t, n, s, i, l) {
|
|
|
24453
24497
|
useSlots: ["header", "body", "footer"],
|
|
24454
24498
|
useBoxBodyPadding: !1
|
|
24455
24499
|
}, {
|
|
24456
|
-
header: k(() => t[
|
|
24500
|
+
header: k(() => t[208] || (t[208] = [
|
|
24457
24501
|
o("h4", null, " Box with image, content and link ", -1)
|
|
24458
24502
|
])),
|
|
24459
|
-
body: k(() => t[
|
|
24503
|
+
body: k(() => t[209] || (t[209] = [
|
|
24460
24504
|
o("img", {
|
|
24461
24505
|
src: hi,
|
|
24462
24506
|
alt: "Alternative text"
|
|
@@ -24466,7 +24510,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24466
24510
|
o("p", null, "Image, custom-headline and this text for the component are given by slot")
|
|
24467
24511
|
], -1)
|
|
24468
24512
|
])),
|
|
24469
|
-
footer: k(() => t[
|
|
24513
|
+
footer: k(() => t[210] || (t[210] = [
|
|
24470
24514
|
o("p", null, [
|
|
24471
24515
|
o("a", { href: "#" }, "Read more…")
|
|
24472
24516
|
], -1)
|
|
@@ -24499,7 +24543,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24499
24543
|
]),
|
|
24500
24544
|
_: 1
|
|
24501
24545
|
}),
|
|
24502
|
-
t[
|
|
24546
|
+
t[213] || (t[213] = o("h3", null, "Product boxes", -1)),
|
|
24503
24547
|
p(u, {
|
|
24504
24548
|
boxesPerRow: [5, 2, 1],
|
|
24505
24549
|
useRowViewAsDefault: !0,
|
|
@@ -24516,7 +24560,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24516
24560
|
]),
|
|
24517
24561
|
_: 1
|
|
24518
24562
|
}),
|
|
24519
|
-
t[
|
|
24563
|
+
t[214] || (t[214] = o("h3", null, "User boxes", -1)),
|
|
24520
24564
|
p(u, {
|
|
24521
24565
|
boxesPerRow: [5, 2, 1],
|
|
24522
24566
|
useRowViewAsDefault: !0,
|
|
@@ -24534,7 +24578,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24534
24578
|
_: 1
|
|
24535
24579
|
}),
|
|
24536
24580
|
o("h3", null, [
|
|
24537
|
-
t[
|
|
24581
|
+
t[211] || (t[211] = o("span", null, "Boxes in BoxWrapper (collapsible)", -1)),
|
|
24538
24582
|
o("a", {
|
|
24539
24583
|
href: "#",
|
|
24540
24584
|
class: "button small icon-cog",
|
|
@@ -24576,7 +24620,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24576
24620
|
p(w, { "inner-component": "div" }, {
|
|
24577
24621
|
default: k(() => [
|
|
24578
24622
|
o("h2", cv, [
|
|
24579
|
-
t[
|
|
24623
|
+
t[215] || (t[215] = o("span", null, "Breadcrumbs", -1)),
|
|
24580
24624
|
o("a", {
|
|
24581
24625
|
href: "#",
|
|
24582
24626
|
class: "button small icon-cog",
|
|
@@ -24595,7 +24639,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24595
24639
|
p(w, null, {
|
|
24596
24640
|
default: k(() => [
|
|
24597
24641
|
o("h2", mv, [
|
|
24598
|
-
t[
|
|
24642
|
+
t[216] || (t[216] = o("span", null, "Code Output", -1)),
|
|
24599
24643
|
o("a", {
|
|
24600
24644
|
href: "#",
|
|
24601
24645
|
class: "button small icon-cog",
|
|
@@ -24615,7 +24659,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24615
24659
|
p(w, null, {
|
|
24616
24660
|
default: k(() => [
|
|
24617
24661
|
o("h2", pv, [
|
|
24618
|
-
t[
|
|
24662
|
+
t[217] || (t[217] = o("span", null, "Company Logo", -1)),
|
|
24619
24663
|
o("a", {
|
|
24620
24664
|
href: "#",
|
|
24621
24665
|
class: "button small icon-cog",
|
|
@@ -24633,7 +24677,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24633
24677
|
p(w, null, {
|
|
24634
24678
|
default: k(() => [
|
|
24635
24679
|
o("h2", fv, [
|
|
24636
|
-
t[
|
|
24680
|
+
t[218] || (t[218] = o("span", null, "Containers", -1)),
|
|
24637
24681
|
o("a", {
|
|
24638
24682
|
href: "#",
|
|
24639
24683
|
class: "button small icon-cog",
|
|
@@ -24641,19 +24685,19 @@ function pk(e, t, n, s, i, l) {
|
|
|
24641
24685
|
onClick: t[79] || (t[79] = S((b) => l.openSettingsSidebar("CmdContainer"), ["prevent"]))
|
|
24642
24686
|
})
|
|
24643
24687
|
]),
|
|
24644
|
-
t[
|
|
24688
|
+
t[223] || (t[223] = o("h3", null, 'Container (type "default")', -1)),
|
|
24645
24689
|
p(Z, L({
|
|
24646
24690
|
style: { border: "1px dashed var(--color-gray-30)" },
|
|
24647
24691
|
ref: "CmdContainer"
|
|
24648
24692
|
}, e.cmdContainerSettingsData), {
|
|
24649
|
-
default: k(() => t[
|
|
24693
|
+
default: k(() => t[219] || (t[219] = [
|
|
24650
24694
|
o("p", null, "Slot-content", -1),
|
|
24651
24695
|
o("p", null, "Slot-content", -1),
|
|
24652
24696
|
o("p", null, "Slot-content", -1)
|
|
24653
24697
|
])),
|
|
24654
24698
|
_: 1
|
|
24655
24699
|
}, 16),
|
|
24656
|
-
t[
|
|
24700
|
+
t[224] || (t[224] = o("h3", null, 'Container (type "flex", horizontal)', -1)),
|
|
24657
24701
|
p(Z, L({
|
|
24658
24702
|
style: { border: "1px dashed var(--color-gray-30)" },
|
|
24659
24703
|
ref: "CmdContainer"
|
|
@@ -24661,14 +24705,14 @@ function pk(e, t, n, s, i, l) {
|
|
|
24661
24705
|
containerType: "flex",
|
|
24662
24706
|
contentOrientation: "horizontal"
|
|
24663
24707
|
}), {
|
|
24664
|
-
default: k(() => t[
|
|
24708
|
+
default: k(() => t[220] || (t[220] = [
|
|
24665
24709
|
o("p", null, "Slot-content", -1),
|
|
24666
24710
|
o("p", null, "Slot-content", -1),
|
|
24667
24711
|
o("p", null, "Slot-content", -1)
|
|
24668
24712
|
])),
|
|
24669
24713
|
_: 1
|
|
24670
24714
|
}, 16),
|
|
24671
|
-
t[
|
|
24715
|
+
t[225] || (t[225] = o("h3", null, 'Container (type "flex", vertical)', -1)),
|
|
24672
24716
|
p(Z, L({
|
|
24673
24717
|
style: { border: "1px dashed var(--color-gray-30)" },
|
|
24674
24718
|
ref: "CmdContainer"
|
|
@@ -24676,19 +24720,19 @@ function pk(e, t, n, s, i, l) {
|
|
|
24676
24720
|
containerType: "flex",
|
|
24677
24721
|
contentOrientation: "vertical"
|
|
24678
24722
|
}), {
|
|
24679
|
-
default: k(() => t[
|
|
24723
|
+
default: k(() => t[221] || (t[221] = [
|
|
24680
24724
|
o("p", null, "Slot-content", -1),
|
|
24681
24725
|
o("p", null, "Slot-content", -1),
|
|
24682
24726
|
o("p", null, "Slot-content", -1)
|
|
24683
24727
|
])),
|
|
24684
24728
|
_: 1
|
|
24685
24729
|
}, 16),
|
|
24686
|
-
t[
|
|
24730
|
+
t[226] || (t[226] = o("h3", null, "Container with horizontal slots", -1)),
|
|
24687
24731
|
p(Z, L({
|
|
24688
24732
|
style: { border: "1px dashed var(--color-gray-30)" },
|
|
24689
24733
|
ref: "CmdContainer"
|
|
24690
24734
|
}, e.cmdContainerSettingsData, { containerType: "grid" }), {
|
|
24691
|
-
default: k(() => t[
|
|
24735
|
+
default: k(() => t[222] || (t[222] = [
|
|
24692
24736
|
o("p", null, "Slot-content", -1),
|
|
24693
24737
|
o("p", null, "Slot-content", -1),
|
|
24694
24738
|
o("p", null, "Slot-content", -1),
|
|
@@ -24703,7 +24747,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24703
24747
|
}),
|
|
24704
24748
|
p(w, null, {
|
|
24705
24749
|
default: k(() => [
|
|
24706
|
-
t[
|
|
24750
|
+
t[228] || (t[228] = o("h2", {
|
|
24707
24751
|
class: "headline-demopage",
|
|
24708
24752
|
id: "section-cookie-disclaimer"
|
|
24709
24753
|
}, "Cookie Disclaimer", -1)),
|
|
@@ -24711,7 +24755,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24711
24755
|
class: "button",
|
|
24712
24756
|
href: "#",
|
|
24713
24757
|
onClick: t[80] || (t[80] = S((b) => i.fancyBoxCookieDisclaimer = !0, ["prevent"]))
|
|
24714
|
-
}, t[
|
|
24758
|
+
}, t[227] || (t[227] = [
|
|
24715
24759
|
o("span", null, "Open Cookie Disclaimer", -1)
|
|
24716
24760
|
]))
|
|
24717
24761
|
]),
|
|
@@ -24719,20 +24763,22 @@ function pk(e, t, n, s, i, l) {
|
|
|
24719
24763
|
}),
|
|
24720
24764
|
p(w, null, {
|
|
24721
24765
|
default: k(() => [
|
|
24722
|
-
t[
|
|
24766
|
+
t[229] || (t[229] = o("h2", {
|
|
24723
24767
|
class: "headline-demopage",
|
|
24724
24768
|
id: "section-forms"
|
|
24725
24769
|
}, "Forms", -1)),
|
|
24726
|
-
t[
|
|
24770
|
+
t[230] || (t[230] = o("h3", null, "Form elements given by data", -1)),
|
|
24727
24771
|
p(U, {
|
|
24728
24772
|
useFieldset: !0,
|
|
24729
24773
|
useSlot: !1,
|
|
24730
24774
|
id: "form-component",
|
|
24731
24775
|
novalidate: "novalidate",
|
|
24732
24776
|
formElements: i.formElementsData,
|
|
24733
|
-
onSubmit: l.doConsoleLog
|
|
24734
|
-
|
|
24735
|
-
|
|
24777
|
+
onSubmit: l.doConsoleLog,
|
|
24778
|
+
modelValue: i.cmdFormData,
|
|
24779
|
+
"onUpdate:modelValue": t[81] || (t[81] = (b) => i.cmdFormData = b)
|
|
24780
|
+
}, null, 8, ["formElements", "onSubmit", "modelValue"]),
|
|
24781
|
+
t[231] || (t[231] = o("h3", null, "Form elements given by slot", -1)),
|
|
24736
24782
|
p(U, {
|
|
24737
24783
|
"use-fieldset": !0,
|
|
24738
24784
|
id: "form-component",
|
|
@@ -24770,50 +24816,50 @@ function pk(e, t, n, s, i, l) {
|
|
|
24770
24816
|
}),
|
|
24771
24817
|
p(w, null, {
|
|
24772
24818
|
default: k(() => [
|
|
24773
|
-
t[
|
|
24819
|
+
t[235] || (t[235] = o("h2", {
|
|
24774
24820
|
class: "headline-demopage",
|
|
24775
24821
|
id: "section-fancybox"
|
|
24776
24822
|
}, "Fancybox", -1)),
|
|
24777
|
-
t[
|
|
24823
|
+
t[236] || (t[236] = o("h3", null, "FancyBox with text", -1)),
|
|
24778
24824
|
o("a", {
|
|
24779
24825
|
href: "#",
|
|
24780
|
-
onClick: t[
|
|
24826
|
+
onClick: t[82] || (t[82] = S((b) => l.showFancyBox("text", "Some text", "FancyBox with text"), ["prevent"]))
|
|
24781
24827
|
}, "Open FancyBox with text"),
|
|
24782
|
-
t[
|
|
24828
|
+
t[237] || (t[237] = o("h3", null, "FancyBox with large image given by url", -1)),
|
|
24783
24829
|
o("a", {
|
|
24784
24830
|
href: "#",
|
|
24785
|
-
onClick: t[
|
|
24831
|
+
onClick: t[83] || (t[83] = S((b) => l.showFancyBox("url", "/media/images/demo-images/large/landscape-01.jpg", "FancyBox with large image given by url"), ["prevent"])),
|
|
24786
24832
|
title: "Open FancyBox with large image given by url",
|
|
24787
24833
|
style: { "align-self": "flex-start" }
|
|
24788
|
-
}, t[
|
|
24834
|
+
}, t[232] || (t[232] = [
|
|
24789
24835
|
o("img", {
|
|
24790
24836
|
src: g1,
|
|
24791
24837
|
alt: "Alternative text"
|
|
24792
24838
|
}, null, -1)
|
|
24793
24839
|
])),
|
|
24794
|
-
t[
|
|
24840
|
+
t[238] || (t[238] = o("h3", null, "FancyBox with large image given by property", -1)),
|
|
24795
24841
|
o("a", {
|
|
24796
24842
|
href: "#",
|
|
24797
|
-
onClick: t[
|
|
24843
|
+
onClick: t[84] || (t[84] = S((b) => l.showFancyBox("image", { large: "/media/images/demo-images/large/landscape-02.jpg" }, "FancyBox with large image given by property"), ["prevent"])),
|
|
24798
24844
|
title: "Open FancyBox with large image given by property",
|
|
24799
24845
|
style: { "align-self": "flex-start" }
|
|
24800
|
-
}, t[
|
|
24846
|
+
}, t[233] || (t[233] = [
|
|
24801
24847
|
o("img", {
|
|
24802
24848
|
src: y1,
|
|
24803
24849
|
alt: "Alternative text"
|
|
24804
24850
|
}, null, -1)
|
|
24805
24851
|
])),
|
|
24806
|
-
t[
|
|
24852
|
+
t[239] || (t[239] = o("h3", null, "FancyBox with image as object give by property", -1)),
|
|
24807
24853
|
o("a", {
|
|
24808
24854
|
href: "#",
|
|
24809
|
-
onClick: t[
|
|
24855
|
+
onClick: t[85] || (t[85] = S((b) => l.showFancyBox("image", {
|
|
24810
24856
|
small: "/media/images/demo-images/medium/landscape-03.jpg",
|
|
24811
24857
|
medium: "/media/images/demo-images/medium/landscape-03.jpg",
|
|
24812
24858
|
large: "/media/images/demo-images/large/landscape-03.jpg"
|
|
24813
24859
|
}, "FancyBox with large image given by property"), ["prevent"])),
|
|
24814
24860
|
title: "Open FancyBox with large image given by property",
|
|
24815
24861
|
style: { "align-self": "flex-start" }
|
|
24816
|
-
}, t[
|
|
24862
|
+
}, t[234] || (t[234] = [
|
|
24817
24863
|
o("img", {
|
|
24818
24864
|
src: b1,
|
|
24819
24865
|
alt: "Alternative text"
|
|
@@ -24824,18 +24870,18 @@ function pk(e, t, n, s, i, l) {
|
|
|
24824
24870
|
}),
|
|
24825
24871
|
p(w, null, {
|
|
24826
24872
|
default: k(() => [
|
|
24827
|
-
t[
|
|
24873
|
+
t[242] || (t[242] = o("h2", {
|
|
24828
24874
|
class: "headline-demopage",
|
|
24829
24875
|
id: "section-flexible-scroll-container"
|
|
24830
24876
|
}, "Flexible Scroll-Container", -1)),
|
|
24831
24877
|
p(ie, { style: { border: "1px dashed var(--color-gray-30)" } }, {
|
|
24832
|
-
"fixed-wrapper": k(() => t[
|
|
24878
|
+
"fixed-wrapper": k(() => t[240] || (t[240] = [
|
|
24833
24879
|
o("div", {
|
|
24834
24880
|
class: "default-padding",
|
|
24835
24881
|
style: { border: "1px dashed var(--color-gray-30)" }
|
|
24836
24882
|
}, " Fixed content ", -1)
|
|
24837
24883
|
])),
|
|
24838
|
-
"scroll-wrapper": k(() => t[
|
|
24884
|
+
"scroll-wrapper": k(() => t[241] || (t[241] = [
|
|
24839
24885
|
o("div", {
|
|
24840
24886
|
class: "default-padding",
|
|
24841
24887
|
style: { border: "1px dashed var(--color-gray-30)" }
|
|
@@ -24875,7 +24921,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24875
24921
|
}),
|
|
24876
24922
|
p(w, null, {
|
|
24877
24923
|
default: k(() => [
|
|
24878
|
-
t[
|
|
24924
|
+
t[243] || (t[243] = o("h2", {
|
|
24879
24925
|
class: "headline-demopage",
|
|
24880
24926
|
id: "section-google-maps"
|
|
24881
24927
|
}, "Google Maps™", -1)),
|
|
@@ -24888,12 +24934,12 @@ function pk(e, t, n, s, i, l) {
|
|
|
24888
24934
|
p(w, null, {
|
|
24889
24935
|
default: k(() => [
|
|
24890
24936
|
o("h2", hv, [
|
|
24891
|
-
t[
|
|
24937
|
+
t[244] || (t[244] = o("span", null, "Headlines", -1)),
|
|
24892
24938
|
o("a", {
|
|
24893
24939
|
href: "#",
|
|
24894
24940
|
class: "button small icon-cog",
|
|
24895
24941
|
title: "Open Component Settings",
|
|
24896
|
-
onClick: t[
|
|
24942
|
+
onClick: t[86] || (t[86] = S((b) => l.openSettingsSidebar("CmdHeadline"), ["prevent"]))
|
|
24897
24943
|
})
|
|
24898
24944
|
]),
|
|
24899
24945
|
p(le, L({ ref: "CmdHeadline" }, e.cmdHeadlineSettingsData), null, 16),
|
|
@@ -24911,7 +24957,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24911
24957
|
ref: "CmdHeadline",
|
|
24912
24958
|
headlineLevel: "3"
|
|
24913
24959
|
}, {
|
|
24914
|
-
default: k(() => t[
|
|
24960
|
+
default: k(() => t[245] || (t[245] = [
|
|
24915
24961
|
M(" Headline text"),
|
|
24916
24962
|
o("br", null, null, -1),
|
|
24917
24963
|
M(" with html-content given by slot ")
|
|
@@ -24923,29 +24969,29 @@ function pk(e, t, n, s, i, l) {
|
|
|
24923
24969
|
}),
|
|
24924
24970
|
p(w, null, {
|
|
24925
24971
|
default: k(() => [
|
|
24926
|
-
t[
|
|
24972
|
+
t[251] || (t[251] = o("h2", {
|
|
24927
24973
|
class: "headline-demopage",
|
|
24928
24974
|
id: "section-icons"
|
|
24929
24975
|
}, "Icons", -1)),
|
|
24930
24976
|
o("ul", null, [
|
|
24931
24977
|
o("li", null, [
|
|
24932
|
-
t[
|
|
24978
|
+
t[246] || (t[246] = o("span", null, "Icon from local iconfont", -1)),
|
|
24933
24979
|
p(ne, { iconClass: "icon-home" })
|
|
24934
24980
|
]),
|
|
24935
24981
|
o("li", null, [
|
|
24936
|
-
t[
|
|
24982
|
+
t[247] || (t[247] = o("span", null, "Icon from iconify-api (icomoon-font)", -1)),
|
|
24937
24983
|
p(ne, { iconClass: "icomoon-free:home" })
|
|
24938
24984
|
]),
|
|
24939
24985
|
o("li", null, [
|
|
24940
|
-
t[
|
|
24986
|
+
t[248] || (t[248] = o("span", null, "Icon from iconify-api (bootstrap-font)", -1)),
|
|
24941
24987
|
p(ne, { iconClass: "bi:house-fill" })
|
|
24942
24988
|
]),
|
|
24943
24989
|
o("li", null, [
|
|
24944
|
-
t[
|
|
24990
|
+
t[249] || (t[249] = o("span", null, "Icon from iconify-api (material-design-font)", -1)),
|
|
24945
24991
|
p(ne, { iconClass: "mdi:home" })
|
|
24946
24992
|
]),
|
|
24947
24993
|
o("li", null, [
|
|
24948
|
-
t[
|
|
24994
|
+
t[250] || (t[250] = o("span", null, "Icon from iconify-api (font-awesome-solid-font)", -1)),
|
|
24949
24995
|
p(ne, { iconClass: "fa6-solid:house-chimney" })
|
|
24950
24996
|
])
|
|
24951
24997
|
])
|
|
@@ -24955,12 +25001,12 @@ function pk(e, t, n, s, i, l) {
|
|
|
24955
25001
|
p(w, null, {
|
|
24956
25002
|
default: k(() => [
|
|
24957
25003
|
o("h2", gv, [
|
|
24958
|
-
t[
|
|
25004
|
+
t[252] || (t[252] = o("span", null, "Image", -1)),
|
|
24959
25005
|
o("a", {
|
|
24960
25006
|
href: "#",
|
|
24961
25007
|
class: "button small icon-cog",
|
|
24962
25008
|
title: "Open Component Settings",
|
|
24963
|
-
onClick: t[
|
|
25009
|
+
onClick: t[87] || (t[87] = S((b) => l.openSettingsSidebar("CmdImage"), ["prevent"]))
|
|
24964
25010
|
})
|
|
24965
25011
|
]),
|
|
24966
25012
|
o("div", yv, [
|
|
@@ -24980,12 +25026,12 @@ function pk(e, t, n, s, i, l) {
|
|
|
24980
25026
|
p(w, null, {
|
|
24981
25027
|
default: k(() => [
|
|
24982
25028
|
o("h2", bv, [
|
|
24983
|
-
t[
|
|
25029
|
+
t[253] || (t[253] = o("span", null, "Image-Gallery", -1)),
|
|
24984
25030
|
o("a", {
|
|
24985
25031
|
href: "#",
|
|
24986
25032
|
class: "button small icon-cog",
|
|
24987
25033
|
title: "Open Component Settings",
|
|
24988
|
-
onClick: t[
|
|
25034
|
+
onClick: t[88] || (t[88] = S((b) => l.openSettingsSidebar("CmdImageGallery"), ["prevent"]))
|
|
24989
25035
|
})
|
|
24990
25036
|
]),
|
|
24991
25037
|
p(pe, L({
|
|
@@ -24997,7 +25043,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
24997
25043
|
}),
|
|
24998
25044
|
p(w, null, {
|
|
24999
25045
|
default: k(() => [
|
|
25000
|
-
t[
|
|
25046
|
+
t[254] || (t[254] = o("h2", {
|
|
25001
25047
|
class: "headline-demopage",
|
|
25002
25048
|
id: "section-image-zoom"
|
|
25003
25049
|
}, " Image-Zoom ", -1)),
|
|
@@ -25013,12 +25059,12 @@ function pk(e, t, n, s, i, l) {
|
|
|
25013
25059
|
var b, j, ge, Ne, Ye, Je;
|
|
25014
25060
|
return [
|
|
25015
25061
|
o("h2", xv, [
|
|
25016
|
-
t[
|
|
25062
|
+
t[255] || (t[255] = o("span", null, "Link", -1)),
|
|
25017
25063
|
o("a", {
|
|
25018
25064
|
href: "#",
|
|
25019
25065
|
class: "button small icon-cog",
|
|
25020
25066
|
title: "Open Component Settings",
|
|
25021
|
-
onClick: t[
|
|
25067
|
+
onClick: t[89] || (t[89] = S((Dn) => l.openSettingsSidebar("CmdLink"), ["prevent"]))
|
|
25022
25068
|
})
|
|
25023
25069
|
]),
|
|
25024
25070
|
p(X, L({
|
|
@@ -25070,7 +25116,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
25070
25116
|
text: "Add link",
|
|
25071
25117
|
primaryButton: !0,
|
|
25072
25118
|
icon: { iconClass: "icon-link", position: "right" },
|
|
25073
|
-
onClick: t[
|
|
25119
|
+
onClick: t[90] || (t[90] = (Dn) => i.showCmdLink = !0)
|
|
25074
25120
|
}),
|
|
25075
25121
|
i.showCmdLink ? (a(), v(X, {
|
|
25076
25122
|
key: 0,
|
|
@@ -25081,11 +25127,11 @@ function pk(e, t, n, s, i, l) {
|
|
|
25081
25127
|
icon: { iconClass: "icon-chevron-one-stripe-right", position: "right", tooltip: "Tooltip for hyperlink" }
|
|
25082
25128
|
})) : m("", !0),
|
|
25083
25129
|
o("dl", Cv, [
|
|
25084
|
-
t[
|
|
25130
|
+
t[256] || (t[256] = o("dt", null, "Event:", -1)),
|
|
25085
25131
|
o("dd", null, y((j = (b = i.outputCmdLink) == null ? void 0 : b.event) == null ? void 0 : j.originalEvent.originalEvent), 1),
|
|
25086
|
-
t[
|
|
25132
|
+
t[257] || (t[257] = o("dt", null, "Target:", -1)),
|
|
25087
25133
|
o("dd", null, y((Ne = (ge = i.outputCmdLink) == null ? void 0 : ge.event) == null ? void 0 : Ne.originalEvent.target), 1),
|
|
25088
|
-
t[
|
|
25134
|
+
t[258] || (t[258] = o("dt", null, "LinkType:", -1)),
|
|
25089
25135
|
o("dd", null, y((Je = (Ye = i.outputCmdLink) == null ? void 0 : Ye.event) == null ? void 0 : Je.originalEvent.linkType), 1)
|
|
25090
25136
|
])
|
|
25091
25137
|
];
|
|
@@ -25097,12 +25143,12 @@ function pk(e, t, n, s, i, l) {
|
|
|
25097
25143
|
var b, j, ge, Ne, Ye, Je;
|
|
25098
25144
|
return [
|
|
25099
25145
|
o("h2", vv, [
|
|
25100
|
-
t[
|
|
25146
|
+
t[259] || (t[259] = o("span", null, "List", -1)),
|
|
25101
25147
|
o("a", {
|
|
25102
25148
|
href: "#",
|
|
25103
25149
|
class: "button small icon-cog",
|
|
25104
25150
|
title: "Open Component Settings",
|
|
25105
|
-
onClick: t[
|
|
25151
|
+
onClick: t[91] || (t[91] = S((Dn) => l.openSettingsSidebar("CmdList"), ["prevent"]))
|
|
25106
25152
|
})
|
|
25107
25153
|
]),
|
|
25108
25154
|
p(f, L({
|
|
@@ -25114,11 +25160,11 @@ function pk(e, t, n, s, i, l) {
|
|
|
25114
25160
|
onClick: l.cmdLinkOutput
|
|
25115
25161
|
}), null, 16, ["items", "onClick"]),
|
|
25116
25162
|
o("dl", kv, [
|
|
25117
|
-
t[
|
|
25163
|
+
t[260] || (t[260] = o("dt", null, "Event:", -1)),
|
|
25118
25164
|
o("dd", null, y((j = (b = i.outputCmdLink) == null ? void 0 : b.event) == null ? void 0 : j.originalEvent), 1),
|
|
25119
|
-
t[
|
|
25165
|
+
t[261] || (t[261] = o("dt", null, "Target:", -1)),
|
|
25120
25166
|
o("dd", null, y((Ne = (ge = i.outputCmdLink) == null ? void 0 : ge.event) == null ? void 0 : Ne.originalEvent.target), 1),
|
|
25121
|
-
t[
|
|
25167
|
+
t[262] || (t[262] = o("dt", null, "LinkType:", -1)),
|
|
25122
25168
|
o("dd", null, y((Je = (Ye = i.outputCmdLink) == null ? void 0 : Ye.event) == null ? void 0 : Je.linkType), 1)
|
|
25123
25169
|
]),
|
|
25124
25170
|
p(f, {
|
|
@@ -25156,7 +25202,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
25156
25202
|
highlightLevel: "tertiary"
|
|
25157
25203
|
}, null, 8, ["items"])
|
|
25158
25204
|
]),
|
|
25159
|
-
t[
|
|
25205
|
+
t[263] || (t[263] = o("h3", null, "Description Lists", -1)),
|
|
25160
25206
|
o("div", Tv, [
|
|
25161
25207
|
p(f, {
|
|
25162
25208
|
listType: "description",
|
|
@@ -25182,19 +25228,19 @@ function pk(e, t, n, s, i, l) {
|
|
|
25182
25228
|
p(w, null, {
|
|
25183
25229
|
default: k(() => [
|
|
25184
25230
|
o("h2", Sv, [
|
|
25185
|
-
t[
|
|
25231
|
+
t[264] || (t[264] = o("span", null, "Login Form", -1)),
|
|
25186
25232
|
o("a", {
|
|
25187
25233
|
href: "#",
|
|
25188
25234
|
class: "button small icon-cog",
|
|
25189
25235
|
title: "Open Component Settings",
|
|
25190
|
-
onClick: t[
|
|
25236
|
+
onClick: t[92] || (t[92] = S((b) => l.openSettingsSidebar("CmdLoginForm"), ["prevent"]))
|
|
25191
25237
|
})
|
|
25192
25238
|
]),
|
|
25193
25239
|
p(U, { "use-fieldset": !1 }, {
|
|
25194
25240
|
default: k(() => [
|
|
25195
25241
|
p(he, L({ ref: "CmdLoginForm" }, e.cmdLoginFormSettingsData, {
|
|
25196
25242
|
modelValue: i.loginData,
|
|
25197
|
-
"onUpdate:modelValue": t[
|
|
25243
|
+
"onUpdate:modelValue": t[93] || (t[93] = (b) => i.loginData = b)
|
|
25198
25244
|
}), null, 16, ["modelValue"])
|
|
25199
25245
|
]),
|
|
25200
25246
|
_: 1
|
|
@@ -25205,7 +25251,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
25205
25251
|
}),
|
|
25206
25252
|
p(w, null, {
|
|
25207
25253
|
default: k(() => [
|
|
25208
|
-
t[
|
|
25254
|
+
t[265] || (t[265] = o("h2", {
|
|
25209
25255
|
class: "headline-demopage",
|
|
25210
25256
|
id: "section-mail-tool"
|
|
25211
25257
|
}, [
|
|
@@ -25222,12 +25268,12 @@ function pk(e, t, n, s, i, l) {
|
|
|
25222
25268
|
p(w, null, {
|
|
25223
25269
|
default: k(() => [
|
|
25224
25270
|
o("h2", _v, [
|
|
25225
|
-
t[
|
|
25271
|
+
t[266] || (t[266] = o("span", null, "Main Navigation", -1)),
|
|
25226
25272
|
o("a", {
|
|
25227
25273
|
href: "#",
|
|
25228
25274
|
class: "button small icon-cog",
|
|
25229
25275
|
title: "Open Component Settings",
|
|
25230
|
-
onClick: t[
|
|
25276
|
+
onClick: t[94] || (t[94] = S((b) => l.openSettingsSidebar("CmdMainNavigation"), ["prevent"]))
|
|
25231
25277
|
})
|
|
25232
25278
|
]),
|
|
25233
25279
|
p(re, L({ ref: "CmdMainNavigation" }, e.cmdMainNavigationSettingsData, { navigationEntries: l.navigationDataModified }), null, 16, ["navigationEntries"]),
|
|
@@ -25238,15 +25284,15 @@ function pk(e, t, n, s, i, l) {
|
|
|
25238
25284
|
p(w, null, {
|
|
25239
25285
|
default: k(() => [
|
|
25240
25286
|
o("h2", Ov, [
|
|
25241
|
-
t[
|
|
25287
|
+
t[267] || (t[267] = o("span", null, "Multistepform-Wrapper", -1)),
|
|
25242
25288
|
o("a", {
|
|
25243
25289
|
href: "#",
|
|
25244
25290
|
class: "button small icon-cog",
|
|
25245
25291
|
title: "Open Component Settings",
|
|
25246
|
-
onClick: t[
|
|
25292
|
+
onClick: t[95] || (t[95] = S((b) => l.openSettingsSidebar("CmdMultistepFormProgressBar"), ["prevent"]))
|
|
25247
25293
|
})
|
|
25248
25294
|
]),
|
|
25249
|
-
t[
|
|
25295
|
+
t[278] || (t[278] = o("h3", null, "Data provided by property", -1)),
|
|
25250
25296
|
p(Te, null, {
|
|
25251
25297
|
"page-1": k((b) => [
|
|
25252
25298
|
p(U, {
|
|
@@ -25259,24 +25305,30 @@ function pk(e, t, n, s, i, l) {
|
|
|
25259
25305
|
href: "#",
|
|
25260
25306
|
onClick: S((j) => b.setErrorOnPage("This is an error!"), ["prevent"])
|
|
25261
25307
|
}, "Set Error", 8, Lv),
|
|
25262
|
-
t[
|
|
25308
|
+
t[268] || (t[268] = o("br", null, null, -1)),
|
|
25263
25309
|
o("a", {
|
|
25264
25310
|
href: "#",
|
|
25265
25311
|
onClick: S(b.removeErrorOnPage, ["prevent"])
|
|
25266
25312
|
}, "Remove Error", 8, Iv)
|
|
25267
25313
|
]),
|
|
25268
25314
|
"page-2": k((b) => [
|
|
25269
|
-
t[
|
|
25270
|
-
t[
|
|
25315
|
+
t[269] || (t[269] = M(" Content Page 2")),
|
|
25316
|
+
t[270] || (t[270] = o("br", null, null, -1)),
|
|
25317
|
+
$(o("input", {
|
|
25318
|
+
type: "text",
|
|
25319
|
+
"onUpdate:modelValue": (j) => b.formDataForPage.nase = j
|
|
25320
|
+
}, null, 8, Bv), [
|
|
25321
|
+
[ft, b.formDataForPage.nase]
|
|
25322
|
+
]),
|
|
25271
25323
|
o("a", {
|
|
25272
25324
|
href: "#",
|
|
25273
25325
|
onClick: S((j) => b.setErrorOnPage("This is an error!"), ["prevent"])
|
|
25274
|
-
}, "Set Error", 8,
|
|
25326
|
+
}, "Set Error", 8, Dv)
|
|
25275
25327
|
]),
|
|
25276
|
-
"page-3": k(() => t[
|
|
25328
|
+
"page-3": k(() => t[271] || (t[271] = [
|
|
25277
25329
|
M(" Content Page 3 ")
|
|
25278
25330
|
])),
|
|
25279
|
-
"page-4": k(() => t[
|
|
25331
|
+
"page-4": k(() => t[272] || (t[272] = [
|
|
25280
25332
|
M(" Content Page 4 ")
|
|
25281
25333
|
])),
|
|
25282
25334
|
"page-5": k((b) => [
|
|
@@ -25290,48 +25342,48 @@ function pk(e, t, n, s, i, l) {
|
|
|
25290
25342
|
]),
|
|
25291
25343
|
_: 1
|
|
25292
25344
|
}),
|
|
25293
|
-
t[
|
|
25345
|
+
t[279] || (t[279] = o("h3", null, "Data provided by slot", -1)),
|
|
25294
25346
|
p(Te, null, {
|
|
25295
25347
|
"progress-bar": k((b) => [
|
|
25296
|
-
o("ul",
|
|
25348
|
+
o("ul", Fv, [
|
|
25297
25349
|
(a(!0), r(O, null, q(b.numberOfPages, (j) => (a(), r("li", { key: j }, [
|
|
25298
25350
|
o("a", {
|
|
25299
25351
|
href: "#",
|
|
25300
25352
|
onClick: S((ge) => b.setErrorOnPage("This is an error!"), ["prevent"])
|
|
25301
|
-
}, y(j), 9,
|
|
25353
|
+
}, y(j), 9, Mv)
|
|
25302
25354
|
]))), 128))
|
|
25303
25355
|
])
|
|
25304
25356
|
]),
|
|
25305
25357
|
"page-1": k((b) => [
|
|
25306
|
-
t[
|
|
25307
|
-
b.hasError ? (a(), r("span",
|
|
25358
|
+
t[273] || (t[273] = M(" Content Page 1 ")),
|
|
25359
|
+
b.hasError ? (a(), r("span", Pv, "Error")) : m("", !0),
|
|
25308
25360
|
o("a", {
|
|
25309
25361
|
href: "#",
|
|
25310
25362
|
onClick: S((j) => b.setErrorOnPage("This is an error!"), ["prevent"])
|
|
25311
|
-
}, "Set Error", 8,
|
|
25363
|
+
}, "Set Error", 8, Vv)
|
|
25312
25364
|
]),
|
|
25313
25365
|
"page-2": k((b) => [
|
|
25314
|
-
t[
|
|
25315
|
-
b.hasError ? (a(), r("span",
|
|
25366
|
+
t[274] || (t[274] = M(" Content Page 2 ")),
|
|
25367
|
+
b.hasError ? (a(), r("span", Av, "Error")) : m("", !0),
|
|
25316
25368
|
o("a", {
|
|
25317
25369
|
href: "#",
|
|
25318
25370
|
onClick: S((j) => b.setErrorOnPage("This is an error!"), ["prevent"])
|
|
25319
|
-
}, "Set Error", 8,
|
|
25371
|
+
}, "Set Error", 8, Ev)
|
|
25320
25372
|
]),
|
|
25321
25373
|
"page-3": k((b) => [
|
|
25322
|
-
t[
|
|
25323
|
-
b.hasError ? (a(), r("span",
|
|
25374
|
+
t[275] || (t[275] = M(" Content Page 3 ")),
|
|
25375
|
+
b.hasError ? (a(), r("span", Hv, "Error")) : m("", !0)
|
|
25324
25376
|
]),
|
|
25325
25377
|
"page-4": k((b) => [
|
|
25326
|
-
t[
|
|
25327
|
-
b.hasError ? (a(), r("span",
|
|
25378
|
+
t[276] || (t[276] = M(" Content Page 4 ")),
|
|
25379
|
+
b.hasError ? (a(), r("span", qv, "Error")) : m("", !0)
|
|
25328
25380
|
]),
|
|
25329
25381
|
"page-5": k((b) => [
|
|
25330
|
-
t[
|
|
25331
|
-
b.hasError ? (a(), r("span",
|
|
25382
|
+
t[277] || (t[277] = M(" Content Page 5 ")),
|
|
25383
|
+
b.hasError ? (a(), r("span", Rv, "Error")) : m("", !0)
|
|
25332
25384
|
]),
|
|
25333
25385
|
pagination: k((b) => [
|
|
25334
|
-
o("div",
|
|
25386
|
+
o("div", jv, [
|
|
25335
25387
|
p(X, {
|
|
25336
25388
|
linkType: "button",
|
|
25337
25389
|
highlightLevel: "none",
|
|
@@ -25374,28 +25426,28 @@ function pk(e, t, n, s, i, l) {
|
|
|
25374
25426
|
}),
|
|
25375
25427
|
p(w, null, {
|
|
25376
25428
|
default: k(() => [
|
|
25377
|
-
o("h2",
|
|
25378
|
-
t[
|
|
25429
|
+
o("h2", Nv, [
|
|
25430
|
+
t[280] || (t[280] = o("span", null, "Multistepform-Progressbar", -1)),
|
|
25379
25431
|
o("a", {
|
|
25380
25432
|
href: "#",
|
|
25381
25433
|
class: "button small icon-cog",
|
|
25382
25434
|
title: "Open Component Settings",
|
|
25383
|
-
onClick: t[
|
|
25435
|
+
onClick: t[96] || (t[96] = S((b) => l.openSettingsSidebar("CmdMultistepFormProgressBar"), ["prevent"]))
|
|
25384
25436
|
})
|
|
25385
25437
|
]),
|
|
25386
|
-
t[
|
|
25438
|
+
t[281] || (t[281] = o("h3", null, "Steps with icons", -1)),
|
|
25387
25439
|
p(Oe, L({
|
|
25388
25440
|
ref: "CmdMultistepFormProgressBar",
|
|
25389
25441
|
multisteps: i.multistepsData.withIcon
|
|
25390
25442
|
}, e.cmdMultistepFormProgressBarSettingsData, {
|
|
25391
|
-
onClick: t[
|
|
25443
|
+
onClick: t[97] || (t[97] = (b) => i.showPageMultistep = b.index + 1)
|
|
25392
25444
|
}), null, 16, ["multisteps"]),
|
|
25393
|
-
t[
|
|
25445
|
+
t[282] || (t[282] = o("h3", null, "Router", -1)),
|
|
25394
25446
|
p(Oe, L({
|
|
25395
25447
|
ref: "CmdMultistepFormProgressBar",
|
|
25396
25448
|
multisteps: i.multistepsData.router
|
|
25397
25449
|
}, e.cmdMultistepFormProgressBarSettingsData, {
|
|
25398
|
-
onClick: t[
|
|
25450
|
+
onClick: t[98] || (t[98] = (b) => i.showPageMultistep = b.index + 1)
|
|
25399
25451
|
}), null, 16, ["multisteps"]),
|
|
25400
25452
|
o("div", null, [
|
|
25401
25453
|
o("p", null, "Page " + y(i.showPageMultistep), 1)
|
|
@@ -25405,20 +25457,20 @@ function pk(e, t, n, s, i, l) {
|
|
|
25405
25457
|
}),
|
|
25406
25458
|
p(w, null, {
|
|
25407
25459
|
default: k(() => [
|
|
25408
|
-
o("h2",
|
|
25409
|
-
t[
|
|
25460
|
+
o("h2", Uv, [
|
|
25461
|
+
t[283] || (t[283] = o("span", null, "Newsletter Subscription", -1)),
|
|
25410
25462
|
o("a", {
|
|
25411
25463
|
href: "#",
|
|
25412
25464
|
class: "button small icon-cog",
|
|
25413
25465
|
title: "Open Component Settings",
|
|
25414
|
-
onClick: t[
|
|
25466
|
+
onClick: t[99] || (t[99] = S((b) => l.openSettingsSidebar("CmdNewsletterSubscription"), ["prevent"]))
|
|
25415
25467
|
})
|
|
25416
25468
|
]),
|
|
25417
25469
|
p(U, { "use-fieldset": !1 }, {
|
|
25418
25470
|
default: k(() => [
|
|
25419
25471
|
p(Ve, L({ ref: "CmdNewsletterSubscription" }, e.cmdNewsletterSubscriptionSettingsData, {
|
|
25420
25472
|
modelValue: i.newsletter,
|
|
25421
|
-
"onUpdate:modelValue": t[
|
|
25473
|
+
"onUpdate:modelValue": t[100] || (t[100] = (b) => i.newsletter = b),
|
|
25422
25474
|
onButtonClick: l.submitNewsletterRegistration
|
|
25423
25475
|
}), null, 16, ["modelValue", "onButtonClick"])
|
|
25424
25476
|
]),
|
|
@@ -25429,13 +25481,13 @@ function pk(e, t, n, s, i, l) {
|
|
|
25429
25481
|
}),
|
|
25430
25482
|
p(w, null, {
|
|
25431
25483
|
default: k(() => [
|
|
25432
|
-
o("h2",
|
|
25433
|
-
t[
|
|
25484
|
+
o("h2", zv, [
|
|
25485
|
+
t[284] || (t[284] = o("span", null, "Opening Hours", -1)),
|
|
25434
25486
|
o("a", {
|
|
25435
25487
|
href: "#",
|
|
25436
25488
|
class: "button small icon-cog",
|
|
25437
25489
|
title: "Open Component Settings",
|
|
25438
|
-
onClick: t[
|
|
25490
|
+
onClick: t[101] || (t[101] = S((b) => l.openSettingsSidebar("CmdOpeningHours"), ["prevent"]))
|
|
25439
25491
|
})
|
|
25440
25492
|
]),
|
|
25441
25493
|
p(de, L({ ref: "CmdOpeningHours" }, e.cmdOpeningHoursSettingsData, {
|
|
@@ -25448,20 +25500,20 @@ function pk(e, t, n, s, i, l) {
|
|
|
25448
25500
|
}),
|
|
25449
25501
|
p(w, null, {
|
|
25450
25502
|
default: k(() => [
|
|
25451
|
-
o("h2",
|
|
25452
|
-
t[
|
|
25503
|
+
o("h2", Wv, [
|
|
25504
|
+
t[285] || (t[285] = o("span", null, "Page Footer", -1)),
|
|
25453
25505
|
o("a", {
|
|
25454
25506
|
href: "#",
|
|
25455
25507
|
class: "button small icon-cog",
|
|
25456
25508
|
title: "Open Component Settings",
|
|
25457
|
-
onClick: t[
|
|
25509
|
+
onClick: t[102] || (t[102] = S((b) => l.openSettingsSidebar("CmdPageFooter"), ["prevent"]))
|
|
25458
25510
|
})
|
|
25459
25511
|
]),
|
|
25460
25512
|
p(st, L({ ref: "CmdPageFooter" }, e.cmdPageFooterSettingsData, {
|
|
25461
25513
|
"button-print-view": { text: "Print this page" },
|
|
25462
25514
|
cmdSocialNetworks: i.socialNetworksData
|
|
25463
25515
|
}), {
|
|
25464
|
-
default: k(() => t[
|
|
25516
|
+
default: k(() => t[286] || (t[286] = [
|
|
25465
25517
|
o("button", {
|
|
25466
25518
|
class: "button primary",
|
|
25467
25519
|
title: "Button given by slot"
|
|
@@ -25477,13 +25529,13 @@ function pk(e, t, n, s, i, l) {
|
|
|
25477
25529
|
}),
|
|
25478
25530
|
p(w, null, {
|
|
25479
25531
|
default: k(() => [
|
|
25480
|
-
o("h2",
|
|
25481
|
-
t[
|
|
25532
|
+
o("h2", Gv, [
|
|
25533
|
+
t[287] || (t[287] = o("span", null, "Page Header", -1)),
|
|
25482
25534
|
o("a", {
|
|
25483
25535
|
href: "#",
|
|
25484
25536
|
class: "button small icon-cog",
|
|
25485
25537
|
title: "Open Component Settings",
|
|
25486
|
-
onClick: t[
|
|
25538
|
+
onClick: t[103] || (t[103] = S((b) => l.openSettingsSidebar("CmdPageHeader"), ["prevent"]))
|
|
25487
25539
|
})
|
|
25488
25540
|
]),
|
|
25489
25541
|
p(rt, {
|
|
@@ -25491,7 +25543,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
25491
25543
|
cmdBreadcrumbs: i.breadcrumbsData,
|
|
25492
25544
|
cmdHeadline: { headlineText: "Main headline for page", headlineLevel: 1 }
|
|
25493
25545
|
}, {
|
|
25494
|
-
default: k(() => t[
|
|
25546
|
+
default: k(() => t[288] || (t[288] = [
|
|
25495
25547
|
o("a", {
|
|
25496
25548
|
href: "#",
|
|
25497
25549
|
title: "Link given by slot"
|
|
@@ -25507,33 +25559,33 @@ function pk(e, t, n, s, i, l) {
|
|
|
25507
25559
|
}),
|
|
25508
25560
|
p(w, null, {
|
|
25509
25561
|
default: k(() => [
|
|
25510
|
-
o("h2",
|
|
25511
|
-
t[
|
|
25562
|
+
o("h2", Kv, [
|
|
25563
|
+
t[289] || (t[289] = o("span", null, "Pagination", -1)),
|
|
25512
25564
|
o("a", {
|
|
25513
25565
|
href: "#",
|
|
25514
25566
|
class: "button small icon-cog",
|
|
25515
25567
|
title: "Open Component Settings",
|
|
25516
|
-
onClick: t[
|
|
25568
|
+
onClick: t[104] || (t[104] = S((b) => l.openSettingsSidebar("CmdPagination"), ["prevent"]))
|
|
25517
25569
|
})
|
|
25518
25570
|
]),
|
|
25519
25571
|
o("div", null, [
|
|
25520
25572
|
o("p", null, "Page " + y(i.showPagePager), 1)
|
|
25521
25573
|
]),
|
|
25522
25574
|
p(dt, L({ ref: "CmdPagination" }, e.cmdPaginationSettingsData, {
|
|
25523
|
-
onClick: t[
|
|
25575
|
+
onClick: t[105] || (t[105] = (b) => i.showPagePager = b)
|
|
25524
25576
|
}), null, 16)
|
|
25525
25577
|
]),
|
|
25526
25578
|
_: 1
|
|
25527
25579
|
}),
|
|
25528
25580
|
p(w, null, {
|
|
25529
25581
|
default: k(() => [
|
|
25530
|
-
o("h2",
|
|
25531
|
-
t[
|
|
25582
|
+
o("h2", Yv, [
|
|
25583
|
+
t[290] || (t[290] = o("span", null, "Paragraph", -1)),
|
|
25532
25584
|
o("a", {
|
|
25533
25585
|
href: "#",
|
|
25534
25586
|
class: "button small icon-cog",
|
|
25535
25587
|
title: "Open Component Settings",
|
|
25536
|
-
onClick: t[
|
|
25588
|
+
onClick: t[106] || (t[106] = S((b) => l.openSettingsSidebar("CmdParagraph"), ["prevent"]))
|
|
25537
25589
|
})
|
|
25538
25590
|
]),
|
|
25539
25591
|
p(ut, L({ ref: "CmdParagraph" }, e.cmdParagraphSettingsData), null, 16)
|
|
@@ -25542,34 +25594,34 @@ function pk(e, t, n, s, i, l) {
|
|
|
25542
25594
|
}),
|
|
25543
25595
|
p(w, null, {
|
|
25544
25596
|
default: k(() => [
|
|
25545
|
-
o("h2",
|
|
25546
|
-
t[
|
|
25597
|
+
o("h2", Jv, [
|
|
25598
|
+
t[291] || (t[291] = o("span", null, "Section", -1)),
|
|
25547
25599
|
o("a", {
|
|
25548
25600
|
href: "#",
|
|
25549
25601
|
class: "button small icon-cog",
|
|
25550
25602
|
title: "Open Component Settings",
|
|
25551
|
-
onClick: t[
|
|
25603
|
+
onClick: t[107] || (t[107] = S((b) => l.openSettingsSidebar("CmdSection"), ["prevent"]))
|
|
25552
25604
|
})
|
|
25553
25605
|
]),
|
|
25554
|
-
t[
|
|
25606
|
+
t[294] || (t[294] = o("h3", null, "Section with content provided by properties", -1)),
|
|
25555
25607
|
p(je, {
|
|
25556
25608
|
cmdHeadline: { headlineText: "Headline for section provided by property", headlineLevel: 4 },
|
|
25557
25609
|
content: "Content for section provided by property."
|
|
25558
25610
|
}),
|
|
25559
|
-
t[
|
|
25611
|
+
t[295] || (t[295] = o("h3", null, "Section with content provided by slot", -1)),
|
|
25560
25612
|
p(je, { useSlot: !0 }, {
|
|
25561
|
-
default: k(() => t[
|
|
25613
|
+
default: k(() => t[292] || (t[292] = [
|
|
25562
25614
|
o("h4", null, "Headline for section provided by slot", -1),
|
|
25563
25615
|
o("p", null, "Content for section provided by slot.", -1)
|
|
25564
25616
|
])),
|
|
25565
25617
|
_: 1
|
|
25566
25618
|
}),
|
|
25567
|
-
t[
|
|
25619
|
+
t[296] || (t[296] = o("h3", null, "Section styled as box", -1)),
|
|
25568
25620
|
p(je, {
|
|
25569
25621
|
useSlot: !0,
|
|
25570
25622
|
styleAsBox: !0
|
|
25571
25623
|
}, {
|
|
25572
|
-
default: k(() => t[
|
|
25624
|
+
default: k(() => t[293] || (t[293] = [
|
|
25573
25625
|
o("h4", null, "Headline for section styled as box", -1),
|
|
25574
25626
|
o("p", null, "Content for section styled as box.", -1)
|
|
25575
25627
|
])),
|
|
@@ -25580,7 +25632,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
25580
25632
|
}),
|
|
25581
25633
|
p(w, null, {
|
|
25582
25634
|
default: k(() => [
|
|
25583
|
-
t[
|
|
25635
|
+
t[297] || (t[297] = o("h2", {
|
|
25584
25636
|
class: "headline-demopage",
|
|
25585
25637
|
id: "section-site-footer"
|
|
25586
25638
|
}, "Site Footer", -1)),
|
|
@@ -25601,13 +25653,13 @@ function pk(e, t, n, s, i, l) {
|
|
|
25601
25653
|
}),
|
|
25602
25654
|
p(w, null, {
|
|
25603
25655
|
default: k(() => [
|
|
25604
|
-
o("h2",
|
|
25605
|
-
t[
|
|
25656
|
+
o("h2", Zv, [
|
|
25657
|
+
t[298] || (t[298] = o("span", null, "Site Header", -1)),
|
|
25606
25658
|
o("a", {
|
|
25607
25659
|
href: "#",
|
|
25608
25660
|
class: "button small icon-cog",
|
|
25609
25661
|
title: "Open Component Settings",
|
|
25610
|
-
onClick: t[
|
|
25662
|
+
onClick: t[108] || (t[108] = S((b) => l.openSettingsSidebar("CmdSiteHeader"), ["prevent"]))
|
|
25611
25663
|
})
|
|
25612
25664
|
]),
|
|
25613
25665
|
p(h, L({ ref: "CmdSiteHeader" }, e.cmdSiteHeaderSettingsData, { cmdCompanyLogo: i.companyLogoData }), {
|
|
@@ -25625,24 +25677,24 @@ function pk(e, t, n, s, i, l) {
|
|
|
25625
25677
|
}),
|
|
25626
25678
|
p(w, null, {
|
|
25627
25679
|
default: k(() => [
|
|
25628
|
-
o("h2",
|
|
25629
|
-
t[
|
|
25680
|
+
o("h2", Qv, [
|
|
25681
|
+
t[299] || (t[299] = o("span", null, "Site Search", -1)),
|
|
25630
25682
|
o("a", {
|
|
25631
25683
|
href: "#",
|
|
25632
25684
|
class: "button small icon-cog",
|
|
25633
25685
|
title: "Open Component Settings",
|
|
25634
|
-
onClick: t[
|
|
25686
|
+
onClick: t[109] || (t[109] = S((b) => l.openSettingsSidebar("CmdSiteSearch"), ["prevent"]))
|
|
25635
25687
|
})
|
|
25636
25688
|
]),
|
|
25637
25689
|
p(ct, L({ ref: "CmdSiteSearch" }, e.cmdSiteSearchSettingsData, {
|
|
25638
25690
|
modelValueInput1: i.siteSearchInput1,
|
|
25639
|
-
"onUpdate:modelValueInput1": t[
|
|
25691
|
+
"onUpdate:modelValueInput1": t[110] || (t[110] = (b) => i.siteSearchInput1 = b),
|
|
25640
25692
|
modelValueInput2: i.siteSearchInput2,
|
|
25641
|
-
"onUpdate:modelValueInput2": t[
|
|
25693
|
+
"onUpdate:modelValueInput2": t[111] || (t[111] = (b) => i.siteSearchInput2 = b),
|
|
25642
25694
|
modelValueRadius: i.radius,
|
|
25643
|
-
"onUpdate:modelValueRadius": t[
|
|
25695
|
+
"onUpdate:modelValueRadius": t[112] || (t[112] = (b) => i.radius = b),
|
|
25644
25696
|
modelValueSearchFilters: i.filters,
|
|
25645
|
-
"onUpdate:modelValueSearchFilters": t[
|
|
25697
|
+
"onUpdate:modelValueSearchFilters": t[113] || (t[113] = (b) => i.filters = b),
|
|
25646
25698
|
onSearch: l.siteSearchOutput,
|
|
25647
25699
|
cmdFakeSelect: i.siteSearchFilters
|
|
25648
25700
|
}), null, 16, ["modelValueInput1", "modelValueInput2", "modelValueRadius", "modelValueSearchFilters", "onSearch", "cmdFakeSelect"])
|
|
@@ -25651,17 +25703,17 @@ function pk(e, t, n, s, i, l) {
|
|
|
25651
25703
|
}),
|
|
25652
25704
|
p(w, null, {
|
|
25653
25705
|
default: k(() => [
|
|
25654
|
-
o("h2",
|
|
25655
|
-
t[
|
|
25706
|
+
o("h2", Xv, [
|
|
25707
|
+
t[300] || (t[300] = o("span", null, "Slideshow", -1)),
|
|
25656
25708
|
o("a", {
|
|
25657
25709
|
href: "#",
|
|
25658
25710
|
class: "button small icon-cog",
|
|
25659
25711
|
title: "Open Component Settings",
|
|
25660
|
-
onClick: t[
|
|
25712
|
+
onClick: t[114] || (t[114] = S((b) => l.openSettingsSidebar("CmdSlideshow"), ["prevent"]))
|
|
25661
25713
|
})
|
|
25662
25714
|
]),
|
|
25663
25715
|
p(Y, L({ ref: "CmdSlideshow" }, e.cmdSlideshowSettingsData, { "slideshow-items": i.slideshowData }), {
|
|
25664
|
-
default: k(() => t[
|
|
25716
|
+
default: k(() => t[301] || (t[301] = [
|
|
25665
25717
|
M(" Slot-Content ")
|
|
25666
25718
|
])),
|
|
25667
25719
|
_: 1
|
|
@@ -25671,39 +25723,39 @@ function pk(e, t, n, s, i, l) {
|
|
|
25671
25723
|
}),
|
|
25672
25724
|
p(w, null, {
|
|
25673
25725
|
default: k(() => [
|
|
25674
|
-
o("h2",
|
|
25675
|
-
t[
|
|
25726
|
+
o("h2", $v, [
|
|
25727
|
+
t[302] || (t[302] = o("span", null, "Smart Search", -1)),
|
|
25676
25728
|
o("a", {
|
|
25677
25729
|
href: "#",
|
|
25678
25730
|
class: "button small icon-cog",
|
|
25679
25731
|
title: "Open Component Settings",
|
|
25680
|
-
onClick: t[
|
|
25732
|
+
onClick: t[115] || (t[115] = S((b) => l.openSettingsSidebar("CmdSmartSearch"), ["prevent"]))
|
|
25681
25733
|
})
|
|
25682
25734
|
]),
|
|
25683
25735
|
M(" smartSearchString: " + y(i.smartSearchString) + " ", 1),
|
|
25684
25736
|
p(D, L({ ref: "CmdSmartSearch" }, e.smartSearchSettingsData, {
|
|
25685
25737
|
listOfRecommendations: i.smartSearchData.listOfRecommendations,
|
|
25686
25738
|
modelValue: i.smartSearchString,
|
|
25687
|
-
"onUpdate:modelValue": t[
|
|
25739
|
+
"onUpdate:modelValue": t[116] || (t[116] = (b) => i.smartSearchString = b)
|
|
25688
25740
|
}), null, 16, ["listOfRecommendations", "modelValue"]),
|
|
25689
25741
|
M(" smartSearchObject: " + y(i.smartSearchObject) + " ", 1),
|
|
25690
25742
|
p(D, L({ ref: "CmdSmartSearch" }, e.smartSearchSettingsData, {
|
|
25691
25743
|
listOfRecommendations: i.smartSearchData.listOfRecommendations,
|
|
25692
25744
|
modelValue: i.smartSearchObject,
|
|
25693
|
-
"onUpdate:modelValue": t[
|
|
25745
|
+
"onUpdate:modelValue": t[117] || (t[117] = (b) => i.smartSearchObject = b)
|
|
25694
25746
|
}), null, 16, ["listOfRecommendations", "modelValue"])
|
|
25695
25747
|
]),
|
|
25696
25748
|
_: 1
|
|
25697
25749
|
}),
|
|
25698
25750
|
p(w, null, {
|
|
25699
25751
|
default: k(() => [
|
|
25700
|
-
o("h2",
|
|
25701
|
-
t[
|
|
25752
|
+
o("h2", ek, [
|
|
25753
|
+
t[303] || (t[303] = o("span", null, "Social Networks", -1)),
|
|
25702
25754
|
o("a", {
|
|
25703
25755
|
href: "#",
|
|
25704
25756
|
class: "button small icon-cog",
|
|
25705
25757
|
title: "Open Component Settings",
|
|
25706
|
-
onClick: t[
|
|
25758
|
+
onClick: t[118] || (t[118] = S((b) => l.openSettingsSidebar("CmdSocialNetworks"), ["prevent"]))
|
|
25707
25759
|
})
|
|
25708
25760
|
]),
|
|
25709
25761
|
p(Bl, L({ ref: "CmdSocialNetworks" }, { ...e.cmdSocialNetworksSettingsData, ...i.socialNetworksData }), null, 16)
|
|
@@ -25712,7 +25764,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
25712
25764
|
}),
|
|
25713
25765
|
p(w, null, {
|
|
25714
25766
|
default: k(() => [
|
|
25715
|
-
t[
|
|
25767
|
+
t[304] || (t[304] = o("h2", {
|
|
25716
25768
|
class: "headline-demopage",
|
|
25717
25769
|
id: "section-switch-language"
|
|
25718
25770
|
}, "Switch Language", -1)),
|
|
@@ -25727,13 +25779,13 @@ function pk(e, t, n, s, i, l) {
|
|
|
25727
25779
|
}),
|
|
25728
25780
|
p(w, null, {
|
|
25729
25781
|
default: k(() => [
|
|
25730
|
-
o("h2",
|
|
25731
|
-
t[
|
|
25782
|
+
o("h2", tk, [
|
|
25783
|
+
t[305] || (t[305] = o("span", null, "System Message", -1)),
|
|
25732
25784
|
o("a", {
|
|
25733
25785
|
href: "#",
|
|
25734
25786
|
class: "button small icon-cog",
|
|
25735
25787
|
title: "Open Component Settings",
|
|
25736
|
-
onClick: t[
|
|
25788
|
+
onClick: t[119] || (t[119] = S((b) => l.openSettingsSidebar("CmdSystemMessage"), ["prevent"]))
|
|
25737
25789
|
})
|
|
25738
25790
|
]),
|
|
25739
25791
|
p(Fl, L({ ref: "CmdSystemMessage" }, e.cmdSystemMessageSettingsData, { iconMessage: { iconClass: "icon-error-circle", show: !0 } }), null, 16)
|
|
@@ -25742,18 +25794,18 @@ function pk(e, t, n, s, i, l) {
|
|
|
25742
25794
|
}),
|
|
25743
25795
|
p(w, null, {
|
|
25744
25796
|
default: k(() => [
|
|
25745
|
-
o("h2",
|
|
25746
|
-
t[
|
|
25797
|
+
o("h2", nk, [
|
|
25798
|
+
t[306] || (t[306] = o("span", null, "Tables", -1)),
|
|
25747
25799
|
o("a", {
|
|
25748
25800
|
href: "#",
|
|
25749
25801
|
class: "button small icon-cog",
|
|
25750
25802
|
title: "Open Component Settings",
|
|
25751
|
-
onClick: t[
|
|
25803
|
+
onClick: t[120] || (t[120] = S((b) => l.openSettingsSidebar("CmdTable"), ["prevent"]))
|
|
25752
25804
|
})
|
|
25753
25805
|
]),
|
|
25754
|
-
t[
|
|
25806
|
+
t[307] || (t[307] = o("h3", null, "Table as wide as its content (with caption)", -1)),
|
|
25755
25807
|
p(Bn, L({ ref: "CmdTable" }, e.cmdTableSettingsData, { "table-data": i.tableDataLarge }), null, 16, ["table-data"]),
|
|
25756
|
-
t[
|
|
25808
|
+
t[308] || (t[308] = o("h3", null, "Table as wide as possible", -1)),
|
|
25757
25809
|
p(Bn, {
|
|
25758
25810
|
collapsible: !0,
|
|
25759
25811
|
fullWidthOnDefault: !1,
|
|
@@ -25765,25 +25817,25 @@ function pk(e, t, n, s, i, l) {
|
|
|
25765
25817
|
}),
|
|
25766
25818
|
p(w, null, {
|
|
25767
25819
|
default: k(() => [
|
|
25768
|
-
o("h2",
|
|
25769
|
-
t[
|
|
25820
|
+
o("h2", ik, [
|
|
25821
|
+
t[309] || (t[309] = o("span", null, "Tabs", -1)),
|
|
25770
25822
|
o("a", {
|
|
25771
25823
|
href: "#",
|
|
25772
25824
|
class: "button small icon-cog",
|
|
25773
25825
|
title: "Open Component Settings",
|
|
25774
|
-
onClick: t[
|
|
25826
|
+
onClick: t[121] || (t[121] = S((b) => l.openSettingsSidebar("CmdTabs"), ["prevent"]))
|
|
25775
25827
|
})
|
|
25776
25828
|
]),
|
|
25777
25829
|
p(Ml, L({ ref: "CmdTabs" }, e.cmdTabsSettingsData, { tabs: i.tabsData }), {
|
|
25778
|
-
"tab-content-0": k(() => t[
|
|
25830
|
+
"tab-content-0": k(() => t[310] || (t[310] = [
|
|
25779
25831
|
o("h4", null, "Tab 1 headline", -1),
|
|
25780
25832
|
o("p", null, "Slot-Content Tab 1", -1)
|
|
25781
25833
|
])),
|
|
25782
|
-
"tab-content-1": k(() => t[
|
|
25834
|
+
"tab-content-1": k(() => t[311] || (t[311] = [
|
|
25783
25835
|
o("h4", null, "Tab 2 headline", -1),
|
|
25784
25836
|
o("p", null, "Slot-Content Tab 2", -1)
|
|
25785
25837
|
])),
|
|
25786
|
-
"tab-content-2": k(() => t[
|
|
25838
|
+
"tab-content-2": k(() => t[312] || (t[312] = [
|
|
25787
25839
|
o("h4", null, "Tab 3 headline", -1),
|
|
25788
25840
|
o("p", null, "Slot-Content Tab 3", -1)
|
|
25789
25841
|
])),
|
|
@@ -25794,13 +25846,13 @@ function pk(e, t, n, s, i, l) {
|
|
|
25794
25846
|
}),
|
|
25795
25847
|
p(w, null, {
|
|
25796
25848
|
default: k(() => [
|
|
25797
|
-
o("h2",
|
|
25798
|
-
t[
|
|
25849
|
+
o("h2", lk, [
|
|
25850
|
+
t[313] || (t[313] = o("span", null, "Tag", -1)),
|
|
25799
25851
|
o("a", {
|
|
25800
25852
|
href: "#",
|
|
25801
25853
|
class: "button small icon-cog",
|
|
25802
25854
|
title: "Open Component Settings",
|
|
25803
|
-
onClick: t[
|
|
25855
|
+
onClick: t[122] || (t[122] = S((b) => l.openSettingsSidebar("CmdTag"), ["prevent"]))
|
|
25804
25856
|
})
|
|
25805
25857
|
]),
|
|
25806
25858
|
p(Pl, L({ ref: "CmdTag" }, e.cmdTagSettingsData), null, 16)
|
|
@@ -25809,21 +25861,21 @@ function pk(e, t, n, s, i, l) {
|
|
|
25809
25861
|
}),
|
|
25810
25862
|
p(w, null, {
|
|
25811
25863
|
default: k(() => [
|
|
25812
|
-
o("h2",
|
|
25813
|
-
t[
|
|
25864
|
+
o("h2", ok, [
|
|
25865
|
+
t[314] || (t[314] = o("span", null, "Text-Image-Block", -1)),
|
|
25814
25866
|
o("a", {
|
|
25815
25867
|
href: "#",
|
|
25816
25868
|
class: "button small icon-cog",
|
|
25817
25869
|
title: "Open Component Settings",
|
|
25818
|
-
onClick: t[
|
|
25870
|
+
onClick: t[123] || (t[123] = S((b) => l.openSettingsSidebar("CmdTextImageBlock"), ["prevent"]))
|
|
25819
25871
|
})
|
|
25820
25872
|
]),
|
|
25821
|
-
o("div",
|
|
25822
|
-
p(
|
|
25873
|
+
o("div", ak, [
|
|
25874
|
+
p(Vt, {
|
|
25823
25875
|
cmdHeadline: { headlineText: "Text-Image-Block (with html-text)", headlineLevel: 3 },
|
|
25824
25876
|
htmlContent: "<p>This text is given as html-text and show below an optional image.</p>"
|
|
25825
25877
|
}),
|
|
25826
|
-
p(
|
|
25878
|
+
p(Vt, L({ ref: "CmdTextImageBlock" }, e.cmdTextImageBlockSettingsData, {
|
|
25827
25879
|
cmdHeadline: { headlineText: "Text-Image-Block (with image and plain text)", headlineLevel: 3 },
|
|
25828
25880
|
cmdImage: {
|
|
25829
25881
|
image: {
|
|
@@ -25840,7 +25892,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
25840
25892
|
},
|
|
25841
25893
|
htmlContent: "This text is given as plain text and show below an optional image."
|
|
25842
25894
|
}), null, 16),
|
|
25843
|
-
p(
|
|
25895
|
+
p(Vt, {
|
|
25844
25896
|
cmdHeadline: { headlineText: "Text-Image-Block (with image and html-text)", headlineLevel: 3 },
|
|
25845
25897
|
htmlContent: "<p>This text is given as html-text and show below an optional image.</p>",
|
|
25846
25898
|
cmdImage: {
|
|
@@ -25863,20 +25915,20 @@ function pk(e, t, n, s, i, l) {
|
|
|
25863
25915
|
}),
|
|
25864
25916
|
p(w, null, {
|
|
25865
25917
|
default: k(() => [
|
|
25866
|
-
o("h2",
|
|
25867
|
-
t[
|
|
25918
|
+
o("h2", sk, [
|
|
25919
|
+
t[315] || (t[315] = o("span", null, "Thumbnail-Scroller", -1)),
|
|
25868
25920
|
o("a", {
|
|
25869
25921
|
href: "#",
|
|
25870
25922
|
class: "button small icon-cog",
|
|
25871
25923
|
title: "Open Component Settings",
|
|
25872
|
-
onClick: t[
|
|
25924
|
+
onClick: t[124] || (t[124] = S((b) => l.openSettingsSidebar("CmdThumbnailScroller"), ["prevent"]))
|
|
25873
25925
|
})
|
|
25874
25926
|
]),
|
|
25875
25927
|
o("p", null, " date (YMD/default): " + y(l.formatDate("2025-01-28", "", "-")), 1),
|
|
25876
25928
|
o("p", null, " date (DMY): " + y(l.formatDate("2025-01-28", "dmy")), 1),
|
|
25877
25929
|
o("p", null, " date (MDY): " + y(l.formatDate("2025-01-28", "mdy", "/")), 1),
|
|
25878
25930
|
o("p", null, " date (invalid)): " + y(l.formatDate("invalid")), 1),
|
|
25879
|
-
o("div",
|
|
25931
|
+
o("div", rk, [
|
|
25880
25932
|
p(Vl, L({ ref: "CmdThumbnailScroller" }, e.cmdThumbnailScrollerSettingsData, { thumbnailScrollerItems: l.thumbnailScrollerData }), null, 16, ["thumbnailScrollerItems"])
|
|
25881
25933
|
])
|
|
25882
25934
|
]),
|
|
@@ -25884,13 +25936,13 @@ function pk(e, t, n, s, i, l) {
|
|
|
25884
25936
|
}),
|
|
25885
25937
|
p(w, null, {
|
|
25886
25938
|
default: k(() => [
|
|
25887
|
-
o("h2",
|
|
25888
|
-
t[
|
|
25939
|
+
o("h2", dk, [
|
|
25940
|
+
t[316] || (t[316] = o("span", null, "Toggle Dark-Mode", -1)),
|
|
25889
25941
|
o("a", {
|
|
25890
25942
|
href: "#",
|
|
25891
25943
|
class: "button small icon-cog",
|
|
25892
25944
|
title: "Open Component Settings",
|
|
25893
|
-
onClick: t[
|
|
25945
|
+
onClick: t[125] || (t[125] = S((b) => l.openSettingsSidebar("CmdToggleDarkMode"), ["prevent"]))
|
|
25894
25946
|
})
|
|
25895
25947
|
]),
|
|
25896
25948
|
p(Al, L({ ref: "CmdToggleDarkMode" }, e.cmdToggleDarkModeSettingsData), null, 16)
|
|
@@ -25899,62 +25951,62 @@ function pk(e, t, n, s, i, l) {
|
|
|
25899
25951
|
}),
|
|
25900
25952
|
p(w, null, {
|
|
25901
25953
|
default: k(() => [
|
|
25902
|
-
o("h2",
|
|
25903
|
-
t[
|
|
25954
|
+
o("h2", uk, [
|
|
25955
|
+
t[317] || (t[317] = o("span", null, "Tooltip", -1)),
|
|
25904
25956
|
o("a", {
|
|
25905
25957
|
href: "#",
|
|
25906
25958
|
class: "button small icon-cog",
|
|
25907
25959
|
title: "Open Component Settings",
|
|
25908
|
-
onClick: t[
|
|
25960
|
+
onClick: t[126] || (t[126] = S((b) => l.openSettingsSidebar("CmdTooltip"), ["prevent"]))
|
|
25909
25961
|
})
|
|
25910
25962
|
]),
|
|
25911
25963
|
o("p", null, [
|
|
25912
25964
|
o("a", {
|
|
25913
25965
|
href: "#",
|
|
25914
|
-
onClick: t[
|
|
25966
|
+
onClick: t[127] || (t[127] = S(() => {
|
|
25915
25967
|
}, ["prevent"])),
|
|
25916
25968
|
id: "show-on-hover"
|
|
25917
25969
|
}, "Show tooltip on hover!"),
|
|
25918
|
-
t[
|
|
25970
|
+
t[318] || (t[318] = o("br", null, null, -1)),
|
|
25919
25971
|
o("a", {
|
|
25920
25972
|
href: "#",
|
|
25921
|
-
onClick: t[
|
|
25973
|
+
onClick: t[128] || (t[128] = S(() => {
|
|
25922
25974
|
}, ["prevent"])),
|
|
25923
25975
|
id: "show-with-delay"
|
|
25924
25976
|
}, "Show tooltip on hover with delay!"),
|
|
25925
|
-
t[
|
|
25977
|
+
t[319] || (t[319] = o("br", null, null, -1)),
|
|
25926
25978
|
o("a", {
|
|
25927
25979
|
href: "#",
|
|
25928
|
-
onClick: t[
|
|
25980
|
+
onClick: t[129] || (t[129] = S(() => {
|
|
25929
25981
|
}, ["prevent"])),
|
|
25930
25982
|
id: "show-on-click",
|
|
25931
25983
|
title: "Native tooltip"
|
|
25932
25984
|
}, "Show tooltip on click!")
|
|
25933
25985
|
]),
|
|
25934
|
-
p(
|
|
25986
|
+
p(At, L({
|
|
25935
25987
|
ref: "CmdTooltip",
|
|
25936
25988
|
"related-id": "show-on-hover"
|
|
25937
25989
|
}, e.cmdTooltipSettingsData), {
|
|
25938
|
-
default: k(() => t[
|
|
25990
|
+
default: k(() => t[320] || (t[320] = [
|
|
25939
25991
|
M(" Tooltip on hover ")
|
|
25940
25992
|
])),
|
|
25941
25993
|
_: 1
|
|
25942
25994
|
}, 16),
|
|
25943
|
-
p(
|
|
25995
|
+
p(At, {
|
|
25944
25996
|
"delay-to-show-tooltip": 2e3,
|
|
25945
25997
|
"related-id": "show-with-delay"
|
|
25946
25998
|
}, {
|
|
25947
|
-
default: k(() => t[
|
|
25999
|
+
default: k(() => t[321] || (t[321] = [
|
|
25948
26000
|
M(" Tooltip on hover with delay ")
|
|
25949
26001
|
])),
|
|
25950
26002
|
_: 1
|
|
25951
26003
|
}),
|
|
25952
|
-
p(
|
|
26004
|
+
p(At, {
|
|
25953
26005
|
"related-id": "show-on-click",
|
|
25954
26006
|
"toggle-visibility-by-click": !0,
|
|
25955
26007
|
allowEscapeKey: !0
|
|
25956
26008
|
}, {
|
|
25957
|
-
default: k(() => t[
|
|
26009
|
+
default: k(() => t[322] || (t[322] = [
|
|
25958
26010
|
M(" Tooltip on click ")
|
|
25959
26011
|
])),
|
|
25960
26012
|
_: 1
|
|
@@ -25964,13 +26016,13 @@ function pk(e, t, n, s, i, l) {
|
|
|
25964
26016
|
}),
|
|
25965
26017
|
p(w, null, {
|
|
25966
26018
|
default: k(() => [
|
|
25967
|
-
o("h2",
|
|
25968
|
-
t[
|
|
26019
|
+
o("h2", ck, [
|
|
26020
|
+
t[323] || (t[323] = o("span", null, "Upload-Form", -1)),
|
|
25969
26021
|
o("a", {
|
|
25970
26022
|
href: "#",
|
|
25971
26023
|
class: "button small icon-cog",
|
|
25972
26024
|
title: "Open Component Settings",
|
|
25973
|
-
onClick: t[
|
|
26025
|
+
onClick: t[130] || (t[130] = S((b) => l.openSettingsSidebar("CmdUploadForm"), ["prevent"]))
|
|
25974
26026
|
})
|
|
25975
26027
|
]),
|
|
25976
26028
|
p(El, L({ ref: "CmdUploadForm" }, e.cmdUploadFormSettingsData), null, 16)
|
|
@@ -25979,20 +26031,20 @@ function pk(e, t, n, s, i, l) {
|
|
|
25979
26031
|
}),
|
|
25980
26032
|
p(w, null, {
|
|
25981
26033
|
default: k(() => [
|
|
25982
|
-
o("h2",
|
|
25983
|
-
t[
|
|
26034
|
+
o("h2", mk, [
|
|
26035
|
+
t[324] || (t[324] = o("span", null, "Width Limitation Wrapper", -1)),
|
|
25984
26036
|
o("a", {
|
|
25985
26037
|
href: "#",
|
|
25986
26038
|
class: "button small icon-cog",
|
|
25987
26039
|
title: "Open Component Settings",
|
|
25988
|
-
onClick: t[
|
|
26040
|
+
onClick: t[131] || (t[131] = S((b) => l.openSettingsSidebar("CmdWidthLimitationWrapper"), ["prevent"]))
|
|
25989
26041
|
})
|
|
25990
26042
|
]),
|
|
25991
26043
|
p(w, L({
|
|
25992
26044
|
style: { border: "1px dashed var(--color-gray-30)" },
|
|
25993
26045
|
ref: "CmdWidthLimitationWrapper"
|
|
25994
26046
|
}, e.cmdWidthLimitationWrapperSettingsData), {
|
|
25995
|
-
default: k(() => t[
|
|
26047
|
+
default: k(() => t[325] || (t[325] = [
|
|
25996
26048
|
o("p", null, "Slot-content", -1),
|
|
25997
26049
|
o("p", null, "Slot-content", -1),
|
|
25998
26050
|
o("p", null, "Slot-content", -1)
|
|
@@ -26002,9 +26054,9 @@ function pk(e, t, n, s, i, l) {
|
|
|
26002
26054
|
]),
|
|
26003
26055
|
_: 1
|
|
26004
26056
|
})
|
|
26005
|
-
])) : (a(), r("main",
|
|
26057
|
+
])) : (a(), r("main", pk, [
|
|
26006
26058
|
p(w, null, {
|
|
26007
|
-
default: k(() => t[
|
|
26059
|
+
default: k(() => t[326] || (t[326] = [
|
|
26008
26060
|
o("h1", { class: "headline-demopage" }, "Page Overview", -1)
|
|
26009
26061
|
])),
|
|
26010
26062
|
_: 1
|
|
@@ -26012,7 +26064,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
26012
26064
|
p(Hl)
|
|
26013
26065
|
])),
|
|
26014
26066
|
p(Ke, null, {
|
|
26015
|
-
default: k(() => t[
|
|
26067
|
+
default: k(() => t[327] || (t[327] = [
|
|
26016
26068
|
M(" Slot-Content for Site-Footer ")
|
|
26017
26069
|
])),
|
|
26018
26070
|
_: 1
|
|
@@ -26030,7 +26082,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
26030
26082
|
cookieOptions: i.cookieDisclaimerData,
|
|
26031
26083
|
onCloseCookieDisclaimer: l.closeCookieDisclaimer,
|
|
26032
26084
|
modelValue: i.acceptedCookies,
|
|
26033
|
-
"onUpdate:modelValue": t[
|
|
26085
|
+
"onUpdate:modelValue": t[132] || (t[132] = (b) => i.acceptedCookies = b),
|
|
26034
26086
|
cmdHeadlineCookieDisclaimer: { show: !1 },
|
|
26035
26087
|
privacyText: "By browsing this website you accept the usage and saving of anonymous data!"
|
|
26036
26088
|
}, null, 8, ["cookieOptions", "onCloseCookieDisclaimer", "modelValue"])
|
|
@@ -26059,7 +26111,7 @@ function pk(e, t, n, s, i, l) {
|
|
|
26059
26111
|
[Ul]
|
|
26060
26112
|
]);
|
|
26061
26113
|
}
|
|
26062
|
-
const
|
|
26114
|
+
const Sk = /* @__PURE__ */ P(x1, [["render", fk]]), _k = {
|
|
26063
26115
|
// el = real dom-element
|
|
26064
26116
|
mounted(e) {
|
|
26065
26117
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
|
@@ -26069,7 +26121,7 @@ const Tk = /* @__PURE__ */ P(x1, [["render", pk]]), Sk = {
|
|
|
26069
26121
|
t ? t.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
|
|
26070
26122
|
}
|
|
26071
26123
|
}
|
|
26072
|
-
},
|
|
26124
|
+
}, Ok = {
|
|
26073
26125
|
// el = real dom-element
|
|
26074
26126
|
// binding.value = value of v-directive
|
|
26075
26127
|
mounted(e, t) {
|
|
@@ -26085,8 +26137,8 @@ function Il(e) {
|
|
|
26085
26137
|
n.preventDefault(), Se({ url: e[t].href });
|
|
26086
26138
|
}), e[t].dataset.cmdFancyBoxHandlerRegistered = "true");
|
|
26087
26139
|
}
|
|
26088
|
-
const pt = new MutationObserver(
|
|
26089
|
-
function
|
|
26140
|
+
const pt = new MutationObserver(hk);
|
|
26141
|
+
function hk(e) {
|
|
26090
26142
|
const t = [];
|
|
26091
26143
|
for (let n = 0; n < e.length; n++)
|
|
26092
26144
|
if (e[n].type === "attributes")
|
|
@@ -26097,7 +26149,7 @@ function fk(e) {
|
|
|
26097
26149
|
}
|
|
26098
26150
|
t.length > 0 && Il(t);
|
|
26099
26151
|
}
|
|
26100
|
-
const
|
|
26152
|
+
const Lk = (e) => {
|
|
26101
26153
|
const t = e.querySelectorAll(".fancybox");
|
|
26102
26154
|
Il(t), pt == null || pt.disconnect(), pt.observe(e, {
|
|
26103
26155
|
subtree: !0,
|
|
@@ -26109,16 +26161,16 @@ const Ok = (e) => {
|
|
|
26109
26161
|
characterData: !1
|
|
26110
26162
|
});
|
|
26111
26163
|
};
|
|
26112
|
-
function
|
|
26164
|
+
function Ik(e) {
|
|
26113
26165
|
return e ? e.slice(0, 1).toUpperCase() + e.slice(1) : "";
|
|
26114
26166
|
}
|
|
26115
|
-
function
|
|
26167
|
+
function Bk(e) {
|
|
26116
26168
|
return e ? e.charAt(0).toLowerCase() + e.slice(1) : "";
|
|
26117
26169
|
}
|
|
26118
|
-
function
|
|
26170
|
+
function Dk(...e) {
|
|
26119
26171
|
return e.filter((t) => typeof t == "string").map((t) => t.trim()).filter((t) => t.length > 0).join(" ");
|
|
26120
26172
|
}
|
|
26121
|
-
function
|
|
26173
|
+
function Fk() {
|
|
26122
26174
|
const e = {};
|
|
26123
26175
|
Xl(s);
|
|
26124
26176
|
function t(i = "defaultSequence") {
|
|
@@ -26133,19 +26185,19 @@ function Dk() {
|
|
|
26133
26185
|
}
|
|
26134
26186
|
return { nextSequenceValue: t, currentSequenceValue: n, resetSequence: s };
|
|
26135
26187
|
}
|
|
26136
|
-
function
|
|
26188
|
+
function gk(e, t, n) {
|
|
26137
26189
|
$l(() => e.addEventListener(t, n)), eo(() => e.removeEventListener(t, n));
|
|
26138
26190
|
}
|
|
26139
26191
|
function rn(e) {
|
|
26140
26192
|
return e.offsetParent ? e.offsetTop + rn(e.offsetParent) : e.offsetTop;
|
|
26141
26193
|
}
|
|
26142
|
-
function
|
|
26194
|
+
function yk(e) {
|
|
26143
26195
|
return e instanceof NodeList ? Array.from(e) : Array.isArray(e) ? e : [];
|
|
26144
26196
|
}
|
|
26145
|
-
function
|
|
26197
|
+
function bk(e, t) {
|
|
26146
26198
|
if (!t.length) {
|
|
26147
26199
|
const n = e();
|
|
26148
|
-
|
|
26200
|
+
yk(n).map((s, i) => {
|
|
26149
26201
|
const l = {
|
|
26150
26202
|
offsetTop: rn(s)
|
|
26151
26203
|
};
|
|
@@ -26153,16 +26205,16 @@ function yk(e, t) {
|
|
|
26153
26205
|
}).forEach((s) => t.push(s));
|
|
26154
26206
|
}
|
|
26155
26207
|
}
|
|
26156
|
-
function
|
|
26208
|
+
function Mk(e, t = 0) {
|
|
26157
26209
|
const n = [], s = to({
|
|
26158
26210
|
activeItem: t,
|
|
26159
26211
|
reset() {
|
|
26160
26212
|
this.activeItem = 0, n.length = 0;
|
|
26161
26213
|
}
|
|
26162
26214
|
});
|
|
26163
|
-
return
|
|
26215
|
+
return gk(window, "scroll", () => {
|
|
26164
26216
|
const i = window.scrollY;
|
|
26165
|
-
|
|
26217
|
+
bk(e, n);
|
|
26166
26218
|
for (let l = 0, d = n.length; l < d; l++)
|
|
26167
26219
|
if (i < n[l].offsetTop + n[l].height / 2) {
|
|
26168
26220
|
s.activeItem = l;
|
|
@@ -26213,7 +26265,7 @@ export {
|
|
|
26213
26265
|
hh as CmdSiteFooter,
|
|
26214
26266
|
xh as CmdSiteHeader,
|
|
26215
26267
|
Ih as CmdSiteSearch,
|
|
26216
|
-
|
|
26268
|
+
It as CmdSlideButton,
|
|
26217
26269
|
Ah as CmdSlideshow,
|
|
26218
26270
|
Rh as CmdSmartSearch,
|
|
26219
26271
|
$i as CmdSocialNetworks,
|
|
@@ -26228,30 +26280,30 @@ export {
|
|
|
26228
26280
|
gn as CmdTooltipForFormElements,
|
|
26229
26281
|
Lb as CmdUploadForm,
|
|
26230
26282
|
Tl as CmdWidthLimitationWrapper,
|
|
26231
|
-
|
|
26283
|
+
Sk as ComponentLibrary,
|
|
26232
26284
|
Yb as ContactInformation,
|
|
26233
|
-
|
|
26234
|
-
|
|
26235
|
-
|
|
26285
|
+
Lk as DirFancybox,
|
|
26286
|
+
_k as DirFocus,
|
|
26287
|
+
Ok as DirTelephone,
|
|
26236
26288
|
qe as EditComponentWrapper,
|
|
26237
26289
|
ce as I18n,
|
|
26238
26290
|
qb as MultipleBoxWrapper,
|
|
26239
26291
|
Ub as MultipleListsOfLinks,
|
|
26240
|
-
|
|
26292
|
+
Ik as capitalizeFirstLetter,
|
|
26241
26293
|
Vi as createHtmlId,
|
|
26242
26294
|
it as createUuid,
|
|
26243
|
-
|
|
26244
|
-
|
|
26295
|
+
vk as currentDate,
|
|
26296
|
+
kk as currentTime,
|
|
26245
26297
|
Ol as formatDate,
|
|
26246
26298
|
ax as formatTime,
|
|
26247
|
-
|
|
26299
|
+
Dk as fullName,
|
|
26248
26300
|
Yi as getCookieDisclaimerCookie,
|
|
26249
|
-
|
|
26301
|
+
wk as getDate,
|
|
26250
26302
|
$e as getFileExtension,
|
|
26251
|
-
|
|
26252
|
-
|
|
26303
|
+
Tk as getWeekday,
|
|
26304
|
+
Bk as lowercaseFirstLetter,
|
|
26253
26305
|
Se as openFancyBox,
|
|
26254
26306
|
Hm as setCookieDisclaimerCookie,
|
|
26255
|
-
|
|
26256
|
-
|
|
26307
|
+
Mk as useScrollspy,
|
|
26308
|
+
Fk as useSequence
|
|
26257
26309
|
};
|