comand-component-library 4.0.60 → 4.0.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3952,7 +3952,7 @@ function ba(e, n, t, s, o, i) {
3952
3952
  _: 1
3953
3953
  });
3954
3954
  }
3955
- const Ty = /* @__PURE__ */ L(ga, [["render", ba]]), Ca = {
3955
+ const vy = /* @__PURE__ */ L(ga, [["render", ba]]), Ca = {
3956
3956
  name: "CmdBankAccountData",
3957
3957
  props: {
3958
3958
  /**
@@ -4042,7 +4042,7 @@ function va(e, n, t, s, o, i) {
4042
4042
  ], 64))
4043
4043
  ]);
4044
4044
  }
4045
- const Sy = /* @__PURE__ */ L(Ca, [["render", va]]), Ta = {
4045
+ const Ty = /* @__PURE__ */ L(Ca, [["render", va]]), Ta = {
4046
4046
  name: "CmdForm",
4047
4047
  emits: ["submit"],
4048
4048
  data() {
@@ -6063,7 +6063,7 @@ function Jr(e, n, t, s, o, i) {
6063
6063
  ], 42, Fr)
6064
6064
  ]);
6065
6065
  }
6066
- const Oy = /* @__PURE__ */ L(Lr, [["render", Jr]]), Kr = {
6066
+ const Sy = /* @__PURE__ */ L(Lr, [["render", Jr]]), Kr = {
6067
6067
  name: "CmdListOfLinksItem",
6068
6068
  inheritAttrs: !1,
6069
6069
  mixins: [$],
@@ -7345,6 +7345,8 @@ const cc = /* @__PURE__ */ L(sc, [["render", dc]]), uc = {
7345
7345
  /**
7346
7346
  * define content-orientation
7347
7347
  *
7348
+ * containerType-property must be set to "flex"
7349
+ *
7348
7350
  * @allowedValues: "vertical", "horizontal"
7349
7351
  */
7350
7352
  contentOrientation: {
@@ -7381,7 +7383,7 @@ const cc = /* @__PURE__ */ L(sc, [["render", dc]]), uc = {
7381
7383
  e = "grid-container-create-columns";
7382
7384
  break;
7383
7385
  case "flex":
7384
- e = "flex-container vertical";
7386
+ this.contentOrientation === "horizontal" ? e = "flex-container" : this.contentOrientation === "vertical" && (e = "flex-container vertical");
7385
7387
  break;
7386
7388
  default:
7387
7389
  e = null;
@@ -7401,15 +7403,17 @@ const cc = /* @__PURE__ */ L(sc, [["render", dc]]), uc = {
7401
7403
  return "";
7402
7404
  }
7403
7405
  }
7404
- }, mc = { class: "cmd-container" }, fc = ["innerHTML"], hc = ["innerHTML"];
7405
- function pc(e, n, t, s, o, i) {
7406
+ }, mc = ["innerHTML"], fc = ["innerHTML"];
7407
+ function hc(e, n, t, s, o, i) {
7406
7408
  const r = G;
7407
- return l(), a("div", mc, [
7409
+ return l(), a("div", {
7410
+ class: b(["cmd-container", i.containerClass])
7411
+ }, [
7408
7412
  t.cmdHeadline ? (l(), C(r, j(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
7409
7413
  t.contentAboveSlot ? (l(), a("div", {
7410
7414
  key: 1,
7411
7415
  innerHTML: t.contentAboveSlot
7412
- }, null, 8, fc)) : c("", !0),
7416
+ }, null, 8, mc)) : c("", !0),
7413
7417
  i.oneSlotItem() ? A(e.$slots, "default", { key: 2 }) : (l(), a("div", {
7414
7418
  key: 3,
7415
7419
  class: b(i.setInnerClass)
@@ -7419,10 +7423,10 @@ function pc(e, n, t, s, o, i) {
7419
7423
  t.contentBelowSlot ? (l(), a("div", {
7420
7424
  key: 4,
7421
7425
  innerHTML: t.contentBelowSlot
7422
- }, null, 8, hc)) : c("", !0)
7423
- ]);
7426
+ }, null, 8, fc)) : c("", !0)
7427
+ ], 2);
7424
7428
  }
7425
- const Iy = /* @__PURE__ */ L(uc, [["render", pc]]), gc = {
7429
+ const Oy = /* @__PURE__ */ L(uc, [["render", hc]]), pc = {
7426
7430
  data() {
7427
7431
  return {
7428
7432
  defaultMessageProperties: {
@@ -7431,9 +7435,9 @@ const Iy = /* @__PURE__ */ L(uc, [["render", pc]]), gc = {
7431
7435
  }
7432
7436
  };
7433
7437
  }
7434
- }, yc = {
7438
+ }, gc = {
7435
7439
  name: "CmdCookieDisclaimer",
7436
- mixins: [oe, gc],
7440
+ mixins: [oe, pc],
7437
7441
  data() {
7438
7442
  return {
7439
7443
  showCookieDisclaimer: !0,
@@ -7556,20 +7560,20 @@ const Iy = /* @__PURE__ */ L(uc, [["render", pc]]), gc = {
7556
7560
  }));
7557
7561
  }
7558
7562
  }
7559
- }, bc = { class: "cmd-cookie-disclaimer flex-container vertical" }, Cc = {
7563
+ }, yc = { class: "cmd-cookie-disclaimer flex-container vertical" }, bc = {
7560
7564
  key: 0,
7561
7565
  class: "flex-container vertical"
7562
- }, _c = { key: 0 }, wc = { key: 1 }, xc = ["href", "target"], kc = ["innerHTML"], vc = /* @__PURE__ */ f("hr", null, null, -1), Tc = {
7566
+ }, Cc = { key: 0 }, _c = { key: 1 }, wc = ["href", "target"], xc = ["innerHTML"], kc = /* @__PURE__ */ f("hr", null, null, -1), vc = {
7563
7567
  key: 1,
7564
7568
  class: "flex-container vertical"
7565
- }, Sc = { key: 0 }, Oc = { key: 1 }, Ic = ["href", "target"], Mc = ["innerHTML"], Lc = { class: "button-wrapper align-center" };
7566
- function Fc(e, n, t, s, o, i) {
7569
+ }, Tc = { key: 0 }, Sc = { key: 1 }, Oc = ["href", "target"], Ic = ["innerHTML"], Mc = { class: "button-wrapper align-center" };
7570
+ function Lc(e, n, t, s, o, i) {
7567
7571
  const r = G, d = ee, u = gi;
7568
7572
  return l(), C(ke, { name: "fade" }, {
7569
7573
  default: V(() => {
7570
7574
  var h, m, p;
7571
7575
  return [
7572
- f("div", bc, [
7576
+ f("div", yc, [
7573
7577
  t.useSlot ? A(e.$slots, "default", { key: 0 }) : (l(), a(_, { key: 1 }, [
7574
7578
  (h = t.cmdHeadlineCookieDisclaimer) != null && h.show && ((m = t.cmdHeadlineCookieDisclaimer) != null && m.headlineText) && ((p = t.cmdHeadlineCookieDisclaimer) != null && p.headlineLevel) ? (l(), C(r, {
7575
7579
  key: 0,
@@ -7579,7 +7583,7 @@ function Fc(e, n, t, s, o, i) {
7579
7583
  A(e.$slots, "cookie-options", {}, () => {
7580
7584
  var w, y, k, S, T, B, O, P;
7581
7585
  return [
7582
- (w = t.cookieOptions) != null && w.required ? (l(), a("div", Cc, [
7586
+ (w = t.cookieOptions) != null && w.required ? (l(), a("div", bc, [
7583
7587
  (y = t.cmdBoxRequiredCookies) != null && y.showHeadline ? (l(), C(r, {
7584
7588
  key: 0,
7585
7589
  "headline-text": (k = t.cmdBoxRequiredCookies) == null ? void 0 : k.headlineText,
@@ -7607,26 +7611,26 @@ function Fc(e, n, t, s, o, i) {
7607
7611
  }, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
7608
7612
  ]),
7609
7613
  body: V(() => [
7610
- D.description ? (l(), a("p", _c, g(D.description), 1)) : c("", !0),
7611
- D.linkDataPrivacy ? (l(), a("p", wc, [
7614
+ D.description ? (l(), a("p", Cc, g(D.description), 1)) : c("", !0),
7615
+ D.linkDataPrivacy ? (l(), a("p", _c, [
7612
7616
  N(g(D.linkDataPrivacy.label) + " ", 1),
7613
7617
  f("a", {
7614
7618
  onClick: n[1] || (n[1] = (...q) => i.openDataPrivacy && i.openDataPrivacy(...q)),
7615
7619
  href: D.linkDataPrivacy.link,
7616
7620
  target: D.linkDataPrivacy.target
7617
- }, g(D.linkDataPrivacy.linkText), 9, xc)
7621
+ }, g(D.linkDataPrivacy.linkText), 9, wc)
7618
7622
  ])) : c("", !0),
7619
7623
  o.dataPrivacyContent ? (l(), a("div", {
7620
7624
  key: 2,
7621
7625
  innerHTML: o.dataPrivacyContent
7622
- }, null, 8, kc)) : c("", !0)
7626
+ }, null, 8, xc)) : c("", !0)
7623
7627
  ]),
7624
7628
  _: 2
7625
7629
  }, 1032, ["collapsible"]);
7626
7630
  }), 128))
7627
7631
  ])) : c("", !0),
7628
- vc,
7629
- (T = t.cookieOptions) != null && T.optional ? (l(), a("div", Tc, [
7632
+ kc,
7633
+ (T = t.cookieOptions) != null && T.optional ? (l(), a("div", vc, [
7630
7634
  (B = t.cmdBoxOptionalCookies) != null && B.showHeadline ? (l(), C(r, {
7631
7635
  key: 0,
7632
7636
  "headline-text": (O = t.cmdBoxOptionalCookies) == null ? void 0 : O.headlineText,
@@ -7654,19 +7658,19 @@ function Fc(e, n, t, s, o, i) {
7654
7658
  }, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
7655
7659
  ]),
7656
7660
  body: V(() => [
7657
- D.description ? (l(), a("p", Sc, g(D.description), 1)) : c("", !0),
7658
- D.linkDataPrivacy ? (l(), a("p", Oc, [
7661
+ D.description ? (l(), a("p", Tc, g(D.description), 1)) : c("", !0),
7662
+ D.linkDataPrivacy ? (l(), a("p", Sc, [
7659
7663
  N(g(D.linkDataPrivacy.label) + " ", 1),
7660
7664
  f("a", {
7661
7665
  onClick: n[3] || (n[3] = (...q) => i.openDataPrivacy && i.openDataPrivacy(...q)),
7662
7666
  href: D.linkDataPrivacy.link,
7663
7667
  target: D.linkDataPrivacy.target
7664
- }, g(D.linkDataPrivacy.linkText), 9, Ic)
7668
+ }, g(D.linkDataPrivacy.linkText), 9, Oc)
7665
7669
  ])) : c("", !0),
7666
7670
  o.dataPrivacyContent ? (l(), a("div", {
7667
7671
  key: 2,
7668
7672
  innerHTML: o.dataPrivacyContent
7669
- }, null, 8, Mc)) : c("", !0)
7673
+ }, null, 8, Ic)) : c("", !0)
7670
7674
  ]),
7671
7675
  _: 2
7672
7676
  }, 1032, ["collapsible"]);
@@ -7675,7 +7679,7 @@ function Fc(e, n, t, s, o, i) {
7675
7679
  ];
7676
7680
  }),
7677
7681
  A(e.$slots, "privacy-text"),
7678
- f("div", Lc, [
7682
+ f("div", Mc, [
7679
7683
  t.buttonLabelAcceptCurrentSettings ? (l(), a("button", {
7680
7684
  key: 0,
7681
7685
  type: "button",
@@ -7699,23 +7703,23 @@ function Fc(e, n, t, s, o, i) {
7699
7703
  _: 3
7700
7704
  });
7701
7705
  }
7702
- const My = /* @__PURE__ */ L(yc, [["render", Fc]]), Bc = {
7706
+ const Iy = /* @__PURE__ */ L(gc, [["render", Lc]]), Fc = {
7703
7707
  name: "CmdCopyrightWrapper"
7704
- }, Pc = {
7708
+ }, Bc = {
7705
7709
  class: "cmd-copyright-information",
7706
7710
  role: "contentinfo"
7707
- }, Ac = /* @__PURE__ */ f("a", {
7711
+ }, Pc = /* @__PURE__ */ f("a", {
7708
7712
  href: "https://www.comand-cms.com",
7709
7713
  target: "comand-website",
7710
7714
  lang: "en",
7711
7715
  title: "CoManD-Website"
7712
- }, "© CoManD", -1), Ec = [
7713
- Ac
7716
+ }, "© CoManD", -1), Ac = [
7717
+ Pc
7714
7718
  ];
7715
- function Vc(e, n, t, s, o, i) {
7716
- return l(), a("div", Pc, Ec);
7719
+ function Ec(e, n, t, s, o, i) {
7720
+ return l(), a("div", Bc, Ac);
7717
7721
  }
7718
- const Ly = /* @__PURE__ */ L(Bc, [["render", Vc]]), Dc = {
7722
+ const My = /* @__PURE__ */ L(Fc, [["render", Ec]]), Vc = {
7719
7723
  data() {
7720
7724
  return {
7721
7725
  defaultMessageProperties: {
@@ -7728,12 +7732,12 @@ const Ly = /* @__PURE__ */ L(Bc, [["render", Vc]]), Dc = {
7728
7732
  }
7729
7733
  };
7730
7734
  }
7731
- }, Hc = {
7735
+ }, Dc = {
7732
7736
  name: "CmdFakeSelect",
7733
7737
  inheritAttrs: !1,
7734
7738
  mixins: [
7735
7739
  oe,
7736
- Dc,
7740
+ Vc,
7737
7741
  rt,
7738
7742
  ze,
7739
7743
  Kt
@@ -7987,23 +7991,23 @@ const Ly = /* @__PURE__ */ L(Bc, [["render", Vc]]), Dc = {
7987
7991
  deep: !0
7988
7992
  }
7989
7993
  }
7990
- }, qc = ["title", "aria-labelledby", "aria-required"], Rc = {
7994
+ }, Hc = ["title", "aria-labelledby", "aria-required"], qc = {
7991
7995
  key: 0,
7992
7996
  class: "label-text"
7993
- }, Nc = ["id"], jc = {
7997
+ }, Rc = ["id"], Nc = {
7994
7998
  key: 0,
7995
7999
  "aria-hidden": "true"
7996
- }, Uc = ["title", "aria-errormessage", "id"], zc = ["aria-expanded"], Wc = ["title"], Gc = ["src", "alt"], Jc = {
8000
+ }, jc = ["title", "aria-errormessage", "id"], Uc = ["aria-expanded"], zc = ["title"], Wc = ["src", "alt"], Gc = {
7997
8001
  key: 3,
7998
8002
  class: "option-name"
7999
- }, Kc = {
8003
+ }, Jc = {
8000
8004
  key: 0,
8001
8005
  role: "listbox"
8002
- }, Zc = ["aria-selected"], Yc = ["onClick", "title"], Xc = { key: 1 }, Qc = ["aria-expanded"], $c = ["for"], eu = ["value", "checked", "id"], tu = ["onClick"], nu = ["src", "alt"], iu = ["onClick"], ou = {
8006
+ }, Kc = ["aria-selected"], Zc = ["onClick", "title"], Yc = { key: 1 }, Xc = ["aria-expanded"], Qc = ["for"], $c = ["value", "checked", "id"], eu = ["onClick"], tu = ["src", "alt"], nu = ["onClick"], iu = {
8003
8007
  key: 0,
8004
8008
  class: "select-all-options"
8005
8009
  };
8006
- function lu(e, n, t, s, o, i) {
8010
+ function ou(e, n, t, s, o, i) {
8007
8011
  var h, m, p, w;
8008
8012
  const r = z, d = Gt, u = be("router-link");
8009
8013
  return l(), a("div", {
@@ -8022,11 +8026,11 @@ function lu(e, n, t, s, o, i) {
8022
8026
  "aria-required": e.$attrs.required !== void 0,
8023
8027
  ref: "fakeselect"
8024
8028
  }, [
8025
- t.showLabel ? (l(), a("span", Rc, [
8029
+ t.showLabel ? (l(), a("span", qc, [
8026
8030
  f("span", { id: e.htmlId }, [
8027
8031
  N(g(t.labelText), 1),
8028
- e.$attrs.required !== void 0 ? (l(), a("sup", jc, "*")) : c("", !0)
8029
- ], 8, Nc),
8032
+ e.$attrs.required !== void 0 ? (l(), a("sup", Nc, "*")) : c("", !0)
8033
+ ], 8, Rc),
8030
8034
  (e.$attrs.required || e.inputRequirements.length) && t.showStatusIcon ? (l(), a("a", {
8031
8035
  key: 0,
8032
8036
  href: "#",
@@ -8038,7 +8042,7 @@ function lu(e, n, t, s, o, i) {
8038
8042
  id: e.tooltipId
8039
8043
  }, [
8040
8044
  v(r, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
8041
- ], 8, Uc)) : c("", !0),
8045
+ ], 8, jc)) : c("", !0),
8042
8046
  e.useCustomTooltip && (o.validationStatus === "" || o.validationStatus === "error") ? (l(), C(d, {
8043
8047
  key: 1,
8044
8048
  ref: "tooltip",
@@ -8066,7 +8070,7 @@ function lu(e, n, t, s, o, i) {
8066
8070
  src: i.pathFlag(i.optionCountry),
8067
8071
  alt: i.optionCountry,
8068
8072
  class: b(["flag", i.optionCountry])
8069
- }, null, 10, Gc)) : t.type === "color" ? (l(), a("span", {
8073
+ }, null, 10, Wc)) : t.type === "color" ? (l(), a("span", {
8070
8074
  key: 1,
8071
8075
  style: et("background: " + i.optionColor)
8072
8076
  }, null, 4)) : c("", !0),
@@ -8075,15 +8079,15 @@ function lu(e, n, t, s, o, i) {
8075
8079
  type: (p = i.optionIcon) == null ? void 0 : p.iconType,
8076
8080
  iconClass: (w = i.optionIcon) == null ? void 0 : w.iconClass
8077
8081
  }, null, 8, ["type", "iconClass"])) : c("", !0),
8078
- i.optionName ? (l(), a("span", Jc, g(i.optionName), 1)) : c("", !0),
8082
+ i.optionName ? (l(), a("span", Gc, g(i.optionName), 1)) : c("", !0),
8079
8083
  t.iconDropdown ? (l(), C(r, {
8080
8084
  key: 4,
8081
8085
  iconClass: t.iconDropdown.iconClass,
8082
8086
  type: t.iconDropdown.iconType,
8083
8087
  title: t.iconDropdown.tooltip
8084
8088
  }, null, 8, ["iconClass", "type", "title"])) : c("", !0)
8085
- ], 40, Wc),
8086
- t.type === "default" && o.showOptions ? (l(), a("ul", Kc, [
8089
+ ], 40, zc),
8090
+ t.type === "default" && o.showOptions ? (l(), a("ul", Jc, [
8087
8091
  (l(!0), a(_, null, H(t.selectData, (y, k) => (l(), a("li", {
8088
8092
  key: k,
8089
8093
  role: "option",
@@ -8101,8 +8105,8 @@ function lu(e, n, t, s, o, i) {
8101
8105
  iconClass: y.iconClass,
8102
8106
  type: y.iconType
8103
8107
  }, null, 8, ["iconClass", "type"])) : c("", !0),
8104
- y.text ? (l(), a("span", Xc, g(y.text), 1)) : c("", !0)
8105
- ], 10, Yc)) : c("", !0),
8108
+ y.text ? (l(), a("span", Yc, g(y.text), 1)) : c("", !0)
8109
+ ], 10, Zc)) : c("", !0),
8106
8110
  t.optionLinkType === "router" ? (l(), C(u, {
8107
8111
  key: 1,
8108
8112
  to: "#",
@@ -8119,7 +8123,7 @@ function lu(e, n, t, s, o, i) {
8119
8123
  ]),
8120
8124
  _: 2
8121
8125
  }, 1032, ["onClick", "class"])) : c("", !0)
8122
- ], 8, Zc))), 128))
8126
+ ], 8, Kc))), 128))
8123
8127
  ])) : t.type !== "default" && t.type !== "content" && o.showOptions ? (l(), a("ul", {
8124
8128
  key: 1,
8125
8129
  class: b({ "checkbox-options": t.type === "checkboxOptions" }),
@@ -8137,9 +8141,9 @@ function lu(e, n, t, s, o, i) {
8137
8141
  onChange: n[3] || (n[3] = (...S) => i.optionSelect && i.optionSelect(...S)),
8138
8142
  checked: i.compareValues(y.value),
8139
8143
  id: "option-" + (k + 1)
8140
- }, null, 40, eu),
8144
+ }, null, 40, $c),
8141
8145
  f("span", null, g(y.text), 1)
8142
- ], 10, $c)) : t.type === "country" ? (l(), a("a", {
8146
+ ], 10, Qc)) : t.type === "country" ? (l(), a("a", {
8143
8147
  key: 1,
8144
8148
  href: "#",
8145
8149
  onClick: I((S) => i.selectOption(y.value), ["prevent"]),
@@ -8149,9 +8153,9 @@ function lu(e, n, t, s, o, i) {
8149
8153
  class: "flag",
8150
8154
  src: i.pathFlag(y.value),
8151
8155
  alt: y.text
8152
- }, null, 8, nu),
8156
+ }, null, 8, tu),
8153
8157
  f("span", null, g(y.text), 1)
8154
- ], 10, tu)) : t.type === "color" ? (l(), a("a", {
8158
+ ], 10, eu)) : t.type === "color" ? (l(), a("a", {
8155
8159
  key: 2,
8156
8160
  href: "#",
8157
8161
  onClick: I((S) => i.selectOption(y.value), ["prevent"]),
@@ -8162,9 +8166,9 @@ function lu(e, n, t, s, o, i) {
8162
8166
  style: et("background: " + y.value)
8163
8167
  }, null, 4),
8164
8168
  f("span", null, g(y.text), 1)
8165
- ], 10, iu)) : c("", !0)
8169
+ ], 10, nu)) : c("", !0)
8166
8170
  ]))), 128)),
8167
- t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), a("li", ou, [
8171
+ t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), a("li", iu, [
8168
8172
  f("a", {
8169
8173
  href: "#",
8170
8174
  onClick: n[4] || (n[4] = I((...y) => i.toggleAllOptions && i.toggleAllOptions(...y), ["prevent"]))
@@ -8181,12 +8185,12 @@ function lu(e, n, t, s, o, i) {
8181
8185
  f("span", null, g(i.selectAllOptionsText), 1)
8182
8186
  ])
8183
8187
  ])) : c("", !0)
8184
- ], 10, Qc)) : t.type === "content" && o.showOptions ? A(e.$slots, "default", { key: 2 }) : c("", !0)
8188
+ ], 10, Xc)) : t.type === "content" && o.showOptions ? A(e.$slots, "default", { key: 2 }) : c("", !0)
8185
8189
  ])
8186
- ], 42, zc)
8187
- ], 10, qc);
8190
+ ], 42, Uc)
8191
+ ], 10, Hc);
8188
8192
  }
