comand-component-library 4.1.78 → 4.1.79
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.
- package/dist/comand-component-library.js +604 -581
- package/package.json +2 -2
- package/src/ComponentLibrary.vue +6 -1
- package/src/components/CmdForm.vue +2 -2
- package/src/mixins/I18n.js +62 -62
- package/src/utils/date.js +29 -0
| @@ -2,7 +2,7 @@ var Bo = Object.defineProperty; | |
| 2 2 | 
             
            var Fo = (e, n, t) => n in e ? Bo(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t;
         | 
| 3 3 | 
             
            var ze = (e, n, t) => Fo(e, typeof n != "symbol" ? n + "" : n, t);
         | 
| 4 4 | 
             
            import { defineComponent as ri, h as Tn, resolveComponent as Ce, openBlock as l, createBlock as C, normalizeClass as x, createElementBlock as r, getCurrentInstance as Do, resolveDynamicComponent as Me, withModifiers as T, withCtx as k, withDirectives as X, createElementVNode as a, createVNode as h, createCommentVNode as m, vShow as xe, Fragment as S, toDisplayString as y, renderSlot as A, normalizeProps as R, mergeProps as I, createTextVNode as H, renderList as q, Transition as Ve, toHandlers as Rt, TransitionGroup as ln, createApp as Mo, normalizeStyle as ft, guardReactiveProps as ye, useCssVars as di, vModelDynamic as Po, vModelText as Nt, resolveDirective as Vo, vModelSelect as Ao, vModelRadio as Dt, onMounted as Eo, onUnmounted as Ho, reactive as qo, onBeforeUpdate as Ro } from "vue";
         | 
| 5 | 
            -
            const  | 
| 5 | 
            +
            const Ke = /^[a-z0-9]+(-[a-z0-9]+)*$/, xt = (e, n, t, s = "") => {
         | 
| 6 6 | 
             
              const i = e.split(":");
         | 
| 7 7 | 
             
              if (e.slice(0, 1) === "@") {
         | 
| 8 8 | 
             
                if (i.length < 2 || i.length > 3)
         | 
| @@ -37,7 +37,7 @@ const Je = /^[a-z0-9]+(-[a-z0-9]+)*$/, xt = (e, n, t, s = "") => { | |
| 37 37 | 
             
                return n && !ct(c, t) ? null : c;
         | 
| 38 38 | 
             
              }
         | 
| 39 39 | 
             
              return null;
         | 
| 40 | 
            -
            }, ct = (e, n) => e ? !!((e.provider === "" || e.provider.match( | 
| 40 | 
            +
            }, ct = (e, n) => e ? !!((e.provider === "" || e.provider.match(Ke)) && (n && e.prefix === "" || e.prefix.match(Ke)) && e.name.match(Ke)) : !1, ci = Object.freeze(
         | 
| 41 41 | 
             
              {
         | 
| 42 42 | 
             
                left: 0,
         | 
| 43 43 | 
             
                top: 0,
         | 
| @@ -128,7 +128,7 @@ function mi(e) { | |
| 128 128 | 
             
              const t = n.icons;
         | 
| 129 129 | 
             
              for (const i in t) {
         | 
| 130 130 | 
             
                const o = t[i];
         | 
| 131 | 
            -
                if (!i.match( | 
| 131 | 
            +
                if (!i.match(Ke) || typeof o.body != "string" || !Mt(
         | 
| 132 132 | 
             
                  o,
         | 
| 133 133 | 
             
                  Ut
         | 
| 134 134 | 
             
                ))
         | 
| @@ -137,7 +137,7 @@ function mi(e) { | |
| 137 137 | 
             
              const s = n.aliases || {};
         | 
| 138 138 | 
             
              for (const i in s) {
         | 
| 139 139 | 
             
                const o = s[i], d = o.parent;
         | 
| 140 | 
            -
                if (!i.match( | 
| 140 | 
            +
                if (!i.match(Ke) || typeof d != "string" || !t[d] && !s[d] || !Mt(
         | 
| 141 141 | 
             
                  o,
         | 
| 142 142 | 
             
                  Ut
         | 
| 143 143 | 
             
                ))
         | 
| @@ -171,19 +171,19 @@ function Wo(e, n, t) { | |
| 171 171 | 
             
              }
         | 
| 172 172 | 
             
              return !1;
         | 
| 173 173 | 
             
            }
         | 
| 174 | 
            -
            let  | 
| 174 | 
            +
            let Je = !1;
         | 
| 175 175 | 
             
            function hi(e) {
         | 
| 176 | 
            -
              return typeof e == "boolean" && ( | 
| 176 | 
            +
              return typeof e == "boolean" && (Je = e), Je;
         | 
| 177 177 | 
             
            }
         | 
| 178 | 
            -
            function  | 
| 179 | 
            -
              const n = typeof e == "string" ? xt(e, !0,  | 
| 178 | 
            +
            function Yo(e) {
         | 
| 179 | 
            +
              const n = typeof e == "string" ? xt(e, !0, Je) : e;
         | 
| 180 180 | 
             
              if (n) {
         | 
| 181 181 | 
             
                const t = Ae(n.provider, n.prefix), s = n.name;
         | 
| 182 182 | 
             
                return t.icons[s] || (t.missing.has(s) ? null : void 0);
         | 
| 183 183 | 
             
              }
         | 
| 184 184 | 
             
            }
         | 
| 185 | 
            -
            function  | 
| 186 | 
            -
              const t = xt(e, !0,  | 
| 185 | 
            +
            function Ko(e, n) {
         | 
| 186 | 
            +
              const t = xt(e, !0, Je);
         | 
| 187 187 | 
             
              if (!t)
         | 
| 188 188 | 
             
                return !1;
         | 
| 189 189 | 
             
              const s = Ae(t.provider, t.prefix);
         | 
| @@ -192,10 +192,10 @@ function Jo(e, n) { | |
| 192 192 | 
             
            function pi(e, n) {
         | 
| 193 193 | 
             
              if (typeof e != "object")
         | 
| 194 194 | 
             
                return !1;
         | 
| 195 | 
            -
              if (typeof n != "string" && (n = e.provider || ""),  | 
| 195 | 
            +
              if (typeof n != "string" && (n = e.provider || ""), Je && !n && !e.prefix) {
         | 
| 196 196 | 
             
                let i = !1;
         | 
| 197 197 | 
             
                return mi(e) && (e.prefix = "", ui(e, (o, d) => {
         | 
| 198 | 
            -
                  d &&  | 
| 198 | 
            +
                  d && Ko(o, d) && (i = !0);
         | 
| 199 199 | 
             
                })), i;
         | 
| 200 200 | 
             
              }
         | 
| 201 201 | 
             
              const t = e.prefix;
         | 
| @@ -214,7 +214,7 @@ const fi = Object.freeze({ | |
| 214 214 | 
             
            }), gi = Object.freeze({
         | 
| 215 215 | 
             
              ...fi,
         | 
| 216 216 | 
             
              ...gt
         | 
| 217 | 
            -
            }),  | 
| 217 | 
            +
            }), Jo = /(-?[0-9.]*[0-9]+[0-9.]*)/g, Zo = /^-?[0-9.]*[0-9]+[0-9.]*$/g;
         | 
| 218 218 | 
             
            function Ln(e, n, t) {
         | 
| 219 219 | 
             
              if (n === 1)
         | 
| 220 220 | 
             
                return e;
         | 
| @@ -222,7 +222,7 @@ function Ln(e, n, t) { | |
| 222 222 | 
             
                return Math.ceil(e * n * t) / t;
         | 
| 223 223 | 
             
              if (typeof e != "string")
         | 
| 224 224 | 
             
                return e;
         | 
| 225 | 
            -
              const s = e.split( | 
| 225 | 
            +
              const s = e.split(Jo);
         | 
| 226 226 | 
             
              if (s === null || !s.length)
         | 
| 227 227 | 
             
                return e;
         | 
| 228 228 | 
             
              const i = [];
         | 
| @@ -598,7 +598,7 @@ function yl(e, n, t, s) { | |
| 598 598 | 
             
                  V.status === "pending" && (V.status = "aborted");
         | 
| 599 599 | 
             
                }), w = [];
         | 
| 600 600 | 
             
              }
         | 
| 601 | 
            -
              function G(V, N,  | 
| 601 | 
            +
              function G(V, N, K) {
         | 
| 602 602 | 
             
                const $ = N !== "success";
         | 
| 603 603 | 
             
                switch (w = w.filter((Z) => Z !== V), u) {
         | 
| 604 604 | 
             
                  case "pending":
         | 
| @@ -611,11 +611,11 @@ function yl(e, n, t, s) { | |
| 611 611 | 
             
                    return;
         | 
| 612 612 | 
             
                }
         | 
| 613 613 | 
             
                if (N === "abort") {
         | 
| 614 | 
            -
                  p =  | 
| 614 | 
            +
                  p = K, D();
         | 
| 615 615 | 
             
                  return;
         | 
| 616 616 | 
             
                }
         | 
| 617 617 | 
             
                if ($) {
         | 
| 618 | 
            -
                  p =  | 
| 618 | 
            +
                  p = K, w.length || (d.length ? j() : D());
         | 
| 619 619 | 
             
                  return;
         | 
| 620 620 | 
             
                }
         | 
| 621 621 | 
             
                if (L(), M(), !e.random) {
         | 
| @@ -623,7 +623,7 @@ function yl(e, n, t, s) { | |
| 623 623 | 
             
                  Z !== -1 && Z !== e.index && (e.index = Z);
         | 
| 624 624 | 
             
                }
         | 
| 625 625 | 
             
                u = "completed", b.forEach((Z) => {
         | 
| 626 | 
            -
                  Z( | 
| 626 | 
            +
                  Z(K);
         | 
| 627 627 | 
             
                });
         | 
| 628 628 | 
             
              }
         | 
| 629 629 | 
             
              function j() {
         | 
| @@ -644,8 +644,8 @@ function yl(e, n, t, s) { | |
| 644 644 | 
             
                const N = {
         | 
| 645 645 | 
             
                  status: "pending",
         | 
| 646 646 | 
             
                  resource: V,
         | 
| 647 | 
            -
                  callback: ( | 
| 648 | 
            -
                    G(N,  | 
| 647 | 
            +
                  callback: (K, $) => {
         | 
| 648 | 
            +
                    G(N, K, $);
         | 
| 649 649 | 
             
                  }
         | 
| 650 650 | 
             
                };
         | 
| 651 651 | 
             
                w.push(N), g++, f = setTimeout(j, e.rotate), t(V, n, N.callback);
         | 
| @@ -742,7 +742,7 @@ function Mn(e, n) { | |
| 742 742 | 
             
            function Wt(e, n) {
         | 
| 743 743 | 
             
              return cn(e, xi, n.toString());
         | 
| 744 744 | 
             
            }
         | 
| 745 | 
            -
            function  | 
| 745 | 
            +
            function Yt(e) {
         | 
| 746 746 | 
             
              return parseInt(Gt(e, xi)) || 0;
         | 
| 747 747 | 
             
            }
         | 
| 748 748 | 
             
            const Ct = {
         | 
| @@ -773,7 +773,7 @@ function ki(e, n) { | |
| 773 773 | 
             
              const s = Gt(t, Dn);
         | 
| 774 774 | 
             
              if (s !== Fn) {
         | 
| 775 775 | 
             
                if (s) {
         | 
| 776 | 
            -
                  const c =  | 
| 776 | 
            +
                  const c = Yt(t);
         | 
| 777 777 | 
             
                  for (let u = 0; u < c; u++)
         | 
| 778 778 | 
             
                    Mn(t, Ze + u.toString());
         | 
| 779 779 | 
             
                }
         | 
| @@ -792,7 +792,7 @@ function ki(e, n) { | |
| 792 792 | 
             
                  Mn(t, u);
         | 
| 793 793 | 
             
                }
         | 
| 794 794 | 
             
              };
         | 
| 795 | 
            -
              let d =  | 
| 795 | 
            +
              let d = Yt(t);
         | 
| 796 796 | 
             
              for (let c = d - 1; c >= 0; c--)
         | 
| 797 797 | 
             
                o(c) || (c === d - 1 ? (d--, Wt(t, d)) : Ci[e].add(c));
         | 
| 798 798 | 
             
            }
         | 
| @@ -834,7 +834,7 @@ function kl(e, n) { | |
| 834 834 | 
             
                let d;
         | 
| 835 835 | 
             
                if (o.size)
         | 
| 836 836 | 
             
                  o.delete(d = Array.from(o).shift());
         | 
| 837 | 
            -
                else if (d =  | 
| 837 | 
            +
                else if (d = Yt(i), !Wt(i, d + 1))
         | 
| 838 838 | 
             
                  return;
         | 
| 839 839 | 
             
                const c = {
         | 
| 840 840 | 
             
                  cached: Math.floor(Date.now() / _i),
         | 
| @@ -995,7 +995,7 @@ const Vn = { | |
| 995 995 | 
             
              role: "img"
         | 
| 996 996 | 
             
            }, Vl = {
         | 
| 997 997 | 
             
              display: "inline-block"
         | 
| 998 | 
            -
            },  | 
| 998 | 
            +
            }, Kt = {
         | 
| 999 999 | 
             
              backgroundColor: "currentColor"
         | 
| 1000 1000 | 
             
            }, Ti = {
         | 
| 1001 1001 | 
             
              backgroundColor: "transparent"
         | 
| @@ -1004,8 +1004,8 @@ const Vn = { | |
| 1004 1004 | 
             
              Repeat: "no-repeat",
         | 
| 1005 1005 | 
             
              Size: "100% 100%"
         | 
| 1006 1006 | 
             
            }, En = {
         | 
| 1007 | 
            -
              webkitMask:  | 
| 1008 | 
            -
              mask:  | 
| 1007 | 
            +
              webkitMask: Kt,
         | 
| 1008 | 
            +
              mask: Kt,
         | 
| 1009 1009 | 
             
              background: Ti
         | 
| 1010 1010 | 
             
            };
         | 
| 1011 1011 | 
             
            for (const e in En) {
         | 
| @@ -1076,7 +1076,7 @@ const qn = (e, n) => { | |
| 1076 1076 | 
             
                width: Hn(g.width),
         | 
| 1077 1077 | 
             
                height: Hn(g.height),
         | 
| 1078 1078 | 
             
                ...Vl,
         | 
| 1079 | 
            -
                ...b ?  | 
| 1079 | 
            +
                ...b ? Kt : Ti,
         | 
| 1080 1080 | 
             
                ...c
         | 
| 1081 1081 | 
             
              }, Tn("span", s);
         | 
| 1082 1082 | 
             
            };
         | 
| @@ -1148,7 +1148,7 @@ const Al = { | |
| 1148 1148 | 
             
                  let t;
         | 
| 1149 1149 | 
             
                  if (typeof e != "string" || (t = xt(e, !1, !0)) === null)
         | 
| 1150 1150 | 
             
                    return this.abortLoading(), null;
         | 
| 1151 | 
            -
                  const s =  | 
| 1151 | 
            +
                  const s = Yo(t);
         | 
| 1152 1152 | 
             
                  if (!s)
         | 
| 1153 1153 | 
             
                    return (!this._loadingIcon || this._loadingIcon.name !== e) && (this.abortLoading(), this._name = "", s !== null && (this._loadingIcon = {
         | 
| 1154 1154 | 
             
                      name: e,
         | 
| @@ -1240,7 +1240,7 @@ function Rl(e, n, t, s, i, o) { | |
| 1240 1240 | 
             
                title: t.tooltip
         | 
| 1241 1241 | 
             
              }, null, 10, ql));
         | 
| 1242 1242 | 
             
            }
         | 
| 1243 | 
            -
            const  | 
| 1243 | 
            +
            const Y = /* @__PURE__ */ P(Hl, [["render", Rl]]);
         | 
| 1244 1244 | 
             
            function Te(e, n) {
         | 
| 1245 1245 | 
             
              return wt(e, "EditComponentWrapper", n);
         | 
| 1246 1246 | 
             
            }
         | 
| @@ -1429,12 +1429,12 @@ function pe(e) { | |
| 1429 1429 | 
             
            const Gl = {
         | 
| 1430 1430 | 
             
              key: 0,
         | 
| 1431 1431 | 
             
              class: "action-buttons-wrapper"
         | 
| 1432 | 
            -
            }, Wl = ["data-component"],  | 
| 1432 | 
            +
            }, Wl = ["data-component"], Yl = ["title"], Kl = ["href"], Jl = { key: 0 }, Zl = { key: 1 }, Ql = {
         | 
| 1433 1433 | 
             
              key: 0,
         | 
| 1434 1434 | 
             
              class: "component-name"
         | 
| 1435 1435 | 
             
            }, Xl = ["data-component"], $l = ["title"], es = ["href", "title"], ts = ["title"], ns = { key: 0 }, is = { key: 1 }, os = ["title"], ls = ["title"];
         | 
| 1436 1436 | 
             
            function ss(e, n, t, s, i, o) {
         | 
| 1437 | 
            -
              const d =  | 
| 1437 | 
            +
              const d = Y;
         | 
| 1438 1438 | 
             
              return l(), C(Me(t.componentTag || "div"), {
         | 
| 1439 1439 | 
             
                class: x(["edit-component-wrapper", { active: o.active }]),
         | 
| 1440 1440 | 
             
                tabindex: "0",
         | 
| @@ -1459,7 +1459,7 @@ function ss(e, n, t, s, i, o) { | |
| 1459 1459 | 
             
                          h(d, {
         | 
| 1460 1460 | 
             
                            iconClass: (o.isOuterComponent, "icon-plus")
         | 
| 1461 1461 | 
             
                          }, null, 8, ["iconClass"])
         | 
| 1462 | 
            -
                        ], 10,  | 
| 1462 | 
            +
                        ], 10, Yl)
         | 
| 1463 1463 | 
             
                      ]),
         | 
| 1464 1464 | 
             
                      a("li", null, [
         | 
| 1465 1465 | 
             
                        a("a", {
         | 
| @@ -1471,7 +1471,7 @@ function ss(e, n, t, s, i, o) { | |
| 1471 1471 | 
             
                          h(d, {
         | 
| 1472 1472 | 
             
                            iconClass: o.isOuterComponent ? "icon-cogs" : "icon-cog"
         | 
| 1473 1473 | 
             
                          }, null, 8, ["iconClass"])
         | 
| 1474 | 
            -
                        ], 10,  | 
| 1474 | 
            +
                        ], 10, Kl)
         | 
| 1475 1475 | 
             
                      ]),
         | 
| 1476 1476 | 
             
                      a("li", null, [
         | 
| 1477 1477 | 
             
                        a("a", {
         | 
| @@ -1483,7 +1483,7 @@ function ss(e, n, t, s, i, o) { | |
| 1483 1483 | 
             
                          h(d, { iconClass: "icon-trash" })
         | 
| 1484 1484 | 
             
                        ])
         | 
| 1485 1485 | 
             
                      ]),
         | 
| 1486 | 
            -
                      o.isOuterComponent ? m("", !0) : (l(), r("li",  | 
| 1486 | 
            +
                      o.isOuterComponent ? m("", !0) : (l(), r("li", Jl, [
         | 
| 1487 1487 | 
             
                        a("a", {
         | 
| 1488 1488 | 
             
                          class: x(["icon-hexagon button-cancel", { disabled: !o.editing }]),
         | 
| 1489 1489 | 
             
                          href: "#",
         | 
| @@ -1735,7 +1735,7 @@ const He = /* @__PURE__ */ P(zl, [["render", ss]]), ae = { | |
| 1735 1735 | 
             
            ];
         | 
| 1736 1736 | 
             
            function bs(e, n, t, s, i, o) {
         | 
| 1737 1737 | 
             
              var g;
         | 
| 1738 | 
            -
              const d =  | 
| 1738 | 
            +
              const d = Y, c = te, u = He;
         | 
| 1739 1739 | 
             
              return !e.editModeContext || e.settingsContext || e.mainSidebarContext || t.headlineText ? (l(), r("div", {
         | 
| 1740 1740 | 
             
                key: 0,
         | 
| 1741 1741 | 
             
                class: x(["cmd-headline", { "has-pre-headline-text": t.preHeadlineText, "has-icon": (g = t.cmdIcon) == null ? void 0 : g.iconClass }, o.headlineTextAlign])
         | 
| @@ -1824,7 +1824,7 @@ function bs(e, n, t, s, i, o) { | |
| 1824 1824 | 
             
                _: 3
         | 
| 1825 1825 | 
             
              }, 8, ["componentProps", "componentPath", "allowDeleteComponent"]));
         | 
| 1826 1826 | 
             
            }
         | 
| 1827 | 
            -
            const  | 
| 1827 | 
            +
            const J = /* @__PURE__ */ P(as, [["render", bs]]), xs = {
         | 
| 1828 1828 | 
             
              name: "CmdTooltip",
         | 
| 1829 1829 | 
             
              data() {
         | 
| 1830 1830 | 
             
                return {
         | 
| @@ -1953,7 +1953,7 @@ const Y = /* @__PURE__ */ P(as, [["render", bs]]), xs = { | |
| 1953 1953 | 
             
              class: "headline-wrapper"
         | 
| 1954 1954 | 
             
            }, Cs = ["title"];
         | 
| 1955 1955 | 
             
            function ws(e, n, t, s, i, o) {
         | 
| 1956 | 
            -
              const d =  | 
| 1956 | 
            +
              const d = J, c = Y;
         | 
| 1957 1957 | 
             
              return i.tooltipVisibility ? (l(), r("div", {
         | 
| 1958 1958 | 
             
                key: 0,
         | 
| 1959 1959 | 
             
                class: x(["cmd-tooltip", t.validationStatus]),
         | 
| @@ -2128,7 +2128,7 @@ const Si = /* @__PURE__ */ P(xs, [["render", ws]]), me = { | |
| 2128 2128 | 
             
            }, Ts = { class: "cmd-list-of-requirements" }, Ss = /* @__PURE__ */ a("br", null, null, -1), Os = /* @__PURE__ */ a("hr", null, null, -1), Ls = ["href", "target"], Is = { key: 1 };
         | 
| 2129 2129 | 
             
            function Bs(e, n, t, s, i, o) {
         | 
| 2130 2130 | 
             
              var u, g, p;
         | 
| 2131 | 
            -
              const d =  | 
| 2131 | 
            +
              const d = J, c = Y;
         | 
| 2132 2132 | 
             
              return l(), r("div", Ts, [
         | 
| 2133 2133 | 
             
                t.showHeadline ? (l(), C(d, {
         | 
| 2134 2134 | 
             
                  key: 0,
         | 
| @@ -3118,10 +3118,10 @@ const fn = { | |
| 3118 3118 | 
             
            }, js = ["for", "title"], zs = ["innerHTML"], Gs = {
         | 
| 3119 3119 | 
             
              key: 2,
         | 
| 3120 3120 | 
             
              "aria-hidden": "true"
         | 
| 3121 | 
            -
            }, Ws = ["title", "aria-errormessage", "id"],  | 
| 3121 | 
            +
            }, Ws = ["title", "aria-errormessage", "id"], Ys = {
         | 
| 3122 3122 | 
             
              key: 1,
         | 
| 3123 3123 | 
             
              class: "flex-container inner-input-wrapper"
         | 
| 3124 | 
            -
            },  | 
| 3124 | 
            +
            }, Ks = ["id", "autocomplete", "list", "value", "maxlength"], Js = ["title"], Zs = ["id"], Qs = ["value"], Xs = ["checked", "value", "id", "disabled", "aria-invalid"], $s = ["innerHTML"], ea = { key: 2 }, ta = { class: "switch-label-wrapper" }, na = ["checked", "value", "id", "disabled", "aria-invalid"], ia = { class: "label-text" }, oa = { class: "label-text" }, la = ["innerHTML"], sa = { key: 0 }, aa = ["id"], ra = ["value", "selected"], da = ["id", "value", "maxlength"], ca = {
         | 
| 3125 3125 | 
             
              key: 6,
         | 
| 3126 3126 | 
             
              class: "characters-left-wrapper"
         | 
| 3127 3127 | 
             
            }, ua = { key: 0 }, ma = {
         | 
| @@ -3129,8 +3129,8 @@ const fn = { | |
| 3129 3129 | 
             
              class: "search-field-wrapper flex-container no-gap"
         | 
| 3130 3130 | 
             
            }, ha = ["id", "maxlength", "value"], pa = ["title"], fa = ["title"], ga = { key: 1 };
         | 
| 3131 3131 | 
             
            function ya(e, n, t, s, i, o) {
         | 
| 3132 | 
            -
              var u, g, p, f, w, b, L, v, B, F, D, M, G, j, V, N,  | 
| 3133 | 
            -
              const d =  | 
| 3132 | 
            +
              var u, g, p, f, w, b, L, v, B, F, D, M, G, j, V, N, K, $, Z, ee, re, ce, ue, ne;
         | 
| 3133 | 
            +
              const d = Y, c = mn;
         | 
| 3134 3134 | 
             
              return t.element === "input" || t.element === "select" || t.element === "textarea" ? (l(), r("label", {
         | 
| 3135 3135 | 
             
                key: 0,
         | 
| 3136 3136 | 
             
                class: x([
         | 
| @@ -3183,7 +3183,7 @@ function ya(e, n, t, s, i, o) { | |
| 3183 3183 | 
             
                    role: e.validationStatus === "error" ? "alert" : "dialog"
         | 
| 3184 3184 | 
             
                  }, null, 8, ["validationStatus", "relatedId", "scrollContainerForTooltip", "cmdListOfRequirements", "role"])) : m("", !0)
         | 
| 3185 3185 | 
             
                ], 2)) : m("", !0),
         | 
| 3186 | 
            -
                e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" && e.$attrs.type !== "search" ? (l(), r("span",  | 
| 3186 | 
            +
                e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" && e.$attrs.type !== "search" ? (l(), r("span", Ys, [
         | 
| 3187 3187 | 
             
                  t.fieldIconClass ? (l(), C(d, {
         | 
| 3188 3188 | 
             
                    key: 0,
         | 
| 3189 3189 | 
             
                    class: "place-inside",
         | 
| @@ -3203,7 +3203,7 @@ function ya(e, n, t, s, i, o) { | |
| 3203 3203 | 
             
                    value: t.modelValue,
         | 
| 3204 3204 | 
             
                    maxlength: o.getMaxLength(),
         | 
| 3205 3205 | 
             
                    ref: "input"
         | 
| 3206 | 
            -
                  }), null, 16,  | 
| 3206 | 
            +
                  }), null, 16, Ks)) : m("", !0),
         | 
| 3207 3207 | 
             
                  e.$attrs.type === "password" ? (l(), r("a", {
         | 
| 3208 3208 | 
             
                    key: 2,
         | 
| 3209 3209 | 
             
                    href: "#",
         | 
| @@ -3218,7 +3218,7 @@ function ya(e, n, t, s, i, o) { | |
| 3218 3218 | 
             
                    h(d, {
         | 
| 3219 3219 | 
             
                      iconClass: t.iconPasswordVisible.iconClass
         | 
| 3220 3220 | 
             
                    }, null, 8, ["iconClass"])
         | 
| 3221 | 
            -
                  ], 40,  | 
| 3221 | 
            +
                  ], 40, Js)) : m("", !0)
         | 
| 3222 3222 | 
             
                ])) : m("", !0),
         | 
| 3223 3223 | 
             
                t.datalist && t.datalist.options.length ? (l(), r("datalist", {
         | 
| 3224 3224 | 
             
                  key: 2,
         | 
| @@ -3349,7 +3349,7 @@ function ya(e, n, t, s, i, o) { | |
| 3349 3349 | 
             
                (V = t.nativeButton) != null && V.icon && ((N = t.nativeButton) != null && N.text) ? (l(), r("span", ga, y(t.nativeButton.text), 1)) : (l(), r(S, { key: 2 }, [
         | 
| 3350 3350 | 
             
                  H(y(t.nativeButton.text), 1)
         | 
| 3351 3351 | 
             
                ], 64)),
         | 
| 3352 | 
            -
                ($ = ( | 
| 3352 | 
            +
                ($ = (K = t.nativeButton) == null ? void 0 : K.icon) != null && $.show && ((ee = (Z = t.nativeButton) == null ? void 0 : Z.icon) == null ? void 0 : ee.position) === "after" ? (l(), C(d, {
         | 
| 3353 3353 | 
             
                  key: 3,
         | 
| 3354 3354 | 
             
                  iconClass: (ce = (re = t.nativeButton) == null ? void 0 : re.icon) == null ? void 0 : ce.iconClass,
         | 
| 3355 3355 | 
             
                  type: (ne = (ue = t.nativeButton) == null ? void 0 : ue.icon) == null ? void 0 : ne.iconType
         | 
| @@ -3486,7 +3486,7 @@ const te = /* @__PURE__ */ P(Us, [["render", ya]]), ba = { | |
| 3486 3486 | 
             
              class: "country-name"
         | 
| 3487 3487 | 
             
            };
         | 
| 3488 3488 | 
             
            function qa(e, n, t, s, i, o) {
         | 
| 3489 | 
            -
              const d =  | 
| 3489 | 
            +
              const d = Y, c = te;
         | 
| 3490 3490 | 
             
              return l(), r(S, null, [
         | 
| 3491 3491 | 
             
                a("dt", {
         | 
| 3492 3492 | 
             
                  class: x(["cmd-address-data-item", { address: t.addressEntry.name === "address" }]),
         | 
| @@ -3752,10 +3752,10 @@ const Ra = /* @__PURE__ */ P(ba, [["render", qa]]), Na = { | |
| 3752 3752 | 
             
                }
         | 
| 3753 3753 | 
             
              },
         | 
| 3754 3754 | 
             
              watch: {}
         | 
| 3755 | 
            -
            }, Ua = { class: "cmd-address-data vcard" }, ja = { class: "adr" }, za = { key: 0 }, Ga = /* @__PURE__ */ a("span", { class: "icon-plus" }, null, -1), Wa = /* @__PURE__ */ a("span", null, "Add new entry", -1),  | 
| 3755 | 
            +
            }, Ua = { class: "cmd-address-data vcard" }, ja = { class: "adr" }, za = { key: 0 }, Ga = /* @__PURE__ */ a("span", { class: "icon-plus" }, null, -1), Wa = /* @__PURE__ */ a("span", null, "Add new entry", -1), Ya = [
         | 
| 3756 3756 | 
             
              Ga,
         | 
| 3757 3757 | 
             
              Wa
         | 
| 3758 | 
            -
            ],  | 
| 3758 | 
            +
            ], Ka = ["href", "target", "title"], Ja = ["innerHTML"], Za = ["href", "title"], Qa = { class: "street-address" }, Xa = /* @__PURE__ */ a("br", null, null, -1), $a = {
         | 
| 3759 3759 | 
             
              key: 0,
         | 
| 3760 3760 | 
             
              class: "postal-code"
         | 
| 3761 3761 | 
             
            }, er = {
         | 
| @@ -3776,7 +3776,7 @@ const Ra = /* @__PURE__ */ P(ba, [["render", qa]]), Na = { | |
| 3776 3776 | 
             
            };
         | 
| 3777 3777 | 
             
            function hr(e, n, t, s, i, o) {
         | 
| 3778 3778 | 
             
              var p;
         | 
| 3779 | 
            -
              const d =  | 
| 3779 | 
            +
              const d = J, c = Ra, u = He, g = Y;
         | 
| 3780 3780 | 
             
              return l(), r("div", Ua, [
         | 
| 3781 3781 | 
             
                t.useSlot ? A(e.$slots, "default", { key: 0 }) : (l(), r(S, { key: 1 }, [
         | 
| 3782 3782 | 
             
                  (p = t.cmdHeadline) != null && p.headlineText || e.editModeContext ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
         | 
| @@ -3788,7 +3788,7 @@ function hr(e, n, t, s, i, o) { | |
| 3788 3788 | 
             
                          type: "button",
         | 
| 3789 3789 | 
             
                          class: "button confirm small",
         | 
| 3790 3790 | 
             
                          onClick: n[0] || (n[0] = (...f) => o.onAddItem && o.onAddItem(...f))
         | 
| 3791 | 
            -
                        },  | 
| 3791 | 
            +
                        }, Ya)) : m("", !0),
         | 
| 3792 3792 | 
             
                        (l(!0), r(S, null, q(t.addressData, (f, w) => (l(), C(u, {
         | 
| 3793 3793 | 
             
                          key: "x" + w,
         | 
| 3794 3794 | 
             
                          class: "edit-items",
         | 
| @@ -3843,10 +3843,10 @@ function hr(e, n, t, s, i, o) { | |
| 3843 3843 | 
             
                            ], 64)) : (l(), r(S, { key: 1 }, [
         | 
| 3844 3844 | 
             
                              H(y(f.href), 1)
         | 
| 3845 3845 | 
             
                            ], 64))
         | 
| 3846 | 
            -
                          ], 10,  | 
| 3846 | 
            +
                          ], 10, Ka)) : t.showIconsOnly ? m("", !0) : (l(), r("span", {
         | 
| 3847 3847 | 
             
                            key: 1,
         | 
| 3848 3848 | 
             
                            innerHTML: f.data
         | 
| 3849 | 
            -
                          }, null, 8,  | 
| 3849 | 
            +
                          }, null, 8, Ja)),
         | 
| 3850 3850 | 
             
                          f.name === "address" ? (l(), r(S, { key: 2 }, [
         | 
| 3851 3851 | 
             
                            f.linkGoogleMaps ? (l(), r("a", {
         | 
| 3852 3852 | 
             
                              key: 0,
         | 
| @@ -3989,7 +3989,7 @@ const Li = /* @__PURE__ */ P(Na, [["render", hr]]), pr = { | |
| 3989 3989 | 
             
              }
         | 
| 3990 3990 | 
             
            }, fr = ["title"];
         | 
| 3991 3991 | 
             
            function gr(e, n, t, s, i, o) {
         | 
| 3992 | 
            -
              const d =  | 
| 3992 | 
            +
              const d = Y;
         | 
| 3993 3993 | 
             
              return l(), C(Ve, { name: "fade" }, {
         | 
| 3994 3994 | 
             
                default: k(() => [
         | 
| 3995 3995 | 
             
                  o.show ? (l(), r("a", {
         | 
| @@ -4074,7 +4074,7 @@ const yr = /* @__PURE__ */ P(pr, [["render", gr]]), br = { | |
| 4074 4074 | 
             
              }
         | 
| 4075 4075 | 
             
            }, xr = { class: "cmd-bank-account-data" }, _r = { key: 0 }, Cr = ["onClick", "title"], wr = { key: 1 };
         | 
| 4076 4076 | 
             
            function kr(e, n, t, s, i, o) {
         | 
| 4077 | 
            -
              const d =  | 
| 4077 | 
            +
              const d = J, c = Y;
         | 
| 4078 4078 | 
             
              return l(), r("div", xr, [
         | 
| 4079 4079 | 
             
                t.useSlot ? A(e.$slots, "default", { key: 0 }) : (l(), r(S, { key: 1 }, [
         | 
| 4080 4080 | 
             
                  t.cmdHeadline ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
         | 
| @@ -4196,7 +4196,7 @@ const vr = /* @__PURE__ */ P(br, [["render", kr]]), Tr = { | |
| 4196 4196 | 
             
              }
         | 
| 4197 4197 | 
             
            }, Sr = ["role", "aria-labelledby"], Or = ["title"];
         | 
| 4198 4198 | 
             
            function Lr(e, n, t, s, i, o) {
         | 
| 4199 | 
            -
              const d =  | 
| 4199 | 
            +
              const d = Y, c = J;
         | 
| 4200 4200 | 
             
              return l(), C(Ve, {
         | 
| 4201 4201 | 
             
                name: t.useTransition ? "fade" : null
         | 
| 4202 4202 | 
             
              }, {
         | 
| @@ -4417,7 +4417,7 @@ function Er(e, n, t, s, i, o) { | |
| 4417 4417 | 
             
                    }, null, 8, ["element", "type", "name", "class", "id", "modelValue", "onUpdate:modelValue", "inputValue", "fieldIconClass", "selectOptions", "labelText", "placeholder", "required", "disabled", "autocomplete", "minlength", "maxlength", "nativeButton"]))), 128)),
         | 
| 4418 4418 | 
             
                    o.submitButtonOptions && (o.submitButtonOptions.position === "insideFieldset" || o.submitButtonOptions.position === null) ? (l(), r("button", {
         | 
| 4419 4419 | 
             
                      key: 3,
         | 
| 4420 | 
            -
                      class: x(["button stretch-on-small-devices", { primary: o.submitButtonOptions.primary }]),
         | 
| 4420 | 
            +
                      class: x(["button stretch-on-small-devices", { primary: o.submitButtonOptions.primary }, { disabled: o.submitButtonOptions.disabled }]),
         | 
| 4421 4421 | 
             
                      type: o.submitButtonOptions.type
         | 
| 4422 4422 | 
             
                    }, [
         | 
| 4423 4423 | 
             
                      o.submitButtonOptions.iconClass ? (l(), r("span", {
         | 
| @@ -4429,7 +4429,7 @@ function Er(e, n, t, s, i, o) { | |
| 4429 4429 | 
             
                  ]),
         | 
| 4430 4430 | 
             
                  o.submitButtonOptions && o.submitButtonOptions.position === "belowFieldset" ? (l(), r("div", Pr, [
         | 
| 4431 4431 | 
             
                    a("button", {
         | 
| 4432 | 
            -
                      class: x(["button stretch-on-small-devices", { primary: o.submitButtonOptions.primary }]),
         | 
| 4432 | 
            +
                      class: x(["button stretch-on-small-devices", { primary: o.submitButtonOptions.primary }, { disabled: o.submitButtonOptions.disabled }]),
         | 
| 4433 4433 | 
             
                      type: o.submitButtonOptions.type || "submit"
         | 
| 4434 4434 | 
             
                    }, [
         | 
| 4435 4435 | 
             
                      o.submitButtonOptions.iconClass ? (l(), r("span", {
         | 
| @@ -4495,8 +4495,8 @@ const Ii = /* @__PURE__ */ P(Ir, [["render", Er]]), Hr = { | |
| 4495 4495 | 
             
              }
         | 
| 4496 4496 | 
             
            };
         | 
| 4497 4497 | 
             
            ze(ve, "PATTERN_SURNAME", /^[a-züöäßáéíóàèìòêîô '-]+$/i), ze(ve, "PATTERN_EMAIL", /^[a-z\d._%+-]+@[a-z\d._%+-]+\.[a-z]{2,}$/i), ze(ve, "PATTERN_MESSAGE", /^.{2,500}$/);
         | 
| 4498 | 
            -
            let  | 
| 4499 | 
            -
            function  | 
| 4498 | 
            +
            let Jt = ve;
         | 
| 4499 | 
            +
            function Ye(e) {
         | 
| 4500 4500 | 
             
              if (e) {
         | 
| 4501 4501 | 
             
                const n = e.lastIndexOf(".");
         | 
| 4502 4502 | 
             
                if (n > -1)
         | 
| @@ -4506,7 +4506,7 @@ function Ke(e) { | |
| 4506 4506 | 
             
            }
         | 
| 4507 4507 | 
             
            function Rn(e, n, t, s, i) {
         | 
| 4508 4508 | 
             
              const o = [];
         | 
| 4509 | 
            -
              if (e.size > s && o.push("file too large"), n.includes( | 
| 4509 | 
            +
              if (e.size > s && o.push("file too large"), n.includes(Ye(e.name)) || o.push("disallowed file extension"), o.length) {
         | 
| 4510 4510 | 
             
                alert(o);
         | 
| 4511 4511 | 
             
                return;
         | 
| 4512 4512 | 
             
              }
         | 
| @@ -4749,10 +4749,10 @@ const qr = { | |
| 4749 4749 | 
             
                  deep: !0
         | 
| 4750 4750 | 
             
                }
         | 
| 4751 4751 | 
             
              }
         | 
| 4752 | 
            -
            }, Rr = ["innerHTML"], Nr = /* @__PURE__ */ a("span", { class: "icon-image" }, null, -1), Ur = ["src", "alt", "title"], jr = ["src", "alt", "title"], zr = ["innerHTML"], Gr = /* @__PURE__ */ a("span", { class: "icon-add" }, null, -1), Wr = /* @__PURE__ */ a("span", null, "Add new image", -1),  | 
| 4752 | 
            +
            }, Rr = ["innerHTML"], Nr = /* @__PURE__ */ a("span", { class: "icon-image" }, null, -1), Ur = ["src", "alt", "title"], jr = ["src", "alt", "title"], zr = ["innerHTML"], Gr = /* @__PURE__ */ a("span", { class: "icon-add" }, null, -1), Wr = /* @__PURE__ */ a("span", null, "Add new image", -1), Yr = [
         | 
| 4753 4753 | 
             
              Gr,
         | 
| 4754 4754 | 
             
              Wr
         | 
| 4755 | 
            -
            ],  | 
| 4755 | 
            +
            ], Kr = ["innerHTML"], Jr = ["src", "alt", "title"], Zr = ["innerHTML"], Qr = ["src", "alt", "title"];
         | 
| 4756 4756 | 
             
            function Xr(e, n, t, s, i, o) {
         | 
| 4757 4757 | 
             
              var u, g, p, f, w, b, L, v, B, F, D, M, G;
         | 
| 4758 4758 | 
             
              const d = te, c = He;
         | 
| @@ -4769,7 +4769,7 @@ function Xr(e, n, t, s, i, o) { | |
| 4769 4769 | 
             
                itemProvider: ((u = e.editModeConfig) == null ? void 0 : u.allowAddItem) !== !1 ? o.itemProvider : null
         | 
| 4770 4770 | 
             
              }, {
         | 
| 4771 4771 | 
             
                default: k((j) => {
         | 
| 4772 | 
            -
                  var V, N,  | 
| 4772 | 
            +
                  var V, N, K, $, Z, ee, re, ce, ue, ne, E, ie;
         | 
| 4773 4773 | 
             
                  return [
         | 
| 4774 4774 | 
             
                    a("figure", {
         | 
| 4775 4775 | 
             
                      class: x(["cmd-image flex-container no-gap vertical", o.textAlign])
         | 
| @@ -4784,7 +4784,7 @@ function Xr(e, n, t, s, i, o) { | |
| 4784 4784 | 
             
                          labelText: "Text figcaption",
         | 
| 4785 4785 | 
             
                          modelValue: o.editableFigcaptionText,
         | 
| 4786 4786 | 
             
                          "onUpdate:modelValue": n[0] || (n[0] = (oe) => o.editableFigcaptionText = oe)
         | 
| 4787 | 
            -
                        }, null, 8, ["class", "modelValue"])) : ( | 
| 4787 | 
            +
                        }, null, 8, ["class", "modelValue"])) : (K = t.figcaption) != null && K.text ? (l(), r("figcaption", {
         | 
| 4788 4788 | 
             
                          key: 1,
         | 
| 4789 4789 | 
             
                          innerHTML: ($ = t.figcaption) == null ? void 0 : $.text
         | 
| 4790 4790 | 
             
                        }, null, 8, Rr)) : m("", !0)
         | 
| @@ -4841,7 +4841,7 @@ function Xr(e, n, t, s, i, o) { | |
| 4841 4841 | 
             
                        type: "button",
         | 
| 4842 4842 | 
             
                        class: "button confirm",
         | 
| 4843 4843 | 
             
                        onClick: n[3] || (n[3] = (...oe) => o.onAddItem && o.onAddItem(...oe))
         | 
| 4844 | 
            -
                      },  | 
| 4844 | 
            +
                      }, Yr)) : m("", !0)
         | 
| 4845 4845 | 
             
                    ], 2)
         | 
| 4846 4846 | 
             
                  ];
         | 
| 4847 4847 | 
             
                }),
         | 
| @@ -4853,13 +4853,13 @@ function Xr(e, n, t, s, i, o) { | |
| 4853 4853 | 
             
                ((g = t.figcaption) == null ? void 0 : g.position) === "top" && ((p = t.figcaption) != null && p.text) && ((f = t.figcaption) != null && f.show) ? (l(), r("figcaption", {
         | 
| 4854 4854 | 
             
                  key: 0,
         | 
| 4855 4855 | 
             
                  innerHTML: (w = t.figcaption) == null ? void 0 : w.text
         | 
| 4856 | 
            -
                }, null, 8,  | 
| 4856 | 
            +
                }, null, 8, Kr)) : m("", !0),
         | 
| 4857 4857 | 
             
                a("img", {
         | 
| 4858 4858 | 
             
                  src: o.imageSource,
         | 
| 4859 4859 | 
             
                  alt: (b = t.image) == null ? void 0 : b.alt,
         | 
| 4860 4860 | 
             
                  title: (L = t.image) == null ? void 0 : L.tooltip,
         | 
| 4861 4861 | 
             
                  onLoad: n[4] || (n[4] = (...j) => o.onImageLoaded && o.onImageLoaded(...j))
         | 
| 4862 | 
            -
                }, null, 40,  | 
| 4862 | 
            +
                }, null, 40, Jr),
         | 
| 4863 4863 | 
             
                ((v = t.figcaption) == null ? void 0 : v.position) !== "top" && ((B = t.figcaption) != null && B.text) && ((F = t.figcaption) != null && F.show) ? (l(), r("figcaption", {
         | 
| 4864 4864 | 
             
                  key: 1,
         | 
| 4865 4865 | 
             
                  innerHTML: (D = t.figcaption) == null ? void 0 : D.text
         | 
| @@ -4938,7 +4938,7 @@ const _e = /* @__PURE__ */ P(qr, [["render", Xr]]), $r = { | |
| 4938 4938 | 
             
              }
         | 
| 4939 4939 | 
             
            }, td = ["title"];
         | 
| 4940 4940 | 
             
            function nd(e, n, t, s, i, o) {
         | 
| 4941 | 
            -
              const d =  | 
| 4941 | 
            +
              const d = Y;
         | 
| 4942 4942 | 
             
              return l(), r("a", {
         | 
| 4943 4943 | 
             
                href: "#",
         | 
| 4944 4944 | 
             
                onClick: n[0] || (n[0] = T(() => {
         | 
| @@ -5193,7 +5193,7 @@ const vt = /* @__PURE__ */ P(ed, [["render", nd]]), id = { | |
| 5193 5193 | 
             
            ];
         | 
| 5194 5194 | 
             
            function hd(e, n, t, s, i, o) {
         | 
| 5195 5195 | 
             
              var p;
         | 
| 5196 | 
            -
              const d =  | 
| 5196 | 
            +
              const d = J, c = vt, u = _e, g = Y;
         | 
| 5197 5197 | 
             
              return l(), r("div", {
         | 
| 5198 5198 | 
             
                class: x([
         | 
| 5199 5199 | 
             
                  "cmd-thumbnail-scroller",
         | 
| @@ -5577,8 +5577,8 @@ const fd = Fi, gd = ["aria-label"], yd = { class: "flex-container" }, bd = { | |
| 5577 5577 | 
             
              class: "flex-container no-flex"
         | 
| 5578 5578 | 
             
            }, Ld = ["title"], Id = { key: 1 }, Bd = ["title"], Fd = { key: 1 };
         | 
| 5579 5579 | 
             
            function Dd(e, n, t, s, i, o) {
         | 
| 5580 | 
            -
              var f, w, b, L, v, B, F, D, M, G, j, V, N,  | 
| 5581 | 
            -
              const d =  | 
| 5580 | 
            +
              var f, w, b, L, v, B, F, D, M, G, j, V, N, K, $, Z, ee, re, ce, ue, ne, E, ie, oe, Oe, Le, Ie, we, Be, Fe, De;
         | 
| 5581 | 
            +
              const d = J, c = Y, u = _e, g = vt, p = Bi;
         | 
| 5582 5582 | 
             
              return l(), r("dialog", {
         | 
| 5583 5583 | 
             
                ref: "dialog",
         | 
| 5584 5584 | 
             
                class: x(["cmd-fancybox", { "show-overlay": e.showOverlay, image: e.fancyBoxImageUrl || e.fancyBoxGallery, "image-gallery": e.fancyBoxGallery }]),
         | 
| @@ -5622,7 +5622,7 @@ function Dd(e, n, t, s, i, o) { | |
| 5622 5622 | 
             
                      onClick: n[2] || (n[2] = T((...le) => e.close && e.close(...le), ["prevent"]))
         | 
| 5623 5623 | 
             
                    }, [
         | 
| 5624 5624 | 
             
                      h(c, {
         | 
| 5625 | 
            -
                        iconClass: ( | 
| 5625 | 
            +
                        iconClass: (K = e.fancyBoxOptionsProperties.closeIcon) == null ? void 0 : K.iconClass,
         | 
| 5626 5626 | 
             
                        type: ($ = e.fancyBoxOptionsProperties.closeIcon) == null ? void 0 : $.iconType
         | 
| 5627 5627 | 
             
                      }, null, 8, ["iconClass", "type"])
         | 
| 5628 5628 | 
             
                    ], 8, Cd)) : m("", !0)
         | 
| @@ -5705,7 +5705,7 @@ const Md = /* @__PURE__ */ P(fd, [["render", Dd]]), Pd = { | |
| 5705 5705 | 
             
              data() {
         | 
| 5706 5706 | 
             
                return {
         | 
| 5707 5707 | 
             
                  sendSuccessfully: !1,
         | 
| 5708 | 
            -
                  validator: new  | 
| 5708 | 
            +
                  validator: new Jt((e) => e),
         | 
| 5709 5709 | 
             
                  formData: {
         | 
| 5710 5710 | 
             
                    salutation: { value: this.configuration.salutation.default },
         | 
| 5711 5711 | 
             
                    lastName: { value: "" },
         | 
| @@ -5996,7 +5996,7 @@ const Md = /* @__PURE__ */ P(fd, [["render", Dd]]), Pd = { | |
| 5996 5996 | 
             
              class: "flex-container"
         | 
| 5997 5997 | 
             
            }, Rd = ["innerHTML"];
         | 
| 5998 5998 | 
             
            function Nd(e, n, t, s, i, o) {
         | 
| 5999 | 
            -
              const d =  | 
| 5999 | 
            +
              const d = J, c = te, u = Ii;
         | 
| 6000 6000 | 
             
              return l(), r("div", Vd, [
         | 
| 6001 6001 | 
             
                t.cmdHeadline ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
         | 
| 6002 6002 | 
             
                h(u, I({
         | 
| @@ -6010,7 +6010,7 @@ function Nd(e, n, t, s, i, o) { | |
| 6010 6010 | 
             
                  ref: "form"
         | 
| 6011 6011 | 
             
                }), {
         | 
| 6012 6012 | 
             
                  default: k(() => {
         | 
| 6013 | 
            -
                    var g, p, f, w, b, L, v, B, F, D, M, G, j, V, N,  | 
| 6013 | 
            +
                    var g, p, f, w, b, L, v, B, F, D, M, G, j, V, N, K, $, Z, ee, re, ce, ue, ne, E, ie, oe, Oe, Le, Ie, we, Be, Fe, De, le, nt, it, ot, lt, st, je, at;
         | 
| 6014 6014 | 
             
                    return [
         | 
| 6015 6015 | 
             
                      t.configuration.salutation ? (l(), r("div", Ad, [
         | 
| 6016 6016 | 
             
                        h(c, {
         | 
| @@ -6094,7 +6094,7 @@ function Nd(e, n, t, s, i, o) { | |
| 6094 6094 | 
             
                          modelValue: i.formData.phone.value,
         | 
| 6095 6095 | 
             
                          "onUpdate:modelValue": n[5] || (n[5] = (W) => i.formData.phone.value = W),
         | 
| 6096 6096 | 
             
                          required: (N = t.configuration.phone) == null ? void 0 : N.required,
         | 
| 6097 | 
            -
                          name: ( | 
| 6097 | 
            +
                          name: (K = t.configuration.phone) == null ? void 0 : K.name,
         | 
| 6098 6098 | 
             
                          status: i.formData.phone.error ? "error" : "",
         | 
| 6099 6099 | 
             
                          i18n: e.i18n
         | 
| 6100 6100 | 
             
                        }, null, 8, ["type", "labelText", "placeholder", "modelValue", "required", "name", "status", "i18n"])) : m("", !0)
         | 
| @@ -6263,7 +6263,7 @@ function Wd(e, n, t, s, i, o) { | |
| 6263 6263 | 
             
                A(e.$slots, "default")
         | 
| 6264 6264 | 
             
              ], 64);
         | 
| 6265 6265 | 
             
            }
         | 
| 6266 | 
            -
            const  | 
| 6266 | 
            +
            const Yd = /* @__PURE__ */ P(Ud, [["render", Wd]]), Kd = {
         | 
| 6267 6267 | 
             
              name: "CmdLink",
         | 
| 6268 6268 | 
             
              emits: ["click"],
         | 
| 6269 6269 | 
             
              props: {
         | 
| @@ -6349,10 +6349,10 @@ const Kd = /* @__PURE__ */ P(Ud, [["render", Wd]]), Jd = { | |
| 6349 6349 | 
             
                  this.$emit("click", { originalEvent: e, linkType: n });
         | 
| 6350 6350 | 
             
                }
         | 
| 6351 6351 | 
             
              }
         | 
| 6352 | 
            -
            },  | 
| 6352 | 
            +
            }, Jd = ["href", "target", "title"], Zd = ["title"];
         | 
| 6353 6353 | 
             
            function Qd(e, n, t, s, i, o) {
         | 
| 6354 6354 | 
             
              var u, g, p;
         | 
| 6355 | 
            -
              const d =  | 
| 6355 | 
            +
              const d = Yd, c = Ce("router-link");
         | 
| 6356 6356 | 
             
              return t.linkType === "href" ? (l(), r("a", {
         | 
| 6357 6357 | 
             
                key: 0,
         | 
| 6358 6358 | 
             
                href: t.path,
         | 
| @@ -6370,7 +6370,7 @@ function Qd(e, n, t, s, i, o) { | |
| 6370 6370 | 
             
                  ]),
         | 
| 6371 6371 | 
             
                  _: 3
         | 
| 6372 6372 | 
             
                }, 8, ["text", "icon"])
         | 
| 6373 | 
            -
              ], 10,  | 
| 6373 | 
            +
              ], 10, Jd)) : t.linkType === "router" ? (l(), C(c, {
         | 
| 6374 6374 | 
             
                key: 1,
         | 
| 6375 6375 | 
             
                to: t.path,
         | 
| 6376 6376 | 
             
                class: x(["cmd-link", { button: t.styleAsButton, primary: t.primaryButton, box: t.styleAsBox, fancybox: t.fancybox }]),
         | 
| @@ -6407,7 +6407,7 @@ function Qd(e, n, t, s, i, o) { | |
| 6407 6407 | 
             
                }, 8, ["text", "icon"])
         | 
| 6408 6408 | 
             
              ], 10, Zd)) : m("", !0);
         | 
| 6409 6409 | 
             
            }
         | 
| 6410 | 
            -
            const qe = /* @__PURE__ */ P( | 
| 6410 | 
            +
            const qe = /* @__PURE__ */ P(Kd, [["render", Qd]]), Xd = {
         | 
| 6411 6411 | 
             
              name: "CmdListOfLinksItem",
         | 
| 6412 6412 | 
             
              inheritAttrs: !1,
         | 
| 6413 6413 | 
             
              mixins: [ae],
         | 
| @@ -6610,7 +6610,7 @@ const ic = /* @__PURE__ */ P(Xd, [["render", nc]]), oc = { | |
| 6610 6610 | 
             
            ];
         | 
| 6611 6611 | 
             
            function dc(e, n, t, s, i, o) {
         | 
| 6612 6612 | 
             
              var g;
         | 
| 6613 | 
            -
              const d =  | 
| 6613 | 
            +
              const d = J, c = ic, u = He;
         | 
| 6614 6614 | 
             
              return l(), r("div", {
         | 
| 6615 6615 | 
             
                class: x([
         | 
| 6616 6616 | 
             
                  "cmd-list-of-links",
         | 
| @@ -7040,7 +7040,7 @@ const mc = ["title"], hc = { | |
| 7040 7040 | 
             
            };
         | 
| 7041 7041 | 
             
            function Wc(e, n, t, s, i, o) {
         | 
| 7042 7042 | 
             
              var f, w, b, L, v, B, F, D, M, G, j;
         | 
| 7043 | 
            -
              const d =  | 
| 7043 | 
            +
              const d = J, c = Y, u = _e, g = qe, p = gn;
         | 
| 7044 7044 | 
             
              return t.boxType === "content" ? (l(), r("div", {
         | 
| 7045 7045 | 
             
                key: 0,
         | 
| 7046 7046 | 
             
                ref: "cmdBox",
         | 
| @@ -7419,19 +7419,19 @@ const bn = /* @__PURE__ */ P(yn, [["render", Wc]]), xn = { | |
| 7419 7419 | 
             
              }));
         | 
| 7420 7420 | 
             
            }, zn = xn.setup;
         | 
| 7421 7421 | 
             
            xn.setup = zn ? (e, n) => (jn(), zn(e, n)) : jn;
         | 
| 7422 | 
            -
            const  | 
| 7422 | 
            +
            const Yc = { class: "cmd-box-wrapper" }, Kc = {
         | 
| 7423 7423 | 
             
              key: 0,
         | 
| 7424 7424 | 
             
              class: "flex-container headline-wrapper"
         | 
| 7425 | 
            -
            },  | 
| 7425 | 
            +
            }, Jc = {
         | 
| 7426 7426 | 
             
              key: 1,
         | 
| 7427 7427 | 
             
              class: "options-wrapper"
         | 
| 7428 7428 | 
             
            }, Zc = ["title"];
         | 
| 7429 7429 | 
             
            function Qc(e, n, t, s, i, o) {
         | 
| 7430 | 
            -
              const d =  | 
| 7431 | 
            -
              return l(), r("div",  | 
| 7432 | 
            -
                t.cmdHeadline.headlineText || t.allowUserToToggleOrientation ? (l(), r("div",  | 
| 7430 | 
            +
              const d = J, c = Y;
         | 
| 7431 | 
            +
              return l(), r("div", Yc, [
         | 
| 7432 | 
            +
                t.cmdHeadline.headlineText || t.allowUserToToggleOrientation ? (l(), r("div", Kc, [
         | 
| 7433 7433 | 
             
                  t.cmdHeadline.headlineText ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
         | 
| 7434 | 
            -
                  t.allowUserToToggleOrientation ? (l(), r("div",  | 
| 7434 | 
            +
                  t.allowUserToToggleOrientation ? (l(), r("div", Jc, [
         | 
| 7435 7435 | 
             
                    a("a", {
         | 
| 7436 7436 | 
             
                      href: "#",
         | 
| 7437 7437 | 
             
                      onClick: n[0] || (n[0] = T((...u) => o.toggleOrientation && o.toggleOrientation(...u), ["prevent"])),
         | 
| @@ -7507,7 +7507,7 @@ const Xc = { | |
| 7507 7507 | 
             
              class: "separator"
         | 
| 7508 7508 | 
             
            };
         | 
| 7509 7509 | 
             
            function au(e, n, t, s, i, o) {
         | 
| 7510 | 
            -
              const d =  | 
| 7510 | 
            +
              const d = Y, c = Ce("router-link");
         | 
| 7511 7511 | 
             
              return l(), r("ul", $c, [
         | 
| 7512 7512 | 
             
                t.breadcrumbLabel ? (l(), r("li", eu, y(t.breadcrumbLabel), 1)) : m("", !0),
         | 
| 7513 7513 | 
             
                (l(!0), r(S, null, q(t.breadcrumbLinks || [], (u, g) => (l(), r("li", { key: g }, [
         | 
| @@ -7752,7 +7752,7 @@ const Vi = /* @__PURE__ */ P(ru, [["render", uu]]), mu = { | |
| 7752 7752 | 
             
              }
         | 
| 7753 7753 | 
             
            }, hu = { class: "cmd-container" }, pu = ["innerHTML"], fu = ["innerHTML"];
         | 
| 7754 7754 | 
             
            function gu(e, n, t, s, i, o) {
         | 
| 7755 | 
            -
              const d =  | 
| 7755 | 
            +
              const d = J;
         | 
| 7756 7756 | 
             
              return l(), r("div", hu, [
         | 
| 7757 7757 | 
             
                t.cmdHeadline ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
         | 
| 7758 7758 | 
             
                t.contentAboveSlot ? (l(), r("div", {
         | 
| @@ -7927,7 +7927,7 @@ const yu = /* @__PURE__ */ P(mu, [["render", gu]]), bu = { | |
| 7927 7927 | 
             
              class: "flex-container vertical"
         | 
| 7928 7928 | 
             
            }, Bu = ["onClick", "title"], Fu = { class: "collapsible-box-body" }, Du = { key: 0 }, Mu = { key: 1 }, Pu = ["href", "target"], Vu = ["innerHTML"], Au = { class: "button-wrapper align-center" };
         | 
| 7929 7929 | 
             
            function Eu(e, n, t, s, i, o) {
         | 
| 7930 | 
            -
              const d =  | 
| 7930 | 
            +
              const d = J, c = te;
         | 
| 7931 7931 | 
             
              return l(), C(Ve, { name: "fade" }, {
         | 
| 7932 7932 | 
             
                default: k(() => {
         | 
| 7933 7933 | 
             
                  var u, g, p;
         | 
| @@ -8360,10 +8360,10 @@ const zu = /* @__PURE__ */ P(qu, [["render", ju]]), Gu = { | |
| 8360 8360 | 
             
                  deep: !0
         | 
| 8361 8361 | 
             
                }
         | 
| 8362 8362 | 
             
              }
         | 
| 8363 | 
            -
            },  | 
| 8363 | 
            +
            }, Yu = ["title", "aria-labelledby", "aria-required"], Ku = {
         | 
| 8364 8364 | 
             
              key: 0,
         | 
| 8365 8365 | 
             
              class: "label-text"
         | 
| 8366 | 
            -
            },  | 
| 8366 | 
            +
            }, Ju = ["id"], Zu = {
         | 
| 8367 8367 | 
             
              key: 0,
         | 
| 8368 8368 | 
             
              "aria-hidden": "true"
         | 
| 8369 8369 | 
             
            }, Qu = ["title", "aria-errormessage", "id"], Xu = ["aria-expanded"], $u = ["title"], em = ["src", "alt"], tm = {
         | 
| @@ -8378,7 +8378,7 @@ const zu = /* @__PURE__ */ P(qu, [["render", ju]]), Gu = { | |
| 8378 8378 | 
             
            };
         | 
| 8379 8379 | 
             
            function hm(e, n, t, s, i, o) {
         | 
| 8380 8380 | 
             
              var g, p, f, w;
         | 
| 8381 | 
            -
              const d =  | 
| 8381 | 
            +
              const d = Y, c = mn, u = Ce("router-link");
         | 
| 8382 8382 | 
             
              return l(), r("div", {
         | 
| 8383 8383 | 
             
                class: x([
         | 
| 8384 8384 | 
             
                  i.validationStatus,
         | 
| @@ -8395,11 +8395,11 @@ function hm(e, n, t, s, i, o) { | |
| 8395 8395 | 
             
                "aria-required": e.$attrs.required !== void 0,
         | 
| 8396 8396 | 
             
                ref: "fakeselect"
         | 
| 8397 8397 | 
             
              }, [
         | 
| 8398 | 
            -
                t.showLabel ? (l(), r("span",  | 
| 8398 | 
            +
                t.showLabel ? (l(), r("span", Ku, [
         | 
| 8399 8399 | 
             
                  a("span", { id: e.htmlId }, [
         | 
| 8400 8400 | 
             
                    H(y(t.labelText), 1),
         | 
| 8401 8401 | 
             
                    e.$attrs.required !== void 0 ? (l(), r("sup", Zu, "*")) : m("", !0)
         | 
| 8402 | 
            -
                  ], 8,  | 
| 8402 | 
            +
                  ], 8, Ju),
         | 
| 8403 8403 | 
             
                  (e.$attrs.required || e.inputRequirements.length) && t.showStatusIcon ? (l(), r("a", {
         | 
| 8404 8404 | 
             
                    key: 0,
         | 
| 8405 8405 | 
             
                    href: "#",
         | 
| @@ -8557,7 +8557,7 @@ function hm(e, n, t, s, i, o) { | |
| 8557 8557 | 
             
                    ], 10, sm)) : t.type === "content" && i.showOptions ? A(e.$slots, "default", { key: 2 }) : m("", !0)
         | 
| 8558 8558 | 
             
                  ])
         | 
| 8559 8559 | 
             
                ], 42, Xu)
         | 
| 8560 | 
            -
              ], 10,  | 
| 8560 | 
            +
              ], 10, Yu);
         | 
| 8561 8561 | 
             
            }
         | 
| 8562 8562 | 
             
            const Ai = /* @__PURE__ */ P(Wu, [["render", hm]]), pm = {
         | 
| 8563 8563 | 
             
              name: "CmdFormFilters",
         | 
| @@ -8640,7 +8640,7 @@ const Ai = /* @__PURE__ */ P(Wu, [["render", hm]]), pm = { | |
| 8640 8640 | 
             
              class: "cmd-form-filters"
         | 
| 8641 8641 | 
             
            }, gm = { key: 0 }, ym = { key: 1 }, bm = ["onClick", "title"];
         | 
| 8642 8642 | 
             
            function xm(e, n, t, s, i, o) {
         | 
| 8643 | 
            -
              const d =  | 
| 8643 | 
            +
              const d = Y;
         | 
| 8644 8644 | 
             
              return i.options.length ? (l(), r("ul", fm, [
         | 
| 8645 8645 | 
             
                i.options.length > 1 ? (l(), r("li", gm, [
         | 
| 8646 8646 | 
             
                  a("a", {
         | 
| @@ -8868,7 +8868,7 @@ const Ri = /* @__PURE__ */ P(wm, [["render", Tm]]), Sm = { | |
| 8868 8868 | 
             
            ];
         | 
| 8869 8869 | 
             
            function Dm(e, n, t, s, i, o) {
         | 
| 8870 8870 | 
             
              var u;
         | 
| 8871 | 
            -
              const d =  | 
| 8871 | 
            +
              const d = J, c = _e;
         | 
| 8872 8872 | 
             
              return l(), r("div", Om, [
         | 
| 8873 8873 | 
             
                (u = t.cmdHeadline) != null && u.headlineText || e.editModeContext ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
         | 
| 8874 8874 | 
             
                e.editModeContext ? t.images.length ? (l(!0), r(S, { key: 2 }, q(t.images, (g, p) => (l(), C(c, {
         | 
| @@ -9164,7 +9164,7 @@ const Rm = /* @__PURE__ */ P(Pm, [["render", qm]]), Nm = { | |
| 9164 9164 | 
             
            }, Um = ["aria-labelledby"], jm = { class: "label-text" }, zm = ["id"], Gm = {
         | 
| 9165 9165 | 
             
              key: 0,
         | 
| 9166 9166 | 
             
              "aria-hidden": "true"
         | 
| 9167 | 
            -
            }, Wm = ["title", "aria-errormessage", "id"],  | 
| 9167 | 
            +
            }, Wm = ["title", "aria-errormessage", "id"], Ym = ["for"], Km = ["type", "id", "name", "value", "disabled"], Jm = {
         | 
| 9168 9168 | 
             
              key: 1,
         | 
| 9169 9169 | 
             
              class: "label-text"
         | 
| 9170 9170 | 
             
            }, Zm = {
         | 
| @@ -9172,7 +9172,7 @@ const Rm = /* @__PURE__ */ P(Pm, [["render", qm]]), Nm = { | |
| 9172 9172 | 
             
              class: "flex-container no-flex"
         | 
| 9173 9173 | 
             
            };
         | 
| 9174 9174 | 
             
            function Qm(e, n, t, s, i, o) {
         | 
| 9175 | 
            -
              const d =  | 
| 9175 | 
            +
              const d = Y, c = mn;
         | 
| 9176 9176 | 
             
              return l(), r("div", {
         | 
| 9177 9177 | 
             
                class: x([
         | 
| 9178 9178 | 
             
                  "cmd-input-group label",
         | 
| @@ -9239,7 +9239,7 @@ function Qm(e, n, t, s, i, o) { | |
| 9239 9239 | 
             
                      "onUpdate:modelValue": n[1] || (n[1] = (p) => o.inputValue = p),
         | 
| 9240 9240 | 
             
                      disabled: t.disabled,
         | 
| 9241 9241 | 
             
                      class: x({ "replace-input-type": t.replaceInputType })
         | 
| 9242 | 
            -
                    }, null, 10,  | 
| 9242 | 
            +
                    }, null, 10, Km), [
         | 
| 9243 9243 | 
             
                      [Po, o.inputValue]
         | 
| 9244 9244 | 
             
                    ]),
         | 
| 9245 9245 | 
             
                    t.multipleSwitch && u.iconClass ? (l(), C(d, {
         | 
| @@ -9247,8 +9247,8 @@ function Qm(e, n, t, s, i, o) { | |
| 9247 9247 | 
             
                      iconClass: u.iconClass,
         | 
| 9248 9248 | 
             
                      type: u.iconType
         | 
| 9249 9249 | 
             
                    }, null, 8, ["iconClass", "type"])) : m("", !0),
         | 
| 9250 | 
            -
                    u.labelText ? (l(), r("span",  | 
| 9251 | 
            -
                  ], 10,  | 
| 9250 | 
            +
                    u.labelText ? (l(), r("span", Jm, y(u.labelText), 1)) : m("", !0)
         | 
| 9251 | 
            +
                  ], 10, Ym))), 128))
         | 
| 9252 9252 | 
             
                ], 2))
         | 
| 9253 9253 | 
             
              ], 10, Um);
         | 
| 9254 9254 | 
             
            }
         | 
| @@ -9546,7 +9546,7 @@ const Ni = /* @__PURE__ */ P(Nm, [["render", Qm]]), Xm = { | |
| 9546 9546 | 
             
            }, $m = { class: "cmd-login-form flex-container" }, eh = { class: "option-wrapper flex-container" }, th = { key: 1 }, nh = ["type", "disabled"], ih = { key: 1 }, oh = { class: "cmd-login-form flex-container" }, lh = { class: "option-wrapper flex-container" }, sh = { key: 1 }, ah = ["type", "disabled"], rh = { key: 1 };
         | 
| 9547 9547 | 
             
            function dh(e, n, t, s, i, o) {
         | 
| 9548 9548 | 
             
              var p, f, w, b, L, v, B, F;
         | 
| 9549 | 
            -
              const d =  | 
| 9549 | 
            +
              const d = J, c = te, u = Y, g = qe;
         | 
| 9550 9550 | 
             
              return l(), r(S, null, [
         | 
| 9551 9551 | 
             
                X(a("fieldset", $m, [
         | 
| 9552 9552 | 
             
                  a("legend", {
         | 
| @@ -9809,7 +9809,7 @@ const ch = /* @__PURE__ */ P(Xm, [["render", dh]]), uh = { | |
| 9809 9809 | 
             
              class: "close-nav"
         | 
| 9810 9810 | 
             
            }, hh = ["href", "title", "target", "onClick"], ph = { key: 1 }, fh = { key: 1 }, gh = ["aria-expanded"], yh = ["href", "title", "target", "onClick"], bh = { key: 1 }, xh = { key: 1 }, _h = ["aria-expanded"], Ch = ["href", "title", "target", "onClick"], wh = { key: 1 }, kh = { key: 1 };
         | 
| 9811 9811 | 
             
            function vh(e, n, t, s, i, o) {
         | 
| 9812 | 
            -
              const d =  | 
| 9812 | 
            +
              const d = Y, c = Ce("router-link");
         | 
| 9813 9813 | 
             
              return l(), r("div", {
         | 
| 9814 9814 | 
             
                class: x([
         | 
| 9815 9815 | 
             
                  "cmd-main-navigation main-navigation-wrapper",
         | 
| @@ -10057,7 +10057,7 @@ const Ui = /* @__PURE__ */ P(uh, [["render", vh]]), Th = { | |
| 10057 10057 | 
             
              class: "number"
         | 
| 10058 10058 | 
             
            }, Oh = { key: 2 };
         | 
| 10059 10059 | 
             
            function Lh(e, n, t, s, i, o) {
         | 
| 10060 | 
            -
              const d =  | 
| 10060 | 
            +
              const d = Y, c = qe;
         | 
| 10061 10061 | 
             
              return l(), r("ol", {
         | 
| 10062 10062 | 
             
                class: x(["cmd-multistep-form-progress-bar", { "use-gap": t.useGap }])
         | 
| 10063 10063 | 
             
              }, [
         | 
| @@ -10276,7 +10276,7 @@ function Mh(e, n, t, s, i, o) { | |
| 10276 10276 | 
             
              ]);
         | 
| 10277 10277 | 
             
            }
         | 
| 10278 10278 | 
             
            const Ph = /* @__PURE__ */ P(Bh, [["render", Mh]]);
         | 
| 10279 | 
            -
            function  | 
| 10279 | 
            +
            function Yn(e, n, t, s = !0, i = !0) {
         | 
| 10280 10280 | 
             
              function o(d, c) {
         | 
| 10281 10281 | 
             
                return c && d < 10 ? "0" + d : d;
         | 
| 10282 10282 | 
             
              }
         | 
| @@ -10345,7 +10345,7 @@ const Vh = { | |
| 10345 10345 | 
             
                  e === "am" ? this.editableDay.amClosed = !this.editableDay.amClosed : this.editableDay.pmClosed = !this.editableDay.pmClosed;
         | 
| 10346 10346 | 
             
                },
         | 
| 10347 10347 | 
             
                getTime(e) {
         | 
| 10348 | 
            -
                  return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) :  | 
| 10348 | 
            +
                  return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : Yn(":", " " + this.abbreviationTextAm, " " + this.abbreviationTextPm, !1, this.use24HoursFormat)(e.hours, e.mins);
         | 
| 10349 10349 | 
             
                },
         | 
| 10350 10350 | 
             
                updateHandlerProvider() {
         | 
| 10351 10351 | 
             
                  const e = this.editableDay;
         | 
| @@ -10359,7 +10359,7 @@ const Vh = { | |
| 10359 10359 | 
             
              watch: {
         | 
| 10360 10360 | 
             
                day: {
         | 
| 10361 10361 | 
             
                  handler() {
         | 
| 10362 | 
            -
                    const e =  | 
| 10362 | 
            +
                    const e = Yn(":", "", "", !0, this.use24HoursFormat);
         | 
| 10363 10363 | 
             
                    this.editableDay = {
         | 
| 10364 10364 | 
             
                      day: this.day.day,
         | 
| 10365 10365 | 
             
                      amFrom: e(this.day.am.fromTime.hours, this.day.am.fromTime.mins),
         | 
| @@ -10510,14 +10510,14 @@ function Wh(e, n, t, s, i, o) { | |
| 10510 10510 | 
             
                ])
         | 
| 10511 10511 | 
             
              ], 64));
         | 
| 10512 10512 | 
             
            }
         | 
| 10513 | 
            -
            const  | 
| 10514 | 
            -
            function  | 
| 10513 | 
            +
            const Yh = /* @__PURE__ */ P(Vh, [["render", Wh]]);
         | 
| 10514 | 
            +
            function Kh(e) {
         | 
| 10515 10515 | 
             
              return (n, t) => {
         | 
| 10516 10516 | 
             
                const s = /* @__PURE__ */ new Date();
         | 
| 10517 10517 | 
             
                return s.setHours(n, t, 0, 0), new Intl.DateTimeFormat(e, { timeStyle: "short" }).format(s);
         | 
| 10518 10518 | 
             
              };
         | 
| 10519 10519 | 
             
            }
         | 
| 10520 | 
            -
            function  | 
| 10520 | 
            +
            function Jh(e, n, t, s = !0) {
         | 
| 10521 10521 | 
             
              function i(o, d) {
         | 
| 10522 10522 | 
             
                return d && o < 10 ? "0" + o : o;
         | 
| 10523 10523 | 
             
              }
         | 
| @@ -10757,7 +10757,7 @@ const Zh = { | |
| 10757 10757 | 
             
                  };
         | 
| 10758 10758 | 
             
                },
         | 
| 10759 10759 | 
             
                getTime(e) {
         | 
| 10760 | 
            -
                  return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) :  | 
| 10760 | 
            +
                  return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : Jh(":", " hrs", "", !1)(e.hours, e.mins);
         | 
| 10761 10761 | 
             
                },
         | 
| 10762 10762 | 
             
                updateHandlerProvider() {
         | 
| 10763 10763 | 
             
                  const e = this.textOpenModel, n = this.textClosedModel, t = this.textHolidaysModel, s = this.textMiscInfoModel;
         | 
| @@ -10782,7 +10782,7 @@ const Zh = { | |
| 10782 10782 | 
             
            };
         | 
| 10783 10783 | 
             
            function rp(e, n, t, s, i, o) {
         | 
| 10784 10784 | 
             
              var f, w;
         | 
| 10785 | 
            -
              const d =  | 
| 10785 | 
            +
              const d = J, c = qe, u = te, g = Yh, p = He;
         | 
| 10786 10786 | 
             
              return l(), r("div", Qh, [
         | 
| 10787 10787 | 
             
                (f = t.cmdHeadline) != null && f.headlineText || e.editModeContext ? (l(), C(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
         | 
| 10788 10788 | 
             
                !e.editing && t.showOpenStatus ? (l(), r(S, { key: 1 }, [
         | 
| @@ -11000,7 +11000,7 @@ const dp = /* @__PURE__ */ P(Zh, [["render", rp]]), cp = { | |
| 11000 11000 | 
             
              }
         | 
| 11001 11001 | 
             
            }, mp = { class: "cmd-pagination" }, hp = ["href", "title"], pp = { key: 0 }, fp = { class: "page-index" }, gp = { class: "flex-container" }, yp = ["href", "title", "onClick"], bp = ["href", "title"], xp = { key: 0 };
         | 
| 11002 11002 | 
             
            function _p(e, n, t, s, i, o) {
         | 
| 11003 | 
            -
              const d =  | 
| 11003 | 
            +
              const d = Y;
         | 
| 11004 11004 | 
             
              return l(), r("div", mp, [
         | 
| 11005 11005 | 
             
                a("a", {
         | 
| 11006 11006 | 
             
                  href: o.getPreviousHref,
         | 
| @@ -11143,7 +11143,7 @@ const Cp = /* @__PURE__ */ P(up, [["render", _p]]), wp = { | |
| 11143 11143 | 
             
              }
         | 
| 11144 11144 | 
             
            }, kp = { class: "cmd-social-networks-item" }, vp = ["href", "title"], Tp = { key: 1 };
         | 
| 11145 11145 | 
             
            function Sp(e, n, t, s, i, o) {
         | 
| 11146 | 
            -
              const d =  | 
| 11146 | 
            +
              const d = Y;
         | 
| 11147 11147 | 
             
              return l(), r("li", kp, [
         | 
| 11148 11148 | 
             
                (l(), r("a", {
         | 
| 11149 11149 | 
             
                  key: t.network.path,
         | 
| @@ -11327,7 +11327,7 @@ const Op = /* @__PURE__ */ P(wp, [["render", Sp]]), Lp = { | |
| 11327 11327 | 
             
            ];
         | 
| 11328 11328 | 
             
            function Fp(e, n, t, s, i, o) {
         | 
| 11329 11329 | 
             
              var p, f;
         | 
| 11330 | 
            -
              const d =  | 
| 11330 | 
            +
              const d = J, c = te, u = Op, g = He;
         | 
| 11331 11331 | 
             
              return l(), r("div", {
         | 
| 11332 11332 | 
             
                class: x(["cmd-social-networks", { stretch: t.stretchButtons }, o.alignment])
         | 
| 11333 11333 | 
             
              }, [
         | 
| @@ -11525,7 +11525,7 @@ const Ep = /* @__PURE__ */ P(Dp, [["render", Ap]]), Hp = { | |
| 11525 11525 | 
             
              class: "headline-wrapper flex-container vertical"
         | 
| 11526 11526 | 
             
            };
         | 
| 11527 11527 | 
             
            function Np(e, n, t, s, i, o) {
         | 
| 11528 | 
            -
              const d = Pi, c =  | 
| 11528 | 
            +
              const d = Pi, c = J;
         | 
| 11529 11529 | 
             
              return t.cmdBreadcrumbs || t.cmdHeadline || e.$slots.default ? (l(), r("header", qp, [
         | 
| 11530 11530 | 
             
                t.cmdBreadcrumbs || t.cmdHeadline ? (l(), r("div", Rp, [
         | 
| 11531 11531 | 
             
                  t.cmdBreadcrumbs ? (l(), C(d, R(I({ key: 0 }, t.cmdBreadcrumbs)), null, 16)) : m("", !0),
         | 
| @@ -11576,8 +11576,8 @@ const Up = /* @__PURE__ */ P(Hp, [["render", Np]]), jp = { | |
| 11576 11576 | 
             
                  required: !0
         | 
| 11577 11577 | 
             
                }
         | 
| 11578 11578 | 
             
              }
         | 
| 11579 | 
            -
            }, zp = ["for"], Gp = { class: "progressbar" }, Wp = { key: 0 },  | 
| 11580 | 
            -
            function  | 
| 11579 | 
            +
            }, zp = ["for"], Gp = { class: "progressbar" }, Wp = { key: 0 }, Yp = ["id", "value"];
         | 
| 11580 | 
            +
            function Kp(e, n, t, s, i, o) {
         | 
| 11581 11581 | 
             
              return l(), r("label", {
         | 
| 11582 11582 | 
             
                class: "cmd-progressbar",
         | 
| 11583 11583 | 
             
                for: t.id
         | 
| @@ -11590,11 +11590,11 @@ function Jp(e, n, t, s, i, o) { | |
| 11590 11590 | 
             
                  a("progress", I(e.$attrs, {
         | 
| 11591 11591 | 
             
                    id: t.id,
         | 
| 11592 11592 | 
             
                    value: i.loadingStatus
         | 
| 11593 | 
            -
                  }), null, 16,  | 
| 11593 | 
            +
                  }), null, 16, Yp)
         | 
| 11594 11594 | 
             
                ])
         | 
| 11595 11595 | 
             
              ], 8, zp);
         | 
| 11596 11596 | 
             
            }
         | 
| 11597 | 
            -
            const  | 
| 11597 | 
            +
            const Jp = /* @__PURE__ */ P(jp, [["render", Kp]]), Zp = {
         | 
| 11598 11598 | 
             
              name: "CmdSidebar",
         | 
| 11599 11599 | 
             
              data() {
         | 
| 11600 11600 | 
             
                return {
         | 
| @@ -11670,7 +11670,7 @@ const Yp = /* @__PURE__ */ P(jp, [["render", Jp]]), Zp = { | |
| 11670 11670 | 
             
            }, ef = ["title"];
         | 
| 11671 11671 | 
             
            function tf(e, n, t, s, i, o) {
         | 
| 11672 11672 | 
             
              var c;
         | 
| 11673 | 
            -
              const d =  | 
| 11673 | 
            +
              const d = J;
         | 
| 11674 11674 | 
             
              return l(), r("aside", {
         | 
| 11675 11675 | 
             
                class: x(["cmd-sidebar", o.wrapperClass, { box: t.styledAsBox, "collapse-to-right": !t.collapseToLeft }])
         | 
| 11676 11676 | 
             
              }, [
         | 
| @@ -12146,7 +12146,7 @@ const uf = /* @__PURE__ */ P(rf, [["render", cf]]), mf = { | |
| 12146 12146 | 
             
            };
         | 
| 12147 12147 | 
             
            function _f(e, n, t, s, i, o) {
         | 
| 12148 12148 | 
             
              var f, w, b, L, v, B, F, D;
         | 
| 12149 | 
            -
              const d =  | 
| 12149 | 
            +
              const d = J, c = te, u = Y, g = Ai, p = Ei;
         | 
| 12150 12150 | 
             
              return l(), r(S, null, [
         | 
| 12151 12151 | 
             
                a("fieldset", pf, [
         | 
| 12152 12152 | 
             
                  a("legend", {
         | 
| @@ -12215,7 +12215,7 @@ function _f(e, n, t, s, i, o) { | |
| 12215 12215 | 
             
                              role: "option",
         | 
| 12216 12216 | 
             
                              selectData: (G = t.cmdFakeSelect) == null ? void 0 : G.selectData,
         | 
| 12217 12217 | 
             
                              modelValue: o.searchFilters,
         | 
| 12218 | 
            -
                              "onUpdate:modelValue": n[4] || (n[4] = ( | 
| 12218 | 
            +
                              "onUpdate:modelValue": n[4] || (n[4] = (K) => o.searchFilters = K),
         | 
| 12219 12219 | 
             
                              defaultOptionName: (j = t.cmdFakeSelect) == null ? void 0 : j.defaultOptionName,
         | 
| 12220 12220 | 
             
                              type: (V = t.cmdFakeSelect) == null ? void 0 : V.type,
         | 
| 12221 12221 | 
             
                              labelText: (N = t.cmdFakeSelect) == null ? void 0 : N.labelText
         | 
| @@ -12908,11 +12908,11 @@ const Ff = /* @__PURE__ */ P(wf, [["render", Bf]]), Df = "data:image/svg+xml,%3c | |
| 12908 12908 | 
             
              type: "href",
         | 
| 12909 12909 | 
             
              path: "./",
         | 
| 12910 12910 | 
             
              tooltip: "Tooltip"
         | 
| 12911 | 
            -
            },  | 
| 12911 | 
            +
            }, Yf = "/media/images/logos/logo.svg", Kf = "/media/images/logos/logo-darkmode.svg", Jf = "Company Logo", Zf = {
         | 
| 12912 12912 | 
             
              link: Wf,
         | 
| 12913 | 
            -
              pathDefaultLogo:  | 
| 12914 | 
            -
              pathDarkmodeLogo:  | 
| 12915 | 
            -
              altText:  | 
| 12913 | 
            +
              pathDefaultLogo: Yf,
         | 
| 12914 | 
            +
              pathDarkmodeLogo: Kf,
         | 
| 12915 | 
            +
              altText: Jf
         | 
| 12916 12916 | 
             
            }, Qf = [
         | 
| 12917 12917 | 
             
              {
         | 
| 12918 12918 | 
             
                value: "",
         | 
| @@ -12967,7 +12967,7 @@ const Ff = /* @__PURE__ */ P(wf, [["render", Bf]]), Df = "data:image/svg+xml,%3c | |
| 12967 12967 | 
             
                value: "en",
         | 
| 12968 12968 | 
             
                text: "United Kingdom"
         | 
| 12969 12969 | 
             
              }
         | 
| 12970 | 
            -
            ],  | 
| 12970 | 
            +
            ], Kn = [
         | 
| 12971 12971 | 
             
              {
         | 
| 12972 12972 | 
             
                text: "Filter 1",
         | 
| 12973 12973 | 
             
                value: "1"
         | 
| @@ -14675,7 +14675,7 @@ const Ff = /* @__PURE__ */ P(wf, [["render", Bf]]), Df = "data:image/svg+xml,%3c | |
| 14675 14675 | 
             
                  }
         | 
| 14676 14676 | 
             
                ]
         | 
| 14677 14677 | 
             
              }
         | 
| 14678 | 
            -
            ],  | 
| 14678 | 
            +
            ], Yg = [
         | 
| 14679 14679 | 
             
              {
         | 
| 14680 14680 | 
             
                headline: {
         | 
| 14681 14681 | 
             
                  headlineLevel: 4,
         | 
| @@ -14752,7 +14752,7 @@ const Ff = /* @__PURE__ */ P(wf, [["render", Bf]]), Df = "data:image/svg+xml,%3c | |
| 14752 14752 | 
             
                  }
         | 
| 14753 14753 | 
             
                ]
         | 
| 14754 14754 | 
             
              }
         | 
| 14755 | 
            -
            ],  | 
| 14755 | 
            +
            ], Kg = {
         | 
| 14756 14756 | 
             
              name: "CmdSwitchLanguage",
         | 
| 14757 14757 | 
             
              emits: ["click"],
         | 
| 14758 14758 | 
             
              data() {
         | 
| @@ -14802,10 +14802,10 @@ const Ff = /* @__PURE__ */ P(wf, [["render", Bf]]), Df = "data:image/svg+xml,%3c | |
| 14802 14802 | 
             
                  deep: !0
         | 
| 14803 14803 | 
             
                }
         | 
| 14804 14804 | 
             
              }
         | 
| 14805 | 
            -
            },  | 
| 14805 | 
            +
            }, Jg = { class: "cmd-switch-language" }, Zg = ["href", "title", "onClick"], Qg = ["src", "alt"], Xg = ["src", "alt"];
         | 
| 14806 14806 | 
             
            function $g(e, n, t, s, i, o) {
         | 
| 14807 14807 | 
             
              const d = Ce("router-link");
         | 
| 14808 | 
            -
              return l(), r("div",  | 
| 14808 | 
            +
              return l(), r("div", Jg, [
         | 
| 14809 14809 | 
             
                a("ul", null, [
         | 
| 14810 14810 | 
             
                  (l(!0), r(S, null, q(t.languages, (c, u) => (l(), r("li", { key: u }, [
         | 
| 14811 14811 | 
             
                    c.link.type === "href" ? (l(), r("a", {
         | 
| @@ -14838,7 +14838,7 @@ function $g(e, n, t, s, i, o) { | |
| 14838 14838 | 
             
                ])
         | 
| 14839 14839 | 
             
              ]);
         | 
| 14840 14840 | 
             
            }
         | 
| 14841 | 
            -
            const ey = /* @__PURE__ */ P( | 
| 14841 | 
            +
            const ey = /* @__PURE__ */ P(Kg, [["render", $g]]), ty = {
         | 
| 14842 14842 | 
             
              name: "CmdTable",
         | 
| 14843 14843 | 
             
              data() {
         | 
| 14844 14844 | 
             
                return {
         | 
| @@ -14997,7 +14997,7 @@ const ey = /* @__PURE__ */ P(Jg, [["render", $g]]), ty = { | |
| 14997 14997 | 
             
              "aria-expanded": "true"
         | 
| 14998 14998 | 
             
            }, dy = ["innerHTML"];
         | 
| 14999 14999 | 
             
            function cy(e, n, t, s, i, o) {
         | 
| 15000 | 
            -
              const d =  | 
| 15000 | 
            +
              const d = Y, c = vt;
         | 
| 15001 15001 | 
             
              return l(), r("div", {
         | 
| 15002 15002 | 
             
                class: x(["cmd-table-wrapper", { collapsed: !i.showTableData, "full-width": i.fullWidth, "has-caption": o.hasCaption, "has-overflow": i.hasOverflow }])
         | 
| 15003 15003 | 
             
              }, [
         | 
| @@ -15178,7 +15178,7 @@ const my = { | |
| 15178 15178 | 
             
              "aria-live": "assertive"
         | 
| 15179 15179 | 
             
            }, yy = ["innerHTML"];
         | 
| 15180 15180 | 
             
            function by(e, n, t, s, i, o) {
         | 
| 15181 | 
            -
              const d =  | 
| 15181 | 
            +
              const d = Y, c = J;
         | 
| 15182 15182 | 
             
              return l(), r("div", hy, [
         | 
| 15183 15183 | 
             
                a("ul", {
         | 
| 15184 15184 | 
             
                  class: x({ "stretch-tabs": t.stretchTabs }),
         | 
| @@ -15346,7 +15346,7 @@ const xy = /* @__PURE__ */ P(my, [["render", by]]), _y = { | |
| 15346 15346 | 
             
            ];
         | 
| 15347 15347 | 
             
            function Sy(e, n, t, s, i, o) {
         | 
| 15348 15348 | 
             
              var g, p, f, w;
         | 
| 15349 | 
            -
              const d =  | 
| 15349 | 
            +
              const d = J, c = _e, u = He;
         | 
| 15350 15350 | 
             
              return l(), r("div", {
         | 
| 15351 15351 | 
             
                class: x(["cmd-text-image-block flex-container", t.orientation])
         | 
| 15352 15352 | 
             
              }, [
         | 
| @@ -15555,7 +15555,7 @@ const Oy = /* @__PURE__ */ P(_y, [["render", Sy]]), Ly = { | |
| 15555 15555 | 
             
              }
         | 
| 15556 15556 | 
             
            }, Iy = { key: 0 };
         | 
| 15557 15557 | 
             
            function By(e, n, t, s, i, o) {
         | 
| 15558 | 
            -
              const d =  | 
| 15558 | 
            +
              const d = Y, c = te;
         | 
| 15559 15559 | 
             
              return l(), r("div", {
         | 
| 15560 15560 | 
             
                class: x(["cmd-toggle-dark-mode", { "styled-layout": t.useStyledLayout, "dark-mode": i.darkMode }])
         | 
| 15561 15561 | 
             
              }, [
         | 
| @@ -15659,7 +15659,7 @@ const Fy = /* @__PURE__ */ P(Ly, [["render", By]]), Dy = { | |
| 15659 15659 | 
             
                };
         | 
| 15660 15660 | 
             
              }
         | 
| 15661 15661 | 
             
            };
         | 
| 15662 | 
            -
            function  | 
| 15662 | 
            +
            function Yi(e, n) {
         | 
| 15663 15663 | 
             
              return function() {
         | 
| 15664 15664 | 
             
                return e.apply(n, arguments);
         | 
| 15665 15665 | 
             
              };
         | 
| @@ -15671,12 +15671,12 @@ const { toString: My } = Object.prototype, { getPrototypeOf: _n } = Object, Tt = | |
| 15671 15671 | 
             
            function Py(e) {
         | 
| 15672 15672 | 
             
              return e !== null && !Xe(e) && e.constructor !== null && !Xe(e.constructor) && he(e.constructor.isBuffer) && e.constructor.isBuffer(e);
         | 
| 15673 15673 | 
             
            }
         | 
| 15674 | 
            -
            const  | 
| 15674 | 
            +
            const Ki = ge("ArrayBuffer");
         | 
| 15675 15675 | 
             
            function Vy(e) {
         | 
| 15676 15676 | 
             
              let n;
         | 
| 15677 | 
            -
              return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? n = ArrayBuffer.isView(e) : n = e && e.buffer &&  | 
| 15677 | 
            +
              return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? n = ArrayBuffer.isView(e) : n = e && e.buffer && Ki(e.buffer), n;
         | 
| 15678 15678 | 
             
            }
         | 
| 15679 | 
            -
            const Ay = St("string"), he = St("function"),  | 
| 15679 | 
            +
            const Ay = St("string"), he = St("function"), Ji = St("number"), Ot = (e) => e !== null && typeof e == "object", Ey = (e) => e === !0 || e === !1, ht = (e) => {
         | 
| 15680 15680 | 
             
              if (Tt(e) !== "object")
         | 
| 15681 15681 | 
             
                return !1;
         | 
| 15682 15682 | 
             
              const n = _n(e);
         | 
| @@ -15685,7 +15685,7 @@ const Ay = St("string"), he = St("function"), Yi = St("number"), Ot = (e) => e ! | |
| 15685 15685 | 
             
              let n;
         | 
| 15686 15686 | 
             
              return e && (typeof FormData == "function" && e instanceof FormData || he(e.append) && ((n = Tt(e)) === "formdata" || // detect form-data instance
         | 
| 15687 15687 | 
             
              n === "object" && he(e.toString) && e.toString() === "[object FormData]"));
         | 
| 15688 | 
            -
            }, zy = ge("URLSearchParams"), [Gy, Wy,  | 
| 15688 | 
            +
            }, zy = ge("URLSearchParams"), [Gy, Wy, Yy, Ky] = ["ReadableStream", "Request", "Response", "Headers"].map(ge), Jy = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
         | 
| 15689 15689 | 
             
            function et(e, n, { allOwnKeys: t = !1 } = {}) {
         | 
| 15690 15690 | 
             
              if (e === null || typeof e > "u")
         | 
| 15691 15691 | 
             
                return;
         | 
| @@ -15720,7 +15720,7 @@ function Zt() { | |
| 15720 15720 | 
             
              return n;
         | 
| 15721 15721 | 
             
            }
         | 
| 15722 15722 | 
             
            const Zy = (e, n, t, { allOwnKeys: s } = {}) => (et(n, (i, o) => {
         | 
| 15723 | 
            -
              t && he(i) ? e[o] =  | 
| 15723 | 
            +
              t && he(i) ? e[o] = Yi(i, t) : e[o] = i;
         | 
| 15724 15724 | 
             
            }, { allOwnKeys: s }), e), Qy = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Xy = (e, n, t, s) => {
         | 
| 15725 15725 | 
             
              e.prototype = Object.create(n.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
         | 
| 15726 15726 | 
             
                value: n.prototype
         | 
| @@ -15743,7 +15743,7 @@ const Zy = (e, n, t, { allOwnKeys: s } = {}) => (et(n, (i, o) => { | |
| 15743 15743 | 
             
              if (!e) return null;
         | 
| 15744 15744 | 
             
              if (Ne(e)) return e;
         | 
| 15745 15745 | 
             
              let n = e.length;
         | 
| 15746 | 
            -
              if (! | 
| 15746 | 
            +
              if (!Ji(n)) return null;
         | 
| 15747 15747 | 
             
              const t = new Array(n);
         | 
| 15748 15748 | 
             
              for (; n-- > 0; )
         | 
| 15749 15749 | 
             
                t[n] = e[n];
         | 
| @@ -15766,7 +15766,7 @@ const Zy = (e, n, t, { allOwnKeys: s } = {}) => (et(n, (i, o) => { | |
| 15766 15766 | 
             
              function(t, s, i) {
         | 
| 15767 15767 | 
             
                return s.toUpperCase() + i;
         | 
| 15768 15768 | 
             
              }
         | 
| 15769 | 
            -
            ),  | 
| 15769 | 
            +
            ), Jn = (({ hasOwnProperty: e }) => (n, t) => e.call(n, t))(Object.prototype), ab = ge("RegExp"), $i = (e, n) => {
         | 
| 15770 15770 | 
             
              const t = Object.getOwnPropertyDescriptors(e), s = {};
         | 
| 15771 15771 | 
             
              et(t, (i, o) => {
         | 
| 15772 15772 | 
             
                let d;
         | 
| @@ -15828,19 +15828,19 @@ const pb = (e) => { | |
| 15828 15828 | 
             
              return t(e, 0);
         | 
| 15829 15829 | 
             
            }, fb = ge("AsyncFunction"), gb = (e) => e && (Ot(e) || he(e)) && he(e.then) && he(e.catch), O = {
         | 
| 15830 15830 | 
             
              isArray: Ne,
         | 
| 15831 | 
            -
              isArrayBuffer:  | 
| 15831 | 
            +
              isArrayBuffer: Ki,
         | 
| 15832 15832 | 
             
              isBuffer: Py,
         | 
| 15833 15833 | 
             
              isFormData: jy,
         | 
| 15834 15834 | 
             
              isArrayBufferView: Vy,
         | 
| 15835 15835 | 
             
              isString: Ay,
         | 
| 15836 | 
            -
              isNumber:  | 
| 15836 | 
            +
              isNumber: Ji,
         | 
| 15837 15837 | 
             
              isBoolean: Ey,
         | 
| 15838 15838 | 
             
              isObject: Ot,
         | 
| 15839 15839 | 
             
              isPlainObject: ht,
         | 
| 15840 15840 | 
             
              isReadableStream: Gy,
         | 
| 15841 15841 | 
             
              isRequest: Wy,
         | 
| 15842 | 
            -
              isResponse:  | 
| 15843 | 
            -
              isHeaders:  | 
| 15842 | 
            +
              isResponse: Yy,
         | 
| 15843 | 
            +
              isHeaders: Ky,
         | 
| 15844 15844 | 
             
              isUndefined: Xe,
         | 
| 15845 15845 | 
             
              isDate: Hy,
         | 
| 15846 15846 | 
             
              isFile: qy,
         | 
| @@ -15854,7 +15854,7 @@ const pb = (e) => { | |
| 15854 15854 | 
             
              forEach: et,
         | 
| 15855 15855 | 
             
              merge: Zt,
         | 
| 15856 15856 | 
             
              extend: Zy,
         | 
| 15857 | 
            -
              trim:  | 
| 15857 | 
            +
              trim: Jy,
         | 
| 15858 15858 | 
             
              stripBOM: Qy,
         | 
| 15859 15859 | 
             
              inherits: Xy,
         | 
| 15860 15860 | 
             
              toFlatObject: $y,
         | 
| @@ -15865,8 +15865,8 @@ const pb = (e) => { | |
| 15865 15865 | 
             
              forEachEntry: ib,
         | 
| 15866 15866 | 
             
              matchAll: ob,
         | 
| 15867 15867 | 
             
              isHTMLForm: lb,
         | 
| 15868 | 
            -
              hasOwnProperty:  | 
| 15869 | 
            -
              hasOwnProp:  | 
| 15868 | 
            +
              hasOwnProperty: Jn,
         | 
| 15869 | 
            +
              hasOwnProp: Jn,
         | 
| 15870 15870 | 
             
              // an alias to avoid ESLint no-prototype-builtins detection
         | 
| 15871 15871 | 
             
              reduceDescriptors: $i,
         | 
| 15872 15872 | 
             
              freezeMethods: rb,
         | 
| @@ -16667,7 +16667,7 @@ const mo = (e) => { | |
| 16667 16667 | 
             
                g && d.set(i, g);
         | 
| 16668 16668 | 
             
              }
         | 
| 16669 16669 | 
             
              return n;
         | 
| 16670 | 
            -
            }, Wb = typeof XMLHttpRequest < "u",  | 
| 16670 | 
            +
            }, Wb = typeof XMLHttpRequest < "u", Yb = Wb && function(e) {
         | 
| 16671 16671 | 
             
              return new Promise(function(t, s) {
         | 
| 16672 16672 | 
             
                const i = mo(e);
         | 
| 16673 16673 | 
             
                let o = i.data;
         | 
| @@ -16724,7 +16724,7 @@ const mo = (e) => { | |
| 16724 16724 | 
             
                }
         | 
| 16725 16725 | 
             
                p.send(o || null);
         | 
| 16726 16726 | 
             
              });
         | 
| 16727 | 
            -
            },  | 
| 16727 | 
            +
            }, Kb = (e, n) => {
         | 
| 16728 16728 | 
             
              let t = new AbortController(), s;
         | 
| 16729 16729 | 
             
              const i = function(u) {
         | 
| 16730 16730 | 
             
                if (!s) {
         | 
| @@ -16746,7 +16746,7 @@ const mo = (e) => { | |
| 16746 16746 | 
             
              return c.unsubscribe = d, [c, () => {
         | 
| 16747 16747 | 
             
                o && clearTimeout(o), o = null;
         | 
| 16748 16748 | 
             
              }];
         | 
| 16749 | 
            -
            },  | 
| 16749 | 
            +
            }, Jb = function* (e, n) {
         | 
| 16750 16750 | 
             
              let t = e.byteLength;
         | 
| 16751 16751 | 
             
              if (t < n) {
         | 
| 16752 16752 | 
             
                yield e;
         | 
| @@ -16757,7 +16757,7 @@ const mo = (e) => { | |
| 16757 16757 | 
             
                i = s + n, yield e.slice(s, i), s = i;
         | 
| 16758 16758 | 
             
            }, Zb = async function* (e, n, t) {
         | 
| 16759 16759 | 
             
              for await (const s of e)
         | 
| 16760 | 
            -
                yield*  | 
| 16760 | 
            +
                yield* Jb(ArrayBuffer.isView(s) ? s : await t(String(s)), n);
         | 
| 16761 16761 | 
             
            }, ni = (e, n, t, s, i) => {
         | 
| 16762 16762 | 
             
              const o = Zb(e, n, i);
         | 
| 16763 16763 | 
             
              let d = 0;
         | 
| @@ -16840,7 +16840,7 @@ const Xb = async (e) => { | |
| 16840 16840 | 
             
                fetchOptions: w
         | 
| 16841 16841 | 
             
              } = mo(e);
         | 
| 16842 16842 | 
             
              g = g ? (g + "").toLowerCase() : "text";
         | 
| 16843 | 
            -
              let [b, L] = i || o || d ?  | 
| 16843 | 
            +
              let [b, L] = i || o || d ? Kb([i, o], d) : [], v, B;
         | 
| 16844 16844 | 
             
              const F = () => {
         | 
| 16845 16845 | 
             
                !v && setTimeout(() => {
         | 
| 16846 16846 | 
             
                  b && b.unsubscribe();
         | 
| @@ -16872,8 +16872,8 @@ const Xb = async (e) => { | |
| 16872 16872 | 
             
                const G = $t && (g === "stream" || g === "response");
         | 
| 16873 16873 | 
             
                if ($t && (c || G)) {
         | 
| 16874 16874 | 
             
                  const V = {};
         | 
| 16875 | 
            -
                  ["status", "statusText", "headers"].forEach(( | 
| 16876 | 
            -
                    V[ | 
| 16875 | 
            +
                  ["status", "statusText", "headers"].forEach((K) => {
         | 
| 16876 | 
            +
                    V[K] = M[K];
         | 
| 16877 16877 | 
             
                  });
         | 
| 16878 16878 | 
             
                  const N = O.toFiniteNumber(M.headers.get("content-length"));
         | 
| 16879 16879 | 
             
                  M = new Response(
         | 
| @@ -16906,7 +16906,7 @@ const Xb = async (e) => { | |
| 16906 16906 | 
             
              }
         | 
| 16907 16907 | 
             
            }), en = {
         | 
| 16908 16908 | 
             
              http: yb,
         | 
| 16909 | 
            -
              xhr:  | 
| 16909 | 
            +
              xhr: Yb,
         | 
| 16910 16910 | 
             
              fetch: ex
         | 
| 16911 16911 | 
             
            };
         | 
| 16912 16912 | 
             
            O.forEach(en, (e, n) => {
         | 
| @@ -17282,7 +17282,7 @@ Object.entries(nn).forEach(([e, n]) => { | |
| 17282 17282 | 
             
              nn[n] = e;
         | 
| 17283 17283 | 
             
            });
         | 
| 17284 17284 | 
             
            function go(e) {
         | 
| 17285 | 
            -
              const n = new Pe(e), t =  | 
| 17285 | 
            +
              const n = new Pe(e), t = Yi(Pe.prototype.request, n);
         | 
| 17286 17286 | 
             
              return O.extend(t, Pe.prototype, n, { allOwnKeys: !0 }), O.extend(t, n, null, { allOwnKeys: !0 }), t.create = function(i) {
         | 
| 17287 17287 | 
             
                return go(Ee(e, i));
         | 
| 17288 17288 | 
             
              }, t;
         | 
| @@ -17673,7 +17673,7 @@ const lx = { | |
| 17673 17673 | 
             
                },
         | 
| 17674 17674 | 
             
                // use imported function as method (to use in template)
         | 
| 17675 17675 | 
             
                getFileExtension(e) {
         | 
| 17676 | 
            -
                  return  | 
| 17676 | 
            +
                  return Ye(e);
         | 
| 17677 17677 | 
             
                },
         | 
| 17678 17678 | 
             
                selectFiles() {
         | 
| 17679 17679 | 
             
                  this.$refs.formElement.getDomElement().querySelector("input[type='file']").click();
         | 
| @@ -17735,12 +17735,12 @@ const lx = { | |
| 17735 17735 | 
             
                        );
         | 
| 17736 17736 | 
             
                        continue;
         | 
| 17737 17737 | 
             
                      }
         | 
| 17738 | 
            -
                      if (!this.allowedFileExtensions.includes( | 
| 17738 | 
            +
                      if (!this.allowedFileExtensions.includes(Ye(e[n].name))) {
         | 
| 17739 17739 | 
             
                        this.showListOfFileExtensions = !0, this.errors.fileType = !0, this.systemMessages.push(
         | 
| 17740 17740 | 
             
                          this.getMessage(
         | 
| 17741 17741 | 
             
                            "upload_form.system_message.not_allowed_file_type",
         | 
| 17742 17742 | 
             
                            e[n].name,
         | 
| 17743 | 
            -
                             | 
| 17743 | 
            +
                            Ye(e[n].name)
         | 
| 17744 17744 | 
             
                          )
         | 
| 17745 17745 | 
             
                        );
         | 
| 17746 17746 | 
             
                        continue;
         | 
| @@ -17752,7 +17752,7 @@ const lx = { | |
| 17752 17752 | 
             
                          this.getMessage(
         | 
| 17753 17753 | 
             
                            "upload_form.system_message.duplicate_file",
         | 
| 17754 17754 | 
             
                            e[n].name,
         | 
| 17755 | 
            -
                             | 
| 17755 | 
            +
                            Ye(e[n].name)
         | 
| 17756 17756 | 
             
                          )
         | 
| 17757 17757 | 
             
                        );
         | 
| 17758 17758 | 
             
                        continue;
         | 
| @@ -17864,7 +17864,7 @@ const lx = { | |
| 17864 17864 | 
             
              class: "progressbar"
         | 
| 17865 17865 | 
             
            }, Vx = ["value", "title"];
         | 
| 17866 17866 | 
             
            function Ax(e, n, t, s, i, o) {
         | 
| 17867 | 
            -
              const d =  | 
| 17867 | 
            +
              const d = J, c = $e, u = Y, g = te;
         | 
| 17868 17868 | 
             
              return l(), r(S, null, [
         | 
| 17869 17869 | 
             
                t.advancedMode ? (l(), r("fieldset", {
         | 
| 17870 17870 | 
             
                  key: 0,
         | 
| @@ -18269,7 +18269,7 @@ const Ex = /* @__PURE__ */ P(lx, [["render", Ax]]), Hx = { | |
| 18269 18269 | 
             
              }
         | 
| 18270 18270 | 
             
            }, qx = ["id"], Rx = ["id"];
         | 
| 18271 18271 | 
             
            function Nx(e, n, t, s, i, o) {
         | 
| 18272 | 
            -
              const d =  | 
| 18272 | 
            +
              const d = J;
         | 
| 18273 18273 | 
             
              return l(), r("div", {
         | 
| 18274 18274 | 
             
                class: x(["cmd-width-limitation-wrapper", { sticky: t.sticky }]),
         | 
| 18275 18275 | 
             
                ref: "width-limitation-wrapper"
         | 
| @@ -18423,7 +18423,7 @@ const zx = /* @__PURE__ */ P(Ux, [["render", jx]]), Gx = { | |
| 18423 18423 | 
             
                }
         | 
| 18424 18424 | 
             
              }
         | 
| 18425 18425 | 
             
            }, Wx = { class: "cmd-page-multiple-box-wrapper flex-container vertical" };
         | 
| 18426 | 
            -
            function  | 
| 18426 | 
            +
            function Yx(e, n, t, s, i, o) {
         | 
| 18427 18427 | 
             
              const d = bn, c = Mi;
         | 
| 18428 18428 | 
             
              return l(), r("div", Wx, [
         | 
| 18429 18429 | 
             
                (l(!0), r(S, null, q(t.segments, (u, g) => (l(), r(S, { key: g }, [
         | 
| @@ -18447,7 +18447,7 @@ function Kx(e, n, t, s, i, o) { | |
| 18447 18447 | 
             
                ], 64))), 128))
         | 
| 18448 18448 | 
             
              ]);
         | 
| 18449 18449 | 
             
            }
         | 
| 18450 | 
            -
            const  | 
| 18450 | 
            +
            const Kx = /* @__PURE__ */ P(Gx, [["render", Yx]]), Jx = {
         | 
| 18451 18451 | 
             
              name: "MultipleListsOfLinks",
         | 
| 18452 18452 | 
             
              props: {
         | 
| 18453 18453 | 
             
                segments: {
         | 
| @@ -18470,7 +18470,7 @@ function Qx(e, n, t, s, i, o) { | |
| 18470 18470 | 
             
                ], 64))), 128))
         | 
| 18471 18471 | 
             
              ]);
         | 
| 18472 18472 | 
             
            }
         | 
| 18473 | 
            -
            const Xx = /* @__PURE__ */ P( | 
| 18473 | 
            +
            const Xx = /* @__PURE__ */ P(Jx, [["render", Qx]]), $x = {
         | 
| 18474 18474 | 
             
              name: "ContactInformation",
         | 
| 18475 18475 | 
             
              props: {
         | 
| 18476 18476 | 
             
                /**
         | 
| @@ -18503,22 +18503,22 @@ const Xx = /* @__PURE__ */ P(Yx, [["render", Qx]]), $x = { | |
| 18503 18503 | 
             
                  return !this.$scopedSlots["custom-info"];
         | 
| 18504 18504 | 
             
                }
         | 
| 18505 18505 | 
             
              }
         | 
| 18506 | 
            -
            },  | 
| 18506 | 
            +
            }, e1 = {
         | 
| 18507 18507 | 
             
              key: 1,
         | 
| 18508 18508 | 
             
              class: "flex-container"
         | 
| 18509 | 
            -
            },  | 
| 18510 | 
            -
            function  | 
| 18509 | 
            +
            }, t1 = { class: "flex-container vertical" };
         | 
| 18510 | 
            +
            function n1(e, n, t, s, i, o) {
         | 
| 18511 18511 | 
             
              const d = Di, c = Li, u = Ri;
         | 
| 18512 | 
            -
              return o.contactFormOnly ? (l(), C(d, R(I({ key: 0 }, e.basicForm)), null, 16)) : (l(), r("div",  | 
| 18512 | 
            +
              return o.contactFormOnly ? (l(), C(d, R(I({ key: 0 }, e.basicForm)), null, 16)) : (l(), r("div", e1, [
         | 
| 18513 18513 | 
             
                h(d, R(ye(e.basicForm)), null, 16),
         | 
| 18514 | 
            -
                a("div",  | 
| 18514 | 
            +
                a("div", t1, [
         | 
| 18515 18515 | 
             
                  t.cmdAddressData ? (l(), C(c, R(I({ key: 0 }, t.cmdAddressData)), null, 16)) : m("", !0),
         | 
| 18516 18516 | 
             
                  t.cmdGoogleMaps ? (l(), C(u, R(I({ key: 1 }, t.cmdGoogleMaps)), null, 16)) : m("", !0),
         | 
| 18517 18517 | 
             
                  A(e.$slots, "additional-info")
         | 
| 18518 18518 | 
             
                ])
         | 
| 18519 18519 | 
             
              ]));
         | 
| 18520 18520 | 
             
            }
         | 
| 18521 | 
            -
            const  | 
| 18521 | 
            +
            const i1 = /* @__PURE__ */ P($x, [["render", n1]]), o1 = {
         | 
| 18522 18522 | 
             
              name: "PageOverview",
         | 
| 18523 18523 | 
             
              data() {
         | 
| 18524 18524 | 
             
                return {
         | 
| @@ -18526,31 +18526,31 @@ const i_ = /* @__PURE__ */ P($x, [["render", n_]]), o_ = { | |
| 18526 18526 | 
             
                  faqsData: zg,
         | 
| 18527 18527 | 
             
                  boxesTeamOverviewData: Gg,
         | 
| 18528 18528 | 
             
                  listOfDownloadsData: Wg,
         | 
| 18529 | 
            -
                  listOfSiteLinksData:  | 
| 18529 | 
            +
                  listOfSiteLinksData: Yg
         | 
| 18530 18530 | 
             
                };
         | 
| 18531 18531 | 
             
              }
         | 
| 18532 | 
            -
            },  | 
| 18532 | 
            +
            }, l1 = /* @__PURE__ */ a("h2", {
         | 
| 18533 18533 | 
             
              class: "headline-demopage",
         | 
| 18534 18534 | 
             
              id: "section-contact-information"
         | 
| 18535 18535 | 
             
            }, [
         | 
| 18536 18536 | 
             
              /* @__PURE__ */ a("span", null, "Contact Information")
         | 
| 18537 | 
            -
            ], -1),  | 
| 18537 | 
            +
            ], -1), s1 = /* @__PURE__ */ a("h2", {
         | 
| 18538 18538 | 
             
              class: "headline-demopage",
         | 
| 18539 18539 | 
             
              id: "section-multiple-lists-of-links-downloads"
         | 
| 18540 18540 | 
             
            }, [
         | 
| 18541 18541 | 
             
              /* @__PURE__ */ a("span", null, "Multiple Lists of links")
         | 
| 18542 | 
            -
            ], -1),  | 
| 18542 | 
            +
            ], -1), a1 = /* @__PURE__ */ a("h3", { id: "section-multiple-lists-of-links-downloads" }, "Downloads", -1), r1 = /* @__PURE__ */ a("hr", null, null, -1), d1 = /* @__PURE__ */ a("h3", { id: "section-multiple-lists-of-links-sitemap" }, "SiteMap", -1), c1 = /* @__PURE__ */ a("h2", {
         | 
| 18543 18543 | 
             
              class: "headline-demopage",
         | 
| 18544 18544 | 
             
              id: "section-multiple-box-wrapper"
         | 
| 18545 18545 | 
             
            }, [
         | 
| 18546 18546 | 
             
              /* @__PURE__ */ a("span", null, "Multiple Box Wrapper")
         | 
| 18547 | 
            -
            ], -1),  | 
| 18548 | 
            -
            function  | 
| 18549 | 
            -
              const d =  | 
| 18547 | 
            +
            ], -1), u1 = /* @__PURE__ */ a("h3", { id: "section-multiple-box-wrapper-faqs" }, "FAQs", -1), m1 = /* @__PURE__ */ a("hr", null, null, -1), h1 = /* @__PURE__ */ a("h3", { id: "section-multiple-box-wrapper-team-overview" }, "Team Overview", -1);
         | 
| 18548 | 
            +
            function p1(e, n, t, s, i, o) {
         | 
| 18549 | 
            +
              const d = i1, c = yo, u = Xx, g = Kx;
         | 
| 18550 18550 | 
             
              return l(), r(S, null, [
         | 
| 18551 18551 | 
             
                h(c, null, {
         | 
| 18552 18552 | 
             
                  default: k(() => [
         | 
| 18553 | 
            -
                     | 
| 18553 | 
            +
                    l1,
         | 
| 18554 18554 | 
             
                    h(d, {
         | 
| 18555 18555 | 
             
                      cmdBasicForm: e.basicForm,
         | 
| 18556 18556 | 
             
                      cmdAddressData: {},
         | 
| @@ -18566,29 +18566,29 @@ function p_(e, n, t, s, i, o) { | |
| 18566 18566 | 
             
                }),
         | 
| 18567 18567 | 
             
                h(c, null, {
         | 
| 18568 18568 | 
             
                  default: k(() => [
         | 
| 18569 | 
            -
                     | 
| 18570 | 
            -
                     | 
| 18569 | 
            +
                    s1,
         | 
| 18570 | 
            +
                    a1,
         | 
| 18571 18571 | 
             
                    h(u, { segments: i.listOfDownloadsData }, null, 8, ["segments"]),
         | 
| 18572 | 
            -
                     | 
| 18573 | 
            -
                     | 
| 18572 | 
            +
                    r1,
         | 
| 18573 | 
            +
                    d1,
         | 
| 18574 18574 | 
             
                    h(u, { segments: i.listOfSiteLinksData }, null, 8, ["segments"])
         | 
| 18575 18575 | 
             
                  ]),
         | 
| 18576 18576 | 
             
                  _: 1
         | 
| 18577 18577 | 
             
                }),
         | 
| 18578 18578 | 
             
                h(c, null, {
         | 
| 18579 18579 | 
             
                  default: k(() => [
         | 
| 18580 | 
            -
                     | 
| 18581 | 
            -
                     | 
| 18580 | 
            +
                    c1,
         | 
| 18581 | 
            +
                    u1,
         | 
| 18582 18582 | 
             
                    h(g, { segments: i.faqsData }, null, 8, ["segments"]),
         | 
| 18583 | 
            -
                     | 
| 18584 | 
            -
                     | 
| 18583 | 
            +
                    m1,
         | 
| 18584 | 
            +
                    h1,
         | 
| 18585 18585 | 
             
                    h(g, { segments: i.boxesTeamOverviewData }, null, 8, ["segments"])
         | 
| 18586 18586 | 
             
                  ]),
         | 
| 18587 18587 | 
             
                  _: 1
         | 
| 18588 18588 | 
             
                })
         | 
| 18589 18589 | 
             
              ], 64);
         | 
| 18590 18590 | 
             
            }
         | 
| 18591 | 
            -
            const bo = /* @__PURE__ */ P( | 
| 18591 | 
            +
            const bo = /* @__PURE__ */ P(o1, [["render", p1]]), f1 = {
         | 
| 18592 18592 | 
             
              name: "CmdListOfImages",
         | 
| 18593 18593 | 
             
              emits: ["click"],
         | 
| 18594 18594 | 
             
              //   mixins: [EditMode],
         | 
| @@ -18659,13 +18659,13 @@ const bo = /* @__PURE__ */ P(o_, [["render", p_]]), f_ = { | |
| 18659 18659 | 
             
                }
         | 
| 18660 18660 | 
             
                 */
         | 
| 18661 18661 | 
             
              }
         | 
| 18662 | 
            -
            },  | 
| 18662 | 
            +
            }, g1 = {
         | 
| 18663 18663 | 
             
              key: 0,
         | 
| 18664 18664 | 
             
              href: "#"
         | 
| 18665 18665 | 
             
            };
         | 
| 18666 | 
            -
            function  | 
| 18666 | 
            +
            function y1(e, n, t, s, i, o) {
         | 
| 18667 18667 | 
             
              var u;
         | 
| 18668 | 
            -
              const d =  | 
| 18668 | 
            +
              const d = J, c = _e;
         | 
| 18669 18669 | 
             
              return l(), r("div", {
         | 
| 18670 18670 | 
             
                class: x([
         | 
| 18671 18671 | 
             
                  "cmd-list-of-images",
         | 
| @@ -18679,39 +18679,39 @@ function y_(e, n, t, s, i, o) { | |
| 18679 18679 | 
             
                  class: x(["list-of-images", { vertical: t.orientation === "vertical" }])
         | 
| 18680 18680 | 
             
                }, [
         | 
| 18681 18681 | 
             
                  (l(!0), r(S, null, q(t.images, (g, p) => (l(), r("li", { key: p }, [
         | 
| 18682 | 
            -
                    g.image.url ? (l(), r("a",  | 
| 18682 | 
            +
                    g.image.url ? (l(), r("a", g1, [
         | 
| 18683 18683 | 
             
                      h(c, R(ye(g)), null, 16)
         | 
| 18684 18684 | 
             
                    ])) : (l(), C(c, R(I({ key: 1 }, g)), null, 16))
         | 
| 18685 18685 | 
             
                  ]))), 128))
         | 
| 18686 18686 | 
             
                ], 2)
         | 
| 18687 18687 | 
             
              ], 2);
         | 
| 18688 18688 | 
             
            }
         | 
| 18689 | 
            -
            const  | 
| 18689 | 
            +
            const b1 = /* @__PURE__ */ P(f1, [["render", y1]]), x1 = "comand-component-library", _1 = "4.1.79", C1 = "GPL-3.0-only", w1 = "CoManD-UI", k1 = "module", v1 = {
         | 
| 18690 18690 | 
             
              prepublishOnly: "npm run build-lib",
         | 
| 18691 18691 | 
             
              dev: "vite",
         | 
| 18692 18692 | 
             
              build: "vite build",
         | 
| 18693 18693 | 
             
              "build-lib": "vite build && gulp",
         | 
| 18694 18694 | 
             
              preview: "vite preview"
         | 
| 18695 | 
            -
            },  | 
| 18695 | 
            +
            }, T1 = [
         | 
| 18696 18696 | 
             
              "dist",
         | 
| 18697 18697 | 
             
              "src"
         | 
| 18698 | 
            -
            ],  | 
| 18698 | 
            +
            ], S1 = {
         | 
| 18699 18699 | 
             
              ".": "./dist/comand-component-library.js",
         | 
| 18700 18700 | 
             
              "./css.js": "./src/css.js",
         | 
| 18701 18701 | 
             
              "./style.css": "./dist/style.css",
         | 
| 18702 18702 | 
             
              "./variables.scss": "./src/assets/styles/variables.scss",
         | 
| 18703 18703 | 
             
              "./export-data.js": "./src/assets/data/export-data.js"
         | 
| 18704 | 
            -
            },  | 
| 18704 | 
            +
            }, O1 = {
         | 
| 18705 18705 | 
             
              "clickout-event": "^1.1.2",
         | 
| 18706 18706 | 
             
              "comand-component-library": "^4.1.63",
         | 
| 18707 | 
            -
              "comand-frontend-framework": "^4.1. | 
| 18707 | 
            +
              "comand-frontend-framework": "^4.1.27",
         | 
| 18708 18708 | 
             
              "comand-ui-iconfonts": "^1.0.14",
         | 
| 18709 18709 | 
             
              "core-js": "^3.20.1",
         | 
| 18710 18710 | 
             
              prismjs: "^1.27.0",
         | 
| 18711 18711 | 
             
              vue: "^3.2.31",
         | 
| 18712 18712 | 
             
              "vue-router": "^4.0.12",
         | 
| 18713 18713 | 
             
              vuex: "^4.0.2"
         | 
| 18714 | 
            -
            },  | 
| 18714 | 
            +
            }, L1 = {
         | 
| 18715 18715 | 
             
              "@iconify/vue": "^4.0.0",
         | 
| 18716 18716 | 
             
              "@vitejs/plugin-vue": "^5.1.1",
         | 
| 18717 18717 | 
             
              "@vue/test-utils": "^2.0.0-0",
         | 
| @@ -18721,19 +18721,37 @@ const b_ = /* @__PURE__ */ P(f_, [["render", y_]]), x_ = "comand-component-libra | |
| 18721 18721 | 
             
              "unplugin-vue-components": "^0.24.0",
         | 
| 18722 18722 | 
             
              vite: "^5.4.11",
         | 
| 18723 18723 | 
             
              "vue-jest": "^5.0.0-0"
         | 
| 18724 | 
            -
            },  | 
| 18725 | 
            -
              name:  | 
| 18726 | 
            -
              version:  | 
| 18727 | 
            -
              license:  | 
| 18728 | 
            -
              author:  | 
| 18724 | 
            +
            }, I1 = {
         | 
| 18725 | 
            +
              name: x1,
         | 
| 18726 | 
            +
              version: _1,
         | 
| 18727 | 
            +
              license: C1,
         | 
| 18728 | 
            +
              author: w1,
         | 
| 18729 18729 | 
             
              private: !1,
         | 
| 18730 | 
            -
              type:  | 
| 18731 | 
            -
              scripts:  | 
| 18732 | 
            -
              files:  | 
| 18733 | 
            -
              exports:  | 
| 18734 | 
            -
              dependencies:  | 
| 18735 | 
            -
              devDependencies:  | 
| 18736 | 
            -
            } | 
| 18730 | 
            +
              type: k1,
         | 
| 18731 | 
            +
              scripts: v1,
         | 
| 18732 | 
            +
              files: T1,
         | 
| 18733 | 
            +
              exports: S1,
         | 
| 18734 | 
            +
              dependencies: O1,
         | 
| 18735 | 
            +
              devDependencies: L1
         | 
| 18736 | 
            +
            };
         | 
| 18737 | 
            +
            function B1(e, n = "dmy", t = ".") {
         | 
| 18738 | 
            +
              const s = new Date(e);
         | 
| 18739 | 
            +
              isNaN(s) && console.error("function formatDate received an invalid date as parameter. Provide date in format YYYY-MM-DD");
         | 
| 18740 | 
            +
              const i = s.getFullYear(), o = String(s.getMonth() + 1).padStart(2, "0"), d = String(s.getDate()).padStart(2, "0");
         | 
| 18741 | 
            +
              let c = "";
         | 
| 18742 | 
            +
              switch (n) {
         | 
| 18743 | 
            +
                case "dmy":
         | 
| 18744 | 
            +
                  c = `${d}${t}${o}${t}${i}`;
         | 
| 18745 | 
            +
                  break;
         | 
| 18746 | 
            +
                case "mdy":
         | 
| 18747 | 
            +
                  c = `${o}${t}${d}${t}${i}`;
         | 
| 18748 | 
            +
                  break;
         | 
| 18749 | 
            +
                default:
         | 
| 18750 | 
            +
                  c = `${i}${t}${o}${t}${d}`;
         | 
| 18751 | 
            +
              }
         | 
| 18752 | 
            +
              return c;
         | 
| 18753 | 
            +
            }
         | 
| 18754 | 
            +
            const F1 = {
         | 
| 18737 18755 | 
             
              data() {
         | 
| 18738 18756 | 
             
                return {
         | 
| 18739 18757 | 
             
                  cmdAddressDataSettingsData: {
         | 
| @@ -19614,9 +19632,9 @@ const b_ = /* @__PURE__ */ P(f_, [["render", y_]]), x_ = "comand-component-libra | |
| 19614 19632 | 
             
                  }
         | 
| 19615 19633 | 
             
                };
         | 
| 19616 19634 | 
             
              }
         | 
| 19617 | 
            -
            }, xo = "/media/images/content-images/landscape-medium.jpg",  | 
| 19635 | 
            +
            }, xo = "/media/images/content-images/landscape-medium.jpg", D1 = "/media/images/demo-images/small/landscape-01.jpg", M1 = "/media/images/demo-images/small/landscape-02.jpg", P1 = "/media/images/demo-images/small/landscape-03.jpg", V1 = {
         | 
| 19618 19636 | 
             
              name: "App",
         | 
| 19619 | 
            -
              mixins: [ | 
| 19637 | 
            +
              mixins: [F1],
         | 
| 19620 19638 | 
             
              components: {
         | 
| 19621 19639 | 
             
                PageOverview: bo
         | 
| 19622 19640 | 
             
              },
         | 
| @@ -19699,7 +19717,7 @@ const b_ = /* @__PURE__ */ P(f_, [["render", y_]]), x_ = "comand-component-libra | |
| 19699 19717 | 
             
                  rangeValue: 50,
         | 
| 19700 19718 | 
             
                  siteSearchFilters: {
         | 
| 19701 19719 | 
             
                    show: !0,
         | 
| 19702 | 
            -
                    selectData:  | 
| 19720 | 
            +
                    selectData: Kn,
         | 
| 19703 19721 | 
             
                    defaultOptionName: "Select filters:",
         | 
| 19704 19722 | 
             
                    labelText: "Filters:",
         | 
| 19705 19723 | 
             
                    type: "checkboxOptions"
         | 
| @@ -19759,7 +19777,7 @@ const b_ = /* @__PURE__ */ P(f_, [["render", y_]]), x_ = "comand-component-libra | |
| 19759 19777 | 
             
                  cookieDisclaimerData: Gf,
         | 
| 19760 19778 | 
             
                  fakeSelectColorsData: Qf,
         | 
| 19761 19779 | 
             
                  fakeSelectCountriesData: Xf,
         | 
| 19762 | 
            -
                  fakeSelectFilterOptionsData:  | 
| 19780 | 
            +
                  fakeSelectFilterOptionsData: Kn,
         | 
| 19763 19781 | 
             
                  fakeSelectOptionsData: $f,
         | 
| 19764 19782 | 
             
                  formElementsData: eg,
         | 
| 19765 19783 | 
             
                  imageData: cg,
         | 
| @@ -19780,7 +19798,7 @@ const b_ = /* @__PURE__ */ P(f_, [["render", y_]]), x_ = "comand-component-libra | |
| 19780 19798 | 
             
                  tabsData: Ng,
         | 
| 19781 19799 | 
             
                  thumbnailScrollerImagesData: Ug,
         | 
| 19782 19800 | 
             
                  thumbnailScrollerTextData: jg,
         | 
| 19783 | 
            -
                  packageJson:  | 
| 19801 | 
            +
                  packageJson: I1
         | 
| 19784 19802 | 
             
                };
         | 
| 19785 19803 | 
             
              },
         | 
| 19786 19804 | 
             
              computed: {
         | 
| @@ -19807,6 +19825,7 @@ const b_ = /* @__PURE__ */ P(f_, [["render", y_]]), x_ = "comand-component-libra | |
| 19807 19825 | 
             
                }
         | 
| 19808 19826 | 
             
              },
         | 
| 19809 19827 | 
             
              methods: {
         | 
| 19828 | 
            +
                formatDate: B1,
         | 
| 19810 19829 | 
             
                updateLanguage(e) {
         | 
| 19811 19830 | 
             
                  this.selectedLanguage = e.iso2;
         | 
| 19812 19831 | 
             
                },
         | 
| @@ -19857,7 +19876,7 @@ const b_ = /* @__PURE__ */ P(f_, [["render", y_]]), x_ = "comand-component-libra | |
| 19857 19876 | 
             
                  e.originalEvent.preventDefault(), console.log(e);
         | 
| 19858 19877 | 
             
                },
         | 
| 19859 19878 | 
             
                localizedTime(e) {
         | 
| 19860 | 
            -
                  return (n, t) =>  | 
| 19879 | 
            +
                  return (n, t) => Kh(e)(n, t).toLowerCase();
         | 
| 19861 19880 | 
             
                },
         | 
| 19862 19881 | 
             
                idForReplacedInputsInInputGroup(e) {
         | 
| 19863 19882 | 
             
                  return ug.map((n) => ({ ...n, id: e + n.id, name: e + n.name }));
         | 
| @@ -19978,225 +19997,225 @@ const b_ = /* @__PURE__ */ P(f_, [["render", y_]]), x_ = "comand-component-libra | |
| 19978 19997 | 
             
                  });
         | 
| 19979 19998 | 
             
                }
         | 
| 19980 19999 | 
             
              }
         | 
| 19981 | 
            -
            },  | 
| 19982 | 
            -
               | 
| 19983 | 
            -
               | 
| 19984 | 
            -
               | 
| 19985 | 
            -
               | 
| 19986 | 
            -
               | 
| 19987 | 
            -
            ],  | 
| 19988 | 
            -
               | 
| 19989 | 
            -
            ],  | 
| 19990 | 
            -
               | 
| 19991 | 
            -
            ],  | 
| 19992 | 
            -
               | 
| 19993 | 
            -
            ],  | 
| 19994 | 
            -
               | 
| 19995 | 
            -
            ],  | 
| 20000 | 
            +
            }, A1 = ["id"], E1 = /* @__PURE__ */ a("a", { id: "anchor-back-to-top" }, null, -1), H1 = { for: "select-template" }, q1 = /* @__PURE__ */ a("span", null, "Select template", -1), R1 = /* @__PURE__ */ a("option", { value: "blank" }, "Blank/Unstyled", -1), N1 = /* @__PURE__ */ a("option", { value: "business" }, "Business", -1), U1 = /* @__PURE__ */ a("option", { value: "casual" }, "Casual", -1), j1 = /* @__PURE__ */ a("option", { value: "dating" }, "Dating", -1), z1 = /* @__PURE__ */ a("option", { value: "influencer" }, "Influencer", -1), G1 = [
         | 
| 20001 | 
            +
              R1,
         | 
| 20002 | 
            +
              N1,
         | 
| 20003 | 
            +
              U1,
         | 
| 20004 | 
            +
              j1,
         | 
| 20005 | 
            +
              z1
         | 
| 20006 | 
            +
            ], W1 = /* @__PURE__ */ a("span", null, "Color Scheme", -1), Y1 = { class: "input-wrapper" }, K1 = { for: "default-color-scheme" }, J1 = /* @__PURE__ */ a("span", { class: "label-text" }, "Color-Scheme by Browser/OS", -1), Z1 = { for: "light-mode" }, Q1 = /* @__PURE__ */ a("span", { class: "label-text" }, "Light Mode", -1), X1 = { for: "dark-mode" }, $1 = /* @__PURE__ */ a("span", { class: "label-text" }, "Dark Mode", -1), e_ = ["href", "onClick"], t_ = { class: "box-footer comand-versions" }, n_ = /* @__PURE__ */ a("dt", null, "Frontend-Framework Version:", -1), i_ = /* @__PURE__ */ a("dt", null, "Component-Library Version:", -1), o_ = { class: "closed-sidebar" }, l_ = /* @__PURE__ */ a("span", { class: "icon-settings-template" }, null, -1), s_ = [
         | 
| 20007 | 
            +
              l_
         | 
| 20008 | 
            +
            ], a_ = /* @__PURE__ */ a("span", { class: "icon-settings-component" }, null, -1), r_ = [
         | 
| 20009 | 
            +
              a_
         | 
| 20010 | 
            +
            ], d_ = /* @__PURE__ */ a("span", { class: "icon-file-settings" }, null, -1), c_ = [
         | 
| 20011 | 
            +
              d_
         | 
| 20012 | 
            +
            ], u_ = /* @__PURE__ */ a("span", null, "Hide sidebar", -1), m_ = [
         | 
| 20013 | 
            +
              u_
         | 
| 20014 | 
            +
            ], h_ = {
         | 
| 19996 20015 | 
             
              key: 1,
         | 
| 19997 20016 | 
             
              id: "content"
         | 
| 19998 | 
            -
            },  | 
| 20017 | 
            +
            }, p_ = /* @__PURE__ */ a("h1", { class: "headline-demopage" }, "Components Overview", -1), f_ = {
         | 
| 19999 20018 | 
             
              class: "headline-demopage",
         | 
| 20000 20019 | 
             
              id: "section-address-data"
         | 
| 20001 | 
            -
            },  | 
| 20020 | 
            +
            }, g_ = /* @__PURE__ */ a("span", null, "Address Data", -1), y_ = { class: "flex-container" }, b_ = /* @__PURE__ */ a("h2", {
         | 
| 20002 20021 | 
             
              class: "headline-demopage",
         | 
| 20003 20022 | 
             
              id: "section-advanced-form-elements"
         | 
| 20004 | 
            -
            }, "Advanced Form Elements", -1),  | 
| 20023 | 
            +
            }, "Advanced Form Elements", -1), x_ = /* @__PURE__ */ a("h3", null, [
         | 
| 20005 20024 | 
             
              /* @__PURE__ */ a("span", null, "Form elements status:")
         | 
| 20006 | 
            -
            ], -1),  | 
| 20025 | 
            +
            ], -1), __ = { class: "flex-container" }, C_ = { class: "list-status" }, w_ = { class: "error" }, k_ = { class: "flex-container" }, v_ = /* @__PURE__ */ a("legend", null, "Legend", -1), T_ = { class: "headline-demopage" }, S_ = /* @__PURE__ */ a("span", null, "Form Element-Component", -1), O_ = { class: "flex-container" }, L_ = { class: "flex-container" }, I_ = /* @__PURE__ */ a("h2", null, "Inputfields in Columns", -1), B_ = { class: "flex-container" }, F_ = /* @__PURE__ */ a("span", { innerHTML: "Label with <a href='#'>Link</a> given by slot" }, null, -1), D_ = { class: "flex-container" }, M_ = /* @__PURE__ */ a("hr", null, null, -1), P_ = { class: "headline-demopage" }, V_ = /* @__PURE__ */ a("span", null, "Fake Selects", -1), A_ = { class: "flex-container" }, E_ = /* @__PURE__ */ a("hr", null, null, -1), H_ = /* @__PURE__ */ a("h2", null, "Progress Bar [native]", -1), q_ = /* @__PURE__ */ a("h2", null, "Slider [native]", -1), R_ = /* @__PURE__ */ a("span", { class: "label-text" }, "Single-Slider (with in- and output):", -1), N_ = { class: "flex-container no-flex" }, U_ = {
         | 
| 20007 20026 | 
             
              class: "inline",
         | 
| 20008 20027 | 
             
              for: "range-value"
         | 
| 20009 | 
            -
            },  | 
| 20028 | 
            +
            }, j_ = /* @__PURE__ */ a("span", { class: "label-text" }, [
         | 
| 20010 20029 | 
             
              /* @__PURE__ */ a("span", null, "Range Value:")
         | 
| 20011 | 
            -
            ], -1),  | 
| 20030 | 
            +
            ], -1), z_ = ["disabled"], G_ = { for: "range-slider" }, W_ = /* @__PURE__ */ a("span", { class: "label-text hidden" }, [
         | 
| 20012 20031 | 
             
              /* @__PURE__ */ a("span", null, "Range Value")
         | 
| 20013 | 
            -
            ], -1),  | 
| 20032 | 
            +
            ], -1), Y_ = ["disabled"], K_ = /* @__PURE__ */ a("hr", null, null, -1), J_ = /* @__PURE__ */ a("h2", null, "Toggle-Switches", -1), Z_ = /* @__PURE__ */ a("h3", null, "Switches without switch-labels", -1), Q_ = /* @__PURE__ */ a("h3", null, "Switches with switch-labels", -1), X_ = /* @__PURE__ */ a("br", null, null, -1), $_ = /* @__PURE__ */ a("br", null, null, -1), eC = /* @__PURE__ */ a("h2", null, "Checkboxes and Radiobuttons", -1), tC = /* @__PURE__ */ a("h3", null, "Checkboxes [native]", -1), nC = { class: "label inline" }, iC = /* @__PURE__ */ a("span", { class: "label-text" }, "Label for native checkboxes:", -1), oC = { class: "flex-container no-flex" }, lC = /* @__PURE__ */ a("a", { href: "#" }, "link", -1), sC = /* @__PURE__ */ a("h3", null, "Checkboxes (replaced)", -1), aC = { class: "label inline" }, rC = /* @__PURE__ */ a("span", { class: "label-text" }, "Label for Replaced Input-Type-Checkbox:", -1), dC = { class: "flex-container no-flex" }, cC = /* @__PURE__ */ a("h3", null, "Radiobuttons [native]", -1), uC = { class: "label inline" }, mC = /* @__PURE__ */ a("span", { class: "label-text" }, "Label for native radiobuttons:", -1), hC = { class: "flex-container no-flex" }, pC = /* @__PURE__ */ a("h3", null, "Radiobuttons (replaced)", -1), fC = { class: "label inline" }, gC = /* @__PURE__ */ a("span", { class: "label-text" }, "Label for Replaced Input-Type-Radio:", -1), yC = { class: "flex-container no-flex" }, bC = {
         | 
| 20014 20033 | 
             
              class: "headline-demopage",
         | 
| 20015 20034 | 
             
              id: "section-input-group"
         | 
| 20016 | 
            -
            },  | 
| 20017 | 
            -
               | 
| 20018 | 
            -
               | 
| 20019 | 
            -
            ],  | 
| 20035 | 
            +
            }, xC = /* @__PURE__ */ a("dt", null, "Selected value:", -1), _C = /* @__PURE__ */ a("h3", null, "Input Groups with Checkboxes/Radiobuttons (toggle-switches)", -1), CC = /* @__PURE__ */ a("dt", null, "Selected value(s):", -1), wC = /* @__PURE__ */ a("dt", null, "Selected value(s):", -1), kC = /* @__PURE__ */ a("dt", null, "Selected value(s):", -1), vC = /* @__PURE__ */ a("dt", null, "Selected value(s):", -1), TC = { class: "flex-container" }, SC = /* @__PURE__ */ a("small", null, "(values will not be submitted with the form!)", -1), OC = { class: "button-wrapper no-flex" }, LC = ["disabled"], IC = /* @__PURE__ */ a("span", { class: "icon-check" }, null, -1), BC = /* @__PURE__ */ a("span", null, "Native submit-button", -1), FC = [
         | 
| 20036 | 
            +
              IC,
         | 
| 20037 | 
            +
              BC
         | 
| 20038 | 
            +
            ], DC = {
         | 
| 20020 20039 | 
             
              class: "headline-demopage",
         | 
| 20021 20040 | 
             
              id: "section-bank-account-data"
         | 
| 20022 | 
            -
            },  | 
| 20041 | 
            +
            }, MC = /* @__PURE__ */ a("span", null, "Bank Account Data", -1), PC = {
         | 
| 20023 20042 | 
             
              class: "headline-demopage",
         | 
| 20024 20043 | 
             
              id: "section-basic-form"
         | 
| 20025 | 
            -
            },  | 
| 20044 | 
            +
            }, VC = /* @__PURE__ */ a("span", null, "Basic Form", -1), AC = /* @__PURE__ */ a("dt", null, "originalEvent", -1), EC = /* @__PURE__ */ a("dt", null, "formdata", -1), HC = /* @__PURE__ */ a("h2", { class: "headline-demopage" }, "Boxes", -1), qC = { class: "headline-demopage" }, RC = /* @__PURE__ */ a("span", null, "Default Box", -1), NC = /* @__PURE__ */ a("h4", null, " Texts given by slots ", -1), UC = /* @__PURE__ */ a("p", null, " This content with paragraphs inside is placed inside the box-body. ", -1), jC = /* @__PURE__ */ a("p", null, [
         | 
| 20026 20045 | 
             
              /* @__PURE__ */ a("strong", null, "Header, Content/Body and Footer of this box are given by slots.")
         | 
| 20027 | 
            -
            ], -1),  | 
| 20046 | 
            +
            ], -1), zC = /* @__PURE__ */ a("p", null, "Additionally 'allowContentToScroll' is active, which enables (as far as a max-height is defined) the content of this box to scroll", -1), GC = /* @__PURE__ */ a("p", null, " Footer content ", -1), WC = /* @__PURE__ */ a("h4", null, " Texts given by slots ", -1), YC = /* @__PURE__ */ a("p", null, " This content with paragraphs inside is placed inside the box-body. ", -1), KC = /* @__PURE__ */ a("p", null, [
         | 
| 20028 20047 | 
             
              /* @__PURE__ */ a("strong", null, "Header, Content/Body and Footer of this box are given by slots.")
         | 
| 20029 | 
            -
            ], -1), JC = /* @__PURE__ */ a("p", null, "Additionally 'allowContentToScroll' is active, which enables (as far as a max-height is defined) the content of this box to scroll", -1),  | 
| 20048 | 
            +
            ], -1), JC = /* @__PURE__ */ a("p", null, "Additionally 'allowContentToScroll' is active, which enables (as far as a max-height is defined) the content of this box to scroll", -1), ZC = /* @__PURE__ */ a("p", null, " Footer content ", -1), QC = /* @__PURE__ */ a("h4", null, " Box with inputs ", -1), XC = /* @__PURE__ */ a("p", null, " footer content ", -1), $C = /* @__PURE__ */ a("h4", null, " Box with links ", -1), ew = { class: "navigation" }, tw = /* @__PURE__ */ a("p", null, " footer content ", -1), nw = /* @__PURE__ */ a("h4", null, " Collapsible box with image ", -1), iw = /* @__PURE__ */ a("img", {
         | 
| 20030 20049 | 
             
              src: xo,
         | 
| 20031 20050 | 
             
              alt: "Alternative text"
         | 
| 20032 | 
            -
            }, null, -1),  | 
| 20051 | 
            +
            }, null, -1), ow = /* @__PURE__ */ a("h4", null, " Box with image, content and link ", -1), lw = /* @__PURE__ */ a("img", {
         | 
| 20033 20052 | 
             
              src: xo,
         | 
| 20034 20053 | 
             
              alt: "Alternative text"
         | 
| 20035 | 
            -
            }, null, -1),  | 
| 20054 | 
            +
            }, null, -1), sw = /* @__PURE__ */ a("div", { class: "default-padding" }, [
         | 
| 20036 20055 | 
             
              /* @__PURE__ */ a("h4", null, "Custom headline"),
         | 
| 20037 20056 | 
             
              /* @__PURE__ */ a("p", null, "Image, custom-headline and this text for the component are given by slot")
         | 
| 20038 | 
            -
            ], -1),  | 
| 20057 | 
            +
            ], -1), aw = /* @__PURE__ */ a("p", null, [
         | 
| 20039 20058 | 
             
              /* @__PURE__ */ a("a", { href: "#" }, "Read more…")
         | 
| 20040 | 
            -
            ], -1),  | 
| 20059 | 
            +
            ], -1), rw = /* @__PURE__ */ a("h3", null, "Product boxes", -1), dw = { class: "grid-container-create-columns" }, cw = /* @__PURE__ */ a("h3", null, "User boxes", -1), uw = /* @__PURE__ */ a("span", null, "Boxes in BoxWrapper (collapsible)", -1), mw = {
         | 
| 20041 20060 | 
             
              class: "headline-demopage",
         | 
| 20042 20061 | 
             
              id: "section-breadcrumbs"
         | 
| 20043 | 
            -
            },  | 
| 20062 | 
            +
            }, hw = /* @__PURE__ */ a("span", null, "Breadcrumbs", -1), pw = {
         | 
| 20044 20063 | 
             
              class: "headline-demopage",
         | 
| 20045 20064 | 
             
              id: "section-company-logo"
         | 
| 20046 | 
            -
            },  | 
| 20065 | 
            +
            }, fw = /* @__PURE__ */ a("span", null, "Company Logo", -1), gw = {
         | 
| 20047 20066 | 
             
              class: "headline-demopage",
         | 
| 20048 20067 | 
             
              id: "section-container"
         | 
| 20049 | 
            -
            },  | 
| 20068 | 
            +
            }, yw = /* @__PURE__ */ a("span", null, "Container", -1), bw = /* @__PURE__ */ a("h3", null, "Default Container", -1), xw = /* @__PURE__ */ a("h3", null, "Container with default-text", -1), _w = /* @__PURE__ */ a("h3", null, "Container with vertical slots", -1), Cw = /* @__PURE__ */ a("p", null, "Slot-content", -1), ww = /* @__PURE__ */ a("p", null, "Slot-content", -1), kw = /* @__PURE__ */ a("p", null, "Slot-content", -1), vw = /* @__PURE__ */ a("h3", null, "Container with horizontal slots", -1), Tw = /* @__PURE__ */ a("h2", {
         | 
| 20050 20069 | 
             
              class: "headline-demopage",
         | 
| 20051 20070 | 
             
              id: "section-cookie-disclaimer"
         | 
| 20052 | 
            -
            }, "Cookie Disclaimer", -1),  | 
| 20053 | 
            -
               | 
| 20054 | 
            -
            ],  | 
| 20071 | 
            +
            }, "Cookie Disclaimer", -1), Sw = /* @__PURE__ */ a("span", null, "Open Cookie Disclaimer", -1), Ow = [
         | 
| 20072 | 
            +
              Sw
         | 
| 20073 | 
            +
            ], Lw = /* @__PURE__ */ a("h2", {
         | 
| 20055 20074 | 
             
              class: "headline-demopage",
         | 
| 20056 20075 | 
             
              id: "section-forms"
         | 
| 20057 | 
            -
            }, "Forms", -1),  | 
| 20076 | 
            +
            }, "Forms", -1), Iw = /* @__PURE__ */ a("h3", null, "Form elements given by data", -1), Bw = /* @__PURE__ */ a("h3", null, "Form elements given by slot", -1), Fw = /* @__PURE__ */ a("h2", {
         | 
| 20058 20077 | 
             
              class: "headline-demopage",
         | 
| 20059 20078 | 
             
              id: "section-fancybox"
         | 
| 20060 | 
            -
            }, "Fancybox", -1),  | 
| 20061 | 
            -
              src:  | 
| 20079 | 
            +
            }, "Fancybox", -1), Dw = /* @__PURE__ */ a("h3", null, "FancyBox with text", -1), Mw = /* @__PURE__ */ a("h3", null, "FancyBox with large image given by url", -1), Pw = /* @__PURE__ */ a("img", {
         | 
| 20080 | 
            +
              src: D1,
         | 
| 20062 20081 | 
             
              alt: "Alternative text"
         | 
| 20063 | 
            -
            }, null, -1),  | 
| 20064 | 
            -
               | 
| 20065 | 
            -
            ],  | 
| 20066 | 
            -
              src:  | 
| 20082 | 
            +
            }, null, -1), Vw = [
         | 
| 20083 | 
            +
              Pw
         | 
| 20084 | 
            +
            ], Aw = /* @__PURE__ */ a("h3", null, "FancyBox with large image given by property", -1), Ew = /* @__PURE__ */ a("img", {
         | 
| 20085 | 
            +
              src: M1,
         | 
| 20067 20086 | 
             
              alt: "Alternative text"
         | 
| 20068 | 
            -
            }, null, -1),  | 
| 20069 | 
            -
               | 
| 20070 | 
            -
            ],  | 
| 20071 | 
            -
              src:  | 
| 20087 | 
            +
            }, null, -1), Hw = [
         | 
| 20088 | 
            +
              Ew
         | 
| 20089 | 
            +
            ], qw = /* @__PURE__ */ a("h3", null, "FancyBox with image as object give by property", -1), Rw = /* @__PURE__ */ a("img", {
         | 
| 20090 | 
            +
              src: P1,
         | 
| 20072 20091 | 
             
              alt: "Alternative text"
         | 
| 20073 | 
            -
            }, null, -1),  | 
| 20074 | 
            -
               | 
| 20075 | 
            -
            ],  | 
| 20092 | 
            +
            }, null, -1), Nw = [
         | 
| 20093 | 
            +
              Rw
         | 
| 20094 | 
            +
            ], Uw = /* @__PURE__ */ a("h2", {
         | 
| 20076 20095 | 
             
              class: "headline-demopage",
         | 
| 20077 20096 | 
             
              id: "section-google-maps"
         | 
| 20078 | 
            -
            }, "Google Maps™", -1),  | 
| 20097 | 
            +
            }, "Google Maps™", -1), jw = {
         | 
| 20079 20098 | 
             
              class: "headline-demopage",
         | 
| 20080 20099 | 
             
              id: "section-headlines"
         | 
| 20081 | 
            -
            },  | 
| 20100 | 
            +
            }, zw = /* @__PURE__ */ a("span", null, "Headlines", -1), Gw = /* @__PURE__ */ a("br", null, null, -1), Ww = /* @__PURE__ */ a("h2", {
         | 
| 20082 20101 | 
             
              class: "headline-demopage",
         | 
| 20083 20102 | 
             
              id: "section-icons"
         | 
| 20084 | 
            -
            }, "Icons", -1),  | 
| 20103 | 
            +
            }, "Icons", -1), Yw = /* @__PURE__ */ a("span", null, "Icon from local iconfont", -1), Kw = /* @__PURE__ */ a("span", null, "Icon from iconify-api (icomoon-font)", -1), Jw = /* @__PURE__ */ a("span", null, "Icon from iconify-api (bootstrap-font)", -1), Zw = /* @__PURE__ */ a("span", null, "Icon from iconify-api (material-design-font)", -1), Qw = /* @__PURE__ */ a("span", null, "Icon from iconify-api (font-awesome-solid-font)", -1), Xw = {
         | 
| 20085 20104 | 
             
              class: "headline-demopage",
         | 
| 20086 20105 | 
             
              id: "section-image"
         | 
| 20087 | 
            -
            },  | 
| 20106 | 
            +
            }, $w = /* @__PURE__ */ a("span", null, "Image", -1), ek = { class: "flex-container" }, tk = {
         | 
| 20088 20107 | 
             
              class: "headline-demopage",
         | 
| 20089 20108 | 
             
              id: "section-image-gallery"
         | 
| 20090 | 
            -
            },  | 
| 20109 | 
            +
            }, nk = /* @__PURE__ */ a("span", null, "Image-Gallery", -1), ik = /* @__PURE__ */ a("h2", {
         | 
| 20091 20110 | 
             
              class: "headline-demopage",
         | 
| 20092 20111 | 
             
              id: "section-image-zoom"
         | 
| 20093 | 
            -
            }, " Image-Zoom ", -1),  | 
| 20112 | 
            +
            }, " Image-Zoom ", -1), ok = {
         | 
| 20094 20113 | 
             
              class: "headline-demopage",
         | 
| 20095 20114 | 
             
              id: "section-link"
         | 
| 20096 | 
            -
            },  | 
| 20097 | 
            -
               | 
| 20098 | 
            -
            ],  | 
| 20115 | 
            +
            }, lk = /* @__PURE__ */ a("span", null, "Link", -1), sk = /* @__PURE__ */ a("span", null, "Add link", -1), ak = [
         | 
| 20116 | 
            +
              sk
         | 
| 20117 | 
            +
            ], rk = {
         | 
| 20099 20118 | 
             
              class: "headline-demopage",
         | 
| 20100 20119 | 
             
              id: "section-list-of-links"
         | 
| 20101 | 
            -
            },  | 
| 20120 | 
            +
            }, dk = /* @__PURE__ */ a("span", null, "List Of Links", -1), ck = {
         | 
| 20102 20121 | 
             
              class: "headline-demopage",
         | 
| 20103 20122 | 
             
              id: "section-list-of-images"
         | 
| 20104 | 
            -
            },  | 
| 20123 | 
            +
            }, uk = /* @__PURE__ */ a("span", null, "List Of Images", -1), mk = {
         | 
| 20105 20124 | 
             
              class: "headline-demopage",
         | 
| 20106 20125 | 
             
              id: "section-login-form"
         | 
| 20107 | 
            -
            },  | 
| 20126 | 
            +
            }, hk = /* @__PURE__ */ a("span", null, "Login Form", -1), pk = {
         | 
| 20108 20127 | 
             
              class: "headline-demopage",
         | 
| 20109 20128 | 
             
              id: "section-main-navigation"
         | 
| 20110 | 
            -
            },  | 
| 20129 | 
            +
            }, fk = /* @__PURE__ */ a("span", null, "Main Navigation", -1), gk = {
         | 
| 20111 20130 | 
             
              class: "headline-demopage",
         | 
| 20112 20131 | 
             
              id: "section-multistep-form-progress-bar"
         | 
| 20113 | 
            -
            },  | 
| 20132 | 
            +
            }, yk = /* @__PURE__ */ a("span", null, "Multistepform-Progressbar", -1), bk = /* @__PURE__ */ a("h3", null, "Steps with icons", -1), xk = {
         | 
| 20114 20133 | 
             
              class: "headline-demopage",
         | 
| 20115 20134 | 
             
              id: "section-newsletter-subscription"
         | 
| 20116 | 
            -
            },  | 
| 20135 | 
            +
            }, _k = /* @__PURE__ */ a("span", null, "Newsletter Subscription", -1), Ck = {
         | 
| 20117 20136 | 
             
              class: "headline-demopage",
         | 
| 20118 20137 | 
             
              id: "section-opening-hours"
         | 
| 20119 | 
            -
            },  | 
| 20138 | 
            +
            }, wk = /* @__PURE__ */ a("span", null, "Opening Hours", -1), kk = {
         | 
| 20120 20139 | 
             
              class: "headline-demopage",
         | 
| 20121 20140 | 
             
              id: "section-page-footer"
         | 
| 20122 | 
            -
            },  | 
| 20141 | 
            +
            }, vk = /* @__PURE__ */ a("span", null, "Page Footer", -1), Tk = /* @__PURE__ */ a("button", {
         | 
| 20123 20142 | 
             
              class: "button primary",
         | 
| 20124 20143 | 
             
              title: "Button given by slot"
         | 
| 20125 20144 | 
             
            }, [
         | 
| 20126 20145 | 
             
              /* @__PURE__ */ a("span", { class: "icon-mail" }),
         | 
| 20127 20146 | 
             
              /* @__PURE__ */ a("span", null, "Contact")
         | 
| 20128 | 
            -
            ], -1),  | 
| 20147 | 
            +
            ], -1), Sk = {
         | 
| 20129 20148 | 
             
              class: "headline-demopage",
         | 
| 20130 20149 | 
             
              id: "section-page-header"
         | 
| 20131 | 
            -
            },  | 
| 20150 | 
            +
            }, Ok = /* @__PURE__ */ a("span", null, "Page Header", -1), Lk = /* @__PURE__ */ a("a", {
         | 
| 20132 20151 | 
             
              href: "#",
         | 
| 20133 20152 | 
             
              title: "Link given by slot"
         | 
| 20134 20153 | 
             
            }, [
         | 
| 20135 20154 | 
             
              /* @__PURE__ */ a("span", { class: "icon-user-profile" }),
         | 
| 20136 20155 | 
             
              /* @__PURE__ */ a("span", null, "You are logged in")
         | 
| 20137 | 
            -
            ], -1),  | 
| 20156 | 
            +
            ], -1), Ik = {
         | 
| 20138 20157 | 
             
              class: "headline-demopage",
         | 
| 20139 20158 | 
             
              id: "section-pagination"
         | 
| 20140 | 
            -
            },  | 
| 20159 | 
            +
            }, Bk = /* @__PURE__ */ a("span", null, "Pagination", -1), Fk = /* @__PURE__ */ a("h2", {
         | 
| 20141 20160 | 
             
              class: "headline-demopage",
         | 
| 20142 20161 | 
             
              id: "section-site-footer"
         | 
| 20143 | 
            -
            }, "Site Footer", -1),  | 
| 20162 | 
            +
            }, "Site Footer", -1), Dk = {
         | 
| 20144 20163 | 
             
              class: "headline-demopage",
         | 
| 20145 20164 | 
             
              id: "section-site-header"
         | 
| 20146 | 
            -
            },  | 
| 20165 | 
            +
            }, Mk = /* @__PURE__ */ a("span", null, "Site Header", -1), Pk = {
         | 
| 20147 20166 | 
             
              class: "headline-demopage",
         | 
| 20148 20167 | 
             
              id: "section-site-search"
         | 
| 20149 | 
            -
            },  | 
| 20168 | 
            +
            }, Vk = /* @__PURE__ */ a("span", null, "Site Search", -1), Ak = {
         | 
| 20150 20169 | 
             
              class: "headline-demopage",
         | 
| 20151 20170 | 
             
              id: "section-slideshow"
         | 
| 20152 | 
            -
            },  | 
| 20171 | 
            +
            }, Ek = /* @__PURE__ */ a("span", null, "Slideshow", -1), Hk = {
         | 
| 20153 20172 | 
             
              class: "headline-demopage",
         | 
| 20154 20173 | 
             
              id: "section-social-networks"
         | 
| 20155 | 
            -
            },  | 
| 20174 | 
            +
            }, qk = /* @__PURE__ */ a("span", null, "Social Networks", -1), Rk = /* @__PURE__ */ a("h2", {
         | 
| 20156 20175 | 
             
              class: "headline-demopage",
         | 
| 20157 20176 | 
             
              id: "section-switch-language"
         | 
| 20158 | 
            -
            }, "Switch Language", -1),  | 
| 20177 | 
            +
            }, "Switch Language", -1), Nk = {
         | 
| 20159 20178 | 
             
              class: "headline-demopage",
         | 
| 20160 20179 | 
             
              id: "section-system-message"
         | 
| 20161 | 
            -
            },  | 
| 20180 | 
            +
            }, Uk = /* @__PURE__ */ a("span", null, "System Message", -1), jk = /* @__PURE__ */ a("ul", null, [
         | 
| 20162 20181 | 
             
              /* @__PURE__ */ a("li", null, "Error #1"),
         | 
| 20163 20182 | 
             
              /* @__PURE__ */ a("li", null, "Error #2"),
         | 
| 20164 20183 | 
             
              /* @__PURE__ */ a("li", null, "Error #3")
         | 
| 20165 | 
            -
            ], -1),  | 
| 20184 | 
            +
            ], -1), zk = {
         | 
| 20166 20185 | 
             
              class: "headline-demopage",
         | 
| 20167 20186 | 
             
              id: "section-tables"
         | 
| 20168 | 
            -
            },  | 
| 20187 | 
            +
            }, Gk = /* @__PURE__ */ a("span", null, "Tables", -1), Wk = /* @__PURE__ */ a("h3", null, "Table as wide as its content (with caption)", -1), Yk = /* @__PURE__ */ a("h3", null, "Table as wide as possible", -1), Kk = {
         | 
| 20169 20188 | 
             
              class: "headline-demopage",
         | 
| 20170 20189 | 
             
              id: "section-tabs"
         | 
| 20171 | 
            -
            }, Jk = /* @__PURE__ */ a("span", null, "Tabs", -1),  | 
| 20190 | 
            +
            }, Jk = /* @__PURE__ */ a("span", null, "Tabs", -1), Zk = /* @__PURE__ */ a("h4", null, "Tab 1 headline", -1), Qk = /* @__PURE__ */ a("p", null, "Slot-Content Tab 1", -1), Xk = /* @__PURE__ */ a("h4", null, "Tab 2 headline", -1), $k = /* @__PURE__ */ a("p", null, "Slot-Content Tab 2", -1), ev = /* @__PURE__ */ a("h4", null, "Tab 3 headline", -1), tv = /* @__PURE__ */ a("p", null, "Slot-Content Tab 3", -1), nv = {
         | 
| 20172 20191 | 
             
              class: "headline-demopage",
         | 
| 20173 20192 | 
             
              id: "section-text-image-block"
         | 
| 20174 | 
            -
            },  | 
| 20193 | 
            +
            }, iv = /* @__PURE__ */ a("span", null, "Text-Image-Block", -1), ov = { class: "flex-container" }, lv = {
         | 
| 20175 20194 | 
             
              class: "headline-demopage",
         | 
| 20176 20195 | 
             
              id: "section-thumbnail-scroller"
         | 
| 20177 | 
            -
            },  | 
| 20196 | 
            +
            }, sv = /* @__PURE__ */ a("span", null, "Thumbnail-Scroller", -1), av = { class: "inline-size" }, rv = {
         | 
| 20178 20197 | 
             
              class: "headline-demopage",
         | 
| 20179 20198 | 
             
              id: "section-toggle-dark-mode"
         | 
| 20180 | 
            -
            },  | 
| 20199 | 
            +
            }, dv = /* @__PURE__ */ a("span", null, "Toggle Dark-Mode", -1), cv = {
         | 
| 20181 20200 | 
             
              class: "headline-demopage",
         | 
| 20182 20201 | 
             
              id: "section-tooltip"
         | 
| 20183 | 
            -
            },  | 
| 20202 | 
            +
            }, uv = /* @__PURE__ */ a("span", null, "Tooltip", -1), mv = /* @__PURE__ */ a("br", null, null, -1), hv = /* @__PURE__ */ a("br", null, null, -1), pv = {
         | 
| 20184 20203 | 
             
              class: "headline-demopage",
         | 
| 20185 20204 | 
             
              id: "section-upload-form"
         | 
| 20186 | 
            -
            },  | 
| 20205 | 
            +
            }, fv = /* @__PURE__ */ a("span", null, "Upload-Form", -1), gv = {
         | 
| 20187 20206 | 
             
              class: "headline-demopage",
         | 
| 20188 20207 | 
             
              id: "section-width-limitation-wrapper"
         | 
| 20189 | 
            -
            },  | 
| 20208 | 
            +
            }, yv = /* @__PURE__ */ a("span", null, "Width Limitation Wrapper", -1), bv = /* @__PURE__ */ a("p", null, "Slot-content", -1), xv = /* @__PURE__ */ a("p", null, "Slot-content", -1), _v = /* @__PURE__ */ a("p", null, "Slot-content", -1), Cv = {
         | 
| 20190 20209 | 
             
              key: 2,
         | 
| 20191 20210 | 
             
              id: "content"
         | 
| 20192 | 
            -
            },  | 
| 20193 | 
            -
            function  | 
| 20194 | 
            -
              const d = bn, c = Mi, u = nf, g = gn, p = Vi, f = uf, w = yo, b = Li, L = Ei, v = te, B = Ai, F =  | 
| 20211 | 
            +
            }, wv = /* @__PURE__ */ a("h1", { class: "headline-demopage" }, "Page Overview", -1);
         | 
| 20212 | 
            +
            function kv(e, n, t, s, i, o) {
         | 
| 20213 | 
            +
              const d = bn, c = Mi, u = nf, g = gn, p = Vi, f = uf, w = yo, b = Li, L = Ei, v = te, B = Ai, F = Jp, D = Ni, M = Ii, G = yr, j = vr, V = Di, N = Pi, K = yu, $ = Ri, Z = J, ee = Y, re = _e, ce = Mm, ue = Rm, ne = qe, E = b1, ie = ch, oe = Ui, Oe = Ce("router-view"), Le = Ih, Ie = Ph, we = dp, Be = Ep, Fe = Up, De = Cp, le = af, nt = Cf, it = Ff, ot = ji, lt = ey, st = $e, je = uy, at = xy, W = Oy, Co = Bi, wo = Fy, Bt = Si, ko = Ex, vo = bo, To = zu, So = Hu, Oo = Md, Lo = zx, Io = Vo("fancybox");
         | 
| 20195 20214 | 
             
              return X((l(), r("div", {
         | 
| 20196 20215 | 
             
                class: "page-wrapper",
         | 
| 20197 20216 | 
             
                id: o.templateId
         | 
| 20198 20217 | 
             
              }, [
         | 
| 20199 | 
            -
                 | 
| 20218 | 
            +
                E1,
         | 
| 20200 20219 | 
             
                i.showLeftSidebar ? (l(), C(u, {
         | 
| 20201 20220 | 
             
                  key: 0,
         | 
| 20202 20221 | 
             
                  cmdHeadline: { headlineText: "Site Settings", headlineLevel: 3, textAlign: "center" },
         | 
| @@ -20220,19 +20239,19 @@ function wv(e, n, t, s, i, o) { | |
| 20220 20239 | 
             
                          onToggleCollapse: (z) => _.boxToggled(0, z)
         | 
| 20221 20240 | 
             
                        }, {
         | 
| 20222 20241 | 
             
                          body: k(() => [
         | 
| 20223 | 
            -
                            a("label",  | 
| 20224 | 
            -
                               | 
| 20242 | 
            +
                            a("label", H1, [
         | 
| 20243 | 
            +
                              q1,
         | 
| 20225 20244 | 
             
                              X(a("select", {
         | 
| 20226 20245 | 
             
                                id: "select-template",
         | 
| 20227 20246 | 
             
                                "onUpdate:modelValue": n[0] || (n[0] = (z) => i.selectedTemplate = z)
         | 
| 20228 | 
            -
                              },  | 
| 20247 | 
            +
                              }, G1, 512), [
         | 
| 20229 20248 | 
             
                                [Ao, i.selectedTemplate]
         | 
| 20230 20249 | 
             
                              ])
         | 
| 20231 20250 | 
             
                            ]),
         | 
| 20232 20251 | 
             
                            a("div", null, [
         | 
| 20233 | 
            -
                               | 
| 20234 | 
            -
                              a("div",  | 
| 20235 | 
            -
                                a("label",  | 
| 20252 | 
            +
                              W1,
         | 
| 20253 | 
            +
                              a("div", Y1, [
         | 
| 20254 | 
            +
                                a("label", K1, [
         | 
| 20236 20255 | 
             
                                  X(a("input", {
         | 
| 20237 20256 | 
             
                                    type: "radio",
         | 
| 20238 20257 | 
             
                                    id: "default-color-scheme",
         | 
| @@ -20242,9 +20261,9 @@ function wv(e, n, t, s, i, o) { | |
| 20242 20261 | 
             
                                  }, null, 512), [
         | 
| 20243 20262 | 
             
                                    [Dt, i.colorScheme]
         | 
| 20244 20263 | 
             
                                  ]),
         | 
| 20245 | 
            -
                                   | 
| 20264 | 
            +
                                  J1
         | 
| 20246 20265 | 
             
                                ]),
         | 
| 20247 | 
            -
                                a("label",  | 
| 20266 | 
            +
                                a("label", Z1, [
         | 
| 20248 20267 | 
             
                                  X(a("input", {
         | 
| 20249 20268 | 
             
                                    type: "radio",
         | 
| 20250 20269 | 
             
                                    id: "light-mode",
         | 
| @@ -20254,9 +20273,9 @@ function wv(e, n, t, s, i, o) { | |
| 20254 20273 | 
             
                                  }, null, 512), [
         | 
| 20255 20274 | 
             
                                    [Dt, i.colorScheme]
         | 
| 20256 20275 | 
             
                                  ]),
         | 
| 20257 | 
            -
                                   | 
| 20276 | 
            +
                                  Q1
         | 
| 20258 20277 | 
             
                                ]),
         | 
| 20259 | 
            -
                                a("label",  | 
| 20278 | 
            +
                                a("label", X1, [
         | 
| 20260 20279 | 
             
                                  X(a("input", {
         | 
| 20261 20280 | 
             
                                    type: "radio",
         | 
| 20262 20281 | 
             
                                    id: "dark-mode",
         | 
| @@ -20266,7 +20285,7 @@ function wv(e, n, t, s, i, o) { | |
| 20266 20285 | 
             
                                  }, null, 512), [
         | 
| 20267 20286 | 
             
                                    [Dt, i.colorScheme]
         | 
| 20268 20287 | 
             
                                  ]),
         | 
| 20269 | 
            -
                                   | 
| 20288 | 
            +
                                  $1
         | 
| 20270 20289 | 
             
                                ])
         | 
| 20271 20290 | 
             
                              ])
         | 
| 20272 20291 | 
             
                            ])
         | 
| @@ -20289,9 +20308,9 @@ function wv(e, n, t, s, i, o) { | |
| 20289 20308 | 
             
                              }, [
         | 
| 20290 20309 | 
             
                                a("a", {
         | 
| 20291 20310 | 
             
                                  href: o.sectionName(z),
         | 
| 20292 | 
            -
                                  onClick: ( | 
| 20311 | 
            +
                                  onClick: (Lv) => o.updateSettingsSidebar(o.componentNameWithPrefix(z)),
         | 
| 20293 20312 | 
             
                                  title: "Go to component"
         | 
| 20294 | 
            -
                                }, y(o.readableComponentName(z)), 9,  | 
| 20313 | 
            +
                                }, y(o.readableComponentName(z)), 9, e_)
         | 
| 20295 20314 | 
             
                              ], 2))), 128))
         | 
| 20296 20315 | 
             
                            ])
         | 
| 20297 20316 | 
             
                          ]),
         | 
| @@ -20353,37 +20372,37 @@ function wv(e, n, t, s, i, o) { | |
| 20353 20372 | 
             
                      ]),
         | 
| 20354 20373 | 
             
                      _: 1
         | 
| 20355 20374 | 
             
                    }, 8, ["openBoxesByDefault"]),
         | 
| 20356 | 
            -
                    a("dl",  | 
| 20357 | 
            -
                       | 
| 20375 | 
            +
                    a("dl", t_, [
         | 
| 20376 | 
            +
                      n_,
         | 
| 20358 20377 | 
             
                      a("dd", null, y(i.packageJson.dependencies["comand-frontend-framework"].replace("^", "")), 1),
         | 
| 20359 | 
            -
                       | 
| 20378 | 
            +
                      i_,
         | 
| 20360 20379 | 
             
                      a("dd", null, y(i.packageJson.version), 1)
         | 
| 20361 20380 | 
             
                    ])
         | 
| 20362 20381 | 
             
                  ]),
         | 
| 20363 20382 | 
             
                  closed: k(() => [
         | 
| 20364 | 
            -
                    a("div",  | 
| 20383 | 
            +
                    a("div", o_, [
         | 
| 20365 20384 | 
             
                      a("a", {
         | 
| 20366 20385 | 
             
                        href: "#",
         | 
| 20367 20386 | 
             
                        class: "button primary",
         | 
| 20368 20387 | 
             
                        title: "Open Template Selection",
         | 
| 20369 20388 | 
             
                        onClick: n[9] || (n[9] = T((_) => o.openBox(0), ["prevent"]))
         | 
| 20370 | 
            -
                      },  | 
| 20389 | 
            +
                      }, s_),
         | 
| 20371 20390 | 
             
                      a("a", {
         | 
| 20372 20391 | 
             
                        href: "#",
         | 
| 20373 20392 | 
             
                        class: "button primary",
         | 
| 20374 20393 | 
             
                        title: "Open Components Overview",
         | 
| 20375 20394 | 
             
                        onClick: n[10] || (n[10] = T((_) => o.openBox(1), ["prevent"]))
         | 
| 20376 | 
            -
                      },  | 
| 20395 | 
            +
                      }, r_),
         | 
| 20377 20396 | 
             
                      a("a", {
         | 
| 20378 20397 | 
             
                        href: "#",
         | 
| 20379 20398 | 
             
                        class: "button primary",
         | 
| 20380 20399 | 
             
                        title: "Open Page-Templates",
         | 
| 20381 20400 | 
             
                        onClick: n[11] || (n[11] = T((_) => o.openBox(2), ["prevent"]))
         | 
| 20382 | 
            -
                      },  | 
| 20401 | 
            +
                      }, c_),
         | 
| 20383 20402 | 
             
                      a("a", {
         | 
| 20384 20403 | 
             
                        href: "#",
         | 
| 20385 20404 | 
             
                        onClick: n[12] || (n[12] = T((_) => i.showLeftSidebar = !1, ["prevent"]))
         | 
| 20386 | 
            -
                      },  | 
| 20405 | 
            +
                      }, m_)
         | 
| 20387 20406 | 
             
                    ])
         | 
| 20388 20407 | 
             
                  ]),
         | 
| 20389 20408 | 
             
                  _: 1
         | 
| @@ -20401,17 +20420,17 @@ function wv(e, n, t, s, i, o) { | |
| 20401 20420 | 
             
                  ]),
         | 
| 20402 20421 | 
             
                  _: 1
         | 
| 20403 20422 | 
             
                }),
         | 
| 20404 | 
            -
                i.componentView ? (l(), r("main",  | 
| 20423 | 
            +
                i.componentView ? (l(), r("main", h_, [
         | 
| 20405 20424 | 
             
                  h(w, null, {
         | 
| 20406 20425 | 
             
                    default: k(() => [
         | 
| 20407 | 
            -
                       | 
| 20426 | 
            +
                      p_
         | 
| 20408 20427 | 
             
                    ]),
         | 
| 20409 20428 | 
             
                    _: 1
         | 
| 20410 20429 | 
             
                  }),
         | 
| 20411 20430 | 
             
                  h(w, null, {
         | 
| 20412 20431 | 
             
                    default: k(() => [
         | 
| 20413 | 
            -
                      a("h2",  | 
| 20414 | 
            -
                         | 
| 20432 | 
            +
                      a("h2", f_, [
         | 
| 20433 | 
            +
                        g_,
         | 
| 20415 20434 | 
             
                        a("a", {
         | 
| 20416 20435 | 
             
                          href: "#",
         | 
| 20417 20436 | 
             
                          class: "button small icon-cog",
         | 
| @@ -20419,7 +20438,7 @@ function wv(e, n, t, s, i, o) { | |
| 20419 20438 | 
             
                          onClick: n[13] || (n[13] = T((_) => o.openSettingsSidebar("CmdAddressData"), ["prevent"]))
         | 
| 20420 20439 | 
             
                        })
         | 
| 20421 20440 | 
             
                      ]),
         | 
| 20422 | 
            -
                      a("div",  | 
| 20441 | 
            +
                      a("div", y_, [
         | 
| 20423 20442 | 
             
                        h(b, I({
         | 
| 20424 20443 | 
             
                          ref: "CmdAddressData",
         | 
| 20425 20444 | 
             
                          addressData: i.addressData
         | 
| @@ -20430,10 +20449,10 @@ function wv(e, n, t, s, i, o) { | |
| 20430 20449 | 
             
                  }),
         | 
| 20431 20450 | 
             
                  h(w, null, {
         | 
| 20432 20451 | 
             
                    default: k(() => [
         | 
| 20433 | 
            -
                       | 
| 20434 | 
            -
                       | 
| 20435 | 
            -
                      a("div",  | 
| 20436 | 
            -
                        a("ul",  | 
| 20452 | 
            +
                      b_,
         | 
| 20453 | 
            +
                      x_,
         | 
| 20454 | 
            +
                      a("div", __, [
         | 
| 20455 | 
            +
                        a("ul", C_, [
         | 
| 20437 20456 | 
             
                          a("li", null, [
         | 
| 20438 20457 | 
             
                            a("a", {
         | 
| 20439 20458 | 
             
                              href: "#",
         | 
| @@ -20442,7 +20461,7 @@ function wv(e, n, t, s, i, o) { | |
| 20442 20461 | 
             
                              id: "status-default"
         | 
| 20443 20462 | 
             
                            }, " Default ", 2)
         | 
| 20444 20463 | 
             
                          ]),
         | 
| 20445 | 
            -
                          a("li",  | 
| 20464 | 
            +
                          a("li", w_, [
         | 
| 20446 20465 | 
             
                            a("a", {
         | 
| 20447 20466 | 
             
                              href: "#",
         | 
| 20448 20467 | 
             
                              onClick: n[15] || (n[15] = T((_) => o.setStatus("error", !1), ["prevent"])),
         | 
| @@ -20495,10 +20514,10 @@ function wv(e, n, t, s, i, o) { | |
| 20495 20514 | 
             
                        novalidate: "novalidate"
         | 
| 20496 20515 | 
             
                      }, {
         | 
| 20497 20516 | 
             
                        default: k(() => [
         | 
| 20498 | 
            -
                          a("fieldset",  | 
| 20499 | 
            -
                             | 
| 20500 | 
            -
                            a("h2",  | 
| 20501 | 
            -
                               | 
| 20517 | 
            +
                          a("fieldset", k_, [
         | 
| 20518 | 
            +
                            v_,
         | 
| 20519 | 
            +
                            a("h2", T_, [
         | 
| 20520 | 
            +
                              S_,
         | 
| 20502 20521 | 
             
                              a("a", {
         | 
| 20503 20522 | 
             
                                href: "#",
         | 
| 20504 20523 | 
             
                                class: "button small icon-cog",
         | 
| @@ -20510,7 +20529,7 @@ function wv(e, n, t, s, i, o) { | |
| 20510 20529 | 
             
                              status: i.validationStatus,
         | 
| 20511 20530 | 
             
                              disabled: i.disabledStatus
         | 
| 20512 20531 | 
             
                            }), null, 16, ["status", "disabled"]),
         | 
| 20513 | 
            -
                            a("div",  | 
| 20532 | 
            +
                            a("div", O_, [
         | 
| 20514 20533 | 
             
                              h(v, {
         | 
| 20515 20534 | 
             
                                labelText: "Input for datalist:",
         | 
| 20516 20535 | 
             
                                element: "input",
         | 
| @@ -20522,7 +20541,7 @@ function wv(e, n, t, s, i, o) { | |
| 20522 20541 | 
             
                                tooltipText: "This is a tooltip"
         | 
| 20523 20542 | 
             
                              }, null, 8, ["status", "disabled", "datalist"])
         | 
| 20524 20543 | 
             
                            ]),
         | 
| 20525 | 
            -
                            a("div",  | 
| 20544 | 
            +
                            a("div", L_, [
         | 
| 20526 20545 | 
             
                              h(v, I({
         | 
| 20527 20546 | 
             
                                labelText: "Input (type search (without search-button)):",
         | 
| 20528 20547 | 
             
                                element: "input",
         | 
| @@ -20544,8 +20563,8 @@ function wv(e, n, t, s, i, o) { | |
| 20544 20563 | 
             
                                tooltipText: "This is a tooltip"
         | 
| 20545 20564 | 
             
                              }, { useCustomTooltip: !1 }), null, 16, ["status", "disabled"])
         | 
| 20546 20565 | 
             
                            ]),
         | 
| 20547 | 
            -
                             | 
| 20548 | 
            -
                            a("div",  | 
| 20566 | 
            +
                            I_,
         | 
| 20567 | 
            +
                            a("div", B_, [
         | 
| 20549 20568 | 
             
                              h(v, {
         | 
| 20550 20569 | 
             
                                element: "input",
         | 
| 20551 20570 | 
             
                                type: "text",
         | 
| @@ -20559,7 +20578,7 @@ function wv(e, n, t, s, i, o) { | |
| 20559 20578 | 
             
                                disabled: i.disabledStatus
         | 
| 20560 20579 | 
             
                              }, {
         | 
| 20561 20580 | 
             
                                labeltext: k(() => [
         | 
| 20562 | 
            -
                                   | 
| 20581 | 
            +
                                  F_
         | 
| 20563 20582 | 
             
                                ]),
         | 
| 20564 20583 | 
             
                                _: 1
         | 
| 20565 20584 | 
             
                              }, 8, ["modelValue", "status", "disabled"]),
         | 
| @@ -20591,7 +20610,7 @@ function wv(e, n, t, s, i, o) { | |
| 20591 20610 | 
             
                                disabled: i.disabledStatus
         | 
| 20592 20611 | 
             
                              }, null, 8, ["modelValue", "status", "disabled"])
         | 
| 20593 20612 | 
             
                            ]),
         | 
| 20594 | 
            -
                            a("div",  | 
| 20613 | 
            +
                            a("div", D_, [
         | 
| 20595 20614 | 
             
                              h(v, {
         | 
| 20596 20615 | 
             
                                labelText: "Label for emailfield (with icon):",
         | 
| 20597 20616 | 
             
                                element: "input",
         | 
| @@ -20702,9 +20721,9 @@ function wv(e, n, t, s, i, o) { | |
| 20702 20721 | 
             
                              status: i.validationStatus,
         | 
| 20703 20722 | 
             
                              disabled: i.disabledStatus
         | 
| 20704 20723 | 
             
                            }, null, 8, ["modelValue", "status", "disabled"]),
         | 
| 20705 | 
            -
                             | 
| 20706 | 
            -
                            a("h3",  | 
| 20707 | 
            -
                               | 
| 20724 | 
            +
                            M_,
         | 
| 20725 | 
            +
                            a("h3", P_, [
         | 
| 20726 | 
            +
                              V_,
         | 
| 20708 20727 | 
             
                              a("a", {
         | 
| 20709 20728 | 
             
                                href: "#",
         | 
| 20710 20729 | 
             
                                class: "button small icon-cog",
         | 
| @@ -20712,7 +20731,7 @@ function wv(e, n, t, s, i, o) { | |
| 20712 20731 | 
             
                                onClick: n[33] || (n[33] = T((_) => o.openSettingsSidebar("CmdFakeSelect"), ["prevent"]))
         | 
| 20713 20732 | 
             
                              })
         | 
| 20714 20733 | 
             
                            ]),
         | 
| 20715 | 
            -
                            a("div",  | 
| 20734 | 
            +
                            a("div", A_, [
         | 
| 20716 20735 | 
             
                              h(B, I({ ref: "CmdFakeSelect" }, e.cmdFakeSelectSettingsData, {
         | 
| 20717 20736 | 
             
                                selectData: i.fakeSelectOptionsData,
         | 
| 20718 20737 | 
             
                                modelValue: i.fakeSelectDefault,
         | 
| @@ -20764,21 +20783,21 @@ function wv(e, n, t, s, i, o) { | |
| 20764 20783 | 
             
                                type: "color"
         | 
| 20765 20784 | 
             
                              }, null, 8, ["status", "disabled", "selectData", "modelValue"])
         | 
| 20766 20785 | 
             
                            ]),
         | 
| 20767 | 
            -
                             | 
| 20768 | 
            -
                             | 
| 20786 | 
            +
                            E_,
         | 
| 20787 | 
            +
                            H_,
         | 
| 20769 20788 | 
             
                            h(F, {
         | 
| 20770 20789 | 
             
                              labelText: "Progress Bar (with optional output):",
         | 
| 20771 20790 | 
             
                              id: "progress-bar2",
         | 
| 20772 20791 | 
             
                              max: "100"
         | 
| 20773 20792 | 
             
                            }),
         | 
| 20774 | 
            -
                             | 
| 20793 | 
            +
                            q_,
         | 
| 20775 20794 | 
             
                            a("div", {
         | 
| 20776 20795 | 
             
                              class: x(["label", i.validationStatus])
         | 
| 20777 20796 | 
             
                            }, [
         | 
| 20778 | 
            -
                               | 
| 20779 | 
            -
                              a("span",  | 
| 20780 | 
            -
                                a("label",  | 
| 20781 | 
            -
                                   | 
| 20797 | 
            +
                              R_,
         | 
| 20798 | 
            +
                              a("span", N_, [
         | 
| 20799 | 
            +
                                a("label", U_, [
         | 
| 20800 | 
            +
                                  j_,
         | 
| 20782 20801 | 
             
                                  X(a("input", {
         | 
| 20783 20802 | 
             
                                    type: "number",
         | 
| 20784 20803 | 
             
                                    class: x(i.validationStatus),
         | 
| @@ -20787,12 +20806,12 @@ function wv(e, n, t, s, i, o) { | |
| 20787 20806 | 
             
                                    min: "0",
         | 
| 20788 20807 | 
             
                                    max: "100",
         | 
| 20789 20808 | 
             
                                    id: "range-value"
         | 
| 20790 | 
            -
                                  }, null, 10,  | 
| 20809 | 
            +
                                  }, null, 10, z_), [
         | 
| 20791 20810 | 
             
                                    [Nt, i.rangeValue]
         | 
| 20792 20811 | 
             
                                  ])
         | 
| 20793 20812 | 
             
                                ]),
         | 
| 20794 | 
            -
                                a("label",  | 
| 20795 | 
            -
                                   | 
| 20813 | 
            +
                                a("label", G_, [
         | 
| 20814 | 
            +
                                  W_,
         | 
| 20796 20815 | 
             
                                  X(a("input", {
         | 
| 20797 20816 | 
             
                                    type: "range",
         | 
| 20798 20817 | 
             
                                    class: "range-slider",
         | 
| @@ -20801,15 +20820,15 @@ function wv(e, n, t, s, i, o) { | |
| 20801 20820 | 
             
                                    disabled: i.disabledStatus,
         | 
| 20802 20821 | 
             
                                    min: "0",
         | 
| 20803 20822 | 
             
                                    max: "100"
         | 
| 20804 | 
            -
                                  }, null, 8,  | 
| 20823 | 
            +
                                  }, null, 8, Y_), [
         | 
| 20805 20824 | 
             
                                    [Nt, i.rangeValue]
         | 
| 20806 20825 | 
             
                                  ])
         | 
| 20807 20826 | 
             
                                ])
         | 
| 20808 20827 | 
             
                              ])
         | 
| 20809 20828 | 
             
                            ], 2),
         | 
| 20810 | 
            -
                             | 
| 20811 | 
            -
                             | 
| 20812 | 
            -
                             | 
| 20829 | 
            +
                            K_,
         | 
| 20830 | 
            +
                            J_,
         | 
| 20831 | 
            +
                            Z_,
         | 
| 20813 20832 | 
             
                            h(v, {
         | 
| 20814 20833 | 
             
                              element: "input",
         | 
| 20815 20834 | 
             
                              type: "checkbox",
         | 
| @@ -20834,7 +20853,7 @@ function wv(e, n, t, s, i, o) { | |
| 20834 20853 | 
             
                              status: i.validationStatus,
         | 
| 20835 20854 | 
             
                              disabled: i.disabledStatus
         | 
| 20836 20855 | 
             
                            }, null, 8, ["modelValue", "status", "disabled"]),
         | 
| 20837 | 
            -
                             | 
| 20856 | 
            +
                            Q_,
         | 
| 20838 20857 | 
             
                            h(v, {
         | 
| 20839 20858 | 
             
                              element: "input",
         | 
| 20840 20859 | 
             
                              type: "checkbox",
         | 
| @@ -20909,16 +20928,16 @@ function wv(e, n, t, s, i, o) { | |
| 20909 20928 | 
             
                            }, null, 8, ["modelValue", "status", "disabled"]),
         | 
| 20910 20929 | 
             
                            a("p", null, [
         | 
| 20911 20930 | 
             
                              H(" checkbox (required) with boolean: " + y(i.checkboxRequiredValue), 1),
         | 
| 20912 | 
            -
                               | 
| 20931 | 
            +
                              X_,
         | 
| 20913 20932 | 
             
                              H(" checkbox with boolean: " + y(i.checkboxValue), 1),
         | 
| 20914 | 
            -
                               | 
| 20933 | 
            +
                              $_,
         | 
| 20915 20934 | 
             
                              H(" checkboxes with values: " + y(i.checkboxValues), 1)
         | 
| 20916 20935 | 
             
                            ]),
         | 
| 20917 | 
            -
                            $1,
         | 
| 20918 20936 | 
             
                            eC,
         | 
| 20919 | 
            -
                             | 
| 20920 | 
            -
             | 
| 20921 | 
            -
                               | 
| 20937 | 
            +
                            tC,
         | 
| 20938 | 
            +
                            a("div", nC, [
         | 
| 20939 | 
            +
                              iC,
         | 
| 20940 | 
            +
                              a("div", oC, [
         | 
| 20922 20941 | 
             
                                h(v, {
         | 
| 20923 20942 | 
             
                                  element: "input",
         | 
| 20924 20943 | 
             
                                  labelText: "Label for checkbox with boolean",
         | 
| @@ -20963,17 +20982,17 @@ function wv(e, n, t, s, i, o) { | |
| 20963 20982 | 
             
                                }, {
         | 
| 20964 20983 | 
             
                                  labeltext: k(() => [
         | 
| 20965 20984 | 
             
                                    H(" Labeltext with "),
         | 
| 20966 | 
            -
                                     | 
| 20985 | 
            +
                                    lC,
         | 
| 20967 20986 | 
             
                                    H(" given by slot ")
         | 
| 20968 20987 | 
             
                                  ]),
         | 
| 20969 20988 | 
             
                                  _: 1
         | 
| 20970 20989 | 
             
                                }, 8, ["modelValue", "status", "disabled"])
         | 
| 20971 20990 | 
             
                              ])
         | 
| 20972 20991 | 
             
                            ]),
         | 
| 20973 | 
            -
                             | 
| 20974 | 
            -
                            a("div",  | 
| 20975 | 
            -
                               | 
| 20976 | 
            -
                              a("div",  | 
| 20992 | 
            +
                            sC,
         | 
| 20993 | 
            +
                            a("div", aC, [
         | 
| 20994 | 
            +
                              rC,
         | 
| 20995 | 
            +
                              a("div", dC, [
         | 
| 20977 20996 | 
             
                                h(v, {
         | 
| 20978 20997 | 
             
                                  element: "input",
         | 
| 20979 20998 | 
             
                                  labelText: "Label for replaced checkbox",
         | 
| @@ -21000,10 +21019,10 @@ function wv(e, n, t, s, i, o) { | |
| 21000 21019 | 
             
                                }, null, 8, ["modelValue", "status", "disabled"])
         | 
| 21001 21020 | 
             
                              ])
         | 
| 21002 21021 | 
             
                            ]),
         | 
| 21003 | 
            -
                             | 
| 21004 | 
            -
                            a("div",  | 
| 21005 | 
            -
                               | 
| 21006 | 
            -
                              a("div",  | 
| 21022 | 
            +
                            cC,
         | 
| 21023 | 
            +
                            a("div", uC, [
         | 
| 21024 | 
            +
                              mC,
         | 
| 21025 | 
            +
                              a("div", hC, [
         | 
| 21007 21026 | 
             
                                h(v, {
         | 
| 21008 21027 | 
             
                                  element: "input",
         | 
| 21009 21028 | 
             
                                  labelText: "Label for native radiobutton",
         | 
| @@ -21031,10 +21050,10 @@ function wv(e, n, t, s, i, o) { | |
| 21031 21050 | 
             
                              ])
         | 
| 21032 21051 | 
             
                            ]),
         | 
| 21033 21052 | 
             
                            a("p", null, " Radiobuttons with values: " + y(i.radiobuttonValue), 1),
         | 
| 21034 | 
            -
                             | 
| 21035 | 
            -
                            a("div",  | 
| 21036 | 
            -
                               | 
| 21037 | 
            -
                              a("div",  | 
| 21053 | 
            +
                            pC,
         | 
| 21054 | 
            +
                            a("div", fC, [
         | 
| 21055 | 
            +
                              gC,
         | 
| 21056 | 
            +
                              a("div", yC, [
         | 
| 21038 21057 | 
             
                                h(v, {
         | 
| 21039 21058 | 
             
                                  element: "input",
         | 
| 21040 21059 | 
             
                                  labelText: "Label for replaced radiobutton",
         | 
| @@ -21063,7 +21082,7 @@ function wv(e, n, t, s, i, o) { | |
| 21063 21082 | 
             
                                }, null, 8, ["modelValue", "status", "disabled"])
         | 
| 21064 21083 | 
             
                              ])
         | 
| 21065 21084 | 
             
                            ]),
         | 
| 21066 | 
            -
                            a("h3",  | 
| 21085 | 
            +
                            a("h3", bC, [
         | 
| 21067 21086 | 
             
                              H(" Input-Group "),
         | 
| 21068 21087 | 
             
                              a("a", {
         | 
| 21069 21088 | 
             
                                href: "#",
         | 
| @@ -21107,12 +21126,12 @@ function wv(e, n, t, s, i, o) { | |
| 21107 21126 | 
             
                              _: 1
         | 
| 21108 21127 | 
             
                            }, 16, ["inputElements", "modelValue"]),
         | 
| 21109 21128 | 
             
                            a("dl", null, [
         | 
| 21110 | 
            -
                               | 
| 21129 | 
            +
                              xC,
         | 
| 21111 21130 | 
             
                              a("dd", null, [
         | 
| 21112 21131 | 
             
                                a("output", null, y(i.inputGroup), 1)
         | 
| 21113 21132 | 
             
                              ])
         | 
| 21114 21133 | 
             
                            ]),
         | 
| 21115 | 
            -
                             | 
| 21134 | 
            +
                            _C,
         | 
| 21116 21135 | 
             
                            h(D, {
         | 
| 21117 21136 | 
             
                              labelText: "Grouplabel for checkbox-group styled as toggle-switches:",
         | 
| 21118 21137 | 
             
                              inputElements: o.idForReplacedInputsInInputGroup("checkbox-group-toggle-switch"),
         | 
| @@ -21125,7 +21144,7 @@ function wv(e, n, t, s, i, o) { | |
| 21125 21144 | 
             
                              disabled: i.disabledStatus
         | 
| 21126 21145 | 
             
                            }, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
         | 
| 21127 21146 | 
             
                            a("dl", null, [
         | 
| 21128 | 
            -
                               | 
| 21147 | 
            +
                              CC,
         | 
| 21129 21148 | 
             
                              a("dd", null, [
         | 
| 21130 21149 | 
             
                                a("output", null, y(i.inputGroupValueToggleSwitchCheckbox), 1)
         | 
| 21131 21150 | 
             
                              ])
         | 
| @@ -21142,7 +21161,7 @@ function wv(e, n, t, s, i, o) { | |
| 21142 21161 | 
             
                              disabled: i.disabledStatus
         | 
| 21143 21162 | 
             
                            }, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
         | 
| 21144 21163 | 
             
                            a("dl", null, [
         | 
| 21145 | 
            -
                               | 
| 21164 | 
            +
                              wC,
         | 
| 21146 21165 | 
             
                              a("dd", null, [
         | 
| 21147 21166 | 
             
                                a("output", null, y(i.inputGroupValueToggleSwitchRadio), 1)
         | 
| 21148 21167 | 
             
                              ])
         | 
| @@ -21158,7 +21177,7 @@ function wv(e, n, t, s, i, o) { | |
| 21158 21177 | 
             
                              disabled: i.disabledStatus
         | 
| 21159 21178 | 
             
                            }, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
         | 
| 21160 21179 | 
             
                            a("dl", null, [
         | 
| 21161 | 
            -
                               | 
| 21180 | 
            +
                              kC,
         | 
| 21162 21181 | 
             
                              a("dd", null, [
         | 
| 21163 21182 | 
             
                                a("output", null, y(i.inputGroupValue3), 1)
         | 
| 21164 21183 | 
             
                              ])
         | 
| @@ -21176,15 +21195,15 @@ function wv(e, n, t, s, i, o) { | |
| 21176 21195 | 
             
                              disabled: i.disabledStatus
         | 
| 21177 21196 | 
             
                            }, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
         | 
| 21178 21197 | 
             
                            a("dl", null, [
         | 
| 21179 | 
            -
                               | 
| 21198 | 
            +
                              vC,
         | 
| 21180 21199 | 
             
                              a("dd", null, [
         | 
| 21181 21200 | 
             
                                a("output", null, y(i.inputGroupValue4), 1)
         | 
| 21182 21201 | 
             
                              ])
         | 
| 21183 21202 | 
             
                            ])
         | 
| 21184 21203 | 
             
                          ]),
         | 
| 21185 | 
            -
                          a("div",  | 
| 21186 | 
            -
                             | 
| 21187 | 
            -
                            a("div",  | 
| 21204 | 
            +
                          a("div", TC, [
         | 
| 21205 | 
            +
                            SC,
         | 
| 21206 | 
            +
                            a("div", OC, [
         | 
| 21188 21207 | 
             
                              h(v, {
         | 
| 21189 21208 | 
             
                                element: "button",
         | 
| 21190 21209 | 
             
                                nativeButton: { text: "Submit-button from component" },
         | 
| @@ -21197,7 +21216,7 @@ function wv(e, n, t, s, i, o) { | |
| 21197 21216 | 
             
                                class: "button",
         | 
| 21198 21217 | 
             
                                type: "submit",
         | 
| 21199 21218 | 
             
                                disabled: i.disabledStatus
         | 
| 21200 | 
            -
                              },  | 
| 21219 | 
            +
                              }, FC, 8, LC)
         | 
| 21201 21220 | 
             
                            ])
         | 
| 21202 21221 | 
             
                          ])
         | 
| 21203 21222 | 
             
                        ]),
         | 
| @@ -21212,8 +21231,8 @@ function wv(e, n, t, s, i, o) { | |
| 21212 21231 | 
             
                  }),
         | 
| 21213 21232 | 
             
                  h(w, null, {
         | 
| 21214 21233 | 
             
                    default: k(() => [
         | 
| 21215 | 
            -
                      a("h2",  | 
| 21216 | 
            -
                         | 
| 21234 | 
            +
                      a("h2", DC, [
         | 
| 21235 | 
            +
                        MC,
         | 
| 21217 21236 | 
             
                        a("a", {
         | 
| 21218 21237 | 
             
                          href: "#",
         | 
| 21219 21238 | 
             
                          class: "button small icon-cog",
         | 
| @@ -21227,8 +21246,8 @@ function wv(e, n, t, s, i, o) { | |
| 21227 21246 | 
             
                  }),
         | 
| 21228 21247 | 
             
                  h(w, null, {
         | 
| 21229 21248 | 
             
                    default: k(() => [
         | 
| 21230 | 
            -
                      a("h2",  | 
| 21231 | 
            -
                         | 
| 21249 | 
            +
                      a("h2", PC, [
         | 
| 21250 | 
            +
                        VC,
         | 
| 21232 21251 | 
             
                        a("a", {
         | 
| 21233 21252 | 
             
                          href: "#",
         | 
| 21234 21253 | 
             
                          class: "button small icon-cog",
         | 
| @@ -21249,9 +21268,9 @@ function wv(e, n, t, s, i, o) { | |
| 21249 21268 | 
             
                        }
         | 
| 21250 21269 | 
             
                      }, null, 512),
         | 
| 21251 21270 | 
             
                      a("dl", null, [
         | 
| 21252 | 
            -
                        VC,
         | 
| 21253 | 
            -
                        a("dd", null, y(i.basicFormData.originalEvent), 1),
         | 
| 21254 21271 | 
             
                        AC,
         | 
| 21272 | 
            +
                        a("dd", null, y(i.basicFormData.originalEvent), 1),
         | 
| 21273 | 
            +
                        EC,
         | 
| 21255 21274 | 
             
                        a("dd", null, y(i.basicFormData.formData), 1)
         | 
| 21256 21275 | 
             
                      ])
         | 
| 21257 21276 | 
             
                    ]),
         | 
| @@ -21259,9 +21278,9 @@ function wv(e, n, t, s, i, o) { | |
| 21259 21278 | 
             
                  }),
         | 
| 21260 21279 | 
             
                  h(w, { anchorId: "section-boxes" }, {
         | 
| 21261 21280 | 
             
                    default: k(() => [
         | 
| 21262 | 
            -
                       | 
| 21263 | 
            -
                      a("h3",  | 
| 21264 | 
            -
                         | 
| 21281 | 
            +
                      HC,
         | 
| 21282 | 
            +
                      a("h3", qC, [
         | 
| 21283 | 
            +
                        RC,
         | 
| 21265 21284 | 
             
                        a("a", {
         | 
| 21266 21285 | 
             
                          href: "#",
         | 
| 21267 21286 | 
             
                          class: "button small icon-cog",
         | 
| @@ -21276,15 +21295,15 @@ function wv(e, n, t, s, i, o) { | |
| 21276 21295 | 
             
                        stretchVertically: !0
         | 
| 21277 21296 | 
             
                      }), {
         | 
| 21278 21297 | 
             
                        header: k(() => [
         | 
| 21279 | 
            -
                           | 
| 21298 | 
            +
                          NC
         | 
| 21280 21299 | 
             
                        ]),
         | 
| 21281 21300 | 
             
                        body: k(() => [
         | 
| 21282 | 
            -
                          NC,
         | 
| 21283 21301 | 
             
                          UC,
         | 
| 21284 | 
            -
                          jC
         | 
| 21302 | 
            +
                          jC,
         | 
| 21303 | 
            +
                          zC
         | 
| 21285 21304 | 
             
                        ]),
         | 
| 21286 21305 | 
             
                        footer: k(() => [
         | 
| 21287 | 
            -
                           | 
| 21306 | 
            +
                          GC
         | 
| 21288 21307 | 
             
                        ]),
         | 
| 21289 21308 | 
             
                        _: 1
         | 
| 21290 21309 | 
             
                      }, 16),
         | 
| @@ -21323,15 +21342,15 @@ function wv(e, n, t, s, i, o) { | |
| 21323 21342 | 
             
                            allowContentToScroll: !0
         | 
| 21324 21343 | 
             
                          }, {
         | 
| 21325 21344 | 
             
                            header: k(() => [
         | 
| 21326 | 
            -
                               | 
| 21345 | 
            +
                              WC
         | 
| 21327 21346 | 
             
                            ]),
         | 
| 21328 21347 | 
             
                            body: k(() => [
         | 
| 21329 | 
            -
                               | 
| 21348 | 
            +
                              YC,
         | 
| 21330 21349 | 
             
                              KC,
         | 
| 21331 21350 | 
             
                              JC
         | 
| 21332 21351 | 
             
                            ]),
         | 
| 21333 21352 | 
             
                            footer: k(() => [
         | 
| 21334 | 
            -
                               | 
| 21353 | 
            +
                              ZC
         | 
| 21335 21354 | 
             
                            ]),
         | 
| 21336 21355 | 
             
                            _: 1
         | 
| 21337 21356 | 
             
                          }),
         | 
| @@ -21341,7 +21360,7 @@ function wv(e, n, t, s, i, o) { | |
| 21341 21360 | 
             
                            collapsible: !0
         | 
| 21342 21361 | 
             
                          }, {
         | 
| 21343 21362 | 
             
                            header: k(() => [
         | 
| 21344 | 
            -
                               | 
| 21363 | 
            +
                              QC
         | 
| 21345 21364 | 
             
                            ]),
         | 
| 21346 21365 | 
             
                            body: k(() => [
         | 
| 21347 21366 | 
             
                              h(M, { legend: { show: !1 } }, {
         | 
| @@ -21365,7 +21384,7 @@ function wv(e, n, t, s, i, o) { | |
| 21365 21384 | 
             
                              })
         | 
| 21366 21385 | 
             
                            ]),
         | 
| 21367 21386 | 
             
                            footer: k(() => [
         | 
| 21368 | 
            -
                               | 
| 21387 | 
            +
                              XC
         | 
| 21369 21388 | 
             
                            ]),
         | 
| 21370 21389 | 
             
                            _: 1
         | 
| 21371 21390 | 
             
                          }),
         | 
| @@ -21374,10 +21393,10 @@ function wv(e, n, t, s, i, o) { | |
| 21374 21393 | 
             
                            useBoxBodyPadding: !1
         | 
| 21375 21394 | 
             
                          }, {
         | 
| 21376 21395 | 
             
                            header: k(() => [
         | 
| 21377 | 
            -
                               | 
| 21396 | 
            +
                              $C
         | 
| 21378 21397 | 
             
                            ]),
         | 
| 21379 21398 | 
             
                            body: k(() => [
         | 
| 21380 | 
            -
                              a("ul",  | 
| 21399 | 
            +
                              a("ul", ew, [
         | 
| 21381 21400 | 
             
                                a("li", null, [
         | 
| 21382 21401 | 
             
                                  a("a", {
         | 
| 21383 21402 | 
             
                                    href: "#",
         | 
| @@ -21409,7 +21428,7 @@ function wv(e, n, t, s, i, o) { | |
| 21409 21428 | 
             
                              ])
         | 
| 21410 21429 | 
             
                            ]),
         | 
| 21411 21430 | 
             
                            footer: k(() => [
         | 
| 21412 | 
            -
                               | 
| 21431 | 
            +
                              tw
         | 
| 21413 21432 | 
             
                            ]),
         | 
| 21414 21433 | 
             
                            _: 1
         | 
| 21415 21434 | 
             
                          }),
         | 
| @@ -21420,10 +21439,10 @@ function wv(e, n, t, s, i, o) { | |
| 21420 21439 | 
             
                            collapsible: !0
         | 
| 21421 21440 | 
             
                          }, {
         | 
| 21422 21441 | 
             
                            header: k(() => [
         | 
| 21423 | 
            -
                               | 
| 21442 | 
            +
                              nw
         | 
| 21424 21443 | 
             
                            ]),
         | 
| 21425 21444 | 
             
                            body: k(() => [
         | 
| 21426 | 
            -
                               | 
| 21445 | 
            +
                              iw
         | 
| 21427 21446 | 
             
                            ]),
         | 
| 21428 21447 | 
             
                            _: 1
         | 
| 21429 21448 | 
             
                          }),
         | 
| @@ -21432,14 +21451,14 @@ function wv(e, n, t, s, i, o) { | |
| 21432 21451 | 
             
                            useBoxBodyPadding: !1
         | 
| 21433 21452 | 
             
                          }, {
         | 
| 21434 21453 | 
             
                            header: k(() => [
         | 
| 21435 | 
            -
                               | 
| 21454 | 
            +
                              ow
         | 
| 21436 21455 | 
             
                            ]),
         | 
| 21437 21456 | 
             
                            body: k(() => [
         | 
| 21438 | 
            -
                               | 
| 21439 | 
            -
                               | 
| 21457 | 
            +
                              lw,
         | 
| 21458 | 
            +
                              sw
         | 
| 21440 21459 | 
             
                            ]),
         | 
| 21441 21460 | 
             
                            footer: k(() => [
         | 
| 21442 | 
            -
                               | 
| 21461 | 
            +
                              aw
         | 
| 21443 21462 | 
             
                            ]),
         | 
| 21444 21463 | 
             
                            _: 1
         | 
| 21445 21464 | 
             
                          }),
         | 
| @@ -21469,8 +21488,8 @@ function wv(e, n, t, s, i, o) { | |
| 21469 21488 | 
             
                        ]),
         | 
| 21470 21489 | 
             
                        _: 1
         | 
| 21471 21490 | 
             
                      }, 8, ["cmdHeadline"]),
         | 
| 21472 | 
            -
                       | 
| 21473 | 
            -
                      a("div",  | 
| 21491 | 
            +
                      rw,
         | 
| 21492 | 
            +
                      a("div", dw, [
         | 
| 21474 21493 | 
             
                        (l(!0), r(S, null, q(i.boxProductData, (_, z) => (l(), r("div", {
         | 
| 21475 21494 | 
             
                          class: "grid-small-item",
         | 
| 21476 21495 | 
             
                          key: z
         | 
| @@ -21482,7 +21501,7 @@ function wv(e, n, t, s, i, o) { | |
| 21482 21501 | 
             
                          }, null, 8, ["product"])
         | 
| 21483 21502 | 
             
                        ]))), 128))
         | 
| 21484 21503 | 
             
                      ]),
         | 
| 21485 | 
            -
                       | 
| 21504 | 
            +
                      cw,
         | 
| 21486 21505 | 
             
                      h(c, {
         | 
| 21487 21506 | 
             
                        boxesPerRow: [5, 2, 1],
         | 
| 21488 21507 | 
             
                        useRowViewAsDefault: !0,
         | 
| @@ -21500,7 +21519,7 @@ function wv(e, n, t, s, i, o) { | |
| 21500 21519 | 
             
                        _: 1
         | 
| 21501 21520 | 
             
                      }),
         | 
| 21502 21521 | 
             
                      a("h3", null, [
         | 
| 21503 | 
            -
                         | 
| 21522 | 
            +
                        uw,
         | 
| 21504 21523 | 
             
                        a("a", {
         | 
| 21505 21524 | 
             
                          href: "#",
         | 
| 21506 21525 | 
             
                          class: "button small icon-cog",
         | 
| @@ -21541,8 +21560,8 @@ function wv(e, n, t, s, i, o) { | |
| 21541 21560 | 
             
                  }),
         | 
| 21542 21561 | 
             
                  h(w, { "inner-component": "div" }, {
         | 
| 21543 21562 | 
             
                    default: k(() => [
         | 
| 21544 | 
            -
                      a("h2",  | 
| 21545 | 
            -
                         | 
| 21563 | 
            +
                      a("h2", mw, [
         | 
| 21564 | 
            +
                        hw,
         | 
| 21546 21565 | 
             
                        a("a", {
         | 
| 21547 21566 | 
             
                          href: "#",
         | 
| 21548 21567 | 
             
                          class: "button small icon-cog",
         | 
| @@ -21560,8 +21579,8 @@ function wv(e, n, t, s, i, o) { | |
| 21560 21579 | 
             
                  }),
         | 
| 21561 21580 | 
             
                  h(w, null, {
         | 
| 21562 21581 | 
             
                    default: k(() => [
         | 
| 21563 | 
            -
                      a("h2",  | 
| 21564 | 
            -
                         | 
| 21582 | 
            +
                      a("h2", pw, [
         | 
| 21583 | 
            +
                        fw,
         | 
| 21565 21584 | 
             
                        a("a", {
         | 
| 21566 21585 | 
             
                          href: "#",
         | 
| 21567 21586 | 
             
                          class: "button small icon-cog",
         | 
| @@ -21578,8 +21597,8 @@ function wv(e, n, t, s, i, o) { | |
| 21578 21597 | 
             
                  }),
         | 
| 21579 21598 | 
             
                  h(w, null, {
         | 
| 21580 21599 | 
             
                    default: k(() => [
         | 
| 21581 | 
            -
                      a("h2",  | 
| 21582 | 
            -
                         | 
| 21600 | 
            +
                      a("h2", gw, [
         | 
| 21601 | 
            +
                        yw,
         | 
| 21583 21602 | 
             
                        a("a", {
         | 
| 21584 21603 | 
             
                          href: "#",
         | 
| 21585 21604 | 
             
                          class: "button small icon-cog",
         | 
| @@ -21587,33 +21606,33 @@ function wv(e, n, t, s, i, o) { | |
| 21587 21606 | 
             
                          onClick: n[76] || (n[76] = T((_) => o.openSettingsSidebar("CmdContainer"), ["prevent"]))
         | 
| 21588 21607 | 
             
                        })
         | 
| 21589 21608 | 
             
                      ]),
         | 
| 21590 | 
            -
                       | 
| 21591 | 
            -
                      h( | 
| 21609 | 
            +
                      bw,
         | 
| 21610 | 
            +
                      h(K, I({
         | 
| 21592 21611 | 
             
                        style: { border: "1px dotted gray" },
         | 
| 21593 21612 | 
             
                        ref: "CmdContainer"
         | 
| 21594 21613 | 
             
                      }, e.cmdContainerSettingsData), null, 16),
         | 
| 21595 | 
            -
                       | 
| 21596 | 
            -
                      h( | 
| 21614 | 
            +
                      xw,
         | 
| 21615 | 
            +
                      h(K, {
         | 
| 21597 21616 | 
             
                        style: { border: "1px dotted gray" },
         | 
| 21598 21617 | 
             
                        ref: "CmdContainer",
         | 
| 21599 21618 | 
             
                        innerText: "Some inner text",
         | 
| 21600 21619 | 
             
                        containerType: "flex",
         | 
| 21601 21620 | 
             
                        contentOrientation: "horizontal"
         | 
| 21602 21621 | 
             
                      }, null, 512),
         | 
| 21603 | 
            -
                       | 
| 21604 | 
            -
                      h( | 
| 21622 | 
            +
                      _w,
         | 
| 21623 | 
            +
                      h(K, I({
         | 
| 21605 21624 | 
             
                        style: { border: "1px dotted gray" },
         | 
| 21606 21625 | 
             
                        ref: "CmdContainer"
         | 
| 21607 21626 | 
             
                      }, e.cmdContainerSettingsData), {
         | 
| 21608 21627 | 
             
                        default: k(() => [
         | 
| 21609 | 
            -
                          _w,
         | 
| 21610 21628 | 
             
                          Cw,
         | 
| 21611 | 
            -
                          ww
         | 
| 21629 | 
            +
                          ww,
         | 
| 21630 | 
            +
                          kw
         | 
| 21612 21631 | 
             
                        ]),
         | 
| 21613 21632 | 
             
                        _: 1
         | 
| 21614 21633 | 
             
                      }, 16),
         | 
| 21615 | 
            -
                       | 
| 21616 | 
            -
                      h( | 
| 21634 | 
            +
                      vw,
         | 
| 21635 | 
            +
                      h(K, I({
         | 
| 21617 21636 | 
             
                        style: { border: "1px dotted gray" },
         | 
| 21618 21637 | 
             
                        ref: "CmdContainer"
         | 
| 21619 21638 | 
             
                      }, e.cmdContainerSettingsData, {
         | 
| @@ -21637,19 +21656,19 @@ function wv(e, n, t, s, i, o) { | |
| 21637 21656 | 
             
                  }),
         | 
| 21638 21657 | 
             
                  h(w, null, {
         | 
| 21639 21658 | 
             
                    default: k(() => [
         | 
| 21640 | 
            -
                       | 
| 21659 | 
            +
                      Tw,
         | 
| 21641 21660 | 
             
                      a("a", {
         | 
| 21642 21661 | 
             
                        class: "button",
         | 
| 21643 21662 | 
             
                        href: "#",
         | 
| 21644 21663 | 
             
                        onClick: n[77] || (n[77] = T((_) => i.fancyBoxCookieDisclaimer = !0, ["prevent"]))
         | 
| 21645 | 
            -
                      },  | 
| 21664 | 
            +
                      }, Ow)
         | 
| 21646 21665 | 
             
                    ]),
         | 
| 21647 21666 | 
             
                    _: 1
         | 
| 21648 21667 | 
             
                  }),
         | 
| 21649 21668 | 
             
                  h(w, null, {
         | 
| 21650 21669 | 
             
                    default: k(() => [
         | 
| 21651 | 
            -
                      Ow,
         | 
| 21652 21670 | 
             
                      Lw,
         | 
| 21671 | 
            +
                      Iw,
         | 
| 21653 21672 | 
             
                      h(M, {
         | 
| 21654 21673 | 
             
                        useFieldset: !0,
         | 
| 21655 21674 | 
             
                        useSlot: !1,
         | 
| @@ -21658,7 +21677,7 @@ function wv(e, n, t, s, i, o) { | |
| 21658 21677 | 
             
                        formElements: i.formElementsData,
         | 
| 21659 21678 | 
             
                        onSubmit: o.doConsoleLog
         | 
| 21660 21679 | 
             
                      }, null, 8, ["formElements", "onSubmit"]),
         | 
| 21661 | 
            -
                       | 
| 21680 | 
            +
                      Bw,
         | 
| 21662 21681 | 
             
                      h(M, {
         | 
| 21663 21682 | 
             
                        "use-fieldset": !0,
         | 
| 21664 21683 | 
             
                        id: "form-component",
         | 
| @@ -21695,27 +21714,27 @@ function wv(e, n, t, s, i, o) { | |
| 21695 21714 | 
             
                  }),
         | 
| 21696 21715 | 
             
                  h(w, null, {
         | 
| 21697 21716 | 
             
                    default: k(() => [
         | 
| 21698 | 
            -
                      Bw,
         | 
| 21699 21717 | 
             
                      Fw,
         | 
| 21718 | 
            +
                      Dw,
         | 
| 21700 21719 | 
             
                      a("a", {
         | 
| 21701 21720 | 
             
                        href: "#",
         | 
| 21702 21721 | 
             
                        onClick: n[78] || (n[78] = T((_) => o.showFancyBox("text", "Some text", "FancyBox with text"), ["prevent"]))
         | 
| 21703 21722 | 
             
                      }, "Open FancyBox with text"),
         | 
| 21704 | 
            -
                       | 
| 21723 | 
            +
                      Mw,
         | 
| 21705 21724 | 
             
                      a("a", {
         | 
| 21706 21725 | 
             
                        href: "#",
         | 
| 21707 21726 | 
             
                        onClick: n[79] || (n[79] = T((_) => o.showFancyBox("url", "/media/images/demo-images/large/landscape-01.jpg", "FancyBox with large image given by url"), ["prevent"])),
         | 
| 21708 21727 | 
             
                        title: "Open FancyBox with large image given by url",
         | 
| 21709 21728 | 
             
                        style: { "align-self": "flex-start" }
         | 
| 21710 | 
            -
                      },  | 
| 21711 | 
            -
                       | 
| 21729 | 
            +
                      }, Vw),
         | 
| 21730 | 
            +
                      Aw,
         | 
| 21712 21731 | 
             
                      a("a", {
         | 
| 21713 21732 | 
             
                        href: "#",
         | 
| 21714 21733 | 
             
                        onClick: n[80] || (n[80] = T((_) => o.showFancyBox("image", { large: "/media/images/demo-images/large/landscape-02.jpg" }, "FancyBox with large image given by property"), ["prevent"])),
         | 
| 21715 21734 | 
             
                        title: "Open FancyBox with large image given by property",
         | 
| 21716 21735 | 
             
                        style: { "align-self": "flex-start" }
         | 
| 21717 | 
            -
                      },  | 
| 21718 | 
            -
                       | 
| 21736 | 
            +
                      }, Hw),
         | 
| 21737 | 
            +
                      qw,
         | 
| 21719 21738 | 
             
                      a("a", {
         | 
| 21720 21739 | 
             
                        href: "#",
         | 
| 21721 21740 | 
             
                        onClick: n[81] || (n[81] = T((_) => o.showFancyBox("image", {
         | 
| @@ -21725,21 +21744,21 @@ function wv(e, n, t, s, i, o) { | |
| 21725 21744 | 
             
                        }, "FancyBox with large image given by property"), ["prevent"])),
         | 
| 21726 21745 | 
             
                        title: "Open FancyBox with large image given by property",
         | 
| 21727 21746 | 
             
                        style: { "align-self": "flex-start" }
         | 
| 21728 | 
            -
                      },  | 
| 21747 | 
            +
                      }, Nw)
         | 
| 21729 21748 | 
             
                    ]),
         | 
| 21730 21749 | 
             
                    _: 1
         | 
| 21731 21750 | 
             
                  }),
         | 
| 21732 21751 | 
             
                  h(w, null, {
         | 
| 21733 21752 | 
             
                    default: k(() => [
         | 
| 21734 | 
            -
                       | 
| 21753 | 
            +
                      Uw,
         | 
| 21735 21754 | 
             
                      h($, { address: i.addressData }, null, 8, ["address"])
         | 
| 21736 21755 | 
             
                    ]),
         | 
| 21737 21756 | 
             
                    _: 1
         | 
| 21738 21757 | 
             
                  }),
         | 
| 21739 21758 | 
             
                  h(w, null, {
         | 
| 21740 21759 | 
             
                    default: k(() => [
         | 
| 21741 | 
            -
                      a("h2",  | 
| 21742 | 
            -
                         | 
| 21760 | 
            +
                      a("h2", jw, [
         | 
| 21761 | 
            +
                        zw,
         | 
| 21743 21762 | 
             
                        a("a", {
         | 
| 21744 21763 | 
             
                          href: "#",
         | 
| 21745 21764 | 
             
                          class: "button small icon-cog",
         | 
| @@ -21760,7 +21779,7 @@ function wv(e, n, t, s, i, o) { | |
| 21760 21779 | 
             
                      }, {
         | 
| 21761 21780 | 
             
                        default: k(() => [
         | 
| 21762 21781 | 
             
                          H(" Headline text"),
         | 
| 21763 | 
            -
                           | 
| 21782 | 
            +
                          Gw,
         | 
| 21764 21783 | 
             
                          H(" with html given by slot ")
         | 
| 21765 21784 | 
             
                        ]),
         | 
| 21766 21785 | 
             
                        _: 1
         | 
| @@ -21770,10 +21789,10 @@ function wv(e, n, t, s, i, o) { | |
| 21770 21789 | 
             
                  }),
         | 
| 21771 21790 | 
             
                  h(w, null, {
         | 
| 21772 21791 | 
             
                    default: k(() => [
         | 
| 21773 | 
            -
                       | 
| 21792 | 
            +
                      Ww,
         | 
| 21774 21793 | 
             
                      a("ul", null, [
         | 
| 21775 21794 | 
             
                        a("li", null, [
         | 
| 21776 | 
            -
                           | 
| 21795 | 
            +
                          Yw,
         | 
| 21777 21796 | 
             
                          h(ee, { iconClass: "icon-home" })
         | 
| 21778 21797 | 
             
                        ]),
         | 
| 21779 21798 | 
             
                        a("li", null, [
         | 
| @@ -21785,11 +21804,11 @@ function wv(e, n, t, s, i, o) { | |
| 21785 21804 | 
             
                          h(ee, { iconClass: "bi:house-fill" })
         | 
| 21786 21805 | 
             
                        ]),
         | 
| 21787 21806 | 
             
                        a("li", null, [
         | 
| 21788 | 
            -
                           | 
| 21807 | 
            +
                          Zw,
         | 
| 21789 21808 | 
             
                          h(ee, { iconClass: "mdi:home" })
         | 
| 21790 21809 | 
             
                        ]),
         | 
| 21791 21810 | 
             
                        a("li", null, [
         | 
| 21792 | 
            -
                           | 
| 21811 | 
            +
                          Qw,
         | 
| 21793 21812 | 
             
                          h(ee, { iconClass: "fa6-solid:house-chimney" })
         | 
| 21794 21813 | 
             
                        ])
         | 
| 21795 21814 | 
             
                      ])
         | 
| @@ -21798,8 +21817,8 @@ function wv(e, n, t, s, i, o) { | |
| 21798 21817 | 
             
                  }),
         | 
| 21799 21818 | 
             
                  h(w, null, {
         | 
| 21800 21819 | 
             
                    default: k(() => [
         | 
| 21801 | 
            -
                      a("h2",  | 
| 21802 | 
            -
                         | 
| 21820 | 
            +
                      a("h2", Xw, [
         | 
| 21821 | 
            +
                        $w,
         | 
| 21803 21822 | 
             
                        a("a", {
         | 
| 21804 21823 | 
             
                          href: "#",
         | 
| 21805 21824 | 
             
                          class: "button small icon-cog",
         | 
| @@ -21807,7 +21826,7 @@ function wv(e, n, t, s, i, o) { | |
| 21807 21826 | 
             
                          onClick: n[83] || (n[83] = T((_) => o.openSettingsSidebar("CmdImage"), ["prevent"]))
         | 
| 21808 21827 | 
             
                        })
         | 
| 21809 21828 | 
             
                      ]),
         | 
| 21810 | 
            -
                      a("div",  | 
| 21829 | 
            +
                      a("div", ek, [
         | 
| 21811 21830 | 
             
                        h(re, I({
         | 
| 21812 21831 | 
             
                          ref: "CmdImage",
         | 
| 21813 21832 | 
             
                          image: i.imageData[0].image,
         | 
| @@ -21823,8 +21842,8 @@ function wv(e, n, t, s, i, o) { | |
| 21823 21842 | 
             
                  }),
         | 
| 21824 21843 | 
             
                  h(w, null, {
         | 
| 21825 21844 | 
             
                    default: k(() => [
         | 
| 21826 | 
            -
                      a("h2",  | 
| 21827 | 
            -
                         | 
| 21845 | 
            +
                      a("h2", tk, [
         | 
| 21846 | 
            +
                        nk,
         | 
| 21828 21847 | 
             
                        a("a", {
         | 
| 21829 21848 | 
             
                          href: "#",
         | 
| 21830 21849 | 
             
                          class: "button small icon-cog",
         | 
| @@ -21841,7 +21860,7 @@ function wv(e, n, t, s, i, o) { | |
| 21841 21860 | 
             
                  }),
         | 
| 21842 21861 | 
             
                  h(w, null, {
         | 
| 21843 21862 | 
             
                    default: k(() => [
         | 
| 21844 | 
            -
                       | 
| 21863 | 
            +
                      ik,
         | 
| 21845 21864 | 
             
                      h(ue, {
         | 
| 21846 21865 | 
             
                        imageSmall: i.imageZoomData.imageSmall,
         | 
| 21847 21866 | 
             
                        imageLarge: i.imageZoomData.imageLarge
         | 
| @@ -21851,8 +21870,8 @@ function wv(e, n, t, s, i, o) { | |
| 21851 21870 | 
             
                  }),
         | 
| 21852 21871 | 
             
                  h(w, null, {
         | 
| 21853 21872 | 
             
                    default: k(() => [
         | 
| 21854 | 
            -
                      a("h2",  | 
| 21855 | 
            -
                         | 
| 21873 | 
            +
                      a("h2", ok, [
         | 
| 21874 | 
            +
                        lk,
         | 
| 21856 21875 | 
             
                        a("a", {
         | 
| 21857 21876 | 
             
                          href: "#",
         | 
| 21858 21877 | 
             
                          class: "button small icon-cog",
         | 
| @@ -21883,7 +21902,7 @@ function wv(e, n, t, s, i, o) { | |
| 21883 21902 | 
             
                      }), null, 16),
         | 
| 21884 21903 | 
             
                      a("button", {
         | 
| 21885 21904 | 
             
                        onClick: n[86] || (n[86] = (_) => i.showCmdLink = !0)
         | 
| 21886 | 
            -
                      },  | 
| 21905 | 
            +
                      }, ak),
         | 
| 21887 21906 | 
             
                      i.showCmdLink ? (l(), C(ne, {
         | 
| 21888 21907 | 
             
                        key: 0,
         | 
| 21889 21908 | 
             
                        path: "#",
         | 
| @@ -21897,8 +21916,8 @@ function wv(e, n, t, s, i, o) { | |
| 21897 21916 | 
             
                  }),
         | 
| 21898 21917 | 
             
                  h(w, null, {
         | 
| 21899 21918 | 
             
                    default: k(() => [
         | 
| 21900 | 
            -
                      a("h2",  | 
| 21901 | 
            -
                         | 
| 21919 | 
            +
                      a("h2", rk, [
         | 
| 21920 | 
            +
                        dk,
         | 
| 21902 21921 | 
             
                        a("a", {
         | 
| 21903 21922 | 
             
                          href: "#",
         | 
| 21904 21923 | 
             
                          class: "button small icon-cog",
         | 
| @@ -21912,8 +21931,8 @@ function wv(e, n, t, s, i, o) { | |
| 21912 21931 | 
             
                  }),
         | 
| 21913 21932 | 
             
                  h(w, null, {
         | 
| 21914 21933 | 
             
                    default: k(() => [
         | 
| 21915 | 
            -
                      a("h2",  | 
| 21916 | 
            -
                         | 
| 21934 | 
            +
                      a("h2", ck, [
         | 
| 21935 | 
            +
                        uk,
         | 
| 21917 21936 | 
             
                        a("a", {
         | 
| 21918 21937 | 
             
                          href: "#",
         | 
| 21919 21938 | 
             
                          class: "button small icon-cog",
         | 
| @@ -21927,8 +21946,8 @@ function wv(e, n, t, s, i, o) { | |
| 21927 21946 | 
             
                  }),
         | 
| 21928 21947 | 
             
                  h(w, null, {
         | 
| 21929 21948 | 
             
                    default: k(() => [
         | 
| 21930 | 
            -
                      a("h2",  | 
| 21931 | 
            -
                         | 
| 21949 | 
            +
                      a("h2", mk, [
         | 
| 21950 | 
            +
                        hk,
         | 
| 21932 21951 | 
             
                        a("a", {
         | 
| 21933 21952 | 
             
                          href: "#",
         | 
| 21934 21953 | 
             
                          class: "button small icon-cog",
         | 
| @@ -21965,8 +21984,8 @@ function wv(e, n, t, s, i, o) { | |
| 21965 21984 | 
             
                  }),
         | 
| 21966 21985 | 
             
                  h(w, null, {
         | 
| 21967 21986 | 
             
                    default: k(() => [
         | 
| 21968 | 
            -
                      a("h2",  | 
| 21969 | 
            -
                         | 
| 21987 | 
            +
                      a("h2", pk, [
         | 
| 21988 | 
            +
                        fk,
         | 
| 21970 21989 | 
             
                        a("a", {
         | 
| 21971 21990 | 
             
                          href: "#",
         | 
| 21972 21991 | 
             
                          class: "button small icon-cog",
         | 
| @@ -21981,8 +22000,8 @@ function wv(e, n, t, s, i, o) { | |
| 21981 22000 | 
             
                  }),
         | 
| 21982 22001 | 
             
                  h(w, null, {
         | 
| 21983 22002 | 
             
                    default: k(() => [
         | 
| 21984 | 
            -
                      a("h2",  | 
| 21985 | 
            -
                         | 
| 22003 | 
            +
                      a("h2", gk, [
         | 
| 22004 | 
            +
                        yk,
         | 
| 21986 22005 | 
             
                        a("a", {
         | 
| 21987 22006 | 
             
                          href: "#",
         | 
| 21988 22007 | 
             
                          class: "button small icon-cog",
         | 
| @@ -21990,7 +22009,7 @@ function wv(e, n, t, s, i, o) { | |
| 21990 22009 | 
             
                          onClick: n[93] || (n[93] = T((_) => o.openSettingsSidebar("CmdMultistepFormProgressBar"), ["prevent"]))
         | 
| 21991 22010 | 
             
                        })
         | 
| 21992 22011 | 
             
                      ]),
         | 
| 21993 | 
            -
                       | 
| 22012 | 
            +
                      bk,
         | 
| 21994 22013 | 
             
                      h(Le, I({
         | 
| 21995 22014 | 
             
                        ref: "CmdMultistepFormProgressBar",
         | 
| 21996 22015 | 
             
                        multisteps: i.multistepsData.withIcon
         | 
| @@ -22005,8 +22024,8 @@ function wv(e, n, t, s, i, o) { | |
| 22005 22024 | 
             
                  }),
         | 
| 22006 22025 | 
             
                  h(w, null, {
         | 
| 22007 22026 | 
             
                    default: k(() => [
         | 
| 22008 | 
            -
                      a("h2",  | 
| 22009 | 
            -
                         | 
| 22027 | 
            +
                      a("h2", xk, [
         | 
| 22028 | 
            +
                        _k,
         | 
| 22010 22029 | 
             
                        a("a", {
         | 
| 22011 22030 | 
             
                          href: "#",
         | 
| 22012 22031 | 
             
                          class: "button small icon-cog",
         | 
| @@ -22029,8 +22048,8 @@ function wv(e, n, t, s, i, o) { | |
| 22029 22048 | 
             
                  }),
         | 
| 22030 22049 | 
             
                  h(w, null, {
         | 
| 22031 22050 | 
             
                    default: k(() => [
         | 
| 22032 | 
            -
                      a("h2",  | 
| 22033 | 
            -
                         | 
| 22051 | 
            +
                      a("h2", Ck, [
         | 
| 22052 | 
            +
                        wk,
         | 
| 22034 22053 | 
             
                        a("a", {
         | 
| 22035 22054 | 
             
                          href: "#",
         | 
| 22036 22055 | 
             
                          class: "button small icon-cog",
         | 
| @@ -22054,8 +22073,8 @@ function wv(e, n, t, s, i, o) { | |
| 22054 22073 | 
             
                  }),
         | 
| 22055 22074 | 
             
                  h(w, null, {
         | 
| 22056 22075 | 
             
                    default: k(() => [
         | 
| 22057 | 
            -
                      a("h2",  | 
| 22058 | 
            -
                         | 
| 22076 | 
            +
                      a("h2", kk, [
         | 
| 22077 | 
            +
                        vk,
         | 
| 22059 22078 | 
             
                        a("a", {
         | 
| 22060 22079 | 
             
                          href: "#",
         | 
| 22061 22080 | 
             
                          class: "button small icon-cog",
         | 
| @@ -22068,7 +22087,7 @@ function wv(e, n, t, s, i, o) { | |
| 22068 22087 | 
             
                        cmdSocialNetworks: i.socialNetworksData
         | 
| 22069 22088 | 
             
                      }), {
         | 
| 22070 22089 | 
             
                        default: k(() => [
         | 
| 22071 | 
            -
                           | 
| 22090 | 
            +
                          Tk
         | 
| 22072 22091 | 
             
                        ]),
         | 
| 22073 22092 | 
             
                        _: 1
         | 
| 22074 22093 | 
             
                      }, 16, ["cmdSocialNetworks"])
         | 
| @@ -22077,8 +22096,8 @@ function wv(e, n, t, s, i, o) { | |
| 22077 22096 | 
             
                  }),
         | 
| 22078 22097 | 
             
                  h(w, null, {
         | 
| 22079 22098 | 
             
                    default: k(() => [
         | 
| 22080 | 
            -
                      a("h2",  | 
| 22081 | 
            -
                         | 
| 22099 | 
            +
                      a("h2", Sk, [
         | 
| 22100 | 
            +
                        Ok,
         | 
| 22082 22101 | 
             
                        a("a", {
         | 
| 22083 22102 | 
             
                          href: "#",
         | 
| 22084 22103 | 
             
                          class: "button small icon-cog",
         | 
| @@ -22092,7 +22111,7 @@ function wv(e, n, t, s, i, o) { | |
| 22092 22111 | 
             
                        cmdHeadline: { headlineText: "Main headline for page", headlineLevel: 1 }
         | 
| 22093 22112 | 
             
                      }, {
         | 
| 22094 22113 | 
             
                        default: k(() => [
         | 
| 22095 | 
            -
                           | 
| 22114 | 
            +
                          Lk
         | 
| 22096 22115 | 
             
                        ]),
         | 
| 22097 22116 | 
             
                        _: 1
         | 
| 22098 22117 | 
             
                      }, 8, ["cmdBreadcrumbs"])
         | 
| @@ -22101,8 +22120,8 @@ function wv(e, n, t, s, i, o) { | |
| 22101 22120 | 
             
                  }),
         | 
| 22102 22121 | 
             
                  h(w, null, {
         | 
| 22103 22122 | 
             
                    default: k(() => [
         | 
| 22104 | 
            -
                      a("h2",  | 
| 22105 | 
            -
                         | 
| 22123 | 
            +
                      a("h2", Ik, [
         | 
| 22124 | 
            +
                        Bk,
         | 
| 22106 22125 | 
             
                        a("a", {
         | 
| 22107 22126 | 
             
                          href: "#",
         | 
| 22108 22127 | 
             
                          class: "button small icon-cog",
         | 
| @@ -22121,7 +22140,7 @@ function wv(e, n, t, s, i, o) { | |
| 22121 22140 | 
             
                  }),
         | 
| 22122 22141 | 
             
                  h(w, null, {
         | 
| 22123 22142 | 
             
                    default: k(() => [
         | 
| 22124 | 
            -
                       | 
| 22143 | 
            +
                      Fk,
         | 
| 22125 22144 | 
             
                      h(le, null, {
         | 
| 22126 22145 | 
             
                        default: k(() => [
         | 
| 22127 22146 | 
             
                          H(" Slotcontent ")
         | 
| @@ -22133,8 +22152,8 @@ function wv(e, n, t, s, i, o) { | |
| 22133 22152 | 
             
                  }),
         | 
| 22134 22153 | 
             
                  h(w, null, {
         | 
| 22135 22154 | 
             
                    default: k(() => [
         | 
| 22136 | 
            -
                      a("h2",  | 
| 22137 | 
            -
                         | 
| 22155 | 
            +
                      a("h2", Dk, [
         | 
| 22156 | 
            +
                        Mk,
         | 
| 22138 22157 | 
             
                        a("a", {
         | 
| 22139 22158 | 
             
                          href: "#",
         | 
| 22140 22159 | 
             
                          class: "button small icon-cog",
         | 
| @@ -22157,8 +22176,8 @@ function wv(e, n, t, s, i, o) { | |
| 22157 22176 | 
             
                  }),
         | 
| 22158 22177 | 
             
                  h(w, null, {
         | 
| 22159 22178 | 
             
                    default: k(() => [
         | 
| 22160 | 
            -
                      a("h2",  | 
| 22161 | 
            -
                         | 
| 22179 | 
            +
                      a("h2", Pk, [
         | 
| 22180 | 
            +
                        Vk,
         | 
| 22162 22181 | 
             
                        a("a", {
         | 
| 22163 22182 | 
             
                          href: "#",
         | 
| 22164 22183 | 
             
                          class: "button small icon-cog",
         | 
| @@ -22183,8 +22202,8 @@ function wv(e, n, t, s, i, o) { | |
| 22183 22202 | 
             
                  }),
         | 
| 22184 22203 | 
             
                  h(w, null, {
         | 
| 22185 22204 | 
             
                    default: k(() => [
         | 
| 22186 | 
            -
                      a("h2",  | 
| 22187 | 
            -
                         | 
| 22205 | 
            +
                      a("h2", Ak, [
         | 
| 22206 | 
            +
                        Ek,
         | 
| 22188 22207 | 
             
                        a("a", {
         | 
| 22189 22208 | 
             
                          href: "#",
         | 
| 22190 22209 | 
             
                          class: "button small icon-cog",
         | 
| @@ -22203,8 +22222,8 @@ function wv(e, n, t, s, i, o) { | |
| 22203 22222 | 
             
                  }),
         | 
| 22204 22223 | 
             
                  h(w, null, {
         | 
| 22205 22224 | 
             
                    default: k(() => [
         | 
| 22206 | 
            -
                      a("h2",  | 
| 22207 | 
            -
                         | 
| 22225 | 
            +
                      a("h2", Hk, [
         | 
| 22226 | 
            +
                        qk,
         | 
| 22208 22227 | 
             
                        a("a", {
         | 
| 22209 22228 | 
             
                          href: "#",
         | 
| 22210 22229 | 
             
                          class: "button small icon-cog",
         | 
| @@ -22218,7 +22237,7 @@ function wv(e, n, t, s, i, o) { | |
| 22218 22237 | 
             
                  }),
         | 
| 22219 22238 | 
             
                  h(w, null, {
         | 
| 22220 22239 | 
             
                    default: k(() => [
         | 
| 22221 | 
            -
                       | 
| 22240 | 
            +
                      Rk,
         | 
| 22222 22241 | 
             
                      h(lt, {
         | 
| 22223 22242 | 
             
                        languages: i.languagesData,
         | 
| 22224 22243 | 
             
                        onClick: o.updateLanguage
         | 
| @@ -22229,8 +22248,8 @@ function wv(e, n, t, s, i, o) { | |
| 22229 22248 | 
             
                  }),
         | 
| 22230 22249 | 
             
                  h(w, null, {
         | 
| 22231 22250 | 
             
                    default: k(() => [
         | 
| 22232 | 
            -
                      a("h2",  | 
| 22233 | 
            -
                         | 
| 22251 | 
            +
                      a("h2", Nk, [
         | 
| 22252 | 
            +
                        Uk,
         | 
| 22234 22253 | 
             
                        a("a", {
         | 
| 22235 22254 | 
             
                          href: "#",
         | 
| 22236 22255 | 
             
                          class: "button small icon-cog",
         | 
| @@ -22240,7 +22259,7 @@ function wv(e, n, t, s, i, o) { | |
| 22240 22259 | 
             
                      ]),
         | 
| 22241 22260 | 
             
                      h(st, I({ ref: "CmdSystemMessage" }, e.cmdSystemMessageSettingsData, { iconMessage: { iconClass: "icon-error-circle", show: !0 } }), {
         | 
| 22242 22261 | 
             
                        default: k(() => [
         | 
| 22243 | 
            -
                           | 
| 22262 | 
            +
                          jk
         | 
| 22244 22263 | 
             
                        ]),
         | 
| 22245 22264 | 
             
                        _: 1
         | 
| 22246 22265 | 
             
                      }, 16)
         | 
| @@ -22249,8 +22268,8 @@ function wv(e, n, t, s, i, o) { | |
| 22249 22268 | 
             
                  }),
         | 
| 22250 22269 | 
             
                  h(w, null, {
         | 
| 22251 22270 | 
             
                    default: k(() => [
         | 
| 22252 | 
            -
                      a("h2",  | 
| 22253 | 
            -
                         | 
| 22271 | 
            +
                      a("h2", zk, [
         | 
| 22272 | 
            +
                        Gk,
         | 
| 22254 22273 | 
             
                        a("a", {
         | 
| 22255 22274 | 
             
                          href: "#",
         | 
| 22256 22275 | 
             
                          class: "button small icon-cog",
         | 
| @@ -22258,9 +22277,9 @@ function wv(e, n, t, s, i, o) { | |
| 22258 22277 | 
             
                          onClick: n[111] || (n[111] = T((_) => o.openSettingsSidebar("CmdTable"), ["prevent"]))
         | 
| 22259 22278 | 
             
                        })
         | 
| 22260 22279 | 
             
                      ]),
         | 
| 22261 | 
            -
                      Gk,
         | 
| 22262 | 
            -
                      h(je, I({ ref: "CmdTable" }, e.cmdTableSettingsData, { "table-data": i.tableDataLarge }), null, 16, ["table-data"]),
         | 
| 22263 22280 | 
             
                      Wk,
         | 
| 22281 | 
            +
                      h(je, I({ ref: "CmdTable" }, e.cmdTableSettingsData, { "table-data": i.tableDataLarge }), null, 16, ["table-data"]),
         | 
| 22282 | 
            +
                      Yk,
         | 
| 22264 22283 | 
             
                      h(je, {
         | 
| 22265 22284 | 
             
                        collapsible: !0,
         | 
| 22266 22285 | 
             
                        fullWidthOnDefault: !1,
         | 
| @@ -22283,16 +22302,16 @@ function wv(e, n, t, s, i, o) { | |
| 22283 22302 | 
             
                      ]),
         | 
| 22284 22303 | 
             
                      h(at, I({ ref: "CmdTabs" }, e.cmdTabsSettingsData, { tabs: i.tabsData }), {
         | 
| 22285 22304 | 
             
                        "tab-content-0": k(() => [
         | 
| 22286 | 
            -
                           | 
| 22287 | 
            -
                           | 
| 22305 | 
            +
                          Zk,
         | 
| 22306 | 
            +
                          Qk
         | 
| 22288 22307 | 
             
                        ]),
         | 
| 22289 22308 | 
             
                        "tab-content-1": k(() => [
         | 
| 22290 | 
            -
                           | 
| 22291 | 
            -
                           | 
| 22309 | 
            +
                          Xk,
         | 
| 22310 | 
            +
                          $k
         | 
| 22292 22311 | 
             
                        ]),
         | 
| 22293 22312 | 
             
                        "tab-content-2": k(() => [
         | 
| 22294 | 
            -
                           | 
| 22295 | 
            -
                           | 
| 22313 | 
            +
                          ev,
         | 
| 22314 | 
            +
                          tv
         | 
| 22296 22315 | 
             
                        ]),
         | 
| 22297 22316 | 
             
                        _: 1
         | 
| 22298 22317 | 
             
                      }, 16, ["tabs"])
         | 
| @@ -22301,8 +22320,8 @@ function wv(e, n, t, s, i, o) { | |
| 22301 22320 | 
             
                  }),
         | 
| 22302 22321 | 
             
                  h(w, null, {
         | 
| 22303 22322 | 
             
                    default: k(() => [
         | 
| 22304 | 
            -
                      a("h2",  | 
| 22305 | 
            -
                         | 
| 22323 | 
            +
                      a("h2", nv, [
         | 
| 22324 | 
            +
                        iv,
         | 
| 22306 22325 | 
             
                        a("a", {
         | 
| 22307 22326 | 
             
                          href: "#",
         | 
| 22308 22327 | 
             
                          class: "button small icon-cog",
         | 
| @@ -22310,7 +22329,7 @@ function wv(e, n, t, s, i, o) { | |
| 22310 22329 | 
             
                          onClick: n[113] || (n[113] = T((_) => o.openSettingsSidebar("CmdTextImageBlock"), ["prevent"]))
         | 
| 22311 22330 | 
             
                        })
         | 
| 22312 22331 | 
             
                      ]),
         | 
| 22313 | 
            -
                      a("div",  | 
| 22332 | 
            +
                      a("div", ov, [
         | 
| 22314 22333 | 
             
                        h(W, {
         | 
| 22315 22334 | 
             
                          cmdHeadline: { headlineText: "Text-Image-Block (with html-text)", headlineLevel: 3 },
         | 
| 22316 22335 | 
             
                          htmlContent: "<p>This text is given as html-text and show below an optional image.</p>"
         | 
| @@ -22355,8 +22374,8 @@ function wv(e, n, t, s, i, o) { | |
| 22355 22374 | 
             
                  }),
         | 
| 22356 22375 | 
             
                  h(w, null, {
         | 
| 22357 22376 | 
             
                    default: k(() => [
         | 
| 22358 | 
            -
                      a("h2",  | 
| 22359 | 
            -
                         | 
| 22377 | 
            +
                      a("h2", lv, [
         | 
| 22378 | 
            +
                        sv,
         | 
| 22360 22379 | 
             
                        a("a", {
         | 
| 22361 22380 | 
             
                          href: "#",
         | 
| 22362 22381 | 
             
                          class: "button small icon-cog",
         | 
| @@ -22364,7 +22383,11 @@ function wv(e, n, t, s, i, o) { | |
| 22364 22383 | 
             
                          onClick: n[114] || (n[114] = T((_) => o.openSettingsSidebar("CmdThumbnailScroller"), ["prevent"]))
         | 
| 22365 22384 | 
             
                        })
         | 
| 22366 22385 | 
             
                      ]),
         | 
| 22367 | 
            -
                      a(" | 
| 22386 | 
            +
                      a("p", null, " date (YMD/default): " + y(o.formatDate("2025-01-28", "", "-")), 1),
         | 
| 22387 | 
            +
                      a("p", null, " date (DMY): " + y(o.formatDate("2025-01-28", "dmy")), 1),
         | 
| 22388 | 
            +
                      a("p", null, " date (MDY): " + y(o.formatDate("2025-01-28", "mdy", "/")), 1),
         | 
| 22389 | 
            +
                      a("p", null, " date (invalid)): " + y(o.formatDate("invalid")), 1),
         | 
| 22390 | 
            +
                      a("div", av, [
         | 
| 22368 22391 | 
             
                        h(Co, I({ ref: "CmdThumbnailScroller" }, e.cmdThumbnailScrollerSettingsData, { thumbnailScrollerItems: o.thumbnailScrollerData }), null, 16, ["thumbnailScrollerItems"])
         | 
| 22369 22392 | 
             
                      ])
         | 
| 22370 22393 | 
             
                    ]),
         | 
| @@ -22372,8 +22395,8 @@ function wv(e, n, t, s, i, o) { | |
| 22372 22395 | 
             
                  }),
         | 
| 22373 22396 | 
             
                  h(w, null, {
         | 
| 22374 22397 | 
             
                    default: k(() => [
         | 
| 22375 | 
            -
                      a("h2",  | 
| 22376 | 
            -
                         | 
| 22398 | 
            +
                      a("h2", rv, [
         | 
| 22399 | 
            +
                        dv,
         | 
| 22377 22400 | 
             
                        a("a", {
         | 
| 22378 22401 | 
             
                          href: "#",
         | 
| 22379 22402 | 
             
                          class: "button small icon-cog",
         | 
| @@ -22387,8 +22410,8 @@ function wv(e, n, t, s, i, o) { | |
| 22387 22410 | 
             
                  }),
         | 
| 22388 22411 | 
             
                  h(w, null, {
         | 
| 22389 22412 | 
             
                    default: k(() => [
         | 
| 22390 | 
            -
                      a("h2",  | 
| 22391 | 
            -
                         | 
| 22413 | 
            +
                      a("h2", cv, [
         | 
| 22414 | 
            +
                        uv,
         | 
| 22392 22415 | 
             
                        a("a", {
         | 
| 22393 22416 | 
             
                          href: "#",
         | 
| 22394 22417 | 
             
                          class: "button small icon-cog",
         | 
| @@ -22403,14 +22426,14 @@ function wv(e, n, t, s, i, o) { | |
| 22403 22426 | 
             
                          }, ["prevent"])),
         | 
| 22404 22427 | 
             
                          id: "show-on-hover"
         | 
| 22405 22428 | 
             
                        }, "Show tooltip on hover!"),
         | 
| 22406 | 
            -
                         | 
| 22429 | 
            +
                        mv,
         | 
| 22407 22430 | 
             
                        a("a", {
         | 
| 22408 22431 | 
             
                          href: "#",
         | 
| 22409 22432 | 
             
                          onClick: n[118] || (n[118] = T(() => {
         | 
| 22410 22433 | 
             
                          }, ["prevent"])),
         | 
| 22411 22434 | 
             
                          id: "show-with-delay"
         | 
| 22412 22435 | 
             
                        }, "Show tooltip on hover with delay!"),
         | 
| 22413 | 
            -
                         | 
| 22436 | 
            +
                        hv,
         | 
| 22414 22437 | 
             
                        a("a", {
         | 
| 22415 22438 | 
             
                          href: "#",
         | 
| 22416 22439 | 
             
                          onClick: n[119] || (n[119] = T(() => {
         | 
| @@ -22452,8 +22475,8 @@ function wv(e, n, t, s, i, o) { | |
| 22452 22475 | 
             
                  }),
         | 
| 22453 22476 | 
             
                  h(w, null, {
         | 
| 22454 22477 | 
             
                    default: k(() => [
         | 
| 22455 | 
            -
                      a("h2",  | 
| 22456 | 
            -
                         | 
| 22478 | 
            +
                      a("h2", pv, [
         | 
| 22479 | 
            +
                        fv,
         | 
| 22457 22480 | 
             
                        a("a", {
         | 
| 22458 22481 | 
             
                          href: "#",
         | 
| 22459 22482 | 
             
                          class: "button small icon-cog",
         | 
| @@ -22467,8 +22490,8 @@ function wv(e, n, t, s, i, o) { | |
| 22467 22490 | 
             
                  }),
         | 
| 22468 22491 | 
             
                  h(w, null, {
         | 
| 22469 22492 | 
             
                    default: k(() => [
         | 
| 22470 | 
            -
                      a("h2",  | 
| 22471 | 
            -
                         | 
| 22493 | 
            +
                      a("h2", gv, [
         | 
| 22494 | 
            +
                        yv,
         | 
| 22472 22495 | 
             
                        a("a", {
         | 
| 22473 22496 | 
             
                          href: "#",
         | 
| 22474 22497 | 
             
                          class: "button small icon-cog",
         | 
| @@ -22481,19 +22504,19 @@ function wv(e, n, t, s, i, o) { | |
| 22481 22504 | 
             
                        ref: "CmdWidthLimitationWrapper"
         | 
| 22482 22505 | 
             
                      }, e.cmdWidthLimitationWrapperSettingsData), {
         | 
| 22483 22506 | 
             
                        default: k(() => [
         | 
| 22484 | 
            -
                          yv,
         | 
| 22485 22507 | 
             
                          bv,
         | 
| 22486 | 
            -
                          xv
         | 
| 22508 | 
            +
                          xv,
         | 
| 22509 | 
            +
                          _v
         | 
| 22487 22510 | 
             
                        ]),
         | 
| 22488 22511 | 
             
                        _: 1
         | 
| 22489 22512 | 
             
                      }, 16)
         | 
| 22490 22513 | 
             
                    ]),
         | 
| 22491 22514 | 
             
                    _: 1
         | 
| 22492 22515 | 
             
                  })
         | 
| 22493 | 
            -
                ])) : (l(), r("main",  | 
| 22516 | 
            +
                ])) : (l(), r("main", Cv, [
         | 
| 22494 22517 | 
             
                  h(w, null, {
         | 
| 22495 22518 | 
             
                    default: k(() => [
         | 
| 22496 | 
            -
                       | 
| 22519 | 
            +
                      wv
         | 
| 22497 22520 | 
             
                    ]),
         | 
| 22498 22521 | 
             
                    _: 1
         | 
| 22499 22522 | 
             
                  }),
         | 
| @@ -22543,11 +22566,11 @@ function wv(e, n, t, s, i, o) { | |
| 22543 22566 | 
             
                  ]),
         | 
| 22544 22567 | 
             
                  _: 1
         | 
| 22545 22568 | 
             
                }, 8, ["openSidebar", "onToggleSidebar"])) : m("", !0)
         | 
| 22546 | 
            -
              ], 8,  | 
| 22569 | 
            +
              ], 8, A1)), [
         | 
| 22547 22570 | 
             
                [Io]
         | 
| 22548 22571 | 
             
              ]);
         | 
| 22549 22572 | 
             
            }
         | 
| 22550 | 
            -
            const  | 
| 22573 | 
            +
            const Fv = /* @__PURE__ */ P(V1, [["render", kv]]), Dv = {
         | 
| 22551 22574 | 
             
              // el = real dom-element
         | 
| 22552 22575 | 
             
              mounted(e) {
         | 
| 22553 22576 | 
             
                if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
         | 
| @@ -22557,7 +22580,7 @@ const Bv = /* @__PURE__ */ P(P_, [["render", wv]]), Fv = { | |
| 22557 22580 | 
             
                  n ? n.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
         | 
| 22558 22581 | 
             
                }
         | 
| 22559 22582 | 
             
              }
         | 
| 22560 | 
            -
            },  | 
| 22583 | 
            +
            }, Mv = {
         | 
| 22561 22584 | 
             
              // el = real dom-element
         | 
| 22562 22585 | 
             
              // binding.value = value of v-directive
         | 
| 22563 22586 | 
             
              mounted(e, n) {
         | 
| @@ -22573,8 +22596,8 @@ function _o(e) { | |
| 22573 22596 | 
             
                  t.preventDefault(), be({ url: e[n].href });
         | 
| 22574 22597 | 
             
                }), e[n].dataset.cmdFancyBoxHandlerRegistered = "true");
         | 
| 22575 22598 | 
             
            }
         | 
| 22576 | 
            -
            const dt = new MutationObserver( | 
| 22577 | 
            -
            function  | 
| 22599 | 
            +
            const dt = new MutationObserver(vv);
         | 
| 22600 | 
            +
            function vv(e) {
         | 
| 22578 22601 | 
             
              const n = [];
         | 
| 22579 22602 | 
             
              for (let t = 0; t < e.length; t++)
         | 
| 22580 22603 | 
             
                if (e[t].type === "attributes")
         | 
| @@ -22585,7 +22608,7 @@ function kv(e) { | |
| 22585 22608 | 
             
                }
         | 
| 22586 22609 | 
             
              n.length > 0 && _o(n);
         | 
| 22587 22610 | 
             
            }
         | 
| 22588 | 
            -
            const  | 
| 22611 | 
            +
            const Pv = (e) => {
         | 
| 22589 22612 | 
             
              const n = e.querySelectorAll(".fancybox");
         | 
| 22590 22613 | 
             
              _o(n), dt == null || dt.disconnect(), dt.observe(e, {
         | 
| 22591 22614 | 
             
                subtree: !0,
         | 
| @@ -22597,22 +22620,22 @@ const Mv = (e) => { | |
| 22597 22620 | 
             
                characterData: !1
         | 
| 22598 22621 | 
             
              });
         | 
| 22599 22622 | 
             
            };
         | 
| 22600 | 
            -
            function  | 
| 22623 | 
            +
            function Vv(e) {
         | 
| 22601 22624 | 
             
              return e ? e.slice(0, 1).toUpperCase() + e.slice(1) : "";
         | 
| 22602 22625 | 
             
            }
         | 
| 22603 | 
            -
            function  | 
| 22626 | 
            +
            function Tv(e, n, t) {
         | 
| 22604 22627 | 
             
              Eo(() => e.addEventListener(n, t)), Ho(() => e.removeEventListener(n, t));
         | 
| 22605 22628 | 
             
            }
         | 
| 22606 22629 | 
             
            function on(e) {
         | 
| 22607 22630 | 
             
              return e.offsetParent ? e.offsetTop + on(e.offsetParent) : e.offsetTop;
         | 
| 22608 22631 | 
             
            }
         | 
| 22609 | 
            -
            function  | 
| 22632 | 
            +
            function Sv(e) {
         | 
| 22610 22633 | 
             
              return e instanceof NodeList ? Array.from(e) : Array.isArray(e) ? e : [];
         | 
| 22611 22634 | 
             
            }
         | 
| 22612 | 
            -
            function  | 
| 22635 | 
            +
            function Ov(e, n) {
         | 
| 22613 22636 | 
             
              if (!n.length) {
         | 
| 22614 22637 | 
             
                const t = e();
         | 
| 22615 | 
            -
                 | 
| 22638 | 
            +
                Sv(t).map((s, i) => {
         | 
| 22616 22639 | 
             
                  const o = {
         | 
| 22617 22640 | 
             
                    offsetTop: on(s)
         | 
| 22618 22641 | 
             
                  };
         | 
| @@ -22620,16 +22643,16 @@ function Sv(e, n) { | |
| 22620 22643 | 
             
                }).forEach((s) => n.push(s));
         | 
| 22621 22644 | 
             
              }
         | 
| 22622 22645 | 
             
            }
         | 
| 22623 | 
            -
            function  | 
| 22646 | 
            +
            function Av(e, n = 0) {
         | 
| 22624 22647 | 
             
              const t = [], s = qo({
         | 
| 22625 22648 | 
             
                activeItem: n,
         | 
| 22626 22649 | 
             
                reset() {
         | 
| 22627 22650 | 
             
                  this.activeItem = 0, t.length = 0;
         | 
| 22628 22651 | 
             
                }
         | 
| 22629 22652 | 
             
              });
         | 
| 22630 | 
            -
              return  | 
| 22653 | 
            +
              return Tv(window, "scroll", () => {
         | 
| 22631 22654 | 
             
                const i = window.scrollY;
         | 
| 22632 | 
            -
                 | 
| 22655 | 
            +
                Ov(e, t);
         | 
| 22633 22656 | 
             
                for (let o = 0, d = t.length; o < d; o++)
         | 
| 22634 22657 | 
             
                  if (i < t[o].offsetTop + t[o].height / 2) {
         | 
| 22635 22658 | 
             
                    s.activeItem = o;
         | 
| @@ -22637,7 +22660,7 @@ function Vv(e, n = 0) { | |
| 22637 22660 | 
             
                  }
         | 
| 22638 22661 | 
             
              }), s;
         | 
| 22639 22662 | 
             
            }
         | 
| 22640 | 
            -
            function  | 
| 22663 | 
            +
            function Ev() {
         | 
| 22641 22664 | 
             
              const e = {};
         | 
| 22642 22665 | 
             
              Ro(s);
         | 
| 22643 22666 | 
             
              function n(i = "defaultSequence") {
         | 
| @@ -22670,8 +22693,8 @@ export { | |
| 22670 22693 | 
             
              te as CmdFormElement,
         | 
| 22671 22694 | 
             
              Ei as CmdFormFilters,
         | 
| 22672 22695 | 
             
              Ri as CmdGoogleMaps,
         | 
| 22673 | 
            -
               | 
| 22674 | 
            -
               | 
| 22696 | 
            +
              J as CmdHeadline,
         | 
| 22697 | 
            +
              Y as CmdIcon,
         | 
| 22675 22698 | 
             
              _e as CmdImage,
         | 
| 22676 22699 | 
             
              Mm as CmdImageGallery,
         | 
| 22677 22700 | 
             
              Rm as CmdImageZoom,
         | 
| @@ -22686,7 +22709,7 @@ export { | |
| 22686 22709 | 
             
              Ep as CmdPageFooter,
         | 
| 22687 22710 | 
             
              Up as CmdPageHeader,
         | 
| 22688 22711 | 
             
              Cp as CmdPagination,
         | 
| 22689 | 
            -
               | 
| 22712 | 
            +
              Jp as CmdProgressBar,
         | 
| 22690 22713 | 
             
              nf as CmdSidebar,
         | 
| 22691 22714 | 
             
              af as CmdSiteFooter,
         | 
| 22692 22715 | 
             
              uf as CmdSiteHeader,
         | 
| @@ -22704,22 +22727,22 @@ export { | |
| 22704 22727 | 
             
              Si as CmdTooltip,
         | 
| 22705 22728 | 
             
              Ex as CmdUploadForm,
         | 
| 22706 22729 | 
             
              yo as CmdWidthLimitationWrapper,
         | 
| 22707 | 
            -
               | 
| 22708 | 
            -
               | 
| 22709 | 
            -
               | 
| 22710 | 
            -
               | 
| 22711 | 
            -
               | 
| 22730 | 
            +
              Fv as ComponentLibrary,
         | 
| 22731 | 
            +
              i1 as ContactInformation,
         | 
| 22732 | 
            +
              Pv as DirFancybox,
         | 
| 22733 | 
            +
              Dv as DirFocus,
         | 
| 22734 | 
            +
              Mv as DirTelephone,
         | 
| 22712 22735 | 
             
              He as EditComponentWrapper,
         | 
| 22713 22736 | 
             
              me as I18n,
         | 
| 22714 | 
            -
               | 
| 22737 | 
            +
              Kx as MultipleBoxWrapper,
         | 
| 22715 22738 | 
             
              Xx as MultipleListsOfLinks,
         | 
| 22716 | 
            -
               | 
| 22739 | 
            +
              Vv as capitalize,
         | 
| 22717 22740 | 
             
              Oi as createHtmlId,
         | 
| 22718 22741 | 
             
              Qe as createUuid,
         | 
| 22719 22742 | 
             
              qi as getCookieDisclaimerCookie,
         | 
| 22720 | 
            -
               | 
| 22743 | 
            +
              Ye as getFileExtension,
         | 
| 22721 22744 | 
             
              be as openFancyBox,
         | 
| 22722 22745 | 
             
              Cm as setCookieDisclaimerCookie,
         | 
| 22723 | 
            -
               | 
| 22724 | 
            -
               | 
| 22746 | 
            +
              Av as useScrollspy,
         | 
| 22747 | 
            +
              Ev as useSequence
         | 
| 22725 22748 | 
             
            };
         |