comand-component-library 4.3.20 → 4.3.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/comand-component-library.css +1 -1
- package/dist/comand-component-library.js +575 -544
- package/package.json +1 -1
- package/src/components/CmdAccordion.vue +20 -3
- package/src/components/CmdAccordionsWrapper.vue +18 -5
- package/src/components/CmdFootnote.vue +2 -0
- package/src/components/CmdList.vue +1 -1
- package/src/components/CmdWidthLimitationWrapper.vue +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createElementBlock as r, openBlock as a, normalizeClass as x, defineComponent as ni, h as fn, resolveComponent as pe, createBlock as C, resolveDynamicComponent as Se, withModifiers as
|
|
1
|
+
import { createElementBlock as r, openBlock as a, normalizeClass as x, defineComponent as ni, h as fn, resolveComponent as pe, createBlock as C, resolveDynamicComponent as Se, withModifiers as w, withCtx as v, renderSlot as D, withDirectives as G, createElementVNode as l, createCommentVNode as m, createVNode as h, vShow as de, Fragment as k, toDisplayString as y, getCurrentInstance as Ko, normalizeStyle as ie, normalizeProps as A, mergeProps as T, createTextVNode as F, renderList as M, guardReactiveProps as me, Transition as ge, vModelDynamic as Yo, useCssVars as Rt, toHandlers as kt, TransitionGroup as jt, createApp as Jo, createStaticVNode as Zo, vModelText as Tt, resolveDirective as Qo, vModelSelect as Xo, vModelRadio as ft, onBeforeUpdate as $o, onMounted as el, onUnmounted as tl, reactive as nl } from "vue";
|
|
2
2
|
const B = (e, t) => {
|
|
3
3
|
const n = e.__vccOpts || e;
|
|
4
4
|
for (const [s, i] of t)
|
|
@@ -382,14 +382,14 @@ for (; De.length > 0; )
|
|
|
382
382
|
zt[""] = Ut({
|
|
383
383
|
resources: ["https://api.iconify.design"].concat(We)
|
|
384
384
|
});
|
|
385
|
-
function
|
|
385
|
+
function wl(e, t) {
|
|
386
386
|
const n = Ut(t);
|
|
387
387
|
return n === null ? !1 : (zt[e] = n, !0);
|
|
388
388
|
}
|
|
389
389
|
function Wt(e) {
|
|
390
390
|
return zt[e];
|
|
391
391
|
}
|
|
392
|
-
const
|
|
392
|
+
const kl = () => {
|
|
393
393
|
let e;
|
|
394
394
|
try {
|
|
395
395
|
if (e = fetch, typeof e == "function")
|
|
@@ -397,7 +397,7 @@ const wl = () => {
|
|
|
397
397
|
} catch {
|
|
398
398
|
}
|
|
399
399
|
};
|
|
400
|
-
let xn =
|
|
400
|
+
let xn = kl();
|
|
401
401
|
function Tl(e, t) {
|
|
402
402
|
const n = Wt(e);
|
|
403
403
|
if (!n)
|
|
@@ -763,7 +763,7 @@ function Hl(e, t, n) {
|
|
|
763
763
|
}
|
|
764
764
|
return !s || !i ? (n(void 0, 424), Cn) : s.query(t, i, n)().abort;
|
|
765
765
|
}
|
|
766
|
-
const vn = "iconify2", Ee = "iconify", pi = Ee + "-count",
|
|
766
|
+
const vn = "iconify2", Ee = "iconify", pi = Ee + "-count", wn = Ee + "-version", hi = 36e5, ql = 168;
|
|
767
767
|
function Lt(e, t) {
|
|
768
768
|
try {
|
|
769
769
|
return e.getItem(t);
|
|
@@ -776,7 +776,7 @@ function Gt(e, t, n) {
|
|
|
776
776
|
} catch {
|
|
777
777
|
}
|
|
778
778
|
}
|
|
779
|
-
function
|
|
779
|
+
function kn(e, t) {
|
|
780
780
|
try {
|
|
781
781
|
e.removeItem(t);
|
|
782
782
|
} catch {
|
|
@@ -813,14 +813,14 @@ function yi(e, t) {
|
|
|
813
813
|
const n = gi(e);
|
|
814
814
|
if (!n)
|
|
815
815
|
return;
|
|
816
|
-
const s = Lt(n,
|
|
816
|
+
const s = Lt(n, wn);
|
|
817
817
|
if (s !== vn) {
|
|
818
818
|
if (s) {
|
|
819
819
|
const c = Bt(n);
|
|
820
820
|
for (let u = 0; u < c; u++)
|
|
821
|
-
|
|
821
|
+
kn(n, Ee + u.toString());
|
|
822
822
|
}
|
|
823
|
-
Gt(n,
|
|
823
|
+
Gt(n, wn, vn), It(n, 0);
|
|
824
824
|
return;
|
|
825
825
|
}
|
|
826
826
|
const i = Math.floor(Date.now() / hi) - ql, o = (c) => {
|
|
@@ -832,7 +832,7 @@ function yi(e, t) {
|
|
|
832
832
|
return !0;
|
|
833
833
|
} catch {
|
|
834
834
|
}
|
|
835
|
-
|
|
835
|
+
kn(n, u);
|
|
836
836
|
}
|
|
837
837
|
};
|
|
838
838
|
let d = Bt(n);
|
|
@@ -1156,7 +1156,7 @@ if (typeof document < "u" && typeof window < "u") {
|
|
|
1156
1156
|
const i = t[n];
|
|
1157
1157
|
if (typeof i != "object" || !i || i.resources === void 0)
|
|
1158
1158
|
continue;
|
|
1159
|
-
|
|
1159
|
+
wl(n, i) || console.error(s);
|
|
1160
1160
|
} catch {
|
|
1161
1161
|
console.error(s);
|
|
1162
1162
|
}
|
|
@@ -1469,13 +1469,13 @@ const ua = {
|
|
|
1469
1469
|
}, ca = ["data-component"], ma = ["title"], pa = ["href"], ha = { key: 0 }, fa = { key: 1 }, ga = {
|
|
1470
1470
|
key: 0,
|
|
1471
1471
|
class: "component-name"
|
|
1472
|
-
}, ya = ["data-component"], ba = ["title"], xa = ["href", "title"], Ca = ["title"], va = { key: 0 },
|
|
1472
|
+
}, ya = ["data-component"], ba = ["title"], xa = ["href", "title"], Ca = ["title"], va = { key: 0 }, wa = { key: 1 }, ka = ["title"], Ta = ["title"];
|
|
1473
1473
|
function Sa(e, t, n, s, i, o) {
|
|
1474
1474
|
const d = q;
|
|
1475
1475
|
return a(), C(Se(n.componentTag || "div"), {
|
|
1476
1476
|
class: x(["edit-component-wrapper", { active: o.active }]),
|
|
1477
1477
|
tabindex: "0",
|
|
1478
|
-
onClick:
|
|
1478
|
+
onClick: w(o.showActionButtons, ["stop"]),
|
|
1479
1479
|
ref: "editComponent",
|
|
1480
1480
|
title: o.active ? "Select an action from the buttons in the top-left corner" : "Click to select this element",
|
|
1481
1481
|
"data-identifier": i.componentIdentifier
|
|
@@ -1490,7 +1490,7 @@ function Sa(e, t, n, s, i, o) {
|
|
|
1490
1490
|
l("a", {
|
|
1491
1491
|
class: x(["icon-hexagon button confirm", { disabled: !i.addHandlerProvider && !n.itemProvider && !n.allowAddComponent }]),
|
|
1492
1492
|
href: "#",
|
|
1493
|
-
onClick: t[0] || (t[0] =
|
|
1493
|
+
onClick: t[0] || (t[0] = w((c) => o.addEntry(c), ["prevent"])),
|
|
1494
1494
|
title: o.isOuterComponent ? "Add new component" : "Add new item/entry"
|
|
1495
1495
|
}, [
|
|
1496
1496
|
h(d, {
|
|
@@ -1502,7 +1502,7 @@ function Sa(e, t, n, s, i, o) {
|
|
|
1502
1502
|
l("a", {
|
|
1503
1503
|
class: x(["icon-hexagon button primary", { disabled: o.editing || !o.hasSettings }]),
|
|
1504
1504
|
href: o.editing ? null : "#",
|
|
1505
|
-
onClick: t[1] || (t[1] =
|
|
1505
|
+
onClick: t[1] || (t[1] = w((...c) => o.editSettings && o.editSettings(...c), ["prevent"])),
|
|
1506
1506
|
title: "Edit settings of this component"
|
|
1507
1507
|
}, [
|
|
1508
1508
|
h(d, {
|
|
@@ -1514,7 +1514,7 @@ function Sa(e, t, n, s, i, o) {
|
|
|
1514
1514
|
l("a", {
|
|
1515
1515
|
class: "icon-hexagon button-delete",
|
|
1516
1516
|
href: "#",
|
|
1517
|
-
onClick: t[2] || (t[2] =
|
|
1517
|
+
onClick: t[2] || (t[2] = w((...c) => o.deleteComponent && o.deleteComponent(...c), ["prevent"])),
|
|
1518
1518
|
title: "Delete this component (and its content)"
|
|
1519
1519
|
}, [
|
|
1520
1520
|
h(d, { iconClass: "icon-trash" })
|
|
@@ -1524,7 +1524,7 @@ function Sa(e, t, n, s, i, o) {
|
|
|
1524
1524
|
l("a", {
|
|
1525
1525
|
class: x(["icon-hexagon button-cancel", { disabled: !o.editing }]),
|
|
1526
1526
|
href: "#",
|
|
1527
|
-
onClick: t[3] || (t[3] =
|
|
1527
|
+
onClick: t[3] || (t[3] = w((...c) => o.cancelComponent && o.cancelComponent(...c), ["prevent"])),
|
|
1528
1528
|
title: "Cancel editing (changes will not be saved)"
|
|
1529
1529
|
}, [
|
|
1530
1530
|
h(d, { iconClass: "icon-cancel" })
|
|
@@ -1535,7 +1535,7 @@ function Sa(e, t, n, s, i, o) {
|
|
|
1535
1535
|
key: 0,
|
|
1536
1536
|
class: "icon-hexagon button-save",
|
|
1537
1537
|
href: "#",
|
|
1538
|
-
onClick: t[4] || (t[4] =
|
|
1538
|
+
onClick: t[4] || (t[4] = w((...c) => o.saveComponent && o.saveComponent(...c), ["prevent"])),
|
|
1539
1539
|
title: "Save changes of this component"
|
|
1540
1540
|
}, [
|
|
1541
1541
|
h(d, { iconClass: "icon-check" })
|
|
@@ -1543,7 +1543,7 @@ function Sa(e, t, n, s, i, o) {
|
|
|
1543
1543
|
key: 1,
|
|
1544
1544
|
class: x(["icon-hexagon button", { disabled: o.editModeContext.settings.isEditing(i.componentIdentifier) }]),
|
|
1545
1545
|
href: "#",
|
|
1546
|
-
onClick: t[5] || (t[5] =
|
|
1546
|
+
onClick: t[5] || (t[5] = w((...c) => o.editComponent && o.editComponent(...c), ["prevent"])),
|
|
1547
1547
|
title: "Edit content of this component"
|
|
1548
1548
|
}, [
|
|
1549
1549
|
h(d, { iconClass: "icon-edit" })
|
|
@@ -1552,7 +1552,7 @@ function Sa(e, t, n, s, i, o) {
|
|
|
1552
1552
|
], 8, ca), [
|
|
1553
1553
|
[de, o.active]
|
|
1554
1554
|
])
|
|
1555
|
-
])) : (a(), r(
|
|
1555
|
+
])) : (a(), r(k, { key: 1 }, [
|
|
1556
1556
|
o.isOuterComponent ? (a(), r("p", ga, y(n.componentName), 1)) : m("", !0),
|
|
1557
1557
|
G(l("ul", {
|
|
1558
1558
|
class: "flex-container flex-items-flex-none action-buttons",
|
|
@@ -1564,7 +1564,7 @@ function Sa(e, t, n, s, i, o) {
|
|
|
1564
1564
|
l("a", {
|
|
1565
1565
|
class: x(["icon-hexagon use-icon-as-background button confirm", { disabled: !i.addHandlerProvider && !n.itemProvider && !n.allowAddComponent }]),
|
|
1566
1566
|
href: "#",
|
|
1567
|
-
onClick: t[6] || (t[6] =
|
|
1567
|
+
onClick: t[6] || (t[6] = w((...c) => o.addEntry && o.addEntry(...c), ["prevent"])),
|
|
1568
1568
|
title: o.isOuterComponent ? "Add new component" : "Add new item/entry"
|
|
1569
1569
|
}, [
|
|
1570
1570
|
h(d, {
|
|
@@ -1576,7 +1576,7 @@ function Sa(e, t, n, s, i, o) {
|
|
|
1576
1576
|
l("a", {
|
|
1577
1577
|
class: x(["icon-hexagon use-icon-as-background button primary", { disabled: o.editing || !o.hasSettings }]),
|
|
1578
1578
|
href: o.editing ? null : "#",
|
|
1579
|
-
onClick: t[7] || (t[7] =
|
|
1579
|
+
onClick: t[7] || (t[7] = w((...c) => o.editSettings && o.editSettings(...c), ["prevent"])),
|
|
1580
1580
|
title: "Edit settings for " + n.componentName
|
|
1581
1581
|
}, [
|
|
1582
1582
|
h(d, {
|
|
@@ -1588,7 +1588,7 @@ function Sa(e, t, n, s, i, o) {
|
|
|
1588
1588
|
l("a", {
|
|
1589
1589
|
class: x(["icon-hexagon use-icon-as-background button button-delete", { disabled: o.editing || !n.allowDeleteComponent }]),
|
|
1590
1590
|
href: "#",
|
|
1591
|
-
onClick: t[8] || (t[8] =
|
|
1591
|
+
onClick: t[8] || (t[8] = w((...c) => o.deleteComponent && o.deleteComponent(...c), ["prevent"])),
|
|
1592
1592
|
title: "Delete " + n.componentName + " (and its content)"
|
|
1593
1593
|
}, [
|
|
1594
1594
|
h(d, { iconClass: "icon-trash" })
|
|
@@ -1598,26 +1598,26 @@ function Sa(e, t, n, s, i, o) {
|
|
|
1598
1598
|
l("a", {
|
|
1599
1599
|
class: x(["icon-hexagon use-icon-as-background button cancel", { disabled: !o.editing }]),
|
|
1600
1600
|
href: "#",
|
|
1601
|
-
onClick: t[9] || (t[9] =
|
|
1601
|
+
onClick: t[9] || (t[9] = w((...c) => o.cancelComponent && o.cancelComponent(...c), ["prevent"])),
|
|
1602
1602
|
title: "Cancel editing (changes will not be saved)"
|
|
1603
1603
|
}, [
|
|
1604
1604
|
h(d, { iconClass: "icon-cancel" })
|
|
1605
1605
|
], 2)
|
|
1606
1606
|
])) : m("", !0),
|
|
1607
|
-
n.allowEditComponent ? (a(), r("li",
|
|
1607
|
+
n.allowEditComponent ? (a(), r("li", wa, [
|
|
1608
1608
|
o.editing ? (a(), r("a", {
|
|
1609
1609
|
key: 0,
|
|
1610
1610
|
class: "icon-hexagon use-icon-as-background button confirm",
|
|
1611
1611
|
href: "#",
|
|
1612
|
-
onClick: t[10] || (t[10] =
|
|
1612
|
+
onClick: t[10] || (t[10] = w((...c) => o.saveComponent && o.saveComponent(...c), ["prevent"])),
|
|
1613
1613
|
title: "Save changes of " + n.componentName
|
|
1614
1614
|
}, [
|
|
1615
1615
|
h(d, { iconClass: "icon-check" })
|
|
1616
|
-
], 8,
|
|
1616
|
+
], 8, ka)) : (a(), r("a", {
|
|
1617
1617
|
key: 1,
|
|
1618
1618
|
class: x(["icon-hexagon use-icon-as-background button confirm", { disabled: o.editModeContext.settings.isEditing(i.componentIdentifier) }]),
|
|
1619
1619
|
href: "#",
|
|
1620
|
-
onClick: t[11] || (t[11] =
|
|
1620
|
+
onClick: t[11] || (t[11] = w((...c) => o.editComponent && o.editComponent(...c), ["prevent"])),
|
|
1621
1621
|
title: "Edit content for " + n.componentName
|
|
1622
1622
|
}, [
|
|
1623
1623
|
h(d, { iconClass: "icon-edit" })
|
|
@@ -1632,7 +1632,7 @@ function Sa(e, t, n, s, i, o) {
|
|
|
1632
1632
|
_: 3
|
|
1633
1633
|
}, 8, ["class", "onClick", "title", "data-identifier"]);
|
|
1634
1634
|
}
|
|
1635
|
-
const
|
|
1635
|
+
const we = /* @__PURE__ */ B(da, [["render", Sa]]), _a = {
|
|
1636
1636
|
name: "CmdTooltip",
|
|
1637
1637
|
data() {
|
|
1638
1638
|
return {
|
|
@@ -1981,7 +1981,7 @@ function Aa(e, t, n, s, i, o) {
|
|
|
1981
1981
|
}, {
|
|
1982
1982
|
default: v(() => [
|
|
1983
1983
|
F(y(o.headlineRequirements), 1),
|
|
1984
|
-
n.labelText ? (a(), r(
|
|
1984
|
+
n.labelText ? (a(), r(k, { key: 0 }, [
|
|
1985
1985
|
t[1] || (t[1] = l("br", null, null, -1)),
|
|
1986
1986
|
F('"' + y(n.labelText) + '"', 1)
|
|
1987
1987
|
], 64)) : m("", !0)
|
|
@@ -1989,7 +1989,7 @@ function Aa(e, t, n, s, i, o) {
|
|
|
1989
1989
|
_: 1
|
|
1990
1990
|
}, 8, ["headline-level"])) : m("", !0),
|
|
1991
1991
|
l("dl", null, [
|
|
1992
|
-
(a(!0), r(
|
|
1992
|
+
(a(!0), r(k, null, M(n.inputRequirements, (u, f) => (a(), r(k, { key: f }, [
|
|
1993
1993
|
l("dt", {
|
|
1994
1994
|
"aria-live": "assertive",
|
|
1995
1995
|
class: x(u.valid(n.inputModelValue, n.inputAttributes) ? "success" : "error")
|
|
@@ -2006,13 +2006,13 @@ function Aa(e, t, n, s, i, o) {
|
|
|
2006
2006
|
], 2)
|
|
2007
2007
|
], 64))), 128))
|
|
2008
2008
|
]),
|
|
2009
|
-
n.helplink && n.helplink.show ? (a(), r(
|
|
2009
|
+
n.helplink && n.helplink.show ? (a(), r(k, { key: 1 }, [
|
|
2010
2010
|
t[2] || (t[2] = l("hr", null, null, -1)),
|
|
2011
2011
|
n.helplink.url ? (a(), r("a", {
|
|
2012
2012
|
key: 0,
|
|
2013
2013
|
href: n.helplink.url,
|
|
2014
2014
|
target: n.helplink.target,
|
|
2015
|
-
onClick: t[0] || (t[0] =
|
|
2015
|
+
onClick: t[0] || (t[0] = w(() => {
|
|
2016
2016
|
}, ["prevent"]))
|
|
2017
2017
|
}, [
|
|
2018
2018
|
n.helplink.icon?.iconClass ? (a(), C(c, {
|
|
@@ -2947,8 +2947,8 @@ const Qt = {
|
|
|
2947
2947
|
}, ys = { key: 0 }, bs = {
|
|
2948
2948
|
key: 5,
|
|
2949
2949
|
class: "inner-input-wrapper flex-container no-gap"
|
|
2950
|
-
}, xs = ["id", "maxlength", "value"], Cs = ["title"], vs = ["title"],
|
|
2951
|
-
function
|
|
2950
|
+
}, xs = ["id", "maxlength", "value"], Cs = ["title"], vs = ["title"], ws = { key: 1 };
|
|
2951
|
+
function ks(e, t, n, s, i, o) {
|
|
2952
2952
|
const d = q, c = Yt, u = nt;
|
|
2953
2953
|
return n.element === "input" || n.element === "select" || n.element === "textarea" ? (a(), r("label", {
|
|
2954
2954
|
key: 0,
|
|
@@ -3009,14 +3009,14 @@ function ws(e, t, n, s, i, o) {
|
|
|
3009
3009
|
_: 1
|
|
3010
3010
|
}, 8, ["class", "id", "scrollContainer", "popoverTargetName", "validationStatus", "role", "style"])
|
|
3011
3011
|
], 2)) : m("", !0),
|
|
3012
|
-
n.element === "input" ? (a(), r(
|
|
3012
|
+
n.element === "input" ? (a(), r(k, { key: 1 }, [
|
|
3013
3013
|
e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" && e.$attrs.type !== "search" ? (a(), r("span", Za, [
|
|
3014
3014
|
n.fieldIconClass ? (a(), C(d, {
|
|
3015
3015
|
key: 0,
|
|
3016
3016
|
class: "place-inside",
|
|
3017
3017
|
iconClass: n.fieldIconClass
|
|
3018
3018
|
}, null, 8, ["iconClass"])) : m("", !0),
|
|
3019
|
-
n.element === "input" && e.$attrs.type !== "search" ? (a(), r(
|
|
3019
|
+
n.element === "input" && e.$attrs.type !== "search" ? (a(), r(k, { key: 1 }, [
|
|
3020
3020
|
l("input", T({
|
|
3021
3021
|
id: e.htmlId,
|
|
3022
3022
|
class: n.inputClass,
|
|
@@ -3037,7 +3037,7 @@ function ws(e, t, n, s, i, o) {
|
|
|
3037
3037
|
key: 0,
|
|
3038
3038
|
class: "deleteicon",
|
|
3039
3039
|
href: "#",
|
|
3040
|
-
onClick: t[6] || (t[6] =
|
|
3040
|
+
onClick: t[6] || (t[6] = w((...f) => o.deleteInput && o.deleteInput(...f), ["prevent"])),
|
|
3041
3041
|
title: n.iconDelete?.tooltip
|
|
3042
3042
|
}, [
|
|
3043
3043
|
h(d, {
|
|
@@ -3050,10 +3050,10 @@ function ws(e, t, n, s, i, o) {
|
|
|
3050
3050
|
key: 2,
|
|
3051
3051
|
href: "#",
|
|
3052
3052
|
class: "place-inside",
|
|
3053
|
-
onMousedown: t[7] || (t[7] =
|
|
3054
|
-
onMouseup: t[8] || (t[8] =
|
|
3055
|
-
onMouseleave: t[9] || (t[9] =
|
|
3056
|
-
onClick: t[10] || (t[10] =
|
|
3053
|
+
onMousedown: t[7] || (t[7] = w((...f) => o.showPassword && o.showPassword(...f), ["prevent"])),
|
|
3054
|
+
onMouseup: t[8] || (t[8] = w((...f) => o.hidePassword && o.hidePassword(...f), ["prevent"])),
|
|
3055
|
+
onMouseleave: t[9] || (t[9] = w((...f) => o.hidePassword && o.hidePassword(...f), ["prevent"])),
|
|
3056
|
+
onClick: t[10] || (t[10] = w(() => {
|
|
3057
3057
|
}, ["prevent"])),
|
|
3058
3058
|
title: n.iconPasswordVisible.tooltip
|
|
3059
3059
|
}, [
|
|
@@ -3066,12 +3066,12 @@ function ws(e, t, n, s, i, o) {
|
|
|
3066
3066
|
key: 1,
|
|
3067
3067
|
id: n.datalist.id
|
|
3068
3068
|
}, [
|
|
3069
|
-
(a(!0), r(
|
|
3069
|
+
(a(!0), r(k, null, M(n.datalist.options, (f, p) => (a(), r("option", {
|
|
3070
3070
|
key: p,
|
|
3071
3071
|
value: f
|
|
3072
3072
|
}, null, 8, ts))), 128))
|
|
3073
|
-
], 8, es)) : e.$attrs.type === "checkbox" || e.$attrs.type === "radio" ? (a(), r(
|
|
3074
|
-
n.onLabel && n.offLabel ? n.onLabel && n.offLabel ? (a(), r(
|
|
3073
|
+
], 8, es)) : e.$attrs.type === "checkbox" || e.$attrs.type === "radio" ? (a(), r(k, { key: 2 }, [
|
|
3074
|
+
n.onLabel && n.offLabel ? n.onLabel && n.offLabel ? (a(), r(k, { key: 1 }, [
|
|
3075
3075
|
l("span", ls, [
|
|
3076
3076
|
l("input", T(o.elementAttributes, {
|
|
3077
3077
|
onChange: t[13] || (t[13] = (...f) => o.onChange && o.onChange(...f)),
|
|
@@ -3093,7 +3093,7 @@ function ws(e, t, n, s, i, o) {
|
|
|
3093
3093
|
l("span", { innerHTML: n.labelText }, null, 8, ds),
|
|
3094
3094
|
e.$attrs.required ? (a(), r("sup", us, "*")) : m("", !0)
|
|
3095
3095
|
], 2)) : m("", !0)
|
|
3096
|
-
], 64)) : D(e.$slots, "default", { key: 2 }) : (a(), r(
|
|
3096
|
+
], 64)) : D(e.$slots, "default", { key: 2 }) : (a(), r(k, { key: 0 }, [
|
|
3097
3097
|
l("input", T(o.elementAttributes, {
|
|
3098
3098
|
onChange: t[11] || (t[11] = (...f) => o.onChange && o.onChange(...f)),
|
|
3099
3099
|
onBlur: t[12] || (t[12] = (...f) => o.onBlur && o.onBlur(...f)),
|
|
@@ -3124,16 +3124,16 @@ function ws(e, t, n, s, i, o) {
|
|
|
3124
3124
|
onBlur: t[15] || (t[15] = (...f) => o.onBlur && o.onBlur(...f)),
|
|
3125
3125
|
onChange: t[16] || (t[16] = (...f) => o.onChange && o.onChange(...f))
|
|
3126
3126
|
}), [
|
|
3127
|
-
n.groupSelectOptionsByInitialLetters ? (a(!0), r(
|
|
3127
|
+
n.groupSelectOptionsByInitialLetters ? (a(!0), r(k, { key: 1 }, M(o.initialLetters, (f, p) => (a(), r("optgroup", {
|
|
3128
3128
|
label: p,
|
|
3129
3129
|
key: p
|
|
3130
3130
|
}, [
|
|
3131
|
-
(a(!0), r(
|
|
3131
|
+
(a(!0), r(k, null, M(f, (g, _) => (a(), r("option", {
|
|
3132
3132
|
key: _,
|
|
3133
3133
|
value: g.value,
|
|
3134
3134
|
selected: g.value === n.modelValue
|
|
3135
3135
|
}, y(g.text), 9, hs))), 128))
|
|
3136
|
-
], 8, ps))), 128)) : (a(!0), r(
|
|
3136
|
+
], 8, ps))), 128)) : (a(!0), r(k, { key: 0 }, M(n.selectOptions, (f, p) => (a(), r("option", {
|
|
3137
3137
|
key: p,
|
|
3138
3138
|
value: f.value,
|
|
3139
3139
|
selected: f.value === n.modelValue
|
|
@@ -3169,7 +3169,7 @@ function ws(e, t, n, s, i, o) {
|
|
|
3169
3169
|
href: "#",
|
|
3170
3170
|
class: x(["button flex-none", { disabled: e.$attrs.disabled }]),
|
|
3171
3171
|
title: n.iconSearch.tooltip,
|
|
3172
|
-
onClick: t[21] || (t[21] =
|
|
3172
|
+
onClick: t[21] || (t[21] = w((...f) => o.executeSearch && o.executeSearch(...f), ["prevent"]))
|
|
3173
3173
|
}, [
|
|
3174
3174
|
h(d, {
|
|
3175
3175
|
iconClass: n.iconSearch.iconClass
|
|
@@ -3179,7 +3179,7 @@ function ws(e, t, n, s, i, o) {
|
|
|
3179
3179
|
key: 2,
|
|
3180
3180
|
class: "deleteicon",
|
|
3181
3181
|
href: "#",
|
|
3182
|
-
onClick: t[22] || (t[22] =
|
|
3182
|
+
onClick: t[22] || (t[22] = w((...f) => o.deleteInput && o.deleteInput(...f), ["prevent"])),
|
|
3183
3183
|
title: n.iconDelete?.tooltip
|
|
3184
3184
|
}, [
|
|
3185
3185
|
h(d, {
|
|
@@ -3199,7 +3199,7 @@ function ws(e, t, n, s, i, o) {
|
|
|
3199
3199
|
iconClass: n.nativeButton?.icon?.iconClass,
|
|
3200
3200
|
type: n.nativeButton?.icon?.iconType
|
|
3201
3201
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
3202
|
-
n.nativeButton?.icon && n.nativeButton?.text ? (a(), r("span",
|
|
3202
|
+
n.nativeButton?.icon && n.nativeButton?.text ? (a(), r("span", ws, y(n.nativeButton.text), 1)) : (a(), r(k, { key: 2 }, [
|
|
3203
3203
|
F(y(n.nativeButton.text), 1)
|
|
3204
3204
|
], 64)),
|
|
3205
3205
|
n.nativeButton?.icon?.show && n.nativeButton?.icon?.position === "after" ? (a(), C(d, {
|
|
@@ -3209,7 +3209,7 @@ function ws(e, t, n, s, i, o) {
|
|
|
3209
3209
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
|
3210
3210
|
], 16)) : m("", !0);
|
|
3211
3211
|
}
|
|
3212
|
-
const K = /* @__PURE__ */ B(Wa, [["render",
|
|
3212
|
+
const K = /* @__PURE__ */ B(Wa, [["render", ks]]), Q = {
|
|
3213
3213
|
inject: {
|
|
3214
3214
|
editModeContext: {
|
|
3215
3215
|
default: null
|
|
@@ -3364,12 +3364,12 @@ const K = /* @__PURE__ */ B(Wa, [["render", ws]]), Q = {
|
|
|
3364
3364
|
}
|
|
3365
3365
|
}, Ss = ["innerHTML"], _s = ["innerHTML"], Os = { key: 1 }, Ls = ["innerHTML"], Is = { class: "pre-headline-text" };
|
|
3366
3366
|
function Bs(e, t, n, s, i, o) {
|
|
3367
|
-
const d = q, c = K, u =
|
|
3367
|
+
const d = q, c = K, u = we;
|
|
3368
3368
|
return !e.editModeContext || e.settingsContext || e.mainSidebarContext || n.headlineText ? (a(), r("div", {
|
|
3369
3369
|
key: 0,
|
|
3370
3370
|
class: x(["cmd-headline", { "has-pre-headline-text": n.preHeadlineText, "has-icon": n.cmdIcon?.iconClass }])
|
|
3371
3371
|
}, [
|
|
3372
|
-
n.preHeadlineText ? (a(), r(
|
|
3372
|
+
n.preHeadlineText ? (a(), r(k, { key: 0 }, [
|
|
3373
3373
|
n.headlineText ? (a(), C(Se(o.headlineTag), {
|
|
3374
3374
|
key: 0,
|
|
3375
3375
|
class: x([n.highlightLevel, o.headlineTextAlign])
|
|
@@ -3434,9 +3434,9 @@ function Bs(e, t, n, s, i, o) {
|
|
|
3434
3434
|
placeholder: "Headline",
|
|
3435
3435
|
modelValue: i.editableHeadlineText,
|
|
3436
3436
|
"onUpdate:modelValue": t[0] || (t[0] = (p) => i.editableHeadlineText = p)
|
|
3437
|
-
}, null, 8, ["class", "modelValue"])) : n.headlineText ? (a(), r(
|
|
3437
|
+
}, null, 8, ["class", "modelValue"])) : n.headlineText ? (a(), r(k, { key: 1 }, [
|
|
3438
3438
|
n.cmdIcon ? (a(), C(d, A(T({ key: 0 }, n.cmdIcon)), null, 16)) : m("", !0),
|
|
3439
|
-
n.preHeadlineText ? (a(), r(
|
|
3439
|
+
n.preHeadlineText ? (a(), r(k, { key: 1 }, [
|
|
3440
3440
|
n.headlineText ? (a(), C(Se(o.headlineTag), { key: 0 }, {
|
|
3441
3441
|
default: v(() => [
|
|
3442
3442
|
n.cmdIcon ? (a(), C(d, A(T({ key: 0 }, n.cmdIcon)), null, 16)) : m("", !0),
|
|
@@ -3479,7 +3479,7 @@ const j = /* @__PURE__ */ B(Ts, [["render", Bs]]), Ds = {
|
|
|
3479
3479
|
},
|
|
3480
3480
|
props: {
|
|
3481
3481
|
/**
|
|
3482
|
-
* arranges
|
|
3482
|
+
* arranges accordion-content in a row
|
|
3483
3483
|
*
|
|
3484
3484
|
* @affectsStyling: true
|
|
3485
3485
|
*/
|
|
@@ -3487,6 +3487,20 @@ const j = /* @__PURE__ */ B(Ts, [["render", Bs]]), Ds = {
|
|
|
3487
3487
|
type: Boolean,
|
|
3488
3488
|
default: !1
|
|
3489
3489
|
},
|
|
3490
|
+
/**
|
|
3491
|
+
* set direction of text for summary
|
|
3492
|
+
*
|
|
3493
|
+
* rowView-property must be true
|
|
3494
|
+
*
|
|
3495
|
+
* @allowedValues: "horizontal", "vertical"
|
|
3496
|
+
*/
|
|
3497
|
+
summaryWritingMode: {
|
|
3498
|
+
type: String,
|
|
3499
|
+
default: "horizontal",
|
|
3500
|
+
validator(e) {
|
|
3501
|
+
return e === "vertical";
|
|
3502
|
+
}
|
|
3503
|
+
},
|
|
3490
3504
|
/**
|
|
3491
3505
|
* set highlight-level for headline
|
|
3492
3506
|
*
|
|
@@ -3599,14 +3613,16 @@ function Vs(e, t, n, s, i, o) {
|
|
|
3599
3613
|
class: x(["cmd-accordion", n.highlightLevel, { "flex-container no-gap": n.rowView }]),
|
|
3600
3614
|
name: n.accordionName
|
|
3601
3615
|
}, [
|
|
3602
|
-
l("summary",
|
|
3616
|
+
l("summary", {
|
|
3617
|
+
class: x({ "writing-mode-vertical": n.summaryWritingMode })
|
|
3618
|
+
}, [
|
|
3603
3619
|
h(d, {
|
|
3604
3620
|
iconClass: o.toggleIconIconClass,
|
|
3605
3621
|
class: x(o.toggleIconStatus),
|
|
3606
3622
|
tooltip: o.toggleIconTooltip
|
|
3607
3623
|
}, null, 8, ["iconClass", "class", "tooltip"]),
|
|
3608
3624
|
h(c, A(me(o.cmdHeadlineProperties)), null, 16)
|
|
3609
|
-
]),
|
|
3625
|
+
], 2),
|
|
3610
3626
|
l("div", Ps, [
|
|
3611
3627
|
D(e.$slots, "default", {}, () => [
|
|
3612
3628
|
h(u, { content: n.textAccordionBody }, null, 8, ["content"])
|
|
@@ -3745,7 +3761,7 @@ const Ms = /* @__PURE__ */ B(Ds, [["render", Vs]]), As = {
|
|
|
3745
3761
|
};
|
|
3746
3762
|
function Xs(e, t, n, s, i, o) {
|
|
3747
3763
|
const d = q, c = K;
|
|
3748
|
-
return a(), r(
|
|
3764
|
+
return a(), r(k, null, [
|
|
3749
3765
|
l("dt", {
|
|
3750
3766
|
class: x(["cmd-address-data-item", { address: n.addressEntry.name === "address" }]),
|
|
3751
3767
|
id: n.addressEntry.id
|
|
@@ -3772,7 +3788,7 @@ function Xs(e, t, n, s, i, o) {
|
|
|
3772
3788
|
placeholder: n.addressEntry.labelText,
|
|
3773
3789
|
modelValue: i.editableAddressEntry,
|
|
3774
3790
|
"onUpdate:modelValue": t[0] || (t[0] = (u) => i.editableAddressEntry = u)
|
|
3775
|
-
}, null, 8, ["type", "labelText", "placeholder", "modelValue"])) : (a(), r(
|
|
3791
|
+
}, null, 8, ["type", "labelText", "placeholder", "modelValue"])) : (a(), r(k, { key: 0 }, [
|
|
3776
3792
|
n.addressEntry.href ? (a(), r("a", {
|
|
3777
3793
|
key: 0,
|
|
3778
3794
|
href: o.getHref(n.addressEntry),
|
|
@@ -3791,7 +3807,7 @@ function Xs(e, t, n, s, i, o) {
|
|
|
3791
3807
|
target: "google-maps",
|
|
3792
3808
|
title: n.addressEntry.tooltip
|
|
3793
3809
|
}, [
|
|
3794
|
-
n.addressEntry.streetNo ? (a(), r(
|
|
3810
|
+
n.addressEntry.streetNo ? (a(), r(k, { key: 0 }, [
|
|
3795
3811
|
l("span", Us, y(n.addressEntry.streetNo), 1),
|
|
3796
3812
|
t[6] || (t[6] = l("br", null, null, -1))
|
|
3797
3813
|
], 64)) : m("", !0),
|
|
@@ -3802,19 +3818,19 @@ function Xs(e, t, n, s, i, o) {
|
|
|
3802
3818
|
n.addressEntry.zip ? (a(), r("span", zs, y(n.addressEntry.zip), 1)) : m("", !0),
|
|
3803
3819
|
n.addressEntry.city ? (a(), r("span", Ws, [
|
|
3804
3820
|
F(y(n.addressEntry.city), 1),
|
|
3805
|
-
n.addressEntry.state ? (a(), r(
|
|
3821
|
+
n.addressEntry.state ? (a(), r(k, { key: 0 }, [
|
|
3806
3822
|
F(y(n.addressEntry.state), 1)
|
|
3807
3823
|
], 64)) : m("", !0)
|
|
3808
3824
|
])) : m("", !0)
|
|
3809
3825
|
], 2)) : m("", !0),
|
|
3810
3826
|
t[7] || (t[7] = l("br", null, null, -1)),
|
|
3811
|
-
n.addressEntry.miscInfo ? (a(), r(
|
|
3827
|
+
n.addressEntry.miscInfo ? (a(), r(k, { key: 2 }, [
|
|
3812
3828
|
l("span", null, y(n.addressEntry.miscInfo), 1),
|
|
3813
3829
|
n.addressEntry.country ? (a(), r("br", Gs)) : m("", !0)
|
|
3814
3830
|
], 64)) : m("", !0),
|
|
3815
3831
|
n.addressEntry.country ? (a(), r("span", Ks, y(n.addressEntry.country), 1)) : m("", !0)
|
|
3816
|
-
], 8, Ns)) : (a(), r(
|
|
3817
|
-
e.editing ? (a(), r(
|
|
3832
|
+
], 8, Ns)) : (a(), r(k, { key: 1 }, [
|
|
3833
|
+
e.editing ? (a(), r(k, { key: 1 }, [
|
|
3818
3834
|
h(c, {
|
|
3819
3835
|
element: "input",
|
|
3820
3836
|
type: "text",
|
|
@@ -3868,8 +3884,8 @@ function Xs(e, t, n, s, i, o) {
|
|
|
3868
3884
|
modelValue: i.editableAddressEntry.country,
|
|
3869
3885
|
"onUpdate:modelValue": t[5] || (t[5] = (u) => i.editableAddressEntry.country = u)
|
|
3870
3886
|
}, null, 8, ["labelText", "modelValue"])
|
|
3871
|
-
], 64)) : (a(), r(
|
|
3872
|
-
n.addressEntry.streetNo ? (a(), r(
|
|
3887
|
+
], 64)) : (a(), r(k, { key: 0 }, [
|
|
3888
|
+
n.addressEntry.streetNo ? (a(), r(k, { key: 0 }, [
|
|
3873
3889
|
l("span", Ys, y(n.addressEntry.streetNo), 1),
|
|
3874
3890
|
t[8] || (t[8] = l("br", null, null, -1))
|
|
3875
3891
|
], 64)) : m("", !0),
|
|
@@ -3880,13 +3896,13 @@ function Xs(e, t, n, s, i, o) {
|
|
|
3880
3896
|
n.addressEntry.zip ? (a(), r("span", Js, y(n.addressEntry.zip), 1)) : m("", !0),
|
|
3881
3897
|
n.addressEntry.city ? (a(), r("span", Zs, [
|
|
3882
3898
|
F(y(n.addressEntry.city), 1),
|
|
3883
|
-
n.addressEntry.state ? (a(), r(
|
|
3899
|
+
n.addressEntry.state ? (a(), r(k, { key: 0 }, [
|
|
3884
3900
|
F(" " + y(n.addressEntry.state), 1)
|
|
3885
3901
|
], 64)) : m("", !0)
|
|
3886
3902
|
])) : m("", !0)
|
|
3887
3903
|
], 2)) : m("", !0),
|
|
3888
3904
|
t[10] || (t[10] = l("br", null, null, -1)),
|
|
3889
|
-
n.addressEntry.miscInfo ? (a(), r(
|
|
3905
|
+
n.addressEntry.miscInfo ? (a(), r(k, { key: 2 }, [
|
|
3890
3906
|
l("span", null, y(n.addressEntry.miscInfo), 1),
|
|
3891
3907
|
t[9] || (t[9] = l("br", null, null, -1))
|
|
3892
3908
|
], 64)) : m("", !0),
|
|
@@ -4039,13 +4055,13 @@ const $s = /* @__PURE__ */ B(As, [["render", Xs]]), er = {
|
|
|
4039
4055
|
class: "country-name"
|
|
4040
4056
|
};
|
|
4041
4057
|
function hr(e, t, n, s, i, o) {
|
|
4042
|
-
const d = j, c = $s, u =
|
|
4058
|
+
const d = j, c = $s, u = we, f = q;
|
|
4043
4059
|
return a(), r("div", tr, [
|
|
4044
|
-
n.useSlot ? D(e.$slots, "default", { key: 0 }) : (a(), r(
|
|
4060
|
+
n.useSlot ? D(e.$slots, "default", { key: 0 }) : (a(), r(k, { key: 1 }, [
|
|
4045
4061
|
n.cmdHeadline?.headlineText || e.editModeContext ? (a(), C(d, A(T({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
4046
4062
|
l("address", nr, [
|
|
4047
|
-
n.showLabels && (n.showLabelTexts || n.showLabelIcons) && !n.showIconsOnly ? (a(), r(
|
|
4048
|
-
e.editModeContext ? (a(), r(
|
|
4063
|
+
n.showLabels && (n.showLabelTexts || n.showLabelIcons) && !n.showIconsOnly ? (a(), r(k, { key: 0 }, [
|
|
4064
|
+
e.editModeContext ? (a(), r(k, { key: 1 }, [
|
|
4049
4065
|
n.addressData.length === 0 ? (a(), r("button", {
|
|
4050
4066
|
key: 0,
|
|
4051
4067
|
type: "button",
|
|
@@ -4055,7 +4071,7 @@ function hr(e, t, n, s, i, o) {
|
|
|
4055
4071
|
l("span", { class: "icon-plus" }, null, -1),
|
|
4056
4072
|
l("span", null, "Add new entry", -1)
|
|
4057
4073
|
])])) : m("", !0),
|
|
4058
|
-
(a(!0), r(
|
|
4074
|
+
(a(!0), r(k, null, M(n.addressData, (p, g) => (a(), C(u, {
|
|
4059
4075
|
key: "x" + g,
|
|
4060
4076
|
class: "edit-items",
|
|
4061
4077
|
showComponentName: !1,
|
|
@@ -4079,7 +4095,7 @@ function hr(e, t, n, s, i, o) {
|
|
|
4079
4095
|
key: 0,
|
|
4080
4096
|
class: x({ "auto-columns": n.contentOrientation === "horizontal" })
|
|
4081
4097
|
}, [
|
|
4082
|
-
(a(!0), r(
|
|
4098
|
+
(a(!0), r(k, null, M(n.addressData, (p, g) => (a(), C(c, {
|
|
4083
4099
|
key: g,
|
|
4084
4100
|
addressEntry: p,
|
|
4085
4101
|
showLabelIcons: n.showLabelIcons,
|
|
@@ -4091,7 +4107,7 @@ function hr(e, t, n, s, i, o) {
|
|
|
4091
4107
|
key: 1,
|
|
4092
4108
|
class: x(["flex-container", { vertical: !n.showIconsOnly }])
|
|
4093
4109
|
}, [
|
|
4094
|
-
(a(!0), r(
|
|
4110
|
+
(a(!0), r(k, null, M(n.addressData, (p, g) => (a(), r(k, { key: g }, [
|
|
4095
4111
|
p.href || p.name === "address" && p.linkGoogleMaps || !n.showIconsOnly ? (a(), r("li", {
|
|
4096
4112
|
key: 0,
|
|
4097
4113
|
class: x({ "flex-none": n.showIconsOnly })
|
|
@@ -4103,34 +4119,34 @@ function hr(e, t, n, s, i, o) {
|
|
|
4103
4119
|
target: p.name === "url" ? "_blank" : null,
|
|
4104
4120
|
title: p.tooltip
|
|
4105
4121
|
}, [
|
|
4106
|
-
n.showIconsOnly ? (a(), r(
|
|
4122
|
+
n.showIconsOnly ? (a(), r(k, { key: 0 }, [
|
|
4107
4123
|
p.iconClass ? (a(), C(f, {
|
|
4108
4124
|
key: 0,
|
|
4109
4125
|
iconClass: p.iconClass,
|
|
4110
4126
|
type: p.iconType
|
|
4111
4127
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
|
4112
|
-
], 64)) : (a(), r(
|
|
4128
|
+
], 64)) : (a(), r(k, { key: 1 }, [
|
|
4113
4129
|
F(y(p.href), 1)
|
|
4114
4130
|
], 64))
|
|
4115
4131
|
], 10, ir)) : n.showIconsOnly ? m("", !0) : (a(), r("span", {
|
|
4116
4132
|
key: 1,
|
|
4117
4133
|
innerHTML: p.data
|
|
4118
4134
|
}, null, 8, or)),
|
|
4119
|
-
p.name === "address" ? (a(), r(
|
|
4135
|
+
p.name === "address" ? (a(), r(k, { key: 2 }, [
|
|
4120
4136
|
p.linkGoogleMaps ? (a(), r("a", {
|
|
4121
4137
|
key: 0,
|
|
4122
4138
|
href: o.locateAddress(p),
|
|
4123
4139
|
target: "google-maps",
|
|
4124
4140
|
title: p.tooltip
|
|
4125
4141
|
}, [
|
|
4126
|
-
n.showIconsOnly ? (a(), r(
|
|
4142
|
+
n.showIconsOnly ? (a(), r(k, { key: 0 }, [
|
|
4127
4143
|
p.iconClass ? (a(), C(f, {
|
|
4128
4144
|
key: 0,
|
|
4129
4145
|
iconClass: p.iconClass,
|
|
4130
4146
|
type: p.iconType
|
|
4131
4147
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
|
4132
|
-
], 64)) : (a(), r(
|
|
4133
|
-
p.streetNo ? (a(), r(
|
|
4148
|
+
], 64)) : (a(), r(k, { key: 1 }, [
|
|
4149
|
+
p.streetNo ? (a(), r(k, { key: 0 }, [
|
|
4134
4150
|
l("span", ar, y(p.streetNo), 1),
|
|
4135
4151
|
t[2] || (t[2] = l("br", null, null, -1))
|
|
4136
4152
|
], 64)) : m("", !0),
|
|
@@ -4141,25 +4157,25 @@ function hr(e, t, n, s, i, o) {
|
|
|
4141
4157
|
p.zip ? (a(), r("span", sr, y(p.zip) + " ", 1)) : m("", !0),
|
|
4142
4158
|
p.city ? (a(), r("span", rr, [
|
|
4143
4159
|
F(y(p.city), 1),
|
|
4144
|
-
p.state ? (a(), r(
|
|
4160
|
+
p.state ? (a(), r(k, { key: 0 }, [
|
|
4145
4161
|
F(y(p.state), 1)
|
|
4146
4162
|
], 64)) : m("", !0)
|
|
4147
4163
|
])) : m("", !0),
|
|
4148
4164
|
t[3] || (t[3] = l("br", null, null, -1))
|
|
4149
4165
|
], 2)) : m("", !0),
|
|
4150
|
-
p.pobox ? (a(), r(
|
|
4166
|
+
p.pobox ? (a(), r(k, { key: 2 }, [
|
|
4151
4167
|
l("span", null, y(p.pobox), 1),
|
|
4152
4168
|
t[4] || (t[4] = l("br", null, null, -1))
|
|
4153
4169
|
], 64)) : m("", !0),
|
|
4154
|
-
p.miscInfo ? (a(), r(
|
|
4170
|
+
p.miscInfo ? (a(), r(k, { key: 3 }, [
|
|
4155
4171
|
l("span", null, y(p.miscInfo), 1),
|
|
4156
4172
|
t[5] || (t[5] = l("br", null, null, -1))
|
|
4157
4173
|
], 64)) : m("", !0),
|
|
4158
4174
|
p.country ? (a(), r("span", dr, y(p.country), 1)) : m("", !0)
|
|
4159
4175
|
], 64))
|
|
4160
4176
|
], 8, lr)) : m("", !0),
|
|
4161
|
-
!p.linkGoogleMaps && !n.showIconsOnly ? (a(), r(
|
|
4162
|
-
p.streetNo ? (a(), r(
|
|
4177
|
+
!p.linkGoogleMaps && !n.showIconsOnly ? (a(), r(k, { key: 1 }, [
|
|
4178
|
+
p.streetNo ? (a(), r(k, { key: 0 }, [
|
|
4163
4179
|
l("span", ur, y(p.streetNo), 1),
|
|
4164
4180
|
t[6] || (t[6] = l("br", null, null, -1))
|
|
4165
4181
|
], 64)) : m("", !0),
|
|
@@ -4170,17 +4186,17 @@ function hr(e, t, n, s, i, o) {
|
|
|
4170
4186
|
p.zip ? (a(), r("span", cr, y(p.zip) + " ", 1)) : m("", !0),
|
|
4171
4187
|
p.city ? (a(), r("span", mr, [
|
|
4172
4188
|
F(y(p.city), 1),
|
|
4173
|
-
p.state ? (a(), r(
|
|
4189
|
+
p.state ? (a(), r(k, { key: 0 }, [
|
|
4174
4190
|
F(y(p.state), 1)
|
|
4175
4191
|
], 64)) : m("", !0)
|
|
4176
4192
|
])) : m("", !0),
|
|
4177
4193
|
t[7] || (t[7] = l("br", null, null, -1))
|
|
4178
4194
|
], 2)) : m("", !0),
|
|
4179
|
-
p.pobox ? (a(), r(
|
|
4195
|
+
p.pobox ? (a(), r(k, { key: 2 }, [
|
|
4180
4196
|
l("span", null, y(p.pobox), 1),
|
|
4181
4197
|
t[8] || (t[8] = l("br", null, null, -1))
|
|
4182
4198
|
], 64)) : m("", !0),
|
|
4183
|
-
p.miscInfo ? (a(), r(
|
|
4199
|
+
p.miscInfo ? (a(), r(k, { key: 3 }, [
|
|
4184
4200
|
l("span", null, y(p.miscInfo), 1),
|
|
4185
4201
|
t[9] || (t[9] = l("br", null, null, -1))
|
|
4186
4202
|
], 64)) : m("", !0),
|
|
@@ -4228,6 +4244,20 @@ const vi = /* @__PURE__ */ B(er, [["render", hr]]), fr = {
|
|
|
4228
4244
|
type: Boolean,
|
|
4229
4245
|
default: !1
|
|
4230
4246
|
},
|
|
4247
|
+
/**
|
|
4248
|
+
* set direction of text for summary
|
|
4249
|
+
*
|
|
4250
|
+
* rowView-property must be true
|
|
4251
|
+
*
|
|
4252
|
+
* @allowedValues: "horizontal", "vertical"
|
|
4253
|
+
*/
|
|
4254
|
+
summaryWritingMode: {
|
|
4255
|
+
type: String,
|
|
4256
|
+
default: "horizontal",
|
|
4257
|
+
validator(e) {
|
|
4258
|
+
return e === "vertical";
|
|
4259
|
+
}
|
|
4260
|
+
},
|
|
4231
4261
|
/**
|
|
4232
4262
|
* activate if user can toggle grid- and row-orientation by himself
|
|
4233
4263
|
*/
|
|
@@ -4354,7 +4384,7 @@ function Cr(e, t, n, s, i, o) {
|
|
|
4354
4384
|
n.allowUserToToggleOrientation ? (a(), r("div", br, [
|
|
4355
4385
|
l("a", {
|
|
4356
4386
|
href: "#",
|
|
4357
|
-
onClick: t[0] || (t[0] =
|
|
4387
|
+
onClick: t[0] || (t[0] = w((...u) => o.toggleOrientation && o.toggleOrientation(...u), ["prevent"])),
|
|
4358
4388
|
title: i.rowView ? n.iconRowView.tooltip : n.iconColumnView.tooltip
|
|
4359
4389
|
}, [
|
|
4360
4390
|
h(c, {
|
|
@@ -4378,12 +4408,13 @@ function Cr(e, t, n, s, i, o) {
|
|
|
4378
4408
|
boxToggled: o.boxToggled,
|
|
4379
4409
|
boxIsOpen: o.boxIsOpen,
|
|
4380
4410
|
rowView: i.rowView,
|
|
4411
|
+
summaryWritingMode: n.summaryWritingMode,
|
|
4381
4412
|
onToggleCollapse: t[1] || (t[1] = (...u) => e.boxIsToggled && e.boxIsToggled(...u))
|
|
4382
4413
|
})
|
|
4383
4414
|
], 2)
|
|
4384
4415
|
]);
|
|
4385
4416
|
}
|
|
4386
|
-
const vr = /* @__PURE__ */ B(fr, [["render", Cr]]),
|
|
4417
|
+
const vr = /* @__PURE__ */ B(fr, [["render", Cr]]), wr = {
|
|
4387
4418
|
name: "CmdBackToTopButton",
|
|
4388
4419
|
data() {
|
|
4389
4420
|
return {
|
|
@@ -4448,7 +4479,7 @@ const vr = /* @__PURE__ */ B(fr, [["render", Cr]]), kr = {
|
|
|
4448
4479
|
this.scrollContainer === "body" ? window.scrollTo({ top: 0, left: 0, behavior: "smooth" }) : document.querySelector(this.scrollContainer)?.scrollTo({ top: 0, left: 0, behavior: "smooth" });
|
|
4449
4480
|
}
|
|
4450
4481
|
}
|
|
4451
|
-
},
|
|
4482
|
+
}, kr = ["title"];
|
|
4452
4483
|
function Tr(e, t, n, s, i, o) {
|
|
4453
4484
|
const d = q;
|
|
4454
4485
|
return a(), C(ge, { name: n.transition }, {
|
|
@@ -4460,18 +4491,18 @@ function Tr(e, t, n, s, i, o) {
|
|
|
4460
4491
|
href: "#",
|
|
4461
4492
|
role: "button",
|
|
4462
4493
|
title: n.cmdIcon.tooltip,
|
|
4463
|
-
onClick: t[0] || (t[0] =
|
|
4494
|
+
onClick: t[0] || (t[0] = w((...c) => o.onBackToTop && o.onBackToTop(...c), ["prevent"]))
|
|
4464
4495
|
}, [
|
|
4465
4496
|
h(d, {
|
|
4466
4497
|
iconClass: n.cmdIcon.iconClass,
|
|
4467
4498
|
type: n.cmdIcon.iconType
|
|
4468
4499
|
}, null, 8, ["iconClass", "type"])
|
|
4469
|
-
], 8,
|
|
4500
|
+
], 8, kr)) : m("", !0)
|
|
4470
4501
|
]),
|
|
4471
4502
|
_: 1
|
|
4472
4503
|
}, 8, ["name"]);
|
|
4473
4504
|
}
|
|
4474
|
-
const Sr = /* @__PURE__ */ B(
|
|
4505
|
+
const Sr = /* @__PURE__ */ B(wr, [["render", Tr]]), _r = {
|
|
4475
4506
|
name: "CmdBankAccountData",
|
|
4476
4507
|
props: {
|
|
4477
4508
|
/**
|
|
@@ -4537,16 +4568,16 @@ const Sr = /* @__PURE__ */ B(kr, [["render", Tr]]), _r = {
|
|
|
4537
4568
|
function Dr(e, t, n, s, i, o) {
|
|
4538
4569
|
const d = j, c = q;
|
|
4539
4570
|
return a(), r("div", Or, [
|
|
4540
|
-
n.useSlot ? D(e.$slots, "default", { key: 0 }) : (a(), r(
|
|
4571
|
+
n.useSlot ? D(e.$slots, "default", { key: 0 }) : (a(), r(k, { key: 1 }, [
|
|
4541
4572
|
n.cmdHeadline ? (a(), C(d, A(T({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
4542
4573
|
l("dl", null, [
|
|
4543
|
-
(a(!0), r(
|
|
4574
|
+
(a(!0), r(k, null, M(n.accountData, (u, f) => (a(), r(k, { key: f }, [
|
|
4544
4575
|
l("dt", null, y(u.text), 1),
|
|
4545
4576
|
n.allowCopyByClick && u.allowCopy ? (a(), r("dd", Lr, [
|
|
4546
4577
|
l("span", null, y(u.value), 1),
|
|
4547
4578
|
l("a", {
|
|
4548
4579
|
href: "#",
|
|
4549
|
-
onClick:
|
|
4580
|
+
onClick: w((p) => o.copyToClipboard(u.value), ["prevent"]),
|
|
4550
4581
|
title: n.cmdIcon.tooltip
|
|
4551
4582
|
}, [
|
|
4552
4583
|
h(c, {
|
|
@@ -4868,7 +4899,7 @@ function Ur(e, t, n, s, i, o) {
|
|
|
4868
4899
|
key: 0,
|
|
4869
4900
|
class: x(["flex-container", { vertical: n.orientation === "vertical", "flex-items-flex-none": !n.stretchHorizontally, "no-gap": n.multipleSwitch }])
|
|
4870
4901
|
}, [
|
|
4871
|
-
(a(!0), r(
|
|
4902
|
+
(a(!0), r(k, null, M(n.inputElements, (f, p) => (a(), r("label", {
|
|
4872
4903
|
key: p,
|
|
4873
4904
|
for: f.id,
|
|
4874
4905
|
class: x({ "toggle-switch": n.toggleSwitches, colored: n.colored })
|
|
@@ -5292,7 +5323,7 @@ function cd(e, t, n, s, i, o) {
|
|
|
5292
5323
|
l("li", null, [
|
|
5293
5324
|
l("a", {
|
|
5294
5325
|
href: "#",
|
|
5295
|
-
onClick: t[0] || (t[0] =
|
|
5326
|
+
onClick: t[0] || (t[0] = w((...p) => o.toggleOptions && o.toggleOptions(...p), ["prevent"])),
|
|
5296
5327
|
onBlur: t[1] || (t[1] = (...p) => o.onBlur && o.onBlur(...p)),
|
|
5297
5328
|
title: o.optionIcon?.tooltip
|
|
5298
5329
|
}, [
|
|
@@ -5319,7 +5350,7 @@ function cd(e, t, n, s, i, o) {
|
|
|
5319
5350
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0)
|
|
5320
5351
|
], 40, Qr),
|
|
5321
5352
|
n.type === "default" && i.showOptions ? (a(), r("ul", ed, [
|
|
5322
|
-
(a(!0), r(
|
|
5353
|
+
(a(!0), r(k, null, M(n.selectData, (p, g) => (a(), r("li", {
|
|
5323
5354
|
key: g,
|
|
5324
5355
|
role: "option",
|
|
5325
5356
|
"aria-selected": p.value === n.modelValue
|
|
@@ -5327,7 +5358,7 @@ function cd(e, t, n, s, i, o) {
|
|
|
5327
5358
|
n.optionLinkType === "href" ? (a(), r("a", {
|
|
5328
5359
|
key: 0,
|
|
5329
5360
|
href: "#",
|
|
5330
|
-
onClick:
|
|
5361
|
+
onClick: w((_) => o.selectOption(p.value), ["prevent"]),
|
|
5331
5362
|
class: x({ active: p.value === n.modelValue }),
|
|
5332
5363
|
title: p.tooltip
|
|
5333
5364
|
}, [
|
|
@@ -5341,7 +5372,7 @@ function cd(e, t, n, s, i, o) {
|
|
|
5341
5372
|
n.optionLinkType === "router" ? (a(), C(f, {
|
|
5342
5373
|
key: 1,
|
|
5343
5374
|
to: "#",
|
|
5344
|
-
onClick:
|
|
5375
|
+
onClick: w((_) => o.selectOption(p.value), ["prevent"]),
|
|
5345
5376
|
class: x({ active: p.value === n.modelValue })
|
|
5346
5377
|
}, {
|
|
5347
5378
|
default: v(() => [
|
|
@@ -5360,7 +5391,7 @@ function cd(e, t, n, s, i, o) {
|
|
|
5360
5391
|
class: x({ "checkbox-options": n.type === "checkboxOptions" }),
|
|
5361
5392
|
"aria-expanded": i.showOptions
|
|
5362
5393
|
}, [
|
|
5363
|
-
(a(!0), r(
|
|
5394
|
+
(a(!0), r(k, null, M(n.selectData, (p, g) => (a(), r("li", { key: g }, [
|
|
5364
5395
|
n.type === "checkboxOptions" ? (a(), r("label", {
|
|
5365
5396
|
key: 0,
|
|
5366
5397
|
for: "option-" + (g + 1),
|
|
@@ -5377,7 +5408,7 @@ function cd(e, t, n, s, i, o) {
|
|
|
5377
5408
|
], 10, ld)) : n.type === "country" ? (a(), r("a", {
|
|
5378
5409
|
key: 1,
|
|
5379
5410
|
href: "#",
|
|
5380
|
-
onClick:
|
|
5411
|
+
onClick: w((_) => o.selectOption(p.value), ["prevent"]),
|
|
5381
5412
|
class: x({ active: p.value === n.modelValue })
|
|
5382
5413
|
}, [
|
|
5383
5414
|
l("img", {
|
|
@@ -5389,7 +5420,7 @@ function cd(e, t, n, s, i, o) {
|
|
|
5389
5420
|
], 10, sd)) : n.type === "color" ? (a(), r("a", {
|
|
5390
5421
|
key: 2,
|
|
5391
5422
|
href: "#",
|
|
5392
|
-
onClick:
|
|
5423
|
+
onClick: w((_) => o.selectOption(p.value), ["prevent"]),
|
|
5393
5424
|
class: x({ active: p.value === n.modelValue })
|
|
5394
5425
|
}, [
|
|
5395
5426
|
l("span", {
|
|
@@ -5402,7 +5433,7 @@ function cd(e, t, n, s, i, o) {
|
|
|
5402
5433
|
n.showSelectAllOptions && n.type === "checkboxOptions" ? (a(), r("li", ud, [
|
|
5403
5434
|
l("a", {
|
|
5404
5435
|
href: "#",
|
|
5405
|
-
onClick: t[3] || (t[3] =
|
|
5436
|
+
onClick: t[3] || (t[3] = w((...p) => o.toggleAllOptions && o.toggleAllOptions(...p), ["prevent"]))
|
|
5406
5437
|
}, [
|
|
5407
5438
|
i.allOptionsSelected ? (a(), C(d, {
|
|
5408
5439
|
key: 1,
|
|
@@ -5580,7 +5611,7 @@ function fd(e, t, n, s, i, o) {
|
|
|
5580
5611
|
key: 0,
|
|
5581
5612
|
href: "#",
|
|
5582
5613
|
class: "close-button",
|
|
5583
|
-
onClick: t[0] || (t[0] =
|
|
5614
|
+
onClick: t[0] || (t[0] = w((...u) => o.hideSystemMessage && o.hideSystemMessage(...u), ["prevent"])),
|
|
5584
5615
|
title: n.iconClose.tooltip
|
|
5585
5616
|
}, [
|
|
5586
5617
|
h(c, {
|
|
@@ -5593,9 +5624,9 @@ function fd(e, t, n, s, i, o) {
|
|
|
5593
5624
|
_: 3
|
|
5594
5625
|
}, 8, ["name"]);
|
|
5595
5626
|
}
|
|
5596
|
-
const
|
|
5627
|
+
const ke = /* @__PURE__ */ B(md, [["render", fd]]), gd = {
|
|
5597
5628
|
name: "CmdForm",
|
|
5598
|
-
components: { CmdSystemMessage:
|
|
5629
|
+
components: { CmdSystemMessage: ke },
|
|
5599
5630
|
emits: ["validation-status-change", "submit", "update:modelValue"],
|
|
5600
5631
|
data() {
|
|
5601
5632
|
return {
|
|
@@ -5838,7 +5869,7 @@ const we = /* @__PURE__ */ B(md, [["render", fd]]), gd = {
|
|
|
5838
5869
|
}, Cd = {
|
|
5839
5870
|
key: 0,
|
|
5840
5871
|
class: "mandatory-text"
|
|
5841
|
-
}, vd = { key: 1 },
|
|
5872
|
+
}, vd = { key: 1 }, wd = ["type"], kd = { key: 1 }, Td = {
|
|
5842
5873
|
key: 0,
|
|
5843
5874
|
class: "flex-container no-wrap-on-small-devices"
|
|
5844
5875
|
}, Sd = {
|
|
@@ -5846,7 +5877,7 @@ const we = /* @__PURE__ */ B(md, [["render", fd]]), gd = {
|
|
|
5846
5877
|
class: "mandatory-text"
|
|
5847
5878
|
}, _d = { key: 1 }, Od = ["type"], Ld = { key: 1 };
|
|
5848
5879
|
function Id(e, t, n, s, i, o) {
|
|
5849
|
-
const d = j, c =
|
|
5880
|
+
const d = j, c = ke, u = K, f = en, p = Xt;
|
|
5850
5881
|
return a(), r("form", {
|
|
5851
5882
|
class: x(["cmd-form", { error: i.errorOccurred }]),
|
|
5852
5883
|
action: n.formAction,
|
|
@@ -5855,7 +5886,7 @@ function Id(e, t, n, s, i, o) {
|
|
|
5855
5886
|
novalidate: n.novalidate,
|
|
5856
5887
|
method: n.formMethod
|
|
5857
5888
|
}, [
|
|
5858
|
-
n.useFieldset ? (a(), r(
|
|
5889
|
+
n.useFieldset ? (a(), r(k, { key: 0 }, [
|
|
5859
5890
|
l("fieldset", bd, [
|
|
5860
5891
|
l("legend", {
|
|
5861
5892
|
class: x({ hidden: !o.legendOptions.show, "align-left": o.legendOptions.align === "left" })
|
|
@@ -5866,7 +5897,7 @@ function Id(e, t, n, s, i, o) {
|
|
|
5866
5897
|
validationStatus: i.systemMessage.validationStatus,
|
|
5867
5898
|
systemMessage: i.systemMessage.message
|
|
5868
5899
|
}, null, 8, ["validationStatus", "systemMessage"])) : m("", !0),
|
|
5869
|
-
n.useSlot ? D(e.$slots, "default", { key: 2 }) : (a(!0), r(
|
|
5900
|
+
n.useSlot ? D(e.$slots, "default", { key: 2 }) : (a(!0), r(k, { key: 3 }, M(n.formElements, (g, _) => (a(), r(k, { key: _ }, [
|
|
5870
5901
|
!g.component || g.component === "CmdFormElement" ? (a(), C(u, T({
|
|
5871
5902
|
key: _,
|
|
5872
5903
|
class: g.htmlClass
|
|
@@ -5891,7 +5922,7 @@ function Id(e, t, n, s, i, o) {
|
|
|
5891
5922
|
key: 3,
|
|
5892
5923
|
class: x(g.component === "flexContainer" ? "flex-container" : "input-wrapper")
|
|
5893
5924
|
}, [
|
|
5894
|
-
(a(!0), r(
|
|
5925
|
+
(a(!0), r(k, null, M(g.formElements, (O, L) => (a(), r(k, { key: L }, [
|
|
5895
5926
|
!O.component || O.component === "CmdFormElement" ? (a(), C(u, T({
|
|
5896
5927
|
key: L,
|
|
5897
5928
|
class: O.htmlClass
|
|
@@ -5933,14 +5964,14 @@ function Id(e, t, n, s, i, o) {
|
|
|
5933
5964
|
l("button", {
|
|
5934
5965
|
class: x(["button", { "stretch-on-small-devices": o.submitButtonOptions.stretchOnSmallDevices, primary: o.submitButtonOptions.primary, disabled: o.submitButtonOptions.disabled }]),
|
|
5935
5966
|
type: o.submitButtonOptions.type,
|
|
5936
|
-
onClick: t[1] || (t[1] =
|
|
5967
|
+
onClick: t[1] || (t[1] = w((...g) => o.onSubmit && o.onSubmit(...g), ["prevent"]))
|
|
5937
5968
|
}, [
|
|
5938
5969
|
o.submitButtonOptions.iconClass ? (a(), r("span", {
|
|
5939
5970
|
key: 0,
|
|
5940
5971
|
class: x(o.submitButtonOptions.iconClass)
|
|
5941
5972
|
}, null, 2)) : m("", !0),
|
|
5942
|
-
o.submitButtonOptions.text ? (a(), r("span",
|
|
5943
|
-
], 10,
|
|
5973
|
+
o.submitButtonOptions.text ? (a(), r("span", kd, y(o.submitButtonOptions.text), 1)) : m("", !0)
|
|
5974
|
+
], 10, wd)
|
|
5944
5975
|
])) : m("", !0)
|
|
5945
5976
|
]),
|
|
5946
5977
|
o.submitButtonOptions.show && o.submitButtonOptions.position === "belowFieldset" ? (a(), r("div", Td, [
|
|
@@ -5976,7 +6007,7 @@ function Id(e, t, n, s, i, o) {
|
|
|
5976
6007
|
], 64)) : D(e.$slots, "default", { key: 1 })
|
|
5977
6008
|
], 42, yd);
|
|
5978
6009
|
}
|
|
5979
|
-
const
|
|
6010
|
+
const wi = /* @__PURE__ */ B(gd, [["render", Id]]), Bd = {
|
|
5980
6011
|
data() {
|
|
5981
6012
|
return {
|
|
5982
6013
|
defaultMessageProperties: {
|
|
@@ -6280,7 +6311,7 @@ const Dd = {
|
|
|
6280
6311
|
}
|
|
6281
6312
|
}, Fd = ["innerHTML"], Pd = ["src", "alt", "title"], Vd = ["src", "alt", "title"], Md = ["innerHTML"], Ad = ["innerHTML"], Ed = ["src", "alt", "title", "loading"], Hd = ["innerHTML"], qd = ["src", "alt", "title", "loading"];
|
|
6282
6313
|
function Rd(e, t, n, s, i, o) {
|
|
6283
|
-
const d = K, c =
|
|
6314
|
+
const d = K, c = we;
|
|
6284
6315
|
return e.editModeContext ? (a(), C(c, {
|
|
6285
6316
|
key: 0,
|
|
6286
6317
|
ref: "editComponentWrapper",
|
|
@@ -6297,7 +6328,7 @@ function Rd(e, t, n, s, i, o) {
|
|
|
6297
6328
|
l("figure", {
|
|
6298
6329
|
class: x(["cmd-image flex-container no-gap vertical", o.textAlign])
|
|
6299
6330
|
}, [
|
|
6300
|
-
n.figcaption?.show && n.figcaption?.position === "top" ? (a(), r(
|
|
6331
|
+
n.figcaption?.show && n.figcaption?.position === "top" ? (a(), r(k, { key: 0 }, [
|
|
6301
6332
|
u.editing ? (a(), C(d, {
|
|
6302
6333
|
key: 0,
|
|
6303
6334
|
element: "input",
|
|
@@ -6312,12 +6343,12 @@ function Rd(e, t, n, s, i, o) {
|
|
|
6312
6343
|
innerHTML: n.figcaption?.text
|
|
6313
6344
|
}, null, 8, Fd)) : m("", !0)
|
|
6314
6345
|
], 64)) : m("", !0),
|
|
6315
|
-
u.editing ? (a(), r(
|
|
6346
|
+
u.editing ? (a(), r(k, { key: 1 }, [
|
|
6316
6347
|
l("a", T({
|
|
6317
6348
|
href: "#",
|
|
6318
6349
|
class: ["box drop-area flex-container vertical", { "allow-drop": i.allowDrop }]
|
|
6319
|
-
},
|
|
6320
|
-
onClick: t[1] || (t[1] =
|
|
6350
|
+
}, kt(o.dragAndDropHandler, !0), {
|
|
6351
|
+
onClick: t[1] || (t[1] = w((...f) => o.selectFiles && o.selectFiles(...f), ["prevent"])),
|
|
6321
6352
|
title: "Drag new image to this area to replace old one!"
|
|
6322
6353
|
}), [
|
|
6323
6354
|
t[6] || (t[6] = l("span", { class: "icon-image" }, null, -1)),
|
|
@@ -6342,7 +6373,7 @@ function Rd(e, t, n, s, i, o) {
|
|
|
6342
6373
|
alt: n.image?.alt,
|
|
6343
6374
|
title: n.image?.tooltip
|
|
6344
6375
|
}, null, 8, Vd)) : m("", !0),
|
|
6345
|
-
n.figcaption?.show && n.figcaption?.position !== "top" ? (a(), r(
|
|
6376
|
+
n.figcaption?.show && n.figcaption?.position !== "top" ? (a(), r(k, { key: 3 }, [
|
|
6346
6377
|
u.editing ? (a(), C(d, {
|
|
6347
6378
|
key: 0,
|
|
6348
6379
|
element: "input",
|
|
@@ -6468,7 +6499,7 @@ function zd(e, t, n, s, i, o) {
|
|
|
6468
6499
|
const d = q;
|
|
6469
6500
|
return a(), r("a", {
|
|
6470
6501
|
href: "#",
|
|
6471
|
-
onClick: t[0] || (t[0] =
|
|
6502
|
+
onClick: t[0] || (t[0] = w(() => {
|
|
6472
6503
|
}, ["prevent"])),
|
|
6473
6504
|
class: x(["cmd-slide-button", "button", "keep-behavior-on-small-devices", n.slideButtonType]),
|
|
6474
6505
|
title: o.getDirection.tooltip
|
|
@@ -6751,7 +6782,7 @@ function Qd(e, t, n, s, i, o) {
|
|
|
6751
6782
|
}, [
|
|
6752
6783
|
i.showSlidebuttons ? (a(), C(c, {
|
|
6753
6784
|
key: 0,
|
|
6754
|
-
onClick:
|
|
6785
|
+
onClick: w(o.showPrevItem, ["prevent"]),
|
|
6755
6786
|
slideButtonType: "left"
|
|
6756
6787
|
}, null, 8, ["onClick"])) : m("", !0),
|
|
6757
6788
|
h(jt, {
|
|
@@ -6759,14 +6790,14 @@ function Qd(e, t, n, s, i, o) {
|
|
|
6759
6790
|
tag: "ul"
|
|
6760
6791
|
}, {
|
|
6761
6792
|
default: v(() => [
|
|
6762
|
-
(a(!0), r(
|
|
6793
|
+
(a(!0), r(k, null, M(i.items, (p, g) => (a(), r("li", { key: g }, [
|
|
6763
6794
|
e.editModeContext ? n.contentType === "image" ? (a(), C(u, {
|
|
6764
6795
|
key: 1,
|
|
6765
6796
|
image: p.image,
|
|
6766
6797
|
figcaption: p.figcaption,
|
|
6767
6798
|
componentPath: ["props", "thumbnailScrollerItems", g],
|
|
6768
6799
|
editModeConfig: o.imageStructure()
|
|
6769
|
-
}, null, 8, ["image", "figcaption", "componentPath", "editModeConfig"])) : n.contentType === "text" ? (a(), r(
|
|
6800
|
+
}, null, 8, ["image", "figcaption", "componentPath", "editModeConfig"])) : n.contentType === "text" ? (a(), r(k, { key: 2 }, [
|
|
6770
6801
|
p.iconClass ? (a(), C(f, {
|
|
6771
6802
|
key: 0,
|
|
6772
6803
|
iconClass: p.iconClass,
|
|
@@ -6785,7 +6816,7 @@ function Qd(e, t, n, s, i, o) {
|
|
|
6785
6816
|
key: 0,
|
|
6786
6817
|
image: p.image,
|
|
6787
6818
|
figcaption: p.figcaption
|
|
6788
|
-
}, null, 8, ["image", "figcaption"])) : (a(), r(
|
|
6819
|
+
}, null, 8, ["image", "figcaption"])) : (a(), r(k, { key: 1 }, [
|
|
6789
6820
|
p.iconClass ? (a(), C(f, {
|
|
6790
6821
|
key: 0,
|
|
6791
6822
|
iconClass: p.iconClass,
|
|
@@ -6810,13 +6841,13 @@ function Qd(e, t, n, s, i, o) {
|
|
|
6810
6841
|
}, 8, ["name"]),
|
|
6811
6842
|
i.showSlidebuttons ? (a(), C(c, {
|
|
6812
6843
|
key: 1,
|
|
6813
|
-
onClick:
|
|
6844
|
+
onClick: w(o.showNextItem, ["prevent"]),
|
|
6814
6845
|
slideButtons: n.cmdSlideButtons.next
|
|
6815
6846
|
}, null, 8, ["onClick", "slideButtons"])) : m("", !0)
|
|
6816
6847
|
], 2)
|
|
6817
6848
|
], 2);
|
|
6818
6849
|
}
|
|
6819
|
-
const
|
|
6850
|
+
const ki = /* @__PURE__ */ B(Gd, [["render", Qd]]), re = (e) => {
|
|
6820
6851
|
const t = document.createElement("div");
|
|
6821
6852
|
document.querySelector("body").appendChild(t), Jo(Ti, {
|
|
6822
6853
|
...e,
|
|
@@ -7117,7 +7148,7 @@ const $d = Ti, eu = ["aria-label"], tu = { class: "flex-container" }, nu = {
|
|
|
7117
7148
|
class: "flex-container flex-items-flex-none"
|
|
7118
7149
|
}, mu = ["title"], pu = { key: 1 }, hu = ["title"], fu = { key: 1 };
|
|
7119
7150
|
function gu(e, t, n, s, i, o) {
|
|
7120
|
-
const d = j, c = q, u = le, f = ot, p =
|
|
7151
|
+
const d = j, c = q, u = le, f = ot, p = ki;
|
|
7121
7152
|
return a(), r("dialog", {
|
|
7122
7153
|
ref: "dialog",
|
|
7123
7154
|
class: x(["cmd-fancybox", { "show-overlay": e.showOverlay, image: e.fancyBoxImageUrl || e.fancyBoxGallery, "image-gallery": e.fancyBoxGallery }]),
|
|
@@ -7132,7 +7163,7 @@ function gu(e, t, n, s, i, o) {
|
|
|
7132
7163
|
href: "#",
|
|
7133
7164
|
class: "button print-color",
|
|
7134
7165
|
title: e.fancyBoxOptionsProperties.printButtons.color?.tooltip,
|
|
7135
|
-
onClick: t[0] || (t[0] =
|
|
7166
|
+
onClick: t[0] || (t[0] = w((g) => e.printPage("color"), ["prevent"]))
|
|
7136
7167
|
}, [
|
|
7137
7168
|
h(c, {
|
|
7138
7169
|
iconClass: e.fancyBoxOptionsProperties.printButtons.color?.iconClass,
|
|
@@ -7144,7 +7175,7 @@ function gu(e, t, n, s, i, o) {
|
|
|
7144
7175
|
href: "#",
|
|
7145
7176
|
class: "button print-grayscale",
|
|
7146
7177
|
title: e.fancyBoxOptionsProperties.printButtons.grayscale?.tooltip,
|
|
7147
|
-
onClick: t[1] || (t[1] =
|
|
7178
|
+
onClick: t[1] || (t[1] = w((g) => e.printPage("grayscale"), ["prevent"]))
|
|
7148
7179
|
}, [
|
|
7149
7180
|
h(c, {
|
|
7150
7181
|
iconClass: e.fancyBoxOptionsProperties.printButtons.grayscale?.iconClass,
|
|
@@ -7157,7 +7188,7 @@ function gu(e, t, n, s, i, o) {
|
|
|
7157
7188
|
id: "close-dialog",
|
|
7158
7189
|
title: e.fancyBoxOptionsProperties.closeIcon?.tooltip,
|
|
7159
7190
|
ref: "close-dialog",
|
|
7160
|
-
onClick: t[2] || (t[2] =
|
|
7191
|
+
onClick: t[2] || (t[2] = w((...g) => e.close && e.close(...g), ["prevent"]))
|
|
7161
7192
|
}, [
|
|
7162
7193
|
h(c, {
|
|
7163
7194
|
iconClass: e.fancyBoxOptionsProperties.closeIcon?.iconClass,
|
|
@@ -7180,7 +7211,7 @@ function gu(e, t, n, s, i, o) {
|
|
|
7180
7211
|
innerHTML: e.fancyBoxContent
|
|
7181
7212
|
}, null, 8, su)) : e.fancyBoxElements ? (a(), r("div", ru, null, 512)) : e.fancyBoxGallery ? (a(), r("div", du, [
|
|
7182
7213
|
h(f, {
|
|
7183
|
-
onClick:
|
|
7214
|
+
onClick: w(e.showPrevItem, ["prevent"]),
|
|
7184
7215
|
slideButtonType: "left"
|
|
7185
7216
|
}, null, 8, ["onClick"]),
|
|
7186
7217
|
h(u, {
|
|
@@ -7188,7 +7219,7 @@ function gu(e, t, n, s, i, o) {
|
|
|
7188
7219
|
figcaption: e.fancyBoxGallery[e.index].figcaption
|
|
7189
7220
|
}, null, 8, ["image", "figcaption"]),
|
|
7190
7221
|
h(f, {
|
|
7191
|
-
onClick:
|
|
7222
|
+
onClick: w(e.showNextItem, ["prevent"])
|
|
7192
7223
|
}, null, 8, ["onClick"])
|
|
7193
7224
|
])) : (a(), r("div", uu, [
|
|
7194
7225
|
D(e.$slots, "default")
|
|
@@ -7524,15 +7555,15 @@ const yu = /* @__PURE__ */ B($d, [["render", gu]]), bu = {
|
|
|
7524
7555
|
}, vu = {
|
|
7525
7556
|
key: 1,
|
|
7526
7557
|
class: "flex-container order-lastname-firstname"
|
|
7527
|
-
},
|
|
7558
|
+
}, wu = {
|
|
7528
7559
|
key: 2,
|
|
7529
7560
|
class: "flex-container order-phone-email"
|
|
7530
|
-
},
|
|
7561
|
+
}, ku = {
|
|
7531
7562
|
key: 3,
|
|
7532
7563
|
class: "flex-container"
|
|
7533
7564
|
}, Tu = ["innerHTML"];
|
|
7534
7565
|
function Su(e, t, n, s, i, o) {
|
|
7535
|
-
const d = j, c = K, u =
|
|
7566
|
+
const d = j, c = K, u = wi;
|
|
7536
7567
|
return a(), r("div", xu, [
|
|
7537
7568
|
n.cmdHeadline ? (a(), C(d, A(T({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
7538
7569
|
h(u, T({
|
|
@@ -7603,7 +7634,7 @@ function Su(e, t, n, s, i, o) {
|
|
|
7603
7634
|
i18n: e.i18n
|
|
7604
7635
|
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n"])) : m("", !0)
|
|
7605
7636
|
])) : m("", !0),
|
|
7606
|
-
n.configuration.email || n.configuration.phone ? (a(), r("div",
|
|
7637
|
+
n.configuration.email || n.configuration.phone ? (a(), r("div", wu, [
|
|
7607
7638
|
n.configuration.email ? (a(), C(c, {
|
|
7608
7639
|
key: 0,
|
|
7609
7640
|
element: "input",
|
|
@@ -7634,7 +7665,7 @@ function Su(e, t, n, s, i, o) {
|
|
|
7634
7665
|
i18n: e.i18n
|
|
7635
7666
|
}, null, 8, ["type", "labelText", "placeholder", "modelValue", "required", "name", "status", "i18n"])) : m("", !0)
|
|
7636
7667
|
])) : m("", !0),
|
|
7637
|
-
n.configuration.streetNo || n.configuration.streetNo || n.configuration.zip && n.configuration.city ? (a(), r("div",
|
|
7668
|
+
n.configuration.streetNo || n.configuration.streetNo || n.configuration.zip && n.configuration.city ? (a(), r("div", ku, [
|
|
7638
7669
|
n.configuration.country ? (a(), C(c, {
|
|
7639
7670
|
key: 0,
|
|
7640
7671
|
element: "select",
|
|
@@ -7790,7 +7821,7 @@ const Si = /* @__PURE__ */ B(bu, [["render", Su]]), _u = {
|
|
|
7790
7821
|
}
|
|
7791
7822
|
}, Ou = ["src", "alt"], Lu = ["title"], Iu = { key: 2 }, Bu = ["title"], Du = ["src", "alt"];
|
|
7792
7823
|
function Fu(e, t, n, s, i, o) {
|
|
7793
|
-
return a(), r(
|
|
7824
|
+
return a(), r(k, null, [
|
|
7794
7825
|
n.image?.src && (n.image?.position === "left" || n.image?.position === "top" || !n.image?.position) ? (a(), r("img", {
|
|
7795
7826
|
key: 0,
|
|
7796
7827
|
src: n.image?.src,
|
|
@@ -7926,7 +7957,7 @@ function Eu(e, t, n, s, i, o) {
|
|
|
7926
7957
|
href: n.disabled ? null : n.path,
|
|
7927
7958
|
target: n.target,
|
|
7928
7959
|
class: x(["cmd-link", n.highlightLevel, { button: n.styleAsButton, disabled: n.disabled, box: n.styleAsBox, fancybox: n.fancybox }]),
|
|
7929
|
-
onClick: t[0] || (t[0] =
|
|
7960
|
+
onClick: t[0] || (t[0] = w((u) => o.emitClick(u, "href"), ["prevent"])),
|
|
7930
7961
|
title: n.icon?.tooltip
|
|
7931
7962
|
}, [
|
|
7932
7963
|
h(d, {
|
|
@@ -8053,7 +8084,7 @@ function qu(e, t, n, s, i, o) {
|
|
|
8053
8084
|
n.removeTagByClick ? (a(), r("a", {
|
|
8054
8085
|
key: 0,
|
|
8055
8086
|
href: "#",
|
|
8056
|
-
onClick: t[0] || (t[0] =
|
|
8087
|
+
onClick: t[0] || (t[0] = w((...c) => o.removeTag && o.removeTag(...c), ["prevent"]))
|
|
8057
8088
|
}, [
|
|
8058
8089
|
h(d, A(me(n.cmdIcon)), null, 16)
|
|
8059
8090
|
])) : m("", !0)
|
|
@@ -8125,7 +8156,7 @@ function zu(e, t, n, s, i, o) {
|
|
|
8125
8156
|
onClick: t[0] || (t[0] = (f) => o.emitClick(f, n.link))
|
|
8126
8157
|
}, null, 8, ["linkType", "text", "path", "target", "icon", "fancybox", "tooltip", "styleAsButton", "primaryButton", "styleAsBox"]),
|
|
8127
8158
|
n.link?.children?.length ? (a(), r("ul", Nu, [
|
|
8128
|
-
(a(!0), r(
|
|
8159
|
+
(a(!0), r(k, null, M(n.link?.children, (f, p) => (a(), C(c, {
|
|
8129
8160
|
key: p,
|
|
8130
8161
|
link: f
|
|
8131
8162
|
}, null, 8, ["link"]))), 128))
|
|
@@ -8154,7 +8185,7 @@ const Wu = /* @__PURE__ */ B(Ru, [["render", zu]]), Gu = {
|
|
|
8154
8185
|
/**
|
|
8155
8186
|
* define the highlight-level
|
|
8156
8187
|
*
|
|
8157
|
-
* @allowedValues:
|
|
8188
|
+
* @allowedValues: null, "primary", "secondary", "tertiary"
|
|
8158
8189
|
*/
|
|
8159
8190
|
highlightLevel: {
|
|
8160
8191
|
type: String,
|
|
@@ -8374,7 +8405,7 @@ const Wu = /* @__PURE__ */ B(Ru, [["render", zu]]), Gu = {
|
|
|
8374
8405
|
})
|
|
8375
8406
|
}, Ku = { key: 1 }, Yu = ["href"], Ju = { key: 2 }, Zu = { key: 0 }, Qu = { key: 1 }, Xu = { key: 1 }, $u = { key: 1 };
|
|
8376
8407
|
function ec(e, t, n, s, i, o) {
|
|
8377
|
-
const d = j, c = Wu, u =
|
|
8408
|
+
const d = j, c = Wu, u = we, f = le, p = _i, g = q, _ = be;
|
|
8378
8409
|
return a(), C(ge, { name: n.transition }, {
|
|
8379
8410
|
default: v(() => [
|
|
8380
8411
|
l("div", {
|
|
@@ -8397,7 +8428,7 @@ function ec(e, t, n, s, i, o) {
|
|
|
8397
8428
|
default: v(() => [
|
|
8398
8429
|
n.listContentType === "links" ? D(e.$slots, "default", { key: 0 }, () => [
|
|
8399
8430
|
e.editModeContext ? (a(), r("li", Ku, [
|
|
8400
|
-
(a(!0), r(
|
|
8431
|
+
(a(!0), r(k, null, M(e.links, (O, L) => (a(), C(u, {
|
|
8401
8432
|
key: "x" + L,
|
|
8402
8433
|
class: "edit-items",
|
|
8403
8434
|
showComponentName: !1,
|
|
@@ -8425,7 +8456,7 @@ function ec(e, t, n, s, i, o) {
|
|
|
8425
8456
|
l("span", { class: "icon-plus" }, null, -1),
|
|
8426
8457
|
l("span", null, "Add new entry", -1)
|
|
8427
8458
|
])])) : m("", !0)
|
|
8428
|
-
])) : (a(!0), r(
|
|
8459
|
+
])) : (a(!0), r(k, { key: 0 }, M(n.items, (O, L) => (a(), C(c, {
|
|
8429
8460
|
key: L,
|
|
8430
8461
|
class: x({ active: n.sectionAnchors && n.activeSection === L }),
|
|
8431
8462
|
link: O,
|
|
@@ -8433,7 +8464,7 @@ function ec(e, t, n, s, i, o) {
|
|
|
8433
8464
|
}, null, 8, ["class", "link"]))), 128))
|
|
8434
8465
|
]) : m("", !0),
|
|
8435
8466
|
n.listContentType === "images" ? D(e.$slots, "default", { key: 1 }, () => [
|
|
8436
|
-
(a(!0), r(
|
|
8467
|
+
(a(!0), r(k, null, M(n.items, (O, L) => (a(), r("li", { key: L }, [
|
|
8437
8468
|
O.image.url ? (a(), r("a", {
|
|
8438
8469
|
key: 0,
|
|
8439
8470
|
href: O.image.url
|
|
@@ -8446,19 +8477,19 @@ function ec(e, t, n, s, i, o) {
|
|
|
8446
8477
|
]))), 128))
|
|
8447
8478
|
]) : m("", !0),
|
|
8448
8479
|
n.listContentType === "tags" ? D(e.$slots, "default", { key: 2 }, () => [
|
|
8449
|
-
(a(!0), r(
|
|
8480
|
+
(a(!0), r(k, null, M(i.listOfTagItems, (O, L) => (a(), r("li", { key: L }, [
|
|
8450
8481
|
h(p, {
|
|
8451
8482
|
tagText: O,
|
|
8452
8483
|
highlightLevel: n.highlightLevel,
|
|
8453
8484
|
removeTagByClick: n.removeTagByClick,
|
|
8454
|
-
onClick:
|
|
8485
|
+
onClick: w((P) => o.removeTag(e.event, L), ["prevent"])
|
|
8455
8486
|
}, null, 8, ["tagText", "highlightLevel", "removeTagByClick", "onClick"])
|
|
8456
8487
|
]))), 128))
|
|
8457
8488
|
]) : m("", !0)
|
|
8458
8489
|
]),
|
|
8459
8490
|
_: 3
|
|
8460
8491
|
}, 8, ["class"])) : (a(), r("dl", Ju, [
|
|
8461
|
-
(a(!0), r(
|
|
8492
|
+
(a(!0), r(k, null, M(n.items, (O, L) => (a(), r(k, { key: L }, [
|
|
8462
8493
|
n.alignDescriptionTermRight ? m("", !0) : (a(), r("dt", Zu, [
|
|
8463
8494
|
O.descriptionTerm?.cmdIcon?.iconClass ? (a(), C(g, T({
|
|
8464
8495
|
key: 0,
|
|
@@ -8470,7 +8501,7 @@ function ec(e, t, n, s, i, o) {
|
|
|
8470
8501
|
O.descriptionData.cmdLink !== void 0 ? (a(), C(_, T({
|
|
8471
8502
|
key: 0,
|
|
8472
8503
|
ref_for: !0
|
|
8473
|
-
}, O.descriptionData.cmdLink), null, 16)) : (a(), r(
|
|
8504
|
+
}, O.descriptionData.cmdLink), null, 16)) : (a(), r(k, { key: 1 }, [
|
|
8474
8505
|
F(y(O.descriptionData.text), 1)
|
|
8475
8506
|
], 64))
|
|
8476
8507
|
]),
|
|
@@ -8854,10 +8885,10 @@ const ic = ["title"], oc = {
|
|
|
8854
8885
|
}, hc = { class: "box-body" }, fc = { key: 0 }, gc = {
|
|
8855
8886
|
key: 1,
|
|
8856
8887
|
class: "price"
|
|
8857
|
-
}, yc = ["title"], bc = { key: 2 }, xc = { class: "box-header flex-container vertical" }, Cc = { key: 0 }, vc = ["src", "alt"],
|
|
8888
|
+
}, yc = ["title"], bc = { key: 2 }, xc = { class: "box-header flex-container vertical" }, Cc = { key: 0 }, vc = ["src", "alt"], wc = {
|
|
8858
8889
|
key: 0,
|
|
8859
8890
|
class: "user-name"
|
|
8860
|
-
},
|
|
8891
|
+
}, kc = {
|
|
8861
8892
|
key: 0,
|
|
8862
8893
|
class: "user-age"
|
|
8863
8894
|
}, Tc = { class: "no-user-image" }, Sc = {
|
|
@@ -8900,14 +8931,14 @@ function Vc(e, t, n, s, i, o) {
|
|
|
8900
8931
|
href: "#",
|
|
8901
8932
|
class: "box-header",
|
|
8902
8933
|
title: i.open ? n.iconOpen.tooltip : n.iconClosed.tooltip,
|
|
8903
|
-
onClick: t[0] || (t[0] =
|
|
8934
|
+
onClick: t[0] || (t[0] = w((...g) => o.toggleContentVisibility && o.toggleContentVisibility(...g), ["prevent"]))
|
|
8904
8935
|
}, [
|
|
8905
8936
|
n.useSlots?.includes("header") ? D(e.$slots, "header", { key: 0 }) : n.cmdHeadline?.headlineText && n.headlinePosition === "header" ? (a(), C(d, A(T({ key: 1 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
8906
8937
|
h(c, {
|
|
8907
8938
|
iconClass: i.open ? n.iconOpen.iconClass : n.iconClosed.iconClass,
|
|
8908
8939
|
type: i.open ? n.iconOpen.iconType : n.iconClosed.iconType
|
|
8909
8940
|
}, null, 8, ["iconClass", "type"])
|
|
8910
|
-
], 8, ic)) : (a(), r(
|
|
8941
|
+
], 8, ic)) : (a(), r(k, { key: 1 }, [
|
|
8911
8942
|
n.useSlots?.includes("header") || n.cmdHeadline?.headlineText && n.headlinePosition === "header" ? (a(), r("div", oc, [
|
|
8912
8943
|
n.useSlots?.includes("header") ? D(e.$slots, "header", { key: 0 }) : m("", !0),
|
|
8913
8944
|
n.cmdHeadline?.headlineText && n.headlinePosition === "header" ? (a(), C(d, A(T({ key: 1 }, n.cmdHeadline)), null, 16)) : m("", !0)
|
|
@@ -8946,7 +8977,7 @@ function Vc(e, t, n, s, i, o) {
|
|
|
8946
8977
|
n.cutoffTextLines > 0 ? (a(), r("a", {
|
|
8947
8978
|
key: 1,
|
|
8948
8979
|
href: "#",
|
|
8949
|
-
onClick: t[1] || (t[1] =
|
|
8980
|
+
onClick: t[1] || (t[1] = w((...g) => o.toggleCutOffText && o.toggleCutOffText(...g), ["prevent"]))
|
|
8950
8981
|
}, y(i.showCutOffText ? e.getMessage("box.contentbox.collapse_text") : e.getMessage("box.contentbox.expand_text")), 1)) : m("", !0)
|
|
8951
8982
|
]),
|
|
8952
8983
|
_: 1
|
|
@@ -8984,7 +9015,7 @@ function Vc(e, t, n, s, i, o) {
|
|
|
8984
9015
|
key: 1,
|
|
8985
9016
|
class: x(["cmd-box box product", { "stretch-vertically": n.stretchVertically, "stretch-horizontally": n.stretchHorizontally, "row-view": n.rowView }]),
|
|
8986
9017
|
href: "#",
|
|
8987
|
-
onClick: t[2] || (t[2] =
|
|
9018
|
+
onClick: t[2] || (t[2] = w((g) => o.clickOnProduct(n.product), ["prevent"]))
|
|
8988
9019
|
}, [
|
|
8989
9020
|
l("div", cc, [
|
|
8990
9021
|
n.product.image?.src ? (a(), C(u, A(T({ key: 0 }, { image: { ...n.product.image } })), null, 16)) : m("", !0),
|
|
@@ -9023,11 +9054,11 @@ function Vc(e, t, n, s, i, o) {
|
|
|
9023
9054
|
src: n.user.image.src,
|
|
9024
9055
|
alt: n.user.image.alt
|
|
9025
9056
|
}, null, 8, vc),
|
|
9026
|
-
n.rowView ? m("", !0) : (a(), r("figcaption",
|
|
9057
|
+
n.rowView ? m("", !0) : (a(), r("figcaption", wc, [
|
|
9027
9058
|
F(y(n.user.name) + " ", 1),
|
|
9028
|
-
n.user.age ? (a(), r("span",
|
|
9059
|
+
n.user.age ? (a(), r("span", kc, " (" + y(n.user.age) + ") ", 1)) : m("", !0)
|
|
9029
9060
|
]))
|
|
9030
|
-
])) : (a(), r(
|
|
9061
|
+
])) : (a(), r(k, { key: 1 }, [
|
|
9031
9062
|
l("div", Tc, [
|
|
9032
9063
|
h(c, {
|
|
9033
9064
|
iconClass: n.iconUserProfile.iconClass,
|
|
@@ -9048,7 +9079,7 @@ function Vc(e, t, n, s, i, o) {
|
|
|
9048
9079
|
n.user.description ? (a(), r("p", Dc, y(n.user.description), 1)) : m("", !0)
|
|
9049
9080
|
]),
|
|
9050
9081
|
n.user.tags && n.user.tags.length ? (a(), r("ul", Fc, [
|
|
9051
|
-
(a(!0), r(
|
|
9082
|
+
(a(!0), r(k, null, M(n.user.tags, (g, _) => (a(), r("li", { key: _ }, y(g), 1))), 128))
|
|
9052
9083
|
])) : m("", !0),
|
|
9053
9084
|
n.user.links && n.user.links.length ? (a(), r("div", Pc, [
|
|
9054
9085
|
h(p, {
|
|
@@ -9271,7 +9302,7 @@ function qc(e, t, n, s, i, o) {
|
|
|
9271
9302
|
n.allowUserToToggleOrientation ? (a(), r("div", Ec, [
|
|
9272
9303
|
l("a", {
|
|
9273
9304
|
href: "#",
|
|
9274
|
-
onClick: t[0] || (t[0] =
|
|
9305
|
+
onClick: t[0] || (t[0] = w((...u) => o.toggleOrientation && o.toggleOrientation(...u), ["prevent"])),
|
|
9275
9306
|
title: i.rowView ? n.iconRowView.tooltip : n.iconGridView.tooltip
|
|
9276
9307
|
}, [
|
|
9277
9308
|
h(c, {
|
|
@@ -9347,7 +9378,7 @@ function Jc(e, t, n, s, i, o) {
|
|
|
9347
9378
|
const d = q, c = pe("router-link");
|
|
9348
9379
|
return a(), r("ul", jc, [
|
|
9349
9380
|
n.breadcrumbLabel ? (a(), r("li", Nc, y(n.breadcrumbLabel), 1)) : m("", !0),
|
|
9350
|
-
(a(!0), r(
|
|
9381
|
+
(a(!0), r(k, null, M(n.breadcrumbLinks || [], (u, f) => (a(), r("li", { key: f }, [
|
|
9351
9382
|
u.type === "href" ? (a(), r("a", {
|
|
9352
9383
|
key: 0,
|
|
9353
9384
|
href: u.path
|
|
@@ -9453,7 +9484,7 @@ function tm(e, t, n, s, i, o) {
|
|
|
9453
9484
|
n.allowCopyByClick ? (a(), r("a", {
|
|
9454
9485
|
key: 0,
|
|
9455
9486
|
href: "#",
|
|
9456
|
-
onClick: t[0] || (t[0] =
|
|
9487
|
+
onClick: t[0] || (t[0] = w((c) => o.copyToClipboard(), ["prevent"])),
|
|
9457
9488
|
title: n.cmdIcon.tooltip
|
|
9458
9489
|
}, [
|
|
9459
9490
|
h(d, {
|
|
@@ -9856,7 +9887,7 @@ const um = /* @__PURE__ */ B(sm, [["render", dm]]), cm = {
|
|
|
9856
9887
|
}, gm = ["onClick", "title"], ym = { class: "collapsible-box-body" }, bm = { key: 0 }, xm = { key: 1 }, Cm = ["href", "target"], vm = {
|
|
9857
9888
|
key: 1,
|
|
9858
9889
|
class: "flex-container vertical"
|
|
9859
|
-
},
|
|
9890
|
+
}, wm = ["onClick", "title"], km = { class: "collapsible-box-body" }, Tm = { key: 0 }, Sm = { key: 1 }, _m = ["href", "target"], Om = ["innerHTML"], Lm = { class: "button-wrapper align-center" };
|
|
9860
9891
|
function Im(e, t, n, s, i, o) {
|
|
9861
9892
|
const d = j, c = K;
|
|
9862
9893
|
return a(), C(ge, { name: n.transition }, {
|
|
@@ -9875,7 +9906,7 @@ function Im(e, t, n, s, i, o) {
|
|
|
9875
9906
|
headlineText: o.defaultCmdBoxRequiredCookies().headlineText,
|
|
9876
9907
|
headlineLevel: o.defaultCmdBoxRequiredCookies().headlineLevel
|
|
9877
9908
|
}, null, 8, ["headlineText", "headlineLevel"])) : m("", !0),
|
|
9878
|
-
(a(!0), r(
|
|
9909
|
+
(a(!0), r(k, null, M(n.cookieOptions.required.cookies || [], (u, f) => (a(), r("div", {
|
|
9879
9910
|
key: f,
|
|
9880
9911
|
class: "collapsible-box"
|
|
9881
9912
|
}, [
|
|
@@ -9896,7 +9927,7 @@ function Im(e, t, n, s, i, o) {
|
|
|
9896
9927
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"]),
|
|
9897
9928
|
l("a", {
|
|
9898
9929
|
href: "#",
|
|
9899
|
-
onClick:
|
|
9930
|
+
onClick: w((p) => o.toggleBoxBody(u.id), ["prevent"]),
|
|
9900
9931
|
title: e.getMessage("cookie_disclaimer.tooltip.toggle_box_content")
|
|
9901
9932
|
}, [
|
|
9902
9933
|
l("span", {
|
|
@@ -9926,7 +9957,7 @@ function Im(e, t, n, s, i, o) {
|
|
|
9926
9957
|
headlineText: o.defaultCmdBoxOptionalCookies().headlineText,
|
|
9927
9958
|
headlineLevel: o.defaultCmdBoxOptionalCookies().headlineLevel
|
|
9928
9959
|
}, null, 8, ["headlineText", "headlineLevel"])) : m("", !0),
|
|
9929
|
-
(a(!0), r(
|
|
9960
|
+
(a(!0), r(k, null, M(n.cookieOptions.optional.cookies || [], (u, f) => (a(), r("div", {
|
|
9930
9961
|
key: f,
|
|
9931
9962
|
class: "collapsible-box"
|
|
9932
9963
|
}, [
|
|
@@ -9947,15 +9978,15 @@ function Im(e, t, n, s, i, o) {
|
|
|
9947
9978
|
}, null, 8, ["modelValue", "inputValue", "labelText", "disabled", "id", "title"]),
|
|
9948
9979
|
l("a", {
|
|
9949
9980
|
href: "#",
|
|
9950
|
-
onClick:
|
|
9981
|
+
onClick: w((p) => o.toggleBoxBody(u.id), ["prevent"]),
|
|
9951
9982
|
title: e.getMessage("cookie_disclaimer.tooltip.toggle_box_content")
|
|
9952
9983
|
}, [
|
|
9953
9984
|
l("span", {
|
|
9954
9985
|
class: x(o.boxIsOpen(u.id) ? n.iconClassBoxExpanded : n.iconClassBoxCollapsed)
|
|
9955
9986
|
}, null, 2)
|
|
9956
|
-
], 8,
|
|
9987
|
+
], 8, wm)
|
|
9957
9988
|
], 2),
|
|
9958
|
-
G(l("div",
|
|
9989
|
+
G(l("div", km, [
|
|
9959
9990
|
u.description ? (a(), r("p", Tm, y(u.description), 1)) : m("", !0),
|
|
9960
9991
|
u.linkDataPrivacy ? (a(), r("p", Sm, [
|
|
9961
9992
|
F(y(u.linkDataPrivacy.label) + " ", 1),
|
|
@@ -10188,7 +10219,7 @@ function Jm(e, t, n, s, i, o) {
|
|
|
10188
10219
|
i.options.length > 1 ? (a(), r("li", Gm, [
|
|
10189
10220
|
l("a", {
|
|
10190
10221
|
href: "#",
|
|
10191
|
-
onClick: t[0] || (t[0] =
|
|
10222
|
+
onClick: t[0] || (t[0] = w((...c) => o.deleteAllFilters && o.deleteAllFilters(...c), ["prevent"]))
|
|
10192
10223
|
}, [
|
|
10193
10224
|
n.linkDeleteAllFilters.icon && n.linkDeleteAllFilters.icon.show ? (a(), C(d, {
|
|
10194
10225
|
key: 0,
|
|
@@ -10198,10 +10229,10 @@ function Jm(e, t, n, s, i, o) {
|
|
|
10198
10229
|
n.linkDeleteAllFilters.text ? (a(), r("span", Km, y(n.linkDeleteAllFilters.text), 1)) : m("", !0)
|
|
10199
10230
|
])
|
|
10200
10231
|
])) : m("", !0),
|
|
10201
|
-
(a(!0), r(
|
|
10232
|
+
(a(!0), r(k, null, M(i.options, (c, u) => (a(), r("li", { key: u }, [
|
|
10202
10233
|
l("a", {
|
|
10203
10234
|
href: "#",
|
|
10204
|
-
onClick:
|
|
10235
|
+
onClick: w((f) => o.deleteClickedFilter(u), ["prevent"]),
|
|
10205
10236
|
title: n.deleteFilterIcon.tooltip
|
|
10206
10237
|
}, [
|
|
10207
10238
|
l("span", null, y(n.selectedOptionsName(c)), 1),
|
|
@@ -10300,7 +10331,7 @@ const Xm = {
|
|
|
10300
10331
|
}
|
|
10301
10332
|
}, $m = { class: "cmd-google-maps responsive-wrapper" }, ep = ["src"];
|
|
10302
10333
|
function tp(e, t, n, s, i, o) {
|
|
10303
|
-
const d = j, c =
|
|
10334
|
+
const d = j, c = ke;
|
|
10304
10335
|
return a(), r("div", $m, [
|
|
10305
10336
|
n.cmdHeadline ? (a(), C(d, A(T({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
10306
10337
|
i.cookiesAccepted ? (a(), r("iframe", {
|
|
@@ -10318,7 +10349,7 @@ function tp(e, t, n, s, i, o) {
|
|
|
10318
10349
|
l("p", null, y(e.getMessage("google_maps.system_message.accept_terms")), 1),
|
|
10319
10350
|
l("a", {
|
|
10320
10351
|
href: "#",
|
|
10321
|
-
onClick: t[0] || (t[0] =
|
|
10352
|
+
onClick: t[0] || (t[0] = w((...u) => o.acceptCookies && o.acceptCookies(...u), ["prevent"]))
|
|
10322
10353
|
}, y(e.getMessage("google_maps.button_text.accept_required_cookies")), 1)
|
|
10323
10354
|
]),
|
|
10324
10355
|
_: 1
|
|
@@ -10422,7 +10453,7 @@ function lp(e, t, n, s, i, o) {
|
|
|
10422
10453
|
const d = j, c = le;
|
|
10423
10454
|
return a(), r("div", ip, [
|
|
10424
10455
|
n.cmdHeadline?.headlineText || e.editModeContext ? (a(), C(d, A(T({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
10425
|
-
e.editModeContext ? n.images.length ? (a(!0), r(
|
|
10456
|
+
e.editModeContext ? n.images.length ? (a(!0), r(k, { key: 2 }, M(n.images, (u, f) => (a(), C(c, {
|
|
10426
10457
|
key: f,
|
|
10427
10458
|
class: "image-wrapper",
|
|
10428
10459
|
image: u.image,
|
|
@@ -10437,19 +10468,19 @@ function lp(e, t, n, s, i, o) {
|
|
|
10437
10468
|
}, [...t[1] || (t[1] = [
|
|
10438
10469
|
l("span", { class: "icon-plus" }, null, -1),
|
|
10439
10470
|
l("span", null, "Add new gallery-image", -1)
|
|
10440
|
-
])])) : (a(), r(
|
|
10441
|
-
n.useFancyboxForLargeImages ? (a(!0), r(
|
|
10471
|
+
])])) : (a(), r(k, { key: 1 }, [
|
|
10472
|
+
n.useFancyboxForLargeImages ? (a(!0), r(k, { key: 0 }, M(n.images, (u, f) => (a(), r("a", {
|
|
10442
10473
|
class: "image-wrapper",
|
|
10443
10474
|
key: f,
|
|
10444
10475
|
href: "#",
|
|
10445
|
-
onClick:
|
|
10476
|
+
onClick: w((p) => o.showFancyBox(f), ["prevent"]),
|
|
10446
10477
|
title: o.getMessage("image_gallery.tooltip.open_large_image")
|
|
10447
10478
|
}, [
|
|
10448
10479
|
h(c, {
|
|
10449
10480
|
image: u.image,
|
|
10450
10481
|
figcaption: o.figcaption(u)
|
|
10451
10482
|
}, null, 8, ["image", "figcaption"])
|
|
10452
|
-
], 8, op))), 128)) : (a(!0), r(
|
|
10483
|
+
], 8, op))), 128)) : (a(!0), r(k, { key: 1 }, M(n.images, (u, f) => (a(), r("div", {
|
|
10453
10484
|
key: `i${f}`,
|
|
10454
10485
|
class: "image-wrapper"
|
|
10455
10486
|
}, [
|
|
@@ -10903,13 +10934,13 @@ const mp = /* @__PURE__ */ B(sp, [["render", cp]]), pp = {
|
|
|
10903
10934
|
}, xp = { key: 1 }, Cp = { class: "option-wrapper flex-container" }, vp = {
|
|
10904
10935
|
key: 0,
|
|
10905
10936
|
class: "flex-container reset-flex no-wrap-on-small-devices justify-content-space-around"
|
|
10906
|
-
},
|
|
10937
|
+
}, wp = { key: 1 }, kp = ["type", "disabled"], Tp = { key: 1 }, Sp = {
|
|
10907
10938
|
key: 1,
|
|
10908
10939
|
class: "cmd-login-form flex-container"
|
|
10909
10940
|
}, _p = { class: "option-wrapper flex-container" }, Op = ["type", "disabled"], Lp = { key: 1 };
|
|
10910
10941
|
function Ip(e, t, n, s, i, o) {
|
|
10911
10942
|
const d = j, c = q, u = K, f = be;
|
|
10912
|
-
return a(), r(
|
|
10943
|
+
return a(), r(k, null, [
|
|
10913
10944
|
i.sendLogin ? m("", !0) : (a(), r("fieldset", hp, [
|
|
10914
10945
|
l("legend", {
|
|
10915
10946
|
class: x({ hidden: !n.legendLoginForm.show, "align-left": n.legendLoginForm.align === "left" })
|
|
@@ -10975,7 +11006,7 @@ function Ip(e, t, n, s, i, o) {
|
|
|
10975
11006
|
n.linkForgotPassword ? (a(), r("a", {
|
|
10976
11007
|
key: 0,
|
|
10977
11008
|
href: "#",
|
|
10978
|
-
onClick: t[6] || (t[6] =
|
|
11009
|
+
onClick: t[6] || (t[6] = w((...p) => o.toggleSendLoginView && o.toggleSendLoginView(...p), ["prevent"]))
|
|
10979
11010
|
}, [
|
|
10980
11011
|
n.linkForgotPassword.icon?.show && n.linkForgotPassword.icon?.iconClass ? (a(), C(c, {
|
|
10981
11012
|
key: 0,
|
|
@@ -10983,7 +11014,7 @@ function Ip(e, t, n, s, i, o) {
|
|
|
10983
11014
|
type: n.linkForgotPassword.icon.iconType,
|
|
10984
11015
|
title: n.linkForgotPassword.icon.tooltip
|
|
10985
11016
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
|
10986
|
-
n.linkForgotPassword.text ? (a(), r("span",
|
|
11017
|
+
n.linkForgotPassword.text ? (a(), r("span", wp, y(n.linkForgotPassword.text), 1)) : m("", !0)
|
|
10987
11018
|
])) : m("", !0),
|
|
10988
11019
|
n.linkCreateAccount ? (a(), C(f, {
|
|
10989
11020
|
key: 1,
|
|
@@ -11012,7 +11043,7 @@ function Ip(e, t, n, s, i, o) {
|
|
|
11012
11043
|
title: o.buttonLoginDefaultOptions.icon.tooltip
|
|
11013
11044
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
|
11014
11045
|
o.buttonLoginDefaultOptions.text ? (a(), r("span", Tp, y(o.buttonLoginDefaultOptions.text), 1)) : m("", !0)
|
|
11015
|
-
], 16,
|
|
11046
|
+
], 16, kp)) : m("", !0)
|
|
11016
11047
|
])
|
|
11017
11048
|
])),
|
|
11018
11049
|
i.sendLogin ? (a(), r("fieldset", Sp, [
|
|
@@ -11032,7 +11063,7 @@ function Ip(e, t, n, s, i, o) {
|
|
|
11032
11063
|
l("div", _p, [
|
|
11033
11064
|
l("a", {
|
|
11034
11065
|
href: "#",
|
|
11035
|
-
onClick: t[10] || (t[10] =
|
|
11066
|
+
onClick: t[10] || (t[10] = w((...p) => o.toggleSendLoginView && o.toggleSendLoginView(...p), ["prevent"]))
|
|
11036
11067
|
}, [
|
|
11037
11068
|
n.linkBackToLogin.icon && n.linkBackToLogin.icon.show && n.linkBackToLogin.icon.iconClass ? (a(), C(c, {
|
|
11038
11069
|
key: 0,
|
|
@@ -11216,7 +11247,7 @@ function zp(e, t, n, s, i, o) {
|
|
|
11216
11247
|
href: "#",
|
|
11217
11248
|
id: "close-offcanvas",
|
|
11218
11249
|
role: "button",
|
|
11219
|
-
onClick: t[0] || (t[0] =
|
|
11250
|
+
onClick: t[0] || (t[0] = w((...u) => o.closeOffcanvasNavigation && o.closeOffcanvasNavigation(...u), ["prevent"]))
|
|
11220
11251
|
}, [
|
|
11221
11252
|
n.closeOffcanvas.iconClass ? (a(), C(d, {
|
|
11222
11253
|
key: 0,
|
|
@@ -11228,7 +11259,7 @@ function zp(e, t, n, s, i, o) {
|
|
|
11228
11259
|
}, y(n.closeOffcanvas.text), 3)
|
|
11229
11260
|
])
|
|
11230
11261
|
])) : m("", !0),
|
|
11231
|
-
(a(!0), r(
|
|
11262
|
+
(a(!0), r(k, null, M(n.navigationEntries, (u, f) => (a(), r("li", {
|
|
11232
11263
|
key: f,
|
|
11233
11264
|
class: x({ active: u.active, open: i.openEntry === f, "has-subentries": u?.subentries?.length })
|
|
11234
11265
|
}, [
|
|
@@ -11276,7 +11307,7 @@ function zp(e, t, n, s, i, o) {
|
|
|
11276
11307
|
key: 2,
|
|
11277
11308
|
"aria-expanded": i.openEntry ? "true" : "false"
|
|
11278
11309
|
}, [
|
|
11279
|
-
(a(!0), r(
|
|
11310
|
+
(a(!0), r(k, null, M(u.subentries, (p, g) => (a(), r("li", {
|
|
11280
11311
|
key: g,
|
|
11281
11312
|
class: x({ open: i.openSubentry === g, "has-subentries": p?.subentries?.length })
|
|
11282
11313
|
}, [
|
|
@@ -11324,7 +11355,7 @@ function zp(e, t, n, s, i, o) {
|
|
|
11324
11355
|
key: 2,
|
|
11325
11356
|
"aria-expanded": i.openSubentry ? "true" : "false"
|
|
11326
11357
|
}, [
|
|
11327
|
-
(a(!0), r(
|
|
11358
|
+
(a(!0), r(k, null, M(p.subentries, (_, O) => (a(), r("li", { key: O }, [
|
|
11328
11359
|
_.type === "href" ? (a(), r("a", {
|
|
11329
11360
|
key: 0,
|
|
11330
11361
|
href: _.path,
|
|
@@ -11375,7 +11406,7 @@ function zp(e, t, n, s, i, o) {
|
|
|
11375
11406
|
href: "#",
|
|
11376
11407
|
class: "button",
|
|
11377
11408
|
id: "toggle-offcanvas",
|
|
11378
|
-
onClick: t[5] || (t[5] =
|
|
11409
|
+
onClick: t[5] || (t[5] = w((...u) => o.toggleOffcanvasNavigation && o.toggleOffcanvasNavigation(...u), ["prevent"]))
|
|
11379
11410
|
}, [
|
|
11380
11411
|
h(d, {
|
|
11381
11412
|
iconClass: n.buttonOffcanvas.iconClass,
|
|
@@ -11511,7 +11542,7 @@ function th(e, t, n, s, i, o) {
|
|
|
11511
11542
|
l("a", {
|
|
11512
11543
|
href: o.getPreviousHref,
|
|
11513
11544
|
class: x(["page-change", { disabled: i.currentPage === 1, button: n.linkType === "button" }]),
|
|
11514
|
-
onClick: t[0] || (t[0] =
|
|
11545
|
+
onClick: t[0] || (t[0] = w((...c) => o.previousPage && o.previousPage(...c), ["stop", "prevent"])),
|
|
11515
11546
|
title: n.prevLink.showText ? null : n.prevLink.text
|
|
11516
11547
|
}, [
|
|
11517
11548
|
h(d, {
|
|
@@ -11522,12 +11553,12 @@ function th(e, t, n, s, i, o) {
|
|
|
11522
11553
|
], 10, Yp),
|
|
11523
11554
|
l("div", Zp, [
|
|
11524
11555
|
l("div", Qp, [
|
|
11525
|
-
(a(!0), r(
|
|
11556
|
+
(a(!0), r(k, null, M(n.numberOfPages, (c, u) => (a(), r("a", {
|
|
11526
11557
|
href: o.getHref(c),
|
|
11527
11558
|
class: x({ disabled: i.currentPage === u + 1, button: n.linkType === "button", hidden: !n.showPageNumbers }),
|
|
11528
11559
|
title: i.currentPage !== u + 1 ? e.getMessage("pagination.tooltip.go_to_page", u + 1) : e.getMessage("pagination.tooltip.not_possible"),
|
|
11529
11560
|
key: u,
|
|
11530
|
-
onClick:
|
|
11561
|
+
onClick: w((f) => o.showPage(f, c), ["stop", "prevent"]),
|
|
11531
11562
|
"aria-live": "polite"
|
|
11532
11563
|
}, [
|
|
11533
11564
|
l("span", null, y(u + 1), 1)
|
|
@@ -11537,7 +11568,7 @@ function th(e, t, n, s, i, o) {
|
|
|
11537
11568
|
l("a", {
|
|
11538
11569
|
href: o.getNextHref,
|
|
11539
11570
|
class: x(["page-change", { disabled: i.currentPage === n.numberOfPages, button: n.linkType === "button" }]),
|
|
11540
|
-
onClick: t[1] || (t[1] =
|
|
11571
|
+
onClick: t[1] || (t[1] = w((...c) => o.nextPage && o.nextPage(...c), ["stop", "prevent"])),
|
|
11541
11572
|
title: n.nextLink.showText ? null : n.nextLink.text
|
|
11542
11573
|
}, [
|
|
11543
11574
|
n.nextLink.showText ? (a(), r("span", eh, y(n.nextLink.text), 1)) : m("", !0),
|
|
@@ -11688,7 +11719,7 @@ function sh(e, t, n, s, i, o) {
|
|
|
11688
11719
|
return a(), r("ol", {
|
|
11689
11720
|
class: x(["cmd-multistep-form-progress-bar", { "use-gap": n.useGap, "full-width": n.fullWidth }])
|
|
11690
11721
|
}, [
|
|
11691
|
-
(a(!0), r(
|
|
11722
|
+
(a(!0), r(k, null, M(n.multisteps, (u, f) => (a(), r("li", {
|
|
11692
11723
|
key: f,
|
|
11693
11724
|
class: x([o.errorLinkClass(f), o.successLinkClass(f)])
|
|
11694
11725
|
}, [
|
|
@@ -11713,7 +11744,7 @@ function sh(e, t, n, s, i, o) {
|
|
|
11713
11744
|
u.text ? (a(), r("span", oh, y(u.text), 1)) : m("", !0)
|
|
11714
11745
|
]),
|
|
11715
11746
|
_: 2
|
|
11716
|
-
}, 1032, ["linkType", "class", "styleAsButton", "highlightLevel", "path", "title", "disabled", "onClick"])) : (a(), r(
|
|
11747
|
+
}, 1032, ["linkType", "class", "styleAsButton", "highlightLevel", "path", "title", "disabled", "onClick"])) : (a(), r(k, { key: 1 }, [
|
|
11717
11748
|
n.showStepNumber ? (a(), r("span", lh, y(f + 1), 1)) : m("", !0),
|
|
11718
11749
|
u.iconClass ? (a(), C(d, {
|
|
11719
11750
|
key: 1,
|
|
@@ -11913,7 +11944,7 @@ const Ai = /* @__PURE__ */ B(nh, [["render", sh]]), rh = {
|
|
|
11913
11944
|
}
|
|
11914
11945
|
}, uh = { class: "cmd-multistepform-wrapper" }, ch = { class: "multistep-page-last" };
|
|
11915
11946
|
function mh(e, t, n, s, i, o) {
|
|
11916
|
-
const d = Ai, c =
|
|
11947
|
+
const d = Ai, c = ke, u = Mi;
|
|
11917
11948
|
return a(), r("div", uh, [
|
|
11918
11949
|
D(e.$slots, "progress-bar", {
|
|
11919
11950
|
setCurrentPage: o.setCurrentPage,
|
|
@@ -11927,7 +11958,7 @@ function mh(e, t, n, s, i, o) {
|
|
|
11927
11958
|
onClick: t[0] || (t[0] = (f) => o.setCurrentPage(f.index + 1))
|
|
11928
11959
|
}), null, 16, ["multisteps", "activeStep", "errorSteps", "successSteps"])) : m("", !0)
|
|
11929
11960
|
]),
|
|
11930
|
-
(a(!0), r(
|
|
11961
|
+
(a(!0), r(k, null, M(o.numberOfPages, (f, p) => G((a(), r("div", {
|
|
11931
11962
|
class: x("multistep-page-" + f),
|
|
11932
11963
|
key: p
|
|
11933
11964
|
}, [
|
|
@@ -12274,10 +12305,10 @@ const xh = {
|
|
|
12274
12305
|
}, Ch = { class: "cmd-opening-hours-item" }, vh = {
|
|
12275
12306
|
key: 0,
|
|
12276
12307
|
class: "am"
|
|
12277
|
-
},
|
|
12308
|
+
}, wh = {
|
|
12278
12309
|
key: 1,
|
|
12279
12310
|
class: "pm"
|
|
12280
|
-
},
|
|
12311
|
+
}, kh = { class: "flex-container flex-none" }, Th = { class: "flex-container flex-items-flex-none am-wrapper" }, Sh = {
|
|
12281
12312
|
key: 1,
|
|
12282
12313
|
class: "input-wrapper"
|
|
12283
12314
|
}, _h = ["title"], Oh = { class: "flex-container flex-items-flex-none pm-wrapper" }, Lh = {
|
|
@@ -12286,7 +12317,7 @@ const xh = {
|
|
|
12286
12317
|
}, Ih = ["title"];
|
|
12287
12318
|
function Bh(e, t, n, s, i, o) {
|
|
12288
12319
|
const d = K;
|
|
12289
|
-
return e.editing ? (a(), r(
|
|
12320
|
+
return e.editing ? (a(), r(k, { key: 1 }, [
|
|
12290
12321
|
l("dt", null, [
|
|
12291
12322
|
h(d, {
|
|
12292
12323
|
element: "input",
|
|
@@ -12299,7 +12330,7 @@ function Bh(e, t, n, s, i, o) {
|
|
|
12299
12330
|
"onUpdate:modelValue": t[0] || (t[0] = (c) => i.editableDay.day = c)
|
|
12300
12331
|
}, null, 8, ["modelValue"])
|
|
12301
12332
|
]),
|
|
12302
|
-
l("dd",
|
|
12333
|
+
l("dd", kh, [
|
|
12303
12334
|
l("div", Th, [
|
|
12304
12335
|
i.editableDay.amClosed ? (a(), C(d, {
|
|
12305
12336
|
key: 0,
|
|
@@ -12337,7 +12368,7 @@ function Bh(e, t, n, s, i, o) {
|
|
|
12337
12368
|
])),
|
|
12338
12369
|
l("a", {
|
|
12339
12370
|
href: "#",
|
|
12340
|
-
onClick: t[4] || (t[4] =
|
|
12371
|
+
onClick: t[4] || (t[4] = w((c) => o.toggleClosedStatus("am"), ["prevent"])),
|
|
12341
12372
|
title: i.editableDay.amClosed ? "Set to open" : "Set to closed",
|
|
12342
12373
|
class: x(i.editableDay.amClosed ? "icon-clock" : "icon-blocked")
|
|
12343
12374
|
}, null, 10, _h)
|
|
@@ -12379,26 +12410,26 @@ function Bh(e, t, n, s, i, o) {
|
|
|
12379
12410
|
])),
|
|
12380
12411
|
l("a", {
|
|
12381
12412
|
href: "#",
|
|
12382
|
-
onClick: t[8] || (t[8] =
|
|
12413
|
+
onClick: t[8] || (t[8] = w((c) => o.toggleClosedStatus("pm"), ["prevent"])),
|
|
12383
12414
|
title: i.editableDay.pmClosed ? "Set to open" : "Set to closed",
|
|
12384
12415
|
class: x(i.editableDay.pmClosed ? "icon-clock" : "icon-blocked")
|
|
12385
12416
|
}, null, 10, Ih)
|
|
12386
12417
|
])
|
|
12387
12418
|
])
|
|
12388
|
-
], 64)) : (a(), r(
|
|
12419
|
+
], 64)) : (a(), r(k, { key: 0 }, [
|
|
12389
12420
|
l("dt", Ch, y(n.day.day), 1),
|
|
12390
12421
|
l("dd", null, [
|
|
12391
12422
|
n.day.am ? (a(), r("span", vh, [
|
|
12392
|
-
n.day.am.displayText ? (a(), r(
|
|
12423
|
+
n.day.am.displayText ? (a(), r(k, { key: 0 }, [
|
|
12393
12424
|
F(y(n.day.am.displayText), 1)
|
|
12394
|
-
], 64)) : (a(), r(
|
|
12425
|
+
], 64)) : (a(), r(k, { key: 1 }, [
|
|
12395
12426
|
F(y(o.getTime(n.day.am.fromTime, n.abbreviationTextAm)) + " " + y(n.separator) + " " + y(o.getTime(n.day.am.tillTime)), 1)
|
|
12396
12427
|
], 64))
|
|
12397
12428
|
])) : m("", !0),
|
|
12398
|
-
n.day.pm ? (a(), r("span",
|
|
12399
|
-
n.day.pm.displayText ? (a(), r(
|
|
12429
|
+
n.day.pm ? (a(), r("span", wh, [
|
|
12430
|
+
n.day.pm.displayText ? (a(), r(k, { key: 0 }, [
|
|
12400
12431
|
F(y(n.day.pm.displayText), 1)
|
|
12401
|
-
], 64)) : (a(), r(
|
|
12432
|
+
], 64)) : (a(), r(k, { key: 1 }, [
|
|
12402
12433
|
F(y(o.getTime(n.day.pm.fromTime, n.abbreviationTextPm)) + " " + y(n.separator) + " " + y(o.getTime(n.day.pm.tillTime)), 1)
|
|
12403
12434
|
], 64))
|
|
12404
12435
|
])) : m("", !0)
|
|
@@ -12673,10 +12704,10 @@ const Vh = {
|
|
|
12673
12704
|
class: "flex-container vertical"
|
|
12674
12705
|
};
|
|
12675
12706
|
function Uh(e, t, n, s, i, o) {
|
|
12676
|
-
const d = j, c = be, u = K, f = Dh, p =
|
|
12707
|
+
const d = j, c = be, u = K, f = Dh, p = we;
|
|
12677
12708
|
return a(), r("div", Mh, [
|
|
12678
12709
|
n.cmdHeadline?.headlineText || e.editModeContext ? (a(), C(d, A(T({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
12679
|
-
!e.editing && n.showOpenStatus ? (a(), r(
|
|
12710
|
+
!e.editing && n.showOpenStatus ? (a(), r(k, { key: 1 }, [
|
|
12680
12711
|
n.cmdLink?.path ? (a(), C(c, T({
|
|
12681
12712
|
key: 0,
|
|
12682
12713
|
linkType: n.cmdLink.type || "href"
|
|
@@ -12711,7 +12742,7 @@ function Uh(e, t, n, s, i, o) {
|
|
|
12711
12742
|
"onUpdate:modelValue": t[1] || (t[1] = (g) => o.textClosedModel = g)
|
|
12712
12743
|
}, null, 8, ["modelValue"])
|
|
12713
12744
|
])) : m("", !0),
|
|
12714
|
-
e.editModeContext ? (a(), r(
|
|
12745
|
+
e.editModeContext ? (a(), r(k, { key: 4 }, [
|
|
12715
12746
|
o.openingHoursFormatted.length === 0 ? (a(), r("button", {
|
|
12716
12747
|
key: 0,
|
|
12717
12748
|
type: "button",
|
|
@@ -12720,7 +12751,7 @@ function Uh(e, t, n, s, i, o) {
|
|
|
12720
12751
|
}, [...t[5] || (t[5] = [
|
|
12721
12752
|
l("span", { class: "icon-plus" }, null, -1),
|
|
12722
12753
|
l("span", null, "Add new entry", -1)
|
|
12723
|
-
])])) : (a(!0), r(
|
|
12754
|
+
])])) : (a(!0), r(k, { key: 1 }, M(o.openingHoursFormatted, (g, _) => (a(), C(p, {
|
|
12724
12755
|
key: "x" + _,
|
|
12725
12756
|
class: "edit-items",
|
|
12726
12757
|
showComponentName: !1,
|
|
@@ -12744,7 +12775,7 @@ function Uh(e, t, n, s, i, o) {
|
|
|
12744
12775
|
_: 2
|
|
12745
12776
|
}, 1032, ["componentProps", "componentPath", "itemProvider"]))), 128))
|
|
12746
12777
|
], 64)) : (a(), r("dl", Eh, [
|
|
12747
|
-
(a(!0), r(
|
|
12778
|
+
(a(!0), r(k, null, M(o.openingHoursFormatted, (g, _) => (a(), C(f, {
|
|
12748
12779
|
key: _,
|
|
12749
12780
|
day: g,
|
|
12750
12781
|
separator: n.separator,
|
|
@@ -13063,7 +13094,7 @@ const Zh = /* @__PURE__ */ B(Wh, [["render", Jh]]), Qh = {
|
|
|
13063
13094
|
}
|
|
13064
13095
|
};
|
|
13065
13096
|
function Xh(e, t, n, s, i, o) {
|
|
13066
|
-
const d = j, c = K, u = Zh, f =
|
|
13097
|
+
const d = j, c = K, u = Zh, f = we;
|
|
13067
13098
|
return a(), r("div", {
|
|
13068
13099
|
class: x(["cmd-social-networks", { stretch: n.stretchButtons }, o.alignment])
|
|
13069
13100
|
}, [
|
|
@@ -13080,7 +13111,7 @@ function Xh(e, t, n, s, i, o) {
|
|
|
13080
13111
|
key: 2,
|
|
13081
13112
|
class: x(["button-wrapper", { "no-gap": !n.useGap }])
|
|
13082
13113
|
}, [
|
|
13083
|
-
e.editModeContext ? (a(!0), r(
|
|
13114
|
+
e.editModeContext ? (a(!0), r(k, { key: 1 }, M(o.validNetworks, (p, g) => (a(), C(f, {
|
|
13084
13115
|
key: "x" + g,
|
|
13085
13116
|
class: "edit-items",
|
|
13086
13117
|
componentName: "CmdSocialNetworksItem",
|
|
@@ -13097,8 +13128,8 @@ function Xh(e, t, n, s, i, o) {
|
|
|
13097
13128
|
}, null, 8, ["network", "userMustAcceptDataPrivacy", "buttonTextAlign", "dataPrivacyAccepted"])
|
|
13098
13129
|
]),
|
|
13099
13130
|
_: 2
|
|
13100
|
-
}, 1032, ["componentProps", "componentPath"]))), 128)) : (a(), r(
|
|
13101
|
-
(a(!0), r(
|
|
13131
|
+
}, 1032, ["componentProps", "componentPath"]))), 128)) : (a(), r(k, { key: 0 }, [
|
|
13132
|
+
(a(!0), r(k, null, M(o.validNetworks, (p, g) => (a(), C(u, {
|
|
13102
13133
|
key: g,
|
|
13103
13134
|
network: p,
|
|
13104
13135
|
userMustAcceptDataPrivacy: n.userMustAcceptDataPrivacy,
|
|
@@ -13396,7 +13427,7 @@ function Cf(e, t, n, s, i, o) {
|
|
|
13396
13427
|
}, null, 8, xf)) : D(e.$slots, "default", { key: 2 })
|
|
13397
13428
|
], 2);
|
|
13398
13429
|
}
|
|
13399
|
-
const vf = /* @__PURE__ */ B(bf, [["render", Cf]]),
|
|
13430
|
+
const vf = /* @__PURE__ */ B(bf, [["render", Cf]]), wf = {
|
|
13400
13431
|
name: "CmdSidebar",
|
|
13401
13432
|
data() {
|
|
13402
13433
|
return {
|
|
@@ -13463,7 +13494,7 @@ const vf = /* @__PURE__ */ B(bf, [["render", Cf]]), kf = {
|
|
|
13463
13494
|
immediate: !0
|
|
13464
13495
|
}
|
|
13465
13496
|
}
|
|
13466
|
-
},
|
|
13497
|
+
}, kf = { class: "inner-sidebar-wrapper" }, Tf = {
|
|
13467
13498
|
key: 1,
|
|
13468
13499
|
class: "open-slot-wrapper"
|
|
13469
13500
|
}, Sf = {
|
|
@@ -13475,7 +13506,7 @@ function Of(e, t, n, s, i, o) {
|
|
|
13475
13506
|
return a(), r("aside", {
|
|
13476
13507
|
class: x(["cmd-sidebar", o.wrapperClass, { box: n.styledAsBox, "collapse-to-right": !n.collapseToLeft }])
|
|
13477
13508
|
}, [
|
|
13478
|
-
l("div",
|
|
13509
|
+
l("div", kf, [
|
|
13479
13510
|
n.cmdHeadline?.headlineText && i.open ? (a(), C(d, T({ key: 0 }, n.cmdHeadline, {
|
|
13480
13511
|
headlineLevel: n.cmdHeadline.headlineLevel || 3,
|
|
13481
13512
|
class: "sidebar-main-headline"
|
|
@@ -13490,7 +13521,7 @@ function Of(e, t, n, s, i, o) {
|
|
|
13490
13521
|
key: 0,
|
|
13491
13522
|
href: "#",
|
|
13492
13523
|
title: i.open ? "Collapse sidebar" : "Expand sidebar",
|
|
13493
|
-
onClick: t[0] || (t[0] =
|
|
13524
|
+
onClick: t[0] || (t[0] = w((...c) => o.toggleSidebar && o.toggleSidebar(...c), ["prevent"]))
|
|
13494
13525
|
}, [
|
|
13495
13526
|
l("span", {
|
|
13496
13527
|
class: x(o.iconClassOpenCollapse)
|
|
@@ -13498,7 +13529,7 @@ function Of(e, t, n, s, i, o) {
|
|
|
13498
13529
|
], 8, _f)) : m("", !0)
|
|
13499
13530
|
], 2);
|
|
13500
13531
|
}
|
|
13501
|
-
const Lf = /* @__PURE__ */ B(
|
|
13532
|
+
const Lf = /* @__PURE__ */ B(wf, [["render", Of]]), If = {
|
|
13502
13533
|
name: "CmdSiteFooter",
|
|
13503
13534
|
props: {
|
|
13504
13535
|
/**
|
|
@@ -13648,12 +13679,12 @@ function Mf(e, t, n, s, i, o) {
|
|
|
13648
13679
|
{ "has-navigation": n.cmdMainNavigation?.navigationEntries?.length && n.navigationInline || e.$slots.navigation }
|
|
13649
13680
|
])
|
|
13650
13681
|
}, [
|
|
13651
|
-
e.$slots.logo || e.$slots.header || e.$slots.navigation ? (a(), r(
|
|
13682
|
+
e.$slots.logo || e.$slots.header || e.$slots.navigation ? (a(), r(k, { key: 0 }, [
|
|
13652
13683
|
D(e.$slots, "logo"),
|
|
13653
13684
|
D(e.$slots, "header"),
|
|
13654
13685
|
D(e.$slots, "navigation")
|
|
13655
13686
|
], 64)) : m("", !0),
|
|
13656
|
-
n.cmdCompanyLogo || n.cmdMainNavigation?.navigationEntries?.length ? (a(), r(
|
|
13687
|
+
n.cmdCompanyLogo || n.cmdMainNavigation?.navigationEntries?.length ? (a(), r(k, { key: 1 }, [
|
|
13657
13688
|
n.cmdCompanyLogo ? (a(), C(d, T({ key: 0 }, n.cmdCompanyLogo, { onImageLoaded: o.onImageLoaded }), null, 16, ["onImageLoaded"])) : m("", !0),
|
|
13658
13689
|
n.cmdMainNavigation?.navigationEntries?.length && n.navigationInline ? (a(), C(c, T({ key: 1 }, n.cmdMainNavigation, {
|
|
13659
13690
|
closeOffcanvas: n.closeOffcanvas,
|
|
@@ -13955,7 +13986,7 @@ const Af = /* @__PURE__ */ B(Pf, [["render", Mf]]), Ef = {
|
|
|
13955
13986
|
};
|
|
13956
13987
|
function Wf(e, t, n, s, i, o) {
|
|
13957
13988
|
const d = j, c = K, u = q, f = en, p = Bi;
|
|
13958
|
-
return a(), r(
|
|
13989
|
+
return a(), r(k, null, [
|
|
13959
13990
|
l("fieldset", qf, [
|
|
13960
13991
|
l("legend", {
|
|
13961
13992
|
class: x({ hidden: !n.legend.show, "align-left": n.legend.align === "left" })
|
|
@@ -14002,11 +14033,11 @@ function Wf(e, t, n, s, i, o) {
|
|
|
14002
14033
|
"aria-live": "assertive"
|
|
14003
14034
|
}, null, 8, ["nativeButton", "onClick", "disabled"])
|
|
14004
14035
|
]),
|
|
14005
|
-
n.useFilters ? (a(), r(
|
|
14036
|
+
n.useFilters ? (a(), r(k, { key: 1 }, [
|
|
14006
14037
|
l("a", {
|
|
14007
14038
|
class: "filter-options",
|
|
14008
14039
|
href: "#",
|
|
14009
|
-
onClick: t[3] || (t[3] =
|
|
14040
|
+
onClick: t[3] || (t[3] = w((g) => i.showFilters = !i.showFilters, ["prevent"]))
|
|
14010
14041
|
}, [
|
|
14011
14042
|
h(u, {
|
|
14012
14043
|
iconClass: i.showFilters ? n.cmdIcon?.showFilters?.iconClass : n.cmdIcon?.hideFilters?.iconClass,
|
|
@@ -14247,27 +14278,27 @@ function Xf(e, t, n, s, i, o) {
|
|
|
14247
14278
|
}, [
|
|
14248
14279
|
n.showSlideButtons ? (a(), C(d, T({
|
|
14249
14280
|
key: 0,
|
|
14250
|
-
onClick:
|
|
14281
|
+
onClick: w(o.showPrevItem, ["prevent"]),
|
|
14251
14282
|
slideButtonType: "left",
|
|
14252
14283
|
class: { disabled: i.slideshowItemEditing }
|
|
14253
14284
|
}, o.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : m("", !0),
|
|
14254
14285
|
h(jt, { name: n.transition }, {
|
|
14255
14286
|
default: v(() => [
|
|
14256
|
-
o.currentItem ? (a(), r(
|
|
14287
|
+
o.currentItem ? (a(), r(k, { key: 0 }, [
|
|
14257
14288
|
n.useSlot ? (a(), r("div", {
|
|
14258
14289
|
class: "slot-wrapper",
|
|
14259
14290
|
key: i.index,
|
|
14260
14291
|
style: ie("background-image: url(" + o.currentItem.image.srcLarge + ")")
|
|
14261
14292
|
}, [
|
|
14262
14293
|
D(e.$slots, "item" + i.currentSlotItem)
|
|
14263
|
-
], 4)) : (a(), r(
|
|
14294
|
+
], 4)) : (a(), r(k, { key: 0 }, [
|
|
14264
14295
|
e.editModeContext ? n.slideshowItems.length ? (a(), C(c, {
|
|
14265
14296
|
key: 1,
|
|
14266
14297
|
image: o.currentItem?.image,
|
|
14267
14298
|
figcaption: o.currentItem?.figcaption,
|
|
14268
14299
|
componentPath: ["props", "slideshowItems", i.index],
|
|
14269
14300
|
editModeConfig: o.imageStructure()
|
|
14270
|
-
}, null, 8, ["image", "figcaption", "componentPath", "editModeConfig"])) : m("", !0) : (a(), r(
|
|
14301
|
+
}, null, 8, ["image", "figcaption", "componentPath", "editModeConfig"])) : m("", !0) : (a(), r(k, { key: 0 }, [
|
|
14271
14302
|
o.currentItem?.link?.href ? (a(), r("a", {
|
|
14272
14303
|
key: 0,
|
|
14273
14304
|
href: o.currentItem?.link?.href,
|
|
@@ -14298,18 +14329,18 @@ function Xf(e, t, n, s, i, o) {
|
|
|
14298
14329
|
}, 8, ["name"]),
|
|
14299
14330
|
n.showSlideButtons ? (a(), C(d, T({
|
|
14300
14331
|
key: 1,
|
|
14301
|
-
onClick:
|
|
14332
|
+
onClick: w(o.showNextItem, ["prevent"]),
|
|
14302
14333
|
class: { disabled: i.slideshowItemEditing }
|
|
14303
14334
|
}, o.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : m("", !0),
|
|
14304
14335
|
n.showQuickLinkIcons ? (a(), r("ol", Jf, [
|
|
14305
|
-
(a(!0), r(
|
|
14336
|
+
(a(!0), r(k, null, M(n.slideshowItems, (u, f) => (a(), r("li", {
|
|
14306
14337
|
key: f,
|
|
14307
14338
|
class: x({ active: f === i.index })
|
|
14308
14339
|
}, [
|
|
14309
14340
|
l("a", {
|
|
14310
14341
|
href: "#",
|
|
14311
14342
|
class: x({ disabled: i.slideshowItemEditing }),
|
|
14312
|
-
onClick:
|
|
14343
|
+
onClick: w((p) => o.showItem(f), ["prevent"]),
|
|
14313
14344
|
"aria-label": i.index,
|
|
14314
14345
|
title: i.slideshowItemEditing ? "Not allowed while editing!" : "Switch to image #" + (f + 1)
|
|
14315
14346
|
}, null, 10, Zf)
|
|
@@ -14451,7 +14482,7 @@ function ng(e, t, n, s, i, o) {
|
|
|
14451
14482
|
]
|
|
14452
14483
|
}), null, 16, ["modelValue", "onUpdate:modelValue"]),
|
|
14453
14484
|
i.showListOfRecommendations ? (a(), r("ul", tg, [
|
|
14454
|
-
(a(!0), r(
|
|
14485
|
+
(a(!0), r(k, null, M(o.filteredListOfRecommendations, (u, f) => (a(), r("li", { key: f }, [
|
|
14455
14486
|
h(c, T({ ref_for: !0 }, o.linkItem(u), {
|
|
14456
14487
|
onClick: (p) => o.optionSelected(u)
|
|
14457
14488
|
}), {
|
|
@@ -14514,13 +14545,13 @@ function dg(e, t, n, s, i, o) {
|
|
|
14514
14545
|
const d = pe("router-link");
|
|
14515
14546
|
return a(), r("div", lg, [
|
|
14516
14547
|
l("ul", null, [
|
|
14517
|
-
(a(!0), r(
|
|
14548
|
+
(a(!0), r(k, null, M(n.languages, (c, u) => (a(), r("li", { key: u }, [
|
|
14518
14549
|
c.link.type === "href" ? (a(), r("a", {
|
|
14519
14550
|
key: 0,
|
|
14520
14551
|
href: c.link.path,
|
|
14521
14552
|
class: x(["flag", c.iso2, { active: o.activeLanguage(c.iso2) }]),
|
|
14522
14553
|
title: c.tooltip,
|
|
14523
|
-
onClick:
|
|
14554
|
+
onClick: w((f) => o.changeLanguage(c.iso2, f), ["prevent"])
|
|
14524
14555
|
}, [
|
|
14525
14556
|
l("img", {
|
|
14526
14557
|
src: o.pathFlag(c.iso2),
|
|
@@ -14531,7 +14562,7 @@ function dg(e, t, n, s, i, o) {
|
|
|
14531
14562
|
to: o.getRoute(c),
|
|
14532
14563
|
class: x(["flag", c.iso2]),
|
|
14533
14564
|
title: c.tooltip,
|
|
14534
|
-
onClick:
|
|
14565
|
+
onClick: w((f) => o.changeLanguage(c.iso2, f), ["prevent"])
|
|
14535
14566
|
}, {
|
|
14536
14567
|
default: v(() => [
|
|
14537
14568
|
l("img", {
|
|
@@ -14713,7 +14744,7 @@ function Cg(e, t, n, s, i, o) {
|
|
|
14713
14744
|
key: 0,
|
|
14714
14745
|
class: "button",
|
|
14715
14746
|
href: "#",
|
|
14716
|
-
onClick: t[0] || (t[0] =
|
|
14747
|
+
onClick: t[0] || (t[0] = w((u) => i.fullWidth = !i.fullWidth, ["prevent"])),
|
|
14717
14748
|
title: n.iconToggleWidth.tooltip
|
|
14718
14749
|
}, [
|
|
14719
14750
|
h(d, {
|
|
@@ -14725,7 +14756,7 @@ function Cg(e, t, n, s, i, o) {
|
|
|
14725
14756
|
key: 1,
|
|
14726
14757
|
class: "button",
|
|
14727
14758
|
href: "#",
|
|
14728
|
-
onClick: t[1] || (t[1] =
|
|
14759
|
+
onClick: t[1] || (t[1] = w((u) => i.showTableData = !i.showTableData, ["prevent"])),
|
|
14729
14760
|
title: i.showTableData ? n.iconCollapse.tooltip : n.iconExpand.tooltip
|
|
14730
14761
|
}, [
|
|
14731
14762
|
h(d, {
|
|
@@ -14741,7 +14772,7 @@ function Cg(e, t, n, s, i, o) {
|
|
|
14741
14772
|
}, [
|
|
14742
14773
|
n.showSlideButtons ? (a(), C(c, {
|
|
14743
14774
|
key: 0,
|
|
14744
|
-
onClick:
|
|
14775
|
+
onClick: w(o.scrollLeft, ["prevent"]),
|
|
14745
14776
|
slideButtonType: "left"
|
|
14746
14777
|
}, null, 8, ["onClick"])) : m("", !0),
|
|
14747
14778
|
l("table", {
|
|
@@ -14757,7 +14788,7 @@ function Cg(e, t, n, s, i, o) {
|
|
|
14757
14788
|
D(e.$slots, "table-head", {}, () => [
|
|
14758
14789
|
l("thead", null, [
|
|
14759
14790
|
l("tr", null, [
|
|
14760
|
-
(a(!0), r(
|
|
14791
|
+
(a(!0), r(k, null, M(n.tableData.thead, (u, f) => (a(), r("th", {
|
|
14761
14792
|
key: f,
|
|
14762
14793
|
innerHTML: u
|
|
14763
14794
|
}, null, 8, fg))), 128))
|
|
@@ -14768,11 +14799,11 @@ function Cg(e, t, n, s, i, o) {
|
|
|
14768
14799
|
default: v(() => [
|
|
14769
14800
|
D(e.$slots, "table-body", {}, () => [
|
|
14770
14801
|
G(l("tbody", gg, [
|
|
14771
|
-
(a(!0), r(
|
|
14802
|
+
(a(!0), r(k, null, M(n.tableData.tbody, (u, f) => (a(), r("tr", {
|
|
14772
14803
|
class: x({ active: n.tableData.rowIndexHighlighted === f }),
|
|
14773
14804
|
key: f
|
|
14774
14805
|
}, [
|
|
14775
|
-
(a(!0), r(
|
|
14806
|
+
(a(!0), r(k, null, M(u, (p, g) => (a(), r("td", {
|
|
14776
14807
|
class: x({ active: n.tableData.columnIndexHighlighted === g }),
|
|
14777
14808
|
key: g,
|
|
14778
14809
|
innerHTML: p
|
|
@@ -14790,7 +14821,7 @@ function Cg(e, t, n, s, i, o) {
|
|
|
14790
14821
|
D(e.$slots, "table-foot", {}, () => [
|
|
14791
14822
|
n.tableData.tfoot && n.tableData.tfoot.length && i.showTableData ? (a(), r("tfoot", bg, [
|
|
14792
14823
|
l("tr", null, [
|
|
14793
|
-
(a(!0), r(
|
|
14824
|
+
(a(!0), r(k, null, M(n.tableData.tfoot, (u, f) => (a(), r("td", {
|
|
14794
14825
|
class: x({ active: n.tableData.columnIndexHighlighted === f }),
|
|
14795
14826
|
key: f,
|
|
14796
14827
|
innerHTML: u
|
|
@@ -14804,17 +14835,17 @@ function Cg(e, t, n, s, i, o) {
|
|
|
14804
14835
|
], 2),
|
|
14805
14836
|
n.showSlideButtons ? (a(), C(c, {
|
|
14806
14837
|
key: 1,
|
|
14807
|
-
onClick:
|
|
14838
|
+
onClick: w(o.scrollRight, ["prevent"])
|
|
14808
14839
|
}, null, 8, ["onClick"])) : m("", !0)
|
|
14809
14840
|
], 544)
|
|
14810
14841
|
], 2);
|
|
14811
14842
|
}
|
|
14812
|
-
const vg = /* @__PURE__ */ B(cg, [["render", Cg]]),
|
|
14843
|
+
const vg = /* @__PURE__ */ B(cg, [["render", Cg]]), wg = "cmd", kg = { "3d-cursor": { 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"/>', hidden: !0 }, building: { body: '<path fill="currentColor" d="M28 2H16a2.002 2.002 0 0 0-2 2v10H4a2.002 2.002 0 0 0-2 2v14h28V4a2.002 2.002 0 0 0-2-2ZM9 28v-7h4v7Zm19 0H15v-8a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v8H4V16h12V4h12Z"/><path fill="currentColor" d="M18 8h2v2h-2zm6 0h2v2h-2zm-6 6h2v2h-2zm6 0h2v2h-2zm-6 6h2v2h-2zm6 0h2v2h-2z"/>' }, linkedin: { body: `<path fill="currentColor" d="M12,12h5.535v2.837h0.078C18.384,13.456,20.27,12,23.078,12C28.92,12,30,15.637,30,20.367V30h-5.77v-8.54
|
|
14813
14844
|
c0-2.037-0.041-4.657-3-4.657c-3.006,0-3.463,2.219-3.463,4.51V30H12V12z"/>
|
|
14814
14845
|
<path fill="currentColor" d="M2,12h6v18H2V12z"/>
|
|
14815
14846
|
<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"/>` } }, Tg = 32, Sg = 32, _g = {
|
|
14816
|
-
prefix:
|
|
14817
|
-
icons:
|
|
14847
|
+
prefix: wg,
|
|
14848
|
+
icons: kg,
|
|
14818
14849
|
width: Tg,
|
|
14819
14850
|
height: Sg
|
|
14820
14851
|
};
|
|
@@ -14906,7 +14937,7 @@ function Fg(e, t, n, s, i, o) {
|
|
|
14906
14937
|
class: x({ "stretch-tabs": n.stretchTabs }),
|
|
14907
14938
|
role: "tablist"
|
|
14908
14939
|
}, [
|
|
14909
|
-
(a(!0), r(
|
|
14940
|
+
(a(!0), r(k, null, M(n.tabs, (u, f) => (a(), r("li", {
|
|
14910
14941
|
class: x({ active: i.showTab === f }),
|
|
14911
14942
|
key: f,
|
|
14912
14943
|
role: "tab"
|
|
@@ -14914,7 +14945,7 @@ function Fg(e, t, n, s, i, o) {
|
|
|
14914
14945
|
l("a", {
|
|
14915
14946
|
href: "#",
|
|
14916
14947
|
class: x(n.highlightLevel),
|
|
14917
|
-
onClick:
|
|
14948
|
+
onClick: w((p) => o.setActiveTab(f), ["prevent"]),
|
|
14918
14949
|
title: u.text ? void 0 : u.tooltip
|
|
14919
14950
|
}, [
|
|
14920
14951
|
u.iconClass ? (a(), C(d, {
|
|
@@ -14926,7 +14957,7 @@ function Fg(e, t, n, s, i, o) {
|
|
|
14926
14957
|
], 10, Lg)
|
|
14927
14958
|
], 2))), 128))
|
|
14928
14959
|
], 2),
|
|
14929
|
-
n.useSlot ? (a(!0), r(
|
|
14960
|
+
n.useSlot ? (a(!0), r(k, { key: 0 }, M(n.tabs.length, (u) => G((a(), r("div", {
|
|
14930
14961
|
key: u,
|
|
14931
14962
|
"aria-live": "assertive",
|
|
14932
14963
|
class: x(["tab-content-" + (u - 1), { "no-padding": !n.useDefaultPadding }])
|
|
@@ -15065,7 +15096,7 @@ const Hi = /* @__PURE__ */ B(Og, [["render", Fg]]), Pg = {
|
|
|
15065
15096
|
}
|
|
15066
15097
|
}, Vg = ["innerHTML"], Mg = ["innerHTML"];
|
|
15067
15098
|
function Ag(e, t, n, s, i, o) {
|
|
15068
|
-
const d = j, c = le, u =
|
|
15099
|
+
const d = j, c = le, u = we;
|
|
15069
15100
|
return a(), r("div", {
|
|
15070
15101
|
class: x(["cmd-text-image-block flex-container", n.orientation])
|
|
15071
15102
|
}, [
|
|
@@ -15282,7 +15313,7 @@ function Rg(e, t, n, s, i, o) {
|
|
|
15282
15313
|
return a(), r("div", {
|
|
15283
15314
|
class: x(["cmd-toggle-dark-mode", { "styled-layout": n.useStyledLayout, "dark-mode": i.darkMode }])
|
|
15284
15315
|
}, [
|
|
15285
|
-
e.editing ? (a(), r(
|
|
15316
|
+
e.editing ? (a(), r(k, { key: 1 }, [
|
|
15286
15317
|
h(c, {
|
|
15287
15318
|
element: "input",
|
|
15288
15319
|
type: "text",
|
|
@@ -15299,12 +15330,12 @@ function Rg(e, t, n, s, i, o) {
|
|
|
15299
15330
|
modelValue: o.labelTextDarkModeModel,
|
|
15300
15331
|
"onUpdate:modelValue": t[3] || (t[3] = (u) => o.labelTextDarkModeModel = u)
|
|
15301
15332
|
}, null, 8, ["modelValue"])
|
|
15302
|
-
], 64)) : (a(), r(
|
|
15333
|
+
], 64)) : (a(), r(k, { key: 0 }, [
|
|
15303
15334
|
n.styledAsButton ? (a(), r("a", {
|
|
15304
15335
|
key: 0,
|
|
15305
15336
|
href: "#",
|
|
15306
15337
|
class: x(["button", { "dark-mode": i.darkMode }]),
|
|
15307
|
-
onClick: t[0] || (t[0] =
|
|
15338
|
+
onClick: t[0] || (t[0] = w((...u) => o.toggleColorScheme && o.toggleColorScheme(...u), ["prevent"]))
|
|
15308
15339
|
}, [
|
|
15309
15340
|
n.showLabel ? (a(), r("span", qg, y(o.labelText), 1)) : m("", !0),
|
|
15310
15341
|
h(d, {
|
|
@@ -15522,14 +15553,14 @@ const ay = (e, t, n, { allOwnKeys: s } = {}) => (qe(t, (i, o) => {
|
|
|
15522
15553
|
DIGIT: jn,
|
|
15523
15554
|
ALPHA: xt,
|
|
15524
15555
|
ALPHA_DIGIT: xt + xt.toUpperCase() + jn
|
|
15525
|
-
},
|
|
15556
|
+
}, wy = (e = 16, t = Gi.ALPHA_DIGIT) => {
|
|
15526
15557
|
let n = "";
|
|
15527
15558
|
const { length: s } = t;
|
|
15528
15559
|
for (; e--; )
|
|
15529
15560
|
n += t[Math.random() * s | 0];
|
|
15530
15561
|
return n;
|
|
15531
15562
|
};
|
|
15532
|
-
function
|
|
15563
|
+
function ky(e) {
|
|
15533
15564
|
return !!(e && te(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
|
|
15534
15565
|
}
|
|
15535
15566
|
const Ty = (e) => {
|
|
@@ -15601,8 +15632,8 @@ const Ty = (e) => {
|
|
|
15601
15632
|
global: Ui,
|
|
15602
15633
|
isContextDefined: zi,
|
|
15603
15634
|
ALPHABET: Gi,
|
|
15604
|
-
generateString:
|
|
15605
|
-
isSpecCompliantForm:
|
|
15635
|
+
generateString: wy,
|
|
15636
|
+
isSpecCompliantForm: ky,
|
|
15606
15637
|
toJSONObject: Ty,
|
|
15607
15638
|
isAsyncFn: Sy,
|
|
15608
15639
|
isThenable: _y
|
|
@@ -16672,22 +16703,22 @@ const Zn = (e) => `- ${e}`, cb = (e) => S.isFunction(e) || e === null || e === !
|
|
|
16672
16703
|
},
|
|
16673
16704
|
adapters: At
|
|
16674
16705
|
};
|
|
16675
|
-
function
|
|
16706
|
+
function wt(e) {
|
|
16676
16707
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
16677
16708
|
throw new Ie(null, e);
|
|
16678
16709
|
}
|
|
16679
16710
|
function Qn(e) {
|
|
16680
|
-
return
|
|
16711
|
+
return wt(e), e.headers = X.from(e.headers), e.data = vt.call(
|
|
16681
16712
|
e,
|
|
16682
16713
|
e.transformRequest
|
|
16683
16714
|
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), lo.getAdapter(e.adapter || Re.adapter)(e).then(function(s) {
|
|
16684
|
-
return
|
|
16715
|
+
return wt(e), s.data = vt.call(
|
|
16685
16716
|
e,
|
|
16686
16717
|
e.transformResponse,
|
|
16687
16718
|
s
|
|
16688
16719
|
), s.headers = X.from(s.headers), s;
|
|
16689
16720
|
}, function(s) {
|
|
16690
|
-
return eo(s) || (
|
|
16721
|
+
return eo(s) || (wt(e), s && s.response && (s.response.data = vt.call(
|
|
16691
16722
|
e,
|
|
16692
16723
|
e.transformResponse,
|
|
16693
16724
|
s.response
|
|
@@ -17031,22 +17062,22 @@ W.getAdapter = lo.getAdapter;
|
|
|
17031
17062
|
W.HttpStatusCode = Ht;
|
|
17032
17063
|
W.default = W;
|
|
17033
17064
|
const {
|
|
17034
|
-
Axios:
|
|
17035
|
-
AxiosError:
|
|
17036
|
-
CanceledError:
|
|
17037
|
-
isCancel:
|
|
17038
|
-
CancelToken:
|
|
17039
|
-
VERSION:
|
|
17040
|
-
all:
|
|
17041
|
-
Cancel:
|
|
17042
|
-
isAxiosError:
|
|
17043
|
-
spread:
|
|
17044
|
-
toFormData:
|
|
17045
|
-
AxiosHeaders:
|
|
17046
|
-
HttpStatusCode:
|
|
17047
|
-
formToJSON:
|
|
17048
|
-
getAdapter:
|
|
17049
|
-
mergeConfig:
|
|
17065
|
+
Axios: ek,
|
|
17066
|
+
AxiosError: tk,
|
|
17067
|
+
CanceledError: nk,
|
|
17068
|
+
isCancel: ik,
|
|
17069
|
+
CancelToken: ok,
|
|
17070
|
+
VERSION: lk,
|
|
17071
|
+
all: ak,
|
|
17072
|
+
Cancel: sk,
|
|
17073
|
+
isAxiosError: rk,
|
|
17074
|
+
spread: dk,
|
|
17075
|
+
toFormData: uk,
|
|
17076
|
+
AxiosHeaders: ck,
|
|
17077
|
+
HttpStatusCode: mk,
|
|
17078
|
+
formToJSON: pk,
|
|
17079
|
+
getAdapter: hk,
|
|
17080
|
+
mergeConfig: fk
|
|
17050
17081
|
} = W, gb = {
|
|
17051
17082
|
name: "CmdUploadForm",
|
|
17052
17083
|
emits: ["click", "error", "upload-complete", "upload-file-success"],
|
|
@@ -17599,7 +17630,7 @@ const {
|
|
|
17599
17630
|
}, Cb = {
|
|
17600
17631
|
key: 0,
|
|
17601
17632
|
class: "list-of-files total-files"
|
|
17602
|
-
}, vb = { class: "flex-container flex-items-flex-none" },
|
|
17633
|
+
}, vb = { class: "flex-container flex-items-flex-none" }, wb = ["title"], kb = {
|
|
17603
17634
|
key: 0,
|
|
17604
17635
|
class: "progressbar"
|
|
17605
17636
|
}, Tb = ["value", "title"], Sb = { class: "flex-container vertical list-files-wrapper" }, _b = { class: "list-of-files" }, Ob = ["title", "onClick"], Lb = {
|
|
@@ -17613,8 +17644,8 @@ const {
|
|
|
17613
17644
|
class: "progressbar"
|
|
17614
17645
|
}, zb = ["value", "title"];
|
|
17615
17646
|
function Wb(e, t, n, s, i, o) {
|
|
17616
|
-
const d = j, c =
|
|
17617
|
-
return a(), r(
|
|
17647
|
+
const d = j, c = ke, u = q, f = K;
|
|
17648
|
+
return a(), r(k, null, [
|
|
17618
17649
|
n.advancedMode ? (a(), r("fieldset", {
|
|
17619
17650
|
key: 0,
|
|
17620
17651
|
class: x(["cmd-upload-form flex-container vertical", { "upload-initiated": i.uploadInitiated }])
|
|
@@ -17631,14 +17662,14 @@ function Wb(e, t, n, s, i, o) {
|
|
|
17631
17662
|
}, {
|
|
17632
17663
|
default: v(() => [
|
|
17633
17664
|
o.allSystemMessages.length > 1 ? (a(), r("ul", yb, [
|
|
17634
|
-
(a(!0), r(
|
|
17665
|
+
(a(!0), r(k, null, M(o.allSystemMessages, (p, g) => (a(), r("li", { key: g }, y(p), 1))), 128))
|
|
17635
17666
|
])) : m("", !0)
|
|
17636
17667
|
]),
|
|
17637
17668
|
_: 1
|
|
17638
17669
|
}, 8, ["validationStatus", "systemMessage"])) : m("", !0),
|
|
17639
17670
|
l("div", T({
|
|
17640
17671
|
class: ["box flex-container vertical", { "drop-area": n.enableDragAndDrop, "allow-drop": i.allowDrop }]
|
|
17641
|
-
},
|
|
17672
|
+
}, kt(o.dragAndDropHandler, !0)), [
|
|
17642
17673
|
i.listOfFiles.length ? (a(), r("div", bb, [
|
|
17643
17674
|
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("div", xb, [
|
|
17644
17675
|
h(d, T(n.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
|
@@ -17652,15 +17683,15 @@ function Wb(e, t, n, s, i, o) {
|
|
|
17652
17683
|
l("a", {
|
|
17653
17684
|
href: "#",
|
|
17654
17685
|
title: e.getMessage("upload_form.labeltext.remove_all_files_from_list"),
|
|
17655
|
-
onClick: t[0] || (t[0] =
|
|
17686
|
+
onClick: t[0] || (t[0] = w((...p) => o.cancelUpload && o.cancelUpload(...p), ["prevent"]))
|
|
17656
17687
|
}, [
|
|
17657
17688
|
h(u, A(me(n.iconDelete)), null, 16)
|
|
17658
|
-
], 8,
|
|
17689
|
+
], 8, wb),
|
|
17659
17690
|
l("span", null, [
|
|
17660
17691
|
F(y(i.listOfFiles.length) + " ", 1),
|
|
17661
|
-
n.allowMultipleFileUploads ? (a(), r(
|
|
17692
|
+
n.allowMultipleFileUploads ? (a(), r(k, { key: 1 }, [
|
|
17662
17693
|
F(y(e.getMessage("upload_form.labeltext.files_uploading")), 1)
|
|
17663
|
-
], 64)) : (a(), r(
|
|
17694
|
+
], 64)) : (a(), r(k, { key: 0 }, [
|
|
17664
17695
|
F(y(e.getMessage("upload_form.labeltext.file_uploading")), 1)
|
|
17665
17696
|
], 64))
|
|
17666
17697
|
]),
|
|
@@ -17670,7 +17701,7 @@ function Wb(e, t, n, s, i, o) {
|
|
|
17670
17701
|
{ error: n.maxTotalUploadSize > 0 && o.totalSize > n.maxTotalUploadSize }
|
|
17671
17702
|
])
|
|
17672
17703
|
}, " (" + y(o.formatSize(o.totalSize)) + ") ", 3),
|
|
17673
|
-
i.uploadInitiated ? (a(), r("span",
|
|
17704
|
+
i.uploadInitiated ? (a(), r("span", kb, [
|
|
17674
17705
|
l("span", null, y(o.getPercentage(o.totalUploadProgress)), 1),
|
|
17675
17706
|
l("progress", {
|
|
17676
17707
|
max: "100",
|
|
@@ -17690,14 +17721,14 @@ function Wb(e, t, n, s, i, o) {
|
|
|
17690
17721
|
_: 1
|
|
17691
17722
|
}, 16),
|
|
17692
17723
|
l("ul", _b, [
|
|
17693
|
-
(a(!0), r(
|
|
17724
|
+
(a(!0), r(k, null, M(i.listOfFiles, (p, g) => (a(), r("li", {
|
|
17694
17725
|
key: g,
|
|
17695
17726
|
class: "flex-container flex-items-flex-none"
|
|
17696
17727
|
}, [
|
|
17697
17728
|
l("a", {
|
|
17698
17729
|
href: "#",
|
|
17699
17730
|
title: e.getMessage("upload_form.labeltext.remove_file_from_list", p.file.name),
|
|
17700
|
-
onClick:
|
|
17731
|
+
onClick: w((_) => o.removeFile(g), ["prevent"])
|
|
17701
17732
|
}, [
|
|
17702
17733
|
h(u, T({ ref_for: !0 }, n.iconDelete), null, 16)
|
|
17703
17734
|
], 8, Ob),
|
|
@@ -17724,12 +17755,12 @@ function Wb(e, t, n, s, i, o) {
|
|
|
17724
17755
|
o.failedUpload ? (a(), r("a", {
|
|
17725
17756
|
key: 0,
|
|
17726
17757
|
href: "#",
|
|
17727
|
-
onClick: t[1] || (t[1] =
|
|
17758
|
+
onClick: t[1] || (t[1] = w((...p) => o.cancel && o.cancel(...p), ["prevent"])),
|
|
17728
17759
|
title: e.getMessage("upload_form.all_files_will_be_removed")
|
|
17729
17760
|
}, y(e.getMessage("upload_form.reset_upload")), 9, Bb)) : m("", !0),
|
|
17730
17761
|
t[9] || (t[9] = l("hr", null, null, -1))
|
|
17731
17762
|
])
|
|
17732
|
-
])) : (a(), r(
|
|
17763
|
+
])) : (a(), r(k, { key: 0 }, [
|
|
17733
17764
|
n.allowMultipleFileUploads ? (a(), C(d, T({ key: 0 }, n.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
|
17734
17765
|
default: v(() => [
|
|
17735
17766
|
F(y(o.headlineTextNoFilesToUpload), 1)
|
|
@@ -17751,7 +17782,7 @@ function Wb(e, t, n, s, i, o) {
|
|
|
17751
17782
|
_: 1
|
|
17752
17783
|
}, 16)) : m("", !0),
|
|
17753
17784
|
l("dl", Fb, [
|
|
17754
|
-
n.maxTotalUploadSize > 0 ? (a(), r(
|
|
17785
|
+
n.maxTotalUploadSize > 0 ? (a(), r(k, { key: 0 }, [
|
|
17755
17786
|
l("dt", {
|
|
17756
17787
|
class: x({ error: o.totalSize > n.maxTotalUploadSize })
|
|
17757
17788
|
}, y(e.getMessage("upload_form.max_total_upload_size")), 3),
|
|
@@ -17771,7 +17802,7 @@ function Wb(e, t, n, s, i, o) {
|
|
|
17771
17802
|
l("dd", null, [
|
|
17772
17803
|
l("a", {
|
|
17773
17804
|
href: "#",
|
|
17774
|
-
onClick: t[2] || (t[2] =
|
|
17805
|
+
onClick: t[2] || (t[2] = w((p) => i.showListOfFileExtensions = !i.showListOfFileExtensions, ["prevent"])),
|
|
17775
17806
|
title: e.getMessage("upload_form.tooltip.toggle_list_of_allowed_file_types")
|
|
17776
17807
|
}, [
|
|
17777
17808
|
h(u, {
|
|
@@ -17782,7 +17813,7 @@ function Wb(e, t, n, s, i, o) {
|
|
|
17782
17813
|
h(ge, { name: n.transitionListOfFileExtensions }, {
|
|
17783
17814
|
default: v(() => [
|
|
17784
17815
|
i.showListOfFileExtensions ? (a(), r("ul", Vb, [
|
|
17785
|
-
(a(!0), r(
|
|
17816
|
+
(a(!0), r(k, null, M(n.allowedFileExtensions, (p, g) => (a(), r("li", {
|
|
17786
17817
|
key: g,
|
|
17787
17818
|
class: x({ error: i.errors.fileType })
|
|
17788
17819
|
}, y(p), 3))), 128))
|
|
@@ -17813,10 +17844,10 @@ function Wb(e, t, n, s, i, o) {
|
|
|
17813
17844
|
l("span", null, y(e.getMessage("upload_form.or")), 1),
|
|
17814
17845
|
l("strong", null, [
|
|
17815
17846
|
F(y(e.getMessage("upload_form.drag_and_drop")) + " ", 1),
|
|
17816
|
-
n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), r(
|
|
17847
|
+
n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), r(k, { key: 0 }, [
|
|
17817
17848
|
F(y(e.getMessage("upload_form.additional")), 1)
|
|
17818
17849
|
], 64)) : m("", !0),
|
|
17819
|
-
!n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), r(
|
|
17850
|
+
!n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), r(k, { key: 1 }, [
|
|
17820
17851
|
F(y(e.getMessage("upload_form.new")), 1)
|
|
17821
17852
|
], 64)) : m("", !0),
|
|
17822
17853
|
F(" " + y(e.getMessage("upload_form.files_to_this_area")), 1)
|
|
@@ -17860,9 +17891,9 @@ function Wb(e, t, n, s, i, o) {
|
|
|
17860
17891
|
], 2)) : (a(), r("a", T({
|
|
17861
17892
|
key: 1,
|
|
17862
17893
|
href: "#",
|
|
17863
|
-
onClick: t[7] || (t[7] =
|
|
17894
|
+
onClick: t[7] || (t[7] = w((...p) => o.selectFiles && o.selectFiles(...p), ["prevent"])),
|
|
17864
17895
|
class: ["cmd-upload-form box", { "drop-area": n.enableDragAndDrop, "allow-drop": i.allowDrop }]
|
|
17865
|
-
},
|
|
17896
|
+
}, kt(o.dragAndDropHandler, !0)), [
|
|
17866
17897
|
i.uploadInitiated ? (a(), r("span", Ub, [
|
|
17867
17898
|
l("span", null, y(o.getPercentage(o.totalUploadProgress)), 1),
|
|
17868
17899
|
l("progress", {
|
|
@@ -17872,20 +17903,20 @@ function Wb(e, t, n, s, i, o) {
|
|
|
17872
17903
|
}, null, 8, zb)
|
|
17873
17904
|
])) : m("", !0),
|
|
17874
17905
|
D(e.$slots, "default", {}, () => [
|
|
17875
|
-
n.enableDragAndDrop ? (a(), r(
|
|
17906
|
+
n.enableDragAndDrop ? (a(), r(k, { key: 1 }, [
|
|
17876
17907
|
l("span", null, y(e.getMessage("upload_form.drag_and_drop_file_here")), 1),
|
|
17877
17908
|
h(u, {
|
|
17878
17909
|
iconClass: n.iconDragAndDrop.iconClass,
|
|
17879
17910
|
type: n.iconDragAndDrop.iconType
|
|
17880
17911
|
}, null, 8, ["iconClass", "type"])
|
|
17881
|
-
], 64)) : (a(), r(
|
|
17882
|
-
o.fileTypeImage ? (a(), r(
|
|
17912
|
+
], 64)) : (a(), r(k, { key: 0 }, [
|
|
17913
|
+
o.fileTypeImage ? (a(), r(k, { key: 0 }, [
|
|
17883
17914
|
l("span", null, y(e.getMessage("upload_form.select_image")), 1),
|
|
17884
17915
|
h(u, {
|
|
17885
17916
|
iconClass: n.iconImage.iconClass,
|
|
17886
17917
|
type: n.iconImage.iconType
|
|
17887
17918
|
}, null, 8, ["iconClass", "type"])
|
|
17888
|
-
], 64)) : (a(), r(
|
|
17919
|
+
], 64)) : (a(), r(k, { key: 1 }, [
|
|
17889
17920
|
l("span", null, y(e.getMessage("upload_form.select_file")), 1),
|
|
17890
17921
|
h(u, {
|
|
17891
17922
|
iconClass: n.iconFileUpload.iconClass,
|
|
@@ -18009,7 +18040,7 @@ const Gb = /* @__PURE__ */ B(gb, [["render", Wb]]), Kb = {
|
|
|
18009
18040
|
if (this.contentOrientation === "horizontal")
|
|
18010
18041
|
return "flex-container";
|
|
18011
18042
|
if (this.contentOrientation === "vertical")
|
|
18012
|
-
return "flex-container
|
|
18043
|
+
return "flex-container flex-direction-column";
|
|
18013
18044
|
}
|
|
18014
18045
|
return "";
|
|
18015
18046
|
}
|
|
@@ -18039,7 +18070,7 @@ function Zb(e, t, n, s, i, o) {
|
|
|
18039
18070
|
}, [
|
|
18040
18071
|
D(e.$slots, "default")
|
|
18041
18072
|
], 2))
|
|
18042
|
-
], 10, Yb)) : (a(), r(
|
|
18073
|
+
], 10, Yb)) : (a(), r(k, { key: 1 }, [
|
|
18043
18074
|
n.anchorId ? (a(), r("a", {
|
|
18044
18075
|
key: 0,
|
|
18045
18076
|
id: n.anchorId
|
|
@@ -18148,7 +18179,7 @@ function Xb(e, t, n, s, i, o) {
|
|
|
18148
18179
|
boxBodyClass: "settings-body"
|
|
18149
18180
|
}, {
|
|
18150
18181
|
body: v(() => [
|
|
18151
|
-
(a(!0), r(
|
|
18182
|
+
(a(!0), r(k, null, M(o.filteredProps, (u) => (a(), C(d, {
|
|
18152
18183
|
key: u.name,
|
|
18153
18184
|
element: o.formElement(u),
|
|
18154
18185
|
type: o.formType(u),
|
|
@@ -18176,10 +18207,10 @@ const $b = /* @__PURE__ */ B(Qb, [["render", Xb]]), ex = {
|
|
|
18176
18207
|
function nx(e, t, n, s, i, o) {
|
|
18177
18208
|
const d = nn, c = Oi;
|
|
18178
18209
|
return a(), r("div", tx, [
|
|
18179
|
-
(a(!0), r(
|
|
18210
|
+
(a(!0), r(k, null, M(n.segments, (u, f) => (a(), r(k, { key: f }, [
|
|
18180
18211
|
h(c, T({ ref_for: !0 }, u), {
|
|
18181
18212
|
default: v((p) => [
|
|
18182
|
-
(a(!0), r(
|
|
18213
|
+
(a(!0), r(k, null, M(u.boxes, (g, _) => (a(), C(d, T({
|
|
18183
18214
|
"use-slots": ["box-body"],
|
|
18184
18215
|
key: _
|
|
18185
18216
|
}, { ref_for: !0 }, g, {
|
|
@@ -18209,7 +18240,7 @@ const ix = /* @__PURE__ */ B(ex, [["render", nx]]), ox = {
|
|
|
18209
18240
|
function ax(e, t, n, s, i, o) {
|
|
18210
18241
|
const d = lt;
|
|
18211
18242
|
return a(), r("div", lx, [
|
|
18212
|
-
(a(!0), r(
|
|
18243
|
+
(a(!0), r(k, null, M(n.segments, (c, u) => (a(), r(k, { key: u }, [
|
|
18213
18244
|
h(d, {
|
|
18214
18245
|
links: c.links,
|
|
18215
18246
|
orientation: c.orientation,
|
|
@@ -18829,7 +18860,7 @@ const mx = /* @__PURE__ */ B(rx, [["render", cx]]), co = [
|
|
|
18829
18860
|
};
|
|
18830
18861
|
function bx(e, t, n, s, i, o) {
|
|
18831
18862
|
const d = mx, c = uo, u = sx, f = ix;
|
|
18832
|
-
return a(), r(
|
|
18863
|
+
return a(), r(k, null, [
|
|
18833
18864
|
h(c, null, {
|
|
18834
18865
|
default: v(() => [
|
|
18835
18866
|
t[1] || (t[1] = l("h2", {
|
|
@@ -18954,7 +18985,7 @@ const mo = /* @__PURE__ */ B(yx, [["render", bx]]), xx = {
|
|
|
18954
18985
|
"aria-live": "assertive",
|
|
18955
18986
|
"aria-atomic": "true"
|
|
18956
18987
|
}, vx = ["aria-label"];
|
|
18957
|
-
function
|
|
18988
|
+
function wx(e, t, n, s, i, o) {
|
|
18958
18989
|
const d = j, c = q;
|
|
18959
18990
|
return i.showToast ? (a(), r("div", Cx, [
|
|
18960
18991
|
D(e.$slots, "default", {}, () => [
|
|
@@ -18962,7 +18993,7 @@ function kx(e, t, n, s, i, o) {
|
|
|
18962
18993
|
o.cmdHeadlineProps ? (a(), C(d, A(T({ key: 0 }, o.cmdHeadlineProps)), null, 16)) : m("", !0),
|
|
18963
18994
|
l("a", {
|
|
18964
18995
|
href: "#",
|
|
18965
|
-
onClick: t[0] || (t[0] =
|
|
18996
|
+
onClick: t[0] || (t[0] = w((...u) => o.close && o.close(...u), ["prevent"])),
|
|
18966
18997
|
"aria-label": o.cmdIconProps.tooltip
|
|
18967
18998
|
}, [
|
|
18968
18999
|
h(c, A(me(o.cmdIconProps)), null, 16)
|
|
@@ -18972,7 +19003,7 @@ function kx(e, t, n, s, i, o) {
|
|
|
18972
19003
|
])
|
|
18973
19004
|
])) : m("", !0);
|
|
18974
19005
|
}
|
|
18975
|
-
const
|
|
19006
|
+
const kx = /* @__PURE__ */ B(xx, [["render", wx]]), Tx = {
|
|
18976
19007
|
data() {
|
|
18977
19008
|
return {
|
|
18978
19009
|
defaultMessageProperties: {
|
|
@@ -18985,14 +19016,14 @@ const wx = /* @__PURE__ */ B(xx, [["render", kx]]), Tx = {
|
|
|
18985
19016
|
};
|
|
18986
19017
|
}
|
|
18987
19018
|
};
|
|
18988
|
-
function
|
|
19019
|
+
function gk(e = !1) {
|
|
18989
19020
|
return e ? (/* @__PURE__ */ new Date()).toISOString() : (/* @__PURE__ */ new Date()).toISOString().split("T")[0];
|
|
18990
19021
|
}
|
|
18991
|
-
function
|
|
19022
|
+
function yk() {
|
|
18992
19023
|
const e = /* @__PURE__ */ new Date(), t = String(e.getHours()).padStart(2, "0"), n = String(e.getMinutes()).padStart(2, "0");
|
|
18993
19024
|
return t + ":" + n;
|
|
18994
19025
|
}
|
|
18995
|
-
function
|
|
19026
|
+
function bk(e, t = "+", n = 1) {
|
|
18996
19027
|
const s = new Date(e);
|
|
18997
19028
|
if (t === "+")
|
|
18998
19029
|
s.setDate(s.getDate() + n);
|
|
@@ -19002,7 +19033,7 @@ function bw(e, t = "+", n = 1) {
|
|
|
19002
19033
|
throw new Error("function 'getDate()' received invalid operator as parameter. Use '+' to add or '-' to subtract days.");
|
|
19003
19034
|
return s;
|
|
19004
19035
|
}
|
|
19005
|
-
function
|
|
19036
|
+
function xk(e, t = "short") {
|
|
19006
19037
|
const n = new Date(e), s = ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"], i = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
|
|
19007
19038
|
if (t === "short")
|
|
19008
19039
|
return s[n.getDay()];
|
|
@@ -19142,8 +19173,8 @@ const _x = {
|
|
|
19142
19173
|
}
|
|
19143
19174
|
}, Ox = ["title"], Lx = { class: "flex-none" }, Ix = { class: "flex-container" }, Bx = { class: "sender-receiver-wrapper flex-container no-wrap-on-small-devices align-items-center flex-none" }, Dx = { class: "contact-full-name" }, Fx = ["onClick"], Px = { class: "flex-container received-and-options-wrapper no-wrap-on-small-devices" }, Vx = { class: "no-list-items date-time-wrapper" }, Mx = { class: "flex-container no-wrap-on-small-devices" }, Ax = ["datetime"], Ex = ["datetime"], Hx = { class: "options-wrapper flex-container no-wrap-on-small-devices flex-none" }, qx = ["onClick"], Rx = ["onClick", "title"], jx = ["onClick", "title"], Nx = { key: 0 };
|
|
19144
19175
|
function Ux(e, t, n, s, i, o) {
|
|
19145
|
-
const d = le, c =
|
|
19146
|
-
return n.mails.length ? (a(!0), r(
|
|
19176
|
+
const d = le, c = ke;
|
|
19177
|
+
return n.mails.length ? (a(!0), r(k, { key: 0 }, M(n.mails, (u, f) => (a(), r(k, { key: f }, [
|
|
19147
19178
|
l("div", {
|
|
19148
19179
|
class: x(["cmd-mail-tool-entry flex-container box", { unread: !i.mailIsRead.has(u.id) }]),
|
|
19149
19180
|
title: e.getMessage("mail_tool_entry.tooltip.read_this_mail")
|
|
@@ -19164,7 +19195,7 @@ function Ux(e, t, n, s, i, o) {
|
|
|
19164
19195
|
l("dd", null, [
|
|
19165
19196
|
l("a", {
|
|
19166
19197
|
href: "#",
|
|
19167
|
-
onClick:
|
|
19198
|
+
onClick: w((p) => o.readMail(u.id), ["prevent"])
|
|
19168
19199
|
}, y(u.subject), 9, Fx)
|
|
19169
19200
|
])
|
|
19170
19201
|
]),
|
|
@@ -19183,14 +19214,14 @@ function Ux(e, t, n, s, i, o) {
|
|
|
19183
19214
|
l("div", Hx, [
|
|
19184
19215
|
l("a", {
|
|
19185
19216
|
href: "#",
|
|
19186
|
-
onClick:
|
|
19217
|
+
onClick: w((p) => o.deleteMail(u.id), ["prevent"]),
|
|
19187
19218
|
title: "Delete this mail"
|
|
19188
19219
|
}, [...t[0] || (t[0] = [
|
|
19189
19220
|
l("span", { class: "icon-delete" }, null, -1)
|
|
19190
19221
|
])], 8, qx),
|
|
19191
19222
|
l("a", {
|
|
19192
19223
|
href: "#",
|
|
19193
|
-
onClick:
|
|
19224
|
+
onClick: w((p) => o.toggleReadStatus(u.id), ["prevent"]),
|
|
19194
19225
|
title: i.mailIsRead.has(u.id) ? "Set status to unread" : "Set status to read"
|
|
19195
19226
|
}, [
|
|
19196
19227
|
l("span", {
|
|
@@ -19199,7 +19230,7 @@ function Ux(e, t, n, s, i, o) {
|
|
|
19199
19230
|
], 8, Rx),
|
|
19200
19231
|
l("a", {
|
|
19201
19232
|
href: "#",
|
|
19202
|
-
onClick:
|
|
19233
|
+
onClick: w((p) => o.toggleExpandMail(u.id), ["prevent"]),
|
|
19203
19234
|
title: i.expandMail.has(u.id) ? "Collapse mail content" : "Expand mail content"
|
|
19204
19235
|
}, [
|
|
19205
19236
|
l("span", {
|
|
@@ -19378,7 +19409,7 @@ function eC(e, t, n, s, i, o) {
|
|
|
19378
19409
|
i.sortOrderAsc ? (a(), r("a", {
|
|
19379
19410
|
key: 0,
|
|
19380
19411
|
href: "#",
|
|
19381
|
-
onClick: t[3] || (t[3] =
|
|
19412
|
+
onClick: t[3] || (t[3] = w((u) => o.sortByDate("asc"), ["prevent"])),
|
|
19382
19413
|
title: n.linkSortAscending.title
|
|
19383
19414
|
}, [
|
|
19384
19415
|
n.linkSortAscending.text ? (a(), r("span", Qx, y(n.linkSortAscending.text), 1)) : m("", !0),
|
|
@@ -19389,7 +19420,7 @@ function eC(e, t, n, s, i, o) {
|
|
|
19389
19420
|
], 8, Zx)) : (a(), r("a", {
|
|
19390
19421
|
key: 1,
|
|
19391
19422
|
href: "#",
|
|
19392
|
-
onClick: t[4] || (t[4] =
|
|
19423
|
+
onClick: t[4] || (t[4] = w((u) => o.sortByDate("desc"), ["prevent"])),
|
|
19393
19424
|
title: n.linkSortDescending.title
|
|
19394
19425
|
}, [
|
|
19395
19426
|
n.linkSortDescending.text ? (a(), r("span", $x, y(n.linkSortDescending.text), 1)) : m("", !0),
|
|
@@ -19779,10 +19810,10 @@ const oC = /* @__PURE__ */ B(nC, [["render", iC]]), lC = "accordion-name", aC =
|
|
|
19779
19810
|
pathDefaultLogo: gC,
|
|
19780
19811
|
pathDarkmodeLogo: yC,
|
|
19781
19812
|
altText: bC
|
|
19782
|
-
}, CC = { cookies: [{ id: "cookie-sessionid", value: "sessionid", description: "This cookie is required for functionality", labelText: "SessionID", disabled: !0, linkDataPrivacy: { label: "Details for this cookie:", link: "/content/data-privacy-en.html", linkText: "Open data privacy" } }, { id: "cookie-google-recaptcha", value: "google-recaptcha", description: "This cookie prevents bots from sending forms", labelText: "Google reCaptcha™", disabled: !0, linkDataPrivacy: { label: "Details for this cookie:", link: "https://policies.google.com/privacy?hl=en-US", target: "_blank", linkText: "Open data privacy from Google" } }] }, vC = { cookies: [{ id: "cookie-google-maps", value: "google-maps", description: "This cookie enables the Google Map™", labelText: "Google Maps™", disabled: !1, linkDataPrivacy: { label: "Details for this cookie:", link: "https://policies.google.com/privacy?hl=en-US", target: "_blank", linkText: "Open data privacy from Google" } }, { id: "cookie-google-analytics", value: "google-analytics", description: "This cookie collects anonymous data for statistics and improvements", labelText: "Google Analytics™", linkDataPrivacy: { label: "Details for this cookie:", link: "https://policies.google.com/privacy?hl=en-US", target: "_blank", linkText: "Open data privacy from Google" } }] },
|
|
19813
|
+
}, CC = { cookies: [{ id: "cookie-sessionid", value: "sessionid", description: "This cookie is required for functionality", labelText: "SessionID", disabled: !0, linkDataPrivacy: { label: "Details for this cookie:", link: "/content/data-privacy-en.html", linkText: "Open data privacy" } }, { id: "cookie-google-recaptcha", value: "google-recaptcha", description: "This cookie prevents bots from sending forms", labelText: "Google reCaptcha™", disabled: !0, linkDataPrivacy: { label: "Details for this cookie:", link: "https://policies.google.com/privacy?hl=en-US", target: "_blank", linkText: "Open data privacy from Google" } }] }, vC = { cookies: [{ id: "cookie-google-maps", value: "google-maps", description: "This cookie enables the Google Map™", labelText: "Google Maps™", disabled: !1, linkDataPrivacy: { label: "Details for this cookie:", link: "https://policies.google.com/privacy?hl=en-US", target: "_blank", linkText: "Open data privacy from Google" } }, { id: "cookie-google-analytics", value: "google-analytics", description: "This cookie collects anonymous data for statistics and improvements", labelText: "Google Analytics™", linkDataPrivacy: { label: "Details for this cookie:", link: "https://policies.google.com/privacy?hl=en-US", target: "_blank", linkText: "Open data privacy from Google" } }] }, wC = {
|
|
19783
19814
|
required: CC,
|
|
19784
19815
|
optional: vC
|
|
19785
|
-
},
|
|
19816
|
+
}, kC = [
|
|
19786
19817
|
{
|
|
19787
19818
|
value: "",
|
|
19788
19819
|
text: "Please select..."
|
|
@@ -20649,12 +20680,12 @@ const oC = /* @__PURE__ */ B(nC, [["render", iC]]), lC = "accordion-name", aC =
|
|
|
20649
20680
|
thead: f1,
|
|
20650
20681
|
tbody: g1,
|
|
20651
20682
|
tfoot: y1
|
|
20652
|
-
}, x1 = { show: !1, text: "This is a caption for a large table" }, C1 = 3, v1 = 4,
|
|
20683
|
+
}, x1 = { show: !1, text: "This is a caption for a large table" }, C1 = 3, v1 = 4, w1 = ["Table head 1", "Table head 2", "Table head 3", "Table head 4", "Table head 5", "Table head 6", "Table head 7", "Table head 8", "Table head 9", "Table head 10", "Table head 11", "Table head 12", "Table head 13", "Table head 15", "Table head 14"], k1 = [["Table data 1/1", "Table data 1/2", "Table data 1/3", "Table data 1/4", "Table data 1/5", "Table data 1/6", "Table data 1/7", "Table data 1/8", "Table data 1/9", "Table data 1/10", "Table data 1/11", "Table data 1/12", "Table data 1/13", "Table data 1/14", "Table data 1/15"], ["Table data 2/1", "Table data 2/2", "Table data 2/3", "Table data 2/4", "Table data 2/5", "Table data 2/6", "Table data 2/7", "Table data 2/8", "Table data 2/9", "Table data 2/10", "Table data 2/11", "Table data 2/13", "Table data 2/13", "Table data 2/14", "Table data 2/15"], ["Table data 3/1", "Table data 3/2", "Table data 3/3", "Table data 3/4", "Table data 3/5", "Table data 3/6", "Table data 3/7", "Table data 3/8", "Table data 3/9", "Table data 3/10", "Table data 3/11", "Table data 3/12", "Table data 3/13", "Table data 3/14", "Table data 3/15"], ["Table data 4/1", "Table data 4/2", "Table data 4/3", "Table data 4/4", "Table data 4/5", "Table data 4/6", "Table data 4/7", "Table data 4/8", "Table data 4/9", "Table data 4/10", "Table data 4/11", "Table data 4/12", "Table data 4/13", "Table data 4/14", "Table data 4/15"], ["Table data 5/1", "Table data 5/2", "Table data 5/3", "Table data 5/4", "Table data 5/5", "Table data 5/6", "Table data 5/7", "Table data 5/8", "Table data 5/9", "Table data 5/10", "Table data 5/11", "Table data 5/12", "Table data 5/13", "Table data 5/14", "Table data 5/15"], ["Table data 6/1", "Table data 6/2", "Table data 6/3", "Table data 6/4", "Table data 6/5", "Table data 6/6", "Table data 6/7", "Table data 6/8", "Table data 6/9", "Table data 6/10", "Table data 6/11", "Table data 6/12", "Table data 6/13", "Table data 6/14", "Table data 6/15"]], T1 = ["Table foot 1", "Table foot 2", "Table foot 3", "Table foot 4", "Table foot 5", "Table foot 6", "Table foot 7", "Table foot 8", "Table foot 9", "Table foot 10", "Table foot 11", "Table foot 12", "Table foot 13", "Table foot 14", "Table foot 15"], S1 = {
|
|
20653
20684
|
caption: x1,
|
|
20654
20685
|
rowIndexHighlighted: C1,
|
|
20655
20686
|
columnIndexHighlighted: v1,
|
|
20656
|
-
thead:
|
|
20657
|
-
tbody:
|
|
20687
|
+
thead: w1,
|
|
20688
|
+
tbody: k1,
|
|
20658
20689
|
tfoot: T1
|
|
20659
20690
|
}, _1 = [
|
|
20660
20691
|
{
|
|
@@ -21593,7 +21624,7 @@ const oC = /* @__PURE__ */ B(nC, [["render", iC]]), lC = "accordion-name", aC =
|
|
|
21593
21624
|
text: "Zimbabwe",
|
|
21594
21625
|
value: "zw"
|
|
21595
21626
|
}
|
|
21596
|
-
], I1 = "comand-component-library", B1 = "4.3.
|
|
21627
|
+
], I1 = "comand-component-library", B1 = "4.3.21", D1 = "GPL-3.0-only", F1 = "CoManD-UI", P1 = "module", V1 = { prepublishOnly: "npm run build-lib", dev: "vite", build: "vite build", "build-lib": "vite build && gulp", preview: "vite preview" }, M1 = ["dist", "src"], A1 = { ".": "./dist/comand-component-library.js", "./css.js": "./src/css.js", "./comand-component-library.css": "./dist/comand-component-library.css", "./variables.scss": "./src/assets/styles/variables.scss", "./export-example-data.js": "./src/assets/data/export-example-data.js", "./countries.json": "./src/assets/lists-of-data/countries.json", "./currencies.json": "./src/assets/lists-of-data/currencies.json", "./dial-codes.json": "./src/assets/lists-of-data/dial-codes.json", "./us-cities.json": "./src/assets/lists-of-data/us-cities.json" }, E1 = { "clickout-event": "^1.1.2", "comand-frontend-framework": "^4.3.42", "comand-ui-iconfonts": "^1.0.19", "core-js": "^3.20.1", prismjs: "^1.27.0", vue: "^3.5.25", "vue-router": "^4.0.12", vuex: "^4.0.2" }, H1 = { "@iconify/vue": "^4.0.0", "@vitejs/plugin-vue": "^6.0.2", "@vue/test-utils": "^2.0.0-0", axios: "^1.7.2", gulp: "^4.0.2", sass: "^1.54.9", "unplugin-vue-components": "^0.24.0", vite: "^7.2.4", "vue-jest": "^5.0.0-0" }, q1 = {
|
|
21597
21628
|
name: I1,
|
|
21598
21629
|
version: B1,
|
|
21599
21630
|
license: D1,
|
|
@@ -22932,8 +22963,8 @@ const oC = /* @__PURE__ */ B(nC, [["render", iC]]), lC = "accordion-name", aC =
|
|
|
22932
22963
|
boxUserData: uC,
|
|
22933
22964
|
breadcrumbsData: hC,
|
|
22934
22965
|
companyLogoData: xC,
|
|
22935
|
-
cookieDisclaimerData:
|
|
22936
|
-
fakeSelectColorsData:
|
|
22966
|
+
cookieDisclaimerData: wC,
|
|
22967
|
+
fakeSelectColorsData: kC,
|
|
22937
22968
|
fakeSelectCountriesData: TC,
|
|
22938
22969
|
fakeSelectFilterOptionsData: $n,
|
|
22939
22970
|
fakeSelectOptionsData: SC,
|
|
@@ -23208,7 +23239,7 @@ const oC = /* @__PURE__ */ B(nC, [["render", iC]]), lC = "accordion-name", aC =
|
|
|
23208
23239
|
}, lv = { class: "flex-container" }, av = { class: "flex-container" }, sv = { class: "list-status" }, rv = { class: "error" }, dv = { class: "flex-container" }, uv = { class: "headline-demopage" }, cv = { class: "flex-container" }, mv = { class: "flex-container" }, pv = { class: "flex-container" }, hv = { class: "flex-container" }, fv = { class: "flex-container" }, gv = { class: "headline-demopage" }, yv = { class: "flex-container" }, bv = { class: "flex-container flex-items-flex-none" }, xv = {
|
|
23209
23240
|
class: "inline",
|
|
23210
23241
|
for: "range-value"
|
|
23211
|
-
}, Cv = ["disabled"], vv = { for: "range-slider" },
|
|
23242
|
+
}, Cv = ["disabled"], vv = { for: "range-slider" }, wv = ["disabled"], kv = { class: "label inline" }, Tv = { class: "flex-container flex-items-flex-none" }, Sv = { class: "label inline" }, _v = { class: "flex-container flex-items-flex-none" }, Ov = { class: "label inline" }, Lv = { class: "flex-container flex-items-flex-none" }, Iv = { class: "label inline" }, Bv = { class: "flex-container flex-items-flex-none" }, Dv = {
|
|
23212
23243
|
class: "headline-demopage",
|
|
23213
23244
|
id: "section-input-group"
|
|
23214
23245
|
}, Fv = { class: "flex-container" }, Pv = { class: "button-wrapper flex-none" }, Vv = ["disabled"], Mv = {
|
|
@@ -23247,93 +23278,93 @@ const oC = /* @__PURE__ */ B(nC, [["render", iC]]), lC = "accordion-name", aC =
|
|
|
23247
23278
|
}, Jv = { class: "output" }, Zv = {
|
|
23248
23279
|
class: "headline-demopage",
|
|
23249
23280
|
id: "section-list"
|
|
23250
|
-
}, Qv = { class: "output" }, Xv = { class: "flex-container" }, $v = { class: "flex-container" },
|
|
23281
|
+
}, Qv = { class: "output" }, Xv = { class: "flex-container" }, $v = { class: "flex-container" }, ew = {
|
|
23251
23282
|
class: "headline-demopage",
|
|
23252
23283
|
id: "section-login-form"
|
|
23253
|
-
},
|
|
23284
|
+
}, tw = {
|
|
23254
23285
|
class: "headline-demopage",
|
|
23255
23286
|
id: "section-main-navigation"
|
|
23256
|
-
},
|
|
23287
|
+
}, nw = {
|
|
23257
23288
|
class: "headline-demopage",
|
|
23258
23289
|
id: "section-multistep-form-progress-bar"
|
|
23259
|
-
},
|
|
23290
|
+
}, iw = {
|
|
23260
23291
|
class: "headline-demopage",
|
|
23261
23292
|
id: "section-multistep-form-wrapper"
|
|
23262
|
-
},
|
|
23293
|
+
}, ow = ["onClick"], lw = ["onClick"], aw = ["onClick"], sw = { class: "input-wrapper" }, rw = { class: "flex-container" }, dw = ["onClick"], uw = { key: 0 }, cw = ["onClick"], mw = { key: 0 }, pw = ["onClick"], hw = { key: 0 }, fw = { key: 0 }, gw = { key: 0 }, yw = { class: "button-wrapper reverse justify-content-space-between" }, bw = {
|
|
23263
23294
|
class: "headline-demopage",
|
|
23264
23295
|
id: "section-newsletter-subscription"
|
|
23265
|
-
},
|
|
23296
|
+
}, xw = {
|
|
23266
23297
|
class: "headline-demopage",
|
|
23267
23298
|
id: "section-opening-hours"
|
|
23268
|
-
},
|
|
23299
|
+
}, Cw = {
|
|
23269
23300
|
class: "headline-demopage",
|
|
23270
23301
|
id: "section-page-footer"
|
|
23271
|
-
},
|
|
23302
|
+
}, vw = {
|
|
23272
23303
|
class: "headline-demopage",
|
|
23273
23304
|
id: "section-page-header"
|
|
23274
|
-
},
|
|
23305
|
+
}, ww = {
|
|
23275
23306
|
class: "headline-demopage",
|
|
23276
23307
|
id: "section-pagination"
|
|
23277
|
-
},
|
|
23308
|
+
}, kw = {
|
|
23278
23309
|
class: "headline-demopage",
|
|
23279
23310
|
id: "section-paragraph"
|
|
23280
|
-
},
|
|
23311
|
+
}, Tw = {
|
|
23281
23312
|
class: "headline-demopage",
|
|
23282
23313
|
id: "section-section"
|
|
23283
|
-
},
|
|
23314
|
+
}, Sw = {
|
|
23284
23315
|
class: "headline-demopage",
|
|
23285
23316
|
id: "section-site-header"
|
|
23286
|
-
},
|
|
23317
|
+
}, _w = {
|
|
23287
23318
|
class: "headline-demopage",
|
|
23288
23319
|
id: "section-site-search"
|
|
23289
|
-
},
|
|
23320
|
+
}, Ow = {
|
|
23290
23321
|
class: "headline-demopage",
|
|
23291
23322
|
id: "section-slideshow"
|
|
23292
|
-
},
|
|
23323
|
+
}, Lw = {
|
|
23293
23324
|
class: "headline-demopage",
|
|
23294
23325
|
id: "section-smart-search"
|
|
23295
|
-
},
|
|
23326
|
+
}, Iw = {
|
|
23296
23327
|
class: "headline-demopage",
|
|
23297
23328
|
id: "section-social-networks"
|
|
23298
|
-
},
|
|
23329
|
+
}, Bw = {
|
|
23299
23330
|
class: "headline-demopage",
|
|
23300
23331
|
id: "section-system-message"
|
|
23301
|
-
},
|
|
23332
|
+
}, Dw = {
|
|
23302
23333
|
class: "headline-demopage",
|
|
23303
23334
|
id: "section-tables"
|
|
23304
|
-
},
|
|
23335
|
+
}, Fw = {
|
|
23305
23336
|
class: "headline-demopage",
|
|
23306
23337
|
id: "section-tabs"
|
|
23307
|
-
},
|
|
23338
|
+
}, Pw = {
|
|
23308
23339
|
class: "headline-demopage",
|
|
23309
23340
|
id: "section-tag"
|
|
23310
|
-
},
|
|
23341
|
+
}, Vw = {
|
|
23311
23342
|
class: "headline-demopage",
|
|
23312
23343
|
id: "section-text-image-block"
|
|
23313
|
-
},
|
|
23344
|
+
}, Mw = { class: "flex-container" }, Aw = {
|
|
23314
23345
|
class: "headline-demopage",
|
|
23315
23346
|
id: "section-thumbnail-scroller"
|
|
23316
|
-
},
|
|
23347
|
+
}, Ew = { class: "inline-size" }, Hw = {
|
|
23317
23348
|
class: "headline-demopage",
|
|
23318
23349
|
id: "section-toast"
|
|
23319
|
-
},
|
|
23350
|
+
}, qw = { class: "button-wrapper" }, Rw = {
|
|
23320
23351
|
class: "headline-demopage",
|
|
23321
23352
|
id: "section-toggle-dark-mode"
|
|
23322
|
-
},
|
|
23353
|
+
}, jw = {
|
|
23323
23354
|
class: "headline-demopage",
|
|
23324
23355
|
id: "section-tooltip"
|
|
23325
|
-
},
|
|
23356
|
+
}, Nw = {
|
|
23326
23357
|
class: "headline-demopage",
|
|
23327
23358
|
id: "section-upload-form"
|
|
23328
|
-
},
|
|
23359
|
+
}, Uw = {
|
|
23329
23360
|
class: "headline-demopage",
|
|
23330
23361
|
id: "section-width-limitation-wrapper"
|
|
23331
|
-
},
|
|
23362
|
+
}, zw = {
|
|
23332
23363
|
key: 2,
|
|
23333
23364
|
id: "content"
|
|
23334
23365
|
};
|
|
23335
|
-
function
|
|
23336
|
-
const d = nn, c = Oi, u = Lf, f = lt, p = Af, g = uo, _ = Ms, O = vr, L = vi, P = Bi, I = K, R = ig, N = en, U = yf, $ = Xt, Y =
|
|
23366
|
+
function Ww(e, t, n, s, i, o) {
|
|
23367
|
+
const d = nn, c = Oi, u = Lf, f = lt, p = Af, g = uo, _ = Ms, O = vr, L = vi, P = Bi, I = K, R = ig, N = en, U = yf, $ = Xt, Y = wi, H = Sr, z = Fr, se = Si, Te = Li, ue = nm, go = Ii, je = um, yo = qm, dn = Um, bo = Pi, Ne = j, Be = q, un = le, xo = ap, Co = mp, ee = be, vo = Bp, wo = oC, ko = Vi, To = pe("router-view"), cn = Ai, ct = ke, mn = ph, So = bh, _o = zh, Oo = lf, Lo = uf, Io = Mi, Bo = ii, mt = vf, pn = Ff, Do = Gf, Fo = $f, Po = Ei, Vo = ug, hn = vg, Mo = Hi, Ao = _i, pt = Eg, Eo = ki, Ho = kx, qo = jg, ht = nt, Ro = Gb, jo = mo, No = Vm, Uo = Bm, zo = yu, Wo = $b, Go = Qo("fancybox");
|
|
23337
23368
|
return G((a(), r("div", {
|
|
23338
23369
|
class: "page-wrapper",
|
|
23339
23370
|
id: o.templateId
|
|
@@ -23429,13 +23460,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
23429
23460
|
}, {
|
|
23430
23461
|
body: v(() => [
|
|
23431
23462
|
l("ul", null, [
|
|
23432
|
-
(a(!0), r(
|
|
23463
|
+
(a(!0), r(k, null, M(i.listOfComponents, (V, ce) => (a(), r("li", {
|
|
23433
23464
|
key: ce,
|
|
23434
23465
|
class: x({ active: i.activeEntry === "Cmd" + V })
|
|
23435
23466
|
}, [
|
|
23436
23467
|
l("a", {
|
|
23437
23468
|
href: o.sectionName(V),
|
|
23438
|
-
onClick: (
|
|
23469
|
+
onClick: (Zw) => o.updateSettingsSidebar(o.componentNameWithPrefix(V)),
|
|
23439
23470
|
title: "Go to component"
|
|
23440
23471
|
}, y(o.readableComponentName(V)), 9, X1)
|
|
23441
23472
|
], 2))), 128))
|
|
@@ -23512,7 +23543,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
23512
23543
|
href: "#",
|
|
23513
23544
|
class: "button primary",
|
|
23514
23545
|
title: "Open Template Selection",
|
|
23515
|
-
onClick: t[9] || (t[9] =
|
|
23546
|
+
onClick: t[9] || (t[9] = w((b) => o.openBox(0), ["prevent"]))
|
|
23516
23547
|
}, [...t[148] || (t[148] = [
|
|
23517
23548
|
l("span", { class: "icon-settings-template" }, null, -1)
|
|
23518
23549
|
])]),
|
|
@@ -23520,7 +23551,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
23520
23551
|
href: "#",
|
|
23521
23552
|
class: "button primary",
|
|
23522
23553
|
title: "Open Components Overview",
|
|
23523
|
-
onClick: t[10] || (t[10] =
|
|
23554
|
+
onClick: t[10] || (t[10] = w((b) => o.openBox(1), ["prevent"]))
|
|
23524
23555
|
}, [...t[149] || (t[149] = [
|
|
23525
23556
|
l("span", { class: "icon-settings-component" }, null, -1)
|
|
23526
23557
|
])]),
|
|
@@ -23528,13 +23559,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
23528
23559
|
href: "#",
|
|
23529
23560
|
class: "button primary",
|
|
23530
23561
|
title: "Open Page-Templates",
|
|
23531
|
-
onClick: t[11] || (t[11] =
|
|
23562
|
+
onClick: t[11] || (t[11] = w((b) => o.openBox(2), ["prevent"]))
|
|
23532
23563
|
}, [...t[150] || (t[150] = [
|
|
23533
23564
|
l("span", { class: "icon-file-settings" }, null, -1)
|
|
23534
23565
|
])]),
|
|
23535
23566
|
l("a", {
|
|
23536
23567
|
href: "#",
|
|
23537
|
-
onClick: t[12] || (t[12] =
|
|
23568
|
+
onClick: t[12] || (t[12] = w((b) => i.showLeftSidebar = !1, ["prevent"]))
|
|
23538
23569
|
}, [...t[151] || (t[151] = [
|
|
23539
23570
|
l("span", null, "Hide sidebar", -1)
|
|
23540
23571
|
])])
|
|
@@ -23572,7 +23603,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
23572
23603
|
href: "#",
|
|
23573
23604
|
class: "button small icon-cog",
|
|
23574
23605
|
title: "Open Component Settings",
|
|
23575
|
-
onClick: t[13] || (t[13] =
|
|
23606
|
+
onClick: t[13] || (t[13] = w((b) => o.openSettingsSidebar("CmdAccordion"), ["prevent"]))
|
|
23576
23607
|
})
|
|
23577
23608
|
]),
|
|
23578
23609
|
h(_, T({
|
|
@@ -23611,7 +23642,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
23611
23642
|
href: "#",
|
|
23612
23643
|
class: "button small icon-cog",
|
|
23613
23644
|
title: "Open Component Settings",
|
|
23614
|
-
onClick: t[14] || (t[14] =
|
|
23645
|
+
onClick: t[14] || (t[14] = w((b) => o.openSettingsSidebar("CmdAccordionsWrapper"), ["prevent"]))
|
|
23615
23646
|
})
|
|
23616
23647
|
]),
|
|
23617
23648
|
h(O, {
|
|
@@ -23619,7 +23650,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
23619
23650
|
useRowViewAsDefault: !0
|
|
23620
23651
|
}, {
|
|
23621
23652
|
default: v((b) => [
|
|
23622
|
-
(a(), r(
|
|
23653
|
+
(a(), r(k, null, M(5, (V, ce) => h(_, {
|
|
23623
23654
|
key: ce,
|
|
23624
23655
|
open: "",
|
|
23625
23656
|
name: i.accordionData.name,
|
|
@@ -23641,7 +23672,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
23641
23672
|
href: "#",
|
|
23642
23673
|
class: "button small icon-cog",
|
|
23643
23674
|
title: "Open Component Settings",
|
|
23644
|
-
onClick: t[15] || (t[15] =
|
|
23675
|
+
onClick: t[15] || (t[15] = w((b) => o.openSettingsSidebar("CmdAddressData"), ["prevent"]))
|
|
23645
23676
|
})
|
|
23646
23677
|
]),
|
|
23647
23678
|
l("div", lv, [
|
|
@@ -23667,7 +23698,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
23667
23698
|
l("li", null, [
|
|
23668
23699
|
l("a", {
|
|
23669
23700
|
href: "#",
|
|
23670
|
-
onClick: t[16] || (t[16] =
|
|
23701
|
+
onClick: t[16] || (t[16] = w((b) => o.setStatus("", !1), ["prevent"])),
|
|
23671
23702
|
class: x({ active: i.validationStatus === "" && i.disabledStatus === !1 }),
|
|
23672
23703
|
id: "status-default"
|
|
23673
23704
|
}, " Default ", 2)
|
|
@@ -23675,7 +23706,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
23675
23706
|
l("li", rv, [
|
|
23676
23707
|
l("a", {
|
|
23677
23708
|
href: "#",
|
|
23678
|
-
onClick: t[17] || (t[17] =
|
|
23709
|
+
onClick: t[17] || (t[17] = w((b) => o.setStatus("error", !1), ["prevent"])),
|
|
23679
23710
|
class: x({ active: i.validationStatus === "error" }),
|
|
23680
23711
|
id: "status-error"
|
|
23681
23712
|
}, " Error ", 2)
|
|
@@ -23683,7 +23714,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
23683
23714
|
l("li", null, [
|
|
23684
23715
|
l("a", {
|
|
23685
23716
|
href: "#",
|
|
23686
|
-
onClick: t[18] || (t[18] =
|
|
23717
|
+
onClick: t[18] || (t[18] = w((b) => o.setStatus("warning", !1), ["prevent"])),
|
|
23687
23718
|
class: x({ active: i.validationStatus === "warning" }),
|
|
23688
23719
|
id: "status-warning"
|
|
23689
23720
|
}, " Warning ", 2)
|
|
@@ -23691,7 +23722,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
23691
23722
|
l("li", null, [
|
|
23692
23723
|
l("a", {
|
|
23693
23724
|
href: "#",
|
|
23694
|
-
onClick: t[19] || (t[19] =
|
|
23725
|
+
onClick: t[19] || (t[19] = w((b) => o.setStatus("success", !1), ["prevent"])),
|
|
23695
23726
|
class: x({ active: i.validationStatus === "success" }),
|
|
23696
23727
|
id: "status-success"
|
|
23697
23728
|
}, " Success ", 2)
|
|
@@ -23699,7 +23730,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
23699
23730
|
l("li", null, [
|
|
23700
23731
|
l("a", {
|
|
23701
23732
|
href: "#",
|
|
23702
|
-
onClick: t[20] || (t[20] =
|
|
23733
|
+
onClick: t[20] || (t[20] = w((b) => o.setStatus("info", !1), ["prevent"])),
|
|
23703
23734
|
class: x({ active: i.validationStatus === "info" }),
|
|
23704
23735
|
id: "status-info"
|
|
23705
23736
|
}, " Info ", 2)
|
|
@@ -23707,7 +23738,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
23707
23738
|
l("li", null, [
|
|
23708
23739
|
l("a", {
|
|
23709
23740
|
href: "#",
|
|
23710
|
-
onClick: t[21] || (t[21] =
|
|
23741
|
+
onClick: t[21] || (t[21] = w((b) => o.setStatus("", !0), ["prevent"])),
|
|
23711
23742
|
class: x({ active: i.disabledStatus === !0 }),
|
|
23712
23743
|
id: "status-disabled"
|
|
23713
23744
|
}, " Disabled ", 2)
|
|
@@ -23733,7 +23764,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
23733
23764
|
href: "#",
|
|
23734
23765
|
class: "button small icon-cog",
|
|
23735
23766
|
title: "Open Component Settings",
|
|
23736
|
-
onClick: t[23] || (t[23] =
|
|
23767
|
+
onClick: t[23] || (t[23] = w((b) => o.openSettingsSidebar("CmdFormElement"), ["prevent"]))
|
|
23737
23768
|
})
|
|
23738
23769
|
]),
|
|
23739
23770
|
h(I, T({ ref: "CmdFormElement" }, e.cmdFormElementSettingsData, {
|
|
@@ -23974,7 +24005,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
23974
24005
|
href: "#",
|
|
23975
24006
|
class: "button small icon-cog",
|
|
23976
24007
|
title: "Open Component Settings",
|
|
23977
|
-
onClick: t[38] || (t[38] =
|
|
24008
|
+
onClick: t[38] || (t[38] = w((b) => o.openSettingsSidebar("CmdFakeSelect"), ["prevent"]))
|
|
23978
24009
|
})
|
|
23979
24010
|
]),
|
|
23980
24011
|
l("div", yv, [
|
|
@@ -24083,7 +24114,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24083
24114
|
disabled: i.disabledStatus,
|
|
24084
24115
|
min: "0",
|
|
24085
24116
|
max: "100"
|
|
24086
|
-
}, null, 8,
|
|
24117
|
+
}, null, 8, wv), [
|
|
24087
24118
|
[Tt, i.rangeValue]
|
|
24088
24119
|
])
|
|
24089
24120
|
])
|
|
@@ -24199,7 +24230,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24199
24230
|
l("output", null, "v-model: " + y(i.switchButtonRadio), 1),
|
|
24200
24231
|
t[181] || (t[181] = l("h2", null, "Checkboxes and Radiobuttons", -1)),
|
|
24201
24232
|
t[182] || (t[182] = l("h3", null, "Checkboxes [native]", -1)),
|
|
24202
|
-
l("div",
|
|
24233
|
+
l("div", kv, [
|
|
24203
24234
|
t[164] || (t[164] = l("span", { class: "label-text" }, "Label for native checkboxes:", -1)),
|
|
24204
24235
|
l("div", Tv, [
|
|
24205
24236
|
h(I, {
|
|
@@ -24361,7 +24392,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24361
24392
|
href: "#",
|
|
24362
24393
|
class: "button small icon-cog",
|
|
24363
24394
|
title: "Open Component Settings",
|
|
24364
|
-
onClick: t[64] || (t[64] =
|
|
24395
|
+
onClick: t[64] || (t[64] = w((b) => o.openSettingsSidebar("CmdInputGroup"), ["prevent"]))
|
|
24365
24396
|
})
|
|
24366
24397
|
]),
|
|
24367
24398
|
h($, T({ ref: "CmdInputGroup" }, e.cmdInputGroupSettingsData, {
|
|
@@ -24461,7 +24492,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24461
24492
|
href: "#",
|
|
24462
24493
|
class: "button small icon-cog",
|
|
24463
24494
|
title: "Open Component Settings",
|
|
24464
|
-
onClick: t[70] || (t[70] =
|
|
24495
|
+
onClick: t[70] || (t[70] = w((b) => o.openSettingsSidebar("CmdBankAccountData"), ["prevent"]))
|
|
24465
24496
|
})
|
|
24466
24497
|
]),
|
|
24467
24498
|
h(z, T({ "account-data": i.bankAccountData }, e.cmdBankAccountDataSettingsData, { ref: "CmdBankAccountData" }), null, 16, ["account-data"])
|
|
@@ -24476,7 +24507,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24476
24507
|
href: "#",
|
|
24477
24508
|
class: "button small icon-cog",
|
|
24478
24509
|
title: "Open Component Settings",
|
|
24479
|
-
onClick: t[71] || (t[71] =
|
|
24510
|
+
onClick: t[71] || (t[71] = w((b) => o.openSettingsSidebar("CmdBasicForm"), ["prevent"]))
|
|
24480
24511
|
})
|
|
24481
24512
|
]),
|
|
24482
24513
|
h(se, {
|
|
@@ -24509,7 +24540,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24509
24540
|
href: "#",
|
|
24510
24541
|
class: "button small icon-cog",
|
|
24511
24542
|
title: "Open Component Settings",
|
|
24512
|
-
onClick: t[72] || (t[72] =
|
|
24543
|
+
onClick: t[72] || (t[72] = w((b) => o.openSettingsSidebar("CmdBox"), ["prevent"]))
|
|
24513
24544
|
})
|
|
24514
24545
|
]),
|
|
24515
24546
|
h(d, T({ ref: "CmdBox" }, e.cmdBoxSettingsData, {
|
|
@@ -24539,7 +24570,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24539
24570
|
useGap: !0
|
|
24540
24571
|
}, {
|
|
24541
24572
|
default: v(() => [
|
|
24542
|
-
(a(), r(
|
|
24573
|
+
(a(), r(k, null, M(14, (b) => h(d, {
|
|
24543
24574
|
key: b,
|
|
24544
24575
|
textBody: "Content",
|
|
24545
24576
|
"cmd-headline": { headlineText: "Headline " + b, headlineLevel: 4 }
|
|
@@ -24628,28 +24659,28 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24628
24659
|
l("li", null, [
|
|
24629
24660
|
l("a", {
|
|
24630
24661
|
href: "#",
|
|
24631
|
-
onClick: t[73] || (t[73] =
|
|
24662
|
+
onClick: t[73] || (t[73] = w(() => {
|
|
24632
24663
|
}, ["prevent"]))
|
|
24633
24664
|
}, "Link name 1")
|
|
24634
24665
|
]),
|
|
24635
24666
|
l("li", null, [
|
|
24636
24667
|
l("a", {
|
|
24637
24668
|
href: "#",
|
|
24638
|
-
onClick: t[74] || (t[74] =
|
|
24669
|
+
onClick: t[74] || (t[74] = w(() => {
|
|
24639
24670
|
}, ["prevent"]))
|
|
24640
24671
|
}, "Link name 2")
|
|
24641
24672
|
]),
|
|
24642
24673
|
l("li", null, [
|
|
24643
24674
|
l("a", {
|
|
24644
24675
|
href: "#",
|
|
24645
|
-
onClick: t[75] || (t[75] =
|
|
24676
|
+
onClick: t[75] || (t[75] = w(() => {
|
|
24646
24677
|
}, ["prevent"]))
|
|
24647
24678
|
}, "Link name 3")
|
|
24648
24679
|
]),
|
|
24649
24680
|
l("li", null, [
|
|
24650
24681
|
l("a", {
|
|
24651
24682
|
href: "#",
|
|
24652
|
-
onClick: t[76] || (t[76] =
|
|
24683
|
+
onClick: t[76] || (t[76] = w(() => {
|
|
24653
24684
|
}, ["prevent"]))
|
|
24654
24685
|
}, "Link name 4")
|
|
24655
24686
|
])
|
|
@@ -24734,7 +24765,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24734
24765
|
useGap: !0
|
|
24735
24766
|
}, {
|
|
24736
24767
|
default: v((b) => [
|
|
24737
|
-
(a(!0), r(
|
|
24768
|
+
(a(!0), r(k, null, M(i.boxProductData, (V, ce) => (a(), C(d, {
|
|
24738
24769
|
key: ce,
|
|
24739
24770
|
boxType: "product",
|
|
24740
24771
|
product: V,
|
|
@@ -24751,7 +24782,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24751
24782
|
useGap: !0
|
|
24752
24783
|
}, {
|
|
24753
24784
|
default: v((b) => [
|
|
24754
|
-
(a(!0), r(
|
|
24785
|
+
(a(!0), r(k, null, M(i.boxUserData.length, (V) => (a(), C(d, {
|
|
24755
24786
|
key: V,
|
|
24756
24787
|
boxType: "user",
|
|
24757
24788
|
user: i.boxUserData[V - 1],
|
|
@@ -24767,7 +24798,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24767
24798
|
href: "#",
|
|
24768
24799
|
class: "button small icon-cog",
|
|
24769
24800
|
title: "Open Component Settings",
|
|
24770
|
-
onClick: t[77] || (t[77] =
|
|
24801
|
+
onClick: t[77] || (t[77] = w((b) => o.openSettingsSidebar("CmdBoxWrapper"), ["prevent"]))
|
|
24771
24802
|
})
|
|
24772
24803
|
]),
|
|
24773
24804
|
h(c, {
|
|
@@ -24780,7 +24811,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24780
24811
|
useGap: !0
|
|
24781
24812
|
}, {
|
|
24782
24813
|
default: v((b) => [
|
|
24783
|
-
(a(!0), r(
|
|
24814
|
+
(a(!0), r(k, null, M(i.boxProductData.length, (V) => (a(), C(d, {
|
|
24784
24815
|
key: V,
|
|
24785
24816
|
boxType: "content",
|
|
24786
24817
|
collapsible: !0,
|
|
@@ -24809,7 +24840,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24809
24840
|
href: "#",
|
|
24810
24841
|
class: "button small icon-cog",
|
|
24811
24842
|
title: "Open Component Settings",
|
|
24812
|
-
onClick: t[78] || (t[78] =
|
|
24843
|
+
onClick: t[78] || (t[78] = w((b) => o.openSettingsSidebar("CmdBreadcrumbs"), ["prevent"]))
|
|
24813
24844
|
})
|
|
24814
24845
|
]),
|
|
24815
24846
|
h(Te, T({
|
|
@@ -24828,7 +24859,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24828
24859
|
href: "#",
|
|
24829
24860
|
class: "button small icon-cog",
|
|
24830
24861
|
title: "Open Component Settings",
|
|
24831
|
-
onClick: t[79] || (t[79] =
|
|
24862
|
+
onClick: t[79] || (t[79] = w((b) => o.openSettingsSidebar("CmdCodeOutput"), ["prevent"]))
|
|
24832
24863
|
})
|
|
24833
24864
|
]),
|
|
24834
24865
|
h(ue, T({ ref: "CmdCodeOutput" }, e.cmdCodeOutputSettingsData), {
|
|
@@ -24848,7 +24879,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24848
24879
|
href: "#",
|
|
24849
24880
|
class: "button small icon-cog",
|
|
24850
24881
|
title: "Open Component Settings",
|
|
24851
|
-
onClick: t[80] || (t[80] =
|
|
24882
|
+
onClick: t[80] || (t[80] = w((b) => o.openSettingsSidebar("CmdCompanyLogo"), ["prevent"]))
|
|
24852
24883
|
})
|
|
24853
24884
|
]),
|
|
24854
24885
|
h(go, T({
|
|
@@ -24866,7 +24897,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24866
24897
|
href: "#",
|
|
24867
24898
|
class: "button small icon-cog",
|
|
24868
24899
|
title: "Open Component Settings",
|
|
24869
|
-
onClick: t[81] || (t[81] =
|
|
24900
|
+
onClick: t[81] || (t[81] = w((b) => o.openSettingsSidebar("CmdContainer"), ["prevent"]))
|
|
24870
24901
|
})
|
|
24871
24902
|
]),
|
|
24872
24903
|
t[224] || (t[224] = l("h3", null, 'Container (type "default")', -1)),
|
|
@@ -24938,7 +24969,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24938
24969
|
l("a", {
|
|
24939
24970
|
class: "button",
|
|
24940
24971
|
href: "#",
|
|
24941
|
-
onClick: t[82] || (t[82] =
|
|
24972
|
+
onClick: t[82] || (t[82] = w((b) => i.fancyBoxCookieDisclaimer = !0, ["prevent"]))
|
|
24942
24973
|
}, [...t[228] || (t[228] = [
|
|
24943
24974
|
l("span", null, "Open Cookie Disclaimer", -1)
|
|
24944
24975
|
])])
|
|
@@ -24954,12 +24985,12 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24954
24985
|
t[234] || (t[234] = l("h3", null, "FancyBox with text", -1)),
|
|
24955
24986
|
l("a", {
|
|
24956
24987
|
href: "#",
|
|
24957
|
-
onClick: t[83] || (t[83] =
|
|
24988
|
+
onClick: t[83] || (t[83] = w((b) => o.showFancyBox("text", "Some text", "FancyBox with text"), ["prevent"]))
|
|
24958
24989
|
}, "Open FancyBox with text"),
|
|
24959
24990
|
t[235] || (t[235] = l("h3", null, "FancyBox with large image given by url", -1)),
|
|
24960
24991
|
l("a", {
|
|
24961
24992
|
href: "#",
|
|
24962
|
-
onClick: t[84] || (t[84] =
|
|
24993
|
+
onClick: t[84] || (t[84] = w((b) => o.showFancyBox("url", "/media/images/demo-images/large/landscape-01.jpg", "FancyBox with large image given by url"), ["prevent"])),
|
|
24963
24994
|
title: "Open FancyBox with large image given by url",
|
|
24964
24995
|
style: { "align-self": "flex-start" }
|
|
24965
24996
|
}, [...t[230] || (t[230] = [
|
|
@@ -24971,7 +25002,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24971
25002
|
t[236] || (t[236] = l("h3", null, "FancyBox with large image given by property", -1)),
|
|
24972
25003
|
l("a", {
|
|
24973
25004
|
href: "#",
|
|
24974
|
-
onClick: t[85] || (t[85] =
|
|
25005
|
+
onClick: t[85] || (t[85] = w((b) => o.showFancyBox("image", { large: "/media/images/demo-images/large/landscape-02.jpg" }, "FancyBox with large image given by property"), ["prevent"])),
|
|
24975
25006
|
title: "Open FancyBox with large image given by property",
|
|
24976
25007
|
style: { "align-self": "flex-start" }
|
|
24977
25008
|
}, [...t[231] || (t[231] = [
|
|
@@ -24983,7 +25014,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
24983
25014
|
t[237] || (t[237] = l("h3", null, "FancyBox with image as object give by property", -1)),
|
|
24984
25015
|
l("a", {
|
|
24985
25016
|
href: "#",
|
|
24986
|
-
onClick: t[86] || (t[86] =
|
|
25017
|
+
onClick: t[86] || (t[86] = w((b) => o.showFancyBox("image", {
|
|
24987
25018
|
small: "/media/images/demo-images/medium/landscape-03.jpg",
|
|
24988
25019
|
medium: "/media/images/demo-images/medium/landscape-03.jpg",
|
|
24989
25020
|
large: "/media/images/demo-images/large/landscape-03.jpg"
|
|
@@ -25058,7 +25089,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25058
25089
|
href: "#",
|
|
25059
25090
|
class: "button small icon-cog",
|
|
25060
25091
|
title: "Open Component Settings",
|
|
25061
|
-
onClick: t[87] || (t[87] =
|
|
25092
|
+
onClick: t[87] || (t[87] = w((b) => o.openSettingsSidebar("CmdFootnote"), ["prevent"]))
|
|
25062
25093
|
})
|
|
25063
25094
|
]),
|
|
25064
25095
|
h(dn, T({ ref: "CmdFootnote" }, e.cmdFootnoteSettingsData, {
|
|
@@ -25147,7 +25178,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25147
25178
|
href: "#",
|
|
25148
25179
|
class: "button small icon-cog",
|
|
25149
25180
|
title: "Open Component Settings",
|
|
25150
|
-
onClick: t[89] || (t[89] =
|
|
25181
|
+
onClick: t[89] || (t[89] = w((b) => o.openSettingsSidebar("CmdHeadline"), ["prevent"]))
|
|
25151
25182
|
})
|
|
25152
25183
|
]),
|
|
25153
25184
|
h(Ne, T({ ref: "CmdHeadline" }, e.cmdHeadlineSettingsData), null, 16),
|
|
@@ -25210,7 +25241,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25210
25241
|
href: "#",
|
|
25211
25242
|
class: "button small icon-cog",
|
|
25212
25243
|
title: "Open Component Settings",
|
|
25213
|
-
onClick: t[90] || (t[90] =
|
|
25244
|
+
onClick: t[90] || (t[90] = w((b) => o.openSettingsSidebar("CmdImage"), ["prevent"]))
|
|
25214
25245
|
})
|
|
25215
25246
|
]),
|
|
25216
25247
|
l("div", Gv, [
|
|
@@ -25235,7 +25266,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25235
25266
|
href: "#",
|
|
25236
25267
|
class: "button small icon-cog",
|
|
25237
25268
|
title: "Open Component Settings",
|
|
25238
|
-
onClick: t[91] || (t[91] =
|
|
25269
|
+
onClick: t[91] || (t[91] = w((b) => o.openSettingsSidebar("CmdImageGallery"), ["prevent"]))
|
|
25239
25270
|
})
|
|
25240
25271
|
]),
|
|
25241
25272
|
h(xo, T({
|
|
@@ -25266,7 +25297,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25266
25297
|
href: "#",
|
|
25267
25298
|
class: "button small icon-cog",
|
|
25268
25299
|
title: "Open Component Settings",
|
|
25269
|
-
onClick: t[92] || (t[92] =
|
|
25300
|
+
onClick: t[92] || (t[92] = w((b) => o.openSettingsSidebar("CmdLink"), ["prevent"]))
|
|
25270
25301
|
})
|
|
25271
25302
|
]),
|
|
25272
25303
|
h(ee, T({
|
|
@@ -25347,7 +25378,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25347
25378
|
href: "#",
|
|
25348
25379
|
class: "button small icon-cog",
|
|
25349
25380
|
title: "Open Component Settings",
|
|
25350
|
-
onClick: t[94] || (t[94] =
|
|
25381
|
+
onClick: t[94] || (t[94] = w((b) => o.openSettingsSidebar("CmdList"), ["prevent"]))
|
|
25351
25382
|
})
|
|
25352
25383
|
]),
|
|
25353
25384
|
h(f, T({
|
|
@@ -25425,13 +25456,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25425
25456
|
}),
|
|
25426
25457
|
h(g, null, {
|
|
25427
25458
|
default: v(() => [
|
|
25428
|
-
l("h2",
|
|
25459
|
+
l("h2", ew, [
|
|
25429
25460
|
t[266] || (t[266] = l("span", null, "Login Form", -1)),
|
|
25430
25461
|
l("a", {
|
|
25431
25462
|
href: "#",
|
|
25432
25463
|
class: "button small icon-cog",
|
|
25433
25464
|
title: "Open Component Settings",
|
|
25434
|
-
onClick: t[95] || (t[95] =
|
|
25465
|
+
onClick: t[95] || (t[95] = w((b) => o.openSettingsSidebar("CmdLoginForm"), ["prevent"]))
|
|
25435
25466
|
})
|
|
25436
25467
|
]),
|
|
25437
25468
|
h(Y, { "use-fieldset": !1 }, {
|
|
@@ -25455,7 +25486,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25455
25486
|
}, [
|
|
25456
25487
|
l("span", null, "Mail Tool")
|
|
25457
25488
|
], -1)),
|
|
25458
|
-
h(
|
|
25489
|
+
h(wo, {
|
|
25459
25490
|
ref: "CmdMailTool",
|
|
25460
25491
|
mailsInbox: i.mailToolData.inbox,
|
|
25461
25492
|
mailsOutbox: i.mailToolData.outbox
|
|
@@ -25465,29 +25496,29 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25465
25496
|
}),
|
|
25466
25497
|
h(g, null, {
|
|
25467
25498
|
default: v(() => [
|
|
25468
|
-
l("h2",
|
|
25499
|
+
l("h2", tw, [
|
|
25469
25500
|
t[268] || (t[268] = l("span", null, "Main Navigation", -1)),
|
|
25470
25501
|
l("a", {
|
|
25471
25502
|
href: "#",
|
|
25472
25503
|
class: "button small icon-cog",
|
|
25473
25504
|
title: "Open Component Settings",
|
|
25474
|
-
onClick: t[97] || (t[97] =
|
|
25505
|
+
onClick: t[97] || (t[97] = w((b) => o.openSettingsSidebar("CmdMainNavigation"), ["prevent"]))
|
|
25475
25506
|
})
|
|
25476
25507
|
]),
|
|
25477
|
-
h(
|
|
25508
|
+
h(ko, T({ ref: "CmdMainNavigation" }, e.cmdMainNavigationSettingsData, { navigationEntries: o.navigationDataModified }), null, 16, ["navigationEntries"]),
|
|
25478
25509
|
n.useRouterLinks ? (a(), C(To, { key: 0 })) : m("", !0)
|
|
25479
25510
|
]),
|
|
25480
25511
|
_: 1
|
|
25481
25512
|
}),
|
|
25482
25513
|
h(g, null, {
|
|
25483
25514
|
default: v(() => [
|
|
25484
|
-
l("h2",
|
|
25515
|
+
l("h2", nw, [
|
|
25485
25516
|
t[269] || (t[269] = l("span", null, "Multistepform-Progressbar", -1)),
|
|
25486
25517
|
l("a", {
|
|
25487
25518
|
href: "#",
|
|
25488
25519
|
class: "button small icon-cog",
|
|
25489
25520
|
title: "Open Component Settings",
|
|
25490
|
-
onClick: t[98] || (t[98] =
|
|
25521
|
+
onClick: t[98] || (t[98] = w((b) => o.openSettingsSidebar("CmdMultistepFormProgressBar"), ["prevent"]))
|
|
25491
25522
|
})
|
|
25492
25523
|
]),
|
|
25493
25524
|
t[270] || (t[270] = l("h3", null, "Steps with icons", -1)),
|
|
@@ -25512,13 +25543,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25512
25543
|
}),
|
|
25513
25544
|
h(g, null, {
|
|
25514
25545
|
default: v(() => [
|
|
25515
|
-
l("h2",
|
|
25546
|
+
l("h2", iw, [
|
|
25516
25547
|
t[272] || (t[272] = l("span", null, "Multistepform-Wrapper", -1)),
|
|
25517
25548
|
l("a", {
|
|
25518
25549
|
href: "#",
|
|
25519
25550
|
class: "button small icon-cog",
|
|
25520
25551
|
title: "Open Component Settings",
|
|
25521
|
-
onClick: t[101] || (t[101] =
|
|
25552
|
+
onClick: t[101] || (t[101] = w((b) => o.openSettingsSidebar("CmdMultistepFormWrapper"), ["prevent"]))
|
|
25522
25553
|
})
|
|
25523
25554
|
]),
|
|
25524
25555
|
t[286] || (t[286] = l("h3", null, "Data provided by property", -1)),
|
|
@@ -25540,13 +25571,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25540
25571
|
F(" props.formDataForPage: " + y(b.formDataForPage) + " ", 1),
|
|
25541
25572
|
l("a", {
|
|
25542
25573
|
href: "#",
|
|
25543
|
-
onClick:
|
|
25544
|
-
}, "Set Error", 8,
|
|
25574
|
+
onClick: w((V) => b.setErrorOnPage("This is an error!"), ["prevent"])
|
|
25575
|
+
}, "Set Error", 8, ow),
|
|
25545
25576
|
t[274] || (t[274] = l("br", null, null, -1)),
|
|
25546
25577
|
l("a", {
|
|
25547
25578
|
href: "#",
|
|
25548
|
-
onClick:
|
|
25549
|
-
}, "Remove Error", 8,
|
|
25579
|
+
onClick: w(b.removeErrorOnPage, ["prevent"])
|
|
25580
|
+
}, "Remove Error", 8, lw)
|
|
25550
25581
|
]),
|
|
25551
25582
|
"page-2": v((b) => [
|
|
25552
25583
|
t[275] || (t[275] = l("h3", null, "Page 2 - 2/2 fields required (in slot)", -1)),
|
|
@@ -25585,8 +25616,8 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25585
25616
|
F(" props.formDataForPage: " + y(b.formDataForPage) + " ", 1),
|
|
25586
25617
|
l("a", {
|
|
25587
25618
|
href: "#",
|
|
25588
|
-
onClick:
|
|
25589
|
-
}, "Set Error", 8,
|
|
25619
|
+
onClick: w((V) => b.setErrorOnPage("This is an error!"), ["prevent"])
|
|
25620
|
+
}, "Set Error", 8, aw)
|
|
25590
25621
|
]),
|
|
25591
25622
|
"page-3": v((b) => [
|
|
25592
25623
|
t[276] || (t[276] = l("h3", null, "Page 3 - no fields required", -1)),
|
|
@@ -25608,7 +25639,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25608
25639
|
modelValue: b.formDataForPage.streetNo,
|
|
25609
25640
|
"onUpdate:modelValue": (V) => b.formDataForPage.streetNo = V
|
|
25610
25641
|
}, null, 8, ["modelValue", "onUpdate:modelValue"]),
|
|
25611
|
-
l("div",
|
|
25642
|
+
l("div", sw, [
|
|
25612
25643
|
h(I, {
|
|
25613
25644
|
element: "input",
|
|
25614
25645
|
type: "number",
|
|
@@ -25634,7 +25665,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25634
25665
|
}, 1032, ["onValidationStatusChange", "modelValue", "onUpdate:modelValue"])
|
|
25635
25666
|
]),
|
|
25636
25667
|
"page-last": v((b) => [
|
|
25637
|
-
i.confirmDataPrivacy ? (a(), r(
|
|
25668
|
+
i.confirmDataPrivacy ? (a(), r(k, { key: 1 }, [
|
|
25638
25669
|
t[279] || (t[279] = l("h3", null, "Confirmation", -1)),
|
|
25639
25670
|
h(ct, {
|
|
25640
25671
|
systemMessage: "Your request was send successfully!",
|
|
@@ -25643,7 +25674,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25643
25674
|
}),
|
|
25644
25675
|
t[280] || (t[280] = l("p", null, "A copy with all submitted data was send to you.", -1)),
|
|
25645
25676
|
F(" props.formDataForPage: " + y(b.formDataForPage), 1)
|
|
25646
|
-
], 64)) : (a(), r(
|
|
25677
|
+
], 64)) : (a(), r(k, { key: 0 }, [
|
|
25647
25678
|
t[278] || (t[278] = l("h3", null, "Page 4", -1)),
|
|
25648
25679
|
h(Y, {
|
|
25649
25680
|
cmdHeadline: { headlineText: "Confirmation", headlineLevel: 3 },
|
|
@@ -25673,45 +25704,45 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25673
25704
|
t[287] || (t[287] = l("h3", null, "Data provided by slot", -1)),
|
|
25674
25705
|
h(mn, null, {
|
|
25675
25706
|
"progress-bar": v((b) => [
|
|
25676
|
-
l("ul",
|
|
25677
|
-
(a(!0), r(
|
|
25707
|
+
l("ul", rw, [
|
|
25708
|
+
(a(!0), r(k, null, M(b.numberOfPages, (V) => (a(), r("li", { key: V }, [
|
|
25678
25709
|
l("a", {
|
|
25679
25710
|
href: "#",
|
|
25680
|
-
onClick:
|
|
25681
|
-
}, y(V), 9,
|
|
25711
|
+
onClick: w((ce) => b.setErrorOnPage("This is an error!"), ["prevent"])
|
|
25712
|
+
}, y(V), 9, dw)
|
|
25682
25713
|
]))), 128))
|
|
25683
25714
|
])
|
|
25684
25715
|
]),
|
|
25685
25716
|
"page-1": v((b) => [
|
|
25686
25717
|
t[281] || (t[281] = F(" Content Page 1 ", -1)),
|
|
25687
|
-
b.hasError ? (a(), r("span",
|
|
25718
|
+
b.hasError ? (a(), r("span", uw, "Error")) : m("", !0),
|
|
25688
25719
|
l("a", {
|
|
25689
25720
|
href: "#",
|
|
25690
|
-
onClick:
|
|
25691
|
-
}, "Set Error", 8,
|
|
25721
|
+
onClick: w((V) => b.setErrorOnPage("This is an error!"), ["prevent"])
|
|
25722
|
+
}, "Set Error", 8, cw)
|
|
25692
25723
|
]),
|
|
25693
25724
|
"page-2": v((b) => [
|
|
25694
25725
|
t[282] || (t[282] = F(" Content Page 2 ", -1)),
|
|
25695
|
-
b.hasError ? (a(), r("span",
|
|
25726
|
+
b.hasError ? (a(), r("span", mw, "Error")) : m("", !0),
|
|
25696
25727
|
l("a", {
|
|
25697
25728
|
href: "#",
|
|
25698
|
-
onClick:
|
|
25699
|
-
}, "Set Error", 8,
|
|
25729
|
+
onClick: w((V) => b.setErrorOnPage("This is an error!"), ["prevent"])
|
|
25730
|
+
}, "Set Error", 8, pw)
|
|
25700
25731
|
]),
|
|
25701
25732
|
"page-3": v((b) => [
|
|
25702
25733
|
t[283] || (t[283] = F(" Content Page 3 ", -1)),
|
|
25703
|
-
b.hasError ? (a(), r("span",
|
|
25734
|
+
b.hasError ? (a(), r("span", hw, "Error")) : m("", !0)
|
|
25704
25735
|
]),
|
|
25705
25736
|
"page-4": v((b) => [
|
|
25706
25737
|
t[284] || (t[284] = F(" Content Page 4 ", -1)),
|
|
25707
|
-
b.hasError ? (a(), r("span",
|
|
25738
|
+
b.hasError ? (a(), r("span", fw, "Error")) : m("", !0)
|
|
25708
25739
|
]),
|
|
25709
25740
|
"page-5": v((b) => [
|
|
25710
25741
|
t[285] || (t[285] = F(" Content Page 5 ", -1)),
|
|
25711
|
-
b.hasError ? (a(), r("span",
|
|
25742
|
+
b.hasError ? (a(), r("span", gw, "Error")) : m("", !0)
|
|
25712
25743
|
]),
|
|
25713
25744
|
pagination: v((b) => [
|
|
25714
|
-
l("div",
|
|
25745
|
+
l("div", yw, [
|
|
25715
25746
|
h(ee, {
|
|
25716
25747
|
linkType: "button",
|
|
25717
25748
|
highlightLevel: "none",
|
|
@@ -25754,13 +25785,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25754
25785
|
}),
|
|
25755
25786
|
h(g, null, {
|
|
25756
25787
|
default: v(() => [
|
|
25757
|
-
l("h2",
|
|
25788
|
+
l("h2", bw, [
|
|
25758
25789
|
t[288] || (t[288] = l("span", null, "Newsletter Subscription", -1)),
|
|
25759
25790
|
l("a", {
|
|
25760
25791
|
href: "#",
|
|
25761
25792
|
class: "button small icon-cog",
|
|
25762
25793
|
title: "Open Component Settings",
|
|
25763
|
-
onClick: t[103] || (t[103] =
|
|
25794
|
+
onClick: t[103] || (t[103] = w((b) => o.openSettingsSidebar("CmdNewsletterSubscription"), ["prevent"]))
|
|
25764
25795
|
})
|
|
25765
25796
|
]),
|
|
25766
25797
|
h(Y, { "use-fieldset": !1 }, {
|
|
@@ -25778,13 +25809,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25778
25809
|
}),
|
|
25779
25810
|
h(g, null, {
|
|
25780
25811
|
default: v(() => [
|
|
25781
|
-
l("h2",
|
|
25812
|
+
l("h2", xw, [
|
|
25782
25813
|
t[289] || (t[289] = l("span", null, "Opening Hours", -1)),
|
|
25783
25814
|
l("a", {
|
|
25784
25815
|
href: "#",
|
|
25785
25816
|
class: "button small icon-cog",
|
|
25786
25817
|
title: "Open Component Settings",
|
|
25787
|
-
onClick: t[105] || (t[105] =
|
|
25818
|
+
onClick: t[105] || (t[105] = w((b) => o.openSettingsSidebar("CmdOpeningHours"), ["prevent"]))
|
|
25788
25819
|
})
|
|
25789
25820
|
]),
|
|
25790
25821
|
h(_o, T({ ref: "CmdOpeningHours" }, e.cmdOpeningHoursSettingsData, {
|
|
@@ -25797,13 +25828,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25797
25828
|
}),
|
|
25798
25829
|
h(g, null, {
|
|
25799
25830
|
default: v(() => [
|
|
25800
|
-
l("h2",
|
|
25831
|
+
l("h2", Cw, [
|
|
25801
25832
|
t[290] || (t[290] = l("span", null, "Page Footer", -1)),
|
|
25802
25833
|
l("a", {
|
|
25803
25834
|
href: "#",
|
|
25804
25835
|
class: "button small icon-cog",
|
|
25805
25836
|
title: "Open Component Settings",
|
|
25806
|
-
onClick: t[106] || (t[106] =
|
|
25837
|
+
onClick: t[106] || (t[106] = w((b) => o.openSettingsSidebar("CmdPageFooter"), ["prevent"]))
|
|
25807
25838
|
})
|
|
25808
25839
|
]),
|
|
25809
25840
|
h(Oo, T({ ref: "CmdPageFooter" }, e.cmdPageFooterSettingsData, {
|
|
@@ -25826,13 +25857,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25826
25857
|
}),
|
|
25827
25858
|
h(g, null, {
|
|
25828
25859
|
default: v(() => [
|
|
25829
|
-
l("h2",
|
|
25860
|
+
l("h2", vw, [
|
|
25830
25861
|
t[292] || (t[292] = l("span", null, "Page Header", -1)),
|
|
25831
25862
|
l("a", {
|
|
25832
25863
|
href: "#",
|
|
25833
25864
|
class: "button small icon-cog",
|
|
25834
25865
|
title: "Open Component Settings",
|
|
25835
|
-
onClick: t[107] || (t[107] =
|
|
25866
|
+
onClick: t[107] || (t[107] = w((b) => o.openSettingsSidebar("CmdPageHeader"), ["prevent"]))
|
|
25836
25867
|
})
|
|
25837
25868
|
]),
|
|
25838
25869
|
h(Lo, {
|
|
@@ -25856,13 +25887,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25856
25887
|
}),
|
|
25857
25888
|
h(g, null, {
|
|
25858
25889
|
default: v(() => [
|
|
25859
|
-
l("h2",
|
|
25890
|
+
l("h2", ww, [
|
|
25860
25891
|
t[294] || (t[294] = l("span", null, "Pagination", -1)),
|
|
25861
25892
|
l("a", {
|
|
25862
25893
|
href: "#",
|
|
25863
25894
|
class: "button small icon-cog",
|
|
25864
25895
|
title: "Open Component Settings",
|
|
25865
|
-
onClick: t[108] || (t[108] =
|
|
25896
|
+
onClick: t[108] || (t[108] = w((b) => o.openSettingsSidebar("CmdPagination"), ["prevent"]))
|
|
25866
25897
|
})
|
|
25867
25898
|
]),
|
|
25868
25899
|
l("div", null, [
|
|
@@ -25876,13 +25907,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25876
25907
|
}),
|
|
25877
25908
|
h(g, null, {
|
|
25878
25909
|
default: v(() => [
|
|
25879
|
-
l("h2",
|
|
25910
|
+
l("h2", kw, [
|
|
25880
25911
|
t[295] || (t[295] = l("span", null, "Paragraph", -1)),
|
|
25881
25912
|
l("a", {
|
|
25882
25913
|
href: "#",
|
|
25883
25914
|
class: "button small icon-cog",
|
|
25884
25915
|
title: "Open Component Settings",
|
|
25885
|
-
onClick: t[110] || (t[110] =
|
|
25916
|
+
onClick: t[110] || (t[110] = w((b) => o.openSettingsSidebar("CmdParagraph"), ["prevent"]))
|
|
25886
25917
|
})
|
|
25887
25918
|
]),
|
|
25888
25919
|
h(Bo, T({ ref: "CmdParagraph" }, e.cmdParagraphSettingsData), null, 16)
|
|
@@ -25891,13 +25922,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25891
25922
|
}),
|
|
25892
25923
|
h(g, null, {
|
|
25893
25924
|
default: v(() => [
|
|
25894
|
-
l("h2",
|
|
25925
|
+
l("h2", Tw, [
|
|
25895
25926
|
t[296] || (t[296] = l("span", null, "Section", -1)),
|
|
25896
25927
|
l("a", {
|
|
25897
25928
|
href: "#",
|
|
25898
25929
|
class: "button small icon-cog",
|
|
25899
25930
|
title: "Open Component Settings",
|
|
25900
|
-
onClick: t[111] || (t[111] =
|
|
25931
|
+
onClick: t[111] || (t[111] = w((b) => o.openSettingsSidebar("CmdSection"), ["prevent"]))
|
|
25901
25932
|
})
|
|
25902
25933
|
]),
|
|
25903
25934
|
t[299] || (t[299] = l("h3", null, "Section with content provided by properties", -1)),
|
|
@@ -25950,13 +25981,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25950
25981
|
}),
|
|
25951
25982
|
h(g, null, {
|
|
25952
25983
|
default: v(() => [
|
|
25953
|
-
l("h2",
|
|
25984
|
+
l("h2", Sw, [
|
|
25954
25985
|
t[303] || (t[303] = l("span", null, "Site Header", -1)),
|
|
25955
25986
|
l("a", {
|
|
25956
25987
|
href: "#",
|
|
25957
25988
|
class: "button small icon-cog",
|
|
25958
25989
|
title: "Open Component Settings",
|
|
25959
|
-
onClick: t[112] || (t[112] =
|
|
25990
|
+
onClick: t[112] || (t[112] = w((b) => o.openSettingsSidebar("CmdSiteHeader"), ["prevent"]))
|
|
25960
25991
|
})
|
|
25961
25992
|
]),
|
|
25962
25993
|
h(p, T({ ref: "CmdSiteHeader" }, e.cmdSiteHeaderSettingsData, { cmdCompanyLogo: i.companyLogoData }), {
|
|
@@ -25974,13 +26005,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
25974
26005
|
}),
|
|
25975
26006
|
h(g, null, {
|
|
25976
26007
|
default: v(() => [
|
|
25977
|
-
l("h2",
|
|
26008
|
+
l("h2", _w, [
|
|
25978
26009
|
t[304] || (t[304] = l("span", null, "Site Search", -1)),
|
|
25979
26010
|
l("a", {
|
|
25980
26011
|
href: "#",
|
|
25981
26012
|
class: "button small icon-cog",
|
|
25982
26013
|
title: "Open Component Settings",
|
|
25983
|
-
onClick: t[113] || (t[113] =
|
|
26014
|
+
onClick: t[113] || (t[113] = w((b) => o.openSettingsSidebar("CmdSiteSearch"), ["prevent"]))
|
|
25984
26015
|
})
|
|
25985
26016
|
]),
|
|
25986
26017
|
h(Do, T({ ref: "CmdSiteSearch" }, e.cmdSiteSearchSettingsData, {
|
|
@@ -26000,13 +26031,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
26000
26031
|
}),
|
|
26001
26032
|
h(g, null, {
|
|
26002
26033
|
default: v(() => [
|
|
26003
|
-
l("h2",
|
|
26034
|
+
l("h2", Ow, [
|
|
26004
26035
|
t[305] || (t[305] = l("span", null, "Slideshow", -1)),
|
|
26005
26036
|
l("a", {
|
|
26006
26037
|
href: "#",
|
|
26007
26038
|
class: "button small icon-cog",
|
|
26008
26039
|
title: "Open Component Settings",
|
|
26009
|
-
onClick: t[118] || (t[118] =
|
|
26040
|
+
onClick: t[118] || (t[118] = w((b) => o.openSettingsSidebar("CmdSlideshow"), ["prevent"]))
|
|
26010
26041
|
})
|
|
26011
26042
|
]),
|
|
26012
26043
|
h(Fo, T({ ref: "CmdSlideshow" }, e.cmdSlideshowSettingsData, { "slideshow-items": i.slideshowData }), {
|
|
@@ -26020,13 +26051,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
26020
26051
|
}),
|
|
26021
26052
|
h(g, null, {
|
|
26022
26053
|
default: v(() => [
|
|
26023
|
-
l("h2",
|
|
26054
|
+
l("h2", Lw, [
|
|
26024
26055
|
t[307] || (t[307] = l("span", null, "Smart Search", -1)),
|
|
26025
26056
|
l("a", {
|
|
26026
26057
|
href: "#",
|
|
26027
26058
|
class: "button small icon-cog",
|
|
26028
26059
|
title: "Open Component Settings",
|
|
26029
|
-
onClick: t[119] || (t[119] =
|
|
26060
|
+
onClick: t[119] || (t[119] = w((b) => o.openSettingsSidebar("CmdSmartSearch"), ["prevent"]))
|
|
26030
26061
|
})
|
|
26031
26062
|
]),
|
|
26032
26063
|
h(R, T({ ref: "CmdSmartSearch" }, e.smartSearchSettingsData, {
|
|
@@ -26049,13 +26080,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
26049
26080
|
}),
|
|
26050
26081
|
h(g, null, {
|
|
26051
26082
|
default: v(() => [
|
|
26052
|
-
l("h2",
|
|
26083
|
+
l("h2", Iw, [
|
|
26053
26084
|
t[308] || (t[308] = l("span", null, "Social Networks", -1)),
|
|
26054
26085
|
l("a", {
|
|
26055
26086
|
href: "#",
|
|
26056
26087
|
class: "button small icon-cog",
|
|
26057
26088
|
title: "Open Component Settings",
|
|
26058
|
-
onClick: t[122] || (t[122] =
|
|
26089
|
+
onClick: t[122] || (t[122] = w((b) => o.openSettingsSidebar("CmdSocialNetworks"), ["prevent"]))
|
|
26059
26090
|
})
|
|
26060
26091
|
]),
|
|
26061
26092
|
h(Po, T({ ref: "CmdSocialNetworks" }, { ...e.cmdSocialNetworksSettingsData, ...i.socialNetworksData }), null, 16)
|
|
@@ -26079,13 +26110,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
26079
26110
|
}),
|
|
26080
26111
|
h(g, null, {
|
|
26081
26112
|
default: v(() => [
|
|
26082
|
-
l("h2",
|
|
26113
|
+
l("h2", Bw, [
|
|
26083
26114
|
t[310] || (t[310] = l("span", null, "System Message", -1)),
|
|
26084
26115
|
l("a", {
|
|
26085
26116
|
href: "#",
|
|
26086
26117
|
class: "button small icon-cog",
|
|
26087
26118
|
title: "Open Component Settings",
|
|
26088
|
-
onClick: t[123] || (t[123] =
|
|
26119
|
+
onClick: t[123] || (t[123] = w((b) => o.openSettingsSidebar("CmdSystemMessage"), ["prevent"]))
|
|
26089
26120
|
})
|
|
26090
26121
|
]),
|
|
26091
26122
|
h(ct, T({ ref: "CmdSystemMessage" }, e.cmdSystemMessageSettingsData, { iconClose: { iconClass: "icon-error-circle", show: !0 } }), null, 16),
|
|
@@ -26103,13 +26134,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
26103
26134
|
}),
|
|
26104
26135
|
h(g, null, {
|
|
26105
26136
|
default: v(() => [
|
|
26106
|
-
l("h2",
|
|
26137
|
+
l("h2", Dw, [
|
|
26107
26138
|
t[312] || (t[312] = l("span", null, "Tables", -1)),
|
|
26108
26139
|
l("a", {
|
|
26109
26140
|
href: "#",
|
|
26110
26141
|
class: "button small icon-cog",
|
|
26111
26142
|
title: "Open Component Settings",
|
|
26112
|
-
onClick: t[124] || (t[124] =
|
|
26143
|
+
onClick: t[124] || (t[124] = w((b) => o.openSettingsSidebar("CmdTable"), ["prevent"]))
|
|
26113
26144
|
})
|
|
26114
26145
|
]),
|
|
26115
26146
|
t[313] || (t[313] = l("h3", null, "Table as wide as its content (with caption)", -1)),
|
|
@@ -26126,13 +26157,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
26126
26157
|
}),
|
|
26127
26158
|
h(g, null, {
|
|
26128
26159
|
default: v(() => [
|
|
26129
|
-
l("h2",
|
|
26160
|
+
l("h2", Fw, [
|
|
26130
26161
|
t[315] || (t[315] = l("span", null, "Tabs", -1)),
|
|
26131
26162
|
l("a", {
|
|
26132
26163
|
href: "#",
|
|
26133
26164
|
class: "button small icon-cog",
|
|
26134
26165
|
title: "Open Component Settings",
|
|
26135
|
-
onClick: t[125] || (t[125] =
|
|
26166
|
+
onClick: t[125] || (t[125] = w((b) => o.openSettingsSidebar("CmdTabs"), ["prevent"]))
|
|
26136
26167
|
})
|
|
26137
26168
|
]),
|
|
26138
26169
|
h(Mo, T({ ref: "CmdTabs" }, e.cmdTabsSettingsData, { tabs: i.tabsData }), {
|
|
@@ -26155,13 +26186,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
26155
26186
|
}),
|
|
26156
26187
|
h(g, null, {
|
|
26157
26188
|
default: v(() => [
|
|
26158
|
-
l("h2",
|
|
26189
|
+
l("h2", Pw, [
|
|
26159
26190
|
t[319] || (t[319] = l("span", null, "Tag", -1)),
|
|
26160
26191
|
l("a", {
|
|
26161
26192
|
href: "#",
|
|
26162
26193
|
class: "button small icon-cog",
|
|
26163
26194
|
title: "Open Component Settings",
|
|
26164
|
-
onClick: t[126] || (t[126] =
|
|
26195
|
+
onClick: t[126] || (t[126] = w((b) => o.openSettingsSidebar("CmdTag"), ["prevent"]))
|
|
26165
26196
|
})
|
|
26166
26197
|
]),
|
|
26167
26198
|
h(Ao, T({ ref: "CmdTag" }, e.cmdTagSettingsData), null, 16)
|
|
@@ -26170,16 +26201,16 @@ function Wk(e, t, n, s, i, o) {
|
|
|
26170
26201
|
}),
|
|
26171
26202
|
h(g, null, {
|
|
26172
26203
|
default: v(() => [
|
|
26173
|
-
l("h2",
|
|
26204
|
+
l("h2", Vw, [
|
|
26174
26205
|
t[320] || (t[320] = l("span", null, "Text-Image-Block", -1)),
|
|
26175
26206
|
l("a", {
|
|
26176
26207
|
href: "#",
|
|
26177
26208
|
class: "button small icon-cog",
|
|
26178
26209
|
title: "Open Component Settings",
|
|
26179
|
-
onClick: t[127] || (t[127] =
|
|
26210
|
+
onClick: t[127] || (t[127] = w((b) => o.openSettingsSidebar("CmdTextImageBlock"), ["prevent"]))
|
|
26180
26211
|
})
|
|
26181
26212
|
]),
|
|
26182
|
-
l("div",
|
|
26213
|
+
l("div", Mw, [
|
|
26183
26214
|
h(pt, {
|
|
26184
26215
|
cmdHeadline: { headlineText: "Text-Image-Block (with html-text)", headlineLevel: 3 },
|
|
26185
26216
|
htmlContent: "<p>This text is given as html-text and show below an optional image.</p>"
|
|
@@ -26224,20 +26255,20 @@ function Wk(e, t, n, s, i, o) {
|
|
|
26224
26255
|
}),
|
|
26225
26256
|
h(g, null, {
|
|
26226
26257
|
default: v(() => [
|
|
26227
|
-
l("h2",
|
|
26258
|
+
l("h2", Aw, [
|
|
26228
26259
|
t[321] || (t[321] = l("span", null, "Thumbnail-Scroller", -1)),
|
|
26229
26260
|
l("a", {
|
|
26230
26261
|
href: "#",
|
|
26231
26262
|
class: "button small icon-cog",
|
|
26232
26263
|
title: "Open Component Settings",
|
|
26233
|
-
onClick: t[128] || (t[128] =
|
|
26264
|
+
onClick: t[128] || (t[128] = w((b) => o.openSettingsSidebar("CmdThumbnailScroller"), ["prevent"]))
|
|
26234
26265
|
})
|
|
26235
26266
|
]),
|
|
26236
26267
|
l("p", null, " date (YMD/default): " + y(o.formatDate("2025-01-28", "", "-")), 1),
|
|
26237
26268
|
l("p", null, " date (DMY): " + y(o.formatDate("2025-01-28", "dmy")), 1),
|
|
26238
26269
|
l("p", null, " date (MDY): " + y(o.formatDate("2025-01-28", "mdy", "/")), 1),
|
|
26239
26270
|
l("p", null, " date (invalid): " + y(o.formatDate("invalid")), 1),
|
|
26240
|
-
l("div",
|
|
26271
|
+
l("div", Ew, [
|
|
26241
26272
|
h(Eo, T({ ref: "CmdThumbnailScroller" }, e.cmdThumbnailScrollerSettingsData, { thumbnailScrollerItems: o.thumbnailScrollerData }), null, 16, ["thumbnailScrollerItems"])
|
|
26242
26273
|
])
|
|
26243
26274
|
]),
|
|
@@ -26245,20 +26276,20 @@ function Wk(e, t, n, s, i, o) {
|
|
|
26245
26276
|
}),
|
|
26246
26277
|
h(g, null, {
|
|
26247
26278
|
default: v(() => [
|
|
26248
|
-
l("h2",
|
|
26279
|
+
l("h2", Hw, [
|
|
26249
26280
|
t[322] || (t[322] = l("span", null, "Toast", -1)),
|
|
26250
26281
|
l("a", {
|
|
26251
26282
|
href: "#",
|
|
26252
26283
|
class: "button small icon-cog",
|
|
26253
26284
|
title: "Open Component Settings",
|
|
26254
|
-
onClick: t[129] || (t[129] =
|
|
26285
|
+
onClick: t[129] || (t[129] = w((b) => o.openSettingsSidebar("CmdToast"), ["prevent"]))
|
|
26255
26286
|
})
|
|
26256
26287
|
]),
|
|
26257
26288
|
h(Ho, {
|
|
26258
26289
|
message: "This is a message!",
|
|
26259
26290
|
ref: "CmdToast"
|
|
26260
26291
|
}, null, 512),
|
|
26261
|
-
l("div",
|
|
26292
|
+
l("div", qw, [
|
|
26262
26293
|
l("button", {
|
|
26263
26294
|
type: "button",
|
|
26264
26295
|
class: "button",
|
|
@@ -26272,13 +26303,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
26272
26303
|
}),
|
|
26273
26304
|
h(g, null, {
|
|
26274
26305
|
default: v(() => [
|
|
26275
|
-
l("h2",
|
|
26306
|
+
l("h2", Rw, [
|
|
26276
26307
|
t[324] || (t[324] = l("span", null, "Toggle Dark-Mode", -1)),
|
|
26277
26308
|
l("a", {
|
|
26278
26309
|
href: "#",
|
|
26279
26310
|
class: "button small icon-cog",
|
|
26280
26311
|
title: "Open Component Settings",
|
|
26281
|
-
onClick: t[131] || (t[131] =
|
|
26312
|
+
onClick: t[131] || (t[131] = w((b) => o.openSettingsSidebar("CmdToggleDarkMode"), ["prevent"]))
|
|
26282
26313
|
})
|
|
26283
26314
|
]),
|
|
26284
26315
|
h(qo, T({ ref: "CmdToggleDarkMode" }, e.cmdToggleDarkModeSettingsData), null, 16)
|
|
@@ -26287,18 +26318,18 @@ function Wk(e, t, n, s, i, o) {
|
|
|
26287
26318
|
}),
|
|
26288
26319
|
h(g, null, {
|
|
26289
26320
|
default: v(() => [
|
|
26290
|
-
l("h2",
|
|
26321
|
+
l("h2", jw, [
|
|
26291
26322
|
t[325] || (t[325] = l("span", null, "Tooltip", -1)),
|
|
26292
26323
|
l("a", {
|
|
26293
26324
|
href: "#",
|
|
26294
26325
|
class: "button small icon-cog",
|
|
26295
26326
|
title: "Open Component Settings",
|
|
26296
|
-
onClick: t[132] || (t[132] =
|
|
26327
|
+
onClick: t[132] || (t[132] = w((b) => o.openSettingsSidebar("CmdTooltip"), ["prevent"]))
|
|
26297
26328
|
})
|
|
26298
26329
|
]),
|
|
26299
26330
|
l("a", {
|
|
26300
26331
|
href: "#",
|
|
26301
|
-
onClick: t[133] || (t[133] =
|
|
26332
|
+
onClick: t[133] || (t[133] = w(() => {
|
|
26302
26333
|
}, ["prevent"])),
|
|
26303
26334
|
style: { "anchor-name": "--tooltip-anchor-for-hover" },
|
|
26304
26335
|
id: "show-on-hover"
|
|
@@ -26312,7 +26343,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
26312
26343
|
}),
|
|
26313
26344
|
l("a", {
|
|
26314
26345
|
href: "#",
|
|
26315
|
-
onClick: t[134] || (t[134] =
|
|
26346
|
+
onClick: t[134] || (t[134] = w(() => {
|
|
26316
26347
|
}, ["prevent"])),
|
|
26317
26348
|
style: { "anchor-name": "--tooltip-anchor-for-hover-on-delay" },
|
|
26318
26349
|
id: "show-with-delay"
|
|
@@ -26353,13 +26384,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
26353
26384
|
}),
|
|
26354
26385
|
h(g, null, {
|
|
26355
26386
|
default: v(() => [
|
|
26356
|
-
l("h2",
|
|
26387
|
+
l("h2", Nw, [
|
|
26357
26388
|
t[330] || (t[330] = l("span", null, "Upload-Form", -1)),
|
|
26358
26389
|
l("a", {
|
|
26359
26390
|
href: "#",
|
|
26360
26391
|
class: "button small icon-cog",
|
|
26361
26392
|
title: "Open Component Settings",
|
|
26362
|
-
onClick: t[135] || (t[135] =
|
|
26393
|
+
onClick: t[135] || (t[135] = w((b) => o.openSettingsSidebar("CmdUploadForm"), ["prevent"]))
|
|
26363
26394
|
})
|
|
26364
26395
|
]),
|
|
26365
26396
|
h(Ro, T({ ref: "CmdUploadForm" }, e.cmdUploadFormSettingsData), null, 16)
|
|
@@ -26368,13 +26399,13 @@ function Wk(e, t, n, s, i, o) {
|
|
|
26368
26399
|
}),
|
|
26369
26400
|
h(g, null, {
|
|
26370
26401
|
default: v(() => [
|
|
26371
|
-
l("h2",
|
|
26402
|
+
l("h2", Uw, [
|
|
26372
26403
|
t[331] || (t[331] = l("span", null, "Width Limitation Wrapper", -1)),
|
|
26373
26404
|
l("a", {
|
|
26374
26405
|
href: "#",
|
|
26375
26406
|
class: "button small icon-cog",
|
|
26376
26407
|
title: "Open Component Settings",
|
|
26377
|
-
onClick: t[136] || (t[136] =
|
|
26408
|
+
onClick: t[136] || (t[136] = w((b) => o.openSettingsSidebar("CmdWidthLimitationWrapper"), ["prevent"]))
|
|
26378
26409
|
})
|
|
26379
26410
|
]),
|
|
26380
26411
|
h(g, T({
|
|
@@ -26392,7 +26423,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
26392
26423
|
]),
|
|
26393
26424
|
_: 1
|
|
26394
26425
|
})
|
|
26395
|
-
])) : (a(), r("main",
|
|
26426
|
+
])) : (a(), r("main", zw, [
|
|
26396
26427
|
h(g, null, {
|
|
26397
26428
|
default: v(() => [...t[333] || (t[333] = [
|
|
26398
26429
|
l("h1", { class: "headline-demopage" }, "Page Overview", -1)
|
|
@@ -26449,7 +26480,7 @@ function Wk(e, t, n, s, i, o) {
|
|
|
26449
26480
|
[Go]
|
|
26450
26481
|
]);
|
|
26451
26482
|
}
|
|
26452
|
-
const
|
|
26483
|
+
const Ck = /* @__PURE__ */ B(W1, [["render", Ww]]), vk = {
|
|
26453
26484
|
// el = real dom-element
|
|
26454
26485
|
mounted(e) {
|
|
26455
26486
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
|
@@ -26459,7 +26490,7 @@ const Cw = /* @__PURE__ */ B(W1, [["render", Wk]]), vw = {
|
|
|
26459
26490
|
t ? t.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
|
|
26460
26491
|
}
|
|
26461
26492
|
}
|
|
26462
|
-
},
|
|
26493
|
+
}, wk = {
|
|
26463
26494
|
// el = real dom-element
|
|
26464
26495
|
// binding.value = value of v-directive
|
|
26465
26496
|
mounted(e, t) {
|
|
@@ -26475,8 +26506,8 @@ function fo(e) {
|
|
|
26475
26506
|
n.preventDefault(), re({ url: e[t].href });
|
|
26476
26507
|
}), e[t].dataset.cmdFancyBoxHandlerRegistered = "true");
|
|
26477
26508
|
}
|
|
26478
|
-
const ti = new MutationObserver(
|
|
26479
|
-
function
|
|
26509
|
+
const ti = new MutationObserver(Gw);
|
|
26510
|
+
function Gw(e) {
|
|
26480
26511
|
const t = [];
|
|
26481
26512
|
for (let n = 0; n < e.length; n++)
|
|
26482
26513
|
if (e[n].type === "attributes")
|
|
@@ -26487,7 +26518,7 @@ function Gk(e) {
|
|
|
26487
26518
|
}
|
|
26488
26519
|
t.length > 0 && fo(t);
|
|
26489
26520
|
}
|
|
26490
|
-
const
|
|
26521
|
+
const kk = (e) => {
|
|
26491
26522
|
const t = e.querySelectorAll(".fancybox");
|
|
26492
26523
|
fo(t), ti?.disconnect(), ti.observe(e, {
|
|
26493
26524
|
subtree: !0,
|
|
@@ -26499,16 +26530,16 @@ const ww = (e) => {
|
|
|
26499
26530
|
characterData: !1
|
|
26500
26531
|
});
|
|
26501
26532
|
};
|
|
26502
|
-
function
|
|
26533
|
+
function Tk(e) {
|
|
26503
26534
|
return e ? e.slice(0, 1).toUpperCase() + e.slice(1) : "";
|
|
26504
26535
|
}
|
|
26505
|
-
function
|
|
26536
|
+
function Sk(e) {
|
|
26506
26537
|
return e ? e.charAt(0).toLowerCase() + e.slice(1) : "";
|
|
26507
26538
|
}
|
|
26508
|
-
function
|
|
26539
|
+
function _k(...e) {
|
|
26509
26540
|
return e.filter((t) => typeof t == "string").map((t) => t.trim()).filter((t) => t.length > 0).join(" ");
|
|
26510
26541
|
}
|
|
26511
|
-
function
|
|
26542
|
+
function Ok() {
|
|
26512
26543
|
const e = {};
|
|
26513
26544
|
$o(s);
|
|
26514
26545
|
function t(i = "defaultSequence") {
|
|
@@ -26523,19 +26554,19 @@ function Ow() {
|
|
|
26523
26554
|
}
|
|
26524
26555
|
return { nextSequenceValue: t, currentSequenceValue: n, resetSequence: s };
|
|
26525
26556
|
}
|
|
26526
|
-
function
|
|
26557
|
+
function Kw(e, t, n) {
|
|
26527
26558
|
el(() => e.addEventListener(t, n)), tl(() => e.removeEventListener(t, n));
|
|
26528
26559
|
}
|
|
26529
26560
|
function qt(e) {
|
|
26530
26561
|
return e.offsetParent ? e.offsetTop + qt(e.offsetParent) : e.offsetTop;
|
|
26531
26562
|
}
|
|
26532
|
-
function
|
|
26563
|
+
function Yw(e) {
|
|
26533
26564
|
return e instanceof NodeList ? Array.from(e) : Array.isArray(e) ? e : [];
|
|
26534
26565
|
}
|
|
26535
|
-
function
|
|
26566
|
+
function Jw(e, t) {
|
|
26536
26567
|
if (!t.length) {
|
|
26537
26568
|
const n = e();
|
|
26538
|
-
|
|
26569
|
+
Yw(n).map((s, i) => {
|
|
26539
26570
|
const o = {
|
|
26540
26571
|
offsetTop: qt(s)
|
|
26541
26572
|
};
|
|
@@ -26543,16 +26574,16 @@ function Jk(e, t) {
|
|
|
26543
26574
|
}).forEach((s) => t.push(s));
|
|
26544
26575
|
}
|
|
26545
26576
|
}
|
|
26546
|
-
function
|
|
26577
|
+
function Lk(e, t = 0) {
|
|
26547
26578
|
const n = [], s = nl({
|
|
26548
26579
|
activeItem: t,
|
|
26549
26580
|
reset() {
|
|
26550
26581
|
this.activeItem = 0, n.length = 0;
|
|
26551
26582
|
}
|
|
26552
26583
|
});
|
|
26553
|
-
return
|
|
26584
|
+
return Kw(window, "scroll", () => {
|
|
26554
26585
|
const i = window.scrollY;
|
|
26555
|
-
|
|
26586
|
+
Jw(e, n);
|
|
26556
26587
|
for (let o = 0, d = n.length; o < d; o++)
|
|
26557
26588
|
if (i < n[o].offsetTop + n[o].height / 2) {
|
|
26558
26589
|
s.activeItem = o;
|
|
@@ -26579,7 +26610,7 @@ export {
|
|
|
26579
26610
|
yu as CmdFancyBox,
|
|
26580
26611
|
qm as CmdFlexibleScrollContainer,
|
|
26581
26612
|
Um as CmdFootnote,
|
|
26582
|
-
|
|
26613
|
+
wi as CmdForm,
|
|
26583
26614
|
K as CmdFormElement,
|
|
26584
26615
|
Bi as CmdFormFilters,
|
|
26585
26616
|
Pi as CmdGoogleMaps,
|
|
@@ -26612,39 +26643,39 @@ export {
|
|
|
26612
26643
|
ig as CmdSmartSearch,
|
|
26613
26644
|
Ei as CmdSocialNetworks,
|
|
26614
26645
|
ug as CmdSwitchLanguage,
|
|
26615
|
-
|
|
26646
|
+
ke as CmdSystemMessage,
|
|
26616
26647
|
vg as CmdTable,
|
|
26617
26648
|
Hi as CmdTabs,
|
|
26618
26649
|
Eg as CmdTextImageBlock,
|
|
26619
|
-
|
|
26650
|
+
ki as CmdThumbnailScroller,
|
|
26620
26651
|
jg as CmdToggleDarkMode,
|
|
26621
26652
|
nt as CmdTooltip,
|
|
26622
26653
|
Gb as CmdUploadForm,
|
|
26623
26654
|
uo as CmdWidthLimitationWrapper,
|
|
26624
|
-
|
|
26655
|
+
Ck as ComponentLibrary,
|
|
26625
26656
|
mx as ContactInformation,
|
|
26626
|
-
|
|
26627
|
-
|
|
26628
|
-
|
|
26629
|
-
|
|
26657
|
+
kk as DirFancybox,
|
|
26658
|
+
vk as DirFocus,
|
|
26659
|
+
wk as DirTelephone,
|
|
26660
|
+
we as EditComponentWrapper,
|
|
26630
26661
|
Z as I18n,
|
|
26631
26662
|
ix as MultipleBoxWrapper,
|
|
26632
26663
|
sx as MultipleListsOfLinks,
|
|
26633
|
-
|
|
26664
|
+
Tk as capitalizeFirstLetter,
|
|
26634
26665
|
Ci as createHtmlId,
|
|
26635
26666
|
_e as createUuid,
|
|
26636
|
-
|
|
26637
|
-
|
|
26667
|
+
gk as currentDate,
|
|
26668
|
+
yk as currentTime,
|
|
26638
26669
|
po as formatDate,
|
|
26639
26670
|
Sx as formatTime,
|
|
26640
|
-
|
|
26671
|
+
_k as fullName,
|
|
26641
26672
|
Fi as getCookieDisclaimerCookie,
|
|
26642
|
-
|
|
26673
|
+
bk as getDate,
|
|
26643
26674
|
Pe as getFileExtension,
|
|
26644
|
-
|
|
26645
|
-
|
|
26675
|
+
xk as getWeekday,
|
|
26676
|
+
Sk as lowercaseFirstLetter,
|
|
26646
26677
|
re as openFancyBox,
|
|
26647
26678
|
Qm as setCookieDisclaimerCookie,
|
|
26648
|
-
|
|
26649
|
-
|
|
26679
|
+
Lk as useScrollspy,
|
|
26680
|
+
Ok as useSequence
|
|
26650
26681
|
};
|