comand-component-library 4.0.31 → 4.0.33

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.
@@ -3978,7 +3978,7 @@ function ha(e, n, t, s, o, i) {
3978
3978
  _: 1
3979
3979
  });
3980
3980
  }
3981
- const Ry = /* @__PURE__ */ M(ma, [["render", ha]]), pa = {
3981
+ const Hy = /* @__PURE__ */ M(ma, [["render", ha]]), pa = {
3982
3982
  name: "CmdBankAccountData",
3983
3983
  props: {
3984
3984
  /**
@@ -4068,7 +4068,7 @@ function _a(e, n, t, s, o, i) {
4068
4068
  ], 64))
4069
4069
  ]);
4070
4070
  }
4071
- const Ny = /* @__PURE__ */ M(pa, [["render", _a]]), xa = {
4071
+ const Ry = /* @__PURE__ */ M(pa, [["render", _a]]), xa = {
4072
4072
  name: "CmdForm",
4073
4073
  emits: ["submit"],
4074
4074
  data() {
@@ -4997,7 +4997,7 @@ const Na = {
4997
4997
  }, ja = ["innerHTML"], Ua = /* @__PURE__ */ f("span", { class: "icon-image" }, null, -1), za = ["src", "alt", "title"], Wa = ["src", "alt", "title"], Ga = ["innerHTML"], Ja = /* @__PURE__ */ f("span", { class: "icon-add" }, null, -1), Ka = /* @__PURE__ */ f("span", null, "Add new image", -1), Za = [
4998
4998
  Ja,
4999
4999
  Ka
5000
- ], Ya = { key: 0 }, Xa = ["src", "alt", "title"], Qa = { key: 1 };
5000
+ ], Ya = ["innerHTML"], Xa = ["src", "alt", "title"], Qa = ["innerHTML"];
5001
5001
  function $a(e, n, t, s, o, i) {
5002
5002
  var u, p, m, h, w, b, _, T, S;
5003
5003
  const r = ee, c = ve;
@@ -5095,14 +5095,20 @@ function $a(e, n, t, s, o, i) {
5095
5095
  key: 1,
5096
5096
  class: y(["cmd-image", i.textAlign])
5097
5097
  }, [
5098
- (p = t.figcaption) != null && p.show && ((m = t.figcaption) == null ? void 0 : m.position) === "top" ? (l(), a("figcaption", Ya, g((h = t.figcaption) == null ? void 0 : h.text), 1)) : d("", !0),
5098
+ (p = t.figcaption) != null && p.show && ((m = t.figcaption) == null ? void 0 : m.position) === "top" ? (l(), a("figcaption", {
5099
+ key: 0,
5100
+ innerHTML: (h = t.figcaption) == null ? void 0 : h.text
5101
+ }, null, 8, Ya)) : d("", !0),
5099
5102
  f("img", {
5100
5103
  src: i.imageSource,
5101
5104
  alt: (w = t.image) == null ? void 0 : w.alt,
5102
5105
  title: (b = t.image) == null ? void 0 : b.tooltip,
5103
5106
  onLoad: n[4] || (n[4] = (...O) => i.onImageLoaded && i.onImageLoaded(...O))
5104
5107
  }, null, 40, Xa),
5105
- (_ = t.figcaption) != null && _.show && ((T = t.figcaption) == null ? void 0 : T.position) !== "top" ? (l(), a("figcaption", Qa, g((S = t.figcaption) == null ? void 0 : S.text), 1)) : d("", !0)
5108
+ (_ = t.figcaption) != null && _.show && ((T = t.figcaption) == null ? void 0 : T.position) !== "top" ? (l(), a("figcaption", {
5109
+ key: 1,
5110
+ innerHTML: (S = t.figcaption) == null ? void 0 : S.text
5111
+ }, null, 8, Qa)) : d("", !0)
5106
5112
  ], 2));
5107
5113
  }
5108
5114
  const Te = /* @__PURE__ */ M(Na, [["render", $a]]), er = {
@@ -5890,7 +5896,7 @@ function Ar(e, n, t, s, o, i) {
5890
5896
  ], 42, yr)
5891
5897
  ]);
5892
5898
  }
5893
- const jy = /* @__PURE__ */ M(gr, [["render", Ar]]), Er = {
5899
+ const Ny = /* @__PURE__ */ M(gr, [["render", Ar]]), Er = {
5894
5900
  name: "CmdListOfLinksItem",
5895
5901
  inheritAttrs: !1,
5896
5902
  mixins: [Q],
@@ -6174,16 +6180,20 @@ const hi = /* @__PURE__ */ M(Ur, [["render", Kr]]), Zr = {
6174
6180
  props: {
6175
6181
  /**
6176
6182
  * set type of link
6183
+ *
6177
6184
  * @allowedValues: 'href', 'router', 'button'
6178
6185
  */
6179
6186
  linkType: {
6180
6187
  type: String,
6181
- default: "href"
6188
+ default: "href",
6189
+ validator(e) {
6190
+ return e === "href" || e === "router" || e === "button";
6191
+ }
6182
6192
  },
6183
6193
  /**
6184
- * set path
6194
+ * set a path
6185
6195
  *
6186
- * linkType must be 'href', 'router'
6196
+ * linkType-property must be 'href', 'router'
6187
6197
  */
6188
6198
  path: {
6189
6199
  type: String,
@@ -6207,7 +6217,6 @@ const hi = /* @__PURE__ */ M(Ur, [["render", Kr]]), Zr = {
6207
6217
  },
6208
6218
  /**
6209
6219
  * displayed text
6210
- *
6211
6220
  */
6212
6221
  text: {
6213
6222
  type: String,
@@ -6610,7 +6619,7 @@ const ac = /* @__PURE__ */ M(Zr, [["render", sc]]), rc = {
6610
6619
  }
6611
6620
  }, In = () => {
6612
6621
  Zn((e) => ({
6613
- "24a519e6": e.cutoffTextLines
6622
+ f83c9ab2: e.cutoffTextLines
6614
6623
  }));
6615
6624
  }, On = Zt.setup;
6616
6625
  Zt.setup = On ? (e, n) => (In(), On(e, n)) : In;
@@ -7298,28 +7307,56 @@ const md = /* @__PURE__ */ M(rd, [["render", ud]]), fd = {
7298
7307
  contentBelowSlot: {
7299
7308
  type: String,
7300
7309
  required: !1
7310
+ },
7311
+ /**
7312
+ * define container-type
7313
+ *
7314
+ * @allowedValues: "grid", "flex"
7315
+ */
7316
+ containerType: {
7317
+ type: String,
7318
+ required: !1
7301
7319
  }
7302
7320
  },
7303
7321
  methods: {
7304
7322
  addHandlerProvider() {
7305
7323
  return "";
7306
7324
  }
7325
+ },
7326
+ computed: {
7327
+ containerClass() {
7328
+ let e = null;
7329
+ switch (this.containerType) {
7330
+ case "grid":
7331
+ e = "grid-container-create-columns";
7332
+ break;
7333
+ case "flex":
7334
+ e = "flex-container vertical";
7335
+ break;
7336
+ default:
7337
+ e = null;
7338
+ break;
7339
+ }
7340
+ return e;
7341
+ }
7307
7342
  }
7308
- }, hd = { class: "cmd-container" }, pd = ["innerHTML"], gd = ["innerHTML"];
7309
- function yd(e, n, t, s, o, i) {
7310
- return l(), a("div", hd, [
7343
+ }, hd = ["innerHTML"], pd = ["innerHTML"];
7344
+ function gd(e, n, t, s, o, i) {
7345
+ return l(), a("div", {
7346
+ class: y(["cmd-container", i.containerClass])
7347
+ }, [
7311
7348
  t.contentAboveSlot ? (l(), a("div", {
7312
7349
  key: 0,
7313
7350
  innerHTML: t.contentAboveSlot
7314
- }, null, 8, pd)) : d("", !0),
7351
+ }, null, 8, hd)) : d("", !0),
7315
7352
  V(e.$slots, "default"),
7316
7353
  t.contentBelowSlot ? (l(), a("div", {
7317
7354
  key: 1,
7318
7355
  innerHTML: t.contentBelowSlot
7319
- }, null, 8, gd)) : d("", !0)
7320
- ]);
7356
+ }, null, 8, pd)) : d("", !0)
7357
+ ], 2);
7321
7358
  }
7322
- const Uy = /* @__PURE__ */ M(fd, [["render", yd]]), bd = {
7359
+ const jy = /* @__PURE__ */ M(fd, [["render", gd]]), yd = {
7323
7360
  data() {
7324
7361
  return {
7325
7362
  defaultMessageProperties: {
@@ -7328,9 +7365,9 @@ const Uy = /* @__PURE__ */ M(fd, [["render", yd]]), bd = {
7328
7365
  }
7329
7366
  };
7330
7367
  }
7331
- }, Cd = {
7368
+ }, bd = {
7332
7369
  name: "CmdCookieDisclaimer",
7333
- mixins: [le, bd],
7370
+ mixins: [le, yd],
7334
7371
  data() {
7335
7372
  return {
7336
7373
  showCookieDisclaimer: !0,
@@ -7453,20 +7490,20 @@ const Uy = /* @__PURE__ */ M(fd, [["render", yd]]), bd = {
7453
7490
  }));
7454
7491
  }
7455
7492
  }
7456
- }, _d = { class: "cmd-cookie-disclaimer flex-container vertical" }, xd = {
7493
+ }, Cd = { class: "cmd-cookie-disclaimer flex-container vertical" }, _d = {
7457
7494
  key: 0,
7458
7495
  class: "flex-container vertical"
7459
- }, wd = { key: 0 }, kd = { key: 1 }, vd = ["href", "target"], Td = ["innerHTML"], Sd = /* @__PURE__ */ f("hr", null, null, -1), Id = {
7496
+ }, xd = { key: 0 }, wd = { key: 1 }, kd = ["href", "target"], vd = ["innerHTML"], Td = /* @__PURE__ */ f("hr", null, null, -1), Sd = {
7460
7497
  key: 1,
7461
7498
  class: "flex-container vertical"
7462
- }, Od = { key: 0 }, Md = { key: 1 }, Ld = ["href", "target"], Bd = ["innerHTML"], Fd = { class: "button-wrapper align-center" };
7463
- function Ad(e, n, t, s, o, i) {
7499
+ }, Id = { key: 0 }, Od = { key: 1 }, Md = ["href", "target"], Ld = ["innerHTML"], Bd = { class: "button-wrapper align-center" };
7500
+ function Fd(e, n, t, s, o, i) {
7464
7501
  const r = G, c = ee, u = pi;
7465
7502
  return l(), C(xe, { name: "fade" }, {
7466
7503
  default: P(() => {
7467
7504
  var p, m, h;
7468
7505
  return [
7469
- f("div", _d, [
7506
+ f("div", Cd, [
7470
7507
  t.useSlot ? V(e.$slots, "default", { key: 0 }) : (l(), a(x, { key: 1 }, [
7471
7508
  (p = t.cmdHeadlineCookieDisclaimer) != null && p.show && ((m = t.cmdHeadlineCookieDisclaimer) != null && m.headlineText) && ((h = t.cmdHeadlineCookieDisclaimer) != null && h.headlineLevel) ? (l(), C(r, {
7472
7509
  key: 0,
@@ -7476,7 +7513,7 @@ function Ad(e, n, t, s, o, i) {
7476
7513
  V(e.$slots, "cookie-options", {}, () => {
7477
7514
  var w, b, _, T, S, O, E, L;
7478
7515
  return [
7479
- (w = t.cookieOptions) != null && w.required ? (l(), a("div", xd, [
7516
+ (w = t.cookieOptions) != null && w.required ? (l(), a("div", _d, [
7480
7517
  (b = t.cmdBoxRequiredCookies) != null && b.showHeadline ? (l(), C(r, {
7481
7518
  key: 0,
7482
7519
  "headline-text": (_ = t.cmdBoxRequiredCookies) == null ? void 0 : _.headlineText,
@@ -7504,26 +7541,26 @@ function Ad(e, n, t, s, o, i) {
7504
7541
  }, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
7505
7542
  ]),
7506
7543
  body: P(() => [
7507
- B.description ? (l(), a("p", wd, g(B.description), 1)) : d("", !0),
7508
- B.linkDataPrivacy ? (l(), a("p", kd, [
7544
+ B.description ? (l(), a("p", xd, g(B.description), 1)) : d("", !0),
7545
+ B.linkDataPrivacy ? (l(), a("p", wd, [
7509
7546
  q(g(B.linkDataPrivacy.label) + " ", 1),
7510
7547
  f("a", {
7511
7548
  onClick: n[1] || (n[1] = (...R) => i.openDataPrivacy && i.openDataPrivacy(...R)),
7512
7549
  href: B.linkDataPrivacy.link,
7513
7550
  target: B.linkDataPrivacy.target
7514
- }, g(B.linkDataPrivacy.linkText), 9, vd)
7551
+ }, g(B.linkDataPrivacy.linkText), 9, kd)
7515
7552
  ])) : d("", !0),
7516
7553
  o.dataPrivacyContent ? (l(), a("div", {
7517
7554
  key: 2,
7518
7555
  innerHTML: o.dataPrivacyContent
7519
- }, null, 8, Td)) : d("", !0)
7556
+ }, null, 8, vd)) : d("", !0)
7520
7557
  ]),
7521
7558
  _: 2
7522
7559
  }, 1032, ["collapsible"]);
7523
7560
  }), 128))
7524
7561
  ])) : d("", !0),
7525
- Sd,
7526
- (S = t.cookieOptions) != null && S.optional ? (l(), a("div", Id, [
7562
+ Td,
7563
+ (S = t.cookieOptions) != null && S.optional ? (l(), a("div", Sd, [
7527
7564
  (O = t.cmdBoxOptionalCookies) != null && O.showHeadline ? (l(), C(r, {
7528
7565
  key: 0,
7529
7566
  "headline-text": (E = t.cmdBoxOptionalCookies) == null ? void 0 : E.headlineText,
@@ -7551,19 +7588,19 @@ function Ad(e, n, t, s, o, i) {
7551
7588
  }, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
7552
7589
  ]),
7553
7590
  body: P(() => [
7554
- B.description ? (l(), a("p", Od, g(B.description), 1)) : d("", !0),
7555
- B.linkDataPrivacy ? (l(), a("p", Md, [
7591
+ B.description ? (l(), a("p", Id, g(B.description), 1)) : d("", !0),
7592
+ B.linkDataPrivacy ? (l(), a("p", Od, [
7556
7593
  q(g(B.linkDataPrivacy.label) + " ", 1),
7557
7594
  f("a", {
7558
7595
  onClick: n[3] || (n[3] = (...R) => i.openDataPrivacy && i.openDataPrivacy(...R)),
7559
7596
  href: B.linkDataPrivacy.link,
7560
7597
  target: B.linkDataPrivacy.target
7561
- }, g(B.linkDataPrivacy.linkText), 9, Ld)
7598
+ }, g(B.linkDataPrivacy.linkText), 9, Md)
7562
7599
  ])) : d("", !0),
7563
7600
  o.dataPrivacyContent ? (l(), a("div", {
7564
7601
  key: 2,
7565
7602
  innerHTML: o.dataPrivacyContent
7566
- }, null, 8, Bd)) : d("", !0)
7603
+ }, null, 8, Ld)) : d("", !0)
7567
7604
  ]),
7568
7605
  _: 2
7569
7606
  }, 1032, ["collapsible"]);
@@ -7572,7 +7609,7 @@ function Ad(e, n, t, s, o, i) {
7572
7609
  ];
7573
7610
  }),
7574
7611
  V(e.$slots, "privacy-text"),
7575
- f("div", Fd, [
7612
+ f("div", Bd, [
7576
7613
  t.buttonLabelAcceptCurrentSettings ? (l(), a("button", {
7577
7614
  key: 0,
7578
7615
  type: "button",
@@ -7596,23 +7633,23 @@ function Ad(e, n, t, s, o, i) {
7596
7633
  _: 3
7597
7634
  });
7598
7635
  }
7599
- const zy = /* @__PURE__ */ M(Cd, [["render", Ad]]), Ed = {
7636
+ const Uy = /* @__PURE__ */ M(bd, [["render", Fd]]), Ad = {
7600
7637
  name: "CmdCopyrightWrapper"
7601
- }, Pd = {
7638
+ }, Ed = {
7602
7639
  class: "cmd-copyright-information",
7603
7640
  role: "contentinfo"
7604
- }, Vd = /* @__PURE__ */ f("a", {
7641
+ }, Pd = /* @__PURE__ */ f("a", {
7605
7642
  href: "https://www.comand-cms.com",
7606
7643
  target: "comand-website",
7607
7644
  lang: "en",
7608
7645
  title: "CoManD-Website"
7609
- }, "© CoManD", -1), Dd = [
7610
- Vd
7646
+ }, "© CoManD", -1), Vd = [
7647
+ Pd
7611
7648
  ];
7612
- function qd(e, n, t, s, o, i) {
7613
- return l(), a("div", Pd, Dd);
7649
+ function Dd(e, n, t, s, o, i) {
7650
+ return l(), a("div", Ed, Vd);
7614
7651
  }
7615
- const Wy = /* @__PURE__ */ M(Ed, [["render", qd]]), Hd = {
7652
+ const zy = /* @__PURE__ */ M(Ad, [["render", Dd]]), qd = {
7616
7653
  data() {
7617
7654
  return {
7618
7655
  defaultMessageProperties: {
@@ -7625,12 +7662,12 @@ const Wy = /* @__PURE__ */ M(Ed, [["render", qd]]), Hd = {
7625
7662
  }
7626
7663
  };
7627
7664
  }
7628
- }, Rd = {
7665
+ }, Hd = {
7629
7666
  name: "CmdFakeSelect",
7630
7667
  inheritAttrs: !1,
7631
7668
  mixins: [
7632
7669
  le,
7633
- Hd,
7670
+ qd,
7634
7671
  rt,
7635
7672
  We,
7636
7673
  Kt
@@ -7884,23 +7921,23 @@ const Wy = /* @__PURE__ */ M(Ed, [["render", qd]]), Hd = {
7884
7921
  deep: !0
7885
7922
  }
7886
7923
  }
7887
- }, Nd = ["title", "aria-labelledby", "aria-required"], jd = {
7924
+ }, Rd = ["title", "aria-labelledby", "aria-required"], Nd = {
7888
7925
  key: 0,
7889
7926
  class: "label-text"
7890
- }, Ud = ["id"], zd = {
7927
+ }, jd = ["id"], Ud = {
7891
7928
  key: 0,
7892
7929
  "aria-hidden": "true"
7893
- }, Wd = ["title", "aria-errormessage", "id"], Gd = ["aria-expanded"], Jd = ["title"], Kd = ["src", "alt"], Zd = {
7930
+ }, zd = ["title", "aria-errormessage", "id"], Wd = ["aria-expanded"], Gd = ["title"], Jd = ["src", "alt"], Kd = {
7894
7931
  key: 3,
7895
7932
  class: "option-name"
7896
- }, Yd = {
7933
+ }, Zd = {
7897
7934
  key: 0,
7898
7935
  role: "listbox"
7899
- }, Xd = ["aria-selected"], Qd = ["onClick", "title"], $d = { key: 1 }, eu = ["aria-expanded"], tu = ["for"], nu = ["value", "checked", "id"], iu = ["onClick"], ou = ["src", "alt"], lu = ["onClick"], su = {
7936
+ }, Yd = ["aria-selected"], Xd = ["onClick", "title"], Qd = { key: 1 }, $d = ["aria-expanded"], eu = ["for"], tu = ["value", "checked", "id"], nu = ["onClick"], iu = ["src", "alt"], ou = ["onClick"], lu = {
7900
7937
  key: 0,
7901
7938
  class: "select-all-options"
7902
7939
  };
7903
- function au(e, n, t, s, o, i) {
7940
+ function su(e, n, t, s, o, i) {
7904
7941
  var p, m, h, w;
7905
7942
  const r = j, c = Gt, u = oe("router-link");
7906
7943
  return l(), a("div", {
@@ -7919,11 +7956,11 @@ function au(e, n, t, s, o, i) {
7919
7956
  "aria-required": e.$attrs.required !== void 0,
7920
7957
  ref: "fakeselect"
7921
7958
  }, [
7922
- t.showLabel ? (l(), a("span", jd, [
7959
+ t.showLabel ? (l(), a("span", Nd, [
7923
7960
  f("span", { id: e.htmlId }, [
7924
7961
  q(g(t.labelText), 1),
7925
- e.$attrs.required !== void 0 ? (l(), a("sup", zd, "*")) : d("", !0)
7926
- ], 8, Ud),
7962
+ e.$attrs.required !== void 0 ? (l(), a("sup", Ud, "*")) : d("", !0)
7963
+ ], 8, jd),
7927
7964
  (e.$attrs.required || e.inputRequirements.length) && t.showStatusIcon ? (l(), a("a", {
7928
7965
  key: 0,
7929
7966
  href: "#",
@@ -7935,7 +7972,7 @@ function au(e, n, t, s, o, i) {
7935
7972
  id: e.tooltipId
7936
7973
  }, [
7937
7974
  v(r, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
7938
- ], 8, Wd)) : d("", !0),
7975
+ ], 8, zd)) : d("", !0),
7939
7976
  e.useCustomTooltip && (o.validationStatus === "" || o.validationStatus === "error") ? (l(), C(c, {
7940
7977
  key: 1,
7941
7978
  ref: "tooltip",
@@ -7963,7 +8000,7 @@ function au(e, n, t, s, o, i) {
7963
8000
  src: i.pathFlag(i.optionCountry),
7964
8001
  alt: i.optionCountry,
7965
8002
  class: y(["flag", i.optionCountry])
7966
- }, null, 10, Kd)) : t.type === "color" ? (l(), a("span", {
8003
+ }, null, 10, Jd)) : t.type === "color" ? (l(), a("span", {
7967
8004
  key: 1,
7968
8005
  style: et("background: " + i.optionColor)
7969
8006
  }, null, 4)) : d("", !0),
@@ -7972,15 +8009,15 @@ function au(e, n, t, s, o, i) {
7972
8009
  type: (h = i.optionIcon) == null ? void 0 : h.iconType,
7973
8010
  iconClass: (w = i.optionIcon) == null ? void 0 : w.iconClass
7974
8011
  }, null, 8, ["type", "iconClass"])) : d("", !0),
7975
- i.optionName ? (l(), a("span", Zd, g(i.optionName), 1)) : d("", !0),
8012
+ i.optionName ? (l(), a("span", Kd, g(i.optionName), 1)) : d("", !0),
7976
8013
  t.iconDropdown ? (l(), C(r, {
7977
8014
  key: 4,
7978
8015
  iconClass: t.iconDropdown.iconClass,
7979
8016
  type: t.iconDropdown.iconType,
7980
8017
  title: t.iconDropdown.tooltip
7981
8018
  }, null, 8, ["iconClass", "type", "title"])) : d("", !0)
7982
- ], 40, Jd),
7983
- t.type === "default" && o.showOptions ? (l(), a("ul", Yd, [
8019
+ ], 40, Gd),
8020
+ t.type === "default" && o.showOptions ? (l(), a("ul", Zd, [
7984
8021
  (l(!0), a(x, null, D(t.selectData, (b, _) => (l(), a("li", {
7985
8022
  key: _,
7986
8023
  role: "option",
@@ -7998,8 +8035,8 @@ function au(e, n, t, s, o, i) {
7998
8035
  iconClass: b.iconClass,
7999
8036
  type: b.iconType
8000
8037
  }, null, 8, ["iconClass", "type"])) : d("", !0),
8001
- b.text ? (l(), a("span", $d, g(b.text), 1)) : d("", !0)
8002
- ], 10, Qd)) : d("", !0),
8038
+ b.text ? (l(), a("span", Qd, g(b.text), 1)) : d("", !0)
8039
+ ], 10, Xd)) : d("", !0),
8003
8040
  t.optionLinkType === "router" ? (l(), C(u, {
8004
8041
  key: 1,
8005
8042
  to: "#",
@@ -8016,7 +8053,7 @@ function au(e, n, t, s, o, i) {
8016
8053
  ]),
8017
8054
  _: 2
8018
8055
  }, 1032, ["onClick", "class"])) : d("", !0)
8019
- ], 8, Xd))), 128))
8056
+ ], 8, Yd))), 128))
8020
8057
  ])) : t.type !== "default" && t.type !== "content" && o.showOptions ? (l(), a("ul", {
8021
8058
  key: 1,
8022
8059
  class: y({ "checkbox-options": t.type === "checkboxOptions" }),
@@ -8034,9 +8071,9 @@ function au(e, n, t, s, o, i) {
8034
8071
  onChange: n[3] || (n[3] = (...T) => i.optionSelect && i.optionSelect(...T)),
8035
8072
  checked: i.compareValues(b.value),
8036
8073
  id: "option-" + (_ + 1)
8037
- }, null, 40, nu),
8074
+ }, null, 40, tu),
8038
8075
  f("span", null, g(b.text), 1)
8039
- ], 10, tu)) : t.type === "country" ? (l(), a("a", {
8076
+ ], 10, eu)) : t.type === "country" ? (l(), a("a", {
8040
8077
  key: 1,
8041
8078
  href: "#",
8042
8079
  onClick: I((T) => i.selectOption(b.value), ["prevent"]),
@@ -8046,9 +8083,9 @@ function au(e, n, t, s, o, i) {
8046
8083
  class: "flag",
8047
8084
  src: i.pathFlag(b.value),
8048
8085
  alt: b.text
8049
- }, null, 8, ou),
8086
+ }, null, 8, iu),
8050
8087
  f("span", null, g(b.text), 1)
8051
- ], 10, iu)) : t.type === "color" ? (l(), a("a", {
8088
+ ], 10, nu)) : t.type === "color" ? (l(), a("a", {
8052
8089
  key: 2,
8053
8090
  href: "#",
8054
8091
  onClick: I((T) => i.selectOption(b.value), ["prevent"]),
@@ -8059,9 +8096,9 @@ function au(e, n, t, s, o, i) {
8059
8096
  style: et("background: " + b.value)
8060
8097
  }, null, 4),
8061
8098
  f("span", null, g(b.text), 1)
8062
- ], 10, lu)) : d("", !0)
8099
+ ], 10, ou)) : d("", !0)
8063
8100
  ]))), 128)),
8064
- t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), a("li", su, [
8101
+ t.showSelectAllOptions && t.type === "checkboxOptions" ? (l(), a("li", lu, [
8065
8102
  f("a", {
8066
8103
  href: "#",
8067
8104
  onClick: n[4] || (n[4] = I((...b) => i.toggleAllOptions && i.toggleAllOptions(...b), ["prevent"]))
@@ -8078,12 +8115,12 @@ function au(e, n, t, s, o, i) {
8078
8115
  f("span", null, g(i.selectAllOptionsText), 1)
8079
8116
  ])
8080
8117
  ])) : d("", !0)
8081
- ], 10, eu)) : t.type === "content" && o.showOptions ? V(e.$slots, "default", { key: 2 }) : d("", !0)
8118
+ ], 10, $d)) : t.type === "content" && o.showOptions ? V(e.$slots, "default", { key: 2 }) : d("", !0)
8082
8119
  ])