8189
- const su = /* @__PURE__ */ L(Hc, [["render", lu]]), au = {
8193
+ const lu = /* @__PURE__ */ L(Dc, [["render", ou]]), su = {
8190
8194
  name: "CmdFormFilters",
8191
8195
  data() {
8192
8196
  return {
@@ -8262,14 +8266,14 @@ const su = /* @__PURE__ */ L(Hc, [["render", lu]]), au = {
8262
8266
  deep: !0
8263
8267
  }
8264
8268
  }
8265
- }, ru = {
8269
+ }, au = {
8266
8270
  key: 0,
8267
8271
  class: "cmd-form-filters"
8268
- }, du = { key: 0 }, cu = { key: 1 }, uu = ["onClick", "title"];
8269
- function mu(e, n, t, s, o, i) {
8272
+ }, ru = { key: 0 }, du = { key: 1 }, cu = ["onClick", "title"];
8273
+ function uu(e, n, t, s, o, i) {
8270
8274
  const r = z;
8271
- return o.options.length ? (l(), a("ul", ru, [
8272
- o.options.length > 1 ? (l(), a("li", du, [
8275
+ return o.options.length ? (l(), a("ul", au, [
8276
+ o.options.length > 1 ? (l(), a("li", ru, [
8273
8277
  f("a", {
8274
8278
  href: "#",
8275
8279
  onClick: n[0] || (n[0] = I((...d) => i.deleteAllFilters && i.deleteAllFilters(...d), ["prevent"]))
@@ -8279,7 +8283,7 @@ function mu(e, n, t, s, o, i) {
8279
8283
  iconClass: t.linkDeleteAllFilters.icon.iconClass,
8280
8284
  title: t.linkDeleteAllFilters.icon.tooltip
8281
8285
  }, null, 8, ["iconClass", "title"])) : c("", !0),
8282
- t.linkDeleteAllFilters.text ? (l(), a("span", cu, g(t.linkDeleteAllFilters.text), 1)) : c("", !0)
8286
+ t.linkDeleteAllFilters.text ? (l(), a("span", du, g(t.linkDeleteAllFilters.text), 1)) : c("", !0)
8283
8287
  ])
8284
8288
  ])) : c("", !0),
8285
8289
  (l(!0), a(_, null, H(o.options, (d, u) => (l(), a("li", { key: u }, [
@@ -8293,11 +8297,11 @@ function mu(e, n, t, s, o, i) {
8293
8297
  iconClass: t.deleteFilterIcon.iconClass,
8294
8298
  type: t.deleteFilterIcon.iconType
8295
8299
  }, null, 8, ["iconClass", "type"])
8296
- ], 8, uu)
8300
+ ], 8, cu)
8297
8301
  ]))), 128))
8298
8302
  ])) : c("", !0);
8299
8303
  }
8300
- const fu = /* @__PURE__ */ L(au, [["render", mu]]), hu = {
8304
+ const mu = /* @__PURE__ */ L(su, [["render", uu]]), fu = {
8301
8305
  name: "CmdGoogleMaps",
8302
8306
  props: {
8303
8307
  /**
@@ -8317,13 +8321,13 @@ const fu = /* @__PURE__ */ L(au, [["render", mu]]), hu = {
8317
8321
  return "https://maps.google.de/maps?ie=UTF8&t=&z=17&iwloc=B&output=embed";
8318
8322
  }
8319
8323
  }
8320
- }, pu = { class: "cmd-google-maps responsive-wrapper" }, gu = ["src"];
8321
- function yu(e, n, t, s, o, i) {
8322
- return l(), a("div", pu, [
8323
- f("iframe", { src: i.locateAddress }, null, 8, gu)
8324
+ }, hu = { class: "cmd-google-maps responsive-wrapper" }, pu = ["src"];
8325
+ function gu(e, n, t, s, o, i) {
8326
+ return l(), a("div", hu, [
8327
+ f("iframe", { src: i.locateAddress }, null, 8, pu)
8324
8328
  ]);
8325
8329
  }
8326
- const bu = /* @__PURE__ */ L(hu, [["render", yu]]), Cu = {
8330
+ const yu = /* @__PURE__ */ L(fu, [["render", gu]]), bu = {
8327
8331
  name: "CmdImageGallery",
8328
8332
  mixins: [$],
8329
8333
  props: {
@@ -8415,14 +8419,14 @@ const bu = /* @__PURE__ */ L(hu, [["render", yu]]), Cu = {
8415
8419
  });
8416
8420
  }
8417
8421
  }
8418
- }, _u = { class: "grid-container-create-columns cmd-image-gallery" }, wu = ["onClick", "title"], xu = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), ku = /* @__PURE__ */ f("span", null, "Add new gallery-image", -1), vu = [
8419
- xu,
8420
- ku
8422
+ }, Cu = { class: "grid-container-create-columns cmd-image-gallery" }, _u = ["onClick", "title"], wu = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), xu = /* @__PURE__ */ f("span", null, "Add new gallery-image", -1), ku = [
8423
+ wu,
8424
+ xu
8421
8425
  ];
8422
- function Tu(e, n, t, s, o, i) {
8426
+ function vu(e, n, t, s, o, i) {
8423
8427
  var u;
8424
8428
  const r = G, d = _e;
8425
- return l(), a("div", _u, [
8429
+ return l(), a("div", Cu, [
8426
8430
  (u = t.cmdHeadline) != null && u.headlineText || e.editModeContext ? (l(), C(r, j(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
8427
8431
  e.editModeContext ? t.images.length ? (l(!0), a(_, { key: 2 }, H(t.images, (h, m) => (l(), C(d, {
8428
8432
  key: m,
@@ -8436,7 +8440,7 @@ function Tu(e, n, t, s, o, i) {
8436
8440
  type: "button",
8437
8441
  class: "button confirm",
8438
8442
  onClick: n[0] || (n[0] = (...h) => i.onAddItem && i.onAddItem(...h))
8439
- }, vu)) : (l(), a(_, { key: 1 }, [
8443
+ }, ku)) : (l(), a(_, { key: 1 }, [
8440
8444
  t.useFancyboxForLargeImages ? (l(!0), a(_, { key: 0 }, H(t.images, (h, m) => (l(), a("a", {
8441
8445
  class: "image-wrapper",
8442
8446
  key: m,
@@ -8448,7 +8452,7 @@ function Tu(e, n, t, s, o, i) {
8448
8452
  image: h.image,
8449
8453
  figcaption: i.figcaption(h)
8450
8454
  }, null, 8, ["image", "figcaption"])
8451
- ], 8, wu))), 128)) : (l(!0), a(_, { key: 1 }, H(t.images, (h, m) => (l(), a("div", {
8455
+ ], 8, _u))), 128)) : (l(!0), a(_, { key: 1 }, H(t.images, (h, m) => (l(), a("div", {
8452
8456
  key: `i${m}`,
8453
8457
  class: "image-wrapper"
8454
8458
  }, [
@@ -8460,7 +8464,7 @@ function Tu(e, n, t, s, o, i) {
8460
8464
  ], 64))
8461
8465
  ]);
8462
8466
  }
8463
- const Fy = /* @__PURE__ */ L(Cu, [["render", Tu]]), Su = {
8467
+ const Ly = /* @__PURE__ */ L(bu, [["render", vu]]), Tu = {
8464
8468
  name: "CmdImageZoom",
8465
8469
  props: {
8466
8470
  /**
@@ -8505,10 +8509,10 @@ function Pn(e, n) {
8505
8509
  function An(e, n, t) {
8506
8510
  return e < n ? n : e > t ? t : e;
8507
8511
  }
8508
- const Ou = { class: "cmd-image-zoom flex-container" }, Iu = ["title"], Mu = { class: "zoom-container" }, Lu = /* @__PURE__ */ f("div", { class: "zoom-overlay" }, null, -1);
8509
- function Fu(e, n, t, s, o, i) {
8512
+ const Su = { class: "cmd-image-zoom flex-container" }, Ou = ["title"], Iu = { class: "zoom-container" }, Mu = /* @__PURE__ */ f("div", { class: "zoom-overlay" }, null, -1);
8513
+ function Lu(e, n, t, s, o, i) {
8510
8514
  const r = _e;
8511
- return l(), a("div", Ou, [
8515
+ return l(), a("div", Su, [
8512
8516
  f("a", {
8513
8517
  href: "#",
8514
8518
  class: "no-flex thumbnails-imagezoom",
@@ -8520,14 +8524,14 @@ function Fu(e, n, t, s, o, i) {
8520
8524
  onMousemove: i.onMouseMove,
8521
8525
  onMouseout: i.onMouseOut
8522
8526
  }), null, 16, ["onMouseover", "onMousemove", "onMouseout"])
8523
- ], 8, Iu),
8524
- f("div", Mu, [
8527
+ ], 8, Ou),
8528
+ f("div", Iu, [
8525
8529
  v(r, M(t.imageLarge, { figcaption: {} }), null, 16)
8526
8530
  ]),
8527
- Lu
8531
+ Mu
8528
8532
  ]);
8529
8533
  }
8530
- const By = /* @__PURE__ */ L(Su, [["render", Fu]]), Bu = {
8534
+ const Fy = /* @__PURE__ */ L(Tu, [["render", Lu]]), Fu = {
8531
8535
  mixins: [
8532
8536
  Jt,
8533
8537
  rt,
@@ -8714,17 +8718,17 @@ const By = /* @__PURE__ */ L(Su, [["render", Fu]]), Bu = {
8714
8718
  immediate: !0
8715
8719
  }
8716
8720
  }
8717
- }, Pu = ["aria-labelledby"], Au = { class: "label-text" }, Eu = ["id"], Vu = {
8721
+ }, Bu = ["aria-labelledby"], Pu = { class: "label-text" }, Au = ["id"], Eu = {
8718
8722
  key: 0,
8719
8723
  "aria-hidden": "true"
8720
- }, Du = ["title", "aria-errormessage", "id"], Hu = ["for"], qu = ["type", "id", "name", "value", "disabled"], Ru = {
8724
+ }, Vu = ["title", "aria-errormessage", "id"], Du = ["for"], Hu = ["type", "id", "name", "value", "disabled"], qu = {
8721
8725
  key: 1,
8722
8726
  class: "label-text"
8723
- }, Nu = {
8727
+ }, Ru = {
8724
8728
  key: 1,
8725
8729
  class: "flex-container no-flex"
8726
8730
  };
8727
- function ju(e, n, t, s, o, i) {
8731
+ function Nu(e, n, t, s, o, i) {
8728
8732
  const r = z, d = Gt;
8729
8733
  return l(), a("div", {
8730
8734
  class: b([
@@ -8740,11 +8744,11 @@ function ju(e, n, t, s, o, i) {
8740
8744
  ]),
8741
8745
  "aria-labelledby": e.htmlId
8742
8746
  }, [
8743
- ue(f("span", Au, [
8747
+ ue(f("span", Pu, [
8744
8748
  f("span", { id: e.htmlId }, [
8745
8749
  N(g(t.labelText), 1),
8746
- t.required ? (l(), a("sup", Vu, "*")) : c("", !0)
8747
- ], 8, Eu),
8750
+ t.required ? (l(), a("sup", Eu, "*")) : c("", !0)
8751
+ ], 8, Au),
8748
8752
  (t.required || e.inputRequirements.length > 0) && t.showStatusIcon ? (l(), a("a", {
8749
8753
  key: 0,
8750
8754
  href: "#",
@@ -8756,7 +8760,7 @@ function ju(e, n, t, s, o, i) {
8756
8760
  id: e.tooltipId
8757
8761
  }, [
8758
8762
  v(r, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
8759
- ], 8, Du)) : c("", !0),
8763
+ ], 8, Vu)) : c("", !0),
8760
8764
  e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), C(d, {
8761
8765
  key: 1,
8762
8766
  ref: "tooltip",
@@ -8773,7 +8777,7 @@ function ju(e, n, t, s, o, i) {
8773
8777
  ], 512), [
8774
8778
  [ye, t.showLabel]
8775
8779
  ]),
8776
- t.useSlot ? (l(), a("div", Nu, [
8780
+ t.useSlot ? (l(), a("div", Ru, [
8777
8781
  A(e.$slots, "default")
8778
8782
  ])) : (l(), a("span", {
8779
8783
  key: 0,
@@ -8792,7 +8796,7 @@ function ju(e, n, t, s, o, i) {
8792
8796
  "onUpdate:modelValue": n[1] || (n[1] = (m) => i.inputValue = m),
8793
8797
  disabled: t.disabled,
8794
8798
  class: b({ "replace-input-type": t.replaceInputType })
8795
- }, null, 10, qu), [
8799
+ }, null, 10, Hu), [
8796
8800
  [Gi, i.inputValue]
8797
8801
  ]),
8798
8802
  t.multipleSwitch && u.iconClass ? (l(), C(r, {
@@ -8800,12 +8804,12 @@ function ju(e, n, t, s, o, i) {
8800
8804
  iconClass: u.iconClass,
8801
8805
  type: u.iconType
8802
8806
  }, null, 8, ["iconClass", "type"])) : c("", !0),
8803
- u.labelText ? (l(), a("span", Ru, g(u.labelText), 1)) : c("", !0)
8804
- ], 10, Hu))), 128))
8807
+ u.labelText ? (l(), a("span", qu, g(u.labelText), 1)) : c("", !0)
8808
+ ], 10, Du))), 128))
8805
8809
  ], 2))
8806
- ], 10, Pu);
8810
+ ], 10, Bu);
8807
8811
  }
8808
- const Uu = /* @__PURE__ */ L(Bu, [["render", ju]]), zu = {
8812
+ const ju = /* @__PURE__ */ L(Fu, [["render", Nu]]), Uu = {
8809
8813
  name: "CmdLoginForm",
8810
8814
  data() {
8811
8815
  return {
@@ -9095,12 +9099,12 @@ const Uu = /* @__PURE__ */ L(Bu, [["render", ju]]), zu = {
9095
9099
  this.modelChange();
9096
9100
  }
9097
9101
  }
9098
- }, Wu = { class: "cmd-login-form flex-container" }, Gu = { class: "option-wrapper flex-container" }, Ju = { key: 1 }, Ku = ["type", "disabled"], Zu = { key: 1 }, Yu = { class: "cmd-login-form flex-container" }, Xu = { class: "option-wrapper flex-container" }, Qu = { key: 1 }, $u = ["type", "disabled"], em = { key: 1 };
9099
- function tm(e, n, t, s, o, i) {
9102
+ }, zu = { class: "cmd-login-form flex-container" }, Wu = { class: "option-wrapper flex-container" }, Gu = { key: 1 }, Ju = ["type", "disabled"], Ku = { key: 1 }, Zu = { class: "cmd-login-form flex-container" }, Yu = { class: "option-wrapper flex-container" }, Xu = { key: 1 }, Qu = ["type", "disabled"], $u = { key: 1 };
9103
+ function em(e, n, t, s, o, i) {
9100
9104
  var m, p, w, y, k, S, T, B;
9101
9105
  const r = G, d = ee, u = z, h = We;
9102
9106
  return l(), a(_, null, [
9103
- ue(f("fieldset", Wu, [
9107
+ ue(f("fieldset", zu, [
9104
9108
  f("legend", {
9105
9109
  class: b({ hidden: !t.legendLoginForm.show, "align-left": t.legendLoginForm.align === "left" })
9106
9110
  }, g(t.legendLoginForm.text), 3),
@@ -9127,7 +9131,7 @@ function tm(e, n, t, s, o, i) {
9127
9131
  }), null, 16, ["modelValue"])
9128
9132
  ], 2),
9129
9133
  A(e.$slots, "login"),
9130
- f("div", Gu, [
9134
+ f("div", Wu, [
9131
9135
  t.options.forgotPassword || t.options.createAccount ? (l(), a(_, { key: 0 }, [
9132
9136
  t.options.forgotPassword ? (l(), a("a", {
9133
9137
  key: 0,
@@ -9140,7 +9144,7 @@ function tm(e, n, t, s, o, i) {
9140
9144
  type: t.options.forgotPassword.icon.iconType,
9141
9145
  title: t.options.forgotPassword.icon.tooltip
9142
9146
  }, null, 8, ["iconClass", "type", "title"])) : c("", !0),
9143
- t.options.forgotPassword.text ? (l(), a("span", Ju, g(t.options.forgotPassword.text), 1)) : c("", !0)
9147
+ t.options.forgotPassword.text ? (l(), a("span", Gu, g(t.options.forgotPassword.text), 1)) : c("", !0)
9144
9148
  ])) : c("", !0),
9145
9149
  t.options.createAccount ? (l(), C(h, {
9146
9150
  key: 1,
@@ -9167,13 +9171,13 @@ function tm(e, n, t, s, o, i) {
9167
9171
  type: i.buttonLoginOptions.icon.iconType,
9168
9172
  title: i.buttonLoginOptions.icon.tooltip
9169
9173
  }, null, 8, ["iconClass", "type", "title"])) : c("", !0),
9170
- i.buttonLoginOptions.text ? (l(), a("span", Zu, g(i.buttonLoginOptions.text), 1)) : c("", !0)
9171
- ], 10, Ku)) : c("", !0)
9174
+ i.buttonLoginOptions.text ? (l(), a("span", Ku, g(i.buttonLoginOptions.text), 1)) : c("", !0)
9175
+ ], 10, Ju)) : c("", !0)
9172
9176
  ])
9173
9177
  ], 512), [
9174
9178
  [ye, !o.sendLogin]
9175
9179
  ]),
9176
- ue(f("fieldset", Yu, [
9180
+ ue(f("fieldset", Zu, [
9177
9181
  f("legend", {
9178
9182
  class: b({ hidden: !t.legendForgotLoginForm.show, "align-left": t.legendForgotLoginForm.align === "left" })
9179
9183
  }, g(t.legendForgotLoginForm.text), 3),
@@ -9187,7 +9191,7 @@ function tm(e, n, t, s, o, i) {
9187
9191
  "onUpdate:modelValue": n[7] || (n[7] = (O) => o.sendLoginMail = O)
9188
9192
  }, i.cmdFormElementSendLoginOptions), null, 16, ["modelValue"]),
9189
9193
  A(e.$slots, "send-login"),
9190
- f("div", Xu, [
9194
+ f("div", Yu, [
9191
9195
  t.options.backToLoginForm ? (l(), a("a", {
9192
9196
  key: 0,
9193
9197
  href: "#",
@@ -9199,7 +9203,7 @@ function tm(e, n, t, s, o, i) {
9199
9203
  type: t.options.backToLoginForm.icon.iconType,
9200
9204
  title: t.options.backToLoginForm.icon.tooltip
9201
9205
  }, null, 8, ["iconClass", "type", "title"])) : c("", !0),
9202
- t.options.backToLoginForm.text ? (l(), a("span", Qu, g(t.options.backToLoginForm.text), 1)) : c("", !0)
9206
+ t.options.backToLoginForm.text ? (l(), a("span", Xu, g(t.options.backToLoginForm.text), 1)) : c("", !0)
9203
9207
  ])) : c("", !0),
9204
9208
  i.buttonSendLoginOptions.linkType === "button" ? (l(), a("button", {
9205
9209
  key: 1,
@@ -9212,15 +9216,15 @@ function tm(e, n, t, s, o, i) {
9212
9216
  iconClass: (T = i.buttonSendLoginOptions.icon) == null ? void 0 : T.iconClass,
9213
9217
  title: (B = i.buttonSendLoginOptions.icon) == null ? void 0 : B.tooltip
9214
9218
  }, null, 8, ["iconClass", "title"])) : c("", !0),
9215
- i.buttonSendLoginOptions.text ? (l(), a("span", em, g(i.buttonSendLoginOptions.text), 1)) : c("", !0)
9216
- ], 10, $u)) : c("", !0)
9219
+ i.buttonSendLoginOptions.text ? (l(), a("span", $u, g(i.buttonSendLoginOptions.text), 1)) : c("", !0)
9220
+ ], 10, Qu)) : c("", !0)
9217
9221
  ])
9218
9222
  ], 512), [
9219
9223
  [ye, o.sendLogin]
9220
9224
  ])
9221
9225
  ], 64);
9222
9226
  }
9223
- const Py = /* @__PURE__ */ L(zu, [["render", tm]]), nm = {
9227
+ const By = /* @__PURE__ */ L(Uu, [["render", em]]), tm = {
9224
9228
  name: "CmdMainNavigation",
9225
9229
  data() {
9226
9230
  return {
@@ -9352,11 +9356,11 @@ const Py = /* @__PURE__ */ L(zu, [["render", tm]]), nm = {
9352
9356
  this.$emit("offcanvas", { open: this.showOffcanvas });
9353
9357
  }
9354
9358
  }
9355
- }, im = {
9359
+ }, nm = {
9356
9360
  key: 0,
9357
9361
  class: "close-nav"
9358
- }, om = ["href", "title", "target", "onClick"], lm = { key: 1 }, sm = { key: 1 }, am = ["aria-expanded"], rm = ["href", "title", "target", "onClick"], dm = { key: 1 }, cm = { key: 1 }, um = ["aria-expanded"], mm = ["href", "title", "target", "onClick"], fm = { key: 1 }, hm = { key: 1 };
9359
- function pm(e, n, t, s, o, i) {
9362
+ }, im = ["href", "title", "target", "onClick"], om = { key: 1 }, lm = { key: 1 }, sm = ["aria-expanded"], am = ["href", "title", "target", "onClick"], rm = { key: 1 }, dm = { key: 1 }, cm = ["aria-expanded"], um = ["href", "title", "target", "onClick"], mm = { key: 1 }, fm = { key: 1 };
9363
+ function hm(e, n, t, s, o, i) {
9360
9364
  const r = z, d = be("router-link");
9361
9365
  return l(), a("div", {
9362
9366
  class: b([
@@ -9374,7 +9378,7 @@ function pm(e, n, t, s, o, i) {
9374
9378
  f("ul", {
9375
9379
  class: b({ "stretch-items": t.stretchMainItems })
9376
9380
  }, [
9377
- o.showOffcanvas ? (l(), a("li", im, [
9381
+ o.showOffcanvas ? (l(), a("li", nm, [
9378
9382
  f("a", {
9379
9383
  href: "#",
9380
9384
  id: "close-offcanvas",
@@ -9411,12 +9415,12 @@ function pm(e, n, t, s, o, i) {
9411
9415
  iconClass: u.iconClass,
9412
9416
  type: u.iconType
9413
9417
  }, null, 8, ["iconClass", "type"])) : c("", !0),
9414
- u.text ? (l(), a("span", lm, g(u.text), 1)) : c("", !0),
9418
+ u.text ? (l(), a("span", om, g(u.text), 1)) : c("", !0),
9415
9419
  (p = u == null ? void 0 : u.subentries) != null && p.length ? (l(), a("span", {
9416
9420
  key: 2,
9417
9421
  class: b(["subentry-icon", t.subentriesIconClass])
9418
9422
  }, null, 2)) : c("", !0)
9419
- ], 40, om)) : c("", !0),
9423
+ ], 40, im)) : c("", !0),
9420
9424
  u.type === "router" ? (l(), C(d, {
9421
9425
  key: 1,
9422
9426
  to: i.getRoute(u),
@@ -9428,7 +9432,7 @@ function pm(e, n, t, s, o, i) {
9428
9432
  iconClass: u.iconClass,
9429
9433
  type: u.iconType
9430
9434
  }, null, 8, ["iconClass", "type"])) : c("", !0),
9431
- u.text ? (l(), a("span", sm, g(u.text), 1)) : c("", !0),
9435
+ u.text ? (l(), a("span", lm, g(u.text), 1)) : c("", !0),
9432
9436
  u.subentries && u.subentries.length > 0 ? (l(), a("span", {
9433
9437
  key: 2,
9434
9438
  class: b(["subentry-icon", t.subentriesIconClass])
@@ -9460,12 +9464,12 @@ function pm(e, n, t, s, o, i) {
9460
9464
  iconClass: y.iconClass,
9461
9465
  type: y.iconType
9462
9466
  }, null, 8, ["iconClass", "type"])) : c("", !0),
9463
- y.text ? (l(), a("span", dm, g(y.text), 1)) : c("", !0),
9467
+ y.text ? (l(), a("span", rm, g(y.text), 1)) : c("", !0),
9464
9468
  y.subentries && y.subentries.length > 0 ? (l(), a("span", {
9465
9469
  key: 2,
9466
9470
  class: b(["subentry-icon", t.subentriesIconClass])
9467
9471
  }, null, 2)) : c("", !0)
9468
- ], 40, rm)) : c("", !0),
9472
+ ], 40, am)) : c("", !0),
9469
9473
  y.type === "router" ? (l(), C(d, {
9470
9474
  key: 1,
9471
9475
  to: i.getRoute(y),
@@ -9477,7 +9481,7 @@ function pm(e, n, t, s, o, i) {
9477
9481
  iconClass: y.iconClass,
9478
9482
  type: y.iconType
9479
9483
  }, null, 8, ["iconClass", "type"])) : c("", !0),
9480
- y.text ? (l(), a("span", cm, g(y.text), 1)) : c("", !0),
9484
+ y.text ? (l(), a("span", dm, g(y.text), 1)) : c("", !0),
9481
9485
  y.subentries && y.subentries.length > 0 ? (l(), a("span", {
9482
9486
  key: 2,
9483
9487
  class: b(["subentry-icon", t.subentriesIconClass])
@@ -9502,12 +9506,12 @@ function pm(e, n, t, s, o, i) {
9502
9506
  iconClass: T.iconClass,
9503
9507
  type: T.iconType
9504
9508
  }, null, 8, ["iconClass", "type"])) : c("", !0),
9505
- T.text ? (l(), a("span", fm, g(T.text), 1)) : c("", !0),
9509
+ T.text ? (l(), a("span", mm, g(T.text), 1)) : c("", !0),
9506
9510
  T.subentries && T.subentries.length > 0 ? (l(), a("span", {
9507
9511
  key: 2,
9508
9512
  class: b(["subentry-icon", t.subentriesIconClass])
9509
9513
  }, null, 2)) : c("", !0)
9510
- ], 8, mm)) : c("", !0),
9514
+ ], 8, um)) : c("", !0),
9511
9515
  u.type === "router" ? (l(), C(d, {
9512
9516
  key: 1,
9513
9517
  to: i.getRoute(T),
@@ -9519,7 +9523,7 @@ function pm(e, n, t, s, o, i) {
9519
9523
  iconClass: T.iconClass,
9520
9524
  type: T.iconType
9521
9525
  }, null, 8, ["iconClass", "type"])) : c("", !0),
9522
- T.text ? (l(), a("span", hm, g(T.text), 1)) : c("", !0),
9526
+ T.text ? (l(), a("span", fm, g(T.text), 1)) : c("", !0),
9523
9527
  T.subentries && T.subentries.length > 0 ? (l(), a("span", {
9524
9528
  key: 2,
9525
9529
  class: b(["subentry-icon", t.subentriesIconClass])
@@ -9528,10 +9532,10 @@ function pm(e, n, t, s, o, i) {
9528
9532
  _: 2
9529
9533
  }, 1032, ["to", "target"])) : c("", !0)
9530
9534
  ]))), 128))
9531
- ], 8, um)) : c("", !0)
9535
+ ], 8, cm)) : c("", !0)
9532
9536
  ], 2);
9533
9537
  }), 128))
