comand-component-library 4.2.89 → 4.2.90
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as Jn, h as un, resolveComponent as de, createBlock as C, createElementBlock as r, openBlock as a, normalizeClass as x, resolveDynamicComponent as Te, withModifiers as k, withCtx as v, renderSlot as D, withDirectives as
|
|
1
|
+
import { defineComponent as Jn, h as un, resolveComponent as de, createBlock as C, createElementBlock as r, openBlock as a, normalizeClass as x, resolveDynamicComponent as Te, withModifiers as k, withCtx as v, renderSlot as D, withDirectives as z, createElementVNode as o, createCommentVNode as m, createVNode as f, vShow as $, Fragment as w, toDisplayString as y, getCurrentInstance as Hl, normalizeProps as A, mergeProps as T, createTextVNode as F, renderList as P, Transition as pe, vModelDynamic as ql, normalizeStyle as Ke, toHandlers as Ct, TransitionGroup as Et, createApp as Rl, guardReactiveProps as ce, useCssVars as Zn, createStaticVNode as jl, vModelText as vt, resolveDirective as Ul, vModelSelect as Nl, vModelRadio as mt, onBeforeUpdate as zl, onMounted as Wl, onUnmounted as Gl, reactive as Kl } from "vue";
|
|
2
2
|
const Fe = /^[a-z0-9]+(-[a-z0-9]+)*$/, Qe = (e, t, n, s = "") => {
|
|
3
3
|
const i = e.split(":");
|
|
4
4
|
if (e.slice(0, 1) === "@") {
|
|
@@ -554,8 +554,8 @@ function So(e, t, n, s) {
|
|
|
554
554
|
if (e.random) {
|
|
555
555
|
let H = e.resources.slice(0);
|
|
556
556
|
for (d = []; H.length > 1; ) {
|
|
557
|
-
const
|
|
558
|
-
d.push(H[
|
|
557
|
+
const W = Math.floor(Math.random() * H.length);
|
|
558
|
+
d.push(H[W]), H = H.slice(0, W).concat(H.slice(W + 1));
|
|
559
559
|
}
|
|
560
560
|
d = d.concat(H);
|
|
561
561
|
} else
|
|
@@ -571,8 +571,8 @@ function So(e, t, n, s) {
|
|
|
571
571
|
H.status === "pending" && (H.status = "aborted");
|
|
572
572
|
}), S = [];
|
|
573
573
|
}
|
|
574
|
-
function V(H,
|
|
575
|
-
|
|
574
|
+
function V(H, W) {
|
|
575
|
+
W && (I = []), typeof H == "function" && I.push(H);
|
|
576
576
|
}
|
|
577
577
|
function q() {
|
|
578
578
|
return {
|
|
@@ -595,9 +595,9 @@ function So(e, t, n, s) {
|
|
|
595
595
|
H.status === "pending" && (H.status = "aborted");
|
|
596
596
|
}), S = [];
|
|
597
597
|
}
|
|
598
|
-
function Y(H,
|
|
599
|
-
const ke =
|
|
600
|
-
switch (S = S.filter((
|
|
598
|
+
function Y(H, W, se) {
|
|
599
|
+
const ke = W !== "success";
|
|
600
|
+
switch (S = S.filter((ee) => ee !== H), u) {
|
|
601
601
|
case "pending":
|
|
602
602
|
break;
|
|
603
603
|
case "failed":
|
|
@@ -607,7 +607,7 @@ function So(e, t, n, s) {
|
|
|
607
607
|
default:
|
|
608
608
|
return;
|
|
609
609
|
}
|
|
610
|
-
if (
|
|
610
|
+
if (W === "abort") {
|
|
611
611
|
p = se, N();
|
|
612
612
|
return;
|
|
613
613
|
}
|
|
@@ -616,11 +616,11 @@ function So(e, t, n, s) {
|
|
|
616
616
|
return;
|
|
617
617
|
}
|
|
618
618
|
if (L(), j(), !e.random) {
|
|
619
|
-
const
|
|
620
|
-
|
|
619
|
+
const ee = e.resources.indexOf(H.resource);
|
|
620
|
+
ee !== -1 && ee !== e.index && (e.index = ee);
|
|
621
621
|
}
|
|
622
|
-
u = "completed", I.forEach((
|
|
623
|
-
|
|
622
|
+
u = "completed", I.forEach((ee) => {
|
|
623
|
+
ee(se);
|
|
624
624
|
});
|
|
625
625
|
}
|
|
626
626
|
function ge() {
|
|
@@ -638,14 +638,14 @@ function So(e, t, n, s) {
|
|
|
638
638
|
N();
|
|
639
639
|
return;
|
|
640
640
|
}
|
|
641
|
-
const
|
|
641
|
+
const W = {
|
|
642
642
|
status: "pending",
|
|
643
643
|
resource: H,
|
|
644
644
|
callback: (se, ke) => {
|
|
645
|
-
Y(
|
|
645
|
+
Y(W, se, ke);
|
|
646
646
|
}
|
|
647
647
|
};
|
|
648
|
-
S.push(
|
|
648
|
+
S.push(W), h++, b = setTimeout(ge, e.rotate), n(H, t, W.callback);
|
|
649
649
|
}
|
|
650
650
|
return setTimeout(ge), q;
|
|
651
651
|
}
|
|
@@ -1441,7 +1441,7 @@ function fa(e, t, n, s, i, l) {
|
|
|
1441
1441
|
}, {
|
|
1442
1442
|
default: v(() => [
|
|
1443
1443
|
n.componentTag === "ul" ? (a(), r("li", $o, [
|
|
1444
|
-
|
|
1444
|
+
z(o("ul", {
|
|
1445
1445
|
class: "flex-container flex-items-flex-none action-buttons",
|
|
1446
1446
|
"data-component": n.componentName
|
|
1447
1447
|
}, [
|
|
@@ -1509,11 +1509,11 @@ function fa(e, t, n, s, i, l) {
|
|
|
1509
1509
|
], 2))
|
|
1510
1510
|
]))
|
|
1511
1511
|
], 8, ea), [
|
|
1512
|
-
[
|
|
1512
|
+
[$, l.active]
|
|
1513
1513
|
])
|
|
1514
1514
|
])) : (a(), r(w, { key: 1 }, [
|
|
1515
1515
|
l.isOuterComponent ? (a(), r("p", oa, y(n.componentName), 1)) : m("", !0),
|
|
1516
|
-
|
|
1516
|
+
z(o("ul", {
|
|
1517
1517
|
class: "flex-container flex-items-flex-none action-buttons",
|
|
1518
1518
|
"data-component": n.componentName,
|
|
1519
1519
|
onMouseenter: t[12] || (t[12] = (...c) => l.addHighlightRelatedComponent && l.addHighlightRelatedComponent(...c)),
|
|
@@ -1583,7 +1583,7 @@ function fa(e, t, n, s, i, l) {
|
|
|
1583
1583
|
], 10, pa))
|
|
1584
1584
|
])) : m("", !0)
|
|
1585
1585
|
], 40, aa), [
|
|
1586
|
-
[
|
|
1586
|
+
[$, l.active]
|
|
1587
1587
|
])
|
|
1588
1588
|
], 64)),
|
|
1589
1589
|
D(e.$slots, "default", { editing: l.editing })
|
|
@@ -4429,7 +4429,7 @@ function wr(e, t, n, s, i, l) {
|
|
|
4429
4429
|
]),
|
|
4430
4430
|
"aria-labelledby": e.htmlId
|
|
4431
4431
|
}, [
|
|
4432
|
-
|
|
4432
|
+
z(o("span", hr, [
|
|
4433
4433
|
o("span", { id: e.htmlId }, [
|
|
4434
4434
|
F(y(n.labelText), 1),
|
|
4435
4435
|
n.required ? (a(), r("sup", yr, "*")) : m("", !0)
|
|
@@ -4460,7 +4460,7 @@ function wr(e, t, n, s, i, l) {
|
|
|
4460
4460
|
role: e.validationStatus === "error" ? "alert" : "dialog"
|
|
4461
4461
|
}, null, 8, ["showRequirements", "cmdListOfRequirements", "validationStatus", "validationMessage", "inputAttributes", "inputModelValue", "helplink", "relatedId", "role"])) : m("", !0)
|
|
4462
4462
|
], 512), [
|
|
4463
|
-
[
|
|
4463
|
+
[$, n.showLabel]
|
|
4464
4464
|
]),
|
|
4465
4465
|
n.useSlot ? (a(), r("div", kr, [
|
|
4466
4466
|
D(e.$slots, "default")
|
|
@@ -4473,7 +4473,7 @@ function wr(e, t, n, s, i, l) {
|
|
|
4473
4473
|
for: u.id,
|
|
4474
4474
|
class: x({ "toggle-switch": n.toggleSwitches, colored: n.colored })
|
|
4475
4475
|
}, [
|
|
4476
|
-
|
|
4476
|
+
z(o("input", {
|
|
4477
4477
|
type: n.inputTypes,
|
|
4478
4478
|
id: u.id,
|
|
4479
4479
|
name: u.name,
|
|
@@ -8428,7 +8428,7 @@ function hc(e, t, n, s, i, l) {
|
|
|
8428
8428
|
n.cmdHeadline?.headlineText && n.headlinePosition === "header" ? (a(), C(d, A(T({ key: 1 }, n.cmdHeadline)), null, 16)) : m("", !0)
|
|
8429
8429
|
])) : m("", !0)
|
|
8430
8430
|
], 64)),
|
|
8431
|
-
|
|
8431
|
+
z(o("div", {
|
|
8432
8432
|
class: x(["box-body", n.boxBodyClass]),
|
|
8433
8433
|
"aria-expanded": "true",
|
|
8434
8434
|
role: "article"
|
|
@@ -8487,7 +8487,7 @@ function hc(e, t, n, s, i, l) {
|
|
|
8487
8487
|
], 2)) : m("", !0)
|
|
8488
8488
|
], 2))
|
|
8489
8489
|
], 2), [
|
|
8490
|
-
[
|
|
8490
|
+
[$, i.open]
|
|
8491
8491
|
]),
|
|
8492
8492
|
n.cmdLink?.linkType ? (a(), r("div", zu, [
|
|
8493
8493
|
f(h, A(ce(n.cmdLink)), null, 16)
|
|
@@ -9419,7 +9419,7 @@ function um(e, t, n, s, i, l) {
|
|
|
9419
9419
|
}, null, 2)
|
|
9420
9420
|
], 8, Qc)
|
|
9421
9421
|
], 2),
|
|
9422
|
-
|
|
9422
|
+
z(o("div", Xc, [
|
|
9423
9423
|
u.description ? (a(), r("p", $c, y(u.description), 1)) : m("", !0),
|
|
9424
9424
|
u.linkDataPrivacy ? (a(), r("p", em, [
|
|
9425
9425
|
F(y(u.linkDataPrivacy.label) + " ", 1),
|
|
@@ -9430,7 +9430,7 @@ function um(e, t, n, s, i, l) {
|
|
|
9430
9430
|
}, y(u.linkDataPrivacy.linkText), 9, tm)
|
|
9431
9431
|
])) : m("", !0)
|
|
9432
9432
|
], 512), [
|
|
9433
|
-
[
|
|
9433
|
+
[$, l.boxIsOpen(u.id)]
|
|
9434
9434
|
])
|
|
9435
9435
|
]))), 128))
|
|
9436
9436
|
])) : m("", !0),
|
|
@@ -9470,7 +9470,7 @@ function um(e, t, n, s, i, l) {
|
|
|
9470
9470
|
}, null, 2)
|
|
9471
9471
|
], 8, im)
|
|
9472
9472
|
], 2),
|
|
9473
|
-
|
|
9473
|
+
z(o("div", lm, [
|
|
9474
9474
|
u.description ? (a(), r("p", om, y(u.description), 1)) : m("", !0),
|
|
9475
9475
|
u.linkDataPrivacy ? (a(), r("p", am, [
|
|
9476
9476
|
F(y(u.linkDataPrivacy.label) + " ", 1),
|
|
@@ -9481,7 +9481,7 @@ function um(e, t, n, s, i, l) {
|
|
|
9481
9481
|
}, y(u.linkDataPrivacy.linkText), 9, sm)
|
|
9482
9482
|
])) : m("", !0)
|
|
9483
9483
|
], 512), [
|
|
9484
|
-
[
|
|
9484
|
+
[$, l.boxIsOpen(u.id)]
|
|
9485
9485
|
])
|
|
9486
9486
|
]))), 128))
|
|
9487
9487
|
])) : m("", !0)
|
|
@@ -10356,7 +10356,7 @@ const Nm = /* @__PURE__ */ B(Hm, [["render", Um]]), zm = {
|
|
|
10356
10356
|
function ap(e, t, n, s, i, l) {
|
|
10357
10357
|
const d = U, c = R, u = K, h = he;
|
|
10358
10358
|
return a(), r(w, null, [
|
|
10359
|
-
|
|
10359
|
+
z(o("fieldset", Wm, [
|
|
10360
10360
|
o("legend", {
|
|
10361
10361
|
class: x({ hidden: !n.legendLoginForm.show, "align-left": n.legendLoginForm.align === "left" })
|
|
10362
10362
|
}, y(n.legendLoginForm.text), 3),
|
|
@@ -10392,7 +10392,7 @@ function ap(e, t, n, s, i, l) {
|
|
|
10392
10392
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
|
10393
10393
|
l.buttonLoginWithYourDataDefaultOptions.text ? (a(), r("span", Zm, y(l.buttonLoginWithYourDataDefaultOptions.text), 1)) : m("", !0)
|
|
10394
10394
|
], 16)),
|
|
10395
|
-
|
|
10395
|
+
z(o("div", {
|
|
10396
10396
|
class: x(["login-fields flex-container", { vertical: n.orientation === "vertical" }])
|
|
10397
10397
|
}, [
|
|
10398
10398
|
f(u, T({
|
|
@@ -10413,7 +10413,7 @@ function ap(e, t, n, s, i, l) {
|
|
|
10413
10413
|
onValidationStatusChange: t[5] || (t[5] = (p) => l.checkValidationStatus(p, "password"))
|
|
10414
10414
|
}), null, 16, ["modelValue"])
|
|
10415
10415
|
], 2), [
|
|
10416
|
-
[
|
|
10416
|
+
[$, i.showLogin]
|
|
10417
10417
|
]),
|
|
10418
10418
|
D(e.$slots, "login"),
|
|
10419
10419
|
o("div", Qm, [
|
|
@@ -10461,9 +10461,9 @@ function ap(e, t, n, s, i, l) {
|
|
|
10461
10461
|
], 16, ep)) : m("", !0)
|
|
10462
10462
|
])
|
|
10463
10463
|
], 512), [
|
|
10464
|
-
[
|
|
10464
|
+
[$, !i.sendLogin]
|
|
10465
10465
|
]),
|
|
10466
|
-
|
|
10466
|
+
z(o("fieldset", np, [
|
|
10467
10467
|
o("legend", {
|
|
10468
10468
|
class: x({ hidden: !n.legendForgotLoginForm.show, "align-left": n.legendForgotLoginForm.align === "left" })
|
|
10469
10469
|
}, y(n.legendForgotLoginForm.text), 3),
|
|
@@ -10504,7 +10504,7 @@ function ap(e, t, n, s, i, l) {
|
|
|
10504
10504
|
], 16, lp)) : m("", !0)
|
|
10505
10505
|
])
|
|
10506
10506
|
], 512), [
|
|
10507
|
-
[
|
|
10507
|
+
[$, i.sendLogin]
|
|
10508
10508
|
])
|
|
10509
10509
|
], 64);
|
|
10510
10510
|
}
|
|
@@ -11317,8 +11317,8 @@ const Bi = /* @__PURE__ */ B(Mp, [["render", Hp]]), qp = {
|
|
|
11317
11317
|
};
|
|
11318
11318
|
}
|
|
11319
11319
|
}
|
|
11320
|
-
}, Rp = { class: "cmd-multistepform-wrapper" };
|
|
11321
|
-
function
|
|
11320
|
+
}, Rp = { class: "cmd-multistepform-wrapper" }, jp = { class: "multistep-page-last" };
|
|
11321
|
+
function Up(e, t, n, s, i, l) {
|
|
11322
11322
|
const d = Bi, c = ve, u = Ii;
|
|
11323
11323
|
return a(), r("div", Rp, [
|
|
11324
11324
|
D(e.$slots, "progress-bar", {
|
|
@@ -11333,7 +11333,7 @@ function jp(e, t, n, s, i, l) {
|
|
|
11333
11333
|
onClick: t[0] || (t[0] = (h) => l.setCurrentPage(h.index + 1))
|
|
11334
11334
|
}), null, 16, ["multisteps", "activeStep", "errorSteps", "successSteps"])) : m("", !0)
|
|
11335
11335
|
]),
|
|
11336
|
-
(a(!0), r(w, null, P(l.numberOfPages, (h, p) =>
|
|
11336
|
+
(a(!0), r(w, null, P(l.numberOfPages, (h, p) => z((a(), r("div", {
|
|
11337
11337
|
class: x("multistep-page-" + h),
|
|
11338
11338
|
key: p
|
|
11339
11339
|
}, [
|
|
@@ -11348,15 +11348,19 @@ function jp(e, t, n, s, i, l) {
|
|
|
11348
11348
|
atleastOneStepWithError: l.atleastOneStepWithError,
|
|
11349
11349
|
formDataForPage: l.formDataForPage(h),
|
|
11350
11350
|
updateFormDataForPage: (b) => l.updateFormDataForPage(h, b)
|
|
11351
|
-
}),
|
|
11352
|
-
D(e.$slots, "page-last", {
|
|
11353
|
-
setErrorOnPage: (b) => l.setErrorOnPage(h, b),
|
|
11354
|
-
removeErrorOnPage: () => l.removeErrorOnPage(h),
|
|
11355
|
-
atleastOneStepWithError: l.atleastOneStepWithError
|
|
11356
11351
|
})
|
|
11357
11352
|
], 2)), [
|
|
11358
|
-
[
|
|
11353
|
+
[$, h === i.currentPage]
|
|
11359
11354
|
])), 128)),
|
|
11355
|
+
z(o("div", jp, [
|
|
11356
|
+
D(e.$slots, "page-last", {
|
|
11357
|
+
setErrorOnPage: (h) => l.setErrorOnPage(e.step, h),
|
|
11358
|
+
removeErrorOnPage: () => l.removeErrorOnPage(e.step),
|
|
11359
|
+
atleastOneStepWithError: l.atleastOneStepWithError
|
|
11360
|
+
})
|
|
11361
|
+
], 512), [
|
|
11362
|
+
[$, i.currentPage === l.numberOfPages]
|
|
11363
|
+
]),
|
|
11360
11364
|
D(e.$slots, "pagination", {
|
|
11361
11365
|
currentPage: i.currentPage,
|
|
11362
11366
|
setPrevPage: l.setPrevPage,
|
|
@@ -11374,7 +11378,7 @@ function jp(e, t, n, s, i, l) {
|
|
|
11374
11378
|
])
|
|
11375
11379
|
]);
|
|
11376
11380
|
}
|
|
11377
|
-
const
|
|
11381
|
+
const Np = /* @__PURE__ */ B(qp, [["render", Up]]), zp = {
|
|
11378
11382
|
name: "CmdNewsletterSubscription",
|
|
11379
11383
|
emits: ["button-click"],
|
|
11380
11384
|
data() {
|
|
@@ -11523,10 +11527,10 @@ const Up = /* @__PURE__ */ B(qp, [["render", jp]]), Np = {
|
|
|
11523
11527
|
immediate: !0
|
|
11524
11528
|
}
|
|
11525
11529
|
}
|
|
11526
|
-
},
|
|
11527
|
-
function
|
|
11530
|
+
}, Wp = { class: "cmd-newsletter-subscription flex-container" }, Gp = { class: "button-wrapper" };
|
|
11531
|
+
function Kp(e, t, n, s, i, l) {
|
|
11528
11532
|
const d = Yt, c = K;
|
|
11529
|
-
return a(), r("fieldset",
|
|
11533
|
+
return a(), r("fieldset", Wp, [
|
|
11530
11534
|
o("legend", {
|
|
11531
11535
|
class: x({ hidden: !n.legend.show, "align-left": n.legend.align === "left" })
|
|
11532
11536
|
}, y(n.legend.text), 3),
|
|
@@ -11550,7 +11554,7 @@ function Gp(e, t, n, s, i, l) {
|
|
|
11550
11554
|
"onUpdate:modelValue": t[1] || (t[1] = (u) => l.email = u),
|
|
11551
11555
|
onValidationStatusChange: l.checkValidationStatus
|
|
11552
11556
|
}, null, 8, ["placeholder", "labelText", "required", "useCustomTooltip", "modelValue", "onValidationStatusChange"]),
|
|
11553
|
-
o("div",
|
|
11557
|
+
o("div", Gp, [
|
|
11554
11558
|
f(c, {
|
|
11555
11559
|
element: "button",
|
|
11556
11560
|
type: n.buttonType,
|
|
@@ -11562,7 +11566,7 @@ function Gp(e, t, n, s, i, l) {
|
|
|
11562
11566
|
])
|
|
11563
11567
|
]);
|
|
11564
11568
|
}
|
|
11565
|
-
const
|
|
11569
|
+
const Yp = /* @__PURE__ */ B(zp, [["render", Kp]]);
|
|
11566
11570
|
function Fn(e, t, n, s = !0, i = !0) {
|
|
11567
11571
|
function l(d, c) {
|
|
11568
11572
|
return c && d < 10 ? "0" + d : d;
|
|
@@ -11575,7 +11579,7 @@ function Fn(e, t, n, s = !0, i = !0) {
|
|
|
11575
11579
|
return l(d, s) + e + l(c, !0) + t;
|
|
11576
11580
|
};
|
|
11577
11581
|
}
|
|
11578
|
-
const
|
|
11582
|
+
const Jp = {
|
|
11579
11583
|
name: "CmdOpeningHoursItem",
|
|
11580
11584
|
mixins: [Z],
|
|
11581
11585
|
data() {
|
|
@@ -11663,20 +11667,20 @@ const Yp = {
|
|
|
11663
11667
|
deep: !0
|
|
11664
11668
|
}
|
|
11665
11669
|
}
|
|
11666
|
-
},
|
|
11670
|
+
}, Zp = { class: "cmd-opening-hours-item" }, Qp = {
|
|
11667
11671
|
key: 0,
|
|
11668
11672
|
class: "am"
|
|
11669
|
-
},
|
|
11673
|
+
}, Xp = {
|
|
11670
11674
|
key: 1,
|
|
11671
11675
|
class: "pm"
|
|
11672
|
-
},
|
|
11676
|
+
}, $p = { class: "flex-container flex-none" }, ef = { class: "flex-container flex-items-flex-none am-wrapper" }, tf = {
|
|
11673
11677
|
key: 1,
|
|
11674
11678
|
class: "input-wrapper"
|
|
11675
|
-
},
|
|
11679
|
+
}, nf = ["title"], lf = { class: "flex-container flex-items-flex-none pm-wrapper" }, of = {
|
|
11676
11680
|
key: 1,
|
|
11677
11681
|
class: "input-wrapper"
|
|
11678
|
-
},
|
|
11679
|
-
function
|
|
11682
|
+
}, af = ["title"];
|
|
11683
|
+
function sf(e, t, n, s, i, l) {
|
|
11680
11684
|
const d = K;
|
|
11681
11685
|
return e.editing ? (a(), r(w, { key: 1 }, [
|
|
11682
11686
|
o("dt", null, [
|
|
@@ -11691,8 +11695,8 @@ function af(e, t, n, s, i, l) {
|
|
|
11691
11695
|
"onUpdate:modelValue": t[0] || (t[0] = (c) => i.editableDay.day = c)
|
|
11692
11696
|
}, null, 8, ["modelValue"])
|
|
11693
11697
|
]),
|
|
11694
|
-
o("dd",
|
|
11695
|
-
o("div",
|
|
11698
|
+
o("dd", $p, [
|
|
11699
|
+
o("div", ef, [
|
|
11696
11700
|
i.editableDay.amClosed ? (a(), C(d, {
|
|
11697
11701
|
key: 0,
|
|
11698
11702
|
element: "input",
|
|
@@ -11704,7 +11708,7 @@ function af(e, t, n, s, i, l) {
|
|
|
11704
11708
|
modelValue: i.editableDay.amDisplayText,
|
|
11705
11709
|
"onUpdate:modelValue": t[1] || (t[1] = (c) => i.editableDay.amDisplayText = c)
|
|
11706
11710
|
}, null, 8, ["modelValue"])) : m("", !0),
|
|
11707
|
-
i.editableDay.amClosed ? m("", !0) : (a(), r("div",
|
|
11711
|
+
i.editableDay.amClosed ? m("", !0) : (a(), r("div", tf, [
|
|
11708
11712
|
f(d, {
|
|
11709
11713
|
element: "input",
|
|
11710
11714
|
type: "time",
|
|
@@ -11732,9 +11736,9 @@ function af(e, t, n, s, i, l) {
|
|
|
11732
11736
|
onClick: t[4] || (t[4] = k((c) => l.toggleClosedStatus("am"), ["prevent"])),
|
|
11733
11737
|
title: i.editableDay.amClosed ? "Set to open" : "Set to closed",
|
|
11734
11738
|
class: x(i.editableDay.amClosed ? "icon-clock" : "icon-blocked")
|
|
11735
|
-
}, null, 10,
|
|
11739
|
+
}, null, 10, nf)
|
|
11736
11740
|
]),
|
|
11737
|
-
o("div",
|
|
11741
|
+
o("div", lf, [
|
|
11738
11742
|
i.editableDay.pmClosed ? (a(), C(d, {
|
|
11739
11743
|
key: 0,
|
|
11740
11744
|
element: "input",
|
|
@@ -11746,7 +11750,7 @@ function af(e, t, n, s, i, l) {
|
|
|
11746
11750
|
modelValue: i.editableDay.pmDisplayText,
|
|
11747
11751
|
"onUpdate:modelValue": t[5] || (t[5] = (c) => i.editableDay.pmDisplayText = c)
|
|
11748
11752
|
}, null, 8, ["modelValue"])) : m("", !0),
|
|
11749
|
-
i.editableDay.pmClosed ? m("", !0) : (a(), r("div",
|
|
11753
|
+
i.editableDay.pmClosed ? m("", !0) : (a(), r("div", of, [
|
|
11750
11754
|
f(d, {
|
|
11751
11755
|
element: "input",
|
|
11752
11756
|
type: "time",
|
|
@@ -11774,20 +11778,20 @@ function af(e, t, n, s, i, l) {
|
|
|
11774
11778
|
onClick: t[8] || (t[8] = k((c) => l.toggleClosedStatus("pm"), ["prevent"])),
|
|
11775
11779
|
title: i.editableDay.pmClosed ? "Set to open" : "Set to closed",
|
|
11776
11780
|
class: x(i.editableDay.pmClosed ? "icon-clock" : "icon-blocked")
|
|
11777
|
-
}, null, 10,
|
|
11781
|
+
}, null, 10, af)
|
|
11778
11782
|
])
|
|
11779
11783
|
])
|
|
11780
11784
|
], 64)) : (a(), r(w, { key: 0 }, [
|
|
11781
|
-
o("dt",
|
|
11785
|
+
o("dt", Zp, y(n.day.day), 1),
|
|
11782
11786
|
o("dd", null, [
|
|
11783
|
-
n.day.am ? (a(), r("span",
|
|
11787
|
+
n.day.am ? (a(), r("span", Qp, [
|
|
11784
11788
|
n.day.am.displayText ? (a(), r(w, { key: 0 }, [
|
|
11785
11789
|
F(y(n.day.am.displayText), 1)
|
|
11786
11790
|
], 64)) : (a(), r(w, { key: 1 }, [
|
|
11787
11791
|
F(y(l.getTime(n.day.am.fromTime, n.abbreviationTextAm)) + " " + y(n.separator) + " " + y(l.getTime(n.day.am.tillTime)), 1)
|
|
11788
11792
|
], 64))
|
|
11789
11793
|
])) : m("", !0),
|
|
11790
|
-
n.day.pm ? (a(), r("span",
|
|
11794
|
+
n.day.pm ? (a(), r("span", Xp, [
|
|
11791
11795
|
n.day.pm.displayText ? (a(), r(w, { key: 0 }, [
|
|
11792
11796
|
F(y(n.day.pm.displayText), 1)
|
|
11793
11797
|
], 64)) : (a(), r(w, { key: 1 }, [
|
|
@@ -11797,20 +11801,20 @@ function af(e, t, n, s, i, l) {
|
|
|
11797
11801
|
])
|
|
11798
11802
|
], 64));
|
|
11799
11803
|
}
|
|
11800
|
-
const
|
|
11801
|
-
function
|
|
11804
|
+
const rf = /* @__PURE__ */ B(Jp, [["render", sf]]);
|
|
11805
|
+
function df(e) {
|
|
11802
11806
|
return (t, n) => {
|
|
11803
11807
|
const s = /* @__PURE__ */ new Date();
|
|
11804
11808
|
return s.setHours(t, n, 0, 0), new Intl.DateTimeFormat(e, { timeStyle: "short" }).format(s);
|
|
11805
11809
|
};
|
|
11806
11810
|
}
|
|
11807
|
-
function
|
|
11811
|
+
function uf(e, t, n, s = !0) {
|
|
11808
11812
|
function i(l, d) {
|
|
11809
11813
|
return d && l < 10 ? "0" + l : l;
|
|
11810
11814
|
}
|
|
11811
11815
|
return (l, d) => i(l, s) + e + i(d, !0) + t;
|
|
11812
11816
|
}
|
|
11813
|
-
const
|
|
11817
|
+
const cf = {
|
|
11814
11818
|
name: "CmdOpeningHours",
|
|
11815
11819
|
mixins: [Z],
|
|
11816
11820
|
data() {
|
|
@@ -12044,7 +12048,7 @@ const uf = {
|
|
|
12044
12048
|
};
|
|
12045
12049
|
},
|
|
12046
12050
|
getTime(e) {
|
|
12047
|
-
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) :
|
|
12051
|
+
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : uf(":", " hrs", "", !1)(e.hours, e.mins);
|
|
12048
12052
|
},
|
|
12049
12053
|
updateHandlerProvider() {
|
|
12050
12054
|
const e = this.textOpenModel, t = this.textClosedModel, n = this.textHolidaysModel, s = this.textMiscInfoModel;
|
|
@@ -12057,16 +12061,16 @@ const uf = {
|
|
|
12057
12061
|
});
|
|
12058
12062
|
}
|
|
12059
12063
|
}
|
|
12060
|
-
},
|
|
12064
|
+
}, mf = { class: "cmd-opening-hours" }, pf = {
|
|
12061
12065
|
key: 2,
|
|
12062
12066
|
class: "flex-container"
|
|
12063
|
-
},
|
|
12067
|
+
}, ff = { key: 3 }, hf = { class: "edit-mode-opening-hours-item" }, gf = { key: 5 }, yf = { key: 0 }, bf = { key: 1 }, xf = {
|
|
12064
12068
|
key: 6,
|
|
12065
12069
|
class: "flex-container vertical"
|
|
12066
12070
|
};
|
|
12067
|
-
function
|
|
12068
|
-
const d = U, c = he, u = K, h =
|
|
12069
|
-
return a(), r("div",
|
|
12071
|
+
function Cf(e, t, n, s, i, l) {
|
|
12072
|
+
const d = U, c = he, u = K, h = rf, p = Ce;
|
|
12073
|
+
return a(), r("div", mf, [
|
|
12070
12074
|
n.cmdHeadline?.headlineText || e.editModeContext ? (a(), C(d, A(T({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
12071
12075
|
!e.editing && n.showOpenStatus ? (a(), r(w, { key: 1 }, [
|
|
12072
12076
|
n.cmdLink?.path ? (a(), C(c, T({
|
|
@@ -12083,7 +12087,7 @@ function xf(e, t, n, s, i, l) {
|
|
|
12083
12087
|
key: 1,
|
|
12084
12088
|
class: x({ closed: l.isClosed })
|
|
12085
12089
|
}, y(l.textOpenClosed), 3))
|
|
12086
|
-
], 64)) : e.editing ? (a(), r("div",
|
|
12090
|
+
], 64)) : e.editing ? (a(), r("div", pf, [
|
|
12087
12091
|
f(u, {
|
|
12088
12092
|
element: "input",
|
|
12089
12093
|
type: "text",
|
|
@@ -12123,7 +12127,7 @@ function xf(e, t, n, s, i, l) {
|
|
|
12123
12127
|
itemProvider: l.itemProvider
|
|
12124
12128
|
}, {
|
|
12125
12129
|
default: v(() => [
|
|
12126
|
-
o("dl",
|
|
12130
|
+
o("dl", hf, [
|
|
12127
12131
|
f(h, {
|
|
12128
12132
|
day: b,
|
|
12129
12133
|
separator: n.separator,
|
|
@@ -12135,7 +12139,7 @@ function xf(e, t, n, s, i, l) {
|
|
|
12135
12139
|
]),
|
|
12136
12140
|
_: 2
|
|
12137
12141
|
}, 1032, ["componentProps", "componentPath", "itemProvider"]))), 128))
|
|
12138
|
-
], 64)) : (a(), r("dl",
|
|
12142
|
+
], 64)) : (a(), r("dl", ff, [
|
|
12139
12143
|
(a(!0), r(w, null, P(l.openingHoursFormatted, (b, S) => (a(), C(h, {
|
|
12140
12144
|
key: S,
|
|
12141
12145
|
day: b,
|
|
@@ -12145,13 +12149,13 @@ function xf(e, t, n, s, i, l) {
|
|
|
12145
12149
|
use24HoursFormat: n.use24HoursFormat
|
|
12146
12150
|
}, null, 8, ["day", "separator", "abbreviationTextAm", "abbreviationTextPm", "use24HoursFormat"]))), 128))
|
|
12147
12151
|
])),
|
|
12148
|
-
!e.editing && (n.textHolidays || n.textMiscInfo) ? (a(), r("div",
|
|
12149
|
-
n.textHolidays ? (a(), r("p",
|
|
12152
|
+
!e.editing && (n.textHolidays || n.textMiscInfo) ? (a(), r("div", gf, [
|
|
12153
|
+
n.textHolidays ? (a(), r("p", yf, [
|
|
12150
12154
|
o("strong", null, y(n.textHolidays), 1)
|
|
12151
12155
|
])) : m("", !0),
|
|
12152
|
-
n.textMiscInfo ? (a(), r("p",
|
|
12156
|
+
n.textMiscInfo ? (a(), r("p", bf, y(n.textMiscInfo), 1)) : m("", !0)
|
|
12153
12157
|
])) : m("", !0),
|
|
12154
|
-
e.editing ? (a(), r("div",
|
|
12158
|
+
e.editing ? (a(), r("div", xf, [
|
|
12155
12159
|
f(u, {
|
|
12156
12160
|
element: "input",
|
|
12157
12161
|
type: "text",
|
|
@@ -12173,7 +12177,7 @@ function xf(e, t, n, s, i, l) {
|
|
|
12173
12177
|
])) : m("", !0)
|
|
12174
12178
|
]);
|
|
12175
12179
|
}
|
|
12176
|
-
const
|
|
12180
|
+
const vf = /* @__PURE__ */ B(cf, [["render", Cf]]), kf = {
|
|
12177
12181
|
name: "CmdSocialNetworksItem",
|
|
12178
12182
|
data() {
|
|
12179
12183
|
return {
|
|
@@ -12272,10 +12276,10 @@ const Cf = /* @__PURE__ */ B(uf, [["render", xf]]), vf = {
|
|
|
12272
12276
|
});
|
|
12273
12277
|
}
|
|
12274
12278
|
}
|
|
12275
|
-
},
|
|
12276
|
-
function
|
|
12279
|
+
}, wf = { class: "cmd-social-networks-item" }, Tf = ["href", "title"], Sf = { key: 1 };
|
|
12280
|
+
function _f(e, t, n, s, i, l) {
|
|
12277
12281
|
const d = R;
|
|
12278
|
-
return a(), r("li",
|
|
12282
|
+
return a(), r("li", wf, [
|
|
12279
12283
|
(a(), r("a", {
|
|
12280
12284
|
key: n.network.path,
|
|
12281
12285
|
class: x(["button", n.network.buttonClass, { disabled: n.userMustAcceptDataPrivacy && !n.dataPrivacyAccepted }, "text-align-" + n.buttonTextAlign]),
|
|
@@ -12289,11 +12293,11 @@ function Sf(e, t, n, s, i, l) {
|
|
|
12289
12293
|
iconClass: n.network.iconClass,
|
|
12290
12294
|
type: n.network.iconType
|
|
12291
12295
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
12292
|
-
n.network.linkText ? (a(), r("span",
|
|
12293
|
-
], 10,
|
|
12296
|
+
n.network.linkText ? (a(), r("span", Sf, y(n.network.linkText), 1)) : m("", !0)
|
|
12297
|
+
], 10, Tf))
|
|
12294
12298
|
]);
|
|
12295
12299
|
}
|
|
12296
|
-
const
|
|
12300
|
+
const Of = /* @__PURE__ */ B(kf, [["render", _f]]), Lf = {
|
|
12297
12301
|
name: "CmdSocialNetworks",
|
|
12298
12302
|
mixins: [Z],
|
|
12299
12303
|
data() {
|
|
@@ -12454,8 +12458,8 @@ const _f = /* @__PURE__ */ B(vf, [["render", Sf]]), Of = {
|
|
|
12454
12458
|
}
|
|
12455
12459
|
}
|
|
12456
12460
|
};
|
|
12457
|
-
function
|
|
12458
|
-
const d = U, c = K, u =
|
|
12461
|
+
function If(e, t, n, s, i, l) {
|
|
12462
|
+
const d = U, c = K, u = Of, h = Ce;
|
|
12459
12463
|
return a(), r("div", {
|
|
12460
12464
|
class: x(["cmd-social-networks", { stretch: n.stretchButtons }, l.alignment])
|
|
12461
12465
|
}, [
|
|
@@ -12511,7 +12515,7 @@ function Lf(e, t, n, s, i, l) {
|
|
|
12511
12515
|
])]))
|
|
12512
12516
|
], 2);
|
|
12513
12517
|
}
|
|
12514
|
-
const Di = /* @__PURE__ */ B(
|
|
12518
|
+
const Di = /* @__PURE__ */ B(Lf, [["render", If]]), Bf = {
|
|
12515
12519
|
name: "CmdPageFooter",
|
|
12516
12520
|
props: {
|
|
12517
12521
|
/**
|
|
@@ -12597,8 +12601,8 @@ const Di = /* @__PURE__ */ B(Of, [["render", Lf]]), If = {
|
|
|
12597
12601
|
});
|
|
12598
12602
|
}
|
|
12599
12603
|
}
|
|
12600
|
-
},
|
|
12601
|
-
function
|
|
12604
|
+
}, Df = { class: "button-wrapper" }, Ff = ["title"], Mf = { key: 1 };
|
|
12605
|
+
function Pf(e, t, n, s, i, l) {
|
|
12602
12606
|
const d = Di;
|
|
12603
12607
|
return a(), r("footer", {
|
|
12604
12608
|
class: x(["cmd-page-footer flex-container", { "small-buttons": n.useSmallButtons }])
|
|
@@ -12609,7 +12613,7 @@ function Mf(e, t, n, s, i, l) {
|
|
|
12609
12613
|
]),
|
|
12610
12614
|
_: 3
|
|
12611
12615
|
}, 16)) : m("", !0),
|
|
12612
|
-
o("div",
|
|
12616
|
+
o("div", Df, [
|
|
12613
12617
|
D(e.$slots, "default"),
|
|
12614
12618
|
l.buttonPrintViewOptions?.show ? (a(), r("button", {
|
|
12615
12619
|
key: 0,
|
|
@@ -12622,12 +12626,12 @@ function Mf(e, t, n, s, i, l) {
|
|
|
12622
12626
|
key: 0,
|
|
12623
12627
|
class: x(l.buttonPrintViewOptions.icon?.iconClass)
|
|
12624
12628
|
}, null, 2)) : m("", !0),
|
|
12625
|
-
l.buttonPrintViewOptions.text ? (a(), r("span",
|
|
12626
|
-
], 10,
|
|
12629
|
+
l.buttonPrintViewOptions.text ? (a(), r("span", Mf, y(l.buttonPrintViewOptions.text), 1)) : m("", !0)
|
|
12630
|
+
], 10, Ff)) : m("", !0)
|
|
12627
12631
|
])
|
|
12628
12632
|
], 2);
|
|
12629
12633
|
}
|
|
12630
|
-
const
|
|
12634
|
+
const Vf = /* @__PURE__ */ B(Bf, [["render", Pf]]), Af = {
|
|
12631
12635
|
name: "CmdPageHeader",
|
|
12632
12636
|
props: {
|
|
12633
12637
|
/**
|
|
@@ -12645,24 +12649,24 @@ const Pf = /* @__PURE__ */ B(If, [["render", Mf]]), Vf = {
|
|
|
12645
12649
|
required: !1
|
|
12646
12650
|
}
|
|
12647
12651
|
}
|
|
12648
|
-
},
|
|
12652
|
+
}, Ef = {
|
|
12649
12653
|
key: 0,
|
|
12650
12654
|
class: "cmd-page-header flex-container"
|
|
12651
|
-
},
|
|
12655
|
+
}, Hf = {
|
|
12652
12656
|
key: 0,
|
|
12653
12657
|
class: "headline-wrapper flex-container vertical"
|
|
12654
12658
|
};
|
|
12655
|
-
function
|
|
12659
|
+
function qf(e, t, n, s, i, l) {
|
|
12656
12660
|
const d = ki, c = U;
|
|
12657
|
-
return n.cmdBreadcrumbs || n.cmdHeadline || e.$slots.default ? (a(), r("header",
|
|
12658
|
-
n.cmdBreadcrumbs || n.cmdHeadline ? (a(), r("div",
|
|
12661
|
+
return n.cmdBreadcrumbs || n.cmdHeadline || e.$slots.default ? (a(), r("header", Ef, [
|
|
12662
|
+
n.cmdBreadcrumbs || n.cmdHeadline ? (a(), r("div", Hf, [
|
|
12659
12663
|
n.cmdBreadcrumbs ? (a(), C(d, A(T({ key: 0 }, n.cmdBreadcrumbs)), null, 16)) : m("", !0),
|
|
12660
12664
|
n.cmdHeadline.headlineText ? (a(), C(c, A(T({ key: 1 }, n.cmdHeadline)), null, 16)) : m("", !0)
|
|
12661
12665
|
])) : m("", !0),
|
|
12662
12666
|
e.$slots.default ? D(e.$slots, "default", { key: 1 }) : m("", !0)
|
|
12663
12667
|
])) : m("", !0);
|
|
12664
12668
|
}
|
|
12665
|
-
const
|
|
12669
|
+
const Rf = /* @__PURE__ */ B(Af, [["render", qf]]), jf = {
|
|
12666
12670
|
name: "CmdProgressBar",
|
|
12667
12671
|
inheritAttrs: !1,
|
|
12668
12672
|
data() {
|
|
@@ -12704,8 +12708,8 @@ const qf = /* @__PURE__ */ B(Vf, [["render", Hf]]), Rf = {
|
|
|
12704
12708
|
required: !0
|
|
12705
12709
|
}
|
|
12706
12710
|
}
|
|
12707
|
-
},
|
|
12708
|
-
function
|
|
12711
|
+
}, Uf = ["for"], Nf = { class: "progressbar" }, zf = { key: 0 }, Wf = ["id", "value"];
|
|
12712
|
+
function Gf(e, t, n, s, i, l) {
|
|
12709
12713
|
return a(), r("label", {
|
|
12710
12714
|
class: "cmd-progressbar",
|
|
12711
12715
|
for: n.id
|
|
@@ -12713,16 +12717,16 @@ function Wf(e, t, n, s, i, l) {
|
|
|
12713
12717
|
o("span", {
|
|
12714
12718
|
class: x(["label-text", { hidden: !n.showLabel }])
|
|
12715
12719
|
}, y(n.labelText), 3),
|
|
12716
|
-
o("span",
|
|
12717
|
-
n.showLoadingStatus ? (a(), r("span",
|
|
12720
|
+
o("span", Nf, [
|
|
12721
|
+
n.showLoadingStatus ? (a(), r("span", zf, y(i.loadingStatus) + " %", 1)) : m("", !0),
|
|
12718
12722
|
o("progress", T(e.$attrs, {
|
|
12719
12723
|
id: n.id,
|
|
12720
12724
|
value: i.loadingStatus
|
|
12721
|
-
}), null, 16,
|
|
12725
|
+
}), null, 16, Wf)
|
|
12722
12726
|
])
|
|
12723
|
-
], 8,
|
|
12727
|
+
], 8, Uf);
|
|
12724
12728
|
}
|
|
12725
|
-
const
|
|
12729
|
+
const Kf = /* @__PURE__ */ B(jf, [["render", Gf]]), Yf = {
|
|
12726
12730
|
name: "CmdSection",
|
|
12727
12731
|
props: {
|
|
12728
12732
|
/**
|
|
@@ -12773,8 +12777,8 @@ const Gf = /* @__PURE__ */ B(Rf, [["render", Wf]]), Kf = {
|
|
|
12773
12777
|
};
|
|
12774
12778
|
}
|
|
12775
12779
|
}
|
|
12776
|
-
},
|
|
12777
|
-
function
|
|
12780
|
+
}, Jf = ["innerHTML"];
|
|
12781
|
+
function Zf(e, t, n, s, i, l) {
|
|
12778
12782
|
const d = U;
|
|
12779
12783
|
return a(), r("section", {
|
|
12780
12784
|
class: x(["cmd-section flex-container", { box: n.styleAsBox, vertical: n.orientation === "vertical" }])
|
|
@@ -12783,10 +12787,10 @@ function Jf(e, t, n, s, i, l) {
|
|
|
12783
12787
|
n.content && !n.useSlot ? (a(), r("div", {
|
|
12784
12788
|
key: 1,
|
|
12785
12789
|
innerHTML: n.content
|
|
12786
|
-
}, null, 8,
|
|
12790
|
+
}, null, 8, Jf)) : D(e.$slots, "default", { key: 2 })
|
|
12787
12791
|
], 2);
|
|
12788
12792
|
}
|
|
12789
|
-
const
|
|
12793
|
+
const Qf = /* @__PURE__ */ B(Yf, [["render", Zf]]), Xf = {
|
|
12790
12794
|
name: "CmdSidebar",
|
|
12791
12795
|
data() {
|
|
12792
12796
|
return {
|
|
@@ -12853,26 +12857,26 @@ const Zf = /* @__PURE__ */ B(Kf, [["render", Jf]]), Qf = {
|
|
|
12853
12857
|
immediate: !0
|
|
12854
12858
|
}
|
|
12855
12859
|
}
|
|
12856
|
-
},
|
|
12860
|
+
}, $f = { class: "inner-sidebar-wrapper" }, eh = {
|
|
12857
12861
|
key: 1,
|
|
12858
12862
|
class: "open-slot-wrapper"
|
|
12859
|
-
},
|
|
12863
|
+
}, th = {
|
|
12860
12864
|
key: 2,
|
|
12861
12865
|
class: "closed-slot-wrapper"
|
|
12862
|
-
},
|
|
12863
|
-
function
|
|
12866
|
+
}, nh = ["title"];
|
|
12867
|
+
function ih(e, t, n, s, i, l) {
|
|
12864
12868
|
const d = U;
|
|
12865
12869
|
return a(), r("aside", {
|
|
12866
12870
|
class: x(["cmd-sidebar", l.wrapperClass, { box: n.styledAsBox, "collapse-to-right": !n.collapseToLeft }])
|
|
12867
12871
|
}, [
|
|
12868
|
-
o("div",
|
|
12872
|
+
o("div", $f, [
|
|
12869
12873
|
n.cmdHeadline?.headlineText && i.open ? (a(), C(d, T({ key: 0 }, n.cmdHeadline, {
|
|
12870
12874
|
headlineLevel: n.cmdHeadline.headlineLevel || 3,
|
|
12871
12875
|
class: "sidebar-main-headline"
|
|
12872
12876
|
}), null, 16, ["headlineLevel"])) : m("", !0),
|
|
12873
|
-
i.open ? (a(), r("div",
|
|
12877
|
+
i.open ? (a(), r("div", eh, [
|
|
12874
12878
|
D(e.$slots, "open", { openBoxStatus: i.open })
|
|
12875
|
-
])) : (a(), r("div",
|
|
12879
|
+
])) : (a(), r("div", th, [
|
|
12876
12880
|
D(e.$slots, "closed", { openBoxStatus: i.open })
|
|
12877
12881
|
]))
|
|
12878
12882
|
]),
|
|
@@ -12885,10 +12889,10 @@ function nh(e, t, n, s, i, l) {
|
|
|
12885
12889
|
o("span", {
|
|
12886
12890
|
class: x(l.iconClassOpenCollapse)
|
|
12887
12891
|
}, null, 2)
|
|
12888
|
-
], 8,
|
|
12892
|
+
], 8, nh)) : m("", !0)
|
|
12889
12893
|
], 2);
|
|
12890
12894
|
}
|
|
12891
|
-
const
|
|
12895
|
+
const lh = /* @__PURE__ */ B(Xf, [["render", ih]]), oh = {
|
|
12892
12896
|
name: "CmdSiteFooter",
|
|
12893
12897
|
props: {
|
|
12894
12898
|
/**
|
|
@@ -12904,9 +12908,9 @@ const ih = /* @__PURE__ */ B(Qf, [["render", nh]]), lh = {
|
|
|
12904
12908
|
}
|
|
12905
12909
|
}
|
|
12906
12910
|
}
|
|
12907
|
-
},
|
|
12908
|
-
function
|
|
12909
|
-
return a(), r("div",
|
|
12911
|
+
}, ah = { class: "cmd-site-footer site-footer" };
|
|
12912
|
+
function sh(e, t, n, s, i, l) {
|
|
12913
|
+
return a(), r("div", ah, [
|
|
12910
12914
|
o("footer", {
|
|
12911
12915
|
class: x(["flex-container", { vertical: n.orientation === "vertical" }])
|
|
12912
12916
|
}, [
|
|
@@ -12914,7 +12918,7 @@ function ah(e, t, n, s, i, l) {
|
|
|
12914
12918
|
], 2)
|
|
12915
12919
|
]);
|
|
12916
12920
|
}
|
|
12917
|
-
const
|
|
12921
|
+
const rh = /* @__PURE__ */ B(oh, [["render", sh]]), dh = {
|
|
12918
12922
|
name: "CmdSiteHeader",
|
|
12919
12923
|
emits: ["offcanvas"],
|
|
12920
12924
|
data() {
|
|
@@ -13011,11 +13015,11 @@ const sh = /* @__PURE__ */ B(lh, [["render", ah]]), rh = {
|
|
|
13011
13015
|
e.style.height = this.defaultLogoHeight;
|
|
13012
13016
|
}
|
|
13013
13017
|
}
|
|
13014
|
-
},
|
|
13018
|
+
}, uh = {
|
|
13015
13019
|
key: 0,
|
|
13016
13020
|
class: "top-header"
|
|
13017
13021
|
};
|
|
13018
|
-
function
|
|
13022
|
+
function ch(e, t, n, s, i, l) {
|
|
13019
13023
|
const d = wi, c = Li;
|
|
13020
13024
|
return a(), r("div", {
|
|
13021
13025
|
ref: "site-header",
|
|
@@ -13029,7 +13033,7 @@ function uh(e, t, n, s, i, l) {
|
|
|
13029
13033
|
]),
|
|
13030
13034
|
role: "banner"
|
|
13031
13035
|
}, [
|
|
13032
|
-
e.$slots.topheader ? (a(), r("div",
|
|
13036
|
+
e.$slots.topheader ? (a(), r("div", uh, [
|
|
13033
13037
|
D(e.$slots, "topheader")
|
|
13034
13038
|
])) : m("", !0),
|
|
13035
13039
|
o("header", {
|
|
@@ -13057,7 +13061,7 @@ function uh(e, t, n, s, i, l) {
|
|
|
13057
13061
|
}), null, 16, ["closeOffcanvas", "onOffcanvas"])) : m("", !0)
|
|
13058
13062
|
], 2);
|
|
13059
13063
|
}
|
|
13060
|
-
const
|
|
13064
|
+
const mh = /* @__PURE__ */ B(dh, [["render", ch]]), ph = {
|
|
13061
13065
|
data() {
|
|
13062
13066
|
return {
|
|
13063
13067
|
defaultMessageProperties: {
|
|
@@ -13066,7 +13070,7 @@ const ch = /* @__PURE__ */ B(rh, [["render", uh]]), mh = {
|
|
|
13066
13070
|
}
|
|
13067
13071
|
};
|
|
13068
13072
|
}
|
|
13069
|
-
},
|
|
13073
|
+
}, fh = {
|
|
13070
13074
|
emits: [
|
|
13071
13075
|
"search",
|
|
13072
13076
|
"update:modelValueInput1",
|
|
@@ -13075,7 +13079,7 @@ const ch = /* @__PURE__ */ B(rh, [["render", uh]]), mh = {
|
|
|
13075
13079
|
"update:modelValueSearchFilters"
|
|
13076
13080
|
],
|
|
13077
13081
|
name: "CmdBoxSiteSearch",
|
|
13078
|
-
mixins: [X,
|
|
13082
|
+
mixins: [X, ph],
|
|
13079
13083
|
data() {
|
|
13080
13084
|
return {
|
|
13081
13085
|
showFilters: !1
|
|
@@ -13337,21 +13341,21 @@ const ch = /* @__PURE__ */ B(rh, [["render", uh]]), mh = {
|
|
|
13337
13341
|
deep: !0
|
|
13338
13342
|
}
|
|
13339
13343
|
}
|
|
13340
|
-
},
|
|
13344
|
+
}, hh = { class: "cmd-box-site-search flex-container" }, gh = { class: "flex-container align-bottom" }, yh = { class: "input-wrapper align-bottom" }, bh = { key: 0 }, xh = { key: 1 }, Ch = {
|
|
13341
13345
|
key: 0,
|
|
13342
13346
|
class: "flex-container flex-none",
|
|
13343
13347
|
role: "listbox",
|
|
13344
13348
|
"aria-expanded": "true"
|
|
13345
13349
|
};
|
|
13346
|
-
function
|
|
13350
|
+
function vh(e, t, n, s, i, l) {
|
|
13347
13351
|
const d = U, c = K, u = R, h = Jt, p = Ti;
|
|
13348
13352
|
return a(), r(w, null, [
|
|
13349
|
-
o("fieldset",
|
|
13353
|
+
o("fieldset", hh, [
|
|
13350
13354
|
o("legend", {
|
|
13351
13355
|
class: x({ hidden: !n.legend.show, "align-left": n.legend.align === "left" })
|
|
13352
13356
|
}, y(n.legend.text), 3),
|
|
13353
13357
|
n.cmdHeadline ? (a(), C(d, A(T({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
13354
|
-
o("div",
|
|
13358
|
+
o("div", gh, [
|
|
13355
13359
|
f(c, {
|
|
13356
13360
|
element: "input",
|
|
13357
13361
|
type: n.cmdFormElementInput1.type,
|
|
@@ -13363,7 +13367,7 @@ function Ch(e, t, n, s, i, l) {
|
|
|
13363
13367
|
modelValue: l.searchValue1,
|
|
13364
13368
|
"onUpdate:modelValue": t[0] || (t[0] = (b) => l.searchValue1 = b)
|
|
13365
13369
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
|
|
13366
|
-
o("div",
|
|
13370
|
+
o("div", yh, [
|
|
13367
13371
|
n.cmdFormElementInput2.show ? (a(), C(c, {
|
|
13368
13372
|
key: 0,
|
|
13369
13373
|
element: "input",
|
|
@@ -13402,11 +13406,11 @@ function Ch(e, t, n, s, i, l) {
|
|
|
13402
13406
|
iconClass: i.showFilters ? n.cmdIcon?.showFilters?.iconClass : n.cmdIcon?.hideFilters?.iconClass,
|
|
13403
13407
|
type: i.showFilters ? n.cmdIcon?.showFilters?.iconType : n.cmdIcon?.hideFilters?.iconType
|
|
13404
13408
|
}, null, 8, ["iconClass", "type"]),
|
|
13405
|
-
i.showFilters ? (a(), r("span",
|
|
13409
|
+
i.showFilters ? (a(), r("span", bh, y(e.getMessage("site_search.hide_filter_options")), 1)) : (a(), r("span", xh, y(e.getMessage("site_search.show_filter_options")), 1))
|
|
13406
13410
|
]),
|
|
13407
13411
|
f(pe, { name: n.transitionFilters }, {
|
|
13408
13412
|
default: v(() => [
|
|
13409
|
-
i.showFilters && n.cmdFakeSelect?.selectData.length ? (a(), r("div",
|
|
13413
|
+
i.showFilters && n.cmdFakeSelect?.selectData.length ? (a(), r("div", Ch, [
|
|
13410
13414
|
f(h, {
|
|
13411
13415
|
role: "option",
|
|
13412
13416
|
selectData: n.cmdFakeSelect?.selectData,
|
|
@@ -13430,7 +13434,7 @@ function Ch(e, t, n, s, i, l) {
|
|
|
13430
13434
|
}, null, 8, ["modelValue", "selectedOptionsName"])) : m("", !0)
|
|
13431
13435
|
], 64);
|
|
13432
13436
|
}
|
|
13433
|
-
const
|
|
13437
|
+
const kh = /* @__PURE__ */ B(fh, [["render", vh]]), wh = {
|
|
13434
13438
|
name: "CmdSlideshow",
|
|
13435
13439
|
mixins: [Z],
|
|
13436
13440
|
data() {
|
|
@@ -13621,11 +13625,11 @@ const vh = /* @__PURE__ */ B(ph, [["render", Ch]]), kh = {
|
|
|
13621
13625
|
});
|
|
13622
13626
|
}
|
|
13623
13627
|
}
|
|
13624
|
-
},
|
|
13628
|
+
}, Th = ["href", "title"], Sh = { key: 2 }, _h = ["onClick", "aria-label", "title"], Oh = {
|
|
13625
13629
|
key: 3,
|
|
13626
13630
|
class: "item-counter"
|
|
13627
13631
|
};
|
|
13628
|
-
function
|
|
13632
|
+
function Lh(e, t, n, s, i, l) {
|
|
13629
13633
|
const d = nt, c = oe;
|
|
13630
13634
|
return a(), r("div", {
|
|
13631
13635
|
class: x(["cmd-slideshow", { "full-width": i.fullWidth }])
|
|
@@ -13667,7 +13671,7 @@ function Oh(e, t, n, s, i, l) {
|
|
|
13667
13671
|
image: l.currentItem?.image,
|
|
13668
13672
|
figcaption: l.currentItem?.figcaption
|
|
13669
13673
|
}, null, 8, ["image", "figcaption"])
|
|
13670
|
-
], 8,
|
|
13674
|
+
], 8, Th)) : (a(), C(c, {
|
|
13671
13675
|
key: 1,
|
|
13672
13676
|
image: l.currentItem?.image,
|
|
13673
13677
|
figcaption: l.currentItem?.figcaption
|
|
@@ -13691,7 +13695,7 @@ function Oh(e, t, n, s, i, l) {
|
|
|
13691
13695
|
onClick: k(l.showNextItem, ["prevent"]),
|
|
13692
13696
|
class: { disabled: i.slideshowItemEditing }
|
|
13693
13697
|
}, l.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : m("", !0),
|
|
13694
|
-
n.showQuickLinkIcons ? (a(), r("ol",
|
|
13698
|
+
n.showQuickLinkIcons ? (a(), r("ol", Sh, [
|
|
13695
13699
|
(a(!0), r(w, null, P(n.slideshowItems, (u, h) => (a(), r("li", {
|
|
13696
13700
|
key: h,
|
|
13697
13701
|
class: x({ active: h === i.index })
|
|
@@ -13702,14 +13706,14 @@ function Oh(e, t, n, s, i, l) {
|
|
|
13702
13706
|
onClick: k((p) => l.showItem(h), ["prevent"]),
|
|
13703
13707
|
"aria-label": i.index,
|
|
13704
13708
|
title: i.slideshowItemEditing ? "Not allowed while editing!" : "Switch to image #" + (h + 1)
|
|
13705
|
-
}, null, 10,
|
|
13709
|
+
}, null, 10, _h)
|
|
13706
13710
|
], 2))), 128))
|
|
13707
13711
|
])) : m("", !0),
|
|
13708
|
-
n.showCounter ? (a(), r("span",
|
|
13712
|
+
n.showCounter ? (a(), r("span", Oh, y(i.index + 1) + "/" + y(n.slideshowItems.length), 1)) : m("", !0)
|
|
13709
13713
|
], 32)
|
|
13710
13714
|
], 2);
|
|
13711
13715
|
}
|
|
13712
|
-
const
|
|
13716
|
+
const Ih = /* @__PURE__ */ B(wh, [["render", Lh]]), Bh = {
|
|
13713
13717
|
name: "CmdSmartSearch",
|
|
13714
13718
|
data() {
|
|
13715
13719
|
return {
|
|
@@ -13821,11 +13825,11 @@ const Lh = /* @__PURE__ */ B(kh, [["render", Oh]]), Ih = {
|
|
|
13821
13825
|
immediate: !0
|
|
13822
13826
|
}
|
|
13823
13827
|
}
|
|
13824
|
-
},
|
|
13828
|
+
}, Dh = {
|
|
13825
13829
|
key: 0,
|
|
13826
13830
|
class: "list-of-recommendations no-list-items"
|
|
13827
13831
|
};
|
|
13828
|
-
function
|
|
13832
|
+
function Fh(e, t, n, s, i, l) {
|
|
13829
13833
|
const d = K, c = he;
|
|
13830
13834
|
return a(), r("div", {
|
|
13831
13835
|
class: x(["cmd-smart-search", { open: i.showListOfRecommendations, "open-list-to-top": n.openListToTop }])
|
|
@@ -13840,7 +13844,7 @@ function Dh(e, t, n, s, i, l) {
|
|
|
13840
13844
|
l.showRecommendations
|
|
13841
13845
|
]
|
|
13842
13846
|
}), null, 16, ["modelValue", "onUpdate:modelValue"]),
|
|
13843
|
-
i.showListOfRecommendations ? (a(), r("ul",
|
|
13847
|
+
i.showListOfRecommendations ? (a(), r("ul", Dh, [
|
|
13844
13848
|
(a(!0), r(w, null, P(l.filteredListOfRecommendations, (u, h) => (a(), r("li", { key: h }, [
|
|
13845
13849
|
f(c, T({ ref_for: !0 }, l.linkItem(u), {
|
|
13846
13850
|
onClick: (p) => l.optionSelected(u)
|
|
@@ -13854,7 +13858,7 @@ function Dh(e, t, n, s, i, l) {
|
|
|
13854
13858
|
])) : m("", !0)
|
|
13855
13859
|
], 2);
|
|
13856
13860
|
}
|
|
13857
|
-
const
|
|
13861
|
+
const Mh = /* @__PURE__ */ B(Bh, [["render", Fh]]), Ph = {
|
|
13858
13862
|
name: "CmdSwitchLanguage",
|
|
13859
13863
|
emits: ["click"],
|
|
13860
13864
|
data() {
|
|
@@ -13899,10 +13903,10 @@ const Fh = /* @__PURE__ */ B(Ih, [["render", Dh]]), Mh = {
|
|
|
13899
13903
|
this.currentLanguage = e, document.documentElement.lang = e, this.$emit("click", { originalEvent: t, iso2: e });
|
|
13900
13904
|
}
|
|
13901
13905
|
}
|
|
13902
|
-
},
|
|
13903
|
-
function
|
|
13906
|
+
}, Vh = { class: "cmd-switch-language" }, Ah = ["href", "title", "onClick"], Eh = ["src", "alt"], Hh = ["src", "alt"];
|
|
13907
|
+
function qh(e, t, n, s, i, l) {
|
|
13904
13908
|
const d = de("router-link");
|
|
13905
|
-
return a(), r("div",
|
|
13909
|
+
return a(), r("div", Vh, [
|
|
13906
13910
|
o("ul", null, [
|
|
13907
13911
|
(a(!0), r(w, null, P(n.languages, (c, u) => (a(), r("li", { key: u }, [
|
|
13908
13912
|
c.link.type === "href" ? (a(), r("a", {
|
|
@@ -13915,8 +13919,8 @@ function Hh(e, t, n, s, i, l) {
|
|
|
13915
13919
|
o("img", {
|
|
13916
13920
|
src: l.pathFlag(c.iso2),
|
|
13917
13921
|
alt: c.name
|
|
13918
|
-
}, null, 8,
|
|
13919
|
-
], 10,
|
|
13922
|
+
}, null, 8, Eh)
|
|
13923
|
+
], 10, Ah)) : (a(), C(d, {
|
|
13920
13924
|
key: 1,
|
|
13921
13925
|
to: l.getRoute(c),
|
|
13922
13926
|
class: x(["flag", c.iso2]),
|
|
@@ -13927,7 +13931,7 @@ function Hh(e, t, n, s, i, l) {
|
|
|
13927
13931
|
o("img", {
|
|
13928
13932
|
src: l.pathFlag(c.iso2),
|
|
13929
13933
|
alt: c.name
|
|
13930
|
-
}, null, 8,
|
|
13934
|
+
}, null, 8, Hh)
|
|
13931
13935
|
]),
|
|
13932
13936
|
_: 2
|
|
13933
13937
|
}, 1032, ["to", "class", "title", "onClick"]))
|
|
@@ -13935,7 +13939,7 @@ function Hh(e, t, n, s, i, l) {
|
|
|
13935
13939
|
])
|
|
13936
13940
|
]);
|
|
13937
13941
|
}
|
|
13938
|
-
const
|
|
13942
|
+
const Rh = /* @__PURE__ */ B(Ph, [["render", qh]]), jh = {
|
|
13939
13943
|
name: "CmdTable",
|
|
13940
13944
|
data() {
|
|
13941
13945
|
return {
|
|
@@ -14086,19 +14090,19 @@ const qh = /* @__PURE__ */ B(Mh, [["render", Hh]]), Rh = {
|
|
|
14086
14090
|
immediate: !0
|
|
14087
14091
|
}
|
|
14088
14092
|
}
|
|
14089
|
-
},
|
|
14093
|
+
}, Uh = {
|
|
14090
14094
|
key: 0,
|
|
14091
14095
|
class: "button-wrapper"
|
|
14092
|
-
},
|
|
14096
|
+
}, Nh = ["title"], zh = ["title"], Wh = ["innerHTML"], Gh = { "aria-expanded": "true" }, Kh = ["innerHTML"], Yh = {
|
|
14093
14097
|
key: 0,
|
|
14094
14098
|
"aria-expanded": "true"
|
|
14095
|
-
},
|
|
14096
|
-
function
|
|
14099
|
+
}, Jh = ["innerHTML"];
|
|
14100
|
+
function Zh(e, t, n, s, i, l) {
|
|
14097
14101
|
const d = R, c = nt;
|
|
14098
14102
|
return a(), r("div", {
|
|
14099
14103
|
class: x(["cmd-table-wrapper", { collapsed: !i.showTableData, "full-width": i.fullWidth, "has-caption": l.hasCaption, "has-overflow": i.hasOverflow }])
|
|
14100
14104
|
}, [
|
|
14101
|
-
n.collapsible || n.userCanToggleWidth ? (a(), r("div",
|
|
14105
|
+
n.collapsible || n.userCanToggleWidth ? (a(), r("div", Uh, [
|
|
14102
14106
|
n.userCanToggleWidth ? (a(), r("a", {
|
|
14103
14107
|
key: 0,
|
|
14104
14108
|
class: "button",
|
|
@@ -14110,7 +14114,7 @@ function Jh(e, t, n, s, i, l) {
|
|
|
14110
14114
|
iconClass: n.iconToggleWidth.iconClass,
|
|
14111
14115
|
type: n.iconToggleWidth.iconType
|
|
14112
14116
|
}, null, 8, ["iconClass", "type"])
|
|
14113
|
-
], 8,
|
|
14117
|
+
], 8, Nh)) : m("", !0),
|
|
14114
14118
|
n.collapsible ? (a(), r("a", {
|
|
14115
14119
|
key: 1,
|
|
14116
14120
|
class: "button",
|
|
@@ -14122,7 +14126,7 @@ function Jh(e, t, n, s, i, l) {
|
|
|
14122
14126
|
iconClass: i.showTableData ? n.iconCollapse.iconClass : n.iconExpand.iconClass,
|
|
14123
14127
|
type: i.showTableData ? n.iconCollapse.iconType : n.iconExpand.iconType
|
|
14124
14128
|
}, null, 8, ["iconClass", "type"])
|
|
14125
|
-
], 8,
|
|
14129
|
+
], 8, zh)) : m("", !0)
|
|
14126
14130
|
])) : m("", !0),
|
|
14127
14131
|
o("div", {
|
|
14128
14132
|
class: "inner-wrapper",
|
|
@@ -14150,14 +14154,14 @@ function Jh(e, t, n, s, i, l) {
|
|
|
14150
14154
|
(a(!0), r(w, null, P(n.tableData.thead, (u, h) => (a(), r("th", {
|
|
14151
14155
|
key: h,
|
|
14152
14156
|
innerHTML: u
|
|
14153
|
-
}, null, 8,
|
|
14157
|
+
}, null, 8, Wh))), 128))
|
|
14154
14158
|
])
|
|
14155
14159
|
])
|
|
14156
14160
|
]),
|
|
14157
14161
|
f(pe, { name: n.transition }, {
|
|
14158
14162
|
default: v(() => [
|
|
14159
14163
|
D(e.$slots, "table-body", {}, () => [
|
|
14160
|
-
|
|
14164
|
+
z(o("tbody", Gh, [
|
|
14161
14165
|
(a(!0), r(w, null, P(n.tableData.tbody, (u, h) => (a(), r("tr", {
|
|
14162
14166
|
class: x({ active: n.tableData.rowIndexHighlighted === h }),
|
|
14163
14167
|
key: h
|
|
@@ -14166,10 +14170,10 @@ function Jh(e, t, n, s, i, l) {
|
|
|
14166
14170
|
class: x({ active: n.tableData.columnIndexHighlighted === b }),
|
|
14167
14171
|
key: b,
|
|
14168
14172
|
innerHTML: p
|
|
14169
|
-
}, null, 10,
|
|
14173
|
+
}, null, 10, Kh))), 128))
|
|
14170
14174
|
], 2))), 128))
|
|
14171
14175
|
], 512), [
|
|
14172
|
-
[
|
|
14176
|
+
[$, i.showTableData]
|
|
14173
14177
|
])
|
|
14174
14178
|
])
|
|
14175
14179
|
]),
|
|
@@ -14178,13 +14182,13 @@ function Jh(e, t, n, s, i, l) {
|
|
|
14178
14182
|
f(pe, { name: n.transition }, {
|
|
14179
14183
|
default: v(() => [
|
|
14180
14184
|
D(e.$slots, "table-foot", {}, () => [
|
|
14181
|
-
n.tableData.tfoot && n.tableData.tfoot.length && i.showTableData ? (a(), r("tfoot",
|
|
14185
|
+
n.tableData.tfoot && n.tableData.tfoot.length && i.showTableData ? (a(), r("tfoot", Yh, [
|
|
14182
14186
|
o("tr", null, [
|
|
14183
14187
|
(a(!0), r(w, null, P(n.tableData.tfoot, (u, h) => (a(), r("td", {
|
|
14184
14188
|
class: x({ active: n.tableData.columnIndexHighlighted === h }),
|
|
14185
14189
|
key: h,
|
|
14186
14190
|
innerHTML: u
|
|
14187
|
-
}, null, 10,
|
|
14191
|
+
}, null, 10, Jh))), 128))
|
|
14188
14192
|
])
|
|
14189
14193
|
])) : m("", !0)
|
|
14190
14194
|
])
|
|
@@ -14199,17 +14203,17 @@ function Jh(e, t, n, s, i, l) {
|
|
|
14199
14203
|
], 544)
|
|
14200
14204
|
], 2);
|
|
14201
14205
|
}
|
|
14202
|
-
const
|
|
14206
|
+
const Qh = /* @__PURE__ */ B(jh, [["render", Zh]]), Xh = "cmd", $h = { "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
|
|
14203
14207
|
c0-2.037-0.041-4.657-3-4.657c-3.006,0-3.463,2.219-3.463,4.51V30H12V12z"/>
|
|
14204
14208
|
<path fill="currentColor" d="M2,12h6v18H2V12z"/>
|
|
14205
|
-
<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"/>` } },
|
|
14206
|
-
prefix:
|
|
14207
|
-
icons:
|
|
14208
|
-
width:
|
|
14209
|
-
height:
|
|
14209
|
+
<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"/>` } }, eg = 32, tg = 32, ng = {
|
|
14210
|
+
prefix: Xh,
|
|
14211
|
+
icons: $h,
|
|
14212
|
+
width: eg,
|
|
14213
|
+
height: tg
|
|
14210
14214
|
};
|
|
14211
|
-
ti(
|
|
14212
|
-
const
|
|
14215
|
+
ti(ng);
|
|
14216
|
+
const ig = {
|
|
14213
14217
|
name: "CmdTabs",
|
|
14214
14218
|
data() {
|
|
14215
14219
|
return {
|
|
@@ -14283,11 +14287,11 @@ const ng = {
|
|
|
14283
14287
|
this.showTab = this.defaultActiveTab;
|
|
14284
14288
|
}
|
|
14285
14289
|
}
|
|
14286
|
-
},
|
|
14290
|
+
}, lg = ["onClick", "title"], og = { key: 1 }, ag = {
|
|
14287
14291
|
key: 1,
|
|
14288
14292
|
"aria-live": "assertive"
|
|
14289
|
-
},
|
|
14290
|
-
function
|
|
14293
|
+
}, sg = ["innerHTML"];
|
|
14294
|
+
function rg(e, t, n, s, i, l) {
|
|
14291
14295
|
const d = R, c = U;
|
|
14292
14296
|
return a(), r("div", {
|
|
14293
14297
|
class: x(["cmd-tabs", n.highlightLevel])
|
|
@@ -14312,19 +14316,19 @@ function sg(e, t, n, s, i, l) {
|
|
|
14312
14316
|
iconClass: u.iconClass,
|
|
14313
14317
|
type: u.iconType
|
|
14314
14318
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
14315
|
-
u.text ? (a(), r("span",
|
|
14316
|
-
], 10,
|
|
14319
|
+
u.text ? (a(), r("span", og, y(u.text), 1)) : m("", !0)
|
|
14320
|
+
], 10, lg)
|
|
14317
14321
|
], 2))), 128))
|
|
14318
14322
|
], 2),
|
|
14319
|
-
n.useSlot ? (a(!0), r(w, { key: 0 }, P(n.tabs.length, (u) =>
|
|
14323
|
+
n.useSlot ? (a(!0), r(w, { key: 0 }, P(n.tabs.length, (u) => z((a(), r("div", {
|
|
14320
14324
|
key: u,
|
|
14321
14325
|
"aria-live": "assertive",
|
|
14322
14326
|
class: x(["tab-content-" + (u - 1), { "no-padding": !n.useDefaultPadding }])
|
|
14323
14327
|
}, [
|
|
14324
14328
|
D(e.$slots, "tab-content-" + (u - 1))
|
|
14325
14329
|
], 2)), [
|
|
14326
|
-
[
|
|
14327
|
-
])), 128)) : (a(), r("div",
|
|
14330
|
+
[$, i.showTab === u - 1]
|
|
14331
|
+
])), 128)) : (a(), r("div", ag, [
|
|
14328
14332
|
n.cmdHeadline ? (a(), C(c, T({ key: 0 }, n.cmdHeadline, {
|
|
14329
14333
|
headlineText: n.tabs[i.showTab].headlineText,
|
|
14330
14334
|
headlineLevel: n.tabs[i.showTab].headlineLevel
|
|
@@ -14332,11 +14336,11 @@ function sg(e, t, n, s, i, l) {
|
|
|
14332
14336
|
o("div", {
|
|
14333
14337
|
innerHTML: n.tabs[i.showTab].htmlContent,
|
|
14334
14338
|
class: x({ "no-padding": !n.useDefaultPadding })
|
|
14335
|
-
}, null, 10,
|
|
14339
|
+
}, null, 10, sg)
|
|
14336
14340
|
]))
|
|
14337
14341
|
], 2);
|
|
14338
14342
|
}
|
|
14339
|
-
const Fi = /* @__PURE__ */ B(
|
|
14343
|
+
const Fi = /* @__PURE__ */ B(ig, [["render", rg]]), dg = {
|
|
14340
14344
|
name: "CmdTextImageBlock",
|
|
14341
14345
|
mixins: [Z],
|
|
14342
14346
|
data() {
|
|
@@ -14453,8 +14457,8 @@ const Fi = /* @__PURE__ */ B(ng, [["render", sg]]), rg = {
|
|
|
14453
14457
|
immediate: !0
|
|
14454
14458
|
}
|
|
14455
14459
|
}
|
|
14456
|
-
},
|
|
14457
|
-
function
|
|
14460
|
+
}, ug = ["innerHTML"], cg = ["innerHTML"];
|
|
14461
|
+
function mg(e, t, n, s, i, l) {
|
|
14458
14462
|
const d = U, c = oe, u = Ce;
|
|
14459
14463
|
return a(), r("div", {
|
|
14460
14464
|
class: x(["cmd-text-image-block flex-container", n.orientation])
|
|
@@ -14474,7 +14478,7 @@ function cg(e, t, n, s, i, l) {
|
|
|
14474
14478
|
n.htmlContent ? (a(), r("div", {
|
|
14475
14479
|
key: 1,
|
|
14476
14480
|
innerHTML: n.htmlContent
|
|
14477
|
-
}, null, 8,
|
|
14481
|
+
}, null, 8, ug)) : m("", !0),
|
|
14478
14482
|
D(e.$slots, "default")
|
|
14479
14483
|
], 2)),
|
|
14480
14484
|
e.editModeContext ? (a(), C(u, {
|
|
@@ -14488,7 +14492,7 @@ function cg(e, t, n, s, i, l) {
|
|
|
14488
14492
|
allowDeleteComponent: !!n.htmlContent
|
|
14489
14493
|
}, {
|
|
14490
14494
|
default: v((h) => [
|
|
14491
|
-
h.editing ?
|
|
14495
|
+
h.editing ? z((a(), r("textarea", {
|
|
14492
14496
|
key: 0,
|
|
14493
14497
|
class: x(["edit-mode", l.textAlign]),
|
|
14494
14498
|
"onUpdate:modelValue": t[0] || (t[0] = (p) => i.editableHtmlContent = p),
|
|
@@ -14499,7 +14503,7 @@ function cg(e, t, n, s, i, l) {
|
|
|
14499
14503
|
key: 1,
|
|
14500
14504
|
innerHTML: n.htmlContent,
|
|
14501
14505
|
class: x(l.textAlign)
|
|
14502
|
-
}, null, 10,
|
|
14506
|
+
}, null, 10, cg)) : (a(), r("button", {
|
|
14503
14507
|
key: 2,
|
|
14504
14508
|
type: "button",
|
|
14505
14509
|
class: "button confirm",
|
|
@@ -14513,7 +14517,7 @@ function cg(e, t, n, s, i, l) {
|
|
|
14513
14517
|
}, 8, ["componentProps", "componentPath", "allowDeleteComponent"])) : m("", !0)
|
|
14514
14518
|
], 2);
|
|
14515
14519
|
}
|
|
14516
|
-
const
|
|
14520
|
+
const pg = /* @__PURE__ */ B(dg, [["render", mg]]), fg = {
|
|
14517
14521
|
name: "ToggleDarkMode",
|
|
14518
14522
|
mixins: [
|
|
14519
14523
|
Z
|
|
@@ -14666,8 +14670,8 @@ const mg = /* @__PURE__ */ B(rg, [["render", cg]]), pg = {
|
|
|
14666
14670
|
immediate: !0
|
|
14667
14671
|
}
|
|
14668
14672
|
}
|
|
14669
|
-
},
|
|
14670
|
-
function
|
|
14673
|
+
}, hg = { key: 0 };
|
|
14674
|
+
function gg(e, t, n, s, i, l) {
|
|
14671
14675
|
const d = R, c = K;
|
|
14672
14676
|
return a(), r("div", {
|
|
14673
14677
|
class: x(["cmd-toggle-dark-mode", { "styled-layout": n.useStyledLayout, "dark-mode": i.darkMode }])
|
|
@@ -14696,7 +14700,7 @@ function hg(e, t, n, s, i, l) {
|
|
|
14696
14700
|
class: x(["button", { "dark-mode": i.darkMode }]),
|
|
14697
14701
|
onClick: t[0] || (t[0] = k((...u) => l.toggleColorScheme && l.toggleColorScheme(...u), ["prevent"]))
|
|
14698
14702
|
}, [
|
|
14699
|
-
n.showLabel ? (a(), r("span",
|
|
14703
|
+
n.showLabel ? (a(), r("span", hg, y(l.labelText), 1)) : m("", !0),
|
|
14700
14704
|
f(d, {
|
|
14701
14705
|
iconClass: l.iconClass,
|
|
14702
14706
|
type: l.iconType,
|
|
@@ -14719,7 +14723,7 @@ function hg(e, t, n, s, i, l) {
|
|
|
14719
14723
|
], 64))
|
|
14720
14724
|
], 2);
|
|
14721
14725
|
}
|
|
14722
|
-
const
|
|
14726
|
+
const yg = /* @__PURE__ */ B(fg, [["render", gg]]), bg = {
|
|
14723
14727
|
data() {
|
|
14724
14728
|
return {
|
|
14725
14729
|
defaultMessageProperties: {
|
|
@@ -14777,28 +14781,28 @@ function Mi(e, t) {
|
|
|
14777
14781
|
return e.apply(t, arguments);
|
|
14778
14782
|
};
|
|
14779
14783
|
}
|
|
14780
|
-
const { toString:
|
|
14781
|
-
const n =
|
|
14784
|
+
const { toString: xg } = Object.prototype, { getPrototypeOf: en } = Object, it = /* @__PURE__ */ ((e) => (t) => {
|
|
14785
|
+
const n = xg.call(t);
|
|
14782
14786
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
14783
14787
|
})(/* @__PURE__ */ Object.create(null)), ae = (e) => (e = e.toLowerCase(), (t) => it(t) === e), lt = (e) => (t) => typeof t === e, { isArray: _e } = Array, Ee = lt("undefined");
|
|
14784
|
-
function
|
|
14788
|
+
function Cg(e) {
|
|
14785
14789
|
return e !== null && !Ee(e) && e.constructor !== null && !Ee(e.constructor) && ne(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
14786
14790
|
}
|
|
14787
14791
|
const Pi = ae("ArrayBuffer");
|
|
14788
|
-
function
|
|
14792
|
+
function vg(e) {
|
|
14789
14793
|
let t;
|
|
14790
14794
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Pi(e.buffer), t;
|
|
14791
14795
|
}
|
|
14792
|
-
const
|
|
14796
|
+
const kg = lt("string"), ne = lt("function"), Vi = lt("number"), ot = (e) => e !== null && typeof e == "object", wg = (e) => e === !0 || e === !1, We = (e) => {
|
|
14793
14797
|
if (it(e) !== "object")
|
|
14794
14798
|
return !1;
|
|
14795
14799
|
const t = en(e);
|
|
14796
14800
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
|
14797
|
-
},
|
|
14801
|
+
}, Tg = ae("Date"), Sg = ae("File"), _g = ae("Blob"), Og = ae("FileList"), Lg = (e) => ot(e) && ne(e.pipe), Ig = (e) => {
|
|
14798
14802
|
let t;
|
|
14799
14803
|
return e && (typeof FormData == "function" && e instanceof FormData || ne(e.append) && ((t = it(e)) === "formdata" || // detect form-data instance
|
|
14800
14804
|
t === "object" && ne(e.toString) && e.toString() === "[object FormData]"));
|
|
14801
|
-
},
|
|
14805
|
+
}, Bg = ae("URLSearchParams"), [Dg, Fg, Mg, Pg] = ["ReadableStream", "Request", "Response", "Headers"].map(ae), Vg = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
14802
14806
|
function He(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
14803
14807
|
if (e === null || typeof e > "u")
|
|
14804
14808
|
return;
|
|
@@ -14832,13 +14836,13 @@ function It() {
|
|
|
14832
14836
|
arguments[s] && He(arguments[s], n);
|
|
14833
14837
|
return t;
|
|
14834
14838
|
}
|
|
14835
|
-
const
|
|
14839
|
+
const Ag = (e, t, n, { allOwnKeys: s } = {}) => (He(t, (i, l) => {
|
|
14836
14840
|
n && ne(i) ? e[l] = Mi(i, n) : e[l] = i;
|
|
14837
|
-
}, { allOwnKeys: s }), e),
|
|
14841
|
+
}, { allOwnKeys: s }), e), Eg = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Hg = (e, t, n, s) => {
|
|
14838
14842
|
e.prototype = Object.create(t.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
14839
14843
|
value: t.prototype
|
|
14840
14844
|
}), n && Object.assign(e.prototype, n);
|
|
14841
|
-
},
|
|
14845
|
+
}, qg = (e, t, n, s) => {
|
|
14842
14846
|
let i, l, d;
|
|
14843
14847
|
const c = {};
|
|
14844
14848
|
if (t = t || {}, e == null) return t;
|
|
@@ -14848,11 +14852,11 @@ const Vg = (e, t, n, { allOwnKeys: s } = {}) => (He(t, (i, l) => {
|
|
|
14848
14852
|
e = n !== !1 && en(e);
|
|
14849
14853
|
} while (e && (!n || n(e, t)) && e !== Object.prototype);
|
|
14850
14854
|
return t;
|
|
14851
|
-
},
|
|
14855
|
+
}, Rg = (e, t, n) => {
|
|
14852
14856
|
e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
|
|
14853
14857
|
const s = e.indexOf(t, n);
|
|
14854
14858
|
return s !== -1 && s === n;
|
|
14855
|
-
},
|
|
14859
|
+
}, jg = (e) => {
|
|
14856
14860
|
if (!e) return null;
|
|
14857
14861
|
if (_e(e)) return e;
|
|
14858
14862
|
let t = e.length;
|
|
@@ -14861,31 +14865,31 @@ const Vg = (e, t, n, { allOwnKeys: s } = {}) => (He(t, (i, l) => {
|
|
|
14861
14865
|
for (; t-- > 0; )
|
|
14862
14866
|
n[t] = e[t];
|
|
14863
14867
|
return n;
|
|
14864
|
-
},
|
|
14868
|
+
}, Ug = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && en(Uint8Array)), Ng = (e, t) => {
|
|
14865
14869
|
const s = (e && e[Symbol.iterator]).call(e);
|
|
14866
14870
|
let i;
|
|
14867
14871
|
for (; (i = s.next()) && !i.done; ) {
|
|
14868
14872
|
const l = i.value;
|
|
14869
14873
|
t.call(e, l[0], l[1]);
|
|
14870
14874
|
}
|
|
14871
|
-
},
|
|
14875
|
+
}, zg = (e, t) => {
|
|
14872
14876
|
let n;
|
|
14873
14877
|
const s = [];
|
|
14874
14878
|
for (; (n = e.exec(t)) !== null; )
|
|
14875
14879
|
s.push(n);
|
|
14876
14880
|
return s;
|
|
14877
|
-
},
|
|
14881
|
+
}, Wg = ae("HTMLFormElement"), Gg = (e) => e.toLowerCase().replace(
|
|
14878
14882
|
/[-_\s]([a-z\d])(\w*)/g,
|
|
14879
14883
|
function(n, s, i) {
|
|
14880
14884
|
return s.toUpperCase() + i;
|
|
14881
14885
|
}
|
|
14882
|
-
), Mn = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype),
|
|
14886
|
+
), Mn = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Kg = ae("RegExp"), qi = (e, t) => {
|
|
14883
14887
|
const n = Object.getOwnPropertyDescriptors(e), s = {};
|
|
14884
14888
|
He(n, (i, l) => {
|
|
14885
14889
|
let d;
|
|
14886
14890
|
(d = t(i, l, e)) !== !1 && (s[l] = d || i);
|
|
14887
14891
|
}), Object.defineProperties(e, s);
|
|
14888
|
-
},
|
|
14892
|
+
}, Yg = (e) => {
|
|
14889
14893
|
qi(e, (t, n) => {
|
|
14890
14894
|
if (ne(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
|
|
14891
14895
|
return !1;
|
|
@@ -14900,29 +14904,29 @@ const Vg = (e, t, n, { allOwnKeys: s } = {}) => (He(t, (i, l) => {
|
|
|
14900
14904
|
});
|
|
14901
14905
|
}
|
|
14902
14906
|
});
|
|
14903
|
-
},
|
|
14907
|
+
}, Jg = (e, t) => {
|
|
14904
14908
|
const n = {}, s = (i) => {
|
|
14905
14909
|
i.forEach((l) => {
|
|
14906
14910
|
n[l] = !0;
|
|
14907
14911
|
});
|
|
14908
14912
|
};
|
|
14909
14913
|
return _e(e) ? s(e) : s(String(e).split(t)), n;
|
|
14910
|
-
},
|
|
14911
|
-
},
|
|
14914
|
+
}, Zg = () => {
|
|
14915
|
+
}, Qg = (e, t) => e != null && Number.isFinite(e = +e) ? e : t, gt = "abcdefghijklmnopqrstuvwxyz", Pn = "0123456789", Ri = {
|
|
14912
14916
|
DIGIT: Pn,
|
|
14913
14917
|
ALPHA: gt,
|
|
14914
14918
|
ALPHA_DIGIT: gt + gt.toUpperCase() + Pn
|
|
14915
|
-
},
|
|
14919
|
+
}, Xg = (e = 16, t = Ri.ALPHA_DIGIT) => {
|
|
14916
14920
|
let n = "";
|
|
14917
14921
|
const { length: s } = t;
|
|
14918
14922
|
for (; e--; )
|
|
14919
14923
|
n += t[Math.random() * s | 0];
|
|
14920
14924
|
return n;
|
|
14921
14925
|
};
|
|
14922
|
-
function
|
|
14926
|
+
function $g(e) {
|
|
14923
14927
|
return !!(e && ne(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
|
|
14924
14928
|
}
|
|
14925
|
-
const
|
|
14929
|
+
const ey = (e) => {
|
|
14926
14930
|
const t = new Array(10), n = (s, i) => {
|
|
14927
14931
|
if (ot(s)) {
|
|
14928
14932
|
if (t.indexOf(s) >= 0)
|
|
@@ -14939,63 +14943,63 @@ const $g = (e) => {
|
|
|
14939
14943
|
return s;
|
|
14940
14944
|
};
|
|
14941
14945
|
return n(e, 0);
|
|
14942
|
-
},
|
|
14946
|
+
}, ty = ae("AsyncFunction"), ny = (e) => e && (ot(e) || ne(e)) && ne(e.then) && ne(e.catch), _ = {
|
|
14943
14947
|
isArray: _e,
|
|
14944
14948
|
isArrayBuffer: Pi,
|
|
14945
|
-
isBuffer:
|
|
14946
|
-
isFormData:
|
|
14947
|
-
isArrayBufferView:
|
|
14948
|
-
isString:
|
|
14949
|
+
isBuffer: Cg,
|
|
14950
|
+
isFormData: Ig,
|
|
14951
|
+
isArrayBufferView: vg,
|
|
14952
|
+
isString: kg,
|
|
14949
14953
|
isNumber: Vi,
|
|
14950
|
-
isBoolean:
|
|
14954
|
+
isBoolean: wg,
|
|
14951
14955
|
isObject: ot,
|
|
14952
14956
|
isPlainObject: We,
|
|
14953
|
-
isReadableStream:
|
|
14954
|
-
isRequest:
|
|
14955
|
-
isResponse:
|
|
14956
|
-
isHeaders:
|
|
14957
|
+
isReadableStream: Dg,
|
|
14958
|
+
isRequest: Fg,
|
|
14959
|
+
isResponse: Mg,
|
|
14960
|
+
isHeaders: Pg,
|
|
14957
14961
|
isUndefined: Ee,
|
|
14958
|
-
isDate:
|
|
14959
|
-
isFile:
|
|
14960
|
-
isBlob:
|
|
14961
|
-
isRegExp:
|
|
14962
|
+
isDate: Tg,
|
|
14963
|
+
isFile: Sg,
|
|
14964
|
+
isBlob: _g,
|
|
14965
|
+
isRegExp: Kg,
|
|
14962
14966
|
isFunction: ne,
|
|
14963
|
-
isStream:
|
|
14964
|
-
isURLSearchParams:
|
|
14965
|
-
isTypedArray:
|
|
14966
|
-
isFileList:
|
|
14967
|
+
isStream: Lg,
|
|
14968
|
+
isURLSearchParams: Bg,
|
|
14969
|
+
isTypedArray: Ug,
|
|
14970
|
+
isFileList: Og,
|
|
14967
14971
|
forEach: He,
|
|
14968
14972
|
merge: It,
|
|
14969
|
-
extend:
|
|
14970
|
-
trim:
|
|
14971
|
-
stripBOM:
|
|
14972
|
-
inherits:
|
|
14973
|
-
toFlatObject:
|
|
14973
|
+
extend: Ag,
|
|
14974
|
+
trim: Vg,
|
|
14975
|
+
stripBOM: Eg,
|
|
14976
|
+
inherits: Hg,
|
|
14977
|
+
toFlatObject: qg,
|
|
14974
14978
|
kindOf: it,
|
|
14975
14979
|
kindOfTest: ae,
|
|
14976
|
-
endsWith:
|
|
14977
|
-
toArray:
|
|
14978
|
-
forEachEntry:
|
|
14979
|
-
matchAll:
|
|
14980
|
-
isHTMLForm:
|
|
14980
|
+
endsWith: Rg,
|
|
14981
|
+
toArray: jg,
|
|
14982
|
+
forEachEntry: Ng,
|
|
14983
|
+
matchAll: zg,
|
|
14984
|
+
isHTMLForm: Wg,
|
|
14981
14985
|
hasOwnProperty: Mn,
|
|
14982
14986
|
hasOwnProp: Mn,
|
|
14983
14987
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
14984
14988
|
reduceDescriptors: qi,
|
|
14985
|
-
freezeMethods:
|
|
14986
|
-
toObjectSet:
|
|
14987
|
-
toCamelCase:
|
|
14988
|
-
noop:
|
|
14989
|
-
toFiniteNumber:
|
|
14989
|
+
freezeMethods: Yg,
|
|
14990
|
+
toObjectSet: Jg,
|
|
14991
|
+
toCamelCase: Gg,
|
|
14992
|
+
noop: Zg,
|
|
14993
|
+
toFiniteNumber: Qg,
|
|
14990
14994
|
findKey: Ai,
|
|
14991
14995
|
global: Ei,
|
|
14992
14996
|
isContextDefined: Hi,
|
|
14993
14997
|
ALPHABET: Ri,
|
|
14994
|
-
generateString:
|
|
14995
|
-
isSpecCompliantForm:
|
|
14996
|
-
toJSONObject:
|
|
14997
|
-
isAsyncFn:
|
|
14998
|
-
isThenable:
|
|
14998
|
+
generateString: Xg,
|
|
14999
|
+
isSpecCompliantForm: $g,
|
|
15000
|
+
toJSONObject: ey,
|
|
15001
|
+
isAsyncFn: ty,
|
|
15002
|
+
isThenable: ny
|
|
14999
15003
|
};
|
|
15000
15004
|
function E(e, t, n, s, i) {
|
|
15001
15005
|
Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), s && (this.request = s), i && (this.response = i);
|
|
@@ -15047,7 +15051,7 @@ E.from = (e, t, n, s, i, l) => {
|
|
|
15047
15051
|
return u !== Error.prototype;
|
|
15048
15052
|
}, (c) => c !== "isAxiosError"), E.call(d, e.message, t, n, s, i), d.cause = e, d.name = e.name, l && Object.assign(d, l), d;
|
|
15049
15053
|
};
|
|
15050
|
-
const
|
|
15054
|
+
const iy = null;
|
|
15051
15055
|
function Bt(e) {
|
|
15052
15056
|
return _.isPlainObject(e) || _.isArray(e);
|
|
15053
15057
|
}
|
|
@@ -15059,10 +15063,10 @@ function Vn(e, t, n) {
|
|
|
15059
15063
|
return i = Ni(i), !n && l ? "[" + i + "]" : i;
|
|
15060
15064
|
}).join(n ? "." : "") : t;
|
|
15061
15065
|
}
|
|
15062
|
-
function
|
|
15066
|
+
function ly(e) {
|
|
15063
15067
|
return _.isArray(e) && !e.some(Bt);
|
|
15064
15068
|
}
|
|
15065
|
-
const
|
|
15069
|
+
const oy = _.toFlatObject(_, {}, null, function(t) {
|
|
15066
15070
|
return /^is[A-Z]/.test(t);
|
|
15067
15071
|
});
|
|
15068
15072
|
function at(e, t, n) {
|
|
@@ -15091,7 +15095,7 @@ function at(e, t, n) {
|
|
|
15091
15095
|
if (L && !V && typeof L == "object") {
|
|
15092
15096
|
if (_.endsWith(O, "{}"))
|
|
15093
15097
|
O = s ? O : O.slice(0, -2), L = JSON.stringify(L);
|
|
15094
|
-
else if (_.isArray(L) &&
|
|
15098
|
+
else if (_.isArray(L) && ly(L) || (_.isFileList(L) || _.endsWith(O, "[]")) && (q = _.toArray(L)))
|
|
15095
15099
|
return O = Ni(O), q.forEach(function(j, Y) {
|
|
15096
15100
|
!(_.isUndefined(j) || j === null) && t.append(
|
|
15097
15101
|
// eslint-disable-next-line no-nested-ternary
|
|
@@ -15102,7 +15106,7 @@ function at(e, t, n) {
|
|
|
15102
15106
|
}
|
|
15103
15107
|
return Bt(L) ? !0 : (t.append(Vn(V, O, l), h(L)), !1);
|
|
15104
15108
|
}
|
|
15105
|
-
const b = [], S = Object.assign(
|
|
15109
|
+
const b = [], S = Object.assign(oy, {
|
|
15106
15110
|
defaultVisitor: p,
|
|
15107
15111
|
convertValue: h,
|
|
15108
15112
|
isVisitable: Bt
|
|
@@ -15155,13 +15159,13 @@ zi.toString = function(t) {
|
|
|
15155
15159
|
return n(i[0]) + "=" + n(i[1]);
|
|
15156
15160
|
}, "").join("&");
|
|
15157
15161
|
};
|
|
15158
|
-
function
|
|
15162
|
+
function ay(e) {
|
|
15159
15163
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
|
15160
15164
|
}
|
|
15161
15165
|
function Wi(e, t, n) {
|
|
15162
15166
|
if (!t)
|
|
15163
15167
|
return e;
|
|
15164
|
-
const s = n && n.encode ||
|
|
15168
|
+
const s = n && n.encode || ay, i = n && n.serialize;
|
|
15165
15169
|
let l;
|
|
15166
15170
|
if (i ? l = i(t, n) : l = _.isURLSearchParams(t) ? t.toString() : new tn(t, n).toString(s), l) {
|
|
15167
15171
|
const d = e.indexOf("#");
|
|
@@ -15227,36 +15231,36 @@ const Gi = {
|
|
|
15227
15231
|
silentJSONParsing: !0,
|
|
15228
15232
|
forcedJSONParsing: !0,
|
|
15229
15233
|
clarifyTimeoutError: !1
|
|
15230
|
-
},
|
|
15234
|
+
}, sy = typeof URLSearchParams < "u" ? URLSearchParams : tn, ry = typeof FormData < "u" ? FormData : null, dy = typeof Blob < "u" ? Blob : null, uy = {
|
|
15231
15235
|
isBrowser: !0,
|
|
15232
15236
|
classes: {
|
|
15233
|
-
URLSearchParams:
|
|
15234
|
-
FormData:
|
|
15235
|
-
Blob:
|
|
15237
|
+
URLSearchParams: sy,
|
|
15238
|
+
FormData: ry,
|
|
15239
|
+
Blob: dy
|
|
15236
15240
|
},
|
|
15237
15241
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
15238
|
-
}, nn = typeof window < "u" && typeof document < "u",
|
|
15239
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
|
15242
|
+
}, nn = typeof window < "u" && typeof document < "u", cy = ((e) => nn && ["ReactNative", "NativeScript", "NS"].indexOf(e) < 0)(typeof navigator < "u" && navigator.product), my = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
15243
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", py = nn && window.location.href || "http://localhost", fy = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
15240
15244
|
__proto__: null,
|
|
15241
15245
|
hasBrowserEnv: nn,
|
|
15242
|
-
hasStandardBrowserEnv:
|
|
15243
|
-
hasStandardBrowserWebWorkerEnv:
|
|
15244
|
-
origin:
|
|
15246
|
+
hasStandardBrowserEnv: cy,
|
|
15247
|
+
hasStandardBrowserWebWorkerEnv: my,
|
|
15248
|
+
origin: py
|
|
15245
15249
|
}, Symbol.toStringTag, { value: "Module" })), le = {
|
|
15246
|
-
...
|
|
15247
|
-
...
|
|
15250
|
+
...fy,
|
|
15251
|
+
...uy
|
|
15248
15252
|
};
|
|
15249
|
-
function
|
|
15253
|
+
function hy(e, t) {
|
|
15250
15254
|
return at(e, new le.classes.URLSearchParams(), Object.assign({
|
|
15251
15255
|
visitor: function(n, s, i, l) {
|
|
15252
15256
|
return le.isNode && _.isBuffer(n) ? (this.append(s, n.toString("base64")), !1) : l.defaultVisitor.apply(this, arguments);
|
|
15253
15257
|
}
|
|
15254
15258
|
}, t));
|
|
15255
15259
|
}
|
|
15256
|
-
function
|
|
15260
|
+
function gy(e) {
|
|
15257
15261
|
return _.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
|
|
15258
15262
|
}
|
|
15259
|
-
function
|
|
15263
|
+
function yy(e) {
|
|
15260
15264
|
const t = {}, n = Object.keys(e);
|
|
15261
15265
|
let s;
|
|
15262
15266
|
const i = n.length;
|
|
@@ -15270,17 +15274,17 @@ function Ki(e) {
|
|
|
15270
15274
|
let d = n[l++];
|
|
15271
15275
|
if (d === "__proto__") return !0;
|
|
15272
15276
|
const c = Number.isFinite(+d), u = l >= n.length;
|
|
15273
|
-
return d = !d && _.isArray(i) ? i.length : d, u ? (_.hasOwnProp(i, d) ? i[d] = [i[d], s] : i[d] = s, !c) : ((!i[d] || !_.isObject(i[d])) && (i[d] = []), t(n, s, i[d], l) && _.isArray(i[d]) && (i[d] =
|
|
15277
|
+
return d = !d && _.isArray(i) ? i.length : d, u ? (_.hasOwnProp(i, d) ? i[d] = [i[d], s] : i[d] = s, !c) : ((!i[d] || !_.isObject(i[d])) && (i[d] = []), t(n, s, i[d], l) && _.isArray(i[d]) && (i[d] = yy(i[d])), !c);
|
|
15274
15278
|
}
|
|
15275
15279
|
if (_.isFormData(e) && _.isFunction(e.entries)) {
|
|
15276
15280
|
const n = {};
|
|
15277
15281
|
return _.forEachEntry(e, (s, i) => {
|
|
15278
|
-
t(
|
|
15282
|
+
t(gy(s), i, n, 0);
|
|
15279
15283
|
}), n;
|
|
15280
15284
|
}
|
|
15281
15285
|
return null;
|
|
15282
15286
|
}
|
|
15283
|
-
function
|
|
15287
|
+
function by(e, t, n) {
|
|
15284
15288
|
if (_.isString(e))
|
|
15285
15289
|
try {
|
|
15286
15290
|
return (t || JSON.parse)(e), _.trim(e);
|
|
@@ -15306,7 +15310,7 @@ const qe = {
|
|
|
15306
15310
|
let c;
|
|
15307
15311
|
if (l) {
|
|
15308
15312
|
if (s.indexOf("application/x-www-form-urlencoded") > -1)
|
|
15309
|
-
return
|
|
15313
|
+
return hy(t, this.formSerializer).toString();
|
|
15310
15314
|
if ((c = _.isFileList(t)) || s.indexOf("multipart/form-data") > -1) {
|
|
15311
15315
|
const u = this.env && this.env.FormData;
|
|
15312
15316
|
return at(
|
|
@@ -15316,7 +15320,7 @@ const qe = {
|
|
|
15316
15320
|
);
|
|
15317
15321
|
}
|
|
15318
15322
|
}
|
|
15319
|
-
return l || i ? (n.setContentType("application/json", !1),
|
|
15323
|
+
return l || i ? (n.setContentType("application/json", !1), by(t)) : t;
|
|
15320
15324
|
}],
|
|
15321
15325
|
transformResponse: [function(t) {
|
|
15322
15326
|
const n = this.transitional || qe.transitional, s = n && n.forcedJSONParsing, i = this.responseType === "json";
|
|
@@ -15359,7 +15363,7 @@ const qe = {
|
|
|
15359
15363
|
_.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
|
15360
15364
|
qe.headers[e] = {};
|
|
15361
15365
|
});
|
|
15362
|
-
const
|
|
15366
|
+
const xy = _.toObjectSet([
|
|
15363
15367
|
"age",
|
|
15364
15368
|
"authorization",
|
|
15365
15369
|
"content-length",
|
|
@@ -15377,12 +15381,12 @@ const by = _.toObjectSet([
|
|
|
15377
15381
|
"referer",
|
|
15378
15382
|
"retry-after",
|
|
15379
15383
|
"user-agent"
|
|
15380
|
-
]),
|
|
15384
|
+
]), Cy = (e) => {
|
|
15381
15385
|
const t = {};
|
|
15382
15386
|
let n, s, i;
|
|
15383
15387
|
return e && e.split(`
|
|
15384
15388
|
`).forEach(function(d) {
|
|
15385
|
-
i = d.indexOf(":"), n = d.substring(0, i).trim().toLowerCase(), s = d.substring(i + 1).trim(), !(!n || t[n] &&
|
|
15389
|
+
i = d.indexOf(":"), n = d.substring(0, i).trim().toLowerCase(), s = d.substring(i + 1).trim(), !(!n || t[n] && xy[n]) && (n === "set-cookie" ? t[n] ? t[n].push(s) : t[n] = [s] : t[n] = t[n] ? t[n] + ", " + s : s);
|
|
15386
15390
|
}), t;
|
|
15387
15391
|
}, Hn = Symbol("internals");
|
|
15388
15392
|
function Be(e) {
|
|
@@ -15391,14 +15395,14 @@ function Be(e) {
|
|
|
15391
15395
|
function Ge(e) {
|
|
15392
15396
|
return e === !1 || e == null ? e : _.isArray(e) ? e.map(Ge) : String(e);
|
|
15393
15397
|
}
|
|
15394
|
-
function
|
|
15398
|
+
function vy(e) {
|
|
15395
15399
|
const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
15396
15400
|
let s;
|
|
15397
15401
|
for (; s = n.exec(e); )
|
|
15398
15402
|
t[s[1]] = s[2];
|
|
15399
15403
|
return t;
|
|
15400
15404
|
}
|
|
15401
|
-
const
|
|
15405
|
+
const ky = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
|
15402
15406
|
function yt(e, t, n, s, i) {
|
|
15403
15407
|
if (_.isFunction(s))
|
|
15404
15408
|
return s.call(this, t, n);
|
|
@@ -15409,10 +15413,10 @@ function yt(e, t, n, s, i) {
|
|
|
15409
15413
|
return s.test(t);
|
|
15410
15414
|
}
|
|
15411
15415
|
}
|
|
15412
|
-
function
|
|
15416
|
+
function wy(e) {
|
|
15413
15417
|
return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, n, s) => n.toUpperCase() + s);
|
|
15414
15418
|
}
|
|
15415
|
-
function
|
|
15419
|
+
function Ty(e, t) {
|
|
15416
15420
|
const n = _.toCamelCase(" " + t);
|
|
15417
15421
|
["get", "set", "has"].forEach((s) => {
|
|
15418
15422
|
Object.defineProperty(e, s + n, {
|
|
@@ -15439,8 +15443,8 @@ let Q = class {
|
|
|
15439
15443
|
const d = (c, u) => _.forEach(c, (h, p) => l(h, p, u));
|
|
15440
15444
|
if (_.isPlainObject(t) || t instanceof this.constructor)
|
|
15441
15445
|
d(t, n);
|
|
15442
|
-
else if (_.isString(t) && (t = t.trim()) && !
|
|
15443
|
-
d(
|
|
15446
|
+
else if (_.isString(t) && (t = t.trim()) && !ky(t))
|
|
15447
|
+
d(Cy(t), n);
|
|
15444
15448
|
else if (_.isHeaders(t))
|
|
15445
15449
|
for (const [c, u] of t.entries())
|
|
15446
15450
|
l(u, c, s);
|
|
@@ -15456,7 +15460,7 @@ let Q = class {
|
|
|
15456
15460
|
if (!n)
|
|
15457
15461
|
return i;
|
|
15458
15462
|
if (n === !0)
|
|
15459
|
-
return
|
|
15463
|
+
return vy(i);
|
|
15460
15464
|
if (_.isFunction(n))
|
|
15461
15465
|
return n.call(this, i, s);
|
|
15462
15466
|
if (_.isRegExp(n))
|
|
@@ -15500,7 +15504,7 @@ let Q = class {
|
|
|
15500
15504
|
n[d] = Ge(i), delete n[l];
|
|
15501
15505
|
return;
|
|
15502
15506
|
}
|
|
15503
|
-
const c = t ?
|
|
15507
|
+
const c = t ? wy(l) : String(l).trim();
|
|
15504
15508
|
c !== l && delete n[l], n[c] = Ge(i), s[c] = !0;
|
|
15505
15509
|
}), this;
|
|
15506
15510
|
}
|
|
@@ -15536,7 +15540,7 @@ let Q = class {
|
|
|
15536
15540
|
}).accessors, i = this.prototype;
|
|
15537
15541
|
function l(d) {
|
|
15538
15542
|
const c = Be(d);
|
|
15539
|
-
s[c] || (
|
|
15543
|
+
s[c] || (Ty(i, d), s[c] = !0);
|
|
15540
15544
|
}
|
|
15541
15545
|
return _.isArray(t) ? t.forEach(l) : l(t), this;
|
|
15542
15546
|
}
|
|
@@ -15578,11 +15582,11 @@ function Ji(e, t, n) {
|
|
|
15578
15582
|
n
|
|
15579
15583
|
));
|
|
15580
15584
|
}
|
|
15581
|
-
function
|
|
15585
|
+
function Sy(e) {
|
|
15582
15586
|
const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
|
|
15583
15587
|
return t && t[1] || "";
|
|
15584
15588
|
}
|
|
15585
|
-
function
|
|
15589
|
+
function _y(e, t) {
|
|
15586
15590
|
e = e || 10;
|
|
15587
15591
|
const n = new Array(e), s = new Array(e);
|
|
15588
15592
|
let i = 0, l = 0, d;
|
|
@@ -15598,7 +15602,7 @@ function Sy(e, t) {
|
|
|
15598
15602
|
return I ? Math.round(S * 1e3 / I) : void 0;
|
|
15599
15603
|
};
|
|
15600
15604
|
}
|
|
15601
|
-
function
|
|
15605
|
+
function Oy(e, t) {
|
|
15602
15606
|
let n = 0;
|
|
15603
15607
|
const s = 1e3 / t;
|
|
15604
15608
|
let i = null;
|
|
@@ -15611,8 +15615,8 @@ function _y(e, t) {
|
|
|
15611
15615
|
}
|
|
15612
15616
|
const Je = (e, t, n = 3) => {
|
|
15613
15617
|
let s = 0;
|
|
15614
|
-
const i =
|
|
15615
|
-
return
|
|
15618
|
+
const i = _y(50, 250);
|
|
15619
|
+
return Oy((l) => {
|
|
15616
15620
|
const d = l.loaded, c = l.lengthComputable ? l.total : void 0, u = d - s, h = i(u), p = d <= c;
|
|
15617
15621
|
s = d;
|
|
15618
15622
|
const b = {
|
|
@@ -15627,7 +15631,7 @@ const Je = (e, t, n = 3) => {
|
|
|
15627
15631
|
};
|
|
15628
15632
|
b[t ? "download" : "upload"] = !0, e(b);
|
|
15629
15633
|
}, n);
|
|
15630
|
-
},
|
|
15634
|
+
}, Ly = le.hasStandardBrowserEnv ? (
|
|
15631
15635
|
// Standard browser envs have full support of the APIs needed to test
|
|
15632
15636
|
// whether the request URL is of the same origin as current location.
|
|
15633
15637
|
(function() {
|
|
@@ -15658,7 +15662,7 @@ const Je = (e, t, n = 3) => {
|
|
|
15658
15662
|
return !0;
|
|
15659
15663
|
};
|
|
15660
15664
|
})()
|
|
15661
|
-
),
|
|
15665
|
+
), Iy = le.hasStandardBrowserEnv ? (
|
|
15662
15666
|
// Standard browser envs support document.cookie
|
|
15663
15667
|
{
|
|
15664
15668
|
write(e, t, n, s, i, l) {
|
|
@@ -15685,14 +15689,14 @@ const Je = (e, t, n = 3) => {
|
|
|
15685
15689
|
}
|
|
15686
15690
|
}
|
|
15687
15691
|
);
|
|
15688
|
-
function
|
|
15692
|
+
function By(e) {
|
|
15689
15693
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
|
|
15690
15694
|
}
|
|
15691
|
-
function
|
|
15695
|
+
function Dy(e, t) {
|
|
15692
15696
|
return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
|
|
15693
15697
|
}
|
|
15694
15698
|
function Zi(e, t) {
|
|
15695
|
-
return e && !
|
|
15699
|
+
return e && !By(t) ? Dy(e, t) : t;
|
|
15696
15700
|
}
|
|
15697
15701
|
const qn = (e) => e instanceof Q ? { ...e } : e;
|
|
15698
15702
|
function xe(e, t) {
|
|
@@ -15775,12 +15779,12 @@ const Qi = (e) => {
|
|
|
15775
15779
|
d.setContentType([h || "multipart/form-data", ...p].join("; "));
|
|
15776
15780
|
}
|
|
15777
15781
|
}
|
|
15778
|
-
if (le.hasStandardBrowserEnv && (s && _.isFunction(s) && (s = s(t)), s || s !== !1 &&
|
|
15779
|
-
const h = i && l &&
|
|
15782
|
+
if (le.hasStandardBrowserEnv && (s && _.isFunction(s) && (s = s(t)), s || s !== !1 && Ly(t.url))) {
|
|
15783
|
+
const h = i && l && Iy.read(l);
|
|
15780
15784
|
h && d.set(i, h);
|
|
15781
15785
|
}
|
|
15782
15786
|
return t;
|
|
15783
|
-
},
|
|
15787
|
+
}, Fy = typeof XMLHttpRequest < "u", My = Fy && function(e) {
|
|
15784
15788
|
return new Promise(function(n, s) {
|
|
15785
15789
|
const i = Qi(e);
|
|
15786
15790
|
let l = i.data;
|
|
@@ -15830,14 +15834,14 @@ const Qi = (e) => {
|
|
|
15830
15834
|
}), _.isUndefined(i.withCredentials) || (p.withCredentials = !!i.withCredentials), c && c !== "json" && (p.responseType = i.responseType), typeof i.onDownloadProgress == "function" && p.addEventListener("progress", Je(i.onDownloadProgress, !0)), typeof i.onUploadProgress == "function" && p.upload && p.upload.addEventListener("progress", Je(i.onUploadProgress)), (i.cancelToken || i.signal) && (u = (I) => {
|
|
15831
15835
|
p && (s(!I || I.type ? new Oe(null, e, p) : I), p.abort(), p = null);
|
|
15832
15836
|
}, i.cancelToken && i.cancelToken.subscribe(u), i.signal && (i.signal.aborted ? u() : i.signal.addEventListener("abort", u)));
|
|
15833
|
-
const S =
|
|
15837
|
+
const S = Sy(i.url);
|
|
15834
15838
|
if (S && le.protocols.indexOf(S) === -1) {
|
|
15835
15839
|
s(new E("Unsupported protocol " + S + ":", E.ERR_BAD_REQUEST, e));
|
|
15836
15840
|
return;
|
|
15837
15841
|
}
|
|
15838
15842
|
p.send(l || null);
|
|
15839
15843
|
});
|
|
15840
|
-
},
|
|
15844
|
+
}, Py = (e, t) => {
|
|
15841
15845
|
let n = new AbortController(), s;
|
|
15842
15846
|
const i = function(u) {
|
|
15843
15847
|
if (!s) {
|
|
@@ -15859,7 +15863,7 @@ const Qi = (e) => {
|
|
|
15859
15863
|
return c.unsubscribe = d, [c, () => {
|
|
15860
15864
|
l && clearTimeout(l), l = null;
|
|
15861
15865
|
}];
|
|
15862
|
-
},
|
|
15866
|
+
}, Vy = function* (e, t) {
|
|
15863
15867
|
let n = e.byteLength;
|
|
15864
15868
|
if (n < t) {
|
|
15865
15869
|
yield e;
|
|
@@ -15868,11 +15872,11 @@ const Qi = (e) => {
|
|
|
15868
15872
|
let s = 0, i;
|
|
15869
15873
|
for (; s < n; )
|
|
15870
15874
|
i = s + t, yield e.slice(s, i), s = i;
|
|
15871
|
-
},
|
|
15875
|
+
}, Ay = async function* (e, t, n) {
|
|
15872
15876
|
for await (const s of e)
|
|
15873
|
-
yield*
|
|
15877
|
+
yield* Vy(ArrayBuffer.isView(s) ? s : await n(String(s)), t);
|
|
15874
15878
|
}, Rn = (e, t, n, s, i) => {
|
|
15875
|
-
const l =
|
|
15879
|
+
const l = Ay(e, t, i);
|
|
15876
15880
|
let d = 0;
|
|
15877
15881
|
return new ReadableStream({
|
|
15878
15882
|
type: "bytes",
|
|
@@ -15898,7 +15902,7 @@ const Qi = (e) => {
|
|
|
15898
15902
|
total: e,
|
|
15899
15903
|
loaded: s
|
|
15900
15904
|
}));
|
|
15901
|
-
}, st = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Xi = st && typeof ReadableStream == "function", Dt = st && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())),
|
|
15905
|
+
}, st = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Xi = st && typeof ReadableStream == "function", Dt = st && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), Ey = Xi && (() => {
|
|
15902
15906
|
let e = !1;
|
|
15903
15907
|
const t = new Request(le.origin, {
|
|
15904
15908
|
body: new ReadableStream(),
|
|
@@ -15923,7 +15927,7 @@ st && ((e) => {
|
|
|
15923
15927
|
});
|
|
15924
15928
|
});
|
|
15925
15929
|
})(new Response());
|
|
15926
|
-
const
|
|
15930
|
+
const Hy = async (e) => {
|
|
15927
15931
|
if (e == null)
|
|
15928
15932
|
return 0;
|
|
15929
15933
|
if (_.isBlob(e))
|
|
@@ -15934,10 +15938,10 @@ const Ey = async (e) => {
|
|
|
15934
15938
|
return e.byteLength;
|
|
15935
15939
|
if (_.isURLSearchParams(e) && (e = e + ""), _.isString(e))
|
|
15936
15940
|
return (await Dt(e)).byteLength;
|
|
15937
|
-
},
|
|
15941
|
+
}, qy = async (e, t) => {
|
|
15938
15942
|
const n = _.toFiniteNumber(e.getContentLength());
|
|
15939
|
-
return n ??
|
|
15940
|
-
},
|
|
15943
|
+
return n ?? Hy(t);
|
|
15944
|
+
}, Ry = st && (async (e) => {
|
|
15941
15945
|
let {
|
|
15942
15946
|
url: t,
|
|
15943
15947
|
method: n,
|
|
@@ -15953,7 +15957,7 @@ const Ey = async (e) => {
|
|
|
15953
15957
|
fetchOptions: S
|
|
15954
15958
|
} = Qi(e);
|
|
15955
15959
|
h = h ? (h + "").toLowerCase() : "text";
|
|
15956
|
-
let [I, L] = i || l || d ?
|
|
15960
|
+
let [I, L] = i || l || d ? Py([i, l], d) : [], O, V;
|
|
15957
15961
|
const q = () => {
|
|
15958
15962
|
!O && setTimeout(() => {
|
|
15959
15963
|
I && I.unsubscribe();
|
|
@@ -15961,13 +15965,13 @@ const Ey = async (e) => {
|
|
|
15961
15965
|
};
|
|
15962
15966
|
let N;
|
|
15963
15967
|
try {
|
|
15964
|
-
if (u &&
|
|
15968
|
+
if (u && Ey && n !== "get" && n !== "head" && (N = await qy(p, s)) !== 0) {
|
|
15965
15969
|
let H = new Request(t, {
|
|
15966
15970
|
method: "POST",
|
|
15967
15971
|
body: s,
|
|
15968
15972
|
duplex: "half"
|
|
15969
|
-
}),
|
|
15970
|
-
_.isFormData(s) && (
|
|
15973
|
+
}), W;
|
|
15974
|
+
_.isFormData(s) && (W = H.headers.get("content-type")) && p.setContentType(W), H.body && (s = Rn(H.body, Un, jn(
|
|
15971
15975
|
N,
|
|
15972
15976
|
Je(u)
|
|
15973
15977
|
), null, Dt));
|
|
@@ -15988,10 +15992,10 @@ const Ey = async (e) => {
|
|
|
15988
15992
|
["status", "statusText", "headers"].forEach((se) => {
|
|
15989
15993
|
H[se] = j[se];
|
|
15990
15994
|
});
|
|
15991
|
-
const
|
|
15995
|
+
const W = _.toFiniteNumber(j.headers.get("content-length"));
|
|
15992
15996
|
j = new Response(
|
|
15993
15997
|
Rn(j.body, Un, c && jn(
|
|
15994
|
-
|
|
15998
|
+
W,
|
|
15995
15999
|
Je(c, !0)
|
|
15996
16000
|
), Y && q, Dt),
|
|
15997
16001
|
H
|
|
@@ -15999,8 +16003,8 @@ const Ey = async (e) => {
|
|
|
15999
16003
|
}
|
|
16000
16004
|
h = h || "text";
|
|
16001
16005
|
let ge = await Ze[_.findKey(Ze, h) || "text"](j, e);
|
|
16002
|
-
return !Y && q(), L && L(), await new Promise((H,
|
|
16003
|
-
Ji(H,
|
|
16006
|
+
return !Y && q(), L && L(), await new Promise((H, W) => {
|
|
16007
|
+
Ji(H, W, {
|
|
16004
16008
|
data: ge,
|
|
16005
16009
|
headers: Q.from(j.headers),
|
|
16006
16010
|
status: j.status,
|
|
@@ -16018,9 +16022,9 @@ const Ey = async (e) => {
|
|
|
16018
16022
|
) : E.from(j, j && j.code, e, V);
|
|
16019
16023
|
}
|
|
16020
16024
|
}), Mt = {
|
|
16021
|
-
http:
|
|
16022
|
-
xhr:
|
|
16023
|
-
fetch:
|
|
16025
|
+
http: iy,
|
|
16026
|
+
xhr: My,
|
|
16027
|
+
fetch: Ry
|
|
16024
16028
|
};
|
|
16025
16029
|
_.forEach(Mt, (e, t) => {
|
|
16026
16030
|
if (e) {
|
|
@@ -16031,7 +16035,7 @@ _.forEach(Mt, (e, t) => {
|
|
|
16031
16035
|
Object.defineProperty(e, "adapterName", { value: t });
|
|
16032
16036
|
}
|
|
16033
16037
|
});
|
|
16034
|
-
const Nn = (e) => `- ${e}`,
|
|
16038
|
+
const Nn = (e) => `- ${e}`, jy = (e) => _.isFunction(e) || e === null || e === !1, $i = {
|
|
16035
16039
|
getAdapter: (e) => {
|
|
16036
16040
|
e = _.isArray(e) ? e : [e];
|
|
16037
16041
|
const { length: t } = e;
|
|
@@ -16040,7 +16044,7 @@ const Nn = (e) => `- ${e}`, Ry = (e) => _.isFunction(e) || e === null || e === !
|
|
|
16040
16044
|
for (let l = 0; l < t; l++) {
|
|
16041
16045
|
n = e[l];
|
|
16042
16046
|
let d;
|
|
16043
|
-
if (s = n, !
|
|
16047
|
+
if (s = n, !jy(n) && (s = Mt[(d = String(n)).toLowerCase()], s === void 0))
|
|
16044
16048
|
throw new E(`Unknown adapter '${d}'`);
|
|
16045
16049
|
if (s)
|
|
16046
16050
|
break;
|
|
@@ -16109,7 +16113,7 @@ ln.transitional = function(t, n, s) {
|
|
|
16109
16113
|
)), t ? t(l, d, c) : !0;
|
|
16110
16114
|
};
|
|
16111
16115
|
};
|
|
16112
|
-
function
|
|
16116
|
+
function Uy(e, t, n) {
|
|
16113
16117
|
if (typeof e != "object")
|
|
16114
16118
|
throw new E("options must be an object", E.ERR_BAD_OPTION_VALUE);
|
|
16115
16119
|
const s = Object.keys(e);
|
|
@@ -16127,7 +16131,7 @@ function jy(e, t, n) {
|
|
|
16127
16131
|
}
|
|
16128
16132
|
}
|
|
16129
16133
|
const Pt = {
|
|
16130
|
-
assertOptions:
|
|
16134
|
+
assertOptions: Uy,
|
|
16131
16135
|
validators: ln
|
|
16132
16136
|
}, ue = Pt.validators;
|
|
16133
16137
|
let ye = class {
|
|
@@ -16251,7 +16255,7 @@ _.forEach(["post", "put", "patch"], function(t) {
|
|
|
16251
16255
|
}
|
|
16252
16256
|
ye.prototype[t] = n(), ye.prototype[t + "Form"] = n(!0);
|
|
16253
16257
|
});
|
|
16254
|
-
let
|
|
16258
|
+
let Ny = class tl {
|
|
16255
16259
|
constructor(t) {
|
|
16256
16260
|
if (typeof t != "function")
|
|
16257
16261
|
throw new TypeError("executor must be a function.");
|
|
@@ -16318,12 +16322,12 @@ let Uy = class tl {
|
|
|
16318
16322
|
};
|
|
16319
16323
|
}
|
|
16320
16324
|
};
|
|
16321
|
-
function
|
|
16325
|
+
function zy(e) {
|
|
16322
16326
|
return function(n) {
|
|
16323
16327
|
return e.apply(null, n);
|
|
16324
16328
|
};
|
|
16325
16329
|
}
|
|
16326
|
-
function
|
|
16330
|
+
function Wy(e) {
|
|
16327
16331
|
return _.isObject(e) && e.isAxiosError === !0;
|
|
16328
16332
|
}
|
|
16329
16333
|
const Vt = {
|
|
@@ -16403,7 +16407,7 @@ function nl(e) {
|
|
|
16403
16407
|
const G = nl(qe);
|
|
16404
16408
|
G.Axios = ye;
|
|
16405
16409
|
G.CanceledError = Oe;
|
|
16406
|
-
G.CancelToken =
|
|
16410
|
+
G.CancelToken = Ny;
|
|
16407
16411
|
G.isCancel = Yi;
|
|
16408
16412
|
G.VERSION = el;
|
|
16409
16413
|
G.toFormData = at;
|
|
@@ -16412,8 +16416,8 @@ G.Cancel = G.CanceledError;
|
|
|
16412
16416
|
G.all = function(t) {
|
|
16413
16417
|
return Promise.all(t);
|
|
16414
16418
|
};
|
|
16415
|
-
G.spread =
|
|
16416
|
-
G.isAxiosError =
|
|
16419
|
+
G.spread = zy;
|
|
16420
|
+
G.isAxiosError = Wy;
|
|
16417
16421
|
G.mergeConfig = xe;
|
|
16418
16422
|
G.AxiosHeaders = Q;
|
|
16419
16423
|
G.formToJSON = (e) => Ki(_.isHTMLForm(e) ? new FormData(e) : e);
|
|
@@ -16421,26 +16425,26 @@ G.getAdapter = $i.getAdapter;
|
|
|
16421
16425
|
G.HttpStatusCode = Vt;
|
|
16422
16426
|
G.default = G;
|
|
16423
16427
|
const {
|
|
16424
|
-
Axios:
|
|
16425
|
-
AxiosError:
|
|
16426
|
-
CanceledError:
|
|
16427
|
-
isCancel:
|
|
16428
|
-
CancelToken:
|
|
16429
|
-
VERSION:
|
|
16430
|
-
all:
|
|
16431
|
-
Cancel:
|
|
16432
|
-
isAxiosError:
|
|
16433
|
-
spread:
|
|
16434
|
-
toFormData:
|
|
16435
|
-
AxiosHeaders:
|
|
16436
|
-
HttpStatusCode:
|
|
16437
|
-
formToJSON:
|
|
16438
|
-
getAdapter:
|
|
16439
|
-
mergeConfig:
|
|
16440
|
-
} = G,
|
|
16428
|
+
Axios: yk,
|
|
16429
|
+
AxiosError: bk,
|
|
16430
|
+
CanceledError: xk,
|
|
16431
|
+
isCancel: Ck,
|
|
16432
|
+
CancelToken: vk,
|
|
16433
|
+
VERSION: kk,
|
|
16434
|
+
all: wk,
|
|
16435
|
+
Cancel: Tk,
|
|
16436
|
+
isAxiosError: Sk,
|
|
16437
|
+
spread: _k,
|
|
16438
|
+
toFormData: Ok,
|
|
16439
|
+
AxiosHeaders: Lk,
|
|
16440
|
+
HttpStatusCode: Ik,
|
|
16441
|
+
formToJSON: Bk,
|
|
16442
|
+
getAdapter: Dk,
|
|
16443
|
+
mergeConfig: Fk
|
|
16444
|
+
} = G, Gy = {
|
|
16441
16445
|
name: "CmdUploadForm",
|
|
16442
16446
|
emits: ["click", "error", "upload-complete", "upload-file-success"],
|
|
16443
|
-
mixins: [X,
|
|
16447
|
+
mixins: [X, bg],
|
|
16444
16448
|
data() {
|
|
16445
16449
|
return {
|
|
16446
16450
|
comment: "",
|
|
@@ -16980,29 +16984,29 @@ const {
|
|
|
16980
16984
|
}
|
|
16981
16985
|
}
|
|
16982
16986
|
}
|
|
16983
|
-
},
|
|
16987
|
+
}, Ky = { key: 0 }, Yy = {
|
|
16984
16988
|
key: 1,
|
|
16985
16989
|
class: "flex-container vertical"
|
|
16986
|
-
},
|
|
16990
|
+
}, Jy = {
|
|
16987
16991
|
key: 0,
|
|
16988
16992
|
class: "flex-container vertical list-files-wrapper"
|
|
16989
|
-
},
|
|
16993
|
+
}, Zy = {
|
|
16990
16994
|
key: 0,
|
|
16991
16995
|
class: "list-of-files total-files"
|
|
16992
|
-
},
|
|
16996
|
+
}, Qy = { class: "flex-container flex-items-flex-none" }, Xy = ["title"], $y = {
|
|
16993
16997
|
key: 0,
|
|
16994
16998
|
class: "progressbar"
|
|
16995
|
-
},
|
|
16999
|
+
}, eb = ["value", "title"], tb = { class: "flex-container vertical list-files-wrapper" }, nb = { class: "list-of-files" }, ib = ["title", "onClick"], lb = {
|
|
16996
17000
|
key: 0,
|
|
16997
17001
|
class: "progressbar"
|
|
16998
|
-
},
|
|
17002
|
+
}, ob = ["value", "title"], ab = ["title"], sb = { class: "upload-conditions" }, rb = { class: "small" }, db = ["title"], ub = {
|
|
16999
17003
|
key: 0,
|
|
17000
17004
|
class: "list-of-file-extensions"
|
|
17001
|
-
},
|
|
17005
|
+
}, cb = { class: "flex-container vertical no-gap" }, mb = ["disabled"], pb = { key: 0 }, fb = { key: 1 }, hb = { class: "button-wrapper stretch-on-small-devices" }, gb = ["disabled"], yb = { key: 0 }, bb = { key: 1 }, xb = {
|
|
17002
17006
|
key: 0,
|
|
17003
17007
|
class: "progressbar"
|
|
17004
|
-
},
|
|
17005
|
-
function
|
|
17008
|
+
}, Cb = ["value", "title"];
|
|
17009
|
+
function vb(e, t, n, s, i, l) {
|
|
17006
17010
|
const d = U, c = ve, u = R, h = K;
|
|
17007
17011
|
return a(), r(w, null, [
|
|
17008
17012
|
n.advancedMode ? (a(), r("fieldset", {
|
|
@@ -17020,7 +17024,7 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17020
17024
|
systemMessage: l.allSystemMessages.length === 1 ? l.allSystemMessages[0] : e.getMessage("upload_form.system_message.the_following_errors_occurred")
|
|
17021
17025
|
}, {
|
|
17022
17026
|
default: v(() => [
|
|
17023
|
-
l.allSystemMessages.length > 1 ? (a(), r("ul",
|
|
17027
|
+
l.allSystemMessages.length > 1 ? (a(), r("ul", Ky, [
|
|
17024
17028
|
(a(!0), r(w, null, P(l.allSystemMessages, (p, b) => (a(), r("li", { key: b }, y(p), 1))), 128))
|
|
17025
17029
|
])) : m("", !0)
|
|
17026
17030
|
]),
|
|
@@ -17029,23 +17033,23 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17029
17033
|
o("div", T({
|
|
17030
17034
|
class: ["box flex-container vertical", { "drop-area": n.enableDragAndDrop, "allow-drop": i.allowDrop }]
|
|
17031
17035
|
}, Ct(l.dragAndDropHandler, !0)), [
|
|
17032
|
-
i.listOfFiles.length ? (a(), r("div",
|
|
17033
|
-
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("div",
|
|
17036
|
+
i.listOfFiles.length ? (a(), r("div", Yy, [
|
|
17037
|
+
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("div", Jy, [
|
|
17034
17038
|
f(d, T(n.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
|
17035
17039
|
default: v(() => [
|
|
17036
17040
|
F(y(e.getMessage("upload_form.headline.summary_of_all_files")), 1)
|
|
17037
17041
|
]),
|
|
17038
17042
|
_: 1
|
|
17039
17043
|
}, 16),
|
|
17040
|
-
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("ul",
|
|
17041
|
-
o("li",
|
|
17044
|
+
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("ul", Zy, [
|
|
17045
|
+
o("li", Qy, [
|
|
17042
17046
|
o("a", {
|
|
17043
17047
|
href: "#",
|
|
17044
17048
|
title: e.getMessage("upload_form.labeltext.remove_all_files_from_list"),
|
|
17045
17049
|
onClick: t[0] || (t[0] = k((...p) => l.cancelUpload && l.cancelUpload(...p), ["prevent"]))
|
|
17046
17050
|
}, [
|
|
17047
17051
|
f(u, A(ce(n.iconDelete)), null, 16)
|
|
17048
|
-
], 8,
|
|
17052
|
+
], 8, Xy),
|
|
17049
17053
|
o("span", null, [
|
|
17050
17054
|
F(y(i.listOfFiles.length) + " ", 1),
|
|
17051
17055
|
n.allowMultipleFileUploads ? (a(), r(w, { key: 1 }, [
|
|
@@ -17060,26 +17064,26 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17060
17064
|
{ error: n.maxTotalUploadSize > 0 && l.totalSize > n.maxTotalUploadSize }
|
|
17061
17065
|
])
|
|
17062
17066
|
}, " (" + y(l.formatSize(l.totalSize)) + ") ", 3),
|
|
17063
|
-
i.uploadInitiated ? (a(), r("span",
|
|
17067
|
+
i.uploadInitiated ? (a(), r("span", $y, [
|
|
17064
17068
|
o("span", null, y(l.getPercentage(l.totalUploadProgress)), 1),
|
|
17065
17069
|
o("progress", {
|
|
17066
17070
|
max: "100",
|
|
17067
17071
|
value: l.totalUploadProgress,
|
|
17068
17072
|
title: l.totalBytesUploaded
|
|
17069
|
-
}, null, 8,
|
|
17073
|
+
}, null, 8, eb)
|
|
17070
17074
|
])) : m("", !0)
|
|
17071
17075
|
])
|
|
17072
17076
|
])) : m("", !0),
|
|
17073
17077
|
t[8] || (t[8] = o("hr", null, null, -1))
|
|
17074
17078
|
])) : m("", !0),
|
|
17075
|
-
o("div",
|
|
17079
|
+
o("div", tb, [
|
|
17076
17080
|
f(d, T(n.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
|
17077
17081
|
default: v(() => [
|
|
17078
17082
|
F(y(e.getMessage("upload_form.headline.list_of_selected_files")), 1)
|
|
17079
17083
|
]),
|
|
17080
17084
|
_: 1
|
|
17081
17085
|
}, 16),
|
|
17082
|
-
o("ul",
|
|
17086
|
+
o("ul", nb, [
|
|
17083
17087
|
(a(!0), r(w, null, P(i.listOfFiles, (p, b) => (a(), r("li", {
|
|
17084
17088
|
key: b,
|
|
17085
17089
|
class: "flex-container flex-items-flex-none"
|
|
@@ -17090,7 +17094,7 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17090
17094
|
onClick: k((S) => l.removeFile(b), ["prevent"])
|
|
17091
17095
|
}, [
|
|
17092
17096
|
f(u, T({ ref_for: !0 }, n.iconDelete), null, 16)
|
|
17093
|
-
], 8,
|
|
17097
|
+
], 8, ib),
|
|
17094
17098
|
o("span", {
|
|
17095
17099
|
class: x([
|
|
17096
17100
|
"text-align-right",
|
|
@@ -17101,13 +17105,13 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17101
17105
|
F(y(p.file.name) + " ", 1),
|
|
17102
17106
|
o("small", null, "(" + y(l.formatSize(p.file.size)) + ")", 1)
|
|
17103
17107
|
], 2),
|
|
17104
|
-
i.uploadInitiated && !p.error ? (a(), r("span",
|
|
17108
|
+
i.uploadInitiated && !p.error ? (a(), r("span", lb, [
|
|
17105
17109
|
o("span", null, y(l.getPercentage(p.progress)), 1),
|
|
17106
17110
|
o("progress", {
|
|
17107
17111
|
max: "100",
|
|
17108
17112
|
value: p.progress,
|
|
17109
17113
|
title: l.formatSize(p.uploadedBytes) + "/" + l.formatSize(p.file.size)
|
|
17110
|
-
}, null, 8,
|
|
17114
|
+
}, null, 8, ob)
|
|
17111
17115
|
])) : m("", !0)
|
|
17112
17116
|
]))), 128))
|
|
17113
17117
|
]),
|
|
@@ -17116,7 +17120,7 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17116
17120
|
href: "#",
|
|
17117
17121
|
onClick: t[1] || (t[1] = k((...p) => l.cancel && l.cancel(...p), ["prevent"])),
|
|
17118
17122
|
title: e.getMessage("upload_form.all_files_will_be_removed")
|
|
17119
|
-
}, y(e.getMessage("upload_form.reset_upload")), 9,
|
|
17123
|
+
}, y(e.getMessage("upload_form.reset_upload")), 9, ab)) : m("", !0),
|
|
17120
17124
|
t[9] || (t[9] = o("hr", null, null, -1))
|
|
17121
17125
|
])
|
|
17122
17126
|
])) : (a(), r(w, { key: 0 }, [
|
|
@@ -17127,7 +17131,7 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17127
17131
|
_: 1
|
|
17128
17132
|
}, 16)) : m("", !0)
|
|
17129
17133
|
], 64)),
|
|
17130
|
-
o("div",
|
|
17134
|
+
o("div", sb, [
|
|
17131
17135
|
n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), C(d, T({ key: 0 }, n.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
|
|
17132
17136
|
default: v(() => [
|
|
17133
17137
|
F(y(e.getMessage("upload_form.headline.select_additional_files")), 1)
|
|
@@ -17140,7 +17144,7 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17140
17144
|
]),
|
|
17141
17145
|
_: 1
|
|
17142
17146
|
}, 16)) : m("", !0),
|
|
17143
|
-
o("dl",
|
|
17147
|
+
o("dl", rb, [
|
|
17144
17148
|
n.maxTotalUploadSize > 0 ? (a(), r(w, { key: 0 }, [
|
|
17145
17149
|
o("dt", {
|
|
17146
17150
|
class: x({ error: l.totalSize > n.maxTotalUploadSize })
|
|
@@ -17168,10 +17172,10 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17168
17172
|
iconClass: i.showListOfFileExtensions ? n.iconInvisible.iconClass : n.iconVisible.iconClass,
|
|
17169
17173
|
type: i.showListOfFileExtensions ? n.iconInvisible.iconType : n.iconVisible.iconType
|
|
17170
17174
|
}, null, 8, ["iconClass", "type"])
|
|
17171
|
-
], 8,
|
|
17175
|
+
], 8, db),
|
|
17172
17176
|
f(pe, { name: n.transitionListOfFileExtensions }, {
|
|
17173
17177
|
default: v(() => [
|
|
17174
|
-
i.showListOfFileExtensions ? (a(), r("ul",
|
|
17178
|
+
i.showListOfFileExtensions ? (a(), r("ul", ub, [
|
|
17175
17179
|
(a(!0), r(w, null, P(n.allowedFileExtensions, (p, b) => (a(), r("li", {
|
|
17176
17180
|
key: b,
|
|
17177
17181
|
class: x({ error: i.errors.fileType })
|
|
@@ -17183,7 +17187,7 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17183
17187
|
])
|
|
17184
17188
|
])
|
|
17185
17189
|
]),
|
|
17186
|
-
o("div",
|
|
17190
|
+
o("div", cb, [
|
|
17187
17191
|
o("button", {
|
|
17188
17192
|
type: "button",
|
|
17189
17193
|
class: x(["button upload primary", { disabled: i.uploadInitiated }]),
|
|
@@ -17194,8 +17198,8 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17194
17198
|
iconClass: n.iconFileUpload.iconClass,
|
|
17195
17199
|
type: n.iconFileUpload.iconType
|
|
17196
17200
|
}, null, 8, ["iconClass", "type"]),
|
|
17197
|
-
n.allowMultipleFileUploads ? (a(), r("span",
|
|
17198
|
-
], 10,
|
|
17201
|
+
n.allowMultipleFileUploads ? (a(), r("span", pb, y(e.getMessage("upload_form.labeltext.select_files")), 1)) : (a(), r("span", fb, y(e.getMessage("upload_form.labeltext.select_file")), 1))
|
|
17202
|
+
], 10, mb),
|
|
17199
17203
|
n.enableDragAndDrop ? (a(), r("p", {
|
|
17200
17204
|
key: 0,
|
|
17201
17205
|
class: x(["text-drag-and-drop", { disabled: i.uploadInitiated }])
|
|
@@ -17225,7 +17229,7 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17225
17229
|
placeholder: e.getMessage("upload_form.placeholder.comment"),
|
|
17226
17230
|
status: n.commentStatusMessage ? "error" : ""
|
|
17227
17231
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : m("", !0),
|
|
17228
|
-
o("div",
|
|
17232
|
+
o("div", hb, [
|
|
17229
17233
|
o("button", {
|
|
17230
17234
|
class: x([
|
|
17231
17235
|
"button primary",
|
|
@@ -17237,8 +17241,8 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17237
17241
|
onClick: t[5] || (t[5] = (...p) => l.uploadFiles && l.uploadFiles(...p))
|
|
17238
17242
|
}, [
|
|
17239
17243
|
f(u, A(ce(n.iconUpload)), null, 16),
|
|
17240
|
-
i.listOfFiles.length === 1 || !n.allowMultipleFileUploads ? (a(), r("span",
|
|
17241
|
-
], 10,
|
|
17244
|
+
i.listOfFiles.length === 1 || !n.allowMultipleFileUploads ? (a(), r("span", yb, y(e.getMessage("upload_form.buttontext.upload_file")), 1)) : (a(), r("span", bb, y(e.getMessage("upload_form.buttontext.upload_files")), 1))
|
|
17245
|
+
], 10, gb),
|
|
17242
17246
|
o("button", {
|
|
17243
17247
|
class: x(["button", { disabled: i.listOfFiles.length === 0 }]),
|
|
17244
17248
|
onClick: t[6] || (t[6] = (...p) => l.cancel && l.cancel(...p))
|
|
@@ -17253,13 +17257,13 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17253
17257
|
onClick: t[7] || (t[7] = k((...p) => l.selectFiles && l.selectFiles(...p), ["prevent"])),
|
|
17254
17258
|
class: ["cmd-upload-form box", { "drop-area": n.enableDragAndDrop, "allow-drop": i.allowDrop }]
|
|
17255
17259
|
}, Ct(l.dragAndDropHandler, !0)), [
|
|
17256
|
-
i.uploadInitiated ? (a(), r("span",
|
|
17260
|
+
i.uploadInitiated ? (a(), r("span", xb, [
|
|
17257
17261
|
o("span", null, y(l.getPercentage(l.totalUploadProgress)), 1),
|
|
17258
17262
|
o("progress", {
|
|
17259
17263
|
max: "100",
|
|
17260
17264
|
value: l.totalUploadProgress,
|
|
17261
17265
|
title: l.totalBytesUploaded
|
|
17262
|
-
}, null, 8,
|
|
17266
|
+
}, null, 8, Cb)
|
|
17263
17267
|
])) : m("", !0),
|
|
17264
17268
|
D(e.$slots, "default", {}, () => [
|
|
17265
17269
|
n.enableDragAndDrop ? (a(), r(w, { key: 1 }, [
|
|
@@ -17298,7 +17302,7 @@ function Cb(e, t, n, s, i, l) {
|
|
|
17298
17302
|
}, null, 8, ["labelText", "disabled", "multiple", "onChange"])
|
|
17299
17303
|
], 64);
|
|
17300
17304
|
}
|
|
17301
|
-
const
|
|
17305
|
+
const kb = /* @__PURE__ */ B(Gy, [["render", vb]]), wb = {
|
|
17302
17306
|
name: "CmdWidthLimitationWrapper",
|
|
17303
17307
|
props: {
|
|
17304
17308
|
/**
|
|
@@ -17404,8 +17408,8 @@ const vb = /* @__PURE__ */ B(Wy, [["render", Cb]]), kb = {
|
|
|
17404
17408
|
return e.length === 1 && typeof e[0].type == "symbol" && Array.isArray(e[0].children) ? e[0].children.length === 1 : e.length === 1;
|
|
17405
17409
|
}
|
|
17406
17410
|
}
|
|
17407
|
-
},
|
|
17408
|
-
function
|
|
17411
|
+
}, Tb = ["id"], Sb = ["id"];
|
|
17412
|
+
function _b(e, t, n, s, i, l) {
|
|
17409
17413
|
const d = U;
|
|
17410
17414
|
return a(), r("div", {
|
|
17411
17415
|
class: x(["cmd-width-limitation-wrapper", { sticky: n.sticky }]),
|
|
@@ -17423,16 +17427,16 @@ function Sb(e, t, n, s, i, l) {
|
|
|
17423
17427
|
}, [
|
|
17424
17428
|
D(e.$slots, "default")
|
|
17425
17429
|
], 2))
|
|
17426
|
-
], 10,
|
|
17430
|
+
], 10, Tb)) : (a(), r(w, { key: 1 }, [
|
|
17427
17431
|
n.anchorId ? (a(), r("a", {
|
|
17428
17432
|
key: 0,
|
|
17429
17433
|
id: n.anchorId
|
|
17430
|
-
}, null, 8,
|
|
17434
|
+
}, null, 8, Sb)) : m("", !0),
|
|
17431
17435
|
D(e.$slots, "default")
|
|
17432
17436
|
], 64))
|
|
17433
17437
|
], 2);
|
|
17434
17438
|
}
|
|
17435
|
-
const il = /* @__PURE__ */ B(
|
|
17439
|
+
const il = /* @__PURE__ */ B(wb, [["render", _b]]), Ob = {
|
|
17436
17440
|
name: "ComponentSettings",
|
|
17437
17441
|
data() {
|
|
17438
17442
|
return {
|
|
@@ -17522,7 +17526,7 @@ const il = /* @__PURE__ */ B(kb, [["render", Sb]]), _b = {
|
|
|
17522
17526
|
}
|
|
17523
17527
|
}
|
|
17524
17528
|
};
|
|
17525
|
-
function
|
|
17529
|
+
function Lb(e, t, n, s, i, l) {
|
|
17526
17530
|
const d = K, c = Xt;
|
|
17527
17531
|
return a(), C(c, {
|
|
17528
17532
|
"use-slots": ["body"],
|
|
@@ -17548,7 +17552,7 @@ function Ob(e, t, n, s, i, l) {
|
|
|
17548
17552
|
_: 1
|
|
17549
17553
|
}, 8, ["cmdHeadline"]);
|
|
17550
17554
|
}
|
|
17551
|
-
const
|
|
17555
|
+
const Ib = /* @__PURE__ */ B(Ob, [["render", Lb]]), Bb = {
|
|
17552
17556
|
name: "MultipleBoxWrapper",
|
|
17553
17557
|
props: {
|
|
17554
17558
|
segments: {
|
|
@@ -17556,10 +17560,10 @@ const Lb = /* @__PURE__ */ B(_b, [["render", Ob]]), Ib = {
|
|
|
17556
17560
|
default: null
|
|
17557
17561
|
}
|
|
17558
17562
|
}
|
|
17559
|
-
},
|
|
17560
|
-
function
|
|
17563
|
+
}, Db = { class: "cmd-page-multiple-box-wrapper flex-container vertical" };
|
|
17564
|
+
function Fb(e, t, n, s, i, l) {
|
|
17561
17565
|
const d = Xt, c = vi;
|
|
17562
|
-
return a(), r("div",
|
|
17566
|
+
return a(), r("div", Db, [
|
|
17563
17567
|
(a(!0), r(w, null, P(n.segments, (u, h) => (a(), r(w, { key: h }, [
|
|
17564
17568
|
f(c, T({ ref_for: !0 }, u), {
|
|
17565
17569
|
default: v((p) => [
|
|
@@ -17581,7 +17585,7 @@ function Db(e, t, n, s, i, l) {
|
|
|
17581
17585
|
], 64))), 128))
|
|
17582
17586
|
]);
|
|
17583
17587
|
}
|
|
17584
|
-
const
|
|
17588
|
+
const Mb = /* @__PURE__ */ B(Bb, [["render", Fb]]), Pb = {
|
|
17585
17589
|
name: "MultipleListsOfLinks",
|
|
17586
17590
|
props: {
|
|
17587
17591
|
segments: {
|
|
@@ -17589,10 +17593,10 @@ const Fb = /* @__PURE__ */ B(Ib, [["render", Db]]), Mb = {
|
|
|
17589
17593
|
default: null
|
|
17590
17594
|
}
|
|
17591
17595
|
}
|
|
17592
|
-
},
|
|
17593
|
-
function
|
|
17596
|
+
}, Vb = { class: "cmd-page-multiple-lists-of-links flex-container vertical" };
|
|
17597
|
+
function Ab(e, t, n, s, i, l) {
|
|
17594
17598
|
const d = Zt;
|
|
17595
|
-
return a(), r("div",
|
|
17599
|
+
return a(), r("div", Vb, [
|
|
17596
17600
|
(a(!0), r(w, null, P(n.segments, (c, u) => (a(), r(w, { key: u }, [
|
|
17597
17601
|
f(d, {
|
|
17598
17602
|
links: c.links,
|
|
@@ -17604,7 +17608,7 @@ function Vb(e, t, n, s, i, l) {
|
|
|
17604
17608
|
], 64))), 128))
|
|
17605
17609
|
]);
|
|
17606
17610
|
}
|
|
17607
|
-
const
|
|
17611
|
+
const Eb = /* @__PURE__ */ B(Pb, [["render", Ab]]), Hb = {
|
|
17608
17612
|
name: "ContactInformation",
|
|
17609
17613
|
props: {
|
|
17610
17614
|
/**
|
|
@@ -17637,22 +17641,22 @@ const Ab = /* @__PURE__ */ B(Mb, [["render", Vb]]), Eb = {
|
|
|
17637
17641
|
return !this.$scopedSlots["custom-info"];
|
|
17638
17642
|
}
|
|
17639
17643
|
}
|
|
17640
|
-
},
|
|
17644
|
+
}, qb = {
|
|
17641
17645
|
key: 1,
|
|
17642
17646
|
class: "flex-container"
|
|
17643
|
-
},
|
|
17644
|
-
function
|
|
17647
|
+
}, Rb = { class: "flex-container vertical" };
|
|
17648
|
+
function jb(e, t, n, s, i, l) {
|
|
17645
17649
|
const d = xi, c = hi, u = Oi;
|
|
17646
|
-
return l.contactFormOnly ? (a(), C(d, A(T({ key: 0 }, e.basicForm)), null, 16)) : (a(), r("div",
|
|
17650
|
+
return l.contactFormOnly ? (a(), C(d, A(T({ key: 0 }, e.basicForm)), null, 16)) : (a(), r("div", qb, [
|
|
17647
17651
|
f(d, A(ce(e.basicForm)), null, 16),
|
|
17648
|
-
o("div",
|
|
17652
|
+
o("div", Rb, [
|
|
17649
17653
|
n.cmdAddressData ? (a(), C(c, A(T({ key: 0 }, n.cmdAddressData)), null, 16)) : m("", !0),
|
|
17650
17654
|
n.cmdGoogleMaps ? (a(), C(u, A(T({ key: 1 }, n.cmdGoogleMaps)), null, 16)) : m("", !0),
|
|
17651
17655
|
D(e.$slots, "additional-info")
|
|
17652
17656
|
])
|
|
17653
17657
|
]));
|
|
17654
17658
|
}
|
|
17655
|
-
const
|
|
17659
|
+
const Ub = /* @__PURE__ */ B(Hb, [["render", jb]]), ll = [
|
|
17656
17660
|
{
|
|
17657
17661
|
name: "company",
|
|
17658
17662
|
iconClass: "icon-company",
|
|
@@ -17718,7 +17722,7 @@ const jb = /* @__PURE__ */ B(Eb, [["render", Rb]]), ll = [
|
|
|
17718
17722
|
data: "Custom data",
|
|
17719
17723
|
labelText: "Custom"
|
|
17720
17724
|
}
|
|
17721
|
-
],
|
|
17725
|
+
], Nb = [
|
|
17722
17726
|
{
|
|
17723
17727
|
boxesPerRow: 4,
|
|
17724
17728
|
useRowViewAsDefault: !0,
|
|
@@ -17766,7 +17770,7 @@ const jb = /* @__PURE__ */ B(Eb, [["render", Rb]]), ll = [
|
|
|
17766
17770
|
}
|
|
17767
17771
|
]
|
|
17768
17772
|
}
|
|
17769
|
-
],
|
|
17773
|
+
], zb = [
|
|
17770
17774
|
{
|
|
17771
17775
|
boxesPerRow: 4,
|
|
17772
17776
|
useRowViewAsDefault: !0,
|
|
@@ -18067,7 +18071,7 @@ const jb = /* @__PURE__ */ B(Eb, [["render", Rb]]), ll = [
|
|
|
18067
18071
|
}
|
|
18068
18072
|
]
|
|
18069
18073
|
}
|
|
18070
|
-
],
|
|
18074
|
+
], Wb = [
|
|
18071
18075
|
{
|
|
18072
18076
|
headline: {
|
|
18073
18077
|
headlineLevel: 4,
|
|
@@ -18122,7 +18126,7 @@ const jb = /* @__PURE__ */ B(Eb, [["render", Rb]]), ll = [
|
|
|
18122
18126
|
}
|
|
18123
18127
|
]
|
|
18124
18128
|
}
|
|
18125
|
-
],
|
|
18129
|
+
], Gb = [
|
|
18126
18130
|
{
|
|
18127
18131
|
headline: {
|
|
18128
18132
|
headlineLevel: 4,
|
|
@@ -18199,20 +18203,20 @@ const jb = /* @__PURE__ */ B(Eb, [["render", Rb]]), ll = [
|
|
|
18199
18203
|
}
|
|
18200
18204
|
]
|
|
18201
18205
|
}
|
|
18202
|
-
],
|
|
18206
|
+
], Kb = {
|
|
18203
18207
|
name: "PageOverview",
|
|
18204
18208
|
data() {
|
|
18205
18209
|
return {
|
|
18206
18210
|
addressData: ll,
|
|
18207
|
-
faqsData:
|
|
18208
|
-
boxesTeamOverviewData:
|
|
18209
|
-
listOfDownloadsData:
|
|
18210
|
-
listOfSiteLinksData:
|
|
18211
|
+
faqsData: Nb,
|
|
18212
|
+
boxesTeamOverviewData: zb,
|
|
18213
|
+
listOfDownloadsData: Wb,
|
|
18214
|
+
listOfSiteLinksData: Gb
|
|
18211
18215
|
};
|
|
18212
18216
|
}
|
|
18213
18217
|
};
|
|
18214
|
-
function
|
|
18215
|
-
const d =
|
|
18218
|
+
function Yb(e, t, n, s, i, l) {
|
|
18219
|
+
const d = Ub, c = il, u = Eb, h = Mb;
|
|
18216
18220
|
return a(), r(w, null, [
|
|
18217
18221
|
f(c, null, {
|
|
18218
18222
|
default: v(() => [
|
|
@@ -18269,7 +18273,7 @@ function Kb(e, t, n, s, i, l) {
|
|
|
18269
18273
|
})
|
|
18270
18274
|
], 64);
|
|
18271
18275
|
}
|
|
18272
|
-
const ol = /* @__PURE__ */ B(
|
|
18276
|
+
const ol = /* @__PURE__ */ B(Kb, [["render", Yb]]), Jb = {
|
|
18273
18277
|
name: "CmdParagraph",
|
|
18274
18278
|
props: {
|
|
18275
18279
|
/**
|
|
@@ -18303,14 +18307,14 @@ const ol = /* @__PURE__ */ B(Gb, [["render", Kb]]), Yb = {
|
|
|
18303
18307
|
}
|
|
18304
18308
|
}
|
|
18305
18309
|
}
|
|
18306
|
-
},
|
|
18307
|
-
function
|
|
18310
|
+
}, Zb = ["innerHTML"];
|
|
18311
|
+
function Qb(e, t, n, s, i, l) {
|
|
18308
18312
|
return a(), r("p", {
|
|
18309
18313
|
class: x(["cmd-paragraph", "text-align-" + n.textAlign, "column-count-" + n.numberOfColumns]),
|
|
18310
18314
|
innerHTML: n.content
|
|
18311
|
-
}, null, 10,
|
|
18315
|
+
}, null, 10, Zb);
|
|
18312
18316
|
}
|
|
18313
|
-
const
|
|
18317
|
+
const Xb = /* @__PURE__ */ B(Jb, [["render", Qb]]), $b = {
|
|
18314
18318
|
data() {
|
|
18315
18319
|
return {
|
|
18316
18320
|
defaultMessageProperties: {
|
|
@@ -18323,14 +18327,14 @@ const Qb = /* @__PURE__ */ B(Yb, [["render", Zb]]), Xb = {
|
|
|
18323
18327
|
};
|
|
18324
18328
|
}
|
|
18325
18329
|
};
|
|
18326
|
-
function
|
|
18330
|
+
function Mk(e = !1) {
|
|
18327
18331
|
return e ? (/* @__PURE__ */ new Date()).toISOString() : (/* @__PURE__ */ new Date()).toISOString().split("T")[0];
|
|
18328
18332
|
}
|
|
18329
|
-
function
|
|
18333
|
+
function Pk() {
|
|
18330
18334
|
const e = /* @__PURE__ */ new Date(), t = String(e.getHours()).padStart(2, "0"), n = String(e.getMinutes()).padStart(2, "0");
|
|
18331
18335
|
return t + ":" + n;
|
|
18332
18336
|
}
|
|
18333
|
-
function
|
|
18337
|
+
function Vk(e, t = "+", n = 1) {
|
|
18334
18338
|
const s = new Date(e);
|
|
18335
18339
|
if (t === "+")
|
|
18336
18340
|
s.setDate(s.getDate() + n);
|
|
@@ -18340,7 +18344,7 @@ function Pk(e, t = "+", n = 1) {
|
|
|
18340
18344
|
throw new Error("function 'getDate()' received invalid operator as parameter. Use '+' to add or '-' to subtract days.");
|
|
18341
18345
|
return s;
|
|
18342
18346
|
}
|
|
18343
|
-
function
|
|
18347
|
+
function Ak(e, t = "short") {
|
|
18344
18348
|
const n = new Date(e), s = ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"], i = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
|
|
18345
18349
|
if (t === "short")
|
|
18346
18350
|
return s[n.getDay()];
|
|
@@ -18365,7 +18369,7 @@ function al(e, t = "dmy", n = ".") {
|
|
|
18365
18369
|
}
|
|
18366
18370
|
return c;
|
|
18367
18371
|
}
|
|
18368
|
-
function
|
|
18372
|
+
function ex(e = "00:00", t = 24, n = "h") {
|
|
18369
18373
|
const [s, i] = e.split(":");
|
|
18370
18374
|
let l = parseInt(s, 10), d = "";
|
|
18371
18375
|
if (t = t.toString(), t === "12") {
|
|
@@ -18377,9 +18381,9 @@ function $b(e = "00:00", t = 24, n = "h") {
|
|
|
18377
18381
|
throw new Error("function 'formatTime()' received invalid format as parameter. Provide format-parameter as 12 or 24.");
|
|
18378
18382
|
}
|
|
18379
18383
|
}
|
|
18380
|
-
const
|
|
18384
|
+
const tx = {
|
|
18381
18385
|
name: "CmdMailToolEntry",
|
|
18382
|
-
mixins: [X,
|
|
18386
|
+
mixins: [X, $b],
|
|
18383
18387
|
data() {
|
|
18384
18388
|
return {
|
|
18385
18389
|
expandMail: /* @__PURE__ */ new Set(),
|
|
@@ -18463,7 +18467,7 @@ const ex = {
|
|
|
18463
18467
|
return al(e, this.dateFormat, this.dateSeparator);
|
|
18464
18468
|
},
|
|
18465
18469
|
mailFormatTime(e) {
|
|
18466
|
-
return
|
|
18470
|
+
return ex(e, this.timeFormat);
|
|
18467
18471
|
},
|
|
18468
18472
|
readMail(e) {
|
|
18469
18473
|
this.mailIsRead.add(e), this.expandMail.add(e);
|
|
@@ -18478,17 +18482,17 @@ const ex = {
|
|
|
18478
18482
|
this.expandMail.has(e) ? this.expandMail.delete(e) : this.expandMail.add(e);
|
|
18479
18483
|
}
|
|
18480
18484
|
}
|
|
18481
|
-
},
|
|
18482
|
-
function
|
|
18485
|
+
}, nx = ["title"], ix = { class: "flex-none" }, lx = { class: "flex-container" }, ox = { class: "sender-receiver-wrapper flex-container no-wrap-on-small-devices align-items-center flex-none" }, ax = { class: "contact-full-name" }, sx = ["onClick"], rx = { class: "flex-container received-and-options-wrapper no-wrap-on-small-devices" }, dx = { class: "no-list-items date-time-wrapper" }, ux = { class: "flex-container no-wrap-on-small-devices" }, cx = ["datetime"], mx = ["datetime"], px = { class: "options-wrapper flex-container no-wrap-on-small-devices flex-none" }, fx = ["onClick"], hx = ["onClick", "title"], gx = ["onClick", "title"], yx = { key: 0 };
|
|
18486
|
+
function bx(e, t, n, s, i, l) {
|
|
18483
18487
|
const d = oe, c = ve;
|
|
18484
18488
|
return n.mails.length ? (a(!0), r(w, { key: 0 }, P(n.mails, (u, h) => (a(), r(w, { key: h }, [
|
|
18485
18489
|
o("div", {
|
|
18486
18490
|
class: x(["cmd-mail-tool-entry flex-container box", { unread: !i.mailIsRead.has(u.id) }]),
|
|
18487
18491
|
title: e.getMessage("mail_tool_entry.tooltip.read_this_mail")
|
|
18488
18492
|
}, [
|
|
18489
|
-
o("dl",
|
|
18490
|
-
o("dt",
|
|
18491
|
-
o("dd",
|
|
18493
|
+
o("dl", ix, [
|
|
18494
|
+
o("dt", lx, y(n.boxType === "inbox" ? e.getMessage("mail_tool_entry.description_label.from") : e.getMessage("mail_tool_entry.description_label.to")), 1),
|
|
18495
|
+
o("dd", ox, [
|
|
18492
18496
|
u.cmdImage?.src ? (a(), C(d, {
|
|
18493
18497
|
key: 0,
|
|
18494
18498
|
src: u.cmdImage.src,
|
|
@@ -18496,36 +18500,36 @@ function yx(e, t, n, s, i, l) {
|
|
|
18496
18500
|
title: u.cmdImage.title || u.contactFullName,
|
|
18497
18501
|
useFigureTag: !1
|
|
18498
18502
|
}, null, 8, ["src", "alt", "title"])) : m("", !0),
|
|
18499
|
-
o("span",
|
|
18503
|
+
o("span", ax, y(u.contactFullName), 1)
|
|
18500
18504
|
]),
|
|
18501
18505
|
o("dt", null, y(e.getMessage("mail_tool_entry.description_label.subject")), 1),
|
|
18502
18506
|
o("dd", null, [
|
|
18503
18507
|
o("a", {
|
|
18504
18508
|
href: "#",
|
|
18505
18509
|
onClick: k((p) => l.readMail(u.id), ["prevent"])
|
|
18506
|
-
}, y(u.subject), 9,
|
|
18510
|
+
}, y(u.subject), 9, sx)
|
|
18507
18511
|
])
|
|
18508
18512
|
]),
|
|
18509
|
-
o("div",
|
|
18510
|
-
o("dl",
|
|
18513
|
+
o("div", rx, [
|
|
18514
|
+
o("dl", dx, [
|
|
18511
18515
|
o("dt", null, y(e.getMessage("mail_tool_entry.description_label.received")), 1),
|
|
18512
|
-
o("dd",
|
|
18516
|
+
o("dd", ux, [
|
|
18513
18517
|
o("time", {
|
|
18514
18518
|
datetime: u.isoDate
|
|
18515
|
-
}, y(l.mailFormatDate(u.isoDate)), 9,
|
|
18519
|
+
}, y(l.mailFormatDate(u.isoDate)), 9, cx),
|
|
18516
18520
|
o("time", {
|
|
18517
18521
|
datetime: u.time
|
|
18518
|
-
}, y(l.mailFormatTime(u.time)), 9,
|
|
18522
|
+
}, y(l.mailFormatTime(u.time)), 9, mx)
|
|
18519
18523
|
])
|
|
18520
18524
|
]),
|
|
18521
|
-
o("div",
|
|
18525
|
+
o("div", px, [
|
|
18522
18526
|
o("a", {
|
|
18523
18527
|
href: "#",
|
|
18524
18528
|
onClick: k((p) => l.deleteMail(u.id), ["prevent"]),
|
|
18525
18529
|
title: "Delete this mail"
|
|
18526
18530
|
}, [...t[0] || (t[0] = [
|
|
18527
18531
|
o("span", { class: "icon-delete" }, null, -1)
|
|
18528
|
-
])], 8,
|
|
18532
|
+
])], 8, fx),
|
|
18529
18533
|
o("a", {
|
|
18530
18534
|
href: "#",
|
|
18531
18535
|
onClick: k((p) => l.toggleReadStatus(u.id), ["prevent"]),
|
|
@@ -18534,7 +18538,7 @@ function yx(e, t, n, s, i, l) {
|
|
|
18534
18538
|
o("span", {
|
|
18535
18539
|
class: x(i.mailIsRead.has(u.id) ? "icon-visible" : "icon-not-visible")
|
|
18536
18540
|
}, null, 2)
|
|
18537
|
-
], 8,
|
|
18541
|
+
], 8, hx),
|
|
18538
18542
|
o("a", {
|
|
18539
18543
|
href: "#",
|
|
18540
18544
|
onClick: k((p) => l.toggleExpandMail(u.id), ["prevent"]),
|
|
@@ -18543,16 +18547,16 @@ function yx(e, t, n, s, i, l) {
|
|
|
18543
18547
|
o("span", {
|
|
18544
18548
|
class: x(i.expandMail.has(u.id) ? "icon-chevron-one-stripe-up" : "icon-chevron-one-stripe-down")
|
|
18545
18549
|
}, null, 2)
|
|
18546
|
-
], 8,
|
|
18550
|
+
], 8, gx)
|
|
18547
18551
|
])
|
|
18548
18552
|
])
|
|
18549
|
-
], 10,
|
|
18550
|
-
i.expandMail.has(u.id) ? (a(), r("div",
|
|
18553
|
+
], 10, nx),
|
|
18554
|
+
i.expandMail.has(u.id) ? (a(), r("div", yx, [
|
|
18551
18555
|
o("header", null, " mailId: " + y(u.id), 1)
|
|
18552
18556
|
])) : m("", !0)
|
|
18553
18557
|
], 64))), 128)) : (a(), C(c, A(T({ key: 1 }, n.cmdSystemMessage)), null, 16));
|
|
18554
18558
|
}
|
|
18555
|
-
const
|
|
18559
|
+
const xx = /* @__PURE__ */ B(tx, [["render", bx]]), Cx = {
|
|
18556
18560
|
name: "CmdMailToolFilter",
|
|
18557
18561
|
data() {
|
|
18558
18562
|
return {
|
|
@@ -18668,16 +18672,16 @@ const bx = /* @__PURE__ */ B(ex, [["render", yx]]), xx = {
|
|
|
18668
18672
|
immediate: !0
|
|
18669
18673
|
}
|
|
18670
18674
|
}
|
|
18671
|
-
},
|
|
18672
|
-
function
|
|
18675
|
+
}, vx = { class: "cmd-mail-tool-filter" }, kx = { class: "flex-container align-items-center" }, wx = { class: "flex-container reset-flex" }, Tx = { class: "flex-container sort-wrapper" }, Sx = ["title"], _x = { key: 0 }, Ox = ["title"], Lx = { key: 0 };
|
|
18676
|
+
function Ix(e, t, n, s, i, l) {
|
|
18673
18677
|
const d = U, c = K;
|
|
18674
|
-
return a(), r("div",
|
|
18678
|
+
return a(), r("div", vx, [
|
|
18675
18679
|
l.headlineText ? (a(), C(d, {
|
|
18676
18680
|
key: 0,
|
|
18677
18681
|
headlineText: l.headlineText,
|
|
18678
18682
|
headlineLevel: l.headlineLevel
|
|
18679
18683
|
}, null, 8, ["headlineText", "headlineLevel"])) : m("", !0),
|
|
18680
|
-
o("div",
|
|
18684
|
+
o("div", kx, [
|
|
18681
18685
|
f(c, {
|
|
18682
18686
|
element: "input",
|
|
18683
18687
|
type: "search",
|
|
@@ -18689,7 +18693,7 @@ function Lx(e, t, n, s, i, l) {
|
|
|
18689
18693
|
modelValue: i.searchFilterText,
|
|
18690
18694
|
"onUpdate:modelValue": t[0] || (t[0] = (u) => i.searchFilterText = u)
|
|
18691
18695
|
}, null, 8, ["placeholder", "id", "labelText", "modelValue"]),
|
|
18692
|
-
o("div",
|
|
18696
|
+
o("div", wx, [
|
|
18693
18697
|
f(c, {
|
|
18694
18698
|
element: "input",
|
|
18695
18699
|
type: "checkbox",
|
|
@@ -18712,34 +18716,34 @@ function Lx(e, t, n, s, i, l) {
|
|
|
18712
18716
|
}, null, 8, ["id", "labelText", "modelValue", "inputValue"])
|
|
18713
18717
|
])
|
|
18714
18718
|
]),
|
|
18715
|
-
o("div",
|
|
18719
|
+
o("div", Tx, [
|
|
18716
18720
|
i.sortOrderAsc ? (a(), r("a", {
|
|
18717
18721
|
key: 0,
|
|
18718
18722
|
href: "#",
|
|
18719
18723
|
onClick: t[3] || (t[3] = k((u) => l.sortByDate("asc"), ["prevent"])),
|
|
18720
18724
|
title: n.linkSortAscending.title
|
|
18721
18725
|
}, [
|
|
18722
|
-
n.linkSortAscending.text ? (a(), r("span",
|
|
18726
|
+
n.linkSortAscending.text ? (a(), r("span", _x, y(n.linkSortAscending.text), 1)) : m("", !0),
|
|
18723
18727
|
n.linkSortAscending.iconClass ? (a(), r("span", {
|
|
18724
18728
|
key: 1,
|
|
18725
18729
|
class: x(n.linkSortAscending.iconClass)
|
|
18726
18730
|
}, null, 2)) : m("", !0)
|
|
18727
|
-
], 8,
|
|
18731
|
+
], 8, Sx)) : (a(), r("a", {
|
|
18728
18732
|
key: 1,
|
|
18729
18733
|
href: "#",
|
|
18730
18734
|
onClick: t[4] || (t[4] = k((u) => l.sortByDate("desc"), ["prevent"])),
|
|
18731
18735
|
title: n.linkSortDescending.title
|
|
18732
18736
|
}, [
|
|
18733
|
-
n.linkSortDescending.text ? (a(), r("span",
|
|
18737
|
+
n.linkSortDescending.text ? (a(), r("span", Lx, y(n.linkSortDescending.text), 1)) : m("", !0),
|
|
18734
18738
|
n.linkSortDescending.iconClass ? (a(), r("span", {
|
|
18735
18739
|
key: 1,
|
|
18736
18740
|
class: x(n.linkSortDescending.iconClass)
|
|
18737
18741
|
}, null, 2)) : m("", !0)
|
|
18738
|
-
], 8,
|
|
18742
|
+
], 8, Ox))
|
|
18739
18743
|
])
|
|
18740
18744
|
]);
|
|
18741
18745
|
}
|
|
18742
|
-
const
|
|
18746
|
+
const Bx = /* @__PURE__ */ B(Cx, [["render", Ix]]), Dx = {
|
|
18743
18747
|
name: "CmdMailTool",
|
|
18744
18748
|
data() {
|
|
18745
18749
|
return {
|
|
@@ -18837,8 +18841,8 @@ const Ix = /* @__PURE__ */ B(xx, [["render", Lx]]), Bx = {
|
|
|
18837
18841
|
}
|
|
18838
18842
|
}
|
|
18839
18843
|
};
|
|
18840
|
-
function
|
|
18841
|
-
const d =
|
|
18844
|
+
function Fx(e, t, n, s, i, l) {
|
|
18845
|
+
const d = Bx, c = xx, u = Fi;
|
|
18842
18846
|
return a(), C(u, T({ class: "cmd-mail-tool" }, n.cmdTabs), {
|
|
18843
18847
|
"tab-content-0": v(() => [
|
|
18844
18848
|
f(d, T(n.cmdMailToolFilterInbox, {
|
|
@@ -18857,7 +18861,7 @@ function Dx(e, t, n, s, i, l) {
|
|
|
18857
18861
|
_: 1
|
|
18858
18862
|
}, 16);
|
|
18859
18863
|
}
|
|
18860
|
-
const
|
|
18864
|
+
const Mx = /* @__PURE__ */ B(Dx, [["render", Fx]]), Px = [
|
|
18861
18865
|
{
|
|
18862
18866
|
text: "Account owner:",
|
|
18863
18867
|
value: "Company name",
|
|
@@ -18878,7 +18882,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
18878
18882
|
value: "PBNKDEFF",
|
|
18879
18883
|
allowCopy: !0
|
|
18880
18884
|
}
|
|
18881
|
-
],
|
|
18885
|
+
], Vx = [
|
|
18882
18886
|
{
|
|
18883
18887
|
name: "User name 1",
|
|
18884
18888
|
age: 35,
|
|
@@ -19041,7 +19045,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19041
19045
|
}
|
|
19042
19046
|
]
|
|
19043
19047
|
}
|
|
19044
|
-
],
|
|
19048
|
+
], Ax = [
|
|
19045
19049
|
{
|
|
19046
19050
|
name: "Product name 1",
|
|
19047
19051
|
image: {
|
|
@@ -19105,18 +19109,18 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19105
19109
|
price: 123.49,
|
|
19106
19110
|
description: "short description text"
|
|
19107
19111
|
}
|
|
19108
|
-
],
|
|
19109
|
-
breadcrumbLabel:
|
|
19110
|
-
breadcrumbLinks:
|
|
19111
|
-
},
|
|
19112
|
-
link:
|
|
19113
|
-
pathDefaultLogo:
|
|
19114
|
-
pathDarkmodeLogo:
|
|
19115
|
-
altText:
|
|
19116
|
-
},
|
|
19117
|
-
required:
|
|
19118
|
-
optional:
|
|
19119
|
-
},
|
|
19112
|
+
], Ex = "Page levels:", Hx = [{ path: "/", text: "Home", iconClass: "icon-home", type: "href" }, { path: "/subpage", text: "Subpage", type: "href" }, { path: "/subpage/subsubpage", text: "Subsubpage", type: "href" }], qx = {
|
|
19113
|
+
breadcrumbLabel: Ex,
|
|
19114
|
+
breadcrumbLinks: Hx
|
|
19115
|
+
}, Rx = { type: "href", path: "./", tooltip: "Tooltip" }, jx = "/media/images/logos/logo.svg", Ux = "/media/images/logos/logo-darkmode.svg", Nx = "Company Logo", zx = {
|
|
19116
|
+
link: Rx,
|
|
19117
|
+
pathDefaultLogo: jx,
|
|
19118
|
+
pathDarkmodeLogo: Ux,
|
|
19119
|
+
altText: Nx
|
|
19120
|
+
}, Wx = { 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" } }] }, Gx = { 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" } }] }, Kx = {
|
|
19121
|
+
required: Wx,
|
|
19122
|
+
optional: Gx
|
|
19123
|
+
}, Yx = [
|
|
19120
19124
|
{
|
|
19121
19125
|
value: "",
|
|
19122
19126
|
text: "Please select..."
|
|
@@ -19141,7 +19145,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19141
19145
|
value: "#000000",
|
|
19142
19146
|
text: "Black"
|
|
19143
19147
|
}
|
|
19144
|
-
],
|
|
19148
|
+
], Jx = [
|
|
19145
19149
|
{
|
|
19146
19150
|
value: "cn",
|
|
19147
19151
|
text: "China"
|
|
@@ -19199,7 +19203,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19199
19203
|
text: "Filter 3",
|
|
19200
19204
|
value: "3"
|
|
19201
19205
|
}
|
|
19202
|
-
],
|
|
19206
|
+
], Zx = [
|
|
19203
19207
|
{
|
|
19204
19208
|
text: "Option 1",
|
|
19205
19209
|
value: 1
|
|
@@ -19213,7 +19217,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19213
19217
|
value: 3,
|
|
19214
19218
|
iconClass: "icon-mail"
|
|
19215
19219
|
}
|
|
19216
|
-
],
|
|
19220
|
+
], Qx = [
|
|
19217
19221
|
{
|
|
19218
19222
|
element: "input",
|
|
19219
19223
|
type: "text",
|
|
@@ -19434,7 +19438,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19434
19438
|
}
|
|
19435
19439
|
]
|
|
19436
19440
|
}
|
|
19437
|
-
],
|
|
19441
|
+
], Xx = [
|
|
19438
19442
|
{
|
|
19439
19443
|
image: {
|
|
19440
19444
|
src: "/media/images/demo-images/medium/landscape-01.jpg",
|
|
@@ -19488,10 +19492,10 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19488
19492
|
textAlign: "center"
|
|
19489
19493
|
}
|
|
19490
19494
|
}
|
|
19491
|
-
],
|
|
19492
|
-
imageSmall:
|
|
19493
|
-
imageLarge:
|
|
19494
|
-
},
|
|
19495
|
+
], $x = { image: { src: "/media/images/demo-images/small/landscape-06.jpg", alt: "Alternative text", tooltip: "Tooltip" }, figcaption: { position: "top", text: "Figcaption above image (centered)", textAlign: "center" } }, eC = { image: { src: "/media/images/demo-images/landscape-2x.jpg", alt: "Alternative text", tooltip: "Tooltip" }, figcaption: { position: "top", text: "Figcaption above image (centered)", textAlign: "center" } }, tC = {
|
|
19496
|
+
imageSmall: $x,
|
|
19497
|
+
imageLarge: eC
|
|
19498
|
+
}, nC = [
|
|
19495
19499
|
{
|
|
19496
19500
|
image: {
|
|
19497
19501
|
url: "#",
|
|
@@ -19549,7 +19553,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19549
19553
|
textAlign: "center"
|
|
19550
19554
|
}
|
|
19551
19555
|
}
|
|
19552
|
-
],
|
|
19556
|
+
], iC = [
|
|
19553
19557
|
{
|
|
19554
19558
|
labelText: "Website",
|
|
19555
19559
|
id: "radio-id-1",
|
|
@@ -19571,7 +19575,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19571
19575
|
iconClass: "icon-phone",
|
|
19572
19576
|
value: "phone"
|
|
19573
19577
|
}
|
|
19574
|
-
],
|
|
19578
|
+
], lC = [
|
|
19575
19579
|
{
|
|
19576
19580
|
labelText: "Website",
|
|
19577
19581
|
id: "replaced-radio-id-1",
|
|
@@ -19593,7 +19597,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19593
19597
|
iconClass: "icon-phone",
|
|
19594
19598
|
value: "phone"
|
|
19595
19599
|
}
|
|
19596
|
-
],
|
|
19600
|
+
], oC = [
|
|
19597
19601
|
{
|
|
19598
19602
|
labelText: "Website",
|
|
19599
19603
|
id: "toggle-switch-radio-id-1",
|
|
@@ -19615,7 +19619,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19615
19619
|
iconClass: "icon-phone",
|
|
19616
19620
|
value: "phone"
|
|
19617
19621
|
}
|
|
19618
|
-
],
|
|
19622
|
+
], aC = [
|
|
19619
19623
|
{
|
|
19620
19624
|
icon: {
|
|
19621
19625
|
iconClass: "icon-user-profile",
|
|
@@ -19685,24 +19689,24 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19685
19689
|
target: "_blank",
|
|
19686
19690
|
tooltip: "Open CoManD-Website in new tab"
|
|
19687
19691
|
}
|
|
19688
|
-
],
|
|
19689
|
-
text:
|
|
19690
|
-
icons:
|
|
19691
|
-
},
|
|
19692
|
+
], sC = [{ descriptionTerm: { text: "Description Term #1" }, descriptionData: { text: "Description Data #1" } }, { descriptionTerm: { text: "Description Term #2" }, descriptionData: { text: "Description Data #2" } }, { descriptionTerm: { text: "Description Term #3" }, descriptionData: { text: "Description Data #3" } }], rC = [{ descriptionTerm: { cmdIcon: { show: !0, iconClass: "icon-home", tooltip: "Href with anchor" } }, descriptionData: { cmdLink: { linkType: "href", text: "Description data in link ", path: "#anchor-back-to-top" } } }, { descriptionTerm: { cmdIcon: { show: !0, iconClass: "icon-user-profile", tooltip: "Href with anchor" } }, descriptionData: { text: "Data without link" } }, { descriptionTerm: { cmdIcon: { show: !0, iconClass: "icon-phone", tooltip: "Href with anchor" } }, descriptionData: { cmdLink: { linkType: "href", text: "Description data in link", path: "#anchor-back-to-top" } } }], dC = {
|
|
19693
|
+
text: sC,
|
|
19694
|
+
icons: rC
|
|
19695
|
+
}, uC = [
|
|
19692
19696
|
"Tag 1",
|
|
19693
19697
|
"Tag 2",
|
|
19694
19698
|
"Tag 3"
|
|
19695
|
-
],
|
|
19696
|
-
pathFlags:
|
|
19697
|
-
languages:
|
|
19698
|
-
},
|
|
19699
|
-
inbox:
|
|
19700
|
-
outbox:
|
|
19701
|
-
},
|
|
19702
|
-
withIcon:
|
|
19703
|
-
withoutIcon:
|
|
19704
|
-
router:
|
|
19705
|
-
},
|
|
19699
|
+
], cC = "https://comand-ui.com/samples/images/flags", mC = [{ iso2: "de", name: "Deutsch", tooltip: "Sprache zu deutsch wechseln", link: { type: "href", path: "/" } }, { iso2: "en", name: "English", tooltip: "Switch language to English", link: { type: "href", path: "/" } }, { iso2: "es", name: "Español", tooltip: "cambiar el idioma a español", link: { type: "href", path: "/" } }], pC = {
|
|
19700
|
+
pathFlags: cC,
|
|
19701
|
+
languages: mC
|
|
19702
|
+
}, fC = [{ id: 1, cmdImage: { src: "/media/images/user-images/fake-user-1.jpg", alt: "User image" }, contactFullName: "Name Sender #1", subject: "This is the subject of this mail #1", isoDate: "2025-02-20", time: "19:39" }, { id: 2, cmdImage: { src: "/media/images/user-images/fake-user-2.jpg", alt: "User image" }, contactFullName: "Name Sender #2", subject: "This is the subject of this mail #2", isoDate: "2025-02-20", time: "21:08" }], hC = [{ id: 3, cmdImage: { src: "/media/images/user-images/fake-user-2.jpg", alt: "User image" }, contactFullName: "Name Receiver #1", subject: "This is the subject of this mail #1", isoDate: "2025-02-20", time: "19:41" }, { id: 4, cmdImage: { src: "/media/images/user-images/fake-user-3.jpg", alt: "User image" }, contactFullName: "Name Receiver #2", subject: "This is the subject of this mail #2", isoDate: "2025-02-21", time: "15:55" }], gC = {
|
|
19703
|
+
inbox: fC,
|
|
19704
|
+
outbox: hC
|
|
19705
|
+
}, yC = [{ linkType: "href", path: "#", text: "Contact", tooltip: "This is a tooltip for step 1", iconClass: "icon-address" }, { linkType: "href", path: "#", text: "Settings", iconClass: "icon-configuration" }, { linkType: "href", path: "#", text: "Attachments", iconClass: "icon-attachment" }, { linkType: "href", path: "#", text: "Terms and Conditions", iconClass: "icon-section-sign" }, { linkType: "href", path: "#", text: "Summary", iconClass: "icon-rows" }], bC = [{ linkType: "href", path: "#", text: "Contact", tooltip: "This is a tooltip for step 1" }, { linkType: "href", path: "#", text: "Settings" }, { linkType: "href", path: "#", text: "Attachments" }, { linkType: "href", path: "#", text: "Terms and Conditions" }, { linkType: "href", path: "#", text: "Summary" }], xC = [{ linkType: "router", path: "#", text: "Contact", tooltip: "This is a tooltip for step 1" }, { linkType: "router", path: "#", text: "Settings" }, { linkType: "router", path: "#", text: "Attachments" }, { linkType: "router", path: "#", text: "Terms and Conditions" }, { linkType: "router", path: "#", text: "Summary", disabled: !0 }], CC = {
|
|
19706
|
+
withIcon: yC,
|
|
19707
|
+
withoutIcon: bC,
|
|
19708
|
+
router: xC
|
|
19709
|
+
}, vC = [
|
|
19706
19710
|
{
|
|
19707
19711
|
element: "input",
|
|
19708
19712
|
type: "text",
|
|
@@ -19720,18 +19724,17 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19720
19724
|
name: "form-element-text-first-name",
|
|
19721
19725
|
htmlClass: "form-element-text-class",
|
|
19722
19726
|
value: "",
|
|
19723
|
-
fieldIconClass: "icon-lock",
|
|
19724
19727
|
labelText: "First Name",
|
|
19725
19728
|
placeholder: "First Name",
|
|
19726
19729
|
required: !0,
|
|
19727
19730
|
disabled: !1
|
|
19728
19731
|
}
|
|
19729
|
-
],
|
|
19730
|
-
offcanvasPosition:
|
|
19731
|
-
stretchMainItems:
|
|
19732
|
-
persistOnMobile:
|
|
19733
|
-
navigationEntries:
|
|
19734
|
-
},
|
|
19732
|
+
], kC = "right", wC = !1, TC = !1, SC = [{ type: "href", text: "href 1", path: "#", iconClass: "icon-home" }, { type: "href", text: "href 2", path: "", subentries: [{ type: "href", text: "href 2.1", path: "", subentries: [{ type: "href", text: "href 2.1.1", path: "#" }, { type: "href", text: "href 2.1.2", path: "#" }, { type: "href", text: "href 2.1.3", path: "#" }] }, { type: "href", text: "href 2.2", path: "#", subentries: [] }] }, { type: "router", text: "router 1", path: "#" }, { type: "router", text: "router 2", path: "#", subentries: [{ type: "router", text: "router 2.1", path: { name: "home" } }, { type: "router", text: "router 2.2", path: { name: "home" } }] }, { type: "href", text: "CoManD-UI", path: "https://www.comand-ui.com", target: "comand-website" }], sl = {
|
|
19733
|
+
offcanvasPosition: kC,
|
|
19734
|
+
stretchMainItems: wC,
|
|
19735
|
+
persistOnMobile: TC,
|
|
19736
|
+
navigationEntries: SC
|
|
19737
|
+
}, _C = [
|
|
19735
19738
|
{
|
|
19736
19739
|
day: "Mondays",
|
|
19737
19740
|
am: {
|
|
@@ -19811,7 +19814,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19811
19814
|
tillTime: "18:00"
|
|
19812
19815
|
}
|
|
19813
19816
|
}
|
|
19814
|
-
],
|
|
19817
|
+
], OC = [
|
|
19815
19818
|
{
|
|
19816
19819
|
text: "Please select",
|
|
19817
19820
|
value: ""
|
|
@@ -19828,7 +19831,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19828
19831
|
text: "Optionname 3",
|
|
19829
19832
|
value: "3"
|
|
19830
19833
|
}
|
|
19831
|
-
],
|
|
19834
|
+
], LC = [
|
|
19832
19835
|
{
|
|
19833
19836
|
image: {
|
|
19834
19837
|
src: {
|
|
@@ -19913,13 +19916,13 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19913
19916
|
target: null
|
|
19914
19917
|
}
|
|
19915
19918
|
}
|
|
19916
|
-
],
|
|
19917
|
-
listOfRecommendations:
|
|
19918
|
-
cmdFormElement:
|
|
19919
|
-
},
|
|
19920
|
-
cmdFormElement:
|
|
19921
|
-
networks:
|
|
19922
|
-
},
|
|
19919
|
+
], IC = [{ id: 1, displayValue: "Option #1", icon: { iconClass: "icon-home" } }, { id: 2, displayValue: "Option #2", icon: { iconClass: "icon-company" } }, { id: 3, displayValue: "Option #3", icon: { iconClass: "icon-globe" } }], BC = { labelText: "Label for inputfield (search) with smart-search:" }, DC = {
|
|
19920
|
+
listOfRecommendations: IC,
|
|
19921
|
+
cmdFormElement: BC
|
|
19922
|
+
}, FC = { toggleSwitch: !0, labelText: "I accept that anonymous data will be send to the platform I share this page on and accept the <a href='/content/fancybox-content.html' class='fancybox'>Data Privacy</a>!", required: !0 }, MC = [{ buttonClass: "social-network-facebook", path: "https://www.facebook.com/sharer/sharer.php?u=", tooltip: "Share this page on facebook", iconClass: "icon-facebook", linkText: "Share" }, { buttonClass: "social-network-x", path: "https://twitter.com/home?status=", tooltip: "Share this page on X", iconClass: "icon-x", linkText: "Share" }, { buttonClass: "social-network-xing", path: "https://www.xing.com/spi/shares/new?sc_p=b7910_cb&url=", tooltip: "Share this page on xing", iconClass: "icon-xing", linkText: "Share" }, { buttonClass: "social-network-linkedin", path: "https://www.linkedin.com/cws/share?url=", tooltip: "Share this page on linkedin", iconClass: "icon-linkedin", linkText: "Share" }, { buttonClass: "social-network-instagram", path: "https://www.instagram.com/", tooltip: "Share this page on instagram", iconClass: "icon-instagram", linkText: "Share" }], PC = {
|
|
19923
|
+
cmdFormElement: FC,
|
|
19924
|
+
networks: MC
|
|
19925
|
+
}, VC = [
|
|
19923
19926
|
{
|
|
19924
19927
|
text: "Tab 1",
|
|
19925
19928
|
headlineText: "Tab 1 Headline",
|
|
@@ -19941,19 +19944,19 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
19941
19944
|
iconClass: "cmd:linkedin",
|
|
19942
19945
|
htmlContent: "<p>Content for Tab 3</p>"
|
|
19943
19946
|
}
|
|
19944
|
-
],
|
|
19945
|
-
caption:
|
|
19946
|
-
thead:
|
|
19947
|
-
tbody:
|
|
19948
|
-
tfoot:
|
|
19949
|
-
},
|
|
19950
|
-
caption:
|
|
19951
|
-
rowIndexHighlighted:
|
|
19952
|
-
columnIndexHighlighted:
|
|
19953
|
-
thead:
|
|
19954
|
-
tbody:
|
|
19955
|
-
tfoot:
|
|
19956
|
-
},
|
|
19947
|
+
], AC = { show: !0, text: "This is a caption for a small table" }, EC = ["Table head 1", "Table head 2", "Table head 3", "Table head 4", "Table head 5", "Table head 6", "Table head 7"], HC = [["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 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 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 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 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 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"]], qC = ["Table foot 1", "Table foot 2", "Table foot 3", "Table foot 4", "Table foot 5", "Table foot 6", "Table foot 7"], RC = {
|
|
19948
|
+
caption: AC,
|
|
19949
|
+
thead: EC,
|
|
19950
|
+
tbody: HC,
|
|
19951
|
+
tfoot: qC
|
|
19952
|
+
}, jC = { show: !1, text: "This is a caption for a large table" }, UC = 3, NC = 4, zC = ["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"], WC = [["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"]], GC = ["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"], KC = {
|
|
19953
|
+
caption: jC,
|
|
19954
|
+
rowIndexHighlighted: UC,
|
|
19955
|
+
columnIndexHighlighted: NC,
|
|
19956
|
+
thead: zC,
|
|
19957
|
+
tbody: WC,
|
|
19958
|
+
tfoot: GC
|
|
19959
|
+
}, YC = [
|
|
19957
19960
|
{
|
|
19958
19961
|
image: {
|
|
19959
19962
|
url: "#",
|
|
@@ -20067,7 +20070,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
20067
20070
|
textAlign: "center"
|
|
20068
20071
|
}
|
|
20069
20072
|
}
|
|
20070
|
-
],
|
|
20073
|
+
], JC = [
|
|
20071
20074
|
{
|
|
20072
20075
|
id: 1,
|
|
20073
20076
|
iconClass: "icon-home",
|
|
@@ -20109,7 +20112,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
20109
20112
|
text: "Item 8 with URL",
|
|
20110
20113
|
url: "http://www.comand-cms.com"
|
|
20111
20114
|
}
|
|
20112
|
-
],
|
|
20115
|
+
], ZC = [
|
|
20113
20116
|
{
|
|
20114
20117
|
text: "Afghanistan",
|
|
20115
20118
|
value: "af"
|
|
@@ -20890,19 +20893,19 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
20890
20893
|
text: "Zimbabwe",
|
|
20891
20894
|
value: "zw"
|
|
20892
20895
|
}
|
|
20893
|
-
],
|
|
20894
|
-
name:
|
|
20895
|
-
version:
|
|
20896
|
-
license:
|
|
20897
|
-
author:
|
|
20896
|
+
], QC = "comand-component-library", XC = "4.2.90", $C = "GPL-3.0-only", e1 = "CoManD-UI", t1 = "module", n1 = { prepublishOnly: "npm run build-lib", dev: "vite", build: "vite build", "build-lib": "vite build && gulp", preview: "vite preview" }, i1 = ["dist", "src"], l1 = { ".": "./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" }, o1 = { "clickout-event": "^1.1.2", "comand-frontend-framework": "^4.3.23", "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" }, a1 = { "@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" }, s1 = {
|
|
20897
|
+
name: QC,
|
|
20898
|
+
version: XC,
|
|
20899
|
+
license: $C,
|
|
20900
|
+
author: e1,
|
|
20898
20901
|
private: !1,
|
|
20899
|
-
type:
|
|
20900
|
-
scripts:
|
|
20901
|
-
files:
|
|
20902
|
-
exports:
|
|
20903
|
-
dependencies:
|
|
20904
|
-
devDependencies:
|
|
20905
|
-
},
|
|
20902
|
+
type: t1,
|
|
20903
|
+
scripts: n1,
|
|
20904
|
+
files: i1,
|
|
20905
|
+
exports: l1,
|
|
20906
|
+
dependencies: o1,
|
|
20907
|
+
devDependencies: a1
|
|
20908
|
+
}, r1 = [
|
|
20906
20909
|
"AddressData",
|
|
20907
20910
|
"AdvancedFormElements",
|
|
20908
20911
|
"BankAccountData",
|
|
@@ -20953,7 +20956,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
20953
20956
|
"Tooltip",
|
|
20954
20957
|
"UploadForm",
|
|
20955
20958
|
"WidthLimitationWrapper"
|
|
20956
|
-
],
|
|
20959
|
+
], d1 = {
|
|
20957
20960
|
data() {
|
|
20958
20961
|
return {
|
|
20959
20962
|
cmdAddressDataSettingsData: {
|
|
@@ -22005,9 +22008,9 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
22005
22008
|
}
|
|
22006
22009
|
};
|
|
22007
22010
|
}
|
|
22008
|
-
}, Kn = "/media/images/content-images/landscape-medium.jpg",
|
|
22011
|
+
}, Kn = "/media/images/content-images/landscape-medium.jpg", u1 = "/media/images/demo-images/small/landscape-01.jpg", c1 = "/media/images/demo-images/small/landscape-02.jpg", m1 = "/media/images/demo-images/small/landscape-03.jpg", p1 = {
|
|
22009
22012
|
name: "App",
|
|
22010
|
-
mixins: [
|
|
22013
|
+
mixins: [d1],
|
|
22011
22014
|
components: {
|
|
22012
22015
|
PageOverview: ol
|
|
22013
22016
|
},
|
|
@@ -22025,7 +22028,7 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
22025
22028
|
selectedLanguage: "none",
|
|
22026
22029
|
fancyBoxCookieDisclaimer: !1,
|
|
22027
22030
|
componentNameForContainer: "CmdHeadline",
|
|
22028
|
-
listOfComponents:
|
|
22031
|
+
listOfComponents: r1,
|
|
22029
22032
|
activeEntry: "CmdAddressData",
|
|
22030
22033
|
basicFormData: {},
|
|
22031
22034
|
cmdCodeOutputSlotContent: "<p>This is text for the slot provided as string to not render the HTML.</p>",
|
|
@@ -22156,42 +22159,42 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
22156
22159
|
},
|
|
22157
22160
|
// assign data from json files to data-properties
|
|
22158
22161
|
addressData: ll,
|
|
22159
|
-
bankAccountData:
|
|
22160
|
-
boxProductData:
|
|
22161
|
-
boxUserData:
|
|
22162
|
-
breadcrumbsData:
|
|
22163
|
-
companyLogoData:
|
|
22164
|
-
cookieDisclaimerData:
|
|
22165
|
-
fakeSelectColorsData:
|
|
22166
|
-
fakeSelectCountriesData:
|
|
22162
|
+
bankAccountData: Px,
|
|
22163
|
+
boxProductData: Ax,
|
|
22164
|
+
boxUserData: Vx,
|
|
22165
|
+
breadcrumbsData: qx,
|
|
22166
|
+
companyLogoData: zx,
|
|
22167
|
+
cookieDisclaimerData: Kx,
|
|
22168
|
+
fakeSelectColorsData: Yx,
|
|
22169
|
+
fakeSelectCountriesData: Jx,
|
|
22167
22170
|
fakeSelectFilterOptionsData: Gn,
|
|
22168
|
-
fakeSelectOptionsData:
|
|
22169
|
-
formElementsData:
|
|
22170
|
-
imageData:
|
|
22171
|
-
imageZoomData:
|
|
22172
|
-
imageGalleryData:
|
|
22173
|
-
inputGroupReplacedRadiobuttonsData:
|
|
22174
|
-
inputGroupToggleSwitchRadiobuttonsData:
|
|
22175
|
-
switchLanguage:
|
|
22176
|
-
listData:
|
|
22177
|
-
listOfTagsData:
|
|
22178
|
-
descriptionListData:
|
|
22179
|
-
multistepsData:
|
|
22180
|
-
multistepFormWrapperPage1Data:
|
|
22181
|
-
mailToolData:
|
|
22171
|
+
fakeSelectOptionsData: Zx,
|
|
22172
|
+
formElementsData: Qx,
|
|
22173
|
+
imageData: Xx,
|
|
22174
|
+
imageZoomData: tC,
|
|
22175
|
+
imageGalleryData: nC,
|
|
22176
|
+
inputGroupReplacedRadiobuttonsData: lC,
|
|
22177
|
+
inputGroupToggleSwitchRadiobuttonsData: oC,
|
|
22178
|
+
switchLanguage: pC,
|
|
22179
|
+
listData: aC,
|
|
22180
|
+
listOfTagsData: uC,
|
|
22181
|
+
descriptionListData: dC,
|
|
22182
|
+
multistepsData: CC,
|
|
22183
|
+
multistepFormWrapperPage1Data: vC,
|
|
22184
|
+
mailToolData: gC,
|
|
22182
22185
|
navigationData: sl,
|
|
22183
|
-
openingHoursData:
|
|
22184
|
-
selectOptionsData:
|
|
22185
|
-
slideshowData:
|
|
22186
|
-
smartSearchData:
|
|
22187
|
-
socialNetworksData:
|
|
22188
|
-
tableDataSmall:
|
|
22189
|
-
tableDataLarge:
|
|
22190
|
-
tabsData:
|
|
22191
|
-
thumbnailScrollerImagesData:
|
|
22192
|
-
thumbnailScrollerTextData:
|
|
22193
|
-
allCountriesData:
|
|
22194
|
-
packageJson:
|
|
22186
|
+
openingHoursData: _C,
|
|
22187
|
+
selectOptionsData: OC,
|
|
22188
|
+
slideshowData: LC,
|
|
22189
|
+
smartSearchData: DC,
|
|
22190
|
+
socialNetworksData: PC,
|
|
22191
|
+
tableDataSmall: RC,
|
|
22192
|
+
tableDataLarge: KC,
|
|
22193
|
+
tabsData: VC,
|
|
22194
|
+
thumbnailScrollerImagesData: YC,
|
|
22195
|
+
thumbnailScrollerTextData: JC,
|
|
22196
|
+
allCountriesData: ZC,
|
|
22197
|
+
packageJson: s1
|
|
22195
22198
|
};
|
|
22196
22199
|
},
|
|
22197
22200
|
mounted() {
|
|
@@ -22298,10 +22301,10 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
22298
22301
|
e.originalEvent.preventDefault(), console.log(e);
|
|
22299
22302
|
},
|
|
22300
22303
|
localizedTime(e) {
|
|
22301
|
-
return (t, n) =>
|
|
22304
|
+
return (t, n) => df(e)(t, n).toLowerCase();
|
|
22302
22305
|
},
|
|
22303
22306
|
idForReplacedInputsInInputGroup(e) {
|
|
22304
|
-
return
|
|
22307
|
+
return iC.map((t) => ({ ...t, id: e + t.id, name: e + t.name }));
|
|
22305
22308
|
},
|
|
22306
22309
|
closeCookieDisclaimer(e) {
|
|
22307
22310
|
this.fancyBoxCookieDisclaimer = !1, alert(e.join(", "));
|
|
@@ -22421,136 +22424,136 @@ const Fx = /* @__PURE__ */ B(Bx, [["render", Dx]]), Mx = [
|
|
|
22421
22424
|
});
|
|
22422
22425
|
}
|
|
22423
22426
|
}
|
|
22424
|
-
},
|
|
22427
|
+
}, f1 = ["id"], h1 = { for: "select-template" }, g1 = { class: "input-wrapper" }, y1 = { for: "default-color-scheme" }, b1 = { for: "light-mode" }, x1 = { for: "dark-mode" }, C1 = ["href", "onClick"], v1 = { class: "box-footer comand-versions" }, k1 = { class: "closed-sidebar" }, w1 = {
|
|
22425
22428
|
key: 1,
|
|
22426
22429
|
id: "content"
|
|
22427
|
-
},
|
|
22430
|
+
}, T1 = {
|
|
22428
22431
|
class: "headline-demopage",
|
|
22429
22432
|
id: "section-address-data"
|
|
22430
|
-
},
|
|
22433
|
+
}, S1 = { class: "flex-container" }, _1 = { class: "flex-container" }, O1 = { class: "list-status" }, L1 = { class: "error" }, I1 = { class: "flex-container" }, B1 = { class: "headline-demopage" }, D1 = { class: "flex-container" }, F1 = { class: "flex-container" }, M1 = { class: "flex-container" }, P1 = { class: "flex-container" }, V1 = { class: "flex-container" }, A1 = { class: "headline-demopage" }, E1 = { class: "flex-container" }, H1 = { class: "flex-container flex-items-flex-none" }, q1 = {
|
|
22431
22434
|
class: "inline",
|
|
22432
22435
|
for: "range-value"
|
|
22433
|
-
},
|
|
22436
|
+
}, R1 = ["disabled"], j1 = { for: "range-slider" }, U1 = ["disabled"], N1 = { class: "label inline" }, z1 = { class: "flex-container flex-items-flex-none" }, W1 = { class: "label inline" }, G1 = { class: "flex-container flex-items-flex-none" }, K1 = { class: "label inline" }, Y1 = { class: "flex-container flex-items-flex-none" }, J1 = { class: "label inline" }, Z1 = { class: "flex-container flex-items-flex-none" }, Q1 = {
|
|
22434
22437
|
class: "headline-demopage",
|
|
22435
22438
|
id: "section-input-group"
|
|
22436
|
-
},
|
|
22439
|
+
}, X1 = { class: "flex-container" }, $1 = { class: "button-wrapper flex-none" }, ev = ["disabled"], tv = {
|
|
22437
22440
|
class: "headline-demopage",
|
|
22438
22441
|
id: "section-bank-account-data"
|
|
22439
|
-
},
|
|
22442
|
+
}, nv = {
|
|
22440
22443
|
class: "headline-demopage",
|
|
22441
22444
|
id: "section-basic-form"
|
|
22442
|
-
},
|
|
22445
|
+
}, iv = { class: "headline-demopage" }, lv = { class: "navigation" }, ov = {
|
|
22443
22446
|
class: "headline-demopage",
|
|
22444
22447
|
id: "section-breadcrumbs"
|
|
22445
|
-
},
|
|
22448
|
+
}, av = {
|
|
22446
22449
|
class: "headline-demopage",
|
|
22447
22450
|
id: "section-code-output"
|
|
22448
|
-
},
|
|
22451
|
+
}, sv = {
|
|
22449
22452
|
class: "headline-demopage",
|
|
22450
22453
|
id: "section-company-logo"
|
|
22451
|
-
},
|
|
22454
|
+
}, rv = {
|
|
22452
22455
|
class: "headline-demopage",
|
|
22453
22456
|
id: "section-container"
|
|
22454
|
-
},
|
|
22457
|
+
}, dv = {
|
|
22455
22458
|
class: "headline-demopage",
|
|
22456
22459
|
id: "section-headlines"
|
|
22457
|
-
},
|
|
22460
|
+
}, uv = {
|
|
22458
22461
|
class: "headline-demopage",
|
|
22459
22462
|
id: "section-image"
|
|
22460
|
-
},
|
|
22463
|
+
}, cv = { class: "flex-container" }, mv = {
|
|
22461
22464
|
class: "headline-demopage",
|
|
22462
22465
|
id: "section-image-gallery"
|
|
22463
|
-
},
|
|
22466
|
+
}, pv = {
|
|
22464
22467
|
class: "headline-demopage",
|
|
22465
22468
|
id: "section-link"
|
|
22466
|
-
},
|
|
22469
|
+
}, fv = { class: "output" }, hv = {
|
|
22467
22470
|
class: "headline-demopage",
|
|
22468
22471
|
id: "section-list"
|
|
22469
|
-
},
|
|
22472
|
+
}, gv = { class: "output" }, yv = { class: "flex-container" }, bv = { class: "flex-container" }, xv = {
|
|
22470
22473
|
class: "headline-demopage",
|
|
22471
22474
|
id: "section-login-form"
|
|
22472
|
-
},
|
|
22475
|
+
}, Cv = {
|
|
22473
22476
|
class: "headline-demopage",
|
|
22474
22477
|
id: "section-main-navigation"
|
|
22475
|
-
},
|
|
22478
|
+
}, vv = {
|
|
22476
22479
|
class: "headline-demopage",
|
|
22477
22480
|
id: "section-multistep-form-progress-bar"
|
|
22478
|
-
},
|
|
22481
|
+
}, kv = {
|
|
22479
22482
|
class: "headline-demopage",
|
|
22480
22483
|
id: "section-multistep-form-wrapper"
|
|
22481
|
-
},
|
|
22484
|
+
}, wv = ["onClick"], Tv = ["onClick"], Sv = ["onClick"], _v = { class: "input-wrapper" }, Ov = { class: "flex-container" }, Lv = ["onClick"], Iv = { key: 0 }, Bv = ["onClick"], Dv = { key: 0 }, Fv = ["onClick"], Mv = { key: 0 }, Pv = { key: 0 }, Vv = { key: 0 }, Av = { class: "button-wrapper reverse justify-content-space-between" }, Ev = {
|
|
22482
22485
|
class: "headline-demopage",
|
|
22483
22486
|
id: "section-newsletter-subscription"
|
|
22484
|
-
},
|
|
22487
|
+
}, Hv = {
|
|
22485
22488
|
class: "headline-demopage",
|
|
22486
22489
|
id: "section-opening-hours"
|
|
22487
|
-
},
|
|
22490
|
+
}, qv = {
|
|
22488
22491
|
class: "headline-demopage",
|
|
22489
22492
|
id: "section-page-footer"
|
|
22490
|
-
},
|
|
22493
|
+
}, Rv = {
|
|
22491
22494
|
class: "headline-demopage",
|
|
22492
22495
|
id: "section-page-header"
|
|
22493
|
-
},
|
|
22496
|
+
}, jv = {
|
|
22494
22497
|
class: "headline-demopage",
|
|
22495
22498
|
id: "section-pagination"
|
|
22496
|
-
},
|
|
22499
|
+
}, Uv = {
|
|
22497
22500
|
class: "headline-demopage",
|
|
22498
22501
|
id: "section-paragraph"
|
|
22499
|
-
},
|
|
22502
|
+
}, Nv = {
|
|
22500
22503
|
class: "headline-demopage",
|
|
22501
22504
|
id: "section-section"
|
|
22502
|
-
},
|
|
22505
|
+
}, zv = {
|
|
22503
22506
|
class: "headline-demopage",
|
|
22504
22507
|
id: "section-site-header"
|
|
22505
|
-
},
|
|
22508
|
+
}, Wv = {
|
|
22506
22509
|
class: "headline-demopage",
|
|
22507
22510
|
id: "section-site-search"
|
|
22508
|
-
},
|
|
22511
|
+
}, Gv = {
|
|
22509
22512
|
class: "headline-demopage",
|
|
22510
22513
|
id: "section-slideshow"
|
|
22511
|
-
},
|
|
22514
|
+
}, Kv = {
|
|
22512
22515
|
class: "headline-demopage",
|
|
22513
22516
|
id: "section-smart-search"
|
|
22514
|
-
},
|
|
22517
|
+
}, Yv = {
|
|
22515
22518
|
class: "headline-demopage",
|
|
22516
22519
|
id: "section-social-networks"
|
|
22517
|
-
},
|
|
22520
|
+
}, Jv = {
|
|
22518
22521
|
class: "headline-demopage",
|
|
22519
22522
|
id: "section-system-message"
|
|
22520
|
-
},
|
|
22523
|
+
}, Zv = {
|
|
22521
22524
|
class: "headline-demopage",
|
|
22522
22525
|
id: "section-tables"
|
|
22523
|
-
},
|
|
22526
|
+
}, Qv = {
|
|
22524
22527
|
class: "headline-demopage",
|
|
22525
22528
|
id: "section-tabs"
|
|
22526
|
-
},
|
|
22529
|
+
}, Xv = {
|
|
22527
22530
|
class: "headline-demopage",
|
|
22528
22531
|
id: "section-tag"
|
|
22529
|
-
},
|
|
22532
|
+
}, $v = {
|
|
22530
22533
|
class: "headline-demopage",
|
|
22531
22534
|
id: "section-text-image-block"
|
|
22532
|
-
},
|
|
22535
|
+
}, ek = { class: "flex-container" }, tk = {
|
|
22533
22536
|
class: "headline-demopage",
|
|
22534
22537
|
id: "section-thumbnail-scroller"
|
|
22535
|
-
},
|
|
22538
|
+
}, nk = { class: "inline-size" }, ik = {
|
|
22536
22539
|
class: "headline-demopage",
|
|
22537
22540
|
id: "section-toggle-dark-mode"
|
|
22538
|
-
},
|
|
22541
|
+
}, lk = {
|
|
22539
22542
|
class: "headline-demopage",
|
|
22540
22543
|
id: "section-tooltip"
|
|
22541
|
-
},
|
|
22544
|
+
}, ok = {
|
|
22542
22545
|
class: "headline-demopage",
|
|
22543
22546
|
id: "section-upload-form"
|
|
22544
|
-
},
|
|
22547
|
+
}, ak = {
|
|
22545
22548
|
class: "headline-demopage",
|
|
22546
22549
|
id: "section-width-limitation-wrapper"
|
|
22547
|
-
},
|
|
22550
|
+
}, sk = {
|
|
22548
22551
|
key: 2,
|
|
22549
22552
|
id: "content"
|
|
22550
22553
|
};
|
|
22551
|
-
function
|
|
22552
|
-
const d = Xt, c = vi, u =
|
|
22553
|
-
return
|
|
22554
|
+
function rk(e, t, n, s, i, l) {
|
|
22555
|
+
const d = Xt, c = vi, u = lh, h = Zt, p = wi, b = mh, S = il, I = hi, L = Ti, O = K, V = Mh, q = Jt, N = Kf, j = Yt, Y = gi, ge = or, H = mr, W = xi, se = ki, ke = Ec, ee = Wc, dl = Cm, ul = Oi, Re = U, Le = R, on = oe, cl = Em, ml = Nm, te = he, pl = sp, fl = Mx, hl = Li, gl = de("router-view"), an = Bi, rt = ve, sn = Np, yl = Yp, bl = vf, xl = Vf, Cl = Rf, vl = Ii, kl = Xb, dt = Qf, rn = rh, wl = kh, Tl = Ih, Sl = Di, _l = Rh, dn = Qh, Ol = Fi, Ll = Ci, ut = pg, Il = yi, Bl = yg, ct = pi, Dl = kb, Fl = ol, Ml = hm, Pl = cm, Vl = Xd, Al = Ib, El = Ul("fancybox");
|
|
22556
|
+
return z((a(), r("div", {
|
|
22554
22557
|
class: "page-wrapper",
|
|
22555
22558
|
id: l.templateId
|
|
22556
22559
|
}, [
|
|
@@ -22578,9 +22581,9 @@ function sk(e, t, n, s, i, l) {
|
|
|
22578
22581
|
onToggleCollapse: (M) => g.boxToggled(0, M)
|
|
22579
22582
|
}, {
|
|
22580
22583
|
body: v(() => [
|
|
22581
|
-
o("label",
|
|
22584
|
+
o("label", h1, [
|
|
22582
22585
|
t[136] || (t[136] = o("span", null, "Select template", -1)),
|
|
22583
|
-
|
|
22586
|
+
z(o("select", {
|
|
22584
22587
|
id: "select-template",
|
|
22585
22588
|
"onUpdate:modelValue": t[0] || (t[0] = (M) => i.selectedTemplate = M)
|
|
22586
22589
|
}, [...t[135] || (t[135] = [
|
|
@@ -22593,9 +22596,9 @@ function sk(e, t, n, s, i, l) {
|
|
|
22593
22596
|
]),
|
|
22594
22597
|
o("div", null, [
|
|
22595
22598
|
t[140] || (t[140] = o("span", null, "Color Scheme", -1)),
|
|
22596
|
-
o("div",
|
|
22597
|
-
o("label",
|
|
22598
|
-
|
|
22599
|
+
o("div", g1, [
|
|
22600
|
+
o("label", y1, [
|
|
22601
|
+
z(o("input", {
|
|
22599
22602
|
type: "radio",
|
|
22600
22603
|
id: "default-color-scheme",
|
|
22601
22604
|
name: "color-scheme",
|
|
@@ -22606,8 +22609,8 @@ function sk(e, t, n, s, i, l) {
|
|
|
22606
22609
|
]),
|
|
22607
22610
|
t[137] || (t[137] = o("span", { class: "label-text" }, "Color-Scheme by Browser/OS", -1))
|
|
22608
22611
|
]),
|
|
22609
|
-
o("label",
|
|
22610
|
-
|
|
22612
|
+
o("label", b1, [
|
|
22613
|
+
z(o("input", {
|
|
22611
22614
|
type: "radio",
|
|
22612
22615
|
id: "light-mode",
|
|
22613
22616
|
name: "color-scheme",
|
|
@@ -22618,8 +22621,8 @@ function sk(e, t, n, s, i, l) {
|
|
|
22618
22621
|
]),
|
|
22619
22622
|
t[138] || (t[138] = o("span", { class: "label-text" }, "Light Mode", -1))
|
|
22620
22623
|
]),
|
|
22621
|
-
o("label",
|
|
22622
|
-
|
|
22624
|
+
o("label", x1, [
|
|
22625
|
+
z(o("input", {
|
|
22623
22626
|
type: "radio",
|
|
22624
22627
|
id: "dark-mode",
|
|
22625
22628
|
name: "color-scheme",
|
|
@@ -22651,9 +22654,9 @@ function sk(e, t, n, s, i, l) {
|
|
|
22651
22654
|
}, [
|
|
22652
22655
|
o("a", {
|
|
22653
22656
|
href: l.sectionName(M),
|
|
22654
|
-
onClick: (
|
|
22657
|
+
onClick: (pk) => l.updateSettingsSidebar(l.componentNameWithPrefix(M)),
|
|
22655
22658
|
title: "Go to component"
|
|
22656
|
-
}, y(l.readableComponentName(M)), 9,
|
|
22659
|
+
}, y(l.readableComponentName(M)), 9, C1)
|
|
22657
22660
|
], 2))), 128))
|
|
22658
22661
|
])
|
|
22659
22662
|
]),
|
|
@@ -22715,7 +22718,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22715
22718
|
]),
|
|
22716
22719
|
_: 1
|
|
22717
22720
|
}, 8, ["openBoxesByDefault"]),
|
|
22718
|
-
o("dl",
|
|
22721
|
+
o("dl", v1, [
|
|
22719
22722
|
t[143] || (t[143] = o("dt", null, "Frontend-Framework Version:", -1)),
|
|
22720
22723
|
o("dd", null, y(i.packageJson.dependencies["comand-frontend-framework"].replace("^", "")), 1),
|
|
22721
22724
|
t[144] || (t[144] = o("dt", null, "Component-Library Version:", -1)),
|
|
@@ -22723,7 +22726,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22723
22726
|
])
|
|
22724
22727
|
]),
|
|
22725
22728
|
closed: v(() => [
|
|
22726
|
-
o("div",
|
|
22729
|
+
o("div", k1, [
|
|
22727
22730
|
o("a", {
|
|
22728
22731
|
href: "#",
|
|
22729
22732
|
class: "button primary",
|
|
@@ -22771,7 +22774,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22771
22774
|
]),
|
|
22772
22775
|
_: 1
|
|
22773
22776
|
}),
|
|
22774
|
-
i.componentView ? (a(), r("main",
|
|
22777
|
+
i.componentView ? (a(), r("main", w1, [
|
|
22775
22778
|
f(S, null, {
|
|
22776
22779
|
default: v(() => [...t[149] || (t[149] = [
|
|
22777
22780
|
o("h1", { class: "headline-demopage" }, "Components Overview", -1)
|
|
@@ -22780,7 +22783,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22780
22783
|
}),
|
|
22781
22784
|
f(S, null, {
|
|
22782
22785
|
default: v(() => [
|
|
22783
|
-
o("h2",
|
|
22786
|
+
o("h2", T1, [
|
|
22784
22787
|
t[150] || (t[150] = o("span", null, "Address Data", -1)),
|
|
22785
22788
|
o("a", {
|
|
22786
22789
|
href: "#",
|
|
@@ -22789,7 +22792,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22789
22792
|
onClick: t[13] || (t[13] = k((g) => l.openSettingsSidebar("CmdAddressData"), ["prevent"]))
|
|
22790
22793
|
})
|
|
22791
22794
|
]),
|
|
22792
|
-
o("div",
|
|
22795
|
+
o("div", S1, [
|
|
22793
22796
|
f(I, T({
|
|
22794
22797
|
ref: "CmdAddressData",
|
|
22795
22798
|
addressData: i.addressData
|
|
@@ -22807,8 +22810,8 @@ function sk(e, t, n, s, i, l) {
|
|
|
22807
22810
|
t[191] || (t[191] = o("h3", null, [
|
|
22808
22811
|
o("span", null, "Form elements status:")
|
|
22809
22812
|
], -1)),
|
|
22810
|
-
o("div",
|
|
22811
|
-
o("ul",
|
|
22813
|
+
o("div", _1, [
|
|
22814
|
+
o("ul", O1, [
|
|
22812
22815
|
o("li", null, [
|
|
22813
22816
|
o("a", {
|
|
22814
22817
|
href: "#",
|
|
@@ -22817,7 +22820,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22817
22820
|
id: "status-default"
|
|
22818
22821
|
}, " Default ", 2)
|
|
22819
22822
|
]),
|
|
22820
|
-
o("li",
|
|
22823
|
+
o("li", L1, [
|
|
22821
22824
|
o("a", {
|
|
22822
22825
|
href: "#",
|
|
22823
22826
|
onClick: t[15] || (t[15] = k((g) => l.setStatus("error", !1), ["prevent"])),
|
|
@@ -22870,9 +22873,9 @@ function sk(e, t, n, s, i, l) {
|
|
|
22870
22873
|
novalidate: "novalidate"
|
|
22871
22874
|
}, {
|
|
22872
22875
|
default: v(() => [
|
|
22873
|
-
o("fieldset",
|
|
22876
|
+
o("fieldset", I1, [
|
|
22874
22877
|
t[170] || (t[170] = o("legend", null, "Legend", -1)),
|
|
22875
|
-
o("h2",
|
|
22878
|
+
o("h2", B1, [
|
|
22876
22879
|
t[151] || (t[151] = o("span", null, "Form Element-Component", -1)),
|
|
22877
22880
|
o("a", {
|
|
22878
22881
|
href: "#",
|
|
@@ -22885,7 +22888,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22885
22888
|
status: i.validationStatus,
|
|
22886
22889
|
disabled: i.disabledStatus
|
|
22887
22890
|
}), null, 16, ["status", "disabled"]),
|
|
22888
|
-
o("div",
|
|
22891
|
+
o("div", D1, [
|
|
22889
22892
|
f(O, {
|
|
22890
22893
|
labelText: "Input for datalist:",
|
|
22891
22894
|
element: "input",
|
|
@@ -22897,7 +22900,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22897
22900
|
tooltipText: "This is a tooltip"
|
|
22898
22901
|
}, null, 8, ["status", "disabled", "datalist"])
|
|
22899
22902
|
]),
|
|
22900
|
-
o("div",
|
|
22903
|
+
o("div", F1, [
|
|
22901
22904
|
f(O, T({
|
|
22902
22905
|
labelText: "Input (type search (without search-button)):",
|
|
22903
22906
|
element: "input",
|
|
@@ -22920,7 +22923,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22920
22923
|
}, { useCustomTooltip: !1 }), null, 16, ["status", "disabled"])
|
|
22921
22924
|
]),
|
|
22922
22925
|
t[171] || (t[171] = o("h3", null, "Inputfields in Columns", -1)),
|
|
22923
|
-
o("div",
|
|
22926
|
+
o("div", M1, [
|
|
22924
22927
|
f(O, {
|
|
22925
22928
|
element: "input",
|
|
22926
22929
|
type: "text",
|
|
@@ -22966,7 +22969,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
22966
22969
|
disabled: i.disabledStatus
|
|
22967
22970
|
}, null, 8, ["modelValue", "status", "disabled"])
|
|
22968
22971
|
]),
|
|
22969
|
-
o("div",
|
|
22972
|
+
o("div", P1, [
|
|
22970
22973
|
f(O, {
|
|
22971
22974
|
labelText: "Label for emailfield (with icon):",
|
|
22972
22975
|
element: "input",
|
|
@@ -23056,7 +23059,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23056
23059
|
disabled: i.disabledStatus
|
|
23057
23060
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
23058
23061
|
t[172] || (t[172] = o("h3", null, "Searchfields", -1)),
|
|
23059
|
-
o("div",
|
|
23062
|
+
o("div", V1, [
|
|
23060
23063
|
f(O, {
|
|
23061
23064
|
element: "input",
|
|
23062
23065
|
labelText: "Label for inputfield (search) without search-button:",
|
|
@@ -23112,7 +23115,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23112
23115
|
disabled: i.disabledStatus
|
|
23113
23116
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
23114
23117
|
t[174] || (t[174] = o("hr", null, null, -1)),
|
|
23115
|
-
o("h3",
|
|
23118
|
+
o("h3", A1, [
|
|
23116
23119
|
t[153] || (t[153] = o("span", null, "Fake Selects", -1)),
|
|
23117
23120
|
o("a", {
|
|
23118
23121
|
href: "#",
|
|
@@ -23121,7 +23124,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23121
23124
|
onClick: t[36] || (t[36] = k((g) => l.openSettingsSidebar("CmdFakeSelect"), ["prevent"]))
|
|
23122
23125
|
})
|
|
23123
23126
|
]),
|
|
23124
|
-
o("div",
|
|
23127
|
+
o("div", E1, [
|
|
23125
23128
|
f(q, T({ ref: "CmdFakeSelect" }, e.cmdFakeSelectSettingsData, {
|
|
23126
23129
|
selectData: i.fakeSelectOptionsData,
|
|
23127
23130
|
modelValue: i.fakeSelectDefault,
|
|
@@ -23198,12 +23201,12 @@ function sk(e, t, n, s, i, l) {
|
|
|
23198
23201
|
class: x(["label", i.validationStatus])
|
|
23199
23202
|
}, [
|
|
23200
23203
|
t[156] || (t[156] = o("span", { class: "label-text" }, "Single-Slider (with in- and output):", -1)),
|
|
23201
|
-
o("span",
|
|
23202
|
-
o("label",
|
|
23204
|
+
o("span", H1, [
|
|
23205
|
+
o("label", q1, [
|
|
23203
23206
|
t[154] || (t[154] = o("span", { class: "label-text" }, [
|
|
23204
23207
|
o("span", null, "Range Value:")
|
|
23205
23208
|
], -1)),
|
|
23206
|
-
|
|
23209
|
+
z(o("input", {
|
|
23207
23210
|
type: "number",
|
|
23208
23211
|
class: x(i.validationStatus),
|
|
23209
23212
|
"onUpdate:modelValue": t[43] || (t[43] = (g) => i.rangeValue = g),
|
|
@@ -23211,15 +23214,15 @@ function sk(e, t, n, s, i, l) {
|
|
|
23211
23214
|
min: "0",
|
|
23212
23215
|
max: "100",
|
|
23213
23216
|
id: "range-value"
|
|
23214
|
-
}, null, 10,
|
|
23217
|
+
}, null, 10, R1), [
|
|
23215
23218
|
[vt, i.rangeValue]
|
|
23216
23219
|
])
|
|
23217
23220
|
]),
|
|
23218
|
-
o("label",
|
|
23221
|
+
o("label", j1, [
|
|
23219
23222
|
t[155] || (t[155] = o("span", { class: "label-text hidden" }, [
|
|
23220
23223
|
o("span", null, "Range Value")
|
|
23221
23224
|
], -1)),
|
|
23222
|
-
|
|
23225
|
+
z(o("input", {
|
|
23223
23226
|
type: "range",
|
|
23224
23227
|
class: "range-slider",
|
|
23225
23228
|
id: "range-slider",
|
|
@@ -23227,7 +23230,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23227
23230
|
disabled: i.disabledStatus,
|
|
23228
23231
|
min: "0",
|
|
23229
23232
|
max: "100"
|
|
23230
|
-
}, null, 8,
|
|
23233
|
+
}, null, 8, U1), [
|
|
23231
23234
|
[vt, i.rangeValue]
|
|
23232
23235
|
])
|
|
23233
23236
|
])
|
|
@@ -23353,9 +23356,9 @@ function sk(e, t, n, s, i, l) {
|
|
|
23353
23356
|
]),
|
|
23354
23357
|
t[182] || (t[182] = o("h2", null, "Checkboxes and Radiobuttons", -1)),
|
|
23355
23358
|
t[183] || (t[183] = o("h3", null, "Checkboxes [native]", -1)),
|
|
23356
|
-
o("div",
|
|
23359
|
+
o("div", N1, [
|
|
23357
23360
|
t[160] || (t[160] = o("span", { class: "label-text" }, "Label for native checkboxes:", -1)),
|
|
23358
|
-
o("div",
|
|
23361
|
+
o("div", z1, [
|
|
23359
23362
|
f(O, {
|
|
23360
23363
|
element: "input",
|
|
23361
23364
|
labelText: "Label for checkbox with boolean",
|
|
@@ -23408,9 +23411,9 @@ function sk(e, t, n, s, i, l) {
|
|
|
23408
23411
|
])
|
|
23409
23412
|
]),
|
|
23410
23413
|
t[184] || (t[184] = o("h3", null, "Checkboxes (replaced)", -1)),
|
|
23411
|
-
o("div",
|
|
23414
|
+
o("div", W1, [
|
|
23412
23415
|
t[161] || (t[161] = o("span", { class: "label-text" }, "Label for Replaced Input-Type-Checkbox:", -1)),
|
|
23413
|
-
o("div",
|
|
23416
|
+
o("div", G1, [
|
|
23414
23417
|
f(O, {
|
|
23415
23418
|
element: "input",
|
|
23416
23419
|
labelText: "Label for replaced checkbox",
|
|
@@ -23438,9 +23441,9 @@ function sk(e, t, n, s, i, l) {
|
|
|
23438
23441
|
])
|
|
23439
23442
|
]),
|
|
23440
23443
|
t[185] || (t[185] = o("h3", null, "Radiobuttons [native]", -1)),
|
|
23441
|
-
o("div",
|
|
23444
|
+
o("div", K1, [
|
|
23442
23445
|
t[162] || (t[162] = o("span", { class: "label-text" }, "Label for native radiobuttons:", -1)),
|
|
23443
|
-
o("div",
|
|
23446
|
+
o("div", Y1, [
|
|
23444
23447
|
f(O, {
|
|
23445
23448
|
element: "input",
|
|
23446
23449
|
labelText: "Label for native radiobutton",
|
|
@@ -23469,9 +23472,9 @@ function sk(e, t, n, s, i, l) {
|
|
|
23469
23472
|
]),
|
|
23470
23473
|
o("p", null, " Radiobuttons with values: " + y(i.radiobuttonValue), 1),
|
|
23471
23474
|
t[186] || (t[186] = o("h3", null, "Radiobuttons (replaced)", -1)),
|
|
23472
|
-
o("div",
|
|
23475
|
+
o("div", J1, [
|
|
23473
23476
|
t[163] || (t[163] = o("span", { class: "label-text" }, "Label for Replaced Input-Type-Radio:", -1)),
|
|
23474
|
-
o("div",
|
|
23477
|
+
o("div", Z1, [
|
|
23475
23478
|
f(O, {
|
|
23476
23479
|
element: "input",
|
|
23477
23480
|
labelText: "Label for replaced radiobutton",
|
|
@@ -23500,7 +23503,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23500
23503
|
}, null, 8, ["modelValue", "status", "disabled"])
|
|
23501
23504
|
])
|
|
23502
23505
|
]),
|
|
23503
|
-
o("h3",
|
|
23506
|
+
o("h3", Q1, [
|
|
23504
23507
|
t[164] || (t[164] = F(" Input-Group ", -1)),
|
|
23505
23508
|
o("a", {
|
|
23506
23509
|
href: "#",
|
|
@@ -23592,9 +23595,9 @@ function sk(e, t, n, s, i, l) {
|
|
|
23592
23595
|
])
|
|
23593
23596
|
])
|
|
23594
23597
|
]),
|
|
23595
|
-
o("div",
|
|
23598
|
+
o("div", X1, [
|
|
23596
23599
|
t[189] || (t[189] = o("small", null, "(values will not be submitted with the form!)", -1)),
|
|
23597
|
-
o("div",
|
|
23600
|
+
o("div", $1, [
|
|
23598
23601
|
f(O, {
|
|
23599
23602
|
element: "button",
|
|
23600
23603
|
nativeButton: { text: "Submit-button from component" },
|
|
@@ -23610,7 +23613,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23610
23613
|
}, [...t[188] || (t[188] = [
|
|
23611
23614
|
o("span", { class: "icon-check" }, null, -1),
|
|
23612
23615
|
o("span", null, "Native submit-button", -1)
|
|
23613
|
-
])], 8,
|
|
23616
|
+
])], 8, ev)
|
|
23614
23617
|
])
|
|
23615
23618
|
])
|
|
23616
23619
|
]),
|
|
@@ -23625,7 +23628,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23625
23628
|
}),
|
|
23626
23629
|
f(S, null, {
|
|
23627
23630
|
default: v(() => [
|
|
23628
|
-
o("h2",
|
|
23631
|
+
o("h2", tv, [
|
|
23629
23632
|
t[192] || (t[192] = o("span", null, "Bank Account Data", -1)),
|
|
23630
23633
|
o("a", {
|
|
23631
23634
|
href: "#",
|
|
@@ -23640,7 +23643,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23640
23643
|
}),
|
|
23641
23644
|
f(S, null, {
|
|
23642
23645
|
default: v(() => [
|
|
23643
|
-
o("h2",
|
|
23646
|
+
o("h2", nv, [
|
|
23644
23647
|
t[193] || (t[193] = o("span", null, "Basic Form", -1)),
|
|
23645
23648
|
o("a", {
|
|
23646
23649
|
href: "#",
|
|
@@ -23649,7 +23652,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23649
23652
|
onClick: t[70] || (t[70] = k((g) => l.openSettingsSidebar("CmdBasicForm"), ["prevent"]))
|
|
23650
23653
|
})
|
|
23651
23654
|
]),
|
|
23652
|
-
f(
|
|
23655
|
+
f(W, {
|
|
23653
23656
|
ref: "CmdBasicForm",
|
|
23654
23657
|
cmdForm: { useValidation: !0 },
|
|
23655
23658
|
userMessage: {
|
|
@@ -23673,7 +23676,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23673
23676
|
f(S, { anchorId: "section-boxes" }, {
|
|
23674
23677
|
default: v(() => [
|
|
23675
23678
|
t[214] || (t[214] = o("h2", { class: "headline-demopage" }, "Boxes", -1)),
|
|
23676
|
-
o("h3",
|
|
23679
|
+
o("h3", iv, [
|
|
23677
23680
|
t[196] || (t[196] = o("span", null, "Default Box", -1)),
|
|
23678
23681
|
o("a", {
|
|
23679
23682
|
href: "#",
|
|
@@ -23794,7 +23797,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23794
23797
|
o("h4", null, " Box with links ", -1)
|
|
23795
23798
|
])]),
|
|
23796
23799
|
body: v(() => [
|
|
23797
|
-
o("ul",
|
|
23800
|
+
o("ul", lv, [
|
|
23798
23801
|
o("li", null, [
|
|
23799
23802
|
o("a", {
|
|
23800
23803
|
href: "#",
|
|
@@ -23973,7 +23976,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23973
23976
|
}),
|
|
23974
23977
|
f(S, { "inner-component": "div" }, {
|
|
23975
23978
|
default: v(() => [
|
|
23976
|
-
o("h2",
|
|
23979
|
+
o("h2", ov, [
|
|
23977
23980
|
t[217] || (t[217] = o("span", null, "Breadcrumbs", -1)),
|
|
23978
23981
|
o("a", {
|
|
23979
23982
|
href: "#",
|
|
@@ -23992,7 +23995,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
23992
23995
|
}),
|
|
23993
23996
|
f(S, null, {
|
|
23994
23997
|
default: v(() => [
|
|
23995
|
-
o("h2",
|
|
23998
|
+
o("h2", av, [
|
|
23996
23999
|
t[218] || (t[218] = o("span", null, "Code Output", -1)),
|
|
23997
24000
|
o("a", {
|
|
23998
24001
|
href: "#",
|
|
@@ -24012,7 +24015,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24012
24015
|
}),
|
|
24013
24016
|
f(S, null, {
|
|
24014
24017
|
default: v(() => [
|
|
24015
|
-
o("h2",
|
|
24018
|
+
o("h2", sv, [
|
|
24016
24019
|
t[219] || (t[219] = o("span", null, "Company Logo", -1)),
|
|
24017
24020
|
o("a", {
|
|
24018
24021
|
href: "#",
|
|
@@ -24030,7 +24033,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24030
24033
|
}),
|
|
24031
24034
|
f(S, null, {
|
|
24032
24035
|
default: v(() => [
|
|
24033
|
-
o("h2",
|
|
24036
|
+
o("h2", rv, [
|
|
24034
24037
|
t[220] || (t[220] = o("span", null, "Containers", -1)),
|
|
24035
24038
|
o("a", {
|
|
24036
24039
|
href: "#",
|
|
@@ -24040,7 +24043,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24040
24043
|
})
|
|
24041
24044
|
]),
|
|
24042
24045
|
t[225] || (t[225] = o("h3", null, 'Container (type "default")', -1)),
|
|
24043
|
-
f(
|
|
24046
|
+
f(ee, T({
|
|
24044
24047
|
style: { border: "1px dashed var(--color-gray-30)" },
|
|
24045
24048
|
ref: "CmdContainer"
|
|
24046
24049
|
}, e.cmdContainerSettingsData), {
|
|
@@ -24052,7 +24055,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24052
24055
|
_: 1
|
|
24053
24056
|
}, 16),
|
|
24054
24057
|
t[226] || (t[226] = o("h3", null, 'Container (type "flex", horizontal)', -1)),
|
|
24055
|
-
f(
|
|
24058
|
+
f(ee, T({
|
|
24056
24059
|
style: { border: "1px dashed var(--color-gray-30)" },
|
|
24057
24060
|
ref: "CmdContainer"
|
|
24058
24061
|
}, e.cmdContainerSettingsData, {
|
|
@@ -24067,7 +24070,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24067
24070
|
_: 1
|
|
24068
24071
|
}, 16),
|
|
24069
24072
|
t[227] || (t[227] = o("h3", null, 'Container (type "flex", vertical)', -1)),
|
|
24070
|
-
f(
|
|
24073
|
+
f(ee, T({
|
|
24071
24074
|
style: { border: "1px dashed var(--color-gray-30)" },
|
|
24072
24075
|
ref: "CmdContainer"
|
|
24073
24076
|
}, e.cmdContainerSettingsData, {
|
|
@@ -24082,7 +24085,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24082
24085
|
_: 1
|
|
24083
24086
|
}, 16),
|
|
24084
24087
|
t[228] || (t[228] = o("h3", null, "Container with horizontal slots", -1)),
|
|
24085
|
-
f(
|
|
24088
|
+
f(ee, T({
|
|
24086
24089
|
style: { border: "1px dashed var(--color-gray-30)" },
|
|
24087
24090
|
ref: "CmdContainer"
|
|
24088
24091
|
}, e.cmdContainerSettingsData, { containerType: "grid" }), {
|
|
@@ -24187,7 +24190,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24187
24190
|
style: { "align-self": "flex-start" }
|
|
24188
24191
|
}, [...t[234] || (t[234] = [
|
|
24189
24192
|
o("img", {
|
|
24190
|
-
src:
|
|
24193
|
+
src: u1,
|
|
24191
24194
|
alt: "Alternative text"
|
|
24192
24195
|
}, null, -1)
|
|
24193
24196
|
])]),
|
|
@@ -24199,7 +24202,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24199
24202
|
style: { "align-self": "flex-start" }
|
|
24200
24203
|
}, [...t[235] || (t[235] = [
|
|
24201
24204
|
o("img", {
|
|
24202
|
-
src:
|
|
24205
|
+
src: c1,
|
|
24203
24206
|
alt: "Alternative text"
|
|
24204
24207
|
}, null, -1)
|
|
24205
24208
|
])]),
|
|
@@ -24215,7 +24218,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24215
24218
|
style: { "align-self": "flex-start" }
|
|
24216
24219
|
}, [...t[236] || (t[236] = [
|
|
24217
24220
|
o("img", {
|
|
24218
|
-
src:
|
|
24221
|
+
src: m1,
|
|
24219
24222
|
alt: "Alternative text"
|
|
24220
24223
|
}, null, -1)
|
|
24221
24224
|
])])
|
|
@@ -24287,7 +24290,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24287
24290
|
}),
|
|
24288
24291
|
f(S, null, {
|
|
24289
24292
|
default: v(() => [
|
|
24290
|
-
o("h2",
|
|
24293
|
+
o("h2", dv, [
|
|
24291
24294
|
t[246] || (t[246] = o("span", null, "Headlines", -1)),
|
|
24292
24295
|
o("a", {
|
|
24293
24296
|
href: "#",
|
|
@@ -24354,7 +24357,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24354
24357
|
}),
|
|
24355
24358
|
f(S, null, {
|
|
24356
24359
|
default: v(() => [
|
|
24357
|
-
o("h2",
|
|
24360
|
+
o("h2", uv, [
|
|
24358
24361
|
t[254] || (t[254] = o("span", null, "Image", -1)),
|
|
24359
24362
|
o("a", {
|
|
24360
24363
|
href: "#",
|
|
@@ -24363,7 +24366,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24363
24366
|
onClick: t[88] || (t[88] = k((g) => l.openSettingsSidebar("CmdImage"), ["prevent"]))
|
|
24364
24367
|
})
|
|
24365
24368
|
]),
|
|
24366
|
-
o("div",
|
|
24369
|
+
o("div", cv, [
|
|
24367
24370
|
f(on, T({
|
|
24368
24371
|
ref: "CmdImage",
|
|
24369
24372
|
image: i.imageData[0].image,
|
|
@@ -24379,7 +24382,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24379
24382
|
}),
|
|
24380
24383
|
f(S, null, {
|
|
24381
24384
|
default: v(() => [
|
|
24382
|
-
o("h2",
|
|
24385
|
+
o("h2", mv, [
|
|
24383
24386
|
t[255] || (t[255] = o("span", null, "Image-Gallery", -1)),
|
|
24384
24387
|
o("a", {
|
|
24385
24388
|
href: "#",
|
|
@@ -24410,7 +24413,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24410
24413
|
}),
|
|
24411
24414
|
f(S, null, {
|
|
24412
24415
|
default: v(() => [
|
|
24413
|
-
o("h2",
|
|
24416
|
+
o("h2", pv, [
|
|
24414
24417
|
t[257] || (t[257] = o("span", null, "Link", -1)),
|
|
24415
24418
|
o("a", {
|
|
24416
24419
|
href: "#",
|
|
@@ -24419,21 +24422,21 @@ function sk(e, t, n, s, i, l) {
|
|
|
24419
24422
|
onClick: t[90] || (t[90] = k((g) => l.openSettingsSidebar("CmdLink"), ["prevent"]))
|
|
24420
24423
|
})
|
|
24421
24424
|
]),
|
|
24422
|
-
f(
|
|
24425
|
+
f(te, T({
|
|
24423
24426
|
linkType: "href",
|
|
24424
24427
|
ref: "CmdLink"
|
|
24425
24428
|
}, e.cmdLinkSettingsData, {
|
|
24426
24429
|
icon: { iconClass: "icon-chevron-one-stripe-right", position: "right", tooltip: "Tooltip for hyperlink" },
|
|
24427
24430
|
onClick: l.cmdLinkOutput
|
|
24428
24431
|
}), null, 16, ["onClick"]),
|
|
24429
|
-
f(
|
|
24432
|
+
f(te, T({
|
|
24430
24433
|
linkType: "href",
|
|
24431
24434
|
ref: "CmdLink"
|
|
24432
24435
|
}, e.cmdLinkSettingsData, {
|
|
24433
24436
|
icon: { iconClass: "icon-chevron-one-stripe-left", position: "left", tooltip: "Tooltip for hyperlink" },
|
|
24434
24437
|
onClick: l.cmdLinkOutput
|
|
24435
24438
|
}), null, 16, ["onClick"]),
|
|
24436
|
-
f(
|
|
24439
|
+
f(te, T({
|
|
24437
24440
|
linkType: "href",
|
|
24438
24441
|
ref: "CmdLink"
|
|
24439
24442
|
}, e.cmdLinkSettingsData, {
|
|
@@ -24441,7 +24444,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24441
24444
|
fancybox: !0,
|
|
24442
24445
|
icon: { iconClass: "icon-chevron-one-stripe-right", position: "right", tooltip: "Tooltip for hyperlink" }
|
|
24443
24446
|
}), null, 16),
|
|
24444
|
-
f(
|
|
24447
|
+
f(te, T({
|
|
24445
24448
|
linkType: "href",
|
|
24446
24449
|
ref: "CmdLink",
|
|
24447
24450
|
style: { "align-self": "flex-start" }
|
|
@@ -24450,27 +24453,27 @@ function sk(e, t, n, s, i, l) {
|
|
|
24450
24453
|
styleAsBox: !0,
|
|
24451
24454
|
icon: { iconClass: "icon-home", position: "top", tooltip: "Tooltip for hyperlink" }
|
|
24452
24455
|
}), null, 16),
|
|
24453
|
-
f(
|
|
24456
|
+
f(te, {
|
|
24454
24457
|
linkType: "href",
|
|
24455
24458
|
styleAsButton: !0,
|
|
24456
24459
|
text: "Link styled as button",
|
|
24457
24460
|
icon: { iconClass: "icon-home", position: "left" },
|
|
24458
24461
|
onClick: l.cmdLinkOutput
|
|
24459
24462
|
}, null, 8, ["onClick"]),
|
|
24460
|
-
f(
|
|
24463
|
+
f(te, {
|
|
24461
24464
|
linkType: "submit",
|
|
24462
24465
|
text: "Submit button",
|
|
24463
24466
|
icon: { iconClass: "icon-home", position: "left" },
|
|
24464
24467
|
onClick: l.cmdLinkOutput
|
|
24465
24468
|
}, null, 8, ["onClick"]),
|
|
24466
|
-
f(
|
|
24469
|
+
f(te, {
|
|
24467
24470
|
linkType: "button",
|
|
24468
24471
|
text: "Add link",
|
|
24469
24472
|
primaryButton: !0,
|
|
24470
24473
|
icon: { iconClass: "icon-link", position: "right" },
|
|
24471
24474
|
onClick: t[91] || (t[91] = (g) => i.showCmdLink = !0)
|
|
24472
24475
|
}),
|
|
24473
|
-
i.showCmdLink ? (a(), C(
|
|
24476
|
+
i.showCmdLink ? (a(), C(te, {
|
|
24474
24477
|
key: 0,
|
|
24475
24478
|
path: "#",
|
|
24476
24479
|
linkType: "href",
|
|
@@ -24478,7 +24481,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24478
24481
|
fancybox: !0,
|
|
24479
24482
|
icon: { iconClass: "icon-chevron-one-stripe-right", position: "right", tooltip: "Tooltip for hyperlink" }
|
|
24480
24483
|
})) : m("", !0),
|
|
24481
|
-
o("dl",
|
|
24484
|
+
o("dl", fv, [
|
|
24482
24485
|
t[258] || (t[258] = o("dt", null, "Event:", -1)),
|
|
24483
24486
|
o("dd", null, y(i.outputCmdLink?.event?.originalEvent.originalEvent), 1),
|
|
24484
24487
|
t[259] || (t[259] = o("dt", null, "Target:", -1)),
|
|
@@ -24491,7 +24494,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24491
24494
|
}),
|
|
24492
24495
|
f(S, null, {
|
|
24493
24496
|
default: v(() => [
|
|
24494
|
-
o("h2",
|
|
24497
|
+
o("h2", hv, [
|
|
24495
24498
|
t[261] || (t[261] = o("span", null, "List", -1)),
|
|
24496
24499
|
o("a", {
|
|
24497
24500
|
href: "#",
|
|
@@ -24508,7 +24511,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24508
24511
|
listContentType: "links",
|
|
24509
24512
|
onClick: l.cmdLinkOutput
|
|
24510
24513
|
}), null, 16, ["items", "onClick"]),
|
|
24511
|
-
o("dl",
|
|
24514
|
+
o("dl", gv, [
|
|
24512
24515
|
t[262] || (t[262] = o("dt", null, "Event:", -1)),
|
|
24513
24516
|
o("dd", null, y(i.outputCmdLink?.event?.originalEvent), 1),
|
|
24514
24517
|
t[263] || (t[263] = o("dt", null, "Target:", -1)),
|
|
@@ -24522,7 +24525,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24522
24525
|
orientation: "horizontal",
|
|
24523
24526
|
listContentType: "images"
|
|
24524
24527
|
}, null, 8, ["items"]),
|
|
24525
|
-
o("div",
|
|
24528
|
+
o("div", yv, [
|
|
24526
24529
|
f(h, {
|
|
24527
24530
|
cmdHeadline: { headlineText: "List of tags (default)", headlineLevel: 3 },
|
|
24528
24531
|
items: i.listOfTagsData,
|
|
@@ -24552,7 +24555,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24552
24555
|
}, null, 8, ["items"])
|
|
24553
24556
|
]),
|
|
24554
24557
|
t[265] || (t[265] = o("h3", null, "Description Lists", -1)),
|
|
24555
|
-
o("div",
|
|
24558
|
+
o("div", bv, [
|
|
24556
24559
|
f(h, {
|
|
24557
24560
|
listType: "description",
|
|
24558
24561
|
cmdHeadline: { headlineText: "List with text", headlineLevel: 4 },
|
|
@@ -24575,7 +24578,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24575
24578
|
}),
|
|
24576
24579
|
f(S, null, {
|
|
24577
24580
|
default: v(() => [
|
|
24578
|
-
o("h2",
|
|
24581
|
+
o("h2", xv, [
|
|
24579
24582
|
t[266] || (t[266] = o("span", null, "Login Form", -1)),
|
|
24580
24583
|
o("a", {
|
|
24581
24584
|
href: "#",
|
|
@@ -24615,7 +24618,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24615
24618
|
}),
|
|
24616
24619
|
f(S, null, {
|
|
24617
24620
|
default: v(() => [
|
|
24618
|
-
o("h2",
|
|
24621
|
+
o("h2", Cv, [
|
|
24619
24622
|
t[268] || (t[268] = o("span", null, "Main Navigation", -1)),
|
|
24620
24623
|
o("a", {
|
|
24621
24624
|
href: "#",
|
|
@@ -24631,7 +24634,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24631
24634
|
}),
|
|
24632
24635
|
f(S, null, {
|
|
24633
24636
|
default: v(() => [
|
|
24634
|
-
o("h2",
|
|
24637
|
+
o("h2", vv, [
|
|
24635
24638
|
t[269] || (t[269] = o("span", null, "Multistepform-Progressbar", -1)),
|
|
24636
24639
|
o("a", {
|
|
24637
24640
|
href: "#",
|
|
@@ -24662,7 +24665,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24662
24665
|
}),
|
|
24663
24666
|
f(S, null, {
|
|
24664
24667
|
default: v(() => [
|
|
24665
|
-
o("h2",
|
|
24668
|
+
o("h2", kv, [
|
|
24666
24669
|
t[272] || (t[272] = o("span", null, "Multistepform-Wrapper", -1)),
|
|
24667
24670
|
o("a", {
|
|
24668
24671
|
href: "#",
|
|
@@ -24686,12 +24689,12 @@ function sk(e, t, n, s, i, l) {
|
|
|
24686
24689
|
o("a", {
|
|
24687
24690
|
href: "#",
|
|
24688
24691
|
onClick: k((M) => g.setErrorOnPage("This is an error!"), ["prevent"])
|
|
24689
|
-
}, "Set Error", 8,
|
|
24692
|
+
}, "Set Error", 8, wv),
|
|
24690
24693
|
t[274] || (t[274] = o("br", null, null, -1)),
|
|
24691
24694
|
o("a", {
|
|
24692
24695
|
href: "#",
|
|
24693
24696
|
onClick: k(g.removeErrorOnPage, ["prevent"])
|
|
24694
|
-
}, "Remove Error", 8,
|
|
24697
|
+
}, "Remove Error", 8, Tv)
|
|
24695
24698
|
]),
|
|
24696
24699
|
"page-2": v((g) => [
|
|
24697
24700
|
t[275] || (t[275] = o("h3", null, "Page 2 - 2/2 fields required (in slot)", -1)),
|
|
@@ -24730,7 +24733,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24730
24733
|
o("a", {
|
|
24731
24734
|
href: "#",
|
|
24732
24735
|
onClick: k((M) => g.setErrorOnPage("This is an error!"), ["prevent"])
|
|
24733
|
-
}, "Set Error", 8,
|
|
24736
|
+
}, "Set Error", 8, Sv)
|
|
24734
24737
|
]),
|
|
24735
24738
|
"page-3": v((g) => [
|
|
24736
24739
|
t[276] || (t[276] = o("h3", null, "Page 3 - no fields required", -1)),
|
|
@@ -24752,7 +24755,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24752
24755
|
modelValue: g.formDataForPage.streetNo,
|
|
24753
24756
|
"onUpdate:modelValue": (M) => g.formDataForPage.streetNo = M
|
|
24754
24757
|
}, null, 8, ["modelValue", "onUpdate:modelValue"]),
|
|
24755
|
-
o("div",
|
|
24758
|
+
o("div", _v, [
|
|
24756
24759
|
f(O, {
|
|
24757
24760
|
element: "input",
|
|
24758
24761
|
type: "number",
|
|
@@ -24820,46 +24823,46 @@ function sk(e, t, n, s, i, l) {
|
|
|
24820
24823
|
t[287] || (t[287] = o("h3", null, "Data provided by slot", -1)),
|
|
24821
24824
|
f(sn, null, {
|
|
24822
24825
|
"progress-bar": v((g) => [
|
|
24823
|
-
o("ul",
|
|
24826
|
+
o("ul", Ov, [
|
|
24824
24827
|
(a(!0), r(w, null, P(g.numberOfPages, (M) => (a(), r("li", { key: M }, [
|
|
24825
24828
|
o("a", {
|
|
24826
24829
|
href: "#",
|
|
24827
24830
|
onClick: k((we) => g.setErrorOnPage("This is an error!"), ["prevent"])
|
|
24828
|
-
}, y(M), 9,
|
|
24831
|
+
}, y(M), 9, Lv)
|
|
24829
24832
|
]))), 128))
|
|
24830
24833
|
])
|
|
24831
24834
|
]),
|
|
24832
24835
|
"page-1": v((g) => [
|
|
24833
24836
|
t[281] || (t[281] = F(" Content Page 1 ", -1)),
|
|
24834
|
-
g.hasError ? (a(), r("span",
|
|
24837
|
+
g.hasError ? (a(), r("span", Iv, "Error")) : m("", !0),
|
|
24835
24838
|
o("a", {
|
|
24836
24839
|
href: "#",
|
|
24837
24840
|
onClick: k((M) => g.setErrorOnPage("This is an error!"), ["prevent"])
|
|
24838
|
-
}, "Set Error", 8,
|
|
24841
|
+
}, "Set Error", 8, Bv)
|
|
24839
24842
|
]),
|
|
24840
24843
|
"page-2": v((g) => [
|
|
24841
24844
|
t[282] || (t[282] = F(" Content Page 2 ", -1)),
|
|
24842
|
-
g.hasError ? (a(), r("span",
|
|
24845
|
+
g.hasError ? (a(), r("span", Dv, "Error")) : m("", !0),
|
|
24843
24846
|
o("a", {
|
|
24844
24847
|
href: "#",
|
|
24845
24848
|
onClick: k((M) => g.setErrorOnPage("This is an error!"), ["prevent"])
|
|
24846
|
-
}, "Set Error", 8,
|
|
24849
|
+
}, "Set Error", 8, Fv)
|
|
24847
24850
|
]),
|
|
24848
24851
|
"page-3": v((g) => [
|
|
24849
24852
|
t[283] || (t[283] = F(" Content Page 3 ", -1)),
|
|
24850
|
-
g.hasError ? (a(), r("span",
|
|
24853
|
+
g.hasError ? (a(), r("span", Mv, "Error")) : m("", !0)
|
|
24851
24854
|
]),
|
|
24852
24855
|
"page-4": v((g) => [
|
|
24853
24856
|
t[284] || (t[284] = F(" Content Page 4 ", -1)),
|
|
24854
|
-
g.hasError ? (a(), r("span",
|
|
24857
|
+
g.hasError ? (a(), r("span", Pv, "Error")) : m("", !0)
|
|
24855
24858
|
]),
|
|
24856
24859
|
"page-5": v((g) => [
|
|
24857
24860
|
t[285] || (t[285] = F(" Content Page 5 ", -1)),
|
|
24858
|
-
g.hasError ? (a(), r("span",
|
|
24861
|
+
g.hasError ? (a(), r("span", Vv, "Error")) : m("", !0)
|
|
24859
24862
|
]),
|
|
24860
24863
|
pagination: v((g) => [
|
|
24861
|
-
o("div",
|
|
24862
|
-
f(
|
|
24864
|
+
o("div", Av, [
|
|
24865
|
+
f(te, {
|
|
24863
24866
|
linkType: "button",
|
|
24864
24867
|
highlightLevel: "none",
|
|
24865
24868
|
icon: {
|
|
@@ -24871,7 +24874,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24871
24874
|
disabled: g.disabledNextLink,
|
|
24872
24875
|
onClick: g.setNextPage
|
|
24873
24876
|
}, null, 8, ["disabled", "onClick"]),
|
|
24874
|
-
f(
|
|
24877
|
+
f(te, {
|
|
24875
24878
|
linkType: "button",
|
|
24876
24879
|
class: "cancel",
|
|
24877
24880
|
highlightLevel: "none",
|
|
@@ -24880,7 +24883,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24880
24883
|
},
|
|
24881
24884
|
text: "Cancel"
|
|
24882
24885
|
}),
|
|
24883
|
-
f(
|
|
24886
|
+
f(te, {
|
|
24884
24887
|
linkType: "button",
|
|
24885
24888
|
highlightLevel: "none",
|
|
24886
24889
|
icon: {
|
|
@@ -24901,7 +24904,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24901
24904
|
}),
|
|
24902
24905
|
f(S, null, {
|
|
24903
24906
|
default: v(() => [
|
|
24904
|
-
o("h2",
|
|
24907
|
+
o("h2", Ev, [
|
|
24905
24908
|
t[288] || (t[288] = o("span", null, "Newsletter Subscription", -1)),
|
|
24906
24909
|
o("a", {
|
|
24907
24910
|
href: "#",
|
|
@@ -24925,7 +24928,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24925
24928
|
}),
|
|
24926
24929
|
f(S, null, {
|
|
24927
24930
|
default: v(() => [
|
|
24928
|
-
o("h2",
|
|
24931
|
+
o("h2", Hv, [
|
|
24929
24932
|
t[289] || (t[289] = o("span", null, "Opening Hours", -1)),
|
|
24930
24933
|
o("a", {
|
|
24931
24934
|
href: "#",
|
|
@@ -24944,7 +24947,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24944
24947
|
}),
|
|
24945
24948
|
f(S, null, {
|
|
24946
24949
|
default: v(() => [
|
|
24947
|
-
o("h2",
|
|
24950
|
+
o("h2", qv, [
|
|
24948
24951
|
t[290] || (t[290] = o("span", null, "Page Footer", -1)),
|
|
24949
24952
|
o("a", {
|
|
24950
24953
|
href: "#",
|
|
@@ -24973,7 +24976,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
24973
24976
|
}),
|
|
24974
24977
|
f(S, null, {
|
|
24975
24978
|
default: v(() => [
|
|
24976
|
-
o("h2",
|
|
24979
|
+
o("h2", Rv, [
|
|
24977
24980
|
t[292] || (t[292] = o("span", null, "Page Header", -1)),
|
|
24978
24981
|
o("a", {
|
|
24979
24982
|
href: "#",
|
|
@@ -25003,7 +25006,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25003
25006
|
}),
|
|
25004
25007
|
f(S, null, {
|
|
25005
25008
|
default: v(() => [
|
|
25006
|
-
o("h2",
|
|
25009
|
+
o("h2", jv, [
|
|
25007
25010
|
t[294] || (t[294] = o("span", null, "Pagination", -1)),
|
|
25008
25011
|
o("a", {
|
|
25009
25012
|
href: "#",
|
|
@@ -25023,7 +25026,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25023
25026
|
}),
|
|
25024
25027
|
f(S, null, {
|
|
25025
25028
|
default: v(() => [
|
|
25026
|
-
o("h2",
|
|
25029
|
+
o("h2", Uv, [
|
|
25027
25030
|
t[295] || (t[295] = o("span", null, "Paragraph", -1)),
|
|
25028
25031
|
o("a", {
|
|
25029
25032
|
href: "#",
|
|
@@ -25038,7 +25041,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25038
25041
|
}),
|
|
25039
25042
|
f(S, null, {
|
|
25040
25043
|
default: v(() => [
|
|
25041
|
-
o("h2",
|
|
25044
|
+
o("h2", Nv, [
|
|
25042
25045
|
t[296] || (t[296] = o("span", null, "Section", -1)),
|
|
25043
25046
|
o("a", {
|
|
25044
25047
|
href: "#",
|
|
@@ -25082,7 +25085,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25082
25085
|
}, "Site Footer", -1)),
|
|
25083
25086
|
f(rn, null, {
|
|
25084
25087
|
default: v(() => [
|
|
25085
|
-
f(
|
|
25088
|
+
f(te, T({
|
|
25086
25089
|
linkType: "href",
|
|
25087
25090
|
ref: "CmdLink"
|
|
25088
25091
|
}, e.cmdLinkSettingsData, {
|
|
@@ -25097,7 +25100,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25097
25100
|
}),
|
|
25098
25101
|
f(S, null, {
|
|
25099
25102
|
default: v(() => [
|
|
25100
|
-
o("h2",
|
|
25103
|
+
o("h2", zv, [
|
|
25101
25104
|
t[303] || (t[303] = o("span", null, "Site Header", -1)),
|
|
25102
25105
|
o("a", {
|
|
25103
25106
|
href: "#",
|
|
@@ -25121,7 +25124,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25121
25124
|
}),
|
|
25122
25125
|
f(S, null, {
|
|
25123
25126
|
default: v(() => [
|
|
25124
|
-
o("h2",
|
|
25127
|
+
o("h2", Wv, [
|
|
25125
25128
|
t[304] || (t[304] = o("span", null, "Site Search", -1)),
|
|
25126
25129
|
o("a", {
|
|
25127
25130
|
href: "#",
|
|
@@ -25147,7 +25150,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25147
25150
|
}),
|
|
25148
25151
|
f(S, null, {
|
|
25149
25152
|
default: v(() => [
|
|
25150
|
-
o("h2",
|
|
25153
|
+
o("h2", Gv, [
|
|
25151
25154
|
t[305] || (t[305] = o("span", null, "Slideshow", -1)),
|
|
25152
25155
|
o("a", {
|
|
25153
25156
|
href: "#",
|
|
@@ -25167,7 +25170,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25167
25170
|
}),
|
|
25168
25171
|
f(S, null, {
|
|
25169
25172
|
default: v(() => [
|
|
25170
|
-
o("h2",
|
|
25173
|
+
o("h2", Kv, [
|
|
25171
25174
|
t[307] || (t[307] = o("span", null, "Smart Search", -1)),
|
|
25172
25175
|
o("a", {
|
|
25173
25176
|
href: "#",
|
|
@@ -25193,7 +25196,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25193
25196
|
}),
|
|
25194
25197
|
f(S, null, {
|
|
25195
25198
|
default: v(() => [
|
|
25196
|
-
o("h2",
|
|
25199
|
+
o("h2", Yv, [
|
|
25197
25200
|
t[308] || (t[308] = o("span", null, "Social Networks", -1)),
|
|
25198
25201
|
o("a", {
|
|
25199
25202
|
href: "#",
|
|
@@ -25223,7 +25226,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25223
25226
|
}),
|
|
25224
25227
|
f(S, null, {
|
|
25225
25228
|
default: v(() => [
|
|
25226
|
-
o("h2",
|
|
25229
|
+
o("h2", Jv, [
|
|
25227
25230
|
t[310] || (t[310] = o("span", null, "System Message", -1)),
|
|
25228
25231
|
o("a", {
|
|
25229
25232
|
href: "#",
|
|
@@ -25247,7 +25250,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25247
25250
|
}),
|
|
25248
25251
|
f(S, null, {
|
|
25249
25252
|
default: v(() => [
|
|
25250
|
-
o("h2",
|
|
25253
|
+
o("h2", Zv, [
|
|
25251
25254
|
t[312] || (t[312] = o("span", null, "Tables", -1)),
|
|
25252
25255
|
o("a", {
|
|
25253
25256
|
href: "#",
|
|
@@ -25270,7 +25273,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25270
25273
|
}),
|
|
25271
25274
|
f(S, null, {
|
|
25272
25275
|
default: v(() => [
|
|
25273
|
-
o("h2",
|
|
25276
|
+
o("h2", Qv, [
|
|
25274
25277
|
t[315] || (t[315] = o("span", null, "Tabs", -1)),
|
|
25275
25278
|
o("a", {
|
|
25276
25279
|
href: "#",
|
|
@@ -25299,7 +25302,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25299
25302
|
}),
|
|
25300
25303
|
f(S, null, {
|
|
25301
25304
|
default: v(() => [
|
|
25302
|
-
o("h2",
|
|
25305
|
+
o("h2", Xv, [
|
|
25303
25306
|
t[319] || (t[319] = o("span", null, "Tag", -1)),
|
|
25304
25307
|
o("a", {
|
|
25305
25308
|
href: "#",
|
|
@@ -25314,7 +25317,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25314
25317
|
}),
|
|
25315
25318
|
f(S, null, {
|
|
25316
25319
|
default: v(() => [
|
|
25317
|
-
o("h2",
|
|
25320
|
+
o("h2", $v, [
|
|
25318
25321
|
t[320] || (t[320] = o("span", null, "Text-Image-Block", -1)),
|
|
25319
25322
|
o("a", {
|
|
25320
25323
|
href: "#",
|
|
@@ -25323,7 +25326,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25323
25326
|
onClick: t[125] || (t[125] = k((g) => l.openSettingsSidebar("CmdTextImageBlock"), ["prevent"]))
|
|
25324
25327
|
})
|
|
25325
25328
|
]),
|
|
25326
|
-
o("div",
|
|
25329
|
+
o("div", ek, [
|
|
25327
25330
|
f(ut, {
|
|
25328
25331
|
cmdHeadline: { headlineText: "Text-Image-Block (with html-text)", headlineLevel: 3 },
|
|
25329
25332
|
htmlContent: "<p>This text is given as html-text and show below an optional image.</p>"
|
|
@@ -25368,7 +25371,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25368
25371
|
}),
|
|
25369
25372
|
f(S, null, {
|
|
25370
25373
|
default: v(() => [
|
|
25371
|
-
o("h2",
|
|
25374
|
+
o("h2", tk, [
|
|
25372
25375
|
t[321] || (t[321] = o("span", null, "Thumbnail-Scroller", -1)),
|
|
25373
25376
|
o("a", {
|
|
25374
25377
|
href: "#",
|
|
@@ -25381,7 +25384,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25381
25384
|
o("p", null, " date (DMY): " + y(l.formatDate("2025-01-28", "dmy")), 1),
|
|
25382
25385
|
o("p", null, " date (MDY): " + y(l.formatDate("2025-01-28", "mdy", "/")), 1),
|
|
25383
25386
|
o("p", null, " date (invalid)): " + y(l.formatDate("invalid")), 1),
|
|
25384
|
-
o("div",
|
|
25387
|
+
o("div", nk, [
|
|
25385
25388
|
f(Il, T({ ref: "CmdThumbnailScroller" }, e.cmdThumbnailScrollerSettingsData, { thumbnailScrollerItems: l.thumbnailScrollerData }), null, 16, ["thumbnailScrollerItems"])
|
|
25386
25389
|
])
|
|
25387
25390
|
]),
|
|
@@ -25389,7 +25392,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25389
25392
|
}),
|
|
25390
25393
|
f(S, null, {
|
|
25391
25394
|
default: v(() => [
|
|
25392
|
-
o("h2",
|
|
25395
|
+
o("h2", ik, [
|
|
25393
25396
|
t[322] || (t[322] = o("span", null, "Toggle Dark-Mode", -1)),
|
|
25394
25397
|
o("a", {
|
|
25395
25398
|
href: "#",
|
|
@@ -25404,7 +25407,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25404
25407
|
}),
|
|
25405
25408
|
f(S, null, {
|
|
25406
25409
|
default: v(() => [
|
|
25407
|
-
o("h2",
|
|
25410
|
+
o("h2", lk, [
|
|
25408
25411
|
t[323] || (t[323] = o("span", null, "Tooltip", -1)),
|
|
25409
25412
|
o("a", {
|
|
25410
25413
|
href: "#",
|
|
@@ -25469,7 +25472,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25469
25472
|
}),
|
|
25470
25473
|
f(S, null, {
|
|
25471
25474
|
default: v(() => [
|
|
25472
|
-
o("h2",
|
|
25475
|
+
o("h2", ok, [
|
|
25473
25476
|
t[329] || (t[329] = o("span", null, "Upload-Form", -1)),
|
|
25474
25477
|
o("a", {
|
|
25475
25478
|
href: "#",
|
|
@@ -25484,7 +25487,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25484
25487
|
}),
|
|
25485
25488
|
f(S, null, {
|
|
25486
25489
|
default: v(() => [
|
|
25487
|
-
o("h2",
|
|
25490
|
+
o("h2", ak, [
|
|
25488
25491
|
t[330] || (t[330] = o("span", null, "Width Limitation Wrapper", -1)),
|
|
25489
25492
|
o("a", {
|
|
25490
25493
|
href: "#",
|
|
@@ -25507,7 +25510,7 @@ function sk(e, t, n, s, i, l) {
|
|
|
25507
25510
|
]),
|
|
25508
25511
|
_: 1
|
|
25509
25512
|
})
|
|
25510
|
-
])) : (a(), r("main",
|
|
25513
|
+
])) : (a(), r("main", sk, [
|
|
25511
25514
|
f(S, null, {
|
|
25512
25515
|
default: v(() => [...t[332] || (t[332] = [
|
|
25513
25516
|
o("h1", { class: "headline-demopage" }, "Page Overview", -1)
|
|
@@ -25560,11 +25563,11 @@ function sk(e, t, n, s, i, l) {
|
|
|
25560
25563
|
]),
|
|
25561
25564
|
_: 1
|
|
25562
25565
|
}, 8, ["openSidebar", "onToggleSidebar"])) : m("", !0)
|
|
25563
|
-
], 8,
|
|
25566
|
+
], 8, f1)), [
|
|
25564
25567
|
[El]
|
|
25565
25568
|
]);
|
|
25566
25569
|
}
|
|
25567
|
-
const
|
|
25570
|
+
const Ek = /* @__PURE__ */ B(p1, [["render", rk]]), Hk = {
|
|
25568
25571
|
// el = real dom-element
|
|
25569
25572
|
mounted(e) {
|
|
25570
25573
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
|
@@ -25574,7 +25577,7 @@ const Ak = /* @__PURE__ */ B(m1, [["render", sk]]), Ek = {
|
|
|
25574
25577
|
t ? t.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
|
|
25575
25578
|
}
|
|
25576
25579
|
}
|
|
25577
|
-
},
|
|
25580
|
+
}, qk = {
|
|
25578
25581
|
// el = real dom-element
|
|
25579
25582
|
// binding.value = value of v-directive
|
|
25580
25583
|
mounted(e, t) {
|
|
@@ -25590,8 +25593,8 @@ function rl(e) {
|
|
|
25590
25593
|
n.preventDefault(), re({ url: e[t].href });
|
|
25591
25594
|
}), e[t].dataset.cmdFancyBoxHandlerRegistered = "true");
|
|
25592
25595
|
}
|
|
25593
|
-
const Yn = new MutationObserver(
|
|
25594
|
-
function
|
|
25596
|
+
const Yn = new MutationObserver(dk);
|
|
25597
|
+
function dk(e) {
|
|
25595
25598
|
const t = [];
|
|
25596
25599
|
for (let n = 0; n < e.length; n++)
|
|
25597
25600
|
if (e[n].type === "attributes")
|
|
@@ -25602,7 +25605,7 @@ function rk(e) {
|
|
|
25602
25605
|
}
|
|
25603
25606
|
t.length > 0 && rl(t);
|
|
25604
25607
|
}
|
|
25605
|
-
const
|
|
25608
|
+
const Rk = (e) => {
|
|
25606
25609
|
const t = e.querySelectorAll(".fancybox");
|
|
25607
25610
|
rl(t), Yn?.disconnect(), Yn.observe(e, {
|
|
25608
25611
|
subtree: !0,
|
|
@@ -25614,16 +25617,16 @@ const qk = (e) => {
|
|
|
25614
25617
|
characterData: !1
|
|
25615
25618
|
});
|
|
25616
25619
|
};
|
|
25617
|
-
function
|
|
25620
|
+
function jk(e) {
|
|
25618
25621
|
return e ? e.slice(0, 1).toUpperCase() + e.slice(1) : "";
|
|
25619
25622
|
}
|
|
25620
|
-
function
|
|
25623
|
+
function Uk(e) {
|
|
25621
25624
|
return e ? e.charAt(0).toLowerCase() + e.slice(1) : "";
|
|
25622
25625
|
}
|
|
25623
|
-
function
|
|
25626
|
+
function Nk(...e) {
|
|
25624
25627
|
return e.filter((t) => typeof t == "string").map((t) => t.trim()).filter((t) => t.length > 0).join(" ");
|
|
25625
25628
|
}
|
|
25626
|
-
function
|
|
25629
|
+
function zk() {
|
|
25627
25630
|
const e = {};
|
|
25628
25631
|
zl(s);
|
|
25629
25632
|
function t(i = "defaultSequence") {
|
|
@@ -25638,19 +25641,19 @@ function Nk() {
|
|
|
25638
25641
|
}
|
|
25639
25642
|
return { nextSequenceValue: t, currentSequenceValue: n, resetSequence: s };
|
|
25640
25643
|
}
|
|
25641
|
-
function
|
|
25644
|
+
function uk(e, t, n) {
|
|
25642
25645
|
Wl(() => e.addEventListener(t, n)), Gl(() => e.removeEventListener(t, n));
|
|
25643
25646
|
}
|
|
25644
25647
|
function At(e) {
|
|
25645
25648
|
return e.offsetParent ? e.offsetTop + At(e.offsetParent) : e.offsetTop;
|
|
25646
25649
|
}
|
|
25647
|
-
function
|
|
25650
|
+
function ck(e) {
|
|
25648
25651
|
return e instanceof NodeList ? Array.from(e) : Array.isArray(e) ? e : [];
|
|
25649
25652
|
}
|
|
25650
|
-
function
|
|
25653
|
+
function mk(e, t) {
|
|
25651
25654
|
if (!t.length) {
|
|
25652
25655
|
const n = e();
|
|
25653
|
-
|
|
25656
|
+
ck(n).map((s, i) => {
|
|
25654
25657
|
const l = {
|
|
25655
25658
|
offsetTop: At(s)
|
|
25656
25659
|
};
|
|
@@ -25658,16 +25661,16 @@ function ck(e, t) {
|
|
|
25658
25661
|
}).forEach((s) => t.push(s));
|
|
25659
25662
|
}
|
|
25660
25663
|
}
|
|
25661
|
-
function
|
|
25664
|
+
function Wk(e, t = 0) {
|
|
25662
25665
|
const n = [], s = Kl({
|
|
25663
25666
|
activeItem: t,
|
|
25664
25667
|
reset() {
|
|
25665
25668
|
this.activeItem = 0, n.length = 0;
|
|
25666
25669
|
}
|
|
25667
25670
|
});
|
|
25668
|
-
return
|
|
25671
|
+
return uk(window, "scroll", () => {
|
|
25669
25672
|
const i = window.scrollY;
|
|
25670
|
-
|
|
25673
|
+
mk(e, n);
|
|
25671
25674
|
for (let l = 0, d = n.length; l < d; l++)
|
|
25672
25675
|
if (i < n[l].offsetTop + n[l].height / 2) {
|
|
25673
25676
|
s.activeItem = l;
|
|
@@ -25706,57 +25709,57 @@ export {
|
|
|
25706
25709
|
sp as CmdLoginForm,
|
|
25707
25710
|
Li as CmdMainNavigation,
|
|
25708
25711
|
Bi as CmdMultistepFormProgressBar,
|
|
25709
|
-
|
|
25710
|
-
|
|
25711
|
-
|
|
25712
|
-
|
|
25713
|
-
|
|
25712
|
+
Np as CmdMultistepFormWrapper,
|
|
25713
|
+
Yp as CmdNewsletterSubscription,
|
|
25714
|
+
vf as CmdOpeningHours,
|
|
25715
|
+
Vf as CmdPageFooter,
|
|
25716
|
+
Rf as CmdPageHeader,
|
|
25714
25717
|
Ii as CmdPagination,
|
|
25715
|
-
|
|
25716
|
-
|
|
25717
|
-
|
|
25718
|
-
|
|
25719
|
-
|
|
25720
|
-
|
|
25718
|
+
Kf as CmdProgressBar,
|
|
25719
|
+
Qf as CmdSection,
|
|
25720
|
+
lh as CmdSidebar,
|
|
25721
|
+
rh as CmdSiteFooter,
|
|
25722
|
+
mh as CmdSiteHeader,
|
|
25723
|
+
kh as CmdSiteSearch,
|
|
25721
25724
|
nt as CmdSlideButton,
|
|
25722
|
-
|
|
25723
|
-
|
|
25725
|
+
Ih as CmdSlideshow,
|
|
25726
|
+
Mh as CmdSmartSearch,
|
|
25724
25727
|
Di as CmdSocialNetworks,
|
|
25725
|
-
|
|
25728
|
+
Rh as CmdSwitchLanguage,
|
|
25726
25729
|
ve as CmdSystemMessage,
|
|
25727
|
-
|
|
25730
|
+
Qh as CmdTable,
|
|
25728
25731
|
Fi as CmdTabs,
|
|
25729
|
-
|
|
25732
|
+
pg as CmdTextImageBlock,
|
|
25730
25733
|
yi as CmdThumbnailScroller,
|
|
25731
|
-
|
|
25734
|
+
yg as CmdToggleDarkMode,
|
|
25732
25735
|
pi as CmdTooltip,
|
|
25733
25736
|
zt as CmdTooltipForFormElements,
|
|
25734
|
-
|
|
25737
|
+
kb as CmdUploadForm,
|
|
25735
25738
|
il as CmdWidthLimitationWrapper,
|
|
25736
|
-
|
|
25737
|
-
|
|
25738
|
-
|
|
25739
|
-
|
|
25740
|
-
|
|
25739
|
+
Ek as ComponentLibrary,
|
|
25740
|
+
Ub as ContactInformation,
|
|
25741
|
+
Rk as DirFancybox,
|
|
25742
|
+
Hk as DirFocus,
|
|
25743
|
+
qk as DirTelephone,
|
|
25741
25744
|
Ce as EditComponentWrapper,
|
|
25742
25745
|
X as I18n,
|
|
25743
|
-
|
|
25744
|
-
|
|
25745
|
-
|
|
25746
|
+
Mb as MultipleBoxWrapper,
|
|
25747
|
+
Eb as MultipleListsOfLinks,
|
|
25748
|
+
jk as capitalizeFirstLetter,
|
|
25746
25749
|
fi as createHtmlId,
|
|
25747
25750
|
Ae as createUuid,
|
|
25748
|
-
|
|
25749
|
-
|
|
25751
|
+
Mk as currentDate,
|
|
25752
|
+
Pk as currentTime,
|
|
25750
25753
|
al as formatDate,
|
|
25751
|
-
|
|
25752
|
-
|
|
25754
|
+
ex as formatTime,
|
|
25755
|
+
Nk as fullName,
|
|
25753
25756
|
_i as getCookieDisclaimerCookie,
|
|
25754
|
-
|
|
25757
|
+
Vk as getDate,
|
|
25755
25758
|
De as getFileExtension,
|
|
25756
|
-
|
|
25757
|
-
|
|
25759
|
+
Ak as getWeekday,
|
|
25760
|
+
Uk as lowercaseFirstLetter,
|
|
25758
25761
|
re as openFancyBox,
|
|
25759
25762
|
Lm as setCookieDisclaimerCookie,
|
|
25760
|
-
|
|
25761
|
-
|
|
25763
|
+
Wk as useScrollspy,
|
|
25764
|
+
zk as useSequence
|
|
25762
25765
|
};
|