comand-component-library 4.2.14 → 4.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/comand-component-library.js +816 -811
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/assets/data/image.json +2 -1
- package/src/components/CmdImage.vue +2 -2
- package/src/components/CmdLoginForm.vue +4 -1
- package/src/components/CmdTextImageBlock.vue +1 -1
- package/src/index.js +1 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
var El = Object.defineProperty;
|
2
2
|
var Hl = (e, t, n) => t in e ? El(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
3
3
|
var Je = (e, t, n) => Hl(e, typeof t != "symbol" ? t + "" : t, n);
|
4
|
-
import { defineComponent as hi, h as Dn, resolveComponent as
|
4
|
+
import { defineComponent as hi, h as Dn, resolveComponent as we, openBlock as a, createBlock as v, normalizeClass as C, createElementBlock as r, getCurrentInstance as ql, resolveDynamicComponent as Fe, withModifiers as S, withCtx as w, withDirectives as $, createElementVNode as o, createVNode as p, createCommentVNode as m, vShow as ye, Fragment as _, toDisplayString as y, renderSlot as A, normalizeProps as j, mergeProps as I, createTextVNode as H, renderList as q, Transition as Pe, toHandlers as zt, TransitionGroup as dn, createApp as Rl, normalizeStyle as xt, guardReactiveProps as Ve, useCssVars as gi, vModelDynamic as jl, createStaticVNode as Nl, vModelText as Wt, resolveDirective as Ul, vModelSelect as zl, vModelRadio as Pt, onBeforeUpdate as Wl, onMounted as Gl, onUnmounted as Kl, reactive as Yl } from "vue";
|
5
5
|
const $e = /^[a-z0-9]+(-[a-z0-9]+)*$/, wt = (e, t, n, s = "") => {
|
6
6
|
const i = e.split(":");
|
7
7
|
if (e.slice(0, 1) === "@") {
|
@@ -1228,7 +1228,7 @@ const Wo = {
|
|
1228
1228
|
}
|
1229
1229
|
}, Yo = ["title"];
|
1230
1230
|
function Jo(e, t, n, s, i, l) {
|
1231
|
-
const d =
|
1231
|
+
const d = we("Icon");
|
1232
1232
|
return l.isIconify ? (a(), v(d, {
|
1233
1233
|
key: 0,
|
1234
1234
|
icon: n.iconClass,
|
@@ -1241,7 +1241,7 @@ function Jo(e, t, n, s, i, l) {
|
|
1241
1241
|
}, null, 10, Yo));
|
1242
1242
|
}
|
1243
1243
|
const G = /* @__PURE__ */ F(Ko, [["render", Jo]]);
|
1244
|
-
function
|
1244
|
+
function _e(e, t) {
|
1245
1245
|
return _t(e, "EditComponentWrapper", t);
|
1246
1246
|
}
|
1247
1247
|
function Zo(e) {
|
@@ -1254,9 +1254,9 @@ function _t(e, t, n) {
|
|
1254
1254
|
var s;
|
1255
1255
|
return ((s = e == null ? void 0 : e.$options) == null ? void 0 : s.name) === t && (n == null || n(e)) ? e : e != null && e.$parent ? _t(e.$parent, t, n) : null;
|
1256
1256
|
}
|
1257
|
-
function
|
1257
|
+
function Oe(e, ...t) {
|
1258
1258
|
const n = [];
|
1259
|
-
for (let s =
|
1259
|
+
for (let s = _e(e); s; s = _e(s.$parent))
|
1260
1260
|
s.componentPath && n.unshift(...s.componentPath);
|
1261
1261
|
return n.push(...t), n;
|
1262
1262
|
}
|
@@ -1326,10 +1326,10 @@ const $o = {
|
|
1326
1326
|
},
|
1327
1327
|
computed: {
|
1328
1328
|
isOuterComponent() {
|
1329
|
-
return !
|
1329
|
+
return !_e(this.$parent, (e) => (e == null ? void 0 : e.componentName) !== "CmdContainer");
|
1330
1330
|
},
|
1331
1331
|
active() {
|
1332
|
-
return this.editModeContext ?
|
1332
|
+
return this.editModeContext ? _e(this.$parent, (t) => (t == null ? void 0 : t.componentName) !== "CmdContainer") ? !!this.editModeContext.system.isActiveChildComponent(ge(this)) : !!this.editModeContext.system.isActiveComponent(ge(this)) : !1;
|
1333
1333
|
},
|
1334
1334
|
editing() {
|
1335
1335
|
var e;
|
@@ -1349,15 +1349,15 @@ const $o = {
|
|
1349
1349
|
},
|
1350
1350
|
// provide actions from store as methods inside this component
|
1351
1351
|
showActionButtons() {
|
1352
|
-
const e =
|
1353
|
-
this.editModeContext.system.setActiveComponent(
|
1352
|
+
const e = _e(this.$parent, (t) => (t == null ? void 0 : t.componentName) !== "CmdContainer");
|
1353
|
+
this.editModeContext.system.setActiveComponent(ge(e), ge(this));
|
1354
1354
|
},
|
1355
1355
|
deleteComponent() {
|
1356
1356
|
var e;
|
1357
|
-
!this.editing && this.allowDeleteComponent && confirm("Delete this component and its content?") && ((e = this.editModeContext) == null || e.store.deleteContent(
|
1357
|
+
!this.editing && this.allowDeleteComponent && confirm("Delete this component and its content?") && ((e = this.editModeContext) == null || e.store.deleteContent(ge(this)), this.editModeContext.settings.stopEditing());
|
1358
1358
|
},
|
1359
1359
|
deleteInnerComponent() {
|
1360
|
-
this.editModeContext.store.deleteContent(
|
1360
|
+
this.editModeContext.store.deleteContent(ge(this)), this.editModeContext.settings.stopEditing();
|
1361
1361
|
},
|
1362
1362
|
cancelComponent(e) {
|
1363
1363
|
this.editing && (e.stopPropagation(), this.editModeContext.content.stopEditing());
|
@@ -1372,7 +1372,7 @@ const $o = {
|
|
1372
1372
|
},
|
1373
1373
|
saveComponent() {
|
1374
1374
|
this.editModeContext.store.updateContent(
|
1375
|
-
|
1375
|
+
ge(this),
|
1376
1376
|
this.updateHandlerProviders.map((e) => e())
|
1377
1377
|
), this.editModeContext.content.stopEditing();
|
1378
1378
|
},
|
@@ -1382,18 +1382,18 @@ const $o = {
|
|
1382
1382
|
this.componentName,
|
1383
1383
|
this.componentProps,
|
1384
1384
|
this.allowedComponentTypes,
|
1385
|
-
|
1385
|
+
ge(this),
|
1386
1386
|
this.saveSettings,
|
1387
1387
|
this.deleteInnerComponent,
|
1388
1388
|
t || "edit"
|
1389
1389
|
);
|
1390
1390
|
},
|
1391
1391
|
addEntry(e) {
|
1392
|
-
this.itemProvider ? this.editModeContext.content.addContent(
|
1392
|
+
this.itemProvider ? this.editModeContext.content.addContent(ge(this), this.itemProvider) : this.editSettings(e, "add");
|
1393
1393
|
},
|
1394
1394
|
saveSettings(e) {
|
1395
1395
|
this.editModeContext.store.updateSettings(
|
1396
|
-
|
1396
|
+
ge(this),
|
1397
1397
|
e
|
1398
1398
|
), this.editModeContext.settings.stopEditing();
|
1399
1399
|
},
|
@@ -1410,7 +1410,7 @@ const $o = {
|
|
1410
1410
|
watch: {
|
1411
1411
|
componentPath: {
|
1412
1412
|
handler() {
|
1413
|
-
this.componentIdentifier = Xo(
|
1413
|
+
this.componentIdentifier = Xo(ge(this));
|
1414
1414
|
},
|
1415
1415
|
immediate: !0,
|
1416
1416
|
deep: !0
|
@@ -1420,9 +1420,9 @@ const $o = {
|
|
1420
1420
|
}
|
1421
1421
|
}
|
1422
1422
|
};
|
1423
|
-
function
|
1423
|
+
function ge(e) {
|
1424
1424
|
const t = [];
|
1425
|
-
for (let n = e; n; n =
|
1425
|
+
for (let n = e; n; n = _e(n.$parent))
|
1426
1426
|
n.componentPath && t.unshift(...n.componentPath);
|
1427
1427
|
return t;
|
1428
1428
|
}
|
@@ -1513,7 +1513,7 @@ function ha(e, t, n, s, i, l) {
|
|
1513
1513
|
], 2))
|
1514
1514
|
]))
|
1515
1515
|
], 8, ta), [
|
1516
|
-
[
|
1516
|
+
[ye, l.active]
|
1517
1517
|
])
|
1518
1518
|
])) : (a(), r(_, { key: 1 }, [
|
1519
1519
|
l.isOuterComponent ? (a(), r("p", aa, y(n.componentName), 1)) : m("", !0),
|
@@ -1587,7 +1587,7 @@ function ha(e, t, n, s, i, l) {
|
|
1587
1587
|
], 10, fa))
|
1588
1588
|
])) : m("", !0)
|
1589
1589
|
], 40, sa), [
|
1590
|
-
[
|
1590
|
+
[ye, l.active]
|
1591
1591
|
])
|
1592
1592
|
], 64)),
|
1593
1593
|
A(e.$slots, "default", { editing: l.editing })
|
@@ -1625,7 +1625,7 @@ const qe = /* @__PURE__ */ F($o, [["render", ha]]), se = {
|
|
1625
1625
|
if (this.$refs.editComponentWrapper)
|
1626
1626
|
(e = this.$refs.editComponentWrapper) == null || e.addUpdateHandlerProvider(this.updateHandlerProvider);
|
1627
1627
|
else {
|
1628
|
-
const t =
|
1628
|
+
const t = _e(this.$parent);
|
1629
1629
|
t && (t.addEditStateListener((n) => this.editing = n), t.addUpdateHandlerProvider(this.updateHandlerProvider), t.setAddHandlerProvider(this.addHandlerProvider));
|
1630
1630
|
}
|
1631
1631
|
this.mainSidebarContext = !!Qo(this), this.settingsContext = !!Zo(this);
|
@@ -1690,7 +1690,7 @@ const qe = /* @__PURE__ */ F($o, [["render", ha]]), se = {
|
|
1690
1690
|
computed: {
|
1691
1691
|
componentActive() {
|
1692
1692
|
var e;
|
1693
|
-
return (e = this.editModeContext) == null ? void 0 : e.system.isActiveComponent(_e(
|
1693
|
+
return (e = this.editModeContext) == null ? void 0 : e.system.isActiveComponent(Oe(_e(this)));
|
1694
1694
|
},
|
1695
1695
|
headlineComponentPath() {
|
1696
1696
|
return this.componentPath || ["props", "cmdHeadline"];
|
@@ -1732,7 +1732,7 @@ const qe = /* @__PURE__ */ F($o, [["render", ha]]), se = {
|
|
1732
1732
|
}, ya = { class: "pre-headline-text-wrapper" }, ba = ["innerHTML"], xa = ["innerHTML"], Ca = { key: 1 }, va = ["innerHTML"], ka = { key: 2 }, wa = { class: "pre-headline-text" };
|
1733
1733
|
function Ta(e, t, n, s, i, l) {
|
1734
1734
|
var h;
|
1735
|
-
const d = G, u =
|
1735
|
+
const d = G, u = te, c = qe;
|
1736
1736
|
return !e.editModeContext || e.settingsContext || e.mainSidebarContext || n.headlineText ? (a(), r("div", {
|
1737
1737
|
key: 0,
|
1738
1738
|
class: C(["cmd-headline", { "has-pre-headline-text": n.preHeadlineText, "has-icon": (h = n.cmdIcon) == null ? void 0 : h.iconClass }, l.headlineTextAlign])
|
@@ -1990,7 +1990,7 @@ function La(e, t, n, s, i, l) {
|
|
1990
1990
|
])
|
1991
1991
|
], 2)) : m("", !0);
|
1992
1992
|
}
|
1993
|
-
const Fi = /* @__PURE__ */ F(Sa, [["render", La]]),
|
1993
|
+
const Fi = /* @__PURE__ */ F(Sa, [["render", La]]), me = {
|
1994
1994
|
props: {
|
1995
1995
|
/**
|
1996
1996
|
* Message properties for internationalization.
|
@@ -2050,7 +2050,7 @@ const Fi = /* @__PURE__ */ F(Sa, [["render", La]]), ce = {
|
|
2050
2050
|
}, Ba = {
|
2051
2051
|
name: "CmdListOfRequirements",
|
2052
2052
|
mixins: [
|
2053
|
-
|
2053
|
+
me,
|
2054
2054
|
Ia
|
2055
2055
|
],
|
2056
2056
|
props: {
|
@@ -2301,7 +2301,7 @@ const gn = /* @__PURE__ */ F(Pa, [["render", Ea]]), yn = {
|
|
2301
2301
|
};
|
2302
2302
|
},
|
2303
2303
|
mixins: [
|
2304
|
-
|
2304
|
+
me,
|
2305
2305
|
Ha
|
2306
2306
|
],
|
2307
2307
|
props: {
|
@@ -2622,7 +2622,7 @@ const xn = {
|
|
2622
2622
|
inheritAttrs: !1,
|
2623
2623
|
name: "CmdFormElement",
|
2624
2624
|
mixins: [
|
2625
|
-
|
2625
|
+
me,
|
2626
2626
|
yn,
|
2627
2627
|
bn,
|
2628
2628
|
Ot,
|
@@ -3160,7 +3160,7 @@ const xn = {
|
|
3160
3160
|
class: "search-field-wrapper flex-container no-gap"
|
3161
3161
|
}, xs = ["id", "maxlength", "value"], Cs = ["title"], vs = ["title"], ks = { key: 1 };
|
3162
3162
|
function ws(e, t, n, s, i, l) {
|
3163
|
-
var c, h, f, g, k, b, O, T, M, B, P, D, U, W, V, R, Y, Q, X,
|
3163
|
+
var c, h, f, g, k, b, O, T, M, B, P, D, U, W, V, R, Y, Q, X, le, ne, ie, re, pe;
|
3164
3164
|
const d = G, u = gn;
|
3165
3165
|
return n.element === "input" || n.element === "select" || n.element === "textarea" ? (a(), r("label", {
|
3166
3166
|
key: 0,
|
@@ -3318,11 +3318,11 @@ function ws(e, t, n, s, i, l) {
|
|
3318
3318
|
label: Z,
|
3319
3319
|
key: Z
|
3320
3320
|
}, [
|
3321
|
-
(a(!0), r(_, null, q(E, (
|
3322
|
-
key:
|
3323
|
-
value:
|
3324
|
-
selected:
|
3325
|
-
}, y(
|
3321
|
+
(a(!0), r(_, null, q(E, (de, fe) => (a(), r("option", {
|
3322
|
+
key: fe,
|
3323
|
+
value: de.value,
|
3324
|
+
selected: de.value === n.modelValue
|
3325
|
+
}, y(de.text), 9, fs))), 128))
|
3326
3326
|
], 8, ps))), 128)) : (a(!0), r(_, { key: 0 }, q(n.selectOptions, (E, Z) => (a(), r("option", {
|
3327
3327
|
key: Z,
|
3328
3328
|
value: E.value,
|
@@ -3391,14 +3391,14 @@ function ws(e, t, n, s, i, l) {
|
|
3391
3391
|
(V = n.nativeButton) != null && V.icon && ((R = n.nativeButton) != null && R.text) ? (a(), r("span", ks, y(n.nativeButton.text), 1)) : (a(), r(_, { key: 2 }, [
|
3392
3392
|
H(y(n.nativeButton.text), 1)
|
3393
3393
|
], 64)),
|
3394
|
-
(Q = (Y = n.nativeButton) == null ? void 0 : Y.icon) != null && Q.show && ((
|
3394
|
+
(Q = (Y = n.nativeButton) == null ? void 0 : Y.icon) != null && Q.show && ((le = (X = n.nativeButton) == null ? void 0 : X.icon) == null ? void 0 : le.position) === "after" ? (a(), v(d, {
|
3395
3395
|
key: 3,
|
3396
|
-
iconClass: (
|
3397
|
-
type: (
|
3396
|
+
iconClass: (ie = (ne = n.nativeButton) == null ? void 0 : ne.icon) == null ? void 0 : ie.iconClass,
|
3397
|
+
type: (pe = (re = n.nativeButton) == null ? void 0 : re.icon) == null ? void 0 : pe.iconType
|
3398
3398
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
3399
3399
|
], 16)) : m("", !0);
|
3400
3400
|
}
|
3401
|
-
const
|
3401
|
+
const te = /* @__PURE__ */ F(Ga, [["render", ws]]), Ts = {
|
3402
3402
|
name: "CmdAddressDataItem",
|
3403
3403
|
mixins: [se],
|
3404
3404
|
data() {
|
@@ -3528,7 +3528,7 @@ const ne = /* @__PURE__ */ F(Ga, [["render", ws]]), Ts = {
|
|
3528
3528
|
class: "country-name"
|
3529
3529
|
};
|
3530
3530
|
function Rs(e, t, n, s, i, l) {
|
3531
|
-
const d = G, u =
|
3531
|
+
const d = G, u = te;
|
3532
3532
|
return a(), r(_, null, [
|
3533
3533
|
o("dt", {
|
3534
3534
|
class: C(["cmd-address-data-item", { address: n.addressEntry.name === "address" }]),
|
@@ -3766,7 +3766,7 @@ const js = /* @__PURE__ */ F(Ts, [["render", Rs]]), Ns = {
|
|
3766
3766
|
methods: {
|
3767
3767
|
onAddItem() {
|
3768
3768
|
this.editModeContext.content.addContent(
|
3769
|
-
|
3769
|
+
Oe(this, "props", "addressData", -1),
|
3770
3770
|
this.itemProvider
|
3771
3771
|
);
|
3772
3772
|
},
|
@@ -4440,7 +4440,7 @@ const Ne = /* @__PURE__ */ F(hr, [["render", br]]), xr = {
|
|
4440
4440
|
class: "mandatory-text"
|
4441
4441
|
}, Lr = ["type"], Ir = { key: 1 };
|
4442
4442
|
function Br(e, t, n, s, i, l) {
|
4443
|
-
const d = Ne, u =
|
4443
|
+
const d = Ne, u = te;
|
4444
4444
|
return a(), r("form", {
|
4445
4445
|
class: C(["cmd-form", { error: i.errorOccurred }]),
|
4446
4446
|
action: n.formAction,
|
@@ -4552,13 +4552,13 @@ const Pi = /* @__PURE__ */ F(xr, [["render", Br]]), Dr = {
|
|
4552
4552
|
}
|
4553
4553
|
};
|
4554
4554
|
}
|
4555
|
-
},
|
4555
|
+
}, Se = class Se {
|
4556
4556
|
constructor(t) {
|
4557
4557
|
Je(this, "label");
|
4558
4558
|
this.label = t;
|
4559
4559
|
}
|
4560
4560
|
validate(t) {
|
4561
|
-
const n = this.validateRequired(t.lastName.value,
|
4561
|
+
const n = this.validateRequired(t.lastName.value, Se.PATTERN_SURNAME, this.label("form_error_invalid_surname")), s = this.validateRequired(t.email.value, Se.PATTERN_EMAIL, this.label("form_error_invalid_email")), i = this.validateRequired(t.userMessage.value, Se.PATTERN_MESSAGE, this.label("form_error_invalid_message"));
|
4562
4562
|
return t.lastName.error = n[0], t.lastName.errorMessage = n[1], t.email.error = s[0], t.email.errorMessage = s[1], t.userMessage.error = i[0], t.userMessage.errorMessage = i[1], console.log("validate", t.email), t.acceptPrivacy.error = !1, t.error = t.lastName.error || t.email.error || t.userMessage.error, t;
|
4563
4563
|
}
|
4564
4564
|
validatePrivacy(t) {
|
@@ -4568,8 +4568,8 @@ const Pi = /* @__PURE__ */ F(xr, [["render", Br]]), Dr = {
|
|
4568
4568
|
return !t || t.trim().length === 0 ? [!0, this.label("form_error_empty")] : n && !n.test(t) ? [!0, s || this.label("form_error_invalid")] : [!1, ""];
|
4569
4569
|
}
|
4570
4570
|
};
|
4571
|
-
Je(
|
4572
|
-
let $t =
|
4571
|
+
Je(Se, "PATTERN_SURNAME", /^[a-züöäßáéíóàèìòêîô '-]+$/i), Je(Se, "PATTERN_EMAIL", /^[a-z\d._%+-]+@[a-z\d._%+-]+\.[a-z]{2,}$/i), Je(Se, "PATTERN_MESSAGE", /^.{2,500}$/);
|
4572
|
+
let $t = Se;
|
4573
4573
|
function Xe(e) {
|
4574
4574
|
if (e) {
|
4575
4575
|
const t = e.lastIndexOf(".");
|
@@ -4823,10 +4823,10 @@ const Mr = {
|
|
4823
4823
|
deep: !0
|
4824
4824
|
}
|
4825
4825
|
}
|
4826
|
-
}, Fr = ["innerHTML"], Vr = ["src", "alt", "title"], Ar = ["src", "alt", "title"], Pr = ["innerHTML"], Er = ["innerHTML"], Hr = ["src", "alt", "title"], qr = ["innerHTML"], Rr = ["src", "alt", "title"];
|
4826
|
+
}, Fr = ["innerHTML"], Vr = ["src", "alt", "title"], Ar = ["src", "alt", "title"], Pr = ["innerHTML"], Er = ["innerHTML"], Hr = ["src", "alt", "title", "loading"], qr = ["innerHTML"], Rr = ["src", "alt", "title", "loading"];
|
4827
4827
|
function jr(e, t, n, s, i, l) {
|
4828
|
-
var c, h, f, g, k, b, O, T, M, B, P, D, U;
|
4829
|
-
const d =
|
4828
|
+
var c, h, f, g, k, b, O, T, M, B, P, D, U, W, V;
|
4829
|
+
const d = te, u = qe;
|
4830
4830
|
return e.editModeContext ? (a(), v(u, {
|
4831
4831
|
key: 0,
|
4832
4832
|
ref: "editComponentWrapper",
|
@@ -4839,14 +4839,14 @@ function jr(e, t, n, s, i, l) {
|
|
4839
4839
|
allowDeleteComponent: !!l.imageSource,
|
4840
4840
|
itemProvider: ((c = e.editModeConfig) == null ? void 0 : c.allowAddItem) !== !1 ? l.itemProvider : null
|
4841
4841
|
}, {
|
4842
|
-
default: w((
|
4843
|
-
var
|
4842
|
+
default: w((R) => {
|
4843
|
+
var Y, Q, X, le, ne, ie, re, pe, E, Z, de, fe;
|
4844
4844
|
return [
|
4845
4845
|
o("figure", {
|
4846
4846
|
class: C(["cmd-image flex-container no-gap vertical", l.textAlign])
|
4847
4847
|
}, [
|
4848
|
-
(
|
4849
|
-
|
4848
|
+
(Y = n.figcaption) != null && Y.show && ((Q = n.figcaption) == null ? void 0 : Q.position) === "top" ? (a(), r(_, { key: 0 }, [
|
4849
|
+
R.editing ? (a(), v(d, {
|
4850
4850
|
key: 0,
|
4851
4851
|
element: "input",
|
4852
4852
|
type: "text",
|
@@ -4854,25 +4854,25 @@ function jr(e, t, n, s, i, l) {
|
|
4854
4854
|
required: !0,
|
4855
4855
|
labelText: "Text figcaption",
|
4856
4856
|
modelValue: l.editableFigcaptionText,
|
4857
|
-
"onUpdate:modelValue": t[0] || (t[0] = (
|
4858
|
-
}, null, 8, ["class", "modelValue"])) : (
|
4857
|
+
"onUpdate:modelValue": t[0] || (t[0] = (oe) => l.editableFigcaptionText = oe)
|
4858
|
+
}, null, 8, ["class", "modelValue"])) : (X = n.figcaption) != null && X.text ? (a(), r("figcaption", {
|
4859
4859
|
key: 1,
|
4860
|
-
innerHTML: (
|
4860
|
+
innerHTML: (le = n.figcaption) == null ? void 0 : le.text
|
4861
4861
|
}, null, 8, Fr)) : m("", !0)
|
4862
4862
|
], 64)) : m("", !0),
|
4863
|
-
|
4863
|
+
R.editing ? (a(), r(_, { key: 1 }, [
|
4864
4864
|
o("a", I({
|
4865
4865
|
href: "#",
|
4866
4866
|
class: ["box drop-area flex-container vertical", { "allow-drop": i.allowDrop }]
|
4867
4867
|
}, zt(l.dragAndDropHandler, !0), {
|
4868
|
-
onClick: t[1] || (t[1] = S((...
|
4868
|
+
onClick: t[1] || (t[1] = S((...oe) => l.selectFiles && l.selectFiles(...oe), ["prevent"])),
|
4869
4869
|
title: "Drag new image to this area to replace old one!"
|
4870
4870
|
}), [
|
4871
4871
|
t[6] || (t[6] = o("span", { class: "icon-image" }, null, -1)),
|
4872
4872
|
o("img", {
|
4873
4873
|
src: l.imageSource,
|
4874
|
-
alt: (
|
4875
|
-
title: (
|
4874
|
+
alt: (ne = n.image) == null ? void 0 : ne.alt,
|
4875
|
+
title: (ie = n.image) == null ? void 0 : ie.tooltip
|
4876
4876
|
}, null, 8, Vr)
|
4877
4877
|
], 16),
|
4878
4878
|
p(d, {
|
@@ -4887,11 +4887,11 @@ function jr(e, t, n, s, i, l) {
|
|
4887
4887
|
], 64)) : l.imageSource ? (a(), r("img", {
|
4888
4888
|
key: 2,
|
4889
4889
|
src: l.imageSource,
|
4890
|
-
alt: (
|
4891
|
-
title: (
|
4890
|
+
alt: (re = n.image) == null ? void 0 : re.alt,
|
4891
|
+
title: (pe = n.image) == null ? void 0 : pe.tooltip
|
4892
4892
|
}, null, 8, Ar)) : m("", !0),
|
4893
|
-
(
|
4894
|
-
|
4893
|
+
(E = n.figcaption) != null && E.show && ((Z = n.figcaption) == null ? void 0 : Z.position) !== "top" ? (a(), r(_, { key: 3 }, [
|
4894
|
+
R.editing ? (a(), v(d, {
|
4895
4895
|
key: 0,
|
4896
4896
|
element: "input",
|
4897
4897
|
type: "text",
|
@@ -4900,18 +4900,18 @@ function jr(e, t, n, s, i, l) {
|
|
4900
4900
|
labelText: "Text figcaption",
|
4901
4901
|
showLabel: !1,
|
4902
4902
|
modelValue: l.editableFigcaptionText,
|
4903
|
-
"onUpdate:modelValue": t[2] || (t[2] = (
|
4903
|
+
"onUpdate:modelValue": t[2] || (t[2] = (oe) => l.editableFigcaptionText = oe),
|
4904
4904
|
placeholder: "figcaption"
|
4905
|
-
}, null, 8, ["class", "modelValue"])) : (
|
4905
|
+
}, null, 8, ["class", "modelValue"])) : (de = n.figcaption) != null && de.text ? (a(), r("figcaption", {
|
4906
4906
|
key: 1,
|
4907
|
-
innerHTML: (
|
4907
|
+
innerHTML: (fe = n.figcaption) == null ? void 0 : fe.text
|
4908
4908
|
}, null, 8, Pr)) : m("", !0)
|
4909
4909
|
], 64)) : m("", !0),
|
4910
|
-
!
|
4910
|
+
!R.editing && !l.imageSource ? (a(), r("button", {
|
4911
4911
|
key: 4,
|
4912
4912
|
type: "button",
|
4913
4913
|
class: "button confirm",
|
4914
|
-
onClick: t[3] || (t[3] = (...
|
4914
|
+
onClick: t[3] || (t[3] = (...oe) => l.onAddItem && l.onAddItem(...oe))
|
4915
4915
|
}, t[7] || (t[7] = [
|
4916
4916
|
o("span", { class: "icon-add" }, null, -1),
|
4917
4917
|
o("span", null, "Add new image", -1)
|
@@ -4932,22 +4932,24 @@ function jr(e, t, n, s, i, l) {
|
|
4932
4932
|
src: l.imageSource,
|
4933
4933
|
alt: (b = n.image) == null ? void 0 : b.alt,
|
4934
4934
|
title: (O = n.image) == null ? void 0 : O.tooltip,
|
4935
|
-
|
4935
|
+
loading: ((T = n.image) == null ? void 0 : T.lazyLoading) !== !1 ? "lazy" : null,
|
4936
|
+
onLoad: t[4] || (t[4] = (...R) => l.onImageLoaded && l.onImageLoaded(...R))
|
4936
4937
|
}, null, 40, Hr),
|
4937
|
-
((
|
4938
|
+
((M = n.figcaption) == null ? void 0 : M.position) !== "top" && ((B = n.figcaption) != null && B.text) && ((P = n.figcaption) != null && P.show) ? (a(), r("figcaption", {
|
4938
4939
|
key: 1,
|
4939
|
-
innerHTML: (
|
4940
|
+
innerHTML: (D = n.figcaption) == null ? void 0 : D.text
|
4940
4941
|
}, null, 8, qr)) : m("", !0)
|
4941
4942
|
], 2)) : (a(), r("img", {
|
4942
4943
|
key: 2,
|
4943
4944
|
class: "cmd-image",
|
4944
4945
|
src: l.imageSource,
|
4945
|
-
alt: (
|
4946
|
-
title: (
|
4947
|
-
|
4946
|
+
alt: (U = n.image) == null ? void 0 : U.alt,
|
4947
|
+
title: (W = n.image) == null ? void 0 : W.tooltip,
|
4948
|
+
loading: (V = n.image) != null && V.lazyLoading ? "lazy" : null,
|
4949
|
+
onLoad: t[5] || (t[5] = (...R) => l.onImageLoaded && l.onImageLoaded(...R))
|
4948
4950
|
}, null, 40, Rr));
|
4949
4951
|
}
|
4950
|
-
const
|
4952
|
+
const xe = /* @__PURE__ */ F(Mr, [["render", jr]]), Nr = {
|
4951
4953
|
data() {
|
4952
4954
|
return {
|
4953
4955
|
defaultMessageProperties: {
|
@@ -4960,7 +4962,7 @@ const ye = /* @__PURE__ */ F(Mr, [["render", jr]]), Nr = {
|
|
4960
4962
|
}
|
4961
4963
|
}, Ur = {
|
4962
4964
|
name: "CmdSlideButton",
|
4963
|
-
mixins: [
|
4965
|
+
mixins: [me, Nr],
|
4964
4966
|
props: {
|
4965
4967
|
/**
|
4966
4968
|
* set slide-button-type
|
@@ -5041,7 +5043,7 @@ const Lt = /* @__PURE__ */ F(Ur, [["render", Wr]]), Gr = {
|
|
5041
5043
|
name: "CmdThumbnailScroller",
|
5042
5044
|
emits: ["click"],
|
5043
5045
|
mixins: [
|
5044
|
-
|
5046
|
+
me,
|
5045
5047
|
Gr,
|
5046
5048
|
se
|
5047
5049
|
],
|
@@ -5209,7 +5211,7 @@ const Lt = /* @__PURE__ */ F(Ur, [["render", Wr]]), Gr = {
|
|
5209
5211
|
},
|
5210
5212
|
onAddItem() {
|
5211
5213
|
this.editModeContext.content.addContent(
|
5212
|
-
|
5214
|
+
Oe(this, "props", "thumbnailScrollerItems", -1),
|
5213
5215
|
this.itemProvider
|
5214
5216
|
);
|
5215
5217
|
},
|
@@ -5237,7 +5239,7 @@ const Lt = /* @__PURE__ */ F(Ur, [["render", Wr]]), Gr = {
|
|
5237
5239
|
e && this.items.unshift(e);
|
5238
5240
|
},
|
5239
5241
|
showFancyBox(e) {
|
5240
|
-
this.allowOpenFancyBox &&
|
5242
|
+
this.allowOpenFancyBox && ve({ fancyBoxGallery: this.items, defaultGalleryIndex: e }), this.emitCurrentItemId(e);
|
5241
5243
|
},
|
5242
5244
|
emitCurrentItemId(e) {
|
5243
5245
|
if (this.contentType === "image") {
|
@@ -5265,7 +5267,7 @@ const Lt = /* @__PURE__ */ F(Ur, [["render", Wr]]), Gr = {
|
|
5265
5267
|
}, Yr = { class: "inner-thumbnail-wrapper" }, Jr = ["href", "onClick", "title", "target"], Zr = { key: 1 }, Qr = { key: 1 }, Xr = { key: 0 };
|
5266
5268
|
function $r(e, t, n, s, i, l) {
|
5267
5269
|
var f;
|
5268
|
-
const d = J, u = Lt, c =
|
5270
|
+
const d = J, u = Lt, c = xe, h = G;
|
5269
5271
|
return a(), r("div", {
|
5270
5272
|
class: C([
|
5271
5273
|
"cmd-thumbnail-scroller",
|
@@ -5347,7 +5349,7 @@ function $r(e, t, n, s, i, l) {
|
|
5347
5349
|
])
|
5348
5350
|
], 2);
|
5349
5351
|
}
|
5350
|
-
const Ei = /* @__PURE__ */ F(Kr, [["render", $r]]),
|
5352
|
+
const Ei = /* @__PURE__ */ F(Kr, [["render", $r]]), ve = (e) => {
|
5351
5353
|
const t = document.createElement("div");
|
5352
5354
|
document.querySelector("body").appendChild(t), Rl(Hi, {
|
5353
5355
|
...e,
|
@@ -5652,13 +5654,13 @@ const td = Hi, nd = ["aria-label"], id = { class: "flex-container" }, ld = {
|
|
5652
5654
|
class: "flex-container no-flex"
|
5653
5655
|
}, fd = ["title"], hd = { key: 1 }, gd = ["title"], yd = { key: 1 };
|
5654
5656
|
function bd(e, t, n, s, i, l) {
|
5655
|
-
var g, k, b, O, T, M, B, P, D, U, W, V, R, Y, Q, X,
|
5656
|
-
const d = J, u = G, c =
|
5657
|
+
var g, k, b, O, T, M, B, P, D, U, W, V, R, Y, Q, X, le, ne, ie, re, pe, E, Z, de, fe, oe, Le, Ie, Be, De, Me;
|
5658
|
+
const d = J, u = G, c = xe, h = Lt, f = Ei;
|
5657
5659
|
return a(), r("dialog", {
|
5658
5660
|
ref: "dialog",
|
5659
5661
|
class: C(["cmd-fancybox", { "show-overlay": e.showOverlay, image: e.fancyBoxImageUrl || e.fancyBoxGallery, "image-gallery": e.fancyBoxGallery }]),
|
5660
5662
|
"aria-label": e.ariaLabelText,
|
5661
|
-
onCancel: t[5] || (t[5] = (...
|
5663
|
+
onCancel: t[5] || (t[5] = (...ue) => e.onDialogCancel && e.onDialogCancel(...ue))
|
5662
5664
|
}, [
|
5663
5665
|
o("header", id, [
|
5664
5666
|
(g = e.cmdHeadline) != null && g.headlineText ? (a(), v(d, j(I({ key: 0 }, e.cmdHeadline)), null, 16)) : m("", !0),
|
@@ -5668,7 +5670,7 @@ function bd(e, t, n, s, i, l) {
|
|
5668
5670
|
href: "#",
|
5669
5671
|
class: "button print-color",
|
5670
5672
|
title: (T = e.fancyBoxOptionsProperties.printButtons.color) == null ? void 0 : T.tooltip,
|
5671
|
-
onClick: t[0] || (t[0] = S((
|
5673
|
+
onClick: t[0] || (t[0] = S((ue) => e.printPage("color"), ["prevent"]))
|
5672
5674
|
}, [
|
5673
5675
|
p(u, {
|
5674
5676
|
iconClass: (M = e.fancyBoxOptionsProperties.printButtons.color) == null ? void 0 : M.iconClass,
|
@@ -5680,7 +5682,7 @@ function bd(e, t, n, s, i, l) {
|
|
5680
5682
|
href: "#",
|
5681
5683
|
class: "button print-grayscale",
|
5682
5684
|
title: (D = e.fancyBoxOptionsProperties.printButtons.grayscale) == null ? void 0 : D.tooltip,
|
5683
|
-
onClick: t[1] || (t[1] = S((
|
5685
|
+
onClick: t[1] || (t[1] = S((ue) => e.printPage("grayscale"), ["prevent"]))
|
5684
5686
|
}, [
|
5685
5687
|
p(u, {
|
5686
5688
|
iconClass: (U = e.fancyBoxOptionsProperties.printButtons.grayscale) == null ? void 0 : U.iconClass,
|
@@ -5694,7 +5696,7 @@ function bd(e, t, n, s, i, l) {
|
|
5694
5696
|
id: "close-dialog",
|
5695
5697
|
title: (R = e.fancyBoxOptionsProperties.closeIcon) == null ? void 0 : R.tooltip,
|
5696
5698
|
ref: "close-dialog",
|
5697
|
-
onClick: t[2] || (t[2] = S((...
|
5699
|
+
onClick: t[2] || (t[2] = S((...ue) => e.close && e.close(...ue), ["prevent"]))
|
5698
5700
|
}, [
|
5699
5701
|
p(u, {
|
5700
5702
|
iconClass: (Y = e.fancyBoxOptionsProperties.closeIcon) == null ? void 0 : Y.iconClass,
|
@@ -5709,7 +5711,7 @@ function bd(e, t, n, s, i, l) {
|
|
5709
5711
|
e.fancyBoxImageUrl || (X = e.cmdImage) != null && X.image ? (a(), r("div", rd, [
|
5710
5712
|
p(c, {
|
5711
5713
|
image: e.largeSingleImage,
|
5712
|
-
figcaption: (
|
5714
|
+
figcaption: (le = e.cmdImage) == null ? void 0 : le.figcaption
|
5713
5715
|
}, null, 8, ["image", "figcaption"])
|
5714
5716
|
])) : e.fancyBoxContent ? (a(), r("div", {
|
5715
5717
|
key: 1,
|
@@ -5732,22 +5734,22 @@ function bd(e, t, n, s, i, l) {
|
|
5732
5734
|
]))
|
5733
5735
|
], 2),
|
5734
5736
|
e.showSubmitButtons && e.fancyBoxOptionsProperties.submitButtons ? (a(), r("footer", pd, [
|
5735
|
-
(
|
5737
|
+
(ne = e.fancyBoxOptionsProperties.submitButtons) != null && ne.cancel ? (a(), r("button", {
|
5736
5738
|
key: 0,
|
5737
|
-
onClick: t[3] || (t[3] = (...
|
5738
|
-
title: (
|
5739
|
+
onClick: t[3] || (t[3] = (...ue) => e.cancel && e.cancel(...ue)),
|
5740
|
+
title: (ie = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : ie.tooltip
|
5739
5741
|
}, [
|
5740
5742
|
(re = e.fancyBoxOptionsProperties.submitButtons.cancel) != null && re.iconClass ? (a(), v(u, {
|
5741
5743
|
key: 0,
|
5742
|
-
iconClass: (
|
5744
|
+
iconClass: (pe = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : pe.iconClass,
|
5743
5745
|
type: (E = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : E.iconType
|
5744
5746
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5745
|
-
(Z = e.fancyBoxOptionsProperties.submitButtons.cancel) != null && Z.buttonText ? (a(), r("span", hd, y((
|
5747
|
+
(Z = e.fancyBoxOptionsProperties.submitButtons.cancel) != null && Z.buttonText ? (a(), r("span", hd, y((de = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : de.buttonText), 1)) : m("", !0)
|
5746
5748
|
], 8, fd)) : m("", !0),
|
5747
|
-
(
|
5749
|
+
(fe = e.fancyBoxOptionsProperties.submitButtons) != null && fe.confirm ? (a(), r("button", {
|
5748
5750
|
key: 1,
|
5749
|
-
onClick: t[4] || (t[4] = (...
|
5750
|
-
title: (
|
5751
|
+
onClick: t[4] || (t[4] = (...ue) => e.confirm && e.confirm(...ue)),
|
5752
|
+
title: (oe = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : oe.tooltip
|
5751
5753
|
}, [
|
5752
5754
|
(Le = e.fancyBoxOptionsProperties.submitButtons.confirm) != null && Le.iconClass ? (a(), v(u, {
|
5753
5755
|
key: 0,
|
@@ -5769,7 +5771,7 @@ function bd(e, t, n, s, i, l) {
|
|
5769
5771
|
const xd = /* @__PURE__ */ F(td, [["render", bd]]), Cd = {
|
5770
5772
|
emits: ["submit"],
|
5771
5773
|
mixins: [
|
5772
|
-
|
5774
|
+
me,
|
5773
5775
|
Dr
|
5774
5776
|
],
|
5775
5777
|
inject: {
|
@@ -5961,7 +5963,7 @@ const xd = /* @__PURE__ */ F(td, [["render", bd]]), Cd = {
|
|
5961
5963
|
mounted() {
|
5962
5964
|
var e, t;
|
5963
5965
|
(t = (e = this.$refs.dataPrivacy) == null ? void 0 : e.querySelector(".component-fancybox")) == null || t.addEventListener("click", (n) => {
|
5964
|
-
n.preventDefault(),
|
5966
|
+
n.preventDefault(), ve({ url: n.target.getAttribute("href") });
|
5965
5967
|
});
|
5966
5968
|
},
|
5967
5969
|
computed: {
|
@@ -6046,10 +6048,10 @@ const xd = /* @__PURE__ */ F(td, [["render", bd]]), Cd = {
|
|
6046
6048
|
this.formData = Object.assign({}, this.validator.validate(this.formData));
|
6047
6049
|
},
|
6048
6050
|
executeLink(e, t) {
|
6049
|
-
e.fancybox && (t.preventDefault(),
|
6051
|
+
e.fancybox && (t.preventDefault(), ve({ url: e }));
|
6050
6052
|
},
|
6051
6053
|
openDataPrivacy(e) {
|
6052
|
-
|
6054
|
+
ve({ url: e });
|
6053
6055
|
}
|
6054
6056
|
},
|
6055
6057
|
watch: {
|
@@ -6071,7 +6073,7 @@ const xd = /* @__PURE__ */ F(td, [["render", bd]]), Cd = {
|
|
6071
6073
|
class: "flex-container"
|
6072
6074
|
}, _d = ["innerHTML"];
|
6073
6075
|
function Od(e, t, n, s, i, l) {
|
6074
|
-
const d = J, u =
|
6076
|
+
const d = J, u = te, c = Pi;
|
6075
6077
|
return a(), r("div", vd, [
|
6076
6078
|
n.cmdHeadline ? (a(), v(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
6077
6079
|
p(c, I({
|
@@ -6085,7 +6087,7 @@ function Od(e, t, n, s, i, l) {
|
|
6085
6087
|
ref: "form"
|
6086
6088
|
}), {
|
6087
6089
|
default: w(() => {
|
6088
|
-
var h, f, g, k, b, O, T, M, B, P, D, U, W, V, R, Y, Q, X,
|
6090
|
+
var h, f, g, k, b, O, T, M, B, P, D, U, W, V, R, Y, Q, X, le, ne, ie, re, pe, E, Z, de, fe, oe, Le, Ie, Be, De, Me, ue, at, st, Ge, rt, dt, ut, ct;
|
6089
6091
|
return [
|
6090
6092
|
n.configuration.salutation ? (a(), r("div", kd, [
|
6091
6093
|
p(u, {
|
@@ -6181,7 +6183,7 @@ function Od(e, t, n, s, i, l) {
|
|
6181
6183
|
labelText: e.getMessage("basic_form.labeltext.country"),
|
6182
6184
|
selectOptions: (Q = n.configuration.country) == null ? void 0 : Q.selectOptions,
|
6183
6185
|
required: (X = n.configuration.country) == null ? void 0 : X.required,
|
6184
|
-
name: (
|
6186
|
+
name: (le = n.configuration.country) == null ? void 0 : le.name,
|
6185
6187
|
modelValue: i.formData.country.value,
|
6186
6188
|
"onUpdate:modelValue": [
|
6187
6189
|
t[6] || (t[6] = (K) => i.formData.country.value = K),
|
@@ -6193,10 +6195,10 @@ function Od(e, t, n, s, i, l) {
|
|
6193
6195
|
n.configuration.streetNo ? (a(), v(u, {
|
6194
6196
|
key: 1,
|
6195
6197
|
element: "input",
|
6196
|
-
type: ((
|
6198
|
+
type: ((ne = n.configuration.streetNo) == null ? void 0 : ne.type) || "text",
|
6197
6199
|
labelText: e.getMessage("basic_form.labeltext.street_no"),
|
6198
6200
|
placeholder: e.getMessage("basic_form.placeholder.street_no"),
|
6199
|
-
required: (
|
6201
|
+
required: (ie = n.configuration.streetNo) == null ? void 0 : ie.required,
|
6200
6202
|
name: (re = n.configuration.streetNo) == null ? void 0 : re.name,
|
6201
6203
|
modelValue: i.formData.streetNo.value,
|
6202
6204
|
"onUpdate:modelValue": t[7] || (t[7] = (K) => i.formData.streetNo.value = K),
|
@@ -6206,7 +6208,7 @@ function Od(e, t, n, s, i, l) {
|
|
6206
6208
|
n.configuration.pobox ? (a(), v(u, {
|
6207
6209
|
key: 2,
|
6208
6210
|
element: "input",
|
6209
|
-
type: ((
|
6211
|
+
type: ((pe = n.configuration.pobox) == null ? void 0 : pe.type) || "text",
|
6210
6212
|
labelText: e.getMessage("basic_form.labeltext.pobox"),
|
6211
6213
|
placeholder: e.getMessage("basic_form.placeholder.pobox"),
|
6212
6214
|
required: (E = n.configuration.pobox) == null ? void 0 : E.required,
|
@@ -6223,11 +6225,11 @@ function Od(e, t, n, s, i, l) {
|
|
6223
6225
|
key: 0,
|
6224
6226
|
element: "input",
|
6225
6227
|
class: "input-zip",
|
6226
|
-
type: ((
|
6228
|
+
type: ((de = n.configuration.zip) == null ? void 0 : de.type) || "number",
|
6227
6229
|
labelText: e.getMessage("basic_form.labeltext.zip"),
|
6228
6230
|
placeholder: e.getMessage("basic_form.placeholder.zip"),
|
6229
|
-
required: (
|
6230
|
-
name: (
|
6231
|
+
required: (fe = n.configuration.zip) == null ? void 0 : fe.required,
|
6232
|
+
name: (oe = n.configuration.zip) == null ? void 0 : oe.name,
|
6231
6233
|
modelValue: i.formData.zip.value,
|
6232
6234
|
"onUpdate:modelValue": t[9] || (t[9] = (K) => i.formData.zip.value = K),
|
6233
6235
|
status: i.formData.zip.error ? "error" : "",
|
@@ -6254,7 +6256,7 @@ function Od(e, t, n, s, i, l) {
|
|
6254
6256
|
labelText: e.getMessage("basic_form.labeltext.additional_address_info"),
|
6255
6257
|
placeholder: e.getMessage("basic_form.placeholder.additional_address_info"),
|
6256
6258
|
required: (Me = n.configuration.additionalAddressInfo) == null ? void 0 : Me.required,
|
6257
|
-
name: (
|
6259
|
+
name: (ue = n.configuration.additionalAddressInfo) == null ? void 0 : ue.name,
|
6258
6260
|
modelValue: i.formData.additionalAddressInfo.value,
|
6259
6261
|
"onUpdate:modelValue": t[11] || (t[11] = (K) => i.formData.additionalAddressInfo.value = K),
|
6260
6262
|
status: i.formData.additionalAddressInfo.error ? "error" : "",
|
@@ -6330,7 +6332,7 @@ const qi = /* @__PURE__ */ F(Cd, [["render", Od]]), Ld = {
|
|
6330
6332
|
}
|
6331
6333
|
}, Id = ["src", "alt"], Bd = ["title"], Dd = { key: 2 }, Md = ["title"], Fd = ["src", "alt"];
|
6332
6334
|
function Vd(e, t, n, s, i, l) {
|
6333
|
-
var d, u, c, h, f, g, k, b, O, T, M, B, P, D, U, W, V, R, Y, Q, X,
|
6335
|
+
var d, u, c, h, f, g, k, b, O, T, M, B, P, D, U, W, V, R, Y, Q, X, le;
|
6334
6336
|
return a(), r(_, null, [
|
6335
6337
|
(d = n.image) != null && d.src && (((u = n.image) == null ? void 0 : u.position) === "left" || ((c = n.image) == null ? void 0 : c.position) === "top" || !((h = n.image) != null && h.position)) ? (a(), r("img", {
|
6336
6338
|
key: 0,
|
@@ -6351,7 +6353,7 @@ function Vd(e, t, n, s, i, l) {
|
|
6351
6353
|
(R = n.image) != null && R.src && (((Y = n.image) == null ? void 0 : Y.position) === "right" || ((Q = n.image) == null ? void 0 : Q.position) === "bottom") ? (a(), r("img", {
|
6352
6354
|
key: 4,
|
6353
6355
|
src: (X = e.img) == null ? void 0 : X.src,
|
6354
|
-
alt: (
|
6356
|
+
alt: (le = n.image) == null ? void 0 : le.alt
|
6355
6357
|
}, null, 8, Fd)) : m("", !0),
|
6356
6358
|
A(e.$slots, "default")
|
6357
6359
|
], 64);
|
@@ -6449,7 +6451,7 @@ const Ad = /* @__PURE__ */ F(Ld, [["render", Vd]]), Pd = {
|
|
6449
6451
|
}, Ed = ["href", "target", "title"], Hd = ["title"];
|
6450
6452
|
function qd(e, t, n, s, i, l) {
|
6451
6453
|
var c, h, f;
|
6452
|
-
const d = Ad, u =
|
6454
|
+
const d = Ad, u = we("router-link");
|
6453
6455
|
return n.linkType === "href" ? (a(), r("a", {
|
6454
6456
|
key: 0,
|
6455
6457
|
href: n.path,
|
@@ -6548,7 +6550,7 @@ const Re = /* @__PURE__ */ F(Pd, [["render", qd]]), Rd = {
|
|
6548
6550
|
};
|
6549
6551
|
function zd(e, t, n, s, i, l) {
|
6550
6552
|
var h, f, g, k, b, O, T, M, B, P, D, U, W;
|
6551
|
-
const d = Re, u =
|
6553
|
+
const d = Re, u = we("CmdListOfLinksItem", !0), c = te;
|
6552
6554
|
return e.editing ? (a(), r("div", Ud, [
|
6553
6555
|
p(c, {
|
6554
6556
|
element: "input",
|
@@ -6685,7 +6687,7 @@ const Wd = /* @__PURE__ */ F(Rd, [["render", zd]]), Gd = {
|
|
6685
6687
|
methods: {
|
6686
6688
|
onAddItem() {
|
6687
6689
|
this.editModeContext.content.addContent(
|
6688
|
-
|
6690
|
+
Oe(this, "props", "links", -1),
|
6689
6691
|
this.itemProvider
|
6690
6692
|
);
|
6691
6693
|
},
|
@@ -6798,7 +6800,7 @@ const Cn = /* @__PURE__ */ F(Gd, [["render", Yd]]), Jd = {
|
|
6798
6800
|
}, vn = {
|
6799
6801
|
name: "CmdBox",
|
6800
6802
|
mixins: [
|
6801
|
-
|
6803
|
+
me,
|
6802
6804
|
Jd,
|
6803
6805
|
Zd
|
6804
6806
|
],
|
@@ -7148,7 +7150,7 @@ const Qd = ["title"], Xd = {
|
|
7148
7150
|
};
|
7149
7151
|
function Du(e, t, n, s, i, l) {
|
7150
7152
|
var g, k, b, O, T, M, B, P, D, U, W;
|
7151
|
-
const d = J, u = G, c =
|
7153
|
+
const d = J, u = G, c = xe, h = Re, f = Cn;
|
7152
7154
|
return n.boxType === "content" ? (a(), r("div", {
|
7153
7155
|
key: 0,
|
7154
7156
|
ref: "cmdBox",
|
@@ -7243,7 +7245,7 @@ function Du(e, t, n, s, i, l) {
|
|
7243
7245
|
], 2)) : m("", !0)
|
7244
7246
|
], 2))
|
7245
7247
|
], 2), [
|
7246
|
-
[
|
7248
|
+
[ye, i.open]
|
7247
7249
|
]),
|
7248
7250
|
(U = n.cmdLink) != null && U.linkType ? (a(), r("div", iu, [
|
7249
7251
|
p(h, j(Ve(n.cmdLink)), null, 16)
|
@@ -7615,7 +7617,7 @@ const Eu = {
|
|
7615
7617
|
class: "separator"
|
7616
7618
|
};
|
7617
7619
|
function Gu(e, t, n, s, i, l) {
|
7618
|
-
const d = G, u =
|
7620
|
+
const d = G, u = we("router-link");
|
7619
7621
|
return a(), r("ul", Hu, [
|
7620
7622
|
n.breadcrumbLabel ? (a(), r("li", qu, y(n.breadcrumbLabel), 1)) : m("", !0),
|
7621
7623
|
(a(!0), r(_, null, q(n.breadcrumbLinks || [], (c, h) => (a(), r("li", { key: h }, [
|
@@ -7737,7 +7739,7 @@ const ji = /* @__PURE__ */ F(Eu, [["render", Gu]]), Ku = {
|
|
7737
7739
|
}, Yu = { class: "cmd-company-logo company-logo" }, Ju = ["href", "title"];
|
7738
7740
|
function Zu(e, t, n, s, i, l) {
|
7739
7741
|
var c, h, f, g, k, b;
|
7740
|
-
const d =
|
7742
|
+
const d = xe, u = we("router-link");
|
7741
7743
|
return a(), r("div", Yu, [
|
7742
7744
|
((c = n.link) == null ? void 0 : c.type) === "router" ? (a(), v(u, {
|
7743
7745
|
key: 0,
|
@@ -7898,7 +7900,7 @@ const nc = /* @__PURE__ */ F(Qu, [["render", tc]]), ic = {
|
|
7898
7900
|
}
|
7899
7901
|
}, lc = {
|
7900
7902
|
name: "CmdCookieDisclaimer",
|
7901
|
-
mixins: [
|
7903
|
+
mixins: [me, ic],
|
7902
7904
|
data() {
|
7903
7905
|
return {
|
7904
7906
|
showCookieDisclaimer: !0,
|
@@ -8035,7 +8037,7 @@ const nc = /* @__PURE__ */ F(Qu, [["render", tc]]), ic = {
|
|
8035
8037
|
class: "flex-container vertical"
|
8036
8038
|
}, fc = ["onClick", "title"], hc = { class: "collapsible-box-body" }, gc = { key: 0 }, yc = { key: 1 }, bc = ["href", "target"], xc = ["innerHTML"], Cc = { class: "button-wrapper align-center" };
|
8037
8039
|
function vc(e, t, n, s, i, l) {
|
8038
|
-
const d = J, u =
|
8040
|
+
const d = J, u = te;
|
8039
8041
|
return a(), v(Pe, { name: "fade" }, {
|
8040
8042
|
default: w(() => {
|
8041
8043
|
var c, h, f;
|
@@ -8096,7 +8098,7 @@ function vc(e, t, n, s, i, l) {
|
|
8096
8098
|
}, y(b.linkDataPrivacy.linkText), 9, mc)
|
8097
8099
|
])) : m("", !0)
|
8098
8100
|
], 512), [
|
8099
|
-
[
|
8101
|
+
[ye, l.boxIsOpen(b.id)]
|
8100
8102
|
])
|
8101
8103
|
]))), 128))
|
8102
8104
|
])) : m("", !0),
|
@@ -8147,7 +8149,7 @@ function vc(e, t, n, s, i, l) {
|
|
8147
8149
|
}, y(b.linkDataPrivacy.linkText), 9, bc)
|
8148
8150
|
])) : m("", !0)
|
8149
8151
|
], 512), [
|
8150
|
-
[
|
8152
|
+
[ye, l.boxIsOpen(b.id)]
|
8151
8153
|
])
|
8152
8154
|
]))), 128))
|
8153
8155
|
])) : m("", !0)
|
@@ -8213,7 +8215,7 @@ const _c = /* @__PURE__ */ F(wc, [["render", Sc]]), Oc = {
|
|
8213
8215
|
name: "CmdFakeSelect",
|
8214
8216
|
inheritAttrs: !1,
|
8215
8217
|
mixins: [
|
8216
|
-
|
8218
|
+
me,
|
8217
8219
|
Oc,
|
8218
8220
|
bn,
|
8219
8221
|
Ot,
|
@@ -8486,7 +8488,7 @@ const _c = /* @__PURE__ */ F(wc, [["render", Sc]]), Oc = {
|
|
8486
8488
|
};
|
8487
8489
|
function Jc(e, t, n, s, i, l) {
|
8488
8490
|
var h, f, g, k;
|
8489
|
-
const d = G, u = gn, c =
|
8491
|
+
const d = G, u = gn, c = we("router-link");
|
8490
8492
|
return a(), r("div", {
|
8491
8493
|
class: C([
|
8492
8494
|
i.validationStatus,
|
@@ -8831,7 +8833,7 @@ function Gi() {
|
|
8831
8833
|
const dm = {
|
8832
8834
|
name: "CmdGoogleMaps",
|
8833
8835
|
mixins: [
|
8834
|
-
|
8836
|
+
me,
|
8835
8837
|
sm
|
8836
8838
|
],
|
8837
8839
|
data() {
|
@@ -8967,12 +8969,12 @@ const Ki = /* @__PURE__ */ F(dm, [["render", mm]]), pm = {
|
|
8967
8969
|
},
|
8968
8970
|
onAddItem() {
|
8969
8971
|
this.editModeContext.content.addContent(
|
8970
|
-
|
8972
|
+
Oe(this, "props", "images", -1),
|
8971
8973
|
this.itemProvider
|
8972
8974
|
);
|
8973
8975
|
},
|
8974
8976
|
showFancyBox(e) {
|
8975
|
-
|
8977
|
+
ve({ fancyBoxGallery: this.images, defaultGalleryIndex: e });
|
8976
8978
|
},
|
8977
8979
|
getMessage() {
|
8978
8980
|
return "";
|
@@ -9001,7 +9003,7 @@ const Ki = /* @__PURE__ */ F(dm, [["render", mm]]), pm = {
|
|
9001
9003
|
}, fm = { class: "grid-container-create-columns cmd-image-gallery" }, hm = ["onClick", "title"];
|
9002
9004
|
function gm(e, t, n, s, i, l) {
|
9003
9005
|
var c;
|
9004
|
-
const d = J, u =
|
9006
|
+
const d = J, u = xe;
|
9005
9007
|
return a(), r("div", fm, [
|
9006
9008
|
(c = n.cmdHeadline) != null && c.headlineText || e.editModeContext ? (a(), v(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
9007
9009
|
e.editModeContext ? n.images.length ? (a(!0), r(_, { key: 2 }, q(n.images, (h, f) => (a(), v(u, {
|
@@ -9090,7 +9092,7 @@ function Xn(e, t, n) {
|
|
9090
9092
|
}
|
9091
9093
|
const xm = { class: "cmd-image-zoom flex-container" }, Cm = ["title"], vm = { class: "zoom-container" };
|
9092
9094
|
function km(e, t, n, s, i, l) {
|
9093
|
-
const d =
|
9095
|
+
const d = xe;
|
9094
9096
|
return a(), r("div", xm, [
|
9095
9097
|
o("a", {
|
9096
9098
|
href: "#",
|
@@ -9367,7 +9369,7 @@ function Vm(e, t, n, s, i, l) {
|
|
9367
9369
|
role: e.validationStatus === "error" ? "alert" : "dialog"
|
9368
9370
|
}, null, 8, ["showRequirements", "cmdListOfRequirements", "validationStatus", "validationMessage", "inputAttributes", "inputModelValue", "helplink", "relatedId", "role"])) : m("", !0)
|
9369
9371
|
], 512), [
|
9370
|
-
[
|
9372
|
+
[ye, n.showLabel]
|
9371
9373
|
]),
|
9372
9374
|
n.useSlot ? (a(), r("div", Fm, [
|
9373
9375
|
A(e.$slots, "default")
|
@@ -9402,6 +9404,107 @@ function Vm(e, t, n, s, i, l) {
|
|
9402
9404
|
], 10, Sm);
|
9403
9405
|
}
|
9404
9406
|
const Yi = /* @__PURE__ */ F(Tm, [["render", Vm]]), Am = {
|
9407
|
+
name: "CmdListOfImages",
|
9408
|
+
emits: ["click"],
|
9409
|
+
//mixins: [EditMode],
|
9410
|
+
props: {
|
9411
|
+
/**
|
9412
|
+
* style component like a box
|
9413
|
+
*
|
9414
|
+
* @affectsStyling: true
|
9415
|
+
*/
|
9416
|
+
styleAsBox: {
|
9417
|
+
type: Boolean,
|
9418
|
+
default: !1
|
9419
|
+
},
|
9420
|
+
/**
|
9421
|
+
* list of displayed images
|
9422
|
+
*/
|
9423
|
+
images: {
|
9424
|
+
type: Array,
|
9425
|
+
required: !1
|
9426
|
+
},
|
9427
|
+
/**
|
9428
|
+
* toggle orientation of list
|
9429
|
+
*
|
9430
|
+
* @allowedValues: horizontal, vertical
|
9431
|
+
*/
|
9432
|
+
orientation: {
|
9433
|
+
type: String,
|
9434
|
+
default: "vertical",
|
9435
|
+
validator(e) {
|
9436
|
+
return e === "horizontal" || e === "vertical";
|
9437
|
+
}
|
9438
|
+
},
|
9439
|
+
/**
|
9440
|
+
* properties for CmdHeadline-component
|
9441
|
+
*/
|
9442
|
+
cmdHeadline: {
|
9443
|
+
type: Object,
|
9444
|
+
required: !1
|
9445
|
+
}
|
9446
|
+
},
|
9447
|
+
methods: {
|
9448
|
+
/*
|
9449
|
+
onAddItem() {
|
9450
|
+
this.editModeContext.content.addContent(
|
9451
|
+
buildComponentPath(this, 'props', 'links', -1),
|
9452
|
+
this.itemProvider)
|
9453
|
+
},
|
9454
|
+
itemProvider() {
|
9455
|
+
return {
|
9456
|
+
"iconClass": "icon-user-profile",
|
9457
|
+
"type": "href",
|
9458
|
+
"text": "Linktext",
|
9459
|
+
"path": "#",
|
9460
|
+
"tooltip": "Tooltip",
|
9461
|
+
"target": "_blank"
|
9462
|
+
}
|
9463
|
+
},
|
9464
|
+
updateHandlerProvider() {
|
9465
|
+
return updateHandlerProvider(this, {
|
9466
|
+
update(props, childUpdateHandlers) {
|
9467
|
+
const cmdHeadlineUpdateHandler = childUpdateHandlers?.find(handler => handler.name === "CmdHeadline")
|
9468
|
+
if (cmdHeadlineUpdateHandler) {
|
9469
|
+
props.cmdHeadline = props.cmdHeadline || {}
|
9470
|
+
cmdHeadlineUpdateHandler.update(props.cmdHeadline)
|
9471
|
+
}
|
9472
|
+
}
|
9473
|
+
})
|
9474
|
+
}
|
9475
|
+
*/
|
9476
|
+
}
|
9477
|
+
}, Pm = {
|
9478
|
+
key: 0,
|
9479
|
+
href: "#"
|
9480
|
+
};
|
9481
|
+
function Em(e, t, n, s, i, l) {
|
9482
|
+
var c;
|
9483
|
+
const d = J, u = xe;
|
9484
|
+
return a(), r("div", {
|
9485
|
+
class: C([
|
9486
|
+
"cmd-list-of-images",
|
9487
|
+
{
|
9488
|
+
box: n.styleAsBox
|
9489
|
+
}
|
9490
|
+
])
|
9491
|
+
}, [
|
9492
|
+
(c = n.cmdHeadline) != null && c.headlineText ? (a(), v(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
9493
|
+
o("ul", {
|
9494
|
+
class: C(["list-of-images", { vertical: n.orientation === "vertical" }])
|
9495
|
+
}, [
|
9496
|
+
(a(!0), r(_, null, q(n.images, (h, f) => (a(), r("li", { key: f }, [
|
9497
|
+
h.image.url ? (a(), r("a", Pm, [
|
9498
|
+
p(u, I({ ref_for: !0 }, h), null, 16)
|
9499
|
+
])) : (a(), v(u, I({
|
9500
|
+
key: 1,
|
9501
|
+
ref_for: !0
|
9502
|
+
}, h), null, 16))
|
9503
|
+
]))), 128))
|
9504
|
+
], 2)
|
9505
|
+
], 2);
|
9506
|
+
}
|
9507
|
+
const Hm = /* @__PURE__ */ F(Am, [["render", Em]]), qm = {
|
9405
9508
|
name: "CmdLoginForm",
|
9406
9509
|
data() {
|
9407
9510
|
return {
|
@@ -9752,16 +9855,16 @@ const Yi = /* @__PURE__ */ F(Tm, [["render", Vm]]), Am = {
|
|
9752
9855
|
immediate: !0
|
9753
9856
|
}
|
9754
9857
|
}
|
9755
|
-
},
|
9858
|
+
}, Rm = { class: "cmd-login-form flex-container" }, jm = {
|
9756
9859
|
key: 1,
|
9757
9860
|
class: "gsi-material-button stretch-on-small-devices"
|
9758
|
-
},
|
9861
|
+
}, Nm = { class: "gsi-material-button-content-wrapper" }, Um = { class: "gsi-material-button-icon" }, zm = {
|
9759
9862
|
version: "1.1",
|
9760
9863
|
xmlns: "http://www.w3.org/2000/svg",
|
9761
9864
|
viewBox: "0 0 48 48",
|
9762
9865
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
9763
9866
|
style: { display: "block" }
|
9764
|
-
},
|
9867
|
+
}, Wm = {
|
9765
9868
|
key: 2,
|
9766
9869
|
class: "fb-login-button stretch-on-small-devices",
|
9767
9870
|
"data-width": "200",
|
@@ -9770,24 +9873,24 @@ const Yi = /* @__PURE__ */ F(Tm, [["render", Vm]]), Am = {
|
|
9770
9873
|
"data-layout": "",
|
9771
9874
|
"data-auto-logout-link": "false",
|
9772
9875
|
"data-use-continue-as": "false"
|
9773
|
-
},
|
9876
|
+
}, Gm = { key: 1 }, Km = { class: "option-wrapper flex-container" }, Ym = {
|
9774
9877
|
key: 0,
|
9775
9878
|
class: "flex-container reset-flex no-wrap-on-small-devices justify-content-space-around"
|
9776
|
-
},
|
9777
|
-
function
|
9879
|
+
}, Jm = { key: 1 }, Zm = ["type", "disabled"], Qm = { key: 1 }, Xm = { class: "cmd-login-form flex-container" }, $m = { class: "option-wrapper flex-container" }, ep = ["type", "disabled"], tp = { key: 1 };
|
9880
|
+
function np(e, t, n, s, i, l) {
|
9778
9881
|
var f, g, k, b, O, T, M, B, P;
|
9779
|
-
const d = J, u = G, c =
|
9882
|
+
const d = J, u = G, c = te, h = Re;
|
9780
9883
|
return a(), r(_, null, [
|
9781
|
-
$(o("fieldset",
|
9884
|
+
$(o("fieldset", Rm, [
|
9782
9885
|
o("legend", {
|
9783
9886
|
class: C({ hidden: !n.legendLoginForm.show, "align-left": n.legendLoginForm.align === "left" })
|
9784
9887
|
}, y(n.legendLoginForm.text), 3),
|
9785
9888
|
n.cmdHeadlineLoginForm ? (a(), v(d, j(I({ key: 0 }, n.cmdHeadlineLoginForm)), null, 16)) : m("", !0),
|
9786
|
-
n.enableLoginWithGoogle ? (a(), r("button",
|
9889
|
+
n.enableLoginWithGoogle ? (a(), r("button", jm, [
|
9787
9890
|
t[13] || (t[13] = o("div", { class: "gsi-material-button-state" }, null, -1)),
|
9788
|
-
o("div",
|
9789
|
-
o("div",
|
9790
|
-
(a(), r("svg",
|
9891
|
+
o("div", Nm, [
|
9892
|
+
o("div", Um, [
|
9893
|
+
(a(), r("svg", zm, t[10] || (t[10] = [
|
9791
9894
|
Nl('<path fill="#EA4335" d="M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z"></path><path fill="#4285F4" d="M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z"></path><path fill="#FBBC05" d="M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z"></path><path fill="#34A853" d="M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z"></path><path fill="none" d="M0 0h48v48H0z"></path>', 5)
|
9792
9895
|
])))
|
9793
9896
|
]),
|
@@ -9795,8 +9898,8 @@ function Xm(e, t, n, s, i, l) {
|
|
9795
9898
|
t[12] || (t[12] = o("span", { style: { display: "none" } }, "Sign in with Google", -1))
|
9796
9899
|
])
|
9797
9900
|
])) : m("", !0),
|
9798
|
-
n.enableLoginWithFacebook ? (a(), r("div",
|
9799
|
-
n.enableLoginWithGoogle || n.enableLoginWithFacebook ? (a(), r("button", I({
|
9901
|
+
n.enableLoginWithFacebook ? (a(), r("div", Wm)) : m("", !0),
|
9902
|
+
(n.enableLoginWithGoogle || n.enableLoginWithFacebook) && !i.showLogin ? (a(), r("button", I({
|
9800
9903
|
key: 3,
|
9801
9904
|
class: "button stretch-on-small-devices"
|
9802
9905
|
}, l.buttonLoginWithYourDataDefaultOptions, {
|
@@ -9808,7 +9911,7 @@ function Xm(e, t, n, s, i, l) {
|
|
9808
9911
|
type: l.buttonLoginWithYourDataDefaultOptions.icon.iconType,
|
9809
9912
|
title: l.buttonLoginWithYourDataDefaultOptions.icon.tooltip
|
9810
9913
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
9811
|
-
l.buttonLoginWithYourDataDefaultOptions.text ? (a(), r("span",
|
9914
|
+
l.buttonLoginWithYourDataDefaultOptions.text ? (a(), r("span", Gm, y(l.buttonLoginWithYourDataDefaultOptions.text), 1)) : m("", !0)
|
9812
9915
|
], 16)) : m("", !0),
|
9813
9916
|
$(o("div", {
|
9814
9917
|
class: C(["login-fields flex-container", { vertical: n.orientation === "vertical" }])
|
@@ -9831,11 +9934,11 @@ function Xm(e, t, n, s, i, l) {
|
|
9831
9934
|
onValidationStatusChange: t[4] || (t[4] = (D) => l.checkValidationStatus(D, "password"))
|
9832
9935
|
}), null, 16, ["modelValue"])
|
9833
9936
|
], 2), [
|
9834
|
-
[
|
9937
|
+
[ye, i.showLogin]
|
9835
9938
|
]),
|
9836
9939
|
A(e.$slots, "login"),
|
9837
|
-
o("div",
|
9838
|
-
n.linkForgotPassword || n.linkCreateAccount ? (a(), r("div",
|
9940
|
+
o("div", Km, [
|
9941
|
+
n.linkForgotPassword || n.linkCreateAccount ? (a(), r("div", Ym, [
|
9839
9942
|
n.linkForgotPassword ? (a(), r("a", {
|
9840
9943
|
key: 0,
|
9841
9944
|
href: "#",
|
@@ -9847,7 +9950,7 @@ function Xm(e, t, n, s, i, l) {
|
|
9847
9950
|
type: n.linkForgotPassword.icon.iconType,
|
9848
9951
|
title: n.linkForgotPassword.icon.tooltip
|
9849
9952
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
9850
|
-
n.linkForgotPassword.text ? (a(), r("span",
|
9953
|
+
n.linkForgotPassword.text ? (a(), r("span", Jm, y(n.linkForgotPassword.text), 1)) : m("", !0)
|
9851
9954
|
])) : m("", !0),
|
9852
9955
|
n.linkCreateAccount ? (a(), v(h, {
|
9853
9956
|
key: 1,
|
@@ -9875,13 +9978,13 @@ function Xm(e, t, n, s, i, l) {
|
|
9875
9978
|
type: l.buttonLoginDefaultOptions.icon.iconType,
|
9876
9979
|
title: l.buttonLoginDefaultOptions.icon.tooltip
|
9877
9980
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
9878
|
-
l.buttonLoginDefaultOptions.text ? (a(), r("span",
|
9879
|
-
], 16,
|
9981
|
+
l.buttonLoginDefaultOptions.text ? (a(), r("span", Qm, y(l.buttonLoginDefaultOptions.text), 1)) : m("", !0)
|
9982
|
+
], 16, Zm)) : m("", !0)
|
9880
9983
|
])
|
9881
9984
|
], 512), [
|
9882
|
-
[
|
9985
|
+
[ye, !i.sendLogin]
|
9883
9986
|
]),
|
9884
|
-
$(o("fieldset",
|
9987
|
+
$(o("fieldset", Xm, [
|
9885
9988
|
o("legend", {
|
9886
9989
|
class: C({ hidden: !n.legendForgotLoginForm.show, "align-left": n.legendForgotLoginForm.align === "left" })
|
9887
9990
|
}, y(n.legendForgotLoginForm.text), 3),
|
@@ -9895,7 +9998,7 @@ function Xm(e, t, n, s, i, l) {
|
|
9895
9998
|
"onUpdate:modelValue": t[8] || (t[8] = (D) => i.sendLoginMail = D)
|
9896
9999
|
}, l.cmdFormElementSendLoginOptions), null, 16, ["modelValue"]),
|
9897
10000
|
A(e.$slots, "send-login"),
|
9898
|
-
o("div",
|
10001
|
+
o("div", $m, [
|
9899
10002
|
o("a", {
|
9900
10003
|
href: "#",
|
9901
10004
|
onClick: t[9] || (t[9] = S((...D) => l.toggleSendLoginView && l.toggleSendLoginView(...D), ["prevent"]))
|
@@ -9918,15 +10021,15 @@ function Xm(e, t, n, s, i, l) {
|
|
9918
10021
|
iconClass: (B = l.buttonSendLoginOptions.icon) == null ? void 0 : B.iconClass,
|
9919
10022
|
title: (P = l.buttonSendLoginOptions.icon) == null ? void 0 : P.tooltip
|
9920
10023
|
}, null, 8, ["iconClass", "title"])) : m("", !0),
|
9921
|
-
l.buttonSendLoginOptions.text ? (a(), r("span",
|
9922
|
-
], 16,
|
10024
|
+
l.buttonSendLoginOptions.text ? (a(), r("span", tp, y(l.buttonSendLoginOptions.text), 1)) : m("", !0)
|
10025
|
+
], 16, ep)) : m("", !0)
|
9923
10026
|
])
|
9924
10027
|
], 512), [
|
9925
|
-
[
|
10028
|
+
[ye, i.sendLogin]
|
9926
10029
|
])
|
9927
10030
|
], 64);
|
9928
10031
|
}
|
9929
|
-
const
|
10032
|
+
const ip = /* @__PURE__ */ F(qm, [["render", np]]), lp = {
|
9930
10033
|
name: "CmdMainNavigation",
|
9931
10034
|
data() {
|
9932
10035
|
return {
|
@@ -10062,12 +10165,12 @@ const $m = /* @__PURE__ */ F(Am, [["render", Xm]]), ep = {
|
|
10062
10165
|
this.$emit("offcanvas", { open: this.showOffcanvas });
|
10063
10166
|
}
|
10064
10167
|
}
|
10065
|
-
},
|
10168
|
+
}, op = {
|
10066
10169
|
key: 0,
|
10067
10170
|
class: "close-nav"
|
10068
|
-
},
|
10069
|
-
function
|
10070
|
-
const d = G, u =
|
10171
|
+
}, ap = ["href", "title", "target", "onClick"], sp = { key: 1 }, rp = { key: 1 }, dp = ["aria-expanded"], up = ["href", "title", "target", "onClick"], cp = { key: 1 }, mp = { key: 1 }, pp = ["aria-expanded"], fp = ["href", "title", "target", "onClick"], hp = { key: 1 }, gp = { key: 1 };
|
10172
|
+
function yp(e, t, n, s, i, l) {
|
10173
|
+
const d = G, u = we("router-link");
|
10071
10174
|
return a(), r("div", {
|
10072
10175
|
class: C([
|
10073
10176
|
"cmd-main-navigation main-navigation-wrapper",
|
@@ -10084,7 +10187,7 @@ function pp(e, t, n, s, i, l) {
|
|
10084
10187
|
o("ul", {
|
10085
10188
|
class: C({ "stretch-items": n.stretchMainItems })
|
10086
10189
|
}, [
|
10087
|
-
i.showOffcanvas ? (a(), r("li",
|
10190
|
+
i.showOffcanvas ? (a(), r("li", op, [
|
10088
10191
|
o("a", {
|
10089
10192
|
href: "#",
|
10090
10193
|
id: "close-offcanvas",
|
@@ -10121,12 +10224,12 @@ function pp(e, t, n, s, i, l) {
|
|
10121
10224
|
iconClass: c.iconClass,
|
10122
10225
|
type: c.iconType
|
10123
10226
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
10124
|
-
c.text ? (a(), r("span",
|
10227
|
+
c.text ? (a(), r("span", sp, y(c.text), 1)) : m("", !0),
|
10125
10228
|
(g = c == null ? void 0 : c.subentries) != null && g.length ? (a(), r("span", {
|
10126
10229
|
key: 2,
|
10127
10230
|
class: C(["subentry-icon", n.subentriesIconClass])
|
10128
10231
|
}, null, 2)) : m("", !0)
|
10129
|
-
], 40,
|
10232
|
+
], 40, ap)) : m("", !0),
|
10130
10233
|
c.type === "router" ? (a(), v(u, {
|
10131
10234
|
key: 1,
|
10132
10235
|
to: l.getRoute(c),
|
@@ -10139,7 +10242,7 @@ function pp(e, t, n, s, i, l) {
|
|
10139
10242
|
iconClass: c.iconClass,
|
10140
10243
|
type: c.iconType
|
10141
10244
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
10142
|
-
c.text ? (a(), r("span",
|
10245
|
+
c.text ? (a(), r("span", rp, y(c.text), 1)) : m("", !0),
|
10143
10246
|
c.subentries && c.subentries.length > 0 ? (a(), r("span", {
|
10144
10247
|
key: 2,
|
10145
10248
|
class: C(["subentry-icon", n.subentriesIconClass])
|
@@ -10171,12 +10274,12 @@ function pp(e, t, n, s, i, l) {
|
|
10171
10274
|
iconClass: b.iconClass,
|
10172
10275
|
type: b.iconType
|
10173
10276
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
10174
|
-
b.text ? (a(), r("span",
|
10277
|
+
b.text ? (a(), r("span", cp, y(b.text), 1)) : m("", !0),
|
10175
10278
|
b.subentries && b.subentries.length > 0 ? (a(), r("span", {
|
10176
10279
|
key: 2,
|
10177
10280
|
class: C(["subentry-icon", n.subentriesIconClass])
|
10178
10281
|
}, null, 2)) : m("", !0)
|
10179
|
-
], 40,
|
10282
|
+
], 40, up)) : m("", !0),
|
10180
10283
|
b.type === "router" ? (a(), v(u, {
|
10181
10284
|
key: 1,
|
10182
10285
|
to: l.getRoute(b),
|
@@ -10189,7 +10292,7 @@ function pp(e, t, n, s, i, l) {
|
|
10189
10292
|
iconClass: b.iconClass,
|
10190
10293
|
type: b.iconType
|
10191
10294
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
10192
|
-
b.text ? (a(), r("span",
|
10295
|
+
b.text ? (a(), r("span", mp, y(b.text), 1)) : m("", !0),
|
10193
10296
|
b.subentries && b.subentries.length > 0 ? (a(), r("span", {
|
10194
10297
|
key: 2,
|
10195
10298
|
class: C(["subentry-icon", n.subentriesIconClass])
|
@@ -10214,12 +10317,12 @@ function pp(e, t, n, s, i, l) {
|
|
10214
10317
|
iconClass: B.iconClass,
|
10215
10318
|
type: B.iconType
|
10216
10319
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
10217
|
-
B.text ? (a(), r("span",
|
10320
|
+
B.text ? (a(), r("span", hp, y(B.text), 1)) : m("", !0),
|
10218
10321
|
B.subentries && B.subentries.length > 0 ? (a(), r("span", {
|
10219
10322
|
key: 2,
|
10220
10323
|
class: C(["subentry-icon", n.subentriesIconClass])
|
10221
10324
|
}, null, 2)) : m("", !0)
|
10222
|
-
], 8,
|
10325
|
+
], 8, fp)) : m("", !0),
|
10223
10326
|
B.type === "router" ? (a(), v(u, {
|
10224
10327
|
key: 1,
|
10225
10328
|
to: l.getRoute(B),
|
@@ -10232,7 +10335,7 @@ function pp(e, t, n, s, i, l) {
|
|
10232
10335
|
iconClass: B.iconClass,
|
10233
10336
|
type: B.iconType
|
10234
10337
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
10235
|
-
B.text ? (a(), r("span",
|
10338
|
+
B.text ? (a(), r("span", gp, y(B.text), 1)) : m("", !0),
|
10236
10339
|
B.subentries && B.subentries.length > 0 ? (a(), r("span", {
|
10237
10340
|
key: 2,
|
10238
10341
|
class: C(["subentry-icon", n.subentriesIconClass])
|
@@ -10241,10 +10344,10 @@ function pp(e, t, n, s, i, l) {
|
|
10241
10344
|
_: 2
|
10242
10345
|
}, 1032, ["to", "target", "onClick"])) : m("", !0)
|
10243
10346
|
]))), 128))
|
10244
|
-
], 8,
|
10347
|
+
], 8, pp)) : m("", !0)
|
10245
10348
|
], 2);
|
10246
10349
|
}), 128))
|
10247
|
-
], 8,
|
10350
|
+
], 8, dp)) : m("", !0)
|
10248
10351
|
], 2);
|
10249
10352
|
}), 128))
|
10250
10353
|
], 2)
|
@@ -10266,7 +10369,7 @@ function pp(e, t, n, s, i, l) {
|
|
10266
10369
|
])) : m("", !0)
|
10267
10370
|
], 2);
|
10268
10371
|
}
|
10269
|
-
const Ji = /* @__PURE__ */ F(
|
10372
|
+
const Ji = /* @__PURE__ */ F(lp, [["render", yp]]), bp = {
|
10270
10373
|
name: "CmdMultistepFormProgressBar",
|
10271
10374
|
data() {
|
10272
10375
|
return {
|
@@ -10324,11 +10427,11 @@ const Ji = /* @__PURE__ */ F(ep, [["render", pp]]), fp = {
|
|
10324
10427
|
return Ue(e);
|
10325
10428
|
}
|
10326
10429
|
}
|
10327
|
-
},
|
10430
|
+
}, xp = {
|
10328
10431
|
key: 0,
|
10329
10432
|
class: "number"
|
10330
|
-
},
|
10331
|
-
function
|
10433
|
+
}, Cp = { key: 2 };
|
10434
|
+
function vp(e, t, n, s, i, l) {
|
10332
10435
|
const d = G, u = Re;
|
10333
10436
|
return a(), r("ol", {
|
10334
10437
|
class: C(["cmd-multistep-form-progress-bar", { "use-gap": n.useGap, "full-width": n.fullWidth }])
|
@@ -10347,13 +10450,13 @@ function yp(e, t, n, s, i, l) {
|
|
10347
10450
|
onClick: (f) => l.clickedStep(f, h)
|
10348
10451
|
}, {
|
10349
10452
|
default: w(() => [
|
10350
|
-
n.showStepNumber ? (a(), r("span",
|
10453
|
+
n.showStepNumber ? (a(), r("span", xp, y(h + 1), 1)) : m("", !0),
|
10351
10454
|
c.iconClass ? (a(), v(d, {
|
10352
10455
|
key: 1,
|
10353
10456
|
iconClass: c.iconClass,
|
10354
10457
|
type: c.iconType
|
10355
10458
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
10356
|
-
c.text ? (a(), r("span",
|
10459
|
+
c.text ? (a(), r("span", Cp, y(c.text), 1)) : m("", !0)
|
10357
10460
|
]),
|
10358
10461
|
_: 2
|
10359
10462
|
}, 1032, ["linkType", "class", "primaryButton", "path", "title", "onClick"]),
|
@@ -10364,7 +10467,7 @@ function yp(e, t, n, s, i, l) {
|
|
10364
10467
|
], 2))), 128))
|
10365
10468
|
], 2);
|
10366
10469
|
}
|
10367
|
-
const
|
10470
|
+
const kp = /* @__PURE__ */ F(bp, [["render", vp]]), wp = {
|
10368
10471
|
name: "CmdNewsletterSubscription",
|
10369
10472
|
emits: ["button-click"],
|
10370
10473
|
data() {
|
@@ -10513,10 +10616,10 @@ const bp = /* @__PURE__ */ F(fp, [["render", yp]]), xp = {
|
|
10513
10616
|
immediate: !0
|
10514
10617
|
}
|
10515
10618
|
}
|
10516
|
-
},
|
10517
|
-
function
|
10518
|
-
const d = Yi, u =
|
10519
|
-
return a(), r("fieldset",
|
10619
|
+
}, Tp = { class: "cmd-newsletter-subscription flex-container" }, Sp = { class: "button-wrapper" };
|
10620
|
+
function _p(e, t, n, s, i, l) {
|
10621
|
+
const d = Yi, u = te;
|
10622
|
+
return a(), r("fieldset", Tp, [
|
10520
10623
|
o("legend", {
|
10521
10624
|
class: C({ hidden: !n.legend.show, "align-left": n.legend.align === "left" })
|
10522
10625
|
}, y(n.legend.text), 3),
|
@@ -10540,7 +10643,7 @@ function kp(e, t, n, s, i, l) {
|
|
10540
10643
|
"onUpdate:modelValue": t[1] || (t[1] = (c) => l.email = c),
|
10541
10644
|
onValidationStatusChange: l.checkValidationStatus
|
10542
10645
|
}, null, 8, ["placeholder", "labelText", "required", "useCustomTooltip", "modelValue", "onValidationStatusChange"]),
|
10543
|
-
o("div",
|
10646
|
+
o("div", Sp, [
|
10544
10647
|
p(u, {
|
10545
10648
|
element: "button",
|
10546
10649
|
type: n.buttonType,
|
@@ -10552,7 +10655,7 @@ function kp(e, t, n, s, i, l) {
|
|
10552
10655
|
])
|
10553
10656
|
]);
|
10554
10657
|
}
|
10555
|
-
const
|
10658
|
+
const Op = /* @__PURE__ */ F(wp, [["render", _p]]);
|
10556
10659
|
function $n(e, t, n, s = !0, i = !0) {
|
10557
10660
|
function l(d, u) {
|
10558
10661
|
return u && d < 10 ? "0" + d : d;
|
@@ -10565,7 +10668,7 @@ function $n(e, t, n, s = !0, i = !0) {
|
|
10565
10668
|
return l(d, s) + e + l(u, !0) + t;
|
10566
10669
|
};
|
10567
10670
|
}
|
10568
|
-
const
|
10671
|
+
const Lp = {
|
10569
10672
|
name: "CmdOpeningHoursItem",
|
10570
10673
|
mixins: [se],
|
10571
10674
|
data() {
|
@@ -10653,21 +10756,21 @@ const Tp = {
|
|
10653
10756
|
deep: !0
|
10654
10757
|
}
|
10655
10758
|
}
|
10656
|
-
},
|
10759
|
+
}, Ip = { class: "cmd-opening-hours-item" }, Bp = {
|
10657
10760
|
key: 0,
|
10658
10761
|
class: "am"
|
10659
|
-
},
|
10762
|
+
}, Dp = {
|
10660
10763
|
key: 1,
|
10661
10764
|
class: "pm"
|
10662
|
-
},
|
10765
|
+
}, Mp = { class: "flex-container no-flex" }, Fp = { class: "flex-container no-flex am-wrapper" }, Vp = {
|
10663
10766
|
key: 1,
|
10664
10767
|
class: "input-wrapper"
|
10665
|
-
},
|
10768
|
+
}, Ap = ["title"], Pp = { class: "flex-container no-flex pm-wrapper" }, Ep = {
|
10666
10769
|
key: 1,
|
10667
10770
|
class: "input-wrapper"
|
10668
|
-
},
|
10669
|
-
function
|
10670
|
-
const d =
|
10771
|
+
}, Hp = ["title"];
|
10772
|
+
function qp(e, t, n, s, i, l) {
|
10773
|
+
const d = te;
|
10671
10774
|
return e.editing ? (a(), r(_, { key: 1 }, [
|
10672
10775
|
o("dt", null, [
|
10673
10776
|
p(d, {
|
@@ -10681,8 +10784,8 @@ function Ap(e, t, n, s, i, l) {
|
|
10681
10784
|
"onUpdate:modelValue": t[0] || (t[0] = (u) => i.editableDay.day = u)
|
10682
10785
|
}, null, 8, ["modelValue"])
|
10683
10786
|
]),
|
10684
|
-
o("dd",
|
10685
|
-
o("div",
|
10787
|
+
o("dd", Mp, [
|
10788
|
+
o("div", Fp, [
|
10686
10789
|
i.editableDay.amClosed ? (a(), v(d, {
|
10687
10790
|
key: 0,
|
10688
10791
|
element: "input",
|
@@ -10694,7 +10797,7 @@ function Ap(e, t, n, s, i, l) {
|
|
10694
10797
|
modelValue: i.editableDay.amDisplayText,
|
10695
10798
|
"onUpdate:modelValue": t[1] || (t[1] = (u) => i.editableDay.amDisplayText = u)
|
10696
10799
|
}, null, 8, ["modelValue"])) : m("", !0),
|
10697
|
-
i.editableDay.amClosed ? m("", !0) : (a(), r("div",
|
10800
|
+
i.editableDay.amClosed ? m("", !0) : (a(), r("div", Vp, [
|
10698
10801
|
p(d, {
|
10699
10802
|
element: "input",
|
10700
10803
|
type: "time",
|
@@ -10722,9 +10825,9 @@ function Ap(e, t, n, s, i, l) {
|
|
10722
10825
|
onClick: t[4] || (t[4] = S((u) => l.toggleClosedStatus("am"), ["prevent"])),
|
10723
10826
|
title: i.editableDay.amClosed ? "Set to open" : "Set to closed",
|
10724
10827
|
class: C(i.editableDay.amClosed ? "icon-clock" : "icon-blocked")
|
10725
|
-
}, null, 10,
|
10828
|
+
}, null, 10, Ap)
|
10726
10829
|
]),
|
10727
|
-
o("div",
|
10830
|
+
o("div", Pp, [
|
10728
10831
|
i.editableDay.pmClosed ? (a(), v(d, {
|
10729
10832
|
key: 0,
|
10730
10833
|
element: "input",
|
@@ -10736,7 +10839,7 @@ function Ap(e, t, n, s, i, l) {
|
|
10736
10839
|
modelValue: i.editableDay.pmDisplayText,
|
10737
10840
|
"onUpdate:modelValue": t[5] || (t[5] = (u) => i.editableDay.pmDisplayText = u)
|
10738
10841
|
}, null, 8, ["modelValue"])) : m("", !0),
|
10739
|
-
i.editableDay.pmClosed ? m("", !0) : (a(), r("div",
|
10842
|
+
i.editableDay.pmClosed ? m("", !0) : (a(), r("div", Ep, [
|
10740
10843
|
p(d, {
|
10741
10844
|
element: "input",
|
10742
10845
|
type: "time",
|
@@ -10764,20 +10867,20 @@ function Ap(e, t, n, s, i, l) {
|
|
10764
10867
|
onClick: t[8] || (t[8] = S((u) => l.toggleClosedStatus("pm"), ["prevent"])),
|
10765
10868
|
title: i.editableDay.pmClosed ? "Set to open" : "Set to closed",
|
10766
10869
|
class: C(i.editableDay.pmClosed ? "icon-clock" : "icon-blocked")
|
10767
|
-
}, null, 10,
|
10870
|
+
}, null, 10, Hp)
|
10768
10871
|
])
|
10769
10872
|
])
|
10770
10873
|
], 64)) : (a(), r(_, { key: 0 }, [
|
10771
|
-
o("dt",
|
10874
|
+
o("dt", Ip, y(n.day.day), 1),
|
10772
10875
|
o("dd", null, [
|
10773
|
-
n.day.am ? (a(), r("span",
|
10876
|
+
n.day.am ? (a(), r("span", Bp, [
|
10774
10877
|
n.day.am.displayText ? (a(), r(_, { key: 0 }, [
|
10775
10878
|
H(y(n.day.am.displayText), 1)
|
10776
10879
|
], 64)) : (a(), r(_, { key: 1 }, [
|
10777
10880
|
H(y(l.getTime(n.day.am.fromTime, n.abbreviationTextAm)) + " " + y(n.separator) + " " + y(l.getTime(n.day.am.tillTime)), 1)
|
10778
10881
|
], 64))
|
10779
10882
|
])) : m("", !0),
|
10780
|
-
n.day.pm ? (a(), r("span",
|
10883
|
+
n.day.pm ? (a(), r("span", Dp, [
|
10781
10884
|
n.day.pm.displayText ? (a(), r(_, { key: 0 }, [
|
10782
10885
|
H(y(n.day.pm.displayText), 1)
|
10783
10886
|
], 64)) : (a(), r(_, { key: 1 }, [
|
@@ -10787,20 +10890,20 @@ function Ap(e, t, n, s, i, l) {
|
|
10787
10890
|
])
|
10788
10891
|
], 64));
|
10789
10892
|
}
|
10790
|
-
const
|
10791
|
-
function
|
10893
|
+
const Rp = /* @__PURE__ */ F(Lp, [["render", qp]]);
|
10894
|
+
function jp(e) {
|
10792
10895
|
return (t, n) => {
|
10793
10896
|
const s = /* @__PURE__ */ new Date();
|
10794
10897
|
return s.setHours(t, n, 0, 0), new Intl.DateTimeFormat(e, { timeStyle: "short" }).format(s);
|
10795
10898
|
};
|
10796
10899
|
}
|
10797
|
-
function
|
10900
|
+
function Np(e, t, n, s = !0) {
|
10798
10901
|
function i(l, d) {
|
10799
10902
|
return d && l < 10 ? "0" + l : l;
|
10800
10903
|
}
|
10801
10904
|
return (l, d) => i(l, s) + e + i(d, !0) + t;
|
10802
10905
|
}
|
10803
|
-
const
|
10906
|
+
const Up = {
|
10804
10907
|
name: "CmdOpeningHours",
|
10805
10908
|
mixins: [se],
|
10806
10909
|
data() {
|
@@ -11016,7 +11119,7 @@ const qp = {
|
|
11016
11119
|
methods: {
|
11017
11120
|
onAddItem() {
|
11018
11121
|
this.editModeContext.content.addContent(
|
11019
|
-
|
11122
|
+
Oe(this, "props", "openingHours", -1),
|
11020
11123
|
this.itemProvider
|
11021
11124
|
);
|
11022
11125
|
},
|
@@ -11034,7 +11137,7 @@ const qp = {
|
|
11034
11137
|
};
|
11035
11138
|
},
|
11036
11139
|
getTime(e) {
|
11037
|
-
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) :
|
11140
|
+
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : Np(":", " hrs", "", !1)(e.hours, e.mins);
|
11038
11141
|
},
|
11039
11142
|
updateHandlerProvider() {
|
11040
11143
|
const e = this.textOpenModel, t = this.textClosedModel, n = this.textHolidaysModel, s = this.textMiscInfoModel;
|
@@ -11047,17 +11150,17 @@ const qp = {
|
|
11047
11150
|
});
|
11048
11151
|
}
|
11049
11152
|
}
|
11050
|
-
},
|
11153
|
+
}, zp = { class: "cmd-opening-hours" }, Wp = {
|
11051
11154
|
key: 2,
|
11052
11155
|
class: "flex-container"
|
11053
|
-
},
|
11156
|
+
}, Gp = { key: 3 }, Kp = { class: "edit-mode-opening-hours-item" }, Yp = { key: 5 }, Jp = { key: 0 }, Zp = { key: 1 }, Qp = {
|
11054
11157
|
key: 6,
|
11055
11158
|
class: "flex-container vertical"
|
11056
11159
|
};
|
11057
|
-
function
|
11160
|
+
function Xp(e, t, n, s, i, l) {
|
11058
11161
|
var g, k;
|
11059
|
-
const d = J, u = Re, c =
|
11060
|
-
return a(), r("div",
|
11162
|
+
const d = J, u = Re, c = te, h = Rp, f = qe;
|
11163
|
+
return a(), r("div", zp, [
|
11061
11164
|
(g = n.cmdHeadline) != null && g.headlineText || e.editModeContext ? (a(), v(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
11062
11165
|
!e.editing && n.showOpenStatus ? (a(), r(_, { key: 1 }, [
|
11063
11166
|
(k = n.cmdLink) != null && k.path ? (a(), v(u, I({
|
@@ -11074,7 +11177,7 @@ function Yp(e, t, n, s, i, l) {
|
|
11074
11177
|
key: 1,
|
11075
11178
|
class: C({ closed: l.isClosed })
|
11076
11179
|
}, y(l.textOpenClosed), 3))
|
11077
|
-
], 64)) : e.editing ? (a(), r("div",
|
11180
|
+
], 64)) : e.editing ? (a(), r("div", Wp, [
|
11078
11181
|
p(c, {
|
11079
11182
|
element: "input",
|
11080
11183
|
type: "text",
|
@@ -11114,7 +11217,7 @@ function Yp(e, t, n, s, i, l) {
|
|
11114
11217
|
itemProvider: l.itemProvider
|
11115
11218
|
}, {
|
11116
11219
|
default: w(() => [
|
11117
|
-
o("dl",
|
11220
|
+
o("dl", Kp, [
|
11118
11221
|
p(h, {
|
11119
11222
|
day: b,
|
11120
11223
|
separator: n.separator,
|
@@ -11126,7 +11229,7 @@ function Yp(e, t, n, s, i, l) {
|
|
11126
11229
|
]),
|
11127
11230
|
_: 2
|
11128
11231
|
}, 1032, ["componentProps", "componentPath", "itemProvider"]))), 128))
|
11129
|
-
], 64)) : (a(), r("dl",
|
11232
|
+
], 64)) : (a(), r("dl", Gp, [
|
11130
11233
|
(a(!0), r(_, null, q(l.openingHoursFormatted, (b, O) => (a(), v(h, {
|
11131
11234
|
key: O,
|
11132
11235
|
day: b,
|
@@ -11136,13 +11239,13 @@ function Yp(e, t, n, s, i, l) {
|
|
11136
11239
|
use24HoursFormat: n.use24HoursFormat
|
11137
11240
|
}, null, 8, ["day", "separator", "abbreviationTextAm", "abbreviationTextPm", "use24HoursFormat"]))), 128))
|
11138
11241
|
])),
|
11139
|
-
!e.editing && (n.textHolidays || n.textMiscInfo) ? (a(), r("div",
|
11140
|
-
n.textHolidays ? (a(), r("p",
|
11242
|
+
!e.editing && (n.textHolidays || n.textMiscInfo) ? (a(), r("div", Yp, [
|
11243
|
+
n.textHolidays ? (a(), r("p", Jp, [
|
11141
11244
|
o("strong", null, y(n.textHolidays), 1)
|
11142
11245
|
])) : m("", !0),
|
11143
|
-
n.textMiscInfo ? (a(), r("p",
|
11246
|
+
n.textMiscInfo ? (a(), r("p", Zp, y(n.textMiscInfo), 1)) : m("", !0)
|
11144
11247
|
])) : m("", !0),
|
11145
|
-
e.editing ? (a(), r("div",
|
11248
|
+
e.editing ? (a(), r("div", Qp, [
|
11146
11249
|
p(c, {
|
11147
11250
|
element: "input",
|
11148
11251
|
type: "text",
|
@@ -11164,7 +11267,7 @@ function Yp(e, t, n, s, i, l) {
|
|
11164
11267
|
])) : m("", !0)
|
11165
11268
|
]);
|
11166
11269
|
}
|
11167
|
-
const
|
11270
|
+
const $p = /* @__PURE__ */ F(Up, [["render", Xp]]), ef = {
|
11168
11271
|
data() {
|
11169
11272
|
return {
|
11170
11273
|
defaultMessageProperties: {
|
@@ -11173,11 +11276,11 @@ const Jp = /* @__PURE__ */ F(qp, [["render", Yp]]), Zp = {
|
|
11173
11276
|
}
|
11174
11277
|
};
|
11175
11278
|
}
|
11176
|
-
},
|
11279
|
+
}, tf = {
|
11177
11280
|
name: "CmdPagination",
|
11178
11281
|
mixins: [
|
11179
|
-
|
11180
|
-
|
11282
|
+
me,
|
11283
|
+
ef
|
11181
11284
|
],
|
11182
11285
|
emits: ["click"],
|
11183
11286
|
data() {
|
@@ -11275,10 +11378,10 @@ const Jp = /* @__PURE__ */ F(qp, [["render", Yp]]), Zp = {
|
|
11275
11378
|
this.currentPage > 1 && this.showPage(this.currentPage - 1);
|
11276
11379
|
}
|
11277
11380
|
}
|
11278
|
-
},
|
11279
|
-
function
|
11381
|
+
}, nf = { class: "cmd-pagination" }, lf = ["href", "title"], of = { key: 0 }, af = { class: "page-index" }, sf = { class: "flex-container" }, rf = ["href", "title", "onClick"], df = ["href", "title"], uf = { key: 0 };
|
11382
|
+
function cf(e, t, n, s, i, l) {
|
11280
11383
|
const d = G;
|
11281
|
-
return a(), r("div",
|
11384
|
+
return a(), r("div", nf, [
|
11282
11385
|
o("a", {
|
11283
11386
|
href: l.getPreviousHref,
|
11284
11387
|
class: C(["page-change", { disabled: i.currentPage === 1, button: n.linkType === "button" }]),
|
@@ -11289,10 +11392,10 @@ function sf(e, t, n, s, i, l) {
|
|
11289
11392
|
iconClass: n.prevLink.iconClass,
|
11290
11393
|
type: n.prevLink.iconType
|
11291
11394
|
}, null, 8, ["iconClass", "type"]),
|
11292
|
-
n.prevLink.showText ? (a(), r("span",
|
11293
|
-
], 10,
|
11294
|
-
o("div",
|
11295
|
-
o("div",
|
11395
|
+
n.prevLink.showText ? (a(), r("span", of, y(n.prevLink.text), 1)) : m("", !0)
|
11396
|
+
], 10, lf),
|
11397
|
+
o("div", af, [
|
11398
|
+
o("div", sf, [
|
11296
11399
|
(a(!0), r(_, null, q(n.pages, (u, c) => (a(), r("a", {
|
11297
11400
|
href: l.getHref(u),
|
11298
11401
|
class: C({ disabled: i.currentPage === c + 1, button: n.linkType === "button", hidden: !n.showPageNumbers }),
|
@@ -11302,7 +11405,7 @@ function sf(e, t, n, s, i, l) {
|
|
11302
11405
|
"aria-live": "polite"
|
11303
11406
|
}, [
|
11304
11407
|
o("span", null, y(c + 1), 1)
|
11305
|
-
], 10,
|
11408
|
+
], 10, rf))), 128))
|
11306
11409
|
])
|
11307
11410
|
]),
|
11308
11411
|
o("a", {
|
@@ -11311,15 +11414,15 @@ function sf(e, t, n, s, i, l) {
|
|
11311
11414
|
onClick: t[1] || (t[1] = S((...u) => l.nextPage && l.nextPage(...u), ["prevent"])),
|
11312
11415
|
title: n.nextLink.showText ? null : n.nextLink.text
|
11313
11416
|
}, [
|
11314
|
-
n.nextLink.showText ? (a(), r("span",
|
11417
|
+
n.nextLink.showText ? (a(), r("span", uf, y(n.nextLink.text), 1)) : m("", !0),
|
11315
11418
|
p(d, {
|
11316
11419
|
iconClass: n.nextLink.iconClass,
|
11317
11420
|
type: n.nextLink.iconType
|
11318
11421
|
}, null, 8, ["iconClass", "type"])
|
11319
|
-
], 10,
|
11422
|
+
], 10, df)
|
11320
11423
|
]);
|
11321
11424
|
}
|
11322
|
-
const
|
11425
|
+
const mf = /* @__PURE__ */ F(tf, [["render", cf]]), pf = {
|
11323
11426
|
name: "CmdSocialNetworksItem",
|
11324
11427
|
data() {
|
11325
11428
|
return {
|
@@ -11418,10 +11521,10 @@ const rf = /* @__PURE__ */ F(Qp, [["render", sf]]), df = {
|
|
11418
11521
|
});
|
11419
11522
|
}
|
11420
11523
|
}
|
11421
|
-
},
|
11422
|
-
function
|
11524
|
+
}, ff = { class: "cmd-social-networks-item" }, hf = ["href", "title"], gf = { key: 1 };
|
11525
|
+
function yf(e, t, n, s, i, l) {
|
11423
11526
|
const d = G;
|
11424
|
-
return a(), r("li",
|
11527
|
+
return a(), r("li", ff, [
|
11425
11528
|
(a(), r("a", {
|
11426
11529
|
key: n.network.path,
|
11427
11530
|
class: C(["button", n.network.buttonClass, { disabled: n.userMustAcceptDataPrivacy && !n.dataPrivacyAccepted }, "text-align-" + n.buttonTextAlign]),
|
@@ -11435,11 +11538,11 @@ function pf(e, t, n, s, i, l) {
|
|
11435
11538
|
iconClass: n.network.iconClass,
|
11436
11539
|
type: n.network.iconType
|
11437
11540
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
11438
|
-
n.network.linkText ? (a(), r("span",
|
11439
|
-
], 10,
|
11541
|
+
n.network.linkText ? (a(), r("span", gf, y(n.network.linkText), 1)) : m("", !0)
|
11542
|
+
], 10, hf))
|
11440
11543
|
]);
|
11441
11544
|
}
|
11442
|
-
const
|
11545
|
+
const bf = /* @__PURE__ */ F(pf, [["render", yf]]), xf = {
|
11443
11546
|
name: "CmdSocialNetworks",
|
11444
11547
|
mixins: [se],
|
11445
11548
|
data() {
|
@@ -11566,7 +11669,7 @@ const ff = /* @__PURE__ */ F(df, [["render", pf]]), hf = {
|
|
11566
11669
|
methods: {
|
11567
11670
|
onAddItem() {
|
11568
11671
|
this.editModeContext.content.addContent(
|
11569
|
-
|
11672
|
+
Oe(this, "props", "networks", -1),
|
11570
11673
|
this.itemProvider
|
11571
11674
|
);
|
11572
11675
|
},
|
@@ -11600,9 +11703,9 @@ const ff = /* @__PURE__ */ F(df, [["render", pf]]), hf = {
|
|
11600
11703
|
}
|
11601
11704
|
}
|
11602
11705
|
};
|
11603
|
-
function
|
11706
|
+
function Cf(e, t, n, s, i, l) {
|
11604
11707
|
var f, g;
|
11605
|
-
const d = J, u =
|
11708
|
+
const d = J, u = te, c = bf, h = qe;
|
11606
11709
|
return a(), r("div", {
|
11607
11710
|
class: C(["cmd-social-networks", { stretch: n.stretchButtons }, l.alignment])
|
11608
11711
|
}, [
|
@@ -11658,7 +11761,7 @@ function gf(e, t, n, s, i, l) {
|
|
11658
11761
|
])))
|
11659
11762
|
], 2);
|
11660
11763
|
}
|
11661
|
-
const Zi = /* @__PURE__ */ F(
|
11764
|
+
const Zi = /* @__PURE__ */ F(xf, [["render", Cf]]), vf = {
|
11662
11765
|
name: "CmdPageFooter",
|
11663
11766
|
props: {
|
11664
11767
|
/**
|
@@ -11732,7 +11835,7 @@ const Zi = /* @__PURE__ */ F(hf, [["render", gf]]), yf = {
|
|
11732
11835
|
methods: {
|
11733
11836
|
showFancyBox() {
|
11734
11837
|
let e = [];
|
11735
|
-
typeof this.cmdFancyBox.elements == "function" ? e = this.cmdFancyBox.elements() : e = [document.querySelector(this.containerToPrint)],
|
11838
|
+
typeof this.cmdFancyBox.elements == "function" ? e = this.cmdFancyBox.elements() : e = [document.querySelector(this.containerToPrint)], ve({
|
11736
11839
|
elements: e,
|
11737
11840
|
fancyBoxOptions: this.cmdFancyBox.fancyBoxOptions,
|
11738
11841
|
showPrintButtons: this.cmdFancyBox.showPrintButtons,
|
@@ -11745,8 +11848,8 @@ const Zi = /* @__PURE__ */ F(hf, [["render", gf]]), yf = {
|
|
11745
11848
|
});
|
11746
11849
|
}
|
11747
11850
|
}
|
11748
|
-
},
|
11749
|
-
function
|
11851
|
+
}, kf = { class: "button-wrapper" }, wf = ["title"], Tf = { key: 1 };
|
11852
|
+
function Sf(e, t, n, s, i, l) {
|
11750
11853
|
var u, c, h, f;
|
11751
11854
|
const d = Zi;
|
11752
11855
|
return a(), r("footer", {
|
@@ -11758,7 +11861,7 @@ function vf(e, t, n, s, i, l) {
|
|
11758
11861
|
]),
|
11759
11862
|
_: 3
|
11760
11863
|
}, 16)) : m("", !0),
|
11761
|
-
o("div",
|
11864
|
+
o("div", kf, [
|
11762
11865
|
A(e.$slots, "default"),
|
11763
11866
|
(u = l.buttonPrintViewOptions) != null && u.show ? (a(), r("button", {
|
11764
11867
|
key: 0,
|
@@ -11771,12 +11874,12 @@ function vf(e, t, n, s, i, l) {
|
|
11771
11874
|
key: 0,
|
11772
11875
|
class: C((f = l.buttonPrintViewOptions.icon) == null ? void 0 : f.iconClass)
|
11773
11876
|
}, null, 2)) : m("", !0),
|
11774
|
-
l.buttonPrintViewOptions.text ? (a(), r("span",
|
11775
|
-
], 10,
|
11877
|
+
l.buttonPrintViewOptions.text ? (a(), r("span", Tf, y(l.buttonPrintViewOptions.text), 1)) : m("", !0)
|
11878
|
+
], 10, wf)) : m("", !0)
|
11776
11879
|
])
|
11777
11880
|
], 2);
|
11778
11881
|
}
|
11779
|
-
const
|
11882
|
+
const _f = /* @__PURE__ */ F(vf, [["render", Sf]]), Of = {
|
11780
11883
|
name: "CmdPageHeader",
|
11781
11884
|
props: {
|
11782
11885
|
/**
|
@@ -11794,24 +11897,24 @@ const kf = /* @__PURE__ */ F(yf, [["render", vf]]), wf = {
|
|
11794
11897
|
required: !1
|
11795
11898
|
}
|
11796
11899
|
}
|
11797
|
-
},
|
11900
|
+
}, Lf = {
|
11798
11901
|
key: 0,
|
11799
11902
|
class: "cmd-page-header flex-container"
|
11800
|
-
},
|
11903
|
+
}, If = {
|
11801
11904
|
key: 0,
|
11802
11905
|
class: "headline-wrapper flex-container vertical"
|
11803
11906
|
};
|
11804
|
-
function
|
11907
|
+
function Bf(e, t, n, s, i, l) {
|
11805
11908
|
const d = ji, u = J;
|
11806
|
-
return n.cmdBreadcrumbs || n.cmdHeadline || e.$slots.default ? (a(), r("header",
|
11807
|
-
n.cmdBreadcrumbs || n.cmdHeadline ? (a(), r("div",
|
11909
|
+
return n.cmdBreadcrumbs || n.cmdHeadline || e.$slots.default ? (a(), r("header", Lf, [
|
11910
|
+
n.cmdBreadcrumbs || n.cmdHeadline ? (a(), r("div", If, [
|
11808
11911
|
n.cmdBreadcrumbs ? (a(), v(d, j(I({ key: 0 }, n.cmdBreadcrumbs)), null, 16)) : m("", !0),
|
11809
11912
|
n.cmdHeadline.headlineText ? (a(), v(u, j(I({ key: 1 }, n.cmdHeadline)), null, 16)) : m("", !0)
|
11810
11913
|
])) : m("", !0),
|
11811
11914
|
e.$slots.default ? A(e.$slots, "default", { key: 1 }) : m("", !0)
|
11812
11915
|
])) : m("", !0);
|
11813
11916
|
}
|
11814
|
-
const
|
11917
|
+
const Df = /* @__PURE__ */ F(Of, [["render", Bf]]), Mf = {
|
11815
11918
|
name: "CmdProgressBar",
|
11816
11919
|
inheritAttrs: !1,
|
11817
11920
|
data() {
|
@@ -11853,8 +11956,8 @@ const Of = /* @__PURE__ */ F(wf, [["render", _f]]), Lf = {
|
|
11853
11956
|
required: !0
|
11854
11957
|
}
|
11855
11958
|
}
|
11856
|
-
},
|
11857
|
-
function
|
11959
|
+
}, Ff = ["for"], Vf = { class: "progressbar" }, Af = { key: 0 }, Pf = ["id", "value"];
|
11960
|
+
function Ef(e, t, n, s, i, l) {
|
11858
11961
|
return a(), r("label", {
|
11859
11962
|
class: "cmd-progressbar",
|
11860
11963
|
for: n.id
|
@@ -11862,16 +11965,16 @@ function Ff(e, t, n, s, i, l) {
|
|
11862
11965
|
o("span", {
|
11863
11966
|
class: C(["label-text", { hidden: !n.showLabel }])
|
11864
11967
|
}, y(n.labelText), 3),
|
11865
|
-
o("span",
|
11866
|
-
n.showLoadingStatus ? (a(), r("span",
|
11968
|
+
o("span", Vf, [
|
11969
|
+
n.showLoadingStatus ? (a(), r("span", Af, y(i.loadingStatus) + " %", 1)) : m("", !0),
|
11867
11970
|
o("progress", I(e.$attrs, {
|
11868
11971
|
id: n.id,
|
11869
11972
|
value: i.loadingStatus
|
11870
|
-
}), null, 16,
|
11973
|
+
}), null, 16, Pf)
|
11871
11974
|
])
|
11872
|
-
], 8,
|
11975
|
+
], 8, Ff);
|
11873
11976
|
}
|
11874
|
-
const
|
11977
|
+
const Hf = /* @__PURE__ */ F(Mf, [["render", Ef]]), qf = {
|
11875
11978
|
name: "CmdSidebar",
|
11876
11979
|
data() {
|
11877
11980
|
return {
|
@@ -11938,27 +12041,27 @@ const Vf = /* @__PURE__ */ F(Lf, [["render", Ff]]), Af = {
|
|
11938
12041
|
immediate: !0
|
11939
12042
|
}
|
11940
12043
|
}
|
11941
|
-
},
|
12044
|
+
}, Rf = { class: "inner-sidebar-wrapper" }, jf = {
|
11942
12045
|
key: 1,
|
11943
12046
|
class: "open-slot-wrapper"
|
11944
|
-
},
|
12047
|
+
}, Nf = {
|
11945
12048
|
key: 2,
|
11946
12049
|
class: "closed-slot-wrapper"
|
11947
|
-
},
|
11948
|
-
function
|
12050
|
+
}, Uf = ["title"];
|
12051
|
+
function zf(e, t, n, s, i, l) {
|
11949
12052
|
var u;
|
11950
12053
|
const d = J;
|
11951
12054
|
return a(), r("aside", {
|
11952
12055
|
class: C(["cmd-sidebar", l.wrapperClass, { box: n.styledAsBox, "collapse-to-right": !n.collapseToLeft }])
|
11953
12056
|
}, [
|
11954
|
-
o("div",
|
12057
|
+
o("div", Rf, [
|
11955
12058
|
(u = n.cmdHeadline) != null && u.headlineText && i.open ? (a(), v(d, I({ key: 0 }, n.cmdHeadline, {
|
11956
12059
|
headlineLevel: n.cmdHeadline.headlineLevel || 3,
|
11957
12060
|
class: "sidebar-main-headline"
|
11958
12061
|
}), null, 16, ["headlineLevel"])) : m("", !0),
|
11959
|
-
i.open ? (a(), r("div",
|
12062
|
+
i.open ? (a(), r("div", jf, [
|
11960
12063
|
A(e.$slots, "open", { openBoxStatus: i.open })
|
11961
|
-
])) : (a(), r("div",
|
12064
|
+
])) : (a(), r("div", Nf, [
|
11962
12065
|
A(e.$slots, "closed", { openBoxStatus: i.open })
|
11963
12066
|
]))
|
11964
12067
|
]),
|
@@ -11971,10 +12074,10 @@ function Rf(e, t, n, s, i, l) {
|
|
11971
12074
|
o("span", {
|
11972
12075
|
class: C(l.iconClassOpenCollapse)
|
11973
12076
|
}, null, 2)
|
11974
|
-
], 8,
|
12077
|
+
], 8, Uf)) : m("", !0)
|
11975
12078
|
], 2);
|
11976
12079
|
}
|
11977
|
-
const
|
12080
|
+
const Wf = /* @__PURE__ */ F(qf, [["render", zf]]), Gf = {
|
11978
12081
|
name: "CmdSiteFooter",
|
11979
12082
|
props: {
|
11980
12083
|
/**
|
@@ -11990,9 +12093,9 @@ const jf = /* @__PURE__ */ F(Af, [["render", Rf]]), Nf = {
|
|
11990
12093
|
}
|
11991
12094
|
}
|
11992
12095
|
}
|
11993
|
-
},
|
11994
|
-
function
|
11995
|
-
return a(), r("div",
|
12096
|
+
}, Kf = { class: "cmd-site-footer site-footer" };
|
12097
|
+
function Yf(e, t, n, s, i, l) {
|
12098
|
+
return a(), r("div", Kf, [
|
11996
12099
|
o("footer", {
|
11997
12100
|
class: C(["flex-container", { vertical: n.orientation === "vertical" }])
|
11998
12101
|
}, [
|
@@ -12000,7 +12103,7 @@ function zf(e, t, n, s, i, l) {
|
|
12000
12103
|
], 2)
|
12001
12104
|
]);
|
12002
12105
|
}
|
12003
|
-
const
|
12106
|
+
const Jf = /* @__PURE__ */ F(Gf, [["render", Yf]]), Zf = {
|
12004
12107
|
name: "CmdSiteHeader",
|
12005
12108
|
emits: ["offcanvas"],
|
12006
12109
|
data() {
|
@@ -12097,11 +12200,11 @@ const Wf = /* @__PURE__ */ F(Nf, [["render", zf]]), Gf = {
|
|
12097
12200
|
e.style.height = this.defaultLogoHeight;
|
12098
12201
|
}
|
12099
12202
|
}
|
12100
|
-
},
|
12203
|
+
}, Qf = {
|
12101
12204
|
key: 0,
|
12102
12205
|
class: "top-header"
|
12103
12206
|
};
|
12104
|
-
function
|
12207
|
+
function Xf(e, t, n, s, i, l) {
|
12105
12208
|
var c, h, f, g, k, b, O, T, M;
|
12106
12209
|
const d = Ni, u = Ji;
|
12107
12210
|
return a(), r("div", {
|
@@ -12116,7 +12219,7 @@ function Yf(e, t, n, s, i, l) {
|
|
12116
12219
|
]),
|
12117
12220
|
role: "banner"
|
12118
12221
|
}, [
|
12119
|
-
e.$slots.topheader ? (a(), r("div",
|
12222
|
+
e.$slots.topheader ? (a(), r("div", Qf, [
|
12120
12223
|
A(e.$slots, "topheader")
|
12121
12224
|
])) : m("", !0),
|
12122
12225
|
o("header", {
|
@@ -12144,7 +12247,7 @@ function Yf(e, t, n, s, i, l) {
|
|
12144
12247
|
}), null, 16, ["closeOffcanvas", "onOffcanvas"])) : m("", !0)
|
12145
12248
|
], 2);
|
12146
12249
|
}
|
12147
|
-
const
|
12250
|
+
const $f = /* @__PURE__ */ F(Zf, [["render", Xf]]), eh = {
|
12148
12251
|
data() {
|
12149
12252
|
return {
|
12150
12253
|
defaultMessageProperties: {
|
@@ -12153,7 +12256,7 @@ const Jf = /* @__PURE__ */ F(Gf, [["render", Yf]]), Zf = {
|
|
12153
12256
|
}
|
12154
12257
|
};
|
12155
12258
|
}
|
12156
|
-
},
|
12259
|
+
}, th = {
|
12157
12260
|
emits: [
|
12158
12261
|
"search",
|
12159
12262
|
"update:modelValueInput1",
|
@@ -12162,7 +12265,7 @@ const Jf = /* @__PURE__ */ F(Gf, [["render", Yf]]), Zf = {
|
|
12162
12265
|
"update:modelValueSearchFilters"
|
12163
12266
|
],
|
12164
12267
|
name: "CmdBoxSiteSearch",
|
12165
|
-
mixins: [
|
12268
|
+
mixins: [me, eh],
|
12166
12269
|
data() {
|
12167
12270
|
return {
|
12168
12271
|
showFilters: !1
|
@@ -12416,22 +12519,22 @@ const Jf = /* @__PURE__ */ F(Gf, [["render", Yf]]), Zf = {
|
|
12416
12519
|
deep: !0
|
12417
12520
|
}
|
12418
12521
|
}
|
12419
|
-
},
|
12522
|
+
}, nh = { class: "cmd-box-site-search flex-container" }, ih = { class: "flex-container align-bottom" }, lh = { class: "input-wrapper align-bottom" }, oh = { key: 0 }, ah = { key: 1 }, sh = {
|
12420
12523
|
key: 0,
|
12421
12524
|
class: "flex-container no-flex",
|
12422
12525
|
role: "listbox",
|
12423
12526
|
"aria-expanded": "true"
|
12424
12527
|
};
|
12425
|
-
function
|
12528
|
+
function rh(e, t, n, s, i, l) {
|
12426
12529
|
var g, k, b, O, T, M, B, P;
|
12427
|
-
const d = J, u =
|
12530
|
+
const d = J, u = te, c = G, h = Ui, f = zi;
|
12428
12531
|
return a(), r(_, null, [
|
12429
|
-
o("fieldset",
|
12532
|
+
o("fieldset", nh, [
|
12430
12533
|
o("legend", {
|
12431
12534
|
class: C({ hidden: !n.legend.show, "align-left": n.legend.align === "left" })
|
12432
12535
|
}, y(n.legend.text), 3),
|
12433
12536
|
n.cmdHeadline ? (a(), v(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
12434
|
-
o("div",
|
12537
|
+
o("div", ih, [
|
12435
12538
|
p(u, {
|
12436
12539
|
element: "input",
|
12437
12540
|
type: n.cmdFormElementInput1.type,
|
@@ -12443,7 +12546,7 @@ function lh(e, t, n, s, i, l) {
|
|
12443
12546
|
modelValue: l.searchValue1,
|
12444
12547
|
"onUpdate:modelValue": t[0] || (t[0] = (D) => l.searchValue1 = D)
|
12445
12548
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
|
12446
|
-
o("div",
|
12549
|
+
o("div", lh, [
|
12447
12550
|
n.cmdFormElementInput2.show ? (a(), v(u, {
|
12448
12551
|
key: 0,
|
12449
12552
|
element: "input",
|
@@ -12482,13 +12585,13 @@ function lh(e, t, n, s, i, l) {
|
|
12482
12585
|
iconClass: i.showFilters ? (k = (g = n.cmdIcon) == null ? void 0 : g.showFilters) == null ? void 0 : k.iconClass : (O = (b = n.cmdIcon) == null ? void 0 : b.hideFilters) == null ? void 0 : O.iconClass,
|
12483
12586
|
type: i.showFilters ? (M = (T = n.cmdIcon) == null ? void 0 : T.showFilters) == null ? void 0 : M.iconType : (P = (B = n.cmdIcon) == null ? void 0 : B.hideFilters) == null ? void 0 : P.iconType
|
12484
12587
|
}, null, 8, ["iconClass", "type"]),
|
12485
|
-
i.showFilters ? (a(), r("span",
|
12588
|
+
i.showFilters ? (a(), r("span", oh, y(e.getMessage("site_search.hide_filter_options")), 1)) : (a(), r("span", ah, y(e.getMessage("site_search.show_filter_options")), 1))
|
12486
12589
|
]),
|
12487
12590
|
p(Pe, { name: "fade" }, {
|
12488
12591
|
default: w(() => {
|
12489
12592
|
var D, U, W, V, R;
|
12490
12593
|
return [
|
12491
|
-
i.showFilters && ((D = n.cmdFakeSelect) != null && D.selectData.length) ? (a(), r("div",
|
12594
|
+
i.showFilters && ((D = n.cmdFakeSelect) != null && D.selectData.length) ? (a(), r("div", sh, [
|
12492
12595
|
p(h, {
|
12493
12596
|
role: "option",
|
12494
12597
|
selectData: (U = n.cmdFakeSelect) == null ? void 0 : U.selectData,
|
@@ -12513,7 +12616,7 @@ function lh(e, t, n, s, i, l) {
|
|
12513
12616
|
}, null, 8, ["modelValue", "selectedOptionsName"])) : m("", !0)
|
12514
12617
|
], 64);
|
12515
12618
|
}
|
12516
|
-
const
|
12619
|
+
const dh = /* @__PURE__ */ F(th, [["render", rh]]), uh = {
|
12517
12620
|
name: "CmdSlideshow",
|
12518
12621
|
mixins: [se],
|
12519
12622
|
data() {
|
@@ -12632,7 +12735,7 @@ const oh = /* @__PURE__ */ F(Qf, [["render", lh]]), ah = {
|
|
12632
12735
|
},
|
12633
12736
|
onAddItem() {
|
12634
12737
|
this.editModeContext.content.addContent(
|
12635
|
-
|
12738
|
+
Oe(this, "props", "slideshowItems", -1),
|
12636
12739
|
this.itemProvider
|
12637
12740
|
);
|
12638
12741
|
},
|
@@ -12696,12 +12799,12 @@ const oh = /* @__PURE__ */ F(Qf, [["render", lh]]), ah = {
|
|
12696
12799
|
});
|
12697
12800
|
}
|
12698
12801
|
}
|
12699
|
-
},
|
12802
|
+
}, ch = ["href", "title"], mh = { key: 2 }, ph = ["onClick", "aria-label", "title"], fh = {
|
12700
12803
|
key: 3,
|
12701
12804
|
class: "item-counter"
|
12702
12805
|
};
|
12703
|
-
function
|
12704
|
-
const d = Lt, u =
|
12806
|
+
function hh(e, t, n, s, i, l) {
|
12807
|
+
const d = Lt, u = xe;
|
12705
12808
|
return a(), r("div", {
|
12706
12809
|
class: C(["cmd-slideshow", { "full-width": i.fullWidth }])
|
12707
12810
|
}, [
|
@@ -12744,7 +12847,7 @@ function ch(e, t, n, s, i, l) {
|
|
12744
12847
|
image: (O = l.currentItem) == null ? void 0 : O.image,
|
12745
12848
|
figcaption: (T = l.currentItem) == null ? void 0 : T.figcaption
|
12746
12849
|
}, null, 8, ["image", "figcaption"])
|
12747
|
-
], 8,
|
12850
|
+
], 8, ch)) : (a(), v(u, {
|
12748
12851
|
key: 1,
|
12749
12852
|
image: (M = l.currentItem) == null ? void 0 : M.image,
|
12750
12853
|
figcaption: (B = l.currentItem) == null ? void 0 : B.figcaption
|
@@ -12769,7 +12872,7 @@ function ch(e, t, n, s, i, l) {
|
|
12769
12872
|
onClick: S(l.showNextItem, ["prevent"]),
|
12770
12873
|
class: { disabled: i.slideshowItemEditing }
|
12771
12874
|
}, l.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : m("", !0),
|
12772
|
-
n.showQuickLinkIcons ? (a(), r("ol",
|
12875
|
+
n.showQuickLinkIcons ? (a(), r("ol", mh, [
|
12773
12876
|
(a(!0), r(_, null, q(n.slideshowItems, (c, h) => (a(), r("li", {
|
12774
12877
|
key: h,
|
12775
12878
|
class: C({ active: h === i.index })
|
@@ -12780,14 +12883,14 @@ function ch(e, t, n, s, i, l) {
|
|
12780
12883
|
onClick: S((f) => l.showItem(h), ["prevent"]),
|
12781
12884
|
"aria-label": i.index,
|
12782
12885
|
title: i.slideshowItemEditing ? "Not allowed while editing!" : "Switch to image #" + (h + 1)
|
12783
|
-
}, null, 10,
|
12886
|
+
}, null, 10, ph)
|
12784
12887
|
], 2))), 128))
|
12785
12888
|
])) : m("", !0),
|
12786
|
-
n.showCounter ? (a(), r("span",
|
12889
|
+
n.showCounter ? (a(), r("span", fh, y(i.index + 1) + "/" + y(n.slideshowItems.length), 1)) : m("", !0)
|
12787
12890
|
], 32)
|
12788
12891
|
], 2);
|
12789
12892
|
}
|
12790
|
-
const
|
12893
|
+
const gh = /* @__PURE__ */ F(uh, [["render", hh]]), yh = {
|
12791
12894
|
name: "CmdSmartSearch",
|
12792
12895
|
data() {
|
12793
12896
|
return {
|
@@ -12875,12 +12978,12 @@ const mh = /* @__PURE__ */ F(ah, [["render", ch]]), ph = {
|
|
12875
12978
|
this.searchTerm.length || (this.showListOfRecommendations = !1);
|
12876
12979
|
}
|
12877
12980
|
}
|
12878
|
-
},
|
12981
|
+
}, bh = {
|
12879
12982
|
key: 0,
|
12880
12983
|
class: "list-of-recommendations no-list-items"
|
12881
12984
|
};
|
12882
|
-
function
|
12883
|
-
const d =
|
12985
|
+
function xh(e, t, n, s, i, l) {
|
12986
|
+
const d = te, u = Re;
|
12884
12987
|
return a(), r("div", {
|
12885
12988
|
class: C(["cmd-smart-search", { open: i.showListOfRecommendations, "open-list-to-top": n.openListToTop }])
|
12886
12989
|
}, [
|
@@ -12894,7 +12997,7 @@ function hh(e, t, n, s, i, l) {
|
|
12894
12997
|
l.showRecommendations
|
12895
12998
|
]
|
12896
12999
|
}), null, 16, ["modelValue", "onUpdate:modelValue"]),
|
12897
|
-
i.showListOfRecommendations ? (a(), r("ul",
|
13000
|
+
i.showListOfRecommendations ? (a(), r("ul", bh, [
|
12898
13001
|
(a(!0), r(_, null, q(l.filteredListOfRecommendations, (c, h) => (a(), r("li", { key: h }, [
|
12899
13002
|
p(u, I({ ref_for: !0 }, l.linkItem(c), {
|
12900
13003
|
onClick: (f) => l.optionSelected(c)
|
@@ -12908,7 +13011,7 @@ function hh(e, t, n, s, i, l) {
|
|
12908
13011
|
])) : m("", !0)
|
12909
13012
|
], 2);
|
12910
13013
|
}
|
12911
|
-
const
|
13014
|
+
const Ch = /* @__PURE__ */ F(yh, [["render", xh]]), vh = {
|
12912
13015
|
name: "CmdSwitchLanguage",
|
12913
13016
|
emits: ["click"],
|
12914
13017
|
data() {
|
@@ -12953,10 +13056,10 @@ const gh = /* @__PURE__ */ F(ph, [["render", hh]]), yh = {
|
|
12953
13056
|
this.currentLanguage = e, document.documentElement.lang = e, this.$emit("click", { originalEvent: t, iso2: e });
|
12954
13057
|
}
|
12955
13058
|
}
|
12956
|
-
},
|
12957
|
-
function
|
12958
|
-
const d =
|
12959
|
-
return a(), r("div",
|
13059
|
+
}, kh = { class: "cmd-switch-language" }, wh = ["href", "title", "onClick"], Th = ["src", "alt"], Sh = ["src", "alt"];
|
13060
|
+
function _h(e, t, n, s, i, l) {
|
13061
|
+
const d = we("router-link");
|
13062
|
+
return a(), r("div", kh, [
|
12960
13063
|
o("ul", null, [
|
12961
13064
|
(a(!0), r(_, null, q(n.languages, (u, c) => (a(), r("li", { key: c }, [
|
12962
13065
|
u.link.type === "href" ? (a(), r("a", {
|
@@ -12969,8 +13072,8 @@ function kh(e, t, n, s, i, l) {
|
|
12969
13072
|
o("img", {
|
12970
13073
|
src: l.pathFlag(u.iso2),
|
12971
13074
|
alt: u.name
|
12972
|
-
}, null, 8,
|
12973
|
-
], 10,
|
13075
|
+
}, null, 8, Th)
|
13076
|
+
], 10, wh)) : (a(), v(d, {
|
12974
13077
|
key: 1,
|
12975
13078
|
to: l.getRoute(u),
|
12976
13079
|
class: C(["flag", u.iso2]),
|
@@ -12981,7 +13084,7 @@ function kh(e, t, n, s, i, l) {
|
|
12981
13084
|
o("img", {
|
12982
13085
|
src: l.pathFlag(u.iso2),
|
12983
13086
|
alt: u.name
|
12984
|
-
}, null, 8,
|
13087
|
+
}, null, 8, Sh)
|
12985
13088
|
]),
|
12986
13089
|
_: 2
|
12987
13090
|
}, 1032, ["to", "class", "title", "onClick"]))
|
@@ -12989,7 +13092,7 @@ function kh(e, t, n, s, i, l) {
|
|
12989
13092
|
])
|
12990
13093
|
]);
|
12991
13094
|
}
|
12992
|
-
const
|
13095
|
+
const Oh = /* @__PURE__ */ F(vh, [["render", _h]]), Lh = {
|
12993
13096
|
name: "CmdTable",
|
12994
13097
|
data() {
|
12995
13098
|
return {
|
@@ -13140,19 +13243,19 @@ const wh = /* @__PURE__ */ F(yh, [["render", kh]]), Th = {
|
|
13140
13243
|
immediate: !0
|
13141
13244
|
}
|
13142
13245
|
}
|
13143
|
-
},
|
13246
|
+
}, Ih = {
|
13144
13247
|
key: 0,
|
13145
13248
|
class: "button-wrapper"
|
13146
|
-
},
|
13249
|
+
}, Bh = ["title"], Dh = ["title"], Mh = ["innerHTML"], Fh = { "aria-expanded": "true" }, Vh = ["innerHTML"], Ah = {
|
13147
13250
|
key: 0,
|
13148
13251
|
"aria-expanded": "true"
|
13149
|
-
},
|
13150
|
-
function
|
13252
|
+
}, Ph = ["innerHTML"];
|
13253
|
+
function Eh(e, t, n, s, i, l) {
|
13151
13254
|
const d = G, u = Lt;
|
13152
13255
|
return a(), r("div", {
|
13153
13256
|
class: C(["cmd-table-wrapper", { collapsed: !i.showTableData, "full-width": i.fullWidth, "has-caption": l.hasCaption, "has-overflow": i.hasOverflow }])
|
13154
13257
|
}, [
|
13155
|
-
n.collapsible || n.userCanToggleWidth ? (a(), r("div",
|
13258
|
+
n.collapsible || n.userCanToggleWidth ? (a(), r("div", Ih, [
|
13156
13259
|
n.userCanToggleWidth ? (a(), r("a", {
|
13157
13260
|
key: 0,
|
13158
13261
|
class: "button",
|
@@ -13164,7 +13267,7 @@ function Fh(e, t, n, s, i, l) {
|
|
13164
13267
|
iconClass: n.iconToggleWidth.iconClass,
|
13165
13268
|
type: n.iconToggleWidth.iconType
|
13166
13269
|
}, null, 8, ["iconClass", "type"])
|
13167
|
-
], 8,
|
13270
|
+
], 8, Bh)) : m("", !0),
|
13168
13271
|
n.collapsible ? (a(), r("a", {
|
13169
13272
|
key: 1,
|
13170
13273
|
class: "button",
|
@@ -13176,7 +13279,7 @@ function Fh(e, t, n, s, i, l) {
|
|
13176
13279
|
iconClass: i.showTableData ? n.iconCollapse.iconClass : n.iconExpand.iconClass,
|
13177
13280
|
type: i.showTableData ? n.iconCollapse.iconType : n.iconExpand.iconType
|
13178
13281
|
}, null, 8, ["iconClass", "type"])
|
13179
|
-
], 8,
|
13282
|
+
], 8, Dh)) : m("", !0)
|
13180
13283
|
])) : m("", !0),
|
13181
13284
|
o("div", {
|
13182
13285
|
class: "inner-wrapper",
|
@@ -13207,7 +13310,7 @@ function Fh(e, t, n, s, i, l) {
|
|
13207
13310
|
(a(!0), r(_, null, q(n.tableData.thead, (c, h) => (a(), r("th", {
|
13208
13311
|
key: h,
|
13209
13312
|
innerHTML: c
|
13210
|
-
}, null, 8,
|
13313
|
+
}, null, 8, Mh))), 128))
|
13211
13314
|
])
|
13212
13315
|
])
|
13213
13316
|
]),
|
@@ -13216,7 +13319,7 @@ function Fh(e, t, n, s, i, l) {
|
|
13216
13319
|
}, {
|
13217
13320
|
default: w(() => [
|
13218
13321
|
A(e.$slots, "table-body", {}, () => [
|
13219
|
-
$(o("tbody",
|
13322
|
+
$(o("tbody", Fh, [
|
13220
13323
|
(a(!0), r(_, null, q(n.tableData.tbody, (c, h) => (a(), r("tr", {
|
13221
13324
|
class: C({ active: n.tableData.rowIndexHighlighted === h }),
|
13222
13325
|
key: h
|
@@ -13225,10 +13328,10 @@ function Fh(e, t, n, s, i, l) {
|
|
13225
13328
|
class: C({ active: n.tableData.columnIndexHighlighted === g }),
|
13226
13329
|
key: g,
|
13227
13330
|
innerHTML: f
|
13228
|
-
}, null, 10,
|
13331
|
+
}, null, 10, Vh))), 128))
|
13229
13332
|
], 2))), 128))
|
13230
13333
|
], 512), [
|
13231
|
-
[
|
13334
|
+
[ye, i.showTableData]
|
13232
13335
|
])
|
13233
13336
|
])
|
13234
13337
|
]),
|
@@ -13239,13 +13342,13 @@ function Fh(e, t, n, s, i, l) {
|
|
13239
13342
|
}, {
|
13240
13343
|
default: w(() => [
|
13241
13344
|
A(e.$slots, "table-foot", {}, () => [
|
13242
|
-
n.tableData.tfoot && n.tableData.tfoot.length && i.showTableData ? (a(), r("tfoot",
|
13345
|
+
n.tableData.tfoot && n.tableData.tfoot.length && i.showTableData ? (a(), r("tfoot", Ah, [
|
13243
13346
|
o("tr", null, [
|
13244
13347
|
(a(!0), r(_, null, q(n.tableData.tfoot, (c, h) => (a(), r("td", {
|
13245
13348
|
class: C({ active: n.tableData.columnIndexHighlighted === h }),
|
13246
13349
|
key: h,
|
13247
13350
|
innerHTML: c
|
13248
|
-
}, null, 10,
|
13351
|
+
}, null, 10, Ph))), 128))
|
13249
13352
|
])
|
13250
13353
|
])) : m("", !0)
|
13251
13354
|
])
|
@@ -13260,7 +13363,7 @@ function Fh(e, t, n, s, i, l) {
|
|
13260
13363
|
], 544)
|
13261
13364
|
], 2);
|
13262
13365
|
}
|
13263
|
-
const
|
13366
|
+
const Hh = /* @__PURE__ */ F(Lh, [["render", Eh]]), qh = "cmd", Rh = {
|
13264
13367
|
"3d-cursor": {
|
13265
13368
|
body: '<path d="M13 4H4v9.01h2V6h7V4z" fill="currentColor"/><path d="M29.49 13.12l-9-5a1 1 0 0 0-1 0l-9 5A1 1 0 0 0 10 14v10a1 1 0 0 0 .52.87l9 5A1 1 0 0 0 20 30a1.05 1.05 0 0 0 .49-.13l9-5A1 1 0 0 0 30 24V14a1 1 0 0 0-.51-.88zM19 27.3l-7-3.89v-7.72l7 3.89zm1-9.45L13.06 14L20 10.14L26.94 14zm8 5.56l-7 3.89v-7.72l7-3.89z" fill="currentColor"/>',
|
13266
13369
|
hidden: !0
|
@@ -13274,14 +13377,14 @@ const Vh = /* @__PURE__ */ F(Th, [["render", Fh]]), Ah = "cmd", Ph = {
|
|
13274
13377
|
<path fill="currentColor" d="M2,12h6v18H2V12z"/>
|
13275
13378
|
<path fill="currentColor" d="M8,7c0,1.657-1.343,3-3,3S2,8.657,2,7s1.343-3,3-3S8,5.343,8,7z"/>`
|
13276
13379
|
}
|
13277
|
-
},
|
13278
|
-
prefix:
|
13279
|
-
icons:
|
13280
|
-
width:
|
13281
|
-
height:
|
13380
|
+
}, jh = 32, Nh = 32, Uh = {
|
13381
|
+
prefix: qh,
|
13382
|
+
icons: Rh,
|
13383
|
+
width: jh,
|
13384
|
+
height: Nh
|
13282
13385
|
};
|
13283
|
-
vi(
|
13284
|
-
const
|
13386
|
+
vi(Uh);
|
13387
|
+
const zh = {
|
13285
13388
|
name: "CmdTabs",
|
13286
13389
|
data() {
|
13287
13390
|
return {
|
@@ -13343,13 +13446,13 @@ const Rh = {
|
|
13343
13446
|
this.showTab = this.defaultActiveTab;
|
13344
13447
|
}
|
13345
13448
|
}
|
13346
|
-
},
|
13449
|
+
}, Wh = { class: "cmd-tabs" }, Gh = ["onClick", "title"], Kh = { key: 1 }, Yh = {
|
13347
13450
|
key: 1,
|
13348
13451
|
"aria-live": "assertive"
|
13349
|
-
},
|
13350
|
-
function
|
13452
|
+
}, Jh = ["innerHTML"];
|
13453
|
+
function Zh(e, t, n, s, i, l) {
|
13351
13454
|
const d = G, u = J;
|
13352
|
-
return a(), r("div",
|
13455
|
+
return a(), r("div", Wh, [
|
13353
13456
|
o("ul", {
|
13354
13457
|
class: C({ "stretch-tabs": n.stretchTabs }),
|
13355
13458
|
role: "tablist"
|
@@ -13369,8 +13472,8 @@ function Gh(e, t, n, s, i, l) {
|
|
13369
13472
|
iconClass: c.iconClass,
|
13370
13473
|
type: c.iconType
|
13371
13474
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
13372
|
-
c.text ? (a(), r("span",
|
13373
|
-
], 8,
|
13475
|
+
c.text ? (a(), r("span", Kh, y(c.text), 1)) : m("", !0)
|
13476
|
+
], 8, Gh)
|
13374
13477
|
], 2))), 128))
|
13375
13478
|
], 2),
|
13376
13479
|
n.useSlot ? (a(!0), r(_, { key: 0 }, q(n.tabs.length, (c) => $((a(), r("div", {
|
@@ -13380,8 +13483,8 @@ function Gh(e, t, n, s, i, l) {
|
|
13380
13483
|
}, [
|
13381
13484
|
A(e.$slots, "tab-content-" + (c - 1))
|
13382
13485
|
], 2)), [
|
13383
|
-
[
|
13384
|
-
])), 128)) : (a(), r("div",
|
13486
|
+
[ye, i.showTab === c - 1]
|
13487
|
+
])), 128)) : (a(), r("div", Yh, [
|
13385
13488
|
n.cmdHeadline ? (a(), v(u, I({ key: 0 }, n.cmdHeadline, {
|
13386
13489
|
headlineText: n.tabs[i.showTab].headlineText,
|
13387
13490
|
headlineLevel: n.tabs[i.showTab].headlineLevel
|
@@ -13389,11 +13492,11 @@ function Gh(e, t, n, s, i, l) {
|
|
13389
13492
|
o("div", {
|
13390
13493
|
innerHTML: n.tabs[i.showTab].htmlContent,
|
13391
13494
|
class: C({ "no-padding": !n.useDefaultPadding })
|
13392
|
-
}, null, 10,
|
13495
|
+
}, null, 10, Jh)
|
13393
13496
|
]))
|
13394
13497
|
]);
|
13395
13498
|
}
|
13396
|
-
const Qi = /* @__PURE__ */ F(
|
13499
|
+
const Qi = /* @__PURE__ */ F(zh, [["render", Zh]]), Qh = {
|
13397
13500
|
name: "CmdTextImageBlock",
|
13398
13501
|
mixins: [se],
|
13399
13502
|
data() {
|
@@ -13510,10 +13613,10 @@ const Qi = /* @__PURE__ */ F(Rh, [["render", Gh]]), Kh = {
|
|
13510
13613
|
immediate: !0
|
13511
13614
|
}
|
13512
13615
|
}
|
13513
|
-
},
|
13514
|
-
function
|
13616
|
+
}, Xh = ["innerHTML"], $h = ["innerHTML"];
|
13617
|
+
function eg(e, t, n, s, i, l) {
|
13515
13618
|
var h, f, g, k;
|
13516
|
-
const d = J, u =
|
13619
|
+
const d = J, u = xe, c = qe;
|
13517
13620
|
return a(), r("div", {
|
13518
13621
|
class: C(["cmd-text-image-block flex-container", n.orientation])
|
13519
13622
|
}, [
|
@@ -13524,18 +13627,19 @@ function Zh(e, t, n, s, i, l) {
|
|
13524
13627
|
figcaption: (g = n.cmdImage) == null ? void 0 : g.figcaption,
|
13525
13628
|
editModeConfig: { allowAddItem: !1 }
|
13526
13629
|
}, null, 8, ["image", "figcaption"])) : m("", !0),
|
13527
|
-
|
13630
|
+
e.editModeContext ? m("", !0) : (a(), r("div", {
|
13631
|
+
key: 2,
|
13528
13632
|
class: C(["flex-container vertical", l.setInnerClass])
|
13529
13633
|
}, [
|
13530
13634
|
((k = n.cmdHeadline) != null && k.headlineText || e.editModeContext) && (n.headlinePosition === "belowImage" || n.orientation === "horizontal") ? (a(), v(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
13531
13635
|
n.htmlContent ? (a(), r("div", {
|
13532
13636
|
key: 1,
|
13533
13637
|
innerHTML: n.htmlContent
|
13534
|
-
}, null, 8,
|
13638
|
+
}, null, 8, Xh)) : m("", !0),
|
13535
13639
|
A(e.$slots, "default")
|
13536
|
-
], 2),
|
13640
|
+
], 2)),
|
13537
13641
|
e.editModeContext ? (a(), v(c, {
|
13538
|
-
key:
|
13642
|
+
key: 3,
|
13539
13643
|
ref: "editComponentWrapper",
|
13540
13644
|
class: "edit-items",
|
13541
13645
|
showComponentName: !1,
|
@@ -13556,7 +13660,7 @@ function Zh(e, t, n, s, i, l) {
|
|
13556
13660
|
key: 1,
|
13557
13661
|
innerHTML: n.htmlContent,
|
13558
13662
|
class: C(l.textAlign)
|
13559
|
-
}, null, 10,
|
13663
|
+
}, null, 10, $h)) : (a(), r("button", {
|
13560
13664
|
key: 2,
|
13561
13665
|
type: "button",
|
13562
13666
|
class: "button confirm",
|
@@ -13570,7 +13674,7 @@ function Zh(e, t, n, s, i, l) {
|
|
13570
13674
|
}, 8, ["componentProps", "componentPath", "allowDeleteComponent"])) : m("", !0)
|
13571
13675
|
], 2);
|
13572
13676
|
}
|
13573
|
-
const
|
13677
|
+
const tg = /* @__PURE__ */ F(Qh, [["render", eg]]), ng = {
|
13574
13678
|
name: "ToggleDarkMode",
|
13575
13679
|
mixins: [
|
13576
13680
|
se
|
@@ -13723,9 +13827,9 @@ const Qh = /* @__PURE__ */ F(Kh, [["render", Zh]]), Xh = {
|
|
13723
13827
|
immediate: !0
|
13724
13828
|
}
|
13725
13829
|
}
|
13726
|
-
},
|
13727
|
-
function
|
13728
|
-
const d = G, u =
|
13830
|
+
}, ig = { key: 0 };
|
13831
|
+
function lg(e, t, n, s, i, l) {
|
13832
|
+
const d = G, u = te;
|
13729
13833
|
return a(), r("div", {
|
13730
13834
|
class: C(["cmd-toggle-dark-mode", { "styled-layout": n.useStyledLayout, "dark-mode": i.darkMode }])
|
13731
13835
|
}, [
|
@@ -13753,7 +13857,7 @@ function eg(e, t, n, s, i, l) {
|
|
13753
13857
|
class: C(["button", { "dark-mode": i.darkMode }]),
|
13754
13858
|
onClick: t[0] || (t[0] = S((...c) => l.toggleColorScheme && l.toggleColorScheme(...c), ["prevent"]))
|
13755
13859
|
}, [
|
13756
|
-
n.showLabel ? (a(), r("span",
|
13860
|
+
n.showLabel ? (a(), r("span", ig, y(l.labelText), 1)) : m("", !0),
|
13757
13861
|
p(d, {
|
13758
13862
|
iconClass: l.iconClass,
|
13759
13863
|
type: l.iconType,
|
@@ -13776,7 +13880,7 @@ function eg(e, t, n, s, i, l) {
|
|
13776
13880
|
], 64))
|
13777
13881
|
], 2);
|
13778
13882
|
}
|
13779
|
-
const
|
13883
|
+
const og = /* @__PURE__ */ F(ng, [["render", lg]]), ag = {
|
13780
13884
|
data() {
|
13781
13885
|
return {
|
13782
13886
|
defaultMessageProperties: {
|
@@ -13834,28 +13938,28 @@ function Xi(e, t) {
|
|
13834
13938
|
return e.apply(t, arguments);
|
13835
13939
|
};
|
13836
13940
|
}
|
13837
|
-
const { toString:
|
13838
|
-
const n =
|
13941
|
+
const { toString: sg } = Object.prototype, { getPrototypeOf: Tn } = Object, It = /* @__PURE__ */ ((e) => (t) => {
|
13942
|
+
const n = sg.call(t);
|
13839
13943
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
13840
|
-
})(/* @__PURE__ */ Object.create(null)),
|
13841
|
-
function
|
13842
|
-
return e !== null && !it(e) && e.constructor !== null && !it(e.constructor) &&
|
13944
|
+
})(/* @__PURE__ */ Object.create(null)), Ce = (e) => (e = e.toLowerCase(), (t) => It(t) === e), Bt = (e) => (t) => typeof t === e, { isArray: ze } = Array, it = Bt("undefined");
|
13945
|
+
function rg(e) {
|
13946
|
+
return e !== null && !it(e) && e.constructor !== null && !it(e.constructor) && he(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
13843
13947
|
}
|
13844
|
-
const $i =
|
13845
|
-
function
|
13948
|
+
const $i = Ce("ArrayBuffer");
|
13949
|
+
function dg(e) {
|
13846
13950
|
let t;
|
13847
13951
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && $i(e.buffer), t;
|
13848
13952
|
}
|
13849
|
-
const
|
13953
|
+
const ug = Bt("string"), he = Bt("function"), el = Bt("number"), Dt = (e) => e !== null && typeof e == "object", cg = (e) => e === !0 || e === !1, yt = (e) => {
|
13850
13954
|
if (It(e) !== "object")
|
13851
13955
|
return !1;
|
13852
13956
|
const t = Tn(e);
|
13853
13957
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
13854
|
-
},
|
13958
|
+
}, mg = Ce("Date"), pg = Ce("File"), fg = Ce("Blob"), hg = Ce("FileList"), gg = (e) => Dt(e) && he(e.pipe), yg = (e) => {
|
13855
13959
|
let t;
|
13856
|
-
return e && (typeof FormData == "function" && e instanceof FormData ||
|
13857
|
-
t === "object" &&
|
13858
|
-
},
|
13960
|
+
return e && (typeof FormData == "function" && e instanceof FormData || he(e.append) && ((t = It(e)) === "formdata" || // detect form-data instance
|
13961
|
+
t === "object" && he(e.toString) && e.toString() === "[object FormData]"));
|
13962
|
+
}, bg = Ce("URLSearchParams"), [xg, Cg, vg, kg] = ["ReadableStream", "Request", "Response", "Headers"].map(Ce), wg = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
13859
13963
|
function lt(e, t, { allOwnKeys: n = !1 } = {}) {
|
13860
13964
|
if (e === null || typeof e > "u")
|
13861
13965
|
return;
|
@@ -13889,13 +13993,13 @@ function en() {
|
|
13889
13993
|
arguments[s] && lt(arguments[s], n);
|
13890
13994
|
return t;
|
13891
13995
|
}
|
13892
|
-
const
|
13893
|
-
n &&
|
13894
|
-
}, { allOwnKeys: s }), e),
|
13996
|
+
const Tg = (e, t, n, { allOwnKeys: s } = {}) => (lt(t, (i, l) => {
|
13997
|
+
n && he(i) ? e[l] = Xi(i, n) : e[l] = i;
|
13998
|
+
}, { allOwnKeys: s }), e), Sg = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), _g = (e, t, n, s) => {
|
13895
13999
|
e.prototype = Object.create(t.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
13896
14000
|
value: t.prototype
|
13897
14001
|
}), n && Object.assign(e.prototype, n);
|
13898
|
-
},
|
14002
|
+
}, Og = (e, t, n, s) => {
|
13899
14003
|
let i, l, d;
|
13900
14004
|
const u = {};
|
13901
14005
|
if (t = t || {}, e == null) return t;
|
@@ -13905,11 +14009,11 @@ const Cg = (e, t, n, { allOwnKeys: s } = {}) => (lt(t, (i, l) => {
|
|
13905
14009
|
e = n !== !1 && Tn(e);
|
13906
14010
|
} while (e && (!n || n(e, t)) && e !== Object.prototype);
|
13907
14011
|
return t;
|
13908
|
-
},
|
14012
|
+
}, Lg = (e, t, n) => {
|
13909
14013
|
e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
|
13910
14014
|
const s = e.indexOf(t, n);
|
13911
14015
|
return s !== -1 && s === n;
|
13912
|
-
},
|
14016
|
+
}, Ig = (e) => {
|
13913
14017
|
if (!e) return null;
|
13914
14018
|
if (ze(e)) return e;
|
13915
14019
|
let t = e.length;
|
@@ -13918,36 +14022,36 @@ const Cg = (e, t, n, { allOwnKeys: s } = {}) => (lt(t, (i, l) => {
|
|
13918
14022
|
for (; t-- > 0; )
|
13919
14023
|
n[t] = e[t];
|
13920
14024
|
return n;
|
13921
|
-
},
|
14025
|
+
}, Bg = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Tn(Uint8Array)), Dg = (e, t) => {
|
13922
14026
|
const s = (e && e[Symbol.iterator]).call(e);
|
13923
14027
|
let i;
|
13924
14028
|
for (; (i = s.next()) && !i.done; ) {
|
13925
14029
|
const l = i.value;
|
13926
14030
|
t.call(e, l[0], l[1]);
|
13927
14031
|
}
|
13928
|
-
},
|
14032
|
+
}, Mg = (e, t) => {
|
13929
14033
|
let n;
|
13930
14034
|
const s = [];
|
13931
14035
|
for (; (n = e.exec(t)) !== null; )
|
13932
14036
|
s.push(n);
|
13933
14037
|
return s;
|
13934
|
-
},
|
14038
|
+
}, Fg = Ce("HTMLFormElement"), Vg = (e) => e.toLowerCase().replace(
|
13935
14039
|
/[-_\s]([a-z\d])(\w*)/g,
|
13936
14040
|
function(n, s, i) {
|
13937
14041
|
return s.toUpperCase() + i;
|
13938
14042
|
}
|
13939
|
-
), ei = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype),
|
14043
|
+
), ei = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Ag = Ce("RegExp"), ll = (e, t) => {
|
13940
14044
|
const n = Object.getOwnPropertyDescriptors(e), s = {};
|
13941
14045
|
lt(n, (i, l) => {
|
13942
14046
|
let d;
|
13943
14047
|
(d = t(i, l, e)) !== !1 && (s[l] = d || i);
|
13944
14048
|
}), Object.defineProperties(e, s);
|
13945
|
-
},
|
14049
|
+
}, Pg = (e) => {
|
13946
14050
|
ll(e, (t, n) => {
|
13947
|
-
if (
|
14051
|
+
if (he(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
|
13948
14052
|
return !1;
|
13949
14053
|
const s = e[n];
|
13950
|
-
if (
|
14054
|
+
if (he(s)) {
|
13951
14055
|
if (t.enumerable = !1, "writable" in t) {
|
13952
14056
|
t.writable = !1;
|
13953
14057
|
return;
|
@@ -13957,29 +14061,29 @@ const Cg = (e, t, n, { allOwnKeys: s } = {}) => (lt(t, (i, l) => {
|
|
13957
14061
|
});
|
13958
14062
|
}
|
13959
14063
|
});
|
13960
|
-
},
|
14064
|
+
}, Eg = (e, t) => {
|
13961
14065
|
const n = {}, s = (i) => {
|
13962
14066
|
i.forEach((l) => {
|
13963
14067
|
n[l] = !0;
|
13964
14068
|
});
|
13965
14069
|
};
|
13966
14070
|
return ze(e) ? s(e) : s(String(e).split(t)), n;
|
13967
|
-
},
|
13968
|
-
},
|
14071
|
+
}, Hg = () => {
|
14072
|
+
}, qg = (e, t) => e != null && Number.isFinite(e = +e) ? e : t, Rt = "abcdefghijklmnopqrstuvwxyz", ti = "0123456789", ol = {
|
13969
14073
|
DIGIT: ti,
|
13970
14074
|
ALPHA: Rt,
|
13971
14075
|
ALPHA_DIGIT: Rt + Rt.toUpperCase() + ti
|
13972
|
-
},
|
14076
|
+
}, Rg = (e = 16, t = ol.ALPHA_DIGIT) => {
|
13973
14077
|
let n = "";
|
13974
14078
|
const { length: s } = t;
|
13975
14079
|
for (; e--; )
|
13976
14080
|
n += t[Math.random() * s | 0];
|
13977
14081
|
return n;
|
13978
14082
|
};
|
13979
|
-
function
|
13980
|
-
return !!(e &&
|
14083
|
+
function jg(e) {
|
14084
|
+
return !!(e && he(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
|
13981
14085
|
}
|
13982
|
-
const
|
14086
|
+
const Ng = (e) => {
|
13983
14087
|
const t = new Array(10), n = (s, i) => {
|
13984
14088
|
if (Dt(s)) {
|
13985
14089
|
if (t.indexOf(s) >= 0)
|
@@ -13996,63 +14100,63 @@ const Hg = (e) => {
|
|
13996
14100
|
return s;
|
13997
14101
|
};
|
13998
14102
|
return n(e, 0);
|
13999
|
-
},
|
14103
|
+
}, Ug = Ce("AsyncFunction"), zg = (e) => e && (Dt(e) || he(e)) && he(e.then) && he(e.catch), L = {
|
14000
14104
|
isArray: ze,
|
14001
14105
|
isArrayBuffer: $i,
|
14002
|
-
isBuffer:
|
14003
|
-
isFormData:
|
14004
|
-
isArrayBufferView:
|
14005
|
-
isString:
|
14106
|
+
isBuffer: rg,
|
14107
|
+
isFormData: yg,
|
14108
|
+
isArrayBufferView: dg,
|
14109
|
+
isString: ug,
|
14006
14110
|
isNumber: el,
|
14007
|
-
isBoolean:
|
14111
|
+
isBoolean: cg,
|
14008
14112
|
isObject: Dt,
|
14009
14113
|
isPlainObject: yt,
|
14010
|
-
isReadableStream:
|
14011
|
-
isRequest:
|
14012
|
-
isResponse:
|
14013
|
-
isHeaders:
|
14114
|
+
isReadableStream: xg,
|
14115
|
+
isRequest: Cg,
|
14116
|
+
isResponse: vg,
|
14117
|
+
isHeaders: kg,
|
14014
14118
|
isUndefined: it,
|
14015
|
-
isDate:
|
14016
|
-
isFile:
|
14017
|
-
isBlob:
|
14018
|
-
isRegExp:
|
14019
|
-
isFunction:
|
14020
|
-
isStream:
|
14021
|
-
isURLSearchParams:
|
14022
|
-
isTypedArray:
|
14023
|
-
isFileList:
|
14119
|
+
isDate: mg,
|
14120
|
+
isFile: pg,
|
14121
|
+
isBlob: fg,
|
14122
|
+
isRegExp: Ag,
|
14123
|
+
isFunction: he,
|
14124
|
+
isStream: gg,
|
14125
|
+
isURLSearchParams: bg,
|
14126
|
+
isTypedArray: Bg,
|
14127
|
+
isFileList: hg,
|
14024
14128
|
forEach: lt,
|
14025
14129
|
merge: en,
|
14026
|
-
extend:
|
14027
|
-
trim:
|
14028
|
-
stripBOM:
|
14029
|
-
inherits:
|
14030
|
-
toFlatObject:
|
14130
|
+
extend: Tg,
|
14131
|
+
trim: wg,
|
14132
|
+
stripBOM: Sg,
|
14133
|
+
inherits: _g,
|
14134
|
+
toFlatObject: Og,
|
14031
14135
|
kindOf: It,
|
14032
|
-
kindOfTest:
|
14033
|
-
endsWith:
|
14034
|
-
toArray:
|
14035
|
-
forEachEntry:
|
14036
|
-
matchAll:
|
14037
|
-
isHTMLForm:
|
14136
|
+
kindOfTest: Ce,
|
14137
|
+
endsWith: Lg,
|
14138
|
+
toArray: Ig,
|
14139
|
+
forEachEntry: Dg,
|
14140
|
+
matchAll: Mg,
|
14141
|
+
isHTMLForm: Fg,
|
14038
14142
|
hasOwnProperty: ei,
|
14039
14143
|
hasOwnProp: ei,
|
14040
14144
|
// an alias to avoid ESLint no-prototype-builtins detection
|
14041
14145
|
reduceDescriptors: ll,
|
14042
|
-
freezeMethods:
|
14043
|
-
toObjectSet:
|
14044
|
-
toCamelCase:
|
14045
|
-
noop:
|
14046
|
-
toFiniteNumber:
|
14146
|
+
freezeMethods: Pg,
|
14147
|
+
toObjectSet: Eg,
|
14148
|
+
toCamelCase: Vg,
|
14149
|
+
noop: Hg,
|
14150
|
+
toFiniteNumber: qg,
|
14047
14151
|
findKey: tl,
|
14048
14152
|
global: nl,
|
14049
14153
|
isContextDefined: il,
|
14050
14154
|
ALPHABET: ol,
|
14051
|
-
generateString:
|
14052
|
-
isSpecCompliantForm:
|
14053
|
-
toJSONObject:
|
14054
|
-
isAsyncFn:
|
14055
|
-
isThenable:
|
14155
|
+
generateString: Rg,
|
14156
|
+
isSpecCompliantForm: jg,
|
14157
|
+
toJSONObject: Ng,
|
14158
|
+
isAsyncFn: Ug,
|
14159
|
+
isThenable: zg
|
14056
14160
|
};
|
14057
14161
|
function N(e, t, n, s, i) {
|
14058
14162
|
Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), s && (this.request = s), i && (this.response = i);
|
@@ -14104,7 +14208,7 @@ N.from = (e, t, n, s, i, l) => {
|
|
14104
14208
|
return c !== Error.prototype;
|
14105
14209
|
}, (u) => u !== "isAxiosError"), N.call(d, e.message, t, n, s, i), d.cause = e, d.name = e.name, l && Object.assign(d, l), d;
|
14106
14210
|
};
|
14107
|
-
const
|
14211
|
+
const Wg = null;
|
14108
14212
|
function tn(e) {
|
14109
14213
|
return L.isPlainObject(e) || L.isArray(e);
|
14110
14214
|
}
|
@@ -14116,10 +14220,10 @@ function ni(e, t, n) {
|
|
14116
14220
|
return i = rl(i), !n && l ? "[" + i + "]" : i;
|
14117
14221
|
}).join(n ? "." : "") : t;
|
14118
14222
|
}
|
14119
|
-
function
|
14223
|
+
function Gg(e) {
|
14120
14224
|
return L.isArray(e) && !e.some(tn);
|
14121
14225
|
}
|
14122
|
-
const
|
14226
|
+
const Kg = L.toFlatObject(L, {}, null, function(t) {
|
14123
14227
|
return /^is[A-Z]/.test(t);
|
14124
14228
|
});
|
14125
14229
|
function Mt(e, t, n) {
|
@@ -14148,7 +14252,7 @@ function Mt(e, t, n) {
|
|
14148
14252
|
if (O && !M && typeof O == "object") {
|
14149
14253
|
if (L.endsWith(T, "{}"))
|
14150
14254
|
T = s ? T : T.slice(0, -2), O = JSON.stringify(O);
|
14151
|
-
else if (L.isArray(O) &&
|
14255
|
+
else if (L.isArray(O) && Gg(O) || (L.isFileList(O) || L.endsWith(T, "[]")) && (B = L.toArray(O)))
|
14152
14256
|
return T = rl(T), B.forEach(function(D, U) {
|
14153
14257
|
!(L.isUndefined(D) || D === null) && t.append(
|
14154
14258
|
// eslint-disable-next-line no-nested-ternary
|
@@ -14159,7 +14263,7 @@ function Mt(e, t, n) {
|
|
14159
14263
|
}
|
14160
14264
|
return tn(O) ? !0 : (t.append(ni(M, T, l), h(O)), !1);
|
14161
14265
|
}
|
14162
|
-
const g = [], k = Object.assign(
|
14266
|
+
const g = [], k = Object.assign(Kg, {
|
14163
14267
|
defaultVisitor: f,
|
14164
14268
|
convertValue: h,
|
14165
14269
|
isVisitable: tn
|
@@ -14212,13 +14316,13 @@ dl.toString = function(t) {
|
|
14212
14316
|
return n(i[0]) + "=" + n(i[1]);
|
14213
14317
|
}, "").join("&");
|
14214
14318
|
};
|
14215
|
-
function
|
14319
|
+
function Yg(e) {
|
14216
14320
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
14217
14321
|
}
|
14218
14322
|
function ul(e, t, n) {
|
14219
14323
|
if (!t)
|
14220
14324
|
return e;
|
14221
|
-
const s = n && n.encode ||
|
14325
|
+
const s = n && n.encode || Yg, i = n && n.serialize;
|
14222
14326
|
let l;
|
14223
14327
|
if (i ? l = i(t, n) : l = L.isURLSearchParams(t) ? t.toString() : new Sn(t, n).toString(s), l) {
|
14224
14328
|
const d = e.indexOf("#");
|
@@ -14284,36 +14388,36 @@ const cl = {
|
|
14284
14388
|
silentJSONParsing: !0,
|
14285
14389
|
forcedJSONParsing: !0,
|
14286
14390
|
clarifyTimeoutError: !1
|
14287
|
-
},
|
14391
|
+
}, Jg = typeof URLSearchParams < "u" ? URLSearchParams : Sn, Zg = typeof FormData < "u" ? FormData : null, Qg = typeof Blob < "u" ? Blob : null, Xg = {
|
14288
14392
|
isBrowser: !0,
|
14289
14393
|
classes: {
|
14290
|
-
URLSearchParams:
|
14291
|
-
FormData:
|
14292
|
-
Blob:
|
14394
|
+
URLSearchParams: Jg,
|
14395
|
+
FormData: Zg,
|
14396
|
+
Blob: Qg
|
14293
14397
|
},
|
14294
14398
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
14295
|
-
}, _n = typeof window < "u" && typeof document < "u",
|
14296
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
14399
|
+
}, _n = typeof window < "u" && typeof document < "u", $g = ((e) => _n && ["ReactNative", "NativeScript", "NS"].indexOf(e) < 0)(typeof navigator < "u" && navigator.product), ey = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
14400
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", ty = _n && window.location.href || "http://localhost", ny = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
14297
14401
|
__proto__: null,
|
14298
14402
|
hasBrowserEnv: _n,
|
14299
|
-
hasStandardBrowserEnv:
|
14300
|
-
hasStandardBrowserWebWorkerEnv:
|
14301
|
-
origin:
|
14302
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
14303
|
-
...
|
14304
|
-
...
|
14403
|
+
hasStandardBrowserEnv: $g,
|
14404
|
+
hasStandardBrowserWebWorkerEnv: ey,
|
14405
|
+
origin: ty
|
14406
|
+
}, Symbol.toStringTag, { value: "Module" })), be = {
|
14407
|
+
...ny,
|
14408
|
+
...Xg
|
14305
14409
|
};
|
14306
|
-
function
|
14307
|
-
return Mt(e, new
|
14410
|
+
function iy(e, t) {
|
14411
|
+
return Mt(e, new be.classes.URLSearchParams(), Object.assign({
|
14308
14412
|
visitor: function(n, s, i, l) {
|
14309
|
-
return
|
14413
|
+
return be.isNode && L.isBuffer(n) ? (this.append(s, n.toString("base64")), !1) : l.defaultVisitor.apply(this, arguments);
|
14310
14414
|
}
|
14311
14415
|
}, t));
|
14312
14416
|
}
|
14313
|
-
function
|
14417
|
+
function ly(e) {
|
14314
14418
|
return L.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
|
14315
14419
|
}
|
14316
|
-
function
|
14420
|
+
function oy(e) {
|
14317
14421
|
const t = {}, n = Object.keys(e);
|
14318
14422
|
let s;
|
14319
14423
|
const i = n.length;
|
@@ -14327,17 +14431,17 @@ function ml(e) {
|
|
14327
14431
|
let d = n[l++];
|
14328
14432
|
if (d === "__proto__") return !0;
|
14329
14433
|
const u = Number.isFinite(+d), c = l >= n.length;
|
14330
|
-
return d = !d && L.isArray(i) ? i.length : d, c ? (L.hasOwnProp(i, d) ? i[d] = [i[d], s] : i[d] = s, !u) : ((!i[d] || !L.isObject(i[d])) && (i[d] = []), t(n, s, i[d], l) && L.isArray(i[d]) && (i[d] =
|
14434
|
+
return d = !d && L.isArray(i) ? i.length : d, c ? (L.hasOwnProp(i, d) ? i[d] = [i[d], s] : i[d] = s, !u) : ((!i[d] || !L.isObject(i[d])) && (i[d] = []), t(n, s, i[d], l) && L.isArray(i[d]) && (i[d] = oy(i[d])), !u);
|
14331
14435
|
}
|
14332
14436
|
if (L.isFormData(e) && L.isFunction(e.entries)) {
|
14333
14437
|
const n = {};
|
14334
14438
|
return L.forEachEntry(e, (s, i) => {
|
14335
|
-
t(
|
14439
|
+
t(ly(s), i, n, 0);
|
14336
14440
|
}), n;
|
14337
14441
|
}
|
14338
14442
|
return null;
|
14339
14443
|
}
|
14340
|
-
function
|
14444
|
+
function ay(e, t, n) {
|
14341
14445
|
if (L.isString(e))
|
14342
14446
|
try {
|
14343
14447
|
return (t || JSON.parse)(e), L.trim(e);
|
@@ -14363,7 +14467,7 @@ const ot = {
|
|
14363
14467
|
let u;
|
14364
14468
|
if (l) {
|
14365
14469
|
if (s.indexOf("application/x-www-form-urlencoded") > -1)
|
14366
|
-
return
|
14470
|
+
return iy(t, this.formSerializer).toString();
|
14367
14471
|
if ((u = L.isFileList(t)) || s.indexOf("multipart/form-data") > -1) {
|
14368
14472
|
const c = this.env && this.env.FormData;
|
14369
14473
|
return Mt(
|
@@ -14373,7 +14477,7 @@ const ot = {
|
|
14373
14477
|
);
|
14374
14478
|
}
|
14375
14479
|
}
|
14376
|
-
return l || i ? (n.setContentType("application/json", !1),
|
14480
|
+
return l || i ? (n.setContentType("application/json", !1), ay(t)) : t;
|
14377
14481
|
}],
|
14378
14482
|
transformResponse: [function(t) {
|
14379
14483
|
const n = this.transitional || ot.transitional, s = n && n.forcedJSONParsing, i = this.responseType === "json";
|
@@ -14400,8 +14504,8 @@ const ot = {
|
|
14400
14504
|
maxContentLength: -1,
|
14401
14505
|
maxBodyLength: -1,
|
14402
14506
|
env: {
|
14403
|
-
FormData:
|
14404
|
-
Blob:
|
14507
|
+
FormData: be.classes.FormData,
|
14508
|
+
Blob: be.classes.Blob
|
14405
14509
|
},
|
14406
14510
|
validateStatus: function(t) {
|
14407
14511
|
return t >= 200 && t < 300;
|
@@ -14416,7 +14520,7 @@ const ot = {
|
|
14416
14520
|
L.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
14417
14521
|
ot.headers[e] = {};
|
14418
14522
|
});
|
14419
|
-
const
|
14523
|
+
const sy = L.toObjectSet([
|
14420
14524
|
"age",
|
14421
14525
|
"authorization",
|
14422
14526
|
"content-length",
|
@@ -14434,12 +14538,12 @@ const iy = L.toObjectSet([
|
|
14434
14538
|
"referer",
|
14435
14539
|
"retry-after",
|
14436
14540
|
"user-agent"
|
14437
|
-
]),
|
14541
|
+
]), ry = (e) => {
|
14438
14542
|
const t = {};
|
14439
14543
|
let n, s, i;
|
14440
14544
|
return e && e.split(`
|
14441
14545
|
`).forEach(function(d) {
|
14442
|
-
i = d.indexOf(":"), n = d.substring(0, i).trim().toLowerCase(), s = d.substring(i + 1).trim(), !(!n || t[n] &&
|
14546
|
+
i = d.indexOf(":"), n = d.substring(0, i).trim().toLowerCase(), s = d.substring(i + 1).trim(), !(!n || t[n] && sy[n]) && (n === "set-cookie" ? t[n] ? t[n].push(s) : t[n] = [s] : t[n] = t[n] ? t[n] + ", " + s : s);
|
14443
14547
|
}), t;
|
14444
14548
|
}, oi = Symbol("internals");
|
14445
14549
|
function Qe(e) {
|
@@ -14448,14 +14552,14 @@ function Qe(e) {
|
|
14448
14552
|
function bt(e) {
|
14449
14553
|
return e === !1 || e == null ? e : L.isArray(e) ? e.map(bt) : String(e);
|
14450
14554
|
}
|
14451
|
-
function
|
14555
|
+
function dy(e) {
|
14452
14556
|
const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
14453
14557
|
let s;
|
14454
14558
|
for (; s = n.exec(e); )
|
14455
14559
|
t[s[1]] = s[2];
|
14456
14560
|
return t;
|
14457
14561
|
}
|
14458
|
-
const
|
14562
|
+
const uy = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
14459
14563
|
function jt(e, t, n, s, i) {
|
14460
14564
|
if (L.isFunction(s))
|
14461
14565
|
return s.call(this, t, n);
|
@@ -14466,10 +14570,10 @@ function jt(e, t, n, s, i) {
|
|
14466
14570
|
return s.test(t);
|
14467
14571
|
}
|
14468
14572
|
}
|
14469
|
-
function
|
14573
|
+
function cy(e) {
|
14470
14574
|
return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, n, s) => n.toUpperCase() + s);
|
14471
14575
|
}
|
14472
|
-
function
|
14576
|
+
function my(e, t) {
|
14473
14577
|
const n = L.toCamelCase(" " + t);
|
14474
14578
|
["get", "set", "has"].forEach((s) => {
|
14475
14579
|
Object.defineProperty(e, s + n, {
|
@@ -14480,7 +14584,7 @@ function ry(e, t) {
|
|
14480
14584
|
});
|
14481
14585
|
});
|
14482
14586
|
}
|
14483
|
-
class
|
14587
|
+
class ce {
|
14484
14588
|
constructor(t) {
|
14485
14589
|
t && this.set(t);
|
14486
14590
|
}
|
@@ -14496,8 +14600,8 @@ class ue {
|
|
14496
14600
|
const d = (u, c) => L.forEach(u, (h, f) => l(h, f, c));
|
14497
14601
|
if (L.isPlainObject(t) || t instanceof this.constructor)
|
14498
14602
|
d(t, n);
|
14499
|
-
else if (L.isString(t) && (t = t.trim()) && !
|
14500
|
-
d(
|
14603
|
+
else if (L.isString(t) && (t = t.trim()) && !uy(t))
|
14604
|
+
d(ry(t), n);
|
14501
14605
|
else if (L.isHeaders(t))
|
14502
14606
|
for (const [u, c] of t.entries())
|
14503
14607
|
l(c, u, s);
|
@@ -14513,7 +14617,7 @@ class ue {
|
|
14513
14617
|
if (!n)
|
14514
14618
|
return i;
|
14515
14619
|
if (n === !0)
|
14516
|
-
return
|
14620
|
+
return dy(i);
|
14517
14621
|
if (L.isFunction(n))
|
14518
14622
|
return n.call(this, i, s);
|
14519
14623
|
if (L.isRegExp(n))
|
@@ -14557,7 +14661,7 @@ class ue {
|
|
14557
14661
|
n[d] = bt(i), delete n[l];
|
14558
14662
|
return;
|
14559
14663
|
}
|
14560
|
-
const u = t ?
|
14664
|
+
const u = t ? cy(l) : String(l).trim();
|
14561
14665
|
u !== l && delete n[l], n[u] = bt(i), s[u] = !0;
|
14562
14666
|
}), this;
|
14563
14667
|
}
|
@@ -14593,13 +14697,13 @@ class ue {
|
|
14593
14697
|
}).accessors, i = this.prototype;
|
14594
14698
|
function l(d) {
|
14595
14699
|
const u = Qe(d);
|
14596
|
-
s[u] || (
|
14700
|
+
s[u] || (my(i, d), s[u] = !0);
|
14597
14701
|
}
|
14598
14702
|
return L.isArray(t) ? t.forEach(l) : l(t), this;
|
14599
14703
|
}
|
14600
14704
|
}
|
14601
|
-
|
14602
|
-
L.reduceDescriptors(
|
14705
|
+
ce.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
|
14706
|
+
L.reduceDescriptors(ce.prototype, ({ value: e }, t) => {
|
14603
14707
|
let n = t[0].toUpperCase() + t.slice(1);
|
14604
14708
|
return {
|
14605
14709
|
get: () => e,
|
@@ -14608,9 +14712,9 @@ L.reduceDescriptors(ue.prototype, ({ value: e }, t) => {
|
|
14608
14712
|
}
|
14609
14713
|
};
|
14610
14714
|
});
|
14611
|
-
L.freezeMethods(
|
14715
|
+
L.freezeMethods(ce);
|
14612
14716
|
function Nt(e, t) {
|
14613
|
-
const n = this || ot, s = t || n, i =
|
14717
|
+
const n = this || ot, s = t || n, i = ce.from(s.headers);
|
14614
14718
|
let l = s.data;
|
14615
14719
|
return L.forEach(e, function(u) {
|
14616
14720
|
l = u.call(n, l, i.normalize(), t ? t.status : void 0);
|
@@ -14635,11 +14739,11 @@ function fl(e, t, n) {
|
|
14635
14739
|
n
|
14636
14740
|
));
|
14637
14741
|
}
|
14638
|
-
function
|
14742
|
+
function py(e) {
|
14639
14743
|
const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
|
14640
14744
|
return t && t[1] || "";
|
14641
14745
|
}
|
14642
|
-
function
|
14746
|
+
function fy(e, t) {
|
14643
14747
|
e = e || 10;
|
14644
14748
|
const n = new Array(e), s = new Array(e);
|
14645
14749
|
let i = 0, l = 0, d;
|
@@ -14655,7 +14759,7 @@ function uy(e, t) {
|
|
14655
14759
|
return b ? Math.round(k * 1e3 / b) : void 0;
|
14656
14760
|
};
|
14657
14761
|
}
|
14658
|
-
function
|
14762
|
+
function hy(e, t) {
|
14659
14763
|
let n = 0;
|
14660
14764
|
const s = 1e3 / t;
|
14661
14765
|
let i = null;
|
@@ -14668,8 +14772,8 @@ function cy(e, t) {
|
|
14668
14772
|
}
|
14669
14773
|
const vt = (e, t, n = 3) => {
|
14670
14774
|
let s = 0;
|
14671
|
-
const i =
|
14672
|
-
return
|
14775
|
+
const i = fy(50, 250);
|
14776
|
+
return hy((l) => {
|
14673
14777
|
const d = l.loaded, u = l.lengthComputable ? l.total : void 0, c = d - s, h = i(c), f = d <= u;
|
14674
14778
|
s = d;
|
14675
14779
|
const g = {
|
@@ -14684,7 +14788,7 @@ const vt = (e, t, n = 3) => {
|
|
14684
14788
|
};
|
14685
14789
|
g[t ? "download" : "upload"] = !0, e(g);
|
14686
14790
|
}, n);
|
14687
|
-
},
|
14791
|
+
}, gy = be.hasStandardBrowserEnv ? (
|
14688
14792
|
// Standard browser envs have full support of the APIs needed to test
|
14689
14793
|
// whether the request URL is of the same origin as current location.
|
14690
14794
|
function() {
|
@@ -14715,7 +14819,7 @@ const vt = (e, t, n = 3) => {
|
|
14715
14819
|
return !0;
|
14716
14820
|
};
|
14717
14821
|
}()
|
14718
|
-
),
|
14822
|
+
), yy = be.hasStandardBrowserEnv ? (
|
14719
14823
|
// Standard browser envs support document.cookie
|
14720
14824
|
{
|
14721
14825
|
write(e, t, n, s, i, l) {
|
@@ -14742,16 +14846,16 @@ const vt = (e, t, n = 3) => {
|
|
14742
14846
|
}
|
14743
14847
|
}
|
14744
14848
|
);
|
14745
|
-
function
|
14849
|
+
function by(e) {
|
14746
14850
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
|
14747
14851
|
}
|
14748
|
-
function
|
14852
|
+
function xy(e, t) {
|
14749
14853
|
return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
|
14750
14854
|
}
|
14751
14855
|
function hl(e, t) {
|
14752
|
-
return e && !
|
14856
|
+
return e && !by(t) ? xy(e, t) : t;
|
14753
14857
|
}
|
14754
|
-
const ai = (e) => e instanceof
|
14858
|
+
const ai = (e) => e instanceof ce ? { ...e } : e;
|
14755
14859
|
function He(e, t) {
|
14756
14860
|
t = t || {};
|
14757
14861
|
const n = {};
|
@@ -14819,29 +14923,29 @@ function He(e, t) {
|
|
14819
14923
|
const gl = (e) => {
|
14820
14924
|
const t = He({}, e);
|
14821
14925
|
let { data: n, withXSRFToken: s, xsrfHeaderName: i, xsrfCookieName: l, headers: d, auth: u } = t;
|
14822
|
-
t.headers = d =
|
14926
|
+
t.headers = d = ce.from(d), t.url = ul(hl(t.baseURL, t.url), e.params, e.paramsSerializer), u && d.set(
|
14823
14927
|
"Authorization",
|
14824
14928
|
"Basic " + btoa((u.username || "") + ":" + (u.password ? unescape(encodeURIComponent(u.password)) : ""))
|
14825
14929
|
);
|
14826
14930
|
let c;
|
14827
14931
|
if (L.isFormData(n)) {
|
14828
|
-
if (
|
14932
|
+
if (be.hasStandardBrowserEnv || be.hasStandardBrowserWebWorkerEnv)
|
14829
14933
|
d.setContentType(void 0);
|
14830
14934
|
else if ((c = d.getContentType()) !== !1) {
|
14831
14935
|
const [h, ...f] = c ? c.split(";").map((g) => g.trim()).filter(Boolean) : [];
|
14832
14936
|
d.setContentType([h || "multipart/form-data", ...f].join("; "));
|
14833
14937
|
}
|
14834
14938
|
}
|
14835
|
-
if (
|
14836
|
-
const h = i && l &&
|
14939
|
+
if (be.hasStandardBrowserEnv && (s && L.isFunction(s) && (s = s(t)), s || s !== !1 && gy(t.url))) {
|
14940
|
+
const h = i && l && yy.read(l);
|
14837
14941
|
h && d.set(i, h);
|
14838
14942
|
}
|
14839
14943
|
return t;
|
14840
|
-
},
|
14944
|
+
}, Cy = typeof XMLHttpRequest < "u", vy = Cy && function(e) {
|
14841
14945
|
return new Promise(function(n, s) {
|
14842
14946
|
const i = gl(e);
|
14843
14947
|
let l = i.data;
|
14844
|
-
const d =
|
14948
|
+
const d = ce.from(i.headers).normalize();
|
14845
14949
|
let { responseType: u } = i, c;
|
14846
14950
|
function h() {
|
14847
14951
|
i.cancelToken && i.cancelToken.unsubscribe(c), i.signal && i.signal.removeEventListener("abort", c);
|
@@ -14851,7 +14955,7 @@ const gl = (e) => {
|
|
14851
14955
|
function g() {
|
14852
14956
|
if (!f)
|
14853
14957
|
return;
|
14854
|
-
const b =
|
14958
|
+
const b = ce.from(
|
14855
14959
|
"getAllResponseHeaders" in f && f.getAllResponseHeaders()
|
14856
14960
|
), T = {
|
14857
14961
|
data: !u || u === "text" || u === "json" ? f.responseText : f.response,
|
@@ -14887,14 +14991,14 @@ const gl = (e) => {
|
|
14887
14991
|
}), L.isUndefined(i.withCredentials) || (f.withCredentials = !!i.withCredentials), u && u !== "json" && (f.responseType = i.responseType), typeof i.onDownloadProgress == "function" && f.addEventListener("progress", vt(i.onDownloadProgress, !0)), typeof i.onUploadProgress == "function" && f.upload && f.upload.addEventListener("progress", vt(i.onUploadProgress)), (i.cancelToken || i.signal) && (c = (b) => {
|
14888
14992
|
f && (s(!b || b.type ? new We(null, e, f) : b), f.abort(), f = null);
|
14889
14993
|
}, i.cancelToken && i.cancelToken.subscribe(c), i.signal && (i.signal.aborted ? c() : i.signal.addEventListener("abort", c)));
|
14890
|
-
const k =
|
14891
|
-
if (k &&
|
14994
|
+
const k = py(i.url);
|
14995
|
+
if (k && be.protocols.indexOf(k) === -1) {
|
14892
14996
|
s(new N("Unsupported protocol " + k + ":", N.ERR_BAD_REQUEST, e));
|
14893
14997
|
return;
|
14894
14998
|
}
|
14895
14999
|
f.send(l || null);
|
14896
15000
|
});
|
14897
|
-
},
|
15001
|
+
}, ky = (e, t) => {
|
14898
15002
|
let n = new AbortController(), s;
|
14899
15003
|
const i = function(c) {
|
14900
15004
|
if (!s) {
|
@@ -14916,7 +15020,7 @@ const gl = (e) => {
|
|
14916
15020
|
return u.unsubscribe = d, [u, () => {
|
14917
15021
|
l && clearTimeout(l), l = null;
|
14918
15022
|
}];
|
14919
|
-
},
|
15023
|
+
}, wy = function* (e, t) {
|
14920
15024
|
let n = e.byteLength;
|
14921
15025
|
if (n < t) {
|
14922
15026
|
yield e;
|
@@ -14925,11 +15029,11 @@ const gl = (e) => {
|
|
14925
15029
|
let s = 0, i;
|
14926
15030
|
for (; s < n; )
|
14927
15031
|
i = s + t, yield e.slice(s, i), s = i;
|
14928
|
-
},
|
15032
|
+
}, Ty = async function* (e, t, n) {
|
14929
15033
|
for await (const s of e)
|
14930
|
-
yield*
|
15034
|
+
yield* wy(ArrayBuffer.isView(s) ? s : await n(String(s)), t);
|
14931
15035
|
}, si = (e, t, n, s, i) => {
|
14932
|
-
const l =
|
15036
|
+
const l = Ty(e, t, i);
|
14933
15037
|
let d = 0;
|
14934
15038
|
return new ReadableStream({
|
14935
15039
|
type: "bytes",
|
@@ -14955,9 +15059,9 @@ const gl = (e) => {
|
|
14955
15059
|
total: e,
|
14956
15060
|
loaded: s
|
14957
15061
|
}));
|
14958
|
-
}, Ft = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", yl = Ft && typeof ReadableStream == "function", nn = Ft && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())),
|
15062
|
+
}, Ft = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", yl = Ft && typeof ReadableStream == "function", nn = Ft && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), Sy = yl && (() => {
|
14959
15063
|
let e = !1;
|
14960
|
-
const t = new Request(
|
15064
|
+
const t = new Request(be.origin, {
|
14961
15065
|
body: new ReadableStream(),
|
14962
15066
|
method: "POST",
|
14963
15067
|
get duplex() {
|
@@ -14980,7 +15084,7 @@ Ft && ((e) => {
|
|
14980
15084
|
});
|
14981
15085
|
});
|
14982
15086
|
})(new Response());
|
14983
|
-
const
|
15087
|
+
const _y = async (e) => {
|
14984
15088
|
if (e == null)
|
14985
15089
|
return 0;
|
14986
15090
|
if (L.isBlob(e))
|
@@ -14991,10 +15095,10 @@ const ky = async (e) => {
|
|
14991
15095
|
return e.byteLength;
|
14992
15096
|
if (L.isURLSearchParams(e) && (e = e + ""), L.isString(e))
|
14993
15097
|
return (await nn(e)).byteLength;
|
14994
|
-
},
|
15098
|
+
}, Oy = async (e, t) => {
|
14995
15099
|
const n = L.toFiniteNumber(e.getContentLength());
|
14996
|
-
return n ??
|
14997
|
-
},
|
15100
|
+
return n ?? _y(t);
|
15101
|
+
}, Ly = Ft && (async (e) => {
|
14998
15102
|
let {
|
14999
15103
|
url: t,
|
15000
15104
|
method: n,
|
@@ -15010,7 +15114,7 @@ const ky = async (e) => {
|
|
15010
15114
|
fetchOptions: k
|
15011
15115
|
} = gl(e);
|
15012
15116
|
h = h ? (h + "").toLowerCase() : "text";
|
15013
|
-
let [b, O] = i || l || d ?
|
15117
|
+
let [b, O] = i || l || d ? ky([i, l], d) : [], T, M;
|
15014
15118
|
const B = () => {
|
15015
15119
|
!T && setTimeout(() => {
|
15016
15120
|
b && b.unsubscribe();
|
@@ -15018,7 +15122,7 @@ const ky = async (e) => {
|
|
15018
15122
|
};
|
15019
15123
|
let P;
|
15020
15124
|
try {
|
15021
|
-
if (c &&
|
15125
|
+
if (c && Sy && n !== "get" && n !== "head" && (P = await Oy(f, s)) !== 0) {
|
15022
15126
|
let V = new Request(t, {
|
15023
15127
|
method: "POST",
|
15024
15128
|
body: s,
|
@@ -15059,7 +15163,7 @@ const ky = async (e) => {
|
|
15059
15163
|
return !U && B(), O && O(), await new Promise((V, R) => {
|
15060
15164
|
fl(V, R, {
|
15061
15165
|
data: W,
|
15062
|
-
headers:
|
15166
|
+
headers: ce.from(D.headers),
|
15063
15167
|
status: D.status,
|
15064
15168
|
statusText: D.statusText,
|
15065
15169
|
config: e,
|
@@ -15075,9 +15179,9 @@ const ky = async (e) => {
|
|
15075
15179
|
) : N.from(D, D && D.code, e, M);
|
15076
15180
|
}
|
15077
15181
|
}), on = {
|
15078
|
-
http:
|
15079
|
-
xhr:
|
15080
|
-
fetch:
|
15182
|
+
http: Wg,
|
15183
|
+
xhr: vy,
|
15184
|
+
fetch: Ly
|
15081
15185
|
};
|
15082
15186
|
L.forEach(on, (e, t) => {
|
15083
15187
|
if (e) {
|
@@ -15088,7 +15192,7 @@ L.forEach(on, (e, t) => {
|
|
15088
15192
|
Object.defineProperty(e, "adapterName", { value: t });
|
15089
15193
|
}
|
15090
15194
|
});
|
15091
|
-
const ui = (e) => `- ${e}`,
|
15195
|
+
const ui = (e) => `- ${e}`, Iy = (e) => L.isFunction(e) || e === null || e === !1, bl = {
|
15092
15196
|
getAdapter: (e) => {
|
15093
15197
|
e = L.isArray(e) ? e : [e];
|
15094
15198
|
const { length: t } = e;
|
@@ -15097,7 +15201,7 @@ const ui = (e) => `- ${e}`, Sy = (e) => L.isFunction(e) || e === null || e === !
|
|
15097
15201
|
for (let l = 0; l < t; l++) {
|
15098
15202
|
n = e[l];
|
15099
15203
|
let d;
|
15100
|
-
if (s = n, !
|
15204
|
+
if (s = n, !Iy(n) && (s = on[(d = String(n)).toLowerCase()], s === void 0))
|
15101
15205
|
throw new N(`Unknown adapter '${d}'`);
|
15102
15206
|
if (s)
|
15103
15207
|
break;
|
@@ -15124,7 +15228,7 @@ function Ut(e) {
|
|
15124
15228
|
throw new We(null, e);
|
15125
15229
|
}
|
15126
15230
|
function ci(e) {
|
15127
|
-
return Ut(e), e.headers =
|
15231
|
+
return Ut(e), e.headers = ce.from(e.headers), e.data = Nt.call(
|
15128
15232
|
e,
|
15129
15233
|
e.transformRequest
|
15130
15234
|
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), bl.getAdapter(e.adapter || ot.adapter)(e).then(function(s) {
|
@@ -15132,13 +15236,13 @@ function ci(e) {
|
|
15132
15236
|
e,
|
15133
15237
|
e.transformResponse,
|
15134
15238
|
s
|
15135
|
-
), s.headers =
|
15239
|
+
), s.headers = ce.from(s.headers), s;
|
15136
15240
|
}, function(s) {
|
15137
15241
|
return pl(s) || (Ut(e), s && s.response && (s.response.data = Nt.call(
|
15138
15242
|
e,
|
15139
15243
|
e.transformResponse,
|
15140
15244
|
s.response
|
15141
|
-
), s.response.headers =
|
15245
|
+
), s.response.headers = ce.from(s.response.headers))), Promise.reject(s);
|
15142
15246
|
});
|
15143
15247
|
}
|
15144
15248
|
const xl = "1.7.2", On = {};
|
@@ -15166,7 +15270,7 @@ On.transitional = function(t, n, s) {
|
|
15166
15270
|
)), t ? t(l, d, u) : !0;
|
15167
15271
|
};
|
15168
15272
|
};
|
15169
|
-
function
|
15273
|
+
function By(e, t, n) {
|
15170
15274
|
if (typeof e != "object")
|
15171
15275
|
throw new N("options must be an object", N.ERR_BAD_OPTION_VALUE);
|
15172
15276
|
const s = Object.keys(e);
|
@@ -15184,9 +15288,9 @@ function _y(e, t, n) {
|
|
15184
15288
|
}
|
15185
15289
|
}
|
15186
15290
|
const an = {
|
15187
|
-
assertOptions:
|
15291
|
+
assertOptions: By,
|
15188
15292
|
validators: On
|
15189
|
-
},
|
15293
|
+
}, Te = an.validators;
|
15190
15294
|
class Ae {
|
15191
15295
|
constructor(t) {
|
15192
15296
|
this.defaults = t, this.interceptors = {
|
@@ -15223,14 +15327,14 @@ class Ae {
|
|
15223
15327
|
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = He(this.defaults, n);
|
15224
15328
|
const { transitional: s, paramsSerializer: i, headers: l } = n;
|
15225
15329
|
s !== void 0 && an.assertOptions(s, {
|
15226
|
-
silentJSONParsing:
|
15227
|
-
forcedJSONParsing:
|
15228
|
-
clarifyTimeoutError:
|
15330
|
+
silentJSONParsing: Te.transitional(Te.boolean),
|
15331
|
+
forcedJSONParsing: Te.transitional(Te.boolean),
|
15332
|
+
clarifyTimeoutError: Te.transitional(Te.boolean)
|
15229
15333
|
}, !1), i != null && (L.isFunction(i) ? n.paramsSerializer = {
|
15230
15334
|
serialize: i
|
15231
15335
|
} : an.assertOptions(i, {
|
15232
|
-
encode:
|
15233
|
-
serialize:
|
15336
|
+
encode: Te.function,
|
15337
|
+
serialize: Te.function
|
15234
15338
|
}, !0)), n.method = (n.method || this.defaults.method || "get").toLowerCase();
|
15235
15339
|
let d = l && L.merge(
|
15236
15340
|
l.common,
|
@@ -15241,7 +15345,7 @@ class Ae {
|
|
15241
15345
|
(O) => {
|
15242
15346
|
delete l[O];
|
15243
15347
|
}
|
15244
|
-
), n.headers =
|
15348
|
+
), n.headers = ce.concat(d, l);
|
15245
15349
|
const u = [];
|
15246
15350
|
let c = !0;
|
15247
15351
|
this.interceptors.request.forEach(function(T) {
|
@@ -15375,12 +15479,12 @@ class Ln {
|
|
15375
15479
|
};
|
15376
15480
|
}
|
15377
15481
|
}
|
15378
|
-
function
|
15482
|
+
function Dy(e) {
|
15379
15483
|
return function(n) {
|
15380
15484
|
return e.apply(null, n);
|
15381
15485
|
};
|
15382
15486
|
}
|
15383
|
-
function
|
15487
|
+
function My(e) {
|
15384
15488
|
return L.isObject(e) && e.isAxiosError === !0;
|
15385
15489
|
}
|
15386
15490
|
const sn = {
|
@@ -15469,18 +15573,18 @@ ee.Cancel = ee.CanceledError;
|
|
15469
15573
|
ee.all = function(t) {
|
15470
15574
|
return Promise.all(t);
|
15471
15575
|
};
|
15472
|
-
ee.spread =
|
15473
|
-
ee.isAxiosError =
|
15576
|
+
ee.spread = Dy;
|
15577
|
+
ee.isAxiosError = My;
|
15474
15578
|
ee.mergeConfig = He;
|
15475
|
-
ee.AxiosHeaders =
|
15579
|
+
ee.AxiosHeaders = ce;
|
15476
15580
|
ee.formToJSON = (e) => ml(L.isHTMLForm(e) ? new FormData(e) : e);
|
15477
15581
|
ee.getAdapter = bl.getAdapter;
|
15478
15582
|
ee.HttpStatusCode = sn;
|
15479
15583
|
ee.default = ee;
|
15480
|
-
const
|
15584
|
+
const Fy = {
|
15481
15585
|
name: "CmdUploadForm",
|
15482
15586
|
emits: ["click", "error", "upload-complete", "upload-file-success"],
|
15483
|
-
mixins: [
|
15587
|
+
mixins: [me, ag],
|
15484
15588
|
data() {
|
15485
15589
|
return {
|
15486
15590
|
comment: "",
|
@@ -16011,30 +16115,30 @@ const Iy = {
|
|
16011
16115
|
}
|
16012
16116
|
}
|
16013
16117
|
}
|
16014
|
-
},
|
16118
|
+
}, Vy = { key: 0 }, Ay = {
|
16015
16119
|
key: 1,
|
16016
16120
|
class: "flex-container vertical"
|
16017
|
-
},
|
16121
|
+
}, Py = {
|
16018
16122
|
key: 0,
|
16019
16123
|
class: "flex-container vertical list-files-wrapper"
|
16020
|
-
},
|
16124
|
+
}, Ey = {
|
16021
16125
|
key: 0,
|
16022
16126
|
class: "list-of-files total-files"
|
16023
|
-
},
|
16127
|
+
}, Hy = { class: "flex-container no-flex" }, qy = ["title"], Ry = {
|
16024
16128
|
key: 0,
|
16025
16129
|
class: "progressbar"
|
16026
|
-
},
|
16130
|
+
}, jy = ["value", "title"], Ny = { class: "flex-container vertical list-files-wrapper" }, Uy = { class: "list-of-files" }, zy = ["title", "onClick"], Wy = {
|
16027
16131
|
key: 0,
|
16028
16132
|
class: "progressbar"
|
16029
|
-
},
|
16133
|
+
}, Gy = ["value", "title"], Ky = ["title"], Yy = { class: "upload-conditions" }, Jy = { class: "small" }, Zy = ["title"], Qy = {
|
16030
16134
|
key: 0,
|
16031
16135
|
class: "list-of-file-extensions"
|
16032
|
-
},
|
16136
|
+
}, Xy = { class: "flex-container vertical no-gap" }, $y = ["disabled"], eb = { key: 0 }, tb = { key: 1 }, nb = { class: "button-wrapper stretch-on-small-devices" }, ib = ["disabled"], lb = { key: 0 }, ob = { key: 1 }, ab = {
|
16033
16137
|
key: 0,
|
16034
16138
|
class: "progressbar"
|
16035
|
-
},
|
16036
|
-
function
|
16037
|
-
const d = J, u = Ne, c = G, h =
|
16139
|
+
}, sb = ["value", "title"];
|
16140
|
+
function rb(e, t, n, s, i, l) {
|
16141
|
+
const d = J, u = Ne, c = G, h = te;
|
16038
16142
|
return a(), r(_, null, [
|
16039
16143
|
n.advancedMode ? (a(), r("fieldset", {
|
16040
16144
|
key: 0,
|
@@ -16051,7 +16155,7 @@ function lb(e, t, n, s, i, l) {
|
|
16051
16155
|
systemMessage: l.allSystemMessages.length === 1 ? l.allSystemMessages[0] : e.getMessage("upload_form.system_message.the_following_errors_occurred")
|
16052
16156
|
}, {
|
16053
16157
|
default: w(() => [
|
16054
|
-
l.allSystemMessages.length > 1 ? (a(), r("ul",
|
16158
|
+
l.allSystemMessages.length > 1 ? (a(), r("ul", Vy, [
|
16055
16159
|
(a(!0), r(_, null, q(l.allSystemMessages, (f, g) => (a(), r("li", { key: g }, y(f), 1))), 128))
|
16056
16160
|
])) : m("", !0)
|
16057
16161
|
]),
|
@@ -16060,23 +16164,23 @@ function lb(e, t, n, s, i, l) {
|
|
16060
16164
|
o("div", I({
|
16061
16165
|
class: ["box flex-container vertical", { "drop-area": n.enableDragAndDrop, "allow-drop": i.allowDrop }]
|
16062
16166
|
}, zt(l.dragAndDropHandler, !0)), [
|
16063
|
-
i.listOfFiles.length ? (a(), r("div",
|
16064
|
-
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("div",
|
16167
|
+
i.listOfFiles.length ? (a(), r("div", Ay, [
|
16168
|
+
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("div", Py, [
|
16065
16169
|
p(d, I(n.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
16066
16170
|
default: w(() => [
|
16067
16171
|
H(y(e.getMessage("upload_form.headline.summary_of_all_files")), 1)
|
16068
16172
|
]),
|
16069
16173
|
_: 1
|
16070
16174
|
}, 16),
|
16071
|
-
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("ul",
|
16072
|
-
o("li",
|
16175
|
+
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("ul", Ey, [
|
16176
|
+
o("li", Hy, [
|
16073
16177
|
o("a", {
|
16074
16178
|
href: "#",
|
16075
16179
|
title: e.getMessage("upload_form.labeltext.remove_all_files_from_list"),
|
16076
16180
|
onClick: t[0] || (t[0] = S((...f) => l.cancelUpload && l.cancelUpload(...f), ["prevent"]))
|
16077
16181
|
}, [
|
16078
16182
|
p(c, j(Ve(n.iconDelete)), null, 16)
|
16079
|
-
], 8,
|
16183
|
+
], 8, qy),
|
16080
16184
|
o("span", null, [
|
16081
16185
|
H(y(i.listOfFiles.length) + " ", 1),
|
16082
16186
|
n.allowMultipleFileUploads ? (a(), r(_, { key: 1 }, [
|
@@ -16091,26 +16195,26 @@ function lb(e, t, n, s, i, l) {
|
|
16091
16195
|
{ error: n.maxTotalUploadSize > 0 && l.totalSize > n.maxTotalUploadSize }
|
16092
16196
|
])
|
16093
16197
|
}, " (" + y(l.formatSize(l.totalSize)) + ") ", 3),
|
16094
|
-
i.uploadInitiated ? (a(), r("span",
|
16198
|
+
i.uploadInitiated ? (a(), r("span", Ry, [
|
16095
16199
|
o("span", null, y(l.getPercentage(l.totalUploadProgress)), 1),
|
16096
16200
|
o("progress", {
|
16097
16201
|
max: "100",
|
16098
16202
|
value: l.totalUploadProgress,
|
16099
16203
|
title: l.totalBytesUploaded
|
16100
|
-
}, null, 8,
|
16204
|
+
}, null, 8, jy)
|
16101
16205
|
])) : m("", !0)
|
16102
16206
|
])
|
16103
16207
|
])) : m("", !0),
|
16104
16208
|
t[8] || (t[8] = o("hr", null, null, -1))
|
16105
16209
|
])) : m("", !0),
|
16106
|
-
o("div",
|
16210
|
+
o("div", Ny, [
|
16107
16211
|
p(d, I(n.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
16108
16212
|
default: w(() => [
|
16109
16213
|
H(y(e.getMessage("upload_form.headline.list_of_selected_files")), 1)
|
16110
16214
|
]),
|
16111
16215
|
_: 1
|
16112
16216
|
}, 16),
|
16113
|
-
o("ul",
|
16217
|
+
o("ul", Uy, [
|
16114
16218
|
(a(!0), r(_, null, q(i.listOfFiles, (f, g) => (a(), r("li", {
|
16115
16219
|
key: g,
|
16116
16220
|
class: "flex-container no-flex"
|
@@ -16121,7 +16225,7 @@ function lb(e, t, n, s, i, l) {
|
|
16121
16225
|
onClick: S((k) => l.removeFile(g), ["prevent"])
|
16122
16226
|
}, [
|
16123
16227
|
p(c, I({ ref_for: !0 }, n.iconDelete), null, 16)
|
16124
|
-
], 8,
|
16228
|
+
], 8, zy),
|
16125
16229
|
o("span", {
|
16126
16230
|
class: C([
|
16127
16231
|
"text-align-right",
|
@@ -16132,13 +16236,13 @@ function lb(e, t, n, s, i, l) {
|
|
16132
16236
|
H(y(f.file.name) + " ", 1),
|
16133
16237
|
o("small", null, "(" + y(l.formatSize(f.file.size)) + ")", 1)
|
16134
16238
|
], 2),
|
16135
|
-
i.uploadInitiated && !f.error ? (a(), r("span",
|
16239
|
+
i.uploadInitiated && !f.error ? (a(), r("span", Wy, [
|
16136
16240
|
o("span", null, y(l.getPercentage(f.progress)), 1),
|
16137
16241
|
o("progress", {
|
16138
16242
|
max: "100",
|
16139
16243
|
value: f.progress,
|
16140
16244
|
title: l.formatSize(f.uploadedBytes) + "/" + l.formatSize(f.file.size)
|
16141
|
-
}, null, 8,
|
16245
|
+
}, null, 8, Gy)
|
16142
16246
|
])) : m("", !0)
|
16143
16247
|
]))), 128))
|
16144
16248
|
]),
|
@@ -16147,7 +16251,7 @@ function lb(e, t, n, s, i, l) {
|
|
16147
16251
|
href: "#",
|
16148
16252
|
onClick: t[1] || (t[1] = S((...f) => l.cancel && l.cancel(...f), ["prevent"])),
|
16149
16253
|
title: e.getMessage("upload_form.all_files_will_be_removed")
|
16150
|
-
}, y(e.getMessage("upload_form.reset_upload")), 9,
|
16254
|
+
}, y(e.getMessage("upload_form.reset_upload")), 9, Ky)) : m("", !0),
|
16151
16255
|
t[9] || (t[9] = o("hr", null, null, -1))
|
16152
16256
|
])
|
16153
16257
|
])) : (a(), r(_, { key: 0 }, [
|
@@ -16158,7 +16262,7 @@ function lb(e, t, n, s, i, l) {
|
|
16158
16262
|
_: 1
|
16159
16263
|
}, 16)) : m("", !0)
|
16160
16264
|
], 64)),
|
16161
|
-
o("div",
|
16265
|
+
o("div", Yy, [
|
16162
16266
|
n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), v(d, I({ key: 0 }, n.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
|
16163
16267
|
default: w(() => [
|
16164
16268
|
H(y(e.getMessage("upload_form.headline.select_additional_files")), 1)
|
@@ -16171,7 +16275,7 @@ function lb(e, t, n, s, i, l) {
|
|
16171
16275
|
]),
|
16172
16276
|
_: 1
|
16173
16277
|
}, 16)) : m("", !0),
|
16174
|
-
o("dl",
|
16278
|
+
o("dl", Jy, [
|
16175
16279
|
n.maxTotalUploadSize > 0 ? (a(), r(_, { key: 0 }, [
|
16176
16280
|
o("dt", {
|
16177
16281
|
class: C({ error: l.totalSize > n.maxTotalUploadSize })
|
@@ -16199,12 +16303,12 @@ function lb(e, t, n, s, i, l) {
|
|
16199
16303
|
iconClass: i.showListOfFileExtensions ? n.iconInvisible.iconClass : n.iconVisible.iconClass,
|
16200
16304
|
type: i.showListOfFileExtensions ? n.iconInvisible.iconType : n.iconVisible.iconType
|
16201
16305
|
}, null, 8, ["iconClass", "type"])
|
16202
|
-
], 8,
|
16306
|
+
], 8, Zy),
|
16203
16307
|
p(Pe, {
|
16204
16308
|
name: n.useTransition ? "fade" : null
|
16205
16309
|
}, {
|
16206
16310
|
default: w(() => [
|
16207
|
-
i.showListOfFileExtensions ? (a(), r("ul",
|
16311
|
+
i.showListOfFileExtensions ? (a(), r("ul", Qy, [
|
16208
16312
|
(a(!0), r(_, null, q(n.allowedFileExtensions, (f, g) => (a(), r("li", {
|
16209
16313
|
key: g,
|
16210
16314
|
class: C({ error: i.errors.fileType })
|
@@ -16216,7 +16320,7 @@ function lb(e, t, n, s, i, l) {
|
|
16216
16320
|
])
|
16217
16321
|
])
|
16218
16322
|
]),
|
16219
|
-
o("div",
|
16323
|
+
o("div", Xy, [
|
16220
16324
|
o("button", {
|
16221
16325
|
type: "button",
|
16222
16326
|
class: C(["button upload primary", { disabled: i.uploadInitiated }]),
|
@@ -16227,8 +16331,8 @@ function lb(e, t, n, s, i, l) {
|
|
16227
16331
|
iconClass: n.iconFileUpload.iconClass,
|
16228
16332
|
type: n.iconFileUpload.iconType
|
16229
16333
|
}, null, 8, ["iconClass", "type"]),
|
16230
|
-
n.allowMultipleFileUploads ? (a(), r("span",
|
16231
|
-
], 10,
|
16334
|
+
n.allowMultipleFileUploads ? (a(), r("span", eb, y(e.getMessage("upload_form.labeltext.select_files")), 1)) : (a(), r("span", tb, y(e.getMessage("upload_form.labeltext.select_file")), 1))
|
16335
|
+
], 10, $y),
|
16232
16336
|
n.enableDragAndDrop ? (a(), r("p", {
|
16233
16337
|
key: 0,
|
16234
16338
|
class: C(["text-drag-and-drop", { disabled: i.uploadInitiated }])
|
@@ -16258,7 +16362,7 @@ function lb(e, t, n, s, i, l) {
|
|
16258
16362
|
placeholder: e.getMessage("upload_form.placeholder.comment"),
|
16259
16363
|
status: n.commentStatusMessage ? "error" : ""
|
16260
16364
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : m("", !0),
|
16261
|
-
o("div",
|
16365
|
+
o("div", nb, [
|
16262
16366
|
o("button", {
|
16263
16367
|
class: C([
|
16264
16368
|
"button primary",
|
@@ -16270,8 +16374,8 @@ function lb(e, t, n, s, i, l) {
|
|
16270
16374
|
onClick: t[5] || (t[5] = (...f) => l.uploadFiles && l.uploadFiles(...f))
|
16271
16375
|
}, [
|
16272
16376
|
p(c, j(Ve(n.iconUpload)), null, 16),
|
16273
|
-
i.listOfFiles.length === 1 || !n.allowMultipleFileUploads ? (a(), r("span",
|
16274
|
-
], 10,
|
16377
|
+
i.listOfFiles.length === 1 || !n.allowMultipleFileUploads ? (a(), r("span", lb, y(e.getMessage("upload_form.buttontext.upload_file")), 1)) : (a(), r("span", ob, y(e.getMessage("upload_form.buttontext.upload_files")), 1))
|
16378
|
+
], 10, ib),
|
16275
16379
|
o("button", {
|
16276
16380
|
class: C(["button", { disabled: i.listOfFiles.length === 0 }]),
|
16277
16381
|
onClick: t[6] || (t[6] = (...f) => l.cancel && l.cancel(...f))
|
@@ -16286,13 +16390,13 @@ function lb(e, t, n, s, i, l) {
|
|
16286
16390
|
onClick: t[7] || (t[7] = S((...f) => l.selectFiles && l.selectFiles(...f), ["prevent"])),
|
16287
16391
|
class: ["cmd-upload-form box", { "drop-area": n.enableDragAndDrop, "allow-drop": i.allowDrop }]
|
16288
16392
|
}, zt(l.dragAndDropHandler, !0)), [
|
16289
|
-
i.uploadInitiated ? (a(), r("span",
|
16393
|
+
i.uploadInitiated ? (a(), r("span", ab, [
|
16290
16394
|
o("span", null, y(l.getPercentage(l.totalUploadProgress)), 1),
|
16291
16395
|
o("progress", {
|
16292
16396
|
max: "100",
|
16293
16397
|
value: l.totalUploadProgress,
|
16294
16398
|
title: l.totalBytesUploaded
|
16295
|
-
}, null, 8,
|
16399
|
+
}, null, 8, sb)
|
16296
16400
|
])) : m("", !0),
|
16297
16401
|
A(e.$slots, "default", {}, () => [
|
16298
16402
|
n.enableDragAndDrop ? (a(), r(_, { key: 1 }, [
|
@@ -16331,7 +16435,7 @@ function lb(e, t, n, s, i, l) {
|
|
16331
16435
|
}, null, 8, ["labelText", "disabled", "multiple", "onChange"])
|
16332
16436
|
], 64);
|
16333
16437
|
}
|
16334
|
-
const
|
16438
|
+
const db = /* @__PURE__ */ F(Fy, [["render", rb]]), ub = {
|
16335
16439
|
name: "CmdWidthLimitationWrapper",
|
16336
16440
|
props: {
|
16337
16441
|
/**
|
@@ -16437,8 +16541,8 @@ const ob = /* @__PURE__ */ F(Iy, [["render", lb]]), ab = {
|
|
16437
16541
|
return e.length === 1 && typeof e[0].type == "symbol" && Array.isArray(e[0].children) ? e[0].children.length === 1 : e.length === 1;
|
16438
16542
|
}
|
16439
16543
|
}
|
16440
|
-
},
|
16441
|
-
function
|
16544
|
+
}, cb = ["id"], mb = ["id"];
|
16545
|
+
function pb(e, t, n, s, i, l) {
|
16442
16546
|
const d = J;
|
16443
16547
|
return a(), r("div", {
|
16444
16548
|
class: C(["cmd-width-limitation-wrapper", { sticky: n.sticky }]),
|
@@ -16456,16 +16560,16 @@ function db(e, t, n, s, i, l) {
|
|
16456
16560
|
}, [
|
16457
16561
|
A(e.$slots, "default")
|
16458
16562
|
], 2))
|
16459
|
-
], 10,
|
16563
|
+
], 10, cb)) : (a(), r(_, { key: 1 }, [
|
16460
16564
|
n.anchorId ? (a(), r("a", {
|
16461
16565
|
key: 0,
|
16462
16566
|
id: n.anchorId
|
16463
|
-
}, null, 8,
|
16567
|
+
}, null, 8, mb)) : m("", !0),
|
16464
16568
|
A(e.$slots, "default")
|
16465
16569
|
], 64))
|
16466
16570
|
], 2);
|
16467
16571
|
}
|
16468
|
-
const vl = /* @__PURE__ */ F(
|
16572
|
+
const vl = /* @__PURE__ */ F(ub, [["render", pb]]), fb = {
|
16469
16573
|
name: "ComponentSettings",
|
16470
16574
|
data() {
|
16471
16575
|
return {
|
@@ -16558,8 +16662,8 @@ const vl = /* @__PURE__ */ F(ab, [["render", db]]), ub = {
|
|
16558
16662
|
}
|
16559
16663
|
}
|
16560
16664
|
};
|
16561
|
-
function
|
16562
|
-
const d =
|
16665
|
+
function hb(e, t, n, s, i, l) {
|
16666
|
+
const d = te, u = kn;
|
16563
16667
|
return a(), v(u, {
|
16564
16668
|
"use-slots": ["body"],
|
16565
16669
|
collapsible: !0,
|
@@ -16584,7 +16688,7 @@ function cb(e, t, n, s, i, l) {
|
|
16584
16688
|
_: 1
|
16585
16689
|
}, 8, ["cmdHeadline"]);
|
16586
16690
|
}
|
16587
|
-
const
|
16691
|
+
const gb = /* @__PURE__ */ F(fb, [["render", hb]]), yb = {
|
16588
16692
|
name: "MultipleBoxWrapper",
|
16589
16693
|
props: {
|
16590
16694
|
segments: {
|
@@ -16592,10 +16696,10 @@ const mb = /* @__PURE__ */ F(ub, [["render", cb]]), pb = {
|
|
16592
16696
|
default: null
|
16593
16697
|
}
|
16594
16698
|
}
|
16595
|
-
},
|
16596
|
-
function
|
16699
|
+
}, bb = { class: "cmd-page-multiple-box-wrapper flex-container vertical" };
|
16700
|
+
function xb(e, t, n, s, i, l) {
|
16597
16701
|
const d = kn, u = Ri;
|
16598
|
-
return a(), r("div",
|
16702
|
+
return a(), r("div", bb, [
|
16599
16703
|
(a(!0), r(_, null, q(n.segments, (c, h) => (a(), r(_, { key: h }, [
|
16600
16704
|
p(u, I({ ref_for: !0 }, c), {
|
16601
16705
|
default: w((f) => [
|
@@ -16618,7 +16722,7 @@ function hb(e, t, n, s, i, l) {
|
|
16618
16722
|
], 64))), 128))
|
16619
16723
|
]);
|
16620
16724
|
}
|
16621
|
-
const
|
16725
|
+
const Cb = /* @__PURE__ */ F(yb, [["render", xb]]), vb = {
|
16622
16726
|
name: "MultipleListsOfLinks",
|
16623
16727
|
props: {
|
16624
16728
|
segments: {
|
@@ -16626,10 +16730,10 @@ const gb = /* @__PURE__ */ F(pb, [["render", hb]]), yb = {
|
|
16626
16730
|
default: null
|
16627
16731
|
}
|
16628
16732
|
}
|
16629
|
-
},
|
16630
|
-
function
|
16733
|
+
}, kb = { class: "cmd-page-multiple-lists-of-links flex-container vertical" };
|
16734
|
+
function wb(e, t, n, s, i, l) {
|
16631
16735
|
const d = Cn;
|
16632
|
-
return a(), r("div",
|
16736
|
+
return a(), r("div", kb, [
|
16633
16737
|
(a(!0), r(_, null, q(n.segments, (u, c) => (a(), r(_, { key: c }, [
|
16634
16738
|
p(d, {
|
16635
16739
|
links: u.links,
|
@@ -16641,7 +16745,7 @@ function xb(e, t, n, s, i, l) {
|
|
16641
16745
|
], 64))), 128))
|
16642
16746
|
]);
|
16643
16747
|
}
|
16644
|
-
const
|
16748
|
+
const Tb = /* @__PURE__ */ F(vb, [["render", wb]]), Sb = {
|
16645
16749
|
name: "ContactInformation",
|
16646
16750
|
props: {
|
16647
16751
|
/**
|
@@ -16674,22 +16778,22 @@ const Cb = /* @__PURE__ */ F(yb, [["render", xb]]), vb = {
|
|
16674
16778
|
return !this.$scopedSlots["custom-info"];
|
16675
16779
|
}
|
16676
16780
|
}
|
16677
|
-
},
|
16781
|
+
}, _b = {
|
16678
16782
|
key: 1,
|
16679
16783
|
class: "flex-container"
|
16680
|
-
},
|
16681
|
-
function
|
16784
|
+
}, Ob = { class: "flex-container vertical" };
|
16785
|
+
function Lb(e, t, n, s, i, l) {
|
16682
16786
|
const d = qi, u = Ai, c = Ki;
|
16683
|
-
return l.contactFormOnly ? (a(), v(d, j(I({ key: 0 }, e.basicForm)), null, 16)) : (a(), r("div",
|
16787
|
+
return l.contactFormOnly ? (a(), v(d, j(I({ key: 0 }, e.basicForm)), null, 16)) : (a(), r("div", _b, [
|
16684
16788
|
p(d, j(Ve(e.basicForm)), null, 16),
|
16685
|
-
o("div",
|
16789
|
+
o("div", Ob, [
|
16686
16790
|
n.cmdAddressData ? (a(), v(u, j(I({ key: 0 }, n.cmdAddressData)), null, 16)) : m("", !0),
|
16687
16791
|
n.cmdGoogleMaps ? (a(), v(c, j(I({ key: 1 }, n.cmdGoogleMaps)), null, 16)) : m("", !0),
|
16688
16792
|
A(e.$slots, "additional-info")
|
16689
16793
|
])
|
16690
16794
|
]));
|
16691
16795
|
}
|
16692
|
-
const
|
16796
|
+
const Ib = /* @__PURE__ */ F(Sb, [["render", Lb]]), kl = [
|
16693
16797
|
{
|
16694
16798
|
name: "company",
|
16695
16799
|
iconClass: "icon-company",
|
@@ -16755,7 +16859,7 @@ const Sb = /* @__PURE__ */ F(vb, [["render", Tb]]), kl = [
|
|
16755
16859
|
data: "Custom data",
|
16756
16860
|
labelText: "Custom"
|
16757
16861
|
}
|
16758
|
-
],
|
16862
|
+
], Bb = [
|
16759
16863
|
{
|
16760
16864
|
boxesPerRow: 4,
|
16761
16865
|
useRowViewAsDefault: !0,
|
@@ -16803,7 +16907,7 @@ const Sb = /* @__PURE__ */ F(vb, [["render", Tb]]), kl = [
|
|
16803
16907
|
}
|
16804
16908
|
]
|
16805
16909
|
}
|
16806
|
-
],
|
16910
|
+
], Db = [
|
16807
16911
|
{
|
16808
16912
|
boxesPerRow: 4,
|
16809
16913
|
useRowViewAsDefault: !0,
|
@@ -17104,7 +17208,7 @@ const Sb = /* @__PURE__ */ F(vb, [["render", Tb]]), kl = [
|
|
17104
17208
|
}
|
17105
17209
|
]
|
17106
17210
|
}
|
17107
|
-
],
|
17211
|
+
], Mb = [
|
17108
17212
|
{
|
17109
17213
|
headline: {
|
17110
17214
|
headlineLevel: 4,
|
@@ -17159,7 +17263,7 @@ const Sb = /* @__PURE__ */ F(vb, [["render", Tb]]), kl = [
|
|
17159
17263
|
}
|
17160
17264
|
]
|
17161
17265
|
}
|
17162
|
-
],
|
17266
|
+
], Fb = [
|
17163
17267
|
{
|
17164
17268
|
headline: {
|
17165
17269
|
headlineLevel: 4,
|
@@ -17236,20 +17340,20 @@ const Sb = /* @__PURE__ */ F(vb, [["render", Tb]]), kl = [
|
|
17236
17340
|
}
|
17237
17341
|
]
|
17238
17342
|
}
|
17239
|
-
],
|
17343
|
+
], Vb = {
|
17240
17344
|
name: "PageOverview",
|
17241
17345
|
data() {
|
17242
17346
|
return {
|
17243
17347
|
addressData: kl,
|
17244
|
-
faqsData:
|
17245
|
-
boxesTeamOverviewData:
|
17246
|
-
listOfDownloadsData:
|
17247
|
-
listOfSiteLinksData:
|
17348
|
+
faqsData: Bb,
|
17349
|
+
boxesTeamOverviewData: Db,
|
17350
|
+
listOfDownloadsData: Mb,
|
17351
|
+
listOfSiteLinksData: Fb
|
17248
17352
|
};
|
17249
17353
|
}
|
17250
17354
|
};
|
17251
|
-
function
|
17252
|
-
const d =
|
17355
|
+
function Ab(e, t, n, s, i, l) {
|
17356
|
+
const d = Ib, u = vl, c = Tb, h = Cb;
|
17253
17357
|
return a(), r(_, null, [
|
17254
17358
|
p(u, null, {
|
17255
17359
|
default: w(() => [
|
@@ -17306,7 +17410,7 @@ function Db(e, t, n, s, i, l) {
|
|
17306
17410
|
})
|
17307
17411
|
], 64);
|
17308
17412
|
}
|
17309
|
-
const wl = /* @__PURE__ */ F(
|
17413
|
+
const wl = /* @__PURE__ */ F(Vb, [["render", Ab]]), Pb = {
|
17310
17414
|
data() {
|
17311
17415
|
return {
|
17312
17416
|
defaultMessageProperties: {
|
@@ -17339,7 +17443,7 @@ function Tl(e, t = "dmy", n = ".") {
|
|
17339
17443
|
}
|
17340
17444
|
return u;
|
17341
17445
|
}
|
17342
|
-
function
|
17446
|
+
function Eb(e = "00:00", t = 24, n = "h") {
|
17343
17447
|
const [s, i] = e.split(":");
|
17344
17448
|
let l = parseInt(s, 10), d = "";
|
17345
17449
|
if (t = t.toString(), t === "12") {
|
@@ -17351,9 +17455,9 @@ function Fb(e = "00:00", t = 24, n = "h") {
|
|
17351
17455
|
throw new Error("function 'formatTime()' received invalid format as parameter. Provide format-parameter as 12 or 24.");
|
17352
17456
|
}
|
17353
17457
|
}
|
17354
|
-
const
|
17458
|
+
const Hb = {
|
17355
17459
|
name: "CmdMailToolEntry",
|
17356
|
-
mixins: [
|
17460
|
+
mixins: [me, Pb],
|
17357
17461
|
data() {
|
17358
17462
|
return {
|
17359
17463
|
expandMail: /* @__PURE__ */ new Set(),
|
@@ -17437,7 +17541,7 @@ const Vb = {
|
|
17437
17541
|
return Tl(e, this.dateFormat, this.dateSeparator);
|
17438
17542
|
},
|
17439
17543
|
mailFormatTime(e) {
|
17440
|
-
return
|
17544
|
+
return Eb(e, this.timeFormat);
|
17441
17545
|
},
|
17442
17546
|
readMail(e) {
|
17443
17547
|
this.mailIsRead.add(e), this.expandMail.add(e);
|
@@ -17452,9 +17556,9 @@ const Vb = {
|
|
17452
17556
|
this.expandMail.has(e) ? this.expandMail.delete(e) : this.expandMail.add(e);
|
17453
17557
|
}
|
17454
17558
|
}
|
17455
|
-
},
|
17456
|
-
function
|
17457
|
-
const d =
|
17559
|
+
}, qb = ["title"], Rb = { class: "no-flex" }, jb = { class: "flex-container" }, Nb = { class: "sender-receiver-wrapper flex-container no-wrap-on-small-devices align-items-center no-flex" }, Ub = { class: "contact-full-name" }, zb = ["onClick"], Wb = { class: "flex-container received-and-options-wrapper no-wrap-on-small-devices" }, Gb = { class: "no-list-items date-time-wrapper" }, Kb = { class: "flex-container no-wrap-on-small-devices" }, Yb = ["datetime"], Jb = ["datetime"], Zb = { class: "options-wrapper flex-container no-wrap-on-small-devices no-flex" }, Qb = ["onClick"], Xb = ["onClick", "title"], $b = ["onClick", "title"], ex = { key: 0 };
|
17560
|
+
function tx(e, t, n, s, i, l) {
|
17561
|
+
const d = xe, u = Ne;
|
17458
17562
|
return n.mails.length ? (a(!0), r(_, { key: 0 }, q(n.mails, (c, h) => {
|
17459
17563
|
var f;
|
17460
17564
|
return a(), r(_, { key: h }, [
|
@@ -17462,9 +17566,9 @@ function Qb(e, t, n, s, i, l) {
|
|
17462
17566
|
class: C(["cmd-mail-tool-entry flex-container box", { unread: !i.mailIsRead.has(c.id) }]),
|
17463
17567
|
title: e.getMessage("mail_tool_entry.tooltip.read_this_mail")
|
17464
17568
|
}, [
|
17465
|
-
o("dl",
|
17466
|
-
o("dt",
|
17467
|
-
o("dd",
|
17569
|
+
o("dl", Rb, [
|
17570
|
+
o("dt", jb, y(n.boxType === "inbox" ? e.getMessage("mail_tool_entry.description_label.from") : e.getMessage("mail_tool_entry.description_label.to")), 1),
|
17571
|
+
o("dd", Nb, [
|
17468
17572
|
(f = c.cmdImage) != null && f.src ? (a(), v(d, {
|
17469
17573
|
key: 0,
|
17470
17574
|
src: c.cmdImage.src,
|
@@ -17472,36 +17576,36 @@ function Qb(e, t, n, s, i, l) {
|
|
17472
17576
|
title: c.cmdImage.title || c.contactFullName,
|
17473
17577
|
useFigureTag: !1
|
17474
17578
|
}, null, 8, ["src", "alt", "title"])) : m("", !0),
|
17475
|
-
o("span",
|
17579
|
+
o("span", Ub, y(c.contactFullName), 1)
|
17476
17580
|
]),
|
17477
17581
|
o("dt", null, y(e.getMessage("mail_tool_entry.description_label.subject")), 1),
|
17478
17582
|
o("dd", null, [
|
17479
17583
|
o("a", {
|
17480
17584
|
href: "#",
|
17481
17585
|
onClick: S((g) => l.readMail(c.id), ["prevent"])
|
17482
|
-
}, y(c.subject), 9,
|
17586
|
+
}, y(c.subject), 9, zb)
|
17483
17587
|
])
|
17484
17588
|
]),
|
17485
|
-
o("div",
|
17486
|
-
o("dl",
|
17589
|
+
o("div", Wb, [
|
17590
|
+
o("dl", Gb, [
|
17487
17591
|
o("dt", null, y(e.getMessage("mail_tool_entry.description_label.received")), 1),
|
17488
|
-
o("dd",
|
17592
|
+
o("dd", Kb, [
|
17489
17593
|
o("time", {
|
17490
17594
|
datetime: c.isoDate
|
17491
|
-
}, y(l.mailFormatDate(c.isoDate)), 9,
|
17595
|
+
}, y(l.mailFormatDate(c.isoDate)), 9, Yb),
|
17492
17596
|
o("time", {
|
17493
17597
|
datetime: c.time
|
17494
|
-
}, y(l.mailFormatTime(c.time)), 9,
|
17598
|
+
}, y(l.mailFormatTime(c.time)), 9, Jb)
|
17495
17599
|
])
|
17496
17600
|
]),
|
17497
|
-
o("div",
|
17601
|
+
o("div", Zb, [
|
17498
17602
|
o("a", {
|
17499
17603
|
href: "#",
|
17500
17604
|
onClick: S((g) => l.deleteMail(c.id), ["prevent"]),
|
17501
17605
|
title: "Delete this mail"
|
17502
17606
|
}, t[0] || (t[0] = [
|
17503
17607
|
o("span", { class: "icon-delete" }, null, -1)
|
17504
|
-
]), 8,
|
17608
|
+
]), 8, Qb),
|
17505
17609
|
o("a", {
|
17506
17610
|
href: "#",
|
17507
17611
|
onClick: S((g) => l.toggleReadStatus(c.id), ["prevent"]),
|
@@ -17510,7 +17614,7 @@ function Qb(e, t, n, s, i, l) {
|
|
17510
17614
|
o("span", {
|
17511
17615
|
class: C(i.mailIsRead.has(c.id) ? "icon-visible" : "icon-not-visible")
|
17512
17616
|
}, null, 2)
|
17513
|
-
], 8,
|
17617
|
+
], 8, Xb),
|
17514
17618
|
o("a", {
|
17515
17619
|
href: "#",
|
17516
17620
|
onClick: S((g) => l.toggleExpandMail(c.id), ["prevent"]),
|
@@ -17519,17 +17623,17 @@ function Qb(e, t, n, s, i, l) {
|
|
17519
17623
|
o("span", {
|
17520
17624
|
class: C(i.expandMail.has(c.id) ? "icon-chevron-one-stripe-up" : "icon-chevron-one-stripe-down")
|
17521
17625
|
}, null, 2)
|
17522
|
-
], 8,
|
17626
|
+
], 8, $b)
|
17523
17627
|
])
|
17524
17628
|
])
|
17525
|
-
], 10,
|
17526
|
-
i.expandMail.has(c.id) ? (a(), r("div",
|
17629
|
+
], 10, qb),
|
17630
|
+
i.expandMail.has(c.id) ? (a(), r("div", ex, [
|
17527
17631
|
o("header", null, " mailId: " + y(c.id), 1)
|
17528
17632
|
])) : m("", !0)
|
17529
17633
|
], 64);
|
17530
17634
|
}), 128)) : (a(), v(u, j(I({ key: 1 }, n.cmdSystemMessage)), null, 16));
|
17531
17635
|
}
|
17532
|
-
const
|
17636
|
+
const nx = /* @__PURE__ */ F(Hb, [["render", tx]]), ix = {
|
17533
17637
|
name: "CmdMailToolFilter",
|
17534
17638
|
data() {
|
17535
17639
|
return {
|
@@ -17648,16 +17752,16 @@ const Xb = /* @__PURE__ */ F(Vb, [["render", Qb]]), $b = {
|
|
17648
17752
|
immediate: !0
|
17649
17753
|
}
|
17650
17754
|
}
|
17651
|
-
},
|
17652
|
-
function
|
17653
|
-
const d = J, u =
|
17654
|
-
return a(), r("div",
|
17755
|
+
}, lx = { class: "cmd-mail-tool-filter" }, ox = { class: "flex-container align-items-center" }, ax = { class: "flex-container reset-flex" }, sx = { class: "flex-container sort-wrapper" }, rx = ["title"], dx = { key: 0 }, ux = ["title"], cx = { key: 0 };
|
17756
|
+
function mx(e, t, n, s, i, l) {
|
17757
|
+
const d = J, u = te;
|
17758
|
+
return a(), r("div", lx, [
|
17655
17759
|
l.headlineText ? (a(), v(d, {
|
17656
17760
|
key: 0,
|
17657
17761
|
headlineText: l.headlineText,
|
17658
17762
|
headlineLevel: l.headlineLevel
|
17659
17763
|
}, null, 8, ["headlineText", "headlineLevel"])) : m("", !0),
|
17660
|
-
o("div",
|
17764
|
+
o("div", ox, [
|
17661
17765
|
p(u, {
|
17662
17766
|
element: "input",
|
17663
17767
|
type: "search",
|
@@ -17669,7 +17773,7 @@ function rx(e, t, n, s, i, l) {
|
|
17669
17773
|
modelValue: i.searchFilterText,
|
17670
17774
|
"onUpdate:modelValue": t[0] || (t[0] = (c) => i.searchFilterText = c)
|
17671
17775
|
}, null, 8, ["placeholder", "id", "labelText", "modelValue"]),
|
17672
|
-
o("div",
|
17776
|
+
o("div", ax, [
|
17673
17777
|
p(u, {
|
17674
17778
|
element: "input",
|
17675
17779
|
type: "checkbox",
|
@@ -17692,34 +17796,34 @@ function rx(e, t, n, s, i, l) {
|
|
17692
17796
|
}, null, 8, ["id", "labelText", "modelValue", "inputValue"])
|
17693
17797
|
])
|
17694
17798
|
]),
|
17695
|
-
o("div",
|
17799
|
+
o("div", sx, [
|
17696
17800
|
i.sortOrderAsc ? (a(), r("a", {
|
17697
17801
|
key: 0,
|
17698
17802
|
href: "#",
|
17699
17803
|
onClick: t[3] || (t[3] = S((c) => l.sortByDate("asc"), ["prevent"])),
|
17700
17804
|
title: n.linkSortAscending.title
|
17701
17805
|
}, [
|
17702
|
-
n.linkSortAscending.text ? (a(), r("span",
|
17806
|
+
n.linkSortAscending.text ? (a(), r("span", dx, y(n.linkSortAscending.text), 1)) : m("", !0),
|
17703
17807
|
n.linkSortAscending.iconClass ? (a(), r("span", {
|
17704
17808
|
key: 1,
|
17705
17809
|
class: C(n.linkSortAscending.iconClass)
|
17706
17810
|
}, null, 2)) : m("", !0)
|
17707
|
-
], 8,
|
17811
|
+
], 8, rx)) : (a(), r("a", {
|
17708
17812
|
key: 1,
|
17709
17813
|
href: "#",
|
17710
17814
|
onClick: t[4] || (t[4] = S((c) => l.sortByDate("desc"), ["prevent"])),
|
17711
17815
|
title: n.linkSortDescending.title
|
17712
17816
|
}, [
|
17713
|
-
n.linkSortDescending.text ? (a(), r("span",
|
17817
|
+
n.linkSortDescending.text ? (a(), r("span", cx, y(n.linkSortDescending.text), 1)) : m("", !0),
|
17714
17818
|
n.linkSortDescending.iconClass ? (a(), r("span", {
|
17715
17819
|
key: 1,
|
17716
17820
|
class: C(n.linkSortDescending.iconClass)
|
17717
17821
|
}, null, 2)) : m("", !0)
|
17718
|
-
], 8,
|
17822
|
+
], 8, ux))
|
17719
17823
|
])
|
17720
17824
|
]);
|
17721
17825
|
}
|
17722
|
-
const
|
17826
|
+
const px = /* @__PURE__ */ F(ix, [["render", mx]]), fx = {
|
17723
17827
|
name: "CmdMailTool",
|
17724
17828
|
data() {
|
17725
17829
|
return {
|
@@ -17818,8 +17922,8 @@ const dx = /* @__PURE__ */ F($b, [["render", rx]]), ux = {
|
|
17818
17922
|
}
|
17819
17923
|
}
|
17820
17924
|
};
|
17821
|
-
function
|
17822
|
-
const d =
|
17925
|
+
function hx(e, t, n, s, i, l) {
|
17926
|
+
const d = px, u = nx, c = Qi;
|
17823
17927
|
return a(), v(c, I({ class: "cmd-mail-tool" }, n.cmdTabs), {
|
17824
17928
|
"tab-content-0": w(() => [
|
17825
17929
|
p(d, I(n.cmdMailToolFilterInbox, {
|
@@ -17838,108 +17942,7 @@ function cx(e, t, n, s, i, l) {
|
|
17838
17942
|
_: 1
|
17839
17943
|
}, 16);
|
17840
17944
|
}
|
17841
|
-
const
|
17842
|
-
name: "CmdListOfImages",
|
17843
|
-
emits: ["click"],
|
17844
|
-
//mixins: [EditMode],
|
17845
|
-
props: {
|
17846
|
-
/**
|
17847
|
-
* style component like a box
|
17848
|
-
*
|
17849
|
-
* @affectsStyling: true
|
17850
|
-
*/
|
17851
|
-
styleAsBox: {
|
17852
|
-
type: Boolean,
|
17853
|
-
default: !1
|
17854
|
-
},
|
17855
|
-
/**
|
17856
|
-
* list of displayed images
|
17857
|
-
*/
|
17858
|
-
images: {
|
17859
|
-
type: Array,
|
17860
|
-
required: !1
|
17861
|
-
},
|
17862
|
-
/**
|
17863
|
-
* toggle orientation of list
|
17864
|
-
*
|
17865
|
-
* @allowedValues: horizontal, vertical
|
17866
|
-
*/
|
17867
|
-
orientation: {
|
17868
|
-
type: String,
|
17869
|
-
default: "vertical",
|
17870
|
-
validator(e) {
|
17871
|
-
return e === "horizontal" || e === "vertical";
|
17872
|
-
}
|
17873
|
-
},
|
17874
|
-
/**
|
17875
|
-
* properties for CmdHeadline-component
|
17876
|
-
*/
|
17877
|
-
cmdHeadline: {
|
17878
|
-
type: Object,
|
17879
|
-
required: !1
|
17880
|
-
}
|
17881
|
-
},
|
17882
|
-
methods: {
|
17883
|
-
/*
|
17884
|
-
onAddItem() {
|
17885
|
-
this.editModeContext.content.addContent(
|
17886
|
-
buildComponentPath(this, 'props', 'links', -1),
|
17887
|
-
this.itemProvider)
|
17888
|
-
},
|
17889
|
-
itemProvider() {
|
17890
|
-
return {
|
17891
|
-
"iconClass": "icon-user-profile",
|
17892
|
-
"type": "href",
|
17893
|
-
"text": "Linktext",
|
17894
|
-
"path": "#",
|
17895
|
-
"tooltip": "Tooltip",
|
17896
|
-
"target": "_blank"
|
17897
|
-
}
|
17898
|
-
},
|
17899
|
-
updateHandlerProvider() {
|
17900
|
-
return updateHandlerProvider(this, {
|
17901
|
-
update(props, childUpdateHandlers) {
|
17902
|
-
const cmdHeadlineUpdateHandler = childUpdateHandlers?.find(handler => handler.name === "CmdHeadline")
|
17903
|
-
if (cmdHeadlineUpdateHandler) {
|
17904
|
-
props.cmdHeadline = props.cmdHeadline || {}
|
17905
|
-
cmdHeadlineUpdateHandler.update(props.cmdHeadline)
|
17906
|
-
}
|
17907
|
-
}
|
17908
|
-
})
|
17909
|
-
}
|
17910
|
-
*/
|
17911
|
-
}
|
17912
|
-
}, fx = {
|
17913
|
-
key: 0,
|
17914
|
-
href: "#"
|
17915
|
-
};
|
17916
|
-
function hx(e, t, n, s, i, l) {
|
17917
|
-
var c;
|
17918
|
-
const d = J, u = ye;
|
17919
|
-
return a(), r("div", {
|
17920
|
-
class: C([
|
17921
|
-
"cmd-list-of-images",
|
17922
|
-
{
|
17923
|
-
box: n.styleAsBox
|
17924
|
-
}
|
17925
|
-
])
|
17926
|
-
}, [
|
17927
|
-
(c = n.cmdHeadline) != null && c.headlineText ? (a(), v(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
17928
|
-
o("ul", {
|
17929
|
-
class: C(["list-of-images", { vertical: n.orientation === "vertical" }])
|
17930
|
-
}, [
|
17931
|
-
(a(!0), r(_, null, q(n.images, (h, f) => (a(), r("li", { key: f }, [
|
17932
|
-
h.image.url ? (a(), r("a", fx, [
|
17933
|
-
p(u, I({ ref_for: !0 }, h), null, 16)
|
17934
|
-
])) : (a(), v(u, I({
|
17935
|
-
key: 1,
|
17936
|
-
ref_for: !0
|
17937
|
-
}, h), null, 16))
|
17938
|
-
]))), 128))
|
17939
|
-
], 2)
|
17940
|
-
], 2);
|
17941
|
-
}
|
17942
|
-
const gx = /* @__PURE__ */ F(px, [["render", hx]]), yx = [
|
17945
|
+
const gx = /* @__PURE__ */ F(fx, [["render", hx]]), yx = [
|
17943
17946
|
{
|
17944
17947
|
text: "Account owner:",
|
17945
17948
|
value: "Company name",
|
@@ -18533,7 +18536,8 @@ const gx = /* @__PURE__ */ F(px, [["render", hx]]), yx = [
|
|
18533
18536
|
image: {
|
18534
18537
|
src: "/media/images/demo-images/medium/landscape-02.jpg",
|
18535
18538
|
alt: "Alternative text",
|
18536
|
-
tooltip: "Tooltip"
|
18539
|
+
tooltip: "Tooltip",
|
18540
|
+
lazyLoading: !0
|
18537
18541
|
},
|
18538
18542
|
figcaption: {
|
18539
18543
|
show: !0,
|
@@ -20443,7 +20447,7 @@ const gx = /* @__PURE__ */ F(px, [["render", hx]]), yx = [
|
|
20443
20447
|
text: "Zimbabwe",
|
20444
20448
|
value: "zw"
|
20445
20449
|
}
|
20446
|
-
], LC = "comand-component-library", IC = "4.2.
|
20450
|
+
], LC = "comand-component-library", IC = "4.2.15", BC = "GPL-3.0-only", DC = "CoManD-UI", MC = "module", FC = {
|
20447
20451
|
prepublishOnly: "npm run build-lib",
|
20448
20452
|
dev: "vite",
|
20449
20453
|
build: "vite build",
|
@@ -21680,7 +21684,7 @@ const gx = /* @__PURE__ */ F(px, [["render", hx]]), yx = [
|
|
21680
21684
|
e.originalEvent.preventDefault(), console.log(e);
|
21681
21685
|
},
|
21682
21686
|
localizedTime(e) {
|
21683
|
-
return (t, n) =>
|
21687
|
+
return (t, n) => jp(e)(t, n).toLowerCase();
|
21684
21688
|
},
|
21685
21689
|
idForReplacedInputsInInputGroup(e) {
|
21686
21690
|
return Rx.map((t) => ({ ...t, id: e + t.id, name: e + t.name }));
|
@@ -21701,7 +21705,7 @@ const gx = /* @__PURE__ */ F(px, [["render", hx]]), yx = [
|
|
21701
21705
|
alert("Error");
|
21702
21706
|
},
|
21703
21707
|
showFancyBox(e, t, n) {
|
21704
|
-
e === "text" ?
|
21708
|
+
e === "text" ? ve({
|
21705
21709
|
content: t,
|
21706
21710
|
cmdHeadline: {
|
21707
21711
|
show: !0,
|
@@ -21709,7 +21713,7 @@ const gx = /* @__PURE__ */ F(px, [["render", hx]]), yx = [
|
|
21709
21713
|
headlineLevel: 3
|
21710
21714
|
},
|
21711
21715
|
ariaLabelText: n
|
21712
|
-
}) : e === "url" ?
|
21716
|
+
}) : e === "url" ? ve({
|
21713
21717
|
url: t,
|
21714
21718
|
cmdHeadline: {
|
21715
21719
|
show: !0,
|
@@ -21717,7 +21721,7 @@ const gx = /* @__PURE__ */ F(px, [["render", hx]]), yx = [
|
|
21717
21721
|
headlineLevel: 3
|
21718
21722
|
},
|
21719
21723
|
ariaLabelText: n
|
21720
|
-
}) : e === "image" &&
|
21724
|
+
}) : e === "image" && ve({
|
21721
21725
|
cmdHeadline: {
|
21722
21726
|
show: !0,
|
21723
21727
|
headlineText: "Fancybox with image given by property",
|
@@ -21914,7 +21918,7 @@ const gx = /* @__PURE__ */ F(px, [["render", hx]]), yx = [
|
|
21914
21918
|
id: "content"
|
21915
21919
|
};
|
21916
21920
|
function xv(e, t, n, s, i, l) {
|
21917
|
-
const d = kn, u = Ri, c =
|
21921
|
+
const d = kn, u = Ri, c = Wf, h = Cn, f = Ni, g = $f, k = vl, b = Ai, O = zi, T = te, M = Ch, B = Ui, P = Hf, D = Yi, U = Pi, W = sr, V = fr, R = qi, Y = ji, Q = nc, X = em, le = Ki, ne = J, ie = G, re = xe, pe = ym, E = wm, Z = Re, de = Hm, fe = ip, oe = gx, Le = Ji, Ie = we("router-view"), Be = kp, De = Op, Me = $p, ue = _f, at = Df, st = mf, Ge = Jf, rt = dh, dt = gh, ut = Zi, ct = Oh, K = Ne, In = Hh, Ol = Qi, Vt = tg, Ll = Ei, Il = og, At = Fi, Bl = db, Dl = wl, Ml = _c, Fl = kc, Vl = xd, Al = gb, Pl = Ul("fancybox");
|
21918
21922
|
return $((a(), r("div", {
|
21919
21923
|
class: "page-wrapper",
|
21920
21924
|
id: l.templateId
|
@@ -22012,8 +22016,8 @@ function xv(e, t, n, s, i, l) {
|
|
22012
22016
|
}, {
|
22013
22017
|
body: w(() => [
|
22014
22018
|
o("ul", null, [
|
22015
|
-
(a(!0), r(_, null, q(i.listOfComponents, (z,
|
22016
|
-
key:
|
22019
|
+
(a(!0), r(_, null, q(i.listOfComponents, (z, ke) => (a(), r("li", {
|
22020
|
+
key: ke,
|
22017
22021
|
class: C({ active: i.activeEntry === "Cmd" + z })
|
22018
22022
|
}, [
|
22019
22023
|
o("a", {
|
@@ -23330,7 +23334,7 @@ function xv(e, t, n, s, i, l) {
|
|
23330
23334
|
cmdHeadline: { headlineText: "Box " + z, headlineLevel: 5 },
|
23331
23335
|
rowView: x.rowView,
|
23332
23336
|
openCollapsedBox: x.boxIsOpen(z - 1),
|
23333
|
-
onToggleCollapse: (
|
23337
|
+
onToggleCollapse: (ke) => x.boxToggled(z - 1, ke)
|
23334
23338
|
}, {
|
23335
23339
|
body: w(() => [
|
23336
23340
|
H(y(x.currentOpenBox) + "Content " + y(z), 1)
|
@@ -23617,7 +23621,7 @@ function xv(e, t, n, s, i, l) {
|
|
23617
23621
|
class: "headline-demopage",
|
23618
23622
|
id: "section-google-maps"
|
23619
23623
|
}, "Google Maps™", -1)),
|
23620
|
-
p(
|
23624
|
+
p(le, {
|
23621
23625
|
address: i.addressData[1]
|
23622
23626
|
}, null, 8, ["address"])
|
23623
23627
|
]),
|
@@ -23634,19 +23638,19 @@ function xv(e, t, n, s, i, l) {
|
|
23634
23638
|
onClick: t[85] || (t[85] = S((x) => l.openSettingsSidebar("CmdHeadline"), ["prevent"]))
|
23635
23639
|
})
|
23636
23640
|
]),
|
23637
|
-
p(
|
23638
|
-
p(
|
23639
|
-
p(
|
23641
|
+
p(ne, I({ ref: "CmdHeadline" }, e.cmdHeadlineSettingsData), null, 16),
|
23642
|
+
p(ne, I(e.cmdHeadlineSettingsData, { cmdIcon: { iconClass: "icon-home" } }), null, 16),
|
23643
|
+
p(ne, {
|
23640
23644
|
headlineLevel: "3",
|
23641
23645
|
headlineText: "Headline text",
|
23642
23646
|
cmdIcon: { iconClass: "icon-home" }
|
23643
23647
|
}),
|
23644
|
-
p(
|
23648
|
+
p(ne, {
|
23645
23649
|
ref: "CmdHeadline",
|
23646
23650
|
headlineLevel: "3",
|
23647
23651
|
headlineText: "Headline text<br /> with html-content given by property"
|
23648
23652
|
}, null, 512),
|
23649
|
-
p(
|
23653
|
+
p(ne, {
|
23650
23654
|
ref: "CmdHeadline",
|
23651
23655
|
headlineLevel: "3"
|
23652
23656
|
}, {
|
@@ -23669,23 +23673,23 @@ function xv(e, t, n, s, i, l) {
|
|
23669
23673
|
o("ul", null, [
|
23670
23674
|
o("li", null, [
|
23671
23675
|
t[234] || (t[234] = o("span", null, "Icon from local iconfont", -1)),
|
23672
|
-
p(
|
23676
|
+
p(ie, { iconClass: "icon-home" })
|
23673
23677
|
]),
|
23674
23678
|
o("li", null, [
|
23675
23679
|
t[235] || (t[235] = o("span", null, "Icon from iconify-api (icomoon-font)", -1)),
|
23676
|
-
p(
|
23680
|
+
p(ie, { iconClass: "icomoon-free:home" })
|
23677
23681
|
]),
|
23678
23682
|
o("li", null, [
|
23679
23683
|
t[236] || (t[236] = o("span", null, "Icon from iconify-api (bootstrap-font)", -1)),
|
23680
|
-
p(
|
23684
|
+
p(ie, { iconClass: "bi:house-fill" })
|
23681
23685
|
]),
|
23682
23686
|
o("li", null, [
|
23683
23687
|
t[237] || (t[237] = o("span", null, "Icon from iconify-api (material-design-font)", -1)),
|
23684
|
-
p(
|
23688
|
+
p(ie, { iconClass: "mdi:home" })
|
23685
23689
|
]),
|
23686
23690
|
o("li", null, [
|
23687
23691
|
t[238] || (t[238] = o("span", null, "Icon from iconify-api (font-awesome-solid-font)", -1)),
|
23688
|
-
p(
|
23692
|
+
p(ie, { iconClass: "fa6-solid:house-chimney" })
|
23689
23693
|
])
|
23690
23694
|
])
|
23691
23695
|
]),
|
@@ -23727,7 +23731,7 @@ function xv(e, t, n, s, i, l) {
|
|
23727
23731
|
onClick: t[87] || (t[87] = S((x) => l.openSettingsSidebar("CmdImageGallery"), ["prevent"]))
|
23728
23732
|
})
|
23729
23733
|
]),
|
23730
|
-
p(
|
23734
|
+
p(pe, I({
|
23731
23735
|
ref: "CmdImageGallery",
|
23732
23736
|
images: i.imageGalleryData
|
23733
23737
|
}, e.cmdImageGallerySettingsData), null, 16, ["images"])
|
@@ -23749,7 +23753,7 @@ function xv(e, t, n, s, i, l) {
|
|
23749
23753
|
}),
|
23750
23754
|
p(k, null, {
|
23751
23755
|
default: w(() => {
|
23752
|
-
var x, z,
|
23756
|
+
var x, z, ke, je, Ke, Ye;
|
23753
23757
|
return [
|
23754
23758
|
o("h2", z1, [
|
23755
23759
|
t[243] || (t[243] = o("span", null, "Link", -1)),
|
@@ -23823,7 +23827,7 @@ function xv(e, t, n, s, i, l) {
|
|
23823
23827
|
t[244] || (t[244] = o("dt", null, "Event:", -1)),
|
23824
23828
|
o("dd", null, y((z = (x = i.outputCmdLink) == null ? void 0 : x.event) == null ? void 0 : z.originalEvent.originalEvent), 1),
|
23825
23829
|
t[245] || (t[245] = o("dt", null, "Target:", -1)),
|
23826
|
-
o("dd", null, y((je = (
|
23830
|
+
o("dd", null, y((je = (ke = i.outputCmdLink) == null ? void 0 : ke.event) == null ? void 0 : je.originalEvent.target), 1),
|
23827
23831
|
t[246] || (t[246] = o("dt", null, "LinkType:", -1)),
|
23828
23832
|
o("dd", null, y((Ye = (Ke = i.outputCmdLink) == null ? void 0 : Ke.event) == null ? void 0 : Ye.originalEvent.linkType), 1)
|
23829
23833
|
])
|
@@ -23833,7 +23837,7 @@ function xv(e, t, n, s, i, l) {
|
|
23833
23837
|
}),
|
23834
23838
|
p(k, null, {
|
23835
23839
|
default: w(() => {
|
23836
|
-
var x, z,
|
23840
|
+
var x, z, ke, je, Ke, Ye;
|
23837
23841
|
return [
|
23838
23842
|
o("h2", G1, [
|
23839
23843
|
t[247] || (t[247] = o("span", null, "List Of Links", -1)),
|
@@ -23852,7 +23856,7 @@ function xv(e, t, n, s, i, l) {
|
|
23852
23856
|
t[248] || (t[248] = o("dt", null, "Event:", -1)),
|
23853
23857
|
o("dd", null, y((z = (x = i.outputCmdLink) == null ? void 0 : x.event) == null ? void 0 : z.originalEvent), 1),
|
23854
23858
|
t[249] || (t[249] = o("dt", null, "Target:", -1)),
|
23855
|
-
o("dd", null, y((je = (
|
23859
|
+
o("dd", null, y((je = (ke = i.outputCmdLink) == null ? void 0 : ke.event) == null ? void 0 : je.originalEvent.target), 1),
|
23856
23860
|
t[250] || (t[250] = o("dt", null, "LinkType:", -1)),
|
23857
23861
|
o("dd", null, y((Ye = (Ke = i.outputCmdLink) == null ? void 0 : Ke.event) == null ? void 0 : Ye.linkType), 1)
|
23858
23862
|
])
|
@@ -23871,7 +23875,7 @@ function xv(e, t, n, s, i, l) {
|
|
23871
23875
|
onClick: t[91] || (t[91] = S((x) => l.openSettingsSidebar("CmdListOfImages"), ["prevent"]))
|
23872
23876
|
})
|
23873
23877
|
]),
|
23874
|
-
p(
|
23878
|
+
p(de, I({ ref: "CmdListOfImages" }, e.cmdListOfImagesSettingsData, { images: i.imageGalleryData }), null, 16, ["images"])
|
23875
23879
|
]),
|
23876
23880
|
_: 1
|
23877
23881
|
}),
|
@@ -23888,7 +23892,7 @@ function xv(e, t, n, s, i, l) {
|
|
23888
23892
|
]),
|
23889
23893
|
p(U, { "use-fieldset": !1 }, {
|
23890
23894
|
default: w(() => [
|
23891
|
-
p(
|
23895
|
+
p(fe, I({ ref: "CmdLoginForm" }, e.cmdLoginFormSettingsData, {
|
23892
23896
|
modelValue: i.loginData,
|
23893
23897
|
"onUpdate:modelValue": t[93] || (t[93] = (x) => i.loginData = x)
|
23894
23898
|
}), null, 16, ["modelValue"])
|
@@ -23907,7 +23911,7 @@ function xv(e, t, n, s, i, l) {
|
|
23907
23911
|
}, [
|
23908
23912
|
o("span", null, "Mail Tool")
|
23909
23913
|
], -1)),
|
23910
|
-
p(
|
23914
|
+
p(oe, {
|
23911
23915
|
ref: "CmdMailTool",
|
23912
23916
|
mailsInbox: i.mailToolData.inbox,
|
23913
23917
|
mailsOutbox: i.mailToolData.outbox
|
@@ -24009,7 +24013,7 @@ function xv(e, t, n, s, i, l) {
|
|
24009
24013
|
onClick: t[100] || (t[100] = S((x) => l.openSettingsSidebar("CmdPageFooter"), ["prevent"]))
|
24010
24014
|
})
|
24011
24015
|
]),
|
24012
|
-
p(
|
24016
|
+
p(ue, I({ ref: "CmdPageFooter" }, e.cmdPageFooterSettingsData, {
|
24013
24017
|
"button-print-view": { text: "Print this page" },
|
24014
24018
|
cmdSocialNetworks: i.socialNetworksData
|
24015
24019
|
}), {
|
@@ -24549,7 +24553,7 @@ const Ov = /* @__PURE__ */ F(zC, [["render", xv]]), Lv = {
|
|
24549
24553
|
function _l(e) {
|
24550
24554
|
for (let t = 0; t < e.length; t++)
|
24551
24555
|
e[t].dataset.cmdFancyBoxHandlerRegistered || (e[t].addEventListener("click", (n) => {
|
24552
|
-
n.preventDefault(),
|
24556
|
+
n.preventDefault(), ve({ url: e[t].href });
|
24553
24557
|
}), e[t].dataset.cmdFancyBoxHandlerRegistered = "true");
|
24554
24558
|
}
|
24555
24559
|
const pt = new MutationObserver(Cv);
|
@@ -24653,65 +24657,66 @@ export {
|
|
24653
24657
|
xd as CmdFancyBox,
|
24654
24658
|
em as CmdFlexibleScrollContainer,
|
24655
24659
|
Pi as CmdForm,
|
24656
|
-
|
24660
|
+
te as CmdFormElement,
|
24657
24661
|
zi as CmdFormFilters,
|
24658
24662
|
Ki as CmdGoogleMaps,
|
24659
24663
|
J as CmdHeadline,
|
24660
24664
|
G as CmdIcon,
|
24661
|
-
|
24665
|
+
xe as CmdImage,
|
24662
24666
|
ym as CmdImageGallery,
|
24663
24667
|
wm as CmdImageZoom,
|
24664
24668
|
Yi as CmdInputGroup,
|
24665
24669
|
Re as CmdLink,
|
24670
|
+
Hm as CmdListOfImages,
|
24666
24671
|
Cn as CmdListOfLinks,
|
24667
|
-
|
24672
|
+
ip as CmdLoginForm,
|
24668
24673
|
Ji as CmdMainNavigation,
|
24669
|
-
|
24670
|
-
|
24671
|
-
|
24672
|
-
|
24673
|
-
|
24674
|
-
|
24675
|
-
|
24676
|
-
|
24677
|
-
|
24678
|
-
|
24679
|
-
|
24674
|
+
kp as CmdMultistepFormProgressBar,
|
24675
|
+
Op as CmdNewsletterSubscription,
|
24676
|
+
$p as CmdOpeningHours,
|
24677
|
+
_f as CmdPageFooter,
|
24678
|
+
Df as CmdPageHeader,
|
24679
|
+
mf as CmdPagination,
|
24680
|
+
Hf as CmdProgressBar,
|
24681
|
+
Wf as CmdSidebar,
|
24682
|
+
Jf as CmdSiteFooter,
|
24683
|
+
$f as CmdSiteHeader,
|
24684
|
+
dh as CmdSiteSearch,
|
24680
24685
|
Lt as CmdSlideButton,
|
24681
|
-
|
24682
|
-
|
24686
|
+
gh as CmdSlideshow,
|
24687
|
+
Ch as CmdSmartSearch,
|
24683
24688
|
Zi as CmdSocialNetworks,
|
24684
|
-
|
24689
|
+
Oh as CmdSwitchLanguage,
|
24685
24690
|
Ne as CmdSystemMessage,
|
24686
|
-
|
24691
|
+
Hh as CmdTable,
|
24687
24692
|
Qi as CmdTabs,
|
24688
|
-
|
24693
|
+
tg as CmdTextImageBlock,
|
24689
24694
|
Ei as CmdThumbnailScroller,
|
24690
|
-
|
24695
|
+
og as CmdToggleDarkMode,
|
24691
24696
|
Fi as CmdTooltip,
|
24692
24697
|
gn as CmdTooltipForFormElements,
|
24693
|
-
|
24698
|
+
db as CmdUploadForm,
|
24694
24699
|
vl as CmdWidthLimitationWrapper,
|
24695
24700
|
Ov as ComponentLibrary,
|
24696
|
-
|
24701
|
+
Ib as ContactInformation,
|
24697
24702
|
Bv as DirFancybox,
|
24698
24703
|
Lv as DirFocus,
|
24699
24704
|
Iv as DirTelephone,
|
24700
24705
|
qe as EditComponentWrapper,
|
24701
|
-
|
24702
|
-
|
24703
|
-
|
24706
|
+
me as I18n,
|
24707
|
+
Cb as MultipleBoxWrapper,
|
24708
|
+
Tb as MultipleListsOfLinks,
|
24704
24709
|
Dv as capitalizeFirstLetter,
|
24705
24710
|
Vi as createHtmlId,
|
24706
24711
|
nt as createUuid,
|
24707
24712
|
_v as currentDate,
|
24708
24713
|
Tl as formatDate,
|
24709
|
-
|
24714
|
+
Eb as formatTime,
|
24710
24715
|
Fv as fullName,
|
24711
24716
|
Gi as getCookieDisclaimerCookie,
|
24712
24717
|
Xe as getFileExtension,
|
24713
24718
|
Mv as lowercaseFirstLetter,
|
24714
|
-
|
24719
|
+
ve as openFancyBox,
|
24715
24720
|
rm as setCookieDisclaimerCookie,
|
24716
24721
|
Av as useScrollspy,
|
24717
24722
|
Vv as useSequence
|