comand-component-library 4.0.20 → 4.0.23
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +705 -705
- package/dist/comand-component-library.umd.cjs +3 -3
- package/dist/media/images/logos/logo-darkmode.svg +29 -44
- package/dist/media/images/logos/logo-dating-darkmode.svg +29 -0
- package/dist/media/images/logos/logo-dating.svg +27 -0
- package/dist/media/images/logos/logo.svg +27 -209
- package/dist/style.css +1 -1
- package/package.json +3 -2
- package/src/ComponentLibrary.vue +99 -28
- package/src/assets/data/social-networks-page-by-json.json +1 -1
- package/src/assets/data/social-networks-page-by-property.json +1 -1
- package/src/assets/data/tabs.json +3 -3
- package/src/components/CmdBox.vue +22 -1
- package/src/components/CmdFancyBox.vue +6 -0
- package/src/components/CmdListOfLinks.vue +1 -1
- package/src/components/CmdPagination.vue +4 -0
- package/src/components/CmdProgressBar.vue +1 -0
- package/src/components/CmdSiteHeader.vue +1 -1
- package/src/components/CmdSlideButton.vue +0 -2
- package/src/components/CmdTable.vue +3 -0
- package/src/components/CmdTabs.vue +1 -1
- package/src/components/CmdThumbnailScroller.vue +6 -0
- package/src/components/CmdUploadForm.vue +1 -0
- package/src/pages/ContactInformation.vue +4 -4
- package/src/pages/PageOverview.vue +5 -5
@@ -1,7 +1,7 @@
|
|
1
1
|
var Bi = Object.defineProperty;
|
2
2
|
var Pi = (e, n, t) => n in e ? Bi(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t;
|
3
3
|
var Oe = (e, n, t) => (Pi(e, typeof n != "symbol" ? n + "" : n, t), t);
|
4
|
-
import { defineComponent as $n, h as an, resolveComponent as
|
4
|
+
import { defineComponent as $n, h as an, resolveComponent as se, openBlock as o, createBlock as y, normalizeClass as b, createElementBlock as s, getCurrentInstance as Ai, resolveDynamicComponent as De, withModifiers as I, withCtx as N, withDirectives as ae, createElementVNode as h, createVNode as k, createCommentVNode as d, vShow as he, Fragment as C, toDisplayString as p, renderSlot as P, createTextVNode as j, renderList as A, mergeProps as F, resolveDirective as ji, normalizeProps as U, Transition as ge, toHandlers as Tt, TransitionGroup as jt, createApp as Fi, Teleport as Vi, normalizeStyle as Ge, useCssVars as ei, vModelDynamic as Ei, vModelText as Hi, guardReactiveProps as qi, onBeforeUpdate as zi } from "vue";
|
5
5
|
const Be = /^[a-z0-9]+(-[a-z0-9]+)*$/, Ze = (e, n, t, a = "") => {
|
6
6
|
const l = e.split(":");
|
7
7
|
if (e.slice(0, 1) === "@") {
|
@@ -1229,7 +1229,7 @@ const O = (e, n) => {
|
|
1229
1229
|
}
|
1230
1230
|
}, ql = ["title"];
|
1231
1231
|
function zl(e, n, t, a, l, i) {
|
1232
|
-
const c =
|
1232
|
+
const c = se("Icon");
|
1233
1233
|
return i.isIconify ? (o(), y(c, {
|
1234
1234
|
key: 0,
|
1235
1235
|
icon: t.iconClass,
|
@@ -1326,7 +1326,7 @@ const Wl = {
|
|
1326
1326
|
return !me(this.$parent, (e) => (e == null ? void 0 : e.componentName) !== "CmdContainer");
|
1327
1327
|
},
|
1328
1328
|
active() {
|
1329
|
-
return this.editModeContext ? me(this.$parent, (n) => (n == null ? void 0 : n.componentName) !== "CmdContainer") ? !!this.editModeContext.system.isActiveChildComponent(
|
1329
|
+
return this.editModeContext ? me(this.$parent, (n) => (n == null ? void 0 : n.componentName) !== "CmdContainer") ? !!this.editModeContext.system.isActiveChildComponent(oe(this)) : !!this.editModeContext.system.isActiveComponent(oe(this)) : !1;
|
1330
1330
|
},
|
1331
1331
|
editing() {
|
1332
1332
|
var e;
|
@@ -1347,14 +1347,14 @@ const Wl = {
|
|
1347
1347
|
// provide actions from store as methods inside this component
|
1348
1348
|
showActionButtons() {
|
1349
1349
|
const e = me(this.$parent, (n) => (n == null ? void 0 : n.componentName) !== "CmdContainer");
|
1350
|
-
this.editModeContext.system.setActiveComponent(
|
1350
|
+
this.editModeContext.system.setActiveComponent(oe(e), oe(this));
|
1351
1351
|
},
|
1352
1352
|
deleteComponent() {
|
1353
1353
|
var e;
|
1354
|
-
!this.editing && this.allowDeleteComponent && confirm("Delete this component and its content?") && ((e = this.editModeContext) == null || e.store.deleteContent(
|
1354
|
+
!this.editing && this.allowDeleteComponent && confirm("Delete this component and its content?") && ((e = this.editModeContext) == null || e.store.deleteContent(oe(this)), this.editModeContext.settings.stopEditing());
|
1355
1355
|
},
|
1356
1356
|
deleteInnerComponent() {
|
1357
|
-
this.editModeContext.store.deleteContent(
|
1357
|
+
this.editModeContext.store.deleteContent(oe(this)), this.editModeContext.settings.stopEditing();
|
1358
1358
|
},
|
1359
1359
|
cancelComponent(e) {
|
1360
1360
|
this.editing && (e.stopPropagation(), this.editModeContext.content.stopEditing());
|
@@ -1369,7 +1369,7 @@ const Wl = {
|
|
1369
1369
|
},
|
1370
1370
|
saveComponent() {
|
1371
1371
|
this.editModeContext.store.updateContent(
|
1372
|
-
|
1372
|
+
oe(this),
|
1373
1373
|
this.updateHandlerProviders.map((e) => e())
|
1374
1374
|
), this.editModeContext.content.stopEditing();
|
1375
1375
|
},
|
@@ -1379,18 +1379,18 @@ const Wl = {
|
|
1379
1379
|
this.componentName,
|
1380
1380
|
this.componentProps,
|
1381
1381
|
this.allowedComponentTypes,
|
1382
|
-
|
1382
|
+
oe(this),
|
1383
1383
|
this.saveSettings,
|
1384
1384
|
this.deleteInnerComponent,
|
1385
1385
|
n || "edit"
|
1386
1386
|
);
|
1387
1387
|
},
|
1388
1388
|
addEntry(e) {
|
1389
|
-
this.itemProvider ? this.editModeContext.content.addContent(
|
1389
|
+
this.itemProvider ? this.editModeContext.content.addContent(oe(this), this.itemProvider) : this.editSettings(e, "add");
|
1390
1390
|
},
|
1391
1391
|
saveSettings(e) {
|
1392
1392
|
this.editModeContext.store.updateSettings(
|
1393
|
-
|
1393
|
+
oe(this),
|
1394
1394
|
e
|
1395
1395
|
), this.editModeContext.settings.stopEditing();
|
1396
1396
|
},
|
@@ -1407,7 +1407,7 @@ const Wl = {
|
|
1407
1407
|
watch: {
|
1408
1408
|
componentPath: {
|
1409
1409
|
handler() {
|
1410
|
-
this.componentIdentifier = Gl(
|
1410
|
+
this.componentIdentifier = Gl(oe(this));
|
1411
1411
|
},
|
1412
1412
|
immediate: !0,
|
1413
1413
|
deep: !0
|
@@ -1417,7 +1417,7 @@ const Wl = {
|
|
1417
1417
|
}
|
1418
1418
|
}
|
1419
1419
|
};
|
1420
|
-
function
|
1420
|
+
function oe(e) {
|
1421
1421
|
const n = [];
|
1422
1422
|
for (let t = e; t; t = me(t.$parent))
|
1423
1423
|
t.componentPath && n.unshift(...t.componentPath);
|
@@ -2004,7 +2004,7 @@ function xo(e, n, t, a, l, i) {
|
|
2004
2004
|
])
|
2005
2005
|
], 2)) : d("", !0);
|
2006
2006
|
}
|
2007
|
-
const ko = /* @__PURE__ */ O(bo, [["render", xo]]),
|
2007
|
+
const ko = /* @__PURE__ */ O(bo, [["render", xo]]), le = {
|
2008
2008
|
props: {
|
2009
2009
|
/**
|
2010
2010
|
* Message properties for internationalization.
|
@@ -2065,7 +2065,7 @@ const ko = /* @__PURE__ */ O(bo, [["render", xo]]), oe = {
|
|
2065
2065
|
const wo = {
|
2066
2066
|
name: "CmdListOfRequirements",
|
2067
2067
|
mixins: [
|
2068
|
-
|
2068
|
+
le,
|
2069
2069
|
vo
|
2070
2070
|
],
|
2071
2071
|
props: {
|
@@ -2314,7 +2314,7 @@ const Rt = /* @__PURE__ */ O(No, [["render", Bo]]), Ut = {
|
|
2314
2314
|
};
|
2315
2315
|
},
|
2316
2316
|
mixins: [
|
2317
|
-
|
2317
|
+
le,
|
2318
2318
|
Po
|
2319
2319
|
],
|
2320
2320
|
props: {
|
@@ -2595,7 +2595,7 @@ const jo = ["color", "date", "datetime-local", "file", "number", "range"], Fo =
|
|
2595
2595
|
inheritAttrs: !1,
|
2596
2596
|
name: "CmdFormElement",
|
2597
2597
|
mixins: [
|
2598
|
-
|
2598
|
+
le,
|
2599
2599
|
Ut,
|
2600
2600
|
Ke,
|
2601
2601
|
Fe,
|
@@ -3621,7 +3621,7 @@ const Ds = /* @__PURE__ */ O(cs, [["render", Ls]]), Ns = {
|
|
3621
3621
|
};
|
3622
3622
|
const Bs = {
|
3623
3623
|
name: "CmdAddressData",
|
3624
|
-
mixins: [K,
|
3624
|
+
mixins: [K, le, Ns],
|
3625
3625
|
props: {
|
3626
3626
|
/**
|
3627
3627
|
* activate if you want to use slot instead for given structure
|
@@ -3979,7 +3979,7 @@ function da(e, n, t, a, l, i) {
|
|
3979
3979
|
_: 1
|
3980
3980
|
});
|
3981
3981
|
}
|
3982
|
-
const
|
3982
|
+
const Hp = /* @__PURE__ */ O(aa, [["render", da]]);
|
3983
3983
|
const ca = {
|
3984
3984
|
name: "CmdBankAccountData",
|
3985
3985
|
props: {
|
@@ -4061,7 +4061,7 @@ function ga(e, n, t, a, l, i) {
|
|
4061
4061
|
t.additionalInformation ? (o(), s("p", fa, p(t.additionalInformation), 1)) : d("", !0)
|
4062
4062
|
]);
|
4063
4063
|
}
|
4064
|
-
const
|
4064
|
+
const qp = /* @__PURE__ */ O(ca, [["render", ga]]);
|
4065
4065
|
const pa = {
|
4066
4066
|
name: "CmdForm",
|
4067
4067
|
emits: ["submit"],
|
@@ -4309,7 +4309,7 @@ let Bt = ue;
|
|
4309
4309
|
const Sa = {
|
4310
4310
|
emits: ["submit"],
|
4311
4311
|
mixins: [
|
4312
|
-
|
4312
|
+
le,
|
4313
4313
|
Ia,
|
4314
4314
|
Ke
|
4315
4315
|
],
|
@@ -4747,7 +4747,7 @@ function Pa(e, n, t, a, l, i) {
|
|
4747
4747
|
}, 8, ["onSubmit", "textLegend", "submitButton", "formAction"])
|
4748
4748
|
]);
|
4749
4749
|
}
|
4750
|
-
const
|
4750
|
+
const Aa = /* @__PURE__ */ O(Sa, [["render", Pa]]);
|
4751
4751
|
function Ne(e) {
|
4752
4752
|
if (e) {
|
4753
4753
|
const n = e.lastIndexOf(".");
|
@@ -4771,7 +4771,7 @@ function kn(e, n, t, a, l) {
|
|
4771
4771
|
URL.revokeObjectURL(c.src), typeof l == "function" ? l(c.src) : l.src = c.src;
|
4772
4772
|
}, c.src = URL.createObjectURL(e);
|
4773
4773
|
}
|
4774
|
-
const
|
4774
|
+
const ja = {
|
4775
4775
|
name: "CmdImage",
|
4776
4776
|
mixins: [K],
|
4777
4777
|
data() {
|
@@ -4988,11 +4988,11 @@ const Aa = {
|
|
4988
4988
|
deep: !0
|
4989
4989
|
}
|
4990
4990
|
}
|
4991
|
-
},
|
4992
|
-
|
4993
|
-
|
4994
|
-
],
|
4995
|
-
function
|
4991
|
+
}, Fa = { key: 1 }, Va = /* @__PURE__ */ h("span", { class: "icon-image" }, null, -1), Ea = ["src", "alt", "title"], Ha = ["src", "alt", "title"], qa = { key: 1 }, za = /* @__PURE__ */ h("span", { class: "icon-add" }, null, -1), Ra = /* @__PURE__ */ h("span", null, "Add new image", -1), Ua = [
|
4992
|
+
za,
|
4993
|
+
Ra
|
4994
|
+
], Ga = { key: 0 }, Wa = ["src", "alt", "title"], Za = { key: 1 };
|
4995
|
+
function Qa(e, n, t, a, l, i) {
|
4996
4996
|
var u, f, g, m, x, _, v, S, w;
|
4997
4997
|
const c = $, r = ye;
|
4998
4998
|
return e.editModeContext ? (o(), y(r, {
|
@@ -5023,7 +5023,7 @@ function Za(e, n, t, a, l, i) {
|
|
5023
5023
|
labelText: "Text figcaption",
|
5024
5024
|
modelValue: i.editableFigcaptionText,
|
5025
5025
|
"onUpdate:modelValue": n[0] || (n[0] = (Z) => i.editableFigcaptionText = Z)
|
5026
|
-
}, null, 8, ["class", "modelValue"])) : (T = t.figcaption) != null && T.text ? (o(), s("figcaption",
|
5026
|
+
}, null, 8, ["class", "modelValue"])) : (T = t.figcaption) != null && T.text ? (o(), s("figcaption", Fa, p((R = t.figcaption) == null ? void 0 : R.text), 1)) : d("", !0)
|
5027
5027
|
], 64)) : d("", !0),
|
5028
5028
|
M.editing ? (o(), s(C, { key: 1 }, [
|
5029
5029
|
h("a", F({
|
@@ -5033,12 +5033,12 @@ function Za(e, n, t, a, l, i) {
|
|
5033
5033
|
onClick: n[1] || (n[1] = I((...Z) => i.selectFiles && i.selectFiles(...Z), ["prevent"])),
|
5034
5034
|
title: "Drag new image to this area to replace old one!"
|
5035
5035
|
}), [
|
5036
|
-
|
5036
|
+
Va,
|
5037
5037
|
h("img", {
|
5038
5038
|
src: i.imageSource,
|
5039
5039
|
alt: (B = t.image) == null ? void 0 : B.alt,
|
5040
5040
|
title: (V = t.image) == null ? void 0 : V.tooltip
|
5041
|
-
}, null, 8,
|
5041
|
+
}, null, 8, Ea)
|
5042
5042
|
], 16),
|
5043
5043
|
k(c, {
|
5044
5044
|
class: "hidden",
|
@@ -5054,7 +5054,7 @@ function Za(e, n, t, a, l, i) {
|
|
5054
5054
|
src: i.imageSource,
|
5055
5055
|
alt: (W = t.image) == null ? void 0 : W.alt,
|
5056
5056
|
title: (Q = t.image) == null ? void 0 : Q.tooltip
|
5057
|
-
}, null, 8,
|
5057
|
+
}, null, 8, Ha)) : d("", !0),
|
5058
5058
|
(H = t.figcaption) != null && H.show && ((Y = t.figcaption) == null ? void 0 : Y.position) !== "top" ? (o(), s(C, { key: 3 }, [
|
5059
5059
|
M.editing ? (o(), y(c, {
|
5060
5060
|
key: 0,
|
@@ -5067,14 +5067,14 @@ function Za(e, n, t, a, l, i) {
|
|
5067
5067
|
modelValue: i.editableFigcaptionText,
|
5068
5068
|
"onUpdate:modelValue": n[2] || (n[2] = (Z) => i.editableFigcaptionText = Z),
|
5069
5069
|
placeholder: "figcaption"
|
5070
|
-
}, null, 8, ["class", "modelValue"])) : (J = t.figcaption) != null && J.text ? (o(), s("figcaption",
|
5070
|
+
}, null, 8, ["class", "modelValue"])) : (J = t.figcaption) != null && J.text ? (o(), s("figcaption", qa, p((ee = t.figcaption) == null ? void 0 : ee.text), 1)) : d("", !0)
|
5071
5071
|
], 64)) : d("", !0),
|
5072
5072
|
!M.editing && !i.imageSource ? (o(), s("button", {
|
5073
5073
|
key: 4,
|
5074
5074
|
type: "button",
|
5075
5075
|
class: "button confirm",
|
5076
5076
|
onClick: n[3] || (n[3] = (...Z) => i.onAddItem && i.onAddItem(...Z))
|
5077
|
-
},
|
5077
|
+
}, Ua)) : d("", !0)
|
5078
5078
|
], 2)
|
5079
5079
|
];
|
5080
5080
|
}),
|
@@ -5083,18 +5083,18 @@ function Za(e, n, t, a, l, i) {
|
|
5083
5083
|
key: 1,
|
5084
5084
|
class: b(["cmd-image", i.textAlign])
|
5085
5085
|
}, [
|
5086
|
-
(f = t.figcaption) != null && f.show && ((g = t.figcaption) == null ? void 0 : g.position) === "top" ? (o(), s("figcaption",
|
5086
|
+
(f = t.figcaption) != null && f.show && ((g = t.figcaption) == null ? void 0 : g.position) === "top" ? (o(), s("figcaption", Ga, p((m = t.figcaption) == null ? void 0 : m.text), 1)) : d("", !0),
|
5087
5087
|
h("img", {
|
5088
5088
|
src: i.imageSource,
|
5089
5089
|
alt: (x = t.image) == null ? void 0 : x.alt,
|
5090
5090
|
title: (_ = t.image) == null ? void 0 : _.tooltip,
|
5091
5091
|
onLoad: n[4] || (n[4] = (...M) => i.onImageLoaded && i.onImageLoaded(...M))
|
5092
|
-
}, null, 40,
|
5093
|
-
(v = t.figcaption) != null && v.show && ((S = t.figcaption) == null ? void 0 : S.position) !== "top" ? (o(), s("figcaption",
|
5092
|
+
}, null, 40, Wa),
|
5093
|
+
(v = t.figcaption) != null && v.show && ((S = t.figcaption) == null ? void 0 : S.position) !== "top" ? (o(), s("figcaption", Za, p((w = t.figcaption) == null ? void 0 : w.text), 1)) : d("", !0)
|
5094
5094
|
], 2));
|
5095
5095
|
}
|
5096
|
-
const xe = /* @__PURE__ */ O(
|
5097
|
-
const
|
5096
|
+
const xe = /* @__PURE__ */ O(ja, [["render", Qa]]);
|
5097
|
+
const Ja = {
|
5098
5098
|
name: "CmdSlideButton",
|
5099
5099
|
props: {
|
5100
5100
|
/**
|
@@ -5144,8 +5144,8 @@ const Qa = {
|
|
5144
5144
|
return this.slideButtons[this.slideButtonType] ? this.slideButtons[this.slideButtonType] : (console.warn("Property 'slideButtonType' does not match slideButtons-key"), {});
|
5145
5145
|
}
|
5146
5146
|
}
|
5147
|
-
},
|
5148
|
-
function
|
5147
|
+
}, Ya = ["title"];
|
5148
|
+
function Ka(e, n, t, a, l, i) {
|
5149
5149
|
const c = q;
|
5150
5150
|
return o(), s("a", {
|
5151
5151
|
href: "#",
|
@@ -5157,9 +5157,9 @@ function Ya(e, n, t, a, l, i) {
|
|
5157
5157
|
k(c, {
|
5158
5158
|
iconClass: i.getDirection.iconClass || "next"
|
5159
5159
|
}, null, 8, ["iconClass"])
|
5160
|
-
], 10,
|
5160
|
+
], 10, Ya);
|
5161
5161
|
}
|
5162
|
-
const Xe = /* @__PURE__ */ O(
|
5162
|
+
const Xe = /* @__PURE__ */ O(Ja, [["render", Ka]]), Xa = {
|
5163
5163
|
data() {
|
5164
5164
|
return {
|
5165
5165
|
defaultMessageProperties: {
|
@@ -5170,12 +5170,12 @@ const Xe = /* @__PURE__ */ O(Qa, [["render", Ya]]), Ka = {
|
|
5170
5170
|
};
|
5171
5171
|
}
|
5172
5172
|
};
|
5173
|
-
const
|
5173
|
+
const $a = {
|
5174
5174
|
name: "CmdThumbnailScroller",
|
5175
5175
|
emits: ["click"],
|
5176
5176
|
mixins: [
|
5177
|
-
|
5178
|
-
|
5177
|
+
le,
|
5178
|
+
Xa,
|
5179
5179
|
K
|
5180
5180
|
],
|
5181
5181
|
data() {
|
@@ -5395,11 +5395,11 @@ const Xa = {
|
|
5395
5395
|
deep: !0
|
5396
5396
|
}
|
5397
5397
|
}
|
5398
|
-
},
|
5399
|
-
|
5400
|
-
|
5398
|
+
}, er = { class: "inner-thumbnail-wrapper" }, tr = ["href", "onClick", "title", "target"], nr = { key: 1 }, ir = { key: 1 }, lr = { key: 0 }, or = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), sr = /* @__PURE__ */ h("span", null, "Add new thumbnail-scroller-image", -1), ar = [
|
5399
|
+
or,
|
5400
|
+
sr
|
5401
5401
|
];
|
5402
|
-
function
|
5402
|
+
function rr(e, n, t, a, l, i) {
|
5403
5403
|
var g;
|
5404
5404
|
const c = G, r = Xe, u = xe, f = q;
|
5405
5405
|
return o(), s("div", {
|
@@ -5415,7 +5415,7 @@ function ar(e, n, t, a, l, i) {
|
|
5415
5415
|
ref: "thumbnail-scroller"
|
5416
5416
|
}, [
|
5417
5417
|
(g = t.cmdHeadline) != null && g.headlineText || e.editModeContext ? (o(), y(c, U(F({ key: 0 }, t.cmdHeadline)), null, 16)) : d("", !0),
|
5418
|
-
h("div",
|
5418
|
+
h("div", er, [
|
5419
5419
|
l.showSlidebuttons ? (o(), y(r, {
|
5420
5420
|
key: 0,
|
5421
5421
|
onClick: I(i.showPrevItem, ["prevent"]),
|
@@ -5439,7 +5439,7 @@ function ar(e, n, t, a, l, i) {
|
|
5439
5439
|
iconClass: m.iconClass,
|
5440
5440
|
type: m.iconType
|
5441
5441
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
5442
|
-
m.text ? (o(), s("span",
|
5442
|
+
m.text ? (o(), s("span", ir, p(m.text), 1)) : d("", !0)
|
5443
5443
|
], 64)) : d("", !0) : (o(), s("a", {
|
5444
5444
|
key: 0,
|
5445
5445
|
href: t.executeOnClick === "url" ? m.url : "#",
|
@@ -5458,16 +5458,16 @@ function ar(e, n, t, a, l, i) {
|
|
5458
5458
|
iconClass: m.iconClass,
|
5459
5459
|
type: m.iconType
|
5460
5460
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
5461
|
-
m.text ? (o(), s("span",
|
5461
|
+
m.text ? (o(), s("span", nr, p(m.text), 1)) : d("", !0)
|
5462
5462
|
], 64))
|
5463
|
-
], 10,
|
5463
|
+
], 10, tr))
|
5464
5464
|
]))), 128)),
|
5465
|
-
!l.items.length && t.contentType === "image" ? (o(), s("li",
|
5465
|
+
!l.items.length && t.contentType === "image" ? (o(), s("li", lr, [
|
5466
5466
|
h("button", {
|
5467
5467
|
type: "button",
|
5468
5468
|
class: "button confirm",
|
5469
5469
|
onClick: n[0] || (n[0] = (...m) => i.onAddItem && i.onAddItem(...m))
|
5470
|
-
},
|
5470
|
+
}, ar)
|
5471
5471
|
])) : d("", !0)
|
5472
5472
|
]),
|
5473
5473
|
_: 1
|
@@ -5480,7 +5480,7 @@ function ar(e, n, t, a, l, i) {
|
|
5480
5480
|
])
|
5481
5481
|
], 2);
|
5482
5482
|
}
|
5483
|
-
const
|
5483
|
+
const dr = /* @__PURE__ */ O($a, [["render", rr]]);
|
5484
5484
|
const $e = (e) => {
|
5485
5485
|
const n = document.createElement("div");
|
5486
5486
|
document.querySelector("body").appendChild(n), Fi(bi, {
|
@@ -5693,7 +5693,7 @@ const $e = (e) => {
|
|
5693
5693
|
}));
|
5694
5694
|
},
|
5695
5695
|
async loadContent(e) {
|
5696
|
-
(await
|
5696
|
+
(await cr(e)).startsWith("image/") ? this.fancyBoxImageUrl = e : fetch(e).then((t) => t.text()).then((t) => this.fancyBoxContent = t).catch((t) => console.error(`Error loading ${this.url}: ${t}`));
|
5697
5697
|
},
|
5698
5698
|
// switch to previous-item (in fancybox-gallery)
|
5699
5699
|
showPrevItem() {
|
@@ -5735,33 +5735,33 @@ const $e = (e) => {
|
|
5735
5735
|
}
|
5736
5736
|
}
|
5737
5737
|
});
|
5738
|
-
async function
|
5738
|
+
async function cr(e) {
|
5739
5739
|
const n = await fetch(e, { method: "HEAD" });
|
5740
5740
|
return n.ok ? (n.headers.get("Content-Type") || "").split(";")[0] : "text/html";
|
5741
5741
|
}
|
5742
|
-
const
|
5742
|
+
const ur = bi, mr = ["aria-label"], hr = { class: "flex-container" }, fr = {
|
5743
5743
|
key: 1,
|
5744
5744
|
class: "button-wrapper no-flex"
|
5745
|
-
},
|
5745
|
+
}, gr = ["title"], pr = ["title"], yr = ["title"], br = {
|
5746
5746
|
key: 0,
|
5747
5747
|
class: "content"
|
5748
|
-
},
|
5748
|
+
}, _r = ["innerHTML"], Cr = {
|
5749
5749
|
key: 2,
|
5750
5750
|
class: "content",
|
5751
5751
|
ref: "elements"
|
5752
|
-
},
|
5752
|
+
}, xr = {
|
5753
5753
|
key: 3,
|
5754
5754
|
class: "content"
|
5755
|
-
},
|
5755
|
+
}, kr = {
|
5756
5756
|
key: 4,
|
5757
5757
|
class: "content"
|
5758
|
-
},
|
5758
|
+
}, vr = {
|
5759
5759
|
key: 0,
|
5760
5760
|
class: "flex-container no-flex"
|
5761
|
-
},
|
5762
|
-
function
|
5761
|
+
}, wr = ["title"], Tr = { key: 1 }, Ir = ["title"], Sr = { key: 1 };
|
5762
|
+
function Mr(e, n, t, a, l, i) {
|
5763
5763
|
var m, x, _, v, S, w, M, L, E, T, R, B, V, W, Q, H, Y, J, ee, Z, ce, D, de, ve, we, Te, Ie, Se, Me;
|
5764
|
-
const c = G, r = q, u = xe, f = Xe, g =
|
5764
|
+
const c = G, r = q, u = xe, f = Xe, g = dr;
|
5765
5765
|
return o(), y(Vi, { to: "body" }, [
|
5766
5766
|
h("dialog", {
|
5767
5767
|
ref: "dialog",
|
@@ -5769,14 +5769,14 @@ function Sr(e, n, t, a, l, i) {
|
|
5769
5769
|
"aria-label": e.ariaLabelText,
|
5770
5770
|
onCancel: n[5] || (n[5] = (...ie) => e.onDialogCancel && e.onDialogCancel(...ie))
|
5771
5771
|
}, [
|
5772
|
-
h("header",
|
5772
|
+
h("header", hr, [
|
5773
5773
|
(m = e.cmdHeadline) != null && m.show ? (o(), y(c, {
|
5774
5774
|
key: 0,
|
5775
5775
|
headlineText: (x = e.cmdHeadline) == null ? void 0 : x.headlineText,
|
5776
5776
|
headlineLevel: (_ = e.cmdHeadline) == null ? void 0 : _.headlineLevel,
|
5777
5777
|
id: e.htmlId
|
5778
5778
|
}, null, 8, ["headlineText", "headlineLevel", "id"])) : d("", !0),
|
5779
|
-
(v = e.fancyboxOptions.printButtons) != null && v.color || (S = e.fancyboxOptions.printButtons) != null && S.grayscale || e.fancyboxOptions.closeIcon ? (o(), s("div",
|
5779
|
+
(v = e.fancyboxOptions.printButtons) != null && v.color || (S = e.fancyboxOptions.printButtons) != null && S.grayscale || e.fancyboxOptions.closeIcon ? (o(), s("div", fr, [
|
5780
5780
|
e.showPrintButtons && ((w = e.fancyboxOptions.printButtons) != null && w.color) ? (o(), s("a", {
|
5781
5781
|
key: 0,
|
5782
5782
|
href: "#",
|
@@ -5788,7 +5788,7 @@ function Sr(e, n, t, a, l, i) {
|
|
5788
5788
|
iconClass: (L = e.fancyboxOptions.printButtons.color) == null ? void 0 : L.iconClass,
|
5789
5789
|
type: (E = e.fancyboxOptions.printButtons.color) == null ? void 0 : E.iconType
|
5790
5790
|
}, null, 8, ["iconClass", "type"])
|
5791
|
-
], 8,
|
5791
|
+
], 8, gr)) : d("", !0),
|
5792
5792
|
e.showPrintButtons && ((T = e.fancyboxOptions.printButtons) != null && T.grayscale) ? (o(), s("a", {
|
5793
5793
|
key: 1,
|
5794
5794
|
href: "#",
|
@@ -5800,7 +5800,7 @@ function Sr(e, n, t, a, l, i) {
|
|
5800
5800
|
iconClass: (B = e.fancyboxOptions.printButtons.grayscale) == null ? void 0 : B.iconClass,
|
5801
5801
|
type: (V = e.fancyboxOptions.printButtons.grayscale) == null ? void 0 : V.iconType
|
5802
5802
|
}, null, 8, ["iconClass", "type"])
|
5803
|
-
], 8,
|
5803
|
+
], 8, pr)) : d("", !0),
|
5804
5804
|
e.fancyboxOptions.closeIcon ? (o(), s("a", {
|
5805
5805
|
key: 2,
|
5806
5806
|
href: "#",
|
@@ -5814,13 +5814,13 @@ function Sr(e, n, t, a, l, i) {
|
|
5814
5814
|
iconClass: e.fancyboxOptions.closeIcon.iconClass,
|
5815
5815
|
type: e.fancyboxOptions.closeIcon.iconType
|
5816
5816
|
}, null, 8, ["iconClass", "type"])
|
5817
|
-
], 8,
|
5817
|
+
], 8, yr)) : d("", !0)
|
5818
5818
|
])) : d("", !0)
|
5819
5819
|
]),
|
5820
5820
|
h("div", {
|
5821
5821
|
class: b(["outer-content-wrapper", { grayscale: e.printInGrayscale }])
|
5822
5822
|
}, [
|
5823
|
-
e.fancyBoxImageUrl || (W = e.cmdImage) != null && W.image ? (o(), s("div",
|
5823
|
+
e.fancyBoxImageUrl || (W = e.cmdImage) != null && W.image ? (o(), s("div", br, [
|
5824
5824
|
k(u, {
|
5825
5825
|
image: e.largeSingleImage,
|
5826
5826
|
figcaption: (Q = e.cmdImage) == null ? void 0 : Q.figcaption
|
@@ -5829,7 +5829,7 @@ function Sr(e, n, t, a, l, i) {
|
|
5829
5829
|
key: 1,
|
5830
5830
|
class: "content",
|
5831
5831
|
innerHTML: e.fancyBoxContent
|
5832
|
-
}, null, 8,
|
5832
|
+
}, null, 8, _r)) : e.fancyBoxElements ? (o(), s("div", Cr, null, 512)) : e.fancyBoxGallery ? (o(), s("div", xr, [
|
5833
5833
|
k(f, {
|
5834
5834
|
onClick: I(e.showPrevItem, ["prevent"]),
|
5835
5835
|
slideButtonType: "prev"
|
@@ -5841,11 +5841,11 @@ function Sr(e, n, t, a, l, i) {
|
|
5841
5841
|
k(f, {
|
5842
5842
|
onClick: I(e.showNextItem, ["prevent"])
|
5843
5843
|
}, null, 8, ["onClick"])
|
5844
|
-
])) : (o(), s("div",
|
5844
|
+
])) : (o(), s("div", kr, [
|
5845
5845
|
P(e.$slots, "default")
|
5846
5846
|
]))
|
5847
5847
|
], 2),
|
5848
|
-
e.showSubmitButtons && e.fancyboxOptions.submitButtons ? (o(), s("footer",
|
5848
|
+
e.showSubmitButtons && e.fancyboxOptions.submitButtons ? (o(), s("footer", vr, [
|
5849
5849
|
(H = e.fancyboxOptions.submitButtons) != null && H.cancel ? (o(), s("button", {
|
5850
5850
|
key: 0,
|
5851
5851
|
onClick: n[3] || (n[3] = (...ie) => e.cancel && e.cancel(...ie)),
|
@@ -5856,8 +5856,8 @@ function Sr(e, n, t, a, l, i) {
|
|
5856
5856
|
iconClass: (ee = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : ee.iconClass,
|
5857
5857
|
type: (Z = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : Z.iconType
|
5858
5858
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
5859
|
-
(ce = e.fancyboxOptions.submitButtons.cancel) != null && ce.buttonText ? (o(), s("span",
|
5860
|
-
], 8,
|
5859
|
+
(ce = e.fancyboxOptions.submitButtons.cancel) != null && ce.buttonText ? (o(), s("span", Tr, p((D = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : D.buttonText), 1)) : d("", !0)
|
5860
|
+
], 8, wr)) : d("", !0),
|
5861
5861
|
(de = e.fancyboxOptions.submitButtons) != null && de.confirm ? (o(), s("button", {
|
5862
5862
|
key: 1,
|
5863
5863
|
onClick: n[4] || (n[4] = (...ie) => e.confirm && e.confirm(...ie)),
|
@@ -5868,8 +5868,8 @@ function Sr(e, n, t, a, l, i) {
|
|
5868
5868
|
iconClass: (Te = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : Te.iconClass,
|
5869
5869
|
type: (Ie = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : Ie.iconType
|
5870
5870
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
5871
|
-
(Se = e.fancyboxOptions.submitButtons.confirm) != null && Se.buttonText ? (o(), s("span",
|
5872
|
-
], 8,
|
5871
|
+
(Se = e.fancyboxOptions.submitButtons.confirm) != null && Se.buttonText ? (o(), s("span", Sr, p((Me = e.fancyboxOptions.submitButtons.confirm) == null ? void 0 : Me.buttonText), 1)) : d("", !0)
|
5872
|
+
], 8, Ir)) : d("", !0)
|
5873
5873
|
])) : d("", !0),
|
5874
5874
|
e.fancyBoxGallery ? (o(), y(g, {
|
5875
5875
|
key: 1,
|
@@ -5878,10 +5878,10 @@ function Sr(e, n, t, a, l, i) {
|
|
5878
5878
|
onClick: e.showItem,
|
5879
5879
|
activeItemIndex: e.index
|
5880
5880
|
}, null, 8, ["thumbnailScrollerItems", "onClick", "activeItemIndex"])) : d("", !0)
|
5881
|
-
], 42,
|
5881
|
+
], 42, mr)
|
5882
5882
|
]);
|
5883
5883
|
}
|
5884
|
-
const zp = /* @__PURE__ */ O(
|
5884
|
+
const zp = /* @__PURE__ */ O(ur, [["render", Mr]]), Or = {
|
5885
5885
|
name: "CmdListOfLinksItem",
|
5886
5886
|
inheritAttrs: !1,
|
5887
5887
|
mixins: [K],
|
@@ -5919,16 +5919,16 @@ const zp = /* @__PURE__ */ O(cr, [["render", Sr]]), Mr = {
|
|
5919
5919
|
this.$emit("click", { link: e, originalEvent: n });
|
5920
5920
|
}
|
5921
5921
|
}
|
5922
|
-
},
|
5922
|
+
}, Lr = {
|
5923
5923
|
key: 0,
|
5924
5924
|
class: "cmd-list-of-links-item"
|
5925
|
-
},
|
5925
|
+
}, Dr = ["href", "target", "title"], Nr = { key: 1 }, Br = { key: 1 }, Pr = { key: 2 }, Ar = {
|
5926
5926
|
key: 1,
|
5927
5927
|
class: "input-wrapper"
|
5928
5928
|
};
|
5929
|
-
function
|
5930
|
-
const c = q, r =
|
5931
|
-
return e.editing ? (o(), s("div",
|
5929
|
+
function jr(e, n, t, a, l, i) {
|
5930
|
+
const c = q, r = se("router-link"), u = se("CmdListOfLinksItem", !0), f = $;
|
5931
|
+
return e.editing ? (o(), s("div", Ar, [
|
5932
5932
|
k(f, {
|
5933
5933
|
element: "input",
|
5934
5934
|
type: "text",
|
@@ -5938,7 +5938,7 @@ function Ar(e, n, t, a, l, i) {
|
|
5938
5938
|
modelValue: l.editableText,
|
5939
5939
|
"onUpdate:modelValue": n[1] || (n[1] = (g) => l.editableText = g)
|
5940
5940
|
}, null, 8, ["modelValue"])
|
5941
|
-
])) : (o(), s("li",
|
5941
|
+
])) : (o(), s("li", Lr, [
|
5942
5942
|
t.link.type === "href" || t.link.type === void 0 ? (o(), s("a", {
|
5943
5943
|
key: 0,
|
5944
5944
|
href: t.link.path,
|
@@ -5951,8 +5951,8 @@ function Ar(e, n, t, a, l, i) {
|
|
5951
5951
|
iconClass: t.link.iconClass,
|
5952
5952
|
type: t.link.iconType
|
5953
5953
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
5954
|
-
t.link.text ? (o(), s("span",
|
5955
|
-
], 8,
|
5954
|
+
t.link.text ? (o(), s("span", Nr, p(t.link.text), 1)) : d("", !0)
|
5955
|
+
], 8, Dr)) : t.link.type === "router" ? (o(), y(r, {
|
5956
5956
|
key: 1,
|
5957
5957
|
to: i.getRoute(t.link),
|
5958
5958
|
title: t.link.tooltip
|
@@ -5963,11 +5963,11 @@ function Ar(e, n, t, a, l, i) {
|
|
5963
5963
|
iconClass: t.link.iconClass,
|
5964
5964
|
type: t.link.iconType
|
5965
5965
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
5966
|
-
t.link.text ? (o(), s("span",
|
5966
|
+
t.link.text ? (o(), s("span", Br, p(t.link.text), 1)) : d("", !0)
|
5967
5967
|
]),
|
5968
5968
|
_: 1
|
5969
5969
|
}, 8, ["to", "title"])) : d("", !0),
|
5970
|
-
e.editModeContext ? d("", !0) : (o(), s("ul",
|
5970
|
+
e.editModeContext ? d("", !0) : (o(), s("ul", Pr, [
|
5971
5971
|
(o(!0), s(C, null, A(t.link.children, (g, m) => (o(), y(u, {
|
5972
5972
|
key: m,
|
5973
5973
|
link: g
|
@@ -5975,8 +5975,8 @@ function Ar(e, n, t, a, l, i) {
|
|
5975
5975
|
]))
|
5976
5976
|
]));
|
5977
5977
|
}
|
5978
|
-
const
|
5979
|
-
const
|
5978
|
+
const Fr = /* @__PURE__ */ O(Or, [["render", jr]]);
|
5979
|
+
const Vr = {
|
5980
5980
|
name: "CmdListOfLinks",
|
5981
5981
|
emits: ["click"],
|
5982
5982
|
mixins: [K],
|
@@ -6103,13 +6103,13 @@ const Fr = {
|
|
6103
6103
|
});
|
6104
6104
|
}
|
6105
6105
|
}
|
6106
|
-
},
|
6107
|
-
|
6108
|
-
|
6106
|
+
}, Er = { key: 1 }, Hr = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), qr = /* @__PURE__ */ h("span", null, "Add new entry", -1), zr = [
|
6107
|
+
Hr,
|
6108
|
+
qr
|
6109
6109
|
];
|
6110
|
-
function
|
6110
|
+
function Rr(e, n, t, a, l, i) {
|
6111
6111
|
var f;
|
6112
|
-
const c = G, r =
|
6112
|
+
const c = G, r = Fr, u = ye;
|
6113
6113
|
return o(), s("div", {
|
6114
6114
|
class: b([
|
6115
6115
|
"cmd-list-of-links",
|
@@ -6126,7 +6126,7 @@ function zr(e, n, t, a, l, i) {
|
|
6126
6126
|
h("ul", {
|
6127
6127
|
class: b(["flex-container", { "no-gap": !t.useGap }, "align-" + t.align, i.setStretchClass])
|
6128
6128
|
}, [
|
6129
|
-
e.editModeContext ? (o(), s("li",
|
6129
|
+
e.editModeContext ? (o(), s("li", Er, [
|
6130
6130
|
(o(!0), s(C, null, A(t.links, (g, m) => (o(), y(u, {
|
6131
6131
|
key: "x" + m,
|
6132
6132
|
class: "edit-items",
|
@@ -6151,7 +6151,7 @@ function zr(e, n, t, a, l, i) {
|
|
6151
6151
|
type: "button",
|
6152
6152
|
class: "button confirm small",
|
6153
6153
|
onClick: n[0] || (n[0] = (...g) => i.onAddItem && i.onAddItem(...g))
|
6154
|
-
},
|
6154
|
+
}, zr)) : d("", !0)
|
6155
6155
|
])) : (o(!0), s(C, { key: 0 }, A(t.links, (g, m) => (o(), y(r, {
|
6156
6156
|
key: m,
|
6157
6157
|
class: b({ active: t.sectionAnchors && t.activeSection === m }),
|
@@ -6160,7 +6160,7 @@ function zr(e, n, t, a, l, i) {
|
|
6160
6160
|
], 2)
|
6161
6161
|
], 2);
|
6162
6162
|
}
|
6163
|
-
const _i = /* @__PURE__ */ O(
|
6163
|
+
const _i = /* @__PURE__ */ O(Vr, [["render", Rr]]), Ur = {
|
6164
6164
|
data() {
|
6165
6165
|
return {
|
6166
6166
|
defaultMessageProperties: {
|
@@ -6171,7 +6171,7 @@ const _i = /* @__PURE__ */ O(Fr, [["render", zr]]), Rr = {
|
|
6171
6171
|
}
|
6172
6172
|
};
|
6173
6173
|
}
|
6174
|
-
},
|
6174
|
+
}, Gr = {
|
6175
6175
|
props: {
|
6176
6176
|
/**
|
6177
6177
|
* globalCurrency used in multiple components
|
@@ -6190,9 +6190,9 @@ const _i = /* @__PURE__ */ O(Fr, [["render", zr]]), Rr = {
|
|
6190
6190
|
const Wt = {
|
6191
6191
|
name: "CmdBox",
|
6192
6192
|
mixins: [
|
6193
|
-
|
6194
|
-
|
6195
|
-
|
6193
|
+
le,
|
6194
|
+
Ur,
|
6195
|
+
Gr
|
6196
6196
|
],
|
6197
6197
|
emits: ["click", "toggle-collapse"],
|
6198
6198
|
data() {
|
@@ -6467,36 +6467,36 @@ const Wt = {
|
|
6467
6467
|
}
|
6468
6468
|
}, vn = () => {
|
6469
6469
|
ei((e) => ({
|
6470
|
-
|
6470
|
+
d0545930: e.cutoffTextLines
|
6471
6471
|
}));
|
6472
6472
|
}, wn = Wt.setup;
|
6473
6473
|
Wt.setup = wn ? (e, n) => (vn(), wn(e, n)) : vn;
|
6474
|
-
const
|
6474
|
+
const Wr = ["title"], Zr = {
|
6475
6475
|
key: 0,
|
6476
6476
|
class: "box-header"
|
6477
|
-
},
|
6477
|
+
}, Qr = ["src", "alt"], Jr = { key: 1 }, Yr = {
|
6478
6478
|
key: 2,
|
6479
6479
|
class: "box-footer"
|
6480
|
-
},
|
6480
|
+
}, Kr = { class: "box-header flex-container vertical" }, Xr = { key: 0 }, $r = ["src", "alt"], ed = { key: 1 }, td = {
|
6481
6481
|
key: 2,
|
6482
6482
|
class: "ribbon-new"
|
6483
|
-
},
|
6483
|
+
}, nd = {
|
6484
6484
|
key: 3,
|
6485
6485
|
class: "ribbon-discount"
|
6486
|
-
},
|
6486
|
+
}, id = { class: "box-body" }, ld = { key: 0 }, od = {
|
6487
6487
|
key: 1,
|
6488
6488
|
class: "price"
|
6489
|
-
},
|
6489
|
+
}, sd = ["title"], ad = { key: 2 }, rd = { class: "box-header flex-container vertical" }, dd = { key: 0 }, cd = ["src", "alt"], ud = { key: 0 }, md = { key: 1 }, hd = ["title"], fd = { key: 0 }, gd = { class: "box-body" }, pd = { key: 0 }, yd = { key: 1 }, bd = { key: 2 }, _d = {
|
6490
6490
|
key: 3,
|
6491
6491
|
class: "description"
|
6492
|
-
},
|
6492
|
+
}, Cd = {
|
6493
6493
|
key: 0,
|
6494
6494
|
class: "tags"
|
6495
|
-
},
|
6495
|
+
}, xd = {
|
6496
6496
|
key: 1,
|
6497
6497
|
class: "box-footer"
|
6498
6498
|
};
|
6499
|
-
function
|
6499
|
+
function kd(e, n, t, a, l, i) {
|
6500
6500
|
var f, g, m, x, _, v, S, w, M;
|
6501
6501
|
const c = G, r = q, u = _i;
|
6502
6502
|
return t.boxType === "content" ? (o(), s("div", {
|
@@ -6525,8 +6525,8 @@ function xd(e, n, t, a, l, i) {
|
|
6525
6525
|
iconClass: l.open ? t.iconOpen.iconClass : t.iconClosed.iconClass,
|
6526
6526
|
type: l.open ? t.iconOpen.iconType : t.iconClosed.iconType
|
6527
6527
|
}, null, 8, ["iconClass", "type"])
|
6528
|
-
], 8,
|
6529
|
-
(m = t.useSlots) != null && m.includes("header") || (x = t.cmdHeadline) != null && x.headlineText ? (o(), s("div",
|
6528
|
+
], 8, Wr)) : (o(), s(C, { key: 1 }, [
|
6529
|
+
(m = t.useSlots) != null && m.includes("header") || (x = t.cmdHeadline) != null && x.headlineText ? (o(), s("div", Zr, [
|
6530
6530
|
(_ = t.useSlots) != null && _.includes("header") ? P(e.$slots, "header", { key: 0 }) : d("", !0),
|
6531
6531
|
(v = t.cmdHeadline) != null && v.headlineText ? (o(), y(c, U(F({ key: 1 }, t.cmdHeadline)), null, 16)) : d("", !0)
|
6532
6532
|
])) : d("", !0)
|
@@ -6566,18 +6566,18 @@ function xd(e, n, t, a, l, i) {
|
|
6566
6566
|
key: 0,
|
6567
6567
|
src: t.image.src,
|
6568
6568
|
alt: t.image.altText
|
6569
|
-
}, null, 8,
|
6569
|
+
}, null, 8, Qr)) : (o(), s("div", {
|
6570
6570
|
key: 1,
|
6571
6571
|
class: b({ "default-padding": t.useDefaultPadding, "allow-scroll": t.allowContentToScroll })
|
6572
6572
|
}, [
|
6573
6573
|
(w = t.cmdHeadline) != null && w.headlineText && t.repeatHeadlineInBoxBody ? (o(), y(c, U(F({ key: 0 }, t.cmdHeadline)), null, 16)) : d("", !0),
|
6574
|
-
t.textBody ? (o(), s("p",
|
6574
|
+
t.textBody ? (o(), s("p", Jr, p(t.textBody), 1)) : d("", !0)
|
6575
6575
|
], 2))
|
6576
6576
|
], 64))
|
6577
6577
|
], 2), [
|
6578
6578
|
[he, l.open]
|
6579
6579
|
]),
|
6580
|
-
(M = t.useSlots) != null && M.includes("footer") ? (o(), s("div",
|
6580
|
+
(M = t.useSlots) != null && M.includes("footer") ? (o(), s("div", Yr, [
|
6581
6581
|
P(e.$slots, "footer")
|
6582
6582
|
])) : d("", !0)
|
6583
6583
|
], 2)) : t.boxType === "product" && t.product ? (o(), s("a", {
|
@@ -6586,30 +6586,30 @@ function xd(e, n, t, a, l, i) {
|
|
6586
6586
|
href: "#",
|
6587
6587
|
onClick: n[2] || (n[2] = I((L) => i.clickOnProduct(t.product), ["prevent"]))
|
6588
6588
|
}, [
|
6589
|
-
h("div",
|
6590
|
-
t.product.image !== void 0 ? (o(), s("figure",
|
6589
|
+
h("div", Kr, [
|
6590
|
+
t.product.image !== void 0 ? (o(), s("figure", Xr, [
|
6591
6591
|
h("img", {
|
6592
6592
|
src: t.product.image.src,
|
6593
6593
|
alt: t.product.image.alt
|
6594
|
-
}, null, 8,
|
6594
|
+
}, null, 8, $r),
|
6595
6595
|
h("figcaption", null, p(t.product.name), 1)
|
6596
|
-
])) : (o(), s("p",
|
6597
|
-
t.product.new ? (o(), s("div",
|
6596
|
+
])) : (o(), s("p", ed, p(t.product.name), 1)),
|
6597
|
+
t.product.new ? (o(), s("div", td, [
|
6598
6598
|
h("span", null, p(e.getMessage("cmdbox.productbox.new")), 1)
|
6599
6599
|
])) : d("", !0),
|
6600
|
-
t.product.discount ? (o(), s("div",
|
6600
|
+
t.product.discount ? (o(), s("div", nd, [
|
6601
6601
|
h("span", null, p(t.product.discount), 1)
|
6602
6602
|
])) : d("", !0)
|
6603
6603
|
]),
|
6604
|
-
h("div",
|
6605
|
-
t.product.articleNumber ? (o(), s("p",
|
6606
|
-
t.product.price ? (o(), s("p",
|
6604
|
+
h("div", id, [
|
6605
|
+
t.product.articleNumber ? (o(), s("p", ld, p(e.getMessage("cmdbox.productbox.article_no")) + " " + p(t.product.articleNumber), 1)) : d("", !0),
|
6606
|
+
t.product.price ? (o(), s("p", od, [
|
6607
6607
|
h("span", null, p(t.product.price), 1),
|
6608
6608
|
h("span", {
|
6609
6609
|
title: e.globalCurrency.name
|
6610
|
-
}, p(e.globalCurrency.symbol), 9,
|
6610
|
+
}, p(e.globalCurrency.symbol), 9, sd)
|
6611
6611
|
])) : d("", !0),
|
6612
|
-
t.product.description ? (o(), s("p",
|
6612
|
+
t.product.description ? (o(), s("p", ad, p(t.product.description), 1)) : d("", !0)
|
6613
6613
|
])
|
6614
6614
|
], 2)) : t.boxType === "user" && t.user ? (o(), s("div", {
|
6615
6615
|
key: 2,
|
@@ -6623,34 +6623,34 @@ function xd(e, n, t, a, l, i) {
|
|
6623
6623
|
}
|
6624
6624
|
])
|
6625
6625
|
}, [
|
6626
|
-
h("div",
|
6627
|
-
t.user.image ? (o(), s("figure",
|
6626
|
+
h("div", rd, [
|
6627
|
+
t.user.image ? (o(), s("figure", dd, [
|
6628
6628
|
h("img", {
|
6629
6629
|
src: t.user.image.src,
|
6630
6630
|
alt: t.user.image.alt
|
6631
|
-
}, null, 8,
|
6631
|
+
}, null, 8, cd),
|
6632
6632
|
h("figcaption", null, [
|
6633
6633
|
j(p(t.user.name) + " ", 1),
|
6634
|
-
t.user.age ? (o(), s("span",
|
6634
|
+
t.user.age ? (o(), s("span", ud, ", " + p(t.user.age), 1)) : d("", !0)
|
6635
6635
|
])
|
6636
|
-
])) : (o(), s("div",
|
6636
|
+
])) : (o(), s("div", md, [
|
6637
6637
|
h("span", {
|
6638
6638
|
class: b(t.defaultProfileIconClass),
|
6639
6639
|
title: t.user.name
|
6640
|
-
}, null, 10,
|
6641
|
-
t.rowView ? d("", !0) : (o(), s("p",
|
6640
|
+
}, null, 10, hd),
|
6641
|
+
t.rowView ? d("", !0) : (o(), s("p", fd, p(t.user.name), 1))
|
6642
6642
|
]))
|
6643
6643
|
]),
|
6644
|
-
h("div",
|
6645
|
-
t.rowView ? (o(), s("p",
|
6646
|
-
t.user.profession ? (o(), s("p",
|
6647
|
-
t.user.position ? (o(), s("p",
|
6648
|
-
t.user.description ? (o(), s("p",
|
6644
|
+
h("div", gd, [
|
6645
|
+
t.rowView ? (o(), s("p", pd, p(t.user.name), 1)) : d("", !0),
|
6646
|
+
t.user.profession ? (o(), s("p", yd, p(t.user.profession), 1)) : d("", !0),
|
6647
|
+
t.user.position ? (o(), s("p", bd, p(t.user.position), 1)) : d("", !0),
|
6648
|
+
t.user.description ? (o(), s("p", _d, p(t.user.description), 1)) : d("", !0)
|
6649
6649
|
]),
|
6650
|
-
t.user.tags && t.user.tags.length ? (o(), s("ul",
|
6650
|
+
t.user.tags && t.user.tags.length ? (o(), s("ul", Cd, [
|
6651
6651
|
(o(!0), s(C, null, A(t.user.tags, (L, E) => (o(), s("li", { key: E }, p(L), 1))), 128))
|
6652
6652
|
])) : d("", !0),
|
6653
|
-
t.user.links && t.user.links.length ? (o(), s("div",
|
6653
|
+
t.user.links && t.user.links.length ? (o(), s("div", xd, [
|
6654
6654
|
k(u, {
|
6655
6655
|
links: t.user.links,
|
6656
6656
|
orientation: "horizontal",
|
@@ -6659,7 +6659,7 @@ function xd(e, n, t, a, l, i) {
|
|
6659
6659
|
])) : d("", !0)
|
6660
6660
|
], 2)) : d("", !0);
|
6661
6661
|
}
|
6662
|
-
const Ci = /* @__PURE__ */ O(Wt, [["render",
|
6662
|
+
const Ci = /* @__PURE__ */ O(Wt, [["render", kd]]);
|
6663
6663
|
const Zt = {
|
6664
6664
|
name: "CmdBoxWrapper",
|
6665
6665
|
data() {
|
@@ -6864,19 +6864,19 @@ const Zt = {
|
|
6864
6864
|
}));
|
6865
6865
|
}, In = Zt.setup;
|
6866
6866
|
Zt.setup = In ? (e, n) => (Tn(), In(e, n)) : Tn;
|
6867
|
-
const
|
6867
|
+
const vd = { class: "cmd-box-wrapper" }, wd = {
|
6868
6868
|
key: 0,
|
6869
6869
|
class: "flex-container headline-wrapper"
|
6870
|
-
},
|
6870
|
+
}, Td = {
|
6871
6871
|
key: 1,
|
6872
6872
|
class: "options-wrapper"
|
6873
|
-
},
|
6874
|
-
function
|
6873
|
+
}, Id = ["title"], Sd = ["title"];
|
6874
|
+
function Md(e, n, t, a, l, i) {
|
6875
6875
|
const c = G, r = q;
|
6876
|
-
return o(), s("div",
|
6877
|
-
t.cmdHeadline.headlineText || t.allowUserToToggleOrientation || t.allowTogglingCollapsingBoxes ? (o(), s("div",
|
6876
|
+
return o(), s("div", vd, [
|
6877
|
+
t.cmdHeadline.headlineText || t.allowUserToToggleOrientation || t.allowTogglingCollapsingBoxes ? (o(), s("div", wd, [
|
6878
6878
|
t.cmdHeadline.headlineText ? (o(), y(c, U(F({ key: 0 }, t.cmdHeadline)), null, 16)) : d("", !0),
|
6879
|
-
t.allowUserToToggleOrientation || t.allowTogglingCollapsingBoxes ? (o(), s("div",
|
6879
|
+
t.allowUserToToggleOrientation || t.allowTogglingCollapsingBoxes ? (o(), s("div", Td, [
|
6880
6880
|
t.allowTogglingCollapsingBoxes ? (o(), s("a", {
|
6881
6881
|
key: 0,
|
6882
6882
|
href: "#",
|
@@ -6887,7 +6887,7 @@ function Sd(e, n, t, a, l, i) {
|
|
6887
6887
|
iconClass: l.collapsingBoxesOpen ? t.expandBoxesIcon.iconClass : t.collapseBoxesIcon.iconClass,
|
6888
6888
|
type: l.rowView ? t.iconGridView.iconType : t.iconRowView.iconType
|
6889
6889
|
}, null, 8, ["iconClass", "type"])
|
6890
|
-
], 8,
|
6890
|
+
], 8, Id)) : d("", !0),
|
6891
6891
|
t.allowUserToToggleOrientation ? (o(), s("a", {
|
6892
6892
|
key: 1,
|
6893
6893
|
href: "#",
|
@@ -6898,7 +6898,7 @@ function Sd(e, n, t, a, l, i) {
|
|
6898
6898
|
iconClass: l.rowView ? t.iconGridView.iconClass : t.iconRowView.iconClass,
|
6899
6899
|
type: l.rowView ? t.iconGridView.iconType : t.iconRowView.iconType
|
6900
6900
|
}, null, 8, ["iconClass", "type"])
|
6901
|
-
], 8,
|
6901
|
+
], 8, Sd)) : d("", !0)
|
6902
6902
|
])) : d("", !0)
|
6903
6903
|
])) : d("", !0),
|
6904
6904
|
h("div", {
|
@@ -6922,11 +6922,11 @@ function Sd(e, n, t, a, l, i) {
|
|
6922
6922
|
], 2)
|
6923
6923
|
]);
|
6924
6924
|
}
|
6925
|
-
const
|
6925
|
+
const Od = /* @__PURE__ */ O(Zt, [["render", Md]]);
|
6926
6926
|
function ke(e) {
|
6927
6927
|
return e.path ? e.path : ((e.route == null || typeof e.route != "object" || !e.route.path && !e.route.name) && console.error("Error in router configuration. Expected object with 'path' or 'name', got", e.route), e.route);
|
6928
6928
|
}
|
6929
|
-
const
|
6929
|
+
const Ld = {
|
6930
6930
|
name: "CmdBreadcrumbs",
|
6931
6931
|
props: {
|
6932
6932
|
/**
|
@@ -6956,14 +6956,14 @@ const Od = {
|
|
6956
6956
|
return ke(e);
|
6957
6957
|
}
|
6958
6958
|
}
|
6959
|
-
},
|
6959
|
+
}, Dd = { class: "cmd-breadcrumbs" }, Nd = {
|
6960
6960
|
key: 0,
|
6961
6961
|
class: "breadcrumb-label"
|
6962
|
-
},
|
6963
|
-
function
|
6964
|
-
const c = q, r =
|
6965
|
-
return o(), s("ul",
|
6966
|
-
t.breadcrumbLabel ? (o(), s("li",
|
6962
|
+
}, Bd = ["href"], Pd = { key: 1 }, Ad = { key: 1 }, jd = { key: 2 }, Fd = { key: 1 }, Vd = { key: 3 };
|
6963
|
+
function Ed(e, n, t, a, l, i) {
|
6964
|
+
const c = q, r = se("router-link");
|
6965
|
+
return o(), s("ul", Dd, [
|
6966
|
+
t.breadcrumbLabel ? (o(), s("li", Nd, p(t.breadcrumbLabel), 1)) : d("", !0),
|
6967
6967
|
(o(!0), s(C, null, A(t.breadcrumbLinks || [], (u, f) => (o(), s("li", { key: f }, [
|
6968
6968
|
u.type === "href" ? (o(), s("a", {
|
6969
6969
|
key: 0,
|
@@ -6974,8 +6974,8 @@ function Vd(e, n, t, a, l, i) {
|
|
6974
6974
|
iconClass: u.iconClass,
|
6975
6975
|
type: u.iconType
|
6976
6976
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
6977
|
-
u.text ? (o(), s("span",
|
6978
|
-
], 8,
|
6977
|
+
u.text ? (o(), s("span", Pd, p(u.text), 1)) : d("", !0)
|
6978
|
+
], 8, Bd)) : u.type === "router" ? (o(), y(r, {
|
6979
6979
|
key: 1,
|
6980
6980
|
to: i.getRoute(u)
|
6981
6981
|
}, {
|
@@ -6985,23 +6985,23 @@ function Vd(e, n, t, a, l, i) {
|
|
6985
6985
|
iconClass: u.iconClass,
|
6986
6986
|
type: u.iconType
|
6987
6987
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
6988
|
-
u.text ? (o(), s("span",
|
6988
|
+
u.text ? (o(), s("span", Ad, p(u.text), 1)) : d("", !0)
|
6989
6989
|
]),
|
6990
6990
|
_: 2
|
6991
|
-
}, 1032, ["to"])) : (o(), s("span",
|
6991
|
+
}, 1032, ["to"])) : (o(), s("span", jd, [
|
6992
6992
|
u.iconClass ? (o(), y(c, {
|
6993
6993
|
key: 0,
|
6994
6994
|
iconClass: u.iconClass,
|
6995
6995
|
type: u.iconType
|
6996
6996
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
6997
|
-
u.text ? (o(), s("span",
|
6997
|
+
u.text ? (o(), s("span", Fd, p(u.text), 1)) : d("", !0)
|
6998
6998
|
])),
|
6999
|
-
f < t.breadcrumbLinks.length - 1 ? (o(), s("span",
|
6999
|
+
f < t.breadcrumbLinks.length - 1 ? (o(), s("span", Vd, p(t.breadcrumbSeparator), 1)) : d("", !0)
|
7000
7000
|
]))), 128))
|
7001
7001
|
]);
|
7002
7002
|
}
|
7003
|
-
const
|
7004
|
-
const
|
7003
|
+
const Hd = /* @__PURE__ */ O(Ld, [["render", Ed]]);
|
7004
|
+
const qd = {
|
7005
7005
|
name: "CmdCompanyLogo",
|
7006
7006
|
data() {
|
7007
7007
|
return {
|
@@ -7081,11 +7081,11 @@ const Hd = {
|
|
7081
7081
|
document.querySelector("html").classList.contains("light-mode") ? this.prefersColorScheme = "light" : document.querySelector("html").classList.contains("dark-mode") ? this.prefersColorScheme = "dark" : matchMedia("(prefers-color-scheme: light)").matches ? this.prefersColorScheme = "light" : this.prefersColorScheme = "dark";
|
7082
7082
|
}
|
7083
7083
|
}
|
7084
|
-
},
|
7085
|
-
function
|
7084
|
+
}, zd = { class: "cmd-company-logo company-logo" }, Rd = ["href", "title"];
|
7085
|
+
function Ud(e, n, t, a, l, i) {
|
7086
7086
|
var u, f, g, m, x, _;
|
7087
|
-
const c = xe, r =
|
7088
|
-
return o(), s("div",
|
7087
|
+
const c = xe, r = se("router-link");
|
7088
|
+
return o(), s("div", zd, [
|
7089
7089
|
((u = t.link) == null ? void 0 : u.type) === "router" ? (o(), y(r, {
|
7090
7090
|
key: 0,
|
7091
7091
|
to: (f = t.link) == null ? void 0 : f.path,
|
@@ -7107,15 +7107,15 @@ function Rd(e, n, t, a, l, i) {
|
|
7107
7107
|
image: i.image,
|
7108
7108
|
onImageLoaded: i.onImageLoaded
|
7109
7109
|
}, null, 8, ["image", "onImageLoaded"])
|
7110
|
-
], 8,
|
7110
|
+
], 8, Rd)) : (o(), y(c, {
|
7111
7111
|
key: 2,
|
7112
7112
|
image: i.image,
|
7113
7113
|
onImageLoaded: i.onImageLoaded
|
7114
7114
|
}, null, 8, ["image", "onImageLoaded"]))
|
7115
7115
|
]);
|
7116
7116
|
}
|
7117
|
-
const
|
7118
|
-
const
|
7117
|
+
const Gd = /* @__PURE__ */ O(qd, [["render", Ud]]);
|
7118
|
+
const Wd = {
|
7119
7119
|
name: "CmdContainer",
|
7120
7120
|
mixins: [K],
|
7121
7121
|
methods: {
|
@@ -7123,13 +7123,13 @@ const Gd = {
|
|
7123
7123
|
return "";
|
7124
7124
|
}
|
7125
7125
|
}
|
7126
|
-
},
|
7127
|
-
function
|
7128
|
-
return o(), s("div",
|
7126
|
+
}, Zd = { class: "cmd-container" };
|
7127
|
+
function Qd(e, n, t, a, l, i) {
|
7128
|
+
return o(), s("div", Zd, [
|
7129
7129
|
P(e.$slots, "default")
|
7130
7130
|
]);
|
7131
7131
|
}
|
7132
|
-
const Rp = /* @__PURE__ */ O(
|
7132
|
+
const Rp = /* @__PURE__ */ O(Wd, [["render", Qd]]), Jd = {
|
7133
7133
|
data() {
|
7134
7134
|
return {
|
7135
7135
|
defaultMessageProperties: {
|
@@ -7139,9 +7139,9 @@ const Rp = /* @__PURE__ */ O(Gd, [["render", Zd]]), Qd = {
|
|
7139
7139
|
};
|
7140
7140
|
}
|
7141
7141
|
};
|
7142
|
-
const
|
7142
|
+
const Yd = {
|
7143
7143
|
name: "CmdCookieDisclaimer",
|
7144
|
-
mixins: [
|
7144
|
+
mixins: [le, Jd],
|
7145
7145
|
data() {
|
7146
7146
|
return {
|
7147
7147
|
showCookieDisclaimer: !0,
|
@@ -7257,20 +7257,20 @@ const Jd = {
|
|
7257
7257
|
}));
|
7258
7258
|
}
|
7259
7259
|
}
|
7260
|
-
},
|
7260
|
+
}, Kd = { class: "cmd-cookie-disclaimer flex-container vertical" }, Xd = {
|
7261
7261
|
key: 0,
|
7262
7262
|
class: "flex-container vertical"
|
7263
|
-
},
|
7263
|
+
}, $d = { key: 0 }, ec = { key: 1 }, tc = ["href", "target"], nc = ["innerHTML"], ic = /* @__PURE__ */ h("hr", null, null, -1), lc = {
|
7264
7264
|
key: 1,
|
7265
7265
|
class: "flex-container vertical"
|
7266
|
-
},
|
7267
|
-
function
|
7266
|
+
}, oc = { key: 0 }, sc = { key: 1 }, ac = ["href", "target"], rc = ["innerHTML"], dc = { class: "button-wrapper align-center" };
|
7267
|
+
function cc(e, n, t, a, l, i) {
|
7268
7268
|
const c = G, r = $, u = Ci;
|
7269
7269
|
return o(), y(ge, { name: "fade" }, {
|
7270
7270
|
default: N(() => {
|
7271
7271
|
var f, g, m;
|
7272
7272
|
return [
|
7273
|
-
h("div",
|
7273
|
+
h("div", Kd, [
|
7274
7274
|
(f = t.cmdHeadlineCookieDisclaimer) != null && f.show && ((g = t.cmdHeadlineCookieDisclaimer) != null && g.headlineText) && ((m = t.cmdHeadlineCookieDisclaimer) != null && m.headlineLevel) ? (o(), y(c, {
|
7275
7275
|
key: 0,
|
7276
7276
|
headlineText: t.cmdHeadlineCookieDisclaimer.headlineText,
|
@@ -7279,7 +7279,7 @@ function dc(e, n, t, a, l, i) {
|
|
7279
7279
|
P(e.$slots, "cookie-options", {}, () => {
|
7280
7280
|
var x, _, v, S, w, M, L, E;
|
7281
7281
|
return [
|
7282
|
-
(x = t.cookieOptions) != null && x.required ? (o(), s("div",
|
7282
|
+
(x = t.cookieOptions) != null && x.required ? (o(), s("div", Xd, [
|
7283
7283
|
(_ = t.cmdBoxRequiredCookies) != null && _.showHeadline ? (o(), y(c, {
|
7284
7284
|
key: 0,
|
7285
7285
|
"headline-text": (v = t.cmdBoxRequiredCookies) == null ? void 0 : v.headlineText,
|
@@ -7307,26 +7307,26 @@ function dc(e, n, t, a, l, i) {
|
|
7307
7307
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
7308
7308
|
]),
|
7309
7309
|
body: N(() => [
|
7310
|
-
T.description ? (o(), s("p",
|
7311
|
-
T.linkDataPrivacy ? (o(), s("p",
|
7310
|
+
T.description ? (o(), s("p", $d, p(T.description), 1)) : d("", !0),
|
7311
|
+
T.linkDataPrivacy ? (o(), s("p", ec, [
|
7312
7312
|
j(p(T.linkDataPrivacy.label) + " ", 1),
|
7313
7313
|
h("a", {
|
7314
7314
|
onClick: n[1] || (n[1] = (...V) => i.openDataPrivacy && i.openDataPrivacy(...V)),
|
7315
7315
|
href: T.linkDataPrivacy.link,
|
7316
7316
|
target: T.linkDataPrivacy.target
|
7317
|
-
}, p(T.linkDataPrivacy.linkText), 9,
|
7317
|
+
}, p(T.linkDataPrivacy.linkText), 9, tc)
|
7318
7318
|
])) : d("", !0),
|
7319
7319
|
l.dataPrivacyContent ? (o(), s("div", {
|
7320
7320
|
key: 2,
|
7321
7321
|
innerHTML: l.dataPrivacyContent
|
7322
|
-
}, null, 8,
|
7322
|
+
}, null, 8, nc)) : d("", !0)
|
7323
7323
|
]),
|
7324
7324
|
_: 2
|
7325
7325
|
}, 1032, ["collapsible"]);
|
7326
7326
|
}), 128))
|
7327
7327
|
])) : d("", !0),
|
7328
|
-
|
7329
|
-
(w = t.cookieOptions) != null && w.optional ? (o(), s("div",
|
7328
|
+
ic,
|
7329
|
+
(w = t.cookieOptions) != null && w.optional ? (o(), s("div", lc, [
|
7330
7330
|
(M = t.cmdBoxOptionalCookies) != null && M.showHeadline ? (o(), y(c, {
|
7331
7331
|
key: 0,
|
7332
7332
|
"headline-text": (L = t.cmdBoxOptionalCookies) == null ? void 0 : L.headlineText,
|
@@ -7354,19 +7354,19 @@ function dc(e, n, t, a, l, i) {
|
|
7354
7354
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
7355
7355
|
]),
|
7356
7356
|
body: N(() => [
|
7357
|
-
T.description ? (o(), s("p",
|
7358
|
-
T.linkDataPrivacy ? (o(), s("p",
|
7357
|
+
T.description ? (o(), s("p", oc, p(T.description), 1)) : d("", !0),
|
7358
|
+
T.linkDataPrivacy ? (o(), s("p", sc, [
|
7359
7359
|
j(p(T.linkDataPrivacy.label) + " ", 1),
|
7360
7360
|
h("a", {
|
7361
7361
|
onClick: n[3] || (n[3] = (...V) => i.openDataPrivacy && i.openDataPrivacy(...V)),
|
7362
7362
|
href: T.linkDataPrivacy.link,
|
7363
7363
|
target: T.linkDataPrivacy.target
|
7364
|
-
}, p(T.linkDataPrivacy.linkText), 9,
|
7364
|
+
}, p(T.linkDataPrivacy.linkText), 9, ac)
|
7365
7365
|
])) : d("", !0),
|
7366
7366
|
l.dataPrivacyContent ? (o(), s("div", {
|
7367
7367
|
key: 2,
|
7368
7368
|
innerHTML: l.dataPrivacyContent
|
7369
|
-
}, null, 8,
|
7369
|
+
}, null, 8, rc)) : d("", !0)
|
7370
7370
|
]),
|
7371
7371
|
_: 2
|
7372
7372
|
}, 1032, ["collapsible"]);
|
@@ -7375,7 +7375,7 @@ function dc(e, n, t, a, l, i) {
|
|
7375
7375
|
];
|
7376
7376
|
}),
|
7377
7377
|
P(e.$slots, "privacy-text"),
|
7378
|
-
h("div",
|
7378
|
+
h("div", dc, [
|
7379
7379
|
t.buttonLabelAcceptCurrentSettings ? (o(), s("button", {
|
7380
7380
|
key: 0,
|
7381
7381
|
type: "button",
|
@@ -7398,24 +7398,24 @@ function dc(e, n, t, a, l, i) {
|
|
7398
7398
|
_: 3
|
7399
7399
|
});
|
7400
7400
|
}
|
7401
|
-
const Up = /* @__PURE__ */ O(
|
7402
|
-
const
|
7401
|
+
const Up = /* @__PURE__ */ O(Yd, [["render", cc]]);
|
7402
|
+
const uc = {
|
7403
7403
|
name: "CmdCopyrightWrapper"
|
7404
|
-
},
|
7404
|
+
}, mc = {
|
7405
7405
|
class: "cmd-copyright-information",
|
7406
7406
|
role: "contentinfo"
|
7407
|
-
},
|
7407
|
+
}, hc = /* @__PURE__ */ h("a", {
|
7408
7408
|
href: "https://www.comand-cms.com",
|
7409
7409
|
target: "comand-website",
|
7410
7410
|
lang: "en",
|
7411
7411
|
title: "CoManD-Website"
|
7412
|
-
}, "© CoManD", -1),
|
7413
|
-
|
7412
|
+
}, "© CoManD", -1), fc = [
|
7413
|
+
hc
|
7414
7414
|
];
|
7415
|
-
function
|
7416
|
-
return o(), s("div",
|
7415
|
+
function gc(e, n, t, a, l, i) {
|
7416
|
+
return o(), s("div", mc, fc);
|
7417
7417
|
}
|
7418
|
-
const Gp = /* @__PURE__ */ O(
|
7418
|
+
const Gp = /* @__PURE__ */ O(uc, [["render", gc]]), pc = {
|
7419
7419
|
data() {
|
7420
7420
|
return {
|
7421
7421
|
defaultMessageProperties: {
|
@@ -7428,12 +7428,12 @@ const Gp = /* @__PURE__ */ O(cc, [["render", fc]]), gc = {
|
|
7428
7428
|
};
|
7429
7429
|
}
|
7430
7430
|
};
|
7431
|
-
const
|
7431
|
+
const yc = {
|
7432
7432
|
name: "CmdFakeSelect",
|
7433
7433
|
inheritAttrs: !1,
|
7434
7434
|
mixins: [
|
7435
|
-
|
7436
|
-
|
7435
|
+
le,
|
7436
|
+
pc,
|
7437
7437
|
Ut,
|
7438
7438
|
Ke,
|
7439
7439
|
Fe,
|
@@ -7688,25 +7688,25 @@ const pc = {
|
|
7688
7688
|
deep: !0
|
7689
7689
|
}
|
7690
7690
|
}
|
7691
|
-
},
|
7691
|
+
}, bc = ["title", "aria-labelledby", "aria-required"], _c = {
|
7692
7692
|
key: 0,
|
7693
7693
|
class: "label-text"
|
7694
|
-
},
|
7694
|
+
}, Cc = ["id"], xc = {
|
7695
7695
|
key: 0,
|
7696
7696
|
"aria-hidden": "true"
|
7697
|
-
},
|
7697
|
+
}, kc = ["title", "aria-errormessage", "id"], vc = ["aria-expanded"], wc = ["title"], Tc = ["src", "alt"], Ic = {
|
7698
7698
|
key: 3,
|
7699
7699
|
class: "option-name"
|
7700
|
-
},
|
7700
|
+
}, Sc = {
|
7701
7701
|
key: 0,
|
7702
7702
|
role: "listbox"
|
7703
|
-
},
|
7703
|
+
}, Mc = ["aria-selected"], Oc = ["onClick", "title"], Lc = { key: 1 }, Dc = ["aria-expanded"], Nc = ["for"], Bc = ["value", "checked", "id"], Pc = ["onClick"], Ac = ["src", "alt"], jc = ["onClick"], Fc = {
|
7704
7704
|
key: 0,
|
7705
7705
|
class: "select-all-options"
|
7706
7706
|
};
|
7707
|
-
function
|
7707
|
+
function Vc(e, n, t, a, l, i) {
|
7708
7708
|
var f, g, m, x;
|
7709
|
-
const c = q, r = Rt, u =
|
7709
|
+
const c = q, r = Rt, u = se("router-link");
|
7710
7710
|
return o(), s("div", {
|
7711
7711
|
class: b([
|
7712
7712
|
l.validationStatus,
|
@@ -7723,11 +7723,11 @@ function Fc(e, n, t, a, l, i) {
|
|
7723
7723
|
"aria-required": e.$attrs.required !== void 0,
|
7724
7724
|
ref: "fakeselect"
|
7725
7725
|
}, [
|
7726
|
-
t.showLabel ? (o(), s("span",
|
7726
|
+
t.showLabel ? (o(), s("span", _c, [
|
7727
7727
|
h("span", { id: e.htmlId }, [
|
7728
7728
|
j(p(t.labelText), 1),
|
7729
|
-
e.$attrs.required !== void 0 ? (o(), s("sup",
|
7730
|
-
], 8,
|
7729
|
+
e.$attrs.required !== void 0 ? (o(), s("sup", xc, "*")) : d("", !0)
|
7730
|
+
], 8, Cc),
|
7731
7731
|
(e.$attrs.required || e.inputRequirements.length) && t.showStatusIcon ? (o(), s("a", {
|
7732
7732
|
key: 0,
|
7733
7733
|
href: "#",
|
@@ -7739,7 +7739,7 @@ function Fc(e, n, t, a, l, i) {
|
|
7739
7739
|
id: e.tooltipId
|
7740
7740
|
}, [
|
7741
7741
|
k(c, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
7742
|
-
], 8,
|
7742
|
+
], 8, kc)) : d("", !0),
|
7743
7743
|
e.useCustomTooltip && (l.validationStatus === "" || l.validationStatus === "error") ? (o(), y(r, {
|
7744
7744
|
key: 1,
|
7745
7745
|
ref: "tooltip",
|
@@ -7767,7 +7767,7 @@ function Fc(e, n, t, a, l, i) {
|
|
7767
7767
|
src: i.pathFlag(i.optionCountry),
|
7768
7768
|
alt: i.optionCountry,
|
7769
7769
|
class: b(["flag", i.optionCountry])
|
7770
|
-
}, null, 10,
|
7770
|
+
}, null, 10, Tc)) : t.type === "color" ? (o(), s("span", {
|
7771
7771
|
key: 1,
|
7772
7772
|
style: Ge("background: " + i.optionColor)
|
7773
7773
|
}, null, 4)) : d("", !0),
|
@@ -7776,15 +7776,15 @@ function Fc(e, n, t, a, l, i) {
|
|
7776
7776
|
type: (m = i.optionIcon) == null ? void 0 : m.iconType,
|
7777
7777
|
iconClass: (x = i.optionIcon) == null ? void 0 : x.iconClass
|
7778
7778
|
}, null, 8, ["type", "iconClass"])) : d("", !0),
|
7779
|
-
i.optionName ? (o(), s("span",
|
7779
|
+
i.optionName ? (o(), s("span", Ic, p(i.optionName), 1)) : d("", !0),
|
7780
7780
|
t.iconDropdown ? (o(), y(c, {
|
7781
7781
|
key: 4,
|
7782
7782
|
iconClass: t.iconDropdown.iconClass,
|
7783
7783
|
type: t.iconDropdown.iconType,
|
7784
7784
|
title: t.iconDropdown.tooltip
|
7785
7785
|
}, null, 8, ["iconClass", "type", "title"])) : d("", !0)
|
7786
|
-
], 40,
|
7787
|
-
t.type === "default" && l.showOptions ? (o(), s("ul",
|
7786
|
+
], 40, wc),
|
7787
|
+
t.type === "default" && l.showOptions ? (o(), s("ul", Sc, [
|
7788
7788
|
(o(!0), s(C, null, A(t.selectData, (_, v) => (o(), s("li", {
|
7789
7789
|
key: v,
|
7790
7790
|
role: "option",
|
@@ -7802,8 +7802,8 @@ function Fc(e, n, t, a, l, i) {
|
|
7802
7802
|
iconClass: _.iconClass,
|
7803
7803
|
type: _.iconType
|
7804
7804
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
7805
|
-
_.text ? (o(), s("span",
|
7806
|
-
], 10,
|
7805
|
+
_.text ? (o(), s("span", Lc, p(_.text), 1)) : d("", !0)
|
7806
|
+
], 10, Oc)) : d("", !0),
|
7807
7807
|
t.optionLinkType === "router" ? (o(), y(u, {
|
7808
7808
|
key: 1,
|
7809
7809
|
to: "#",
|
@@ -7820,7 +7820,7 @@ function Fc(e, n, t, a, l, i) {
|
|
7820
7820
|
]),
|
7821
7821
|
_: 2
|
7822
7822
|
}, 1032, ["onClick", "class"])) : d("", !0)
|
7823
|
-
], 8,
|
7823
|
+
], 8, Mc))), 128))
|
7824
7824
|
])) : t.type !== "default" && t.type !== "content" && l.showOptions ? (o(), s("ul", {
|
7825
7825
|
key: 1,
|
7826
7826
|
class: b({ "checkbox-options": t.type === "checkboxOptions" }),
|
@@ -7838,9 +7838,9 @@ function Fc(e, n, t, a, l, i) {
|
|
7838
7838
|
onChange: n[3] || (n[3] = (...S) => i.optionSelect && i.optionSelect(...S)),
|
7839
7839
|
checked: i.compareValues(_.value),
|
7840
7840
|
id: "option-" + (v + 1)
|
7841
|
-
}, null, 40,
|
7841
|
+
}, null, 40, Bc),
|
7842
7842
|
h("span", null, p(_.text), 1)
|
7843
|
-
], 10,
|
7843
|
+
], 10, Nc)) : t.type === "country" ? (o(), s("a", {
|
7844
7844
|
key: 1,
|
7845
7845
|
href: "#",
|
7846
7846
|
onClick: I((S) => i.selectOption(_.value), ["prevent"]),
|
@@ -7850,9 +7850,9 @@ function Fc(e, n, t, a, l, i) {
|
|
7850
7850
|
class: "flag",
|
7851
7851
|
src: i.pathFlag(_.value),
|
7852
7852
|
alt: _.text
|
7853
|
-
}, null, 8,
|
7853
|
+
}, null, 8, Ac),
|
7854
7854
|
h("span", null, p(_.text), 1)
|
7855
|
-
], 10,
|
7855
|
+
], 10, Pc)) : t.type === "color" ? (o(), s("a", {
|
7856
7856
|
key: 2,
|
7857
7857
|
href: "#",
|
7858
7858
|
onClick: I((S) => i.selectOption(_.value), ["prevent"]),
|
@@ -7863,9 +7863,9 @@ function Fc(e, n, t, a, l, i) {
|
|
7863
7863
|
style: Ge("background: " + _.value)
|
7864
7864
|
}, null, 4),
|
7865
7865
|
h("span", null, p(_.text), 1)
|
7866
|
-
], 10,
|
7866
|
+
], 10, jc)) : d("", !0)
|
7867
7867
|
]))), 128)),
|
7868
|
-
t.showSelectAllOptions && t.type === "checkboxOptions" ? (o(), s("li",
|
7868
|
+
t.showSelectAllOptions && t.type === "checkboxOptions" ? (o(), s("li", Fc, [
|
7869
7869
|
h("a", {
|
7870
7870
|
href: "#",
|
7871
7871
|
onClick: n[4] || (n[4] = I((..._) => i.toggleAllOptions && i.toggleAllOptions(..._), ["prevent"]))
|
@@ -7882,13 +7882,13 @@ function Fc(e, n, t, a, l, i) {
|
|
7882
7882
|
h("span", null, p(i.selectAllOptionsText), 1)
|
7883
7883
|
])
|
7884
7884
|
])) : d("", !0)
|
7885
|
-
], 10,
|
7885
|
+
], 10, Dc)) : t.type === "content" && l.showOptions ? P(e.$slots, "default", { key: 2 }) : d("", !0)
|
7886
7886
|
])
|
7887
|
-
], 42,
|
7888
|
-
], 10,
|
7887
|
+
], 42, vc)
|
7888
|
+
], 10, bc);
|
7889
7889
|
}
|
7890
|
-
const
|
7891
|
-
const
|
7890
|
+
const Ec = /* @__PURE__ */ O(yc, [["render", Vc]]);
|
7891
|
+
const Hc = {
|
7892
7892
|
name: "CmdFormFilters",
|
7893
7893
|
data() {
|
7894
7894
|
return {
|
@@ -7964,14 +7964,14 @@ const Ec = {
|
|
7964
7964
|
deep: !0
|
7965
7965
|
}
|
7966
7966
|
}
|
7967
|
-
},
|
7967
|
+
}, qc = {
|
7968
7968
|
key: 0,
|
7969
7969
|
class: "cmd-form-filters"
|
7970
|
-
},
|
7971
|
-
function
|
7970
|
+
}, zc = { key: 0 }, Rc = { key: 1 }, Uc = ["onClick", "title"];
|
7971
|
+
function Gc(e, n, t, a, l, i) {
|
7972
7972
|
const c = q;
|
7973
|
-
return l.options.length ? (o(), s("ul",
|
7974
|
-
l.options.length > 1 ? (o(), s("li",
|
7973
|
+
return l.options.length ? (o(), s("ul", qc, [
|
7974
|
+
l.options.length > 1 ? (o(), s("li", zc, [
|
7975
7975
|
h("a", {
|
7976
7976
|
href: "#",
|
7977
7977
|
onClick: n[0] || (n[0] = I((...r) => i.deleteAllFilters && i.deleteAllFilters(...r), ["prevent"]))
|
@@ -7981,7 +7981,7 @@ function Uc(e, n, t, a, l, i) {
|
|
7981
7981
|
iconClass: t.linkDeleteAllFilters.icon.iconClass,
|
7982
7982
|
title: t.linkDeleteAllFilters.icon.tooltip
|
7983
7983
|
}, null, 8, ["iconClass", "title"])) : d("", !0),
|
7984
|
-
t.linkDeleteAllFilters.text ? (o(), s("span",
|
7984
|
+
t.linkDeleteAllFilters.text ? (o(), s("span", Rc, p(t.linkDeleteAllFilters.text), 1)) : d("", !0)
|
7985
7985
|
])
|
7986
7986
|
])) : d("", !0),
|
7987
7987
|
(o(!0), s(C, null, A(l.options, (r, u) => (o(), s("li", { key: u }, [
|
@@ -7995,12 +7995,12 @@ function Uc(e, n, t, a, l, i) {
|
|
7995
7995
|
iconClass: t.deleteFilterIcon.iconClass,
|
7996
7996
|
type: t.deleteFilterIcon.iconType
|
7997
7997
|
}, null, 8, ["iconClass", "type"])
|
7998
|
-
], 8,
|
7998
|
+
], 8, Uc)
|
7999
7999
|
]))), 128))
|
8000
8000
|
])) : d("", !0);
|
8001
8001
|
}
|
8002
|
-
const
|
8003
|
-
const
|
8002
|
+
const Wc = /* @__PURE__ */ O(Hc, [["render", Gc]]);
|
8003
|
+
const Zc = {
|
8004
8004
|
name: "CmdGoogleMaps",
|
8005
8005
|
props: {
|
8006
8006
|
/**
|
@@ -8020,14 +8020,14 @@ const Wc = {
|
|
8020
8020
|
return "https://maps.google.de/maps?ie=UTF8&t=&z=17&iwloc=B&output=embed";
|
8021
8021
|
}
|
8022
8022
|
}
|
8023
|
-
},
|
8024
|
-
function
|
8025
|
-
return o(), s("div",
|
8026
|
-
h("iframe", { src: i.locateAddress }, null, 8,
|
8023
|
+
}, Qc = { class: "cmd-google-maps responsive-wrapper" }, Jc = ["src"];
|
8024
|
+
function Yc(e, n, t, a, l, i) {
|
8025
|
+
return o(), s("div", Qc, [
|
8026
|
+
h("iframe", { src: i.locateAddress }, null, 8, Jc)
|
8027
8027
|
]);
|
8028
8028
|
}
|
8029
|
-
const
|
8030
|
-
const
|
8029
|
+
const Kc = /* @__PURE__ */ O(Zc, [["render", Yc]]);
|
8030
|
+
const Xc = {
|
8031
8031
|
name: "CmdImageGallery",
|
8032
8032
|
mixins: [K],
|
8033
8033
|
props: {
|
@@ -8119,14 +8119,14 @@ const Kc = {
|
|
8119
8119
|
});
|
8120
8120
|
}
|
8121
8121
|
}
|
8122
|
-
},
|
8123
|
-
|
8124
|
-
|
8122
|
+
}, $c = { class: "grid-container-create-columns cmd-image-gallery" }, eu = ["onClick", "title"], tu = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), nu = /* @__PURE__ */ h("span", null, "Add new gallery-image", -1), iu = [
|
8123
|
+
tu,
|
8124
|
+
nu
|
8125
8125
|
];
|
8126
|
-
function
|
8126
|
+
function lu(e, n, t, a, l, i) {
|
8127
8127
|
var u;
|
8128
8128
|
const c = G, r = xe;
|
8129
|
-
return o(), s("div",
|
8129
|
+
return o(), s("div", $c, [
|
8130
8130
|
(u = t.cmdHeadline) != null && u.headlineText || e.editModeContext ? (o(), y(c, U(F({ key: 0 }, t.cmdHeadline)), null, 16)) : d("", !0),
|
8131
8131
|
e.editModeContext ? t.images.length ? (o(!0), s(C, { key: 2 }, A(t.images, (f, g) => (o(), y(r, {
|
8132
8132
|
key: g,
|
@@ -8140,7 +8140,7 @@ function iu(e, n, t, a, l, i) {
|
|
8140
8140
|
type: "button",
|
8141
8141
|
class: "button confirm",
|
8142
8142
|
onClick: n[0] || (n[0] = (...f) => i.onAddItem && i.onAddItem(...f))
|
8143
|
-
},
|
8143
|
+
}, iu)) : (o(), s(C, { key: 1 }, [
|
8144
8144
|
t.useFancyboxForLargeImages ? (o(!0), s(C, { key: 0 }, A(t.images, (f, g) => (o(), s("a", {
|
8145
8145
|
class: "image-wrapper",
|
8146
8146
|
key: g,
|
@@ -8152,7 +8152,7 @@ function iu(e, n, t, a, l, i) {
|
|
8152
8152
|
image: f.image,
|
8153
8153
|
figcaption: i.figcaption(f)
|
8154
8154
|
}, null, 8, ["image", "figcaption"])
|
8155
|
-
], 8,
|
8155
|
+
], 8, eu))), 128)) : (o(!0), s(C, { key: 1 }, A(t.images, (f, g) => (o(), s("div", {
|
8156
8156
|
key: `i${g}`,
|
8157
8157
|
class: "image-wrapper"
|
8158
8158
|
}, [
|
@@ -8164,8 +8164,8 @@ function iu(e, n, t, a, l, i) {
|
|
8164
8164
|
], 64))
|
8165
8165
|
]);
|
8166
8166
|
}
|
8167
|
-
const Wp = /* @__PURE__ */ O(
|
8168
|
-
const
|
8167
|
+
const Wp = /* @__PURE__ */ O(Xc, [["render", lu]]);
|
8168
|
+
const ou = {
|
8169
8169
|
name: "CmdImageZoom",
|
8170
8170
|
props: {
|
8171
8171
|
/**
|
@@ -8210,15 +8210,15 @@ function Sn(e, n) {
|
|
8210
8210
|
function Mn(e, n, t) {
|
8211
8211
|
return e < n ? n : e > t ? t : e;
|
8212
8212
|
}
|
8213
|
-
const
|
8213
|
+
const su = { class: "cmd-imagezoom flex-container" }, au = ["title"], ru = ["src", "alt"], du = {
|
8214
8214
|
key: 0,
|
8215
8215
|
class: "zoom-container"
|
8216
|
-
},
|
8216
|
+
}, cu = ["src", "alt"], uu = {
|
8217
8217
|
key: 1,
|
8218
8218
|
class: "zoom-overlay"
|
8219
8219
|
};
|
8220
|
-
function
|
8221
|
-
return o(), s("div",
|
8220
|
+
function mu(e, n, t, a, l, i) {
|
8221
|
+
return o(), s("div", su, [
|
8222
8222
|
h("a", {
|
8223
8223
|
href: "#",
|
8224
8224
|
class: "no-flex thumbnails-imagezoom",
|
@@ -8230,19 +8230,19 @@ function uu(e, n, t, a, l, i) {
|
|
8230
8230
|
onMouseover: n[0] || (n[0] = (...c) => i.onMouseOver && i.onMouseOver(...c)),
|
8231
8231
|
onMousemove: n[1] || (n[1] = (...c) => i.onMouseMove && i.onMouseMove(...c)),
|
8232
8232
|
onMouseout: n[2] || (n[2] = (...c) => i.onMouseOut && i.onMouseOut(...c))
|
8233
|
-
}, null, 40,
|
8234
|
-
], 8,
|
8235
|
-
l.showLargeImage ? (o(), s("div",
|
8233
|
+
}, null, 40, ru)
|
8234
|
+
], 8, au),
|
8235
|
+
l.showLargeImage ? (o(), s("div", du, [
|
8236
8236
|
h("img", {
|
8237
8237
|
src: t.imageLarge.src,
|
8238
8238
|
alt: t.imageLarge.alt
|
8239
|
-
}, null, 8,
|
8239
|
+
}, null, 8, cu)
|
8240
8240
|
])) : d("", !0),
|
8241
|
-
l.showLargeImage ? (o(), s("div",
|
8241
|
+
l.showLargeImage ? (o(), s("div", uu)) : d("", !0)
|
8242
8242
|
]);
|
8243
8243
|
}
|
8244
|
-
const Zp = /* @__PURE__ */ O(
|
8245
|
-
const
|
8244
|
+
const Zp = /* @__PURE__ */ O(ou, [["render", mu]]);
|
8245
|
+
const hu = {
|
8246
8246
|
mixins: [
|
8247
8247
|
Ut,
|
8248
8248
|
Ke,
|
@@ -8429,17 +8429,17 @@ const mu = {
|
|
8429
8429
|
immediate: !0
|
8430
8430
|
}
|
8431
8431
|
}
|
8432
|
-
},
|
8432
|
+
}, fu = ["aria-labelledby"], gu = { class: "label-text" }, pu = ["id"], yu = {
|
8433
8433
|
key: 0,
|
8434
8434
|
"aria-hidden": "true"
|
8435
|
-
},
|
8435
|
+
}, bu = ["title", "aria-errormessage", "id"], _u = ["for"], Cu = ["type", "id", "name", "value", "disabled"], xu = {
|
8436
8436
|
key: 1,
|
8437
8437
|
class: "label-text"
|
8438
|
-
},
|
8438
|
+
}, ku = {
|
8439
8439
|
key: 1,
|
8440
8440
|
class: "flex-container no-flex"
|
8441
8441
|
};
|
8442
|
-
function
|
8442
|
+
function vu(e, n, t, a, l, i) {
|
8443
8443
|
const c = q, r = Rt;
|
8444
8444
|
return o(), s("div", {
|
8445
8445
|
class: b([
|
@@ -8455,11 +8455,11 @@ function ku(e, n, t, a, l, i) {
|
|
8455
8455
|
]),
|
8456
8456
|
"aria-labelledby": e.htmlId
|
8457
8457
|
}, [
|
8458
|
-
ae(h("span",
|
8458
|
+
ae(h("span", gu, [
|
8459
8459
|
h("span", { id: e.htmlId }, [
|
8460
8460
|
j(p(t.labelText), 1),
|
8461
|
-
t.required ? (o(), s("sup",
|
8462
|
-
], 8,
|
8461
|
+
t.required ? (o(), s("sup", yu, "*")) : d("", !0)
|
8462
|
+
], 8, pu),
|
8463
8463
|
(t.required || e.inputRequirements.length > 0) && t.showStatusIcon ? (o(), s("a", {
|
8464
8464
|
key: 0,
|
8465
8465
|
href: "#",
|
@@ -8471,7 +8471,7 @@ function ku(e, n, t, a, l, i) {
|
|
8471
8471
|
id: e.tooltipId
|
8472
8472
|
}, [
|
8473
8473
|
k(c, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
8474
|
-
], 8,
|
8474
|
+
], 8, bu)) : d("", !0),
|
8475
8475
|
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (o(), y(r, {
|
8476
8476
|
key: 1,
|
8477
8477
|
ref: "tooltip",
|
@@ -8488,7 +8488,7 @@ function ku(e, n, t, a, l, i) {
|
|
8488
8488
|
], 512), [
|
8489
8489
|
[he, t.showLabel]
|
8490
8490
|
]),
|
8491
|
-
t.useSlot ? (o(), s("div",
|
8491
|
+
t.useSlot ? (o(), s("div", ku, [
|
8492
8492
|
P(e.$slots, "default")
|
8493
8493
|
])) : (o(), s("span", {
|
8494
8494
|
key: 0,
|
@@ -8507,7 +8507,7 @@ function ku(e, n, t, a, l, i) {
|
|
8507
8507
|
"onUpdate:modelValue": n[1] || (n[1] = (g) => i.inputValue = g),
|
8508
8508
|
disabled: t.disabled,
|
8509
8509
|
class: b({ "replace-input-type": t.replaceInputType })
|
8510
|
-
}, null, 10,
|
8510
|
+
}, null, 10, Cu), [
|
8511
8511
|
[Ei, i.inputValue]
|
8512
8512
|
]),
|
8513
8513
|
t.multipleSwitch && u.iconClass ? (o(), y(c, {
|
@@ -8515,13 +8515,13 @@ function ku(e, n, t, a, l, i) {
|
|
8515
8515
|
iconClass: u.iconClass,
|
8516
8516
|
type: u.iconType
|
8517
8517
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
8518
|
-
u.labelText ? (o(), s("span",
|
8519
|
-
], 10,
|
8518
|
+
u.labelText ? (o(), s("span", xu, p(u.labelText), 1)) : d("", !0)
|
8519
|
+
], 10, _u))), 128))
|
8520
8520
|
], 2))
|
8521
|
-
], 10,
|
8521
|
+
], 10, fu);
|
8522
8522
|
}
|
8523
|
-
const
|
8524
|
-
const
|
8523
|
+
const wu = /* @__PURE__ */ O(hu, [["render", vu]]);
|
8524
|
+
const Tu = {
|
8525
8525
|
name: "CmdLoginForm",
|
8526
8526
|
data() {
|
8527
8527
|
return {
|
@@ -8769,17 +8769,17 @@ const wu = {
|
|
8769
8769
|
this.modelChange();
|
8770
8770
|
}
|
8771
8771
|
}
|
8772
|
-
},
|
8773
|
-
function
|
8772
|
+
}, Iu = { class: "cmd-login-form flex-container" }, Su = { class: "flex-container" }, Mu = { class: "option-wrapper flex-container" }, Ou = { key: 1 }, Lu = ["href"], Du = { key: 1 }, Nu = { key: 1 }, Bu = ["type", "disabled"], Pu = { key: 1 }, Au = { class: "cmd-login-form flex-container" }, ju = { class: "option-wrapper flex-container" }, Fu = { key: 1 }, Vu = ["type", "disabled"], Eu = { key: 1 };
|
8773
|
+
function Hu(e, n, t, a, l, i) {
|
8774
8774
|
var g, m, x, _, v, S, w;
|
8775
|
-
const c = G, r = $, u = q, f =
|
8775
|
+
const c = G, r = $, u = q, f = se("router-link");
|
8776
8776
|
return o(), s(C, null, [
|
8777
|
-
ae(h("fieldset",
|
8777
|
+
ae(h("fieldset", Iu, [
|
8778
8778
|
h("legend", {
|
8779
8779
|
class: b({ hidden: !t.showLegend })
|
8780
8780
|
}, p(t.textLegendLoginForm), 3),
|
8781
8781
|
t.cmdHeadlineLoginForm ? (o(), y(c, U(F({ key: 0 }, t.cmdHeadlineLoginForm)), null, 16)) : d("", !0),
|
8782
|
-
h("div",
|
8782
|
+
h("div", Su, [
|
8783
8783
|
k(r, {
|
8784
8784
|
element: "input",
|
8785
8785
|
type: "text",
|
@@ -8808,7 +8808,7 @@ function Eu(e, n, t, a, l, i) {
|
|
8808
8808
|
onValidationStatusChange: n[3] || (n[3] = (M) => i.checkValidationStatus(M, "password"))
|
8809
8809
|
}, null, 8, ["name", "id", "fieldIconClass", "modelValue", "labelText", "placeholder", "required"])
|
8810
8810
|
]),
|
8811
|
-
h("div",
|
8811
|
+
h("div", Mu, [
|
8812
8812
|
t.options.forgotPassword || t.options.createAccount ? (o(), s(C, { key: 0 }, [
|
8813
8813
|
t.options.forgotPassword ? (o(), s("a", {
|
8814
8814
|
key: 0,
|
@@ -8821,7 +8821,7 @@ function Eu(e, n, t, a, l, i) {
|
|
8821
8821
|
type: t.options.forgotPassword.icon.iconType,
|
8822
8822
|
title: t.options.forgotPassword.icon.tooltip
|
8823
8823
|
}, null, 8, ["iconClass", "type", "title"])) : d("", !0),
|
8824
|
-
t.options.forgotPassword.text ? (o(), s("span",
|
8824
|
+
t.options.forgotPassword.text ? (o(), s("span", Ou, p(t.options.forgotPassword.text), 1)) : d("", !0)
|
8825
8825
|
])) : d("", !0),
|
8826
8826
|
t.options.createAccount && t.options.createAccount.linkType === "href" ? (o(), s("a", {
|
8827
8827
|
key: 1,
|
@@ -8833,8 +8833,8 @@ function Eu(e, n, t, a, l, i) {
|
|
8833
8833
|
type: t.options.createAccount.icon.iconType,
|
8834
8834
|
title: t.options.createAccount.icon.tooltip
|
8835
8835
|
}, null, 8, ["iconClass", "type", "title"])) : d("", !0),
|
8836
|
-
t.options.createAccount.text ? (o(), s("span",
|
8837
|
-
], 8,
|
8836
|
+
t.options.createAccount.text ? (o(), s("span", Du, p(t.options.createAccount.text), 1)) : d("", !0)
|
8837
|
+
], 8, Lu)) : t.options.createAccount && t.options.createAccount.linkType === "router" ? (o(), y(f, {
|
8838
8838
|
key: 2,
|
8839
8839
|
to: t.options.createAccount.path
|
8840
8840
|
}, {
|
@@ -8846,7 +8846,7 @@ function Eu(e, n, t, a, l, i) {
|
|
8846
8846
|
title: t.options.createAccount.icon.tooltip
|
8847
8847
|
}, null, 8, ["class", "type", "title"])) : d("", !0),
|
8848
8848
|
j(" /> "),
|
8849
|
-
t.options.createAccount.text ? (o(), s("span",
|
8849
|
+
t.options.createAccount.text ? (o(), s("span", Nu, p(t.options.createAccount.text), 1)) : d("", !0)
|
8850
8850
|
]),
|
8851
8851
|
_: 1
|
8852
8852
|
}, 8, ["to"])) : d("", !0)
|
@@ -8864,13 +8864,13 @@ function Eu(e, n, t, a, l, i) {
|
|
8864
8864
|
type: t.buttons.login.icon.iconType,
|
8865
8865
|
title: t.buttons.login.icon.tooltip
|
8866
8866
|
}, null, 8, ["iconClass", "type", "title"])) : d("", !0),
|
8867
|
-
t.buttons.login.text ? (o(), s("span",
|
8868
|
-
], 10,
|
8867
|
+
t.buttons.login.text ? (o(), s("span", Pu, p(t.buttons.login.text), 1)) : d("", !0)
|
8868
|
+
], 10, Bu)) : d("", !0)
|
8869
8869
|
])
|
8870
8870
|
], 512), [
|
8871
8871
|
[he, !l.sendLogin]
|
8872
8872
|
]),
|
8873
|
-
ae(h("fieldset",
|
8873
|
+
ae(h("fieldset", Au, [
|
8874
8874
|
h("legend", {
|
8875
8875
|
class: b({ hidden: !t.showLegend })
|
8876
8876
|
}, p(t.textLegendForgotLoginForm), 3),
|
@@ -8889,7 +8889,7 @@ function Eu(e, n, t, a, l, i) {
|
|
8889
8889
|
modelValue: l.sendLoginMail,
|
8890
8890
|
"onUpdate:modelValue": n[7] || (n[7] = (M) => l.sendLoginMail = M)
|
8891
8891
|
}, null, 8, ["fieldIconClass", "labelText", "placeholder", "name", "required", "id", "modelValue"]),
|
8892
|
-
h("div",
|
8892
|
+
h("div", ju, [
|
8893
8893
|
h("a", {
|
8894
8894
|
href: "#",
|
8895
8895
|
onClick: n[8] || (n[8] = I((...M) => i.toggleSendLoginView && i.toggleSendLoginView(...M), ["prevent"]))
|
@@ -8900,7 +8900,7 @@ function Eu(e, n, t, a, l, i) {
|
|
8900
8900
|
type: t.options.backToLoginForm.icon.iconType,
|
8901
8901
|
title: t.options.backToLoginForm.icon.tooltip
|
8902
8902
|
}, null, 8, ["iconClass", "type", "title"])) : d("", !0),
|
8903
|
-
t.options.backToLoginForm.text ? (o(), s("span",
|
8903
|
+
t.options.backToLoginForm.text ? (o(), s("span", Fu, p(t.options.backToLoginForm.text), 1)) : d("", !0)
|
8904
8904
|
]),
|
8905
8905
|
t.buttons.sendLogin.linkType === "button" ? (o(), s("button", {
|
8906
8906
|
key: 0,
|
@@ -8913,16 +8913,16 @@ function Eu(e, n, t, a, l, i) {
|
|
8913
8913
|
iconClass: (S = t.buttons.sendLogin.icon) == null ? void 0 : S.iconClass,
|
8914
8914
|
title: (w = t.buttons.sendLogin.icon) == null ? void 0 : w.tooltip
|
8915
8915
|
}, null, 8, ["iconClass", "title"])) : d("", !0),
|
8916
|
-
t.buttons.sendLogin.text ? (o(), s("span",
|
8917
|
-
], 10,
|
8916
|
+
t.buttons.sendLogin.text ? (o(), s("span", Eu, p(t.buttons.sendLogin.text), 1)) : d("", !0)
|
8917
|
+
], 10, Vu)) : d("", !0)
|
8918
8918
|
])
|
8919
8919
|
], 512), [
|
8920
8920
|
[he, l.sendLogin]
|
8921
8921
|
])
|
8922
8922
|
], 64);
|
8923
8923
|
}
|
8924
|
-
const Qp = /* @__PURE__ */ O(
|
8925
|
-
const
|
8924
|
+
const Qp = /* @__PURE__ */ O(Tu, [["render", Hu]]);
|
8925
|
+
const qu = {
|
8926
8926
|
name: "CmdMainNavigation",
|
8927
8927
|
data() {
|
8928
8928
|
return {
|
@@ -9054,12 +9054,12 @@ const Hu = {
|
|
9054
9054
|
this.$emit("offcanvas", { open: this.showOffcanvas });
|
9055
9055
|
}
|
9056
9056
|
}
|
9057
|
-
},
|
9057
|
+
}, zu = {
|
9058
9058
|
key: 0,
|
9059
9059
|
class: "close-nav"
|
9060
|
-
},
|
9061
|
-
function
|
9062
|
-
const c = q, r =
|
9060
|
+
}, Ru = ["href", "title", "target", "onClick"], Uu = { key: 1 }, Gu = { key: 1 }, Wu = ["aria-expanded"], Zu = ["href", "title", "target", "onClick"], Qu = { key: 1 }, Ju = { key: 1 }, Yu = ["aria-expanded"], Ku = ["href", "title", "target", "onClick"], Xu = { key: 1 }, $u = { key: 1 };
|
9061
|
+
function em(e, n, t, a, l, i) {
|
9062
|
+
const c = q, r = se("router-link");
|
9063
9063
|
return o(), s("div", {
|
9064
9064
|
class: b([
|
9065
9065
|
"cmd-main-navigation main-navigation-wrapper",
|
@@ -9076,7 +9076,7 @@ function $u(e, n, t, a, l, i) {
|
|
9076
9076
|
h("ul", {
|
9077
9077
|
class: b({ "stretch-items": t.stretchMainItems })
|
9078
9078
|
}, [
|
9079
|
-
l.showOffcanvas ? (o(), s("li",
|
9079
|
+
l.showOffcanvas ? (o(), s("li", zu, [
|
9080
9080
|
h("a", {
|
9081
9081
|
href: "#",
|
9082
9082
|
id: "close-offcanvas",
|
@@ -9113,12 +9113,12 @@ function $u(e, n, t, a, l, i) {
|
|
9113
9113
|
iconClass: u.iconClass,
|
9114
9114
|
type: u.iconType
|
9115
9115
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
9116
|
-
u.text ? (o(), s("span",
|
9116
|
+
u.text ? (o(), s("span", Uu, p(u.text), 1)) : d("", !0),
|
9117
9117
|
(m = u == null ? void 0 : u.subentries) != null && m.length ? (o(), s("span", {
|
9118
9118
|
key: 2,
|
9119
9119
|
class: b(["subentry-icon", t.subentriesIconClass])
|
9120
9120
|
}, null, 2)) : d("", !0)
|
9121
|
-
], 40,
|
9121
|
+
], 40, Ru)) : d("", !0),
|
9122
9122
|
u.type === "router" ? (o(), y(r, {
|
9123
9123
|
key: 1,
|
9124
9124
|
to: i.getRoute(u),
|
@@ -9130,7 +9130,7 @@ function $u(e, n, t, a, l, i) {
|
|
9130
9130
|
iconClass: u.iconClass,
|
9131
9131
|
type: u.iconType
|
9132
9132
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
9133
|
-
u.text ? (o(), s("span",
|
9133
|
+
u.text ? (o(), s("span", Gu, p(u.text), 1)) : d("", !0),
|
9134
9134
|
u.subentries && u.subentries.length > 0 ? (o(), s("span", {
|
9135
9135
|
key: 2,
|
9136
9136
|
class: b(["subentry-icon", t.subentriesIconClass])
|
@@ -9162,12 +9162,12 @@ function $u(e, n, t, a, l, i) {
|
|
9162
9162
|
iconClass: _.iconClass,
|
9163
9163
|
type: _.iconType
|
9164
9164
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
9165
|
-
_.text ? (o(), s("span",
|
9165
|
+
_.text ? (o(), s("span", Qu, p(_.text), 1)) : d("", !0),
|
9166
9166
|
_.subentries && _.subentries.length > 0 ? (o(), s("span", {
|
9167
9167
|
key: 2,
|
9168
9168
|
class: b(["subentry-icon", t.subentriesIconClass])
|
9169
9169
|
}, null, 2)) : d("", !0)
|
9170
|
-
], 40,
|
9170
|
+
], 40, Zu)) : d("", !0),
|
9171
9171
|
_.type === "router" ? (o(), y(r, {
|
9172
9172
|
key: 1,
|
9173
9173
|
to: i.getRoute(_),
|
@@ -9179,7 +9179,7 @@ function $u(e, n, t, a, l, i) {
|
|
9179
9179
|
iconClass: _.iconClass,
|
9180
9180
|
type: _.iconType
|
9181
9181
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
9182
|
-
_.text ? (o(), s("span",
|
9182
|
+
_.text ? (o(), s("span", Ju, p(_.text), 1)) : d("", !0),
|
9183
9183
|
_.subentries && _.subentries.length > 0 ? (o(), s("span", {
|
9184
9184
|
key: 2,
|
9185
9185
|
class: b(["subentry-icon", t.subentriesIconClass])
|
@@ -9204,12 +9204,12 @@ function $u(e, n, t, a, l, i) {
|
|
9204
9204
|
iconClass: w.iconClass,
|
9205
9205
|
type: w.iconType
|
9206
9206
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
9207
|
-
w.text ? (o(), s("span",
|
9207
|
+
w.text ? (o(), s("span", Xu, p(w.text), 1)) : d("", !0),
|
9208
9208
|
w.subentries && w.subentries.length > 0 ? (o(), s("span", {
|
9209
9209
|
key: 2,
|
9210
9210
|
class: b(["subentry-icon", t.subentriesIconClass])
|
9211
9211
|
}, null, 2)) : d("", !0)
|
9212
|
-
], 8,
|
9212
|
+
], 8, Ku)) : d("", !0),
|
9213
9213
|
u.type === "router" ? (o(), y(r, {
|
9214
9214
|
key: 1,
|
9215
9215
|
to: i.getRoute(w),
|
@@ -9221,7 +9221,7 @@ function $u(e, n, t, a, l, i) {
|
|
9221
9221
|
iconClass: w.iconClass,
|
9222
9222
|
type: w.iconType
|
9223
9223
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
9224
|
-
w.text ? (o(), s("span",
|
9224
|
+
w.text ? (o(), s("span", $u, p(w.text), 1)) : d("", !0),
|
9225
9225
|
w.subentries && w.subentries.length > 0 ? (o(), s("span", {
|
9226
9226
|
key: 2,
|
9227
9227
|
class: b(["subentry-icon", t.subentriesIconClass])
|
@@ -9230,10 +9230,10 @@ function $u(e, n, t, a, l, i) {
|
|
9230
9230
|
_: 2
|
9231
9231
|
}, 1032, ["to", "target"])) : d("", !0)
|
9232
9232
|
]))), 128))
|
9233
|
-
], 8,
|
9233
|
+
], 8, Yu)) : d("", !0)
|
9234
9234
|
], 2);
|
9235
9235
|
}), 128))
|
9236
|
-
], 8,
|
9236
|
+
], 8, Wu)) : d("", !0)
|
9237
9237
|
], 2);
|
9238
9238
|
}), 128))
|
9239
9239
|
], 2)
|
@@ -9255,8 +9255,8 @@ function $u(e, n, t, a, l, i) {
|
|
9255
9255
|
])) : d("", !0)
|
9256
9256
|
], 2);
|
9257
9257
|
}
|
9258
|
-
const
|
9259
|
-
const
|
9258
|
+
const tm = /* @__PURE__ */ O(qu, [["render", em]]);
|
9259
|
+
const nm = {
|
9260
9260
|
name: "CmdMultistepFormProgressBar",
|
9261
9261
|
data() {
|
9262
9262
|
return {
|
@@ -9300,18 +9300,18 @@ const tm = {
|
|
9300
9300
|
return ke(e);
|
9301
9301
|
}
|
9302
9302
|
}
|
9303
|
-
},
|
9303
|
+
}, im = ["href", "onClick", "title"], lm = {
|
9304
9304
|
key: 0,
|
9305
9305
|
class: "number"
|
9306
|
-
},
|
9306
|
+
}, om = { key: 2 }, sm = {
|
9307
9307
|
key: 0,
|
9308
9308
|
class: "number"
|
9309
|
-
},
|
9309
|
+
}, am = { key: 2 }, rm = ["type", "name", "title", "formaction", "onClick"], dm = {
|
9310
9310
|
key: 0,
|
9311
9311
|
class: "number"
|
9312
|
-
},
|
9313
|
-
function
|
9314
|
-
const c = q, r =
|
9312
|
+
}, cm = { key: 2 };
|
9313
|
+
function um(e, n, t, a, l, i) {
|
9314
|
+
const c = q, r = se("router-link");
|
9315
9315
|
return o(), s("ol", {
|
9316
9316
|
class: b(["cmd-multistep-form-progress-bar", { "use-gap": t.useGap }])
|
9317
9317
|
}, [
|
@@ -9325,30 +9325,30 @@ function cm(e, n, t, a, l, i) {
|
|
9325
9325
|
onClick: I((g) => i.clickedStep(g, f), ["stop", "prevent"]),
|
9326
9326
|
title: u.tooltip
|
9327
9327
|
}, [
|
9328
|
-
t.showStepNumber ? (o(), s("span",
|
9328
|
+
t.showStepNumber ? (o(), s("span", lm, p(f + 1), 1)) : d("", !0),
|
9329
9329
|
u.iconClass ? (o(), y(c, {
|
9330
9330
|
key: 1,
|
9331
9331
|
iconClass: u.iconClass,
|
9332
9332
|
type: u.iconType
|
9333
9333
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
9334
|
-
u.text ? (o(), s("span",
|
9334
|
+
u.text ? (o(), s("span", om, p(u.text), 1)) : d("", !0),
|
9335
9335
|
h("span", {
|
9336
9336
|
class: b(t.separatorIconClass)
|
9337
9337
|
}, null, 2)
|
9338
|
-
], 8,
|
9338
|
+
], 8, im)) : d("", !0),
|
9339
9339
|
u.type === "router" ? (o(), y(r, {
|
9340
9340
|
key: 1,
|
9341
9341
|
to: i.getRoute(u),
|
9342
9342
|
title: u.tooltip
|
9343
9343
|
}, {
|
9344
9344
|
default: N(() => [
|
9345
|
-
t.showStepNumber ? (o(), s("span",
|
9345
|
+
t.showStepNumber ? (o(), s("span", sm, p(f + 1), 1)) : d("", !0),
|
9346
9346
|
u.iconClass ? (o(), y(c, {
|
9347
9347
|
key: 1,
|
9348
9348
|
iconClass: u.iconClass,
|
9349
9349
|
type: u.iconType
|
9350
9350
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
9351
|
-
u.text ? (o(), s("span",
|
9351
|
+
u.text ? (o(), s("span", am, p(u.text), 1)) : d("", !0),
|
9352
9352
|
h("span", {
|
9353
9353
|
class: b(t.separatorIconClass)
|
9354
9354
|
}, null, 2)
|
@@ -9364,21 +9364,21 @@ function cm(e, n, t, a, l, i) {
|
|
9364
9364
|
formaction: u.formaction,
|
9365
9365
|
onClick: I((g) => i.clickedStep(g, f), ["stop", "prevent"])
|
9366
9366
|
}, [
|
9367
|
-
t.showStepNumber ? (o(), s("span",
|
9367
|
+
t.showStepNumber ? (o(), s("span", dm, p(f + 1), 1)) : d("", !0),
|
9368
9368
|
u.iconClass ? (o(), y(c, {
|
9369
9369
|
key: 1,
|
9370
9370
|
iconClass: u.iconClass,
|
9371
9371
|
type: u.iconType
|
9372
9372
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
9373
|
-
u.text ? (o(), s("span",
|
9373
|
+
u.text ? (o(), s("span", cm, p(u.text), 1)) : d("", !0),
|
9374
9374
|
h("span", {
|
9375
9375
|
class: b(t.separatorIconClass)
|
9376
9376
|
}, null, 2)
|
9377
|
-
], 8,
|
9377
|
+
], 8, rm)) : d("", !0)
|
9378
9378
|
], 2))), 128))
|
9379
9379
|
], 2);
|
9380
9380
|
}
|
9381
|
-
const Jp = /* @__PURE__ */ O(
|
9381
|
+
const Jp = /* @__PURE__ */ O(nm, [["render", um]]), mm = {
|
9382
9382
|
name: "CmdNewsletterSubscription",
|
9383
9383
|
emits: ["button-click"],
|
9384
9384
|
data() {
|
@@ -9521,10 +9521,10 @@ const Jp = /* @__PURE__ */ O(tm, [["render", cm]]), um = {
|
|
9521
9521
|
immediate: !0
|
9522
9522
|
}
|
9523
9523
|
}
|
9524
|
-
},
|
9525
|
-
function
|
9526
|
-
const c =
|
9527
|
-
return o(), s("fieldset",
|
9524
|
+
}, hm = { class: "cmd-newsletter-subscription flex-container" }, fm = { class: "button-wrapper" };
|
9525
|
+
function gm(e, n, t, a, l, i) {
|
9526
|
+
const c = wu, r = $;
|
9527
|
+
return o(), s("fieldset", hm, [
|
9528
9528
|
h("legend", {
|
9529
9529
|
class: b({ hidden: !t.showLegend })
|
9530
9530
|
}, p(t.textLegend), 3),
|
@@ -9548,7 +9548,7 @@ function fm(e, n, t, a, l, i) {
|
|
9548
9548
|
"onUpdate:modelValue": n[1] || (n[1] = (u) => i.email = u),
|
9549
9549
|
onValidationStatusChange: i.checkValidationStatus
|
9550
9550
|
}, null, 8, ["placeholder", "labelText", "required", "useCustomTooltip", "modelValue", "onValidationStatusChange"]),
|
9551
|
-
h("div",
|
9551
|
+
h("div", fm, [
|
9552
9552
|
k(r, {
|
9553
9553
|
element: "button",
|
9554
9554
|
type: t.buttonType,
|
@@ -9559,7 +9559,7 @@ function fm(e, n, t, a, l, i) {
|
|
9559
9559
|
])
|
9560
9560
|
]);
|
9561
9561
|
}
|
9562
|
-
const Yp = /* @__PURE__ */ O(
|
9562
|
+
const Yp = /* @__PURE__ */ O(mm, [["render", gm]]);
|
9563
9563
|
function On(e, n, t, a = !0) {
|
9564
9564
|
function l(i, c) {
|
9565
9565
|
return c && i < 10 ? "0" + i : i;
|
@@ -9572,7 +9572,7 @@ function On(e, n, t, a = !0) {
|
|
9572
9572
|
return l(i, a) + e + l(c, !0) + n;
|
9573
9573
|
};
|
9574
9574
|
}
|
9575
|
-
const
|
9575
|
+
const pm = {
|
9576
9576
|
name: "CmdOpeningHoursItem",
|
9577
9577
|
mixins: [K],
|
9578
9578
|
data() {
|
@@ -9653,20 +9653,20 @@ const gm = {
|
|
9653
9653
|
deep: !0
|
9654
9654
|
}
|
9655
9655
|
}
|
9656
|
-
},
|
9656
|
+
}, ym = { class: "cmd-opening-hours-item" }, bm = {
|
9657
9657
|
key: 0,
|
9658
9658
|
class: "am"
|
9659
|
-
},
|
9659
|
+
}, _m = {
|
9660
9660
|
key: 1,
|
9661
9661
|
class: "pm"
|
9662
|
-
},
|
9662
|
+
}, Cm = { class: "flex-container no-flex" }, xm = { class: "flex-container no-flex am-wrapper" }, km = {
|
9663
9663
|
key: 1,
|
9664
9664
|
class: "input-wrapper"
|
9665
|
-
},
|
9665
|
+
}, vm = ["title"], wm = { class: "flex-container no-flex pm-wrapper" }, Tm = {
|
9666
9666
|
key: 1,
|
9667
9667
|
class: "input-wrapper"
|
9668
|
-
},
|
9669
|
-
function
|
9668
|
+
}, Im = ["title"];
|
9669
|
+
function Sm(e, n, t, a, l, i) {
|
9670
9670
|
const c = $;
|
9671
9671
|
return e.editing ? (o(), s(C, { key: 1 }, [
|
9672
9672
|
h("dt", null, [
|
@@ -9681,8 +9681,8 @@ function Im(e, n, t, a, l, i) {
|
|
9681
9681
|
"onUpdate:modelValue": n[0] || (n[0] = (r) => l.editableDay.day = r)
|
9682
9682
|
}, null, 8, ["modelValue"])
|
9683
9683
|
]),
|
9684
|
-
h("dd",
|
9685
|
-
h("div",
|
9684
|
+
h("dd", Cm, [
|
9685
|
+
h("div", xm, [
|
9686
9686
|
l.editableDay.amClosed ? (o(), y(c, {
|
9687
9687
|
key: 0,
|
9688
9688
|
element: "input",
|
@@ -9694,7 +9694,7 @@ function Im(e, n, t, a, l, i) {
|
|
9694
9694
|
modelValue: l.editableDay.amDisplayText,
|
9695
9695
|
"onUpdate:modelValue": n[1] || (n[1] = (r) => l.editableDay.amDisplayText = r)
|
9696
9696
|
}, null, 8, ["modelValue"])) : d("", !0),
|
9697
|
-
l.editableDay.amClosed ? d("", !0) : (o(), s("div",
|
9697
|
+
l.editableDay.amClosed ? d("", !0) : (o(), s("div", km, [
|
9698
9698
|
k(c, {
|
9699
9699
|
element: "input",
|
9700
9700
|
type: "time",
|
@@ -9722,9 +9722,9 @@ function Im(e, n, t, a, l, i) {
|
|
9722
9722
|
onClick: n[4] || (n[4] = I((r) => i.toggleClosedStatus("am"), ["prevent"])),
|
9723
9723
|
title: l.editableDay.amClosed ? "Set to open" : "Set to closed",
|
9724
9724
|
class: b(l.editableDay.amClosed ? "icon-clock" : "icon-blocked")
|
9725
|
-
}, null, 10,
|
9725
|
+
}, null, 10, vm)
|
9726
9726
|
]),
|
9727
|
-
h("div",
|
9727
|
+
h("div", wm, [
|
9728
9728
|
l.editableDay.pmClosed ? (o(), y(c, {
|
9729
9729
|
key: 0,
|
9730
9730
|
element: "input",
|
@@ -9736,7 +9736,7 @@ function Im(e, n, t, a, l, i) {
|
|
9736
9736
|
modelValue: l.editableDay.pmDisplayText,
|
9737
9737
|
"onUpdate:modelValue": n[5] || (n[5] = (r) => l.editableDay.pmDisplayText = r)
|
9738
9738
|
}, null, 8, ["modelValue"])) : d("", !0),
|
9739
|
-
l.editableDay.pmClosed ? d("", !0) : (o(), s("div",
|
9739
|
+
l.editableDay.pmClosed ? d("", !0) : (o(), s("div", Tm, [
|
9740
9740
|
k(c, {
|
9741
9741
|
element: "input",
|
9742
9742
|
type: "time",
|
@@ -9764,20 +9764,20 @@ function Im(e, n, t, a, l, i) {
|
|
9764
9764
|
onClick: n[8] || (n[8] = I((r) => i.toggleClosedStatus("pm"), ["prevent"])),
|
9765
9765
|
title: l.editableDay.pmClosed ? "Set to open" : "Set to closed",
|
9766
9766
|
class: b(l.editableDay.pmClosed ? "icon-clock" : "icon-blocked")
|
9767
|
-
}, null, 10,
|
9767
|
+
}, null, 10, Im)
|
9768
9768
|
])
|
9769
9769
|
])
|
9770
9770
|
], 64)) : (o(), s(C, { key: 0 }, [
|
9771
|
-
h("dt",
|
9771
|
+
h("dt", ym, p(t.day.day), 1),
|
9772
9772
|
h("dd", null, [
|
9773
|
-
t.day.am ? (o(), s("span",
|
9773
|
+
t.day.am ? (o(), s("span", bm, [
|
9774
9774
|
t.day.am.displayText ? (o(), s(C, { key: 0 }, [
|
9775
9775
|
j(p(t.day.am.displayText), 1)
|
9776
9776
|
], 64)) : (o(), s(C, { key: 1 }, [
|
9777
9777
|
j(p(i.getTime(t.day.am.fromTime, t.abbreviationTextAm)) + " " + p(t.separator) + " " + p(i.getTime(t.day.am.tillTime)), 1)
|
9778
9778
|
], 64))
|
9779
9779
|
])) : d("", !0),
|
9780
|
-
t.day.pm ? (o(), s("span",
|
9780
|
+
t.day.pm ? (o(), s("span", _m, [
|
9781
9781
|
t.day.pm.displayText ? (o(), s(C, { key: 0 }, [
|
9782
9782
|
j(p(t.day.pm.displayText), 1)
|
9783
9783
|
], 64)) : (o(), s(C, { key: 1 }, [
|
@@ -9787,8 +9787,8 @@ function Im(e, n, t, a, l, i) {
|
|
9787
9787
|
])
|
9788
9788
|
], 64));
|
9789
9789
|
}
|
9790
|
-
const
|
9791
|
-
function
|
9790
|
+
const Mm = /* @__PURE__ */ O(pm, [["render", Sm]]);
|
9791
|
+
function Om(e, n, t, a = !0) {
|
9792
9792
|
function l(i, c) {
|
9793
9793
|
return c && i < 10 ? "0" + i : i;
|
9794
9794
|
}
|
@@ -9800,7 +9800,7 @@ function Mm(e, n, t, a = !0) {
|
|
9800
9800
|
return l(i, a) + e + l(c, !0) + n;
|
9801
9801
|
};
|
9802
9802
|
}
|
9803
|
-
const
|
9803
|
+
const Lm = {
|
9804
9804
|
name: "CmdOpeningHours",
|
9805
9805
|
mixins: [K],
|
9806
9806
|
data() {
|
@@ -10020,7 +10020,7 @@ const Om = {
|
|
10020
10020
|
};
|
10021
10021
|
},
|
10022
10022
|
getTime(e) {
|
10023
|
-
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) :
|
10023
|
+
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : Om(":", " hrs", "", !1)(e.hours, e.mins);
|
10024
10024
|
},
|
10025
10025
|
updateHandlerProvider() {
|
10026
10026
|
const e = this.editableOpeningHours, n = this.editableTextOpen, t = this.editableTextClosed, a = this.editableTextHolidays, l = this.editableTextMiscInfo;
|
@@ -10033,22 +10033,22 @@ const Om = {
|
|
10033
10033
|
});
|
10034
10034
|
}
|
10035
10035
|
}
|
10036
|
-
},
|
10036
|
+
}, Dm = { class: "cmd-opening-hours" }, Nm = ["href"], Bm = {
|
10037
10037
|
key: 2,
|
10038
10038
|
class: "flex-container"
|
10039
|
-
},
|
10040
|
-
|
10041
|
-
|
10042
|
-
],
|
10039
|
+
}, Pm = { key: 3 }, Am = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), jm = /* @__PURE__ */ h("span", null, "Add new entry", -1), Fm = [
|
10040
|
+
Am,
|
10041
|
+
jm
|
10042
|
+
], Vm = { class: "edit-mode-opening-hours-item" }, Em = { key: 5 }, Hm = { key: 0 }, qm = { key: 1 }, zm = {
|
10043
10043
|
key: 6,
|
10044
10044
|
class: "flex-container vertical"
|
10045
10045
|
};
|
10046
|
-
function
|
10046
|
+
function Rm(e, n, t, a, l, i) {
|
10047
10047
|
var m, x, _;
|
10048
|
-
const c = G, r =
|
10049
|
-
return o(), s("div",
|
10048
|
+
const c = G, r = se("router-link"), u = $, f = Mm, g = ye;
|
10049
|
+
return o(), s("div", Dm, [
|
10050
10050
|
(m = t.cmdHeadline) != null && m.headlineText || e.editModeContext ? (o(), y(c, U(F({ key: 0 }, t.cmdHeadline)), null, 16)) : d("", !0),
|
10051
|
-
e.editing ? (o(), s("div",
|
10051
|
+
e.editing ? (o(), s("div", Bm, [
|
10052
10052
|
k(u, {
|
10053
10053
|
element: "input",
|
10054
10054
|
type: "text",
|
@@ -10073,7 +10073,7 @@ function zm(e, n, t, a, l, i) {
|
|
10073
10073
|
key: 0,
|
10074
10074
|
href: t.link.path,
|
10075
10075
|
class: b({ closed: i.isClosed })
|
10076
|
-
}, p(i.textOpenClosed), 11,
|
10076
|
+
}, p(i.textOpenClosed), 11, Nm)) : d("", !0),
|
10077
10077
|
t.link.type === "router" ? (o(), y(r, {
|
10078
10078
|
key: 1,
|
10079
10079
|
to: t.link.path,
|
@@ -10099,7 +10099,7 @@ function zm(e, n, t, a, l, i) {
|
|
10099
10099
|
type: "button",
|
10100
10100
|
class: "button confirm small",
|
10101
10101
|
onClick: n[2] || (n[2] = (...v) => i.onAddItem && i.onAddItem(...v))
|
10102
|
-
},
|
10102
|
+
}, Fm)) : (o(!0), s(C, { key: 1 }, A(i.openingHoursFormatted, (v, S) => (o(), y(g, {
|
10103
10103
|
key: "x" + S,
|
10104
10104
|
class: "edit-items",
|
10105
10105
|
showComponentName: !1,
|
@@ -10110,7 +10110,7 @@ function zm(e, n, t, a, l, i) {
|
|
10110
10110
|
itemProvider: i.itemProvider
|
10111
10111
|
}, {
|
10112
10112
|
default: N(() => [
|
10113
|
-
h("dl",
|
10113
|
+
h("dl", Vm, [
|
10114
10114
|
k(f, {
|
10115
10115
|
day: v,
|
10116
10116
|
separator: t.separator,
|
@@ -10121,7 +10121,7 @@ function zm(e, n, t, a, l, i) {
|
|
10121
10121
|
]),
|
10122
10122
|
_: 2
|
10123
10123
|
}, 1032, ["componentProps", "componentPath", "itemProvider"]))), 128))
|
10124
|
-
], 64)) : (o(), s("dl",
|
10124
|
+
], 64)) : (o(), s("dl", Pm, [
|
10125
10125
|
(o(!0), s(C, null, A(i.openingHoursFormatted, (v, S) => (o(), y(f, {
|
10126
10126
|
key: S,
|
10127
10127
|
day: v,
|
@@ -10130,13 +10130,13 @@ function zm(e, n, t, a, l, i) {
|
|
10130
10130
|
abbreviationTextPm: t.abbreviationTextPm
|
10131
10131
|
}, null, 8, ["day", "separator", "abbreviationTextAm", "abbreviationTextPm"]))), 128))
|
10132
10132
|
])),
|
10133
|
-
!e.editing && (t.textHolidays || t.textMiscInfo) ? (o(), s("div",
|
10134
|
-
t.textHolidays ? (o(), s("p",
|
10133
|
+
!e.editing && (t.textHolidays || t.textMiscInfo) ? (o(), s("div", Em, [
|
10134
|
+
t.textHolidays ? (o(), s("p", Hm, [
|
10135
10135
|
h("strong", null, p(t.textHolidays), 1)
|
10136
10136
|
])) : d("", !0),
|
10137
|
-
t.textMiscInfo ? (o(), s("p",
|
10137
|
+
t.textMiscInfo ? (o(), s("p", qm, p(t.textMiscInfo), 1)) : d("", !0)
|
10138
10138
|
])) : d("", !0),
|
10139
|
-
e.editing ? (o(), s("div",
|
10139
|
+
e.editing ? (o(), s("div", zm, [
|
10140
10140
|
k(u, {
|
10141
10141
|
element: "input",
|
10142
10142
|
type: "text",
|
@@ -10158,7 +10158,7 @@ function zm(e, n, t, a, l, i) {
|
|
10158
10158
|
])) : d("", !0)
|
10159
10159
|
]);
|
10160
10160
|
}
|
10161
|
-
const Kp = /* @__PURE__ */ O(
|
10161
|
+
const Kp = /* @__PURE__ */ O(Lm, [["render", Rm]]), Um = {
|
10162
10162
|
data() {
|
10163
10163
|
return {
|
10164
10164
|
defaultMessageProperties: {
|
@@ -10168,11 +10168,11 @@ const Kp = /* @__PURE__ */ O(Om, [["render", zm]]), Rm = {
|
|
10168
10168
|
};
|
10169
10169
|
}
|
10170
10170
|
};
|
10171
|
-
const
|
10171
|
+
const Gm = {
|
10172
10172
|
name: "CmdPagination",
|
10173
10173
|
mixins: [
|
10174
|
-
|
10175
|
-
|
10174
|
+
le,
|
10175
|
+
Um
|
10176
10176
|
],
|
10177
10177
|
emits: ["click"],
|
10178
10178
|
data() {
|
@@ -10270,10 +10270,10 @@ const Um = {
|
|
10270
10270
|
this.currentPage > 1 && this.showPage(this.currentPage - 1);
|
10271
10271
|
}
|
10272
10272
|
}
|
10273
|
-
},
|
10274
|
-
function
|
10273
|
+
}, Wm = { class: "cmd-pagination" }, Zm = ["href", "title"], Qm = { key: 0 }, Jm = { class: "page-index" }, Ym = { class: "flex-container" }, Km = ["href", "title", "onClick"], Xm = ["href", "title"], $m = { key: 0 };
|
10274
|
+
function eh(e, n, t, a, l, i) {
|
10275
10275
|
const c = q;
|
10276
|
-
return o(), s("div",
|
10276
|
+
return o(), s("div", Wm, [
|
10277
10277
|
h("a", {
|
10278
10278
|
href: i.getPreviousHref,
|
10279
10279
|
class: b(["page-change", { disabled: l.currentPage === 1, button: t.linkType === "button" }]),
|
@@ -10284,10 +10284,10 @@ function $m(e, n, t, a, l, i) {
|
|
10284
10284
|
iconClass: t.prevLink.iconClass,
|
10285
10285
|
type: t.prevLink.iconType
|
10286
10286
|
}, null, 8, ["iconClass", "type"]),
|
10287
|
-
t.prevLink.showText ? (o(), s("span",
|
10288
|
-
], 10,
|
10289
|
-
h("div",
|
10290
|
-
h("div",
|
10287
|
+
t.prevLink.showText ? (o(), s("span", Qm, p(t.prevLink.text), 1)) : d("", !0)
|
10288
|
+
], 10, Zm),
|
10289
|
+
h("div", Jm, [
|
10290
|
+
h("div", Ym, [
|
10291
10291
|
(o(!0), s(C, null, A(t.pages, (r, u) => (o(), s("a", {
|
10292
10292
|
href: i.getHref(r),
|
10293
10293
|
class: b({ disabled: l.currentPage === u + 1, button: t.linkType === "button", hidden: !t.showPageNumbers }),
|
@@ -10297,7 +10297,7 @@ function $m(e, n, t, a, l, i) {
|
|
10297
10297
|
"aria-live": "polite"
|
10298
10298
|
}, [
|
10299
10299
|
h("span", null, p(u + 1), 1)
|
10300
|
-
], 10,
|
10300
|
+
], 10, Km))), 128))
|
10301
10301
|
])
|
10302
10302
|
]),
|
10303
10303
|
h("a", {
|
@@ -10306,16 +10306,16 @@ function $m(e, n, t, a, l, i) {
|
|
10306
10306
|
onClick: n[1] || (n[1] = I((...r) => i.nextPage && i.nextPage(...r), ["prevent"])),
|
10307
10307
|
title: t.nextLink.showText ? null : t.nextLink.text
|
10308
10308
|
}, [
|
10309
|
-
t.nextLink.showText ? (o(), s("span",
|
10309
|
+
t.nextLink.showText ? (o(), s("span", $m, p(t.nextLink.text), 1)) : d("", !0),
|
10310
10310
|
k(c, {
|
10311
10311
|
iconClass: t.nextLink.iconClass,
|
10312
10312
|
type: t.nextLink.iconType
|
10313
10313
|
}, null, 8, ["iconClass", "type"])
|
10314
|
-
], 10,
|
10314
|
+
], 10, Xm)
|
10315
10315
|
]);
|
10316
10316
|
}
|
10317
|
-
const Xp = /* @__PURE__ */ O(
|
10318
|
-
const
|
10317
|
+
const Xp = /* @__PURE__ */ O(Gm, [["render", eh]]);
|
10318
|
+
const th = {
|
10319
10319
|
name: "CmdSocialNetworksItem",
|
10320
10320
|
data() {
|
10321
10321
|
return {
|
@@ -10414,10 +10414,10 @@ const eh = {
|
|
10414
10414
|
});
|
10415
10415
|
}
|
10416
10416
|
}
|
10417
|
-
},
|
10418
|
-
function
|
10417
|
+
}, nh = { class: "cmd-social-networks-item" }, ih = ["id", "href", "title"], lh = { key: 1 };
|
10418
|
+
function oh(e, n, t, a, l, i) {
|
10419
10419
|
const c = q;
|
10420
|
-
return o(), s("li",
|
10420
|
+
return o(), s("li", nh, [
|
10421
10421
|
(o(), s("a", {
|
10422
10422
|
key: t.network.path,
|
10423
10423
|
class: b(["button", { disabled: t.userMustAcceptDataPrivacy && !t.dataPrivacyAccepted }, "text-align-" + t.buttonTextAlign]),
|
@@ -10432,12 +10432,12 @@ function lh(e, n, t, a, l, i) {
|
|
10432
10432
|
iconClass: t.network.iconClass,
|
10433
10433
|
type: t.network.iconType
|
10434
10434
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
10435
|
-
t.network.linkText ? (o(), s("span",
|
10436
|
-
], 10,
|
10435
|
+
t.network.linkText ? (o(), s("span", lh, p(t.network.linkText), 1)) : d("", !0)
|
10436
|
+
], 10, ih))
|
10437
10437
|
]);
|
10438
10438
|
}
|
10439
|
-
const
|
10440
|
-
const
|
10439
|
+
const sh = /* @__PURE__ */ O(th, [["render", oh]]);
|
10440
|
+
const ah = {
|
10441
10441
|
name: "CmdSocialNetworks",
|
10442
10442
|
mixins: [K],
|
10443
10443
|
data() {
|
@@ -10597,12 +10597,12 @@ const sh = {
|
|
10597
10597
|
};
|
10598
10598
|
}
|
10599
10599
|
}
|
10600
|
-
},
|
10601
|
-
|
10600
|
+
}, rh = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), dh = [
|
10601
|
+
rh
|
10602
10602
|
];
|
10603
|
-
function
|
10603
|
+
function ch(e, n, t, a, l, i) {
|
10604
10604
|
var g, m;
|
10605
|
-
const c = G, r = $, u =
|
10605
|
+
const c = G, r = $, u = sh, f = ye;
|
10606
10606
|
return o(), s("div", {
|
10607
10607
|
class: b(["cmd-social-networks", { stretch: t.stretchButtons }, i.alignment])
|
10608
10608
|
}, [
|
@@ -10655,11 +10655,11 @@ function dh(e, n, t, a, l, i) {
|
|
10655
10655
|
class: "button small",
|
10656
10656
|
title: "Add new item",
|
10657
10657
|
onClick: n[1] || (n[1] = (...x) => i.onAddItem && i.onAddItem(...x))
|
10658
|
-
},
|
10658
|
+
}, dh))
|
10659
10659
|
], 2);
|
10660
10660
|
}
|
10661
|
-
const
|
10662
|
-
const
|
10661
|
+
const uh = /* @__PURE__ */ O(ah, [["render", ch]]);
|
10662
|
+
const mh = {
|
10663
10663
|
name: "CmdPageFooter",
|
10664
10664
|
props: {
|
10665
10665
|
/**
|
@@ -10721,10 +10721,10 @@ const uh = {
|
|
10721
10721
|
});
|
10722
10722
|
}
|
10723
10723
|
}
|
10724
|
-
},
|
10725
|
-
function
|
10724
|
+
}, hh = { class: "button-wrapper" }, fh = ["title"], gh = { key: 1 };
|
10725
|
+
function ph(e, n, t, a, l, i) {
|
10726
10726
|
var r, u, f;
|
10727
|
-
const c =
|
10727
|
+
const c = uh;
|
10728
10728
|
return o(), s("footer", {
|
10729
10729
|
class: b(["cmd-page-footer flex-container", { "small-buttons": t.useSmallButtons }])
|
10730
10730
|
}, [
|
@@ -10737,7 +10737,7 @@ function gh(e, n, t, a, l, i) {
|
|
10737
10737
|
]),
|
10738
10738
|
_: 3
|
10739
10739
|
}, 8, ["networks"])) : d("", !0),
|
10740
|
-
h("div",
|
10740
|
+
h("div", hh, [
|
10741
10741
|
P(e.$slots, "default"),
|
10742
10742
|
t.buttonPrintView.show ? (o(), s("button", {
|
10743
10743
|
key: 0,
|
@@ -10749,13 +10749,13 @@ function gh(e, n, t, a, l, i) {
|
|
10749
10749
|
key: 0,
|
10750
10750
|
class: b((f = t.buttonPrintView.icon) == null ? void 0 : f.iconClass)
|
10751
10751
|
}, null, 2)) : d("", !0),
|
10752
|
-
t.buttonPrintView.text ? (o(), s("span",
|
10753
|
-
], 10,
|
10752
|
+
t.buttonPrintView.text ? (o(), s("span", gh, p(t.buttonPrintView.text), 1)) : d("", !0)
|
10753
|
+
], 10, fh)) : d("", !0)
|
10754
10754
|
])
|
10755
10755
|
], 2);
|
10756
10756
|
}
|
10757
|
-
const $p = /* @__PURE__ */ O(
|
10758
|
-
const
|
10757
|
+
const $p = /* @__PURE__ */ O(mh, [["render", ph]]);
|
10758
|
+
const yh = {
|
10759
10759
|
name: "CmdPageHeader",
|
10760
10760
|
props: {
|
10761
10761
|
/**
|
@@ -10773,25 +10773,25 @@ const ph = {
|
|
10773
10773
|
required: !1
|
10774
10774
|
}
|
10775
10775
|
}
|
10776
|
-
},
|
10776
|
+
}, bh = {
|
10777
10777
|
key: 0,
|
10778
10778
|
class: "cmd-page-header flex-container"
|
10779
|
-
},
|
10779
|
+
}, _h = {
|
10780
10780
|
key: 0,
|
10781
10781
|
class: "headline-wrapper flex-container vertical"
|
10782
10782
|
};
|
10783
|
-
function
|
10784
|
-
const c =
|
10785
|
-
return t.cmdBreadcrumbs || t.cmdHeadline || e.$slots.default ? (o(), s("header",
|
10786
|
-
t.cmdBreadcrumbs || t.cmdHeadline ? (o(), s("div",
|
10783
|
+
function Ch(e, n, t, a, l, i) {
|
10784
|
+
const c = Hd, r = G;
|
10785
|
+
return t.cmdBreadcrumbs || t.cmdHeadline || e.$slots.default ? (o(), s("header", bh, [
|
10786
|
+
t.cmdBreadcrumbs || t.cmdHeadline ? (o(), s("div", _h, [
|
10787
10787
|
t.cmdBreadcrumbs ? (o(), y(c, U(F({ key: 0 }, t.cmdBreadcrumbs)), null, 16)) : d("", !0),
|
10788
10788
|
t.cmdHeadline.headlineText ? (o(), y(r, U(F({ key: 1 }, t.cmdHeadline)), null, 16)) : d("", !0)
|
10789
10789
|
])) : d("", !0),
|
10790
10790
|
e.$slots.default ? P(e.$slots, "default", { key: 1 }) : d("", !0)
|
10791
10791
|
])) : d("", !0);
|
10792
10792
|
}
|
10793
|
-
const ey = /* @__PURE__ */ O(
|
10794
|
-
const
|
10793
|
+
const ey = /* @__PURE__ */ O(yh, [["render", Ch]]);
|
10794
|
+
const xh = {
|
10795
10795
|
name: "CmdProgressBar",
|
10796
10796
|
inheritAttrs: !1,
|
10797
10797
|
data() {
|
@@ -10833,8 +10833,8 @@ const Ch = {
|
|
10833
10833
|
required: !0
|
10834
10834
|
}
|
10835
10835
|
}
|
10836
|
-
},
|
10837
|
-
function
|
10836
|
+
}, kh = ["for"], vh = { class: "progressbar" }, wh = { key: 0 }, Th = ["id", "value"];
|
10837
|
+
function Ih(e, n, t, a, l, i) {
|
10838
10838
|
return o(), s("label", {
|
10839
10839
|
class: "cmd-progressbar",
|
10840
10840
|
for: t.id
|
@@ -10842,17 +10842,17 @@ function Th(e, n, t, a, l, i) {
|
|
10842
10842
|
h("span", {
|
10843
10843
|
class: b(["label-text", { hidden: !t.showLabel }])
|
10844
10844
|
}, p(t.labelText), 3),
|
10845
|
-
h("span",
|
10846
|
-
t.showLoadingStatus ? (o(), s("span",
|
10845
|
+
h("span", vh, [
|
10846
|
+
t.showLoadingStatus ? (o(), s("span", wh, p(l.loadingStatus) + " %", 1)) : d("", !0),
|
10847
10847
|
h("progress", F(e.$attrs, {
|
10848
10848
|
id: t.id,
|
10849
10849
|
value: l.loadingStatus
|
10850
|
-
}), null, 16,
|
10850
|
+
}), null, 16, Th)
|
10851
10851
|
])
|
10852
|
-
], 8,
|
10852
|
+
], 8, kh);
|
10853
10853
|
}
|
10854
|
-
const ty = /* @__PURE__ */ O(
|
10855
|
-
const
|
10854
|
+
const ty = /* @__PURE__ */ O(xh, [["render", Ih]]);
|
10855
|
+
const Sh = {
|
10856
10856
|
name: "CmdSidebar",
|
10857
10857
|
data() {
|
10858
10858
|
return {
|
@@ -10919,20 +10919,20 @@ const Ih = {
|
|
10919
10919
|
immediate: !0
|
10920
10920
|
}
|
10921
10921
|
}
|
10922
|
-
},
|
10922
|
+
}, Mh = { class: "inner-sidebar-wrapper" }, Oh = {
|
10923
10923
|
key: 1,
|
10924
10924
|
class: "open-slot-wrapper"
|
10925
|
-
},
|
10925
|
+
}, Lh = {
|
10926
10926
|
key: 2,
|
10927
10927
|
class: "closed-slot-wrapper"
|
10928
|
-
},
|
10929
|
-
function
|
10928
|
+
}, Dh = ["title"];
|
10929
|
+
function Nh(e, n, t, a, l, i) {
|
10930
10930
|
var r;
|
10931
10931
|
const c = G;
|
10932
10932
|
return o(), s("aside", {
|
10933
10933
|
class: b(["cmd-sidebar", i.wrapperClass, { box: t.styledAsBox, "collapse-to-right": !t.collapseToLeft }])
|
10934
10934
|
}, [
|
10935
|
-
h("div",
|
10935
|
+
h("div", Mh, [
|
10936
10936
|
(r = t.cmdHeadline) != null && r.headlineText && l.open ? (o(), y(c, {
|
10937
10937
|
key: 0,
|
10938
10938
|
headlineText: t.cmdHeadline.headlineText,
|
@@ -10940,9 +10940,9 @@ function Dh(e, n, t, a, l, i) {
|
|
10940
10940
|
textAlign: t.cmdHeadline.textAlign,
|
10941
10941
|
class: "sidebar-main-headline"
|
10942
10942
|
}, null, 8, ["headlineText", "headlineLevel", "textAlign"])) : d("", !0),
|
10943
|
-
l.open ? (o(), s("div",
|
10943
|
+
l.open ? (o(), s("div", Oh, [
|
10944
10944
|
P(e.$slots, "open", { openBoxStatus: l.open })
|
10945
|
-
])) : (o(), s("div",
|
10945
|
+
])) : (o(), s("div", Lh, [
|
10946
10946
|
P(e.$slots, "closed", { openBoxStatus: l.open })
|
10947
10947
|
]))
|
10948
10948
|
]),
|
@@ -10955,11 +10955,11 @@ function Dh(e, n, t, a, l, i) {
|
|
10955
10955
|
h("span", {
|
10956
10956
|
class: b(i.iconClassOpenCollapse)
|
10957
10957
|
}, null, 2)
|
10958
|
-
], 8,
|
10958
|
+
], 8, Dh)) : d("", !0)
|
10959
10959
|
], 2);
|
10960
10960
|
}
|
10961
|
-
const ny = /* @__PURE__ */ O(
|
10962
|
-
const
|
10961
|
+
const ny = /* @__PURE__ */ O(Sh, [["render", Nh]]);
|
10962
|
+
const Bh = {
|
10963
10963
|
name: "CmdSiteFooter",
|
10964
10964
|
props: {
|
10965
10965
|
/**
|
@@ -10975,9 +10975,9 @@ const Nh = {
|
|
10975
10975
|
}
|
10976
10976
|
}
|
10977
10977
|
}
|
10978
|
-
},
|
10979
|
-
function
|
10980
|
-
return o(), s("div",
|
10978
|
+
}, Ph = { class: "cmd-site-footer site-footer" };
|
10979
|
+
function Ah(e, n, t, a, l, i) {
|
10980
|
+
return o(), s("div", Ph, [
|
10981
10981
|
h("footer", {
|
10982
10982
|
class: b(["flex-container", { vertical: t.orientation === "vertical" }])
|
10983
10983
|
}, [
|
@@ -10985,8 +10985,8 @@ function Ph(e, n, t, a, l, i) {
|
|
10985
10985
|
], 2)
|
10986
10986
|
]);
|
10987
10987
|
}
|
10988
|
-
const iy = /* @__PURE__ */ O(
|
10989
|
-
const
|
10988
|
+
const iy = /* @__PURE__ */ O(Bh, [["render", Ah]]);
|
10989
|
+
const jh = {
|
10990
10990
|
name: "CmdSiteHeader",
|
10991
10991
|
emits: ["offcanvas"],
|
10992
10992
|
data() {
|
@@ -11083,13 +11083,13 @@ const Ah = {
|
|
11083
11083
|
e.style.height = this.defaultLogoHeight;
|
11084
11084
|
}
|
11085
11085
|
}
|
11086
|
-
},
|
11086
|
+
}, Fh = {
|
11087
11087
|
key: 0,
|
11088
11088
|
class: "top-header"
|
11089
11089
|
};
|
11090
|
-
function
|
11090
|
+
function Vh(e, n, t, a, l, i) {
|
11091
11091
|
var u, f, g, m, x, _, v, S, w;
|
11092
|
-
const c =
|
11092
|
+
const c = Gd, r = tm;
|
11093
11093
|
return o(), s("div", {
|
11094
11094
|
ref: "site-header",
|
11095
11095
|
class: b([
|
@@ -11102,7 +11102,7 @@ function Fh(e, n, t, a, l, i) {
|
|
11102
11102
|
]),
|
11103
11103
|
role: "banner"
|
11104
11104
|
}, [
|
11105
|
-
e.$slots.topheader ? (o(), s("div",
|
11105
|
+
e.$slots.topheader ? (o(), s("div", Fh, [
|
11106
11106
|
P(e.$slots, "topheader")
|
11107
11107
|
])) : d("", !0),
|
11108
11108
|
h("header", {
|
@@ -11138,7 +11138,7 @@ function Fh(e, n, t, a, l, i) {
|
|
11138
11138
|
}, null, 8, ["navigationEntries", "offcanvasPosition", "closeOffcanvas", "stretchMainItems", "onOffcanvas"])) : d("", !0)
|
11139
11139
|
], 2);
|
11140
11140
|
}
|
11141
|
-
const ly = /* @__PURE__ */ O(
|
11141
|
+
const ly = /* @__PURE__ */ O(jh, [["render", Vh]]), Eh = {
|
11142
11142
|
data() {
|
11143
11143
|
return {
|
11144
11144
|
defaultMessageProperties: {
|
@@ -11152,7 +11152,7 @@ const ly = /* @__PURE__ */ O(Ah, [["render", Fh]]), Vh = {
|
|
11152
11152
|
};
|
11153
11153
|
}
|
11154
11154
|
};
|
11155
|
-
const
|
11155
|
+
const Hh = {
|
11156
11156
|
emits: [
|
11157
11157
|
"search",
|
11158
11158
|
"update:modelValueInput1",
|
@@ -11161,7 +11161,7 @@ const Eh = {
|
|
11161
11161
|
"update:modelValueSearchFilters"
|
11162
11162
|
],
|
11163
11163
|
name: "CmdBoxSiteSearch",
|
11164
|
-
mixins: [
|
11164
|
+
mixins: [le, Eh],
|
11165
11165
|
data() {
|
11166
11166
|
return {
|
11167
11167
|
showFilters: !1
|
@@ -11413,22 +11413,22 @@ const Eh = {
|
|
11413
11413
|
deep: !0
|
11414
11414
|
}
|
11415
11415
|
}
|
11416
|
-
},
|
11416
|
+
}, qh = { class: "cmd-box-site-search flex-container" }, zh = { class: "flex-container align-bottom" }, Rh = { class: "input-wrapper align-bottom" }, Uh = { key: 0 }, Gh = { key: 1 }, Wh = {
|
11417
11417
|
key: 0,
|
11418
11418
|
class: "flex-container no-flex",
|
11419
11419
|
role: "listbox",
|
11420
11420
|
"aria-expanded": "true"
|
11421
11421
|
};
|
11422
|
-
function
|
11422
|
+
function Zh(e, n, t, a, l, i) {
|
11423
11423
|
var m, x, _, v, S, w, M, L;
|
11424
|
-
const c = G, r = $, u = q, f =
|
11424
|
+
const c = G, r = $, u = q, f = Ec, g = Wc;
|
11425
11425
|
return o(), s(C, null, [
|
11426
|
-
h("fieldset",
|
11426
|
+
h("fieldset", qh, [
|
11427
11427
|
h("legend", {
|
11428
11428
|
class: b({ hidden: !t.showLegend })
|
11429
11429
|
}, p(t.textLegend), 3),
|
11430
11430
|
t.cmdHeadline ? (o(), y(c, U(F({ key: 0 }, t.cmdHeadline)), null, 16)) : d("", !0),
|
11431
|
-
h("div",
|
11431
|
+
h("div", zh, [
|
11432
11432
|
k(r, {
|
11433
11433
|
element: "input",
|
11434
11434
|
type: t.cmdFormElementInput1.type,
|
@@ -11440,7 +11440,7 @@ function Wh(e, n, t, a, l, i) {
|
|
11440
11440
|
modelValue: i.searchValue1,
|
11441
11441
|
"onUpdate:modelValue": n[0] || (n[0] = (E) => i.searchValue1 = E)
|
11442
11442
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
|
11443
|
-
h("div",
|
11443
|
+
h("div", Rh, [
|
11444
11444
|
t.cmdFormElementInput2.show ? (o(), y(r, {
|
11445
11445
|
key: 0,
|
11446
11446
|
element: "input",
|
@@ -11482,13 +11482,13 @@ function Wh(e, n, t, a, l, i) {
|
|
11482
11482
|
iconClass: l.showFilters ? (x = (m = t.cmdIcon) == null ? void 0 : m.showFilters) == null ? void 0 : x.iconClass : (v = (_ = t.cmdIcon) == null ? void 0 : _.hideFilters) == null ? void 0 : v.iconClass,
|
11483
11483
|
type: l.showFilters ? (w = (S = t.cmdIcon) == null ? void 0 : S.showFilters) == null ? void 0 : w.iconType : (L = (M = t.cmdIcon) == null ? void 0 : M.hideFilters) == null ? void 0 : L.iconType
|
11484
11484
|
}, null, 8, ["iconClass", "type"]),
|
11485
|
-
l.showFilters ? (o(), s("span",
|
11485
|
+
l.showFilters ? (o(), s("span", Uh, p(e.getMessage("cmdsitesearch.hide_filter_options")), 1)) : (o(), s("span", Gh, p(e.getMessage("cmdsitesearch.show_filter_options")), 1))
|
11486
11486
|
]),
|
11487
11487
|
k(ge, { name: "fade" }, {
|
11488
11488
|
default: N(() => {
|
11489
11489
|
var E, T, R, B, V;
|
11490
11490
|
return [
|
11491
|
-
l.showFilters && ((E = t.cmdFakeSelect) != null && E.selectData.length) ? (o(), s("div",
|
11491
|
+
l.showFilters && ((E = t.cmdFakeSelect) != null && E.selectData.length) ? (o(), s("div", Wh, [
|
11492
11492
|
k(f, {
|
11493
11493
|
role: "option",
|
11494
11494
|
selectData: (T = t.cmdFakeSelect) == null ? void 0 : T.selectData,
|
@@ -11513,8 +11513,8 @@ function Wh(e, n, t, a, l, i) {
|
|
11513
11513
|
}, null, 8, ["modelValue", "selectedOptionsName"])) : d("", !0)
|
11514
11514
|
], 64);
|
11515
11515
|
}
|
11516
|
-
const oy = /* @__PURE__ */ O(
|
11517
|
-
const
|
11516
|
+
const oy = /* @__PURE__ */ O(Hh, [["render", Zh]]);
|
11517
|
+
const Qh = {
|
11518
11518
|
name: "CmdSlideshow",
|
11519
11519
|
mixins: [K],
|
11520
11520
|
data() {
|
@@ -11697,14 +11697,14 @@ const Zh = {
|
|
11697
11697
|
});
|
11698
11698
|
}
|
11699
11699
|
}
|
11700
|
-
},
|
11701
|
-
|
11702
|
-
|
11703
|
-
],
|
11700
|
+
}, Jh = ["href", "title"], Yh = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), Kh = /* @__PURE__ */ h("span", null, "Add new slideshow-image", -1), Xh = [
|
11701
|
+
Yh,
|
11702
|
+
Kh
|
11703
|
+
], $h = { key: 2 }, ef = ["onClick", "aria-label", "title"], tf = {
|
11704
11704
|
key: 3,
|
11705
11705
|
class: "item-counter"
|
11706
11706
|
};
|
11707
|
-
function
|
11707
|
+
function nf(e, n, t, a, l, i) {
|
11708
11708
|
const c = Xe, r = xe;
|
11709
11709
|
return o(), s("div", {
|
11710
11710
|
class: b(["cmd-slideshow", { "full-width": l.fullWidth }])
|
@@ -11748,7 +11748,7 @@ function tf(e, n, t, a, l, i) {
|
|
11748
11748
|
image: (v = i.currentItem) == null ? void 0 : v.image,
|
11749
11749
|
figcaption: (S = i.currentItem) == null ? void 0 : S.figcaption
|
11750
11750
|
}, null, 8, ["image", "figcaption"])
|
11751
|
-
], 8,
|
11751
|
+
], 8, Jh)) : (o(), y(r, {
|
11752
11752
|
key: 1,
|
11753
11753
|
image: (w = i.currentItem) == null ? void 0 : w.image,
|
11754
11754
|
figcaption: (M = i.currentItem) == null ? void 0 : M.figcaption
|
@@ -11760,7 +11760,7 @@ function tf(e, n, t, a, l, i) {
|
|
11760
11760
|
type: "button",
|
11761
11761
|
class: "button confirm",
|
11762
11762
|
onClick: n[0] || (n[0] = (...T) => i.onAddItem && i.onAddItem(...T))
|
11763
|
-
},
|
11763
|
+
}, Xh)) : d("", !0)
|
11764
11764
|
];
|
11765
11765
|
}),
|
11766
11766
|
_: 3
|
@@ -11770,7 +11770,7 @@ function tf(e, n, t, a, l, i) {
|
|
11770
11770
|
onClick: I(i.showNextItem, ["prevent"]),
|
11771
11771
|
class: { disabled: l.slideshowItemEditing }
|
11772
11772
|
}, i.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : d("", !0),
|
11773
|
-
t.showQuickLinkIcons ? (o(), s("ol",
|
11773
|
+
t.showQuickLinkIcons ? (o(), s("ol", $h, [
|
11774
11774
|
(o(!0), s(C, null, A(t.slideshowItems, (u, f) => (o(), s("li", {
|
11775
11775
|
key: f,
|
11776
11776
|
class: b({ active: f === l.index })
|
@@ -11781,25 +11781,25 @@ function tf(e, n, t, a, l, i) {
|
|
11781
11781
|
onClick: I((g) => i.showItem(f), ["prevent"]),
|
11782
11782
|
"aria-label": l.index,
|
11783
11783
|
title: l.slideshowItemEditing ? "Not allowed while editing!" : "Switch to image #" + (f + 1)
|
11784
|
-
}, null, 10,
|
11784
|
+
}, null, 10, ef)
|
11785
11785
|
], 2))), 128))
|
11786
11786
|
])) : d("", !0),
|
11787
|
-
t.showCounter ? (o(), s("span",
|
11787
|
+
t.showCounter ? (o(), s("span", tf, p(l.index + 1) + "/" + p(t.slideshowItems.length), 1)) : d("", !0)
|
11788
11788
|
], 32)
|
11789
11789
|
], 2);
|
11790
11790
|
}
|
11791
|
-
const sy = /* @__PURE__ */ O(
|
11791
|
+
const sy = /* @__PURE__ */ O(Qh, [["render", nf]]), lf = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI4NTAuMzk0cHgiIGhlaWdodD0iNTY2LjkyOXB4IiB2aWV3Qm94PSIwIDAgODUwLjM5NCA1NjYuOTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4NTAuMzk0IDU2Ni45MjkiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9Iml0Ij4NCgk8Zz4NCgkJPHJlY3QgZmlsbD0iIzA3OEU0NiIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIyODMuNDY1IiBmaWxsPSIjRkJGREZGIiB3aWR0aD0iMjgzLjQ2NSIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjU2Ni45MyIgZmlsbD0iI0QzMjQyQyIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJkZSI+DQoJPGc+DQoJCTxkZXNjPkZsYWcgb2YgR2VybWFueTwvZGVzYz4NCgkJPHJlY3QgaWQ9ImJsYWNrX3N0cmlwZSIgeD0iMC45MDEiIGZpbGw9IiMwMTAyMDIiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPHJlY3QgaWQ9InJlZF9zdHJpcGUiIHg9IjAuOTAxIiB5PSIxODguOTc3IiBmaWxsPSIjREQwQjE1IiB3aWR0aD0iODQ5LjQ5MiIgaGVpZ2h0PSIzNzcuOTUzIi8+DQoJCTxyZWN0IGlkPSJnb2xkX3N0cmlwZSIgeD0iMC45MDEiIHk9IjM3Ny45NTMiIGZpbGw9IiNGRkNFMDUiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjE4OC45NzYiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iZnIiIGRpc3BsYXk9Im5vbmUiPg0KCTxnIGRpc3BsYXk9ImlubGluZSI+DQoJCTxyZWN0IHg9IjAuOTAxIiBmaWxsPSIjQ0YxMzI3IiB3aWR0aD0iODQ5LjQ5MiIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjAuOTAxIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iNTY2LjMyOCIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjAuOTAxIiBmaWxsPSIjMUQyQzRFIiB3aWR0aD0iMjgzLjE2NCIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9InJ1IiBkaXNwbGF5PSJub25lIj4NCgk8ZyBkaXNwbGF5PSJpbmxpbmUiPg0KCQk8cmVjdCBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iODUwLjM5NSIgaGVpZ2h0PSIyODMuNDY1Ii8+DQoJCTxyZWN0IHk9IjI4My40NjUiIGZpbGw9IiNENTJEMUUiIHdpZHRoPSI4NTAuMzk1IiBoZWlnaHQ9IjI4My40NjQiLz4NCgkJPHJlY3QgeT0iMTg4Ljk3NyIgZmlsbD0iIzFFNDI5NSIgd2lkdGg9Ijg1MC4zOTUiIGhlaWdodD0iMTg4Ljk3NyIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJjbiIgZGlzcGxheT0ibm9uZSI+DQoJPGcgZGlzcGxheT0iaW5saW5lIj4NCgkJPHJlY3QgeD0iMC45MDEiIGZpbGw9IiNERjJCMTQiIHdpZHRoPSI4NDkuNDkzIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNSw1KSBzY2FsZSgzKSI+DQoJCQk8cGF0aCBpZD0icyIgZmlsbD0iI0ZGREUwOCIgZD0iTTE0Mi40ODMsNTYuNjkzbDQ5LjkzMiwxNTMuODM4TDYxLjY5MiwxMTUuNDU0aDE2MS41ODNMOTIuNTUxLDIxMC41MzFMMTQyLjQ4Myw1Ni42OTN6Ii8+DQoJCTwvZz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAsMikgcm90YXRlKDIzLjAzNjI0MykiPg0KCQkJPHBhdGggaWQ9InNfMV8iIGZpbGw9IiNGRkRFMDgiIGQ9Ik0yOTUuMTQ2LDMwLjYwN2wtNC43MjgsNTMuNzFsLTI3LjcxMS00Ni4yMzRsNDkuNTY2LDIxLjA5OWwtNTIuNDg4LDEyLjA5NkwyOTUuMTQ2LDMwLjYwN3oiLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiw0KSByb3RhdGUoNDUuODY5ODk4KSI+DQoJCQk8cGF0aCBpZD0ic18yXyIgZmlsbD0iI0ZGREUwOCIgZD0iTTM2MS4wMjIsOTMuNjQ4bC0yNS4xNzgsNDcuNjY1bC03LjYxNy01My4zNzZsMzcuNTAzLDM4LjcwMWwtNTMuMDY0LTkuMjQzTDM2MS4wMjIsOTMuNjQ4eiIvPg0KCQk8L2c+DQoJCTxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLDcpIHJvdGF0ZSg2OS45NDUzOTYpIj4NCgkJCTxwYXRoIGlkPSJzXzNfIiBmaWxsPSIjRkZERTA4IiBkPSJNMzY3LjI5OCwxODguNzA1bC00Mi40MTIsMzMuMjM2bDE0Ljc5Ny01MS44NDRsMTguNDcsNTAuNjQ5bC00NC42ODItMzAuMTA4TDM2Ny4yOTgsMTg4LjcwNXoiDQoJCQkJLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCw5KSByb3RhdGUoMjAuNjU5ODA4KSI+DQoJCQk8cGF0aCBpZD0ic180XyIgZmlsbD0iI0ZGREUwOCIgZD0iTTI5NC4wNTYsMjI4LjU5NWwtMi41LDUzLjg2bC0yOS42MDMtNDUuMDQ1bDUwLjM5NywxOS4wMjRsLTUxLjk0MiwxNC4yNjRMMjk0LjA1NiwyMjguNTk1eiIvPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9InVrIiBkaXNwbGF5PSJub25lIj4NCgk8ZyBkaXNwbGF5PSJpbmxpbmUiPg0KCQk8cmVjdCB5PSIwLjAwMiIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9Ijg1MC4xNiIgaGVpZ2h0PSI1NjYuODY1Ii8+DQoJCTxwb2x5Z29uIGZpbGw9IiNDRjE3MkMiIHBvaW50cz0iMzgyLjU2OSwwIDM4Mi41NjksMjI2LjYyNSAwLDIyNi42MjUgMCwzMzkuOTQ4IDM4Mi41NjksMzM5Ljk0OCAzODIuNTY5LDU2Ni44NjMgNDY3LjU5Miw1NjYuODYzIA0KCQkJNDY3LjU5MiwzMzkuOTQ4IDg1MC4xNiwzMzkuOTQ4IDg1MC4xNiwyMjYuNjI1IDQ2Ny41OTIsMjI2LjYyNSA0NjcuNTkyLDAgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI0OTUuOTQ2LDAgNDk1Ljk0NiwxODMuNDk3IDc3MS4yMDIsMCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjQ5NS45NDYsNTY2Ljg2MyA3NzEuMjAyLDU2Ni44NjMgNDk1Ljk0NiwzODMuMzY4IAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iNzguOTYsNTY2Ljg2MyAzNTQuMjE0LDU2Ni44NjMgMzU0LjIxNCwzODMuMzY4IAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iNzguOTYsMCAzNTQuMjE0LDE4My40OTcgMzU0LjIxNCwwIAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iMC4wMDMsMTg4Ljk1IDIwNC4zOTIsMTg4Ljk1IDAuMDAzLDUyLjY5OSAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjY0NS43NjgsMTg4Ljk1IDg1MC4xNiwxODguOTUgODUwLjE2LDUyLjY5OSAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjY0NS43NjgsMzc3LjkxMyA4NTAuMTYsNTE0LjE3MSA4NTAuMTYsMzc3LjkxMyAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjAsMzc3LjkxMyAwLDUxNC4xNzEgMjA0LjM5MiwzNzcuOTEzIAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiNDRjE3MkMiIHBvaW50cz0iODAyLjkzOCwwIDUyMC4wMDQsMTg4Ljk1IDU2Ny4yMjMsMTg4Ljk1IDg1MC42MDUsMCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjMzMC4xNTYsMzc3LjkwOSAyODIuOTM3LDM3Ny45MDkgMCw1NjYuODUyIDQ3LjIxOSw1NjYuODUyIDMzMC42MDIsMzc3LjkwOSAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjAsMCAwLDMxLjY5MiAyMzYuMDkxLDE4OS4wOTggMjgzLjMxMSwxODkuMDk4IAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiNDRjE3MkMiIHBvaW50cz0iNTY2LjY5NiwzNzcuODMyIDg1MC4wMDgsNTY2LjkyOSA4NTAuMDEsNTM1LjIzOSA2MTMuOTIsMzc3LjgzMiAJCSIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K", of = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
11792
11792
|
__proto__: null,
|
11793
|
-
default:
|
11794
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
11793
|
+
default: lf
|
11794
|
+
}, Symbol.toStringTag, { value: "Module" })), sf = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI4NTAuMzk0cHgiIGhlaWdodD0iNTY2LjkyOXB4IiB2aWV3Qm94PSIwIDAgODUwLjM5NCA1NjYuOTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4NTAuMzk0IDU2Ni45MjkiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGcgaWQ9Iml0Ij4NCgk8Zz4NCgkJPHJlY3QgZmlsbD0iIzA3OEU0NiIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIyODMuNDY1IiBmaWxsPSIjRkJGREZGIiB3aWR0aD0iMjgzLjQ2NSIgaGVpZ2h0PSI1NjYuOTI5Ii8+DQoJCTxyZWN0IHg9IjU2Ni45MyIgZmlsbD0iI0QzMjQyQyIgd2lkdGg9IjI4My40NjUiIGhlaWdodD0iNTY2LjkyOSIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJkZSI+DQoJPGc+DQoJCTxkZXNjPkZsYWcgb2YgR2VybWFueTwvZGVzYz4NCgkJPHJlY3QgaWQ9ImJsYWNrX3N0cmlwZSIgeD0iMC45MDEiIGZpbGw9IiMwMTAyMDIiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPHJlY3QgaWQ9InJlZF9zdHJpcGUiIHg9IjAuOTAxIiB5PSIxODguOTc3IiBmaWxsPSIjREQwQjE1IiB3aWR0aD0iODQ5LjQ5MiIgaGVpZ2h0PSIzNzcuOTUzIi8+DQoJCTxyZWN0IGlkPSJnb2xkX3N0cmlwZSIgeD0iMC45MDEiIHk9IjM3Ny45NTMiIGZpbGw9IiNGRkNFMDUiIHdpZHRoPSI4NDkuNDkyIiBoZWlnaHQ9IjE4OC45NzYiLz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iZnIiPg0KCTxnPg0KCQk8cmVjdCB4PSIwLjkwMSIgZmlsbD0iI0NGMTMyNyIgd2lkdGg9Ijg0OS40OTIiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIwLjkwMSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjU2Ni4zMjgiIGhlaWdodD0iNTY2LjkyOSIvPg0KCQk8cmVjdCB4PSIwLjkwMSIgZmlsbD0iIzFEMkM0RSIgd2lkdGg9IjI4My4xNjQiIGhlaWdodD0iNTY2LjkyOSIvPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJydSI+DQoJPGc+DQoJCTxyZWN0IGZpbGw9IiNGRkZGRkYiIHdpZHRoPSI4NTAuMzk1IiBoZWlnaHQ9IjI4My40NjUiLz4NCgkJPHJlY3QgeT0iMjgzLjQ2NSIgZmlsbD0iI0Q1MkQxRSIgd2lkdGg9Ijg1MC4zOTUiIGhlaWdodD0iMjgzLjQ2NCIvPg0KCQk8cmVjdCB5PSIxODguOTc3IiBmaWxsPSIjMUU0Mjk1IiB3aWR0aD0iODUwLjM5NSIgaGVpZ2h0PSIxODguOTc3Ii8+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9ImNuIj4NCgk8Zz4NCgkJPHJlY3QgeD0iMC45MDEiIGZpbGw9IiNERjJCMTQiIHdpZHRoPSI4NDkuNDkzIiBoZWlnaHQ9IjU2Ni45MjkiLz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNSw1KSBzY2FsZSgzKSI+DQoJCQk8cGF0aCBpZD0icyIgZmlsbD0iI0ZGREUwOCIgZD0iTTE0Mi40ODMsNTYuNjkzbDQ5LjkzMiwxNTMuODM4TDYxLjY5MiwxMTUuNDU0aDE2MS41ODNMOTIuNTUxLDIxMC41MzFMMTQyLjQ4Myw1Ni42OTN6Ii8+DQoJCTwvZz4NCgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAsMikgcm90YXRlKDIzLjAzNjI0MykiPg0KCQkJPHBhdGggaWQ9InNfMV8iIGZpbGw9IiNGRkRFMDgiIGQ9Ik0yOTUuMTQ2LDMwLjYwN2wtNC43MjgsNTMuNzFsLTI3LjcxMS00Ni4yMzRsNDkuNTY2LDIxLjA5OWwtNTIuNDg4LDEyLjA5NkwyOTUuMTQ2LDMwLjYwN3oiLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMiw0KSByb3RhdGUoNDUuODY5ODk4KSI+DQoJCQk8cGF0aCBpZD0ic18yXyIgZmlsbD0iI0ZGREUwOCIgZD0iTTM2MS4wMjIsOTMuNjQ4bC0yNS4xNzgsNDcuNjY1bC03LjYxNy01My4zNzZsMzcuNTAzLDM4LjcwMWwtNTMuMDY0LTkuMjQzTDM2MS4wMjIsOTMuNjQ4eiIvPg0KCQk8L2c+DQoJCTxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLDcpIHJvdGF0ZSg2OS45NDUzOTYpIj4NCgkJCTxwYXRoIGlkPSJzXzNfIiBmaWxsPSIjRkZERTA4IiBkPSJNMzY3LjI5OCwxODguNzA1bC00Mi40MTIsMzMuMjM2bDE0Ljc5Ny01MS44NDRsMTguNDcsNTAuNjQ5bC00NC42ODItMzAuMTA4TDM2Ny4yOTgsMTg4LjcwNXoiDQoJCQkJLz4NCgkJPC9nPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCw5KSByb3RhdGUoMjAuNjU5ODA4KSI+DQoJCQk8cGF0aCBpZD0ic180XyIgZmlsbD0iI0ZGREUwOCIgZD0iTTI5NC4wNTYsMjI4LjU5NWwtMi41LDUzLjg2bC0yOS42MDMtNDUuMDQ1bDUwLjM5NywxOS4wMjRsLTUxLjk0MiwxNC4yNjRMMjk0LjA1NiwyMjguNTk1eiIvPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9InVrIj4NCgk8Zz4NCgkJPHJlY3QgeT0iMC4wMDIiIGZpbGw9IiNGRkZGRkYiIHdpZHRoPSI4NTAuMTYiIGhlaWdodD0iNTY2Ljg2NSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjM4Mi41NjksMCAzODIuNTY5LDIyNi42MjUgMCwyMjYuNjI1IDAsMzM5Ljk0OCAzODIuNTY5LDMzOS45NDggMzgyLjU2OSw1NjYuODYzIDQ2Ny41OTIsNTY2Ljg2MyANCgkJCTQ2Ny41OTIsMzM5Ljk0OCA4NTAuMTYsMzM5Ljk0OCA4NTAuMTYsMjI2LjYyNSA0NjcuNTkyLDIyNi42MjUgNDY3LjU5MiwwIAkJIi8+DQoJCTxwb2x5Z29uIGZpbGw9IiMyNTM0NkMiIHBvaW50cz0iNDk1Ljk0NiwwIDQ5NS45NDYsMTgzLjQ5NyA3NzEuMjAyLDAgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI0OTUuOTQ2LDU2Ni44NjMgNzcxLjIwMiw1NjYuODYzIDQ5NS45NDYsMzgzLjM2OCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9Ijc4Ljk2LDU2Ni44NjMgMzU0LjIxNCw1NjYuODYzIDM1NC4yMTQsMzgzLjM2OCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9Ijc4Ljk2LDAgMzU0LjIxNCwxODMuNDk3IDM1NC4yMTQsMCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjMjUzNDZDIiBwb2ludHM9IjAuMDAzLDE4OC45NSAyMDQuMzkyLDE4OC45NSAwLjAwMyw1Mi42OTkgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI2NDUuNzY4LDE4OC45NSA4NTAuMTYsMTg4Ljk1IDg1MC4xNiw1Mi42OTkgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSI2NDUuNzY4LDM3Ny45MTMgODUwLjE2LDUxNC4xNzEgODUwLjE2LDM3Ny45MTMgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iIzI1MzQ2QyIgcG9pbnRzPSIwLDM3Ny45MTMgMCw1MTQuMTcxIDIwNC4zOTIsMzc3LjkxMyAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjgwMi45MzgsMCA1MjAuMDA0LDE4OC45NSA1NjcuMjIzLDE4OC45NSA4NTAuNjA1LDAgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iI0NGMTcyQyIgcG9pbnRzPSIzMzAuMTU2LDM3Ny45MDkgMjgyLjkzNywzNzcuOTA5IDAsNTY2Ljg1MiA0Ny4yMTksNTY2Ljg1MiAzMzAuNjAyLDM3Ny45MDkgCQkiLz4NCgkJPHBvbHlnb24gZmlsbD0iI0NGMTcyQyIgcG9pbnRzPSIwLDAgMCwzMS42OTIgMjM2LjA5MSwxODkuMDk4IDI4My4zMTEsMTg5LjA5OCAJCSIvPg0KCQk8cG9seWdvbiBmaWxsPSIjQ0YxNzJDIiBwb2ludHM9IjU2Ni42OTYsMzc3LjgzMiA4NTAuMDA4LDU2Ni45MjkgODUwLjAxLDUzNS4yMzkgNjEzLjkyLDM3Ny44MzIgCQkiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==", af = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
11795
11795
|
__proto__: null,
|
11796
|
-
default:
|
11797
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
11796
|
+
default: sf
|
11797
|
+
}, Symbol.toStringTag, { value: "Module" })), rf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
11798
11798
|
__proto__: null,
|
11799
|
-
de:
|
11800
|
-
en:
|
11799
|
+
de: of,
|
11800
|
+
en: af
|
11801
11801
|
}, Symbol.toStringTag, { value: "Module" }));
|
11802
|
-
const
|
11802
|
+
const df = {
|
11803
11803
|
name: "CmdSwitchLanguage",
|
11804
11804
|
emits: ["click"],
|
11805
11805
|
data() {
|
@@ -11830,7 +11830,7 @@ const rf = {
|
|
11830
11830
|
this.imageSources = [], this.languages.forEach(
|
11831
11831
|
async (e) => {
|
11832
11832
|
const n = e.iso2;
|
11833
|
-
this.imageSources.push(
|
11833
|
+
this.imageSources.push(rf[n].default);
|
11834
11834
|
}
|
11835
11835
|
);
|
11836
11836
|
},
|
@@ -11838,10 +11838,10 @@ const rf = {
|
|
11838
11838
|
deep: !0
|
11839
11839
|
}
|
11840
11840
|
}
|
11841
|
-
},
|
11842
|
-
function
|
11843
|
-
const c =
|
11844
|
-
return o(), s("div",
|
11841
|
+
}, cf = { class: "cmd-switch-language" }, uf = ["href", "title", "onClick"], mf = ["src", "alt"], hf = ["src", "alt"];
|
11842
|
+
function ff(e, n, t, a, l, i) {
|
11843
|
+
const c = se("router-link");
|
11844
|
+
return o(), s("div", cf, [
|
11845
11845
|
h("ul", null, [
|
11846
11846
|
(o(!0), s(C, null, A(t.languages, (r, u) => (o(), s("li", { key: u }, [
|
11847
11847
|
r.link.type === "href" ? (o(), s("a", {
|
@@ -11854,8 +11854,8 @@ function hf(e, n, t, a, l, i) {
|
|
11854
11854
|
h("img", {
|
11855
11855
|
src: l.imageSources[u],
|
11856
11856
|
alt: r.name
|
11857
|
-
}, null, 8,
|
11858
|
-
], 10,
|
11857
|
+
}, null, 8, mf)
|
11858
|
+
], 10, uf)) : (o(), y(c, {
|
11859
11859
|
key: 1,
|
11860
11860
|
class: b(["flag", r.iso2]),
|
11861
11861
|
to: i.getRoute(r),
|
@@ -11866,7 +11866,7 @@ function hf(e, n, t, a, l, i) {
|
|
11866
11866
|
h("img", {
|
11867
11867
|
src: l.imageSources[u],
|
11868
11868
|
alt: r.name
|
11869
|
-
}, null, 8,
|
11869
|
+
}, null, 8, hf)
|
11870
11870
|
]),
|
11871
11871
|
_: 2
|
11872
11872
|
}, 1032, ["class", "to", "title", "onClick"]))
|
@@ -11874,8 +11874,8 @@ function hf(e, n, t, a, l, i) {
|
|
11874
11874
|
])
|
11875
11875
|
]);
|
11876
11876
|
}
|
11877
|
-
const ay = /* @__PURE__ */ O(
|
11878
|
-
const
|
11877
|
+
const ay = /* @__PURE__ */ O(df, [["render", ff]]);
|
11878
|
+
const gf = {
|
11879
11879
|
name: "CmdSystemMessage",
|
11880
11880
|
mixins: [Fe],
|
11881
11881
|
data() {
|
@@ -11962,8 +11962,8 @@ const ff = {
|
|
11962
11962
|
this.showSystemMessage = !0;
|
11963
11963
|
}
|
11964
11964
|
}
|
11965
|
-
},
|
11966
|
-
function
|
11965
|
+
}, pf = ["role", "aria-labelledby"], yf = ["title"];
|
11966
|
+
function bf(e, n, t, a, l, i) {
|
11967
11967
|
const c = q, r = G;
|
11968
11968
|
return o(), y(ge, { name: "fade" }, {
|
11969
11969
|
default: N(() => [
|
@@ -11983,7 +11983,7 @@ function yf(e, n, t, a, l, i) {
|
|
11983
11983
|
iconClass: t.iconClose.iconClass,
|
11984
11984
|
type: t.iconClose.iconType
|
11985
11985
|
}, null, 8, ["iconClass", "type"])
|
11986
|
-
], 8,
|
11986
|
+
], 8, yf)) : d("", !0),
|
11987
11987
|
k(r, {
|
11988
11988
|
class: "message-headline",
|
11989
11989
|
headlineIcon: i.headlineIcon,
|
@@ -11992,13 +11992,13 @@ function yf(e, n, t, a, l, i) {
|
|
11992
11992
|
id: e.htmlId
|
11993
11993
|
}, null, 8, ["headlineIcon", "headlineText", "headlineLevel", "id"]),
|
11994
11994
|
P(e.$slots, "default")
|
11995
|
-
], 10,
|
11995
|
+
], 10, pf)) : d("", !0)
|
11996
11996
|
]),
|
11997
11997
|
_: 3
|
11998
11998
|
});
|
11999
11999
|
}
|
12000
|
-
const
|
12001
|
-
const
|
12000
|
+
const _f = /* @__PURE__ */ O(gf, [["render", bf]]);
|
12001
|
+
const Cf = {
|
12002
12002
|
name: "CmdTable",
|
12003
12003
|
data() {
|
12004
12004
|
return {
|
@@ -12142,20 +12142,20 @@ const _f = {
|
|
12142
12142
|
immediate: !0
|
12143
12143
|
}
|
12144
12144
|
}
|
12145
|
-
},
|
12145
|
+
}, xf = {
|
12146
12146
|
key: 0,
|
12147
12147
|
class: "button-wrapper"
|
12148
|
-
},
|
12148
|
+
}, kf = ["title"], vf = ["title"], wf = { "aria-expanded": "true" }, Tf = {
|
12149
12149
|
key: 0,
|
12150
12150
|
"aria-expanded": "true"
|
12151
12151
|
};
|
12152
|
-
function
|
12152
|
+
function If(e, n, t, a, l, i) {
|
12153
12153
|
var u, f, g, m;
|
12154
12154
|
const c = q, r = Xe;
|
12155
12155
|
return o(), s("div", {
|
12156
12156
|
class: b(["cmd-table-wrapper", { collapsed: !l.showTableData, "full-width": l.fullWidth, "has-caption": i.hasCaption, "has-overflow": l.hasOverflow }])
|
12157
12157
|
}, [
|
12158
|
-
t.collapsible || t.userCanToggleWidth ? (o(), s("div",
|
12158
|
+
t.collapsible || t.userCanToggleWidth ? (o(), s("div", xf, [
|
12159
12159
|
t.userCanToggleWidth ? (o(), s("a", {
|
12160
12160
|
key: 0,
|
12161
12161
|
class: "button",
|
@@ -12167,7 +12167,7 @@ function Tf(e, n, t, a, l, i) {
|
|
12167
12167
|
iconClass: t.iconToggleWidth.iconClass,
|
12168
12168
|
type: t.iconToggleWidth.iconType
|
12169
12169
|
}, null, 8, ["iconClass", "type"])
|
12170
|
-
], 8,
|
12170
|
+
], 8, kf)) : d("", !0),
|
12171
12171
|
t.collapsible ? (o(), s("a", {
|
12172
12172
|
key: 1,
|
12173
12173
|
class: "button",
|
@@ -12179,7 +12179,7 @@ function Tf(e, n, t, a, l, i) {
|
|
12179
12179
|
iconClass: l.showTableData ? t.iconCollapse.iconClass : t.iconExpand.iconClass,
|
12180
12180
|
type: l.showTableData ? t.iconCollapse.iconType : t.iconExpand.iconType
|
12181
12181
|
}, null, 8, ["iconClass", "type"])
|
12182
|
-
], 8,
|
12182
|
+
], 8, vf)) : d("", !0)
|
12183
12183
|
])) : d("", !0),
|
12184
12184
|
h("div", {
|
12185
12185
|
class: "inner-wrapper",
|
@@ -12206,7 +12206,7 @@ function Tf(e, n, t, a, l, i) {
|
|
12206
12206
|
]),
|
12207
12207
|
k(ge, { name: "fade" }, {
|
12208
12208
|
default: N(() => [
|
12209
|
-
ae(h("tbody",
|
12209
|
+
ae(h("tbody", wf, [
|
12210
12210
|
(o(!0), s(C, null, A(t.tableData.tbody, (x, _) => (o(), s("tr", {
|
12211
12211
|
class: b({ active: t.tableData.rowIndexHighlighted === _ }),
|
12212
12212
|
key: _
|
@@ -12224,7 +12224,7 @@ function Tf(e, n, t, a, l, i) {
|
|
12224
12224
|
}),
|
12225
12225
|
k(ge, { name: "fade" }, {
|
12226
12226
|
default: N(() => [
|
12227
|
-
t.tableData.tfoot && t.tableData.tfoot.length && l.showTableData ? (o(), s("tfoot",
|
12227
|
+
t.tableData.tfoot && t.tableData.tfoot.length && l.showTableData ? (o(), s("tfoot", Tf, [
|
12228
12228
|
h("tr", null, [
|
12229
12229
|
(o(!0), s(C, null, A(t.tableData.tfoot, (x, _) => (o(), s("td", {
|
12230
12230
|
class: b({ active: t.tableData.columnIndexHighlighted === _ }),
|
@@ -12243,7 +12243,7 @@ function Tf(e, n, t, a, l, i) {
|
|
12243
12243
|
], 544)
|
12244
12244
|
], 2);
|
12245
12245
|
}
|
12246
|
-
const ry = /* @__PURE__ */ O(
|
12246
|
+
const ry = /* @__PURE__ */ O(Cf, [["render", If]]), Sf = "cmd", Mf = {
|
12247
12247
|
"3d-cursor": {
|
12248
12248
|
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"/>',
|
12249
12249
|
hidden: !0
|
@@ -12257,14 +12257,14 @@ const ry = /* @__PURE__ */ O(_f, [["render", Tf]]), If = "cmd", Sf = {
|
|
12257
12257
|
<path fill="currentColor" d="M2,12h6v18H2V12z"/>
|
12258
12258
|
<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"/>`
|
12259
12259
|
}
|
12260
|
-
},
|
12261
|
-
prefix:
|
12262
|
-
icons:
|
12263
|
-
width:
|
12264
|
-
height:
|
12260
|
+
}, Of = 32, Lf = 32, Df = {
|
12261
|
+
prefix: Sf,
|
12262
|
+
icons: Mf,
|
12263
|
+
width: Of,
|
12264
|
+
height: Lf
|
12265
12265
|
};
|
12266
|
-
oi(
|
12267
|
-
const
|
12266
|
+
oi(Df);
|
12267
|
+
const Nf = {
|
12268
12268
|
name: "CmdTabs",
|
12269
12269
|
data() {
|
12270
12270
|
return {
|
@@ -12319,13 +12319,13 @@ const Df = {
|
|
12319
12319
|
this.showTab = this.activeTab;
|
12320
12320
|
}
|
12321
12321
|
}
|
12322
|
-
},
|
12322
|
+
}, Bf = { class: "cmd-tabs" }, Pf = ["onClick", "title"], Af = { key: 1 }, jf = {
|
12323
12323
|
key: 1,
|
12324
12324
|
"aria-live": "assertive"
|
12325
|
-
},
|
12326
|
-
function
|
12325
|
+
}, Ff = ["innerHTML"];
|
12326
|
+
function Vf(e, n, t, a, l, i) {
|
12327
12327
|
const c = q, r = G;
|
12328
|
-
return o(), s("div",
|
12328
|
+
return o(), s("div", Bf, [
|
12329
12329
|
h("ul", {
|
12330
12330
|
class: b({ "stretch-tabs": t.stretchTabs }),
|
12331
12331
|
role: "tablist"
|
@@ -12345,8 +12345,8 @@ function Ff(e, n, t, a, l, i) {
|
|
12345
12345
|
iconClass: u.iconClass,
|
12346
12346
|
type: u.iconType
|
12347
12347
|
}, null, 8, ["iconClass", "type"])) : d("", !0),
|
12348
|
-
u.name ? (o(), s("span",
|
12349
|
-
], 8,
|
12348
|
+
u.name ? (o(), s("span", Af, p(u.name), 1)) : d("", !0)
|
12349
|
+
], 8, Pf)
|
12350
12350
|
], 2))), 128))
|
12351
12351
|
], 2),
|
12352
12352
|
t.useSlot ? (o(!0), s(C, { key: 0 }, A(t.tabs.length, (u) => ae((o(), s("div", {
|
@@ -12356,19 +12356,19 @@ function Ff(e, n, t, a, l, i) {
|
|
12356
12356
|
P(e.$slots, "tab-content-" + (u - 1))
|
12357
12357
|
])), [
|
12358
12358
|
[he, l.showTab === u - 1]
|
12359
|
-
])), 128)) : (o(), s("div",
|
12359
|
+
])), 128)) : (o(), s("div", jf, [
|
12360
12360
|
t.cmdHeadline ? (o(), y(r, F({ key: 0 }, t.cmdHeadline, {
|
12361
12361
|
headlineText: t.tabs[l.showTab].headlineText,
|
12362
12362
|
headlineLevel: t.tabs[l.showTab].headlineLevel
|
12363
12363
|
}), null, 16, ["headlineText", "headlineLevel"])) : d("", !0),
|
12364
12364
|
h("div", {
|
12365
12365
|
innerHTML: t.tabs[l.showTab].htmlContent
|
12366
|
-
}, null, 8,
|
12366
|
+
}, null, 8, Ff)
|
12367
12367
|
]))
|
12368
12368
|
]);
|
12369
12369
|
}
|
12370
|
-
const dy = /* @__PURE__ */ O(
|
12371
|
-
const
|
12370
|
+
const dy = /* @__PURE__ */ O(Nf, [["render", Vf]]);
|
12371
|
+
const Ef = {
|
12372
12372
|
name: "CmdTextImageBlock",
|
12373
12373
|
mixins: [K],
|
12374
12374
|
data() {
|
@@ -12473,11 +12473,11 @@ const Vf = {
|
|
12473
12473
|
immediate: !0
|
12474
12474
|
}
|
12475
12475
|
}
|
12476
|
-
},
|
12477
|
-
|
12478
|
-
|
12476
|
+
}, Hf = { class: "flex-container vertical" }, qf = ["innerHTML"], zf = ["innerHTML"], Rf = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), Uf = /* @__PURE__ */ h("span", null, "Add new paragraph", -1), Gf = [
|
12477
|
+
Rf,
|
12478
|
+
Uf
|
12479
12479
|
];
|
12480
|
-
function
|
12480
|
+
function Wf(e, n, t, a, l, i) {
|
12481
12481
|
var f, g, m, x;
|
12482
12482
|
const c = G, r = xe, u = ye;
|
12483
12483
|
return o(), s("div", {
|
@@ -12490,13 +12490,13 @@ function Gf(e, n, t, a, l, i) {
|
|
12490
12490
|
figcaption: (m = t.cmdImage) == null ? void 0 : m.figcaption,
|
12491
12491
|
editModeConfig: { allowAddItem: !1 }
|
12492
12492
|
}, null, 8, ["image", "figcaption"])) : d("", !0),
|
12493
|
-
h("div",
|
12493
|
+
h("div", Hf, [
|
12494
12494
|
((x = t.cmdHeadline) != null && x.headlineText || e.editModeContext) && (t.headlinePosition === "belowImage" || t.orientation === "horizontal") ? (o(), y(c, U(F({ key: 0 }, t.cmdHeadline)), null, 16)) : d("", !0),
|
12495
12495
|
t.htmlContent ? (o(), s("div", {
|
12496
12496
|
key: 1,
|
12497
12497
|
innerHTML: t.htmlContent,
|
12498
12498
|
class: b(i.textAlign)
|
12499
|
-
}, null, 10,
|
12499
|
+
}, null, 10, qf)) : d("", !0)
|
12500
12500
|
]),
|
12501
12501
|
e.editModeContext ? (o(), y(u, {
|
12502
12502
|
key: 2,
|
@@ -12520,19 +12520,19 @@ function Gf(e, n, t, a, l, i) {
|
|
12520
12520
|
key: 1,
|
12521
12521
|
innerHTML: t.htmlContent,
|
12522
12522
|
class: b(i.textAlign)
|
12523
|
-
}, null, 10,
|
12523
|
+
}, null, 10, zf)) : (o(), s("button", {
|
12524
12524
|
key: 2,
|
12525
12525
|
type: "button",
|
12526
12526
|
class: "button confirm",
|
12527
12527
|
onClick: n[1] || (n[1] = (...v) => i.onAddItem && i.onAddItem(...v))
|
12528
|
-
},
|
12528
|
+
}, Gf))
|
12529
12529
|
]),
|
12530
12530
|
_: 1
|
12531
12531
|
}, 8, ["componentProps", "componentPath", "allowDeleteComponent"])) : d("", !0)
|
12532
12532
|
], 2);
|
12533
12533
|
}
|
12534
|
-
const cy = /* @__PURE__ */ O(
|
12535
|
-
const
|
12534
|
+
const cy = /* @__PURE__ */ O(Ef, [["render", Wf]]);
|
12535
|
+
const Zf = {
|
12536
12536
|
name: "ToggleDarkMode",
|
12537
12537
|
mixins: [
|
12538
12538
|
K
|
@@ -12683,8 +12683,8 @@ const Wf = {
|
|
12683
12683
|
immediate: !0
|
12684
12684
|
}
|
12685
12685
|
}
|
12686
|
-
},
|
12687
|
-
function
|
12686
|
+
}, Qf = { key: 0 };
|
12687
|
+
function Jf(e, n, t, a, l, i) {
|
12688
12688
|
const c = q, r = $;
|
12689
12689
|
return o(), s("div", {
|
12690
12690
|
class: b(["cmd-toggle-dark-mode", { "styled-layout": t.useStyledLayout, "dark-mode": l.darkMode }])
|
@@ -12713,7 +12713,7 @@ function Qf(e, n, t, a, l, i) {
|
|
12713
12713
|
class: b(["button", { "dark-mode": l.darkMode }]),
|
12714
12714
|
onClick: n[0] || (n[0] = I((...u) => i.toggleColorScheme && i.toggleColorScheme(...u), ["prevent"]))
|
12715
12715
|
}, [
|
12716
|
-
t.showLabel ? (o(), s("span",
|
12716
|
+
t.showLabel ? (o(), s("span", Qf, p(i.labelText), 1)) : d("", !0),
|
12717
12717
|
k(c, {
|
12718
12718
|
iconClass: i.iconClass,
|
12719
12719
|
type: i.iconType,
|
@@ -12736,7 +12736,7 @@ function Qf(e, n, t, a, l, i) {
|
|
12736
12736
|
], 64))
|
12737
12737
|
], 2);
|
12738
12738
|
}
|
12739
|
-
const uy = /* @__PURE__ */ O(
|
12739
|
+
const uy = /* @__PURE__ */ O(Zf, [["render", Jf]]), Yf = {
|
12740
12740
|
data() {
|
12741
12741
|
return {
|
12742
12742
|
defaultMessageProperties: {
|
@@ -12789,7 +12789,7 @@ const uy = /* @__PURE__ */ O(Wf, [["render", Qf]]), Jf = {
|
|
12789
12789
|
};
|
12790
12790
|
}
|
12791
12791
|
};
|
12792
|
-
function
|
12792
|
+
function Kf(e) {
|
12793
12793
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
12794
12794
|
}
|
12795
12795
|
var Qt = { exports: {} }, xi = function(n, t) {
|
@@ -12798,30 +12798,30 @@ var Qt = { exports: {} }, xi = function(n, t) {
|
|
12798
12798
|
l[i] = arguments[i];
|
12799
12799
|
return n.apply(t, l);
|
12800
12800
|
};
|
12801
|
-
},
|
12801
|
+
}, Xf = xi, be = Object.prototype.toString;
|
12802
12802
|
function Jt(e) {
|
12803
12803
|
return be.call(e) === "[object Array]";
|
12804
12804
|
}
|
12805
12805
|
function Pt(e) {
|
12806
12806
|
return typeof e > "u";
|
12807
12807
|
}
|
12808
|
-
function
|
12808
|
+
function $f(e) {
|
12809
12809
|
return e !== null && !Pt(e) && e.constructor !== null && !Pt(e.constructor) && typeof e.constructor.isBuffer == "function" && e.constructor.isBuffer(e);
|
12810
12810
|
}
|
12811
|
-
function
|
12811
|
+
function eg(e) {
|
12812
12812
|
return be.call(e) === "[object ArrayBuffer]";
|
12813
12813
|
}
|
12814
|
-
function
|
12814
|
+
function tg(e) {
|
12815
12815
|
return typeof FormData < "u" && e instanceof FormData;
|
12816
12816
|
}
|
12817
|
-
function
|
12817
|
+
function ng(e) {
|
12818
12818
|
var n;
|
12819
12819
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? n = ArrayBuffer.isView(e) : n = e && e.buffer && e.buffer instanceof ArrayBuffer, n;
|
12820
12820
|
}
|
12821
|
-
function
|
12821
|
+
function ig(e) {
|
12822
12822
|
return typeof e == "string";
|
12823
12823
|
}
|
12824
|
-
function
|
12824
|
+
function lg(e) {
|
12825
12825
|
return typeof e == "number";
|
12826
12826
|
}
|
12827
12827
|
function ki(e) {
|
@@ -12833,28 +12833,28 @@ function Re(e) {
|
|
12833
12833
|
var n = Object.getPrototypeOf(e);
|
12834
12834
|
return n === null || n === Object.prototype;
|
12835
12835
|
}
|
12836
|
-
function
|
12836
|
+
function og(e) {
|
12837
12837
|
return be.call(e) === "[object Date]";
|
12838
12838
|
}
|
12839
|
-
function
|
12839
|
+
function sg(e) {
|
12840
12840
|
return be.call(e) === "[object File]";
|
12841
12841
|
}
|
12842
|
-
function
|
12842
|
+
function ag(e) {
|
12843
12843
|
return be.call(e) === "[object Blob]";
|
12844
12844
|
}
|
12845
12845
|
function vi(e) {
|
12846
12846
|
return be.call(e) === "[object Function]";
|
12847
12847
|
}
|
12848
|
-
function
|
12848
|
+
function rg(e) {
|
12849
12849
|
return ki(e) && vi(e.pipe);
|
12850
12850
|
}
|
12851
|
-
function
|
12851
|
+
function dg(e) {
|
12852
12852
|
return typeof URLSearchParams < "u" && e instanceof URLSearchParams;
|
12853
12853
|
}
|
12854
|
-
function
|
12854
|
+
function cg(e) {
|
12855
12855
|
return e.trim ? e.trim() : e.replace(/^\s+|\s+$/g, "");
|
12856
12856
|
}
|
12857
|
-
function
|
12857
|
+
function ug() {
|
12858
12858
|
return typeof navigator < "u" && (navigator.product === "ReactNative" || navigator.product === "NativeScript" || navigator.product === "NS") ? !1 : typeof window < "u" && typeof document < "u";
|
12859
12859
|
}
|
12860
12860
|
function Yt(e, n) {
|
@@ -12875,37 +12875,37 @@ function At() {
|
|
12875
12875
|
Yt(arguments[t], n);
|
12876
12876
|
return e;
|
12877
12877
|
}
|
12878
|
-
function
|
12878
|
+
function mg(e, n, t) {
|
12879
12879
|
return Yt(n, function(l, i) {
|
12880
|
-
t && typeof l == "function" ? e[i] =
|
12880
|
+
t && typeof l == "function" ? e[i] = Xf(l, t) : e[i] = l;
|
12881
12881
|
}), e;
|
12882
12882
|
}
|
12883
|
-
function
|
12883
|
+
function hg(e) {
|
12884
12884
|
return e.charCodeAt(0) === 65279 && (e = e.slice(1)), e;
|
12885
12885
|
}
|
12886
12886
|
var ne = {
|
12887
12887
|
isArray: Jt,
|
12888
|
-
isArrayBuffer:
|
12889
|
-
isBuffer:
|
12890
|
-
isFormData:
|
12891
|
-
isArrayBufferView:
|
12892
|
-
isString:
|
12893
|
-
isNumber:
|
12888
|
+
isArrayBuffer: eg,
|
12889
|
+
isBuffer: $f,
|
12890
|
+
isFormData: tg,
|
12891
|
+
isArrayBufferView: ng,
|
12892
|
+
isString: ig,
|
12893
|
+
isNumber: lg,
|
12894
12894
|
isObject: ki,
|
12895
12895
|
isPlainObject: Re,
|
12896
12896
|
isUndefined: Pt,
|
12897
|
-
isDate:
|
12898
|
-
isFile:
|
12899
|
-
isBlob:
|
12897
|
+
isDate: og,
|
12898
|
+
isFile: sg,
|
12899
|
+
isBlob: ag,
|
12900
12900
|
isFunction: vi,
|
12901
|
-
isStream:
|
12902
|
-
isURLSearchParams:
|
12903
|
-
isStandardBrowserEnv:
|
12901
|
+
isStream: rg,
|
12902
|
+
isURLSearchParams: dg,
|
12903
|
+
isStandardBrowserEnv: ug,
|
12904
12904
|
forEach: Yt,
|
12905
12905
|
merge: At,
|
12906
|
-
extend:
|
12907
|
-
trim:
|
12908
|
-
stripBOM:
|
12906
|
+
extend: mg,
|
12907
|
+
trim: cg,
|
12908
|
+
stripBOM: hg
|
12909
12909
|
}, _e = ne;
|
12910
12910
|
function Ln(e) {
|
12911
12911
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
@@ -12931,7 +12931,7 @@ var wi = function(n, t, a) {
|
|
12931
12931
|
c !== -1 && (n = n.slice(0, c)), n += (n.indexOf("?") === -1 ? "?" : "&") + l;
|
12932
12932
|
}
|
12933
12933
|
return n;
|
12934
|
-
},
|
12934
|
+
}, fg = ne;
|
12935
12935
|
function et() {
|
12936
12936
|
this.handlers = [];
|
12937
12937
|
}
|
@@ -12947,12 +12947,12 @@ et.prototype.eject = function(n) {
|
|
12947
12947
|
this.handlers[n] && (this.handlers[n] = null);
|
12948
12948
|
};
|
12949
12949
|
et.prototype.forEach = function(n) {
|
12950
|
-
|
12950
|
+
fg.forEach(this.handlers, function(a) {
|
12951
12951
|
a !== null && n(a);
|
12952
12952
|
});
|
12953
12953
|
};
|
12954
|
-
var
|
12955
|
-
|
12954
|
+
var gg = et, pg = ne, yg = function(n, t) {
|
12955
|
+
pg.forEach(n, function(l, i) {
|
12956
12956
|
i !== t && i.toUpperCase() === t.toUpperCase() && (n[t] = l, delete n[i]);
|
12957
12957
|
});
|
12958
12958
|
}, Ti = function(n, t, a, l, i) {
|
@@ -12987,7 +12987,7 @@ function Ii() {
|
|
12987
12987
|
}, at;
|
12988
12988
|
}
|
12989
12989
|
var rt, Nn;
|
12990
|
-
function
|
12990
|
+
function bg() {
|
12991
12991
|
if (Nn)
|
12992
12992
|
return rt;
|
12993
12993
|
Nn = 1;
|
@@ -13004,7 +13004,7 @@ function yg() {
|
|
13004
13004
|
}, rt;
|
13005
13005
|
}
|
13006
13006
|
var dt, Bn;
|
13007
|
-
function
|
13007
|
+
function _g() {
|
13008
13008
|
if (Bn)
|
13009
13009
|
return dt;
|
13010
13010
|
Bn = 1;
|
@@ -13042,29 +13042,29 @@ function bg() {
|
|
13042
13042
|
), dt;
|
13043
13043
|
}
|
13044
13044
|
var ct, Pn;
|
13045
|
-
function
|
13045
|
+
function Cg() {
|
13046
13046
|
return Pn || (Pn = 1, ct = function(n) {
|
13047
13047
|
return /^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(n);
|
13048
13048
|
}), ct;
|
13049
13049
|
}
|
13050
13050
|
var ut, An;
|
13051
|
-
function
|
13051
|
+
function xg() {
|
13052
13052
|
return An || (An = 1, ut = function(n, t) {
|
13053
13053
|
return t ? n.replace(/\/+$/, "") + "/" + t.replace(/^\/+/, "") : n;
|
13054
13054
|
}), ut;
|
13055
13055
|
}
|
13056
13056
|
var mt, jn;
|
13057
|
-
function
|
13057
|
+
function kg() {
|
13058
13058
|
if (jn)
|
13059
13059
|
return mt;
|
13060
13060
|
jn = 1;
|
13061
|
-
var e =
|
13061
|
+
var e = Cg(), n = xg();
|
13062
13062
|
return mt = function(a, l) {
|
13063
13063
|
return a && !e(l) ? n(a, l) : l;
|
13064
13064
|
}, mt;
|
13065
13065
|
}
|
13066
13066
|
var ht, Fn;
|
13067
|
-
function
|
13067
|
+
function vg() {
|
13068
13068
|
if (Fn)
|
13069
13069
|
return ht;
|
13070
13070
|
Fn = 1;
|
@@ -13100,7 +13100,7 @@ function kg() {
|
|
13100
13100
|
}, ht;
|
13101
13101
|
}
|
13102
13102
|
var ft, Vn;
|
13103
|
-
function
|
13103
|
+
function wg() {
|
13104
13104
|
if (Vn)
|
13105
13105
|
return ft;
|
13106
13106
|
Vn = 1;
|
@@ -13154,7 +13154,7 @@ function qn() {
|
|
13154
13154
|
if (Hn)
|
13155
13155
|
return pt;
|
13156
13156
|
Hn = 1;
|
13157
|
-
var e = ne, n =
|
13157
|
+
var e = ne, n = bg(), t = _g(), a = wi, l = kg(), i = vg(), c = wg(), r = Ii(), u = nt(), f = tt();
|
13158
13158
|
return pt = function(m) {
|
13159
13159
|
return new Promise(function(_, v) {
|
13160
13160
|
var S = m.data, w = m.headers, M = m.responseType, L;
|
@@ -13217,7 +13217,7 @@ function nt() {
|
|
13217
13217
|
if (zn)
|
13218
13218
|
return yt;
|
13219
13219
|
zn = 1;
|
13220
|
-
var e = ne, n =
|
13220
|
+
var e = ne, n = yg, t = Ti, a = {
|
13221
13221
|
"Content-Type": "application/x-www-form-urlencoded"
|
13222
13222
|
};
|
13223
13223
|
function l(u, f) {
|
@@ -13282,9 +13282,9 @@ function nt() {
|
|
13282
13282
|
r.headers[f] = e.merge(a);
|
13283
13283
|
}), yt = r, yt;
|
13284
13284
|
}
|
13285
|
-
var
|
13286
|
-
var l = this ||
|
13287
|
-
return
|
13285
|
+
var Tg = ne, Ig = nt(), Sg = function(n, t, a) {
|
13286
|
+
var l = this || Ig;
|
13287
|
+
return Tg.forEach(a, function(c) {
|
13288
13288
|
n = c.call(l, n, t);
|
13289
13289
|
}), n;
|
13290
13290
|
}, bt, Rn;
|
@@ -13293,12 +13293,12 @@ function Si() {
|
|
13293
13293
|
return !!(n && n.__CANCEL__);
|
13294
13294
|
}), bt;
|
13295
13295
|
}
|
13296
|
-
var Un = ne, _t =
|
13296
|
+
var Un = ne, _t = Sg, Mg = Si(), Og = nt(), Lg = tt();
|
13297
13297
|
function Ct(e) {
|
13298
13298
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
13299
|
-
throw new
|
13299
|
+
throw new Lg("canceled");
|
13300
13300
|
}
|
13301
|
-
var
|
13301
|
+
var Dg = function(n) {
|
13302
13302
|
Ct(n), n.headers = n.headers || {}, n.data = _t.call(
|
13303
13303
|
n,
|
13304
13304
|
n.data,
|
@@ -13314,7 +13314,7 @@ var Lg = function(n) {
|
|
13314
13314
|
delete n.headers[l];
|
13315
13315
|
}
|
13316
13316
|
);
|
13317
|
-
var t = n.adapter ||
|
13317
|
+
var t = n.adapter || Og.adapter;
|
13318
13318
|
return t(n).then(function(l) {
|
13319
13319
|
return Ct(n), l.data = _t.call(
|
13320
13320
|
n,
|
@@ -13323,7 +13323,7 @@ var Lg = function(n) {
|
|
13323
13323
|
n.transformResponse
|
13324
13324
|
), l;
|
13325
13325
|
}, function(l) {
|
13326
|
-
return
|
13326
|
+
return Mg(l) || (Ct(n), l && l.response && (l.response.data = _t.call(
|
13327
13327
|
n,
|
13328
13328
|
l.response.data,
|
13329
13329
|
l.response.headers,
|
@@ -13398,7 +13398,7 @@ function Oi() {
|
|
13398
13398
|
version: "0.24.0"
|
13399
13399
|
}), xt;
|
13400
13400
|
}
|
13401
|
-
var
|
13401
|
+
var Ng = Oi().version, Kt = {};
|
13402
13402
|
["object", "boolean", "number", "function", "string", "symbol"].forEach(function(e, n) {
|
13403
13403
|
Kt[e] = function(a) {
|
13404
13404
|
return typeof a === e || "a" + (n < 1 ? "n " : " ") + e;
|
@@ -13407,7 +13407,7 @@ var Dg = Oi().version, Kt = {};
|
|
13407
13407
|
var Wn = {};
|
13408
13408
|
Kt.transitional = function(n, t, a) {
|
13409
13409
|
function l(i, c) {
|
13410
|
-
return "[Axios v" +
|
13410
|
+
return "[Axios v" + Ng + "] Transitional option '" + i + "'" + c + (a ? ". " + a : "");
|
13411
13411
|
}
|
13412
13412
|
return function(i, c, r) {
|
13413
13413
|
if (n === !1)
|
@@ -13420,7 +13420,7 @@ Kt.transitional = function(n, t, a) {
|
|
13420
13420
|
)), n ? n(i, c, r) : !0;
|
13421
13421
|
};
|
13422
13422
|
};
|
13423
|
-
function
|
13423
|
+
function Bg(e, n, t) {
|
13424
13424
|
if (typeof e != "object")
|
13425
13425
|
throw new TypeError("options must be an object");
|
13426
13426
|
for (var a = Object.keys(e), l = a.length; l-- > 0; ) {
|
@@ -13435,10 +13435,10 @@ function Ng(e, n, t) {
|
|
13435
13435
|
throw Error("Unknown option " + i);
|
13436
13436
|
}
|
13437
13437
|
}
|
13438
|
-
var
|
13439
|
-
assertOptions:
|
13438
|
+
var Pg = {
|
13439
|
+
assertOptions: Bg,
|
13440
13440
|
validators: Kt
|
13441
|
-
}, Li = ne,
|
13441
|
+
}, Li = ne, Ag = wi, Zn = gg, Qn = Dg, it = Mi, Di = Pg, Ce = Di.validators;
|
13442
13442
|
function Ve(e) {
|
13443
13443
|
this.defaults = e, this.interceptors = {
|
13444
13444
|
request: new Zn(),
|
@@ -13487,7 +13487,7 @@ Ve.prototype.request = function(n) {
|
|
13487
13487
|
return c;
|
13488
13488
|
};
|
13489
13489
|
Ve.prototype.getUri = function(n) {
|
13490
|
-
return n = it(this.defaults, n),
|
13490
|
+
return n = it(this.defaults, n), Ag(n.url, n.params, n.paramsSerializer).replace(/^\?/, "");
|
13491
13491
|
};
|
13492
13492
|
Li.forEach(["delete", "get", "head", "options"], function(n) {
|
13493
13493
|
Ve.prototype[n] = function(t, a) {
|
@@ -13507,8 +13507,8 @@ Li.forEach(["post", "put", "patch"], function(n) {
|
|
13507
13507
|
}));
|
13508
13508
|
};
|
13509
13509
|
});
|
13510
|
-
var
|
13511
|
-
function
|
13510
|
+
var jg = Ve, kt, Jn;
|
13511
|
+
function Fg() {
|
13512
13512
|
if (Jn)
|
13513
13513
|
return kt;
|
13514
13514
|
Jn = 1;
|
@@ -13564,7 +13564,7 @@ function jg() {
|
|
13564
13564
|
}, kt = n, kt;
|
13565
13565
|
}
|
13566
13566
|
var vt, Yn;
|
13567
|
-
function
|
13567
|
+
function Vg() {
|
13568
13568
|
return Yn || (Yn = 1, vt = function(n) {
|
13569
13569
|
return function(a) {
|
13570
13570
|
return n.apply(null, a);
|
@@ -13572,37 +13572,37 @@ function Fg() {
|
|
13572
13572
|
}), vt;
|
13573
13573
|
}
|
13574
13574
|
var wt, Kn;
|
13575
|
-
function
|
13575
|
+
function Eg() {
|
13576
13576
|
return Kn || (Kn = 1, wt = function(n) {
|
13577
13577
|
return typeof n == "object" && n.isAxiosError === !0;
|
13578
13578
|
}), wt;
|
13579
13579
|
}
|
13580
|
-
var Xn = ne,
|
13580
|
+
var Xn = ne, Hg = xi, Ue = jg, qg = Mi, zg = nt();
|
13581
13581
|
function Ni(e) {
|
13582
|
-
var n = new Ue(e), t =
|
13582
|
+
var n = new Ue(e), t = Hg(Ue.prototype.request, n);
|
13583
13583
|
return Xn.extend(t, Ue.prototype, n), Xn.extend(t, n), t.create = function(l) {
|
13584
|
-
return Ni(
|
13584
|
+
return Ni(qg(e, l));
|
13585
13585
|
}, t;
|
13586
13586
|
}
|
13587
|
-
var re = Ni(
|
13587
|
+
var re = Ni(zg);
|
13588
13588
|
re.Axios = Ue;
|
13589
13589
|
re.Cancel = tt();
|
13590
|
-
re.CancelToken =
|
13590
|
+
re.CancelToken = Fg();
|
13591
13591
|
re.isCancel = Si();
|
13592
13592
|
re.VERSION = Oi().version;
|
13593
13593
|
re.all = function(n) {
|
13594
13594
|
return Promise.all(n);
|
13595
13595
|
};
|
13596
|
-
re.spread =
|
13597
|
-
re.isAxiosError =
|
13596
|
+
re.spread = Vg();
|
13597
|
+
re.isAxiosError = Eg();
|
13598
13598
|
Qt.exports = re;
|
13599
13599
|
Qt.exports.default = re;
|
13600
|
-
var
|
13601
|
-
const
|
13602
|
-
const
|
13600
|
+
var Rg = Qt.exports, Ug = Rg;
|
13601
|
+
const Gg = /* @__PURE__ */ Kf(Ug);
|
13602
|
+
const Wg = {
|
13603
13603
|
name: "CmdUploadForm",
|
13604
13604
|
emits: ["click", "error", "upload-complete", "upload-file-success"],
|
13605
|
-
mixins: [
|
13605
|
+
mixins: [le, Yf],
|
13606
13606
|
data() {
|
13607
13607
|
return {
|
13608
13608
|
comment: "",
|
@@ -14104,7 +14104,7 @@ const Gg = {
|
|
14104
14104
|
return n.abortController = new AbortController(), t.set(
|
14105
14105
|
this.uploadOptions.filesParam ? this.uploadOptions.filesParam : "files",
|
14106
14106
|
n.file
|
14107
|
-
),
|
14107
|
+
), Gg.post(e, t, {
|
14108
14108
|
signal: n.abortController.signal,
|
14109
14109
|
onUploadProgress: (a) => this.onUploadProgress(a, n)
|
14110
14110
|
}).then((a) => (this.$emit("upload-file-success", n), a)).then((a) => {
|
@@ -14125,30 +14125,30 @@ const Gg = {
|
|
14125
14125
|
}
|
14126
14126
|
}
|
14127
14127
|
}
|
14128
|
-
},
|
14128
|
+
}, Zg = { key: 0 }, Qg = {
|
14129
14129
|
key: 1,
|
14130
14130
|
class: "flex-container vertical"
|
14131
|
-
},
|
14131
|
+
}, Jg = {
|
14132
14132
|
key: 0,
|
14133
14133
|
class: "flex-container vertical list-files-wrapper"
|
14134
|
-
},
|
14134
|
+
}, Yg = {
|
14135
14135
|
key: 0,
|
14136
14136
|
class: "list-of-files total-files"
|
14137
|
-
},
|
14137
|
+
}, Kg = { class: "flex-container no-flex" }, Xg = ["title"], $g = {
|
14138
14138
|
key: 0,
|
14139
14139
|
class: "progressbar"
|
14140
|
-
},
|
14140
|
+
}, ep = ["value", "title"], tp = /* @__PURE__ */ h("hr", null, null, -1), np = { class: "flex-container vertical list-files-wrapper" }, ip = { class: "list-of-files" }, lp = ["title", "onClick"], op = {
|
14141
14141
|
key: 0,
|
14142
14142
|
class: "progressbar"
|
14143
|
-
},
|
14143
|
+
}, sp = ["value", "title"], ap = ["title"], rp = /* @__PURE__ */ h("hr", null, null, -1), dp = { class: "upload-conditions" }, cp = { class: "small" }, up = ["title"], mp = {
|
14144
14144
|
key: 0,
|
14145
14145
|
class: "list-of-file-extensions"
|
14146
|
-
},
|
14146
|
+
}, hp = { class: "flex-container vertical no-gap" }, fp = ["disabled"], gp = { key: 0 }, pp = { key: 1 }, yp = { class: "button-wrapper no-flex" }, bp = ["disabled"], _p = { key: 0 }, Cp = { key: 1 }, xp = {
|
14147
14147
|
key: 0,
|
14148
14148
|
class: "progressbar"
|
14149
|
-
},
|
14150
|
-
function
|
14151
|
-
const c = G, r =
|
14149
|
+
}, kp = ["value", "title"];
|
14150
|
+
function vp(e, n, t, a, l, i) {
|
14151
|
+
const c = G, r = _f, u = q, f = $;
|
14152
14152
|
return o(), s(C, null, [
|
14153
14153
|
t.advancedMode ? (o(), s("fieldset", {
|
14154
14154
|
key: 0,
|
@@ -14165,7 +14165,7 @@ function kp(e, n, t, a, l, i) {
|
|
14165
14165
|
systemMessage: i.allSystemMessages.length === 1 ? i.allSystemMessages[0] : e.getMessage("cmduploadform.system_message.the_following_errors_occurred")
|
14166
14166
|
}, {
|
14167
14167
|
default: N(() => [
|
14168
|
-
i.allSystemMessages.length > 1 ? (o(), s("ul",
|
14168
|
+
i.allSystemMessages.length > 1 ? (o(), s("ul", Zg, [
|
14169
14169
|
(o(!0), s(C, null, A(i.allSystemMessages, (g, m) => (o(), s("li", { key: m }, p(g), 1))), 128))
|
14170
14170
|
])) : d("", !0)
|
14171
14171
|
]),
|
@@ -14174,16 +14174,16 @@ function kp(e, n, t, a, l, i) {
|
|
14174
14174
|
h("div", F({
|
14175
14175
|
class: ["box flex-container vertical", { "drop-area": t.enableDragAndDrop, "allow-drop": l.allowDrop }]
|
14176
14176
|
}, Tt(i.dragAndDropHandler, !0)), [
|
14177
|
-
l.listOfFiles.length ? (o(), s("div",
|
14178
|
-
t.showTotalUpload && l.listOfFiles.length !== 1 ? (o(), s("div",
|
14177
|
+
l.listOfFiles.length ? (o(), s("div", Qg, [
|
14178
|
+
t.showTotalUpload && l.listOfFiles.length !== 1 ? (o(), s("div", Jg, [
|
14179
14179
|
k(c, F(t.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
14180
14180
|
default: N(() => [
|
14181
14181
|
j(p(e.getMessage("cmduploadform.headline.summary_of_all_files")), 1)
|
14182
14182
|
]),
|
14183
14183
|
_: 1
|
14184
14184
|
}, 16),
|
14185
|
-
t.showTotalUpload && l.listOfFiles.length !== 1 ? (o(), s("ul",
|
14186
|
-
h("li",
|
14185
|
+
t.showTotalUpload && l.listOfFiles.length !== 1 ? (o(), s("ul", Yg, [
|
14186
|
+
h("li", Kg, [
|
14187
14187
|
h("a", {
|
14188
14188
|
href: "#",
|
14189
14189
|
title: e.getMessage("cmduploadform.labeltext.remove_all_files_from_list"),
|
@@ -14193,7 +14193,7 @@ function kp(e, n, t, a, l, i) {
|
|
14193
14193
|
iconClass: e.deleteIcon.iconClass,
|
14194
14194
|
type: e.deleteIcon.iconClass
|
14195
14195
|
}, null, 8, ["iconClass", "type"])
|
14196
|
-
], 8,
|
14196
|
+
], 8, Xg),
|
14197
14197
|
h("span", null, [
|
14198
14198
|
j(p(l.listOfFiles.length) + " ", 1),
|
14199
14199
|
t.allowMultipleFileUploads ? (o(), s(C, { key: 1 }, [
|
@@ -14208,26 +14208,26 @@ function kp(e, n, t, a, l, i) {
|
|
14208
14208
|
{ error: t.maxTotalUploadSize > 0 && i.totalSize > t.maxTotalUploadSize }
|
14209
14209
|
])
|
14210
14210
|
}, " (" + p(i.formatSize(i.totalSize)) + ") ", 3),
|
14211
|
-
l.uploadInitiated ? (o(), s("span",
|
14211
|
+
l.uploadInitiated ? (o(), s("span", $g, [
|
14212
14212
|
h("span", null, p(i.getPercentage(i.totalUploadProgress)), 1),
|
14213
14213
|
h("progress", {
|
14214
14214
|
max: "100",
|
14215
14215
|
value: i.totalUploadProgress,
|
14216
14216
|
title: i.totalBytesUploaded
|
14217
|
-
}, null, 8,
|
14217
|
+
}, null, 8, ep)
|
14218
14218
|
])) : d("", !0)
|
14219
14219
|
])
|
14220
14220
|
])) : d("", !0),
|
14221
|
-
|
14221
|
+
tp
|
14222
14222
|
])) : d("", !0),
|
14223
|
-
h("div",
|
14223
|
+
h("div", np, [
|
14224
14224
|
k(c, F(t.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
14225
14225
|
default: N(() => [
|
14226
14226
|
j(p(e.getMessage("cmduploadform.headline.list_of_selected_files")), 1)
|
14227
14227
|
]),
|
14228
14228
|
_: 1
|
14229
14229
|
}, 16),
|
14230
|
-
h("ul",
|
14230
|
+
h("ul", ip, [
|
14231
14231
|
(o(!0), s(C, null, A(l.listOfFiles, (g, m) => (o(), s("li", {
|
14232
14232
|
key: m,
|
14233
14233
|
class: "flex-container no-flex"
|
@@ -14241,7 +14241,7 @@ function kp(e, n, t, a, l, i) {
|
|
14241
14241
|
iconClass: t.iconDelete.iconClass,
|
14242
14242
|
type: t.iconDelete.iconType
|
14243
14243
|
}, null, 8, ["iconClass", "type"])
|
14244
|
-
], 8,
|
14244
|
+
], 8, lp),
|
14245
14245
|
h("span", {
|
14246
14246
|
class: b([
|
14247
14247
|
"text-align-right",
|
@@ -14252,13 +14252,13 @@ function kp(e, n, t, a, l, i) {
|
|
14252
14252
|
j(p(g.file.name) + " ", 1),
|
14253
14253
|
h("small", null, "(" + p(i.formatSize(g.file.size)) + ")", 1)
|
14254
14254
|
], 2),
|
14255
|
-
l.uploadInitiated && !g.error ? (o(), s("span",
|
14255
|
+
l.uploadInitiated && !g.error ? (o(), s("span", op, [
|
14256
14256
|
h("span", null, p(i.getPercentage(g.progress)), 1),
|
14257
14257
|
h("progress", {
|
14258
14258
|
max: "100",
|
14259
14259
|
value: g.progress,
|
14260
14260
|
title: i.formatSize(g.uploadedBytes) + "/" + i.formatSize(g.file.size)
|
14261
|
-
}, null, 8,
|
14261
|
+
}, null, 8, sp)
|
14262
14262
|
])) : d("", !0)
|
14263
14263
|
]))), 128))
|
14264
14264
|
]),
|
@@ -14267,8 +14267,8 @@ function kp(e, n, t, a, l, i) {
|
|
14267
14267
|
href: "#",
|
14268
14268
|
onClick: n[1] || (n[1] = I((...g) => i.cancel && i.cancel(...g), ["prevent"])),
|
14269
14269
|
title: e.getMessage("cmduploadform.all_files_will_be_removed")
|
14270
|
-
}, p(e.getMessage("cmduploadform.reset_upload")), 9,
|
14271
|
-
|
14270
|
+
}, p(e.getMessage("cmduploadform.reset_upload")), 9, ap)) : d("", !0),
|
14271
|
+
rp
|
14272
14272
|
])
|
14273
14273
|
])) : (o(), s(C, { key: 0 }, [
|
14274
14274
|
t.allowMultipleFileUploads ? (o(), y(c, F({ key: 0 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
@@ -14278,7 +14278,7 @@ function kp(e, n, t, a, l, i) {
|
|
14278
14278
|
_: 1
|
14279
14279
|
}, 16)) : d("", !0)
|
14280
14280
|
], 64)),
|
14281
|
-
h("div",
|
14281
|
+
h("div", dp, [
|
14282
14282
|
t.allowMultipleFileUploads && l.listOfFiles.length ? (o(), y(c, F({ key: 0 }, t.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
|
14283
14283
|
default: N(() => [
|
14284
14284
|
j(p(e.getMessage("cmduploadform.headline.select_additional_files")), 1)
|
@@ -14291,7 +14291,7 @@ function kp(e, n, t, a, l, i) {
|
|
14291
14291
|
]),
|
14292
14292
|
_: 1
|
14293
14293
|
}, 16)) : d("", !0),
|
14294
|
-
h("dl",
|
14294
|
+
h("dl", cp, [
|
14295
14295
|
t.maxTotalUploadSize > 0 ? (o(), s(C, { key: 0 }, [
|
14296
14296
|
h("dt", {
|
14297
14297
|
class: b({ error: i.totalSize > t.maxTotalUploadSize })
|
@@ -14319,10 +14319,10 @@ function kp(e, n, t, a, l, i) {
|
|
14319
14319
|
iconClass: l.showListOfFileExtensions ? t.iconInvisible.iconClass : t.iconVisible.iconClass,
|
14320
14320
|
type: l.showListOfFileExtensions ? t.iconInvisible.iconType : t.iconVisible.iconType
|
14321
14321
|
}, null, 8, ["iconClass", "type"])
|
14322
|
-
], 8,
|
14322
|
+
], 8, up),
|
14323
14323
|
k(ge, { name: "fade" }, {
|
14324
14324
|
default: N(() => [
|
14325
|
-
l.showListOfFileExtensions ? (o(), s("ul",
|
14325
|
+
l.showListOfFileExtensions ? (o(), s("ul", mp, [
|
14326
14326
|
(o(!0), s(C, null, A(t.allowedFileExtensions, (g, m) => (o(), s("li", {
|
14327
14327
|
key: m,
|
14328
14328
|
class: b({ error: l.errors.fileType })
|
@@ -14334,7 +14334,7 @@ function kp(e, n, t, a, l, i) {
|
|
14334
14334
|
])
|
14335
14335
|
])
|
14336
14336
|
]),
|
14337
|
-
h("div",
|
14337
|
+
h("div", hp, [
|
14338
14338
|
h("button", {
|
14339
14339
|
type: "button",
|
14340
14340
|
class: b(["button upload primary", { disabled: l.uploadInitiated }]),
|
@@ -14345,8 +14345,8 @@ function kp(e, n, t, a, l, i) {
|
|
14345
14345
|
iconClass: t.iconFileUpload.iconClass,
|
14346
14346
|
type: t.iconFileUpload.iconType
|
14347
14347
|
}, null, 8, ["iconClass", "type"]),
|
14348
|
-
t.allowMultipleFileUploads ? (o(), s("span",
|
14349
|
-
], 10,
|
14348
|
+
t.allowMultipleFileUploads ? (o(), s("span", gp, p(e.getMessage("cmduploadform.labeltext.select_files")), 1)) : (o(), s("span", pp, p(e.getMessage("cmduploadform.labeltext.select_file")), 1))
|
14349
|
+
], 10, fp),
|
14350
14350
|
t.enableDragAndDrop ? (o(), s("p", {
|
14351
14351
|
key: 0,
|
14352
14352
|
class: b(["text-drag-and-drop", { disabled: l.uploadInitiated }])
|
@@ -14376,7 +14376,7 @@ function kp(e, n, t, a, l, i) {
|
|
14376
14376
|
placeholder: e.getMessage("cmduploadform.placeholder.comment"),
|
14377
14377
|
status: t.commentStatusMessage ? "error" : ""
|
14378
14378
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : d("", !0),
|
14379
|
-
h("div",
|
14379
|
+
h("div", yp, [
|
14380
14380
|
h("button", {
|
14381
14381
|
class: b([
|
14382
14382
|
"button primary",
|
@@ -14391,8 +14391,8 @@ function kp(e, n, t, a, l, i) {
|
|
14391
14391
|
iconClass: t.iconUpload.iconClass,
|
14392
14392
|
type: t.iconUpload.iconType
|
14393
14393
|
}, null, 8, ["iconClass", "type"]),
|
14394
|
-
l.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (o(), s("span",
|
14395
|
-
], 10,
|
14394
|
+
l.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (o(), s("span", _p, p(e.getMessage("cmduploadform.buttontext.upload_file")), 1)) : (o(), s("span", Cp, p(e.getMessage("cmduploadform.buttontext.upload_files")), 1))
|
14395
|
+
], 10, bp),
|
14396
14396
|
h("button", {
|
14397
14397
|
class: b(["button", { disabled: l.listOfFiles.length === 0 }]),
|
14398
14398
|
onClick: n[6] || (n[6] = (...g) => i.cancel && i.cancel(...g))
|
@@ -14410,13 +14410,13 @@ function kp(e, n, t, a, l, i) {
|
|
14410
14410
|
onClick: n[7] || (n[7] = I((...g) => i.selectFiles && i.selectFiles(...g), ["prevent"])),
|
14411
14411
|
class: ["cmd-upload-form box", { "drop-area": t.enableDragAndDrop, "allow-drop": l.allowDrop }]
|
14412
14412
|
}, Tt(i.dragAndDropHandler, !0)), [
|
14413
|
-
l.uploadInitiated ? (o(), s("span",
|
14413
|
+
l.uploadInitiated ? (o(), s("span", xp, [
|
14414
14414
|
h("span", null, p(i.getPercentage(i.totalUploadProgress)), 1),
|
14415
14415
|
h("progress", {
|
14416
14416
|
max: "100",
|
14417
14417
|
value: i.totalUploadProgress,
|
14418
14418
|
title: i.totalBytesUploaded
|
14419
|
-
}, null, 8,
|
14419
|
+
}, null, 8, kp)
|
14420
14420
|
])) : d("", !0),
|
14421
14421
|
P(e.$slots, "default", {}, () => [
|
14422
14422
|
t.enableDragAndDrop ? (o(), s(C, { key: 1 }, [
|
@@ -14455,8 +14455,8 @@ function kp(e, n, t, a, l, i) {
|
|
14455
14455
|
}, null, 8, ["labelText", "disabled", "multiple", "onChange"])
|
14456
14456
|
], 64);
|
14457
14457
|
}
|
14458
|
-
const my = /* @__PURE__ */ O(
|
14459
|
-
const
|
14458
|
+
const my = /* @__PURE__ */ O(Wg, [["render", vp]]);
|
14459
|
+
const wp = {
|
14460
14460
|
name: "CmdWidthLimitationWrapper",
|
14461
14461
|
props: {
|
14462
14462
|
numberOfColumns: {
|
@@ -14537,8 +14537,8 @@ const vp = {
|
|
14537
14537
|
return this.innerComponent === "header" ? "site-header" : this.innerComponent === "footer" ? "site-footer" : "";
|
14538
14538
|
}
|
14539
14539
|
}
|
14540
|
-
},
|
14541
|
-
function
|
14540
|
+
}, Tp = ["id"], Ip = ["id"];
|
14541
|
+
function Sp(e, n, t, a, l, i) {
|
14542
14542
|
const c = G;
|
14543
14543
|
return o(), s("div", {
|
14544
14544
|
class: b(["cmd-width-limitation-wrapper", { sticky: t.sticky }])
|
@@ -14565,22 +14565,22 @@ function Ip(e, n, t, a, l, i) {
|
|
14565
14565
|
P(e.$slots, "default")
|
14566
14566
|
], 2))), 128))
|
14567
14567
|
], 2))
|
14568
|
-
], 10,
|
14568
|
+
], 10, Tp)) : (o(), s(C, { key: 1 }, [
|
14569
14569
|
t.anchorId ? (o(), s("a", {
|
14570
14570
|
key: 0,
|
14571
14571
|
id: t.anchorId
|
14572
|
-
}, null, 8,
|
14572
|
+
}, null, 8, Ip)) : d("", !0),
|
14573
14573
|
P(e.$slots, "default")
|
14574
14574
|
], 64))
|
14575
14575
|
], 2);
|
14576
14576
|
}
|
14577
|
-
const hy = /* @__PURE__ */ O(
|
14577
|
+
const hy = /* @__PURE__ */ O(wp, [["render", Sp]]), Mp = {
|
14578
14578
|
name: "ContactInformation",
|
14579
14579
|
props: {
|
14580
14580
|
/**
|
14581
|
-
* properties for
|
14581
|
+
* properties for CmdBasicForm-component
|
14582
14582
|
*/
|
14583
|
-
|
14583
|
+
cmdBasicForm: {
|
14584
14584
|
type: Object,
|
14585
14585
|
default: null
|
14586
14586
|
},
|
@@ -14607,22 +14607,22 @@ const hy = /* @__PURE__ */ O(vp, [["render", Ip]]), Sp = {
|
|
14607
14607
|
return !this.$scopedSlots["custom-info"];
|
14608
14608
|
}
|
14609
14609
|
}
|
14610
|
-
},
|
14610
|
+
}, Op = {
|
14611
14611
|
key: 1,
|
14612
14612
|
class: "flex-container"
|
14613
|
-
},
|
14614
|
-
function
|
14615
|
-
const c =
|
14616
|
-
return i.contactFormOnly ? (o(), y(c, U(F({ key: 0 },
|
14617
|
-
k(c, U(qi(
|
14618
|
-
h("div",
|
14613
|
+
}, Lp = { class: "flex-container vertical" };
|
14614
|
+
function Dp(e, n, t, a, l, i) {
|
14615
|
+
const c = Aa, r = sa, u = Kc;
|
14616
|
+
return i.contactFormOnly ? (o(), y(c, U(F({ key: 0 }, e.basicForm)), null, 16)) : (o(), s("div", Op, [
|
14617
|
+
k(c, U(qi(e.basicForm)), null, 16),
|
14618
|
+
h("div", Lp, [
|
14619
14619
|
t.cmdAddressData ? (o(), y(r, U(F({ key: 0 }, t.cmdAddressData)), null, 16)) : d("", !0),
|
14620
14620
|
t.cmdGoogleMaps ? (o(), y(u, U(F({ key: 1 }, t.cmdGoogleMaps)), null, 16)) : d("", !0),
|
14621
14621
|
P(e.$slots, "additional-info")
|
14622
14622
|
])
|
14623
14623
|
]));
|
14624
14624
|
}
|
14625
|
-
const fy = /* @__PURE__ */ O(
|
14625
|
+
const fy = /* @__PURE__ */ O(Mp, [["render", Dp]]), Np = {
|
14626
14626
|
name: "MultipleBoxWrapper",
|
14627
14627
|
props: {
|
14628
14628
|
segments: {
|
@@ -14630,10 +14630,10 @@ const fy = /* @__PURE__ */ O(Sp, [["render", Lp]]), Dp = {
|
|
14630
14630
|
default: null
|
14631
14631
|
}
|
14632
14632
|
}
|
14633
|
-
},
|
14634
|
-
function
|
14635
|
-
const c = Ci, r =
|
14636
|
-
return o(), s("div",
|
14633
|
+
}, Bp = { class: "cmd-page-multiple-box-wrapper flex-container vertical" };
|
14634
|
+
function Pp(e, n, t, a, l, i) {
|
14635
|
+
const c = Ci, r = Od;
|
14636
|
+
return o(), s("div", Bp, [
|
14637
14637
|
(o(!0), s(C, null, A(t.segments, (u, f) => (o(), s(C, { key: f }, [
|
14638
14638
|
k(r, {
|
14639
14639
|
boxesPerRow: u.boxesPerRow,
|
@@ -14660,7 +14660,7 @@ function Bp(e, n, t, a, l, i) {
|
|
14660
14660
|
], 64))), 128))
|
14661
14661
|
]);
|
14662
14662
|
}
|
14663
|
-
const gy = /* @__PURE__ */ O(
|
14663
|
+
const gy = /* @__PURE__ */ O(Np, [["render", Pp]]), Ap = {
|
14664
14664
|
name: "MultipleListsOfLinks",
|
14665
14665
|
props: {
|
14666
14666
|
segments: {
|
@@ -14668,10 +14668,10 @@ const gy = /* @__PURE__ */ O(Dp, [["render", Bp]]), Pp = {
|
|
14668
14668
|
default: null
|
14669
14669
|
}
|
14670
14670
|
}
|
14671
|
-
},
|
14672
|
-
function
|
14671
|
+
}, jp = { class: "cmd-page-multiple-lists-of-links flex-container vertical" };
|
14672
|
+
function Fp(e, n, t, a, l, i) {
|
14673
14673
|
const c = _i;
|
14674
|
-
return o(), s("div",
|
14674
|
+
return o(), s("div", jp, [
|
14675
14675
|
(o(!0), s(C, null, A(t.segments, (r, u) => (o(), s(C, { key: u }, [
|
14676
14676
|
k(c, {
|
14677
14677
|
links: r.links,
|
@@ -14683,7 +14683,7 @@ function jp(e, n, t, a, l, i) {
|
|
14683
14683
|
], 64))), 128))
|
14684
14684
|
]);
|
14685
14685
|
}
|
14686
|
-
const py = /* @__PURE__ */ O(
|
14686
|
+
const py = /* @__PURE__ */ O(Ap, [["render", Fp]]), yy = {
|
14687
14687
|
// el = real dom-element
|
14688
14688
|
mounted(e) {
|
14689
14689
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
@@ -14720,31 +14720,31 @@ function _y() {
|
|
14720
14720
|
}
|
14721
14721
|
export {
|
14722
14722
|
sa as CmdAddressData,
|
14723
|
-
|
14724
|
-
|
14725
|
-
|
14723
|
+
Hp as CmdBackToTopButton,
|
14724
|
+
qp as CmdBankAccountData,
|
14725
|
+
Aa as CmdBasicForm,
|
14726
14726
|
Ci as CmdBox,
|
14727
|
-
|
14728
|
-
|
14729
|
-
|
14727
|
+
Od as CmdBoxWrapper,
|
14728
|
+
Hd as CmdBreadcrumbs,
|
14729
|
+
Gd as CmdCompanyLogo,
|
14730
14730
|
Rp as CmdContainer,
|
14731
14731
|
Up as CmdCookieDisclaimer,
|
14732
14732
|
Gp as CmdCopyrightInformation,
|
14733
|
-
|
14733
|
+
Ec as CmdFakeSelect,
|
14734
14734
|
zp as CmdFancyBox,
|
14735
14735
|
Ta as CmdForm,
|
14736
14736
|
$ as CmdFormElement,
|
14737
|
-
|
14738
|
-
|
14737
|
+
Wc as CmdFormFilters,
|
14738
|
+
Kc as CmdGoogleMaps,
|
14739
14739
|
G as CmdHeadline,
|
14740
14740
|
q as CmdIcon,
|
14741
14741
|
xe as CmdImage,
|
14742
14742
|
Wp as CmdImageGallery,
|
14743
14743
|
Zp as CmdImageZoom,
|
14744
|
-
|
14744
|
+
wu as CmdInputGroup,
|
14745
14745
|
_i as CmdListOfLinks,
|
14746
14746
|
Qp as CmdLoginForm,
|
14747
|
-
|
14747
|
+
tm as CmdMainNavigation,
|
14748
14748
|
Jp as CmdMultistepFormProgressBar,
|
14749
14749
|
Yp as CmdNewsletterSubscription,
|
14750
14750
|
Kp as CmdOpeningHours,
|
@@ -14758,13 +14758,13 @@ export {
|
|
14758
14758
|
oy as CmdSiteSearch,
|
14759
14759
|
Xe as CmdSlideButton,
|
14760
14760
|
sy as CmdSlideshow,
|
14761
|
-
|
14761
|
+
uh as CmdSocialNetworks,
|
14762
14762
|
ay as CmdSwitchLanguage,
|
14763
|
-
|
14763
|
+
_f as CmdSystemMessage,
|
14764
14764
|
ry as CmdTable,
|
14765
14765
|
dy as CmdTabs,
|
14766
14766
|
cy as CmdTextImageBlock,
|
14767
|
-
|
14767
|
+
dr as CmdThumbnailScroller,
|
14768
14768
|
uy as CmdToggleDarkMode,
|
14769
14769
|
ko as CmdTooltip,
|
14770
14770
|
my as CmdUploadForm,
|