9534
- ], 8, am)) : c("", !0)
9538
+ ], 8, sm)) : c("", !0)
9535
9539
  ], 2);
9536
9540
  }), 128))
9537
9541
  ], 2)
@@ -9553,7 +9557,7 @@ function pm(e, n, t, s, o, i) {
9553
9557
  ])) : c("", !0)
9554
9558
  ], 2);
9555
9559
  }
9556
- const gm = /* @__PURE__ */ L(nm, [["render", pm]]), ym = {
9560
+ const pm = /* @__PURE__ */ L(tm, [["render", hm]]), gm = {
9557
9561
  name: "CmdMultistepFormProgressBar",
9558
9562
  data() {
9559
9563
  return {
@@ -9597,11 +9601,11 @@ const gm = /* @__PURE__ */ L(nm, [["render", pm]]), ym = {
9597
9601
  return Oe(e);
9598
9602
  }
9599
9603
  }
9600
- }, bm = {
9604
+ }, ym = {
9601
9605
  key: 0,
9602
9606
  class: "number"
9603
- }, Cm = { key: 2 };
9604
- function _m(e, n, t, s, o, i) {
9607
+ }, bm = { key: 2 };
9608
+ function Cm(e, n, t, s, o, i) {
9605
9609
  const r = z, d = We;
9606
9610
  return l(), a("ol", {
9607
9611
  class: b(["cmd-multistep-form-progress-bar", { "use-gap": t.useGap }])
@@ -9617,13 +9621,13 @@ function _m(e, n, t, s, o, i) {
9617
9621
  onClick: I((m) => i.clickedStep(m, h), ["stop", "prevent"])
9618
9622
  }, {
9619
9623
  default: V(() => [
9620
- t.showStepNumber ? (l(), a("span", bm, g(h + 1), 1)) : c("", !0),
9624
+ t.showStepNumber ? (l(), a("span", ym, g(h + 1), 1)) : c("", !0),
9621
9625
  u.iconClass ? (l(), C(r, {
9622
9626
  key: 1,
9623
9627
  iconClass: u.iconClass,
9624
9628
  type: u.iconType
9625
9629
  }, null, 8, ["iconClass", "type"])) : c("", !0),
9626
- u.text ? (l(), a("span", Cm, g(u.text), 1)) : c("", !0),
9630
+ u.text ? (l(), a("span", bm, g(u.text), 1)) : c("", !0),
9627
9631
  f("span", {
9628
9632
  class: b(t.separatorIconClass)
9629
9633
  }, null, 2)
@@ -9633,7 +9637,7 @@ function _m(e, n, t, s, o, i) {
9633
9637
  ], 2))), 128))
9634
9638
  ], 2);
9635
9639
  }
