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