8083
- ], 42, Gd)
8084
- ], 10, Nd);
8120
+ ], 42, Wd)
8121
+ ], 10, Rd);
8085
8122
  }
8086
- const ru = /* @__PURE__ */ M(Rd, [["render", au]]), cu = {
8123
+ const au = /* @__PURE__ */ M(Hd, [["render", su]]), ru = {
8087
8124
  name: "CmdFormFilters",
8088
8125
  data() {
8089
8126
  return {
@@ -8159,14 +8196,14 @@ const ru = /* @__PURE__ */ M(Rd, [["render", au]]), cu = {
8159
8196
  deep: !0
8160
8197
  }
8161
8198
  }
8162
- }, du = {
8199
+ }, cu = {
8163
8200
  key: 0,
8164
8201
  class: "cmd-form-filters"
8165
- }, uu = { key: 0 }, mu = { key: 1 }, fu = ["onClick", "title"];
8166
- function hu(e, n, t, s, o, i) {
8202
+ }, du = { key: 0 }, uu = { key: 1 }, mu = ["onClick", "title"];
8203
+ function fu(e, n, t, s, o, i) {
8167
8204
  const r = j;
8168
- return o.options.length ? (l(), a("ul", du, [
8169
- o.options.length > 1 ? (l(), a("li", uu, [
8205
+ return o.options.length ? (l(), a("ul", cu, [
8206
+ o.options.length > 1 ? (l(), a("li", du, [
8170
8207
  f("a", {
8171
8208
  href: "#",
8172
8209
  onClick: n[0] || (n[0] = I((...c) => i.deleteAllFilters && i.deleteAllFilters(...c), ["prevent"]))
@@ -8176,7 +8213,7 @@ function hu(e, n, t, s, o, i) {
8176
8213
  iconClass: t.linkDeleteAllFilters.icon.iconClass,
8177
8214
  title: t.linkDeleteAllFilters.icon.tooltip
8178
8215
  }, null, 8, ["iconClass", "title"])) : d("", !0),
8179
- t.linkDeleteAllFilters.text ? (l(), a("span", mu, g(t.linkDeleteAllFilters.text), 1)) : d("", !0)
8216
+ t.linkDeleteAllFilters.text ? (l(), a("span", uu, g(t.linkDeleteAllFilters.text), 1)) : d("", !0)
8180
8217
  ])
8181
8218
  ])) : d("", !0),
8182
8219
  (l(!0), a(x, null, D(o.options, (c, u) => (l(), a("li", { key: u }, [
@@ -8190,11 +8227,11 @@ function hu(e, n, t, s, o, i) {
8190
8227
  iconClass: t.deleteFilterIcon.iconClass,
8191
8228
  type: t.deleteFilterIcon.iconType
8192
8229
  }, null, 8, ["iconClass", "type"])
8193
- ], 8, fu)
8230
+ ], 8, mu)
8194
8231
  ]))), 128))
8195
8232
  ])) : d("", !0);
8196
8233
  }
8197
- const pu = /* @__PURE__ */ M(cu, [["render", hu]]), gu = {
8234
+ const hu = /* @__PURE__ */ M(ru, [["render", fu]]), pu = {
8198
8235
  name: "CmdGoogleMaps",
8199
8236
  props: {
8200
8237
  /**
@@ -8214,13 +8251,13 @@ const pu = /* @__PURE__ */ M(cu, [["render", hu]]), gu = {
8214
8251
  return "https://maps.google.de/maps?ie=UTF8&t=&z=17&iwloc=B&output=embed";
8215
8252
  }
8216
8253
  }
8217
- }, yu = { class: "cmd-google-maps responsive-wrapper" }, bu = ["src"];
8218
- function Cu(e, n, t, s, o, i) {
8219
- return l(), a("div", yu, [
8220
- f("iframe", { src: i.locateAddress }, null, 8, bu)
8254
+ }, gu = { class: "cmd-google-maps responsive-wrapper" }, yu = ["src"];
8255
+ function bu(e, n, t, s, o, i) {
8256
+ return l(), a("div", gu, [
8257
+ f("iframe", { src: i.locateAddress }, null, 8, yu)
8221
8258
  ]);
8222
8259
  }
8223
- const _u = /* @__PURE__ */ M(gu, [["render", Cu]]), xu = {
8260
+ const Cu = /* @__PURE__ */ M(pu, [["render", bu]]), _u = {
8224
8261
  name: "CmdImageGallery",
8225
8262
  mixins: [Q],
8226
8263
  props: {
@@ -8312,14 +8349,14 @@ const _u = /* @__PURE__ */ M(gu, [["render", Cu]]), xu = {
8312
8349
  });
8313
8350
  }
8314
8351
  }
8315
- }, wu = { class: "grid-container-create-columns cmd-image-gallery" }, ku = ["onClick", "title"], vu = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), Tu = /* @__PURE__ */ f("span", null, "Add new gallery-image", -1), Su = [
8316
- vu,
8317
- Tu
8352
+ }, xu = { class: "grid-container-create-columns cmd-image-gallery" }, wu = ["onClick", "title"], ku = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), vu = /* @__PURE__ */ f("span", null, "Add new gallery-image", -1), Tu = [
8353
+ ku,
8354
+ vu
8318
8355
  ];
8319
- function Iu(e, n, t, s, o, i) {
8356
+ function Su(e, n, t, s, o, i) {
8320
8357
  var u;
8321
8358
  const r = G, c = Te;
8322
- return l(), a("div", wu, [
8359
+ return l(), a("div", xu, [
8323
8360
  (u = t.cmdHeadline) != null && u.headlineText || e.editModeContext ? (l(), C(r, W(H({ key: 0 }, t.cmdHeadline)), null, 16)) : d("", !0),
8324
8361
  e.editModeContext ? t.images.length ? (l(!0), a(x, { key: 2 }, D(t.images, (p, m) => (l(), C(c, {
8325
8362
  key: m,
@@ -8333,7 +8370,7 @@ function Iu(e, n, t, s, o, i) {
8333
8370
  type: "button",
8334
8371
  class: "button confirm",
8335
8372
  onClick: n[0] || (n[0] = (...p) => i.onAddItem && i.onAddItem(...p))
8336
- }, Su)) : (l(), a(x, { key: 1 }, [
8373
+ }, Tu)) : (l(), a(x, { key: 1 }, [
8337
8374
  t.useFancyboxForLargeImages ? (l(!0), a(x, { key: 0 }, D(t.images, (p, m) => (l(), a("a", {
8338
8375
  class: "image-wrapper",
8339
8376
  key: m,
@@ -8345,7 +8382,7 @@ function Iu(e, n, t, s, o, i) {
8345
8382
  image: p.image,
8346
8383
  figcaption: i.figcaption(p)
8347
8384
  }, null, 8, ["image", "figcaption"])
8348
- ], 8, ku))), 128)) : (l(!0), a(x, { key: 1 }, D(t.images, (p, m) => (l(), a("div", {
8385
+ ], 8, wu))), 128)) : (l(!0), a(x, { key: 1 }, D(t.images, (p, m) => (l(), a("div", {
8349
8386
  key: `i${m}`,
8350
8387
  class: "image-wrapper"
8351
8388
  }, [
@@ -8357,7 +8394,7 @@ function Iu(e, n, t, s, o, i) {
8357
8394
  ], 64))
8358
8395
  ]);
8359
8396
  }
8360
- const Gy = /* @__PURE__ */ M(xu, [["render", Iu]]), Ou = {
8397
+ const Wy = /* @__PURE__ */ M(_u, [["render", Su]]), Iu = {
8361
8398
  name: "CmdImageZoom",
8362
8399
  props: {
8363
8400
  /**
@@ -8402,15 +8439,15 @@ function Bn(e, n) {
8402
8439
  function Fn(e, n, t) {
8403
8440
  return e < n ? n : e > t ? t : e;
8404
8441
  }
8405
- const Mu = { class: "cmd-imagezoom flex-container" }, Lu = ["title"], Bu = ["src", "alt"], Fu = {
8442
+ const Ou = { class: "cmd-imagezoom flex-container" }, Mu = ["title"], Lu = ["src", "alt"], Bu = {
8406
8443
  key: 0,
8407
8444
  class: "zoom-container"
8408
- }, Au = ["src", "alt"], Eu = {
8445
+ }, Fu = ["src", "alt"], Au = {
8409
8446
  key: 1,
8410
8447
  class: "zoom-overlay"
8411
8448
  };
8412
- function Pu(e, n, t, s, o, i) {
8413
- return l(), a("div", Mu, [
8449
+ function Eu(e, n, t, s, o, i) {
8450
+ return l(), a("div", Ou, [
8414
8451
  f("a", {
8415
8452
  href: "#",
8416
8453
  class: "no-flex thumbnails-imagezoom",
@@ -8422,18 +8459,18 @@ function Pu(e, n, t, s, o, i) {
8422
8459
  onMouseover: n[0] || (n[0] = (...r) => i.onMouseOver && i.onMouseOver(...r)),
8423
8460
  onMousemove: n[1] || (n[1] = (...r) => i.onMouseMove && i.onMouseMove(...r)),
8424
8461
  onMouseout: n[2] || (n[2] = (...r) => i.onMouseOut && i.onMouseOut(...r))
8425
- }, null, 40, Bu)
8426
- ], 8, Lu),
8427
- o.showLargeImage ? (l(), a("div", Fu, [
8462
+ }, null, 40, Lu)
8463
+ ], 8, Mu),
8464
+ o.showLargeImage ? (l(), a("div", Bu, [
8428
8465
  f("img", {
8429
8466
  src: t.imageLarge.src,
8430
8467
  alt: t.imageLarge.alt
8431
- }, null, 8, Au)
8468
+ }, null, 8, Fu)
8432
8469
  ])) : d("", !0),
8433
- o.showLargeImage ? (l(), a("div", Eu)) : d("", !0)
8470
+ o.showLargeImage ? (l(), a("div", Au)) : d("", !0)
8434
8471
  ]);
8435
8472
  }
8436
- const Jy = /* @__PURE__ */ M(Ou, [["render", Pu]]), Vu = {
8473
+ const Gy = /* @__PURE__ */ M(Iu, [["render", Eu]]), Pu = {
8437
8474
  mixins: [
8438
8475
  Jt,
8439
8476
  rt,
@@ -8620,17 +8657,17 @@ const Jy = /* @__PURE__ */ M(Ou, [["render", Pu]]), Vu = {
8620
8657
  immediate: !0
8621
8658
  }
8622
8659
  }
8623
- }, Du = ["aria-labelledby"], qu = { class: "label-text" }, Hu = ["id"], Ru = {
8660
+ }, Vu = ["aria-labelledby"], Du = { class: "label-text" }, qu = ["id"], Hu = {
8624
8661
  key: 0,
8625
8662
  "aria-hidden": "true"
8626
- }, Nu = ["title", "aria-errormessage", "id"], ju = ["for"], Uu = ["type", "id", "name", "value", "disabled"], zu = {
8663
+ }, Ru = ["title", "aria-errormessage", "id"], Nu = ["for"], ju = ["type", "id", "name", "value", "disabled"], Uu = {
8627
8664
  key: 1,
8628
8665
  class: "label-text"
8629
- }, Wu = {
8666
+ }, zu = {
8630
8667
  key: 1,
8631
8668
  class: "flex-container no-flex"
8632
8669
  };
8633
- function Gu(e, n, t, s, o, i) {
8670
+ function Wu(e, n, t, s, o, i) {
8634
8671
  const r = j, c = Gt;
8635
8672
  return l(), a("div", {
8636
8673
  class: y([
@@ -8646,11 +8683,11 @@ function Gu(e, n, t, s, o, i) {
8646
8683
  ]),
8647
8684
  "aria-labelledby": e.htmlId
8648
8685
  }, [
8649
- ue(f("span", qu, [
8686
+ ue(f("span", Du, [
8650
8687
  f("span", { id: e.htmlId }, [
8651
8688
  q(g(t.labelText), 1),
8652
- t.required ? (l(), a("sup", Ru, "*")) : d("", !0)
8653
- ], 8, Hu),
8689
+ t.required ? (l(), a("sup", Hu, "*")) : d("", !0)
8690
+ ], 8, qu),
8654
8691
  (t.required || e.inputRequirements.length > 0) && t.showStatusIcon ? (l(), a("a", {
8655
8692
  key: 0,
8656
8693
  href: "#",
@@ -8662,7 +8699,7 @@ function Gu(e, n, t, s, o, i) {
8662
8699
  id: e.tooltipId
8663
8700
  }, [
8664
8701
  v(r, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
8665
- ], 8, Nu)) : d("", !0),
8702
+ ], 8, Ru)) : d("", !0),
8666
8703
  e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), C(c, {
8667
8704
  key: 1,
8668
8705
  ref: "tooltip",
@@ -8679,7 +8716,7 @@ function Gu(e, n, t, s, o, i) {
8679
8716
  ], 512), [
8680
8717
  [be, t.showLabel]
8681
8718
  ]),
8682
- t.useSlot ? (l(), a("div", Wu, [
8719
+ t.useSlot ? (l(), a("div", zu, [
8683
8720
  V(e.$slots, "default")
8684
8721
  ])) : (l(), a("span", {
8685
8722
  key: 0,
@@ -8698,7 +8735,7 @@ function Gu(e, n, t, s, o, i) {
8698
8735
  "onUpdate:modelValue": n[1] || (n[1] = (m) => i.inputValue = m),
8699
8736
  disabled: t.disabled,
8700
8737
  class: y({ "replace-input-type": t.replaceInputType })
8701
- }, null, 10, Uu), [
8738
+ }, null, 10, ju), [
8702
8739
  [Wi, i.inputValue]
8703
8740
  ]),
8704
8741
  t.multipleSwitch && u.iconClass ? (l(), C(r, {
@@ -8706,12 +8743,12 @@ function Gu(e, n, t, s, o, i) {
8706
8743
  iconClass: u.iconClass,
8707
8744
  type: u.iconType
8708
8745
  }, null, 8, ["iconClass", "type"])) : d("", !0),
8709
- u.labelText ? (l(), a("span", zu, g(u.labelText), 1)) : d("", !0)
8710
- ], 10, ju))), 128))
8746
+ u.labelText ? (l(), a("span", Uu, g(u.labelText), 1)) : d("", !0)
8747
+ ], 10, Nu))), 128))
8711
8748
  ], 2))
8712
- ], 10, Du);
8749
+ ], 10, Vu);
8713
8750
  }
8714
- const Ju = /* @__PURE__ */ M(Vu, [["render", Gu]]), Ku = {
8751
+ const Gu = /* @__PURE__ */ M(Pu, [["render", Wu]]), Ju = {
8715
8752
  name: "CmdLoginForm",
8716
8753
  data() {
8717
8754
  return {
@@ -8959,17 +8996,17 @@ const Ju = /* @__PURE__ */ M(Vu, [["render", Gu]]), Ku = {
8959
8996
  this.modelChange();
8960
8997
  }
8961
8998
  }
8962
- }, Zu = { class: "cmd-login-form flex-container" }, Yu = { class: "flex-container" }, Xu = { class: "option-wrapper flex-container" }, Qu = { key: 1 }, $u = ["href"], em = { key: 1 }, tm = { key: 1 }, nm = ["type", "disabled"], im = { key: 1 }, om = { class: "cmd-login-form flex-container" }, lm = { class: "option-wrapper flex-container" }, sm = { key: 1 }, am = ["type", "disabled"], rm = { key: 1 };
8963
- function cm(e, n, t, s, o, i) {
8999
+ }, Ku = { class: "cmd-login-form flex-container" }, Zu = { class: "flex-container" }, Yu = { class: "option-wrapper flex-container" }, Xu = { key: 1 }, Qu = ["href"], $u = { key: 1 }, em = { key: 1 }, tm = ["type", "disabled"], nm = { key: 1 }, im = { class: "cmd-login-form flex-container" }, om = { class: "option-wrapper flex-container" }, lm = { key: 1 }, sm = ["type", "disabled"], am = { key: 1 };
9000
+ function rm(e, n, t, s, o, i) {
8964
9001
  var m, h, w, b, _, T, S;
8965
9002
  const r = G, c = ee, u = j, p = oe("router-link");
8966
9003
  return l(), a(x, null, [
8967
- ue(f("fieldset", Zu, [
9004
+ ue(f("fieldset", Ku, [
8968
9005
  f("legend", {
8969
9006
  class: y({ hidden: !t.showLegend })
8970
9007
  }, g(t.textLegendLoginForm), 3),
8971
9008
  t.cmdHeadlineLoginForm ? (l(), C(r, W(H({ key: 0 }, t.cmdHeadlineLoginForm)), null, 16)) : d("", !0),
8972
- f("div", Yu, [
9009
+ f("div", Zu, [
8973
9010
  v(c, {
8974
9011
  element: "input",
8975
9012
  type: "text",
@@ -8998,7 +9035,7 @@ function cm(e, n, t, s, o, i) {
8998
9035
  onValidationStatusChange: n[3] || (n[3] = (O) => i.checkValidationStatus(O, "password"))
8999
9036
  }, null, 8, ["name", "id", "fieldIconClass", "modelValue", "labelText", "placeholder", "required"])
9000
9037
  ]),
9001
- f("div", Xu, [
9038
+ f("div", Yu, [
9002
9039
  t.options.forgotPassword || t.options.createAccount ? (l(), a(x, { key: 0 }, [
9003
9040
  t.options.forgotPassword ? (l(), a("a", {
9004
9041
  key: 0,
@@ -9011,7 +9048,7 @@ function cm(e, n, t, s, o, i) {
9011
9048
  type: t.options.forgotPassword.icon.iconType,
9012
9049
  title: t.options.forgotPassword.icon.tooltip
9013
9050
  }, null, 8, ["iconClass", "type", "title"])) : d("", !0),
9014
- t.options.forgotPassword.text ? (l(), a("span", Qu, g(t.options.forgotPassword.text), 1)) : d("", !0)
9051
+ t.options.forgotPassword.text ? (l(), a("span", Xu, g(t.options.forgotPassword.text), 1)) : d("", !0)
9015
9052
  ])) : d("", !0),
9016
9053
  t.options.createAccount && t.options.createAccount.linkType === "href" ? (l(), a("a", {
9017
9054
  key: 1,
@@ -9023,8 +9060,8 @@ function cm(e, n, t, s, o, i) {
9023
9060
  type: t.options.createAccount.icon.iconType,
9024
9061
  title: t.options.createAccount.icon.tooltip
9025
9062
  }, null, 8, ["iconClass", "type", "title"])) : d("", !0),
9026
- t.options.createAccount.text ? (l(), a("span", em, g(t.options.createAccount.text), 1)) : d("", !0)
9027
- ], 8, $u)) : t.options.createAccount && t.options.createAccount.linkType === "router" ? (l(), C(p, {
9063
+ t.options.createAccount.text ? (l(), a("span", $u, g(t.options.createAccount.text), 1)) : d("", !0)
9064
+ ], 8, Qu)) : t.options.createAccount && t.options.createAccount.linkType === "router" ? (l(), C(p, {
9028
9065
  key: 2,
9029
9066
  to: t.options.createAccount.path
9030
9067
  }, {
@@ -9036,7 +9073,7 @@ function cm(e, n, t, s, o, i) {
9036
9073
  title: t.options.createAccount.icon.tooltip
9037
9074
  }, null, 8, ["class", "type", "title"])) : d("", !0),
9038
9075
  q(" /> "),
9039
- t.options.createAccount.text ? (l(), a("span", tm, g(t.options.createAccount.text), 1)) : d("", !0)
9076
+ t.options.createAccount.text ? (l(), a("span", em, g(t.options.createAccount.text), 1)) : d("", !0)
9040
9077
  ]),
9041
9078
  _: 1
9042
9079
  }, 8, ["to"])) : d("", !0)
@@ -9054,13 +9091,13 @@ function cm(e, n, t, s, o, i) {
9054
9091
  type: t.buttons.login.icon.iconType,
9055
9092
  title: t.buttons.login.icon.tooltip
9056
9093
  }, null, 8, ["iconClass", "type", "title"])) : d("", !0),
9057
- t.buttons.login.text ? (l(), a("span", im, g(t.buttons.login.text), 1)) : d("", !0)
9058
- ], 10, nm)) : d("", !0)
9094
+ t.buttons.login.text ? (l(), a("span", nm, g(t.buttons.login.text), 1)) : d("", !0)
9095
+ ], 10, tm)) : d("", !0)
9059
9096
  ])
9060
9097
  ], 512), [
9061
9098
  [be, !o.sendLogin]
9062
9099
  ]),
9063
- ue(f("fieldset", om, [
9100
+ ue(f("fieldset", im, [
9064
9101
  f("legend", {
9065
9102
  class: y({ hidden: !t.showLegend })
9066
9103
  }, g(t.textLegendForgotLoginForm), 3),
@@ -9079,7 +9116,7 @@ function cm(e, n, t, s, o, i) {
9079
9116
  modelValue: o.sendLoginMail,
9080
9117
  "onUpdate:modelValue": n[7] || (n[7] = (O) => o.sendLoginMail = O)
9081
9118
  }, null, 8, ["fieldIconClass", "labelText", "placeholder", "name", "required", "id", "modelValue"]),
9082
- f("div", lm, [
9119
+ f("div", om, [
9083
9120
  f("a", {
9084
9121
  href: "#",
9085
9122
  onClick: n[8] || (n[8] = I((...O) => i.toggleSendLoginView && i.toggleSendLoginView(...O), ["prevent"]))
@@ -9090,7 +9127,7 @@ function cm(e, n, t, s, o, i) {
9090
9127
  type: t.options.backToLoginForm.icon.iconType,
9091
9128
  title: t.options.backToLoginForm.icon.tooltip
9092
9129
  }, null, 8, ["iconClass", "type", "title"])) : d("", !0),
9093
- t.options.backToLoginForm.text ? (l(), a("span", sm, g(t.options.backToLoginForm.text), 1)) : d("", !0)
9130
+ t.options.backToLoginForm.text ? (l(), a("span", lm, g(t.options.backToLoginForm.text), 1)) : d("", !0)
9094
9131
  ]),
9095
9132
  t.buttons.sendLogin.linkType === "button" ? (l(), a("button", {
9096
9133
  key: 0,
@@ -9103,15 +9140,15 @@ function cm(e, n, t, s, o, i) {
9103
9140
  iconClass: (T = t.buttons.sendLogin.icon) == null ? void 0 : T.iconClass,
9104
9141
  title: (S = t.buttons.sendLogin.icon) == null ? void 0 : S.tooltip
9105
9142
  }, null, 8, ["iconClass", "title"])) : d("", !0),
9106
- t.buttons.sendLogin.text ? (l(), a("span", rm, g(t.buttons.sendLogin.text), 1)) : d("", !0)
9107
- ], 10, am)) : d("", !0)
9143
+ t.buttons.sendLogin.text ? (l(), a("span", am, g(t.buttons.sendLogin.text), 1)) : d("", !0)
9144
+ ], 10, sm)) : d("", !0)
9108
9145
  ])
9109
9146
  ], 512), [
9110
9147
  [be, o.sendLogin]
9111
9148
  ])
9112
9149
  ], 64);
9113
9150
  }
9114
- const Ky = /* @__PURE__ */ M(Ku, [["render", cm]]), dm = {
9151
+ const Jy = /* @__PURE__ */ M(Ju, [["render", rm]]), cm = {
9115
9152
  name: "CmdMainNavigation",
9116
9153
  data() {
9117
9154
  return {
@@ -9243,11 +9280,11 @@ const Ky = /* @__PURE__ */ M(Ku, [["render", cm]]), dm = {
9243
9280
  this.$emit("offcanvas", { open: this.showOffcanvas });
9244
9281
  }
9245
9282
  }
9246
- }, um = {
9283
+ }, dm = {
9247
9284
  key: 0,
9248
9285
  class: "close-nav"
9249
- }, mm = ["href", "title", "target", "onClick"], fm = { key: 1 }, hm = { key: 1 }, pm = ["aria-expanded"], gm = ["href", "title", "target", "onClick"], ym = { key: 1 }, bm = { key: 1 }, Cm = ["aria-expanded"], _m = ["href", "title", "target", "onClick"], xm = { key: 1 }, wm = { key: 1 };
9250
- function km(e, n, t, s, o, i) {
9286
+ }, um = ["href", "title", "target", "onClick"], mm = { key: 1 }, fm = { key: 1 }, hm = ["aria-expanded"], pm = ["href", "title", "target", "onClick"], gm = { key: 1 }, ym = { key: 1 }, bm = ["aria-expanded"], Cm = ["href", "title", "target", "onClick"], _m = { key: 1 }, xm = { key: 1 };
9287
+ function wm(e, n, t, s, o, i) {
9251
9288
  const r = j, c = oe("router-link");
9252
9289
  return l(), a("div", {
9253
9290
  class: y([
@@ -9265,7 +9302,7 @@ function km(e, n, t, s, o, i) {
9265
9302
  f("ul", {
9266
9303
  class: y({ "stretch-items": t.stretchMainItems })
9267
9304
  }, [
9268
- o.showOffcanvas ? (l(), a("li", um, [
9305
+ o.showOffcanvas ? (l(), a("li", dm, [
9269
9306
  f("a", {
9270
9307
  href: "#",
9271
9308
  id: "close-offcanvas",
@@ -9302,12 +9339,12 @@ function km(e, n, t, s, o, i) {
9302
9339
  iconClass: u.iconClass,
9303
9340
  type: u.iconType
9304
9341
  }, null, 8, ["iconClass", "type"])) : d("", !0),
9305
- u.text ? (l(), a("span", fm, g(u.text), 1)) : d("", !0),
9342
+ u.text ? (l(), a("span", mm, g(u.text), 1)) : d("", !0),
9306
9343
  (h = u == null ? void 0 : u.subentries) != null && h.length ? (l(), a("span", {
9307
9344
  key: 2,
9308
9345
  class: y(["subentry-icon", t.subentriesIconClass])
9309
9346
  }, null, 2)) : d("", !0)
9310
- ], 40, mm)) : d("", !0),
9347
+ ], 40, um)) : d("", !0),
9311
9348
  u.type === "router" ? (l(), C(c, {
9312
9349
  key: 1,
9313
9350
  to: i.getRoute(u),
@@ -9319,7 +9356,7 @@ function km(e, n, t, s, o, i) {
9319
9356
  iconClass: u.iconClass,
9320
9357
  type: u.iconType
9321
9358
  }, null, 8, ["iconClass", "type"])) : d("", !0),
9322
- u.text ? (l(), a("span", hm, g(u.text), 1)) : d("", !0),
9359
+ u.text ? (l(), a("span", fm, g(u.text), 1)) : d("", !0),
9323
9360
  u.subentries && u.subentries.length > 0 ? (l(), a("span", {
9324
9361
  key: 2,
9325
9362
  class: y(["subentry-icon", t.subentriesIconClass])
@@ -9351,12 +9388,12 @@ function km(e, n, t, s, o, i) {
9351
9388
  iconClass: b.iconClass,
9352
9389
  type: b.iconType
9353
9390
  }, null, 8, ["iconClass", "type"])) : d("", !0),
9354
- b.text ? (l(), a("span", ym, g(b.text), 1)) : d("", !0),
9391
+ b.text ? (l(), a("span", gm, g(b.text), 1)) : d("", !0),
9355
9392
  b.subentries && b.subentries.length > 0 ? (l(), a("span", {
9356
9393
  key: 2,
9357
9394
  class: y(["subentry-icon", t.subentriesIconClass])
9358
9395
  }, null, 2)) : d("", !0)
9359
- ], 40, gm)) : d("", !0),
9396
+ ], 40, pm)) : d("", !0),
9360
9397
  b.type === "router" ? (l(), C(c, {
9361
9398
  key: 1,
9362
9399
  to: i.getRoute(b),
@@ -9368,7 +9405,7 @@ function km(e, n, t, s, o, i) {
9368
9405
  iconClass: b.iconClass,
9369
9406
  type: b.iconType
9370
9407
  }, null, 8, ["iconClass", "type"])) : d("", !0),
9371
- b.text ? (l(), a("span", bm, g(b.text), 1)) : d("", !0),
9408
+ b.text ? (l(), a("span", ym, g(b.text), 1)) : d("", !0),
9372
9409
  b.subentries && b.subentries.length > 0 ? (l(), a("span", {
9373
9410
  key: 2,
9374
9411
  class: y(["subentry-icon", t.subentriesIconClass])
@@ -9393,12 +9430,12 @@ function km(e, n, t, s, o, i) {
9393
9430
  iconClass: S.iconClass,
9394
9431
  type: S.iconType
9395
9432
  }, null, 8, ["iconClass", "type"])) : d("", !0),
9396
- S.text ? (l(), a("span", xm, g(S.text), 1)) : d("", !0),
9433
+ S.text ? (l(), a("span", _m, g(S.text), 1)) : d("", !0),
9397
9434
  S.subentries && S.subentries.length > 0 ? (l(), a("span", {
9398
9435
  key: 2,
9399
9436
  class: y(["subentry-icon", t.subentriesIconClass])
9400
9437
  }, null, 2)) : d("", !0)
9401
- ], 8, _m)) : d("", !0),
9438
+ ], 8, Cm)) : d("", !0),
9402
9439
  u.type === "router" ? (l(), C(c, {
9403
9440
  key: 1,
9404
9441
  to: i.getRoute(S),
@@ -9410,7 +9447,7 @@ function km(e, n, t, s, o, i) {
9410
9447
  iconClass: S.iconClass,
9411
9448
  type: S.iconType
9412
9449
  }, null, 8, ["iconClass", "type"])) : d("", !0),
9413
- S.text ? (l(), a("span", wm, g(S.text), 1)) : d("", !0),
9450
+ S.text ? (l(), a("span", xm, g(S.text), 1)) : d("", !0),
9414
9451
  S.subentries && S.subentries.length > 0 ? (l(), a("span", {
9415
9452
  key: 2,
9416
9453
  class: y(["subentry-icon", t.subentriesIconClass])
@@ -9419,10 +9456,10 @@ function km(e, n, t, s, o, i) {
9419
9456
  _: 2
9420
9457
  }, 1032, ["to", "target"])) : d("", !0)
9421
9458
  ]))), 128))
9422
- ], 8, Cm)) : d("", !0)
9459
+ ], 8, bm)) : d("", !0)
9423
9460
  ], 2);
