comand-component-library 4.1.50 → 4.1.52
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +160 -155
- package/package.json +1 -1
- package/src/components/CmdBasicForm.vue +11 -1
@@ -1,6 +1,6 @@
|
|
1
1
|
var Io = Object.defineProperty;
|
2
2
|
var Bo = (e, n, t) => n in e ? Io(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t;
|
3
|
-
var
|
3
|
+
var We = (e, n, t) => Bo(e, typeof n != "symbol" ? n + "" : n, t);
|
4
4
|
import { defineComponent as ri, h as Tn, resolveComponent as _e, openBlock as l, createBlock as w, normalizeClass as _, createElementBlock as r, getCurrentInstance as Fo, resolveDynamicComponent as Me, withModifiers as T, withCtx as k, withDirectives as X, createElementVNode as a, createVNode as h, createCommentVNode as m, vShow as be, Fragment as S, toDisplayString as y, renderSlot as H, normalizeProps as R, mergeProps as I, createTextVNode as E, renderList as q, Transition as Pe, toHandlers as Rt, TransitionGroup as ln, createApp as Do, normalizeStyle as ft, guardReactiveProps as xe, useCssVars as di, vModelDynamic as Mo, vModelText as Nt, resolveDirective as Vo, vModelSelect as Po, vModelRadio as Dt, onMounted as Ao, onUnmounted as Eo, reactive as Ho, onBeforeUpdate as qo } from "vue";
|
5
5
|
const Ye = /^[a-z0-9]+(-[a-z0-9]+)*$/, xt = (e, n, t, s = "") => {
|
6
6
|
const i = e.split(":");
|
@@ -163,7 +163,7 @@ function sn(e, n) {
|
|
163
163
|
s ? e.icons[t] = s : e.missing.add(t);
|
164
164
|
}) : [];
|
165
165
|
}
|
166
|
-
function
|
166
|
+
function Wo(e, n, t) {
|
167
167
|
try {
|
168
168
|
if (typeof t.body == "string")
|
169
169
|
return e.icons[n] = { ...t }, !0;
|
@@ -175,7 +175,7 @@ let Ze = !1;
|
|
175
175
|
function hi(e) {
|
176
176
|
return typeof e == "boolean" && (Ze = e), Ze;
|
177
177
|
}
|
178
|
-
function
|
178
|
+
function Go(e) {
|
179
179
|
const n = typeof e == "string" ? xt(e, !0, Ze) : e;
|
180
180
|
if (n) {
|
181
181
|
const t = Ae(n.provider, n.prefix), s = n.name;
|
@@ -187,7 +187,7 @@ function Ko(e, n) {
|
|
187
187
|
if (!t)
|
188
188
|
return !1;
|
189
189
|
const s = Ae(t.provider, t.prefix);
|
190
|
-
return
|
190
|
+
return Wo(s, t.name, n);
|
191
191
|
}
|
192
192
|
function pi(e, n) {
|
193
193
|
if (typeof e != "object")
|
@@ -330,12 +330,12 @@ function an(e) {
|
|
330
330
|
dataAfterTimeout: e.dataAfterTimeout !== !1
|
331
331
|
};
|
332
332
|
}
|
333
|
-
const rn = /* @__PURE__ */ Object.create(null),
|
333
|
+
const rn = /* @__PURE__ */ Object.create(null), Ge = [
|
334
334
|
"https://api.simplesvg.com",
|
335
335
|
"https://api.unisvg.com"
|
336
336
|
], ut = [];
|
337
|
-
for (;
|
338
|
-
|
337
|
+
for (; Ge.length > 0; )
|
338
|
+
Ge.length === 1 || Math.random() > 0.5 ? ut.push(Ge.shift()) : ut.push(Ge.pop());
|
339
339
|
rn[""] = an({
|
340
340
|
resources: ["https://api.iconify.design"].concat(ut)
|
341
341
|
});
|
@@ -598,7 +598,7 @@ function gl(e, n, t, s) {
|
|
598
598
|
P.status === "pending" && (P.status = "aborted");
|
599
599
|
}), C = [];
|
600
600
|
}
|
601
|
-
function
|
601
|
+
function W(P, N, J) {
|
602
602
|
const $ = N !== "success";
|
603
603
|
switch (C = C.filter((Z) => Z !== P), u) {
|
604
604
|
case "pending":
|
@@ -645,7 +645,7 @@ function gl(e, n, t, s) {
|
|
645
645
|
status: "pending",
|
646
646
|
resource: P,
|
647
647
|
callback: (J, $) => {
|
648
|
-
|
648
|
+
W(N, J, $);
|
649
649
|
}
|
650
650
|
};
|
651
651
|
C.push(N), g++, f = setTimeout(j, e.rotate), t(P, n, N.callback);
|
@@ -721,7 +721,7 @@ function bl(e, n, t) {
|
|
721
721
|
return !s || !i ? (t(void 0, 424), Bn) : s.query(n, i, t)().abort;
|
722
722
|
}
|
723
723
|
const Fn = "iconify2", Qe = "iconify", xi = Qe + "-count", Dn = Qe + "-version", _i = 36e5, xl = 168;
|
724
|
-
function
|
724
|
+
function Wt(e, n) {
|
725
725
|
try {
|
726
726
|
return e.getItem(n);
|
727
727
|
} catch {
|
@@ -739,11 +739,11 @@ function Mn(e, n) {
|
|
739
739
|
} catch {
|
740
740
|
}
|
741
741
|
}
|
742
|
-
function
|
742
|
+
function Gt(e, n) {
|
743
743
|
return cn(e, xi, n.toString());
|
744
744
|
}
|
745
745
|
function Kt(e) {
|
746
|
-
return parseInt(
|
746
|
+
return parseInt(Wt(e, xi)) || 0;
|
747
747
|
}
|
748
748
|
const Ct = {
|
749
749
|
local: !0,
|
@@ -770,18 +770,18 @@ function ki(e, n) {
|
|
770
770
|
const t = wi(e);
|
771
771
|
if (!t)
|
772
772
|
return;
|
773
|
-
const s =
|
773
|
+
const s = Wt(t, Dn);
|
774
774
|
if (s !== Fn) {
|
775
775
|
if (s) {
|
776
776
|
const c = Kt(t);
|
777
777
|
for (let u = 0; u < c; u++)
|
778
778
|
Mn(t, Qe + u.toString());
|
779
779
|
}
|
780
|
-
cn(t, Dn, Fn),
|
780
|
+
cn(t, Dn, Fn), Gt(t, 0);
|
781
781
|
return;
|
782
782
|
}
|
783
783
|
const i = Math.floor(Date.now() / _i) - xl, o = (c) => {
|
784
|
-
const u = Qe + c.toString(), g =
|
784
|
+
const u = Qe + c.toString(), g = Wt(t, u);
|
785
785
|
if (typeof g == "string") {
|
786
786
|
try {
|
787
787
|
const p = JSON.parse(g);
|
@@ -794,7 +794,7 @@ function ki(e, n) {
|
|
794
794
|
};
|
795
795
|
let d = Kt(t);
|
796
796
|
for (let c = d - 1; c >= 0; c--)
|
797
|
-
o(c) || (c === d - 1 ? (d--,
|
797
|
+
o(c) || (c === d - 1 ? (d--, Gt(t, d)) : Ci[e].add(c));
|
798
798
|
}
|
799
799
|
function vi() {
|
800
800
|
if (!un) {
|
@@ -834,7 +834,7 @@ function wl(e, n) {
|
|
834
834
|
let d;
|
835
835
|
if (o.size)
|
836
836
|
o.delete(d = Array.from(o).shift());
|
837
|
-
else if (d = Kt(i), !
|
837
|
+
else if (d = Kt(i), !Gt(i, d + 1))
|
838
838
|
return;
|
839
839
|
const c = {
|
840
840
|
cached: Math.floor(Date.now() / _i),
|
@@ -1148,7 +1148,7 @@ const Pl = {
|
|
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 = Go(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 ql(e, n, t, s, i, o) {
|
|
1240
1240
|
title: t.tooltip
|
1241
1241
|
}, null, 10, Hl));
|
1242
1242
|
}
|
1243
|
-
const
|
1243
|
+
const G = /* @__PURE__ */ V(El, [["render", ql]]);
|
1244
1244
|
function Se(e, n) {
|
1245
1245
|
return wt(e, "EditComponentWrapper", n);
|
1246
1246
|
}
|
@@ -1425,12 +1425,12 @@ function pe(e) {
|
|
1425
1425
|
const zl = {
|
1426
1426
|
key: 0,
|
1427
1427
|
class: "action-buttons-wrapper"
|
1428
|
-
},
|
1428
|
+
}, Wl = ["data-component"], Gl = ["title"], Kl = ["href"], Jl = { key: 0 }, Yl = { key: 1 }, Zl = {
|
1429
1429
|
key: 0,
|
1430
1430
|
class: "component-name"
|
1431
1431
|
}, Ql = ["data-component"], Xl = ["title"], $l = ["href", "title"], es = ["title"], ts = { key: 0 }, ns = { key: 1 }, is = ["title"], os = ["title"];
|
1432
1432
|
function ls(e, n, t, s, i, o) {
|
1433
|
-
const d =
|
1433
|
+
const d = G;
|
1434
1434
|
return l(), w(Me(t.componentTag || "div"), {
|
1435
1435
|
class: _(["edit-component-wrapper", { active: o.active }]),
|
1436
1436
|
tabindex: "0",
|
@@ -1455,7 +1455,7 @@ function ls(e, n, t, s, i, o) {
|
|
1455
1455
|
h(d, {
|
1456
1456
|
iconClass: (o.isOuterComponent, "icon-plus")
|
1457
1457
|
}, null, 8, ["iconClass"])
|
1458
|
-
], 10,
|
1458
|
+
], 10, Gl)
|
1459
1459
|
]),
|
1460
1460
|
a("li", null, [
|
1461
1461
|
a("a", {
|
@@ -1508,7 +1508,7 @@ function ls(e, n, t, s, i, o) {
|
|
1508
1508
|
h(d, { iconClass: "icon-edit" })
|
1509
1509
|
], 2))
|
1510
1510
|
]))
|
1511
|
-
], 8,
|
1511
|
+
], 8, Wl), [
|
1512
1512
|
[be, o.active]
|
1513
1513
|
])
|
1514
1514
|
])) : (l(), r(S, { key: 1 }, [
|
@@ -1731,7 +1731,7 @@ const He = /* @__PURE__ */ V(jl, [["render", ls]]), le = {
|
|
1731
1731
|
];
|
1732
1732
|
function ys(e, n, t, s, i, o) {
|
1733
1733
|
var g;
|
1734
|
-
const d =
|
1734
|
+
const d = G, c = te, u = He;
|
1735
1735
|
return !e.editModeContext || e.settingsContext || e.mainSidebarContext || t.headlineText ? (l(), r("div", {
|
1736
1736
|
key: 0,
|
1737
1737
|
class: _(["cmd-headline", { "has-pre-headline-text": t.preHeadlineText, "has-icon": (g = t.cmdIcon) == null ? void 0 : g.iconClass }, o.headlineTextAlign])
|
@@ -1949,7 +1949,7 @@ const Y = /* @__PURE__ */ V(ss, [["render", ys]]), bs = {
|
|
1949
1949
|
class: "headline-wrapper"
|
1950
1950
|
}, _s = ["title"];
|
1951
1951
|
function Cs(e, n, t, s, i, o) {
|
1952
|
-
const d = Y, c =
|
1952
|
+
const d = Y, c = G;
|
1953
1953
|
return i.tooltipVisibility ? (l(), r("div", {
|
1954
1954
|
key: 0,
|
1955
1955
|
class: _(["cmd-tooltip", t.validationStatus]),
|
@@ -2124,7 +2124,7 @@ const Si = /* @__PURE__ */ V(bs, [["render", Cs]]), me = {
|
|
2124
2124
|
}, vs = { class: "cmd-list-of-requirements" }, Ts = /* @__PURE__ */ a("br", null, null, -1), Ss = /* @__PURE__ */ a("hr", null, null, -1), Os = ["href", "target"], Ls = { key: 1 };
|
2125
2125
|
function Is(e, n, t, s, i, o) {
|
2126
2126
|
var u, g, p;
|
2127
|
-
const d = Y, c =
|
2127
|
+
const d = Y, c = G;
|
2128
2128
|
return l(), r("div", vs, [
|
2129
2129
|
t.showHeadline ? (l(), w(d, {
|
2130
2130
|
key: 0,
|
@@ -3097,7 +3097,7 @@ const fn = {
|
|
3097
3097
|
}, Us = ["for", "title"], js = ["innerHTML"], zs = {
|
3098
3098
|
key: 2,
|
3099
3099
|
"aria-hidden": "true"
|
3100
|
-
},
|
3100
|
+
}, Ws = ["title", "aria-errormessage", "id"], Gs = {
|
3101
3101
|
key: 1,
|
3102
3102
|
class: "flex-container inner-input-wrapper"
|
3103
3103
|
}, Ks = ["id", "autocomplete", "list", "value", "maxlength"], Js = ["title"], Ys = ["id"], Zs = ["value"], Qs = ["checked", "value", "id", "disabled", "aria-invalid"], Xs = ["innerHTML"], $s = { key: 2 }, ea = { class: "switch-label-wrapper" }, ta = ["checked", "value", "id", "disabled", "aria-invalid"], na = { class: "label-text" }, ia = { class: "label-text" }, oa = ["innerHTML"], la = { key: 0 }, sa = ["id"], aa = ["value", "selected"], ra = ["id", "value", "maxlength"], da = {
|
@@ -3108,8 +3108,8 @@ const fn = {
|
|
3108
3108
|
class: "search-field-wrapper flex-container no-gap"
|
3109
3109
|
}, ma = ["id", "maxlength", "value"], ha = ["title"], pa = ["title"], fa = { key: 1 };
|
3110
3110
|
function ga(e, n, t, s, i, o) {
|
3111
|
-
var u, g, p, f, C, b, L, v, B, F, D, M,
|
3112
|
-
const d =
|
3111
|
+
var u, g, p, f, C, b, L, v, B, F, D, M, W, j, P, N, J, $, Z, ee, se, ce, ue, ne;
|
3112
|
+
const d = G, c = mn;
|
3113
3113
|
return t.element === "input" || t.element === "select" || t.element === "textarea" ? (l(), r("label", {
|
3114
3114
|
key: 0,
|
3115
3115
|
class: _([
|
@@ -3151,7 +3151,7 @@ function ga(e, n, t, s, i, o) {
|
|
3151
3151
|
id: e.tooltipId
|
3152
3152
|
}, [
|
3153
3153
|
h(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
3154
|
-
], 8,
|
3154
|
+
], 8, Ws)) : m("", !0),
|
3155
3155
|
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), w(c, {
|
3156
3156
|
key: 1,
|
3157
3157
|
ref: "tooltip",
|
@@ -3161,7 +3161,7 @@ function ga(e, n, t, s, i, o) {
|
|
3161
3161
|
role: e.validationStatus === "error" ? "alert" : "dialog"
|
3162
3162
|
}, null, 8, ["validationStatus", "relatedId", "cmdListOfRequirements", "role"])) : m("", !0)
|
3163
3163
|
], 2)) : m("", !0),
|
3164
|
-
e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" && e.$attrs.type !== "search" ? (l(), r("span",
|
3164
|
+
e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" && e.$attrs.type !== "search" ? (l(), r("span", Gs, [
|
3165
3165
|
t.fieldIconClass ? (l(), w(d, {
|
3166
3166
|
key: 0,
|
3167
3167
|
class: "place-inside",
|
@@ -3322,7 +3322,7 @@ function ga(e, n, t, s, i, o) {
|
|
3322
3322
|
(b = (C = t.nativeButton) == null ? void 0 : C.icon) != null && b.show && (((v = (L = t.nativeButton) == null ? void 0 : L.icon) == null ? void 0 : v.position) === "before" || !((F = (B = t.nativeButton) == null ? void 0 : B.icon) != null && F.position)) ? (l(), w(d, {
|
3323
3323
|
key: 0,
|
3324
3324
|
iconClass: (M = (D = t.nativeButton) == null ? void 0 : D.icon) == null ? void 0 : M.iconClass,
|
3325
|
-
type: (j = (
|
3325
|
+
type: (j = (W = t.nativeButton) == null ? void 0 : W.icon) == null ? void 0 : j.iconType
|
3326
3326
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
3327
3327
|
(P = t.nativeButton) != null && P.icon && ((N = t.nativeButton) != null && N.text) ? (l(), r("span", fa, y(t.nativeButton.text), 1)) : (l(), r(S, { key: 2 }, [
|
3328
3328
|
E(y(t.nativeButton.text), 1)
|
@@ -3464,7 +3464,7 @@ const te = /* @__PURE__ */ V(Ns, [["render", ga]]), ya = {
|
|
3464
3464
|
class: "country-name"
|
3465
3465
|
};
|
3466
3466
|
function Ha(e, n, t, s, i, o) {
|
3467
|
-
const d =
|
3467
|
+
const d = G, c = te;
|
3468
3468
|
return l(), r(S, null, [
|
3469
3469
|
a("dt", {
|
3470
3470
|
class: _(["cmd-address-data-item", { address: t.addressEntry.name === "address" }]),
|
@@ -3719,9 +3719,9 @@ const qa = /* @__PURE__ */ V(ya, [["render", Ha]]), Ra = {
|
|
3719
3719
|
}
|
3720
3720
|
},
|
3721
3721
|
watch: {}
|
3722
|
-
}, Na = { class: "cmd-address-data vcard" }, Ua = { class: "adr" }, ja = { key: 0 }, za = /* @__PURE__ */ a("span", { class: "icon-plus" }, null, -1),
|
3722
|
+
}, Na = { class: "cmd-address-data vcard" }, Ua = { class: "adr" }, ja = { key: 0 }, za = /* @__PURE__ */ a("span", { class: "icon-plus" }, null, -1), Wa = /* @__PURE__ */ a("span", null, "Add new entry", -1), Ga = [
|
3723
3723
|
za,
|
3724
|
-
|
3724
|
+
Wa
|
3725
3725
|
], Ka = ["href", "target", "title"], Ja = ["innerHTML"], Ya = ["href", "title"], Za = { class: "street-address" }, Qa = /* @__PURE__ */ a("br", null, null, -1), Xa = {
|
3726
3726
|
key: 0,
|
3727
3727
|
class: "postal-code"
|
@@ -3743,7 +3743,7 @@ const qa = /* @__PURE__ */ V(ya, [["render", Ha]]), Ra = {
|
|
3743
3743
|
};
|
3744
3744
|
function mr(e, n, t, s, i, o) {
|
3745
3745
|
var p;
|
3746
|
-
const d = Y, c = qa, u = He, g =
|
3746
|
+
const d = Y, c = qa, u = He, g = G;
|
3747
3747
|
return l(), r("div", Na, [
|
3748
3748
|
t.useSlot ? H(e.$slots, "default", { key: 0 }) : (l(), r(S, { key: 1 }, [
|
3749
3749
|
(p = t.cmdHeadline) != null && p.headlineText || e.editModeContext ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
@@ -3755,7 +3755,7 @@ function mr(e, n, t, s, i, o) {
|
|
3755
3755
|
type: "button",
|
3756
3756
|
class: "button confirm small",
|
3757
3757
|
onClick: n[0] || (n[0] = (...f) => o.onAddItem && o.onAddItem(...f))
|
3758
|
-
},
|
3758
|
+
}, Ga)) : m("", !0),
|
3759
3759
|
(l(!0), r(S, null, q(t.addressData, (f, C) => (l(), w(u, {
|
3760
3760
|
key: "x" + C,
|
3761
3761
|
class: "edit-items",
|
@@ -3955,7 +3955,7 @@ const Li = /* @__PURE__ */ V(Ra, [["render", mr]]), hr = {
|
|
3955
3955
|
}
|
3956
3956
|
}, pr = ["title"];
|
3957
3957
|
function fr(e, n, t, s, i, o) {
|
3958
|
-
const d =
|
3958
|
+
const d = G;
|
3959
3959
|
return l(), w(Pe, { name: "fade" }, {
|
3960
3960
|
default: k(() => [
|
3961
3961
|
o.show ? (l(), r("a", {
|
@@ -4040,7 +4040,7 @@ const gr = /* @__PURE__ */ V(hr, [["render", fr]]), yr = {
|
|
4040
4040
|
}
|
4041
4041
|
}, br = { class: "cmd-bank-account-data" }, xr = { key: 0 }, _r = ["onClick", "title"], Cr = { key: 1 };
|
4042
4042
|
function wr(e, n, t, s, i, o) {
|
4043
|
-
const d = Y, c =
|
4043
|
+
const d = Y, c = G;
|
4044
4044
|
return l(), r("div", br, [
|
4045
4045
|
t.useSlot ? H(e.$slots, "default", { key: 0 }) : (l(), r(S, { key: 1 }, [
|
4046
4046
|
t.cmdHeadline ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
@@ -4162,7 +4162,7 @@ const kr = /* @__PURE__ */ V(yr, [["render", wr]]), vr = {
|
|
4162
4162
|
}
|
4163
4163
|
}, Tr = ["role", "aria-labelledby"], Sr = ["title"];
|
4164
4164
|
function Or(e, n, t, s, i, o) {
|
4165
|
-
const d =
|
4165
|
+
const d = G, c = Y;
|
4166
4166
|
return l(), w(Pe, {
|
4167
4167
|
name: t.useTransition ? "fade" : null
|
4168
4168
|
}, {
|
@@ -4446,7 +4446,7 @@ const Ii = /* @__PURE__ */ V(Lr, [["render", Ar]]), Er = {
|
|
4446
4446
|
}
|
4447
4447
|
}, Te = class Te {
|
4448
4448
|
constructor(n) {
|
4449
|
-
|
4449
|
+
We(this, "label");
|
4450
4450
|
this.label = n;
|
4451
4451
|
}
|
4452
4452
|
validate(n) {
|
@@ -4471,7 +4471,7 @@ const Ii = /* @__PURE__ */ V(Lr, [["render", Ar]]), Er = {
|
|
4471
4471
|
return !n || n.trim().length === 0 ? [!0, this.label("form_error_empty")] : t && !t.test(n) ? [!0, s || this.label("form_error_invalid")] : [!1, ""];
|
4472
4472
|
}
|
4473
4473
|
};
|
4474
|
-
|
4474
|
+
We(Te, "PATTERN_SURNAME", /^[a-züöäßáéíóàèìòêîô '-]+$/i), We(Te, "PATTERN_EMAIL", /^[a-z\d._%+-]+@[a-z\d._%+-]+\.[a-z]{2,}$/i), We(Te, "PATTERN_MESSAGE", /^.{2,500}$/);
|
4475
4475
|
let Yt = Te;
|
4476
4476
|
function Je(e) {
|
4477
4477
|
if (e) {
|
@@ -4726,12 +4726,12 @@ const Hr = {
|
|
4726
4726
|
deep: !0
|
4727
4727
|
}
|
4728
4728
|
}
|
4729
|
-
}, qr = ["innerHTML"], Rr = /* @__PURE__ */ a("span", { class: "icon-image" }, null, -1), Nr = ["src", "alt", "title"], Ur = ["src", "alt", "title"], jr = ["innerHTML"], zr = /* @__PURE__ */ a("span", { class: "icon-add" }, null, -1),
|
4729
|
+
}, qr = ["innerHTML"], Rr = /* @__PURE__ */ a("span", { class: "icon-image" }, null, -1), Nr = ["src", "alt", "title"], Ur = ["src", "alt", "title"], jr = ["innerHTML"], zr = /* @__PURE__ */ a("span", { class: "icon-add" }, null, -1), Wr = /* @__PURE__ */ a("span", null, "Add new image", -1), Gr = [
|
4730
4730
|
zr,
|
4731
|
-
|
4731
|
+
Wr
|
4732
4732
|
], Kr = ["innerHTML"], Jr = ["src", "alt", "title"], Yr = ["innerHTML"], Zr = ["src", "alt", "title"];
|
4733
4733
|
function Qr(e, n, t, s, i, o) {
|
4734
|
-
var u, g, p, f, C, b, L, v, B, F, D, M,
|
4734
|
+
var u, g, p, f, C, b, L, v, B, F, D, M, W;
|
4735
4735
|
const d = te, c = He;
|
4736
4736
|
return e.editModeContext ? (l(), w(c, {
|
4737
4737
|
key: 0,
|
@@ -4818,7 +4818,7 @@ function Qr(e, n, t, s, i, o) {
|
|
4818
4818
|
type: "button",
|
4819
4819
|
class: "button confirm",
|
4820
4820
|
onClick: n[3] || (n[3] = (...ie) => o.onAddItem && o.onAddItem(...ie))
|
4821
|
-
},
|
4821
|
+
}, Gr)) : m("", !0)
|
4822
4822
|
], 2)
|
4823
4823
|
];
|
4824
4824
|
}),
|
@@ -4845,7 +4845,7 @@ function Qr(e, n, t, s, i, o) {
|
|
4845
4845
|
key: 2,
|
4846
4846
|
src: o.imageSource,
|
4847
4847
|
alt: (M = t.image) == null ? void 0 : M.alt,
|
4848
|
-
title: (
|
4848
|
+
title: (W = t.image) == null ? void 0 : W.tooltip,
|
4849
4849
|
onLoad: n[5] || (n[5] = (...j) => o.onImageLoaded && o.onImageLoaded(...j))
|
4850
4850
|
}, null, 40, Zr));
|
4851
4851
|
}
|
@@ -4915,7 +4915,7 @@ const Ce = /* @__PURE__ */ V(Hr, [["render", Qr]]), Xr = {
|
|
4915
4915
|
}
|
4916
4916
|
}, ed = ["title"];
|
4917
4917
|
function td(e, n, t, s, i, o) {
|
4918
|
-
const d =
|
4918
|
+
const d = G;
|
4919
4919
|
return l(), r("a", {
|
4920
4920
|
href: "#",
|
4921
4921
|
onClick: n[0] || (n[0] = T(() => {
|
@@ -5170,7 +5170,7 @@ const vt = /* @__PURE__ */ V($r, [["render", td]]), nd = {
|
|
5170
5170
|
];
|
5171
5171
|
function md(e, n, t, s, i, o) {
|
5172
5172
|
var p;
|
5173
|
-
const d = Y, c = vt, u = Ce, g =
|
5173
|
+
const d = Y, c = vt, u = Ce, g = G;
|
5174
5174
|
return l(), r("div", {
|
5175
5175
|
class: _([
|
5176
5176
|
"cmd-thumbnail-scroller",
|
@@ -5554,8 +5554,8 @@ const pd = Fi, fd = ["aria-label"], gd = { class: "flex-container" }, yd = {
|
|
5554
5554
|
class: "flex-container no-flex"
|
5555
5555
|
}, Od = ["title"], Ld = { key: 1 }, Id = ["title"], Bd = { key: 1 };
|
5556
5556
|
function Fd(e, n, t, s, i, o) {
|
5557
|
-
var f, C, b, L, v, B, F, D, M,
|
5558
|
-
const d = Y, c =
|
5557
|
+
var f, C, b, L, v, B, F, D, M, W, j, P, N, J, $, Z, ee, se, ce, ue, ne, A, ae, ie, Le, Ie, we, Be, Fe, De, ke;
|
5558
|
+
const d = Y, c = G, u = Ce, g = vt, p = Bi;
|
5559
5559
|
return l(), r("dialog", {
|
5560
5560
|
ref: "dialog",
|
5561
5561
|
class: _(["cmd-fancybox", { "show-overlay": e.showOverlay, image: e.fancyBoxImageUrl || e.fancyBoxGallery, "image-gallery": e.fancyBoxGallery }]),
|
@@ -5585,7 +5585,7 @@ function Fd(e, n, t, s, i, o) {
|
|
5585
5585
|
onClick: n[1] || (n[1] = T((re) => e.printPage("grayscale"), ["prevent"]))
|
5586
5586
|
}, [
|
5587
5587
|
h(c, {
|
5588
|
-
iconClass: (
|
5588
|
+
iconClass: (W = e.fancyBoxOptionsProperties.printButtons.grayscale) == null ? void 0 : W.iconClass,
|
5589
5589
|
type: (j = e.fancyBoxOptionsProperties.printButtons.grayscale) == null ? void 0 : j.iconType
|
5590
5590
|
}, null, 8, ["iconClass", "type"])
|
5591
5591
|
], 8, xd)) : m("", !0),
|
@@ -5883,7 +5883,7 @@ const Dd = /* @__PURE__ */ V(pd, [["render", Fd]]), Md = {
|
|
5883
5883
|
this.formData.error && e.originalEvent.preventDefault();
|
5884
5884
|
return;
|
5885
5885
|
}
|
5886
|
-
e.originalEvent.preventDefault(), this.reCaptchaWebsiteKey ? grecaptcha.ready(function() {
|
5886
|
+
e.originalEvent.preventDefault(), console.log("this.reCaptchaWebsiteKey", this.reCaptchaWebsiteKey), this.reCaptchaWebsiteKey ? grecaptcha.ready(function() {
|
5887
5887
|
grecaptcha.execute(this.reCaptchaWebsiteKey, { action: "submit" }).then(function(n) {
|
5888
5888
|
this.submitForm(n);
|
5889
5889
|
});
|
@@ -5897,7 +5897,12 @@ const Dd = /* @__PURE__ */ V(pd, [["render", Fd]]), Md = {
|
|
5897
5897
|
for (let i = 0; i < t.length; i++)
|
5898
5898
|
n.set(this.configuration[t[i]].name, this.formData[t[i]].value);
|
5899
5899
|
fetch(this.formAction, { method: ((s = this.cmdForm) == null ? void 0 : s.formMethod) || "POST", body: n }).then((i) => {
|
5900
|
-
i.ok
|
5900
|
+
if (i.ok) {
|
5901
|
+
this.$refs.form.showMessage("success", this.getMessage("basic_form.system_message.success.message_sent_successfully"));
|
5902
|
+
for (let o in this.formData)
|
5903
|
+
o === "salutation" ? this.formData[o].value = this.configuration.salutation.default : o === "acceptPrivacy" ? this.formData[o].value = !1 : this.formData[o].value = "";
|
5904
|
+
} else
|
5905
|
+
this.$refs.form.showMessage("error", this.getMessage("basic_form.system_message.error.message_could_not_be_sent"));
|
5901
5906
|
}).catch((i) => {
|
5902
5907
|
this.$refs.form.showMessage("error", this.getMessage("basic_form.system_message.error.message_could_not_be_sent")), console.error(i);
|
5903
5908
|
});
|
@@ -5947,7 +5952,7 @@ function Rd(e, n, t, s, i, o) {
|
|
5947
5952
|
ref: "form"
|
5948
5953
|
}), {
|
5949
5954
|
default: k(() => {
|
5950
|
-
var g, p, f, C, b, L, v, B, F, D, M,
|
5955
|
+
var g, p, f, C, b, L, v, B, F, D, M, W, j, P, N, J, $, Z, ee, se, ce, ue, ne, A, ae, ie, Le, Ie, we, Be, Fe, De, ke, re, it, ot, lt, st, ze, at, qe;
|
5951
5956
|
return [
|
5952
5957
|
t.configuration.salutation ? (l(), r("div", Pd, [
|
5953
5958
|
h(c, {
|
@@ -6016,7 +6021,7 @@ function Rd(e, n, t, s, i, o) {
|
|
6016
6021
|
iconClass: "icon-mail",
|
6017
6022
|
labelText: e.getMessage("basic_form.labeltext.email"),
|
6018
6023
|
placeholder: e.getMessage("basic_form.placeholder.email"),
|
6019
|
-
required: (
|
6024
|
+
required: (W = t.configuration.email) == null ? void 0 : W.required,
|
6020
6025
|
name: (j = t.configuration.email) == null ? void 0 : j.name,
|
6021
6026
|
modelValue: i.formData.email.value,
|
6022
6027
|
"onUpdate:modelValue": n[4] || (n[4] = (K) => i.formData.email.value = K),
|
@@ -6195,7 +6200,7 @@ const Di = /* @__PURE__ */ V(Md, [["render", Rd]]), Nd = {
|
|
6195
6200
|
}
|
6196
6201
|
}
|
6197
6202
|
}, Ud = ["title"], jd = { key: 1 }, zd = ["title"];
|
6198
|
-
function
|
6203
|
+
function Wd(e, n, t, s, i, o) {
|
6199
6204
|
return l(), r(S, null, [
|
6200
6205
|
t.icon.iconClass && t.icon.position === "left" || t.icon.position === "top" || !t.icon.position ? (l(), r("span", {
|
6201
6206
|
key: 0,
|
@@ -6211,7 +6216,7 @@ function Gd(e, n, t, s, i, o) {
|
|
6211
6216
|
H(e.$slots, "default")
|
6212
6217
|
], 64);
|
6213
6218
|
}
|
6214
|
-
const
|
6219
|
+
const Gd = /* @__PURE__ */ V(Nd, [["render", Wd]]), Kd = {
|
6215
6220
|
name: "CmdLink",
|
6216
6221
|
emits: ["click"],
|
6217
6222
|
props: {
|
@@ -6300,7 +6305,7 @@ const Wd = /* @__PURE__ */ V(Nd, [["render", Gd]]), Kd = {
|
|
6300
6305
|
}, Jd = ["href", "target", "title"], Yd = ["title"];
|
6301
6306
|
function Zd(e, n, t, s, i, o) {
|
6302
6307
|
var u, g, p;
|
6303
|
-
const d =
|
6308
|
+
const d = Gd, c = _e("router-link");
|
6304
6309
|
return t.linkType === "href" ? (l(), r("a", {
|
6305
6310
|
key: 0,
|
6306
6311
|
href: t.path,
|
@@ -6392,7 +6397,7 @@ const Re = /* @__PURE__ */ V(Kd, [["render", Zd]]), Qd = {
|
|
6392
6397
|
class: "input-wrapper"
|
6393
6398
|
};
|
6394
6399
|
function tc(e, n, t, s, i, o) {
|
6395
|
-
var g, p, f, C, b, L, v, B, F, D, M,
|
6400
|
+
var g, p, f, C, b, L, v, B, F, D, M, W, j;
|
6396
6401
|
const d = Re, c = _e("CmdListOfLinksItem", !0), u = te;
|
6397
6402
|
return e.editing ? (l(), r("div", ec, [
|
6398
6403
|
h(u, {
|
@@ -6417,7 +6422,7 @@ function tc(e, n, t, s, i, o) {
|
|
6417
6422
|
primaryButton: (F = t.link) == null ? void 0 : F.primaryButton,
|
6418
6423
|
styleAsBox: (D = t.link) == null ? void 0 : D.styleAsBox
|
6419
6424
|
}, null, 8, ["linkType", "text", "path", "target", "icon", "fancybox", "tooltip", "styleAsButton", "primaryButton", "styleAsBox"]),
|
6420
|
-
(
|
6425
|
+
(W = (M = t.link) == null ? void 0 : M.children) != null && W.length ? (l(), r("ul", $d, [
|
6421
6426
|
(l(!0), r(S, null, q((j = t.link) == null ? void 0 : j.children, (P, N) => (l(), w(c, {
|
6422
6427
|
key: N,
|
6423
6428
|
link: P
|
@@ -6986,9 +6991,9 @@ const uc = ["title"], mc = {
|
|
6986
6991
|
key: 1,
|
6987
6992
|
class: "box-footer"
|
6988
6993
|
};
|
6989
|
-
function
|
6990
|
-
var f, C, b, L, v, B, F, D, M,
|
6991
|
-
const d = Y, c =
|
6994
|
+
function Wc(e, n, t, s, i, o) {
|
6995
|
+
var f, C, b, L, v, B, F, D, M, W, j;
|
6996
|
+
const d = Y, c = G, u = Ce, g = Re, p = gn;
|
6992
6997
|
return t.boxType === "content" ? (l(), r("div", {
|
6993
6998
|
key: 0,
|
6994
6999
|
ref: "cmdBox",
|
@@ -7085,7 +7090,7 @@ function Gc(e, n, t, s, i, o) {
|
|
7085
7090
|
], 2), [
|
7086
7091
|
[be, i.open]
|
7087
7092
|
]),
|
7088
|
-
(
|
7093
|
+
(W = t.cmdLink) != null && W.linkType ? (l(), r("div", yc, [
|
7089
7094
|
h(g, R(xe(t.cmdLink)), null, 16)
|
7090
7095
|
])) : m("", !0),
|
7091
7096
|
(j = t.useSlots) != null && j.includes("footer") ? (l(), r("div", bc, [
|
@@ -7170,7 +7175,7 @@ function Gc(e, n, t, s, i, o) {
|
|
7170
7175
|
])) : m("", !0)
|
7171
7176
|
], 2)) : m("", !0);
|
7172
7177
|
}
|
7173
|
-
const bn = /* @__PURE__ */ V(yn, [["render",
|
7178
|
+
const bn = /* @__PURE__ */ V(yn, [["render", Wc]]), xn = {
|
7174
7179
|
name: "CmdBoxWrapper",
|
7175
7180
|
data() {
|
7176
7181
|
return {
|
@@ -7367,7 +7372,7 @@ const bn = /* @__PURE__ */ V(yn, [["render", Gc]]), xn = {
|
|
7367
7372
|
}));
|
7368
7373
|
}, zn = xn.setup;
|
7369
7374
|
xn.setup = zn ? (e, n) => (jn(), zn(e, n)) : jn;
|
7370
|
-
const
|
7375
|
+
const Gc = { class: "cmd-box-wrapper" }, Kc = {
|
7371
7376
|
key: 0,
|
7372
7377
|
class: "flex-container headline-wrapper"
|
7373
7378
|
}, Jc = {
|
@@ -7375,8 +7380,8 @@ const Wc = { class: "cmd-box-wrapper" }, Kc = {
|
|
7375
7380
|
class: "options-wrapper"
|
7376
7381
|
}, Yc = ["title"];
|
7377
7382
|
function Zc(e, n, t, s, i, o) {
|
7378
|
-
const d = Y, c =
|
7379
|
-
return l(), r("div",
|
7383
|
+
const d = Y, c = G;
|
7384
|
+
return l(), r("div", Gc, [
|
7380
7385
|
t.cmdHeadline.headlineText || t.allowUserToToggleOrientation ? (l(), r("div", Kc, [
|
7381
7386
|
t.cmdHeadline.headlineText ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
7382
7387
|
t.allowUserToToggleOrientation ? (l(), r("div", Jc, [
|
@@ -7455,7 +7460,7 @@ const Qc = {
|
|
7455
7460
|
class: "separator"
|
7456
7461
|
};
|
7457
7462
|
function su(e, n, t, s, i, o) {
|
7458
|
-
const d =
|
7463
|
+
const d = G, c = _e("router-link");
|
7459
7464
|
return l(), r("ul", Xc, [
|
7460
7465
|
t.breadcrumbLabel ? (l(), r("li", $c, y(t.breadcrumbLabel), 1)) : m("", !0),
|
7461
7466
|
(l(!0), r(S, null, q(t.breadcrumbLinks || [], (u, g) => (l(), r("li", { key: g }, [
|
@@ -8049,7 +8054,7 @@ const ju = /* @__PURE__ */ V(Hu, [["render", Uu]]), zu = {
|
|
8049
8054
|
}
|
8050
8055
|
};
|
8051
8056
|
}
|
8052
|
-
},
|
8057
|
+
}, Wu = {
|
8053
8058
|
name: "CmdFakeSelect",
|
8054
8059
|
inheritAttrs: !1,
|
8055
8060
|
mixins: [
|
@@ -8308,7 +8313,7 @@ const ju = /* @__PURE__ */ V(Hu, [["render", Uu]]), zu = {
|
|
8308
8313
|
deep: !0
|
8309
8314
|
}
|
8310
8315
|
}
|
8311
|
-
},
|
8316
|
+
}, Gu = ["title", "aria-labelledby", "aria-required"], Ku = {
|
8312
8317
|
key: 0,
|
8313
8318
|
class: "label-text"
|
8314
8319
|
}, Ju = ["id"], Yu = {
|
@@ -8326,7 +8331,7 @@ const ju = /* @__PURE__ */ V(Hu, [["render", Uu]]), zu = {
|
|
8326
8331
|
};
|
8327
8332
|
function mm(e, n, t, s, i, o) {
|
8328
8333
|
var g, p, f, C;
|
8329
|
-
const d =
|
8334
|
+
const d = G, c = mn, u = _e("router-link");
|
8330
8335
|
return l(), r("div", {
|
8331
8336
|
class: _([
|
8332
8337
|
i.validationStatus,
|
@@ -8505,9 +8510,9 @@ function mm(e, n, t, s, i, o) {
|
|
8505
8510
|
], 10, lm)) : t.type === "content" && i.showOptions ? H(e.$slots, "default", { key: 2 }) : m("", !0)
|
8506
8511
|
])
|
8507
8512
|
], 42, Qu)
|
8508
|
-
], 10,
|
8513
|
+
], 10, Gu);
|
8509
8514
|
}
|
8510
|
-
const Ai = /* @__PURE__ */ V(
|
8515
|
+
const Ai = /* @__PURE__ */ V(Wu, [["render", mm]]), hm = {
|
8511
8516
|
name: "CmdFormFilters",
|
8512
8517
|
data() {
|
8513
8518
|
return {
|
@@ -8588,7 +8593,7 @@ const Ai = /* @__PURE__ */ V(Gu, [["render", mm]]), hm = {
|
|
8588
8593
|
class: "cmd-form-filters"
|
8589
8594
|
}, fm = { key: 0 }, gm = { key: 1 }, ym = ["onClick", "title"];
|
8590
8595
|
function bm(e, n, t, s, i, o) {
|
8591
|
-
const d =
|
8596
|
+
const d = G;
|
8592
8597
|
return i.options.length ? (l(), r("ul", pm, [
|
8593
8598
|
i.options.length > 1 ? (l(), r("li", fm, [
|
8594
8599
|
a("a", {
|
@@ -8882,22 +8887,22 @@ const Dm = /* @__PURE__ */ V(Tm, [["render", Fm]]), Mm = {
|
|
8882
8887
|
onMouseOver(e) {
|
8883
8888
|
this.showLargeImage = !0, this.$nextTick(() => {
|
8884
8889
|
const n = window.innerHeight - this.$el.getBoundingClientRect().y - 10, t = this.$el.querySelector(".zoom-container");
|
8885
|
-
t.style.height = `${n}px`,
|
8890
|
+
t.style.height = `${n}px`, Wn(this, e);
|
8886
8891
|
});
|
8887
8892
|
},
|
8888
8893
|
onMouseMove(e) {
|
8889
|
-
|
8894
|
+
Wn(this, e);
|
8890
8895
|
},
|
8891
8896
|
onMouseOut() {
|
8892
8897
|
this.showLargeImage = !1;
|
8893
8898
|
}
|
8894
8899
|
}
|
8895
8900
|
};
|
8896
|
-
function
|
8897
|
-
const t = e.$el.querySelector(".zoom-container"), s = t.querySelector("img"), i = e.$el.querySelector(".zoom-overlay"), o = n.target.getBoundingClientRect().width, d = n.target.getBoundingClientRect().height, c = s.getBoundingClientRect().width, u = s.getBoundingClientRect().height, g = n.pageX - n.target.getBoundingClientRect().x - window.pageXOffset, p = n.pageY - n.target.getBoundingClientRect().y - window.pageYOffset, f = Math.min(o, t.getBoundingClientRect().width / c * o), C = Math.min(d, t.getBoundingClientRect().height / u * d), b =
|
8901
|
+
function Wn(e, n) {
|
8902
|
+
const t = e.$el.querySelector(".zoom-container"), s = t.querySelector("img"), i = e.$el.querySelector(".zoom-overlay"), o = n.target.getBoundingClientRect().width, d = n.target.getBoundingClientRect().height, c = s.getBoundingClientRect().width, u = s.getBoundingClientRect().height, g = n.pageX - n.target.getBoundingClientRect().x - window.pageXOffset, p = n.pageY - n.target.getBoundingClientRect().y - window.pageYOffset, f = Math.min(o, t.getBoundingClientRect().width / c * o), C = Math.min(d, t.getBoundingClientRect().height / u * d), b = Gn(g - f / 2, 0, o - f), L = Gn(p - C / 2, 0, d - C), v = -(b * (c / o)), B = -(L * (u / d));
|
8898
8903
|
i.style.left = `${b}px`, i.style.top = `${L}px`, i.style.width = `${f}px`, i.style.height = `${C}px`, i.style.display = "block", s.style.marginLeft = `${v}px`, s.style.marginTop = `${B}px`;
|
8899
8904
|
}
|
8900
|
-
function
|
8905
|
+
function Gn(e, n, t) {
|
8901
8906
|
return e < n ? n : e > t ? t : e;
|
8902
8907
|
}
|
8903
8908
|
const Vm = { class: "cmd-image-zoom flex-container" }, Pm = ["title"], Am = { class: "zoom-container" }, Em = /* @__PURE__ */ a("div", { class: "zoom-overlay" }, null, -1);
|
@@ -9112,7 +9117,7 @@ const qm = /* @__PURE__ */ V(Mm, [["render", Hm]]), Rm = {
|
|
9112
9117
|
}, Nm = ["aria-labelledby"], Um = { class: "label-text" }, jm = ["id"], zm = {
|
9113
9118
|
key: 0,
|
9114
9119
|
"aria-hidden": "true"
|
9115
|
-
},
|
9120
|
+
}, Wm = ["title", "aria-errormessage", "id"], Gm = ["for"], Km = ["type", "id", "name", "value", "disabled"], Jm = {
|
9116
9121
|
key: 1,
|
9117
9122
|
class: "label-text"
|
9118
9123
|
}, Ym = {
|
@@ -9120,7 +9125,7 @@ const qm = /* @__PURE__ */ V(Mm, [["render", Hm]]), Rm = {
|
|
9120
9125
|
class: "flex-container no-flex"
|
9121
9126
|
};
|
9122
9127
|
function Zm(e, n, t, s, i, o) {
|
9123
|
-
const d =
|
9128
|
+
const d = G, c = mn;
|
9124
9129
|
return l(), r("div", {
|
9125
9130
|
class: _([
|
9126
9131
|
"cmd-input-group label",
|
@@ -9151,7 +9156,7 @@ function Zm(e, n, t, s, i, o) {
|
|
9151
9156
|
id: e.tooltipId
|
9152
9157
|
}, [
|
9153
9158
|
h(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
9154
|
-
], 8,
|
9159
|
+
], 8, Wm)) : m("", !0),
|
9155
9160
|
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (l(), w(c, {
|
9156
9161
|
key: 1,
|
9157
9162
|
ref: "tooltip",
|
@@ -9196,7 +9201,7 @@ function Zm(e, n, t, s, i, o) {
|
|
9196
9201
|
type: u.iconType
|
9197
9202
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
9198
9203
|
u.labelText ? (l(), r("span", Jm, y(u.labelText), 1)) : m("", !0)
|
9199
|
-
], 10,
|
9204
|
+
], 10, Gm))), 128))
|
9200
9205
|
], 2))
|
9201
9206
|
], 10, Nm);
|
9202
9207
|
}
|
@@ -9486,7 +9491,7 @@ const Ni = /* @__PURE__ */ V(Rm, [["render", Zm]]), Qm = {
|
|
9486
9491
|
}, Xm = { class: "cmd-login-form flex-container" }, $m = { class: "option-wrapper flex-container" }, eh = { key: 1 }, th = ["type", "disabled"], nh = { key: 1 }, ih = { class: "cmd-login-form flex-container" }, oh = { class: "option-wrapper flex-container" }, lh = { key: 1 }, sh = ["type", "disabled"], ah = { key: 1 };
|
9487
9492
|
function rh(e, n, t, s, i, o) {
|
9488
9493
|
var p, f, C, b, L, v, B, F;
|
9489
|
-
const d = Y, c = te, u =
|
9494
|
+
const d = Y, c = te, u = G, g = Re;
|
9490
9495
|
return l(), r(S, null, [
|
9491
9496
|
X(a("fieldset", Xm, [
|
9492
9497
|
a("legend", {
|
@@ -9749,7 +9754,7 @@ const dh = /* @__PURE__ */ V(Qm, [["render", rh]]), ch = {
|
|
9749
9754
|
class: "close-nav"
|
9750
9755
|
}, mh = ["href", "title", "target", "onClick"], hh = { key: 1 }, ph = { key: 1 }, fh = ["aria-expanded"], gh = ["href", "title", "target", "onClick"], yh = { key: 1 }, bh = { key: 1 }, xh = ["aria-expanded"], _h = ["href", "title", "target", "onClick"], Ch = { key: 1 }, wh = { key: 1 };
|
9751
9756
|
function kh(e, n, t, s, i, o) {
|
9752
|
-
const d =
|
9757
|
+
const d = G, c = _e("router-link");
|
9753
9758
|
return l(), r("div", {
|
9754
9759
|
class: _([
|
9755
9760
|
"cmd-main-navigation main-navigation-wrapper",
|
@@ -9997,7 +10002,7 @@ const Ui = /* @__PURE__ */ V(ch, [["render", kh]]), vh = {
|
|
9997
10002
|
class: "number"
|
9998
10003
|
}, Sh = { key: 2 };
|
9999
10004
|
function Oh(e, n, t, s, i, o) {
|
10000
|
-
const d =
|
10005
|
+
const d = G, c = Re;
|
10001
10006
|
return l(), r("ol", {
|
10002
10007
|
class: _(["cmd-multistep-form-progress-bar", { "use-gap": t.useGap }])
|
10003
10008
|
}, [
|
@@ -10329,7 +10334,7 @@ const Vh = {
|
|
10329
10334
|
key: 1,
|
10330
10335
|
class: "input-wrapper"
|
10331
10336
|
}, zh = ["title"];
|
10332
|
-
function
|
10337
|
+
function Wh(e, n, t, s, i, o) {
|
10333
10338
|
const d = te;
|
10334
10339
|
return e.editing ? (l(), r(S, { key: 1 }, [
|
10335
10340
|
a("dt", null, [
|
@@ -10450,7 +10455,7 @@ function Gh(e, n, t, s, i, o) {
|
|
10450
10455
|
])
|
10451
10456
|
], 64));
|
10452
10457
|
}
|
10453
|
-
const
|
10458
|
+
const Gh = /* @__PURE__ */ V(Vh, [["render", Wh]]);
|
10454
10459
|
function Kh(e) {
|
10455
10460
|
return (n, t) => {
|
10456
10461
|
const s = /* @__PURE__ */ new Date();
|
@@ -10722,7 +10727,7 @@ const Yh = {
|
|
10722
10727
|
};
|
10723
10728
|
function ap(e, n, t, s, i, o) {
|
10724
10729
|
var f, C;
|
10725
|
-
const d = Y, c = Re, u = te, g =
|
10730
|
+
const d = Y, c = Re, u = te, g = Gh, p = He;
|
10726
10731
|
return l(), r("div", Zh, [
|
10727
10732
|
(f = t.cmdHeadline) != null && f.headlineText || e.editModeContext ? (l(), w(d, R(I({ key: 0 }, t.cmdHeadline)), null, 16)) : m("", !0),
|
10728
10733
|
!e.editing && t.showOpenStatus ? (l(), r(S, { key: 1 }, [
|
@@ -10940,7 +10945,7 @@ const rp = /* @__PURE__ */ V(Yh, [["render", ap]]), dp = {
|
|
10940
10945
|
}
|
10941
10946
|
}, up = { class: "cmd-pagination" }, mp = ["href", "title"], hp = { key: 0 }, pp = { class: "page-index" }, fp = { class: "flex-container" }, gp = ["href", "title", "onClick"], yp = ["href", "title"], bp = { key: 0 };
|
10942
10947
|
function xp(e, n, t, s, i, o) {
|
10943
|
-
const d =
|
10948
|
+
const d = G;
|
10944
10949
|
return l(), r("div", up, [
|
10945
10950
|
a("a", {
|
10946
10951
|
href: o.getPreviousHref,
|
@@ -11083,7 +11088,7 @@ const _p = /* @__PURE__ */ V(cp, [["render", xp]]), Cp = {
|
|
11083
11088
|
}
|
11084
11089
|
}, wp = { class: "cmd-social-networks-item" }, kp = ["id", "href", "title"], vp = { key: 1 };
|
11085
11090
|
function Tp(e, n, t, s, i, o) {
|
11086
|
-
const d =
|
11091
|
+
const d = G;
|
11087
11092
|
return l(), r("li", wp, [
|
11088
11093
|
(l(), r("a", {
|
11089
11094
|
key: t.network.path,
|
@@ -11517,7 +11522,7 @@ const Np = /* @__PURE__ */ V(Ep, [["render", Rp]]), Up = {
|
|
11517
11522
|
required: !0
|
11518
11523
|
}
|
11519
11524
|
}
|
11520
|
-
}, jp = ["for"], zp = { class: "progressbar" },
|
11525
|
+
}, jp = ["for"], zp = { class: "progressbar" }, Wp = { key: 0 }, Gp = ["id", "value"];
|
11521
11526
|
function Kp(e, n, t, s, i, o) {
|
11522
11527
|
return l(), r("label", {
|
11523
11528
|
class: "cmd-progressbar",
|
@@ -11527,11 +11532,11 @@ function Kp(e, n, t, s, i, o) {
|
|
11527
11532
|
class: _(["label-text", { hidden: !t.showLabel }])
|
11528
11533
|
}, y(t.labelText), 3),
|
11529
11534
|
a("span", zp, [
|
11530
|
-
t.showLoadingStatus ? (l(), r("span",
|
11535
|
+
t.showLoadingStatus ? (l(), r("span", Wp, y(i.loadingStatus) + " %", 1)) : m("", !0),
|
11531
11536
|
a("progress", I(e.$attrs, {
|
11532
11537
|
id: t.id,
|
11533
11538
|
value: i.loadingStatus
|
11534
|
-
}), null, 16,
|
11539
|
+
}), null, 16, Gp)
|
11535
11540
|
])
|
11536
11541
|
], 8, jp);
|
11537
11542
|
}
|
@@ -12087,7 +12092,7 @@ const cf = /* @__PURE__ */ V(af, [["render", df]]), uf = {
|
|
12087
12092
|
};
|
12088
12093
|
function xf(e, n, t, s, i, o) {
|
12089
12094
|
var f, C, b, L, v, B, F, D;
|
12090
|
-
const d = Y, c = te, u =
|
12095
|
+
const d = Y, c = te, u = G, g = Ai, p = Ei;
|
12091
12096
|
return l(), r(S, null, [
|
12092
12097
|
a("fieldset", hf, [
|
12093
12098
|
a("legend", {
|
@@ -12149,12 +12154,12 @@ function xf(e, n, t, s, i, o) {
|
|
12149
12154
|
]),
|
12150
12155
|
h(Pe, { name: "fade" }, {
|
12151
12156
|
default: k(() => {
|
12152
|
-
var M,
|
12157
|
+
var M, W, j, P, N;
|
12153
12158
|
return [
|
12154
12159
|
i.showFilters && ((M = t.cmdFakeSelect) != null && M.selectData.length) ? (l(), r("div", bf, [
|
12155
12160
|
h(g, {
|
12156
12161
|
role: "option",
|
12157
|
-
selectData: (
|
12162
|
+
selectData: (W = t.cmdFakeSelect) == null ? void 0 : W.selectData,
|
12158
12163
|
modelValue: o.searchFilters,
|
12159
12164
|
"onUpdate:modelValue": n[4] || (n[4] = (J) => o.searchFilters = J),
|
12160
12165
|
defaultOptionName: (j = t.cmdFakeSelect) == null ? void 0 : j.defaultOptionName,
|
@@ -12421,7 +12426,7 @@ function If(e, n, t, s, i, o) {
|
|
12421
12426
|
key: 1,
|
12422
12427
|
type: "button",
|
12423
12428
|
class: "button confirm",
|
12424
|
-
onClick: n[0] || (n[0] = (...
|
12429
|
+
onClick: n[0] || (n[0] = (...W) => o.onAddItem && o.onAddItem(...W))
|
12425
12430
|
}, Tf)) : m("", !0)
|
12426
12431
|
];
|
12427
12432
|
}),
|
@@ -12845,13 +12850,13 @@ const Bf = /* @__PURE__ */ V(Cf, [["render", If]]), Ff = "data:image/svg+xml,%3c
|
|
12845
12850
|
}, zf = {
|
12846
12851
|
required: Uf,
|
12847
12852
|
optional: jf
|
12848
|
-
},
|
12853
|
+
}, Wf = {
|
12849
12854
|
type: "href",
|
12850
12855
|
path: "./",
|
12851
12856
|
tooltip: "Tooltip"
|
12852
|
-
},
|
12853
|
-
link:
|
12854
|
-
pathDefaultLogo:
|
12857
|
+
}, Gf = "/media/images/logos/logo.svg", Kf = "/media/images/logos/logo-darkmode.svg", Jf = "Company Logo", Yf = {
|
12858
|
+
link: Wf,
|
12859
|
+
pathDefaultLogo: Gf,
|
12855
12860
|
pathDarkmodeLogo: Kf,
|
12856
12861
|
altText: Jf
|
12857
12862
|
}, Zf = [
|
@@ -13497,7 +13502,7 @@ const Bf = /* @__PURE__ */ V(Cf, [["render", If]]), Ff = "data:image/svg+xml,%3c
|
|
13497
13502
|
path: "https://www.comand-ui.com",
|
13498
13503
|
target: "comand-website"
|
13499
13504
|
}
|
13500
|
-
],
|
13505
|
+
], Wi = {
|
13501
13506
|
offcanvasPosition: fg,
|
13502
13507
|
stretchMainItems: gg,
|
13503
13508
|
persistOnMobile: yg,
|
@@ -13782,7 +13787,7 @@ const Bf = /* @__PURE__ */ V(Cf, [["render", If]]), Ff = "data:image/svg+xml,%3c
|
|
13782
13787
|
], Og = {
|
13783
13788
|
cmdFormElement: Tg,
|
13784
13789
|
networks: Sg
|
13785
|
-
},
|
13790
|
+
}, Gi = [
|
13786
13791
|
{
|
13787
13792
|
iso2: "de",
|
13788
13793
|
name: "Deutsch",
|
@@ -14551,7 +14556,7 @@ const Bf = /* @__PURE__ */ V(Cf, [["render", If]]), Ff = "data:image/svg+xml,%3c
|
|
14551
14556
|
}
|
14552
14557
|
]
|
14553
14558
|
}
|
14554
|
-
],
|
14559
|
+
], Wg = [
|
14555
14560
|
{
|
14556
14561
|
headline: {
|
14557
14562
|
headlineLevel: 4,
|
@@ -14606,7 +14611,7 @@ const Bf = /* @__PURE__ */ V(Cf, [["render", If]]), Ff = "data:image/svg+xml,%3c
|
|
14606
14611
|
}
|
14607
14612
|
]
|
14608
14613
|
}
|
14609
|
-
],
|
14614
|
+
], Gg = [
|
14610
14615
|
{
|
14611
14616
|
headline: {
|
14612
14617
|
headlineLevel: 4,
|
@@ -14705,7 +14710,7 @@ const Bf = /* @__PURE__ */ V(Cf, [["render", If]]), Ff = "data:image/svg+xml,%3c
|
|
14705
14710
|
this.getInitialLanguage();
|
14706
14711
|
},
|
14707
14712
|
methods: {
|
14708
|
-
switchLanguage:
|
14713
|
+
switchLanguage: Gi,
|
14709
14714
|
getInitialLanguage() {
|
14710
14715
|
this.currentLanguage = document.documentElement.lang;
|
14711
14716
|
},
|
@@ -14929,7 +14934,7 @@ const $g = /* @__PURE__ */ V(Kg, [["render", Xg]]), ey = {
|
|
14929
14934
|
};
|
14930
14935
|
function sy(e, n, t, s, i, o) {
|
14931
14936
|
var u, g, p, f;
|
14932
|
-
const d =
|
14937
|
+
const d = G, c = vt;
|
14933
14938
|
return l(), r("div", {
|
14934
14939
|
class: _(["cmd-table-wrapper", { collapsed: !i.showTableData, "full-width": i.fullWidth, "has-caption": o.hasCaption, "has-overflow": i.hasOverflow }])
|
14935
14940
|
}, [
|
@@ -15094,7 +15099,7 @@ const ry = {
|
|
15094
15099
|
"aria-live": "assertive"
|
15095
15100
|
}, hy = ["innerHTML"];
|
15096
15101
|
function py(e, n, t, s, i, o) {
|
15097
|
-
const d =
|
15102
|
+
const d = G, c = Y;
|
15098
15103
|
return l(), r("div", dy, [
|
15099
15104
|
a("ul", {
|
15100
15105
|
class: _({ "stretch-tabs": t.stretchTabs }),
|
@@ -15471,7 +15476,7 @@ const ky = /* @__PURE__ */ V(gy, [["render", wy]]), vy = {
|
|
15471
15476
|
}
|
15472
15477
|
}, Ty = { key: 0 };
|
15473
15478
|
function Sy(e, n, t, s, i, o) {
|
15474
|
-
const d =
|
15479
|
+
const d = G, c = te;
|
15475
15480
|
return l(), r("div", {
|
15476
15481
|
class: _(["cmd-toggle-dark-mode", { "styled-layout": t.useStyledLayout, "dark-mode": i.darkMode }])
|
15477
15482
|
}, [
|
@@ -15601,7 +15606,7 @@ const Dy = St("string"), he = St("function"), Yi = St("number"), Ot = (e) => e !
|
|
15601
15606
|
let n;
|
15602
15607
|
return e && (typeof FormData == "function" && e instanceof FormData || he(e.append) && ((n = Tt(e)) === "formdata" || // detect form-data instance
|
15603
15608
|
n === "object" && he(e.toString) && e.toString() === "[object FormData]"));
|
15604
|
-
}, Ry = ge("URLSearchParams"), [Ny, Uy, jy, zy] = ["ReadableStream", "Request", "Response", "Headers"].map(ge),
|
15609
|
+
}, Ry = ge("URLSearchParams"), [Ny, Uy, jy, zy] = ["ReadableStream", "Request", "Response", "Headers"].map(ge), Wy = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
15605
15610
|
function tt(e, n, { allOwnKeys: t = !1 } = {}) {
|
15606
15611
|
if (e === null || typeof e > "u")
|
15607
15612
|
return;
|
@@ -15635,7 +15640,7 @@ function Zt() {
|
|
15635
15640
|
arguments[s] && tt(arguments[s], t);
|
15636
15641
|
return n;
|
15637
15642
|
}
|
15638
|
-
const
|
15643
|
+
const Gy = (e, n, t, { allOwnKeys: s } = {}) => (tt(n, (i, o) => {
|
15639
15644
|
t && he(i) ? e[o] = Ki(i, t) : e[o] = i;
|
15640
15645
|
}, { allOwnKeys: s }), e), Ky = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Jy = (e, n, t, s) => {
|
15641
15646
|
e.prototype = Object.create(n.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
@@ -15769,8 +15774,8 @@ const cb = (e) => {
|
|
15769
15774
|
isFileList: Ey,
|
15770
15775
|
forEach: tt,
|
15771
15776
|
merge: Zt,
|
15772
|
-
extend:
|
15773
|
-
trim:
|
15777
|
+
extend: Gy,
|
15778
|
+
trim: Wy,
|
15774
15779
|
stripBOM: Ky,
|
15775
15780
|
inherits: Jy,
|
15776
15781
|
toFlatObject: Yy,
|
@@ -15895,10 +15900,10 @@ function Lt(e, n, t) {
|
|
15895
15900
|
if (O.endsWith(v, "{}"))
|
15896
15901
|
v = s ? v : v.slice(0, -2), L = JSON.stringify(L);
|
15897
15902
|
else if (O.isArray(L) && pb(L) || (O.isFileList(L) || O.endsWith(v, "[]")) && (F = O.toArray(L)))
|
15898
|
-
return v = io(v), F.forEach(function(M,
|
15903
|
+
return v = io(v), F.forEach(function(M, W) {
|
15899
15904
|
!(O.isUndefined(M) || M === null) && n.append(
|
15900
15905
|
// eslint-disable-next-line no-nested-ternary
|
15901
|
-
d === !0 ? Qn([v],
|
15906
|
+
d === !0 ? Qn([v], W, o) : d === null ? v : v + "[]",
|
15902
15907
|
g(M)
|
15903
15908
|
);
|
15904
15909
|
}), !1;
|
@@ -16662,7 +16667,7 @@ const mo = (e) => {
|
|
16662
16667
|
return c.unsubscribe = d, [c, () => {
|
16663
16668
|
o && clearTimeout(o), o = null;
|
16664
16669
|
}];
|
16665
|
-
},
|
16670
|
+
}, Wb = function* (e, n) {
|
16666
16671
|
let t = e.byteLength;
|
16667
16672
|
if (t < n) {
|
16668
16673
|
yield e;
|
@@ -16671,11 +16676,11 @@ const mo = (e) => {
|
|
16671
16676
|
let s = 0, i;
|
16672
16677
|
for (; s < t; )
|
16673
16678
|
i = s + n, yield e.slice(s, i), s = i;
|
16674
|
-
},
|
16679
|
+
}, Gb = async function* (e, n, t) {
|
16675
16680
|
for await (const s of e)
|
16676
|
-
yield*
|
16681
|
+
yield* Wb(ArrayBuffer.isView(s) ? s : await t(String(s)), n);
|
16677
16682
|
}, ni = (e, n, t, s, i) => {
|
16678
|
-
const o =
|
16683
|
+
const o = Gb(e, n, i);
|
16679
16684
|
let d = 0;
|
16680
16685
|
return new ReadableStream({
|
16681
16686
|
type: "bytes",
|
@@ -16785,8 +16790,8 @@ const Jb = async (e) => {
|
|
16785
16790
|
withCredentials: f
|
16786
16791
|
});
|
16787
16792
|
let M = await fetch(B);
|
16788
|
-
const
|
16789
|
-
if ($t && (c ||
|
16793
|
+
const W = $t && (g === "stream" || g === "response");
|
16794
|
+
if ($t && (c || W)) {
|
16790
16795
|
const P = {};
|
16791
16796
|
["status", "statusText", "headers"].forEach((J) => {
|
16792
16797
|
P[J] = M[J];
|
@@ -16796,13 +16801,13 @@ const Jb = async (e) => {
|
|
16796
16801
|
ni(M.body, oi, c && ii(
|
16797
16802
|
N,
|
16798
16803
|
yt(c, !0)
|
16799
|
-
),
|
16804
|
+
), W && F, Xt),
|
16800
16805
|
P
|
16801
16806
|
);
|
16802
16807
|
}
|
16803
16808
|
g = g || "text";
|
16804
16809
|
let j = await bt[O.findKey(bt, g) || "text"](M, e);
|
16805
|
-
return !
|
16810
|
+
return !W && F(), L && L(), await new Promise((P, N) => {
|
16806
16811
|
co(P, N, {
|
16807
16812
|
data: j,
|
16808
16813
|
headers: de.from(M.headers),
|
@@ -17780,7 +17785,7 @@ const tx = {
|
|
17780
17785
|
class: "progressbar"
|
17781
17786
|
}, Fx = ["value", "title"];
|
17782
17787
|
function Dx(e, n, t, s, i, o) {
|
17783
|
-
const d = Y, c = et, u =
|
17788
|
+
const d = Y, c = et, u = G, g = te;
|
17784
17789
|
return l(), r(S, null, [
|
17785
17790
|
t.advancedMode ? (l(), r("fieldset", {
|
17786
17791
|
key: 0,
|
@@ -18363,7 +18368,7 @@ function jx(e, n, t, s, i, o) {
|
|
18363
18368
|
], 64))), 128))
|
18364
18369
|
]);
|
18365
18370
|
}
|
18366
|
-
const zx = /* @__PURE__ */ V(Nx, [["render", jx]]),
|
18371
|
+
const zx = /* @__PURE__ */ V(Nx, [["render", jx]]), Wx = {
|
18367
18372
|
name: "MultipleListsOfLinks",
|
18368
18373
|
props: {
|
18369
18374
|
segments: {
|
@@ -18371,10 +18376,10 @@ const zx = /* @__PURE__ */ V(Nx, [["render", jx]]), Gx = {
|
|
18371
18376
|
default: null
|
18372
18377
|
}
|
18373
18378
|
}
|
18374
|
-
},
|
18379
|
+
}, Gx = { class: "cmd-page-multiple-lists-of-links flex-container vertical" };
|
18375
18380
|
function Kx(e, n, t, s, i, o) {
|
18376
18381
|
const d = gn;
|
18377
|
-
return l(), r("div",
|
18382
|
+
return l(), r("div", Gx, [
|
18378
18383
|
(l(!0), r(S, null, q(t.segments, (c, u) => (l(), r(S, { key: u }, [
|
18379
18384
|
h(d, {
|
18380
18385
|
links: c.links,
|
@@ -18386,7 +18391,7 @@ function Kx(e, n, t, s, i, o) {
|
|
18386
18391
|
], 64))), 128))
|
18387
18392
|
]);
|
18388
18393
|
}
|
18389
|
-
const Jx = /* @__PURE__ */ V(
|
18394
|
+
const Jx = /* @__PURE__ */ V(Wx, [["render", Kx]]), Yx = {
|
18390
18395
|
name: "ContactInformation",
|
18391
18396
|
props: {
|
18392
18397
|
/**
|
@@ -18441,8 +18446,8 @@ const $x = /* @__PURE__ */ V(Yx, [["render", Xx]]), e_ = {
|
|
18441
18446
|
addressData: zi,
|
18442
18447
|
faqsData: jg,
|
18443
18448
|
boxesTeamOverviewData: zg,
|
18444
|
-
listOfDownloadsData:
|
18445
|
-
listOfSiteLinksData:
|
18449
|
+
listOfDownloadsData: Wg,
|
18450
|
+
listOfSiteLinksData: Gg
|
18446
18451
|
};
|
18447
18452
|
}
|
18448
18453
|
}, t_ = /* @__PURE__ */ a("h2", {
|
@@ -18504,7 +18509,7 @@ function c_(e, n, t, s, i, o) {
|
|
18504
18509
|
})
|
18505
18510
|
], 64);
|
18506
18511
|
}
|
18507
|
-
const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-library", m_ = "4.1.
|
18512
|
+
const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-library", m_ = "4.1.52", h_ = "GPL-3.0-only", p_ = "CoManD-UI", f_ = "module", g_ = {
|
18508
18513
|
prepublishOnly: "npm run build-lib",
|
18509
18514
|
dev: "vite",
|
18510
18515
|
build: "vite build",
|
@@ -19133,7 +19138,7 @@ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
|
|
19133
19138
|
sticky: !1,
|
19134
19139
|
navigationInline: !1,
|
19135
19140
|
useGrid: !0,
|
19136
|
-
cmdMainNavigation: { ...
|
19141
|
+
cmdMainNavigation: { ...Wi }
|
19137
19142
|
},
|
19138
19143
|
cmdSiteHeaderSettingsControls: {
|
19139
19144
|
"cmdMainNavigation.offcanvasPosition": [
|
@@ -19568,10 +19573,10 @@ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
|
|
19568
19573
|
imageGalleryData: lg,
|
19569
19574
|
inputGroupReplacedRadiobuttonsData: ug,
|
19570
19575
|
inputGroupToggleSwitchRadiobuttonsData: mg,
|
19571
|
-
languagesData:
|
19576
|
+
languagesData: Gi,
|
19572
19577
|
listOfLinksData: hg,
|
19573
19578
|
multistepsData: Cg,
|
19574
|
-
navigationData:
|
19579
|
+
navigationData: Wi,
|
19575
19580
|
openingHoursData: wg,
|
19576
19581
|
selectOptionsData: kg,
|
19577
19582
|
slideshowData: vg,
|
@@ -19785,7 +19790,7 @@ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
|
|
19785
19790
|
M_,
|
19786
19791
|
V_,
|
19787
19792
|
P_
|
19788
|
-
], E_ = /* @__PURE__ */ a("span", null, "Color Scheme", -1), H_ = { class: "input-wrapper" }, q_ = { for: "default-color-scheme" }, R_ = /* @__PURE__ */ a("span", { class: "label-text" }, "Color-Scheme by Browser/OS", -1), N_ = { for: "light-mode" }, U_ = /* @__PURE__ */ a("span", { class: "label-text" }, "Light Mode", -1), j_ = { for: "dark-mode" }, z_ = /* @__PURE__ */ a("span", { class: "label-text" }, "Dark Mode", -1),
|
19793
|
+
], E_ = /* @__PURE__ */ a("span", null, "Color Scheme", -1), H_ = { class: "input-wrapper" }, q_ = { for: "default-color-scheme" }, R_ = /* @__PURE__ */ a("span", { class: "label-text" }, "Color-Scheme by Browser/OS", -1), N_ = { for: "light-mode" }, U_ = /* @__PURE__ */ a("span", { class: "label-text" }, "Light Mode", -1), j_ = { for: "dark-mode" }, z_ = /* @__PURE__ */ a("span", { class: "label-text" }, "Dark Mode", -1), W_ = ["href", "onClick"], G_ = { class: "box-footer comand-versions" }, K_ = /* @__PURE__ */ a("dt", null, "Frontend-Framework Version:", -1), J_ = /* @__PURE__ */ a("dt", null, "Component-Library Version:", -1), Y_ = { class: "closed-sidebar" }, Z_ = /* @__PURE__ */ a("span", { class: "icon-settings-template" }, null, -1), Q_ = [
|
19789
19794
|
Z_
|
19790
19795
|
], X_ = /* @__PURE__ */ a("span", { class: "icon-settings-component" }, null, -1), $_ = [
|
19791
19796
|
X_
|
@@ -19811,7 +19816,7 @@ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
|
|
19811
19816
|
/* @__PURE__ */ a("span", null, "Range Value:")
|
19812
19817
|
], -1), P1 = ["disabled"], A1 = { for: "range-slider" }, E1 = /* @__PURE__ */ a("span", { class: "label-text hidden" }, [
|
19813
19818
|
/* @__PURE__ */ a("span", null, "Range Value")
|
19814
|
-
], -1), H1 = ["disabled"], q1 = /* @__PURE__ */ a("hr", null, null, -1), R1 = /* @__PURE__ */ a("h2", null, "Toggle-Switches", -1), N1 = /* @__PURE__ */ a("h3", null, "Switches without switch-labels", -1), U1 = /* @__PURE__ */ a("h3", null, "Switches with switch-labels", -1), j1 = /* @__PURE__ */ a("br", null, null, -1), z1 = /* @__PURE__ */ a("br", null, null, -1),
|
19819
|
+
], -1), H1 = ["disabled"], q1 = /* @__PURE__ */ a("hr", null, null, -1), R1 = /* @__PURE__ */ a("h2", null, "Toggle-Switches", -1), N1 = /* @__PURE__ */ a("h3", null, "Switches without switch-labels", -1), U1 = /* @__PURE__ */ a("h3", null, "Switches with switch-labels", -1), j1 = /* @__PURE__ */ a("br", null, null, -1), z1 = /* @__PURE__ */ a("br", null, null, -1), W1 = /* @__PURE__ */ a("h2", null, "Checkboxes and Radiobuttons", -1), G1 = /* @__PURE__ */ a("h3", null, "Checkboxes [native]", -1), K1 = { class: "label inline" }, J1 = /* @__PURE__ */ a("span", { class: "label-text" }, "Label for native checkboxes:", -1), Y1 = { class: "flex-container no-flex" }, Z1 = /* @__PURE__ */ a("a", { href: "#" }, "link", -1), Q1 = /* @__PURE__ */ a("h3", null, "Checkboxes (replaced)", -1), X1 = { class: "label inline" }, $1 = /* @__PURE__ */ a("span", { class: "label-text" }, "Label for Replaced Input-Type-Checkbox:", -1), eC = { class: "flex-container no-flex" }, tC = /* @__PURE__ */ a("h3", null, "Radiobuttons [native]", -1), nC = { class: "label inline" }, iC = /* @__PURE__ */ a("span", { class: "label-text" }, "Label for native radiobuttons:", -1), oC = { class: "flex-container no-flex" }, lC = /* @__PURE__ */ a("h3", null, "Radiobuttons (replaced)", -1), sC = { class: "label inline" }, aC = /* @__PURE__ */ a("span", { class: "label-text" }, "Label for Replaced Input-Type-Radio:", -1), rC = { class: "flex-container no-flex" }, dC = {
|
19815
19820
|
class: "headline-demopage",
|
19816
19821
|
id: "section-input-group"
|
19817
19822
|
}, cC = /* @__PURE__ */ a("dt", null, "Selected value:", -1), uC = /* @__PURE__ */ a("h3", null, "Input Groups with Checkboxes/Radiobuttons (toggle-switches)", -1), mC = /* @__PURE__ */ a("dt", null, "Selected value(s):", -1), hC = /* @__PURE__ */ a("dt", null, "Selected value(s):", -1), pC = /* @__PURE__ */ a("dt", null, "Selected value(s):", -1), fC = /* @__PURE__ */ a("dt", null, "Selected value(s):", -1), gC = { class: "flex-container" }, yC = /* @__PURE__ */ a("small", null, "(values will not be submitted with the form!)", -1), bC = { class: "button-wrapper no-flex" }, xC = ["disabled"], _C = /* @__PURE__ */ a("span", { class: "icon-check" }, null, -1), CC = /* @__PURE__ */ a("span", null, "Native submit-button", -1), wC = [
|
@@ -19827,7 +19832,7 @@ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
|
|
19827
19832
|
/* @__PURE__ */ a("strong", null, "Header, Content/Body and Footer of this box are given by slots.")
|
19828
19833
|
], -1), PC = /* @__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), AC = /* @__PURE__ */ a("p", null, " Footer content ", -1), EC = /* @__PURE__ */ a("h4", null, " Texts given by slots ", -1), HC = /* @__PURE__ */ a("p", null, " This content with paragraphs inside is placed inside the box-body. ", -1), qC = /* @__PURE__ */ a("p", null, [
|
19829
19834
|
/* @__PURE__ */ a("strong", null, "Header, Content/Body and Footer of this box are given by slots.")
|
19830
|
-
], -1), RC = /* @__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), NC = /* @__PURE__ */ a("p", null, " Footer content ", -1), UC = /* @__PURE__ */ a("h4", null, " Box with inputs ", -1), jC = /* @__PURE__ */ a("p", null, " footer content ", -1), zC = /* @__PURE__ */ a("h4", null, " Box with links ", -1),
|
19835
|
+
], -1), RC = /* @__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), NC = /* @__PURE__ */ a("p", null, " Footer content ", -1), UC = /* @__PURE__ */ a("h4", null, " Box with inputs ", -1), jC = /* @__PURE__ */ a("p", null, " footer content ", -1), zC = /* @__PURE__ */ a("h4", null, " Box with links ", -1), WC = { class: "navigation" }, GC = /* @__PURE__ */ a("p", null, " footer content ", -1), KC = /* @__PURE__ */ a("h4", null, " Collapsible box with image ", -1), JC = /* @__PURE__ */ a("img", {
|
19831
19836
|
src: xo,
|
19832
19837
|
alt: "Alternative text"
|
19833
19838
|
}, null, -1), YC = /* @__PURE__ */ a("h4", null, " Box with image, content and link ", -1), ZC = /* @__PURE__ */ a("img", {
|
@@ -19885,7 +19890,7 @@ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
|
|
19885
19890
|
}, "Icons", -1), Hw = /* @__PURE__ */ a("span", null, "Icon from local iconfont", -1), qw = /* @__PURE__ */ a("span", null, "Icon from iconify-api (icomoon-font)", -1), Rw = /* @__PURE__ */ a("span", null, "Icon from iconify-api (bootstrap-font)", -1), Nw = /* @__PURE__ */ a("span", null, "Icon from iconify-api (material-design-font)", -1), Uw = /* @__PURE__ */ a("span", null, "Icon from iconify-api (font-awesome-solid-font)", -1), jw = {
|
19886
19891
|
class: "headline-demopage",
|
19887
19892
|
id: "section-image"
|
19888
|
-
}, zw = /* @__PURE__ */ a("span", null, "Image", -1),
|
19893
|
+
}, zw = /* @__PURE__ */ a("span", null, "Image", -1), Ww = { class: "flex-container" }, Gw = {
|
19889
19894
|
class: "headline-demopage",
|
19890
19895
|
id: "section-image-gallery"
|
19891
19896
|
}, Kw = /* @__PURE__ */ a("span", null, "Image-Gallery", -1), Jw = /* @__PURE__ */ a("h2", {
|
@@ -19966,10 +19971,10 @@ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
|
|
19966
19971
|
}, Vk = /* @__PURE__ */ a("span", null, "Tables", -1), Pk = /* @__PURE__ */ a("h3", null, "Table as wide as its content (with caption)", -1), Ak = /* @__PURE__ */ a("h3", null, "Table as wide as possible", -1), Ek = {
|
19967
19972
|
class: "headline-demopage",
|
19968
19973
|
id: "section-tabs"
|
19969
|
-
}, Hk = /* @__PURE__ */ a("span", null, "Tabs", -1), qk = /* @__PURE__ */ a("h4", null, "Tab 1 headline", -1), Rk = /* @__PURE__ */ a("p", null, "Slot-Content Tab 1", -1), Nk = /* @__PURE__ */ a("h4", null, "Tab 2 headline", -1), Uk = /* @__PURE__ */ a("p", null, "Slot-Content Tab 2", -1), jk = /* @__PURE__ */ a("h4", null, "Tab 3 headline", -1), zk = /* @__PURE__ */ a("p", null, "Slot-Content Tab 3", -1),
|
19974
|
+
}, Hk = /* @__PURE__ */ a("span", null, "Tabs", -1), qk = /* @__PURE__ */ a("h4", null, "Tab 1 headline", -1), Rk = /* @__PURE__ */ a("p", null, "Slot-Content Tab 1", -1), Nk = /* @__PURE__ */ a("h4", null, "Tab 2 headline", -1), Uk = /* @__PURE__ */ a("p", null, "Slot-Content Tab 2", -1), jk = /* @__PURE__ */ a("h4", null, "Tab 3 headline", -1), zk = /* @__PURE__ */ a("p", null, "Slot-Content Tab 3", -1), Wk = {
|
19970
19975
|
class: "headline-demopage",
|
19971
19976
|
id: "section-text-image-block"
|
19972
|
-
},
|
19977
|
+
}, Gk = /* @__PURE__ */ a("span", null, "Text-Image-Block", -1), Kk = { class: "flex-container" }, Jk = {
|
19973
19978
|
class: "headline-demopage",
|
19974
19979
|
id: "section-thumbnail-scroller"
|
19975
19980
|
}, Yk = /* @__PURE__ */ a("span", null, "Thumbnail-Scroller", -1), Zk = { class: "inline-size" }, Qk = {
|
@@ -19989,7 +19994,7 @@ const bo = /* @__PURE__ */ V(e_, [["render", c_]]), u_ = "comand-component-libra
|
|
19989
19994
|
id: "content"
|
19990
19995
|
}, uv = /* @__PURE__ */ a("h1", { class: "headline-demopage" }, "Page Overview", -1);
|
19991
19996
|
function mv(e, n, t, s, i, o) {
|
19992
|
-
const d = bn, c = Mi, u = tf, g = gn, p = Pi, f = cf, C = yo, b = Li, L = Ei, v = te, B = Ai, F = Jp, D = Ni, M = Ii,
|
19997
|
+
const d = bn, c = Mi, u = tf, g = gn, p = Pi, f = cf, C = yo, b = Li, L = Ei, v = te, B = Ai, F = Jp, D = Ni, M = Ii, W = gr, j = kr, P = Di, N = Vi, J = gu, $ = Ri, Z = Y, ee = G, se = Ce, ce = Dm, ue = qm, ne = Re, A = dh, ae = Ui, ie = _e("router-view"), Le = Lh, Ie = Mh, we = rp, Be = Ap, Fe = Np, De = _p, ke = sf, re = _f, it = Bf, ot = ji, lt = $g, st = et, ze = ay, at = fy, qe = ky, K = Bi, Co = Oy, Bt = Si, wo = Mx, ko = bo, vo = ju, To = Eu, So = Dd, Oo = Rx, Lo = Vo("fancybox");
|
19993
19998
|
return X((l(), r("div", {
|
19994
19999
|
class: "page-wrapper",
|
19995
20000
|
id: o.templateId
|
@@ -20089,7 +20094,7 @@ function mv(e, n, t, s, i, o) {
|
|
20089
20094
|
href: o.sectionName(z),
|
20090
20095
|
onClick: (yv) => o.updateSettingsSidebar(o.componentNameWithPrefix(z)),
|
20091
20096
|
title: "Go to component"
|
20092
|
-
}, y(o.readableComponentName(z)), 9,
|
20097
|
+
}, y(o.readableComponentName(z)), 9, W_)
|
20093
20098
|
], 2))), 128))
|
20094
20099
|
])
|
20095
20100
|
]),
|
@@ -20151,7 +20156,7 @@ function mv(e, n, t, s, i, o) {
|
|
20151
20156
|
]),
|
20152
20157
|
_: 1
|
20153
20158
|
}, 8, ["openBoxesByDefault"]),
|
20154
|
-
a("dl",
|
20159
|
+
a("dl", G_, [
|
20155
20160
|
K_,
|
20156
20161
|
a("dd", null, y(i.packageJson.dependencies["comand-frontend-framework"].replace("^", "")), 1),
|
20157
20162
|
J_,
|
@@ -20712,8 +20717,8 @@ function mv(e, n, t, s, i, o) {
|
|
20712
20717
|
z1,
|
20713
20718
|
E(" checkboxes with values: " + y(i.checkboxValues), 1)
|
20714
20719
|
]),
|
20715
|
-
G1,
|
20716
20720
|
W1,
|
20721
|
+
G1,
|
20717
20722
|
a("div", K1, [
|
20718
20723
|
J1,
|
20719
20724
|
a("div", Y1, [
|
@@ -21004,7 +21009,7 @@ function mv(e, n, t, s, i, o) {
|
|
21004
21009
|
]),
|
21005
21010
|
_: 1
|
21006
21011
|
}),
|
21007
|
-
h(
|
21012
|
+
h(W, {
|
21008
21013
|
href: "#anchor-back-to-top",
|
21009
21014
|
"scroll-container": ".page-wrapper"
|
21010
21015
|
}),
|
@@ -21176,7 +21181,7 @@ function mv(e, n, t, s, i, o) {
|
|
21176
21181
|
zC
|
21177
21182
|
]),
|
21178
21183
|
body: k(() => [
|
21179
|
-
a("ul",
|
21184
|
+
a("ul", WC, [
|
21180
21185
|
a("li", null, [
|
21181
21186
|
a("a", {
|
21182
21187
|
href: "#",
|
@@ -21208,7 +21213,7 @@ function mv(e, n, t, s, i, o) {
|
|
21208
21213
|
])
|
21209
21214
|
]),
|
21210
21215
|
footer: k(() => [
|
21211
|
-
|
21216
|
+
GC
|
21212
21217
|
]),
|
21213
21218
|
_: 1
|
21214
21219
|
}),
|
@@ -21606,7 +21611,7 @@ function mv(e, n, t, s, i, o) {
|
|
21606
21611
|
onClick: n[83] || (n[83] = T((x) => o.openSettingsSidebar("CmdImage"), ["prevent"]))
|
21607
21612
|
})
|
21608
21613
|
]),
|
21609
|
-
a("div",
|
21614
|
+
a("div", Ww, [
|
21610
21615
|
h(se, I({
|
21611
21616
|
ref: "CmdImage",
|
21612
21617
|
image: i.imageData[0].image,
|
@@ -21622,7 +21627,7 @@ function mv(e, n, t, s, i, o) {
|
|
21622
21627
|
}),
|
21623
21628
|
h(C, null, {
|
21624
21629
|
default: k(() => [
|
21625
|
-
a("h2",
|
21630
|
+
a("h2", Gw, [
|
21626
21631
|
Kw,
|
21627
21632
|
a("a", {
|
21628
21633
|
href: "#",
|
@@ -22091,8 +22096,8 @@ function mv(e, n, t, s, i, o) {
|
|
22091
22096
|
}),
|
22092
22097
|
h(C, null, {
|
22093
22098
|
default: k(() => [
|
22094
|
-
a("h2",
|
22095
|
-
|
22099
|
+
a("h2", Wk, [
|
22100
|
+
Gk,
|
22096
22101
|
a("a", {
|
22097
22102
|
href: "#",
|
22098
22103
|
class: "button small icon-cog",
|
@@ -22461,7 +22466,7 @@ export {
|
|
22461
22466
|
Ei as CmdFormFilters,
|
22462
22467
|
Ri as CmdGoogleMaps,
|
22463
22468
|
Y as CmdHeadline,
|
22464
|
-
|
22469
|
+
G as CmdIcon,
|
22465
22470
|
Ce as CmdImage,
|
22466
22471
|
Dm as CmdImageGallery,
|
22467
22472
|
qm as CmdImageZoom,
|
package/package.json
CHANGED
@@ -497,6 +497,8 @@ export default {
|
|
497
497
|
// prevent original levent form CmdForm (to avoid submit and reload)
|
498
498
|
event.originalEvent.preventDefault()
|
499
499
|
|
500
|
+
console.log("this.reCaptchaWebsiteKey", this.reCaptchaWebsiteKey)
|
501
|
+
|
500
502
|
if(this.reCaptchaWebsiteKey) {
|
501
503
|
grecaptcha.ready(function() {
|
502
504
|
grecaptcha.execute(this.reCaptchaWebsiteKey, {action: 'submit'}).then(function(token) {
|
@@ -526,7 +528,15 @@ export default {
|
|
526
528
|
fetch(this.formAction, {method: this.cmdForm?.formMethod || "POST", body: customSubmitFormData}).then((response) => {
|
527
529
|
if(response.ok) {
|
528
530
|
this.$refs.form.showMessage("success", this.getMessage("basic_form.system_message.success.message_sent_successfully"))
|
529
|
-
|
531
|
+
for (let key in this.formData) {
|
532
|
+
if(key === "salutation") {
|
533
|
+
this.formData[key].value = this.configuration.salutation.default
|
534
|
+
} else if(key === "acceptPrivacy") {
|
535
|
+
this.formData[key].value = false
|
536
|
+
} else {
|
537
|
+
this.formData[key].value = ""
|
538
|
+
}
|
539
|
+
}
|
530
540
|
} else {
|
531
541
|
this.$refs.form.showMessage("error", this.getMessage("basic_form.system_message.error.message_could_not_be_sent"))
|
532
542
|
}
|