comand-component-library 4.0.15 → 4.0.16
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +362 -300
- package/dist/comand-component-library.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/ComponentLibrary.vue +73 -99
- package/src/assets/data/listOfComponents.json +39 -0
- package/src/componentSettingsDataAndControls.vue +5 -0
- package/src/components/CmdBox.vue +2 -3
- package/src/components/CmdCompanyLogo.vue +6 -3
- package/src/components/CmdFormElement.vue +1 -1
- package/src/components/CmdImage.vue +4 -1
- package/src/components/CmdSiteHeader.vue +89 -1
- package/src/components/ComponentSettings.vue +0 -1
- package/src/App.vue +0 -2117
@@ -1,5 +1,5 @@
|
|
1
|
-
import { defineComponent as Rn, h as Yt, resolveComponent as se, openBlock as o, createBlock as y, normalizeClass as b, createElementBlock as s, getCurrentInstance as vi, resolveDynamicComponent as Oe, withModifiers as I, withCtx as N, withDirectives as ae, createElementVNode as h, createVNode as k, createCommentVNode as c, vShow as me, Fragment as C, toDisplayString as p, renderSlot as B, createTextVNode as
|
2
|
-
const
|
1
|
+
import { defineComponent as Rn, h as Yt, resolveComponent as se, openBlock as o, createBlock as y, normalizeClass as b, createElementBlock as s, getCurrentInstance as vi, resolveDynamicComponent as Oe, withModifiers as I, withCtx as N, withDirectives as ae, createElementVNode as h, createVNode as k, createCommentVNode as c, vShow as me, Fragment as C, toDisplayString as p, renderSlot as B, createTextVNode as H, renderList as A, mergeProps as j, resolveDirective as wi, normalizeProps as U, Transition as fe, toHandlers as kt, TransitionGroup as Nt, createApp as Ti, Teleport as Ii, normalizeStyle as Re, useCssVars as Un, vModelDynamic as Si, vModelText as Mi, guardReactiveProps as Oi, onBeforeUpdate as Li } from "vue";
|
2
|
+
const De = /^[a-z0-9]+(-[a-z0-9]+)*$/, Ge = (e, n, t, a = "") => {
|
3
3
|
const l = e.split(":");
|
4
4
|
if (e.slice(0, 1) === "@") {
|
5
5
|
if (l.length < 2 || l.length > 3)
|
@@ -34,7 +34,7 @@ const Le = /^[a-z0-9]+(-[a-z0-9]+)*$/, Ge = (e, n, t, a = "") => {
|
|
34
34
|
return n && !Ve(d, t) ? null : d;
|
35
35
|
}
|
36
36
|
return null;
|
37
|
-
}, Ve = (e, n) => e ? !!((e.provider === "" || e.provider.match(
|
37
|
+
}, Ve = (e, n) => e ? !!((e.provider === "" || e.provider.match(De)) && (n && e.prefix === "" || e.prefix.match(De)) && e.name.match(De)) : !1, Gn = Object.freeze(
|
38
38
|
{
|
39
39
|
left: 0,
|
40
40
|
top: 0,
|
@@ -53,14 +53,14 @@ const Le = /^[a-z0-9]+(-[a-z0-9]+)*$/, Ge = (e, n, t, a = "") => {
|
|
53
53
|
body: "",
|
54
54
|
hidden: !1
|
55
55
|
});
|
56
|
-
function
|
56
|
+
function Di(e, n) {
|
57
57
|
const t = {};
|
58
58
|
!e.hFlip != !n.hFlip && (t.hFlip = !0), !e.vFlip != !n.vFlip && (t.vFlip = !0);
|
59
59
|
const a = ((e.rotate || 0) + (n.rotate || 0)) % 4;
|
60
60
|
return a && (t.rotate = a), t;
|
61
61
|
}
|
62
62
|
function Kt(e, n) {
|
63
|
-
const t =
|
63
|
+
const t = Di(e, n);
|
64
64
|
for (const a in vt)
|
65
65
|
a in Ue ? a in e && !(a in t) && (t[a] = Ue[a]) : a in n ? t[a] = n[a] : a in e && (t[a] = e[a]);
|
66
66
|
return t;
|
@@ -125,7 +125,7 @@ function Qn(e) {
|
|
125
125
|
const t = n.icons;
|
126
126
|
for (const l in t) {
|
127
127
|
const i = t[l];
|
128
|
-
if (!l.match(
|
128
|
+
if (!l.match(De) || typeof i.body != "string" || !tt(
|
129
129
|
i,
|
130
130
|
vt
|
131
131
|
))
|
@@ -134,7 +134,7 @@ function Qn(e) {
|
|
134
134
|
const a = n.aliases || {};
|
135
135
|
for (const l in a) {
|
136
136
|
const i = a[l], r = i.parent;
|
137
|
-
if (!l.match(
|
137
|
+
if (!l.match(De) || typeof r != "string" || !t[r] && !a[r] || !tt(
|
138
138
|
i,
|
139
139
|
vt
|
140
140
|
))
|
@@ -211,7 +211,7 @@ const Yn = Object.freeze({
|
|
211
211
|
}), Kn = Object.freeze({
|
212
212
|
...Yn,
|
213
213
|
...Ue
|
214
|
-
}),
|
214
|
+
}), Hi = /(-?[0-9.]*[0-9]+[0-9.]*)/g, Ei = /^-?[0-9.]*[0-9]+[0-9.]*$/g;
|
215
215
|
function $t(e, n, t) {
|
216
216
|
if (n === 1)
|
217
217
|
return e;
|
@@ -219,11 +219,11 @@ function $t(e, n, t) {
|
|
219
219
|
return Math.ceil(e * n * t) / t;
|
220
220
|
if (typeof e != "string")
|
221
221
|
return e;
|
222
|
-
const a = e.split(
|
222
|
+
const a = e.split(Hi);
|
223
223
|
if (a === null || !a.length)
|
224
224
|
return e;
|
225
225
|
const l = [];
|
226
|
-
let i = a.shift(), r =
|
226
|
+
let i = a.shift(), r = Ei.test(i);
|
227
227
|
for (; ; ) {
|
228
228
|
if (r) {
|
229
229
|
const d = parseFloat(i);
|
@@ -257,11 +257,11 @@ function qi(e, n) {
|
|
257
257
|
), v.push("scale(-1 1)"), l.top = l.left = 0) : S && (v.push(
|
258
258
|
"translate(" + (0 - l.left).toString() + " " + (l.height + l.top).toString() + ")"
|
259
259
|
), v.push("scale(1 -1)"), l.top = l.left = 0);
|
260
|
-
let
|
260
|
+
let D;
|
261
261
|
switch (M < 0 && (M -= Math.floor(M / 4) * 4), M = M % 4, M) {
|
262
262
|
case 1:
|
263
|
-
|
264
|
-
"rotate(90 " +
|
263
|
+
D = l.height / 2 + l.top, v.unshift(
|
264
|
+
"rotate(90 " + D.toString() + " " + D.toString() + ")"
|
265
265
|
);
|
266
266
|
break;
|
267
267
|
case 2:
|
@@ -270,12 +270,12 @@ function qi(e, n) {
|
|
270
270
|
);
|
271
271
|
break;
|
272
272
|
case 3:
|
273
|
-
|
274
|
-
"rotate(-90 " +
|
273
|
+
D = l.width / 2 + l.left, v.unshift(
|
274
|
+
"rotate(-90 " + D.toString() + " " + D.toString() + ")"
|
275
275
|
);
|
276
276
|
break;
|
277
277
|
}
|
278
|
-
M % 2 === 1 && (l.left !== l.top && (
|
278
|
+
M % 2 === 1 && (l.left !== l.top && (D = l.left, l.left = l.top, l.top = D), l.width !== l.height && (D = l.width, l.width = l.height, l.height = D)), v.length && (i = '<g transform="' + v.join(" ") + '">' + i + "</g>");
|
279
279
|
});
|
280
280
|
const r = a.width, d = a.height, u = l.width, f = l.height;
|
281
281
|
let g, m;
|
@@ -330,11 +330,11 @@ function Bt(e) {
|
|
330
330
|
const At = /* @__PURE__ */ Object.create(null), Me = [
|
331
331
|
"https://api.simplesvg.com",
|
332
332
|
"https://api.unisvg.com"
|
333
|
-
],
|
333
|
+
], He = [];
|
334
334
|
for (; Me.length > 0; )
|
335
|
-
Me.length === 1 || Math.random() > 0.5 ?
|
335
|
+
Me.length === 1 || Math.random() > 0.5 ? He.push(Me.shift()) : He.push(Me.pop());
|
336
336
|
At[""] = Bt({
|
337
|
-
resources: ["https://api.iconify.design"].concat(
|
337
|
+
resources: ["https://api.iconify.design"].concat(He)
|
338
338
|
});
|
339
339
|
function Qi(e, n) {
|
340
340
|
const t = Bt(n);
|
@@ -585,7 +585,7 @@ function al(e, n, t, a) {
|
|
585
585
|
abort: w
|
586
586
|
};
|
587
587
|
}
|
588
|
-
function
|
588
|
+
function D() {
|
589
589
|
u = "failed", _.forEach((P) => {
|
590
590
|
P(void 0, g);
|
591
591
|
});
|
@@ -597,7 +597,7 @@ function al(e, n, t, a) {
|
|
597
597
|
}
|
598
598
|
function T(P, F, G) {
|
599
599
|
const Z = F !== "success";
|
600
|
-
switch (x = x.filter((
|
600
|
+
switch (x = x.filter((E) => E !== P), u) {
|
601
601
|
case "pending":
|
602
602
|
break;
|
603
603
|
case "failed":
|
@@ -608,19 +608,19 @@ function al(e, n, t, a) {
|
|
608
608
|
return;
|
609
609
|
}
|
610
610
|
if (F === "abort") {
|
611
|
-
g = G,
|
611
|
+
g = G, D();
|
612
612
|
return;
|
613
613
|
}
|
614
614
|
if (Z) {
|
615
|
-
g = G, x.length || (r.length ? z() :
|
615
|
+
g = G, x.length || (r.length ? z() : D());
|
616
616
|
return;
|
617
617
|
}
|
618
618
|
if (v(), V(), !e.random) {
|
619
|
-
const
|
620
|
-
|
619
|
+
const E = e.resources.indexOf(P.resource);
|
620
|
+
E !== -1 && E !== e.index && (e.index = E);
|
621
621
|
}
|
622
|
-
u = "completed", _.forEach((
|
623
|
-
|
622
|
+
u = "completed", _.forEach((E) => {
|
623
|
+
E(G);
|
624
624
|
});
|
625
625
|
}
|
626
626
|
function z() {
|
@@ -631,11 +631,11 @@ function al(e, n, t, a) {
|
|
631
631
|
if (P === void 0) {
|
632
632
|
if (x.length) {
|
633
633
|
m = setTimeout(() => {
|
634
|
-
v(), u === "pending" && (V(),
|
634
|
+
v(), u === "pending" && (V(), D());
|
635
635
|
}, e.timeout);
|
636
636
|
return;
|
637
637
|
}
|
638
|
-
|
638
|
+
D();
|
639
639
|
return;
|
640
640
|
}
|
641
641
|
const F = {
|
@@ -1010,10 +1010,10 @@ for (const e in dn) {
|
|
1010
1010
|
for (const t in rn)
|
1011
1011
|
n[e + t] = rn[t];
|
1012
1012
|
}
|
1013
|
-
const
|
1013
|
+
const Ee = {};
|
1014
1014
|
["horizontal", "vertical"].forEach((e) => {
|
1015
1015
|
const n = e.slice(0, 1) + "Flip";
|
1016
|
-
|
1016
|
+
Ee[e + "-flip"] = n, Ee[e.slice(0, 1) + "-flip"] = n, Ee[e + "Flip"] = n;
|
1017
1017
|
});
|
1018
1018
|
function un(e) {
|
1019
1019
|
return e + (e.match(/^[-0-9.]+$/) ? "px" : "");
|
@@ -1048,7 +1048,7 @@ const cn = (e, n) => {
|
|
1048
1048
|
S !== !0 && S !== "true" && delete a["aria-hidden"];
|
1049
1049
|
break;
|
1050
1050
|
default: {
|
1051
|
-
const M =
|
1051
|
+
const M = Ee[w];
|
1052
1052
|
M ? (S === !0 || S === "true" || S === 1) && (t[M] = !0) : an[w] === void 0 && (a[w] = S);
|
1053
1053
|
}
|
1054
1054
|
}
|
@@ -1225,7 +1225,7 @@ const O = (e, n) => {
|
|
1225
1225
|
}
|
1226
1226
|
}
|
1227
1227
|
}, Ol = ["title"];
|
1228
|
-
function
|
1228
|
+
function Ll(e, n, t, a, l, i) {
|
1229
1229
|
const r = se("Icon");
|
1230
1230
|
return i.isIconify ? (o(), y(r, {
|
1231
1231
|
key: 0,
|
@@ -1238,11 +1238,11 @@ function Dl(e, n, t, a, l, i) {
|
|
1238
1238
|
title: t.tooltip
|
1239
1239
|
}, null, 10, Ol));
|
1240
1240
|
}
|
1241
|
-
const q = /* @__PURE__ */ O(Ml, [["render",
|
1241
|
+
const q = /* @__PURE__ */ O(Ml, [["render", Ll]]);
|
1242
1242
|
function ce(e, n) {
|
1243
1243
|
return Ze(e, "EditComponentWrapper", n);
|
1244
1244
|
}
|
1245
|
-
function
|
1245
|
+
function Dl(e) {
|
1246
1246
|
return Ze(e, "EditModeSettingsSidebar");
|
1247
1247
|
}
|
1248
1248
|
function Nl(e) {
|
@@ -1423,7 +1423,7 @@ function oe(e) {
|
|
1423
1423
|
const Al = {
|
1424
1424
|
key: 0,
|
1425
1425
|
class: "action-buttons-wrapper"
|
1426
|
-
}, jl = ["data-component"], Fl = ["title"], Vl = ["href"],
|
1426
|
+
}, jl = ["data-component"], Fl = ["title"], Vl = ["href"], Hl = { key: 0 }, El = { key: 1 }, ql = {
|
1427
1427
|
key: 0,
|
1428
1428
|
class: "component-name"
|
1429
1429
|
}, zl = ["data-component"], Rl = ["title"], Ul = ["href", "title"], Gl = ["title"], Wl = { key: 0 }, Ql = { key: 1 }, Zl = ["title"], Jl = ["title"];
|
@@ -1477,7 +1477,7 @@ function Yl(e, n, t, a, l, i) {
|
|
1477
1477
|
k(r, { iconClass: "icon-trash" })
|
1478
1478
|
])
|
1479
1479
|
]),
|
1480
|
-
i.isOuterComponent ? c("", !0) : (o(), s("li",
|
1480
|
+
i.isOuterComponent ? c("", !0) : (o(), s("li", Hl, [
|
1481
1481
|
h("a", {
|
1482
1482
|
class: b(["icon-hexagon button-cancel", { disabled: !i.editing }]),
|
1483
1483
|
href: "#",
|
@@ -1487,7 +1487,7 @@ function Yl(e, n, t, a, l, i) {
|
|
1487
1487
|
k(r, { iconClass: "icon-cancel" })
|
1488
1488
|
], 2)
|
1489
1489
|
])),
|
1490
|
-
i.isOuterComponent ? c("", !0) : (o(), s("li",
|
1490
|
+
i.isOuterComponent ? c("", !0) : (o(), s("li", El, [
|
1491
1491
|
i.editing ? (o(), s("a", {
|
1492
1492
|
key: 0,
|
1493
1493
|
class: "icon-hexagon button-save",
|
@@ -1622,7 +1622,7 @@ const pe = /* @__PURE__ */ O(Bl, [["render", Yl]]), K = {
|
|
1622
1622
|
const n = ce(this.$parent);
|
1623
1623
|
n && (n.addEditStateListener((t) => this.editing = t), n.addUpdateHandlerProvider(this.updateHandlerProvider), n.setAddHandlerProvider(this.addHandlerProvider));
|
1624
1624
|
}
|
1625
|
-
this.mainSidebarContext = !!Nl(this), this.settingsContext = !!
|
1625
|
+
this.mainSidebarContext = !!Nl(this), this.settingsContext = !!Dl(this);
|
1626
1626
|
},
|
1627
1627
|
updateHandlerProvider() {
|
1628
1628
|
return {};
|
@@ -1747,7 +1747,7 @@ function lo(e, n, t, a, l, i) {
|
|
1747
1747
|
h("span", $l, p(t.preHeadlineText), 1),
|
1748
1748
|
h("span", null, [
|
1749
1749
|
B(e.$slots, "default", {}, () => [
|
1750
|
-
|
1750
|
+
H(p(t.headlineText), 1)
|
1751
1751
|
])
|
1752
1752
|
])
|
1753
1753
|
])
|
@@ -1766,7 +1766,7 @@ function lo(e, n, t, a, l, i) {
|
|
1766
1766
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
1767
1767
|
h("span", null, [
|
1768
1768
|
B(e.$slots, "default", {}, () => [
|
1769
|
-
|
1769
|
+
H(p(t.headlineText), 1)
|
1770
1770
|
])
|
1771
1771
|
])
|
1772
1772
|
];
|
@@ -1815,7 +1815,7 @@ function lo(e, n, t, a, l, i) {
|
|
1815
1815
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
1816
1816
|
h("span", eo, p(t.preHeadlineText), 1),
|
1817
1817
|
B(e.$slots, "default", {}, () => [
|
1818
|
-
|
1818
|
+
H(p(t.headlineText), 1)
|
1819
1819
|
])
|
1820
1820
|
];
|
1821
1821
|
}),
|
@@ -1824,7 +1824,7 @@ function lo(e, n, t, a, l, i) {
|
|
1824
1824
|
], 64)) : t.headlineText ? (o(), y(Oe(i.headlineTag), { key: 2 }, {
|
1825
1825
|
default: N(() => [
|
1826
1826
|
B(e.$slots, "default", {}, () => [
|
1827
|
-
|
1827
|
+
H(p(t.headlineText), 1)
|
1828
1828
|
])
|
1829
1829
|
]),
|
1830
1830
|
_: 3
|
@@ -1997,7 +1997,7 @@ function ro(e, n, t, a, l, i) {
|
|
1997
1997
|
], 8, ao)) : c("", !0)
|
1998
1998
|
])) : c("", !0),
|
1999
1999
|
B(e.$slots, "default", {}, () => [
|
2000
|
-
|
2000
|
+
H(p(t.tooltipText), 1)
|
2001
2001
|
])
|
2002
2002
|
], 2)) : c("", !0);
|
2003
2003
|
}
|
@@ -2159,7 +2159,7 @@ function bo(e, n, t, a, l, i) {
|
|
2159
2159
|
"headline-level": t.cmdHeadline.headlineLevel
|
2160
2160
|
}, {
|
2161
2161
|
default: N(() => [
|
2162
|
-
|
2162
|
+
H(p(i.headlineRequirements), 1),
|
2163
2163
|
t.labelText ? (o(), s(C, { key: 0 }, [
|
2164
2164
|
fo,
|
2165
2165
|
h("em", null, p(t.labelText), 1)
|
@@ -2276,7 +2276,7 @@ function xo(e, n, t, a, l, i) {
|
|
2276
2276
|
_: 1
|
2277
2277
|
}, 8, ["class", "relatedId"]);
|
2278
2278
|
}
|
2279
|
-
const
|
2279
|
+
const Ht = /* @__PURE__ */ O(Co, [["render", xo]]), Et = {
|
2280
2280
|
data() {
|
2281
2281
|
return {
|
2282
2282
|
defaultMessageProperties: {
|
@@ -2593,7 +2593,7 @@ const wo = ["color", "date", "datetime-local", "file", "number", "range"], To =
|
|
2593
2593
|
name: "CmdFormElement",
|
2594
2594
|
mixins: [
|
2595
2595
|
le,
|
2596
|
-
|
2596
|
+
Et,
|
2597
2597
|
Je,
|
2598
2598
|
Ae,
|
2599
2599
|
qt
|
@@ -3084,7 +3084,7 @@ const wo = ["color", "date", "datetime-local", "file", "number", "range"], To =
|
|
3084
3084
|
}, Mo = ["title", "aria-errormessage", "id"], Oo = {
|
3085
3085
|
key: 1,
|
3086
3086
|
class: "flex-container"
|
3087
|
-
},
|
3087
|
+
}, Lo = ["id", "autocomplete", "list", "value", "maxlength"], Do = ["title"], No = ["id"], Po = ["value"], Bo = ["checked", "value", "id", "disabled", "aria-invalid"], Ao = { key: 2 }, jo = { class: "switch-label-wrapper" }, Fo = ["checked", "value", "id", "disabled", "aria-invalid"], Vo = { class: "label-text" }, Ho = { class: "label-text" }, Eo = { key: 0 }, qo = ["id"], zo = ["value", "selected"], Ro = ["id", "value", "maxlength"], Uo = {
|
3088
3088
|
key: 6,
|
3089
3089
|
class: "characters-left-wrapper"
|
3090
3090
|
}, Go = { key: 0 }, Wo = {
|
@@ -3092,8 +3092,8 @@ const wo = ["color", "date", "datetime-local", "file", "number", "range"], To =
|
|
3092
3092
|
class: "search-field-wrapper flex-container no-gap"
|
3093
3093
|
}, Qo = ["id", "maxlength", "value"], Zo = ["title"], Jo = ["title"], Yo = { key: 1 };
|
3094
3094
|
function Ko(e, n, t, a, l, i) {
|
3095
|
-
var u, f, g, m, x, _, v, w, S, M,
|
3096
|
-
const r = q, d =
|
3095
|
+
var u, f, g, m, x, _, v, w, S, M, D, V, T, z, P, F, G, Z, E, Y, J, ee, Q, ue;
|
3096
|
+
const r = q, d = Ht;
|
3097
3097
|
return t.element === "input" || t.element === "select" || t.element === "textarea" ? (o(), s("label", {
|
3098
3098
|
key: 0,
|
3099
3099
|
class: b([
|
@@ -3118,9 +3118,9 @@ function Ko(e, n, t, a, l, i) {
|
|
3118
3118
|
}, [
|
3119
3119
|
h("span", null, [
|
3120
3120
|
t.labelText ? (o(), s(C, { key: 0 }, [
|
3121
|
-
|
3121
|
+
H(p(t.labelText), 1)
|
3122
3122
|
], 64)) : B(e.$slots, "labeltext", { key: 1 }),
|
3123
|
-
e.$attrs.required !==
|
3123
|
+
e.$attrs.required != null && e.$attrs.required !== !1 ? (o(), s("sup", So, "*")) : c("", !0)
|
3124
3124
|
]),
|
3125
3125
|
(e.$attrs.required || e.inputRequirements.length) && t.showStatusIcon ? (o(), s("a", {
|
3126
3126
|
key: 0,
|
@@ -3152,25 +3152,25 @@ function Ko(e, n, t, a, l, i) {
|
|
3152
3152
|
t.element === "input" && e.$attrs.type !== "search" ? (o(), s("input", j({ key: 1 }, i.elementAttributes, {
|
3153
3153
|
id: e.htmlId,
|
3154
3154
|
class: t.inputClass,
|
3155
|
-
onFocus: n[1] || (n[1] = (
|
3156
|
-
onBlur: n[2] || (n[2] = (...
|
3157
|
-
onInput: n[3] || (n[3] = (...
|
3158
|
-
onMouseover: n[4] || (n[4] = (...
|
3159
|
-
onKeyup: n[5] || (n[5] = (...
|
3160
|
-
onChange: n[6] || (n[6] = (
|
3155
|
+
onFocus: n[1] || (n[1] = (L) => e.tooltip = !0),
|
3156
|
+
onBlur: n[2] || (n[2] = (...L) => i.onBlur && i.onBlur(...L)),
|
3157
|
+
onInput: n[3] || (n[3] = (...L) => i.onInput && i.onInput(...L)),
|
3158
|
+
onMouseover: n[4] || (n[4] = (...L) => i.datalistFocus && i.datalistFocus(...L)),
|
3159
|
+
onKeyup: n[5] || (n[5] = (...L) => e.checkForCapsLock && e.checkForCapsLock(...L)),
|
3160
|
+
onChange: n[6] || (n[6] = (L) => e.$emit("change", L)),
|
3161
3161
|
autocomplete: i.autocomplete,
|
3162
3162
|
list: t.datalist ? t.datalist.id : null,
|
3163
3163
|
value: t.modelValue,
|
3164
3164
|
maxlength: i.getMaxLength(),
|
3165
3165
|
ref: "input"
|
3166
|
-
}), null, 16,
|
3166
|
+
}), null, 16, Lo)) : c("", !0),
|
3167
3167
|
e.$attrs.type === "password" ? (o(), s("a", {
|
3168
3168
|
key: 2,
|
3169
3169
|
href: "#",
|
3170
3170
|
class: "place-inside",
|
3171
|
-
onMousedown: n[7] || (n[7] = I((...
|
3172
|
-
onMouseup: n[8] || (n[8] = I((...
|
3173
|
-
onMouseleave: n[9] || (n[9] = I((...
|
3171
|
+
onMousedown: n[7] || (n[7] = I((...L) => i.showPassword && i.showPassword(...L), ["prevent"])),
|
3172
|
+
onMouseup: n[8] || (n[8] = I((...L) => i.hidePassword && i.hidePassword(...L), ["prevent"])),
|
3173
|
+
onMouseleave: n[9] || (n[9] = I((...L) => i.hidePassword && i.hidePassword(...L), ["prevent"])),
|
3174
3174
|
onClick: n[10] || (n[10] = I(() => {
|
3175
3175
|
}, ["prevent"])),
|
3176
3176
|
title: t.iconPasswordVisible.tooltip
|
@@ -3178,22 +3178,22 @@ function Ko(e, n, t, a, l, i) {
|
|
3178
3178
|
k(r, {
|
3179
3179
|
iconClass: t.iconPasswordVisible.iconClass
|
3180
3180
|
}, null, 8, ["iconClass"])
|
3181
|
-
], 40,
|
3181
|
+
], 40, Do)) : c("", !0)
|
3182
3182
|
])) : c("", !0),
|
3183
3183
|
t.datalist && t.datalist.options.length ? (o(), s("datalist", {
|
3184
3184
|
key: 2,
|
3185
3185
|
id: t.datalist.id
|
3186
3186
|
}, [
|
3187
|
-
(o(!0), s(C, null, A(t.datalist.options, (
|
3187
|
+
(o(!0), s(C, null, A(t.datalist.options, (L, de) => (o(), s("option", {
|
3188
3188
|
key: de,
|
3189
|
-
value:
|
3189
|
+
value: L
|
3190
3190
|
}, null, 8, Po))), 128))
|
3191
3191
|
], 8, No)) : t.element === "input" && (e.$attrs.type === "checkbox" || e.$attrs.type === "radio") ? (o(), s(C, { key: 3 }, [
|
3192
3192
|
t.onLabel && t.offLabel ? t.onLabel && t.offLabel ? (o(), s(C, { key: 1 }, [
|
3193
3193
|
h("span", jo, [
|
3194
3194
|
h("input", j(i.elementAttributes, {
|
3195
|
-
onChange: n[13] || (n[13] = (...
|
3196
|
-
onBlur: n[14] || (n[14] = (...
|
3195
|
+
onChange: n[13] || (n[13] = (...L) => i.onChange && i.onChange(...L)),
|
3196
|
+
onBlur: n[14] || (n[14] = (...L) => i.onBlur && i.onBlur(...L)),
|
3197
3197
|
checked: i.isChecked,
|
3198
3198
|
value: t.inputValue,
|
3199
3199
|
class: { inputClass: t.inputClass, validationStatus: e.validationStatus },
|
@@ -3202,21 +3202,21 @@ function Ko(e, n, t, a, l, i) {
|
|
3202
3202
|
"aria-invalid": e.validationStatus === "error"
|
3203
3203
|
}), null, 16, Fo),
|
3204
3204
|
h("span", Vo, p(t.onLabel), 1),
|
3205
|
-
h("span",
|
3205
|
+
h("span", Ho, p(t.offLabel), 1)
|
3206
3206
|
]),
|
3207
3207
|
t.labelText ? (o(), s("span", {
|
3208
3208
|
key: 0,
|
3209
3209
|
class: b(["label-text", { hidden: !t.showLabel }])
|
3210
3210
|
}, [
|
3211
3211
|
h("span", null, [
|
3212
|
-
|
3213
|
-
e.$attrs.required ? (o(), s("sup",
|
3212
|
+
H(p(t.labelText), 1),
|
3213
|
+
e.$attrs.required ? (o(), s("sup", Eo, "*")) : c("", !0)
|
3214
3214
|
])
|
3215
3215
|
], 2)) : c("", !0)
|
3216
3216
|
], 64)) : B(e.$slots, "default", { key: 2 }) : (o(), s(C, { key: 0 }, [
|
3217
3217
|
h("input", j(i.elementAttributes, {
|
3218
|
-
onChange: n[11] || (n[11] = (...
|
3219
|
-
onBlur: n[12] || (n[12] = (...
|
3218
|
+
onChange: n[11] || (n[11] = (...L) => i.onChange && i.onChange(...L)),
|
3219
|
+
onBlur: n[12] || (n[12] = (...L) => i.onBlur && i.onBlur(...L)),
|
3220
3220
|
checked: i.isChecked,
|
3221
3221
|
value: t.inputValue,
|
3222
3222
|
class: [t.inputClass, e.validationStatus, i.toggleSwitchIconClass, { "replace-input-type": t.replaceInputType }],
|
@@ -3230,7 +3230,7 @@ function Ko(e, n, t, a, l, i) {
|
|
3230
3230
|
}, [
|
3231
3231
|
h("span", null, [
|
3232
3232
|
t.labelText ? (o(), s(C, { key: 0 }, [
|
3233
|
-
|
3233
|
+
H(p(t.labelText), 1)
|
3234
3234
|
], 64)) : B(e.$slots, "labeltext", { key: 1 }),
|
3235
3235
|
e.$attrs.required ? (o(), s("sup", Ao, "*")) : c("", !0)
|
3236
3236
|
])
|
@@ -3239,22 +3239,22 @@ function Ko(e, n, t, a, l, i) {
|
|
3239
3239
|
], 64)) : c("", !0),
|
3240
3240
|
t.element === "select" ? (o(), s("select", j({ key: 4 }, i.elementAttributes, {
|
3241
3241
|
id: e.htmlId,
|
3242
|
-
onBlur: n[15] || (n[15] = (...
|
3243
|
-
onChange: n[16] || (n[16] = (
|
3242
|
+
onBlur: n[15] || (n[15] = (...L) => i.onBlur && i.onBlur(...L)),
|
3243
|
+
onChange: n[16] || (n[16] = (L) => e.$emit("update:modelValue", L.target.value))
|
3244
3244
|
}), [
|
3245
|
-
(o(!0), s(C, null, A(t.selectOptions, (
|
3245
|
+
(o(!0), s(C, null, A(t.selectOptions, (L, de) => (o(), s("option", {
|
3246
3246
|
key: de,
|
3247
|
-
value:
|
3248
|
-
selected:
|
3249
|
-
}, p(
|
3247
|
+
value: L.value,
|
3248
|
+
selected: L.value === t.modelValue
|
3249
|
+
}, p(L.text), 9, zo))), 128))
|
3250
3250
|
], 16, qo)) : c("", !0),
|
3251
3251
|
t.element === "textarea" ? (o(), s("textarea", j({ key: 5 }, i.elementAttributes, {
|
3252
3252
|
id: e.htmlId,
|
3253
3253
|
value: t.modelValue,
|
3254
3254
|
maxlength: i.getMaxLength(),
|
3255
|
-
onInput: n[17] || (n[17] = (...
|
3256
|
-
onFocus: n[18] || (n[18] = (
|
3257
|
-
onBlur: n[19] || (n[19] = (...
|
3255
|
+
onInput: n[17] || (n[17] = (...L) => i.onInput && i.onInput(...L)),
|
3256
|
+
onFocus: n[18] || (n[18] = (L) => e.tooltip = !0),
|
3257
|
+
onBlur: n[19] || (n[19] = (...L) => i.onBlur && i.onBlur(...L))
|
3258
3258
|
}), null, 16, Ro)) : c("", !0),
|
3259
3259
|
t.element === "textarea" && t.showCharactersTextarea ? (o(), s("span", Uo, [
|
3260
3260
|
t.textCharactersLeft ? (o(), s("span", Go, p(t.textCharactersLeft), 1)) : c("", !0),
|
@@ -3264,7 +3264,7 @@ function Ko(e, n, t, a, l, i) {
|
|
3264
3264
|
])) : t.element === "input" && e.$attrs.type === "search" ? (o(), s("span", Wo, [
|
3265
3265
|
h("input", j(i.elementAttributes, {
|
3266
3266
|
id: e.htmlId,
|
3267
|
-
onInput: n[20] || (n[20] = (...
|
3267
|
+
onInput: n[20] || (n[20] = (...L) => i.onInput && i.onInput(...L)),
|
3268
3268
|
maxlength: i.getMaxLength(),
|
3269
3269
|
value: t.modelValue
|
3270
3270
|
}), null, 16, Qo),
|
@@ -3273,7 +3273,7 @@ function Ko(e, n, t, a, l, i) {
|
|
3273
3273
|
href: "#",
|
3274
3274
|
class: b(["button no-flex", { disabled: e.$attrs.disabled }]),
|
3275
3275
|
title: t.iconSearch.tooltip,
|
3276
|
-
onClick: n[21] || (n[21] = I((...
|
3276
|
+
onClick: n[21] || (n[21] = I((...L) => i.executeSearch && i.executeSearch(...L), ["prevent"]))
|
3277
3277
|
}, [
|
3278
3278
|
k(r, {
|
3279
3279
|
iconClass: t.iconSearch.iconClass
|
@@ -3282,7 +3282,7 @@ function Ko(e, n, t, a, l, i) {
|
|
3282
3282
|
(u = t.iconDelete) != null && u.show ? (o(), s("a", {
|
3283
3283
|
key: 1,
|
3284
3284
|
href: "#",
|
3285
|
-
onClick: n[22] || (n[22] = I((
|
3285
|
+
onClick: n[22] || (n[22] = I((L) => e.$emit("update:modelValue", ""), ["prevent"])),
|
3286
3286
|
title: (f = t.iconDelete) == null ? void 0 : f.tooltip
|
3287
3287
|
}, [
|
3288
3288
|
k(r, {
|
@@ -3295,17 +3295,17 @@ function Ko(e, n, t, a, l, i) {
|
|
3295
3295
|
key: 1,
|
3296
3296
|
class: "button"
|
3297
3297
|
}, i.buttonAttrs, {
|
3298
|
-
onClick: n[23] || (n[23] = (...
|
3298
|
+
onClick: n[23] || (n[23] = (...L) => i.submit && i.submit(...L))
|
3299
3299
|
}), [
|
3300
3300
|
(_ = (x = t.nativeButton) == null ? void 0 : x.icon) != null && _.show && (((w = (v = t.nativeButton) == null ? void 0 : v.icon) == null ? void 0 : w.position) === "before" || !((M = (S = t.nativeButton) == null ? void 0 : S.icon) != null && M.position)) ? (o(), y(r, {
|
3301
3301
|
key: 0,
|
3302
|
-
iconClass: (V = (
|
3302
|
+
iconClass: (V = (D = t.nativeButton) == null ? void 0 : D.icon) == null ? void 0 : V.iconClass,
|
3303
3303
|
type: (z = (T = t.nativeButton) == null ? void 0 : T.icon) == null ? void 0 : z.iconType
|
3304
3304
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
3305
3305
|
(P = t.nativeButton) != null && P.icon && ((F = t.nativeButton) != null && F.text) ? (o(), s("span", Yo, p(t.nativeButton.text), 1)) : (o(), s(C, { key: 2 }, [
|
3306
|
-
|
3306
|
+
H(p(t.nativeButton.text), 1)
|
3307
3307
|
], 64)),
|
3308
|
-
(Z = (G = t.nativeButton) == null ? void 0 : G.icon) != null && Z.show && ((Y = (
|
3308
|
+
(Z = (G = t.nativeButton) == null ? void 0 : G.icon) != null && Z.show && ((Y = (E = t.nativeButton) == null ? void 0 : E.icon) == null ? void 0 : Y.position) === "after" ? (o(), y(r, {
|
3309
3309
|
key: 3,
|
3310
3310
|
iconClass: (ee = (J = t.nativeButton) == null ? void 0 : J.icon) == null ? void 0 : ee.iconClass,
|
3311
3311
|
type: (ue = (Q = t.nativeButton) == null ? void 0 : Q.icon) == null ? void 0 : ue.iconType
|
@@ -3463,7 +3463,7 @@ function _s(e, n, t, a, l, i) {
|
|
3463
3463
|
title: t.addressEntry.tooltip,
|
3464
3464
|
"data-type": t.addressEntry.type
|
3465
3465
|
}, [
|
3466
|
-
|
3466
|
+
H(p(t.addressEntry.data || t.addressEntry.href), 1)
|
3467
3467
|
], 8, es)), [
|
3468
3468
|
[u, t.addressEntry.href]
|
3469
3469
|
]) : (o(), s("span", {
|
@@ -3684,10 +3684,10 @@ const ks = {
|
|
3684
3684
|
}, vs = { class: "cmd-address-data vcard" }, ws = { class: "adr" }, Ts = { key: 0 }, Is = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), Ss = /* @__PURE__ */ h("span", null, "Add new entry", -1), Ms = [
|
3685
3685
|
Is,
|
3686
3686
|
Ss
|
3687
|
-
], Os = ["href", "target", "title"],
|
3687
|
+
], Os = ["href", "target", "title"], Ls = ["innerHTML"], Ds = ["href", "title"], Ns = { class: "street-address" }, Ps = /* @__PURE__ */ h("br", null, null, -1), Bs = { class: "postal-code" }, As = { class: "locality" }, js = /* @__PURE__ */ h("br", null, null, -1), Fs = /* @__PURE__ */ h("br", null, null, -1), Vs = {
|
3688
3688
|
key: 3,
|
3689
3689
|
class: "country-name"
|
3690
|
-
},
|
3690
|
+
}, Hs = { class: "street-address" }, Es = /* @__PURE__ */ h("br", null, null, -1), qs = { class: "postal-code" }, zs = { class: "locality" }, Rs = /* @__PURE__ */ h("br", null, null, -1), Us = /* @__PURE__ */ h("br", null, null, -1), Gs = {
|
3691
3691
|
key: 3,
|
3692
3692
|
class: "country-name"
|
3693
3693
|
};
|
@@ -3696,7 +3696,7 @@ function Ws(e, n, t, a, l, i) {
|
|
3696
3696
|
const r = W, d = Cs, u = pe, f = q;
|
3697
3697
|
return o(), s("div", vs, [
|
3698
3698
|
t.useSlot ? B(e.$slots, "default", { key: 0 }) : (o(), s(C, { key: 1 }, [
|
3699
|
-
(g = t.cmdHeadline) != null && g.headlineText || e.editModeContext ? (o(), y(r,
|
3699
|
+
(g = t.cmdHeadline) != null && g.headlineText || e.editModeContext ? (o(), y(r, U(j({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
3700
3700
|
h("address", ws, [
|
3701
3701
|
t.showLabels && (t.showLabelTexts || t.showLabelIcons) && !t.showIconsOnly ? (o(), s(C, { key: 0 }, [
|
3702
3702
|
e.editModeContext ? (o(), s(C, { key: 1 }, [
|
@@ -3756,12 +3756,12 @@ function Ws(e, n, t, a, l, i) {
|
|
3756
3756
|
type: m.iconType
|
3757
3757
|
}, null, 8, ["iconClass", "type"])) : c("", !0)
|
3758
3758
|
], 64)) : (o(), s(C, { key: 1 }, [
|
3759
|
-
|
3759
|
+
H(p(m.href), 1)
|
3760
3760
|
], 64))
|
3761
3761
|
], 8, Os)) : t.showIconsOnly ? c("", !0) : (o(), s("span", {
|
3762
3762
|
key: 1,
|
3763
3763
|
innerHTML: m.data
|
3764
|
-
}, null, 8,
|
3764
|
+
}, null, 8, Ls)),
|
3765
3765
|
m.name === "address" ? (o(), s(C, { key: 2 }, [
|
3766
3766
|
m.linkGoogleMaps ? (o(), s("a", {
|
3767
3767
|
key: 0,
|
@@ -3791,11 +3791,11 @@ function Ws(e, n, t, a, l, i) {
|
|
3791
3791
|
], 64)) : c("", !0),
|
3792
3792
|
m.country ? (o(), s("span", Vs, p(m.country), 1)) : c("", !0)
|
3793
3793
|
], 64))
|
3794
|
-
], 8,
|
3794
|
+
], 8, Ds)) : c("", !0),
|
3795
3795
|
!m.linkGoogleMaps && !t.showIconsOnly ? (o(), s(C, { key: 1 }, [
|
3796
3796
|
m.streetNo ? (o(), s(C, { key: 0 }, [
|
3797
|
-
h("span",
|
3798
|
-
|
3797
|
+
h("span", Hs, p(m.streetNo), 1),
|
3798
|
+
Es
|
3799
3799
|
], 64)) : c("", !0),
|
3800
3800
|
m.zip || m.city ? (o(), s(C, { key: 1 }, [
|
3801
3801
|
h("span", qs, p(m.zip) + " ", 1),
|
@@ -3961,7 +3961,7 @@ const Ks = {
|
|
3961
3961
|
function na(e, n, t, a, l, i) {
|
3962
3962
|
const r = W, d = q;
|
3963
3963
|
return o(), s("div", Xs, [
|
3964
|
-
t.cmdHeadline ? (o(), y(r,
|
3964
|
+
t.cmdHeadline ? (o(), y(r, U(j({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
3965
3965
|
h("dl", null, [
|
3966
3966
|
(o(!0), s(C, null, A(t.accountData, (u, f) => (o(), s(C, { key: f }, [
|
3967
3967
|
h("dt", null, p(u.text), 1),
|
@@ -3984,7 +3984,7 @@ function na(e, n, t, a, l, i) {
|
|
3984
3984
|
]);
|
3985
3985
|
}
|
3986
3986
|
const Mp = /* @__PURE__ */ O(Ks, [["render", na]]);
|
3987
|
-
function
|
3987
|
+
function Le(e) {
|
3988
3988
|
if (e) {
|
3989
3989
|
const n = e.lastIndexOf(".");
|
3990
3990
|
if (n > -1)
|
@@ -3994,7 +3994,7 @@ function De(e) {
|
|
3994
3994
|
}
|
3995
3995
|
function mn(e, n, t, a, l) {
|
3996
3996
|
const i = [];
|
3997
|
-
if (e.size > a && i.push("file too large"), n.includes(
|
3997
|
+
if (e.size > a && i.push("file too large"), n.includes(Le(e.name)) || i.push("disallowed file extension"), i.length) {
|
3998
3998
|
alert(i);
|
3999
3999
|
return;
|
4000
4000
|
}
|
@@ -4128,6 +4128,9 @@ const ia = {
|
|
4128
4128
|
}
|
4129
4129
|
},
|
4130
4130
|
methods: {
|
4131
|
+
onImageLoaded(e) {
|
4132
|
+
this.$emit("image-loaded", e);
|
4133
|
+
},
|
4131
4134
|
itemProvider() {
|
4132
4135
|
var n, t;
|
4133
4136
|
const e = (t = (n = this.editModeConfig) == null ? void 0 : n.itemProviderOverwrite) == null ? void 0 : t.call(n);
|
@@ -4241,12 +4244,12 @@ function ga(e, n, t, a, l, i) {
|
|
4241
4244
|
itemProvider: ((u = e.editModeConfig) == null ? void 0 : u.allowAddItem) !== !1 ? i.itemProvider : null
|
4242
4245
|
}, {
|
4243
4246
|
default: N((M) => {
|
4244
|
-
var
|
4247
|
+
var D, V, T, z, P, F, G, Z, E, Y, J, ee;
|
4245
4248
|
return [
|
4246
4249
|
h("figure", {
|
4247
4250
|
class: b(["cmd-image flex-container no-gap vertical", i.textAlign])
|
4248
4251
|
}, [
|
4249
|
-
(
|
4252
|
+
(D = t.figcaption) != null && D.show && ((V = t.figcaption) == null ? void 0 : V.position) === "top" ? (o(), s(C, { key: 0 }, [
|
4250
4253
|
M.editing ? (o(), y(r, {
|
4251
4254
|
key: 0,
|
4252
4255
|
element: "input",
|
@@ -4288,7 +4291,7 @@ function ga(e, n, t, a, l, i) {
|
|
4288
4291
|
alt: (G = t.image) == null ? void 0 : G.alt,
|
4289
4292
|
title: (Z = t.image) == null ? void 0 : Z.tooltip
|
4290
4293
|
}, null, 8, aa)) : c("", !0),
|
4291
|
-
(
|
4294
|
+
(E = t.figcaption) != null && E.show && ((Y = t.figcaption) == null ? void 0 : Y.position) !== "top" ? (o(), s(C, { key: 3 }, [
|
4292
4295
|
M.editing ? (o(), y(r, {
|
4293
4296
|
key: 0,
|
4294
4297
|
element: "input",
|
@@ -4320,8 +4323,9 @@ function ga(e, n, t, a, l, i) {
|
|
4320
4323
|
h("img", {
|
4321
4324
|
src: i.imageSource,
|
4322
4325
|
alt: (x = t.image) == null ? void 0 : x.alt,
|
4323
|
-
title: (_ = t.image) == null ? void 0 : _.tooltip
|
4324
|
-
|
4326
|
+
title: (_ = t.image) == null ? void 0 : _.tooltip,
|
4327
|
+
onLoad: n[4] || (n[4] = (...M) => i.onImageLoaded && i.onImageLoaded(...M))
|
4328
|
+
}, null, 40, ha),
|
4325
4329
|
(v = t.figcaption) != null && v.show && ((w = t.figcaption) == null ? void 0 : w.position) !== "top" ? (o(), s("figcaption", fa, p((S = t.figcaption) == null ? void 0 : S.text), 1)) : c("", !0)
|
4326
4330
|
], 2));
|
4327
4331
|
}
|
@@ -4646,7 +4650,7 @@ function Oa(e, n, t, a, l, i) {
|
|
4646
4650
|
]),
|
4647
4651
|
ref: "thumbnail-scroller"
|
4648
4652
|
}, [
|
4649
|
-
(g = t.cmdHeadline) != null && g.headlineText || e.editModeContext ? (o(), y(r,
|
4653
|
+
(g = t.cmdHeadline) != null && g.headlineText || e.editModeContext ? (o(), y(r, U(j({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
4650
4654
|
h("div", xa, [
|
4651
4655
|
l.showSlidebuttons ? (o(), y(d, {
|
4652
4656
|
key: 0,
|
@@ -4712,7 +4716,7 @@ function Oa(e, n, t, a, l, i) {
|
|
4712
4716
|
])
|
4713
4717
|
], 2);
|
4714
4718
|
}
|
4715
|
-
const
|
4719
|
+
const La = /* @__PURE__ */ O(Ca, [["render", Oa]]);
|
4716
4720
|
const zt = (e) => {
|
4717
4721
|
const n = document.createElement("div");
|
4718
4722
|
document.querySelector("body").appendChild(n), Ti(ri, {
|
@@ -4925,7 +4929,7 @@ const zt = (e) => {
|
|
4925
4929
|
}));
|
4926
4930
|
},
|
4927
4931
|
async loadContent(e) {
|
4928
|
-
(await
|
4932
|
+
(await Da(e)).startsWith("image/") ? this.fancyBoxImageUrl = e : fetch(e).then((t) => t.text()).then((t) => this.fancyBoxContent = t).catch((t) => console.error(`Error loading ${this.url}: ${t}`));
|
4929
4933
|
},
|
4930
4934
|
// switch to previous-item (in fancybox-gallery)
|
4931
4935
|
showPrevItem() {
|
@@ -4967,17 +4971,17 @@ const zt = (e) => {
|
|
4967
4971
|
}
|
4968
4972
|
}
|
4969
4973
|
});
|
4970
|
-
async function
|
4974
|
+
async function Da(e) {
|
4971
4975
|
const n = await fetch(e, { method: "HEAD" });
|
4972
4976
|
return n.ok ? (n.headers.get("Content-Type") || "").split(";")[0] : "text/html";
|
4973
4977
|
}
|
4974
4978
|
const Na = ri, Pa = ["aria-label"], Ba = { class: "flex-container" }, Aa = {
|
4975
4979
|
key: 1,
|
4976
4980
|
class: "button-wrapper no-flex"
|
4977
|
-
}, ja = ["title"], Fa = ["title"], Va = ["title"],
|
4981
|
+
}, ja = ["title"], Fa = ["title"], Va = ["title"], Ha = {
|
4978
4982
|
key: 0,
|
4979
4983
|
class: "content"
|
4980
|
-
},
|
4984
|
+
}, Ea = ["innerHTML"], qa = {
|
4981
4985
|
key: 2,
|
4982
4986
|
class: "content"
|
4983
4987
|
}, za = {
|
@@ -4991,8 +4995,8 @@ const Na = ri, Pa = ["aria-label"], Ba = { class: "flex-container" }, Aa = {
|
|
4991
4995
|
class: "flex-container no-flex"
|
4992
4996
|
}, Ga = ["title"], Wa = { key: 1 }, Qa = ["title"], Za = { key: 1 };
|
4993
4997
|
function Ja(e, n, t, a, l, i) {
|
4994
|
-
var m, x, _, v, w, S, M,
|
4995
|
-
const r = W, d = q, u = Ce, f = Ye, g =
|
4998
|
+
var m, x, _, v, w, S, M, D, V, T, z, P, F, G, Z, E, Y, J, ee, Q, ue, L, de, ke, ve, we, Te, Ie, Se;
|
4999
|
+
const r = W, d = q, u = Ce, f = Ye, g = La;
|
4996
5000
|
return o(), y(Ii, { to: "body" }, [
|
4997
5001
|
h("dialog", {
|
4998
5002
|
ref: "dialog",
|
@@ -5016,7 +5020,7 @@ function Ja(e, n, t, a, l, i) {
|
|
5016
5020
|
onClick: n[0] || (n[0] = I((ie) => e.printInGrayscale = !1, ["prevent"]))
|
5017
5021
|
}, [
|
5018
5022
|
k(d, {
|
5019
|
-
iconClass: (
|
5023
|
+
iconClass: (D = e.fancyboxOptions.printButtons.color) == null ? void 0 : D.iconClass,
|
5020
5024
|
type: (V = e.fancyboxOptions.printButtons.color) == null ? void 0 : V.iconType
|
5021
5025
|
}, null, 8, ["iconClass", "type"])
|
5022
5026
|
], 8, ja)) : c("", !0),
|
@@ -5051,7 +5055,7 @@ function Ja(e, n, t, a, l, i) {
|
|
5051
5055
|
h("div", {
|
5052
5056
|
class: b(["outer-content-wrapper", { grayscale: e.printInGrayscale }])
|
5053
5057
|
}, [
|
5054
|
-
e.fancyBoxImageUrl || (G = e.cmdImage) != null && G.image ? (o(), s("div",
|
5058
|
+
e.fancyBoxImageUrl || (G = e.cmdImage) != null && G.image ? (o(), s("div", Ha, [
|
5055
5059
|
k(u, {
|
5056
5060
|
image: e.largeSingleImage,
|
5057
5061
|
figcaption: (Z = e.cmdImage) == null ? void 0 : Z.figcaption
|
@@ -5060,7 +5064,7 @@ function Ja(e, n, t, a, l, i) {
|
|
5060
5064
|
key: 1,
|
5061
5065
|
class: "content",
|
5062
5066
|
innerHTML: e.fancyBoxContent
|
5063
|
-
}, null, 8,
|
5067
|
+
}, null, 8, Ea)) : e.fancyBoxElements ? (o(), s("div", qa)) : e.fancyBoxGallery ? (o(), s("div", za, [
|
5064
5068
|
k(f, {
|
5065
5069
|
onClick: I(e.showPrevItem, ["prevent"]),
|
5066
5070
|
slideButtonType: "prev"
|
@@ -5077,7 +5081,7 @@ function Ja(e, n, t, a, l, i) {
|
|
5077
5081
|
]))
|
5078
5082
|
], 2),
|
5079
5083
|
e.showSubmitButtons && e.fancyboxOptions.submitButtons ? (o(), s("footer", Ua, [
|
5080
|
-
(
|
5084
|
+
(E = e.fancyboxOptions.submitButtons) != null && E.cancel ? (o(), s("button", {
|
5081
5085
|
key: 0,
|
5082
5086
|
onClick: n[3] || (n[3] = (...ie) => e.cancel && e.cancel(...ie)),
|
5083
5087
|
title: (Y = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : Y.tooltip
|
@@ -5087,7 +5091,7 @@ function Ja(e, n, t, a, l, i) {
|
|
5087
5091
|
iconClass: (ee = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : ee.iconClass,
|
5088
5092
|
type: (Q = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : Q.iconType
|
5089
5093
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
5090
|
-
(ue = e.fancyboxOptions.submitButtons.cancel) != null && ue.buttonText ? (o(), s("span", Wa, p((
|
5094
|
+
(ue = e.fancyboxOptions.submitButtons.cancel) != null && ue.buttonText ? (o(), s("span", Wa, p((L = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : L.buttonText), 1)) : c("", !0)
|
5091
5095
|
], 8, Ga)) : c("", !0),
|
5092
5096
|
(de = e.fancyboxOptions.submitButtons) != null && de.confirm ? (o(), s("button", {
|
5093
5097
|
key: 1,
|
@@ -5353,7 +5357,7 @@ function ur(e, n, t, a, l, i) {
|
|
5353
5357
|
}
|
5354
5358
|
])
|
5355
5359
|
}, [
|
5356
|
-
(f = t.cmdHeadline) != null && f.headlineText || e.editModeContext ? (o(), y(r,
|
5360
|
+
(f = t.cmdHeadline) != null && f.headlineText || e.editModeContext ? (o(), y(r, U(j({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
5357
5361
|
h("ul", {
|
5358
5362
|
class: b(["flex-container", { "no-gap": !t.useGap }, "align-" + t.align, i.setStretchClass])
|
5359
5363
|
}, [
|
@@ -5474,11 +5478,11 @@ const Rt = {
|
|
5474
5478
|
default: !1
|
5475
5479
|
},
|
5476
5480
|
/**
|
5477
|
-
* set max-height for body (should only be used
|
5481
|
+
* set max-height for body (should only be used if allowContentToScroll-property is active)
|
5478
5482
|
*/
|
5479
5483
|
maxBoxBodyHeight: {
|
5480
5484
|
type: String,
|
5481
|
-
default: "
|
5485
|
+
default: "20rem"
|
5482
5486
|
},
|
5483
5487
|
/**
|
5484
5488
|
* activate if box should be collapsible
|
@@ -5654,13 +5658,12 @@ const Rt = {
|
|
5654
5658
|
}
|
5655
5659
|
},
|
5656
5660
|
/*
|
5657
|
-
|
5658
|
-
|
5659
|
-
|
5660
|
-
|
5661
|
-
|
5662
|
-
|
5663
|
-
},*/
|
5661
|
+
mounted() {
|
5662
|
+
if (this.allowContentToScroll && this.$refs.boxBody) {
|
5663
|
+
const topPosition = this.$refs.boxBody.getBoundingClientRect().top
|
5664
|
+
this.calculatedBodyHeight = (document.documentElement.clientHeight - topPosition) + "px"
|
5665
|
+
}
|
5666
|
+
},*/
|
5664
5667
|
computed: {
|
5665
5668
|
toggleTransition() {
|
5666
5669
|
return this.useTransition ? "fade" : "";
|
@@ -5699,7 +5702,7 @@ const Rt = {
|
|
5699
5702
|
}
|
5700
5703
|
}, hn = () => {
|
5701
5704
|
Un((e) => ({
|
5702
|
-
|
5705
|
+
"51f1d922": e.cutoffTextLines
|
5703
5706
|
}));
|
5704
5707
|
}, fn = Rt.setup;
|
5705
5708
|
Rt.setup = fn ? (e, n) => (hn(), fn(e, n)) : hn;
|
@@ -5718,7 +5721,7 @@ const hr = ["title"], fr = {
|
|
5718
5721
|
}, wr = { class: "box-body" }, Tr = { key: 0 }, Ir = {
|
5719
5722
|
key: 1,
|
5720
5723
|
class: "price"
|
5721
|
-
}, Sr = ["title"], Mr = { key: 2 }, Or = { class: "box-header flex-container vertical" },
|
5724
|
+
}, Sr = ["title"], Mr = { key: 2 }, Or = { class: "box-header flex-container vertical" }, Lr = { key: 0 }, Dr = ["src", "alt"], Nr = { key: 0 }, Pr = { key: 1 }, Br = ["title"], Ar = { key: 0 }, jr = { class: "box-body" }, Fr = { key: 0 }, Vr = { key: 1 }, Hr = { key: 2 }, Er = {
|
5722
5725
|
key: 3,
|
5723
5726
|
class: "description"
|
5724
5727
|
}, qr = {
|
@@ -5750,9 +5753,9 @@ function Rr(e, n, t, a, l, i) {
|
|
5750
5753
|
href: "#",
|
5751
5754
|
class: "box-header",
|
5752
5755
|
title: l.open ? t.iconOpen.tooltip : t.iconClosed.tooltip,
|
5753
|
-
onClick: n[0] || (n[0] = I((...
|
5756
|
+
onClick: n[0] || (n[0] = I((...D) => i.toggleContentVisibility && i.toggleContentVisibility(...D), ["prevent"]))
|
5754
5757
|
}, [
|
5755
|
-
(f = t.useSlots) != null && f.includes("header") ? B(e.$slots, "header", { key: 0 }) : (g = t.cmdHeadline) != null && g.headlineText ? (o(), y(r,
|
5758
|
+
(f = t.useSlots) != null && f.includes("header") ? B(e.$slots, "header", { key: 0 }) : (g = t.cmdHeadline) != null && g.headlineText ? (o(), y(r, U(j({ key: 1 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
5756
5759
|
k(d, {
|
5757
5760
|
iconClass: l.open ? t.iconOpen.iconClass : t.iconClosed.iconClass,
|
5758
5761
|
type: l.open ? t.iconOpen.iconType : t.iconClosed.iconType
|
@@ -5760,7 +5763,7 @@ function Rr(e, n, t, a, l, i) {
|
|
5760
5763
|
], 8, hr)) : (o(), s(C, { key: 1 }, [
|
5761
5764
|
(m = t.useSlots) != null && m.includes("header") || (x = t.cmdHeadline) != null && x.headlineText ? (o(), s("div", fr, [
|
5762
5765
|
(_ = t.useSlots) != null && _.includes("header") ? B(e.$slots, "header", { key: 0 }) : c("", !0),
|
5763
|
-
(v = t.cmdHeadline) != null && v.headlineText ? (o(), y(r,
|
5766
|
+
(v = t.cmdHeadline) != null && v.headlineText ? (o(), y(r, U(j({ key: 1 }, t.cmdHeadline)), null, 16)) : c("", !0)
|
5764
5767
|
])) : c("", !0)
|
5765
5768
|
], 64)),
|
5766
5769
|
ae(h("div", {
|
@@ -5787,7 +5790,7 @@ function Rr(e, n, t, a, l, i) {
|
|
5787
5790
|
t.cutoffTextLines > 0 ? (o(), s("a", {
|
5788
5791
|
key: 0,
|
5789
5792
|
href: "#",
|
5790
|
-
onClick: n[1] || (n[1] = I((...
|
5793
|
+
onClick: n[1] || (n[1] = I((...D) => i.toggleCutOffText && i.toggleCutOffText(...D), ["prevent"]))
|
5791
5794
|
}, p(l.showCutOffText ? e.getMessage("cmdbox.contentbox.collapse_text") : e.getMessage("cmdbox.contentbox.expand_text")), 1)) : c("", !0)
|
5792
5795
|
]),
|
5793
5796
|
_: 1
|
@@ -5802,7 +5805,7 @@ function Rr(e, n, t, a, l, i) {
|
|
5802
5805
|
key: 1,
|
5803
5806
|
class: b({ "default-padding": t.useDefaultPadding, "allow-scroll": t.allowContentToScroll })
|
5804
5807
|
}, [
|
5805
|
-
(S = t.cmdHeadline) != null && S.headlineText && t.repeatHeadlineInBoxBody ? (o(), y(r,
|
5808
|
+
(S = t.cmdHeadline) != null && S.headlineText && t.repeatHeadlineInBoxBody ? (o(), y(r, U(j({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
5806
5809
|
t.textBody ? (o(), s("p", pr, p(t.textBody), 1)) : c("", !0)
|
5807
5810
|
], 2))
|
5808
5811
|
], 64))
|
@@ -5816,7 +5819,7 @@ function Rr(e, n, t, a, l, i) {
|
|
5816
5819
|
key: 1,
|
5817
5820
|
class: b(["cmd-box box product", { "stretch-vertically": t.stretchVertically, "stretch-horizontally": t.stretchHorizontally, "row-view": t.rowView }]),
|
5818
5821
|
href: "#",
|
5819
|
-
onClick: n[2] || (n[2] = I((
|
5822
|
+
onClick: n[2] || (n[2] = I((D) => i.clickOnProduct(t.product), ["prevent"]))
|
5820
5823
|
}, [
|
5821
5824
|
h("div", br, [
|
5822
5825
|
t.product.image !== void 0 ? (o(), s("figure", _r, [
|
@@ -5856,13 +5859,13 @@ function Rr(e, n, t, a, l, i) {
|
|
5856
5859
|
])
|
5857
5860
|
}, [
|
5858
5861
|
h("div", Or, [
|
5859
|
-
t.user.image ? (o(), s("figure",
|
5862
|
+
t.user.image ? (o(), s("figure", Lr, [
|
5860
5863
|
h("img", {
|
5861
5864
|
src: t.user.image.src,
|
5862
5865
|
alt: t.user.image.alt
|
5863
|
-
}, null, 8,
|
5866
|
+
}, null, 8, Dr),
|
5864
5867
|
h("figcaption", null, [
|
5865
|
-
|
5868
|
+
H(p(t.user.name) + " ", 1),
|
5866
5869
|
t.user.age ? (o(), s("span", Nr, ", " + p(t.user.age), 1)) : c("", !0)
|
5867
5870
|
])
|
5868
5871
|
])) : (o(), s("div", Pr, [
|
@@ -5876,11 +5879,11 @@ function Rr(e, n, t, a, l, i) {
|
|
5876
5879
|
h("div", jr, [
|
5877
5880
|
t.rowView ? (o(), s("p", Fr, p(t.user.name), 1)) : c("", !0),
|
5878
5881
|
t.user.profession ? (o(), s("p", Vr, p(t.user.profession), 1)) : c("", !0),
|
5879
|
-
t.user.position ? (o(), s("p",
|
5880
|
-
t.user.description ? (o(), s("p",
|
5882
|
+
t.user.position ? (o(), s("p", Hr, p(t.user.position), 1)) : c("", !0),
|
5883
|
+
t.user.description ? (o(), s("p", Er, p(t.user.description), 1)) : c("", !0)
|
5881
5884
|
]),
|
5882
5885
|
t.user.tags && t.user.tags.length ? (o(), s("ul", qr, [
|
5883
|
-
(o(!0), s(C, null, A(t.user.tags, (
|
5886
|
+
(o(!0), s(C, null, A(t.user.tags, (D, V) => (o(), s("li", { key: V }, p(D), 1))), 128))
|
5884
5887
|
])) : c("", !0),
|
5885
5888
|
t.user.links && t.user.links.length ? (o(), s("div", zr, [
|
5886
5889
|
k(u, {
|
@@ -6107,7 +6110,7 @@ function Jr(e, n, t, a, l, i) {
|
|
6107
6110
|
const r = W, d = q;
|
6108
6111
|
return o(), s("div", Ur, [
|
6109
6112
|
t.cmdHeadline.headlineText || t.allowUserToToggleOrientation || t.allowTogglingCollapsingBoxes ? (o(), s("div", Gr, [
|
6110
|
-
t.cmdHeadline.headlineText ? (o(), y(r,
|
6113
|
+
t.cmdHeadline.headlineText ? (o(), y(r, U(j({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
6111
6114
|
t.allowUserToToggleOrientation || t.allowTogglingCollapsingBoxes ? (o(), s("div", Wr, [
|
6112
6115
|
t.allowTogglingCollapsingBoxes ? (o(), s("a", {
|
6113
6116
|
key: 0,
|
@@ -6290,6 +6293,9 @@ const rd = {
|
|
6290
6293
|
window.matchMedia("(prefers-color-scheme: light)").removeEventListener("change", this.onColorSchemeChange), this.$_observer.disconnect();
|
6291
6294
|
},
|
6292
6295
|
methods: {
|
6296
|
+
onImageLoaded(e) {
|
6297
|
+
this.$emit("image-loaded", e);
|
6298
|
+
},
|
6293
6299
|
onColorSchemeChange(e) {
|
6294
6300
|
this.prefersColorScheme = e.matches ? "light" : "dark";
|
6295
6301
|
},
|
@@ -6318,7 +6324,10 @@ function cd(e, n, t, a, l, i) {
|
|
6318
6324
|
title: (g = t.link) == null ? void 0 : g.tooltip
|
6319
6325
|
}, {
|
6320
6326
|
default: N(() => [
|
6321
|
-
k(r, {
|
6327
|
+
k(r, {
|
6328
|
+
image: i.image,
|
6329
|
+
onImageLoaded: i.onImageLoaded
|
6330
|
+
}, null, 8, ["image", "onImageLoaded"])
|
6322
6331
|
]),
|
6323
6332
|
_: 1
|
6324
6333
|
}, 8, ["to", "title"])) : ((m = t.link) == null ? void 0 : m.type) === "href" ? (o(), s("a", {
|
@@ -6326,11 +6335,15 @@ function cd(e, n, t, a, l, i) {
|
|
6326
6335
|
href: (x = t.link) == null ? void 0 : x.path,
|
6327
6336
|
title: (_ = t.link) == null ? void 0 : _.tooltip
|
6328
6337
|
}, [
|
6329
|
-
k(r, {
|
6338
|
+
k(r, {
|
6339
|
+
image: i.image,
|
6340
|
+
onImageLoaded: i.onImageLoaded
|
6341
|
+
}, null, 8, ["image", "onImageLoaded"])
|
6330
6342
|
], 8, ud)) : (o(), y(r, {
|
6331
6343
|
key: 2,
|
6332
|
-
image: i.image
|
6333
|
-
|
6344
|
+
image: i.image,
|
6345
|
+
onImageLoaded: i.onImageLoaded
|
6346
|
+
}, null, 8, ["image", "onImageLoaded"]))
|
6334
6347
|
]);
|
6335
6348
|
}
|
6336
6349
|
const md = /* @__PURE__ */ O(rd, [["render", cd]]);
|
@@ -6348,7 +6361,7 @@ function gd(e, n, t, a, l, i) {
|
|
6348
6361
|
B(e.$slots, "default")
|
6349
6362
|
]);
|
6350
6363
|
}
|
6351
|
-
const
|
6364
|
+
const Lp = /* @__PURE__ */ O(hd, [["render", gd]]), pd = {
|
6352
6365
|
data() {
|
6353
6366
|
return {
|
6354
6367
|
defaultMessageProperties: {
|
@@ -6482,8 +6495,8 @@ const yd = {
|
|
6482
6495
|
}, Cd = { key: 0 }, xd = { key: 1 }, kd = ["href", "target"], vd = ["innerHTML"], wd = /* @__PURE__ */ h("hr", null, null, -1), Td = {
|
6483
6496
|
key: 1,
|
6484
6497
|
class: "flex-container vertical"
|
6485
|
-
}, Id = { key: 0 }, Sd = { key: 1 }, Md = ["href", "target"], Od = ["innerHTML"],
|
6486
|
-
function
|
6498
|
+
}, Id = { key: 0 }, Sd = { key: 1 }, Md = ["href", "target"], Od = ["innerHTML"], Ld = { class: "button-wrapper align-center" };
|
6499
|
+
function Dd(e, n, t, a, l, i) {
|
6487
6500
|
const r = W, d = $, u = ui;
|
6488
6501
|
return o(), y(fe, { name: "fade" }, {
|
6489
6502
|
default: N(() => {
|
@@ -6496,7 +6509,7 @@ function Ld(e, n, t, a, l, i) {
|
|
6496
6509
|
headlineLevel: t.cmdHeadlineCookieDisclaimer.headlineLevel
|
6497
6510
|
}, null, 8, ["headlineText", "headlineLevel"])) : c("", !0),
|
6498
6511
|
B(e.$slots, "cookie-options", {}, () => {
|
6499
|
-
var x, _, v, w, S, M,
|
6512
|
+
var x, _, v, w, S, M, D, V;
|
6500
6513
|
return [
|
6501
6514
|
(x = t.cookieOptions) != null && x.required ? (o(), s("div", _d, [
|
6502
6515
|
(_ = t.cmdBoxRequiredCookies) != null && _.showHeadline ? (o(), y(r, {
|
@@ -6528,7 +6541,7 @@ function Ld(e, n, t, a, l, i) {
|
|
6528
6541
|
body: N(() => [
|
6529
6542
|
T.description ? (o(), s("p", Cd, p(T.description), 1)) : c("", !0),
|
6530
6543
|
T.linkDataPrivacy ? (o(), s("p", xd, [
|
6531
|
-
|
6544
|
+
H(p(T.linkDataPrivacy.label) + " ", 1),
|
6532
6545
|
h("a", {
|
6533
6546
|
onClick: n[1] || (n[1] = (...F) => i.openDataPrivacy && i.openDataPrivacy(...F)),
|
6534
6547
|
href: T.linkDataPrivacy.link,
|
@@ -6548,7 +6561,7 @@ function Ld(e, n, t, a, l, i) {
|
|
6548
6561
|
(S = t.cookieOptions) != null && S.optional ? (o(), s("div", Td, [
|
6549
6562
|
(M = t.cmdBoxOptionalCookies) != null && M.showHeadline ? (o(), y(r, {
|
6550
6563
|
key: 0,
|
6551
|
-
"headline-text": (
|
6564
|
+
"headline-text": (D = t.cmdBoxOptionalCookies) == null ? void 0 : D.headlineText,
|
6552
6565
|
"headline-level": (V = t.cmdBoxOptionalCookies) == null ? void 0 : V.headlineLevel
|
6553
6566
|
}, null, 8, ["headline-text", "headline-level"])) : c("", !0),
|
6554
6567
|
(o(!0), s(C, null, A(t.cookieOptions.optional.cookies || [], (T, z) => {
|
@@ -6575,7 +6588,7 @@ function Ld(e, n, t, a, l, i) {
|
|
6575
6588
|
body: N(() => [
|
6576
6589
|
T.description ? (o(), s("p", Id, p(T.description), 1)) : c("", !0),
|
6577
6590
|
T.linkDataPrivacy ? (o(), s("p", Sd, [
|
6578
|
-
|
6591
|
+
H(p(T.linkDataPrivacy.label) + " ", 1),
|
6579
6592
|
h("a", {
|
6580
6593
|
onClick: n[3] || (n[3] = (...F) => i.openDataPrivacy && i.openDataPrivacy(...F)),
|
6581
6594
|
href: T.linkDataPrivacy.link,
|
@@ -6594,7 +6607,7 @@ function Ld(e, n, t, a, l, i) {
|
|
6594
6607
|
];
|
6595
6608
|
}),
|
6596
6609
|
B(e.$slots, "privacy-text"),
|
6597
|
-
h("div",
|
6610
|
+
h("div", Ld, [
|
6598
6611
|
t.buttonLabelAcceptCurrentSettings ? (o(), s("button", {
|
6599
6612
|
key: 0,
|
6600
6613
|
type: "button",
|
@@ -6617,7 +6630,7 @@ function Ld(e, n, t, a, l, i) {
|
|
6617
6630
|
_: 3
|
6618
6631
|
});
|
6619
6632
|
}
|
6620
|
-
const
|
6633
|
+
const Dp = /* @__PURE__ */ O(yd, [["render", Dd]]);
|
6621
6634
|
const Nd = {
|
6622
6635
|
name: "CmdCopyrightWrapper"
|
6623
6636
|
}, Pd = {
|
@@ -6653,7 +6666,7 @@ const Vd = {
|
|
6653
6666
|
mixins: [
|
6654
6667
|
le,
|
6655
6668
|
Fd,
|
6656
|
-
|
6669
|
+
Et,
|
6657
6670
|
Je,
|
6658
6671
|
Ae,
|
6659
6672
|
qt
|
@@ -6907,7 +6920,7 @@ const Vd = {
|
|
6907
6920
|
deep: !0
|
6908
6921
|
}
|
6909
6922
|
}
|
6910
|
-
},
|
6923
|
+
}, Hd = ["title", "aria-labelledby", "aria-required"], Ed = {
|
6911
6924
|
key: 0,
|
6912
6925
|
class: "label-text"
|
6913
6926
|
}, qd = ["id"], zd = {
|
@@ -6925,7 +6938,7 @@ const Vd = {
|
|
6925
6938
|
};
|
6926
6939
|
function ou(e, n, t, a, l, i) {
|
6927
6940
|
var f, g, m, x;
|
6928
|
-
const r = q, d =
|
6941
|
+
const r = q, d = Ht, u = se("router-link");
|
6929
6942
|
return o(), s("div", {
|
6930
6943
|
class: b([
|
6931
6944
|
l.validationStatus,
|
@@ -6942,9 +6955,9 @@ function ou(e, n, t, a, l, i) {
|
|
6942
6955
|
"aria-required": e.$attrs.required !== void 0,
|
6943
6956
|
ref: "fakeselect"
|
6944
6957
|
}, [
|
6945
|
-
t.showLabel ? (o(), s("span",
|
6958
|
+
t.showLabel ? (o(), s("span", Ed, [
|
6946
6959
|
h("span", { id: e.htmlId }, [
|
6947
|
-
|
6960
|
+
H(p(t.labelText), 1),
|
6948
6961
|
e.$attrs.required !== void 0 ? (o(), s("sup", zd, "*")) : c("", !0)
|
6949
6962
|
], 8, qd),
|
6950
6963
|
(e.$attrs.required || e.inputRequirements.length) && t.showStatusIcon ? (o(), s("a", {
|
@@ -7104,7 +7117,7 @@ function ou(e, n, t, a, l, i) {
|
|
7104
7117
|
], 10, Xd)) : t.type === "content" && l.showOptions ? B(e.$slots, "default", { key: 2 }) : c("", !0)
|
7105
7118
|
])
|
7106
7119
|
], 42, Ud)
|
7107
|
-
], 10,
|
7120
|
+
], 10, Hd);
|
7108
7121
|
}
|
7109
7122
|
const su = /* @__PURE__ */ O(Vd, [["render", ou]]);
|
7110
7123
|
const au = {
|
@@ -7514,15 +7527,15 @@ const Ou = {
|
|
7514
7527
|
});
|
7515
7528
|
}
|
7516
7529
|
}
|
7517
|
-
},
|
7530
|
+
}, Lu = { class: "grid-container-create-columns cmd-image-gallery" }, Du = ["onClick", "title"], Nu = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), Pu = /* @__PURE__ */ h("span", null, "Add new gallery-image", -1), Bu = [
|
7518
7531
|
Nu,
|
7519
7532
|
Pu
|
7520
7533
|
];
|
7521
7534
|
function Au(e, n, t, a, l, i) {
|
7522
7535
|
var u;
|
7523
7536
|
const r = W, d = Ce;
|
7524
|
-
return o(), s("div",
|
7525
|
-
(u = t.cmdHeadline) != null && u.headlineText || e.editModeContext ? (o(), y(r,
|
7537
|
+
return o(), s("div", Lu, [
|
7538
|
+
(u = t.cmdHeadline) != null && u.headlineText || e.editModeContext ? (o(), y(r, U(j({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
7526
7539
|
e.editModeContext ? t.images.length ? (o(!0), s(C, { key: 2 }, A(t.images, (f, g) => (o(), y(d, {
|
7527
7540
|
key: g,
|
7528
7541
|
class: "image-wrapper",
|
@@ -7547,7 +7560,7 @@ function Au(e, n, t, a, l, i) {
|
|
7547
7560
|
image: f.image,
|
7548
7561
|
figcaption: i.figcaption(f)
|
7549
7562
|
}, null, 8, ["image", "figcaption"])
|
7550
|
-
], 8,
|
7563
|
+
], 8, Du))), 128)) : (o(!0), s(C, { key: 1 }, A(t.images, (f, g) => (o(), s("div", {
|
7551
7564
|
key: `i${g}`,
|
7552
7565
|
class: "image-wrapper"
|
7553
7566
|
}, [
|
@@ -7605,7 +7618,7 @@ function yn(e, n) {
|
|
7605
7618
|
function bn(e, n, t) {
|
7606
7619
|
return e < n ? n : e > t ? t : e;
|
7607
7620
|
}
|
7608
|
-
const Fu = { class: "cmd-imagezoom flex-container" }, Vu = ["title"],
|
7621
|
+
const Fu = { class: "cmd-imagezoom flex-container" }, Vu = ["title"], Hu = ["src", "alt"], Eu = {
|
7609
7622
|
key: 0,
|
7610
7623
|
class: "zoom-container"
|
7611
7624
|
}, qu = ["src", "alt"], zu = {
|
@@ -7625,9 +7638,9 @@ function Ru(e, n, t, a, l, i) {
|
|
7625
7638
|
onMouseover: n[0] || (n[0] = (...r) => i.onMouseOver && i.onMouseOver(...r)),
|
7626
7639
|
onMousemove: n[1] || (n[1] = (...r) => i.onMouseMove && i.onMouseMove(...r)),
|
7627
7640
|
onMouseout: n[2] || (n[2] = (...r) => i.onMouseOut && i.onMouseOut(...r))
|
7628
|
-
}, null, 40,
|
7641
|
+
}, null, 40, Hu)
|
7629
7642
|
], 8, Vu),
|
7630
|
-
l.showLargeImage ? (o(), s("div",
|
7643
|
+
l.showLargeImage ? (o(), s("div", Eu, [
|
7631
7644
|
h("img", {
|
7632
7645
|
src: t.imageLarge.src,
|
7633
7646
|
alt: t.imageLarge.alt
|
@@ -7639,7 +7652,7 @@ function Ru(e, n, t, a, l, i) {
|
|
7639
7652
|
const Bp = /* @__PURE__ */ O(ju, [["render", Ru]]);
|
7640
7653
|
const Uu = {
|
7641
7654
|
mixins: [
|
7642
|
-
|
7655
|
+
Et,
|
7643
7656
|
Je,
|
7644
7657
|
Ae,
|
7645
7658
|
qt
|
@@ -7835,7 +7848,7 @@ const Uu = {
|
|
7835
7848
|
class: "flex-container no-flex"
|
7836
7849
|
};
|
7837
7850
|
function ec(e, n, t, a, l, i) {
|
7838
|
-
const r = q, d =
|
7851
|
+
const r = q, d = Ht;
|
7839
7852
|
return o(), s("div", {
|
7840
7853
|
class: b([
|
7841
7854
|
"cmd-input-group label",
|
@@ -7852,7 +7865,7 @@ function ec(e, n, t, a, l, i) {
|
|
7852
7865
|
}, [
|
7853
7866
|
ae(h("span", Wu, [
|
7854
7867
|
h("span", { id: e.htmlId }, [
|
7855
|
-
|
7868
|
+
H(p(t.labelText), 1),
|
7856
7869
|
t.required ? (o(), s("sup", Zu, "*")) : c("", !0)
|
7857
7870
|
], 8, Qu),
|
7858
7871
|
(t.required || e.inputRequirements.length > 0) && t.showStatusIcon ? (o(), s("a", {
|
@@ -8173,7 +8186,7 @@ function yc(e, n, t, a, l, i) {
|
|
8173
8186
|
h("legend", {
|
8174
8187
|
class: b({ hidden: !t.showLegend })
|
8175
8188
|
}, p(t.textLegendLoginForm), 3),
|
8176
|
-
t.cmdHeadlineLoginForm ? (o(), y(r,
|
8189
|
+
t.cmdHeadlineLoginForm ? (o(), y(r, U(j({ key: 0 }, t.cmdHeadlineLoginForm)), null, 16)) : c("", !0),
|
8177
8190
|
h("div", lc, [
|
8178
8191
|
k(d, {
|
8179
8192
|
element: "input",
|
@@ -8240,7 +8253,7 @@ function yc(e, n, t, a, l, i) {
|
|
8240
8253
|
type: t.options.createAccount.icon.iconType,
|
8241
8254
|
title: t.options.createAccount.icon.tooltip
|
8242
8255
|
}, null, 8, ["class", "type", "title"])) : c("", !0),
|
8243
|
-
|
8256
|
+
H(" /> "),
|
8244
8257
|
t.options.createAccount.text ? (o(), s("span", dc, p(t.options.createAccount.text), 1)) : c("", !0)
|
8245
8258
|
]),
|
8246
8259
|
_: 1
|
@@ -8269,7 +8282,7 @@ function yc(e, n, t, a, l, i) {
|
|
8269
8282
|
h("legend", {
|
8270
8283
|
class: b({ hidden: !t.showLegend })
|
8271
8284
|
}, p(t.textLegendForgotLoginForm), 3),
|
8272
|
-
t.cmdHeadlineSendLoginForm ? (o(), y(r,
|
8285
|
+
t.cmdHeadlineSendLoginForm ? (o(), y(r, U(j({ key: 0 }, t.cmdHeadlineSendLoginForm)), null, 16)) : c("", !0),
|
8273
8286
|
k(d, {
|
8274
8287
|
ref: "sendPassword",
|
8275
8288
|
element: "input",
|
@@ -8452,8 +8465,8 @@ const bc = {
|
|
8452
8465
|
}, _c = {
|
8453
8466
|
key: 0,
|
8454
8467
|
class: "close-nav"
|
8455
|
-
}, Cc = ["href", "title", "target", "onClick"], xc = { key: 1 }, kc = { key: 1 }, vc = ["aria-expanded"], wc = ["href", "title", "target", "onClick"], Tc = { key: 1 }, Ic = { key: 1 }, Sc = ["aria-expanded"], Mc = ["href", "title", "target", "onClick"], Oc = { key: 1 },
|
8456
|
-
function
|
8468
|
+
}, Cc = ["href", "title", "target", "onClick"], xc = { key: 1 }, kc = { key: 1 }, vc = ["aria-expanded"], wc = ["href", "title", "target", "onClick"], Tc = { key: 1 }, Ic = { key: 1 }, Sc = ["aria-expanded"], Mc = ["href", "title", "target", "onClick"], Oc = { key: 1 }, Lc = { key: 1 };
|
8469
|
+
function Dc(e, n, t, a, l, i) {
|
8457
8470
|
const r = q, d = se("router-link");
|
8458
8471
|
return o(), s("div", {
|
8459
8472
|
class: b([
|
@@ -8614,7 +8627,7 @@ function Lc(e, n, t, a, l, i) {
|
|
8614
8627
|
iconClass: w.iconClass,
|
8615
8628
|
type: w.iconType
|
8616
8629
|
}, null, 8, ["iconClass", "type"])) : c("", !0),
|
8617
|
-
w.text ? (o(), s("span",
|
8630
|
+
w.text ? (o(), s("span", Lc, p(w.text), 1)) : c("", !0),
|
8618
8631
|
w.subentries && w.subentries.length > 0 ? (o(), s("span", {
|
8619
8632
|
key: 2,
|
8620
8633
|
class: b(["subentry-icon", t.subentriesIconClass])
|
@@ -8647,7 +8660,7 @@ function Lc(e, n, t, a, l, i) {
|
|
8647
8660
|
])) : c("", !0)
|
8648
8661
|
], 2);
|
8649
8662
|
}
|
8650
|
-
const Nc = /* @__PURE__ */ O(bc, [["render",
|
8663
|
+
const Nc = /* @__PURE__ */ O(bc, [["render", Dc]]);
|
8651
8664
|
const Pc = {
|
8652
8665
|
name: "CmdMultistepFormProgressBar",
|
8653
8666
|
data() {
|
@@ -8698,7 +8711,7 @@ const Pc = {
|
|
8698
8711
|
}, jc = { key: 2 }, Fc = {
|
8699
8712
|
key: 0,
|
8700
8713
|
class: "number"
|
8701
|
-
}, Vc = { key: 2 },
|
8714
|
+
}, Vc = { key: 2 }, Hc = ["type", "name", "title", "formaction", "onClick"], Ec = {
|
8702
8715
|
key: 0,
|
8703
8716
|
class: "number"
|
8704
8717
|
}, qc = { key: 2 };
|
@@ -8756,7 +8769,7 @@ function zc(e, n, t, a, l, i) {
|
|
8756
8769
|
formaction: u.formaction,
|
8757
8770
|
onClick: I((g) => i.clickedStep(g, f), ["stop", "prevent"])
|
8758
8771
|
}, [
|
8759
|
-
t.showStepNumber ? (o(), s("span",
|
8772
|
+
t.showStepNumber ? (o(), s("span", Ec, p(f + 1), 1)) : c("", !0),
|
8760
8773
|
u.iconClass ? (o(), y(r, {
|
8761
8774
|
key: 1,
|
8762
8775
|
iconClass: u.iconClass,
|
@@ -8766,7 +8779,7 @@ function zc(e, n, t, a, l, i) {
|
|
8766
8779
|
h("span", {
|
8767
8780
|
class: b(t.separatorIconClass)
|
8768
8781
|
}, null, 2)
|
8769
|
-
], 8,
|
8782
|
+
], 8, Hc)) : c("", !0)
|
8770
8783
|
], 2))), 128))
|
8771
8784
|
], 2);
|
8772
8785
|
}
|
@@ -9164,16 +9177,16 @@ function lm(e, n, t, a, l, i) {
|
|
9164
9177
|
h("dd", null, [
|
9165
9178
|
t.day.am ? (o(), s("span", Jc, [
|
9166
9179
|
t.day.am.displayText ? (o(), s(C, { key: 0 }, [
|
9167
|
-
|
9180
|
+
H(p(t.day.am.displayText), 1)
|
9168
9181
|
], 64)) : (o(), s(C, { key: 1 }, [
|
9169
|
-
|
9182
|
+
H(p(i.getTime(t.day.am.fromTime, t.abbreviationTextAm)) + " " + p(t.separator) + " " + p(i.getTime(t.day.am.tillTime)), 1)
|
9170
9183
|
], 64))
|
9171
9184
|
])) : c("", !0),
|
9172
9185
|
t.day.pm ? (o(), s("span", Yc, [
|
9173
9186
|
t.day.pm.displayText ? (o(), s(C, { key: 0 }, [
|
9174
|
-
|
9187
|
+
H(p(t.day.pm.displayText), 1)
|
9175
9188
|
], 64)) : (o(), s(C, { key: 1 }, [
|
9176
|
-
|
9189
|
+
H(p(i.getTime(t.day.pm.fromTime, t.abbreviationTextPm)) + " " + p(t.separator) + " " + p(i.getTime(t.day.pm.tillTime)), 1)
|
9177
9190
|
], 64))
|
9178
9191
|
])) : c("", !0)
|
9179
9192
|
])
|
@@ -9439,7 +9452,7 @@ function Cm(e, n, t, a, l, i) {
|
|
9439
9452
|
var m, x, _;
|
9440
9453
|
const r = W, d = se("router-link"), u = $, f = om, g = pe;
|
9441
9454
|
return o(), s("div", rm, [
|
9442
|
-
(m = t.cmdHeadline) != null && m.headlineText || e.editModeContext ? (o(), y(r,
|
9455
|
+
(m = t.cmdHeadline) != null && m.headlineText || e.editModeContext ? (o(), y(r, U(j({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
9443
9456
|
e.editing ? (o(), s("div", um, [
|
9444
9457
|
k(u, {
|
9445
9458
|
element: "input",
|
@@ -9472,7 +9485,7 @@ function Cm(e, n, t, a, l, i) {
|
|
9472
9485
|
class: b({ closed: i.isClosed })
|
9473
9486
|
}, {
|
9474
9487
|
default: N(() => [
|
9475
|
-
|
9488
|
+
H(p(i.textOpenClosed), 1)
|
9476
9489
|
]),
|
9477
9490
|
_: 1
|
9478
9491
|
}, 8, ["to", "class"])) : c("", !0),
|
@@ -9662,8 +9675,8 @@ const km = {
|
|
9662
9675
|
this.currentPage > 1 && this.showPage(this.currentPage - 1);
|
9663
9676
|
}
|
9664
9677
|
}
|
9665
|
-
}, vm = { class: "cmd-pagination" }, wm = ["href", "title"], Tm = { key: 0 }, Im = { class: "page-index" }, Sm = { class: "flex-container" }, Mm = ["href", "title", "onClick"], Om = ["href", "title"],
|
9666
|
-
function
|
9678
|
+
}, vm = { class: "cmd-pagination" }, wm = ["href", "title"], Tm = { key: 0 }, Im = { class: "page-index" }, Sm = { class: "flex-container" }, Mm = ["href", "title", "onClick"], Om = ["href", "title"], Lm = { key: 0 };
|
9679
|
+
function Dm(e, n, t, a, l, i) {
|
9667
9680
|
const r = q;
|
9668
9681
|
return o(), s("div", vm, [
|
9669
9682
|
h("a", {
|
@@ -9698,7 +9711,7 @@ function Lm(e, n, t, a, l, i) {
|
|
9698
9711
|
onClick: n[1] || (n[1] = I((...d) => i.nextPage && i.nextPage(...d), ["prevent"])),
|
9699
9712
|
title: t.nextLink.showText ? null : t.nextLink.text
|
9700
9713
|
}, [
|
9701
|
-
t.nextLink.showText ? (o(), s("span",
|
9714
|
+
t.nextLink.showText ? (o(), s("span", Lm, p(t.nextLink.text), 1)) : c("", !0),
|
9702
9715
|
k(r, {
|
9703
9716
|
iconClass: t.nextLink.iconClass,
|
9704
9717
|
type: t.nextLink.iconType
|
@@ -9706,7 +9719,7 @@ function Lm(e, n, t, a, l, i) {
|
|
9706
9719
|
], 10, Om)
|
9707
9720
|
]);
|
9708
9721
|
}
|
9709
|
-
const
|
9722
|
+
const Hp = /* @__PURE__ */ O(km, [["render", Dm]]);
|
9710
9723
|
const Nm = {
|
9711
9724
|
name: "CmdSocialNetworksItem",
|
9712
9725
|
data() {
|
@@ -9989,8 +10002,8 @@ const Vm = {
|
|
9989
10002
|
};
|
9990
10003
|
}
|
9991
10004
|
}
|
9992
|
-
},
|
9993
|
-
|
10005
|
+
}, Hm = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), Em = [
|
10006
|
+
Hm
|
9994
10007
|
];
|
9995
10008
|
function qm(e, n, t, a, l, i) {
|
9996
10009
|
var g, m;
|
@@ -9998,7 +10011,7 @@ function qm(e, n, t, a, l, i) {
|
|
9998
10011
|
return o(), s("div", {
|
9999
10012
|
class: b(["cmd-social-networks", { stretch: t.stretchButtons }, i.alignment])
|
10000
10013
|
}, [
|
10001
|
-
(g = t.cmdHeadline) != null && g.headlineText || (m = e.editModeContext) != null && m.editing ? (o(), y(r,
|
10014
|
+
(g = t.cmdHeadline) != null && g.headlineText || (m = e.editModeContext) != null && m.editing ? (o(), y(r, U(j({ key: 0 }, t.cmdHeadline || {})), null, 16)) : c("", !0),
|
10002
10015
|
t.userMustAcceptDataPrivacy ? (o(), y(d, {
|
10003
10016
|
key: 1,
|
10004
10017
|
element: "input",
|
@@ -10047,7 +10060,7 @@ function qm(e, n, t, a, l, i) {
|
|
10047
10060
|
class: "button small",
|
10048
10061
|
title: "Add new item",
|
10049
10062
|
onClick: n[1] || (n[1] = (...x) => i.onAddItem && i.onAddItem(...x))
|
10050
|
-
},
|
10063
|
+
}, Em))
|
10051
10064
|
], 2);
|
10052
10065
|
}
|
10053
10066
|
const zm = /* @__PURE__ */ O(Vm, [["render", qm]]);
|
@@ -10119,7 +10132,7 @@ function Qm(e, n, t, a, l, i) {
|
|
10119
10132
|
])
|
10120
10133
|
], 2);
|
10121
10134
|
}
|
10122
|
-
const
|
10135
|
+
const Ep = /* @__PURE__ */ O(Rm, [["render", Qm]]);
|
10123
10136
|
const Zm = {
|
10124
10137
|
name: "CmdPageHeader",
|
10125
10138
|
props: {
|
@@ -10146,8 +10159,8 @@ function Km(e, n, t, a, l, i) {
|
|
10146
10159
|
const r = ad, d = W;
|
10147
10160
|
return o(), s("header", Jm, [
|
10148
10161
|
t.cmdBreadcrumbs || t.cmdHeadline ? (o(), s("div", Ym, [
|
10149
|
-
t.cmdBreadcrumbs ? (o(), y(r,
|
10150
|
-
t.cmdHeadline.headlineText ? (o(), y(d,
|
10162
|
+
t.cmdBreadcrumbs ? (o(), y(r, U(j({ key: 0 }, t.cmdBreadcrumbs)), null, 16)) : c("", !0),
|
10163
|
+
t.cmdHeadline.headlineText ? (o(), y(d, U(j({ key: 1 }, t.cmdHeadline)), null, 16)) : c("", !0)
|
10151
10164
|
])) : c("", !0),
|
10152
10165
|
B(e.$slots, "default")
|
10153
10166
|
]);
|
@@ -10351,6 +10364,11 @@ const Up = /* @__PURE__ */ O(uh, [["render", mh]]);
|
|
10351
10364
|
const hh = {
|
10352
10365
|
name: "CmdSiteHeader",
|
10353
10366
|
emits: ["offcanvas"],
|
10367
|
+
data() {
|
10368
|
+
return {
|
10369
|
+
defaultLogoHeight: ""
|
10370
|
+
};
|
10371
|
+
},
|
10354
10372
|
props: {
|
10355
10373
|
/**
|
10356
10374
|
* use only if default-button of inner navigation-component should not be used
|
@@ -10375,6 +10393,24 @@ const hh = {
|
|
10375
10393
|
type: Boolean,
|
10376
10394
|
default: !1
|
10377
10395
|
},
|
10396
|
+
/**
|
10397
|
+
* set if header (incl. logo) should be resized if user scrolls page
|
10398
|
+
*
|
10399
|
+
* scrollContainerToResizeHeader-property must be defined
|
10400
|
+
*/
|
10401
|
+
resizeHeaderOnScroll: {
|
10402
|
+
type: Boolean,
|
10403
|
+
default: !0
|
10404
|
+
},
|
10405
|
+
/**
|
10406
|
+
* set selector the user scrolls to resize header
|
10407
|
+
*
|
10408
|
+
* resizeHeaderOnScroll-property must be activated
|
10409
|
+
*/
|
10410
|
+
scrollContainerToResizeHeader: {
|
10411
|
+
type: String,
|
10412
|
+
default: "#page-wrapper"
|
10413
|
+
},
|
10378
10414
|
/**
|
10379
10415
|
* use a grid for positioning of inner-elements (else a flex-container will be used)
|
10380
10416
|
*
|
@@ -10399,10 +10435,28 @@ const hh = {
|
|
10399
10435
|
required: !1
|
10400
10436
|
}
|
10401
10437
|
},
|
10438
|
+
mounted() {
|
10439
|
+
if (this.resizeHeaderOnScroll) {
|
10440
|
+
const e = document.querySelector(this.scrollContainerToResizeHeader);
|
10441
|
+
e.addEventListener("scroll", function() {
|
10442
|
+
const n = document.querySelector(".cmd-site-header > header");
|
10443
|
+
e.scrollTop > 0 ? n.classList.add("resize-on-scroll") : n.classList.remove("resize-on-scroll");
|
10444
|
+
});
|
10445
|
+
}
|
10446
|
+
},
|
10402
10447
|
methods: {
|
10448
|
+
onImageLoaded(e) {
|
10449
|
+
this.defaultLogoHeight = e.target.height / 10 + "rem";
|
10450
|
+
},
|
10403
10451
|
emitOffcanvasStatus(e) {
|
10404
10452
|
this.$emit("offcanvas", e);
|
10405
10453
|
}
|
10454
|
+
},
|
10455
|
+
watch: {
|
10456
|
+
defaultLogoHeight() {
|
10457
|
+
const e = this.$refs["site-header"].querySelector(".cmd-company-logo img");
|
10458
|
+
e.style.height = this.defaultLogoHeight;
|
10459
|
+
}
|
10406
10460
|
}
|
10407
10461
|
}, fh = {
|
10408
10462
|
key: 0,
|
@@ -10412,7 +10466,15 @@ function gh(e, n, t, a, l, i) {
|
|
10412
10466
|
var u, f, g, m, x, _, v, w, S;
|
10413
10467
|
const r = md, d = Nc;
|
10414
10468
|
return o(), s("div", {
|
10415
|
-
|
10469
|
+
ref: "site-header",
|
10470
|
+
class: b([
|
10471
|
+
"cmd-site-header site-header",
|
10472
|
+
{
|
10473
|
+
sticky: t.sticky,
|
10474
|
+
"navigation-inline": t.navigationInline,
|
10475
|
+
"off-canvas-right": ((u = t.cmdMainNavigation) == null ? void 0 : u.offcanvasPosition) === "right"
|
10476
|
+
}
|
10477
|
+
]),
|
10416
10478
|
role: "banner"
|
10417
10479
|
}, [
|
10418
10480
|
e.$slots.topheader ? (o(), s("div", fh, [
|
@@ -10430,7 +10492,7 @@ function gh(e, n, t, a, l, i) {
|
|
10430
10492
|
B(e.$slots, "navigation")
|
10431
10493
|
], 64)) : c("", !0),
|
10432
10494
|
t.cmdCompanyLogo || (x = (m = t.cmdMainNavigation) == null ? void 0 : m.navigationEntries) != null && x.length ? (o(), s(C, { key: 1 }, [
|
10433
|
-
t.cmdCompanyLogo ? (o(), y(r,
|
10495
|
+
t.cmdCompanyLogo ? (o(), y(r, j({ key: 0 }, t.cmdCompanyLogo, { onImageLoaded: i.onImageLoaded }), null, 16, ["onImageLoaded"])) : c("", !0),
|
10434
10496
|
(v = (_ = t.cmdMainNavigation) == null ? void 0 : _.navigationEntries) != null && v.length && t.navigationInline ? (o(), y(d, {
|
10435
10497
|
key: 1,
|
10436
10498
|
navigationEntries: t.cmdMainNavigation.navigationEntries,
|
@@ -10733,14 +10795,14 @@ const yh = {
|
|
10733
10795
|
"aria-expanded": "true"
|
10734
10796
|
};
|
10735
10797
|
function wh(e, n, t, a, l, i) {
|
10736
|
-
var m, x, _, v, w, S, M,
|
10798
|
+
var m, x, _, v, w, S, M, D;
|
10737
10799
|
const r = W, d = $, u = q, f = su, g = vu;
|
10738
10800
|
return o(), s(C, null, [
|
10739
10801
|
h("fieldset", bh, [
|
10740
10802
|
h("legend", {
|
10741
10803
|
class: b({ hidden: !t.showLegend })
|
10742
10804
|
}, p(t.textLegend), 3),
|
10743
|
-
t.cmdHeadline ? (o(), y(r,
|
10805
|
+
t.cmdHeadline ? (o(), y(r, U(j({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
10744
10806
|
h("div", _h, [
|
10745
10807
|
k(d, {
|
10746
10808
|
element: "input",
|
@@ -10793,7 +10855,7 @@ function wh(e, n, t, a, l, i) {
|
|
10793
10855
|
}, [
|
10794
10856
|
k(u, {
|
10795
10857
|
iconClass: l.showFilters ? (x = (m = t.cmdIcon) == null ? void 0 : m.showFilters) == null ? void 0 : x.iconClass : (v = (_ = t.cmdIcon) == null ? void 0 : _.hideFilters) == null ? void 0 : v.iconClass,
|
10796
|
-
type: l.showFilters ? (S = (w = t.cmdIcon) == null ? void 0 : w.showFilters) == null ? void 0 : S.iconType : (
|
10858
|
+
type: l.showFilters ? (S = (w = t.cmdIcon) == null ? void 0 : w.showFilters) == null ? void 0 : S.iconType : (D = (M = t.cmdIcon) == null ? void 0 : M.hideFilters) == null ? void 0 : D.iconType
|
10797
10859
|
}, null, 8, ["iconClass", "type"]),
|
10798
10860
|
l.showFilters ? (o(), s("span", xh, p(e.getMessage("cmdsitesearch.hide_filter_options")), 1)) : (o(), s("span", kh, p(e.getMessage("cmdsitesearch.show_filter_options")), 1))
|
10799
10861
|
]),
|
@@ -11013,7 +11075,7 @@ const Th = {
|
|
11013
11075
|
}, Ih = ["href", "title"], Sh = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), Mh = /* @__PURE__ */ h("span", null, "Add new slideshow-image", -1), Oh = [
|
11014
11076
|
Sh,
|
11015
11077
|
Mh
|
11016
|
-
],
|
11078
|
+
], Lh = { key: 2 }, Dh = ["onClick", "aria-label", "title"], Nh = {
|
11017
11079
|
key: 3,
|
11018
11080
|
class: "item-counter"
|
11019
11081
|
};
|
@@ -11035,7 +11097,7 @@ function Ph(e, n, t, a, l, i) {
|
|
11035
11097
|
}, i.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : c("", !0),
|
11036
11098
|
k(Nt, { name: "fade" }, {
|
11037
11099
|
default: N(() => {
|
11038
|
-
var u, f, g, m, x, _, v, w, S, M,
|
11100
|
+
var u, f, g, m, x, _, v, w, S, M, D, V;
|
11039
11101
|
return [
|
11040
11102
|
i.currentItem ? (o(), s(C, { key: 0 }, [
|
11041
11103
|
t.useSlot ? (o(), s("div", {
|
@@ -11047,7 +11109,7 @@ function Ph(e, n, t, a, l, i) {
|
|
11047
11109
|
], 4)) : (o(), s(C, { key: 0 }, [
|
11048
11110
|
e.editModeContext ? t.slideshowItems.length ? (o(), y(d, {
|
11049
11111
|
key: 1,
|
11050
|
-
image: (
|
11112
|
+
image: (D = i.currentItem) == null ? void 0 : D.image,
|
11051
11113
|
figcaption: (V = i.currentItem) == null ? void 0 : V.figcaption,
|
11052
11114
|
componentPath: ["props", "slideshowItems", l.index],
|
11053
11115
|
editModeConfig: i.imageStructure()
|
@@ -11083,7 +11145,7 @@ function Ph(e, n, t, a, l, i) {
|
|
11083
11145
|
onClick: I(i.showNextItem, ["prevent"]),
|
11084
11146
|
class: { disabled: l.slideshowItemEditing }
|
11085
11147
|
}, i.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : c("", !0),
|
11086
|
-
t.showQuickLinkIcons ? (o(), s("ol",
|
11148
|
+
t.showQuickLinkIcons ? (o(), s("ol", Lh, [
|
11087
11149
|
(o(!0), s(C, null, A(t.slideshowItems, (u, f) => (o(), s("li", {
|
11088
11150
|
key: f,
|
11089
11151
|
class: b({ active: f === l.index })
|
@@ -11094,7 +11156,7 @@ function Ph(e, n, t, a, l, i) {
|
|
11094
11156
|
onClick: I((g) => i.showItem(f), ["prevent"]),
|
11095
11157
|
"aria-label": l.index,
|
11096
11158
|
title: l.slideshowItemEditing ? "Not allowed while editing!" : "Switch to image #" + (f + 1)
|
11097
|
-
}, null, 10,
|
11159
|
+
}, null, 10, Dh)
|
11098
11160
|
], 2))), 128))
|
11099
11161
|
])) : c("", !0),
|
11100
11162
|
t.showCounter ? (o(), s("span", Nh, p(l.index + 1) + "/" + p(t.slideshowItems.length), 1)) : c("", !0)
|
@@ -11112,7 +11174,7 @@ const Qp = /* @__PURE__ */ O(Th, [["render", Ph]]), Bh = "data:image/svg+xml;bas
|
|
11112
11174
|
de: Ah,
|
11113
11175
|
en: Fh
|
11114
11176
|
}, Symbol.toStringTag, { value: "Module" }));
|
11115
|
-
const
|
11177
|
+
const Hh = {
|
11116
11178
|
name: "CmdSwitchLanguage",
|
11117
11179
|
emits: ["click"],
|
11118
11180
|
data() {
|
@@ -11151,10 +11213,10 @@ const Eh = {
|
|
11151
11213
|
deep: !0
|
11152
11214
|
}
|
11153
11215
|
}
|
11154
|
-
},
|
11216
|
+
}, Eh = { class: "cmd-switch-language" }, qh = ["href", "title", "onClick"], zh = ["src", "alt"], Rh = ["src", "alt"];
|
11155
11217
|
function Uh(e, n, t, a, l, i) {
|
11156
11218
|
const r = se("router-link");
|
11157
|
-
return o(), s("div",
|
11219
|
+
return o(), s("div", Eh, [
|
11158
11220
|
h("ul", null, [
|
11159
11221
|
(o(!0), s(C, null, A(t.languages, (d, u) => (o(), s("li", { key: u }, [
|
11160
11222
|
d.link.type === "href" ? (o(), s("a", {
|
@@ -11187,7 +11249,7 @@ function Uh(e, n, t, a, l, i) {
|
|
11187
11249
|
])
|
11188
11250
|
]);
|
11189
11251
|
}
|
11190
|
-
const Zp = /* @__PURE__ */ O(
|
11252
|
+
const Zp = /* @__PURE__ */ O(Hh, [["render", Uh]]);
|
11191
11253
|
const Gh = {
|
11192
11254
|
name: "CmdSystemMessage",
|
11193
11255
|
mixins: [Ae],
|
@@ -11796,7 +11858,7 @@ function vf(e, n, t, a, l, i) {
|
|
11796
11858
|
return o(), s("div", {
|
11797
11859
|
class: b(["cmd-text-image-block flex-container", t.orientation])
|
11798
11860
|
}, [
|
11799
|
-
((f = t.cmdHeadline) != null && f.headlineText || e.editModeContext) && t.headlinePosition === "aboveImage" && t.orientation === "vertical" ? (o(), y(r,
|
11861
|
+
((f = t.cmdHeadline) != null && f.headlineText || e.editModeContext) && t.headlinePosition === "aboveImage" && t.orientation === "vertical" ? (o(), y(r, U(j({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
11800
11862
|
t.cmdImage ? (o(), y(d, {
|
11801
11863
|
key: 1,
|
11802
11864
|
image: (g = t.cmdImage) == null ? void 0 : g.image,
|
@@ -11804,7 +11866,7 @@ function vf(e, n, t, a, l, i) {
|
|
11804
11866
|
editModeConfig: { allowAddItem: !1 }
|
11805
11867
|
}, null, 8, ["image", "figcaption"])) : c("", !0),
|
11806
11868
|
h("div", yf, [
|
11807
|
-
((x = t.cmdHeadline) != null && x.headlineText || e.editModeContext) && (t.headlinePosition === "belowImage" || t.orientation === "horizontal") ? (o(), y(r,
|
11869
|
+
((x = t.cmdHeadline) != null && x.headlineText || e.editModeContext) && (t.headlinePosition === "belowImage" || t.orientation === "horizontal") ? (o(), y(r, U(j({ key: 0 }, t.cmdHeadline)), null, 16)) : c("", !0),
|
11808
11870
|
t.htmlContent ? (o(), s("div", {
|
11809
11871
|
key: 1,
|
11810
11872
|
innerHTML: t.htmlContent,
|
@@ -12115,13 +12177,13 @@ var Gt = { exports: {} }, ci = function(n, t) {
|
|
12115
12177
|
function Wt(e) {
|
12116
12178
|
return ye.call(e) === "[object Array]";
|
12117
12179
|
}
|
12118
|
-
function
|
12180
|
+
function Lt(e) {
|
12119
12181
|
return typeof e > "u";
|
12120
12182
|
}
|
12121
|
-
function Df(e) {
|
12122
|
-
return e !== null && !Dt(e) && e.constructor !== null && !Dt(e.constructor) && typeof e.constructor.isBuffer == "function" && e.constructor.isBuffer(e);
|
12123
|
-
}
|
12124
12183
|
function Lf(e) {
|
12184
|
+
return e !== null && !Lt(e) && e.constructor !== null && !Lt(e.constructor) && typeof e.constructor.isBuffer == "function" && e.constructor.isBuffer(e);
|
12185
|
+
}
|
12186
|
+
function Df(e) {
|
12125
12187
|
return ye.call(e) === "[object ArrayBuffer]";
|
12126
12188
|
}
|
12127
12189
|
function Nf(e) {
|
@@ -12158,10 +12220,10 @@ function Vf(e) {
|
|
12158
12220
|
function hi(e) {
|
12159
12221
|
return ye.call(e) === "[object Function]";
|
12160
12222
|
}
|
12161
|
-
function
|
12223
|
+
function Hf(e) {
|
12162
12224
|
return mi(e) && hi(e.pipe);
|
12163
12225
|
}
|
12164
|
-
function
|
12226
|
+
function Ef(e) {
|
12165
12227
|
return typeof URLSearchParams < "u" && e instanceof URLSearchParams;
|
12166
12228
|
}
|
12167
12229
|
function qf(e) {
|
@@ -12179,10 +12241,10 @@ function Qt(e, n) {
|
|
12179
12241
|
for (var l in e)
|
12180
12242
|
Object.prototype.hasOwnProperty.call(e, l) && n.call(null, e[l], l, e);
|
12181
12243
|
}
|
12182
|
-
function
|
12244
|
+
function Dt() {
|
12183
12245
|
var e = {};
|
12184
12246
|
function n(l, i) {
|
12185
|
-
qe(e[i]) && qe(l) ? e[i] =
|
12247
|
+
qe(e[i]) && qe(l) ? e[i] = Dt(e[i], l) : qe(l) ? e[i] = Dt({}, l) : Wt(l) ? e[i] = l.slice() : e[i] = l;
|
12186
12248
|
}
|
12187
12249
|
for (var t = 0, a = arguments.length; t < a; t++)
|
12188
12250
|
Qt(arguments[t], n);
|
@@ -12198,24 +12260,24 @@ function Uf(e) {
|
|
12198
12260
|
}
|
12199
12261
|
var ne = {
|
12200
12262
|
isArray: Wt,
|
12201
|
-
isArrayBuffer:
|
12202
|
-
isBuffer:
|
12263
|
+
isArrayBuffer: Df,
|
12264
|
+
isBuffer: Lf,
|
12203
12265
|
isFormData: Nf,
|
12204
12266
|
isArrayBufferView: Pf,
|
12205
12267
|
isString: Bf,
|
12206
12268
|
isNumber: Af,
|
12207
12269
|
isObject: mi,
|
12208
12270
|
isPlainObject: qe,
|
12209
|
-
isUndefined:
|
12271
|
+
isUndefined: Lt,
|
12210
12272
|
isDate: jf,
|
12211
12273
|
isFile: Ff,
|
12212
12274
|
isBlob: Vf,
|
12213
12275
|
isFunction: hi,
|
12214
|
-
isStream:
|
12215
|
-
isURLSearchParams:
|
12276
|
+
isStream: Hf,
|
12277
|
+
isURLSearchParams: Ef,
|
12216
12278
|
isStandardBrowserEnv: zf,
|
12217
12279
|
forEach: Qt,
|
12218
|
-
merge:
|
12280
|
+
merge: Dt,
|
12219
12281
|
extend: Rf,
|
12220
12282
|
trim: qf,
|
12221
12283
|
stripBOM: Uf
|
@@ -12462,17 +12524,17 @@ function Xe() {
|
|
12462
12524
|
return "Cancel" + (this.message ? ": " + this.message : "");
|
12463
12525
|
}, e.prototype.__CANCEL__ = !0, mt = e, mt;
|
12464
12526
|
}
|
12465
|
-
var ht,
|
12466
|
-
function
|
12467
|
-
if (
|
12527
|
+
var ht, Ln;
|
12528
|
+
function Dn() {
|
12529
|
+
if (Ln)
|
12468
12530
|
return ht;
|
12469
|
-
|
12531
|
+
Ln = 1;
|
12470
12532
|
var e = ne, n = Jf(), t = Yf(), a = fi, l = $f(), i = eg(), r = tg(), d = pi(), u = $e(), f = Xe();
|
12471
12533
|
return ht = function(m) {
|
12472
12534
|
return new Promise(function(_, v) {
|
12473
|
-
var w = m.data, S = m.headers, M = m.responseType,
|
12535
|
+
var w = m.data, S = m.headers, M = m.responseType, D;
|
12474
12536
|
function V() {
|
12475
|
-
m.cancelToken && m.cancelToken.unsubscribe(
|
12537
|
+
m.cancelToken && m.cancelToken.unsubscribe(D), m.signal && m.signal.removeEventListener("abort", D);
|
12476
12538
|
}
|
12477
12539
|
e.isFormData(w) && delete S["Content-Type"];
|
12478
12540
|
var T = new XMLHttpRequest();
|
@@ -12484,11 +12546,11 @@ function Ln() {
|
|
12484
12546
|
T.open(m.method.toUpperCase(), a(F, m.params, m.paramsSerializer), !0), T.timeout = m.timeout;
|
12485
12547
|
function G() {
|
12486
12548
|
if (T) {
|
12487
|
-
var
|
12549
|
+
var E = "getAllResponseHeaders" in T ? i(T.getAllResponseHeaders()) : null, Y = !M || M === "text" || M === "json" ? T.responseText : T.response, J = {
|
12488
12550
|
data: Y,
|
12489
12551
|
status: T.status,
|
12490
12552
|
statusText: T.statusText,
|
12491
|
-
headers:
|
12553
|
+
headers: E,
|
12492
12554
|
config: m,
|
12493
12555
|
request: T
|
12494
12556
|
};
|
@@ -12519,9 +12581,9 @@ function Ln() {
|
|
12519
12581
|
}
|
12520
12582
|
"setRequestHeader" in T && e.forEach(S, function(Y, J) {
|
12521
12583
|
typeof w > "u" && J.toLowerCase() === "content-type" ? delete S[J] : T.setRequestHeader(J, Y);
|
12522
|
-
}), e.isUndefined(m.withCredentials) || (T.withCredentials = !!m.withCredentials), M && M !== "json" && (T.responseType = m.responseType), typeof m.onDownloadProgress == "function" && T.addEventListener("progress", m.onDownloadProgress), typeof m.onUploadProgress == "function" && T.upload && T.upload.addEventListener("progress", m.onUploadProgress), (m.cancelToken || m.signal) && (
|
12523
|
-
T && (v(!
|
12524
|
-
}, m.cancelToken && m.cancelToken.subscribe(
|
12584
|
+
}), e.isUndefined(m.withCredentials) || (T.withCredentials = !!m.withCredentials), M && M !== "json" && (T.responseType = m.responseType), typeof m.onDownloadProgress == "function" && T.addEventListener("progress", m.onDownloadProgress), typeof m.onUploadProgress == "function" && T.upload && T.upload.addEventListener("progress", m.onUploadProgress), (m.cancelToken || m.signal) && (D = function(E) {
|
12585
|
+
T && (v(!E || E && E.type ? new f("canceled") : E), T.abort(), T = null);
|
12586
|
+
}, m.cancelToken && m.cancelToken.subscribe(D), m.signal && (m.signal.aborted ? D() : m.signal.addEventListener("abort", D))), w || (w = null), T.send(w);
|
12525
12587
|
});
|
12526
12588
|
}, ht;
|
12527
12589
|
}
|
@@ -12538,7 +12600,7 @@ function $e() {
|
|
12538
12600
|
}
|
12539
12601
|
function i() {
|
12540
12602
|
var u;
|
12541
|
-
return (typeof XMLHttpRequest < "u" || typeof process < "u" && Object.prototype.toString.call(process) === "[object process]") && (u =
|
12603
|
+
return (typeof XMLHttpRequest < "u" || typeof process < "u" && Object.prototype.toString.call(process) === "[object process]") && (u = Dn()), u;
|
12542
12604
|
}
|
12543
12605
|
function r(u, f, g) {
|
12544
12606
|
if (e.isString(u))
|
@@ -12820,11 +12882,11 @@ Ci.forEach(["post", "put", "patch"], function(n) {
|
|
12820
12882
|
}));
|
12821
12883
|
};
|
12822
12884
|
});
|
12823
|
-
var hg = je, _t,
|
12885
|
+
var hg = je, _t, Hn;
|
12824
12886
|
function fg() {
|
12825
|
-
if (
|
12887
|
+
if (Hn)
|
12826
12888
|
return _t;
|
12827
|
-
|
12889
|
+
Hn = 1;
|
12828
12890
|
var e = Xe();
|
12829
12891
|
function n(t) {
|
12830
12892
|
if (typeof t != "function")
|
@@ -12876,9 +12938,9 @@ function fg() {
|
|
12876
12938
|
};
|
12877
12939
|
}, _t = n, _t;
|
12878
12940
|
}
|
12879
|
-
var Ct,
|
12941
|
+
var Ct, En;
|
12880
12942
|
function gg() {
|
12881
|
-
return
|
12943
|
+
return En || (En = 1, Ct = function(n) {
|
12882
12944
|
return function(a) {
|
12883
12945
|
return n.apply(null, a);
|
12884
12946
|
};
|
@@ -13270,7 +13332,7 @@ const vg = {
|
|
13270
13332
|
},
|
13271
13333
|
// use imported function as method (to use in template)
|
13272
13334
|
getFileExtension(e) {
|
13273
|
-
return
|
13335
|
+
return Le(e);
|
13274
13336
|
},
|
13275
13337
|
selectFiles() {
|
13276
13338
|
this.$refs.formElement.getDomElement().querySelector("input[type='file']").click();
|
@@ -13332,12 +13394,12 @@ const vg = {
|
|
13332
13394
|
);
|
13333
13395
|
continue;
|
13334
13396
|
}
|
13335
|
-
if (!this.allowedFileExtensions.includes(
|
13397
|
+
if (!this.allowedFileExtensions.includes(Le(e[n].name))) {
|
13336
13398
|
this.showListOfFileExtensions = !0, this.errors.fileType = !0, this.systemMessages.push(
|
13337
13399
|
this.getMessage(
|
13338
13400
|
"cmduploadform.system_message.not_allowed_file_type",
|
13339
13401
|
e[n].name,
|
13340
|
-
|
13402
|
+
Le(e[n].name)
|
13341
13403
|
)
|
13342
13404
|
);
|
13343
13405
|
continue;
|
@@ -13349,7 +13411,7 @@ const vg = {
|
|
13349
13411
|
this.getMessage(
|
13350
13412
|
"cmduploadform.system_message.duplicate_file",
|
13351
13413
|
e[n].name,
|
13352
|
-
|
13414
|
+
Le(e[n].name)
|
13353
13415
|
)
|
13354
13416
|
);
|
13355
13417
|
continue;
|
@@ -13447,13 +13509,13 @@ const vg = {
|
|
13447
13509
|
}, Sg = {
|
13448
13510
|
key: 0,
|
13449
13511
|
class: "list-of-files total-files"
|
13450
|
-
}, Mg = { class: "flex-container no-flex" }, Og = ["title"],
|
13512
|
+
}, Mg = { class: "flex-container no-flex" }, Og = ["title"], Lg = {
|
13451
13513
|
key: 0,
|
13452
13514
|
class: "progressbar"
|
13453
|
-
},
|
13515
|
+
}, Dg = ["value", "title"], Ng = /* @__PURE__ */ h("hr", null, null, -1), Pg = { class: "flex-container vertical list-files-wrapper" }, Bg = { class: "list-of-files" }, Ag = ["title", "onClick"], jg = {
|
13454
13516
|
key: 0,
|
13455
13517
|
class: "progressbar"
|
13456
|
-
}, Fg = ["value", "title"], Vg = ["title"],
|
13518
|
+
}, Fg = ["value", "title"], Vg = ["title"], Hg = /* @__PURE__ */ h("hr", null, null, -1), Eg = { class: "upload-conditions" }, qg = { class: "small" }, zg = ["title"], Rg = {
|
13457
13519
|
key: 0,
|
13458
13520
|
class: "list-of-file-extensions"
|
13459
13521
|
}, Ug = { class: "flex-container vertical no-gap" }, Gg = ["disabled"], Wg = { key: 0 }, Qg = { key: 1 }, Zg = { class: "button-wrapper no-flex" }, Jg = ["disabled"], Yg = { key: 0 }, Kg = { key: 1 }, Xg = {
|
@@ -13470,7 +13532,7 @@ function ep(e, n, t, a, l, i) {
|
|
13470
13532
|
h("legend", {
|
13471
13533
|
class: b({ hidden: !t.showLegend })
|
13472
13534
|
}, p(t.textLegend), 3),
|
13473
|
-
t.cmdHeadlineFieldset ? (o(), y(r,
|
13535
|
+
t.cmdHeadlineFieldset ? (o(), y(r, U(j({ key: 0 }, t.cmdHeadlineFieldset)), null, 16)) : c("", !0),
|
13474
13536
|
i.systemMessageStatus && i.allSystemMessages.length ? (o(), y(d, {
|
13475
13537
|
key: 1,
|
13476
13538
|
iconClose: { show: !1 },
|
@@ -13491,7 +13553,7 @@ function ep(e, n, t, a, l, i) {
|
|
13491
13553
|
t.showTotalUpload && l.listOfFiles.length !== 1 ? (o(), s("div", Ig, [
|
13492
13554
|
k(r, j(t.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
13493
13555
|
default: N(() => [
|
13494
|
-
|
13556
|
+
H(p(e.getMessage("cmduploadform.headline.summary_of_all_files")), 1)
|
13495
13557
|
]),
|
13496
13558
|
_: 1
|
13497
13559
|
}, 16),
|
@@ -13508,11 +13570,11 @@ function ep(e, n, t, a, l, i) {
|
|
13508
13570
|
}, null, 8, ["iconClass", "type"])
|
13509
13571
|
], 8, Og),
|
13510
13572
|
h("span", null, [
|
13511
|
-
|
13573
|
+
H(p(l.listOfFiles.length) + " ", 1),
|
13512
13574
|
t.allowMultipleFileUploads ? (o(), s(C, { key: 1 }, [
|
13513
|
-
|
13575
|
+
H(p(e.getMessage("cmduploadform.labeltext.files_uploading")), 1)
|
13514
13576
|
], 64)) : (o(), s(C, { key: 0 }, [
|
13515
|
-
|
13577
|
+
H(p(e.getMessage("cmduploadform.labeltext.file_uploading")), 1)
|
13516
13578
|
], 64))
|
13517
13579
|
]),
|
13518
13580
|
h("small", {
|
@@ -13521,13 +13583,13 @@ function ep(e, n, t, a, l, i) {
|
|
13521
13583
|
{ error: t.maxTotalUploadSize > 0 && i.totalSize > t.maxTotalUploadSize }
|
13522
13584
|
])
|
13523
13585
|
}, " (" + p(i.formatSize(i.totalSize)) + ") ", 3),
|
13524
|
-
l.uploadInitiated ? (o(), s("span",
|
13586
|
+
l.uploadInitiated ? (o(), s("span", Lg, [
|
13525
13587
|
h("span", null, p(i.getPercentage(i.totalUploadProgress)), 1),
|
13526
13588
|
h("progress", {
|
13527
13589
|
max: "100",
|
13528
13590
|
value: i.totalUploadProgress,
|
13529
13591
|
title: i.totalBytesUploaded
|
13530
|
-
}, null, 8,
|
13592
|
+
}, null, 8, Dg)
|
13531
13593
|
])) : c("", !0)
|
13532
13594
|
])
|
13533
13595
|
])) : c("", !0),
|
@@ -13536,7 +13598,7 @@ function ep(e, n, t, a, l, i) {
|
|
13536
13598
|
h("div", Pg, [
|
13537
13599
|
k(r, j(t.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
13538
13600
|
default: N(() => [
|
13539
|
-
|
13601
|
+
H(p(e.getMessage("cmduploadform.headline.list_of_selected_files")), 1)
|
13540
13602
|
]),
|
13541
13603
|
_: 1
|
13542
13604
|
}, 16),
|
@@ -13562,7 +13624,7 @@ function ep(e, n, t, a, l, i) {
|
|
13562
13624
|
{ error: g.error }
|
13563
13625
|
])
|
13564
13626
|
}, [
|
13565
|
-
|
13627
|
+
H(p(g.file.name) + " ", 1),
|
13566
13628
|
h("small", null, "(" + p(i.formatSize(g.file.size)) + ")", 1)
|
13567
13629
|
], 2),
|
13568
13630
|
l.uploadInitiated && !g.error ? (o(), s("span", jg, [
|
@@ -13581,26 +13643,26 @@ function ep(e, n, t, a, l, i) {
|
|
13581
13643
|
onClick: n[1] || (n[1] = I((...g) => i.cancel && i.cancel(...g), ["prevent"])),
|
13582
13644
|
title: e.getMessage("cmduploadform.all_files_will_be_removed")
|
13583
13645
|
}, p(e.getMessage("cmduploadform.reset_upload")), 9, Vg)) : c("", !0),
|
13584
|
-
|
13646
|
+
Hg
|
13585
13647
|
])
|
13586
13648
|
])) : (o(), s(C, { key: 0 }, [
|
13587
13649
|
t.allowMultipleFileUploads ? (o(), y(r, j({ key: 0 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
13588
13650
|
default: N(() => [
|
13589
|
-
|
13651
|
+
H(p(i.headlineTextNoFilesToUpload), 1)
|
13590
13652
|
]),
|
13591
13653
|
_: 1
|
13592
13654
|
}, 16)) : c("", !0)
|
13593
13655
|
], 64)),
|
13594
|
-
h("div",
|
13656
|
+
h("div", Eg, [
|
13595
13657
|
t.allowMultipleFileUploads && l.listOfFiles.length ? (o(), y(r, j({ key: 0 }, t.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
|
13596
13658
|
default: N(() => [
|
13597
|
-
|
13659
|
+
H(p(e.getMessage("cmduploadform.headline.select_additional_files")), 1)
|
13598
13660
|
]),
|
13599
13661
|
_: 1
|
13600
13662
|
}, 16)) : c("", !0),
|
13601
13663
|
!t.allowMultipleFileUploads && l.listOfFiles.length ? (o(), y(r, j({ key: 1 }, t.cmdHeadlineSelectNewFile, { headlineLevel: "4" }), {
|
13602
13664
|
default: N(() => [
|
13603
|
-
|
13665
|
+
H(p(e.getMessage("cmduploadform.headline.select_new_file")), 1)
|
13604
13666
|
]),
|
13605
13667
|
_: 1
|
13606
13668
|
}, 16)) : c("", !0),
|
@@ -13666,14 +13728,14 @@ function ep(e, n, t, a, l, i) {
|
|
13666
13728
|
}, [
|
13667
13729
|
h("span", null, p(e.getMessage("cmduploadform.or")), 1),
|
13668
13730
|
h("strong", null, [
|
13669
|
-
|
13731
|
+
H(p(e.getMessage("cmduploadform.drag_and_drop")) + " ", 1),
|
13670
13732
|
t.allowMultipleFileUploads && l.listOfFiles.length ? (o(), s(C, { key: 0 }, [
|
13671
|
-
|
13733
|
+
H(p(e.getMessage("cmduploadform.additional")), 1)
|
13672
13734
|
], 64)) : c("", !0),
|
13673
13735
|
!t.allowMultipleFileUploads && l.listOfFiles.length ? (o(), s(C, { key: 1 }, [
|
13674
|
-
|
13736
|
+
H(p(e.getMessage("cmduploadform.new")), 1)
|
13675
13737
|
], 64)) : c("", !0),
|
13676
|
-
|
13738
|
+
H(" " + p(e.getMessage("cmduploadform.files_to_this_area")), 1)
|
13677
13739
|
])
|
13678
13740
|
], 2)) : c("", !0)
|
13679
13741
|
])
|
@@ -14081,7 +14143,7 @@ function fp(e, n, t, a, l, i) {
|
|
14081
14143
|
submitButton: t.submitButton
|
14082
14144
|
}, {
|
14083
14145
|
default: N(() => {
|
14084
|
-
var u, f, g, m, x, _, v, w, S, M,
|
14146
|
+
var u, f, g, m, x, _, v, w, S, M, D, V, T, z, P, F, G, Z, E, Y, J, ee, Q, ue, L, de, ke, ve, we, Te, Ie, Se, ie, Jt;
|
14085
14147
|
return [
|
14086
14148
|
t.configuration.salutation ? (o(), s("div", rp, [
|
14087
14149
|
k(r, {
|
@@ -14092,7 +14154,7 @@ function fp(e, n, t, a, l, i) {
|
|
14092
14154
|
inputValue: "m",
|
14093
14155
|
replaceInputType: (f = t.configuration.salutation) == null ? void 0 : f.replaceInputType,
|
14094
14156
|
modelValue: l.formData.salutation,
|
14095
|
-
"onUpdate:modelValue": n[0] || (n[0] = (
|
14157
|
+
"onUpdate:modelValue": n[0] || (n[0] = (R) => l.formData.salutation = R),
|
14096
14158
|
onValidate: i.onValidate
|
14097
14159
|
}, null, 8, ["labelText", "name", "replaceInputType", "modelValue", "onValidate"]),
|
14098
14160
|
k(r, {
|
@@ -14103,7 +14165,7 @@ function fp(e, n, t, a, l, i) {
|
|
14103
14165
|
inputValue: "f",
|
14104
14166
|
replaceInputType: (m = t.configuration.salutation) == null ? void 0 : m.replaceInputType,
|
14105
14167
|
modelValue: l.formData.salutation,
|
14106
|
-
"onUpdate:modelValue": n[1] || (n[1] = (
|
14168
|
+
"onUpdate:modelValue": n[1] || (n[1] = (R) => l.formData.salutation = R),
|
14107
14169
|
onValidate: i.onValidate
|
14108
14170
|
}, null, 8, ["labelText", "name", "replaceInputType", "modelValue", "onValidate"])
|
14109
14171
|
])) : c("", !0),
|
@@ -14119,7 +14181,7 @@ function fp(e, n, t, a, l, i) {
|
|
14119
14181
|
name: ((v = t.configuration.lastName) == null ? void 0 : v.name) || "last-name",
|
14120
14182
|
placeholder: e.getMessage("basic_form.placeholder.last_name"),
|
14121
14183
|
modelValue: l.formData.lastName.value,
|
14122
|
-
"onUpdate:modelValue": n[2] || (n[2] = (
|
14184
|
+
"onUpdate:modelValue": n[2] || (n[2] = (R) => l.formData.lastName.value = R),
|
14123
14185
|
status: l.formData.lastName.error ? "error" : "",
|
14124
14186
|
onValidate: i.onValidate
|
14125
14187
|
}, null, 8, ["type", "labelText", "required", "name", "placeholder", "modelValue", "status", "onValidate"])) : c("", !0),
|
@@ -14133,7 +14195,7 @@ function fp(e, n, t, a, l, i) {
|
|
14133
14195
|
required: (S = t.configuration.firstName) == null ? void 0 : S.required,
|
14134
14196
|
name: ((M = t.configuration.firstName) == null ? void 0 : M.name) || "first-name",
|
14135
14197
|
modelValue: l.formData.firstName.value,
|
14136
|
-
"onUpdate:modelValue": n[3] || (n[3] = (
|
14198
|
+
"onUpdate:modelValue": n[3] || (n[3] = (R) => l.formData.firstName.value = R),
|
14137
14199
|
status: l.formData.firstName.error ? "error" : "",
|
14138
14200
|
onValidate: i.onValidate
|
14139
14201
|
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "onValidate"])) : c("", !0)
|
@@ -14142,14 +14204,14 @@ function fp(e, n, t, a, l, i) {
|
|
14142
14204
|
t.configuration.email ? (o(), y(r, {
|
14143
14205
|
key: 0,
|
14144
14206
|
element: "input",
|
14145
|
-
type: ((
|
14207
|
+
type: ((D = t.configuration.email) == null ? void 0 : D.type) || "email",
|
14146
14208
|
iconClass: "icon-mail",
|
14147
14209
|
labelText: e.getMessage("basic_form.labeltext.email"),
|
14148
14210
|
placeholder: e.getMessage("basic_form.placeholder.email"),
|
14149
14211
|
required: (V = t.configuration.email) == null ? void 0 : V.required,
|
14150
14212
|
name: ((T = t.configuration.email) == null ? void 0 : T.name) || "email",
|
14151
14213
|
modelValue: l.formData.email.value,
|
14152
|
-
"onUpdate:modelValue": n[4] || (n[4] = (
|
14214
|
+
"onUpdate:modelValue": n[4] || (n[4] = (R) => l.formData.email.value = R),
|
14153
14215
|
status: l.formData.email.error ? "error" : "",
|
14154
14216
|
onValidate: i.onValidate
|
14155
14217
|
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "onValidate"])) : c("", !0),
|
@@ -14161,7 +14223,7 @@ function fp(e, n, t, a, l, i) {
|
|
14161
14223
|
labelText: e.getMessage("basic_form.labeltext.phone"),
|
14162
14224
|
placeholder: e.getMessage("basic_form.placeholder.phone"),
|
14163
14225
|
modelValue: l.formData.phone.value,
|
14164
|
-
"onUpdate:modelValue": n[5] || (n[5] = (
|
14226
|
+
"onUpdate:modelValue": n[5] || (n[5] = (R) => l.formData.phone.value = R),
|
14165
14227
|
required: (P = t.configuration.phone) == null ? void 0 : P.required,
|
14166
14228
|
name: ((F = t.configuration.phone) == null ? void 0 : F.name) || "phone",
|
14167
14229
|
status: l.formData.phone.error ? "error" : "",
|
@@ -14176,9 +14238,9 @@ function fp(e, n, t, a, l, i) {
|
|
14176
14238
|
labelText: e.getMessage("basic_form.labeltext.street_no"),
|
14177
14239
|
placeholder: e.getMessage("basic_form.placeholder.street_no"),
|
14178
14240
|
required: (Z = t.configuration.streetNo) == null ? void 0 : Z.required,
|
14179
|
-
name: ((
|
14241
|
+
name: ((E = t.configuration.streetNo) == null ? void 0 : E.name) || "street-no",
|
14180
14242
|
modelValue: l.formData.streetNo.value,
|
14181
|
-
"onUpdate:modelValue": n[6] || (n[6] = (
|
14243
|
+
"onUpdate:modelValue": n[6] || (n[6] = (R) => l.formData.streetNo.value = R),
|
14182
14244
|
status: l.formData.streetNo.error ? "error" : "",
|
14183
14245
|
onValidate: i.onValidate
|
14184
14246
|
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "onValidate"])) : c("", !0),
|
@@ -14192,7 +14254,7 @@ function fp(e, n, t, a, l, i) {
|
|
14192
14254
|
required: (J = t.configuration.zip) == null ? void 0 : J.required,
|
14193
14255
|
name: ((ee = t.configuration.zip) == null ? void 0 : ee.name) || "zip",
|
14194
14256
|
modelValue: l.formData.zip.value,
|
14195
|
-
"onUpdate:modelValue": n[7] || (n[7] = (
|
14257
|
+
"onUpdate:modelValue": n[7] || (n[7] = (R) => l.formData.zip.value = R),
|
14196
14258
|
status: l.formData.zip.error ? "error" : "",
|
14197
14259
|
onValidate: i.onValidate
|
14198
14260
|
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "onValidate"])) : c("", !0),
|
@@ -14203,9 +14265,9 @@ function fp(e, n, t, a, l, i) {
|
|
14203
14265
|
labelText: e.getMessage("basic_form.labeltext.city"),
|
14204
14266
|
placeholder: e.getMessage("basic_form.placeholder.city"),
|
14205
14267
|
required: (ue = t.configuration.city) == null ? void 0 : ue.required,
|
14206
|
-
name: ((
|
14268
|
+
name: ((L = t.configuration.city) == null ? void 0 : L.name) || "zip",
|
14207
14269
|
modelValue: l.formData.city.value,
|
14208
|
-
"onUpdate:modelValue": n[8] || (n[8] = (
|
14270
|
+
"onUpdate:modelValue": n[8] || (n[8] = (R) => l.formData.city.value = R),
|
14209
14271
|
status: l.formData.city.error ? "error" : "",
|
14210
14272
|
onValidate: i.onValidate
|
14211
14273
|
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "onValidate"])) : c("", !0)
|
@@ -14219,7 +14281,7 @@ function fp(e, n, t, a, l, i) {
|
|
14219
14281
|
required: (ke = t.configuration.additionalAddressInfo) == null ? void 0 : ke.required,
|
14220
14282
|
name: ((ve = t.configuration.additionalAddressInfo) == null ? void 0 : ve.name) || "additional-address-info",
|
14221
14283
|
modelValue: l.formData.additionalAddressInfo.value,
|
14222
|
-
"onUpdate:modelValue": n[9] || (n[9] = (
|
14284
|
+
"onUpdate:modelValue": n[9] || (n[9] = (R) => l.formData.additionalAddressInfo.value = R),
|
14223
14285
|
status: l.formData.additionalAddressInfo.error ? "error" : "",
|
14224
14286
|
onValidate: i.onValidate
|
14225
14287
|
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "onValidate"])) : c("", !0)
|
@@ -14232,7 +14294,7 @@ function fp(e, n, t, a, l, i) {
|
|
14232
14294
|
required: (Te = t.configuration.additionalText) == null ? void 0 : Te.required,
|
14233
14295
|
name: ((Ie = t.configuration.additionalText) == null ? void 0 : Ie.name) || "additional-text",
|
14234
14296
|
modelValue: l.formData.additionalText.value,
|
14235
|
-
"onUpdate:modelValue": n[10] || (n[10] = (
|
14297
|
+
"onUpdate:modelValue": n[10] || (n[10] = (R) => l.formData.additionalText.value = R),
|
14236
14298
|
status: l.formData.additionalText.error ? "error" : "",
|
14237
14299
|
onValidate: i.onValidate
|
14238
14300
|
}, null, 8, ["element", "labelText", "placeholder", "required", "name", "modelValue", "status", "onValidate"])) : c("", !0),
|
@@ -14245,7 +14307,7 @@ function fp(e, n, t, a, l, i) {
|
|
14245
14307
|
name: ((ie = t.configuration.acceptPrivacy) == null ? void 0 : ie.name) || "accept-privacy",
|
14246
14308
|
replaceInputType: (Jt = t.configuration.acceptPrivacy) == null ? void 0 : Jt.replaceInputType,
|
14247
14309
|
modelValue: l.formData.acceptPrivacy.value,
|
14248
|
-
"onUpdate:modelValue": n[11] || (n[11] = (
|
14310
|
+
"onUpdate:modelValue": n[11] || (n[11] = (R) => l.formData.acceptPrivacy.value = R),
|
14249
14311
|
status: l.formData.acceptPrivacy.error ? "error" : "",
|
14250
14312
|
onValidate: i.onValidate
|
14251
14313
|
}, {
|
@@ -14302,11 +14364,11 @@ const gp = /* @__PURE__ */ O(sp, [["render", fp]]), pp = {
|
|
14302
14364
|
}, bp = { class: "flex-container vertical" };
|
14303
14365
|
function _p(e, n, t, a, l, i) {
|
14304
14366
|
const r = gp, d = Qs, u = Mu;
|
14305
|
-
return i.contactFormOnly ? (o(), y(r,
|
14306
|
-
k(r,
|
14367
|
+
return i.contactFormOnly ? (o(), y(r, U(j({ key: 0 }, t.basicForm)), null, 16)) : (o(), s("div", yp, [
|
14368
|
+
k(r, U(Oi(t.basicForm)), null, 16),
|
14307
14369
|
h("div", bp, [
|
14308
|
-
t.cmdAddressData ? (o(), y(d,
|
14309
|
-
t.cmdGoogleMaps ? (o(), y(u,
|
14370
|
+
t.cmdAddressData ? (o(), y(d, U(j({ key: 0 }, t.cmdAddressData)), null, 16)) : c("", !0),
|
14371
|
+
t.cmdGoogleMaps ? (o(), y(u, U(j({ key: 1 }, t.cmdGoogleMaps)), null, 16)) : c("", !0),
|
14310
14372
|
B(e.$slots, "additional-info")
|
14311
14373
|
])
|
14312
14374
|
]));
|
@@ -14338,7 +14400,7 @@ function kp(e, n, t, a, l, i) {
|
|
14338
14400
|
rowView: g.rowView
|
14339
14401
|
}), {
|
14340
14402
|
default: N(() => [
|
14341
|
-
|
14403
|
+
H(" box " + p(m), 1)
|
14342
14404
|
]),
|
14343
14405
|
_: 2
|
14344
14406
|
}, 1040, ["rowView"]))), 128))
|
@@ -14394,7 +14456,7 @@ const iy = /* @__PURE__ */ O(vp, [["render", Tp]]), ly = {
|
|
14394
14456
|
};
|
14395
14457
|
function sy() {
|
14396
14458
|
const e = {};
|
14397
|
-
|
14459
|
+
Li(a);
|
14398
14460
|
function n(l = "defaultSequence") {
|
14399
14461
|
const i = e[l] || 0;
|
14400
14462
|
return e[l] = i + 1, e[l];
|
@@ -14416,8 +14478,8 @@ export {
|
|
14416
14478
|
Yr as CmdBoxWrapper,
|
14417
14479
|
ad as CmdBreadcrumbs,
|
14418
14480
|
md as CmdCompanyLogo,
|
14419
|
-
|
14420
|
-
|
14481
|
+
Lp as CmdContainer,
|
14482
|
+
Dp as CmdCookieDisclaimer,
|
14421
14483
|
Np as CmdCopyrightInformation,
|
14422
14484
|
su as CmdFakeSelect,
|
14423
14485
|
Op as CmdFancyBox,
|
@@ -14437,9 +14499,9 @@ export {
|
|
14437
14499
|
jp as CmdMultistepFormProgressBar,
|
14438
14500
|
Fp as CmdNewsletterSubscription,
|
14439
14501
|
Vp as CmdOpeningHours,
|
14440
|
-
|
14502
|
+
Ep as CmdPageFooter,
|
14441
14503
|
qp as CmdPageHeader,
|
14442
|
-
|
14504
|
+
Hp as CmdPagination,
|
14443
14505
|
zp as CmdProgressBar,
|
14444
14506
|
Rp as CmdSidebar,
|
14445
14507
|
Up as CmdSiteFooter,
|
@@ -14453,7 +14515,7 @@ export {
|
|
14453
14515
|
Jp as CmdTable,
|
14454
14516
|
Yp as CmdTabs,
|
14455
14517
|
Kp as CmdTextImageBlock,
|
14456
|
-
|
14518
|
+
La as CmdThumbnailScroller,
|
14457
14519
|
Xp as CmdToggleDarkMode,
|
14458
14520
|
uo as CmdTooltip,
|
14459
14521
|
$p as CmdUploadForm,
|
@@ -14466,7 +14528,7 @@ export {
|
|
14466
14528
|
iy as MultipleListsOfLinks,
|
14467
14529
|
ai as createHtmlId,
|
14468
14530
|
Be as createUuid,
|
14469
|
-
|
14531
|
+
Le as getFileExtension,
|
14470
14532
|
zt as openFancyBox,
|
14471
14533
|
sy as useSequence
|
14472
14534
|
};
|