comand-component-library 4.0.53 → 4.0.55

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
  var Ri = Object.defineProperty;
2
2
  var Ni = (e, n, t) => n in e ? Ri(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t;
3
3
  var Ae = (e, n, t) => Ni(e, typeof n != "symbol" ? n + "" : n, t);
4
- import { defineComponent as Zn, h as fn, resolveComponent as be, openBlock as l, createBlock as C, normalizeClass as b, createElementBlock as a, getCurrentInstance as ji, resolveDynamicComponent as De, withModifiers as O, withCtx as V, withDirectives as ue, createElementVNode as f, createVNode as v, createCommentVNode as c, vShow as ye, Fragment as _, toDisplayString as g, renderSlot as A, normalizeProps as j, mergeProps as M, createTextVNode as H, renderList as q, resolveDirective as Ui, Transition as ke, toHandlers as kt, TransitionGroup as Ht, createApp as zi, Teleport as Wi, normalizeStyle as et, guardReactiveProps as xe, useCssVars as Yn, vModelDynamic as Gi, vModelText as Ji, onBeforeUpdate as Ki } from "vue";
5
- const He = /^[a-z0-9]+(-[a-z0-9]+)*$/, ot = (e, n, t, s = "") => {
4
+ import { defineComponent as Zn, h as fn, resolveComponent as be, openBlock as l, createBlock as C, normalizeClass as b, createElementBlock as a, getCurrentInstance as ji, resolveDynamicComponent as De, withModifiers as O, withCtx as V, withDirectives as ue, createElementVNode as f, createVNode as v, createCommentVNode as c, vShow as ye, Fragment as _, toDisplayString as g, renderSlot as A, normalizeProps as j, mergeProps as M, createTextVNode as q, renderList as H, resolveDirective as Ui, Transition as ke, toHandlers as kt, TransitionGroup as qt, createApp as zi, Teleport as Wi, normalizeStyle as et, guardReactiveProps as xe, useCssVars as Yn, vModelDynamic as Gi, vModelText as Ji, onBeforeUpdate as Ki } from "vue";
5
+ const qe = /^[a-z0-9]+(-[a-z0-9]+)*$/, ot = (e, n, t, s = "") => {
6
6
  const o = e.split(":");
7
7
  if (e.slice(0, 1) === "@") {
8
8
  if (o.length < 2 || o.length > 3)
@@ -37,7 +37,7 @@ const He = /^[a-z0-9]+(-[a-z0-9]+)*$/, ot = (e, n, t, s = "") => {
37
37
  return n && !Ze(d, t) ? null : d;
38
38
  }
39
39
  return null;
40
- }, Ze = (e, n) => e ? !!((e.provider === "" || e.provider.match(He)) && (n && e.prefix === "" || e.prefix.match(He)) && e.name.match(He)) : !1, Xn = Object.freeze(
40
+ }, Ze = (e, n) => e ? !!((e.provider === "" || e.provider.match(qe)) && (n && e.prefix === "" || e.prefix.match(qe)) && e.name.match(qe)) : !1, Xn = Object.freeze(
41
41
  {
42
42
  left: 0,
43
43
  top: 0,
@@ -128,7 +128,7 @@ function $n(e) {
128
128
  const t = n.icons;
129
129
  for (const o in t) {
130
130
  const i = t[o];
131
- if (!o.match(He) || typeof i.body != "string" || !gt(
131
+ if (!o.match(qe) || typeof i.body != "string" || !gt(
132
132
  i,
133
133
  vt
134
134
  ))
@@ -137,7 +137,7 @@ function $n(e) {
137
137
  const s = n.aliases || {};
138
138
  for (const o in s) {
139
139
  const i = s[o], r = i.parent;
140
- if (!o.match(He) || typeof r != "string" || !t[r] && !s[r] || !gt(
140
+ if (!o.match(qe) || typeof r != "string" || !t[r] && !s[r] || !gt(
141
141
  i,
142
142
  vt
143
143
  ))
@@ -935,7 +935,7 @@ function Vo(e, n) {
935
935
  return t;
936
936
  }
937
937
  const Do = /[\s,]+/;
938
- function qo(e, n) {
938
+ function Ho(e, n) {
939
939
  n.split(Do).forEach((t) => {
940
940
  switch (t.trim()) {
941
941
  case "horizontal":
@@ -947,7 +947,7 @@ function qo(e, n) {
947
947
  }
948
948
  });
949
949
  }
950
- function Ho(e, n = 0) {
950
+ function qo(e, n = 0) {
951
951
  const t = e.replace(/^-?[0-9.]*/, "");
952
952
  function s(o) {
953
953
  for (; o < 0; )
@@ -1038,13 +1038,13 @@ const On = (e, n) => {
1038
1038
  t[S] = T === !0 || T === "true" || T === 1;
1039
1039
  break;
1040
1040
  case "flip":
1041
- typeof T == "string" && qo(t, T);
1041
+ typeof T == "string" && Ho(t, T);
1042
1042
  break;
1043
1043
  case "color":
1044
1044
  i.color = T;
1045
1045
  break;
1046
1046
  case "rotate":
1047
- typeof T == "string" ? t[S] = Ho(T) : typeof T == "number" && (t[S] = T);
1047
+ typeof T == "string" ? t[S] = qo(T) : typeof T == "number" && (t[S] = T);
1048
1048
  break;
1049
1049
  case "ariaHidden":
1050
1050
  case "aria-hidden":
@@ -1747,7 +1747,7 @@ function kl(e, n, t, s, o, i) {
1747
1747
  }, null, 8, bl),
1748
1748
  f("span", null, [
1749
1749
  A(e.$slots, "default", {}, () => [
1750
- H(g(t.headlineText), 1)
1750
+ q(g(t.headlineText), 1)
1751
1751
  ])
1752
1752
  ])
1753
1753
  ])
@@ -1759,7 +1759,7 @@ function kl(e, n, t, s, o, i) {
1759
1759
  t.cmdIcon ? (l(), C(r, j(M({ key: 0 }, t.cmdIcon)), null, 16)) : c("", !0),
1760
1760
  f("span", null, [
1761
1761
  A(e.$slots, "default", {}, () => [
1762
- H(g(t.headlineText), 1)
1762
+ q(g(t.headlineText), 1)
1763
1763
  ])
1764
1764
  ])
1765
1765
  ]),
@@ -1795,7 +1795,7 @@ function kl(e, n, t, s, o, i) {
1795
1795
  t.cmdIcon ? (l(), C(r, j(M({ key: 0 }, t.cmdIcon)), null, 16)) : c("", !0),
1796
1796
  f("span", Cl, g(t.preHeadlineText), 1),
1797
1797
  A(e.$slots, "default", {}, () => [
1798
- H(g(t.headlineText), 1)
1798
+ q(g(t.headlineText), 1)
1799
1799
  ])
1800
1800
  ]),
1801
1801
  _: 3
@@ -1803,7 +1803,7 @@ function kl(e, n, t, s, o, i) {
1803
1803
  ], 64)) : t.headlineText ? (l(), C(De(i.headlineTag), { key: 2 }, {
1804
1804
  default: V(() => [
1805
1805
  A(e.$slots, "default", {}, () => [
1806
- H(g(t.headlineText), 1)
1806
+ q(g(t.headlineText), 1)
1807
1807
  ])
1808
1808
  ]),
1809
1809
  _: 3
@@ -1968,7 +1968,7 @@ function Ol(e, n, t, s, o, i) {
1968
1968
  ], 8, Sl)) : c("", !0)
1969
1969
  ])) : c("", !0),
1970
1970
  A(e.$slots, "default", {}, () => [
1971
- H(g(t.tooltipText), 1)
1971
+ q(g(t.tooltipText), 1)
1972
1972
  ])
1973
1973
  ], 2)) : c("", !0);
1974
1974
  }
@@ -2129,7 +2129,7 @@ function Vl(e, n, t, s, o, i) {
2129
2129
  "headline-level": t.cmdHeadline.headlineLevel
2130
2130
  }, {
2131
2131
  default: V(() => [
2132
- H(g(i.headlineRequirements), 1),
2132
+ q(g(i.headlineRequirements), 1),
2133
2133
  t.labelText ? (l(), a(_, { key: 0 }, [
2134
2134
  Bl,
2135
2135
  f("em", null, g(t.labelText), 1)
@@ -2138,7 +2138,7 @@ function Vl(e, n, t, s, o, i) {
2138
2138
  _: 1
2139
2139
  }, 8, ["headline-level"])) : c("", !0),
2140
2140
  f("dl", null, [
2141
- (l(!0), a(_, null, q(t.inputRequirements, (p, x) => (l(), a(_, { key: x }, [
2141
+ (l(!0), a(_, null, H(t.inputRequirements, (p, x) => (l(), a(_, { key: x }, [
2142
2142
  f("dt", {
2143
2143
  "aria-live": "assertive",
2144
2144
  class: b(p.valid(t.inputModelValue, t.inputAttributes) ? "success" : "error")
@@ -2174,7 +2174,7 @@ function Vl(e, n, t, s, o, i) {
2174
2174
  ], 64)) : c("", !0)
2175
2175
  ]);
2176
2176
  }
2177
- const Dl = /* @__PURE__ */ L(Ll, [["render", Vl]]), ql = {
2177
+ const Dl = /* @__PURE__ */ L(Ll, [["render", Vl]]), Hl = {
2178
2178
  name: "CmdTooltipForFormElements",
2179
2179
  props: {
2180
2180
  /**
@@ -2223,7 +2223,7 @@ const Dl = /* @__PURE__ */ L(Ll, [["render", Vl]]), ql = {
2223
2223
  }
2224
2224
  }
2225
2225
  };
2226
- function Hl(e, n, t, s, o, i) {
2226
+ function ql(e, n, t, s, o, i) {
2227
2227
  const r = Dl, d = Il;
2228
2228
  return l(), C(d, {
2229
2229
  ref: "tooltip",
@@ -2237,7 +2237,7 @@ function Hl(e, n, t, s, o, i) {
2237
2237
  _: 1
2238
2238
  }, 8, ["class", "relatedId"]);
2239
2239
  }
2240
- const Gt = /* @__PURE__ */ L(ql, [["render", Hl]]), Jt = {
2240
+ const Gt = /* @__PURE__ */ L(Hl, [["render", ql]]), Jt = {
2241
2241
  data() {
2242
2242
  return {
2243
2243
  defaultMessageProperties: {
@@ -3089,7 +3089,7 @@ function ps(e, n, t, s, o, i) {
3089
3089
  }, [
3090
3090
  f("span", null, [
3091
3091
  t.labelText ? (l(), a(_, { key: 0 }, [
3092
- H("labelText")
3092
+ q("labelText")
3093
3093
  ], 64)) : A(e.$slots, "labeltext", { key: 1 }),
3094
3094
  e.$attrs.required != null && e.$attrs.required !== !1 ? (l(), a("sup", Wl, "*")) : c("", !0)
3095
3095
  ]),
@@ -3155,7 +3155,7 @@ function ps(e, n, t, s, o, i) {
3155
3155
  key: 2,
3156
3156
  id: t.datalist.id
3157
3157
  }, [
3158
- (l(!0), a(_, null, q(t.datalist.options, (E, fe) => (l(), a("option", {
3158
+ (l(!0), a(_, null, H(t.datalist.options, (E, fe) => (l(), a("option", {
3159
3159
  key: fe,
3160
3160
  value: E
3161
3161
  }, null, 8, Xl))), 128))
@@ -3180,7 +3180,7 @@ function ps(e, n, t, s, o, i) {
3180
3180
  class: b(["label-text", { hidden: !t.showLabel }])
3181
3181
  }, [
3182
3182
  f("span", null, [
3183
- H(g(t.labelText), 1),
3183
+ q(g(t.labelText), 1),
3184
3184
  e.$attrs.required ? (l(), a("sup", os, "*")) : c("", !0)
3185
3185
  ])
3186
3186
  ], 2)) : c("", !0)
@@ -3201,7 +3201,7 @@ function ps(e, n, t, s, o, i) {
3201
3201
  }, [
3202
3202
  f("span", null, [
3203
3203
  t.labelText ? (l(), a(_, { key: 0 }, [
3204
- H(g(t.labelText), 1)
3204
+ q(g(t.labelText), 1)
3205
3205
  ], 64)) : A(e.$slots, "labeltext", { key: 1 }),
3206
3206
  e.$attrs.required ? (l(), a("sup", $l, "*")) : c("", !0)
3207
3207
  ])
@@ -3213,7 +3213,7 @@ function ps(e, n, t, s, o, i) {
3213
3213
  onBlur: n[15] || (n[15] = (...E) => i.onBlur && i.onBlur(...E)),
3214
3214
  onChange: n[16] || (n[16] = (E) => e.$emit("update:modelValue", E.target.value))
3215
3215
  }), [
3216
- (l(!0), a(_, null, q(t.selectOptions, (E, fe) => (l(), a("option", {
3216
+ (l(!0), a(_, null, H(t.selectOptions, (E, fe) => (l(), a("option", {
3217
3217
  key: fe,
3218
3218
  value: E.value,
3219
3219
  selected: E.value === t.modelValue
@@ -3279,7 +3279,7 @@ function ps(e, n, t, s, o, i) {
3279
3279
  type: (U = (D = t.nativeButton) == null ? void 0 : D.icon) == null ? void 0 : U.iconType
3280
3280
  }, null, 8, ["iconClass", "type"])) : c("", !0),
3281
3281
  (F = t.nativeButton) != null && F.icon && ((R = t.nativeButton) != null && R.text) ? (l(), a("span", hs, g(t.nativeButton.text), 1)) : (l(), a(_, { key: 2 }, [
3282
- H(g(t.nativeButton.text), 1)
3282
+ q(g(t.nativeButton.text), 1)
3283
3283
  ], 64)),
3284
3284
  (Y = (J = t.nativeButton) == null ? void 0 : J.icon) != null && Y.show && ((le = (Z = t.nativeButton) == null ? void 0 : Z.icon) == null ? void 0 : le.position) === "after" ? (l(), C(r, {
3285
3285
  key: 3,
@@ -3453,7 +3453,7 @@ function Vs(e, n, t, s, o, i) {
3453
3453
  title: t.addressEntry.tooltip,
3454
3454
  "data-type": t.addressEntry.type
3455
3455
  }, [
3456
- H(g(t.addressEntry.data || t.addressEntry.href), 1)
3456
+ q(g(t.addressEntry.data || t.addressEntry.href), 1)
3457
3457
  ], 8, bs)), [
3458
3458
  [u, t.addressEntry.href]
3459
3459
  ]) : (l(), a("span", {
@@ -3478,9 +3478,9 @@ function Vs(e, n, t, s, o, i) {
3478
3478
  }, [
3479
3479
  t.addressEntry.zip ? (l(), a("span", vs, g(t.addressEntry.zip), 1)) : c("", !0),
3480
3480
  t.addressEntry.city ? (l(), a("span", Ts, [
3481
- H(g(t.addressEntry.city), 1),
3481
+ q(g(t.addressEntry.city), 1),
3482
3482
  t.addressEntry.state ? (l(), a(_, { key: 0 }, [
3483
- H(g(t.addressEntry.state), 1)
3483
+ q(g(t.addressEntry.state), 1)
3484
3484
  ], 64)) : c("", !0)
3485
3485
  ])) : c("", !0)
3486
3486
  ], 2)) : c("", !0),
@@ -3556,9 +3556,9 @@ function Vs(e, n, t, s, o, i) {
3556
3556
  }, [
3557
3557
  t.addressEntry.zip ? (l(), a("span", Fs, g(t.addressEntry.zip), 1)) : c("", !0),
3558
3558
  t.addressEntry.city ? (l(), a("span", Bs, [
3559
- H(g(t.addressEntry.city), 1),
3559
+ q(g(t.addressEntry.city), 1),
3560
3560
  t.addressEntry.state ? (l(), a(_, { key: 0 }, [
3561
- H(" " + g(t.addressEntry.state), 1)
3561
+ q(" " + g(t.addressEntry.state), 1)
3562
3562
  ], 64)) : c("", !0)
3563
3563
  ])) : c("", !0)
3564
3564
  ], 2)) : c("", !0),
@@ -3573,7 +3573,7 @@ function Vs(e, n, t, s, o, i) {
3573
3573
  ])) : c("", !0)
3574
3574
  ], 64);
3575
3575
  }
3576
- const Ds = /* @__PURE__ */ L(gs, [["render", Vs]]), qs = {
3576
+ const Ds = /* @__PURE__ */ L(gs, [["render", Vs]]), Hs = {
3577
3577
  data() {
3578
3578
  return {
3579
3579
  defaultMessageProperties: {
@@ -3592,9 +3592,9 @@ const Ds = /* @__PURE__ */ L(gs, [["render", Vs]]), qs = {
3592
3592
  }
3593
3593
  };
3594
3594
  }
3595
- }, Hs = {
3595
+ }, qs = {
3596
3596
  name: "CmdAddressData",
3597
- mixins: [$, oe, qs],
3597
+ mixins: [$, oe, Hs],
3598
3598
  props: {
3599
3599
  /**
3600
3600
  * activate if you want to use slot instead for given structure
@@ -3732,7 +3732,7 @@ function ua(e, n, t, s, o, i) {
3732
3732
  class: "button confirm small",
3733
3733
  onClick: n[0] || (n[0] = (...p) => i.onAddItem && i.onAddItem(...p))
3734
3734
  }, Ws)) : c("", !0),
3735
- (l(!0), a(_, null, q(t.addressData, (p, x) => (l(), C(u, {
3735
+ (l(!0), a(_, null, H(t.addressData, (p, x) => (l(), C(u, {
3736
3736
  key: "x" + x,
3737
3737
  class: "edit-items",
3738
3738
  showComponentName: !1,
@@ -3753,7 +3753,7 @@ function ua(e, n, t, s, o, i) {
3753
3753
  _: 2
3754
3754
  }, 1032, ["componentProps", "componentPath"]))), 128))
3755
3755
  ], 64)) : (l(), a("dl", js, [
3756
- (l(!0), a(_, null, q(t.addressData, (p, x) => (l(), C(d, {
3756
+ (l(!0), a(_, null, H(t.addressData, (p, x) => (l(), C(d, {
3757
3757
  key: x,
3758
3758
  addressEntry: p,
3759
3759
  showLabelIcons: t.showLabelIcons,
@@ -3765,7 +3765,7 @@ function ua(e, n, t, s, o, i) {
3765
3765
  key: 1,
3766
3766
  class: b(["flex-container", { vertical: !t.showIconsOnly }])
3767
3767
  }, [
3768
- (l(!0), a(_, null, q(t.addressData, (p, x) => (l(), a(_, { key: x }, [
3768
+ (l(!0), a(_, null, H(t.addressData, (p, x) => (l(), a(_, { key: x }, [
3769
3769
  p.href || p.name === "address" && p.linkGoogleMaps || !t.showIconsOnly ? (l(), a("li", {
3770
3770
  key: 0,
3771
3771
  class: b({ "no-flex": t.showIconsOnly })
@@ -3783,7 +3783,7 @@ function ua(e, n, t, s, o, i) {
3783
3783
  type: p.iconType
3784
3784
  }, null, 8, ["iconClass", "type"])) : c("", !0)
3785
3785
  ], 64)) : (l(), a(_, { key: 1 }, [
3786
- H(g(p.href), 1)
3786
+ q(g(p.href), 1)
3787
3787
  ], 64))
3788
3788
  ], 8, Gs)) : t.showIconsOnly ? c("", !0) : (l(), a("span", {
3789
3789
  key: 1,
@@ -3813,9 +3813,9 @@ function ua(e, n, t, s, o, i) {
3813
3813
  }, [
3814
3814
  p.zip ? (l(), a("span", Xs, g(p.zip) + " ", 1)) : c("", !0),
3815
3815
  p.city ? (l(), a("span", Qs, [
3816
- H(g(p.city), 1),
3816
+ q(g(p.city), 1),
3817
3817
  p.state ? (l(), a(_, { key: 0 }, [
3818
- H(g(p.state), 1)
3818
+ q(g(p.state), 1)
3819
3819
  ], 64)) : c("", !0)
3820
3820
  ])) : c("", !0),
3821
3821
  $s
@@ -3842,9 +3842,9 @@ function ua(e, n, t, s, o, i) {
3842
3842
  }, [
3843
3843
  p.zip ? (l(), a("span", la, g(p.zip) + " ", 1)) : c("", !0),
3844
3844
  p.city ? (l(), a("span", sa, [
3845
- H(g(p.city), 1),
3845
+ q(g(p.city), 1),
3846
3846
  p.state ? (l(), a(_, { key: 0 }, [
3847
- H(g(p.state), 1)
3847
+ q(g(p.state), 1)
3848
3848
  ], 64)) : c("", !0)
3849
3849
  ])) : c("", !0),
3850
3850
  aa
@@ -3867,7 +3867,7 @@ function ua(e, n, t, s, o, i) {
3867
3867
  ], 64))
3868
3868
  ]);
3869
3869
  }
3870
- const ma = /* @__PURE__ */ L(Hs, [["render", ua]]), fa = {
3870
+ const ma = /* @__PURE__ */ L(qs, [["render", ua]]), fa = {
3871
3871
  name: "CmdBackToTopButton",
3872
3872
  data() {
3873
3873
  var e;
@@ -4021,7 +4021,7 @@ function xa(e, n, t, s, o, i) {
4021
4021
  t.useSlot ? A(e.$slots, "default", { key: 0 }) : (l(), a(_, { key: 1 }, [
4022
4022
  t.cmdHeadline ? (l(), C(r, j(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
4023
4023
  f("dl", null, [
4024
- (l(!0), a(_, null, q(t.accountData, (u, h) => (l(), a(_, { key: h }, [
4024
+ (l(!0), a(_, null, H(t.accountData, (u, h) => (l(), a(_, { key: h }, [
4025
4025
  f("dt", null, g(u.text), 1),
4026
4026
  t.allowCopyByClick && u.allowCopy ? (l(), a("dd", ba, [
4027
4027
  f("span", null, g(u.value), 1),
@@ -4176,7 +4176,7 @@ function La(e, n, t, s, o, i) {
4176
4176
  f("legend", {
4177
4177
  class: b({ hidden: !t.legend.show, "align-left": t.legend.align === "left" })
4178
4178
  }, g(t.legend.text), 3),
4179
- t.useSlot ? A(e.$slots, "default", { key: 0 }) : (l(!0), a(_, { key: 1 }, q(t.formElements, (d, u) => (l(), C(r, {
4179
+ t.useSlot ? A(e.$slots, "default", { key: 0 }) : (l(!0), a(_, { key: 1 }, H(t.formElements, (d, u) => (l(), C(r, {
4180
4180
  key: u,
4181
4181
  element: d.element || "input",
4182
4182
  type: d.type || "text",
@@ -4515,10 +4515,10 @@ const Pa = {
4515
4515
  }, Da = {
4516
4516
  key: 2,
4517
4517
  class: "flex-container order-phone-email"
4518
- }, qa = {
4518
+ }, Ha = {
4519
4519
  key: 3,
4520
4520
  class: "flex-container"
4521
- }, Ha = ["innerHTML"];
4521
+ }, qa = ["innerHTML"];
4522
4522
  function Ra(e, n, t, s, o, i) {
4523
4523
  const r = G, d = ee, u = Fa;
4524
4524
  return l(), a("div", Aa, [
@@ -4618,7 +4618,7 @@ function Ra(e, n, t, s, o, i) {
4618
4618
  onValidate: i.onValidate
4619
4619
  }, null, 8, ["type", "labelText", "placeholder", "modelValue", "required", "name", "status", "onValidate"])) : c("", !0)
4620
4620
  ])) : c("", !0),
4621
- t.configuration.streetNo || t.configuration.streetNo || t.configuration.zip && t.configuration.city ? (l(), a("div", qa, [
4621
+ t.configuration.streetNo || t.configuration.streetNo || t.configuration.zip && t.configuration.city ? (l(), a("div", Ha, [
4622
4622
  t.configuration.country ? (l(), C(d, {
4623
4623
  key: 0,
4624
4624
  element: "select",
@@ -4734,7 +4734,7 @@ function Ra(e, n, t, s, o, i) {
4734
4734
  f("span", {
4735
4735
  ref: "dataPrivacy",
4736
4736
  innerHTML: e.getMessage("basic_form.labeltext.data_privacy")
4737
- }, null, 8, Ha)
4737
+ }, null, 8, qa)
4738
4738
  ]),
4739
4739
  _: 1
4740
4740
  }, 8, ["required", "name", "replaceInputType", "modelValue", "status", "onValidate"])) : c("", !0)
@@ -4906,7 +4906,7 @@ function Ya(e, n, t, s, o, i) {
4906
4906
  ], 2)) : c("", !0);
4907
4907
  }
4908
4908
  const We = /* @__PURE__ */ L(Ka, [["render", Ya]]);
4909
- function qe(e) {
4909
+ function He(e) {
4910
4910
  if (e) {
4911
4911
  const n = e.lastIndexOf(".");
4912
4912
  if (n > -1)
@@ -4916,7 +4916,7 @@ function qe(e) {
4916
4916
  }
4917
4917
  function In(e, n, t, s, o) {
4918
4918
  const i = [];
4919
- if (e.size > s && i.push("file too large"), n.includes(qe(e.name)) || i.push("disallowed file extension"), i.length) {
4919
+ if (e.size > s && i.push("file too large"), n.includes(He(e.name)) || i.push("disallowed file extension"), i.length) {
4920
4920
  alert(i);
4921
4921
  return;
4922
4922
  }
@@ -5603,12 +5603,12 @@ function vr(e, n, t, s, o, i) {
5603
5603
  onClick: O(i.showPrevItem, ["prevent"]),
5604
5604
  slideButtonType: "prev"
5605
5605
  }, null, 8, ["onClick"])) : c("", !0),
5606
- v(Ht, {
5606
+ v(qt, {
5607
5607
  name: "slide",
5608
5608
  tag: "ul"
5609
5609
  }, {
5610
5610
  default: V(() => [
5611
- (l(!0), a(_, null, q(o.items, (p, x) => (l(), a("li", { key: x }, [
5611
+ (l(!0), a(_, null, H(o.items, (p, x) => (l(), a("li", { key: x }, [
5612
5612
  e.editModeContext ? t.contentType === "image" ? (l(), C(u, {
5613
5613
  key: 1,
5614
5614
  image: p.image,
@@ -5933,10 +5933,10 @@ const Or = hi, Ir = ["aria-label"], Mr = { class: "flex-container" }, Lr = {
5933
5933
  }, Dr = {
5934
5934
  key: 3,
5935
5935
  class: "content"
5936
- }, qr = {
5936
+ }, Hr = {
5937
5937
  key: 4,
5938
5938
  class: "content"
5939
- }, Hr = {
5939
+ }, qr = {
5940
5940
  key: 0,
5941
5941
  class: "flex-container no-flex"
5942
5942
  }, Rr = ["title"], Nr = { key: 1 }, jr = ["title"], Ur = { key: 1 };
@@ -6017,11 +6017,11 @@ function zr(e, n, t, s, o, i) {
6017
6017
  v(h, {
6018
6018
  onClick: O(e.showNextItem, ["prevent"])
6019
6019
  }, null, 8, ["onClick"])
6020
- ])) : (l(), a("div", qr, [
6020
+ ])) : (l(), a("div", Hr, [
6021
6021
  A(e.$slots, "default")
6022
6022
  ]))
6023
6023
  ], 2),
6024
- e.showSubmitButtons && e.fancyboxOptions.submitButtons ? (l(), a("footer", Hr, [
6024
+ e.showSubmitButtons && e.fancyboxOptions.submitButtons ? (l(), a("footer", qr, [
6025
6025
  (J = e.fancyboxOptions.submitButtons) != null && J.cancel ? (l(), a("button", {
6026
6026
  key: 0,
6027
6027
  onClick: n[3] || (n[3] = (...ne) => e.cancel && e.cancel(...ne)),
@@ -6119,7 +6119,7 @@ function Zr(e, n, t, s, o, i) {
6119
6119
  onClick: n[0] || (n[0] = (m) => i.executeLink())
6120
6120
  }), null, 16),
6121
6121
  e.editModeContext ? c("", !0) : (l(), a("ul", Jr, [
6122
- (l(!0), a(_, null, q((h = t.link) == null ? void 0 : h.children, (m, p) => (l(), C(d, {
6122
+ (l(!0), a(_, null, H((h = t.link) == null ? void 0 : h.children, (m, p) => (l(), C(d, {
6123
6123
  key: p,
6124
6124
  link: m
6125
6125
  }, null, 8, ["link"]))), 128))
@@ -6277,7 +6277,7 @@ function nd(e, n, t, s, o, i) {
6277
6277
  class: b(["flex-container", { "no-gap": !t.useGap }, "align-" + t.align, i.setStretchClass])
6278
6278
  }, [
6279
6279
  e.editModeContext ? (l(), a("li", Qr, [
6280
- (l(!0), a(_, null, q(t.links, (m, p) => (l(), C(u, {
6280
+ (l(!0), a(_, null, H(t.links, (m, p) => (l(), C(u, {
6281
6281
  key: "x" + p,
6282
6282
  class: "edit-items",
6283
6283
  showComponentName: !1,
@@ -6302,7 +6302,7 @@ function nd(e, n, t, s, o, i) {
6302
6302
  class: "button confirm small",
6303
6303
  onClick: n[0] || (n[0] = (...m) => i.onAddItem && i.onAddItem(...m))
6304
6304
  }, td)) : c("", !0)
6305
- ])) : (l(!0), a(_, { key: 0 }, q(t.links, (m, p) => (l(), C(d, {
6305
+ ])) : (l(!0), a(_, { key: 0 }, H(t.links, (m, p) => (l(), C(d, {
6306
6306
  key: p,
6307
6307
  class: b({ active: t.sectionAnchors && t.activeSection === p }),
6308
6308
  link: m
@@ -6428,7 +6428,7 @@ const pi = /* @__PURE__ */ L(Xr, [["render", nd]]), id = {
6428
6428
  */
6429
6429
  fadeLastLine: {
6430
6430
  type: Boolean,
6431
- default: !0
6431
+ default: !1
6432
6432
  },
6433
6433
  /**
6434
6434
  * use transition to expand and collapse box-body
@@ -6637,7 +6637,7 @@ const pi = /* @__PURE__ */ L(Xr, [["render", nd]]), id = {
6637
6637
  }
6638
6638
  }, Mn = () => {
6639
6639
  Yn((e) => ({
6640
- "559897b6": e.cutoffTextLines
6640
+ "1835879c": e.cutoffTextLines
6641
6641
  }));
6642
6642
  }, Ln = Zt.setup;
6643
6643
  Zt.setup = Ln ? (e, n) => (Mn(), Ln(e, n)) : Mn;
@@ -6683,11 +6683,11 @@ const ld = ["title"], sd = {
6683
6683
  }, Dd = {
6684
6684
  key: 0,
6685
6685
  class: "tags"
6686
- }, qd = {
6686
+ }, Hd = {
6687
6687
  key: 1,
6688
6688
  class: "box-footer"
6689
6689
  };
6690
- function Hd(e, n, t, s, o, i) {
6690
+ function qd(e, n, t, s, o, i) {
6691
6691
  var p, x, y, k, S, T, B, I, P, D;
6692
6692
  const r = G, d = z, u = _e, h = We, m = pi;
6693
6693
  return t.boxType === "content" ? (l(), a("div", {
@@ -6743,18 +6743,19 @@ function Hd(e, n, t, s, o, i) {
6743
6743
  type: t.cmdIcon.type
6744
6744
  }, null, 8, ["iconClass", "type"])
6745
6745
  ])) : c("", !0),
6746
- v(Ht, { name: i.toggleTransition }, {
6746
+ v(qt, { name: i.toggleTransition }, {
6747
6747
  default: V(() => [
6748
- f("p", {
6748
+ t.textBody ? (l(), a("p", {
6749
+ key: 0,
6749
6750
  class: b({
6750
6751
  "cutoff-text": t.cutoffTextLines > 0,
6751
6752
  "fade-last-line": t.fadeLastLine && !o.showCutOffText,
6752
6753
  "show-text": o.showCutOffText
6753
6754
  }),
6754
6755
  innerHTML: t.textBody
6755
- }, null, 10, rd),
6756
+ }, null, 10, rd)) : c("", !0),
6756
6757
  t.cutoffTextLines > 0 ? (l(), a("a", {
6757
- key: 0,
6758
+ key: 1,
6758
6759
  href: "#",
6759
6760
  onClick: n[1] || (n[1] = O((...F) => i.toggleCutOffText && i.toggleCutOffText(...F), ["prevent"]))
6760
6761
  }, g(o.showCutOffText ? e.getMessage("cmdbox.contentbox.collapse_text") : e.getMessage("cmdbox.contentbox.expand_text")), 1)) : c("", !0)
@@ -6841,7 +6842,7 @@ function Hd(e, n, t, s, o, i) {
6841
6842
  alt: t.user.image.alt
6842
6843
  }, null, 8, Sd),
6843
6844
  t.rowView ? c("", !0) : (l(), a("figcaption", Od, [
6844
- H(g(t.user.name), 1),
6845
+ q(g(t.user.name), 1),
6845
6846
  t.user.age ? (l(), a("span", Id, " (" + g(t.user.age) + ")", 1)) : c("", !0)
6846
6847
  ]))
6847
6848
  ])) : (l(), a("div", Md, [
@@ -6859,9 +6860,9 @@ function Hd(e, n, t, s, o, i) {
6859
6860
  t.user.description ? (l(), a("p", Vd, g(t.user.description), 1)) : c("", !0)
6860
6861
  ]),
6861
6862
  t.user.tags && t.user.tags.length ? (l(), a("ul", Dd, [
6862
- (l(!0), a(_, null, q(t.user.tags, (U, F) => (l(), a("li", { key: F }, g(U), 1))), 128))
6863
+ (l(!0), a(_, null, H(t.user.tags, (U, F) => (l(), a("li", { key: F }, g(U), 1))), 128))
6863
6864
  ])) : c("", !0),
6864
- t.user.links && t.user.links.length ? (l(), a("div", qd, [
6865
+ t.user.links && t.user.links.length ? (l(), a("div", Hd, [
6865
6866
  v(m, {
6866
6867
  links: t.user.links,
6867
6868
  orientation: "horizontal",
@@ -6870,7 +6871,7 @@ function Hd(e, n, t, s, o, i) {
6870
6871
  ])) : c("", !0)
6871
6872
  ], 2)) : c("", !0);
6872
6873
  }
6873
- const gi = /* @__PURE__ */ L(Zt, [["render", Hd]]), Yt = {
6874
+ const gi = /* @__PURE__ */ L(Zt, [["render", qd]]), Yt = {
6874
6875
  name: "CmdBoxWrapper",
6875
6876
  data() {
6876
6877
  return {
@@ -7174,7 +7175,7 @@ function nc(e, n, t, s, o, i) {
7174
7175
  const r = z, d = be("router-link");
7175
7176
  return l(), a("ul", Kd, [
7176
7177
  t.breadcrumbLabel ? (l(), a("li", Zd, g(t.breadcrumbLabel), 1)) : c("", !0),
7177
- (l(!0), a(_, null, q(t.breadcrumbLinks || [], (u, h) => (l(), a("li", { key: h }, [
7178
+ (l(!0), a(_, null, H(t.breadcrumbLinks || [], (u, h) => (l(), a("li", { key: h }, [
7178
7179
  u.type === "href" ? (l(), a("a", {
7179
7180
  key: 0,
7180
7181
  href: u.path
@@ -7378,6 +7379,8 @@ const rc = /* @__PURE__ */ L(oc, [["render", ac]]), dc = {
7378
7379
  return "";
7379
7380
  },
7380
7381
  oneSlotItem() {
7382
+ if (!this.$slots.default)
7383
+ return !1;
7381
7384
  const e = this.$slots.default();
7382
7385
  return e.length === 1 && typeof e[0].type == "symbol" && Array.isArray(e[0].children) ? e[0].children.length === 1 : e.length === 1;
7383
7386
  }
@@ -7594,7 +7597,7 @@ function Mc(e, n, t, s, o, i) {
7594
7597
  "headline-text": (k = t.cmdBoxRequiredCookies) == null ? void 0 : k.headlineText,
7595
7598
  "headline-level": (S = t.cmdBoxRequiredCookies) == null ? void 0 : S.headlineLevel
7596
7599
  }, null, 8, ["headline-text", "headline-level"])) : c("", !0),
7597
- (l(!0), a(_, null, q(t.cookieOptions.required.cookies || [], (D, U) => {
7600
+ (l(!0), a(_, null, H(t.cookieOptions.required.cookies || [], (D, U) => {
7598
7601
  var F;
7599
7602
  return l(), C(u, {
7600
7603
  useSlots: ["header", "body"],
@@ -7618,7 +7621,7 @@ function Mc(e, n, t, s, o, i) {
7618
7621
  body: V(() => [
7619
7622
  D.description ? (l(), a("p", bc, g(D.description), 1)) : c("", !0),
7620
7623
  D.linkDataPrivacy ? (l(), a("p", Cc, [
7621
- H(g(D.linkDataPrivacy.label) + " ", 1),
7624
+ q(g(D.linkDataPrivacy.label) + " ", 1),
7622
7625
  f("a", {
7623
7626
  onClick: n[1] || (n[1] = (...R) => i.openDataPrivacy && i.openDataPrivacy(...R)),
7624
7627
  href: D.linkDataPrivacy.link,
@@ -7641,7 +7644,7 @@ function Mc(e, n, t, s, o, i) {
7641
7644
  "headline-text": (I = t.cmdBoxOptionalCookies) == null ? void 0 : I.headlineText,
7642
7645
  "headline-level": (P = t.cmdBoxOptionalCookies) == null ? void 0 : P.headlineLevel
7643
7646
  }, null, 8, ["headline-text", "headline-level"])) : c("", !0),
7644
- (l(!0), a(_, null, q(t.cookieOptions.optional.cookies || [], (D, U) => {
7647
+ (l(!0), a(_, null, H(t.cookieOptions.optional.cookies || [], (D, U) => {
7645
7648
  var F;
7646
7649
  return l(), C(u, {
7647
7650
  useSlots: ["header", "body"],
@@ -7665,7 +7668,7 @@ function Mc(e, n, t, s, o, i) {
7665
7668
  body: V(() => [
7666
7669
  D.description ? (l(), a("p", vc, g(D.description), 1)) : c("", !0),
7667
7670
  D.linkDataPrivacy ? (l(), a("p", Tc, [
7668
- H(g(D.linkDataPrivacy.label) + " ", 1),
7671
+ q(g(D.linkDataPrivacy.label) + " ", 1),
7669
7672
  f("a", {
7670
7673
  onClick: n[3] || (n[3] = (...R) => i.openDataPrivacy && i.openDataPrivacy(...R)),
7671
7674
  href: D.linkDataPrivacy.link,
@@ -7996,10 +7999,10 @@ const Iy = /* @__PURE__ */ L(Lc, [["render", Ac]]), Ec = {
7996
7999
  deep: !0
7997
8000
  }
7998
8001
  }
7999
- }, Dc = ["title", "aria-labelledby", "aria-required"], qc = {
8002
+ }, Dc = ["title", "aria-labelledby", "aria-required"], Hc = {
8000
8003
  key: 0,
8001
8004
  class: "label-text"
8002
- }, Hc = ["id"], Rc = {
8005
+ }, qc = ["id"], Rc = {
8003
8006
  key: 0,
8004
8007
  "aria-hidden": "true"
8005
8008
  }, Nc = ["title", "aria-errormessage", "id"], jc = ["aria-expanded"], Uc = ["title"], zc = ["src", "alt"], Wc = {
@@ -8031,11 +8034,11 @@ function iu(e, n, t, s, o, i) {
8031
8034
  "aria-required": e.$attrs.required !== void 0,
8032
8035
  ref: "fakeselect"
8033
8036
  }, [
8034
- t.showLabel ? (l(), a("span", qc, [
8037
+ t.showLabel ? (l(), a("span", Hc, [
8035
8038
  f("span", { id: e.htmlId }, [
8036
- H(g(t.labelText), 1),
8039
+ q(g(t.labelText), 1),
8037
8040
  e.$attrs.required !== void 0 ? (l(), a("sup", Rc, "*")) : c("", !0)
8038
- ], 8, Hc),
8041
+ ], 8, qc),
8039
8042
  (e.$attrs.required || e.inputRequirements.length) && t.showStatusIcon ? (l(), a("a", {
8040
8043
  key: 0,
8041
8044
  href: "#",
@@ -8093,7 +8096,7 @@ function iu(e, n, t, s, o, i) {
8093
8096
  }, null, 8, ["iconClass", "type", "title"])) : c("", !0)
8094
8097
  ], 40, Uc),
8095
8098
  t.type === "default" && o.showOptions ? (l(), a("ul", Gc, [
8096
- (l(!0), a(_, null, q(t.selectData, (y, k) => (l(), a("li", {
8099
+ (l(!0), a(_, null, H(t.selectData, (y, k) => (l(), a("li", {
8097
8100
  key: k,
8098
8101
  role: "option",
8099
8102
  "aria-selected": y.value === t.modelValue
@@ -8134,7 +8137,7 @@ function iu(e, n, t, s, o, i) {
8134
8137
  class: b({ "checkbox-options": t.type === "checkboxOptions" }),
8135
8138
  "aria-expanded": o.showOptions
8136
8139
  }, [
8137
- (l(!0), a(_, null, q(t.selectData, (y, k) => (l(), a("li", { key: k }, [
8140
+ (l(!0), a(_, null, H(t.selectData, (y, k) => (l(), a("li", { key: k }, [
8138
8141
  t.type === "checkboxOptions" ? (l(), a("label", {
8139
8142
  key: 0,
8140
8143
  for: "option-" + (k + 1),
@@ -8291,7 +8294,7 @@ function cu(e, n, t, s, o, i) {
8291
8294
  t.linkDeleteAllFilters.text ? (l(), a("span", ru, g(t.linkDeleteAllFilters.text), 1)) : c("", !0)
8292
8295
  ])
8293
8296
  ])) : c("", !0),
8294
- (l(!0), a(_, null, q(o.options, (d, u) => (l(), a("li", { key: u }, [
8297
+ (l(!0), a(_, null, H(o.options, (d, u) => (l(), a("li", { key: u }, [
8295
8298
  f("a", {
8296
8299
  href: "#",
8297
8300
  onClick: O((h) => i.deleteClickedFilter(u), ["prevent"]),
@@ -8433,7 +8436,7 @@ function ku(e, n, t, s, o, i) {
8433
8436
  const r = G, d = _e;
8434
8437
  return l(), a("div", bu, [
8435
8438
  (u = t.cmdHeadline) != null && u.headlineText || e.editModeContext ? (l(), C(r, j(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
8436
- e.editModeContext ? t.images.length ? (l(!0), a(_, { key: 2 }, q(t.images, (h, m) => (l(), C(d, {
8439
+ e.editModeContext ? t.images.length ? (l(!0), a(_, { key: 2 }, H(t.images, (h, m) => (l(), C(d, {
8437
8440
  key: m,
8438
8441
  class: "image-wrapper",
8439
8442
  image: h.image,
@@ -8446,7 +8449,7 @@ function ku(e, n, t, s, o, i) {
8446
8449
  class: "button confirm",
8447
8450
  onClick: n[0] || (n[0] = (...h) => i.onAddItem && i.onAddItem(...h))
8448
8451
  }, wu)) : (l(), a(_, { key: 1 }, [
8449
- t.useFancyboxForLargeImages ? (l(!0), a(_, { key: 0 }, q(t.images, (h, m) => (l(), a("a", {
8452
+ t.useFancyboxForLargeImages ? (l(!0), a(_, { key: 0 }, H(t.images, (h, m) => (l(), a("a", {
8450
8453
  class: "image-wrapper",
8451
8454
  key: m,
8452
8455
  href: "#",
@@ -8457,7 +8460,7 @@ function ku(e, n, t, s, o, i) {
8457
8460
  image: h.image,
8458
8461
  figcaption: i.figcaption(h)
8459
8462
  }, null, 8, ["image", "figcaption"])
8460
- ], 8, Cu))), 128)) : (l(!0), a(_, { key: 1 }, q(t.images, (h, m) => (l(), a("div", {
8463
+ ], 8, Cu))), 128)) : (l(!0), a(_, { key: 1 }, H(t.images, (h, m) => (l(), a("div", {
8461
8464
  key: `i${m}`,
8462
8465
  class: "image-wrapper"
8463
8466
  }, [
@@ -8726,10 +8729,10 @@ const Ly = /* @__PURE__ */ L(vu, [["render", Mu]]), Lu = {
8726
8729
  }, Fu = ["aria-labelledby"], Bu = { class: "label-text" }, Pu = ["id"], Au = {
8727
8730
  key: 0,
8728
8731
  "aria-hidden": "true"
8729
- }, Eu = ["title", "aria-errormessage", "id"], Vu = ["for"], Du = ["type", "id", "name", "value", "disabled"], qu = {
8732
+ }, Eu = ["title", "aria-errormessage", "id"], Vu = ["for"], Du = ["type", "id", "name", "value", "disabled"], Hu = {
8730
8733
  key: 1,
8731
8734
  class: "label-text"
8732
- }, Hu = {
8735
+ }, qu = {
8733
8736
  key: 1,
8734
8737
  class: "flex-container no-flex"
8735
8738
  };
@@ -8751,7 +8754,7 @@ function Ru(e, n, t, s, o, i) {
8751
8754
  }, [
8752
8755
  ue(f("span", Bu, [
8753
8756
  f("span", { id: e.htmlId }, [
8754
- H(g(t.labelText), 1),
8757
+ q(g(t.labelText), 1),
8755
8758
  t.required ? (l(), a("sup", Au, "*")) : c("", !0)
8756
8759
  ], 8, Pu),
8757
8760
  (t.required || e.inputRequirements.length > 0) && t.showStatusIcon ? (l(), a("a", {
@@ -8782,13 +8785,13 @@ function Ru(e, n, t, s, o, i) {
8782
8785
  ], 512), [
8783
8786
  [ye, t.showLabel]
8784
8787
  ]),
8785
- t.useSlot ? (l(), a("div", Hu, [
8788
+ t.useSlot ? (l(), a("div", qu, [
8786
8789
  A(e.$slots, "default")
8787
8790
  ])) : (l(), a("span", {
8788
8791
  key: 0,
8789
8792
  class: b(["flex-container", { "no-flex": !t.stretchHorizontally, "no-gap": t.multipleSwitch }])
8790
8793
  }, [
8791
- (l(!0), a(_, null, q(t.inputElements, (u, h) => (l(), a("label", {
8794
+ (l(!0), a(_, null, H(t.inputElements, (u, h) => (l(), a("label", {
8792
8795
  key: h,
8793
8796
  for: u.id,
8794
8797
  class: b({ "toggle-switch": t.toggleSwitches })
@@ -8809,7 +8812,7 @@ function Ru(e, n, t, s, o, i) {
8809
8812
  iconClass: u.iconClass,
8810
8813
  type: u.iconType
8811
8814
  }, null, 8, ["iconClass", "type"])) : c("", !0),
8812
- u.labelText ? (l(), a("span", qu, g(u.labelText), 1)) : c("", !0)
8815
+ u.labelText ? (l(), a("span", Hu, g(u.labelText), 1)) : c("", !0)
8813
8816
  ], 10, Vu))), 128))
8814
8817
  ], 2))
8815
8818
  ], 10, Fu);
@@ -9400,7 +9403,7 @@ function fm(e, n, t, s, o, i) {
9400
9403
  }, g(t.closeOffcanvas.text), 3)
9401
9404
  ])
9402
9405
  ])) : c("", !0),
9403
- (l(!0), a(_, null, q(t.navigationEntries, (u, h) => {
9406
+ (l(!0), a(_, null, H(t.navigationEntries, (u, h) => {
9404
9407
  var m, p, x;
9405
9408
  return l(), a("li", {
9406
9409
  key: h,
@@ -9449,7 +9452,7 @@ function fm(e, n, t, s, o, i) {
9449
9452
  key: 2,
9450
9453
  "aria-expanded": o.openEntry ? "true" : "false"
9451
9454
  }, [
9452
- (l(!0), a(_, null, q(u.subentries, (y, k) => {
9455
+ (l(!0), a(_, null, H(u.subentries, (y, k) => {
9453
9456
  var S;
9454
9457
  return l(), a("li", {
9455
9458
  key: k,
@@ -9498,7 +9501,7 @@ function fm(e, n, t, s, o, i) {
9498
9501
  key: 2,
9499
9502
  "aria-expanded": o.openSubentry ? "true" : "false"
9500
9503
  }, [
9501
- (l(!0), a(_, null, q(y.subentries, (T, B) => (l(), a("li", { key: B }, [
9504
+ (l(!0), a(_, null, H(y.subentries, (T, B) => (l(), a("li", { key: B }, [
9502
9505
  u.type === "href" ? (l(), a("a", {
9503
9506
  key: 0,
9504
9507
  href: T.path,
@@ -9615,7 +9618,7 @@ function bm(e, n, t, s, o, i) {
9615
9618
  return l(), a("ol", {
9616
9619
  class: b(["cmd-multistep-form-progress-bar", { "use-gap": t.useGap }])
9617
9620
  }, [
9618
- (l(!0), a(_, null, q(t.multisteps, (u, h) => (l(), a("li", {
9621
+ (l(!0), a(_, null, H(t.multisteps, (u, h) => (l(), a("li", {
9619
9622
  key: h,
9620
9623
  class: b({ active: o.activeLink === h })
9621
9624
  }, [
@@ -10041,16 +10044,16 @@ function Am(e, n, t, s, o, i) {
10041
10044
  f("dd", null, [
10042
10045
  t.day.am ? (l(), a("span", Tm, [
10043
10046
  t.day.am.displayText ? (l(), a(_, { key: 0 }, [
10044
- H(g(t.day.am.displayText), 1)
10047
+ q(g(t.day.am.displayText), 1)
10045
10048
  ], 64)) : (l(), a(_, { key: 1 }, [
10046
- H(g(i.getTime(t.day.am.fromTime, t.abbreviationTextAm)) + " " + g(t.separator) + " " + g(i.getTime(t.day.am.tillTime)), 1)
10049
+ q(g(i.getTime(t.day.am.fromTime, t.abbreviationTextAm)) + " " + g(t.separator) + " " + g(i.getTime(t.day.am.tillTime)), 1)
10047
10050
  ], 64))
10048
10051
  ])) : c("", !0),
10049
10052
  t.day.pm ? (l(), a("span", Sm, [
10050
10053
  t.day.pm.displayText ? (l(), a(_, { key: 0 }, [
10051
- H(g(t.day.pm.displayText), 1)
10054
+ q(g(t.day.pm.displayText), 1)
10052
10055
  ], 64)) : (l(), a(_, { key: 1 }, [
10053
- H(g(i.getTime(t.day.pm.fromTime, t.abbreviationTextPm)) + " " + g(t.separator) + " " + g(i.getTime(t.day.pm.tillTime)), 1)
10056
+ q(g(i.getTime(t.day.pm.fromTime, t.abbreviationTextPm)) + " " + g(t.separator) + " " + g(i.getTime(t.day.pm.tillTime)), 1)
10054
10057
  ], 64))
10055
10058
  ])) : c("", !0)
10056
10059
  ])
@@ -10296,7 +10299,7 @@ const Dm = {
10296
10299
  });
10297
10300
  }
10298
10301
  }
10299
- }, qm = { class: "cmd-opening-hours" }, Hm = {
10302
+ }, Hm = { class: "cmd-opening-hours" }, qm = {
10300
10303
  key: 2,
10301
10304
  class: "flex-container"
10302
10305
  }, Rm = { key: 3 }, Nm = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), jm = /* @__PURE__ */ f("span", null, "Add new entry", -1), Um = [
@@ -10309,9 +10312,9 @@ const Dm = {
10309
10312
  function Zm(e, n, t, s, o, i) {
10310
10313
  var p, x;
10311
10314
  const r = G, d = We, u = ee, h = Em, m = Se;
10312
- return l(), a("div", qm, [
10315
+ return l(), a("div", Hm, [
10313
10316
  (p = t.cmdHeadline) != null && p.headlineText || e.editModeContext ? (l(), C(r, j(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
10314
- e.editing ? (l(), a("div", Hm, [
10317
+ e.editing ? (l(), a("div", qm, [
10315
10318
  v(u, {
10316
10319
  element: "input",
10317
10320
  type: "text",
@@ -10338,7 +10341,7 @@ function Zm(e, n, t, s, o, i) {
10338
10341
  class: { closed: i.isClosed }
10339
10342
  }), {
10340
10343
  default: V(() => [
10341
- H(g(i.textOpenClosed), 1)
10344
+ q(g(i.textOpenClosed), 1)
10342
10345
  ]),
10343
10346
  _: 1
10344
10347
  }, 16, ["linkType", "class"])) : (l(), a("span", {
@@ -10352,7 +10355,7 @@ function Zm(e, n, t, s, o, i) {
10352
10355
  type: "button",
10353
10356
  class: "button confirm small",
10354
10357
  onClick: n[2] || (n[2] = (...y) => i.onAddItem && i.onAddItem(...y))
10355
- }, Um)) : (l(!0), a(_, { key: 1 }, q(i.openingHoursFormatted, (y, k) => (l(), C(m, {
10358
+ }, Um)) : (l(!0), a(_, { key: 1 }, H(i.openingHoursFormatted, (y, k) => (l(), C(m, {
10356
10359
  key: "x" + k,
10357
10360
  class: "edit-items",
10358
10361
  showComponentName: !1,
@@ -10375,7 +10378,7 @@ function Zm(e, n, t, s, o, i) {
10375
10378
  _: 2
10376
10379
  }, 1032, ["componentProps", "componentPath", "itemProvider"]))), 128))
10377
10380
  ], 64)) : (l(), a("dl", Rm, [
10378
- (l(!0), a(_, null, q(i.openingHoursFormatted, (y, k) => (l(), C(h, {
10381
+ (l(!0), a(_, null, H(i.openingHoursFormatted, (y, k) => (l(), C(h, {
10379
10382
  key: k,
10380
10383
  day: y,
10381
10384
  separator: t.separator,
@@ -10540,7 +10543,7 @@ function af(e, n, t, s, o, i) {
10540
10543
  ], 10, $m),
10541
10544
  f("div", tf, [
10542
10545
  f("div", nf, [
10543
- (l(!0), a(_, null, q(t.pages, (d, u) => (l(), a("a", {
10546
+ (l(!0), a(_, null, H(t.pages, (d, u) => (l(), a("a", {
10544
10547
  href: i.getHref(d),
10545
10548
  class: b({ disabled: o.currentPage === u + 1, button: t.linkType === "button", hidden: !t.showPageNumbers }),
10546
10549
  title: o.currentPage !== u + 1 ? e.getMessage("cmdpager.tooltip.go_to_page", u + 1) : e.getMessage("cmdpager.tooltip.not_possible"),
@@ -10861,17 +10864,15 @@ function yf(e, n, t, s, o, i) {
10861
10864
  key: 1,
10862
10865
  element: "input",
10863
10866
  type: "checkbox",
10864
- "toggle-switch": t.cmdFormElement.toggleSwitch,
10865
- labelText: t.cmdFormElement.labelText,
10866
- required: t.cmdFormElement.required,
10867
+ "v-bind": t.cmdFormElement,
10867
10868
  modelValue: o.dataPrivacyAccepted,
10868
10869
  "onUpdate:modelValue": n[0] || (n[0] = (x) => o.dataPrivacyAccepted = x)
10869
- }, null, 8, ["toggle-switch", "labelText", "required", "modelValue"])) : c("", !0),
10870
+ }, null, 8, ["v-bind", "modelValue"])) : c("", !0),
10870
10871
  i.validNetworks.length > 0 ? (l(), a("ul", {
10871
10872
  key: 2,
10872
10873
  class: b(["button-wrapper", { "no-gap": !t.useGap }])
10873
10874
  }, [
10874
- e.editModeContext ? (l(!0), a(_, { key: 1 }, q(i.validNetworks, (x, y) => (l(), C(h, {
10875
+ e.editModeContext ? (l(!0), a(_, { key: 1 }, H(i.validNetworks, (x, y) => (l(), C(h, {
10875
10876
  key: "x" + y,
10876
10877
  class: "edit-items",
10877
10878
  componentName: "CmdSocialNetworksItem",
@@ -10889,7 +10890,7 @@ function yf(e, n, t, s, o, i) {
10889
10890
  ]),
10890
10891
  _: 2
10891
10892
  }, 1032, ["componentProps", "componentPath"]))), 128)) : (l(), a(_, { key: 0 }, [
10892
- (l(!0), a(_, null, q(i.validNetworks, (x, y) => (l(), C(u, {
10893
+ (l(!0), a(_, null, H(i.validNetworks, (x, y) => (l(), C(u, {
10893
10894
  key: y,
10894
10895
  network: x,
10895
10896
  userMustAcceptDataPrivacy: t.userMustAcceptDataPrivacy,
@@ -10972,7 +10973,7 @@ const bf = /* @__PURE__ */ L(hf, [["render", yf]]), Cf = {
10972
10973
  }
10973
10974
  }, _f = { class: "button-wrapper" }, xf = ["title"], wf = { key: 1 };
10974
10975
  function kf(e, n, t, s, o, i) {
10975
- var d, u, h;
10976
+ var d, u, h, m;
10976
10977
  const r = bf;
10977
10978
  return l(), a("footer", {
10978
10979
  class: b(["cmd-page-footer flex-container", { "small-buttons": t.useSmallButtons }])
@@ -10985,15 +10986,15 @@ function kf(e, n, t, s, o, i) {
10985
10986
  }, 16)) : c("", !0),
10986
10987
  f("div", _f, [
10987
10988
  A(e.$slots, "default"),
10988
- t.buttonPrintView.show ? (l(), a("button", {
10989
+ (d = t.buttonPrintView) != null && d.show ? (l(), a("button", {
10989
10990
  key: 0,
10990
10991
  class: b(["button", { primary: t.buttonPrintView.primary }]),
10991
- title: t.buttonPrintView.text ? (d = t.buttonPrintView.icon) == null ? void 0 : d.tooltip : null,
10992
- onClick: n[0] || (n[0] = (...m) => i.showFancyBox && i.showFancyBox(...m))
10992
+ title: t.buttonPrintView.text ? (u = t.buttonPrintView.icon) == null ? void 0 : u.tooltip : null,
10993
+ onClick: n[0] || (n[0] = (...p) => i.showFancyBox && i.showFancyBox(...p))
10993
10994
  }, [
10994
- (u = t.buttonPrintView.icon) != null && u.show ? (l(), a("span", {
10995
+ (h = t.buttonPrintView.icon) != null && h.show ? (l(), a("span", {
10995
10996
  key: 0,
10996
- class: b((h = t.buttonPrintView.icon) == null ? void 0 : h.iconClass)
10997
+ class: b((m = t.buttonPrintView.icon) == null ? void 0 : m.iconClass)
10997
10998
  }, null, 2)) : c("", !0),
10998
10999
  t.buttonPrintView.text ? (l(), a("span", wf, g(t.buttonPrintView.text), 1)) : c("", !0)
10999
11000
  ], 10, xf)) : c("", !0)
@@ -11095,7 +11096,7 @@ function Pf(e, n, t, s, o, i) {
11095
11096
  ])
11096
11097
  ], 8, Mf);
11097
11098
  }
11098
- const qy = /* @__PURE__ */ L(If, [["render", Pf]]), Af = {
11099
+ const Hy = /* @__PURE__ */ L(If, [["render", Pf]]), Af = {
11099
11100
  name: "CmdSidebar",
11100
11101
  data() {
11101
11102
  return {
@@ -11168,8 +11169,8 @@ const qy = /* @__PURE__ */ L(If, [["render", Pf]]), Af = {
11168
11169
  }, Df = {
11169
11170
  key: 2,
11170
11171
  class: "closed-slot-wrapper"
11171
- }, qf = ["title"];
11172
- function Hf(e, n, t, s, o, i) {
11172
+ }, Hf = ["title"];
11173
+ function qf(e, n, t, s, o, i) {
11173
11174
  var d;
11174
11175
  const r = G;
11175
11176
  return l(), a("aside", {
@@ -11195,10 +11196,10 @@ function Hf(e, n, t, s, o, i) {
11195
11196
  f("span", {
11196
11197
  class: b(i.iconClassOpenCollapse)
11197
11198
  }, null, 2)
11198
- ], 8, qf)) : c("", !0)
11199
+ ], 8, Hf)) : c("", !0)
11199
11200
  ], 2);
11200
11201
  }
11201
- const Hy = /* @__PURE__ */ L(Af, [["render", Hf]]), Rf = {
11202
+ const qy = /* @__PURE__ */ L(Af, [["render", qf]]), Rf = {
11202
11203
  name: "CmdSiteFooter",
11203
11204
  props: {
11204
11205
  /**
@@ -11945,7 +11946,7 @@ function dh(e, n, t, s, o, i) {
11945
11946
  slideButtonType: "prev",
11946
11947
  class: { disabled: o.slideshowItemEditing }
11947
11948
  }, i.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : c("", !0),
11948
- v(Ht, { name: "fade" }, {
11949
+ v(qt, { name: "fade" }, {
11949
11950
  default: V(() => {
11950
11951
  var u, h, m, p, x, y, k, S, T, B, I, P;
11951
11952
  return [
@@ -11996,7 +11997,7 @@ function dh(e, n, t, s, o, i) {
11996
11997
  class: { disabled: o.slideshowItemEditing }
11997
11998
  }, i.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : c("", !0),
11998
11999
  t.showQuickLinkIcons ? (l(), a("ol", sh, [
11999
- (l(!0), a(_, null, q(t.slideshowItems, (u, h) => (l(), a("li", {
12000
+ (l(!0), a(_, null, H(t.slideshowItems, (u, h) => (l(), a("li", {
12000
12001
  key: h,
12001
12002
  class: b({ active: h === o.index })
12002
12003
  }, [
@@ -12067,7 +12068,7 @@ function _h(e, n, t, s, o, i) {
12067
12068
  const r = be("router-link");
12068
12069
  return l(), a("div", gh, [
12069
12070
  f("ul", null, [
12070
- (l(!0), a(_, null, q(t.languages, (d, u) => (l(), a("li", { key: u }, [
12071
+ (l(!0), a(_, null, H(t.languages, (d, u) => (l(), a("li", { key: u }, [
12071
12072
  d.link.type === "href" ? (l(), a("a", {
12072
12073
  key: 0,
12073
12074
  href: d.link.path,
@@ -12423,17 +12424,17 @@ function Bh(e, n, t, s, o, i) {
12423
12424
  }, g(((m = t.caption) == null ? void 0 : m.text) || ((p = t.tableData.caption) == null ? void 0 : p.text)), 3)) : c("", !0),
12424
12425
  f("thead", null, [
12425
12426
  f("tr", null, [
12426
- (l(!0), a(_, null, q(t.tableData.thead, (x, y) => (l(), a("th", { key: y }, g(x), 1))), 128))
12427
+ (l(!0), a(_, null, H(t.tableData.thead, (x, y) => (l(), a("th", { key: y }, g(x), 1))), 128))
12427
12428
  ])
12428
12429
  ]),
12429
12430
  v(ke, { name: "fade" }, {
12430
12431
  default: V(() => [
12431
12432
  ue(f("tbody", Lh, [
12432
- (l(!0), a(_, null, q(t.tableData.tbody, (x, y) => (l(), a("tr", {
12433
+ (l(!0), a(_, null, H(t.tableData.tbody, (x, y) => (l(), a("tr", {
12433
12434
  class: b({ active: t.tableData.rowIndexHighlighted === y }),
12434
12435
  key: y
12435
12436
  }, [
12436
- (l(!0), a(_, null, q(x, (k, S) => (l(), a("td", {
12437
+ (l(!0), a(_, null, H(x, (k, S) => (l(), a("td", {
12437
12438
  class: b({ active: t.tableData.columnIndexHighlighted === S }),
12438
12439
  key: S
12439
12440
  }, g(k), 3))), 128))
@@ -12448,7 +12449,7 @@ function Bh(e, n, t, s, o, i) {
12448
12449
  default: V(() => [
12449
12450
  t.tableData.tfoot && t.tableData.tfoot.length && o.showTableData ? (l(), a("tfoot", Fh, [
12450
12451
  f("tr", null, [
12451
- (l(!0), a(_, null, q(t.tableData.tfoot, (x, y) => (l(), a("td", {
12452
+ (l(!0), a(_, null, H(t.tableData.tfoot, (x, y) => (l(), a("td", {
12452
12453
  class: b({ active: t.tableData.columnIndexHighlighted === y }),
12453
12454
  key: y
12454
12455
  }, g(x), 3))), 128))
@@ -12486,7 +12487,7 @@ const Wy = /* @__PURE__ */ L(Sh, [["render", Bh]]), Ph = "cmd", Ah = {
12486
12487
  height: Vh
12487
12488
  };
12488
12489
  ti(Dh);
12489
- const qh = {
12490
+ const Hh = {
12490
12491
  name: "CmdTabs",
12491
12492
  data() {
12492
12493
  return {
@@ -12548,18 +12549,18 @@ const qh = {
12548
12549
  this.showTab = this.activeTab;
12549
12550
  }
12550
12551
  }
12551
- }, Hh = { class: "cmd-tabs" }, Rh = ["onClick", "title"], Nh = { key: 1 }, jh = {
12552
+ }, qh = { class: "cmd-tabs" }, Rh = ["onClick", "title"], Nh = { key: 1 }, jh = {
12552
12553
  key: 1,
12553
12554
  "aria-live": "assertive"
12554
12555
  }, Uh = ["innerHTML"];
12555
12556
  function zh(e, n, t, s, o, i) {
12556
12557
  const r = z, d = G;
12557
- return l(), a("div", Hh, [
12558
+ return l(), a("div", qh, [
12558
12559
  f("ul", {
12559
12560
  class: b({ "stretch-tabs": t.stretchTabs }),
12560
12561
  role: "tablist"
12561
12562
  }, [
12562
- (l(!0), a(_, null, q(t.tabs, (u, h) => (l(), a("li", {
12563
+ (l(!0), a(_, null, H(t.tabs, (u, h) => (l(), a("li", {
12563
12564
  class: b({ active: o.showTab === h }),
12564
12565
  key: h,
12565
12566
  role: "tab"
@@ -12578,7 +12579,7 @@ function zh(e, n, t, s, o, i) {
12578
12579
  ], 8, Rh)
12579
12580
  ], 2))), 128))
12580
12581
  ], 2),
12581
- t.useSlot ? (l(!0), a(_, { key: 0 }, q(t.tabs.length, (u) => ue((l(), a("div", {
12582
+ t.useSlot ? (l(!0), a(_, { key: 0 }, H(t.tabs.length, (u) => ue((l(), a("div", {
12582
12583
  key: u,
12583
12584
  "aria-live": "assertive",
12584
12585
  class: b({ "no-padding": !t.useDefaultPadding })
@@ -12598,7 +12599,7 @@ function zh(e, n, t, s, o, i) {
12598
12599
  ]))
12599
12600
  ]);
12600
12601
  }
12601
- const Gy = /* @__PURE__ */ L(qh, [["render", zh]]), Wh = {
12602
+ const Gy = /* @__PURE__ */ L(Hh, [["render", zh]]), Wh = {
12602
12603
  name: "CmdTextImageBlock",
12603
12604
  mixins: [$],
12604
12605
  data() {
@@ -13170,7 +13171,7 @@ const _p = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
13170
13171
  function Dp(e) {
13171
13172
  return !!(e && ie(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
13172
13173
  }
13173
- const qp = (e) => {
13174
+ const Hp = (e) => {
13174
13175
  const n = new Array(10), t = (s, o) => {
13175
13176
  if (ft(s)) {
13176
13177
  if (n.indexOf(s) >= 0)
@@ -13187,7 +13188,7 @@ const qp = (e) => {
13187
13188
  return s;
13188
13189
  };
13189
13190
  return t(e, 0);
13190
- }, Hp = me("AsyncFunction"), Rp = (e) => e && (ft(e) || ie(e)) && ie(e.then) && ie(e.catch), w = {
13191
+ }, qp = me("AsyncFunction"), Rp = (e) => e && (ft(e) || ie(e)) && ie(e.then) && ie(e.catch), w = {
13191
13192
  isArray: Ie,
13192
13193
  isArrayBuffer: bi,
13193
13194
  isBuffer: op,
@@ -13241,8 +13242,8 @@ const qp = (e) => {
13241
13242
  ALPHABET: vi,
13242
13243
  generateString: Vp,
13243
13244
  isSpecCompliantForm: Dp,
13244
- toJSONObject: qp,
13245
- isAsyncFn: Hp,
13245
+ toJSONObject: Hp,
13246
+ isAsyncFn: qp,
13246
13247
  isThenable: Rp
13247
13248
  };
13248
13249
  function N(e, n, t, s, o) {
@@ -13302,7 +13303,7 @@ function Pt(e) {
13302
13303
  function Oi(e) {
13303
13304
  return w.endsWith(e, "[]") ? e.slice(0, -2) : e;
13304
13305
  }
13305
- function qn(e, n, t) {
13306
+ function Hn(e, n, t) {
13306
13307
  return e ? e.concat(n).map(function(o, i) {
13307
13308
  return o = Oi(o), !t && i ? "[" + o + "]" : o;
13308
13309
  }).join(t ? "." : "") : n;
@@ -13343,12 +13344,12 @@ function ht(e, n, t) {
13343
13344
  return S = Oi(S), B.forEach(function(P, D) {
13344
13345
  !(w.isUndefined(P) || P === null) && n.append(
13345
13346
  // eslint-disable-next-line no-nested-ternary
13346
- r === !0 ? qn([S], D, i) : r === null ? S : S + "[]",
13347
+ r === !0 ? Hn([S], D, i) : r === null ? S : S + "[]",
13347
13348
  h(P)
13348
13349
  );
13349
13350
  }), !1;
13350
13351
  }
13351
- return Pt(k) ? !0 : (n.append(qn(T, S, i), h(k)), !1);
13352
+ return Pt(k) ? !0 : (n.append(Hn(T, S, i), h(k)), !1);
13352
13353
  }
13353
13354
  const p = [], x = Object.assign(Up, {
13354
13355
  defaultVisitor: m,
@@ -13374,7 +13375,7 @@ function ht(e, n, t) {
13374
13375
  throw new TypeError("data must be an object");
13375
13376
  return y(e), n;
13376
13377
  }
13377
- function Hn(e) {
13378
+ function qn(e) {
13378
13379
  const n = {
13379
13380
  "!": "%21",
13380
13381
  "'": "%27",
@@ -13397,8 +13398,8 @@ Ii.append = function(n, t) {
13397
13398
  };
13398
13399
  Ii.toString = function(n) {
13399
13400
  const t = n ? function(s) {
13400
- return n.call(this, s, Hn);
13401
- } : Hn;
13401
+ return n.call(this, s, qn);
13402
+ } : qn;
13402
13403
  return this._pairs.map(function(o) {
13403
13404
  return t(o[0]) + "=" + t(o[1]);
13404
13405
  }, "").join("&");
@@ -14332,7 +14333,7 @@ function Jn(e) {
14332
14333
  ), s.response.headers = te.from(s.response.headers))), Promise.reject(s);
14333
14334
  });
14334
14335
  }
14335
- const qi = "1.7.2", en = {};
14336
+ const Hi = "1.7.2", en = {};
14336
14337
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((e, n) => {
14337
14338
  en[e] = function(s) {
14338
14339
  return typeof s === e || "a" + (n < 1 ? "n " : " ") + e;
@@ -14341,7 +14342,7 @@ const qi = "1.7.2", en = {};
14341
14342
  const Kn = {};
14342
14343
  en.transitional = function(n, t, s) {
14343
14344
  function o(i, r) {
14344
- return "[Axios v" + qi + "] Transitional option '" + i + "'" + r + (s ? ". " + s : "");
14345
+ return "[Axios v" + Hi + "] Transitional option '" + i + "'" + r + (s ? ". " + s : "");
14345
14346
  }
14346
14347
  return (i, r, d) => {
14347
14348
  if (n === !1)
@@ -14574,7 +14575,7 @@ function Og(e) {
14574
14575
  function Ig(e) {
14575
14576
  return w.isObject(e) && e.isAxiosError === !0;
14576
14577
  }
14577
- const qt = {
14578
+ const Ht = {
14578
14579
  Continue: 100,
14579
14580
  SwitchingProtocols: 101,
14580
14581
  Processing: 102,
@@ -14639,21 +14640,21 @@ const qt = {
14639
14640
  NotExtended: 510,
14640
14641
  NetworkAuthenticationRequired: 511
14641
14642
  };
14642
- Object.entries(qt).forEach(([e, n]) => {
14643
- qt[n] = e;
14643
+ Object.entries(Ht).forEach(([e, n]) => {
14644
+ Ht[n] = e;
14644
14645
  });
14645
- function Hi(e) {
14646
+ function qi(e) {
14646
14647
  const n = new we(e), t = yi(we.prototype.request, n);
14647
14648
  return w.extend(t, we.prototype, n, { allOwnKeys: !0 }), w.extend(t, n, null, { allOwnKeys: !0 }), t.create = function(o) {
14648
- return Hi(Te(e, o));
14649
+ return qi(Te(e, o));
14649
14650
  }, t;
14650
14651
  }
14651
- const K = Hi(Je);
14652
+ const K = qi(Je);
14652
14653
  K.Axios = we;
14653
14654
  K.CanceledError = Me;
14654
14655
  K.CancelToken = tn;
14655
14656
  K.isCancel = Bi;
14656
- K.VERSION = qi;
14657
+ K.VERSION = Hi;
14657
14658
  K.toFormData = ht;
14658
14659
  K.AxiosError = N;
14659
14660
  K.Cancel = K.CanceledError;
@@ -14666,7 +14667,7 @@ K.mergeConfig = Te;
14666
14667
  K.AxiosHeaders = te;
14667
14668
  K.formToJSON = (e) => Fi(w.isHTMLForm(e) ? new FormData(e) : e);
14668
14669
  K.getAdapter = Di.getAdapter;
14669
- K.HttpStatusCode = qt;
14670
+ K.HttpStatusCode = Ht;
14670
14671
  K.default = K;
14671
14672
  const Mg = {
14672
14673
  name: "CmdUploadForm",
@@ -15026,7 +15027,7 @@ const Mg = {
15026
15027
  },
15027
15028
  // use imported function as method (to use in template)
15028
15029
  getFileExtension(e) {
15029
- return qe(e);
15030
+ return He(e);
15030
15031
  },
15031
15032
  selectFiles() {
15032
15033
  this.$refs.formElement.getDomElement().querySelector("input[type='file']").click();
@@ -15088,12 +15089,12 @@ const Mg = {
15088
15089
  );
15089
15090
  continue;
15090
15091
  }
15091
- if (!this.allowedFileExtensions.includes(qe(e[n].name))) {
15092
+ if (!this.allowedFileExtensions.includes(He(e[n].name))) {
15092
15093
  this.showListOfFileExtensions = !0, this.errors.fileType = !0, this.systemMessages.push(
15093
15094
  this.getMessage(
15094
15095
  "cmduploadform.system_message.not_allowed_file_type",
15095
15096
  e[n].name,
15096
- qe(e[n].name)
15097
+ He(e[n].name)
15097
15098
  )
15098
15099
  );
15099
15100
  continue;
@@ -15105,7 +15106,7 @@ const Mg = {
15105
15106
  this.getMessage(
15106
15107
  "cmduploadform.system_message.duplicate_file",
15107
15108
  e[n].name,
15108
- qe(e[n].name)
15109
+ He(e[n].name)
15109
15110
  )
15110
15111
  );
15111
15112
  continue;
@@ -15206,7 +15207,7 @@ const Mg = {
15206
15207
  }, Ag = { class: "flex-container no-flex" }, Eg = ["title"], Vg = {
15207
15208
  key: 0,
15208
15209
  class: "progressbar"
15209
- }, Dg = ["value", "title"], qg = /* @__PURE__ */ f("hr", null, null, -1), Hg = { class: "flex-container vertical list-files-wrapper" }, Rg = { class: "list-of-files" }, Ng = ["title", "onClick"], jg = {
15210
+ }, Dg = ["value", "title"], Hg = /* @__PURE__ */ f("hr", null, null, -1), qg = { class: "flex-container vertical list-files-wrapper" }, Rg = { class: "list-of-files" }, Ng = ["title", "onClick"], jg = {
15210
15211
  key: 0,
15211
15212
  class: "progressbar"
15212
15213
  }, Ug = ["value", "title"], zg = ["title"], Wg = /* @__PURE__ */ f("hr", null, null, -1), Gg = { class: "upload-conditions" }, Jg = { class: "small" }, Kg = ["title"], Zg = {
@@ -15235,7 +15236,7 @@ function sy(e, n, t, s, o, i) {
15235
15236
  }, {
15236
15237
  default: V(() => [
15237
15238
  i.allSystemMessages.length > 1 ? (l(), a("ul", Lg, [
15238
- (l(!0), a(_, null, q(i.allSystemMessages, (m, p) => (l(), a("li", { key: p }, g(m), 1))), 128))
15239
+ (l(!0), a(_, null, H(i.allSystemMessages, (m, p) => (l(), a("li", { key: p }, g(m), 1))), 128))
15239
15240
  ])) : c("", !0)
15240
15241
  ]),
15241
15242
  _: 1
@@ -15247,7 +15248,7 @@ function sy(e, n, t, s, o, i) {
15247
15248
  t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("div", Bg, [
15248
15249
  v(r, M(t.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
15249
15250
  default: V(() => [
15250
- H(g(e.getMessage("cmduploadform.headline.summary_of_all_files")), 1)
15251
+ q(g(e.getMessage("cmduploadform.headline.summary_of_all_files")), 1)
15251
15252
  ]),
15252
15253
  _: 1
15253
15254
  }, 16),
@@ -15261,11 +15262,11 @@ function sy(e, n, t, s, o, i) {
15261
15262
  v(u, j(xe(t.iconDelete)), null, 16)
15262
15263
  ], 8, Eg),
15263
15264
  f("span", null, [
15264
- H(g(o.listOfFiles.length) + " ", 1),
15265
+ q(g(o.listOfFiles.length) + " ", 1),
15265
15266
  t.allowMultipleFileUploads ? (l(), a(_, { key: 1 }, [
15266
- H(g(e.getMessage("cmduploadform.labeltext.files_uploading")), 1)
15267
+ q(g(e.getMessage("cmduploadform.labeltext.files_uploading")), 1)
15267
15268
  ], 64)) : (l(), a(_, { key: 0 }, [
15268
- H(g(e.getMessage("cmduploadform.labeltext.file_uploading")), 1)
15269
+ q(g(e.getMessage("cmduploadform.labeltext.file_uploading")), 1)
15269
15270
  ], 64))
15270
15271
  ]),
15271
15272
  f("small", {
@@ -15284,17 +15285,17 @@ function sy(e, n, t, s, o, i) {
15284
15285
  ])) : c("", !0)
15285
15286
  ])
15286
15287
  ])) : c("", !0),
15287
- qg
15288
+ Hg
15288
15289
  ])) : c("", !0),
15289
- f("div", Hg, [
15290
+ f("div", qg, [
15290
15291
  v(r, M(t.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
15291
15292
  default: V(() => [
15292
- H(g(e.getMessage("cmduploadform.headline.list_of_selected_files")), 1)
15293
+ q(g(e.getMessage("cmduploadform.headline.list_of_selected_files")), 1)
15293
15294
  ]),
15294
15295
  _: 1
15295
15296
  }, 16),
15296
15297
  f("ul", Rg, [
15297
- (l(!0), a(_, null, q(o.listOfFiles, (m, p) => (l(), a("li", {
15298
+ (l(!0), a(_, null, H(o.listOfFiles, (m, p) => (l(), a("li", {
15298
15299
  key: p,
15299
15300
  class: "flex-container no-flex"
15300
15301
  }, [
@@ -15312,7 +15313,7 @@ function sy(e, n, t, s, o, i) {
15312
15313
  { error: m.error }
15313
15314
  ])
15314
15315
  }, [
15315
- H(g(m.file.name) + " ", 1),
15316
+ q(g(m.file.name) + " ", 1),
15316
15317
  f("small", null, "(" + g(i.formatSize(m.file.size)) + ")", 1)
15317
15318
  ], 2),
15318
15319
  o.uploadInitiated && !m.error ? (l(), a("span", jg, [
@@ -15336,7 +15337,7 @@ function sy(e, n, t, s, o, i) {
15336
15337
  ])) : (l(), a(_, { key: 0 }, [
15337
15338
  t.allowMultipleFileUploads ? (l(), C(r, M({ key: 0 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
15338
15339
  default: V(() => [
15339
- H(g(i.headlineTextNoFilesToUpload), 1)
15340
+ q(g(i.headlineTextNoFilesToUpload), 1)
15340
15341
  ]),
15341
15342
  _: 1
15342
15343
  }, 16)) : c("", !0)
@@ -15344,13 +15345,13 @@ function sy(e, n, t, s, o, i) {
15344
15345
  f("div", Gg, [
15345
15346
  t.allowMultipleFileUploads && o.listOfFiles.length ? (l(), C(r, M({ key: 0 }, t.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
15346
15347
  default: V(() => [
15347
- H(g(e.getMessage("cmduploadform.headline.select_additional_files")), 1)
15348
+ q(g(e.getMessage("cmduploadform.headline.select_additional_files")), 1)
15348
15349
  ]),
15349
15350
  _: 1
15350
15351
  }, 16)) : c("", !0),
15351
15352
  !t.allowMultipleFileUploads && o.listOfFiles.length ? (l(), C(r, M({ key: 1 }, t.cmdHeadlineSelectNewFile, { headlineLevel: "4" }), {
15352
15353
  default: V(() => [
15353
- H(g(e.getMessage("cmduploadform.headline.select_new_file")), 1)
15354
+ q(g(e.getMessage("cmduploadform.headline.select_new_file")), 1)
15354
15355
  ]),
15355
15356
  _: 1
15356
15357
  }, 16)) : c("", !0),
@@ -15386,7 +15387,7 @@ function sy(e, n, t, s, o, i) {
15386
15387
  v(ke, { name: "fade" }, {
15387
15388
  default: V(() => [
15388
15389
  o.showListOfFileExtensions ? (l(), a("ul", Zg, [
15389
- (l(!0), a(_, null, q(t.allowedFileExtensions, (m, p) => (l(), a("li", {
15390
+ (l(!0), a(_, null, H(t.allowedFileExtensions, (m, p) => (l(), a("li", {
15390
15391
  key: p,
15391
15392
  class: b({ error: o.errors.fileType })
15392
15393
  }, g(m), 3))), 128))
@@ -15416,14 +15417,14 @@ function sy(e, n, t, s, o, i) {
15416
15417
  }, [
15417
15418
  f("span", null, g(e.getMessage("cmduploadform.or")), 1),
15418
15419
  f("strong", null, [
15419
- H(g(e.getMessage("cmduploadform.drag_and_drop")) + " ", 1),
15420
+ q(g(e.getMessage("cmduploadform.drag_and_drop")) + " ", 1),
15420
15421
  t.allowMultipleFileUploads && o.listOfFiles.length ? (l(), a(_, { key: 0 }, [
15421
- H(g(e.getMessage("cmduploadform.additional")), 1)
15422
+ q(g(e.getMessage("cmduploadform.additional")), 1)
15422
15423
  ], 64)) : c("", !0),
15423
15424
  !t.allowMultipleFileUploads && o.listOfFiles.length ? (l(), a(_, { key: 1 }, [
15424
- H(g(e.getMessage("cmduploadform.new")), 1)
15425
+ q(g(e.getMessage("cmduploadform.new")), 1)
15425
15426
  ], 64)) : c("", !0),
15426
- H(" " + g(e.getMessage("cmduploadform.files_to_this_area")), 1)
15427
+ q(" " + g(e.getMessage("cmduploadform.files_to_this_area")), 1)
15427
15428
  ])
15428
15429
  ], 2)) : c("", !0)
15429
15430
  ])
@@ -15546,6 +15547,13 @@ const Zy = /* @__PURE__ */ L(Mg, [["render", sy]]), ay = {
15546
15547
  type: Boolean,
15547
15548
  default: !0
15548
15549
  },
15550
+ /**
15551
+ * set if content should be extended to full device width
15552
+ */
15553
+ useFullDeviceWidth: {
15554
+ type: Boolean,
15555
+ default: !1
15556
+ },
15549
15557
  /**
15550
15558
  * activate if wrapper (and its content) should be sticky (=position remains the same if content below is scrolled)
15551
15559
  *
@@ -15557,15 +15565,6 @@ const Zy = /* @__PURE__ */ L(Mg, [["render", sy]]), ay = {
15557
15565
  type: Boolean,
15558
15566
  default: !1
15559
15567
  },
15560
- /**
15561
- * set class to inner component
15562
- *
15563
- * innerWrapper-property must be true
15564
- */
15565
- sectionClass: {
15566
- type: String,
15567
- required: !1
15568
- },
15569
15568
  /**
15570
15569
  * set id for (invisible) anchor to enable shortcuts
15571
15570
  */
@@ -15596,10 +15595,13 @@ const Zy = /* @__PURE__ */ L(Mg, [["render", sy]]), ay = {
15596
15595
  }
15597
15596
  },
15598
15597
  computed: {
15599
- setSectionClass() {
15600
- return this.sectionClass ? this.sectionClass : this.innerComponent === "header" ? "grid-container-create-columns" : this.innerComponent === "footer" ? "flex-container" : "";
15601
- },
15602
15598
  setInnerClass() {
15599
+ if (this.useFullDeviceWidth)
15600
+ return "full-width";
15601
+ if (this.innerComponent === "header")
15602
+ return "grid-container-create-columns";
15603
+ if (this.innerComponent === "footer")
15604
+ return "flex-container";
15603
15605
  if (this.containerType === "grid")
15604
15606
  return "grid-container-create-columns";
15605
15607
  if (this.containerType === "flex") {
@@ -15629,7 +15631,7 @@ function cy(e, n, t, s, o, i) {
15629
15631
  }, [
15630
15632
  t.useInnerSection ? (l(), a("section", {
15631
15633
  key: 0,
15632
- class: b(i.setSectionClass),
15634
+ class: b(i.setInnerClass),
15633
15635
  id: t.anchorId
15634
15636
  }, [
15635
15637
  t.cmdHeadline ? (l(), C(r, j(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
@@ -15708,7 +15710,7 @@ const Xy = /* @__PURE__ */ L(uy, [["render", hy]]), py = {
15708
15710
  function yy(e, n, t, s, o, i) {
15709
15711
  const r = gi, d = Gd;
15710
15712
  return l(), a("div", gy, [
15711
- (l(!0), a(_, null, q(t.segments, (u, h) => (l(), a(_, { key: h }, [
15713
+ (l(!0), a(_, null, H(t.segments, (u, h) => (l(), a(_, { key: h }, [
15712
15714
  v(d, {
15713
15715
  boxesPerRow: u.boxesPerRow,
15714
15716
  useRowViewAsDefault: u.useRowViewAsDefault,
@@ -15716,14 +15718,14 @@ function yy(e, n, t, s, o, i) {
15716
15718
  cmdHeadline: u.cmdHeadline
15717
15719
  }, {
15718
15720
  default: V((m) => [
15719
- (l(!0), a(_, null, q(u.boxes, (p, x) => (l(), C(r, M({
15721
+ (l(!0), a(_, null, H(u.boxes, (p, x) => (l(), C(r, M({
15720
15722
  "use-slots": ["box-body"],
15721
15723
  key: x
15722
15724
  }, p, {
15723
15725
  rowView: m.rowView
15724
15726
  }), {
15725
15727
  default: V(() => [
15726
- H(" box " + g(p), 1)
15728
+ q(" box " + g(p), 1)
15727
15729
  ]),
15728
15730
  _: 2
15729
15731
  }, 1040, ["rowView"]))), 128))
@@ -15746,7 +15748,7 @@ const Qy = /* @__PURE__ */ L(py, [["render", yy]]), by = {
15746
15748
  function _y(e, n, t, s, o, i) {
15747
15749
  const r = pi;
15748
15750
  return l(), a("div", Cy, [
15749
- (l(!0), a(_, null, q(t.segments, (d, u) => (l(), a(_, { key: u }, [
15751
+ (l(!0), a(_, null, H(t.segments, (d, u) => (l(), a(_, { key: u }, [
15750
15752
  v(r, {
15751
15753
  links: d.links,
15752
15754
  orientation: d.orientation,
@@ -15826,8 +15828,8 @@ export {
15826
15828
  Vy as CmdPageFooter,
15827
15829
  Dy as CmdPageHeader,
15828
15830
  Ey as CmdPagination,
15829
- qy as CmdProgressBar,
15830
- Hy as CmdSidebar,
15831
+ Hy as CmdProgressBar,
15832
+ qy as CmdSidebar,
15831
15833
  Ry as CmdSiteFooter,
15832
15834
  Ny as CmdSiteHeader,
15833
15835
  jy as CmdSiteSearch,
@@ -15853,7 +15855,7 @@ export {
15853
15855
  $y as MultipleListsOfLinks,
15854
15856
  fi as createHtmlId,
15855
15857
  je as createUuid,
15856
- qe as getFileExtension,
15858
+ He as getFileExtension,
15857
15859
  ct as openFancyBox,
15858
15860
  nb as useSequence
15859
15861
  };