comand-component-library 4.1.75 → 4.1.76

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  var Io = Object.defineProperty;
2
2
  var Bo = (e, n, t) => n in e ? Io(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t;
3
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 b, renderSlot as H, normalizeProps as R, mergeProps as I, createTextVNode as E, renderList as q, Transition as Ve, 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 Po, vModelSelect as Vo, vModelRadio as Dt, onMounted as Ao, onUnmounted as Eo, reactive as Ho, onBeforeUpdate as qo } from "vue";
4
+ import { defineComponent as ri, h as Tn, resolveComponent as _e, openBlock as l, createBlock as C, 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 A, normalizeProps as R, mergeProps as I, createTextVNode as H, renderList as q, Transition as Ve, 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 Po, vModelSelect as Vo, 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) === "@") {
@@ -252,9 +252,9 @@ function Zo(e, n) {
252
252
  height: t.height
253
253
  };
254
254
  let o = t.body;
255
- [t, s].forEach((y) => {
256
- const L = [], v = y.hFlip, B = y.vFlip;
257
- let F = y.rotate;
255
+ [t, s].forEach((b) => {
256
+ const L = [], v = b.hFlip, B = b.vFlip;
257
+ let F = b.rotate;
258
258
  v ? B ? F += 2 : (L.push(
259
259
  "translate(" + (i.width + i.left).toString() + " " + (0 - i.top).toString() + ")"
260
260
  ), L.push("scale(-1 1)"), i.top = i.left = 0) : B && (L.push(
@@ -564,18 +564,18 @@ 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", g = 0, p, f = null, C = [], y = [];
568
- typeof s == "function" && y.push(s);
567
+ let u = "pending", g = 0, p, f = null, w = [], b = [];
568
+ typeof s == "function" && b.push(s);
569
569
  function L() {
570
570
  f && (clearTimeout(f), f = null);
571
571
  }
572
572
  function v() {
573
- u === "pending" && (u = "aborted"), L(), C.forEach((V) => {
573
+ u === "pending" && (u = "aborted"), L(), w.forEach((V) => {
574
574
  V.status === "pending" && (V.status = "aborted");
575
- }), C = [];
575
+ }), w = [];
576
576
  }
577
577
  function B(V, N) {
578
- N && (y = []), typeof V == "function" && y.push(V);
578
+ N && (b = []), typeof V == "function" && b.push(V);
579
579
  }
580
580
  function F() {
581
581
  return {
@@ -583,24 +583,24 @@ function gl(e, n, t, s) {
583
583
  payload: n,
584
584
  status: u,
585
585
  queriesSent: g,
586
- queriesPending: C.length,
586
+ queriesPending: w.length,
587
587
  subscribe: B,
588
588
  abort: v
589
589
  };
590
590
  }
591
591
  function D() {
592
- u = "failed", y.forEach((V) => {
592
+ u = "failed", b.forEach((V) => {
593
593
  V(void 0, p);
594
594
  });
595
595
  }
596
596
  function M() {
597
- C.forEach((V) => {
597
+ w.forEach((V) => {
598
598
  V.status === "pending" && (V.status = "aborted");
599
- }), C = [];
599
+ }), w = [];
600
600
  }
601
601
  function G(V, N, J) {
602
602
  const $ = N !== "success";
603
- switch (C = C.filter((Z) => Z !== V), u) {
603
+ switch (w = w.filter((Z) => Z !== V), u) {
604
604
  case "pending":
605
605
  break;
606
606
  case "failed":
@@ -615,14 +615,14 @@ function gl(e, n, t, s) {
615
615
  return;
616
616
  }
617
617
  if ($) {
618
- p = J, C.length || (d.length ? j() : D());
618
+ p = J, w.length || (d.length ? j() : D());
619
619
  return;
620
620
  }
621
621
  if (L(), M(), !e.random) {
622
622
  const Z = e.resources.indexOf(V.resource);
623
623
  Z !== -1 && Z !== e.index && (e.index = Z);
624
624
  }
625
- u = "completed", y.forEach((Z) => {
625
+ u = "completed", b.forEach((Z) => {
626
626
  Z(J);
627
627
  });
628
628
  }
@@ -632,7 +632,7 @@ function gl(e, n, t, s) {
632
632
  L();
633
633
  const V = d.shift();
634
634
  if (V === void 0) {
635
- if (C.length) {
635
+ if (w.length) {
636
636
  f = setTimeout(() => {
637
637
  L(), u === "pending" && (M(), D());
638
638
  }, e.timeout);
@@ -648,7 +648,7 @@ function gl(e, n, t, s) {
648
648
  G(N, J, $);
649
649
  }
650
650
  };
651
- C.push(N), g++, f = setTimeout(j, e.rotate), t(V, n, N.callback);
651
+ w.push(N), g++, f = setTimeout(j, e.rotate), t(V, n, N.callback);
652
652
  }
653
653
  return setTimeout(j), F;
654
654
  }
@@ -666,8 +666,8 @@ function bi(e) {
666
666
  n,
667
667
  c,
668
668
  u,
669
- (f, C) => {
670
- s(), g && g(f, C);
669
+ (f, w) => {
670
+ s(), g && g(f, w);
671
671
  }
672
672
  );
673
673
  return t.push(p), p;
@@ -881,8 +881,8 @@ function vl(e, n) {
881
881
  if (!p.length)
882
882
  return;
883
883
  const f = e.pendingIcons;
884
- f && p.forEach((C) => {
885
- f.delete(C);
884
+ f && p.forEach((w) => {
885
+ f.delete(w);
886
886
  }), wl(e, u);
887
887
  } catch (p) {
888
888
  console.error(p);
@@ -917,8 +917,8 @@ const Tl = (e, n) => {
917
917
  const f = i[g] || (i[g] = /* @__PURE__ */ Object.create(null));
918
918
  f[p] || (f[p] = []);
919
919
  }), s.pending.forEach((u) => {
920
- const { provider: g, prefix: p, name: f } = u, C = Ae(g, p), y = C.pendingIcons || (C.pendingIcons = /* @__PURE__ */ new Set());
921
- y.has(f) || (y.add(f), i[g][p].push(f));
920
+ const { provider: g, prefix: p, name: f } = u, w = Ae(g, p), b = w.pendingIcons || (w.pendingIcons = /* @__PURE__ */ new Set());
921
+ b.has(f) || (b.add(f), i[g][p].push(f));
922
922
  }), o.forEach((u) => {
923
923
  const { provider: g, prefix: p } = u;
924
924
  i[g][p].length && vl(u, i[g][p]);
@@ -1065,10 +1065,10 @@ const qn = (e, n) => {
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: f, height: C } = e, y = i === "mask" || (i === "bg" ? !1 : p.indexOf("currentColor") !== -1), L = Bl(p, {
1068
+ const { body: p, width: f, height: w } = e, b = i === "mask" || (i === "bg" ? !1 : p.indexOf("currentColor") !== -1), L = Bl(p, {
1069
1069
  ...g,
1070
1070
  width: f + "",
1071
- height: C + ""
1071
+ height: w + ""
1072
1072
  });
1073
1073
  return s.style = {
1074
1074
  ...o,
@@ -1076,7 +1076,7 @@ const qn = (e, n) => {
1076
1076
  width: Hn(g.width),
1077
1077
  height: Hn(g.height),
1078
1078
  ...Pl,
1079
- ...y ? Jt : Ti,
1079
+ ...b ? Jt : Ti,
1080
1080
  ...c
1081
1081
  }, Tn("span", s);
1082
1082
  };
@@ -1229,7 +1229,7 @@ const Vl = {
1229
1229
  }, Hl = ["title"];
1230
1230
  function ql(e, n, t, s, i, o) {
1231
1231
  const d = _e("Icon");
1232
- return o.isIconify ? (l(), w(d, {
1232
+ return o.isIconify ? (l(), C(d, {
1233
1233
  key: 0,
1234
1234
  icon: t.iconClass,
1235
1235
  title: t.tooltip,
@@ -1435,7 +1435,7 @@ const zl = {
1435
1435
  }, Ql = ["data-component"], Xl = ["title"], $l = ["href", "title"], es = ["title"], ts = { key: 0 }, ns = { key: 1 }, is = ["title"], os = ["title"];
1436
1436
  function ls(e, n, t, s, i, o) {
1437
1437
  const d = W;
1438
- return l(), w(Me(t.componentTag || "div"), {
1438
+ return l(), C(Me(t.componentTag || "div"), {
1439
1439
  class: _(["edit-component-wrapper", { active: o.active }]),
1440
1440
  tabindex: "0",
1441
1441
  onClick: T(o.showActionButtons, ["stop"]),
@@ -1516,7 +1516,7 @@ function ls(e, n, t, s, i, o) {
1516
1516
  [be, o.active]
1517
1517
  ])
1518
1518
  ])) : (l(), r(S, { key: 1 }, [
1519
- o.isOuterComponent ? (l(), r("p", Zl, b(t.componentName), 1)) : m("", !0),
1519
+ o.isOuterComponent ? (l(), r("p", Zl, y(t.componentName), 1)) : m("", !0),
1520
1520
  X(a("ul", {
1521
1521
  class: "flex-container no-flex action-buttons",
1522
1522
  "data-component": t.componentName,
@@ -1590,7 +1590,7 @@ function ls(e, n, t, s, i, o) {
1590
1590
  [be, o.active]
1591
1591
  ])
1592
1592
  ], 64)),
1593
- H(e.$slots, "default", { editing: o.editing })
1593
+ A(e.$slots, "default", { editing: o.editing })
1594
1594
  ]),
1595
1595
  _: 3
1596
1596
  }, 8, ["class", "onClick", "title", "data-identifier"]);
@@ -1741,9 +1741,9 @@ function ys(e, n, t, s, i, o) {
1741
1741
  class: _(["cmd-headline", { "has-pre-headline-text": t.preHeadlineText, "has-icon": (g = t.cmdIcon) == null ? void 0 : g.iconClass }, o.headlineTextAlign])
1742
1742
  }, [
1743
1743
  t.preHeadlineText ? (l(), r(S, { key: 0 }, [
1744
- t.headlineText ? (l(), w(Me(o.headlineTag), { key: 0 }, {
1744
+ t.headlineText ? (l(), C(Me(o.headlineTag), { key: 0 }, {
1745
1745
  default: k(() => [
1746
- t.cmdIcon ? (l(), w(d, R(I({ key: 0 }, t.cmdIcon)), null, 16)) : m("", !0),
1746
+ t.cmdIcon ? (l(), C(d, R(I({ key: 0 }, t.cmdIcon)), null, 16)) : m("", !0),
1747
1747
  a("span", as, [
1748
1748
  a("span", {
1749
1749
  class: "pre-headline-text",
@@ -1753,25 +1753,25 @@ function ys(e, n, t, s, i, o) {
1753
1753
  key: 0,
1754
1754
  innerHTML: t.headlineText
1755
1755
  }, null, 8, ds)) : (l(), r("span", cs, [
1756
- H(e.$slots, "default")
1756
+ A(e.$slots, "default")
1757
1757
  ]))
1758
1758
  ])
1759
1759
  ]),
1760
1760
  _: 3
1761
1761
  })) : m("", !0)
1762
- ], 64)) : (l(), w(Me(o.headlineTag), { key: 1 }, {
1762
+ ], 64)) : (l(), C(Me(o.headlineTag), { key: 1 }, {
1763
1763
  default: k(() => [
1764
- t.cmdIcon ? (l(), w(d, R(I({ key: 0 }, t.cmdIcon)), null, 16)) : m("", !0),
1764
+ t.cmdIcon ? (l(), C(d, R(I({ key: 0 }, t.cmdIcon)), null, 16)) : m("", !0),
1765
1765
  t.headlineText ? (l(), r("span", {
1766
1766
  key: 1,
1767
1767
  innerHTML: t.headlineText
1768
1768
  }, null, 8, us)) : (l(), r("span", ms, [
1769
- H(e.$slots, "default")
1769
+ A(e.$slots, "default")
1770
1770
  ]))
1771
1771
  ]),
1772
1772
  _: 3
1773
1773
  }))
1774
- ], 2)) : (l(), w(u, {
1774
+ ], 2)) : (l(), C(u, {
1775
1775
  key: 1,
1776
1776
  ref: "editComponentWrapper",
1777
1777
  class: "edit-items",
@@ -1783,7 +1783,7 @@ function ys(e, n, t, s, i, o) {
1783
1783
  allowDeleteComponent: !!t.headlineText
1784
1784
  }, {
1785
1785
  default: k((p) => [
1786
- p.editing ? (l(), w(c, {
1786
+ p.editing ? (l(), C(c, {
1787
1787
  key: 0,
1788
1788
  element: "input",
1789
1789
  type: "text",
@@ -1794,22 +1794,22 @@ function ys(e, n, t, s, i, o) {
1794
1794
  modelValue: i.editableHeadlineText,
1795
1795
  "onUpdate:modelValue": n[0] || (n[0] = (f) => i.editableHeadlineText = f)
1796
1796
  }, null, 8, ["class", "modelValue"])) : t.headlineText ? (l(), r(S, { key: 1 }, [
1797
- t.cmdIcon ? (l(), w(d, R(I({ key: 0 }, t.cmdIcon)), null, 16)) : m("", !0),
1797
+ t.cmdIcon ? (l(), C(d, R(I({ key: 0 }, t.cmdIcon)), null, 16)) : m("", !0),
1798
1798
  t.preHeadlineText ? (l(), r(S, { key: 1 }, [
1799
- t.headlineText ? (l(), w(Me(o.headlineTag), { key: 0 }, {
1799
+ t.headlineText ? (l(), C(Me(o.headlineTag), { key: 0 }, {
1800
1800
  default: k(() => [
1801
- t.cmdIcon ? (l(), w(d, R(I({ key: 0 }, t.cmdIcon)), null, 16)) : m("", !0),
1802
- a("span", hs, b(t.preHeadlineText), 1),
1803
- H(e.$slots, "default", {}, () => [
1804
- E(b(t.headlineText), 1)
1801
+ t.cmdIcon ? (l(), C(d, R(I({ key: 0 }, t.cmdIcon)), null, 16)) : m("", !0),
1802
+ a("span", hs, y(t.preHeadlineText), 1),
1803
+ A(e.$slots, "default", {}, () => [
1804
+ H(y(t.headlineText), 1)
1805
1805
  ])
1806
1806
  ]),
1807
1807
  _: 3
1808
1808
  })) : m("", !0)
1809
- ], 64)) : t.headlineText ? (l(), w(Me(o.headlineTag), { key: 2 }, {
1809
+ ], 64)) : t.headlineText ? (l(), C(Me(o.headlineTag), { key: 2 }, {
1810
1810
  default: k(() => [
1811
- H(e.$slots, "default", {}, () => [
1812
- E(b(t.headlineText), 1)
1811
+ A(e.$slots, "default", {}, () => [
1812
+ H(y(t.headlineText), 1)
1813
1813
  ])
1814
1814
  ]),
1815
1815
  _: 3
@@ -1960,7 +1960,7 @@ function Cs(e, n, t, s, i, o) {
1960
1960
  ref: "tooltip"
1961
1961
  }, [
1962
1962
  t.cmdHeadline || t.iconClose.show ? (l(), r("div", xs, [
1963
- t.cmdHeadline ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
1963
+ t.cmdHeadline ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
1964
1964
  t.iconClose.show && t.toggleVisibilityByClick ? (l(), r("a", {
1965
1965
  key: 1,
1966
1966
  href: "#",
@@ -1973,8 +1973,8 @@ function Cs(e, n, t, s, i, o) {
1973
1973
  }, null, 8, ["iconClass", "type"])
1974
1974
  ], 8, _s)) : m("", !0)
1975
1975
  ])) : m("", !0),
1976
- H(e.$slots, "default", {}, () => [
1977
- E(b(t.tooltipText), 1)
1976
+ A(e.$slots, "default", {}, () => [
1977
+ H(y(t.tooltipText), 1)
1978
1978
  ])
1979
1979
  ], 2)) : m("", !0);
1980
1980
  }
@@ -2130,25 +2130,25 @@ function Is(e, n, t, s, i, o) {
2130
2130
  var u, g, p;
2131
2131
  const d = Y, c = W;
2132
2132
  return l(), r("div", vs, [
2133
- t.showHeadline ? (l(), w(d, {
2133
+ t.showHeadline ? (l(), C(d, {
2134
2134
  key: 0,
2135
2135
  "headline-level": t.cmdHeadline.headlineLevel
2136
2136
  }, {
2137
2137
  default: k(() => [
2138
- E(b(o.headlineRequirements), 1),
2138
+ H(y(o.headlineRequirements), 1),
2139
2139
  t.labelText ? (l(), r(S, { key: 0 }, [
2140
2140
  Ts,
2141
- a("em", null, b(t.labelText), 1)
2141
+ a("em", null, y(t.labelText), 1)
2142
2142
  ], 64)) : m("", !0)
2143
2143
  ]),
2144
2144
  _: 1
2145
2145
  }, 8, ["headline-level"])) : m("", !0),
2146
2146
  a("dl", null, [
2147
- (l(!0), r(S, null, q(t.inputRequirements, (f, C) => (l(), r(S, { key: C }, [
2147
+ (l(!0), r(S, null, q(t.inputRequirements, (f, w) => (l(), r(S, { key: w }, [
2148
2148
  a("dt", {
2149
2149
  "aria-live": "assertive",
2150
2150
  class: _(f.valid(t.inputModelValue, t.inputAttributes) ? "success" : "error")
2151
- }, b(f.message) + ":", 3),
2151
+ }, y(f.message) + ":", 3),
2152
2152
  a("dd", {
2153
2153
  class: _(f.valid(t.inputModelValue, t.inputAttributes) ? "success" : "error")
2154
2154
  }, [
@@ -2170,12 +2170,12 @@ function Is(e, n, t, s, i, o) {
2170
2170
  onClick: n[0] || (n[0] = T(() => {
2171
2171
  }, ["prevent"]))
2172
2172
  }, [
2173
- (u = t.helplink.icon) != null && u.iconClass ? (l(), w(c, {
2173
+ (u = t.helplink.icon) != null && u.iconClass ? (l(), C(c, {
2174
2174
  key: 0,
2175
2175
  class: _((g = t.helplink.icon) == null ? void 0 : g.iconClass),
2176
2176
  title: (p = t.helplink.icon) == null ? void 0 : p.tooltip
2177
2177
  }, null, 8, ["class", "title"])) : m("", !0),
2178
- t.helplink.text ? (l(), r("span", Ls, b(t.helplink.text), 1)) : m("", !0)
2178
+ t.helplink.text ? (l(), r("span", Ls, y(t.helplink.text), 1)) : m("", !0)
2179
2179
  ], 8, Os)) : m("", !0)
2180
2180
  ], 64)) : m("", !0)
2181
2181
  ]);
@@ -2242,7 +2242,7 @@ const Bs = /* @__PURE__ */ P(ks, [["render", Is]]), Fs = {
2242
2242
  };
2243
2243
  function Ds(e, n, t, s, i, o) {
2244
2244
  const d = Bs, c = Si;
2245
- return l(), w(c, {
2245
+ return l(), C(c, {
2246
2246
  ref: "tooltip",
2247
2247
  class: _(["cmd-tooltip-for-form-elements box", t.validationStatus]),
2248
2248
  relatedId: t.relatedId,
@@ -2250,7 +2250,7 @@ function Ds(e, n, t, s, i, o) {
2250
2250
  "toggle-visibility-by-click": !0
2251
2251
  }, {
2252
2252
  default: k(() => [
2253
- o.cmdListOfRequirementsProperties.showRequirements ? (l(), w(d, R(I({ key: 0 }, o.cmdListOfRequirementsProperties)), null, 16)) : m("", !0)
2253
+ o.cmdListOfRequirementsProperties.showRequirements ? (l(), C(d, R(I({ key: 0 }, o.cmdListOfRequirementsProperties)), null, 16)) : m("", !0)
2254
2254
  ]),
2255
2255
  _: 1
2256
2256
  }, 8, ["class", "relatedId", "scrollContainer"]);
@@ -3127,7 +3127,7 @@ const fn = {
3127
3127
  class: "search-field-wrapper flex-container no-gap"
3128
3128
  }, ma = ["id", "maxlength", "value"], ha = ["title"], pa = ["title"], fa = { key: 1 };
3129
3129
  function ga(e, n, t, s, i, o) {
3130
- var u, g, p, f, C, y, L, v, B, F, D, M, G, j, V, N, J, $, Z, ee, se, ce, ue, ne;
3130
+ var u, g, p, f, w, b, L, v, B, F, D, M, G, j, V, N, J, $, Z, ee, se, ce, ue, ne;
3131
3131
  const d = W, c = mn;
3132
3132
  return t.element === "input" || t.element === "select" || t.element === "textarea" ? (l(), r("label", {
3133
3133
  key: 0,
@@ -3156,7 +3156,7 @@ function ga(e, n, t, s, i, o) {
3156
3156
  t.labelText ? (l(), r("span", {
3157
3157
  key: 0,
3158
3158
  innerHTML: t.labelText
3159
- }, null, 8, js)) : H(e.$slots, "labeltext", { key: 1 }),
3159
+ }, null, 8, js)) : A(e.$slots, "labeltext", { key: 1 }),
3160
3160
  e.$attrs.required != null && e.$attrs.required !== !1 ? (l(), r("sup", zs, "*")) : m("", !0)
3161
3161
  ]),
3162
3162
  (e.$attrs.required || e.inputRequirements.length) && t.showStatusIcon ? (l(), r("a", {
@@ -3171,7 +3171,7 @@ function ga(e, n, t, s, i, o) {
3171
3171
  }, [
3172
3172
  h(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
3173
3173
  ], 8, Gs)) : m("", !0),
3174
- e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), w(c, {
3174
+ e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), C(c, {
3175
3175
  key: 1,
3176
3176
  ref: "tooltip",
3177
3177
  validationStatus: e.validationStatus,
@@ -3182,7 +3182,7 @@ function ga(e, n, t, s, i, o) {
3182
3182
  }, null, 8, ["validationStatus", "relatedId", "scrollContainerForTooltip", "cmdListOfRequirements", "role"])) : m("", !0)
3183
3183
  ], 2)) : m("", !0),
3184
3184
  e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" && e.$attrs.type !== "search" ? (l(), r("span", Ws, [
3185
- t.fieldIconClass ? (l(), w(d, {
3185
+ t.fieldIconClass ? (l(), C(d, {
3186
3186
  key: 0,
3187
3187
  class: "place-inside",
3188
3188
  iconClass: t.fieldIconClass
@@ -3190,12 +3190,12 @@ function ga(e, n, t, s, i, o) {
3190
3190
  t.element === "input" && e.$attrs.type !== "search" ? (l(), r("input", I({ key: 1 }, o.elementAttributes, {
3191
3191
  id: e.htmlId,
3192
3192
  class: t.inputClass,
3193
- onFocus: n[1] || (n[1] = (A) => e.tooltip = !0),
3194
- onBlur: n[2] || (n[2] = (...A) => o.onBlur && o.onBlur(...A)),
3195
- onInput: n[3] || (n[3] = (...A) => o.onInput && o.onInput(...A)),
3196
- onMouseover: n[4] || (n[4] = (...A) => o.datalistFocus && o.datalistFocus(...A)),
3197
- onKeyup: n[5] || (n[5] = (...A) => e.checkForCapsLock && e.checkForCapsLock(...A)),
3198
- onChange: n[6] || (n[6] = (A) => e.$emit("change", A)),
3193
+ onFocus: n[1] || (n[1] = (E) => e.tooltip = !0),
3194
+ onBlur: n[2] || (n[2] = (...E) => o.onBlur && o.onBlur(...E)),
3195
+ onInput: n[3] || (n[3] = (...E) => o.onInput && o.onInput(...E)),
3196
+ onMouseover: n[4] || (n[4] = (...E) => o.datalistFocus && o.datalistFocus(...E)),
3197
+ onKeyup: n[5] || (n[5] = (...E) => e.checkForCapsLock && e.checkForCapsLock(...E)),
3198
+ onChange: n[6] || (n[6] = (E) => e.$emit("change", E)),
3199
3199
  autocomplete: o.autocomplete,
3200
3200
  list: t.datalist ? t.datalist.id : null,
3201
3201
  value: t.modelValue,
@@ -3206,9 +3206,9 @@ function ga(e, n, t, s, i, o) {
3206
3206
  key: 2,
3207
3207
  href: "#",
3208
3208
  class: "place-inside",
3209
- onMousedown: n[7] || (n[7] = T((...A) => o.showPassword && o.showPassword(...A), ["prevent"])),
3210
- onMouseup: n[8] || (n[8] = T((...A) => o.hidePassword && o.hidePassword(...A), ["prevent"])),
3211
- onMouseleave: n[9] || (n[9] = T((...A) => o.hidePassword && o.hidePassword(...A), ["prevent"])),
3209
+ onMousedown: n[7] || (n[7] = T((...E) => o.showPassword && o.showPassword(...E), ["prevent"])),
3210
+ onMouseup: n[8] || (n[8] = T((...E) => o.hidePassword && o.hidePassword(...E), ["prevent"])),
3211
+ onMouseleave: n[9] || (n[9] = T((...E) => o.hidePassword && o.hidePassword(...E), ["prevent"])),
3212
3212
  onClick: n[10] || (n[10] = T(() => {
3213
3213
  }, ["prevent"])),
3214
3214
  title: t.iconPasswordVisible.tooltip
@@ -3222,16 +3222,16 @@ function ga(e, n, t, s, i, o) {
3222
3222
  key: 2,
3223
3223
  id: t.datalist.id
3224
3224
  }, [
3225
- (l(!0), r(S, null, q(t.datalist.options, (A, ae) => (l(), r("option", {
3225
+ (l(!0), r(S, null, q(t.datalist.options, (E, ae) => (l(), r("option", {
3226
3226
  key: ae,
3227
- value: A
3227
+ value: E
3228
3228
  }, null, 8, Zs))), 128))
3229
3229
  ], 8, Ys)) : t.element === "input" && (e.$attrs.type === "checkbox" || e.$attrs.type === "radio") ? (l(), r(S, { key: 3 }, [
3230
3230
  t.onLabel && t.offLabel ? t.onLabel && t.offLabel ? (l(), r(S, { key: 1 }, [
3231
3231
  a("span", ea, [
3232
3232
  a("input", I(o.elementAttributes, {
3233
- onChange: n[13] || (n[13] = (...A) => o.onChange && o.onChange(...A)),
3234
- onBlur: n[14] || (n[14] = (...A) => o.onBlur && o.onBlur(...A)),
3233
+ onChange: n[13] || (n[13] = (...E) => o.onChange && o.onChange(...E)),
3234
+ onBlur: n[14] || (n[14] = (...E) => o.onBlur && o.onBlur(...E)),
3235
3235
  checked: o.isChecked,
3236
3236
  value: t.inputValue,
3237
3237
  class: { inputClass: t.inputClass, validationStatus: e.validationStatus },
@@ -3239,8 +3239,8 @@ function ga(e, n, t, s, i, o) {
3239
3239
  disabled: e.$attrs.disabled,
3240
3240
  "aria-invalid": e.validationStatus === "error"
3241
3241
  }), null, 16, ta),
3242
- a("span", na, b(t.onLabel), 1),
3243
- a("span", ia, b(t.offLabel), 1)
3242
+ a("span", na, y(t.onLabel), 1),
3243
+ a("span", ia, y(t.offLabel), 1)
3244
3244
  ]),
3245
3245
  t.labelText ? (l(), r("span", {
3246
3246
  key: 0,
@@ -3249,10 +3249,10 @@ function ga(e, n, t, s, i, o) {
3249
3249
  a("span", { innerHTML: t.labelText }, null, 8, oa),
3250
3250
  e.$attrs.required ? (l(), r("sup", la, "*")) : m("", !0)
3251
3251
  ], 2)) : m("", !0)
3252
- ], 64)) : H(e.$slots, "default", { key: 2 }) : (l(), r(S, { key: 0 }, [
3252
+ ], 64)) : A(e.$slots, "default", { key: 2 }) : (l(), r(S, { key: 0 }, [
3253
3253
  a("input", I(o.elementAttributes, {
3254
- onChange: n[11] || (n[11] = (...A) => o.onChange && o.onChange(...A)),
3255
- onBlur: n[12] || (n[12] = (...A) => o.onBlur && o.onBlur(...A)),
3254
+ onChange: n[11] || (n[11] = (...E) => o.onChange && o.onChange(...E)),
3255
+ onBlur: n[12] || (n[12] = (...E) => o.onBlur && o.onBlur(...E)),
3256
3256
  checked: o.isChecked,
3257
3257
  value: t.inputValue,
3258
3258
  class: [t.inputClass, e.validationStatus, o.toggleSwitchIconClass, { "replace-input-type": t.replaceInputType }],
@@ -3268,7 +3268,7 @@ function ga(e, n, t, s, i, o) {
3268
3268
  t.labelText ? (l(), r("span", {
3269
3269
  key: 0,
3270
3270
  innerHTML: t.labelText
3271
- }, null, 8, Xs)) : H(e.$slots, "labeltext", { key: 1 }),
3271
+ }, null, 8, Xs)) : A(e.$slots, "labeltext", { key: 1 }),
3272
3272
  e.$attrs.required ? (l(), r("sup", $s, "*")) : m("", !0)
3273
3273
  ])
3274
3274
  ], 2)) : m("", !0)
@@ -3276,37 +3276,37 @@ function ga(e, n, t, s, i, o) {
3276
3276
  ], 64)) : m("", !0),
3277
3277
  t.element === "select" ? (l(), r("select", I({ key: 4 }, o.elementAttributes, {
3278
3278
  id: e.htmlId,
3279
- onBlur: n[15] || (n[15] = (...A) => o.onBlur && o.onBlur(...A)),
3280
- onChange: n[16] || (n[16] = (A) => e.$emit("update:modelValue", A.target.value))
3279
+ onBlur: n[15] || (n[15] = (...E) => o.onBlur && o.onBlur(...E)),
3280
+ onChange: n[16] || (n[16] = (E) => e.$emit("update:modelValue", E.target.value))
3281
3281
  }), [
3282
- (l(!0), r(S, null, q(t.selectOptions, (A, ae) => (l(), r("option", {
3282
+ (l(!0), r(S, null, q(t.selectOptions, (E, ae) => (l(), r("option", {
3283
3283
  key: ae,
3284
- value: A.value,
3285
- selected: A.value === t.modelValue
3286
- }, b(A.text), 9, aa))), 128))
3284
+ value: E.value,
3285
+ selected: E.value === t.modelValue
3286
+ }, y(E.text), 9, aa))), 128))
3287
3287
  ], 16, sa)) : m("", !0),
3288
3288
  t.element === "textarea" ? (l(), r("textarea", I({ key: 5 }, o.elementAttributes, {
3289
3289
  id: e.htmlId,
3290
3290
  value: t.modelValue,
3291
3291
  maxlength: o.getMaxLength(),
3292
- onInput: n[17] || (n[17] = (...A) => o.onInput && o.onInput(...A)),
3293
- onFocus: n[18] || (n[18] = (A) => e.tooltip = !0),
3294
- onBlur: n[19] || (n[19] = (...A) => o.onBlur && o.onBlur(...A))
3292
+ onInput: n[17] || (n[17] = (...E) => o.onInput && o.onInput(...E)),
3293
+ onFocus: n[18] || (n[18] = (E) => e.tooltip = !0),
3294
+ onBlur: n[19] || (n[19] = (...E) => o.onBlur && o.onBlur(...E))
3295
3295
  }), null, 16, ra)) : m("", !0),
3296
3296
  t.element === "textarea" && t.showCharactersTextarea ? (l(), r("span", da, [
3297
- t.textCharactersLeft ? (l(), r("span", ca, b(t.textCharactersLeft), 1)) : m("", !0),
3297
+ t.textCharactersLeft ? (l(), r("span", ca, y(t.textCharactersLeft), 1)) : m("", !0),
3298
3298
  a("span", {
3299
3299
  class: _(["characters-left", { error: o.charactersLeft === 0 }])
3300
- }, b(o.charactersLeft), 3)
3300
+ }, y(o.charactersLeft), 3)
3301
3301
  ])) : t.element === "input" && e.$attrs.type === "search" ? (l(), r("span", ua, [
3302
- t.fieldIconClass ? (l(), w(d, {
3302
+ t.fieldIconClass ? (l(), C(d, {
3303
3303
  key: 0,
3304
3304
  class: "place-inside",
3305
3305
  iconClass: t.fieldIconClass
3306
3306
  }, null, 8, ["iconClass"])) : m("", !0),
3307
3307
  a("input", I(o.elementAttributes, {
3308
3308
  id: e.htmlId,
3309
- onInput: n[20] || (n[20] = (...A) => o.onInput && o.onInput(...A)),
3309
+ onInput: n[20] || (n[20] = (...E) => o.onInput && o.onInput(...E)),
3310
3310
  maxlength: o.getMaxLength(),
3311
3311
  value: t.modelValue
3312
3312
  }), null, 16, ma),
@@ -3315,7 +3315,7 @@ function ga(e, n, t, s, i, o) {
3315
3315
  href: "#",
3316
3316
  class: _(["button no-flex", { disabled: e.$attrs.disabled }]),
3317
3317
  title: t.iconSearch.tooltip,
3318
- onClick: n[21] || (n[21] = T((...A) => o.executeSearch && o.executeSearch(...A), ["prevent"]))
3318
+ onClick: n[21] || (n[21] = T((...E) => o.executeSearch && o.executeSearch(...E), ["prevent"]))
3319
3319
  }, [
3320
3320
  h(d, {
3321
3321
  iconClass: t.iconSearch.iconClass
@@ -3324,7 +3324,7 @@ function ga(e, n, t, s, i, o) {
3324
3324
  (u = t.iconDelete) != null && u.show ? (l(), r("a", {
3325
3325
  key: 2,
3326
3326
  href: "#",
3327
- onClick: n[22] || (n[22] = T((A) => e.$emit("update:modelValue", ""), ["prevent"])),
3327
+ onClick: n[22] || (n[22] = T((E) => e.$emit("update:modelValue", ""), ["prevent"])),
3328
3328
  title: (g = t.iconDelete) == null ? void 0 : g.tooltip
3329
3329
  }, [
3330
3330
  h(d, {
@@ -3337,17 +3337,17 @@ function ga(e, n, t, s, i, o) {
3337
3337
  key: 1,
3338
3338
  class: "button"
3339
3339
  }, o.buttonAttrs, {
3340
- onClick: n[23] || (n[23] = (...A) => o.submit && o.submit(...A))
3340
+ onClick: n[23] || (n[23] = (...E) => o.submit && o.submit(...E))
3341
3341
  }), [
3342
- (y = (C = t.nativeButton) == null ? void 0 : C.icon) != null && y.show && (((v = (L = t.nativeButton) == null ? void 0 : L.icon) == null ? void 0 : v.position) === "before" || !((F = (B = t.nativeButton) == null ? void 0 : B.icon) != null && F.position)) ? (l(), w(d, {
3342
+ (b = (w = t.nativeButton) == null ? void 0 : w.icon) != null && b.show && (((v = (L = t.nativeButton) == null ? void 0 : L.icon) == null ? void 0 : v.position) === "before" || !((F = (B = t.nativeButton) == null ? void 0 : B.icon) != null && F.position)) ? (l(), C(d, {
3343
3343
  key: 0,
3344
3344
  iconClass: (M = (D = t.nativeButton) == null ? void 0 : D.icon) == null ? void 0 : M.iconClass,
3345
3345
  type: (j = (G = t.nativeButton) == null ? void 0 : G.icon) == null ? void 0 : j.iconType
3346
3346
  }, null, 8, ["iconClass", "type"])) : m("", !0),
3347
- (V = t.nativeButton) != null && V.icon && ((N = t.nativeButton) != null && N.text) ? (l(), r("span", fa, b(t.nativeButton.text), 1)) : (l(), r(S, { key: 2 }, [
3348
- E(b(t.nativeButton.text), 1)
3347
+ (V = t.nativeButton) != null && V.icon && ((N = t.nativeButton) != null && N.text) ? (l(), r("span", fa, y(t.nativeButton.text), 1)) : (l(), r(S, { key: 2 }, [
3348
+ H(y(t.nativeButton.text), 1)
3349
3349
  ], 64)),
3350
- ($ = (J = t.nativeButton) == null ? void 0 : J.icon) != null && $.show && ((ee = (Z = t.nativeButton) == null ? void 0 : Z.icon) == null ? void 0 : ee.position) === "after" ? (l(), w(d, {
3350
+ ($ = (J = t.nativeButton) == null ? void 0 : J.icon) != null && $.show && ((ee = (Z = t.nativeButton) == null ? void 0 : Z.icon) == null ? void 0 : ee.position) === "after" ? (l(), C(d, {
3351
3351
  key: 3,
3352
3352
  iconClass: (ce = (se = t.nativeButton) == null ? void 0 : se.icon) == null ? void 0 : ce.iconClass,
3353
3353
  type: (ne = (ue = t.nativeButton) == null ? void 0 : ue.icon) == null ? void 0 : ne.iconType
@@ -3490,19 +3490,19 @@ function Ha(e, n, t, s, i, o) {
3490
3490
  class: _(["cmd-address-data-item", { address: t.addressEntry.name === "address" }]),
3491
3491
  id: t.addressEntry.id
3492
3492
  }, [
3493
- t.addressEntry.iconClass && t.showLabelIcons ? (l(), w(d, {
3493
+ t.addressEntry.iconClass && t.showLabelIcons ? (l(), C(d, {
3494
3494
  key: 0,
3495
3495
  iconClass: t.addressEntry.iconClass,
3496
3496
  type: t.addressEntry.iconType,
3497
3497
  tooltip: t.addressEntry.labelText
3498
3498
  }, null, 8, ["iconClass", "type", "tooltip"])) : m("", !0),
3499
- t.showLabelTexts ? (l(), r("span", xa, b(t.addressEntry.labelText), 1)) : m("", !0)
3499
+ t.showLabelTexts ? (l(), r("span", xa, y(t.addressEntry.labelText), 1)) : m("", !0)
3500
3500
  ], 10, ba),
3501
3501
  t.addressEntry.name !== "address" && (t.addressEntry.data || t.addressEntry.href) ? (l(), r("dd", {
3502
3502
  key: 0,
3503
3503
  class: _(o.vCardClass(t.addressEntry))
3504
3504
  }, [
3505
- e.editing ? (l(), w(c, {
3505
+ e.editing ? (l(), C(c, {
3506
3506
  key: 1,
3507
3507
  element: "input",
3508
3508
  type: o.inputType(t.addressEntry),
@@ -3519,7 +3519,7 @@ function Ha(e, n, t, s, i, o) {
3519
3519
  target: t.addressEntry.name === "url" ? "_blank" : null,
3520
3520
  title: t.addressEntry.tooltip,
3521
3521
  "data-type": t.addressEntry.name
3522
- }, b(t.addressEntry.data || t.addressEntry.href), 9, _a)) : (l(), r("span", {
3522
+ }, y(t.addressEntry.data || t.addressEntry.href), 9, _a)) : (l(), r("span", {
3523
3523
  key: 1,
3524
3524
  innerHTML: t.addressEntry.data
3525
3525
  }, null, 8, Ca))
@@ -3532,27 +3532,27 @@ function Ha(e, n, t, s, i, o) {
3532
3532
  title: t.addressEntry.tooltip
3533
3533
  }, [
3534
3534
  t.addressEntry.streetNo ? (l(), r(S, { key: 0 }, [
3535
- a("span", va, b(t.addressEntry.streetNo), 1),
3535
+ a("span", va, y(t.addressEntry.streetNo), 1),
3536
3536
  Ta
3537
3537
  ], 64)) : m("", !0),
3538
3538
  t.addressEntry.zip || t.addressEntry.city ? (l(), r("span", {
3539
3539
  key: 1,
3540
3540
  class: _(t.showCityBeforeZip ? "city-zip" : "zip-city")
3541
3541
  }, [
3542
- t.addressEntry.zip ? (l(), r("span", Sa, b(t.addressEntry.zip), 1)) : m("", !0),
3542
+ t.addressEntry.zip ? (l(), r("span", Sa, y(t.addressEntry.zip), 1)) : m("", !0),
3543
3543
  t.addressEntry.city ? (l(), r("span", Oa, [
3544
- E(b(t.addressEntry.city), 1),
3544
+ H(y(t.addressEntry.city), 1),
3545
3545
  t.addressEntry.state ? (l(), r(S, { key: 0 }, [
3546
- E(b(t.addressEntry.state), 1)
3546
+ H(y(t.addressEntry.state), 1)
3547
3547
  ], 64)) : m("", !0)
3548
3548
  ])) : m("", !0)
3549
3549
  ], 2)) : m("", !0),
3550
3550
  La,
3551
3551
  t.addressEntry.miscInfo ? (l(), r(S, { key: 2 }, [
3552
- a("span", null, b(t.addressEntry.miscInfo), 1),
3552
+ a("span", null, y(t.addressEntry.miscInfo), 1),
3553
3553
  t.addressEntry.country ? (l(), r("br", Ia)) : m("", !0)
3554
3554
  ], 64)) : m("", !0),
3555
- t.addressEntry.country ? (l(), r("span", Ba, b(t.addressEntry.country), 1)) : m("", !0)
3555
+ t.addressEntry.country ? (l(), r("span", Ba, y(t.addressEntry.country), 1)) : m("", !0)
3556
3556
  ], 8, ka)) : (l(), r(S, { key: 1 }, [
3557
3557
  e.editing ? (l(), r(S, { key: 1 }, [
3558
3558
  h(c, {
@@ -3610,27 +3610,27 @@ function Ha(e, n, t, s, i, o) {
3610
3610
  }, null, 8, ["labelText", "modelValue"])
3611
3611
  ], 64)) : (l(), r(S, { key: 0 }, [
3612
3612
  t.addressEntry.streetNo ? (l(), r(S, { key: 0 }, [
3613
- a("span", Fa, b(t.addressEntry.streetNo), 1),
3613
+ a("span", Fa, y(t.addressEntry.streetNo), 1),
3614
3614
  Da
3615
3615
  ], 64)) : m("", !0),
3616
3616
  t.addressEntry.zip || t.addressEntry.city ? (l(), r("span", {
3617
3617
  key: 1,
3618
3618
  class: _(t.showCityBeforeZip ? "city-zip" : "zip-city")
3619
3619
  }, [
3620
- t.addressEntry.zip ? (l(), r("span", Ma, b(t.addressEntry.zip), 1)) : m("", !0),
3620
+ t.addressEntry.zip ? (l(), r("span", Ma, y(t.addressEntry.zip), 1)) : m("", !0),
3621
3621
  t.addressEntry.city ? (l(), r("span", Pa, [
3622
- E(b(t.addressEntry.city), 1),
3622
+ H(y(t.addressEntry.city), 1),
3623
3623
  t.addressEntry.state ? (l(), r(S, { key: 0 }, [
3624
- E(" " + b(t.addressEntry.state), 1)
3624
+ H(" " + y(t.addressEntry.state), 1)
3625
3625
  ], 64)) : m("", !0)
3626
3626
  ])) : m("", !0)
3627
3627
  ], 2)) : m("", !0),
3628
3628
  Va,
3629
3629
  t.addressEntry.miscInfo ? (l(), r(S, { key: 2 }, [
3630
- a("span", null, b(t.addressEntry.miscInfo), 1),
3630
+ a("span", null, y(t.addressEntry.miscInfo), 1),
3631
3631
  Aa
3632
3632
  ], 64)) : m("", !0),
3633
- t.addressEntry.country ? (l(), r("span", Ea, b(t.addressEntry.country), 1)) : m("", !0)
3633
+ t.addressEntry.country ? (l(), r("span", Ea, y(t.addressEntry.country), 1)) : m("", !0)
3634
3634
  ], 64))
3635
3635
  ], 64))
3636
3636
  ])) : m("", !0)
@@ -3776,8 +3776,8 @@ function mr(e, n, t, s, i, o) {
3776
3776
  var p;
3777
3777
  const d = Y, c = qa, u = He, g = W;
3778
3778
  return l(), r("div", Na, [
3779
- t.useSlot ? H(e.$slots, "default", { key: 0 }) : (l(), r(S, { key: 1 }, [
3780
- (p = t.cmdHeadline) != null && p.headlineText || e.editModeContext ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
3779
+ t.useSlot ? A(e.$slots, "default", { key: 0 }) : (l(), r(S, { key: 1 }, [
3780
+ (p = t.cmdHeadline) != null && p.headlineText || e.editModeContext ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
3781
3781
  a("address", Ua, [
3782
3782
  t.showLabels && (t.showLabelTexts || t.showLabelIcons) && !t.showIconsOnly ? (l(), r(S, { key: 0 }, [
3783
3783
  e.editModeContext ? (l(), r(S, { key: 1 }, [
@@ -3787,14 +3787,14 @@ function mr(e, n, t, s, i, o) {
3787
3787
  class: "button confirm small",
3788
3788
  onClick: n[0] || (n[0] = (...f) => o.onAddItem && o.onAddItem(...f))
3789
3789
  }, Wa)) : m("", !0),
3790
- (l(!0), r(S, null, q(t.addressData, (f, C) => (l(), w(u, {
3791
- key: "x" + C,
3790
+ (l(!0), r(S, null, q(t.addressData, (f, w) => (l(), C(u, {
3791
+ key: "x" + w,
3792
3792
  class: "edit-items",
3793
3793
  showComponentName: !1,
3794
3794
  allowedComponentTypes: [],
3795
3795
  componentName: "CmdAddressDataItem",
3796
3796
  componentProps: f,
3797
- componentPath: ["props", "addressData", C]
3797
+ componentPath: ["props", "addressData", w]
3798
3798
  }, {
3799
3799
  default: k(() => [
3800
3800
  a("dl", null, [
@@ -3808,8 +3808,8 @@ function mr(e, n, t, s, i, o) {
3808
3808
  _: 2
3809
3809
  }, 1032, ["componentProps", "componentPath"]))), 128))
3810
3810
  ], 64)) : (l(), r("dl", ja, [
3811
- (l(!0), r(S, null, q(t.addressData, (f, C) => (l(), w(c, {
3812
- key: C,
3811
+ (l(!0), r(S, null, q(t.addressData, (f, w) => (l(), C(c, {
3812
+ key: w,
3813
3813
  addressEntry: f,
3814
3814
  showLabelIcons: t.showLabelIcons,
3815
3815
  showLabelTexts: t.showLabelTexts,
@@ -3820,7 +3820,7 @@ function mr(e, n, t, s, i, o) {
3820
3820
  key: 1,
3821
3821
  class: _(["flex-container", { vertical: !t.showIconsOnly }])
3822
3822
  }, [
3823
- (l(!0), r(S, null, q(t.addressData, (f, C) => (l(), r(S, { key: C }, [
3823
+ (l(!0), r(S, null, q(t.addressData, (f, w) => (l(), r(S, { key: w }, [
3824
3824
  f.href || f.name === "address" && f.linkGoogleMaps || !t.showIconsOnly ? (l(), r("li", {
3825
3825
  key: 0,
3826
3826
  class: _({ "no-flex": t.showIconsOnly })
@@ -3833,13 +3833,13 @@ function mr(e, n, t, s, i, o) {
3833
3833
  title: f.tooltip
3834
3834
  }, [
3835
3835
  t.showIconsOnly ? (l(), r(S, { key: 0 }, [
3836
- f.iconClass ? (l(), w(g, {
3836
+ f.iconClass ? (l(), C(g, {
3837
3837
  key: 0,
3838
3838
  iconClass: f.iconClass,
3839
3839
  type: f.iconType
3840
3840
  }, null, 8, ["iconClass", "type"])) : m("", !0)
3841
3841
  ], 64)) : (l(), r(S, { key: 1 }, [
3842
- E(b(f.href), 1)
3842
+ H(y(f.href), 1)
3843
3843
  ], 64))
3844
3844
  ], 10, Ka)) : t.showIconsOnly ? m("", !0) : (l(), r("span", {
3845
3845
  key: 1,
@@ -3853,67 +3853,67 @@ function mr(e, n, t, s, i, o) {
3853
3853
  title: f.tooltip
3854
3854
  }, [
3855
3855
  t.showIconsOnly ? (l(), r(S, { key: 0 }, [
3856
- f.iconClass ? (l(), w(g, {
3856
+ f.iconClass ? (l(), C(g, {
3857
3857
  key: 0,
3858
3858
  iconClass: f.iconClass,
3859
3859
  type: f.iconType
3860
3860
  }, null, 8, ["iconClass", "type"])) : m("", !0)
3861
3861
  ], 64)) : (l(), r(S, { key: 1 }, [
3862
3862
  f.streetNo ? (l(), r(S, { key: 0 }, [
3863
- a("span", Za, b(f.streetNo), 1),
3863
+ a("span", Za, y(f.streetNo), 1),
3864
3864
  Qa
3865
3865
  ], 64)) : m("", !0),
3866
3866
  f.zip || f.city ? (l(), r("span", {
3867
3867
  key: 1,
3868
3868
  class: _(t.showCityBeforeZip ? "order-city-zip" : "order-zip-city")
3869
3869
  }, [
3870
- f.zip ? (l(), r("span", Xa, b(f.zip) + " ", 1)) : m("", !0),
3870
+ f.zip ? (l(), r("span", Xa, y(f.zip) + " ", 1)) : m("", !0),
3871
3871
  f.city ? (l(), r("span", $a, [
3872
- E(b(f.city), 1),
3872
+ H(y(f.city), 1),
3873
3873
  f.state ? (l(), r(S, { key: 0 }, [
3874
- E(b(f.state), 1)
3874
+ H(y(f.state), 1)
3875
3875
  ], 64)) : m("", !0)
3876
3876
  ])) : m("", !0),
3877
3877
  er
3878
3878
  ], 2)) : m("", !0),
3879
3879
  f.pobox ? (l(), r(S, { key: 2 }, [
3880
- a("span", null, b(f.pobox), 1),
3880
+ a("span", null, y(f.pobox), 1),
3881
3881
  tr
3882
3882
  ], 64)) : m("", !0),
3883
3883
  f.miscInfo ? (l(), r(S, { key: 3 }, [
3884
- a("span", null, b(f.miscInfo), 1),
3884
+ a("span", null, y(f.miscInfo), 1),
3885
3885
  nr
3886
3886
  ], 64)) : m("", !0),
3887
- f.country ? (l(), r("span", ir, b(f.country), 1)) : m("", !0)
3887
+ f.country ? (l(), r("span", ir, y(f.country), 1)) : m("", !0)
3888
3888
  ], 64))
3889
3889
  ], 8, Ya)) : m("", !0),
3890
3890
  !f.linkGoogleMaps && !t.showIconsOnly ? (l(), r(S, { key: 1 }, [
3891
3891
  f.streetNo ? (l(), r(S, { key: 0 }, [
3892
- a("span", or, b(f.streetNo), 1),
3892
+ a("span", or, y(f.streetNo), 1),
3893
3893
  lr
3894
3894
  ], 64)) : m("", !0),
3895
3895
  f.zip || f.city ? (l(), r("span", {
3896
3896
  key: 1,
3897
3897
  class: _(t.showCityBeforeZip ? "order-city-zip" : "order-zip-city")
3898
3898
  }, [
3899
- f.zip ? (l(), r("span", sr, b(f.zip) + " ", 1)) : m("", !0),
3899
+ f.zip ? (l(), r("span", sr, y(f.zip) + " ", 1)) : m("", !0),
3900
3900
  f.city ? (l(), r("span", ar, [
3901
- E(b(f.city), 1),
3901
+ H(y(f.city), 1),
3902
3902
  f.state ? (l(), r(S, { key: 0 }, [
3903
- E(b(f.state), 1)
3903
+ H(y(f.state), 1)
3904
3904
  ], 64)) : m("", !0)
3905
3905
  ])) : m("", !0),
3906
3906
  rr
3907
3907
  ], 2)) : m("", !0),
3908
3908
  f.pobox ? (l(), r(S, { key: 2 }, [
3909
- a("span", null, b(f.pobox), 1),
3909
+ a("span", null, y(f.pobox), 1),
3910
3910
  dr
3911
3911
  ], 64)) : m("", !0),
3912
3912
  f.miscInfo ? (l(), r(S, { key: 3 }, [
3913
- a("span", null, b(f.miscInfo), 1),
3913
+ a("span", null, y(f.miscInfo), 1),
3914
3914
  cr
3915
3915
  ], 64)) : m("", !0),
3916
- f.country ? (l(), r("span", ur, b(f.country), 1)) : m("", !0)
3916
+ f.country ? (l(), r("span", ur, y(f.country), 1)) : m("", !0)
3917
3917
  ], 64)) : m("", !0)
3918
3918
  ], 64)) : m("", !0)
3919
3919
  ], 2)) : m("", !0)
@@ -3988,7 +3988,7 @@ const Li = /* @__PURE__ */ P(Ra, [["render", mr]]), hr = {
3988
3988
  }, pr = ["title"];
3989
3989
  function fr(e, n, t, s, i, o) {
3990
3990
  const d = W;
3991
- return l(), w(Ve, { name: "fade" }, {
3991
+ return l(), C(Ve, { name: "fade" }, {
3992
3992
  default: k(() => [
3993
3993
  o.show ? (l(), r("a", {
3994
3994
  key: 0,
@@ -4074,13 +4074,13 @@ const gr = /* @__PURE__ */ P(hr, [["render", fr]]), yr = {
4074
4074
  function wr(e, n, t, s, i, o) {
4075
4075
  const d = Y, c = W;
4076
4076
  return l(), r("div", br, [
4077
- t.useSlot ? H(e.$slots, "default", { key: 0 }) : (l(), r(S, { key: 1 }, [
4078
- t.cmdHeadline ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
4077
+ t.useSlot ? A(e.$slots, "default", { key: 0 }) : (l(), r(S, { key: 1 }, [
4078
+ t.cmdHeadline ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
4079
4079
  a("dl", null, [
4080
4080
  (l(!0), r(S, null, q(t.accountData, (u, g) => (l(), r(S, { key: g }, [
4081
- a("dt", null, b(u.text), 1),
4081
+ a("dt", null, y(u.text), 1),
4082
4082
  t.allowCopyByClick && u.allowCopy ? (l(), r("dd", xr, [
4083
- a("span", null, b(u.value), 1),
4083
+ a("span", null, y(u.value), 1),
4084
4084
  a("a", {
4085
4085
  href: "#",
4086
4086
  onClick: T((p) => o.copyToClipboard(u.value), ["prevent"]),
@@ -4091,10 +4091,10 @@ function wr(e, n, t, s, i, o) {
4091
4091
  type: t.cmdIcon.iconType
4092
4092
  }, null, 8, ["iconClass", "type"])
4093
4093
  ], 8, _r)
4094
- ])) : (l(), r("dd", { key: g }, b(u.value), 1))
4094
+ ])) : (l(), r("dd", { key: g }, y(u.value), 1))
4095
4095
  ], 64))), 128))
4096
4096
  ]),
4097
- t.additionalInformation ? (l(), r("p", Cr, b(t.additionalInformation), 1)) : m("", !0)
4097
+ t.additionalInformation ? (l(), r("p", Cr, y(t.additionalInformation), 1)) : m("", !0)
4098
4098
  ], 64))
4099
4099
  ]);
4100
4100
  }
@@ -4195,7 +4195,7 @@ const kr = /* @__PURE__ */ P(yr, [["render", wr]]), vr = {
4195
4195
  }, Tr = ["role", "aria-labelledby"], Sr = ["title"];
4196
4196
  function Or(e, n, t, s, i, o) {
4197
4197
  const d = W, c = Y;
4198
- return l(), w(Ve, {
4198
+ return l(), C(Ve, {
4199
4199
  name: t.useTransition ? "fade" : null
4200
4200
  }, {
4201
4201
  default: k(() => [
@@ -4217,7 +4217,7 @@ function Or(e, n, t, s, i, o) {
4217
4217
  type: t.iconClose.iconType
4218
4218
  }, null, 8, ["iconClass", "type"])
4219
4219
  ], 8, Sr)) : m("", !0),
4220
- H(e.$slots, "default", {}, () => [
4220
+ A(e.$slots, "default", {}, () => [
4221
4221
  h(c, {
4222
4222
  class: "message-headline",
4223
4223
  cmdIcon: o.headlineIcon,
@@ -4386,13 +4386,13 @@ function Ar(e, n, t, s, i, o) {
4386
4386
  a("fieldset", Br, [
4387
4387
  a("legend", {
4388
4388
  class: _({ hidden: !t.legend.show, "align-left": t.legend.align === "left" })
4389
- }, b(t.legend.text), 3),
4390
- i.systemMessage.show && i.systemMessage.message ? (l(), w(d, {
4389
+ }, y(t.legend.text), 3),
4390
+ i.systemMessage.show && i.systemMessage.message ? (l(), C(d, {
4391
4391
  key: 0,
4392
4392
  validationStatus: i.systemMessage.validationStatus,
4393
4393
  systemMessage: i.systemMessage.message
4394
4394
  }, null, 8, ["validationStatus", "systemMessage"])) : m("", !0),
4395
- t.useSlot ? H(e.$slots, "default", { key: 1 }) : (l(!0), r(S, { key: 2 }, q(t.formElements, (u, g) => (l(), w(c, {
4395
+ t.useSlot ? A(e.$slots, "default", { key: 1 }) : (l(!0), r(S, { key: 2 }, q(t.formElements, (u, g) => (l(), C(c, {
4396
4396
  key: g,
4397
4397
  element: u.element || "input",
4398
4398
  type: u.type || "text",
@@ -4422,7 +4422,7 @@ function Ar(e, n, t, s, i, o) {
4422
4422
  key: 0,
4423
4423
  class: _(o.submitButtonOptions.iconClass)
4424
4424
  }, null, 2)) : m("", !0),
4425
- o.submitButtonOptions.text ? (l(), r("span", Dr, b(o.submitButtonOptions.text), 1)) : m("", !0)
4425
+ o.submitButtonOptions.text ? (l(), r("span", Dr, y(o.submitButtonOptions.text), 1)) : m("", !0)
4426
4426
  ], 10, Fr)) : m("", !0)
4427
4427
  ]),
4428
4428
  o.submitButtonOptions && o.submitButtonOptions.position === "belowFieldset" ? (l(), r("div", Mr, [
@@ -4434,11 +4434,11 @@ function Ar(e, n, t, s, i, o) {
4434
4434
  key: 0,
4435
4435
  class: _(o.submitButtonOptions.iconClass)
4436
4436
  }, null, 2)) : m("", !0),
4437
- o.submitButtonOptions.text ? (l(), r("span", Vr, b(o.submitButtonOptions.text), 1)) : m("", !0)
4437
+ o.submitButtonOptions.text ? (l(), r("span", Vr, y(o.submitButtonOptions.text), 1)) : m("", !0)
4438
4438
  ], 10, Pr)
4439
4439
  ])) : m("", !0),
4440
- H(e.$slots, "button-row")
4441
- ], 64)) : H(e.$slots, "default", { key: 1 })
4440
+ A(e.$slots, "button-row")
4441
+ ], 64)) : A(e.$slots, "default", { key: 1 })
4442
4442
  ], 42, Ir);
4443
4443
  }
4444
4444
  const Ii = /* @__PURE__ */ P(Lr, [["render", Ar]]), Er = {
@@ -4752,9 +4752,9 @@ const Hr = {
4752
4752
  Gr
4753
4753
  ], Kr = ["innerHTML"], Jr = ["src", "alt", "title"], Yr = ["innerHTML"], Zr = ["src", "alt", "title"];
4754
4754
  function Qr(e, n, t, s, i, o) {
4755
- var u, g, p, f, C, y, L, v, B, F, D, M, G;
4755
+ var u, g, p, f, w, b, L, v, B, F, D, M, G;
4756
4756
  const d = te, c = He;
4757
- return e.editModeContext ? (l(), w(c, {
4757
+ return e.editModeContext ? (l(), C(c, {
4758
4758
  key: 0,
4759
4759
  ref: "editComponentWrapper",
4760
4760
  class: "edit-items",
@@ -4767,13 +4767,13 @@ function Qr(e, n, t, s, i, o) {
4767
4767
  itemProvider: ((u = e.editModeConfig) == null ? void 0 : u.allowAddItem) !== !1 ? o.itemProvider : null
4768
4768
  }, {
4769
4769
  default: k((j) => {
4770
- var V, N, J, $, Z, ee, se, ce, ue, ne, A, ae;
4770
+ var V, N, J, $, Z, ee, se, ce, ue, ne, E, ae;
4771
4771
  return [
4772
4772
  a("figure", {
4773
4773
  class: _(["cmd-image flex-container no-gap vertical", o.textAlign])
4774
4774
  }, [
4775
4775
  (V = t.figcaption) != null && V.show && ((N = t.figcaption) == null ? void 0 : N.position) === "top" ? (l(), r(S, { key: 0 }, [
4776
- j.editing ? (l(), w(d, {
4776
+ j.editing ? (l(), C(d, {
4777
4777
  key: 0,
4778
4778
  element: "input",
4779
4779
  type: "text",
@@ -4818,7 +4818,7 @@ function Qr(e, n, t, s, i, o) {
4818
4818
  title: (ce = t.image) == null ? void 0 : ce.tooltip
4819
4819
  }, null, 8, Ur)) : m("", !0),
4820
4820
  (ue = t.figcaption) != null && ue.show && ((ne = t.figcaption) == null ? void 0 : ne.position) !== "top" ? (l(), r(S, { key: 3 }, [
4821
- j.editing ? (l(), w(d, {
4821
+ j.editing ? (l(), C(d, {
4822
4822
  key: 0,
4823
4823
  element: "input",
4824
4824
  type: "text",
@@ -4829,7 +4829,7 @@ function Qr(e, n, t, s, i, o) {
4829
4829
  modelValue: o.editableFigcaptionText,
4830
4830
  "onUpdate:modelValue": n[2] || (n[2] = (ie) => o.editableFigcaptionText = ie),
4831
4831
  placeholder: "figcaption"
4832
- }, null, 8, ["class", "modelValue"])) : (A = t.figcaption) != null && A.text ? (l(), r("figcaption", {
4832
+ }, null, 8, ["class", "modelValue"])) : (E = t.figcaption) != null && E.text ? (l(), r("figcaption", {
4833
4833
  key: 1,
4834
4834
  innerHTML: (ae = t.figcaption) == null ? void 0 : ae.text
4835
4835
  }, null, 8, jr)) : m("", !0)
@@ -4850,11 +4850,11 @@ function Qr(e, n, t, s, i, o) {
4850
4850
  }, [
4851
4851
  ((g = t.figcaption) == null ? void 0 : g.position) === "top" && ((p = t.figcaption) != null && p.text) && ((f = t.figcaption) != null && f.show) ? (l(), r("figcaption", {
4852
4852
  key: 0,
4853
- innerHTML: (C = t.figcaption) == null ? void 0 : C.text
4853
+ innerHTML: (w = t.figcaption) == null ? void 0 : w.text
4854
4854
  }, null, 8, Kr)) : m("", !0),
4855
4855
  a("img", {
4856
4856
  src: o.imageSource,
4857
- alt: (y = t.image) == null ? void 0 : y.alt,
4857
+ alt: (b = t.image) == null ? void 0 : b.alt,
4858
4858
  title: (L = t.image) == null ? void 0 : L.tooltip,
4859
4859
  onLoad: n[4] || (n[4] = (...j) => o.onImageLoaded && o.onImageLoaded(...j))
4860
4860
  }, null, 40, Jr),
@@ -5204,9 +5204,9 @@ function md(e, n, t, s, i, o) {
5204
5204
  ]),
5205
5205
  ref: "thumbnail-scroller"
5206
5206
  }, [
5207
- (p = t.cmdHeadline) != null && p.headlineText || e.editModeContext ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
5207
+ (p = t.cmdHeadline) != null && p.headlineText || e.editModeContext ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
5208
5208
  a("div", od, [
5209
- i.showSlidebuttons ? (l(), w(c, {
5209
+ i.showSlidebuttons ? (l(), C(c, {
5210
5210
  key: 0,
5211
5211
  onClick: T(o.showPrevItem, ["prevent"]),
5212
5212
  slideButtonType: "left"
@@ -5216,39 +5216,39 @@ function md(e, n, t, s, i, o) {
5216
5216
  tag: "ul"
5217
5217
  }, {
5218
5218
  default: k(() => [
5219
- (l(!0), r(S, null, q(i.items, (f, C) => (l(), r("li", { key: C }, [
5220
- e.editModeContext ? t.contentType === "image" ? (l(), w(u, {
5219
+ (l(!0), r(S, null, q(i.items, (f, w) => (l(), r("li", { key: w }, [
5220
+ e.editModeContext ? t.contentType === "image" ? (l(), C(u, {
5221
5221
  key: 1,
5222
5222
  image: f.image,
5223
5223
  figcaption: f.figcaption,
5224
- componentPath: ["props", "thumbnailScrollerItems", C],
5224
+ componentPath: ["props", "thumbnailScrollerItems", w],
5225
5225
  editModeConfig: o.imageStructure()
5226
5226
  }, null, 8, ["image", "figcaption", "componentPath", "editModeConfig"])) : t.contentType === "text" ? (l(), r(S, { key: 2 }, [
5227
- f.iconClass ? (l(), w(g, {
5227
+ f.iconClass ? (l(), C(g, {
5228
5228
  key: 0,
5229
5229
  iconClass: f.iconClass,
5230
5230
  type: f.iconType
5231
5231
  }, null, 8, ["iconClass", "type"])) : m("", !0),
5232
- f.text ? (l(), r("span", ad, b(f.text), 1)) : m("", !0)
5232
+ f.text ? (l(), r("span", ad, y(f.text), 1)) : m("", !0)
5233
5233
  ], 64)) : m("", !0) : (l(), r("a", {
5234
5234
  key: 0,
5235
5235
  href: t.executeOnClick === "url" ? f.url : "#",
5236
- onClick: (y) => o.executeLink(C, y),
5237
- class: _([{ active: t.activeItemIndex === C }, f.id ? "item-" + f.id : ""]),
5236
+ onClick: (b) => o.executeLink(w, b),
5237
+ class: _([{ active: t.activeItemIndex === w }, f.id ? "item-" + f.id : ""]),
5238
5238
  title: o.tooltip,
5239
5239
  target: t.executeOnClick === "url" ? "_blank" : null
5240
5240
  }, [
5241
- t.contentType === "image" ? (l(), w(u, {
5241
+ t.contentType === "image" ? (l(), C(u, {
5242
5242
  key: 0,
5243
5243
  image: f.image,
5244
5244
  figcaption: f.figcaption
5245
5245
  }, null, 8, ["image", "figcaption"])) : (l(), r(S, { key: 1 }, [
5246
- f.iconClass ? (l(), w(g, {
5246
+ f.iconClass ? (l(), C(g, {
5247
5247
  key: 0,
5248
5248
  iconClass: f.iconClass,
5249
5249
  type: f.iconType
5250
5250
  }, null, 8, ["iconClass", "type"])) : m("", !0),
5251
- f.text ? (l(), r("span", sd, b(f.text), 1)) : m("", !0)
5251
+ f.text ? (l(), r("span", sd, y(f.text), 1)) : m("", !0)
5252
5252
  ], 64))
5253
5253
  ], 10, ld))
5254
5254
  ]))), 128)),
@@ -5262,7 +5262,7 @@ function md(e, n, t, s, i, o) {
5262
5262
  ]),
5263
5263
  _: 1
5264
5264
  }),
5265
- i.showSlidebuttons ? (l(), w(c, {
5265
+ i.showSlidebuttons ? (l(), C(c, {
5266
5266
  key: 1,
5267
5267
  onClick: T(o.showNextItem, ["prevent"]),
5268
5268
  slideButtons: t.cmdSlideButtons.next
@@ -5575,7 +5575,7 @@ const pd = Fi, fd = ["aria-label"], gd = { class: "flex-container" }, yd = {
5575
5575
  class: "flex-container no-flex"
5576
5576
  }, Od = ["title"], Ld = { key: 1 }, Id = ["title"], Bd = { key: 1 };
5577
5577
  function Fd(e, n, t, s, i, o) {
5578
- var f, C, y, L, v, B, F, D, M, G, j, V, N, J, $, Z, ee, se, ce, ue, ne, A, ae, ie, Le, Ie, we, Be, Fe, De, ke;
5578
+ var f, w, b, L, v, B, F, D, M, G, j, V, N, J, $, Z, ee, se, ce, ue, ne, E, ae, ie, Le, Ie, we, Be, Fe, De, ke;
5579
5579
  const d = Y, c = W, u = Ce, g = vt, p = Bi;
5580
5580
  return l(), r("dialog", {
5581
5581
  ref: "dialog",
@@ -5584,8 +5584,8 @@ function Fd(e, n, t, s, i, o) {
5584
5584
  onCancel: n[5] || (n[5] = (...re) => e.onDialogCancel && e.onDialogCancel(...re))
5585
5585
  }, [
5586
5586
  a("header", gd, [
5587
- (f = e.cmdHeadline) != null && f.headlineText ? (l(), w(d, R(I({ key: 0 }, e.cmdHeadline)), null, 16)) : m("", !0),
5588
- (C = e.fancyBoxOptionsProperties.printButtons) != null && C.color || (y = e.fancyBoxOptionsProperties.printButtons) != null && y.grayscale || e.fancyBoxOptionsProperties.closeIcon ? (l(), r("div", yd, [
5587
+ (f = e.cmdHeadline) != null && f.headlineText ? (l(), C(d, R(I({ key: 0 }, e.cmdHeadline)), null, 16)) : m("", !0),
5588
+ (w = e.fancyBoxOptionsProperties.printButtons) != null && w.color || (b = e.fancyBoxOptionsProperties.printButtons) != null && b.grayscale || e.fancyBoxOptionsProperties.closeIcon ? (l(), r("div", yd, [
5589
5589
  e.showPrintButtons && ((L = e.fancyBoxOptionsProperties.printButtons) != null && L.color) ? (l(), r("a", {
5590
5590
  key: 0,
5591
5591
  href: "#",
@@ -5651,7 +5651,7 @@ function Fd(e, n, t, s, i, o) {
5651
5651
  onClick: T(e.showNextItem, ["prevent"])
5652
5652
  }, null, 8, ["onClick"])
5653
5653
  ])) : (l(), r("div", Td, [
5654
- H(e.$slots, "default")
5654
+ A(e.$slots, "default")
5655
5655
  ]))
5656
5656
  ], 2),
5657
5657
  e.showSubmitButtons && e.fancyBoxOptionsProperties.submitButtons ? (l(), r("footer", Sd, [
@@ -5660,27 +5660,27 @@ function Fd(e, n, t, s, i, o) {
5660
5660
  onClick: n[3] || (n[3] = (...re) => e.cancel && e.cancel(...re)),
5661
5661
  title: (ce = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : ce.tooltip
5662
5662
  }, [
5663
- (ue = e.fancyBoxOptionsProperties.submitButtons.cancel) != null && ue.iconClass ? (l(), w(c, {
5663
+ (ue = e.fancyBoxOptionsProperties.submitButtons.cancel) != null && ue.iconClass ? (l(), C(c, {
5664
5664
  key: 0,
5665
5665
  iconClass: (ne = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : ne.iconClass,
5666
- type: (A = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : A.iconType
5666
+ type: (E = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : E.iconType
5667
5667
  }, null, 8, ["iconClass", "type"])) : m("", !0),
5668
- (ae = e.fancyBoxOptionsProperties.submitButtons.cancel) != null && ae.buttonText ? (l(), r("span", Ld, b((ie = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : ie.buttonText), 1)) : m("", !0)
5668
+ (ae = e.fancyBoxOptionsProperties.submitButtons.cancel) != null && ae.buttonText ? (l(), r("span", Ld, y((ie = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : ie.buttonText), 1)) : m("", !0)
5669
5669
  ], 8, Od)) : m("", !0),
5670
5670
  (Le = e.fancyBoxOptionsProperties.submitButtons) != null && Le.confirm ? (l(), r("button", {
5671
5671
  key: 1,
5672
5672
  onClick: n[4] || (n[4] = (...re) => e.confirm && e.confirm(...re)),
5673
5673
  title: (Ie = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : Ie.tooltip
5674
5674
  }, [
5675
- (we = e.fancyBoxOptionsProperties.submitButtons.confirm) != null && we.iconClass ? (l(), w(c, {
5675
+ (we = e.fancyBoxOptionsProperties.submitButtons.confirm) != null && we.iconClass ? (l(), C(c, {
5676
5676
  key: 0,
5677
5677
  iconClass: (Be = e.fancyBoxOptionsProperties.submitButtons.confirm) == null ? void 0 : Be.iconClass,
5678
5678
  type: (Fe = e.fancyBoxOptionsProperties.submitButtons.confirm) == null ? void 0 : Fe.iconType
5679
5679
  }, null, 8, ["iconClass", "type"])) : m("", !0),
5680
- (De = e.fancyBoxOptionsProperties.submitButtons.confirm) != null && De.buttonText ? (l(), r("span", Bd, b((ke = e.fancyBoxOptionsProperties.submitButtons.confirm) == null ? void 0 : ke.buttonText), 1)) : m("", !0)
5680
+ (De = e.fancyBoxOptionsProperties.submitButtons.confirm) != null && De.buttonText ? (l(), r("span", Bd, y((ke = e.fancyBoxOptionsProperties.submitButtons.confirm) == null ? void 0 : ke.buttonText), 1)) : m("", !0)
5681
5681
  ], 8, Id)) : m("", !0)
5682
5682
  ])) : m("", !0),
5683
- e.fancyBoxGallery ? (l(), w(p, {
5683
+ e.fancyBoxGallery ? (l(), C(p, {
5684
5684
  key: 1,
5685
5685
  thumbnailScrollerItems: [...e.fancyBoxGallery],
5686
5686
  allowOpenFancyBox: !1,
@@ -5996,7 +5996,7 @@ const Dd = /* @__PURE__ */ P(pd, [["render", Fd]]), Md = {
5996
5996
  function Rd(e, n, t, s, i, o) {
5997
5997
  const d = Y, c = te, u = Ii;
5998
5998
  return l(), r("div", Pd, [
5999
- t.cmdHeadline ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
5999
+ t.cmdHeadline ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
6000
6000
  h(u, I({
6001
6001
  onSubmit: o.onSubmit,
6002
6002
  class: { "send-success": i.sendSuccessfully },
@@ -6008,7 +6008,7 @@ function Rd(e, n, t, s, i, o) {
6008
6008
  ref: "form"
6009
6009
  }), {
6010
6010
  default: k(() => {
6011
- var g, p, f, C, y, L, v, B, F, D, M, G, j, V, 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;
6011
+ var g, p, f, w, b, L, v, B, F, D, M, G, j, V, N, J, $, Z, ee, se, ce, ue, ne, E, ae, ie, Le, Ie, we, Be, Fe, De, ke, re, it, ot, lt, st, ze, at, qe;
6012
6012
  return [
6013
6013
  t.configuration.salutation ? (l(), r("div", Vd, [
6014
6014
  h(c, {
@@ -6028,18 +6028,18 @@ function Rd(e, n, t, s, i, o) {
6028
6028
  labelText: e.getMessage("basic_form.labeltext.salutation_female"),
6029
6029
  name: (f = t.configuration.salutation) == null ? void 0 : f.name,
6030
6030
  inputValue: "f",
6031
- replaceInputType: (C = t.configuration.salutation) == null ? void 0 : C.replaceInputType,
6031
+ replaceInputType: (w = t.configuration.salutation) == null ? void 0 : w.replaceInputType,
6032
6032
  modelValue: i.formData.salutation.value,
6033
6033
  "onUpdate:modelValue": n[1] || (n[1] = (K) => i.formData.salutation.value = K),
6034
6034
  i18n: e.i18n
6035
6035
  }, null, 8, ["labelText", "name", "replaceInputType", "modelValue", "i18n"])
6036
6036
  ])) : m("", !0),
6037
- H(e.$slots, "top"),
6037
+ A(e.$slots, "top"),
6038
6038
  t.configuration.lastName || t.configuration.firstName ? (l(), r("div", Ad, [
6039
- t.configuration.lastName ? (l(), w(c, {
6039
+ t.configuration.lastName ? (l(), C(c, {
6040
6040
  key: 0,
6041
6041
  element: "input",
6042
- type: ((y = t.configuration.lastName) == null ? void 0 : y.type) || "text",
6042
+ type: ((b = t.configuration.lastName) == null ? void 0 : b.type) || "text",
6043
6043
  iconClass: "icon-user-profile",
6044
6044
  labelText: e.getMessage("basic_form.labeltext.last_name"),
6045
6045
  required: (L = t.configuration.lastName) == null ? void 0 : L.required,
@@ -6051,7 +6051,7 @@ function Rd(e, n, t, s, i, o) {
6051
6051
  i18n: e.i18n,
6052
6052
  showStatusIcon: !1
6053
6053
  }, null, 8, ["type", "labelText", "required", "name", "placeholder", "modelValue", "status", "i18n"])) : m("", !0),
6054
- t.configuration.firstName ? (l(), w(c, {
6054
+ t.configuration.firstName ? (l(), C(c, {
6055
6055
  key: 1,
6056
6056
  element: "input",
6057
6057
  type: ((B = t.configuration.firstName) == null ? void 0 : B.type) || "text",
@@ -6067,7 +6067,7 @@ function Rd(e, n, t, s, i, o) {
6067
6067
  }, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n"])) : m("", !0)
6068
6068
  ])) : m("", !0),
6069
6069
  t.configuration.email || t.configuration.phone ? (l(), r("div", Ed, [
6070
- t.configuration.email ? (l(), w(c, {
6070
+ t.configuration.email ? (l(), C(c, {
6071
6071
  key: 0,
6072
6072
  element: "input",
6073
6073
  type: ((M = t.configuration.email) == null ? void 0 : M.type) || "email",
@@ -6082,7 +6082,7 @@ function Rd(e, n, t, s, i, o) {
6082
6082
  i18n: e.i18n,
6083
6083
  showStatusIcon: !1
6084
6084
  }, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n"])) : m("", !0),
6085
- t.configuration.phone ? (l(), w(c, {
6085
+ t.configuration.phone ? (l(), C(c, {
6086
6086
  key: 1,
6087
6087
  element: "input",
6088
6088
  type: ((V = t.configuration.phone) == null ? void 0 : V.type) || "tel",
@@ -6098,7 +6098,7 @@ function Rd(e, n, t, s, i, o) {
6098
6098
  }, null, 8, ["type", "labelText", "placeholder", "modelValue", "required", "name", "status", "i18n"])) : m("", !0)
6099
6099
  ])) : m("", !0),
6100
6100
  t.configuration.streetNo || t.configuration.streetNo || t.configuration.zip && t.configuration.city ? (l(), r("div", Hd, [
6101
- t.configuration.country ? (l(), w(c, {
6101
+ t.configuration.country ? (l(), C(c, {
6102
6102
  key: 0,
6103
6103
  element: "select",
6104
6104
  labelText: e.getMessage("basic_form.labeltext.country"),
@@ -6113,7 +6113,7 @@ function Rd(e, n, t, s, i, o) {
6113
6113
  status: i.formData.country.error ? "error" : "",
6114
6114
  i18n: e.i18n
6115
6115
  }, null, 8, ["labelText", "selectOptions", "required", "name", "modelValue", "status", "i18n", "onUpdate:modelValue"])) : m("", !0),
6116
- t.configuration.streetNo ? (l(), w(c, {
6116
+ t.configuration.streetNo ? (l(), C(c, {
6117
6117
  key: 1,
6118
6118
  element: "input",
6119
6119
  type: ((se = t.configuration.streetNo) == null ? void 0 : se.type) || "text",
@@ -6126,13 +6126,13 @@ function Rd(e, n, t, s, i, o) {
6126
6126
  status: i.formData.streetNo.error ? "error" : "",
6127
6127
  i18n: e.i18n
6128
6128
  }, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n"])) : m("", !0),
6129
- t.configuration.pobox ? (l(), w(c, {
6129
+ t.configuration.pobox ? (l(), C(c, {
6130
6130
  key: 2,
6131
6131
  element: "input",
6132
6132
  type: ((ne = t.configuration.pobox) == null ? void 0 : ne.type) || "text",
6133
6133
  labelText: e.getMessage("basic_form.labeltext.pobox"),
6134
6134
  placeholder: e.getMessage("basic_form.placeholder.pobox"),
6135
- required: (A = t.configuration.pobox) == null ? void 0 : A.required,
6135
+ required: (E = t.configuration.pobox) == null ? void 0 : E.required,
6136
6136
  name: (ae = t.configuration.pobox) == null ? void 0 : ae.name,
6137
6137
  modelValue: i.formData.pobox.value,
6138
6138
  "onUpdate:modelValue": n[8] || (n[8] = (K) => i.formData.pobox.value = K),
@@ -6142,7 +6142,7 @@ function Rd(e, n, t, s, i, o) {
6142
6142
  a("div", {
6143
6143
  class: _(["input-wrapper", i.cityBeforeZip ? "order-city-zip" : "order-zip-city"])
6144
6144
  }, [
6145
- t.configuration.zip ? (l(), w(c, {
6145
+ t.configuration.zip ? (l(), C(c, {
6146
6146
  key: 0,
6147
6147
  element: "input",
6148
6148
  class: "input-zip",
@@ -6156,7 +6156,7 @@ function Rd(e, n, t, s, i, o) {
6156
6156
  status: i.formData.zip.error ? "error" : "",
6157
6157
  i18n: e.i18n
6158
6158
  }, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n"])) : m("", !0),
6159
- t.configuration.city ? (l(), w(c, {
6159
+ t.configuration.city ? (l(), C(c, {
6160
6160
  key: 1,
6161
6161
  element: "input",
6162
6162
  type: ((we = t.configuration.city) == null ? void 0 : we.type) || "text",
@@ -6170,7 +6170,7 @@ function Rd(e, n, t, s, i, o) {
6170
6170
  i18n: e.i18n
6171
6171
  }, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n"])) : m("", !0)
6172
6172
  ], 2),
6173
- t.configuration.additionalAddressInfo ? (l(), w(c, {
6173
+ t.configuration.additionalAddressInfo ? (l(), C(c, {
6174
6174
  key: 3,
6175
6175
  element: "input",
6176
6176
  type: ((De = t.configuration.additionalAddressInfo) == null ? void 0 : De.type) || "text",
@@ -6184,7 +6184,7 @@ function Rd(e, n, t, s, i, o) {
6184
6184
  i18n: e.i18n
6185
6185
  }, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n"])) : m("", !0)
6186
6186
  ])) : m("", !0),
6187
- t.configuration.userMessage ? (l(), w(c, {
6187
+ t.configuration.userMessage ? (l(), C(c, {
6188
6188
  key: 4,
6189
6189
  element: ((it = t.configuration.userMessage) == null ? void 0 : it.element) || "textarea",
6190
6190
  labelText: e.getMessage("basic_form.labeltext.user_message"),
@@ -6199,8 +6199,8 @@ function Rd(e, n, t, s, i, o) {
6199
6199
  i18n: e.i18n,
6200
6200
  showStatusIcon: !1
6201
6201
  }, null, 8, ["element", "labelText", "placeholder", "required", "name", "textCharactersLeft", "maxlength", "modelValue", "status", "i18n"])) : m("", !0),
6202
- H(e.$slots, "bottom"),
6203
- t.configuration.acceptPrivacy ? (l(), w(c, {
6202
+ A(e.$slots, "bottom"),
6203
+ t.configuration.acceptPrivacy ? (l(), C(c, {
6204
6204
  key: 5,
6205
6205
  element: "input",
6206
6206
  type: "checkbox",
@@ -6252,13 +6252,13 @@ function Gd(e, n, t, s, i, o) {
6252
6252
  class: _(t.icon.iconClass),
6253
6253
  title: t.icon.tooltip
6254
6254
  }, null, 10, Ud)) : m("", !0),
6255
- t.text ? (l(), r("span", jd, b(t.text), 1)) : m("", !0),
6255
+ t.text ? (l(), r("span", jd, y(t.text), 1)) : m("", !0),
6256
6256
  t.icon.iconClass && t.icon.position === "right" || t.icon.position === "bottom" ? (l(), r("span", {
6257
6257
  key: 2,
6258
6258
  class: _(t.icon.iconClass),
6259
6259
  title: t.icon.tooltip
6260
6260
  }, null, 10, zd)) : m("", !0),
6261
- H(e.$slots, "default")
6261
+ A(e.$slots, "default")
6262
6262
  ], 64);
6263
6263
  }
6264
6264
  const Wd = /* @__PURE__ */ P(Nd, [["render", Gd]]), Kd = {
@@ -6364,11 +6364,11 @@ function Zd(e, n, t, s, i, o) {
6364
6364
  icon: t.icon
6365
6365
  }, {
6366
6366
  default: k(() => [
6367
- H(e.$slots, "default")
6367
+ A(e.$slots, "default")
6368
6368
  ]),
6369
6369
  _: 3
6370
6370
  }, 8, ["text", "icon"])
6371
- ], 10, Jd)) : t.linkType === "router" ? (l(), w(c, {
6371
+ ], 10, Jd)) : t.linkType === "router" ? (l(), C(c, {
6372
6372
  key: 1,
6373
6373
  to: t.path,
6374
6374
  class: _(["cmd-link", { button: t.styleAsButton, primary: t.primaryButton, box: t.styleAsBox, fancybox: t.fancybox }]),
@@ -6381,7 +6381,7 @@ function Zd(e, n, t, s, i, o) {
6381
6381
  icon: t.icon
6382
6382
  }, {
6383
6383
  default: k(() => [
6384
- H(e.$slots, "default")
6384
+ A(e.$slots, "default")
6385
6385
  ]),
6386
6386
  _: 3
6387
6387
  }, 8, ["text", "icon"])
@@ -6399,7 +6399,7 @@ function Zd(e, n, t, s, i, o) {
6399
6399
  icon: t.icon
6400
6400
  }, {
6401
6401
  default: k(() => [
6402
- H(e.$slots, "default")
6402
+ A(e.$slots, "default")
6403
6403
  ]),
6404
6404
  _: 3
6405
6405
  }, 8, ["text", "icon"])
@@ -6442,7 +6442,7 @@ const Re = /* @__PURE__ */ P(Kd, [["render", Zd]]), Qd = {
6442
6442
  class: "input-wrapper"
6443
6443
  };
6444
6444
  function tc(e, n, t, s, i, o) {
6445
- var g, p, f, C, y, L, v, B, F, D, M, G, j;
6445
+ var g, p, f, w, b, L, v, B, F, D, M, G, j;
6446
6446
  const d = Re, c = _e("CmdListOfLinksItem", !0), u = te;
6447
6447
  return e.editing ? (l(), r("div", ec, [
6448
6448
  h(u, {
@@ -6459,8 +6459,8 @@ function tc(e, n, t, s, i, o) {
6459
6459
  linkType: (g = t.link) == null ? void 0 : g.linkType,
6460
6460
  text: (p = t.link) == null ? void 0 : p.text,
6461
6461
  path: (f = t.link) == null ? void 0 : f.path,
6462
- target: (C = t.link) == null ? void 0 : C.target,
6463
- icon: (y = t.link) == null ? void 0 : y.icon,
6462
+ target: (w = t.link) == null ? void 0 : w.target,
6463
+ icon: (b = t.link) == null ? void 0 : b.icon,
6464
6464
  fancybox: (L = t.link) == null ? void 0 : L.fancybox,
6465
6465
  tooltip: (v = t.link) == null ? void 0 : v.tooltip,
6466
6466
  styleAsButton: (B = t.link) == null ? void 0 : B.styleAsButton,
@@ -6468,7 +6468,7 @@ function tc(e, n, t, s, i, o) {
6468
6468
  styleAsBox: (D = t.link) == null ? void 0 : D.styleAsBox
6469
6469
  }, null, 8, ["linkType", "text", "path", "target", "icon", "fancybox", "tooltip", "styleAsButton", "primaryButton", "styleAsBox"]),
6470
6470
  (G = (M = t.link) == null ? void 0 : M.children) != null && G.length ? (l(), r("ul", $d, [
6471
- (l(!0), r(S, null, q((j = t.link) == null ? void 0 : j.children, (V, N) => (l(), w(c, {
6471
+ (l(!0), r(S, null, q((j = t.link) == null ? void 0 : j.children, (V, N) => (l(), C(c, {
6472
6472
  key: N,
6473
6473
  link: V
6474
6474
  }, null, 8, ["link"]))), 128))
@@ -6621,12 +6621,12 @@ function rc(e, n, t, s, i, o) {
6621
6621
  }
6622
6622
  ])
6623
6623
  }, [
6624
- (g = t.cmdHeadline) != null && g.headlineText || e.editModeContext ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
6624
+ (g = t.cmdHeadline) != null && g.headlineText || e.editModeContext ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
6625
6625
  a("ul", {
6626
6626
  class: _(["flex-container", { "no-gap": !t.useGap }, "align-" + t.align, o.setStretchClass])
6627
6627
  }, [
6628
6628
  e.editModeContext ? (l(), r("li", oc, [
6629
- (l(!0), r(S, null, q(t.links, (p, f) => (l(), w(u, {
6629
+ (l(!0), r(S, null, q(t.links, (p, f) => (l(), C(u, {
6630
6630
  key: "x" + f,
6631
6631
  class: "edit-items",
6632
6632
  showComponentName: !1,
@@ -6651,7 +6651,7 @@ function rc(e, n, t, s, i, o) {
6651
6651
  class: "button confirm small",
6652
6652
  onClick: n[0] || (n[0] = (...p) => o.onAddItem && o.onAddItem(...p))
6653
6653
  }, ac)) : m("", !0)
6654
- ])) : (l(!0), r(S, { key: 0 }, q(t.links, (p, f) => (l(), w(c, {
6654
+ ])) : (l(!0), r(S, { key: 0 }, q(t.links, (p, f) => (l(), C(c, {
6655
6655
  key: f,
6656
6656
  class: _({ active: t.sectionAnchors && t.activeSection === f }),
6657
6657
  link: p
@@ -7037,7 +7037,7 @@ const uc = ["title"], mc = {
7037
7037
  class: "box-footer"
7038
7038
  };
7039
7039
  function Gc(e, n, t, s, i, o) {
7040
- var f, C, y, L, v, B, F, D, M, G, j;
7040
+ var f, w, b, L, v, B, F, D, M, G, j;
7041
7041
  const d = Y, c = W, u = Ce, g = Re, p = gn;
7042
7042
  return t.boxType === "content" ? (l(), r("div", {
7043
7043
  key: 0,
@@ -7060,15 +7060,15 @@ function Gc(e, n, t, s, i, o) {
7060
7060
  title: i.open ? t.iconOpen.tooltip : t.iconClosed.tooltip,
7061
7061
  onClick: n[0] || (n[0] = T((...V) => o.toggleContentVisibility && o.toggleContentVisibility(...V), ["prevent"]))
7062
7062
  }, [
7063
- (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),
7063
+ (f = t.useSlots) != null && f.includes("header") ? A(e.$slots, "header", { key: 0 }) : (w = t.cmdHeadline) != null && w.headlineText && t.headlinePosition === "header" ? (l(), C(d, R(I({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0),
7064
7064
  h(c, {
7065
7065
  iconClass: i.open ? t.iconOpen.iconClass : t.iconClosed.iconClass,
7066
7066
  type: i.open ? t.iconOpen.iconType : t.iconClosed.iconType
7067
7067
  }, null, 8, ["iconClass", "type"])
7068
7068
  ], 8, uc)) : (l(), r(S, { key: 1 }, [
7069
- (y = t.useSlots) != null && y.includes("header") || (L = t.cmdHeadline) != null && L.headlineText && t.headlinePosition === "header" ? (l(), r("div", mc, [
7070
- (v = t.useSlots) != null && v.includes("header") ? H(e.$slots, "header", { key: 0 }) : m("", !0),
7071
- (B = t.cmdHeadline) != null && B.headlineText && t.headlinePosition === "header" ? (l(), w(d, R(I({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0)
7069
+ (b = t.useSlots) != null && b.includes("header") || (L = t.cmdHeadline) != null && L.headlineText && t.headlinePosition === "header" ? (l(), r("div", mc, [
7070
+ (v = t.useSlots) != null && v.includes("header") ? A(e.$slots, "header", { key: 0 }) : m("", !0),
7071
+ (B = t.cmdHeadline) != null && B.headlineText && t.headlinePosition === "header" ? (l(), C(d, R(I({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0)
7072
7072
  ])) : m("", !0)
7073
7073
  ], 64)),
7074
7074
  X(a("div", {
@@ -7082,10 +7082,10 @@ function Gc(e, n, t, s, i, o) {
7082
7082
  ref: "boxBody",
7083
7083
  style: ft(t.allowContentToScroll ? "max-height: " + i.calculatedBodyHeight : null)
7084
7084
  }, [
7085
- H(e.$slots, "body", {}, () => {
7085
+ A(e.$slots, "body", {}, () => {
7086
7086
  var V;
7087
7087
  return [
7088
- (V = t.cmdHeadline) != null && V.headlineText && t.headlinePosition === "body" ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
7088
+ (V = t.cmdHeadline) != null && V.headlineText && t.headlinePosition === "body" ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
7089
7089
  t.cmdIcon !== void 0 ? (l(), r("div", hc, [
7090
7090
  h(c, {
7091
7091
  iconClass: t.cmdIcon.iconClass,
@@ -7107,7 +7107,7 @@ function Gc(e, n, t, s, i, o) {
7107
7107
  key: 1,
7108
7108
  href: "#",
7109
7109
  onClick: n[1] || (n[1] = T((...N) => o.toggleCutOffText && o.toggleCutOffText(...N), ["prevent"]))
7110
- }, b(i.showCutOffText ? e.getMessage("box.contentbox.collapse_text") : e.getMessage("box.contentbox.expand_text")), 1)) : m("", !0)
7110
+ }, y(i.showCutOffText ? e.getMessage("box.contentbox.collapse_text") : e.getMessage("box.contentbox.expand_text")), 1)) : m("", !0)
7111
7111
  ]),
7112
7112
  _: 1
7113
7113
  }, 8, ["name"])
@@ -7117,7 +7117,7 @@ function Gc(e, n, t, s, i, o) {
7117
7117
  key: 1,
7118
7118
  class: _(["inner-box-body-wrapper", { "allow-scroll": t.allowContentToScroll }])
7119
7119
  }, [
7120
- t.cmdImage ? (l(), w(u, R(I({ key: 0 }, t.cmdImage)), null, 16)) : m("", !0),
7120
+ t.cmdImage ? (l(), C(u, R(I({ key: 0 }, t.cmdImage)), null, 16)) : m("", !0),
7121
7121
  (D = t.cmdHeadline) != null && D.headlineText && t.headlinePosition === "body" || t.textBody ? (l(), r("div", {
7122
7122
  key: 1,
7123
7123
  class: _({ "box-body-padding": t.useBoxBodyPadding, "allow-scroll": t.allowContentToScroll })
@@ -7125,7 +7125,7 @@ function Gc(e, n, t, s, i, o) {
7125
7125
  t.cmdIcon !== void 0 ? (l(), r("div", fc, [
7126
7126
  h(c, R(xe(t.cmdIcon)), null, 16)
7127
7127
  ])) : m("", !0),
7128
- (M = t.cmdHeadline) != null && M.headlineText && t.headlinePosition === "body" ? (l(), w(d, R(I({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0),
7128
+ (M = t.cmdHeadline) != null && M.headlineText && t.headlinePosition === "body" ? (l(), C(d, R(I({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0),
7129
7129
  t.textBody ? (l(), r("p", {
7130
7130
  key: 2,
7131
7131
  innerHTML: t.textBody
@@ -7139,7 +7139,7 @@ function Gc(e, n, t, s, i, o) {
7139
7139
  h(g, R(xe(t.cmdLink)), null, 16)
7140
7140
  ])) : m("", !0),
7141
7141
  (j = t.useSlots) != null && j.includes("footer") ? (l(), r("div", bc, [
7142
- H(e.$slots, "footer")
7142
+ A(e.$slots, "footer")
7143
7143
  ])) : m("", !0)
7144
7144
  ], 2)) : t.boxType === "product" && t.product ? (l(), r("a", {
7145
7145
  key: 1,
@@ -7153,24 +7153,24 @@ function Gc(e, n, t, s, i, o) {
7153
7153
  src: t.product.image.src,
7154
7154
  alt: t.product.image.alt
7155
7155
  }, null, 8, Cc),
7156
- a("figcaption", null, b(t.product.name), 1)
7157
- ])) : (l(), r("p", wc, b(t.product.name), 1)),
7156
+ a("figcaption", null, y(t.product.name), 1)
7157
+ ])) : (l(), r("p", wc, y(t.product.name), 1)),
7158
7158
  t.product.new ? (l(), r("div", kc, [
7159
- a("span", null, b(e.getMessage("box.productbox.new")), 1)
7159
+ a("span", null, y(e.getMessage("box.productbox.new")), 1)
7160
7160
  ])) : m("", !0),
7161
7161
  t.product.discount ? (l(), r("div", vc, [
7162
- a("span", null, b(t.product.discount), 1)
7162
+ a("span", null, y(t.product.discount), 1)
7163
7163
  ])) : m("", !0)
7164
7164
  ]),
7165
7165
  a("div", Tc, [
7166
- t.product.articleNumber ? (l(), r("p", Sc, b(e.getMessage("box.productbox.article_no")) + " " + b(t.product.articleNumber), 1)) : m("", !0),
7166
+ t.product.articleNumber ? (l(), r("p", Sc, y(e.getMessage("box.productbox.article_no")) + " " + y(t.product.articleNumber), 1)) : m("", !0),
7167
7167
  t.product.price ? (l(), r("p", Oc, [
7168
- a("span", null, b(t.product.price), 1),
7168
+ a("span", null, y(t.product.price), 1),
7169
7169
  a("span", {
7170
7170
  title: e.globalCurrency.name
7171
- }, b(e.globalCurrency.symbol), 9, Lc)
7171
+ }, y(e.globalCurrency.symbol), 9, Lc)
7172
7172
  ])) : m("", !0),
7173
- t.product.description ? (l(), r("p", Ic, b(t.product.description), 1)) : m("", !0)
7173
+ t.product.description ? (l(), r("p", Ic, y(t.product.description), 1)) : m("", !0)
7174
7174
  ])
7175
7175
  ], 2)) : t.boxType === "user" && t.user ? (l(), r("div", {
7176
7176
  key: 2,
@@ -7191,25 +7191,25 @@ function Gc(e, n, t, s, i, o) {
7191
7191
  alt: t.user.image.alt
7192
7192
  }, null, 8, Dc),
7193
7193
  t.rowView ? m("", !0) : (l(), r("figcaption", Mc, [
7194
- E(b(t.user.name), 1),
7195
- t.user.age ? (l(), r("span", Pc, " (" + b(t.user.age) + ")", 1)) : m("", !0)
7194
+ H(y(t.user.name), 1),
7195
+ t.user.age ? (l(), r("span", Pc, " (" + y(t.user.age) + ")", 1)) : m("", !0)
7196
7196
  ]))
7197
7197
  ])) : (l(), r("div", Vc, [
7198
7198
  a("span", {
7199
7199
  class: _(t.defaultProfileIconClass),
7200
7200
  title: t.user.name
7201
7201
  }, null, 10, Ac),
7202
- t.rowView ? m("", !0) : (l(), r("p", Ec, b(t.user.name), 1))
7202
+ t.rowView ? m("", !0) : (l(), r("p", Ec, y(t.user.name), 1))
7203
7203
  ]))
7204
7204
  ]),
7205
7205
  a("div", Hc, [
7206
- t.rowView ? (l(), r("p", qc, b(t.user.name), 1)) : m("", !0),
7207
- t.user.profession ? (l(), r("p", Rc, b(t.user.profession), 1)) : m("", !0),
7208
- t.user.position ? (l(), r("p", Nc, b(t.user.position), 1)) : m("", !0),
7209
- t.user.description ? (l(), r("p", Uc, b(t.user.description), 1)) : m("", !0)
7206
+ t.rowView ? (l(), r("p", qc, y(t.user.name), 1)) : m("", !0),
7207
+ t.user.profession ? (l(), r("p", Rc, y(t.user.profession), 1)) : m("", !0),
7208
+ t.user.position ? (l(), r("p", Nc, y(t.user.position), 1)) : m("", !0),
7209
+ t.user.description ? (l(), r("p", Uc, y(t.user.description), 1)) : m("", !0)
7210
7210
  ]),
7211
7211
  t.user.tags && t.user.tags.length ? (l(), r("ul", jc, [
7212
- (l(!0), r(S, null, q(t.user.tags, (V, N) => (l(), r("li", { key: N }, b(V), 1))), 128))
7212
+ (l(!0), r(S, null, q(t.user.tags, (V, N) => (l(), r("li", { key: N }, y(V), 1))), 128))
7213
7213
  ])) : m("", !0),
7214
7214
  t.user.links && t.user.links.length ? (l(), r("div", zc, [
7215
7215
  h(p, {
@@ -7428,7 +7428,7 @@ function Zc(e, n, t, s, i, o) {
7428
7428
  const d = Y, c = W;
7429
7429
  return l(), r("div", Wc, [
7430
7430
  t.cmdHeadline.headlineText || t.allowUserToToggleOrientation ? (l(), r("div", Kc, [
7431
- t.cmdHeadline.headlineText ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
7431
+ t.cmdHeadline.headlineText ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
7432
7432
  t.allowUserToToggleOrientation ? (l(), r("div", Jc, [
7433
7433
  a("a", {
7434
7434
  href: "#",
@@ -7453,7 +7453,7 @@ function Zc(e, n, t, s, i, o) {
7453
7453
  }
7454
7454
  ])
7455
7455
  }, [
7456
- H(e.$slots, "default", {
7456
+ A(e.$slots, "default", {
7457
7457
  collapsingBoxesOpen: i.collapsingBoxesOpen,
7458
7458
  boxToggled: o.boxToggled,
7459
7459
  boxIsOpen: o.boxIsOpen,
@@ -7507,40 +7507,40 @@ const Qc = {
7507
7507
  function su(e, n, t, s, i, o) {
7508
7508
  const d = W, c = _e("router-link");
7509
7509
  return l(), r("ul", Xc, [
7510
- t.breadcrumbLabel ? (l(), r("li", $c, b(t.breadcrumbLabel), 1)) : m("", !0),
7510
+ t.breadcrumbLabel ? (l(), r("li", $c, y(t.breadcrumbLabel), 1)) : m("", !0),
7511
7511
  (l(!0), r(S, null, q(t.breadcrumbLinks || [], (u, g) => (l(), r("li", { key: g }, [
7512
7512
  u.type === "href" ? (l(), r("a", {
7513
7513
  key: 0,
7514
7514
  href: u.path
7515
7515
  }, [
7516
- u.iconClass ? (l(), w(d, {
7516
+ u.iconClass ? (l(), C(d, {
7517
7517
  key: 0,
7518
7518
  iconClass: u.iconClass,
7519
7519
  type: u.iconType
7520
7520
  }, null, 8, ["iconClass", "type"])) : m("", !0),
7521
- u.text ? (l(), r("span", tu, b(u.text), 1)) : m("", !0)
7522
- ], 8, eu)) : u.type === "router" ? (l(), w(c, {
7521
+ u.text ? (l(), r("span", tu, y(u.text), 1)) : m("", !0)
7522
+ ], 8, eu)) : u.type === "router" ? (l(), C(c, {
7523
7523
  key: 1,
7524
7524
  to: o.getRoute(u)
7525
7525
  }, {
7526
7526
  default: k(() => [
7527
- u.iconClass ? (l(), w(d, {
7527
+ u.iconClass ? (l(), C(d, {
7528
7528
  key: 0,
7529
7529
  iconClass: u.iconClass,
7530
7530
  type: u.iconType
7531
7531
  }, null, 8, ["iconClass", "type"])) : m("", !0),
7532
- u.text ? (l(), r("span", nu, b(u.text), 1)) : m("", !0)
7532
+ u.text ? (l(), r("span", nu, y(u.text), 1)) : m("", !0)
7533
7533
  ]),
7534
7534
  _: 2
7535
7535
  }, 1032, ["to"])) : (l(), r("span", iu, [
7536
- u.iconClass ? (l(), w(d, {
7536
+ u.iconClass ? (l(), C(d, {
7537
7537
  key: 0,
7538
7538
  iconClass: u.iconClass,
7539
7539
  type: u.iconType
7540
7540
  }, null, 8, ["iconClass", "type"])) : m("", !0),
7541
- u.text ? (l(), r("span", ou, b(u.text), 1)) : m("", !0)
7541
+ u.text ? (l(), r("span", ou, y(u.text), 1)) : m("", !0)
7542
7542
  ])),
7543
- g < t.breadcrumbLinks.length - 1 ? (l(), r("span", lu, b(t.breadcrumbSeparator), 1)) : m("", !0)
7543
+ g < t.breadcrumbLinks.length - 1 ? (l(), r("span", lu, y(t.breadcrumbSeparator), 1)) : m("", !0)
7544
7544
  ]))), 128))
7545
7545
  ]);
7546
7546
  }
@@ -7626,10 +7626,10 @@ const Pi = /* @__PURE__ */ P(Qc, [["render", su]]), au = {
7626
7626
  }
7627
7627
  }, ru = { class: "cmd-company-logo company-logo" }, du = ["href", "title"];
7628
7628
  function cu(e, n, t, s, i, o) {
7629
- var u, g, p, f, C, y;
7629
+ var u, g, p, f, w, b;
7630
7630
  const d = Ce, c = _e("router-link");
7631
7631
  return l(), r("div", ru, [
7632
- ((u = t.link) == null ? void 0 : u.type) === "router" ? (l(), w(c, {
7632
+ ((u = t.link) == null ? void 0 : u.type) === "router" ? (l(), C(c, {
7633
7633
  key: 0,
7634
7634
  to: (g = t.link) == null ? void 0 : g.path,
7635
7635
  title: (p = t.link) == null ? void 0 : p.tooltip
@@ -7643,14 +7643,14 @@ function cu(e, n, t, s, i, o) {
7643
7643
  _: 1
7644
7644
  }, 8, ["to", "title"])) : ((f = t.link) == null ? void 0 : f.type) === "href" ? (l(), r("a", {
7645
7645
  key: 1,
7646
- href: (C = t.link) == null ? void 0 : C.path,
7647
- title: (y = t.link) == null ? void 0 : y.tooltip
7646
+ href: (w = t.link) == null ? void 0 : w.path,
7647
+ title: (b = t.link) == null ? void 0 : b.tooltip
7648
7648
  }, [
7649
7649
  h(d, {
7650
7650
  image: o.image,
7651
7651
  onImageLoaded: o.onImageLoaded
7652
7652
  }, null, 8, ["image", "onImageLoaded"])
7653
- ], 8, du)) : (l(), w(d, {
7653
+ ], 8, du)) : (l(), C(d, {
7654
7654
  key: 2,
7655
7655
  image: o.image,
7656
7656
  onImageLoaded: o.onImageLoaded
@@ -7752,17 +7752,17 @@ const Vi = /* @__PURE__ */ P(au, [["render", cu]]), uu = {
7752
7752
  function fu(e, n, t, s, i, o) {
7753
7753
  const d = Y;
7754
7754
  return l(), r("div", mu, [
7755
- t.cmdHeadline ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
7755
+ t.cmdHeadline ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
7756
7756
  t.contentAboveSlot ? (l(), r("div", {
7757
7757
  key: 1,
7758
7758
  innerHTML: t.contentAboveSlot
7759
7759
  }, null, 8, hu)) : m("", !0),
7760
- o.oneSlotItem() ? H(e.$slots, "default", { key: 2 }) : (l(), r("div", {
7760
+ o.oneSlotItem() ? A(e.$slots, "default", { key: 2 }) : (l(), r("div", {
7761
7761
  key: 3,
7762
7762
  class: _([o.setInnerClass, "inner-slot-wrapper"])
7763
7763
  }, [
7764
- H(e.$slots, "default", {}, () => [
7765
- a("p", null, b(t.innerText), 1)
7764
+ A(e.$slots, "default", {}, () => [
7765
+ a("p", null, y(t.innerText), 1)
7766
7766
  ])
7767
7767
  ], 2)),
7768
7768
  t.contentBelowSlot ? (l(), r("div", {
@@ -7926,118 +7926,118 @@ const gu = /* @__PURE__ */ P(uu, [["render", fu]]), yu = {
7926
7926
  }, Iu = ["onClick", "title"], Bu = { class: "collapsible-box-body" }, Fu = { key: 0 }, Du = { key: 1 }, Mu = ["href", "target"], Pu = ["innerHTML"], Vu = { class: "button-wrapper align-center" };
7927
7927
  function Au(e, n, t, s, i, o) {
7928
7928
  const d = Y, c = te;
7929
- return l(), w(Ve, { name: "fade" }, {
7929
+ return l(), C(Ve, { name: "fade" }, {
7930
7930
  default: k(() => {
7931
7931
  var u, g, p;
7932
7932
  return [
7933
7933
  a("div", xu, [
7934
- t.useSlot ? H(e.$slots, "default", { key: 0 }) : (l(), r("div", _u, [
7935
- (u = t.cmdHeadlineCookieDisclaimer) != null && u.show && ((g = t.cmdHeadlineCookieDisclaimer) != null && g.headlineText) && ((p = t.cmdHeadlineCookieDisclaimer) != null && p.headlineLevel) ? (l(), w(d, {
7934
+ t.useSlot ? A(e.$slots, "default", { key: 0 }) : (l(), r("div", _u, [
7935
+ (u = t.cmdHeadlineCookieDisclaimer) != null && u.show && ((g = t.cmdHeadlineCookieDisclaimer) != null && g.headlineText) && ((p = t.cmdHeadlineCookieDisclaimer) != null && p.headlineLevel) ? (l(), C(d, {
7936
7936
  key: 0,
7937
7937
  headlineText: t.cmdHeadlineCookieDisclaimer.headlineText,
7938
7938
  headlineLevel: t.cmdHeadlineCookieDisclaimer.headlineLevel
7939
7939
  }, null, 8, ["headlineText", "headlineLevel"])) : m("", !0),
7940
- H(e.$slots, "cookie-options", {}, () => {
7941
- var f, C;
7940
+ A(e.$slots, "cookie-options", {}, () => {
7941
+ var f, w;
7942
7942
  return [
7943
7943
  (f = t.cookieOptions) != null && f.required ? (l(), r("div", Cu, [
7944
- o.defaultCmdBoxRequiredCookies().showHeadline && o.defaultCmdBoxRequiredCookies().headlineText ? (l(), w(d, {
7944
+ o.defaultCmdBoxRequiredCookies().showHeadline && o.defaultCmdBoxRequiredCookies().headlineText ? (l(), C(d, {
7945
7945
  key: 0,
7946
7946
  headlineText: o.defaultCmdBoxRequiredCookies().headlineText,
7947
7947
  headlineLevel: o.defaultCmdBoxRequiredCookies().headlineLevel
7948
7948
  }, null, 8, ["headlineText", "headlineLevel"])) : m("", !0),
7949
- (l(!0), r(S, null, q(t.cookieOptions.required.cookies || [], (y, L) => (l(), r("div", {
7949
+ (l(!0), r(S, null, q(t.cookieOptions.required.cookies || [], (b, L) => (l(), r("div", {
7950
7950
  key: L,
7951
7951
  class: "collapsible-box"
7952
7952
  }, [
7953
7953
  a("header", {
7954
- class: _({ open: o.boxIsOpen(y.id) })
7954
+ class: _({ open: o.boxIsOpen(b.id) })
7955
7955
  }, [
7956
7956
  h(c, {
7957
7957
  element: "input",
7958
7958
  type: "checkbox",
7959
7959
  modelValue: o.acceptedCookies,
7960
7960
  "onUpdate:modelValue": n[0] || (n[0] = (v) => o.acceptedCookies = v),
7961
- inputValue: y.value,
7962
- labelText: y.labelText,
7963
- disabled: y.disabled,
7964
- id: y.id,
7961
+ inputValue: b.value,
7962
+ labelText: b.labelText,
7963
+ disabled: b.disabled,
7964
+ id: b.id,
7965
7965
  toggleSwitch: !0,
7966
7966
  title: e.getMessage("cookie_disclaimer.tooltip.cookie_cannot_be_disabled")
7967
7967
  }, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"]),
7968
7968
  a("a", {
7969
7969
  href: "#",
7970
- onClick: T((v) => o.toggleBoxBody(y.id), ["prevent"]),
7970
+ onClick: T((v) => o.toggleBoxBody(b.id), ["prevent"]),
7971
7971
  title: e.getMessage("cookie_disclaimer.tooltip.toggle_box_content")
7972
7972
  }, [
7973
7973
  a("span", {
7974
- class: _(o.boxIsOpen(y.id) ? t.iconClassBoxExpanded : t.iconClassBoxCollapsed)
7974
+ class: _(o.boxIsOpen(b.id) ? t.iconClassBoxExpanded : t.iconClassBoxCollapsed)
7975
7975
  }, null, 2)
7976
7976
  ], 8, wu)
7977
7977
  ], 2),
7978
7978
  X(a("div", ku, [
7979
- y.description ? (l(), r("p", vu, b(y.description), 1)) : m("", !0),
7980
- y.linkDataPrivacy ? (l(), r("p", Tu, [
7981
- E(b(y.linkDataPrivacy.label) + " ", 1),
7979
+ b.description ? (l(), r("p", vu, y(b.description), 1)) : m("", !0),
7980
+ b.linkDataPrivacy ? (l(), r("p", Tu, [
7981
+ H(y(b.linkDataPrivacy.label) + " ", 1),
7982
7982
  a("a", {
7983
7983
  onClick: n[1] || (n[1] = (...v) => o.openDataPrivacy && o.openDataPrivacy(...v)),
7984
- href: y.linkDataPrivacy.link,
7985
- target: y.linkDataPrivacy.target
7986
- }, b(y.linkDataPrivacy.linkText), 9, Su)
7984
+ href: b.linkDataPrivacy.link,
7985
+ target: b.linkDataPrivacy.target
7986
+ }, y(b.linkDataPrivacy.linkText), 9, Su)
7987
7987
  ])) : m("", !0)
7988
7988
  ], 512), [
7989
- [be, o.boxIsOpen(y.id)]
7989
+ [be, o.boxIsOpen(b.id)]
7990
7990
  ])
7991
7991
  ]))), 128))
7992
7992
  ])) : m("", !0),
7993
7993
  Ou,
7994
- (C = t.cookieOptions) != null && C.optional ? (l(), r("div", Lu, [
7995
- o.defaultCmdBoxOptionalCookies().showHeadline && o.defaultCmdBoxOptionalCookies().headlineText ? (l(), w(d, {
7994
+ (w = t.cookieOptions) != null && w.optional ? (l(), r("div", Lu, [
7995
+ o.defaultCmdBoxOptionalCookies().showHeadline && o.defaultCmdBoxOptionalCookies().headlineText ? (l(), C(d, {
7996
7996
  key: 0,
7997
7997
  headlineText: o.defaultCmdBoxOptionalCookies().headlineText,
7998
7998
  headlineLevel: o.defaultCmdBoxOptionalCookies().headlineLevel
7999
7999
  }, null, 8, ["headlineText", "headlineLevel"])) : m("", !0),
8000
- (l(!0), r(S, null, q(t.cookieOptions.optional.cookies || [], (y, L) => (l(), r("div", {
8000
+ (l(!0), r(S, null, q(t.cookieOptions.optional.cookies || [], (b, L) => (l(), r("div", {
8001
8001
  key: L,
8002
8002
  class: "collapsible-box"
8003
8003
  }, [
8004
8004
  a("header", {
8005
- class: _({ open: o.boxIsOpen(y.id) })
8005
+ class: _({ open: o.boxIsOpen(b.id) })
8006
8006
  }, [
8007
8007
  h(c, {
8008
8008
  element: "input",
8009
8009
  type: "checkbox",
8010
8010
  modelValue: o.acceptedCookies,
8011
8011
  "onUpdate:modelValue": n[2] || (n[2] = (v) => o.acceptedCookies = v),
8012
- inputValue: y.value,
8013
- labelText: y.labelText,
8014
- disabled: y.disabled,
8015
- id: y.id,
8012
+ inputValue: b.value,
8013
+ labelText: b.labelText,
8014
+ disabled: b.disabled,
8015
+ id: b.id,
8016
8016
  toggleSwitch: !0,
8017
8017
  title: e.getMessage("cookie_disclaimer.tooltip.toggle_to_accept_cookie")
8018
8018
  }, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"]),
8019
8019
  a("a", {
8020
8020
  href: "#",
8021
- onClick: T((v) => o.toggleBoxBody(y.id), ["prevent"]),
8021
+ onClick: T((v) => o.toggleBoxBody(b.id), ["prevent"]),
8022
8022
  title: e.getMessage("cookie_disclaimer.tooltip.toggle_box_content")
8023
8023
  }, [
8024
8024
  a("span", {
8025
- class: _(o.boxIsOpen(y.id) ? t.iconClassBoxExpanded : t.iconClassBoxCollapsed)
8025
+ class: _(o.boxIsOpen(b.id) ? t.iconClassBoxExpanded : t.iconClassBoxCollapsed)
8026
8026
  }, null, 2)
8027
8027
  ], 8, Iu)
8028
8028
  ], 2),
8029
8029
  X(a("div", Bu, [
8030
- y.description ? (l(), r("p", Fu, b(y.description), 1)) : m("", !0),
8031
- y.linkDataPrivacy ? (l(), r("p", Du, [
8032
- E(b(y.linkDataPrivacy.label) + " ", 1),
8030
+ b.description ? (l(), r("p", Fu, y(b.description), 1)) : m("", !0),
8031
+ b.linkDataPrivacy ? (l(), r("p", Du, [
8032
+ H(y(b.linkDataPrivacy.label) + " ", 1),
8033
8033
  a("a", {
8034
8034
  onClick: n[3] || (n[3] = (...v) => o.openDataPrivacy && o.openDataPrivacy(...v)),
8035
- href: y.linkDataPrivacy.link,
8036
- target: y.linkDataPrivacy.target
8037
- }, b(y.linkDataPrivacy.linkText), 9, Mu)
8035
+ href: b.linkDataPrivacy.link,
8036
+ target: b.linkDataPrivacy.target
8037
+ }, y(b.linkDataPrivacy.linkText), 9, Mu)
8038
8038
  ])) : m("", !0)
8039
8039
  ], 512), [
8040
- [be, o.boxIsOpen(y.id)]
8040
+ [be, o.boxIsOpen(b.id)]
8041
8041
  ])
8042
8042
  ]))), 128))
8043
8043
  ])) : m("", !0)
@@ -8053,14 +8053,14 @@ function Au(e, n, t, s, i, o) {
8053
8053
  type: "button",
8054
8054
  onClick: n[4] || (n[4] = (...f) => o.acceptCurrentCookies && o.acceptCurrentCookies(...f))
8055
8055
  }, [
8056
- a("span", null, b(e.getMessage("cookie_disclaimer.button.accept_current_settings")), 1)
8056
+ a("span", null, y(e.getMessage("cookie_disclaimer.button.accept_current_settings")), 1)
8057
8057
  ]),
8058
8058
  a("button", {
8059
8059
  type: "button",
8060
8060
  class: "primary",
8061
8061
  onClick: n[5] || (n[5] = (...f) => o.acceptAllCookies && o.acceptAllCookies(...f))
8062
8062
  }, [
8063
- a("span", null, b(e.getMessage("cookie_disclaimer.button.accept_all_cookies")), 1)
8063
+ a("span", null, y(e.getMessage("cookie_disclaimer.button.accept_all_cookies")), 1)
8064
8064
  ])
8065
8065
  ])
8066
8066
  ]))
@@ -8375,7 +8375,7 @@ const ju = /* @__PURE__ */ P(Hu, [["render", Uu]]), zu = {
8375
8375
  class: "select-all-options"
8376
8376
  };
8377
8377
  function mm(e, n, t, s, i, o) {
8378
- var g, p, f, C;
8378
+ var g, p, f, w;
8379
8379
  const d = W, c = mn, u = _e("router-link");
8380
8380
  return l(), r("div", {
8381
8381
  class: _([
@@ -8395,7 +8395,7 @@ function mm(e, n, t, s, i, o) {
8395
8395
  }, [
8396
8396
  t.showLabel ? (l(), r("span", Ku, [
8397
8397
  a("span", { id: e.htmlId }, [
8398
- E(b(t.labelText), 1),
8398
+ H(y(t.labelText), 1),
8399
8399
  e.$attrs.required !== void 0 ? (l(), r("sup", Yu, "*")) : m("", !0)
8400
8400
  ], 8, Ju),
8401
8401
  (e.$attrs.required || e.inputRequirements.length) && t.showStatusIcon ? (l(), r("a", {
@@ -8410,7 +8410,7 @@ function mm(e, n, t, s, i, o) {
8410
8410
  }, [
8411
8411
  h(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
8412
8412
  ], 8, Zu)) : m("", !0),
8413
- e.useCustomTooltip && (i.validationStatus === "" || i.validationStatus === "error") ? (l(), w(c, {
8413
+ e.useCustomTooltip && (i.validationStatus === "" || i.validationStatus === "error") ? (l(), C(c, {
8414
8414
  key: 1,
8415
8415
  ref: "tooltip",
8416
8416
  validationStatus: i.validationStatus,
@@ -8422,14 +8422,14 @@ function mm(e, n, t, s, i, o) {
8422
8422
  ])) : m("", !0),
8423
8423
  a("ul", {
8424
8424
  class: _({ open: i.showOptions }),
8425
- onClickout: n[5] || (n[5] = (...y) => o.closeOptions && o.closeOptions(...y)),
8425
+ onClickout: n[5] || (n[5] = (...b) => o.closeOptions && o.closeOptions(...b)),
8426
8426
  "aria-expanded": i.showOptions
8427
8427
  }, [
8428
8428
  a("li", null, [
8429
8429
  a("a", {
8430
8430
  href: "#",
8431
- onClick: n[1] || (n[1] = T((...y) => o.toggleOptions && o.toggleOptions(...y), ["prevent"])),
8432
- onBlur: n[2] || (n[2] = (...y) => o.onBlur && o.onBlur(...y)),
8431
+ onClick: n[1] || (n[1] = T((...b) => o.toggleOptions && o.toggleOptions(...b), ["prevent"])),
8432
+ onBlur: n[2] || (n[2] = (...b) => o.onBlur && o.onBlur(...b)),
8433
8433
  title: (g = o.optionIcon) == null ? void 0 : g.tooltip
8434
8434
  }, [
8435
8435
  t.type === "country" && o.optionCountry ? (l(), r("img", {
@@ -8441,13 +8441,13 @@ function mm(e, n, t, s, i, o) {
8441
8441
  key: 1,
8442
8442
  style: ft("background: " + o.optionColor)
8443
8443
  }, null, 4)) : m("", !0),
8444
- (p = o.optionIcon) != null && p.iconClass ? (l(), w(d, {
8444
+ (p = o.optionIcon) != null && p.iconClass ? (l(), C(d, {
8445
8445
  key: 2,
8446
8446
  type: (f = o.optionIcon) == null ? void 0 : f.iconType,
8447
- iconClass: (C = o.optionIcon) == null ? void 0 : C.iconClass
8447
+ iconClass: (w = o.optionIcon) == null ? void 0 : w.iconClass
8448
8448
  }, null, 8, ["type", "iconClass"])) : m("", !0),
8449
- o.optionName ? (l(), r("span", em, b(o.optionName), 1)) : m("", !0),
8450
- t.iconDropdown ? (l(), w(d, {
8449
+ o.optionName ? (l(), r("span", em, y(o.optionName), 1)) : m("", !0),
8450
+ t.iconDropdown ? (l(), C(d, {
8451
8451
  key: 4,
8452
8452
  iconClass: t.iconDropdown.iconClass,
8453
8453
  type: t.iconDropdown.iconType,
@@ -8455,38 +8455,38 @@ function mm(e, n, t, s, i, o) {
8455
8455
  }, null, 8, ["iconClass", "type", "title"])) : m("", !0)
8456
8456
  ], 40, Xu),
8457
8457
  t.type === "default" && i.showOptions ? (l(), r("ul", tm, [
8458
- (l(!0), r(S, null, q(t.selectData, (y, L) => (l(), r("li", {
8458
+ (l(!0), r(S, null, q(t.selectData, (b, L) => (l(), r("li", {
8459
8459
  key: L,
8460
8460
  role: "option",
8461
- "aria-selected": y.value === t.modelValue
8461
+ "aria-selected": b.value === t.modelValue
8462
8462
  }, [
8463
8463
  t.optionLinkType === "href" ? (l(), r("a", {
8464
8464
  key: 0,
8465
8465
  href: "#",
8466
- onClick: T((v) => o.selectOption(y.value), ["prevent"]),
8467
- class: _({ active: y.value === t.modelValue }),
8468
- title: y.tooltip
8466
+ onClick: T((v) => o.selectOption(b.value), ["prevent"]),
8467
+ class: _({ active: b.value === t.modelValue }),
8468
+ title: b.tooltip
8469
8469
  }, [
8470
- y.iconClass ? (l(), w(d, {
8470
+ b.iconClass ? (l(), C(d, {
8471
8471
  key: 0,
8472
- iconClass: y.iconClass,
8473
- type: y.iconType
8472
+ iconClass: b.iconClass,
8473
+ type: b.iconType
8474
8474
  }, null, 8, ["iconClass", "type"])) : m("", !0),
8475
- y.text ? (l(), r("span", om, b(y.text), 1)) : m("", !0)
8475
+ b.text ? (l(), r("span", om, y(b.text), 1)) : m("", !0)
8476
8476
  ], 10, im)) : m("", !0),
8477
- t.optionLinkType === "router" ? (l(), w(u, {
8477
+ t.optionLinkType === "router" ? (l(), C(u, {
8478
8478
  key: 1,
8479
8479
  to: "#",
8480
- onClick: T((v) => o.selectOption(y.value), ["prevent"]),
8481
- class: _({ active: y.value === t.modelValue })
8480
+ onClick: T((v) => o.selectOption(b.value), ["prevent"]),
8481
+ class: _({ active: b.value === t.modelValue })
8482
8482
  }, {
8483
8483
  default: k(() => [
8484
- y.iconClass ? (l(), w(d, {
8484
+ b.iconClass ? (l(), C(d, {
8485
8485
  key: 0,
8486
- iconClass: y.iconClass,
8487
- type: y.iconType
8486
+ iconClass: b.iconClass,
8487
+ type: b.iconType
8488
8488
  }, null, 8, ["iconClass", "type"])) : m("", !0),
8489
- a("span", null, b(y.text), 1)
8489
+ a("span", null, y(b.text), 1)
8490
8490
  ]),
8491
8491
  _: 2
8492
8492
  }, 1032, ["onClick", "class"])) : m("", !0)
@@ -8496,63 +8496,63 @@ function mm(e, n, t, s, i, o) {
8496
8496
  class: _({ "checkbox-options": t.type === "checkboxOptions" }),
8497
8497
  "aria-expanded": i.showOptions
8498
8498
  }, [
8499
- (l(!0), r(S, null, q(t.selectData, (y, L) => (l(), r("li", { key: L }, [
8499
+ (l(!0), r(S, null, q(t.selectData, (b, L) => (l(), r("li", { key: L }, [
8500
8500
  t.type === "checkboxOptions" ? (l(), r("label", {
8501
8501
  key: 0,
8502
8502
  for: "option-" + (L + 1),
8503
- class: _({ active: t.modelValue.includes(`${y.value}`) })
8503
+ class: _({ active: t.modelValue.includes(`${b.value}`) })
8504
8504
  }, [
8505
8505
  a("input", {
8506
8506
  type: "checkbox",
8507
- value: y.value,
8507
+ value: b.value,
8508
8508
  onChange: n[3] || (n[3] = (...v) => o.optionSelect && o.optionSelect(...v)),
8509
- checked: o.compareValues(y.value),
8509
+ checked: o.compareValues(b.value),
8510
8510
  id: "option-" + (L + 1)
8511
8511
  }, null, 40, am),
8512
- a("span", null, b(y.text), 1)
8512
+ a("span", null, y(b.text), 1)
8513
8513
  ], 10, sm)) : t.type === "country" ? (l(), r("a", {
8514
8514
  key: 1,
8515
8515
  href: "#",
8516
- onClick: T((v) => o.selectOption(y.value), ["prevent"]),
8517
- class: _({ active: y.value === t.modelValue })
8516
+ onClick: T((v) => o.selectOption(b.value), ["prevent"]),
8517
+ class: _({ active: b.value === t.modelValue })
8518
8518
  }, [
8519
8519
  a("img", {
8520
8520
  class: "flag",
8521
- src: o.pathFlag(y.value),
8522
- alt: y.text
8521
+ src: o.pathFlag(b.value),
8522
+ alt: b.text
8523
8523
  }, null, 8, dm),
8524
- a("span", null, b(y.text), 1)
8524
+ a("span", null, y(b.text), 1)
8525
8525
  ], 10, rm)) : t.type === "color" ? (l(), r("a", {
8526
8526
  key: 2,
8527
8527
  href: "#",
8528
- onClick: T((v) => o.selectOption(y.value), ["prevent"]),
8529
- class: _({ active: y.value === t.modelValue })
8528
+ onClick: T((v) => o.selectOption(b.value), ["prevent"]),
8529
+ class: _({ active: b.value === t.modelValue })
8530
8530
  }, [
8531
8531
  a("span", {
8532
8532
  class: "color",
8533
- style: ft("background: " + y.value)
8533
+ style: ft("background: " + b.value)
8534
8534
  }, null, 4),
8535
- a("span", null, b(y.text), 1)
8535
+ a("span", null, y(b.text), 1)
8536
8536
  ], 10, cm)) : m("", !0)
8537
8537
  ]))), 128)),
8538
8538
  t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), r("li", um, [
8539
8539
  a("a", {
8540
8540
  href: "#",
8541
- onClick: n[4] || (n[4] = T((...y) => o.toggleAllOptions && o.toggleAllOptions(...y), ["prevent"]))
8541
+ onClick: n[4] || (n[4] = T((...b) => o.toggleAllOptions && o.toggleAllOptions(...b), ["prevent"]))
8542
8542
  }, [
8543
- i.allOptionsSelected ? (l(), w(d, {
8543
+ i.allOptionsSelected ? (l(), C(d, {
8544
8544
  key: 1,
8545
8545
  iconClass: t.iconDeselectAllOptions.iconClass,
8546
8546
  type: t.iconDeselectAllOptions.iconType
8547
- }, null, 8, ["iconClass", "type"])) : (l(), w(d, {
8547
+ }, null, 8, ["iconClass", "type"])) : (l(), C(d, {
8548
8548
  key: 0,
8549
8549
  iconClass: t.iconSelectAllOptions.iconClass,
8550
8550
  type: t.iconSelectAllOptions.iconType
8551
8551
  }, null, 8, ["iconClass", "type"])),
8552
- a("span", null, b(o.selectAllOptionsText), 1)
8552
+ a("span", null, y(o.selectAllOptionsText), 1)
8553
8553
  ])
8554
8554
  ])) : m("", !0)
8555
- ], 10, lm)) : t.type === "content" && i.showOptions ? H(e.$slots, "default", { key: 2 }) : m("", !0)
8555
+ ], 10, lm)) : t.type === "content" && i.showOptions ? A(e.$slots, "default", { key: 2 }) : m("", !0)
8556
8556
  ])
8557
8557
  ], 42, Qu)
8558
8558
  ], 10, Wu);
@@ -8645,12 +8645,12 @@ function bm(e, n, t, s, i, o) {
8645
8645
  href: "#",
8646
8646
  onClick: n[0] || (n[0] = T((...c) => o.deleteAllFilters && o.deleteAllFilters(...c), ["prevent"]))
8647
8647
  }, [
8648
- t.linkDeleteAllFilters.icon && t.linkDeleteAllFilters.icon.show ? (l(), w(d, {
8648
+ t.linkDeleteAllFilters.icon && t.linkDeleteAllFilters.icon.show ? (l(), C(d, {
8649
8649
  key: 0,
8650
8650
  iconClass: t.linkDeleteAllFilters.icon.iconClass,
8651
8651
  title: t.linkDeleteAllFilters.icon.tooltip
8652
8652
  }, null, 8, ["iconClass", "title"])) : m("", !0),
8653
- t.linkDeleteAllFilters.text ? (l(), r("span", gm, b(t.linkDeleteAllFilters.text), 1)) : m("", !0)
8653
+ t.linkDeleteAllFilters.text ? (l(), r("span", gm, y(t.linkDeleteAllFilters.text), 1)) : m("", !0)
8654
8654
  ])
8655
8655
  ])) : m("", !0),
8656
8656
  (l(!0), r(S, null, q(i.options, (c, u) => (l(), r("li", { key: u }, [
@@ -8659,7 +8659,7 @@ function bm(e, n, t, s, i, o) {
8659
8659
  onClick: T((g) => o.deleteClickedFilter(u), ["prevent"]),
8660
8660
  title: t.deleteFilterIcon.tooltip
8661
8661
  }, [
8662
- a("span", null, b(t.selectedOptionsName(c)), 1),
8662
+ a("span", null, y(t.selectedOptionsName(c)), 1),
8663
8663
  h(d, {
8664
8664
  iconClass: t.deleteFilterIcon.iconClass,
8665
8665
  type: t.deleteFilterIcon.iconType
@@ -8753,16 +8753,16 @@ function vm(e, n, t, s, i, o) {
8753
8753
  i.cookiesAccepted ? (l(), r("iframe", {
8754
8754
  key: 1,
8755
8755
  src: o.locateAddress
8756
- }, null, 8, km)) : (l(), w(d, {
8756
+ }, null, 8, km)) : (l(), C(d, {
8757
8757
  key: 0,
8758
8758
  validationStatus: "warning"
8759
8759
  }, {
8760
8760
  default: k(() => [
8761
- a("p", null, b(e.getMessage("google_maps.system_message.accept_terms")), 1),
8761
+ a("p", null, y(e.getMessage("google_maps.system_message.accept_terms")), 1),
8762
8762
  a("a", {
8763
8763
  href: "#",
8764
8764
  onClick: n[0] || (n[0] = T((...c) => o.acceptCookies && o.acceptCookies(...c), ["prevent"]))
8765
- }, b(e.getMessage("google_maps.button_text.accept_required_cookies")), 1)
8765
+ }, y(e.getMessage("google_maps.button_text.accept_required_cookies")), 1)
8766
8766
  ]),
8767
8767
  _: 1
8768
8768
  }))
@@ -8868,8 +8868,8 @@ function Fm(e, n, t, s, i, o) {
8868
8868
  var u;
8869
8869
  const d = Y, c = Ce;
8870
8870
  return l(), r("div", Sm, [
8871
- (u = t.cmdHeadline) != null && u.headlineText || e.editModeContext ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
8872
- e.editModeContext ? t.images.length ? (l(!0), r(S, { key: 2 }, q(t.images, (g, p) => (l(), w(c, {
8871
+ (u = t.cmdHeadline) != null && u.headlineText || e.editModeContext ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
8872
+ e.editModeContext ? t.images.length ? (l(!0), r(S, { key: 2 }, q(t.images, (g, p) => (l(), C(c, {
8873
8873
  key: p,
8874
8874
  class: "image-wrapper",
8875
8875
  image: g.image,
@@ -8944,8 +8944,8 @@ const Dm = /* @__PURE__ */ P(Tm, [["render", Fm]]), Mm = {
8944
8944
  }
8945
8945
  };
8946
8946
  function Gn(e, n) {
8947
- 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), y = Wn(g - f / 2, 0, o - f), L = Wn(p - C / 2, 0, d - C), v = -(y * (c / o)), B = -(L * (u / d));
8948
- i.style.left = `${y}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`;
8947
+ 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), w = Math.min(d, t.getBoundingClientRect().height / u * d), b = Wn(g - f / 2, 0, o - f), L = Wn(p - w / 2, 0, d - w), v = -(b * (c / o)), B = -(L * (u / d));
8948
+ i.style.left = `${b}px`, i.style.top = `${L}px`, i.style.width = `${f}px`, i.style.height = `${w}px`, i.style.display = "block", s.style.marginLeft = `${v}px`, s.style.marginTop = `${B}px`;
8949
8949
  }
8950
8950
  function Wn(e, n, t) {
8951
8951
  return e < n ? n : e > t ? t : e;
@@ -9187,7 +9187,7 @@ function Zm(e, n, t, s, i, o) {
9187
9187
  }, [
9188
9188
  X(a("span", Um, [
9189
9189
  a("span", { id: e.htmlId }, [
9190
- E(b(t.labelText), 1),
9190
+ H(y(t.labelText), 1),
9191
9191
  t.required ? (l(), r("sup", zm, "*")) : m("", !0)
9192
9192
  ], 8, jm),
9193
9193
  (t.required || e.inputRequirements.length > 0) && t.showStatusIcon ? (l(), r("a", {
@@ -9202,7 +9202,7 @@ function Zm(e, n, t, s, i, o) {
9202
9202
  }, [
9203
9203
  h(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
9204
9204
  ], 8, Gm)) : m("", !0),
9205
- e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), w(c, {
9205
+ e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), C(c, {
9206
9206
  key: 1,
9207
9207
  ref: "tooltip",
9208
9208
  showRequirements: e.showRequirements,
@@ -9219,7 +9219,7 @@ function Zm(e, n, t, s, i, o) {
9219
9219
  [be, t.showLabel]
9220
9220
  ]),
9221
9221
  t.useSlot ? (l(), r("div", Ym, [
9222
- H(e.$slots, "default")
9222
+ A(e.$slots, "default")
9223
9223
  ])) : (l(), r("span", {
9224
9224
  key: 0,
9225
9225
  class: _(["flex-container", { "no-flex": !t.stretchHorizontally, "no-gap": t.multipleSwitch }])
@@ -9240,12 +9240,12 @@ function Zm(e, n, t, s, i, o) {
9240
9240
  }, null, 10, Km), [
9241
9241
  [Mo, o.inputValue]
9242
9242
  ]),
9243
- t.multipleSwitch && u.iconClass ? (l(), w(d, {
9243
+ t.multipleSwitch && u.iconClass ? (l(), C(d, {
9244
9244
  key: 0,
9245
9245
  iconClass: u.iconClass,
9246
9246
  type: u.iconType
9247
9247
  }, null, 8, ["iconClass", "type"])) : m("", !0),
9248
- u.labelText ? (l(), r("span", Jm, b(u.labelText), 1)) : m("", !0)
9248
+ u.labelText ? (l(), r("span", Jm, y(u.labelText), 1)) : m("", !0)
9249
9249
  ], 10, Wm))), 128))
9250
9250
  ], 2))
9251
9251
  ], 10, Nm);
@@ -9543,14 +9543,14 @@ const Ni = /* @__PURE__ */ P(Rm, [["render", Zm]]), Qm = {
9543
9543
  }
9544
9544
  }, 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 };
9545
9545
  function rh(e, n, t, s, i, o) {
9546
- var p, f, C, y, L, v, B, F;
9546
+ var p, f, w, b, L, v, B, F;
9547
9547
  const d = Y, c = te, u = W, g = Re;
9548
9548
  return l(), r(S, null, [
9549
9549
  X(a("fieldset", Xm, [
9550
9550
  a("legend", {
9551
9551
  class: _({ hidden: !t.legendLoginForm.show, "align-left": t.legendLoginForm.align === "left" })
9552
- }, b(t.legendLoginForm.text), 3),
9553
- t.cmdHeadlineLoginForm ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadlineLoginForm)), null, 16)) : m("", !0),
9552
+ }, y(t.legendLoginForm.text), 3),
9553
+ t.cmdHeadlineLoginForm ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadlineLoginForm)), null, 16)) : m("", !0),
9554
9554
  a("div", {
9555
9555
  class: _(["login-fields flex-container", { vertical: t.orientation === "vertical" }])
9556
9556
  }, [
@@ -9572,7 +9572,7 @@ function rh(e, n, t, s, i, o) {
9572
9572
  onValidationStatusChange: n[3] || (n[3] = (D) => o.checkValidationStatus(D, "password"))
9573
9573
  }), null, 16, ["modelValue"])
9574
9574
  ], 2),
9575
- H(e.$slots, "login"),
9575
+ A(e.$slots, "login"),
9576
9576
  a("div", $m, [
9577
9577
  t.linkForgotPassword || t.linkCreateAccount ? (l(), r(S, { key: 0 }, [
9578
9578
  t.linkForgotPassword ? (l(), r("a", {
@@ -9580,22 +9580,22 @@ function rh(e, n, t, s, i, o) {
9580
9580
  href: "#",
9581
9581
  onClick: n[4] || (n[4] = T((...D) => o.toggleSendLoginView && o.toggleSendLoginView(...D), ["prevent"]))
9582
9582
  }, [
9583
- (p = t.linkForgotPassword.icon) != null && p.show && ((f = t.linkForgotPassword.icon) != null && f.iconClass) ? (l(), w(u, {
9583
+ (p = t.linkForgotPassword.icon) != null && p.show && ((f = t.linkForgotPassword.icon) != null && f.iconClass) ? (l(), C(u, {
9584
9584
  key: 0,
9585
9585
  iconClass: t.linkForgotPassword.icon.iconClass,
9586
9586
  type: t.linkForgotPassword.icon.iconType,
9587
9587
  title: t.linkForgotPassword.icon.tooltip
9588
9588
  }, null, 8, ["iconClass", "type", "title"])) : m("", !0),
9589
- t.linkForgotPassword.text ? (l(), r("span", eh, b(t.linkForgotPassword.text), 1)) : m("", !0)
9589
+ t.linkForgotPassword.text ? (l(), r("span", eh, y(t.linkForgotPassword.text), 1)) : m("", !0)
9590
9590
  ])) : m("", !0),
9591
- t.linkCreateAccount ? (l(), w(g, {
9591
+ t.linkCreateAccount ? (l(), C(g, {
9592
9592
  key: 1,
9593
9593
  linkType: t.linkCreateAccount.linkType,
9594
9594
  path: t.linkCreateAccount.path,
9595
9595
  text: t.linkCreateAccount.text,
9596
9596
  icon: {
9597
- iconClass: (C = t.linkCreateAccount.icon) == null ? void 0 : C.iconClass,
9598
- tooltip: (y = t.linkCreateAccount.icon) == null ? void 0 : y.tooltip,
9597
+ iconClass: (w = t.linkCreateAccount.icon) == null ? void 0 : w.iconClass,
9598
+ tooltip: (b = t.linkCreateAccount.icon) == null ? void 0 : b.tooltip,
9599
9599
  position: (L = t.linkCreateAccount.icon) == null ? void 0 : L.position
9600
9600
  }
9601
9601
  }, null, 8, ["linkType", "path", "text", "icon"])) : m("", !0)
@@ -9607,13 +9607,13 @@ function rh(e, n, t, s, i, o) {
9607
9607
  onClick: n[5] || (n[5] = (...D) => o.onClick && o.onClick(...D)),
9608
9608
  disabled: o.buttonLoginDisabled
9609
9609
  }, [
9610
- o.buttonLoginOptions.icon.iconClass ? (l(), w(u, {
9610
+ o.buttonLoginOptions.icon.iconClass ? (l(), C(u, {
9611
9611
  key: 0,
9612
9612
  iconClass: o.buttonLoginOptions.icon.iconClass,
9613
9613
  type: o.buttonLoginOptions.icon.iconType,
9614
9614
  title: o.buttonLoginOptions.icon.tooltip
9615
9615
  }, null, 8, ["iconClass", "type", "title"])) : m("", !0),
9616
- o.buttonLoginOptions.text ? (l(), r("span", nh, b(o.buttonLoginOptions.text), 1)) : m("", !0)
9616
+ o.buttonLoginOptions.text ? (l(), r("span", nh, y(o.buttonLoginOptions.text), 1)) : m("", !0)
9617
9617
  ], 10, th)) : m("", !0)
9618
9618
  ])
9619
9619
  ], 512), [
@@ -9622,8 +9622,8 @@ function rh(e, n, t, s, i, o) {
9622
9622
  X(a("fieldset", ih, [
9623
9623
  a("legend", {
9624
9624
  class: _({ hidden: !t.legendForgotLoginForm.show, "align-left": t.legendForgotLoginForm.align === "left" })
9625
- }, b(t.legendForgotLoginForm.text), 3),
9626
- t.cmdHeadlineSendLoginForm ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadlineSendLoginForm)), null, 16)) : m("", !0),
9625
+ }, y(t.legendForgotLoginForm.text), 3),
9626
+ t.cmdHeadlineSendLoginForm ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadlineSendLoginForm)), null, 16)) : m("", !0),
9627
9627
  h(c, I({
9628
9628
  ref: "sendPassword",
9629
9629
  element: "input",
@@ -9632,20 +9632,20 @@ function rh(e, n, t, s, i, o) {
9632
9632
  modelValue: i.sendLoginMail,
9633
9633
  "onUpdate:modelValue": n[7] || (n[7] = (D) => i.sendLoginMail = D)
9634
9634
  }, o.cmdFormElementSendLoginOptions), null, 16, ["modelValue"]),
9635
- H(e.$slots, "send-login"),
9635
+ A(e.$slots, "send-login"),
9636
9636
  a("div", oh, [
9637
9637
  t.linkForgotPassword ? (l(), r("a", {
9638
9638
  key: 0,
9639
9639
  href: "#",
9640
9640
  onClick: n[8] || (n[8] = T((...D) => o.toggleSendLoginView && o.toggleSendLoginView(...D), ["prevent"]))
9641
9641
  }, [
9642
- t.linkForgotPassword && t.linkForgotPassword.icon && t.linkForgotPassword.icon.show && t.linkForgotPassword.icon.iconClass ? (l(), w(u, {
9642
+ t.linkForgotPassword && t.linkForgotPassword.icon && t.linkForgotPassword.icon.show && t.linkForgotPassword.icon.iconClass ? (l(), C(u, {
9643
9643
  key: 0,
9644
9644
  iconClass: t.linkForgotPassword.icon.iconClass,
9645
9645
  type: t.linkForgotPassword.icon.iconType,
9646
9646
  title: t.linkForgotPassword.icon.tooltip
9647
9647
  }, null, 8, ["iconClass", "type", "title"])) : m("", !0),
9648
- t.linkForgotPassword.text ? (l(), r("span", lh, b(t.linkForgotPassword.text), 1)) : m("", !0)
9648
+ t.linkForgotPassword.text ? (l(), r("span", lh, y(t.linkForgotPassword.text), 1)) : m("", !0)
9649
9649
  ])) : m("", !0),
9650
9650
  o.buttonSendLoginOptions.linkType === "button" ? (l(), r("button", {
9651
9651
  key: 1,
@@ -9653,12 +9653,12 @@ function rh(e, n, t, s, i, o) {
9653
9653
  class: _(["button", { primary: o.buttonSendLoginOptions.primary }]),
9654
9654
  disabled: o.buttonSendLoginDisabled
9655
9655
  }, [
9656
- (v = o.buttonSendLoginOptions.icon) != null && v.iconClass ? (l(), w(u, {
9656
+ (v = o.buttonSendLoginOptions.icon) != null && v.iconClass ? (l(), C(u, {
9657
9657
  key: 0,
9658
9658
  iconClass: (B = o.buttonSendLoginOptions.icon) == null ? void 0 : B.iconClass,
9659
9659
  title: (F = o.buttonSendLoginOptions.icon) == null ? void 0 : F.tooltip
9660
9660
  }, null, 8, ["iconClass", "title"])) : m("", !0),
9661
- o.buttonSendLoginOptions.text ? (l(), r("span", ah, b(o.buttonSendLoginOptions.text), 1)) : m("", !0)
9661
+ o.buttonSendLoginOptions.text ? (l(), r("span", ah, y(o.buttonSendLoginOptions.text), 1)) : m("", !0)
9662
9662
  ], 10, sh)) : m("", !0)
9663
9663
  ])
9664
9664
  ], 512), [
@@ -9831,18 +9831,18 @@ function kh(e, n, t, s, i, o) {
9831
9831
  role: "button",
9832
9832
  onClick: n[0] || (n[0] = T((...u) => o.closeOffcanvasNavigation && o.closeOffcanvasNavigation(...u), ["prevent"]))
9833
9833
  }, [
9834
- t.closeOffcanvas.iconClass ? (l(), w(d, {
9834
+ t.closeOffcanvas.iconClass ? (l(), C(d, {
9835
9835
  key: 0,
9836
9836
  iconClass: t.closeOffcanvas.iconClass,
9837
9837
  type: t.closeOffcanvas.iconType
9838
9838
  }, null, 8, ["iconClass", "type"])) : m("", !0),
9839
9839
  a("span", {
9840
9840
  class: _({ hidden: !t.closeOffcanvas.showText })
9841
- }, b(t.closeOffcanvas.text), 3)
9841
+ }, y(t.closeOffcanvas.text), 3)
9842
9842
  ])
9843
9843
  ])) : m("", !0),
9844
9844
  (l(!0), r(S, null, q(t.navigationEntries, (u, g) => {
9845
- var p, f, C;
9845
+ var p, f, w;
9846
9846
  return l(), r("li", {
9847
9847
  key: g,
9848
9848
  class: _({ active: u.active, open: i.openEntry === g, "has-subentries": (p = u == null ? void 0 : u.subentries) == null ? void 0 : p.length })
@@ -9852,34 +9852,34 @@ function kh(e, n, t, s, i, o) {
9852
9852
  href: u.path,
9853
9853
  title: u.tooltip,
9854
9854
  target: u.target,
9855
- onClick: (y) => o.executeLink(y, u, g),
9856
- onMouseover: n[1] || (n[1] = (y) => o.closeAllSubentries()),
9857
- onFocus: n[2] || (n[2] = (y) => o.closeAllSubentries())
9855
+ onClick: (b) => o.executeLink(b, u, g),
9856
+ onMouseover: n[1] || (n[1] = (b) => o.closeAllSubentries()),
9857
+ onFocus: n[2] || (n[2] = (b) => o.closeAllSubentries())
9858
9858
  }, [
9859
- u.iconClass ? (l(), w(d, {
9859
+ u.iconClass ? (l(), C(d, {
9860
9860
  key: 0,
9861
9861
  iconClass: u.iconClass,
9862
9862
  type: u.iconType
9863
9863
  }, null, 8, ["iconClass", "type"])) : m("", !0),
9864
- u.text ? (l(), r("span", hh, b(u.text), 1)) : m("", !0),
9864
+ u.text ? (l(), r("span", hh, y(u.text), 1)) : m("", !0),
9865
9865
  (f = u == null ? void 0 : u.subentries) != null && f.length ? (l(), r("span", {
9866
9866
  key: 2,
9867
9867
  class: _(["subentry-icon", t.subentriesIconClass])
9868
9868
  }, null, 2)) : m("", !0)
9869
9869
  ], 40, mh)) : m("", !0),
9870
- u.type === "router" ? (l(), w(c, {
9870
+ u.type === "router" ? (l(), C(c, {
9871
9871
  key: 1,
9872
9872
  to: o.getRoute(u),
9873
9873
  title: u.tooltip,
9874
9874
  onClick: o.closeOffcanvasNavigation
9875
9875
  }, {
9876
9876
  default: k(() => [
9877
- u.iconClass ? (l(), w(d, {
9877
+ u.iconClass ? (l(), C(d, {
9878
9878
  key: 0,
9879
9879
  iconClass: u.iconClass,
9880
9880
  type: u.iconType
9881
9881
  }, null, 8, ["iconClass", "type"])) : m("", !0),
9882
- u.text ? (l(), r("span", ph, b(u.text), 1)) : m("", !0),
9882
+ u.text ? (l(), r("span", ph, y(u.text), 1)) : m("", !0),
9883
9883
  u.subentries && u.subentries.length > 0 ? (l(), r("span", {
9884
9884
  key: 2,
9885
9885
  class: _(["subentry-icon", t.subentriesIconClass])
@@ -9887,61 +9887,61 @@ function kh(e, n, t, s, i, o) {
9887
9887
  ]),
9888
9888
  _: 2
9889
9889
  }, 1032, ["to", "title", "onClick"])) : m("", !0),
9890
- (C = u == null ? void 0 : u.subentries) != null && C.length ? (l(), r("ul", {
9890
+ (w = u == null ? void 0 : u.subentries) != null && w.length ? (l(), r("ul", {
9891
9891
  key: 2,
9892
9892
  "aria-expanded": i.openEntry ? "true" : "false"
9893
9893
  }, [
9894
- (l(!0), r(S, null, q(u.subentries, (y, L) => {
9894
+ (l(!0), r(S, null, q(u.subentries, (b, L) => {
9895
9895
  var v, B;
9896
9896
  return l(), r("li", {
9897
9897
  key: L,
9898
- class: _({ open: i.openSubentry === L, "has-subentries": (v = y == null ? void 0 : y.subentries) == null ? void 0 : v.length })
9898
+ class: _({ open: i.openSubentry === L, "has-subentries": (v = b == null ? void 0 : b.subentries) == null ? void 0 : v.length })
9899
9899
  }, [
9900
- y.type === "href" ? (l(), r("a", {
9900
+ b.type === "href" ? (l(), r("a", {
9901
9901
  key: 0,
9902
- href: y.path,
9903
- title: y.tooltip,
9904
- target: y.target,
9905
- onClick: (F) => o.executeLink(F, y, L, 1),
9902
+ href: b.path,
9903
+ title: b.tooltip,
9904
+ target: b.target,
9905
+ onClick: (F) => o.executeLink(F, b, L, 1),
9906
9906
  onMouseover: n[3] || (n[3] = (F) => o.closeAllSubentries(1)),
9907
9907
  onFocus: n[4] || (n[4] = (F) => o.closeAllSubentries(1))
9908
9908
  }, [
9909
- y.iconClass ? (l(), w(d, {
9909
+ b.iconClass ? (l(), C(d, {
9910
9910
  key: 0,
9911
- iconClass: y.iconClass,
9912
- type: y.iconType
9911
+ iconClass: b.iconClass,
9912
+ type: b.iconType
9913
9913
  }, null, 8, ["iconClass", "type"])) : m("", !0),
9914
- y.text ? (l(), r("span", yh, b(y.text), 1)) : m("", !0),
9915
- y.subentries && y.subentries.length > 0 ? (l(), r("span", {
9914
+ b.text ? (l(), r("span", yh, y(b.text), 1)) : m("", !0),
9915
+ b.subentries && b.subentries.length > 0 ? (l(), r("span", {
9916
9916
  key: 2,
9917
9917
  class: _(["subentry-icon", t.subentriesIconClass])
9918
9918
  }, null, 2)) : m("", !0)
9919
9919
  ], 40, gh)) : m("", !0),
9920
- y.type === "router" ? (l(), w(c, {
9920
+ b.type === "router" ? (l(), C(c, {
9921
9921
  key: 1,
9922
- to: o.getRoute(y),
9923
- title: y.tooltip,
9922
+ to: o.getRoute(b),
9923
+ title: b.tooltip,
9924
9924
  onClick: o.closeOffcanvasNavigation
9925
9925
  }, {
9926
9926
  default: k(() => [
9927
- y.iconClass ? (l(), w(d, {
9927
+ b.iconClass ? (l(), C(d, {
9928
9928
  key: 0,
9929
- iconClass: y.iconClass,
9930
- type: y.iconType
9929
+ iconClass: b.iconClass,
9930
+ type: b.iconType
9931
9931
  }, null, 8, ["iconClass", "type"])) : m("", !0),
9932
- y.text ? (l(), r("span", bh, b(y.text), 1)) : m("", !0),
9933
- y.subentries && y.subentries.length > 0 ? (l(), r("span", {
9932
+ b.text ? (l(), r("span", bh, y(b.text), 1)) : m("", !0),
9933
+ b.subentries && b.subentries.length > 0 ? (l(), r("span", {
9934
9934
  key: 2,
9935
9935
  class: _(["subentry-icon", t.subentriesIconClass])
9936
9936
  }, null, 2)) : m("", !0)
9937
9937
  ]),
9938
9938
  _: 2
9939
9939
  }, 1032, ["to", "title", "onClick"])) : m("", !0),
9940
- (B = y.subentries) != null && B.length ? (l(), r("ul", {
9940
+ (B = b.subentries) != null && B.length ? (l(), r("ul", {
9941
9941
  key: 2,
9942
9942
  "aria-expanded": i.openSubentry ? "true" : "false"
9943
9943
  }, [
9944
- (l(!0), r(S, null, q(y.subentries, (F, D) => (l(), r("li", { key: D }, [
9944
+ (l(!0), r(S, null, q(b.subentries, (F, D) => (l(), r("li", { key: D }, [
9945
9945
  F.type === "href" ? (l(), r("a", {
9946
9946
  key: 0,
9947
9947
  href: F.path,
@@ -9949,30 +9949,30 @@ function kh(e, n, t, s, i, o) {
9949
9949
  target: F.target,
9950
9950
  onClick: (M) => o.executeLink(M, F)
9951
9951
  }, [
9952
- F.iconClass ? (l(), w(d, {
9952
+ F.iconClass ? (l(), C(d, {
9953
9953
  key: 0,
9954
9954
  iconClass: F.iconClass,
9955
9955
  type: F.iconType
9956
9956
  }, null, 8, ["iconClass", "type"])) : m("", !0),
9957
- F.text ? (l(), r("span", Ch, b(F.text), 1)) : m("", !0),
9957
+ F.text ? (l(), r("span", Ch, y(F.text), 1)) : m("", !0),
9958
9958
  F.subentries && F.subentries.length > 0 ? (l(), r("span", {
9959
9959
  key: 2,
9960
9960
  class: _(["subentry-icon", t.subentriesIconClass])
9961
9961
  }, null, 2)) : m("", !0)
9962
9962
  ], 8, _h)) : m("", !0),
9963
- F.type === "router" ? (l(), w(c, {
9963
+ F.type === "router" ? (l(), C(c, {
9964
9964
  key: 1,
9965
9965
  to: o.getRoute(F),
9966
9966
  target: F.target,
9967
9967
  onClick: o.closeOffcanvasNavigation
9968
9968
  }, {
9969
9969
  default: k(() => [
9970
- F.iconClass ? (l(), w(d, {
9970
+ F.iconClass ? (l(), C(d, {
9971
9971
  key: 0,
9972
9972
  iconClass: F.iconClass,
9973
9973
  type: F.iconType
9974
9974
  }, null, 8, ["iconClass", "type"])) : m("", !0),
9975
- F.text ? (l(), r("span", wh, b(F.text), 1)) : m("", !0),
9975
+ F.text ? (l(), r("span", wh, y(F.text), 1)) : m("", !0),
9976
9976
  F.subentries && F.subentries.length > 0 ? (l(), r("span", {
9977
9977
  key: 2,
9978
9978
  class: _(["subentry-icon", t.subentriesIconClass])
@@ -10002,7 +10002,7 @@ function kh(e, n, t, s, i, o) {
10002
10002
  }, null, 8, ["iconClass", "type"]),
10003
10003
  a("span", {
10004
10004
  class: _({ hidden: !t.buttonOffcanvas.showText })
10005
- }, b(t.buttonOffcanvas.text), 3)
10005
+ }, y(t.buttonOffcanvas.text), 3)
10006
10006
  ])) : m("", !0)
10007
10007
  ], 2);
10008
10008
  }
@@ -10070,13 +10070,13 @@ function Oh(e, n, t, s, i, o) {
10070
10070
  onClick: T((p) => o.clickedStep(p, g), ["stop", "prevent"])
10071
10071
  }, {
10072
10072
  default: k(() => [
10073
- t.showStepNumber ? (l(), r("span", Th, b(g + 1), 1)) : m("", !0),
10074
- u.iconClass ? (l(), w(d, {
10073
+ t.showStepNumber ? (l(), r("span", Th, y(g + 1), 1)) : m("", !0),
10074
+ u.iconClass ? (l(), C(d, {
10075
10075
  key: 1,
10076
10076
  iconClass: u.iconClass,
10077
10077
  type: u.iconType
10078
10078
  }, null, 8, ["iconClass", "type"])) : m("", !0),
10079
- u.text ? (l(), r("span", Sh, b(u.text), 1)) : m("", !0),
10079
+ u.text ? (l(), r("span", Sh, y(u.text), 1)) : m("", !0),
10080
10080
  a("span", {
10081
10081
  class: _(t.separatorIconClass)
10082
10082
  }, null, 2)
@@ -10241,7 +10241,7 @@ function Dh(e, n, t, s, i, o) {
10241
10241
  return l(), r("fieldset", Bh, [
10242
10242
  a("legend", {
10243
10243
  class: _({ hidden: !t.legend.show, "align-left": t.legend.align === "left" })
10244
- }, b(t.legend.text), 3),
10244
+ }, y(t.legend.text), 3),
10245
10245
  h(d, {
10246
10246
  inputTypes: "radio",
10247
10247
  labelText: t.cmdInputGroup.labelText,
@@ -10404,7 +10404,7 @@ function Gh(e, n, t, s, i, o) {
10404
10404
  ]),
10405
10405
  a("dd", Hh, [
10406
10406
  a("div", qh, [
10407
- i.editableDay.amClosed ? (l(), w(d, {
10407
+ i.editableDay.amClosed ? (l(), C(d, {
10408
10408
  key: 0,
10409
10409
  element: "input",
10410
10410
  type: "text",
@@ -10446,7 +10446,7 @@ function Gh(e, n, t, s, i, o) {
10446
10446
  }, null, 10, Nh)
10447
10447
  ]),
10448
10448
  a("div", Uh, [
10449
- i.editableDay.pmClosed ? (l(), w(d, {
10449
+ i.editableDay.pmClosed ? (l(), C(d, {
10450
10450
  key: 0,
10451
10451
  element: "input",
10452
10452
  type: "text",
@@ -10489,20 +10489,20 @@ function Gh(e, n, t, s, i, o) {
10489
10489
  ])
10490
10490
  ])
10491
10491
  ], 64)) : (l(), r(S, { key: 0 }, [
10492
- a("dt", Vh, b(t.day.day), 1),
10492
+ a("dt", Vh, y(t.day.day), 1),
10493
10493
  a("dd", null, [
10494
10494
  t.day.am ? (l(), r("span", Ah, [
10495
10495
  t.day.am.displayText ? (l(), r(S, { key: 0 }, [
10496
- E(b(t.day.am.displayText), 1)
10496
+ H(y(t.day.am.displayText), 1)
10497
10497
  ], 64)) : (l(), r(S, { key: 1 }, [
10498
- E(b(o.getTime(t.day.am.fromTime, t.abbreviationTextAm)) + " " + b(t.separator) + " " + b(o.getTime(t.day.am.tillTime)), 1)
10498
+ H(y(o.getTime(t.day.am.fromTime, t.abbreviationTextAm)) + " " + y(t.separator) + " " + y(o.getTime(t.day.am.tillTime)), 1)
10499
10499
  ], 64))
10500
10500
  ])) : m("", !0),
10501
10501
  t.day.pm ? (l(), r("span", Eh, [
10502
10502
  t.day.pm.displayText ? (l(), r(S, { key: 0 }, [
10503
- E(b(t.day.pm.displayText), 1)
10503
+ H(y(t.day.pm.displayText), 1)
10504
10504
  ], 64)) : (l(), r(S, { key: 1 }, [
10505
- E(b(o.getTime(t.day.pm.fromTime, t.abbreviationTextPm)) + " " + b(t.separator) + " " + b(o.getTime(t.day.pm.tillTime)), 1)
10505
+ H(y(o.getTime(t.day.pm.fromTime, t.abbreviationTextPm)) + " " + y(t.separator) + " " + y(o.getTime(t.day.pm.tillTime)), 1)
10506
10506
  ], 64))
10507
10507
  ])) : m("", !0)
10508
10508
  ])
@@ -10779,25 +10779,25 @@ const Yh = {
10779
10779
  class: "flex-container vertical"
10780
10780
  };
10781
10781
  function ap(e, n, t, s, i, o) {
10782
- var f, C;
10782
+ var f, w;
10783
10783
  const d = Y, c = Re, u = te, g = Wh, p = He;
10784
10784
  return l(), r("div", Zh, [
10785
- (f = t.cmdHeadline) != null && f.headlineText || e.editModeContext ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
10785
+ (f = t.cmdHeadline) != null && f.headlineText || e.editModeContext ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
10786
10786
  !e.editing && t.showOpenStatus ? (l(), r(S, { key: 1 }, [
10787
- (C = t.cmdLink) != null && C.path ? (l(), w(c, I({
10787
+ (w = t.cmdLink) != null && w.path ? (l(), C(c, I({
10788
10788
  key: 0,
10789
10789
  linkType: t.cmdLink.type || "href"
10790
10790
  }, t.cmdLink, {
10791
10791
  class: { closed: o.isClosed }
10792
10792
  }), {
10793
10793
  default: k(() => [
10794
- E(b(o.textOpenClosed), 1)
10794
+ H(y(o.textOpenClosed), 1)
10795
10795
  ]),
10796
10796
  _: 1
10797
10797
  }, 16, ["linkType", "class"])) : (l(), r("span", {
10798
10798
  key: 1,
10799
10799
  class: _({ closed: o.isClosed })
10800
- }, b(o.textOpenClosed), 3))
10800
+ }, y(o.textOpenClosed), 3))
10801
10801
  ], 64)) : e.editing ? (l(), r("div", Qh, [
10802
10802
  h(u, {
10803
10803
  element: "input",
@@ -10806,7 +10806,7 @@ function ap(e, n, t, s, i, o) {
10806
10806
  labelText: "Text for 'open'",
10807
10807
  placeholder: "Text for 'open'",
10808
10808
  modelValue: o.textOpenModel,
10809
- "onUpdate:modelValue": n[0] || (n[0] = (y) => o.textOpenModel = y)
10809
+ "onUpdate:modelValue": n[0] || (n[0] = (b) => o.textOpenModel = b)
10810
10810
  }, null, 8, ["modelValue"]),
10811
10811
  h(u, {
10812
10812
  element: "input",
@@ -10815,7 +10815,7 @@ function ap(e, n, t, s, i, o) {
10815
10815
  labelText: "Text for 'closed'",
10816
10816
  placeholder: "Text for 'closed'",
10817
10817
  modelValue: o.textClosedModel,
10818
- "onUpdate:modelValue": n[1] || (n[1] = (y) => o.textClosedModel = y)
10818
+ "onUpdate:modelValue": n[1] || (n[1] = (b) => o.textClosedModel = b)
10819
10819
  }, null, 8, ["modelValue"])
10820
10820
  ])) : m("", !0),
10821
10821
  e.editModeContext ? (l(), r(S, { key: 4 }, [
@@ -10823,13 +10823,13 @@ function ap(e, n, t, s, i, o) {
10823
10823
  key: 0,
10824
10824
  type: "button",
10825
10825
  class: "button confirm small",
10826
- onClick: n[2] || (n[2] = (...y) => o.onAddItem && o.onAddItem(...y))
10827
- }, tp)) : (l(!0), r(S, { key: 1 }, q(o.openingHoursFormatted, (y, L) => (l(), w(p, {
10826
+ onClick: n[2] || (n[2] = (...b) => o.onAddItem && o.onAddItem(...b))
10827
+ }, tp)) : (l(!0), r(S, { key: 1 }, q(o.openingHoursFormatted, (b, L) => (l(), C(p, {
10828
10828
  key: "x" + L,
10829
10829
  class: "edit-items",
10830
10830
  showComponentName: !1,
10831
10831
  componentName: "CmdOpeningHoursItem",
10832
- componentProps: y,
10832
+ componentProps: b,
10833
10833
  allowedComponentTypes: [],
10834
10834
  componentPath: ["props", "openingHours", L],
10835
10835
  itemProvider: o.itemProvider
@@ -10837,7 +10837,7 @@ function ap(e, n, t, s, i, o) {
10837
10837
  default: k(() => [
10838
10838
  a("dl", np, [
10839
10839
  h(g, {
10840
- day: y,
10840
+ day: b,
10841
10841
  separator: t.separator,
10842
10842
  abbreviationTextAm: t.abbreviationTextAm,
10843
10843
  abbreviationTextPm: t.abbreviationTextPm,
@@ -10848,9 +10848,9 @@ function ap(e, n, t, s, i, o) {
10848
10848
  _: 2
10849
10849
  }, 1032, ["componentProps", "componentPath", "itemProvider"]))), 128))
10850
10850
  ], 64)) : (l(), r("dl", Xh, [
10851
- (l(!0), r(S, null, q(o.openingHoursFormatted, (y, L) => (l(), w(g, {
10851
+ (l(!0), r(S, null, q(o.openingHoursFormatted, (b, L) => (l(), C(g, {
10852
10852
  key: L,
10853
- day: y,
10853
+ day: b,
10854
10854
  separator: t.separator,
10855
10855
  abbreviationTextAm: t.abbreviationTextAm,
10856
10856
  abbreviationTextPm: t.abbreviationTextPm,
@@ -10859,9 +10859,9 @@ function ap(e, n, t, s, i, o) {
10859
10859
  ])),
10860
10860
  !e.editing && (t.textHolidays || t.textMiscInfo) ? (l(), r("div", ip, [
10861
10861
  t.textHolidays ? (l(), r("p", op, [
10862
- a("strong", null, b(t.textHolidays), 1)
10862
+ a("strong", null, y(t.textHolidays), 1)
10863
10863
  ])) : m("", !0),
10864
- t.textMiscInfo ? (l(), r("p", lp, b(t.textMiscInfo), 1)) : m("", !0)
10864
+ t.textMiscInfo ? (l(), r("p", lp, y(t.textMiscInfo), 1)) : m("", !0)
10865
10865
  ])) : m("", !0),
10866
10866
  e.editing ? (l(), r("div", sp, [
10867
10867
  h(u, {
@@ -10871,7 +10871,7 @@ function ap(e, n, t, s, i, o) {
10871
10871
  labelText: "Text for 'holidays'",
10872
10872
  placeholder: "Text for 'holidays'",
10873
10873
  modelValue: o.textHolidaysModel,
10874
- "onUpdate:modelValue": n[3] || (n[3] = (y) => o.textHolidaysModel = y)
10874
+ "onUpdate:modelValue": n[3] || (n[3] = (b) => o.textHolidaysModel = b)
10875
10875
  }, null, 8, ["modelValue"]),
10876
10876
  h(u, {
10877
10877
  element: "input",
@@ -10880,7 +10880,7 @@ function ap(e, n, t, s, i, o) {
10880
10880
  labelText: "Miscellaneous information",
10881
10881
  placeholder: "Miscellaneous information",
10882
10882
  modelValue: o.textMiscInfoModel,
10883
- "onUpdate:modelValue": n[4] || (n[4] = (y) => o.textMiscInfoModel = y)
10883
+ "onUpdate:modelValue": n[4] || (n[4] = (b) => o.textMiscInfoModel = b)
10884
10884
  }, null, 8, ["modelValue"])
10885
10885
  ])) : m("", !0)
10886
10886
  ]);
@@ -11010,7 +11010,7 @@ function xp(e, n, t, s, i, o) {
11010
11010
  iconClass: t.prevLink.iconClass,
11011
11011
  type: t.prevLink.iconType
11012
11012
  }, null, 8, ["iconClass", "type"]),
11013
- t.prevLink.showText ? (l(), r("span", hp, b(t.prevLink.text), 1)) : m("", !0)
11013
+ t.prevLink.showText ? (l(), r("span", hp, y(t.prevLink.text), 1)) : m("", !0)
11014
11014
  ], 10, mp),
11015
11015
  a("div", pp, [
11016
11016
  a("div", fp, [
@@ -11022,7 +11022,7 @@ function xp(e, n, t, s, i, o) {
11022
11022
  onClick: T((g) => o.showPage(c), ["stop", "prevent"]),
11023
11023
  "aria-live": "polite"
11024
11024
  }, [
11025
- a("span", null, b(u + 1), 1)
11025
+ a("span", null, y(u + 1), 1)
11026
11026
  ], 10, gp))), 128))
11027
11027
  ])
11028
11028
  ]),
@@ -11032,7 +11032,7 @@ function xp(e, n, t, s, i, o) {
11032
11032
  onClick: n[1] || (n[1] = T((...c) => o.nextPage && o.nextPage(...c), ["prevent"])),
11033
11033
  title: t.nextLink.showText ? null : t.nextLink.text
11034
11034
  }, [
11035
- t.nextLink.showText ? (l(), r("span", bp, b(t.nextLink.text), 1)) : m("", !0),
11035
+ t.nextLink.showText ? (l(), r("span", bp, y(t.nextLink.text), 1)) : m("", !0),
11036
11036
  h(d, {
11037
11037
  iconClass: t.nextLink.iconClass,
11038
11038
  type: t.nextLink.iconType
@@ -11151,12 +11151,12 @@ function Tp(e, n, t, s, i, o) {
11151
11151
  target: "_blank",
11152
11152
  title: o.tooltip(t.network.tooltip)
11153
11153
  }, [
11154
- t.network.iconClass ? (l(), w(d, {
11154
+ t.network.iconClass ? (l(), C(d, {
11155
11155
  key: 0,
11156
11156
  iconClass: t.network.iconClass,
11157
11157
  type: t.network.iconType
11158
11158
  }, null, 8, ["iconClass", "type"])) : m("", !0),
11159
- t.network.linkText ? (l(), r("span", vp, b(t.network.linkText), 1)) : m("", !0)
11159
+ t.network.linkText ? (l(), r("span", vp, y(t.network.linkText), 1)) : m("", !0)
11160
11160
  ], 10, kp))
11161
11161
  ]);
11162
11162
  }
@@ -11329,30 +11329,30 @@ function Bp(e, n, t, s, i, o) {
11329
11329
  return l(), r("div", {
11330
11330
  class: _(["cmd-social-networks", { stretch: t.stretchButtons }, o.alignment])
11331
11331
  }, [
11332
- (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),
11333
- t.userMustAcceptDataPrivacy ? (l(), w(c, I({
11332
+ (p = t.cmdHeadline) != null && p.headlineText || (f = e.editModeContext) != null && f.editing ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline || {})), null, 16)) : m("", !0),
11333
+ t.userMustAcceptDataPrivacy ? (l(), C(c, I({
11334
11334
  key: 1,
11335
11335
  element: "input",
11336
11336
  type: "checkbox"
11337
11337
  }, t.cmdFormElement, {
11338
11338
  modelValue: i.dataPrivacyAccepted,
11339
- "onUpdate:modelValue": n[0] || (n[0] = (C) => i.dataPrivacyAccepted = C)
11339
+ "onUpdate:modelValue": n[0] || (n[0] = (w) => i.dataPrivacyAccepted = w)
11340
11340
  }), null, 16, ["modelValue"])) : m("", !0),
11341
11341
  o.validNetworks.length > 0 ? (l(), r("ul", {
11342
11342
  key: 2,
11343
11343
  class: _(["button-wrapper", { "no-gap": !t.useGap }])
11344
11344
  }, [
11345
- e.editModeContext ? (l(!0), r(S, { key: 1 }, q(o.validNetworks, (C, y) => (l(), w(g, {
11346
- key: "x" + y,
11345
+ e.editModeContext ? (l(!0), r(S, { key: 1 }, q(o.validNetworks, (w, b) => (l(), C(g, {
11346
+ key: "x" + b,
11347
11347
  class: "edit-items",
11348
11348
  componentName: "CmdSocialNetworksItem",
11349
- componentProps: C,
11350
- componentPath: ["props", "networks", y],
11349
+ componentProps: w,
11350
+ componentPath: ["props", "networks", b],
11351
11351
  showComponentName: !1
11352
11352
  }, {
11353
11353
  default: k(() => [
11354
11354
  h(u, {
11355
- network: C,
11355
+ network: w,
11356
11356
  userMustAcceptDataPrivacy: t.userMustAcceptDataPrivacy,
11357
11357
  buttonTextAlign: t.buttonTextAlign,
11358
11358
  dataPrivacyAccepted: i.dataPrivacyAccepted
@@ -11360,22 +11360,22 @@ function Bp(e, n, t, s, i, o) {
11360
11360
  ]),
11361
11361
  _: 2
11362
11362
  }, 1032, ["componentProps", "componentPath"]))), 128)) : (l(), r(S, { key: 0 }, [
11363
- (l(!0), r(S, null, q(o.validNetworks, (C, y) => (l(), w(u, {
11364
- key: y,
11365
- network: C,
11363
+ (l(!0), r(S, null, q(o.validNetworks, (w, b) => (l(), C(u, {
11364
+ key: b,
11365
+ network: w,
11366
11366
  userMustAcceptDataPrivacy: t.userMustAcceptDataPrivacy,
11367
11367
  buttonTextAlign: t.buttonTextAlign,
11368
11368
  dataPrivacyAccepted: i.dataPrivacyAccepted,
11369
11369
  page: t.page,
11370
11370
  appendPage: t.appendPage
11371
11371
  }, null, 8, ["network", "userMustAcceptDataPrivacy", "buttonTextAlign", "dataPrivacyAccepted", "page", "appendPage"]))), 128)),
11372
- H(e.$slots, "default")
11372
+ A(e.$slots, "default")
11373
11373
  ], 64))
11374
11374
  ], 2)) : (l(), r("button", {
11375
11375
  key: 3,
11376
11376
  class: "button small",
11377
11377
  title: "Add new item",
11378
- onClick: n[1] || (n[1] = (...C) => o.onAddItem && o.onAddItem(...C))
11378
+ onClick: n[1] || (n[1] = (...w) => o.onAddItem && o.onAddItem(...w))
11379
11379
  }, Ip))
11380
11380
  ], 2);
11381
11381
  }
@@ -11473,14 +11473,14 @@ function Vp(e, n, t, s, i, o) {
11473
11473
  return l(), r("footer", {
11474
11474
  class: _(["cmd-page-footer flex-container", { "small-buttons": t.useSmallButtons }])
11475
11475
  }, [
11476
- t.cmdSocialNetworks ? (l(), w(d, R(I({ key: 0 }, t.cmdSocialNetworks)), {
11476
+ t.cmdSocialNetworks ? (l(), C(d, R(I({ key: 0 }, t.cmdSocialNetworks)), {
11477
11477
  default: k(() => [
11478
- H(e.$slots, "cmd-social-networks")
11478
+ A(e.$slots, "cmd-social-networks")
11479
11479
  ]),
11480
11480
  _: 3
11481
11481
  }, 16)) : m("", !0),
11482
11482
  a("div", Dp, [
11483
- H(e.$slots, "default"),
11483
+ A(e.$slots, "default"),
11484
11484
  (c = o.buttonPrintViewOptions) != null && c.show ? (l(), r("button", {
11485
11485
  key: 0,
11486
11486
  class: _(["button", { primary: o.buttonPrintViewOptions.primary }]),
@@ -11492,7 +11492,7 @@ function Vp(e, n, t, s, i, o) {
11492
11492
  key: 0,
11493
11493
  class: _((p = o.buttonPrintViewOptions.icon) == null ? void 0 : p.iconClass)
11494
11494
  }, null, 2)) : m("", !0),
11495
- o.buttonPrintViewOptions.text ? (l(), r("span", Pp, b(o.buttonPrintViewOptions.text), 1)) : m("", !0)
11495
+ o.buttonPrintViewOptions.text ? (l(), r("span", Pp, y(o.buttonPrintViewOptions.text), 1)) : m("", !0)
11496
11496
  ], 10, Mp)) : m("", !0)
11497
11497
  ])
11498
11498
  ], 2);
@@ -11526,10 +11526,10 @@ function Rp(e, n, t, s, i, o) {
11526
11526
  const d = Pi, c = Y;
11527
11527
  return t.cmdBreadcrumbs || t.cmdHeadline || e.$slots.default ? (l(), r("header", Hp, [
11528
11528
  t.cmdBreadcrumbs || t.cmdHeadline ? (l(), r("div", qp, [
11529
- t.cmdBreadcrumbs ? (l(), w(d, R(I({ key: 0 }, t.cmdBreadcrumbs)), null, 16)) : m("", !0),
11530
- t.cmdHeadline.headlineText ? (l(), w(c, R(I({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0)
11529
+ t.cmdBreadcrumbs ? (l(), C(d, R(I({ key: 0 }, t.cmdBreadcrumbs)), null, 16)) : m("", !0),
11530
+ t.cmdHeadline.headlineText ? (l(), C(c, R(I({ key: 1 }, t.cmdHeadline)), null, 16)) : m("", !0)
11531
11531
  ])) : m("", !0),
11532
- e.$slots.default ? H(e.$slots, "default", { key: 1 }) : m("", !0)
11532
+ e.$slots.default ? A(e.$slots, "default", { key: 1 }) : m("", !0)
11533
11533
  ])) : m("", !0);
11534
11534
  }
11535
11535
  const Np = /* @__PURE__ */ P(Ep, [["render", Rp]]), Up = {
@@ -11582,9 +11582,9 @@ function Kp(e, n, t, s, i, o) {
11582
11582
  }, [
11583
11583
  a("span", {
11584
11584
  class: _(["label-text", { hidden: !t.showLabel }])
11585
- }, b(t.labelText), 3),
11585
+ }, y(t.labelText), 3),
11586
11586
  a("span", zp, [
11587
- t.showLoadingStatus ? (l(), r("span", Gp, b(i.loadingStatus) + " %", 1)) : m("", !0),
11587
+ t.showLoadingStatus ? (l(), r("span", Gp, y(i.loadingStatus) + " %", 1)) : m("", !0),
11588
11588
  a("progress", I(e.$attrs, {
11589
11589
  id: t.id,
11590
11590
  value: i.loadingStatus
@@ -11673,14 +11673,14 @@ function ef(e, n, t, s, i, o) {
11673
11673
  class: _(["cmd-sidebar", o.wrapperClass, { box: t.styledAsBox, "collapse-to-right": !t.collapseToLeft }])
11674
11674
  }, [
11675
11675
  a("div", Zp, [
11676
- (c = t.cmdHeadline) != null && c.headlineText && i.open ? (l(), w(d, I({ key: 0 }, t.cmdHeadline, {
11676
+ (c = t.cmdHeadline) != null && c.headlineText && i.open ? (l(), C(d, I({ key: 0 }, t.cmdHeadline, {
11677
11677
  headlineLevel: t.cmdHeadline.headlineLevel || 3,
11678
11678
  class: "sidebar-main-headline"
11679
11679
  }), null, 16, ["headlineLevel"])) : m("", !0),
11680
11680
  i.open ? (l(), r("div", Qp, [
11681
- H(e.$slots, "open", { openBoxStatus: i.open })
11681
+ A(e.$slots, "open", { openBoxStatus: i.open })
11682
11682
  ])) : (l(), r("div", Xp, [
11683
- H(e.$slots, "closed", { openBoxStatus: i.open })
11683
+ A(e.$slots, "closed", { openBoxStatus: i.open })
11684
11684
  ]))
11685
11685
  ]),
11686
11686
  t.collapsible ? (l(), r("a", {
@@ -11717,7 +11717,7 @@ function lf(e, n, t, s, i, o) {
11717
11717
  a("footer", {
11718
11718
  class: _(["flex-container", { vertical: t.orientation === "vertical" }])
11719
11719
  }, [
11720
- H(e.$slots, "default")
11720
+ A(e.$slots, "default")
11721
11721
  ], 2)
11722
11722
  ]);
11723
11723
  }
@@ -11823,7 +11823,7 @@ const sf = /* @__PURE__ */ P(nf, [["render", lf]]), af = {
11823
11823
  class: "top-header"
11824
11824
  };
11825
11825
  function df(e, n, t, s, i, o) {
11826
- var u, g, p, f, C, y, L, v, B;
11826
+ var u, g, p, f, w, b, L, v, B;
11827
11827
  const d = Vi, c = Ui;
11828
11828
  return l(), r("div", {
11829
11829
  ref: "site-header",
@@ -11838,7 +11838,7 @@ function df(e, n, t, s, i, o) {
11838
11838
  role: "banner"
11839
11839
  }, [
11840
11840
  e.$slots.topheader ? (l(), r("div", rf, [
11841
- H(e.$slots, "topheader")
11841
+ A(e.$slots, "topheader")
11842
11842
  ])) : m("", !0),
11843
11843
  a("header", {
11844
11844
  class: _([
@@ -11847,19 +11847,19 @@ function df(e, n, t, s, i, o) {
11847
11847
  ])
11848
11848
  }, [
11849
11849
  e.$slots.logo || e.$slots.header || e.$slots.navigation ? (l(), r(S, { key: 0 }, [
11850
- H(e.$slots, "logo"),
11851
- H(e.$slots, "header"),
11852
- H(e.$slots, "navigation")
11850
+ A(e.$slots, "logo"),
11851
+ A(e.$slots, "header"),
11852
+ A(e.$slots, "navigation")
11853
11853
  ], 64)) : m("", !0),
11854
- t.cmdCompanyLogo || (C = (f = t.cmdMainNavigation) == null ? void 0 : f.navigationEntries) != null && C.length ? (l(), r(S, { key: 1 }, [
11855
- t.cmdCompanyLogo ? (l(), w(d, I({ key: 0 }, t.cmdCompanyLogo, { onImageLoaded: o.onImageLoaded }), null, 16, ["onImageLoaded"])) : m("", !0),
11856
- (L = (y = t.cmdMainNavigation) == null ? void 0 : y.navigationEntries) != null && L.length && t.navigationInline ? (l(), w(c, I({ key: 1 }, t.cmdMainNavigation, {
11854
+ t.cmdCompanyLogo || (w = (f = t.cmdMainNavigation) == null ? void 0 : f.navigationEntries) != null && w.length ? (l(), r(S, { key: 1 }, [
11855
+ t.cmdCompanyLogo ? (l(), C(d, I({ key: 0 }, t.cmdCompanyLogo, { onImageLoaded: o.onImageLoaded }), null, 16, ["onImageLoaded"])) : m("", !0),
11856
+ (L = (b = t.cmdMainNavigation) == null ? void 0 : b.navigationEntries) != null && L.length && t.navigationInline ? (l(), C(c, I({ key: 1 }, t.cmdMainNavigation, {
11857
11857
  closeOffcanvas: t.closeOffcanvas,
11858
11858
  onOffcanvas: o.emitOffcanvasStatus
11859
11859
  }), null, 16, ["closeOffcanvas", "onOffcanvas"])) : m("", !0)
11860
11860
  ], 64)) : m("", !0)
11861
11861
  ], 2),
11862
- (B = (v = t.cmdMainNavigation) == null ? void 0 : v.navigationEntries) != null && B.length && !t.navigationInline ? (l(), w(c, I({ key: 1 }, t.cmdMainNavigation, {
11862
+ (B = (v = t.cmdMainNavigation) == null ? void 0 : v.navigationEntries) != null && B.length && !t.navigationInline ? (l(), C(c, I({ key: 1 }, t.cmdMainNavigation, {
11863
11863
  closeOffcanvas: t.closeOffcanvas,
11864
11864
  onOffcanvas: o.emitOffcanvasStatus
11865
11865
  }), null, 16, ["closeOffcanvas", "onOffcanvas"])) : m("", !0)
@@ -12143,14 +12143,14 @@ const cf = /* @__PURE__ */ P(af, [["render", df]]), uf = {
12143
12143
  "aria-expanded": "true"
12144
12144
  };
12145
12145
  function xf(e, n, t, s, i, o) {
12146
- var f, C, y, L, v, B, F, D;
12146
+ var f, w, b, L, v, B, F, D;
12147
12147
  const d = Y, c = te, u = W, g = Ai, p = Ei;
12148
12148
  return l(), r(S, null, [
12149
12149
  a("fieldset", hf, [
12150
12150
  a("legend", {
12151
12151
  class: _({ hidden: !t.legend.show, "align-left": t.legend.align === "left" })
12152
- }, b(t.legend.text), 3),
12153
- t.cmdHeadline ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
12152
+ }, y(t.legend.text), 3),
12153
+ t.cmdHeadline ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
12154
12154
  a("div", pf, [
12155
12155
  h(c, {
12156
12156
  element: "input",
@@ -12164,7 +12164,7 @@ function xf(e, n, t, s, i, o) {
12164
12164
  "onUpdate:modelValue": n[0] || (n[0] = (M) => o.searchValue1 = M)
12165
12165
  }, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
12166
12166
  a("div", ff, [
12167
- t.cmdFormElementInput2.show ? (l(), w(c, {
12167
+ t.cmdFormElementInput2.show ? (l(), C(c, {
12168
12168
  key: 0,
12169
12169
  element: "input",
12170
12170
  type: t.cmdFormElementInput2.type,
@@ -12175,7 +12175,7 @@ function xf(e, n, t, s, i, o) {
12175
12175
  modelValue: o.searchValue2,
12176
12176
  "onUpdate:modelValue": n[1] || (n[1] = (M) => o.searchValue2 = M)
12177
12177
  }, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "modelValue"])) : m("", !0),
12178
- o.cmdFormElementRadiusOptions.show ? (l(), w(c, I({
12178
+ o.cmdFormElementRadiusOptions.show ? (l(), C(c, I({
12179
12179
  key: 1,
12180
12180
  element: "select",
12181
12181
  class: "no-flex",
@@ -12199,10 +12199,10 @@ function xf(e, n, t, s, i, o) {
12199
12199
  onClick: n[3] || (n[3] = T((M) => i.showFilters = !i.showFilters, ["prevent"]))
12200
12200
  }, [
12201
12201
  h(u, {
12202
- iconClass: i.showFilters ? (C = (f = t.cmdIcon) == null ? void 0 : f.showFilters) == null ? void 0 : C.iconClass : (L = (y = t.cmdIcon) == null ? void 0 : y.hideFilters) == null ? void 0 : L.iconClass,
12202
+ iconClass: i.showFilters ? (w = (f = t.cmdIcon) == null ? void 0 : f.showFilters) == null ? void 0 : w.iconClass : (L = (b = t.cmdIcon) == null ? void 0 : b.hideFilters) == null ? void 0 : L.iconClass,
12203
12203
  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
12204
12204
  }, null, 8, ["iconClass", "type"]),
12205
- i.showFilters ? (l(), r("span", gf, b(e.getMessage("site_search.hide_filter_options")), 1)) : (l(), r("span", yf, b(e.getMessage("site_search.show_filter_options")), 1))
12205
+ 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))
12206
12206
  ]),
12207
12207
  h(Ve, { name: "fade" }, {
12208
12208
  default: k(() => {
@@ -12225,7 +12225,7 @@ function xf(e, n, t, s, i, o) {
12225
12225
  })
12226
12226
  ], 64)) : m("", !0)
12227
12227
  ]),
12228
- t.useFilters ? (l(), w(p, {
12228
+ t.useFilters ? (l(), C(p, {
12229
12229
  key: 0,
12230
12230
  modelValue: o.searchFilters,
12231
12231
  "onUpdate:modelValue": n[5] || (n[5] = (M) => o.searchFilters = M),
@@ -12433,7 +12433,7 @@ function If(e, n, t, s, i, o) {
12433
12433
  onMouseenter: n[1] || (n[1] = (u) => i.pause = !0),
12434
12434
  onMouseleave: n[2] || (n[2] = (u) => i.pause = !1)
12435
12435
  }, [
12436
- t.showSlideButtons ? (l(), w(d, I({
12436
+ t.showSlideButtons ? (l(), C(d, I({
12437
12437
  key: 0,
12438
12438
  onClick: T(o.showPrevItem, ["prevent"]),
12439
12439
  slideButtonType: "left",
@@ -12441,7 +12441,7 @@ function If(e, n, t, s, i, o) {
12441
12441
  }, o.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : m("", !0),
12442
12442
  h(ln, { name: "fade" }, {
12443
12443
  default: k(() => {
12444
- var u, g, p, f, C, y, L, v, B, F, D, M;
12444
+ var u, g, p, f, w, b, L, v, B, F, D, M;
12445
12445
  return [
12446
12446
  o.currentItem ? (l(), r(S, { key: 0 }, [
12447
12447
  t.useSlot ? (l(), r("div", {
@@ -12449,9 +12449,9 @@ function If(e, n, t, s, i, o) {
12449
12449
  key: i.index,
12450
12450
  style: ft("background-image: url(" + o.currentItem.image.srcLarge + ")")
12451
12451
  }, [
12452
- H(e.$slots, "item" + i.currentSlotItem)
12452
+ A(e.$slots, "item" + i.currentSlotItem)
12453
12453
  ], 4)) : (l(), r(S, { key: 0 }, [
12454
- e.editModeContext ? t.slideshowItems.length ? (l(), w(c, {
12454
+ e.editModeContext ? t.slideshowItems.length ? (l(), C(c, {
12455
12455
  key: 1,
12456
12456
  image: (D = o.currentItem) == null ? void 0 : D.image,
12457
12457
  figcaption: (M = o.currentItem) == null ? void 0 : M.figcaption,
@@ -12461,13 +12461,13 @@ function If(e, n, t, s, i, o) {
12461
12461
  (g = (u = o.currentItem) == null ? void 0 : u.link) != null && g.href ? (l(), r("a", {
12462
12462
  key: 0,
12463
12463
  href: (f = (p = o.currentItem) == null ? void 0 : p.link) == null ? void 0 : f.href,
12464
- title: (y = (C = o.currentItem) == null ? void 0 : C.link) == null ? void 0 : y.tooltip
12464
+ title: (b = (w = o.currentItem) == null ? void 0 : w.link) == null ? void 0 : b.tooltip
12465
12465
  }, [
12466
12466
  h(c, {
12467
12467
  image: (L = o.currentItem) == null ? void 0 : L.image,
12468
12468
  figcaption: (v = o.currentItem) == null ? void 0 : v.figcaption
12469
12469
  }, null, 8, ["image", "figcaption"])
12470
- ], 8, wf)) : (l(), w(c, {
12470
+ ], 8, wf)) : (l(), C(c, {
12471
12471
  key: 1,
12472
12472
  image: (B = o.currentItem) == null ? void 0 : B.image,
12473
12473
  figcaption: (F = o.currentItem) == null ? void 0 : F.figcaption
@@ -12484,7 +12484,7 @@ function If(e, n, t, s, i, o) {
12484
12484
  }),
12485
12485
  _: 3
12486
12486
  }),
12487
- t.showSlideButtons ? (l(), w(d, I({
12487
+ t.showSlideButtons ? (l(), C(d, I({
12488
12488
  key: 1,
12489
12489
  onClick: T(o.showNextItem, ["prevent"]),
12490
12490
  class: { disabled: i.slideshowItemEditing }
@@ -12503,7 +12503,7 @@ function If(e, n, t, s, i, o) {
12503
12503
  }, null, 10, Of)
12504
12504
  ], 2))), 128))
12505
12505
  ])) : m("", !0),
12506
- t.showCounter ? (l(), r("span", Lf, b(i.index + 1) + "/" + b(t.slideshowItems.length), 1)) : m("", !0)
12506
+ t.showCounter ? (l(), r("span", Lf, y(i.index + 1) + "/" + y(t.slideshowItems.length), 1)) : m("", !0)
12507
12507
  ], 32)
12508
12508
  ], 2);
12509
12509
  }
@@ -14814,7 +14814,7 @@ function Xg(e, n, t, s, i, o) {
14814
14814
  src: i.imageSources[u],
14815
14815
  alt: c.name
14816
14816
  }, null, 8, Zg)
14817
- ], 10, Yg)) : (l(), w(d, {
14817
+ ], 10, Yg)) : (l(), C(d, {
14818
14818
  key: 1,
14819
14819
  to: o.getRoute(c),
14820
14820
  class: _(["flag", c.iso2]),
@@ -14992,7 +14992,6 @@ const $g = /* @__PURE__ */ P(Kg, [["render", Xg]]), ey = {
14992
14992
  "aria-expanded": "true"
14993
14993
  }, ry = ["innerHTML"];
14994
14994
  function dy(e, n, t, s, i, o) {
14995
- var u, g, p, f;
14996
14995
  const d = W, c = vt;
14997
14996
  return l(), r("div", {
14998
14997
  class: _(["cmd-table-wrapper", { collapsed: !i.showTableData, "full-width": i.fullWidth, "has-caption": o.hasCaption, "has-overflow": i.hasOverflow }])
@@ -15002,7 +15001,7 @@ function dy(e, n, t, s, i, o) {
15002
15001
  key: 0,
15003
15002
  class: "button",
15004
15003
  href: "#",
15005
- onClick: n[0] || (n[0] = T((C) => i.fullWidth = !i.fullWidth, ["prevent"])),
15004
+ onClick: n[0] || (n[0] = T((u) => i.fullWidth = !i.fullWidth, ["prevent"])),
15006
15005
  title: t.iconToggleWidth.tooltip
15007
15006
  }, [
15008
15007
  h(d, {
@@ -15014,7 +15013,7 @@ function dy(e, n, t, s, i, o) {
15014
15013
  key: 1,
15015
15014
  class: "button",
15016
15015
  href: "#",
15017
- onClick: n[1] || (n[1] = T((C) => i.showTableData = !i.showTableData, ["prevent"])),
15016
+ onClick: n[1] || (n[1] = T((u) => i.showTableData = !i.showTableData, ["prevent"])),
15018
15017
  title: i.showTableData ? t.iconCollapse.tooltip : t.iconExpand.tooltip
15019
15018
  }, [
15020
15019
  h(d, {
@@ -15026,9 +15025,9 @@ function dy(e, n, t, s, i, o) {
15026
15025
  a("div", {
15027
15026
  class: "inner-wrapper",
15028
15027
  ref: "innerWrapper",
15029
- onScroll: n[2] || (n[2] = (...C) => o.updatePosition && o.updatePosition(...C))
15028
+ onScroll: n[2] || (n[2] = (...u) => o.updatePosition && o.updatePosition(...u))
15030
15029
  }, [
15031
- t.showSlideButtons ? (l(), w(c, {
15030
+ t.showSlideButtons ? (l(), C(c, {
15032
15031
  key: 0,
15033
15032
  onClick: T(o.scrollLeft, ["prevent"]),
15034
15033
  slideButtonType: "left"
@@ -15037,57 +15036,68 @@ function dy(e, n, t, s, i, o) {
15037
15036
  ref: "table",
15038
15037
  class: _({ "full-width": i.fullWidth })
15039
15038
  }, [
15040
- (u = t.tableData.caption) != null && u.text || (g = t.caption) != null && g.text ? (l(), r("caption", {
15041
- key: 0,
15042
- class: _({ hidden: o.hideCaption })
15043
- }, b(((p = t.caption) == null ? void 0 : p.text) || ((f = t.tableData.caption) == null ? void 0 : f.text)), 3)) : m("", !0),
15044
- a("thead", null, [
15045
- a("tr", null, [
15046
- (l(!0), r(S, null, q(t.tableData.thead, (C, y) => (l(), r("th", {
15047
- key: y,
15048
- innerHTML: C
15049
- }, null, 8, oy))), 128))
15039
+ A(e.$slots, "table-top", {}, () => {
15040
+ var u, g, p, f;
15041
+ return [
15042
+ (u = t.tableData.caption) != null && u.text || (g = t.caption) != null && g.text ? (l(), r("caption", {
15043
+ key: 0,
15044
+ class: _({ hidden: o.hideCaption })
15045
+ }, y(((p = t.caption) == null ? void 0 : p.text) || ((f = t.tableData.caption) == null ? void 0 : f.text)), 3)) : m("", !0)
15046
+ ];
15047
+ }),
15048
+ A(e.$slots, "table-head", {}, () => [
15049
+ a("thead", null, [
15050
+ a("tr", null, [
15051
+ (l(!0), r(S, null, q(t.tableData.thead, (u, g) => (l(), r("th", {
15052
+ key: g,
15053
+ innerHTML: u
15054
+ }, null, 8, oy))), 128))
15055
+ ])
15050
15056
  ])
15051
15057
  ]),
15052
15058
  h(Ve, {
15053
15059
  name: t.useTransition ? "fade" : null
15054
15060
  }, {
15055
15061
  default: k(() => [
15056
- X(a("tbody", ly, [
15057
- (l(!0), r(S, null, q(t.tableData.tbody, (C, y) => (l(), r("tr", {
15058
- class: _({ active: t.tableData.rowIndexHighlighted === y }),
15059
- key: y
15060
- }, [
15061
- (l(!0), r(S, null, q(C, (L, v) => (l(), r("td", {
15062
- class: _({ active: t.tableData.columnIndexHighlighted === v }),
15063
- key: v,
15064
- innerHTML: L
15065
- }, null, 10, sy))), 128))
15066
- ], 2))), 128))
15067
- ], 512), [
15068
- [be, i.showTableData]
15062
+ A(e.$slots, "table-body", {}, () => [
15063
+ X(a("tbody", ly, [
15064
+ (l(!0), r(S, null, q(t.tableData.tbody, (u, g) => (l(), r("tr", {
15065
+ class: _({ active: t.tableData.rowIndexHighlighted === g }),
15066
+ key: g
15067
+ }, [
15068
+ (l(!0), r(S, null, q(u, (p, f) => (l(), r("td", {
15069
+ class: _({ active: t.tableData.columnIndexHighlighted === f }),
15070
+ key: f,
15071
+ innerHTML: p
15072
+ }, null, 10, sy))), 128))
15073
+ ], 2))), 128))
15074
+ ], 512), [
15075
+ [be, i.showTableData]
15076
+ ])
15069
15077
  ])
15070
15078
  ]),
15071
- _: 1
15079
+ _: 3
15072
15080
  }, 8, ["name"]),
15073
15081
  h(Ve, {
15074
15082
  name: t.useTransition ? "fade" : null
15075
15083
  }, {
15076
15084
  default: k(() => [
15077
- t.tableData.tfoot && t.tableData.tfoot.length && i.showTableData ? (l(), r("tfoot", ay, [
15078
- a("tr", null, [
15079
- (l(!0), r(S, null, q(t.tableData.tfoot, (C, y) => (l(), r("td", {
15080
- class: _({ active: t.tableData.columnIndexHighlighted === y }),
15081
- key: y,
15082
- innerHTML: C
15083
- }, null, 10, ry))), 128))
15084
- ])
15085
- ])) : m("", !0)
15085
+ A(e.$slots, "table-foot", {}, () => [
15086
+ t.tableData.tfoot && t.tableData.tfoot.length && i.showTableData ? (l(), r("tfoot", ay, [
15087
+ a("tr", null, [
15088
+ (l(!0), r(S, null, q(t.tableData.tfoot, (u, g) => (l(), r("td", {
15089
+ class: _({ active: t.tableData.columnIndexHighlighted === g }),
15090
+ key: g,
15091
+ innerHTML: u
15092
+ }, null, 10, ry))), 128))
15093
+ ])
15094
+ ])) : m("", !0)
15095
+ ])
15086
15096
  ]),
15087
- _: 1
15097
+ _: 3
15088
15098
  }, 8, ["name"])
15089
15099
  ], 2),
15090
- t.showSlideButtons ? (l(), w(c, {
15100
+ t.showSlideButtons ? (l(), C(c, {
15091
15101
  key: 1,
15092
15102
  onClick: T(o.scrollRight, ["prevent"])
15093
15103
  }, null, 8, ["onClick"])) : m("", !0)
@@ -15179,12 +15189,12 @@ function yy(e, n, t, s, i, o) {
15179
15189
  onClick: T((p) => o.setActiveTab(g), ["prevent"]),
15180
15190
  title: u.name ? void 0 : u.tooltip
15181
15191
  }, [
15182
- u.iconClass ? (l(), w(d, {
15192
+ u.iconClass ? (l(), C(d, {
15183
15193
  key: 0,
15184
15194
  iconClass: u.iconClass,
15185
15195
  type: u.iconType
15186
15196
  }, null, 8, ["iconClass", "type"])) : m("", !0),
15187
- u.name ? (l(), r("span", py, b(u.name), 1)) : m("", !0)
15197
+ u.name ? (l(), r("span", py, y(u.name), 1)) : m("", !0)
15188
15198
  ], 8, hy)
15189
15199
  ], 2))), 128))
15190
15200
  ], 2),
@@ -15193,11 +15203,11 @@ function yy(e, n, t, s, i, o) {
15193
15203
  "aria-live": "assertive",
15194
15204
  class: _({ "no-padding": !t.useDefaultPadding })
15195
15205
  }, [
15196
- H(e.$slots, "tab-content-" + (u - 1))
15206
+ A(e.$slots, "tab-content-" + (u - 1))
15197
15207
  ], 2)), [
15198
15208
  [be, i.showTab === u - 1]
15199
15209
  ])), 128)) : (l(), r("div", fy, [
15200
- t.cmdHeadline ? (l(), w(c, I({ key: 0 }, t.cmdHeadline, {
15210
+ t.cmdHeadline ? (l(), C(c, I({ key: 0 }, t.cmdHeadline, {
15201
15211
  headlineText: t.tabs[i.showTab].headlineText,
15202
15212
  headlineLevel: t.tabs[i.showTab].headlineLevel
15203
15213
  }), null, 16, ["headlineText", "headlineLevel"])) : m("", !0),
@@ -15330,13 +15340,13 @@ const by = /* @__PURE__ */ P(uy, [["render", yy]]), xy = {
15330
15340
  ky
15331
15341
  ];
15332
15342
  function Ty(e, n, t, s, i, o) {
15333
- var g, p, f, C;
15343
+ var g, p, f, w;
15334
15344
  const d = Y, c = Ce, u = He;
15335
15345
  return l(), r("div", {
15336
15346
  class: _(["cmd-text-image-block flex-container", t.orientation])
15337
15347
  }, [
15338
- ((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),
15339
- t.cmdImage ? (l(), w(c, {
15348
+ ((g = t.cmdHeadline) != null && g.headlineText || e.editModeContext) && t.headlinePosition === "aboveImage" && t.orientation === "vertical" ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
15349
+ t.cmdImage ? (l(), C(c, {
15340
15350
  key: 1,
15341
15351
  image: (p = t.cmdImage) == null ? void 0 : p.image,
15342
15352
  figcaption: (f = t.cmdImage) == null ? void 0 : f.figcaption,
@@ -15345,14 +15355,14 @@ function Ty(e, n, t, s, i, o) {
15345
15355
  a("div", {
15346
15356
  class: _(["flex-container vertical", o.setInnerClass])
15347
15357
  }, [
15348
- ((C = t.cmdHeadline) != null && C.headlineText || e.editModeContext) && (t.headlinePosition === "belowImage" || t.orientation === "horizontal") ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
15358
+ ((w = t.cmdHeadline) != null && w.headlineText || e.editModeContext) && (t.headlinePosition === "belowImage" || t.orientation === "horizontal") ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
15349
15359
  t.htmlContent ? (l(), r("div", {
15350
15360
  key: 1,
15351
15361
  innerHTML: t.htmlContent
15352
15362
  }, null, 8, _y)) : m("", !0),
15353
- H(e.$slots, "default")
15363
+ A(e.$slots, "default")
15354
15364
  ], 2),
15355
- e.editModeContext ? (l(), w(u, {
15365
+ e.editModeContext ? (l(), C(u, {
15356
15366
  key: 2,
15357
15367
  ref: "editComponentWrapper",
15358
15368
  class: "edit-items",
@@ -15362,8 +15372,8 @@ function Ty(e, n, t, s, i, o) {
15362
15372
  componentPath: o.paragraphComponentPath,
15363
15373
  allowDeleteComponent: !!t.htmlContent
15364
15374
  }, {
15365
- default: k((y) => [
15366
- y.editing ? X((l(), r("textarea", {
15375
+ default: k((b) => [
15376
+ b.editing ? X((l(), r("textarea", {
15367
15377
  key: 0,
15368
15378
  class: _(["edit-mode", o.textAlign]),
15369
15379
  "onUpdate:modelValue": n[0] || (n[0] = (L) => i.editableHtmlContent = L),
@@ -15568,13 +15578,13 @@ function Iy(e, n, t, s, i, o) {
15568
15578
  class: _(["button", { "dark-mode": i.darkMode }]),
15569
15579
  onClick: n[0] || (n[0] = T((...u) => o.toggleColorScheme && o.toggleColorScheme(...u), ["prevent"]))
15570
15580
  }, [
15571
- t.showLabel ? (l(), r("span", Ly, b(o.labelText), 1)) : m("", !0),
15581
+ t.showLabel ? (l(), r("span", Ly, y(o.labelText), 1)) : m("", !0),
15572
15582
  h(d, {
15573
15583
  iconClass: o.iconClass,
15574
15584
  type: o.iconType,
15575
15585
  tooltip: t.showLabel ? "" : o.labelText
15576
15586
  }, null, 8, ["iconClass", "type", "tooltip"])
15577
- ], 2)) : (l(), w(c, {
15587
+ ], 2)) : (l(), C(c, {
15578
15588
  key: 1,
15579
15589
  element: "input",
15580
15590
  type: "checkbox",
@@ -15974,12 +15984,12 @@ function Lt(e, n, t) {
15974
15984
  }
15975
15985
  return Qt(L) ? !0 : (n.append(Qn(B, v, o), g(L)), !1);
15976
15986
  }
15977
- const f = [], C = Object.assign(bb, {
15987
+ const f = [], w = Object.assign(bb, {
15978
15988
  defaultVisitor: p,
15979
15989
  convertValue: g,
15980
15990
  isVisitable: Qt
15981
15991
  });
15982
- function y(L, v) {
15992
+ function b(L, v) {
15983
15993
  if (!O.isUndefined(L)) {
15984
15994
  if (f.indexOf(L) !== -1)
15985
15995
  throw Error("Circular reference detected in " + v.join("."));
@@ -15989,14 +15999,14 @@ function Lt(e, n, t) {
15989
15999
  F,
15990
16000
  O.isString(D) ? D.trim() : D,
15991
16001
  v,
15992
- C
15993
- )) === !0 && y(F, v ? v.concat(D) : [D]);
16002
+ w
16003
+ )) === !0 && b(F, v ? v.concat(D) : [D]);
15994
16004
  }), f.pop();
15995
16005
  }
15996
16006
  }
15997
16007
  if (!O.isObject(e))
15998
16008
  throw new TypeError("data must be an object");
15999
- return y(e), n;
16009
+ return b(e), n;
16000
16010
  }
16001
16011
  function Xn(e) {
16002
16012
  const n = {
@@ -16461,13 +16471,13 @@ function qb(e, n) {
16461
16471
  return n = n !== void 0 ? n : 1e3, function(u) {
16462
16472
  const g = Date.now(), p = s[o];
16463
16473
  d || (d = g), t[i] = u, s[i] = g;
16464
- let f = o, C = 0;
16474
+ let f = o, w = 0;
16465
16475
  for (; f !== i; )
16466
- C += t[f++], f = f % e;
16476
+ w += t[f++], f = f % e;
16467
16477
  if (i = (i + 1) % e, i === o && (o = (o + 1) % e), g - d < n)
16468
16478
  return;
16469
- const y = p && g - p;
16470
- return y ? Math.round(C * 1e3 / y) : void 0;
16479
+ const b = p && g - p;
16480
+ return b ? Math.round(w * 1e3 / b) : void 0;
16471
16481
  };
16472
16482
  }
16473
16483
  function Rb(e, n) {
@@ -16627,8 +16637,8 @@ function Ee(e, n) {
16627
16637
  headers: (g, p) => i(ti(g), ti(p), !0)
16628
16638
  };
16629
16639
  return O.forEach(Object.keys(Object.assign({}, e, n)), function(p) {
16630
- const f = u[p] || i, C = f(e[p], n[p], p);
16631
- O.isUndefined(C) && f !== c || (t[p] = C);
16640
+ const f = u[p] || i, w = f(e[p], n[p], p);
16641
+ O.isUndefined(w) && f !== c || (t[p] = w);
16632
16642
  }), t;
16633
16643
  }
16634
16644
  const mo = (e) => {
@@ -16666,13 +16676,13 @@ const mo = (e) => {
16666
16676
  function f() {
16667
16677
  if (!p)
16668
16678
  return;
16669
- const y = de.from(
16679
+ const b = de.from(
16670
16680
  "getAllResponseHeaders" in p && p.getAllResponseHeaders()
16671
16681
  ), v = {
16672
16682
  data: !c || c === "text" || c === "json" ? p.responseText : p.response,
16673
16683
  status: p.status,
16674
16684
  statusText: p.statusText,
16675
- headers: y,
16685
+ headers: b,
16676
16686
  config: e,
16677
16687
  request: p
16678
16688
  };
@@ -16699,12 +16709,12 @@ const mo = (e) => {
16699
16709
  )), p = null;
16700
16710
  }, o === void 0 && d.setContentType(null), "setRequestHeader" in p && O.forEach(d.toJSON(), function(L, v) {
16701
16711
  p.setRequestHeader(v, L);
16702
- }), O.isUndefined(i.withCredentials) || (p.withCredentials = !!i.withCredentials), c && c !== "json" && (p.responseType = i.responseType), typeof i.onDownloadProgress == "function" && p.addEventListener("progress", yt(i.onDownloadProgress, !0)), typeof i.onUploadProgress == "function" && p.upload && p.upload.addEventListener("progress", yt(i.onUploadProgress)), (i.cancelToken || i.signal) && (u = (y) => {
16703
- p && (s(!y || y.type ? new je(null, e, p) : y), p.abort(), p = null);
16712
+ }), O.isUndefined(i.withCredentials) || (p.withCredentials = !!i.withCredentials), c && c !== "json" && (p.responseType = i.responseType), typeof i.onDownloadProgress == "function" && p.addEventListener("progress", yt(i.onDownloadProgress, !0)), typeof i.onUploadProgress == "function" && p.upload && p.upload.addEventListener("progress", yt(i.onUploadProgress)), (i.cancelToken || i.signal) && (u = (b) => {
16713
+ p && (s(!b || b.type ? new je(null, e, p) : b), p.abort(), p = null);
16704
16714
  }, i.cancelToken && i.cancelToken.subscribe(u), i.signal && (i.signal.aborted ? u() : i.signal.addEventListener("abort", u)));
16705
- const C = Hb(i.url);
16706
- if (C && fe.protocols.indexOf(C) === -1) {
16707
- s(new U("Unsupported protocol " + C + ":", U.ERR_BAD_REQUEST, e));
16715
+ const w = Hb(i.url);
16716
+ if (w && fe.protocols.indexOf(w) === -1) {
16717
+ s(new U("Unsupported protocol " + w + ":", U.ERR_BAD_REQUEST, e));
16708
16718
  return;
16709
16719
  }
16710
16720
  p.send(o || null);
@@ -16822,13 +16832,13 @@ const Qb = async (e) => {
16822
16832
  responseType: g,
16823
16833
  headers: p,
16824
16834
  withCredentials: f = "same-origin",
16825
- fetchOptions: C
16835
+ fetchOptions: w
16826
16836
  } = mo(e);
16827
16837
  g = g ? (g + "").toLowerCase() : "text";
16828
- let [y, L] = i || o || d ? Kb([i, o], d) : [], v, B;
16838
+ let [b, L] = i || o || d ? Kb([i, o], d) : [], v, B;
16829
16839
  const F = () => {
16830
16840
  !v && setTimeout(() => {
16831
- y && y.unsubscribe();
16841
+ b && b.unsubscribe();
16832
16842
  }), v = !0;
16833
16843
  };
16834
16844
  let D;
@@ -16845,8 +16855,8 @@ const Qb = async (e) => {
16845
16855
  ), null, Xt));
16846
16856
  }
16847
16857
  O.isString(f) || (f = f ? "cors" : "omit"), B = new Request(n, {
16848
- ...C,
16849
- signal: y,
16858
+ ...w,
16859
+ signal: b,
16850
16860
  method: t.toUpperCase(),
16851
16861
  headers: p.normalize().toJSON(),
16852
16862
  body: s,
@@ -17066,30 +17076,30 @@ class Pe {
17066
17076
  this.interceptors.response.forEach(function(v) {
17067
17077
  g.push(v.fulfilled, v.rejected);
17068
17078
  });
17069
- let p, f = 0, C;
17079
+ let p, f = 0, w;
17070
17080
  if (!u) {
17071
17081
  const L = [si.bind(this), void 0];
17072
- for (L.unshift.apply(L, c), L.push.apply(L, g), C = L.length, p = Promise.resolve(t); f < C; )
17082
+ for (L.unshift.apply(L, c), L.push.apply(L, g), w = L.length, p = Promise.resolve(t); f < w; )
17073
17083
  p = p.then(L[f++], L[f++]);
17074
17084
  return p;
17075
17085
  }
17076
- C = c.length;
17077
- let y = t;
17078
- for (f = 0; f < C; ) {
17086
+ w = c.length;
17087
+ let b = t;
17088
+ for (f = 0; f < w; ) {
17079
17089
  const L = c[f++], v = c[f++];
17080
17090
  try {
17081
- y = L(y);
17091
+ b = L(b);
17082
17092
  } catch (B) {
17083
17093
  v.call(this, B);
17084
17094
  break;
17085
17095
  }
17086
17096
  }
17087
17097
  try {
17088
- p = si.call(this, y);
17098
+ p = si.call(this, b);
17089
17099
  } catch (L) {
17090
17100
  return Promise.reject(L);
17091
17101
  }
17092
- for (f = 0, C = g.length; f < C; )
17102
+ for (f = 0, w = g.length; f < w; )
17093
17103
  p = p.then(g[f++], g[f++]);
17094
17104
  return p;
17095
17105
  }
@@ -17857,9 +17867,9 @@ function Vx(e, n, t, s, i, o) {
17857
17867
  }, [
17858
17868
  a("legend", {
17859
17869
  class: _({ hidden: !t.legend.show, "align-left": t.legend.align === "left" })
17860
- }, b(t.legend.text), 3),
17861
- t.cmdHeadlineFieldset ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadlineFieldset)), null, 16)) : m("", !0),
17862
- o.systemMessageStatus && o.allSystemMessages.length ? (l(), w(c, {
17870
+ }, y(t.legend.text), 3),
17871
+ t.cmdHeadlineFieldset ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadlineFieldset)), null, 16)) : m("", !0),
17872
+ o.systemMessageStatus && o.allSystemMessages.length ? (l(), C(c, {
17863
17873
  key: 1,
17864
17874
  iconClose: { show: !1 },
17865
17875
  validationStatus: o.systemMessageStatus,
@@ -17867,7 +17877,7 @@ function Vx(e, n, t, s, i, o) {
17867
17877
  }, {
17868
17878
  default: k(() => [
17869
17879
  o.allSystemMessages.length > 1 ? (l(), r("ul", lx, [
17870
- (l(!0), r(S, null, q(o.allSystemMessages, (p, f) => (l(), r("li", { key: f }, b(p), 1))), 128))
17880
+ (l(!0), r(S, null, q(o.allSystemMessages, (p, f) => (l(), r("li", { key: f }, y(p), 1))), 128))
17871
17881
  ])) : m("", !0)
17872
17882
  ]),
17873
17883
  _: 1
@@ -17879,7 +17889,7 @@ function Vx(e, n, t, s, i, o) {
17879
17889
  t.showTotalUpload && i.listOfFiles.length !== 1 ? (l(), r("div", ax, [
17880
17890
  h(d, I(t.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
17881
17891
  default: k(() => [
17882
- E(b(e.getMessage("upload_form.headline.summary_of_all_files")), 1)
17892
+ H(y(e.getMessage("upload_form.headline.summary_of_all_files")), 1)
17883
17893
  ]),
17884
17894
  _: 1
17885
17895
  }, 16),
@@ -17893,11 +17903,11 @@ function Vx(e, n, t, s, i, o) {
17893
17903
  h(u, R(xe(t.iconDelete)), null, 16)
17894
17904
  ], 8, cx),
17895
17905
  a("span", null, [
17896
- E(b(i.listOfFiles.length) + " ", 1),
17906
+ H(y(i.listOfFiles.length) + " ", 1),
17897
17907
  t.allowMultipleFileUploads ? (l(), r(S, { key: 1 }, [
17898
- E(b(e.getMessage("upload_form.labeltext.files_uploading")), 1)
17908
+ H(y(e.getMessage("upload_form.labeltext.files_uploading")), 1)
17899
17909
  ], 64)) : (l(), r(S, { key: 0 }, [
17900
- E(b(e.getMessage("upload_form.labeltext.file_uploading")), 1)
17910
+ H(y(e.getMessage("upload_form.labeltext.file_uploading")), 1)
17901
17911
  ], 64))
17902
17912
  ]),
17903
17913
  a("small", {
@@ -17905,9 +17915,9 @@ function Vx(e, n, t, s, i, o) {
17905
17915
  "text-align-right",
17906
17916
  { error: t.maxTotalUploadSize > 0 && o.totalSize > t.maxTotalUploadSize }
17907
17917
  ])
17908
- }, " (" + b(o.formatSize(o.totalSize)) + ") ", 3),
17918
+ }, " (" + y(o.formatSize(o.totalSize)) + ") ", 3),
17909
17919
  i.uploadInitiated ? (l(), r("span", ux, [
17910
- a("span", null, b(o.getPercentage(o.totalUploadProgress)), 1),
17920
+ a("span", null, y(o.getPercentage(o.totalUploadProgress)), 1),
17911
17921
  a("progress", {
17912
17922
  max: "100",
17913
17923
  value: o.totalUploadProgress,
@@ -17921,7 +17931,7 @@ function Vx(e, n, t, s, i, o) {
17921
17931
  a("div", px, [
17922
17932
  h(d, I(t.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
17923
17933
  default: k(() => [
17924
- E(b(e.getMessage("upload_form.headline.list_of_selected_files")), 1)
17934
+ H(y(e.getMessage("upload_form.headline.list_of_selected_files")), 1)
17925
17935
  ]),
17926
17936
  _: 1
17927
17937
  }, 16),
@@ -17933,7 +17943,7 @@ function Vx(e, n, t, s, i, o) {
17933
17943
  a("a", {
17934
17944
  href: "#",
17935
17945
  title: e.getMessage("upload_form.labeltext.remove_file_from_list", p.file.name),
17936
- onClick: T((C) => o.removeFile(f), ["prevent"])
17946
+ onClick: T((w) => o.removeFile(f), ["prevent"])
17937
17947
  }, [
17938
17948
  h(u, R(xe(t.iconDelete)), null, 16)
17939
17949
  ], 8, gx),
@@ -17944,11 +17954,11 @@ function Vx(e, n, t, s, i, o) {
17944
17954
  { error: p.error }
17945
17955
  ])
17946
17956
  }, [
17947
- E(b(p.file.name) + " ", 1),
17948
- a("small", null, "(" + b(o.formatSize(p.file.size)) + ")", 1)
17957
+ H(y(p.file.name) + " ", 1),
17958
+ a("small", null, "(" + y(o.formatSize(p.file.size)) + ")", 1)
17949
17959
  ], 2),
17950
17960
  i.uploadInitiated && !p.error ? (l(), r("span", yx, [
17951
- a("span", null, b(o.getPercentage(p.progress)), 1),
17961
+ a("span", null, y(o.getPercentage(p.progress)), 1),
17952
17962
  a("progress", {
17953
17963
  max: "100",
17954
17964
  value: p.progress,
@@ -17962,27 +17972,27 @@ function Vx(e, n, t, s, i, o) {
17962
17972
  href: "#",
17963
17973
  onClick: n[1] || (n[1] = T((...p) => o.cancel && o.cancel(...p), ["prevent"])),
17964
17974
  title: e.getMessage("upload_form.all_files_will_be_removed")
17965
- }, b(e.getMessage("upload_form.reset_upload")), 9, xx)) : m("", !0),
17975
+ }, y(e.getMessage("upload_form.reset_upload")), 9, xx)) : m("", !0),
17966
17976
  _x
17967
17977
  ])
17968
17978
  ])) : (l(), r(S, { key: 0 }, [
17969
- t.allowMultipleFileUploads ? (l(), w(d, I({ key: 0 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
17979
+ t.allowMultipleFileUploads ? (l(), C(d, I({ key: 0 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
17970
17980
  default: k(() => [
17971
- E(b(o.headlineTextNoFilesToUpload), 1)
17981
+ H(y(o.headlineTextNoFilesToUpload), 1)
17972
17982
  ]),
17973
17983
  _: 1
17974
17984
  }, 16)) : m("", !0)
17975
17985
  ], 64)),
17976
17986
  a("div", Cx, [
17977
- t.allowMultipleFileUploads && i.listOfFiles.length ? (l(), w(d, I({ key: 0 }, t.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
17987
+ t.allowMultipleFileUploads && i.listOfFiles.length ? (l(), C(d, I({ key: 0 }, t.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
17978
17988
  default: k(() => [
17979
- E(b(e.getMessage("upload_form.headline.select_additional_files")), 1)
17989
+ H(y(e.getMessage("upload_form.headline.select_additional_files")), 1)
17980
17990
  ]),
17981
17991
  _: 1
17982
17992
  }, 16)) : m("", !0),
17983
- !t.allowMultipleFileUploads && i.listOfFiles.length ? (l(), w(d, I({ key: 1 }, t.cmdHeadlineSelectNewFile, { headlineLevel: "4" }), {
17993
+ !t.allowMultipleFileUploads && i.listOfFiles.length ? (l(), C(d, I({ key: 1 }, t.cmdHeadlineSelectNewFile, { headlineLevel: "4" }), {
17984
17994
  default: k(() => [
17985
- E(b(e.getMessage("upload_form.headline.select_new_file")), 1)
17995
+ H(y(e.getMessage("upload_form.headline.select_new_file")), 1)
17986
17996
  ]),
17987
17997
  _: 1
17988
17998
  }, 16)) : m("", !0),
@@ -17990,20 +18000,20 @@ function Vx(e, n, t, s, i, o) {
17990
18000
  t.maxTotalUploadSize > 0 ? (l(), r(S, { key: 0 }, [
17991
18001
  a("dt", {
17992
18002
  class: _({ error: o.totalSize > t.maxTotalUploadSize })
17993
- }, b(e.getMessage("upload_form.max_total_upload_size")), 3),
18003
+ }, y(e.getMessage("upload_form.max_total_upload_size")), 3),
17994
18004
  a("dd", {
17995
18005
  class: _(["text-align-right", { error: o.totalSize > t.maxTotalUploadSize }])
17996
- }, b(o.formatSize(t.maxTotalUploadSize)), 3)
18006
+ }, y(o.formatSize(t.maxTotalUploadSize)), 3)
17997
18007
  ], 64)) : m("", !0),
17998
18008
  a("dt", {
17999
18009
  class: _({ error: i.errors.fileSize })
18000
- }, b(e.getMessage("upload_form.max_file_upload_size")), 3),
18010
+ }, y(e.getMessage("upload_form.max_file_upload_size")), 3),
18001
18011
  a("dd", {
18002
18012
  class: _(["text-align-right", { error: i.errors.fileSize }])
18003
- }, b(o.formatSize(t.maxFileUploadSize)), 3),
18013
+ }, y(o.formatSize(t.maxFileUploadSize)), 3),
18004
18014
  a("dt", {
18005
18015
  class: _({ error: i.errors.fileType })
18006
- }, b(e.getMessage("upload_form.allowed_file_types")), 3),
18016
+ }, y(e.getMessage("upload_form.allowed_file_types")), 3),
18007
18017
  a("dd", null, [
18008
18018
  a("a", {
18009
18019
  href: "#",
@@ -18023,7 +18033,7 @@ function Vx(e, n, t, s, i, o) {
18023
18033
  (l(!0), r(S, null, q(t.allowedFileExtensions, (p, f) => (l(), r("li", {
18024
18034
  key: f,
18025
18035
  class: _({ error: i.errors.fileType })
18026
- }, b(p), 3))), 128))
18036
+ }, y(p), 3))), 128))
18027
18037
  ])) : m("", !0)
18028
18038
  ]),
18029
18039
  _: 1
@@ -18042,27 +18052,27 @@ function Vx(e, n, t, s, i, o) {
18042
18052
  iconClass: t.iconFileUpload.iconClass,
18043
18053
  type: t.iconFileUpload.iconType
18044
18054
  }, null, 8, ["iconClass", "type"]),
18045
- t.allowMultipleFileUploads ? (l(), r("span", Ox, b(e.getMessage("upload_form.labeltext.select_files")), 1)) : (l(), r("span", Lx, b(e.getMessage("upload_form.labeltext.select_file")), 1))
18055
+ t.allowMultipleFileUploads ? (l(), r("span", Ox, y(e.getMessage("upload_form.labeltext.select_files")), 1)) : (l(), r("span", Lx, y(e.getMessage("upload_form.labeltext.select_file")), 1))
18046
18056
  ], 10, Sx),
18047
18057
  t.enableDragAndDrop ? (l(), r("p", {
18048
18058
  key: 0,
18049
18059
  class: _(["text-drag-and-drop", { disabled: i.uploadInitiated }])
18050
18060
  }, [
18051
- a("span", null, b(e.getMessage("upload_form.or")), 1),
18061
+ a("span", null, y(e.getMessage("upload_form.or")), 1),
18052
18062
  a("strong", null, [
18053
- E(b(e.getMessage("upload_form.drag_and_drop")) + " ", 1),
18063
+ H(y(e.getMessage("upload_form.drag_and_drop")) + " ", 1),
18054
18064
  t.allowMultipleFileUploads && i.listOfFiles.length ? (l(), r(S, { key: 0 }, [
18055
- E(b(e.getMessage("upload_form.additional")), 1)
18065
+ H(y(e.getMessage("upload_form.additional")), 1)
18056
18066
  ], 64)) : m("", !0),
18057
18067
  !t.allowMultipleFileUploads && i.listOfFiles.length ? (l(), r(S, { key: 1 }, [
18058
- E(b(e.getMessage("upload_form.new")), 1)
18068
+ H(y(e.getMessage("upload_form.new")), 1)
18059
18069
  ], 64)) : m("", !0),
18060
- E(" " + b(e.getMessage("upload_form.files_to_this_area")), 1)
18070
+ H(" " + y(e.getMessage("upload_form.files_to_this_area")), 1)
18061
18071
  ])
18062
18072
  ], 2)) : m("", !0)
18063
18073
  ])
18064
18074
  ], 16),
18065
- t.enableComment ? (l(), w(g, {
18075
+ t.enableComment ? (l(), C(g, {
18066
18076
  key: 2,
18067
18077
  element: "textarea",
18068
18078
  labelText: e.getMessage("upload_form.labeltext.comment"),
@@ -18085,14 +18095,14 @@ function Vx(e, n, t, s, i, o) {
18085
18095
  onClick: n[5] || (n[5] = (...p) => o.uploadFiles && o.uploadFiles(...p))
18086
18096
  }, [
18087
18097
  h(u, R(xe(t.iconUpload)), null, 16),
18088
- i.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), r("span", Fx, b(e.getMessage("upload_form.buttontext.upload_file")), 1)) : (l(), r("span", Dx, b(e.getMessage("upload_form.buttontext.upload_files")), 1))
18098
+ i.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), r("span", Fx, y(e.getMessage("upload_form.buttontext.upload_file")), 1)) : (l(), r("span", Dx, y(e.getMessage("upload_form.buttontext.upload_files")), 1))
18089
18099
  ], 10, Bx),
18090
18100
  a("button", {
18091
18101
  class: _(["button", { disabled: i.listOfFiles.length === 0 }]),
18092
18102
  onClick: n[6] || (n[6] = (...p) => o.cancel && o.cancel(...p))
18093
18103
  }, [
18094
18104
  h(u, R(xe(t.iconCancel)), null, 16),
18095
- a("span", null, b(e.getMessage("upload_form.buttontext.cancel")), 1)
18105
+ a("span", null, y(e.getMessage("upload_form.buttontext.cancel")), 1)
18096
18106
  ], 2)
18097
18107
  ])
18098
18108
  ], 2)) : (l(), r("a", I({
@@ -18102,37 +18112,37 @@ function Vx(e, n, t, s, i, o) {
18102
18112
  class: ["cmd-upload-form box", { "drop-area": t.enableDragAndDrop, "allow-drop": i.allowDrop }]
18103
18113
  }, Rt(o.dragAndDropHandler, !0)), [
18104
18114
  i.uploadInitiated ? (l(), r("span", Mx, [
18105
- a("span", null, b(o.getPercentage(o.totalUploadProgress)), 1),
18115
+ a("span", null, y(o.getPercentage(o.totalUploadProgress)), 1),
18106
18116
  a("progress", {
18107
18117
  max: "100",
18108
18118
  value: o.totalUploadProgress,
18109
18119
  title: o.totalBytesUploaded
18110
18120
  }, null, 8, Px)
18111
18121
  ])) : m("", !0),
18112
- H(e.$slots, "default", {}, () => [
18122
+ A(e.$slots, "default", {}, () => [
18113
18123
  t.enableDragAndDrop ? (l(), r(S, { key: 1 }, [
18114
- a("span", null, b(e.getMessage("upload_form.drag_and_drop_file_here")), 1),
18124
+ a("span", null, y(e.getMessage("upload_form.drag_and_drop_file_here")), 1),
18115
18125
  h(u, {
18116
18126
  iconClass: t.iconDragAndDrop.iconClass,
18117
18127
  type: t.iconDragAndDrop.iconType
18118
18128
  }, null, 8, ["iconClass", "type"])
18119
18129
  ], 64)) : (l(), r(S, { key: 0 }, [
18120
18130
  o.fileTypeImage ? (l(), r(S, { key: 0 }, [
18121
- a("span", null, b(e.getMessage("upload_form.select_image")), 1),
18131
+ a("span", null, y(e.getMessage("upload_form.select_image")), 1),
18122
18132
  h(u, {
18123
18133
  iconClass: t.iconImage.iconClass,
18124
18134
  type: t.iconImage.iconType
18125
18135
  }, null, 8, ["iconClass", "type"])
18126
18136
  ], 64)) : (l(), r(S, { key: 1 }, [
18127
- a("span", null, b(e.getMessage("upload_form.select_file")), 1),
18137
+ a("span", null, y(e.getMessage("upload_form.select_file")), 1),
18128
18138
  h(u, {
18129
18139
  iconClass: t.iconFileUpload.iconClass,
18130
18140
  type: t.iconFileUpload.iconType
18131
18141
  }, null, 8, ["iconClass", "type"])
18132
18142
  ], 64))
18133
18143
  ], 64)),
18134
- a("small", null, b(e.getMessage("upload_form.max_upload_size")) + " " + b(o.formatSize(t.maxFileUploadSize)), 1),
18135
- a("small", null, b(e.getMessage("upload_form.allowed_file_types")) + " " + b(t.allowedFileExtensions), 1)
18144
+ a("small", null, y(e.getMessage("upload_form.max_upload_size")) + " " + y(o.formatSize(t.maxFileUploadSize)), 1),
18145
+ a("small", null, y(e.getMessage("upload_form.allowed_file_types")) + " " + y(t.allowedFileExtensions), 1)
18136
18146
  ])
18137
18147
  ], 16)),
18138
18148
  h(g, {
@@ -18264,19 +18274,19 @@ function Rx(e, n, t, s, i, o) {
18264
18274
  class: _(o.setInnerClass),
18265
18275
  id: t.anchorId
18266
18276
  }, [
18267
- t.cmdHeadline ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
18268
- o.oneSlotItem() ? H(e.$slots, "default", { key: 1 }) : (l(), r("div", {
18277
+ t.cmdHeadline ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
18278
+ o.oneSlotItem() ? A(e.$slots, "default", { key: 1 }) : (l(), r("div", {
18269
18279
  key: 2,
18270
18280
  class: _(o.setInnerClass)
18271
18281
  }, [
18272
- H(e.$slots, "default")
18282
+ A(e.$slots, "default")
18273
18283
  ], 2))
18274
18284
  ], 10, Hx)) : (l(), r(S, { key: 1 }, [
18275
18285
  t.anchorId ? (l(), r("a", {
18276
18286
  key: 0,
18277
18287
  id: t.anchorId
18278
18288
  }, null, 8, qx)) : m("", !0),
18279
- H(e.$slots, "default")
18289
+ A(e.$slots, "default")
18280
18290
  ], 64))
18281
18291
  ], 2);
18282
18292
  }
@@ -18375,7 +18385,7 @@ const yo = /* @__PURE__ */ P(Ex, [["render", Rx]]), Nx = {
18375
18385
  };
18376
18386
  function Ux(e, n, t, s, i, o) {
18377
18387
  const d = te, c = bn;
18378
- return l(), w(c, {
18388
+ return l(), C(c, {
18379
18389
  "use-slots": ["body"],
18380
18390
  collapsible: !0,
18381
18391
  cmdHeadline: { headlineText: o.readableName(t.componentName), headlineLevel: 4, cmdIcon: { iconClass: "icon-settings-template" } },
@@ -18383,7 +18393,7 @@ function Ux(e, n, t, s, i, o) {
18383
18393
  boxBodyClass: "settings-body"
18384
18394
  }, {
18385
18395
  body: k(() => [
18386
- (l(!0), r(S, null, q(o.filteredProps, (u) => (l(), w(d, {
18396
+ (l(!0), r(S, null, q(o.filteredProps, (u) => (l(), C(d, {
18387
18397
  key: u.name,
18388
18398
  element: o.formElement(u),
18389
18399
  type: o.formType(u),
@@ -18414,21 +18424,21 @@ function Wx(e, n, t, s, i, o) {
18414
18424
  (l(!0), r(S, null, q(t.segments, (u, g) => (l(), r(S, { key: g }, [
18415
18425
  h(c, R(xe(u)), {
18416
18426
  default: k((p) => [
18417
- (l(!0), r(S, null, q(u.boxes, (f, C) => (l(), w(d, I({
18427
+ (l(!0), r(S, null, q(u.boxes, (f, w) => (l(), C(d, I({
18418
18428
  "use-slots": ["box-body"],
18419
- key: C
18429
+ key: w
18420
18430
  }, f, {
18421
18431
  rowView: p.rowView
18422
18432
  }), {
18423
18433
  default: k(() => [
18424
- E(" box " + b(f), 1)
18434
+ H(" box " + y(f), 1)
18425
18435
  ]),
18426
18436
  _: 2
18427
18437
  }, 1040, ["rowView"]))), 128))
18428
18438
  ]),
18429
18439
  _: 2
18430
18440
  }, 1040),
18431
- H(e.$slots, "multiple-box-wrapper-slot-${index}")
18441
+ A(e.$slots, "multiple-box-wrapper-slot-${index}")
18432
18442
  ], 64))), 128))
18433
18443
  ]);
18434
18444
  }
@@ -18451,7 +18461,7 @@ function Zx(e, n, t, s, i, o) {
18451
18461
  largeIcons: c.largeIcons,
18452
18462
  cmdHeadline: c.headline
18453
18463
  }, null, 8, ["links", "orientation", "largeIcons", "cmdHeadline"]),
18454
- H(e.$slots, "multiple-lists-of-links-slot-${index}")
18464
+ A(e.$slots, "multiple-lists-of-links-slot-${index}")
18455
18465
  ], 64))), 128))
18456
18466
  ]);
18457
18467
  }
@@ -18494,12 +18504,12 @@ const Qx = /* @__PURE__ */ P(Jx, [["render", Zx]]), Xx = {
18494
18504
  }, e1 = { class: "flex-container vertical" };
18495
18505
  function t1(e, n, t, s, i, o) {
18496
18506
  const d = Di, c = Li, u = Ri;
18497
- return o.contactFormOnly ? (l(), w(d, R(I({ key: 0 }, e.basicForm)), null, 16)) : (l(), r("div", $x, [
18507
+ return o.contactFormOnly ? (l(), C(d, R(I({ key: 0 }, e.basicForm)), null, 16)) : (l(), r("div", $x, [
18498
18508
  h(d, R(xe(e.basicForm)), null, 16),
18499
18509
  a("div", e1, [
18500
- t.cmdAddressData ? (l(), w(c, R(I({ key: 0 }, t.cmdAddressData)), null, 16)) : m("", !0),
18501
- t.cmdGoogleMaps ? (l(), w(u, R(I({ key: 1 }, t.cmdGoogleMaps)), null, 16)) : m("", !0),
18502
- H(e.$slots, "additional-info")
18510
+ t.cmdAddressData ? (l(), C(c, R(I({ key: 0 }, t.cmdAddressData)), null, 16)) : m("", !0),
18511
+ t.cmdGoogleMaps ? (l(), C(u, R(I({ key: 1 }, t.cmdGoogleMaps)), null, 16)) : m("", !0),
18512
+ A(e.$slots, "additional-info")
18503
18513
  ])
18504
18514
  ]));
18505
18515
  }
@@ -18542,7 +18552,7 @@ function h1(e, n, t, s, i, o) {
18542
18552
  cmdGoogleMaps: {}
18543
18553
  }, {
18544
18554
  "additional-info": k(() => [
18545
- E(" Additional information given by slot ")
18555
+ H(" Additional information given by slot ")
18546
18556
  ]),
18547
18557
  _: 1
18548
18558
  }, 8, ["cmdBasicForm"])
@@ -18573,7 +18583,7 @@ function h1(e, n, t, s, i, o) {
18573
18583
  })
18574
18584
  ], 64);
18575
18585
  }
18576
- const bo = /* @__PURE__ */ P(i1, [["render", h1]]), p1 = "comand-component-library", f1 = "4.1.75", g1 = "GPL-3.0-only", y1 = "CoManD-UI", b1 = "module", x1 = {
18586
+ const bo = /* @__PURE__ */ P(i1, [["render", h1]]), p1 = "comand-component-library", f1 = "4.1.76", g1 = "GPL-3.0-only", y1 = "CoManD-UI", b1 = "module", x1 = {
18577
18587
  prepublishOnly: "npm run build-lib",
18578
18588
  dev: "vite",
18579
18589
  build: "vite build",
@@ -20059,13 +20069,13 @@ const bo = /* @__PURE__ */ P(i1, [["render", h1]]), p1 = "comand-component-libra
20059
20069
  id: "content"
20060
20070
  }, pv = /* @__PURE__ */ a("h1", { class: "headline-demopage" }, "Page Overview", -1);
20061
20071
  function fv(e, n, t, s, i, o) {
20062
- const d = bn, c = Mi, u = tf, g = gn, p = Vi, f = cf, C = yo, y = Li, L = Ei, v = te, B = Ai, F = Jp, D = Ni, M = Ii, G = gr, j = kr, V = Di, N = Pi, 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 = cy, at = by, qe = Sy, K = Bi, Co = By, Bt = Si, wo = Ax, ko = bo, vo = ju, To = Eu, So = Dd, Oo = jx, Lo = Po("fancybox");
20072
+ const d = bn, c = Mi, u = tf, g = gn, p = Vi, f = cf, w = yo, b = Li, L = Ei, v = te, B = Ai, F = Jp, D = Ni, M = Ii, G = gr, j = kr, V = Di, N = Pi, J = gu, $ = Ri, Z = Y, ee = W, se = Ce, ce = Dm, ue = qm, ne = Re, E = 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 = cy, at = by, qe = Sy, K = Bi, Co = By, Bt = Si, wo = Ax, ko = bo, vo = ju, To = Eu, So = Dd, Oo = jx, Lo = Po("fancybox");
20063
20073
  return X((l(), r("div", {
20064
20074
  class: "page-wrapper",
20065
20075
  id: o.templateId
20066
20076
  }, [
20067
20077
  F1,
20068
- i.showLeftSidebar ? (l(), w(u, {
20078
+ i.showLeftSidebar ? (l(), C(u, {
20069
20079
  key: 0,
20070
20080
  cmdHeadline: { headlineText: "Site Settings", headlineLevel: 3, textAlign: "center" },
20071
20081
  openSidebar: i.openLeftSidebar,
@@ -20159,7 +20169,7 @@ function fv(e, n, t, s, i, o) {
20159
20169
  href: o.sectionName(z),
20160
20170
  onClick: (_v) => o.updateSettingsSidebar(o.componentNameWithPrefix(z)),
20161
20171
  title: "Go to component"
20162
- }, b(o.readableComponentName(z)), 9, J1)
20172
+ }, y(o.readableComponentName(z)), 9, J1)
20163
20173
  ], 2))), 128))
20164
20174
  ])
20165
20175
  ]),
@@ -20181,7 +20191,7 @@ function fv(e, n, t, s, i, o) {
20181
20191
  }, " Contact Information ")
20182
20192
  ]),
20183
20193
  a("li", null, [
20184
- E(" Multiple Lists Of Links "),
20194
+ H(" Multiple Lists Of Links "),
20185
20195
  a("ul", null, [
20186
20196
  a("li", null, [
20187
20197
  a("a", {
@@ -20198,7 +20208,7 @@ function fv(e, n, t, s, i, o) {
20198
20208
  ])
20199
20209
  ]),
20200
20210
  a("li", null, [
20201
- E(" Multiple Box Wrapper "),
20211
+ H(" Multiple Box Wrapper "),
20202
20212
  a("ul", null, [
20203
20213
  a("li", null, [
20204
20214
  a("a", {
@@ -20223,9 +20233,9 @@ function fv(e, n, t, s, i, o) {
20223
20233
  }, 8, ["openBoxesByDefault"]),
20224
20234
  a("dl", Y1, [
20225
20235
  Z1,
20226
- a("dd", null, b(i.packageJson.dependencies["comand-frontend-framework"].replace("^", "")), 1),
20236
+ a("dd", null, y(i.packageJson.dependencies["comand-frontend-framework"].replace("^", "")), 1),
20227
20237
  Q1,
20228
- a("dd", null, b(i.packageJson.version), 1)
20238
+ a("dd", null, y(i.packageJson.version), 1)
20229
20239
  ])
20230
20240
  ]),
20231
20241
  closed: k(() => [
@@ -20270,13 +20280,13 @@ function fv(e, n, t, s, i, o) {
20270
20280
  _: 1
20271
20281
  }),
20272
20282
  i.componentView ? (l(), r("main", a_, [
20273
- h(C, null, {
20283
+ h(w, null, {
20274
20284
  default: k(() => [
20275
20285
  r_
20276
20286
  ]),
20277
20287
  _: 1
20278
20288
  }),
20279
- h(C, null, {
20289
+ h(w, null, {
20280
20290
  default: k(() => [
20281
20291
  a("h2", d_, [
20282
20292
  c_,
@@ -20288,7 +20298,7 @@ function fv(e, n, t, s, i, o) {
20288
20298
  })
20289
20299
  ]),
20290
20300
  a("div", u_, [
20291
- h(y, I({
20301
+ h(b, I({
20292
20302
  ref: "CmdAddressData",
20293
20303
  addressData: i.addressData
20294
20304
  }, e.cmdAddressDataSettingsData), null, 16, ["addressData"])
@@ -20296,7 +20306,7 @@ function fv(e, n, t, s, i, o) {
20296
20306
  ]),
20297
20307
  _: 1
20298
20308
  }),
20299
- h(C, null, {
20309
+ h(w, null, {
20300
20310
  default: k(() => [
20301
20311
  m_,
20302
20312
  h_,
@@ -20776,11 +20786,11 @@ function fv(e, n, t, s, i, o) {
20776
20786
  disabled: i.disabledStatus
20777
20787
  }, null, 8, ["modelValue", "status", "disabled"]),
20778
20788
  a("p", null, [
20779
- E(" checkbox (required) with boolean: " + b(i.checkboxRequiredValue), 1),
20789
+ H(" checkbox (required) with boolean: " + y(i.checkboxRequiredValue), 1),
20780
20790
  W_,
20781
- E(" checkbox with boolean: " + b(i.checkboxValue), 1),
20791
+ H(" checkbox with boolean: " + y(i.checkboxValue), 1),
20782
20792
  K_,
20783
- E(" checkboxes with values: " + b(i.checkboxValues), 1)
20793
+ H(" checkboxes with values: " + y(i.checkboxValues), 1)
20784
20794
  ]),
20785
20795
  J_,
20786
20796
  Y_,
@@ -20830,9 +20840,9 @@ function fv(e, n, t, s, i, o) {
20830
20840
  disabled: i.disabledStatus
20831
20841
  }, {
20832
20842
  labeltext: k(() => [
20833
- E(" Labeltext with "),
20843
+ H(" Labeltext with "),
20834
20844
  $_,
20835
- E(" given by slot ")
20845
+ H(" given by slot ")
20836
20846
  ]),
20837
20847
  _: 1
20838
20848
  }, 8, ["modelValue", "status", "disabled"])
@@ -20898,7 +20908,7 @@ function fv(e, n, t, s, i, o) {
20898
20908
  }, null, 8, ["modelValue", "status", "disabled"])
20899
20909
  ])
20900
20910
  ]),
20901
- a("p", null, " Radiobuttons with values: " + b(i.radiobuttonValue), 1),
20911
+ a("p", null, " Radiobuttons with values: " + y(i.radiobuttonValue), 1),
20902
20912
  rC,
20903
20913
  a("div", dC, [
20904
20914
  cC,
@@ -20932,7 +20942,7 @@ function fv(e, n, t, s, i, o) {
20932
20942
  ])
20933
20943
  ]),
20934
20944
  a("h3", mC, [
20935
- E(" Input-Group "),
20945
+ H(" Input-Group "),
20936
20946
  a("a", {
20937
20947
  href: "#",
20938
20948
  class: "button small icon-cog",
@@ -20977,7 +20987,7 @@ function fv(e, n, t, s, i, o) {
20977
20987
  a("dl", null, [
20978
20988
  hC,
20979
20989
  a("dd", null, [
20980
- a("output", null, b(i.inputGroup), 1)
20990
+ a("output", null, y(i.inputGroup), 1)
20981
20991
  ])
20982
20992
  ]),
20983
20993
  pC,
@@ -20995,7 +21005,7 @@ function fv(e, n, t, s, i, o) {
20995
21005
  a("dl", null, [
20996
21006
  fC,
20997
21007
  a("dd", null, [
20998
- a("output", null, b(i.inputGroupValueToggleSwitchCheckbox), 1)
21008
+ a("output", null, y(i.inputGroupValueToggleSwitchCheckbox), 1)
20999
21009
  ])
21000
21010
  ]),
21001
21011
  h(D, {
@@ -21012,7 +21022,7 @@ function fv(e, n, t, s, i, o) {
21012
21022
  a("dl", null, [
21013
21023
  gC,
21014
21024
  a("dd", null, [
21015
- a("output", null, b(i.inputGroupValueToggleSwitchRadio), 1)
21025
+ a("output", null, y(i.inputGroupValueToggleSwitchRadio), 1)
21016
21026
  ])
21017
21027
  ]),
21018
21028
  h(D, {
@@ -21028,7 +21038,7 @@ function fv(e, n, t, s, i, o) {
21028
21038
  a("dl", null, [
21029
21039
  yC,
21030
21040
  a("dd", null, [
21031
- a("output", null, b(i.inputGroupValue3), 1)
21041
+ a("output", null, y(i.inputGroupValue3), 1)
21032
21042
  ])
21033
21043
  ]),
21034
21044
  h(D, {
@@ -21046,7 +21056,7 @@ function fv(e, n, t, s, i, o) {
21046
21056
  a("dl", null, [
21047
21057
  bC,
21048
21058
  a("dd", null, [
21049
- a("output", null, b(i.inputGroupValue4), 1)
21059
+ a("output", null, y(i.inputGroupValue4), 1)
21050
21060
  ])
21051
21061
  ])
21052
21062
  ]),
@@ -21078,7 +21088,7 @@ function fv(e, n, t, s, i, o) {
21078
21088
  href: "#anchor-back-to-top",
21079
21089
  "scroll-container": ".page-wrapper"
21080
21090
  }),
21081
- h(C, null, {
21091
+ h(w, null, {
21082
21092
  default: k(() => [
21083
21093
  a("h2", SC, [
21084
21094
  OC,
@@ -21093,7 +21103,7 @@ function fv(e, n, t, s, i, o) {
21093
21103
  ]),
21094
21104
  _: 1
21095
21105
  }),
21096
- h(C, null, {
21106
+ h(w, null, {
21097
21107
  default: k(() => [
21098
21108
  a("h2", LC, [
21099
21109
  IC,
@@ -21118,14 +21128,14 @@ function fv(e, n, t, s, i, o) {
21118
21128
  }, null, 512),
21119
21129
  a("dl", null, [
21120
21130
  BC,
21121
- a("dd", null, b(i.basicFormData.originalEvent), 1),
21131
+ a("dd", null, y(i.basicFormData.originalEvent), 1),
21122
21132
  FC,
21123
- a("dd", null, b(i.basicFormData.formData), 1)
21133
+ a("dd", null, y(i.basicFormData.formData), 1)
21124
21134
  ])
21125
21135
  ]),
21126
21136
  _: 1
21127
21137
  }),
21128
- h(C, { anchorId: "section-boxes" }, {
21138
+ h(w, { anchorId: "section-boxes" }, {
21129
21139
  default: k(() => [
21130
21140
  DC,
21131
21141
  a("h3", MC, [
@@ -21182,7 +21192,7 @@ function fv(e, n, t, s, i, o) {
21182
21192
  "cutoff-text-lines": 4
21183
21193
  }, {
21184
21194
  body: k(() => [
21185
- E(" This is a long text that is cutoff after a specific number of lines that can be defined by the property 'cutoffTextLines' and be toggled by a link below. ")
21195
+ H(" This is a long text that is cutoff after a specific number of lines that can be defined by the property 'cutoffTextLines' and be toggled by a link below. ")
21186
21196
  ]),
21187
21197
  _: 1
21188
21198
  }),
@@ -21357,7 +21367,7 @@ function fv(e, n, t, s, i, o) {
21357
21367
  useGap: !0
21358
21368
  }, {
21359
21369
  default: k((x) => [
21360
- (l(!0), r(S, null, q(i.boxUserData.length, (z) => (l(), w(d, {
21370
+ (l(!0), r(S, null, q(i.boxUserData.length, (z) => (l(), C(d, {
21361
21371
  key: z,
21362
21372
  boxType: "user",
21363
21373
  user: i.boxUserData[z - 1],
@@ -21386,7 +21396,7 @@ function fv(e, n, t, s, i, o) {
21386
21396
  useGap: !0
21387
21397
  }, {
21388
21398
  default: k((x) => [
21389
- (l(!0), r(S, null, q(i.boxProductData.length, (z) => (l(), w(d, {
21399
+ (l(!0), r(S, null, q(i.boxProductData.length, (z) => (l(), C(d, {
21390
21400
  key: z,
21391
21401
  boxType: "content",
21392
21402
  collapsible: !0,
@@ -21397,7 +21407,7 @@ function fv(e, n, t, s, i, o) {
21397
21407
  onToggleCollapse: (Ft) => x.boxToggled(z - 1, Ft)
21398
21408
  }, {
21399
21409
  body: k(() => [
21400
- E(b(x.currentOpenBox) + "Content " + b(z), 1)
21410
+ H(y(x.currentOpenBox) + "Content " + y(z), 1)
21401
21411
  ]),
21402
21412
  _: 2
21403
21413
  }, 1032, ["cmdHeadline", "rowView", "openCollapsedBox", "onToggleCollapse"]))), 128))
@@ -21407,7 +21417,7 @@ function fv(e, n, t, s, i, o) {
21407
21417
  ]),
21408
21418
  _: 1
21409
21419
  }),
21410
- h(C, { "inner-component": "div" }, {
21420
+ h(w, { "inner-component": "div" }, {
21411
21421
  default: k(() => [
21412
21422
  a("h2", sw, [
21413
21423
  aw,
@@ -21426,7 +21436,7 @@ function fv(e, n, t, s, i, o) {
21426
21436
  ]),
21427
21437
  _: 1
21428
21438
  }),
21429
- h(C, null, {
21439
+ h(w, null, {
21430
21440
  default: k(() => [
21431
21441
  a("h2", rw, [
21432
21442
  dw,
@@ -21444,7 +21454,7 @@ function fv(e, n, t, s, i, o) {
21444
21454
  ]),
21445
21455
  _: 1
21446
21456
  }),
21447
- h(C, null, {
21457
+ h(w, null, {
21448
21458
  default: k(() => [
21449
21459
  a("h2", cw, [
21450
21460
  uw,
@@ -21489,11 +21499,11 @@ function fv(e, n, t, s, i, o) {
21489
21499
  innerClass: "inner-class"
21490
21500
  }), {
21491
21501
  default: k(() => [
21492
- (l(), w(Me(i.componentNameForContainer), {
21502
+ (l(), C(Me(i.componentNameForContainer), {
21493
21503
  headlineText: "Headline 1",
21494
21504
  headlineLevel: "6"
21495
21505
  })),
21496
- (l(), w(Me(i.componentNameForContainer), {
21506
+ (l(), C(Me(i.componentNameForContainer), {
21497
21507
  headlineText: "Headline 2",
21498
21508
  headlineLevel: "6"
21499
21509
  }))
@@ -21503,7 +21513,7 @@ function fv(e, n, t, s, i, o) {
21503
21513
  ]),
21504
21514
  _: 1
21505
21515
  }),
21506
- h(C, null, {
21516
+ h(w, null, {
21507
21517
  default: k(() => [
21508
21518
  xw,
21509
21519
  a("a", {
@@ -21514,7 +21524,7 @@ function fv(e, n, t, s, i, o) {
21514
21524
  ]),
21515
21525
  _: 1
21516
21526
  }),
21517
- h(C, null, {
21527
+ h(w, null, {
21518
21528
  default: k(() => [
21519
21529
  ww,
21520
21530
  kw,
@@ -21561,7 +21571,7 @@ function fv(e, n, t, s, i, o) {
21561
21571
  ]),
21562
21572
  _: 1
21563
21573
  }),
21564
- h(C, null, {
21574
+ h(w, null, {
21565
21575
  default: k(() => [
21566
21576
  Tw,
21567
21577
  Sw,
@@ -21597,14 +21607,14 @@ function fv(e, n, t, s, i, o) {
21597
21607
  ]),
21598
21608
  _: 1
21599
21609
  }),
21600
- h(C, null, {
21610
+ h(w, null, {
21601
21611
  default: k(() => [
21602
21612
  Aw,
21603
21613
  h($, { address: i.addressData }, null, 8, ["address"])
21604
21614
  ]),
21605
21615
  _: 1
21606
21616
  }),
21607
- h(C, null, {
21617
+ h(w, null, {
21608
21618
  default: k(() => [
21609
21619
  a("h2", Ew, [
21610
21620
  Hw,
@@ -21627,16 +21637,16 @@ function fv(e, n, t, s, i, o) {
21627
21637
  headlineLevel: "3"
21628
21638
  }, {
21629
21639
  default: k(() => [
21630
- E(" Headline text"),
21640
+ H(" Headline text"),
21631
21641
  qw,
21632
- E(" with html given by slot ")
21642
+ H(" with html given by slot ")
21633
21643
  ]),
21634
21644
  _: 1
21635
21645
  }, 512)
21636
21646
  ]),
21637
21647
  _: 1
21638
21648
  }),
21639
- h(C, null, {
21649
+ h(w, null, {
21640
21650
  default: k(() => [
21641
21651
  Rw,
21642
21652
  a("ul", null, [
@@ -21664,7 +21674,7 @@ function fv(e, n, t, s, i, o) {
21664
21674
  ]),
21665
21675
  _: 1
21666
21676
  }),
21667
- h(C, null, {
21677
+ h(w, null, {
21668
21678
  default: k(() => [
21669
21679
  a("h2", Ww, [
21670
21680
  Kw,
@@ -21689,7 +21699,7 @@ function fv(e, n, t, s, i, o) {
21689
21699
  ]),
21690
21700
  _: 1
21691
21701
  }),
21692
- h(C, null, {
21702
+ h(w, null, {
21693
21703
  default: k(() => [
21694
21704
  a("h2", Yw, [
21695
21705
  Zw,
@@ -21707,7 +21717,7 @@ function fv(e, n, t, s, i, o) {
21707
21717
  ]),
21708
21718
  _: 1
21709
21719
  }),
21710
- h(C, null, {
21720
+ h(w, null, {
21711
21721
  default: k(() => [
21712
21722
  Qw,
21713
21723
  h(ue, {
@@ -21717,7 +21727,7 @@ function fv(e, n, t, s, i, o) {
21717
21727
  ]),
21718
21728
  _: 1
21719
21729
  }),
21720
- h(C, null, {
21730
+ h(w, null, {
21721
21731
  default: k(() => [
21722
21732
  a("h2", Xw, [
21723
21733
  $w,
@@ -21752,7 +21762,7 @@ function fv(e, n, t, s, i, o) {
21752
21762
  a("button", {
21753
21763
  onClick: n[86] || (n[86] = (x) => i.showCmdLink = !0)
21754
21764
  }, tk),
21755
- i.showCmdLink ? (l(), w(ne, {
21765
+ i.showCmdLink ? (l(), C(ne, {
21756
21766
  key: 0,
21757
21767
  path: "#",
21758
21768
  linkType: "href",
@@ -21763,7 +21773,7 @@ function fv(e, n, t, s, i, o) {
21763
21773
  ]),
21764
21774
  _: 1
21765
21775
  }),
21766
- h(C, null, {
21776
+ h(w, null, {
21767
21777
  default: k(() => [
21768
21778
  a("h2", nk, [
21769
21779
  ik,
@@ -21778,7 +21788,7 @@ function fv(e, n, t, s, i, o) {
21778
21788
  ]),
21779
21789
  _: 1
21780
21790
  }),
21781
- h(C, null, {
21791
+ h(w, null, {
21782
21792
  default: k(() => [
21783
21793
  a("h2", ok, [
21784
21794
  lk,
@@ -21791,7 +21801,7 @@ function fv(e, n, t, s, i, o) {
21791
21801
  ]),
21792
21802
  h(M, { "use-fieldset": !1 }, {
21793
21803
  default: k(() => [
21794
- h(A, I({ ref: "CmdLoginForm" }, e.cmdLoginFormSettingsData, {
21804
+ h(E, I({ ref: "CmdLoginForm" }, e.cmdLoginFormSettingsData, {
21795
21805
  modelValue: i.loginData,
21796
21806
  "onUpdate:modelValue": n[89] || (n[89] = (x) => i.loginData = x)
21797
21807
  }), null, 16, ["modelValue"])
@@ -21800,7 +21810,7 @@ function fv(e, n, t, s, i, o) {
21800
21810
  }),
21801
21811
  h(M, { "use-fieldset": !1 }, {
21802
21812
  default: k(() => [
21803
- h(A, I({ ref: "CmdLoginForm" }, e.cmdLoginFormSettingsData, {
21813
+ h(E, I({ ref: "CmdLoginForm" }, e.cmdLoginFormSettingsData, {
21804
21814
  orientation: "vertical",
21805
21815
  cmdHeadlineLoginForm: {
21806
21816
  headlineText: "Please login",
@@ -21812,11 +21822,11 @@ function fv(e, n, t, s, i, o) {
21812
21822
  ]),
21813
21823
  _: 1
21814
21824
  }),
21815
- a("p", null, "LoginData: " + b(i.loginData), 1)
21825
+ a("p", null, "LoginData: " + y(i.loginData), 1)
21816
21826
  ]),
21817
21827
  _: 1
21818
21828
  }),
21819
- h(C, null, {
21829
+ h(w, null, {
21820
21830
  default: k(() => [
21821
21831
  a("h2", sk, [
21822
21832
  ak,
@@ -21828,11 +21838,11 @@ function fv(e, n, t, s, i, o) {
21828
21838
  })
21829
21839
  ]),
21830
21840
  h(ae, I({ ref: "CmdMainNavigation" }, e.cmdMainNavigationSettingsData, { navigationEntries: o.navigationDataModified }), null, 16, ["navigationEntries"]),
21831
- t.useRouterLinks ? (l(), w(ie, { key: 0 })) : m("", !0)
21841
+ t.useRouterLinks ? (l(), C(ie, { key: 0 })) : m("", !0)
21832
21842
  ]),
21833
21843
  _: 1
21834
21844
  }),
21835
- h(C, null, {
21845
+ h(w, null, {
21836
21846
  default: k(() => [
21837
21847
  a("h2", rk, [
21838
21848
  dk,
@@ -21851,12 +21861,12 @@ function fv(e, n, t, s, i, o) {
21851
21861
  onClick: n[93] || (n[93] = (x) => i.showPageMultistep = x.index + 1)
21852
21862
  }), null, 16, ["multisteps"]),
21853
21863
  a("div", null, [
21854
- a("p", null, "Page " + b(i.showPageMultistep), 1)
21864
+ a("p", null, "Page " + y(i.showPageMultistep), 1)
21855
21865
  ])
21856
21866
  ]),
21857
21867
  _: 1
21858
21868
  }),
21859
- h(C, null, {
21869
+ h(w, null, {
21860
21870
  default: k(() => [
21861
21871
  a("h2", uk, [
21862
21872
  mk,
@@ -21880,7 +21890,7 @@ function fv(e, n, t, s, i, o) {
21880
21890
  ]),
21881
21891
  _: 1
21882
21892
  }),
21883
- h(C, null, {
21893
+ h(w, null, {
21884
21894
  default: k(() => [
21885
21895
  a("h2", hk, [
21886
21896
  pk,
@@ -21905,7 +21915,7 @@ function fv(e, n, t, s, i, o) {
21905
21915
  ]),
21906
21916
  _: 1
21907
21917
  }),
21908
- h(C, null, {
21918
+ h(w, null, {
21909
21919
  default: k(() => [
21910
21920
  a("h2", fk, [
21911
21921
  gk,
@@ -21928,7 +21938,7 @@ function fv(e, n, t, s, i, o) {
21928
21938
  ]),
21929
21939
  _: 1
21930
21940
  }),
21931
- h(C, null, {
21941
+ h(w, null, {
21932
21942
  default: k(() => [
21933
21943
  a("h2", bk, [
21934
21944
  xk,
@@ -21952,7 +21962,7 @@ function fv(e, n, t, s, i, o) {
21952
21962
  ]),
21953
21963
  _: 1
21954
21964
  }),
21955
- h(C, null, {
21965
+ h(w, null, {
21956
21966
  default: k(() => [
21957
21967
  a("h2", Ck, [
21958
21968
  wk,
@@ -21964,7 +21974,7 @@ function fv(e, n, t, s, i, o) {
21964
21974
  })
21965
21975
  ]),
21966
21976
  a("div", null, [
21967
- a("p", null, "Page " + b(i.showPagePager), 1)
21977
+ a("p", null, "Page " + y(i.showPagePager), 1)
21968
21978
  ]),
21969
21979
  h(De, I({ ref: "CmdPagination" }, e.cmdPaginationSettingsData, {
21970
21980
  onClick: n[100] || (n[100] = (x) => i.showPagePager = x)
@@ -21972,19 +21982,19 @@ function fv(e, n, t, s, i, o) {
21972
21982
  ]),
21973
21983
  _: 1
21974
21984
  }),
21975
- h(C, null, {
21985
+ h(w, null, {
21976
21986
  default: k(() => [
21977
21987
  kk,
21978
21988
  h(ke, null, {
21979
21989
  default: k(() => [
21980
- E(" Slotcontent ")
21990
+ H(" Slotcontent ")
21981
21991
  ]),
21982
21992
  _: 1
21983
21993
  })
21984
21994
  ]),
21985
21995
  _: 1
21986
21996
  }),
21987
- h(C, null, {
21997
+ h(w, null, {
21988
21998
  default: k(() => [
21989
21999
  a("h2", vk, [
21990
22000
  Tk,
@@ -22008,7 +22018,7 @@ function fv(e, n, t, s, i, o) {
22008
22018
  ]),
22009
22019
  _: 1
22010
22020
  }),
22011
- h(C, null, {
22021
+ h(w, null, {
22012
22022
  default: k(() => [
22013
22023
  a("h2", Sk, [
22014
22024
  Ok,
@@ -22034,7 +22044,7 @@ function fv(e, n, t, s, i, o) {
22034
22044
  ]),
22035
22045
  _: 1
22036
22046
  }),
22037
- h(C, null, {
22047
+ h(w, null, {
22038
22048
  default: k(() => [
22039
22049
  a("h2", Lk, [
22040
22050
  Ik,
@@ -22047,14 +22057,14 @@ function fv(e, n, t, s, i, o) {
22047
22057
  ]),
22048
22058
  h(it, I({ ref: "CmdSlideshow" }, e.cmdSlideshowSettingsData, { "slideshow-items": i.slideshowData }), {
22049
22059
  default: k(() => [
22050
- E("Slot-Content ")
22060
+ H("Slot-Content ")
22051
22061
  ]),
22052
22062
  _: 1
22053
22063
  }, 16, ["slideshow-items"])
22054
22064
  ]),
22055
22065
  _: 1
22056
22066
  }),
22057
- h(C, null, {
22067
+ h(w, null, {
22058
22068
  default: k(() => [
22059
22069
  a("h2", Bk, [
22060
22070
  Fk,
@@ -22069,18 +22079,18 @@ function fv(e, n, t, s, i, o) {
22069
22079
  ]),
22070
22080
  _: 1
22071
22081
  }),
22072
- h(C, null, {
22082
+ h(w, null, {
22073
22083
  default: k(() => [
22074
22084
  Dk,
22075
22085
  h(lt, {
22076
22086
  languages: i.languagesData,
22077
22087
  onClick: o.updateLanguage
22078
22088
  }, null, 8, ["languages", "onClick"]),
22079
- a("p", null, "Selected language: " + b(i.selectedLanguage), 1)
22089
+ a("p", null, "Selected language: " + y(i.selectedLanguage), 1)
22080
22090
  ]),
22081
22091
  _: 1
22082
22092
  }),
22083
- h(C, null, {
22093
+ h(w, null, {
22084
22094
  default: k(() => [
22085
22095
  a("h2", Mk, [
22086
22096
  Pk,
@@ -22100,7 +22110,7 @@ function fv(e, n, t, s, i, o) {
22100
22110
  ]),
22101
22111
  _: 1
22102
22112
  }),
22103
- h(C, null, {
22113
+ h(w, null, {
22104
22114
  default: k(() => [
22105
22115
  a("h2", Ak, [
22106
22116
  Ek,
@@ -22123,7 +22133,7 @@ function fv(e, n, t, s, i, o) {
22123
22133
  ]),
22124
22134
  _: 1
22125
22135
  }),
22126
- h(C, null, {
22136
+ h(w, null, {
22127
22137
  default: k(() => [
22128
22138
  a("h2", Rk, [
22129
22139
  Nk,
@@ -22152,7 +22162,7 @@ function fv(e, n, t, s, i, o) {
22152
22162
  ]),
22153
22163
  _: 1
22154
22164
  }),
22155
- h(C, null, {
22165
+ h(w, null, {
22156
22166
  default: k(() => [
22157
22167
  a("h2", Jk, [
22158
22168
  Yk,
@@ -22206,7 +22216,7 @@ function fv(e, n, t, s, i, o) {
22206
22216
  ]),
22207
22217
  _: 1
22208
22218
  }),
22209
- h(C, null, {
22219
+ h(w, null, {
22210
22220
  default: k(() => [
22211
22221
  a("h2", Qk, [
22212
22222
  Xk,
@@ -22223,7 +22233,7 @@ function fv(e, n, t, s, i, o) {
22223
22233
  ]),
22224
22234
  _: 1
22225
22235
  }),
22226
- h(C, null, {
22236
+ h(w, null, {
22227
22237
  default: k(() => [
22228
22238
  a("h2", ev, [
22229
22239
  tv,
@@ -22238,7 +22248,7 @@ function fv(e, n, t, s, i, o) {
22238
22248
  ]),
22239
22249
  _: 1
22240
22250
  }),
22241
- h(C, null, {
22251
+ h(w, null, {
22242
22252
  default: k(() => [
22243
22253
  a("h2", nv, [
22244
22254
  iv,
@@ -22277,7 +22287,7 @@ function fv(e, n, t, s, i, o) {
22277
22287
  "related-id": "show-on-hover"
22278
22288
  }, e.cmdTooltipSettingsData), {
22279
22289
  default: k(() => [
22280
- E(" Tooltip on hover ")
22290
+ H(" Tooltip on hover ")
22281
22291
  ]),
22282
22292
  _: 1
22283
22293
  }, 16),
@@ -22286,7 +22296,7 @@ function fv(e, n, t, s, i, o) {
22286
22296
  "related-id": "show-with-delay"
22287
22297
  }, {
22288
22298
  default: k(() => [
22289
- E(" Tooltip on hover with delay ")
22299
+ H(" Tooltip on hover with delay ")
22290
22300
  ]),
22291
22301
  _: 1
22292
22302
  }),
@@ -22296,14 +22306,14 @@ function fv(e, n, t, s, i, o) {
22296
22306
  allowEscapeKey: !0
22297
22307
  }, {
22298
22308
  default: k(() => [
22299
- E(" Tooltip on click ")
22309
+ H(" Tooltip on click ")
22300
22310
  ]),
22301
22311
  _: 1
22302
22312
  })
22303
22313
  ]),
22304
22314
  _: 1
22305
22315
  }),
22306
- h(C, null, {
22316
+ h(w, null, {
22307
22317
  default: k(() => [
22308
22318
  a("h2", sv, [
22309
22319
  av,
@@ -22318,7 +22328,7 @@ function fv(e, n, t, s, i, o) {
22318
22328
  ]),
22319
22329
  _: 1
22320
22330
  }),
22321
- h(C, null, {
22331
+ h(w, null, {
22322
22332
  default: k(() => [
22323
22333
  a("h2", rv, [
22324
22334
  dv,
@@ -22329,7 +22339,7 @@ function fv(e, n, t, s, i, o) {
22329
22339
  onClick: n[120] || (n[120] = T((x) => o.openSettingsSidebar("CmdWidthLimitationWrapper"), ["prevent"]))
22330
22340
  })
22331
22341
  ]),
22332
- h(C, I({
22342
+ h(w, I({
22333
22343
  style: { border: "1px dotted gray" },
22334
22344
  ref: "CmdWidthLimitationWrapper"
22335
22345
  }, e.cmdWidthLimitationWrapperSettingsData), {
@@ -22344,7 +22354,7 @@ function fv(e, n, t, s, i, o) {
22344
22354
  _: 1
22345
22355
  })
22346
22356
  ])) : (l(), r("main", hv, [
22347
- h(C, null, {
22357
+ h(w, null, {
22348
22358
  default: k(() => [
22349
22359
  pv
22350
22360
  ]),
@@ -22354,7 +22364,7 @@ function fv(e, n, t, s, i, o) {
22354
22364
  ])),
22355
22365
  h(ke, null, {
22356
22366
  default: k(() => [
22357
- E(" Slot-Content for Site-Footer ")
22367
+ H(" Slot-Content for Site-Footer ")
22358
22368
  ]),
22359
22369
  _: 1
22360
22370
  }),
@@ -22378,7 +22388,7 @@ function fv(e, n, t, s, i, o) {
22378
22388
  ]),
22379
22389
  _: 1
22380
22390
  }, 8, ["show"]),
22381
- i.showSettingsSidebar ? (l(), w(u, {
22391
+ i.showSettingsSidebar ? (l(), C(u, {
22382
22392
  key: 3,
22383
22393
  id: "component-settings",
22384
22394
  cmdHeadline: { headlineText: "Component Settings", headlineLevel: 3, textAlign: "center" },