comand-component-library 4.0.5 → 4.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +645 -633
- package/dist/comand-component-library.umd.cjs +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/ComponentLibrary.vue +12 -15
- package/src/componentSettingsDataAndControls.vue +12 -4
- package/src/components/CmdFakeSelect.vue +7 -2
- package/src/components/CmdFancyBox.vue +1 -0
- package/src/components/CmdForm.vue +7 -2
- package/src/components/CmdFormElement.vue +7 -1
- package/src/components/CmdInputGroup.vue +5 -3
- package/src/components/CmdSocialNetworks.vue +6 -2
- package/src/components/CmdSocialNetworksItem.vue +1 -1
- package/src/components/CmdThumbnailScroller.vue +3 -2
- package/src/components/CmdUploadForm.vue +78 -64
- package/src/components/EditComponentWrapper.vue +79 -18
- package/src/index.js +1 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
import { defineComponent as Vn, h as Qt, resolveComponent as se, openBlock as s, createBlock as
|
1
|
+
import { defineComponent as Vn, h as Qt, resolveComponent as se, openBlock as s, createBlock as C, normalizeClass as b, createElementBlock as o, getCurrentInstance as Ci, resolveDynamicComponent as xe, withModifiers as I, withCtx as P, withDirectives as ne, createElementVNode as h, createVNode as x, createCommentVNode as u, vShow as de, Fragment as _, toDisplayString as p, renderSlot as j, createTextVNode as F, renderList as B, mergeProps as A, resolveDirective as _i, normalizeProps as G, Transition as ue, toHandlers as ft, TransitionGroup as wt, createApp as ki, Teleport as xi, normalizeStyle as we, useCssVars as zn, vModelDynamic as vi, vModelText as wi, onBeforeUpdate as Ti } from "vue";
|
2
2
|
const Te = /^[a-z0-9]+(-[a-z0-9]+)*$/, He = (e, n, t, a = "") => {
|
3
3
|
const l = e.split(":");
|
4
4
|
if (e.slice(0, 1) === "@") {
|
@@ -53,19 +53,19 @@ const Te = /^[a-z0-9]+(-[a-z0-9]+)*$/, He = (e, n, t, a = "") => {
|
|
53
53
|
body: "",
|
54
54
|
hidden: !1
|
55
55
|
});
|
56
|
-
function
|
56
|
+
function Ii(e, n) {
|
57
57
|
const t = {};
|
58
58
|
!e.hFlip != !n.hFlip && (t.hFlip = !0), !e.vFlip != !n.vFlip && (t.vFlip = !0);
|
59
59
|
const a = ((e.rotate || 0) + (n.rotate || 0)) % 4;
|
60
60
|
return a && (t.rotate = a), t;
|
61
61
|
}
|
62
62
|
function Zt(e, n) {
|
63
|
-
const t =
|
63
|
+
const t = Ii(e, n);
|
64
64
|
for (const a in gt)
|
65
65
|
a in Fe ? a in e && !(a in t) && (t[a] = Fe[a]) : a in n ? t[a] = n[a] : a in e && (t[a] = e[a]);
|
66
66
|
return t;
|
67
67
|
}
|
68
|
-
function
|
68
|
+
function Si(e, n) {
|
69
69
|
const t = e.icons, a = e.aliases || {}, l = /* @__PURE__ */ Object.create(null);
|
70
70
|
function i(d) {
|
71
71
|
if (t[d])
|
@@ -79,7 +79,7 @@ function Ii(e, n) {
|
|
79
79
|
}
|
80
80
|
return (n || Object.keys(t).concat(Object.keys(a))).forEach(i), l;
|
81
81
|
}
|
82
|
-
function
|
82
|
+
function Mi(e, n, t) {
|
83
83
|
const a = e.icons, l = e.aliases || {};
|
84
84
|
let i = {};
|
85
85
|
function d(r) {
|
@@ -97,14 +97,14 @@ function Rn(e, n) {
|
|
97
97
|
e.not_found instanceof Array && e.not_found.forEach((l) => {
|
98
98
|
n(l, null), t.push(l);
|
99
99
|
});
|
100
|
-
const a =
|
100
|
+
const a = Si(e);
|
101
101
|
for (const l in a) {
|
102
102
|
const i = a[l];
|
103
|
-
i && (n(l,
|
103
|
+
i && (n(l, Mi(e, l, i)), t.push(l));
|
104
104
|
}
|
105
105
|
return t;
|
106
106
|
}
|
107
|
-
const
|
107
|
+
const Oi = {
|
108
108
|
provider: "",
|
109
109
|
aliases: {},
|
110
110
|
not_found: {},
|
@@ -120,7 +120,7 @@ function Un(e) {
|
|
120
120
|
if (typeof e != "object" || e === null)
|
121
121
|
return null;
|
122
122
|
const n = e;
|
123
|
-
if (typeof n.prefix != "string" || !e.icons || typeof e.icons != "object" || !Qe(e,
|
123
|
+
if (typeof n.prefix != "string" || !e.icons || typeof e.icons != "object" || !Qe(e, Oi))
|
124
124
|
return null;
|
125
125
|
const t = n.icons;
|
126
126
|
for (const l in t) {
|
@@ -143,7 +143,7 @@ function Un(e) {
|
|
143
143
|
return n;
|
144
144
|
}
|
145
145
|
const Jt = /* @__PURE__ */ Object.create(null);
|
146
|
-
function
|
146
|
+
function Li(e, n) {
|
147
147
|
return {
|
148
148
|
provider: e,
|
149
149
|
prefix: n,
|
@@ -153,14 +153,14 @@ function Oi(e, n) {
|
|
153
153
|
}
|
154
154
|
function me(e, n) {
|
155
155
|
const t = Jt[e] || (Jt[e] = /* @__PURE__ */ Object.create(null));
|
156
|
-
return t[n] || (t[n] =
|
156
|
+
return t[n] || (t[n] = Li(e, n));
|
157
157
|
}
|
158
158
|
function Tt(e, n) {
|
159
159
|
return Un(n) ? Rn(n, (t, a) => {
|
160
160
|
a ? e.icons[t] = a : e.missing.add(t);
|
161
161
|
}) : [];
|
162
162
|
}
|
163
|
-
function
|
163
|
+
function Di(e, n, t) {
|
164
164
|
try {
|
165
165
|
if (typeof t.body == "string")
|
166
166
|
return e.icons[n] = { ...t }, !0;
|
@@ -172,19 +172,19 @@ let Ie = !1;
|
|
172
172
|
function Gn(e) {
|
173
173
|
return typeof e == "boolean" && (Ie = e), Ie;
|
174
174
|
}
|
175
|
-
function
|
175
|
+
function Ni(e) {
|
176
176
|
const n = typeof e == "string" ? He(e, !0, Ie) : e;
|
177
177
|
if (n) {
|
178
178
|
const t = me(n.provider, n.prefix), a = n.name;
|
179
179
|
return t.icons[a] || (t.missing.has(a) ? null : void 0);
|
180
180
|
}
|
181
181
|
}
|
182
|
-
function
|
182
|
+
function Pi(e, n) {
|
183
183
|
const t = He(e, !0, Ie);
|
184
184
|
if (!t)
|
185
185
|
return !1;
|
186
186
|
const a = me(t.provider, t.prefix);
|
187
|
-
return
|
187
|
+
return Di(a, t.name, n);
|
188
188
|
}
|
189
189
|
function Wn(e, n) {
|
190
190
|
if (typeof e != "object")
|
@@ -192,7 +192,7 @@ function Wn(e, n) {
|
|
192
192
|
if (typeof n != "string" && (n = e.provider || ""), Ie && !n && !e.prefix) {
|
193
193
|
let l = !1;
|
194
194
|
return Un(e) && (e.prefix = "", Rn(e, (i, d) => {
|
195
|
-
d &&
|
195
|
+
d && Pi(i, d) && (l = !0);
|
196
196
|
})), l;
|
197
197
|
}
|
198
198
|
const t = e.prefix;
|
@@ -211,7 +211,7 @@ const Qn = Object.freeze({
|
|
211
211
|
}), Zn = Object.freeze({
|
212
212
|
...Qn,
|
213
213
|
...Fe
|
214
|
-
}),
|
214
|
+
}), Bi = /(-?[0-9.]*[0-9]+[0-9.]*)/g, Ai = /^-?[0-9.]*[0-9]+[0-9.]*$/g;
|
215
215
|
function Yt(e, n, t) {
|
216
216
|
if (n === 1)
|
217
217
|
return e;
|
@@ -219,11 +219,11 @@ function Yt(e, n, t) {
|
|
219
219
|
return Math.ceil(e * n * t) / t;
|
220
220
|
if (typeof e != "string")
|
221
221
|
return e;
|
222
|
-
const a = e.split(
|
222
|
+
const a = e.split(Bi);
|
223
223
|
if (a === null || !a.length)
|
224
224
|
return e;
|
225
225
|
const l = [];
|
226
|
-
let i = a.shift(), d =
|
226
|
+
let i = a.shift(), d = Ai.test(i);
|
227
227
|
for (; ; ) {
|
228
228
|
if (d) {
|
229
229
|
const r = parseFloat(i);
|
@@ -235,7 +235,7 @@ function Yt(e, n, t) {
|
|
235
235
|
d = !d;
|
236
236
|
}
|
237
237
|
}
|
238
|
-
function
|
238
|
+
function ji(e, n) {
|
239
239
|
const t = {
|
240
240
|
...Ee,
|
241
241
|
...e
|
@@ -288,15 +288,15 @@ function Ai(e, n) {
|
|
288
288
|
body: i
|
289
289
|
};
|
290
290
|
}
|
291
|
-
const
|
292
|
-
let
|
293
|
-
function
|
291
|
+
const Fi = /\sid="(\S+)"/g, Hi = "IconifyId" + Date.now().toString(16) + (Math.random() * 16777216 | 0).toString(16);
|
292
|
+
let Ei = 0;
|
293
|
+
function Vi(e, n = Hi) {
|
294
294
|
const t = [];
|
295
295
|
let a;
|
296
|
-
for (; a =
|
296
|
+
for (; a = Fi.exec(e); )
|
297
297
|
t.push(a[1]);
|
298
298
|
return t.length && t.forEach((l) => {
|
299
|
-
const i = typeof n == "function" ? n(l) : n + (
|
299
|
+
const i = typeof n == "function" ? n(l) : n + (Ei++).toString(), d = l.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
300
300
|
e = e.replace(
|
301
301
|
new RegExp('([#;"])(' + d + ')([")]|\\.[a-z])', "g"),
|
302
302
|
"$1" + i + "$3"
|
@@ -304,7 +304,7 @@ function Ei(e, n = Fi) {
|
|
304
304
|
}), e;
|
305
305
|
}
|
306
306
|
const pt = /* @__PURE__ */ Object.create(null);
|
307
|
-
function
|
307
|
+
function zi(e, n) {
|
308
308
|
pt[e] = n;
|
309
309
|
}
|
310
310
|
function yt(e) {
|
@@ -336,14 +336,14 @@ for (; ke.length > 0; )
|
|
336
336
|
St[""] = It({
|
337
337
|
resources: ["https://api.iconify.design"].concat(Pe)
|
338
338
|
});
|
339
|
-
function
|
339
|
+
function qi(e, n) {
|
340
340
|
const t = It(n);
|
341
341
|
return t === null ? !1 : (St[e] = t, !0);
|
342
342
|
}
|
343
343
|
function Mt(e) {
|
344
344
|
return St[e];
|
345
345
|
}
|
346
|
-
const
|
346
|
+
const Ri = () => {
|
347
347
|
let e;
|
348
348
|
try {
|
349
349
|
if (e = fetch, typeof e == "function")
|
@@ -351,8 +351,8 @@ const qi = () => {
|
|
351
351
|
} catch {
|
352
352
|
}
|
353
353
|
};
|
354
|
-
let Kt =
|
355
|
-
function
|
354
|
+
let Kt = Ri();
|
355
|
+
function Ui(e, n) {
|
356
356
|
const t = Mt(e);
|
357
357
|
if (!t)
|
358
358
|
return 0;
|
@@ -369,11 +369,11 @@ function Ri(e, n) {
|
|
369
369
|
}
|
370
370
|
return a;
|
371
371
|
}
|
372
|
-
function
|
372
|
+
function Gi(e) {
|
373
373
|
return e === 404;
|
374
374
|
}
|
375
|
-
const
|
376
|
-
const a = [], l =
|
375
|
+
const Wi = (e, n, t) => {
|
376
|
+
const a = [], l = Ui(e, n), i = "icons";
|
377
377
|
let d = {
|
378
378
|
type: i,
|
379
379
|
provider: e,
|
@@ -389,7 +389,7 @@ const Gi = (e, n, t) => {
|
|
389
389
|
}, r = c.length), d.icons.push(c);
|
390
390
|
}), a.push(d), a;
|
391
391
|
};
|
392
|
-
function
|
392
|
+
function Qi(e) {
|
393
393
|
if (typeof e == "string") {
|
394
394
|
const n = Mt(e);
|
395
395
|
if (n)
|
@@ -397,12 +397,12 @@ function Wi(e) {
|
|
397
397
|
}
|
398
398
|
return "/";
|
399
399
|
}
|
400
|
-
const
|
400
|
+
const Zi = (e, n, t) => {
|
401
401
|
if (!Kt) {
|
402
402
|
t("abort", 424);
|
403
403
|
return;
|
404
404
|
}
|
405
|
-
let a =
|
405
|
+
let a = Qi(n.provider);
|
406
406
|
switch (n.type) {
|
407
407
|
case "icons": {
|
408
408
|
const i = n.prefix, r = n.icons.join(","), c = new URLSearchParams({
|
@@ -425,7 +425,7 @@ const Qi = (e, n, t) => {
|
|
425
425
|
const d = i.status;
|
426
426
|
if (d !== 200) {
|
427
427
|
setTimeout(() => {
|
428
|
-
t(
|
428
|
+
t(Gi(d) ? "abort" : "next", d);
|
429
429
|
});
|
430
430
|
return;
|
431
431
|
}
|
@@ -443,11 +443,11 @@ const Qi = (e, n, t) => {
|
|
443
443
|
}).catch(() => {
|
444
444
|
t("next", l);
|
445
445
|
});
|
446
|
-
},
|
447
|
-
prepare:
|
448
|
-
send:
|
446
|
+
}, Ji = {
|
447
|
+
prepare: Wi,
|
448
|
+
send: Zi
|
449
449
|
};
|
450
|
-
function
|
450
|
+
function Yi(e) {
|
451
451
|
const n = {
|
452
452
|
loaded: [],
|
453
453
|
missing: [],
|
@@ -480,7 +480,7 @@ function Jn(e, n) {
|
|
480
480
|
a && (t.loaderCallbacks = a.filter((l) => l.id !== n));
|
481
481
|
});
|
482
482
|
}
|
483
|
-
function
|
483
|
+
function Ki(e) {
|
484
484
|
e.pendingCallbacksFlag || (e.pendingCallbacksFlag = !0, setTimeout(() => {
|
485
485
|
e.pendingCallbacksFlag = !1;
|
486
486
|
const n = e.loaderCallbacks ? e.loaderCallbacks.slice(0) : [];
|
@@ -518,9 +518,9 @@ function Yi(e) {
|
|
518
518
|
});
|
519
519
|
}));
|
520
520
|
}
|
521
|
-
let
|
522
|
-
function
|
523
|
-
const a =
|
521
|
+
let Xi = 0;
|
522
|
+
function $i(e, n, t) {
|
523
|
+
const a = Xi++, l = Jn.bind(null, t, a);
|
524
524
|
if (!n.pending.length)
|
525
525
|
return l;
|
526
526
|
const i = {
|
@@ -533,14 +533,14 @@ function Xi(e, n, t) {
|
|
533
533
|
(d.loaderCallbacks || (d.loaderCallbacks = [])).push(i);
|
534
534
|
}), l;
|
535
535
|
}
|
536
|
-
function
|
536
|
+
function el(e, n = !0, t = !1) {
|
537
537
|
const a = [];
|
538
538
|
return e.forEach((l) => {
|
539
539
|
const i = typeof l == "string" ? He(l, n, t) : l;
|
540
540
|
i && a.push(i);
|
541
541
|
}), a;
|
542
542
|
}
|
543
|
-
var
|
543
|
+
var tl = {
|
544
544
|
resources: [],
|
545
545
|
index: 0,
|
546
546
|
timeout: 2e3,
|
@@ -548,7 +548,7 @@ var el = {
|
|
548
548
|
random: !1,
|
549
549
|
dataAfterTimeout: !1
|
550
550
|
};
|
551
|
-
function
|
551
|
+
function nl(e, n, t, a) {
|
552
552
|
const l = e.resources.length, i = e.random ? Math.floor(Math.random() * l) : e.index;
|
553
553
|
let d;
|
554
554
|
if (e.random) {
|
@@ -651,7 +651,7 @@ function tl(e, n, t, a) {
|
|
651
651
|
}
|
652
652
|
function Yn(e) {
|
653
653
|
const n = {
|
654
|
-
...
|
654
|
+
...tl,
|
655
655
|
...e
|
656
656
|
};
|
657
657
|
let t = [];
|
@@ -659,7 +659,7 @@ function Yn(e) {
|
|
659
659
|
t = t.filter((r) => r().status === "pending");
|
660
660
|
}
|
661
661
|
function l(r, c, f) {
|
662
|
-
const g =
|
662
|
+
const g = nl(
|
663
663
|
n,
|
664
664
|
r,
|
665
665
|
c,
|
@@ -685,7 +685,7 @@ function Yn(e) {
|
|
685
685
|
function Xt() {
|
686
686
|
}
|
687
687
|
const Ze = /* @__PURE__ */ Object.create(null);
|
688
|
-
function
|
688
|
+
function il(e) {
|
689
689
|
if (!Ze[e]) {
|
690
690
|
const n = Mt(e);
|
691
691
|
if (!n)
|
@@ -698,14 +698,14 @@ function nl(e) {
|
|
698
698
|
}
|
699
699
|
return Ze[e];
|
700
700
|
}
|
701
|
-
function
|
701
|
+
function ll(e, n, t) {
|
702
702
|
let a, l;
|
703
703
|
if (typeof e == "string") {
|
704
704
|
const i = yt(e);
|
705
705
|
if (!i)
|
706
706
|
return t(void 0, 424), Xt;
|
707
707
|
l = i.send;
|
708
|
-
const d =
|
708
|
+
const d = il(e);
|
709
709
|
d && (a = d.redundancy);
|
710
710
|
} else {
|
711
711
|
const i = It(e);
|
@@ -717,7 +717,7 @@ function il(e, n, t) {
|
|
717
717
|
}
|
718
718
|
return !a || !l ? (t(void 0, 424), Xt) : a.query(n, l, t)().abort;
|
719
719
|
}
|
720
|
-
const $t = "iconify2", Se = "iconify", Kn = Se + "-count", en = Se + "-version", Xn = 36e5,
|
720
|
+
const $t = "iconify2", Se = "iconify", Kn = Se + "-count", en = Se + "-version", Xn = 36e5, sl = 168;
|
721
721
|
function bt(e, n) {
|
722
722
|
try {
|
723
723
|
return e.getItem(n);
|
@@ -750,7 +750,7 @@ const Ve = {
|
|
750
750
|
session: /* @__PURE__ */ new Set()
|
751
751
|
};
|
752
752
|
let Lt = !1;
|
753
|
-
function
|
753
|
+
function ol(e) {
|
754
754
|
Lt = e;
|
755
755
|
}
|
756
756
|
let De = typeof window > "u" ? {} : window;
|
@@ -777,7 +777,7 @@ function ti(e, n) {
|
|
777
777
|
Ot(t, en, $t), Ct(t, 0);
|
778
778
|
return;
|
779
779
|
}
|
780
|
-
const l = Math.floor(Date.now() / Xn) -
|
780
|
+
const l = Math.floor(Date.now() / Xn) - sl, i = (r) => {
|
781
781
|
const c = Se + r.toString(), f = bt(t, c);
|
782
782
|
if (typeof f == "string") {
|
783
783
|
try {
|
@@ -795,7 +795,7 @@ function ti(e, n) {
|
|
795
795
|
}
|
796
796
|
function ni() {
|
797
797
|
if (!Lt) {
|
798
|
-
|
798
|
+
ol(!0);
|
799
799
|
for (const e in Ve)
|
800
800
|
ti(e, (n) => {
|
801
801
|
const t = n.data, a = n.provider, l = t.prefix, i = me(
|
@@ -809,7 +809,7 @@ function ni() {
|
|
809
809
|
});
|
810
810
|
}
|
811
811
|
}
|
812
|
-
function
|
812
|
+
function al(e, n) {
|
813
813
|
const t = e.lastModifiedCached;
|
814
814
|
if (t && t >= n)
|
815
815
|
return t === n;
|
@@ -821,7 +821,7 @@ function ol(e, n) {
|
|
821
821
|
});
|
822
822
|
return !0;
|
823
823
|
}
|
824
|
-
function
|
824
|
+
function rl(e, n) {
|
825
825
|
Lt || ni();
|
826
826
|
function t(a) {
|
827
827
|
let l;
|
@@ -844,16 +844,16 @@ function al(e, n) {
|
|
844
844
|
JSON.stringify(r)
|
845
845
|
);
|
846
846
|
}
|
847
|
-
n.lastModified && !
|
847
|
+
n.lastModified && !al(e, n.lastModified) || Object.keys(n.icons).length && (n.not_found && (n = Object.assign({}, n), delete n.not_found), t("local") || t("session"));
|
848
848
|
}
|
849
849
|
function nn() {
|
850
850
|
}
|
851
|
-
function
|
851
|
+
function dl(e) {
|
852
852
|
e.iconsLoaderFlag || (e.iconsLoaderFlag = !0, setTimeout(() => {
|
853
|
-
e.iconsLoaderFlag = !1,
|
853
|
+
e.iconsLoaderFlag = !1, Ki(e);
|
854
854
|
}));
|
855
855
|
}
|
856
|
-
function
|
856
|
+
function cl(e, n) {
|
857
857
|
e.iconsToLoad ? e.iconsToLoad = e.iconsToLoad.concat(n).sort() : e.iconsToLoad = n, e.iconsQueueFlag || (e.iconsQueueFlag = !0, setTimeout(() => {
|
858
858
|
e.iconsQueueFlag = !1;
|
859
859
|
const { provider: t, prefix: a } = e, l = e.iconsToLoad;
|
@@ -862,7 +862,7 @@ function dl(e, n) {
|
|
862
862
|
if (!l || !(i = yt(t)))
|
863
863
|
return;
|
864
864
|
i.prepare(t, a, l).forEach((r) => {
|
865
|
-
|
865
|
+
ll(t, r, (c, f) => {
|
866
866
|
if (typeof c != "object") {
|
867
867
|
if (f !== 404)
|
868
868
|
return;
|
@@ -880,17 +880,17 @@ function dl(e, n) {
|
|
880
880
|
const m = e.pendingIcons;
|
881
881
|
m && g.forEach((k) => {
|
882
882
|
m.delete(k);
|
883
|
-
}),
|
883
|
+
}), rl(e, c);
|
884
884
|
} catch (g) {
|
885
885
|
console.error(g);
|
886
886
|
}
|
887
|
-
|
887
|
+
dl(e);
|
888
888
|
});
|
889
889
|
});
|
890
890
|
}));
|
891
891
|
}
|
892
|
-
const
|
893
|
-
const t =
|
892
|
+
const ul = (e, n) => {
|
893
|
+
const t = el(e, !0, Gn()), a = Yi(t);
|
894
894
|
if (!a.pending.length) {
|
895
895
|
let c = !0;
|
896
896
|
return n && setTimeout(() => {
|
@@ -918,10 +918,10 @@ const cl = (e, n) => {
|
|
918
918
|
y.has(m) || (y.add(m), l[f][g].push(m));
|
919
919
|
}), i.forEach((c) => {
|
920
920
|
const { provider: f, prefix: g } = c;
|
921
|
-
l[f][g].length &&
|
922
|
-
}), n ?
|
921
|
+
l[f][g].length && cl(c, l[f][g]);
|
922
|
+
}), n ? $i(n, a, i) : nn;
|
923
923
|
};
|
924
|
-
function
|
924
|
+
function ml(e, n) {
|
925
925
|
const t = {
|
926
926
|
...e
|
927
927
|
};
|
@@ -931,9 +931,9 @@ function ul(e, n) {
|
|
931
931
|
}
|
932
932
|
return t;
|
933
933
|
}
|
934
|
-
const
|
935
|
-
function
|
936
|
-
n.split(
|
934
|
+
const hl = /[\s,]+/;
|
935
|
+
function fl(e, n) {
|
936
|
+
n.split(hl).forEach((t) => {
|
937
937
|
switch (t.trim()) {
|
938
938
|
case "horizontal":
|
939
939
|
e.hFlip = !0;
|
@@ -944,7 +944,7 @@ function hl(e, n) {
|
|
944
944
|
}
|
945
945
|
});
|
946
946
|
}
|
947
|
-
function
|
947
|
+
function gl(e, n = 0) {
|
948
948
|
const t = e.replace(/^-?[0-9.]*/, "");
|
949
949
|
function a(l) {
|
950
950
|
for (; l < 0; )
|
@@ -970,27 +970,27 @@ function fl(e, n = 0) {
|
|
970
970
|
}
|
971
971
|
return n;
|
972
972
|
}
|
973
|
-
function
|
973
|
+
function pl(e, n) {
|
974
974
|
let t = e.indexOf("xlink:") === -1 ? "" : ' xmlns:xlink="http://www.w3.org/1999/xlink"';
|
975
975
|
for (const a in n)
|
976
976
|
t += " " + a + '="' + n[a] + '"';
|
977
977
|
return '<svg xmlns="http://www.w3.org/2000/svg"' + t + ">" + e + "</svg>";
|
978
978
|
}
|
979
|
-
function
|
979
|
+
function yl(e) {
|
980
980
|
return e.replace(/"/g, "'").replace(/%/g, "%25").replace(/#/g, "%23").replace(/</g, "%3C").replace(/>/g, "%3E").replace(/\s+/g, " ");
|
981
981
|
}
|
982
|
-
function
|
983
|
-
return 'url("data:image/svg+xml,' +
|
982
|
+
function bl(e) {
|
983
|
+
return 'url("data:image/svg+xml,' + yl(e) + '")';
|
984
984
|
}
|
985
985
|
const ln = {
|
986
986
|
...Zn,
|
987
987
|
inline: !1
|
988
|
-
},
|
988
|
+
}, Cl = {
|
989
989
|
xmlns: "http://www.w3.org/2000/svg",
|
990
990
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
991
991
|
"aria-hidden": !0,
|
992
992
|
role: "img"
|
993
|
-
},
|
993
|
+
}, _l = {
|
994
994
|
display: "inline-block"
|
995
995
|
}, kt = {
|
996
996
|
backgroundColor: "currentColor"
|
@@ -1019,7 +1019,7 @@ function an(e) {
|
|
1019
1019
|
return e + (e.match(/^[-0-9.]+$/) ? "px" : "");
|
1020
1020
|
}
|
1021
1021
|
const rn = (e, n) => {
|
1022
|
-
const t =
|
1022
|
+
const t = ml(ln, n), a = { ...Cl }, l = n.mode || "svg", i = {}, d = n.style, r = typeof d == "object" && !(d instanceof Array) ? d : {};
|
1023
1023
|
for (let w in n) {
|
1024
1024
|
const S = n[w];
|
1025
1025
|
if (S !== void 0)
|
@@ -1035,13 +1035,13 @@ const rn = (e, n) => {
|
|
1035
1035
|
t[w] = S === !0 || S === "true" || S === 1;
|
1036
1036
|
break;
|
1037
1037
|
case "flip":
|
1038
|
-
typeof S == "string" &&
|
1038
|
+
typeof S == "string" && fl(t, S);
|
1039
1039
|
break;
|
1040
1040
|
case "color":
|
1041
1041
|
i.color = S;
|
1042
1042
|
break;
|
1043
1043
|
case "rotate":
|
1044
|
-
typeof S == "string" ? t[w] =
|
1044
|
+
typeof S == "string" ? t[w] = gl(S) : typeof S == "number" && (t[w] = S);
|
1045
1045
|
break;
|
1046
1046
|
case "ariaHidden":
|
1047
1047
|
case "aria-hidden":
|
@@ -1053,32 +1053,32 @@ const rn = (e, n) => {
|
|
1053
1053
|
}
|
1054
1054
|
}
|
1055
1055
|
}
|
1056
|
-
const c =
|
1056
|
+
const c = ji(e, t), f = c.attributes;
|
1057
1057
|
if (t.inline && (i.verticalAlign = "-0.125em"), l === "svg") {
|
1058
1058
|
a.style = {
|
1059
1059
|
...i,
|
1060
1060
|
...r
|
1061
1061
|
}, Object.assign(a, f);
|
1062
1062
|
let w = 0, S = n.id;
|
1063
|
-
return typeof S == "string" && (S = S.replace(/-/g, "_")), a.innerHTML =
|
1063
|
+
return typeof S == "string" && (S = S.replace(/-/g, "_")), a.innerHTML = Vi(c.body, S ? () => S + "ID" + w++ : "iconifyVue"), Qt("svg", a);
|
1064
1064
|
}
|
1065
|
-
const { body: g, width: m, height: k } = e, y = l === "mask" || (l === "bg" ? !1 : g.indexOf("currentColor") !== -1), v =
|
1065
|
+
const { body: g, width: m, height: k } = e, y = l === "mask" || (l === "bg" ? !1 : g.indexOf("currentColor") !== -1), v = pl(g, {
|
1066
1066
|
...f,
|
1067
1067
|
width: m + "",
|
1068
1068
|
height: k + ""
|
1069
1069
|
});
|
1070
1070
|
return a.style = {
|
1071
1071
|
...i,
|
1072
|
-
"--svg":
|
1072
|
+
"--svg": bl(v),
|
1073
1073
|
width: an(f.width),
|
1074
1074
|
height: an(f.height),
|
1075
|
-
...
|
1075
|
+
..._l,
|
1076
1076
|
...y ? kt : ii,
|
1077
1077
|
...r
|
1078
1078
|
}, Qt("span", a);
|
1079
1079
|
};
|
1080
1080
|
Gn(!0);
|
1081
|
-
|
1081
|
+
zi("", Ji);
|
1082
1082
|
if (typeof document < "u" && typeof window < "u") {
|
1083
1083
|
ni();
|
1084
1084
|
const e = window;
|
@@ -1104,17 +1104,17 @@ if (typeof document < "u" && typeof window < "u") {
|
|
1104
1104
|
const l = n[t];
|
1105
1105
|
if (typeof l != "object" || !l || l.resources === void 0)
|
1106
1106
|
continue;
|
1107
|
-
|
1107
|
+
qi(t, l) || console.error(a);
|
1108
1108
|
} catch {
|
1109
1109
|
console.error(a);
|
1110
1110
|
}
|
1111
1111
|
}
|
1112
1112
|
}
|
1113
1113
|
}
|
1114
|
-
const
|
1114
|
+
const kl = {
|
1115
1115
|
...Ee,
|
1116
1116
|
body: ""
|
1117
|
-
},
|
1117
|
+
}, xl = Vn({
|
1118
1118
|
// Do not inherit other attributes: it is handled by render()
|
1119
1119
|
inheritAttrs: !1,
|
1120
1120
|
// Set initial data
|
@@ -1145,11 +1145,11 @@ const _l = {
|
|
1145
1145
|
let t;
|
1146
1146
|
if (typeof e != "string" || (t = He(e, !1, !0)) === null)
|
1147
1147
|
return this.abortLoading(), null;
|
1148
|
-
const a =
|
1148
|
+
const a = Ni(t);
|
1149
1149
|
if (!a)
|
1150
1150
|
return (!this._loadingIcon || this._loadingIcon.name !== e) && (this.abortLoading(), this._name = "", a !== null && (this._loadingIcon = {
|
1151
1151
|
name: e,
|
1152
|
-
abort:
|
1152
|
+
abort: ul([t], () => {
|
1153
1153
|
this.counter++;
|
1154
1154
|
})
|
1155
1155
|
})), null;
|
@@ -1163,7 +1163,7 @@ const _l = {
|
|
1163
1163
|
this.counter;
|
1164
1164
|
const e = this.$attrs, n = this.iconMounted ? this.getIcon(e.icon, e.onLoad) : null;
|
1165
1165
|
if (!n)
|
1166
|
-
return rn(
|
1166
|
+
return rn(kl, e);
|
1167
1167
|
let t = e;
|
1168
1168
|
return n.classes && (t = {
|
1169
1169
|
...e,
|
@@ -1179,10 +1179,10 @@ const O = (e, n) => {
|
|
1179
1179
|
for (const [a, l] of n)
|
1180
1180
|
t[a] = l;
|
1181
1181
|
return t;
|
1182
|
-
},
|
1182
|
+
}, vl = {
|
1183
1183
|
name: "CmdIcon",
|
1184
1184
|
components: {
|
1185
|
-
Icon:
|
1185
|
+
Icon: xl
|
1186
1186
|
},
|
1187
1187
|
props: {
|
1188
1188
|
/**
|
@@ -1224,28 +1224,28 @@ const O = (e, n) => {
|
|
1224
1224
|
return this.type === "iconify" ? !0 : this.type === "auto" ? this.iconClass.includes(":") : !1;
|
1225
1225
|
}
|
1226
1226
|
}
|
1227
|
-
},
|
1228
|
-
function
|
1227
|
+
}, wl = ["title"];
|
1228
|
+
function Tl(e, n, t, a, l, i) {
|
1229
1229
|
const d = se("Icon");
|
1230
|
-
return i.isIconify ? (s(),
|
1230
|
+
return i.isIconify ? (s(), C(d, {
|
1231
1231
|
key: 0,
|
1232
1232
|
icon: t.iconClass,
|
1233
1233
|
title: t.tooltip,
|
1234
|
-
class:
|
1234
|
+
class: b(e.$attrs.class)
|
1235
1235
|
}, null, 8, ["icon", "title", "class"])) : (s(), o("span", {
|
1236
1236
|
key: 1,
|
1237
|
-
class:
|
1237
|
+
class: b([t.iconClass, e.$attrs.class]),
|
1238
1238
|
title: t.tooltip
|
1239
|
-
}, null, 10,
|
1239
|
+
}, null, 10, wl));
|
1240
1240
|
}
|
1241
|
-
const V = /* @__PURE__ */ O(
|
1241
|
+
const V = /* @__PURE__ */ O(vl, [["render", Tl]]);
|
1242
1242
|
function re(e, n) {
|
1243
1243
|
return ze(e, "EditComponentWrapper", n);
|
1244
1244
|
}
|
1245
|
-
function
|
1245
|
+
function Il(e) {
|
1246
1246
|
return ze(e, "EditModeSettingsSidebar");
|
1247
1247
|
}
|
1248
|
-
function
|
1248
|
+
function Sl(e) {
|
1249
1249
|
return ze(e, "EditModeMainSidebar");
|
1250
1250
|
}
|
1251
1251
|
function ze(e, n, t) {
|
@@ -1258,7 +1258,7 @@ function ce(e, ...n) {
|
|
1258
1258
|
a.componentPath && t.unshift(...a.componentPath);
|
1259
1259
|
return t.push(...n), t;
|
1260
1260
|
}
|
1261
|
-
function
|
1261
|
+
function Ml(e) {
|
1262
1262
|
return Array.isArray(e) && e.length > 0 ? JSON.stringify(e) : "";
|
1263
1263
|
}
|
1264
1264
|
function K(e, n) {
|
@@ -1268,7 +1268,7 @@ function K(e, n) {
|
|
1268
1268
|
...n
|
1269
1269
|
} : n;
|
1270
1270
|
}
|
1271
|
-
const
|
1271
|
+
const Ol = {
|
1272
1272
|
name: "EditComponentWrapper",
|
1273
1273
|
inject: {
|
1274
1274
|
editModeContext: {
|
@@ -1331,7 +1331,7 @@ const Ml = {
|
|
1331
1331
|
},
|
1332
1332
|
hasSettings() {
|
1333
1333
|
const e = `${this.componentName}Settings`;
|
1334
|
-
return !!
|
1334
|
+
return !!Ci().appContext.components[e];
|
1335
1335
|
}
|
1336
1336
|
},
|
1337
1337
|
methods: {
|
@@ -1404,7 +1404,7 @@ const Ml = {
|
|
1404
1404
|
watch: {
|
1405
1405
|
componentPath: {
|
1406
1406
|
handler() {
|
1407
|
-
this.componentIdentifier =
|
1407
|
+
this.componentIdentifier = Ml(te(this));
|
1408
1408
|
},
|
1409
1409
|
immediate: !0,
|
1410
1410
|
deep: !0
|
@@ -1420,17 +1420,17 @@ function te(e) {
|
|
1420
1420
|
t.componentPath && n.unshift(...t.componentPath);
|
1421
1421
|
return n;
|
1422
1422
|
}
|
1423
|
-
const
|
1423
|
+
const Ll = {
|
1424
1424
|
key: 0,
|
1425
1425
|
class: "action-buttons-wrapper"
|
1426
|
-
},
|
1426
|
+
}, Dl = ["data-component"], Nl = ["title"], Pl = ["href"], Bl = { key: 0 }, Al = { key: 1 }, jl = {
|
1427
1427
|
key: 0,
|
1428
1428
|
class: "component-name"
|
1429
|
-
},
|
1430
|
-
function
|
1429
|
+
}, Fl = ["data-component"], Hl = ["title"], El = ["href", "title"], Vl = ["title"], zl = { key: 0 }, ql = { key: 1 }, Rl = ["title"], Ul = ["title"];
|
1430
|
+
function Gl(e, n, t, a, l, i) {
|
1431
1431
|
const d = V;
|
1432
|
-
return s(),
|
1433
|
-
class:
|
1432
|
+
return s(), C(xe(t.componentTag || "div"), {
|
1433
|
+
class: b(["edit-component-wrapper", { active: i.active }]),
|
1434
1434
|
tabindex: "0",
|
1435
1435
|
onClick: I(i.showActionButtons, ["stop"]),
|
1436
1436
|
ref: "editComponent",
|
@@ -1438,14 +1438,14 @@ function Ul(e, n, t, a, l, i) {
|
|
1438
1438
|
"data-identifier": l.componentIdentifier
|
1439
1439
|
}, {
|
1440
1440
|
default: P(() => [
|
1441
|
-
t.componentTag === "ul" ? (s(), o("li",
|
1441
|
+
t.componentTag === "ul" ? (s(), o("li", Ll, [
|
1442
1442
|
ne(h("ul", {
|
1443
1443
|
class: "flex-container no-flex action-buttons",
|
1444
1444
|
"data-component": t.componentName
|
1445
1445
|
}, [
|
1446
1446
|
h("li", null, [
|
1447
1447
|
h("a", {
|
1448
|
-
class:
|
1448
|
+
class: b(["icon-hexagon button confirm", { disabled: !l.addHandlerProvider && !t.itemProvider && !t.allowAddComponent }]),
|
1449
1449
|
href: "#",
|
1450
1450
|
onClick: n[0] || (n[0] = I((r) => i.addEntry(r), ["prevent"])),
|
1451
1451
|
title: i.isOuterComponent ? "Add new component" : "Add new item/entry"
|
@@ -1453,11 +1453,11 @@ function Ul(e, n, t, a, l, i) {
|
|
1453
1453
|
x(d, {
|
1454
1454
|
iconClass: (i.isOuterComponent, "icon-plus")
|
1455
1455
|
}, null, 8, ["iconClass"])
|
1456
|
-
], 10,
|
1456
|
+
], 10, Nl)
|
1457
1457
|
]),
|
1458
1458
|
h("li", null, [
|
1459
1459
|
h("a", {
|
1460
|
-
class:
|
1460
|
+
class: b(["icon-hexagon button primary", { disabled: i.editing || !i.hasSettings }]),
|
1461
1461
|
href: i.editing ? null : "#",
|
1462
1462
|
onClick: n[1] || (n[1] = I((...r) => i.editSettings && i.editSettings(...r), ["prevent"])),
|
1463
1463
|
title: "Edit settings of this component"
|
@@ -1465,7 +1465,7 @@ function Ul(e, n, t, a, l, i) {
|
|
1465
1465
|
x(d, {
|
1466
1466
|
iconClass: i.isOuterComponent ? "icon-cogs" : "icon-cog"
|
1467
1467
|
}, null, 8, ["iconClass"])
|
1468
|
-
], 10,
|
1468
|
+
], 10, Pl)
|
1469
1469
|
]),
|
1470
1470
|
h("li", null, [
|
1471
1471
|
h("a", {
|
@@ -1477,9 +1477,9 @@ function Ul(e, n, t, a, l, i) {
|
|
1477
1477
|
x(d, { iconClass: "icon-trash" })
|
1478
1478
|
])
|
1479
1479
|
]),
|
1480
|
-
i.isOuterComponent ? u("", !0) : (s(), o("li",
|
1480
|
+
i.isOuterComponent ? u("", !0) : (s(), o("li", Bl, [
|
1481
1481
|
h("a", {
|
1482
|
-
class:
|
1482
|
+
class: b(["icon-hexagon button-cancel", { disabled: !i.editing }]),
|
1483
1483
|
href: "#",
|
1484
1484
|
onClick: n[3] || (n[3] = I((...r) => i.cancelComponent && i.cancelComponent(...r), ["prevent"])),
|
1485
1485
|
title: "Cancel editing (changes will not be saved)"
|
@@ -1487,7 +1487,7 @@ function Ul(e, n, t, a, l, i) {
|
|
1487
1487
|
x(d, { iconClass: "icon-cancel" })
|
1488
1488
|
], 2)
|
1489
1489
|
])),
|
1490
|
-
i.isOuterComponent ? u("", !0) : (s(), o("li",
|
1490
|
+
i.isOuterComponent ? u("", !0) : (s(), o("li", Al, [
|
1491
1491
|
i.editing ? (s(), o("a", {
|
1492
1492
|
key: 0,
|
1493
1493
|
class: "icon-hexagon button-save",
|
@@ -1498,7 +1498,7 @@ function Ul(e, n, t, a, l, i) {
|
|
1498
1498
|
x(d, { iconClass: "icon-check" })
|
1499
1499
|
])) : (s(), o("a", {
|
1500
1500
|
key: 1,
|
1501
|
-
class:
|
1501
|
+
class: b(["icon-hexagon button", { disabled: i.editModeContext.settings.isEditing(l.componentIdentifier) }]),
|
1502
1502
|
href: "#",
|
1503
1503
|
onClick: n[5] || (n[5] = I((...r) => i.editComponent && i.editComponent(...r), ["prevent"])),
|
1504
1504
|
title: "Edit content of this component"
|
@@ -1506,11 +1506,11 @@ function Ul(e, n, t, a, l, i) {
|
|
1506
1506
|
x(d, { iconClass: "icon-edit" })
|
1507
1507
|
], 2))
|
1508
1508
|
]))
|
1509
|
-
], 8,
|
1509
|
+
], 8, Dl), [
|
1510
1510
|
[de, i.active]
|
1511
1511
|
])
|
1512
1512
|
])) : (s(), o(_, { key: 1 }, [
|
1513
|
-
i.isOuterComponent ? (s(), o("p",
|
1513
|
+
i.isOuterComponent ? (s(), o("p", jl, p(t.componentName), 1)) : u("", !0),
|
1514
1514
|
ne(h("ul", {
|
1515
1515
|
class: "flex-container no-flex action-buttons",
|
1516
1516
|
"data-component": t.componentName,
|
@@ -1519,7 +1519,7 @@ function Ul(e, n, t, a, l, i) {
|
|
1519
1519
|
}, [
|
1520
1520
|
h("li", null, [
|
1521
1521
|
h("a", {
|
1522
|
-
class:
|
1522
|
+
class: b(["icon-hexagon use-icon-as-background button confirm", { disabled: !l.addHandlerProvider && !t.itemProvider && !t.allowAddComponent }]),
|
1523
1523
|
href: "#",
|
1524
1524
|
onClick: n[6] || (n[6] = I((...r) => i.addEntry && i.addEntry(...r), ["prevent"])),
|
1525
1525
|
title: i.isOuterComponent ? "Add new component" : "Add new item/entry"
|
@@ -1527,11 +1527,11 @@ function Ul(e, n, t, a, l, i) {
|
|
1527
1527
|
x(d, {
|
1528
1528
|
iconClass: (i.isOuterComponent, "icon-plus")
|
1529
1529
|
}, null, 8, ["iconClass"])
|
1530
|
-
], 10,
|
1530
|
+
], 10, Hl)
|
1531
1531
|
]),
|
1532
1532
|
h("li", null, [
|
1533
1533
|
h("a", {
|
1534
|
-
class:
|
1534
|
+
class: b(["icon-hexagon use-icon-as-background button primary", { disabled: i.editing || !i.hasSettings }]),
|
1535
1535
|
href: i.editing ? null : "#",
|
1536
1536
|
onClick: n[7] || (n[7] = I((...r) => i.editSettings && i.editSettings(...r), ["prevent"])),
|
1537
1537
|
title: "Edit settings for " + t.componentName
|
@@ -1539,21 +1539,21 @@ function Ul(e, n, t, a, l, i) {
|
|
1539
1539
|
x(d, {
|
1540
1540
|
iconClass: i.isOuterComponent ? "icon-cogs" : "icon-cog"
|
1541
1541
|
}, null, 8, ["iconClass"])
|
1542
|
-
], 10,
|
1542
|
+
], 10, El)
|
1543
1543
|
]),
|
1544
1544
|
h("li", null, [
|
1545
1545
|
h("a", {
|
1546
|
-
class:
|
1546
|
+
class: b(["icon-hexagon use-icon-as-background button button-delete", { disabled: i.editing || !t.allowDeleteComponent }]),
|
1547
1547
|
href: "#",
|
1548
1548
|
onClick: n[8] || (n[8] = I((...r) => i.deleteComponent && i.deleteComponent(...r), ["prevent"])),
|
1549
1549
|
title: "Delete " + t.componentName + " (and its content)"
|
1550
1550
|
}, [
|
1551
1551
|
x(d, { iconClass: "icon-trash" })
|
1552
|
-
], 10,
|
1552
|
+
], 10, Vl)
|
1553
1553
|
]),
|
1554
|
-
i.isOuterComponent ? u("", !0) : (s(), o("li",
|
1554
|
+
i.isOuterComponent ? u("", !0) : (s(), o("li", zl, [
|
1555
1555
|
h("a", {
|
1556
|
-
class:
|
1556
|
+
class: b(["icon-hexagon use-icon-as-background button cancel", { disabled: !i.editing }]),
|
1557
1557
|
href: "#",
|
1558
1558
|
onClick: n[9] || (n[9] = I((...r) => i.cancelComponent && i.cancelComponent(...r), ["prevent"])),
|
1559
1559
|
title: "Cancel editing (changes will not be saved)"
|
@@ -1561,7 +1561,7 @@ function Ul(e, n, t, a, l, i) {
|
|
1561
1561
|
x(d, { iconClass: "icon-cancel" })
|
1562
1562
|
], 2)
|
1563
1563
|
])),
|
1564
|
-
i.isOuterComponent ? u("", !0) : (s(), o("li",
|
1564
|
+
i.isOuterComponent ? u("", !0) : (s(), o("li", ql, [
|
1565
1565
|
i.editing ? (s(), o("a", {
|
1566
1566
|
key: 0,
|
1567
1567
|
class: "icon-hexagon use-icon-as-background button confirm",
|
@@ -1570,17 +1570,17 @@ function Ul(e, n, t, a, l, i) {
|
|
1570
1570
|
title: "Save changes of " + t.componentName
|
1571
1571
|
}, [
|
1572
1572
|
x(d, { iconClass: "icon-check" })
|
1573
|
-
], 8,
|
1573
|
+
], 8, Rl)) : (s(), o("a", {
|
1574
1574
|
key: 1,
|
1575
|
-
class:
|
1575
|
+
class: b(["icon-hexagon use-icon-as-background button confirm", { disabled: i.editModeContext.settings.isEditing(l.componentIdentifier) }]),
|
1576
1576
|
href: "#",
|
1577
1577
|
onClick: n[11] || (n[11] = I((...r) => i.editComponent && i.editComponent(...r), ["prevent"])),
|
1578
1578
|
title: "Edit content for " + t.componentName
|
1579
1579
|
}, [
|
1580
1580
|
x(d, { iconClass: "icon-edit" })
|
1581
|
-
], 10,
|
1581
|
+
], 10, Ul))
|
1582
1582
|
]))
|
1583
|
-
], 40,
|
1583
|
+
], 40, Fl), [
|
1584
1584
|
[de, i.active]
|
1585
1585
|
])
|
1586
1586
|
], 64)),
|
@@ -1589,7 +1589,7 @@ function Ul(e, n, t, a, l, i) {
|
|
1589
1589
|
_: 3
|
1590
1590
|
}, 8, ["class", "onClick", "title", "data-identifier"]);
|
1591
1591
|
}
|
1592
|
-
const he = /* @__PURE__ */ O(
|
1592
|
+
const he = /* @__PURE__ */ O(Ol, [["render", Gl]]), J = {
|
1593
1593
|
inject: {
|
1594
1594
|
editModeContext: {
|
1595
1595
|
default: null
|
@@ -1622,14 +1622,14 @@ const he = /* @__PURE__ */ O(Ml, [["render", Ul]]), J = {
|
|
1622
1622
|
const n = re(this.$parent);
|
1623
1623
|
n && (n.addEditStateListener((t) => this.editing = t), n.addUpdateHandlerProvider(this.updateHandlerProvider), n.setAddHandlerProvider(this.addHandlerProvider));
|
1624
1624
|
}
|
1625
|
-
this.mainSidebarContext = !!
|
1625
|
+
this.mainSidebarContext = !!Sl(this), this.settingsContext = !!Il(this);
|
1626
1626
|
},
|
1627
1627
|
updateHandlerProvider() {
|
1628
1628
|
return {};
|
1629
1629
|
}
|
1630
1630
|
}
|
1631
1631
|
};
|
1632
|
-
const
|
1632
|
+
const Wl = {
|
1633
1633
|
name: "CmdHeadline",
|
1634
1634
|
mixins: [J],
|
1635
1635
|
data() {
|
@@ -1722,29 +1722,29 @@ const Gl = {
|
|
1722
1722
|
immediate: !0
|
1723
1723
|
}
|
1724
1724
|
}
|
1725
|
-
},
|
1726
|
-
|
1727
|
-
|
1725
|
+
}, Ql = { class: "pre-headline-text-wrapper" }, Zl = { class: "pre-headline-text" }, Jl = { class: "pre-headline-text" }, Yl = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), Kl = /* @__PURE__ */ h("span", null, "Add new headline", -1), Xl = [
|
1726
|
+
Yl,
|
1727
|
+
Kl
|
1728
1728
|
];
|
1729
|
-
function
|
1729
|
+
function $l(e, n, t, a, l, i) {
|
1730
1730
|
var f;
|
1731
1731
|
const d = V, r = $, c = he;
|
1732
1732
|
return !e.editModeContext || e.settingsContext || e.mainSidebarContext ? (s(), o("div", {
|
1733
1733
|
key: 0,
|
1734
|
-
class:
|
1734
|
+
class: b(["cmd-headline", { "has-pre-headline-text": t.preHeadlineText, "has-icon": (f = t.headlineIcon) == null ? void 0 : f.iconClass }, i.getTextAlign])
|
1735
1735
|
}, [
|
1736
1736
|
t.preHeadlineText ? (s(), o(_, { key: 0 }, [
|
1737
|
-
t.headlineText ? (s(),
|
1737
|
+
t.headlineText ? (s(), C(xe(i.headlineTag), { key: 0 }, {
|
1738
1738
|
default: P(() => {
|
1739
1739
|
var g, m;
|
1740
1740
|
return [
|
1741
|
-
t.headlineIcon ? (s(),
|
1741
|
+
t.headlineIcon ? (s(), C(d, {
|
1742
1742
|
key: 0,
|
1743
1743
|
iconClass: (g = t.headlineIcon) == null ? void 0 : g.iconClass,
|
1744
1744
|
type: (m = t.headlineIcon) == null ? void 0 : m.iconType
|
1745
1745
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
1746
|
-
h("span",
|
1747
|
-
h("span",
|
1746
|
+
h("span", Ql, [
|
1747
|
+
h("span", Zl, p(t.preHeadlineText), 1),
|
1748
1748
|
h("span", null, [
|
1749
1749
|
j(e.$slots, "default", {}, () => [
|
1750
1750
|
F(p(t.headlineText), 1)
|
@@ -1755,11 +1755,11 @@ function Xl(e, n, t, a, l, i) {
|
|
1755
1755
|
}),
|
1756
1756
|
_: 3
|
1757
1757
|
})) : u("", !0)
|
1758
|
-
], 64)) : (s(),
|
1758
|
+
], 64)) : (s(), C(xe(i.headlineTag), { key: 1 }, {
|
1759
1759
|
default: P(() => {
|
1760
1760
|
var g, m;
|
1761
1761
|
return [
|
1762
|
-
t.headlineIcon ? (s(),
|
1762
|
+
t.headlineIcon ? (s(), C(d, {
|
1763
1763
|
key: 0,
|
1764
1764
|
iconClass: (g = t.headlineIcon) == null ? void 0 : g.iconClass,
|
1765
1765
|
type: (m = t.headlineIcon) == null ? void 0 : m.iconType
|
@@ -1773,7 +1773,7 @@ function Xl(e, n, t, a, l, i) {
|
|
1773
1773
|
}),
|
1774
1774
|
_: 3
|
1775
1775
|
}))
|
1776
|
-
], 2)) : (s(),
|
1776
|
+
], 2)) : (s(), C(c, {
|
1777
1777
|
key: 1,
|
1778
1778
|
ref: "editComponentWrapper",
|
1779
1779
|
class: "edit-items",
|
@@ -1787,33 +1787,33 @@ function Xl(e, n, t, a, l, i) {
|
|
1787
1787
|
default: P((g) => {
|
1788
1788
|
var m, k;
|
1789
1789
|
return [
|
1790
|
-
g.editing ? (s(),
|
1790
|
+
g.editing ? (s(), C(r, {
|
1791
1791
|
key: 0,
|
1792
1792
|
element: "input",
|
1793
1793
|
type: "text",
|
1794
|
-
class:
|
1794
|
+
class: b(["edit-mode", "headline", "h" + t.headlineLevel, i.getTextAlign]),
|
1795
1795
|
labelText: "Headline",
|
1796
1796
|
showLabel: !1,
|
1797
1797
|
placeholder: "Headline",
|
1798
1798
|
modelValue: l.editableHeadlineText,
|
1799
1799
|
"onUpdate:modelValue": n[0] || (n[0] = (y) => l.editableHeadlineText = y)
|
1800
1800
|
}, null, 8, ["class", "modelValue"])) : t.headlineText ? (s(), o(_, { key: 1 }, [
|
1801
|
-
t.headlineIcon ? (s(),
|
1801
|
+
t.headlineIcon ? (s(), C(d, {
|
1802
1802
|
key: 0,
|
1803
1803
|
iconClass: (m = t.headlineIcon) == null ? void 0 : m.iconClass,
|
1804
1804
|
type: (k = t.headlineIcon) == null ? void 0 : k.iconType
|
1805
1805
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
1806
1806
|
t.preHeadlineText ? (s(), o(_, { key: 1 }, [
|
1807
|
-
t.headlineText ? (s(),
|
1807
|
+
t.headlineText ? (s(), C(xe(i.headlineTag), { key: 0 }, {
|
1808
1808
|
default: P(() => {
|
1809
1809
|
var y, v;
|
1810
1810
|
return [
|
1811
|
-
t.headlineIcon ? (s(),
|
1811
|
+
t.headlineIcon ? (s(), C(d, {
|
1812
1812
|
key: 0,
|
1813
1813
|
iconClass: (y = t.headlineIcon) == null ? void 0 : y.iconClass,
|
1814
1814
|
type: (v = t.headlineIcon) == null ? void 0 : v.iconType
|
1815
1815
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
1816
|
-
h("span",
|
1816
|
+
h("span", Jl, p(t.preHeadlineText), 1),
|
1817
1817
|
j(e.$slots, "default", {}, () => [
|
1818
1818
|
F(p(t.headlineText), 1)
|
1819
1819
|
])
|
@@ -1821,7 +1821,7 @@ function Xl(e, n, t, a, l, i) {
|
|
1821
1821
|
}),
|
1822
1822
|
_: 3
|
1823
1823
|
})) : u("", !0)
|
1824
|
-
], 64)) : t.headlineText ? (s(),
|
1824
|
+
], 64)) : t.headlineText ? (s(), C(xe(i.headlineTag), { key: 2 }, {
|
1825
1825
|
default: P(() => [
|
1826
1826
|
j(e.$slots, "default", {}, () => [
|
1827
1827
|
F(p(t.headlineText), 1)
|
@@ -1834,14 +1834,14 @@ function Xl(e, n, t, a, l, i) {
|
|
1834
1834
|
type: "button",
|
1835
1835
|
class: "button confirm",
|
1836
1836
|
onClick: n[1] || (n[1] = (...y) => i.onAddItem && i.onAddItem(...y))
|
1837
|
-
},
|
1837
|
+
}, Xl)) : u("", !0)
|
1838
1838
|
];
|
1839
1839
|
}),
|
1840
1840
|
_: 3
|
1841
1841
|
}, 8, ["componentProps", "componentPath", "allowDeleteComponent"]));
|
1842
1842
|
}
|
1843
|
-
const R = /* @__PURE__ */ O(
|
1844
|
-
const
|
1843
|
+
const R = /* @__PURE__ */ O(Wl, [["render", $l]]);
|
1844
|
+
const es = {
|
1845
1845
|
name: "CmdTooltip",
|
1846
1846
|
data() {
|
1847
1847
|
return {
|
@@ -1965,19 +1965,19 @@ const $l = {
|
|
1965
1965
|
});
|
1966
1966
|
}
|
1967
1967
|
}
|
1968
|
-
},
|
1968
|
+
}, ts = {
|
1969
1969
|
key: 0,
|
1970
1970
|
class: "headline-wrapper"
|
1971
|
-
},
|
1972
|
-
function
|
1971
|
+
}, ns = ["title"];
|
1972
|
+
function is(e, n, t, a, l, i) {
|
1973
1973
|
const d = R, r = V;
|
1974
1974
|
return l.tooltipVisibility ? (s(), o("div", {
|
1975
1975
|
key: 0,
|
1976
|
-
class:
|
1976
|
+
class: b(["cmd-tooltip", t.validationStatus]),
|
1977
1977
|
ref: "tooltip"
|
1978
1978
|
}, [
|
1979
|
-
t.cmdHeadline || t.iconClose.show ? (s(), o("div",
|
1980
|
-
t.cmdHeadline ? (s(),
|
1979
|
+
t.cmdHeadline || t.iconClose.show ? (s(), o("div", ts, [
|
1980
|
+
t.cmdHeadline ? (s(), C(d, {
|
1981
1981
|
key: 0,
|
1982
1982
|
iconClass: t.cmdHeadline.iconClass,
|
1983
1983
|
preHeadline: t.cmdHeadline.preHeadline,
|
@@ -1994,14 +1994,14 @@ function ns(e, n, t, a, l, i) {
|
|
1994
1994
|
iconClass: t.iconClose.iconClass,
|
1995
1995
|
type: t.iconClose.iconType
|
1996
1996
|
}, null, 8, ["iconClass", "type"])
|
1997
|
-
], 8,
|
1997
|
+
], 8, ns)) : u("", !0)
|
1998
1998
|
])) : u("", !0),
|
1999
1999
|
j(e.$slots, "default", {}, () => [
|
2000
2000
|
F(p(t.tooltipText), 1)
|
2001
2001
|
])
|
2002
2002
|
], 2)) : u("", !0);
|
2003
2003
|
}
|
2004
|
-
const
|
2004
|
+
const ls = /* @__PURE__ */ O(es, [["render", is]]), ie = {
|
2005
2005
|
props: {
|
2006
2006
|
/**
|
2007
2007
|
* Message properties for internationalization.
|
@@ -2049,7 +2049,7 @@ const is = /* @__PURE__ */ O($l, [["render", ns]]), ie = {
|
|
2049
2049
|
return n && ((t = this[n]) != null && t[e]) ? this[n][e] : null;
|
2050
2050
|
}
|
2051
2051
|
}
|
2052
|
-
},
|
2052
|
+
}, ss = {
|
2053
2053
|
data() {
|
2054
2054
|
return {
|
2055
2055
|
defaultMessageProperties: {
|
@@ -2059,11 +2059,11 @@ const is = /* @__PURE__ */ O($l, [["render", ns]]), ie = {
|
|
2059
2059
|
};
|
2060
2060
|
}
|
2061
2061
|
};
|
2062
|
-
const
|
2062
|
+
const os = {
|
2063
2063
|
name: "CmdListOfRequirements",
|
2064
2064
|
mixins: [
|
2065
2065
|
ie,
|
2066
|
-
|
2066
|
+
ss
|
2067
2067
|
],
|
2068
2068
|
props: {
|
2069
2069
|
/**
|
@@ -2149,19 +2149,19 @@ const ss = {
|
|
2149
2149
|
return this.inputRequirements.length > 1 ? this.getMessage("cmdlistofrequirements.headline.requirements_for_input") : this.getMessage("cmdlistofrequirements.headline.requirement_for_input");
|
2150
2150
|
}
|
2151
2151
|
}
|
2152
|
-
},
|
2153
|
-
function
|
2152
|
+
}, as = { class: "cmd-list-of-requirements" }, rs = /* @__PURE__ */ h("br", null, null, -1), ds = /* @__PURE__ */ h("hr", null, null, -1), cs = ["href", "target"], us = { key: 1 };
|
2153
|
+
function ms(e, n, t, a, l, i) {
|
2154
2154
|
var c, f, g;
|
2155
2155
|
const d = R, r = V;
|
2156
|
-
return s(), o("div",
|
2157
|
-
t.showHeadline ? (s(),
|
2156
|
+
return s(), o("div", as, [
|
2157
|
+
t.showHeadline ? (s(), C(d, {
|
2158
2158
|
key: 0,
|
2159
2159
|
"headline-level": t.cmdHeadline.headlineLevel
|
2160
2160
|
}, {
|
2161
2161
|
default: P(() => [
|
2162
2162
|
F(p(i.headlineRequirements), 1),
|
2163
2163
|
t.labelText ? (s(), o(_, { key: 0 }, [
|
2164
|
-
|
2164
|
+
rs,
|
2165
2165
|
h("em", null, p(t.labelText), 1)
|
2166
2166
|
], 64)) : u("", !0)
|
2167
2167
|
]),
|
@@ -2171,10 +2171,10 @@ function us(e, n, t, a, l, i) {
|
|
2171
2171
|
(s(!0), o(_, null, B(t.inputRequirements, (m, k) => (s(), o(_, { key: k }, [
|
2172
2172
|
h("dt", {
|
2173
2173
|
"aria-live": "assertive",
|
2174
|
-
class:
|
2174
|
+
class: b(m.valid(t.inputModelValue, t.inputAttributes) ? "success" : "error")
|
2175
2175
|
}, p(m.message) + ":", 3),
|
2176
2176
|
h("dd", {
|
2177
|
-
class:
|
2177
|
+
class: b(m.valid(t.inputModelValue, t.inputAttributes) ? "success" : "error")
|
2178
2178
|
}, [
|
2179
2179
|
x(r, {
|
2180
2180
|
"aria-live": "assertive",
|
@@ -2186,7 +2186,7 @@ function us(e, n, t, a, l, i) {
|
|
2186
2186
|
], 64))), 128))
|
2187
2187
|
]),
|
2188
2188
|
t.helplink && t.helplink.show ? (s(), o(_, { key: 1 }, [
|
2189
|
-
|
2189
|
+
ds,
|
2190
2190
|
t.helplink.url ? (s(), o("a", {
|
2191
2191
|
key: 0,
|
2192
2192
|
href: t.helplink.url,
|
@@ -2194,18 +2194,18 @@ function us(e, n, t, a, l, i) {
|
|
2194
2194
|
onClick: n[0] || (n[0] = I(() => {
|
2195
2195
|
}, ["prevent"]))
|
2196
2196
|
}, [
|
2197
|
-
(c = t.helplink.icon) != null && c.iconClass ? (s(),
|
2197
|
+
(c = t.helplink.icon) != null && c.iconClass ? (s(), C(r, {
|
2198
2198
|
key: 0,
|
2199
|
-
class:
|
2199
|
+
class: b((f = t.helplink.icon) == null ? void 0 : f.iconClass),
|
2200
2200
|
title: (g = t.helplink.icon) == null ? void 0 : g.tooltip
|
2201
2201
|
}, null, 8, ["class", "title"])) : u("", !0),
|
2202
|
-
t.helplink.text ? (s(), o("span",
|
2203
|
-
], 8,
|
2202
|
+
t.helplink.text ? (s(), o("span", us, p(t.helplink.text), 1)) : u("", !0)
|
2203
|
+
], 8, cs)) : u("", !0)
|
2204
2204
|
], 64)) : u("", !0)
|
2205
2205
|
]);
|
2206
2206
|
}
|
2207
|
-
const
|
2208
|
-
const
|
2207
|
+
const hs = /* @__PURE__ */ O(os, [["render", ms]]);
|
2208
|
+
const fs = {
|
2209
2209
|
name: "CmdTooltipForFormElements",
|
2210
2210
|
props: {
|
2211
2211
|
/**
|
@@ -2254,16 +2254,16 @@ const hs = {
|
|
2254
2254
|
}
|
2255
2255
|
}
|
2256
2256
|
};
|
2257
|
-
function
|
2258
|
-
const d =
|
2259
|
-
return s(),
|
2257
|
+
function gs(e, n, t, a, l, i) {
|
2258
|
+
const d = hs, r = ls;
|
2259
|
+
return s(), C(r, {
|
2260
2260
|
ref: "tooltip",
|
2261
|
-
class:
|
2261
|
+
class: b(["box cmd-tooltip-for-form-elements", t.validationStatus]),
|
2262
2262
|
relatedId: t.relatedId,
|
2263
2263
|
"toggle-visibility-by-click": !0
|
2264
2264
|
}, {
|
2265
2265
|
default: P(() => [
|
2266
|
-
t.cmdListOfRequirements.showRequirements ? (s(),
|
2266
|
+
t.cmdListOfRequirements.showRequirements ? (s(), C(d, {
|
2267
2267
|
key: 0,
|
2268
2268
|
showHeadline: t.cmdListOfRequirements.showHeadline,
|
2269
2269
|
inputRequirements: t.cmdListOfRequirements.inputRequirements,
|
@@ -2276,7 +2276,7 @@ function fs(e, n, t, a, l, i) {
|
|
2276
2276
|
_: 1
|
2277
2277
|
}, 8, ["class", "relatedId"]);
|
2278
2278
|
}
|
2279
|
-
const Dt = /* @__PURE__ */ O(
|
2279
|
+
const Dt = /* @__PURE__ */ O(fs, [["render", gs]]), li = {
|
2280
2280
|
data() {
|
2281
2281
|
return {
|
2282
2282
|
defaultMessageProperties: {
|
@@ -2536,7 +2536,7 @@ function Me() {
|
|
2536
2536
|
return e = Math.floor(e / 16), (n === "x" ? t : t & 3 | 8).toString(16);
|
2537
2537
|
});
|
2538
2538
|
}
|
2539
|
-
function
|
2539
|
+
function si() {
|
2540
2540
|
return "cmd-" + Me();
|
2541
2541
|
}
|
2542
2542
|
const Oe = {
|
@@ -2551,7 +2551,7 @@ const Oe = {
|
|
2551
2551
|
},
|
2552
2552
|
computed: {
|
2553
2553
|
htmlId() {
|
2554
|
-
return this.id ||
|
2554
|
+
return this.id || si();
|
2555
2555
|
}
|
2556
2556
|
},
|
2557
2557
|
methods: {
|
@@ -2593,7 +2593,7 @@ const bs = ["color", "date", "datetime-local", "file", "number", "range"], Cs =
|
|
2593
2593
|
name: "CmdFormElement",
|
2594
2594
|
mixins: [
|
2595
2595
|
ie,
|
2596
|
-
|
2596
|
+
li,
|
2597
2597
|
Nt,
|
2598
2598
|
Oe,
|
2599
2599
|
Pt
|
@@ -3103,7 +3103,7 @@ function Gs(e, n, t, a, l, i) {
|
|
3103
3103
|
const d = V, r = Dt;
|
3104
3104
|
return t.element === "input" || t.element === "select" || t.element === "textarea" ? (s(), o("label", {
|
3105
3105
|
key: 0,
|
3106
|
-
class:
|
3106
|
+
class: b([
|
3107
3107
|
"cmd-form-element",
|
3108
3108
|
e.validationStatus,
|
3109
3109
|
e.$attrs.class,
|
@@ -3121,13 +3121,13 @@ function Gs(e, n, t, a, l, i) {
|
|
3121
3121
|
}, [
|
3122
3122
|
(t.labelText || e.$slots.labeltext) && e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" ? (s(), o("span", {
|
3123
3123
|
key: 0,
|
3124
|
-
class:
|
3124
|
+
class: b(["label-text", { hidden: !t.showLabel }])
|
3125
3125
|
}, [
|
3126
3126
|
h("span", null, [
|
3127
3127
|
t.labelText ? (s(), o(_, { key: 0 }, [
|
3128
3128
|
F(p(t.labelText), 1)
|
3129
3129
|
], 64)) : j(e.$slots, "labeltext", { key: 1 }),
|
3130
|
-
e.$attrs.required ? (s(), o("sup", ks, "*")) : u("", !0)
|
3130
|
+
e.$attrs.required !== void 0 ? (s(), o("sup", ks, "*")) : u("", !0)
|
3131
3131
|
]),
|
3132
3132
|
(e.$attrs.required || e.inputRequirements.length) && t.showStatusIcon ? (s(), o("a", {
|
3133
3133
|
key: 0,
|
@@ -3141,7 +3141,7 @@ function Gs(e, n, t, a, l, i) {
|
|
3141
3141
|
}, [
|
3142
3142
|
x(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
3143
3143
|
], 8, xs)) : u("", !0),
|
3144
|
-
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (s(),
|
3144
|
+
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (s(), C(r, {
|
3145
3145
|
key: 1,
|
3146
3146
|
ref: "tooltip",
|
3147
3147
|
validationStatus: e.validationStatus,
|
@@ -3151,7 +3151,7 @@ function Gs(e, n, t, a, l, i) {
|
|
3151
3151
|
}, null, 8, ["validationStatus", "relatedId", "cmdListOfRequirements", "role"])) : u("", !0)
|
3152
3152
|
], 2)) : u("", !0),
|
3153
3153
|
e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" ? (s(), o("span", vs, [
|
3154
|
-
t.fieldIconClass ? (s(),
|
3154
|
+
t.fieldIconClass ? (s(), C(d, {
|
3155
3155
|
key: 0,
|
3156
3156
|
class: "place-inside",
|
3157
3157
|
iconClass: t.fieldIconClass
|
@@ -3213,7 +3213,7 @@ function Gs(e, n, t, a, l, i) {
|
|
3213
3213
|
]),
|
3214
3214
|
t.labelText ? (s(), o("span", {
|
3215
3215
|
key: 0,
|
3216
|
-
class:
|
3216
|
+
class: b(["label-text", { hidden: !t.showLabel }])
|
3217
3217
|
}, [
|
3218
3218
|
h("span", null, [
|
3219
3219
|
F(p(t.labelText), 1),
|
@@ -3233,7 +3233,7 @@ function Gs(e, n, t, a, l, i) {
|
|
3233
3233
|
}), null, 16, Ms),
|
3234
3234
|
t.labelText || e.$slots.labeltext ? (s(), o("span", {
|
3235
3235
|
key: 0,
|
3236
|
-
class:
|
3236
|
+
class: b(["label-text", { hidden: !t.showLabel }])
|
3237
3237
|
}, [
|
3238
3238
|
h("span", null, [
|
3239
3239
|
t.labelText ? (s(), o(_, { key: 0 }, [
|
@@ -3266,7 +3266,7 @@ function Gs(e, n, t, a, l, i) {
|
|
3266
3266
|
t.element === "textarea" && t.showCharactersTextarea ? (s(), o("span", Hs, [
|
3267
3267
|
t.textCharactersLeft ? (s(), o("span", Es, p(t.textCharactersLeft), 1)) : u("", !0),
|
3268
3268
|
h("span", {
|
3269
|
-
class:
|
3269
|
+
class: b(["characters-left", { error: i.charactersLeft === 0 }])
|
3270
3270
|
}, p(i.charactersLeft), 3)
|
3271
3271
|
])) : t.element === "input" && e.$attrs.type === "search" ? (s(), o("span", Vs, [
|
3272
3272
|
h("input", A(i.elementAttributes, {
|
@@ -3278,7 +3278,7 @@ function Gs(e, n, t, a, l, i) {
|
|
3278
3278
|
t.showSearchButton ? (s(), o("a", {
|
3279
3279
|
key: 0,
|
3280
3280
|
href: "#",
|
3281
|
-
class:
|
3281
|
+
class: b(["button no-flex", { disabled: e.$attrs.disabled }]),
|
3282
3282
|
title: t.iconSearch.tooltip,
|
3283
3283
|
onClick: n[21] || (n[21] = I((...L) => i.executeSearch && i.executeSearch(...L), ["prevent"]))
|
3284
3284
|
}, [
|
@@ -3304,7 +3304,7 @@ function Gs(e, n, t, a, l, i) {
|
|
3304
3304
|
}, i.buttonAttrs, {
|
3305
3305
|
onClick: n[23] || (n[23] = (...L) => i.submit && i.submit(...L))
|
3306
3306
|
}), [
|
3307
|
-
(y = (k = t.nativeButton) == null ? void 0 : k.icon) != null && y.show && (((w = (v = t.nativeButton) == null ? void 0 : v.icon) == null ? void 0 : w.position) === "before" || !((M = (S = t.nativeButton) == null ? void 0 : S.icon) != null && M.position)) ? (s(),
|
3307
|
+
(y = (k = t.nativeButton) == null ? void 0 : k.icon) != null && y.show && (((w = (v = t.nativeButton) == null ? void 0 : v.icon) == null ? void 0 : w.position) === "before" || !((M = (S = t.nativeButton) == null ? void 0 : S.icon) != null && M.position)) ? (s(), C(d, {
|
3308
3308
|
key: 0,
|
3309
3309
|
iconClass: (E = (D = t.nativeButton) == null ? void 0 : D.icon) == null ? void 0 : E.iconClass,
|
3310
3310
|
type: (q = (T = t.nativeButton) == null ? void 0 : T.icon) == null ? void 0 : q.iconType
|
@@ -3312,7 +3312,7 @@ function Gs(e, n, t, a, l, i) {
|
|
3312
3312
|
(N = t.nativeButton) != null && N.icon && ((H = t.nativeButton) != null && H.text) ? (s(), o("span", Us, p(t.nativeButton.text), 1)) : (s(), o(_, { key: 2 }, [
|
3313
3313
|
F(p(t.nativeButton.text), 1)
|
3314
3314
|
], 64)),
|
3315
|
-
(Q = (U = t.nativeButton) == null ? void 0 : U.icon) != null && Q.show && ((Y = (z = t.nativeButton) == null ? void 0 : z.icon) == null ? void 0 : Y.position) === "after" ? (s(),
|
3315
|
+
(Q = (U = t.nativeButton) == null ? void 0 : U.icon) != null && Q.show && ((Y = (z = t.nativeButton) == null ? void 0 : z.icon) == null ? void 0 : Y.position) === "after" ? (s(), C(d, {
|
3316
3316
|
key: 3,
|
3317
3317
|
iconClass: (le = (Z = t.nativeButton) == null ? void 0 : Z.icon) == null ? void 0 : le.iconClass,
|
3318
3318
|
type: (_e = (W = t.nativeButton) == null ? void 0 : W.icon) == null ? void 0 : _e.iconType
|
@@ -3435,12 +3435,12 @@ const $ = /* @__PURE__ */ O(Cs, [["render", Gs]]), Ws = {
|
|
3435
3435
|
class: "country-name"
|
3436
3436
|
}, ho = { class: "input-wrapper" };
|
3437
3437
|
function fo(e, n, t, a, l, i) {
|
3438
|
-
const d = V, r = $, c =
|
3438
|
+
const d = V, r = $, c = _i("telephone");
|
3439
3439
|
return s(), o(_, null, [
|
3440
3440
|
h("dt", {
|
3441
|
-
class:
|
3441
|
+
class: b(["cmd-address-data-item", { address: t.addressEntry.type === "address" }])
|
3442
3442
|
}, [
|
3443
|
-
t.addressEntry.iconClass && t.showLabelIcons ? (s(),
|
3443
|
+
t.addressEntry.iconClass && t.showLabelIcons ? (s(), C(d, {
|
3444
3444
|
key: 0,
|
3445
3445
|
iconClass: t.addressEntry.iconClass,
|
3446
3446
|
type: t.addressEntry.iconType,
|
@@ -3450,9 +3450,9 @@ function fo(e, n, t, a, l, i) {
|
|
3450
3450
|
], 2),
|
3451
3451
|
t.addressEntry.type !== "address" && (t.addressEntry.data || t.addressEntry.href) ? (s(), o("dd", {
|
3452
3452
|
key: 0,
|
3453
|
-
class:
|
3453
|
+
class: b(i.vCardClass(t.addressEntry))
|
3454
3454
|
}, [
|
3455
|
-
e.editing ? (s(),
|
3455
|
+
e.editing ? (s(), C(r, {
|
3456
3456
|
key: 1,
|
3457
3457
|
element: "input",
|
3458
3458
|
type: i.inputType(t.addressEntry),
|
@@ -3703,7 +3703,7 @@ function zo(e, n, t, a, l, i) {
|
|
3703
3703
|
const d = R, r = go, c = he, f = V;
|
3704
3704
|
return s(), o("div", bo, [
|
3705
3705
|
t.useSlot ? j(e.$slots, "default", { key: 0 }) : (s(), o(_, { key: 1 }, [
|
3706
|
-
(g = t.cmdHeadline) != null && g.headlineText || e.editModeContext ? (s(),
|
3706
|
+
(g = t.cmdHeadline) != null && g.headlineText || e.editModeContext ? (s(), C(d, G(A({ key: 0 }, t.cmdHeadline)), null, 16)) : u("", !0),
|
3707
3707
|
h("address", Co, [
|
3708
3708
|
t.showLabels && (t.showLabelTexts || t.showLabelIcons) && !t.showIconsOnly ? (s(), o(_, { key: 0 }, [
|
3709
3709
|
e.editModeContext ? (s(), o(_, { key: 1 }, [
|
@@ -3713,7 +3713,7 @@ function zo(e, n, t, a, l, i) {
|
|
3713
3713
|
class: "button confirm small",
|
3714
3714
|
onClick: n[0] || (n[0] = (...m) => i.onAddItem && i.onAddItem(...m))
|
3715
3715
|
}, vo)) : u("", !0),
|
3716
|
-
(s(!0), o(_, null, B(t.addressData, (m, k) => (s(),
|
3716
|
+
(s(!0), o(_, null, B(t.addressData, (m, k) => (s(), C(c, {
|
3717
3717
|
key: "x" + k,
|
3718
3718
|
class: "edit-items",
|
3719
3719
|
showComponentName: !1,
|
@@ -3734,7 +3734,7 @@ function zo(e, n, t, a, l, i) {
|
|
3734
3734
|
_: 2
|
3735
3735
|
}, 1032, ["componentProps", "componentPath"]))), 128))
|
3736
3736
|
], 64)) : (s(), o("dl", _o, [
|
3737
|
-
(s(!0), o(_, null, B(t.addressData, (m, k) => (s(),
|
3737
|
+
(s(!0), o(_, null, B(t.addressData, (m, k) => (s(), C(r, {
|
3738
3738
|
key: k,
|
3739
3739
|
addressEntry: m,
|
3740
3740
|
showLabelIcons: t.showLabelIcons,
|
@@ -3743,12 +3743,12 @@ function zo(e, n, t, a, l, i) {
|
|
3743
3743
|
]))
|
3744
3744
|
], 64)) : (s(), o("ul", {
|
3745
3745
|
key: 1,
|
3746
|
-
class:
|
3746
|
+
class: b(["flex-container", { vertical: !t.showIconsOnly }])
|
3747
3747
|
}, [
|
3748
3748
|
(s(!0), o(_, null, B(t.addressData, (m, k) => (s(), o(_, { key: k }, [
|
3749
3749
|
m.href || m.name === "address" && m.linkGoogleMaps || !t.showIconsOnly ? (s(), o("li", {
|
3750
3750
|
key: 0,
|
3751
|
-
class:
|
3751
|
+
class: b({ "no-flex": t.showIconsOnly })
|
3752
3752
|
}, [
|
3753
3753
|
m.href ? (s(), o("a", {
|
3754
3754
|
key: 0,
|
@@ -3757,7 +3757,7 @@ function zo(e, n, t, a, l, i) {
|
|
3757
3757
|
title: m.tooltip
|
3758
3758
|
}, [
|
3759
3759
|
t.showIconsOnly ? (s(), o(_, { key: 0 }, [
|
3760
|
-
m.iconClass ? (s(),
|
3760
|
+
m.iconClass ? (s(), C(f, {
|
3761
3761
|
key: 0,
|
3762
3762
|
iconClass: m.iconClass,
|
3763
3763
|
type: m.iconType
|
@@ -3777,7 +3777,7 @@ function zo(e, n, t, a, l, i) {
|
|
3777
3777
|
title: m.tooltip
|
3778
3778
|
}, [
|
3779
3779
|
t.showIconsOnly ? (s(), o(_, { key: 0 }, [
|
3780
|
-
m.iconClass ? (s(),
|
3780
|
+
m.iconClass ? (s(), C(f, {
|
3781
3781
|
key: 0,
|
3782
3782
|
iconClass: m.iconClass,
|
3783
3783
|
type: m.iconType
|
@@ -3823,7 +3823,7 @@ function zo(e, n, t, a, l, i) {
|
|
3823
3823
|
], 64))
|
3824
3824
|
]);
|
3825
3825
|
}
|
3826
|
-
const
|
3826
|
+
const Ng = /* @__PURE__ */ O(yo, [["render", zo]]), qo = {
|
3827
3827
|
name: "CmdBackToTopButton",
|
3828
3828
|
data() {
|
3829
3829
|
var e;
|
@@ -3888,7 +3888,7 @@ const Dg = /* @__PURE__ */ O(yo, [["render", zo]]), qo = {
|
|
3888
3888
|
}, Ro = ["title"];
|
3889
3889
|
function Uo(e, n, t, a, l, i) {
|
3890
3890
|
const d = V;
|
3891
|
-
return s(),
|
3891
|
+
return s(), C(ue, { name: "fade" }, {
|
3892
3892
|
default: P(() => [
|
3893
3893
|
i.show ? (s(), o("a", {
|
3894
3894
|
key: 0,
|
@@ -3908,7 +3908,7 @@ function Uo(e, n, t, a, l, i) {
|
|
3908
3908
|
_: 1
|
3909
3909
|
});
|
3910
3910
|
}
|
3911
|
-
const
|
3911
|
+
const Pg = /* @__PURE__ */ O(qo, [["render", Uo]]);
|
3912
3912
|
const Go = {
|
3913
3913
|
name: "CmdBankAccountData",
|
3914
3914
|
props: {
|
@@ -3968,7 +3968,7 @@ const Go = {
|
|
3968
3968
|
function Yo(e, n, t, a, l, i) {
|
3969
3969
|
const d = R, r = V;
|
3970
3970
|
return s(), o("div", Wo, [
|
3971
|
-
t.cmdHeadline ? (s(),
|
3971
|
+
t.cmdHeadline ? (s(), C(d, G(A({ key: 0 }, t.cmdHeadline)), null, 16)) : u("", !0),
|
3972
3972
|
h("dl", null, [
|
3973
3973
|
(s(!0), o(_, null, B(t.accountData, (c, f) => (s(), o(_, { key: f }, [
|
3974
3974
|
h("dt", null, p(c.text), 1),
|
@@ -3990,7 +3990,7 @@ function Yo(e, n, t, a, l, i) {
|
|
3990
3990
|
t.additionalInformation ? (s(), o("p", Jo, p(t.additionalInformation), 1)) : u("", !0)
|
3991
3991
|
]);
|
3992
3992
|
}
|
3993
|
-
const
|
3993
|
+
const Bg = /* @__PURE__ */ O(Go, [["render", Yo]]);
|
3994
3994
|
function ve(e) {
|
3995
3995
|
if (e) {
|
3996
3996
|
const n = e.lastIndexOf(".");
|
@@ -4235,7 +4235,7 @@ const Ko = {
|
|
4235
4235
|
function da(e, n, t, a, l, i) {
|
4236
4236
|
var c, f, g, m, k, y, v, w, S;
|
4237
4237
|
const d = $, r = he;
|
4238
|
-
return e.editModeContext ? (s(),
|
4238
|
+
return e.editModeContext ? (s(), C(r, {
|
4239
4239
|
key: 0,
|
4240
4240
|
ref: "editComponentWrapper",
|
4241
4241
|
class: "edit-items",
|
@@ -4251,14 +4251,14 @@ function da(e, n, t, a, l, i) {
|
|
4251
4251
|
var D, E, T, q, N, H, U, Q, z, Y, Z, le;
|
4252
4252
|
return [
|
4253
4253
|
h("figure", {
|
4254
|
-
class:
|
4254
|
+
class: b(["cmd-image flex-container no-gap vertical", i.textAlign])
|
4255
4255
|
}, [
|
4256
4256
|
(D = t.figcaption) != null && D.show && ((E = t.figcaption) == null ? void 0 : E.position) === "top" ? (s(), o(_, { key: 0 }, [
|
4257
|
-
M.editing ? (s(),
|
4257
|
+
M.editing ? (s(), C(d, {
|
4258
4258
|
key: 0,
|
4259
4259
|
element: "input",
|
4260
4260
|
type: "text",
|
4261
|
-
class:
|
4261
|
+
class: b([i.textAlign, "edit-mode"]),
|
4262
4262
|
required: !0,
|
4263
4263
|
labelText: "Text figcaption",
|
4264
4264
|
modelValue: i.editableFigcaptionText,
|
@@ -4296,11 +4296,11 @@ function da(e, n, t, a, l, i) {
|
|
4296
4296
|
title: (Q = t.image) == null ? void 0 : Q.tooltip
|
4297
4297
|
}, null, 8, ta)) : u("", !0),
|
4298
4298
|
(z = t.figcaption) != null && z.show && ((Y = t.figcaption) == null ? void 0 : Y.position) !== "top" ? (s(), o(_, { key: 3 }, [
|
4299
|
-
M.editing ? (s(),
|
4299
|
+
M.editing ? (s(), C(d, {
|
4300
4300
|
key: 0,
|
4301
4301
|
element: "input",
|
4302
4302
|
type: "text",
|
4303
|
-
class:
|
4303
|
+
class: b([i.textAlign, "edit-mode"]),
|
4304
4304
|
required: !0,
|
4305
4305
|
labelText: "Text figcaption",
|
4306
4306
|
showLabel: !1,
|
@@ -4321,7 +4321,7 @@ function da(e, n, t, a, l, i) {
|
|
4321
4321
|
_: 1
|
4322
4322
|
}, 8, ["componentProps", "componentPath", "allowDeleteComponent", "itemProvider"])) : (s(), o("figure", {
|
4323
4323
|
key: 1,
|
4324
|
-
class:
|
4324
|
+
class: b(["cmd-image", i.textAlign])
|
4325
4325
|
}, [
|
4326
4326
|
(f = t.figcaption) != null && f.show && ((g = t.figcaption) == null ? void 0 : g.position) === "top" ? (s(), o("figcaption", oa, p((m = t.figcaption) == null ? void 0 : m.text), 1)) : u("", !0),
|
4327
4327
|
h("img", {
|
@@ -4390,7 +4390,7 @@ function ma(e, n, t, a, l, i) {
|
|
4390
4390
|
href: "#",
|
4391
4391
|
onClick: n[0] || (n[0] = I(() => {
|
4392
4392
|
}, ["prevent"])),
|
4393
|
-
class:
|
4393
|
+
class: b(["cmd-slide-button", "button", "keep-behavior-on-small-devices", t.slideButtonType]),
|
4394
4394
|
title: i.getDirection.tooltip
|
4395
4395
|
}, [
|
4396
4396
|
x(d, {
|
@@ -4642,7 +4642,7 @@ function va(e, n, t, a, l, i) {
|
|
4642
4642
|
var g;
|
4643
4643
|
const d = R, r = qe, c = be, f = V;
|
4644
4644
|
return s(), o("div", {
|
4645
|
-
class:
|
4645
|
+
class: b([
|
4646
4646
|
"cmd-thumbnail-scroller",
|
4647
4647
|
{
|
4648
4648
|
"gallery-scroller": t.useGalleryScroller,
|
@@ -4653,9 +4653,9 @@ function va(e, n, t, a, l, i) {
|
|
4653
4653
|
]),
|
4654
4654
|
ref: "thumbnail-scroller"
|
4655
4655
|
}, [
|
4656
|
-
(g = t.cmdHeadline) != null && g.headlineText || e.editModeContext ? (s(),
|
4656
|
+
(g = t.cmdHeadline) != null && g.headlineText || e.editModeContext ? (s(), C(d, G(A({ key: 0 }, t.cmdHeadline)), null, 16)) : u("", !0),
|
4657
4657
|
h("div", ga, [
|
4658
|
-
l.showSlidebuttons ? (s(),
|
4658
|
+
l.showSlidebuttons ? (s(), C(r, {
|
4659
4659
|
key: 0,
|
4660
4660
|
onClick: I(i.showPrevItem, ["prevent"]),
|
4661
4661
|
slideButtonType: "prev"
|
@@ -4666,14 +4666,14 @@ function va(e, n, t, a, l, i) {
|
|
4666
4666
|
}, {
|
4667
4667
|
default: P(() => [
|
4668
4668
|
(s(!0), o(_, null, B(l.items, (m, k) => (s(), o("li", { key: k }, [
|
4669
|
-
e.editModeContext ? t.contentType === "image" ? (s(),
|
4669
|
+
e.editModeContext ? t.contentType === "image" ? (s(), C(c, {
|
4670
4670
|
key: 1,
|
4671
4671
|
image: m.image,
|
4672
4672
|
figcaption: m.figcaption,
|
4673
4673
|
componentPath: ["props", "thumbnailScrollerItems", k],
|
4674
4674
|
editModeConfig: i.imageStructure()
|
4675
4675
|
}, null, 8, ["image", "figcaption", "componentPath", "editModeConfig"])) : t.contentType === "text" ? (s(), o(_, { key: 2 }, [
|
4676
|
-
m.iconClass ? (s(),
|
4676
|
+
m.iconClass ? (s(), C(f, {
|
4677
4677
|
key: 0,
|
4678
4678
|
iconClass: m.iconClass,
|
4679
4679
|
type: m.iconType
|
@@ -4683,16 +4683,16 @@ function va(e, n, t, a, l, i) {
|
|
4683
4683
|
key: 0,
|
4684
4684
|
href: t.executeOnClick === "url" ? m.url : "#",
|
4685
4685
|
onClick: (y) => i.executeLink(k, y),
|
4686
|
-
class:
|
4686
|
+
class: b([{ active: t.activeItemIndex === k }, m.id ? "item-" + m.id : ""]),
|
4687
4687
|
title: i.tooltip,
|
4688
4688
|
target: t.executeOnClick === "url" ? "_blank" : null
|
4689
4689
|
}, [
|
4690
|
-
t.contentType === "image" ? (s(),
|
4690
|
+
t.contentType === "image" ? (s(), C(c, {
|
4691
4691
|
key: 0,
|
4692
4692
|
image: m.image,
|
4693
4693
|
figcaption: m.figcaption
|
4694
4694
|
}, null, 8, ["image", "figcaption"])) : (s(), o(_, { key: 1 }, [
|
4695
|
-
m.iconClass ? (s(),
|
4695
|
+
m.iconClass ? (s(), C(f, {
|
4696
4696
|
key: 0,
|
4697
4697
|
iconClass: m.iconClass,
|
4698
4698
|
type: m.iconType
|
@@ -4711,7 +4711,7 @@ function va(e, n, t, a, l, i) {
|
|
4711
4711
|
]),
|
4712
4712
|
_: 1
|
4713
4713
|
}),
|
4714
|
-
l.showSlidebuttons ? (s(),
|
4714
|
+
l.showSlidebuttons ? (s(), C(r, {
|
4715
4715
|
key: 1,
|
4716
4716
|
onClick: I(i.showNextItem, ["prevent"]),
|
4717
4717
|
slideButtons: t.cmdSlideButtons.next
|
@@ -4722,11 +4722,11 @@ function va(e, n, t, a, l, i) {
|
|
4722
4722
|
const wa = /* @__PURE__ */ O(fa, [["render", va]]);
|
4723
4723
|
const Bt = (e) => {
|
4724
4724
|
const n = document.createElement("div");
|
4725
|
-
document.querySelector("body").appendChild(n),
|
4725
|
+
document.querySelector("body").appendChild(n), ki(oi, {
|
4726
4726
|
...e,
|
4727
4727
|
show: !0
|
4728
4728
|
}).mount(n);
|
4729
|
-
},
|
4729
|
+
}, oi = Vn({
|
4730
4730
|
name: "CmdFancyBox",
|
4731
4731
|
mixins: [
|
4732
4732
|
Oe
|
@@ -4978,7 +4978,7 @@ async function Ta(e) {
|
|
4978
4978
|
const n = await fetch(e, { method: "HEAD" });
|
4979
4979
|
return n.ok ? (n.headers.get("Content-Type") || "").split(";")[0] : "text/html";
|
4980
4980
|
}
|
4981
|
-
const Ia =
|
4981
|
+
const Ia = oi, Sa = ["aria-label"], Ma = { class: "flex-container" }, Oa = {
|
4982
4982
|
key: 1,
|
4983
4983
|
class: "button-wrapper no-flex"
|
4984
4984
|
}, La = ["title"], Da = ["title"], Na = ["title"], Pa = {
|
@@ -5000,15 +5000,15 @@ const Ia = si, Sa = ["aria-label"], Ma = { class: "flex-container" }, Oa = {
|
|
5000
5000
|
function Ra(e, n, t, a, l, i) {
|
5001
5001
|
var m, k, y, v, w, S, M, D, E, T, q, N, H, U, Q, z, Y, Z, le, W, _e, L, ge, zt, qt, Rt, Ut, Gt, Wt;
|
5002
5002
|
const d = R, r = V, c = be, f = qe, g = wa;
|
5003
|
-
return s(),
|
5003
|
+
return s(), C(xi, { to: "body" }, [
|
5004
5004
|
h("dialog", {
|
5005
5005
|
ref: "dialog",
|
5006
|
-
class:
|
5006
|
+
class: b(["cmd-fancybox", { "show-overlay": e.showOverlay, image: e.fancyBoxImageUrl || e.fancyBoxGallery, "image-gallery": e.fancyBoxGallery }]),
|
5007
5007
|
"aria-label": e.ariaLabelText,
|
5008
5008
|
onCancel: n[5] || (n[5] = (...ae) => e.onDialogCancel && e.onDialogCancel(...ae))
|
5009
5009
|
}, [
|
5010
5010
|
h("header", Ma, [
|
5011
|
-
(m = e.cmdHeadline) != null && m.show ? (s(),
|
5011
|
+
(m = e.cmdHeadline) != null && m.show ? (s(), C(d, {
|
5012
5012
|
key: 0,
|
5013
5013
|
headlineText: (k = e.cmdHeadline) == null ? void 0 : k.headlineText,
|
5014
5014
|
headlineLevel: (y = e.cmdHeadline) == null ? void 0 : y.headlineLevel,
|
@@ -5056,7 +5056,7 @@ function Ra(e, n, t, a, l, i) {
|
|
5056
5056
|
])) : u("", !0)
|
5057
5057
|
]),
|
5058
5058
|
h("div", {
|
5059
|
-
class:
|
5059
|
+
class: b(["outer-content-wrapper", { grayscale: e.printInGrayscale }])
|
5060
5060
|
}, [
|
5061
5061
|
e.fancyBoxImageUrl || (U = e.cmdImage) != null && U.image ? (s(), o("div", Pa, [
|
5062
5062
|
x(c, {
|
@@ -5089,7 +5089,7 @@ function Ra(e, n, t, a, l, i) {
|
|
5089
5089
|
onClick: n[3] || (n[3] = (...ae) => e.cancel && e.cancel(...ae)),
|
5090
5090
|
title: (Y = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : Y.tooltip
|
5091
5091
|
}, [
|
5092
|
-
(Z = e.fancyboxOptions.submitButtons.cancel) != null && Z.iconClass ? (s(),
|
5092
|
+
(Z = e.fancyboxOptions.submitButtons.cancel) != null && Z.iconClass ? (s(), C(r, {
|
5093
5093
|
key: 0,
|
5094
5094
|
iconClass: (le = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : le.iconClass,
|
5095
5095
|
type: (W = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : W.iconType
|
@@ -5101,7 +5101,7 @@ function Ra(e, n, t, a, l, i) {
|
|
5101
5101
|
onClick: n[4] || (n[4] = (...ae) => e.confirm && e.confirm(...ae)),
|
5102
5102
|
title: (zt = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : zt.tooltip
|
5103
5103
|
}, [
|
5104
|
-
(qt = e.fancyboxOptions.submitButtons.confirm) != null && qt.iconClass ? (s(),
|
5104
|
+
(qt = e.fancyboxOptions.submitButtons.confirm) != null && qt.iconClass ? (s(), C(r, {
|
5105
5105
|
key: 0,
|
5106
5106
|
iconClass: (Rt = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : Rt.iconClass,
|
5107
5107
|
type: (Ut = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : Ut.iconType
|
@@ -5109,7 +5109,7 @@ function Ra(e, n, t, a, l, i) {
|
|
5109
5109
|
(Gt = e.fancyboxOptions.submitButtons.confirm) != null && Gt.buttonText ? (s(), o("span", qa, p((Wt = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : Wt.buttonText), 1)) : u("", !0)
|
5110
5110
|
], 8, za)) : u("", !0)
|
5111
5111
|
])) : u("", !0),
|
5112
|
-
e.fancyBoxGallery ? (s(),
|
5112
|
+
e.fancyBoxGallery ? (s(), C(g, {
|
5113
5113
|
key: 1,
|
5114
5114
|
thumbnailScrollerItems: [...e.fancyBoxGallery],
|
5115
5115
|
allowOpenFancyBox: !1,
|
@@ -5119,7 +5119,7 @@ function Ra(e, n, t, a, l, i) {
|
|
5119
5119
|
], 42, Sa)
|
5120
5120
|
]);
|
5121
5121
|
}
|
5122
|
-
const
|
5122
|
+
const Ag = /* @__PURE__ */ O(Ia, [["render", Ra]]), Ua = {
|
5123
5123
|
name: "CmdListOfLinksItem",
|
5124
5124
|
inheritAttrs: !1,
|
5125
5125
|
mixins: [J],
|
@@ -5184,19 +5184,19 @@ function Ya(e, n, t, a, l, i) {
|
|
5184
5184
|
onClick: n[0] || (n[0] = (f) => i.executeLink(t.link, f)),
|
5185
5185
|
title: t.link.tooltip && t.link.tooltip !== void 0 ? t.link.tooltip : void 0
|
5186
5186
|
}, [
|
5187
|
-
t.link.iconClass ? (s(),
|
5187
|
+
t.link.iconClass ? (s(), C(d, {
|
5188
5188
|
key: 0,
|
5189
5189
|
iconClass: t.link.iconClass,
|
5190
5190
|
type: t.link.iconType
|
5191
5191
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
5192
5192
|
t.link.text ? (s(), o("span", Qa, p(t.link.text), 1)) : u("", !0)
|
5193
|
-
], 8, Wa)) : t.link.type === "router" ? (s(),
|
5193
|
+
], 8, Wa)) : t.link.type === "router" ? (s(), C(r, {
|
5194
5194
|
key: 1,
|
5195
5195
|
to: i.getRoute(t.link),
|
5196
5196
|
title: t.link.tooltip
|
5197
5197
|
}, {
|
5198
5198
|
default: P(() => [
|
5199
|
-
t.link.iconClass ? (s(),
|
5199
|
+
t.link.iconClass ? (s(), C(d, {
|
5200
5200
|
key: 0,
|
5201
5201
|
iconClass: t.link.iconClass,
|
5202
5202
|
type: t.link.iconType
|
@@ -5334,14 +5334,14 @@ function ir(e, n, t, a, l, i) {
|
|
5334
5334
|
var f;
|
5335
5335
|
const d = R, r = Ka, c = he;
|
5336
5336
|
return s(), o("div", {
|
5337
|
-
class:
|
5337
|
+
class: b(["cmd-list-of-links", { box: t.styleAsBox, horizontal: t.orientation === "horizontal", "section-anchors": t.sectionAnchors, "large-icons": t.largeIcons }])
|
5338
5338
|
}, [
|
5339
|
-
(f = t.cmdHeadline) != null && f.headlineText || e.editModeContext ? (s(),
|
5339
|
+
(f = t.cmdHeadline) != null && f.headlineText || e.editModeContext ? (s(), C(d, G(A({ key: 0 }, t.cmdHeadline)), null, 16)) : u("", !0),
|
5340
5340
|
h("ul", {
|
5341
|
-
class:
|
5341
|
+
class: b(["flex-container", { "no-gap": !t.useGap }, "align-" + t.align, i.setStretchClass])
|
5342
5342
|
}, [
|
5343
5343
|
e.editModeContext ? (s(), o("li", $a, [
|
5344
|
-
(s(!0), o(_, null, B(t.links, (g, m) => (s(),
|
5344
|
+
(s(!0), o(_, null, B(t.links, (g, m) => (s(), C(c, {
|
5345
5345
|
key: "x" + m,
|
5346
5346
|
class: "edit-items",
|
5347
5347
|
showComponentName: !1,
|
@@ -5354,7 +5354,7 @@ function ir(e, n, t, a, l, i) {
|
|
5354
5354
|
}, {
|
5355
5355
|
default: P(() => [
|
5356
5356
|
x(r, {
|
5357
|
-
class:
|
5357
|
+
class: b({ active: t.sectionAnchors && t.activeSection === m }),
|
5358
5358
|
link: g
|
5359
5359
|
}, null, 8, ["class", "link"])
|
5360
5360
|
]),
|
@@ -5366,9 +5366,9 @@ function ir(e, n, t, a, l, i) {
|
|
5366
5366
|
class: "button confirm small",
|
5367
5367
|
onClick: n[0] || (n[0] = (...g) => i.onAddItem && i.onAddItem(...g))
|
5368
5368
|
}, nr)) : u("", !0)
|
5369
|
-
])) : (s(!0), o(_, { key: 0 }, B(t.links, (g, m) => (s(),
|
5369
|
+
])) : (s(!0), o(_, { key: 0 }, B(t.links, (g, m) => (s(), C(r, {
|
5370
5370
|
key: m,
|
5371
|
-
class:
|
5371
|
+
class: b({ active: t.sectionAnchors && t.activeSection === m }),
|
5372
5372
|
link: g
|
5373
5373
|
}, null, 8, ["class", "link"]))), 128))
|
5374
5374
|
], 2)
|
@@ -5715,7 +5715,7 @@ function Fr(e, n, t, a, l, i) {
|
|
5715
5715
|
return t.boxType === "content" ? (s(), o("div", {
|
5716
5716
|
key: 0,
|
5717
5717
|
ref: "cmdBox",
|
5718
|
-
class:
|
5718
|
+
class: b([
|
5719
5719
|
"cmd-box box content",
|
5720
5720
|
{
|
5721
5721
|
open: l.open,
|
@@ -5733,7 +5733,7 @@ function Fr(e, n, t, a, l, i) {
|
|
5733
5733
|
title: l.open ? t.iconOpen.tooltip : t.iconClosed.tooltip,
|
5734
5734
|
onClick: n[0] || (n[0] = I((...D) => i.toggleContentVisibility && i.toggleContentVisibility(...D), ["prevent"]))
|
5735
5735
|
}, [
|
5736
|
-
(f = t.useSlots) != null && f.includes("header") ? j(e.$slots, "header", { key: 0 }) : (g = t.cmdHeadline) != null && g.headlineText ? (s(),
|
5736
|
+
(f = t.useSlots) != null && f.includes("header") ? j(e.$slots, "header", { key: 0 }) : (g = t.cmdHeadline) != null && g.headlineText ? (s(), C(d, G(A({ key: 1 }, t.cmdHeadline)), null, 16)) : u("", !0),
|
5737
5737
|
x(r, {
|
5738
5738
|
iconClass: l.open ? t.iconOpen.iconClass : t.iconClosed.iconClass,
|
5739
5739
|
type: l.open ? t.iconOpen.iconType : t.iconClosed.iconType
|
@@ -5741,17 +5741,17 @@ function Fr(e, n, t, a, l, i) {
|
|
5741
5741
|
], 8, ar)) : (s(), o(_, { key: 1 }, [
|
5742
5742
|
(m = t.useSlots) != null && m.includes("header") || (k = t.cmdHeadline) != null && k.headlineText ? (s(), o("div", rr, [
|
5743
5743
|
(y = t.useSlots) != null && y.includes("header") ? j(e.$slots, "header", { key: 0 }) : u("", !0),
|
5744
|
-
(v = t.cmdHeadline) != null && v.headlineText ? (s(),
|
5744
|
+
(v = t.cmdHeadline) != null && v.headlineText ? (s(), C(d, G(A({ key: 1 }, t.cmdHeadline)), null, 16)) : u("", !0)
|
5745
5745
|
])) : u("", !0)
|
5746
5746
|
], 64)),
|
5747
5747
|
ne(h("div", {
|
5748
|
-
class:
|
5748
|
+
class: b(["box-body", t.boxBodyClass]),
|
5749
5749
|
"aria-expanded": "true",
|
5750
5750
|
role: "article"
|
5751
5751
|
}, [
|
5752
5752
|
(w = t.useSlots) != null && w.includes("body") ? (s(), o("div", {
|
5753
5753
|
key: 0,
|
5754
|
-
class:
|
5754
|
+
class: b({ "default-padding": t.useDefaultPadding, "allow-scroll": t.allowContentToScroll }),
|
5755
5755
|
ref: "boxBody",
|
5756
5756
|
style: we("max-height: " + l.calculatedBodyHeight)
|
5757
5757
|
}, [
|
@@ -5759,7 +5759,7 @@ function Fr(e, n, t, a, l, i) {
|
|
5759
5759
|
x(wt, { name: i.toggleTransition }, {
|
5760
5760
|
default: P(() => [
|
5761
5761
|
h("p", {
|
5762
|
-
class:
|
5762
|
+
class: b({
|
5763
5763
|
"cutoff-text": t.cutoffTextLines > 0,
|
5764
5764
|
"fade-last-line": t.fadeLastLine && !l.showCutOffText,
|
5765
5765
|
"show-text": l.showCutOffText
|
@@ -5781,9 +5781,9 @@ function Fr(e, n, t, a, l, i) {
|
|
5781
5781
|
alt: t.image.altText
|
5782
5782
|
}, null, 8, dr)) : u("", !0),
|
5783
5783
|
h("div", {
|
5784
|
-
class:
|
5784
|
+
class: b({ "default-padding": t.useDefaultPadding, "allow-scroll": t.allowContentToScroll })
|
5785
5785
|
}, [
|
5786
|
-
(S = t.cmdHeadline) != null && S.headlineText && t.repeatHeadlineInBoxBody ? (s(),
|
5786
|
+
(S = t.cmdHeadline) != null && S.headlineText && t.repeatHeadlineInBoxBody ? (s(), C(d, G(A({ key: 0 }, t.cmdHeadline)), null, 16)) : u("", !0),
|
5787
5787
|
t.textBody ? (s(), o("p", cr, p(t.textBody), 1)) : u("", !0)
|
5788
5788
|
], 2)
|
5789
5789
|
], 64))
|
@@ -5795,7 +5795,7 @@ function Fr(e, n, t, a, l, i) {
|
|
5795
5795
|
])) : u("", !0)
|
5796
5796
|
], 2)) : t.boxType === "product" && t.product ? (s(), o("a", {
|
5797
5797
|
key: 1,
|
5798
|
-
class:
|
5798
|
+
class: b(["cmd-box box product", { "stretch-vertically": t.stretchVertically, "stretch-horizontally": t.stretchHorizontally, "row-view": t.rowView }]),
|
5799
5799
|
href: "#",
|
5800
5800
|
onClick: n[2] || (n[2] = I((D) => i.clickOnProduct(t.product), ["prevent"]))
|
5801
5801
|
}, [
|
@@ -5826,7 +5826,7 @@ function Fr(e, n, t, a, l, i) {
|
|
5826
5826
|
])
|
5827
5827
|
], 2)) : t.boxType === "user" && t.user ? (s(), o("div", {
|
5828
5828
|
key: 2,
|
5829
|
-
class:
|
5829
|
+
class: b([
|
5830
5830
|
"cmd-box box user",
|
5831
5831
|
t.profileType,
|
5832
5832
|
{
|
@@ -5848,7 +5848,7 @@ function Fr(e, n, t, a, l, i) {
|
|
5848
5848
|
])
|
5849
5849
|
])) : (s(), o("div", Sr, [
|
5850
5850
|
h("span", {
|
5851
|
-
class:
|
5851
|
+
class: b(t.defaultProfileIconClass),
|
5852
5852
|
title: t.user.name
|
5853
5853
|
}, null, 10, Mr),
|
5854
5854
|
t.rowView ? u("", !0) : (s(), o("p", Or, p(t.user.name), 1))
|
@@ -6088,7 +6088,7 @@ function Ur(e, n, t, a, l, i) {
|
|
6088
6088
|
const d = R, r = V;
|
6089
6089
|
return s(), o("div", Er, [
|
6090
6090
|
t.cmdHeadline.headlineText || t.allowUserToToggleOrientation || t.allowTogglingCollapsingBoxes ? (s(), o("div", Vr, [
|
6091
|
-
t.cmdHeadline.headlineText ? (s(),
|
6091
|
+
t.cmdHeadline.headlineText ? (s(), C(d, G(A({ key: 0 }, t.cmdHeadline)), null, 16)) : u("", !0),
|
6092
6092
|
t.allowUserToToggleOrientation || t.allowTogglingCollapsingBoxes ? (s(), o("div", zr, [
|
6093
6093
|
t.allowTogglingCollapsingBoxes ? (s(), o("a", {
|
6094
6094
|
key: 0,
|
@@ -6115,7 +6115,7 @@ function Ur(e, n, t, a, l, i) {
|
|
6115
6115
|
])) : u("", !0)
|
6116
6116
|
])) : u("", !0),
|
6117
6117
|
h("div", {
|
6118
|
-
class:
|
6118
|
+
class: b([
|
6119
6119
|
"inner-box-wrapper",
|
6120
6120
|
t.useFlexbox ? "flex-container" : "grid-container-create-columns",
|
6121
6121
|
{
|
@@ -6135,7 +6135,7 @@ function Ur(e, n, t, a, l, i) {
|
|
6135
6135
|
], 2)
|
6136
6136
|
]);
|
6137
6137
|
}
|
6138
|
-
const
|
6138
|
+
const jg = /* @__PURE__ */ O(jt, [["render", Ur]]);
|
6139
6139
|
function Ce(e) {
|
6140
6140
|
return e.path ? e.path : ((e.route == null || typeof e.route != "object" || !e.route.path && !e.route.name) && console.error("Error in router configuration. Expected object with 'path' or 'name', got", e.route), e.route);
|
6141
6141
|
}
|
@@ -6179,18 +6179,18 @@ function ed(e, n, t, a, l, i) {
|
|
6179
6179
|
key: 0,
|
6180
6180
|
href: c.path
|
6181
6181
|
}, [
|
6182
|
-
c.iconClass ? (s(),
|
6182
|
+
c.iconClass ? (s(), C(d, {
|
6183
6183
|
key: 0,
|
6184
6184
|
iconClass: c.iconClass,
|
6185
6185
|
type: c.iconType
|
6186
6186
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
6187
6187
|
c.text ? (s(), o("span", Jr, p(c.text), 1)) : u("", !0)
|
6188
|
-
], 8, Zr)) : c.type === "router" ? (s(),
|
6188
|
+
], 8, Zr)) : c.type === "router" ? (s(), C(r, {
|
6189
6189
|
key: 1,
|
6190
6190
|
to: i.getRoute(c)
|
6191
6191
|
}, {
|
6192
6192
|
default: P(() => [
|
6193
|
-
c.iconClass ? (s(),
|
6193
|
+
c.iconClass ? (s(), C(d, {
|
6194
6194
|
key: 0,
|
6195
6195
|
iconClass: c.iconClass,
|
6196
6196
|
type: c.iconType
|
@@ -6199,7 +6199,7 @@ function ed(e, n, t, a, l, i) {
|
|
6199
6199
|
]),
|
6200
6200
|
_: 2
|
6201
6201
|
}, 1032, ["to"])) : (s(), o("span", Kr, [
|
6202
|
-
c.iconClass ? (s(),
|
6202
|
+
c.iconClass ? (s(), C(d, {
|
6203
6203
|
key: 0,
|
6204
6204
|
iconClass: c.iconClass,
|
6205
6205
|
type: c.iconType
|
@@ -6210,7 +6210,7 @@ function ed(e, n, t, a, l, i) {
|
|
6210
6210
|
]))), 128))
|
6211
6211
|
]);
|
6212
6212
|
}
|
6213
|
-
const
|
6213
|
+
const Fg = /* @__PURE__ */ O(Gr, [["render", ed]]);
|
6214
6214
|
const td = {
|
6215
6215
|
name: "CmdCompanyLogo",
|
6216
6216
|
data() {
|
@@ -6293,7 +6293,7 @@ function ld(e, n, t, a, l, i) {
|
|
6293
6293
|
var c, f, g, m, k, y;
|
6294
6294
|
const d = be, r = se("router-link");
|
6295
6295
|
return s(), o("div", nd, [
|
6296
|
-
((c = t.link) == null ? void 0 : c.type) === "router" ? (s(),
|
6296
|
+
((c = t.link) == null ? void 0 : c.type) === "router" ? (s(), C(r, {
|
6297
6297
|
key: 0,
|
6298
6298
|
to: (f = t.link) == null ? void 0 : f.path,
|
6299
6299
|
title: (g = t.link) == null ? void 0 : g.tooltip
|
@@ -6308,7 +6308,7 @@ function ld(e, n, t, a, l, i) {
|
|
6308
6308
|
title: (y = t.link) == null ? void 0 : y.tooltip
|
6309
6309
|
}, [
|
6310
6310
|
x(d, { image: i.image }, null, 8, ["image"])
|
6311
|
-
], 8, id)) : (s(),
|
6311
|
+
], 8, id)) : (s(), C(d, {
|
6312
6312
|
key: 2,
|
6313
6313
|
image: i.image
|
6314
6314
|
}, null, 8, ["image"]))
|
@@ -6329,7 +6329,7 @@ function rd(e, n, t, a, l, i) {
|
|
6329
6329
|
j(e.$slots, "default")
|
6330
6330
|
]);
|
6331
6331
|
}
|
6332
|
-
const
|
6332
|
+
const Hg = /* @__PURE__ */ O(od, [["render", rd]]), dd = {
|
6333
6333
|
data() {
|
6334
6334
|
return {
|
6335
6335
|
defaultMessageProperties: {
|
@@ -6466,12 +6466,12 @@ const cd = {
|
|
6466
6466
|
}, Cd = { key: 0 }, _d = { key: 1 }, kd = ["href", "target"], xd = ["innerHTML"], vd = { class: "button-wrapper align-center" };
|
6467
6467
|
function wd(e, n, t, a, l, i) {
|
6468
6468
|
const d = R, r = $, c = Hr;
|
6469
|
-
return s(),
|
6469
|
+
return s(), C(ue, { name: "fade" }, {
|
6470
6470
|
default: P(() => {
|
6471
6471
|
var f, g, m;
|
6472
6472
|
return [
|
6473
6473
|
h("div", ud, [
|
6474
|
-
(f = t.cmdHeadlineCookieDisclaimer) != null && f.show && ((g = t.cmdHeadlineCookieDisclaimer) != null && g.headlineText) && ((m = t.cmdHeadlineCookieDisclaimer) != null && m.headlineLevel) ? (s(),
|
6474
|
+
(f = t.cmdHeadlineCookieDisclaimer) != null && f.show && ((g = t.cmdHeadlineCookieDisclaimer) != null && g.headlineText) && ((m = t.cmdHeadlineCookieDisclaimer) != null && m.headlineLevel) ? (s(), C(d, {
|
6475
6475
|
key: 0,
|
6476
6476
|
headlineText: t.cmdHeadlineCookieDisclaimer.headlineText,
|
6477
6477
|
headlineLevel: t.cmdHeadlineCookieDisclaimer.headlineLevel
|
@@ -6480,14 +6480,14 @@ function wd(e, n, t, a, l, i) {
|
|
6480
6480
|
var k, y, v, w, S, M, D, E;
|
6481
6481
|
return [
|
6482
6482
|
(k = t.cookieOptions) != null && k.required ? (s(), o("div", md, [
|
6483
|
-
(y = t.cmdBoxRequiredCookies) != null && y.showHeadline ? (s(),
|
6483
|
+
(y = t.cmdBoxRequiredCookies) != null && y.showHeadline ? (s(), C(d, {
|
6484
6484
|
key: 0,
|
6485
6485
|
"headline-text": (v = t.cmdBoxRequiredCookies) == null ? void 0 : v.headlineText,
|
6486
6486
|
"headline-level": (w = t.cmdBoxRequiredCookies) == null ? void 0 : w.headlineLevel
|
6487
6487
|
}, null, 8, ["headline-text", "headline-level"])) : u("", !0),
|
6488
6488
|
(s(!0), o(_, null, B(t.cookieOptions.required.cookies || [], (T, q) => {
|
6489
6489
|
var N;
|
6490
|
-
return s(),
|
6490
|
+
return s(), C(c, {
|
6491
6491
|
useSlots: ["header", "body"],
|
6492
6492
|
collapsible: (N = t.cmdBoxRequiredCookies) == null ? void 0 : N.collapsible,
|
6493
6493
|
key: q
|
@@ -6527,14 +6527,14 @@ function wd(e, n, t, a, l, i) {
|
|
6527
6527
|
])) : u("", !0),
|
6528
6528
|
yd,
|
6529
6529
|
(S = t.cookieOptions) != null && S.optional ? (s(), o("div", bd, [
|
6530
|
-
(M = t.cmdBoxOptionalCookies) != null && M.showHeadline ? (s(),
|
6530
|
+
(M = t.cmdBoxOptionalCookies) != null && M.showHeadline ? (s(), C(d, {
|
6531
6531
|
key: 0,
|
6532
6532
|
"headline-text": (D = t.cmdBoxOptionalCookies) == null ? void 0 : D.headlineText,
|
6533
6533
|
"headline-level": (E = t.cmdBoxOptionalCookies) == null ? void 0 : E.headlineLevel
|
6534
6534
|
}, null, 8, ["headline-text", "headline-level"])) : u("", !0),
|
6535
6535
|
(s(!0), o(_, null, B(t.cookieOptions.optional.cookies || [], (T, q) => {
|
6536
6536
|
var N;
|
6537
|
-
return s(),
|
6537
|
+
return s(), C(c, {
|
6538
6538
|
useSlots: ["header", "body"],
|
6539
6539
|
collapsible: (N = t.cmdBoxOptionalCookies) == null ? void 0 : N.collapsible,
|
6540
6540
|
key: q
|
@@ -6598,7 +6598,7 @@ function wd(e, n, t, a, l, i) {
|
|
6598
6598
|
_: 3
|
6599
6599
|
});
|
6600
6600
|
}
|
6601
|
-
const
|
6601
|
+
const Eg = /* @__PURE__ */ O(cd, [["render", wd]]);
|
6602
6602
|
const Td = {
|
6603
6603
|
name: "CmdCopyrightWrapper"
|
6604
6604
|
}, Id = {
|
@@ -6615,7 +6615,7 @@ const Td = {
|
|
6615
6615
|
function Od(e, n, t, a, l, i) {
|
6616
6616
|
return s(), o("div", Id, Md);
|
6617
6617
|
}
|
6618
|
-
const
|
6618
|
+
const Vg = /* @__PURE__ */ O(Td, [["render", Od]]), Ld = {
|
6619
6619
|
data() {
|
6620
6620
|
return {
|
6621
6621
|
defaultMessageProperties: {
|
@@ -6902,7 +6902,10 @@ const Dd = {
|
|
6902
6902
|
}, Nd = ["title", "aria-labelledby", "aria-required"], Pd = {
|
6903
6903
|
key: 0,
|
6904
6904
|
class: "label-text"
|
6905
|
-
}, Bd = ["id"], Ad = {
|
6905
|
+
}, Bd = ["id"], Ad = {
|
6906
|
+
key: 0,
|
6907
|
+
"aria-hidden": "true"
|
6908
|
+
}, jd = ["title", "aria-errormessage", "id"], Fd = ["aria-expanded"], Hd = ["title"], Ed = ["src", "alt"], Vd = {
|
6906
6909
|
key: 0,
|
6907
6910
|
role: "listbox"
|
6908
6911
|
}, zd = ["aria-selected"], qd = ["onClick", "title"], Rd = { key: 1 }, Ud = ["aria-expanded"], Gd = ["for"], Wd = ["value", "checked", "id"], Qd = ["onClick"], Zd = ["src", "alt"], Jd = ["onClick"], Yd = {
|
@@ -6913,7 +6916,7 @@ function Kd(e, n, t, a, l, i) {
|
|
6913
6916
|
var f, g, m, k;
|
6914
6917
|
const d = V, r = Dt, c = se("router-link");
|
6915
6918
|
return s(), o("div", {
|
6916
|
-
class:
|
6919
|
+
class: b([
|
6917
6920
|
l.validationStatus,
|
6918
6921
|
"cmd-fake-select label",
|
6919
6922
|
{
|
@@ -6945,7 +6948,7 @@ function Kd(e, n, t, a, l, i) {
|
|
6945
6948
|
}, [
|
6946
6949
|
x(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
6947
6950
|
], 8, jd)) : u("", !0),
|
6948
|
-
e.useCustomTooltip && (l.validationStatus === "" || l.validationStatus === "error") ? (s(),
|
6951
|
+
e.useCustomTooltip && (l.validationStatus === "" || l.validationStatus === "error") ? (s(), C(r, {
|
6949
6952
|
key: 1,
|
6950
6953
|
ref: "tooltip",
|
6951
6954
|
validationStatus: l.validationStatus,
|
@@ -6956,7 +6959,7 @@ function Kd(e, n, t, a, l, i) {
|
|
6956
6959
|
}, null, 8, ["validationStatus", "validationMessage", "relatedId", "cmdListOfRequirements", "role"])) : u("", !0)
|
6957
6960
|
])) : u("", !0),
|
6958
6961
|
h("ul", {
|
6959
|
-
class:
|
6962
|
+
class: b({ open: l.showOptions }),
|
6960
6963
|
onClickout: n[5] || (n[5] = (...y) => i.closeOptions && i.closeOptions(...y)),
|
6961
6964
|
"aria-expanded": l.showOptions
|
6962
6965
|
}, [
|
@@ -6971,12 +6974,12 @@ function Kd(e, n, t, a, l, i) {
|
|
6971
6974
|
key: 0,
|
6972
6975
|
src: i.pathFlag(i.optionCountry),
|
6973
6976
|
alt: i.optionCountry,
|
6974
|
-
class:
|
6977
|
+
class: b(["flag", i.optionCountry])
|
6975
6978
|
}, null, 10, Ed)) : t.type === "color" ? (s(), o("span", {
|
6976
6979
|
key: 1,
|
6977
6980
|
style: we("background: " + i.optionColor)
|
6978
6981
|
}, null, 4)) : u("", !0),
|
6979
|
-
(g = i.optionIcon) != null && g.iconClass ? (s(),
|
6982
|
+
(g = i.optionIcon) != null && g.iconClass ? (s(), C(d, {
|
6980
6983
|
key: 2,
|
6981
6984
|
type: (m = i.optionIcon) == null ? void 0 : m.iconType,
|
6982
6985
|
iconClass: (k = i.optionIcon) == null ? void 0 : k.iconClass
|
@@ -6986,7 +6989,7 @@ function Kd(e, n, t, a, l, i) {
|
|
6986
6989
|
class: "option-name",
|
6987
6990
|
style: we(l.limitWidthStyle)
|
6988
6991
|
}, p(i.optionName), 5)) : u("", !0),
|
6989
|
-
t.iconDropdown ? (s(),
|
6992
|
+
t.iconDropdown ? (s(), C(d, {
|
6990
6993
|
key: 4,
|
6991
6994
|
iconClass: t.iconDropdown.iconClass,
|
6992
6995
|
type: t.iconDropdown.iconType,
|
@@ -7003,24 +7006,24 @@ function Kd(e, n, t, a, l, i) {
|
|
7003
7006
|
key: 0,
|
7004
7007
|
href: "#",
|
7005
7008
|
onClick: I((w) => i.selectOption(y.value), ["prevent"]),
|
7006
|
-
class:
|
7009
|
+
class: b({ active: y.value === t.modelValue }),
|
7007
7010
|
title: y.tooltip
|
7008
7011
|
}, [
|
7009
|
-
y.iconClass ? (s(),
|
7012
|
+
y.iconClass ? (s(), C(d, {
|
7010
7013
|
key: 0,
|
7011
7014
|
iconClass: y.iconClass,
|
7012
7015
|
type: y.iconType
|
7013
7016
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
7014
7017
|
y.text ? (s(), o("span", Rd, p(y.text), 1)) : u("", !0)
|
7015
7018
|
], 10, qd)) : u("", !0),
|
7016
|
-
t.optionLinkType === "router" ? (s(),
|
7019
|
+
t.optionLinkType === "router" ? (s(), C(c, {
|
7017
7020
|
key: 1,
|
7018
7021
|
to: "#",
|
7019
7022
|
onClick: I((w) => i.selectOption(y.value), ["prevent"]),
|
7020
|
-
class:
|
7023
|
+
class: b({ active: y.value === t.modelValue })
|
7021
7024
|
}, {
|
7022
7025
|
default: P(() => [
|
7023
|
-
y.iconClass ? (s(),
|
7026
|
+
y.iconClass ? (s(), C(d, {
|
7024
7027
|
key: 0,
|
7025
7028
|
iconClass: y.iconClass,
|
7026
7029
|
type: y.iconType
|
@@ -7032,14 +7035,14 @@ function Kd(e, n, t, a, l, i) {
|
|
7032
7035
|
], 8, zd))), 128))
|
7033
7036
|
])) : t.type !== "default" && t.type !== "content" && l.showOptions ? (s(), o("ul", {
|
7034
7037
|
key: 1,
|
7035
|
-
class:
|
7038
|
+
class: b({ "checkbox-options": t.type === "checkboxOptions" }),
|
7036
7039
|
"aria-expanded": l.showOptions
|
7037
7040
|
}, [
|
7038
7041
|
(s(!0), o(_, null, B(t.selectData, (y, v) => (s(), o("li", { key: v }, [
|
7039
7042
|
t.type === "checkboxOptions" ? (s(), o("label", {
|
7040
7043
|
key: 0,
|
7041
7044
|
for: "option-" + (v + 1),
|
7042
|
-
class:
|
7045
|
+
class: b({ active: t.modelValue.includes(`${y.value}`) })
|
7043
7046
|
}, [
|
7044
7047
|
h("input", {
|
7045
7048
|
type: "checkbox",
|
@@ -7053,7 +7056,7 @@ function Kd(e, n, t, a, l, i) {
|
|
7053
7056
|
key: 1,
|
7054
7057
|
href: "#",
|
7055
7058
|
onClick: I((w) => i.selectOption(y.value), ["prevent"]),
|
7056
|
-
class:
|
7059
|
+
class: b({ active: y.value === t.modelValue })
|
7057
7060
|
}, [
|
7058
7061
|
h("img", {
|
7059
7062
|
class: "flag",
|
@@ -7065,7 +7068,7 @@ function Kd(e, n, t, a, l, i) {
|
|
7065
7068
|
key: 2,
|
7066
7069
|
href: "#",
|
7067
7070
|
onClick: I((w) => i.selectOption(y.value), ["prevent"]),
|
7068
|
-
class:
|
7071
|
+
class: b({ active: y.value === t.modelValue })
|
7069
7072
|
}, [
|
7070
7073
|
h("span", {
|
7071
7074
|
class: "color",
|
@@ -7079,11 +7082,11 @@ function Kd(e, n, t, a, l, i) {
|
|
7079
7082
|
href: "#",
|
7080
7083
|
onClick: n[4] || (n[4] = I((...y) => i.toggleAllOptions && i.toggleAllOptions(...y), ["prevent"]))
|
7081
7084
|
}, [
|
7082
|
-
l.allOptionsSelected ? (s(),
|
7085
|
+
l.allOptionsSelected ? (s(), C(d, {
|
7083
7086
|
key: 1,
|
7084
7087
|
iconClass: t.iconDeselectAllOptions.iconClass,
|
7085
7088
|
type: t.iconDeselectAllOptions.iconType
|
7086
|
-
}, null, 8, ["iconClass", "type"])) : (s(),
|
7089
|
+
}, null, 8, ["iconClass", "type"])) : (s(), C(d, {
|
7087
7090
|
key: 0,
|
7088
7091
|
iconClass: t.iconSelectAllOptions.iconClass,
|
7089
7092
|
type: t.iconSelectAllOptions.iconType
|
@@ -7174,13 +7177,15 @@ const $d = {
|
|
7174
7177
|
default() {
|
7175
7178
|
return {
|
7176
7179
|
iconClass: "icon-check",
|
7177
|
-
text: "Submit"
|
7180
|
+
text: "Submit",
|
7181
|
+
type: "submit",
|
7182
|
+
primary: !0
|
7178
7183
|
};
|
7179
7184
|
}
|
7180
7185
|
}
|
7181
7186
|
},
|
7182
7187
|
methods: {
|
7183
|
-
createHtmlId:
|
7188
|
+
createHtmlId: si,
|
7184
7189
|
submitFormData(e) {
|
7185
7190
|
let n = {};
|
7186
7191
|
this.formElements.forEach((t) => {
|
@@ -7203,15 +7208,11 @@ const $d = {
|
|
7203
7208
|
deep: !0
|
7204
7209
|
}
|
7205
7210
|
}
|
7206
|
-
}, ec = ["data-use-validation", "novalidate"], tc = { class: "flex-container" }, nc = {
|
7207
|
-
key: 2,
|
7208
|
-
class: "button",
|
7209
|
-
type: "submit"
|
7210
|
-
}, ic = { key: 1 };
|
7211
|
+
}, ec = ["data-use-validation", "novalidate"], tc = { class: "flex-container" }, nc = ["type"], ic = { key: 1 };
|
7211
7212
|
function lc(e, n, t, a, l, i) {
|
7212
7213
|
const d = $;
|
7213
7214
|
return s(), o("form", {
|
7214
|
-
class:
|
7215
|
+
class: b(["cmd-form", { error: l.errorOccurred }]),
|
7215
7216
|
"data-use-validation": t.useValidation,
|
7216
7217
|
onSubmit: n[0] || (n[0] = (...r) => i.onSubmit && i.onSubmit(...r)),
|
7217
7218
|
novalidate: t.novalidate
|
@@ -7219,14 +7220,14 @@ function lc(e, n, t, a, l, i) {
|
|
7219
7220
|
t.useFieldset ? (s(), o(_, { key: 0 }, [
|
7220
7221
|
h("fieldset", tc, [
|
7221
7222
|
h("legend", {
|
7222
|
-
class:
|
7223
|
+
class: b({ hidden: !t.showLegend })
|
7223
7224
|
}, p(t.textLegend), 3),
|
7224
|
-
t.useSlot ? j(e.$slots, "default", { key: 0 }) : (s(!0), o(_, { key: 1 }, B(t.formElements, (r, c) => (s(),
|
7225
|
+
t.useSlot ? j(e.$slots, "default", { key: 0 }) : (s(!0), o(_, { key: 1 }, B(t.formElements, (r, c) => (s(), C(d, {
|
7225
7226
|
key: c,
|
7226
7227
|
element: r.element || "input",
|
7227
7228
|
type: r.type || "text",
|
7228
7229
|
name: r.name,
|
7229
|
-
class:
|
7230
|
+
class: b(r.htmlClass),
|
7230
7231
|
id: r.id || i.createHtmlId(),
|
7231
7232
|
modelValue: l.formValues[r.name],
|
7232
7233
|
"onUpdate:modelValue": (f) => l.formValues[r.name] = f,
|
@@ -7242,19 +7243,23 @@ function lc(e, n, t, a, l, i) {
|
|
7242
7243
|
maxlength: r.maxlength,
|
7243
7244
|
nativeButton: r.nativeButton
|
7244
7245
|
}, null, 8, ["element", "type", "name", "class", "id", "modelValue", "onUpdate:modelValue", "inputValue", "fieldIconClass", "selectOptions", "labelText", "placeholder", "required", "disabled", "autocomplete", "minlength", "maxlength", "nativeButton"]))), 128)),
|
7245
|
-
t.submitButton ? (s(), o("button",
|
7246
|
+
t.submitButton ? (s(), o("button", {
|
7247
|
+
key: 2,
|
7248
|
+
class: b(["button", { primary: t.submitButton.primary }]),
|
7249
|
+
type: t.submitButton.type
|
7250
|
+
}, [
|
7246
7251
|
t.submitButton.iconClass ? (s(), o("span", {
|
7247
7252
|
key: 0,
|
7248
|
-
class:
|
7253
|
+
class: b(t.submitButton.iconClass)
|
7249
7254
|
}, null, 2)) : u("", !0),
|
7250
7255
|
t.submitButton.text ? (s(), o("span", ic, p(t.submitButton.text), 1)) : u("", !0)
|
7251
|
-
])) : u("", !0)
|
7256
|
+
], 10, nc)) : u("", !0)
|
7252
7257
|
]),
|
7253
7258
|
j(e.$slots, "button-row")
|
7254
7259
|
], 64)) : j(e.$slots, "default", { key: 1 })
|
7255
7260
|
], 42, ec);
|
7256
7261
|
}
|
7257
|
-
const
|
7262
|
+
const zg = /* @__PURE__ */ O($d, [["render", lc]]);
|
7258
7263
|
const sc = {
|
7259
7264
|
name: "CmdFormFilters",
|
7260
7265
|
data() {
|
@@ -7343,7 +7348,7 @@ function cc(e, n, t, a, l, i) {
|
|
7343
7348
|
href: "#",
|
7344
7349
|
onClick: n[0] || (n[0] = I((...r) => i.deleteAllFilters && i.deleteAllFilters(...r), ["prevent"]))
|
7345
7350
|
}, [
|
7346
|
-
t.linkDeleteAllFilters.icon && t.linkDeleteAllFilters.icon.show ? (s(),
|
7351
|
+
t.linkDeleteAllFilters.icon && t.linkDeleteAllFilters.icon.show ? (s(), C(d, {
|
7347
7352
|
key: 0,
|
7348
7353
|
iconClass: t.linkDeleteAllFilters.icon.iconClass,
|
7349
7354
|
title: t.linkDeleteAllFilters.icon.tooltip
|
@@ -7393,7 +7398,7 @@ function gc(e, n, t, a, l, i) {
|
|
7393
7398
|
h("iframe", { src: i.locateAddress }, null, 8, fc)
|
7394
7399
|
]);
|
7395
7400
|
}
|
7396
|
-
const
|
7401
|
+
const qg = /* @__PURE__ */ O(mc, [["render", gc]]);
|
7397
7402
|
const pc = {
|
7398
7403
|
name: "CmdImageGallery",
|
7399
7404
|
mixins: [J],
|
@@ -7494,8 +7499,8 @@ function xc(e, n, t, a, l, i) {
|
|
7494
7499
|
var c;
|
7495
7500
|
const d = R, r = be;
|
7496
7501
|
return s(), o("div", yc, [
|
7497
|
-
(c = t.cmdHeadline) != null && c.headlineText || e.editModeContext ? (s(),
|
7498
|
-
e.editModeContext ? t.images.length ? (s(!0), o(_, { key: 2 }, B(t.images, (f, g) => (s(),
|
7502
|
+
(c = t.cmdHeadline) != null && c.headlineText || e.editModeContext ? (s(), C(d, G(A({ key: 0 }, t.cmdHeadline)), null, 16)) : u("", !0),
|
7503
|
+
e.editModeContext ? t.images.length ? (s(!0), o(_, { key: 2 }, B(t.images, (f, g) => (s(), C(r, {
|
7499
7504
|
key: g,
|
7500
7505
|
class: "image-wrapper",
|
7501
7506
|
image: f.image,
|
@@ -7531,7 +7536,7 @@ function xc(e, n, t, a, l, i) {
|
|
7531
7536
|
], 64))
|
7532
7537
|
]);
|
7533
7538
|
}
|
7534
|
-
const
|
7539
|
+
const Rg = /* @__PURE__ */ O(pc, [["render", xc]]);
|
7535
7540
|
const vc = {
|
7536
7541
|
name: "CmdImageZoom",
|
7537
7542
|
props: {
|
@@ -7608,9 +7613,10 @@ function Lc(e, n, t, a, l, i) {
|
|
7608
7613
|
l.showLargeImage ? (s(), o("div", Oc)) : u("", !0)
|
7609
7614
|
]);
|
7610
7615
|
}
|
7611
|
-
const
|
7616
|
+
const Ug = /* @__PURE__ */ O(vc, [["render", Lc]]);
|
7612
7617
|
const Dc = {
|
7613
7618
|
mixins: [
|
7619
|
+
li,
|
7614
7620
|
Nt,
|
7615
7621
|
Oe,
|
7616
7622
|
Pt
|
@@ -7795,7 +7801,10 @@ const Dc = {
|
|
7795
7801
|
immediate: !0
|
7796
7802
|
}
|
7797
7803
|
}
|
7798
|
-
}, Nc = ["aria-labelledby"], Pc = { class: "label-text" }, Bc = ["id"], Ac = {
|
7804
|
+
}, Nc = ["aria-labelledby"], Pc = { class: "label-text" }, Bc = ["id"], Ac = {
|
7805
|
+
key: 0,
|
7806
|
+
"aria-hidden": "true"
|
7807
|
+
}, jc = ["title", "aria-errormessage", "id"], Fc = ["for"], Hc = ["type", "id", "name", "value", "disabled"], Ec = {
|
7799
7808
|
key: 1,
|
7800
7809
|
class: "label-text"
|
7801
7810
|
}, Vc = {
|
@@ -7805,7 +7814,7 @@ const Dc = {
|
|
7805
7814
|
function zc(e, n, t, a, l, i) {
|
7806
7815
|
const d = V, r = Dt;
|
7807
7816
|
return s(), o("div", {
|
7808
|
-
class:
|
7817
|
+
class: b([
|
7809
7818
|
"cmd-input-group label",
|
7810
7819
|
e.validationStatus,
|
7811
7820
|
{
|
@@ -7835,7 +7844,7 @@ function zc(e, n, t, a, l, i) {
|
|
7835
7844
|
}, [
|
7836
7845
|
x(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
7837
7846
|
], 8, jc)) : u("", !0),
|
7838
|
-
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (s(),
|
7847
|
+
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (s(), C(r, {
|
7839
7848
|
key: 1,
|
7840
7849
|
ref: "tooltip",
|
7841
7850
|
showRequirements: e.showRequirements,
|
@@ -7855,12 +7864,12 @@ function zc(e, n, t, a, l, i) {
|
|
7855
7864
|
j(e.$slots, "default")
|
7856
7865
|
])) : (s(), o("span", {
|
7857
7866
|
key: 0,
|
7858
|
-
class:
|
7867
|
+
class: b(["flex-container", { "no-flex": !t.stretchHorizontally, "no-gap": t.multipleSwitch }])
|
7859
7868
|
}, [
|
7860
7869
|
(s(!0), o(_, null, B(t.inputElements, (c, f) => (s(), o("label", {
|
7861
7870
|
key: f,
|
7862
7871
|
for: c.id,
|
7863
|
-
class:
|
7872
|
+
class: b({ "toggle-switch": t.toggleSwitches })
|
7864
7873
|
}, [
|
7865
7874
|
ne(h("input", {
|
7866
7875
|
type: t.inputTypes,
|
@@ -7869,11 +7878,11 @@ function zc(e, n, t, a, l, i) {
|
|
7869
7878
|
value: c.value,
|
7870
7879
|
"onUpdate:modelValue": n[1] || (n[1] = (g) => i.inputValue = g),
|
7871
7880
|
disabled: t.disabled,
|
7872
|
-
class:
|
7881
|
+
class: b({ "replace-input-type": t.replaceInputType })
|
7873
7882
|
}, null, 10, Hc), [
|
7874
|
-
[
|
7883
|
+
[vi, i.inputValue]
|
7875
7884
|
]),
|
7876
|
-
t.multipleSwitch && c.iconClass ? (s(),
|
7885
|
+
t.multipleSwitch && c.iconClass ? (s(), C(d, {
|
7877
7886
|
key: 0,
|
7878
7887
|
iconClass: c.iconClass,
|
7879
7888
|
type: c.iconType
|
@@ -7883,7 +7892,7 @@ function zc(e, n, t, a, l, i) {
|
|
7883
7892
|
], 2))
|
7884
7893
|
], 10, Nc);
|
7885
7894
|
}
|
7886
|
-
const
|
7895
|
+
const Gg = /* @__PURE__ */ O(Dc, [["render", zc]]);
|
7887
7896
|
const qc = {
|
7888
7897
|
name: "CmdLoginForm",
|
7889
7898
|
data() {
|
@@ -8139,9 +8148,9 @@ function iu(e, n, t, a, l, i) {
|
|
8139
8148
|
return s(), o(_, null, [
|
8140
8149
|
ne(h("fieldset", Rc, [
|
8141
8150
|
h("legend", {
|
8142
|
-
class:
|
8151
|
+
class: b({ hidden: !t.showLegend })
|
8143
8152
|
}, p(t.textLegendLoginForm), 3),
|
8144
|
-
t.cmdHeadlineLoginForm ? (s(),
|
8153
|
+
t.cmdHeadlineLoginForm ? (s(), C(d, G(A({ key: 0 }, t.cmdHeadlineLoginForm)), null, 16)) : u("", !0),
|
8145
8154
|
h("div", Uc, [
|
8146
8155
|
x(r, {
|
8147
8156
|
element: "input",
|
@@ -8178,7 +8187,7 @@ function iu(e, n, t, a, l, i) {
|
|
8178
8187
|
href: "#",
|
8179
8188
|
onClick: n[4] || (n[4] = I((...M) => i.toggleSendLoginView && i.toggleSendLoginView(...M), ["prevent"]))
|
8180
8189
|
}, [
|
8181
|
-
(g = t.options.forgotPassword.icon) != null && g.show && ((m = t.options.forgotPassword.icon) != null && m.iconClass) ? (s(),
|
8190
|
+
(g = t.options.forgotPassword.icon) != null && g.show && ((m = t.options.forgotPassword.icon) != null && m.iconClass) ? (s(), C(c, {
|
8182
8191
|
key: 0,
|
8183
8192
|
iconClass: t.options.forgotPassword.icon.iconClass,
|
8184
8193
|
type: t.options.forgotPassword.icon.iconType,
|
@@ -8190,21 +8199,21 @@ function iu(e, n, t, a, l, i) {
|
|
8190
8199
|
key: 1,
|
8191
8200
|
href: t.options.createAccount.path
|
8192
8201
|
}, [
|
8193
|
-
(k = t.options.createAccount.icon) != null && k.show && ((y = t.options.createAccount.icon) != null && y.iconClass) ? (s(),
|
8202
|
+
(k = t.options.createAccount.icon) != null && k.show && ((y = t.options.createAccount.icon) != null && y.iconClass) ? (s(), C(c, {
|
8194
8203
|
key: 0,
|
8195
8204
|
iconClass: t.options.createAccount.icon.iconClass,
|
8196
8205
|
type: t.options.createAccount.icon.iconType,
|
8197
8206
|
title: t.options.createAccount.icon.tooltip
|
8198
8207
|
}, null, 8, ["iconClass", "type", "title"])) : u("", !0),
|
8199
8208
|
t.options.createAccount.text ? (s(), o("span", Zc, p(t.options.createAccount.text), 1)) : u("", !0)
|
8200
|
-
], 8, Qc)) : t.options.createAccount && t.options.createAccount.linkType === "router" ? (s(),
|
8209
|
+
], 8, Qc)) : t.options.createAccount && t.options.createAccount.linkType === "router" ? (s(), C(f, {
|
8201
8210
|
key: 2,
|
8202
8211
|
to: t.options.createAccount.path
|
8203
8212
|
}, {
|
8204
8213
|
default: P(() => [
|
8205
|
-
t.options.createAccount.icon && t.options.createAccount.icon.show && t.options.createAccount.icon.iconClass ? (s(),
|
8214
|
+
t.options.createAccount.icon && t.options.createAccount.icon.show && t.options.createAccount.icon.iconClass ? (s(), C(c, {
|
8206
8215
|
key: 0,
|
8207
|
-
class:
|
8216
|
+
class: b(t.options.createAccount.icon.iconClass),
|
8208
8217
|
type: t.options.createAccount.icon.iconType,
|
8209
8218
|
title: t.options.createAccount.icon.tooltip
|
8210
8219
|
}, null, 8, ["class", "type", "title"])) : u("", !0),
|
@@ -8217,11 +8226,11 @@ function iu(e, n, t, a, l, i) {
|
|
8217
8226
|
t.buttons.login.linkType === "button" ? (s(), o("button", {
|
8218
8227
|
key: 1,
|
8219
8228
|
type: t.buttons.login.type === "submit" ? "submit" : "button",
|
8220
|
-
class:
|
8229
|
+
class: b(["button", { primary: t.buttons.login.primary }]),
|
8221
8230
|
onClick: n[5] || (n[5] = (...M) => i.onClick && i.onClick(...M)),
|
8222
8231
|
disabled: i.buttonLoginDisabled
|
8223
8232
|
}, [
|
8224
|
-
t.buttons.login.icon.iconClass ? (s(),
|
8233
|
+
t.buttons.login.icon.iconClass ? (s(), C(c, {
|
8225
8234
|
key: 0,
|
8226
8235
|
iconClass: t.buttons.login.icon.iconClass,
|
8227
8236
|
type: t.buttons.login.icon.iconType,
|
@@ -8235,9 +8244,9 @@ function iu(e, n, t, a, l, i) {
|
|
8235
8244
|
]),
|
8236
8245
|
ne(h("fieldset", Xc, [
|
8237
8246
|
h("legend", {
|
8238
|
-
class:
|
8247
|
+
class: b({ hidden: !t.showLegend })
|
8239
8248
|
}, p(t.textLegendForgotLoginForm), 3),
|
8240
|
-
t.cmdHeadlineSendLoginForm ? (s(),
|
8249
|
+
t.cmdHeadlineSendLoginForm ? (s(), C(d, G(A({ key: 0 }, t.cmdHeadlineSendLoginForm)), null, 16)) : u("", !0),
|
8241
8250
|
x(r, {
|
8242
8251
|
ref: "sendPassword",
|
8243
8252
|
element: "input",
|
@@ -8257,7 +8266,7 @@ function iu(e, n, t, a, l, i) {
|
|
8257
8266
|
href: "#",
|
8258
8267
|
onClick: n[8] || (n[8] = I((...M) => i.toggleSendLoginView && i.toggleSendLoginView(...M), ["prevent"]))
|
8259
8268
|
}, [
|
8260
|
-
t.options.backToLoginForm && t.options.backToLoginForm.icon && t.options.backToLoginForm.icon.show && t.options.backToLoginForm.icon.iconClass ? (s(),
|
8269
|
+
t.options.backToLoginForm && t.options.backToLoginForm.icon && t.options.backToLoginForm.icon.show && t.options.backToLoginForm.icon.iconClass ? (s(), C(c, {
|
8261
8270
|
key: 0,
|
8262
8271
|
iconClass: t.options.backToLoginForm.icon.iconClass,
|
8263
8272
|
type: t.options.backToLoginForm.icon.iconType,
|
@@ -8268,10 +8277,10 @@ function iu(e, n, t, a, l, i) {
|
|
8268
8277
|
t.buttons.sendLogin.linkType === "button" ? (s(), o("button", {
|
8269
8278
|
key: 0,
|
8270
8279
|
type: t.buttons.sendLogin.type === "submit" ? "submit" : "button",
|
8271
|
-
class:
|
8280
|
+
class: b(["button", { primary: t.buttons.sendLogin.primary }]),
|
8272
8281
|
disabled: i.buttonSendLoginDisabled
|
8273
8282
|
}, [
|
8274
|
-
(v = t.buttons.sendLogin.icon) != null && v.iconClass ? (s(),
|
8283
|
+
(v = t.buttons.sendLogin.icon) != null && v.iconClass ? (s(), C(c, {
|
8275
8284
|
key: 0,
|
8276
8285
|
iconClass: (w = t.buttons.sendLogin.icon) == null ? void 0 : w.iconClass,
|
8277
8286
|
title: (S = t.buttons.sendLogin.icon) == null ? void 0 : S.tooltip
|
@@ -8284,7 +8293,7 @@ function iu(e, n, t, a, l, i) {
|
|
8284
8293
|
])
|
8285
8294
|
], 64);
|
8286
8295
|
}
|
8287
|
-
const
|
8296
|
+
const Wg = /* @__PURE__ */ O(qc, [["render", iu]]);
|
8288
8297
|
const lu = {
|
8289
8298
|
name: "CmdMainNavigation",
|
8290
8299
|
data() {
|
@@ -8424,7 +8433,7 @@ const lu = {
|
|
8424
8433
|
function yu(e, n, t, a, l, i) {
|
8425
8434
|
const d = V, r = se("router-link");
|
8426
8435
|
return s(), o("div", {
|
8427
|
-
class:
|
8436
|
+
class: b([
|
8428
8437
|
"cmd-main-navigation",
|
8429
8438
|
{
|
8430
8439
|
"hide-sub-navigation": !l.showSubNavigations,
|
@@ -8438,7 +8447,7 @@ function yu(e, n, t, a, l, i) {
|
|
8438
8447
|
}, [
|
8439
8448
|
h("nav", null, [
|
8440
8449
|
h("ul", {
|
8441
|
-
class:
|
8450
|
+
class: b({ "stretch-items": t.stretchMainItems })
|
8442
8451
|
}, [
|
8443
8452
|
l.showOffcanvas ? (s(), o("li", su, [
|
8444
8453
|
h("a", {
|
@@ -8447,13 +8456,13 @@ function yu(e, n, t, a, l, i) {
|
|
8447
8456
|
role: "button",
|
8448
8457
|
onClick: n[0] || (n[0] = I((...c) => i.closeOffcanvasNavigation && i.closeOffcanvasNavigation(...c), ["prevent"]))
|
8449
8458
|
}, [
|
8450
|
-
t.closeOffcanvas.iconClass ? (s(),
|
8459
|
+
t.closeOffcanvas.iconClass ? (s(), C(d, {
|
8451
8460
|
key: 0,
|
8452
8461
|
iconClass: t.closeOffcanvas.iconClass,
|
8453
8462
|
type: t.closeOffcanvas.iconType
|
8454
8463
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
8455
8464
|
h("span", {
|
8456
|
-
class:
|
8465
|
+
class: b({ hidden: !t.closeOffcanvas.showText })
|
8457
8466
|
}, p(t.closeOffcanvas.text), 3)
|
8458
8467
|
])
|
8459
8468
|
])) : u("", !0),
|
@@ -8461,7 +8470,7 @@ function yu(e, n, t, a, l, i) {
|
|
8461
8470
|
var g, m, k;
|
8462
8471
|
return s(), o("li", {
|
8463
8472
|
key: f,
|
8464
|
-
class:
|
8473
|
+
class: b({ active: c.active, open: l.openEntry === f, "has-subentries": (g = c == null ? void 0 : c.subentries) == null ? void 0 : g.length })
|
8465
8474
|
}, [
|
8466
8475
|
c.type === "href" ? (s(), o("a", {
|
8467
8476
|
key: 0,
|
@@ -8472,7 +8481,7 @@ function yu(e, n, t, a, l, i) {
|
|
8472
8481
|
onMouseover: n[1] || (n[1] = (y) => i.closeAllSubentries()),
|
8473
8482
|
onFocus: n[2] || (n[2] = (y) => i.closeAllSubentries())
|
8474
8483
|
}, [
|
8475
|
-
c.iconClass ? (s(),
|
8484
|
+
c.iconClass ? (s(), C(d, {
|
8476
8485
|
key: 0,
|
8477
8486
|
iconClass: c.iconClass,
|
8478
8487
|
type: c.iconType
|
@@ -8480,16 +8489,16 @@ function yu(e, n, t, a, l, i) {
|
|
8480
8489
|
c.text ? (s(), o("span", au, p(c.text), 1)) : u("", !0),
|
8481
8490
|
(m = c == null ? void 0 : c.subentries) != null && m.length ? (s(), o("span", {
|
8482
8491
|
key: 2,
|
8483
|
-
class:
|
8492
|
+
class: b(["subentry-icon", t.subentriesIconClass])
|
8484
8493
|
}, null, 2)) : u("", !0)
|
8485
8494
|
], 40, ou)) : u("", !0),
|
8486
|
-
c.type === "router" ? (s(),
|
8495
|
+
c.type === "router" ? (s(), C(r, {
|
8487
8496
|
key: 1,
|
8488
8497
|
to: i.getRoute(c),
|
8489
8498
|
title: c.tooltip
|
8490
8499
|
}, {
|
8491
8500
|
default: P(() => [
|
8492
|
-
c.iconClass ? (s(),
|
8501
|
+
c.iconClass ? (s(), C(d, {
|
8493
8502
|
key: 0,
|
8494
8503
|
iconClass: c.iconClass,
|
8495
8504
|
type: c.iconType
|
@@ -8497,7 +8506,7 @@ function yu(e, n, t, a, l, i) {
|
|
8497
8506
|
c.text ? (s(), o("span", ru, p(c.text), 1)) : u("", !0),
|
8498
8507
|
c.subentries && c.subentries.length > 0 ? (s(), o("span", {
|
8499
8508
|
key: 2,
|
8500
|
-
class:
|
8509
|
+
class: b(["subentry-icon", t.subentriesIconClass])
|
8501
8510
|
}, null, 2)) : u("", !0)
|
8502
8511
|
]),
|
8503
8512
|
_: 2
|
@@ -8508,7 +8517,7 @@ function yu(e, n, t, a, l, i) {
|
|
8508
8517
|
}, [
|
8509
8518
|
(s(!0), o(_, null, B(c.subentries, (y, v) => (s(), o("li", {
|
8510
8519
|
key: v,
|
8511
|
-
class:
|
8520
|
+
class: b({ open: l.openSubentry === v })
|
8512
8521
|
}, [
|
8513
8522
|
y.type === "href" ? (s(), o("a", {
|
8514
8523
|
key: 0,
|
@@ -8519,7 +8528,7 @@ function yu(e, n, t, a, l, i) {
|
|
8519
8528
|
onMouseover: n[3] || (n[3] = (w) => i.closeAllSubentries(1)),
|
8520
8529
|
onFocus: n[4] || (n[4] = (w) => i.closeAllSubentries(1))
|
8521
8530
|
}, [
|
8522
|
-
y.iconClass ? (s(),
|
8531
|
+
y.iconClass ? (s(), C(d, {
|
8523
8532
|
key: 0,
|
8524
8533
|
iconClass: y.iconClass,
|
8525
8534
|
type: y.iconType
|
@@ -8527,16 +8536,16 @@ function yu(e, n, t, a, l, i) {
|
|
8527
8536
|
y.text ? (s(), o("span", uu, p(y.text), 1)) : u("", !0),
|
8528
8537
|
y.subentries && y.subentries.length > 0 ? (s(), o("span", {
|
8529
8538
|
key: 2,
|
8530
|
-
class:
|
8539
|
+
class: b(["subentry-icon", t.subentriesIconClass])
|
8531
8540
|
}, null, 2)) : u("", !0)
|
8532
8541
|
], 40, cu)) : u("", !0),
|
8533
|
-
y.type === "router" ? (s(),
|
8542
|
+
y.type === "router" ? (s(), C(r, {
|
8534
8543
|
key: 1,
|
8535
8544
|
to: i.getRoute(y),
|
8536
8545
|
title: y.tooltip
|
8537
8546
|
}, {
|
8538
8547
|
default: P(() => [
|
8539
|
-
y.iconClass ? (s(),
|
8548
|
+
y.iconClass ? (s(), C(d, {
|
8540
8549
|
key: 0,
|
8541
8550
|
iconClass: y.iconClass,
|
8542
8551
|
type: y.iconType
|
@@ -8544,7 +8553,7 @@ function yu(e, n, t, a, l, i) {
|
|
8544
8553
|
y.text ? (s(), o("span", mu, p(y.text), 1)) : u("", !0),
|
8545
8554
|
y.subentries && y.subentries.length > 0 ? (s(), o("span", {
|
8546
8555
|
key: 2,
|
8547
|
-
class:
|
8556
|
+
class: b(["subentry-icon", t.subentriesIconClass])
|
8548
8557
|
}, null, 2)) : u("", !0)
|
8549
8558
|
]),
|
8550
8559
|
_: 2
|
@@ -8561,7 +8570,7 @@ function yu(e, n, t, a, l, i) {
|
|
8561
8570
|
target: w.target,
|
8562
8571
|
onClick: (M) => i.executeLink(M, w)
|
8563
8572
|
}, [
|
8564
|
-
w.iconClass ? (s(),
|
8573
|
+
w.iconClass ? (s(), C(d, {
|
8565
8574
|
key: 0,
|
8566
8575
|
iconClass: w.iconClass,
|
8567
8576
|
type: w.iconType
|
@@ -8569,16 +8578,16 @@ function yu(e, n, t, a, l, i) {
|
|
8569
8578
|
w.text ? (s(), o("span", gu, p(w.text), 1)) : u("", !0),
|
8570
8579
|
w.subentries && w.subentries.length > 0 ? (s(), o("span", {
|
8571
8580
|
key: 2,
|
8572
|
-
class:
|
8581
|
+
class: b(["subentry-icon", t.subentriesIconClass])
|
8573
8582
|
}, null, 2)) : u("", !0)
|
8574
8583
|
], 8, fu)) : u("", !0),
|
8575
|
-
c.type === "router" ? (s(),
|
8584
|
+
c.type === "router" ? (s(), C(r, {
|
8576
8585
|
key: 1,
|
8577
8586
|
to: i.getRoute(w),
|
8578
8587
|
target: w.target
|
8579
8588
|
}, {
|
8580
8589
|
default: P(() => [
|
8581
|
-
w.iconClass ? (s(),
|
8590
|
+
w.iconClass ? (s(), C(d, {
|
8582
8591
|
key: 0,
|
8583
8592
|
iconClass: w.iconClass,
|
8584
8593
|
type: w.iconType
|
@@ -8586,7 +8595,7 @@ function yu(e, n, t, a, l, i) {
|
|
8586
8595
|
w.text ? (s(), o("span", pu, p(w.text), 1)) : u("", !0),
|
8587
8596
|
w.subentries && w.subentries.length > 0 ? (s(), o("span", {
|
8588
8597
|
key: 2,
|
8589
|
-
class:
|
8598
|
+
class: b(["subentry-icon", t.subentriesIconClass])
|
8590
8599
|
}, null, 2)) : u("", !0)
|
8591
8600
|
]),
|
8592
8601
|
_: 2
|
@@ -8611,7 +8620,7 @@ function yu(e, n, t, a, l, i) {
|
|
8611
8620
|
type: t.buttonOffcanvas.iconType
|
8612
8621
|
}, null, 8, ["iconClass", "type"]),
|
8613
8622
|
h("span", {
|
8614
|
-
class:
|
8623
|
+
class: b({ hidden: !t.buttonOffcanvas.showText })
|
8615
8624
|
}, p(t.buttonOffcanvas.text), 3)
|
8616
8625
|
])) : u("", !0)
|
8617
8626
|
], 2);
|
@@ -8674,11 +8683,11 @@ const Cu = {
|
|
8674
8683
|
function Mu(e, n, t, a, l, i) {
|
8675
8684
|
const d = V, r = se("router-link");
|
8676
8685
|
return s(), o("ol", {
|
8677
|
-
class:
|
8686
|
+
class: b(["cmd-multistep-form-progress-bar", { "use-gap": t.useGap }])
|
8678
8687
|
}, [
|
8679
8688
|
(s(!0), o(_, null, B(t.multisteps, (c, f) => (s(), o("li", {
|
8680
8689
|
key: f,
|
8681
|
-
class:
|
8690
|
+
class: b({ active: l.activeLink === f })
|
8682
8691
|
}, [
|
8683
8692
|
c.type === "href" ? (s(), o("a", {
|
8684
8693
|
key: 0,
|
@@ -8687,31 +8696,31 @@ function Mu(e, n, t, a, l, i) {
|
|
8687
8696
|
title: c.tooltip
|
8688
8697
|
}, [
|
8689
8698
|
t.showStepNumber ? (s(), o("span", ku, p(f + 1), 1)) : u("", !0),
|
8690
|
-
c.iconClass ? (s(),
|
8699
|
+
c.iconClass ? (s(), C(d, {
|
8691
8700
|
key: 1,
|
8692
8701
|
iconClass: c.iconClass,
|
8693
8702
|
type: c.iconType
|
8694
8703
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
8695
8704
|
c.text ? (s(), o("span", xu, p(c.text), 1)) : u("", !0),
|
8696
8705
|
h("span", {
|
8697
|
-
class:
|
8706
|
+
class: b(t.separatorIconClass)
|
8698
8707
|
}, null, 2)
|
8699
8708
|
], 8, _u)) : u("", !0),
|
8700
|
-
c.type === "router" ? (s(),
|
8709
|
+
c.type === "router" ? (s(), C(r, {
|
8701
8710
|
key: 1,
|
8702
8711
|
to: i.getRoute(c),
|
8703
8712
|
title: c.tooltip
|
8704
8713
|
}, {
|
8705
8714
|
default: P(() => [
|
8706
8715
|
t.showStepNumber ? (s(), o("span", vu, p(f + 1), 1)) : u("", !0),
|
8707
|
-
c.iconClass ? (s(),
|
8716
|
+
c.iconClass ? (s(), C(d, {
|
8708
8717
|
key: 1,
|
8709
8718
|
iconClass: c.iconClass,
|
8710
8719
|
type: c.iconType
|
8711
8720
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
8712
8721
|
c.text ? (s(), o("span", wu, p(c.text), 1)) : u("", !0),
|
8713
8722
|
h("span", {
|
8714
|
-
class:
|
8723
|
+
class: b(t.separatorIconClass)
|
8715
8724
|
}, null, 2)
|
8716
8725
|
]),
|
8717
8726
|
_: 2
|
@@ -8726,20 +8735,20 @@ function Mu(e, n, t, a, l, i) {
|
|
8726
8735
|
onClick: I((g) => i.clickedStep(g, f), ["stop", "prevent"])
|
8727
8736
|
}, [
|
8728
8737
|
t.showStepNumber ? (s(), o("span", Iu, p(f + 1), 1)) : u("", !0),
|
8729
|
-
c.iconClass ? (s(),
|
8738
|
+
c.iconClass ? (s(), C(d, {
|
8730
8739
|
key: 1,
|
8731
8740
|
iconClass: c.iconClass,
|
8732
8741
|
type: c.iconType
|
8733
8742
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
8734
8743
|
c.text ? (s(), o("span", Su, p(c.text), 1)) : u("", !0),
|
8735
8744
|
h("span", {
|
8736
|
-
class:
|
8745
|
+
class: b(t.separatorIconClass)
|
8737
8746
|
}, null, 2)
|
8738
8747
|
], 8, Tu)) : u("", !0)
|
8739
8748
|
], 2))), 128))
|
8740
8749
|
], 2);
|
8741
8750
|
}
|
8742
|
-
const
|
8751
|
+
const Qg = /* @__PURE__ */ O(Cu, [["render", Mu]]);
|
8743
8752
|
function pn(e, n, t, a = !0) {
|
8744
8753
|
function l(i, d) {
|
8745
8754
|
return d && i < 10 ? "0" + i : i;
|
@@ -8863,7 +8872,7 @@ function Vu(e, n, t, a, l, i) {
|
|
8863
8872
|
]),
|
8864
8873
|
h("dd", Pu, [
|
8865
8874
|
h("div", Bu, [
|
8866
|
-
l.editableDay.amClosed ? (s(),
|
8875
|
+
l.editableDay.amClosed ? (s(), C(d, {
|
8867
8876
|
key: 0,
|
8868
8877
|
element: "input",
|
8869
8878
|
type: "text",
|
@@ -8901,11 +8910,11 @@ function Vu(e, n, t, a, l, i) {
|
|
8901
8910
|
href: "#",
|
8902
8911
|
onClick: n[4] || (n[4] = I((r) => i.toggleClosedStatus("am"), ["prevent"])),
|
8903
8912
|
title: l.editableDay.amClosed ? "Set to open" : "Set to closed",
|
8904
|
-
class:
|
8913
|
+
class: b(l.editableDay.amClosed ? "icon-clock" : "icon-blocked")
|
8905
8914
|
}, null, 10, ju)
|
8906
8915
|
]),
|
8907
8916
|
h("div", Fu, [
|
8908
|
-
l.editableDay.pmClosed ? (s(),
|
8917
|
+
l.editableDay.pmClosed ? (s(), C(d, {
|
8909
8918
|
key: 0,
|
8910
8919
|
element: "input",
|
8911
8920
|
type: "text",
|
@@ -8943,7 +8952,7 @@ function Vu(e, n, t, a, l, i) {
|
|
8943
8952
|
href: "#",
|
8944
8953
|
onClick: n[8] || (n[8] = I((r) => i.toggleClosedStatus("pm"), ["prevent"])),
|
8945
8954
|
title: l.editableDay.pmClosed ? "Set to open" : "Set to closed",
|
8946
|
-
class:
|
8955
|
+
class: b(l.editableDay.pmClosed ? "icon-clock" : "icon-blocked")
|
8947
8956
|
}, null, 10, Eu)
|
8948
8957
|
])
|
8949
8958
|
])
|
@@ -9227,7 +9236,7 @@ function nm(e, n, t, a, l, i) {
|
|
9227
9236
|
var m, k, y;
|
9228
9237
|
const d = R, r = se("router-link"), c = $, f = zu, g = he;
|
9229
9238
|
return s(), o("div", Uu, [
|
9230
|
-
(m = t.cmdHeadline) != null && m.headlineText || e.editModeContext ? (s(),
|
9239
|
+
(m = t.cmdHeadline) != null && m.headlineText || e.editModeContext ? (s(), C(d, G(A({ key: 0 }, t.cmdHeadline)), null, 16)) : u("", !0),
|
9231
9240
|
e.editing ? (s(), o("div", Wu, [
|
9232
9241
|
x(c, {
|
9233
9242
|
element: "input",
|
@@ -9252,12 +9261,12 @@ function nm(e, n, t, a, l, i) {
|
|
9252
9261
|
t.link.type === "href" ? (s(), o("a", {
|
9253
9262
|
key: 0,
|
9254
9263
|
href: t.link.path,
|
9255
|
-
class:
|
9264
|
+
class: b({ closed: i.isClosed })
|
9256
9265
|
}, p(i.textOpenClosed), 11, Gu)) : u("", !0),
|
9257
|
-
t.link.type === "router" ? (s(),
|
9266
|
+
t.link.type === "router" ? (s(), C(r, {
|
9258
9267
|
key: 1,
|
9259
9268
|
to: t.link.path,
|
9260
|
-
class:
|
9269
|
+
class: b({ closed: i.isClosed })
|
9261
9270
|
}, {
|
9262
9271
|
default: P(() => [
|
9263
9272
|
F(p(i.textOpenClosed), 1)
|
@@ -9266,15 +9275,15 @@ function nm(e, n, t, a, l, i) {
|
|
9266
9275
|
}, 8, ["to", "class"])) : u("", !0),
|
9267
9276
|
t.link.type === "button" ? (s(), o("button", {
|
9268
9277
|
key: 2,
|
9269
|
-
class:
|
9278
|
+
class: b(["button", { closed: i.isClosed }])
|
9270
9279
|
}, p(i.textOpenClosed), 3)) : u("", !0)
|
9271
9280
|
], 64)) : (s(), o("span", {
|
9272
9281
|
key: 1,
|
9273
|
-
class:
|
9282
|
+
class: b({ closed: i.isClosed })
|
9274
9283
|
}, p(i.textOpenClosed), 3))
|
9275
9284
|
], 64)),
|
9276
9285
|
e.editModeContext ? u("", !0) : (s(), o("dl", Qu, [
|
9277
|
-
(s(!0), o(_, null, B(i.openingHoursFormatted, (v, w) => (s(),
|
9286
|
+
(s(!0), o(_, null, B(i.openingHoursFormatted, (v, w) => (s(), C(f, {
|
9278
9287
|
key: w,
|
9279
9288
|
day: v,
|
9280
9289
|
separator: t.separator,
|
@@ -9287,7 +9296,7 @@ function nm(e, n, t, a, l, i) {
|
|
9287
9296
|
type: "button",
|
9288
9297
|
class: "button confirm small",
|
9289
9298
|
onClick: n[2] || (n[2] = (...v) => i.onAddItem && i.onAddItem(...v))
|
9290
|
-
}, Yu)) : (s(!0), o(_, { key: 5 }, B(i.openingHoursFormatted, (v, w) => (s(),
|
9299
|
+
}, Yu)) : (s(!0), o(_, { key: 5 }, B(i.openingHoursFormatted, (v, w) => (s(), C(g, {
|
9291
9300
|
key: "x" + w,
|
9292
9301
|
class: "edit-items",
|
9293
9302
|
showComponentName: !1,
|
@@ -9337,7 +9346,7 @@ function nm(e, n, t, a, l, i) {
|
|
9337
9346
|
])) : u("", !0)
|
9338
9347
|
]);
|
9339
9348
|
}
|
9340
|
-
const
|
9349
|
+
const Zg = /* @__PURE__ */ O(Ru, [["render", nm]]), im = {
|
9341
9350
|
data() {
|
9342
9351
|
return {
|
9343
9352
|
defaultMessageProperties: {
|
@@ -9455,7 +9464,7 @@ function hm(e, n, t, a, l, i) {
|
|
9455
9464
|
return s(), o("div", sm, [
|
9456
9465
|
h("a", {
|
9457
9466
|
href: i.getPreviousHref,
|
9458
|
-
class:
|
9467
|
+
class: b(["page-change", { disabled: l.currentPage === 1, button: t.linkType === "button" }]),
|
9459
9468
|
onClick: n[0] || (n[0] = I((...r) => i.previousPage && i.previousPage(...r), ["prevent"])),
|
9460
9469
|
title: t.prevLink.showText ? null : t.prevLink.text
|
9461
9470
|
}, [
|
@@ -9469,7 +9478,7 @@ function hm(e, n, t, a, l, i) {
|
|
9469
9478
|
h("div", dm, [
|
9470
9479
|
(s(!0), o(_, null, B(t.pages, (r, c) => (s(), o("a", {
|
9471
9480
|
href: i.getHref(r),
|
9472
|
-
class:
|
9481
|
+
class: b({ disabled: l.currentPage === c + 1, button: t.linkType === "button", hidden: !t.showPageNumbers }),
|
9473
9482
|
title: l.currentPage !== c + 1 ? e.getMessage("cmdpager.tooltip.go_to_page", c + 1) : e.getMessage("cmdpager.tooltip.not_possible"),
|
9474
9483
|
key: c,
|
9475
9484
|
onClick: I((f) => i.showPage(r), ["stop", "prevent"]),
|
@@ -9481,7 +9490,7 @@ function hm(e, n, t, a, l, i) {
|
|
9481
9490
|
]),
|
9482
9491
|
h("a", {
|
9483
9492
|
href: i.getNextHref,
|
9484
|
-
class:
|
9493
|
+
class: b(["page-change", { disabled: l.currentPage === i.numberOfPages, button: t.linkType === "button" }]),
|
9485
9494
|
onClick: n[1] || (n[1] = I((...r) => i.nextPage && i.nextPage(...r), ["prevent"])),
|
9486
9495
|
title: t.nextLink.showText ? null : t.nextLink.text
|
9487
9496
|
}, [
|
@@ -9493,7 +9502,7 @@ function hm(e, n, t, a, l, i) {
|
|
9493
9502
|
], 10, um)
|
9494
9503
|
]);
|
9495
9504
|
}
|
9496
|
-
const
|
9505
|
+
const Jg = /* @__PURE__ */ O(lm, [["render", hm]]);
|
9497
9506
|
const fm = {
|
9498
9507
|
name: "CmdProgressBar",
|
9499
9508
|
inheritAttrs: !1,
|
@@ -9543,7 +9552,7 @@ function Cm(e, n, t, a, l, i) {
|
|
9543
9552
|
for: t.id
|
9544
9553
|
}, [
|
9545
9554
|
h("span", {
|
9546
|
-
class:
|
9555
|
+
class: b(["label-text", { hidden: !t.showLabel }])
|
9547
9556
|
}, p(t.labelText), 3),
|
9548
9557
|
h("span", pm, [
|
9549
9558
|
t.showLoadingStatus ? (s(), o("span", ym, p(l.loadingStatus) + " %", 1)) : u("", !0),
|
@@ -9554,7 +9563,7 @@ function Cm(e, n, t, a, l, i) {
|
|
9554
9563
|
])
|
9555
9564
|
], 8, gm);
|
9556
9565
|
}
|
9557
|
-
const
|
9566
|
+
const Yg = /* @__PURE__ */ O(fm, [["render", Cm]]);
|
9558
9567
|
const _m = {
|
9559
9568
|
name: "CmdSidebar",
|
9560
9569
|
data() {
|
@@ -9633,10 +9642,10 @@ function Tm(e, n, t, a, l, i) {
|
|
9633
9642
|
var r;
|
9634
9643
|
const d = R;
|
9635
9644
|
return s(), o("aside", {
|
9636
|
-
class:
|
9645
|
+
class: b(["cmd-sidebar", i.wrapperClass, { box: t.styledAsBox, "collapse-to-right": !t.collapseToLeft }])
|
9637
9646
|
}, [
|
9638
9647
|
h("div", km, [
|
9639
|
-
(r = t.cmdHeadline) != null && r.headlineText && l.open ? (s(),
|
9648
|
+
(r = t.cmdHeadline) != null && r.headlineText && l.open ? (s(), C(d, {
|
9640
9649
|
key: 0,
|
9641
9650
|
headlineText: t.cmdHeadline.headlineText,
|
9642
9651
|
headlineLevel: t.cmdHeadline.headlineLevel || 3,
|
@@ -9656,12 +9665,12 @@ function Tm(e, n, t, a, l, i) {
|
|
9656
9665
|
onClick: n[0] || (n[0] = I((...c) => i.toggleSidebar && i.toggleSidebar(...c), ["prevent"]))
|
9657
9666
|
}, [
|
9658
9667
|
h("span", {
|
9659
|
-
class:
|
9668
|
+
class: b(i.iconClassOpenCollapse)
|
9660
9669
|
}, null, 2)
|
9661
9670
|
], 8, wm)) : u("", !0)
|
9662
9671
|
], 2);
|
9663
9672
|
}
|
9664
|
-
const
|
9673
|
+
const Kg = /* @__PURE__ */ O(_m, [["render", Tm]]);
|
9665
9674
|
const Im = {
|
9666
9675
|
name: "CmdSiteFooter",
|
9667
9676
|
props: {
|
@@ -9682,13 +9691,13 @@ const Im = {
|
|
9682
9691
|
function Mm(e, n, t, a, l, i) {
|
9683
9692
|
return s(), o("div", Sm, [
|
9684
9693
|
h("footer", {
|
9685
|
-
class:
|
9694
|
+
class: b(["flex-container", { vertical: t.orientation === "vertical" }])
|
9686
9695
|
}, [
|
9687
9696
|
j(e.$slots, "default")
|
9688
9697
|
], 2)
|
9689
9698
|
]);
|
9690
9699
|
}
|
9691
|
-
const
|
9700
|
+
const Xg = /* @__PURE__ */ O(Im, [["render", Mm]]);
|
9692
9701
|
const Om = {
|
9693
9702
|
name: "CmdSiteHeader",
|
9694
9703
|
emits: ["offcanvas"],
|
@@ -9753,14 +9762,14 @@ function Dm(e, n, t, a, l, i) {
|
|
9753
9762
|
var c, f, g, m, k, y, v, w, S;
|
9754
9763
|
const d = sd, r = bu;
|
9755
9764
|
return s(), o("div", {
|
9756
|
-
class:
|
9765
|
+
class: b(["cmd-site-header site-header", { sticky: t.sticky, "navigation-inline": t.navigationInline, "off-canvas-right": ((c = t.cmdMainNavigation) == null ? void 0 : c.offcanvasPosition) === "right" }]),
|
9757
9766
|
role: "banner"
|
9758
9767
|
}, [
|
9759
9768
|
e.$slots.topheader ? (s(), o("div", Lm, [
|
9760
9769
|
j(e.$slots, "topheader")
|
9761
9770
|
])) : u("", !0),
|
9762
9771
|
h("header", {
|
9763
|
-
class:
|
9772
|
+
class: b([
|
9764
9773
|
t.useGrid ? "grid-container-create-columns" : "flex-container",
|
9765
9774
|
{ "has-navigation": ((g = (f = t.cmdMainNavigation) == null ? void 0 : f.navigationEntries) == null ? void 0 : g.length) && t.navigationInline || e.$slots.navigation }
|
9766
9775
|
])
|
@@ -9771,8 +9780,8 @@ function Dm(e, n, t, a, l, i) {
|
|
9771
9780
|
j(e.$slots, "navigation")
|
9772
9781
|
], 64)) : u("", !0),
|
9773
9782
|
t.cmdCompanyLogo || (k = (m = t.cmdMainNavigation) == null ? void 0 : m.navigationEntries) != null && k.length ? (s(), o(_, { key: 1 }, [
|
9774
|
-
t.cmdCompanyLogo ? (s(),
|
9775
|
-
(v = (y = t.cmdMainNavigation) == null ? void 0 : y.navigationEntries) != null && v.length && t.navigationInline ? (s(),
|
9783
|
+
t.cmdCompanyLogo ? (s(), C(d, G(A({ key: 0 }, t.cmdCompanyLogo)), null, 16)) : u("", !0),
|
9784
|
+
(v = (y = t.cmdMainNavigation) == null ? void 0 : y.navigationEntries) != null && v.length && t.navigationInline ? (s(), C(r, {
|
9776
9785
|
key: 1,
|
9777
9786
|
navigationEntries: t.cmdMainNavigation.navigationEntries,
|
9778
9787
|
offcanvasPosition: t.cmdMainNavigation.offcanvasPosition,
|
@@ -9782,7 +9791,7 @@ function Dm(e, n, t, a, l, i) {
|
|
9782
9791
|
}, null, 8, ["navigationEntries", "offcanvasPosition", "stretchMainItems", "closeOffcanvas", "onOffcanvas"])) : u("", !0)
|
9783
9792
|
], 64)) : u("", !0)
|
9784
9793
|
], 2),
|
9785
|
-
(S = (w = t.cmdMainNavigation) == null ? void 0 : w.navigationEntries) != null && S.length && !t.navigationInline ? (s(),
|
9794
|
+
(S = (w = t.cmdMainNavigation) == null ? void 0 : w.navigationEntries) != null && S.length && !t.navigationInline ? (s(), C(r, {
|
9786
9795
|
key: 1,
|
9787
9796
|
navigationEntries: t.cmdMainNavigation.navigationEntries,
|
9788
9797
|
offcanvasPosition: t.cmdMainNavigation.offcanvasPosition,
|
@@ -9792,7 +9801,7 @@ function Dm(e, n, t, a, l, i) {
|
|
9792
9801
|
}, null, 8, ["navigationEntries", "offcanvasPosition", "closeOffcanvas", "stretchMainItems", "onOffcanvas"])) : u("", !0)
|
9793
9802
|
], 2);
|
9794
9803
|
}
|
9795
|
-
const
|
9804
|
+
const $g = /* @__PURE__ */ O(Om, [["render", Dm]]), Nm = {
|
9796
9805
|
data() {
|
9797
9806
|
return {
|
9798
9807
|
defaultMessageProperties: {
|
@@ -10079,9 +10088,9 @@ function Vm(e, n, t, a, l, i) {
|
|
10079
10088
|
return s(), o(_, null, [
|
10080
10089
|
h("fieldset", Bm, [
|
10081
10090
|
h("legend", {
|
10082
|
-
class:
|
10091
|
+
class: b({ hidden: !t.showLegend })
|
10083
10092
|
}, p(t.textLegend), 3),
|
10084
|
-
t.cmdHeadline ? (s(),
|
10093
|
+
t.cmdHeadline ? (s(), C(d, G(A({ key: 0 }, t.cmdHeadline)), null, 16)) : u("", !0),
|
10085
10094
|
h("div", Am, [
|
10086
10095
|
x(r, {
|
10087
10096
|
element: "input",
|
@@ -10095,7 +10104,7 @@ function Vm(e, n, t, a, l, i) {
|
|
10095
10104
|
"onUpdate:modelValue": n[0] || (n[0] = (E) => i.searchValue1 = E)
|
10096
10105
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
|
10097
10106
|
h("div", jm, [
|
10098
|
-
t.cmdFormElementInput2.show ? (s(),
|
10107
|
+
t.cmdFormElementInput2.show ? (s(), C(r, {
|
10099
10108
|
key: 0,
|
10100
10109
|
element: "input",
|
10101
10110
|
type: t.cmdFormElementInput2.type,
|
@@ -10106,7 +10115,7 @@ function Vm(e, n, t, a, l, i) {
|
|
10106
10115
|
modelValue: i.searchValue2,
|
10107
10116
|
"onUpdate:modelValue": n[1] || (n[1] = (E) => i.searchValue2 = E)
|
10108
10117
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "modelValue"])) : u("", !0),
|
10109
|
-
t.cmdFormElementRadius.show ? (s(),
|
10118
|
+
t.cmdFormElementRadius.show ? (s(), C(r, {
|
10110
10119
|
key: 1,
|
10111
10120
|
element: "select",
|
10112
10121
|
class: "no-flex",
|
@@ -10159,7 +10168,7 @@ function Vm(e, n, t, a, l, i) {
|
|
10159
10168
|
})
|
10160
10169
|
], 64)) : u("", !0)
|
10161
10170
|
]),
|
10162
|
-
t.useFilters ? (s(),
|
10171
|
+
t.useFilters ? (s(), C(g, {
|
10163
10172
|
key: 0,
|
10164
10173
|
modelValue: i.searchFilters,
|
10165
10174
|
"onUpdate:modelValue": n[5] || (n[5] = (E) => i.searchFilters = E),
|
@@ -10167,7 +10176,7 @@ function Vm(e, n, t, a, l, i) {
|
|
10167
10176
|
}, null, 8, ["modelValue", "selectedOptionsName"])) : u("", !0)
|
10168
10177
|
], 64);
|
10169
10178
|
}
|
10170
|
-
const
|
10179
|
+
const ep = /* @__PURE__ */ O(Pm, [["render", Vm]]);
|
10171
10180
|
const zm = {
|
10172
10181
|
name: "CmdSlideshow",
|
10173
10182
|
mixins: [J],
|
@@ -10361,14 +10370,14 @@ const zm = {
|
|
10361
10370
|
function Jm(e, n, t, a, l, i) {
|
10362
10371
|
const d = qe, r = be;
|
10363
10372
|
return s(), o("div", {
|
10364
|
-
class:
|
10373
|
+
class: b(["cmd-slideshow", { "full-width": l.fullWidth }])
|
10365
10374
|
}, [
|
10366
10375
|
h("div", {
|
10367
10376
|
class: "inner-slideshow-wrapper",
|
10368
10377
|
onMouseenter: n[1] || (n[1] = (c) => l.pause = !0),
|
10369
10378
|
onMouseleave: n[2] || (n[2] = (c) => l.pause = !1)
|
10370
10379
|
}, [
|
10371
|
-
t.showSlideButtons ? (s(),
|
10380
|
+
t.showSlideButtons ? (s(), C(d, A({
|
10372
10381
|
key: 0,
|
10373
10382
|
onClick: I(i.showPrevItem, ["prevent"]),
|
10374
10383
|
slideButtonType: "prev",
|
@@ -10386,7 +10395,7 @@ function Jm(e, n, t, a, l, i) {
|
|
10386
10395
|
}, [
|
10387
10396
|
j(e.$slots, "item" + l.currentSlotItem)
|
10388
10397
|
], 4)) : (s(), o(_, { key: 0 }, [
|
10389
|
-
e.editModeContext ? t.slideshowItems.length ? (s(),
|
10398
|
+
e.editModeContext ? t.slideshowItems.length ? (s(), C(r, {
|
10390
10399
|
key: 1,
|
10391
10400
|
image: (D = i.currentItem) == null ? void 0 : D.image,
|
10392
10401
|
figcaption: (E = i.currentItem) == null ? void 0 : E.figcaption,
|
@@ -10402,7 +10411,7 @@ function Jm(e, n, t, a, l, i) {
|
|
10402
10411
|
image: (v = i.currentItem) == null ? void 0 : v.image,
|
10403
10412
|
figcaption: (w = i.currentItem) == null ? void 0 : w.figcaption
|
10404
10413
|
}, null, 8, ["image", "figcaption"])
|
10405
|
-
], 8, qm)) : (s(),
|
10414
|
+
], 8, qm)) : (s(), C(r, {
|
10406
10415
|
key: 1,
|
10407
10416
|
image: (S = i.currentItem) == null ? void 0 : S.image,
|
10408
10417
|
figcaption: (M = i.currentItem) == null ? void 0 : M.figcaption
|
@@ -10419,7 +10428,7 @@ function Jm(e, n, t, a, l, i) {
|
|
10419
10428
|
}),
|
10420
10429
|
_: 3
|
10421
10430
|
}),
|
10422
|
-
t.showSlideButtons ? (s(),
|
10431
|
+
t.showSlideButtons ? (s(), C(d, A({
|
10423
10432
|
key: 1,
|
10424
10433
|
onClick: I(i.showNextItem, ["prevent"]),
|
10425
10434
|
class: { disabled: l.slideshowItemEditing }
|
@@ -10427,11 +10436,11 @@ function Jm(e, n, t, a, l, i) {
|
|
10427
10436
|
t.showQuickLinkIcons ? (s(), o("ol", Wm, [
|
10428
10437
|
(s(!0), o(_, null, B(t.slideshowItems, (c, f) => (s(), o("li", {
|
10429
10438
|
key: f,
|
10430
|
-
class:
|
10439
|
+
class: b({ active: f === l.index })
|
10431
10440
|
}, [
|
10432
10441
|
h("a", {
|
10433
10442
|
href: "#",
|
10434
|
-
class:
|
10443
|
+
class: b({ disabled: l.slideshowItemEditing }),
|
10435
10444
|
onClick: I((g) => i.showItem(f), ["prevent"]),
|
10436
10445
|
"aria-label": l.index,
|
10437
10446
|
title: l.slideshowItemEditing ? "Not allowed while editing!" : "Switch to image #" + (f + 1)
|
@@ -10442,7 +10451,7 @@ function Jm(e, n, t, a, l, i) {
|
|
10442
10451
|
], 32)
|
10443
10452
|
], 2);
|
10444
10453
|
}
|
10445
|
-
const
|
10454
|
+
const tp = /* @__PURE__ */ O(zm, [["render", Jm]]);
|
10446
10455
|
const Ym = {
|
10447
10456
|
name: "CmdSocialNetworksItem",
|
10448
10457
|
data() {
|
@@ -10532,14 +10541,14 @@ function eh(e, n, t, a, l, i) {
|
|
10532
10541
|
return s(), o("li", Km, [
|
10533
10542
|
(s(), o("a", {
|
10534
10543
|
key: t.network.path,
|
10535
|
-
class:
|
10544
|
+
class: b(["button", { disabled: t.userMustAcceptDataPrivacy && !t.dataPrivacyAccepted }, "text-align-" + t.buttonTextAlign]),
|
10536
10545
|
id: t.network.id,
|
10537
10546
|
href: i.getUrl(t.network),
|
10538
10547
|
onClick: n[0] || (n[0] = (...r) => i.preventOnDisabled && i.preventOnDisabled(...r)),
|
10539
10548
|
target: "_blank",
|
10540
10549
|
title: i.tooltip(t.network.tooltip)
|
10541
10550
|
}, [
|
10542
|
-
t.network.iconClass ? (s(),
|
10551
|
+
t.network.iconClass ? (s(), C(d, {
|
10543
10552
|
key: 0,
|
10544
10553
|
iconClass: t.network.iconClass,
|
10545
10554
|
type: t.network.iconType
|
@@ -10631,13 +10640,13 @@ const nh = {
|
|
10631
10640
|
default: "You must accept data privacy conditions!"
|
10632
10641
|
},
|
10633
10642
|
/**
|
10634
|
-
* alignment for buttons
|
10643
|
+
* text-alignment for buttons
|
10635
10644
|
*
|
10636
10645
|
* @allowedValues: "left", "right"
|
10637
10646
|
*/
|
10638
10647
|
buttonTextAlign: {
|
10639
10648
|
type: String,
|
10640
|
-
default: "
|
10649
|
+
default: "right",
|
10641
10650
|
validator(e) {
|
10642
10651
|
return e === "left" || e === "right";
|
10643
10652
|
}
|
@@ -10719,10 +10728,10 @@ function sh(e, n, t, a, l, i) {
|
|
10719
10728
|
var g, m;
|
10720
10729
|
const d = R, r = $, c = th, f = he;
|
10721
10730
|
return s(), o("div", {
|
10722
|
-
class:
|
10731
|
+
class: b(["cmd-social-networks", { stretch: t.stretchButtons }, i.alignment])
|
10723
10732
|
}, [
|
10724
|
-
(g = t.cmdHeadline) != null && g.headlineText || (m = e.editModeContext) != null && m.editing ? (s(),
|
10725
|
-
t.userMustAcceptDataPrivacy ? (s(),
|
10733
|
+
(g = t.cmdHeadline) != null && g.headlineText || (m = e.editModeContext) != null && m.editing ? (s(), C(d, G(A({ key: 0 }, t.cmdHeadline || {})), null, 16)) : u("", !0),
|
10734
|
+
t.userMustAcceptDataPrivacy ? (s(), C(r, {
|
10726
10735
|
key: 1,
|
10727
10736
|
element: "input",
|
10728
10737
|
type: "checkbox",
|
@@ -10734,9 +10743,9 @@ function sh(e, n, t, a, l, i) {
|
|
10734
10743
|
}, null, 8, ["toggle-switch", "labelText", "required", "modelValue"])) : u("", !0),
|
10735
10744
|
i.validNetworks.length > 0 ? (s(), o("ul", {
|
10736
10745
|
key: 2,
|
10737
|
-
class:
|
10746
|
+
class: b(["button-wrapper", { "no-gap": !t.useGap }])
|
10738
10747
|
}, [
|
10739
|
-
e.editModeContext ? (s(!0), o(_, { key: 1 }, B(i.validNetworks, (k, y) => (s(),
|
10748
|
+
e.editModeContext ? (s(!0), o(_, { key: 1 }, B(i.validNetworks, (k, y) => (s(), C(f, {
|
10740
10749
|
key: "x" + y,
|
10741
10750
|
class: "edit-items",
|
10742
10751
|
componentName: "CmdSocialNetworksItem",
|
@@ -10753,7 +10762,7 @@ function sh(e, n, t, a, l, i) {
|
|
10753
10762
|
}, null, 8, ["network", "userMustAcceptDataPrivacy", "buttonTextAlign", "dataPrivacyAccepted"])
|
10754
10763
|
]),
|
10755
10764
|
_: 2
|
10756
|
-
}, 1032, ["componentProps", "componentPath"]))), 128)) : (s(!0), o(_, { key: 0 }, B(i.validNetworks, (k, y) => (s(),
|
10765
|
+
}, 1032, ["componentProps", "componentPath"]))), 128)) : (s(!0), o(_, { key: 0 }, B(i.validNetworks, (k, y) => (s(), C(c, {
|
10757
10766
|
key: y,
|
10758
10767
|
network: k,
|
10759
10768
|
userMustAcceptDataPrivacy: t.userMustAcceptDataPrivacy,
|
@@ -10768,7 +10777,7 @@ function sh(e, n, t, a, l, i) {
|
|
10768
10777
|
}, lh))
|
10769
10778
|
], 2);
|
10770
10779
|
}
|
10771
|
-
const
|
10780
|
+
const np = /* @__PURE__ */ O(nh, [["render", sh]]), oh = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI4NTAuMzk0cHgiIGhlaWdodD0iNTY2LjkyOXB4IiB2aWV3Qm94PSIwIDAgODUwLjM5NCA1NjYuOTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4NTAuMzk0IDU2Ni45MjkiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9Iml0Ij4NCgk8Zz4NCgkJPHJlY3QgZmlsbD0iIzA3OEU0NiIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIyODMuNDY1IiBmaWxsPSIjRkJGREZGIiB3aWR0aD0iMjgzLjQ2NSIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjU2Ni45MyIgZmlsbD0iI0QzMjQyQyIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJkZSI+DQoJPGc+DQoJCTxkZXNjPkZsYWcgb2YgR2VybWFueTwvZGVzYz4NCgkJPHJlY3QgaWQ9ImJsYWNrX3N0cmlwZSIgeD0iMC45MDEiIGZpbGw9IiMwMTAyMDIiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPHJlY3QgaWQ9InJlZF9zdHJpcGUiIHg9IjAuOTAxIiB5PSIxODguOTc3IiBmaWxsPSIjREQwQjE1IiB3aWR0aD0iODQ5LjQ5MiIgaGVpZ2h0PSIzNzcuOTUzIi8+DQoJCTxyZWN0IGlkPSJnb2xkX3N0cmlwZSIgeD0iMC45MDEiIHk9IjM3Ny45NTMiIGZpbGw9IiNGRkNFMDUiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjE4OC45NzYiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iZnIiIGRpc3BsYXk9Im5vbmUiPg0KCTxnIGRpc3BsYXk9ImlubGluZSI+DQoJCTxyZWN0IHg9IjAuOTAxIiBmaWxsPSIjQ0YxMzI3IiB3aWR0aD0iODQ5LjQ5MiIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjAuOTAxIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iNTY2LjMyOCIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjAuOTAxIiBmaWxsPSIjMUQyQzRFIiB3aWR0aD0iMjgzLjE2NCIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9InJ1IiBkaXNwbGF5PSJub25lIj4NCgk8ZyBkaXNwbGF5PSJpbmxpbmUiPg0KCQk8cmVjdCBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iODUwLjM5NSIgaGVpZ2h0PSIyODMuNDY1Ii8+DQoJCTxyZWN0IHk9IjI4My40NjUiIGZpbGw9IiNENTJEMUUiIHdpZHRoPSI4NTAuMzk1IiBoZWlnaHQ9IjI4My40NjQiLz4NCgkJPHJlY3QgeT0iMTg4Ljk3NyIgZmlsbD0iIzFFNDI5NSIgd2lkdGg9Ijg1MC4zOTUiIGhlaWdodD0iMTg4Ljk3NyIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJjbiIgZGlzcGxheT0ibm9uZSI+DQoJPGcgZGlzcGxheT0iaW5saW5lIj4NCgkJPHJlY3QgeD0iMC45MDEiIGZpbGw9IiNERjJCMTQiIHdpZHRoPSI4NDkuNDkzIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNSw1KSBzY2FsZSgzKSI+DQoJCQk8cGF0aCBpZD0icyIgZmlsbD0iI0ZGREUwOCIgZD0iTTE0Mi40ODMsNTYuNjkzbDQ5LjkzMiwxNTMuODM4TDYxLjY5MiwxMTUuNDU0aDE2MS41ODNMOTIuNTUxLDIxMC41MzFMMTQyLjQ4Myw1Ni42OTN6Ii8+DQoJCTwvZz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAsMikgcm90YXRlKDIzLjAzNjI0MykiPg0KCQkJPHBhdGggaWQ9InNfMV8iIGZpbGw9IiNGRkRFMDgiIGQ9Ik0yOTUuMTQ2LDMwLjYwN2wtNC43MjgsNTMuNzFsLTI3LjcxMS00Ni4yMzRsNDkuNTY2LDIxLjA5OWwtNTIuNDg4LDEyLjA5NkwyOTUuMTQ2LDMwLjYwN3oiLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiw0KSByb3RhdGUoNDUuODY5ODk4KSI+DQoJCQk8cGF0aCBpZD0ic18yXyIgZmlsbD0iI0ZGREUwOCIgZD0iTTM2MS4wMjIsOTMuNjQ4bC0yNS4xNzgsNDcuNjY1bC03LjYxNy01My4zNzZsMzcuNTAzLDM4LjcwMWwtNTMuMDY0LTkuMjQzTDM2MS4wMjIsOTMuNjQ4eiIvPg0KCQk8L2c+DQoJCTxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLDcpIHJvdGF0ZSg2OS45NDUzOTYpIj4NCgkJCTxwYXRoIGlkPSJzXzNfIiBmaWxsPSIjRkZERTA4IiBkPSJNMzY3LjI5OCwxODguNzA1bC00Mi40MTIsMzMuMjM2bDE0Ljc5Ny01MS44NDRsMTguNDcsNTAuNjQ5bC00NC42ODItMzAuMTA4TDM2Ny4yOTgsMTg4LjcwNXoiDQoJCQkJLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCw5KSByb3RhdGUoMjAuNjU5ODA4KSI+DQoJCQk8cGF0aCBpZD0ic180XyIgZmlsbD0iI0ZGREUwOCIgZD0iTTI5NC4wNTYsMjI4LjU5NWwtMi41LDUzLjg2bC0yOS42MDMtNDUuMDQ1bDUwLjM5NywxOS4wMjRsLTUxLjk0MiwxNC4yNjRMMjk0LjA1NiwyMjguNTk1eiIvPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9InVrIiBkaXNwbGF5PSJub25lIj4NCgk8ZyBkaXNwbGF5PSJpbmxpbmUiPg0KCQk8cmVjdCB5PSIwLjAwMiIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9Ijg1MC4xNiIgaGVpZ2h0PSI1NjYuODY1Ii8+DQoJCTxwb2x5Z29uIGZpbGw9IiNDRjE3MkMiIHBvaW50cz0iMzgyLjU2OSwwIDM4Mi41NjksMjI2LjYyNSAwLDIyNi42MjUgMCwzMzkuOTQ4IDM4Mi41NjksMzM5Ljk0OCAzODIuNTY5LDU2Ni44NjMgNDY3LjU5Miw1NjYuODYzIA0KCQkJNDY3LjU5MiwzMzkuOTQ4IDg1MC4xNiwzMzkuOTQ4IDg1MC4xNiwyMjYuNjI1IDQ2Ny41OTIsMjI2LjYyNSA0NjcuNTkyLDAgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI0OTUuOTQ2LDAgNDk1Ljk0NiwxODMuNDk3IDc3MS4yMDIsMCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjQ5NS45NDYsNTY2Ljg2MyA3NzEuMjAyLDU2Ni44NjMgNDk1Ljk0NiwzODMuMzY4IAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iNzguOTYsNTY2Ljg2MyAzNTQuMjE0LDU2Ni44NjMgMzU0LjIxNCwzODMuMzY4IAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iNzguOTYsMCAzNTQuMjE0LDE4My40OTcgMzU0LjIxNCwwIAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iMC4wMDMsMTg4Ljk1IDIwNC4zOTIsMTg4Ljk1IDAuMDAzLDUyLjY5OSAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjY0NS43NjgsMTg4Ljk1IDg1MC4xNiwxODguOTUgODUwLjE2LDUyLjY5OSAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjY0NS43NjgsMzc3LjkxMyA4NTAuMTYsNTE0LjE3MSA4NTAuMTYsMzc3LjkxMyAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjAsMzc3LjkxMyAwLDUxNC4xNzEgMjA0LjM5MiwzNzcuOTEzIAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiNDRjE3MkMiIHBvaW50cz0iODAyLjkzOCwwIDUyMC4wMDQsMTg4Ljk1IDU2Ny4yMjMsMTg4Ljk1IDg1MC42MDUsMCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjMzMC4xNTYsMzc3LjkwOSAyODIuOTM3LDM3Ny45MDkgMCw1NjYuODUyIDQ3LjIxOSw1NjYuODUyIDMzMC42MDIsMzc3LjkwOSAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjAsMCAwLDMxLjY5MiAyMzYuMDkxLDE4OS4wOTggMjgzLjMxMSwxODkuMDk4IAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiNDRjE3MkMiIHBvaW50cz0iNTY2LjY5NiwzNzcuODMyIDg1MC4wMDgsNTY2LjkyOSA4NTAuMDEsNTM1LjIzOSA2MTMuOTIsMzc3LjgzMiAJCSIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K", ah = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
10772
10781
|
__proto__: null,
|
10773
10782
|
default: oh
|
10774
10783
|
}, Symbol.toStringTag, { value: "Module" })), rh = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI4NTAuMzk0cHgiIGhlaWdodD0iNTY2LjkyOXB4IiB2aWV3Qm94PSIwIDAgODUwLjM5NCA1NjYuOTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4NTAuMzk0IDU2Ni45MjkiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9Iml0Ij4NCgk8Zz4NCgkJPHJlY3QgZmlsbD0iIzA3OEU0NiIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIyODMuNDY1IiBmaWxsPSIjRkJGREZGIiB3aWR0aD0iMjgzLjQ2NSIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjU2Ni45MyIgZmlsbD0iI0QzMjQyQyIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJkZSI+DQoJPGc+DQoJCTxkZXNjPkZsYWcgb2YgR2VybWFueTwvZGVzYz4NCgkJPHJlY3QgaWQ9ImJsYWNrX3N0cmlwZSIgeD0iMC45MDEiIGZpbGw9IiMwMTAyMDIiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPHJlY3QgaWQ9InJlZF9zdHJpcGUiIHg9IjAuOTAxIiB5PSIxODguOTc3IiBmaWxsPSIjREQwQjE1IiB3aWR0aD0iODQ5LjQ5MiIgaGVpZ2h0PSIzNzcuOTUzIi8+DQoJCTxyZWN0IGlkPSJnb2xkX3N0cmlwZSIgeD0iMC45MDEiIHk9IjM3Ny45NTMiIGZpbGw9IiNGRkNFMDUiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjE4OC45NzYiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iZnIiPg0KCTxnPg0KCQk8cmVjdCB4PSIwLjkwMSIgZmlsbD0iI0NGMTMyNyIgd2lkdGg9Ijg0OS40OTIiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIwLjkwMSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjU2Ni4zMjgiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIwLjkwMSIgZmlsbD0iIzFEMkM0RSIgd2lkdGg9IjI4My4xNjQiIGhlaWdodD0iNTY2LjkyOSIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJydSI+DQoJPGc+DQoJCTxyZWN0IGZpbGw9IiNGRkZGRkYiIHdpZHRoPSI4NTAuMzk1IiBoZWlnaHQ9IjI4My40NjUiLz4NCgkJPHJlY3QgeT0iMjgzLjQ2NSIgZmlsbD0iI0Q1MkQxRSIgd2lkdGg9Ijg1MC4zOTUiIGhlaWdodD0iMjgzLjQ2NCIvPg0KCQk8cmVjdCB5PSIxODguOTc3IiBmaWxsPSIjMUU0Mjk1IiB3aWR0aD0iODUwLjM5NSIgaGVpZ2h0PSIxODguOTc3Ii8+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9ImNuIj4NCgk8Zz4NCgkJPHJlY3QgeD0iMC45MDEiIGZpbGw9IiNERjJCMTQiIHdpZHRoPSI4NDkuNDkzIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNSw1KSBzY2FsZSgzKSI+DQoJCQk8cGF0aCBpZD0icyIgZmlsbD0iI0ZGREUwOCIgZD0iTTE0Mi40ODMsNTYuNjkzbDQ5LjkzMiwxNTMuODM4TDYxLjY5MiwxMTUuNDU0aDE2MS41ODNMOTIuNTUxLDIxMC41MzFMMTQyLjQ4Myw1Ni42OTN6Ii8+DQoJCTwvZz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAsMikgcm90YXRlKDIzLjAzNjI0MykiPg0KCQkJPHBhdGggaWQ9InNfMV8iIGZpbGw9IiNGRkRFMDgiIGQ9Ik0yOTUuMTQ2LDMwLjYwN2wtNC43MjgsNTMuNzFsLTI3LjcxMS00Ni4yMzRsNDkuNTY2LDIxLjA5OWwtNTIuNDg4LDEyLjA5NkwyOTUuMTQ2LDMwLjYwN3oiLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiw0KSByb3RhdGUoNDUuODY5ODk4KSI+DQoJCQk8cGF0aCBpZD0ic18yXyIgZmlsbD0iI0ZGREUwOCIgZD0iTTM2MS4wMjIsOTMuNjQ4bC0yNS4xNzgsNDcuNjY1bC03LjYxNy01My4zNzZsMzcuNTAzLDM4LjcwMWwtNTMuMDY0LTkuMjQzTDM2MS4wMjIsOTMuNjQ4eiIvPg0KCQk8L2c+DQoJCTxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLDcpIHJvdGF0ZSg2OS45NDUzOTYpIj4NCgkJCTxwYXRoIGlkPSJzXzNfIiBmaWxsPSIjRkZERTA4IiBkPSJNMzY3LjI5OCwxODguNzA1bC00Mi40MTIsMzMuMjM2bDE0Ljc5Ny01MS44NDRsMTguNDcsNTAuNjQ5bC00NC42ODItMzAuMTA4TDM2Ny4yOTgsMTg4LjcwNXoiDQoJCQkJLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCw5KSByb3RhdGUoMjAuNjU5ODA4KSI+DQoJCQk8cGF0aCBpZD0ic180XyIgZmlsbD0iI0ZGREUwOCIgZD0iTTI5NC4wNTYsMjI4LjU5NWwtMi41LDUzLjg2bC0yOS42MDMtNDUuMDQ1bDUwLjM5NywxOS4wMjRsLTUxLjk0MiwxNC4yNjRMMjk0LjA1NiwyMjguNTk1eiIvPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9InVrIj4NCgk8Zz4NCgkJPHJlY3QgeT0iMC4wMDIiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSI4NTAuMTYiIGhlaWdodD0iNTY2Ljg2NSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjM4Mi41NjksMCAzODIuNTY5LDIyNi42MjUgMCwyMjYuNjI1IDAsMzM5Ljk0OCAzODIuNTY5LDMzOS45NDggMzgyLjU2OSw1NjYuODYzIDQ2Ny41OTIsNTY2Ljg2MyANCgkJCTQ2Ny41OTIsMzM5Ljk0OCA4NTAuMTYsMzM5Ljk0OCA4NTAuMTYsMjI2LjYyNSA0NjcuNTkyLDIyNi42MjUgNDY3LjU5MiwwIAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iNDk1Ljk0NiwwIDQ5NS45NDYsMTgzLjQ5NyA3NzEuMjAyLDAgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI0OTUuOTQ2LDU2Ni44NjMgNzcxLjIwMiw1NjYuODYzIDQ5NS45NDYsMzgzLjM2OCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9Ijc4Ljk2LDU2Ni44NjMgMzU0LjIxNCw1NjYuODYzIDM1NC4yMTQsMzgzLjM2OCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9Ijc4Ljk2LDAgMzU0LjIxNCwxODMuNDk3IDM1NC4yMTQsMCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjAuMDAzLDE4OC45NSAyMDQuMzkyLDE4OC45NSAwLjAwMyw1Mi42OTkgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI2NDUuNzY4LDE4OC45NSA4NTAuMTYsMTg4Ljk1IDg1MC4xNiw1Mi42OTkgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI2NDUuNzY4LDM3Ny45MTMgODUwLjE2LDUxNC4xNzEgODUwLjE2LDM3Ny45MTMgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSIwLDM3Ny45MTMgMCw1MTQuMTcxIDIwNC4zOTIsMzc3LjkxMyAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjgwMi45MzgsMCA1MjAuMDA0LDE4OC45NSA1NjcuMjIzLDE4OC45NSA4NTAuNjA1LDAgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iI0NGMTcyQyIgcG9pbnRzPSIzMzAuMTU2LDM3Ny45MDkgMjgyLjkzNywzNzcuOTA5IDAsNTY2Ljg1MiA0Ny4yMTksNTY2Ljg1MiAzMzAuNjAyLDM3Ny45MDkgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iI0NGMTcyQyIgcG9pbnRzPSIwLDAgMCwzMS42OTIgMjM2LjA5MSwxODkuMDk4IDI4My4zMTEsMTg5LjA5OCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjU2Ni42OTYsMzc3LjgzMiA4NTAuMDA4LDU2Ni45MjkgODUwLjAxLDUzNS4yMzkgNjEzLjkyLDM3Ny44MzIgCQkiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==", dh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
@@ -10827,7 +10836,7 @@ function ph(e, n, t, a, l, i) {
|
|
10827
10836
|
r.link.type === "href" ? (s(), o("a", {
|
10828
10837
|
key: 0,
|
10829
10838
|
href: r.link.path,
|
10830
|
-
class:
|
10839
|
+
class: b(["flag", r.iso2, { active: i.activeLanguage(r) }]),
|
10831
10840
|
title: r.tooltip,
|
10832
10841
|
onClick: (f) => e.$emit("click", { originalEvent: f, language: r })
|
10833
10842
|
}, [
|
@@ -10835,9 +10844,9 @@ function ph(e, n, t, a, l, i) {
|
|
10835
10844
|
src: l.imageSources[c],
|
10836
10845
|
alt: r.name
|
10837
10846
|
}, null, 8, fh)
|
10838
|
-
], 10, hh)) : (s(),
|
10847
|
+
], 10, hh)) : (s(), C(d, {
|
10839
10848
|
key: 1,
|
10840
|
-
class:
|
10849
|
+
class: b(["flag", r.iso2]),
|
10841
10850
|
to: i.getRoute(r),
|
10842
10851
|
title: r.tooltip,
|
10843
10852
|
onClick: (f) => e.$emit("click", { originalEvent: f, language: r })
|
@@ -10854,7 +10863,7 @@ function ph(e, n, t, a, l, i) {
|
|
10854
10863
|
])
|
10855
10864
|
]);
|
10856
10865
|
}
|
10857
|
-
const
|
10866
|
+
const ip = /* @__PURE__ */ O(uh, [["render", ph]]);
|
10858
10867
|
const yh = {
|
10859
10868
|
name: "CmdSystemMessage",
|
10860
10869
|
mixins: [Oe],
|
@@ -10945,11 +10954,11 @@ const yh = {
|
|
10945
10954
|
}, bh = ["role", "aria-labelledby"], Ch = ["title"];
|
10946
10955
|
function _h(e, n, t, a, l, i) {
|
10947
10956
|
const d = V, r = R;
|
10948
|
-
return s(),
|
10957
|
+
return s(), C(ue, { name: "fade" }, {
|
10949
10958
|
default: P(() => [
|
10950
10959
|
l.showSystemMessage ? (s(), o("div", {
|
10951
10960
|
key: 0,
|
10952
|
-
class:
|
10961
|
+
class: b(["cmd-system-message", "system-message", "flex-container", "vertical", { "full-width": t.fullWidth }, t.validationStatus]),
|
10953
10962
|
role: t.validationStatus === "error" ? "alert" : "dialog",
|
10954
10963
|
"aria-labelledby": e.htmlId
|
10955
10964
|
}, [
|
@@ -11133,7 +11142,7 @@ function Mh(e, n, t, a, l, i) {
|
|
11133
11142
|
var c, f, g, m;
|
11134
11143
|
const d = V, r = qe;
|
11135
11144
|
return s(), o("div", {
|
11136
|
-
class:
|
11145
|
+
class: b(["cmd-table-wrapper", { collapsed: !l.showTableData, "full-width": l.fullWidth, "has-caption": i.hasCaption, "has-overflow": l.hasOverflow }])
|
11137
11146
|
}, [
|
11138
11147
|
t.collapsible || t.userCanToggleWidth ? (s(), o("div", vh, [
|
11139
11148
|
t.userCanToggleWidth ? (s(), o("a", {
|
@@ -11166,18 +11175,18 @@ function Mh(e, n, t, a, l, i) {
|
|
11166
11175
|
ref: "innerWrapper",
|
11167
11176
|
onScroll: n[2] || (n[2] = (...k) => i.updatePosition && i.updatePosition(...k))
|
11168
11177
|
}, [
|
11169
|
-
t.showSlideButtons ? (s(),
|
11178
|
+
t.showSlideButtons ? (s(), C(r, {
|
11170
11179
|
key: 0,
|
11171
11180
|
onClick: I(i.scrollLeft, ["prevent"]),
|
11172
11181
|
slideButtonType: "prev"
|
11173
11182
|
}, null, 8, ["onClick"])) : u("", !0),
|
11174
11183
|
h("table", {
|
11175
11184
|
ref: "table",
|
11176
|
-
class:
|
11185
|
+
class: b({ "full-width": l.fullWidth })
|
11177
11186
|
}, [
|
11178
11187
|
(c = t.tableData.caption) != null && c.text || (f = t.caption) != null && f.text ? (s(), o("caption", {
|
11179
11188
|
key: 0,
|
11180
|
-
class:
|
11189
|
+
class: b({ hidden: i.hideCaption })
|
11181
11190
|
}, p(((g = t.caption) == null ? void 0 : g.text) || ((m = t.tableData.caption) == null ? void 0 : m.text)), 3)) : u("", !0),
|
11182
11191
|
h("thead", null, [
|
11183
11192
|
h("tr", null, [
|
@@ -11188,11 +11197,11 @@ function Mh(e, n, t, a, l, i) {
|
|
11188
11197
|
default: P(() => [
|
11189
11198
|
ne(h("tbody", Ih, [
|
11190
11199
|
(s(!0), o(_, null, B(t.tableData.tbody, (k, y) => (s(), o("tr", {
|
11191
|
-
class:
|
11200
|
+
class: b({ active: t.tableData.rowIndexHighlighted === y }),
|
11192
11201
|
key: y
|
11193
11202
|
}, [
|
11194
11203
|
(s(!0), o(_, null, B(k, (v, w) => (s(), o("td", {
|
11195
|
-
class:
|
11204
|
+
class: b({ active: t.tableData.columnIndexHighlighted === w }),
|
11196
11205
|
key: w
|
11197
11206
|
}, p(v), 3))), 128))
|
11198
11207
|
], 2))), 128))
|
@@ -11207,7 +11216,7 @@ function Mh(e, n, t, a, l, i) {
|
|
11207
11216
|
t.tableData.tfoot && t.tableData.tfoot.length && l.showTableData ? (s(), o("tfoot", Sh, [
|
11208
11217
|
h("tr", null, [
|
11209
11218
|
(s(!0), o(_, null, B(t.tableData.tfoot, (k, y) => (s(), o("td", {
|
11210
|
-
class:
|
11219
|
+
class: b({ active: t.tableData.columnIndexHighlighted === y }),
|
11211
11220
|
key: y
|
11212
11221
|
}, p(k), 3))), 128))
|
11213
11222
|
])
|
@@ -11216,14 +11225,14 @@ function Mh(e, n, t, a, l, i) {
|
|
11216
11225
|
_: 1
|
11217
11226
|
})
|
11218
11227
|
], 2),
|
11219
|
-
t.showSlideButtons ? (s(),
|
11228
|
+
t.showSlideButtons ? (s(), C(r, {
|
11220
11229
|
key: 1,
|
11221
11230
|
onClick: I(i.scrollRight, ["prevent"])
|
11222
11231
|
}, null, 8, ["onClick"])) : u("", !0)
|
11223
11232
|
], 544)
|
11224
11233
|
], 2);
|
11225
11234
|
}
|
11226
|
-
const
|
11235
|
+
const lp = /* @__PURE__ */ O(xh, [["render", Mh]]), Oh = "cmd", Lh = {
|
11227
11236
|
"3d-cursor": {
|
11228
11237
|
body: '<path d="M13 4H4v9.01h2V6h7V4z" fill="currentColor"/><path d="M29.49 13.12l-9-5a1 1 0 0 0-1 0l-9 5A1 1 0 0 0 10 14v10a1 1 0 0 0 .52.87l9 5A1 1 0 0 0 20 30a1.05 1.05 0 0 0 .49-.13l9-5A1 1 0 0 0 30 24V14a1 1 0 0 0-.51-.88zM19 27.3l-7-3.89v-7.72l7 3.89zm1-9.45L13.06 14L20 10.14L26.94 14zm8 5.56l-7 3.89v-7.72l7-3.89z" fill="currentColor"/>',
|
11229
11238
|
hidden: !0
|
@@ -11307,11 +11316,11 @@ function Vh(e, n, t, a, l, i) {
|
|
11307
11316
|
const d = V, r = R;
|
11308
11317
|
return s(), o("div", Ah, [
|
11309
11318
|
h("ul", {
|
11310
|
-
class:
|
11319
|
+
class: b({ "stretch-tabs": t.stretchTabs }),
|
11311
11320
|
role: "tablist"
|
11312
11321
|
}, [
|
11313
11322
|
(s(!0), o(_, null, B(t.tabs, (c, f) => (s(), o("li", {
|
11314
|
-
class:
|
11323
|
+
class: b({ active: l.showTab === f }),
|
11315
11324
|
key: f,
|
11316
11325
|
role: "tab"
|
11317
11326
|
}, [
|
@@ -11320,7 +11329,7 @@ function Vh(e, n, t, a, l, i) {
|
|
11320
11329
|
onClick: I((g) => i.setActiveTab(f), ["prevent"]),
|
11321
11330
|
title: c.name ? void 0 : c.tooltip
|
11322
11331
|
}, [
|
11323
|
-
c.iconClass ? (s(),
|
11332
|
+
c.iconClass ? (s(), C(d, {
|
11324
11333
|
key: 0,
|
11325
11334
|
iconClass: c.iconClass,
|
11326
11335
|
type: c.iconType
|
@@ -11337,7 +11346,7 @@ function Vh(e, n, t, a, l, i) {
|
|
11337
11346
|
])), [
|
11338
11347
|
[de, l.showTab === c - 1]
|
11339
11348
|
])), 128)) : (s(), o("div", Hh, [
|
11340
|
-
t.cmdHeadline ? (s(),
|
11349
|
+
t.cmdHeadline ? (s(), C(r, A({ key: 0 }, t.cmdHeadline, {
|
11341
11350
|
headlineText: t.tabs[l.showTab].headlineText,
|
11342
11351
|
headlineLevel: t.tabs[l.showTab].headlineLevel
|
11343
11352
|
}), null, 16, ["headlineText", "headlineLevel"])) : u("", !0),
|
@@ -11347,7 +11356,7 @@ function Vh(e, n, t, a, l, i) {
|
|
11347
11356
|
]))
|
11348
11357
|
]);
|
11349
11358
|
}
|
11350
|
-
const
|
11359
|
+
const sp = /* @__PURE__ */ O(Bh, [["render", Vh]]);
|
11351
11360
|
const zh = {
|
11352
11361
|
name: "CmdTextImageBlock",
|
11353
11362
|
mixins: [J],
|
@@ -11446,15 +11455,15 @@ function Zh(e, n, t, a, l, i) {
|
|
11446
11455
|
var f, g, m, k;
|
11447
11456
|
const d = R, r = be, c = he;
|
11448
11457
|
return s(), o("div", qh, [
|
11449
|
-
((f = t.cmdHeadline) != null && f.headlineText || e.editModeContext) && t.headlinePosition === "aboveImage" ? (s(),
|
11450
|
-
t.cmdImage ? (s(),
|
11458
|
+
((f = t.cmdHeadline) != null && f.headlineText || e.editModeContext) && t.headlinePosition === "aboveImage" ? (s(), C(d, G(A({ key: 0 }, t.cmdHeadline)), null, 16)) : u("", !0),
|
11459
|
+
t.cmdImage ? (s(), C(r, {
|
11451
11460
|
key: 1,
|
11452
11461
|
image: (g = t.cmdImage) == null ? void 0 : g.image,
|
11453
11462
|
figcaption: (m = t.cmdImage) == null ? void 0 : m.figcaption,
|
11454
11463
|
editModeConfig: { allowAddItem: !1 }
|
11455
11464
|
}, null, 8, ["image", "figcaption"])) : u("", !0),
|
11456
|
-
((k = t.cmdHeadline) != null && k.headlineText || e.editModeContext) && t.headlinePosition === "belowImage" ? (s(),
|
11457
|
-
e.editModeContext ? (s(),
|
11465
|
+
((k = t.cmdHeadline) != null && k.headlineText || e.editModeContext) && t.headlinePosition === "belowImage" ? (s(), C(d, G(A({ key: 2 }, t.cmdHeadline)), null, 16)) : u("", !0),
|
11466
|
+
e.editModeContext ? (s(), C(c, {
|
11458
11467
|
key: 3,
|
11459
11468
|
ref: "editComponentWrapper",
|
11460
11469
|
class: "edit-items",
|
@@ -11467,15 +11476,15 @@ function Zh(e, n, t, a, l, i) {
|
|
11467
11476
|
default: P((y) => [
|
11468
11477
|
y.editing ? ne((s(), o("textarea", {
|
11469
11478
|
key: 0,
|
11470
|
-
class:
|
11479
|
+
class: b(["edit-mode", i.textAlign]),
|
11471
11480
|
"onUpdate:modelValue": n[0] || (n[0] = (v) => l.editableHtmlContent = v),
|
11472
11481
|
placeholder: "Paragraph"
|
11473
11482
|
}, null, 2)), [
|
11474
|
-
[
|
11483
|
+
[wi, l.editableHtmlContent]
|
11475
11484
|
]) : t.htmlContent ? (s(), o("div", {
|
11476
11485
|
key: 1,
|
11477
11486
|
innerHTML: t.htmlContent,
|
11478
|
-
class:
|
11487
|
+
class: b(i.textAlign)
|
11479
11488
|
}, null, 10, Rh)) : (s(), o("button", {
|
11480
11489
|
key: 2,
|
11481
11490
|
type: "button",
|
@@ -11487,11 +11496,11 @@ function Zh(e, n, t, a, l, i) {
|
|
11487
11496
|
}, 8, ["componentProps", "componentPath", "allowDeleteComponent"])) : t.htmlContent ? (s(), o("div", {
|
11488
11497
|
key: 4,
|
11489
11498
|
innerHTML: t.htmlContent,
|
11490
|
-
class:
|
11499
|
+
class: b(i.textAlign)
|
11491
11500
|
}, null, 10, Qh)) : u("", !0)
|
11492
11501
|
]);
|
11493
11502
|
}
|
11494
|
-
const
|
11503
|
+
const op = /* @__PURE__ */ O(zh, [["render", Zh]]);
|
11495
11504
|
const Jh = {
|
11496
11505
|
name: "ToggleDarkMode",
|
11497
11506
|
mixins: [
|
@@ -11647,7 +11656,7 @@ const Jh = {
|
|
11647
11656
|
function Kh(e, n, t, a, l, i) {
|
11648
11657
|
const d = V, r = $;
|
11649
11658
|
return s(), o("div", {
|
11650
|
-
class:
|
11659
|
+
class: b(["cmd-toggle-dark-mode", { "styled-layout": t.useStyledLayout, "dark-mode": l.darkMode }])
|
11651
11660
|
}, [
|
11652
11661
|
e.editing ? (s(), o(_, { key: 1 }, [
|
11653
11662
|
x(r, {
|
@@ -11670,7 +11679,7 @@ function Kh(e, n, t, a, l, i) {
|
|
11670
11679
|
t.styledAsButton ? (s(), o("a", {
|
11671
11680
|
key: 0,
|
11672
11681
|
href: "#",
|
11673
|
-
class:
|
11682
|
+
class: b(["button", { "dark-mode": l.darkMode }]),
|
11674
11683
|
onClick: n[0] || (n[0] = I((...c) => i.toggleColorScheme && i.toggleColorScheme(...c), ["prevent"]))
|
11675
11684
|
}, [
|
11676
11685
|
t.showLabel ? (s(), o("span", Yh, p(i.labelText), 1)) : u("", !0),
|
@@ -11679,7 +11688,7 @@ function Kh(e, n, t, a, l, i) {
|
|
11679
11688
|
type: i.iconType,
|
11680
11689
|
tooltip: t.showLabel ? "" : i.labelText
|
11681
11690
|
}, null, 8, ["iconClass", "type", "tooltip"])
|
11682
|
-
], 2)) : (s(),
|
11691
|
+
], 2)) : (s(), C(r, {
|
11683
11692
|
key: 1,
|
11684
11693
|
element: "input",
|
11685
11694
|
type: "checkbox",
|
@@ -11696,7 +11705,7 @@ function Kh(e, n, t, a, l, i) {
|
|
11696
11705
|
], 64))
|
11697
11706
|
], 2);
|
11698
11707
|
}
|
11699
|
-
const
|
11708
|
+
const ap = /* @__PURE__ */ O(Jh, [["render", Kh]]), Xh = {
|
11700
11709
|
data() {
|
11701
11710
|
return {
|
11702
11711
|
defaultMessageProperties: {
|
@@ -11752,13 +11761,13 @@ const op = /* @__PURE__ */ O(Jh, [["render", Kh]]), Xh = {
|
|
11752
11761
|
function $h(e) {
|
11753
11762
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
11754
11763
|
}
|
11755
|
-
var Ft = { exports: {} },
|
11764
|
+
var Ft = { exports: {} }, ai = function(n, t) {
|
11756
11765
|
return function() {
|
11757
11766
|
for (var l = new Array(arguments.length), i = 0; i < l.length; i++)
|
11758
11767
|
l[i] = arguments[i];
|
11759
11768
|
return n.apply(t, l);
|
11760
11769
|
};
|
11761
|
-
}, ef =
|
11770
|
+
}, ef = ai, fe = Object.prototype.toString;
|
11762
11771
|
function Ht(e) {
|
11763
11772
|
return fe.call(e) === "[object Array]";
|
11764
11773
|
}
|
@@ -11784,7 +11793,7 @@ function of(e) {
|
|
11784
11793
|
function af(e) {
|
11785
11794
|
return typeof e == "number";
|
11786
11795
|
}
|
11787
|
-
function
|
11796
|
+
function ri(e) {
|
11788
11797
|
return e !== null && typeof e == "object";
|
11789
11798
|
}
|
11790
11799
|
function Ae(e) {
|
@@ -11802,11 +11811,11 @@ function df(e) {
|
|
11802
11811
|
function cf(e) {
|
11803
11812
|
return fe.call(e) === "[object Blob]";
|
11804
11813
|
}
|
11805
|
-
function
|
11814
|
+
function di(e) {
|
11806
11815
|
return fe.call(e) === "[object Function]";
|
11807
11816
|
}
|
11808
11817
|
function uf(e) {
|
11809
|
-
return
|
11818
|
+
return ri(e) && di(e.pipe);
|
11810
11819
|
}
|
11811
11820
|
function mf(e) {
|
11812
11821
|
return typeof URLSearchParams < "u" && e instanceof URLSearchParams;
|
@@ -11851,13 +11860,13 @@ var ee = {
|
|
11851
11860
|
isArrayBufferView: sf,
|
11852
11861
|
isString: of,
|
11853
11862
|
isNumber: af,
|
11854
|
-
isObject:
|
11863
|
+
isObject: ri,
|
11855
11864
|
isPlainObject: Ae,
|
11856
11865
|
isUndefined: xt,
|
11857
11866
|
isDate: rf,
|
11858
11867
|
isFile: df,
|
11859
11868
|
isBlob: cf,
|
11860
|
-
isFunction:
|
11869
|
+
isFunction: di,
|
11861
11870
|
isStream: uf,
|
11862
11871
|
isURLSearchParams: mf,
|
11863
11872
|
isStandardBrowserEnv: ff,
|
@@ -11870,7 +11879,7 @@ var ee = {
|
|
11870
11879
|
function yn(e) {
|
11871
11880
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
11872
11881
|
}
|
11873
|
-
var
|
11882
|
+
var ci = function(n, t, a) {
|
11874
11883
|
if (!t)
|
11875
11884
|
return n;
|
11876
11885
|
var l;
|
@@ -11915,7 +11924,7 @@ var bf = Re, Cf = ee, _f = function(n, t) {
|
|
11915
11924
|
Cf.forEach(n, function(l, i) {
|
11916
11925
|
i !== t && i.toUpperCase() === t.toUpperCase() && (n[t] = l, delete n[i]);
|
11917
11926
|
});
|
11918
|
-
},
|
11927
|
+
}, ui = function(n, t, a, l, i) {
|
11919
11928
|
return n.config = t, a && (n.code = a), n.request = l, n.response = i, n.isAxiosError = !0, n.toJSON = function() {
|
11920
11929
|
return {
|
11921
11930
|
// Standard
|
@@ -11936,11 +11945,11 @@ var bf = Re, Cf = ee, _f = function(n, t) {
|
|
11936
11945
|
};
|
11937
11946
|
}, n;
|
11938
11947
|
}, Ye, bn;
|
11939
|
-
function
|
11948
|
+
function mi() {
|
11940
11949
|
if (bn)
|
11941
11950
|
return Ye;
|
11942
11951
|
bn = 1;
|
11943
|
-
var e =
|
11952
|
+
var e = ui;
|
11944
11953
|
return Ye = function(t, a, l, i, d) {
|
11945
11954
|
var r = new Error(t);
|
11946
11955
|
return e(r, a, l, i, d);
|
@@ -11951,7 +11960,7 @@ function kf() {
|
|
11951
11960
|
if (Cn)
|
11952
11961
|
return Ke;
|
11953
11962
|
Cn = 1;
|
11954
|
-
var e =
|
11963
|
+
var e = mi();
|
11955
11964
|
return Ke = function(t, a, l) {
|
11956
11965
|
var i = l.config.validateStatus;
|
11957
11966
|
!l.status || !i || i(l.status) ? t(l) : a(e(
|
@@ -12114,7 +12123,7 @@ function Mn() {
|
|
12114
12123
|
if (Sn)
|
12115
12124
|
return st;
|
12116
12125
|
Sn = 1;
|
12117
|
-
var e = ee, n = kf(), t = xf(), a =
|
12126
|
+
var e = ee, n = kf(), t = xf(), a = ci, l = Tf(), i = If(), d = Sf(), r = mi(), c = Ge(), f = Ue();
|
12118
12127
|
return st = function(m) {
|
12119
12128
|
return new Promise(function(y, v) {
|
12120
12129
|
var w = m.data, S = m.headers, M = m.responseType, D;
|
@@ -12177,7 +12186,7 @@ function Ge() {
|
|
12177
12186
|
if (On)
|
12178
12187
|
return ot;
|
12179
12188
|
On = 1;
|
12180
|
-
var e = ee, n = _f, t =
|
12189
|
+
var e = ee, n = _f, t = ui, a = {
|
12181
12190
|
"Content-Type": "application/x-www-form-urlencoded"
|
12182
12191
|
};
|
12183
12192
|
function l(c, f) {
|
@@ -12248,12 +12257,12 @@ var Mf = ee, Of = Ge(), Lf = function(n, t, a) {
|
|
12248
12257
|
n = d.call(l, n, t);
|
12249
12258
|
}), n;
|
12250
12259
|
}, at, Ln;
|
12251
|
-
function
|
12260
|
+
function hi() {
|
12252
12261
|
return Ln || (Ln = 1, at = function(n) {
|
12253
12262
|
return !!(n && n.__CANCEL__);
|
12254
12263
|
}), at;
|
12255
12264
|
}
|
12256
|
-
var Dn = ee, rt = Lf, Df =
|
12265
|
+
var Dn = ee, rt = Lf, Df = hi(), Nf = Ge(), Pf = Ue();
|
12257
12266
|
function dt(e) {
|
12258
12267
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
12259
12268
|
throw new Pf("canceled");
|
@@ -12290,7 +12299,7 @@ var Bf = function(n) {
|
|
12290
12299
|
n.transformResponse
|
12291
12300
|
))), Promise.reject(l);
|
12292
12301
|
});
|
12293
|
-
}, X = ee,
|
12302
|
+
}, X = ee, fi = function(n, t) {
|
12294
12303
|
t = t || {};
|
12295
12304
|
var a = {};
|
12296
12305
|
function l(g, m) {
|
@@ -12353,12 +12362,12 @@ var Bf = function(n) {
|
|
12353
12362
|
X.isUndefined(y) && k !== c || (a[m] = y);
|
12354
12363
|
}), a;
|
12355
12364
|
}, ct, Nn;
|
12356
|
-
function
|
12365
|
+
function gi() {
|
12357
12366
|
return Nn || (Nn = 1, ct = {
|
12358
12367
|
version: "0.24.0"
|
12359
12368
|
}), ct;
|
12360
12369
|
}
|
12361
|
-
var Af =
|
12370
|
+
var Af = gi().version, Vt = {};
|
12362
12371
|
["object", "boolean", "number", "function", "string", "symbol"].forEach(function(e, n) {
|
12363
12372
|
Vt[e] = function(a) {
|
12364
12373
|
return typeof a === e || "a" + (n < 1 ? "n " : " ") + e;
|
@@ -12398,7 +12407,7 @@ function jf(e, n, t) {
|
|
12398
12407
|
var Ff = {
|
12399
12408
|
assertOptions: jf,
|
12400
12409
|
validators: Vt
|
12401
|
-
},
|
12410
|
+
}, pi = ee, Hf = ci, Bn = bf, An = Bf, We = fi, yi = Ff, ye = yi.validators;
|
12402
12411
|
function Le(e) {
|
12403
12412
|
this.defaults = e, this.interceptors = {
|
12404
12413
|
request: new Bn(),
|
@@ -12408,7 +12417,7 @@ function Le(e) {
|
|
12408
12417
|
Le.prototype.request = function(n) {
|
12409
12418
|
typeof n == "string" ? (n = arguments[1] || {}, n.url = arguments[0]) : n = n || {}, n = We(this.defaults, n), n.method ? n.method = n.method.toLowerCase() : this.defaults.method ? n.method = this.defaults.method.toLowerCase() : n.method = "get";
|
12410
12419
|
var t = n.transitional;
|
12411
|
-
t !== void 0 &&
|
12420
|
+
t !== void 0 && yi.assertOptions(t, {
|
12412
12421
|
silentJSONParsing: ye.transitional(ye.boolean),
|
12413
12422
|
forcedJSONParsing: ye.transitional(ye.boolean),
|
12414
12423
|
clarifyTimeoutError: ye.transitional(ye.boolean)
|
@@ -12449,7 +12458,7 @@ Le.prototype.request = function(n) {
|
|
12449
12458
|
Le.prototype.getUri = function(n) {
|
12450
12459
|
return n = We(this.defaults, n), Hf(n.url, n.params, n.paramsSerializer).replace(/^\?/, "");
|
12451
12460
|
};
|
12452
|
-
|
12461
|
+
pi.forEach(["delete", "get", "head", "options"], function(n) {
|
12453
12462
|
Le.prototype[n] = function(t, a) {
|
12454
12463
|
return this.request(We(a || {}, {
|
12455
12464
|
method: n,
|
@@ -12458,7 +12467,7 @@ gi.forEach(["delete", "get", "head", "options"], function(n) {
|
|
12458
12467
|
}));
|
12459
12468
|
};
|
12460
12469
|
});
|
12461
|
-
|
12470
|
+
pi.forEach(["post", "put", "patch"], function(n) {
|
12462
12471
|
Le.prototype[n] = function(t, a, l) {
|
12463
12472
|
return this.request(We(l || {}, {
|
12464
12473
|
method: n,
|
@@ -12537,19 +12546,19 @@ function qf() {
|
|
12537
12546
|
return typeof n == "object" && n.isAxiosError === !0;
|
12538
12547
|
}), ht;
|
12539
12548
|
}
|
12540
|
-
var En = ee, Rf =
|
12541
|
-
function
|
12549
|
+
var En = ee, Rf = ai, je = Ef, Uf = fi, Gf = Ge();
|
12550
|
+
function bi(e) {
|
12542
12551
|
var n = new je(e), t = Rf(je.prototype.request, n);
|
12543
12552
|
return En.extend(t, je.prototype, n), En.extend(t, n), t.create = function(l) {
|
12544
|
-
return
|
12553
|
+
return bi(Uf(e, l));
|
12545
12554
|
}, t;
|
12546
12555
|
}
|
12547
|
-
var oe =
|
12556
|
+
var oe = bi(Gf);
|
12548
12557
|
oe.Axios = je;
|
12549
12558
|
oe.Cancel = Ue();
|
12550
12559
|
oe.CancelToken = Vf();
|
12551
|
-
oe.isCancel =
|
12552
|
-
oe.VERSION =
|
12560
|
+
oe.isCancel = hi();
|
12561
|
+
oe.VERSION = gi().version;
|
12553
12562
|
oe.all = function(n) {
|
12554
12563
|
return Promise.all(n);
|
12555
12564
|
};
|
@@ -13100,25 +13109,25 @@ const Jf = {
|
|
13100
13109
|
}, ig = ["value", "title"], lg = /* @__PURE__ */ h("hr", null, null, -1), sg = { class: "flex-container vertical list-files-wrapper" }, og = { class: "list-of-files" }, ag = ["title", "onClick"], rg = {
|
13101
13110
|
key: 0,
|
13102
13111
|
class: "progressbar"
|
13103
|
-
}, dg = ["value", "title"], cg = ["title"], ug = /* @__PURE__ */ h("hr", null, null, -1), mg = { class: "
|
13112
|
+
}, dg = ["value", "title"], cg = ["title"], ug = /* @__PURE__ */ h("hr", null, null, -1), mg = { class: "upload-conditions" }, hg = { class: "small" }, fg = ["title"], gg = {
|
13104
13113
|
key: 0,
|
13105
13114
|
class: "list-of-file-extensions"
|
13106
|
-
},
|
13115
|
+
}, pg = { class: "flex-container vertical no-gap" }, yg = ["disabled"], bg = { key: 0 }, Cg = { key: 1 }, _g = { class: "button-wrapper no-flex" }, kg = ["disabled"], xg = { key: 0 }, vg = { key: 1 }, wg = {
|
13107
13116
|
key: 0,
|
13108
13117
|
class: "progressbar"
|
13109
|
-
},
|
13110
|
-
function
|
13118
|
+
}, Tg = ["value", "title"];
|
13119
|
+
function Ig(e, n, t, a, l, i) {
|
13111
13120
|
const d = R, r = kh, c = V, f = $;
|
13112
13121
|
return s(), o(_, null, [
|
13113
13122
|
t.advancedMode ? (s(), o("fieldset", {
|
13114
13123
|
key: 0,
|
13115
|
-
class:
|
13124
|
+
class: b(["cmd-upload-form flex-container", { "upload-initiated": l.uploadInitiated }])
|
13116
13125
|
}, [
|
13117
13126
|
h("legend", {
|
13118
|
-
class:
|
13127
|
+
class: b({ hidden: !t.showLegend })
|
13119
13128
|
}, p(t.textLegend), 3),
|
13120
|
-
t.cmdHeadlineFieldset ? (s(),
|
13121
|
-
i.systemMessageStatus && i.allSystemMessages.length ? (s(),
|
13129
|
+
t.cmdHeadlineFieldset ? (s(), C(d, G(A({ key: 0 }, t.cmdHeadlineFieldset)), null, 16)) : u("", !0),
|
13130
|
+
i.systemMessageStatus && i.allSystemMessages.length ? (s(), C(r, {
|
13122
13131
|
key: 1,
|
13123
13132
|
iconClose: { show: !1 },
|
13124
13133
|
validationStatus: i.systemMessageStatus,
|
@@ -13163,7 +13172,7 @@ function Tg(e, n, t, a, l, i) {
|
|
13163
13172
|
], 64))
|
13164
13173
|
]),
|
13165
13174
|
h("small", {
|
13166
|
-
class:
|
13175
|
+
class: b([
|
13167
13176
|
"text-align-right",
|
13168
13177
|
{ error: t.maxTotalUploadSize > 0 && i.totalSize > t.maxTotalUploadSize }
|
13169
13178
|
])
|
@@ -13203,7 +13212,7 @@ function Tg(e, n, t, a, l, i) {
|
|
13203
13212
|
}, null, 8, ["iconClass", "type"])
|
13204
13213
|
], 8, ag),
|
13205
13214
|
h("span", {
|
13206
|
-
class:
|
13215
|
+
class: b([
|
13207
13216
|
"text-align-right",
|
13208
13217
|
g.allowedType ? "allowed" : "not-allowed",
|
13209
13218
|
{ error: g.error }
|
@@ -13231,71 +13240,73 @@ function Tg(e, n, t, a, l, i) {
|
|
13231
13240
|
ug
|
13232
13241
|
])
|
13233
13242
|
])) : (s(), o(_, { key: 0 }, [
|
13234
|
-
t.allowMultipleFileUploads ? (s(),
|
13243
|
+
t.allowMultipleFileUploads ? (s(), C(d, A({ key: 0 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
13235
13244
|
default: P(() => [
|
13236
13245
|
F(p(i.headlineTextNoFilesToUpload), 1)
|
13237
13246
|
]),
|
13238
13247
|
_: 1
|
13239
13248
|
}, 16)) : u("", !0)
|
13240
13249
|
], 64)),
|
13241
|
-
|
13242
|
-
|
13243
|
-
|
13244
|
-
|
13245
|
-
|
13246
|
-
|
13247
|
-
|
13248
|
-
|
13249
|
-
|
13250
|
-
|
13251
|
-
|
13252
|
-
|
13253
|
-
|
13254
|
-
|
13250
|
+
h("div", mg, [
|
13251
|
+
t.allowMultipleFileUploads && l.listOfFiles.length ? (s(), C(d, A({ key: 0 }, t.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
|
13252
|
+
default: P(() => [
|
13253
|
+
F(p(e.getMessage("cmduploadform.headline.select_additional_files")), 1)
|
13254
|
+
]),
|
13255
|
+
_: 1
|
13256
|
+
}, 16)) : u("", !0),
|
13257
|
+
!t.allowMultipleFileUploads && l.listOfFiles.length ? (s(), C(d, A({ key: 1 }, t.cmdHeadlineSelectNewFile, { headlineLevel: "4" }), {
|
13258
|
+
default: P(() => [
|
13259
|
+
F(p(e.getMessage("cmduploadform.headline.select_new_file")), 1)
|
13260
|
+
]),
|
13261
|
+
_: 1
|
13262
|
+
}, 16)) : u("", !0),
|
13263
|
+
h("dl", hg, [
|
13264
|
+
t.maxTotalUploadSize > 0 ? (s(), o(_, { key: 0 }, [
|
13265
|
+
h("dt", {
|
13266
|
+
class: b({ error: i.totalSize > t.maxTotalUploadSize })
|
13267
|
+
}, p(e.getMessage("cmduploadform.max_total_upload_size")), 3),
|
13268
|
+
h("dd", {
|
13269
|
+
class: b(["text-align-right", { error: i.totalSize > t.maxTotalUploadSize }])
|
13270
|
+
}, p(i.formatSize(t.maxTotalUploadSize)), 3)
|
13271
|
+
], 64)) : u("", !0),
|
13255
13272
|
h("dt", {
|
13256
|
-
class:
|
13257
|
-
}, p(e.getMessage("cmduploadform.
|
13273
|
+
class: b({ error: l.errors.fileSize })
|
13274
|
+
}, p(e.getMessage("cmduploadform.max_file_upload_size")), 3),
|
13258
13275
|
h("dd", {
|
13259
|
-
class:
|
13260
|
-
}, p(i.formatSize(t.
|
13261
|
-
|
13262
|
-
|
13263
|
-
|
13264
|
-
|
13265
|
-
|
13266
|
-
|
13267
|
-
|
13268
|
-
|
13269
|
-
|
13270
|
-
|
13271
|
-
|
13272
|
-
|
13273
|
-
|
13274
|
-
|
13275
|
-
|
13276
|
-
|
13277
|
-
|
13278
|
-
|
13279
|
-
|
13280
|
-
|
13281
|
-
|
13282
|
-
|
13283
|
-
|
13284
|
-
|
13285
|
-
|
13286
|
-
|
13287
|
-
class: C({ error: l.errors.fileType })
|
13288
|
-
}, p(g), 3))), 128))
|
13289
|
-
])) : u("", !0)
|
13290
|
-
]),
|
13291
|
-
_: 1
|
13292
|
-
})
|
13276
|
+
class: b(["text-align-right", { error: l.errors.fileSize }])
|
13277
|
+
}, p(i.formatSize(t.maxFileUploadSize)), 3),
|
13278
|
+
h("dt", {
|
13279
|
+
class: b({ error: l.errors.fileType })
|
13280
|
+
}, p(e.getMessage("cmduploadform.allowed_file_types")), 3),
|
13281
|
+
h("dd", null, [
|
13282
|
+
h("a", {
|
13283
|
+
href: "#",
|
13284
|
+
onClick: n[2] || (n[2] = I((g) => l.showListOfFileExtensions = !l.showListOfFileExtensions, ["prevent"])),
|
13285
|
+
title: e.getMessage("cmduploadform.tooltip.toggle_list_of_allowed_file_types")
|
13286
|
+
}, [
|
13287
|
+
x(c, {
|
13288
|
+
iconClass: l.showListOfFileExtensions ? t.iconInvisible.iconClass : t.iconVisible.iconClass,
|
13289
|
+
type: l.showListOfFileExtensions ? t.iconInvisible.iconType : t.iconVisible.iconType
|
13290
|
+
}, null, 8, ["iconClass", "type"])
|
13291
|
+
], 8, fg),
|
13292
|
+
x(ue, { name: "fade" }, {
|
13293
|
+
default: P(() => [
|
13294
|
+
l.showListOfFileExtensions ? (s(), o("ul", gg, [
|
13295
|
+
(s(!0), o(_, null, B(t.allowedFileExtensions, (g, m) => (s(), o("li", {
|
13296
|
+
key: m,
|
13297
|
+
class: b({ error: l.errors.fileType })
|
13298
|
+
}, p(g), 3))), 128))
|
13299
|
+
])) : u("", !0)
|
13300
|
+
]),
|
13301
|
+
_: 1
|
13302
|
+
})
|
13303
|
+
])
|
13293
13304
|
])
|
13294
13305
|
]),
|
13295
|
-
h("div",
|
13306
|
+
h("div", pg, [
|
13296
13307
|
h("button", {
|
13297
13308
|
type: "button",
|
13298
|
-
class:
|
13309
|
+
class: b(["button upload primary", { disabled: l.uploadInitiated }]),
|
13299
13310
|
disabled: l.uploadInitiated,
|
13300
13311
|
onClick: n[3] || (n[3] = (g) => i.selectFiles())
|
13301
13312
|
}, [
|
@@ -13303,11 +13314,11 @@ function Tg(e, n, t, a, l, i) {
|
|
13303
13314
|
iconClass: t.iconFileUpload.iconClass,
|
13304
13315
|
type: t.iconFileUpload.iconType
|
13305
13316
|
}, null, 8, ["iconClass", "type"]),
|
13306
|
-
t.allowMultipleFileUploads ? (s(), o("span",
|
13307
|
-
], 10,
|
13317
|
+
t.allowMultipleFileUploads ? (s(), o("span", bg, p(e.getMessage("cmduploadform.labeltext.select_files")), 1)) : (s(), o("span", Cg, p(e.getMessage("cmduploadform.labeltext.select_file")), 1))
|
13318
|
+
], 10, yg),
|
13308
13319
|
t.enableDragAndDrop ? (s(), o("p", {
|
13309
13320
|
key: 0,
|
13310
|
-
class:
|
13321
|
+
class: b(["text-drag-and-drop", { disabled: l.uploadInitiated }])
|
13311
13322
|
}, [
|
13312
13323
|
h("span", null, p(e.getMessage("cmduploadform.or")), 1),
|
13313
13324
|
h("strong", null, [
|
@@ -13323,7 +13334,7 @@ function Tg(e, n, t, a, l, i) {
|
|
13323
13334
|
], 2)) : u("", !0)
|
13324
13335
|
])
|
13325
13336
|
], 16),
|
13326
|
-
t.enableComment ? (s(),
|
13337
|
+
t.enableComment ? (s(), C(f, {
|
13327
13338
|
key: 2,
|
13328
13339
|
element: "textarea",
|
13329
13340
|
labelText: e.getMessage("cmduploadform.labeltext.comment"),
|
@@ -13334,9 +13345,9 @@ function Tg(e, n, t, a, l, i) {
|
|
13334
13345
|
placeholder: e.getMessage("cmduploadform.placeholder.comment"),
|
13335
13346
|
status: t.commentStatusMessage ? "error" : ""
|
13336
13347
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : u("", !0),
|
13337
|
-
h("div",
|
13348
|
+
h("div", _g, [
|
13338
13349
|
h("button", {
|
13339
|
-
class:
|
13350
|
+
class: b([
|
13340
13351
|
"button primary",
|
13341
13352
|
{
|
13342
13353
|
disabled: l.listOfFiles.length === 0 || t.maxTotalUploadSize > 0 && i.totalSize > t.maxTotalUploadSize || l.uploadInitiated
|
@@ -13349,10 +13360,10 @@ function Tg(e, n, t, a, l, i) {
|
|
13349
13360
|
iconClass: t.iconUpload.iconClass,
|
13350
13361
|
type: t.iconUpload.iconType
|
13351
13362
|
}, null, 8, ["iconClass", "type"]),
|
13352
|
-
l.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (s(), o("span",
|
13353
|
-
], 10,
|
13363
|
+
l.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (s(), o("span", xg, p(e.getMessage("cmduploadform.buttontext.upload_file")), 1)) : (s(), o("span", vg, p(e.getMessage("cmduploadform.buttontext.upload_files")), 1))
|
13364
|
+
], 10, kg),
|
13354
13365
|
h("button", {
|
13355
|
-
class:
|
13366
|
+
class: b(["button", { disabled: l.listOfFiles.length === 0 }]),
|
13356
13367
|
onClick: n[6] || (n[6] = (...g) => i.cancel && i.cancel(...g))
|
13357
13368
|
}, [
|
13358
13369
|
x(c, {
|
@@ -13368,13 +13379,13 @@ function Tg(e, n, t, a, l, i) {
|
|
13368
13379
|
onClick: n[7] || (n[7] = I((...g) => i.selectFiles && i.selectFiles(...g), ["prevent"])),
|
13369
13380
|
class: ["cmd-upload-form box", { "drop-area": t.enableDragAndDrop, "allow-drop": l.allowDrop }]
|
13370
13381
|
}, ft(i.dragAndDropHandler, !0)), [
|
13371
|
-
l.uploadInitiated ? (s(), o("span",
|
13382
|
+
l.uploadInitiated ? (s(), o("span", wg, [
|
13372
13383
|
h("span", null, p(i.getPercentage(i.totalUploadProgress)), 1),
|
13373
13384
|
h("progress", {
|
13374
13385
|
max: "100",
|
13375
13386
|
value: i.totalUploadProgress,
|
13376
13387
|
title: i.totalBytesUploaded
|
13377
|
-
}, null, 8,
|
13388
|
+
}, null, 8, Tg)
|
13378
13389
|
])) : u("", !0),
|
13379
13390
|
j(e.$slots, "default", {}, () => [
|
13380
13391
|
t.enableDragAndDrop ? (s(), o(_, { key: 1 }, [
|
@@ -13413,8 +13424,8 @@ function Tg(e, n, t, a, l, i) {
|
|
13413
13424
|
}, null, 8, ["labelText", "disabled", "multiple", "onChange"])
|
13414
13425
|
], 64);
|
13415
13426
|
}
|
13416
|
-
const
|
13417
|
-
const
|
13427
|
+
const rp = /* @__PURE__ */ O(Jf, [["render", Ig]]);
|
13428
|
+
const Sg = {
|
13418
13429
|
name: "CmdWidthLimitationWrapper",
|
13419
13430
|
props: {
|
13420
13431
|
/**
|
@@ -13484,34 +13495,34 @@ const Ig = {
|
|
13484
13495
|
return this.innerComponent === "header" ? "site-header" : this.innerComponent === "footer" ? "site-footer" : "";
|
13485
13496
|
}
|
13486
13497
|
}
|
13487
|
-
},
|
13488
|
-
function
|
13498
|
+
}, Mg = ["id"], Og = ["id"];
|
13499
|
+
function Lg(e, n, t, a, l, i) {
|
13489
13500
|
const d = R;
|
13490
13501
|
return s(), o("div", {
|
13491
|
-
class:
|
13502
|
+
class: b(["cmd-width-limitation-wrapper", { sticky: t.sticky }])
|
13492
13503
|
}, [
|
13493
13504
|
t.innerWrapper ? (s(), o("section", {
|
13494
13505
|
key: 0,
|
13495
|
-
class:
|
13506
|
+
class: b(i.setInnerClass),
|
13496
13507
|
id: t.anchorId
|
13497
13508
|
}, [
|
13498
|
-
t.cmdHeadline ? (s(),
|
13509
|
+
t.cmdHeadline ? (s(), C(d, {
|
13499
13510
|
key: 0,
|
13500
13511
|
"pre-headline-text": t.cmdHeadline.preHeadlineText,
|
13501
13512
|
"headline-text": t.cmdHeadline.headlineText,
|
13502
13513
|
"headline-level": t.cmdHeadline.headlineLevel
|
13503
13514
|
}, null, 8, ["pre-headline-text", "headline-text", "headline-level"])) : u("", !0),
|
13504
13515
|
j(e.$slots, "default")
|
13505
|
-
], 10,
|
13516
|
+
], 10, Mg)) : (s(), o(_, { key: 1 }, [
|
13506
13517
|
t.anchorId ? (s(), o("a", {
|
13507
13518
|
key: 0,
|
13508
13519
|
id: t.anchorId
|
13509
|
-
}, null, 8,
|
13520
|
+
}, null, 8, Og)) : u("", !0),
|
13510
13521
|
j(e.$slots, "default")
|
13511
13522
|
], 64))
|
13512
13523
|
], 2);
|
13513
13524
|
}
|
13514
|
-
const
|
13525
|
+
const dp = /* @__PURE__ */ O(Sg, [["render", Lg]]), cp = {
|
13515
13526
|
// el = real dom-element
|
13516
13527
|
mounted(e) {
|
13517
13528
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
@@ -13521,7 +13532,7 @@ const rp = /* @__PURE__ */ O(Ig, [["render", Og]]), dp = {
|
|
13521
13532
|
n ? n.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
|
13522
13533
|
}
|
13523
13534
|
}
|
13524
|
-
},
|
13535
|
+
}, up = {
|
13525
13536
|
// el = real dom-element
|
13526
13537
|
// binding.value = value of v-directive
|
13527
13538
|
mounted(e, n) {
|
@@ -13531,9 +13542,9 @@ const rp = /* @__PURE__ */ O(Ig, [["render", Og]]), dp = {
|
|
13531
13542
|
}
|
13532
13543
|
}
|
13533
13544
|
};
|
13534
|
-
function
|
13545
|
+
function mp() {
|
13535
13546
|
const e = {};
|
13536
|
-
|
13547
|
+
Ti(a);
|
13537
13548
|
function n(l = "defaultSequence") {
|
13538
13549
|
const i = e[l] || 0;
|
13539
13550
|
return e[l] = i + 1, e[l];
|
@@ -13547,57 +13558,58 @@ function up() {
|
|
13547
13558
|
return { nextSequenceValue: n, currentSequenceValue: t, resetSequence: a };
|
13548
13559
|
}
|
13549
13560
|
export {
|
13550
|
-
|
13551
|
-
|
13552
|
-
|
13561
|
+
Ng as CmdAddressData,
|
13562
|
+
Pg as CmdBackToTopButton,
|
13563
|
+
Bg as CmdBankAccountData,
|
13553
13564
|
Hr as CmdBox,
|
13554
|
-
|
13555
|
-
|
13565
|
+
jg as CmdBoxWrapper,
|
13566
|
+
Fg as CmdBreadcrumbs,
|
13556
13567
|
sd as CmdCompanyLogo,
|
13557
|
-
|
13558
|
-
|
13559
|
-
|
13568
|
+
Hg as CmdContainer,
|
13569
|
+
Eg as CmdCookieDisclaimer,
|
13570
|
+
Vg as CmdCopyrightInformation,
|
13560
13571
|
Xd as CmdFakeSelect,
|
13561
|
-
|
13562
|
-
|
13572
|
+
Ag as CmdFancyBox,
|
13573
|
+
zg as CmdForm,
|
13563
13574
|
$ as CmdFormElement,
|
13564
13575
|
uc as CmdFormFilters,
|
13565
|
-
|
13576
|
+
qg as CmdGoogleMaps,
|
13566
13577
|
R as CmdHeadline,
|
13567
13578
|
V as CmdIcon,
|
13568
13579
|
be as CmdImage,
|
13569
|
-
|
13570
|
-
|
13571
|
-
|
13580
|
+
Rg as CmdImageGallery,
|
13581
|
+
Ug as CmdImageZoom,
|
13582
|
+
Gg as CmdInputGroup,
|
13572
13583
|
lr as CmdListOfLinks,
|
13573
|
-
|
13584
|
+
Wg as CmdLoginForm,
|
13574
13585
|
bu as CmdMainNavigation,
|
13575
|
-
|
13576
|
-
|
13577
|
-
|
13578
|
-
|
13579
|
-
|
13580
|
-
|
13581
|
-
|
13582
|
-
|
13586
|
+
Qg as CmdMultistepFormProgressBar,
|
13587
|
+
Zg as CmdOpeningHours,
|
13588
|
+
Jg as CmdPager,
|
13589
|
+
Yg as CmdProgressBar,
|
13590
|
+
Kg as CmdSidebar,
|
13591
|
+
Xg as CmdSiteFooter,
|
13592
|
+
$g as CmdSiteHeader,
|
13593
|
+
ep as CmdSiteSearch,
|
13583
13594
|
qe as CmdSlideButton,
|
13584
|
-
|
13585
|
-
|
13586
|
-
|
13595
|
+
tp as CmdSlideshow,
|
13596
|
+
np as CmdSocialNetworks,
|
13597
|
+
ip as CmdSwitchLanguage,
|
13587
13598
|
kh as CmdSystemMessage,
|
13588
|
-
|
13589
|
-
|
13590
|
-
|
13599
|
+
lp as CmdTable,
|
13600
|
+
sp as CmdTabs,
|
13601
|
+
op as CmdTextImageBlock,
|
13591
13602
|
wa as CmdThumbnailScroller,
|
13592
|
-
|
13593
|
-
|
13594
|
-
|
13595
|
-
|
13596
|
-
|
13597
|
-
|
13598
|
-
|
13603
|
+
ap as CmdToggleDarkMode,
|
13604
|
+
ls as CmdTooltip,
|
13605
|
+
rp as CmdUploadForm,
|
13606
|
+
dp as CmdWidthLimitationWrapper,
|
13607
|
+
cp as DirFocus,
|
13608
|
+
up as DirTelephone,
|
13609
|
+
he as EditComponentWrapper,
|
13610
|
+
si as createHtmlId,
|
13599
13611
|
Me as createUuid,
|
13600
13612
|
ve as getFileExtension,
|
13601
13613
|
Bt as openFancyBox,
|
13602
|
-
|
13614
|
+
mp as useSequence
|
13603
13615
|
};
|