comand-component-library 4.1.15 → 4.1.17
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.js +212 -194
- package/dist/comand-component-library.umd.cjs +12 -12
- package/package.json +1 -1
- package/src/assets/data/list-of-links-section-anchors.json +3 -3
- package/src/assets/data/list-of-links.json +4 -5
- package/src/components/CmdListOfLinksItem.vue +12 -2
- package/src/components/CmdTextImageBlock.vue +7 -0
- package/src/router/index.js +6 -1
- package/src/assets/data/list-of-links-top-header-navigation.json +0 -20
@@ -1,7 +1,7 @@
|
|
1
1
|
var sm = Object.defineProperty;
|
2
2
|
var am = (e, t, n) => t in e ? sm(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
3
3
|
var Rt = (e, t, n) => am(e, typeof t != "symbol" ? t + "" : t, n);
|
4
|
-
import { defineComponent as We, h as Ue, resolveComponent as et, openBlock as d, createBlock as S, normalizeClass as T, createElementBlock as h, getCurrentInstance as lm, resolveDynamicComponent as Ht, withModifiers as M, withCtx as W, withDirectives as be, createElementVNode as w, createVNode as P, createCommentVNode as p, vShow as ze, Fragment as O, toDisplayString as _, renderSlot as
|
4
|
+
import { defineComponent as We, h as Ue, resolveComponent as et, openBlock as d, createBlock as S, normalizeClass as T, createElementBlock as h, getCurrentInstance as lm, resolveDynamicComponent as Ht, withModifiers as M, withCtx as W, withDirectives as be, createElementVNode as w, createVNode as P, createCommentVNode as p, vShow as ze, Fragment as O, toDisplayString as _, renderSlot as H, normalizeProps as J, mergeProps as j, createTextVNode as $, renderList as G, resolveDirective as cm, Transition as lt, toHandlers as Qi, TransitionGroup as ws, createApp as fn, normalizeStyle as co, guardReactiveProps as Ye, useCssVars as wu, vModelDynamic as um, vModelText as dm, onBeforeUpdate as fm } from "vue";
|
5
5
|
const zt = /^[a-z0-9]+(-[a-z0-9]+)*$/, ko = (e, t, n, o = "") => {
|
6
6
|
const i = e.split(":");
|
7
7
|
if (e.slice(0, 1) === "@") {
|
@@ -598,7 +598,7 @@ function Um(e, t, n, o) {
|
|
598
598
|
C.status === "pending" && (C.status = "aborted");
|
599
599
|
}), b = [];
|
600
600
|
}
|
601
|
-
function
|
601
|
+
function q(C, F, V) {
|
602
602
|
const ee = F !== "success";
|
603
603
|
switch (b = b.filter((z) => z !== C), c) {
|
604
604
|
case "pending":
|
@@ -611,11 +611,11 @@ function Um(e, t, n, o) {
|
|
611
611
|
return;
|
612
612
|
}
|
613
613
|
if (F === "abort") {
|
614
|
-
u =
|
614
|
+
u = V, R();
|
615
615
|
return;
|
616
616
|
}
|
617
617
|
if (ee) {
|
618
|
-
u =
|
618
|
+
u = V, b.length || (s.length ? D() : R());
|
619
619
|
return;
|
620
620
|
}
|
621
621
|
if (g(), v(), !e.random) {
|
@@ -623,7 +623,7 @@ function Um(e, t, n, o) {
|
|
623
623
|
z !== -1 && z !== e.index && (e.index = z);
|
624
624
|
}
|
625
625
|
c = "completed", m.forEach((z) => {
|
626
|
-
z(
|
626
|
+
z(V);
|
627
627
|
});
|
628
628
|
}
|
629
629
|
function D() {
|
@@ -644,8 +644,8 @@ function Um(e, t, n, o) {
|
|
644
644
|
const F = {
|
645
645
|
status: "pending",
|
646
646
|
resource: C,
|
647
|
-
callback: (
|
648
|
-
|
647
|
+
callback: (V, ee) => {
|
648
|
+
q(F, V, ee);
|
649
649
|
}
|
650
650
|
};
|
651
651
|
b.push(F), l++, f = setTimeout(D, e.rotate), n(C, t, F.callback);
|
@@ -1586,7 +1586,7 @@ function Ip(e, t, n, o, i, r) {
|
|
1586
1586
|
[ze, r.active]
|
1587
1587
|
])
|
1588
1588
|
], 64)),
|
1589
|
-
|
1589
|
+
H(e.$slots, "default", { editing: r.editing })
|
1590
1590
|
]),
|
1591
1591
|
_: 3
|
1592
1592
|
}, 8, ["class", "onClick", "title", "data-identifier"]);
|
@@ -1749,7 +1749,7 @@ function zp(e, t, n, o, i, r) {
|
|
1749
1749
|
key: 0,
|
1750
1750
|
innerHTML: n.headlineText
|
1751
1751
|
}, null, 8, Mp)) : (d(), h("span", jp, [
|
1752
|
-
|
1752
|
+
H(e.$slots, "default")
|
1753
1753
|
]))
|
1754
1754
|
])
|
1755
1755
|
]),
|
@@ -1762,7 +1762,7 @@ function zp(e, t, n, o, i, r) {
|
|
1762
1762
|
key: 1,
|
1763
1763
|
innerHTML: n.headlineText
|
1764
1764
|
}, null, 8, Dp)) : (d(), h("span", Np, [
|
1765
|
-
|
1765
|
+
H(e.$slots, "default")
|
1766
1766
|
]))
|
1767
1767
|
]),
|
1768
1768
|
_: 3
|
@@ -1796,7 +1796,7 @@ function zp(e, t, n, o, i, r) {
|
|
1796
1796
|
default: W(() => [
|
1797
1797
|
n.cmdIcon ? (d(), S(s, J(j({ key: 0 }, n.cmdIcon)), null, 16)) : p("", !0),
|
1798
1798
|
w("span", qp, _(n.preHeadlineText), 1),
|
1799
|
-
|
1799
|
+
H(e.$slots, "default", {}, () => [
|
1800
1800
|
$(_(n.headlineText), 1)
|
1801
1801
|
])
|
1802
1802
|
]),
|
@@ -1804,7 +1804,7 @@ function zp(e, t, n, o, i, r) {
|
|
1804
1804
|
})) : p("", !0)
|
1805
1805
|
], 64)) : n.headlineText ? (d(), S(Ht(r.headlineTag), { key: 2 }, {
|
1806
1806
|
default: W(() => [
|
1807
|
-
|
1807
|
+
H(e.$slots, "default", {}, () => [
|
1808
1808
|
$(_(n.headlineText), 1)
|
1809
1809
|
])
|
1810
1810
|
]),
|
@@ -1969,7 +1969,7 @@ function Kp(e, t, n, o, i, r) {
|
|
1969
1969
|
}, null, 8, ["iconClass", "type"])
|
1970
1970
|
], 8, Jp)) : p("", !0)
|
1971
1971
|
])) : p("", !0),
|
1972
|
-
|
1972
|
+
H(e.$slots, "default", {}, () => [
|
1973
1973
|
$(_(n.tooltipText), 1)
|
1974
1974
|
])
|
1975
1975
|
], 2)) : p("", !0);
|
@@ -3066,7 +3066,7 @@ const As = {
|
|
3066
3066
|
class: "search-field-wrapper flex-container no-gap"
|
3067
3067
|
}, Rg = ["id", "maxlength", "value"], Mg = ["title"], jg = ["title"], Dg = { key: 1 };
|
3068
3068
|
function Ng(e, t, n, o, i, r) {
|
3069
|
-
var c, l, u, f, b, m, g, x, y, k, R, v,
|
3069
|
+
var c, l, u, f, b, m, g, x, y, k, R, v, q, D, C, F, V, ee, z, Oe, Ee, Ae, Be, Le;
|
3070
3070
|
const s = te, a = ks;
|
3071
3071
|
return n.element === "input" || n.element === "select" || n.element === "textarea" ? (d(), h("label", {
|
3072
3072
|
key: 0,
|
@@ -3095,7 +3095,7 @@ function Ng(e, t, n, o, i, r) {
|
|
3095
3095
|
n.labelText ? (d(), h("span", {
|
3096
3096
|
key: 0,
|
3097
3097
|
innerHTML: n.labelText
|
3098
|
-
}, null, 8, fg)) :
|
3098
|
+
}, null, 8, fg)) : H(e.$slots, "labeltext", { key: 1 }),
|
3099
3099
|
e.$attrs.required != null && e.$attrs.required !== !1 ? (d(), h("sup", hg, "*")) : p("", !0)
|
3100
3100
|
]),
|
3101
3101
|
(e.$attrs.required || e.inputRequirements.length) && n.showStatusIcon ? (d(), h("a", {
|
@@ -3187,7 +3187,7 @@ function Ng(e, t, n, o, i, r) {
|
|
3187
3187
|
w("span", { innerHTML: n.labelText }, null, 8, Og),
|
3188
3188
|
e.$attrs.required ? (d(), h("sup", Eg, "*")) : p("", !0)
|
3189
3189
|
], 2)) : p("", !0)
|
3190
|
-
], 64)) :
|
3190
|
+
], 64)) : H(e.$slots, "default", { key: 2 }) : (d(), h(O, { key: 0 }, [
|
3191
3191
|
w("input", j(r.elementAttributes, {
|
3192
3192
|
onChange: t[11] || (t[11] = (...U) => r.onChange && r.onChange(...U)),
|
3193
3193
|
onBlur: t[12] || (t[12] = (...U) => r.onBlur && r.onBlur(...U)),
|
@@ -3206,7 +3206,7 @@ function Ng(e, t, n, o, i, r) {
|
|
3206
3206
|
n.labelText ? (d(), h("span", {
|
3207
3207
|
key: 0,
|
3208
3208
|
innerHTML: n.labelText
|
3209
|
-
}, null, 8, Cg)) :
|
3209
|
+
}, null, 8, Cg)) : H(e.$slots, "labeltext", { key: 1 }),
|
3210
3210
|
e.$attrs.required ? (d(), h("sup", _g, "*")) : p("", !0)
|
3211
3211
|
])
|
3212
3212
|
], 2)) : p("", !0)
|
@@ -3280,12 +3280,12 @@ function Ng(e, t, n, o, i, r) {
|
|
3280
3280
|
(m = (b = n.nativeButton) == null ? void 0 : b.icon) != null && m.show && (((x = (g = n.nativeButton) == null ? void 0 : g.icon) == null ? void 0 : x.position) === "before" || !((k = (y = n.nativeButton) == null ? void 0 : y.icon) != null && k.position)) ? (d(), S(s, {
|
3281
3281
|
key: 0,
|
3282
3282
|
iconClass: (v = (R = n.nativeButton) == null ? void 0 : R.icon) == null ? void 0 : v.iconClass,
|
3283
|
-
type: (D = (
|
3283
|
+
type: (D = (q = n.nativeButton) == null ? void 0 : q.icon) == null ? void 0 : D.iconType
|
3284
3284
|
}, null, 8, ["iconClass", "type"])) : p("", !0),
|
3285
3285
|
(C = n.nativeButton) != null && C.icon && ((F = n.nativeButton) != null && F.text) ? (d(), h("span", Dg, _(n.nativeButton.text), 1)) : (d(), h(O, { key: 2 }, [
|
3286
3286
|
$(_(n.nativeButton.text), 1)
|
3287
3287
|
], 64)),
|
3288
|
-
(ee = (
|
3288
|
+
(ee = (V = n.nativeButton) == null ? void 0 : V.icon) != null && ee.show && ((Oe = (z = n.nativeButton) == null ? void 0 : z.icon) == null ? void 0 : Oe.position) === "after" ? (d(), S(s, {
|
3289
3289
|
key: 3,
|
3290
3290
|
iconClass: (Ae = (Ee = n.nativeButton) == null ? void 0 : Ee.icon) == null ? void 0 : Ae.iconClass,
|
3291
3291
|
type: (Le = (Be = n.nativeButton) == null ? void 0 : Be.icon) == null ? void 0 : Le.iconType
|
@@ -3707,7 +3707,7 @@ function Ry(e, t, n, o, i, r) {
|
|
3707
3707
|
var u;
|
3708
3708
|
const s = oe, a = ly, c = wt, l = te;
|
3709
3709
|
return d(), h("div", uy, [
|
3710
|
-
n.useSlot ?
|
3710
|
+
n.useSlot ? H(e.$slots, "default", { key: 0 }) : (d(), h(O, { key: 1 }, [
|
3711
3711
|
(u = n.cmdHeadline) != null && u.headlineText || e.editModeContext ? (d(), S(s, J(j({ key: 0 }, n.cmdHeadline)), null, 16)) : p("", !0),
|
3712
3712
|
w("address", dy, [
|
3713
3713
|
n.showLabels && (n.showLabelTexts || n.showLabelIcons) && !n.showIconsOnly ? (d(), h(O, { key: 0 }, [
|
@@ -4004,7 +4004,7 @@ const DP = /* @__PURE__ */ N(jy, [["render", Ny]]), qy = {
|
|
4004
4004
|
function Wy(e, t, n, o, i, r) {
|
4005
4005
|
const s = oe, a = te;
|
4006
4006
|
return d(), h("div", Vy, [
|
4007
|
-
n.useSlot ?
|
4007
|
+
n.useSlot ? H(e.$slots, "default", { key: 0 }) : (d(), h(O, { key: 1 }, [
|
4008
4008
|
n.cmdHeadline ? (d(), S(s, J(j({ key: 0 }, n.cmdHeadline)), null, 16)) : p("", !0),
|
4009
4009
|
w("dl", null, [
|
4010
4010
|
(d(!0), h(O, null, G(n.accountData, (c, l) => (d(), h(O, { key: l }, [
|
@@ -4147,7 +4147,7 @@ function Zy(e, t, n, o, i, r) {
|
|
4147
4147
|
type: n.iconClose.iconType
|
4148
4148
|
}, null, 8, ["iconClass", "type"])
|
4149
4149
|
], 8, Ky)) : p("", !0),
|
4150
|
-
|
4150
|
+
H(e.$slots, "default", {}, () => [
|
4151
4151
|
P(a, {
|
4152
4152
|
class: "message-headline",
|
4153
4153
|
cmdIcon: r.headlineIcon,
|
@@ -4322,7 +4322,7 @@ function ib(e, t, n, o, i, r) {
|
|
4322
4322
|
validationStatus: i.systemMessage.validationStatus,
|
4323
4323
|
"system-message": i.systemMessage.message
|
4324
4324
|
}, null, 8, ["validationStatus", "system-message"])) : p("", !0),
|
4325
|
-
n.useSlot ?
|
4325
|
+
n.useSlot ? H(e.$slots, "default", { key: 1 }) : (d(!0), h(O, { key: 2 }, G(n.formElements, (c, l) => (d(), S(a, {
|
4326
4326
|
key: l,
|
4327
4327
|
element: c.element || "input",
|
4328
4328
|
type: c.type || "text",
|
@@ -4367,8 +4367,8 @@ function ib(e, t, n, o, i, r) {
|
|
4367
4367
|
r.submitButtonOptions.text ? (d(), h("span", ob, _(r.submitButtonOptions.text), 1)) : p("", !0)
|
4368
4368
|
], 10, nb)
|
4369
4369
|
])) : p("", !0),
|
4370
|
-
|
4371
|
-
], 64)) :
|
4370
|
+
H(e.$slots, "button-row")
|
4371
|
+
], 64)) : H(e.$slots, "default", { key: 1 })
|
4372
4372
|
], 42, Qy);
|
4373
4373
|
}
|
4374
4374
|
const rb = /* @__PURE__ */ N(Xy, [["render", ib]]), sb = {
|
@@ -4404,7 +4404,7 @@ const rb = /* @__PURE__ */ N(Xy, [["render", ib]]), sb = {
|
|
4404
4404
|
}
|
4405
4405
|
};
|
4406
4406
|
}
|
4407
|
-
},
|
4407
|
+
}, Qe = class Qe {
|
4408
4408
|
constructor(t) {
|
4409
4409
|
Rt(this, "label");
|
4410
4410
|
this.label = t;
|
@@ -4412,15 +4412,15 @@ const rb = /* @__PURE__ */ N(Xy, [["render", ib]]), sb = {
|
|
4412
4412
|
validate(t) {
|
4413
4413
|
return [t.lastName.error, t.lastName.errorMessage] = this.validateRequired(
|
4414
4414
|
t.lastName.value,
|
4415
|
-
|
4415
|
+
Qe.PATTERN_SURNAME,
|
4416
4416
|
this.label("form_error_invalid_surname")
|
4417
4417
|
)[t.email.error, t.email.errorMessage] = this.validateRequired(
|
4418
4418
|
t.email.value,
|
4419
|
-
|
4419
|
+
Qe.PATTERN_EMAIL,
|
4420
4420
|
this.label("form_error_invalid_email")
|
4421
4421
|
)[t.userMessage.error, t.userMessage.errorMessage] = this.validateRequired(
|
4422
4422
|
t.userMessage.value,
|
4423
|
-
|
4423
|
+
Qe.PATTERN_MESSAGE,
|
4424
4424
|
this.label("form_error_invalid_message")
|
4425
4425
|
), t.acceptPrivacy.error = !1, t.error = t.lastName.error || t.email.error || t.userMessage.error, t;
|
4426
4426
|
}
|
@@ -4431,8 +4431,8 @@ const rb = /* @__PURE__ */ N(Xy, [["render", ib]]), sb = {
|
|
4431
4431
|
return !t || t.trim().length === 0 ? [!0, this.label("form_error_empty")] : n && !n.test(t) ? [!0, o || this.label("form_error_invalid")] : [!1, ""];
|
4432
4432
|
}
|
4433
4433
|
};
|
4434
|
-
Rt(
|
4435
|
-
let rr =
|
4434
|
+
Rt(Qe, "PATTERN_SURNAME", /^[a-züöäßáéíóàèìòêîô '-]+$/i), Rt(Qe, "PATTERN_EMAIL", /^[a-z\d._%+-]+@[a-z\d._%+-]+\.[a-z]{2,}$/i), Rt(Qe, "PATTERN_MESSAGE", /^.{2,500}$/);
|
4435
|
+
let rr = Qe;
|
4436
4436
|
function Ut(e) {
|
4437
4437
|
if (e) {
|
4438
4438
|
const t = e.lastIndexOf(".");
|
@@ -4691,7 +4691,7 @@ const ab = {
|
|
4691
4691
|
mb
|
4692
4692
|
], gb = ["innerHTML"], yb = ["src", "alt", "title"], bb = ["innerHTML"], wb = ["src", "alt", "title"];
|
4693
4693
|
function xb(e, t, n, o, i, r) {
|
4694
|
-
var c, l, u, f, b, m, g, x, y, k, R, v,
|
4694
|
+
var c, l, u, f, b, m, g, x, y, k, R, v, q;
|
4695
4695
|
const s = de, a = wt;
|
4696
4696
|
return e.editModeContext ? (d(), S(a, {
|
4697
4697
|
key: 0,
|
@@ -4706,7 +4706,7 @@ function xb(e, t, n, o, i, r) {
|
|
4706
4706
|
itemProvider: ((c = e.editModeConfig) == null ? void 0 : c.allowAddItem) !== !1 ? r.itemProvider : null
|
4707
4707
|
}, {
|
4708
4708
|
default: W((D) => {
|
4709
|
-
var C, F,
|
4709
|
+
var C, F, V, ee, z, Oe, Ee, Ae, Be, Le, U, we;
|
4710
4710
|
return [
|
4711
4711
|
w("figure", {
|
4712
4712
|
class: T(["cmd-image flex-container no-gap vertical", r.textAlign])
|
@@ -4721,7 +4721,7 @@ function xb(e, t, n, o, i, r) {
|
|
4721
4721
|
labelText: "Text figcaption",
|
4722
4722
|
modelValue: r.editableFigcaptionText,
|
4723
4723
|
"onUpdate:modelValue": t[0] || (t[0] = (ye) => r.editableFigcaptionText = ye)
|
4724
|
-
}, null, 8, ["class", "modelValue"])) : (
|
4724
|
+
}, null, 8, ["class", "modelValue"])) : (V = n.figcaption) != null && V.text ? (d(), h("figcaption", {
|
4725
4725
|
key: 1,
|
4726
4726
|
innerHTML: (ee = n.figcaption) == null ? void 0 : ee.text
|
4727
4727
|
}, null, 8, lb)) : p("", !0)
|
@@ -4805,7 +4805,7 @@ function xb(e, t, n, o, i, r) {
|
|
4805
4805
|
key: 2,
|
4806
4806
|
src: r.imageSource,
|
4807
4807
|
alt: (v = n.image) == null ? void 0 : v.alt,
|
4808
|
-
title: (
|
4808
|
+
title: (q = n.image) == null ? void 0 : q.tooltip,
|
4809
4809
|
onLoad: t[5] || (t[5] = (...D) => r.onImageLoaded && r.onImageLoaded(...D))
|
4810
4810
|
}, null, 40, wb));
|
4811
4811
|
}
|
@@ -5499,7 +5499,7 @@ const jb = ju, Db = ["aria-label"], Nb = { class: "flex-container" }, qb = {
|
|
5499
5499
|
class: "flex-container no-flex"
|
5500
5500
|
}, Xb = ["title"], Qb = { key: 1 }, Yb = ["title"], $b = { key: 1 };
|
5501
5501
|
function e0(e, t, n, o, i, r) {
|
5502
|
-
var f, b, m, g, x, y, k, R, v,
|
5502
|
+
var f, b, m, g, x, y, k, R, v, q, D, C, F, V, ee, z, Oe, Ee, Ae, Be, Le, U, we, ye, It, Ft, Pt;
|
5503
5503
|
const s = oe, a = te, c = nt, l = Io, u = Rb;
|
5504
5504
|
return d(), h("dialog", {
|
5505
5505
|
ref: "dialog",
|
@@ -5530,7 +5530,7 @@ function e0(e, t, n, o, i, r) {
|
|
5530
5530
|
onClick: t[1] || (t[1] = M((xe) => e.printPage("grayscale"), ["prevent"]))
|
5531
5531
|
}, [
|
5532
5532
|
P(a, {
|
5533
|
-
iconClass: (
|
5533
|
+
iconClass: (q = e.fancyBoxOptionsProperties.printButtons.grayscale) == null ? void 0 : q.iconClass,
|
5534
5534
|
type: (D = e.fancyBoxOptionsProperties.printButtons.grayscale) == null ? void 0 : D.iconType
|
5535
5535
|
}, null, 8, ["iconClass", "type"])
|
5536
5536
|
], 8, Hb)) : p("", !0),
|
@@ -5575,11 +5575,11 @@ function e0(e, t, n, o, i, r) {
|
|
5575
5575
|
onClick: M(e.showNextItem, ["prevent"])
|
5576
5576
|
}, null, 8, ["onClick"])
|
5577
5577
|
])) : (d(), h("div", Kb, [
|
5578
|
-
|
5578
|
+
H(e.$slots, "default")
|
5579
5579
|
]))
|
5580
5580
|
], 2),
|
5581
5581
|
e.showSubmitButtons && e.fancyBoxOptionsProperties.submitButtons ? (d(), h("footer", Zb, [
|
5582
|
-
(
|
5582
|
+
(V = e.fancyBoxOptionsProperties.submitButtons) != null && V.cancel ? (d(), h("button", {
|
5583
5583
|
key: 0,
|
5584
5584
|
onClick: t[3] || (t[3] = (...xe) => e.cancel && e.cancel(...xe)),
|
5585
5585
|
title: (ee = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : ee.tooltip
|
@@ -5876,7 +5876,7 @@ function l0(e, t, n, o, i, r) {
|
|
5876
5876
|
ref: "form"
|
5877
5877
|
}), {
|
5878
5878
|
default: W(() => {
|
5879
|
-
var l, u, f, b, m, g, x, y, k, R, v,
|
5879
|
+
var l, u, f, b, m, g, x, y, k, R, v, q, D, C, F, V, ee, z, Oe, Ee, Ae, Be, Le, U, we, ye, It, Ft, Pt, xe, Oa, Ea, Aa, Ba, La, Ia, Fa, Pa, Ra, Ma, ja;
|
5880
5880
|
return [
|
5881
5881
|
n.configuration.salutation ? (d(), h("div", o0, [
|
5882
5882
|
P(a, {
|
@@ -5904,7 +5904,7 @@ function l0(e, t, n, o, i, r) {
|
|
5904
5904
|
onValidate: r.onValidate
|
5905
5905
|
}, null, 8, ["labelText", "name", "replaceInputType", "modelValue", "i18n", "onValidate"])
|
5906
5906
|
])) : p("", !0),
|
5907
|
-
|
5907
|
+
H(e.$slots, "top"),
|
5908
5908
|
n.configuration.lastName || n.configuration.firstName ? (d(), h("div", i0, [
|
5909
5909
|
n.configuration.lastName ? (d(), S(a, {
|
5910
5910
|
key: 0,
|
@@ -5945,7 +5945,7 @@ function l0(e, t, n, o, i, r) {
|
|
5945
5945
|
iconClass: "icon-mail",
|
5946
5946
|
labelText: e.getMessage("basic_form.labeltext.email"),
|
5947
5947
|
placeholder: e.getMessage("basic_form.placeholder.email"),
|
5948
|
-
required: (
|
5948
|
+
required: (q = n.configuration.email) == null ? void 0 : q.required,
|
5949
5949
|
name: (D = n.configuration.email) == null ? void 0 : D.name,
|
5950
5950
|
modelValue: i.formData.email.value,
|
5951
5951
|
"onUpdate:modelValue": t[4] || (t[4] = (ne) => i.formData.email.value = ne),
|
@@ -5963,7 +5963,7 @@ function l0(e, t, n, o, i, r) {
|
|
5963
5963
|
modelValue: i.formData.phone.value,
|
5964
5964
|
"onUpdate:modelValue": t[5] || (t[5] = (ne) => i.formData.phone.value = ne),
|
5965
5965
|
required: (F = n.configuration.phone) == null ? void 0 : F.required,
|
5966
|
-
name: (
|
5966
|
+
name: (V = n.configuration.phone) == null ? void 0 : V.name,
|
5967
5967
|
status: i.formData.phone.error ? "error" : "",
|
5968
5968
|
i18n: e.i18n,
|
5969
5969
|
onValidate: r.onValidate
|
@@ -6077,7 +6077,7 @@ function l0(e, t, n, o, i, r) {
|
|
6077
6077
|
i18n: e.i18n,
|
6078
6078
|
onValidate: r.onValidate
|
6079
6079
|
}, null, 8, ["element", "labelText", "placeholder", "required", "name", "textCharactersLeft", "maxlength", "modelValue", "status", "i18n", "onValidate"])) : p("", !0),
|
6080
|
-
|
6080
|
+
H(e.$slots, "bottom"),
|
6081
6081
|
n.configuration.acceptPrivacy ? (d(), S(a, {
|
6082
6082
|
key: 5,
|
6083
6083
|
element: "input",
|
@@ -6137,7 +6137,7 @@ function m0(e, t, n, o, i, r) {
|
|
6137
6137
|
class: T(n.icon.iconClass),
|
6138
6138
|
title: n.icon.tooltip
|
6139
6139
|
}, null, 10, h0)) : p("", !0),
|
6140
|
-
|
6140
|
+
H(e.$slots, "default")
|
6141
6141
|
], 64);
|
6142
6142
|
}
|
6143
6143
|
const p0 = /* @__PURE__ */ N(u0, [["render", m0]]), g0 = {
|
@@ -6243,7 +6243,7 @@ function w0(e, t, n, o, i, r) {
|
|
6243
6243
|
icon: n.icon
|
6244
6244
|
}, {
|
6245
6245
|
default: W(() => [
|
6246
|
-
|
6246
|
+
H(e.$slots, "default")
|
6247
6247
|
]),
|
6248
6248
|
_: 3
|
6249
6249
|
}, 8, ["text", "icon"])
|
@@ -6260,7 +6260,7 @@ function w0(e, t, n, o, i, r) {
|
|
6260
6260
|
icon: n.icon
|
6261
6261
|
}, {
|
6262
6262
|
default: W(() => [
|
6263
|
-
|
6263
|
+
H(e.$slots, "default")
|
6264
6264
|
]),
|
6265
6265
|
_: 3
|
6266
6266
|
}, 8, ["text", "icon"])
|
@@ -6278,7 +6278,7 @@ function w0(e, t, n, o, i, r) {
|
|
6278
6278
|
icon: n.icon
|
6279
6279
|
}, {
|
6280
6280
|
default: W(() => [
|
6281
|
-
|
6281
|
+
H(e.$slots, "default")
|
6282
6282
|
]),
|
6283
6283
|
_: 3
|
6284
6284
|
}, 8, ["text", "icon"])
|
@@ -6321,7 +6321,7 @@ const hn = /* @__PURE__ */ N(g0, [["render", w0]]), x0 = {
|
|
6321
6321
|
class: "input-wrapper"
|
6322
6322
|
};
|
6323
6323
|
function T0(e, t, n, o, i, r) {
|
6324
|
-
var l;
|
6324
|
+
var l, u, f, b, m, g, x, y, k, R, v, q, D;
|
6325
6325
|
const s = hn, a = et("CmdListOfLinksItem", !0), c = de;
|
6326
6326
|
return e.editing ? (d(), h("div", v0, [
|
6327
6327
|
P(c, {
|
@@ -6331,16 +6331,27 @@ function T0(e, t, n, o, i, r) {
|
|
6331
6331
|
showLabel: !1,
|
6332
6332
|
placeholder: "Linktext",
|
6333
6333
|
modelValue: i.editableText,
|
6334
|
-
"onUpdate:modelValue": t[0] || (t[0] = (
|
6334
|
+
"onUpdate:modelValue": t[0] || (t[0] = (C) => i.editableText = C)
|
6335
6335
|
}, null, 8, ["modelValue"])
|
6336
6336
|
])) : (d(), h("li", C0, [
|
6337
|
-
P(s,
|
6338
|
-
|
6339
|
-
|
6340
|
-
|
6341
|
-
|
6337
|
+
P(s, {
|
6338
|
+
linkType: (l = n.link) == null ? void 0 : l.linkType,
|
6339
|
+
text: (u = n.link) == null ? void 0 : u.text,
|
6340
|
+
path: (f = n.link) == null ? void 0 : f.path,
|
6341
|
+
target: (b = n.link) == null ? void 0 : b.target,
|
6342
|
+
icon: (m = n.link) == null ? void 0 : m.icon,
|
6343
|
+
fancybox: (g = n.link) == null ? void 0 : g.fancybox,
|
6344
|
+
tooltip: (x = n.link) == null ? void 0 : x.tooltip,
|
6345
|
+
styleAsButton: (y = n.link) == null ? void 0 : y.styleAsButton,
|
6346
|
+
primaryButton: (k = n.link) == null ? void 0 : k.primaryButton,
|
6347
|
+
styleAsBox: (R = n.link) == null ? void 0 : R.styleAsBox
|
6348
|
+
}, null, 8, ["linkType", "text", "path", "target", "icon", "fancybox", "tooltip", "styleAsButton", "primaryButton", "styleAsBox"]),
|
6349
|
+
(q = (v = n.link) == null ? void 0 : v.children) != null && q.length ? (d(), h("ul", _0, [
|
6350
|
+
(d(!0), h(O, null, G((D = n.link) == null ? void 0 : D.children, (C, F) => (d(), S(a, {
|
6351
|
+
key: F,
|
6352
|
+
link: C
|
6342
6353
|
}, null, 8, ["link"]))), 128))
|
6343
|
-
]))
|
6354
|
+
])) : p("", !0)
|
6344
6355
|
]));
|
6345
6356
|
}
|
6346
6357
|
const S0 = /* @__PURE__ */ N(x0, [["render", T0]]), k0 = {
|
@@ -6905,7 +6916,7 @@ const P0 = ["title"], R0 = {
|
|
6905
6916
|
class: "box-footer"
|
6906
6917
|
};
|
6907
6918
|
function mw(e, t, n, o, i, r) {
|
6908
|
-
var f, b, m, g, x, y, k, R, v,
|
6919
|
+
var f, b, m, g, x, y, k, R, v, q, D;
|
6909
6920
|
const s = oe, a = te, c = nt, l = hn, u = Du;
|
6910
6921
|
return n.boxType === "content" ? (d(), h("div", {
|
6911
6922
|
key: 0,
|
@@ -6928,14 +6939,14 @@ function mw(e, t, n, o, i, r) {
|
|
6928
6939
|
title: i.open ? n.iconOpen.tooltip : n.iconClosed.tooltip,
|
6929
6940
|
onClick: t[0] || (t[0] = M((...C) => r.toggleContentVisibility && r.toggleContentVisibility(...C), ["prevent"]))
|
6930
6941
|
}, [
|
6931
|
-
(f = n.useSlots) != null && f.includes("header") ?
|
6942
|
+
(f = n.useSlots) != null && f.includes("header") ? H(e.$slots, "header", { key: 0 }) : (b = n.cmdHeadline) != null && b.headlineText && n.headlinePosition === "header" ? (d(), S(s, J(j({ key: 1 }, n.cmdHeadline)), null, 16)) : p("", !0),
|
6932
6943
|
P(a, {
|
6933
6944
|
iconClass: i.open ? n.iconOpen.iconClass : n.iconClosed.iconClass,
|
6934
6945
|
type: i.open ? n.iconOpen.iconType : n.iconClosed.iconType
|
6935
6946
|
}, null, 8, ["iconClass", "type"])
|
6936
6947
|
], 8, P0)) : (d(), h(O, { key: 1 }, [
|
6937
6948
|
(m = n.useSlots) != null && m.includes("header") || (g = n.cmdHeadline) != null && g.headlineText && n.headlinePosition === "header" ? (d(), h("div", R0, [
|
6938
|
-
(x = n.useSlots) != null && x.includes("header") ?
|
6949
|
+
(x = n.useSlots) != null && x.includes("header") ? H(e.$slots, "header", { key: 0 }) : p("", !0),
|
6939
6950
|
(y = n.cmdHeadline) != null && y.headlineText && n.headlinePosition === "header" ? (d(), S(s, J(j({ key: 1 }, n.cmdHeadline)), null, 16)) : p("", !0)
|
6940
6951
|
])) : p("", !0)
|
6941
6952
|
], 64)),
|
@@ -6950,7 +6961,7 @@ function mw(e, t, n, o, i, r) {
|
|
6950
6961
|
ref: "boxBody",
|
6951
6962
|
style: co(n.allowContentToScroll ? "max-height: " + i.calculatedBodyHeight : null)
|
6952
6963
|
}, [
|
6953
|
-
|
6964
|
+
H(e.$slots, "body", {}, () => {
|
6954
6965
|
var C;
|
6955
6966
|
return [
|
6956
6967
|
(C = n.cmdHeadline) != null && C.headlineText && n.headlinePosition === "body" ? (d(), S(s, J(j({ key: 0 }, n.cmdHeadline)), null, 16)) : p("", !0),
|
@@ -6991,7 +7002,7 @@ function mw(e, t, n, o, i, r) {
|
|
6991
7002
|
class: T({ "box-body-padding": n.useBoxBodyPadding, "allow-scroll": n.allowContentToScroll })
|
6992
7003
|
}, [
|
6993
7004
|
n.cmdIcon !== void 0 ? (d(), h("div", D0, [
|
6994
|
-
P(a, J(
|
7005
|
+
P(a, J(Ye(n.cmdIcon)), null, 16)
|
6995
7006
|
])) : p("", !0),
|
6996
7007
|
(v = n.cmdHeadline) != null && v.headlineText && n.headlinePosition === "body" ? (d(), S(s, J(j({ key: 1 }, n.cmdHeadline)), null, 16)) : p("", !0),
|
6997
7008
|
n.textBody ? (d(), h("p", {
|
@@ -7003,11 +7014,11 @@ function mw(e, t, n, o, i, r) {
|
|
7003
7014
|
], 2), [
|
7004
7015
|
[ze, i.open]
|
7005
7016
|
]),
|
7006
|
-
(
|
7007
|
-
P(l, J(
|
7017
|
+
(q = n.cmdLink) != null && q.linkType ? (d(), h("div", q0, [
|
7018
|
+
P(l, J(Ye(n.cmdLink)), null, 16)
|
7008
7019
|
])) : p("", !0),
|
7009
7020
|
(D = n.useSlots) != null && D.includes("footer") ? (d(), h("div", V0, [
|
7010
|
-
|
7021
|
+
H(e.$slots, "footer")
|
7011
7022
|
])) : p("", !0)
|
7012
7023
|
], 2)) : n.boxType === "product" && n.product ? (d(), h("a", {
|
7013
7024
|
key: 1,
|
@@ -7321,7 +7332,7 @@ function xw(e, t, n, o, i, r) {
|
|
7321
7332
|
}
|
7322
7333
|
])
|
7323
7334
|
}, [
|
7324
|
-
|
7335
|
+
H(e.$slots, "default", {
|
7325
7336
|
collapsingBoxesOpen: i.collapsingBoxesOpen,
|
7326
7337
|
boxToggled: r.boxToggled,
|
7327
7338
|
boxIsOpen: r.boxIsOpen,
|
@@ -7625,11 +7636,11 @@ function Hw(e, t, n, o, i, r) {
|
|
7625
7636
|
key: 1,
|
7626
7637
|
innerHTML: n.contentAboveSlot
|
7627
7638
|
}, null, 8, qw)) : p("", !0),
|
7628
|
-
r.oneSlotItem() ?
|
7639
|
+
r.oneSlotItem() ? H(e.$slots, "default", { key: 2 }) : (d(), h("div", {
|
7629
7640
|
key: 3,
|
7630
7641
|
class: T([r.setInnerClass, "inner-slot-wrapper"])
|
7631
7642
|
}, [
|
7632
|
-
|
7643
|
+
H(e.$slots, "default", {}, () => [
|
7633
7644
|
w("p", null, _(n.innerText), 1)
|
7634
7645
|
])
|
7635
7646
|
], 2)),
|
@@ -7817,13 +7828,13 @@ function ux(e, t, n, o, i, r) {
|
|
7817
7828
|
var c, l, u;
|
7818
7829
|
return [
|
7819
7830
|
w("div", Ww, [
|
7820
|
-
n.useSlot ?
|
7831
|
+
n.useSlot ? H(e.$slots, "default", { key: 0 }) : (d(), h("div", Gw, [
|
7821
7832
|
(c = n.cmdHeadlineCookieDisclaimer) != null && c.show && ((l = n.cmdHeadlineCookieDisclaimer) != null && l.headlineText) && ((u = n.cmdHeadlineCookieDisclaimer) != null && u.headlineLevel) ? (d(), S(s, {
|
7822
7833
|
key: 0,
|
7823
7834
|
headlineText: n.cmdHeadlineCookieDisclaimer.headlineText,
|
7824
7835
|
headlineLevel: n.cmdHeadlineCookieDisclaimer.headlineLevel
|
7825
7836
|
}, null, 8, ["headlineText", "headlineLevel"])) : p("", !0),
|
7826
|
-
|
7837
|
+
H(e.$slots, "cookie-options", {}, () => {
|
7827
7838
|
var f, b, m, g, x, y, k, R;
|
7828
7839
|
return [
|
7829
7840
|
(f = n.cookieOptions) != null && f.required ? (d(), h("div", Jw, [
|
@@ -7832,8 +7843,8 @@ function ux(e, t, n, o, i, r) {
|
|
7832
7843
|
"headline-text": (m = n.cmdBoxRequiredCookies) == null ? void 0 : m.headlineText,
|
7833
7844
|
"headline-level": (g = n.cmdBoxRequiredCookies) == null ? void 0 : g.headlineLevel
|
7834
7845
|
}, null, 8, ["headline-text", "headline-level"])) : p("", !0),
|
7835
|
-
(d(!0), h(O, null, G(n.cookieOptions.required.cookies || [], (v,
|
7836
|
-
key:
|
7846
|
+
(d(!0), h(O, null, G(n.cookieOptions.required.cookies || [], (v, q) => (d(), h("div", {
|
7847
|
+
key: q,
|
7837
7848
|
class: "collapsible-box"
|
7838
7849
|
}, [
|
7839
7850
|
w("header", null, [
|
@@ -7885,8 +7896,8 @@ function ux(e, t, n, o, i, r) {
|
|
7885
7896
|
"headline-text": (k = n.cmdBoxOptionalCookies) == null ? void 0 : k.headlineText,
|
7886
7897
|
"headline-level": (R = n.cmdBoxOptionalCookies) == null ? void 0 : R.headlineLevel
|
7887
7898
|
}, null, 8, ["headline-text", "headline-level"])) : p("", !0),
|
7888
|
-
(d(!0), h(O, null, G(n.cookieOptions.optional.cookies || [], (v,
|
7889
|
-
key:
|
7899
|
+
(d(!0), h(O, null, G(n.cookieOptions.optional.cookies || [], (v, q) => (d(), h("div", {
|
7900
|
+
key: q,
|
7890
7901
|
class: "collapsible-box"
|
7891
7902
|
}, [
|
7892
7903
|
w("header", null, [
|
@@ -8444,7 +8455,7 @@ function Dx(e, t, n, o, i, r) {
|
|
8444
8455
|
w("span", null, _(r.selectAllOptionsText), 1)
|
8445
8456
|
])
|
8446
8457
|
])) : p("", !0)
|
8447
|
-
], 10, Lx)) : n.type === "content" && i.showOptions ?
|
8458
|
+
], 10, Lx)) : n.type === "content" && i.showOptions ? H(e.$slots, "default", { key: 2 }) : p("", !0)
|
8448
8459
|
])
|
8449
8460
|
], 42, vx)
|
8450
8461
|
], 10, bx);
|
@@ -9111,7 +9122,7 @@ function v1(e, t, n, o, i, r) {
|
|
9111
9122
|
[ze, n.showLabel]
|
9112
9123
|
]),
|
9113
9124
|
n.useSlot ? (d(), h("div", _1, [
|
9114
|
-
|
9125
|
+
H(e.$slots, "default")
|
9115
9126
|
])) : (d(), h("span", {
|
9116
9127
|
key: 0,
|
9117
9128
|
class: T(["flex-container", { "no-flex": !n.stretchHorizontally, "no-gap": n.multipleSwitch }])
|
@@ -9456,7 +9467,7 @@ function M1(e, t, n, o, i, r) {
|
|
9456
9467
|
onValidationStatusChange: t[3] || (t[3] = (R) => r.checkValidationStatus(R, "password"))
|
9457
9468
|
}), null, 16, ["modelValue"])
|
9458
9469
|
], 2),
|
9459
|
-
|
9470
|
+
H(e.$slots, "login"),
|
9460
9471
|
w("div", O1, [
|
9461
9472
|
n.options.forgotPassword || n.options.createAccount ? (d(), h(O, { key: 0 }, [
|
9462
9473
|
n.options.forgotPassword ? (d(), h("a", {
|
@@ -9516,7 +9527,7 @@ function M1(e, t, n, o, i, r) {
|
|
9516
9527
|
modelValue: i.sendLoginMail,
|
9517
9528
|
"onUpdate:modelValue": t[7] || (t[7] = (R) => i.sendLoginMail = R)
|
9518
9529
|
}, r.cmdFormElementSendLoginOptions), null, 16, ["modelValue"]),
|
9519
|
-
|
9530
|
+
H(e.$slots, "send-login"),
|
9520
9531
|
w("div", I1, [
|
9521
9532
|
n.options.backToLoginForm ? (d(), h("a", {
|
9522
9533
|
key: 0,
|
@@ -11241,7 +11252,7 @@ function $C(e, t, n, o, i, r) {
|
|
11241
11252
|
page: n.page,
|
11242
11253
|
appendPage: n.appendPage
|
11243
11254
|
}, null, 8, ["network", "userMustAcceptDataPrivacy", "buttonTextAlign", "dataPrivacyAccepted", "page", "appendPage"]))), 128)),
|
11244
|
-
|
11255
|
+
H(e.$slots, "default")
|
11245
11256
|
], 64))
|
11246
11257
|
], 2)) : (d(), h("button", {
|
11247
11258
|
key: 3,
|
@@ -11347,12 +11358,12 @@ function r_(e, t, n, o, i, r) {
|
|
11347
11358
|
}, [
|
11348
11359
|
n.cmdSocialNetworks ? (d(), S(s, J(j({ key: 0 }, n.cmdSocialNetworks)), {
|
11349
11360
|
default: W(() => [
|
11350
|
-
|
11361
|
+
H(e.$slots, "cmd-social-networks")
|
11351
11362
|
]),
|
11352
11363
|
_: 3
|
11353
11364
|
}, 16)) : p("", !0),
|
11354
11365
|
w("div", n_, [
|
11355
|
-
|
11366
|
+
H(e.$slots, "default"),
|
11356
11367
|
(a = r.buttonPrintViewOptions) != null && a.show ? (d(), h("button", {
|
11357
11368
|
key: 0,
|
11358
11369
|
class: T(["button", { primary: r.buttonPrintViewOptions.primary }]),
|
@@ -11401,7 +11412,7 @@ function c_(e, t, n, o, i, r) {
|
|
11401
11412
|
n.cmdBreadcrumbs ? (d(), S(s, J(j({ key: 0 }, n.cmdBreadcrumbs)), null, 16)) : p("", !0),
|
11402
11413
|
n.cmdHeadline.headlineText ? (d(), S(a, J(j({ key: 1 }, n.cmdHeadline)), null, 16)) : p("", !0)
|
11403
11414
|
])) : p("", !0),
|
11404
|
-
e.$slots.default ?
|
11415
|
+
e.$slots.default ? H(e.$slots, "default", { key: 1 }) : p("", !0)
|
11405
11416
|
])) : p("", !0);
|
11406
11417
|
}
|
11407
11418
|
const YP = /* @__PURE__ */ N(s_, [["render", c_]]), u_ = {
|
@@ -11550,9 +11561,9 @@ function C_(e, t, n, o, i, r) {
|
|
11550
11561
|
class: "sidebar-main-headline"
|
11551
11562
|
}), null, 16, ["headlineLevel"])) : p("", !0),
|
11552
11563
|
i.open ? (d(), h("div", b_, [
|
11553
|
-
|
11564
|
+
H(e.$slots, "open", { openBoxStatus: i.open })
|
11554
11565
|
])) : (d(), h("div", w_, [
|
11555
|
-
|
11566
|
+
H(e.$slots, "closed", { openBoxStatus: i.open })
|
11556
11567
|
]))
|
11557
11568
|
]),
|
11558
11569
|
n.collapsible ? (d(), h("a", {
|
@@ -11589,7 +11600,7 @@ function T_(e, t, n, o, i, r) {
|
|
11589
11600
|
w("footer", {
|
11590
11601
|
class: T(["flex-container", { vertical: n.orientation === "vertical" }])
|
11591
11602
|
}, [
|
11592
|
-
|
11603
|
+
H(e.$slots, "default")
|
11593
11604
|
], 2)
|
11594
11605
|
]);
|
11595
11606
|
}
|
@@ -11710,7 +11721,7 @@ function O_(e, t, n, o, i, r) {
|
|
11710
11721
|
role: "banner"
|
11711
11722
|
}, [
|
11712
11723
|
e.$slots.topheader ? (d(), h("div", k_, [
|
11713
|
-
|
11724
|
+
H(e.$slots, "topheader")
|
11714
11725
|
])) : p("", !0),
|
11715
11726
|
w("header", {
|
11716
11727
|
class: T([
|
@@ -11719,9 +11730,9 @@ function O_(e, t, n, o, i, r) {
|
|
11719
11730
|
])
|
11720
11731
|
}, [
|
11721
11732
|
e.$slots.logo || e.$slots.header || e.$slots.navigation ? (d(), h(O, { key: 0 }, [
|
11722
|
-
|
11723
|
-
|
11724
|
-
|
11733
|
+
H(e.$slots, "logo"),
|
11734
|
+
H(e.$slots, "header"),
|
11735
|
+
H(e.$slots, "navigation")
|
11725
11736
|
], 64)) : p("", !0),
|
11726
11737
|
n.cmdCompanyLogo || (b = (f = n.cmdMainNavigation) == null ? void 0 : f.navigationEntries) != null && b.length ? (d(), h(O, { key: 1 }, [
|
11727
11738
|
n.cmdCompanyLogo ? (d(), S(s, j({ key: 0 }, n.cmdCompanyLogo, { onImageLoaded: r.onImageLoaded }), null, 16, ["onImageLoaded"])) : p("", !0),
|
@@ -12078,14 +12089,14 @@ function M_(e, t, n, o, i, r) {
|
|
12078
12089
|
]),
|
12079
12090
|
P(lt, { name: "fade" }, {
|
12080
12091
|
default: W(() => {
|
12081
|
-
var v,
|
12092
|
+
var v, q, D, C, F;
|
12082
12093
|
return [
|
12083
12094
|
i.showFilters && ((v = n.cmdFakeSelect) != null && v.selectData.length) ? (d(), h("div", R_, [
|
12084
12095
|
P(l, {
|
12085
12096
|
role: "option",
|
12086
|
-
selectData: (
|
12097
|
+
selectData: (q = n.cmdFakeSelect) == null ? void 0 : q.selectData,
|
12087
12098
|
modelValue: r.searchFilters,
|
12088
|
-
"onUpdate:modelValue": t[4] || (t[4] = (
|
12099
|
+
"onUpdate:modelValue": t[4] || (t[4] = (V) => r.searchFilters = V),
|
12089
12100
|
defaultOptionName: (D = n.cmdFakeSelect) == null ? void 0 : D.defaultOptionName,
|
12090
12101
|
type: (C = n.cmdFakeSelect) == null ? void 0 : C.type,
|
12091
12102
|
labelText: (F = n.cmdFakeSelect) == null ? void 0 : F.labelText
|
@@ -12321,7 +12332,7 @@ function W_(e, t, n, o, i, r) {
|
|
12321
12332
|
key: i.index,
|
12322
12333
|
style: co("background-image: url(" + r.currentItem.image.srcLarge + ")")
|
12323
12334
|
}, [
|
12324
|
-
|
12335
|
+
H(e.$slots, "item" + i.currentSlotItem)
|
12325
12336
|
], 4)) : (d(), h(O, { key: 0 }, [
|
12326
12337
|
e.editModeContext ? n.slideshowItems.length ? (d(), S(a, {
|
12327
12338
|
key: 1,
|
@@ -12350,7 +12361,7 @@ function W_(e, t, n, o, i, r) {
|
|
12350
12361
|
key: 1,
|
12351
12362
|
type: "button",
|
12352
12363
|
class: "button confirm",
|
12353
|
-
onClick: t[0] || (t[0] = (...
|
12364
|
+
onClick: t[0] || (t[0] = (...q) => r.onAddItem && r.onAddItem(...q))
|
12354
12365
|
}, V_)) : p("", !0)
|
12355
12366
|
];
|
12356
12367
|
}),
|
@@ -12838,7 +12849,7 @@ function Cv(e, t, n, o, i, r) {
|
|
12838
12849
|
"aria-live": "assertive",
|
12839
12850
|
class: T({ "no-padding": !n.useDefaultPadding })
|
12840
12851
|
}, [
|
12841
|
-
|
12852
|
+
H(e.$slots, "tab-content-" + (c - 1))
|
12842
12853
|
], 2)), [
|
12843
12854
|
[ze, i.showTab === c - 1]
|
12844
12855
|
])), 128)) : (d(), h("div", wv, [
|
@@ -12883,6 +12894,13 @@ const aR = /* @__PURE__ */ N(pv, [["render", Cv]]), _v = {
|
|
12883
12894
|
type: String,
|
12884
12895
|
required: !0
|
12885
12896
|
},
|
12897
|
+
/**
|
12898
|
+
* specify class for inner content
|
12899
|
+
*/
|
12900
|
+
innerClass: {
|
12901
|
+
type: String,
|
12902
|
+
required: !1
|
12903
|
+
},
|
12886
12904
|
/**
|
12887
12905
|
* text-alignment for paragraph/continuous text
|
12888
12906
|
*
|
@@ -12988,7 +13006,7 @@ function Ev(e, t, n, o, i, r) {
|
|
12988
13006
|
key: 1,
|
12989
13007
|
innerHTML: n.htmlContent
|
12990
13008
|
}, null, 8, vv)) : p("", !0),
|
12991
|
-
|
13009
|
+
H(e.$slots, "default")
|
12992
13010
|
], 2),
|
12993
13011
|
e.editModeContext ? (d(), S(c, {
|
12994
13012
|
key: 2,
|
@@ -13602,10 +13620,10 @@ function Mo(e, t, n) {
|
|
13602
13620
|
if (E.endsWith(x, "{}"))
|
13603
13621
|
x = o ? x : x.slice(0, -2), g = JSON.stringify(g);
|
13604
13622
|
else if (E.isArray(g) && bT(g) || (E.isFileList(g) || E.endsWith(x, "[]")) && (k = E.toArray(g)))
|
13605
|
-
return x = Qu(x), k.forEach(function(v,
|
13623
|
+
return x = Qu(x), k.forEach(function(v, q) {
|
13606
13624
|
!(E.isUndefined(v) || v === null) && t.append(
|
13607
13625
|
// eslint-disable-next-line no-nested-ternary
|
13608
|
-
s === !0 ? ll([x],
|
13626
|
+
s === !0 ? ll([x], q, r) : s === null ? x : x + "[]",
|
13609
13627
|
l(v)
|
13610
13628
|
);
|
13611
13629
|
}), !1;
|
@@ -14492,24 +14510,24 @@ const YT = async (e) => {
|
|
14492
14510
|
withCredentials: f
|
14493
14511
|
});
|
14494
14512
|
let v = await fetch(y);
|
14495
|
-
const
|
14496
|
-
if (cr && (a ||
|
14513
|
+
const q = cr && (l === "stream" || l === "response");
|
14514
|
+
if (cr && (a || q)) {
|
14497
14515
|
const C = {};
|
14498
|
-
["status", "statusText", "headers"].forEach((
|
14499
|
-
C[
|
14516
|
+
["status", "statusText", "headers"].forEach((V) => {
|
14517
|
+
C[V] = v[V];
|
14500
14518
|
});
|
14501
14519
|
const F = E.toFiniteNumber(v.headers.get("content-length"));
|
14502
14520
|
v = new Response(
|
14503
14521
|
hl(v.body, pl, a && ml(
|
14504
14522
|
F,
|
14505
14523
|
fo(a, !0)
|
14506
|
-
),
|
14524
|
+
), q && k, lr),
|
14507
14525
|
C
|
14508
14526
|
);
|
14509
14527
|
}
|
14510
14528
|
l = l || "text";
|
14511
14529
|
let D = await ho[E.findKey(ho, l) || "text"](v, e);
|
14512
|
-
return !
|
14530
|
+
return !q && k(), g && g(), await new Promise((C, F) => {
|
14513
14531
|
od(C, F, {
|
14514
14532
|
data: D,
|
14515
14533
|
headers: fe.from(v.headers),
|
@@ -14639,7 +14657,7 @@ function n2(e, t, n) {
|
|
14639
14657
|
const dr = {
|
14640
14658
|
assertOptions: n2,
|
14641
14659
|
validators: Rs
|
14642
|
-
},
|
14660
|
+
}, Ge = dr.validators;
|
14643
14661
|
class ot {
|
14644
14662
|
constructor(t) {
|
14645
14663
|
this.defaults = t, this.interceptors = {
|
@@ -14676,14 +14694,14 @@ class ot {
|
|
14676
14694
|
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = ut(this.defaults, n);
|
14677
14695
|
const { transitional: o, paramsSerializer: i, headers: r } = n;
|
14678
14696
|
o !== void 0 && dr.assertOptions(o, {
|
14679
|
-
silentJSONParsing:
|
14680
|
-
forcedJSONParsing:
|
14681
|
-
clarifyTimeoutError:
|
14697
|
+
silentJSONParsing: Ge.transitional(Ge.boolean),
|
14698
|
+
forcedJSONParsing: Ge.transitional(Ge.boolean),
|
14699
|
+
clarifyTimeoutError: Ge.transitional(Ge.boolean)
|
14682
14700
|
}, !1), i != null && (E.isFunction(i) ? n.paramsSerializer = {
|
14683
14701
|
serialize: i
|
14684
14702
|
} : dr.assertOptions(i, {
|
14685
|
-
encode:
|
14686
|
-
serialize:
|
14703
|
+
encode: Ge.function,
|
14704
|
+
serialize: Ge.function
|
14687
14705
|
}, !0)), n.method = (n.method || this.defaults.method || "get").toLowerCase();
|
14688
14706
|
let s = r && E.merge(
|
14689
14707
|
r.common,
|
@@ -15528,7 +15546,7 @@ function M2(e, t, n, o, i, r) {
|
|
15528
15546
|
title: e.getMessage("upload_form.labeltext.remove_all_files_from_list"),
|
15529
15547
|
onClick: t[0] || (t[0] = M((...u) => r.cancelUpload && r.cancelUpload(...u), ["prevent"]))
|
15530
15548
|
}, [
|
15531
|
-
P(c, J(
|
15549
|
+
P(c, J(Ye(n.iconDelete)), null, 16)
|
15532
15550
|
], 8, d2),
|
15533
15551
|
w("span", null, [
|
15534
15552
|
$(_(i.listOfFiles.length) + " ", 1),
|
@@ -15573,7 +15591,7 @@ function M2(e, t, n, o, i, r) {
|
|
15573
15591
|
title: e.getMessage("upload_form.labeltext.remove_file_from_list", u.file.name),
|
15574
15592
|
onClick: M((b) => r.removeFile(f), ["prevent"])
|
15575
15593
|
}, [
|
15576
|
-
P(c, J(
|
15594
|
+
P(c, J(Ye(n.iconDelete)), null, 16)
|
15577
15595
|
], 8, y2),
|
15578
15596
|
w("span", {
|
15579
15597
|
class: T([
|
@@ -15722,14 +15740,14 @@ function M2(e, t, n, o, i, r) {
|
|
15722
15740
|
disabled: i.listOfFiles.length === 0 || n.maxTotalUploadSize > 0 && r.totalSize > n.maxTotalUploadSize || i.uploadInitiated,
|
15723
15741
|
onClick: t[5] || (t[5] = (...u) => r.uploadFiles && r.uploadFiles(...u))
|
15724
15742
|
}, [
|
15725
|
-
P(c, J(
|
15743
|
+
P(c, J(Ye(n.iconUpload)), null, 16),
|
15726
15744
|
i.listOfFiles.length === 1 || !n.allowMultipleFileUploads ? (d(), h("span", I2, _(e.getMessage("upload_form.buttontext.upload_file")), 1)) : (d(), h("span", F2, _(e.getMessage("upload_form.buttontext.upload_files")), 1))
|
15727
15745
|
], 10, L2),
|
15728
15746
|
w("button", {
|
15729
15747
|
class: T(["button", { disabled: i.listOfFiles.length === 0 }]),
|
15730
15748
|
onClick: t[6] || (t[6] = (...u) => r.cancel && r.cancel(...u))
|
15731
15749
|
}, [
|
15732
|
-
P(c, J(
|
15750
|
+
P(c, J(Ye(n.iconCancel)), null, 16),
|
15733
15751
|
w("span", null, _(e.getMessage("upload_form.buttontext.cancel")), 1)
|
15734
15752
|
], 2)
|
15735
15753
|
])
|
@@ -15747,7 +15765,7 @@ function M2(e, t, n, o, i, r) {
|
|
15747
15765
|
title: r.totalBytesUploaded
|
15748
15766
|
}, null, 8, R2)
|
15749
15767
|
])) : p("", !0),
|
15750
|
-
|
15768
|
+
H(e.$slots, "default", {}, () => [
|
15751
15769
|
n.enableDragAndDrop ? (d(), h(O, { key: 1 }, [
|
15752
15770
|
w("span", null, _(e.getMessage("upload_form.drag_and_drop_file_here")), 1),
|
15753
15771
|
P(c, {
|
@@ -15903,18 +15921,18 @@ function q2(e, t, n, o, i, r) {
|
|
15903
15921
|
id: n.anchorId
|
15904
15922
|
}, [
|
15905
15923
|
n.cmdHeadline ? (d(), S(s, J(j({ key: 0 }, n.cmdHeadline)), null, 16)) : p("", !0),
|
15906
|
-
r.oneSlotItem() ?
|
15924
|
+
r.oneSlotItem() ? H(e.$slots, "default", { key: 1 }) : (d(), h("div", {
|
15907
15925
|
key: 2,
|
15908
15926
|
class: T(r.setInnerClass)
|
15909
15927
|
}, [
|
15910
|
-
|
15928
|
+
H(e.$slots, "default")
|
15911
15929
|
], 2))
|
15912
15930
|
], 10, D2)) : (d(), h(O, { key: 1 }, [
|
15913
15931
|
n.anchorId ? (d(), h("a", {
|
15914
15932
|
key: 0,
|
15915
15933
|
id: n.anchorId
|
15916
15934
|
}, null, 8, N2)) : p("", !0),
|
15917
|
-
|
15935
|
+
H(e.$slots, "default")
|
15918
15936
|
], 64))
|
15919
15937
|
], 2);
|
15920
15938
|
}
|
@@ -15958,11 +15976,11 @@ const dR = /* @__PURE__ */ N(j2, [["render", q2]]), V2 = {
|
|
15958
15976
|
function z2(e, t, n, o, i, r) {
|
15959
15977
|
const s = c0, a = My, c = $x;
|
15960
15978
|
return r.contactFormOnly ? (d(), S(s, J(j({ key: 0 }, e.basicForm)), null, 16)) : (d(), h("div", H2, [
|
15961
|
-
P(s, J(
|
15979
|
+
P(s, J(Ye(e.basicForm)), null, 16),
|
15962
15980
|
w("div", U2, [
|
15963
15981
|
n.cmdAddressData ? (d(), S(a, J(j({ key: 0 }, n.cmdAddressData)), null, 16)) : p("", !0),
|
15964
15982
|
n.cmdGoogleMaps ? (d(), S(c, J(j({ key: 1 }, n.cmdGoogleMaps)), null, 16)) : p("", !0),
|
15965
|
-
|
15983
|
+
H(e.$slots, "additional-info")
|
15966
15984
|
])
|
15967
15985
|
]));
|
15968
15986
|
}
|
@@ -15979,7 +15997,7 @@ function J2(e, t, n, o, i, r) {
|
|
15979
15997
|
const s = pw, a = Cw;
|
15980
15998
|
return d(), h("div", G2, [
|
15981
15999
|
(d(!0), h(O, null, G(n.segments, (c, l) => (d(), h(O, { key: l }, [
|
15982
|
-
P(a, J(
|
16000
|
+
P(a, J(Ye(c)), {
|
15983
16001
|
default: W((u) => [
|
15984
16002
|
(d(!0), h(O, null, G(c.boxes, (f, b) => (d(), S(s, j({
|
15985
16003
|
"use-slots": ["box-body"],
|
@@ -15995,7 +16013,7 @@ function J2(e, t, n, o, i, r) {
|
|
15995
16013
|
]),
|
15996
16014
|
_: 2
|
15997
16015
|
}, 1040),
|
15998
|
-
|
16016
|
+
H(e.$slots, "multiple-box-wrapper-slot-${index}")
|
15999
16017
|
], 64))), 128))
|
16000
16018
|
]);
|
16001
16019
|
}
|
@@ -16018,7 +16036,7 @@ function X2(e, t, n, o, i, r) {
|
|
16018
16036
|
largeIcons: a.largeIcons,
|
16019
16037
|
cmdHeadline: a.headline
|
16020
16038
|
}, null, 8, ["links", "orientation", "largeIcons", "cmdHeadline"]),
|
16021
|
-
|
16039
|
+
H(e.$slots, "multiple-lists-of-links-slot-${index}")
|
16022
16040
|
], 64))), 128))
|
16023
16041
|
]);
|
16024
16042
|
}
|
@@ -16639,7 +16657,7 @@ function AS(e, t, n, o) {
|
|
16639
16657
|
C.status === "pending" && (C.status = "aborted");
|
16640
16658
|
}), b = [];
|
16641
16659
|
}
|
16642
|
-
function
|
16660
|
+
function q(C, F, V) {
|
16643
16661
|
const ee = F !== "success";
|
16644
16662
|
switch (b = b.filter((z) => z !== C), c) {
|
16645
16663
|
case "pending":
|
@@ -16652,11 +16670,11 @@ function AS(e, t, n, o) {
|
|
16652
16670
|
return;
|
16653
16671
|
}
|
16654
16672
|
if (F === "abort") {
|
16655
|
-
u =
|
16673
|
+
u = V, R();
|
16656
16674
|
return;
|
16657
16675
|
}
|
16658
16676
|
if (ee) {
|
16659
|
-
u =
|
16677
|
+
u = V, b.length || (s.length ? D() : R());
|
16660
16678
|
return;
|
16661
16679
|
}
|
16662
16680
|
if (g(), v(), !e.random) {
|
@@ -16664,7 +16682,7 @@ function AS(e, t, n, o) {
|
|
16664
16682
|
z !== -1 && z !== e.index && (e.index = z);
|
16665
16683
|
}
|
16666
16684
|
c = "completed", m.forEach((z) => {
|
16667
|
-
z(
|
16685
|
+
z(V);
|
16668
16686
|
});
|
16669
16687
|
}
|
16670
16688
|
function D() {
|
@@ -16685,8 +16703,8 @@ function AS(e, t, n, o) {
|
|
16685
16703
|
const F = {
|
16686
16704
|
status: "pending",
|
16687
16705
|
resource: C,
|
16688
|
-
callback: (
|
16689
|
-
|
16706
|
+
callback: (V, ee) => {
|
16707
|
+
q(F, V, ee);
|
16690
16708
|
}
|
16691
16709
|
};
|
16692
16710
|
b.push(F), l++, f = setTimeout(D, e.rotate), n(C, t, F.callback);
|
@@ -18760,24 +18778,24 @@ const SO = async (e) => {
|
|
18760
18778
|
withCredentials: f
|
18761
18779
|
});
|
18762
18780
|
let v = await fetch(y);
|
18763
|
-
const
|
18764
|
-
if (Tr && (a ||
|
18781
|
+
const q = Tr && (l === "stream" || l === "response");
|
18782
|
+
if (Tr && (a || q)) {
|
18765
18783
|
const C = {};
|
18766
|
-
["status", "statusText", "headers"].forEach((
|
18767
|
-
C[
|
18784
|
+
["status", "statusText", "headers"].forEach((V) => {
|
18785
|
+
C[V] = v[V];
|
18768
18786
|
});
|
18769
18787
|
const F = A.toFiniteNumber(v.headers.get("content-length"));
|
18770
18788
|
v = new Response(
|
18771
18789
|
ql(v.body, Hl, a && Vl(
|
18772
18790
|
F,
|
18773
18791
|
po(a, !0)
|
18774
|
-
),
|
18792
|
+
), q && k, vr),
|
18775
18793
|
C
|
18776
18794
|
);
|
18777
18795
|
}
|
18778
18796
|
l = l || "text";
|
18779
18797
|
let D = await go[A.findKey(go, l) || "text"](v, e);
|
18780
|
-
return !
|
18798
|
+
return !q && k(), g && g(), await new Promise((C, F) => {
|
18781
18799
|
Hd(C, F, {
|
18782
18800
|
data: D,
|
18783
18801
|
headers: he.from(v.headers),
|
@@ -18907,7 +18925,7 @@ function AO(e, t, n) {
|
|
18907
18925
|
const kr = {
|
18908
18926
|
assertOptions: AO,
|
18909
18927
|
validators: Gs
|
18910
|
-
},
|
18928
|
+
}, Je = kr.validators;
|
18911
18929
|
class it {
|
18912
18930
|
constructor(t) {
|
18913
18931
|
this.defaults = t, this.interceptors = {
|
@@ -18944,14 +18962,14 @@ class it {
|
|
18944
18962
|
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = ft(this.defaults, n);
|
18945
18963
|
const { transitional: o, paramsSerializer: i, headers: r } = n;
|
18946
18964
|
o !== void 0 && kr.assertOptions(o, {
|
18947
|
-
silentJSONParsing:
|
18948
|
-
forcedJSONParsing:
|
18949
|
-
clarifyTimeoutError:
|
18965
|
+
silentJSONParsing: Je.transitional(Je.boolean),
|
18966
|
+
forcedJSONParsing: Je.transitional(Je.boolean),
|
18967
|
+
clarifyTimeoutError: Je.transitional(Je.boolean)
|
18950
18968
|
}, !1), i != null && (A.isFunction(i) ? n.paramsSerializer = {
|
18951
18969
|
serialize: i
|
18952
18970
|
} : kr.assertOptions(i, {
|
18953
|
-
encode:
|
18954
|
-
serialize:
|
18971
|
+
encode: Je.function,
|
18972
|
+
serialize: Je.function
|
18955
18973
|
}, !0)), n.method = (n.method || this.defaults.method || "get").toLowerCase();
|
18956
18974
|
let s = r && A.merge(
|
18957
18975
|
r.common,
|
@@ -19795,7 +19813,7 @@ function uE(e, t, n, o) {
|
|
19795
19813
|
C.status === "pending" && (C.status = "aborted");
|
19796
19814
|
}), b = [];
|
19797
19815
|
}
|
19798
|
-
function
|
19816
|
+
function q(C, F, V) {
|
19799
19817
|
const ee = F !== "success";
|
19800
19818
|
switch (b = b.filter((z) => z !== C), c) {
|
19801
19819
|
case "pending":
|
@@ -19808,11 +19826,11 @@ function uE(e, t, n, o) {
|
|
19808
19826
|
return;
|
19809
19827
|
}
|
19810
19828
|
if (F === "abort") {
|
19811
|
-
u =
|
19829
|
+
u = V, R();
|
19812
19830
|
return;
|
19813
19831
|
}
|
19814
19832
|
if (ee) {
|
19815
|
-
u =
|
19833
|
+
u = V, b.length || (s.length ? D() : R());
|
19816
19834
|
return;
|
19817
19835
|
}
|
19818
19836
|
if (g(), v(), !e.random) {
|
@@ -19820,7 +19838,7 @@ function uE(e, t, n, o) {
|
|
19820
19838
|
z !== -1 && z !== e.index && (e.index = z);
|
19821
19839
|
}
|
19822
19840
|
c = "completed", m.forEach((z) => {
|
19823
|
-
z(
|
19841
|
+
z(V);
|
19824
19842
|
});
|
19825
19843
|
}
|
19826
19844
|
function D() {
|
@@ -19841,8 +19859,8 @@ function uE(e, t, n, o) {
|
|
19841
19859
|
const F = {
|
19842
19860
|
status: "pending",
|
19843
19861
|
resource: C,
|
19844
|
-
callback: (
|
19845
|
-
|
19862
|
+
callback: (V, ee) => {
|
19863
|
+
q(F, V, ee);
|
19846
19864
|
}
|
19847
19865
|
};
|
19848
19866
|
b.push(F), l++, f = setTimeout(D, e.rotate), n(C, t, F.callback);
|
@@ -21915,24 +21933,24 @@ const sA = async (e) => {
|
|
21915
21933
|
withCredentials: f
|
21916
21934
|
});
|
21917
21935
|
let v = await fetch(y);
|
21918
|
-
const
|
21919
|
-
if (Nr && (a ||
|
21936
|
+
const q = Nr && (l === "stream" || l === "response");
|
21937
|
+
if (Nr && (a || q)) {
|
21920
21938
|
const C = {};
|
21921
|
-
["status", "statusText", "headers"].forEach((
|
21922
|
-
C[
|
21939
|
+
["status", "statusText", "headers"].forEach((V) => {
|
21940
|
+
C[V] = v[V];
|
21923
21941
|
});
|
21924
21942
|
const F = B.toFiniteNumber(v.headers.get("content-length"));
|
21925
21943
|
v = new Response(
|
21926
21944
|
hc(v.body, pc, a && mc(
|
21927
21945
|
F,
|
21928
21946
|
bo(a, !0)
|
21929
|
-
),
|
21947
|
+
), q && k, Dr),
|
21930
21948
|
C
|
21931
21949
|
);
|
21932
21950
|
}
|
21933
21951
|
l = l || "text";
|
21934
21952
|
let D = await wo[B.findKey(wo, l) || "text"](v, e);
|
21935
|
-
return !
|
21953
|
+
return !q && k(), g && g(), await new Promise((C, F) => {
|
21936
21954
|
Ef(C, F, {
|
21937
21955
|
data: D,
|
21938
21956
|
headers: me.from(v.headers),
|
@@ -22062,7 +22080,7 @@ function uA(e, t, n) {
|
|
22062
22080
|
const Vr = {
|
22063
22081
|
assertOptions: uA,
|
22064
22082
|
validators: oa
|
22065
|
-
},
|
22083
|
+
}, Ke = Vr.validators;
|
22066
22084
|
class rt {
|
22067
22085
|
constructor(t) {
|
22068
22086
|
this.defaults = t, this.interceptors = {
|
@@ -22099,14 +22117,14 @@ class rt {
|
|
22099
22117
|
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = mt(this.defaults, n);
|
22100
22118
|
const { transitional: o, paramsSerializer: i, headers: r } = n;
|
22101
22119
|
o !== void 0 && Vr.assertOptions(o, {
|
22102
|
-
silentJSONParsing:
|
22103
|
-
forcedJSONParsing:
|
22104
|
-
clarifyTimeoutError:
|
22120
|
+
silentJSONParsing: Ke.transitional(Ke.boolean),
|
22121
|
+
forcedJSONParsing: Ke.transitional(Ke.boolean),
|
22122
|
+
clarifyTimeoutError: Ke.transitional(Ke.boolean)
|
22105
22123
|
}, !1), i != null && (B.isFunction(i) ? n.paramsSerializer = {
|
22106
22124
|
serialize: i
|
22107
22125
|
} : Vr.assertOptions(i, {
|
22108
|
-
encode:
|
22109
|
-
serialize:
|
22126
|
+
encode: Ke.function,
|
22127
|
+
serialize: Ke.function
|
22110
22128
|
}, !0)), n.method = (n.method || this.defaults.method || "get").toLowerCase();
|
22111
22129
|
let s = r && B.merge(
|
22112
22130
|
r.common,
|
@@ -22950,7 +22968,7 @@ function WA(e, t, n, o) {
|
|
22950
22968
|
C.status === "pending" && (C.status = "aborted");
|
22951
22969
|
}), b = [];
|
22952
22970
|
}
|
22953
|
-
function
|
22971
|
+
function q(C, F, V) {
|
22954
22972
|
const ee = F !== "success";
|
22955
22973
|
switch (b = b.filter((z) => z !== C), c) {
|
22956
22974
|
case "pending":
|
@@ -22963,11 +22981,11 @@ function WA(e, t, n, o) {
|
|
22963
22981
|
return;
|
22964
22982
|
}
|
22965
22983
|
if (F === "abort") {
|
22966
|
-
u =
|
22984
|
+
u = V, R();
|
22967
22985
|
return;
|
22968
22986
|
}
|
22969
22987
|
if (ee) {
|
22970
|
-
u =
|
22988
|
+
u = V, b.length || (s.length ? D() : R());
|
22971
22989
|
return;
|
22972
22990
|
}
|
22973
22991
|
if (g(), v(), !e.random) {
|
@@ -22975,7 +22993,7 @@ function WA(e, t, n, o) {
|
|
22975
22993
|
z !== -1 && z !== e.index && (e.index = z);
|
22976
22994
|
}
|
22977
22995
|
c = "completed", m.forEach((z) => {
|
22978
|
-
z(
|
22996
|
+
z(V);
|
22979
22997
|
});
|
22980
22998
|
}
|
22981
22999
|
function D() {
|
@@ -22996,8 +23014,8 @@ function WA(e, t, n, o) {
|
|
22996
23014
|
const F = {
|
22997
23015
|
status: "pending",
|
22998
23016
|
resource: C,
|
22999
|
-
callback: (
|
23000
|
-
|
23017
|
+
callback: (V, ee) => {
|
23018
|
+
q(F, V, ee);
|
23001
23019
|
}
|
23002
23020
|
};
|
23003
23021
|
b.push(F), l++, f = setTimeout(D, e.rotate), n(C, t, F.callback);
|
@@ -25070,24 +25088,24 @@ const VL = async (e) => {
|
|
25070
25088
|
withCredentials: f
|
25071
25089
|
});
|
25072
25090
|
let v = await fetch(y);
|
25073
|
-
const
|
25074
|
-
if (es && (a ||
|
25091
|
+
const q = es && (l === "stream" || l === "response");
|
25092
|
+
if (es && (a || q)) {
|
25075
25093
|
const C = {};
|
25076
|
-
["status", "statusText", "headers"].forEach((
|
25077
|
-
C[
|
25094
|
+
["status", "statusText", "headers"].forEach((V) => {
|
25095
|
+
C[V] = v[V];
|
25078
25096
|
});
|
25079
25097
|
const F = L.toFiniteNumber(v.headers.get("content-length"));
|
25080
25098
|
v = new Response(
|
25081
25099
|
qc(v.body, Hc, a && Vc(
|
25082
25100
|
F,
|
25083
25101
|
Co(a, !0)
|
25084
|
-
),
|
25102
|
+
), q && k, $r),
|
25085
25103
|
C
|
25086
25104
|
);
|
25087
25105
|
}
|
25088
25106
|
l = l || "text";
|
25089
25107
|
let D = await _o[L.findKey(_o, l) || "text"](v, e);
|
25090
|
-
return !
|
25108
|
+
return !q && k(), g && g(), await new Promise((C, F) => {
|
25091
25109
|
hh(C, F, {
|
25092
25110
|
data: D,
|
25093
25111
|
headers: pe.from(v.headers),
|
@@ -25217,7 +25235,7 @@ function WL(e, t, n) {
|
|
25217
25235
|
const ns = {
|
25218
25236
|
assertOptions: WL,
|
25219
25237
|
validators: ma
|
25220
|
-
},
|
25238
|
+
}, Ze = ns.validators;
|
25221
25239
|
class st {
|
25222
25240
|
constructor(t) {
|
25223
25241
|
this.defaults = t, this.interceptors = {
|
@@ -25254,14 +25272,14 @@ class st {
|
|
25254
25272
|
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = gt(this.defaults, n);
|
25255
25273
|
const { transitional: o, paramsSerializer: i, headers: r } = n;
|
25256
25274
|
o !== void 0 && ns.assertOptions(o, {
|
25257
|
-
silentJSONParsing:
|
25258
|
-
forcedJSONParsing:
|
25259
|
-
clarifyTimeoutError:
|
25275
|
+
silentJSONParsing: Ze.transitional(Ze.boolean),
|
25276
|
+
forcedJSONParsing: Ze.transitional(Ze.boolean),
|
25277
|
+
clarifyTimeoutError: Ze.transitional(Ze.boolean)
|
25260
25278
|
}, !1), i != null && (L.isFunction(i) ? n.paramsSerializer = {
|
25261
25279
|
serialize: i
|
25262
25280
|
} : ns.assertOptions(i, {
|
25263
|
-
encode:
|
25264
|
-
serialize:
|
25281
|
+
encode: Ze.function,
|
25282
|
+
serialize: Ze.function
|
25265
25283
|
}, !0)), n.method = (n.method || this.defaults.method || "get").toLowerCase();
|
25266
25284
|
let s = r && L.merge(
|
25267
25285
|
r.common,
|
@@ -26105,7 +26123,7 @@ function kI(e, t, n, o) {
|
|
26105
26123
|
C.status === "pending" && (C.status = "aborted");
|
26106
26124
|
}), b = [];
|
26107
26125
|
}
|
26108
|
-
function
|
26126
|
+
function q(C, F, V) {
|
26109
26127
|
const ee = F !== "success";
|
26110
26128
|
switch (b = b.filter((z) => z !== C), c) {
|
26111
26129
|
case "pending":
|
@@ -26118,11 +26136,11 @@ function kI(e, t, n, o) {
|
|
26118
26136
|
return;
|
26119
26137
|
}
|
26120
26138
|
if (F === "abort") {
|
26121
|
-
u =
|
26139
|
+
u = V, R();
|
26122
26140
|
return;
|
26123
26141
|
}
|
26124
26142
|
if (ee) {
|
26125
|
-
u =
|
26143
|
+
u = V, b.length || (s.length ? D() : R());
|
26126
26144
|
return;
|
26127
26145
|
}
|
26128
26146
|
if (g(), v(), !e.random) {
|
@@ -26130,7 +26148,7 @@ function kI(e, t, n, o) {
|
|
26130
26148
|
z !== -1 && z !== e.index && (e.index = z);
|
26131
26149
|
}
|
26132
26150
|
c = "completed", m.forEach((z) => {
|
26133
|
-
z(
|
26151
|
+
z(V);
|
26134
26152
|
});
|
26135
26153
|
}
|
26136
26154
|
function D() {
|
@@ -26151,8 +26169,8 @@ function kI(e, t, n, o) {
|
|
26151
26169
|
const F = {
|
26152
26170
|
status: "pending",
|
26153
26171
|
resource: C,
|
26154
|
-
callback: (
|
26155
|
-
|
26172
|
+
callback: (V, ee) => {
|
26173
|
+
q(F, V, ee);
|
26156
26174
|
}
|
26157
26175
|
};
|
26158
26176
|
b.push(F), l++, f = setTimeout(D, e.rotate), n(C, t, F.callback);
|
@@ -28225,24 +28243,24 @@ const _P = async (e) => {
|
|
28225
28243
|
withCredentials: f
|
28226
28244
|
});
|
28227
28245
|
let v = await fetch(y);
|
28228
|
-
const
|
28229
|
-
if (ps && (a ||
|
28246
|
+
const q = ps && (l === "stream" || l === "response");
|
28247
|
+
if (ps && (a || q)) {
|
28230
28248
|
const C = {};
|
28231
|
-
["status", "statusText", "headers"].forEach((
|
28232
|
-
C[
|
28249
|
+
["status", "statusText", "headers"].forEach((V) => {
|
28250
|
+
C[V] = v[V];
|
28233
28251
|
});
|
28234
28252
|
const F = I.toFiniteNumber(v.headers.get("content-length"));
|
28235
28253
|
v = new Response(
|
28236
28254
|
hu(v.body, pu, a && mu(
|
28237
28255
|
F,
|
28238
28256
|
To(a, !0)
|
28239
|
-
),
|
28257
|
+
), q && k, ms),
|
28240
28258
|
C
|
28241
28259
|
);
|
28242
28260
|
}
|
28243
28261
|
l = l || "text";
|
28244
28262
|
let D = await So[I.findKey(So, l) || "text"](v, e);
|
28245
|
-
return !
|
28263
|
+
return !q && k(), g && g(), await new Promise((C, F) => {
|
28246
28264
|
Yh(C, F, {
|
28247
28265
|
data: D,
|
28248
28266
|
headers: ge.from(v.headers),
|
@@ -28372,7 +28390,7 @@ function kP(e, t, n) {
|
|
28372
28390
|
const ys = {
|
28373
28391
|
assertOptions: kP,
|
28374
28392
|
validators: Sa
|
28375
|
-
},
|
28393
|
+
}, Xe = ys.validators;
|
28376
28394
|
class at {
|
28377
28395
|
constructor(t) {
|
28378
28396
|
this.defaults = t, this.interceptors = {
|
@@ -28409,14 +28427,14 @@ class at {
|
|
28409
28427
|
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = bt(this.defaults, n);
|
28410
28428
|
const { transitional: o, paramsSerializer: i, headers: r } = n;
|
28411
28429
|
o !== void 0 && ys.assertOptions(o, {
|
28412
|
-
silentJSONParsing:
|
28413
|
-
forcedJSONParsing:
|
28414
|
-
clarifyTimeoutError:
|
28430
|
+
silentJSONParsing: Xe.transitional(Xe.boolean),
|
28431
|
+
forcedJSONParsing: Xe.transitional(Xe.boolean),
|
28432
|
+
clarifyTimeoutError: Xe.transitional(Xe.boolean)
|
28415
28433
|
}, !1), i != null && (I.isFunction(i) ? n.paramsSerializer = {
|
28416
28434
|
serialize: i
|
28417
28435
|
} : ys.assertOptions(i, {
|
28418
|
-
encode:
|
28419
|
-
serialize:
|
28436
|
+
encode: Xe.function,
|
28437
|
+
serialize: Xe.function
|
28420
28438
|
}, !0)), n.method = (n.method || this.defaults.method || "get").toLowerCase();
|
28421
28439
|
let s = r && I.merge(
|
28422
28440
|
r.common,
|