9424
9461
  }), 128))
9425
- ], 8, pm)) : d("", !0)
9462
+ ], 8, hm)) : d("", !0)
9426
9463
  ], 2);
9427
9464
  }), 128))
9428
9465
  ], 2)
@@ -9444,7 +9481,7 @@ function km(e, n, t, s, o, i) {
9444
9481
  ])) : d("", !0)
9445
9482
  ], 2);
9446
9483
  }
9447
- const vm = /* @__PURE__ */ M(dm, [["render", km]]), Tm = {
9484
+ const km = /* @__PURE__ */ M(cm, [["render", wm]]), vm = {
9448
9485
  name: "CmdMultistepFormProgressBar",
9449
9486
  data() {
9450
9487
  return {
@@ -9488,17 +9525,17 @@ const vm = /* @__PURE__ */ M(dm, [["render", km]]), Tm = {
9488
9525
  return Se(e);
9489
9526
  }
9490
9527
  }
9491
- }, Sm = ["href", "onClick", "title"], Im = {
9528
+ }, Tm = ["href", "onClick", "title"], Sm = {
9492
9529
  key: 0,
9493
9530
  class: "number"
9494
- }, Om = { key: 2 }, Mm = {
9531
+ }, Im = { key: 2 }, Om = {
9495
9532
  key: 0,
9496
9533
  class: "number"
9497
- }, Lm = { key: 2 }, Bm = ["type", "name", "title", "formaction", "onClick"], Fm = {
9534
+ }, Mm = { key: 2 }, Lm = ["type", "name", "title", "formaction", "onClick"], Bm = {
9498
9535
  key: 0,
9499
9536
  class: "number"
9500
- }, Am = { key: 2 };
9501
- function Em(e, n, t, s, o, i) {
9537
+ }, Fm = { key: 2 };
9538
+ function Am(e, n, t, s, o, i) {
9502
9539
  const r = j, c = oe("router-link");
9503
9540
  return l(), a("ol", {
9504
9541
  class: y(["cmd-multistep-form-progress-bar", { "use-gap": t.useGap }])
@@ -9513,30 +9550,30 @@ function Em(e, n, t, s, o, i) {
9513
9550
  onClick: I((m) => i.clickedStep(m, p), ["stop", "prevent"]),
9514
9551
  title: u.tooltip
9515
9552
  }, [
9516
- t.showStepNumber ? (l(), a("span", Im, g(p + 1), 1)) : d("", !0),
9553
+ t.showStepNumber ? (l(), a("span", Sm, g(p + 1), 1)) : d("", !0),
9517
9554
  u.iconClass ? (l(), C(r, {
9518
9555
  key: 1,
9519
9556
  iconClass: u.iconClass,
9520
9557
  type: u.iconType
9521
9558
  }, null, 8, ["iconClass", "type"])) : d("", !0),
9522
- u.text ? (l(), a("span", Om, g(u.text), 1)) : d("", !0),
9559
+ u.text ? (l(), a("span", Im, g(u.text), 1)) : d("", !0),
9523
9560
  f("span", {
9524
9561
  class: y(t.separatorIconClass)
9525
9562
  }, null, 2)
9526
- ], 8, Sm)) : d("", !0),
9563
+ ], 8, Tm)) : d("", !0),
9527
9564
  u.type === "router" ? (l(), C(c, {
9528
9565
  key: 1,
9529
9566
  to: i.getRoute(u),
9530
9567
  title: u.tooltip
9531
9568
  }, {
9532
9569
  default: P(() => [
9533
- t.showStepNumber ? (l(), a("span", Mm, g(p + 1), 1)) : d("", !0),
9570
+ t.showStepNumber ? (l(), a("span", Om, g(p + 1), 1)) : d("", !0),
9534
9571
  u.iconClass ? (l(), C(r, {
9535
9572
  key: 1,
9536
9573
  iconClass: u.iconClass,
9537
9574
  type: u.iconType
9538
9575
  }, null, 8, ["iconClass", "type"])) : d("", !0),
9539
- u.text ? (l(), a("span", Lm, g(u.text), 1)) : d("", !0),
9576
+ u.text ? (l(), a("span", Mm, g(u.text), 1)) : d("", !0),
9540
9577
  f("span", {
9541
9578
  class: y(t.separatorIconClass)
9542
9579
  }, null, 2)
@@ -9552,21 +9589,21 @@ function Em(e, n, t, s, o, i) {
9552
9589
  formaction: u.formaction,
9553
9590
  onClick: I((m) => i.clickedStep(m, p), ["stop", "prevent"])
9554
9591
  }, [
9555
- t.showStepNumber ? (l(), a("span", Fm, g(p + 1), 1)) : d("", !0),
9592
+ t.showStepNumber ? (l(), a("span", Bm, g(p + 1), 1)) : d("", !0),
9556
9593
  u.iconClass ? (l(), C(r, {
9557
9594
  key: 1,
9558
9595
  iconClass: u.iconClass,
9559
9596
  type: u.iconType
9560
9597
  }, null, 8, ["iconClass", "type"])) : d("", !0),
9561
- u.text ? (l(), a("span", Am, g(u.text), 1)) : d("", !0),
9598
+ u.text ? (l(), a("span", Fm, g(u.text), 1)) : d("", !0),
9562
9599
  f("span", {
9563
9600
  class: y(t.separatorIconClass)
9564
9601
  }, null, 2)
9565
- ], 8, Bm)) : d("", !0)
9602
+ ], 8, Lm)) : d("", !0)
9566
9603
  ], 2))), 128))
9567
9604
  ], 2);
9568
9605
  }
