comand-component-library 4.1.46 → 4.1.48

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
- var Bo = Object.defineProperty;
2
- var Fo = (e, n, t) => n in e ? Bo(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t;
3
- var Ge = (e, n, t) => Fo(e, typeof n != "symbol" ? n + "" : n, t);
4
- import { defineComponent as ri, h as Tn, resolveComponent as _e, openBlock as l, createBlock as w, normalizeClass as _, createElementBlock as r, getCurrentInstance as Do, resolveDynamicComponent as Me, withModifiers as T, withCtx as k, withDirectives as Q, createElementVNode as a, createVNode as h, createCommentVNode as m, vShow as be, Fragment as S, toDisplayString as y, renderSlot as H, normalizeProps as R, mergeProps as I, createTextVNode as E, renderList as q, resolveDirective as di, Transition as Pe, toHandlers as Rt, TransitionGroup as ln, createApp as Mo, normalizeStyle as ft, guardReactiveProps as xe, useCssVars as ci, vModelDynamic as Vo, vModelText as Nt, vModelSelect as Po, vModelRadio as Dt, onMounted as Ao, onUnmounted as Eo, reactive as Ho, onBeforeUpdate as qo } from "vue";
1
+ var Io = Object.defineProperty;
2
+ var Bo = (e, n, t) => n in e ? Io(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t;
3
+ var Ge = (e, n, t) => Bo(e, typeof n != "symbol" ? n + "" : n, t);
4
+ import { defineComponent as ri, h as Tn, resolveComponent as _e, openBlock as l, createBlock as w, normalizeClass as _, createElementBlock as r, getCurrentInstance as Fo, resolveDynamicComponent as Me, withModifiers as T, withCtx as k, withDirectives as X, createElementVNode as a, createVNode as h, createCommentVNode as m, vShow as be, Fragment as S, toDisplayString as y, renderSlot as H, normalizeProps as R, mergeProps as I, createTextVNode as E, renderList as q, Transition as Pe, toHandlers as Rt, TransitionGroup as ln, createApp as Do, normalizeStyle as ft, guardReactiveProps as xe, useCssVars as di, vModelDynamic as Mo, vModelText as Nt, resolveDirective as Vo, vModelSelect as Po, vModelRadio as Dt, onMounted as Ao, onUnmounted as Eo, reactive as Ho, onBeforeUpdate as qo } from "vue";
5
5
  const Ye = /^[a-z0-9]+(-[a-z0-9]+)*$/, xt = (e, n, t, s = "") => {
6
6
  const i = e.split(":");
7
7
  if (e.slice(0, 1) === "@") {
@@ -12,12 +12,12 @@ const Ye = /^[a-z0-9]+(-[a-z0-9]+)*$/, xt = (e, n, t, s = "") => {
12
12
  if (i.length > 3 || !i.length)
13
13
  return null;
14
14
  if (i.length > 1) {
15
- const c = i.pop(), u = i.pop(), f = {
15
+ const c = i.pop(), u = i.pop(), g = {
16
16
  provider: i.length > 0 ? i[0] : s,
17
17
  prefix: u,
18
18
  name: c
19
19
  };
20
- return n && !ct(f) ? null : f;
20
+ return n && !ct(g) ? null : g;
21
21
  }
22
22
  const o = i[0], d = o.split("-");
23
23
  if (d.length > 1) {
@@ -37,7 +37,7 @@ const Ye = /^[a-z0-9]+(-[a-z0-9]+)*$/, xt = (e, n, t, s = "") => {
37
37
  return n && !ct(c, t) ? null : c;
38
38
  }
39
39
  return null;
40
- }, ct = (e, n) => e ? !!((e.provider === "" || e.provider.match(Ye)) && (n && e.prefix === "" || e.prefix.match(Ye)) && e.name.match(Ye)) : !1, ui = Object.freeze(
40
+ }, ct = (e, n) => e ? !!((e.provider === "" || e.provider.match(Ye)) && (n && e.prefix === "" || e.prefix.match(Ye)) && e.name.match(Ye)) : !1, ci = Object.freeze(
41
41
  {
42
42
  left: 0,
43
43
  top: 0,
@@ -49,7 +49,7 @@ const Ye = /^[a-z0-9]+(-[a-z0-9]+)*$/, xt = (e, n, t, s = "") => {
49
49
  vFlip: !1,
50
50
  hFlip: !1
51
51
  }), _t = Object.freeze({
52
- ...ui,
52
+ ...ci,
53
53
  ...gt
54
54
  }), Ut = Object.freeze({
55
55
  ..._t,
@@ -93,7 +93,7 @@ function Uo(e, n, t) {
93
93
  }
94
94
  return d(n), t.forEach(d), Sn(e, o);
95
95
  }
96
- function mi(e, n) {
96
+ function ui(e, n) {
97
97
  const t = [];
98
98
  if (typeof e != "object" || typeof e.icons != "object")
99
99
  return t;
@@ -111,7 +111,7 @@ const jo = {
111
111
  provider: "",
112
112
  aliases: {},
113
113
  not_found: {},
114
- ...ui
114
+ ...ci
115
115
  };
116
116
  function Mt(e, n) {
117
117
  for (const t in n)
@@ -119,7 +119,7 @@ function Mt(e, n) {
119
119
  return !1;
120
120
  return !0;
121
121
  }
122
- function hi(e) {
122
+ function mi(e) {
123
123
  if (typeof e != "object" || e === null)
124
124
  return null;
125
125
  const n = e;
@@ -159,7 +159,7 @@ function Ae(e, n) {
159
159
  return t[n] || (t[n] = zo(e, n));
160
160
  }
161
161
  function sn(e, n) {
162
- return hi(n) ? mi(n, (t, s) => {
162
+ return mi(n) ? ui(n, (t, s) => {
163
163
  s ? e.icons[t] = s : e.missing.add(t);
164
164
  }) : [];
165
165
  }
@@ -172,7 +172,7 @@ function Go(e, n, t) {
172
172
  return !1;
173
173
  }
174
174
  let Ze = !1;
175
- function pi(e) {
175
+ function hi(e) {
176
176
  return typeof e == "boolean" && (Ze = e), Ze;
177
177
  }
178
178
  function Wo(e) {
@@ -189,12 +189,12 @@ function Ko(e, n) {
189
189
  const s = Ae(t.provider, t.prefix);
190
190
  return Go(s, t.name, n);
191
191
  }
192
- function fi(e, n) {
192
+ function pi(e, n) {
193
193
  if (typeof e != "object")
194
194
  return !1;
195
195
  if (typeof n != "string" && (n = e.provider || ""), Ze && !n && !e.prefix) {
196
196
  let i = !1;
197
- return hi(e) && (e.prefix = "", mi(e, (o, d) => {
197
+ return mi(e) && (e.prefix = "", ui(e, (o, d) => {
198
198
  d && Ko(o, d) && (i = !0);
199
199
  })), i;
200
200
  }
@@ -208,11 +208,11 @@ function fi(e, n) {
208
208
  const s = Ae(n, t);
209
209
  return !!sn(s, e);
210
210
  }
211
- const gi = Object.freeze({
211
+ const fi = Object.freeze({
212
212
  width: null,
213
213
  height: null
214
- }), yi = Object.freeze({
215
- ...gi,
214
+ }), gi = Object.freeze({
215
+ ...fi,
216
216
  ...gt
217
217
  }), Jo = /(-?[0-9.]*[0-9]+[0-9.]*)/g, Yo = /^-?[0-9.]*[0-9]+[0-9.]*$/g;
218
218
  function Ln(e, n, t) {
@@ -243,7 +243,7 @@ function Zo(e, n) {
243
243
  ..._t,
244
244
  ...e
245
245
  }, s = {
246
- ...yi,
246
+ ...gi,
247
247
  ...n
248
248
  }, i = {
249
249
  left: t.left,
@@ -280,13 +280,13 @@ function Zo(e, n) {
280
280
  }
281
281
  F % 2 === 1 && (i.left !== i.top && (D = i.left, i.left = i.top, i.top = D), i.width !== i.height && (D = i.width, i.width = i.height, i.height = D)), L.length && (o = '<g transform="' + L.join(" ") + '">' + o + "</g>");
282
282
  });
283
- const d = s.width, c = s.height, u = i.width, f = i.height;
284
- let p, g;
285
- return d === null ? (g = c === null ? "1em" : c === "auto" ? f : c, p = Ln(g, u / f)) : (p = d === "auto" ? u : d, g = c === null ? Ln(p, f / u) : c === "auto" ? f : c), {
283
+ const d = s.width, c = s.height, u = i.width, g = i.height;
284
+ let p, f;
285
+ return d === null ? (f = c === null ? "1em" : c === "auto" ? g : c, p = Ln(f, u / g)) : (p = d === "auto" ? u : d, f = c === null ? Ln(p, g / u) : c === "auto" ? g : c), {
286
286
  attributes: {
287
287
  width: p.toString(),
288
- height: g.toString(),
289
- viewBox: i.left.toString() + " " + i.top.toString() + " " + u.toString() + " " + f.toString()
288
+ height: f.toString(),
289
+ viewBox: i.left.toString() + " " + i.top.toString() + " " + u.toString() + " " + g.toString()
290
290
  },
291
291
  body: o
292
292
  };
@@ -383,8 +383,8 @@ const sl = (e, n, t) => {
383
383
  prefix: n,
384
384
  icons: []
385
385
  }, c = 0;
386
- return t.forEach((u, f) => {
387
- c += u.length + 1, c >= i && f > 0 && (s.push(d), d = {
386
+ return t.forEach((u, g) => {
387
+ c += u.length + 1, c >= i && g > 0 && (s.push(d), d = {
388
388
  type: o,
389
389
  provider: e,
390
390
  prefix: n,
@@ -466,18 +466,18 @@ function cl(e) {
466
466
  if (s.name === i.name && s.prefix === i.prefix && s.provider === i.provider)
467
467
  return;
468
468
  s = i;
469
- const o = i.provider, d = i.prefix, c = i.name, u = t[o] || (t[o] = /* @__PURE__ */ Object.create(null)), f = u[d] || (u[d] = Ae(o, d));
469
+ const o = i.provider, d = i.prefix, c = i.name, u = t[o] || (t[o] = /* @__PURE__ */ Object.create(null)), g = u[d] || (u[d] = Ae(o, d));
470
470
  let p;
471
- c in f.icons ? p = n.loaded : d === "" || f.missing.has(c) ? p = n.missing : p = n.pending;
472
- const g = {
471
+ c in g.icons ? p = n.loaded : d === "" || g.missing.has(c) ? p = n.missing : p = n.pending;
472
+ const f = {
473
473
  provider: o,
474
474
  prefix: d,
475
475
  name: c
476
476
  };
477
- p.push(g);
477
+ p.push(f);
478
478
  }), n;
479
479
  }
480
- function bi(e, n) {
480
+ function yi(e, n) {
481
481
  e.forEach((t) => {
482
482
  const s = t.loaderCallbacks;
483
483
  s && (t.loaderCallbacks = s.filter((i) => i.id !== n));
@@ -496,23 +496,23 @@ function ul(e) {
496
496
  d.pending = d.pending.filter((u) => {
497
497
  if (u.prefix !== i)
498
498
  return !0;
499
- const f = u.name;
500
- if (e.icons[f])
499
+ const g = u.name;
500
+ if (e.icons[g])
501
501
  d.loaded.push({
502
502
  provider: s,
503
503
  prefix: i,
504
- name: f
504
+ name: g
505
505
  });
506
- else if (e.missing.has(f))
506
+ else if (e.missing.has(g))
507
507
  d.missing.push({
508
508
  provider: s,
509
509
  prefix: i,
510
- name: f
510
+ name: g
511
511
  });
512
512
  else
513
513
  return t = !0, !0;
514
514
  return !1;
515
- }), d.pending.length !== c && (t || bi([e], o.id), o.callback(
515
+ }), d.pending.length !== c && (t || yi([e], o.id), o.callback(
516
516
  d.loaded.slice(0),
517
517
  d.missing.slice(0),
518
518
  d.pending.slice(0),
@@ -523,7 +523,7 @@ function ul(e) {
523
523
  }
524
524
  let ml = 0;
525
525
  function hl(e, n, t) {
526
- const s = ml++, i = bi.bind(null, t, s);
526
+ const s = ml++, i = yi.bind(null, t, s);
527
527
  if (!n.pending.length)
528
528
  return i;
529
529
  const o = {
@@ -564,10 +564,10 @@ function gl(e, n, t, s) {
564
564
  } else
565
565
  d = e.resources.slice(o).concat(e.resources.slice(0, o));
566
566
  const c = Date.now();
567
- let u = "pending", f = 0, p, g = null, C = [], b = [];
567
+ let u = "pending", g = 0, p, f = null, C = [], b = [];
568
568
  typeof s == "function" && b.push(s);
569
569
  function L() {
570
- g && (clearTimeout(g), g = null);
570
+ f && (clearTimeout(f), f = null);
571
571
  }
572
572
  function v() {
573
573
  u === "pending" && (u = "aborted"), L(), C.forEach((P) => {
@@ -582,7 +582,7 @@ function gl(e, n, t, s) {
582
582
  startTime: c,
583
583
  payload: n,
584
584
  status: u,
585
- queriesSent: f,
585
+ queriesSent: g,
586
586
  queriesPending: C.length,
587
587
  subscribe: B,
588
588
  abort: v
@@ -633,7 +633,7 @@ function gl(e, n, t, s) {
633
633
  const P = d.shift();
634
634
  if (P === void 0) {
635
635
  if (C.length) {
636
- g = setTimeout(() => {
636
+ f = setTimeout(() => {
637
637
  L(), u === "pending" && (M(), D());
638
638
  }, e.timeout);
639
639
  return;
@@ -648,11 +648,11 @@ function gl(e, n, t, s) {
648
648
  G(N, J, $);
649
649
  }
650
650
  };
651
- C.push(N), f++, g = setTimeout(j, e.rotate), t(P, n, N.callback);
651
+ C.push(N), g++, f = setTimeout(j, e.rotate), t(P, n, N.callback);
652
652
  }
653
653
  return setTimeout(j), F;
654
654
  }
655
- function xi(e) {
655
+ function bi(e) {
656
656
  const n = {
657
657
  ...fl,
658
658
  ...e
@@ -661,13 +661,13 @@ function xi(e) {
661
661
  function s() {
662
662
  t = t.filter((c) => c().status === "pending");
663
663
  }
664
- function i(c, u, f) {
664
+ function i(c, u, g) {
665
665
  const p = gl(
666
666
  n,
667
667
  c,
668
668
  u,
669
- (g, C) => {
670
- s(), f && f(g, C);
669
+ (f, C) => {
670
+ s(), g && g(f, C);
671
671
  }
672
672
  );
673
673
  return t.push(p), p;
@@ -693,7 +693,7 @@ function yl(e) {
693
693
  const n = dn(e);
694
694
  if (!n)
695
695
  return;
696
- const t = xi(n), s = {
696
+ const t = bi(n), s = {
697
697
  config: n,
698
698
  redundancy: t
699
699
  };
@@ -713,14 +713,14 @@ function bl(e, n, t) {
713
713
  } else {
714
714
  const o = an(e);
715
715
  if (o) {
716
- s = xi(o);
716
+ s = bi(o);
717
717
  const d = e.resources ? e.resources[0] : "", c = zt(d);
718
718
  c && (i = c.send);
719
719
  }
720
720
  }
721
721
  return !s || !i ? (t(void 0, 424), Bn) : s.query(n, i, t)().abort;
722
722
  }
723
- const Fn = "iconify2", Qe = "iconify", _i = Qe + "-count", Dn = Qe + "-version", Ci = 36e5, xl = 168;
723
+ const Fn = "iconify2", Qe = "iconify", xi = Qe + "-count", Dn = Qe + "-version", _i = 36e5, xl = 168;
724
724
  function Gt(e, n) {
725
725
  try {
726
726
  return e.getItem(n);
@@ -740,15 +740,15 @@ function Mn(e, n) {
740
740
  }
741
741
  }
742
742
  function Wt(e, n) {
743
- return cn(e, _i, n.toString());
743
+ return cn(e, xi, n.toString());
744
744
  }
745
745
  function Kt(e) {
746
- return parseInt(Gt(e, _i)) || 0;
746
+ return parseInt(Gt(e, xi)) || 0;
747
747
  }
748
748
  const Ct = {
749
749
  local: !0,
750
750
  session: !0
751
- }, wi = {
751
+ }, Ci = {
752
752
  local: /* @__PURE__ */ new Set(),
753
753
  session: /* @__PURE__ */ new Set()
754
754
  };
@@ -757,7 +757,7 @@ function _l(e) {
757
757
  un = e;
758
758
  }
759
759
  let rt = typeof window > "u" ? {} : window;
760
- function ki(e) {
760
+ function wi(e) {
761
761
  const n = e + "Storage";
762
762
  try {
763
763
  if (rt && rt[n] && typeof rt[n].length == "number")
@@ -766,8 +766,8 @@ function ki(e) {
766
766
  }
767
767
  Ct[e] = !1;
768
768
  }
769
- function vi(e, n) {
770
- const t = ki(e);
769
+ function ki(e, n) {
770
+ const t = wi(e);
771
771
  if (!t)
772
772
  return;
773
773
  const s = Gt(t, Dn);
@@ -780,11 +780,11 @@ function vi(e, n) {
780
780
  cn(t, Dn, Fn), Wt(t, 0);
781
781
  return;
782
782
  }
783
- const i = Math.floor(Date.now() / Ci) - xl, o = (c) => {
784
- const u = Qe + c.toString(), f = Gt(t, u);
785
- if (typeof f == "string") {
783
+ const i = Math.floor(Date.now() / _i) - xl, o = (c) => {
784
+ const u = Qe + c.toString(), g = Gt(t, u);
785
+ if (typeof g == "string") {
786
786
  try {
787
- const p = JSON.parse(f);
787
+ const p = JSON.parse(g);
788
788
  if (typeof p == "object" && typeof p.cached == "number" && p.cached > i && typeof p.provider == "string" && typeof p.data == "object" && typeof p.data.prefix == "string" && n(p, c))
789
789
  return !0;
790
790
  } catch {
@@ -794,13 +794,13 @@ function vi(e, n) {
794
794
  };
795
795
  let d = Kt(t);
796
796
  for (let c = d - 1; c >= 0; c--)
797
- o(c) || (c === d - 1 ? (d--, Wt(t, d)) : wi[e].add(c));
797
+ o(c) || (c === d - 1 ? (d--, Wt(t, d)) : Ci[e].add(c));
798
798
  }
799
- function Ti() {
799
+ function vi() {
800
800
  if (!un) {
801
801
  _l(!0);
802
802
  for (const e in Ct)
803
- vi(e, (n) => {
803
+ ki(e, (n) => {
804
804
  const t = n.data, s = n.provider, i = t.prefix, o = Ae(
805
805
  s,
806
806
  i
@@ -818,26 +818,26 @@ function Cl(e, n) {
818
818
  return t === n;
819
819
  if (e.lastModifiedCached = n, t)
820
820
  for (const s in Ct)
821
- vi(s, (i) => {
821
+ ki(s, (i) => {
822
822
  const o = i.data;
823
823
  return i.provider !== e.provider || o.prefix !== e.prefix || o.lastModified === n;
824
824
  });
825
825
  return !0;
826
826
  }
827
827
  function wl(e, n) {
828
- un || Ti();
828
+ un || vi();
829
829
  function t(s) {
830
830
  let i;
831
- if (!Ct[s] || !(i = ki(s)))
831
+ if (!Ct[s] || !(i = wi(s)))
832
832
  return;
833
- const o = wi[s];
833
+ const o = Ci[s];
834
834
  let d;
835
835
  if (o.size)
836
836
  o.delete(d = Array.from(o).shift());
837
837
  else if (d = Kt(i), !Wt(i, d + 1))
838
838
  return;
839
839
  const c = {
840
- cached: Math.floor(Date.now() / Ci),
840
+ cached: Math.floor(Date.now() / _i),
841
841
  provider: e.provider,
842
842
  data: n
843
843
  };
@@ -865,9 +865,9 @@ function vl(e, n) {
865
865
  if (!i || !(o = zt(t)))
866
866
  return;
867
867
  o.prepare(t, s, i).forEach((c) => {
868
- bl(t, c, (u, f) => {
868
+ bl(t, c, (u, g) => {
869
869
  if (typeof u != "object") {
870
- if (f !== 404)
870
+ if (g !== 404)
871
871
  return;
872
872
  c.icons.forEach((p) => {
873
873
  e.missing.add(p);
@@ -880,9 +880,9 @@ function vl(e, n) {
880
880
  );
881
881
  if (!p.length)
882
882
  return;
883
- const g = e.pendingIcons;
884
- g && p.forEach((C) => {
885
- g.delete(C);
883
+ const f = e.pendingIcons;
884
+ f && p.forEach((C) => {
885
+ f.delete(C);
886
886
  }), wl(e, u);
887
887
  } catch (p) {
888
888
  console.error(p);
@@ -893,7 +893,7 @@ function vl(e, n) {
893
893
  }));
894
894
  }
895
895
  const Tl = (e, n) => {
896
- const t = pl(e, !0, pi()), s = cl(t);
896
+ const t = pl(e, !0, hi()), s = cl(t);
897
897
  if (!s.pending.length) {
898
898
  let u = !0;
899
899
  return n && setTimeout(() => {
@@ -910,18 +910,18 @@ const Tl = (e, n) => {
910
910
  const i = /* @__PURE__ */ Object.create(null), o = [];
911
911
  let d, c;
912
912
  return s.pending.forEach((u) => {
913
- const { provider: f, prefix: p } = u;
914
- if (p === c && f === d)
913
+ const { provider: g, prefix: p } = u;
914
+ if (p === c && g === d)
915
915
  return;
916
- d = f, c = p, o.push(Ae(f, p));
917
- const g = i[f] || (i[f] = /* @__PURE__ */ Object.create(null));
918
- g[p] || (g[p] = []);
916
+ d = g, c = p, o.push(Ae(g, p));
917
+ const f = i[g] || (i[g] = /* @__PURE__ */ Object.create(null));
918
+ f[p] || (f[p] = []);
919
919
  }), s.pending.forEach((u) => {
920
- const { provider: f, prefix: p, name: g } = u, C = Ae(f, p), b = C.pendingIcons || (C.pendingIcons = /* @__PURE__ */ new Set());
921
- b.has(g) || (b.add(g), i[f][p].push(g));
920
+ const { provider: g, prefix: p, name: f } = u, C = Ae(g, p), b = C.pendingIcons || (C.pendingIcons = /* @__PURE__ */ new Set());
921
+ b.has(f) || (b.add(f), i[g][p].push(f));
922
922
  }), o.forEach((u) => {
923
- const { provider: f, prefix: p } = u;
924
- i[f][p].length && vl(u, i[f][p]);
923
+ const { provider: g, prefix: p } = u;
924
+ i[g][p].length && vl(u, i[g][p]);
925
925
  }), n ? hl(n, s, o) : Vn;
926
926
  };
927
927
  function Sl(e, n) {
@@ -930,7 +930,7 @@ function Sl(e, n) {
930
930
  };
931
931
  for (const s in n) {
932
932
  const i = n[s], o = typeof i;
933
- s in gi ? (i === null || i && (o === "string" || o === "number")) && (t[s] = i) : o === typeof t[s] && (t[s] = s === "rotate" ? i % 4 : i);
933
+ s in fi ? (i === null || i && (o === "string" || o === "number")) && (t[s] = i) : o === typeof t[s] && (t[s] = s === "rotate" ? i % 4 : i);
934
934
  }
935
935
  return t;
936
936
  }
@@ -986,7 +986,7 @@ function Dl(e) {
986
986
  return 'url("data:image/svg+xml,' + Fl(e) + '")';
987
987
  }
988
988
  const Pn = {
989
- ...yi,
989
+ ...gi,
990
990
  inline: !1
991
991
  }, Ml = {
992
992
  xmlns: "http://www.w3.org/2000/svg",
@@ -997,7 +997,7 @@ const Pn = {
997
997
  display: "inline-block"
998
998
  }, Jt = {
999
999
  backgroundColor: "currentColor"
1000
- }, Si = {
1000
+ }, Ti = {
1001
1001
  backgroundColor: "transparent"
1002
1002
  }, An = {
1003
1003
  Image: "var(--svg)",
@@ -1006,7 +1006,7 @@ const Pn = {
1006
1006
  }, En = {
1007
1007
  webkitMask: Jt,
1008
1008
  mask: Jt,
1009
- background: Si
1009
+ background: Ti
1010
1010
  };
1011
1011
  for (const e in En) {
1012
1012
  const n = En[e];
@@ -1056,34 +1056,34 @@ const qn = (e, n) => {
1056
1056
  }
1057
1057
  }
1058
1058
  }
1059
- const u = Zo(e, t), f = u.attributes;
1059
+ const u = Zo(e, t), g = u.attributes;
1060
1060
  if (t.inline && (o.verticalAlign = "-0.125em"), i === "svg") {
1061
1061
  s.style = {
1062
1062
  ...o,
1063
1063
  ...c
1064
- }, Object.assign(s, f);
1064
+ }, Object.assign(s, g);
1065
1065
  let v = 0, B = n.id;
1066
1066
  return typeof B == "string" && (B = B.replace(/-/g, "_")), s.innerHTML = el(u.body, B ? () => B + "ID" + v++ : "iconifyVue"), Tn("svg", s);
1067
1067
  }
1068
- const { body: p, width: g, height: C } = e, b = i === "mask" || (i === "bg" ? !1 : p.indexOf("currentColor") !== -1), L = Bl(p, {
1069
- ...f,
1070
- width: g + "",
1068
+ const { body: p, width: f, height: C } = e, b = i === "mask" || (i === "bg" ? !1 : p.indexOf("currentColor") !== -1), L = Bl(p, {
1069
+ ...g,
1070
+ width: f + "",
1071
1071
  height: C + ""
1072
1072
  });
1073
1073
  return s.style = {
1074
1074
  ...o,
1075
1075
  "--svg": Dl(L),
1076
- width: Hn(f.width),
1077
- height: Hn(f.height),
1076
+ width: Hn(g.width),
1077
+ height: Hn(g.height),
1078
1078
  ...Vl,
1079
- ...b ? Jt : Si,
1079
+ ...b ? Jt : Ti,
1080
1080
  ...c
1081
1081
  }, Tn("span", s);
1082
1082
  };
1083
- pi(!0);
1083
+ hi(!0);
1084
1084
  tl("", dl);
1085
1085
  if (typeof document < "u" && typeof window < "u") {
1086
- Ti();
1086
+ vi();
1087
1087
  const e = window;
1088
1088
  if (e.IconifyPreload !== void 0) {
1089
1089
  const n = e.IconifyPreload, t = "Invalid IconifyPreload syntax.";
@@ -1092,7 +1092,7 @@ if (typeof document < "u" && typeof window < "u") {
1092
1092
  // Check if item is an object and not null/array
1093
1093
  (typeof s != "object" || s === null || s instanceof Array || // Check for 'icons' and 'prefix'
1094
1094
  typeof s.icons != "object" || typeof s.prefix != "string" || // Add icon set
1095
- !fi(s)) && console.error(t);
1095
+ !pi(s)) && console.error(t);
1096
1096
  } catch {
1097
1097
  console.error(t);
1098
1098
  }
@@ -1333,7 +1333,7 @@ const jl = {
1333
1333
  },
1334
1334
  hasSettings() {
1335
1335
  const e = `${this.componentName}Settings`;
1336
- return !!Do().appContext.components[e];
1336
+ return !!Fo().appContext.components[e];
1337
1337
  }
1338
1338
  },
1339
1339
  methods: {
@@ -1441,7 +1441,7 @@ function ls(e, n, t, s, i, o) {
1441
1441
  }, {
1442
1442
  default: k(() => [
1443
1443
  t.componentTag === "ul" ? (l(), r("li", zl, [
1444
- Q(a("ul", {
1444
+ X(a("ul", {
1445
1445
  class: "flex-container no-flex action-buttons",
1446
1446
  "data-component": t.componentName
1447
1447
  }, [
@@ -1513,7 +1513,7 @@ function ls(e, n, t, s, i, o) {
1513
1513
  ])
1514
1514
  ])) : (l(), r(S, { key: 1 }, [
1515
1515
  o.isOuterComponent ? (l(), r("p", Zl, y(t.componentName), 1)) : m("", !0),
1516
- Q(a("ul", {
1516
+ X(a("ul", {
1517
1517
  class: "flex-container no-flex action-buttons",
1518
1518
  "data-component": t.componentName,
1519
1519
  onMouseenter: n[12] || (n[12] = (...c) => o.addHighlightRelatedComponent && o.addHighlightRelatedComponent(...c)),
@@ -1730,11 +1730,11 @@ const He = /* @__PURE__ */ V(jl, [["render", ls]]), le = {
1730
1730
  fs
1731
1731
  ];
1732
1732
  function ys(e, n, t, s, i, o) {
1733
- var f;
1733
+ var g;
1734
1734
  const d = W, c = te, u = He;
1735
1735
  return !e.editModeContext || e.settingsContext || e.mainSidebarContext || t.headlineText ? (l(), r("div", {
1736
1736
  key: 0,
1737
- class: _(["cmd-headline", { "has-pre-headline-text": t.preHeadlineText, "has-icon": (f = t.cmdIcon) == null ? void 0 : f.iconClass }, o.headlineTextAlign])
1737
+ class: _(["cmd-headline", { "has-pre-headline-text": t.preHeadlineText, "has-icon": (g = t.cmdIcon) == null ? void 0 : g.iconClass }, o.headlineTextAlign])
1738
1738
  }, [
1739
1739
  t.preHeadlineText ? (l(), r(S, { key: 0 }, [
1740
1740
  t.headlineText ? (l(), w(Me(o.headlineTag), { key: 0 }, {
@@ -1788,7 +1788,7 @@ function ys(e, n, t, s, i, o) {
1788
1788
  showLabel: !1,
1789
1789
  placeholder: "Headline",
1790
1790
  modelValue: i.editableHeadlineText,
1791
- "onUpdate:modelValue": n[0] || (n[0] = (g) => i.editableHeadlineText = g)
1791
+ "onUpdate:modelValue": n[0] || (n[0] = (f) => i.editableHeadlineText = f)
1792
1792
  }, null, 8, ["class", "modelValue"])) : t.headlineText ? (l(), r(S, { key: 1 }, [
1793
1793
  t.cmdIcon ? (l(), w(d, R(I({ key: 0 }, t.cmdIcon)), null, 16)) : m("", !0),
1794
1794
  t.preHeadlineText ? (l(), r(S, { key: 1 }, [
@@ -1814,7 +1814,7 @@ function ys(e, n, t, s, i, o) {
1814
1814
  key: 2,
1815
1815
  type: "button",
1816
1816
  class: "button confirm",
1817
- onClick: n[1] || (n[1] = (...g) => o.onAddItem && o.onAddItem(...g))
1817
+ onClick: n[1] || (n[1] = (...f) => o.onAddItem && o.onAddItem(...f))
1818
1818
  }, gs)) : m("", !0)
1819
1819
  ]),
1820
1820
  _: 3
@@ -1974,7 +1974,7 @@ function Cs(e, n, t, s, i, o) {
1974
1974
  ])
1975
1975
  ], 2)) : m("", !0);
1976
1976
  }
1977
- const Oi = /* @__PURE__ */ V(bs, [["render", Cs]]), me = {
1977
+ const Si = /* @__PURE__ */ V(bs, [["render", Cs]]), me = {
1978
1978
  props: {
1979
1979
  /**
1980
1980
  * Message properties for internationalization.
@@ -2123,7 +2123,7 @@ const Oi = /* @__PURE__ */ V(bs, [["render", Cs]]), me = {
2123
2123
  }
2124
2124
  }, vs = { class: "cmd-list-of-requirements" }, Ts = /* @__PURE__ */ a("br", null, null, -1), Ss = /* @__PURE__ */ a("hr", null, null, -1), Os = ["href", "target"], Ls = { key: 1 };
2125
2125
  function Is(e, n, t, s, i, o) {
2126
- var u, f, p;
2126
+ var u, g, p;
2127
2127
  const d = Y, c = W;
2128
2128
  return l(), r("div", vs, [
2129
2129
  t.showHeadline ? (l(), w(d, {
@@ -2140,19 +2140,19 @@ function Is(e, n, t, s, i, o) {
2140
2140
  _: 1
2141
2141
  }, 8, ["headline-level"])) : m("", !0),
2142
2142
  a("dl", null, [
2143
- (l(!0), r(S, null, q(t.inputRequirements, (g, C) => (l(), r(S, { key: C }, [
2143
+ (l(!0), r(S, null, q(t.inputRequirements, (f, C) => (l(), r(S, { key: C }, [
2144
2144
  a("dt", {
2145
2145
  "aria-live": "assertive",
2146
- class: _(g.valid(t.inputModelValue, t.inputAttributes) ? "success" : "error")
2147
- }, y(g.message) + ":", 3),
2146
+ class: _(f.valid(t.inputModelValue, t.inputAttributes) ? "success" : "error")
2147
+ }, y(f.message) + ":", 3),
2148
2148
  a("dd", {
2149
- class: _(g.valid(t.inputModelValue, t.inputAttributes) ? "success" : "error")
2149
+ class: _(f.valid(t.inputModelValue, t.inputAttributes) ? "success" : "error")
2150
2150
  }, [
2151
2151
  h(c, {
2152
2152
  "aria-live": "assertive",
2153
- iconClass: g.valid(t.inputModelValue, t.inputAttributes) ? t.iconSuccess.iconClass : t.iconError.iconClass,
2154
- type: g.valid(t.inputModelValue, t.inputAttributes) ? t.iconSuccess.iconType : t.iconError.iconType,
2155
- title: g.valid(t.inputModelValue, t.inputAttributes) ? t.iconSuccess.tooltip : t.iconError.tooltip
2153
+ iconClass: f.valid(t.inputModelValue, t.inputAttributes) ? t.iconSuccess.iconClass : t.iconError.iconClass,
2154
+ type: f.valid(t.inputModelValue, t.inputAttributes) ? t.iconSuccess.iconType : t.iconError.iconType,
2155
+ title: f.valid(t.inputModelValue, t.inputAttributes) ? t.iconSuccess.tooltip : t.iconError.tooltip
2156
2156
  }, null, 8, ["iconClass", "type", "title"])
2157
2157
  ], 2)
2158
2158
  ], 64))), 128))
@@ -2168,7 +2168,7 @@ function Is(e, n, t, s, i, o) {
2168
2168
  }, [
2169
2169
  (u = t.helplink.icon) != null && u.iconClass ? (l(), w(c, {
2170
2170
  key: 0,
2171
- class: _((f = t.helplink.icon) == null ? void 0 : f.iconClass),
2171
+ class: _((g = t.helplink.icon) == null ? void 0 : g.iconClass),
2172
2172
  title: (p = t.helplink.icon) == null ? void 0 : p.tooltip
2173
2173
  }, null, 8, ["class", "title"])) : m("", !0),
2174
2174
  t.helplink.text ? (l(), r("span", Ls, y(t.helplink.text), 1)) : m("", !0)
@@ -2230,7 +2230,7 @@ const Bs = /* @__PURE__ */ V(ks, [["render", Is]]), Fs = {
2230
2230
  }
2231
2231
  };
2232
2232
  function Ds(e, n, t, s, i, o) {
2233
- const d = Bs, c = Oi;
2233
+ const d = Bs, c = Si;
2234
2234
  return l(), w(c, {
2235
2235
  ref: "tooltip",
2236
2236
  class: _(["cmd-tooltip-for-form-elements box", t.validationStatus]),
@@ -2543,7 +2543,7 @@ function Xe() {
2543
2543
  return e = Math.floor(e / 16), (n === "x" ? t : t & 3 | 8).toString(16);
2544
2544
  });
2545
2545
  }
2546
- function Li() {
2546
+ function Oi() {
2547
2547
  return "cmd-" + Xe();
2548
2548
  }
2549
2549
  const kt = {
@@ -2558,7 +2558,7 @@ const kt = {
2558
2558
  },
2559
2559
  computed: {
2560
2560
  htmlId() {
2561
- return this.id || Li();
2561
+ return this.id || Oi();
2562
2562
  }
2563
2563
  },
2564
2564
  methods: {
@@ -3108,7 +3108,7 @@ const fn = {
3108
3108
  class: "search-field-wrapper flex-container no-gap"
3109
3109
  }, ma = ["id", "maxlength", "value"], ha = ["title"], pa = ["title"], fa = { key: 1 };
3110
3110
  function ga(e, n, t, s, i, o) {
3111
- var u, f, p, g, C, b, L, v, B, F, D, M, G, j, P, N, J, $, Z, ee, se, ce, ue, ne;
3111
+ var u, g, p, f, C, b, L, v, B, F, D, M, G, j, P, N, J, $, Z, ee, se, ce, ue, ne;
3112
3112
  const d = W, c = mn;
3113
3113
  return t.element === "input" || t.element === "select" || t.element === "textarea" ? (l(), r("label", {
3114
3114
  key: 0,
@@ -3305,11 +3305,11 @@ function ga(e, n, t, s, i, o) {
3305
3305
  key: 2,
3306
3306
  href: "#",
3307
3307
  onClick: n[22] || (n[22] = T((A) => e.$emit("update:modelValue", ""), ["prevent"])),
3308
- title: (f = t.iconDelete) == null ? void 0 : f.tooltip
3308
+ title: (g = t.iconDelete) == null ? void 0 : g.tooltip
3309
3309
  }, [
3310
3310
  h(d, {
3311
3311
  iconClass: (p = t.iconDelete) == null ? void 0 : p.iconClass,
3312
- type: (g = t.iconDelete) == null ? void 0 : g.iconType
3312
+ type: (f = t.iconDelete) == null ? void 0 : f.iconType
3313
3313
  }, null, 8, ["iconClass", "type"])
3314
3314
  ], 8, pa)) : m("", !0)
3315
3315
  ])) : m("", !0)
@@ -3381,9 +3381,9 @@ const te = /* @__PURE__ */ V(Ns, [["render", ga]]), ya = {
3381
3381
  },
3382
3382
  methods: {
3383
3383
  vCardClass(e) {
3384
- if (e.type === "company")
3384
+ if (e.name === "company")
3385
3385
  return "org";
3386
- if (e.type === "address") {
3386
+ if (e.name === "address") {
3387
3387
  if (e.streetNo)
3388
3388
  return "street-address";
3389
3389
  if (e.zip)
@@ -3396,17 +3396,17 @@ const te = /* @__PURE__ */ V(Ns, [["render", ga]]), ya = {
3396
3396
  return null;
3397
3397
  },
3398
3398
  inputType(e) {
3399
- return e.type === "phone" ? "tel" : e.type === "email" ? "email" : e.type === "url" ? "url" : "text";
3399
+ return e.name === "phone" ? "tel" : e.name === "email" ? "email" : e.name === "url" ? "url" : "text";
3400
3400
  },
3401
3401
  locateAddress(e) {
3402
3402
  return "https://www.google.com/maps/place/" + e.streetNo + ", " + e.zip + " " + e.city;
3403
3403
  },
3404
3404
  getHref(e) {
3405
- return e.type === "phone" ? "tel:" + e.href : e.type === "email" ? "mailto:" + e.href : e.type === "url" ? e.href : null;
3405
+ return e.name === "phone" ? "tel:" + e.href : e.name === "email" ? "mailto:" + e.href : e.name === "url" ? e.href : null;
3406
3406
  },
3407
3407
  addHandlerProvider() {
3408
3408
  const e = {
3409
- type: "default",
3409
+ name: "default",
3410
3410
  iconClass: "icon-mail",
3411
3411
  data: "Your data",
3412
3412
  labelText: "Labeltext",
@@ -3431,7 +3431,7 @@ const te = /* @__PURE__ */ V(Ns, [["render", ga]]), ya = {
3431
3431
  watch: {
3432
3432
  addressEntry: {
3433
3433
  handler() {
3434
- this.addressEntry.type === "address" ? this.editableAddressEntry = {
3434
+ this.addressEntry.name === "address" ? this.editableAddressEntry = {
3435
3435
  streetNo: this.addressEntry.streetNo,
3436
3436
  zip: this.addressEntry.zip,
3437
3437
  city: this.addressEntry.city,
@@ -3464,10 +3464,10 @@ const te = /* @__PURE__ */ V(Ns, [["render", ga]]), ya = {
3464
3464
  class: "country-name"
3465
3465
  };
3466
3466
  function Ha(e, n, t, s, i, o) {
3467
- const d = W, c = te, u = di("telephone");
3467
+ const d = W, c = te;
3468
3468
  return l(), r(S, null, [
3469
3469
  a("dt", {
3470
- class: _(["cmd-address-data-item", { address: t.addressEntry.type === "address" }]),
3470
+ class: _(["cmd-address-data-item", { address: t.addressEntry.name === "address" }]),
3471
3471
  id: t.addressEntry.id
3472
3472
  }, [
3473
3473
  t.addressEntry.iconClass && t.showLabelIcons ? (l(), w(d, {
@@ -3478,7 +3478,7 @@ function Ha(e, n, t, s, i, o) {
3478
3478
  }, null, 8, ["iconClass", "type", "tooltip"])) : m("", !0),
3479
3479
  t.showLabelTexts ? (l(), r("span", xa, y(t.addressEntry.labelText), 1)) : m("", !0)
3480
3480
  ], 10, ba),
3481
- t.addressEntry.type !== "address" && (t.addressEntry.data || t.addressEntry.href) ? (l(), r("dd", {
3481
+ t.addressEntry.name !== "address" && (t.addressEntry.data || t.addressEntry.href) ? (l(), r("dd", {
3482
3482
  key: 0,
3483
3483
  class: _(o.vCardClass(t.addressEntry))
3484
3484
  }, [
@@ -3491,19 +3491,15 @@ function Ha(e, n, t, s, i, o) {
3491
3491
  labelText: t.addressEntry.labelText,
3492
3492
  placeholder: t.addressEntry.labelText,
3493
3493
  modelValue: i.editableAddressEntry,
3494
- "onUpdate:modelValue": n[0] || (n[0] = (f) => i.editableAddressEntry = f)
3494
+ "onUpdate:modelValue": n[0] || (n[0] = (u) => i.editableAddressEntry = u)
3495
3495
  }, null, 8, ["type", "labelText", "placeholder", "modelValue"])) : (l(), r(S, { key: 0 }, [
3496
- t.addressEntry.href ? Q((l(), r("a", {
3496
+ t.addressEntry.href ? (l(), r("a", {
3497
3497
  key: 0,
3498
3498
  href: o.getHref(t.addressEntry),
3499
- target: t.addressEntry.type === "url" ? "_blank" : null,
3499
+ target: t.addressEntry.name === "url" ? "_blank" : null,
3500
3500
  title: t.addressEntry.tooltip,
3501
- "data-type": t.addressEntry.type
3502
- }, [
3503
- E(y(t.addressEntry.data || t.addressEntry.href), 1)
3504
- ], 8, _a)), [
3505
- [u, t.addressEntry.href]
3506
- ]) : (l(), r("span", {
3501
+ "data-type": t.addressEntry.name
3502
+ }, y(t.addressEntry.data || t.addressEntry.href), 9, _a)) : (l(), r("span", {
3507
3503
  key: 1,
3508
3504
  innerHTML: t.addressEntry.data
3509
3505
  }, null, 8, Ca))
@@ -3547,7 +3543,7 @@ function Ha(e, n, t, s, i, o) {
3547
3543
  labelText: t.addressEntry.labelText,
3548
3544
  placeholder: t.addressEntry.labelText,
3549
3545
  modelValue: i.editableAddressEntry.streetNo,
3550
- "onUpdate:modelValue": n[1] || (n[1] = (f) => i.editableAddressEntry.streetNo = f)
3546
+ "onUpdate:modelValue": n[1] || (n[1] = (u) => i.editableAddressEntry.streetNo = u)
3551
3547
  }, null, 8, ["labelText", "placeholder", "modelValue"]),
3552
3548
  a("div", {
3553
3549
  class: _([t.showCityBeforeZip ? "city-zip" : "zip-city", "input-wrapper"])
@@ -3560,7 +3556,7 @@ function Ha(e, n, t, s, i, o) {
3560
3556
  labelText: t.addressEntry.labelText,
3561
3557
  placeholder: t.addressEntry.labelText,
3562
3558
  modelValue: i.editableAddressEntry.zip,
3563
- "onUpdate:modelValue": n[2] || (n[2] = (f) => i.editableAddressEntry.zip = f)
3559
+ "onUpdate:modelValue": n[2] || (n[2] = (u) => i.editableAddressEntry.zip = u)
3564
3560
  }, null, 8, ["labelText", "placeholder", "modelValue"]),
3565
3561
  h(c, {
3566
3562
  element: "input",
@@ -3570,7 +3566,7 @@ function Ha(e, n, t, s, i, o) {
3570
3566
  labelText: t.addressEntry.labelText,
3571
3567
  placeholder: t.addressEntry.labelText,
3572
3568
  modelValue: i.editableAddressEntry.city,
3573
- "onUpdate:modelValue": n[3] || (n[3] = (f) => i.editableAddressEntry.city = f)
3569
+ "onUpdate:modelValue": n[3] || (n[3] = (u) => i.editableAddressEntry.city = u)
3574
3570
  }, null, 8, ["labelText", "placeholder", "modelValue"])
3575
3571
  ], 2),
3576
3572
  h(c, {
@@ -3581,7 +3577,7 @@ function Ha(e, n, t, s, i, o) {
3581
3577
  labelText: t.addressEntry.labelText,
3582
3578
  placeholder: t.addressEntry.labelText,
3583
3579
  modelValue: i.editableAddressEntry.miscInfo,
3584
- "onUpdate:modelValue": n[4] || (n[4] = (f) => i.editableAddressEntry.miscInfo = f)
3580
+ "onUpdate:modelValue": n[4] || (n[4] = (u) => i.editableAddressEntry.miscInfo = u)
3585
3581
  }, null, 8, ["labelText", "placeholder", "modelValue"]),
3586
3582
  h(c, {
3587
3583
  element: "select",
@@ -3590,7 +3586,7 @@ function Ha(e, n, t, s, i, o) {
3590
3586
  labelText: t.addressEntry.labelText,
3591
3587
  selectOptions: [{ text: "Germany", value: "de" }, { text: "United Kingdom", value: "uk" }],
3592
3588
  modelValue: i.editableAddressEntry.country,
3593
- "onUpdate:modelValue": n[5] || (n[5] = (f) => i.editableAddressEntry.country = f)
3589
+ "onUpdate:modelValue": n[5] || (n[5] = (u) => i.editableAddressEntry.country = u)
3594
3590
  }, null, 8, ["labelText", "modelValue"])
3595
3591
  ], 64)) : (l(), r(S, { key: 0 }, [
3596
3592
  t.addressEntry.streetNo ? (l(), r(S, { key: 0 }, [
@@ -3747,7 +3743,7 @@ const qa = /* @__PURE__ */ V(ya, [["render", Ha]]), Ra = {
3747
3743
  };
3748
3744
  function mr(e, n, t, s, i, o) {
3749
3745
  var p;
3750
- const d = Y, c = qa, u = He, f = W;
3746
+ const d = Y, c = qa, u = He, g = W;
3751
3747
  return l(), r("div", Na, [
3752
3748
  t.useSlot ? H(e.$slots, "default", { key: 0 }) : (l(), r(S, { key: 1 }, [
3753
3749
  (p = t.cmdHeadline) != null && p.headlineText || e.editModeContext ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
@@ -3758,21 +3754,21 @@ function mr(e, n, t, s, i, o) {
3758
3754
  key: 0,
3759
3755
  type: "button",
3760
3756
  class: "button confirm small",
3761
- onClick: n[0] || (n[0] = (...g) => o.onAddItem && o.onAddItem(...g))
3757
+ onClick: n[0] || (n[0] = (...f) => o.onAddItem && o.onAddItem(...f))
3762
3758
  }, Wa)) : m("", !0),
3763
- (l(!0), r(S, null, q(t.addressData, (g, C) => (l(), w(u, {
3759
+ (l(!0), r(S, null, q(t.addressData, (f, C) => (l(), w(u, {
3764
3760
  key: "x" + C,
3765
3761
  class: "edit-items",
3766
3762
  showComponentName: !1,
3767
3763
  allowedComponentTypes: [],
3768
3764
  componentName: "CmdAddressDataItem",
3769
- componentProps: g,
3765
+ componentProps: f,
3770
3766
  componentPath: ["props", "addressData", C]
3771
3767
  }, {
3772
3768
  default: k(() => [
3773
3769
  a("dl", null, [
3774
3770
  h(c, {
3775
- addressEntry: g,
3771
+ addressEntry: f,
3776
3772
  showLabelIcons: t.showLabelIcons,
3777
3773
  showLabelTexts: t.showLabelTexts
3778
3774
  }, null, 8, ["addressEntry", "showLabelIcons", "showLabelTexts"])
@@ -3781,9 +3777,9 @@ function mr(e, n, t, s, i, o) {
3781
3777
  _: 2
3782
3778
  }, 1032, ["componentProps", "componentPath"]))), 128))
3783
3779
  ], 64)) : (l(), r("dl", ja, [
3784
- (l(!0), r(S, null, q(t.addressData, (g, C) => (l(), w(c, {
3780
+ (l(!0), r(S, null, q(t.addressData, (f, C) => (l(), w(c, {
3785
3781
  key: C,
3786
- addressEntry: g,
3782
+ addressEntry: f,
3787
3783
  showLabelIcons: t.showLabelIcons,
3788
3784
  showLabelTexts: t.showLabelTexts,
3789
3785
  showCityBeforeZip: t.showCityBeforeZip
@@ -3793,99 +3789,99 @@ function mr(e, n, t, s, i, o) {
3793
3789
  key: 1,
3794
3790
  class: _(["flex-container", { vertical: !t.showIconsOnly }])
3795
3791
  }, [
3796
- (l(!0), r(S, null, q(t.addressData, (g, C) => (l(), r(S, { key: C }, [
3797
- g.href || g.name === "address" && g.linkGoogleMaps || !t.showIconsOnly ? (l(), r("li", {
3792
+ (l(!0), r(S, null, q(t.addressData, (f, C) => (l(), r(S, { key: C }, [
3793
+ f.href || f.name === "address" && f.linkGoogleMaps || !t.showIconsOnly ? (l(), r("li", {
3798
3794
  key: 0,
3799
3795
  class: _({ "no-flex": t.showIconsOnly })
3800
3796
  }, [
3801
- g.href ? (l(), r("a", {
3797
+ f.href ? (l(), r("a", {
3802
3798
  key: 0,
3803
- href: o.getHref(g),
3804
- target: g.name === "url" ? "_blank" : null,
3805
- title: g.tooltip
3799
+ href: o.getHref(f),
3800
+ target: f.name === "url" ? "_blank" : null,
3801
+ title: f.tooltip
3806
3802
  }, [
3807
3803
  t.showIconsOnly ? (l(), r(S, { key: 0 }, [
3808
- g.iconClass ? (l(), w(f, {
3804
+ f.iconClass ? (l(), w(g, {
3809
3805
  key: 0,
3810
- iconClass: g.iconClass,
3811
- type: g.iconType
3806
+ iconClass: f.iconClass,
3807
+ type: f.iconType
3812
3808
  }, null, 8, ["iconClass", "type"])) : m("", !0)
3813
3809
  ], 64)) : (l(), r(S, { key: 1 }, [
3814
- E(y(g.href), 1)
3810
+ E(y(f.href), 1)
3815
3811
  ], 64))
3816
3812
  ], 8, Ka)) : t.showIconsOnly ? m("", !0) : (l(), r("span", {
3817
3813
  key: 1,
3818
- innerHTML: g.data
3814
+ innerHTML: f.data
3819
3815
  }, null, 8, Ja)),
3820
- g.name === "address" ? (l(), r(S, { key: 2 }, [
3821
- g.linkGoogleMaps ? (l(), r("a", {
3816
+ f.name === "address" ? (l(), r(S, { key: 2 }, [
3817
+ f.linkGoogleMaps ? (l(), r("a", {
3822
3818
  key: 0,
3823
- href: o.locateAddress(g),
3819
+ href: o.locateAddress(f),
3824
3820
  target: "google-maps",
3825
- title: g.tooltip
3821
+ title: f.tooltip
3826
3822
  }, [
3827
3823
  t.showIconsOnly ? (l(), r(S, { key: 0 }, [
3828
- g.iconClass ? (l(), w(f, {
3824
+ f.iconClass ? (l(), w(g, {
3829
3825
  key: 0,
3830
- iconClass: g.iconClass,
3831
- type: g.iconType
3826
+ iconClass: f.iconClass,
3827
+ type: f.iconType
3832
3828
  }, null, 8, ["iconClass", "type"])) : m("", !0)
3833
3829
  ], 64)) : (l(), r(S, { key: 1 }, [
3834
- g.streetNo ? (l(), r(S, { key: 0 }, [
3835
- a("span", Za, y(g.streetNo), 1),
3830
+ f.streetNo ? (l(), r(S, { key: 0 }, [
3831
+ a("span", Za, y(f.streetNo), 1),
3836
3832
  Qa
3837
3833
  ], 64)) : m("", !0),
3838
- g.zip || g.city ? (l(), r("span", {
3834
+ f.zip || f.city ? (l(), r("span", {
3839
3835
  key: 1,
3840
3836
  class: _(t.showCityBeforeZip ? "order-city-zip" : "order-zip-city")
3841
3837
  }, [
3842
- g.zip ? (l(), r("span", Xa, y(g.zip) + " ", 1)) : m("", !0),
3843
- g.city ? (l(), r("span", $a, [
3844
- E(y(g.city), 1),
3845
- g.state ? (l(), r(S, { key: 0 }, [
3846
- E(y(g.state), 1)
3838
+ f.zip ? (l(), r("span", Xa, y(f.zip) + " ", 1)) : m("", !0),
3839
+ f.city ? (l(), r("span", $a, [
3840
+ E(y(f.city), 1),
3841
+ f.state ? (l(), r(S, { key: 0 }, [
3842
+ E(y(f.state), 1)
3847
3843
  ], 64)) : m("", !0)
3848
3844
  ])) : m("", !0),
3849
3845
  er
3850
3846
  ], 2)) : m("", !0),
3851
- g.pobox ? (l(), r(S, { key: 2 }, [
3852
- a("span", null, y(g.pobox), 1),
3847
+ f.pobox ? (l(), r(S, { key: 2 }, [
3848
+ a("span", null, y(f.pobox), 1),
3853
3849
  tr
3854
3850
  ], 64)) : m("", !0),
3855
- g.miscInfo ? (l(), r(S, { key: 3 }, [
3856
- a("span", null, y(g.miscInfo), 1),
3851
+ f.miscInfo ? (l(), r(S, { key: 3 }, [
3852
+ a("span", null, y(f.miscInfo), 1),
3857
3853
  nr
3858
3854
  ], 64)) : m("", !0),
3859
- g.country ? (l(), r("span", ir, y(g.country), 1)) : m("", !0)
3855
+ f.country ? (l(), r("span", ir, y(f.country), 1)) : m("", !0)
3860
3856
  ], 64))
3861
3857
  ], 8, Ya)) : m("", !0),
3862
- !g.linkGoogleMaps && !t.showIconsOnly ? (l(), r(S, { key: 1 }, [
3863
- g.streetNo ? (l(), r(S, { key: 0 }, [
3864
- a("span", or, y(g.streetNo), 1),
3858
+ !f.linkGoogleMaps && !t.showIconsOnly ? (l(), r(S, { key: 1 }, [
3859
+ f.streetNo ? (l(), r(S, { key: 0 }, [
3860
+ a("span", or, y(f.streetNo), 1),
3865
3861
  lr
3866
3862
  ], 64)) : m("", !0),
3867
- g.zip || g.city ? (l(), r("span", {
3863
+ f.zip || f.city ? (l(), r("span", {
3868
3864
  key: 1,
3869
3865
  class: _(t.showCityBeforeZip ? "order-city-zip" : "order-zip-city")
3870
3866
  }, [
3871
- g.zip ? (l(), r("span", sr, y(g.zip) + " ", 1)) : m("", !0),
3872
- g.city ? (l(), r("span", ar, [
3873
- E(y(g.city), 1),
3874
- g.state ? (l(), r(S, { key: 0 }, [
3875
- E(y(g.state), 1)
3867
+ f.zip ? (l(), r("span", sr, y(f.zip) + " ", 1)) : m("", !0),
3868
+ f.city ? (l(), r("span", ar, [
3869
+ E(y(f.city), 1),
3870
+ f.state ? (l(), r(S, { key: 0 }, [
3871
+ E(y(f.state), 1)
3876
3872
  ], 64)) : m("", !0)
3877
3873
  ])) : m("", !0),
3878
3874
  rr
3879
3875
  ], 2)) : m("", !0),
3880
- g.pobox ? (l(), r(S, { key: 2 }, [
3881
- a("span", null, y(g.pobox), 1),
3876
+ f.pobox ? (l(), r(S, { key: 2 }, [
3877
+ a("span", null, y(f.pobox), 1),
3882
3878
  dr
3883
3879
  ], 64)) : m("", !0),
3884
- g.miscInfo ? (l(), r(S, { key: 3 }, [
3885
- a("span", null, y(g.miscInfo), 1),
3880
+ f.miscInfo ? (l(), r(S, { key: 3 }, [
3881
+ a("span", null, y(f.miscInfo), 1),
3886
3882
  cr
3887
3883
  ], 64)) : m("", !0),
3888
- g.country ? (l(), r("span", ur, y(g.country), 1)) : m("", !0)
3884
+ f.country ? (l(), r("span", ur, y(f.country), 1)) : m("", !0)
3889
3885
  ], 64)) : m("", !0)
3890
3886
  ], 64)) : m("", !0)
3891
3887
  ], 2)) : m("", !0)
@@ -3895,7 +3891,7 @@ function mr(e, n, t, s, i, o) {
3895
3891
  ], 64))
3896
3892
  ]);
3897
3893
  }
3898
- const Ii = /* @__PURE__ */ V(Ra, [["render", mr]]), hr = {
3894
+ const Li = /* @__PURE__ */ V(Ra, [["render", mr]]), hr = {
3899
3895
  name: "CmdBackToTopButton",
3900
3896
  data() {
3901
3897
  var e;
@@ -4049,7 +4045,7 @@ function wr(e, n, t, s, i, o) {
4049
4045
  t.useSlot ? H(e.$slots, "default", { key: 0 }) : (l(), r(S, { key: 1 }, [
4050
4046
  t.cmdHeadline ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
4051
4047
  a("dl", null, [
4052
- (l(!0), r(S, null, q(t.accountData, (u, f) => (l(), r(S, { key: f }, [
4048
+ (l(!0), r(S, null, q(t.accountData, (u, g) => (l(), r(S, { key: g }, [
4053
4049
  a("dt", null, y(u.text), 1),
4054
4050
  t.allowCopyByClick && u.allowCopy ? (l(), r("dd", xr, [
4055
4051
  a("span", null, y(u.value), 1),
@@ -4063,7 +4059,7 @@ function wr(e, n, t, s, i, o) {
4063
4059
  type: t.cmdIcon.iconType
4064
4060
  }, null, 8, ["iconClass", "type"])
4065
4061
  ], 8, _r)
4066
- ])) : (l(), r("dd", { key: f }, y(u.value), 1))
4062
+ ])) : (l(), r("dd", { key: g }, y(u.value), 1))
4067
4063
  ], 64))), 128))
4068
4064
  ]),
4069
4065
  t.additionalInformation ? (l(), r("p", Cr, y(t.additionalInformation), 1)) : m("", !0)
@@ -4314,7 +4310,7 @@ const et = /* @__PURE__ */ V(vr, [["render", Or]]), Lr = {
4314
4310
  }
4315
4311
  },
4316
4312
  methods: {
4317
- createHtmlId: Li,
4313
+ createHtmlId: Oi,
4318
4314
  showMessage(e, n) {
4319
4315
  this.systemMessage.show = !0, this.systemMessage.validationStatus = e, this.systemMessage.message = n;
4320
4316
  },
@@ -4364,8 +4360,8 @@ function Ar(e, n, t, s, i, o) {
4364
4360
  validationStatus: i.systemMessage.validationStatus,
4365
4361
  "system-message": i.systemMessage.message
4366
4362
  }, null, 8, ["validationStatus", "system-message"])) : m("", !0),
4367
- t.useSlot ? H(e.$slots, "default", { key: 1 }) : (l(!0), r(S, { key: 2 }, q(t.formElements, (u, f) => (l(), w(c, {
4368
- key: f,
4363
+ t.useSlot ? H(e.$slots, "default", { key: 1 }) : (l(!0), r(S, { key: 2 }, q(t.formElements, (u, g) => (l(), w(c, {
4364
+ key: g,
4369
4365
  element: u.element || "input",
4370
4366
  type: u.type || "text",
4371
4367
  name: u.name,
@@ -4413,7 +4409,7 @@ function Ar(e, n, t, s, i, o) {
4413
4409
  ], 64)) : H(e.$slots, "default", { key: 1 })
4414
4410
  ], 42, Ir);
4415
4411
  }
4416
- const Bi = /* @__PURE__ */ V(Lr, [["render", Ar]]), Er = {
4412
+ const Ii = /* @__PURE__ */ V(Lr, [["render", Ar]]), Er = {
4417
4413
  data() {
4418
4414
  return {
4419
4415
  defaultMessageProperties: {
@@ -4735,7 +4731,7 @@ const Hr = {
4735
4731
  Gr
4736
4732
  ], Kr = ["innerHTML"], Jr = ["src", "alt", "title"], Yr = ["innerHTML"], Zr = ["src", "alt", "title"];
4737
4733
  function Qr(e, n, t, s, i, o) {
4738
- var u, f, p, g, C, b, L, v, B, F, D, M, G;
4734
+ var u, g, p, f, C, b, L, v, B, F, D, M, G;
4739
4735
  const d = te, c = He;
4740
4736
  return e.editModeContext ? (l(), w(c, {
4741
4737
  key: 0,
@@ -4831,7 +4827,7 @@ function Qr(e, n, t, s, i, o) {
4831
4827
  key: 1,
4832
4828
  class: _(["cmd-image", o.textAlign])
4833
4829
  }, [
4834
- ((f = t.figcaption) == null ? void 0 : f.position) === "top" && ((p = t.figcaption) != null && p.text) && ((g = t.figcaption) != null && g.show) ? (l(), r("figcaption", {
4830
+ ((g = t.figcaption) == null ? void 0 : g.position) === "top" && ((p = t.figcaption) != null && p.text) && ((f = t.figcaption) != null && f.show) ? (l(), r("figcaption", {
4835
4831
  key: 0,
4836
4832
  innerHTML: (C = t.figcaption) == null ? void 0 : C.text
4837
4833
  }, null, 8, Kr)) : m("", !0),
@@ -5174,7 +5170,7 @@ const vt = /* @__PURE__ */ V($r, [["render", td]]), nd = {
5174
5170
  ];
5175
5171
  function md(e, n, t, s, i, o) {
5176
5172
  var p;
5177
- const d = Y, c = vt, u = Ce, f = W;
5173
+ const d = Y, c = vt, u = Ce, g = W;
5178
5174
  return l(), r("div", {
5179
5175
  class: _([
5180
5176
  "cmd-thumbnail-scroller",
@@ -5199,39 +5195,39 @@ function md(e, n, t, s, i, o) {
5199
5195
  tag: "ul"
5200
5196
  }, {
5201
5197
  default: k(() => [
5202
- (l(!0), r(S, null, q(i.items, (g, C) => (l(), r("li", { key: C }, [
5198
+ (l(!0), r(S, null, q(i.items, (f, C) => (l(), r("li", { key: C }, [
5203
5199
  e.editModeContext ? t.contentType === "image" ? (l(), w(u, {
5204
5200
  key: 1,
5205
- image: g.image,
5206
- figcaption: g.figcaption,
5201
+ image: f.image,
5202
+ figcaption: f.figcaption,
5207
5203
  componentPath: ["props", "thumbnailScrollerItems", C],
5208
5204
  editModeConfig: o.imageStructure()
5209
5205
  }, null, 8, ["image", "figcaption", "componentPath", "editModeConfig"])) : t.contentType === "text" ? (l(), r(S, { key: 2 }, [
5210
- g.iconClass ? (l(), w(f, {
5206
+ f.iconClass ? (l(), w(g, {
5211
5207
  key: 0,
5212
- iconClass: g.iconClass,
5213
- type: g.iconType
5208
+ iconClass: f.iconClass,
5209
+ type: f.iconType
5214
5210
  }, null, 8, ["iconClass", "type"])) : m("", !0),
5215
- g.text ? (l(), r("span", ad, y(g.text), 1)) : m("", !0)
5211
+ f.text ? (l(), r("span", ad, y(f.text), 1)) : m("", !0)
5216
5212
  ], 64)) : m("", !0) : (l(), r("a", {
5217
5213
  key: 0,
5218
- href: t.executeOnClick === "url" ? g.url : "#",
5214
+ href: t.executeOnClick === "url" ? f.url : "#",
5219
5215
  onClick: (b) => o.executeLink(C, b),
5220
- class: _([{ active: t.activeItemIndex === C }, g.id ? "item-" + g.id : ""]),
5216
+ class: _([{ active: t.activeItemIndex === C }, f.id ? "item-" + f.id : ""]),
5221
5217
  title: o.tooltip,
5222
5218
  target: t.executeOnClick === "url" ? "_blank" : null
5223
5219
  }, [
5224
5220
  t.contentType === "image" ? (l(), w(u, {
5225
5221
  key: 0,
5226
- image: g.image,
5227
- figcaption: g.figcaption
5222
+ image: f.image,
5223
+ figcaption: f.figcaption
5228
5224
  }, null, 8, ["image", "figcaption"])) : (l(), r(S, { key: 1 }, [
5229
- g.iconClass ? (l(), w(f, {
5225
+ f.iconClass ? (l(), w(g, {
5230
5226
  key: 0,
5231
- iconClass: g.iconClass,
5232
- type: g.iconType
5227
+ iconClass: f.iconClass,
5228
+ type: f.iconType
5233
5229
  }, null, 8, ["iconClass", "type"])) : m("", !0),
5234
- g.text ? (l(), r("span", sd, y(g.text), 1)) : m("", !0)
5230
+ f.text ? (l(), r("span", sd, y(f.text), 1)) : m("", !0)
5235
5231
  ], 64))
5236
5232
  ], 10, ld))
5237
5233
  ]))), 128)),
@@ -5239,7 +5235,7 @@ function md(e, n, t, s, i, o) {
5239
5235
  a("button", {
5240
5236
  type: "button",
5241
5237
  class: "button confirm",
5242
- onClick: n[0] || (n[0] = (...g) => o.onAddItem && o.onAddItem(...g))
5238
+ onClick: n[0] || (n[0] = (...f) => o.onAddItem && o.onAddItem(...f))
5243
5239
  }, ud)
5244
5240
  ])) : m("", !0)
5245
5241
  ]),
@@ -5253,13 +5249,13 @@ function md(e, n, t, s, i, o) {
5253
5249
  ])
5254
5250
  ], 2);
5255
5251
  }
5256
- const Fi = /* @__PURE__ */ V(id, [["render", md]]), ye = (e) => {
5252
+ const Bi = /* @__PURE__ */ V(id, [["render", md]]), ye = (e) => {
5257
5253
  const n = document.createElement("div");
5258
- document.querySelector("body").appendChild(n), Mo(Di, {
5254
+ document.querySelector("body").appendChild(n), Do(Fi, {
5259
5255
  ...e,
5260
5256
  show: !0
5261
5257
  }).mount(n);
5262
- }, Di = ri({
5258
+ }, Fi = ri({
5263
5259
  name: "CmdFancyBox",
5264
5260
  emits: ["cancel", "confirm"],
5265
5261
  data() {
@@ -5537,7 +5533,7 @@ async function hd(e) {
5537
5533
  const n = await fetch(e, { method: "HEAD" });
5538
5534
  return n.ok ? (n.headers.get("Content-Type") || "").split(";")[0] : "text/html";
5539
5535
  }
5540
- const pd = Di, fd = ["aria-label"], gd = { class: "flex-container" }, yd = {
5536
+ const pd = Fi, fd = ["aria-label"], gd = { class: "flex-container" }, yd = {
5541
5537
  key: 1,
5542
5538
  class: "button-wrapper no-flex"
5543
5539
  }, bd = ["title"], xd = ["title"], _d = ["title"], Cd = {
@@ -5558,8 +5554,8 @@ const pd = Di, fd = ["aria-label"], gd = { class: "flex-container" }, yd = {
5558
5554
  class: "flex-container no-flex"
5559
5555
  }, Od = ["title"], Ld = { key: 1 }, Id = ["title"], Bd = { key: 1 };
5560
5556
  function Fd(e, n, t, s, i, o) {
5561
- var g, C, b, L, v, B, F, D, M, G, j, P, N, J, $, Z, ee, se, ce, ue, ne, A, ae, ie, Le, Ie, we, Be, Fe, De, ke;
5562
- const d = Y, c = W, u = Ce, f = vt, p = Fi;
5557
+ var f, C, b, L, v, B, F, D, M, G, j, P, N, J, $, Z, ee, se, ce, ue, ne, A, ae, ie, Le, Ie, we, Be, Fe, De, ke;
5558
+ const d = Y, c = W, u = Ce, g = vt, p = Bi;
5563
5559
  return l(), r("dialog", {
5564
5560
  ref: "dialog",
5565
5561
  class: _(["cmd-fancybox", { "show-overlay": e.showOverlay, image: e.fancyBoxImageUrl || e.fancyBoxGallery, "image-gallery": e.fancyBoxGallery }]),
@@ -5567,7 +5563,7 @@ function Fd(e, n, t, s, i, o) {
5567
5563
  onCancel: n[5] || (n[5] = (...re) => e.onDialogCancel && e.onDialogCancel(...re))
5568
5564
  }, [
5569
5565
  a("header", gd, [
5570
- (g = e.cmdHeadline) != null && g.headlineText ? (l(), w(d, R(I({ key: 0 }, e.cmdHeadline)), null, 16)) : m("", !0),
5566
+ (f = e.cmdHeadline) != null && f.headlineText ? (l(), w(d, R(I({ key: 0 }, e.cmdHeadline)), null, 16)) : m("", !0),
5571
5567
  (C = e.fancyBoxOptionsProperties.printButtons) != null && C.color || (b = e.fancyBoxOptionsProperties.printButtons) != null && b.grayscale || e.fancyBoxOptionsProperties.closeIcon ? (l(), r("div", yd, [
5572
5568
  e.showPrintButtons && ((L = e.fancyBoxOptionsProperties.printButtons) != null && L.color) ? (l(), r("a", {
5573
5569
  key: 0,
@@ -5622,7 +5618,7 @@ function Fd(e, n, t, s, i, o) {
5622
5618
  class: "content",
5623
5619
  innerHTML: e.fancyBoxContent
5624
5620
  }, null, 8, wd)) : e.fancyBoxElements ? (l(), r("div", kd, null, 512)) : e.fancyBoxGallery ? (l(), r("div", vd, [
5625
- h(f, {
5621
+ h(g, {
5626
5622
  onClick: T(e.showPrevItem, ["prevent"]),
5627
5623
  slideButtonType: "left"
5628
5624
  }, null, 8, ["onClick"]),
@@ -5630,7 +5626,7 @@ function Fd(e, n, t, s, i, o) {
5630
5626
  image: e.largeGalleryImage,
5631
5627
  figcaption: e.fancyBoxGallery[e.index].figcaption
5632
5628
  }, null, 8, ["image", "figcaption"]),
5633
- h(f, {
5629
+ h(g, {
5634
5630
  onClick: T(e.showNextItem, ["prevent"])
5635
5631
  }, null, 8, ["onClick"])
5636
5632
  ])) : (l(), r("div", Td, [
@@ -5922,7 +5918,7 @@ const Dd = /* @__PURE__ */ V(pd, [["render", Fd]]), Md = {
5922
5918
  class: "flex-container"
5923
5919
  }, qd = ["innerHTML"];
5924
5920
  function Rd(e, n, t, s, i, o) {
5925
- const d = Y, c = te, u = Bi;
5921
+ const d = Y, c = te, u = Ii;
5926
5922
  return l(), r("div", Vd, [
5927
5923
  t.cmdHeadline ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
5928
5924
  h(u, I({
@@ -5935,14 +5931,14 @@ function Rd(e, n, t, s, i, o) {
5935
5931
  ref: "form"
5936
5932
  }), {
5937
5933
  default: k(() => {
5938
- var f, p, g, C, b, L, v, B, F, D, M, G, j, P, N, J, $, Z, ee, se, ce, ue, ne, A, ae, ie, Le, Ie, we, Be, Fe, De, ke, re, it, ot, lt, st, ze, at, qe;
5934
+ var g, p, f, C, b, L, v, B, F, D, M, G, j, P, N, J, $, Z, ee, se, ce, ue, ne, A, ae, ie, Le, Ie, we, Be, Fe, De, ke, re, it, ot, lt, st, ze, at, qe;
5939
5935
  return [
5940
5936
  t.configuration.salutation ? (l(), r("div", Pd, [
5941
5937
  h(c, {
5942
5938
  element: "input",
5943
5939
  type: "radio",
5944
5940
  labelText: e.getMessage("basic_form.labeltext.salutation_male"),
5945
- name: (f = t.configuration.salutation) == null ? void 0 : f.name,
5941
+ name: (g = t.configuration.salutation) == null ? void 0 : g.name,
5946
5942
  inputValue: "m",
5947
5943
  replaceInputType: (p = t.configuration.salutation) == null ? void 0 : p.replaceInputType,
5948
5944
  modelValue: i.formData.salutation.value,
@@ -5954,7 +5950,7 @@ function Rd(e, n, t, s, i, o) {
5954
5950
  element: "input",
5955
5951
  type: "radio",
5956
5952
  labelText: e.getMessage("basic_form.labeltext.salutation_female"),
5957
- name: (g = t.configuration.salutation) == null ? void 0 : g.name,
5953
+ name: (f = t.configuration.salutation) == null ? void 0 : f.name,
5958
5954
  inputValue: "f",
5959
5955
  replaceInputType: (C = t.configuration.salutation) == null ? void 0 : C.replaceInputType,
5960
5956
  modelValue: i.formData.salutation.value,
@@ -6164,7 +6160,7 @@ function Rd(e, n, t, s, i, o) {
6164
6160
  }, 16, ["onSubmit", "legend", "submitButton", "formAction"])
6165
6161
  ]);
6166
6162
  }
6167
- const Mi = /* @__PURE__ */ V(Md, [["render", Rd]]), Nd = {
6163
+ const Di = /* @__PURE__ */ V(Md, [["render", Rd]]), Nd = {
6168
6164
  name: "CmdInnerLink",
6169
6165
  props: {
6170
6166
  /**
@@ -6287,14 +6283,14 @@ const Wd = /* @__PURE__ */ V(Nd, [["render", Gd]]), Kd = {
6287
6283
  }
6288
6284
  }, Jd = ["href", "target", "title"], Yd = ["title"];
6289
6285
  function Zd(e, n, t, s, i, o) {
6290
- var u, f, p;
6286
+ var u, g, p;
6291
6287
  const d = Wd, c = _e("router-link");
6292
6288
  return t.linkType === "href" ? (l(), r("a", {
6293
6289
  key: 0,
6294
6290
  href: t.path,
6295
6291
  target: t.target,
6296
6292
  class: _(["cmd-link", { button: t.styleAsButton, primary: t.primaryButton, box: t.styleAsBox, fancybox: t.fancybox }]),
6297
- onClick: n[0] || (n[0] = (g) => o.emitClick(g, "href")),
6293
+ onClick: n[0] || (n[0] = (f) => o.emitClick(f, "href")),
6298
6294
  title: (u = t.icon) == null ? void 0 : u.tooltip
6299
6295
  }, [
6300
6296
  h(d, {
@@ -6310,8 +6306,8 @@ function Zd(e, n, t, s, i, o) {
6310
6306
  key: 1,
6311
6307
  to: t.path,
6312
6308
  class: _(["cmd-link", { button: t.styleAsButton, primary: t.primaryButton, box: t.styleAsBox, fancybox: t.fancybox }]),
6313
- onClick: n[1] || (n[1] = (g) => o.emitClick(g, "router")),
6314
- title: (f = t.icon) == null ? void 0 : f.tooltip
6309
+ onClick: n[1] || (n[1] = (f) => o.emitClick(f, "router")),
6310
+ title: (g = t.icon) == null ? void 0 : g.tooltip
6315
6311
  }, {
6316
6312
  default: k(() => [
6317
6313
  h(d, {
@@ -6329,7 +6325,7 @@ function Zd(e, n, t, s, i, o) {
6329
6325
  key: 2,
6330
6326
  class: _(["cmd-link button", { primary: t.primaryButton, box: t.styleAsBox, fancybox: t.fancybox }]),
6331
6327
  type: "submit",
6332
- onClick: n[2] || (n[2] = (g) => o.emitClick(g, "button")),
6328
+ onClick: n[2] || (n[2] = (f) => o.emitClick(f, "button")),
6333
6329
  title: (p = t.icon) == null ? void 0 : p.tooltip
6334
6330
  }, [
6335
6331
  h(d, {
@@ -6380,7 +6376,7 @@ const Re = /* @__PURE__ */ V(Kd, [["render", Zd]]), Qd = {
6380
6376
  class: "input-wrapper"
6381
6377
  };
6382
6378
  function tc(e, n, t, s, i, o) {
6383
- var f, p, g, C, b, L, v, B, F, D, M, G, j;
6379
+ var g, p, f, C, b, L, v, B, F, D, M, G, j;
6384
6380
  const d = Re, c = _e("CmdListOfLinksItem", !0), u = te;
6385
6381
  return e.editing ? (l(), r("div", ec, [
6386
6382
  h(u, {
@@ -6394,9 +6390,9 @@ function tc(e, n, t, s, i, o) {
6394
6390
  }, null, 8, ["modelValue"])
6395
6391
  ])) : (l(), r("li", Xd, [
6396
6392
  h(d, {
6397
- linkType: (f = t.link) == null ? void 0 : f.linkType,
6393
+ linkType: (g = t.link) == null ? void 0 : g.linkType,
6398
6394
  text: (p = t.link) == null ? void 0 : p.text,
6399
- path: (g = t.link) == null ? void 0 : g.path,
6395
+ path: (f = t.link) == null ? void 0 : f.path,
6400
6396
  target: (C = t.link) == null ? void 0 : C.target,
6401
6397
  icon: (b = t.link) == null ? void 0 : b.icon,
6402
6398
  fancybox: (L = t.link) == null ? void 0 : L.fancybox,
@@ -6545,7 +6541,7 @@ const nc = /* @__PURE__ */ V(Qd, [["render", tc]]), ic = {
6545
6541
  sc
6546
6542
  ];
6547
6543
  function rc(e, n, t, s, i, o) {
6548
- var f;
6544
+ var g;
6549
6545
  const d = Y, c = nc, u = He;
6550
6546
  return l(), r("div", {
6551
6547
  class: _([
@@ -6559,25 +6555,25 @@ function rc(e, n, t, s, i, o) {
6559
6555
  }
6560
6556
  ])
6561
6557
  }, [
6562
- (f = t.cmdHeadline) != null && f.headlineText || e.editModeContext ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
6558
+ (g = t.cmdHeadline) != null && g.headlineText || e.editModeContext ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
6563
6559
  a("ul", {
6564
6560
  class: _(["flex-container", { "no-gap": !t.useGap }, "align-" + t.align, o.setStretchClass])
6565
6561
  }, [
6566
6562
  e.editModeContext ? (l(), r("li", oc, [
6567
- (l(!0), r(S, null, q(t.links, (p, g) => (l(), w(u, {
6568
- key: "x" + g,
6563
+ (l(!0), r(S, null, q(t.links, (p, f) => (l(), w(u, {
6564
+ key: "x" + f,
6569
6565
  class: "edit-items",
6570
6566
  showComponentName: !1,
6571
6567
  componentTag: "ul",
6572
6568
  componentName: "CmdLinkItem",
6573
6569
  componentProps: p,
6574
6570
  allowedComponentTypes: [],
6575
- componentPath: ["props", "links", g],
6571
+ componentPath: ["props", "links", f],
6576
6572
  itemProvider: o.itemProvider
6577
6573
  }, {
6578
6574
  default: k(() => [
6579
6575
  h(c, {
6580
- class: _({ active: t.sectionAnchors && t.activeSection === g }),
6576
+ class: _({ active: t.sectionAnchors && t.activeSection === f }),
6581
6577
  link: p
6582
6578
  }, null, 8, ["class", "link"])
6583
6579
  ]),
@@ -6589,9 +6585,9 @@ function rc(e, n, t, s, i, o) {
6589
6585
  class: "button confirm small",
6590
6586
  onClick: n[0] || (n[0] = (...p) => o.onAddItem && o.onAddItem(...p))
6591
6587
  }, ac)) : m("", !0)
6592
- ])) : (l(!0), r(S, { key: 0 }, q(t.links, (p, g) => (l(), w(c, {
6593
- key: g,
6594
- class: _({ active: t.sectionAnchors && t.activeSection === g }),
6588
+ ])) : (l(!0), r(S, { key: 0 }, q(t.links, (p, f) => (l(), w(c, {
6589
+ key: f,
6590
+ class: _({ active: t.sectionAnchors && t.activeSection === f }),
6595
6591
  link: p
6596
6592
  }, null, 8, ["class", "link"]))), 128))
6597
6593
  ], 2)
@@ -6923,7 +6919,7 @@ const gn = /* @__PURE__ */ V(ic, [["render", rc]]), dc = {
6923
6919
  }
6924
6920
  }
6925
6921
  }, Nn = () => {
6926
- ci((e) => ({
6922
+ di((e) => ({
6927
6923
  "83433e5e": e.cutoffTextLines
6928
6924
  }));
6929
6925
  }, Un = yn.setup;
@@ -6975,8 +6971,8 @@ const uc = ["title"], mc = {
6975
6971
  class: "box-footer"
6976
6972
  };
6977
6973
  function Gc(e, n, t, s, i, o) {
6978
- var g, C, b, L, v, B, F, D, M, G, j;
6979
- const d = Y, c = W, u = Ce, f = Re, p = gn;
6974
+ var f, C, b, L, v, B, F, D, M, G, j;
6975
+ const d = Y, c = W, u = Ce, g = Re, p = gn;
6980
6976
  return t.boxType === "content" ? (l(), r("div", {
6981
6977
  key: 0,
6982
6978
  ref: "cmdBox",
@@ -6998,7 +6994,7 @@ function Gc(e, n, t, s, i, o) {
6998
6994
  title: i.open ? t.iconOpen.tooltip : t.iconClosed.tooltip,
6999
6995
  onClick: n[0] || (n[0] = T((...P) => o.toggleContentVisibility && o.toggleContentVisibility(...P), ["prevent"]))
7000
6996
  }, [
7001
- (g = t.useSlots) != null && g.includes("header") ? H(e.$slots, "header", { key: 0 }) : (C = t.cmdHeadline) != null && C.headlineText && t.headlinePosition === "header" ? (l(), w(d, R(I({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0),
6997
+ (f = t.useSlots) != null && f.includes("header") ? H(e.$slots, "header", { key: 0 }) : (C = t.cmdHeadline) != null && C.headlineText && t.headlinePosition === "header" ? (l(), w(d, R(I({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0),
7002
6998
  h(c, {
7003
6999
  iconClass: i.open ? t.iconOpen.iconClass : t.iconClosed.iconClass,
7004
7000
  type: i.open ? t.iconOpen.iconType : t.iconClosed.iconType
@@ -7009,7 +7005,7 @@ function Gc(e, n, t, s, i, o) {
7009
7005
  (B = t.cmdHeadline) != null && B.headlineText && t.headlinePosition === "header" ? (l(), w(d, R(I({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0)
7010
7006
  ])) : m("", !0)
7011
7007
  ], 64)),
7012
- Q(a("div", {
7008
+ X(a("div", {
7013
7009
  class: _(["box-body", t.boxBodyClass]),
7014
7010
  "aria-expanded": "true",
7015
7011
  role: "article"
@@ -7074,7 +7070,7 @@ function Gc(e, n, t, s, i, o) {
7074
7070
  [be, i.open]
7075
7071
  ]),
7076
7072
  (G = t.cmdLink) != null && G.linkType ? (l(), r("div", yc, [
7077
- h(f, R(xe(t.cmdLink)), null, 16)
7073
+ h(g, R(xe(t.cmdLink)), null, 16)
7078
7074
  ])) : m("", !0),
7079
7075
  (j = t.useSlots) != null && j.includes("footer") ? (l(), r("div", bc, [
7080
7076
  H(e.$slots, "footer")
@@ -7348,7 +7344,7 @@ const bn = /* @__PURE__ */ V(yn, [["render", Gc]]), xn = {
7348
7344
  }
7349
7345
  }
7350
7346
  }, jn = () => {
7351
- ci((e) => ({
7347
+ di((e) => ({
7352
7348
  "7dc17307": e.boxesPerRowLarge,
7353
7349
  "3c53d129": e.boxesPerRowMedium,
7354
7350
  "7e294cd3": e.boxesPerRowSmall
@@ -7401,7 +7397,7 @@ function Zc(e, n, t, s, i, o) {
7401
7397
  ], 2)
7402
7398
  ]);
7403
7399
  }
7404
- const Vi = /* @__PURE__ */ V(xn, [["render", Zc]]);
7400
+ const Mi = /* @__PURE__ */ V(xn, [["render", Zc]]);
7405
7401
  function Ne(e) {
7406
7402
  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);
7407
7403
  }
@@ -7446,7 +7442,7 @@ function su(e, n, t, s, i, o) {
7446
7442
  const d = W, c = _e("router-link");
7447
7443
  return l(), r("ul", Xc, [
7448
7444
  t.breadcrumbLabel ? (l(), r("li", $c, y(t.breadcrumbLabel), 1)) : m("", !0),
7449
- (l(!0), r(S, null, q(t.breadcrumbLinks || [], (u, f) => (l(), r("li", { key: f }, [
7445
+ (l(!0), r(S, null, q(t.breadcrumbLinks || [], (u, g) => (l(), r("li", { key: g }, [
7450
7446
  u.type === "href" ? (l(), r("a", {
7451
7447
  key: 0,
7452
7448
  href: u.path
@@ -7478,11 +7474,11 @@ function su(e, n, t, s, i, o) {
7478
7474
  }, null, 8, ["iconClass", "type"])) : m("", !0),
7479
7475
  u.text ? (l(), r("span", ou, y(u.text), 1)) : m("", !0)
7480
7476
  ])),
7481
- f < t.breadcrumbLinks.length - 1 ? (l(), r("span", lu, y(t.breadcrumbSeparator), 1)) : m("", !0)
7477
+ g < t.breadcrumbLinks.length - 1 ? (l(), r("span", lu, y(t.breadcrumbSeparator), 1)) : m("", !0)
7482
7478
  ]))), 128))
7483
7479
  ]);
7484
7480
  }
7485
- const Pi = /* @__PURE__ */ V(Qc, [["render", su]]), au = {
7481
+ const Vi = /* @__PURE__ */ V(Qc, [["render", su]]), au = {
7486
7482
  name: "CmdCompanyLogo",
7487
7483
  data() {
7488
7484
  return {
@@ -7564,12 +7560,12 @@ const Pi = /* @__PURE__ */ V(Qc, [["render", su]]), au = {
7564
7560
  }
7565
7561
  }, ru = { class: "cmd-company-logo company-logo" }, du = ["href", "title"];
7566
7562
  function cu(e, n, t, s, i, o) {
7567
- var u, f, p, g, C, b;
7563
+ var u, g, p, f, C, b;
7568
7564
  const d = Ce, c = _e("router-link");
7569
7565
  return l(), r("div", ru, [
7570
7566
  ((u = t.link) == null ? void 0 : u.type) === "router" ? (l(), w(c, {
7571
7567
  key: 0,
7572
- to: (f = t.link) == null ? void 0 : f.path,
7568
+ to: (g = t.link) == null ? void 0 : g.path,
7573
7569
  title: (p = t.link) == null ? void 0 : p.tooltip
7574
7570
  }, {
7575
7571
  default: k(() => [
@@ -7579,7 +7575,7 @@ function cu(e, n, t, s, i, o) {
7579
7575
  }, null, 8, ["image", "onImageLoaded"])
7580
7576
  ]),
7581
7577
  _: 1
7582
- }, 8, ["to", "title"])) : ((g = t.link) == null ? void 0 : g.type) === "href" ? (l(), r("a", {
7578
+ }, 8, ["to", "title"])) : ((f = t.link) == null ? void 0 : f.type) === "href" ? (l(), r("a", {
7583
7579
  key: 1,
7584
7580
  href: (C = t.link) == null ? void 0 : C.path,
7585
7581
  title: (b = t.link) == null ? void 0 : b.tooltip
@@ -7595,7 +7591,7 @@ function cu(e, n, t, s, i, o) {
7595
7591
  }, null, 8, ["image", "onImageLoaded"]))
7596
7592
  ]);
7597
7593
  }
7598
- const Ai = /* @__PURE__ */ V(au, [["render", cu]]), uu = {
7594
+ const Pi = /* @__PURE__ */ V(au, [["render", cu]]), uu = {
7599
7595
  name: "CmdContainer",
7600
7596
  props: {
7601
7597
  /**
@@ -7866,19 +7862,19 @@ function Au(e, n, t, s, i, o) {
7866
7862
  const d = Y, c = te;
7867
7863
  return l(), w(Pe, { name: "fade" }, {
7868
7864
  default: k(() => {
7869
- var u, f, p;
7865
+ var u, g, p;
7870
7866
  return [
7871
7867
  a("div", xu, [
7872
7868
  t.useSlot ? H(e.$slots, "default", { key: 0 }) : (l(), r("div", _u, [
7873
- (u = t.cmdHeadlineCookieDisclaimer) != null && u.show && ((f = t.cmdHeadlineCookieDisclaimer) != null && f.headlineText) && ((p = t.cmdHeadlineCookieDisclaimer) != null && p.headlineLevel) ? (l(), w(d, {
7869
+ (u = t.cmdHeadlineCookieDisclaimer) != null && u.show && ((g = t.cmdHeadlineCookieDisclaimer) != null && g.headlineText) && ((p = t.cmdHeadlineCookieDisclaimer) != null && p.headlineLevel) ? (l(), w(d, {
7874
7870
  key: 0,
7875
7871
  headlineText: t.cmdHeadlineCookieDisclaimer.headlineText,
7876
7872
  headlineLevel: t.cmdHeadlineCookieDisclaimer.headlineLevel
7877
7873
  }, null, 8, ["headlineText", "headlineLevel"])) : m("", !0),
7878
7874
  H(e.$slots, "cookie-options", {}, () => {
7879
- var g, C;
7875
+ var f, C;
7880
7876
  return [
7881
- (g = t.cookieOptions) != null && g.required ? (l(), r("div", Cu, [
7877
+ (f = t.cookieOptions) != null && f.required ? (l(), r("div", Cu, [
7882
7878
  o.defaultCmdBoxRequiredCookies().showHeadline && o.defaultCmdBoxRequiredCookies().headlineText ? (l(), w(d, {
7883
7879
  key: 0,
7884
7880
  headlineText: o.defaultCmdBoxRequiredCookies().headlineText,
@@ -7913,7 +7909,7 @@ function Au(e, n, t, s, i, o) {
7913
7909
  }, null, 2)
7914
7910
  ], 8, wu)
7915
7911
  ], 2),
7916
- Q(a("div", ku, [
7912
+ X(a("div", ku, [
7917
7913
  b.description ? (l(), r("p", vu, y(b.description), 1)) : m("", !0),
7918
7914
  b.linkDataPrivacy ? (l(), r("p", Tu, [
7919
7915
  E(y(b.linkDataPrivacy.label) + " ", 1),
@@ -7964,7 +7960,7 @@ function Au(e, n, t, s, i, o) {
7964
7960
  }, null, 2)
7965
7961
  ], 8, Iu)
7966
7962
  ], 2),
7967
- Q(a("div", Bu, [
7963
+ X(a("div", Bu, [
7968
7964
  b.description ? (l(), r("p", Fu, y(b.description), 1)) : m("", !0),
7969
7965
  b.linkDataPrivacy ? (l(), r("p", Du, [
7970
7966
  E(y(b.linkDataPrivacy.label) + " ", 1),
@@ -7989,14 +7985,14 @@ function Au(e, n, t, s, i, o) {
7989
7985
  a("div", Pu, [
7990
7986
  a("button", {
7991
7987
  type: "button",
7992
- onClick: n[4] || (n[4] = (...g) => o.acceptCurrentCookies && o.acceptCurrentCookies(...g))
7988
+ onClick: n[4] || (n[4] = (...f) => o.acceptCurrentCookies && o.acceptCurrentCookies(...f))
7993
7989
  }, [
7994
7990
  a("span", null, y(e.getMessage("cookie_disclaimer.button.accept_current_settings")), 1)
7995
7991
  ]),
7996
7992
  a("button", {
7997
7993
  type: "button",
7998
7994
  class: "primary",
7999
- onClick: n[5] || (n[5] = (...g) => o.acceptAllCookies && o.acceptAllCookies(...g))
7995
+ onClick: n[5] || (n[5] = (...f) => o.acceptAllCookies && o.acceptAllCookies(...f))
8000
7996
  }, [
8001
7997
  a("span", null, y(e.getMessage("cookie_disclaimer.button.accept_all_cookies")), 1)
8002
7998
  ])
@@ -8313,7 +8309,7 @@ const ju = /* @__PURE__ */ V(Hu, [["render", Uu]]), zu = {
8313
8309
  class: "select-all-options"
8314
8310
  };
8315
8311
  function mm(e, n, t, s, i, o) {
8316
- var f, p, g, C;
8312
+ var g, p, f, C;
8317
8313
  const d = W, c = mn, u = _e("router-link");
8318
8314
  return l(), r("div", {
8319
8315
  class: _([
@@ -8368,7 +8364,7 @@ function mm(e, n, t, s, i, o) {
8368
8364
  href: "#",
8369
8365
  onClick: n[1] || (n[1] = T((...b) => o.toggleOptions && o.toggleOptions(...b), ["prevent"])),
8370
8366
  onBlur: n[2] || (n[2] = (...b) => o.onBlur && o.onBlur(...b)),
8371
- title: (f = o.optionIcon) == null ? void 0 : f.tooltip
8367
+ title: (g = o.optionIcon) == null ? void 0 : g.tooltip
8372
8368
  }, [
8373
8369
  t.type === "country" && o.optionCountry ? (l(), r("img", {
8374
8370
  key: 0,
@@ -8381,7 +8377,7 @@ function mm(e, n, t, s, i, o) {
8381
8377
  }, null, 4)) : m("", !0),
8382
8378
  (p = o.optionIcon) != null && p.iconClass ? (l(), w(d, {
8383
8379
  key: 2,
8384
- type: (g = o.optionIcon) == null ? void 0 : g.iconType,
8380
+ type: (f = o.optionIcon) == null ? void 0 : f.iconType,
8385
8381
  iconClass: (C = o.optionIcon) == null ? void 0 : C.iconClass
8386
8382
  }, null, 8, ["type", "iconClass"])) : m("", !0),
8387
8383
  o.optionName ? (l(), r("span", em, y(o.optionName), 1)) : m("", !0),
@@ -8495,7 +8491,7 @@ function mm(e, n, t, s, i, o) {
8495
8491
  ], 42, Qu)
8496
8492
  ], 10, Wu);
8497
8493
  }
8498
- const Ei = /* @__PURE__ */ V(Gu, [["render", mm]]), hm = {
8494
+ const Ai = /* @__PURE__ */ V(Gu, [["render", mm]]), hm = {
8499
8495
  name: "CmdFormFilters",
8500
8496
  data() {
8501
8497
  return {
@@ -8594,7 +8590,7 @@ function bm(e, n, t, s, i, o) {
8594
8590
  (l(!0), r(S, null, q(i.options, (c, u) => (l(), r("li", { key: u }, [
8595
8591
  a("a", {
8596
8592
  href: "#",
8597
- onClick: T((f) => o.deleteClickedFilter(u), ["prevent"]),
8593
+ onClick: T((g) => o.deleteClickedFilter(u), ["prevent"]),
8598
8594
  title: t.deleteFilterIcon.tooltip
8599
8595
  }, [
8600
8596
  a("span", null, y(t.selectedOptionsName(c)), 1),
@@ -8606,7 +8602,7 @@ function bm(e, n, t, s, i, o) {
8606
8602
  ]))), 128))
8607
8603
  ])) : m("", !0);
8608
8604
  }
8609
- const Hi = /* @__PURE__ */ V(hm, [["render", bm]]), xm = {
8605
+ const Ei = /* @__PURE__ */ V(hm, [["render", bm]]), xm = {
8610
8606
  data() {
8611
8607
  return {
8612
8608
  defaultMessageProperties: {
@@ -8615,15 +8611,15 @@ const Hi = /* @__PURE__ */ V(hm, [["render", bm]]), xm = {
8615
8611
  }
8616
8612
  };
8617
8613
  }
8618
- }, qi = "acceptedCookies";
8614
+ }, Hi = "acceptedCookies";
8619
8615
  function _m(e, n = 365) {
8620
- const t = [...Ri(), ...e].join(",");
8616
+ const t = [...qi(), ...e].join(",");
8621
8617
  let s = "";
8622
8618
  const i = /* @__PURE__ */ new Date();
8623
- i.setTime(i.getTime() + n * 24 * 60 * 60 * 1e3), s = "; expires=" + i.toUTCString(), document.cookie = qi + "=" + encodeURIComponent(t) + s + "; SameSite=strict; path=/";
8619
+ i.setTime(i.getTime() + n * 24 * 60 * 60 * 1e3), s = "; expires=" + i.toUTCString(), document.cookie = Hi + "=" + encodeURIComponent(t) + s + "; SameSite=strict; path=/";
8624
8620
  }
8625
- function Ri() {
8626
- const e = document.cookie.split(";").map((n) => n.trim()).find((n) => n.startsWith(qi + "="));
8621
+ function qi() {
8622
+ const e = document.cookie.split(";").map((n) => n.trim()).find((n) => n.startsWith(Hi + "="));
8627
8623
  if (e) {
8628
8624
  const n = e.indexOf("=");
8629
8625
  return decodeURIComponent(e.slice(n + 1)).split(",");
@@ -8660,7 +8656,7 @@ const Cm = {
8660
8656
  }
8661
8657
  },
8662
8658
  mounted() {
8663
- Ri().includes("google-maps") && (this.cookiesAccepted = !0);
8659
+ qi().includes("google-maps") && (this.cookiesAccepted = !0);
8664
8660
  },
8665
8661
  computed: {
8666
8662
  locateAddress() {
@@ -8706,7 +8702,7 @@ function vm(e, n, t, s, i, o) {
8706
8702
  }))
8707
8703
  ]);
8708
8704
  }
8709
- const Ni = /* @__PURE__ */ V(Cm, [["render", vm]]), Tm = {
8705
+ const Ri = /* @__PURE__ */ V(Cm, [["render", vm]]), Tm = {
8710
8706
  name: "CmdImageGallery",
8711
8707
  mixins: [le],
8712
8708
  props: {
@@ -8807,37 +8803,37 @@ function Fm(e, n, t, s, i, o) {
8807
8803
  const d = Y, c = Ce;
8808
8804
  return l(), r("div", Sm, [
8809
8805
  (u = t.cmdHeadline) != null && u.headlineText || e.editModeContext ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
8810
- e.editModeContext ? t.images.length ? (l(!0), r(S, { key: 2 }, q(t.images, (f, p) => (l(), w(c, {
8806
+ e.editModeContext ? t.images.length ? (l(!0), r(S, { key: 2 }, q(t.images, (g, p) => (l(), w(c, {
8811
8807
  key: p,
8812
8808
  class: "image-wrapper",
8813
- image: f.image,
8814
- figcaption: f.figcaption,
8809
+ image: g.image,
8810
+ figcaption: g.figcaption,
8815
8811
  componentPath: ["props", "images", p],
8816
8812
  editModeConfig: o.imageStructure()
8817
8813
  }, null, 8, ["image", "figcaption", "componentPath", "editModeConfig"]))), 128)) : (l(), r("button", {
8818
8814
  key: 3,
8819
8815
  type: "button",
8820
8816
  class: "button confirm",
8821
- onClick: n[0] || (n[0] = (...f) => o.onAddItem && o.onAddItem(...f))
8817
+ onClick: n[0] || (n[0] = (...g) => o.onAddItem && o.onAddItem(...g))
8822
8818
  }, Bm)) : (l(), r(S, { key: 1 }, [
8823
- t.useFancyboxForLargeImages ? (l(!0), r(S, { key: 0 }, q(t.images, (f, p) => (l(), r("a", {
8819
+ t.useFancyboxForLargeImages ? (l(!0), r(S, { key: 0 }, q(t.images, (g, p) => (l(), r("a", {
8824
8820
  class: "image-wrapper",
8825
8821
  key: p,
8826
8822
  href: "#",
8827
- onClick: T((g) => o.showFancyBox(p), ["prevent"]),
8823
+ onClick: T((f) => o.showFancyBox(p), ["prevent"]),
8828
8824
  title: o.getMessage("image_gallery.tooltip.open_large_image")
8829
8825
  }, [
8830
8826
  h(c, {
8831
- image: f.image,
8832
- figcaption: o.figcaption(f)
8827
+ image: g.image,
8828
+ figcaption: o.figcaption(g)
8833
8829
  }, null, 8, ["image", "figcaption"])
8834
- ], 8, Om))), 128)) : (l(!0), r(S, { key: 1 }, q(t.images, (f, p) => (l(), r("div", {
8830
+ ], 8, Om))), 128)) : (l(!0), r(S, { key: 1 }, q(t.images, (g, p) => (l(), r("div", {
8835
8831
  key: `i${p}`,
8836
8832
  class: "image-wrapper"
8837
8833
  }, [
8838
8834
  h(c, {
8839
- image: f.image,
8840
- figcaption: o.figcaption(f)
8835
+ image: g.image,
8836
+ figcaption: o.figcaption(g)
8841
8837
  }, null, 8, ["image", "figcaption"])
8842
8838
  ]))), 128))
8843
8839
  ], 64))
@@ -8882,8 +8878,8 @@ const Dm = /* @__PURE__ */ V(Tm, [["render", Fm]]), Mm = {
8882
8878
  }
8883
8879
  };
8884
8880
  function Gn(e, n) {
8885
- const t = e.$el.querySelector(".zoom-container"), s = t.querySelector("img"), i = e.$el.querySelector(".zoom-overlay"), o = n.target.getBoundingClientRect().width, d = n.target.getBoundingClientRect().height, c = s.getBoundingClientRect().width, u = s.getBoundingClientRect().height, f = n.pageX - n.target.getBoundingClientRect().x - window.pageXOffset, p = n.pageY - n.target.getBoundingClientRect().y - window.pageYOffset, g = Math.min(o, t.getBoundingClientRect().width / c * o), C = Math.min(d, t.getBoundingClientRect().height / u * d), b = Wn(f - g / 2, 0, o - g), L = Wn(p - C / 2, 0, d - C), v = -(b * (c / o)), B = -(L * (u / d));
8886
- i.style.left = `${b}px`, i.style.top = `${L}px`, i.style.width = `${g}px`, i.style.height = `${C}px`, i.style.display = "block", s.style.marginLeft = `${v}px`, s.style.marginTop = `${B}px`;
8881
+ const t = e.$el.querySelector(".zoom-container"), s = t.querySelector("img"), i = e.$el.querySelector(".zoom-overlay"), o = n.target.getBoundingClientRect().width, d = n.target.getBoundingClientRect().height, c = s.getBoundingClientRect().width, u = s.getBoundingClientRect().height, g = n.pageX - n.target.getBoundingClientRect().x - window.pageXOffset, p = n.pageY - n.target.getBoundingClientRect().y - window.pageYOffset, f = Math.min(o, t.getBoundingClientRect().width / c * o), C = Math.min(d, t.getBoundingClientRect().height / u * d), b = Wn(g - f / 2, 0, o - f), L = Wn(p - C / 2, 0, d - C), v = -(b * (c / o)), B = -(L * (u / d));
8882
+ i.style.left = `${b}px`, i.style.top = `${L}px`, i.style.width = `${f}px`, i.style.height = `${C}px`, i.style.display = "block", s.style.marginLeft = `${v}px`, s.style.marginTop = `${B}px`;
8887
8883
  }
8888
8884
  function Wn(e, n, t) {
8889
8885
  return e < n ? n : e > t ? t : e;
@@ -9123,7 +9119,7 @@ function Zm(e, n, t, s, i, o) {
9123
9119
  ]),
9124
9120
  "aria-labelledby": e.htmlId
9125
9121
  }, [
9126
- Q(a("span", Um, [
9122
+ X(a("span", Um, [
9127
9123
  a("span", { id: e.htmlId }, [
9128
9124
  E(y(t.labelText), 1),
9129
9125
  t.required ? (l(), r("sup", zm, "*")) : m("", !0)
@@ -9162,12 +9158,12 @@ function Zm(e, n, t, s, i, o) {
9162
9158
  key: 0,
9163
9159
  class: _(["flex-container", { "no-flex": !t.stretchHorizontally, "no-gap": t.multipleSwitch }])
9164
9160
  }, [
9165
- (l(!0), r(S, null, q(t.inputElements, (u, f) => (l(), r("label", {
9166
- key: f,
9161
+ (l(!0), r(S, null, q(t.inputElements, (u, g) => (l(), r("label", {
9162
+ key: g,
9167
9163
  for: u.id,
9168
9164
  class: _({ "toggle-switch": t.toggleSwitches })
9169
9165
  }, [
9170
- Q(a("input", {
9166
+ X(a("input", {
9171
9167
  type: t.inputTypes,
9172
9168
  id: u.id,
9173
9169
  name: u.name,
@@ -9176,7 +9172,7 @@ function Zm(e, n, t, s, i, o) {
9176
9172
  disabled: t.disabled,
9177
9173
  class: _({ "replace-input-type": t.replaceInputType })
9178
9174
  }, null, 10, Km), [
9179
- [Vo, o.inputValue]
9175
+ [Mo, o.inputValue]
9180
9176
  ]),
9181
9177
  t.multipleSwitch && u.iconClass ? (l(), w(d, {
9182
9178
  key: 0,
@@ -9188,7 +9184,7 @@ function Zm(e, n, t, s, i, o) {
9188
9184
  ], 2))
9189
9185
  ], 10, Nm);
9190
9186
  }
9191
- const Ui = /* @__PURE__ */ V(Rm, [["render", Zm]]), Qm = {
9187
+ const Ni = /* @__PURE__ */ V(Rm, [["render", Zm]]), Qm = {
9192
9188
  name: "CmdLoginForm",
9193
9189
  data() {
9194
9190
  return {
@@ -9473,10 +9469,10 @@ const Ui = /* @__PURE__ */ V(Rm, [["render", Zm]]), Qm = {
9473
9469
  }
9474
9470
  }, Xm = { class: "cmd-login-form flex-container" }, $m = { class: "option-wrapper flex-container" }, eh = { key: 1 }, th = ["type", "disabled"], nh = { key: 1 }, ih = { class: "cmd-login-form flex-container" }, oh = { class: "option-wrapper flex-container" }, lh = { key: 1 }, sh = ["type", "disabled"], ah = { key: 1 };
9475
9471
  function rh(e, n, t, s, i, o) {
9476
- var p, g, C, b, L, v, B, F;
9477
- const d = Y, c = te, u = W, f = Re;
9472
+ var p, f, C, b, L, v, B, F;
9473
+ const d = Y, c = te, u = W, g = Re;
9478
9474
  return l(), r(S, null, [
9479
- Q(a("fieldset", Xm, [
9475
+ X(a("fieldset", Xm, [
9480
9476
  a("legend", {
9481
9477
  class: _({ hidden: !t.legendLoginForm.show, "align-left": t.legendLoginForm.align === "left" })
9482
9478
  }, y(t.legendLoginForm.text), 3),
@@ -9510,7 +9506,7 @@ function rh(e, n, t, s, i, o) {
9510
9506
  href: "#",
9511
9507
  onClick: n[4] || (n[4] = T((...D) => o.toggleSendLoginView && o.toggleSendLoginView(...D), ["prevent"]))
9512
9508
  }, [
9513
- (p = t.options.forgotPassword.icon) != null && p.show && ((g = t.options.forgotPassword.icon) != null && g.iconClass) ? (l(), w(u, {
9509
+ (p = t.options.forgotPassword.icon) != null && p.show && ((f = t.options.forgotPassword.icon) != null && f.iconClass) ? (l(), w(u, {
9514
9510
  key: 0,
9515
9511
  iconClass: t.options.forgotPassword.icon.iconClass,
9516
9512
  type: t.options.forgotPassword.icon.iconType,
@@ -9518,7 +9514,7 @@ function rh(e, n, t, s, i, o) {
9518
9514
  }, null, 8, ["iconClass", "type", "title"])) : m("", !0),
9519
9515
  t.options.forgotPassword.text ? (l(), r("span", eh, y(t.options.forgotPassword.text), 1)) : m("", !0)
9520
9516
  ])) : m("", !0),
9521
- t.options.createAccount ? (l(), w(f, {
9517
+ t.options.createAccount ? (l(), w(g, {
9522
9518
  key: 1,
9523
9519
  linkType: t.options.createAccount.linkType,
9524
9520
  path: t.options.createAccount.path,
@@ -9549,7 +9545,7 @@ function rh(e, n, t, s, i, o) {
9549
9545
  ], 512), [
9550
9546
  [be, !i.sendLogin]
9551
9547
  ]),
9552
- Q(a("fieldset", ih, [
9548
+ X(a("fieldset", ih, [
9553
9549
  a("legend", {
9554
9550
  class: _({ hidden: !t.legendForgotLoginForm.show, "align-left": t.legendForgotLoginForm.align === "left" })
9555
9551
  }, y(t.legendForgotLoginForm.text), 3),
@@ -9771,18 +9767,18 @@ function kh(e, n, t, s, i, o) {
9771
9767
  }, y(t.closeOffcanvas.text), 3)
9772
9768
  ])
9773
9769
  ])) : m("", !0),
9774
- (l(!0), r(S, null, q(t.navigationEntries, (u, f) => {
9775
- var p, g, C;
9770
+ (l(!0), r(S, null, q(t.navigationEntries, (u, g) => {
9771
+ var p, f, C;
9776
9772
  return l(), r("li", {
9777
- key: f,
9778
- class: _({ active: u.active, open: i.openEntry === f, "has-subentries": (p = u == null ? void 0 : u.subentries) == null ? void 0 : p.length })
9773
+ key: g,
9774
+ class: _({ active: u.active, open: i.openEntry === g, "has-subentries": (p = u == null ? void 0 : u.subentries) == null ? void 0 : p.length })
9779
9775
  }, [
9780
9776
  u.type === "href" ? (l(), r("a", {
9781
9777
  key: 0,
9782
9778
  href: u.path,
9783
9779
  title: u.tooltip,
9784
9780
  target: u.target,
9785
- onClick: (b) => o.executeLink(b, u, f),
9781
+ onClick: (b) => o.executeLink(b, u, g),
9786
9782
  onMouseover: n[1] || (n[1] = (b) => o.closeAllSubentries()),
9787
9783
  onFocus: n[2] || (n[2] = (b) => o.closeAllSubentries())
9788
9784
  }, [
@@ -9792,7 +9788,7 @@ function kh(e, n, t, s, i, o) {
9792
9788
  type: u.iconType
9793
9789
  }, null, 8, ["iconClass", "type"])) : m("", !0),
9794
9790
  u.text ? (l(), r("span", hh, y(u.text), 1)) : m("", !0),
9795
- (g = u == null ? void 0 : u.subentries) != null && g.length ? (l(), r("span", {
9791
+ (f = u == null ? void 0 : u.subentries) != null && f.length ? (l(), r("span", {
9796
9792
  key: 2,
9797
9793
  class: _(["subentry-icon", t.subentriesIconClass])
9798
9794
  }, null, 2)) : m("", !0)
@@ -9936,7 +9932,7 @@ function kh(e, n, t, s, i, o) {
9936
9932
  ])) : m("", !0)
9937
9933
  ], 2);
9938
9934
  }
9939
- const ji = /* @__PURE__ */ V(ch, [["render", kh]]), vh = {
9935
+ const Ui = /* @__PURE__ */ V(ch, [["render", kh]]), vh = {
9940
9936
  name: "CmdMultistepFormProgressBar",
9941
9937
  data() {
9942
9938
  return {
@@ -9989,18 +9985,18 @@ function Oh(e, n, t, s, i, o) {
9989
9985
  return l(), r("ol", {
9990
9986
  class: _(["cmd-multistep-form-progress-bar", { "use-gap": t.useGap }])
9991
9987
  }, [
9992
- (l(!0), r(S, null, q(t.multisteps, (u, f) => (l(), r("li", {
9993
- key: f,
9994
- class: _({ active: i.activeLink === f })
9988
+ (l(!0), r(S, null, q(t.multisteps, (u, g) => (l(), r("li", {
9989
+ key: g,
9990
+ class: _({ active: i.activeLink === g })
9995
9991
  }, [
9996
9992
  h(c, {
9997
9993
  linkType: u.type,
9998
9994
  path: u.path,
9999
9995
  title: u.tooltip,
10000
- onClick: T((p) => o.clickedStep(p, f), ["stop", "prevent"])
9996
+ onClick: T((p) => o.clickedStep(p, g), ["stop", "prevent"])
10001
9997
  }, {
10002
9998
  default: k(() => [
10003
- t.showStepNumber ? (l(), r("span", Th, y(f + 1), 1)) : m("", !0),
9999
+ t.showStepNumber ? (l(), r("span", Th, y(g + 1), 1)) : m("", !0),
10004
10000
  u.iconClass ? (l(), w(d, {
10005
10001
  key: 1,
10006
10002
  iconClass: u.iconClass,
@@ -10167,7 +10163,7 @@ const Lh = /* @__PURE__ */ V(vh, [["render", Oh]]), Ih = {
10167
10163
  }
10168
10164
  }, Bh = { class: "cmd-newsletter-subscription flex-container" }, Fh = { class: "button-wrapper" };
10169
10165
  function Dh(e, n, t, s, i, o) {
10170
- const d = Ui, c = te;
10166
+ const d = Ni, c = te;
10171
10167
  return l(), r("fieldset", Bh, [
10172
10168
  a("legend", {
10173
10169
  class: _({ hidden: !t.legend.show, "align-left": t.legend.align === "left" })
@@ -10210,8 +10206,8 @@ function Kn(e, n, t, s = !0, i = !0) {
10210
10206
  }
10211
10207
  return (d, c) => {
10212
10208
  if (t) {
10213
- let u = d, f = n;
10214
- return u > 12 && (i || (u -= 12), f = t), o(u, s) + e + o(c, !0) + f;
10209
+ let u = d, g = n;
10210
+ return u > 12 && (i || (u -= 12), g = t), o(u, s) + e + o(c, !0) + g;
10215
10211
  }
10216
10212
  return o(d, s) + e + o(c, !0) + n;
10217
10213
  };
@@ -10709,10 +10705,10 @@ const Yh = {
10709
10705
  class: "flex-container vertical"
10710
10706
  };
10711
10707
  function ap(e, n, t, s, i, o) {
10712
- var g, C;
10713
- const d = Y, c = Re, u = te, f = Wh, p = He;
10708
+ var f, C;
10709
+ const d = Y, c = Re, u = te, g = Wh, p = He;
10714
10710
  return l(), r("div", Zh, [
10715
- (g = t.cmdHeadline) != null && g.headlineText || e.editModeContext ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
10711
+ (f = t.cmdHeadline) != null && f.headlineText || e.editModeContext ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
10716
10712
  !e.editing && t.showOpenStatus ? (l(), r(S, { key: 1 }, [
10717
10713
  (C = t.cmdLink) != null && C.path ? (l(), w(c, I({
10718
10714
  key: 0,
@@ -10766,7 +10762,7 @@ function ap(e, n, t, s, i, o) {
10766
10762
  }, {
10767
10763
  default: k(() => [
10768
10764
  a("dl", np, [
10769
- h(f, {
10765
+ h(g, {
10770
10766
  day: b,
10771
10767
  separator: t.separator,
10772
10768
  abbreviationTextAm: t.abbreviationTextAm,
@@ -10778,7 +10774,7 @@ function ap(e, n, t, s, i, o) {
10778
10774
  _: 2
10779
10775
  }, 1032, ["componentProps", "componentPath", "itemProvider"]))), 128))
10780
10776
  ], 64)) : (l(), r("dl", Xh, [
10781
- (l(!0), r(S, null, q(o.openingHoursFormatted, (b, L) => (l(), w(f, {
10777
+ (l(!0), r(S, null, q(o.openingHoursFormatted, (b, L) => (l(), w(g, {
10782
10778
  key: L,
10783
10779
  day: b,
10784
10780
  separator: t.separator,
@@ -10949,7 +10945,7 @@ function xp(e, n, t, s, i, o) {
10949
10945
  class: _({ disabled: i.currentPage === u + 1, button: t.linkType === "button", hidden: !t.showPageNumbers }),
10950
10946
  title: i.currentPage !== u + 1 ? e.getMessage("pagination.tooltip.go_to_page", u + 1) : e.getMessage("pagination.tooltip.not_possible"),
10951
10947
  key: u,
10952
- onClick: T((f) => o.showPage(c), ["stop", "prevent"]),
10948
+ onClick: T((g) => o.showPage(c), ["stop", "prevent"]),
10953
10949
  "aria-live": "polite"
10954
10950
  }, [
10955
10951
  a("span", null, y(u + 1), 1)
@@ -11255,12 +11251,12 @@ const Sp = /* @__PURE__ */ V(Cp, [["render", Tp]]), Op = {
11255
11251
  Lp
11256
11252
  ];
11257
11253
  function Bp(e, n, t, s, i, o) {
11258
- var p, g;
11259
- const d = Y, c = te, u = Sp, f = He;
11254
+ var p, f;
11255
+ const d = Y, c = te, u = Sp, g = He;
11260
11256
  return l(), r("div", {
11261
11257
  class: _(["cmd-social-networks", { stretch: t.stretchButtons }, o.alignment])
11262
11258
  }, [
11263
- (p = t.cmdHeadline) != null && p.headlineText || (g = e.editModeContext) != null && g.editing ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline || {})), null, 16)) : m("", !0),
11259
+ (p = t.cmdHeadline) != null && p.headlineText || (f = e.editModeContext) != null && f.editing ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline || {})), null, 16)) : m("", !0),
11264
11260
  t.userMustAcceptDataPrivacy ? (l(), w(c, I({
11265
11261
  key: 1,
11266
11262
  element: "input",
@@ -11273,7 +11269,7 @@ function Bp(e, n, t, s, i, o) {
11273
11269
  key: 2,
11274
11270
  class: _(["button-wrapper", { "no-gap": !t.useGap }])
11275
11271
  }, [
11276
- e.editModeContext ? (l(!0), r(S, { key: 1 }, q(o.validNetworks, (C, b) => (l(), w(f, {
11272
+ e.editModeContext ? (l(!0), r(S, { key: 1 }, q(o.validNetworks, (C, b) => (l(), w(g, {
11277
11273
  key: "x" + b,
11278
11274
  class: "edit-items",
11279
11275
  componentName: "CmdSocialNetworksItem",
@@ -11310,7 +11306,7 @@ function Bp(e, n, t, s, i, o) {
11310
11306
  }, Ip))
11311
11307
  ], 2);
11312
11308
  }
11313
- const zi = /* @__PURE__ */ V(Op, [["render", Bp]]), Fp = {
11309
+ const ji = /* @__PURE__ */ V(Op, [["render", Bp]]), Fp = {
11314
11310
  name: "CmdPageFooter",
11315
11311
  props: {
11316
11312
  /**
@@ -11399,8 +11395,8 @@ const zi = /* @__PURE__ */ V(Op, [["render", Bp]]), Fp = {
11399
11395
  }
11400
11396
  }, Dp = { class: "button-wrapper" }, Mp = ["title"], Vp = { key: 1 };
11401
11397
  function Pp(e, n, t, s, i, o) {
11402
- var c, u, f, p;
11403
- const d = zi;
11398
+ var c, u, g, p;
11399
+ const d = ji;
11404
11400
  return l(), r("footer", {
11405
11401
  class: _(["cmd-page-footer flex-container", { "small-buttons": t.useSmallButtons }])
11406
11402
  }, [
@@ -11417,9 +11413,9 @@ function Pp(e, n, t, s, i, o) {
11417
11413
  class: _(["button", { primary: o.buttonPrintViewOptions.primary }]),
11418
11414
  id: "print-view-button",
11419
11415
  title: o.buttonPrintViewOptions.text ? (u = o.buttonPrintViewOptions.icon) == null ? void 0 : u.tooltip : null,
11420
- onClick: n[0] || (n[0] = (...g) => o.showFancyBox && o.showFancyBox(...g))
11416
+ onClick: n[0] || (n[0] = (...f) => o.showFancyBox && o.showFancyBox(...f))
11421
11417
  }, [
11422
- (f = o.buttonPrintViewOptions.icon) != null && f.show ? (l(), r("span", {
11418
+ (g = o.buttonPrintViewOptions.icon) != null && g.show ? (l(), r("span", {
11423
11419
  key: 0,
11424
11420
  class: _((p = o.buttonPrintViewOptions.icon) == null ? void 0 : p.iconClass)
11425
11421
  }, null, 2)) : m("", !0),
@@ -11454,7 +11450,7 @@ const Ap = /* @__PURE__ */ V(Fp, [["render", Pp]]), Ep = {
11454
11450
  class: "headline-wrapper flex-container vertical"
11455
11451
  };
11456
11452
  function Rp(e, n, t, s, i, o) {
11457
- const d = Pi, c = Y;
11453
+ const d = Vi, c = Y;
11458
11454
  return t.cmdBreadcrumbs || t.cmdHeadline || e.$slots.default ? (l(), r("header", Hp, [
11459
11455
  t.cmdBreadcrumbs || t.cmdHeadline ? (l(), r("div", qp, [
11460
11456
  t.cmdBreadcrumbs ? (l(), w(d, R(I({ key: 0 }, t.cmdBreadcrumbs)), null, 16)) : m("", !0),
@@ -11754,8 +11750,8 @@ const sf = /* @__PURE__ */ V(nf, [["render", lf]]), af = {
11754
11750
  class: "top-header"
11755
11751
  };
11756
11752
  function df(e, n, t, s, i, o) {
11757
- var u, f, p, g, C, b, L, v, B;
11758
- const d = Ai, c = ji;
11753
+ var u, g, p, f, C, b, L, v, B;
11754
+ const d = Pi, c = Ui;
11759
11755
  return l(), r("div", {
11760
11756
  ref: "site-header",
11761
11757
  class: _([
@@ -11774,7 +11770,7 @@ function df(e, n, t, s, i, o) {
11774
11770
  a("header", {
11775
11771
  class: _([
11776
11772
  t.useGrid ? "grid-container-create-columns" : "flex-container",
11777
- { "has-navigation": ((p = (f = t.cmdMainNavigation) == null ? void 0 : f.navigationEntries) == null ? void 0 : p.length) && t.navigationInline || e.$slots.navigation }
11773
+ { "has-navigation": ((p = (g = t.cmdMainNavigation) == null ? void 0 : g.navigationEntries) == null ? void 0 : p.length) && t.navigationInline || e.$slots.navigation }
11778
11774
  ])
11779
11775
  }, [
11780
11776
  e.$slots.logo || e.$slots.header || e.$slots.navigation ? (l(), r(S, { key: 0 }, [
@@ -11782,7 +11778,7 @@ function df(e, n, t, s, i, o) {
11782
11778
  H(e.$slots, "header"),
11783
11779
  H(e.$slots, "navigation")
11784
11780
  ], 64)) : m("", !0),
11785
- t.cmdCompanyLogo || (C = (g = t.cmdMainNavigation) == null ? void 0 : g.navigationEntries) != null && C.length ? (l(), r(S, { key: 1 }, [
11781
+ t.cmdCompanyLogo || (C = (f = t.cmdMainNavigation) == null ? void 0 : f.navigationEntries) != null && C.length ? (l(), r(S, { key: 1 }, [
11786
11782
  t.cmdCompanyLogo ? (l(), w(d, I({ key: 0 }, t.cmdCompanyLogo, { onImageLoaded: o.onImageLoaded }), null, 16, ["onImageLoaded"])) : m("", !0),
11787
11783
  (L = (b = t.cmdMainNavigation) == null ? void 0 : b.navigationEntries) != null && L.length && t.navigationInline ? (l(), w(c, I({ key: 1 }, t.cmdMainNavigation, {
11788
11784
  closeOffcanvas: t.closeOffcanvas,
@@ -12074,8 +12070,8 @@ const cf = /* @__PURE__ */ V(af, [["render", df]]), uf = {
12074
12070
  "aria-expanded": "true"
12075
12071
  };
12076
12072
  function xf(e, n, t, s, i, o) {
12077
- var g, C, b, L, v, B, F, D;
12078
- const d = Y, c = te, u = W, f = Ei, p = Hi;
12073
+ var f, C, b, L, v, B, F, D;
12074
+ const d = Y, c = te, u = W, g = Ai, p = Ei;
12079
12075
  return l(), r(S, null, [
12080
12076
  a("fieldset", hf, [
12081
12077
  a("legend", {
@@ -12130,7 +12126,7 @@ function xf(e, n, t, s, i, o) {
12130
12126
  onClick: n[3] || (n[3] = T((M) => i.showFilters = !i.showFilters, ["prevent"]))
12131
12127
  }, [
12132
12128
  h(u, {
12133
- iconClass: i.showFilters ? (C = (g = t.cmdIcon) == null ? void 0 : g.showFilters) == null ? void 0 : C.iconClass : (L = (b = t.cmdIcon) == null ? void 0 : b.hideFilters) == null ? void 0 : L.iconClass,
12129
+ iconClass: i.showFilters ? (C = (f = t.cmdIcon) == null ? void 0 : f.showFilters) == null ? void 0 : C.iconClass : (L = (b = t.cmdIcon) == null ? void 0 : b.hideFilters) == null ? void 0 : L.iconClass,
12134
12130
  type: i.showFilters ? (B = (v = t.cmdIcon) == null ? void 0 : v.showFilters) == null ? void 0 : B.iconType : (D = (F = t.cmdIcon) == null ? void 0 : F.hideFilters) == null ? void 0 : D.iconType
12135
12131
  }, null, 8, ["iconClass", "type"]),
12136
12132
  i.showFilters ? (l(), r("span", gf, y(e.getMessage("site_search.hide_filter_options")), 1)) : (l(), r("span", yf, y(e.getMessage("site_search.show_filter_options")), 1))
@@ -12140,7 +12136,7 @@ function xf(e, n, t, s, i, o) {
12140
12136
  var M, G, j, P, N;
12141
12137
  return [
12142
12138
  i.showFilters && ((M = t.cmdFakeSelect) != null && M.selectData.length) ? (l(), r("div", bf, [
12143
- h(f, {
12139
+ h(g, {
12144
12140
  role: "option",
12145
12141
  selectData: (G = t.cmdFakeSelect) == null ? void 0 : G.selectData,
12146
12142
  modelValue: o.searchFilters,
@@ -12372,7 +12368,7 @@ function If(e, n, t, s, i, o) {
12372
12368
  }, o.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : m("", !0),
12373
12369
  h(ln, { name: "fade" }, {
12374
12370
  default: k(() => {
12375
- var u, f, p, g, C, b, L, v, B, F, D, M;
12371
+ var u, g, p, f, C, b, L, v, B, F, D, M;
12376
12372
  return [
12377
12373
  o.currentItem ? (l(), r(S, { key: 0 }, [
12378
12374
  t.useSlot ? (l(), r("div", {
@@ -12389,9 +12385,9 @@ function If(e, n, t, s, i, o) {
12389
12385
  componentPath: ["props", "slideshowItems", i.index],
12390
12386
  editModeConfig: o.imageStructure()
12391
12387
  }, null, 8, ["image", "figcaption", "componentPath", "editModeConfig"])) : m("", !0) : (l(), r(S, { key: 0 }, [
12392
- (f = (u = o.currentItem) == null ? void 0 : u.link) != null && f.href ? (l(), r("a", {
12388
+ (g = (u = o.currentItem) == null ? void 0 : u.link) != null && g.href ? (l(), r("a", {
12393
12389
  key: 0,
12394
- href: (g = (p = o.currentItem) == null ? void 0 : p.link) == null ? void 0 : g.href,
12390
+ href: (f = (p = o.currentItem) == null ? void 0 : p.link) == null ? void 0 : f.href,
12395
12391
  title: (b = (C = o.currentItem) == null ? void 0 : C.link) == null ? void 0 : b.tooltip
12396
12392
  }, [
12397
12393
  h(c, {
@@ -12421,16 +12417,16 @@ function If(e, n, t, s, i, o) {
12421
12417
  class: { disabled: i.slideshowItemEditing }
12422
12418
  }, o.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : m("", !0),
12423
12419
  t.showQuickLinkIcons ? (l(), r("ol", Sf, [
12424
- (l(!0), r(S, null, q(t.slideshowItems, (u, f) => (l(), r("li", {
12425
- key: f,
12426
- class: _({ active: f === i.index })
12420
+ (l(!0), r(S, null, q(t.slideshowItems, (u, g) => (l(), r("li", {
12421
+ key: g,
12422
+ class: _({ active: g === i.index })
12427
12423
  }, [
12428
12424
  a("a", {
12429
12425
  href: "#",
12430
12426
  class: _({ disabled: i.slideshowItemEditing }),
12431
- onClick: T((p) => o.showItem(f), ["prevent"]),
12427
+ onClick: T((p) => o.showItem(g), ["prevent"]),
12432
12428
  "aria-label": i.index,
12433
- title: i.slideshowItemEditing ? "Not allowed while editing!" : "Switch to image #" + (f + 1)
12429
+ title: i.slideshowItemEditing ? "Not allowed while editing!" : "Switch to image #" + (g + 1)
12434
12430
  }, null, 10, Of)
12435
12431
  ], 2))), 128))
12436
12432
  ])) : m("", !0),
@@ -12448,7 +12444,7 @@ const Bf = /* @__PURE__ */ V(Cf, [["render", If]]), Ff = "data:image/svg+xml,%3c
12448
12444
  __proto__: null,
12449
12445
  de: Df,
12450
12446
  en: Vf
12451
- }, Symbol.toStringTag, { value: "Module" })), Gi = [
12447
+ }, Symbol.toStringTag, { value: "Module" })), zi = [
12452
12448
  {
12453
12449
  name: "company",
12454
12450
  iconClass: "icon-company",
@@ -13485,7 +13481,7 @@ const Bf = /* @__PURE__ */ V(Cf, [["render", If]]), Ff = "data:image/svg+xml,%3c
13485
13481
  path: "https://www.comand-ui.com",
13486
13482
  target: "comand-website"
13487
13483
  }
13488
- ], Wi = {
13484
+ ], Gi = {
13489
13485
  offcanvasPosition: fg,
13490
13486
  stretchMainItems: gg,
13491
13487
  persistOnMobile: yg,
@@ -13770,7 +13766,7 @@ const Bf = /* @__PURE__ */ V(Cf, [["render", If]]), Ff = "data:image/svg+xml,%3c
13770
13766
  ], Og = {
13771
13767
  cmdFormElement: Tg,
13772
13768
  networks: Sg
13773
- }, Ki = [
13769
+ }, Wi = [
13774
13770
  {
13775
13771
  iso2: "de",
13776
13772
  name: "Deutsch",
@@ -14693,7 +14689,7 @@ const Bf = /* @__PURE__ */ V(Cf, [["render", If]]), Ff = "data:image/svg+xml,%3c
14693
14689
  this.getInitialLanguage();
14694
14690
  },
14695
14691
  methods: {
14696
- switchLanguage: Ki,
14692
+ switchLanguage: Wi,
14697
14693
  getInitialLanguage() {
14698
14694
  this.currentLanguage = document.documentElement.lang;
14699
14695
  },
@@ -14732,7 +14728,7 @@ function Xg(e, n, t, s, i, o) {
14732
14728
  href: c.link.path,
14733
14729
  class: _(["flag", c.iso2, { active: o.activeLanguage(c.iso2) }]),
14734
14730
  title: c.tooltip,
14735
- onClick: T((f) => o.changeLanguage(c.iso2, f), ["prevent"])
14731
+ onClick: T((g) => o.changeLanguage(c.iso2, g), ["prevent"])
14736
14732
  }, [
14737
14733
  a("img", {
14738
14734
  src: i.imageSources[u],
@@ -14743,7 +14739,7 @@ function Xg(e, n, t, s, i, o) {
14743
14739
  to: o.getRoute(c),
14744
14740
  class: _(["flag", c.iso2]),
14745
14741
  title: c.tooltip,
14746
- onClick: T((f) => o.changeLanguage(c.iso2, f), ["prevent"])
14742
+ onClick: T((g) => o.changeLanguage(c.iso2, g), ["prevent"])
14747
14743
  }, {
14748
14744
  default: k(() => [
14749
14745
  a("img", {
@@ -14916,7 +14912,7 @@ const $g = /* @__PURE__ */ V(Kg, [["render", Xg]]), ey = {
14916
14912
  "aria-expanded": "true"
14917
14913
  };
14918
14914
  function sy(e, n, t, s, i, o) {
14919
- var u, f, p, g;
14915
+ var u, g, p, f;
14920
14916
  const d = W, c = vt;
14921
14917
  return l(), r("div", {
14922
14918
  class: _(["cmd-table-wrapper", { collapsed: !i.showTableData, "full-width": i.fullWidth, "has-caption": o.hasCaption, "has-overflow": i.hasOverflow }])
@@ -14961,10 +14957,10 @@ function sy(e, n, t, s, i, o) {
14961
14957
  ref: "table",
14962
14958
  class: _({ "full-width": i.fullWidth })
14963
14959
  }, [
14964
- (u = t.tableData.caption) != null && u.text || (f = t.caption) != null && f.text ? (l(), r("caption", {
14960
+ (u = t.tableData.caption) != null && u.text || (g = t.caption) != null && g.text ? (l(), r("caption", {
14965
14961
  key: 0,
14966
14962
  class: _({ hidden: o.hideCaption })
14967
- }, y(((p = t.caption) == null ? void 0 : p.text) || ((g = t.tableData.caption) == null ? void 0 : g.text)), 3)) : m("", !0),
14963
+ }, y(((p = t.caption) == null ? void 0 : p.text) || ((f = t.tableData.caption) == null ? void 0 : f.text)), 3)) : m("", !0),
14968
14964
  a("thead", null, [
14969
14965
  a("tr", null, [
14970
14966
  (l(!0), r(S, null, q(t.tableData.thead, (C, b) => (l(), r("th", { key: b }, y(C), 1))), 128))
@@ -14974,7 +14970,7 @@ function sy(e, n, t, s, i, o) {
14974
14970
  name: t.useTransition ? "fade" : null
14975
14971
  }, {
14976
14972
  default: k(() => [
14977
- Q(a("tbody", oy, [
14973
+ X(a("tbody", oy, [
14978
14974
  (l(!0), r(S, null, q(t.tableData.tbody, (C, b) => (l(), r("tr", {
14979
14975
  class: _({ active: t.tableData.rowIndexHighlighted === b }),
14980
14976
  key: b
@@ -15014,7 +15010,7 @@ function sy(e, n, t, s, i, o) {
15014
15010
  ], 2);
15015
15011
  }
15016
15012
  const ay = /* @__PURE__ */ V(ey, [["render", sy]]);
15017
- fi(og);
15013
+ pi(og);
15018
15014
  const ry = {
15019
15015
  name: "CmdTabs",
15020
15016
  data() {
@@ -15088,14 +15084,14 @@ function py(e, n, t, s, i, o) {
15088
15084
  class: _({ "stretch-tabs": t.stretchTabs }),
15089
15085
  role: "tablist"
15090
15086
  }, [
15091
- (l(!0), r(S, null, q(t.tabs, (u, f) => (l(), r("li", {
15092
- class: _({ active: i.showTab === f }),
15093
- key: f,
15087
+ (l(!0), r(S, null, q(t.tabs, (u, g) => (l(), r("li", {
15088
+ class: _({ active: i.showTab === g }),
15089
+ key: g,
15094
15090
  role: "tab"
15095
15091
  }, [
15096
15092
  a("a", {
15097
15093
  href: "#",
15098
- onClick: T((p) => o.setActiveTab(f), ["prevent"]),
15094
+ onClick: T((p) => o.setActiveTab(g), ["prevent"]),
15099
15095
  title: u.name ? void 0 : u.tooltip
15100
15096
  }, [
15101
15097
  u.iconClass ? (l(), w(d, {
@@ -15107,7 +15103,7 @@ function py(e, n, t, s, i, o) {
15107
15103
  ], 8, cy)
15108
15104
  ], 2))), 128))
15109
15105
  ], 2),
15110
- t.useSlot ? (l(!0), r(S, { key: 0 }, q(t.tabs.length, (u) => Q((l(), r("div", {
15106
+ t.useSlot ? (l(!0), r(S, { key: 0 }, q(t.tabs.length, (u) => X((l(), r("div", {
15111
15107
  key: u,
15112
15108
  "aria-live": "assertive",
15113
15109
  class: _({ "no-padding": !t.useDefaultPadding })
@@ -15249,16 +15245,16 @@ const fy = /* @__PURE__ */ V(ry, [["render", py]]), gy = {
15249
15245
  _y
15250
15246
  ];
15251
15247
  function wy(e, n, t, s, i, o) {
15252
- var f, p, g, C;
15248
+ var g, p, f, C;
15253
15249
  const d = Y, c = Ce, u = He;
15254
15250
  return l(), r("div", {
15255
15251
  class: _(["cmd-text-image-block flex-container", t.orientation])
15256
15252
  }, [
15257
- ((f = t.cmdHeadline) != null && f.headlineText || e.editModeContext) && t.headlinePosition === "aboveImage" && t.orientation === "vertical" ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
15253
+ ((g = t.cmdHeadline) != null && g.headlineText || e.editModeContext) && t.headlinePosition === "aboveImage" && t.orientation === "vertical" ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
15258
15254
  t.cmdImage ? (l(), w(c, {
15259
15255
  key: 1,
15260
15256
  image: (p = t.cmdImage) == null ? void 0 : p.image,
15261
- figcaption: (g = t.cmdImage) == null ? void 0 : g.figcaption,
15257
+ figcaption: (f = t.cmdImage) == null ? void 0 : f.figcaption,
15262
15258
  editModeConfig: { allowAddItem: !1 }
15263
15259
  }, null, 8, ["image", "figcaption"])) : m("", !0),
15264
15260
  a("div", {
@@ -15282,7 +15278,7 @@ function wy(e, n, t, s, i, o) {
15282
15278
  allowDeleteComponent: !!t.htmlContent
15283
15279
  }, {
15284
15280
  default: k((b) => [
15285
- b.editing ? Q((l(), r("textarea", {
15281
+ b.editing ? X((l(), r("textarea", {
15286
15282
  key: 0,
15287
15283
  class: _(["edit-mode", o.textAlign]),
15288
15284
  "onUpdate:modelValue": n[0] || (n[0] = (L) => i.editableHtmlContent = L),
@@ -15563,7 +15559,7 @@ const Oy = /* @__PURE__ */ V(vy, [["render", Sy]]), Ly = {
15563
15559
  };
15564
15560
  }
15565
15561
  };
15566
- function Ji(e, n) {
15562
+ function Ki(e, n) {
15567
15563
  return function() {
15568
15564
  return e.apply(n, arguments);
15569
15565
  };
@@ -15575,12 +15571,12 @@ const { toString: Iy } = Object.prototype, { getPrototypeOf: _n } = Object, Tt =
15575
15571
  function By(e) {
15576
15572
  return e !== null && !$e(e) && e.constructor !== null && !$e(e.constructor) && he(e.constructor.isBuffer) && e.constructor.isBuffer(e);
15577
15573
  }
15578
- const Yi = ge("ArrayBuffer");
15574
+ const Ji = ge("ArrayBuffer");
15579
15575
  function Fy(e) {
15580
15576
  let n;
15581
- return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? n = ArrayBuffer.isView(e) : n = e && e.buffer && Yi(e.buffer), n;
15577
+ return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? n = ArrayBuffer.isView(e) : n = e && e.buffer && Ji(e.buffer), n;
15582
15578
  }
15583
- const Dy = St("string"), he = St("function"), Zi = St("number"), Ot = (e) => e !== null && typeof e == "object", My = (e) => e === !0 || e === !1, ht = (e) => {
15579
+ const Dy = St("string"), he = St("function"), Yi = St("number"), Ot = (e) => e !== null && typeof e == "object", My = (e) => e === !0 || e === !1, ht = (e) => {
15584
15580
  if (Tt(e) !== "object")
15585
15581
  return !1;
15586
15582
  const n = _n(e);
@@ -15604,7 +15600,7 @@ function tt(e, n, { allOwnKeys: t = !1 } = {}) {
15604
15600
  c = o[s], n.call(null, e[c], c, e);
15605
15601
  }
15606
15602
  }
15607
- function Qi(e, n) {
15603
+ function Zi(e, n) {
15608
15604
  n = n.toLowerCase();
15609
15605
  const t = Object.keys(e);
15610
15606
  let s = t.length, i;
@@ -15613,10 +15609,10 @@ function Qi(e, n) {
15613
15609
  return i;
15614
15610
  return null;
15615
15611
  }
15616
- const Xi = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, $i = (e) => !$e(e) && e !== Xi;
15612
+ const Qi = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Xi = (e) => !$e(e) && e !== Qi;
15617
15613
  function Zt() {
15618
- const { caseless: e } = $i(this) && this || {}, n = {}, t = (s, i) => {
15619
- const o = e && Qi(n, i) || i;
15614
+ const { caseless: e } = Xi(this) && this || {}, n = {}, t = (s, i) => {
15615
+ const o = e && Zi(n, i) || i;
15620
15616
  ht(n[o]) && ht(s) ? n[o] = Zt(n[o], s) : ht(s) ? n[o] = Zt({}, s) : Ue(s) ? n[o] = s.slice() : n[o] = s;
15621
15617
  };
15622
15618
  for (let s = 0, i = arguments.length; s < i; s++)
@@ -15624,7 +15620,7 @@ function Zt() {
15624
15620
  return n;
15625
15621
  }
15626
15622
  const Wy = (e, n, t, { allOwnKeys: s } = {}) => (tt(n, (i, o) => {
15627
- t && he(i) ? e[o] = Ji(i, t) : e[o] = i;
15623
+ t && he(i) ? e[o] = Ki(i, t) : e[o] = i;
15628
15624
  }, { allOwnKeys: s }), e), Ky = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Jy = (e, n, t, s) => {
15629
15625
  e.prototype = Object.create(n.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
15630
15626
  value: n.prototype
@@ -15647,7 +15643,7 @@ const Wy = (e, n, t, { allOwnKeys: s } = {}) => (tt(n, (i, o) => {
15647
15643
  if (!e) return null;
15648
15644
  if (Ue(e)) return e;
15649
15645
  let n = e.length;
15650
- if (!Zi(n)) return null;
15646
+ if (!Yi(n)) return null;
15651
15647
  const t = new Array(n);
15652
15648
  for (; n-- > 0; )
15653
15649
  t[n] = e[n];
@@ -15670,14 +15666,14 @@ const Wy = (e, n, t, { allOwnKeys: s } = {}) => (tt(n, (i, o) => {
15670
15666
  function(t, s, i) {
15671
15667
  return s.toUpperCase() + i;
15672
15668
  }
15673
- ), Yn = (({ hasOwnProperty: e }) => (n, t) => e.call(n, t))(Object.prototype), ib = ge("RegExp"), eo = (e, n) => {
15669
+ ), Yn = (({ hasOwnProperty: e }) => (n, t) => e.call(n, t))(Object.prototype), ib = ge("RegExp"), $i = (e, n) => {
15674
15670
  const t = Object.getOwnPropertyDescriptors(e), s = {};
15675
15671
  tt(t, (i, o) => {
15676
15672
  let d;
15677
15673
  (d = n(i, o, e)) !== !1 && (s[o] = d || i);
15678
15674
  }), Object.defineProperties(e, s);
15679
15675
  }, ob = (e) => {
15680
- eo(e, (n, t) => {
15676
+ $i(e, (n, t) => {
15681
15677
  if (he(e) && ["arguments", "caller", "callee"].indexOf(t) !== -1)
15682
15678
  return !1;
15683
15679
  const s = e[t];
@@ -15699,11 +15695,11 @@ const Wy = (e, n, t, { allOwnKeys: s } = {}) => (tt(n, (i, o) => {
15699
15695
  };
15700
15696
  return Ue(e) ? s(e) : s(String(e).split(n)), t;
15701
15697
  }, sb = () => {
15702
- }, ab = (e, n) => e != null && Number.isFinite(e = +e) ? e : n, At = "abcdefghijklmnopqrstuvwxyz", Zn = "0123456789", to = {
15698
+ }, ab = (e, n) => e != null && Number.isFinite(e = +e) ? e : n, At = "abcdefghijklmnopqrstuvwxyz", Zn = "0123456789", eo = {
15703
15699
  DIGIT: Zn,
15704
15700
  ALPHA: At,
15705
15701
  ALPHA_DIGIT: At + At.toUpperCase() + Zn
15706
- }, rb = (e = 16, n = to.ALPHA_DIGIT) => {
15702
+ }, rb = (e = 16, n = eo.ALPHA_DIGIT) => {
15707
15703
  let t = "";
15708
15704
  const { length: s } = n;
15709
15705
  for (; e--; )
@@ -15732,12 +15728,12 @@ const cb = (e) => {
15732
15728
  return t(e, 0);
15733
15729
  }, ub = ge("AsyncFunction"), mb = (e) => e && (Ot(e) || he(e)) && he(e.then) && he(e.catch), O = {
15734
15730
  isArray: Ue,
15735
- isArrayBuffer: Yi,
15731
+ isArrayBuffer: Ji,
15736
15732
  isBuffer: By,
15737
15733
  isFormData: qy,
15738
15734
  isArrayBufferView: Fy,
15739
15735
  isString: Dy,
15740
- isNumber: Zi,
15736
+ isNumber: Yi,
15741
15737
  isBoolean: My,
15742
15738
  isObject: Ot,
15743
15739
  isPlainObject: ht,
@@ -15772,16 +15768,16 @@ const cb = (e) => {
15772
15768
  hasOwnProperty: Yn,
15773
15769
  hasOwnProp: Yn,
15774
15770
  // an alias to avoid ESLint no-prototype-builtins detection
15775
- reduceDescriptors: eo,
15771
+ reduceDescriptors: $i,
15776
15772
  freezeMethods: ob,
15777
15773
  toObjectSet: lb,
15778
15774
  toCamelCase: nb,
15779
15775
  noop: sb,
15780
15776
  toFiniteNumber: ab,
15781
- findKey: Qi,
15782
- global: Xi,
15783
- isContextDefined: $i,
15784
- ALPHABET: to,
15777
+ findKey: Zi,
15778
+ global: Qi,
15779
+ isContextDefined: Xi,
15780
+ ALPHABET: eo,
15785
15781
  generateString: rb,
15786
15782
  isSpecCompliantForm: db,
15787
15783
  toJSONObject: cb,
@@ -15812,7 +15808,7 @@ O.inherits(U, Error, {
15812
15808
  };
15813
15809
  }
15814
15810
  });
15815
- const no = U.prototype, io = {};
15811
+ const to = U.prototype, no = {};
15816
15812
  [
15817
15813
  "ERR_BAD_OPTION_VALUE",
15818
15814
  "ERR_BAD_OPTION",
@@ -15828,12 +15824,12 @@ const no = U.prototype, io = {};
15828
15824
  "ERR_INVALID_URL"
15829
15825
  // eslint-disable-next-line func-names
15830
15826
  ].forEach((e) => {
15831
- io[e] = { value: e };
15827
+ no[e] = { value: e };
15832
15828
  });
15833
- Object.defineProperties(U, io);
15834
- Object.defineProperty(no, "isAxiosError", { value: !0 });
15829
+ Object.defineProperties(U, no);
15830
+ Object.defineProperty(to, "isAxiosError", { value: !0 });
15835
15831
  U.from = (e, n, t, s, i, o) => {
15836
- const d = Object.create(no);
15832
+ const d = Object.create(to);
15837
15833
  return O.toFlatObject(e, d, function(u) {
15838
15834
  return u !== Error.prototype;
15839
15835
  }, (c) => c !== "isAxiosError"), U.call(d, e.message, n, t, s, i), d.cause = e, d.name = e.name, o && Object.assign(d, o), d;
@@ -15842,12 +15838,12 @@ const hb = null;
15842
15838
  function Qt(e) {
15843
15839
  return O.isPlainObject(e) || O.isArray(e);
15844
15840
  }
15845
- function oo(e) {
15841
+ function io(e) {
15846
15842
  return O.endsWith(e, "[]") ? e.slice(0, -2) : e;
15847
15843
  }
15848
15844
  function Qn(e, n, t) {
15849
15845
  return e ? e.concat(n).map(function(i, o) {
15850
- return i = oo(i), !t && o ? "[" + i + "]" : i;
15846
+ return i = io(i), !t && o ? "[" + i + "]" : i;
15851
15847
  }).join(t ? "." : "") : n;
15852
15848
  }
15853
15849
  function pb(e) {
@@ -15869,7 +15865,7 @@ function Lt(e, n, t) {
15869
15865
  const s = t.metaTokens, i = t.visitor || p, o = t.dots, d = t.indexes, u = (t.Blob || typeof Blob < "u" && Blob) && O.isSpecCompliantForm(n);
15870
15866
  if (!O.isFunction(i))
15871
15867
  throw new TypeError("visitor must be a function");
15872
- function f(L) {
15868
+ function g(L) {
15873
15869
  if (L === null) return "";
15874
15870
  if (O.isDate(L))
15875
15871
  return L.toISOString();
@@ -15883,26 +15879,26 @@ function Lt(e, n, t) {
15883
15879
  if (O.endsWith(v, "{}"))
15884
15880
  v = s ? v : v.slice(0, -2), L = JSON.stringify(L);
15885
15881
  else if (O.isArray(L) && pb(L) || (O.isFileList(L) || O.endsWith(v, "[]")) && (F = O.toArray(L)))
15886
- return v = oo(v), F.forEach(function(M, G) {
15882
+ return v = io(v), F.forEach(function(M, G) {
15887
15883
  !(O.isUndefined(M) || M === null) && n.append(
15888
15884
  // eslint-disable-next-line no-nested-ternary
15889
15885
  d === !0 ? Qn([v], G, o) : d === null ? v : v + "[]",
15890
- f(M)
15886
+ g(M)
15891
15887
  );
15892
15888
  }), !1;
15893
15889
  }
15894
- return Qt(L) ? !0 : (n.append(Qn(B, v, o), f(L)), !1);
15890
+ return Qt(L) ? !0 : (n.append(Qn(B, v, o), g(L)), !1);
15895
15891
  }
15896
- const g = [], C = Object.assign(fb, {
15892
+ const f = [], C = Object.assign(fb, {
15897
15893
  defaultVisitor: p,
15898
- convertValue: f,
15894
+ convertValue: g,
15899
15895
  isVisitable: Qt
15900
15896
  });
15901
15897
  function b(L, v) {
15902
15898
  if (!O.isUndefined(L)) {
15903
- if (g.indexOf(L) !== -1)
15899
+ if (f.indexOf(L) !== -1)
15904
15900
  throw Error("Circular reference detected in " + v.join("."));
15905
- g.push(L), O.forEach(L, function(F, D) {
15901
+ f.push(L), O.forEach(L, function(F, D) {
15906
15902
  (!(O.isUndefined(F) || F === null) && i.call(
15907
15903
  n,
15908
15904
  F,
@@ -15910,7 +15906,7 @@ function Lt(e, n, t) {
15910
15906
  v,
15911
15907
  C
15912
15908
  )) === !0 && b(F, v ? v.concat(D) : [D]);
15913
- }), g.pop();
15909
+ }), f.pop();
15914
15910
  }
15915
15911
  }
15916
15912
  if (!O.isObject(e))
@@ -15934,11 +15930,11 @@ function Xn(e) {
15934
15930
  function Cn(e, n) {
15935
15931
  this._pairs = [], e && Lt(e, this, n);
15936
15932
  }
15937
- const lo = Cn.prototype;
15938
- lo.append = function(n, t) {
15933
+ const oo = Cn.prototype;
15934
+ oo.append = function(n, t) {
15939
15935
  this._pairs.push([n, t]);
15940
15936
  };
15941
- lo.toString = function(n) {
15937
+ oo.toString = function(n) {
15942
15938
  const t = n ? function(s) {
15943
15939
  return n.call(this, s, Xn);
15944
15940
  } : Xn;
@@ -15949,7 +15945,7 @@ lo.toString = function(n) {
15949
15945
  function gb(e) {
15950
15946
  return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
15951
15947
  }
15952
- function so(e, n, t) {
15948
+ function lo(e, n, t) {
15953
15949
  if (!n)
15954
15950
  return e;
15955
15951
  const s = t && t.encode || gb, i = t && t.serialize;
@@ -16014,7 +16010,7 @@ class $n {
16014
16010
  });
16015
16011
  }
16016
16012
  }
16017
- const ao = {
16013
+ const so = {
16018
16014
  silentJSONParsing: !0,
16019
16015
  forcedJSONParsing: !0,
16020
16016
  clarifyTimeoutError: !1
@@ -16056,7 +16052,7 @@ function Ob(e) {
16056
16052
  o = t[s], n[o] = e[o];
16057
16053
  return n;
16058
16054
  }
16059
- function ro(e) {
16055
+ function ao(e) {
16060
16056
  function n(t, s, i, o) {
16061
16057
  let d = t[o++];
16062
16058
  if (d === "__proto__") return !0;
@@ -16082,12 +16078,12 @@ function Lb(e, n, t) {
16082
16078
  return (0, JSON.stringify)(e);
16083
16079
  }
16084
16080
  const nt = {
16085
- transitional: ao,
16081
+ transitional: so,
16086
16082
  adapter: ["xhr", "http", "fetch"],
16087
16083
  transformRequest: [function(n, t) {
16088
16084
  const s = t.getContentType() || "", i = s.indexOf("application/json") > -1, o = O.isObject(n);
16089
16085
  if (o && O.isHTMLForm(n) && (n = new FormData(n)), O.isFormData(n))
16090
- return i ? JSON.stringify(ro(n)) : n;
16086
+ return i ? JSON.stringify(ao(n)) : n;
16091
16087
  if (O.isArrayBuffer(n) || O.isBuffer(n) || O.isStream(n) || O.isFile(n) || O.isBlob(n) || O.isReadableStream(n))
16092
16088
  return n;
16093
16089
  if (O.isArrayBufferView(n))
@@ -16220,14 +16216,14 @@ class de {
16220
16216
  }
16221
16217
  set(n, t, s) {
16222
16218
  const i = this;
16223
- function o(c, u, f) {
16219
+ function o(c, u, g) {
16224
16220
  const p = Ke(u);
16225
16221
  if (!p)
16226
16222
  throw new Error("header name must be a non-empty string");
16227
- const g = O.findKey(i, p);
16228
- (!g || i[g] === void 0 || f === !0 || f === void 0 && i[g] !== !1) && (i[g || u] = pt(c));
16223
+ const f = O.findKey(i, p);
16224
+ (!f || i[f] === void 0 || g === !0 || g === void 0 && i[f] !== !1) && (i[f || u] = pt(c));
16229
16225
  }
16230
- const d = (c, u) => O.forEach(c, (f, p) => o(f, p, u));
16226
+ const d = (c, u) => O.forEach(c, (g, p) => o(g, p, u));
16231
16227
  if (O.isPlainObject(n) || n instanceof this.constructor)
16232
16228
  d(n, t);
16233
16229
  else if (O.isString(n) && (n = n.trim()) && !Db(n))
@@ -16350,7 +16346,7 @@ function Ht(e, n) {
16350
16346
  o = c.call(t, o, i.normalize(), n ? n.status : void 0);
16351
16347
  }), i.normalize(), o;
16352
16348
  }
16353
- function co(e) {
16349
+ function ro(e) {
16354
16350
  return !!(e && e.__CANCEL__);
16355
16351
  }
16356
16352
  function je(e, n, t) {
@@ -16359,7 +16355,7 @@ function je(e, n, t) {
16359
16355
  O.inherits(je, U, {
16360
16356
  __CANCEL__: !0
16361
16357
  });
16362
- function uo(e, n, t) {
16358
+ function co(e, n, t) {
16363
16359
  const s = t.config.validateStatus;
16364
16360
  !t.status || !s || s(t.status) ? e(t) : n(new U(
16365
16361
  "Request failed with status code " + t.status,
@@ -16378,14 +16374,14 @@ function Ab(e, n) {
16378
16374
  const t = new Array(e), s = new Array(e);
16379
16375
  let i = 0, o = 0, d;
16380
16376
  return n = n !== void 0 ? n : 1e3, function(u) {
16381
- const f = Date.now(), p = s[o];
16382
- d || (d = f), t[i] = u, s[i] = f;
16383
- let g = o, C = 0;
16384
- for (; g !== i; )
16385
- C += t[g++], g = g % e;
16386
- if (i = (i + 1) % e, i === o && (o = (o + 1) % e), f - d < n)
16377
+ const g = Date.now(), p = s[o];
16378
+ d || (d = g), t[i] = u, s[i] = g;
16379
+ let f = o, C = 0;
16380
+ for (; f !== i; )
16381
+ C += t[f++], f = f % e;
16382
+ if (i = (i + 1) % e, i === o && (o = (o + 1) % e), g - d < n)
16387
16383
  return;
16388
- const b = p && f - p;
16384
+ const b = p && g - p;
16389
16385
  return b ? Math.round(C * 1e3 / b) : void 0;
16390
16386
  };
16391
16387
  }
@@ -16404,19 +16400,19 @@ const yt = (e, n, t = 3) => {
16404
16400
  let s = 0;
16405
16401
  const i = Ab(50, 250);
16406
16402
  return Eb((o) => {
16407
- const d = o.loaded, c = o.lengthComputable ? o.total : void 0, u = d - s, f = i(u), p = d <= c;
16403
+ const d = o.loaded, c = o.lengthComputable ? o.total : void 0, u = d - s, g = i(u), p = d <= c;
16408
16404
  s = d;
16409
- const g = {
16405
+ const f = {
16410
16406
  loaded: d,
16411
16407
  total: c,
16412
16408
  progress: c ? d / c : void 0,
16413
16409
  bytes: u,
16414
- rate: f || void 0,
16415
- estimated: f && c && p ? (c - d) / f : void 0,
16410
+ rate: g || void 0,
16411
+ estimated: g && c && p ? (c - d) / g : void 0,
16416
16412
  event: o,
16417
16413
  lengthComputable: c != null
16418
16414
  };
16419
- g[n ? "download" : "upload"] = !0, e(g);
16415
+ f[n ? "download" : "upload"] = !0, e(f);
16420
16416
  }, t);
16421
16417
  }, Hb = fe.hasStandardBrowserEnv ? (
16422
16418
  // Standard browser envs have full support of the APIs needed to test
@@ -16482,37 +16478,37 @@ function Rb(e) {
16482
16478
  function Nb(e, n) {
16483
16479
  return n ? e.replace(/\/?\/$/, "") + "/" + n.replace(/^\/+/, "") : e;
16484
16480
  }
16485
- function mo(e, n) {
16481
+ function uo(e, n) {
16486
16482
  return e && !Rb(n) ? Nb(e, n) : n;
16487
16483
  }
16488
16484
  const ti = (e) => e instanceof de ? { ...e } : e;
16489
16485
  function Ee(e, n) {
16490
16486
  n = n || {};
16491
16487
  const t = {};
16492
- function s(f, p, g) {
16493
- return O.isPlainObject(f) && O.isPlainObject(p) ? O.merge.call({ caseless: g }, f, p) : O.isPlainObject(p) ? O.merge({}, p) : O.isArray(p) ? p.slice() : p;
16488
+ function s(g, p, f) {
16489
+ return O.isPlainObject(g) && O.isPlainObject(p) ? O.merge.call({ caseless: f }, g, p) : O.isPlainObject(p) ? O.merge({}, p) : O.isArray(p) ? p.slice() : p;
16494
16490
  }
16495
- function i(f, p, g) {
16491
+ function i(g, p, f) {
16496
16492
  if (O.isUndefined(p)) {
16497
- if (!O.isUndefined(f))
16498
- return s(void 0, f, g);
16499
- } else return s(f, p, g);
16493
+ if (!O.isUndefined(g))
16494
+ return s(void 0, g, f);
16495
+ } else return s(g, p, f);
16500
16496
  }
16501
- function o(f, p) {
16497
+ function o(g, p) {
16502
16498
  if (!O.isUndefined(p))
16503
16499
  return s(void 0, p);
16504
16500
  }
16505
- function d(f, p) {
16501
+ function d(g, p) {
16506
16502
  if (O.isUndefined(p)) {
16507
- if (!O.isUndefined(f))
16508
- return s(void 0, f);
16503
+ if (!O.isUndefined(g))
16504
+ return s(void 0, g);
16509
16505
  } else return s(void 0, p);
16510
16506
  }
16511
- function c(f, p, g) {
16512
- if (g in n)
16513
- return s(f, p);
16514
- if (g in e)
16515
- return s(void 0, f);
16507
+ function c(g, p, f) {
16508
+ if (f in n)
16509
+ return s(g, p);
16510
+ if (f in e)
16511
+ return s(void 0, g);
16516
16512
  }
16517
16513
  const u = {
16518
16514
  url: o,
@@ -16543,17 +16539,17 @@ function Ee(e, n) {
16543
16539
  socketPath: d,
16544
16540
  responseEncoding: d,
16545
16541
  validateStatus: c,
16546
- headers: (f, p) => i(ti(f), ti(p), !0)
16542
+ headers: (g, p) => i(ti(g), ti(p), !0)
16547
16543
  };
16548
16544
  return O.forEach(Object.keys(Object.assign({}, e, n)), function(p) {
16549
- const g = u[p] || i, C = g(e[p], n[p], p);
16550
- O.isUndefined(C) && g !== c || (t[p] = C);
16545
+ const f = u[p] || i, C = f(e[p], n[p], p);
16546
+ O.isUndefined(C) && f !== c || (t[p] = C);
16551
16547
  }), t;
16552
16548
  }
16553
- const ho = (e) => {
16549
+ const mo = (e) => {
16554
16550
  const n = Ee({}, e);
16555
16551
  let { data: t, withXSRFToken: s, xsrfHeaderName: i, xsrfCookieName: o, headers: d, auth: c } = n;
16556
- n.headers = d = de.from(d), n.url = so(mo(n.baseURL, n.url), e.params, e.paramsSerializer), c && d.set(
16552
+ n.headers = d = de.from(d), n.url = lo(uo(n.baseURL, n.url), e.params, e.paramsSerializer), c && d.set(
16557
16553
  "Authorization",
16558
16554
  "Basic " + btoa((c.username || "") + ":" + (c.password ? unescape(encodeURIComponent(c.password)) : ""))
16559
16555
  );
@@ -16562,27 +16558,27 @@ const ho = (e) => {
16562
16558
  if (fe.hasStandardBrowserEnv || fe.hasStandardBrowserWebWorkerEnv)
16563
16559
  d.setContentType(void 0);
16564
16560
  else if ((u = d.getContentType()) !== !1) {
16565
- const [f, ...p] = u ? u.split(";").map((g) => g.trim()).filter(Boolean) : [];
16566
- d.setContentType([f || "multipart/form-data", ...p].join("; "));
16561
+ const [g, ...p] = u ? u.split(";").map((f) => f.trim()).filter(Boolean) : [];
16562
+ d.setContentType([g || "multipart/form-data", ...p].join("; "));
16567
16563
  }
16568
16564
  }
16569
16565
  if (fe.hasStandardBrowserEnv && (s && O.isFunction(s) && (s = s(n)), s || s !== !1 && Hb(n.url))) {
16570
- const f = i && o && qb.read(o);
16571
- f && d.set(i, f);
16566
+ const g = i && o && qb.read(o);
16567
+ g && d.set(i, g);
16572
16568
  }
16573
16569
  return n;
16574
16570
  }, Ub = typeof XMLHttpRequest < "u", jb = Ub && function(e) {
16575
16571
  return new Promise(function(t, s) {
16576
- const i = ho(e);
16572
+ const i = mo(e);
16577
16573
  let o = i.data;
16578
16574
  const d = de.from(i.headers).normalize();
16579
16575
  let { responseType: c } = i, u;
16580
- function f() {
16576
+ function g() {
16581
16577
  i.cancelToken && i.cancelToken.unsubscribe(u), i.signal && i.signal.removeEventListener("abort", u);
16582
16578
  }
16583
16579
  let p = new XMLHttpRequest();
16584
16580
  p.open(i.method.toUpperCase(), i.url, !0), p.timeout = i.timeout;
16585
- function g() {
16581
+ function f() {
16586
16582
  if (!p)
16587
16583
  return;
16588
16584
  const b = de.from(
@@ -16595,21 +16591,21 @@ const ho = (e) => {
16595
16591
  config: e,
16596
16592
  request: p
16597
16593
  };
16598
- uo(function(F) {
16599
- t(F), f();
16594
+ co(function(F) {
16595
+ t(F), g();
16600
16596
  }, function(F) {
16601
- s(F), f();
16597
+ s(F), g();
16602
16598
  }, v), p = null;
16603
16599
  }
16604
- "onloadend" in p ? p.onloadend = g : p.onreadystatechange = function() {
16605
- !p || p.readyState !== 4 || p.status === 0 && !(p.responseURL && p.responseURL.indexOf("file:") === 0) || setTimeout(g);
16600
+ "onloadend" in p ? p.onloadend = f : p.onreadystatechange = function() {
16601
+ !p || p.readyState !== 4 || p.status === 0 && !(p.responseURL && p.responseURL.indexOf("file:") === 0) || setTimeout(f);
16606
16602
  }, p.onabort = function() {
16607
16603
  p && (s(new U("Request aborted", U.ECONNABORTED, i, p)), p = null);
16608
16604
  }, p.onerror = function() {
16609
16605
  s(new U("Network Error", U.ERR_NETWORK, i, p)), p = null;
16610
16606
  }, p.ontimeout = function() {
16611
16607
  let L = i.timeout ? "timeout of " + i.timeout + "ms exceeded" : "timeout exceeded";
16612
- const v = i.transitional || ao;
16608
+ const v = i.transitional || so;
16613
16609
  i.timeoutErrorMessage && (L = i.timeoutErrorMessage), s(new U(
16614
16610
  L,
16615
16611
  v.clarifyTimeoutError ? U.ETIMEDOUT : U.ECONNABORTED,
@@ -16633,8 +16629,8 @@ const ho = (e) => {
16633
16629
  const i = function(u) {
16634
16630
  if (!s) {
16635
16631
  s = !0, d();
16636
- const f = u instanceof Error ? u : this.reason;
16637
- t.abort(f instanceof U ? f : new je(f instanceof Error ? f.message : f));
16632
+ const g = u instanceof Error ? u : this.reason;
16633
+ t.abort(g instanceof U ? g : new je(g instanceof Error ? g.message : g));
16638
16634
  }
16639
16635
  };
16640
16636
  let o = n && setTimeout(() => {
@@ -16668,13 +16664,13 @@ const ho = (e) => {
16668
16664
  return new ReadableStream({
16669
16665
  type: "bytes",
16670
16666
  async pull(c) {
16671
- const { done: u, value: f } = await o.next();
16667
+ const { done: u, value: g } = await o.next();
16672
16668
  if (u) {
16673
16669
  c.close(), s();
16674
16670
  return;
16675
16671
  }
16676
- let p = f.byteLength;
16677
- t && t(d += p), c.enqueue(new Uint8Array(f));
16672
+ let p = g.byteLength;
16673
+ t && t(d += p), c.enqueue(new Uint8Array(g));
16678
16674
  },
16679
16675
  cancel(c) {
16680
16676
  return s(c), o.return();
@@ -16689,7 +16685,7 @@ const ho = (e) => {
16689
16685
  total: e,
16690
16686
  loaded: s
16691
16687
  }));
16692
- }, It = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", po = It && typeof ReadableStream == "function", Xt = It && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (n) => e.encode(n))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), Kb = po && (() => {
16688
+ }, It = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", ho = It && typeof ReadableStream == "function", Xt = It && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (n) => e.encode(n))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), Kb = ho && (() => {
16693
16689
  let e = !1;
16694
16690
  const n = new Request(fe.origin, {
16695
16691
  body: new ReadableStream(),
@@ -16699,7 +16695,7 @@ const ho = (e) => {
16699
16695
  }
16700
16696
  }).headers.has("Content-Type");
16701
16697
  return e && !n;
16702
- })(), oi = 64 * 1024, $t = po && !!(() => {
16698
+ })(), oi = 64 * 1024, $t = ho && !!(() => {
16703
16699
  try {
16704
16700
  return O.isReadableStream(new Response("").body);
16705
16701
  } catch {
@@ -16738,12 +16734,12 @@ const Jb = async (e) => {
16738
16734
  timeout: d,
16739
16735
  onDownloadProgress: c,
16740
16736
  onUploadProgress: u,
16741
- responseType: f,
16737
+ responseType: g,
16742
16738
  headers: p,
16743
- withCredentials: g = "same-origin",
16739
+ withCredentials: f = "same-origin",
16744
16740
  fetchOptions: C
16745
- } = ho(e);
16746
- f = f ? (f + "").toLowerCase() : "text";
16741
+ } = mo(e);
16742
+ g = g ? (g + "").toLowerCase() : "text";
16747
16743
  let [b, L] = i || o || d ? zb([i, o], d) : [], v, B;
16748
16744
  const F = () => {
16749
16745
  !v && setTimeout(() => {
@@ -16763,17 +16759,17 @@ const Jb = async (e) => {
16763
16759
  yt(u)
16764
16760
  ), null, Xt));
16765
16761
  }
16766
- O.isString(g) || (g = g ? "cors" : "omit"), B = new Request(n, {
16762
+ O.isString(f) || (f = f ? "cors" : "omit"), B = new Request(n, {
16767
16763
  ...C,
16768
16764
  signal: b,
16769
16765
  method: t.toUpperCase(),
16770
16766
  headers: p.normalize().toJSON(),
16771
16767
  body: s,
16772
16768
  duplex: "half",
16773
- withCredentials: g
16769
+ withCredentials: f
16774
16770
  });
16775
16771
  let M = await fetch(B);
16776
- const G = $t && (f === "stream" || f === "response");
16772
+ const G = $t && (g === "stream" || g === "response");
16777
16773
  if ($t && (c || G)) {
16778
16774
  const P = {};
16779
16775
  ["status", "statusText", "headers"].forEach((J) => {
@@ -16788,10 +16784,10 @@ const Jb = async (e) => {
16788
16784
  P
16789
16785
  );
16790
16786
  }
16791
- f = f || "text";
16792
- let j = await bt[O.findKey(bt, f) || "text"](M, e);
16787
+ g = g || "text";
16788
+ let j = await bt[O.findKey(bt, g) || "text"](M, e);
16793
16789
  return !G && F(), L && L(), await new Promise((P, N) => {
16794
- uo(P, N, {
16790
+ co(P, N, {
16795
16791
  data: j,
16796
16792
  headers: de.from(M.headers),
16797
16793
  status: M.status,
@@ -16822,7 +16818,7 @@ O.forEach(en, (e, n) => {
16822
16818
  Object.defineProperty(e, "adapterName", { value: n });
16823
16819
  }
16824
16820
  });
16825
- const li = (e) => `- ${e}`, Qb = (e) => O.isFunction(e) || e === null || e === !1, fo = {
16821
+ const li = (e) => `- ${e}`, Qb = (e) => O.isFunction(e) || e === null || e === !1, po = {
16826
16822
  getAdapter: (e) => {
16827
16823
  e = O.isArray(e) ? e : [e];
16828
16824
  const { length: n } = e;
@@ -16861,21 +16857,21 @@ function si(e) {
16861
16857
  return qt(e), e.headers = de.from(e.headers), e.data = Ht.call(
16862
16858
  e,
16863
16859
  e.transformRequest
16864
- ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), fo.getAdapter(e.adapter || nt.adapter)(e).then(function(s) {
16860
+ ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), po.getAdapter(e.adapter || nt.adapter)(e).then(function(s) {
16865
16861
  return qt(e), s.data = Ht.call(
16866
16862
  e,
16867
16863
  e.transformResponse,
16868
16864
  s
16869
16865
  ), s.headers = de.from(s.headers), s;
16870
16866
  }, function(s) {
16871
- return co(s) || (qt(e), s && s.response && (s.response.data = Ht.call(
16867
+ return ro(s) || (qt(e), s && s.response && (s.response.data = Ht.call(
16872
16868
  e,
16873
16869
  e.transformResponse,
16874
16870
  s.response
16875
16871
  ), s.response.headers = de.from(s.response.headers))), Promise.reject(s);
16876
16872
  });
16877
16873
  }
16878
- const go = "1.7.2", kn = {};
16874
+ const fo = "1.7.2", kn = {};
16879
16875
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((e, n) => {
16880
16876
  kn[e] = function(s) {
16881
16877
  return typeof s === e || "a" + (n < 1 ? "n " : " ") + e;
@@ -16884,7 +16880,7 @@ const go = "1.7.2", kn = {};
16884
16880
  const ai = {};
16885
16881
  kn.transitional = function(n, t, s) {
16886
16882
  function i(o, d) {
16887
- return "[Axios v" + go + "] Transitional option '" + o + "'" + d + (s ? ". " + s : "");
16883
+ return "[Axios v" + fo + "] Transitional option '" + o + "'" + d + (s ? ". " + s : "");
16888
16884
  }
16889
16885
  return (o, d, c) => {
16890
16886
  if (n === !1)
@@ -16981,21 +16977,21 @@ class Ve {
16981
16977
  this.interceptors.request.forEach(function(v) {
16982
16978
  typeof v.runWhen == "function" && v.runWhen(t) === !1 || (u = u && v.synchronous, c.unshift(v.fulfilled, v.rejected));
16983
16979
  });
16984
- const f = [];
16980
+ const g = [];
16985
16981
  this.interceptors.response.forEach(function(v) {
16986
- f.push(v.fulfilled, v.rejected);
16982
+ g.push(v.fulfilled, v.rejected);
16987
16983
  });
16988
- let p, g = 0, C;
16984
+ let p, f = 0, C;
16989
16985
  if (!u) {
16990
16986
  const L = [si.bind(this), void 0];
16991
- for (L.unshift.apply(L, c), L.push.apply(L, f), C = L.length, p = Promise.resolve(t); g < C; )
16992
- p = p.then(L[g++], L[g++]);
16987
+ for (L.unshift.apply(L, c), L.push.apply(L, g), C = L.length, p = Promise.resolve(t); f < C; )
16988
+ p = p.then(L[f++], L[f++]);
16993
16989
  return p;
16994
16990
  }
16995
16991
  C = c.length;
16996
16992
  let b = t;
16997
- for (g = 0; g < C; ) {
16998
- const L = c[g++], v = c[g++];
16993
+ for (f = 0; f < C; ) {
16994
+ const L = c[f++], v = c[f++];
16999
16995
  try {
17000
16996
  b = L(b);
17001
16997
  } catch (B) {
@@ -17008,14 +17004,14 @@ class Ve {
17008
17004
  } catch (L) {
17009
17005
  return Promise.reject(L);
17010
17006
  }
17011
- for (g = 0, C = f.length; g < C; )
17012
- p = p.then(f[g++], f[g++]);
17007
+ for (f = 0, C = g.length; f < C; )
17008
+ p = p.then(g[f++], g[f++]);
17013
17009
  return p;
17014
17010
  }
17015
17011
  getUri(n) {
17016
17012
  n = Ee(this.defaults, n);
17017
- const t = mo(n.baseURL, n.url);
17018
- return so(t, n.params, n.paramsSerializer);
17013
+ const t = uo(n.baseURL, n.url);
17014
+ return lo(t, n.params, n.paramsSerializer);
17019
17015
  }
17020
17016
  }
17021
17017
  O.forEach(["delete", "get", "head", "options"], function(n) {
@@ -17185,32 +17181,32 @@ const nn = {
17185
17181
  Object.entries(nn).forEach(([e, n]) => {
17186
17182
  nn[n] = e;
17187
17183
  });
17188
- function yo(e) {
17189
- const n = new Ve(e), t = Ji(Ve.prototype.request, n);
17184
+ function go(e) {
17185
+ const n = new Ve(e), t = Ki(Ve.prototype.request, n);
17190
17186
  return O.extend(t, Ve.prototype, n, { allOwnKeys: !0 }), O.extend(t, n, null, { allOwnKeys: !0 }), t.create = function(i) {
17191
- return yo(Ee(e, i));
17187
+ return go(Ee(e, i));
17192
17188
  }, t;
17193
17189
  }
17194
- const X = yo(nt);
17195
- X.Axios = Ve;
17196
- X.CanceledError = je;
17197
- X.CancelToken = vn;
17198
- X.isCancel = co;
17199
- X.VERSION = go;
17200
- X.toFormData = Lt;
17201
- X.AxiosError = U;
17202
- X.Cancel = X.CanceledError;
17203
- X.all = function(n) {
17190
+ const Q = go(nt);
17191
+ Q.Axios = Ve;
17192
+ Q.CanceledError = je;
17193
+ Q.CancelToken = vn;
17194
+ Q.isCancel = ro;
17195
+ Q.VERSION = fo;
17196
+ Q.toFormData = Lt;
17197
+ Q.AxiosError = U;
17198
+ Q.Cancel = Q.CanceledError;
17199
+ Q.all = function(n) {
17204
17200
  return Promise.all(n);
17205
17201
  };
17206
- X.spread = $b;
17207
- X.isAxiosError = ex;
17208
- X.mergeConfig = Ee;
17209
- X.AxiosHeaders = de;
17210
- X.formToJSON = (e) => ro(O.isHTMLForm(e) ? new FormData(e) : e);
17211
- X.getAdapter = fo.getAdapter;
17212
- X.HttpStatusCode = nn;
17213
- X.default = X;
17202
+ Q.spread = $b;
17203
+ Q.isAxiosError = ex;
17204
+ Q.mergeConfig = Ee;
17205
+ Q.AxiosHeaders = de;
17206
+ Q.formToJSON = (e) => ao(O.isHTMLForm(e) ? new FormData(e) : e);
17207
+ Q.getAdapter = po.getAdapter;
17208
+ Q.HttpStatusCode = nn;
17209
+ Q.default = Q;
17214
17210
  const tx = {
17215
17211
  name: "CmdUploadForm",
17216
17212
  emits: ["click", "error", "upload-complete", "upload-file-success"],
@@ -17724,7 +17720,7 @@ const tx = {
17724
17720
  return n.abortController = new AbortController(), t.set(
17725
17721
  this.uploadOptions.filesParam ? this.uploadOptions.filesParam : "files",
17726
17722
  n.file
17727
- ), X.post(e, t, {
17723
+ ), Q.post(e, t, {
17728
17724
  signal: n.abortController.signal,
17729
17725
  onUploadProgress: (s) => this.onUploadProgress(s, n)
17730
17726
  }).then((s) => (this.$emit("upload-file-success", n), s)).then((s) => {
@@ -17768,11 +17764,11 @@ const tx = {
17768
17764
  class: "progressbar"
17769
17765
  }, Fx = ["value", "title"];
17770
17766
  function Dx(e, n, t, s, i, o) {
17771
- const d = Y, c = et, u = W, f = te;
17767
+ const d = Y, c = et, u = W, g = te;
17772
17768
  return l(), r(S, null, [
17773
17769
  t.advancedMode ? (l(), r("fieldset", {
17774
17770
  key: 0,
17775
- class: _(["cmd-upload-form flex-container", { "upload-initiated": i.uploadInitiated }])
17771
+ class: _(["cmd-upload-form flex-container vertical", { "upload-initiated": i.uploadInitiated }])
17776
17772
  }, [
17777
17773
  a("legend", {
17778
17774
  class: _({ hidden: !t.legend.show, "align-left": t.legend.align === "left" })
@@ -17786,7 +17782,7 @@ function Dx(e, n, t, s, i, o) {
17786
17782
  }, {
17787
17783
  default: k(() => [
17788
17784
  o.allSystemMessages.length > 1 ? (l(), r("ul", nx, [
17789
- (l(!0), r(S, null, q(o.allSystemMessages, (p, g) => (l(), r("li", { key: g }, y(p), 1))), 128))
17785
+ (l(!0), r(S, null, q(o.allSystemMessages, (p, f) => (l(), r("li", { key: f }, y(p), 1))), 128))
17790
17786
  ])) : m("", !0)
17791
17787
  ]),
17792
17788
  _: 1
@@ -17845,14 +17841,14 @@ function Dx(e, n, t, s, i, o) {
17845
17841
  _: 1
17846
17842
  }, 16),
17847
17843
  a("ul", mx, [
17848
- (l(!0), r(S, null, q(i.listOfFiles, (p, g) => (l(), r("li", {
17849
- key: g,
17844
+ (l(!0), r(S, null, q(i.listOfFiles, (p, f) => (l(), r("li", {
17845
+ key: f,
17850
17846
  class: "flex-container no-flex"
17851
17847
  }, [
17852
17848
  a("a", {
17853
17849
  href: "#",
17854
17850
  title: e.getMessage("upload_form.labeltext.remove_file_from_list", p.file.name),
17855
- onClick: T((C) => o.removeFile(g), ["prevent"])
17851
+ onClick: T((C) => o.removeFile(f), ["prevent"])
17856
17852
  }, [
17857
17853
  h(u, R(xe(t.iconDelete)), null, 16)
17858
17854
  ], 8, hx),
@@ -17939,8 +17935,8 @@ function Dx(e, n, t, s, i, o) {
17939
17935
  }, {
17940
17936
  default: k(() => [
17941
17937
  i.showListOfFileExtensions ? (l(), r("ul", Cx, [
17942
- (l(!0), r(S, null, q(t.allowedFileExtensions, (p, g) => (l(), r("li", {
17943
- key: g,
17938
+ (l(!0), r(S, null, q(t.allowedFileExtensions, (p, f) => (l(), r("li", {
17939
+ key: f,
17944
17940
  class: _({ error: i.errors.fileType })
17945
17941
  }, y(p), 3))), 128))
17946
17942
  ])) : m("", !0)
@@ -17981,7 +17977,7 @@ function Dx(e, n, t, s, i, o) {
17981
17977
  ], 2)) : m("", !0)
17982
17978
  ])
17983
17979
  ], 16),
17984
- t.enableComment ? (l(), w(f, {
17980
+ t.enableComment ? (l(), w(g, {
17985
17981
  key: 2,
17986
17982
  element: "textarea",
17987
17983
  labelText: e.getMessage("upload_form.labeltext.comment"),
@@ -18054,7 +18050,7 @@ function Dx(e, n, t, s, i, o) {
18054
18050
  a("small", null, y(e.getMessage("upload_form.allowed_file_types")) + " " + y(t.allowedFileExtensions), 1)
18055
18051
  ])
18056
18052
  ], 16)),
18057
- h(f, {
18053
+ h(g, {
18058
18054
  element: "input",
18059
18055
  type: "file",
18060
18056
  labelText: e.getMessage("upload_form.labeltext.select_files"),
@@ -18199,7 +18195,7 @@ function Ex(e, n, t, s, i, o) {
18199
18195
  ], 64))
18200
18196
  ], 2);
18201
18197
  }
18202
- const bo = /* @__PURE__ */ V(Vx, [["render", Ex]]), Hx = {
18198
+ const yo = /* @__PURE__ */ V(Vx, [["render", Ex]]), Hx = {
18203
18199
  name: "ComponentSettings",
18204
18200
  data() {
18205
18201
  return {
@@ -18312,7 +18308,7 @@ function qx(e, n, t, s, i, o) {
18312
18308
  colored: !0,
18313
18309
  selectOptions: o.selectOptions(u),
18314
18310
  modelValue: u.value,
18315
- "onUpdate:modelValue": (f) => o.onUpdateProperty(u.name, f)
18311
+ "onUpdate:modelValue": (g) => o.onUpdateProperty(u.name, g)
18316
18312
  }, null, 8, ["element", "type", "labelText", "placeholder", "toggleSwitch", "selectOptions", "modelValue", "onUpdate:modelValue"]))), 128))
18317
18313
  ]),
18318
18314
  _: 1
@@ -18328,19 +18324,19 @@ const Rx = /* @__PURE__ */ V(Hx, [["render", qx]]), Nx = {
18328
18324
  }
18329
18325
  }, Ux = { class: "cmd-page-multiple-box-wrapper flex-container vertical" };
18330
18326
  function jx(e, n, t, s, i, o) {
18331
- const d = bn, c = Vi;
18327
+ const d = bn, c = Mi;
18332
18328
  return l(), r("div", Ux, [
18333
- (l(!0), r(S, null, q(t.segments, (u, f) => (l(), r(S, { key: f }, [
18329
+ (l(!0), r(S, null, q(t.segments, (u, g) => (l(), r(S, { key: g }, [
18334
18330
  h(c, R(xe(u)), {
18335
18331
  default: k((p) => [
18336
- (l(!0), r(S, null, q(u.boxes, (g, C) => (l(), w(d, I({
18332
+ (l(!0), r(S, null, q(u.boxes, (f, C) => (l(), w(d, I({
18337
18333
  "use-slots": ["box-body"],
18338
18334
  key: C
18339
- }, g, {
18335
+ }, f, {
18340
18336
  rowView: p.rowView
18341
18337
  }), {
18342
18338
  default: k(() => [
18343
- E(" box " + y(g), 1)
18339
+ E(" box " + y(f), 1)
18344
18340
  ]),
18345
18341
  _: 2
18346
18342
  }, 1040, ["rowView"]))), 128))
@@ -18412,7 +18408,7 @@ const Jx = /* @__PURE__ */ V(Gx, [["render", Kx]]), Yx = {
18412
18408
  class: "flex-container"
18413
18409
  }, Qx = { class: "flex-container vertical" };
18414
18410
  function Xx(e, n, t, s, i, o) {
18415
- const d = Mi, c = Ii, u = Ni;
18411
+ const d = Di, c = Li, u = Ri;
18416
18412
  return o.contactFormOnly ? (l(), w(d, R(I({ key: 0 }, e.basicForm)), null, 16)) : (l(), r("div", Zx, [
18417
18413
  h(d, R(xe(e.basicForm)), null, 16),
18418
18414
  a("div", Qx, [
@@ -18426,7 +18422,7 @@ const $x = /* @__PURE__ */ V(Yx, [["render", Xx]]), e_ = {
18426
18422
  name: "PageOverview",
18427
18423
  data() {
18428
18424
  return {
18429
- addressData: Gi,
18425
+ addressData: zi,
18430
18426
  faqsData: jg,
18431
18427
  boxesTeamOverviewData: zg,
18432
18428
  listOfDownloadsData: Gg,
@@ -18450,7 +18446,7 @@ const $x = /* @__PURE__ */ V(Yx, [["render", Xx]]), e_ = {
18450
18446
  /* @__PURE__ */ a("span", null, "Multiple Box Wrapper")
18451
18447
  ], -1), a_ = /* @__PURE__ */ a("h3", { id: "section-multiple-box-wrapper-faqs" }, "FAQs", -1), r_ = /* @__PURE__ */ a("hr", null, null, -1), d_ = /* @__PURE__ */ a("h3", { id: "section-multiple-box-wrapper-team-overview" }, "Team Overview", -1);
18452
18448
  function c_(e, n, t, s, i, o) {
18453
- const d = $x, c = bo, u = Jx, f = zx;
18449
+ const d = $x, c = yo, u = Jx, g = zx;
18454
18450
  return l(), r(S, null, [
18455
18451
  h(c, null, {
18456
18452
  default: k(() => [
@@ -18483,16 +18479,16 @@ function c_(e, n, t, s, i, o) {
18483
18479
  default: k(() => [
18484
18480
  s_,
18485
18481
  a_,
18486
- h(f, { segments: i.faqsData }, null, 8, ["segments"]),
18482
+ h(g, { segments: i.faqsData }, null, 8, ["segments"]),
18487
18483
  r_,
18488
18484
  d_,
18489
- h(f, { segments: i.boxesTeamOverviewData }, null, 8, ["segments"])
18485
+ h(g, { segments: i.boxesTeamOverviewData }, null, 8, ["segments"])
18490
18486
  ]),
18491
18487
  _: 1
18492
18488
  })
18493
18489
  ], 64);
18494
18490
  }
18495
- const xo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-library", m_ = "4.1.46", h_ = "GPL-3.0-only", p_ = "CoManD-UI", f_ = "module", g_ = {
18491
+ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-library", m_ = "4.1.48", h_ = "GPL-3.0-only", p_ = "CoManD-UI", f_ = "module", g_ = {
18496
18492
  prepublishOnly: "npm run build-lib",
18497
18493
  dev: "vite",
18498
18494
  build: "vite build",
@@ -18509,7 +18505,7 @@ const xo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
18509
18505
  "./export-data.js": "./src/assets/data/export-data.js"
18510
18506
  }, x_ = {
18511
18507
  "clickout-event": "^1.1.2",
18512
- "comand-frontend-framework": "^4.1.10",
18508
+ "comand-frontend-framework": "^4.1.11",
18513
18509
  "comand-ui-iconfonts": "^1.0.14",
18514
18510
  "core-js": "^3.20.1",
18515
18511
  prismjs: "^1.27.0",
@@ -19121,7 +19117,7 @@ const xo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
19121
19117
  sticky: !1,
19122
19118
  navigationInline: !1,
19123
19119
  useGrid: !0,
19124
- cmdMainNavigation: { ...Wi }
19120
+ cmdMainNavigation: { ...Gi }
19125
19121
  },
19126
19122
  cmdSiteHeaderSettingsControls: {
19127
19123
  "cmdMainNavigation.offcanvasPosition": [
@@ -19403,11 +19399,11 @@ const xo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
19403
19399
  }
19404
19400
  };
19405
19401
  }
19406
- }, _o = "/media/images/content-images/landscape-medium.jpg", k_ = "/media/images/demo-images/small/landscape-01.jpg", v_ = "/media/images/demo-images/small/landscape-02.jpg", T_ = "/media/images/demo-images/small/landscape-03.jpg", S_ = {
19402
+ }, xo = "/media/images/content-images/landscape-medium.jpg", k_ = "/media/images/demo-images/small/landscape-01.jpg", v_ = "/media/images/demo-images/small/landscape-02.jpg", T_ = "/media/images/demo-images/small/landscape-03.jpg", S_ = {
19407
19403
  name: "App",
19408
19404
  mixins: [w_],
19409
19405
  components: {
19410
- PageOverview: xo
19406
+ PageOverview: bo
19411
19407
  },
19412
19408
  props: {
19413
19409
  useRouterLinks: {
@@ -19539,7 +19535,7 @@ const xo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
19539
19535
  openRightSidebar: !1,
19540
19536
  openBoxes: [1],
19541
19537
  // assign data from json files to data-properties
19542
- addressData: Gi,
19538
+ addressData: zi,
19543
19539
  bankAccountData: Af,
19544
19540
  boxProductData: Ef,
19545
19541
  boxUserData: Hf,
@@ -19556,10 +19552,10 @@ const xo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
19556
19552
  imageGalleryData: lg,
19557
19553
  inputGroupReplacedRadiobuttonsData: ug,
19558
19554
  inputGroupToggleSwitchRadiobuttonsData: mg,
19559
- languagesData: Ki,
19555
+ languagesData: Wi,
19560
19556
  listOfLinksData: hg,
19561
19557
  multistepsData: Cg,
19562
- navigationData: Wi,
19558
+ navigationData: Gi,
19563
19559
  openingHoursData: wg,
19564
19560
  selectOptionsData: kg,
19565
19561
  slideshowData: vg,
@@ -19816,10 +19812,10 @@ const xo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
19816
19812
  ], -1), PC = /* @__PURE__ */ a("p", null, "Additionally 'allowContentToScroll' is active, which enables (as far as a max-height is defined) the content of this box to scroll", -1), AC = /* @__PURE__ */ a("p", null, " Footer content ", -1), EC = /* @__PURE__ */ a("h4", null, " Texts given by slots ", -1), HC = /* @__PURE__ */ a("p", null, " This content with paragraphs inside is placed inside the box-body. ", -1), qC = /* @__PURE__ */ a("p", null, [
19817
19813
  /* @__PURE__ */ a("strong", null, "Header, Content/Body and Footer of this box are given by slots.")
19818
19814
  ], -1), RC = /* @__PURE__ */ a("p", null, "Additionally 'allowContentToScroll' is active, which enables (as far as a max-height is defined) the content of this box to scroll", -1), NC = /* @__PURE__ */ a("p", null, " Footer content ", -1), UC = /* @__PURE__ */ a("h4", null, " Box with inputs ", -1), jC = /* @__PURE__ */ a("p", null, " footer content ", -1), zC = /* @__PURE__ */ a("h4", null, " Box with links ", -1), GC = { class: "navigation" }, WC = /* @__PURE__ */ a("p", null, " footer content ", -1), KC = /* @__PURE__ */ a("h4", null, " Collapsible box with image ", -1), JC = /* @__PURE__ */ a("img", {
19819
- src: _o,
19815
+ src: xo,
19820
19816
  alt: "Alternative text"
19821
19817
  }, null, -1), YC = /* @__PURE__ */ a("h4", null, " Box with image, content and link ", -1), ZC = /* @__PURE__ */ a("img", {
19822
- src: _o,
19818
+ src: xo,
19823
19819
  alt: "Alternative text"
19824
19820
  }, null, -1), QC = /* @__PURE__ */ a("div", { class: "default-padding" }, [
19825
19821
  /* @__PURE__ */ a("h4", null, "Custom headline"),
@@ -19977,8 +19973,8 @@ const xo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
19977
19973
  id: "content"
19978
19974
  }, uv = /* @__PURE__ */ a("h1", { class: "headline-demopage" }, "Page Overview", -1);
19979
19975
  function mv(e, n, t, s, i, o) {
19980
- const d = bn, c = Vi, u = tf, f = gn, p = Ai, g = cf, C = bo, b = Ii, L = Hi, v = te, B = Ei, F = Jp, D = Ui, M = Bi, G = gr, j = kr, P = Mi, N = Pi, J = gu, $ = Ni, Z = Y, ee = W, se = Ce, ce = Dm, ue = qm, ne = Re, A = dh, ae = ji, ie = _e("router-view"), Le = Lh, Ie = Mh, we = rp, Be = Ap, Fe = Np, De = _p, ke = sf, re = _f, it = Bf, ot = zi, lt = $g, st = et, ze = ay, at = fy, qe = ky, K = Fi, wo = Oy, Bt = Oi, ko = Mx, vo = xo, To = ju, So = Eu, Oo = Dd, Lo = Rx, Io = di("fancybox");
19981
- return Q((l(), r("div", {
19976
+ const d = bn, c = Mi, u = tf, g = gn, p = Pi, f = cf, C = yo, b = Li, L = Ei, v = te, B = Ai, F = Jp, D = Ni, M = Ii, G = gr, j = kr, P = Di, N = Vi, J = gu, $ = Ri, Z = Y, ee = W, se = Ce, ce = Dm, ue = qm, ne = Re, A = dh, ae = Ui, ie = _e("router-view"), Le = Lh, Ie = Mh, we = rp, Be = Ap, Fe = Np, De = _p, ke = sf, re = _f, it = Bf, ot = ji, lt = $g, st = et, ze = ay, at = fy, qe = ky, K = Bi, Co = Oy, Bt = Si, wo = Mx, ko = bo, vo = ju, To = Eu, So = Dd, Oo = Rx, Lo = Vo("fancybox");
19977
+ return X((l(), r("div", {
19982
19978
  class: "page-wrapper",
19983
19979
  id: o.templateId
19984
19980
  }, [
@@ -20008,7 +20004,7 @@ function mv(e, n, t, s, i, o) {
20008
20004
  body: k(() => [
20009
20005
  a("label", I_, [
20010
20006
  B_,
20011
- Q(a("select", {
20007
+ X(a("select", {
20012
20008
  id: "select-template",
20013
20009
  "onUpdate:modelValue": n[0] || (n[0] = (z) => i.selectedTemplate = z)
20014
20010
  }, A_, 512), [
@@ -20019,7 +20015,7 @@ function mv(e, n, t, s, i, o) {
20019
20015
  E_,
20020
20016
  a("div", H_, [
20021
20017
  a("label", q_, [
20022
- Q(a("input", {
20018
+ X(a("input", {
20023
20019
  type: "radio",
20024
20020
  id: "default-color-scheme",
20025
20021
  name: "color-scheme",
@@ -20031,7 +20027,7 @@ function mv(e, n, t, s, i, o) {
20031
20027
  R_
20032
20028
  ]),
20033
20029
  a("label", N_, [
20034
- Q(a("input", {
20030
+ X(a("input", {
20035
20031
  type: "radio",
20036
20032
  id: "light-mode",
20037
20033
  name: "color-scheme",
@@ -20043,7 +20039,7 @@ function mv(e, n, t, s, i, o) {
20043
20039
  U_
20044
20040
  ]),
20045
20041
  a("label", j_, [
20046
- Q(a("input", {
20042
+ X(a("input", {
20047
20043
  type: "radio",
20048
20044
  id: "dark-mode",
20049
20045
  name: "color-scheme",
@@ -20174,9 +20170,9 @@ function mv(e, n, t, s, i, o) {
20174
20170
  ]),
20175
20171
  _: 1
20176
20172
  }, 8, ["openSidebar", "onToggleSidebar"])) : m("", !0),
20177
- h(g, { sticky: !0 }, {
20173
+ h(f, { sticky: !0 }, {
20178
20174
  "top-header": k(() => [
20179
- h(f, {
20175
+ h(g, {
20180
20176
  links: i.listOfLinksData,
20181
20177
  orientation: "horizontal",
20182
20178
  align: "right"
@@ -20200,7 +20196,7 @@ function mv(e, n, t, s, i, o) {
20200
20196
  a1,
20201
20197
  a("a", {
20202
20198
  href: "#",
20203
- class: "icon-cog",
20199
+ class: "button small icon-cog",
20204
20200
  title: "Open Component Settings",
20205
20201
  onClick: n[13] || (n[13] = T((x) => o.openSettingsSidebar("CmdAddressData"), ["prevent"]))
20206
20202
  })
@@ -20287,7 +20283,7 @@ function mv(e, n, t, s, i, o) {
20287
20283
  y1,
20288
20284
  a("a", {
20289
20285
  href: "#",
20290
- class: "icon-cog",
20286
+ class: "button small icon-cog",
20291
20287
  title: "Open Component Settings",
20292
20288
  onClick: n[21] || (n[21] = T((x) => o.openSettingsSidebar("CmdFormElement"), ["prevent"]))
20293
20289
  })
@@ -20493,7 +20489,7 @@ function mv(e, n, t, s, i, o) {
20493
20489
  S1,
20494
20490
  a("a", {
20495
20491
  href: "#",
20496
- class: "icon-cog",
20492
+ class: "button small icon-cog",
20497
20493
  title: "Open Component Settings",
20498
20494
  onClick: n[33] || (n[33] = T((x) => o.openSettingsSidebar("CmdFakeSelect"), ["prevent"]))
20499
20495
  })
@@ -20565,7 +20561,7 @@ function mv(e, n, t, s, i, o) {
20565
20561
  a("span", D1, [
20566
20562
  a("label", M1, [
20567
20563
  V1,
20568
- Q(a("input", {
20564
+ X(a("input", {
20569
20565
  type: "number",
20570
20566
  class: _(i.validationStatus),
20571
20567
  "onUpdate:modelValue": n[39] || (n[39] = (x) => i.rangeValue = x),
@@ -20579,7 +20575,7 @@ function mv(e, n, t, s, i, o) {
20579
20575
  ]),
20580
20576
  a("label", A1, [
20581
20577
  E1,
20582
- Q(a("input", {
20578
+ X(a("input", {
20583
20579
  type: "range",
20584
20580
  class: "range-slider",
20585
20581
  id: "range-slider",
@@ -20853,7 +20849,7 @@ function mv(e, n, t, s, i, o) {
20853
20849
  E(" Input-Group "),
20854
20850
  a("a", {
20855
20851
  href: "#",
20856
- class: "icon-cog",
20852
+ class: "button small icon-cog",
20857
20853
  title: "Open Component Settings",
20858
20854
  onClick: n[58] || (n[58] = T((x) => o.openSettingsSidebar("CmdInputGroup"), ["prevent"]))
20859
20855
  })
@@ -21002,7 +20998,7 @@ function mv(e, n, t, s, i, o) {
21002
20998
  vC,
21003
20999
  a("a", {
21004
21000
  href: "#",
21005
- class: "icon-cog",
21001
+ class: "button small icon-cog",
21006
21002
  title: "Open Component Settings",
21007
21003
  onClick: n[66] || (n[66] = T((x) => o.openSettingsSidebar("CmdBankAccountData"), ["prevent"]))
21008
21004
  })
@@ -21017,7 +21013,7 @@ function mv(e, n, t, s, i, o) {
21017
21013
  SC,
21018
21014
  a("a", {
21019
21015
  href: "#",
21020
- class: "icon-cog",
21016
+ class: "button small icon-cog",
21021
21017
  title: "Open Component Settings",
21022
21018
  onClick: n[67] || (n[67] = T((x) => o.openSettingsSidebar("CmdBasicForm"), ["prevent"]))
21023
21019
  })
@@ -21051,7 +21047,7 @@ function mv(e, n, t, s, i, o) {
21051
21047
  FC,
21052
21048
  a("a", {
21053
21049
  href: "#",
21054
- class: "icon-cog",
21050
+ class: "button small icon-cog",
21055
21051
  title: "Open Component Settings",
21056
21052
  onClick: n[68] || (n[68] = T((x) => o.openSettingsSidebar("CmdBox"), ["prevent"]))
21057
21053
  })
@@ -21290,7 +21286,7 @@ function mv(e, n, t, s, i, o) {
21290
21286
  nw,
21291
21287
  a("a", {
21292
21288
  href: "#",
21293
- class: "icon-cog",
21289
+ class: "button small icon-cog",
21294
21290
  title: "Open Component Settings",
21295
21291
  onClick: n[73] || (n[73] = T((x) => o.openSettingsSidebar("CmdBoxWrapper"), ["prevent"]))
21296
21292
  })
@@ -21332,7 +21328,7 @@ function mv(e, n, t, s, i, o) {
21332
21328
  ow,
21333
21329
  a("a", {
21334
21330
  href: "#",
21335
- class: "icon-cog",
21331
+ class: "button small icon-cog",
21336
21332
  title: "Open Component Settings",
21337
21333
  onClick: n[74] || (n[74] = T((x) => o.openSettingsSidebar("CmdBreadcrumbs"), ["prevent"]))
21338
21334
  })
@@ -21351,7 +21347,7 @@ function mv(e, n, t, s, i, o) {
21351
21347
  sw,
21352
21348
  a("a", {
21353
21349
  href: "#",
21354
- class: "icon-cog",
21350
+ class: "button small icon-cog",
21355
21351
  title: "Open Component Settings",
21356
21352
  onClick: n[75] || (n[75] = T((x) => o.openSettingsSidebar("CmdCompanyLogo"), ["prevent"]))
21357
21353
  })
@@ -21369,7 +21365,7 @@ function mv(e, n, t, s, i, o) {
21369
21365
  rw,
21370
21366
  a("a", {
21371
21367
  href: "#",
21372
- class: "icon-cog",
21368
+ class: "button small icon-cog",
21373
21369
  title: "Open Component Settings",
21374
21370
  onClick: n[76] || (n[76] = T((x) => o.openSettingsSidebar("CmdContainer"), ["prevent"]))
21375
21371
  })
@@ -21529,7 +21525,7 @@ function mv(e, n, t, s, i, o) {
21529
21525
  Pw,
21530
21526
  a("a", {
21531
21527
  href: "#",
21532
- class: "icon-cog",
21528
+ class: "button small icon-cog",
21533
21529
  title: "Open Component Settings",
21534
21530
  onClick: n[82] || (n[82] = T((x) => o.openSettingsSidebar("CmdHeadline"), ["prevent"]))
21535
21531
  })
@@ -21589,7 +21585,7 @@ function mv(e, n, t, s, i, o) {
21589
21585
  zw,
21590
21586
  a("a", {
21591
21587
  href: "#",
21592
- class: "icon-cog",
21588
+ class: "button small icon-cog",
21593
21589
  title: "Open Component Settings",
21594
21590
  onClick: n[83] || (n[83] = T((x) => o.openSettingsSidebar("CmdImage"), ["prevent"]))
21595
21591
  })
@@ -21614,7 +21610,7 @@ function mv(e, n, t, s, i, o) {
21614
21610
  Kw,
21615
21611
  a("a", {
21616
21612
  href: "#",
21617
- class: "icon-cog",
21613
+ class: "button small icon-cog",
21618
21614
  title: "Open Component Settings",
21619
21615
  onClick: n[84] || (n[84] = T((x) => o.openSettingsSidebar("CmdImageGallery"), ["prevent"]))
21620
21616
  })
@@ -21642,7 +21638,7 @@ function mv(e, n, t, s, i, o) {
21642
21638
  Zw,
21643
21639
  a("a", {
21644
21640
  href: "#",
21645
- class: "icon-cog",
21641
+ class: "button small icon-cog",
21646
21642
  title: "Open Component Settings",
21647
21643
  onClick: n[85] || (n[85] = T((x) => o.openSettingsSidebar("CmdLink"), ["prevent"]))
21648
21644
  })
@@ -21688,12 +21684,12 @@ function mv(e, n, t, s, i, o) {
21688
21684
  ek,
21689
21685
  a("a", {
21690
21686
  href: "#",
21691
- class: "icon-cog",
21687
+ class: "button small icon-cog",
21692
21688
  title: "Open Component Settings",
21693
21689
  onClick: n[87] || (n[87] = T((x) => o.openSettingsSidebar("CmdListOfLinks"), ["prevent"]))
21694
21690
  })
21695
21691
  ]),
21696
- h(f, I({ ref: "CmdListOfLinks" }, e.cmdListOfLinksSettingsData, { links: i.listOfLinksData }), null, 16, ["links"])
21692
+ h(g, I({ ref: "CmdListOfLinks" }, e.cmdListOfLinksSettingsData, { links: i.listOfLinksData }), null, 16, ["links"])
21697
21693
  ]),
21698
21694
  _: 1
21699
21695
  }),
@@ -21703,7 +21699,7 @@ function mv(e, n, t, s, i, o) {
21703
21699
  nk,
21704
21700
  a("a", {
21705
21701
  href: "#",
21706
- class: "icon-cog",
21702
+ class: "button small icon-cog",
21707
21703
  title: "Open Component Settings",
21708
21704
  onClick: n[88] || (n[88] = T((x) => o.openSettingsSidebar("CmdLoginForm"), ["prevent"]))
21709
21705
  })
@@ -21747,7 +21743,7 @@ function mv(e, n, t, s, i, o) {
21747
21743
  ok,
21748
21744
  a("a", {
21749
21745
  href: "#",
21750
- class: "icon-cog",
21746
+ class: "button small icon-cog",
21751
21747
  title: "Open Component Settings",
21752
21748
  onClick: n[91] || (n[91] = T((x) => o.openSettingsSidebar("CmdMainNavigation"), ["prevent"]))
21753
21749
  })
@@ -21763,7 +21759,7 @@ function mv(e, n, t, s, i, o) {
21763
21759
  sk,
21764
21760
  a("a", {
21765
21761
  href: "#",
21766
- class: "icon-cog",
21762
+ class: "button small icon-cog",
21767
21763
  title: "Open Component Settings",
21768
21764
  onClick: n[92] || (n[92] = T((x) => o.openSettingsSidebar("CmdMultistepFormProgressBar"), ["prevent"]))
21769
21765
  })
@@ -21787,7 +21783,7 @@ function mv(e, n, t, s, i, o) {
21787
21783
  dk,
21788
21784
  a("a", {
21789
21785
  href: "#",
21790
- class: "icon-cog",
21786
+ class: "button small icon-cog",
21791
21787
  title: "Open Component Settings",
21792
21788
  onClick: n[94] || (n[94] = T((x) => o.openSettingsSidebar("CmdNewsletterSubscription"), ["prevent"]))
21793
21789
  })
@@ -21811,7 +21807,7 @@ function mv(e, n, t, s, i, o) {
21811
21807
  uk,
21812
21808
  a("a", {
21813
21809
  href: "#",
21814
- class: "icon-cog",
21810
+ class: "button small icon-cog",
21815
21811
  title: "Open Component Settings",
21816
21812
  onClick: n[96] || (n[96] = T((x) => o.openSettingsSidebar("CmdOpeningHours"), ["prevent"]))
21817
21813
  })
@@ -21836,7 +21832,7 @@ function mv(e, n, t, s, i, o) {
21836
21832
  hk,
21837
21833
  a("a", {
21838
21834
  href: "#",
21839
- class: "icon-cog",
21835
+ class: "button small icon-cog",
21840
21836
  title: "Open Component Settings",
21841
21837
  onClick: n[97] || (n[97] = T((x) => o.openSettingsSidebar("CmdPageFooter"), ["prevent"]))
21842
21838
  })
@@ -21859,7 +21855,7 @@ function mv(e, n, t, s, i, o) {
21859
21855
  gk,
21860
21856
  a("a", {
21861
21857
  href: "#",
21862
- class: "icon-cog",
21858
+ class: "button small icon-cog",
21863
21859
  title: "Open Component Settings",
21864
21860
  onClick: n[98] || (n[98] = T((x) => o.openSettingsSidebar("CmdPageHeader"), ["prevent"]))
21865
21861
  })
@@ -21883,7 +21879,7 @@ function mv(e, n, t, s, i, o) {
21883
21879
  xk,
21884
21880
  a("a", {
21885
21881
  href: "#",
21886
- class: "icon-cog",
21882
+ class: "button small icon-cog",
21887
21883
  title: "Open Component Settings",
21888
21884
  onClick: n[99] || (n[99] = T((x) => o.openSettingsSidebar("CmdPagination"), ["prevent"]))
21889
21885
  })
@@ -21915,14 +21911,14 @@ function mv(e, n, t, s, i, o) {
21915
21911
  wk,
21916
21912
  a("a", {
21917
21913
  href: "#",
21918
- class: "icon-cog",
21914
+ class: "button small icon-cog",
21919
21915
  title: "Open Component Settings",
21920
21916
  onClick: n[101] || (n[101] = T((x) => o.openSettingsSidebar("CmdSiteHeader"), ["prevent"]))
21921
21917
  })
21922
21918
  ]),
21923
- h(g, I({ ref: "CmdSiteHeader" }, e.cmdSiteHeaderSettingsData, { cmdCompanyLogo: i.companyLogoData }), {
21919
+ h(f, I({ ref: "CmdSiteHeader" }, e.cmdSiteHeaderSettingsData, { cmdCompanyLogo: i.companyLogoData }), {
21924
21920
  topheader: k(() => [
21925
- h(f, {
21921
+ h(g, {
21926
21922
  links: i.listOfLinksData,
21927
21923
  orientation: "horizontal",
21928
21924
  align: "right"
@@ -21939,7 +21935,7 @@ function mv(e, n, t, s, i, o) {
21939
21935
  vk,
21940
21936
  a("a", {
21941
21937
  href: "#",
21942
- class: "icon-cog",
21938
+ class: "button small icon-cog",
21943
21939
  title: "Open Component Settings",
21944
21940
  onClick: n[102] || (n[102] = T((x) => o.openSettingsSidebar("CmdSiteSearch"), ["prevent"]))
21945
21941
  })
@@ -21965,7 +21961,7 @@ function mv(e, n, t, s, i, o) {
21965
21961
  Sk,
21966
21962
  a("a", {
21967
21963
  href: "#",
21968
- class: "icon-cog",
21964
+ class: "button small icon-cog",
21969
21965
  title: "Open Component Settings",
21970
21966
  onClick: n[107] || (n[107] = T((x) => o.openSettingsSidebar("CmdSlideshow"), ["prevent"]))
21971
21967
  })
@@ -21985,7 +21981,7 @@ function mv(e, n, t, s, i, o) {
21985
21981
  Lk,
21986
21982
  a("a", {
21987
21983
  href: "#",
21988
- class: "icon-cog",
21984
+ class: "button small icon-cog",
21989
21985
  title: "Open Component Settings",
21990
21986
  onClick: n[108] || (n[108] = T((x) => o.openSettingsSidebar("CmdSocialNetworks"), ["prevent"]))
21991
21987
  })
@@ -22011,7 +22007,7 @@ function mv(e, n, t, s, i, o) {
22011
22007
  Fk,
22012
22008
  a("a", {
22013
22009
  href: "#",
22014
- class: "icon-cog",
22010
+ class: "button small icon-cog",
22015
22011
  title: "Open Component Settings",
22016
22012
  onClick: n[109] || (n[109] = T((x) => o.openSettingsSidebar("CmdSystemMessage"), ["prevent"]))
22017
22013
  })
@@ -22031,7 +22027,7 @@ function mv(e, n, t, s, i, o) {
22031
22027
  Vk,
22032
22028
  a("a", {
22033
22029
  href: "#",
22034
- class: "icon-cog",
22030
+ class: "button small icon-cog",
22035
22031
  title: "Open Component Settings",
22036
22032
  onClick: n[110] || (n[110] = T((x) => o.openSettingsSidebar("CmdTable"), ["prevent"]))
22037
22033
  })
@@ -22054,7 +22050,7 @@ function mv(e, n, t, s, i, o) {
22054
22050
  Hk,
22055
22051
  a("a", {
22056
22052
  href: "#",
22057
- class: "icon-cog",
22053
+ class: "button small icon-cog",
22058
22054
  title: "Open Component Settings",
22059
22055
  onClick: n[111] || (n[111] = T((x) => o.openSettingsSidebar("CmdTabs"), ["prevent"]))
22060
22056
  })
@@ -22083,7 +22079,7 @@ function mv(e, n, t, s, i, o) {
22083
22079
  Wk,
22084
22080
  a("a", {
22085
22081
  href: "#",
22086
- class: "icon-cog",
22082
+ class: "button small icon-cog",
22087
22083
  title: "Open Component Settings",
22088
22084
  onClick: n[112] || (n[112] = T((x) => o.openSettingsSidebar("CmdTextImageBlock"), ["prevent"]))
22089
22085
  })
@@ -22137,7 +22133,7 @@ function mv(e, n, t, s, i, o) {
22137
22133
  Yk,
22138
22134
  a("a", {
22139
22135
  href: "#",
22140
- class: "icon-cog",
22136
+ class: "button small icon-cog",
22141
22137
  title: "Open Component Settings",
22142
22138
  onClick: n[113] || (n[113] = T((x) => o.openSettingsSidebar("CmdThumbnailScroller"), ["prevent"]))
22143
22139
  })
@@ -22154,12 +22150,12 @@ function mv(e, n, t, s, i, o) {
22154
22150
  Xk,
22155
22151
  a("a", {
22156
22152
  href: "#",
22157
- class: "icon-cog",
22153
+ class: "button small icon-cog",
22158
22154
  title: "Open Component Settings",
22159
22155
  onClick: n[114] || (n[114] = T((x) => o.openSettingsSidebar("CmdToggleDarkMode"), ["prevent"]))
22160
22156
  })
22161
22157
  ]),
22162
- h(wo, I({ ref: "CmdToggleDarkMode" }, e.cmdToggleDarkModeSettingsData), null, 16)
22158
+ h(Co, I({ ref: "CmdToggleDarkMode" }, e.cmdToggleDarkModeSettingsData), null, 16)
22163
22159
  ]),
22164
22160
  _: 1
22165
22161
  }),
@@ -22169,7 +22165,7 @@ function mv(e, n, t, s, i, o) {
22169
22165
  ev,
22170
22166
  a("a", {
22171
22167
  href: "#",
22172
- class: "icon-cog",
22168
+ class: "button small icon-cog",
22173
22169
  title: "Open Component Settings",
22174
22170
  onClick: n[115] || (n[115] = T((x) => o.openSettingsSidebar("CmdTooltip"), ["prevent"]))
22175
22171
  })
@@ -22234,12 +22230,12 @@ function mv(e, n, t, s, i, o) {
22234
22230
  ov,
22235
22231
  a("a", {
22236
22232
  href: "#",
22237
- class: "icon-cog",
22233
+ class: "button small icon-cog",
22238
22234
  title: "Open Component Settings",
22239
22235
  onClick: n[119] || (n[119] = T((x) => o.openSettingsSidebar("CmdUploadForm"), ["prevent"]))
22240
22236
  })
22241
22237
  ]),
22242
- h(ko, I({ ref: "CmdUploadForm" }, e.cmdUploadFormSettingsData), null, 16)
22238
+ h(wo, I({ ref: "CmdUploadForm" }, e.cmdUploadFormSettingsData), null, 16)
22243
22239
  ]),
22244
22240
  _: 1
22245
22241
  }),
@@ -22249,7 +22245,7 @@ function mv(e, n, t, s, i, o) {
22249
22245
  sv,
22250
22246
  a("a", {
22251
22247
  href: "#",
22252
- class: "icon-cog",
22248
+ class: "button small icon-cog",
22253
22249
  title: "Open Component Settings",
22254
22250
  onClick: n[120] || (n[120] = T((x) => o.openSettingsSidebar("CmdWidthLimitationWrapper"), ["prevent"]))
22255
22251
  })
@@ -22275,7 +22271,7 @@ function mv(e, n, t, s, i, o) {
22275
22271
  ]),
22276
22272
  _: 1
22277
22273
  }),
22278
- h(vo)
22274
+ h(ko)
22279
22275
  ])),
22280
22276
  h(ke, null, {
22281
22277
  default: k(() => [
@@ -22283,8 +22279,8 @@ function mv(e, n, t, s, i, o) {
22283
22279
  ]),
22284
22280
  _: 1
22285
22281
  }),
22286
- h(To),
22287
- h(Oo, {
22282
+ h(vo),
22283
+ h(So, {
22288
22284
  show: i.fancyBoxCookieDisclaimer,
22289
22285
  fancyBoxOptions: { closeIcon: { show: !1 } },
22290
22286
  allowEscapeKey: !1,
@@ -22292,7 +22288,7 @@ function mv(e, n, t, s, i, o) {
22292
22288
  defaultAriaLabelText: "Cookie Disclaimer"
22293
22289
  }, {
22294
22290
  default: k(() => [
22295
- h(So, {
22291
+ h(To, {
22296
22292
  cookieOptions: i.cookieDisclaimerData,
22297
22293
  onCloseCookieDisclaimer: o.closeCookieDisclaimer,
22298
22294
  modelValue: i.acceptedCookies,
@@ -22312,7 +22308,7 @@ function mv(e, n, t, s, i, o) {
22312
22308
  collapseToLeft: !1
22313
22309
  }, {
22314
22310
  open: k(() => [
22315
- h(Lo, {
22311
+ h(Oo, {
22316
22312
  componentName: i.componentName,
22317
22313
  componentProps: i.componentProps,
22318
22314
  componentSettings: i.componentSettings,
@@ -22322,7 +22318,7 @@ function mv(e, n, t, s, i, o) {
22322
22318
  _: 1
22323
22319
  }, 8, ["openSidebar", "onToggleSidebar"])) : m("", !0)
22324
22320
  ], 8, O_)), [
22325
- [Io]
22321
+ [Lo]
22326
22322
  ]);
22327
22323
  }
22328
22324
  const _v = /* @__PURE__ */ V(S_, [["render", mv]]), Cv = {
@@ -22345,7 +22341,7 @@ const _v = /* @__PURE__ */ V(S_, [["render", mv]]), Cv = {
22345
22341
  }
22346
22342
  }
22347
22343
  };
22348
- function Co(e) {
22344
+ function _o(e) {
22349
22345
  for (let n = 0; n < e.length; n++)
22350
22346
  e[n].dataset.cmdFancyBoxHandlerRegistered || (e[n].addEventListener("click", (t) => {
22351
22347
  t.preventDefault(), ye({ url: e[n].href });
@@ -22361,11 +22357,11 @@ function hv(e) {
22361
22357
  let s = Array.from(e[t].addedNodes).filter((i) => i.classList ? i.classList.contains("fancybox") : !1);
22362
22358
  s.length && n.push(...s);
22363
22359
  }
22364
- n.length > 0 && Co(n);
22360
+ n.length > 0 && _o(n);
22365
22361
  }
22366
22362
  const kv = (e) => {
22367
22363
  const n = e.querySelectorAll(".fancybox");
22368
- Co(n), dt == null || dt.disconnect(), dt.observe(e, {
22364
+ _o(n), dt == null || dt.disconnect(), dt.observe(e, {
22369
22365
  subtree: !0,
22370
22366
  // observe nested elements
22371
22367
  childList: !0,
@@ -22431,33 +22427,33 @@ function Sv() {
22431
22427
  return { nextSequenceValue: n, currentSequenceValue: t, resetSequence: s };
22432
22428
  }
22433
22429
  export {
22434
- Ii as CmdAddressData,
22430
+ Li as CmdAddressData,
22435
22431
  gr as CmdBackToTopButton,
22436
22432
  kr as CmdBankAccountData,
22437
- Mi as CmdBasicForm,
22433
+ Di as CmdBasicForm,
22438
22434
  bn as CmdBox,
22439
- Vi as CmdBoxWrapper,
22440
- Pi as CmdBreadcrumbs,
22441
- Ai as CmdCompanyLogo,
22435
+ Mi as CmdBoxWrapper,
22436
+ Vi as CmdBreadcrumbs,
22437
+ Pi as CmdCompanyLogo,
22442
22438
  gu as CmdContainer,
22443
22439
  Eu as CmdCookieDisclaimer,
22444
22440
  ju as CmdCopyrightInformation,
22445
- Ei as CmdFakeSelect,
22441
+ Ai as CmdFakeSelect,
22446
22442
  Dd as CmdFancyBox,
22447
- Bi as CmdForm,
22443
+ Ii as CmdForm,
22448
22444
  te as CmdFormElement,
22449
- Hi as CmdFormFilters,
22450
- Ni as CmdGoogleMaps,
22445
+ Ei as CmdFormFilters,
22446
+ Ri as CmdGoogleMaps,
22451
22447
  Y as CmdHeadline,
22452
22448
  W as CmdIcon,
22453
22449
  Ce as CmdImage,
22454
22450
  Dm as CmdImageGallery,
22455
22451
  qm as CmdImageZoom,
22456
- Ui as CmdInputGroup,
22452
+ Ni as CmdInputGroup,
22457
22453
  Re as CmdLink,
22458
22454
  gn as CmdListOfLinks,
22459
22455
  dh as CmdLoginForm,
22460
- ji as CmdMainNavigation,
22456
+ Ui as CmdMainNavigation,
22461
22457
  Lh as CmdMultistepFormProgressBar,
22462
22458
  Mh as CmdNewsletterSubscription,
22463
22459
  rp as CmdOpeningHours,
@@ -22471,17 +22467,17 @@ export {
22471
22467
  _f as CmdSiteSearch,
22472
22468
  vt as CmdSlideButton,
22473
22469
  Bf as CmdSlideshow,
22474
- zi as CmdSocialNetworks,
22470
+ ji as CmdSocialNetworks,
22475
22471
  $g as CmdSwitchLanguage,
22476
22472
  et as CmdSystemMessage,
22477
22473
  ay as CmdTable,
22478
22474
  fy as CmdTabs,
22479
22475
  ky as CmdTextImageBlock,
22480
- Fi as CmdThumbnailScroller,
22476
+ Bi as CmdThumbnailScroller,
22481
22477
  Oy as CmdToggleDarkMode,
22482
- Oi as CmdTooltip,
22478
+ Si as CmdTooltip,
22483
22479
  Mx as CmdUploadForm,
22484
- bo as CmdWidthLimitationWrapper,
22480
+ yo as CmdWidthLimitationWrapper,
22485
22481
  _v as ComponentLibrary,
22486
22482
  $x as ContactInformation,
22487
22483
  kv as DirFancybox,
@@ -22492,9 +22488,9 @@ export {
22492
22488
  zx as MultipleBoxWrapper,
22493
22489
  Jx as MultipleListsOfLinks,
22494
22490
  vv as capitalize,
22495
- Li as createHtmlId,
22491
+ Oi as createHtmlId,
22496
22492
  Xe as createUuid,
22497
- Ri as getCookieDisclaimerCookie,
22493
+ qi as getCookieDisclaimerCookie,
22498
22494
  Je as getFileExtension,
22499
22495
  ye as openFancyBox,
22500
22496
  _m as setCookieDisclaimerCookie,