comand-component-library 3.3.16 → 3.3.17
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
|
|
1
|
-
import { defineComponent as Is, h as Vt, resolveComponent as oe, openBlock as o, createBlock as
|
1
|
+
import { defineComponent as Is, h as Vt, resolveComponent as oe, openBlock as o, createBlock as _, normalizeClass as b, createElementBlock as l, createCommentVNode as r, createElementVNode as m, toDisplayString as f, resolveDynamicComponent as At, withCtx as A, renderSlot as N, createTextVNode as R, resolveDirective as an, normalizeProps as Z, mergeProps as j, Fragment as v, withDirectives as re, Transition as ce, withModifiers as M, createVNode as S, renderList as E, TransitionGroup as Os, createApp as rn, Teleport as cn, useCssVars as Ms, vShow as pe, normalizeStyle as Oe, vModelDynamic as dn, toHandlers as Pt, onBeforeUpdate as un } from "vue";
|
2
2
|
(function() {
|
3
3
|
const t = "on", s = "out", e = "body", a = "stop", n = "click", i = "apply", d = "target", u = "prototype", c = "Propagation", h = "setAttribute", g = "relatedTarget", y = "addEventListener", C = Symbol(s), p = Object, x = document, w = typeof TouchEvent < "u" ? TouchEvent : void 0, T = HTMLElement, I = T[u], F = Event[u], z = [n, "dbl" + n, "mousedown", "mouseup", "touchstart", "touchend", "pointerdown", "pointerup"], k = new Set(z), P = new Set(z.map((O) => t + O + s)), L = (O, q) => !!q && O instanceof q, V = (O, q) => O.contains(q), U = (O, q) => {
|
4
4
|
for (let W of O)
|
@@ -1243,14 +1243,14 @@ const D = (t, s) => {
|
|
1243
1243
|
}, di = ["title"];
|
1244
1244
|
function ui(t, s, e, a, n, i) {
|
1245
1245
|
const d = oe("Icon");
|
1246
|
-
return i.isIconify ? (o(),
|
1246
|
+
return i.isIconify ? (o(), _(d, {
|
1247
1247
|
key: 0,
|
1248
1248
|
icon: e.iconClass,
|
1249
1249
|
title: e.tooltip,
|
1250
|
-
class:
|
1250
|
+
class: b(t.$attrs.class)
|
1251
1251
|
}, null, 8, ["icon", "title", "class"])) : (o(), l("span", {
|
1252
1252
|
key: 1,
|
1253
|
-
class:
|
1253
|
+
class: b([e.iconClass, t.$attrs.class]),
|
1254
1254
|
title: e.tooltip
|
1255
1255
|
}, null, 10, di));
|
1256
1256
|
}
|
@@ -1292,16 +1292,16 @@ function gi(t, s, e, a, n, i) {
|
|
1292
1292
|
var u, c, h;
|
1293
1293
|
const d = G;
|
1294
1294
|
return o(), l("div", {
|
1295
|
-
class:
|
1295
|
+
class: b(["cmd-headline", { "has-pre-headline-text": e.preHeadlineText, "has-icon": (u = e.headlineIcon) == null ? void 0 : u.iconClass }, i.getTextAlign])
|
1296
1296
|
}, [
|
1297
|
-
e.headlineIcon ? (o(),
|
1297
|
+
e.headlineIcon ? (o(), _(d, {
|
1298
1298
|
key: 0,
|
1299
1299
|
iconClass: (c = e.headlineIcon) == null ? void 0 : c.iconClass,
|
1300
1300
|
type: (h = e.headlineIcon) == null ? void 0 : h.iconType
|
1301
1301
|
}, null, 8, ["iconClass", "type"])) : r("", !0),
|
1302
1302
|
e.preHeadlineText ? (o(), l("div", mi, [
|
1303
1303
|
m("span", fi, f(e.preHeadlineText), 1),
|
1304
|
-
(o(),
|
1304
|
+
(o(), _(At(i.getHeadlineTag), null, {
|
1305
1305
|
default: A(() => [
|
1306
1306
|
N(t.$slots, "default", {}, () => [
|
1307
1307
|
R(f(e.headlineText), 1)
|
@@ -1309,7 +1309,7 @@ function gi(t, s, e, a, n, i) {
|
|
1309
1309
|
]),
|
1310
1310
|
_: 3
|
1311
1311
|
}))
|
1312
|
-
])) : (o(),
|
1312
|
+
])) : (o(), _(At(i.getHeadlineTag), { key: 2 }, {
|
1313
1313
|
default: A(() => [
|
1314
1314
|
N(t.$slots, "default", {}, () => [
|
1315
1315
|
R(f(e.headlineText), 1)
|
@@ -1447,11 +1447,11 @@ function il(t, s, e, a, n, i) {
|
|
1447
1447
|
var h, g, y, C, p, x, w, T, I, F, z, k, P, L, V, U, J, H, K, X;
|
1448
1448
|
const d = Y, u = G, c = an("telephone");
|
1449
1449
|
return o(), l("div", _i, [
|
1450
|
-
e.cmdHeadline ? (o(),
|
1450
|
+
e.cmdHeadline ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) : r("", !0),
|
1451
1451
|
m("address", bi, [
|
1452
1452
|
e.showLabels ? (o(), l("dl", Ci, [
|
1453
1453
|
(h = e.addressData.company) != null && h.text ? (o(), l("dt", vi, [
|
1454
|
-
e.addressData.company.iconClass && e.showLabelIcons ? (o(),
|
1454
|
+
e.addressData.company.iconClass && e.showLabelIcons ? (o(), _(u, {
|
1455
1455
|
key: 0,
|
1456
1456
|
iconClass: e.addressData.company.iconClass,
|
1457
1457
|
type: e.addressData.company.iconType,
|
@@ -1462,7 +1462,7 @@ function il(t, s, e, a, n, i) {
|
|
1462
1462
|
(g = e.addressData.company) != null && g.text ? (o(), l("dd", ki, f(e.addressData.company.text), 1)) : r("", !0),
|
1463
1463
|
e.addressData.address && e.addressData.address !== void 0 ? (o(), l(v, { key: 2 }, [
|
1464
1464
|
m("dt", xi, [
|
1465
|
-
e.addressData.address.iconClass && e.showLabelIcons ? (o(),
|
1465
|
+
e.addressData.address.iconClass && e.showLabelIcons ? (o(), _(u, {
|
1466
1466
|
key: 0,
|
1467
1467
|
iconClass: e.addressData.address.iconClass,
|
1468
1468
|
type: e.addressData.address.iconType,
|
@@ -1510,7 +1510,7 @@ function il(t, s, e, a, n, i) {
|
|
1510
1510
|
])) : r("", !0)
|
1511
1511
|
], 64)) : r("", !0),
|
1512
1512
|
(y = e.addressData.telephone) != null && y.text ? (o(), l("dt", Ni, [
|
1513
|
-
e.addressData.telephone.iconClass && e.showLabelIcons ? (o(),
|
1513
|
+
e.addressData.telephone.iconClass && e.showLabelIcons ? (o(), _(u, {
|
1514
1514
|
key: 0,
|
1515
1515
|
iconClass: e.addressData.telephone.iconClass,
|
1516
1516
|
type: e.addressData.telephone.iconType,
|
@@ -1530,7 +1530,7 @@ function il(t, s, e, a, n, i) {
|
|
1530
1530
|
])
|
1531
1531
|
])) : r("", !0),
|
1532
1532
|
(p = e.addressData.mobilephone) != null && p.text ? (o(), l("dt", Gi, [
|
1533
|
-
e.addressData.mobilephone.iconClass && e.showLabelIcons ? (o(),
|
1533
|
+
e.addressData.mobilephone.iconClass && e.showLabelIcons ? (o(), _(u, {
|
1534
1534
|
key: 0,
|
1535
1535
|
iconClass: e.addressData.mobilephone.iconClass,
|
1536
1536
|
type: e.addressData.mobilephone.iconType,
|
@@ -1550,7 +1550,7 @@ function il(t, s, e, a, n, i) {
|
|
1550
1550
|
])
|
1551
1551
|
])) : r("", !0),
|
1552
1552
|
(w = e.addressData.fax) != null && w.text ? (o(), l("dt", Yi, [
|
1553
|
-
e.addressData.fax.iconClass && e.showLabelIcons ? (o(),
|
1553
|
+
e.addressData.fax.iconClass && e.showLabelIcons ? (o(), _(u, {
|
1554
1554
|
key: 0,
|
1555
1555
|
iconClass: e.addressData.fax.iconClass,
|
1556
1556
|
type: e.addressData.fax.iconType,
|
@@ -1560,7 +1560,7 @@ function il(t, s, e, a, n, i) {
|
|
1560
1560
|
])) : r("", !0),
|
1561
1561
|
(T = e.addressData.fax) != null && T.text ? (o(), l("dd", Zi, f(e.addressData.fax.text), 1)) : r("", !0),
|
1562
1562
|
(I = e.addressData.email) != null && I.text ? (o(), l("dt", $i, [
|
1563
|
-
e.addressData.email.iconClass && e.showLabelIcons ? (o(),
|
1563
|
+
e.addressData.email.iconClass && e.showLabelIcons ? (o(), _(u, {
|
1564
1564
|
key: 0,
|
1565
1565
|
iconClass: e.addressData.email.iconClass,
|
1566
1566
|
type: e.addressData.email.iconType,
|
@@ -1575,7 +1575,7 @@ function il(t, s, e, a, n, i) {
|
|
1575
1575
|
}, f(e.addressData.email.text), 9, so)
|
1576
1576
|
])) : r("", !0),
|
1577
1577
|
(k = e.addressData.website) != null && k.text ? (o(), l("dt", no, [
|
1578
|
-
e.addressData.website.iconClass && e.showLabelIcons ? (o(),
|
1578
|
+
e.addressData.website.iconClass && e.showLabelIcons ? (o(), _(u, {
|
1579
1579
|
key: 0,
|
1580
1580
|
iconClass: e.addressData.website.iconClass,
|
1581
1581
|
type: e.addressData.website.iconType
|
@@ -1590,7 +1590,7 @@ function il(t, s, e, a, n, i) {
|
|
1590
1590
|
}, f(i.websiteUrlText), 9, lo)
|
1591
1591
|
])) : r("", !0),
|
1592
1592
|
(L = e.addressData.custom) != null && L.text ? (o(), l("dt", ao, [
|
1593
|
-
e.addressData.custom.iconClass && e.showLabelIcons ? (o(),
|
1593
|
+
e.addressData.custom.iconClass && e.showLabelIcons ? (o(), _(u, {
|
1594
1594
|
key: 0,
|
1595
1595
|
iconClass: e.addressData.custom.iconClass,
|
1596
1596
|
type: e.addressData.custom.iconType
|
@@ -1763,7 +1763,7 @@ const ol = {
|
|
1763
1763
|
}, ll = ["title"];
|
1764
1764
|
function al(t, s, e, a, n, i) {
|
1765
1765
|
const d = G;
|
1766
|
-
return o(),
|
1766
|
+
return o(), _(ce, { name: "fade" }, {
|
1767
1767
|
default: A(() => [
|
1768
1768
|
i.show ? (o(), l("a", {
|
1769
1769
|
key: 0,
|
@@ -1822,7 +1822,7 @@ const rl = {
|
|
1822
1822
|
function ml(t, s, e, a, n, i) {
|
1823
1823
|
const d = Y, u = G;
|
1824
1824
|
return o(), l("div", cl, [
|
1825
|
-
e.cmdHeadline ? (o(),
|
1825
|
+
e.cmdHeadline ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) : r("", !0),
|
1826
1826
|
m("dl", null, [
|
1827
1827
|
(o(!0), l(v, null, E(e.accountData, (c, h) => (o(), l(v, { key: h }, [
|
1828
1828
|
m("dt", null, f(c.text), 1),
|
@@ -1870,7 +1870,7 @@ const fl = {
|
|
1870
1870
|
function _l(t, s, e, a, n, i) {
|
1871
1871
|
var d, u, c, h, g, y;
|
1872
1872
|
return o(), l("figure", {
|
1873
|
-
class:
|
1873
|
+
class: b(["cmd-image", i.getTextAlign])
|
1874
1874
|
}, [
|
1875
1875
|
((d = e.figcaption) == null ? void 0 : d.show) && ((u = e.figcaption) == null ? void 0 : u.position) === "top" ? (o(), l("figcaption", gl, f((c = e.figcaption) == null ? void 0 : c.text), 1)) : r("", !0),
|
1876
1876
|
m("img", {
|
@@ -1925,7 +1925,7 @@ function vl(t, s, e, a, n, i) {
|
|
1925
1925
|
href: "#",
|
1926
1926
|
onClick: s[0] || (s[0] = M(() => {
|
1927
1927
|
}, ["prevent"])),
|
1928
|
-
class:
|
1928
|
+
class: b(["cmd-slide-button", "button", e.slideButtonType]),
|
1929
1929
|
title: i.getDirection.tooltip
|
1930
1930
|
}, [
|
1931
1931
|
S(d, {
|
@@ -2033,7 +2033,7 @@ const kl = {
|
|
2033
2033
|
function Sl(t, s, e, a, n, i) {
|
2034
2034
|
const d = He, u = he;
|
2035
2035
|
return o(), l("div", {
|
2036
|
-
class:
|
2036
|
+
class: b(["cmd-thumbnail-scroller", { "gallery-scroller": !e.allowOpenFancyBox, "full-width": e.fullWidth }])
|
2037
2037
|
}, [
|
2038
2038
|
S(d, {
|
2039
2039
|
onClick: M(i.showPrevItem, ["prevent"]),
|
@@ -2046,7 +2046,7 @@ function Sl(t, s, e, a, n, i) {
|
|
2046
2046
|
default: A(() => [
|
2047
2047
|
(o(!0), l(v, null, E(n.thumbnails, (c, h) => (o(), l("li", {
|
2048
2048
|
key: h,
|
2049
|
-
class:
|
2049
|
+
class: b({ active: e.imgIndex === h })
|
2050
2050
|
}, [
|
2051
2051
|
m("a", {
|
2052
2052
|
href: "#",
|
@@ -2314,14 +2314,14 @@ const Ll = Gs, Bl = ["aria-label"], Dl = { class: "flex-container" }, Fl = {
|
|
2314
2314
|
function Jl(t, s, e, a, n, i) {
|
2315
2315
|
var y, C, p, x, w, T, I, F, z, k, P, L, V, U, J, H, K, X, ae, se, ie, B, $, fe, be, O, q, W;
|
2316
2316
|
const d = Y, u = G, c = he, h = He, g = Tl;
|
2317
|
-
return o(),
|
2317
|
+
return o(), _(cn, { to: "body" }, [
|
2318
2318
|
m("dialog", {
|
2319
2319
|
ref: "dialog",
|
2320
|
-
class:
|
2320
|
+
class: b(["cmd-fancybox", { "show-overlay": t.showOverlay, image: t.fancyBoxImageUrl || t.fancyBoxGallery, "image-gallery": t.fancyBoxGallery }]),
|
2321
2321
|
"aria-label": t.ariaLabelText
|
2322
2322
|
}, [
|
2323
2323
|
m("header", Dl, [
|
2324
|
-
(y = t.cmdHeadline) != null && y.show ? (o(),
|
2324
|
+
(y = t.cmdHeadline) != null && y.show ? (o(), _(d, {
|
2325
2325
|
key: 0,
|
2326
2326
|
headlineText: (C = t.cmdHeadline) == null ? void 0 : C.headlineText,
|
2327
2327
|
headlineLevel: (p = t.cmdHeadline) == null ? void 0 : p.headlineLevel,
|
@@ -2369,7 +2369,7 @@ function Jl(t, s, e, a, n, i) {
|
|
2369
2369
|
])) : r("", !0)
|
2370
2370
|
]),
|
2371
2371
|
m("div", {
|
2372
|
-
class:
|
2372
|
+
class: b(["outer-content-wrapper", { grayscale: t.printInGrayscale }])
|
2373
2373
|
}, [
|
2374
2374
|
t.fancyBoxImageUrl ? (o(), l("div", Pl, [
|
2375
2375
|
S(c, {
|
@@ -2402,7 +2402,7 @@ function Jl(t, s, e, a, n, i) {
|
|
2402
2402
|
onClick: s[3] || (s[3] = (...Q) => t.cancel && t.cancel(...Q)),
|
2403
2403
|
title: (H = t.fancyboxOptions.submitButtons.cancel) == null ? void 0 : H.tooltip
|
2404
2404
|
}, [
|
2405
|
-
(K = t.fancyboxOptions.submitButtons.cancel) != null && K.iconClass ? (o(),
|
2405
|
+
(K = t.fancyboxOptions.submitButtons.cancel) != null && K.iconClass ? (o(), _(u, {
|
2406
2406
|
key: 0,
|
2407
2407
|
iconClass: (X = t.fancyboxOptions.submitButtons.cancel) == null ? void 0 : X.iconClass,
|
2408
2408
|
type: (ae = t.fancyboxOptions.submitButtons.cancel) == null ? void 0 : ae.iconType
|
@@ -2414,7 +2414,7 @@ function Jl(t, s, e, a, n, i) {
|
|
2414
2414
|
onClick: s[4] || (s[4] = (...Q) => t.confirm && t.confirm(...Q)),
|
2415
2415
|
title: ($ = t.fancyboxOptions.submitButtons.cancel) == null ? void 0 : $.tooltip
|
2416
2416
|
}, [
|
2417
|
-
(fe = t.fancyboxOptions.submitButtons.confirm) != null && fe.iconClass ? (o(),
|
2417
|
+
(fe = t.fancyboxOptions.submitButtons.confirm) != null && fe.iconClass ? (o(), _(u, {
|
2418
2418
|
key: 0,
|
2419
2419
|
iconClass: (be = t.fancyboxOptions.submitButtons.confirm) == null ? void 0 : be.iconClass,
|
2420
2420
|
type: (O = t.fancyboxOptions.submitButtons.confirm) == null ? void 0 : O.iconType
|
@@ -2422,7 +2422,7 @@ function Jl(t, s, e, a, n, i) {
|
|
2422
2422
|
(q = t.fancyboxOptions.submitButtons.confirm) != null && q.buttonText ? (o(), l("span", Gl, f((W = t.fancyboxOptions.submitButtons.confirm) == null ? void 0 : W.buttonText), 1)) : r("", !0)
|
2423
2423
|
], 8, Wl)) : r("", !0)
|
2424
2424
|
])) : r("", !0),
|
2425
|
-
t.fancyBoxGallery ? (o(),
|
2425
|
+
t.fancyBoxGallery ? (o(), _(g, {
|
2426
2426
|
key: 1,
|
2427
2427
|
thumbnailScrollerItems: [...t.fancyBoxGallery],
|
2428
2428
|
allowOpenFancyBox: !1,
|
@@ -2481,15 +2481,15 @@ const Kl = {
|
|
2481
2481
|
function Zl(t, s, e, a, n, i) {
|
2482
2482
|
const d = Y, u = G, c = oe("router-link");
|
2483
2483
|
return o(), l("div", {
|
2484
|
-
class:
|
2484
|
+
class: b(["cmd-list-of-links", { box: e.styleAsBox, horizontal: e.orientation === "horizontal", "section-anchors": e.sectionAnchors }])
|
2485
2485
|
}, [
|
2486
|
-
e.cmdHeadline ? (o(),
|
2486
|
+
e.cmdHeadline ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) : r("", !0),
|
2487
2487
|
m("ul", {
|
2488
|
-
class:
|
2488
|
+
class: b(["flex-container", { "no-gap": !e.useGap }, "align-" + e.align])
|
2489
2489
|
}, [
|
2490
2490
|
(o(!0), l(v, null, E(e.links, (h, g) => (o(), l("li", {
|
2491
2491
|
key: g,
|
2492
|
-
class:
|
2492
|
+
class: b({ active: e.sectionAnchors && e.activeSection === g })
|
2493
2493
|
}, [
|
2494
2494
|
h.type === "href" || h.type === void 0 ? (o(), l("a", {
|
2495
2495
|
key: 0,
|
@@ -2498,19 +2498,19 @@ function Zl(t, s, e, a, n, i) {
|
|
2498
2498
|
onClick: (y) => i.executeLink(h, y),
|
2499
2499
|
title: h.tooltip && h.tooltip !== void 0 ? h.tooltip : void 0
|
2500
2500
|
}, [
|
2501
|
-
h.iconClass ? (o(),
|
2501
|
+
h.iconClass ? (o(), _(u, {
|
2502
2502
|
key: 0,
|
2503
2503
|
iconClass: h.iconClass,
|
2504
2504
|
type: h.iconType
|
2505
2505
|
}, null, 8, ["iconClass", "type"])) : r("", !0),
|
2506
2506
|
h.text ? (o(), l("span", Yl, f(h.text), 1)) : r("", !0)
|
2507
|
-
], 8, Xl)) : h.type === "router" ? (o(),
|
2507
|
+
], 8, Xl)) : h.type === "router" ? (o(), _(c, {
|
2508
2508
|
key: 1,
|
2509
2509
|
to: i.getRoute(h),
|
2510
2510
|
title: h.tooltip
|
2511
2511
|
}, {
|
2512
2512
|
default: A(() => [
|
2513
|
-
h.iconClass ? (o(),
|
2513
|
+
h.iconClass ? (o(), _(u, {
|
2514
2514
|
key: 0,
|
2515
2515
|
iconClass: h.iconClass,
|
2516
2516
|
type: h.iconType
|
@@ -2718,7 +2718,7 @@ function Va(t, s, e, a, n, i) {
|
|
2718
2718
|
const d = Y, u = G, c = $l;
|
2719
2719
|
return e.boxType === "content" ? (o(), l("div", {
|
2720
2720
|
key: 0,
|
2721
|
-
class:
|
2721
|
+
class: b([
|
2722
2722
|
"cmd-box box content",
|
2723
2723
|
{
|
2724
2724
|
open: n.open,
|
@@ -2736,20 +2736,20 @@ function Va(t, s, e, a, n, i) {
|
|
2736
2736
|
title: n.open ? e.iconOpen.tooltip : e.iconClosed.tooltip,
|
2737
2737
|
onClick: s[0] || (s[0] = M((...T) => i.toggleContentVisibility && i.toggleContentVisibility(...T), ["prevent"]))
|
2738
2738
|
}, [
|
2739
|
-
(h = e.useSlots) != null && h.includes("header") ? N(t.$slots, "header", { key: 0 }) : (g = e.cmdHeadline) != null && g.headlineText ? (o(),
|
2739
|
+
(h = e.useSlots) != null && h.includes("header") ? N(t.$slots, "header", { key: 0 }) : (g = e.cmdHeadline) != null && g.headlineText ? (o(), _(d, Z(j({ key: 1 }, e.cmdHeadline)), null, 16)) : r("", !0),
|
2740
2740
|
S(u, {
|
2741
2741
|
iconClass: n.open ? e.iconOpen.iconClass : e.iconClosed.iconClass,
|
2742
2742
|
type: n.open ? e.iconOpen.iconType : e.iconClosed.iconType
|
2743
2743
|
}, null, 8, ["iconClass", "type"])
|
2744
2744
|
], 8, na)) : (o(), l("div", ia, [
|
2745
|
-
(y = e.useSlots) != null && y.includes("header") ? N(t.$slots, "header", { key: 0 }) : (C = e.cmdHeadline) != null && C.headlineText ? (o(),
|
2745
|
+
(y = e.useSlots) != null && y.includes("header") ? N(t.$slots, "header", { key: 0 }) : (C = e.cmdHeadline) != null && C.headlineText ? (o(), _(d, Z(j({ key: 1 }, e.cmdHeadline)), null, 16)) : r("", !0)
|
2746
2746
|
])),
|
2747
2747
|
n.open ? (o(), l("div", oa, [
|
2748
2748
|
(p = e.useSlots) != null && p.includes("body") ? N(t.$slots, "body", { key: 0 }, () => [
|
2749
2749
|
S(Os, { name: i.toggleTransition }, {
|
2750
2750
|
default: A(() => [
|
2751
2751
|
m("p", {
|
2752
|
-
class:
|
2752
|
+
class: b({
|
2753
2753
|
"cutoff-text": e.cutoffTextLines > 0,
|
2754
2754
|
"fade-last-line": e.fadeLastLine && !n.showCutOffText,
|
2755
2755
|
"show-text": n.showCutOffText
|
@@ -2769,7 +2769,7 @@ function Va(t, s, e, a, n, i) {
|
|
2769
2769
|
src: e.image.src,
|
2770
2770
|
alt: e.image.altText
|
2771
2771
|
}, null, 8, la)) : r("", !0),
|
2772
|
-
(x = e.cmdHeadline) != null && x.headlineText ? (o(),
|
2772
|
+
(x = e.cmdHeadline) != null && x.headlineText ? (o(), _(d, Z(j({ key: 1 }, e.cmdHeadline)), null, 16)) : r("", !0),
|
2773
2773
|
e.textBody ? (o(), l("p", aa, f(e.textBody), 1)) : r("", !0)
|
2774
2774
|
], 64))
|
2775
2775
|
])) : r("", !0),
|
@@ -2778,7 +2778,7 @@ function Va(t, s, e, a, n, i) {
|
|
2778
2778
|
])) : r("", !0)
|
2779
2779
|
], 2)) : e.boxType === "product" && e.product ? (o(), l("a", {
|
2780
2780
|
key: 1,
|
2781
|
-
class:
|
2781
|
+
class: b(["cmd-box box product", { "stretch-vertically": e.stretchVertically, "stretch-horizontally": e.stretchHorizontally, "row-view": n.isRowView }]),
|
2782
2782
|
href: "#",
|
2783
2783
|
onClick: s[2] || (s[2] = M((T) => i.clickOnProduct(e.product), ["prevent"]))
|
2784
2784
|
}, [
|
@@ -2809,7 +2809,7 @@ function Va(t, s, e, a, n, i) {
|
|
2809
2809
|
])
|
2810
2810
|
], 2)) : e.boxType === "user" && e.user ? (o(), l("div", {
|
2811
2811
|
key: 2,
|
2812
|
-
class:
|
2812
|
+
class: b([
|
2813
2813
|
"cmd-box box user",
|
2814
2814
|
e.profileType,
|
2815
2815
|
{
|
@@ -2835,7 +2835,7 @@ function Va(t, s, e, a, n, i) {
|
|
2835
2835
|
])
|
2836
2836
|
])) : (o(), l("div", Sa, [
|
2837
2837
|
m("span", {
|
2838
|
-
class:
|
2838
|
+
class: b(e.defaultProfileIconClass),
|
2839
2839
|
title: e.user.name
|
2840
2840
|
}, null, 10, Ta),
|
2841
2841
|
n.isRowView ? r("", !0) : (o(), l("p", Ia, f(e.user.name), 1))
|
@@ -2986,7 +2986,7 @@ function Ua(t, s, e, a, n, i) {
|
|
2986
2986
|
const d = Y, u = G;
|
2987
2987
|
return o(), l("div", Ha, [
|
2988
2988
|
m("div", Ra, [
|
2989
|
-
e.cmdHeadline.headlineText ? (o(),
|
2989
|
+
e.cmdHeadline.headlineText ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) : r("", !0),
|
2990
2990
|
e.allowUserToToggleOrientation || e.allowTogglingCollapsingBoxes ? (o(), l("div", Ea, [
|
2991
2991
|
e.allowTogglingCollapsingBoxes ? (o(), l("a", {
|
2992
2992
|
key: 0,
|
@@ -3013,7 +3013,7 @@ function Ua(t, s, e, a, n, i) {
|
|
3013
3013
|
])) : r("", !0)
|
3014
3014
|
]),
|
3015
3015
|
m("div", {
|
3016
|
-
class:
|
3016
|
+
class: b([e.useFlexbox ? "flex-container" : "grid-container-create-columns", { "row-view": n.rowView, "stretch-boxes-vertically": e.stretchBoxesVertically }])
|
3017
3017
|
}, [
|
3018
3018
|
N(t.$slots, "default", {
|
3019
3019
|
collapsingBoxesOpen: n.collapsingBoxesOpen,
|
@@ -3056,18 +3056,18 @@ function $a(t, s, e, a, n, i) {
|
|
3056
3056
|
key: 0,
|
3057
3057
|
href: c.path
|
3058
3058
|
}, [
|
3059
|
-
c.iconClass ? (o(),
|
3059
|
+
c.iconClass ? (o(), _(d, {
|
3060
3060
|
key: 0,
|
3061
3061
|
iconClass: c.iconClass,
|
3062
3062
|
type: c.iconType
|
3063
3063
|
}, null, 8, ["iconClass", "type"])) : r("", !0),
|
3064
3064
|
c.text ? (o(), l("span", Ka, f(c.text), 1)) : r("", !0)
|
3065
|
-
], 8, Ja)) : c.type === "router" ? (o(),
|
3065
|
+
], 8, Ja)) : c.type === "router" ? (o(), _(u, {
|
3066
3066
|
key: 1,
|
3067
3067
|
to: i.getRoute(c)
|
3068
3068
|
}, {
|
3069
3069
|
default: A(() => [
|
3070
|
-
c.iconClass ? (o(),
|
3070
|
+
c.iconClass ? (o(), _(d, {
|
3071
3071
|
key: 0,
|
3072
3072
|
iconClass: c.iconClass,
|
3073
3073
|
type: c.iconType
|
@@ -3076,7 +3076,7 @@ function $a(t, s, e, a, n, i) {
|
|
3076
3076
|
]),
|
3077
3077
|
_: 2
|
3078
3078
|
}, 1032, ["to"])) : (o(), l("span", Ya, [
|
3079
|
-
c.iconClass ? (o(),
|
3079
|
+
c.iconClass ? (o(), _(d, {
|
3080
3080
|
key: 0,
|
3081
3081
|
iconClass: c.iconClass,
|
3082
3082
|
type: c.iconType
|
@@ -3154,7 +3154,7 @@ const er = {
|
|
3154
3154
|
function nr(t, s, e, a, n, i) {
|
3155
3155
|
const d = he, u = oe("router-link");
|
3156
3156
|
return o(), l("div", tr, [
|
3157
|
-
e.link.type === "router" ? (o(),
|
3157
|
+
e.link.type === "router" ? (o(), _(u, {
|
3158
3158
|
key: 0,
|
3159
3159
|
to: e.link.path,
|
3160
3160
|
title: e.link.tooltip
|
@@ -3163,13 +3163,16 @@ function nr(t, s, e, a, n, i) {
|
|
3163
3163
|
S(d, { image: i.image }, null, 8, ["image"])
|
3164
3164
|
]),
|
3165
3165
|
_: 1
|
3166
|
-
}, 8, ["to", "title"])) : (o(), l("a", {
|
3166
|
+
}, 8, ["to", "title"])) : e.link.type === "href" ? (o(), l("a", {
|
3167
3167
|
key: 1,
|
3168
3168
|
href: e.link.path,
|
3169
3169
|
title: e.link.tooltip
|
3170
3170
|
}, [
|
3171
3171
|
S(d, { image: i.image }, null, 8, ["image"])
|
3172
|
-
], 8, sr))
|
3172
|
+
], 8, sr)) : (o(), _(d, {
|
3173
|
+
key: 2,
|
3174
|
+
image: i.image
|
3175
|
+
}, null, 8, ["image"]))
|
3173
3176
|
]);
|
3174
3177
|
}
|
3175
3178
|
const ir = /* @__PURE__ */ D(er, [["render", nr]]);
|
@@ -3259,11 +3262,11 @@ function rr(t, s, e, a, n, i) {
|
|
3259
3262
|
const d = Y, u = G;
|
3260
3263
|
return n.tooltipVisibility ? (o(), l("div", {
|
3261
3264
|
key: 0,
|
3262
|
-
class:
|
3265
|
+
class: b(["cmd-tooltip", e.status]),
|
3263
3266
|
ref: "tooltip"
|
3264
3267
|
}, [
|
3265
3268
|
e.cmdHeadline || e.iconClose.show ? (o(), l("div", lr, [
|
3266
|
-
e.cmdHeadline ? (o(),
|
3269
|
+
e.cmdHeadline ? (o(), _(d, {
|
3267
3270
|
key: 0,
|
3268
3271
|
iconClass: e.cmdHeadline.iconClass,
|
3269
3272
|
preHeadline: e.cmdHeadline.preHeadline,
|
@@ -3365,7 +3368,7 @@ function pr(t, s, e, a, n, i) {
|
|
3365
3368
|
var c, h, g;
|
3366
3369
|
const d = Y, u = G;
|
3367
3370
|
return o(), l("div", hr, [
|
3368
|
-
e.showHeadline ? (o(),
|
3371
|
+
e.showHeadline ? (o(), _(d, {
|
3369
3372
|
key: 0,
|
3370
3373
|
"headline-level": e.cmdHeadline.headlineLevel
|
3371
3374
|
}, {
|
@@ -3382,10 +3385,10 @@ function pr(t, s, e, a, n, i) {
|
|
3382
3385
|
(o(!0), l(v, null, E(e.inputRequirements, (y, C) => (o(), l(v, { key: C }, [
|
3383
3386
|
m("dt", {
|
3384
3387
|
"aria-live": "assertive",
|
3385
|
-
class:
|
3388
|
+
class: b(y.valid(e.inputModelValue, e.inputAttributes) ? "success" : "error")
|
3386
3389
|
}, f(y.message) + ":", 3),
|
3387
3390
|
m("dd", {
|
3388
|
-
class:
|
3391
|
+
class: b(y.valid(e.inputModelValue, e.inputAttributes) ? "success" : "error")
|
3389
3392
|
}, [
|
3390
3393
|
S(u, {
|
3391
3394
|
"aria-live": "assertive",
|
@@ -3405,9 +3408,9 @@ function pr(t, s, e, a, n, i) {
|
|
3405
3408
|
onClick: s[0] || (s[0] = M(() => {
|
3406
3409
|
}, ["prevent"]))
|
3407
3410
|
}, [
|
3408
|
-
(c = e.helplink.icon) != null && c.iconClass ? (o(),
|
3411
|
+
(c = e.helplink.icon) != null && c.iconClass ? (o(), _(u, {
|
3409
3412
|
key: 0,
|
3410
|
-
class:
|
3413
|
+
class: b((h = e.helplink.icon) == null ? void 0 : h.iconClass),
|
3411
3414
|
title: (g = e.helplink.icon) == null ? void 0 : g.tooltip
|
3412
3415
|
}, null, 8, ["class", "title"])) : r("", !0),
|
3413
3416
|
e.helplink.text ? (o(), l("span", yr, f(e.helplink.text), 1)) : r("", !0)
|
@@ -3450,14 +3453,14 @@ const _r = /* @__PURE__ */ D(ur, [["render", pr]]), br = {
|
|
3450
3453
|
};
|
3451
3454
|
function Cr(t, s, e, a, n, i) {
|
3452
3455
|
const d = _r, u = cr;
|
3453
|
-
return o(),
|
3456
|
+
return o(), _(u, {
|
3454
3457
|
ref: "tooltip",
|
3455
|
-
class:
|
3458
|
+
class: b(["box", e.validationStatus]),
|
3456
3459
|
relatedId: e.relatedId,
|
3457
3460
|
"toggle-visibility-by-click": !0
|
3458
3461
|
}, {
|
3459
3462
|
default: A(() => [
|
3460
|
-
e.cmdListOfRequirements.showRequirements ? (o(),
|
3463
|
+
e.cmdListOfRequirements.showRequirements ? (o(), _(d, {
|
3461
3464
|
key: 0,
|
3462
3465
|
showHeadline: e.cmdListOfRequirements.showHeadline,
|
3463
3466
|
inputRequirements: e.cmdListOfRequirements.inputRequirements,
|
@@ -4008,11 +4011,14 @@ const xr = ["color", "date", "datetime-local", "file", "number", "range"], Sr =
|
|
4008
4011
|
}, Tr = ["for", "title"], Ir = {
|
4009
4012
|
key: 0,
|
4010
4013
|
class: "label-text"
|
4011
|
-
}, Or = { key: 2 }, Mr = ["title", "aria-errormessage", "id"], Lr = {
|
4014
|
+
}, Or = { key: 2 }, Mr = ["title", "aria-errormessage", "id"], Lr = {
|
4015
|
+
key: 1,
|
4016
|
+
class: "flex-container"
|
4017
|
+
}, Br = ["id", "autocomplete", "list", "value", "maxlength"], Dr = ["title"], Fr = ["id"], qr = ["value"], Vr = ["checked", "value", "id", "disabled", "aria-invalid"], Ar = { key: 2 }, Pr = { class: "switch-label-wrapper" }, Hr = ["checked", "value", "id", "disabled", "aria-invalid"], Rr = { class: "label-text" }, Er = { class: "label-text" }, jr = {
|
4012
4018
|
key: 0,
|
4013
4019
|
class: "label-text"
|
4014
|
-
}, Nr = { key: 0 }, Ur = ["id"], zr = ["value", "selected"], Wr = ["id", "value", "maxlength"], Gr = { key:
|
4015
|
-
key:
|
4020
|
+
}, Nr = { key: 0 }, Ur = ["id"], zr = ["value", "selected"], Wr = ["id", "value", "maxlength"], Gr = { key: 6 }, Jr = {
|
4021
|
+
key: 7,
|
4016
4022
|
class: "search-field-wrapper flex-container no-gap"
|
4017
4023
|
}, Kr = ["id", "maxlength", "value"], Xr = ["title"], Yr = ["title"], Qr = { key: 1 };
|
4018
4024
|
function Zr(t, s, e, a, n, i) {
|
@@ -4020,7 +4026,7 @@ function Zr(t, s, e, a, n, i) {
|
|
4020
4026
|
const d = Ot, u = G;
|
4021
4027
|
return e.element === "input" || e.element === "select" || e.element === "textarea" ? (o(), l("label", {
|
4022
4028
|
key: 0,
|
4023
|
-
class:
|
4029
|
+
class: b([
|
4024
4030
|
"cmd-form-element",
|
4025
4031
|
t.validationStatus,
|
4026
4032
|
t.$attrs.class,
|
@@ -4046,7 +4052,7 @@ function Zr(t, s, e, a, n, i) {
|
|
4046
4052
|
], 64)) : N(t.$slots, "labeltext", { key: 1 }),
|
4047
4053
|
t.$attrs.required ? (o(), l("sup", Or, "*")) : r("", !0)
|
4048
4054
|
]),
|
4049
|
-
t.useCustomTooltip && (t.validationStatus === "" || t.validationStatus === "error") ? (o(),
|
4055
|
+
t.useCustomTooltip && (t.validationStatus === "" || t.validationStatus === "error") ? (o(), _(d, {
|
4050
4056
|
key: 0,
|
4051
4057
|
ref: "tooltip",
|
4052
4058
|
validationStatus: t.validationStatus,
|
@@ -4070,13 +4076,13 @@ function Zr(t, s, e, a, n, i) {
|
|
4070
4076
|
], 512)), [
|
4071
4077
|
[pe, e.showLabel]
|
4072
4078
|
]) : r("", !0),
|
4073
|
-
|
4074
|
-
|
4079
|
+
t.$attrs.type !== "checkbox" && t.$attrs.type !== "radio" ? (o(), l("span", Lr, [
|
4080
|
+
e.fieldIconClass ? (o(), _(u, {
|
4075
4081
|
key: 0,
|
4076
4082
|
class: "place-inside",
|
4077
4083
|
iconClass: e.fieldIconClass
|
4078
4084
|
}, null, 8, ["iconClass"])) : r("", !0),
|
4079
|
-
e.element === "input" && t.$attrs.type !== "
|
4085
|
+
e.element === "input" && t.$attrs.type !== "search" ? (o(), l("input", j({ key: 1 }, i.elementAttributes, {
|
4080
4086
|
id: t.htmlId,
|
4081
4087
|
class: e.inputClass,
|
4082
4088
|
onFocus: s[1] || (s[1] = (B) => t.tooltip = !0),
|
@@ -4106,16 +4112,16 @@ function Zr(t, s, e, a, n, i) {
|
|
4106
4112
|
iconClass: e.iconPasswordVisible.iconClass
|
4107
4113
|
}, null, 8, ["iconClass"])
|
4108
4114
|
], 40, Dr)) : r("", !0)
|
4109
|
-
]),
|
4115
|
+
])) : r("", !0),
|
4110
4116
|
e.datalist && e.datalist.options.length ? (o(), l("datalist", {
|
4111
|
-
key:
|
4117
|
+
key: 2,
|
4112
4118
|
id: e.datalist.id
|
4113
4119
|
}, [
|
4114
4120
|
(o(!0), l(v, null, E(e.datalist.options, (B, $) => (o(), l("option", {
|
4115
4121
|
key: $,
|
4116
4122
|
value: B
|
4117
4123
|
}, null, 8, qr))), 128))
|
4118
|
-
], 8, Fr)) : e.element === "input" && (t.$attrs.type === "checkbox" || t.$attrs.type === "radio") ? (o(), l(v, { key:
|
4124
|
+
], 8, Fr)) : e.element === "input" && (t.$attrs.type === "checkbox" || t.$attrs.type === "radio") ? (o(), l(v, { key: 3 }, [
|
4119
4125
|
e.onLabel && e.offLabel ? e.onLabel && e.offLabel ? (o(), l(v, { key: 1 }, [
|
4120
4126
|
m("span", Pr, [
|
4121
4127
|
m("input", j(i.elementAttributes, {
|
@@ -4150,7 +4156,7 @@ function Zr(t, s, e, a, n, i) {
|
|
4150
4156
|
}), null, 16, Vr),
|
4151
4157
|
e.labelText || t.$slots.labeltext ? (o(), l("span", {
|
4152
4158
|
key: 0,
|
4153
|
-
class:
|
4159
|
+
class: b(["label-text", { hidden: !e.showLabel }])
|
4154
4160
|
}, [
|
4155
4161
|
m("span", null, [
|
4156
4162
|
e.labelText ? (o(), l(v, { key: 0 }, [
|
@@ -4161,7 +4167,7 @@ function Zr(t, s, e, a, n, i) {
|
|
4161
4167
|
], 2)) : r("", !0)
|
4162
4168
|
], 64))
|
4163
4169
|
], 64)) : r("", !0),
|
4164
|
-
e.element === "select" ? (o(), l("select", j({ key:
|
4170
|
+
e.element === "select" ? (o(), l("select", j({ key: 4 }, i.elementAttributes, {
|
4165
4171
|
id: t.htmlId,
|
4166
4172
|
onBlur: s[15] || (s[15] = (...B) => i.onBlur && i.onBlur(...B)),
|
4167
4173
|
onChange: s[16] || (s[16] = (B) => t.$emit("update:modelValue", B.target.value))
|
@@ -4172,7 +4178,7 @@ function Zr(t, s, e, a, n, i) {
|
|
4172
4178
|
selected: B.value === e.modelValue
|
4173
4179
|
}, f(B.text), 9, zr))), 128))
|
4174
4180
|
], 16, Ur)) : r("", !0),
|
4175
|
-
e.element === "textarea" ? (o(), l("textarea", j({ key:
|
4181
|
+
e.element === "textarea" ? (o(), l("textarea", j({ key: 5 }, i.elementAttributes, {
|
4176
4182
|
id: t.htmlId,
|
4177
4183
|
value: e.modelValue,
|
4178
4184
|
maxlength: i.getMaxLength(),
|
@@ -4191,7 +4197,7 @@ function Zr(t, s, e, a, n, i) {
|
|
4191
4197
|
e.showSearchButton ? (o(), l("a", {
|
4192
4198
|
key: 0,
|
4193
4199
|
href: "#",
|
4194
|
-
class:
|
4200
|
+
class: b(["button no-flex", { disabled: t.$attrs.disabled }]),
|
4195
4201
|
title: e.iconSearch.tooltip,
|
4196
4202
|
onClick: s[21] || (s[21] = M((...B) => i.executeSearch && i.executeSearch(...B), ["prevent"]))
|
4197
4203
|
}, [
|
@@ -4215,7 +4221,7 @@ function Zr(t, s, e, a, n, i) {
|
|
4215
4221
|
key: 1,
|
4216
4222
|
class: "button"
|
4217
4223
|
}, i.buttonAttrs), [
|
4218
|
-
((p = (C = e.nativeButton) == null ? void 0 : C.icon) == null ? void 0 : p.show) && (((w = (x = e.nativeButton) == null ? void 0 : x.icon) == null ? void 0 : w.position) === "before" || !((I = (T = e.nativeButton) == null ? void 0 : T.icon) != null && I.position)) ? (o(),
|
4224
|
+
((p = (C = e.nativeButton) == null ? void 0 : C.icon) == null ? void 0 : p.show) && (((w = (x = e.nativeButton) == null ? void 0 : x.icon) == null ? void 0 : w.position) === "before" || !((I = (T = e.nativeButton) == null ? void 0 : T.icon) != null && I.position)) ? (o(), _(u, {
|
4219
4225
|
key: 0,
|
4220
4226
|
iconClass: (z = (F = e.nativeButton) == null ? void 0 : F.icon) == null ? void 0 : z.iconClass,
|
4221
4227
|
type: (P = (k = e.nativeButton) == null ? void 0 : k.icon) == null ? void 0 : P.iconType
|
@@ -4223,7 +4229,7 @@ function Zr(t, s, e, a, n, i) {
|
|
4223
4229
|
((L = e.nativeButton) == null ? void 0 : L.icon) && ((V = e.nativeButton) == null ? void 0 : V.text) ? (o(), l("span", Qr, f(e.nativeButton.text), 1)) : (o(), l(v, { key: 2 }, [
|
4224
4230
|
R(f(e.nativeButton.text), 1)
|
4225
4231
|
], 64)),
|
4226
|
-
((J = (U = e.nativeButton) == null ? void 0 : U.icon) == null ? void 0 : J.show) && ((K = (H = e.nativeButton) == null ? void 0 : H.icon) == null ? void 0 : K.position) === "after" ? (o(),
|
4232
|
+
((J = (U = e.nativeButton) == null ? void 0 : U.icon) == null ? void 0 : J.show) && ((K = (H = e.nativeButton) == null ? void 0 : H.icon) == null ? void 0 : K.position) === "after" ? (o(), _(u, {
|
4227
4233
|
key: 3,
|
4228
4234
|
iconClass: (ae = (X = e.nativeButton) == null ? void 0 : X.icon) == null ? void 0 : ae.iconClass,
|
4229
4235
|
type: (ie = (se = e.nativeButton) == null ? void 0 : se.icon) == null ? void 0 : ie.iconType
|
@@ -4346,12 +4352,12 @@ const ec = {
|
|
4346
4352
|
}, cc = { key: 0 }, dc = { key: 1 }, uc = ["href", "target"], hc = ["innerHTML"], mc = { class: "button-wrapper align-center" };
|
4347
4353
|
function fc(t, s, e, a, n, i) {
|
4348
4354
|
const d = Y, u = _e, c = Aa;
|
4349
|
-
return o(),
|
4355
|
+
return o(), _(ce, { name: "fade" }, {
|
4350
4356
|
default: A(() => {
|
4351
4357
|
var h, g, y;
|
4352
4358
|
return [
|
4353
4359
|
m("div", tc, [
|
4354
|
-
((h = e.cmdHeadlineCookieDisclaimer) == null ? void 0 : h.show) && ((g = e.cmdHeadlineCookieDisclaimer) == null ? void 0 : g.headlineText) && ((y = e.cmdHeadlineCookieDisclaimer) == null ? void 0 : y.headlineLevel) ? (o(),
|
4360
|
+
((h = e.cmdHeadlineCookieDisclaimer) == null ? void 0 : h.show) && ((g = e.cmdHeadlineCookieDisclaimer) == null ? void 0 : g.headlineText) && ((y = e.cmdHeadlineCookieDisclaimer) == null ? void 0 : y.headlineLevel) ? (o(), _(d, {
|
4355
4361
|
key: 0,
|
4356
4362
|
headlineText: e.cmdHeadlineCookieDisclaimer.headlineText,
|
4357
4363
|
headlineLevel: e.cmdHeadlineCookieDisclaimer.headlineLevel
|
@@ -4360,14 +4366,14 @@ function fc(t, s, e, a, n, i) {
|
|
4360
4366
|
var C, p, x, w, T, I, F, z;
|
4361
4367
|
return [
|
4362
4368
|
(C = e.cookieOptions) != null && C.required ? (o(), l("div", sc, [
|
4363
|
-
(p = e.cmdBoxRequiredCookies) != null && p.showHeadline ? (o(),
|
4369
|
+
(p = e.cmdBoxRequiredCookies) != null && p.showHeadline ? (o(), _(d, {
|
4364
4370
|
key: 0,
|
4365
4371
|
"headline-text": (x = e.cmdBoxRequiredCookies) == null ? void 0 : x.headlineText,
|
4366
4372
|
"headline-level": (w = e.cmdBoxRequiredCookies) == null ? void 0 : w.headlineLevel
|
4367
4373
|
}, null, 8, ["headline-text", "headline-level"])) : r("", !0),
|
4368
4374
|
(o(!0), l(v, null, E(e.cookieOptions.required.cookies || [], (k, P) => {
|
4369
4375
|
var L;
|
4370
|
-
return o(),
|
4376
|
+
return o(), _(c, {
|
4371
4377
|
useSlots: ["header", "body"],
|
4372
4378
|
collapsible: (L = e.cmdBoxRequiredCookies) == null ? void 0 : L.collapsible,
|
4373
4379
|
key: P
|
@@ -4407,14 +4413,14 @@ function fc(t, s, e, a, n, i) {
|
|
4407
4413
|
])) : r("", !0),
|
4408
4414
|
ac,
|
4409
4415
|
(T = e.cookieOptions) != null && T.optional ? (o(), l("div", rc, [
|
4410
|
-
(I = e.cmdBoxOptionalCookies) != null && I.showHeadline ? (o(),
|
4416
|
+
(I = e.cmdBoxOptionalCookies) != null && I.showHeadline ? (o(), _(d, {
|
4411
4417
|
key: 0,
|
4412
4418
|
"headline-text": (F = e.cmdBoxOptionalCookies) == null ? void 0 : F.headlineText,
|
4413
4419
|
"headline-level": (z = e.cmdBoxOptionalCookies) == null ? void 0 : z.headlineLevel
|
4414
4420
|
}, null, 8, ["headline-text", "headline-level"])) : r("", !0),
|
4415
4421
|
(o(!0), l(v, null, E(e.cookieOptions.optional.cookies || [], (k, P) => {
|
4416
4422
|
var L;
|
4417
|
-
return o(),
|
4423
|
+
return o(), _(c, {
|
4418
4424
|
useSlots: ["header", "body"],
|
4419
4425
|
collapsible: (L = e.cmdBoxOptionalCookies) == null ? void 0 : L.collapsible,
|
4420
4426
|
key: P
|
@@ -4705,7 +4711,7 @@ function jc(t, s, e, a, n, i) {
|
|
4705
4711
|
var h, g, y, C;
|
4706
4712
|
const d = Ot, u = G, c = oe("router-link");
|
4707
4713
|
return o(), l("div", {
|
4708
|
-
class:
|
4714
|
+
class: b([
|
4709
4715
|
n.validationStatus,
|
4710
4716
|
"cmd-fake-select label",
|
4711
4717
|
{
|
@@ -4725,7 +4731,7 @@ function jc(t, s, e, a, n, i) {
|
|
4725
4731
|
R(f(e.labelText), 1),
|
4726
4732
|
t.$attrs.required !== void 0 ? (o(), l("sup", Sc, "*")) : r("", !0)
|
4727
4733
|
], 8, xc),
|
4728
|
-
t.useCustomTooltip && (n.validationStatus === "" || n.validationStatus === "error") ? (o(),
|
4734
|
+
t.useCustomTooltip && (n.validationStatus === "" || n.validationStatus === "error") ? (o(), _(d, {
|
4729
4735
|
key: 0,
|
4730
4736
|
ref: "tooltip",
|
4731
4737
|
validationStatus: n.validationStatus,
|
@@ -4748,7 +4754,7 @@ function jc(t, s, e, a, n, i) {
|
|
4748
4754
|
], 8, Tc)) : r("", !0)
|
4749
4755
|
])) : r("", !0),
|
4750
4756
|
m("ul", {
|
4751
|
-
class:
|
4757
|
+
class: b({ open: n.showOptions }),
|
4752
4758
|
onClickout: s[5] || (s[5] = (...p) => i.closeOptions && i.closeOptions(...p)),
|
4753
4759
|
"aria-expanded": n.showOptions
|
4754
4760
|
}, [
|
@@ -4763,12 +4769,12 @@ function jc(t, s, e, a, n, i) {
|
|
4763
4769
|
key: 0,
|
4764
4770
|
src: i.pathFlag(i.optionCountry),
|
4765
4771
|
alt: i.optionCountry,
|
4766
|
-
class:
|
4772
|
+
class: b(["flag", i.optionCountry])
|
4767
4773
|
}, null, 10, Mc)) : e.type === "color" ? (o(), l("span", {
|
4768
4774
|
key: 1,
|
4769
4775
|
style: Oe("background: " + i.optionColor)
|
4770
4776
|
}, null, 4)) : r("", !0),
|
4771
|
-
(g = i.optionIcon) != null && g.iconClass ? (o(),
|
4777
|
+
(g = i.optionIcon) != null && g.iconClass ? (o(), _(u, {
|
4772
4778
|
key: 2,
|
4773
4779
|
type: (y = i.optionIcon) == null ? void 0 : y.iconType,
|
4774
4780
|
iconClass: (C = i.optionIcon) == null ? void 0 : C.iconClass
|
@@ -4778,7 +4784,7 @@ function jc(t, s, e, a, n, i) {
|
|
4778
4784
|
class: "option-name",
|
4779
4785
|
style: Oe(n.limitWidthStyle)
|
4780
4786
|
}, f(i.optionName), 5)) : r("", !0),
|
4781
|
-
e.iconDropdown ? (o(),
|
4787
|
+
e.iconDropdown ? (o(), _(u, {
|
4782
4788
|
key: 4,
|
4783
4789
|
iconClass: e.iconDropdown.iconClass,
|
4784
4790
|
type: e.iconDropdown.iconType,
|
@@ -4795,24 +4801,24 @@ function jc(t, s, e, a, n, i) {
|
|
4795
4801
|
key: 0,
|
4796
4802
|
href: "#",
|
4797
4803
|
onClick: M((w) => i.selectOption(p.value), ["prevent"]),
|
4798
|
-
class:
|
4804
|
+
class: b({ active: p.value === e.modelValue }),
|
4799
4805
|
title: p.tooltip
|
4800
4806
|
}, [
|
4801
|
-
p.iconClass ? (o(),
|
4807
|
+
p.iconClass ? (o(), _(u, {
|
4802
4808
|
key: 0,
|
4803
4809
|
iconClass: p.iconClass,
|
4804
4810
|
type: p.iconType
|
4805
4811
|
}, null, 8, ["iconClass", "type"])) : r("", !0),
|
4806
4812
|
p.text ? (o(), l("span", Fc, f(p.text), 1)) : r("", !0)
|
4807
4813
|
], 10, Dc)) : r("", !0),
|
4808
|
-
e.optionLinkType === "router" ? (o(),
|
4814
|
+
e.optionLinkType === "router" ? (o(), _(c, {
|
4809
4815
|
key: 1,
|
4810
4816
|
to: "#",
|
4811
4817
|
onClick: M((w) => i.selectOption(p.value), ["prevent"]),
|
4812
|
-
class:
|
4818
|
+
class: b({ active: p.value === e.modelValue })
|
4813
4819
|
}, {
|
4814
4820
|
default: A(() => [
|
4815
|
-
p.iconClass ? (o(),
|
4821
|
+
p.iconClass ? (o(), _(u, {
|
4816
4822
|
key: 0,
|
4817
4823
|
iconClass: p.iconClass,
|
4818
4824
|
type: p.iconType
|
@@ -4824,14 +4830,14 @@ function jc(t, s, e, a, n, i) {
|
|
4824
4830
|
], 8, Bc))), 128))
|
4825
4831
|
])) : e.type !== "default" && e.type !== "content" && n.showOptions ? (o(), l("ul", {
|
4826
4832
|
key: 1,
|
4827
|
-
class:
|
4833
|
+
class: b({ "checkbox-options": e.type === "checkboxOptions" }),
|
4828
4834
|
"aria-expanded": n.showOptions
|
4829
4835
|
}, [
|
4830
4836
|
(o(!0), l(v, null, E(e.selectData, (p, x) => (o(), l("li", { key: x }, [
|
4831
4837
|
e.type === "checkboxOptions" ? (o(), l("label", {
|
4832
4838
|
key: 0,
|
4833
4839
|
for: "option-" + (x + 1),
|
4834
|
-
class:
|
4840
|
+
class: b({ active: e.modelValue.includes(`${p.value}`) })
|
4835
4841
|
}, [
|
4836
4842
|
m("input", {
|
4837
4843
|
type: "checkbox",
|
@@ -4845,7 +4851,7 @@ function jc(t, s, e, a, n, i) {
|
|
4845
4851
|
key: 1,
|
4846
4852
|
href: "#",
|
4847
4853
|
onClick: M((w) => i.selectOption(p.value), ["prevent"]),
|
4848
|
-
class:
|
4854
|
+
class: b({ active: p.value === e.modelValue })
|
4849
4855
|
}, [
|
4850
4856
|
m("img", {
|
4851
4857
|
class: "flag",
|
@@ -4857,7 +4863,7 @@ function jc(t, s, e, a, n, i) {
|
|
4857
4863
|
key: 2,
|
4858
4864
|
href: "#",
|
4859
4865
|
onClick: M((w) => i.selectOption(p.value), ["prevent"]),
|
4860
|
-
class:
|
4866
|
+
class: b({ active: p.value === e.modelValue })
|
4861
4867
|
}, [
|
4862
4868
|
m("span", {
|
4863
4869
|
class: "color",
|
@@ -4922,7 +4928,7 @@ const Uc = {
|
|
4922
4928
|
}, zc = ["data-use-validation", "novalidate"], Wc = { class: "flex-container" };
|
4923
4929
|
function Gc(t, s, e, a, n, i) {
|
4924
4930
|
return o(), l("form", {
|
4925
|
-
class:
|
4931
|
+
class: b(["cmd-form", { error: n.errorOccurred }]),
|
4926
4932
|
"data-use-validation": e.useValidation,
|
4927
4933
|
onSubmit: s[0] || (s[0] = (...d) => i.onSubmit && i.onSubmit(...d)),
|
4928
4934
|
novalidate: e.novalidate
|
@@ -4930,7 +4936,7 @@ function Gc(t, s, e, a, n, i) {
|
|
4930
4936
|
e.useFieldset ? (o(), l(v, { key: 0 }, [
|
4931
4937
|
m("fieldset", Wc, [
|
4932
4938
|
m("legend", {
|
4933
|
-
class:
|
4939
|
+
class: b({ hidden: !e.showLegend })
|
4934
4940
|
}, f(e.textLegend), 3),
|
4935
4941
|
N(t.$slots, "default")
|
4936
4942
|
]),
|
@@ -5011,7 +5017,7 @@ function Zc(t, s, e, a, n, i) {
|
|
5011
5017
|
href: "#",
|
5012
5018
|
onClick: s[0] || (s[0] = M((...u) => i.deleteAllFilters && i.deleteAllFilters(...u), ["prevent"]))
|
5013
5019
|
}, [
|
5014
|
-
e.linkDeleteAllFilters.icon && e.linkDeleteAllFilters.icon.show ? (o(),
|
5020
|
+
e.linkDeleteAllFilters.icon && e.linkDeleteAllFilters.icon.show ? (o(), _(d, {
|
5015
5021
|
key: 0,
|
5016
5022
|
iconClass: e.linkDeleteAllFilters.icon.iconClass,
|
5017
5023
|
title: e.linkDeleteAllFilters.icon.tooltip
|
@@ -5296,7 +5302,7 @@ const yd = {
|
|
5296
5302
|
function Td(t, s, e, a, n, i) {
|
5297
5303
|
const d = Ot, u = G;
|
5298
5304
|
return o(), l("div", {
|
5299
|
-
class:
|
5305
|
+
class: b([
|
5300
5306
|
"cmd-input-group label",
|
5301
5307
|
t.validationStatus,
|
5302
5308
|
{
|
@@ -5314,7 +5320,7 @@ function Td(t, s, e, a, n, i) {
|
|
5314
5320
|
R(f(e.labelText), 1),
|
5315
5321
|
e.required ? (o(), l("sup", Cd, "*")) : r("", !0)
|
5316
5322
|
], 8, bd),
|
5317
|
-
t.useCustomTooltip && (t.validationStatus === "" || t.validationStatus === "error") ? (o(),
|
5323
|
+
t.useCustomTooltip && (t.validationStatus === "" || t.validationStatus === "error") ? (o(), _(d, {
|
5318
5324
|
key: 0,
|
5319
5325
|
ref: "tooltip",
|
5320
5326
|
showRequirements: t.showRequirements,
|
@@ -5346,7 +5352,7 @@ function Td(t, s, e, a, n, i) {
|
|
5346
5352
|
N(t.$slots, "default")
|
5347
5353
|
])) : (o(), l("span", {
|
5348
5354
|
key: 0,
|
5349
|
-
class:
|
5355
|
+
class: b(["flex-container", { "no-flex": !e.stretchHorizontally, "no-gap": e.multipleSwitch }])
|
5350
5356
|
}, [
|
5351
5357
|
(o(!0), l(v, null, E(e.inputElements, (c, h) => (o(), l("label", {
|
5352
5358
|
key: h,
|
@@ -5359,11 +5365,11 @@ function Td(t, s, e, a, n, i) {
|
|
5359
5365
|
value: c.value,
|
5360
5366
|
"onUpdate:modelValue": s[1] || (s[1] = (g) => i.inputValue = g),
|
5361
5367
|
disabled: e.disabled,
|
5362
|
-
class:
|
5368
|
+
class: b({ "replace-input-type": e.replaceInputType, "toggle-switch": e.toggleSwitch })
|
5363
5369
|
}, null, 10, kd), [
|
5364
5370
|
[dn, i.inputValue]
|
5365
5371
|
]),
|
5366
|
-
e.multipleSwitch && c.iconClass ? (o(),
|
5372
|
+
e.multipleSwitch && c.iconClass ? (o(), _(u, {
|
5367
5373
|
key: 0,
|
5368
5374
|
iconClass: c.iconClass,
|
5369
5375
|
type: c.iconType
|
@@ -5572,9 +5578,9 @@ function Ud(t, s, e, a, n, i) {
|
|
5572
5578
|
return o(), l(v, null, [
|
5573
5579
|
re(m("fieldset", Od, [
|
5574
5580
|
m("legend", {
|
5575
|
-
class:
|
5581
|
+
class: b({ hidden: !e.showLegend })
|
5576
5582
|
}, f(e.textLegendLoginForm), 3),
|
5577
|
-
e.cmdHeadlineLoginForm ? (o(),
|
5583
|
+
e.cmdHeadlineLoginForm ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadlineLoginForm)), null, 16)) : r("", !0),
|
5578
5584
|
m("div", Md, [
|
5579
5585
|
S(u, {
|
5580
5586
|
element: "input",
|
@@ -5610,7 +5616,7 @@ function Ud(t, s, e, a, n, i) {
|
|
5610
5616
|
href: "#",
|
5611
5617
|
onClick: s[4] || (s[4] = M((I) => n.sendLogin = !0, ["prevent"]))
|
5612
5618
|
}, [
|
5613
|
-
((g = e.options.forgotPassword.icon) == null ? void 0 : g.show) && ((y = e.options.forgotPassword.icon) == null ? void 0 : y.iconClass) ? (o(),
|
5619
|
+
((g = e.options.forgotPassword.icon) == null ? void 0 : g.show) && ((y = e.options.forgotPassword.icon) == null ? void 0 : y.iconClass) ? (o(), _(c, {
|
5614
5620
|
key: 0,
|
5615
5621
|
iconClass: e.options.forgotPassword.icon.iconClass,
|
5616
5622
|
type: e.options.forgotPassword.icon.iconType,
|
@@ -5622,21 +5628,21 @@ function Ud(t, s, e, a, n, i) {
|
|
5622
5628
|
key: 1,
|
5623
5629
|
href: e.options.createAccount.path
|
5624
5630
|
}, [
|
5625
|
-
((C = e.options.createAccount.icon) == null ? void 0 : C.show) && ((p = e.options.createAccount.icon) == null ? void 0 : p.iconClass) ? (o(),
|
5631
|
+
((C = e.options.createAccount.icon) == null ? void 0 : C.show) && ((p = e.options.createAccount.icon) == null ? void 0 : p.iconClass) ? (o(), _(c, {
|
5626
5632
|
key: 0,
|
5627
5633
|
iconClass: e.options.createAccount.icon.iconClass,
|
5628
5634
|
type: e.options.createAccount.icon.iconType,
|
5629
5635
|
title: e.options.createAccount.icon.tooltip
|
5630
5636
|
}, null, 8, ["iconClass", "type", "title"])) : r("", !0),
|
5631
5637
|
e.options.createAccount.text ? (o(), l("span", Fd, f(e.options.createAccount.text), 1)) : r("", !0)
|
5632
|
-
], 8, Dd)) : e.options.createAccount && e.options.createAccount.linkType === "router" ? (o(),
|
5638
|
+
], 8, Dd)) : e.options.createAccount && e.options.createAccount.linkType === "router" ? (o(), _(h, {
|
5633
5639
|
key: 2,
|
5634
5640
|
to: e.options.createAccount.path
|
5635
5641
|
}, {
|
5636
5642
|
default: A(() => [
|
5637
|
-
e.options.createAccount.icon && e.options.createAccount.icon.show && e.options.createAccount.icon.iconClass ? (o(),
|
5643
|
+
e.options.createAccount.icon && e.options.createAccount.icon.show && e.options.createAccount.icon.iconClass ? (o(), _(c, {
|
5638
5644
|
key: 0,
|
5639
|
-
class:
|
5645
|
+
class: b(e.options.createAccount.icon.iconClass),
|
5640
5646
|
type: e.options.createAccount.icon.iconType,
|
5641
5647
|
title: e.options.createAccount.icon.tooltip
|
5642
5648
|
}, null, 8, ["class", "type", "title"])) : r("", !0),
|
@@ -5649,11 +5655,11 @@ function Ud(t, s, e, a, n, i) {
|
|
5649
5655
|
e.buttons.login.linkType === "button" ? (o(), l("button", {
|
5650
5656
|
key: 1,
|
5651
5657
|
type: e.buttons.login.type === "submit" ? "submit" : "button",
|
5652
|
-
class:
|
5658
|
+
class: b(["button", { primary: e.buttons.login.primary }]),
|
5653
5659
|
onClick: s[5] || (s[5] = (...I) => i.onClick && i.onClick(...I)),
|
5654
5660
|
disabled: i.buttonLoginDisabled
|
5655
5661
|
}, [
|
5656
|
-
e.buttons.login.icon.iconClass ? (o(),
|
5662
|
+
e.buttons.login.icon.iconClass ? (o(), _(c, {
|
5657
5663
|
key: 0,
|
5658
5664
|
iconClass: e.buttons.login.icon.iconClass,
|
5659
5665
|
type: e.buttons.login.icon.iconType,
|
@@ -5667,9 +5673,9 @@ function Ud(t, s, e, a, n, i) {
|
|
5667
5673
|
]),
|
5668
5674
|
re(m("fieldset", Hd, [
|
5669
5675
|
m("legend", {
|
5670
|
-
class:
|
5676
|
+
class: b({ hidden: !e.showLegend })
|
5671
5677
|
}, f(e.textLegendForgotLoginForm), 3),
|
5672
|
-
e.cmdHeadlineSendLoginForm ? (o(),
|
5678
|
+
e.cmdHeadlineSendLoginForm ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadlineSendLoginForm)), null, 16)) : r("", !0),
|
5673
5679
|
S(u, {
|
5674
5680
|
element: "input",
|
5675
5681
|
type: "email",
|
@@ -5688,7 +5694,7 @@ function Ud(t, s, e, a, n, i) {
|
|
5688
5694
|
href: "#",
|
5689
5695
|
onClick: s[8] || (s[8] = M((I) => n.sendLogin = !1, ["prevent"]))
|
5690
5696
|
}, [
|
5691
|
-
e.options.backToLoginForm && e.options.backToLoginForm.icon && e.options.backToLoginForm.icon.show && e.options.backToLoginForm.icon.iconClass ? (o(),
|
5697
|
+
e.options.backToLoginForm && e.options.backToLoginForm.icon && e.options.backToLoginForm.icon.show && e.options.backToLoginForm.icon.iconClass ? (o(), _(c, {
|
5692
5698
|
key: 0,
|
5693
5699
|
iconClass: e.options.backToLoginForm.icon.iconClass,
|
5694
5700
|
type: e.options.backToLoginForm.icon.iconType,
|
@@ -5699,10 +5705,10 @@ function Ud(t, s, e, a, n, i) {
|
|
5699
5705
|
e.buttons.sendLogin.linkType === "button" ? (o(), l("button", {
|
5700
5706
|
key: 0,
|
5701
5707
|
type: e.buttons.sendLogin.type === "submit" ? "submit" : "button",
|
5702
|
-
class:
|
5708
|
+
class: b(["button", { primary: e.buttons.sendLogin.primary }]),
|
5703
5709
|
disabled: i.buttonSendLoginDisabled
|
5704
5710
|
}, [
|
5705
|
-
(x = e.buttons.sendLogin.icon) != null && x.iconClass ? (o(),
|
5711
|
+
(x = e.buttons.sendLogin.icon) != null && x.iconClass ? (o(), _(c, {
|
5706
5712
|
key: 0,
|
5707
5713
|
iconClass: (w = e.buttons.sendLogin.icon) == null ? void 0 : w.iconClass,
|
5708
5714
|
title: (T = e.buttons.sendLogin.icon) == null ? void 0 : T.tooltip
|
@@ -5803,7 +5809,7 @@ const zd = {
|
|
5803
5809
|
function nu(t, s, e, a, n, i) {
|
5804
5810
|
const d = G, u = oe("router-link");
|
5805
5811
|
return o(), l("div", {
|
5806
|
-
class:
|
5812
|
+
class: b([
|
5807
5813
|
"cmd-main-navigation",
|
5808
5814
|
{
|
5809
5815
|
"hide-sub-navigation": !n.showSubNavigations,
|
@@ -5816,7 +5822,7 @@ function nu(t, s, e, a, n, i) {
|
|
5816
5822
|
}, [
|
5817
5823
|
m("nav", null, [
|
5818
5824
|
m("ul", {
|
5819
|
-
class:
|
5825
|
+
class: b({ "stretch-items": e.stretchMainItems })
|
5820
5826
|
}, [
|
5821
5827
|
n.showOffcanvas ? (o(), l("li", Wd, [
|
5822
5828
|
m("a", {
|
@@ -5825,13 +5831,13 @@ function nu(t, s, e, a, n, i) {
|
|
5825
5831
|
role: "button",
|
5826
5832
|
onClick: s[0] || (s[0] = M((...c) => i.closeOffcanvasNavigation && i.closeOffcanvasNavigation(...c), ["prevent"]))
|
5827
5833
|
}, [
|
5828
|
-
e.closeOffcanvas.iconClass ? (o(),
|
5834
|
+
e.closeOffcanvas.iconClass ? (o(), _(d, {
|
5829
5835
|
key: 0,
|
5830
5836
|
iconClass: e.closeOffcanvas.iconClass,
|
5831
5837
|
type: e.closeOffcanvas.iconType
|
5832
5838
|
}, null, 8, ["iconClass", "type"])) : r("", !0),
|
5833
5839
|
m("span", {
|
5834
|
-
class:
|
5840
|
+
class: b({ hidden: !e.closeOffcanvas.showText })
|
5835
5841
|
}, f(e.closeOffcanvas.text), 3)
|
5836
5842
|
])
|
5837
5843
|
])) : r("", !0),
|
@@ -5839,7 +5845,7 @@ function nu(t, s, e, a, n, i) {
|
|
5839
5845
|
var g, y, C;
|
5840
5846
|
return o(), l("li", {
|
5841
5847
|
key: h,
|
5842
|
-
class:
|
5848
|
+
class: b({ active: c.active, open: n.openEntry === h, "has-subentries": (g = c == null ? void 0 : c.subentries) == null ? void 0 : g.length })
|
5843
5849
|
}, [
|
5844
5850
|
c.type === "href" ? (o(), l("a", {
|
5845
5851
|
key: 0,
|
@@ -5850,7 +5856,7 @@ function nu(t, s, e, a, n, i) {
|
|
5850
5856
|
onMouseover: s[1] || (s[1] = (p) => i.closeAllSubentries()),
|
5851
5857
|
onFocus: s[2] || (s[2] = (p) => i.closeAllSubentries())
|
5852
5858
|
}, [
|
5853
|
-
c.iconClass ? (o(),
|
5859
|
+
c.iconClass ? (o(), _(d, {
|
5854
5860
|
key: 0,
|
5855
5861
|
iconClass: c.iconClass,
|
5856
5862
|
type: c.iconType
|
@@ -5858,16 +5864,16 @@ function nu(t, s, e, a, n, i) {
|
|
5858
5864
|
c.text ? (o(), l("span", Jd, f(c.text), 1)) : r("", !0),
|
5859
5865
|
(y = c == null ? void 0 : c.subentries) != null && y.length ? (o(), l("span", {
|
5860
5866
|
key: 2,
|
5861
|
-
class:
|
5867
|
+
class: b(["subentry-icon", e.subentriesIconClass])
|
5862
5868
|
}, null, 2)) : r("", !0)
|
5863
5869
|
], 40, Gd)) : r("", !0),
|
5864
|
-
c.type === "router" ? (o(),
|
5870
|
+
c.type === "router" ? (o(), _(u, {
|
5865
5871
|
key: 1,
|
5866
5872
|
to: i.getRoute(c),
|
5867
5873
|
title: c.tooltip
|
5868
5874
|
}, {
|
5869
5875
|
default: A(() => [
|
5870
|
-
c.iconClass ? (o(),
|
5876
|
+
c.iconClass ? (o(), _(d, {
|
5871
5877
|
key: 0,
|
5872
5878
|
iconClass: c.iconClass,
|
5873
5879
|
type: c.iconType
|
@@ -5875,7 +5881,7 @@ function nu(t, s, e, a, n, i) {
|
|
5875
5881
|
c.text ? (o(), l("span", Kd, f(c.text), 1)) : r("", !0),
|
5876
5882
|
c.subentries && c.subentries.length > 0 ? (o(), l("span", {
|
5877
5883
|
key: 2,
|
5878
|
-
class:
|
5884
|
+
class: b(["subentry-icon", e.subentriesIconClass])
|
5879
5885
|
}, null, 2)) : r("", !0)
|
5880
5886
|
]),
|
5881
5887
|
_: 2
|
@@ -5886,7 +5892,7 @@ function nu(t, s, e, a, n, i) {
|
|
5886
5892
|
}, [
|
5887
5893
|
(o(!0), l(v, null, E(c.subentries, (p, x) => (o(), l("li", {
|
5888
5894
|
key: x,
|
5889
|
-
class:
|
5895
|
+
class: b({ open: n.openSubentry === x })
|
5890
5896
|
}, [
|
5891
5897
|
p.type === "href" ? (o(), l("a", {
|
5892
5898
|
key: 0,
|
@@ -5897,7 +5903,7 @@ function nu(t, s, e, a, n, i) {
|
|
5897
5903
|
onMouseover: s[3] || (s[3] = (w) => i.closeAllSubentries(1)),
|
5898
5904
|
onFocus: s[4] || (s[4] = (w) => i.closeAllSubentries(1))
|
5899
5905
|
}, [
|
5900
|
-
p.iconClass ? (o(),
|
5906
|
+
p.iconClass ? (o(), _(d, {
|
5901
5907
|
key: 0,
|
5902
5908
|
iconClass: p.iconClass,
|
5903
5909
|
type: p.iconType
|
@@ -5905,16 +5911,16 @@ function nu(t, s, e, a, n, i) {
|
|
5905
5911
|
p.text ? (o(), l("span", Qd, f(p.text), 1)) : r("", !0),
|
5906
5912
|
p.subentries && p.subentries.length > 0 ? (o(), l("span", {
|
5907
5913
|
key: 2,
|
5908
|
-
class:
|
5914
|
+
class: b(["subentry-icon", e.subentriesIconClass])
|
5909
5915
|
}, null, 2)) : r("", !0)
|
5910
5916
|
], 40, Yd)) : r("", !0),
|
5911
|
-
p.type === "router" ? (o(),
|
5917
|
+
p.type === "router" ? (o(), _(u, {
|
5912
5918
|
key: 1,
|
5913
5919
|
to: i.getRoute(p),
|
5914
5920
|
title: p.tooltip
|
5915
5921
|
}, {
|
5916
5922
|
default: A(() => [
|
5917
|
-
p.iconClass ? (o(),
|
5923
|
+
p.iconClass ? (o(), _(d, {
|
5918
5924
|
key: 0,
|
5919
5925
|
iconClass: p.iconClass,
|
5920
5926
|
type: p.iconType
|
@@ -5922,7 +5928,7 @@ function nu(t, s, e, a, n, i) {
|
|
5922
5928
|
p.text ? (o(), l("span", Zd, f(p.text), 1)) : r("", !0),
|
5923
5929
|
p.subentries && p.subentries.length > 0 ? (o(), l("span", {
|
5924
5930
|
key: 2,
|
5925
|
-
class:
|
5931
|
+
class: b(["subentry-icon", e.subentriesIconClass])
|
5926
5932
|
}, null, 2)) : r("", !0)
|
5927
5933
|
]),
|
5928
5934
|
_: 2
|
@@ -5939,7 +5945,7 @@ function nu(t, s, e, a, n, i) {
|
|
5939
5945
|
target: w.target,
|
5940
5946
|
onClick: (I) => i.executeLink(I, w)
|
5941
5947
|
}, [
|
5942
|
-
w.iconClass ? (o(),
|
5948
|
+
w.iconClass ? (o(), _(d, {
|
5943
5949
|
key: 0,
|
5944
5950
|
iconClass: w.iconClass,
|
5945
5951
|
type: w.iconType
|
@@ -5947,16 +5953,16 @@ function nu(t, s, e, a, n, i) {
|
|
5947
5953
|
w.text ? (o(), l("span", tu, f(w.text), 1)) : r("", !0),
|
5948
5954
|
w.subentries && w.subentries.length > 0 ? (o(), l("span", {
|
5949
5955
|
key: 2,
|
5950
|
-
class:
|
5956
|
+
class: b(["subentry-icon", e.subentriesIconClass])
|
5951
5957
|
}, null, 2)) : r("", !0)
|
5952
5958
|
], 8, eu)) : r("", !0),
|
5953
|
-
c.type === "router" ? (o(),
|
5959
|
+
c.type === "router" ? (o(), _(u, {
|
5954
5960
|
key: 1,
|
5955
5961
|
to: i.getRoute(w),
|
5956
5962
|
target: w.target
|
5957
5963
|
}, {
|
5958
5964
|
default: A(() => [
|
5959
|
-
w.iconClass ? (o(),
|
5965
|
+
w.iconClass ? (o(), _(d, {
|
5960
5966
|
key: 0,
|
5961
5967
|
iconClass: w.iconClass,
|
5962
5968
|
type: w.iconType
|
@@ -5964,7 +5970,7 @@ function nu(t, s, e, a, n, i) {
|
|
5964
5970
|
w.text ? (o(), l("span", su, f(w.text), 1)) : r("", !0),
|
5965
5971
|
w.subentries && w.subentries.length > 0 ? (o(), l("span", {
|
5966
5972
|
key: 2,
|
5967
|
-
class:
|
5973
|
+
class: b(["subentry-icon", e.subentriesIconClass])
|
5968
5974
|
}, null, 2)) : r("", !0)
|
5969
5975
|
]),
|
5970
5976
|
_: 2
|
@@ -5989,7 +5995,7 @@ function nu(t, s, e, a, n, i) {
|
|
5989
5995
|
type: e.buttonOffcanvas.iconType
|
5990
5996
|
}, null, 8, ["iconClass", "type"]),
|
5991
5997
|
m("span", {
|
5992
|
-
class:
|
5998
|
+
class: b({ hidden: !e.buttonOffcanvas.showText })
|
5993
5999
|
}, f(e.buttonOffcanvas.text), 3)
|
5994
6000
|
])) : r("", !0)
|
5995
6001
|
], 2);
|
@@ -6041,7 +6047,7 @@ function gu(t, s, e, a, n, i) {
|
|
6041
6047
|
return o(), l("ol", lu, [
|
6042
6048
|
(o(!0), l(v, null, E(e.multisteps, (c, h) => (o(), l("li", {
|
6043
6049
|
key: h,
|
6044
|
-
class:
|
6050
|
+
class: b({ active: n.activeLink === h })
|
6045
6051
|
}, [
|
6046
6052
|
c.type === "href" ? (o(), l("a", {
|
6047
6053
|
key: 0,
|
@@ -6050,31 +6056,31 @@ function gu(t, s, e, a, n, i) {
|
|
6050
6056
|
title: c.tooltip
|
6051
6057
|
}, [
|
6052
6058
|
e.showStepNumber ? (o(), l("span", ru, f(h + 1), 1)) : r("", !0),
|
6053
|
-
c.iconClass ? (o(),
|
6059
|
+
c.iconClass ? (o(), _(d, {
|
6054
6060
|
key: 1,
|
6055
6061
|
iconClass: c.iconClass,
|
6056
6062
|
type: c.iconType
|
6057
6063
|
}, null, 8, ["iconClass", "type"])) : r("", !0),
|
6058
6064
|
c.text ? (o(), l("span", cu, f(c.text), 1)) : r("", !0),
|
6059
6065
|
m("span", {
|
6060
|
-
class:
|
6066
|
+
class: b(e.separatorIconClass)
|
6061
6067
|
}, null, 2)
|
6062
6068
|
], 8, au)) : r("", !0),
|
6063
|
-
c.type === "router" ? (o(),
|
6069
|
+
c.type === "router" ? (o(), _(u, {
|
6064
6070
|
key: 1,
|
6065
6071
|
to: i.getRoute(c),
|
6066
6072
|
title: c.tooltip
|
6067
6073
|
}, {
|
6068
6074
|
default: A(() => [
|
6069
6075
|
e.showStepNumber ? (o(), l("span", du, f(h + 1), 1)) : r("", !0),
|
6070
|
-
c.iconClass ? (o(),
|
6076
|
+
c.iconClass ? (o(), _(d, {
|
6071
6077
|
key: 1,
|
6072
6078
|
iconClass: c.iconClass,
|
6073
6079
|
type: c.iconType
|
6074
6080
|
}, null, 8, ["iconClass", "type"])) : r("", !0),
|
6075
6081
|
c.text ? (o(), l("span", uu, f(c.text), 1)) : r("", !0),
|
6076
6082
|
m("span", {
|
6077
|
-
class:
|
6083
|
+
class: b(e.separatorIconClass)
|
6078
6084
|
}, null, 2)
|
6079
6085
|
]),
|
6080
6086
|
_: 2
|
@@ -6089,14 +6095,14 @@ function gu(t, s, e, a, n, i) {
|
|
6089
6095
|
onClick: M((g) => i.clickedStep(g, h), ["stop", "prevent"])
|
6090
6096
|
}, [
|
6091
6097
|
e.showStepNumber ? (o(), l("span", mu, f(h + 1), 1)) : r("", !0),
|
6092
|
-
c.iconClass ? (o(),
|
6098
|
+
c.iconClass ? (o(), _(d, {
|
6093
6099
|
key: 1,
|
6094
6100
|
iconClass: c.iconClass,
|
6095
6101
|
type: c.iconType
|
6096
6102
|
}, null, 8, ["iconClass", "type"])) : r("", !0),
|
6097
6103
|
c.text ? (o(), l("span", fu, f(c.text), 1)) : r("", !0),
|
6098
6104
|
m("span", {
|
6099
|
-
class:
|
6105
|
+
class: b(e.separatorIconClass)
|
6100
6106
|
}, null, 2)
|
6101
6107
|
], 8, hu)) : r("", !0)
|
6102
6108
|
], 2))), 128))
|
@@ -6220,17 +6226,17 @@ function ku(t, s, e, a, n, i) {
|
|
6220
6226
|
var c, h;
|
6221
6227
|
const d = Y, u = oe("router-link");
|
6222
6228
|
return o(), l("div", _u, [
|
6223
|
-
e.cmdHeadline ? (o(),
|
6229
|
+
e.cmdHeadline ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) : r("", !0),
|
6224
6230
|
e.link && ((c = e.link) == null ? void 0 : c.path) && ((h = e.link) == null ? void 0 : h.show) ? (o(), l(v, { key: 1 }, [
|
6225
6231
|
e.link.type === "href" ? (o(), l("a", {
|
6226
6232
|
key: 0,
|
6227
6233
|
href: e.link.path,
|
6228
|
-
class:
|
6234
|
+
class: b({ closed: i.isClosed })
|
6229
6235
|
}, f(i.textOpenClosed), 11, bu)) : r("", !0),
|
6230
|
-
e.link.type === "router" ? (o(),
|
6236
|
+
e.link.type === "router" ? (o(), _(u, {
|
6231
6237
|
key: 1,
|
6232
6238
|
to: e.link.path,
|
6233
|
-
class:
|
6239
|
+
class: b({ closed: i.isClosed })
|
6234
6240
|
}, {
|
6235
6241
|
default: A(() => [
|
6236
6242
|
R(f(i.textOpenClosed), 1)
|
@@ -6239,11 +6245,11 @@ function ku(t, s, e, a, n, i) {
|
|
6239
6245
|
}, 8, ["to", "class"])) : r("", !0),
|
6240
6246
|
e.link.type === "button" ? (o(), l("button", {
|
6241
6247
|
key: 2,
|
6242
|
-
class:
|
6248
|
+
class: b(["button", { closed: i.isClosed }])
|
6243
6249
|
}, f(i.textOpenClosed), 3)) : r("", !0)
|
6244
6250
|
], 64)) : (o(), l("span", {
|
6245
6251
|
key: 2,
|
6246
|
-
class:
|
6252
|
+
class: b({ closed: i.isClosed })
|
6247
6253
|
}, f(i.textOpenClosed), 3)),
|
6248
6254
|
m("dl", null, [
|
6249
6255
|
(o(!0), l(v, null, E(i.openingHoursFormatted, (g) => (o(), l(v, {
|
@@ -6348,7 +6354,7 @@ function qu(t, s, e, a, n, i) {
|
|
6348
6354
|
return o(), l("div", Tu, [
|
6349
6355
|
m("a", {
|
6350
6356
|
href: i.getPreviousHref,
|
6351
|
-
class:
|
6357
|
+
class: b(["page-change", { disabled: n.currentPage === 1, button: e.linkType === "button" }]),
|
6352
6358
|
onClick: s[0] || (s[0] = M((...u) => i.previousPage && i.previousPage(...u), ["prevent"])),
|
6353
6359
|
title: e.prevLink.showText ? null : e.prevLink.text
|
6354
6360
|
}, [
|
@@ -6362,7 +6368,7 @@ function qu(t, s, e, a, n, i) {
|
|
6362
6368
|
m("div", Lu, [
|
6363
6369
|
(o(!0), l(v, null, E(e.pages, (u, c) => (o(), l("a", {
|
6364
6370
|
href: i.getHref(u),
|
6365
|
-
class:
|
6371
|
+
class: b({ disabled: n.currentPage === c + 1, button: e.linkType === "button" }),
|
6366
6372
|
title: n.currentPage !== c + 1 ? t.getMessage("cmdpager.tooltip.go_to_page", c + 1) : t.getMessage("cmdpager.tooltip.not_possible"),
|
6367
6373
|
key: c,
|
6368
6374
|
onClick: M((h) => i.showPage(u), ["stop", "prevent"]),
|
@@ -6374,7 +6380,7 @@ function qu(t, s, e, a, n, i) {
|
|
6374
6380
|
]),
|
6375
6381
|
m("a", {
|
6376
6382
|
href: i.getNextHref,
|
6377
|
-
class:
|
6383
|
+
class: b(["page-change", { disabled: n.currentPage === i.numberOfPages, button: e.linkType === "button" }]),
|
6378
6384
|
onClick: s[1] || (s[1] = M((...u) => i.nextPage && i.nextPage(...u), ["prevent"])),
|
6379
6385
|
title: e.nextLink.showText ? null : e.nextLink.text
|
6380
6386
|
}, [
|
@@ -6420,7 +6426,7 @@ function Eu(t, s, e, a, n, i) {
|
|
6420
6426
|
for: e.id
|
6421
6427
|
}, [
|
6422
6428
|
m("span", {
|
6423
|
-
class:
|
6429
|
+
class: b(["label-text", { hidden: !e.showLabel }])
|
6424
6430
|
}, f(e.labelText), 3),
|
6425
6431
|
m("span", Pu, [
|
6426
6432
|
e.showLoadingStatus ? (o(), l("span", Hu, f(n.loadingStatus) + " %", 1)) : r("", !0),
|
@@ -6508,10 +6514,10 @@ const ju = {
|
|
6508
6514
|
function Wu(t, s, e, a, n, i) {
|
6509
6515
|
const d = Y, u = _e, c = G;
|
6510
6516
|
return o(), l("div", {
|
6511
|
-
class:
|
6517
|
+
class: b(["cmd-share-buttons", { stretch: e.stretchButtons, "align-right": e.align === "right" }])
|
6512
6518
|
}, [
|
6513
|
-
e.cmdHeadline ? (o(),
|
6514
|
-
e.userMustAcceptDataPrivacy ? (o(),
|
6519
|
+
e.cmdHeadline ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) : r("", !0),
|
6520
|
+
e.userMustAcceptDataPrivacy ? (o(), _(u, {
|
6515
6521
|
key: 1,
|
6516
6522
|
element: "input",
|
6517
6523
|
type: "checkbox",
|
@@ -6524,20 +6530,20 @@ function Wu(t, s, e, a, n, i) {
|
|
6524
6530
|
m("div", Nu, [
|
6525
6531
|
(o(!0), l(v, null, E(i.validShareButtons, (h) => (o(), l("a", {
|
6526
6532
|
key: h.path,
|
6527
|
-
class:
|
6533
|
+
class: b(["button", { disabled: e.userMustAcceptDataPrivacy && !n.dataPrivacyAccepted }]),
|
6528
6534
|
id: h.id,
|
6529
6535
|
href: i.getUrl(h),
|
6530
6536
|
onClick: s[1] || (s[1] = (...g) => i.preventOnDisabled && i.preventOnDisabled(...g)),
|
6531
6537
|
target: "_blank",
|
6532
6538
|
title: i.tooltip(h.tooltip)
|
6533
6539
|
}, [
|
6534
|
-
h.iconClass && h.iconPosition !== "right" ? (o(),
|
6540
|
+
h.iconClass && h.iconPosition !== "right" ? (o(), _(c, {
|
6535
6541
|
key: 0,
|
6536
6542
|
iconClass: h.iconClass,
|
6537
6543
|
type: h.iconType
|
6538
6544
|
}, null, 8, ["iconClass", "type"])) : r("", !0),
|
6539
6545
|
h.linkText ? (o(), l("span", zu, f(h.linkText), 1)) : r("", !0),
|
6540
|
-
h.iconClass && h.iconPosition === "right" ? (o(),
|
6546
|
+
h.iconClass && h.iconPosition === "right" ? (o(), _(c, {
|
6541
6547
|
key: 2,
|
6542
6548
|
iconClass: h.iconClass,
|
6543
6549
|
type: h.iconType
|
@@ -6559,7 +6565,7 @@ const Gu = {
|
|
6559
6565
|
function Ku(t, s, e, a, n, i) {
|
6560
6566
|
return o(), l("div", Ju, [
|
6561
6567
|
m("footer", {
|
6562
|
-
class:
|
6568
|
+
class: b(["flex-container", { vertical: e.orientation === "vertical" }])
|
6563
6569
|
}, [
|
6564
6570
|
N(t.$slots, "default")
|
6565
6571
|
], 2)
|
@@ -6602,14 +6608,14 @@ function Qu(t, s, e, a, n, i) {
|
|
6602
6608
|
var c, h, g, y, C, p, x, w;
|
6603
6609
|
const d = ir, u = iu;
|
6604
6610
|
return o(), l("div", {
|
6605
|
-
class:
|
6611
|
+
class: b(["cmd-site-header", { sticky: e.sticky, "navigation-inline": e.navigationInline }]),
|
6606
6612
|
role: "banner"
|
6607
6613
|
}, [
|
6608
6614
|
t.$slots.topheader ? (o(), l("div", Yu, [
|
6609
6615
|
N(t.$slots, "topheader")
|
6610
6616
|
])) : r("", !0),
|
6611
6617
|
m("header", {
|
6612
|
-
class:
|
6618
|
+
class: b([
|
6613
6619
|
e.useGrid ? "grid-container-create-columns" : "flex-container",
|
6614
6620
|
{ "has-navigation": ((h = (c = e.cmdMainNavigation) == null ? void 0 : c.navigationEntries) == null ? void 0 : h.length) && e.navigationInline || t.$slots.navigation }
|
6615
6621
|
])
|
@@ -6620,15 +6626,15 @@ function Qu(t, s, e, a, n, i) {
|
|
6620
6626
|
N(t.$slots, "navigation")
|
6621
6627
|
], 64)) : r("", !0),
|
6622
6628
|
e.cmdCompanyLogo || ((y = (g = e.cmdMainNavigation) == null ? void 0 : g.navigationEntries) == null ? void 0 : y.length) ? (o(), l(v, { key: 1 }, [
|
6623
|
-
e.cmdCompanyLogo ? (o(),
|
6624
|
-
((p = (C = e.cmdMainNavigation) == null ? void 0 : C.navigationEntries) == null ? void 0 : p.length) && e.navigationInline ? (o(),
|
6629
|
+
e.cmdCompanyLogo ? (o(), _(d, Z(j({ key: 0 }, e.cmdCompanyLogo)), null, 16)) : r("", !0),
|
6630
|
+
((p = (C = e.cmdMainNavigation) == null ? void 0 : C.navigationEntries) == null ? void 0 : p.length) && e.navigationInline ? (o(), _(u, {
|
6625
6631
|
key: 1,
|
6626
6632
|
navigationEntries: e.cmdMainNavigation.navigationEntries,
|
6627
6633
|
closeOffcanvas: e.closeOffcanvas
|
6628
6634
|
}, null, 8, ["navigationEntries", "closeOffcanvas"])) : r("", !0)
|
6629
6635
|
], 64)) : r("", !0)
|
6630
6636
|
], 2),
|
6631
|
-
((w = (x = e.cmdMainNavigation) == null ? void 0 : x.navigationEntries) == null ? void 0 : w.length) && !e.navigationInline ? (o(),
|
6637
|
+
((w = (x = e.cmdMainNavigation) == null ? void 0 : x.navigationEntries) == null ? void 0 : w.length) && !e.navigationInline ? (o(), _(u, {
|
6632
6638
|
key: 1,
|
6633
6639
|
navigationEntries: e.cmdMainNavigation.navigationEntries,
|
6634
6640
|
closeOffcanvas: e.closeOffcanvas
|
@@ -6873,9 +6879,9 @@ function lh(t, s, e, a, n, i) {
|
|
6873
6879
|
return o(), l(v, null, [
|
6874
6880
|
m("fieldset", eh, [
|
6875
6881
|
m("legend", {
|
6876
|
-
class:
|
6882
|
+
class: b({ hidden: !e.showLegend })
|
6877
6883
|
}, f(e.textLegend), 3),
|
6878
|
-
e.cmdHeadline ? (o(),
|
6884
|
+
e.cmdHeadline ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadline)), null, 16)) : r("", !0),
|
6879
6885
|
m("div", th, [
|
6880
6886
|
S(u, {
|
6881
6887
|
element: "input",
|
@@ -6889,7 +6895,7 @@ function lh(t, s, e, a, n, i) {
|
|
6889
6895
|
"onUpdate:modelValue": s[0] || (s[0] = (P) => i.searchValue1 = P)
|
6890
6896
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
|
6891
6897
|
m("div", sh, [
|
6892
|
-
e.cmdFormElementInput2.show ? (o(),
|
6898
|
+
e.cmdFormElementInput2.show ? (o(), _(u, {
|
6893
6899
|
key: 0,
|
6894
6900
|
element: "input",
|
6895
6901
|
type: e.cmdFormElementInput2.type,
|
@@ -6900,7 +6906,7 @@ function lh(t, s, e, a, n, i) {
|
|
6900
6906
|
modelValue: i.searchValue2,
|
6901
6907
|
"onUpdate:modelValue": s[1] || (s[1] = (P) => i.searchValue2 = P)
|
6902
6908
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "modelValue"])) : r("", !0),
|
6903
|
-
e.cmdFormElementRadius.show ? (o(),
|
6909
|
+
e.cmdFormElementRadius.show ? (o(), _(u, {
|
6904
6910
|
key: 1,
|
6905
6911
|
element: "select",
|
6906
6912
|
class: "no-flex",
|
@@ -6952,7 +6958,7 @@ function lh(t, s, e, a, n, i) {
|
|
6952
6958
|
})
|
6953
6959
|
], 64)) : r("", !0)
|
6954
6960
|
]),
|
6955
|
-
(k = e.cmdFakeSelect) != null && k.show ? (o(),
|
6961
|
+
(k = e.cmdFakeSelect) != null && k.show ? (o(), _(g, {
|
6956
6962
|
key: 0,
|
6957
6963
|
modelValue: i.searchFilters,
|
6958
6964
|
"onUpdate:modelValue": s[5] || (s[5] = (P) => i.searchFilters = P),
|
@@ -7076,7 +7082,7 @@ const ah = (t) => !t.loaded, rh = (t) => t.images && t.images.find(ah), ch = {
|
|
7076
7082
|
function gh(t, s, e, a, n, i) {
|
7077
7083
|
const d = He, u = he;
|
7078
7084
|
return o(), l("div", {
|
7079
|
-
class:
|
7085
|
+
class: b(["cmd-slideshow", { "full-width": n.fullWidth }])
|
7080
7086
|
}, [
|
7081
7087
|
m("div", {
|
7082
7088
|
class: "inner-slideshow-wrapper",
|
@@ -7127,7 +7133,7 @@ function gh(t, s, e, a, n, i) {
|
|
7127
7133
|
e.showQuickLinkIcons ? (o(), l("ol", hh, [
|
7128
7134
|
(o(!0), l(v, null, E(e.slideshowItems, (c, h) => (o(), l("li", {
|
7129
7135
|
key: h,
|
7130
|
-
class:
|
7136
|
+
class: b({ active: h === n.index })
|
7131
7137
|
}, [
|
7132
7138
|
m("a", {
|
7133
7139
|
href: "#",
|
@@ -7186,7 +7192,7 @@ function vh(t, s, e, a, n, i) {
|
|
7186
7192
|
u.link.type === "href" ? (o(), l("a", {
|
7187
7193
|
key: 0,
|
7188
7194
|
href: u.link.path,
|
7189
|
-
class:
|
7195
|
+
class: b(["flag", u.iso2, { active: i.activeLanguage(u) }]),
|
7190
7196
|
title: u.tooltip,
|
7191
7197
|
onClick: (h) => t.$emit("click", { originalEvent: h, language: u })
|
7192
7198
|
}, [
|
@@ -7194,9 +7200,9 @@ function vh(t, s, e, a, n, i) {
|
|
7194
7200
|
src: n.imageSources[c],
|
7195
7201
|
alt: u.name
|
7196
7202
|
}, null, 8, bh)
|
7197
|
-
], 10, _h)) : (o(),
|
7203
|
+
], 10, _h)) : (o(), _(d, {
|
7198
7204
|
key: 1,
|
7199
|
-
class:
|
7205
|
+
class: b(["flag", u.iso2]),
|
7200
7206
|
to: i.getRoute(u),
|
7201
7207
|
title: u.tooltip,
|
7202
7208
|
onClick: (h) => t.$emit("click", { originalEvent: h, language: u })
|
@@ -7278,11 +7284,11 @@ const wh = {
|
|
7278
7284
|
}, kh = ["role", "aria-labelledby"], xh = ["title"];
|
7279
7285
|
function Sh(t, s, e, a, n, i) {
|
7280
7286
|
const d = G, u = Y;
|
7281
|
-
return o(),
|
7287
|
+
return o(), _(ce, { name: "fade" }, {
|
7282
7288
|
default: A(() => [
|
7283
7289
|
n.showSystemMessage ? (o(), l("div", {
|
7284
7290
|
key: 0,
|
7285
|
-
class:
|
7291
|
+
class: b(["cmd-system-message", "system-message", "flex-container", "vertical", { "full-width": e.fullWidth }, e.validationStatus]),
|
7286
7292
|
role: e.validationStatus === "error" ? "alert" : "dialog",
|
7287
7293
|
"aria-labelledby": t.htmlId
|
7288
7294
|
}, [
|
@@ -7398,7 +7404,7 @@ function qh(t, s, e, a, n, i) {
|
|
7398
7404
|
var u, c, h, g;
|
7399
7405
|
const d = G;
|
7400
7406
|
return o(), l("div", {
|
7401
|
-
class:
|
7407
|
+
class: b(["cmd-table-wrapper", { collapsed: !n.showTableData, "full-width": n.fullWidth, "has-caption": i.hasCaption }])
|
7402
7408
|
}, [
|
7403
7409
|
e.collapsible || e.userCanToggleWidth ? (o(), l("div", Oh, [
|
7404
7410
|
e.userCanToggleWidth ? (o(), l("a", {
|
@@ -7428,11 +7434,11 @@ function qh(t, s, e, a, n, i) {
|
|
7428
7434
|
])) : r("", !0),
|
7429
7435
|
m("div", Bh, [
|
7430
7436
|
m("table", {
|
7431
|
-
class:
|
7437
|
+
class: b({ "full-width": n.fullWidth })
|
7432
7438
|
}, [
|
7433
7439
|
((u = e.tableData.caption) == null ? void 0 : u.text) || ((c = e.caption) == null ? void 0 : c.text) ? (o(), l("caption", {
|
7434
7440
|
key: 0,
|
7435
|
-
class:
|
7441
|
+
class: b({ hidden: i.hideCaption })
|
7436
7442
|
}, f(((h = e.caption) == null ? void 0 : h.text) || ((g = e.tableData.caption) == null ? void 0 : g.text)), 3)) : r("", !0),
|
7437
7443
|
m("thead", null, [
|
7438
7444
|
m("tr", null, [
|
@@ -7443,11 +7449,11 @@ function qh(t, s, e, a, n, i) {
|
|
7443
7449
|
default: A(() => [
|
7444
7450
|
re(m("tbody", Dh, [
|
7445
7451
|
(o(!0), l(v, null, E(e.tableData.tbody, (y, C) => (o(), l("tr", {
|
7446
|
-
class:
|
7452
|
+
class: b({ highlighted: e.tableData.rowIndexHighlighted === C }),
|
7447
7453
|
key: C
|
7448
7454
|
}, [
|
7449
7455
|
(o(!0), l(v, null, E(y, (p, x) => (o(), l("td", {
|
7450
|
-
class:
|
7456
|
+
class: b({ highlighted: e.tableData.columnIndexHighlighted === x }),
|
7451
7457
|
key: x
|
7452
7458
|
}, f(p), 3))), 128))
|
7453
7459
|
], 2))), 128))
|
@@ -7462,7 +7468,7 @@ function qh(t, s, e, a, n, i) {
|
|
7462
7468
|
e.tableData.tfoot && e.tableData.tfoot.length && n.showTableData ? (o(), l("tfoot", Fh, [
|
7463
7469
|
m("tr", null, [
|
7464
7470
|
(o(!0), l(v, null, E(e.tableData.tfoot, (y, C) => (o(), l("td", {
|
7465
|
-
class:
|
7471
|
+
class: b({ highlighted: e.tableData.columnIndexHighlighted === C }),
|
7466
7472
|
key: C
|
7467
7473
|
}, f(y), 3))), 128))
|
7468
7474
|
])
|
@@ -7543,7 +7549,7 @@ function Gh(t, s, e, a, n, i) {
|
|
7543
7549
|
const d = G, u = Y;
|
7544
7550
|
return o(), l("div", jh, [
|
7545
7551
|
m("ul", {
|
7546
|
-
class:
|
7552
|
+
class: b({ "stretch-tabs": e.stretchTabs }),
|
7547
7553
|
role: "tablist"
|
7548
7554
|
}, [
|
7549
7555
|
(o(!0), l(v, null, E(e.tabs, (c, h) => (o(), l("li", {
|
@@ -7551,12 +7557,12 @@ function Gh(t, s, e, a, n, i) {
|
|
7551
7557
|
role: "tab"
|
7552
7558
|
}, [
|
7553
7559
|
m("a", {
|
7554
|
-
class:
|
7560
|
+
class: b({ active: n.showTab === h }),
|
7555
7561
|
onClick: M((g) => i.setActiveTab(h), ["prevent"]),
|
7556
7562
|
title: c.name ? void 0 : c.tooltip,
|
7557
7563
|
href: "#"
|
7558
7564
|
}, [
|
7559
|
-
c.iconClass ? (o(),
|
7565
|
+
c.iconClass ? (o(), _(d, {
|
7560
7566
|
key: 0,
|
7561
7567
|
iconClass: c.iconClass,
|
7562
7568
|
type: c.iconType
|
@@ -7573,7 +7579,7 @@ function Gh(t, s, e, a, n, i) {
|
|
7573
7579
|
])), [
|
7574
7580
|
[pe, n.showTab === c - 1]
|
7575
7581
|
])), 128)) : (o(), l("div", zh, [
|
7576
|
-
e.cmdHeadline ? (o(),
|
7582
|
+
e.cmdHeadline ? (o(), _(u, j({ key: 0 }, e.cmdHeadline, {
|
7577
7583
|
headlineText: e.tabs[n.showTab].headlineText,
|
7578
7584
|
headlineLevel: e.tabs[n.showTab].headlineLevel
|
7579
7585
|
}), null, 16, ["headlineText", "headlineLevel"])) : r("", !0),
|
@@ -7647,7 +7653,7 @@ const Jh = {
|
|
7647
7653
|
function Kh(t, s, e, a, n, i) {
|
7648
7654
|
const d = _e;
|
7649
7655
|
return o(), l("div", {
|
7650
|
-
class:
|
7656
|
+
class: b(["cmd-toggle-dark-mode", { "styled-layout": e.useStyledLayout, "dark-mode": n.darkMode }])
|
7651
7657
|
}, [
|
7652
7658
|
S(d, {
|
7653
7659
|
element: "input",
|
@@ -8954,13 +8960,13 @@ function bf(t, s, e, a, n, i) {
|
|
8954
8960
|
return o(), l(v, null, [
|
8955
8961
|
e.advancedMode ? (o(), l("fieldset", {
|
8956
8962
|
key: 0,
|
8957
|
-
class:
|
8963
|
+
class: b(["cmd-upload-form flex-container", { "upload-initiated": n.uploadInitiated }])
|
8958
8964
|
}, [
|
8959
8965
|
m("legend", {
|
8960
|
-
class:
|
8966
|
+
class: b({ hidden: !e.showLegend })
|
8961
8967
|
}, f(e.textLegend), 3),
|
8962
|
-
e.cmdHeadlineFieldset ? (o(),
|
8963
|
-
i.systemMessageStatus && i.allSystemMessages.length ? (o(),
|
8968
|
+
e.cmdHeadlineFieldset ? (o(), _(d, Z(j({ key: 0 }, e.cmdHeadlineFieldset)), null, 16)) : r("", !0),
|
8969
|
+
i.systemMessageStatus && i.allSystemMessages.length ? (o(), _(u, {
|
8964
8970
|
key: 1,
|
8965
8971
|
iconClose: { show: !1 },
|
8966
8972
|
validationStatus: i.systemMessageStatus,
|
@@ -9005,7 +9011,7 @@ function bf(t, s, e, a, n, i) {
|
|
9005
9011
|
], 64))
|
9006
9012
|
]),
|
9007
9013
|
m("small", {
|
9008
|
-
class:
|
9014
|
+
class: b([
|
9009
9015
|
"text-align-right",
|
9010
9016
|
{ error: e.maxTotalUploadSize > 0 && i.totalSize > e.maxTotalUploadSize }
|
9011
9017
|
])
|
@@ -9045,7 +9051,7 @@ function bf(t, s, e, a, n, i) {
|
|
9045
9051
|
}, null, 8, ["iconClass", "type"])
|
9046
9052
|
], 8, tf),
|
9047
9053
|
m("span", {
|
9048
|
-
class:
|
9054
|
+
class: b([
|
9049
9055
|
"text-align-right",
|
9050
9056
|
g.allowedType ? "allowed" : "not-allowed",
|
9051
9057
|
{ error: g.error }
|
@@ -9073,25 +9079,25 @@ function bf(t, s, e, a, n, i) {
|
|
9073
9079
|
lf
|
9074
9080
|
])
|
9075
9081
|
])) : (o(), l(v, { key: 0 }, [
|
9076
|
-
e.allowMultipleFileUploads ? (o(),
|
9082
|
+
e.allowMultipleFileUploads ? (o(), _(d, j({ key: 0 }, e.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
9077
9083
|
default: A(() => [
|
9078
9084
|
R(f(t.getMessage("cmduploadform.no_files_to_upload")), 1)
|
9079
9085
|
]),
|
9080
9086
|
_: 1
|
9081
|
-
}, 16)) : (o(),
|
9087
|
+
}, 16)) : (o(), _(d, j({ key: 1 }, e.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
9082
9088
|
default: A(() => [
|
9083
9089
|
R(f(t.getMessage("cmduploadform.no_file_to_upload")), 1)
|
9084
9090
|
]),
|
9085
9091
|
_: 1
|
9086
9092
|
}, 16))
|
9087
9093
|
], 64)),
|
9088
|
-
e.allowMultipleFileUploads && n.listOfFiles.length ? (o(),
|
9094
|
+
e.allowMultipleFileUploads && n.listOfFiles.length ? (o(), _(d, j({ key: 2 }, e.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
|
9089
9095
|
default: A(() => [
|
9090
9096
|
R(f(t.getMessage("cmduploadform.headline.select_additional_files")), 1)
|
9091
9097
|
]),
|
9092
9098
|
_: 1
|
9093
9099
|
}, 16)) : r("", !0),
|
9094
|
-
!e.allowMultipleFileUploads && n.listOfFiles.length ? (o(),
|
9100
|
+
!e.allowMultipleFileUploads && n.listOfFiles.length ? (o(), _(d, j({ key: 3 }, e.cmdHeadlineSelectNewFile, { headlineLevel: "4" }), {
|
9095
9101
|
default: A(() => [
|
9096
9102
|
R(f(t.getMessage("cmduploadform.headline.select_new_file")), 1)
|
9097
9103
|
]),
|
@@ -9100,20 +9106,20 @@ function bf(t, s, e, a, n, i) {
|
|
9100
9106
|
m("dl", af, [
|
9101
9107
|
e.maxTotalUploadSize > 0 ? (o(), l(v, { key: 0 }, [
|
9102
9108
|
m("dt", {
|
9103
|
-
class:
|
9109
|
+
class: b({ error: i.totalSize > e.maxTotalUploadSize })
|
9104
9110
|
}, f(t.getMessage("cmduploadform.max_total_upload_size")), 3),
|
9105
9111
|
m("dd", {
|
9106
|
-
class:
|
9112
|
+
class: b(["text-align-right", { error: i.totalSize > e.maxTotalUploadSize }])
|
9107
9113
|
}, f(i.formatSize(e.maxTotalUploadSize)), 3)
|
9108
9114
|
], 64)) : r("", !0),
|
9109
9115
|
m("dt", {
|
9110
|
-
class:
|
9116
|
+
class: b({ error: n.errors.fileSize })
|
9111
9117
|
}, f(t.getMessage("cmduploadform.max_file_upload_size")), 3),
|
9112
9118
|
m("dd", {
|
9113
|
-
class:
|
9119
|
+
class: b(["text-align-right", { error: n.errors.fileSize }])
|
9114
9120
|
}, f(i.formatSize(e.maxFileUploadSize)), 3),
|
9115
9121
|
m("dt", {
|
9116
|
-
class:
|
9122
|
+
class: b({ error: n.errors.fileType })
|
9117
9123
|
}, f(t.getMessage("cmduploadform.allowed_file_types")), 3),
|
9118
9124
|
m("dd", null, [
|
9119
9125
|
m("a", {
|
@@ -9131,7 +9137,7 @@ function bf(t, s, e, a, n, i) {
|
|
9131
9137
|
n.showListOfFileExtensions ? (o(), l("ul", cf, [
|
9132
9138
|
(o(!0), l(v, null, E(e.allowedFileExtensions, (g, y) => (o(), l("li", {
|
9133
9139
|
key: y,
|
9134
|
-
class:
|
9140
|
+
class: b({ error: n.errors.fileType })
|
9135
9141
|
}, f(g), 3))), 128))
|
9136
9142
|
])) : r("", !0)
|
9137
9143
|
]),
|
@@ -9142,7 +9148,7 @@ function bf(t, s, e, a, n, i) {
|
|
9142
9148
|
m("div", null, [
|
9143
9149
|
m("button", {
|
9144
9150
|
type: "button",
|
9145
|
-
class:
|
9151
|
+
class: b(["button upload primary", { disabled: n.uploadInitiated }]),
|
9146
9152
|
disabled: n.uploadInitiated,
|
9147
9153
|
onClick: s[3] || (s[3] = (g) => i.selectFiles())
|
9148
9154
|
}, [
|
@@ -9154,7 +9160,7 @@ function bf(t, s, e, a, n, i) {
|
|
9154
9160
|
], 10, df),
|
9155
9161
|
e.enableDragAndDrop ? (o(), l("p", {
|
9156
9162
|
key: 0,
|
9157
|
-
class:
|
9163
|
+
class: b(["text-drag-and-drop", { disabled: n.uploadInitiated }])
|
9158
9164
|
}, [
|
9159
9165
|
m("span", null, f(t.getMessage("cmduploadform.or")), 1),
|
9160
9166
|
m("strong", null, [
|
@@ -9170,7 +9176,7 @@ function bf(t, s, e, a, n, i) {
|
|
9170
9176
|
], 2)) : r("", !0)
|
9171
9177
|
])
|
9172
9178
|
], 16),
|
9173
|
-
e.enableComment ? (o(),
|
9179
|
+
e.enableComment ? (o(), _(h, {
|
9174
9180
|
key: 2,
|
9175
9181
|
element: "textarea",
|
9176
9182
|
labelText: t.getMessage("cmduploadform.labeltext.comment"),
|
@@ -9183,7 +9189,7 @@ function bf(t, s, e, a, n, i) {
|
|
9183
9189
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : r("", !0),
|
9184
9190
|
m("div", mf, [
|
9185
9191
|
m("button", {
|
9186
|
-
class:
|
9192
|
+
class: b([
|
9187
9193
|
"button primary",
|
9188
9194
|
{
|
9189
9195
|
disabled: n.listOfFiles.length === 0 || e.maxTotalUploadSize > 0 && i.totalSize > e.maxTotalUploadSize || n.uploadInitiated
|
@@ -9199,7 +9205,7 @@ function bf(t, s, e, a, n, i) {
|
|
9199
9205
|
n.listOfFiles.length === 1 || !e.allowMultipleFileUploads ? (o(), l("span", gf, f(t.getMessage("cmduploadform.buttontext.upload_file")), 1)) : (o(), l("span", yf, f(t.getMessage("cmduploadform.buttontext.upload_files")), 1))
|
9200
9206
|
], 10, ff),
|
9201
9207
|
m("button", {
|
9202
|
-
class:
|
9208
|
+
class: b(["button", { disabled: n.listOfFiles.length === 0 }]),
|
9203
9209
|
onClick: s[6] || (s[6] = (...g) => i.cancel && i.cancel(...g))
|
9204
9210
|
}, [
|
9205
9211
|
S(c, {
|
@@ -9307,17 +9313,17 @@ const Cf = {
|
|
9307
9313
|
function kf(t, s, e, a, n, i) {
|
9308
9314
|
const d = Y;
|
9309
9315
|
return o(), l("div", {
|
9310
|
-
class:
|
9316
|
+
class: b(["cmd-width-limitation-wrapper", { sticky: e.sticky }])
|
9311
9317
|
}, [
|
9312
9318
|
e.innerWrapper ? (o(), l("section", {
|
9313
9319
|
key: 0,
|
9314
|
-
class:
|
9320
|
+
class: b(i.setInnerClass)
|
9315
9321
|
}, [
|
9316
9322
|
e.anchorId ? (o(), l("a", {
|
9317
9323
|
key: 0,
|
9318
9324
|
id: e.anchorId
|
9319
9325
|
}, null, 8, vf)) : r("", !0),
|
9320
|
-
e.cmdHeadline ? (o(),
|
9326
|
+
e.cmdHeadline ? (o(), _(d, {
|
9321
9327
|
key: 1,
|
9322
9328
|
"pre-headline-text": e.cmdHeadline.preHeadlineText,
|
9323
9329
|
"headline-text": e.cmdHeadline.headlineText,
|