9569
- const Zy = /* @__PURE__ */ M(Tm, [["render", Em]]), Pm = {
9606
+ const Ky = /* @__PURE__ */ M(vm, [["render", Am]]), Em = {
9570
9607
  name: "CmdNewsletterSubscription",
9571
9608
  emits: ["button-click"],
9572
9609
  data() {
@@ -9709,10 +9746,10 @@ const Zy = /* @__PURE__ */ M(Tm, [["render", Em]]), Pm = {
9709
9746
  immediate: !0
9710
9747
  }
9711
9748
  }
9712
- }, Vm = { class: "cmd-newsletter-subscription flex-container" }, Dm = { class: "button-wrapper" };
9713
- function qm(e, n, t, s, o, i) {
9714
- const r = Ju, c = ee;
9715
- return l(), a("fieldset", Vm, [
9749
+ }, Pm = { class: "cmd-newsletter-subscription flex-container" }, Vm = { class: "button-wrapper" };
9750
+ function Dm(e, n, t, s, o, i) {
9751
+ const r = Gu, c = ee;
9752
+ return l(), a("fieldset", Pm, [
9716
9753
  f("legend", {
9717
9754
  class: y({ hidden: !t.showLegend })
9718
9755
  }, g(t.textLegend), 3),
@@ -9736,7 +9773,7 @@ function qm(e, n, t, s, o, i) {
9736
9773
  "onUpdate:modelValue": n[1] || (n[1] = (u) => i.email = u),
9737
9774
  onValidationStatusChange: i.checkValidationStatus
9738
9775
  }, null, 8, ["placeholder", "labelText", "required", "useCustomTooltip", "modelValue", "onValidationStatusChange"]),
9739
- f("div", Dm, [
9776
+ f("div", Vm, [
9740
9777
  v(c, {
9741
9778
  element: "button",
9742
9779
  type: t.buttonType,
@@ -9747,7 +9784,7 @@ function qm(e, n, t, s, o, i) {
9747
9784
  ])
9748
9785
  ]);
9749
9786
  }
9750
- const Yy = /* @__PURE__ */ M(Pm, [["render", qm]]);
9787
+ const Zy = /* @__PURE__ */ M(Em, [["render", Dm]]);
9751
9788
  function An(e, n, t, s = !0) {
9752
9789
  function o(i, r) {
9753
9790
  return r && i < 10 ? "0" + i : i;
@@ -9760,7 +9797,7 @@ function An(e, n, t, s = !0) {
9760
9797
  return o(i, s) + e + o(r, !0) + n;
9761
9798
  };
9762
9799
  }
9763
- const Hm = {
9800
+ const qm = {
9764
9801
  name: "CmdOpeningHoursItem",
9765
9802
  mixins: [Q],
9766
9803
  data() {
@@ -9841,20 +9878,20 @@ const Hm = {
9841
9878
  deep: !0
9842
9879
  }
9843
9880
  }
9844
- }, Rm = { class: "cmd-opening-hours-item" }, Nm = {
9881
+ }, Hm = { class: "cmd-opening-hours-item" }, Rm = {
9845
9882
  key: 0,
9846
9883
  class: "am"
9847
- }, jm = {
9884
+ }, Nm = {
9848
9885
  key: 1,
9849
9886
  class: "pm"
9850
- }, Um = { class: "flex-container no-flex" }, zm = { class: "flex-container no-flex am-wrapper" }, Wm = {
9887
+ }, jm = { class: "flex-container no-flex" }, Um = { class: "flex-container no-flex am-wrapper" }, zm = {
9851
9888
  key: 1,
9852
9889
  class: "input-wrapper"
9853
- }, Gm = ["title"], Jm = { class: "flex-container no-flex pm-wrapper" }, Km = {
9890
+ }, Wm = ["title"], Gm = { class: "flex-container no-flex pm-wrapper" }, Jm = {
9854
9891
  key: 1,
9855
9892
  class: "input-wrapper"
9856
- }, Zm = ["title"];
9857
- function Ym(e, n, t, s, o, i) {
9893
+ }, Km = ["title"];
9894
+ function Zm(e, n, t, s, o, i) {
9858
9895
  const r = ee;
9859
9896
  return e.editing ? (l(), a(x, { key: 1 }, [
9860
9897
  f("dt", null, [
@@ -9869,8 +9906,8 @@ function Ym(e, n, t, s, o, i) {
9869
9906
  "onUpdate:modelValue": n[0] || (n[0] = (c) => o.editableDay.day = c)
9870
9907
  }, null, 8, ["modelValue"])
9871
9908
  ]),
9872
- f("dd", Um, [
9873
- f("div", zm, [
9909
+ f("dd", jm, [
9910
+ f("div", Um, [
9874
9911
  o.editableDay.amClosed ? (l(), C(r, {
9875
9912
  key: 0,
9876
9913
  element: "input",
@@ -9882,7 +9919,7 @@ function Ym(e, n, t, s, o, i) {
9882
9919
  modelValue: o.editableDay.amDisplayText,
9883
9920
  "onUpdate:modelValue": n[1] || (n[1] = (c) => o.editableDay.amDisplayText = c)
9884
9921
  }, null, 8, ["modelValue"])) : d("", !0),
9885
- o.editableDay.amClosed ? d("", !0) : (l(), a("div", Wm, [
9922
+ o.editableDay.amClosed ? d("", !0) : (l(), a("div", zm, [
9886
9923
  v(r, {
9887
9924
  element: "input",
9888
9925
  type: "time",
@@ -9910,9 +9947,9 @@ function Ym(e, n, t, s, o, i) {
9910
9947
  onClick: n[4] || (n[4] = I((c) => i.toggleClosedStatus("am"), ["prevent"])),
9911
9948
  title: o.editableDay.amClosed ? "Set to open" : "Set to closed",
9912
9949
  class: y(o.editableDay.amClosed ? "icon-clock" : "icon-blocked")
9913
- }, null, 10, Gm)
9950
+ }, null, 10, Wm)
9914
9951
  ]),
9915
- f("div", Jm, [
9952
+ f("div", Gm, [
9916
9953
  o.editableDay.pmClosed ? (l(), C(r, {
9917
9954
  key: 0,
9918
9955
  element: "input",
@@ -9924,7 +9961,7 @@ function Ym(e, n, t, s, o, i) {
9924
9961
  modelValue: o.editableDay.pmDisplayText,
9925
9962
  "onUpdate:modelValue": n[5] || (n[5] = (c) => o.editableDay.pmDisplayText = c)
9926
9963
  }, null, 8, ["modelValue"])) : d("", !0),
9927
- o.editableDay.pmClosed ? d("", !0) : (l(), a("div", Km, [
9964
+ o.editableDay.pmClosed ? d("", !0) : (l(), a("div", Jm, [
9928
9965
  v(r, {
9929
9966
  element: "input",
9930
9967
  type: "time",
@@ -9952,20 +9989,20 @@ function Ym(e, n, t, s, o, i) {
9952
9989
  onClick: n[8] || (n[8] = I((c) => i.toggleClosedStatus("pm"), ["prevent"])),
9953
9990
  title: o.editableDay.pmClosed ? "Set to open" : "Set to closed",
9954
9991
  class: y(o.editableDay.pmClosed ? "icon-clock" : "icon-blocked")
9955
- }, null, 10, Zm)
9992
+ }, null, 10, Km)
9956
9993
  ])
9957
9994
  ])
9958
9995
  ], 64)) : (l(), a(x, { key: 0 }, [
9959
- f("dt", Rm, g(t.day.day), 1),
9996
+ f("dt", Hm, g(t.day.day), 1),
9960
9997
  f("dd", null, [
9961
- t.day.am ? (l(), a("span", Nm, [
9998
+ t.day.am ? (l(), a("span", Rm, [
9962
9999
  t.day.am.displayText ? (l(), a(x, { key: 0 }, [
9963
10000
  q(g(t.day.am.displayText), 1)
9964
10001
  ], 64)) : (l(), a(x, { key: 1 }, [
9965
10002
  q(g(i.getTime(t.day.am.fromTime, t.abbreviationTextAm)) + " " + g(t.separator) + " " + g(i.getTime(t.day.am.tillTime)), 1)
9966
10003
  ], 64))
9967
10004
  ])) : d("", !0),
9968
- t.day.pm ? (l(), a("span", jm, [
10005
+ t.day.pm ? (l(), a("span", Nm, [
9969
10006
  t.day.pm.displayText ? (l(), a(x, { key: 0 }, [
9970
10007
  q(g(t.day.pm.displayText), 1)
9971
10008
  ], 64)) : (l(), a(x, { key: 1 }, [
@@ -9975,14 +10012,14 @@ function Ym(e, n, t, s, o, i) {
9975
10012
  ])
9976
10013
  ], 64));
9977
10014
  }
9978
- const Xm = /* @__PURE__ */ M(Hm, [["render", Ym]]);
9979
- function Qm(e, n, t, s = !0) {
10015
+ const Ym = /* @__PURE__ */ M(qm, [["render", Zm]]);
10016
+ function Xm(e, n, t, s = !0) {
9980
10017
  function o(i, r) {
9981
10018
  return r && i < 10 ? "0" + i : i;
9982
10019
  }
9983
10020
  return (i, r) => o(i, s) + e + o(r, !0) + n;
9984
10021
  }
9985
- const $m = {
10022
+ const Qm = {
9986
10023
  name: "CmdOpeningHours",
9987
10024
  mixins: [Q],
9988
10025
  data() {
@@ -10202,7 +10239,7 @@ const $m = {
10202
10239
  };
10203
10240
  },
10204
10241
  getTime(e) {
10205
- return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : Qm(":", " hrs", "", !1)(e.hours, e.mins);
10242
+ return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : Xm(":", " hrs", "", !1)(e.hours, e.mins);
10206
10243
  },
10207
10244
  updateHandlerProvider() {
10208
10245
  const e = this.editableOpeningHours, n = this.editableTextOpen, t = this.editableTextClosed, s = this.editableTextHolidays, o = this.editableTextMiscInfo;
@@ -10215,22 +10252,22 @@ const $m = {
10215
10252
  });
10216
10253
  }
10217
10254
  }
10218
- }, ef = { class: "cmd-opening-hours" }, tf = ["href"], nf = {
10255
+ }, $m = { class: "cmd-opening-hours" }, ef = ["href"], tf = {
10219
10256
  key: 2,
10220
10257
  class: "flex-container"
10221
- }, of = { key: 3 }, lf = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), sf = /* @__PURE__ */ f("span", null, "Add new entry", -1), af = [
10222
- lf,
10223
- sf
10224
- ], rf = { class: "edit-mode-opening-hours-item" }, cf = { key: 5 }, df = { key: 0 }, uf = { key: 1 }, mf = {
10258
+ }, nf = { key: 3 }, of = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), lf = /* @__PURE__ */ f("span", null, "Add new entry", -1), sf = [
10259
+ of,
10260
+ lf
10261
+ ], af = { class: "edit-mode-opening-hours-item" }, rf = { key: 5 }, cf = { key: 0 }, df = { key: 1 }, uf = {
10225
10262
  key: 6,
10226
10263
  class: "flex-container vertical"
10227
10264
  };
10228
- function ff(e, n, t, s, o, i) {
10265
+ function mf(e, n, t, s, o, i) {
10229
10266
  var h, w, b;
10230
- const r = G, c = oe("router-link"), u = ee, p = Xm, m = ve;
10231
- return l(), a("div", ef, [
10267
+ const r = G, c = oe("router-link"), u = ee, p = Ym, m = ve;
10268
+ return l(), a("div", $m, [
10232
10269
  (h = t.cmdHeadline) != null && h.headlineText || e.editModeContext ? (l(), C(r, W(H({ key: 0 }, t.cmdHeadline)), null, 16)) : d("", !0),
10233
- e.editing ? (l(), a("div", nf, [
10270
+ e.editing ? (l(), a("div", tf, [
10234
10271
  v(u, {
10235
10272
  element: "input",
10236
10273
  type: "text",
@@ -10255,7 +10292,7 @@ function ff(e, n, t, s, o, i) {
10255
10292
  key: 0,
10256
10293
  href: t.link.path,
10257
10294
  class: y({ closed: i.isClosed })
10258
- }, g(i.textOpenClosed), 11, tf)) : d("", !0),
10295
+ }, g(i.textOpenClosed), 11, ef)) : d("", !0),
10259
10296
  t.link.type === "router" ? (l(), C(c, {
10260
10297
  key: 1,
10261
10298
  to: t.link.path,
@@ -10281,7 +10318,7 @@ function ff(e, n, t, s, o, i) {
10281
10318
  type: "button",
10282
10319
  class: "button confirm small",
10283
10320
  onClick: n[2] || (n[2] = (..._) => i.onAddItem && i.onAddItem(..._))
10284
- }, af)) : (l(!0), a(x, { key: 1 }, D(i.openingHoursFormatted, (_, T) => (l(), C(m, {
10321
+ }, sf)) : (l(!0), a(x, { key: 1 }, D(i.openingHoursFormatted, (_, T) => (l(), C(m, {
10285
10322
  key: "x" + T,
10286
10323
  class: "edit-items",
10287
10324
  showComponentName: !1,
@@ -10292,7 +10329,7 @@ function ff(e, n, t, s, o, i) {
10292
10329
  itemProvider: i.itemProvider
10293
10330
  }, {
10294
10331
  default: P(() => [
10295
- f("dl", rf, [
10332
+ f("dl", af, [
10296
10333
  v(p, {
10297
10334
  day: _,
10298
10335
  separator: t.separator,
@@ -10303,7 +10340,7 @@ function ff(e, n, t, s, o, i) {
10303
10340
  ]),
10304
10341
  _: 2
10305
10342
  }, 1032, ["componentProps", "componentPath", "itemProvider"]))), 128))
10306
- ], 64)) : (l(), a("dl", of, [
10343
+ ], 64)) : (l(), a("dl", nf, [
10307
10344
  (l(!0), a(x, null, D(i.openingHoursFormatted, (_, T) => (l(), C(p, {
10308
10345
  key: T,
10309
10346
  day: _,
@@ -10312,13 +10349,13 @@ function ff(e, n, t, s, o, i) {
10312
10349
  abbreviationTextPm: t.abbreviationTextPm
10313
10350
  }, null, 8, ["day", "separator", "abbreviationTextAm", "abbreviationTextPm"]))), 128))
10314
10351
  ])),
10315
- !e.editing && (t.textHolidays || t.textMiscInfo) ? (l(), a("div", cf, [
10316
- t.textHolidays ? (l(), a("p", df, [
10352
+ !e.editing && (t.textHolidays || t.textMiscInfo) ? (l(), a("div", rf, [
10353
+ t.textHolidays ? (l(), a("p", cf, [
10317
10354
  f("strong", null, g(t.textHolidays), 1)
10318
10355
  ])) : d("", !0),
10319
- t.textMiscInfo ? (l(), a("p", uf, g(t.textMiscInfo), 1)) : d("", !0)
10356
+ t.textMiscInfo ? (l(), a("p", df, g(t.textMiscInfo), 1)) : d("", !0)
10320
10357
  ])) : d("", !0),
10321
- e.editing ? (l(), a("div", mf, [
10358
+ e.editing ? (l(), a("div", uf, [
10322
10359
  v(u, {
10323
10360
  element: "input",
10324
10361
  type: "text",
@@ -10340,7 +10377,7 @@ function ff(e, n, t, s, o, i) {
10340
10377
  ])) : d("", !0)
10341
10378
  ]);
10342
10379
  }
10343
- const Xy = /* @__PURE__ */ M($m, [["render", ff]]), hf = {
10380
+ const Yy = /* @__PURE__ */ M(Qm, [["render", mf]]), ff = {
10344
10381
  data() {
10345
10382
  return {
10346
10383
  defaultMessageProperties: {
@@ -10349,11 +10386,11 @@ const Xy = /* @__PURE__ */ M($m, [["render", ff]]), hf = {
10349
10386
  }
10350
10387
  };
10351
10388
  }
10352
- }, pf = {
10389
+ }, hf = {
10353
10390
  name: "CmdPagination",
10354
10391
  mixins: [
10355
10392
  le,
10356
- hf
10393
+ ff
10357
10394
  ],
10358
10395
  emits: ["click"],
10359
10396
  data() {
@@ -10451,10 +10488,10 @@ const Xy = /* @__PURE__ */ M($m, [["render", ff]]), hf = {
10451
10488
  this.currentPage > 1 && this.showPage(this.currentPage - 1);
10452
10489
  }
10453
10490
  }
10454
- }, gf = { class: "cmd-pagination" }, yf = ["href", "title"], bf = { key: 0 }, Cf = { class: "page-index" }, _f = { class: "flex-container" }, xf = ["href", "title", "onClick"], wf = ["href", "title"], kf = { key: 0 };
10455
- function vf(e, n, t, s, o, i) {
10491
+ }, pf = { class: "cmd-pagination" }, gf = ["href", "title"], yf = { key: 0 }, bf = { class: "page-index" }, Cf = { class: "flex-container" }, _f = ["href", "title", "onClick"], xf = ["href", "title"], wf = { key: 0 };
10492
+ function kf(e, n, t, s, o, i) {
10456
10493
  const r = j;
10457
- return l(), a("div", gf, [
10494
+ return l(), a("div", pf, [
10458
10495
  f("a", {
10459
10496
  href: i.getPreviousHref,
10460
10497
  class: y(["page-change", { disabled: o.currentPage === 1, button: t.linkType === "button" }]),
@@ -10465,10 +10502,10 @@ function vf(e, n, t, s, o, i) {
10465
10502
  iconClass: t.prevLink.iconClass,
10466
10503
  type: t.prevLink.iconType
10467
10504
  }, null, 8, ["iconClass", "type"]),
10468
- t.prevLink.showText ? (l(), a("span", bf, g(t.prevLink.text), 1)) : d("", !0)
10469
- ], 10, yf),
10470
- f("div", Cf, [
10471
- f("div", _f, [
10505
+ t.prevLink.showText ? (l(), a("span", yf, g(t.prevLink.text), 1)) : d("", !0)
10506
+ ], 10, gf),
10507
+ f("div", bf, [
10508
+ f("div", Cf, [
10472
10509
  (l(!0), a(x, null, D(t.pages, (c, u) => (l(), a("a", {
10473
10510
  href: i.getHref(c),
10474
10511
  class: y({ disabled: o.currentPage === u + 1, button: t.linkType === "button", hidden: !t.showPageNumbers }),
@@ -10478,7 +10515,7 @@ function vf(e, n, t, s, o, i) {
10478
10515
  "aria-live": "polite"
10479
10516
  }, [
10480
10517
  f("span", null, g(u + 1), 1)
10481
- ], 10, xf))), 128))
10518
+ ], 10, _f))), 128))
10482
10519
  ])
10483
10520
  ]),
10484
10521
  f("a", {
@@ -10487,15 +10524,15 @@ function vf(e, n, t, s, o, i) {
10487
10524
  onClick: n[1] || (n[1] = I((...c) => i.nextPage && i.nextPage(...c), ["prevent"])),
10488
10525
  title: t.nextLink.showText ? null : t.nextLink.text
10489
10526
  }, [
10490
- t.nextLink.showText ? (l(), a("span", kf, g(t.nextLink.text), 1)) : d("", !0),
10527
+ t.nextLink.showText ? (l(), a("span", wf, g(t.nextLink.text), 1)) : d("", !0),
10491
10528
  v(r, {
10492
10529
  iconClass: t.nextLink.iconClass,
10493
10530
  type: t.nextLink.iconType
10494
10531
  }, null, 8, ["iconClass", "type"])
10495
- ], 10, wf)
10532
+ ], 10, xf)
10496
10533
  ]);
10497
10534
  }
10498
- const Qy = /* @__PURE__ */ M(pf, [["render", vf]]), Tf = {
10535
+ const Xy = /* @__PURE__ */ M(hf, [["render", kf]]), vf = {
10499
10536
  name: "CmdSocialNetworksItem",
10500
10537
  data() {
10501
10538
  return {
@@ -10594,10 +10631,10 @@ const Qy = /* @__PURE__ */ M(pf, [["render", vf]]), Tf = {
10594
10631
  });
10595
10632
  }
10596
10633
  }
10597
- }, Sf = { class: "cmd-social-networks-item" }, If = ["id", "href", "title"], Of = { key: 1 };
10598
- function Mf(e, n, t, s, o, i) {
10634
+ }, Tf = { class: "cmd-social-networks-item" }, Sf = ["id", "href", "title"], If = { key: 1 };
10635
+ function Of(e, n, t, s, o, i) {
10599
10636
  const r = j;
10600
- return l(), a("li", Sf, [
10637
+ return l(), a("li", Tf, [
10601
10638
  (l(), a("a", {
10602
10639
  key: t.network.path,
10603
10640
  class: y(["button", { disabled: t.userMustAcceptDataPrivacy && !t.dataPrivacyAccepted }, "text-align-" + t.buttonTextAlign]),
@@ -10612,11 +10649,11 @@ function Mf(e, n, t, s, o, i) {
10612
10649
  iconClass: t.network.iconClass,
10613
10650
  type: t.network.iconType
10614
10651
  }, null, 8, ["iconClass", "type"])) : d("", !0),
10615
- t.network.linkText ? (l(), a("span", Of, g(t.network.linkText), 1)) : d("", !0)
10616
- ], 10, If))
10652
+ t.network.linkText ? (l(), a("span", If, g(t.network.linkText), 1)) : d("", !0)
10653
+ ], 10, Sf))
10617
10654
  ]);
10618
10655
  }
10619
- const Lf = /* @__PURE__ */ M(Tf, [["render", Mf]]), Bf = {
10656
+ const Mf = /* @__PURE__ */ M(vf, [["render", Of]]), Lf = {
10620
10657
  name: "CmdSocialNetworks",
10621
10658
  mixins: [Q],
10622
10659
  data() {
@@ -10776,12 +10813,12 @@ const Lf = /* @__PURE__ */ M(Tf, [["render", Mf]]), Bf = {
10776
10813
  };
10777
10814
  }
10778
10815
  }
10779
- }, Ff = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), Af = [
10780
- Ff
10816
+ }, Bf = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), Ff = [
10817
+ Bf
10781
10818
  ];
10782
- function Ef(e, n, t, s, o, i) {
10819
+ function Af(e, n, t, s, o, i) {
10783
10820
  var m, h;
10784
- const r = G, c = ee, u = Lf, p = ve;
10821
+ const r = G, c = ee, u = Mf, p = ve;
10785
10822
  return l(), a("div", {
10786
10823
  class: y(["cmd-social-networks", { stretch: t.stretchButtons }, i.alignment])
10787
10824
  }, [
@@ -10834,10 +10871,10 @@ function Ef(e, n, t, s, o, i) {
10834
10871
  class: "button small",
10835
10872
  title: "Add new item",
10836
10873
  onClick: n[1] || (n[1] = (...w) => i.onAddItem && i.onAddItem(...w))
10837
- }, Af))
10874
+ }, Ff))
10838
10875
  ], 2);
10839
10876
  }
10840
- const Pf = /* @__PURE__ */ M(Bf, [["render", Ef]]), Vf = {
10877
+ const Ef = /* @__PURE__ */ M(Lf, [["render", Af]]), Pf = {
10841
10878
  name: "CmdPageFooter",
10842
10879
  props: {
10843
10880
  /**
@@ -10899,10 +10936,10 @@ const Pf = /* @__PURE__ */ M(Bf, [["render", Ef]]), Vf = {
10899
10936
  });
10900
10937
  }
10901
10938
  }
10902
- }, Df = { class: "button-wrapper" }, qf = ["title"], Hf = { key: 1 };
10903
- function Rf(e, n, t, s, o, i) {
10939
+ }, Vf = { class: "button-wrapper" }, Df = ["title"], qf = { key: 1 };
10940
+ function Hf(e, n, t, s, o, i) {
10904
10941
  var c, u, p;
10905
- const r = Pf;
10942
+ const r = Ef;
10906
10943
  return l(), a("footer", {
10907
10944
  class: y(["cmd-page-footer flex-container", { "small-buttons": t.useSmallButtons }])
10908
10945
  }, [
@@ -10915,7 +10952,7 @@ function Rf(e, n, t, s, o, i) {
10915
10952
  ]),
10916
10953
  _: 3
10917
10954
  }, 8, ["networks"])) : d("", !0),
10918
- f("div", Df, [
10955
+ f("div", Vf, [
10919
10956
  V(e.$slots, "default"),
10920
10957
  t.buttonPrintView.show ? (l(), a("button", {
10921
10958
  key: 0,
@@ -10927,12 +10964,12 @@ function Rf(e, n, t, s, o, i) {
10927
10964
  key: 0,
10928
10965
  class: y((p = t.buttonPrintView.icon) == null ? void 0 : p.iconClass)
10929
10966
  }, null, 2)) : d("", !0),
10930
- t.buttonPrintView.text ? (l(), a("span", Hf, g(t.buttonPrintView.text), 1)) : d("", !0)
10931
- ], 10, qf)) : d("", !0)
10967
+ t.buttonPrintView.text ? (l(), a("span", qf, g(t.buttonPrintView.text), 1)) : d("", !0)
10968
+ ], 10, Df)) : d("", !0)
10932
10969
  ])
10933
10970
  ], 2);
10934
10971
  }
10935
- const $y = /* @__PURE__ */ M(Vf, [["render", Rf]]), Nf = {
10972
+ const Qy = /* @__PURE__ */ M(Pf, [["render", Hf]]), Rf = {
10936
10973
  name: "CmdPageHeader",
10937
10974
  props: {
10938
10975
  /**
@@ -10950,24 +10987,24 @@ const $y = /* @__PURE__ */ M(Vf, [["render", Rf]]), Nf = {
10950
10987
  required: !1
10951
10988
  }
10952
10989
  }
10953
- }, jf = {
10990
+ }, Nf = {
10954
10991
  key: 0,
10955
10992
  class: "cmd-page-header flex-container"
10956
- }, Uf = {
10993
+ }, jf = {
10957
10994
  key: 0,
10958
10995
  class: "headline-wrapper flex-container vertical"
10959
10996
  };
10960
- function zf(e, n, t, s, o, i) {
10997
+ function Uf(e, n, t, s, o, i) {
10961
10998
  const r = ad, c = G;
10962
- return t.cmdBreadcrumbs || t.cmdHeadline || e.$slots.default ? (l(), a("header", jf, [
10963
- t.cmdBreadcrumbs || t.cmdHeadline ? (l(), a("div", Uf, [
10999
+ return t.cmdBreadcrumbs || t.cmdHeadline || e.$slots.default ? (l(), a("header", Nf, [
11000
+ t.cmdBreadcrumbs || t.cmdHeadline ? (l(), a("div", jf, [
10964
11001
  t.cmdBreadcrumbs ? (l(), C(r, W(H({ key: 0 }, t.cmdBreadcrumbs)), null, 16)) : d("", !0),
10965
11002
  t.cmdHeadline.headlineText ? (l(), C(c, W(H({ key: 1 }, t.cmdHeadline)), null, 16)) : d("", !0)
10966
11003
  ])) : d("", !0),
10967
11004
  e.$slots.default ? V(e.$slots, "default", { key: 1 }) : d("", !0)
10968
11005
  ])) : d("", !0);
10969
11006
  }
10970
- const eb = /* @__PURE__ */ M(Nf, [["render", zf]]), Wf = {
11007
+ const $y = /* @__PURE__ */ M(Rf, [["render", Uf]]), zf = {
10971
11008
  name: "CmdProgressBar",
10972
11009
  inheritAttrs: !1,
10973
11010
  data() {
@@ -11009,8 +11046,8 @@ const eb = /* @__PURE__ */ M(Nf, [["render", zf]]), Wf = {
11009
11046
  required: !0
11010
11047
  }
11011
11048
  }
11012
- }, Gf = ["for"], Jf = { class: "progressbar" }, Kf = { key: 0 }, Zf = ["id", "value"];
11013
- function Yf(e, n, t, s, o, i) {
11049
+ }, Wf = ["for"], Gf = { class: "progressbar" }, Jf = { key: 0 }, Kf = ["id", "value"];
11050
+ function Zf(e, n, t, s, o, i) {
11014
11051
  return l(), a("label", {
11015
11052
  class: "cmd-progressbar",
11016
11053
  for: t.id
@@ -11018,16 +11055,16 @@ function Yf(e, n, t, s, o, i) {
11018
11055
  f("span", {
11019
11056
  class: y(["label-text", { hidden: !t.showLabel }])
11020
11057
  }, g(t.labelText), 3),
11021
- f("span", Jf, [
11022
- t.showLoadingStatus ? (l(), a("span", Kf, g(o.loadingStatus) + " %", 1)) : d("", !0),
11058
+ f("span", Gf, [
11059
+ t.showLoadingStatus ? (l(), a("span", Jf, g(o.loadingStatus) + " %", 1)) : d("", !0),
11023
11060
  f("progress", H(e.$attrs, {
11024
11061
  id: t.id,
11025
11062
  value: o.loadingStatus
11026
- }), null, 16, Zf)
11063
+ }), null, 16, Kf)
11027
11064
  ])
11028
- ], 8, Gf);
11065
+ ], 8, Wf);
11029
11066
  }
11030
- const tb = /* @__PURE__ */ M(Wf, [["render", Yf]]), Xf = {
11067
+ const eb = /* @__PURE__ */ M(zf, [["render", Zf]]), Yf = {
11031
11068
  name: "CmdSidebar",
11032
11069
  data() {
11033
11070
  return {
@@ -11094,20 +11131,20 @@ const tb = /* @__PURE__ */ M(Wf, [["render", Yf]]), Xf = {
11094
11131
  immediate: !0
11095
11132
  }
11096
11133
  }
11097
- }, Qf = { class: "inner-sidebar-wrapper" }, $f = {
11134
+ }, Xf = { class: "inner-sidebar-wrapper" }, Qf = {
11098
11135
  key: 1,
11099
11136
  class: "open-slot-wrapper"
11100
- }, eh = {
11137
+ }, $f = {
11101
11138
  key: 2,
11102
11139
  class: "closed-slot-wrapper"
11103
- }, th = ["title"];
11104
- function nh(e, n, t, s, o, i) {
11140
+ }, eh = ["title"];
11141
+ function th(e, n, t, s, o, i) {
11105
11142
  var c;
11106
11143
  const r = G;
11107
11144
  return l(), a("aside", {
11108
11145
  class: y(["cmd-sidebar", i.wrapperClass, { box: t.styledAsBox, "collapse-to-right": !t.collapseToLeft }])
11109
11146
  }, [
11110
- f("div", Qf, [
11147
+ f("div", Xf, [
11111
11148
  (c = t.cmdHeadline) != null && c.headlineText && o.open ? (l(), C(r, {
11112
11149
  key: 0,
11113
11150
  headlineText: t.cmdHeadline.headlineText,
@@ -11115,9 +11152,9 @@ function nh(e, n, t, s, o, i) {
11115
11152
  textAlign: t.cmdHeadline.textAlign,
11116
11153
  class: "sidebar-main-headline"
11117
11154
  }, null, 8, ["headlineText", "headlineLevel", "textAlign"])) : d("", !0),
11118
- o.open ? (l(), a("div", $f, [
11155
+ o.open ? (l(), a("div", Qf, [
11119
11156
  V(e.$slots, "open", { openBoxStatus: o.open })
11120
- ])) : (l(), a("div", eh, [
11157
+ ])) : (l(), a("div", $f, [
11121
11158
  V(e.$slots, "closed", { openBoxStatus: o.open })
11122
11159
  ]))
11123
11160
  ]),
@@ -11130,10 +11167,10 @@ function nh(e, n, t, s, o, i) {
11130
11167
  f("span", {
11131
11168
  class: y(i.iconClassOpenCollapse)
11132
11169
  }, null, 2)
11133
- ], 8, th)) : d("", !0)
11170
+ ], 8, eh)) : d("", !0)
11134
11171
  ], 2);
11135
11172
  }
11136
- const nb = /* @__PURE__ */ M(Xf, [["render", nh]]), ih = {
11173
+ const tb = /* @__PURE__ */ M(Yf, [["render", th]]), nh = {
11137
11174
  name: "CmdSiteFooter",
11138
11175
  props: {
11139
11176
  /**
@@ -11149,9 +11186,9 @@ const nb = /* @__PURE__ */ M(Xf, [["render", nh]]), ih = {
11149
11186
  }
11150
11187
  }
11151
11188
  }
11152
- }, oh = { class: "cmd-site-footer site-footer" };
11153
- function lh(e, n, t, s, o, i) {
11154
- return l(), a("div", oh, [
11189
+ }, ih = { class: "cmd-site-footer site-footer" };
11190
+ function oh(e, n, t, s, o, i) {
11191
+ return l(), a("div", ih, [
11155
11192
  f("footer", {
11156
11193
  class: y(["flex-container", { vertical: t.orientation === "vertical" }])
11157
11194
  }, [
@@ -11159,7 +11196,7 @@ function lh(e, n, t, s, o, i) {
11159
11196
  ], 2)
11160
11197
  ]);
11161
11198
  }
11162
- const ib = /* @__PURE__ */ M(ih, [["render", lh]]), sh = {
11199
+ const nb = /* @__PURE__ */ M(nh, [["render", oh]]), lh = {
11163
11200
  name: "CmdSiteHeader",
11164
11201
  emits: ["offcanvas"],
11165
11202
  data() {
@@ -11256,13 +11293,13 @@ const ib = /* @__PURE__ */ M(ih, [["render", lh]]), sh = {
11256
11293
  e.style.height = this.defaultLogoHeight;
11257
11294
  }
11258
11295
  }
11259
- }, ah = {
11296
+ }, sh = {
11260
11297
  key: 0,
11261
11298
  class: "top-header"
11262
11299
  };
11263
- function rh(e, n, t, s, o, i) {
11300
+ function ah(e, n, t, s, o, i) {
11264
11301
  var u, p, m, h, w, b, _, T, S;
11265
- const r = md, c = vm;
11302
+ const r = md, c = km;
11266
11303
  return l(), a("div", {
11267
11304
  ref: "site-header",
11268
11305
  class: y([
@@ -11275,7 +11312,7 @@ function rh(e, n, t, s, o, i) {
11275
11312
  ]),
11276
11313
  role: "banner"
11277
11314
  }, [
11278
- e.$slots.topheader ? (l(), a("div", ah, [
11315
+ e.$slots.topheader ? (l(), a("div", sh, [
11279
11316
  V(e.$slots, "topheader")
11280
11317
  ])) : d("", !0),
11281
11318
  f("header", {
@@ -11311,7 +11348,7 @@ function rh(e, n, t, s, o, i) {
11311
11348
  }, null, 8, ["navigationEntries", "offcanvasPosition", "closeOffcanvas", "stretchMainItems", "onOffcanvas"])) : d("", !0)
11312
11349
  ], 2);
11313
11350
  }
11314
- const ob = /* @__PURE__ */ M(sh, [["render", rh]]), ch = {
11351
+ const ib = /* @__PURE__ */ M(lh, [["render", ah]]), rh = {
11315
11352
  data() {
11316
11353
  return {
11317
11354
  defaultMessageProperties: {
@@ -11324,7 +11361,7 @@ const ob = /* @__PURE__ */ M(sh, [["render", rh]]), ch = {
11324
11361
  }
11325
11362
  };
11326
11363
  }
11327
- }, dh = {
11364
+ }, ch = {
11328
11365
  emits: [
11329
11366
  "search",
11330
11367
  "update:modelValueInput1",
@@ -11333,7 +11370,7 @@ const ob = /* @__PURE__ */ M(sh, [["render", rh]]), ch = {
11333
11370
  "update:modelValueSearchFilters"
11334
11371
  ],
11335
11372
  name: "CmdBoxSiteSearch",
11336
- mixins: [le, ch],
11373
+ mixins: [le, rh],
11337
11374
  data() {
11338
11375
  return {
11339
11376
  showFilters: !1
@@ -11585,22 +11622,22 @@ const ob = /* @__PURE__ */ M(sh, [["render", rh]]), ch = {
11585
11622
  deep: !0
11586
11623
  }
11587
11624
  }
11588
- }, uh = { class: "cmd-box-site-search flex-container" }, mh = { class: "flex-container align-bottom" }, fh = { class: "input-wrapper align-bottom" }, hh = { key: 0 }, ph = { key: 1 }, gh = {
11625
+ }, dh = { class: "cmd-box-site-search flex-container" }, uh = { class: "flex-container align-bottom" }, mh = { class: "input-wrapper align-bottom" }, fh = { key: 0 }, hh = { key: 1 }, ph = {
11589
11626
  key: 0,
11590
11627
  class: "flex-container no-flex",
11591
11628
  role: "listbox",
11592
11629
  "aria-expanded": "true"
11593
11630
  };
11594
- function yh(e, n, t, s, o, i) {
11631
+ function gh(e, n, t, s, o, i) {
11595
11632
  var h, w, b, _, T, S, O, E;
11596
- const r = G, c = ee, u = j, p = ru, m = pu;
11633
+ const r = G, c = ee, u = j, p = au, m = hu;
11597
11634
  return l(), a(x, null, [
11598
- f("fieldset", uh, [
11635
+ f("fieldset", dh, [
11599
11636
  f("legend", {
11600
11637
  class: y({ hidden: !t.showLegend })
11601
11638
  }, g(t.textLegend), 3),
11602
11639
  t.cmdHeadline ? (l(), C(r, W(H({ key: 0 }, t.cmdHeadline)), null, 16)) : d("", !0),
11603
- f("div", mh, [
11640
+ f("div", uh, [
11604
11641
  v(c, {
11605
11642
  element: "input",
11606
11643
  type: t.cmdFormElementInput1.type,
@@ -11612,7 +11649,7 @@ function yh(e, n, t, s, o, i) {
11612
11649
  modelValue: i.searchValue1,
11613
11650
  "onUpdate:modelValue": n[0] || (n[0] = (L) => i.searchValue1 = L)
11614
11651
  }, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
11615
- f("div", fh, [
11652
+ f("div", mh, [
11616
11653
  t.cmdFormElementInput2.show ? (l(), C(c, {
11617
11654
  key: 0,
11618
11655
  element: "input",
@@ -11655,13 +11692,13 @@ function yh(e, n, t, s, o, i) {
11655
11692
  iconClass: o.showFilters ? (w = (h = t.cmdIcon) == null ? void 0 : h.showFilters) == null ? void 0 : w.iconClass : (_ = (b = t.cmdIcon) == null ? void 0 : b.hideFilters) == null ? void 0 : _.iconClass,
11656
11693
  type: o.showFilters ? (S = (T = t.cmdIcon) == null ? void 0 : T.showFilters) == null ? void 0 : S.iconType : (E = (O = t.cmdIcon) == null ? void 0 : O.hideFilters) == null ? void 0 : E.iconType
11657
11694
  }, null, 8, ["iconClass", "type"]),
11658
- o.showFilters ? (l(), a("span", hh, g(e.getMessage("cmdsitesearch.hide_filter_options")), 1)) : (l(), a("span", ph, g(e.getMessage("cmdsitesearch.show_filter_options")), 1))
11695
+ o.showFilters ? (l(), a("span", fh, g(e.getMessage("cmdsitesearch.hide_filter_options")), 1)) : (l(), a("span", hh, g(e.getMessage("cmdsitesearch.show_filter_options")), 1))
11659
11696
  ]),
11660
11697
  v(xe, { name: "fade" }, {
11661
11698
  default: P(() => {
11662
11699
  var L, B, z, F, R;
11663
11700
  return [
11664
- o.showFilters && ((L = t.cmdFakeSelect) != null && L.selectData.length) ? (l(), a("div", gh, [
11701
+ o.showFilters && ((L = t.cmdFakeSelect) != null && L.selectData.length) ? (l(), a("div", ph, [
11665
11702
  v(p, {
11666
11703
  role: "option",
11667
11704
  selectData: (B = t.cmdFakeSelect) == null ? void 0 : B.selectData,
@@ -11686,7 +11723,7 @@ function yh(e, n, t, s, o, i) {
11686
11723
  }, null, 8, ["modelValue", "selectedOptionsName"])) : d("", !0)
11687
11724
  ], 64);
11688
11725
  }
11689
- const lb = /* @__PURE__ */ M(dh, [["render", yh]]), bh = {
11726
+ const ob = /* @__PURE__ */ M(ch, [["render", gh]]), yh = {
11690
11727
  name: "CmdSlideshow",
11691
11728
  mixins: [Q],
11692
11729
  data() {
@@ -11869,14 +11906,14 @@ const lb = /* @__PURE__ */ M(dh, [["render", yh]]), bh = {
11869
11906
  });
11870
11907
  }
11871
11908
  }
11872
- }, Ch = ["href", "title"], _h = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), xh = /* @__PURE__ */ f("span", null, "Add new slideshow-image", -1), wh = [
11873
- _h,
11874
- xh
11875
- ], kh = { key: 2 }, vh = ["onClick", "aria-label", "title"], Th = {
11909
+ }, bh = ["href", "title"], Ch = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), _h = /* @__PURE__ */ f("span", null, "Add new slideshow-image", -1), xh = [
11910
+ Ch,
11911
+ _h
11912
+ ], wh = { key: 2 }, kh = ["onClick", "aria-label", "title"], vh = {
11876
11913
  key: 3,
11877
11914
  class: "item-counter"
11878
11915
  };
11879
- function Sh(e, n, t, s, o, i) {
11916
+ function Th(e, n, t, s, o, i) {
11880
11917
  const r = ct, c = Te;
11881
11918
  return l(), a("div", {
11882
11919
  class: y(["cmd-slideshow", { "full-width": o.fullWidth }])
@@ -11920,7 +11957,7 @@ function Sh(e, n, t, s, o, i) {
11920
11957
  image: (_ = i.currentItem) == null ? void 0 : _.image,
11921
11958
  figcaption: (T = i.currentItem) == null ? void 0 : T.figcaption
11922
11959
  }, null, 8, ["image", "figcaption"])
11923
- ], 8, Ch)) : (l(), C(c, {
11960
+ ], 8, bh)) : (l(), C(c, {
11924
11961
  key: 1,
11925
11962
  image: (S = i.currentItem) == null ? void 0 : S.image,
11926
11963
  figcaption: (O = i.currentItem) == null ? void 0 : O.figcaption
@@ -11932,7 +11969,7 @@ function Sh(e, n, t, s, o, i) {
11932
11969
  type: "button",
11933
11970
  class: "button confirm",
11934
11971
  onClick: n[0] || (n[0] = (...B) => i.onAddItem && i.onAddItem(...B))
11935
- }, wh)) : d("", !0)
11972
+ }, xh)) : d("", !0)
11936
11973
  ];
11937
11974
  }),
11938
11975
  _: 3
@@ -11942,7 +11979,7 @@ function Sh(e, n, t, s, o, i) {
11942
11979
  onClick: I(i.showNextItem, ["prevent"]),
11943
11980
  class: { disabled: o.slideshowItemEditing }
11944
11981
  }, i.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : d("", !0),
11945
- t.showQuickLinkIcons ? (l(), a("ol", kh, [
11982
+ t.showQuickLinkIcons ? (l(), a("ol", wh, [
11946
11983
  (l(!0), a(x, null, D(t.slideshowItems, (u, p) => (l(), a("li", {
11947
11984
  key: p,
11948
11985
  class: y({ active: p === o.index })
@@ -11953,24 +11990,24 @@ function Sh(e, n, t, s, o, i) {
11953
11990
  onClick: I((m) => i.showItem(p), ["prevent"]),
11954
11991
  "aria-label": o.index,
11955
11992
  title: o.slideshowItemEditing ? "Not allowed while editing!" : "Switch to image #" + (p + 1)
11956
- }, null, 10, vh)
11993
+ }, null, 10, kh)
11957
11994
  ], 2))), 128))
11958
11995
  ])) : d("", !0),
11959
- t.showCounter ? (l(), a("span", Th, g(o.index + 1) + "/" + g(t.slideshowItems.length), 1)) : d("", !0)
11996
+ t.showCounter ? (l(), a("span", vh, g(o.index + 1) + "/" + g(t.slideshowItems.length), 1)) : d("", !0)
11960
11997
  ], 32)
11961
11998
  ], 2);
11962
11999
  }
11963
- const sb = /* @__PURE__ */ M(bh, [["render", Sh]]), Ih = "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", Oh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12000
+ const lb = /* @__PURE__ */ M(yh, [["render", Th]]), Sh = "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", Ih = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11964
12001
  __proto__: null,
11965
- default: Ih
11966
- }, Symbol.toStringTag, { value: "Module" })), 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'%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", Lh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12002
+ default: Sh
12003
+ }, Symbol.toStringTag, { value: "Module" })), Oh = "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", Mh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11967
12004
  __proto__: null,
11968
- default: Mh
11969
- }, Symbol.toStringTag, { value: "Module" })), Bh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
12005
+ default: Oh
12006
+ }, Symbol.toStringTag, { value: "Module" })), Lh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11970
12007
  __proto__: null,
11971
- de: Oh,
11972
- en: Lh
11973
- }, Symbol.toStringTag, { value: "Module" })), Fh = {
12008
+ de: Ih,
12009
+ en: Mh
12010
+ }, Symbol.toStringTag, { value: "Module" })), Bh = {
11974
12011
  name: "CmdSwitchLanguage",
11975
12012
  emits: ["click"],
11976
12013
  data() {
@@ -12001,7 +12038,7 @@ const sb = /* @__PURE__ */ M(bh, [["render", Sh]]), Ih = "data:image/svg+xml,%3c
12001
12038
  this.imageSources = [], this.languages.forEach(
12002
12039
  async (e) => {
12003
12040
  const n = e.iso2;
12004
- this.imageSources.push(Bh[n].default);
12041
+ this.imageSources.push(Lh[n].default);
12005
12042
  }
12006
12043
  );
12007
12044
  },
@@ -12009,10 +12046,10 @@ const sb = /* @__PURE__ */ M(bh, [["render", Sh]]), Ih = "data:image/svg+xml,%3c
12009
12046
  deep: !0
12010
12047
  }
12011
12048
  }
12012
- }, Ah = { class: "cmd-switch-language" }, Eh = ["href", "title", "onClick"], Ph = ["src", "alt"], Vh = ["src", "alt"];
12013
- function Dh(e, n, t, s, o, i) {
12049
+ }, Fh = { class: "cmd-switch-language" }, Ah = ["href", "title", "onClick"], Eh = ["src", "alt"], Ph = ["src", "alt"];
12050
+ function Vh(e, n, t, s, o, i) {
12014
12051
  const r = oe("router-link");
12015
- return l(), a("div", Ah, [
12052
+ return l(), a("div", Fh, [
12016
12053
  f("ul", null, [
12017
12054
  (l(!0), a(x, null, D(t.languages, (c, u) => (l(), a("li", { key: u }, [
12018
12055
  c.link.type === "href" ? (l(), a("a", {
@@ -12025,8 +12062,8 @@ function Dh(e, n, t, s, o, i) {
12025
12062
  f("img", {
12026
12063
  src: o.imageSources[u],
12027
12064
  alt: c.name
12028
- }, null, 8, Ph)
12029
- ], 10, Eh)) : (l(), C(r, {
12065
+ }, null, 8, Eh)
12066
+ ], 10, Ah)) : (l(), C(r, {
12030
12067
  key: 1,
12031
12068
  class: y(["flag", c.iso2]),
12032
12069
  to: i.getRoute(c),
@@ -12037,7 +12074,7 @@ function Dh(e, n, t, s, o, i) {
12037
12074
  f("img", {
12038
12075
  src: o.imageSources[u],
12039
12076
  alt: c.name
12040
- }, null, 8, Vh)
12077
+ }, null, 8, Ph)
12041
12078
  ]),
12042
12079
  _: 2
12043
12080
  }, 1032, ["class", "to", "title", "onClick"]))
@@ -12045,7 +12082,7 @@ function Dh(e, n, t, s, o, i) {
12045
12082
  ])
12046
12083
  ]);
12047
12084
  }
12048
- const ab = /* @__PURE__ */ M(Fh, [["render", Dh]]), qh = {
12085
+ const sb = /* @__PURE__ */ M(Bh, [["render", Vh]]), Dh = {
12049
12086
  name: "CmdSystemMessage",
12050
12087
  mixins: [We],
12051
12088
  data() {
@@ -12132,8 +12169,8 @@ const ab = /* @__PURE__ */ M(Fh, [["render", Dh]]), qh = {
12132
12169
  this.showSystemMessage = !0;
12133
12170
  }
12134
12171
  }
12135
- }, Hh = ["role", "aria-labelledby"], Rh = ["title"];
12136
- function Nh(e, n, t, s, o, i) {
12172
+ }, qh = ["role", "aria-labelledby"], Hh = ["title"];
12173
+ function Rh(e, n, t, s, o, i) {
12137
12174
  const r = j, c = G;
12138
12175
  return l(), C(xe, { name: "fade" }, {
12139
12176
  default: P(() => [
@@ -12153,7 +12190,7 @@ function Nh(e, n, t, s, o, i) {
12153
12190
  iconClass: t.iconClose.iconClass,
12154
12191
  type: t.iconClose.iconType
12155
12192
  }, null, 8, ["iconClass", "type"])
12156
- ], 8, Rh)) : d("", !0),
12193
+ ], 8, Hh)) : d("", !0),
12157
12194
  v(c, {
12158
12195
  class: "message-headline",
12159
12196
  headlineIcon: i.headlineIcon,
@@ -12162,12 +12199,12 @@ function Nh(e, n, t, s, o, i) {
12162
12199
  id: e.htmlId
12163
12200
  }, null, 8, ["headlineIcon", "headlineText", "headlineLevel", "id"]),
12164
12201
  V(e.$slots, "default")
12165
- ], 10, Hh)) : d("", !0)
12202
+ ], 10, qh)) : d("", !0)
12166
12203
  ]),
12167
12204
  _: 3
12168
12205
  });
12169
12206
  }
12170
- const jh = /* @__PURE__ */ M(qh, [["render", Nh]]), Uh = {
12207
+ const Nh = /* @__PURE__ */ M(Dh, [["render", Rh]]), jh = {
12171
12208
  name: "CmdTable",
12172
12209
  data() {
12173
12210
  return {
@@ -12311,20 +12348,20 @@ const jh = /* @__PURE__ */ M(qh, [["render", Nh]]), Uh = {
12311
12348
  immediate: !0
12312
12349
  }
12313
12350
  }
12314
- }, zh = {
12351
+ }, Uh = {
12315
12352
  key: 0,
12316
12353
  class: "button-wrapper"
12317
- }, Wh = ["title"], Gh = ["title"], Jh = { "aria-expanded": "true" }, Kh = {
12354
+ }, zh = ["title"], Wh = ["title"], Gh = { "aria-expanded": "true" }, Jh = {
12318
12355
  key: 0,
12319
12356
  "aria-expanded": "true"
12320
12357
  };
12321
- function Zh(e, n, t, s, o, i) {
12358
+ function Kh(e, n, t, s, o, i) {
12322
12359
  var u, p, m, h;
12323
12360
  const r = j, c = ct;
12324
12361
  return l(), a("div", {
12325
12362
  class: y(["cmd-table-wrapper", { collapsed: !o.showTableData, "full-width": o.fullWidth, "has-caption": i.hasCaption, "has-overflow": o.hasOverflow }])
12326
12363
  }, [
12327
- t.collapsible || t.userCanToggleWidth ? (l(), a("div", zh, [
12364
+ t.collapsible || t.userCanToggleWidth ? (l(), a("div", Uh, [
12328
12365
  t.userCanToggleWidth ? (l(), a("a", {
12329
12366
  key: 0,
12330
12367
  class: "button",
@@ -12336,7 +12373,7 @@ function Zh(e, n, t, s, o, i) {
12336
12373
  iconClass: t.iconToggleWidth.iconClass,
12337
12374
  type: t.iconToggleWidth.iconType
12338
12375
  }, null, 8, ["iconClass", "type"])
12339
- ], 8, Wh)) : d("", !0),
12376
+ ], 8, zh)) : d("", !0),
12340
12377
  t.collapsible ? (l(), a("a", {
12341
12378
  key: 1,
12342
12379
  class: "button",
@@ -12348,7 +12385,7 @@ function Zh(e, n, t, s, o, i) {
12348
12385
  iconClass: o.showTableData ? t.iconCollapse.iconClass : t.iconExpand.iconClass,
12349
12386
  type: o.showTableData ? t.iconCollapse.iconType : t.iconExpand.iconType
12350
12387
  }, null, 8, ["iconClass", "type"])
12351
- ], 8, Gh)) : d("", !0)
12388
+ ], 8, Wh)) : d("", !0)
12352
12389
  ])) : d("", !0),
12353
12390
  f("div", {
12354
12391
  class: "inner-wrapper",
@@ -12375,7 +12412,7 @@ function Zh(e, n, t, s, o, i) {
12375
12412
  ]),
12376
12413
  v(xe, { name: "fade" }, {
12377
12414
  default: P(() => [
12378
- ue(f("tbody", Jh, [
12415
+ ue(f("tbody", Gh, [
12379
12416
  (l(!0), a(x, null, D(t.tableData.tbody, (w, b) => (l(), a("tr", {
12380
12417
  class: y({ active: t.tableData.rowIndexHighlighted === b }),
12381
12418
  key: b
@@ -12393,7 +12430,7 @@ function Zh(e, n, t, s, o, i) {
12393
12430
  }),
12394
12431
  v(xe, { name: "fade" }, {
12395
12432
  default: P(() => [
12396
- t.tableData.tfoot && t.tableData.tfoot.length && o.showTableData ? (l(), a("tfoot", Kh, [
12433
+ t.tableData.tfoot && t.tableData.tfoot.length && o.showTableData ? (l(), a("tfoot", Jh, [
12397
12434
  f("tr", null, [
12398
12435
  (l(!0), a(x, null, D(t.tableData.tfoot, (w, b) => (l(), a("td", {
12399
12436
  class: y({ active: t.tableData.columnIndexHighlighted === b }),
@@ -12412,7 +12449,7 @@ function Zh(e, n, t, s, o, i) {
12412
12449
  ], 544)
12413
12450
  ], 2);
12414
12451
  }
12415
- const rb = /* @__PURE__ */ M(Uh, [["render", Zh]]), Yh = "cmd", Xh = {
12452
+ const ab = /* @__PURE__ */ M(jh, [["render", Kh]]), Zh = "cmd", Yh = {
12416
12453
  "3d-cursor": {
12417
12454
  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"/>',
12418
12455
  hidden: !0
@@ -12426,14 +12463,14 @@ const rb = /* @__PURE__ */ M(Uh, [["render", Zh]]), Yh = "cmd", Xh = {
12426
12463
  <path fill="currentColor" d="M2,12h6v18H2V12z"/>
12427
12464
  <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"/>`
12428
12465
  }
12429
- }, Qh = 32, $h = 32, ep = {
12430
- prefix: Yh,
12431
- icons: Xh,
12432
- width: Qh,
12433
- height: $h
12466
+ }, Xh = 32, Qh = 32, $h = {
12467
+ prefix: Zh,
12468
+ icons: Yh,
12469
+ width: Xh,
12470
+ height: Qh
12434
12471
  };
12435
- ei(ep);
12436
- const tp = {
12472
+ ei($h);
12473
+ const ep = {
12437
12474
  name: "CmdTabs",
12438
12475
  data() {
12439
12476
  return {
@@ -12488,13 +12525,13 @@ const tp = {
12488
12525
  this.showTab = this.activeTab;
12489
12526
  }
12490
12527
  }
12491
- }, np = { class: "cmd-tabs" }, ip = ["onClick", "title"], op = { key: 1 }, lp = {
12528
+ }, tp = { class: "cmd-tabs" }, np = ["onClick", "title"], ip = { key: 1 }, op = {
12492
12529
  key: 1,
12493
12530
  "aria-live": "assertive"
12494
- }, sp = ["innerHTML"];
12495
- function ap(e, n, t, s, o, i) {
12531
+ }, lp = ["innerHTML"];
12532
+ function sp(e, n, t, s, o, i) {
12496
12533
  const r = j, c = G;
12497
- return l(), a("div", np, [
12534
+ return l(), a("div", tp, [
12498
12535
  f("ul", {
12499
12536
  class: y({ "stretch-tabs": t.stretchTabs }),
12500
12537
  role: "tablist"
@@ -12514,8 +12551,8 @@ function ap(e, n, t, s, o, i) {
12514
12551
  iconClass: u.iconClass,
12515
12552
  type: u.iconType
12516
12553
  }, null, 8, ["iconClass", "type"])) : d("", !0),
12517
- u.name ? (l(), a("span", op, g(u.name), 1)) : d("", !0)
12518
- ], 8, ip)
12554
+ u.name ? (l(), a("span", ip, g(u.name), 1)) : d("", !0)
12555
+ ], 8, np)
12519
12556
  ], 2))), 128))
12520
12557
  ], 2),
12521
12558
  t.useSlot ? (l(!0), a(x, { key: 0 }, D(t.tabs.length, (u) => ue((l(), a("div", {
@@ -12525,18 +12562,18 @@ function ap(e, n, t, s, o, i) {
12525
12562
  V(e.$slots, "tab-content-" + (u - 1))
12526
12563
  ])), [
12527
12564
  [be, o.showTab === u - 1]
12528
- ])), 128)) : (l(), a("div", lp, [
12565
+ ])), 128)) : (l(), a("div", op, [
12529
12566
  t.cmdHeadline ? (l(), C(c, H({ key: 0 }, t.cmdHeadline, {
12530
12567
  headlineText: t.tabs[o.showTab].headlineText,
12531
12568
  headlineLevel: t.tabs[o.showTab].headlineLevel
12532
12569
  }), null, 16, ["headlineText", "headlineLevel"])) : d("", !0),
12533
12570
  f("div", {
12534
12571
  innerHTML: t.tabs[o.showTab].htmlContent
12535
- }, null, 8, sp)
12572
+ }, null, 8, lp)
12536
12573
  ]))
12537
12574
  ]);
12538
12575
  }
12539
- const cb = /* @__PURE__ */ M(tp, [["render", ap]]), rp = {
12576
+ const rb = /* @__PURE__ */ M(ep, [["render", sp]]), ap = {
12540
12577
  name: "CmdTextImageBlock",
12541
12578
  mixins: [Q],
12542
12579
  data() {
@@ -12641,11 +12678,11 @@ const cb = /* @__PURE__ */ M(tp, [["render", ap]]), rp = {
12641
12678
  immediate: !0
12642
12679
  }
12643
12680
  }
12644
- }, cp = { class: "flex-container vertical" }, dp = ["innerHTML"], up = ["innerHTML"], mp = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), fp = /* @__PURE__ */ f("span", null, "Add new paragraph", -1), hp = [
12645
- mp,
12646
- fp
12681
+ }, rp = { class: "flex-container vertical" }, cp = ["innerHTML"], dp = ["innerHTML"], up = /* @__PURE__ */ f("span", { class: "icon-plus" }, null, -1), mp = /* @__PURE__ */ f("span", null, "Add new paragraph", -1), fp = [
12682
+ up,
12683
+ mp
12647
12684
  ];
12648
- function pp(e, n, t, s, o, i) {
12685
+ function hp(e, n, t, s, o, i) {
12649
12686
  var p, m, h, w;
12650
12687
  const r = G, c = Te, u = ve;
12651
12688
  return l(), a("div", {
@@ -12658,13 +12695,13 @@ function pp(e, n, t, s, o, i) {
12658
12695
  figcaption: (h = t.cmdImage) == null ? void 0 : h.figcaption,
12659
12696
  editModeConfig: { allowAddItem: !1 }
12660
12697
  }, null, 8, ["image", "figcaption"])) : d("", !0),
12661
- f("div", cp, [
12698
+ f("div", rp, [
12662
12699
  ((w = t.cmdHeadline) != null && w.headlineText || e.editModeContext) && (t.headlinePosition === "belowImage" || t.orientation === "horizontal") ? (l(), C(r, W(H({ key: 0 }, t.cmdHeadline)), null, 16)) : d("", !0),
12663
12700
  t.htmlContent ? (l(), a("div", {
12664
12701
  key: 1,
12665
12702
  innerHTML: t.htmlContent,
12666
12703
  class: y(i.textAlign)
12667
- }, null, 10, dp)) : d("", !0)
12704
+ }, null, 10, cp)) : d("", !0)
12668
12705
  ]),
12669
12706
  e.editModeContext ? (l(), C(u, {
12670
12707
  key: 2,
@@ -12688,18 +12725,18 @@ function pp(e, n, t, s, o, i) {
12688
12725
  key: 1,
12689
12726
  innerHTML: t.htmlContent,
12690
12727
  class: y(i.textAlign)
12691
- }, null, 10, up)) : (l(), a("button", {
12728
+ }, null, 10, dp)) : (l(), a("button", {
12692
12729
  key: 2,
12693
12730
  type: "button",
12694
12731
  class: "button confirm",
12695
12732
  onClick: n[1] || (n[1] = (..._) => i.onAddItem && i.onAddItem(..._))
12696
- }, hp))
12733
+ }, fp))
12697
12734
  ]),
12698
12735
  _: 1
12699
12736
  }, 8, ["componentProps", "componentPath", "allowDeleteComponent"])) : d("", !0)
12700
12737
  ], 2);
12701
12738
  }
12702
- const db = /* @__PURE__ */ M(rp, [["render", pp]]), gp = {
12739
+ const cb = /* @__PURE__ */ M(ap, [["render", hp]]), pp = {
12703
12740
  name: "ToggleDarkMode",
12704
12741
  mixins: [
12705
12742
  Q
@@ -12850,8 +12887,8 @@ const db = /* @__PURE__ */ M(rp, [["render", pp]]), gp = {
12850
12887
  immediate: !0
12851
12888
  }
12852
12889
  }
12853
- }, yp = { key: 0 };
12854
- function bp(e, n, t, s, o, i) {
12890
+ }, gp = { key: 0 };
12891
+ function yp(e, n, t, s, o, i) {
12855
12892
  const r = j, c = ee;
12856
12893
  return l(), a("div", {
12857
12894
  class: y(["cmd-toggle-dark-mode", { "styled-layout": t.useStyledLayout, "dark-mode": o.darkMode }])
@@ -12880,7 +12917,7 @@ function bp(e, n, t, s, o, i) {
12880
12917
  class: y(["button", { "dark-mode": o.darkMode }]),
12881
12918
  onClick: n[0] || (n[0] = I((...u) => i.toggleColorScheme && i.toggleColorScheme(...u), ["prevent"]))
12882
12919
  }, [
12883
- t.showLabel ? (l(), a("span", yp, g(i.labelText), 1)) : d("", !0),
12920
+ t.showLabel ? (l(), a("span", gp, g(i.labelText), 1)) : d("", !0),
12884
12921
  v(r, {
12885
12922
  iconClass: i.iconClass,
12886
12923
  type: i.iconType,
@@ -12903,7 +12940,7 @@ function bp(e, n, t, s, o, i) {
12903
12940
  ], 64))
12904
12941
  ], 2);
12905
12942
  }
12906
- const ub = /* @__PURE__ */ M(gp, [["render", bp]]), Cp = {
12943
+ const db = /* @__PURE__ */ M(pp, [["render", yp]]), bp = {
12907
12944
  data() {
12908
12945
  return {
12909
12946
  defaultMessageProperties: {
@@ -12961,28 +12998,28 @@ function gi(e, n) {
12961
12998
  return e.apply(n, arguments);
12962
12999
  };
12963
13000
  }
12964
- const { toString: _p } = Object.prototype, { getPrototypeOf: Xt } = Object, ut = /* @__PURE__ */ ((e) => (n) => {
12965
- const t = _p.call(n);
13001
+ const { toString: Cp } = Object.prototype, { getPrototypeOf: Xt } = Object, ut = /* @__PURE__ */ ((e) => (n) => {
13002
+ const t = Cp.call(n);
12966
13003
  return e[t] || (e[t] = t.slice(8, -1).toLowerCase());
12967
13004
  })(/* @__PURE__ */ Object.create(null)), me = (e) => (e = e.toLowerCase(), (n) => ut(n) === e), mt = (e) => (n) => typeof n === e, { isArray: Ie } = Array, ze = mt("undefined");
12968
- function xp(e) {
13005
+ function _p(e) {
12969
13006
  return e !== null && !ze(e) && e.constructor !== null && !ze(e.constructor) && ie(e.constructor.isBuffer) && e.constructor.isBuffer(e);
12970
13007
  }
12971
13008
  const yi = me("ArrayBuffer");
12972
- function wp(e) {
13009
+ function xp(e) {
12973
13010
  let n;
12974
13011
  return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? n = ArrayBuffer.isView(e) : n = e && e.buffer && yi(e.buffer), n;
12975
13012
  }
12976
- const kp = mt("string"), ie = mt("function"), bi = mt("number"), ft = (e) => e !== null && typeof e == "object", vp = (e) => e === !0 || e === !1, Qe = (e) => {
13013
+ const wp = mt("string"), ie = mt("function"), bi = mt("number"), ft = (e) => e !== null && typeof e == "object", kp = (e) => e === !0 || e === !1, Qe = (e) => {
12977
13014
  if (ut(e) !== "object")
12978
13015
  return !1;
12979
13016
  const n = Xt(e);
12980
13017
  return (n === null || n === Object.prototype || Object.getPrototypeOf(n) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
12981
- }, Tp = me("Date"), Sp = me("File"), Ip = me("Blob"), Op = me("FileList"), Mp = (e) => ft(e) && ie(e.pipe), Lp = (e) => {
13018
+ }, vp = me("Date"), Tp = me("File"), Sp = me("Blob"), Ip = me("FileList"), Op = (e) => ft(e) && ie(e.pipe), Mp = (e) => {
12982
13019
  let n;
12983
13020
  return e && (typeof FormData == "function" && e instanceof FormData || ie(e.append) && ((n = ut(e)) === "formdata" || // detect form-data instance
12984
13021
  n === "object" && ie(e.toString) && e.toString() === "[object FormData]"));
12985
- }, Bp = me("URLSearchParams"), [Fp, Ap, Ep, Pp] = ["ReadableStream", "Request", "Response", "Headers"].map(me), Vp = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
13022
+ }, Lp = me("URLSearchParams"), [Bp, Fp, Ap, Ep] = ["ReadableStream", "Request", "Response", "Headers"].map(me), Pp = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
12986
13023
  function Ge(e, n, { allOwnKeys: t = !1 } = {}) {
12987
13024
  if (e === null || typeof e > "u")
12988
13025
  return;
@@ -13016,13 +13053,13 @@ function Ft() {
13016
13053
  arguments[s] && Ge(arguments[s], t);
13017
13054
  return n;
13018
13055
  }
13019
- const Dp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
13056
+ const Vp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
13020
13057
  t && ie(o) ? e[i] = gi(o, t) : e[i] = o;
13021
- }, { allOwnKeys: s }), e), qp = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Hp = (e, n, t, s) => {
13058
+ }, { allOwnKeys: s }), e), Dp = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), qp = (e, n, t, s) => {
13022
13059
  e.prototype = Object.create(n.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
13023
13060
  value: n.prototype
13024
13061
  }), t && Object.assign(e.prototype, t);
13025
- }, Rp = (e, n, t, s) => {
13062
+ }, Hp = (e, n, t, s) => {
13026
13063
  let o, i, r;
13027
13064
  const c = {};
13028
13065
  if (n = n || {}, e == null) return n;
@@ -13032,11 +13069,11 @@ const Dp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
13032
13069
  e = t !== !1 && Xt(e);
13033
13070
  } while (e && (!t || t(e, n)) && e !== Object.prototype);
13034
13071
  return n;
13035
- }, Np = (e, n, t) => {
13072
+ }, Rp = (e, n, t) => {
13036
13073
  e = String(e), (t === void 0 || t > e.length) && (t = e.length), t -= n.length;
13037
13074
  const s = e.indexOf(n, t);
13038
13075
  return s !== -1 && s === t;
13039
- }, jp = (e) => {
13076
+ }, Np = (e) => {
13040
13077
  if (!e) return null;
13041
13078
  if (Ie(e)) return e;
13042
13079
  let n = e.length;
@@ -13045,31 +13082,31 @@ const Dp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
13045
13082
  for (; n-- > 0; )
13046
13083
  t[n] = e[n];
13047
13084
  return t;
13048
- }, Up = /* @__PURE__ */ ((e) => (n) => e && n instanceof e)(typeof Uint8Array < "u" && Xt(Uint8Array)), zp = (e, n) => {
13085
+ }, jp = /* @__PURE__ */ ((e) => (n) => e && n instanceof e)(typeof Uint8Array < "u" && Xt(Uint8Array)), Up = (e, n) => {
13049
13086
  const s = (e && e[Symbol.iterator]).call(e);
13050
13087
  let o;
13051
13088
  for (; (o = s.next()) && !o.done; ) {
13052
13089
  const i = o.value;
13053
13090
  n.call(e, i[0], i[1]);
13054
13091
  }
13055
- }, Wp = (e, n) => {
13092
+ }, zp = (e, n) => {
13056
13093
  let t;
13057
13094
  const s = [];
13058
13095
  for (; (t = e.exec(n)) !== null; )
13059
13096
  s.push(t);
13060
13097
  return s;
13061
- }, Gp = me("HTMLFormElement"), Jp = (e) => e.toLowerCase().replace(
13098
+ }, Wp = me("HTMLFormElement"), Gp = (e) => e.toLowerCase().replace(
13062
13099
  /[-_\s]([a-z\d])(\w*)/g,
13063
13100
  function(t, s, o) {
13064
13101
  return s.toUpperCase() + o;
13065
13102
  }
13066
- ), En = (({ hasOwnProperty: e }) => (n, t) => e.call(n, t))(Object.prototype), Kp = me("RegExp"), wi = (e, n) => {
13103
+ ), En = (({ hasOwnProperty: e }) => (n, t) => e.call(n, t))(Object.prototype), Jp = me("RegExp"), wi = (e, n) => {
13067
13104
  const t = Object.getOwnPropertyDescriptors(e), s = {};
13068
13105
  Ge(t, (o, i) => {
13069
13106
  let r;
13070
13107
  (r = n(o, i, e)) !== !1 && (s[i] = r || o);
13071
13108
  }), Object.defineProperties(e, s);
13072
- }, Zp = (e) => {
13109
+ }, Kp = (e) => {
13073
13110
  wi(e, (n, t) => {
13074
13111
  if (ie(e) && ["arguments", "caller", "callee"].indexOf(t) !== -1)
13075
13112
  return !1;
@@ -13084,29 +13121,29 @@ const Dp = (e, n, t, { allOwnKeys: s } = {}) => (Ge(n, (o, i) => {
13084
13121
  });
13085
13122
  }
13086
13123
  });
13087
- }, Yp = (e, n) => {
13124
+ }, Zp = (e, n) => {
13088
13125
  const t = {}, s = (o) => {
13089
13126
  o.forEach((i) => {
13090
13127
  t[i] = !0;
13091
13128
  });
13092
13129
  };
13093
13130
  return Ie(e) ? s(e) : s(String(e).split(n)), t;
13094
- }, Xp = () => {
13095
- }, Qp = (e, n) => e != null && Number.isFinite(e = +e) ? e : n, Ct = "abcdefghijklmnopqrstuvwxyz", Pn = "0123456789", ki = {
13131
+ }, Yp = () => {
13132
+ }, Xp = (e, n) => e != null && Number.isFinite(e = +e) ? e : n, Ct = "abcdefghijklmnopqrstuvwxyz", Pn = "0123456789", ki = {
13096
13133
  DIGIT: Pn,
13097
13134
  ALPHA: Ct,
13098
13135
  ALPHA_DIGIT: Ct + Ct.toUpperCase() + Pn
13099
- }, $p = (e = 16, n = ki.ALPHA_DIGIT) => {
13136
+ }, Qp = (e = 16, n = ki.ALPHA_DIGIT) => {
13100
13137
  let t = "";
13101
13138
  const { length: s } = n;
13102
13139
  for (; e--; )
13103
13140
  t += n[Math.random() * s | 0];
13104
13141
  return t;
13105
13142
  };
13106
- function eg(e) {
13143
+ function $p(e) {
13107
13144
  return !!(e && ie(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
13108
13145
  }
13109
- const tg = (e) => {
13146
+ const eg = (e) => {
13110
13147
  const n = new Array(10), t = (s, o) => {
13111
13148
  if (ft(s)) {
13112
13149
  if (n.indexOf(s) >= 0)
@@ -13123,63 +13160,63 @@ const tg = (e) => {
13123
13160
  return s;
13124
13161
  };
13125
13162
  return t(e, 0);
13126
- }, ng = me("AsyncFunction"), ig = (e) => e && (ft(e) || ie(e)) && ie(e.then) && ie(e.catch), k = {
13163
+ }, tg = me("AsyncFunction"), ng = (e) => e && (ft(e) || ie(e)) && ie(e.then) && ie(e.catch), k = {
13127
13164
  isArray: Ie,
13128
13165
  isArrayBuffer: yi,
13129
- isBuffer: xp,
13130
- isFormData: Lp,
13131
- isArrayBufferView: wp,
13132
- isString: kp,
13166
+ isBuffer: _p,
13167
+ isFormData: Mp,
13168
+ isArrayBufferView: xp,
13169
+ isString: wp,
13133
13170
  isNumber: bi,
13134
- isBoolean: vp,
13171
+ isBoolean: kp,
13135
13172
  isObject: ft,
13136
13173
  isPlainObject: Qe,
13137
- isReadableStream: Fp,
13138
- isRequest: Ap,
13139
- isResponse: Ep,
13140
- isHeaders: Pp,
13174
+ isReadableStream: Bp,
13175
+ isRequest: Fp,
13176
+ isResponse: Ap,
13177
+ isHeaders: Ep,
13141
13178
  isUndefined: ze,
13142
- isDate: Tp,
13143
- isFile: Sp,
13144
- isBlob: Ip,
13145
- isRegExp: Kp,
13179
+ isDate: vp,
13180
+ isFile: Tp,
13181
+ isBlob: Sp,
13182
+ isRegExp: Jp,
13146
13183
  isFunction: ie,
13147
- isStream: Mp,
13148
- isURLSearchParams: Bp,
13149
- isTypedArray: Up,
13150
- isFileList: Op,
13184
+ isStream: Op,
13185
+ isURLSearchParams: Lp,
13186
+ isTypedArray: jp,
13187
+ isFileList: Ip,
13151
13188
  forEach: Ge,
13152
13189
  merge: Ft,
13153
- extend: Dp,
13154
- trim: Vp,
13155
- stripBOM: qp,
13156
- inherits: Hp,
13157
- toFlatObject: Rp,
13190
+ extend: Vp,
13191
+ trim: Pp,
13192
+ stripBOM: Dp,
13193
+ inherits: qp,
13194
+ toFlatObject: Hp,
13158
13195
  kindOf: ut,
13159
13196
  kindOfTest: me,
13160
- endsWith: Np,
13161
- toArray: jp,
13162
- forEachEntry: zp,
13163
- matchAll: Wp,
13164
- isHTMLForm: Gp,
13197
+ endsWith: Rp,
13198
+ toArray: Np,
13199
+ forEachEntry: Up,
13200
+ matchAll: zp,
13201
+ isHTMLForm: Wp,
13165
13202
  hasOwnProperty: En,
13166
13203
  hasOwnProp: En,
13167
13204
  // an alias to avoid ESLint no-prototype-builtins detection
13168
13205
  reduceDescriptors: wi,
13169
- freezeMethods: Zp,
13170
- toObjectSet: Yp,
13171
- toCamelCase: Jp,
13172
- noop: Xp,
13173
- toFiniteNumber: Qp,
13206
+ freezeMethods: Kp,
13207
+ toObjectSet: Zp,
13208
+ toCamelCase: Gp,
13209
+ noop: Yp,
13210
+ toFiniteNumber: Xp,
13174
13211
  findKey: Ci,
13175
13212
  global: _i,
13176
13213
  isContextDefined: xi,
13177
13214
  ALPHABET: ki,
13178
- generateString: $p,
13179
- isSpecCompliantForm: eg,
13180
- toJSONObject: tg,
13181
- isAsyncFn: ng,
13182
- isThenable: ig
13215
+ generateString: Qp,
13216
+ isSpecCompliantForm: $p,
13217
+ toJSONObject: eg,
13218
+ isAsyncFn: tg,
13219
+ isThenable: ng
13183
13220
  };
13184
13221
  function N(e, n, t, s, o) {
13185
13222
  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);
@@ -13231,7 +13268,7 @@ N.from = (e, n, t, s, o, i) => {
13231
13268
  return u !== Error.prototype;
13232
13269
  }, (c) => c !== "isAxiosError"), N.call(r, e.message, n, t, s, o), r.cause = e, r.name = e.name, i && Object.assign(r, i), r;
13233
13270
  };
13234
- const og = null;
13271
+ const ig = null;
13235
13272
  function At(e) {
13236
13273
  return k.isPlainObject(e) || k.isArray(e);
13237
13274
  }
@@ -13243,10 +13280,10 @@ function Vn(e, n, t) {
13243
13280
  return o = Si(o), !t && i ? "[" + o + "]" : o;
13244
13281
  }).join(t ? "." : "") : n;
13245
13282
  }
13246
- function lg(e) {
13283
+ function og(e) {
13247
13284
  return k.isArray(e) && !e.some(At);
13248
13285
  }
13249
- const sg = k.toFlatObject(k, {}, null, function(n) {
13286
+ const lg = k.toFlatObject(k, {}, null, function(n) {
13250
13287
  return /^is[A-Z]/.test(n);
13251
13288
  });
13252
13289
  function ht(e, n, t) {
@@ -13275,7 +13312,7 @@ function ht(e, n, t) {
13275
13312
  if (_ && !S && typeof _ == "object") {
13276
13313
  if (k.endsWith(T, "{}"))
13277
13314
  T = s ? T : T.slice(0, -2), _ = JSON.stringify(_);
13278
- else if (k.isArray(_) && lg(_) || (k.isFileList(_) || k.endsWith(T, "[]")) && (O = k.toArray(_)))
13315
+ else if (k.isArray(_) && og(_) || (k.isFileList(_) || k.endsWith(T, "[]")) && (O = k.toArray(_)))
13279
13316
  return T = Si(T), O.forEach(function(L, B) {
13280
13317
  !(k.isUndefined(L) || L === null) && n.append(
13281
13318
  // eslint-disable-next-line no-nested-ternary
@@ -13286,7 +13323,7 @@ function ht(e, n, t) {
13286
13323
  }
13287
13324
  return At(_) ? !0 : (n.append(Vn(S, T, i), p(_)), !1);
13288
13325
  }
13289
- const h = [], w = Object.assign(sg, {
13326
+ const h = [], w = Object.assign(lg, {
13290
13327
  defaultVisitor: m,
13291
13328
  convertValue: p,
13292
13329
  isVisitable: At
@@ -13339,13 +13376,13 @@ Ii.toString = function(n) {
13339
13376
  return t(o[0]) + "=" + t(o[1]);
13340
13377
  }, "").join("&");
13341
13378
  };
13342
- function ag(e) {
13379
+ function sg(e) {
13343
13380
  return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
13344
13381
  }
13345
13382
  function Oi(e, n, t) {
13346
13383
  if (!n)
13347
13384
  return e;
13348
- const s = t && t.encode || ag, o = t && t.serialize;
13385
+ const s = t && t.encode || sg, o = t && t.serialize;
13349
13386
  let i;
13350
13387
  if (o ? i = o(n, t) : i = k.isURLSearchParams(n) ? n.toString() : new Qt(n, t).toString(s), i) {
13351
13388
  const r = e.indexOf("#");
@@ -13411,36 +13448,36 @@ const Mi = {
13411
13448
  silentJSONParsing: !0,
13412
13449
  forcedJSONParsing: !0,
13413
13450
  clarifyTimeoutError: !1
13414
- }, rg = typeof URLSearchParams < "u" ? URLSearchParams : Qt, cg = typeof FormData < "u" ? FormData : null, dg = typeof Blob < "u" ? Blob : null, ug = {
13451
+ }, ag = typeof URLSearchParams < "u" ? URLSearchParams : Qt, rg = typeof FormData < "u" ? FormData : null, cg = typeof Blob < "u" ? Blob : null, dg = {
13415
13452
  isBrowser: !0,
13416
13453
  classes: {
13417
- URLSearchParams: rg,
13418
- FormData: cg,
13419
- Blob: dg
13454
+ URLSearchParams: ag,
13455
+ FormData: rg,
13456
+ Blob: cg
13420
13457
  },
13421
13458
  protocols: ["http", "https", "file", "blob", "url", "data"]
13422
- }, $t = typeof window < "u" && typeof document < "u", mg = ((e) => $t && ["ReactNative", "NativeScript", "NS"].indexOf(e) < 0)(typeof navigator < "u" && navigator.product), fg = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
13423
- self instanceof WorkerGlobalScope && typeof self.importScripts == "function", hg = $t && window.location.href || "http://localhost", pg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
13459
+ }, $t = typeof window < "u" && typeof document < "u", ug = ((e) => $t && ["ReactNative", "NativeScript", "NS"].indexOf(e) < 0)(typeof navigator < "u" && navigator.product), mg = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
13460
+ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", fg = $t && window.location.href || "http://localhost", hg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
13424
13461
  __proto__: null,
13425
13462
  hasBrowserEnv: $t,
13426
- hasStandardBrowserEnv: mg,
13427
- hasStandardBrowserWebWorkerEnv: fg,
13428
- origin: hg
13463
+ hasStandardBrowserEnv: ug,
13464
+ hasStandardBrowserWebWorkerEnv: mg,
13465
+ origin: fg
13429
13466
  }, Symbol.toStringTag, { value: "Module" })), de = {
13430
- ...pg,
13431
- ...ug
13467
+ ...hg,
13468
+ ...dg
13432
13469
  };
13433
- function gg(e, n) {
13470
+ function pg(e, n) {
13434
13471
  return ht(e, new de.classes.URLSearchParams(), Object.assign({
13435
13472
  visitor: function(t, s, o, i) {
13436
13473
  return de.isNode && k.isBuffer(t) ? (this.append(s, t.toString("base64")), !1) : i.defaultVisitor.apply(this, arguments);
13437
13474
  }
13438
13475
  }, n));
13439
13476
  }
13440
- function yg(e) {
13477
+ function gg(e) {
13441
13478
  return k.matchAll(/\w+|\[(\w*)]/g, e).map((n) => n[0] === "[]" ? "" : n[1] || n[0]);
13442
13479
  }
13443
- function bg(e) {
13480
+ function yg(e) {
13444
13481
  const n = {}, t = Object.keys(e);
13445
13482
  let s;
13446
13483
  const o = t.length;
@@ -13454,17 +13491,17 @@ function Li(e) {
13454
13491
  let r = t[i++];
13455
13492
  if (r === "__proto__") return !0;
13456
13493
  const c = Number.isFinite(+r), u = i >= t.length;
13457
- return r = !r && k.isArray(o) ? o.length : r, u ? (k.hasOwnProp(o, r) ? o[r] = [o[r], s] : o[r] = s, !c) : ((!o[r] || !k.isObject(o[r])) && (o[r] = []), n(t, s, o[r], i) && k.isArray(o[r]) && (o[r] = bg(o[r])), !c);
13494
+ return r = !r && k.isArray(o) ? o.length : r, u ? (k.hasOwnProp(o, r) ? o[r] = [o[r], s] : o[r] = s, !c) : ((!o[r] || !k.isObject(o[r])) && (o[r] = []), n(t, s, o[r], i) && k.isArray(o[r]) && (o[r] = yg(o[r])), !c);
13458
13495
  }
13459
13496
  if (k.isFormData(e) && k.isFunction(e.entries)) {
13460
13497
  const t = {};
13461
13498
  return k.forEachEntry(e, (s, o) => {
13462
- n(yg(s), o, t, 0);
13499
+ n(gg(s), o, t, 0);
13463
13500
  }), t;
13464
13501
  }
13465
13502
  return null;
13466
13503
  }
13467
- function Cg(e, n, t) {
13504
+ function bg(e, n, t) {
13468
13505
  if (k.isString(e))
13469
13506
  try {
13470
13507
  return (n || JSON.parse)(e), k.trim(e);
@@ -13490,7 +13527,7 @@ const Je = {
13490
13527
  let c;
13491
13528
  if (i) {
13492
13529
  if (s.indexOf("application/x-www-form-urlencoded") > -1)
13493
- return gg(n, this.formSerializer).toString();
13530
+ return pg(n, this.formSerializer).toString();
13494
13531
  if ((c = k.isFileList(n)) || s.indexOf("multipart/form-data") > -1) {
13495
13532
  const u = this.env && this.env.FormData;
13496
13533
  return ht(
@@ -13500,7 +13537,7 @@ const Je = {
13500
13537
  );
13501
13538
  }
13502
13539
  }
13503
- return i || o ? (t.setContentType("application/json", !1), Cg(n)) : n;
13540
+ return i || o ? (t.setContentType("application/json", !1), bg(n)) : n;
13504
13541
  }],
13505
13542
  transformResponse: [function(n) {
13506
13543
  const t = this.transitional || Je.transitional, s = t && t.forcedJSONParsing, o = this.responseType === "json";
@@ -13543,7 +13580,7 @@ const Je = {
13543
13580
  k.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
13544
13581
  Je.headers[e] = {};
13545
13582
  });
13546
- const _g = k.toObjectSet([
13583
+ const Cg = k.toObjectSet([
13547
13584
  "age",
13548
13585
  "authorization",
13549
13586
  "content-length",
@@ -13561,12 +13598,12 @@ const _g = k.toObjectSet([
13561
13598
  "referer",
13562
13599
  "retry-after",
13563
13600
  "user-agent"
13564
- ]), xg = (e) => {
13601
+ ]), _g = (e) => {
13565
13602
  const n = {};
13566
13603
  let t, s, o;
13567
13604
  return e && e.split(`
13568
13605
  `).forEach(function(r) {
13569
- o = r.indexOf(":"), t = r.substring(0, o).trim().toLowerCase(), s = r.substring(o + 1).trim(), !(!t || n[t] && _g[t]) && (t === "set-cookie" ? n[t] ? n[t].push(s) : n[t] = [s] : n[t] = n[t] ? n[t] + ", " + s : s);
13606
+ o = r.indexOf(":"), t = r.substring(0, o).trim().toLowerCase(), s = r.substring(o + 1).trim(), !(!t || n[t] && Cg[t]) && (t === "set-cookie" ? n[t] ? n[t].push(s) : n[t] = [s] : n[t] = n[t] ? n[t] + ", " + s : s);
13570
13607
  }), n;
13571
13608
  }, Hn = Symbol("internals");
13572
13609
  function De(e) {
@@ -13575,14 +13612,14 @@ function De(e) {
13575
13612
  function $e(e) {
13576
13613
  return e === !1 || e == null ? e : k.isArray(e) ? e.map($e) : String(e);
13577
13614
  }
13578
- function wg(e) {
13615
+ function xg(e) {
13579
13616
  const n = /* @__PURE__ */ Object.create(null), t = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
13580
13617
  let s;
13581
13618
  for (; s = t.exec(e); )
13582
13619
  n[s[1]] = s[2];
13583
13620
  return n;
13584
13621
  }
13585
- const kg = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
13622
+ const wg = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
13586
13623
  function _t(e, n, t, s, o) {
13587
13624
  if (k.isFunction(s))
13588
13625
  return s.call(this, n, t);
@@ -13593,10 +13630,10 @@ function _t(e, n, t, s, o) {
13593
13630
  return s.test(n);
13594
13631
  }
13595
13632
  }
13596
- function vg(e) {
13633
+ function kg(e) {
13597
13634
  return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (n, t, s) => t.toUpperCase() + s);
13598
13635
  }
13599
- function Tg(e, n) {
13636
+ function vg(e, n) {
13600
13637
  const t = k.toCamelCase(" " + n);
13601
13638
  ["get", "set", "has"].forEach((s) => {
13602
13639
  Object.defineProperty(e, s + t, {
@@ -13623,8 +13660,8 @@ class te {
13623
13660
  const r = (c, u) => k.forEach(c, (p, m) => i(p, m, u));
13624
13661
  if (k.isPlainObject(n) || n instanceof this.constructor)
13625
13662
  r(n, t);
13626
- else if (k.isString(n) && (n = n.trim()) && !kg(n))
13627
- r(xg(n), t);
13663
+ else if (k.isString(n) && (n = n.trim()) && !wg(n))
13664
+ r(_g(n), t);
13628
13665
  else if (k.isHeaders(n))
13629
13666
  for (const [c, u] of n.entries())
13630
13667
  i(u, c, s);
@@ -13640,7 +13677,7 @@ class te {
13640
13677
  if (!t)
13641
13678
  return o;
13642
13679
  if (t === !0)
13643
- return wg(o);
13680
+ return xg(o);
13644
13681
  if (k.isFunction(t))
13645
13682
  return t.call(this, o, s);
13646
13683
  if (k.isRegExp(t))
@@ -13684,7 +13721,7 @@ class te {
13684
13721
  t[r] = $e(o), delete t[i];
13685
13722
  return;
13686
13723
  }
13687
- const c = n ? vg(i) : String(i).trim();
13724
+ const c = n ? kg(i) : String(i).trim();
13688
13725
  c !== i && delete t[i], t[c] = $e(o), s[c] = !0;
13689
13726
  }), this;
13690
13727
  }
@@ -13720,7 +13757,7 @@ class te {
13720
13757
  }).accessors, o = this.prototype;
13721
13758
  function i(r) {
13722
13759
  const c = De(r);
13723
- s[c] || (Tg(o, r), s[c] = !0);
13760
+ s[c] || (vg(o, r), s[c] = !0);
13724
13761
  }
13725
13762
  return k.isArray(n) ? n.forEach(i) : i(n), this;
13726
13763
  }
@@ -13762,11 +13799,11 @@ function Fi(e, n, t) {
13762
13799
  t
13763
13800
  ));
13764
13801
  }
13765
- function Sg(e) {
13802
+ function Tg(e) {
13766
13803
  const n = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
13767
13804
  return n && n[1] || "";
13768
13805
  }
13769
- function Ig(e, n) {
13806
+ function Sg(e, n) {
13770
13807
  e = e || 10;
13771
13808
  const t = new Array(e), s = new Array(e);
13772
13809
  let o = 0, i = 0, r;
@@ -13782,7 +13819,7 @@ function Ig(e, n) {
13782
13819
  return b ? Math.round(w * 1e3 / b) : void 0;
13783
13820
  };
13784
13821
  }
13785
- function Og(e, n) {
13822
+ function Ig(e, n) {
13786
13823
  let t = 0;
13787
13824
  const s = 1e3 / n;
13788
13825
  let o = null;
@@ -13795,8 +13832,8 @@ function Og(e, n) {
13795
13832
  }
13796
13833
  const nt = (e, n, t = 3) => {
13797
13834
  let s = 0;
13798
- const o = Ig(50, 250);
13799
- return Og((i) => {
13835
+ const o = Sg(50, 250);
13836
+ return Ig((i) => {
13800
13837
  const r = i.loaded, c = i.lengthComputable ? i.total : void 0, u = r - s, p = o(u), m = r <= c;
13801
13838
  s = r;
13802
13839
  const h = {
@@ -13811,7 +13848,7 @@ const nt = (e, n, t = 3) => {
13811
13848
  };
13812
13849
  h[n ? "download" : "upload"] = !0, e(h);
13813
13850
  }, t);
13814
- }, Mg = de.hasStandardBrowserEnv ? (
13851
+ }, Og = de.hasStandardBrowserEnv ? (
13815
13852
  // Standard browser envs have full support of the APIs needed to test
13816
13853
  // whether the request URL is of the same origin as current location.
13817
13854
  function() {
@@ -13842,7 +13879,7 @@ const nt = (e, n, t = 3) => {
13842
13879
  return !0;
13843
13880
  };
13844
13881
  }()
13845
- ), Lg = de.hasStandardBrowserEnv ? (
13882
+ ), Mg = de.hasStandardBrowserEnv ? (
13846
13883
  // Standard browser envs support document.cookie
13847
13884
  {
13848
13885
  write(e, n, t, s, o, i) {
@@ -13869,14 +13906,14 @@ const nt = (e, n, t = 3) => {
13869
13906
  }
13870
13907
  }
13871
13908
  );
13872
- function Bg(e) {
13909
+ function Lg(e) {
13873
13910
  return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
13874
13911
  }
13875
- function Fg(e, n) {
13912
+ function Bg(e, n) {
13876
13913
  return n ? e.replace(/\/?\/$/, "") + "/" + n.replace(/^\/+/, "") : e;
13877
13914
  }
13878
13915
  function Ai(e, n) {
13879
- return e && !Bg(n) ? Fg(e, n) : n;
13916
+ return e && !Lg(n) ? Bg(e, n) : n;
13880
13917
  }
13881
13918
  const Rn = (e) => e instanceof te ? { ...e } : e;
13882
13919
  function ke(e, n) {
@@ -13959,12 +13996,12 @@ const Ei = (e) => {
13959
13996
  r.setContentType([p || "multipart/form-data", ...m].join("; "));
13960
13997
  }
13961
13998
  }
13962
- if (de.hasStandardBrowserEnv && (s && k.isFunction(s) && (s = s(n)), s || s !== !1 && Mg(n.url))) {
13963
- const p = o && i && Lg.read(i);
13999
+ if (de.hasStandardBrowserEnv && (s && k.isFunction(s) && (s = s(n)), s || s !== !1 && Og(n.url))) {
14000
+ const p = o && i && Mg.read(i);
13964
14001
  p && r.set(o, p);
13965
14002
  }
13966
14003
  return n;
13967
- }, Ag = typeof XMLHttpRequest < "u", Eg = Ag && function(e) {
14004
+ }, Fg = typeof XMLHttpRequest < "u", Ag = Fg && function(e) {
13968
14005
  return new Promise(function(t, s) {
13969
14006
  const o = Ei(e);
13970
14007
  let i = o.data;
@@ -14014,14 +14051,14 @@ const Ei = (e) => {
14014
14051
  }), k.isUndefined(o.withCredentials) || (m.withCredentials = !!o.withCredentials), c && c !== "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 = (b) => {
14015
14052
  m && (s(!b || b.type ? new Oe(null, e, m) : b), m.abort(), m = null);
14016
14053
  }, o.cancelToken && o.cancelToken.subscribe(u), o.signal && (o.signal.aborted ? u() : o.signal.addEventListener("abort", u)));
14017
- const w = Sg(o.url);
14054
+ const w = Tg(o.url);
14018
14055
  if (w && de.protocols.indexOf(w) === -1) {
14019
14056
  s(new N("Unsupported protocol " + w + ":", N.ERR_BAD_REQUEST, e));
14020
14057
  return;
14021
14058
  }
14022
14059
  m.send(i || null);
14023
14060
  });
14024
- }, Pg = (e, n) => {
14061
+ }, Eg = (e, n) => {
14025
14062
  let t = new AbortController(), s;
14026
14063
  const o = function(u) {
14027
14064
  if (!s) {
@@ -14043,7 +14080,7 @@ const Ei = (e) => {
14043
14080
  return c.unsubscribe = r, [c, () => {
14044
14081
  i && clearTimeout(i), i = null;
14045
14082
  }];
14046
- }, Vg = function* (e, n) {
14083
+ }, Pg = function* (e, n) {
14047
14084
  let t = e.byteLength;
14048
14085
  if (!n || t < n) {
14049
14086
  yield e;
@@ -14052,11 +14089,11 @@ const Ei = (e) => {
14052
14089
  let s = 0, o;
14053
14090
  for (; s < t; )
14054
14091
  o = s + n, yield e.slice(s, o), s = o;
14055
- }, Dg = async function* (e, n, t) {
14092
+ }, Vg = async function* (e, n, t) {
14056
14093
  for await (const s of e)
14057
- yield* Vg(ArrayBuffer.isView(s) ? s : await t(String(s)), n);
14094
+ yield* Pg(ArrayBuffer.isView(s) ? s : await t(String(s)), n);
14058
14095
  }, Nn = (e, n, t, s, o) => {
14059
- const i = Dg(e, n, o);
14096
+ const i = Vg(e, n, o);
14060
14097
  let r = 0;
14061
14098
  return new ReadableStream({
14062
14099
  type: "bytes",
@@ -14082,7 +14119,7 @@ const Ei = (e) => {
14082
14119
  total: e,
14083
14120
  loaded: s
14084
14121
  }));
14085
- }, pt = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Pi = pt && typeof ReadableStream == "function", Et = pt && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (n) => e.encode(n))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), qg = Pi && (() => {
14122
+ }, pt = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Pi = pt && typeof ReadableStream == "function", Et = pt && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (n) => e.encode(n))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), Dg = Pi && (() => {
14086
14123
  let e = !1;
14087
14124
  const n = new Request(de.origin, {
14088
14125
  body: new ReadableStream(),
@@ -14107,7 +14144,7 @@ pt && ((e) => {
14107
14144
  });
14108
14145
  });
14109
14146
  })(new Response());
14110
- const Hg = async (e) => {
14147
+ const qg = async (e) => {
14111
14148
  if (e == null)
14112
14149
  return 0;
14113
14150
  if (k.isBlob(e))
@@ -14118,10 +14155,10 @@ const Hg = async (e) => {
14118
14155
  return e.byteLength;
14119
14156
  if (k.isURLSearchParams(e) && (e = e + ""), k.isString(e))
14120
14157
  return (await Et(e)).byteLength;
14121
- }, Rg = async (e, n) => {
14158
+ }, Hg = async (e, n) => {
14122
14159
  const t = k.toFiniteNumber(e.getContentLength());
14123
- return t ?? Hg(n);
14124
- }, Ng = pt && (async (e) => {
14160
+ return t ?? qg(n);
14161
+ }, Rg = pt && (async (e) => {
14125
14162
  let {
14126
14163
  url: n,
14127
14164
  method: t,
@@ -14137,7 +14174,7 @@ const Hg = async (e) => {
14137
14174
  fetchOptions: w
14138
14175
  } = Ei(e);
14139
14176
  p = p ? (p + "").toLowerCase() : "text";
14140
- let [b, _] = o || i || r ? Pg([o, i], r) : [], T, S;
14177
+ let [b, _] = o || i || r ? Eg([o, i], r) : [], T, S;
14141
14178
  const O = () => {
14142
14179
  !T && setTimeout(() => {
14143
14180
  b && b.unsubscribe();
@@ -14145,7 +14182,7 @@ const Hg = async (e) => {
14145
14182
  };
14146
14183
  let E;
14147
14184
  try {
14148
- if (u && qg && t !== "get" && t !== "head" && (E = await Rg(m, s)) !== 0) {
14185
+ if (u && Dg && t !== "get" && t !== "head" && (E = await Hg(m, s)) !== 0) {
14149
14186
  let F = new Request(n, {
14150
14187
  method: "POST",
14151
14188
  body: s,
@@ -14202,9 +14239,9 @@ const Hg = async (e) => {
14202
14239
  ) : N.from(L, L && L.code, e, S);
14203
14240
  }
14204
14241
  }), Vt = {
14205
- http: og,
14206
- xhr: Eg,
14207
- fetch: Ng
14242
+ http: ig,
14243
+ xhr: Ag,
14244
+ fetch: Rg
14208
14245
  };
14209
14246
  k.forEach(Vt, (e, n) => {
14210
14247
  if (e) {
@@ -14215,7 +14252,7 @@ k.forEach(Vt, (e, n) => {
14215
14252
  Object.defineProperty(e, "adapterName", { value: n });
14216
14253
  }
14217
14254
  });
14218
- const zn = (e) => `- ${e}`, jg = (e) => k.isFunction(e) || e === null || e === !1, Vi = {
14255
+ const zn = (e) => `- ${e}`, Ng = (e) => k.isFunction(e) || e === null || e === !1, Vi = {
14219
14256
  getAdapter: (e) => {
14220
14257
  e = k.isArray(e) ? e : [e];
14221
14258
  const { length: n } = e;
@@ -14224,7 +14261,7 @@ const zn = (e) => `- ${e}`, jg = (e) => k.isFunction(e) || e === null || e === !
14224
14261
  for (let i = 0; i < n; i++) {
14225
14262
  t = e[i];
14226
14263
  let r;
14227
- if (s = t, !jg(t) && (s = Vt[(r = String(t)).toLowerCase()], s === void 0))
14264
+ if (s = t, !Ng(t) && (s = Vt[(r = String(t)).toLowerCase()], s === void 0))
14228
14265
  throw new N(`Unknown adapter '${r}'`);
14229
14266
  if (s)
14230
14267
  break;
@@ -14293,7 +14330,7 @@ en.transitional = function(n, t, s) {
14293
14330
  )), n ? n(i, r, c) : !0;
14294
14331
  };
14295
14332
  };
14296
- function Ug(e, n, t) {
14333
+ function jg(e, n, t) {
14297
14334
  if (typeof e != "object")
14298
14335
  throw new N("options must be an object", N.ERR_BAD_OPTION_VALUE);
14299
14336
  const s = Object.keys(e);
@@ -14311,7 +14348,7 @@ function Ug(e, n, t) {
14311
14348
  }
14312
14349
  }
14313
14350
  const Dt = {
14314
- assertOptions: Ug,
14351
+ assertOptions: jg,
14315
14352
  validators: en
14316
14353
  }, pe = Dt.validators;
14317
14354
  class _e {
@@ -14502,12 +14539,12 @@ class tn {
14502
14539
  };
14503
14540
  }
14504
14541
  }
14505
- function zg(e) {
14542
+ function Ug(e) {
14506
14543
  return function(t) {
14507
14544
  return e.apply(null, t);
14508
14545
  };
14509
14546
  }
14510
- function Wg(e) {
14547
+ function zg(e) {
14511
14548
  return k.isObject(e) && e.isAxiosError === !0;
14512
14549
  }
14513
14550
  const qt = {
@@ -14596,18 +14633,18 @@ K.Cancel = K.CanceledError;
14596
14633
  K.all = function(n) {
14597
14634
  return Promise.all(n);
14598
14635
  };
14599
- K.spread = zg;
14600
- K.isAxiosError = Wg;
14636
+ K.spread = Ug;
14637
+ K.isAxiosError = zg;
14601
14638
  K.mergeConfig = ke;
14602
14639
  K.AxiosHeaders = te;
14603
14640
  K.formToJSON = (e) => Li(k.isHTMLForm(e) ? new FormData(e) : e);
14604
14641
  K.getAdapter = Vi.getAdapter;
14605
14642
  K.HttpStatusCode = qt;
14606
14643
  K.default = K;
14607
- const Gg = {
14644
+ const Wg = {
14608
14645
  name: "CmdUploadForm",
14609
14646
  emits: ["click", "error", "upload-complete", "upload-file-success"],
14610
- mixins: [le, Cp],
14647
+ mixins: [le, bp],
14611
14648
  data() {
14612
14649
  return {
14613
14650
  comment: "",
@@ -15130,30 +15167,30 @@ const Gg = {
15130
15167
  }
15131
15168
  }
15132
15169
  }
15133
- }, Jg = { key: 0 }, Kg = {
15170
+ }, Gg = { key: 0 }, Jg = {
15134
15171
  key: 1,
15135
15172
  class: "flex-container vertical"
15136
- }, Zg = {
15173
+ }, Kg = {
15137
15174
  key: 0,
15138
15175
  class: "flex-container vertical list-files-wrapper"
15139
- }, Yg = {
15176
+ }, Zg = {
15140
15177
  key: 0,
15141
15178
  class: "list-of-files total-files"
15142
- }, Xg = { class: "flex-container no-flex" }, Qg = ["title"], $g = {
15179
+ }, Yg = { class: "flex-container no-flex" }, Xg = ["title"], Qg = {
15143
15180
  key: 0,
15144
15181
  class: "progressbar"
15145
- }, ey = ["value", "title"], ty = /* @__PURE__ */ f("hr", null, null, -1), ny = { class: "flex-container vertical list-files-wrapper" }, iy = { class: "list-of-files" }, oy = ["title", "onClick"], ly = {
15182
+ }, $g = ["value", "title"], ey = /* @__PURE__ */ f("hr", null, null, -1), ty = { class: "flex-container vertical list-files-wrapper" }, ny = { class: "list-of-files" }, iy = ["title", "onClick"], oy = {
15146
15183
  key: 0,
15147
15184
  class: "progressbar"
15148
- }, sy = ["value", "title"], ay = ["title"], ry = /* @__PURE__ */ f("hr", null, null, -1), cy = { class: "upload-conditions" }, dy = { class: "small" }, uy = ["title"], my = {
15185
+ }, ly = ["value", "title"], sy = ["title"], ay = /* @__PURE__ */ f("hr", null, null, -1), ry = { class: "upload-conditions" }, cy = { class: "small" }, dy = ["title"], uy = {
15149
15186
  key: 0,
15150
15187
  class: "list-of-file-extensions"
15151
- }, fy = { class: "flex-container vertical no-gap" }, hy = ["disabled"], py = { key: 0 }, gy = { key: 1 }, yy = { class: "button-wrapper no-flex" }, by = ["disabled"], Cy = { key: 0 }, _y = { key: 1 }, xy = {
15188
+ }, my = { class: "flex-container vertical no-gap" }, fy = ["disabled"], hy = { key: 0 }, py = { key: 1 }, gy = { class: "button-wrapper no-flex" }, yy = ["disabled"], by = { key: 0 }, Cy = { key: 1 }, _y = {
15152
15189
  key: 0,
15153
15190
  class: "progressbar"
15154
- }, wy = ["value", "title"];
15155
- function ky(e, n, t, s, o, i) {
15156
- const r = G, c = jh, u = j, p = ee;
15191
+ }, xy = ["value", "title"];
15192
+ function wy(e, n, t, s, o, i) {
15193
+ const r = G, c = Nh, u = j, p = ee;
15157
15194
  return l(), a(x, null, [
15158
15195
  t.advancedMode ? (l(), a("fieldset", {
15159
15196
  key: 0,
@@ -15170,7 +15207,7 @@ function ky(e, n, t, s, o, i) {
15170
15207
  systemMessage: i.allSystemMessages.length === 1 ? i.allSystemMessages[0] : e.getMessage("cmduploadform.system_message.the_following_errors_occurred")
15171
15208
  }, {
15172
15209
  default: P(() => [
15173
- i.allSystemMessages.length > 1 ? (l(), a("ul", Jg, [
15210
+ i.allSystemMessages.length > 1 ? (l(), a("ul", Gg, [
15174
15211
  (l(!0), a(x, null, D(i.allSystemMessages, (m, h) => (l(), a("li", { key: h }, g(m), 1))), 128))
15175
15212
  ])) : d("", !0)
15176
15213
  ]),
@@ -15179,16 +15216,16 @@ function ky(e, n, t, s, o, i) {
15179
15216
  f("div", H({
15180
15217
  class: ["box flex-container vertical", { "drop-area": t.enableDragAndDrop, "allow-drop": o.allowDrop }]
15181
15218
  }, kt(i.dragAndDropHandler, !0)), [
15182
- o.listOfFiles.length ? (l(), a("div", Kg, [
15183
- t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("div", Zg, [
15219
+ o.listOfFiles.length ? (l(), a("div", Jg, [
15220
+ t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("div", Kg, [
15184
15221
  v(r, H(t.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
15185
15222
  default: P(() => [
15186
15223
  q(g(e.getMessage("cmduploadform.headline.summary_of_all_files")), 1)
15187
15224
  ]),
15188
15225
  _: 1
15189
15226
  }, 16),
15190
- t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("ul", Yg, [
15191
- f("li", Xg, [
15227
+ t.showTotalUpload && o.listOfFiles.length !== 1 ? (l(), a("ul", Zg, [
15228
+ f("li", Yg, [
15192
15229
  f("a", {
15193
15230
  href: "#",
15194
15231
  title: e.getMessage("cmduploadform.labeltext.remove_all_files_from_list"),
@@ -15198,7 +15235,7 @@ function ky(e, n, t, s, o, i) {
15198
15235
  iconClass: e.deleteIcon.iconClass,
15199
15236
  type: e.deleteIcon.iconClass
15200
15237
  }, null, 8, ["iconClass", "type"])
15201
- ], 8, Qg),
15238
+ ], 8, Xg),
15202
15239
  f("span", null, [
15203
15240
  q(g(o.listOfFiles.length) + " ", 1),
15204
15241
  t.allowMultipleFileUploads ? (l(), a(x, { key: 1 }, [
@@ -15213,26 +15250,26 @@ function ky(e, n, t, s, o, i) {
15213
15250
  { error: t.maxTotalUploadSize > 0 && i.totalSize > t.maxTotalUploadSize }
15214
15251
  ])
15215
15252
  }, " (" + g(i.formatSize(i.totalSize)) + ") ", 3),
15216
- o.uploadInitiated ? (l(), a("span", $g, [
15253
+ o.uploadInitiated ? (l(), a("span", Qg, [
15217
15254
  f("span", null, g(i.getPercentage(i.totalUploadProgress)), 1),
15218
15255
  f("progress", {
15219
15256
  max: "100",
15220
15257
  value: i.totalUploadProgress,
15221
15258
  title: i.totalBytesUploaded
15222
- }, null, 8, ey)
15259
+ }, null, 8, $g)
15223
15260
  ])) : d("", !0)
15224
15261
  ])
15225
15262
  ])) : d("", !0),
15226
- ty
15263
+ ey
15227
15264
  ])) : d("", !0),
15228
- f("div", ny, [
15265
+ f("div", ty, [
15229
15266
  v(r, H(t.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
15230
15267
  default: P(() => [
15231
15268
  q(g(e.getMessage("cmduploadform.headline.list_of_selected_files")), 1)
15232
15269
  ]),
15233
15270
  _: 1
15234
15271
  }, 16),
15235
- f("ul", iy, [
15272
+ f("ul", ny, [
15236
15273
  (l(!0), a(x, null, D(o.listOfFiles, (m, h) => (l(), a("li", {
15237
15274
  key: h,
15238
15275
  class: "flex-container no-flex"
@@ -15246,7 +15283,7 @@ function ky(e, n, t, s, o, i) {
15246
15283
  iconClass: t.iconDelete.iconClass,
15247
15284
  type: t.iconDelete.iconType
15248
15285
  }, null, 8, ["iconClass", "type"])
15249
- ], 8, oy),
15286
+ ], 8, iy),
15250
15287
  f("span", {
15251
15288
  class: y([
15252
15289
  "text-align-right",
@@ -15257,13 +15294,13 @@ function ky(e, n, t, s, o, i) {
15257
15294
  q(g(m.file.name) + " ", 1),
15258
15295
  f("small", null, "(" + g(i.formatSize(m.file.size)) + ")", 1)
15259
15296
  ], 2),
15260
- o.uploadInitiated && !m.error ? (l(), a("span", ly, [
15297
+ o.uploadInitiated && !m.error ? (l(), a("span", oy, [
15261
15298
  f("span", null, g(i.getPercentage(m.progress)), 1),
15262
15299
  f("progress", {
15263
15300
  max: "100",
15264
15301
  value: m.progress,
15265
15302
  title: i.formatSize(m.uploadedBytes) + "/" + i.formatSize(m.file.size)
15266
- }, null, 8, sy)
15303
+ }, null, 8, ly)
15267
15304
  ])) : d("", !0)
15268
15305
  ]))), 128))
15269
15306
  ]),
@@ -15272,8 +15309,8 @@ function ky(e, n, t, s, o, i) {
15272
15309
  href: "#",
15273
15310
  onClick: n[1] || (n[1] = I((...m) => i.cancel && i.cancel(...m), ["prevent"])),
15274
15311
  title: e.getMessage("cmduploadform.all_files_will_be_removed")
15275
- }, g(e.getMessage("cmduploadform.reset_upload")), 9, ay)) : d("", !0),
15276
- ry
15312
+ }, g(e.getMessage("cmduploadform.reset_upload")), 9, sy)) : d("", !0),
15313
+ ay
15277
15314
  ])
15278
15315
  ])) : (l(), a(x, { key: 0 }, [
15279
15316
  t.allowMultipleFileUploads ? (l(), C(r, H({ key: 0 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
@@ -15283,7 +15320,7 @@ function ky(e, n, t, s, o, i) {
15283
15320
  _: 1
15284
15321
  }, 16)) : d("", !0)
15285
15322
  ], 64)),
15286
- f("div", cy, [
15323
+ f("div", ry, [
15287
15324
  t.allowMultipleFileUploads && o.listOfFiles.length ? (l(), C(r, H({ key: 0 }, t.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
15288
15325
  default: P(() => [
15289
15326
  q(g(e.getMessage("cmduploadform.headline.select_additional_files")), 1)
@@ -15296,7 +15333,7 @@ function ky(e, n, t, s, o, i) {
15296
15333
  ]),
15297
15334
  _: 1
15298
15335
  }, 16)) : d("", !0),
15299
- f("dl", dy, [
15336
+ f("dl", cy, [
15300
15337
  t.maxTotalUploadSize > 0 ? (l(), a(x, { key: 0 }, [
15301
15338
  f("dt", {
15302
15339
  class: y({ error: i.totalSize > t.maxTotalUploadSize })
@@ -15324,10 +15361,10 @@ function ky(e, n, t, s, o, i) {
15324
15361
  iconClass: o.showListOfFileExtensions ? t.iconInvisible.iconClass : t.iconVisible.iconClass,
15325
15362
  type: o.showListOfFileExtensions ? t.iconInvisible.iconType : t.iconVisible.iconType
15326
15363
  }, null, 8, ["iconClass", "type"])
15327
- ], 8, uy),
15364
+ ], 8, dy),
15328
15365
  v(xe, { name: "fade" }, {
15329
15366
  default: P(() => [
15330
- o.showListOfFileExtensions ? (l(), a("ul", my, [
15367
+ o.showListOfFileExtensions ? (l(), a("ul", uy, [
15331
15368
  (l(!0), a(x, null, D(t.allowedFileExtensions, (m, h) => (l(), a("li", {
15332
15369
  key: h,
15333
15370
  class: y({ error: o.errors.fileType })
@@ -15339,7 +15376,7 @@ function ky(e, n, t, s, o, i) {
15339
15376
  ])
15340
15377
  ])
15341
15378
  ]),
15342
- f("div", fy, [
15379
+ f("div", my, [
15343
15380
  f("button", {
15344
15381
  type: "button",
15345
15382
  class: y(["button upload primary", { disabled: o.uploadInitiated }]),
@@ -15350,8 +15387,8 @@ function ky(e, n, t, s, o, i) {
15350
15387
  iconClass: t.iconFileUpload.iconClass,
15351
15388
  type: t.iconFileUpload.iconType
15352
15389
  }, null, 8, ["iconClass", "type"]),
15353
- t.allowMultipleFileUploads ? (l(), a("span", py, g(e.getMessage("cmduploadform.labeltext.select_files")), 1)) : (l(), a("span", gy, g(e.getMessage("cmduploadform.labeltext.select_file")), 1))
15354
- ], 10, hy),
15390
+ t.allowMultipleFileUploads ? (l(), a("span", hy, g(e.getMessage("cmduploadform.labeltext.select_files")), 1)) : (l(), a("span", py, g(e.getMessage("cmduploadform.labeltext.select_file")), 1))
15391
+ ], 10, fy),
15355
15392
  t.enableDragAndDrop ? (l(), a("p", {
15356
15393
  key: 0,
15357
15394
  class: y(["text-drag-and-drop", { disabled: o.uploadInitiated }])
@@ -15381,7 +15418,7 @@ function ky(e, n, t, s, o, i) {
15381
15418
  placeholder: e.getMessage("cmduploadform.placeholder.comment"),
15382
15419
  status: t.commentStatusMessage ? "error" : ""
15383
15420
  }, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : d("", !0),
15384
- f("div", yy, [
15421
+ f("div", gy, [
15385
15422
  f("button", {
15386
15423
  class: y([
15387
15424
  "button primary",
@@ -15396,8 +15433,8 @@ function ky(e, n, t, s, o, i) {
15396
15433
  iconClass: t.iconUpload.iconClass,
15397
15434
  type: t.iconUpload.iconType
15398
15435
  }, null, 8, ["iconClass", "type"]),
15399
- o.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), a("span", Cy, g(e.getMessage("cmduploadform.buttontext.upload_file")), 1)) : (l(), a("span", _y, g(e.getMessage("cmduploadform.buttontext.upload_files")), 1))
15400
- ], 10, by),
15436
+ o.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (l(), a("span", by, g(e.getMessage("cmduploadform.buttontext.upload_file")), 1)) : (l(), a("span", Cy, g(e.getMessage("cmduploadform.buttontext.upload_files")), 1))
15437
+ ], 10, yy),
15401
15438
  f("button", {
15402
15439
  class: y(["button", { disabled: o.listOfFiles.length === 0 }]),
15403
15440
  onClick: n[6] || (n[6] = (...m) => i.cancel && i.cancel(...m))
@@ -15415,13 +15452,13 @@ function ky(e, n, t, s, o, i) {
15415
15452
  onClick: n[7] || (n[7] = I((...m) => i.selectFiles && i.selectFiles(...m), ["prevent"])),
15416
15453
  class: ["cmd-upload-form box", { "drop-area": t.enableDragAndDrop, "allow-drop": o.allowDrop }]
15417
15454
  }, kt(i.dragAndDropHandler, !0)), [
15418
- o.uploadInitiated ? (l(), a("span", xy, [
15455
+ o.uploadInitiated ? (l(), a("span", _y, [
15419
15456
  f("span", null, g(i.getPercentage(i.totalUploadProgress)), 1),
15420
15457
  f("progress", {
15421
15458
  max: "100",
15422
15459
  value: i.totalUploadProgress,
15423
15460
  title: i.totalBytesUploaded
15424
- }, null, 8, wy)
15461
+ }, null, 8, xy)
15425
15462
  ])) : d("", !0),
15426
15463
  V(e.$slots, "default", {}, () => [
15427
15464
  t.enableDragAndDrop ? (l(), a(x, { key: 1 }, [
@@ -15460,19 +15497,12 @@ function ky(e, n, t, s, o, i) {
15460
15497
  }, null, 8, ["labelText", "disabled", "multiple", "onChange"])
15461
15498
  ], 64);
15462
15499
  }
15463
- const mb = /* @__PURE__ */ M(Gg, [["render", ky]]), vy = {
15500
+ const ub = /* @__PURE__ */ M(Wg, [["render", wy]]), ky = {
15464
15501
  name: "CmdWidthLimitationWrapper",
15465
15502
  props: {
15466
- numberOfColumns: {
15467
- type: Number,
15468
- default: 1,
15469
- validator(e) {
15470
- return e >= 0;
15471
- }
15472
- },
15473
- useGrid: {
15474
- type: Boolean,
15475
- default: !1
15503
+ contentType: {
15504
+ type: String,
15505
+ default: "flex"
15476
15506
  },
15477
15507
  /**
15478
15508
  * set a html-tag as inner tag
@@ -15512,7 +15542,7 @@ const mb = /* @__PURE__ */ M(Gg, [["render", ky]]), vy = {
15512
15542
  *
15513
15543
  * innerWrapper-property must be true
15514
15544
  */
15515
- innerClass: {
15545
+ sectionClass: {
15516
15546
  type: String,
15517
15547
  required: !1
15518
15548
  },
@@ -15523,6 +15553,10 @@ const mb = /* @__PURE__ */ M(Gg, [["render", ky]]), vy = {
15523
15553
  type: String,
15524
15554
  required: !1
15525
15555
  },
15556
+ contentTypeOrientation: {
15557
+ type: String,
15558
+ default: "vertical"
15559
+ },
15526
15560
  /**
15527
15561
  * properties for CmdHeadline-component
15528
15562
  *
@@ -15533,23 +15567,40 @@ const mb = /* @__PURE__ */ M(Gg, [["render", ky]]), vy = {
15533
15567
  required: !1
15534
15568
  }
15535
15569
  },
15570
+ mounted() {
15571
+ console.log("slot-length", this.$slots.default().length);
15572
+ },
15536
15573
  computed: {
15574
+ oneSlotItem() {
15575
+ return this.$slots.default().length === 1;
15576
+ },
15577
+ setSectionClass() {
15578
+ return this.sectionClass ? this.sectionClass : this.innerComponent === "header" ? "grid-container-create-columns" : this.innerComponent === "footer" ? "flex-container" : "";
15579
+ },
15537
15580
  setInnerClass() {
15538
- return this.innerClass ? this.innerClass : this.innerComponent === "header" ? "grid-container-create-columns" : this.innerComponent === "footer" ? "flex-container" : "";
15581
+ if (this.contentType === "grid")
15582
+ return "grid-container-create-columns";
15583
+ if (this.contentType === "flex") {
15584
+ if (this.contentTypeOrientation === "horizontal")
15585
+ return "flex-container";
15586
+ if (this.contentTypeOrientation === "vertical")
15587
+ return "flex-container vertical";
15588
+ }
15589
+ return "";
15539
15590
  },
15540
15591
  setOuterId() {
15541
15592
  return this.innerComponent === "header" ? "site-header" : this.innerComponent === "footer" ? "site-footer" : "";
15542
15593
  }
15543
15594
  }
15544
- }, Ty = ["id"], Sy = ["id"];
15545
- function Iy(e, n, t, s, o, i) {
15595
+ }, vy = ["id"], Ty = ["id"];
15596
+ function Sy(e, n, t, s, o, i) {
15546
15597
  const r = G;
15547
15598
  return l(), a("div", {
15548
15599
  class: y(["cmd-width-limitation-wrapper", { sticky: t.sticky }])
15549
15600
  }, [
15550
15601
  t.useInnerSection ? (l(), a("section", {
15551
15602
  key: 0,
15552
- class: y(i.setInnerClass),
15603
+ class: y(i.setSectionClass),
15553
15604
  id: t.anchorId
15554
15605
  }, [
15555
15606
  t.cmdHeadline ? (l(), C(r, {
@@ -15558,27 +15609,22 @@ function Iy(e, n, t, s, o, i) {
15558
15609
  "headline-text": t.cmdHeadline.headlineText,
15559
15610
  "headline-level": t.cmdHeadline.headlineLevel
15560
15611
  }, null, 8, ["pre-headline-text", "headline-text", "headline-level"])) : d("", !0),
15561
- t.numberOfColumns === 1 ? V(e.$slots, "default", { key: 1 }) : (l(), a("div", {
15612
+ i.oneSlotItem ? V(e.$slots, "default", { key: 1 }) : (l(), a("div", {
15562
15613
  key: 2,
15563
- class: y(t.useGrid ? "grid-container-create-columns" : "flex-container")
15614
+ class: y(i.setInnerClass)
15564
15615
  }, [
15565
- (l(!0), a(x, null, D(t.numberOfColumns, (c) => (l(), a("div", {
15566
- key: `i${c}`,
15567
- class: y(t.useGrid ? "grid-item" : "flex-item")
15568
- }, [
15569
- V(e.$slots, "default")
15570
- ], 2))), 128))
15616
+ V(e.$slots, "default")
15571
15617
  ], 2))
15572
- ], 10, Ty)) : (l(), a(x, { key: 1 }, [
15618
+ ], 10, vy)) : (l(), a(x, { key: 1 }, [
15573
15619
  t.anchorId ? (l(), a("a", {
15574
15620
  key: 0,
15575
15621
  id: t.anchorId
15576
- }, null, 8, Sy)) : d("", !0),
15622
+ }, null, 8, Ty)) : d("", !0),
15577
15623
  V(e.$slots, "default")
15578
15624
  ], 64))
15579
15625
  ], 2);
15580
15626
  }
15581
- const fb = /* @__PURE__ */ M(vy, [["render", Iy]]), Oy = {
15627
+ const mb = /* @__PURE__ */ M(ky, [["render", Sy]]), Iy = {
15582
15628
  name: "ContactInformation",
15583
15629
  props: {
15584
15630
  /**
@@ -15611,22 +15657,22 @@ const fb = /* @__PURE__ */ M(vy, [["render", Iy]]), Oy = {
15611
15657
  return !this.$scopedSlots["custom-info"];
15612
15658
  }
15613
15659
  }
15614
- }, My = {
15660
+ }, Oy = {
15615
15661
  key: 1,
15616
15662
  class: "flex-container"
15617
- }, Ly = { class: "flex-container vertical" };
15618
- function By(e, n, t, s, o, i) {
15619
- const r = Ra, c = ua, u = _u;
15620
- return i.contactFormOnly ? (l(), C(r, W(H({ key: 0 }, e.basicForm)), null, 16)) : (l(), a("div", My, [
15663
+ }, My = { class: "flex-container vertical" };
15664
+ function Ly(e, n, t, s, o, i) {
15665
+ const r = Ra, c = ua, u = Cu;
15666
+ return i.contactFormOnly ? (l(), C(r, W(H({ key: 0 }, e.basicForm)), null, 16)) : (l(), a("div", Oy, [
15621
15667
  v(r, W(Kn(e.basicForm)), null, 16),
15622
- f("div", Ly, [
15668
+ f("div", My, [
15623
15669
  t.cmdAddressData ? (l(), C(c, W(H({ key: 0 }, t.cmdAddressData)), null, 16)) : d("", !0),
15624
15670
  t.cmdGoogleMaps ? (l(), C(u, W(H({ key: 1 }, t.cmdGoogleMaps)), null, 16)) : d("", !0),
15625
15671
  V(e.$slots, "additional-info")
15626
15672
  ])
15627
15673
  ]));
15628
15674
  }
15629
- const hb = /* @__PURE__ */ M(Oy, [["render", By]]), Fy = {
15675
+ const fb = /* @__PURE__ */ M(Iy, [["render", Ly]]), By = {
15630
15676
  name: "MultipleBoxWrapper",
15631
15677
  props: {
15632
15678
  segments: {
@@ -15634,10 +15680,10 @@ const hb = /* @__PURE__ */ M(Oy, [["render", By]]), Fy = {
15634
15680
  default: null
15635
15681
  }
15636
15682
  }
15637
- }, Ay = { class: "cmd-page-multiple-box-wrapper flex-container vertical" };
15638
- function Ey(e, n, t, s, o, i) {
15683
+ }, Fy = { class: "cmd-page-multiple-box-wrapper flex-container vertical" };
15684
+ function Ay(e, n, t, s, o, i) {
15639
15685
  const r = pi, c = Yc;
15640
- return l(), a("div", Ay, [
15686
+ return l(), a("div", Fy, [
15641
15687
  (l(!0), a(x, null, D(t.segments, (u, p) => (l(), a(x, { key: p }, [
15642
15688
  v(c, {
15643
15689
  boxesPerRow: u.boxesPerRow,
@@ -15664,7 +15710,7 @@ function Ey(e, n, t, s, o, i) {
15664
15710
  ], 64))), 128))
15665
15711
  ]);
15666
15712
  }
15667
- const pb = /* @__PURE__ */ M(Fy, [["render", Ey]]), Py = {
15713
+ const hb = /* @__PURE__ */ M(By, [["render", Ay]]), Ey = {
15668
15714
  name: "MultipleListsOfLinks",
15669
15715
  props: {
15670
15716
  segments: {
@@ -15672,10 +15718,10 @@ const pb = /* @__PURE__ */ M(Fy, [["render", Ey]]), Py = {
15672
15718
  default: null
15673
15719
  }
15674
15720
  }
15675
- }, Vy = { class: "cmd-page-multiple-lists-of-links flex-container vertical" };
15676
- function Dy(e, n, t, s, o, i) {
15721
+ }, Py = { class: "cmd-page-multiple-lists-of-links flex-container vertical" };
15722
+ function Vy(e, n, t, s, o, i) {
15677
15723
  const r = hi;
15678
- return l(), a("div", Vy, [
15724
+ return l(), a("div", Py, [
15679
15725
  (l(!0), a(x, null, D(t.segments, (c, u) => (l(), a(x, { key: u }, [
15680
15726
  v(r, {
15681
15727
  links: c.links,
@@ -15687,7 +15733,7 @@ function Dy(e, n, t, s, o, i) {
15687
15733
  ], 64))), 128))
15688
15734
  ]);
15689
15735
  }
15690
- const gb = /* @__PURE__ */ M(Py, [["render", Dy]]), yb = {
15736
+ const pb = /* @__PURE__ */ M(Ey, [["render", Vy]]), gb = {
15691
15737
  // el = real dom-element
15692
15738
  mounted(e) {
15693
15739
  if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
@@ -15697,7 +15743,7 @@ const gb = /* @__PURE__ */ M(Py, [["render", Dy]]), yb = {
15697
15743
  n ? n.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
15698
15744
  }
15699
15745
  }
15700
- }, bb = {
15746
+ }, yb = {
15701
15747
  // el = real dom-element
15702
15748
  // binding.value = value of v-directive
15703
15749
  mounted(e, n) {
@@ -15707,7 +15753,7 @@ const gb = /* @__PURE__ */ M(Py, [["render", Dy]]), yb = {
15707
15753
  }
15708
15754
  }
15709
15755
  };
15710
- function Cb() {
15756
+ function bb() {
15711
15757
  const e = {};
15712
15758
  Ji(s);
15713
15759
  function n(o = "defaultSequence") {
@@ -15724,65 +15770,65 @@ function Cb() {
15724
15770
  }
15725
15771
  export {
15726
15772
  ua as CmdAddressData,
15727
- Ry as CmdBackToTopButton,
15728
- Ny as CmdBankAccountData,
15773
+ Hy as CmdBackToTopButton,
15774
+ Ry as CmdBankAccountData,
15729
15775
  Ra as CmdBasicForm,
15730
15776
  pi as CmdBox,
15731
15777
  Yc as CmdBoxWrapper,
15732
15778
  ad as CmdBreadcrumbs,
15733
15779
  md as CmdCompanyLogo,
15734
- Uy as CmdContainer,
15735
- zy as CmdCookieDisclaimer,
15736
- Wy as CmdCopyrightInformation,
15737
- ru as CmdFakeSelect,
15738
- jy as CmdFancyBox,
15780
+ jy as CmdContainer,
15781
+ Uy as CmdCookieDisclaimer,
15782
+ zy as CmdCopyrightInformation,
15783
+ au as CmdFakeSelect,
15784
+ Ny as CmdFancyBox,
15739
15785
  La as CmdForm,
15740
15786
  ee as CmdFormElement,
15741
- pu as CmdFormFilters,
15742
- _u as CmdGoogleMaps,
15787
+ hu as CmdFormFilters,
15788
+ Cu as CmdGoogleMaps,
15743
15789
  G as CmdHeadline,
15744
15790
  j as CmdIcon,
15745
15791
  Te as CmdImage,
15746
- Gy as CmdImageGallery,
15747
- Jy as CmdImageZoom,
15748
- Ju as CmdInputGroup,
15792
+ Wy as CmdImageGallery,
15793
+ Gy as CmdImageZoom,
15794
+ Gu as CmdInputGroup,
15749
15795
  ac as CmdLink,
15750
15796
  hi as CmdListOfLinks,
15751
- Ky as CmdLoginForm,
15752
- vm as CmdMainNavigation,
15753
- Zy as CmdMultistepFormProgressBar,
15754
- Yy as CmdNewsletterSubscription,
15755
- Xy as CmdOpeningHours,
15756
- $y as CmdPageFooter,
15757
- eb as CmdPageHeader,
15758
- Qy as CmdPagination,
15759
- tb as CmdProgressBar,
15760
- nb as CmdSidebar,
15761
- ib as CmdSiteFooter,
15762
- ob as CmdSiteHeader,
15763
- lb as CmdSiteSearch,
15797
+ Jy as CmdLoginForm,
15798
+ km as CmdMainNavigation,
15799
+ Ky as CmdMultistepFormProgressBar,
15800
+ Zy as CmdNewsletterSubscription,
15801
+ Yy as CmdOpeningHours,
15802
+ Qy as CmdPageFooter,
15803
+ $y as CmdPageHeader,
15804
+ Xy as CmdPagination,
15805
+ eb as CmdProgressBar,
15806
+ tb as CmdSidebar,
15807
+ nb as CmdSiteFooter,
15808
+ ib as CmdSiteHeader,
15809
+ ob as CmdSiteSearch,
15764
15810
  ct as CmdSlideButton,
15765
- sb as CmdSlideshow,
15766
- Pf as CmdSocialNetworks,
15767
- ab as CmdSwitchLanguage,
15768
- jh as CmdSystemMessage,
15769
- rb as CmdTable,
15770
- cb as CmdTabs,
15771
- db as CmdTextImageBlock,
15811
+ lb as CmdSlideshow,
15812
+ Ef as CmdSocialNetworks,
15813
+ sb as CmdSwitchLanguage,
15814
+ Nh as CmdSystemMessage,
15815
+ ab as CmdTable,
15816
+ rb as CmdTabs,
15817
+ cb as CmdTextImageBlock,
15772
15818
  hr as CmdThumbnailScroller,
15773
- ub as CmdToggleDarkMode,
15819
+ db as CmdToggleDarkMode,
15774
15820
  Il as CmdTooltip,
15775
- mb as CmdUploadForm,
15776
- fb as CmdWidthLimitationWrapper,
15777
- hb as ContactInformation,
15778
- yb as DirFocus,
15779
- bb as DirTelephone,
15821
+ ub as CmdUploadForm,
15822
+ mb as CmdWidthLimitationWrapper,
15823
+ fb as ContactInformation,
15824
+ gb as DirFocus,
15825
+ yb as DirTelephone,
15780
15826
  ve as EditComponentWrapper,
15781
- pb as MultipleBoxWrapper,
15782
- gb as MultipleListsOfLinks,
15827
+ hb as MultipleBoxWrapper,
15828
+ pb as MultipleListsOfLinks,
15783
15829
  mi as createHtmlId,
15784
15830
  Ue as createUuid,
15785
15831
  He as getFileExtension,
15786
15832
  dt as openFancyBox,
15787
- Cb as useSequence
15833
+ bb as useSequence
15788
15834
  };