comand-component-library 3.3.86 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +856 -835
- package/dist/comand-component-library.umd.cjs +4 -4
- package/dist/media/images/slideshow-images/large/slide1.jpg +0 -0
- package/dist/media/images/slideshow-images/large/slide2.jpg +0 -0
- package/dist/media/images/slideshow-images/large/slide3.jpg +0 -0
- package/dist/media/images/slideshow-images/large/slide4.jpg +0 -0
- package/dist/media/images/slideshow-images/medium/slide1.jpg +0 -0
- package/dist/media/images/slideshow-images/medium/slide2.jpg +0 -0
- package/dist/media/images/slideshow-images/medium/slide3.jpg +0 -0
- package/dist/media/images/slideshow-images/medium/slide4.jpg +0 -0
- package/dist/media/images/slideshow-images/small/slide1.jpg +0 -0
- package/dist/media/images/slideshow-images/small/slide2.jpg +0 -0
- package/dist/media/images/slideshow-images/small/slide3.jpg +0 -0
- package/dist/media/images/slideshow-images/small/slide4.jpg +0 -0
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/src/App.vue +680 -632
- package/src/assets/data/address-data.json +3 -3
- package/src/components/CmdAddressData.vue +90 -96
- package/src/components/CmdAddressDataItem.vue +60 -52
- package/src/components/CmdBankAccountData.vue +1 -1
- package/src/components/CmdBox.vue +10 -10
- package/src/components/CmdBoxWrapper.vue +8 -4
- package/src/components/CmdBreadcrumbs.vue +1 -1
- package/src/components/CmdCompanyLogo.vue +14 -11
- package/src/components/CmdContainer.vue +24 -0
- package/src/components/CmdCookieDisclaimer.vue +1 -1
- package/src/components/CmdCopyrightInformation.vue +1 -1
- package/src/components/CmdFancyBox.vue +9 -6
- package/src/components/CmdForm.vue +7 -1
- package/src/components/CmdFormElement.vue +21 -75
- package/src/components/CmdFormFilters.vue +2 -1
- package/src/components/CmdGoogleMaps.vue +1 -1
- package/src/components/CmdHeadline.vue +20 -25
- package/src/components/CmdIcon.vue +1 -1
- package/src/components/CmdImage.vue +1 -1
- package/src/components/CmdImageGallery.vue +1 -1
- package/src/components/CmdImageZoom.vue +1 -1
- package/src/components/CmdInputGroup.vue +2 -2
- package/src/components/CmdListOfLinks.vue +1 -1
- package/src/components/CmdListOfLinksItem.vue +0 -4
- package/src/components/CmdListOfRequirements.vue +10 -2
- package/src/components/CmdLoginForm.vue +1 -1
- package/src/components/CmdMainNavigation.vue +18 -17
- package/src/components/CmdMultistepFormProgressBar.vue +7 -3
- package/src/components/CmdNewsletterSubscription.vue +1 -8
- package/src/components/CmdOpeningHours.vue +1 -1
- package/src/components/CmdOpeningHoursItem.vue +1 -1
- package/src/components/CmdPagination.vue +21 -15
- package/src/components/CmdProgressBar.vue +1 -1
- package/src/components/CmdSidebar.vue +7 -1
- package/src/components/CmdSiteFooter.vue +14 -14
- package/src/components/CmdSiteHeader.vue +12 -29
- package/src/components/CmdSlideButton.vue +9 -7
- package/src/components/CmdSlideshow.vue +14 -12
- package/src/components/CmdSocialNetworks.vue +11 -4
- package/src/components/CmdSocialNetworksItem.vue +2 -7
- package/src/components/CmdSwitchLanguage.vue +1 -1
- package/src/components/CmdSystemMessage.vue +10 -6
- package/src/components/CmdTable.vue +72 -17
- package/src/components/CmdTabs.vue +2 -2
- package/src/components/CmdTextImageBlock.vue +1 -1
- package/src/components/CmdThumbnailScroller.vue +157 -152
- package/src/components/CmdToggleDarkMode.vue +1 -1
- package/src/components/CmdTooltip.vue +1 -1
- package/src/components/CmdUploadForm.vue +2 -2
- package/src/components/CmdWidthLimitationWrapper.vue +7 -3
- package/src/index.js +1 -0
- package/src/mixins/FieldValidation.js +0 -17
@@ -1,4 +1,4 @@
|
|
1
|
-
import { defineComponent as Vn, h as Qt, resolveComponent as se, openBlock as s, createBlock as C, normalizeClass as b, createElementBlock as o, getCurrentInstance as bi, resolveDynamicComponent as
|
1
|
+
import { defineComponent as Vn, h as Qt, resolveComponent as se, openBlock as s, createBlock as C, normalizeClass as b, createElementBlock as o, getCurrentInstance as bi, resolveDynamicComponent as ve, withModifiers as I, withCtx as N, withDirectives as ne, createElementVNode as h, createVNode as v, createCommentVNode as u, vShow as de, Fragment as k, toDisplayString as p, renderSlot as F, createTextVNode as j, renderList as A, mergeProps as B, resolveDirective as _i, normalizeProps as W, Transition as ue, toHandlers as ft, TransitionGroup as wt, createApp as ki, Teleport as vi, useCssVars as zn, normalizeStyle as De, vModelDynamic as xi, vModelText as wi, onBeforeUpdate as Ti } from "vue";
|
2
2
|
const we = /^[a-z0-9]+(-[a-z0-9]+)*$/, He = (e, n, t, a = "") => {
|
3
3
|
const l = e.split(":");
|
4
4
|
if (e.slice(0, 1) === "@") {
|
@@ -250,9 +250,9 @@ function ji(e, n) {
|
|
250
250
|
};
|
251
251
|
let i = t.body;
|
252
252
|
[t, a].forEach((y) => {
|
253
|
-
const w = [],
|
253
|
+
const w = [], x = y.hFlip, S = y.vFlip;
|
254
254
|
let M = y.rotate;
|
255
|
-
|
255
|
+
x ? S ? M += 2 : (w.push(
|
256
256
|
"translate(" + (l.width + l.left).toString() + " " + (0 - l.top).toString() + ")"
|
257
257
|
), w.push("scale(-1 1)"), l.top = l.left = 0) : S && (w.push(
|
258
258
|
"translate(" + (0 - l.left).toString() + " " + (l.height + l.top).toString() + ")"
|
@@ -566,7 +566,7 @@ function nl(e, n, t, a) {
|
|
566
566
|
function w() {
|
567
567
|
m && (clearTimeout(m), m = null);
|
568
568
|
}
|
569
|
-
function
|
569
|
+
function x() {
|
570
570
|
c === "pending" && (c = "aborted"), w(), _.forEach((P) => {
|
571
571
|
P.status === "pending" && (P.status = "aborted");
|
572
572
|
}), _ = [];
|
@@ -582,7 +582,7 @@ function nl(e, n, t, a) {
|
|
582
582
|
queriesSent: f,
|
583
583
|
queriesPending: _.length,
|
584
584
|
subscribe: S,
|
585
|
-
abort:
|
585
|
+
abort: x
|
586
586
|
};
|
587
587
|
}
|
588
588
|
function D() {
|
@@ -1020,10 +1020,10 @@ function an(e) {
|
|
1020
1020
|
}
|
1021
1021
|
const rn = (e, n) => {
|
1022
1022
|
const t = ml(ln, n), a = { ...bl }, l = n.mode || "svg", i = {}, d = n.style, r = typeof d == "object" && !(d instanceof Array) ? d : {};
|
1023
|
-
for (let
|
1024
|
-
const S = n[
|
1023
|
+
for (let x in n) {
|
1024
|
+
const S = n[x];
|
1025
1025
|
if (S !== void 0)
|
1026
|
-
switch (
|
1026
|
+
switch (x) {
|
1027
1027
|
case "icon":
|
1028
1028
|
case "style":
|
1029
1029
|
case "onLoad":
|
@@ -1032,7 +1032,7 @@ const rn = (e, n) => {
|
|
1032
1032
|
case "inline":
|
1033
1033
|
case "hFlip":
|
1034
1034
|
case "vFlip":
|
1035
|
-
t[
|
1035
|
+
t[x] = S === !0 || S === "true" || S === 1;
|
1036
1036
|
break;
|
1037
1037
|
case "flip":
|
1038
1038
|
typeof S == "string" && fl(t, S);
|
@@ -1041,15 +1041,15 @@ const rn = (e, n) => {
|
|
1041
1041
|
i.color = S;
|
1042
1042
|
break;
|
1043
1043
|
case "rotate":
|
1044
|
-
typeof S == "string" ? t[
|
1044
|
+
typeof S == "string" ? t[x] = gl(S) : typeof S == "number" && (t[x] = S);
|
1045
1045
|
break;
|
1046
1046
|
case "ariaHidden":
|
1047
1047
|
case "aria-hidden":
|
1048
1048
|
S !== !0 && S !== "true" && delete a["aria-hidden"];
|
1049
1049
|
break;
|
1050
1050
|
default: {
|
1051
|
-
const M = Ae[
|
1052
|
-
M ? (S === !0 || S === "true" || S === 1) && (t[M] = !0) : ln[
|
1051
|
+
const M = Ae[x];
|
1052
|
+
M ? (S === !0 || S === "true" || S === 1) && (t[M] = !0) : ln[x] === void 0 && (a[x] = S);
|
1053
1053
|
}
|
1054
1054
|
}
|
1055
1055
|
}
|
@@ -1059,8 +1059,8 @@ const rn = (e, n) => {
|
|
1059
1059
|
...i,
|
1060
1060
|
...r
|
1061
1061
|
}, Object.assign(a, f);
|
1062
|
-
let
|
1063
|
-
return typeof S == "string" && (S = S.replace(/-/g, "_")), a.innerHTML = Vi(c.body, S ? () => S + "ID" +
|
1062
|
+
let x = 0, S = n.id;
|
1063
|
+
return typeof S == "string" && (S = S.replace(/-/g, "_")), a.innerHTML = Vi(c.body, S ? () => S + "ID" + x++ : "iconifyVue"), Qt("svg", a);
|
1064
1064
|
}
|
1065
1065
|
const { body: g, width: m, height: _ } = e, y = l === "mask" || (l === "bg" ? !1 : g.indexOf("currentColor") !== -1), w = pl(g, {
|
1066
1066
|
...f,
|
@@ -1111,7 +1111,7 @@ if (typeof document < "u" && typeof window < "u") {
|
|
1111
1111
|
const kl = {
|
1112
1112
|
...Ee,
|
1113
1113
|
body: ""
|
1114
|
-
},
|
1114
|
+
}, vl = Vn({
|
1115
1115
|
inheritAttrs: !1,
|
1116
1116
|
data() {
|
1117
1117
|
return {
|
@@ -1170,10 +1170,10 @@ const O = (e, n) => {
|
|
1170
1170
|
for (const [a, l] of n)
|
1171
1171
|
t[a] = l;
|
1172
1172
|
return t;
|
1173
|
-
},
|
1173
|
+
}, xl = {
|
1174
1174
|
name: "CmdIcon",
|
1175
1175
|
components: {
|
1176
|
-
Icon:
|
1176
|
+
Icon: vl
|
1177
1177
|
},
|
1178
1178
|
props: {
|
1179
1179
|
type: {
|
@@ -1208,7 +1208,7 @@ function Tl(e, n, t, a, l, i) {
|
|
1208
1208
|
title: t.tooltip
|
1209
1209
|
}, null, 10, wl));
|
1210
1210
|
}
|
1211
|
-
const z = /* @__PURE__ */ O(
|
1211
|
+
const z = /* @__PURE__ */ O(xl, [["render", Tl]]);
|
1212
1212
|
function re(e, n) {
|
1213
1213
|
return ze(e, "EditComponentWrapper", n);
|
1214
1214
|
}
|
@@ -1231,7 +1231,7 @@ function ce(e, ...n) {
|
|
1231
1231
|
function Ml(e) {
|
1232
1232
|
return Array.isArray(e) && e.length > 0 ? JSON.stringify(e) : "";
|
1233
1233
|
}
|
1234
|
-
function
|
1234
|
+
function K(e, n) {
|
1235
1235
|
var t;
|
1236
1236
|
return (t = e == null ? void 0 : e.$options) != null && t.name ? {
|
1237
1237
|
name: e.$options.name,
|
@@ -1398,7 +1398,7 @@ const Ll = {
|
|
1398
1398
|
}, Fl = ["data-component"], Hl = ["title"], El = ["href", "title"], Vl = ["title"], zl = { key: 0 }, ql = { key: 1 }, Rl = ["title"], Ul = ["title"];
|
1399
1399
|
function Gl(e, n, t, a, l, i) {
|
1400
1400
|
const d = z;
|
1401
|
-
return s(), C(
|
1401
|
+
return s(), C(ve(t.componentTag || "div"), {
|
1402
1402
|
class: b(["edit-component-wrapper", { active: i.active }]),
|
1403
1403
|
tabindex: "0",
|
1404
1404
|
onClick: I(i.showActionButtons, ["stop"]),
|
@@ -1419,7 +1419,7 @@ function Gl(e, n, t, a, l, i) {
|
|
1419
1419
|
onClick: n[0] || (n[0] = I((r) => i.addEntry(r), ["prevent"])),
|
1420
1420
|
title: i.isOuterComponent ? "Add new component" : "Add new item/entry"
|
1421
1421
|
}, [
|
1422
|
-
|
1422
|
+
v(d, {
|
1423
1423
|
iconClass: (i.isOuterComponent, "icon-plus")
|
1424
1424
|
}, null, 8, ["iconClass"])
|
1425
1425
|
], 10, Nl)
|
@@ -1431,7 +1431,7 @@ function Gl(e, n, t, a, l, i) {
|
|
1431
1431
|
onClick: n[1] || (n[1] = I((...r) => i.editSettings && i.editSettings(...r), ["prevent"])),
|
1432
1432
|
title: "Edit settings of this component"
|
1433
1433
|
}, [
|
1434
|
-
|
1434
|
+
v(d, {
|
1435
1435
|
iconClass: i.isOuterComponent ? "icon-cogs" : "icon-cog"
|
1436
1436
|
}, null, 8, ["iconClass"])
|
1437
1437
|
], 10, Pl)
|
@@ -1443,7 +1443,7 @@ function Gl(e, n, t, a, l, i) {
|
|
1443
1443
|
onClick: n[2] || (n[2] = I((...r) => i.deleteComponent && i.deleteComponent(...r), ["prevent"])),
|
1444
1444
|
title: "Delete this component (and its content)"
|
1445
1445
|
}, [
|
1446
|
-
|
1446
|
+
v(d, { iconClass: "icon-trash" })
|
1447
1447
|
])
|
1448
1448
|
]),
|
1449
1449
|
i.isOuterComponent ? u("", !0) : (s(), o("li", Al, [
|
@@ -1453,7 +1453,7 @@ function Gl(e, n, t, a, l, i) {
|
|
1453
1453
|
onClick: n[3] || (n[3] = I((...r) => i.cancelComponent && i.cancelComponent(...r), ["prevent"])),
|
1454
1454
|
title: "Cancel editing (changes will not be saved)"
|
1455
1455
|
}, [
|
1456
|
-
|
1456
|
+
v(d, { iconClass: "icon-cancel" })
|
1457
1457
|
], 2)
|
1458
1458
|
])),
|
1459
1459
|
i.isOuterComponent ? u("", !0) : (s(), o("li", Bl, [
|
@@ -1464,7 +1464,7 @@ function Gl(e, n, t, a, l, i) {
|
|
1464
1464
|
onClick: n[4] || (n[4] = I((...r) => i.saveComponent && i.saveComponent(...r), ["prevent"])),
|
1465
1465
|
title: "Save changes of this component"
|
1466
1466
|
}, [
|
1467
|
-
|
1467
|
+
v(d, { iconClass: "icon-check" })
|
1468
1468
|
])) : (s(), o("a", {
|
1469
1469
|
key: 1,
|
1470
1470
|
class: b(["icon-hexagon button", { disabled: i.editModeContext.settings.isEditing(l.componentIdentifier) }]),
|
@@ -1472,7 +1472,7 @@ function Gl(e, n, t, a, l, i) {
|
|
1472
1472
|
onClick: n[5] || (n[5] = I((...r) => i.editComponent && i.editComponent(...r), ["prevent"])),
|
1473
1473
|
title: "Edit content of this component"
|
1474
1474
|
}, [
|
1475
|
-
|
1475
|
+
v(d, { iconClass: "icon-edit" })
|
1476
1476
|
], 2))
|
1477
1477
|
]))
|
1478
1478
|
], 8, Dl), [
|
@@ -1493,7 +1493,7 @@ function Gl(e, n, t, a, l, i) {
|
|
1493
1493
|
onClick: n[6] || (n[6] = I((...r) => i.addEntry && i.addEntry(...r), ["prevent"])),
|
1494
1494
|
title: i.isOuterComponent ? "Add new component" : "Add new item/entry"
|
1495
1495
|
}, [
|
1496
|
-
|
1496
|
+
v(d, {
|
1497
1497
|
iconClass: (i.isOuterComponent, "icon-plus")
|
1498
1498
|
}, null, 8, ["iconClass"])
|
1499
1499
|
], 10, Hl)
|
@@ -1505,7 +1505,7 @@ function Gl(e, n, t, a, l, i) {
|
|
1505
1505
|
onClick: n[7] || (n[7] = I((...r) => i.editSettings && i.editSettings(...r), ["prevent"])),
|
1506
1506
|
title: "Edit settings for " + t.componentName
|
1507
1507
|
}, [
|
1508
|
-
|
1508
|
+
v(d, {
|
1509
1509
|
iconClass: i.isOuterComponent ? "icon-cogs" : "icon-cog"
|
1510
1510
|
}, null, 8, ["iconClass"])
|
1511
1511
|
], 10, El)
|
@@ -1517,7 +1517,7 @@ function Gl(e, n, t, a, l, i) {
|
|
1517
1517
|
onClick: n[8] || (n[8] = I((...r) => i.deleteComponent && i.deleteComponent(...r), ["prevent"])),
|
1518
1518
|
title: "Delete " + t.componentName + " (and its content)"
|
1519
1519
|
}, [
|
1520
|
-
|
1520
|
+
v(d, { iconClass: "icon-trash" })
|
1521
1521
|
], 10, Vl)
|
1522
1522
|
]),
|
1523
1523
|
i.isOuterComponent ? u("", !0) : (s(), o("li", zl, [
|
@@ -1527,7 +1527,7 @@ function Gl(e, n, t, a, l, i) {
|
|
1527
1527
|
onClick: n[9] || (n[9] = I((...r) => i.cancelComponent && i.cancelComponent(...r), ["prevent"])),
|
1528
1528
|
title: "Cancel editing (changes will not be saved)"
|
1529
1529
|
}, [
|
1530
|
-
|
1530
|
+
v(d, { iconClass: "icon-cancel" })
|
1531
1531
|
], 2)
|
1532
1532
|
])),
|
1533
1533
|
i.isOuterComponent ? u("", !0) : (s(), o("li", ql, [
|
@@ -1538,7 +1538,7 @@ function Gl(e, n, t, a, l, i) {
|
|
1538
1538
|
onClick: n[10] || (n[10] = I((...r) => i.saveComponent && i.saveComponent(...r), ["prevent"])),
|
1539
1539
|
title: "Save changes of " + t.componentName
|
1540
1540
|
}, [
|
1541
|
-
|
1541
|
+
v(d, { iconClass: "icon-check" })
|
1542
1542
|
], 8, Rl)) : (s(), o("a", {
|
1543
1543
|
key: 1,
|
1544
1544
|
class: b(["icon-hexagon use-icon-as-background button confirm", { disabled: i.editModeContext.settings.isEditing(l.componentIdentifier) }]),
|
@@ -1546,7 +1546,7 @@ function Gl(e, n, t, a, l, i) {
|
|
1546
1546
|
onClick: n[11] || (n[11] = I((...r) => i.editComponent && i.editComponent(...r), ["prevent"])),
|
1547
1547
|
title: "Edit content for " + t.componentName
|
1548
1548
|
}, [
|
1549
|
-
|
1549
|
+
v(d, { iconClass: "icon-edit" })
|
1550
1550
|
], 10, Ul))
|
1551
1551
|
]))
|
1552
1552
|
], 40, Fl), [
|
@@ -1558,7 +1558,7 @@ function Gl(e, n, t, a, l, i) {
|
|
1558
1558
|
_: 3
|
1559
1559
|
}, 8, ["class", "onClick", "title", "data-identifier"]);
|
1560
1560
|
}
|
1561
|
-
const he = /* @__PURE__ */ O(Ol, [["render", Gl]]),
|
1561
|
+
const he = /* @__PURE__ */ O(Ol, [["render", Gl]]), J = {
|
1562
1562
|
inject: {
|
1563
1563
|
editModeContext: {
|
1564
1564
|
default: null
|
@@ -1600,12 +1600,7 @@ const he = /* @__PURE__ */ O(Ol, [["render", Gl]]), K = {
|
|
1600
1600
|
};
|
1601
1601
|
const Wl = {
|
1602
1602
|
name: "CmdHeadline",
|
1603
|
-
mixins: [
|
1604
|
-
inject: {
|
1605
|
-
editModeContext: {
|
1606
|
-
default: null
|
1607
|
-
}
|
1608
|
-
},
|
1603
|
+
mixins: [J],
|
1609
1604
|
data() {
|
1610
1605
|
return {
|
1611
1606
|
editableHeadlineText: null,
|
@@ -1652,7 +1647,7 @@ const Wl = {
|
|
1652
1647
|
methods: {
|
1653
1648
|
updateHandlerProvider() {
|
1654
1649
|
const e = this.editableHeadlineText, n = this.editablePreHeadlineText, t = this.headlineLevel;
|
1655
|
-
return
|
1650
|
+
return K(this, {
|
1656
1651
|
update(a) {
|
1657
1652
|
a.headlineText = e, a.preHeadlineText = n, a.headlineLevel = t;
|
1658
1653
|
}
|
@@ -1683,7 +1678,7 @@ const Wl = {
|
|
1683
1678
|
function es(e, n, t, a, l, i) {
|
1684
1679
|
var f, g, m;
|
1685
1680
|
const d = z, r = $, c = he;
|
1686
|
-
return !
|
1681
|
+
return !e.editModeContext || e.settingsContext || e.mainSidebarContext ? (s(), o("div", {
|
1687
1682
|
key: 0,
|
1688
1683
|
class: b(["cmd-headline", { "has-pre-headline-text": t.preHeadlineText, "has-icon": (f = t.headlineIcon) == null ? void 0 : f.iconClass }, i.getTextAlign])
|
1689
1684
|
}, [
|
@@ -1694,7 +1689,7 @@ function es(e, n, t, a, l, i) {
|
|
1694
1689
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
1695
1690
|
t.preHeadlineText ? (s(), o("div", Ql, [
|
1696
1691
|
h("span", Zl, p(t.preHeadlineText), 1),
|
1697
|
-
t.headlineText ? (s(), C(
|
1692
|
+
t.headlineText ? (s(), C(ve(i.headlineTag), { key: 0 }, {
|
1698
1693
|
default: N(() => [
|
1699
1694
|
F(e.$slots, "default", {}, () => [
|
1700
1695
|
j(p(t.headlineText), 1)
|
@@ -1702,7 +1697,7 @@ function es(e, n, t, a, l, i) {
|
|
1702
1697
|
]),
|
1703
1698
|
_: 3
|
1704
1699
|
})) : u("", !0)
|
1705
|
-
])) : t.headlineText ? (s(), C(
|
1700
|
+
])) : t.headlineText ? (s(), C(ve(i.headlineTag), { key: 2 }, {
|
1706
1701
|
default: N(() => [
|
1707
1702
|
F(e.$slots, "default", {}, () => [
|
1708
1703
|
j(p(t.headlineText), 1)
|
@@ -1722,7 +1717,7 @@ function es(e, n, t, a, l, i) {
|
|
1722
1717
|
allowDeleteComponent: !!t.headlineText
|
1723
1718
|
}, {
|
1724
1719
|
default: N((_) => {
|
1725
|
-
var y, w,
|
1720
|
+
var y, w, x;
|
1726
1721
|
return [
|
1727
1722
|
_.editing ? (s(), C(r, {
|
1728
1723
|
key: 0,
|
@@ -1741,11 +1736,11 @@ function es(e, n, t, a, l, i) {
|
|
1741
1736
|
t.headlineIcon ? (s(), C(d, {
|
1742
1737
|
key: 0,
|
1743
1738
|
iconClass: (w = t.headlineIcon) == null ? void 0 : w.iconClass,
|
1744
|
-
type: (
|
1739
|
+
type: (x = t.headlineIcon) == null ? void 0 : x.iconType
|
1745
1740
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
1746
1741
|
t.preHeadlineText ? (s(), o("div", Jl, [
|
1747
1742
|
h("span", Yl, p(t.preHeadlineText), 1),
|
1748
|
-
t.headlineText ? (s(), C(
|
1743
|
+
t.headlineText ? (s(), C(ve(i.headlineTag), { key: 0 }, {
|
1749
1744
|
default: N(() => [
|
1750
1745
|
F(e.$slots, "default", {}, () => [
|
1751
1746
|
j(p(t.headlineText), 1)
|
@@ -1753,7 +1748,7 @@ function es(e, n, t, a, l, i) {
|
|
1753
1748
|
]),
|
1754
1749
|
_: 3
|
1755
1750
|
})) : u("", !0)
|
1756
|
-
])) : t.headlineText ? (s(), C(
|
1751
|
+
])) : t.headlineText ? (s(), C(ve(i.headlineTag), { key: 2 }, {
|
1757
1752
|
default: N(() => [
|
1758
1753
|
F(e.$slots, "default", {}, () => [
|
1759
1754
|
j(p(t.headlineText), 1)
|
@@ -1885,7 +1880,7 @@ function ls(e, n, t, a, l, i) {
|
|
1885
1880
|
onClick: n[0] || (n[0] = I((...c) => i.hideTooltip && i.hideTooltip(...c), ["prevent"])),
|
1886
1881
|
title: t.iconClose.tooltip
|
1887
1882
|
}, [
|
1888
|
-
|
1883
|
+
v(r, {
|
1889
1884
|
iconClass: t.iconClose.iconClass,
|
1890
1885
|
type: t.iconClose.iconType
|
1891
1886
|
}, null, 8, ["iconClass", "type"])
|
@@ -2021,7 +2016,7 @@ function hs(e, n, t, a, l, i) {
|
|
2021
2016
|
h("dd", {
|
2022
2017
|
class: b(m.valid(t.inputModelValue, t.inputAttributes) ? "success" : "error")
|
2023
2018
|
}, [
|
2024
|
-
|
2019
|
+
v(r, {
|
2025
2020
|
"aria-live": "assertive",
|
2026
2021
|
iconClass: m.valid(t.inputModelValue, t.inputAttributes) ? t.iconSuccess.iconClass : t.iconError.iconClass,
|
2027
2022
|
type: m.valid(t.inputModelValue, t.inputAttributes) ? t.iconSuccess.iconType : t.iconError.iconType,
|
@@ -2272,9 +2267,6 @@ const Dt = /* @__PURE__ */ O(gs, [["render", ps]]), ys = {
|
|
2272
2267
|
getStatusIconClass() {
|
2273
2268
|
return this.validationStatus !== "" ? this.capsLockActivated ? this.iconCapsLock.iconClass : this.validationStatus === "error" ? this.iconHasStateError.iconClass : this.validationStatus === "warning" ? this.iconHasStateWarning.iconClass : this.validationStatus === "success" ? this.iconHasStateSuccess.iconClass : this.iconHasStateInfo.iconClass : this.helplink.icon.iconClass;
|
2274
2269
|
},
|
2275
|
-
getStatusIconType() {
|
2276
|
-
return this.validationStatus !== "" ? this.capsLockActivated ? this.iconCapsLock.iconType : this.validationStatus === "error" ? this.iconHasStateError.iconType : this.validationStatus === "warning" ? this.iconHasStateWarning.iconType : this.validationStatus === "success" ? this.iconHasStateSuccess.iconType : this.iconHasStateInfo.iconType : this.helplink.icon.iconType;
|
2277
|
-
},
|
2278
2270
|
inputRequirements() {
|
2279
2271
|
const e = [];
|
2280
2272
|
if (this.$attrs.required || Object.hasOwn(this, "required") && this.required) {
|
@@ -2438,6 +2430,10 @@ const _s = ["color", "date", "datetime-local", "file", "number", "range"], ks =
|
|
2438
2430
|
type: Array,
|
2439
2431
|
required: !1
|
2440
2432
|
},
|
2433
|
+
showStatusIcon: {
|
2434
|
+
type: Boolean,
|
2435
|
+
default: !0
|
2436
|
+
},
|
2441
2437
|
nativeButton: {
|
2442
2438
|
type: Object,
|
2443
2439
|
default() {
|
@@ -2670,7 +2666,7 @@ const _s = ["color", "date", "datetime-local", "file", "number", "range"], ks =
|
|
2670
2666
|
immediate: !0
|
2671
2667
|
}
|
2672
2668
|
}
|
2673
|
-
},
|
2669
|
+
}, vs = ["for", "title"], xs = {
|
2674
2670
|
key: 2,
|
2675
2671
|
"aria-hidden": "true"
|
2676
2672
|
}, ws = ["title", "aria-errormessage", "id"], Ts = {
|
@@ -2684,7 +2680,7 @@ const _s = ["color", "date", "datetime-local", "file", "number", "range"], ks =
|
|
2684
2680
|
class: "search-field-wrapper flex-container no-gap"
|
2685
2681
|
}, Rs = ["id", "maxlength", "value"], Us = ["title"], Gs = ["title"], Ws = { key: 1 };
|
2686
2682
|
function Qs(e, n, t, a, l, i) {
|
2687
|
-
var c, f, g, m, _, y, w,
|
2683
|
+
var c, f, g, m, _, y, w, x, S, M, D, q, T, E, P, H, U, G, V, Y, Z, le, Q, _e;
|
2688
2684
|
const d = Dt, r = z;
|
2689
2685
|
return t.element === "input" || t.element === "select" || t.element === "textarea" ? (s(), o("label", {
|
2690
2686
|
key: 0,
|
@@ -2695,11 +2691,8 @@ function Qs(e, n, t, a, l, i) {
|
|
2695
2691
|
{
|
2696
2692
|
disabled: e.$attrs.disabled,
|
2697
2693
|
inline: t.displayLabelInline,
|
2698
|
-
checked: i.isChecked,
|
2699
2694
|
"toggle-switch": t.toggleSwitch,
|
2700
2695
|
colored: t.colored,
|
2701
|
-
on: t.colored && i.isChecked,
|
2702
|
-
off: t.colored && !i.isChecked,
|
2703
2696
|
"has-state": e.validationStatus
|
2704
2697
|
}
|
2705
2698
|
]),
|
@@ -2715,7 +2708,7 @@ function Qs(e, n, t, a, l, i) {
|
|
2715
2708
|
t.labelText ? (s(), o(k, { key: 0 }, [
|
2716
2709
|
j(p(t.labelText), 1)
|
2717
2710
|
], 64)) : F(e.$slots, "labeltext", { key: 1 }),
|
2718
|
-
e.$attrs.required ? (s(), o("sup",
|
2711
|
+
e.$attrs.required ? (s(), o("sup", xs, "*")) : u("", !0)
|
2719
2712
|
]),
|
2720
2713
|
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (s(), C(d, {
|
2721
2714
|
key: 0,
|
@@ -2726,7 +2719,7 @@ function Qs(e, n, t, a, l, i) {
|
|
2726
2719
|
cmdListOfRequirements: e.listOfRequirements,
|
2727
2720
|
role: e.validationStatus === "error" ? "alert" : "dialog"
|
2728
2721
|
}, null, 8, ["validationStatus", "validationMessage", "relatedId", "cmdListOfRequirements", "role"])) : u("", !0),
|
2729
|
-
e.$attrs.required || e.inputRequirements.length ? (s(), o("a", {
|
2722
|
+
(e.$attrs.required || e.inputRequirements.length) && t.showStatusIcon ? (s(), o("a", {
|
2730
2723
|
key: 1,
|
2731
2724
|
href: "#",
|
2732
2725
|
onClick: n[0] || (n[0] = I(() => {
|
@@ -2736,7 +2729,7 @@ function Qs(e, n, t, a, l, i) {
|
|
2736
2729
|
"aria-live": "assertive",
|
2737
2730
|
id: e.tooltipId
|
2738
2731
|
}, [
|
2739
|
-
|
2732
|
+
v(r, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
2740
2733
|
], 8, ws)) : u("", !0)
|
2741
2734
|
], 2)) : u("", !0),
|
2742
2735
|
e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" ? (s(), o("span", Ts, [
|
@@ -2771,7 +2764,7 @@ function Qs(e, n, t, a, l, i) {
|
|
2771
2764
|
}, ["prevent"])),
|
2772
2765
|
title: t.iconPasswordVisible.tooltip
|
2773
2766
|
}, [
|
2774
|
-
|
2767
|
+
v(r, {
|
2775
2768
|
iconClass: t.iconPasswordVisible.iconClass
|
2776
2769
|
}, null, 8, ["iconClass"])
|
2777
2770
|
], 40, Ss)) : u("", !0)
|
@@ -2815,7 +2808,7 @@ function Qs(e, n, t, a, l, i) {
|
|
2815
2808
|
onBlur: n[12] || (n[12] = (...L) => i.onBlur && i.onBlur(...L)),
|
2816
2809
|
checked: i.isChecked,
|
2817
2810
|
value: t.inputValue,
|
2818
|
-
class: [t.inputClass, e.validationStatus, i.toggleSwitchIconClass, { "replace-input-type": t.replaceInputType
|
2811
|
+
class: [t.inputClass, e.validationStatus, i.toggleSwitchIconClass, { "replace-input-type": t.replaceInputType }],
|
2819
2812
|
id: e.htmlId,
|
2820
2813
|
disabled: e.$attrs.disabled,
|
2821
2814
|
"aria-invalid": e.validationStatus === "error"
|
@@ -2872,7 +2865,7 @@ function Qs(e, n, t, a, l, i) {
|
|
2872
2865
|
title: t.iconSearch.tooltip,
|
2873
2866
|
onClick: n[21] || (n[21] = I((...L) => i.executeSearch && i.executeSearch(...L), ["prevent"]))
|
2874
2867
|
}, [
|
2875
|
-
|
2868
|
+
v(r, {
|
2876
2869
|
iconClass: t.iconSearch.iconClass
|
2877
2870
|
}, null, 8, ["iconClass"])
|
2878
2871
|
], 10, Us)) : u("", !0),
|
@@ -2882,19 +2875,19 @@ function Qs(e, n, t, a, l, i) {
|
|
2882
2875
|
onClick: n[22] || (n[22] = I((L) => e.$emit("update:modelValue", ""), ["prevent"])),
|
2883
2876
|
title: (f = t.iconDelete) == null ? void 0 : f.tooltip
|
2884
2877
|
}, [
|
2885
|
-
|
2878
|
+
v(r, {
|
2886
2879
|
iconClass: (g = t.iconDelete) == null ? void 0 : g.iconClass,
|
2887
2880
|
type: (m = t.iconDelete) == null ? void 0 : m.iconType
|
2888
2881
|
}, null, 8, ["iconClass", "type"])
|
2889
2882
|
], 8, Gs)) : u("", !0)
|
2890
2883
|
])) : u("", !0)
|
2891
|
-
], 10,
|
2884
|
+
], 10, vs)) : t.element === "button" ? (s(), o("button", B({
|
2892
2885
|
key: 1,
|
2893
2886
|
class: "button"
|
2894
2887
|
}, i.buttonAttrs, {
|
2895
2888
|
onClick: n[23] || (n[23] = (...L) => i.submit && i.submit(...L))
|
2896
2889
|
}), [
|
2897
|
-
((y = (_ = t.nativeButton) == null ? void 0 : _.icon) == null ? void 0 : y.show) && (((
|
2890
|
+
((y = (_ = t.nativeButton) == null ? void 0 : _.icon) == null ? void 0 : y.show) && (((x = (w = t.nativeButton) == null ? void 0 : w.icon) == null ? void 0 : x.position) === "before" || !((M = (S = t.nativeButton) == null ? void 0 : S.icon) != null && M.position)) ? (s(), C(r, {
|
2898
2891
|
key: 0,
|
2899
2892
|
iconClass: (q = (D = t.nativeButton) == null ? void 0 : D.icon) == null ? void 0 : q.iconClass,
|
2900
2893
|
type: (E = (T = t.nativeButton) == null ? void 0 : T.icon) == null ? void 0 : E.iconType
|
@@ -2902,7 +2895,7 @@ function Qs(e, n, t, a, l, i) {
|
|
2902
2895
|
((P = t.nativeButton) == null ? void 0 : P.icon) && ((H = t.nativeButton) == null ? void 0 : H.text) ? (s(), o("span", Ws, p(t.nativeButton.text), 1)) : (s(), o(k, { key: 2 }, [
|
2903
2896
|
j(p(t.nativeButton.text), 1)
|
2904
2897
|
], 64)),
|
2905
|
-
((G = (U = t.nativeButton) == null ? void 0 : U.icon) == null ? void 0 : G.show) && ((
|
2898
|
+
((G = (U = t.nativeButton) == null ? void 0 : U.icon) == null ? void 0 : G.show) && ((Y = (V = t.nativeButton) == null ? void 0 : V.icon) == null ? void 0 : Y.position) === "after" ? (s(), C(r, {
|
2906
2899
|
key: 3,
|
2907
2900
|
iconClass: (le = (Z = t.nativeButton) == null ? void 0 : Z.icon) == null ? void 0 : le.iconClass,
|
2908
2901
|
type: (_e = (Q = t.nativeButton) == null ? void 0 : Q.icon) == null ? void 0 : _e.iconType
|
@@ -2911,7 +2904,7 @@ function Qs(e, n, t, a, l, i) {
|
|
2911
2904
|
}
|
2912
2905
|
const $ = /* @__PURE__ */ O(ks, [["render", Qs]]), Zs = {
|
2913
2906
|
name: "CmdAddressDataItem",
|
2914
|
-
mixins: [
|
2907
|
+
mixins: [J],
|
2915
2908
|
data() {
|
2916
2909
|
return {
|
2917
2910
|
editableAddressEntry: null
|
@@ -2969,7 +2962,7 @@ const $ = /* @__PURE__ */ O(ks, [["render", Qs]]), Zs = {
|
|
2969
2962
|
tooltip: "Tooltip",
|
2970
2963
|
href: "#"
|
2971
2964
|
};
|
2972
|
-
return
|
2965
|
+
return K(this, {
|
2973
2966
|
item() {
|
2974
2967
|
return e;
|
2975
2968
|
}
|
@@ -2977,7 +2970,7 @@ const $ = /* @__PURE__ */ O(ks, [["render", Qs]]), Zs = {
|
|
2977
2970
|
},
|
2978
2971
|
updateHandlerProvider() {
|
2979
2972
|
const e = this.editableAddressEntry;
|
2980
|
-
return
|
2973
|
+
return K(this, {
|
2981
2974
|
update(n) {
|
2982
2975
|
typeof e == "object" ? Object.entries(e).forEach(([t, a]) => n[t] = a) : n.href == null ? n.data = e : n.href = e;
|
2983
2976
|
}
|
@@ -3056,7 +3049,7 @@ function po(e, n, t, a, l, i) {
|
|
3056
3049
|
innerHTML: t.addressEntry.data
|
3057
3050
|
}, null, 8, Ks))
|
3058
3051
|
], 64))
|
3059
|
-
], 2)) : t.addressEntry.
|
3052
|
+
], 2)) : t.addressEntry.name === "address" ? (s(), o("dd", Xs, [
|
3060
3053
|
t.linkGoogleMaps && !e.editing ? (s(), o("a", {
|
3061
3054
|
key: 0,
|
3062
3055
|
href: i.locateAddress(t.addressEntry),
|
@@ -3079,7 +3072,7 @@ function po(e, n, t, a, l, i) {
|
|
3079
3072
|
t.addressEntry.country ? (s(), o("span", oo, p(t.addressEntry.country), 1)) : u("", !0)
|
3080
3073
|
], 8, $s)) : (s(), o(k, { key: 1 }, [
|
3081
3074
|
e.editing ? (s(), o(k, { key: 1 }, [
|
3082
|
-
|
3075
|
+
v(r, {
|
3083
3076
|
element: "input",
|
3084
3077
|
type: "text",
|
3085
3078
|
class: "edit-mode",
|
@@ -3090,7 +3083,7 @@ function po(e, n, t, a, l, i) {
|
|
3090
3083
|
"onUpdate:modelValue": n[1] || (n[1] = (f) => l.editableAddressEntry.streetNo = f)
|
3091
3084
|
}, null, 8, ["labelText", "placeholder", "modelValue"]),
|
3092
3085
|
h("div", go, [
|
3093
|
-
|
3086
|
+
v(r, {
|
3094
3087
|
element: "input",
|
3095
3088
|
type: "text",
|
3096
3089
|
class: "edit-mode",
|
@@ -3100,7 +3093,7 @@ function po(e, n, t, a, l, i) {
|
|
3100
3093
|
modelValue: l.editableAddressEntry.zip,
|
3101
3094
|
"onUpdate:modelValue": n[2] || (n[2] = (f) => l.editableAddressEntry.zip = f)
|
3102
3095
|
}, null, 8, ["labelText", "placeholder", "modelValue"]),
|
3103
|
-
|
3096
|
+
v(r, {
|
3104
3097
|
element: "input",
|
3105
3098
|
type: "text",
|
3106
3099
|
class: "edit-mode",
|
@@ -3111,7 +3104,7 @@ function po(e, n, t, a, l, i) {
|
|
3111
3104
|
"onUpdate:modelValue": n[3] || (n[3] = (f) => l.editableAddressEntry.city = f)
|
3112
3105
|
}, null, 8, ["labelText", "placeholder", "modelValue"])
|
3113
3106
|
]),
|
3114
|
-
|
3107
|
+
v(r, {
|
3115
3108
|
element: "input",
|
3116
3109
|
type: "text",
|
3117
3110
|
class: "edit-mode",
|
@@ -3121,7 +3114,7 @@ function po(e, n, t, a, l, i) {
|
|
3121
3114
|
modelValue: l.editableAddressEntry.miscInfo,
|
3122
3115
|
"onUpdate:modelValue": n[4] || (n[4] = (f) => l.editableAddressEntry.miscInfo = f)
|
3123
3116
|
}, null, 8, ["labelText", "placeholder", "modelValue"]),
|
3124
|
-
|
3117
|
+
v(r, {
|
3125
3118
|
element: "select",
|
3126
3119
|
class: "edit-mode",
|
3127
3120
|
"show-label": !1,
|
@@ -3172,7 +3165,7 @@ const yo = /* @__PURE__ */ O(Zs, [["render", po]]), Co = {
|
|
3172
3165
|
};
|
3173
3166
|
const bo = {
|
3174
3167
|
name: "CmdAddressData",
|
3175
|
-
mixins: [
|
3168
|
+
mixins: [J, ie, Co],
|
3176
3169
|
props: {
|
3177
3170
|
useSlot: {
|
3178
3171
|
type: Boolean,
|
@@ -3233,10 +3226,10 @@ const bo = {
|
|
3233
3226
|
return "https://www.google.com/maps/place/" + e.streetNo + ", " + e.zip + " " + e.city;
|
3234
3227
|
},
|
3235
3228
|
getHref(e) {
|
3236
|
-
return e.
|
3229
|
+
return e.name === "phone" ? "tel:" + e.href : e.name === "email" ? "mailto:" + e.href : e.name === "url" ? e.href : null;
|
3237
3230
|
},
|
3238
3231
|
updateHandlerProvider() {
|
3239
|
-
return
|
3232
|
+
return K(this, {
|
3240
3233
|
update(e, n) {
|
3241
3234
|
const t = n == null ? void 0 : n.find((a) => a.name === "CmdHeadline");
|
3242
3235
|
t && (e.cmdHeadline = e.cmdHeadline || {}, t.update(e.cmdHeadline));
|
@@ -3245,8 +3238,8 @@ const bo = {
|
|
3245
3238
|
}
|
3246
3239
|
},
|
3247
3240
|
watch: {}
|
3248
|
-
}, _o = { class: "cmd-address-data vcard" }, ko = { class: "adr" },
|
3249
|
-
|
3241
|
+
}, _o = { class: "cmd-address-data vcard" }, ko = { class: "adr" }, vo = { key: 0 }, xo = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), wo = /* @__PURE__ */ h("span", null, "Add new entry", -1), To = [
|
3242
|
+
xo,
|
3250
3243
|
wo
|
3251
3244
|
], Io = ["href", "target", "title"], So = ["innerHTML"], Mo = ["href", "title"], Oo = { class: "street-address" }, Lo = /* @__PURE__ */ h("br", null, null, -1), Do = { class: "postal-code" }, No = { class: "locality" }, Po = /* @__PURE__ */ h("br", null, null, -1), Ao = /* @__PURE__ */ h("br", null, null, -1), Bo = {
|
3252
3245
|
key: 3,
|
@@ -3263,50 +3256,54 @@ function Ro(e, n, t, a, l, i) {
|
|
3263
3256
|
((g = t.cmdHeadline) == null ? void 0 : g.headlineText) || e.editModeContext ? (s(), C(d, W(B({ key: 0 }, t.cmdHeadline)), null, 16)) : u("", !0),
|
3264
3257
|
h("address", ko, [
|
3265
3258
|
t.showLabels && !t.showIconsOnly ? (s(), o(k, { key: 0 }, [
|
3266
|
-
e.editModeContext ?
|
3259
|
+
e.editModeContext ? (s(), o(k, { key: 1 }, [
|
3260
|
+
t.addressData.length === 0 ? (s(), o("button", {
|
3261
|
+
key: 0,
|
3262
|
+
type: "button",
|
3263
|
+
class: "button confirm small",
|
3264
|
+
onClick: n[0] || (n[0] = (...m) => i.onAddItem && i.onAddItem(...m))
|
3265
|
+
}, To)) : u("", !0),
|
3266
|
+
(s(!0), o(k, null, A(t.addressData, (m, _) => (s(), C(c, {
|
3267
|
+
key: "x" + _,
|
3268
|
+
class: "edit-items",
|
3269
|
+
showComponentName: !1,
|
3270
|
+
allowedComponentTypes: [],
|
3271
|
+
componentName: "CmdAddressDataItem",
|
3272
|
+
componentProps: m,
|
3273
|
+
componentPath: ["props", "addressData", _]
|
3274
|
+
}, {
|
3275
|
+
default: N(() => [
|
3276
|
+
h("dl", null, [
|
3277
|
+
v(r, {
|
3278
|
+
addressEntry: m,
|
3279
|
+
showLabelIcons: t.showLabelIcons,
|
3280
|
+
showLabelTexts: t.showLabelTexts
|
3281
|
+
}, null, 8, ["addressEntry", "showLabelIcons", "showLabelTexts"])
|
3282
|
+
])
|
3283
|
+
]),
|
3284
|
+
_: 2
|
3285
|
+
}, 1032, ["componentProps", "componentPath"]))), 128))
|
3286
|
+
], 64)) : (s(), o("dl", vo, [
|
3267
3287
|
(s(!0), o(k, null, A(t.addressData, (m, _) => (s(), C(r, {
|
3268
3288
|
key: _,
|
3269
|
-
addressEntry: m
|
3270
|
-
|
3271
|
-
|
3272
|
-
|
3273
|
-
|
3274
|
-
type: "button",
|
3275
|
-
class: "button confirm small",
|
3276
|
-
onClick: n[0] || (n[0] = (...m) => i.onAddItem && i.onAddItem(...m))
|
3277
|
-
}, To)) : (s(!0), o(k, { key: 2 }, A(t.addressData, (m, _) => (s(), C(c, {
|
3278
|
-
key: "x" + _,
|
3279
|
-
class: "edit-items",
|
3280
|
-
showComponentName: !1,
|
3281
|
-
allowedComponentTypes: [],
|
3282
|
-
componentName: "CmdAddressDataItem",
|
3283
|
-
componentProps: m,
|
3284
|
-
componentPath: ["props", "addressData", _]
|
3285
|
-
}, {
|
3286
|
-
default: N(() => [
|
3287
|
-
h("dl", null, [
|
3288
|
-
x(r, {
|
3289
|
-
addressEntry: m,
|
3290
|
-
showLabelIcons: t.showLabelIcons,
|
3291
|
-
showLabelTexts: t.showLabelTexts
|
3292
|
-
}, null, 8, ["addressEntry", "showLabelIcons", "showLabelTexts"])
|
3293
|
-
])
|
3294
|
-
]),
|
3295
|
-
_: 2
|
3296
|
-
}, 1032, ["componentProps", "componentPath"]))), 128))
|
3289
|
+
addressEntry: m,
|
3290
|
+
showLabelIcons: t.showLabelIcons,
|
3291
|
+
showLabelTexts: t.showLabelTexts
|
3292
|
+
}, null, 8, ["addressEntry", "showLabelIcons", "showLabelTexts"]))), 128))
|
3293
|
+
]))
|
3297
3294
|
], 64)) : (s(), o("ul", {
|
3298
3295
|
key: 1,
|
3299
3296
|
class: b(["flex-container", { vertical: !t.showIconsOnly }])
|
3300
3297
|
}, [
|
3301
3298
|
(s(!0), o(k, null, A(t.addressData, (m, _) => (s(), o(k, { key: _ }, [
|
3302
|
-
m.href || m.
|
3299
|
+
m.href || m.name === "address" && m.linkGoogleMaps || !t.showIconsOnly ? (s(), o("li", {
|
3303
3300
|
key: 0,
|
3304
3301
|
class: b({ "no-flex": t.showIconsOnly })
|
3305
3302
|
}, [
|
3306
3303
|
m.href ? (s(), o("a", {
|
3307
3304
|
key: 0,
|
3308
3305
|
href: i.getHref(m),
|
3309
|
-
target:
|
3306
|
+
target: m.name === "url" ? "_blank" : null,
|
3310
3307
|
title: m.tooltip
|
3311
3308
|
}, [
|
3312
3309
|
t.showIconsOnly ? (s(), o(k, { key: 0 }, [
|
@@ -3322,7 +3319,7 @@ function Ro(e, n, t, a, l, i) {
|
|
3322
3319
|
key: 1,
|
3323
3320
|
innerHTML: m.data
|
3324
3321
|
}, null, 8, So)),
|
3325
|
-
m.
|
3322
|
+
m.name === "address" ? (s(), o(k, { key: 2 }, [
|
3326
3323
|
m.linkGoogleMaps ? (s(), o("a", {
|
3327
3324
|
key: 0,
|
3328
3325
|
href: i.locateAddress(m),
|
@@ -3376,7 +3373,7 @@ function Ro(e, n, t, a, l, i) {
|
|
3376
3373
|
], 64))
|
3377
3374
|
]);
|
3378
3375
|
}
|
3379
|
-
const
|
3376
|
+
const Ag = /* @__PURE__ */ O(bo, [["render", Ro]]), Uo = {
|
3380
3377
|
name: "CmdBackToTopButton",
|
3381
3378
|
data() {
|
3382
3379
|
var e;
|
@@ -3443,7 +3440,7 @@ function Wo(e, n, t, a, l, i) {
|
|
3443
3440
|
title: t.iconBackToTop.tooltip,
|
3444
3441
|
onClick: n[0] || (n[0] = I((...r) => i.onBackToTop && i.onBackToTop(...r), ["prevent"]))
|
3445
3442
|
}, [
|
3446
|
-
|
3443
|
+
v(d, {
|
3447
3444
|
iconClass: t.iconBackToTop.iconClass,
|
3448
3445
|
type: t.iconBackToTop.iconType
|
3449
3446
|
}, null, 8, ["iconClass", "type"])
|
@@ -3452,7 +3449,7 @@ function Wo(e, n, t, a, l, i) {
|
|
3452
3449
|
_: 1
|
3453
3450
|
});
|
3454
3451
|
}
|
3455
|
-
const
|
3452
|
+
const Bg = /* @__PURE__ */ O(Uo, [["render", Wo]]);
|
3456
3453
|
const Qo = {
|
3457
3454
|
name: "CmdBankAccountData",
|
3458
3455
|
props: {
|
@@ -3504,7 +3501,7 @@ function Xo(e, n, t, a, l, i) {
|
|
3504
3501
|
onClick: I((g) => i.copyToClipboard(c.value), ["prevent"]),
|
3505
3502
|
title: t.iconCopy.tooltip
|
3506
3503
|
}, [
|
3507
|
-
|
3504
|
+
v(r, {
|
3508
3505
|
iconClass: t.iconCopy.iconClass,
|
3509
3506
|
type: t.iconCopy.iconType
|
3510
3507
|
}, null, 8, ["iconClass", "type"])
|
@@ -3515,8 +3512,8 @@ function Xo(e, n, t, a, l, i) {
|
|
3515
3512
|
t.additionalInformation ? (s(), o("p", Ko, p(t.additionalInformation), 1)) : u("", !0)
|
3516
3513
|
]);
|
3517
3514
|
}
|
3518
|
-
const
|
3519
|
-
function
|
3515
|
+
const jg = /* @__PURE__ */ O(Qo, [["render", Xo]]);
|
3516
|
+
function xe(e) {
|
3520
3517
|
if (e) {
|
3521
3518
|
const n = e.lastIndexOf(".");
|
3522
3519
|
if (n > -1)
|
@@ -3526,7 +3523,7 @@ function ve(e) {
|
|
3526
3523
|
}
|
3527
3524
|
function dn(e, n, t, a, l) {
|
3528
3525
|
const i = [];
|
3529
|
-
if (e.size > a && i.push("file too large"), n.includes(
|
3526
|
+
if (e.size > a && i.push("file too large"), n.includes(xe(e.name)) || i.push("disallowed file extension"), i.length) {
|
3530
3527
|
alert(i);
|
3531
3528
|
return;
|
3532
3529
|
}
|
@@ -3541,7 +3538,7 @@ function dn(e, n, t, a, l) {
|
|
3541
3538
|
}
|
3542
3539
|
const $o = {
|
3543
3540
|
name: "CmdImage",
|
3544
|
-
mixins: [
|
3541
|
+
mixins: [J],
|
3545
3542
|
data() {
|
3546
3543
|
return {
|
3547
3544
|
mediumMaxWidth: 1023,
|
@@ -3715,7 +3712,7 @@ const $o = {
|
|
3715
3712
|
textAlign: "center"
|
3716
3713
|
}
|
3717
3714
|
};
|
3718
|
-
return
|
3715
|
+
return K(this, {
|
3719
3716
|
item() {
|
3720
3717
|
return e;
|
3721
3718
|
}
|
@@ -3723,7 +3720,7 @@ const $o = {
|
|
3723
3720
|
},
|
3724
3721
|
updateHandlerProvider() {
|
3725
3722
|
const e = this.figcaptionText;
|
3726
|
-
return this.figcaptionText = null,
|
3723
|
+
return this.figcaptionText = null, K(this, {
|
3727
3724
|
update(n) {
|
3728
3725
|
n.figcaption || (n.figcaption = {}), n.figcaption.text = e;
|
3729
3726
|
}
|
@@ -3745,7 +3742,7 @@ const $o = {
|
|
3745
3742
|
oa
|
3746
3743
|
], ra = { key: 0 }, da = ["src", "alt", "title"], ca = { key: 1 };
|
3747
3744
|
function ua(e, n, t, a, l, i) {
|
3748
|
-
var c, f, g, m, _, y, w,
|
3745
|
+
var c, f, g, m, _, y, w, x, S;
|
3749
3746
|
const d = $, r = he;
|
3750
3747
|
return e.editModeContext ? (s(), C(r, {
|
3751
3748
|
key: 0,
|
@@ -3760,7 +3757,7 @@ function ua(e, n, t, a, l, i) {
|
|
3760
3757
|
itemProvider: ((c = e.editModeConfig) == null ? void 0 : c.allowAddItem) !== !1 ? i.itemProvider : null
|
3761
3758
|
}, {
|
3762
3759
|
default: N((M) => {
|
3763
|
-
var D, q, T, E, P, H, U, G, V,
|
3760
|
+
var D, q, T, E, P, H, U, G, V, Y, Z, le;
|
3764
3761
|
return [
|
3765
3762
|
h("figure", {
|
3766
3763
|
class: b(["cmd-image flex-container no-gap vertical", i.textAlign])
|
@@ -3781,7 +3778,7 @@ function ua(e, n, t, a, l, i) {
|
|
3781
3778
|
h("a", B({
|
3782
3779
|
href: "#",
|
3783
3780
|
class: ["box drop-area flex-container vertical", { "allow-drop": l.allowDrop }]
|
3784
|
-
}, ft(i.dragAndDropHandler), {
|
3781
|
+
}, ft(i.dragAndDropHandler, !0), {
|
3785
3782
|
onClick: n[1] || (n[1] = I((...Q) => i.selectFiles && i.selectFiles(...Q), ["prevent"])),
|
3786
3783
|
title: "Drag new image to this area to replace old one!"
|
3787
3784
|
}), [
|
@@ -3792,7 +3789,7 @@ function ua(e, n, t, a, l, i) {
|
|
3792
3789
|
title: (H = t.image) == null ? void 0 : H.tooltip
|
3793
3790
|
}, null, 8, na)
|
3794
3791
|
], 16),
|
3795
|
-
|
3792
|
+
v(d, {
|
3796
3793
|
class: "hidden",
|
3797
3794
|
element: "input",
|
3798
3795
|
type: "file",
|
@@ -3807,7 +3804,7 @@ function ua(e, n, t, a, l, i) {
|
|
3807
3804
|
alt: (U = t.image) == null ? void 0 : U.alt,
|
3808
3805
|
title: (G = t.image) == null ? void 0 : G.tooltip
|
3809
3806
|
}, null, 8, ia)) : u("", !0),
|
3810
|
-
((V = t.figcaption) == null ? void 0 : V.show) && ((
|
3807
|
+
((V = t.figcaption) == null ? void 0 : V.show) && ((Y = t.figcaption) == null ? void 0 : Y.position) !== "top" ? (s(), o(k, { key: 3 }, [
|
3811
3808
|
M.editing ? (s(), C(d, {
|
3812
3809
|
key: 0,
|
3813
3810
|
element: "input",
|
@@ -3841,7 +3838,7 @@ function ua(e, n, t, a, l, i) {
|
|
3841
3838
|
alt: (_ = t.image) == null ? void 0 : _.alt,
|
3842
3839
|
title: (y = t.image) == null ? void 0 : y.tooltip
|
3843
3840
|
}, null, 8, da),
|
3844
|
-
((w = t.figcaption) == null ? void 0 : w.show) && ((
|
3841
|
+
((w = t.figcaption) == null ? void 0 : w.show) && ((x = t.figcaption) == null ? void 0 : x.position) !== "top" ? (s(), o("figcaption", ca, p((S = t.figcaption) == null ? void 0 : S.text), 1)) : u("", !0)
|
3845
3842
|
], 2));
|
3846
3843
|
}
|
3847
3844
|
const Ce = /* @__PURE__ */ O($o, [["render", ua]]);
|
@@ -3891,7 +3888,7 @@ function fa(e, n, t, a, l, i) {
|
|
3891
3888
|
class: b(["cmd-slide-button", "button", "keep-behavior-on-small-devices", t.slideButtonType]),
|
3892
3889
|
title: i.getDirection.tooltip
|
3893
3890
|
}, [
|
3894
|
-
|
3891
|
+
v(d, {
|
3895
3892
|
iconClass: i.getDirection.iconClass || "next"
|
3896
3893
|
}, null, 8, ["iconClass"])
|
3897
3894
|
], 10, ha);
|
@@ -3913,7 +3910,7 @@ const pa = {
|
|
3913
3910
|
mixins: [
|
3914
3911
|
ie,
|
3915
3912
|
ga,
|
3916
|
-
|
3913
|
+
J
|
3917
3914
|
],
|
3918
3915
|
data() {
|
3919
3916
|
return {
|
@@ -4078,9 +4075,9 @@ const pa = {
|
|
4078
4075
|
deep: !0
|
4079
4076
|
}
|
4080
4077
|
}
|
4081
|
-
}, ya = { class: "inner-thumbnail-wrapper" }, Ca = ["href", "onClick", "title", "target"], ba = { key: 1 }, _a = { key: 1 }, ka = { key: 0 },
|
4082
|
-
|
4083
|
-
|
4078
|
+
}, ya = { class: "inner-thumbnail-wrapper" }, Ca = ["href", "onClick", "title", "target"], ba = { key: 1 }, _a = { key: 1 }, ka = { key: 0 }, va = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), xa = /* @__PURE__ */ h("span", null, "Add new thumbnail-scroller-image", -1), wa = [
|
4079
|
+
va,
|
4080
|
+
xa
|
4084
4081
|
];
|
4085
4082
|
function Ta(e, n, t, a, l, i) {
|
4086
4083
|
var g;
|
@@ -4104,7 +4101,7 @@ function Ta(e, n, t, a, l, i) {
|
|
4104
4101
|
onClick: I(i.showPrevItem, ["prevent"]),
|
4105
4102
|
slideButtonType: "prev"
|
4106
4103
|
}, null, 8, ["onClick"])) : u("", !0),
|
4107
|
-
|
4104
|
+
v(wt, {
|
4108
4105
|
name: "slide",
|
4109
4106
|
tag: "ul"
|
4110
4107
|
}, {
|
@@ -4191,7 +4188,7 @@ const At = (e) => {
|
|
4191
4188
|
props: {
|
4192
4189
|
defaultAriaLabelText: {
|
4193
4190
|
type: String,
|
4194
|
-
required: !
|
4191
|
+
required: !1
|
4195
4192
|
},
|
4196
4193
|
url: {
|
4197
4194
|
type: String,
|
@@ -4389,9 +4386,9 @@ const Ma = si, Oa = ["aria-label"], La = { class: "flex-container" }, Da = {
|
|
4389
4386
|
class: "flex-container no-flex"
|
4390
4387
|
}, za = ["title"], qa = { key: 1 }, Ra = ["title"], Ua = { key: 1 };
|
4391
4388
|
function Ga(e, n, t, a, l, i) {
|
4392
|
-
var m, _, y, w,
|
4389
|
+
var m, _, y, w, x, S, M, D, q, T, E, P, H, U, G, V, Y, Z, le, Q, _e, L, ge, zt, qt, Rt, Ut, Gt, Wt;
|
4393
4390
|
const d = R, r = z, c = Ce, f = qe, g = Ia;
|
4394
|
-
return s(), C(
|
4391
|
+
return s(), C(vi, { to: "body" }, [
|
4395
4392
|
h("dialog", {
|
4396
4393
|
ref: "dialog",
|
4397
4394
|
class: b(["cmd-fancybox", { "show-overlay": e.showOverlay, image: e.fancyBoxImageUrl || e.fancyBoxGallery, "image-gallery": e.fancyBoxGallery }]),
|
@@ -4405,7 +4402,7 @@ function Ga(e, n, t, a, l, i) {
|
|
4405
4402
|
headlineLevel: (y = e.cmdHeadline) == null ? void 0 : y.headlineLevel,
|
4406
4403
|
id: e.htmlId
|
4407
4404
|
}, null, 8, ["headlineText", "headlineLevel", "id"])) : u("", !0),
|
4408
|
-
((w = e.fancyboxOptions.printButtons) == null ? void 0 : w.color) || ((
|
4405
|
+
((w = e.fancyboxOptions.printButtons) == null ? void 0 : w.color) || ((x = e.fancyboxOptions.printButtons) == null ? void 0 : x.grayscale) || e.fancyboxOptions.closeIcon ? (s(), o("div", Da, [
|
4409
4406
|
e.showPrintButtons && ((S = e.fancyboxOptions.printButtons) == null ? void 0 : S.color) ? (s(), o("a", {
|
4410
4407
|
key: 0,
|
4411
4408
|
href: "#",
|
@@ -4413,7 +4410,7 @@ function Ga(e, n, t, a, l, i) {
|
|
4413
4410
|
title: (M = e.fancyboxOptions.printButtons.color) == null ? void 0 : M.tooltip,
|
4414
4411
|
onClick: n[0] || (n[0] = I((ae) => e.printInGrayscale = !1, ["prevent"]))
|
4415
4412
|
}, [
|
4416
|
-
|
4413
|
+
v(r, {
|
4417
4414
|
iconClass: (D = e.fancyboxOptions.printButtons.color) == null ? void 0 : D.iconClass,
|
4418
4415
|
type: (q = e.fancyboxOptions.printButtons.color) == null ? void 0 : q.iconType
|
4419
4416
|
}, null, 8, ["iconClass", "type"])
|
@@ -4425,7 +4422,7 @@ function Ga(e, n, t, a, l, i) {
|
|
4425
4422
|
title: (E = e.fancyboxOptions.printButtons.grayscale) == null ? void 0 : E.tooltip,
|
4426
4423
|
onClick: n[1] || (n[1] = I((ae) => e.printInGrayscale = !0, ["prevent"]))
|
4427
4424
|
}, [
|
4428
|
-
|
4425
|
+
v(r, {
|
4429
4426
|
iconClass: (P = e.fancyboxOptions.printButtons.grayscale) == null ? void 0 : P.iconClass,
|
4430
4427
|
type: (H = e.fancyboxOptions.printButtons.grayscale) == null ? void 0 : H.iconType
|
4431
4428
|
}, null, 8, ["iconClass", "type"])
|
@@ -4439,7 +4436,7 @@ function Ga(e, n, t, a, l, i) {
|
|
4439
4436
|
ref: "close-dialog",
|
4440
4437
|
onClick: n[2] || (n[2] = I((...ae) => e.close && e.close(...ae), ["prevent"]))
|
4441
4438
|
}, [
|
4442
|
-
|
4439
|
+
v(r, {
|
4443
4440
|
iconClass: e.fancyboxOptions.closeIcon.iconClass,
|
4444
4441
|
type: e.fancyboxOptions.closeIcon.iconType
|
4445
4442
|
}, null, 8, ["iconClass", "type"])
|
@@ -4450,7 +4447,7 @@ function Ga(e, n, t, a, l, i) {
|
|
4450
4447
|
class: b(["outer-content-wrapper", { grayscale: e.printInGrayscale }])
|
4451
4448
|
}, [
|
4452
4449
|
e.fancyBoxImageUrl || ((U = e.cmdImage) == null ? void 0 : U.image) ? (s(), o("div", Ba, [
|
4453
|
-
|
4450
|
+
v(c, {
|
4454
4451
|
image: e.largeSingleImage,
|
4455
4452
|
figcaption: (G = e.cmdImage) == null ? void 0 : G.figcaption
|
4456
4453
|
}, null, 8, ["image", "figcaption"])
|
@@ -4459,15 +4456,15 @@ function Ga(e, n, t, a, l, i) {
|
|
4459
4456
|
class: "content",
|
4460
4457
|
innerHTML: e.fancyBoxContent
|
4461
4458
|
}, null, 8, ja)) : e.fancyBoxElements ? (s(), o("div", Fa)) : e.fancyBoxGallery ? (s(), o("div", Ha, [
|
4462
|
-
|
4459
|
+
v(f, {
|
4463
4460
|
onClick: I(e.showPrevItem, ["prevent"]),
|
4464
4461
|
slideButtonType: "prev"
|
4465
4462
|
}, null, 8, ["onClick"]),
|
4466
|
-
|
4463
|
+
v(c, {
|
4467
4464
|
image: e.largeGalleryImage,
|
4468
4465
|
figcaption: e.fancyBoxGallery[e.index].figcaption
|
4469
4466
|
}, null, 8, ["image", "figcaption"]),
|
4470
|
-
|
4467
|
+
v(f, {
|
4471
4468
|
onClick: I(e.showNextItem, ["prevent"])
|
4472
4469
|
}, null, 8, ["onClick"])
|
4473
4470
|
])) : (s(), o("div", Ea, [
|
@@ -4478,7 +4475,7 @@ function Ga(e, n, t, a, l, i) {
|
|
4478
4475
|
(V = e.fancyboxOptions.submitButtons) != null && V.cancel ? (s(), o("button", {
|
4479
4476
|
key: 0,
|
4480
4477
|
onClick: n[3] || (n[3] = (...ae) => e.cancel && e.cancel(...ae)),
|
4481
|
-
title: (
|
4478
|
+
title: (Y = e.fancyboxOptions.submitButtons.cancel) == null ? void 0 : Y.tooltip
|
4482
4479
|
}, [
|
4483
4480
|
(Z = e.fancyboxOptions.submitButtons.cancel) != null && Z.iconClass ? (s(), C(r, {
|
4484
4481
|
key: 0,
|
@@ -4510,10 +4507,10 @@ function Ga(e, n, t, a, l, i) {
|
|
4510
4507
|
], 42, Oa)
|
4511
4508
|
]);
|
4512
4509
|
}
|
4513
|
-
const
|
4510
|
+
const Fg = /* @__PURE__ */ O(Ma, [["render", Ga]]), Wa = {
|
4514
4511
|
name: "CmdListOfLinksItem",
|
4515
4512
|
inheritAttrs: !1,
|
4516
|
-
mixins: [
|
4513
|
+
mixins: [J],
|
4517
4514
|
data() {
|
4518
4515
|
return {
|
4519
4516
|
editableText: this.link.text
|
@@ -4528,7 +4525,7 @@ const jg = /* @__PURE__ */ O(Ma, [["render", Ga]]), Wa = {
|
|
4528
4525
|
methods: {
|
4529
4526
|
updateHandlerProvider() {
|
4530
4527
|
const e = this.editableText;
|
4531
|
-
return
|
4528
|
+
return K(this, {
|
4532
4529
|
update(n) {
|
4533
4530
|
n.text = e;
|
4534
4531
|
}
|
@@ -4555,7 +4552,7 @@ const jg = /* @__PURE__ */ O(Ma, [["render", Ga]]), Wa = {
|
|
4555
4552
|
function Xa(e, n, t, a, l, i) {
|
4556
4553
|
const d = z, r = se("router-link"), c = $;
|
4557
4554
|
return e.editing ? (s(), o("div", Ka, [
|
4558
|
-
|
4555
|
+
v(c, {
|
4559
4556
|
element: "input",
|
4560
4557
|
type: "text",
|
4561
4558
|
labelText: "Linktext",
|
@@ -4599,7 +4596,7 @@ const $a = /* @__PURE__ */ O(Wa, [["render", Xa]]);
|
|
4599
4596
|
const er = {
|
4600
4597
|
name: "CmdListOfLinks",
|
4601
4598
|
emits: ["click"],
|
4602
|
-
mixins: [
|
4599
|
+
mixins: [J],
|
4603
4600
|
props: {
|
4604
4601
|
sectionAnchors: {
|
4605
4602
|
type: Boolean,
|
@@ -4661,7 +4658,7 @@ const er = {
|
|
4661
4658
|
};
|
4662
4659
|
},
|
4663
4660
|
updateHandlerProvider() {
|
4664
|
-
return
|
4661
|
+
return K(this, {
|
4665
4662
|
update(e, n) {
|
4666
4663
|
const t = n == null ? void 0 : n.find((a) => a.name === "CmdHeadline");
|
4667
4664
|
t && (e.cmdHeadline = e.cmdHeadline || {}, t.update(e.cmdHeadline));
|
@@ -4696,7 +4693,7 @@ function sr(e, n, t, a, l, i) {
|
|
4696
4693
|
itemProvider: i.itemProvider
|
4697
4694
|
}, {
|
4698
4695
|
default: N(() => [
|
4699
|
-
|
4696
|
+
v(r, {
|
4700
4697
|
class: b({ active: t.sectionAnchors && t.activeSection === m }),
|
4701
4698
|
link: g
|
4702
4699
|
}, null, 8, ["class", "link"])
|
@@ -4877,7 +4874,7 @@ const Bt = {
|
|
4877
4874
|
}
|
4878
4875
|
}, cn = () => {
|
4879
4876
|
zn((e) => ({
|
4880
|
-
"
|
4877
|
+
"211bae55": e.cutoffTextLines
|
4881
4878
|
}));
|
4882
4879
|
}, un = Bt.setup;
|
4883
4880
|
Bt.setup = un ? (e, n) => (cn(), un(e, n)) : cn;
|
@@ -4897,7 +4894,7 @@ const dr = Bt, cr = ["title"], ur = {
|
|
4897
4894
|
}, kr = {
|
4898
4895
|
key: 3,
|
4899
4896
|
class: "ribbon-discount"
|
4900
|
-
},
|
4897
|
+
}, vr = { class: "box-body" }, xr = { key: 0 }, wr = {
|
4901
4898
|
key: 1,
|
4902
4899
|
class: "price"
|
4903
4900
|
}, Tr = ["title"], Ir = { key: 2 }, Sr = { class: "box-header flex-container vertical" }, Mr = { key: 0 }, Or = ["src", "alt"], Lr = { key: 0 }, Dr = { key: 1 }, Nr = ["title"], Pr = { key: 0 }, Ar = { class: "box-body" }, Br = { key: 0 }, jr = { key: 1 }, Fr = { key: 2 }, Hr = {
|
@@ -4908,7 +4905,7 @@ const dr = Bt, cr = ["title"], ur = {
|
|
4908
4905
|
class: "box-footer"
|
4909
4906
|
};
|
4910
4907
|
function zr(e, n, t, a, l, i) {
|
4911
|
-
var f, g, m, _, y, w,
|
4908
|
+
var f, g, m, _, y, w, x, S, M;
|
4912
4909
|
const d = R, r = z, c = or;
|
4913
4910
|
return t.boxType === "content" ? (s(), o("div", {
|
4914
4911
|
key: 0,
|
@@ -4931,7 +4928,7 @@ function zr(e, n, t, a, l, i) {
|
|
4931
4928
|
onClick: n[0] || (n[0] = I((...D) => i.toggleContentVisibility && i.toggleContentVisibility(...D), ["prevent"]))
|
4932
4929
|
}, [
|
4933
4930
|
(f = t.useSlots) != null && f.includes("header") ? F(e.$slots, "header", { key: 0 }) : (g = t.cmdHeadline) != null && g.headlineText ? (s(), C(d, W(B({ key: 1 }, t.cmdHeadline)), null, 16)) : u("", !0),
|
4934
|
-
|
4931
|
+
v(r, {
|
4935
4932
|
iconClass: l.open ? t.iconOpen.iconClass : t.iconClosed.iconClass,
|
4936
4933
|
type: l.open ? t.iconOpen.iconType : t.iconClosed.iconType
|
4937
4934
|
}, null, 8, ["iconClass", "type"])
|
@@ -4942,12 +4939,12 @@ function zr(e, n, t, a, l, i) {
|
|
4942
4939
|
])) : u("", !0)
|
4943
4940
|
], 64)),
|
4944
4941
|
ne(h("div", mr, [
|
4945
|
-
(
|
4942
|
+
(x = t.useSlots) != null && x.includes("body") ? (s(), o("div", {
|
4946
4943
|
key: 0,
|
4947
4944
|
class: b({ "default-padding": t.useDefaultPadding })
|
4948
4945
|
}, [
|
4949
4946
|
F(e.$slots, "body", {}, () => [
|
4950
|
-
|
4947
|
+
v(wt, { name: i.toggleTransition }, {
|
4951
4948
|
default: N(() => [
|
4952
4949
|
h("p", {
|
4953
4950
|
class: b({
|
@@ -5005,8 +5002,8 @@ function zr(e, n, t, a, l, i) {
|
|
5005
5002
|
h("span", null, p(t.product.discount), 1)
|
5006
5003
|
])) : u("", !0)
|
5007
5004
|
]),
|
5008
|
-
h("div",
|
5009
|
-
t.product.articleNumber ? (s(), o("p",
|
5005
|
+
h("div", vr, [
|
5006
|
+
t.product.articleNumber ? (s(), o("p", xr, p(e.getMessage("cmdbox.productbox.article_no")) + " " + p(t.product.articleNumber), 1)) : u("", !0),
|
5010
5007
|
t.product.price ? (s(), o("p", wr, [
|
5011
5008
|
h("span", null, p(t.product.price), 1),
|
5012
5009
|
h("span", {
|
@@ -5055,7 +5052,7 @@ function zr(e, n, t, a, l, i) {
|
|
5055
5052
|
(s(!0), o(k, null, A(t.user.tags, (D, q) => (s(), o("li", { key: q }, p(D), 1))), 128))
|
5056
5053
|
]),
|
5057
5054
|
t.user.links ? (s(), o("div", Vr, [
|
5058
|
-
|
5055
|
+
v(c, {
|
5059
5056
|
links: t.user.links,
|
5060
5057
|
orientation: "horizontal",
|
5061
5058
|
useGap: !1
|
@@ -5208,9 +5205,9 @@ const jt = {
|
|
5208
5205
|
}
|
5209
5206
|
}, mn = () => {
|
5210
5207
|
zn((e) => ({
|
5211
|
-
"
|
5212
|
-
|
5213
|
-
"
|
5208
|
+
"10d5c803": e.boxesPerRowLarge,
|
5209
|
+
"0bca1bad": e.boxesPerRowMedium,
|
5210
|
+
"113da1cf": e.boxesPerRowSmall
|
5214
5211
|
}));
|
5215
5212
|
}, hn = jt.setup;
|
5216
5213
|
jt.setup = hn ? (e, n) => (mn(), hn(e, n)) : mn;
|
@@ -5233,7 +5230,7 @@ function Jr(e, n, t, a, l, i) {
|
|
5233
5230
|
onClick: n[0] || (n[0] = I((...c) => i.toggleCollapsingBoxes && i.toggleCollapsingBoxes(...c), ["prevent"])),
|
5234
5231
|
title: l.collapsingBoxesOpen ? t.collapseBoxesIcon.tooltip : t.expandBoxesIcon.tooltip
|
5235
5232
|
}, [
|
5236
|
-
|
5233
|
+
v(r, {
|
5237
5234
|
iconClass: l.collapsingBoxesOpen ? t.expandBoxesIcon.iconClass : t.collapseBoxesIcon.iconClass,
|
5238
5235
|
type: l.rowView ? t.iconGridView.iconType : t.iconRowView.iconType
|
5239
5236
|
}, null, 8, ["iconClass", "type"])
|
@@ -5244,7 +5241,7 @@ function Jr(e, n, t, a, l, i) {
|
|
5244
5241
|
onClick: n[1] || (n[1] = I((c) => l.rowView = !l.rowView, ["prevent"])),
|
5245
5242
|
title: l.rowView ? t.iconRowView.tooltip : t.iconGridView.tooltip
|
5246
5243
|
}, [
|
5247
|
-
|
5244
|
+
v(r, {
|
5248
5245
|
iconClass: l.rowView ? t.iconGridView.iconClass : t.iconRowView.iconClass,
|
5249
5246
|
type: l.rowView ? t.iconGridView.iconType : t.iconRowView.iconType
|
5250
5247
|
}, null, 8, ["iconClass", "type"])
|
@@ -5271,7 +5268,7 @@ function Jr(e, n, t, a, l, i) {
|
|
5271
5268
|
], 2)
|
5272
5269
|
]);
|
5273
5270
|
}
|
5274
|
-
const
|
5271
|
+
const Hg = /* @__PURE__ */ O(Rr, [["render", Jr]]);
|
5275
5272
|
function be(e) {
|
5276
5273
|
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);
|
5277
5274
|
}
|
@@ -5337,7 +5334,7 @@ function sd(e, n, t, a, l, i) {
|
|
5337
5334
|
]))), 128))
|
5338
5335
|
]);
|
5339
5336
|
}
|
5340
|
-
const
|
5337
|
+
const Eg = /* @__PURE__ */ O(Yr, [["render", sd]]);
|
5341
5338
|
const od = {
|
5342
5339
|
name: "CmdCompanyLogo",
|
5343
5340
|
data() {
|
@@ -5400,7 +5397,7 @@ const od = {
|
|
5400
5397
|
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";
|
5401
5398
|
}
|
5402
5399
|
}
|
5403
|
-
}, ad = { class: "cmd-company-logo" }, rd = ["href", "title"];
|
5400
|
+
}, ad = { class: "cmd-company-logo company-logo" }, rd = ["href", "title"];
|
5404
5401
|
function dd(e, n, t, a, l, i) {
|
5405
5402
|
var c, f, g, m, _, y;
|
5406
5403
|
const d = Ce, r = se("router-link");
|
@@ -5411,7 +5408,7 @@ function dd(e, n, t, a, l, i) {
|
|
5411
5408
|
title: (g = t.link) == null ? void 0 : g.tooltip
|
5412
5409
|
}, {
|
5413
5410
|
default: N(() => [
|
5414
|
-
|
5411
|
+
v(d, { image: i.image }, null, 8, ["image"])
|
5415
5412
|
]),
|
5416
5413
|
_: 1
|
5417
5414
|
}, 8, ["to", "title"])) : ((m = t.link) == null ? void 0 : m.type) === "href" ? (s(), o("a", {
|
@@ -5419,14 +5416,29 @@ function dd(e, n, t, a, l, i) {
|
|
5419
5416
|
href: (_ = t.link) == null ? void 0 : _.path,
|
5420
5417
|
title: (y = t.link) == null ? void 0 : y.tooltip
|
5421
5418
|
}, [
|
5422
|
-
|
5419
|
+
v(d, { image: i.image }, null, 8, ["image"])
|
5423
5420
|
], 8, rd)) : (s(), C(d, {
|
5424
5421
|
key: 2,
|
5425
5422
|
image: i.image
|
5426
5423
|
}, null, 8, ["image"]))
|
5427
5424
|
]);
|
5428
5425
|
}
|
5429
|
-
const cd = /* @__PURE__ */ O(od, [["render", dd]])
|
5426
|
+
const cd = /* @__PURE__ */ O(od, [["render", dd]]);
|
5427
|
+
const ud = {
|
5428
|
+
name: "CmdContainer",
|
5429
|
+
mixins: [J],
|
5430
|
+
methods: {
|
5431
|
+
addHandlerProvider() {
|
5432
|
+
return "";
|
5433
|
+
}
|
5434
|
+
}
|
5435
|
+
}, md = { class: "cmd-container" };
|
5436
|
+
function hd(e, n, t, a, l, i) {
|
5437
|
+
return s(), o("div", md, [
|
5438
|
+
F(e.$slots, "default")
|
5439
|
+
]);
|
5440
|
+
}
|
5441
|
+
const Vg = /* @__PURE__ */ O(ud, [["render", hd]]), fd = {
|
5430
5442
|
data() {
|
5431
5443
|
return {
|
5432
5444
|
defaultMessageProperties: {
|
@@ -5436,9 +5448,9 @@ const cd = /* @__PURE__ */ O(od, [["render", dd]]), ud = {
|
|
5436
5448
|
};
|
5437
5449
|
}
|
5438
5450
|
};
|
5439
|
-
const
|
5451
|
+
const gd = {
|
5440
5452
|
name: "CmdCookieDisclaimer",
|
5441
|
-
mixins: [ie,
|
5453
|
+
mixins: [ie, fd],
|
5442
5454
|
data() {
|
5443
5455
|
return {
|
5444
5456
|
showCookieDisclaimer: !0,
|
@@ -5533,33 +5545,33 @@ const md = {
|
|
5533
5545
|
}));
|
5534
5546
|
}
|
5535
5547
|
}
|
5536
|
-
},
|
5548
|
+
}, pd = { class: "cmd-cookie-disclaimer flex-container vertical" }, yd = {
|
5537
5549
|
key: 0,
|
5538
5550
|
class: "flex-container vertical"
|
5539
|
-
},
|
5551
|
+
}, Cd = { key: 0 }, bd = { key: 1 }, _d = ["href", "target"], kd = ["innerHTML"], vd = /* @__PURE__ */ h("hr", null, null, -1), xd = {
|
5540
5552
|
key: 1,
|
5541
5553
|
class: "flex-container vertical"
|
5542
|
-
},
|
5543
|
-
function
|
5554
|
+
}, wd = { key: 0 }, Td = { key: 1 }, Id = ["href", "target"], Sd = ["innerHTML"], Md = { class: "button-wrapper align-center" };
|
5555
|
+
function Od(e, n, t, a, l, i) {
|
5544
5556
|
const d = R, r = $, c = qr;
|
5545
5557
|
return s(), C(ue, { name: "fade" }, {
|
5546
5558
|
default: N(() => {
|
5547
5559
|
var f, g, m;
|
5548
5560
|
return [
|
5549
|
-
h("div",
|
5561
|
+
h("div", pd, [
|
5550
5562
|
((f = t.cmdHeadlineCookieDisclaimer) == null ? void 0 : f.show) && ((g = t.cmdHeadlineCookieDisclaimer) == null ? void 0 : g.headlineText) && ((m = t.cmdHeadlineCookieDisclaimer) == null ? void 0 : m.headlineLevel) ? (s(), C(d, {
|
5551
5563
|
key: 0,
|
5552
5564
|
headlineText: t.cmdHeadlineCookieDisclaimer.headlineText,
|
5553
5565
|
headlineLevel: t.cmdHeadlineCookieDisclaimer.headlineLevel
|
5554
5566
|
}, null, 8, ["headlineText", "headlineLevel"])) : u("", !0),
|
5555
5567
|
F(e.$slots, "cookie-options", {}, () => {
|
5556
|
-
var _, y, w,
|
5568
|
+
var _, y, w, x, S, M, D, q;
|
5557
5569
|
return [
|
5558
|
-
(_ = t.cookieOptions) != null && _.required ? (s(), o("div",
|
5570
|
+
(_ = t.cookieOptions) != null && _.required ? (s(), o("div", yd, [
|
5559
5571
|
(y = t.cmdBoxRequiredCookies) != null && y.showHeadline ? (s(), C(d, {
|
5560
5572
|
key: 0,
|
5561
5573
|
"headline-text": (w = t.cmdBoxRequiredCookies) == null ? void 0 : w.headlineText,
|
5562
|
-
"headline-level": (
|
5574
|
+
"headline-level": (x = t.cmdBoxRequiredCookies) == null ? void 0 : x.headlineLevel
|
5563
5575
|
}, null, 8, ["headline-text", "headline-level"])) : u("", !0),
|
5564
5576
|
(s(!0), o(k, null, A(t.cookieOptions.required.cookies || [], (T, E) => {
|
5565
5577
|
var P;
|
@@ -5569,7 +5581,7 @@ function Id(e, n, t, a, l, i) {
|
|
5569
5581
|
key: E
|
5570
5582
|
}, {
|
5571
5583
|
header: N(() => [
|
5572
|
-
|
5584
|
+
v(r, {
|
5573
5585
|
element: "input",
|
5574
5586
|
type: "checkbox",
|
5575
5587
|
modelValue: i.acceptedCookies,
|
@@ -5583,26 +5595,26 @@ function Id(e, n, t, a, l, i) {
|
|
5583
5595
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
5584
5596
|
]),
|
5585
5597
|
body: N(() => [
|
5586
|
-
T.description ? (s(), o("p",
|
5587
|
-
T.linkDataPrivacy ? (s(), o("p",
|
5598
|
+
T.description ? (s(), o("p", Cd, p(T.description), 1)) : u("", !0),
|
5599
|
+
T.linkDataPrivacy ? (s(), o("p", bd, [
|
5588
5600
|
j(p(T.linkDataPrivacy.label) + " ", 1),
|
5589
5601
|
h("a", {
|
5590
5602
|
onClick: n[1] || (n[1] = (...H) => i.openDataPrivacy && i.openDataPrivacy(...H)),
|
5591
5603
|
href: T.linkDataPrivacy.link,
|
5592
5604
|
target: T.linkDataPrivacy.target
|
5593
|
-
}, p(T.linkDataPrivacy.linkText), 9,
|
5605
|
+
}, p(T.linkDataPrivacy.linkText), 9, _d)
|
5594
5606
|
])) : u("", !0),
|
5595
5607
|
l.dataPrivacyContent ? (s(), o("div", {
|
5596
5608
|
key: 2,
|
5597
5609
|
innerHTML: l.dataPrivacyContent
|
5598
|
-
}, null, 8,
|
5610
|
+
}, null, 8, kd)) : u("", !0)
|
5599
5611
|
]),
|
5600
5612
|
_: 2
|
5601
5613
|
}, 1032, ["collapsible"]);
|
5602
5614
|
}), 128))
|
5603
5615
|
])) : u("", !0),
|
5604
|
-
|
5605
|
-
(S = t.cookieOptions) != null && S.optional ? (s(), o("div",
|
5616
|
+
vd,
|
5617
|
+
(S = t.cookieOptions) != null && S.optional ? (s(), o("div", xd, [
|
5606
5618
|
(M = t.cmdBoxOptionalCookies) != null && M.showHeadline ? (s(), C(d, {
|
5607
5619
|
key: 0,
|
5608
5620
|
"headline-text": (D = t.cmdBoxOptionalCookies) == null ? void 0 : D.headlineText,
|
@@ -5616,7 +5628,7 @@ function Id(e, n, t, a, l, i) {
|
|
5616
5628
|
key: E
|
5617
5629
|
}, {
|
5618
5630
|
header: N(() => [
|
5619
|
-
|
5631
|
+
v(r, {
|
5620
5632
|
element: "input",
|
5621
5633
|
type: "checkbox",
|
5622
5634
|
modelValue: i.acceptedCookies,
|
@@ -5630,19 +5642,19 @@ function Id(e, n, t, a, l, i) {
|
|
5630
5642
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"])
|
5631
5643
|
]),
|
5632
5644
|
body: N(() => [
|
5633
|
-
T.description ? (s(), o("p",
|
5634
|
-
T.linkDataPrivacy ? (s(), o("p",
|
5645
|
+
T.description ? (s(), o("p", wd, p(T.description), 1)) : u("", !0),
|
5646
|
+
T.linkDataPrivacy ? (s(), o("p", Td, [
|
5635
5647
|
j(p(T.linkDataPrivacy.label) + " ", 1),
|
5636
5648
|
h("a", {
|
5637
5649
|
onClick: n[3] || (n[3] = (...H) => i.openDataPrivacy && i.openDataPrivacy(...H)),
|
5638
5650
|
href: T.linkDataPrivacy.link,
|
5639
5651
|
target: T.linkDataPrivacy.target
|
5640
|
-
}, p(T.linkDataPrivacy.linkText), 9,
|
5652
|
+
}, p(T.linkDataPrivacy.linkText), 9, Id)
|
5641
5653
|
])) : u("", !0),
|
5642
5654
|
l.dataPrivacyContent ? (s(), o("div", {
|
5643
5655
|
key: 2,
|
5644
5656
|
innerHTML: l.dataPrivacyContent
|
5645
|
-
}, null, 8,
|
5657
|
+
}, null, 8, Sd)) : u("", !0)
|
5646
5658
|
]),
|
5647
5659
|
_: 2
|
5648
5660
|
}, 1032, ["collapsible"]);
|
@@ -5651,7 +5663,7 @@ function Id(e, n, t, a, l, i) {
|
|
5651
5663
|
];
|
5652
5664
|
}),
|
5653
5665
|
F(e.$slots, "privacy-text"),
|
5654
|
-
h("div",
|
5666
|
+
h("div", Md, [
|
5655
5667
|
t.buttonLabelAcceptCurrentSettings ? (s(), o("button", {
|
5656
5668
|
key: 0,
|
5657
5669
|
type: "button",
|
@@ -5674,24 +5686,24 @@ function Id(e, n, t, a, l, i) {
|
|
5674
5686
|
_: 3
|
5675
5687
|
});
|
5676
5688
|
}
|
5677
|
-
const
|
5678
|
-
const
|
5689
|
+
const zg = /* @__PURE__ */ O(gd, [["render", Od]]);
|
5690
|
+
const Ld = {
|
5679
5691
|
name: "CmdCopyrightWrapper"
|
5680
|
-
},
|
5692
|
+
}, Dd = {
|
5681
5693
|
class: "cmd-copyright-information",
|
5682
5694
|
role: "contentinfo"
|
5683
|
-
},
|
5695
|
+
}, Nd = /* @__PURE__ */ h("a", {
|
5684
5696
|
href: "http://www.comand-cms.com",
|
5685
5697
|
target: "_blank",
|
5686
5698
|
lang: "en",
|
5687
5699
|
title: "CoManD-Website"
|
5688
|
-
}, "\xA9 CoManD", -1),
|
5689
|
-
|
5700
|
+
}, "\xA9 CoManD", -1), Pd = [
|
5701
|
+
Nd
|
5690
5702
|
];
|
5691
|
-
function
|
5692
|
-
return s(), o("div",
|
5703
|
+
function Ad(e, n, t, a, l, i) {
|
5704
|
+
return s(), o("div", Dd, Pd);
|
5693
5705
|
}
|
5694
|
-
const
|
5706
|
+
const qg = /* @__PURE__ */ O(Ld, [["render", Ad]]), Bd = {
|
5695
5707
|
data() {
|
5696
5708
|
return {
|
5697
5709
|
defaultMessageProperties: {
|
@@ -5704,12 +5716,12 @@ const Vg = /* @__PURE__ */ O(Sd, [["render", Dd]]), Nd = {
|
|
5704
5716
|
};
|
5705
5717
|
}
|
5706
5718
|
};
|
5707
|
-
const
|
5719
|
+
const jd = {
|
5708
5720
|
name: "CmdFakeSelect",
|
5709
5721
|
inheritAttrs: !1,
|
5710
5722
|
mixins: [
|
5711
5723
|
ie,
|
5712
|
-
|
5724
|
+
Bd,
|
5713
5725
|
Nt,
|
5714
5726
|
Me,
|
5715
5727
|
Pt
|
@@ -5898,17 +5910,17 @@ const Pd = {
|
|
5898
5910
|
deep: !0
|
5899
5911
|
}
|
5900
5912
|
}
|
5901
|
-
},
|
5913
|
+
}, Fd = ["title", "aria-labelledby", "aria-required"], Hd = {
|
5902
5914
|
key: 0,
|
5903
5915
|
class: "label-text"
|
5904
|
-
},
|
5916
|
+
}, Ed = ["id"], Vd = { key: 0 }, zd = ["title", "aria-errormessage", "id"], qd = ["aria-expanded"], Rd = ["title"], Ud = ["src", "alt"], Gd = {
|
5905
5917
|
key: 0,
|
5906
5918
|
role: "listbox"
|
5907
|
-
},
|
5919
|
+
}, Wd = ["aria-selected"], Qd = ["onClick", "title"], Zd = { key: 1 }, Jd = ["aria-expanded"], Yd = ["for"], Kd = ["value", "checked", "id"], Xd = ["onClick"], $d = ["src", "alt"], ec = ["onClick"], tc = {
|
5908
5920
|
key: 0,
|
5909
5921
|
class: "select-all-options"
|
5910
5922
|
};
|
5911
|
-
function
|
5923
|
+
function nc(e, n, t, a, l, i) {
|
5912
5924
|
var f, g, m, _;
|
5913
5925
|
const d = Dt, r = z, c = se("router-link");
|
5914
5926
|
return s(), o("div", {
|
@@ -5927,11 +5939,11 @@ function $d(e, n, t, a, l, i) {
|
|
5927
5939
|
"aria-required": e.$attrs.required !== void 0,
|
5928
5940
|
ref: "fakeselect"
|
5929
5941
|
}, [
|
5930
|
-
t.showLabel ? (s(), o("span",
|
5942
|
+
t.showLabel ? (s(), o("span", Hd, [
|
5931
5943
|
h("span", { id: e.htmlId }, [
|
5932
5944
|
j(p(t.labelText), 1),
|
5933
|
-
e.$attrs.required !== void 0 ? (s(), o("sup",
|
5934
|
-
], 8,
|
5945
|
+
e.$attrs.required !== void 0 ? (s(), o("sup", Vd, "*")) : u("", !0)
|
5946
|
+
], 8, Ed),
|
5935
5947
|
e.useCustomTooltip && (l.validationStatus === "" || l.validationStatus === "error") ? (s(), C(d, {
|
5936
5948
|
key: 0,
|
5937
5949
|
ref: "tooltip",
|
@@ -5951,8 +5963,8 @@ function $d(e, n, t, a, l, i) {
|
|
5951
5963
|
"aria-live": "assertive",
|
5952
5964
|
id: e.tooltipId
|
5953
5965
|
}, [
|
5954
|
-
|
5955
|
-
], 8,
|
5966
|
+
v(r, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
5967
|
+
], 8, zd)) : u("", !0)
|
5956
5968
|
])) : u("", !0),
|
5957
5969
|
h("ul", {
|
5958
5970
|
class: b({ open: l.showOptions }),
|
@@ -5971,7 +5983,7 @@ function $d(e, n, t, a, l, i) {
|
|
5971
5983
|
src: i.pathFlag(i.optionCountry),
|
5972
5984
|
alt: i.optionCountry,
|
5973
5985
|
class: b(["flag", i.optionCountry])
|
5974
|
-
}, null, 10,
|
5986
|
+
}, null, 10, Ud)) : t.type === "color" ? (s(), o("span", {
|
5975
5987
|
key: 1,
|
5976
5988
|
style: De("background: " + i.optionColor)
|
5977
5989
|
}, null, 4)) : u("", !0),
|
@@ -5991,8 +6003,8 @@ function $d(e, n, t, a, l, i) {
|
|
5991
6003
|
type: t.iconDropdown.iconType,
|
5992
6004
|
title: t.iconDropdown.tooltip
|
5993
6005
|
}, null, 8, ["iconClass", "type", "title"])) : u("", !0)
|
5994
|
-
], 40,
|
5995
|
-
t.type === "default" && l.showOptions ? (s(), o("ul",
|
6006
|
+
], 40, Rd),
|
6007
|
+
t.type === "default" && l.showOptions ? (s(), o("ul", Gd, [
|
5996
6008
|
(s(!0), o(k, null, A(t.selectData, (y, w) => (s(), o("li", {
|
5997
6009
|
key: w,
|
5998
6010
|
role: "option",
|
@@ -6001,7 +6013,7 @@ function $d(e, n, t, a, l, i) {
|
|
6001
6013
|
t.optionLinkType === "href" ? (s(), o("a", {
|
6002
6014
|
key: 0,
|
6003
6015
|
href: "#",
|
6004
|
-
onClick: I((
|
6016
|
+
onClick: I((x) => i.selectOption(y.value), ["prevent"]),
|
6005
6017
|
class: b({ active: y.value === t.modelValue }),
|
6006
6018
|
title: y.tooltip
|
6007
6019
|
}, [
|
@@ -6010,12 +6022,12 @@ function $d(e, n, t, a, l, i) {
|
|
6010
6022
|
iconClass: y.iconClass,
|
6011
6023
|
type: y.iconType
|
6012
6024
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
6013
|
-
y.text ? (s(), o("span",
|
6014
|
-
], 10,
|
6025
|
+
y.text ? (s(), o("span", Zd, p(y.text), 1)) : u("", !0)
|
6026
|
+
], 10, Qd)) : u("", !0),
|
6015
6027
|
t.optionLinkType === "router" ? (s(), C(c, {
|
6016
6028
|
key: 1,
|
6017
6029
|
to: "#",
|
6018
|
-
onClick: I((
|
6030
|
+
onClick: I((x) => i.selectOption(y.value), ["prevent"]),
|
6019
6031
|
class: b({ active: y.value === t.modelValue })
|
6020
6032
|
}, {
|
6021
6033
|
default: N(() => [
|
@@ -6028,7 +6040,7 @@ function $d(e, n, t, a, l, i) {
|
|
6028
6040
|
]),
|
6029
6041
|
_: 2
|
6030
6042
|
}, 1032, ["onClick", "class"])) : u("", !0)
|
6031
|
-
], 8,
|
6043
|
+
], 8, Wd))), 128))
|
6032
6044
|
])) : t.type !== "default" && t.type !== "content" && l.showOptions ? (s(), o("ul", {
|
6033
6045
|
key: 1,
|
6034
6046
|
class: b({ "checkbox-options": t.type === "checkboxOptions" }),
|
@@ -6043,27 +6055,27 @@ function $d(e, n, t, a, l, i) {
|
|
6043
6055
|
h("input", {
|
6044
6056
|
type: "checkbox",
|
6045
6057
|
value: y.value,
|
6046
|
-
onChange: n[3] || (n[3] = (...
|
6058
|
+
onChange: n[3] || (n[3] = (...x) => i.optionSelect && i.optionSelect(...x)),
|
6047
6059
|
checked: i.compareValues(y.value),
|
6048
6060
|
id: "option-" + (w + 1)
|
6049
|
-
}, null, 40,
|
6061
|
+
}, null, 40, Kd),
|
6050
6062
|
h("span", null, p(y.text), 1)
|
6051
|
-
], 10,
|
6063
|
+
], 10, Yd)) : t.type === "country" ? (s(), o("a", {
|
6052
6064
|
key: 1,
|
6053
6065
|
href: "#",
|
6054
|
-
onClick: I((
|
6066
|
+
onClick: I((x) => i.selectOption(y.value), ["prevent"]),
|
6055
6067
|
class: b({ active: y.value === t.modelValue })
|
6056
6068
|
}, [
|
6057
6069
|
h("img", {
|
6058
6070
|
class: "flag",
|
6059
6071
|
src: i.pathFlag(y.value),
|
6060
6072
|
alt: y.text
|
6061
|
-
}, null, 8,
|
6073
|
+
}, null, 8, $d),
|
6062
6074
|
h("span", null, p(y.text), 1)
|
6063
|
-
], 10,
|
6075
|
+
], 10, Xd)) : t.type === "color" ? (s(), o("a", {
|
6064
6076
|
key: 2,
|
6065
6077
|
href: "#",
|
6066
|
-
onClick: I((
|
6078
|
+
onClick: I((x) => i.selectOption(y.value), ["prevent"]),
|
6067
6079
|
class: b({ active: y.value === t.modelValue })
|
6068
6080
|
}, [
|
6069
6081
|
h("span", {
|
@@ -6071,9 +6083,9 @@ function $d(e, n, t, a, l, i) {
|
|
6071
6083
|
style: De("background: " + y.value)
|
6072
6084
|
}, null, 4),
|
6073
6085
|
h("span", null, p(y.text), 1)
|
6074
|
-
], 10,
|
6086
|
+
], 10, ec)) : u("", !0)
|
6075
6087
|
]))), 128)),
|
6076
|
-
t.showSelectAllOptions && t.type === "checkboxOptions" ? (s(), o("li",
|
6088
|
+
t.showSelectAllOptions && t.type === "checkboxOptions" ? (s(), o("li", tc, [
|
6077
6089
|
h("a", {
|
6078
6090
|
href: "#",
|
6079
6091
|
onClick: n[4] || (n[4] = I((...y) => i.toggleAllOptions && i.toggleAllOptions(...y), ["prevent"]))
|
@@ -6090,13 +6102,13 @@ function $d(e, n, t, a, l, i) {
|
|
6090
6102
|
h("span", null, p(i.selectAllOptionsText), 1)
|
6091
6103
|
])
|
6092
6104
|
])) : u("", !0)
|
6093
|
-
], 10,
|
6105
|
+
], 10, Jd)) : t.type === "content" && l.showOptions ? F(e.$slots, "default", { key: 2 }) : u("", !0)
|
6094
6106
|
])
|
6095
|
-
], 42,
|
6096
|
-
], 10,
|
6107
|
+
], 42, qd)
|
6108
|
+
], 10, Fd);
|
6097
6109
|
}
|
6098
|
-
const
|
6099
|
-
const
|
6110
|
+
const ic = /* @__PURE__ */ O(jd, [["render", nc]]);
|
6111
|
+
const lc = {
|
6100
6112
|
name: "CmdForm",
|
6101
6113
|
emits: ["submit"],
|
6102
6114
|
data() {
|
@@ -6169,12 +6181,12 @@ const tc = {
|
|
6169
6181
|
deep: !0
|
6170
6182
|
}
|
6171
6183
|
}
|
6172
|
-
},
|
6184
|
+
}, sc = ["data-use-validation", "novalidate"], oc = { class: "flex-container" }, ac = {
|
6173
6185
|
key: 2,
|
6174
6186
|
class: "button",
|
6175
6187
|
type: "submit"
|
6176
|
-
},
|
6177
|
-
function
|
6188
|
+
}, rc = { key: 1 };
|
6189
|
+
function dc(e, n, t, a, l, i) {
|
6178
6190
|
const d = $;
|
6179
6191
|
return s(), o("form", {
|
6180
6192
|
class: b(["cmd-form", { error: l.errorOccurred }]),
|
@@ -6183,7 +6195,7 @@ function oc(e, n, t, a, l, i) {
|
|
6183
6195
|
novalidate: t.novalidate
|
6184
6196
|
}, [
|
6185
6197
|
t.useFieldset ? (s(), o(k, { key: 0 }, [
|
6186
|
-
h("fieldset",
|
6198
|
+
h("fieldset", oc, [
|
6187
6199
|
h("legend", {
|
6188
6200
|
class: b({ hidden: !t.showLegend })
|
6189
6201
|
}, p(t.textLegend), 3),
|
@@ -6208,20 +6220,20 @@ function oc(e, n, t, a, l, i) {
|
|
6208
6220
|
maxlength: r.maxlength,
|
6209
6221
|
nativeButton: r.nativeButton
|
6210
6222
|
}, null, 8, ["element", "type", "name", "class", "id", "modelValue", "onUpdate:modelValue", "inputValue", "fieldIconClass", "selectOptions", "labelText", "placeholder", "required", "disabled", "autocomplete", "minlength", "maxlength", "nativeButton"]))), 128)),
|
6211
|
-
t.submitButton ? (s(), o("button",
|
6223
|
+
t.submitButton ? (s(), o("button", ac, [
|
6212
6224
|
t.submitButton.iconClass ? (s(), o("span", {
|
6213
6225
|
key: 0,
|
6214
6226
|
class: b(t.submitButton.iconClass)
|
6215
6227
|
}, null, 2)) : u("", !0),
|
6216
|
-
t.submitButton.text ? (s(), o("span",
|
6228
|
+
t.submitButton.text ? (s(), o("span", rc, p(t.submitButton.text), 1)) : u("", !0)
|
6217
6229
|
])) : u("", !0)
|
6218
6230
|
]),
|
6219
6231
|
F(e.$slots, "button-row")
|
6220
6232
|
], 64)) : F(e.$slots, "default", { key: 1 })
|
6221
|
-
], 42,
|
6233
|
+
], 42, sc);
|
6222
6234
|
}
|
6223
|
-
const
|
6224
|
-
const
|
6235
|
+
const Rg = /* @__PURE__ */ O(lc, [["render", dc]]);
|
6236
|
+
const cc = {
|
6225
6237
|
name: "CmdFormFilters",
|
6226
6238
|
data() {
|
6227
6239
|
return {
|
@@ -6281,14 +6293,14 @@ const ac = {
|
|
6281
6293
|
deep: !0
|
6282
6294
|
}
|
6283
6295
|
}
|
6284
|
-
},
|
6296
|
+
}, uc = {
|
6285
6297
|
key: 0,
|
6286
6298
|
class: "cmd-form-filters"
|
6287
|
-
},
|
6288
|
-
function
|
6299
|
+
}, mc = { key: 0 }, hc = { key: 1 }, fc = ["onClick", "title"];
|
6300
|
+
function gc(e, n, t, a, l, i) {
|
6289
6301
|
const d = z;
|
6290
|
-
return l.options.length ? (s(), o("ul",
|
6291
|
-
l.options.length > 1 ? (s(), o("li",
|
6302
|
+
return l.options.length ? (s(), o("ul", uc, [
|
6303
|
+
l.options.length > 1 ? (s(), o("li", mc, [
|
6292
6304
|
h("a", {
|
6293
6305
|
href: "#",
|
6294
6306
|
onClick: n[0] || (n[0] = I((...r) => i.deleteAllFilters && i.deleteAllFilters(...r), ["prevent"]))
|
@@ -6298,7 +6310,7 @@ function mc(e, n, t, a, l, i) {
|
|
6298
6310
|
iconClass: t.linkDeleteAllFilters.icon.iconClass,
|
6299
6311
|
title: t.linkDeleteAllFilters.icon.tooltip
|
6300
6312
|
}, null, 8, ["iconClass", "title"])) : u("", !0),
|
6301
|
-
t.linkDeleteAllFilters.text ? (s(), o("span",
|
6313
|
+
t.linkDeleteAllFilters.text ? (s(), o("span", hc, p(t.linkDeleteAllFilters.text), 1)) : u("", !0)
|
6302
6314
|
])
|
6303
6315
|
])) : u("", !0),
|
6304
6316
|
(s(!0), o(k, null, A(l.options, (r, c) => (s(), o("li", { key: c }, [
|
@@ -6308,16 +6320,16 @@ function mc(e, n, t, a, l, i) {
|
|
6308
6320
|
title: t.deleteFilterIcon.tooltip
|
6309
6321
|
}, [
|
6310
6322
|
h("span", null, p(t.selectedOptionsName(r)), 1),
|
6311
|
-
|
6323
|
+
v(d, {
|
6312
6324
|
iconClass: t.deleteFilterIcon.iconClass,
|
6313
6325
|
type: t.deleteFilterIcon.iconType
|
6314
6326
|
}, null, 8, ["iconClass", "type"])
|
6315
|
-
], 8,
|
6327
|
+
], 8, fc)
|
6316
6328
|
]))), 128))
|
6317
6329
|
])) : u("", !0);
|
6318
6330
|
}
|
6319
|
-
const
|
6320
|
-
const
|
6331
|
+
const pc = /* @__PURE__ */ O(cc, [["render", gc]]);
|
6332
|
+
const yc = {
|
6321
6333
|
name: "CmdGoogleMaps",
|
6322
6334
|
props: {
|
6323
6335
|
address: {
|
@@ -6334,16 +6346,16 @@ const fc = {
|
|
6334
6346
|
return "https://maps.google.de/maps?ie=UTF8&t=&z=17&iwloc=B&output=embed";
|
6335
6347
|
}
|
6336
6348
|
}
|
6337
|
-
},
|
6338
|
-
function
|
6339
|
-
return s(), o("div",
|
6340
|
-
h("iframe", { src: i.locateAddress }, null, 8,
|
6349
|
+
}, Cc = { class: "cmd-google-maps responsive-wrapper" }, bc = ["src"];
|
6350
|
+
function _c(e, n, t, a, l, i) {
|
6351
|
+
return s(), o("div", Cc, [
|
6352
|
+
h("iframe", { src: i.locateAddress }, null, 8, bc)
|
6341
6353
|
]);
|
6342
6354
|
}
|
6343
|
-
const
|
6344
|
-
const
|
6355
|
+
const Ug = /* @__PURE__ */ O(yc, [["render", _c]]);
|
6356
|
+
const kc = {
|
6345
6357
|
name: "CmdImageGallery",
|
6346
|
-
mixins: [
|
6358
|
+
mixins: [J],
|
6347
6359
|
props: {
|
6348
6360
|
cmdHeadline: {
|
6349
6361
|
type: Object,
|
@@ -6401,7 +6413,7 @@ const Cc = {
|
|
6401
6413
|
},
|
6402
6414
|
updateHandlerProvider() {
|
6403
6415
|
const e = this.editableHtmlContent;
|
6404
|
-
return
|
6416
|
+
return K(this, {
|
6405
6417
|
update(n, t) {
|
6406
6418
|
n.htmlContent = e;
|
6407
6419
|
const a = t == null ? void 0 : t.find((l) => l.name === "CmdHeadline");
|
@@ -6410,14 +6422,14 @@ const Cc = {
|
|
6410
6422
|
});
|
6411
6423
|
}
|
6412
6424
|
}
|
6413
|
-
},
|
6414
|
-
|
6415
|
-
|
6425
|
+
}, vc = { class: "grid-container-create-columns cmd-image-gallery" }, xc = ["onClick", "title"], wc = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), Tc = /* @__PURE__ */ h("span", null, "Add new gallery-image", -1), Ic = [
|
6426
|
+
wc,
|
6427
|
+
Tc
|
6416
6428
|
];
|
6417
|
-
function
|
6429
|
+
function Sc(e, n, t, a, l, i) {
|
6418
6430
|
var c;
|
6419
6431
|
const d = R, r = Ce;
|
6420
|
-
return s(), o("div",
|
6432
|
+
return s(), o("div", vc, [
|
6421
6433
|
((c = t.cmdHeadline) == null ? void 0 : c.headlineText) || e.editModeContext ? (s(), C(d, W(B({ key: 0 }, t.cmdHeadline)), null, 16)) : u("", !0),
|
6422
6434
|
e.editModeContext ? t.images.length ? (s(!0), o(k, { key: 2 }, A(t.images, (f, g) => (s(), C(r, {
|
6423
6435
|
key: g,
|
@@ -6431,7 +6443,7 @@ function wc(e, n, t, a, l, i) {
|
|
6431
6443
|
type: "button",
|
6432
6444
|
class: "button confirm",
|
6433
6445
|
onClick: n[0] || (n[0] = (...f) => i.onAddItem && i.onAddItem(...f))
|
6434
|
-
},
|
6446
|
+
}, Ic)) : (s(), o(k, { key: 1 }, [
|
6435
6447
|
t.useFancyboxForLargeImages ? (s(!0), o(k, { key: 0 }, A(t.images, (f, g) => (s(), o("a", {
|
6436
6448
|
class: "image-wrapper",
|
6437
6449
|
key: g,
|
@@ -6439,15 +6451,15 @@ function wc(e, n, t, a, l, i) {
|
|
6439
6451
|
onClick: I((m) => i.showFancyBox(g), ["prevent"]),
|
6440
6452
|
title: i.getMessage("cmdimagegallery.tooltip.open_large_image")
|
6441
6453
|
}, [
|
6442
|
-
|
6454
|
+
v(r, {
|
6443
6455
|
image: f.image,
|
6444
6456
|
figcaption: f.figcaption
|
6445
6457
|
}, null, 8, ["image", "figcaption"])
|
6446
|
-
], 8,
|
6458
|
+
], 8, xc))), 128)) : (s(!0), o(k, { key: 1 }, A(t.images, (f, g) => (s(), o("div", {
|
6447
6459
|
key: `i${g}`,
|
6448
6460
|
class: "image-wrapper"
|
6449
6461
|
}, [
|
6450
|
-
|
6462
|
+
v(r, {
|
6451
6463
|
image: f.image,
|
6452
6464
|
figcaption: f.figcaption
|
6453
6465
|
}, null, 8, ["image", "figcaption"])
|
@@ -6455,8 +6467,8 @@ function wc(e, n, t, a, l, i) {
|
|
6455
6467
|
], 64))
|
6456
6468
|
]);
|
6457
6469
|
}
|
6458
|
-
const
|
6459
|
-
const
|
6470
|
+
const Gg = /* @__PURE__ */ O(kc, [["render", Sc]]);
|
6471
|
+
const Mc = {
|
6460
6472
|
name: "CmdImageZoom",
|
6461
6473
|
props: {
|
6462
6474
|
imageSmall: {
|
@@ -6489,21 +6501,21 @@ const Tc = {
|
|
6489
6501
|
}
|
6490
6502
|
};
|
6491
6503
|
function fn(e, n) {
|
6492
|
-
const t = e.$el.querySelector(".zoom-container"), a = t.querySelector("img"), l = e.$el.querySelector(".zoom-overlay"), i = n.target.getBoundingClientRect().width, d = n.target.getBoundingClientRect().height, r = a.getBoundingClientRect().width, c = a.getBoundingClientRect().height, f = n.pageX - n.target.getBoundingClientRect().x - window.pageXOffset, g = n.pageY - n.target.getBoundingClientRect().y - window.pageYOffset, m = Math.min(i, t.getBoundingClientRect().width / r * i), _ = Math.min(d, t.getBoundingClientRect().height / c * d), y = gn(f - m / 2, 0, i - m), w = gn(g - _ / 2, 0, d - _),
|
6493
|
-
l.style.left = `${y}px`, l.style.top = `${w}px`, l.style.width = `${m}px`, l.style.height = `${_}px`, l.style.display = "block", a.style.marginLeft = `${
|
6504
|
+
const t = e.$el.querySelector(".zoom-container"), a = t.querySelector("img"), l = e.$el.querySelector(".zoom-overlay"), i = n.target.getBoundingClientRect().width, d = n.target.getBoundingClientRect().height, r = a.getBoundingClientRect().width, c = a.getBoundingClientRect().height, f = n.pageX - n.target.getBoundingClientRect().x - window.pageXOffset, g = n.pageY - n.target.getBoundingClientRect().y - window.pageYOffset, m = Math.min(i, t.getBoundingClientRect().width / r * i), _ = Math.min(d, t.getBoundingClientRect().height / c * d), y = gn(f - m / 2, 0, i - m), w = gn(g - _ / 2, 0, d - _), x = -(y * (r / i)), S = -(w * (c / d));
|
6505
|
+
l.style.left = `${y}px`, l.style.top = `${w}px`, l.style.width = `${m}px`, l.style.height = `${_}px`, l.style.display = "block", a.style.marginLeft = `${x}px`, a.style.marginTop = `${S}px`;
|
6494
6506
|
}
|
6495
6507
|
function gn(e, n, t) {
|
6496
6508
|
return e < n ? n : e > t ? t : e;
|
6497
6509
|
}
|
6498
|
-
const
|
6510
|
+
const Oc = { class: "cmd-imagezoom flex-container" }, Lc = ["title"], Dc = ["src", "alt"], Nc = {
|
6499
6511
|
key: 0,
|
6500
6512
|
class: "zoom-container"
|
6501
|
-
},
|
6513
|
+
}, Pc = ["src", "alt"], Ac = {
|
6502
6514
|
key: 1,
|
6503
6515
|
class: "zoom-overlay"
|
6504
6516
|
};
|
6505
|
-
function
|
6506
|
-
return s(), o("div",
|
6517
|
+
function Bc(e, n, t, a, l, i) {
|
6518
|
+
return s(), o("div", Oc, [
|
6507
6519
|
h("a", {
|
6508
6520
|
href: "#",
|
6509
6521
|
class: "no-flex thumbnails-imagezoom",
|
@@ -6515,19 +6527,19 @@ function Nc(e, n, t, a, l, i) {
|
|
6515
6527
|
onMouseover: n[0] || (n[0] = (...d) => i.onMouseOver && i.onMouseOver(...d)),
|
6516
6528
|
onMousemove: n[1] || (n[1] = (...d) => i.onMouseMove && i.onMouseMove(...d)),
|
6517
6529
|
onMouseout: n[2] || (n[2] = (...d) => i.onMouseOut && i.onMouseOut(...d))
|
6518
|
-
}, null, 40,
|
6519
|
-
], 8,
|
6520
|
-
l.showLargeImage ? (s(), o("div",
|
6530
|
+
}, null, 40, Dc)
|
6531
|
+
], 8, Lc),
|
6532
|
+
l.showLargeImage ? (s(), o("div", Nc, [
|
6521
6533
|
h("img", {
|
6522
6534
|
src: t.imageLarge.src,
|
6523
6535
|
alt: t.imageLarge.alt
|
6524
|
-
}, null, 8,
|
6536
|
+
}, null, 8, Pc)
|
6525
6537
|
])) : u("", !0),
|
6526
|
-
l.showLargeImage ? (s(), o("div",
|
6538
|
+
l.showLargeImage ? (s(), o("div", Ac)) : u("", !0)
|
6527
6539
|
]);
|
6528
6540
|
}
|
6529
|
-
const
|
6530
|
-
const
|
6541
|
+
const Wg = /* @__PURE__ */ O(Mc, [["render", Bc]]);
|
6542
|
+
const jc = {
|
6531
6543
|
mixins: [
|
6532
6544
|
Nt,
|
6533
6545
|
Me,
|
@@ -6637,11 +6649,11 @@ const Pc = {
|
|
6637
6649
|
immediate: !0
|
6638
6650
|
}
|
6639
6651
|
}
|
6640
|
-
},
|
6652
|
+
}, Fc = ["aria-labelledby"], Hc = { class: "label-text" }, Ec = ["id"], Vc = { key: 0 }, zc = ["title", "aria-errormessage", "id"], qc = ["for"], Rc = ["type", "id", "name", "value", "disabled"], Uc = { key: 1 }, Gc = {
|
6641
6653
|
key: 1,
|
6642
6654
|
class: "flex-container no-flex"
|
6643
6655
|
};
|
6644
|
-
function
|
6656
|
+
function Wc(e, n, t, a, l, i) {
|
6645
6657
|
const d = Dt, r = z;
|
6646
6658
|
return s(), o("div", {
|
6647
6659
|
class: b([
|
@@ -6657,11 +6669,11 @@ function Rc(e, n, t, a, l, i) {
|
|
6657
6669
|
]),
|
6658
6670
|
"aria-labelledby": e.htmlId
|
6659
6671
|
}, [
|
6660
|
-
ne(h("span",
|
6672
|
+
ne(h("span", Hc, [
|
6661
6673
|
h("span", { id: e.htmlId }, [
|
6662
6674
|
j(p(t.labelText), 1),
|
6663
|
-
t.required ? (s(), o("sup",
|
6664
|
-
], 8,
|
6675
|
+
t.required ? (s(), o("sup", Vc, "*")) : u("", !0)
|
6676
|
+
], 8, Ec),
|
6665
6677
|
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (s(), C(d, {
|
6666
6678
|
key: 0,
|
6667
6679
|
ref: "tooltip",
|
@@ -6685,12 +6697,12 @@ function Rc(e, n, t, a, l, i) {
|
|
6685
6697
|
"aria-live": "assertive",
|
6686
6698
|
id: e.tooltipId
|
6687
6699
|
}, [
|
6688
|
-
|
6689
|
-
], 8,
|
6700
|
+
v(r, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
6701
|
+
], 8, zc)) : u("", !0)
|
6690
6702
|
], 512), [
|
6691
6703
|
[de, t.showLabel]
|
6692
6704
|
]),
|
6693
|
-
t.useSlot ? (s(), o("div",
|
6705
|
+
t.useSlot ? (s(), o("div", Gc, [
|
6694
6706
|
F(e.$slots, "default")
|
6695
6707
|
])) : (s(), o("span", {
|
6696
6708
|
key: 0,
|
@@ -6708,21 +6720,21 @@ function Rc(e, n, t, a, l, i) {
|
|
6708
6720
|
"onUpdate:modelValue": n[1] || (n[1] = (g) => i.inputValue = g),
|
6709
6721
|
disabled: t.disabled,
|
6710
6722
|
class: b({ "replace-input-type": t.replaceInputType, "toggle-switch": t.toggleSwitch })
|
6711
|
-
}, null, 10,
|
6712
|
-
[
|
6723
|
+
}, null, 10, Rc), [
|
6724
|
+
[xi, i.inputValue]
|
6713
6725
|
]),
|
6714
6726
|
t.multipleSwitch && c.iconClass ? (s(), C(r, {
|
6715
6727
|
key: 0,
|
6716
6728
|
iconClass: c.iconClass,
|
6717
6729
|
type: c.iconType
|
6718
6730
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
6719
|
-
c.labelText ? (s(), o("span",
|
6720
|
-
], 8,
|
6731
|
+
c.labelText ? (s(), o("span", Uc, p(c.labelText), 1)) : u("", !0)
|
6732
|
+
], 8, qc))), 128))
|
6721
6733
|
], 2))
|
6722
|
-
], 10,
|
6734
|
+
], 10, Fc);
|
6723
6735
|
}
|
6724
|
-
const
|
6725
|
-
const
|
6736
|
+
const Qg = /* @__PURE__ */ O(jc, [["render", Wc]]);
|
6737
|
+
const Qc = {
|
6726
6738
|
name: "CmdLoginForm",
|
6727
6739
|
data() {
|
6728
6740
|
return {
|
@@ -6913,18 +6925,18 @@ const Uc = {
|
|
6913
6925
|
this.modelChange();
|
6914
6926
|
}
|
6915
6927
|
}
|
6916
|
-
},
|
6917
|
-
function
|
6918
|
-
var g, m, _, y, w,
|
6928
|
+
}, Zc = { class: "cmd-login-form flex-container" }, Jc = { class: "flex-container" }, Yc = { class: "option-wrapper flex-container" }, Kc = { key: 1 }, Xc = ["href"], $c = { key: 1 }, eu = { key: 1 }, tu = ["type", "disabled"], nu = { key: 1 }, iu = { class: "cmd-login-form flex-container" }, lu = { class: "option-wrapper flex-container" }, su = { key: 1 }, ou = ["type", "disabled"], au = { key: 1 };
|
6929
|
+
function ru(e, n, t, a, l, i) {
|
6930
|
+
var g, m, _, y, w, x, S;
|
6919
6931
|
const d = R, r = $, c = z, f = se("router-link");
|
6920
6932
|
return s(), o(k, null, [
|
6921
|
-
ne(h("fieldset",
|
6933
|
+
ne(h("fieldset", Zc, [
|
6922
6934
|
h("legend", {
|
6923
6935
|
class: b({ hidden: !t.showLegend })
|
6924
6936
|
}, p(t.textLegendLoginForm), 3),
|
6925
6937
|
t.cmdHeadlineLoginForm ? (s(), C(d, W(B({ key: 0 }, t.cmdHeadlineLoginForm)), null, 16)) : u("", !0),
|
6926
|
-
h("div",
|
6927
|
-
|
6938
|
+
h("div", Jc, [
|
6939
|
+
v(r, {
|
6928
6940
|
element: "input",
|
6929
6941
|
type: "text",
|
6930
6942
|
name: t.cmdFormElementUsername.name,
|
@@ -6937,7 +6949,7 @@ function ou(e, n, t, a, l, i) {
|
|
6937
6949
|
required: t.cmdFormElementUsername.required,
|
6938
6950
|
onValidationStatusChange: n[1] || (n[1] = (M) => i.checkValidationStatus(M, "username"))
|
6939
6951
|
}, null, 8, ["name", "id", "modelValue", "fieldIconClass", "labelText", "placeholder", "required"]),
|
6940
|
-
|
6952
|
+
v(r, {
|
6941
6953
|
element: "input",
|
6942
6954
|
type: "password",
|
6943
6955
|
name: t.cmdFormElementPassword.name,
|
@@ -6951,7 +6963,7 @@ function ou(e, n, t, a, l, i) {
|
|
6951
6963
|
onValidationStatusChange: n[3] || (n[3] = (M) => i.checkValidationStatus(M, "password"))
|
6952
6964
|
}, null, 8, ["name", "id", "fieldIconClass", "modelValue", "labelText", "placeholder", "required"])
|
6953
6965
|
]),
|
6954
|
-
h("div",
|
6966
|
+
h("div", Yc, [
|
6955
6967
|
t.options.forgotPassword || t.options.createAccount ? (s(), o(k, { key: 0 }, [
|
6956
6968
|
t.options.forgotPassword ? (s(), o("a", {
|
6957
6969
|
key: 0,
|
@@ -6964,7 +6976,7 @@ function ou(e, n, t, a, l, i) {
|
|
6964
6976
|
type: t.options.forgotPassword.icon.iconType,
|
6965
6977
|
title: t.options.forgotPassword.icon.tooltip
|
6966
6978
|
}, null, 8, ["iconClass", "type", "title"])) : u("", !0),
|
6967
|
-
t.options.forgotPassword.text ? (s(), o("span",
|
6979
|
+
t.options.forgotPassword.text ? (s(), o("span", Kc, p(t.options.forgotPassword.text), 1)) : u("", !0)
|
6968
6980
|
])) : u("", !0),
|
6969
6981
|
t.options.createAccount && t.options.createAccount.linkType === "href" ? (s(), o("a", {
|
6970
6982
|
key: 1,
|
@@ -6976,8 +6988,8 @@ function ou(e, n, t, a, l, i) {
|
|
6976
6988
|
type: t.options.createAccount.icon.iconType,
|
6977
6989
|
title: t.options.createAccount.icon.tooltip
|
6978
6990
|
}, null, 8, ["iconClass", "type", "title"])) : u("", !0),
|
6979
|
-
t.options.createAccount.text ? (s(), o("span",
|
6980
|
-
], 8,
|
6991
|
+
t.options.createAccount.text ? (s(), o("span", $c, p(t.options.createAccount.text), 1)) : u("", !0)
|
6992
|
+
], 8, Xc)) : t.options.createAccount && t.options.createAccount.linkType === "router" ? (s(), C(f, {
|
6981
6993
|
key: 2,
|
6982
6994
|
to: t.options.createAccount.path
|
6983
6995
|
}, {
|
@@ -6988,8 +7000,8 @@ function ou(e, n, t, a, l, i) {
|
|
6988
7000
|
type: t.options.createAccount.icon.iconType,
|
6989
7001
|
title: t.options.createAccount.icon.tooltip
|
6990
7002
|
}, null, 8, ["class", "type", "title"])) : u("", !0),
|
6991
|
-
|
6992
|
-
t.options.createAccount.text ? (s(), o("span",
|
7003
|
+
j(" /> "),
|
7004
|
+
t.options.createAccount.text ? (s(), o("span", eu, p(t.options.createAccount.text), 1)) : u("", !0)
|
6993
7005
|
]),
|
6994
7006
|
_: 1
|
6995
7007
|
}, 8, ["to"])) : u("", !0)
|
@@ -7007,18 +7019,18 @@ function ou(e, n, t, a, l, i) {
|
|
7007
7019
|
type: t.buttons.login.icon.iconType,
|
7008
7020
|
title: t.buttons.login.icon.tooltip
|
7009
7021
|
}, null, 8, ["iconClass", "type", "title"])) : u("", !0),
|
7010
|
-
t.buttons.login.text ? (s(), o("span",
|
7011
|
-
], 10,
|
7022
|
+
t.buttons.login.text ? (s(), o("span", nu, p(t.buttons.login.text), 1)) : u("", !0)
|
7023
|
+
], 10, tu)) : u("", !0)
|
7012
7024
|
])
|
7013
7025
|
], 512), [
|
7014
7026
|
[de, !l.sendLogin]
|
7015
7027
|
]),
|
7016
|
-
ne(h("fieldset",
|
7028
|
+
ne(h("fieldset", iu, [
|
7017
7029
|
h("legend", {
|
7018
7030
|
class: b({ hidden: !t.showLegend })
|
7019
7031
|
}, p(t.textLegendForgotLoginForm), 3),
|
7020
7032
|
t.cmdHeadlineSendLoginForm ? (s(), C(d, W(B({ key: 0 }, t.cmdHeadlineSendLoginForm)), null, 16)) : u("", !0),
|
7021
|
-
|
7033
|
+
v(r, {
|
7022
7034
|
element: "input",
|
7023
7035
|
type: "email",
|
7024
7036
|
fieldIconClass: t.cmdFormElementSendLogin.innerIconClass,
|
@@ -7031,7 +7043,7 @@ function ou(e, n, t, a, l, i) {
|
|
7031
7043
|
modelValue: l.sendLoginMail,
|
7032
7044
|
"onUpdate:modelValue": n[7] || (n[7] = (M) => l.sendLoginMail = M)
|
7033
7045
|
}, null, 8, ["fieldIconClass", "labelText", "placeholder", "name", "required", "id", "modelValue"]),
|
7034
|
-
h("div",
|
7046
|
+
h("div", lu, [
|
7035
7047
|
h("a", {
|
7036
7048
|
href: "#",
|
7037
7049
|
onClick: n[8] || (n[8] = I((M) => l.sendLogin = !1, ["prevent"]))
|
@@ -7042,7 +7054,7 @@ function ou(e, n, t, a, l, i) {
|
|
7042
7054
|
type: t.options.backToLoginForm.icon.iconType,
|
7043
7055
|
title: t.options.backToLoginForm.icon.tooltip
|
7044
7056
|
}, null, 8, ["iconClass", "type", "title"])) : u("", !0),
|
7045
|
-
t.options.backToLoginForm.text ? (s(), o("span",
|
7057
|
+
t.options.backToLoginForm.text ? (s(), o("span", su, p(t.options.backToLoginForm.text), 1)) : u("", !0)
|
7046
7058
|
]),
|
7047
7059
|
t.buttons.sendLogin.linkType === "button" ? (s(), o("button", {
|
7048
7060
|
key: 0,
|
@@ -7052,19 +7064,19 @@ function ou(e, n, t, a, l, i) {
|
|
7052
7064
|
}, [
|
7053
7065
|
(w = t.buttons.sendLogin.icon) != null && w.iconClass ? (s(), C(c, {
|
7054
7066
|
key: 0,
|
7055
|
-
iconClass: (
|
7067
|
+
iconClass: (x = t.buttons.sendLogin.icon) == null ? void 0 : x.iconClass,
|
7056
7068
|
title: (S = t.buttons.sendLogin.icon) == null ? void 0 : S.tooltip
|
7057
7069
|
}, null, 8, ["iconClass", "title"])) : u("", !0),
|
7058
|
-
t.buttons.sendLogin.text ? (s(), o("span",
|
7059
|
-
], 10,
|
7070
|
+
t.buttons.sendLogin.text ? (s(), o("span", au, p(t.buttons.sendLogin.text), 1)) : u("", !0)
|
7071
|
+
], 10, ou)) : u("", !0)
|
7060
7072
|
])
|
7061
7073
|
], 512), [
|
7062
7074
|
[de, l.sendLogin]
|
7063
7075
|
])
|
7064
7076
|
], 64);
|
7065
7077
|
}
|
7066
|
-
const
|
7067
|
-
const
|
7078
|
+
const Zg = /* @__PURE__ */ O(Qc, [["render", ru]]);
|
7079
|
+
const du = {
|
7068
7080
|
name: "CmdMainNavigation",
|
7069
7081
|
data() {
|
7070
7082
|
return {
|
@@ -7154,11 +7166,11 @@ const au = {
|
|
7154
7166
|
this.$emit("offcanvas", { open: this.showOffcanvas });
|
7155
7167
|
}
|
7156
7168
|
}
|
7157
|
-
},
|
7169
|
+
}, cu = {
|
7158
7170
|
key: 0,
|
7159
7171
|
class: "close-nav"
|
7160
|
-
},
|
7161
|
-
function
|
7172
|
+
}, uu = ["href", "title", "target", "onClick"], mu = { key: 1 }, hu = { key: 1 }, fu = ["aria-expanded"], gu = ["href", "title", "target", "onClick"], pu = { key: 1 }, yu = { key: 1 }, Cu = ["aria-expanded"], bu = ["href", "title", "target", "onClick"], _u = { key: 1 }, ku = { key: 1 };
|
7173
|
+
function vu(e, n, t, a, l, i) {
|
7162
7174
|
const d = z, r = se("router-link");
|
7163
7175
|
return s(), o("div", {
|
7164
7176
|
class: b([
|
@@ -7177,7 +7189,7 @@ function _u(e, n, t, a, l, i) {
|
|
7177
7189
|
h("ul", {
|
7178
7190
|
class: b({ "stretch-items": t.stretchMainItems })
|
7179
7191
|
}, [
|
7180
|
-
l.showOffcanvas ? (s(), o("li",
|
7192
|
+
l.showOffcanvas ? (s(), o("li", cu, [
|
7181
7193
|
h("a", {
|
7182
7194
|
href: "#",
|
7183
7195
|
id: "close-offcanvas",
|
@@ -7214,12 +7226,12 @@ function _u(e, n, t, a, l, i) {
|
|
7214
7226
|
iconClass: c.iconClass,
|
7215
7227
|
type: c.iconType
|
7216
7228
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
7217
|
-
c.text ? (s(), o("span",
|
7229
|
+
c.text ? (s(), o("span", mu, p(c.text), 1)) : u("", !0),
|
7218
7230
|
(m = c == null ? void 0 : c.subentries) != null && m.length ? (s(), o("span", {
|
7219
7231
|
key: 2,
|
7220
7232
|
class: b(["subentry-icon", t.subentriesIconClass])
|
7221
7233
|
}, null, 2)) : u("", !0)
|
7222
|
-
], 40,
|
7234
|
+
], 40, uu)) : u("", !0),
|
7223
7235
|
c.type === "router" ? (s(), C(r, {
|
7224
7236
|
key: 1,
|
7225
7237
|
to: i.getRoute(c),
|
@@ -7231,7 +7243,7 @@ function _u(e, n, t, a, l, i) {
|
|
7231
7243
|
iconClass: c.iconClass,
|
7232
7244
|
type: c.iconType
|
7233
7245
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
7234
|
-
c.text ? (s(), o("span",
|
7246
|
+
c.text ? (s(), o("span", hu, p(c.text), 1)) : u("", !0),
|
7235
7247
|
c.subentries && c.subentries.length > 0 ? (s(), o("span", {
|
7236
7248
|
key: 2,
|
7237
7249
|
class: b(["subentry-icon", t.subentriesIconClass])
|
@@ -7252,21 +7264,21 @@ function _u(e, n, t, a, l, i) {
|
|
7252
7264
|
href: y.path,
|
7253
7265
|
title: y.tooltip,
|
7254
7266
|
target: y.target,
|
7255
|
-
onClick: (
|
7256
|
-
onMouseover: n[3] || (n[3] = (
|
7257
|
-
onFocus: n[4] || (n[4] = (
|
7267
|
+
onClick: (x) => i.executeLink(x, y, w, 1),
|
7268
|
+
onMouseover: n[3] || (n[3] = (x) => i.closeAllSubentries(1)),
|
7269
|
+
onFocus: n[4] || (n[4] = (x) => i.closeAllSubentries(1))
|
7258
7270
|
}, [
|
7259
7271
|
y.iconClass ? (s(), C(d, {
|
7260
7272
|
key: 0,
|
7261
7273
|
iconClass: y.iconClass,
|
7262
7274
|
type: y.iconType
|
7263
7275
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
7264
|
-
y.text ? (s(), o("span",
|
7276
|
+
y.text ? (s(), o("span", pu, p(y.text), 1)) : u("", !0),
|
7265
7277
|
y.subentries && y.subentries.length > 0 ? (s(), o("span", {
|
7266
7278
|
key: 2,
|
7267
7279
|
class: b(["subentry-icon", t.subentriesIconClass])
|
7268
7280
|
}, null, 2)) : u("", !0)
|
7269
|
-
], 40,
|
7281
|
+
], 40, gu)) : u("", !0),
|
7270
7282
|
y.type === "router" ? (s(), C(r, {
|
7271
7283
|
key: 1,
|
7272
7284
|
to: i.getRoute(y),
|
@@ -7278,7 +7290,7 @@ function _u(e, n, t, a, l, i) {
|
|
7278
7290
|
iconClass: y.iconClass,
|
7279
7291
|
type: y.iconType
|
7280
7292
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
7281
|
-
y.text ? (s(), o("span",
|
7293
|
+
y.text ? (s(), o("span", yu, p(y.text), 1)) : u("", !0),
|
7282
7294
|
y.subentries && y.subentries.length > 0 ? (s(), o("span", {
|
7283
7295
|
key: 2,
|
7284
7296
|
class: b(["subentry-icon", t.subentriesIconClass])
|
@@ -7290,38 +7302,38 @@ function _u(e, n, t, a, l, i) {
|
|
7290
7302
|
key: 2,
|
7291
7303
|
"aria-expanded": l.openSubentry ? "true" : "false"
|
7292
7304
|
}, [
|
7293
|
-
(s(!0), o(k, null, A(y.subentries, (
|
7305
|
+
(s(!0), o(k, null, A(y.subentries, (x, S) => (s(), o("li", { key: S }, [
|
7294
7306
|
c.type === "href" ? (s(), o("a", {
|
7295
7307
|
key: 0,
|
7296
|
-
href:
|
7297
|
-
title:
|
7298
|
-
target:
|
7299
|
-
onClick: (M) => i.executeLink(M,
|
7308
|
+
href: x.path,
|
7309
|
+
title: x.tooltip,
|
7310
|
+
target: x.target,
|
7311
|
+
onClick: (M) => i.executeLink(M, x)
|
7300
7312
|
}, [
|
7301
|
-
|
7313
|
+
x.iconClass ? (s(), C(d, {
|
7302
7314
|
key: 0,
|
7303
|
-
iconClass:
|
7304
|
-
type:
|
7315
|
+
iconClass: x.iconClass,
|
7316
|
+
type: x.iconType
|
7305
7317
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
7306
|
-
|
7307
|
-
|
7318
|
+
x.text ? (s(), o("span", _u, p(x.text), 1)) : u("", !0),
|
7319
|
+
x.subentries && x.subentries.length > 0 ? (s(), o("span", {
|
7308
7320
|
key: 2,
|
7309
7321
|
class: b(["subentry-icon", t.subentriesIconClass])
|
7310
7322
|
}, null, 2)) : u("", !0)
|
7311
|
-
], 8,
|
7323
|
+
], 8, bu)) : u("", !0),
|
7312
7324
|
c.type === "router" ? (s(), C(r, {
|
7313
7325
|
key: 1,
|
7314
|
-
to: i.getRoute(
|
7315
|
-
target:
|
7326
|
+
to: i.getRoute(x),
|
7327
|
+
target: x.target
|
7316
7328
|
}, {
|
7317
7329
|
default: N(() => [
|
7318
|
-
|
7330
|
+
x.iconClass ? (s(), C(d, {
|
7319
7331
|
key: 0,
|
7320
|
-
iconClass:
|
7321
|
-
type:
|
7332
|
+
iconClass: x.iconClass,
|
7333
|
+
type: x.iconType
|
7322
7334
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
7323
|
-
|
7324
|
-
|
7335
|
+
x.text ? (s(), o("span", ku, p(x.text), 1)) : u("", !0),
|
7336
|
+
x.subentries && x.subentries.length > 0 ? (s(), o("span", {
|
7325
7337
|
key: 2,
|
7326
7338
|
class: b(["subentry-icon", t.subentriesIconClass])
|
7327
7339
|
}, null, 2)) : u("", !0)
|
@@ -7329,9 +7341,9 @@ function _u(e, n, t, a, l, i) {
|
|
7329
7341
|
_: 2
|
7330
7342
|
}, 1032, ["to", "target"])) : u("", !0)
|
7331
7343
|
]))), 128))
|
7332
|
-
], 8,
|
7344
|
+
], 8, Cu)) : u("", !0)
|
7333
7345
|
], 2))), 128))
|
7334
|
-
], 8,
|
7346
|
+
], 8, fu)) : u("", !0)
|
7335
7347
|
], 2);
|
7336
7348
|
}), 128))
|
7337
7349
|
], 2)
|
@@ -7343,7 +7355,7 @@ function _u(e, n, t, a, l, i) {
|
|
7343
7355
|
id: "toggle-offcanvas",
|
7344
7356
|
onClick: n[5] || (n[5] = I((...c) => i.toggleOffcanvasNavigation && i.toggleOffcanvasNavigation(...c), ["prevent"]))
|
7345
7357
|
}, [
|
7346
|
-
|
7358
|
+
v(d, {
|
7347
7359
|
iconClass: t.buttonOffcanvas.iconClass,
|
7348
7360
|
type: t.buttonOffcanvas.iconType
|
7349
7361
|
}, null, 8, ["iconClass", "type"]),
|
@@ -7353,8 +7365,8 @@ function _u(e, n, t, a, l, i) {
|
|
7353
7365
|
])) : u("", !0)
|
7354
7366
|
], 2);
|
7355
7367
|
}
|
7356
|
-
const
|
7357
|
-
const
|
7368
|
+
const xu = /* @__PURE__ */ O(du, [["render", vu]]);
|
7369
|
+
const wu = {
|
7358
7370
|
name: "CmdMultistepFormProgressBar",
|
7359
7371
|
data() {
|
7360
7372
|
return {
|
@@ -7385,19 +7397,19 @@ const xu = {
|
|
7385
7397
|
return be(e);
|
7386
7398
|
}
|
7387
7399
|
}
|
7388
|
-
},
|
7400
|
+
}, Tu = { class: "cmd-multistep-form-progress-bar" }, Iu = ["href", "onClick", "title"], Su = {
|
7389
7401
|
key: 0,
|
7390
7402
|
class: "number"
|
7391
|
-
},
|
7403
|
+
}, Mu = { key: 2 }, Ou = {
|
7392
7404
|
key: 0,
|
7393
7405
|
class: "number"
|
7394
|
-
},
|
7406
|
+
}, Lu = { key: 2 }, Du = ["type", "name", "title", "formaction", "onClick"], Nu = {
|
7395
7407
|
key: 0,
|
7396
7408
|
class: "number"
|
7397
|
-
},
|
7398
|
-
function
|
7409
|
+
}, Pu = { key: 2 };
|
7410
|
+
function Au(e, n, t, a, l, i) {
|
7399
7411
|
const d = z, r = se("router-link");
|
7400
|
-
return s(), o("ol",
|
7412
|
+
return s(), o("ol", Tu, [
|
7401
7413
|
(s(!0), o(k, null, A(t.multisteps, (c, f) => (s(), o("li", {
|
7402
7414
|
key: f,
|
7403
7415
|
class: b({ active: l.activeLink === f })
|
@@ -7408,30 +7420,30 @@ function Nu(e, n, t, a, l, i) {
|
|
7408
7420
|
onClick: I((g) => i.clickedStep(g, f), ["stop", "prevent"]),
|
7409
7421
|
title: c.tooltip
|
7410
7422
|
}, [
|
7411
|
-
t.showStepNumber ? (s(), o("span",
|
7423
|
+
t.showStepNumber ? (s(), o("span", Su, p(f + 1), 1)) : u("", !0),
|
7412
7424
|
c.iconClass ? (s(), C(d, {
|
7413
7425
|
key: 1,
|
7414
7426
|
iconClass: c.iconClass,
|
7415
7427
|
type: c.iconType
|
7416
7428
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
7417
|
-
c.text ? (s(), o("span",
|
7429
|
+
c.text ? (s(), o("span", Mu, p(c.text), 1)) : u("", !0),
|
7418
7430
|
h("span", {
|
7419
7431
|
class: b(t.separatorIconClass)
|
7420
7432
|
}, null, 2)
|
7421
|
-
], 8,
|
7433
|
+
], 8, Iu)) : u("", !0),
|
7422
7434
|
c.type === "router" ? (s(), C(r, {
|
7423
7435
|
key: 1,
|
7424
7436
|
to: i.getRoute(c),
|
7425
7437
|
title: c.tooltip
|
7426
7438
|
}, {
|
7427
7439
|
default: N(() => [
|
7428
|
-
t.showStepNumber ? (s(), o("span",
|
7440
|
+
t.showStepNumber ? (s(), o("span", Ou, p(f + 1), 1)) : u("", !0),
|
7429
7441
|
c.iconClass ? (s(), C(d, {
|
7430
7442
|
key: 1,
|
7431
7443
|
iconClass: c.iconClass,
|
7432
7444
|
type: c.iconType
|
7433
7445
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
7434
|
-
c.text ? (s(), o("span",
|
7446
|
+
c.text ? (s(), o("span", Lu, p(c.text), 1)) : u("", !0),
|
7435
7447
|
h("span", {
|
7436
7448
|
class: b(t.separatorIconClass)
|
7437
7449
|
}, null, 2)
|
@@ -7447,21 +7459,21 @@ function Nu(e, n, t, a, l, i) {
|
|
7447
7459
|
formaction: c.formaction,
|
7448
7460
|
onClick: I((g) => i.clickedStep(g, f), ["stop", "prevent"])
|
7449
7461
|
}, [
|
7450
|
-
t.showStepNumber ? (s(), o("span",
|
7462
|
+
t.showStepNumber ? (s(), o("span", Nu, p(f + 1), 1)) : u("", !0),
|
7451
7463
|
c.iconClass ? (s(), C(d, {
|
7452
7464
|
key: 1,
|
7453
7465
|
iconClass: c.iconClass,
|
7454
7466
|
type: c.iconType
|
7455
7467
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
7456
|
-
c.text ? (s(), o("span",
|
7468
|
+
c.text ? (s(), o("span", Pu, p(c.text), 1)) : u("", !0),
|
7457
7469
|
h("span", {
|
7458
7470
|
class: b(t.separatorIconClass)
|
7459
7471
|
}, null, 2)
|
7460
|
-
], 8,
|
7472
|
+
], 8, Du)) : u("", !0)
|
7461
7473
|
], 2))), 128))
|
7462
7474
|
]);
|
7463
7475
|
}
|
7464
|
-
const
|
7476
|
+
const Jg = /* @__PURE__ */ O(wu, [["render", Au]]);
|
7465
7477
|
function pn(e, n, t, a = !0) {
|
7466
7478
|
function l(i, d) {
|
7467
7479
|
return d && i < 10 ? "0" + i : i;
|
@@ -7474,9 +7486,9 @@ function pn(e, n, t, a = !0) {
|
|
7474
7486
|
return l(i, a) + e + l(d, !0) + n;
|
7475
7487
|
};
|
7476
7488
|
}
|
7477
|
-
const
|
7489
|
+
const Bu = {
|
7478
7490
|
name: "CmdOpeningHoursItem",
|
7479
|
-
mixins: [
|
7491
|
+
mixins: [J],
|
7480
7492
|
data() {
|
7481
7493
|
return {
|
7482
7494
|
editableDay: {}
|
@@ -7509,7 +7521,7 @@ const Pu = {
|
|
7509
7521
|
},
|
7510
7522
|
updateHandlerProvider() {
|
7511
7523
|
const e = this.editableDay;
|
7512
|
-
return
|
7524
|
+
return K(this, {
|
7513
7525
|
update(n) {
|
7514
7526
|
n.day = e.day, n.am || (n.am = {}), n.am.fromTime = e.amFrom, n.am.tillTime = e.amTill, n.am.displayText = e.amClosed ? e.amDisplayText : "", n.pm || (n.pm = {}), n.pm.fromTime = e.pmFrom, n.pm.tillTime = e.pmTill, n.pm.displayText = e.pmClosed ? e.pmDisplayText : "";
|
7515
7527
|
}
|
@@ -7536,24 +7548,24 @@ const Pu = {
|
|
7536
7548
|
deep: !0
|
7537
7549
|
}
|
7538
7550
|
}
|
7539
|
-
},
|
7551
|
+
}, ju = { class: "cmd-opening-hours-item" }, Fu = {
|
7540
7552
|
key: 0,
|
7541
7553
|
class: "am"
|
7542
|
-
},
|
7554
|
+
}, Hu = {
|
7543
7555
|
key: 1,
|
7544
7556
|
class: "pm"
|
7545
|
-
},
|
7557
|
+
}, Eu = { class: "flex-container no-flex" }, Vu = { class: "flex-container no-flex am-wrapper" }, zu = {
|
7546
7558
|
key: 1,
|
7547
7559
|
class: "input-wrapper"
|
7548
|
-
},
|
7560
|
+
}, qu = ["title"], Ru = { class: "flex-container no-flex pm-wrapper" }, Uu = {
|
7549
7561
|
key: 1,
|
7550
7562
|
class: "input-wrapper"
|
7551
|
-
},
|
7552
|
-
function
|
7563
|
+
}, Gu = ["title"];
|
7564
|
+
function Wu(e, n, t, a, l, i) {
|
7553
7565
|
const d = $;
|
7554
7566
|
return e.editing ? (s(), o(k, { key: 1 }, [
|
7555
7567
|
h("dt", null, [
|
7556
|
-
|
7568
|
+
v(d, {
|
7557
7569
|
element: "input",
|
7558
7570
|
type: "text",
|
7559
7571
|
class: "edit-mode",
|
@@ -7564,8 +7576,8 @@ function Uu(e, n, t, a, l, i) {
|
|
7564
7576
|
"onUpdate:modelValue": n[0] || (n[0] = (r) => l.editableDay.day = r)
|
7565
7577
|
}, null, 8, ["modelValue"])
|
7566
7578
|
]),
|
7567
|
-
h("dd",
|
7568
|
-
h("div",
|
7579
|
+
h("dd", Eu, [
|
7580
|
+
h("div", Vu, [
|
7569
7581
|
l.editableDay.amClosed ? (s(), C(d, {
|
7570
7582
|
key: 0,
|
7571
7583
|
element: "input",
|
@@ -7577,8 +7589,8 @@ function Uu(e, n, t, a, l, i) {
|
|
7577
7589
|
modelValue: l.editableDay.amDisplayText,
|
7578
7590
|
"onUpdate:modelValue": n[1] || (n[1] = (r) => l.editableDay.amDisplayText = r)
|
7579
7591
|
}, null, 8, ["modelValue"])) : u("", !0),
|
7580
|
-
l.editableDay.amClosed ? u("", !0) : (s(), o("div",
|
7581
|
-
|
7592
|
+
l.editableDay.amClosed ? u("", !0) : (s(), o("div", zu, [
|
7593
|
+
v(d, {
|
7582
7594
|
element: "input",
|
7583
7595
|
type: "time",
|
7584
7596
|
class: "edit-mode",
|
@@ -7588,7 +7600,7 @@ function Uu(e, n, t, a, l, i) {
|
|
7588
7600
|
modelValue: l.editableDay.amFrom,
|
7589
7601
|
"onUpdate:modelValue": n[2] || (n[2] = (r) => l.editableDay.amFrom = r)
|
7590
7602
|
}, null, 8, ["modelValue"]),
|
7591
|
-
|
7603
|
+
v(d, {
|
7592
7604
|
element: "input",
|
7593
7605
|
type: "time",
|
7594
7606
|
showLabel: !1,
|
@@ -7605,9 +7617,9 @@ function Uu(e, n, t, a, l, i) {
|
|
7605
7617
|
onClick: n[4] || (n[4] = I((r) => i.toggleClosedStatus("am"), ["prevent"])),
|
7606
7618
|
title: l.editableDay.amClosed ? "Set to open" : "Set to closed",
|
7607
7619
|
class: b(l.editableDay.amClosed ? "icon-clock" : "icon-blocked")
|
7608
|
-
}, null, 10,
|
7620
|
+
}, null, 10, qu)
|
7609
7621
|
]),
|
7610
|
-
h("div",
|
7622
|
+
h("div", Ru, [
|
7611
7623
|
l.editableDay.pmClosed ? (s(), C(d, {
|
7612
7624
|
key: 0,
|
7613
7625
|
element: "input",
|
@@ -7619,8 +7631,8 @@ function Uu(e, n, t, a, l, i) {
|
|
7619
7631
|
modelValue: l.editableDay.pmDisplayText,
|
7620
7632
|
"onUpdate:modelValue": n[5] || (n[5] = (r) => l.editableDay.pmDisplayText = r)
|
7621
7633
|
}, null, 8, ["modelValue"])) : u("", !0),
|
7622
|
-
l.editableDay.pmClosed ? u("", !0) : (s(), o("div",
|
7623
|
-
|
7634
|
+
l.editableDay.pmClosed ? u("", !0) : (s(), o("div", Uu, [
|
7635
|
+
v(d, {
|
7624
7636
|
element: "input",
|
7625
7637
|
type: "time",
|
7626
7638
|
showLabel: !1,
|
@@ -7630,7 +7642,7 @@ function Uu(e, n, t, a, l, i) {
|
|
7630
7642
|
modelValue: l.editableDay.pmFrom,
|
7631
7643
|
"onUpdate:modelValue": n[6] || (n[6] = (r) => l.editableDay.pmFrom = r)
|
7632
7644
|
}, null, 8, ["modelValue"]),
|
7633
|
-
|
7645
|
+
v(d, {
|
7634
7646
|
element: "input",
|
7635
7647
|
type: "time",
|
7636
7648
|
showLabel: !1,
|
@@ -7647,20 +7659,20 @@ function Uu(e, n, t, a, l, i) {
|
|
7647
7659
|
onClick: n[8] || (n[8] = I((r) => i.toggleClosedStatus("pm"), ["prevent"])),
|
7648
7660
|
title: l.editableDay.pmClosed ? "Set to open" : "Set to closed",
|
7649
7661
|
class: b(l.editableDay.pmClosed ? "icon-clock" : "icon-blocked")
|
7650
|
-
}, null, 10,
|
7662
|
+
}, null, 10, Gu)
|
7651
7663
|
])
|
7652
7664
|
])
|
7653
7665
|
], 64)) : (s(), o(k, { key: 0 }, [
|
7654
|
-
h("dt",
|
7666
|
+
h("dt", ju, p(t.day.day), 1),
|
7655
7667
|
h("dd", null, [
|
7656
|
-
t.day.am ? (s(), o("span",
|
7668
|
+
t.day.am ? (s(), o("span", Fu, [
|
7657
7669
|
t.day.am.displayText ? (s(), o(k, { key: 0 }, [
|
7658
7670
|
j(p(t.day.am.displayText), 1)
|
7659
7671
|
], 64)) : (s(), o(k, { key: 1 }, [
|
7660
7672
|
j(p(i.getTime(t.day.am.fromTime)) + " " + p(t.separator) + " " + p(i.getTime(t.day.am.tillTime)), 1)
|
7661
7673
|
], 64))
|
7662
7674
|
])) : u("", !0),
|
7663
|
-
t.day.pm ? (s(), o("span",
|
7675
|
+
t.day.pm ? (s(), o("span", Hu, [
|
7664
7676
|
t.day.pm.displayText ? (s(), o(k, { key: 0 }, [
|
7665
7677
|
j(p(t.day.pm.displayText), 1)
|
7666
7678
|
], 64)) : (s(), o(k, { key: 1 }, [
|
@@ -7670,8 +7682,8 @@ function Uu(e, n, t, a, l, i) {
|
|
7670
7682
|
])
|
7671
7683
|
], 64));
|
7672
7684
|
}
|
7673
|
-
const
|
7674
|
-
function
|
7685
|
+
const Qu = /* @__PURE__ */ O(Bu, [["render", Wu]]);
|
7686
|
+
function Zu(e, n, t, a = !0) {
|
7675
7687
|
function l(i, d) {
|
7676
7688
|
return d && i < 10 ? "0" + i : i;
|
7677
7689
|
}
|
@@ -7683,9 +7695,9 @@ function Wu(e, n, t, a = !0) {
|
|
7683
7695
|
return l(i, a) + e + l(d, !0) + n;
|
7684
7696
|
};
|
7685
7697
|
}
|
7686
|
-
const
|
7698
|
+
const Ju = {
|
7687
7699
|
name: "CmdOpeningHours",
|
7688
|
-
mixins: [
|
7700
|
+
mixins: [J],
|
7689
7701
|
data() {
|
7690
7702
|
return {
|
7691
7703
|
currentTime: new Date(),
|
@@ -7855,11 +7867,11 @@ const Qu = {
|
|
7855
7867
|
};
|
7856
7868
|
},
|
7857
7869
|
getTime(e) {
|
7858
|
-
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) :
|
7870
|
+
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : Zu(":", " hrs", "", !1)(e.hours, e.mins);
|
7859
7871
|
},
|
7860
7872
|
updateHandlerProvider() {
|
7861
7873
|
const e = this.editableOpeningHours, n = this.editableTextOpen, t = this.editableTextClosed, a = this.editableTextHolidays, l = this.editableTextMiscInfo;
|
7862
|
-
return
|
7874
|
+
return K(this, {
|
7863
7875
|
update(i, d) {
|
7864
7876
|
i.openingHours = e, i.textOpen = n, i.textClosed = t, i.textHolidays = a, i.textMiscInfo = l;
|
7865
7877
|
const r = d == null ? void 0 : d.find((c) => c.name === "CmdHeadline");
|
@@ -7868,23 +7880,23 @@ const Qu = {
|
|
7868
7880
|
});
|
7869
7881
|
}
|
7870
7882
|
}
|
7871
|
-
},
|
7883
|
+
}, Yu = { class: "cmd-opening-hours" }, Ku = ["href"], Xu = {
|
7872
7884
|
key: 2,
|
7873
7885
|
class: "flex-container"
|
7874
|
-
},
|
7875
|
-
|
7876
|
-
|
7877
|
-
],
|
7886
|
+
}, $u = { key: 3 }, em = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), tm = /* @__PURE__ */ h("span", null, "Add new entry", -1), nm = [
|
7887
|
+
em,
|
7888
|
+
tm
|
7889
|
+
], im = { class: "edit-mode-opening-hours-item" }, lm = { key: 6 }, sm = { key: 0 }, om = { key: 1 }, am = {
|
7878
7890
|
key: 7,
|
7879
7891
|
class: "flex-container vertical"
|
7880
7892
|
};
|
7881
|
-
function
|
7893
|
+
function rm(e, n, t, a, l, i) {
|
7882
7894
|
var m, _, y;
|
7883
|
-
const d = R, r = se("router-link"), c = $, f =
|
7884
|
-
return s(), o("div",
|
7895
|
+
const d = R, r = se("router-link"), c = $, f = Qu, g = he;
|
7896
|
+
return s(), o("div", Yu, [
|
7885
7897
|
((m = t.cmdHeadline) == null ? void 0 : m.headlineText) || e.editModeContext ? (s(), C(d, W(B({ key: 0 }, t.cmdHeadline)), null, 16)) : u("", !0),
|
7886
|
-
e.editing ? (s(), o("div",
|
7887
|
-
|
7898
|
+
e.editing ? (s(), o("div", Xu, [
|
7899
|
+
v(c, {
|
7888
7900
|
element: "input",
|
7889
7901
|
type: "text",
|
7890
7902
|
showLabel: !1,
|
@@ -7893,7 +7905,7 @@ function om(e, n, t, a, l, i) {
|
|
7893
7905
|
modelValue: i.textOpenModel,
|
7894
7906
|
"onUpdate:modelValue": n[0] || (n[0] = (w) => i.textOpenModel = w)
|
7895
7907
|
}, null, 8, ["modelValue"]),
|
7896
|
-
|
7908
|
+
v(c, {
|
7897
7909
|
element: "input",
|
7898
7910
|
type: "text",
|
7899
7911
|
showLabel: !1,
|
@@ -7908,7 +7920,7 @@ function om(e, n, t, a, l, i) {
|
|
7908
7920
|
key: 0,
|
7909
7921
|
href: t.link.path,
|
7910
7922
|
class: b({ closed: i.isClosed })
|
7911
|
-
}, p(i.textOpenClosed), 11,
|
7923
|
+
}, p(i.textOpenClosed), 11, Ku)) : u("", !0),
|
7912
7924
|
t.link.type === "router" ? (s(), C(r, {
|
7913
7925
|
key: 1,
|
7914
7926
|
to: t.link.path,
|
@@ -7928,9 +7940,9 @@ function om(e, n, t, a, l, i) {
|
|
7928
7940
|
class: b({ closed: i.isClosed })
|
7929
7941
|
}, p(i.textOpenClosed), 3))
|
7930
7942
|
], 64)),
|
7931
|
-
e.editModeContext ? u("", !0) : (s(), o("dl",
|
7932
|
-
(s(!0), o(k, null, A(i.openingHoursFormatted, (w,
|
7933
|
-
key:
|
7943
|
+
e.editModeContext ? u("", !0) : (s(), o("dl", $u, [
|
7944
|
+
(s(!0), o(k, null, A(i.openingHoursFormatted, (w, x) => (s(), C(f, {
|
7945
|
+
key: x,
|
7934
7946
|
day: w,
|
7935
7947
|
separator: t.separator,
|
7936
7948
|
abbreviationText: t.abbreviationText
|
@@ -7941,19 +7953,19 @@ function om(e, n, t, a, l, i) {
|
|
7941
7953
|
type: "button",
|
7942
7954
|
class: "button confirm small",
|
7943
7955
|
onClick: n[2] || (n[2] = (...w) => i.onAddItem && i.onAddItem(...w))
|
7944
|
-
},
|
7945
|
-
key: "x" +
|
7956
|
+
}, nm)) : (s(!0), o(k, { key: 5 }, A(i.openingHoursFormatted, (w, x) => (s(), C(g, {
|
7957
|
+
key: "x" + x,
|
7946
7958
|
class: "edit-items",
|
7947
7959
|
showComponentName: !1,
|
7948
7960
|
componentName: "CmdOpeningHoursItem",
|
7949
7961
|
componentProps: w,
|
7950
7962
|
allowedComponentTypes: [],
|
7951
|
-
componentPath: ["props", "openingHours",
|
7963
|
+
componentPath: ["props", "openingHours", x],
|
7952
7964
|
itemProvider: i.itemProvider
|
7953
7965
|
}, {
|
7954
7966
|
default: N(() => [
|
7955
|
-
h("dl",
|
7956
|
-
|
7967
|
+
h("dl", im, [
|
7968
|
+
v(f, {
|
7957
7969
|
day: w,
|
7958
7970
|
separator: t.separator,
|
7959
7971
|
abbreviationText: t.abbreviationText
|
@@ -7962,14 +7974,14 @@ function om(e, n, t, a, l, i) {
|
|
7962
7974
|
]),
|
7963
7975
|
_: 2
|
7964
7976
|
}, 1032, ["componentProps", "componentPath", "itemProvider"]))), 128)),
|
7965
|
-
!e.editing && (t.textHolidays || t.textMiscInfo) ? (s(), o("div",
|
7966
|
-
t.textHolidays ? (s(), o("p",
|
7977
|
+
!e.editing && (t.textHolidays || t.textMiscInfo) ? (s(), o("div", lm, [
|
7978
|
+
t.textHolidays ? (s(), o("p", sm, [
|
7967
7979
|
h("strong", null, p(t.textHolidays), 1)
|
7968
7980
|
])) : u("", !0),
|
7969
|
-
t.textMiscInfo ? (s(), o("p",
|
7981
|
+
t.textMiscInfo ? (s(), o("p", om, p(t.textMiscInfo), 1)) : u("", !0)
|
7970
7982
|
])) : u("", !0),
|
7971
|
-
e.editing ? (s(), o("div",
|
7972
|
-
|
7983
|
+
e.editing ? (s(), o("div", am, [
|
7984
|
+
v(c, {
|
7973
7985
|
element: "input",
|
7974
7986
|
type: "text",
|
7975
7987
|
showLabel: !1,
|
@@ -7978,7 +7990,7 @@ function om(e, n, t, a, l, i) {
|
|
7978
7990
|
modelValue: i.textHolidaysModel,
|
7979
7991
|
"onUpdate:modelValue": n[3] || (n[3] = (w) => i.textHolidaysModel = w)
|
7980
7992
|
}, null, 8, ["modelValue"]),
|
7981
|
-
|
7993
|
+
v(c, {
|
7982
7994
|
element: "input",
|
7983
7995
|
type: "text",
|
7984
7996
|
showLabel: !1,
|
@@ -7990,7 +8002,7 @@ function om(e, n, t, a, l, i) {
|
|
7990
8002
|
])) : u("", !0)
|
7991
8003
|
]);
|
7992
8004
|
}
|
7993
|
-
const
|
8005
|
+
const Yg = /* @__PURE__ */ O(Ju, [["render", rm]]), dm = {
|
7994
8006
|
data() {
|
7995
8007
|
return {
|
7996
8008
|
defaultMessageProperties: {
|
@@ -8000,11 +8012,11 @@ const Zg = /* @__PURE__ */ O(Qu, [["render", om]]), am = {
|
|
8000
8012
|
};
|
8001
8013
|
}
|
8002
8014
|
};
|
8003
|
-
const
|
8015
|
+
const cm = {
|
8004
8016
|
name: "CmdPager",
|
8005
8017
|
mixins: [
|
8006
8018
|
ie,
|
8007
|
-
|
8019
|
+
dm
|
8008
8020
|
],
|
8009
8021
|
emits: ["click"],
|
8010
8022
|
data() {
|
@@ -8075,24 +8087,24 @@ const rm = {
|
|
8075
8087
|
this.currentPage > 1 && this.showPage(this.currentPage - 1);
|
8076
8088
|
}
|
8077
8089
|
}
|
8078
|
-
},
|
8079
|
-
function
|
8090
|
+
}, um = { class: "cmd-pager" }, mm = ["href", "title"], hm = { key: 0 }, fm = { class: "page-index" }, gm = { class: "flex-container" }, pm = ["href", "title", "onClick"], ym = ["href", "title"], Cm = { key: 0 };
|
8091
|
+
function bm(e, n, t, a, l, i) {
|
8080
8092
|
const d = z;
|
8081
|
-
return s(), o("div",
|
8093
|
+
return s(), o("div", um, [
|
8082
8094
|
h("a", {
|
8083
8095
|
href: i.getPreviousHref,
|
8084
8096
|
class: b(["page-change", { disabled: l.currentPage === 1, button: t.linkType === "button" }]),
|
8085
8097
|
onClick: n[0] || (n[0] = I((...r) => i.previousPage && i.previousPage(...r), ["prevent"])),
|
8086
8098
|
title: t.prevLink.showText ? null : t.prevLink.text
|
8087
8099
|
}, [
|
8088
|
-
|
8100
|
+
v(d, {
|
8089
8101
|
iconClass: t.prevLink.iconClass,
|
8090
8102
|
type: t.prevLink.iconType
|
8091
8103
|
}, null, 8, ["iconClass", "type"]),
|
8092
|
-
t.prevLink.showText ? (s(), o("span",
|
8093
|
-
], 10,
|
8094
|
-
h("div",
|
8095
|
-
h("div",
|
8104
|
+
t.prevLink.showText ? (s(), o("span", hm, p(t.prevLink.text), 1)) : u("", !0)
|
8105
|
+
], 10, mm),
|
8106
|
+
h("div", fm, [
|
8107
|
+
h("div", gm, [
|
8096
8108
|
(s(!0), o(k, null, A(t.pages, (r, c) => (s(), o("a", {
|
8097
8109
|
href: i.getHref(r),
|
8098
8110
|
class: b({ disabled: l.currentPage === c + 1, button: t.linkType === "button" }),
|
@@ -8104,7 +8116,7 @@ function ym(e, n, t, a, l, i) {
|
|
8104
8116
|
h("span", {
|
8105
8117
|
class: b({ hidden: !t.showPageNumbers })
|
8106
8118
|
}, p(c + 1), 3)
|
8107
|
-
], 10,
|
8119
|
+
], 10, pm))), 128))
|
8108
8120
|
])
|
8109
8121
|
]),
|
8110
8122
|
h("a", {
|
@@ -8113,16 +8125,16 @@ function ym(e, n, t, a, l, i) {
|
|
8113
8125
|
onClick: n[1] || (n[1] = I((...r) => i.nextPage && i.nextPage(...r), ["prevent"])),
|
8114
8126
|
title: t.nextLink.showText ? null : t.nextLink.text
|
8115
8127
|
}, [
|
8116
|
-
t.nextLink.showText ? (s(), o("span",
|
8117
|
-
|
8128
|
+
t.nextLink.showText ? (s(), o("span", Cm, p(t.nextLink.text), 1)) : u("", !0),
|
8129
|
+
v(d, {
|
8118
8130
|
iconClass: t.nextLink.iconClass,
|
8119
8131
|
type: t.nextLink.iconType
|
8120
8132
|
}, null, 8, ["iconClass", "type"])
|
8121
|
-
], 10,
|
8133
|
+
], 10, ym)
|
8122
8134
|
]);
|
8123
8135
|
}
|
8124
|
-
const
|
8125
|
-
const
|
8136
|
+
const Kg = /* @__PURE__ */ O(cm, [["render", bm]]);
|
8137
|
+
const _m = {
|
8126
8138
|
name: "CmdProgressBar",
|
8127
8139
|
inheritAttrs: !1,
|
8128
8140
|
data() {
|
@@ -8148,8 +8160,8 @@ const Cm = {
|
|
8148
8160
|
required: !0
|
8149
8161
|
}
|
8150
8162
|
}
|
8151
|
-
},
|
8152
|
-
function
|
8163
|
+
}, km = ["for"], vm = { class: "progressbar" }, xm = { key: 0 }, wm = ["id", "value"];
|
8164
|
+
function Tm(e, n, t, a, l, i) {
|
8153
8165
|
return s(), o("label", {
|
8154
8166
|
class: "cmd-progressbar",
|
8155
8167
|
for: t.id
|
@@ -8157,17 +8169,17 @@ function vm(e, n, t, a, l, i) {
|
|
8157
8169
|
h("span", {
|
8158
8170
|
class: b(["label-text", { hidden: !t.showLabel }])
|
8159
8171
|
}, p(t.labelText), 3),
|
8160
|
-
h("span",
|
8161
|
-
t.showLoadingStatus ? (s(), o("span",
|
8172
|
+
h("span", vm, [
|
8173
|
+
t.showLoadingStatus ? (s(), o("span", xm, p(l.loadingStatus) + " %", 1)) : u("", !0),
|
8162
8174
|
h("progress", B(e.$attrs, {
|
8163
8175
|
id: t.id,
|
8164
8176
|
value: l.loadingStatus
|
8165
|
-
}), null, 16,
|
8177
|
+
}), null, 16, wm)
|
8166
8178
|
])
|
8167
|
-
], 8,
|
8179
|
+
], 8, km);
|
8168
8180
|
}
|
8169
|
-
const
|
8170
|
-
const
|
8181
|
+
const Xg = /* @__PURE__ */ O(_m, [["render", Tm]]);
|
8182
|
+
const Im = {
|
8171
8183
|
name: "CmdSidebar",
|
8172
8184
|
data() {
|
8173
8185
|
return {
|
@@ -8217,20 +8229,20 @@ const wm = {
|
|
8217
8229
|
immediate: !0
|
8218
8230
|
}
|
8219
8231
|
}
|
8220
|
-
},
|
8232
|
+
}, Sm = { class: "inner-sidebar-wrapper" }, Mm = {
|
8221
8233
|
key: 1,
|
8222
8234
|
class: "open-slot-wrapper"
|
8223
|
-
},
|
8235
|
+
}, Om = {
|
8224
8236
|
key: 2,
|
8225
8237
|
class: "closed-slot-wrapper"
|
8226
|
-
},
|
8227
|
-
function
|
8238
|
+
}, Lm = ["title"];
|
8239
|
+
function Dm(e, n, t, a, l, i) {
|
8228
8240
|
var r;
|
8229
8241
|
const d = R;
|
8230
8242
|
return s(), o("aside", {
|
8231
8243
|
class: b(["cmd-sidebar", i.wrapperClass, { box: t.styledAsBox, "collapse-to-right": !t.collapseToLeft }])
|
8232
8244
|
}, [
|
8233
|
-
h("div",
|
8245
|
+
h("div", Sm, [
|
8234
8246
|
((r = t.cmdHeadline) == null ? void 0 : r.headlineText) && l.open ? (s(), C(d, {
|
8235
8247
|
key: 0,
|
8236
8248
|
headlineText: t.cmdHeadline.headlineText,
|
@@ -8238,9 +8250,9 @@ function Om(e, n, t, a, l, i) {
|
|
8238
8250
|
textAlign: t.cmdHeadline.textAlign,
|
8239
8251
|
class: "sidebar-main-headline"
|
8240
8252
|
}, null, 8, ["headlineText", "headlineLevel", "textAlign"])) : u("", !0),
|
8241
|
-
l.open ? (s(), o("div",
|
8253
|
+
l.open ? (s(), o("div", Mm, [
|
8242
8254
|
F(e.$slots, "open", { openBoxStatus: l.open })
|
8243
|
-
])) : (s(), o("div",
|
8255
|
+
])) : (s(), o("div", Om, [
|
8244
8256
|
F(e.$slots, "closed", { openBoxStatus: l.open })
|
8245
8257
|
]))
|
8246
8258
|
]),
|
@@ -8253,11 +8265,11 @@ function Om(e, n, t, a, l, i) {
|
|
8253
8265
|
h("span", {
|
8254
8266
|
class: b(i.iconClassOpenCollapse)
|
8255
8267
|
}, null, 2)
|
8256
|
-
], 8,
|
8268
|
+
], 8, Lm)) : u("", !0)
|
8257
8269
|
], 2);
|
8258
8270
|
}
|
8259
|
-
const
|
8260
|
-
const
|
8271
|
+
const $g = /* @__PURE__ */ O(Im, [["render", Dm]]);
|
8272
|
+
const Nm = {
|
8261
8273
|
name: "CmdSiteFooter",
|
8262
8274
|
props: {
|
8263
8275
|
orientation: {
|
@@ -8265,9 +8277,9 @@ const Lm = {
|
|
8265
8277
|
default: "horizontal"
|
8266
8278
|
}
|
8267
8279
|
}
|
8268
|
-
},
|
8269
|
-
function
|
8270
|
-
return s(), o("div",
|
8280
|
+
}, Pm = { class: "cmd-site-footer" };
|
8281
|
+
function Am(e, n, t, a, l, i) {
|
8282
|
+
return s(), o("div", Pm, [
|
8271
8283
|
h("footer", {
|
8272
8284
|
class: b(["flex-container", { vertical: t.orientation === "vertical" }])
|
8273
8285
|
}, [
|
@@ -8275,8 +8287,8 @@ function Nm(e, n, t, a, l, i) {
|
|
8275
8287
|
], 2)
|
8276
8288
|
]);
|
8277
8289
|
}
|
8278
|
-
const
|
8279
|
-
const
|
8290
|
+
const ep = /* @__PURE__ */ O(Nm, [["render", Am]]);
|
8291
|
+
const Bm = {
|
8280
8292
|
name: "CmdSiteHeader",
|
8281
8293
|
emits: ["offcanvas"],
|
8282
8294
|
props: {
|
@@ -8310,18 +8322,18 @@ const Pm = {
|
|
8310
8322
|
this.$emit("offcanvas", e);
|
8311
8323
|
}
|
8312
8324
|
}
|
8313
|
-
},
|
8325
|
+
}, jm = {
|
8314
8326
|
key: 0,
|
8315
8327
|
class: "top-header"
|
8316
8328
|
};
|
8317
|
-
function
|
8318
|
-
var c, f, g, m, _, y, w,
|
8319
|
-
const d = cd, r =
|
8329
|
+
function Fm(e, n, t, a, l, i) {
|
8330
|
+
var c, f, g, m, _, y, w, x, S;
|
8331
|
+
const d = cd, r = xu;
|
8320
8332
|
return s(), o("div", {
|
8321
|
-
class: b(["cmd-site-header", { sticky: t.sticky, "navigation-inline": t.navigationInline, "off-canvas-right": ((c = t.cmdMainNavigation) == null ? void 0 : c.offcanvasPosition) === "right" }]),
|
8333
|
+
class: b(["cmd-site-header site-header", { sticky: t.sticky, "navigation-inline": t.navigationInline, "off-canvas-right": ((c = t.cmdMainNavigation) == null ? void 0 : c.offcanvasPosition) === "right" }]),
|
8322
8334
|
role: "banner"
|
8323
8335
|
}, [
|
8324
|
-
e.$slots.topheader ? (s(), o("div",
|
8336
|
+
e.$slots.topheader ? (s(), o("div", jm, [
|
8325
8337
|
F(e.$slots, "topheader")
|
8326
8338
|
])) : u("", !0),
|
8327
8339
|
h("header", {
|
@@ -8346,7 +8358,7 @@ function Bm(e, n, t, a, l, i) {
|
|
8346
8358
|
}, null, 8, ["navigationEntries", "offcanvasPosition", "closeOffcanvas", "onOffcanvas"])) : u("", !0)
|
8347
8359
|
], 64)) : u("", !0)
|
8348
8360
|
], 2),
|
8349
|
-
((S = (
|
8361
|
+
((S = (x = t.cmdMainNavigation) == null ? void 0 : x.navigationEntries) == null ? void 0 : S.length) && !t.navigationInline ? (s(), C(r, {
|
8350
8362
|
key: 1,
|
8351
8363
|
navigationEntries: t.cmdMainNavigation.navigationEntries,
|
8352
8364
|
offcanvasPosition: t.cmdMainNavigation.offcanvasPosition,
|
@@ -8355,7 +8367,7 @@ function Bm(e, n, t, a, l, i) {
|
|
8355
8367
|
}, null, 8, ["navigationEntries", "offcanvasPosition", "closeOffcanvas", "onOffcanvas"])) : u("", !0)
|
8356
8368
|
], 2);
|
8357
8369
|
}
|
8358
|
-
const
|
8370
|
+
const tp = /* @__PURE__ */ O(Bm, [["render", Fm]]), Hm = {
|
8359
8371
|
data() {
|
8360
8372
|
return {
|
8361
8373
|
defaultMessageProperties: {
|
@@ -8369,7 +8381,7 @@ const $g = /* @__PURE__ */ O(Pm, [["render", Bm]]), jm = {
|
|
8369
8381
|
};
|
8370
8382
|
}
|
8371
8383
|
};
|
8372
|
-
const
|
8384
|
+
const Em = {
|
8373
8385
|
emits: [
|
8374
8386
|
"search",
|
8375
8387
|
"update:modelValueInput1",
|
@@ -8378,7 +8390,7 @@ const Fm = {
|
|
8378
8390
|
"update:modelValueSearchFilters"
|
8379
8391
|
],
|
8380
8392
|
name: "CmdBoxSiteSearch",
|
8381
|
-
mixins: [ie,
|
8393
|
+
mixins: [ie, Hm],
|
8382
8394
|
data() {
|
8383
8395
|
return {
|
8384
8396
|
showFilters: !1
|
@@ -8581,23 +8593,23 @@ const Fm = {
|
|
8581
8593
|
deep: !0
|
8582
8594
|
}
|
8583
8595
|
}
|
8584
|
-
},
|
8596
|
+
}, Vm = { class: "cmd-box-site-search flex-container" }, zm = { class: "flex-container align-bottom" }, qm = { class: "input-wrapper align-bottom" }, Rm = { key: 0 }, Um = { key: 1 }, Gm = {
|
8585
8597
|
key: 0,
|
8586
8598
|
class: "flex-container no-flex",
|
8587
8599
|
role: "listbox",
|
8588
8600
|
"aria-expanded": "true"
|
8589
8601
|
};
|
8590
|
-
function
|
8591
|
-
var m, _, y, w,
|
8592
|
-
const d = R, r = $, c = z, f =
|
8602
|
+
function Wm(e, n, t, a, l, i) {
|
8603
|
+
var m, _, y, w, x, S, M, D, q, T;
|
8604
|
+
const d = R, r = $, c = z, f = ic, g = pc;
|
8593
8605
|
return s(), o(k, null, [
|
8594
|
-
h("fieldset",
|
8606
|
+
h("fieldset", Vm, [
|
8595
8607
|
h("legend", {
|
8596
8608
|
class: b({ hidden: !t.showLegend })
|
8597
8609
|
}, p(t.textLegend), 3),
|
8598
8610
|
t.cmdHeadline ? (s(), C(d, W(B({ key: 0 }, t.cmdHeadline)), null, 16)) : u("", !0),
|
8599
|
-
h("div",
|
8600
|
-
|
8611
|
+
h("div", zm, [
|
8612
|
+
v(r, {
|
8601
8613
|
element: "input",
|
8602
8614
|
type: t.cmdFormElementInput1.type,
|
8603
8615
|
"show-label": t.cmdFormElementInput1.showLabel,
|
@@ -8608,7 +8620,7 @@ function Um(e, n, t, a, l, i) {
|
|
8608
8620
|
modelValue: i.searchValue1,
|
8609
8621
|
"onUpdate:modelValue": n[0] || (n[0] = (E) => i.searchValue1 = E)
|
8610
8622
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
|
8611
|
-
h("div",
|
8623
|
+
h("div", qm, [
|
8612
8624
|
t.cmdFormElementInput2.show ? (s(), C(r, {
|
8613
8625
|
key: 0,
|
8614
8626
|
element: "input",
|
@@ -8632,7 +8644,7 @@ function Um(e, n, t, a, l, i) {
|
|
8632
8644
|
required: t.cmdFormElementRadius.required
|
8633
8645
|
}, null, 8, ["modelValue", "show-label", "labelText", "select-options", "required"])) : u("", !0)
|
8634
8646
|
]),
|
8635
|
-
|
8647
|
+
v(r, {
|
8636
8648
|
element: "button",
|
8637
8649
|
class: "stretch-on-small-devices",
|
8638
8650
|
nativeButton: t.cmdFormElementSearchButton,
|
@@ -8646,18 +8658,18 @@ function Um(e, n, t, a, l, i) {
|
|
8646
8658
|
href: "#",
|
8647
8659
|
onClick: n[3] || (n[3] = I((E) => l.showFilters = !l.showFilters, ["prevent"]))
|
8648
8660
|
}, [
|
8649
|
-
|
8650
|
-
iconClass: l.showFilters ? (y = (_ = t.cmdIcon) == null ? void 0 : _.showFilters) == null ? void 0 : y.iconClass : (
|
8661
|
+
v(c, {
|
8662
|
+
iconClass: l.showFilters ? (y = (_ = t.cmdIcon) == null ? void 0 : _.showFilters) == null ? void 0 : y.iconClass : (x = (w = t.cmdIcon) == null ? void 0 : w.hideFilters) == null ? void 0 : x.iconClass,
|
8651
8663
|
type: l.showFilters ? (M = (S = t.cmdIcon) == null ? void 0 : S.showFilters) == null ? void 0 : M.iconType : (q = (D = t.cmdIcon) == null ? void 0 : D.hideFilters) == null ? void 0 : q.iconType
|
8652
8664
|
}, null, 8, ["iconClass", "type"]),
|
8653
|
-
l.showFilters ? (s(), o("span",
|
8665
|
+
l.showFilters ? (s(), o("span", Rm, p(e.getMessage("cmdsitesearch.hide_filter_options")), 1)) : (s(), o("span", Um, p(e.getMessage("cmdsitesearch.show_filter_options")), 1))
|
8654
8666
|
]),
|
8655
|
-
|
8667
|
+
v(ue, { name: "fade" }, {
|
8656
8668
|
default: N(() => {
|
8657
8669
|
var E, P, H, U, G;
|
8658
8670
|
return [
|
8659
|
-
l.showFilters && ((E = t.cmdFakeSelect) == null ? void 0 : E.selectData.length) ? (s(), o("div",
|
8660
|
-
|
8671
|
+
l.showFilters && ((E = t.cmdFakeSelect) == null ? void 0 : E.selectData.length) ? (s(), o("div", Gm, [
|
8672
|
+
v(f, {
|
8661
8673
|
role: "option",
|
8662
8674
|
selectData: (P = t.cmdFakeSelect) == null ? void 0 : P.selectData,
|
8663
8675
|
modelValue: i.searchFilters,
|
@@ -8681,10 +8693,10 @@ function Um(e, n, t, a, l, i) {
|
|
8681
8693
|
}, null, 8, ["modelValue", "selectedOptionsName"])) : u("", !0)
|
8682
8694
|
], 64);
|
8683
8695
|
}
|
8684
|
-
const
|
8685
|
-
const
|
8696
|
+
const np = /* @__PURE__ */ O(Em, [["render", Wm]]);
|
8697
|
+
const Qm = {
|
8686
8698
|
name: "CmdSlideshow",
|
8687
|
-
mixins: [
|
8699
|
+
mixins: [J],
|
8688
8700
|
data() {
|
8689
8701
|
return {
|
8690
8702
|
index: 0,
|
@@ -8826,14 +8838,14 @@ const Gm = {
|
|
8826
8838
|
});
|
8827
8839
|
}
|
8828
8840
|
}
|
8829
|
-
},
|
8830
|
-
|
8831
|
-
|
8832
|
-
],
|
8841
|
+
}, Zm = ["href", "title"], Jm = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), Ym = /* @__PURE__ */ h("span", null, "Add new slideshow-image", -1), Km = [
|
8842
|
+
Jm,
|
8843
|
+
Ym
|
8844
|
+
], Xm = { key: 2 }, $m = ["onClick", "aria-label", "title"], eh = {
|
8833
8845
|
key: 3,
|
8834
8846
|
class: "item-counter"
|
8835
8847
|
};
|
8836
|
-
function
|
8848
|
+
function th(e, n, t, a, l, i) {
|
8837
8849
|
const d = qe, r = Ce;
|
8838
8850
|
return s(), o("div", {
|
8839
8851
|
class: b(["cmd-slideshow", { "full-width": l.fullWidth }])
|
@@ -8849,9 +8861,9 @@ function $m(e, n, t, a, l, i) {
|
|
8849
8861
|
slideButtonType: "prev",
|
8850
8862
|
class: { disabled: l.slideshowItemEditing }
|
8851
8863
|
}, i.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : u("", !0),
|
8852
|
-
|
8864
|
+
v(wt, { name: "fade" }, {
|
8853
8865
|
default: N(() => {
|
8854
|
-
var c, f, g, m, _, y, w,
|
8866
|
+
var c, f, g, m, _, y, w, x, S, M, D, q;
|
8855
8867
|
return [
|
8856
8868
|
i.currentItem ? (s(), o(k, { key: 0 }, [
|
8857
8869
|
t.useSlot ? (s(), o("div", {
|
@@ -8873,11 +8885,11 @@ function $m(e, n, t, a, l, i) {
|
|
8873
8885
|
href: (m = (g = i.currentItem) == null ? void 0 : g.link) == null ? void 0 : m.href,
|
8874
8886
|
title: (y = (_ = i.currentItem) == null ? void 0 : _.link) == null ? void 0 : y.tooltip
|
8875
8887
|
}, [
|
8876
|
-
|
8888
|
+
v(r, {
|
8877
8889
|
image: (w = i.currentItem) == null ? void 0 : w.image,
|
8878
|
-
figcaption: (
|
8890
|
+
figcaption: (x = i.currentItem) == null ? void 0 : x.figcaption
|
8879
8891
|
}, null, 8, ["image", "figcaption"])
|
8880
|
-
], 8,
|
8892
|
+
], 8, Zm)) : (s(), C(r, {
|
8881
8893
|
key: 1,
|
8882
8894
|
image: (S = i.currentItem) == null ? void 0 : S.image,
|
8883
8895
|
figcaption: (M = i.currentItem) == null ? void 0 : M.figcaption
|
@@ -8889,7 +8901,7 @@ function $m(e, n, t, a, l, i) {
|
|
8889
8901
|
type: "button",
|
8890
8902
|
class: "button confirm",
|
8891
8903
|
onClick: n[0] || (n[0] = (...T) => i.onAddItem && i.onAddItem(...T))
|
8892
|
-
},
|
8904
|
+
}, Km)) : u("", !0)
|
8893
8905
|
];
|
8894
8906
|
}),
|
8895
8907
|
_: 3
|
@@ -8899,7 +8911,7 @@ function $m(e, n, t, a, l, i) {
|
|
8899
8911
|
onClick: I(i.showNextItem, ["prevent"]),
|
8900
8912
|
class: { disabled: l.slideshowItemEditing }
|
8901
8913
|
}, i.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : u("", !0),
|
8902
|
-
t.showQuickLinkIcons ? (s(), o("ol",
|
8914
|
+
t.showQuickLinkIcons ? (s(), o("ol", Xm, [
|
8903
8915
|
(s(!0), o(k, null, A(t.slideshowItems, (c, f) => (s(), o("li", {
|
8904
8916
|
key: f,
|
8905
8917
|
class: b({ active: f === l.index })
|
@@ -8910,15 +8922,15 @@ function $m(e, n, t, a, l, i) {
|
|
8910
8922
|
onClick: I((g) => i.showItem(f), ["prevent"]),
|
8911
8923
|
"aria-label": l.index,
|
8912
8924
|
title: l.slideshowItemEditing ? "Not allowed while editing!" : "Switch to image #" + (f + 1)
|
8913
|
-
}, null, 10,
|
8925
|
+
}, null, 10, $m)
|
8914
8926
|
], 2))), 128))
|
8915
8927
|
])) : u("", !0),
|
8916
|
-
t.showCounter ? (s(), o("span",
|
8928
|
+
t.showCounter ? (s(), o("span", eh, p(l.index + 1) + "/" + p(t.slideshowItems.length), 1)) : u("", !0)
|
8917
8929
|
], 32)
|
8918
8930
|
], 2);
|
8919
8931
|
}
|
8920
|
-
const
|
8921
|
-
const
|
8932
|
+
const ip = /* @__PURE__ */ O(Qm, [["render", th]]);
|
8933
|
+
const nh = {
|
8922
8934
|
name: "CmdSocialNetworksItem",
|
8923
8935
|
data() {
|
8924
8936
|
return {
|
@@ -8927,15 +8939,14 @@ const eh = {
|
|
8927
8939
|
editableLinktext: null
|
8928
8940
|
};
|
8929
8941
|
},
|
8930
|
-
mixins: [
|
8942
|
+
mixins: [J],
|
8931
8943
|
props: {
|
8932
8944
|
network: {
|
8933
8945
|
type: Object,
|
8934
8946
|
required: !0
|
8935
8947
|
},
|
8936
8948
|
userMustAcceptDataPrivacy: {
|
8937
|
-
type: Boolean
|
8938
|
-
default: !0
|
8949
|
+
type: Boolean
|
8939
8950
|
},
|
8940
8951
|
buttonTextAlign: {
|
8941
8952
|
type: String,
|
@@ -8968,7 +8979,7 @@ const eh = {
|
|
8968
8979
|
iconClass: "icon-facebook",
|
8969
8980
|
linkText: "Share"
|
8970
8981
|
};
|
8971
|
-
return
|
8982
|
+
return K(this, {
|
8972
8983
|
item() {
|
8973
8984
|
return e;
|
8974
8985
|
}
|
@@ -8976,17 +8987,17 @@ const eh = {
|
|
8976
8987
|
},
|
8977
8988
|
updateHandlerProvider() {
|
8978
8989
|
const e = Se(), n = this.editablePath, t = this.editableTooltip, a = this.editableLinktext;
|
8979
|
-
return
|
8990
|
+
return K(this, {
|
8980
8991
|
update(l) {
|
8981
8992
|
l.id = e, l.path = n, l.tooltip = t, l.linkText = a;
|
8982
8993
|
}
|
8983
8994
|
});
|
8984
8995
|
}
|
8985
8996
|
}
|
8986
|
-
},
|
8987
|
-
function
|
8997
|
+
}, ih = { class: "cmd-social-networks-item" }, lh = ["id", "href", "title"], sh = { key: 1 };
|
8998
|
+
function oh(e, n, t, a, l, i) {
|
8988
8999
|
const d = z;
|
8989
|
-
return s(), o("li",
|
9000
|
+
return s(), o("li", ih, [
|
8990
9001
|
(s(), o("a", {
|
8991
9002
|
key: t.network.path,
|
8992
9003
|
class: b(["button", { disabled: t.userMustAcceptDataPrivacy && !t.dataPrivacyAccepted }, { "text-align-right": t.buttonTextAlign === "right" }]),
|
@@ -9001,14 +9012,14 @@ function lh(e, n, t, a, l, i) {
|
|
9001
9012
|
iconClass: t.network.iconClass,
|
9002
9013
|
type: t.network.iconType
|
9003
9014
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
9004
|
-
t.network.linkText ? (s(), o("span",
|
9005
|
-
], 10,
|
9015
|
+
t.network.linkText ? (s(), o("span", sh, p(t.network.linkText), 1)) : u("", !0)
|
9016
|
+
], 10, lh))
|
9006
9017
|
]);
|
9007
9018
|
}
|
9008
|
-
const
|
9009
|
-
const
|
9019
|
+
const ah = /* @__PURE__ */ O(nh, [["render", oh]]);
|
9020
|
+
const rh = {
|
9010
9021
|
name: "CmdSocialNetworks",
|
9011
|
-
mixins: [
|
9022
|
+
mixins: [J],
|
9012
9023
|
data() {
|
9013
9024
|
return {
|
9014
9025
|
dataPrivacyAccepted: !1
|
@@ -9117,12 +9128,12 @@ const oh = {
|
|
9117
9128
|
};
|
9118
9129
|
}
|
9119
9130
|
}
|
9120
|
-
},
|
9121
|
-
|
9131
|
+
}, dh = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), ch = [
|
9132
|
+
dh
|
9122
9133
|
];
|
9123
|
-
function
|
9134
|
+
function uh(e, n, t, a, l, i) {
|
9124
9135
|
var g, m;
|
9125
|
-
const d = R, r = $, c =
|
9136
|
+
const d = R, r = $, c = ah, f = he;
|
9126
9137
|
return s(), o("div", {
|
9127
9138
|
class: b(["cmd-social-networks", { stretch: t.stretchButtons }, i.alignment])
|
9128
9139
|
}, [
|
@@ -9150,7 +9161,7 @@ function dh(e, n, t, a, l, i) {
|
|
9150
9161
|
showComponentName: !1
|
9151
9162
|
}, {
|
9152
9163
|
default: N(() => [
|
9153
|
-
|
9164
|
+
v(c, {
|
9154
9165
|
network: _,
|
9155
9166
|
userMustAcceptDataPrivacy: t.userMustAcceptDataPrivacy,
|
9156
9167
|
buttonTextAlign: t.buttonTextAlign,
|
@@ -9160,28 +9171,31 @@ function dh(e, n, t, a, l, i) {
|
|
9160
9171
|
_: 2
|
9161
9172
|
}, 1032, ["componentProps", "componentPath"]))), 128)) : (s(!0), o(k, { key: 0 }, A(i.validNetworks, (_, y) => (s(), C(c, {
|
9162
9173
|
key: y,
|
9163
|
-
network: _
|
9164
|
-
|
9174
|
+
network: _,
|
9175
|
+
userMustAcceptDataPrivacy: t.userMustAcceptDataPrivacy,
|
9176
|
+
buttonTextAlign: t.buttonTextAlign,
|
9177
|
+
dataPrivacyAccepted: l.dataPrivacyAccepted
|
9178
|
+
}, null, 8, ["network", "userMustAcceptDataPrivacy", "buttonTextAlign", "dataPrivacyAccepted"]))), 128))
|
9165
9179
|
], 2)) : (s(), o("button", {
|
9166
9180
|
key: 3,
|
9167
9181
|
class: "button small",
|
9168
9182
|
title: "Add new item",
|
9169
9183
|
onClick: n[1] || (n[1] = (..._) => i.onAddItem && i.onAddItem(..._))
|
9170
|
-
},
|
9184
|
+
}, ch))
|
9171
9185
|
], 2);
|
9172
9186
|
}
|
9173
|
-
const
|
9174
|
-
__proto__: null,
|
9175
|
-
default: ch
|
9176
|
-
}, Symbol.toStringTag, { value: "Module" })), mh = "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==", hh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
9187
|
+
const lp = /* @__PURE__ */ O(rh, [["render", uh]]), mh = "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", hh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
9177
9188
|
__proto__: null,
|
9178
9189
|
default: mh
|
9179
|
-
}, Symbol.toStringTag, { value: "Module" })), fh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
9190
|
+
}, Symbol.toStringTag, { value: "Module" })), fh = "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==", gh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
9191
|
+
__proto__: null,
|
9192
|
+
default: fh
|
9193
|
+
}, Symbol.toStringTag, { value: "Module" })), ph = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
9180
9194
|
__proto__: null,
|
9181
|
-
de:
|
9182
|
-
en:
|
9195
|
+
de: hh,
|
9196
|
+
en: gh
|
9183
9197
|
}, Symbol.toStringTag, { value: "Module" }));
|
9184
|
-
const
|
9198
|
+
const yh = {
|
9185
9199
|
name: "CmdSwitchLanguage",
|
9186
9200
|
emits: ["click"],
|
9187
9201
|
data() {
|
@@ -9209,7 +9223,7 @@ const gh = {
|
|
9209
9223
|
this.imageSources = [], this.languages.forEach(
|
9210
9224
|
async (e) => {
|
9211
9225
|
const n = e.iso2;
|
9212
|
-
this.imageSources.push(
|
9226
|
+
this.imageSources.push(ph[n].default);
|
9213
9227
|
}
|
9214
9228
|
);
|
9215
9229
|
},
|
@@ -9217,10 +9231,10 @@ const gh = {
|
|
9217
9231
|
deep: !0
|
9218
9232
|
}
|
9219
9233
|
}
|
9220
|
-
},
|
9221
|
-
function
|
9234
|
+
}, Ch = { class: "cmd-switch-language" }, bh = ["href", "title", "onClick"], _h = ["src", "alt"], kh = ["src", "alt"];
|
9235
|
+
function vh(e, n, t, a, l, i) {
|
9222
9236
|
const d = se("router-link");
|
9223
|
-
return s(), o("div",
|
9237
|
+
return s(), o("div", Ch, [
|
9224
9238
|
h("ul", null, [
|
9225
9239
|
(s(!0), o(k, null, A(t.languages, (r, c) => (s(), o("li", { key: c }, [
|
9226
9240
|
r.link.type === "href" ? (s(), o("a", {
|
@@ -9233,8 +9247,8 @@ function _h(e, n, t, a, l, i) {
|
|
9233
9247
|
h("img", {
|
9234
9248
|
src: l.imageSources[c],
|
9235
9249
|
alt: r.name
|
9236
|
-
}, null, 8,
|
9237
|
-
], 10,
|
9250
|
+
}, null, 8, _h)
|
9251
|
+
], 10, bh)) : (s(), C(d, {
|
9238
9252
|
key: 1,
|
9239
9253
|
class: b(["flag", r.iso2]),
|
9240
9254
|
to: i.getRoute(r),
|
@@ -9245,7 +9259,7 @@ function _h(e, n, t, a, l, i) {
|
|
9245
9259
|
h("img", {
|
9246
9260
|
src: l.imageSources[c],
|
9247
9261
|
alt: r.name
|
9248
|
-
}, null, 8,
|
9262
|
+
}, null, 8, kh)
|
9249
9263
|
]),
|
9250
9264
|
_: 2
|
9251
9265
|
}, 1032, ["class", "to", "title", "onClick"]))
|
@@ -9253,8 +9267,8 @@ function _h(e, n, t, a, l, i) {
|
|
9253
9267
|
])
|
9254
9268
|
]);
|
9255
9269
|
}
|
9256
|
-
const
|
9257
|
-
const
|
9270
|
+
const sp = /* @__PURE__ */ O(yh, [["render", vh]]);
|
9271
|
+
const xh = {
|
9258
9272
|
name: "CmdSystemMessage",
|
9259
9273
|
mixins: [Me],
|
9260
9274
|
data() {
|
@@ -9315,8 +9329,8 @@ const kh = {
|
|
9315
9329
|
this.showSystemMessage = !0;
|
9316
9330
|
}
|
9317
9331
|
}
|
9318
|
-
},
|
9319
|
-
function
|
9332
|
+
}, wh = ["role", "aria-labelledby"], Th = ["title"];
|
9333
|
+
function Ih(e, n, t, a, l, i) {
|
9320
9334
|
const d = z, r = R;
|
9321
9335
|
return s(), C(ue, { name: "fade" }, {
|
9322
9336
|
default: N(() => [
|
@@ -9332,12 +9346,12 @@ function wh(e, n, t, a, l, i) {
|
|
9332
9346
|
onClick: n[0] || (n[0] = I((c) => l.showSystemMessage = !1, ["prevent"])),
|
9333
9347
|
title: t.iconClose.tooltip
|
9334
9348
|
}, [
|
9335
|
-
|
9349
|
+
v(d, {
|
9336
9350
|
iconClass: t.iconClose.iconClass,
|
9337
9351
|
type: t.iconClose.iconType
|
9338
9352
|
}, null, 8, ["iconClass", "type"])
|
9339
|
-
], 8,
|
9340
|
-
|
9353
|
+
], 8, Th)) : u("", !0),
|
9354
|
+
v(r, {
|
9341
9355
|
class: "message-headline",
|
9342
9356
|
headlineIcon: i.headlineIcon,
|
9343
9357
|
headlineText: t.systemMessage,
|
@@ -9345,18 +9359,19 @@ function wh(e, n, t, a, l, i) {
|
|
9345
9359
|
id: e.htmlId
|
9346
9360
|
}, null, 8, ["headlineIcon", "headlineText", "headlineLevel", "id"]),
|
9347
9361
|
F(e.$slots, "default")
|
9348
|
-
], 10,
|
9362
|
+
], 10, wh)) : u("", !0)
|
9349
9363
|
]),
|
9350
9364
|
_: 3
|
9351
9365
|
});
|
9352
9366
|
}
|
9353
|
-
const
|
9354
|
-
const
|
9367
|
+
const Sh = /* @__PURE__ */ O(xh, [["render", Ih]]);
|
9368
|
+
const Mh = {
|
9355
9369
|
name: "CmdTable",
|
9356
9370
|
data() {
|
9357
9371
|
return {
|
9358
9372
|
showTableData: !0,
|
9359
|
-
fullWidth: this.fullWidthOnDefault
|
9373
|
+
fullWidth: this.fullWidthOnDefault,
|
9374
|
+
hasOverflow: !1
|
9360
9375
|
};
|
9361
9376
|
},
|
9362
9377
|
props: {
|
@@ -9421,6 +9436,9 @@ const Ih = {
|
|
9421
9436
|
}
|
9422
9437
|
}
|
9423
9438
|
},
|
9439
|
+
mounted() {
|
9440
|
+
this.hasOverflow = this.$refs.table.clientWidth > this.$refs.innerWrapper.clientWidth;
|
9441
|
+
},
|
9424
9442
|
computed: {
|
9425
9443
|
hasCaption() {
|
9426
9444
|
var e, n;
|
@@ -9429,33 +9447,34 @@ const Ih = {
|
|
9429
9447
|
hideCaption() {
|
9430
9448
|
var e, n, t;
|
9431
9449
|
return ((e = this.caption) == null ? void 0 : e.show) === !1 || ((n = this.caption) == null ? void 0 : n.show) !== !0 && !((t = this.tableData.caption) != null && t.show);
|
9432
|
-
},
|
9433
|
-
hasOverflow() {
|
9434
|
-
console.log("this.$refs.table", this.$refs.table);
|
9435
9450
|
}
|
9436
9451
|
},
|
9437
9452
|
methods: {
|
9438
9453
|
scrollLeft() {
|
9439
|
-
this.$refs.
|
9454
|
+
this.$refs.innerWrapper.scrollLeft = 0, this.$refs.table.previousElementSibling.style.cssText = "left: 0;", this.updatePosition();
|
9440
9455
|
},
|
9441
9456
|
scrollRight() {
|
9442
|
-
this.$refs.table.
|
9457
|
+
this.$refs.table.querySelector("th:last-child").scrollIntoView(), this.$refs.table.nextElementSibling.style.cssText = "right: auto;", this.updatePosition();
|
9458
|
+
},
|
9459
|
+
updatePosition() {
|
9460
|
+
const e = this.$refs.table.previousElementSibling, n = this.$refs.table.nextElementSibling, t = this.$refs.innerWrapper, a = t.getBoundingClientRect(), l = a.width + t.scrollLeft - n.getBoundingClientRect().width, i = t.scrollLeft;
|
9461
|
+
console.log("parentRect", a), e.style.left = `${i}px`, n.style.left = `${l}px`, i === 0 ? e.style.display = "none" : e.style.display = "flex", i === t.scrollLeftMax ? n.style.display = "none" : n.style.display = "flex";
|
9443
9462
|
}
|
9444
9463
|
}
|
9445
|
-
},
|
9464
|
+
}, Oh = {
|
9446
9465
|
key: 0,
|
9447
9466
|
class: "button-wrapper"
|
9448
|
-
},
|
9467
|
+
}, Lh = ["title"], Dh = ["title"], Nh = { "aria-expanded": "true" }, Ph = {
|
9449
9468
|
key: 0,
|
9450
9469
|
"aria-expanded": "true"
|
9451
9470
|
};
|
9452
|
-
function
|
9471
|
+
function Ah(e, n, t, a, l, i) {
|
9453
9472
|
var c, f, g, m;
|
9454
9473
|
const d = z, r = qe;
|
9455
9474
|
return s(), o("div", {
|
9456
|
-
class: b(["cmd-table-wrapper", { collapsed: !l.showTableData, "full-width": l.fullWidth, "has-caption": i.hasCaption }])
|
9475
|
+
class: b(["cmd-table-wrapper", { collapsed: !l.showTableData, "full-width": l.fullWidth, "has-caption": i.hasCaption, "has-overflow": l.hasOverflow }])
|
9457
9476
|
}, [
|
9458
|
-
t.collapsible || t.userCanToggleWidth ? (s(), o("div",
|
9477
|
+
t.collapsible || t.userCanToggleWidth ? (s(), o("div", Oh, [
|
9459
9478
|
t.userCanToggleWidth ? (s(), o("a", {
|
9460
9479
|
key: 0,
|
9461
9480
|
class: "button",
|
@@ -9463,11 +9482,11 @@ function Ph(e, n, t, a, l, i) {
|
|
9463
9482
|
onClick: n[0] || (n[0] = I((_) => l.fullWidth = !l.fullWidth, ["prevent"])),
|
9464
9483
|
title: t.iconToggleWidth.tooltip
|
9465
9484
|
}, [
|
9466
|
-
|
9485
|
+
v(d, {
|
9467
9486
|
iconClass: t.iconToggleWidth.iconClass,
|
9468
9487
|
type: t.iconToggleWidth.iconType
|
9469
9488
|
}, null, 8, ["iconClass", "type"])
|
9470
|
-
], 8,
|
9489
|
+
], 8, Lh)) : u("", !0),
|
9471
9490
|
t.collapsible ? (s(), o("a", {
|
9472
9491
|
key: 1,
|
9473
9492
|
class: "button",
|
@@ -9475,13 +9494,17 @@ function Ph(e, n, t, a, l, i) {
|
|
9475
9494
|
onClick: n[1] || (n[1] = I((_) => l.showTableData = !l.showTableData, ["prevent"])),
|
9476
9495
|
title: l.showTableData ? t.iconCollapse.tooltip : t.iconExpand.tooltip
|
9477
9496
|
}, [
|
9478
|
-
|
9497
|
+
v(d, {
|
9479
9498
|
iconClass: l.showTableData ? t.iconCollapse.iconClass : t.iconExpand.iconClass,
|
9480
9499
|
type: l.showTableData ? t.iconCollapse.iconType : t.iconExpand.iconType
|
9481
9500
|
}, null, 8, ["iconClass", "type"])
|
9482
|
-
], 8,
|
9501
|
+
], 8, Dh)) : u("", !0)
|
9483
9502
|
])) : u("", !0),
|
9484
|
-
h("div",
|
9503
|
+
h("div", {
|
9504
|
+
class: "inner-wrapper",
|
9505
|
+
ref: "innerWrapper",
|
9506
|
+
onScroll: n[2] || (n[2] = (..._) => i.updatePosition && i.updatePosition(..._))
|
9507
|
+
}, [
|
9485
9508
|
t.showSlideButtons ? (s(), C(r, {
|
9486
9509
|
key: 0,
|
9487
9510
|
onClick: I(i.scrollLeft, ["prevent"]),
|
@@ -9489,7 +9512,7 @@ function Ph(e, n, t, a, l, i) {
|
|
9489
9512
|
}, null, 8, ["onClick"])) : u("", !0),
|
9490
9513
|
h("table", {
|
9491
9514
|
ref: "table",
|
9492
|
-
class: b({ "full-width": l.fullWidth
|
9515
|
+
class: b({ "full-width": l.fullWidth })
|
9493
9516
|
}, [
|
9494
9517
|
((c = t.tableData.caption) == null ? void 0 : c.text) || ((f = t.caption) == null ? void 0 : f.text) ? (s(), o("caption", {
|
9495
9518
|
key: 0,
|
@@ -9500,16 +9523,16 @@ function Ph(e, n, t, a, l, i) {
|
|
9500
9523
|
(s(!0), o(k, null, A(t.tableData.thead, (_, y) => (s(), o("th", { key: y }, p(_), 1))), 128))
|
9501
9524
|
])
|
9502
9525
|
]),
|
9503
|
-
|
9526
|
+
v(ue, { name: "fade" }, {
|
9504
9527
|
default: N(() => [
|
9505
|
-
ne(h("tbody",
|
9528
|
+
ne(h("tbody", Nh, [
|
9506
9529
|
(s(!0), o(k, null, A(t.tableData.tbody, (_, y) => (s(), o("tr", {
|
9507
9530
|
class: b({ active: t.tableData.rowIndexHighlighted === y }),
|
9508
9531
|
key: y
|
9509
9532
|
}, [
|
9510
|
-
(s(!0), o(k, null, A(_, (w,
|
9511
|
-
class: b({ active: t.tableData.columnIndexHighlighted ===
|
9512
|
-
key:
|
9533
|
+
(s(!0), o(k, null, A(_, (w, x) => (s(), o("td", {
|
9534
|
+
class: b({ active: t.tableData.columnIndexHighlighted === x }),
|
9535
|
+
key: x
|
9513
9536
|
}, p(w), 3))), 128))
|
9514
9537
|
], 2))), 128))
|
9515
9538
|
], 512), [
|
@@ -9518,9 +9541,9 @@ function Ph(e, n, t, a, l, i) {
|
|
9518
9541
|
]),
|
9519
9542
|
_: 1
|
9520
9543
|
}),
|
9521
|
-
|
9544
|
+
v(ue, { name: "fade" }, {
|
9522
9545
|
default: N(() => [
|
9523
|
-
t.tableData.tfoot && t.tableData.tfoot.length && l.showTableData ? (s(), o("tfoot",
|
9546
|
+
t.tableData.tfoot && t.tableData.tfoot.length && l.showTableData ? (s(), o("tfoot", Ph, [
|
9524
9547
|
h("tr", null, [
|
9525
9548
|
(s(!0), o(k, null, A(t.tableData.tfoot, (_, y) => (s(), o("td", {
|
9526
9549
|
class: b({ active: t.tableData.columnIndexHighlighted === y }),
|
@@ -9536,10 +9559,10 @@ function Ph(e, n, t, a, l, i) {
|
|
9536
9559
|
key: 1,
|
9537
9560
|
onClick: I(i.scrollRight, ["prevent"])
|
9538
9561
|
}, null, 8, ["onClick"])) : u("", !0)
|
9539
|
-
])
|
9562
|
+
], 544)
|
9540
9563
|
], 2);
|
9541
9564
|
}
|
9542
|
-
const
|
9565
|
+
const op = /* @__PURE__ */ O(Mh, [["render", Ah]]), Bh = "cmd", jh = {
|
9543
9566
|
"3d-cursor": {
|
9544
9567
|
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"/>',
|
9545
9568
|
hidden: !0
|
@@ -9553,14 +9576,14 @@ const lp = /* @__PURE__ */ O(Ih, [["render", Ph]]), Ah = "cmd", Bh = {
|
|
9553
9576
|
<path fill="currentColor" d="M2,12h6v18H2V12z"/>
|
9554
9577
|
<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"/>`
|
9555
9578
|
}
|
9556
|
-
},
|
9557
|
-
prefix:
|
9558
|
-
icons:
|
9559
|
-
width:
|
9560
|
-
height:
|
9579
|
+
}, Fh = 32, Hh = 32, Eh = {
|
9580
|
+
prefix: Bh,
|
9581
|
+
icons: jh,
|
9582
|
+
width: Fh,
|
9583
|
+
height: Hh
|
9561
9584
|
};
|
9562
|
-
Wn(
|
9563
|
-
const
|
9585
|
+
Wn(Eh);
|
9586
|
+
const Vh = {
|
9564
9587
|
name: "CmdTabs",
|
9565
9588
|
data() {
|
9566
9589
|
return {
|
@@ -9600,13 +9623,13 @@ const Eh = {
|
|
9600
9623
|
this.showTab = this.activeTab;
|
9601
9624
|
}
|
9602
9625
|
}
|
9603
|
-
},
|
9626
|
+
}, zh = { class: "cmd-tabs" }, qh = ["onClick", "title"], Rh = { key: 1 }, Uh = {
|
9604
9627
|
key: 1,
|
9605
9628
|
"aria-live": "assertive"
|
9606
|
-
},
|
9607
|
-
function
|
9629
|
+
}, Gh = ["innerHTML"];
|
9630
|
+
function Wh(e, n, t, a, l, i) {
|
9608
9631
|
const d = z, r = R;
|
9609
|
-
return s(), o("div",
|
9632
|
+
return s(), o("div", zh, [
|
9610
9633
|
h("ul", {
|
9611
9634
|
class: b({ "stretch-tabs": t.stretchTabs }),
|
9612
9635
|
role: "tablist"
|
@@ -9626,8 +9649,8 @@ function Gh(e, n, t, a, l, i) {
|
|
9626
9649
|
iconClass: c.iconClass,
|
9627
9650
|
type: c.iconType
|
9628
9651
|
}, null, 8, ["iconClass", "type"])) : u("", !0),
|
9629
|
-
c.name ? (s(), o("span",
|
9630
|
-
], 8,
|
9652
|
+
c.name ? (s(), o("span", Rh, p(c.name), 1)) : u("", !0)
|
9653
|
+
], 8, qh)
|
9631
9654
|
], 2))), 128))
|
9632
9655
|
], 2),
|
9633
9656
|
t.useSlot ? (s(!0), o(k, { key: 0 }, A(t.tabs.length, (c) => ne((s(), o("div", {
|
@@ -9637,21 +9660,21 @@ function Gh(e, n, t, a, l, i) {
|
|
9637
9660
|
F(e.$slots, "tab-content-" + (c - 1))
|
9638
9661
|
])), [
|
9639
9662
|
[de, l.showTab === c - 1]
|
9640
|
-
])), 128)) : (s(), o("div",
|
9663
|
+
])), 128)) : (s(), o("div", Uh, [
|
9641
9664
|
t.cmdHeadline ? (s(), C(r, B({ key: 0 }, t.cmdHeadline, {
|
9642
9665
|
headlineText: t.tabs[l.showTab].headlineText,
|
9643
9666
|
headlineLevel: t.tabs[l.showTab].headlineLevel
|
9644
9667
|
}), null, 16, ["headlineText", "headlineLevel"])) : u("", !0),
|
9645
9668
|
h("div", {
|
9646
9669
|
innerHTML: t.tabs[l.showTab].htmlContent
|
9647
|
-
}, null, 8,
|
9670
|
+
}, null, 8, Gh)
|
9648
9671
|
]))
|
9649
9672
|
]);
|
9650
9673
|
}
|
9651
|
-
const
|
9652
|
-
const
|
9674
|
+
const ap = /* @__PURE__ */ O(Vh, [["render", Wh]]);
|
9675
|
+
const Qh = {
|
9653
9676
|
name: "CmdTextImageBlock",
|
9654
|
-
mixins: [
|
9677
|
+
mixins: [J],
|
9655
9678
|
data() {
|
9656
9679
|
return {
|
9657
9680
|
editableHtmlContent: null
|
@@ -9699,7 +9722,7 @@ const Wh = {
|
|
9699
9722
|
},
|
9700
9723
|
updateHandlerProvider() {
|
9701
9724
|
const e = this.editableHtmlContent;
|
9702
|
-
return this.editableHtmlContent = null,
|
9725
|
+
return this.editableHtmlContent = null, K(this, {
|
9703
9726
|
update(n) {
|
9704
9727
|
n.htmlContent = e;
|
9705
9728
|
}
|
@@ -9714,14 +9737,14 @@ const Wh = {
|
|
9714
9737
|
immediate: !0
|
9715
9738
|
}
|
9716
9739
|
}
|
9717
|
-
},
|
9718
|
-
|
9719
|
-
|
9720
|
-
],
|
9721
|
-
function
|
9740
|
+
}, Zh = { class: "cmd-text-image-block flex-container vertical" }, Jh = ["innerHTML"], Yh = /* @__PURE__ */ h("span", { class: "icon-plus" }, null, -1), Kh = /* @__PURE__ */ h("span", null, "Add new paragraph", -1), Xh = [
|
9741
|
+
Yh,
|
9742
|
+
Kh
|
9743
|
+
], $h = ["innerHTML"];
|
9744
|
+
function ef(e, n, t, a, l, i) {
|
9722
9745
|
var f, g, m, _;
|
9723
9746
|
const d = R, r = Ce, c = he;
|
9724
|
-
return s(), o("div",
|
9747
|
+
return s(), o("div", Zh, [
|
9725
9748
|
(((f = t.cmdHeadline) == null ? void 0 : f.headlineText) || e.editModeContext) && t.headlinePosition === "aboveImage" ? (s(), C(d, W(B({ key: 0 }, t.cmdHeadline)), null, 16)) : u("", !0),
|
9726
9749
|
t.cmdImage ? (s(), C(r, {
|
9727
9750
|
key: 1,
|
@@ -9752,26 +9775,26 @@ function $h(e, n, t, a, l, i) {
|
|
9752
9775
|
key: 1,
|
9753
9776
|
innerHTML: t.htmlContent,
|
9754
9777
|
class: b(i.textAlign)
|
9755
|
-
}, null, 10,
|
9778
|
+
}, null, 10, Jh)) : (s(), o("button", {
|
9756
9779
|
key: 2,
|
9757
9780
|
type: "button",
|
9758
9781
|
class: "button confirm",
|
9759
9782
|
onClick: n[1] || (n[1] = (...w) => i.onAddItem && i.onAddItem(...w))
|
9760
|
-
},
|
9783
|
+
}, Xh))
|
9761
9784
|
]),
|
9762
9785
|
_: 1
|
9763
9786
|
}, 8, ["componentProps", "componentPath", "allowDeleteComponent"])) : t.htmlContent ? (s(), o("div", {
|
9764
9787
|
key: 4,
|
9765
9788
|
innerHTML: t.htmlContent,
|
9766
9789
|
class: b(i.textAlign)
|
9767
|
-
}, null, 10,
|
9790
|
+
}, null, 10, $h)) : u("", !0)
|
9768
9791
|
]);
|
9769
9792
|
}
|
9770
|
-
const
|
9771
|
-
const
|
9793
|
+
const rp = /* @__PURE__ */ O(Qh, [["render", ef]]);
|
9794
|
+
const tf = {
|
9772
9795
|
name: "ToggleDarkMode",
|
9773
9796
|
mixins: [
|
9774
|
-
|
9797
|
+
J
|
9775
9798
|
],
|
9776
9799
|
data() {
|
9777
9800
|
return {
|
@@ -9843,7 +9866,7 @@ const ef = {
|
|
9843
9866
|
},
|
9844
9867
|
updateHandlerProvider() {
|
9845
9868
|
const e = this.labelTextLightModeModel, n = this.labelTextDarkModeModel;
|
9846
|
-
return
|
9869
|
+
return K(this, {
|
9847
9870
|
update(t) {
|
9848
9871
|
t.labelTextLightMode = e, t.labelTextDarkMode = n;
|
9849
9872
|
}
|
@@ -9886,14 +9909,14 @@ const ef = {
|
|
9886
9909
|
immediate: !0
|
9887
9910
|
}
|
9888
9911
|
}
|
9889
|
-
},
|
9890
|
-
function
|
9912
|
+
}, nf = { key: 0 };
|
9913
|
+
function lf(e, n, t, a, l, i) {
|
9891
9914
|
const d = z, r = $;
|
9892
9915
|
return s(), o("div", {
|
9893
9916
|
class: b(["cmd-toggle-dark-mode", { "styled-layout": t.useStyledLayout, "dark-mode": l.darkMode }])
|
9894
9917
|
}, [
|
9895
9918
|
e.editing ? (s(), o(k, { key: 1 }, [
|
9896
|
-
|
9919
|
+
v(r, {
|
9897
9920
|
element: "input",
|
9898
9921
|
type: "text",
|
9899
9922
|
labelText: "Label for Light Mode",
|
@@ -9901,7 +9924,7 @@ function nf(e, n, t, a, l, i) {
|
|
9901
9924
|
modelValue: i.labelTextLightModeModel,
|
9902
9925
|
"onUpdate:modelValue": n[2] || (n[2] = (c) => i.labelTextLightModeModel = c)
|
9903
9926
|
}, null, 8, ["modelValue"]),
|
9904
|
-
|
9927
|
+
v(r, {
|
9905
9928
|
element: "input",
|
9906
9929
|
type: "text",
|
9907
9930
|
labelText: "Label for Dark Mode",
|
@@ -9916,8 +9939,8 @@ function nf(e, n, t, a, l, i) {
|
|
9916
9939
|
class: b(["button", { "dark-mode": l.darkMode }]),
|
9917
9940
|
onClick: n[0] || (n[0] = I((...c) => i.toggleColorScheme && i.toggleColorScheme(...c), ["prevent"]))
|
9918
9941
|
}, [
|
9919
|
-
t.showLabel ? (s(), o("span",
|
9920
|
-
|
9942
|
+
t.showLabel ? (s(), o("span", nf, p(i.labelText), 1)) : u("", !0),
|
9943
|
+
v(d, {
|
9921
9944
|
iconClass: i.iconClass,
|
9922
9945
|
type: i.iconType,
|
9923
9946
|
tooltip: t.showLabel ? "" : i.labelText
|
@@ -9939,7 +9962,7 @@ function nf(e, n, t, a, l, i) {
|
|
9939
9962
|
], 64))
|
9940
9963
|
], 2);
|
9941
9964
|
}
|
9942
|
-
const
|
9965
|
+
const dp = /* @__PURE__ */ O(tf, [["render", lf]]), sf = {
|
9943
9966
|
data() {
|
9944
9967
|
return {
|
9945
9968
|
defaultMessageProperties: {
|
@@ -9992,7 +10015,7 @@ const ap = /* @__PURE__ */ O(ef, [["render", nf]]), lf = {
|
|
9992
10015
|
};
|
9993
10016
|
}
|
9994
10017
|
};
|
9995
|
-
function
|
10018
|
+
function of(e) {
|
9996
10019
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
9997
10020
|
}
|
9998
10021
|
var oi = { exports: {} }, Ft = { exports: {} }, ai = function(n, t) {
|
@@ -10001,30 +10024,30 @@ var oi = { exports: {} }, Ft = { exports: {} }, ai = function(n, t) {
|
|
10001
10024
|
l[i] = arguments[i];
|
10002
10025
|
return n.apply(t, l);
|
10003
10026
|
};
|
10004
|
-
},
|
10027
|
+
}, af = ai, fe = Object.prototype.toString;
|
10005
10028
|
function Ht(e) {
|
10006
10029
|
return fe.call(e) === "[object Array]";
|
10007
10030
|
}
|
10008
|
-
function
|
10031
|
+
function vt(e) {
|
10009
10032
|
return typeof e > "u";
|
10010
10033
|
}
|
10011
|
-
function af(e) {
|
10012
|
-
return e !== null && !xt(e) && e.constructor !== null && !xt(e.constructor) && typeof e.constructor.isBuffer == "function" && e.constructor.isBuffer(e);
|
10013
|
-
}
|
10014
10034
|
function rf(e) {
|
10015
|
-
return
|
10035
|
+
return e !== null && !vt(e) && e.constructor !== null && !vt(e.constructor) && typeof e.constructor.isBuffer == "function" && e.constructor.isBuffer(e);
|
10016
10036
|
}
|
10017
10037
|
function df(e) {
|
10018
|
-
return
|
10038
|
+
return fe.call(e) === "[object ArrayBuffer]";
|
10019
10039
|
}
|
10020
10040
|
function cf(e) {
|
10041
|
+
return typeof FormData < "u" && e instanceof FormData;
|
10042
|
+
}
|
10043
|
+
function uf(e) {
|
10021
10044
|
var n;
|
10022
10045
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? n = ArrayBuffer.isView(e) : n = e && e.buffer && e.buffer instanceof ArrayBuffer, n;
|
10023
10046
|
}
|
10024
|
-
function
|
10047
|
+
function mf(e) {
|
10025
10048
|
return typeof e == "string";
|
10026
10049
|
}
|
10027
|
-
function
|
10050
|
+
function hf(e) {
|
10028
10051
|
return typeof e == "number";
|
10029
10052
|
}
|
10030
10053
|
function ri(e) {
|
@@ -10036,28 +10059,28 @@ function Be(e) {
|
|
10036
10059
|
var n = Object.getPrototypeOf(e);
|
10037
10060
|
return n === null || n === Object.prototype;
|
10038
10061
|
}
|
10039
|
-
function
|
10062
|
+
function ff(e) {
|
10040
10063
|
return fe.call(e) === "[object Date]";
|
10041
10064
|
}
|
10042
|
-
function
|
10065
|
+
function gf(e) {
|
10043
10066
|
return fe.call(e) === "[object File]";
|
10044
10067
|
}
|
10045
|
-
function
|
10068
|
+
function pf(e) {
|
10046
10069
|
return fe.call(e) === "[object Blob]";
|
10047
10070
|
}
|
10048
10071
|
function di(e) {
|
10049
10072
|
return fe.call(e) === "[object Function]";
|
10050
10073
|
}
|
10051
|
-
function
|
10074
|
+
function yf(e) {
|
10052
10075
|
return ri(e) && di(e.pipe);
|
10053
10076
|
}
|
10054
|
-
function
|
10077
|
+
function Cf(e) {
|
10055
10078
|
return typeof URLSearchParams < "u" && e instanceof URLSearchParams;
|
10056
10079
|
}
|
10057
|
-
function
|
10080
|
+
function bf(e) {
|
10058
10081
|
return e.trim ? e.trim() : e.replace(/^\s+|\s+$/g, "");
|
10059
10082
|
}
|
10060
|
-
function
|
10083
|
+
function _f() {
|
10061
10084
|
return typeof navigator < "u" && (navigator.product === "ReactNative" || navigator.product === "NativeScript" || navigator.product === "NS") ? !1 : typeof window < "u" && typeof document < "u";
|
10062
10085
|
}
|
10063
10086
|
function Et(e, n) {
|
@@ -10069,46 +10092,46 @@ function Et(e, n) {
|
|
10069
10092
|
for (var l in e)
|
10070
10093
|
Object.prototype.hasOwnProperty.call(e, l) && n.call(null, e[l], l, e);
|
10071
10094
|
}
|
10072
|
-
function
|
10095
|
+
function xt() {
|
10073
10096
|
var e = {};
|
10074
10097
|
function n(l, i) {
|
10075
|
-
Be(e[i]) && Be(l) ? e[i] =
|
10098
|
+
Be(e[i]) && Be(l) ? e[i] = xt(e[i], l) : Be(l) ? e[i] = xt({}, l) : Ht(l) ? e[i] = l.slice() : e[i] = l;
|
10076
10099
|
}
|
10077
10100
|
for (var t = 0, a = arguments.length; t < a; t++)
|
10078
10101
|
Et(arguments[t], n);
|
10079
10102
|
return e;
|
10080
10103
|
}
|
10081
|
-
function
|
10104
|
+
function kf(e, n, t) {
|
10082
10105
|
return Et(n, function(l, i) {
|
10083
|
-
t && typeof l == "function" ? e[i] =
|
10106
|
+
t && typeof l == "function" ? e[i] = af(l, t) : e[i] = l;
|
10084
10107
|
}), e;
|
10085
10108
|
}
|
10086
|
-
function
|
10109
|
+
function vf(e) {
|
10087
10110
|
return e.charCodeAt(0) === 65279 && (e = e.slice(1)), e;
|
10088
10111
|
}
|
10089
10112
|
var ee = {
|
10090
10113
|
isArray: Ht,
|
10091
|
-
isArrayBuffer:
|
10092
|
-
isBuffer:
|
10093
|
-
isFormData:
|
10094
|
-
isArrayBufferView:
|
10095
|
-
isString:
|
10096
|
-
isNumber:
|
10114
|
+
isArrayBuffer: df,
|
10115
|
+
isBuffer: rf,
|
10116
|
+
isFormData: cf,
|
10117
|
+
isArrayBufferView: uf,
|
10118
|
+
isString: mf,
|
10119
|
+
isNumber: hf,
|
10097
10120
|
isObject: ri,
|
10098
10121
|
isPlainObject: Be,
|
10099
|
-
isUndefined:
|
10100
|
-
isDate:
|
10101
|
-
isFile:
|
10102
|
-
isBlob:
|
10122
|
+
isUndefined: vt,
|
10123
|
+
isDate: ff,
|
10124
|
+
isFile: gf,
|
10125
|
+
isBlob: pf,
|
10103
10126
|
isFunction: di,
|
10104
|
-
isStream:
|
10105
|
-
isURLSearchParams:
|
10106
|
-
isStandardBrowserEnv:
|
10127
|
+
isStream: yf,
|
10128
|
+
isURLSearchParams: Cf,
|
10129
|
+
isStandardBrowserEnv: _f,
|
10107
10130
|
forEach: Et,
|
10108
|
-
merge:
|
10109
|
-
extend:
|
10110
|
-
trim:
|
10111
|
-
stripBOM:
|
10131
|
+
merge: xt,
|
10132
|
+
extend: kf,
|
10133
|
+
trim: bf,
|
10134
|
+
stripBOM: vf
|
10112
10135
|
}, pe = ee;
|
10113
10136
|
function yn(e) {
|
10114
10137
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
@@ -10154,8 +10177,8 @@ Re.prototype.forEach = function(n) {
|
|
10154
10177
|
a !== null && n(a);
|
10155
10178
|
});
|
10156
10179
|
};
|
10157
|
-
var
|
10158
|
-
|
10180
|
+
var wf = Re, Tf = ee, If = function(n, t) {
|
10181
|
+
Tf.forEach(n, function(l, i) {
|
10159
10182
|
i !== t && i.toUpperCase() === t.toUpperCase() && (n[t] = l, delete n[i]);
|
10160
10183
|
});
|
10161
10184
|
}, ui = function(n, t, a, l, i) {
|
@@ -10186,7 +10209,7 @@ function mi() {
|
|
10186
10209
|
}, Ye;
|
10187
10210
|
}
|
10188
10211
|
var Ke, bn;
|
10189
|
-
function
|
10212
|
+
function Sf() {
|
10190
10213
|
if (bn)
|
10191
10214
|
return Ke;
|
10192
10215
|
bn = 1;
|
@@ -10203,7 +10226,7 @@ function If() {
|
|
10203
10226
|
}, Ke;
|
10204
10227
|
}
|
10205
10228
|
var Xe, _n;
|
10206
|
-
function
|
10229
|
+
function Mf() {
|
10207
10230
|
if (_n)
|
10208
10231
|
return Xe;
|
10209
10232
|
_n = 1;
|
@@ -10235,29 +10258,29 @@ function Sf() {
|
|
10235
10258
|
}(), Xe;
|
10236
10259
|
}
|
10237
10260
|
var $e, kn;
|
10238
|
-
function
|
10261
|
+
function Of() {
|
10239
10262
|
return kn || (kn = 1, $e = function(n) {
|
10240
10263
|
return /^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(n);
|
10241
10264
|
}), $e;
|
10242
10265
|
}
|
10243
|
-
var et,
|
10244
|
-
function
|
10245
|
-
return
|
10266
|
+
var et, vn;
|
10267
|
+
function Lf() {
|
10268
|
+
return vn || (vn = 1, et = function(n, t) {
|
10246
10269
|
return t ? n.replace(/\/+$/, "") + "/" + t.replace(/^\/+/, "") : n;
|
10247
10270
|
}), et;
|
10248
10271
|
}
|
10249
|
-
var tt,
|
10250
|
-
function
|
10251
|
-
if (
|
10272
|
+
var tt, xn;
|
10273
|
+
function Df() {
|
10274
|
+
if (xn)
|
10252
10275
|
return tt;
|
10253
|
-
|
10254
|
-
var e =
|
10276
|
+
xn = 1;
|
10277
|
+
var e = Of(), n = Lf();
|
10255
10278
|
return tt = function(a, l) {
|
10256
10279
|
return a && !e(l) ? n(a, l) : l;
|
10257
10280
|
}, tt;
|
10258
10281
|
}
|
10259
10282
|
var nt, wn;
|
10260
|
-
function
|
10283
|
+
function Nf() {
|
10261
10284
|
if (wn)
|
10262
10285
|
return nt;
|
10263
10286
|
wn = 1;
|
@@ -10293,7 +10316,7 @@ function Df() {
|
|
10293
10316
|
}, nt;
|
10294
10317
|
}
|
10295
10318
|
var it, Tn;
|
10296
|
-
function
|
10319
|
+
function Pf() {
|
10297
10320
|
if (Tn)
|
10298
10321
|
return it;
|
10299
10322
|
Tn = 1;
|
@@ -10340,14 +10363,14 @@ function Mn() {
|
|
10340
10363
|
if (Sn)
|
10341
10364
|
return st;
|
10342
10365
|
Sn = 1;
|
10343
|
-
var e = ee, n =
|
10366
|
+
var e = ee, n = Sf(), t = Mf(), a = ci, l = Df(), i = Nf(), d = Pf(), r = mi(), c = Ge(), f = Ue();
|
10344
10367
|
return st = function(m) {
|
10345
10368
|
return new Promise(function(y, w) {
|
10346
|
-
var
|
10369
|
+
var x = m.data, S = m.headers, M = m.responseType, D;
|
10347
10370
|
function q() {
|
10348
10371
|
m.cancelToken && m.cancelToken.unsubscribe(D), m.signal && m.signal.removeEventListener("abort", D);
|
10349
10372
|
}
|
10350
|
-
e.isFormData(
|
10373
|
+
e.isFormData(x) && delete S["Content-Type"];
|
10351
10374
|
var T = new XMLHttpRequest();
|
10352
10375
|
if (m.auth) {
|
10353
10376
|
var E = m.auth.username || "", P = m.auth.password ? unescape(encodeURIComponent(m.auth.password)) : "";
|
@@ -10357,8 +10380,8 @@ function Mn() {
|
|
10357
10380
|
T.open(m.method.toUpperCase(), a(H, m.params, m.paramsSerializer), !0), T.timeout = m.timeout;
|
10358
10381
|
function U() {
|
10359
10382
|
if (!!T) {
|
10360
|
-
var V = "getAllResponseHeaders" in T ? i(T.getAllResponseHeaders()) : null,
|
10361
|
-
data:
|
10383
|
+
var V = "getAllResponseHeaders" in T ? i(T.getAllResponseHeaders()) : null, Y = !M || M === "text" || M === "json" ? T.responseText : T.response, Z = {
|
10384
|
+
data: Y,
|
10362
10385
|
status: T.status,
|
10363
10386
|
statusText: T.statusText,
|
10364
10387
|
headers: V,
|
@@ -10379,9 +10402,9 @@ function Mn() {
|
|
10379
10402
|
}, T.onerror = function() {
|
10380
10403
|
w(r("Network Error", m, null, T)), T = null;
|
10381
10404
|
}, T.ontimeout = function() {
|
10382
|
-
var
|
10383
|
-
m.timeoutErrorMessage && (
|
10384
|
-
|
10405
|
+
var Y = m.timeout ? "timeout of " + m.timeout + "ms exceeded" : "timeout exceeded", Z = m.transitional || c.transitional;
|
10406
|
+
m.timeoutErrorMessage && (Y = m.timeoutErrorMessage), w(r(
|
10407
|
+
Y,
|
10385
10408
|
m,
|
10386
10409
|
Z.clarifyTimeoutError ? "ETIMEDOUT" : "ECONNABORTED",
|
10387
10410
|
T
|
@@ -10390,11 +10413,11 @@ function Mn() {
|
|
10390
10413
|
var G = (m.withCredentials || d(H)) && m.xsrfCookieName ? t.read(m.xsrfCookieName) : void 0;
|
10391
10414
|
G && (S[m.xsrfHeaderName] = G);
|
10392
10415
|
}
|
10393
|
-
"setRequestHeader" in T && e.forEach(S, function(
|
10394
|
-
typeof
|
10416
|
+
"setRequestHeader" in T && e.forEach(S, function(Y, Z) {
|
10417
|
+
typeof x > "u" && Z.toLowerCase() === "content-type" ? delete S[Z] : T.setRequestHeader(Z, Y);
|
10395
10418
|
}), e.isUndefined(m.withCredentials) || (T.withCredentials = !!m.withCredentials), M && M !== "json" && (T.responseType = m.responseType), typeof m.onDownloadProgress == "function" && T.addEventListener("progress", m.onDownloadProgress), typeof m.onUploadProgress == "function" && T.upload && T.upload.addEventListener("progress", m.onUploadProgress), (m.cancelToken || m.signal) && (D = function(V) {
|
10396
10419
|
!T || (w(!V || V && V.type ? new f("canceled") : V), T.abort(), T = null);
|
10397
|
-
}, m.cancelToken && m.cancelToken.subscribe(D), m.signal && (m.signal.aborted ? D() : m.signal.addEventListener("abort", D))),
|
10420
|
+
}, m.cancelToken && m.cancelToken.subscribe(D), m.signal && (m.signal.aborted ? D() : m.signal.addEventListener("abort", D))), x || (x = null), T.send(x);
|
10398
10421
|
});
|
10399
10422
|
}, st;
|
10400
10423
|
}
|
@@ -10403,7 +10426,7 @@ function Ge() {
|
|
10403
10426
|
if (On)
|
10404
10427
|
return ot;
|
10405
10428
|
On = 1;
|
10406
|
-
var e = ee, n =
|
10429
|
+
var e = ee, n = If, t = ui, a = {
|
10407
10430
|
"Content-Type": "application/x-www-form-urlencoded"
|
10408
10431
|
};
|
10409
10432
|
function l(c, f) {
|
@@ -10464,9 +10487,9 @@ function Ge() {
|
|
10464
10487
|
r.headers[f] = e.merge(a);
|
10465
10488
|
}), ot = r, ot;
|
10466
10489
|
}
|
10467
|
-
var
|
10468
|
-
var l = this ||
|
10469
|
-
return
|
10490
|
+
var Af = ee, Bf = Ge(), jf = function(n, t, a) {
|
10491
|
+
var l = this || Bf;
|
10492
|
+
return Af.forEach(a, function(d) {
|
10470
10493
|
n = d.call(l, n, t);
|
10471
10494
|
}), n;
|
10472
10495
|
}, at, Ln;
|
@@ -10475,12 +10498,12 @@ function hi() {
|
|
10475
10498
|
return !!(n && n.__CANCEL__);
|
10476
10499
|
}), at;
|
10477
10500
|
}
|
10478
|
-
var Dn = ee, rt =
|
10501
|
+
var Dn = ee, rt = jf, Ff = hi(), Hf = Ge(), Ef = Ue();
|
10479
10502
|
function dt(e) {
|
10480
10503
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
10481
|
-
throw new
|
10504
|
+
throw new Ef("canceled");
|
10482
10505
|
}
|
10483
|
-
var
|
10506
|
+
var Vf = function(n) {
|
10484
10507
|
dt(n), n.headers = n.headers || {}, n.data = rt.call(
|
10485
10508
|
n,
|
10486
10509
|
n.data,
|
@@ -10496,7 +10519,7 @@ var Ef = function(n) {
|
|
10496
10519
|
delete n.headers[l];
|
10497
10520
|
}
|
10498
10521
|
);
|
10499
|
-
var t = n.adapter ||
|
10522
|
+
var t = n.adapter || Hf.adapter;
|
10500
10523
|
return t(n).then(function(l) {
|
10501
10524
|
return dt(n), l.data = rt.call(
|
10502
10525
|
n,
|
@@ -10505,7 +10528,7 @@ var Ef = function(n) {
|
|
10505
10528
|
n.transformResponse
|
10506
10529
|
), l;
|
10507
10530
|
}, function(l) {
|
10508
|
-
return
|
10531
|
+
return Ff(l) || (dt(n), l && l.response && (l.response.data = rt.call(
|
10509
10532
|
n,
|
10510
10533
|
l.response.data,
|
10511
10534
|
l.response.headers,
|
@@ -10580,7 +10603,7 @@ function gi() {
|
|
10580
10603
|
version: "0.24.0"
|
10581
10604
|
}), ct;
|
10582
10605
|
}
|
10583
|
-
var
|
10606
|
+
var zf = gi().version, Vt = {};
|
10584
10607
|
["object", "boolean", "number", "function", "string", "symbol"].forEach(function(e, n) {
|
10585
10608
|
Vt[e] = function(a) {
|
10586
10609
|
return typeof a === e || "a" + (n < 1 ? "n " : " ") + e;
|
@@ -10589,7 +10612,7 @@ var Vf = gi().version, Vt = {};
|
|
10589
10612
|
var Pn = {};
|
10590
10613
|
Vt.transitional = function(n, t, a) {
|
10591
10614
|
function l(i, d) {
|
10592
|
-
return "[Axios v" +
|
10615
|
+
return "[Axios v" + zf + "] Transitional option '" + i + "'" + d + (a ? ". " + a : "");
|
10593
10616
|
}
|
10594
10617
|
return function(i, d, r) {
|
10595
10618
|
if (n === !1)
|
@@ -10602,7 +10625,7 @@ Vt.transitional = function(n, t, a) {
|
|
10602
10625
|
)), n ? n(i, d, r) : !0;
|
10603
10626
|
};
|
10604
10627
|
};
|
10605
|
-
function
|
10628
|
+
function qf(e, n, t) {
|
10606
10629
|
if (typeof e != "object")
|
10607
10630
|
throw new TypeError("options must be an object");
|
10608
10631
|
for (var a = Object.keys(e), l = a.length; l-- > 0; ) {
|
@@ -10617,10 +10640,10 @@ function zf(e, n, t) {
|
|
10617
10640
|
throw Error("Unknown option " + i);
|
10618
10641
|
}
|
10619
10642
|
}
|
10620
|
-
var
|
10621
|
-
assertOptions:
|
10643
|
+
var Rf = {
|
10644
|
+
assertOptions: qf,
|
10622
10645
|
validators: Vt
|
10623
|
-
}, pi = ee,
|
10646
|
+
}, pi = ee, Uf = ci, An = wf, Bn = Vf, We = fi, yi = Rf, ye = yi.validators;
|
10624
10647
|
function Oe(e) {
|
10625
10648
|
this.defaults = e, this.interceptors = {
|
10626
10649
|
request: new An(),
|
@@ -10669,7 +10692,7 @@ Oe.prototype.request = function(n) {
|
|
10669
10692
|
return d;
|
10670
10693
|
};
|
10671
10694
|
Oe.prototype.getUri = function(n) {
|
10672
|
-
return n = We(this.defaults, n),
|
10695
|
+
return n = We(this.defaults, n), Uf(n.url, n.params, n.paramsSerializer).replace(/^\?/, "");
|
10673
10696
|
};
|
10674
10697
|
pi.forEach(["delete", "get", "head", "options"], function(n) {
|
10675
10698
|
Oe.prototype[n] = function(t, a) {
|
@@ -10689,8 +10712,8 @@ pi.forEach(["post", "put", "patch"], function(n) {
|
|
10689
10712
|
}));
|
10690
10713
|
};
|
10691
10714
|
});
|
10692
|
-
var
|
10693
|
-
function
|
10715
|
+
var Gf = Oe, ut, jn;
|
10716
|
+
function Wf() {
|
10694
10717
|
if (jn)
|
10695
10718
|
return ut;
|
10696
10719
|
jn = 1;
|
@@ -10746,7 +10769,7 @@ function Gf() {
|
|
10746
10769
|
}, ut = n, ut;
|
10747
10770
|
}
|
10748
10771
|
var mt, Fn;
|
10749
|
-
function
|
10772
|
+
function Qf() {
|
10750
10773
|
return Fn || (Fn = 1, mt = function(n) {
|
10751
10774
|
return function(a) {
|
10752
10775
|
return n.apply(null, a);
|
@@ -10754,39 +10777,39 @@ function Wf() {
|
|
10754
10777
|
}), mt;
|
10755
10778
|
}
|
10756
10779
|
var ht, Hn;
|
10757
|
-
function
|
10780
|
+
function Zf() {
|
10758
10781
|
return Hn || (Hn = 1, ht = function(n) {
|
10759
10782
|
return typeof n == "object" && n.isAxiosError === !0;
|
10760
10783
|
}), ht;
|
10761
10784
|
}
|
10762
|
-
var En = ee,
|
10785
|
+
var En = ee, Jf = ai, je = Gf, Yf = fi, Kf = Ge();
|
10763
10786
|
function Ci(e) {
|
10764
|
-
var n = new je(e), t =
|
10787
|
+
var n = new je(e), t = Jf(je.prototype.request, n);
|
10765
10788
|
return En.extend(t, je.prototype, n), En.extend(t, n), t.create = function(l) {
|
10766
|
-
return Ci(
|
10789
|
+
return Ci(Yf(e, l));
|
10767
10790
|
}, t;
|
10768
10791
|
}
|
10769
|
-
var oe = Ci(
|
10792
|
+
var oe = Ci(Kf);
|
10770
10793
|
oe.Axios = je;
|
10771
10794
|
oe.Cancel = Ue();
|
10772
|
-
oe.CancelToken =
|
10795
|
+
oe.CancelToken = Wf();
|
10773
10796
|
oe.isCancel = hi();
|
10774
10797
|
oe.VERSION = gi().version;
|
10775
10798
|
oe.all = function(n) {
|
10776
10799
|
return Promise.all(n);
|
10777
10800
|
};
|
10778
|
-
oe.spread =
|
10779
|
-
oe.isAxiosError =
|
10801
|
+
oe.spread = Qf();
|
10802
|
+
oe.isAxiosError = Zf();
|
10780
10803
|
Ft.exports = oe;
|
10781
10804
|
Ft.exports.default = oe;
|
10782
10805
|
(function(e) {
|
10783
10806
|
e.exports = Ft.exports;
|
10784
10807
|
})(oi);
|
10785
|
-
const
|
10786
|
-
const
|
10808
|
+
const Xf = /* @__PURE__ */ of(oi.exports);
|
10809
|
+
const $f = {
|
10787
10810
|
name: "CmdUploadForm",
|
10788
10811
|
emits: ["click", "error", "upload-complete", "upload-file-success"],
|
10789
|
-
mixins: [ie,
|
10812
|
+
mixins: [ie, sf],
|
10790
10813
|
data() {
|
10791
10814
|
return {
|
10792
10815
|
comment: "",
|
@@ -11032,7 +11055,7 @@ const Xf = {
|
|
11032
11055
|
return e ? e.toFixed(2) + "%" : "0.00%";
|
11033
11056
|
},
|
11034
11057
|
getFileExtension(e) {
|
11035
|
-
return
|
11058
|
+
return xe(e);
|
11036
11059
|
},
|
11037
11060
|
selectFiles() {
|
11038
11061
|
this.$refs.formElement.getDomElement().querySelector("input[type='file']").click();
|
@@ -11088,12 +11111,12 @@ const Xf = {
|
|
11088
11111
|
);
|
11089
11112
|
continue;
|
11090
11113
|
}
|
11091
|
-
if (!this.allowedFileExtensions.includes(
|
11114
|
+
if (!this.allowedFileExtensions.includes(xe(e[n].name))) {
|
11092
11115
|
this.showListOfFileExtensions = !0, this.errors.fileType = !0, this.systemMessages.push(
|
11093
11116
|
this.getMessage(
|
11094
11117
|
"cmduploadform.system_message.not_allowed_file_type",
|
11095
11118
|
e[n].name,
|
11096
|
-
|
11119
|
+
xe(e[n].name)
|
11097
11120
|
)
|
11098
11121
|
);
|
11099
11122
|
continue;
|
@@ -11105,7 +11128,7 @@ const Xf = {
|
|
11105
11128
|
this.getMessage(
|
11106
11129
|
"cmduploadform.system_message.duplicate_file",
|
11107
11130
|
e[n].name,
|
11108
|
-
|
11131
|
+
xe(e[n].name)
|
11109
11132
|
)
|
11110
11133
|
);
|
11111
11134
|
continue;
|
@@ -11173,7 +11196,7 @@ const Xf = {
|
|
11173
11196
|
return n.abortController = new AbortController(), t.set(
|
11174
11197
|
this.uploadOptions.filesParam ? this.uploadOptions.filesParam : "files",
|
11175
11198
|
n.file
|
11176
|
-
),
|
11199
|
+
), Xf.post(e, t, {
|
11177
11200
|
signal: n.abortController.signal,
|
11178
11201
|
onUploadProgress: (a) => this.onUploadProgress(a, n)
|
11179
11202
|
}).then((a) => (this.$emit("upload-file-success", n), a)).then((a) => {
|
@@ -11194,30 +11217,30 @@ const Xf = {
|
|
11194
11217
|
}
|
11195
11218
|
}
|
11196
11219
|
}
|
11197
|
-
},
|
11220
|
+
}, eg = { key: 0 }, tg = {
|
11198
11221
|
key: 1,
|
11199
11222
|
class: "flex-container vertical"
|
11200
|
-
},
|
11223
|
+
}, ng = {
|
11201
11224
|
key: 0,
|
11202
11225
|
class: "flex-container vertical list-files-wrapper"
|
11203
|
-
},
|
11226
|
+
}, ig = {
|
11204
11227
|
key: 0,
|
11205
11228
|
class: "list-of-files total-files"
|
11206
|
-
},
|
11229
|
+
}, lg = { class: "flex-container no-flex" }, sg = ["title"], og = {
|
11207
11230
|
key: 0,
|
11208
11231
|
class: "progressbar"
|
11209
|
-
},
|
11232
|
+
}, ag = ["value", "title"], rg = /* @__PURE__ */ h("hr", null, null, -1), dg = { class: "flex-container vertical list-files-wrapper" }, cg = { class: "list-of-files" }, ug = ["title", "onClick"], mg = {
|
11210
11233
|
key: 0,
|
11211
11234
|
class: "progressbar"
|
11212
|
-
},
|
11235
|
+
}, hg = ["value", "title"], fg = ["title"], gg = /* @__PURE__ */ h("hr", null, null, -1), pg = { class: "small" }, yg = ["title"], Cg = {
|
11213
11236
|
key: 0,
|
11214
11237
|
class: "list-of-file-extensions"
|
11215
|
-
},
|
11238
|
+
}, bg = ["disabled"], _g = { key: 0 }, kg = { key: 1 }, vg = { class: "button-wrapper no-flex" }, xg = ["disabled"], wg = { key: 0 }, Tg = { key: 1 }, Ig = {
|
11216
11239
|
key: 0,
|
11217
11240
|
class: "progressbar"
|
11218
|
-
},
|
11219
|
-
function
|
11220
|
-
const d = R, r =
|
11241
|
+
}, Sg = ["value", "title"];
|
11242
|
+
function Mg(e, n, t, a, l, i) {
|
11243
|
+
const d = R, r = Sh, c = z, f = $;
|
11221
11244
|
return s(), o(k, null, [
|
11222
11245
|
t.advancedMode ? (s(), o("fieldset", {
|
11223
11246
|
key: 0,
|
@@ -11234,7 +11257,7 @@ function Sg(e, n, t, a, l, i) {
|
|
11234
11257
|
systemMessage: i.allSystemMessages.length === 1 ? i.allSystemMessages[0] : e.getMessage("cmduploadform.system_message.the_following_errors_occurred")
|
11235
11258
|
}, {
|
11236
11259
|
default: N(() => [
|
11237
|
-
i.allSystemMessages.length > 1 ? (s(), o("ul",
|
11260
|
+
i.allSystemMessages.length > 1 ? (s(), o("ul", eg, [
|
11238
11261
|
(s(!0), o(k, null, A(i.allSystemMessages, (g, m) => (s(), o("li", { key: m }, p(g), 1))), 128))
|
11239
11262
|
])) : u("", !0)
|
11240
11263
|
]),
|
@@ -11242,27 +11265,27 @@ function Sg(e, n, t, a, l, i) {
|
|
11242
11265
|
}, 8, ["validationStatus", "systemMessage"])) : u("", !0),
|
11243
11266
|
h("div", B({
|
11244
11267
|
class: ["box drop-area flex-container vertical", { "allow-drop": l.allowDrop }]
|
11245
|
-
}, ft(i.dragAndDropHandler)), [
|
11246
|
-
l.listOfFiles.length ? (s(), o("div",
|
11247
|
-
t.showTotalUpload && l.listOfFiles.length !== 1 ? (s(), o("div",
|
11248
|
-
|
11268
|
+
}, ft(i.dragAndDropHandler, !0)), [
|
11269
|
+
l.listOfFiles.length ? (s(), o("div", tg, [
|
11270
|
+
t.showTotalUpload && l.listOfFiles.length !== 1 ? (s(), o("div", ng, [
|
11271
|
+
v(d, B(t.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
11249
11272
|
default: N(() => [
|
11250
11273
|
j(p(e.getMessage("cmduploadform.headline.summary_of_all_files")), 1)
|
11251
11274
|
]),
|
11252
11275
|
_: 1
|
11253
11276
|
}, 16),
|
11254
|
-
t.showTotalUpload && l.listOfFiles.length !== 1 ? (s(), o("ul",
|
11255
|
-
h("li",
|
11277
|
+
t.showTotalUpload && l.listOfFiles.length !== 1 ? (s(), o("ul", ig, [
|
11278
|
+
h("li", lg, [
|
11256
11279
|
h("a", {
|
11257
11280
|
href: "#",
|
11258
11281
|
title: e.getMessage("cmduploadform.labeltext.remove_all_files_from_list"),
|
11259
11282
|
onClick: n[0] || (n[0] = I((...g) => i.cancelUpload && i.cancelUpload(...g), ["prevent"]))
|
11260
11283
|
}, [
|
11261
|
-
|
11284
|
+
v(c, {
|
11262
11285
|
iconClass: t.deleteIcon.iconClass,
|
11263
11286
|
type: t.deleteIcon.iconClass
|
11264
11287
|
}, null, 8, ["iconClass", "type"])
|
11265
|
-
], 8,
|
11288
|
+
], 8, sg),
|
11266
11289
|
h("span", null, [
|
11267
11290
|
j(p(l.listOfFiles.length) + " ", 1),
|
11268
11291
|
t.allowMultipleFileUploads ? (s(), o(k, { key: 1 }, [
|
@@ -11277,26 +11300,26 @@ function Sg(e, n, t, a, l, i) {
|
|
11277
11300
|
{ error: t.maxTotalUploadSize > 0 && i.totalSize > t.maxTotalUploadSize }
|
11278
11301
|
])
|
11279
11302
|
}, " (" + p(i.formatSize(i.totalSize)) + ") ", 3),
|
11280
|
-
l.uploadInitiated ? (s(), o("span",
|
11303
|
+
l.uploadInitiated ? (s(), o("span", og, [
|
11281
11304
|
h("span", null, p(i.getPercentage(i.totalUploadProgress)), 1),
|
11282
11305
|
h("progress", {
|
11283
11306
|
max: "100",
|
11284
11307
|
value: i.totalUploadProgress,
|
11285
11308
|
title: i.totalBytesUploaded
|
11286
|
-
}, null, 8,
|
11309
|
+
}, null, 8, ag)
|
11287
11310
|
])) : u("", !0)
|
11288
11311
|
])
|
11289
11312
|
])) : u("", !0),
|
11290
|
-
|
11313
|
+
rg
|
11291
11314
|
])) : u("", !0),
|
11292
|
-
h("div",
|
11293
|
-
|
11315
|
+
h("div", dg, [
|
11316
|
+
v(d, B(t.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
11294
11317
|
default: N(() => [
|
11295
11318
|
j(p(e.getMessage("cmduploadform.headline.list_of_selected_files")), 1)
|
11296
11319
|
]),
|
11297
11320
|
_: 1
|
11298
11321
|
}, 16),
|
11299
|
-
h("ul",
|
11322
|
+
h("ul", cg, [
|
11300
11323
|
(s(!0), o(k, null, A(l.listOfFiles, (g, m) => (s(), o("li", {
|
11301
11324
|
key: m,
|
11302
11325
|
class: "flex-container no-flex"
|
@@ -11306,11 +11329,11 @@ function Sg(e, n, t, a, l, i) {
|
|
11306
11329
|
title: e.getMessage("cmduploadform.labeltext.remove_file_from_list", g.file.name),
|
11307
11330
|
onClick: I((_) => i.removeFile(m), ["prevent"])
|
11308
11331
|
}, [
|
11309
|
-
|
11332
|
+
v(c, {
|
11310
11333
|
iconClass: e.iconDelete.iconClass,
|
11311
11334
|
type: e.iconDelete.iconType
|
11312
11335
|
}, null, 8, ["iconClass", "type"])
|
11313
|
-
], 8,
|
11336
|
+
], 8, ug),
|
11314
11337
|
h("span", {
|
11315
11338
|
class: b([
|
11316
11339
|
"text-align-right",
|
@@ -11321,13 +11344,13 @@ function Sg(e, n, t, a, l, i) {
|
|
11321
11344
|
j(p(g.file.name) + " ", 1),
|
11322
11345
|
h("small", null, "(" + p(i.formatSize(g.file.size)) + ")", 1)
|
11323
11346
|
], 2),
|
11324
|
-
l.uploadInitiated && !g.error ? (s(), o("span",
|
11347
|
+
l.uploadInitiated && !g.error ? (s(), o("span", mg, [
|
11325
11348
|
h("span", null, p(i.getPercentage(g.progress)), 1),
|
11326
11349
|
h("progress", {
|
11327
11350
|
max: "100",
|
11328
11351
|
value: g.progress,
|
11329
11352
|
title: i.formatSize(g.uploadedBytes) + "/" + i.formatSize(g.file.size)
|
11330
|
-
}, null, 8,
|
11353
|
+
}, null, 8, hg)
|
11331
11354
|
])) : u("", !0)
|
11332
11355
|
]))), 128))
|
11333
11356
|
]),
|
@@ -11336,8 +11359,8 @@ function Sg(e, n, t, a, l, i) {
|
|
11336
11359
|
href: "#",
|
11337
11360
|
onClick: n[1] || (n[1] = I((...g) => i.cancel && i.cancel(...g), ["prevent"])),
|
11338
11361
|
title: e.getMessage("cmduploadform.all_files_will_be_removed")
|
11339
|
-
}, p(e.getMessage("cmduploadform.reset_upload")), 9,
|
11340
|
-
|
11362
|
+
}, p(e.getMessage("cmduploadform.reset_upload")), 9, fg)) : u("", !0),
|
11363
|
+
gg
|
11341
11364
|
])
|
11342
11365
|
])) : (s(), o(k, { key: 0 }, [
|
11343
11366
|
t.allowMultipleFileUploads ? (s(), C(d, B({ key: 0 }, t.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
@@ -11364,7 +11387,7 @@ function Sg(e, n, t, a, l, i) {
|
|
11364
11387
|
]),
|
11365
11388
|
_: 1
|
11366
11389
|
}, 16)) : u("", !0),
|
11367
|
-
h("dl",
|
11390
|
+
h("dl", pg, [
|
11368
11391
|
t.maxTotalUploadSize > 0 ? (s(), o(k, { key: 0 }, [
|
11369
11392
|
h("dt", {
|
11370
11393
|
class: b({ error: i.totalSize > t.maxTotalUploadSize })
|
@@ -11388,14 +11411,14 @@ function Sg(e, n, t, a, l, i) {
|
|
11388
11411
|
onClick: n[2] || (n[2] = I((g) => l.showListOfFileExtensions = !l.showListOfFileExtensions, ["prevent"])),
|
11389
11412
|
title: e.getMessage("cmduploadform.tooltip.toggle_list_of_allowed_file_types")
|
11390
11413
|
}, [
|
11391
|
-
|
11414
|
+
v(c, {
|
11392
11415
|
iconClass: l.showListOfFileExtensions ? t.iconInvisible.iconClass : t.iconVisible.iconClass,
|
11393
11416
|
type: l.showListOfFileExtensions ? t.iconInvisible.iconType : t.iconVisible.iconType
|
11394
11417
|
}, null, 8, ["iconClass", "type"])
|
11395
|
-
], 8,
|
11396
|
-
|
11418
|
+
], 8, yg),
|
11419
|
+
v(ue, { name: "fade" }, {
|
11397
11420
|
default: N(() => [
|
11398
|
-
l.showListOfFileExtensions ? (s(), o("ul",
|
11421
|
+
l.showListOfFileExtensions ? (s(), o("ul", Cg, [
|
11399
11422
|
(s(!0), o(k, null, A(t.allowedFileExtensions, (g, m) => (s(), o("li", {
|
11400
11423
|
key: m,
|
11401
11424
|
class: b({ error: l.errors.fileType })
|
@@ -11413,12 +11436,12 @@ function Sg(e, n, t, a, l, i) {
|
|
11413
11436
|
disabled: l.uploadInitiated,
|
11414
11437
|
onClick: n[3] || (n[3] = (g) => i.selectFiles())
|
11415
11438
|
}, [
|
11416
|
-
|
11439
|
+
v(c, {
|
11417
11440
|
iconClass: t.iconFileUpload.iconClass,
|
11418
11441
|
type: t.iconFileUpload.iconType
|
11419
11442
|
}, null, 8, ["iconClass", "type"]),
|
11420
|
-
t.allowMultipleFileUploads ? (s(), o("span",
|
11421
|
-
], 10,
|
11443
|
+
t.allowMultipleFileUploads ? (s(), o("span", _g, p(e.getMessage("cmduploadform.labeltext.select_files")), 1)) : (s(), o("span", kg, p(e.getMessage("cmduploadform.labeltext.select_file")), 1))
|
11444
|
+
], 10, bg),
|
11422
11445
|
t.enableDragAndDrop ? (s(), o("p", {
|
11423
11446
|
key: 0,
|
11424
11447
|
class: b(["text-drag-and-drop", { disabled: l.uploadInitiated }])
|
@@ -11448,7 +11471,7 @@ function Sg(e, n, t, a, l, i) {
|
|
11448
11471
|
placeholder: e.getMessage("cmduploadform.placeholder.comment"),
|
11449
11472
|
status: t.commentStatusMessage ? "error" : ""
|
11450
11473
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : u("", !0),
|
11451
|
-
h("div",
|
11474
|
+
h("div", vg, [
|
11452
11475
|
h("button", {
|
11453
11476
|
class: b([
|
11454
11477
|
"button primary",
|
@@ -11459,17 +11482,17 @@ function Sg(e, n, t, a, l, i) {
|
|
11459
11482
|
disabled: l.listOfFiles.length === 0 || t.maxTotalUploadSize > 0 && i.totalSize > t.maxTotalUploadSize || l.uploadInitiated,
|
11460
11483
|
onClick: n[5] || (n[5] = (...g) => i.uploadFiles && i.uploadFiles(...g))
|
11461
11484
|
}, [
|
11462
|
-
|
11485
|
+
v(c, {
|
11463
11486
|
iconClass: t.iconUpload.iconClass,
|
11464
11487
|
type: t.iconUpload.iconType
|
11465
11488
|
}, null, 8, ["iconClass", "type"]),
|
11466
|
-
l.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (s(), o("span",
|
11489
|
+
l.listOfFiles.length === 1 || !t.allowMultipleFileUploads ? (s(), o("span", wg, p(e.getMessage("cmduploadform.buttontext.upload_file")), 1)) : (s(), o("span", Tg, p(e.getMessage("cmduploadform.buttontext.upload_files")), 1))
|
11467
11490
|
], 10, xg),
|
11468
11491
|
h("button", {
|
11469
11492
|
class: b(["button", { disabled: l.listOfFiles.length === 0 }]),
|
11470
11493
|
onClick: n[6] || (n[6] = (...g) => i.cancel && i.cancel(...g))
|
11471
11494
|
}, [
|
11472
|
-
|
11495
|
+
v(c, {
|
11473
11496
|
iconClass: t.iconCancel.iconClass,
|
11474
11497
|
type: t.iconCancel.iconType
|
11475
11498
|
}, null, 8, ["iconClass", "type"]),
|
@@ -11481,33 +11504,33 @@ function Sg(e, n, t, a, l, i) {
|
|
11481
11504
|
href: "#",
|
11482
11505
|
onClick: n[7] || (n[7] = I((...g) => i.selectFiles && i.selectFiles(...g), ["prevent"])),
|
11483
11506
|
class: ["cmd-upload-form drop-area", { "allow-drop": l.allowDrop }]
|
11484
|
-
}, ft(i.dragAndDropHandler)), [
|
11485
|
-
l.uploadInitiated ? (s(), o("span",
|
11507
|
+
}, ft(i.dragAndDropHandler, !0)), [
|
11508
|
+
l.uploadInitiated ? (s(), o("span", Ig, [
|
11486
11509
|
h("span", null, p(i.getPercentage(i.totalUploadProgress)), 1),
|
11487
11510
|
h("progress", {
|
11488
11511
|
max: "100",
|
11489
11512
|
value: i.totalUploadProgress,
|
11490
11513
|
title: i.totalBytesUploaded
|
11491
|
-
}, null, 8,
|
11514
|
+
}, null, 8, Sg)
|
11492
11515
|
])) : u("", !0),
|
11493
11516
|
F(e.$slots, "default", {}, () => [
|
11494
11517
|
t.enableDragAndDrop ? (s(), o(k, { key: 0 }, [
|
11495
11518
|
i.fileTypeImage ? (s(), o(k, { key: 0 }, [
|
11496
11519
|
h("span", null, p(e.getMessage("cmduploadform.select_image")), 1),
|
11497
|
-
|
11520
|
+
v(c, {
|
11498
11521
|
iconClass: t.iconImage.iconClass,
|
11499
11522
|
type: t.iconImage.iconType
|
11500
11523
|
}, null, 8, ["iconClass", "type"])
|
11501
11524
|
], 64)) : (s(), o(k, { key: 1 }, [
|
11502
11525
|
h("span", null, p(e.getMessage("cmduploadform.select_file")), 1),
|
11503
|
-
|
11526
|
+
v(c, {
|
11504
11527
|
iconClass: t.iconFileUpload.iconClass,
|
11505
11528
|
type: t.iconFileUpload.iconType
|
11506
11529
|
}, null, 8, ["iconClass", "type"])
|
11507
11530
|
], 64))
|
11508
11531
|
], 64)) : (s(), o(k, { key: 1 }, [
|
11509
11532
|
h("span", null, p(e.getMessage("cmduploadform.drag_and_drop_file_here")), 1),
|
11510
|
-
|
11533
|
+
v(c, {
|
11511
11534
|
iconClass: t.iconDragAndDrop.iconClass,
|
11512
11535
|
type: t.iconDragAndDrop.iconType
|
11513
11536
|
}, null, 8, ["iconClass", "type"])
|
@@ -11516,7 +11539,7 @@ function Sg(e, n, t, a, l, i) {
|
|
11516
11539
|
h("small", null, p(e.getMessage("cmduploadform.allowed_file_types")) + " " + p(t.allowedFileExtensions), 1)
|
11517
11540
|
])
|
11518
11541
|
], 16)),
|
11519
|
-
|
11542
|
+
v(f, {
|
11520
11543
|
element: "input",
|
11521
11544
|
type: "file",
|
11522
11545
|
labelText: e.getMessage("cmduploadform.labeltext.select_files"),
|
@@ -11527,8 +11550,8 @@ function Sg(e, n, t, a, l, i) {
|
|
11527
11550
|
}, null, 8, ["labelText", "disabled", "multiple", "onChange"])
|
11528
11551
|
], 64);
|
11529
11552
|
}
|
11530
|
-
const
|
11531
|
-
const
|
11553
|
+
const cp = /* @__PURE__ */ O($f, [["render", Mg]]);
|
11554
|
+
const Og = {
|
11532
11555
|
name: "CmdWidthLimitationWrapper",
|
11533
11556
|
props: {
|
11534
11557
|
innerComponent: {
|
@@ -11567,37 +11590,34 @@ const Mg = {
|
|
11567
11590
|
return this.innerComponent === "header" ? "site-header" : this.innerComponent === "footer" ? "site-footer" : "";
|
11568
11591
|
}
|
11569
11592
|
}
|
11570
|
-
},
|
11571
|
-
function
|
11593
|
+
}, Lg = ["id"], Dg = ["id"];
|
11594
|
+
function Ng(e, n, t, a, l, i) {
|
11572
11595
|
const d = R;
|
11573
11596
|
return s(), o("div", {
|
11574
11597
|
class: b(["cmd-width-limitation-wrapper", { sticky: t.sticky }])
|
11575
11598
|
}, [
|
11576
11599
|
t.innerWrapper ? (s(), o("section", {
|
11577
11600
|
key: 0,
|
11578
|
-
class: b(i.setInnerClass)
|
11601
|
+
class: b(i.setInnerClass),
|
11602
|
+
id: { anchorId: t.anchorId }
|
11579
11603
|
}, [
|
11580
|
-
t.anchorId ? (s(), o("a", {
|
11581
|
-
key: 0,
|
11582
|
-
id: t.anchorId
|
11583
|
-
}, null, 8, Og)) : u("", !0),
|
11584
11604
|
t.cmdHeadline ? (s(), C(d, {
|
11585
|
-
key:
|
11605
|
+
key: 0,
|
11586
11606
|
"pre-headline-text": t.cmdHeadline.preHeadlineText,
|
11587
11607
|
"headline-text": t.cmdHeadline.headlineText,
|
11588
11608
|
"headline-level": t.cmdHeadline.headlineLevel
|
11589
11609
|
}, null, 8, ["pre-headline-text", "headline-text", "headline-level"])) : u("", !0),
|
11590
11610
|
F(e.$slots, "default")
|
11591
|
-
],
|
11611
|
+
], 10, Lg)) : (s(), o(k, { key: 1 }, [
|
11592
11612
|
t.anchorId ? (s(), o("a", {
|
11593
11613
|
key: 0,
|
11594
11614
|
id: t.anchorId
|
11595
|
-
}, null, 8,
|
11615
|
+
}, null, 8, Dg)) : u("", !0),
|
11596
11616
|
F(e.$slots, "default")
|
11597
11617
|
], 64))
|
11598
11618
|
], 2);
|
11599
11619
|
}
|
11600
|
-
const
|
11620
|
+
const up = /* @__PURE__ */ O(Og, [["render", Ng]]), mp = {
|
11601
11621
|
mounted(e) {
|
11602
11622
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
11603
11623
|
e.focus();
|
@@ -11606,7 +11626,7 @@ const dp = /* @__PURE__ */ O(Mg, [["render", Dg]]), cp = {
|
|
11606
11626
|
n ? n.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
|
11607
11627
|
}
|
11608
11628
|
}
|
11609
|
-
},
|
11629
|
+
}, hp = {
|
11610
11630
|
mounted(e, n) {
|
11611
11631
|
if (n.value && typeof n.value == "string") {
|
11612
11632
|
let t = /[^\d]/g, a = n.value.replace(/^\s*\+/, "00");
|
@@ -11614,7 +11634,7 @@ const dp = /* @__PURE__ */ O(Mg, [["render", Dg]]), cp = {
|
|
11614
11634
|
}
|
11615
11635
|
}
|
11616
11636
|
};
|
11617
|
-
function
|
11637
|
+
function fp() {
|
11618
11638
|
const e = {};
|
11619
11639
|
Ti(a);
|
11620
11640
|
function n(l = "defaultSequence") {
|
@@ -11630,56 +11650,57 @@ function mp() {
|
|
11630
11650
|
return { nextSequenceValue: n, currentSequenceValue: t, resetSequence: a };
|
11631
11651
|
}
|
11632
11652
|
export {
|
11633
|
-
|
11634
|
-
|
11635
|
-
|
11653
|
+
Ag as CmdAddressData,
|
11654
|
+
Bg as CmdBackToTopButton,
|
11655
|
+
jg as CmdBankAccountData,
|
11636
11656
|
qr as CmdBox,
|
11637
|
-
|
11638
|
-
|
11657
|
+
Hg as CmdBoxWrapper,
|
11658
|
+
Eg as CmdBreadcrumbs,
|
11639
11659
|
cd as CmdCompanyLogo,
|
11640
|
-
|
11641
|
-
|
11642
|
-
|
11643
|
-
|
11644
|
-
|
11660
|
+
Vg as CmdContainer,
|
11661
|
+
zg as CmdCookieDisclaimer,
|
11662
|
+
qg as CmdCopyrightInformation,
|
11663
|
+
ic as CmdFakeSelect,
|
11664
|
+
Fg as CmdFancyBox,
|
11665
|
+
Rg as CmdForm,
|
11645
11666
|
$ as CmdFormElement,
|
11646
|
-
|
11647
|
-
|
11667
|
+
pc as CmdFormFilters,
|
11668
|
+
Ug as CmdGoogleMaps,
|
11648
11669
|
R as CmdHeadline,
|
11649
11670
|
z as CmdIcon,
|
11650
11671
|
Ce as CmdImage,
|
11651
|
-
|
11652
|
-
|
11653
|
-
|
11672
|
+
Gg as CmdImageGallery,
|
11673
|
+
Wg as CmdImageZoom,
|
11674
|
+
Qg as CmdInputGroup,
|
11654
11675
|
or as CmdListOfLinks,
|
11655
|
-
|
11656
|
-
|
11657
|
-
|
11658
|
-
|
11659
|
-
|
11660
|
-
|
11661
|
-
|
11662
|
-
|
11663
|
-
|
11664
|
-
|
11676
|
+
Zg as CmdLoginForm,
|
11677
|
+
xu as CmdMainNavigation,
|
11678
|
+
Jg as CmdMultistepFormProgressBar,
|
11679
|
+
Yg as CmdOpeningHours,
|
11680
|
+
Kg as CmdPager,
|
11681
|
+
Xg as CmdProgressBar,
|
11682
|
+
$g as CmdSidebar,
|
11683
|
+
ep as CmdSiteFooter,
|
11684
|
+
tp as CmdSiteHeader,
|
11685
|
+
np as CmdSiteSearch,
|
11665
11686
|
qe as CmdSlideButton,
|
11666
|
-
|
11667
|
-
|
11668
|
-
|
11669
|
-
|
11670
|
-
|
11671
|
-
|
11672
|
-
|
11687
|
+
ip as CmdSlideshow,
|
11688
|
+
lp as CmdSocialNetworks,
|
11689
|
+
sp as CmdSwitchLanguage,
|
11690
|
+
Sh as CmdSystemMessage,
|
11691
|
+
op as CmdTable,
|
11692
|
+
ap as CmdTabs,
|
11693
|
+
rp as CmdTextImageBlock,
|
11673
11694
|
Ia as CmdThumbnailScroller,
|
11674
|
-
|
11695
|
+
dp as CmdToggleDarkMode,
|
11675
11696
|
ss as CmdTooltip,
|
11676
|
-
|
11677
|
-
|
11678
|
-
|
11679
|
-
|
11697
|
+
cp as CmdUploadForm,
|
11698
|
+
up as CmdWidthLimitationWrapper,
|
11699
|
+
mp as DirFocus,
|
11700
|
+
hp as DirTelephone,
|
11680
11701
|
li as createHtmlId,
|
11681
11702
|
Se as createUuid,
|
11682
|
-
|
11703
|
+
xe as getFileExtension,
|
11683
11704
|
At as openFancyBox,
|
11684
|
-
|
11705
|
+
fp as useSequence
|
11685
11706
|
};
|