9636
- const Ay = /* @__PURE__ */ L(ym, [["render", _m]]), wm = {
9640
+ const Py = /* @__PURE__ */ L(gm, [["render", Cm]]), _m = {
9637
9641
  name: "CmdNewsletterSubscription",
9638
9642
  emits: ["button-click"],
9639
9643
  data() {
@@ -9781,10 +9785,10 @@ const Ay = /* @__PURE__ */ L(ym, [["render", _m]]), wm = {
9781
9785
  immediate: !0
9782
9786
  }
9783
9787
  }
9784
- }, xm = { class: "cmd-newsletter-subscription flex-container" }, km = { class: "button-wrapper" };
9785
- function vm(e, n, t, s, o, i) {
9786
- const r = Uu, d = ee;
9787
- return l(), a("fieldset", xm, [
9788
+ }, wm = { class: "cmd-newsletter-subscription flex-container" }, xm = { class: "button-wrapper" };
9789
+ function km(e, n, t, s, o, i) {
9790
+ const r = ju, d = ee;
9791
+ return l(), a("fieldset", wm, [
9788
9792
  f("legend", {
9789
9793
  class: b({ hidden: !t.legend.show, "align-left": t.legend.align === "left" })
9790
9794
  }, g(t.legend.text), 3),
@@ -9808,7 +9812,7 @@ function vm(e, n, t, s, o, i) {
9808
9812
  "onUpdate:modelValue": n[1] || (n[1] = (u) => i.email = u),
9809
9813
  onValidationStatusChange: i.checkValidationStatus
9810
9814
  }, null, 8, ["placeholder", "labelText", "required", "useCustomTooltip", "modelValue", "onValidationStatusChange"]),
9811
- f("div", km, [
9815
+ f("div", xm, [
9812
9816
  v(d, {
9813
9817
  element: "button",
9814
9818
  type: t.buttonType,
@@ -9819,7 +9823,7 @@ function vm(e, n, t, s, o, i) {
9819
9823
  ])
9820
9824
  ]);
9821
9825
  }
9822
- const Ey = /* @__PURE__ */ L(wm, [["render", vm]]);
9826
+ const Ay = /* @__PURE__ */ L(_m, [["render", km]]);
9823
9827
  function En(e, n, t, s = !0) {
9824
9828
  function o(i, r) {
9825
9829
  return r && i < 10 ? "0" + i : i;
@@ -9832,7 +9836,7 @@ function En(e, n, t, s = !0) {
9832
9836
  return o(i, s) + e + o(r, !0) + n;
9833
9837
  };
9834
9838
  }
9835
- const Tm = {
9839
+ const vm = {
9836
9840
  name: "CmdOpeningHoursItem",
9837
9841
  mixins: [$],
9838
9842
  data() {
@@ -9913,20 +9917,20 @@ const Tm = {
9913
9917
  deep: !0
9914
9918
  }
9915
9919
  }
9916
- }, Sm = { class: "cmd-opening-hours-item" }, Om = {
9920
+ }, Tm = { class: "cmd-opening-hours-item" }, Sm = {
9917
9921
  key: 0,
9918
9922
  class: "am"
9919
- }, Im = {
9923
+ }, Om = {
9920
9924
  key: 1,
9921
9925
  class: "pm"
9922
- }, Mm = { class: "flex-container no-flex" }, Lm = { class: "flex-container no-flex am-wrapper" }, Fm = {
9926
+ }, Im = { class: "flex-container no-flex" }, Mm = { class: "flex-container no-flex am-wrapper" }, Lm = {
9923
9927
  key: 1,
9924
9928
  class: "input-wrapper"
9925
- }, Bm = ["title"], Pm = { class: "flex-container no-flex pm-wrapper" }, Am = {
9929
+ }, Fm = ["title"], Bm = { class: "flex-container no-flex pm-wrapper" }, Pm = {
9926
9930
  key: 1,
9927
9931
  class: "input-wrapper"
9928
- }, Em = ["title"];
9929
- function Vm(e, n, t, s, o, i) {
9932
+ }, Am = ["title"];
9933
+ function Em(e, n, t, s, o, i) {
9930
9934
  const r = ee;
9931
9935
  return e.editing ? (l(), a(_, { key: 1 }, [
9932
9936
  f("dt", null, [
@@ -9941,8 +9945,8 @@ function Vm(e, n, t, s, o, i) {
9941
9945
  "onUpdate:modelValue": n[0] || (n[0] = (d) => o.editableDay.day = d)
9942
9946
  }, null, 8, ["modelValue"])
9943
9947
  ]),
9944
- f("dd", Mm, [
9945
- f("div", Lm, [
9948
+ f("dd", Im, [
9949
+ f("div", Mm, [
9946
9950
  o.editableDay.amClosed ? (l(), C(r, {
9947
9951
  key: 0,
9948
9952
  element: "input",
@@ -9954,7 +9958,7 @@ function Vm(e, n, t, s, o, i) {
9954
9958
  modelValue: o.editableDay.amDisplayText,
9955
9959
  "onUpdate:modelValue": n[1] || (n[1] = (d) => o.editableDay.amDisplayText = d)
9956
9960
  }, null, 8, ["modelValue"])) : c("", !0),
9957
- o.editableDay.amClosed ? c("", !0) : (l(), a("div", Fm, [
9961
+ o.editableDay.amClosed ? c("", !0) : (l(), a("div", Lm, [
9958
9962
  v(r, {
9959
9963
  element: "input",
9960
9964
  type: "time",
@@ -9982,9 +9986,9 @@ function Vm(e, n, t, s, o, i) {
9982
9986
  onClick: n[4] || (n[4] = I((d) => i.toggleClosedStatus("am"), ["prevent"])),
9983
9987
  title: o.editableDay.amClosed ? "Set to open" : "Set to closed",
9984
9988
  class: b(o.editableDay.amClosed ? "icon-clock" : "icon-blocked")
9985
- }, null, 10, Bm)
9989
+ }, null, 10, Fm)
9986
9990
  ]),
9987
- f("div", Pm, [
9991
+ f("div", Bm, [
9988
9992
  o.editableDay.pmClosed ? (l(), C(r, {
9989
9993
  key: 0,
9990
9994
  element: "input",
@@ -9996,7 +10000,7 @@ function Vm(e, n, t, s, o, i) {
9996
10000
  modelValue: o.editableDay.pmDisplayText,
9997
10001
  "onUpdate:modelValue": n[5] || (n[5] = (d) => o.editableDay.pmDisplayText = d)
9998
10002
  }, null, 8, ["modelValue"])) : c("", !0),
9999
- o.editableDay.pmClosed ? c("", !0) : (l(), a("div", Am, [
10003
+ o.editableDay.pmClosed ? c("", !0) : (l(), a("div", Pm, [
10000
10004
  v(r, {
10001
10005
  element: "input",
10002
10006
  type: "time",
@@ -10024,20 +10028,20 @@ function Vm(e, n, t, s, o, i) {
10024
10028
  onClick: n[8] || (n[8] = I((d) => i.toggleClosedStatus("pm"), ["prevent"])),
10025
10029
  title: o.editableDay.pmClosed ? "Set to open" : "Set to closed",
10026
10030
  class: b(o.editableDay.pmClosed ? "icon-clock" : "icon-blocked")
10027
- }, null, 10, Em)
10031
+ }, null, 10, Am)
10028
10032
  ])
10029
10033
  ])
10030
10034
  ], 64)) : (l(), a(_, { key: 0 }, [
10031
- f("dt", Sm, g(t.day.day), 1),
10035
+ f("dt", Tm, g(t.day.day), 1),
10032
10036
  f("dd", null, [
10033
- t.day.am ? (l(), a("span", Om, [
10037
+ t.day.am ? (l(), a("span", Sm, [
10034
10038
  t.day.am.displayText ? (l(), a(_, { key: 0 }, [
10035
10039
  N(g(t.day.am.displayText), 1)
10036
10040
  ], 64)) : (l(), a(_, { key: 1 }, [
10037
10041
  N(g(i.getTime(t.day.am.fromTime, t.abbreviationTextAm)) + " " + g(t.separator) + " " + g(i.getTime(t.day.am.tillTime)), 1)
10038
10042
  ], 64))
10039
10043
  ])) : c("", !0),
10040
- t.day.pm ? (l(), a("span", Im, [
10044
+ t.day.pm ? (l(), a("span", Om, [
10041
10045
  t.day.pm.displayText ? (l(), a(_, { key: 0 }, [
10042
10046
  N(g(t.day.pm.displayText), 1)
10043
10047
  ], 64)) : (l(), a(_, { key: 1 }, [
@@ -10047,14 +10051,14 @@ function Vm(e, n, t, s, o, i) {
10047
10051
  ])
10048
10052
  ], 64));
10049
10053
  }
10050
- const Dm = /* @__PURE__ */ L(Tm, [["render", Vm]]);
10051
- function Hm(e, n, t, s = !0) {
10054
+ const Vm = /* @__PURE__ */ L(vm, [["render", Em]]);
10055
+ function Dm(e, n, t, s = !0) {
10052
10056
  function o(i, r) {
10053
10057
  return r && i < 10 ? "0" + i : i;
10054
10058
  }
10055
10059
  return (i, r) => o(i, s) + e + o(r, !0) + n;
10056
10060
  }
10057
- const qm = {
10061
+ const Hm = {
10058
10062
  name: "CmdOpeningHours",
10059
10063
  mixins: [$],
10060
10064
  data() {
@@ -10274,7 +10278,7 @@ const qm = {
10274
10278
  };
10275
10279
  },
10276
10280
  getTime(e) {
10277
- return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : Hm(":", " hrs", "", !1)(e.hours, e.mins);
10281
+ return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : Dm(":", " hrs", "", !1)(e.hours, e.mins);
10278
10282
  },
10279
10283
  updateHandlerProvider() {
10280
10284
  const e = this.editableOpeningHours, n = this.editableTextOpen, t = this.editableTextClosed, s = this.editableTextHolidays, o = this.editableTextMiscInfo;
@@ -10287,22 +10291,22 @@ const qm = {
10287
10291
  });
10288
10292
  }
10289
10293
  }
10290
- }, Rm = { class: "cmd-opening-hours" }, Nm = {
10294
+ }, qm = { class: "cmd-opening-hours" }, Rm = {
10291
10295
  key: 2,
10292
10296
  class: "flex-container"
10293
- }, jm = { key: 3 }, Um = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), zm = /* @__PURE__ */ f("span", null, "Add new entry", -1), Wm = [
10294
- Um,
10295
- zm
10296
- ], Gm = { class: "edit-mode-opening-hours-item" }, Jm = { key: 5 }, Km = { key: 0 }, Zm = { key: 1 }, Ym = {
10297
+ }, Nm = { key: 3 }, jm = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), Um = /* @__PURE__ */ f("span", null, "Add new entry", -1), zm = [
10298
+ jm,
10299
+ Um
10300
+ ], Wm = { class: "edit-mode-opening-hours-item" }, Gm = { key: 5 }, Jm = { key: 0 }, Km = { key: 1 }, Zm = {
10297
10301
  key: 6,
10298
10302
  class: "flex-container vertical"
10299
10303
  };
10300
- function Xm(e, n, t, s, o, i) {
10304
+ function Ym(e, n, t, s, o, i) {
10301
10305
  var p, w;
10302
- const r = G, d = We, u = ee, h = Dm, m = Se;
10303
- return l(), a("div", Rm, [
10306
+ const r = G, d = We, u = ee, h = Vm, m = Se;
10307
+ return l(), a("div", qm, [
10304
10308
  (p = t.cmdHeadline) != null && p.headlineText || e.editModeContext ? (l(), C(r, j(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
10305
- e.editing ? (l(), a("div", Nm, [
10309
+ e.editing ? (l(), a("div", Rm, [
10306
10310
  v(u, {
10307
10311
  element: "input",
10308
10312
  type: "text",
@@ -10343,7 +10347,7 @@ function Xm(e, n, t, s, o, i) {
10343
10347
  type: "button",
10344
10348
  class: "button confirm small",
10345
10349
  onClick: n[2] || (n[2] = (...y) => i.onAddItem && i.onAddItem(...y))
10346
- }, Wm)) : (l(!0), a(_, { key: 1 }, H(i.openingHoursFormatted, (y, k) => (l(), C(m, {
10350
+ }, zm)) : (l(!0), a(_, { key: 1 }, H(i.openingHoursFormatted, (y, k) => (l(), C(m, {
10347
10351
  key: "x" + k,
10348
10352
  class: "edit-items",
10349
10353
  showComponentName: !1,
@@ -10354,7 +10358,7 @@ function Xm(e, n, t, s, o, i) {
10354
10358
  itemProvider: i.itemProvider
10355
10359
  }, {
10356
10360
  default: V(() => [
10357
- f("dl", Gm, [
10361
+ f("dl", Wm, [
10358
10362
  v(h, {
10359
10363
  day: y,
10360
10364
  separator: t.separator,
@@ -10365,7 +10369,7 @@ function Xm(e, n, t, s, o, i) {
10365
10369
  ]),
10366
10370
  _: 2
10367
10371
  }, 1032, ["componentProps", "componentPath", "itemProvider"]))), 128))
10368
- ], 64)) : (l(), a("dl", jm, [
10372
+ ], 64)) : (l(), a("dl", Nm, [
10369
10373
  (l(!0), a(_, null, H(i.openingHoursFormatted, (y, k) => (l(), C(h, {
10370
10374
  key: k,
10371
10375
  day: y,
@@ -10374,13 +10378,13 @@ function Xm(e, n, t, s, o, i) {
10374
10378
  abbreviationTextPm: t.abbreviationTextPm
10375
10379
  }, null, 8, ["day", "separator", "abbreviationTextAm", "abbreviationTextPm"]))), 128))
10376
10380
  ])),
10377
- !e.editing && (t.textHolidays || t.textMiscInfo) ? (l(), a("div", Jm, [
10378
- t.textHolidays ? (l(), a("p", Km, [
10381
+ !e.editing && (t.textHolidays || t.textMiscInfo) ? (l(), a("div", Gm, [
10382
+ t.textHolidays ? (l(), a("p", Jm, [
10379
10383
  f("strong", null, g(t.textHolidays), 1)
10380
10384
  ])) : c("", !0),
10381
- t.textMiscInfo ? (l(), a("p", Zm, g(t.textMiscInfo), 1)) : c("", !0)
10385
+ t.textMiscInfo ? (l(), a("p", Km, g(t.textMiscInfo), 1)) : c("", !0)
10382
10386
  ])) : c("", !0),
10383
- e.editing ? (l(), a("div", Ym, [
10387
+ e.editing ? (l(), a("div", Zm, [
10384
10388
  v(u, {
10385
10389
  element: "input",
10386
10390
  type: "text",
@@ -10402,7 +10406,7 @@ function Xm(e, n, t, s, o, i) {
10402
10406
  ])) : c("", !0)
10403
10407
  ]);
10404
10408
  }
10405
- const Vy = /* @__PURE__ */ L(qm, [["render", Xm]]), Qm = {
10409
+ const Ey = /* @__PURE__ */ L(Hm, [["render", Ym]]), Xm = {
10406
10410
  data() {
10407
10411
  return {
10408
10412
  defaultMessageProperties: {
@@ -10411,11 +10415,11 @@ const Vy = /* @__PURE__ */ L(qm, [["render", Xm]]), Qm = {
10411
10415
  }
10412
10416
  };
10413
10417
  }
10414
- }, $m = {
10418
+ }, Qm = {
10415
10419
  name: "CmdPagination",
10416
10420
  mixins: [
10417
10421
  oe,
10418
- Qm
10422
+ Xm
10419
10423
  ],
10420
10424
  emits: ["click"],
10421
10425
  data() {
@@ -10513,10 +10517,10 @@ const Vy = /* @__PURE__ */ L(qm, [["render", Xm]]), Qm = {
10513
10517
  this.currentPage > 1 && this.showPage(this.currentPage - 1);
10514
10518
  }
10515
10519
  }
10516
- }, ef = { class: "cmd-pagination" }, tf = ["href", "title"], nf = { key: 0 }, of = { class: "page-index" }, lf = { class: "flex-container" }, sf = ["href", "title", "onClick"], af = ["href", "title"], rf = { key: 0 };
10517
- function df(e, n, t, s, o, i) {
10520
+ }, $m = { class: "cmd-pagination" }, ef = ["href", "title"], tf = { key: 0 }, nf = { class: "page-index" }, of = { class: "flex-container" }, lf = ["href", "title", "onClick"], sf = ["href", "title"], af = { key: 0 };
10521
+ function rf(e, n, t, s, o, i) {
10518
10522
  const r = z;
10519
- return l(), a("div", ef, [
10523
+ return l(), a("div", $m, [
10520
10524
  f("a", {
10521
10525
  href: i.getPreviousHref,
10522
10526
  class: b(["page-change", { disabled: o.currentPage === 1, button: t.linkType === "button" }]),
@@ -10527,10 +10531,10 @@ function df(e, n, t, s, o, i) {
10527
10531
  iconClass: t.prevLink.iconClass,
10528
10532
  type: t.prevLink.iconType
10529
10533
  }, null, 8, ["iconClass", "type"]),
10530
- t.prevLink.showText ? (l(), a("span", nf, g(t.prevLink.text), 1)) : c("", !0)
10531
- ], 10, tf),
10532
- f("div", of, [
10533
- f("div", lf, [
10534
+ t.prevLink.showText ? (l(), a("span", tf, g(t.prevLink.text), 1)) : c("", !0)
10535
+ ], 10, ef),
10536
+ f("div", nf, [
10537
+ f("div", of, [
10534
10538
  (l(!0), a(_, null, H(t.pages, (d, u) => (l(), a("a", {
10535
10539
  href: i.getHref(d),
10536
10540
  class: b({ disabled: o.currentPage === u + 1, button: t.linkType === "button", hidden: !t.showPageNumbers }),
@@ -10540,7 +10544,7 @@ function df(e, n, t, s, o, i) {
10540
10544
  "aria-live": "polite"
10541
10545
  }, [
10542
10546
  f("span", null, g(u + 1), 1)
10543
- ], 10, sf))), 128))
10547
+ ], 10, lf))), 128))
10544
10548
  ])
10545
10549
  ]),
10546
10550
  f("a", {
@@ -10549,15 +10553,15 @@ function df(e, n, t, s, o, i) {
10549
10553
  onClick: n[1] || (n[1] = I((...d) => i.nextPage && i.nextPage(...d), ["prevent"])),
10550
10554
  title: t.nextLink.showText ? null : t.nextLink.text
10551
10555
  }, [
10552
- t.nextLink.showText ? (l(), a("span", rf, g(t.nextLink.text), 1)) : c("", !0),
10556
+ t.nextLink.showText ? (l(), a("span", af, g(t.nextLink.text), 1)) : c("", !0),
10553
10557
  v(r, {
10554
10558
  iconClass: t.nextLink.iconClass,
10555
10559
  type: t.nextLink.iconType
10556
10560
  }, null, 8, ["iconClass", "type"])
10557
- ], 10, af)
10561
+ ], 10, sf)
10558
10562
  ]);
10559
10563
  }
10560
- const Dy = /* @__PURE__ */ L($m, [["render", df]]), cf = {
10564
+ const Vy = /* @__PURE__ */ L(Qm, [["render", rf]]), df = {
10561
10565
  name: "CmdSocialNetworksItem",
10562
10566
  data() {
10563
10567
  return {
@@ -10656,10 +10660,10 @@ const Dy = /* @__PURE__ */ L($m, [["render", df]]), cf = {
10656
10660
  });
10657
10661
  }
10658
10662
  }
10659
- }, uf = { class: "cmd-social-networks-item" }, mf = ["id", "href", "title"], ff = { key: 1 };
10660
- function hf(e, n, t, s, o, i) {
10663
+ }, cf = { class: "cmd-social-networks-item" }, uf = ["id", "href", "title"], mf = { key: 1 };
10664
+ function ff(e, n, t, s, o, i) {
10661
10665
  const r = z;
10662
- return l(), a("li", uf, [
10666
+ return l(), a("li", cf, [
10663
10667
  (l(), a("a", {
10664
10668
  key: t.network.path,
10665
10669
  class: b(["button", { disabled: t.userMustAcceptDataPrivacy && !t.dataPrivacyAccepted }, "text-align-" + t.buttonTextAlign]),
@@ -10674,11 +10678,11 @@ function hf(e, n, t, s, o, i) {
10674
10678
  iconClass: t.network.iconClass,
10675
10679
  type: t.network.iconType
10676
10680
  }, null, 8, ["iconClass", "type"])) : c("", !0),
10677
- t.network.linkText ? (l(), a("span", ff, g(t.network.linkText), 1)) : c("", !0)
10678
- ], 10, mf))
10681
+ t.network.linkText ? (l(), a("span", mf, g(t.network.linkText), 1)) : c("", !0)
10682
+ ], 10, uf))
10679
10683
  ]);
10680
10684
  }
10681
- const pf = /* @__PURE__ */ L(cf, [["render", hf]]), gf = {
10685
+ const hf = /* @__PURE__ */ L(df, [["render", ff]]), pf = {
10682
10686
  name: "CmdSocialNetworks",
10683
10687
  mixins: [$],
10684
10688
  data() {
@@ -10838,12 +10842,12 @@ const pf = /* @__PURE__ */ L(cf, [["render", hf]]), gf = {
10838
10842
  };
10839
10843
  }
10840
10844
  }
10841
- }, yf = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), bf = [
10842
- yf
10845
+ }, gf = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), yf = [
10846
+ gf
10843
10847
  ];
10844
- function Cf(e, n, t, s, o, i) {
10848
+ function bf(e, n, t, s, o, i) {
10845
10849
  var m, p;
10846
- const r = G, d = ee, u = pf, h = Se;
10850
+ const r = G, d = ee, u = hf, h = Se;
10847
10851
  return l(), a("div", {
10848
10852
  class: b(["cmd-social-networks", { stretch: t.stretchButtons }, i.alignment])
10849
10853
  }, [
@@ -10894,10 +10898,10 @@ function Cf(e, n, t, s, o, i) {
10894
10898
  class: "button small",
10895
10899
  title: "Add new item",
10896
10900
  onClick: n[1] || (n[1] = (...w) => i.onAddItem && i.onAddItem(...w))
10897
- }, bf))
10901
+ }, yf))
10898
10902
  ], 2);
10899
10903
  }
10900
- const _f = /* @__PURE__ */ L(gf, [["render", Cf]]), wf = {
10904
+ const Cf = /* @__PURE__ */ L(pf, [["render", bf]]), _f = {
10901
10905
  name: "CmdPageFooter",
10902
10906
  props: {
10903
10907
  /**
@@ -10975,10 +10979,10 @@ const _f = /* @__PURE__ */ L(gf, [["render", Cf]]), wf = {
10975
10979
  });
10976
10980
  }
10977
10981
  }
10978
- }, xf = { class: "button-wrapper" }, kf = ["title"], vf = { key: 1 };
10979
- function Tf(e, n, t, s, o, i) {
10982
+ }, wf = { class: "button-wrapper" }, xf = ["title"], kf = { key: 1 };
10983
+ function vf(e, n, t, s, o, i) {
10980
10984
  var d, u, h, m;
10981
- const r = _f;
10985
+ const r = Cf;
10982
10986
  return l(), a("footer", {
10983
10987
  class: b(["cmd-page-footer flex-container", { "small-buttons": t.useSmallButtons }])
10984
10988
  }, [
@@ -10988,7 +10992,7 @@ function Tf(e, n, t, s, o, i) {
10988
10992
  ]),
10989
10993
  _: 3
10990
10994
  }, 16)) : c("", !0),
10991
- f("div", xf, [
10995
+ f("div", wf, [
10992
10996
  A(e.$slots, "default"),
10993
10997
  (d = i.buttonPrintViewOptions) != null && d.show ? (l(), a("button", {
10994
10998
  key: 0,
@@ -11000,12 +11004,12 @@ function Tf(e, n, t, s, o, i) {
11000
11004
  key: 0,
11001
11005
  class: b((m = i.buttonPrintViewOptions.icon) == null ? void 0 : m.iconClass)
11002
11006
  }, null, 2)) : c("", !0),
11003
- i.buttonPrintViewOptions.text ? (l(), a("span", vf, g(i.buttonPrintViewOptions.text), 1)) : c("", !0)
11004
- ], 10, kf)) : c("", !0)
11007
+ i.buttonPrintViewOptions.text ? (l(), a("span", kf, g(i.buttonPrintViewOptions.text), 1)) : c("", !0)
11008
+ ], 10, xf)) : c("", !0)
11005
11009
  ])
11006
11010
  ], 2);
11007
11011
  }
11008
- const Hy = /* @__PURE__ */ L(wf, [["render", Tf]]), Sf = {
11012
+ const Dy = /* @__PURE__ */ L(_f, [["render", vf]]), Tf = {
11009
11013
  name: "CmdPageHeader",
11010
11014
  props: {
11011
11015
  /**
@@ -11023,24 +11027,24 @@ const Hy = /* @__PURE__ */ L(wf, [["render", Tf]]), Sf = {
11023
11027
  required: !1
11024
11028
  }
11025
11029
  }
11026
- }, Of = {
11030
+ }, Sf = {
11027
11031
  key: 0,
11028
11032
  class: "cmd-page-header flex-container"
11029
- }, If = {
11033
+ }, Of = {
11030
11034
  key: 0,
11031
11035
  class: "headline-wrapper flex-container vertical"
11032
11036
  };
11033
- function Mf(e, n, t, s, o, i) {
11037
+ function If(e, n, t, s, o, i) {
11034
11038
  const r = lc, d = G;
11035
- return t.cmdBreadcrumbs || t.cmdHeadline || e.$slots.default ? (l(), a("header", Of, [
11036
- t.cmdBreadcrumbs || t.cmdHeadline ? (l(), a("div", If, [
11039
+ return t.cmdBreadcrumbs || t.cmdHeadline || e.$slots.default ? (l(), a("header", Sf, [
11040
+ t.cmdBreadcrumbs || t.cmdHeadline ? (l(), a("div", Of, [
11037
11041
  t.cmdBreadcrumbs ? (l(), C(r, j(M({ key: 0 }, t.cmdBreadcrumbs)), null, 16)) : c("", !0),
11038
11042
  t.cmdHeadline.headlineText ? (l(), C(d, j(M({ key: 1 }, t.cmdHeadline)), null, 16)) : c("", !0)
11039
11043
  ])) : c("", !0),
11040
11044
  e.$slots.default ? A(e.$slots, "default", { key: 1 }) : c("", !0)
11041
11045
  ])) : c("", !0);
11042
11046
  }
11043
- const qy = /* @__PURE__ */ L(Sf, [["render", Mf]]), Lf = {
11047
+ const Hy = /* @__PURE__ */ L(Tf, [["render", If]]), Mf = {
11044
11048
  name: "CmdProgressBar",
11045
11049
  inheritAttrs: !1,
11046
11050
  data() {
@@ -11082,8 +11086,8 @@ const qy = /* @__PURE__ */ L(Sf, [["render", Mf]]), Lf = {
11082
11086
  required: !0
11083
11087
  }
11084
11088
  }
11085
- }, Ff = ["for"], Bf = { class: "progressbar" }, Pf = { key: 0 }, Af = ["id", "value"];
11086
- function Ef(e, n, t, s, o, i) {
11089
+ }, Lf = ["for"], Ff = { class: "progressbar" }, Bf = { key: 0 }, Pf = ["id", "value"];
11090
+ function Af(e, n, t, s, o, i) {
11087
11091
  return l(), a("label", {
11088
11092
  class: "cmd-progressbar",
11089
11093
  for: t.id
@@ -11091,16 +11095,16 @@ function Ef(e, n, t, s, o, i) {
11091
11095
  f("span", {
11092
11096
  class: b(["label-text", { hidden: !t.showLabel }])
11093
11097
  }, g(t.labelText), 3),
11094
- f("span", Bf, [
11095
- t.showLoadingStatus ? (l(), a("span", Pf, g(o.loadingStatus) + " %", 1)) : c("", !0),
11098
+ f("span", Ff, [
11099
+ t.showLoadingStatus ? (l(), a("span", Bf, g(o.loadingStatus) + " %", 1)) : c("", !0),
11096
11100
  f("progress", M(e.$attrs, {
11097
11101
  id: t.id,
11098
11102
  value: o.loadingStatus
11099
- }), null, 16, Af)
11103
+ }), null, 16, Pf)
11100
11104
  ])
11101
- ], 8, Ff);
11105
+ ], 8, Lf);
11102
11106
  }
11103
- const Ry = /* @__PURE__ */ L(Lf, [["render", Ef]]), Vf = {
11107
+ const qy = /* @__PURE__ */ L(Mf, [["render", Af]]), Ef = {
11104
11108
  name: "CmdSidebar",
11105
11109
  data() {
11106
11110
  return {
@@ -11167,27 +11171,27 @@ const Ry = /* @__PURE__ */ L(Lf, [["render", Ef]]), Vf = {
11167
11171
  immediate: !0
11168
11172
  }
11169
11173
  }
11170
- }, Df = { class: "inner-sidebar-wrapper" }, Hf = {
11174
+ }, Vf = { class: "inner-sidebar-wrapper" }, Df = {
11171
11175
  key: 1,
11172
11176
  class: "open-slot-wrapper"
11173
- }, qf = {
11177
+ }, Hf = {
11174
11178
  key: 2,
11175
11179
  class: "closed-slot-wrapper"
11176
- }, Rf = ["title"];
11177
- function Nf(e, n, t, s, o, i) {
11180
+ }, qf = ["title"];
11181
+ function Rf(e, n, t, s, o, i) {
11178
11182
  var d;
11179
11183
  const r = G;
11180
11184
  return l(), a("aside", {
11181
11185
  class: b(["cmd-sidebar", i.wrapperClass, { box: t.styledAsBox, "collapse-to-right": !t.collapseToLeft }])
11182
11186
  }, [
11183
- f("div", Df, [
11187
+ f("div", Vf, [
11184
11188
  (d = t.cmdHeadline) != null && d.headlineText && o.open ? (l(), C(r, M({ key: 0 }, t.cmdHeadline, {
11185
11189
  headlineLevel: t.cmdHeadline.headlineLevel || 3,
11186
11190
  class: "sidebar-main-headline"
11187
11191
  }), null, 16, ["headlineLevel"])) : c("", !0),
11188
- o.open ? (l(), a("div", Hf, [
11192
+ o.open ? (l(), a("div", Df, [
11189
11193
  A(e.$slots, "open", { openBoxStatus: o.open })
11190
- ])) : (l(), a("div", qf, [
11194
+ ])) : (l(), a("div", Hf, [
11191
11195
  A(e.$slots, "closed", { openBoxStatus: o.open })
11192
11196
  ]))
11193
11197
  ]),
@@ -11200,10 +11204,10 @@ function Nf(e, n, t, s, o, i) {
11200
11204
  f("span", {
11201
11205
  class: b(i.iconClassOpenCollapse)
11202
11206
  }, null, 2)
11203
- ], 8, Rf)) : c("", !0)
11207
+ ], 8, qf)) : c("", !0)
11204
11208
  ], 2);
11205
11209
  }
11206
- const Ny = /* @__PURE__ */ L(Vf, [["render", Nf]]), jf = {
11210
+ const Ry = /* @__PURE__ */ L(Ef, [["render", Rf]]), Nf = {
11207
11211
  name: "CmdSiteFooter",
11208
11212
  props: {
11209
11213
  /**
@@ -11219,9 +11223,9 @@ const Ny = /* @__PURE__ */ L(Vf, [["render", Nf]]), jf = {
11219
11223
  }
11220
11224
  }
11221
11225
  }
11222
- }, Uf = { class: "cmd-site-footer site-footer" };
11223
- function zf(e, n, t, s, o, i) {
11224
- return l(), a("div", Uf, [
11226
+ }, jf = { class: "cmd-site-footer site-footer" };
11227
+ function Uf(e, n, t, s, o, i) {
11228
+ return l(), a("div", jf, [
11225
11229
  f("footer", {
11226
11230
  class: b(["flex-container", { vertical: t.orientation === "vertical" }])
11227
11231
  }, [
@@ -11229,7 +11233,7 @@ function zf(e, n, t, s, o, i) {
11229
11233
  ], 2)
11230
11234
  ]);
11231
11235
  }
11232
- const jy = /* @__PURE__ */ L(jf, [["render", zf]]), Wf = {
11236
+ const Ny = /* @__PURE__ */ L(Nf, [["render", Uf]]), zf = {
11233
11237
  name: "CmdSiteHeader",
11234
11238
  emits: ["offcanvas"],
11235
11239
  data() {
@@ -11326,13 +11330,13 @@ const jy = /* @__PURE__ */ L(jf, [["render", zf]]), Wf = {
11326
11330
  e.style.height = this.defaultLogoHeight;
11327
11331
  }
11328
11332
  }
11329
- }, Gf = {
11333
+ }, Wf = {
11330
11334
  key: 0,
11331
11335
  class: "top-header"
11332
11336
  };
11333
- function Jf(e, n, t, s, o, i) {
11337
+ function Gf(e, n, t, s, o, i) {
11334
11338
  var u, h, m, p, w, y, k, S, T;
11335
- const r = cc, d = gm;
11339
+ const r = cc, d = pm;
11336
11340
  return l(), a("div", {
11337
11341
  ref: "site-header",
11338
11342
  class: b([
@@ -11345,7 +11349,7 @@ function Jf(e, n, t, s, o, i) {
11345
11349
  ]),
11346
11350
  role: "banner"
11347
11351
  }, [
11348
- e.$slots.topheader ? (l(), a("div", Gf, [
11352
+ e.$slots.topheader ? (l(), a("div", Wf, [
11349
11353
  A(e.$slots, "topheader")
11350
11354
  ])) : c("", !0),
11351
11355
  f("header", {
@@ -11373,7 +11377,7 @@ function Jf(e, n, t, s, o, i) {
11373
11377
  }), null, 16, ["closeOffcanvas", "onOffcanvas"])) : c("", !0)
11374
11378
  ], 2);
11375
11379
  }
11376
- const Uy = /* @__PURE__ */ L(Wf, [["render", Jf]]), Kf = {
11380
+ const jy = /* @__PURE__ */ L(zf, [["render", Gf]]), Jf = {
11377
11381
  data() {
11378
11382
  return {
11379
11383
  defaultMessageProperties: {
@@ -11386,7 +11390,7 @@ const Uy = /* @__PURE__ */ L(Wf, [["render", Jf]]), Kf = {
11386
11390
  }
11387
11391
  };
11388
11392
  }
11389
- }, Zf = {
11393
+ }, Kf = {
11390
11394
  emits: [
11391
11395
  "search",
11392
11396
  "update:modelValueInput1",
@@ -11395,7 +11399,7 @@ const Uy = /* @__PURE__ */ L(Wf, [["render", Jf]]), Kf = {
11395
11399
  "update:modelValueSearchFilters"
11396
11400
  ],
11397
11401
  name: "CmdBoxSiteSearch",
11398
- mixins: [oe, Kf],
11402
+ mixins: [oe, Jf],
11399
11403
  data() {
11400
11404
  return {
11401
11405
  showFilters: !1
@@ -11647,22 +11651,22 @@ const Uy = /* @__PURE__ */ L(Wf, [["render", Jf]]), Kf = {
11647
11651
  deep: !0
11648
11652
  }
11649
11653
  }
11650
- }, Yf = { class: "cmd-box-site-search flex-container" }, Xf = { class: "flex-container align-bottom" }, Qf = { class: "input-wrapper align-bottom" }, $f = { key: 0 }, eh = { key: 1 }, th = {
11654
+ }, Zf = { class: "cmd-box-site-search flex-container" }, Yf = { class: "flex-container align-bottom" }, Xf = { class: "input-wrapper align-bottom" }, Qf = { key: 0 }, $f = { key: 1 }, eh = {
11651
11655
  key: 0,
11652
11656
  class: "flex-container no-flex",
11653
11657
  role: "listbox",
11654
11658
  "aria-expanded": "true"
11655
11659
  };
11656
- function nh(e, n, t, s, o, i) {
11660
+ function th(e, n, t, s, o, i) {
11657
11661
  var p, w, y, k, S, T, B, O;
11658
- const r = G, d = ee, u = z, h = su, m = fu;
11662
+ const r = G, d = ee, u = z, h = lu, m = mu;
11659
11663
  return l(), a(_, null, [
11660
- f("fieldset", Yf, [
11664
+ f("fieldset", Zf, [
11661
11665
  f("legend", {
11662
11666
  class: b({ hidden: !t.legend.show, "align-left": t.legend.align === "left" })
11663
11667
  }, g(t.legend.text), 3),
11664
11668
  t.cmdHeadline ? (l(), C(r, j(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
11665
- f("div", Xf, [
11669
+ f("div", Yf, [
11666
11670
  v(d, {
11667
11671
  element: "input",
11668
11672
  type: t.cmdFormElementInput1.type,
@@ -11674,7 +11678,7 @@ function nh(e, n, t, s, o, i) {
11674
11678
  modelValue: i.searchValue1,
11675
11679
  "onUpdate:modelValue": n[0] || (n[0] = (P) => i.searchValue1 = P)
11676
11680
  }, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
11677
- f("div", Qf, [
11681
+ f("div", Xf, [
11678
11682
  t.cmdFormElementInput2.show ? (l(), C(d, {
11679
11683
  key: 0,
11680
11684
  element: "input",
@@ -11713,13 +11717,13 @@ function nh(e, n, t, s, o, i) {
11713
11717
  iconClass: o.showFilters ? (w = (p = t.cmdIcon) == null ? void 0 : p.showFilters) == null ? void 0 : w.iconClass : (k = (y = t.cmdIcon) == null ? void 0 : y.hideFilters) == null ? void 0 : k.iconClass,
11714
11718
  type: o.showFilters ? (T = (S = t.cmdIcon) == null ? void 0 : S.showFilters) == null ? void 0 : T.iconType : (O = (B = t.cmdIcon) == null ? void 0 : B.hideFilters) == null ? void 0 : O.iconType
11715
11719
  }, null, 8, ["iconClass", "type"]),
11716
- o.showFilters ? (l(), a("span", $f, g(e.getMessage("cmdsitesearch.hide_filter_options")), 1)) : (l(), a("span", eh, g(e.getMessage("cmdsitesearch.show_filter_options")), 1))
11720
+ o.showFilters ? (l(), a("span", Qf, g(e.getMessage("cmdsitesearch.hide_filter_options")), 1)) : (l(), a("span", $f, g(e.getMessage("cmdsitesearch.show_filter_options")), 1))
11717
11721
  ]),
11718
11722
  v(ke, { name: "fade" }, {
11719
11723
  default: V(() => {
11720
11724
  var P, D, U, F, q;
11721
11725
  return [
11722
- o.showFilters && ((P = t.cmdFakeSelect) != null && P.selectData.length) ? (l(), a("div", th, [
11726
+ o.showFilters && ((P = t.cmdFakeSelect) != null && P.selectData.length) ? (l(), a("div", eh, [
11723
11727
  v(h, {
11724
11728
  role: "option",
11725
11729
  selectData: (D = t.cmdFakeSelect) == null ? void 0 : D.selectData,
@@ -11744,7 +11748,7 @@ function nh(e, n, t, s, o, i) {
11744
11748
  }, null, 8, ["modelValue", "selectedOptionsName"])) : c("", !0)
11745
11749
  ], 64);
11746
11750
  }
11747
- const zy = /* @__PURE__ */ L(Zf, [["render", nh]]), ih = {
11751
+ const Uy = /* @__PURE__ */ L(Kf, [["render", th]]), nh = {
11748
11752
  name: "CmdSlideshow",
11749
11753
  mixins: [$],
11750
11754
  data() {
@@ -11927,14 +11931,14 @@ const zy = /* @__PURE__ */ L(Zf, [["render", nh]]), ih = {
11927
11931
  });
11928
11932
  }
11929
11933
  }
11930
- }, oh = ["href", "title"], lh = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), sh = /* @__PURE__ */ f("span", null, "Add new slideshow-image", -1), ah = [
11931
- lh,
11932
- sh
11933
- ], rh = { key: 2 }, dh = ["onClick", "aria-label", "title"], ch = {
11934
+ }, ih = ["href", "title"], oh = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), lh = /* @__PURE__ */ f("span", null, "Add new slideshow-image", -1), sh = [
11935
+ oh,
11936
+ lh
11937
+ ], ah = { key: 2 }, rh = ["onClick", "aria-label", "title"], dh = {
11934
11938
  key: 3,
11935
11939
  class: "item-counter"
11936
11940
  };
11937
- function uh(e, n, t, s, o, i) {
11941
+ function ch(e, n, t, s, o, i) {
11938
11942
  const r = dt, d = _e;
11939
11943
  return l(), a("div", {
11940
11944
  class: b(["cmd-slideshow", { "full-width": o.fullWidth }])
@@ -11978,7 +11982,7 @@ function uh(e, n, t, s, o, i) {
11978
11982
  image: (k = i.currentItem) == null ? void 0 : k.image,
11979
11983
  figcaption: (S = i.currentItem) == null ? void 0 : S.figcaption
11980
11984
  }, null, 8, ["image", "figcaption"])
11981
- ], 8, oh)) : (l(), C(d, {
11985
+ ], 8, ih)) : (l(), C(d, {
11982
11986
  key: 1,
11983
11987
  image: (T = i.currentItem) == null ? void 0 : T.image,
11984
11988
  figcaption: (B = i.currentItem) == null ? void 0 : B.figcaption
@@ -11990,7 +11994,7 @@ function uh(e, n, t, s, o, i) {
11990
11994
  type: "button",
11991
11995
  class: "button confirm",
11992
11996
  onClick: n[0] || (n[0] = (...D) => i.onAddItem && i.onAddItem(...D))
11993
- }, ah)) : c("", !0)
11997
+ }, sh)) : c("", !0)
11994
11998
  ];
11995
11999
  }),
11996
12000
  _: 3
@@ -12000,7 +12004,7 @@ function uh(e, n, t, s, o, i) {
12000
12004
  onClick: I(i.showNextItem, ["prevent"]),
12001
12005
  class: { disabled: o.slideshowItemEditing }
12002
12006
  }, i.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : c("", !0),
12003
- t.showQuickLinkIcons ? (l(), a("ol", rh, [
12007
+ t.showQuickLinkIcons ? (l(), a("ol", ah, [
12004
12008
  (l(!0), a(_, null, H(t.slideshowItems, (u, h) => (l(), a("li", {
12005
12009
  key: h,
12006
12010
  class: b({ active: h === o.index })
@@ -12011,24 +12015,24 @@ function uh(e, n, t, s, o, i) {
12011
12015
  onClick: I((m) => i.showItem(h), ["prevent"]),
12012
12016
  "aria-label": o.index,
12013
12017
  title: o.slideshowItemEditing ? "Not allowed while editing!" : "Switch to image #" + (h + 1)
12014
- }, null, 10, dh)
12018
+ }, null, 10, rh)
12015
12019
  ], 2))), 128))
12016
12020
  ])) : c("", !0),
12017
- t.showCounter ? (l(), a("span", ch, g(o.index + 1) + "/" + g(t.slideshowItems.length), 1)) : c("", !0)
12021
+ t.showCounter ? (l(), a("span", dh, g(o.index + 1) + "/" + g(t.slideshowItems.length), 1)) : c("", !0)
12018
12022
  ], 32)
12019
12023
  ], 2);
12020
12024
  }
12021
- const Wy = /* @__PURE__ */ L(ih, [["render", uh]]), mh = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='850.394px'%20height='566.929px'%20viewBox='0%200%20850.394%20566.929'%20enable-background='new%200%200%20850.394%20566.929'%20xml:space='preserve'%3e%3cg%20id='it'%3e%3cg%3e%3crect%20fill='%23078E46'%20width='283.465'%20height='566.929'/%3e%3crect%20x='283.465'%20fill='%23FBFDFF'%20width='283.465'%20height='566.929'/%3e%3crect%20x='566.93'%20fill='%23D3242C'%20width='283.465'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='de'%3e%3cg%3e%3cdesc%3eFlag%20of%20Germany%3c/desc%3e%3crect%20id='black_stripe'%20x='0.901'%20fill='%23010202'%20width='849.492'%20height='566.929'/%3e%3crect%20id='red_stripe'%20x='0.901'%20y='188.977'%20fill='%23DD0B15'%20width='849.492'%20height='377.953'/%3e%3crect%20id='gold_stripe'%20x='0.901'%20y='377.953'%20fill='%23FFCE05'%20width='849.492'%20height='188.976'/%3e%3c/g%3e%3c/g%3e%3cg%20id='fr'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20x='0.901'%20fill='%23CF1327'%20width='849.492'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%23FFFFFF'%20width='566.328'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%231D2C4E'%20width='283.164'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='ru'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20fill='%23FFFFFF'%20width='850.395'%20height='283.465'/%3e%3crect%20y='283.465'%20fill='%23D52D1E'%20width='850.395'%20height='283.464'/%3e%3crect%20y='188.977'%20fill='%231E4295'%20width='850.395'%20height='188.977'/%3e%3c/g%3e%3c/g%3e%3cg%20id='cn'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20x='0.901'%20fill='%23DF2B14'%20width='849.493'%20height='566.929'/%3e%3cg%20transform='translate(5,5)%20scale(3)'%3e%3cpath%20id='s'%20fill='%23FFDE08'%20d='M142.483,56.693l49.932,153.838L61.692,115.454h161.583L92.551,210.531L142.483,56.693z'/%3e%3c/g%3e%3cg%20transform='translate(10,2)%20rotate(23.036243)'%3e%3cpath%20id='s_1_'%20fill='%23FFDE08'%20d='M295.146,30.607l-4.728,53.71l-27.711-46.234l49.566,21.099l-52.488,12.096L295.146,30.607z'/%3e%3c/g%3e%3cg%20transform='translate(12,4)%20rotate(45.869898)'%3e%3cpath%20id='s_2_'%20fill='%23FFDE08'%20d='M361.022,93.648l-25.178,47.665l-7.617-53.376l37.503,38.701l-53.064-9.243L361.022,93.648z'/%3e%3c/g%3e%3cg%20transform='translate(12,7)%20rotate(69.945396)'%3e%3cpath%20id='s_3_'%20fill='%23FFDE08'%20d='M367.298,188.705l-42.412,33.236l14.797-51.844l18.47,50.649l-44.682-30.108L367.298,188.705z'%20/%3e%3c/g%3e%3cg%20transform='translate(10,9)%20rotate(20.659808)'%3e%3cpath%20id='s_4_'%20fill='%23FFDE08'%20d='M294.056,228.595l-2.5,53.86l-29.603-45.045l50.397,19.024l-51.942,14.264L294.056,228.595z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20id='uk'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20y='0.002'%20fill='%23FFFFFF'%20width='850.16'%20height='566.865'/%3e%3cpolygon%20fill='%23CF172C'%20points='382.569,0%20382.569,226.625%200,226.625%200,339.948%20382.569,339.948%20382.569,566.863%20467.592,566.863%20467.592,339.948%20850.16,339.948%20850.16,226.625%20467.592,226.625%20467.592,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,0%20495.946,183.497%20771.202,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,566.863%20771.202,566.863%20495.946,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,566.863%20354.214,566.863%20354.214,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,0%20354.214,183.497%20354.214,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0.003,188.95%20204.392,188.95%200.003,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,188.95%20850.16,188.95%20850.16,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,377.913%20850.16,514.171%20850.16,377.913%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0,377.913%200,514.171%20204.392,377.913%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='802.938,0%20520.004,188.95%20567.223,188.95%20850.605,0%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='330.156,377.909%20282.937,377.909%200,566.852%2047.219,566.852%20330.602,377.909%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='0,0%200,31.692%20236.091,189.098%20283.311,189.098%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='566.696,377.832%20850.008,566.929%20850.01,535.239%20613.92,377.832%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e", fh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12025
+ const zy = /* @__PURE__ */ L(nh, [["render", ch]]), uh = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='850.394px'%20height='566.929px'%20viewBox='0%200%20850.394%20566.929'%20enable-background='new%200%200%20850.394%20566.929'%20xml:space='preserve'%3e%3cg%20id='it'%3e%3cg%3e%3crect%20fill='%23078E46'%20width='283.465'%20height='566.929'/%3e%3crect%20x='283.465'%20fill='%23FBFDFF'%20width='283.465'%20height='566.929'/%3e%3crect%20x='566.93'%20fill='%23D3242C'%20width='283.465'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='de'%3e%3cg%3e%3cdesc%3eFlag%20of%20Germany%3c/desc%3e%3crect%20id='black_stripe'%20x='0.901'%20fill='%23010202'%20width='849.492'%20height='566.929'/%3e%3crect%20id='red_stripe'%20x='0.901'%20y='188.977'%20fill='%23DD0B15'%20width='849.492'%20height='377.953'/%3e%3crect%20id='gold_stripe'%20x='0.901'%20y='377.953'%20fill='%23FFCE05'%20width='849.492'%20height='188.976'/%3e%3c/g%3e%3c/g%3e%3cg%20id='fr'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20x='0.901'%20fill='%23CF1327'%20width='849.492'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%23FFFFFF'%20width='566.328'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%231D2C4E'%20width='283.164'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='ru'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20fill='%23FFFFFF'%20width='850.395'%20height='283.465'/%3e%3crect%20y='283.465'%20fill='%23D52D1E'%20width='850.395'%20height='283.464'/%3e%3crect%20y='188.977'%20fill='%231E4295'%20width='850.395'%20height='188.977'/%3e%3c/g%3e%3c/g%3e%3cg%20id='cn'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20x='0.901'%20fill='%23DF2B14'%20width='849.493'%20height='566.929'/%3e%3cg%20transform='translate(5,5)%20scale(3)'%3e%3cpath%20id='s'%20fill='%23FFDE08'%20d='M142.483,56.693l49.932,153.838L61.692,115.454h161.583L92.551,210.531L142.483,56.693z'/%3e%3c/g%3e%3cg%20transform='translate(10,2)%20rotate(23.036243)'%3e%3cpath%20id='s_1_'%20fill='%23FFDE08'%20d='M295.146,30.607l-4.728,53.71l-27.711-46.234l49.566,21.099l-52.488,12.096L295.146,30.607z'/%3e%3c/g%3e%3cg%20transform='translate(12,4)%20rotate(45.869898)'%3e%3cpath%20id='s_2_'%20fill='%23FFDE08'%20d='M361.022,93.648l-25.178,47.665l-7.617-53.376l37.503,38.701l-53.064-9.243L361.022,93.648z'/%3e%3c/g%3e%3cg%20transform='translate(12,7)%20rotate(69.945396)'%3e%3cpath%20id='s_3_'%20fill='%23FFDE08'%20d='M367.298,188.705l-42.412,33.236l14.797-51.844l18.47,50.649l-44.682-30.108L367.298,188.705z'%20/%3e%3c/g%3e%3cg%20transform='translate(10,9)%20rotate(20.659808)'%3e%3cpath%20id='s_4_'%20fill='%23FFDE08'%20d='M294.056,228.595l-2.5,53.86l-29.603-45.045l50.397,19.024l-51.942,14.264L294.056,228.595z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20id='uk'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20y='0.002'%20fill='%23FFFFFF'%20width='850.16'%20height='566.865'/%3e%3cpolygon%20fill='%23CF172C'%20points='382.569,0%20382.569,226.625%200,226.625%200,339.948%20382.569,339.948%20382.569,566.863%20467.592,566.863%20467.592,339.948%20850.16,339.948%20850.16,226.625%20467.592,226.625%20467.592,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,0%20495.946,183.497%20771.202,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,566.863%20771.202,566.863%20495.946,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,566.863%20354.214,566.863%20354.214,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,0%20354.214,183.497%20354.214,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0.003,188.95%20204.392,188.95%200.003,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,188.95%20850.16,188.95%20850.16,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,377.913%20850.16,514.171%20850.16,377.913%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0,377.913%200,514.171%20204.392,377.913%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='802.938,0%20520.004,188.95%20567.223,188.95%20850.605,0%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='330.156,377.909%20282.937,377.909%200,566.852%2047.219,566.852%20330.602,377.909%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='0,0%200,31.692%20236.091,189.098%20283.311,189.098%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='566.696,377.832%20850.008,566.929%20850.01,535.239%20613.92,377.832%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e", mh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12022
12026
  __proto__: null,
12023
- default: mh
12024
- }, Symbol.toStringTag, { value: "Module" })), hh = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='850.394px'%20height='566.929px'%20viewBox='0%200%20850.394%20566.929'%20enable-background='new%200%200%20850.394%20566.929'%20xml:space='preserve'%3e%3cg%20id='it'%3e%3cg%3e%3crect%20fill='%23078E46'%20width='283.465'%20height='566.929'/%3e%3crect%20x='283.465'%20fill='%23FBFDFF'%20width='283.465'%20height='566.929'/%3e%3crect%20x='566.93'%20fill='%23D3242C'%20width='283.465'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='de'%3e%3cg%3e%3cdesc%3eFlag%20of%20Germany%3c/desc%3e%3crect%20id='black_stripe'%20x='0.901'%20fill='%23010202'%20width='849.492'%20height='566.929'/%3e%3crect%20id='red_stripe'%20x='0.901'%20y='188.977'%20fill='%23DD0B15'%20width='849.492'%20height='377.953'/%3e%3crect%20id='gold_stripe'%20x='0.901'%20y='377.953'%20fill='%23FFCE05'%20width='849.492'%20height='188.976'/%3e%3c/g%3e%3c/g%3e%3cg%20id='fr'%3e%3cg%3e%3crect%20x='0.901'%20fill='%23CF1327'%20width='849.492'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%23FFFFFF'%20width='566.328'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%231D2C4E'%20width='283.164'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='ru'%3e%3cg%3e%3crect%20fill='%23FFFFFF'%20width='850.395'%20height='283.465'/%3e%3crect%20y='283.465'%20fill='%23D52D1E'%20width='850.395'%20height='283.464'/%3e%3crect%20y='188.977'%20fill='%231E4295'%20width='850.395'%20height='188.977'/%3e%3c/g%3e%3c/g%3e%3cg%20id='cn'%3e%3cg%3e%3crect%20x='0.901'%20fill='%23DF2B14'%20width='849.493'%20height='566.929'/%3e%3cg%20transform='translate(5,5)%20scale(3)'%3e%3cpath%20id='s'%20fill='%23FFDE08'%20d='M142.483,56.693l49.932,153.838L61.692,115.454h161.583L92.551,210.531L142.483,56.693z'/%3e%3c/g%3e%3cg%20transform='translate(10,2)%20rotate(23.036243)'%3e%3cpath%20id='s_1_'%20fill='%23FFDE08'%20d='M295.146,30.607l-4.728,53.71l-27.711-46.234l49.566,21.099l-52.488,12.096L295.146,30.607z'/%3e%3c/g%3e%3cg%20transform='translate(12,4)%20rotate(45.869898)'%3e%3cpath%20id='s_2_'%20fill='%23FFDE08'%20d='M361.022,93.648l-25.178,47.665l-7.617-53.376l37.503,38.701l-53.064-9.243L361.022,93.648z'/%3e%3c/g%3e%3cg%20transform='translate(12,7)%20rotate(69.945396)'%3e%3cpath%20id='s_3_'%20fill='%23FFDE08'%20d='M367.298,188.705l-42.412,33.236l14.797-51.844l18.47,50.649l-44.682-30.108L367.298,188.705z'%20/%3e%3c/g%3e%3cg%20transform='translate(10,9)%20rotate(20.659808)'%3e%3cpath%20id='s_4_'%20fill='%23FFDE08'%20d='M294.056,228.595l-2.5,53.86l-29.603-45.045l50.397,19.024l-51.942,14.264L294.056,228.595z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20id='uk'%3e%3cg%3e%3crect%20y='0.002'%20fill='%23FFFFFF'%20width='850.16'%20height='566.865'/%3e%3cpolygon%20fill='%23CF172C'%20points='382.569,0%20382.569,226.625%200,226.625%200,339.948%20382.569,339.948%20382.569,566.863%20467.592,566.863%20467.592,339.948%20850.16,339.948%20850.16,226.625%20467.592,226.625%20467.592,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,0%20495.946,183.497%20771.202,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,566.863%20771.202,566.863%20495.946,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,566.863%20354.214,566.863%20354.214,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,0%20354.214,183.497%20354.214,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0.003,188.95%20204.392,188.95%200.003,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,188.95%20850.16,188.95%20850.16,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,377.913%20850.16,514.171%20850.16,377.913%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0,377.913%200,514.171%20204.392,377.913%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='802.938,0%20520.004,188.95%20567.223,188.95%20850.605,0%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='330.156,377.909%20282.937,377.909%200,566.852%2047.219,566.852%20330.602,377.909%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='0,0%200,31.692%20236.091,189.098%20283.311,189.098%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='566.696,377.832%20850.008,566.929%20850.01,535.239%20613.92,377.832%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e", ph = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12027
+ default: uh
12028
+ }, Symbol.toStringTag, { value: "Module" })), fh = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='850.394px'%20height='566.929px'%20viewBox='0%200%20850.394%20566.929'%20enable-background='new%200%200%20850.394%20566.929'%20xml:space='preserve'%3e%3cg%20id='it'%3e%3cg%3e%3crect%20fill='%23078E46'%20width='283.465'%20height='566.929'/%3e%3crect%20x='283.465'%20fill='%23FBFDFF'%20width='283.465'%20height='566.929'/%3e%3crect%20x='566.93'%20fill='%23D3242C'%20width='283.465'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='de'%3e%3cg%3e%3cdesc%3eFlag%20of%20Germany%3c/desc%3e%3crect%20id='black_stripe'%20x='0.901'%20fill='%23010202'%20width='849.492'%20height='566.929'/%3e%3crect%20id='red_stripe'%20x='0.901'%20y='188.977'%20fill='%23DD0B15'%20width='849.492'%20height='377.953'/%3e%3crect%20id='gold_stripe'%20x='0.901'%20y='377.953'%20fill='%23FFCE05'%20width='849.492'%20height='188.976'/%3e%3c/g%3e%3c/g%3e%3cg%20id='fr'%3e%3cg%3e%3crect%20x='0.901'%20fill='%23CF1327'%20width='849.492'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%23FFFFFF'%20width='566.328'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%231D2C4E'%20width='283.164'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='ru'%3e%3cg%3e%3crect%20fill='%23FFFFFF'%20width='850.395'%20height='283.465'/%3e%3crect%20y='283.465'%20fill='%23D52D1E'%20width='850.395'%20height='283.464'/%3e%3crect%20y='188.977'%20fill='%231E4295'%20width='850.395'%20height='188.977'/%3e%3c/g%3e%3c/g%3e%3cg%20id='cn'%3e%3cg%3e%3crect%20x='0.901'%20fill='%23DF2B14'%20width='849.493'%20height='566.929'/%3e%3cg%20transform='translate(5,5)%20scale(3)'%3e%3cpath%20id='s'%20fill='%23FFDE08'%20d='M142.483,56.693l49.932,153.838L61.692,115.454h161.583L92.551,210.531L142.483,56.693z'/%3e%3c/g%3e%3cg%20transform='translate(10,2)%20rotate(23.036243)'%3e%3cpath%20id='s_1_'%20fill='%23FFDE08'%20d='M295.146,30.607l-4.728,53.71l-27.711-46.234l49.566,21.099l-52.488,12.096L295.146,30.607z'/%3e%3c/g%3e%3cg%20transform='translate(12,4)%20rotate(45.869898)'%3e%3cpath%20id='s_2_'%20fill='%23FFDE08'%20d='M361.022,93.648l-25.178,47.665l-7.617-53.376l37.503,38.701l-53.064-9.243L361.022,93.648z'/%3e%3c/g%3e%3cg%20transform='translate(12,7)%20rotate(69.945396)'%3e%3cpath%20id='s_3_'%20fill='%23FFDE08'%20d='M367.298,188.705l-42.412,33.236l14.797-51.844l18.47,50.649l-44.682-30.108L367.298,188.705z'%20/%3e%3c/g%3e%3cg%20transform='translate(10,9)%20rotate(20.659808)'%3e%3cpath%20id='s_4_'%20fill='%23FFDE08'%20d='M294.056,228.595l-2.5,53.86l-29.603-45.045l50.397,19.024l-51.942,14.264L294.056,228.595z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20id='uk'%3e%3cg%3e%3crect%20y='0.002'%20fill='%23FFFFFF'%20width='850.16'%20height='566.865'/%3e%3cpolygon%20fill='%23CF172C'%20points='382.569,0%20382.569,226.625%200,226.625%200,339.948%20382.569,339.948%20382.569,566.863%20467.592,566.863%20467.592,339.948%20850.16,339.948%20850.16,226.625%20467.592,226.625%20467.592,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,0%20495.946,183.497%20771.202,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,566.863%20771.202,566.863%20495.946,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,566.863%20354.214,566.863%20354.214,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,0%20354.214,183.497%20354.214,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0.003,188.95%20204.392,188.95%200.003,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,188.95%20850.16,188.95%20850.16,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,377.913%20850.16,514.171%20850.16,377.913%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0,377.913%200,514.171%20204.392,377.913%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='802.938,0%20520.004,188.95%20567.223,188.95%20850.605,0%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='330.156,377.909%20282.937,377.909%200,566.852%2047.219,566.852%20330.602,377.909%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='0,0%200,31.692%20236.091,189.098%20283.311,189.098%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='566.696,377.832%20850.008,566.929%20850.01,535.239%20613.92,377.832%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e", hh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12025
12029
  __proto__: null,
12026
- default: hh
12027
- }, Symbol.toStringTag, { value: "Module" })), gh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12030
+ default: fh
12031
+ }, Symbol.toStringTag, { value: "Module" })), ph = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12028
12032
  __proto__: null,
12029
- de: fh,
12030
- en: ph
12031
- }, Symbol.toStringTag, { value: "Module" })), yh = {
12033
+ de: mh,
12034
+ en: hh
12035
+ }, Symbol.toStringTag, { value: "Module" })), gh = {
12032
12036
  name: "CmdSwitchLanguage",
12033
12037
  emits: ["click"],
12034
12038
  data() {
@@ -12059,7 +12063,7 @@ const Wy = /* @__PURE__ */ L(ih, [["render", uh]]), mh = "data:image/svg+xml,%3c
12059
12063
  this.imageSources = [], this.languages.forEach(
12060
12064
  async (e) => {
12061
12065
  const n = e.iso2;
12062
- this.imageSources.push(gh[n].default);
12066
+ this.imageSources.push(ph[n].default);
12063
12067
  }
12064
12068
  );
12065
12069
  },
@@ -12067,10 +12071,10 @@ const Wy = /* @__PURE__ */ L(ih, [["render", uh]]), mh = "data:image/svg+xml,%3c
12067
12071
  deep: !0
12068
12072
  }
12069
12073
  }
12070
- }, bh = { class: "cmd-switch-language" }, Ch = ["href", "title", "onClick"], _h = ["src", "alt"], wh = ["src", "alt"];
12071
- function xh(e, n, t, s, o, i) {
12074
+ }, yh = { class: "cmd-switch-language" }, bh = ["href", "title", "onClick"], Ch = ["src", "alt"], _h = ["src", "alt"];
12075
+ function wh(e, n, t, s, o, i) {
12072
12076
  const r = be("router-link");
12073
- return l(), a("div", bh, [
12077
+ return l(), a("div", yh, [
12074
12078
  f("ul", null, [
12075
12079
  (l(!0), a(_, null, H(t.languages, (d, u) => (l(), a("li", { key: u }, [
12076
12080
  d.link.type === "href" ? (l(), a("a", {
@@ -12083,8 +12087,8 @@ function xh(e, n, t, s, o, i) {
12083
12087
  f("img", {
12084
12088
  src: o.imageSources[u],
12085
12089
  alt: d.name
12086
- }, null, 8, _h)
12087
- ], 10, Ch)) : (l(), C(r, {
12090
+ }, null, 8, Ch)
12091
+ ], 10, bh)) : (l(), C(r, {
12088
12092
  key: 1,
12089
12093
  class: b(["flag", d.iso2]),
12090
12094
  to: i.getRoute(d),
@@ -12095,7 +12099,7 @@ function xh(e, n, t, s, o, i) {
12095
12099
  f("img", {
12096
12100
  src: o.imageSources[u],
12097
12101
  alt: d.name
12098
- }, null, 8, wh)
12102
+ }, null, 8, _h)
12099
12103
  ]),
12100
12104
  _: 2
12101
12105
  }, 1032, ["class", "to", "title", "onClick"]))
@@ -12103,7 +12107,7 @@ function xh(e, n, t, s, o, i) {
12103
12107
  ])
12104
12108
  ]);
12105
12109
  }
12106
- const Gy = /* @__PURE__ */ L(yh, [["render", xh]]), kh = {
12110
+ const Wy = /* @__PURE__ */ L(gh, [["render", wh]]), xh = {
12107
12111
  name: "CmdSystemMessage",
12108
12112
  mixins: [ze],
12109
12113
  data() {
@@ -12190,8 +12194,8 @@ const Gy = /* @__PURE__ */ L(yh, [["render", xh]]), kh = {
12190
12194
  this.showSystemMessage = !0;
12191
12195
  }
12192
12196
  }
12193
- }, vh = ["role", "aria-labelledby"], Th = ["title"];
12194
- function Sh(e, n, t, s, o, i) {
12197
+ }, kh = ["role", "aria-labelledby"], vh = ["title"];
12198
+ function Th(e, n, t, s, o, i) {
12195
12199
  const r = z, d = G;
12196
12200
  return l(), C(ke, { name: "fade" }, {
12197
12201
  default: V(() => [
@@ -12211,7 +12215,7 @@ function Sh(e, n, t, s, o, i) {
12211
12215
  iconClass: t.iconClose.iconClass,
12212
12216
  type: t.iconClose.iconType
12213
12217
  }, null, 8, ["iconClass", "type"])
12214
- ], 8, Th)) : c("", !0),
12218
+ ], 8, vh)) : c("", !0),
12215
12219
  v(d, {
12216
12220
  class: "message-headline",
12217
12221
  cmdIcon: i.headlineIcon,
@@ -12220,12 +12224,12 @@ function Sh(e, n, t, s, o, i) {
12220
12224
  id: e.htmlId
12221
12225
  }, null, 8, ["cmdIcon", "headlineText", "headlineLevel", "id"]),
12222
12226
  A(e.$slots, "default")
12223
- ], 10, vh)) : c("", !0)
12227
+ ], 10, kh)) : c("", !0)
12224
12228
  ]),
12225
12229
  _: 3
12226
12230
  });
12227
12231
  }
12228
- const Oh = /* @__PURE__ */ L(kh, [["render", Sh]]), Ih = {
12232
+ const Sh = /* @__PURE__ */ L(xh, [["render", Th]]), Oh = {
12229
12233
  name: "CmdTable",
12230
12234
  data() {
12231
12235
  return {
@@ -12369,20 +12373,20 @@ const Oh = /* @__PURE__ */ L(kh, [["render", Sh]]), Ih = {
12369
12373
  immediate: !0
12370
12374
  }
12371
12375
  }
12372
- }, Mh = {
12376
+ }, Ih = {
12373
12377
  key: 0,
12374
12378
  class: "button-wrapper"
12375
- }, Lh = ["title"], Fh = ["title"], Bh = { "aria-expanded": "true" }, Ph = {
12379
+ }, Mh = ["title"], Lh = ["title"], Fh = { "aria-expanded": "true" }, Bh = {
12376
12380
  key: 0,
12377
12381
  "aria-expanded": "true"
12378
12382
  };
12379
- function Ah(e, n, t, s, o, i) {
12383
+ function Ph(e, n, t, s, o, i) {
12380
12384
  var u, h, m, p;
12381
12385
  const r = z, d = dt;
12382
12386
  return l(), a("div", {
12383
12387
  class: b(["cmd-table-wrapper", { collapsed: !o.showTableData, "full-width": o.fullWidth, "has-caption": i.hasCaption, "has-overflow": o.hasOverflow }])
12384
12388
  }, [
12385
- t.collapsible || t.userCanToggleWidth ? (l(), a("div", Mh, [
12389
+ t.collapsible || t.userCanToggleWidth ? (l(), a("div", Ih, [
12386
12390
  t.userCanToggleWidth ? (l(), a("a", {
12387
12391
  key: 0,
12388
12392
  class: "button",
@@ -12394,7 +12398,7 @@ function Ah(e, n, t, s, o, i) {
12394
12398
  iconClass: t.iconToggleWidth.iconClass,
12395
12399
  type: t.iconToggleWidth.iconType
12396
12400
  }, null, 8, ["iconClass", "type"])
12397
- ], 8, Lh)) : c("", !0),
12401
+ ], 8, Mh)) : c("", !0),
12398
12402
  t.collapsible ? (l(), a("a", {
12399
12403
  key: 1,
12400
12404
  class: "button",
@@ -12406,7 +12410,7 @@ function Ah(e, n, t, s, o, i) {
12406
12410
  iconClass: o.showTableData ? t.iconCollapse.iconClass : t.iconExpand.iconClass,
12407
12411
  type: o.showTableData ? t.iconCollapse.iconType : t.iconExpand.iconType
12408
12412
  }, null, 8, ["iconClass", "type"])
12409
- ], 8, Fh)) : c("", !0)
12413
+ ], 8, Lh)) : c("", !0)
12410
12414
  ])) : c("", !0),
12411
12415
  f("div", {
12412
12416
  class: "inner-wrapper",
@@ -12433,7 +12437,7 @@ function Ah(e, n, t, s, o, i) {
12433
12437
  ]),
12434
12438
  v(ke, { name: "fade" }, {
12435
12439
  default: V(() => [
12436
- ue(f("tbody", Bh, [
12440
+ ue(f("tbody", Fh, [
12437
12441
  (l(!0), a(_, null, H(t.tableData.tbody, (w, y) => (l(), a("tr", {
12438
12442
  class: b({ active: t.tableData.rowIndexHighlighted === y }),
12439
12443
  key: y
@@ -12451,7 +12455,7 @@ function Ah(e, n, t, s, o, i) {
12451
12455
  }),
12452
12456
  v(ke, { name: "fade" }, {
12453
12457
  default: V(() => [
12454
- t.tableData.tfoot && t.tableData.tfoot.length && o.showTableData ? (l(), a("tfoot", Ph, [
12458
+ t.tableData.tfoot && t.tableData.tfoot.length && o.showTableData ? (l(), a("tfoot", Bh, [
12455
12459
  f("tr", null, [
12456
12460
  (l(!0), a(_, null, H(t.tableData.tfoot, (w, y) => (l(), a("td", {
12457
12461
  class: b({ active: t.tableData.columnIndexHighlighted === y }),
@@ -12470,7 +12474,7 @@ function Ah(e, n, t, s, o, i) {
12470
12474
  ], 544)
12471
12475
  ], 2);
12472
12476
  }
12473
- const Jy = /* @__PURE__ */ L(Ih, [["render", Ah]]), Eh = "cmd", Vh = {
12477
+ const Gy = /* @__PURE__ */ L(Oh, [["render", Ph]]), Ah = "cmd", Eh = {
12474
12478
  "3d-cursor": {
12475
12479
  body: '<path d="M13 4H4v9.01h2V6h7V4z" fill="currentColor"/><path d="M29.49 13.12l-9-5a1 1 0 0 0-1 0l-9 5A1 1 0 0 0 10 14v10a1 1 0 0 0 .52.87l9 5A1 1 0 0 0 20 30a1.05 1.05 0 0 0 .49-.13l9-5A1 1 0 0 0 30 24V14a1 1 0 0 0-.51-.88zM19 27.3l-7-3.89v-7.72l7 3.89zm1-9.45L13.06 14L20 10.14L26.94 14zm8 5.56l-7 3.89v-7.72l7-3.89z" fill="currentColor"/>',
12476
12480
  hidden: !0
@@ -12484,14 +12488,14 @@ const Jy = /* @__PURE__ */ L(Ih, [["render", Ah]]), Eh = "cmd", Vh = {
12484
12488
  <path fill="currentColor" d="M2,12h6v18H2V12z"/>
12485
12489
  <path fill="currentColor" d="M8,7c0,1.657-1.343,3-3,3S2,8.657,2,7s1.343-3,3-3S8,5.343,8,7z"/>`
12486
12490
  }
12487
- }, Dh = 32, Hh = 32, qh = {
12488
- prefix: Eh,
12489
- icons: Vh,
12490
- width: Dh,
12491
- height: Hh
12491
+ }, Vh = 32, Dh = 32, Hh = {
12492
+ prefix: Ah,
12493
+ icons: Eh,
12494
+ width: Vh,
12495
+ height: Dh
12492
12496
  };
12493
- ti(qh);
12494
- const Rh = {
12497
+ ti(Hh);
12498
+ const qh = {
12495
12499
  name: "CmdTabs",
12496
12500
  data() {
12497
12501
  return {
@@ -12553,13 +12557,13 @@ const Rh = {
12553
12557
  this.showTab = this.activeTab;
12554
12558
  }
12555
12559
  }
12556
- }, Nh = { class: "cmd-tabs" }, jh = ["onClick", "title"], Uh = { key: 1 }, zh = {
12560
+ }, Rh = { class: "cmd-tabs" }, Nh = ["onClick", "title"], jh = { key: 1 }, Uh = {
12557
12561
  key: 1,
12558
12562
  "aria-live": "assertive"
12559
- }, Wh = ["innerHTML"];
12560
- function Gh(e, n, t, s, o, i) {
12563
+ }, zh = ["innerHTML"];
12564
+ function Wh(e, n, t, s, o, i) {
12561
12565
  const r = z, d = G;
12562
- return l(), a("div", Nh, [
12566
+ return l(), a("div", Rh, [
12563
12567
  f("ul", {
12564
12568
  class: b({ "stretch-tabs": t.stretchTabs }),
12565
12569
  role: "tablist"
@@ -12579,8 +12583,8 @@ function Gh(e, n, t, s, o, i) {
12579
12583
  iconClass: u.iconClass,
12580
12584
  type: u.iconType
12581
12585
  }, null, 8, ["iconClass", "type"])) : c("", !0),
12582
- u.name ? (l(), a("span", Uh, g(u.name), 1)) : c("", !0)
12583
- ], 8, jh)
12586
+ u.name ? (l(), a("span", jh, g(u.name), 1)) : c("", !0)
12587
+ ], 8, Nh)
12584
12588
  ], 2))), 128))
12585
12589
  ], 2),
12586
12590
  t.useSlot ? (l(!0), a(_, { key: 0 }, H(t.tabs.length, (u) => ue((l(), a("div", {
@@ -12591,7 +12595,7 @@ function Gh(e, n, t, s, o, i) {
12591
12595
  A(e.$slots, "tab-content-" + (u - 1))
12592
12596
  ], 2)), [
12593
12597
  [ye, o.showTab === u - 1]
12594
- ])), 128)) : (l(), a("div", zh, [
12598
+ ])), 128)) : (l(), a("div", Uh, [
12595
12599
  t.cmdHeadline ? (l(), C(d, M({ key: 0 }, t.cmdHeadline, {
12596
12600
  headlineText: t.tabs[o.showTab].headlineText,
12597
12601
  headlineLevel: t.tabs[o.showTab].headlineLevel
@@ -12599,11 +12603,11 @@ function Gh(e, n, t, s, o, i) {
12599
12603
  f("div", {
12600
12604
  innerHTML: t.tabs[o.showTab].htmlContent,
12601
12605
  class: b({ "no-padding": !t.useDefaultPadding })
12602
- }, null, 10, Wh)
12606
+ }, null, 10, zh)
12603
12607
  ]))
12604
12608
  ]);
12605
12609
  }
12606
- const Ky = /* @__PURE__ */ L(Rh, [["render", Gh]]), Jh = {
12610
+ const Jy = /* @__PURE__ */ L(qh, [["render", Wh]]), Gh = {
12607
12611
  name: "CmdTextImageBlock",
12608
12612
  mixins: [$],
12609
12613
  data() {
@@ -12710,11 +12714,11 @@ const Ky = /* @__PURE__ */ L(Rh, [["render", Gh]]), Jh = {
12710
12714
  immediate: !0
12711
12715
  }
12712
12716
  }
12713
- }, Kh = { class: "flex-container vertical" }, Zh = ["innerHTML"], Yh = ["innerHTML"], Xh = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), Qh = /* @__PURE__ */ f("span", null, "Add new paragraph", -1), $h = [
12714
- Xh,
12715
- Qh
12717
+ }, Jh = { class: "flex-container vertical" }, Kh = ["innerHTML"], Zh = ["innerHTML"], Yh = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), Xh = /* @__PURE__ */ f("span", null, "Add new paragraph", -1), Qh = [
12718
+ Yh,
12719
+ Xh
12716
12720
  ];
12717
- function ep(e, n, t, s, o, i) {
12721
+ function $h(e, n, t, s, o, i) {
12718
12722
  var h, m, p, w;
12719
12723
  const r = G, d = _e, u = Se;
12720
12724
  return l(), a("div", {
@@ -12727,13 +12731,13 @@ function ep(e, n, t, s, o, i) {
12727
12731
  figcaption: (p = t.cmdImage) == null ? void 0 : p.figcaption,
12728
12732
  editModeConfig: { allowAddItem: !1 }
12729
12733
  }, null, 8, ["image", "figcaption"])) : c("", !0),
12730
- f("div", Kh, [
12734
+ f("div", Jh, [
12731
12735
  ((w = t.cmdHeadline) != null && w.headlineText || e.editModeContext) && (t.headlinePosition === "belowImage" || t.orientation === "horizontal") ? (l(), C(r, j(M({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
12732
12736
  t.htmlContent ? (l(), a("div", {
12733
12737
  key: 1,
12734
12738
  innerHTML: t.htmlContent,
12735
12739
  class: b(i.textAlign)
12736
- }, null, 10, Zh)) : c("", !0)
12740
+ }, null, 10, Kh)) : c("", !0)
12737
12741
  ]),
12738
12742
  e.editModeContext ? (l(), C(u, {
12739
12743
  key: 2,
@@ -12757,18 +12761,18 @@ function ep(e, n, t, s, o, i) {
12757
12761
  key: 1,
12758
12762
  innerHTML: t.htmlContent,
12759
12763
  class: b(i.textAlign)
12760
- }, null, 10, Yh)) : (l(), a("button", {
12764
+ }, null, 10, Zh)) : (l(), a("button", {
12761
12765
  key: 2,
12762
12766
  type: "button",
12763
12767
  class: "button confirm",
12764
12768
  onClick: n[1] || (n[1] = (...k) => i.onAddItem && i.onAddItem(...k))
12765
- }, $h))
12769
+ }, Qh))
12766
12770
  ]),
12767
12771
  _: 1
12768
12772
  }, 8, ["componentProps", "componentPath", "allowDeleteComponent"])) : c("", !0)
12769
12773
  ], 2);
12770
12774
  }
12771
- const Zy = /* @__PURE__ */ L(Jh, [["render", ep]]), tp = {
12775
+ const Ky = /* @__PURE__ */ L(Gh, [["render", $h]]), ep = {
12772
12776
  name: "ToggleDarkMode",
12773
12777
  mixins: [
12774
12778
  $
@@ -12919,8 +12923,8 @@ const Zy = /* @__PURE__ */ L(Jh, [["render", ep]]), tp = {
12919
12923
  immediate: !0
12920
12924
  }
12921
12925
  }
12922
- }, np = { key: 0 };
12923
- function ip(e, n, t, s, o, i) {
12926
+ }, tp = { key: 0 };
12927
+ function np(e, n, t, s, o, i) {
12924
12928
  const r = z, d = ee;
12925
12929
  return l(), a("div", {
12926
12930
  class: b(["cmd-toggle-dark-mode", { "styled-layout": t.useStyledLayout, "dark-mode": o.darkMode }])
@@ -12949,7 +12953,7 @@ function ip(e, n, t, s, o, i) {
12949
12953
  class: b(["button", { "dark-mode": o.darkMode }]),
12950
12954
  onClick: n[0] || (n[0] = I((...u) => i.toggleColorScheme && i.toggleColorScheme(...u), ["prevent"]))
12951
12955
  }, [
12952
- t.showLabel ? (l(), a("span", np, g(i.labelText), 1)) : c("", !0),
12956
+ t.showLabel ? (l(), a("span", tp, g(i.labelText), 1)) : c("", !0),
12953
12957
  v(r, {
12954
12958
  iconClass: i.iconClass,
12955
12959
  type: i.iconType,
@@ -12972,7 +12976,7 @@ function ip(e, n, t, s, o, i) {
12972
12976
  ], 64))
12973
12977
  ], 2);
12974
12978
  }
12975
- const Yy = /* @__PURE__ */ L(tp, [["render", ip]]), op = {
12979
+ const Zy = /* @__PURE__ */ L(ep, [["render", np]]), ip = {
12976
12980
  data() {
12977
12981
  return {
12978
12982
  defaultMessageProperties: {
@@ -13030,28 +13034,28 @@ function yi(e, n) {
13030
13034
  return e.apply(n, arguments);
13031
13035
  };
13032
13036
  }
13033
- const { toString: lp } = Object.prototype, { getPrototypeOf: Xt } = Object, ut = /* @__PURE__ */ ((e) => (n) => {
13034
- const t = lp.call(n);
13037
+ const { toString: op } = Object.prototype, { getPrototypeOf: Xt } = Object, ut = /* @__PURE__ */ ((e) => (n) => {
13038
+ const t = op.call(n);
13035
13039
  return e[t] || (e[t] = t.slice(8, -1).toLowerCase());
13036
13040
  })(/* @__PURE__ */ Object.create(null)), me = (e) => (e = e.toLowerCase(), (n) => ut(n) === e), mt = (e) => (n) => typeof n === e, { isArray: Ie } = Array, Ue = mt("undefined");
13037
- function sp(e) {
13041
+ function lp(e) {
13038
13042
  return e !== null && !Ue(e) && e.constructor !== null && !Ue(e.constructor) && ie(e.constructor.isBuffer) && e.constructor.isBuffer(e);
13039
13043
  }
13040
13044
  const bi = me("ArrayBuffer");
13041
- function ap(e) {
13045
+ function sp(e) {
13042
13046
  let n;
13043
13047
  return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? n = ArrayBuffer.isView(e) : n = e && e.buffer && bi(e.buffer), n;
13044
13048
  }
13045
- const rp = mt("string"), ie = mt("function"), Ci = mt("number"), ft = (e) => e !== null && typeof e == "object", dp = (e) => e === !0 || e === !1, Qe = (e) => {
13049
+ const ap = mt("string"), ie = mt("function"), Ci = mt("number"), ft = (e) => e !== null && typeof e == "object", rp = (e) => e === !0 || e === !1, Qe = (e) => {
13046
13050
  if (ut(e) !== "object")
13047
13051
  return !1;
13048
13052
  const n = Xt(e);
13049
13053
  return (n === null || n === Object.prototype || Object.getPrototypeOf(n) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
13050
- }, cp = me("Date"), up = me("File"), mp = me("Blob"), fp = me("FileList"), hp = (e) => ft(e) && ie(e.pipe), pp = (e) => {
13054
+ }, dp = me("Date"), cp = me("File"), up = me("Blob"), mp = me("FileList"), fp = (e) => ft(e) && ie(e.pipe), hp = (e) => {
13051
13055
  let n;
13052
13056
  return e && (typeof FormData == "function" && e instanceof FormData || ie(e.append) && ((n = ut(e)) === "formdata" || // detect form-data instance
13053
13057
  n === "object" && ie(e.toString) && e.toString() === "[object FormData]"));
13054
- }, gp = me("URLSearchParams"), [yp, bp, Cp, _p] = ["ReadableStream", "Request", "Response", "Headers"].map(me), wp = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
13058
+ }, pp = me("URLSearchParams"), [gp, yp, bp, Cp] = ["ReadableStream", "Request", "Response", "Headers"].map(me), _p = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
13055
13059
  function Ge(e, n, { allOwnKeys: t = !1 } = {}) {
13056
13060
  if (e === null || typeof e > "u")
13057
13061
  return;
@@ -13085,13 +13089,13 @@ function Bt() {
13085
13089
  arguments[s] && Ge(arguments[s], t);
13086
13090
  return n;
13087
13091
  }
13088
- const xp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
13092
+ const wp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
13089
13093
  t && ie(o) ? e[i] = yi(o, t) : e[i] = o;
13090
- }, { allOwnKeys: s }), e), kp = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), vp = (e, n, t, s) => {
13094
+ }, { allOwnKeys: s }), e), xp = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), kp = (e, n, t, s) => {
13091
13095
  e.prototype = Object.create(n.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
13092
13096
  value: n.prototype
13093
13097
  }), t && Object.assign(e.prototype, t);
13094
- }, Tp = (e, n, t, s) => {
13098
+ }, vp = (e, n, t, s) => {
13095
13099
  let o, i, r;
13096
13100
  const d = {};
13097
13101
  if (n = n || {}, e == null) return n;
@@ -13101,11 +13105,11 @@ const xp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
13101
13105
  e = t !== !1 && Xt(e);
13102
13106
  } while (e && (!t || t(e, n)) && e !== Object.prototype);
13103
13107
  return n;
13104
- }, Sp = (e, n, t) => {
13108
+ }, Tp = (e, n, t) => {
13105
13109
  e = String(e), (t === void 0 || t > e.length) && (t = e.length), t -= n.length;
13106
13110
  const s = e.indexOf(n, t);
13107
13111
  return s !== -1 && s === t;
13108
- }, Op = (e) => {
13112
+ }, Sp = (e) => {
13109
13113
  if (!e) return null;
13110
13114
  if (Ie(e)) return e;
13111
13115
  let n = e.length;
@@ -13114,31 +13118,31 @@ const xp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
13114
13118
  for (; n-- > 0; )
13115
13119
  t[n] = e[n];
13116
13120
  return t;
13117
- }, Ip = /* @__PURE__ */ ((e) => (n) => e && n instanceof e)(typeof Uint8Array < "u" && Xt(Uint8Array)), Mp = (e, n) => {
13121
+ }, Op = /* @__PURE__ */ ((e) => (n) => e && n instanceof e)(typeof Uint8Array < "u" && Xt(Uint8Array)), Ip = (e, n) => {
13118
13122
  const s = (e && e[Symbol.iterator]).call(e);
13119
13123
  let o;
13120
13124
  for (; (o = s.next()) && !o.done; ) {
13121
13125
  const i = o.value;
13122
13126
  n.call(e, i[0], i[1]);
13123
13127
  }
13124
- }, Lp = (e, n) => {
13128
+ }, Mp = (e, n) => {
13125
13129
  let t;
13126
13130
  const s = [];
13127
13131
  for (; (t = e.exec(n)) !== null; )
13128
13132
  s.push(t);
13129
13133
  return s;
13130
- }, Fp = me("HTMLFormElement"), Bp = (e) => e.toLowerCase().replace(
13134
+ }, Lp = me("HTMLFormElement"), Fp = (e) => e.toLowerCase().replace(
13131
13135
  /[-_\s]([a-z\d])(\w*)/g,
13132
13136
  function(t, s, o) {
13133
13137
  return s.toUpperCase() + o;
13134
13138
  }
13135
- ), Vn = (({ hasOwnProperty: e }) => (n, t) => e.call(n, t))(Object.prototype), Pp = me("RegExp"), ki = (e, n) => {
13139
+ ), Vn = (({ hasOwnProperty: e }) => (n, t) => e.call(n, t))(Object.prototype), Bp = me("RegExp"), ki = (e, n) => {
13136
13140
  const t = Object.getOwnPropertyDescriptors(e), s = {};
13137
13141
  Ge(t, (o, i) => {
13138
13142
  let r;
13139
13143
  (r = n(o, i, e)) !== !1 && (s[i] = r || o);
13140
13144
  }), Object.defineProperties(e, s);
13141
- }, Ap = (e) => {
13145
+ }, Pp = (e) => {
13142
13146
  ki(e, (n, t) => {
13143
13147
  if (ie(e) && ["arguments", "caller", "callee"].indexOf(t) !== -1)
13144
13148
  return !1;
@@ -13153,29 +13157,29 @@ const xp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
13153
13157
  });
13154
13158
  }
13155
13159
  });
13156
- }, Ep = (e, n) => {
13160
+ }, Ap = (e, n) => {
13157
13161
  const t = {}, s = (o) => {
13158
13162
  o.forEach((i) => {
13159
13163
  t[i] = !0;
13160
13164
  });
13161
13165
  };
13162
13166
  return Ie(e) ? s(e) : s(String(e).split(n)), t;
13163
- }, Vp = () => {
13164
- }, Dp = (e, n) => e != null && Number.isFinite(e = +e) ? e : n, Ct = "abcdefghijklmnopqrstuvwxyz", Dn = "0123456789", vi = {
13167
+ }, Ep = () => {
13168
+ }, Vp = (e, n) => e != null && Number.isFinite(e = +e) ? e : n, Ct = "abcdefghijklmnopqrstuvwxyz", Dn = "0123456789", vi = {
13165
13169
  DIGIT: Dn,
13166
13170
  ALPHA: Ct,
13167
13171
  ALPHA_DIGIT: Ct + Ct.toUpperCase() + Dn
13168
- }, Hp = (e = 16, n = vi.ALPHA_DIGIT) => {
13172
+ }, Dp = (e = 16, n = vi.ALPHA_DIGIT) => {
13169
13173
  let t = "";
13170
13174
  const { length: s } = n;
13171
13175
  for (; e--; )
13172
13176
  t += n[Math.random() * s | 0];
13173
13177
  return t;
13174
13178
  };
13175
- function qp(e) {
13179
+ function Hp(e) {
13176
13180
  return !!(e && ie(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
13177
13181
  }
13178
- const Rp = (e) => {
13182
+ const qp = (e) => {
13179
13183
  const n = new Array(10), t = (s, o) => {
13180
13184
  if (ft(s)) {
13181
13185
  if (n.indexOf(s) >= 0)
@@ -13192,63 +13196,63 @@ const Rp = (e) => {
13192
13196
  return s;
13193
13197
  };
13194
13198
  return t(e, 0);
13195
- }, Np = me("AsyncFunction"), jp = (e) => e && (ft(e) || ie(e)) && ie(e.then) && ie(e.catch), x = {
13199
+ }, Rp = me("AsyncFunction"), Np = (e) => e && (ft(e) || ie(e)) && ie(e.then) && ie(e.catch), x = {
13196
13200
  isArray: Ie,
13197
13201
  isArrayBuffer: bi,
13198
- isBuffer: sp,
13199
- isFormData: pp,
13200
- isArrayBufferView: ap,
13201
- isString: rp,
13202
+ isBuffer: lp,
13203
+ isFormData: hp,
13204
+ isArrayBufferView: sp,
13205
+ isString: ap,
13202
13206
  isNumber: Ci,
13203
- isBoolean: dp,
13207
+ isBoolean: rp,
13204
13208
  isObject: ft,
13205
13209
  isPlainObject: Qe,
13206
- isReadableStream: yp,
13207
- isRequest: bp,
13208
- isResponse: Cp,
13209
- isHeaders: _p,
13210
+ isReadableStream: gp,
13211
+ isRequest: yp,
13212
+ isResponse: bp,
13213
+ isHeaders: Cp,
13210
13214
  isUndefined: Ue,
13211
- isDate: cp,
13212
- isFile: up,
13213
- isBlob: mp,
13214
- isRegExp: Pp,
13215
+ isDate: dp,
13216
+ isFile: cp,
13217
+ isBlob: up,
13218
+ isRegExp: Bp,
13215
13219
  isFunction: ie,
13216
- isStream: hp,
13217
- isURLSearchParams: gp,
13218
- isTypedArray: Ip,
13219
- isFileList: fp,
13220
+ isStream: fp,
13221
+ isURLSearchParams: pp,
13222
+ isTypedArray: Op,
13223
+ isFileList: mp,
13220
13224
  forEach: Ge,
13221
13225
  merge: Bt,
13222
- extend: xp,
13223
- trim: wp,
13224
- stripBOM: kp,
13225
- inherits: vp,
13226
- toFlatObject: Tp,
13226
+ extend: wp,
13227
+ trim: _p,
13228
+ stripBOM: xp,
13229
+ inherits: kp,
13230
+ toFlatObject: vp,
13227
13231
  kindOf: ut,
13228
13232
  kindOfTest: me,
13229
- endsWith: Sp,
13230
- toArray: Op,
13231
- forEachEntry: Mp,
13232
- matchAll: Lp,
13233
- isHTMLForm: Fp,
13233
+ endsWith: Tp,
13234
+ toArray: Sp,
13235
+ forEachEntry: Ip,
13236
+ matchAll: Mp,
13237
+ isHTMLForm: Lp,
13234
13238
  hasOwnProperty: Vn,
13235
13239
  hasOwnProp: Vn,
13236
13240
  // an alias to avoid ESLint no-prototype-builtins detection
13237
13241
  reduceDescriptors: ki,
13238
- freezeMethods: Ap,
13239
- toObjectSet: Ep,
13240
- toCamelCase: Bp,
13241
- noop: Vp,
13242
- toFiniteNumber: Dp,
13242
+ freezeMethods: Pp,
13243
+ toObjectSet: Ap,
13244
+ toCamelCase: Fp,
13245
+ noop: Ep,
13246
+ toFiniteNumber: Vp,
13243
13247
  findKey: _i,
13244
13248
  global: wi,
13245
13249
  isContextDefined: xi,
13246
13250
  ALPHABET: vi,
13247
- generateString: Hp,
13248
- isSpecCompliantForm: qp,
13249
- toJSONObject: Rp,
13250
- isAsyncFn: Np,
13251
- isThenable: jp
13251
+ generateString: Dp,
13252
+ isSpecCompliantForm: Hp,
13253
+ toJSONObject: qp,
13254
+ isAsyncFn: Rp,
13255
+ isThenable: Np
13252
13256
  };
13253
13257
  function R(e, n, t, s, o) {
13254
13258
  Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", n && (this.code = n), t && (this.config = t), s && (this.request = s), o && (this.response = o);
@@ -13300,7 +13304,7 @@ R.from = (e, n, t, s, o, i) => {
13300
13304
  return u !== Error.prototype;
13301
13305
  }, (d) => d !== "isAxiosError"), R.call(r, e.message, n, t, s, o), r.cause = e, r.name = e.name, i && Object.assign(r, i), r;
13302
13306
  };
13303
- const Up = null;
13307
+ const jp = null;
13304
13308
  function Pt(e) {
13305
13309
  return x.isPlainObject(e) || x.isArray(e);
13306
13310
  }
@@ -13312,10 +13316,10 @@ function Hn(e, n, t) {
13312
13316
  return o = Oi(o), !t && i ? "[" + o + "]" : o;
13313
13317
  }).join(t ? "." : "") : n;
13314
13318
  }
13315
- function zp(e) {
13319
+ function Up(e) {
13316
13320
  return x.isArray(e) && !e.some(Pt);
13317
13321
  }
13318
- const Wp = x.toFlatObject(x, {}, null, function(n) {
13322
+ const zp = x.toFlatObject(x, {}, null, function(n) {
13319
13323
  return /^is[A-Z]/.test(n);
13320
13324
  });
13321
13325
  function ht(e, n, t) {
@@ -13344,7 +13348,7 @@ function ht(e, n, t) {
13344
13348
  if (k && !T && typeof k == "object") {
13345
13349
  if (x.endsWith(S, "{}"))
13346
13350
  S = s ? S : S.slice(0, -2), k = JSON.stringify(k);
13347
- else if (x.isArray(k) && zp(k) || (x.isFileList(k) || x.endsWith(S, "[]")) && (B = x.toArray(k)))
13351
+ else if (x.isArray(k) && Up(k) || (x.isFileList(k) || x.endsWith(S, "[]")) && (B = x.toArray(k)))
13348
13352
  return S = Oi(S), B.forEach(function(P, D) {
13349
13353
  !(x.isUndefined(P) || P === null) && n.append(
13350
13354
  // eslint-disable-next-line no-nested-ternary
@@ -13355,7 +13359,7 @@ function ht(e, n, t) {
13355
13359
  }
13356
13360
  return Pt(k) ? !0 : (n.append(Hn(T, S, i), h(k)), !1);
13357
13361
  }
13358
- const p = [], w = Object.assign(Wp, {
13362
+ const p = [], w = Object.assign(zp, {
13359
13363
  defaultVisitor: m,
13360
13364
  convertValue: h,
13361
13365
  isVisitable: Pt
@@ -13408,13 +13412,13 @@ Ii.toString = function(n) {
13408
13412
  return t(o[0]) + "=" + t(o[1]);
13409
13413
  }, "").join("&");
13410
13414
  };
13411
- function Gp(e) {
13415
+ function Wp(e) {
13412
13416
  return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
13413
13417
  }
13414
13418
  function Mi(e, n, t) {
13415
13419
  if (!n)
13416
13420
  return e;
13417
- const s = t && t.encode || Gp, o = t && t.serialize;
13421
+ const s = t && t.encode || Wp, o = t && t.serialize;
13418
13422
  let i;
13419
13423
  if (o ? i = o(n, t) : i = x.isURLSearchParams(n) ? n.toString() : new Qt(n, t).toString(s), i) {
13420
13424
  const r = e.indexOf("#");
@@ -13480,36 +13484,36 @@ const Li = {
13480
13484
  silentJSONParsing: !0,
13481
13485
  forcedJSONParsing: !0,
13482
13486
  clarifyTimeoutError: !1
13483
- }, Jp = typeof URLSearchParams < "u" ? URLSearchParams : Qt, Kp = typeof FormData < "u" ? FormData : null, Zp = typeof Blob < "u" ? Blob : null, Yp = {
13487
+ }, Gp = typeof URLSearchParams < "u" ? URLSearchParams : Qt, Jp = typeof FormData < "u" ? FormData : null, Kp = typeof Blob < "u" ? Blob : null, Zp = {
13484
13488
  isBrowser: !0,
13485
13489
  classes: {
13486
- URLSearchParams: Jp,
13487
- FormData: Kp,
13488
- Blob: Zp
13490
+ URLSearchParams: Gp,
13491
+ FormData: Jp,
13492
+ Blob: Kp
13489
13493
  },
13490
13494
  protocols: ["http", "https", "file", "blob", "url", "data"]
13491
- }, $t = typeof window < "u" && typeof document < "u", Xp = ((e) => $t && ["ReactNative", "NativeScript", "NS"].indexOf(e) < 0)(typeof navigator < "u" && navigator.product), Qp = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
13492
- self instanceof WorkerGlobalScope && typeof self.importScripts == "function", $p = $t && window.location.href || "http://localhost", eg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
13495
+ }, $t = typeof window < "u" && typeof document < "u", Yp = ((e) => $t && ["ReactNative", "NativeScript", "NS"].indexOf(e) < 0)(typeof navigator < "u" && navigator.product), Xp = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
13496
+ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Qp = $t && window.location.href || "http://localhost", $p = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
13493
13497
  __proto__: null,
13494
13498
  hasBrowserEnv: $t,
13495
- hasStandardBrowserEnv: Xp,
13496
- hasStandardBrowserWebWorkerEnv: Qp,
13497
- origin: $p
13499
+ hasStandardBrowserEnv: Yp,
13500
+ hasStandardBrowserWebWorkerEnv: Xp,
13501
+ origin: Qp
13498
13502
  }, Symbol.toStringTag, { value: "Module" })), ce = {
13499
- ...eg,
13500
- ...Yp
13503
+ ...$p,
13504
+ ...Zp
13501
13505
  };
13502
- function tg(e, n) {
13506
+ function eg(e, n) {
13503
13507
  return ht(e, new ce.classes.URLSearchParams(), Object.assign({
13504
13508
  visitor: function(t, s, o, i) {
13505
13509
  return ce.isNode && x.isBuffer(t) ? (this.append(s, t.toString("base64")), !1) : i.defaultVisitor.apply(this, arguments);
13506
13510
  }
13507
13511
  }, n));
13508
13512
  }
13509
- function ng(e) {
13513
+ function tg(e) {
13510
13514
  return x.matchAll(/\w+|\[(\w*)]/g, e).map((n) => n[0] === "[]" ? "" : n[1] || n[0]);
13511
13515
  }
13512
- function ig(e) {
13516
+ function ng(e) {
13513
13517
  const n = {}, t = Object.keys(e);
13514
13518
  let s;
13515
13519
  const o = t.length;
@@ -13523,17 +13527,17 @@ function Fi(e) {
13523
13527
  let r = t[i++];
13524
13528
  if (r === "__proto__") return !0;
13525
13529
  const d = Number.isFinite(+r), u = i >= t.length;
13526
- return r = !r && x.isArray(o) ? o.length : r, u ? (x.hasOwnProp(o, r) ? o[r] = [o[r], s] : o[r] = s, !d) : ((!o[r] || !x.isObject(o[r])) && (o[r] = []), n(t, s, o[r], i) && x.isArray(o[r]) && (o[r] = ig(o[r])), !d);
13530
+ return r = !r && x.isArray(o) ? o.length : r, u ? (x.hasOwnProp(o, r) ? o[r] = [o[r], s] : o[r] = s, !d) : ((!o[r] || !x.isObject(o[r])) && (o[r] = []), n(t, s, o[r], i) && x.isArray(o[r]) && (o[r] = ng(o[r])), !d);
13527
13531
  }
13528
13532
  if (x.isFormData(e) && x.isFunction(e.entries)) {
13529
13533
  const t = {};
13530
13534
  return x.forEachEntry(e, (s, o) => {
13531
- n(ng(s), o, t, 0);
13535
+ n(tg(s), o, t, 0);
13532
13536
  }), t;
13533
13537
  }
13534
13538
  return null;
13535
13539
  }
13536
- function og(e, n, t) {
13540
+ function ig(e, n, t) {
13537
13541
  if (x.isString(e))
13538
13542
  try {
13539
13543
  return (n || JSON.parse)(e), x.trim(e);
@@ -13559,7 +13563,7 @@ const Je = {
13559
13563
  let d;
13560
13564
  if (i) {
13561
13565
  if (s.indexOf("application/x-www-form-urlencoded") > -1)
13562
- return tg(n, this.formSerializer).toString();
13566
+ return eg(n, this.formSerializer).toString();
13563
13567
  if ((d = x.isFileList(n)) || s.indexOf("multipart/form-data") > -1) {
13564
13568
  const u = this.env && this.env.FormData;
13565
13569
  return ht(
@@ -13569,7 +13573,7 @@ const Je = {
13569
13573
  );
13570
13574
  }
13571
13575
  }
13572
- return i || o ? (t.setContentType("application/json", !1), og(n)) : n;
13576
+ return i || o ? (t.setContentType("application/json", !1), ig(n)) : n;
13573
13577
  }],
13574
13578
  transformResponse: [function(n) {
13575
13579
  const t = this.transitional || Je.transitional, s = t && t.forcedJSONParsing, o = this.responseType === "json";
@@ -13612,7 +13616,7 @@ const Je = {
13612
13616
  x.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
13613
13617
  Je.headers[e] = {};
13614
13618
  });
13615
- const lg = x.toObjectSet([
13619
+ const og = x.toObjectSet([
13616
13620
  "age",
13617
13621
  "authorization",
13618
13622
  "content-length",
@@ -13630,12 +13634,12 @@ const lg = x.toObjectSet([
13630
13634
  "referer",
13631
13635
  "retry-after",
13632
13636
  "user-agent"
13633
- ]), sg = (e) => {
13637
+ ]), lg = (e) => {
13634
13638
  const n = {};
13635
13639
  let t, s, o;
13636
13640
  return e && e.split(`
13637
13641
  `).forEach(function(r) {
13638
- o = r.indexOf(":"), t = r.substring(0, o).trim().toLowerCase(), s = r.substring(o + 1).trim(), !(!t || n[t] && lg[t]) && (t === "set-cookie" ? n[t] ? n[t].push(s) : n[t] = [s] : n[t] = n[t] ? n[t] + ", " + s : s);
13642
+ o = r.indexOf(":"), t = r.substring(0, o).trim().toLowerCase(), s = r.substring(o + 1).trim(), !(!t || n[t] && og[t]) && (t === "set-cookie" ? n[t] ? n[t].push(s) : n[t] = [s] : n[t] = n[t] ? n[t] + ", " + s : s);
13639
13643
  }), n;
13640
13644
  }, Nn = Symbol("internals");
13641
13645
  function Ve(e) {
@@ -13644,14 +13648,14 @@ function Ve(e) {
13644
13648
  function $e(e) {
13645
13649
  return e === !1 || e == null ? e : x.isArray(e) ? e.map($e) : String(e);
13646
13650
  }
13647
- function ag(e) {
13651
+ function sg(e) {
13648
13652
  const n = /* @__PURE__ */ Object.create(null), t = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
13649
13653
  let s;
13650
13654
  for (; s = t.exec(e); )
13651
13655
  n[s[1]] = s[2];
13652
13656
  return n;
13653
13657
  }
13654
- const rg = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
13658
+ const ag = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
13655
13659
  function _t(e, n, t, s, o) {
13656
13660
  if (x.isFunction(s))
13657
13661
  return s.call(this, n, t);
@@ -13662,10 +13666,10 @@ function _t(e, n, t, s, o) {
13662
13666
  return s.test(n);
13663
13667
  }
13664
13668
  }
13665
- function dg(e) {
13669
+ function rg(e) {
13666
13670
  return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (n, t, s) => t.toUpperCase() + s);
13667
13671
  }
13668
- function cg(e, n) {
13672
+ function dg(e, n) {
13669
13673
  const t = x.toCamelCase(" " + n);
13670
13674
  ["get", "set", "has"].forEach((s) => {
13671
13675
  Object.defineProperty(e, s + t, {
@@ -13692,8 +13696,8 @@ class te {
13692
13696
  const r = (d, u) => x.forEach(d, (h, m) => i(h, m, u));
13693
13697
  if (x.isPlainObject(n) || n instanceof this.constructor)
13694
13698
  r(n, t);
13695
- else if (x.isString(n) && (n = n.trim()) && !rg(n))
13696
- r(sg(n), t);
13699
+ else if (x.isString(n) && (n = n.trim()) && !ag(n))
13700
+ r(lg(n), t);
13697
13701
  else if (x.isHeaders(n))
13698
13702
  for (const [d, u] of n.entries())
13699
13703
  i(u, d, s);
@@ -13709,7 +13713,7 @@ class te {
13709
13713
  if (!t)
13710
13714
  return o;
13711
13715
  if (t === !0)
13712
- return ag(o);
13716
+ return sg(o);
13713
13717
  if (x.isFunction(t))
13714
13718
  return t.call(this, o, s);
13715
13719
  if (x.isRegExp(t))
@@ -13753,7 +13757,7 @@ class te {
13753
13757
  t[r] = $e(o), delete t[i];
13754
13758
  return;
13755
13759
  }
13756
- const d = n ? dg(i) : String(i).trim();
13760
+ const d = n ? rg(i) : String(i).trim();
13757
13761
  d !== i && delete t[i], t[d] = $e(o), s[d] = !0;
13758
13762
  }), this;
13759
13763
  }
@@ -13789,7 +13793,7 @@ class te {
13789
13793
  }).accessors, o = this.prototype;
13790
13794
  function i(r) {
13791
13795
  const d = Ve(r);
13792
- s[d] || (cg(o, r), s[d] = !0);
13796
+ s[d] || (dg(o, r), s[d] = !0);
13793
13797
  }
13794
13798
  return x.isArray(n) ? n.forEach(i) : i(n), this;
13795
13799
  }
@@ -13831,11 +13835,11 @@ function Pi(e, n, t) {
13831
13835
  t
13832
13836
  ));
13833
13837
  }
13834
- function ug(e) {
13838
+ function cg(e) {
13835
13839
  const n = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
13836
13840
  return n && n[1] || "";
13837
13841
  }
13838
- function mg(e, n) {
13842
+ function ug(e, n) {
13839
13843
  e = e || 10;
13840
13844
  const t = new Array(e), s = new Array(e);
13841
13845
  let o = 0, i = 0, r;
@@ -13851,7 +13855,7 @@ function mg(e, n) {
13851
13855
  return y ? Math.round(w * 1e3 / y) : void 0;
13852
13856
  };
13853
13857
  }
13854
- function fg(e, n) {
13858
+ function mg(e, n) {
13855
13859
  let t = 0;
13856
13860
  const s = 1e3 / n;
13857
13861
  let o = null;
@@ -13864,8 +13868,8 @@ function fg(e, n) {
13864
13868
  }
13865
13869
  const nt = (e, n, t = 3) => {
13866
13870
  let s = 0;
13867
- const o = mg(50, 250);
13868
- return fg((i) => {
13871
+ const o = ug(50, 250);
13872
+ return mg((i) => {
13869
13873
  const r = i.loaded, d = i.lengthComputable ? i.total : void 0, u = r - s, h = o(u), m = r <= d;
13870
13874
  s = r;
13871
13875
  const p = {
@@ -13880,7 +13884,7 @@ const nt = (e, n, t = 3) => {
13880
13884
  };
13881
13885
  p[n ? "download" : "upload"] = !0, e(p);
13882
13886
  }, t);
13883
- }, hg = ce.hasStandardBrowserEnv ? (
13887
+ }, fg = ce.hasStandardBrowserEnv ? (
13884
13888
  // Standard browser envs have full support of the APIs needed to test
13885
13889
  // whether the request URL is of the same origin as current location.
13886
13890
  function() {
@@ -13911,7 +13915,7 @@ const nt = (e, n, t = 3) => {
13911
13915
  return !0;
13912
13916
  };
13913
13917
  }()
13914
- ), pg = ce.hasStandardBrowserEnv ? (
13918
+ ), hg = ce.hasStandardBrowserEnv ? (
13915
13919
  // Standard browser envs support document.cookie
13916
13920
  {
13917
13921
  write(e, n, t, s, o, i) {
@@ -13938,14 +13942,14 @@ const nt = (e, n, t = 3) => {
13938
13942
  }
13939
13943
  }
13940
13944
  );
13941
- function gg(e) {
13945
+ function pg(e) {
13942
13946
  return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
13943
13947
  }
13944
- function yg(e, n) {
13948
+ function gg(e, n) {
13945
13949
  return n ? e.replace(/\/?\/$/, "") + "/" + n.replace(/^\/+/, "") : e;
13946
13950
  }
13947
13951
  function Ai(e, n) {
13948
- return e && !gg(n) ? yg(e, n) : n;
13952
+ return e && !pg(n) ? gg(e, n) : n;
13949
13953
  }
13950
13954
  const jn = (e) => e instanceof te ? { ...e } : e;
13951
13955
  function Te(e, n) {
@@ -14028,12 +14032,12 @@ const Ei = (e) => {
14028
14032
  r.setContentType([h || "multipart/form-data", ...m].join("; "));
14029
14033
  }
14030
14034
  }
14031
- if (ce.hasStandardBrowserEnv && (s && x.isFunction(s) && (s = s(n)), s || s !== !1 && hg(n.url))) {
14032
- const h = o && i && pg.read(i);
14035
+ if (ce.hasStandardBrowserEnv && (s && x.isFunction(s) && (s = s(n)), s || s !== !1 && fg(n.url))) {
14036
+ const h = o && i && hg.read(i);
14033
14037
  h && r.set(o, h);
14034
14038
  }
14035
14039
  return n;
14036
- }, bg = typeof XMLHttpRequest < "u", Cg = bg && function(e) {
14040
+ }, yg = typeof XMLHttpRequest < "u", bg = yg && function(e) {
14037
14041
  return new Promise(function(t, s) {
14038
14042
  const o = Ei(e);
14039
14043
  let i = o.data;
@@ -14083,14 +14087,14 @@ const Ei = (e) => {
14083
14087
  }), x.isUndefined(o.withCredentials) || (m.withCredentials = !!o.withCredentials), d && d !== "json" && (m.responseType = o.responseType), typeof o.onDownloadProgress == "function" && m.addEventListener("progress", nt(o.onDownloadProgress, !0)), typeof o.onUploadProgress == "function" && m.upload && m.upload.addEventListener("progress", nt(o.onUploadProgress)), (o.cancelToken || o.signal) && (u = (y) => {
14084
14088
  m && (s(!y || y.type ? new Me(null, e, m) : y), m.abort(), m = null);
14085
14089
  }, o.cancelToken && o.cancelToken.subscribe(u), o.signal && (o.signal.aborted ? u() : o.signal.addEventListener("abort", u)));
14086
- const w = ug(o.url);
14090
+ const w = cg(o.url);
14087
14091
  if (w && ce.protocols.indexOf(w) === -1) {
14088
14092
  s(new R("Unsupported protocol " + w + ":", R.ERR_BAD_REQUEST, e));
14089
14093
  return;
14090
14094
  }
14091
14095
  m.send(i || null);
14092
14096
  });
14093
- }, _g = (e, n) => {
14097
+ }, Cg = (e, n) => {
14094
14098
  let t = new AbortController(), s;
14095
14099
  const o = function(u) {
14096
14100
  if (!s) {
@@ -14112,7 +14116,7 @@ const Ei = (e) => {
14112
14116
  return d.unsubscribe = r, [d, () => {
14113
14117
  i && clearTimeout(i), i = null;
14114
14118
  }];
14115
- }, wg = function* (e, n) {
14119
+ }, _g = function* (e, n) {
14116
14120
  let t = e.byteLength;
14117
14121
  if (!n || t < n) {
14118
14122
  yield e;
@@ -14121,11 +14125,11 @@ const Ei = (e) => {
14121
14125
  let s = 0, o;
14122
14126
  for (; s < t; )
14123
14127
  o = s + n, yield e.slice(s, o), s = o;
14124
- }, xg = async function* (e, n, t) {
14128
+ }, wg = async function* (e, n, t) {
14125
14129
  for await (const s of e)
14126
- yield* wg(ArrayBuffer.isView(s) ? s : await t(String(s)), n);
14130
+ yield* _g(ArrayBuffer.isView(s) ? s : await t(String(s)), n);
14127
14131
  }, Un = (e, n, t, s, o) => {
14128
- const i = xg(e, n, o);
14132
+ const i = wg(e, n, o);
14129
14133
  let r = 0;
14130
14134
  return new ReadableStream({
14131
14135
  type: "bytes",
@@ -14151,7 +14155,7 @@ const Ei = (e) => {
14151
14155
  total: e,
14152
14156
  loaded: s
14153
14157
  }));
14154
- }, pt = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Vi = pt && typeof ReadableStream == "function", At = pt && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (n) => e.encode(n))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), kg = Vi && (() => {
14158
+ }, pt = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Vi = pt && typeof ReadableStream == "function", At = pt && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (n) => e.encode(n))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), xg = Vi && (() => {
14155
14159
  let e = !1;
14156
14160
  const n = new Request(ce.origin, {
14157
14161
  body: new ReadableStream(),
@@ -14176,7 +14180,7 @@ pt && ((e) => {
14176
14180
  });
14177
14181
  });
14178
14182
  })(new Response());
14179
- const vg = async (e) => {
14183
+ const kg = async (e) => {
14180
14184
  if (e == null)
14181
14185
  return 0;
14182
14186
  if (x.isBlob(e))
@@ -14187,10 +14191,10 @@ const vg = async (e) => {
14187
14191
  return e.byteLength;
14188
14192
  if (x.isURLSearchParams(e) && (e = e + ""), x.isString(e))
14189
14193
  return (await At(e)).byteLength;
14190
- }, Tg = async (e, n) => {
14194
+ }, vg = async (e, n) => {
14191
14195
  const t = x.toFiniteNumber(e.getContentLength());
14192
- return t ?? vg(n);
14193
- }, Sg = pt && (async (e) => {
14196
+ return t ?? kg(n);
14197
+ }, Tg = pt && (async (e) => {
14194
14198
  let {
14195
14199
  url: n,
14196
14200
  method: t,
@@ -14206,7 +14210,7 @@ const vg = async (e) => {
14206
14210
  fetchOptions: w
14207
14211
  } = Ei(e);
14208
14212
  h = h ? (h + "").toLowerCase() : "text";
14209
- let [y, k] = o || i || r ? _g([o, i], r) : [], S, T;
14213
+ let [y, k] = o || i || r ? Cg([o, i], r) : [], S, T;
14210
14214
  const B = () => {
14211
14215
  !S && setTimeout(() => {
14212
14216
  y && y.unsubscribe();
@@ -14214,7 +14218,7 @@ const vg = async (e) => {
14214
14218
  };
14215
14219
  let O;
14216
14220
  try {
14217
- if (u && kg && t !== "get" && t !== "head" && (O = await Tg(m, s)) !== 0) {
14221
+ if (u && xg && t !== "get" && t !== "head" && (O = await vg(m, s)) !== 0) {
14218
14222
  let F = new Request(n, {
14219
14223
  method: "POST",
14220
14224
  body: s,
@@ -14271,9 +14275,9 @@ const vg = async (e) => {
14271
14275
  ) : R.from(P, P && P.code, e, T);
14272
14276
  }
14273
14277
  }), Vt = {
14274
- http: Up,
14275
- xhr: Cg,
14276
- fetch: Sg
14278
+ http: jp,
14279
+ xhr: bg,
14280
+ fetch: Tg
14277
14281
  };
14278
14282
  x.forEach(Vt, (e, n) => {
14279
14283
  if (e) {
@@ -14284,7 +14288,7 @@ x.forEach(Vt, (e, n) => {
14284
14288
  Object.defineProperty(e, "adapterName", { value: n });
14285
14289
  }
14286
14290
  });
14287
- const Gn = (e) => `- ${e}`, Og = (e) => x.isFunction(e) || e === null || e === !1, Di = {
14291
+ const Gn = (e) => `- ${e}`, Sg = (e) => x.isFunction(e) || e === null || e === !1, Di = {
14288
14292
  getAdapter: (e) => {
14289
14293
  e = x.isArray(e) ? e : [e];
14290
14294
  const { length: n } = e;
@@ -14293,7 +14297,7 @@ const Gn = (e) => `- ${e}`, Og = (e) => x.isFunction(e) || e === null || e === !
14293
14297
  for (let i = 0; i < n; i++) {
14294
14298
  t = e[i];
14295
14299
  let r;
14296
- if (s = t, !Og(t) && (s = Vt[(r = String(t)).toLowerCase()], s === void 0))
14300
+ if (s = t, !Sg(t) && (s = Vt[(r = String(t)).toLowerCase()], s === void 0))
14297
14301
  throw new R(`Unknown adapter '${r}'`);
14298
14302
  if (s)
14299
14303
  break;
@@ -14362,7 +14366,7 @@ en.transitional = function(n, t, s) {
14362
14366
  )), n ? n(i, r, d) : !0;
14363
14367
  };
14364
14368
  };
14365
- function Ig(e, n, t) {
14369
+ function Og(e, n, t) {
14366
14370
  if (typeof e != "object")
14367
14371
  throw new R("options must be an object", R.ERR_BAD_OPTION_VALUE);
14368
14372
  const s = Object.keys(e);
@@ -14380,7 +14384,7 @@ function Ig(e, n, t) {
14380
14384
  }
14381
14385
  }
14382
14386
  const Dt = {
14383
- assertOptions: Ig,
14387
+ assertOptions: Og,
14384
14388
  validators: en
14385
14389
  }, he = Dt.validators;
14386
14390
  class xe {
@@ -14571,12 +14575,12 @@ class tn {
14571
14575
  };
14572
14576
  }
14573
14577
  }
14574
- function Mg(e) {
14578
+ function Ig(e) {
14575
14579
  return function(t) {
14576
14580
  return e.apply(null, t);
14577
14581
  };
14578
14582
  }
14579
- function Lg(e) {
14583
+ function Mg(e) {
14580
14584
  return x.isObject(e) && e.isAxiosError === !0;
14581
14585
  }
14582
14586
  const Ht = {
@@ -14665,18 +14669,18 @@ K.Cancel = K.CanceledError;
14665
14669
  K.all = function(n) {
14666
14670
  return Promise.all(n);
14667
14671
  };
14668
- K.spread = Mg;
14669
- K.isAxiosError = Lg;
14672
+ K.spread = Ig;
14673
+ K.isAxiosError = Mg;
14670
14674
  K.mergeConfig = Te;
14671
14675
  K.AxiosHeaders = te;
14672
14676
  K.formToJSON = (e) => Fi(x.isHTMLForm(e) ? new FormData(e) : e);
14673
14677
  K.getAdapter = Di.getAdapter;
14674
14678
  K.HttpStatusCode = Ht;
14675
14679
  K.default = K;
14676
- const Fg = {
14680
+ const Lg = {
14677
14681
  name: "CmdUploadForm",
14678
14682
  emits: ["click", "error", "upload-complete", "upload-file-success"],
14679
- mixins: [oe, op],
14683
+ mixins: [oe, ip],
14680
14684
  data() {
14681
14685
  return {
14682
14686
  comment: "",
@@ -15199,30 +15203,30 @@ const Fg = {
15199
15203
  }
15200
15204
  }
15201
15205
  }
15202
- }, Bg = { key: 0 }, Pg = {
15206
+ }, Fg = { key: 0 }, Bg = {
15203
15207
  key: 1,
15204
15208
  class: "flex-container vertical"
15205
- }, Ag = {
15209
+ }, Pg = {
15206
15210
  key: 0,
15207
15211
  class: "flex-container vertical list-files-wrapper"
15208
- }, Eg = {
15212
+ }, Ag = {
15209
15213
  key: 0,
15210
15214
  class: "list-of-files total-files"
15211
- }, Vg = { class: "flex-container no-flex" }, Dg = ["title"], Hg = {
15215
+ }, Eg = { class: "flex-container no-flex" }, Vg = ["title"], Dg = {
15212
15216
  key: 0,
15213
15217
  class: "progressbar"
15214
- }, qg = ["value", "title"], Rg = /* @__PURE__ */ f("hr", null, null, -1), Ng = { class: "flex-container vertical list-files-wrapper" }, jg = { class: "list-of-files" }, Ug = ["title", "onClick"], zg = {
15218
+ }, Hg = ["value", "title"], qg = /* @__PURE__ */ f("hr", null, null, -1), Rg = { class: "flex-container vertical list-files-wrapper" }, Ng = { class: "list-of-files" }, jg = ["title", "onClick"], Ug = {
15215
15219
  key: 0,
15216
15220
  class: "progressbar"
15217
- }, Wg = ["value", "title"], Gg = ["title"], Jg = /* @__PURE__ */ f("hr", null, null, -1), Kg = { class: "upload-conditions" }, Zg = { class: "small" }, Yg = ["title"], Xg = {
15221
+ }, zg = ["value", "title"], Wg = ["title"], Gg = /* @__PURE__ */ f("hr", null, null, -1), Jg = { class: "upload-conditions" }, Kg = { class: "small" }, Zg = ["title"], Yg = {
15218
15222
  key: 0,
15219
15223
  class: "list-of-file-extensions"
15220
- }, Qg = { class: "flex-container vertical no-gap" }, $g = ["disabled"], ey = { key: 0 }, ty = { key: 1 }, ny = { class: "button-wrapper no-flex" }, iy = ["disabled"], oy = { key: 0 }, ly = { key: 1 }, sy = {
15224
+ }, Xg = { class: "flex-container vertical no-gap" }, Qg = ["disabled"], $g = { key: 0 }, ey = { key: 1 }, ty = { class: "button-wrapper no-flex" }, ny = ["disabled"], iy = { key: 0 }, oy = { key: 1 }, ly = {
15221
15225
  key: 0,
15222
15226
  class: "progressbar"
15223
- }, ay = ["value", "title"];
15224
- function ry(e, n, t, s, o, i) {
15225
- const r = G, d = Oh, u = z, h = ee;
15227
+ }, sy = ["value", "title"];
15228
+ function ay(e, n, t, s, o, i) {
15229
+ const r = G, d = Sh, u = z, h = ee;
15226
15230
  return l(), a(_, null, [
15227
15231
  t.advancedMode ? (l(), a("fieldset", {
15228
15232
  key: 0,
@@ -15239,7 +15243,7 @@ function ry(e, n, t, s, o, i) {
15239
15243
  systemMessage: i.allSystemMessages.length === 1 ? i.allSystemMessages[0] : e.getMessage("cmduploadform.system_message.the_following_errors_occurred")
15240
15244
  }, {
15241
15245
  default: V(() => [
15242
- i.allSystemMessages.length > 1 ? (l(), a("ul", Bg, [
15246
+ i.allSystemMessages.length > 1 ? (l(), a("ul", Fg, [
15243
15247
  (l(!0), a(_, null, H(i.allSystemMessages, (m, p) => (l(), a("li", { key: p }, g(m), 1))), 128))
15244
15248
  ])) : c("", !0)
15245
15249
  ]),
@@ -15248,23 +15252,23 @@ function ry(e, n, t, s, o, i) {
15248
15252
  f("div", M({
15249
15253
  class: ["box flex-container vertical", { "drop-area": t.enableDragAndDrop, "allow-drop": o.allowDrop }]
15250
15254
  }, kt(i.dragAndDropHandler, !0)), [
15251
- o.listOfFiles.length ? (l(), a("div", Pg, [
15252
- t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("div", Ag, [
15255
+ o.listOfFiles.length ? (l(), a("div", Bg, [
15256
+ t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("div", Pg, [
15253
15257
  v(r, M(t.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
15254
15258
  default: V(() => [
15255
15259
  N(g(e.getMessage("cmduploadform.headline.summary_of_all_files")), 1)
15256
15260
  ]),
15257
15261
  _: 1
15258
15262
  }, 16),
15259
- t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("ul", Eg, [
15260
- f("li", Vg, [
15263
+ t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("ul", Ag, [
15264
+ f("li", Eg, [
15261
15265
  f("a", {
15262
15266
  href: "#",
15263
15267
  title: e.getMessage("cmduploadform.labeltext.remove_all_files_from_list"),
15264
15268
  onClick: n[0] || (n[0] = I((...m) => i.cancelUpload && i.cancelUpload(...m), ["prevent"]))
15265
15269
  }, [
15266
15270
  v(u, j(we(t.iconDelete)), null, 16)
15267
- ], 8, Dg),
15271
+ ], 8, Vg),
15268
15272
  f("span", null, [
15269
15273
  N(g(o.listOfFiles.length) + " ", 1),
15270
15274
  t.allowMultipleFileUploads ? (l(), a(_, { key: 1 }, [
@@ -15279,26 +15283,26 @@ function ry(e, n, t, s, o, i) {
15279
15283
  { error: t.maxTotalUploadSize > 0 && i.totalSize > t.maxTotalUploadSize }
15280
15284
  ])
15281
15285
  }, " (" + g(i.formatSize(i.totalSize)) + ") ", 3),
15282
- o.uploadInitiated ? (l(), a("span", Hg, [
15286
+ o.uploadInitiated ? (l(), a("span", Dg, [
15283
15287
  f("span", null, g(i.getPercentage(i.totalUploadProgress)), 1),
15284
15288
  f("progress", {
15285
15289
  max: "100",
15286
15290
  value: i.totalUploadProgress,
15287
15291
  title: i.totalBytesUploaded
15288
- }, null, 8, qg)
15292
+ }, null, 8, Hg)
15289
15293
  ])) : c("", !0)
15290
15294
  ])
15291
15295
  ])) : c("", !0),
15292
- Rg
15296
+ qg
15293
15297
  ])) : c("", !0),
15294
- f("div", Ng, [
15298
+ f("div", Rg, [
15295
15299
  v(r, M(t.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
15296
15300
  default: V(() => [
15297
15301
  N(g(e.getMessage("cmduploadform.headline.list_of_selected_files")), 1)
15298
15302
  ]),
15299
15303
  _: 1
15300
15304
  }, 16),
15301
- f("ul", jg, [
15305
+ f("ul", Ng, [
15302
15306
  (l(!0), a(_, null, H(o.listOfFiles, (m, p) => (l(), a("li", {
15303
15307
  key: p,
15304
15308
  class: "flex-container no-flex"
@@ -15309,7 +15313,7 @@ function ry(e, n, t, s, o, i) {
15309
15313
  onClick: I((w) => i.removeFile(p), ["prevent"])
15310
15314
  }, [
15311
15315
  v(u, j(we(t.iconDelete)), null, 16)
15312
- ], 8, Ug),
15316
+ ], 8, jg),
15313
15317
  f("span", {
15314
15318
  class: b([
15315
15319
  "text-align-right",
@@ -15320,13 +15324,13 @@ function ry(e, n, t, s, o, i) {
15320
15324
  N(g(m.file.name) + " ", 1),
15321
15325
  f("small", null, "(" + g(i.formatSize(m.file.size)) + ")", 1)
15322
15326
  ], 2),
15323
- o.uploadInitiated && !m.error ? (l(), a("span", zg, [
15327
+ o.uploadInitiated && !m.error ? (l(), a("span", Ug, [
15324
15328
  f("span", null, g(i.getPercentage(m.progress)), 1),
15325
15329
  f("progress", {
15326
15330
  max: "100",
15327
15331
  value: m.progress,
15328
15332
  title: i.formatSize(m.uploadedBytes) + "/" + i.formatSize(m.file.size)
15329
- }, null, 8, Wg)
15333
+ }, null, 8, zg)
15330
15334
  ])) : c("", !0)
15331
15335
  ]))), 128))
15332
15336
  ]),
@@ -15335,8 +15339,8 @@ function ry(e, n, t, s, o, i) {
15335
15339
  href: "#",
15336
15340
  onClick: n[1] || (n[1] = I((...m) => i.cancel && i.cancel(...m), ["prevent"])),
15337
15341
  title: e.getMessage("cmduploadform.all_files_will_be_removed")
15338
- }, g(e.getMessage("cmduploadform.reset_upload")), 9, Gg)) : c("", !0),
15339
- Jg
15342
+ }, g(e.getMessage("cmduploadform.reset_upload")), 9, Wg)) : c("", !0),
15343
+ Gg
15340
15344
  ])
15341
15345
  ])) : (l(), a(_, { key: 0 }, [
15342
15346
  t.allowMultipleFileUploads ? (l(), C(r, M({ key: 0 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
@@ -15346,7 +15350,7 @@ function ry(e, n, t, s, o, i) {
15346
15350
  _: 1
15347
15351
  }, 16)) : c("", !0)
15348
15352
  ], 64)),
15349
- f("div", Kg, [
15353
+ f("div", Jg, [
15350
15354
  t.allowMultipleFileUploads && o.listOfFiles.length ? (l(), C(r, M({ key: 0 }, t.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
15351
15355
  default: V(() => [
15352
15356
  N(g(e.getMessage("cmduploadform.headline.select_additional_files")), 1)
@@ -15359,7 +15363,7 @@ function ry(e, n, t, s, o, i) {
15359
15363
  ]),
15360
15364
  _: 1
15361
15365
  }, 16)) : c("", !0),
15362
- f("dl", Zg, [
15366
+ f("dl", Kg, [
15363
15367
  t.maxTotalUploadSize > 0 ? (l(), a(_, { key: 0 }, [
15364
15368
  f("dt", {
15365
15369
  class: b({ error: i.totalSize > t.maxTotalUploadSize })
@@ -15387,10 +15391,10 @@ function ry(e, n, t, s, o, i) {
15387
15391
  iconClass: o.showListOfFileExtensions ? t.iconInvisible.iconClass : t.iconVisible.iconClass,
15388
15392
  type: o.showListOfFileExtensions ? t.iconInvisible.iconType : t.iconVisible.iconType
15389
15393
  }, null, 8, ["iconClass", "type"])
15390
- ], 8, Yg),
15394
+ ], 8, Zg),
15391
15395
  v(ke, { name: "fade" }, {
15392
15396
  default: V(() => [
15393
- o.showListOfFileExtensions ? (l(), a("ul", Xg, [
15397
+ o.showListOfFileExtensions ? (l(), a("ul", Yg, [
15394
15398
  (l(!0), a(_, null, H(t.allowedFileExtensions, (m, p) => (l(), a("li", {
15395
15399
  key: p,
15396
15400
  class: b({ error: o.errors.fileType })
@@ -15402,7 +15406,7 @@ function ry(e, n, t, s, o, i) {
15402
15406
  ])
15403
15407
  ])
15404
15408
  ]),
15405
- f("div", Qg, [
15409
+ f("div", Xg, [
15406
15410
  f("button", {
15407
15411
  type: "button",
15408
15412
  class: b(["button upload primary", { disabled: o.uploadInitiated }]),
@@ -15413,8 +15417,8 @@ function ry(e, n, t, s, o, i) {
15413
15417
  iconClass: t.iconFileUpload.iconClass,
15414
15418
  type: t.iconFileUpload.iconType
15415
15419
  }, null, 8, ["iconClass", "type"]),
15416
- t.allowMultipleFileUploads ? (l(), a("span", ey, g(e.getMessage("cmduploadform.labeltext.select_files")), 1)) : (l(), a("span", ty, g(e.getMessage("cmduploadform.labeltext.select_file")), 1))
15417
- ], 10, $g),
15420
+ t.allowMultipleFileUploads ? (l(), a("span", $g, g(e.getMessage("cmduploadform.labeltext.select_files")), 1)) : (l(), a("span", ey, g(e.getMessage("cmduploadform.labeltext.select_file")), 1))
15421
+ ], 10, Qg),
15418
15422
  t.enableDragAndDrop ? (l(), a("p", {
15419
15423
  key: 0,
15420
15424
  class: b(["text-drag-and-drop", { disabled: o.uploadInitiated }])
@@ -15444,7 +15448,7 @@ function ry(e, n, t, s, o, i) {
15444
15448
  placeholder: e.getMessage("cmduploadform.placeholder.comment"),
15445
15449
  status: t.commentStatusMessage ? "error" : ""
15446
15450
  }, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : c("", !0),
15447
- f("div", ny, [
15451
+ f("div", ty, [
15448
15452
  f("button", {
15449
15453
  class: b([
15450
15454
  "button primary",
@@ -15456,8 +15460,8 @@ function ry(e, n, t, s, o, i) {
15456
15460
  onClick: n[5] || (n[5] = (...m) => i.uploadFiles && i.uploadFiles(...m))
15457
15461
  }, [
15458
15462
  v(u, j(we(t.iconUpload)), null, 16),
15459
- o.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), a("span", oy, g(e.getMessage("cmduploadform.buttontext.upload_file")), 1)) : (l(), a("span", ly, g(e.getMessage("cmduploadform.buttontext.upload_files")), 1))
15460
- ], 10, iy),
15463
+ o.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), a("span", iy, g(e.getMessage("cmduploadform.buttontext.upload_file")), 1)) : (l(), a("span", oy, g(e.getMessage("cmduploadform.buttontext.upload_files")), 1))
15464
+ ], 10, ny),
15461
15465
  f("button", {
15462
15466
  class: b(["button", { disabled: o.listOfFiles.length === 0 }]),
15463
15467
  onClick: n[6] || (n[6] = (...m) => i.cancel && i.cancel(...m))
@@ -15472,13 +15476,13 @@ function ry(e, n, t, s, o, i) {
15472
15476
  onClick: n[7] || (n[7] = I((...m) => i.selectFiles && i.selectFiles(...m), ["prevent"])),
15473
15477
  class: ["cmd-upload-form box", { "drop-area": t.enableDragAndDrop, "allow-drop": o.allowDrop }]
15474
15478
  }, kt(i.dragAndDropHandler, !0)), [
15475
- o.uploadInitiated ? (l(), a("span", sy, [
15479
+ o.uploadInitiated ? (l(), a("span", ly, [
15476
15480
  f("span", null, g(i.getPercentage(i.totalUploadProgress)), 1),
15477
15481
  f("progress", {
15478
15482
  max: "100",
15479
15483
  value: i.totalUploadProgress,
15480
15484
  title: i.totalBytesUploaded
15481
- }, null, 8, ay)
15485
+ }, null, 8, sy)
15482
15486
  ])) : c("", !0),
15483
15487
  A(e.$slots, "default", {}, () => [
15484
15488
  t.enableDragAndDrop ? (l(), a(_, { key: 1 }, [
@@ -15517,7 +15521,7 @@ function ry(e, n, t, s, o, i) {
15517
15521
  }, null, 8, ["labelText", "disabled", "multiple", "onChange"])
15518
15522
  ], 64);
15519
15523
  }
15520
- const Xy = /* @__PURE__ */ L(Fg, [["render", ry]]), dy = {
15524
+ const Yy = /* @__PURE__ */ L(Lg, [["render", ay]]), ry = {
15521
15525
  name: "CmdWidthLimitationWrapper",
15522
15526
  props: {
15523
15527
  /**
@@ -15626,8 +15630,8 @@ const Xy = /* @__PURE__ */ L(Fg, [["render", ry]]), dy = {
15626
15630
  return e.length === 1 && typeof e[0].type == "symbol" && Array.isArray(e[0].children) ? e[0].children.length === 1 : e.length === 1;
15627
15631
  }
15628
15632
  }
15629
- }, cy = ["id"], uy = ["id"];
15630
- function my(e, n, t, s, o, i) {
15633
+ }, dy = ["id"], cy = ["id"];
15634
+ function uy(e, n, t, s, o, i) {
15631
15635
  const r = G;
15632
15636
  return l(), a("div", {
15633
15637
  class: b(["cmd-width-limitation-wrapper", { sticky: t.sticky }]),
@@ -15645,16 +15649,16 @@ function my(e, n, t, s, o, i) {
15645
15649
  }, [
15646
15650
  A(e.$slots, "default")
15647
15651
  ], 2))
15648
- ], 10, cy)) : (l(), a(_, { key: 1 }, [
15652
+ ], 10, dy)) : (l(), a(_, { key: 1 }, [
15649
15653
  t.anchorId ? (l(), a("a", {
15650
15654
  key: 0,
15651
15655
  id: t.anchorId
15652
- }, null, 8, uy)) : c("", !0),
15656
+ }, null, 8, cy)) : c("", !0),
15653
15657
  A(e.$slots, "default")
15654
15658
  ], 64))
15655
15659
  ], 2);
15656
15660
  }
15657
- const Qy = /* @__PURE__ */ L(dy, [["render", my]]), fy = {
15661
+ const Xy = /* @__PURE__ */ L(ry, [["render", uy]]), my = {
15658
15662
  name: "ContactInformation",
15659
15663
  props: {
15660
15664
  /**
@@ -15687,22 +15691,22 @@ const Qy = /* @__PURE__ */ L(dy, [["render", my]]), fy = {
15687
15691
  return !this.$scopedSlots["custom-info"];
15688
15692
  }
15689
15693
  }
15690
- }, hy = {
15694
+ }, fy = {
15691
15695
  key: 1,
15692
15696
  class: "flex-container"
15693
- }, py = { class: "flex-container vertical" };
15694
- function gy(e, n, t, s, o, i) {
15695
- const r = za, d = pa, u = bu;
15696
- return i.contactFormOnly ? (l(), C(r, j(M({ key: 0 }, e.basicForm)), null, 16)) : (l(), a("div", hy, [
15697
+ }, hy = { class: "flex-container vertical" };
15698
+ function py(e, n, t, s, o, i) {
15699
+ const r = za, d = pa, u = yu;
15700
+ return i.contactFormOnly ? (l(), C(r, j(M({ key: 0 }, e.basicForm)), null, 16)) : (l(), a("div", fy, [
15697
15701
  v(r, j(we(e.basicForm)), null, 16),
15698
- f("div", py, [
15702
+ f("div", hy, [
15699
15703
  t.cmdAddressData ? (l(), C(d, j(M({ key: 0 }, t.cmdAddressData)), null, 16)) : c("", !0),
15700
15704
  t.cmdGoogleMaps ? (l(), C(u, j(M({ key: 1 }, t.cmdGoogleMaps)), null, 16)) : c("", !0),
15701
15705
  A(e.$slots, "additional-info")
15702
15706
  ])
15703
15707
  ]));
15704
15708
  }
15705
- const $y = /* @__PURE__ */ L(fy, [["render", gy]]), yy = {
15709
+ const Qy = /* @__PURE__ */ L(my, [["render", py]]), gy = {
15706
15710
  name: "MultipleBoxWrapper",
15707
15711
  props: {
15708
15712
  segments: {
@@ -15710,10 +15714,10 @@ const $y = /* @__PURE__ */ L(fy, [["render", gy]]), yy = {
15710
15714
  default: null
15711
15715
  }
15712
15716
  }
15713
- }, by = { class: "cmd-page-multiple-box-wrapper flex-container vertical" };
15714
- function Cy(e, n, t, s, o, i) {
15717
+ }, yy = { class: "cmd-page-multiple-box-wrapper flex-container vertical" };
15718
+ function by(e, n, t, s, o, i) {
15715
15719
  const r = gi, d = Kd;
15716
- return l(), a("div", by, [
15720
+ return l(), a("div", yy, [
15717
15721
  (l(!0), a(_, null, H(t.segments, (u, h) => (l(), a(_, { key: h }, [
15718
15722
  v(d, {
15719
15723
  boxesPerRow: u.boxesPerRow,
@@ -15740,7 +15744,7 @@ function Cy(e, n, t, s, o, i) {
15740
15744
  ], 64))), 128))
15741
15745
  ]);
15742
15746
  }
15743
- const eb = /* @__PURE__ */ L(yy, [["render", Cy]]), _y = {
15747
+ const $y = /* @__PURE__ */ L(gy, [["render", by]]), Cy = {
15744
15748
  name: "MultipleListsOfLinks",
15745
15749
  props: {
15746
15750
  segments: {
@@ -15748,10 +15752,10 @@ const eb = /* @__PURE__ */ L(yy, [["render", Cy]]), _y = {
15748
15752
  default: null
15749
15753
  }
15750
15754
  }
15751
- }, wy = { class: "cmd-page-multiple-lists-of-links flex-container vertical" };
15752
- function xy(e, n, t, s, o, i) {
15755
+ }, _y = { class: "cmd-page-multiple-lists-of-links flex-container vertical" };
15756
+ function wy(e, n, t, s, o, i) {
15753
15757
  const r = pi;
15754
- return l(), a("div", wy, [
15758
+ return l(), a("div", _y, [
15755
15759
  (l(!0), a(_, null, H(t.segments, (d, u) => (l(), a(_, { key: u }, [
15756
15760
  v(r, {
15757
15761
  links: d.links,
@@ -15763,7 +15767,7 @@ function xy(e, n, t, s, o, i) {
15763
15767
  ], 64))), 128))
15764
15768
  ]);
15765
15769
  }
15766
- const tb = /* @__PURE__ */ L(_y, [["render", xy]]), nb = {
15770
+ const eb = /* @__PURE__ */ L(Cy, [["render", wy]]), tb = {
15767
15771
  // el = real dom-element
15768
15772
  mounted(e) {
15769
15773
  if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
@@ -15773,7 +15777,7 @@ const tb = /* @__PURE__ */ L(_y, [["render", xy]]), nb = {
15773
15777
  n ? n.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
15774
15778
  }
15775
15779
  }
15776
- }, ib = {
15780
+ }, nb = {
15777
15781
  // el = real dom-element
15778
15782
  // binding.value = value of v-directive
15779
15783
  mounted(e, n) {
@@ -15783,7 +15787,7 @@ const tb = /* @__PURE__ */ L(_y, [["render", xy]]), nb = {
15783
15787
  }
15784
15788
  }
15785
15789
  };
15786
- function ob() {
15790
+ function ib() {
15787
15791
  const e = {};
15788
15792
  Ki(s);
15789
15793
  function n(o = "defaultSequence") {
@@ -15800,66 +15804,66 @@ function ob() {
15800
15804
  }
15801
15805
  export {
15802
15806
  pa as CmdAddressData,
15803
- Ty as CmdBackToTopButton,
15804
- Sy as CmdBankAccountData,
15807
+ vy as CmdBackToTopButton,
15808
+ Ty as CmdBankAccountData,
15805
15809
  za as CmdBasicForm,
15806
15810
  gi as CmdBox,
15807
15811
  Kd as CmdBoxWrapper,
15808
15812
  lc as CmdBreadcrumbs,
15809
15813
  cc as CmdCompanyLogo,
15810
- Iy as CmdContainer,
15811
- My as CmdCookieDisclaimer,
15812
- Ly as CmdCopyrightInformation,
15813
- su as CmdFakeSelect,
15814
- Oy as CmdFancyBox,
15814
+ Oy as CmdContainer,
15815
+ Iy as CmdCookieDisclaimer,
15816
+ My as CmdCopyrightInformation,
15817
+ lu as CmdFakeSelect,
15818
+ Sy as CmdFancyBox,
15815
15819
  Aa as CmdForm,
15816
15820
  ee as CmdFormElement,
15817
- fu as CmdFormFilters,
15818
- bu as CmdGoogleMaps,
15821
+ mu as CmdFormFilters,
15822
+ yu as CmdGoogleMaps,
15819
15823
  G as CmdHeadline,
15820
15824
  z as CmdIcon,
15821
15825
  _e as CmdImage,
15822
- Fy as CmdImageGallery,
15823
- By as CmdImageZoom,
15824
- Uu as CmdInputGroup,
15826
+ Ly as CmdImageGallery,
15827
+ Fy as CmdImageZoom,
15828
+ ju as CmdInputGroup,
15825
15829
  We as CmdLink,
15826
15830
  pi as CmdListOfLinks,
15827
- Py as CmdLoginForm,
15828
- gm as CmdMainNavigation,
15829
- Ay as CmdMultistepFormProgressBar,
15830
- Ey as CmdNewsletterSubscription,
15831
- Vy as CmdOpeningHours,
15832
- Hy as CmdPageFooter,
15833
- qy as CmdPageHeader,
15834
- Dy as CmdPagination,
15835
- Ry as CmdProgressBar,
15836
- Ny as CmdSidebar,
15837
- jy as CmdSiteFooter,
15838
- Uy as CmdSiteHeader,
15839
- zy as CmdSiteSearch,
15831
+ By as CmdLoginForm,
15832
+ pm as CmdMainNavigation,
15833
+ Py as CmdMultistepFormProgressBar,
15834
+ Ay as CmdNewsletterSubscription,
15835
+ Ey as CmdOpeningHours,
15836
+ Dy as CmdPageFooter,
15837
+ Hy as CmdPageHeader,
15838
+ Vy as CmdPagination,
15839
+ qy as CmdProgressBar,
15840
+ Ry as CmdSidebar,
15841
+ Ny as CmdSiteFooter,
15842
+ jy as CmdSiteHeader,
15843
+ Uy as CmdSiteSearch,
15840
15844
  dt as CmdSlideButton,
15841
- Wy as CmdSlideshow,
15842
- _f as CmdSocialNetworks,
15843
- Gy as CmdSwitchLanguage,
15844
- Oh as CmdSystemMessage,
15845
- Jy as CmdTable,
15846
- Ky as CmdTabs,
15847
- Zy as CmdTextImageBlock,
15845
+ zy as CmdSlideshow,
15846
+ Cf as CmdSocialNetworks,
15847
+ Wy as CmdSwitchLanguage,
15848
+ Sh as CmdSystemMessage,
15849
+ Gy as CmdTable,
15850
+ Jy as CmdTabs,
15851
+ Ky as CmdTextImageBlock,
15848
15852
  Ir as CmdThumbnailScroller,
15849
- Yy as CmdToggleDarkMode,
15853
+ Zy as CmdToggleDarkMode,
15850
15854
  Il as CmdTooltip,
15851
- Xy as CmdUploadForm,
15852
- Qy as CmdWidthLimitationWrapper,
15853
- $y as ContactInformation,
15854
- nb as DirFocus,
15855
- ib as DirTelephone,
15855
+ Yy as CmdUploadForm,
15856
+ Xy as CmdWidthLimitationWrapper,
15857
+ Qy as ContactInformation,
15858
+ tb as DirFocus,
15859
+ nb as DirTelephone,
15856
15860
  Se as EditComponentWrapper,
15857
15861
  oe as I18n,
15858
- eb as MultipleBoxWrapper,
15859
- tb as MultipleListsOfLinks,
15862
+ $y as MultipleBoxWrapper,
15863
+ eb as MultipleListsOfLinks,
15860
15864
  fi as createHtmlId,
15861
15865
  je as createUuid,
15862
15866
  He as getFileExtension,
15863
15867
  ct as openFancyBox,
15864
- ob as useSequence
15868
+ ib as useSequence
15865
15869
  };