comand-component-library 4.1.93 → 4.1.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/comand-component-library.js +670 -668
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/assets/data/listOfComponents.json +1 -0
- package/src/index.js +3 -2
@@ -1,7 +1,7 @@
|
|
1
1
|
var Hl = Object.defineProperty;
|
2
2
|
var ql = (e, t, n) => t in e ? Hl(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
3
3
|
var Je = (e, t, n) => ql(e, typeof t != "symbol" ? t + "" : t, n);
|
4
|
-
import { defineComponent as hi, h as Fn, resolveComponent as we, openBlock as a, createBlock as v, normalizeClass as x, createElementBlock as r, getCurrentInstance as Rl, resolveDynamicComponent as Me, withModifiers as S, withCtx as k, withDirectives as ne, createElementVNode as o, createVNode as p, createCommentVNode as m, vShow as xe, Fragment as _, toDisplayString as y, renderSlot as A, normalizeProps as j, mergeProps as I, createTextVNode as H, renderList as q, Transition as Ae, toHandlers as zt, TransitionGroup as dn, createApp as jl, normalizeStyle as xt, guardReactiveProps as Ve, useCssVars as gi, vModelDynamic as Nl, vModelText as Gt, resolveDirective as Ul, vModelSelect as zl, vModelRadio as At,
|
4
|
+
import { defineComponent as hi, h as Fn, resolveComponent as we, openBlock as a, createBlock as v, normalizeClass as x, createElementBlock as r, getCurrentInstance as Rl, resolveDynamicComponent as Me, withModifiers as S, withCtx as k, withDirectives as ne, createElementVNode as o, createVNode as p, createCommentVNode as m, vShow as xe, Fragment as _, toDisplayString as y, renderSlot as A, normalizeProps as j, mergeProps as I, createTextVNode as H, renderList as q, Transition as Ae, toHandlers as zt, TransitionGroup as dn, createApp as jl, normalizeStyle as xt, guardReactiveProps as Ve, useCssVars as gi, vModelDynamic as Nl, vModelText as Gt, resolveDirective as Ul, vModelSelect as zl, vModelRadio as At, onBeforeUpdate as Gl, onMounted as Wl, onUnmounted as Kl, reactive as Yl } from "vue";
|
5
5
|
const $e = /^[a-z0-9]+(-[a-z0-9]+)*$/, kt = (e, t, n, s = "") => {
|
6
6
|
const i = e.split(":");
|
7
7
|
if (e.slice(0, 1) === "@") {
|
@@ -8642,6 +8642,32 @@ function Jc(e, t, n, s, i, l) {
|
|
8642
8642
|
], 10, Ic);
|
8643
8643
|
}
|
8644
8644
|
const Ui = /* @__PURE__ */ M(Lc, [["render", Jc]]), Zc = {
|
8645
|
+
name: "CmdFlexibleScrollContainer",
|
8646
|
+
/**
|
8647
|
+
* put fixed container to bottom
|
8648
|
+
*
|
8649
|
+
* @affectLayout: true
|
8650
|
+
*/
|
8651
|
+
props: {
|
8652
|
+
fixedContainerAtBottom: {
|
8653
|
+
type: Boolean,
|
8654
|
+
default: !1
|
8655
|
+
}
|
8656
|
+
}
|
8657
|
+
}, Qc = { class: "fixed-wrapper" }, Xc = { class: "scroll-wrapper" };
|
8658
|
+
function $c(e, t, n, s, i, l) {
|
8659
|
+
return a(), r("div", {
|
8660
|
+
class: x(["cmd-flexible-scroll-container flexible-scroll-container", { "reverse-order": n.fixedContainerAtBottom }])
|
8661
|
+
}, [
|
8662
|
+
o("div", Qc, [
|
8663
|
+
A(e.$slots, "fixed-wrapper")
|
8664
|
+
]),
|
8665
|
+
o("div", Xc, [
|
8666
|
+
A(e.$slots, "scroll-wrapper")
|
8667
|
+
])
|
8668
|
+
], 2);
|
8669
|
+
}
|
8670
|
+
const em = /* @__PURE__ */ M(Zc, [["render", $c]]), tm = {
|
8645
8671
|
name: "CmdFormFilters",
|
8646
8672
|
data() {
|
8647
8673
|
return {
|
@@ -8717,14 +8743,14 @@ const Ui = /* @__PURE__ */ M(Lc, [["render", Jc]]), Zc = {
|
|
8717
8743
|
deep: !0
|
8718
8744
|
}
|
8719
8745
|
}
|
8720
|
-
},
|
8746
|
+
}, nm = {
|
8721
8747
|
key: 0,
|
8722
8748
|
class: "cmd-form-filters"
|
8723
|
-
},
|
8724
|
-
function
|
8749
|
+
}, im = { key: 0 }, lm = { key: 1 }, om = ["onClick", "title"];
|
8750
|
+
function am(e, t, n, s, i, l) {
|
8725
8751
|
const d = W;
|
8726
|
-
return i.options.length ? (a(), r("ul",
|
8727
|
-
i.options.length > 1 ? (a(), r("li",
|
8752
|
+
return i.options.length ? (a(), r("ul", nm, [
|
8753
|
+
i.options.length > 1 ? (a(), r("li", im, [
|
8728
8754
|
o("a", {
|
8729
8755
|
href: "#",
|
8730
8756
|
onClick: t[0] || (t[0] = S((...u) => l.deleteAllFilters && l.deleteAllFilters(...u), ["prevent"]))
|
@@ -8734,7 +8760,7 @@ function tm(e, t, n, s, i, l) {
|
|
8734
8760
|
iconClass: n.linkDeleteAllFilters.icon.iconClass,
|
8735
8761
|
title: n.linkDeleteAllFilters.icon.tooltip
|
8736
8762
|
}, null, 8, ["iconClass", "title"])) : m("", !0),
|
8737
|
-
n.linkDeleteAllFilters.text ? (a(), r("span",
|
8763
|
+
n.linkDeleteAllFilters.text ? (a(), r("span", lm, y(n.linkDeleteAllFilters.text), 1)) : m("", !0)
|
8738
8764
|
])
|
8739
8765
|
])) : m("", !0),
|
8740
8766
|
(a(!0), r(_, null, q(i.options, (u, c) => (a(), r("li", { key: c }, [
|
@@ -8748,11 +8774,11 @@ function tm(e, t, n, s, i, l) {
|
|
8748
8774
|
iconClass: n.deleteFilterIcon.iconClass,
|
8749
8775
|
type: n.deleteFilterIcon.iconType
|
8750
8776
|
}, null, 8, ["iconClass", "type"])
|
8751
|
-
], 8,
|
8777
|
+
], 8, om)
|
8752
8778
|
]))), 128))
|
8753
8779
|
])) : m("", !0);
|
8754
8780
|
}
|
8755
|
-
const zi = /* @__PURE__ */ M(
|
8781
|
+
const zi = /* @__PURE__ */ M(tm, [["render", am]]), sm = {
|
8756
8782
|
data() {
|
8757
8783
|
return {
|
8758
8784
|
defaultMessageProperties: {
|
@@ -8762,7 +8788,7 @@ const zi = /* @__PURE__ */ M(Zc, [["render", tm]]), nm = {
|
|
8762
8788
|
};
|
8763
8789
|
}
|
8764
8790
|
}, Gi = "acceptedCookies";
|
8765
|
-
function
|
8791
|
+
function rm(e, t = 365) {
|
8766
8792
|
const n = [...Wi(), ...e].join(",");
|
8767
8793
|
let s = "";
|
8768
8794
|
const i = /* @__PURE__ */ new Date();
|
@@ -8776,11 +8802,11 @@ function Wi() {
|
|
8776
8802
|
}
|
8777
8803
|
return [];
|
8778
8804
|
}
|
8779
|
-
const
|
8805
|
+
const dm = {
|
8780
8806
|
name: "CmdGoogleMaps",
|
8781
8807
|
mixins: [
|
8782
8808
|
ce,
|
8783
|
-
|
8809
|
+
sm
|
8784
8810
|
],
|
8785
8811
|
data() {
|
8786
8812
|
return {
|
@@ -8819,7 +8845,7 @@ const lm = {
|
|
8819
8845
|
},
|
8820
8846
|
methods: {
|
8821
8847
|
acceptCookies() {
|
8822
|
-
|
8848
|
+
rm(["google-maps"]), this.cookiesAccepted = !0, this.$emit("click", this.cookiesAccepted);
|
8823
8849
|
}
|
8824
8850
|
},
|
8825
8851
|
watch: {
|
@@ -8830,16 +8856,16 @@ const lm = {
|
|
8830
8856
|
immediate: !0
|
8831
8857
|
}
|
8832
8858
|
}
|
8833
|
-
},
|
8834
|
-
function
|
8859
|
+
}, um = { class: "cmd-google-maps responsive-wrapper" }, cm = ["src"];
|
8860
|
+
function mm(e, t, n, s, i, l) {
|
8835
8861
|
const d = Ne;
|
8836
|
-
return a(), r("div",
|
8862
|
+
return a(), r("div", um, [
|
8837
8863
|
i.cookiesAccepted ? (a(), r("iframe", {
|
8838
8864
|
key: 1,
|
8839
8865
|
src: l.locateAddress,
|
8840
8866
|
loading: "lazy",
|
8841
8867
|
referrerpolicy: "no-referrer-when-downgrade"
|
8842
|
-
}, null, 8,
|
8868
|
+
}, null, 8, cm)) : (a(), v(d, {
|
8843
8869
|
key: 0,
|
8844
8870
|
validationStatus: "warning"
|
8845
8871
|
}, {
|
@@ -8854,7 +8880,7 @@ function sm(e, t, n, s, i, l) {
|
|
8854
8880
|
}))
|
8855
8881
|
]);
|
8856
8882
|
}
|
8857
|
-
const Ki = /* @__PURE__ */ M(
|
8883
|
+
const Ki = /* @__PURE__ */ M(dm, [["render", mm]]), pm = {
|
8858
8884
|
name: "CmdImageGallery",
|
8859
8885
|
mixins: [se],
|
8860
8886
|
props: {
|
@@ -8946,11 +8972,11 @@ const Ki = /* @__PURE__ */ M(lm, [["render", sm]]), rm = {
|
|
8946
8972
|
});
|
8947
8973
|
}
|
8948
8974
|
}
|
8949
|
-
},
|
8950
|
-
function
|
8975
|
+
}, fm = { class: "grid-container-create-columns cmd-image-gallery" }, hm = ["onClick", "title"];
|
8976
|
+
function gm(e, t, n, s, i, l) {
|
8951
8977
|
var c;
|
8952
8978
|
const d = J, u = ge;
|
8953
|
-
return a(), r("div",
|
8979
|
+
return a(), r("div", fm, [
|
8954
8980
|
(c = n.cmdHeadline) != null && c.headlineText || e.editModeContext ? (a(), v(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
8955
8981
|
e.editModeContext ? n.images.length ? (a(!0), r(_, { key: 2 }, q(n.images, (h, f) => (a(), v(u, {
|
8956
8982
|
key: f,
|
@@ -8979,7 +9005,7 @@ function cm(e, t, n, s, i, l) {
|
|
8979
9005
|
image: h.image,
|
8980
9006
|
figcaption: l.figcaption(h)
|
8981
9007
|
}, null, 8, ["image", "figcaption"])
|
8982
|
-
], 8,
|
9008
|
+
], 8, hm))), 128)) : (a(!0), r(_, { key: 1 }, q(n.images, (h, f) => (a(), r("div", {
|
8983
9009
|
key: `i${f}`,
|
8984
9010
|
class: "image-wrapper"
|
8985
9011
|
}, [
|
@@ -8991,7 +9017,7 @@ function cm(e, t, n, s, i, l) {
|
|
8991
9017
|
], 64))
|
8992
9018
|
]);
|
8993
9019
|
}
|
8994
|
-
const
|
9020
|
+
const ym = /* @__PURE__ */ M(pm, [["render", gm]]), bm = {
|
8995
9021
|
name: "CmdImageZoom",
|
8996
9022
|
props: {
|
8997
9023
|
/**
|
@@ -9036,10 +9062,10 @@ function Qn(e, t) {
|
|
9036
9062
|
function Xn(e, t, n) {
|
9037
9063
|
return e < t ? t : e > n ? n : e;
|
9038
9064
|
}
|
9039
|
-
const
|
9040
|
-
function
|
9065
|
+
const xm = { class: "cmd-image-zoom flex-container" }, Cm = ["title"], vm = { class: "zoom-container" };
|
9066
|
+
function wm(e, t, n, s, i, l) {
|
9041
9067
|
const d = ge;
|
9042
|
-
return a(), r("div",
|
9068
|
+
return a(), r("div", xm, [
|
9043
9069
|
o("a", {
|
9044
9070
|
href: "#",
|
9045
9071
|
class: "no-flex thumbnails-imagezoom",
|
@@ -9051,14 +9077,14 @@ function ym(e, t, n, s, i, l) {
|
|
9051
9077
|
onMousemove: l.onMouseMove,
|
9052
9078
|
onMouseout: l.onMouseOut
|
9053
9079
|
}), null, 16, ["onMouseover", "onMousemove", "onMouseout"])
|
9054
|
-
], 8,
|
9055
|
-
o("div",
|
9080
|
+
], 8, Cm),
|
9081
|
+
o("div", vm, [
|
9056
9082
|
p(d, I(n.imageLarge, { useFigureTag: !1 }), null, 16)
|
9057
9083
|
]),
|
9058
9084
|
t[0] || (t[0] = o("div", { class: "zoom-overlay" }, null, -1))
|
9059
9085
|
]);
|
9060
9086
|
}
|
9061
|
-
const
|
9087
|
+
const km = /* @__PURE__ */ M(bm, [["render", wm]]), Tm = {
|
9062
9088
|
mixins: [
|
9063
9089
|
yn,
|
9064
9090
|
bn,
|
@@ -9258,17 +9284,17 @@ const bm = /* @__PURE__ */ M(pm, [["render", ym]]), xm = {
|
|
9258
9284
|
immediate: !0
|
9259
9285
|
}
|
9260
9286
|
}
|
9261
|
-
},
|
9287
|
+
}, Sm = ["aria-labelledby"], _m = { class: "label-text" }, Om = ["id"], Lm = {
|
9262
9288
|
key: 0,
|
9263
9289
|
"aria-hidden": "true"
|
9264
|
-
},
|
9290
|
+
}, Im = ["title", "aria-errormessage", "id"], Bm = ["for"], Fm = ["type", "id", "name", "value", "disabled"], Dm = {
|
9265
9291
|
key: 1,
|
9266
9292
|
class: "label-text"
|
9267
|
-
},
|
9293
|
+
}, Mm = {
|
9268
9294
|
key: 1,
|
9269
9295
|
class: "flex-container no-flex"
|
9270
9296
|
};
|
9271
|
-
function
|
9297
|
+
function Vm(e, t, n, s, i, l) {
|
9272
9298
|
const d = W, u = gn;
|
9273
9299
|
return a(), r("div", {
|
9274
9300
|
class: x([
|
@@ -9284,11 +9310,11 @@ function Im(e, t, n, s, i, l) {
|
|
9284
9310
|
]),
|
9285
9311
|
"aria-labelledby": e.htmlId
|
9286
9312
|
}, [
|
9287
|
-
ne(o("span",
|
9313
|
+
ne(o("span", _m, [
|
9288
9314
|
o("span", { id: e.htmlId }, [
|
9289
9315
|
H(y(n.labelText), 1),
|
9290
|
-
n.required ? (a(), r("sup",
|
9291
|
-
], 8,
|
9316
|
+
n.required ? (a(), r("sup", Lm, "*")) : m("", !0)
|
9317
|
+
], 8, Om),
|
9292
9318
|
(n.required || e.inputRequirements.length > 0) && n.showStatusIcon ? (a(), r("a", {
|
9293
9319
|
key: 0,
|
9294
9320
|
href: "#",
|
@@ -9300,7 +9326,7 @@ function Im(e, t, n, s, i, l) {
|
|
9300
9326
|
id: e.tooltipId
|
9301
9327
|
}, [
|
9302
9328
|
p(d, { iconClass: e.getStatusIconClass }, null, 8, ["iconClass"])
|
9303
|
-
], 8,
|
9329
|
+
], 8, Im)) : m("", !0),
|
9304
9330
|
e.useCustomTooltip && (e.validationStatus === "" || e.validationStatus === "error") ? (a(), v(u, {
|
9305
9331
|
key: 1,
|
9306
9332
|
ref: "tooltip",
|
@@ -9317,7 +9343,7 @@ function Im(e, t, n, s, i, l) {
|
|
9317
9343
|
], 512), [
|
9318
9344
|
[xe, n.showLabel]
|
9319
9345
|
]),
|
9320
|
-
n.useSlot ? (a(), r("div",
|
9346
|
+
n.useSlot ? (a(), r("div", Mm, [
|
9321
9347
|
A(e.$slots, "default")
|
9322
9348
|
])) : (a(), r("span", {
|
9323
9349
|
key: 0,
|
@@ -9336,7 +9362,7 @@ function Im(e, t, n, s, i, l) {
|
|
9336
9362
|
"onUpdate:modelValue": t[1] || (t[1] = (f) => l.inputValue = f),
|
9337
9363
|
disabled: n.disabled,
|
9338
9364
|
class: x({ "replace-input-type": n.replaceInputType })
|
9339
|
-
}, null, 10,
|
9365
|
+
}, null, 10, Fm), [
|
9340
9366
|
[Nl, l.inputValue]
|
9341
9367
|
]),
|
9342
9368
|
n.multipleSwitch && c.iconClass ? (a(), v(d, {
|
@@ -9344,12 +9370,12 @@ function Im(e, t, n, s, i, l) {
|
|
9344
9370
|
iconClass: c.iconClass,
|
9345
9371
|
type: c.iconType
|
9346
9372
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
9347
|
-
c.labelText ? (a(), r("span",
|
9348
|
-
], 10,
|
9373
|
+
c.labelText ? (a(), r("span", Dm, y(c.labelText), 1)) : m("", !0)
|
9374
|
+
], 10, Bm))), 128))
|
9349
9375
|
], 2))
|
9350
|
-
], 10,
|
9376
|
+
], 10, Sm);
|
9351
9377
|
}
|
9352
|
-
const Yi = /* @__PURE__ */ M(
|
9378
|
+
const Yi = /* @__PURE__ */ M(Tm, [["render", Vm]]), Pm = {
|
9353
9379
|
name: "CmdLoginForm",
|
9354
9380
|
data() {
|
9355
9381
|
return {
|
@@ -9652,12 +9678,12 @@ const Yi = /* @__PURE__ */ M(xm, [["render", Im]]), Bm = {
|
|
9652
9678
|
this.modelChange();
|
9653
9679
|
}
|
9654
9680
|
}
|
9655
|
-
},
|
9656
|
-
function
|
9681
|
+
}, Am = { class: "cmd-login-form flex-container" }, Em = { class: "option-wrapper flex-container" }, Hm = { key: 1 }, qm = ["type", "disabled"], Rm = { key: 1 }, jm = { class: "cmd-login-form flex-container" }, Nm = { class: "option-wrapper flex-container" }, Um = ["type", "disabled"], zm = { key: 1 };
|
9682
|
+
function Gm(e, t, n, s, i, l) {
|
9657
9683
|
var f, g, w, b, O, T, F, B;
|
9658
9684
|
const d = J, u = ie, c = W, h = Re;
|
9659
9685
|
return a(), r(_, null, [
|
9660
|
-
ne(o("fieldset",
|
9686
|
+
ne(o("fieldset", Am, [
|
9661
9687
|
o("legend", {
|
9662
9688
|
class: x({ hidden: !n.legendLoginForm.show, "align-left": n.legendLoginForm.align === "left" })
|
9663
9689
|
}, y(n.legendLoginForm.text), 3),
|
@@ -9684,7 +9710,7 @@ function Rm(e, t, n, s, i, l) {
|
|
9684
9710
|
}), null, 16, ["modelValue"])
|
9685
9711
|
], 2),
|
9686
9712
|
A(e.$slots, "login"),
|
9687
|
-
o("div",
|
9713
|
+
o("div", Em, [
|
9688
9714
|
n.linkForgotPassword || n.linkCreateAccount ? (a(), r(_, { key: 0 }, [
|
9689
9715
|
n.linkForgotPassword ? (a(), r("a", {
|
9690
9716
|
key: 0,
|
@@ -9697,7 +9723,7 @@ function Rm(e, t, n, s, i, l) {
|
|
9697
9723
|
type: n.linkForgotPassword.icon.iconType,
|
9698
9724
|
title: n.linkForgotPassword.icon.tooltip
|
9699
9725
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
9700
|
-
n.linkForgotPassword.text ? (a(), r("span",
|
9726
|
+
n.linkForgotPassword.text ? (a(), r("span", Hm, y(n.linkForgotPassword.text), 1)) : m("", !0)
|
9701
9727
|
])) : m("", !0),
|
9702
9728
|
n.linkCreateAccount ? (a(), v(h, {
|
9703
9729
|
key: 1,
|
@@ -9725,13 +9751,13 @@ function Rm(e, t, n, s, i, l) {
|
|
9725
9751
|
type: l.buttonLoginDefaultOptions.icon.iconType,
|
9726
9752
|
title: l.buttonLoginDefaultOptions.icon.tooltip
|
9727
9753
|
}, null, 8, ["iconClass", "type", "title"])) : m("", !0),
|
9728
|
-
l.buttonLoginDefaultOptions.text ? (a(), r("span",
|
9729
|
-
], 16,
|
9754
|
+
l.buttonLoginDefaultOptions.text ? (a(), r("span", Rm, y(l.buttonLoginDefaultOptions.text), 1)) : m("", !0)
|
9755
|
+
], 16, qm)) : m("", !0)
|
9730
9756
|
])
|
9731
9757
|
], 512), [
|
9732
9758
|
[xe, !i.sendLogin]
|
9733
9759
|
]),
|
9734
|
-
ne(o("fieldset",
|
9760
|
+
ne(o("fieldset", jm, [
|
9735
9761
|
o("legend", {
|
9736
9762
|
class: x({ hidden: !n.legendForgotLoginForm.show, "align-left": n.legendForgotLoginForm.align === "left" })
|
9737
9763
|
}, y(n.legendForgotLoginForm.text), 3),
|
@@ -9745,7 +9771,7 @@ function Rm(e, t, n, s, i, l) {
|
|
9745
9771
|
"onUpdate:modelValue": t[7] || (t[7] = (D) => i.sendLoginMail = D)
|
9746
9772
|
}, l.cmdFormElementSendLoginOptions), null, 16, ["modelValue"]),
|
9747
9773
|
A(e.$slots, "send-login"),
|
9748
|
-
o("div",
|
9774
|
+
o("div", Nm, [
|
9749
9775
|
o("a", {
|
9750
9776
|
href: "#",
|
9751
9777
|
onClick: t[8] || (t[8] = S((...D) => l.toggleSendLoginView && l.toggleSendLoginView(...D), ["prevent"]))
|
@@ -9768,15 +9794,15 @@ function Rm(e, t, n, s, i, l) {
|
|
9768
9794
|
iconClass: (F = l.buttonSendLoginOptions.icon) == null ? void 0 : F.iconClass,
|
9769
9795
|
title: (B = l.buttonSendLoginOptions.icon) == null ? void 0 : B.tooltip
|
9770
9796
|
}, null, 8, ["iconClass", "title"])) : m("", !0),
|
9771
|
-
l.buttonSendLoginOptions.text ? (a(), r("span",
|
9772
|
-
], 16,
|
9797
|
+
l.buttonSendLoginOptions.text ? (a(), r("span", zm, y(l.buttonSendLoginOptions.text), 1)) : m("", !0)
|
9798
|
+
], 16, Um)) : m("", !0)
|
9773
9799
|
])
|
9774
9800
|
], 512), [
|
9775
9801
|
[xe, i.sendLogin]
|
9776
9802
|
])
|
9777
9803
|
], 64);
|
9778
9804
|
}
|
9779
|
-
const
|
9805
|
+
const Wm = /* @__PURE__ */ M(Pm, [["render", Gm]]), Km = {
|
9780
9806
|
name: "CmdMainNavigation",
|
9781
9807
|
data() {
|
9782
9808
|
return {
|
@@ -9912,11 +9938,11 @@ const jm = /* @__PURE__ */ M(Bm, [["render", Rm]]), Nm = {
|
|
9912
9938
|
this.$emit("offcanvas", { open: this.showOffcanvas });
|
9913
9939
|
}
|
9914
9940
|
}
|
9915
|
-
},
|
9941
|
+
}, Ym = {
|
9916
9942
|
key: 0,
|
9917
9943
|
class: "close-nav"
|
9918
|
-
},
|
9919
|
-
function
|
9944
|
+
}, Jm = ["href", "title", "target", "onClick"], Zm = { key: 1 }, Qm = { key: 1 }, Xm = ["aria-expanded"], $m = ["href", "title", "target", "onClick"], ep = { key: 1 }, tp = { key: 1 }, np = ["aria-expanded"], ip = ["href", "title", "target", "onClick"], lp = { key: 1 }, op = { key: 1 };
|
9945
|
+
function ap(e, t, n, s, i, l) {
|
9920
9946
|
const d = W, u = we("router-link");
|
9921
9947
|
return a(), r("div", {
|
9922
9948
|
class: x([
|
@@ -9934,7 +9960,7 @@ function tp(e, t, n, s, i, l) {
|
|
9934
9960
|
o("ul", {
|
9935
9961
|
class: x({ "stretch-items": n.stretchMainItems })
|
9936
9962
|
}, [
|
9937
|
-
i.showOffcanvas ? (a(), r("li",
|
9963
|
+
i.showOffcanvas ? (a(), r("li", Ym, [
|
9938
9964
|
o("a", {
|
9939
9965
|
href: "#",
|
9940
9966
|
id: "close-offcanvas",
|
@@ -9971,12 +9997,12 @@ function tp(e, t, n, s, i, l) {
|
|
9971
9997
|
iconClass: c.iconClass,
|
9972
9998
|
type: c.iconType
|
9973
9999
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
9974
|
-
c.text ? (a(), r("span",
|
10000
|
+
c.text ? (a(), r("span", Zm, y(c.text), 1)) : m("", !0),
|
9975
10001
|
(g = c == null ? void 0 : c.subentries) != null && g.length ? (a(), r("span", {
|
9976
10002
|
key: 2,
|
9977
10003
|
class: x(["subentry-icon", n.subentriesIconClass])
|
9978
10004
|
}, null, 2)) : m("", !0)
|
9979
|
-
], 40,
|
10005
|
+
], 40, Jm)) : m("", !0),
|
9980
10006
|
c.type === "router" ? (a(), v(u, {
|
9981
10007
|
key: 1,
|
9982
10008
|
to: l.getRoute(c),
|
@@ -9989,7 +10015,7 @@ function tp(e, t, n, s, i, l) {
|
|
9989
10015
|
iconClass: c.iconClass,
|
9990
10016
|
type: c.iconType
|
9991
10017
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
9992
|
-
c.text ? (a(), r("span",
|
10018
|
+
c.text ? (a(), r("span", Qm, y(c.text), 1)) : m("", !0),
|
9993
10019
|
c.subentries && c.subentries.length > 0 ? (a(), r("span", {
|
9994
10020
|
key: 2,
|
9995
10021
|
class: x(["subentry-icon", n.subentriesIconClass])
|
@@ -10021,12 +10047,12 @@ function tp(e, t, n, s, i, l) {
|
|
10021
10047
|
iconClass: b.iconClass,
|
10022
10048
|
type: b.iconType
|
10023
10049
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
10024
|
-
b.text ? (a(), r("span",
|
10050
|
+
b.text ? (a(), r("span", ep, y(b.text), 1)) : m("", !0),
|
10025
10051
|
b.subentries && b.subentries.length > 0 ? (a(), r("span", {
|
10026
10052
|
key: 2,
|
10027
10053
|
class: x(["subentry-icon", n.subentriesIconClass])
|
10028
10054
|
}, null, 2)) : m("", !0)
|
10029
|
-
], 40,
|
10055
|
+
], 40, $m)) : m("", !0),
|
10030
10056
|
b.type === "router" ? (a(), v(u, {
|
10031
10057
|
key: 1,
|
10032
10058
|
to: l.getRoute(b),
|
@@ -10039,7 +10065,7 @@ function tp(e, t, n, s, i, l) {
|
|
10039
10065
|
iconClass: b.iconClass,
|
10040
10066
|
type: b.iconType
|
10041
10067
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
10042
|
-
b.text ? (a(), r("span",
|
10068
|
+
b.text ? (a(), r("span", tp, y(b.text), 1)) : m("", !0),
|
10043
10069
|
b.subentries && b.subentries.length > 0 ? (a(), r("span", {
|
10044
10070
|
key: 2,
|
10045
10071
|
class: x(["subentry-icon", n.subentriesIconClass])
|
@@ -10064,12 +10090,12 @@ function tp(e, t, n, s, i, l) {
|
|
10064
10090
|
iconClass: B.iconClass,
|
10065
10091
|
type: B.iconType
|
10066
10092
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
10067
|
-
B.text ? (a(), r("span",
|
10093
|
+
B.text ? (a(), r("span", lp, y(B.text), 1)) : m("", !0),
|
10068
10094
|
B.subentries && B.subentries.length > 0 ? (a(), r("span", {
|
10069
10095
|
key: 2,
|
10070
10096
|
class: x(["subentry-icon", n.subentriesIconClass])
|
10071
10097
|
}, null, 2)) : m("", !0)
|
10072
|
-
], 8,
|
10098
|
+
], 8, ip)) : m("", !0),
|
10073
10099
|
B.type === "router" ? (a(), v(u, {
|
10074
10100
|
key: 1,
|
10075
10101
|
to: l.getRoute(B),
|
@@ -10082,7 +10108,7 @@ function tp(e, t, n, s, i, l) {
|
|
10082
10108
|
iconClass: B.iconClass,
|
10083
10109
|
type: B.iconType
|
10084
10110
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
10085
|
-
B.text ? (a(), r("span",
|
10111
|
+
B.text ? (a(), r("span", op, y(B.text), 1)) : m("", !0),
|
10086
10112
|
B.subentries && B.subentries.length > 0 ? (a(), r("span", {
|
10087
10113
|
key: 2,
|
10088
10114
|
class: x(["subentry-icon", n.subentriesIconClass])
|
@@ -10091,10 +10117,10 @@ function tp(e, t, n, s, i, l) {
|
|
10091
10117
|
_: 2
|
10092
10118
|
}, 1032, ["to", "target", "onClick"])) : m("", !0)
|
10093
10119
|
]))), 128))
|
10094
|
-
], 8,
|
10120
|
+
], 8, np)) : m("", !0)
|
10095
10121
|
], 2);
|
10096
10122
|
}), 128))
|
10097
|
-
], 8,
|
10123
|
+
], 8, Xm)) : m("", !0)
|
10098
10124
|
], 2);
|
10099
10125
|
}), 128))
|
10100
10126
|
], 2)
|
@@ -10116,7 +10142,7 @@ function tp(e, t, n, s, i, l) {
|
|
10116
10142
|
])) : m("", !0)
|
10117
10143
|
], 2);
|
10118
10144
|
}
|
10119
|
-
const Ji = /* @__PURE__ */ M(
|
10145
|
+
const Ji = /* @__PURE__ */ M(Km, [["render", ap]]), sp = {
|
10120
10146
|
name: "CmdMultistepFormProgressBar",
|
10121
10147
|
data() {
|
10122
10148
|
return {
|
@@ -10160,11 +10186,11 @@ const Ji = /* @__PURE__ */ M(Nm, [["render", tp]]), np = {
|
|
10160
10186
|
return Ue(e);
|
10161
10187
|
}
|
10162
10188
|
}
|
10163
|
-
},
|
10189
|
+
}, rp = {
|
10164
10190
|
key: 0,
|
10165
10191
|
class: "number"
|
10166
|
-
},
|
10167
|
-
function
|
10192
|
+
}, dp = { key: 2 };
|
10193
|
+
function up(e, t, n, s, i, l) {
|
10168
10194
|
const d = W, u = Re;
|
10169
10195
|
return a(), r("ol", {
|
10170
10196
|
class: x(["cmd-multistep-form-progress-bar", { "use-gap": n.useGap }])
|
@@ -10180,13 +10206,13 @@ function op(e, t, n, s, i, l) {
|
|
10180
10206
|
onClick: S((f) => l.clickedStep(f, h), ["stop", "prevent"])
|
10181
10207
|
}, {
|
10182
10208
|
default: k(() => [
|
10183
|
-
n.showStepNumber ? (a(), r("span",
|
10209
|
+
n.showStepNumber ? (a(), r("span", rp, y(h + 1), 1)) : m("", !0),
|
10184
10210
|
c.iconClass ? (a(), v(d, {
|
10185
10211
|
key: 1,
|
10186
10212
|
iconClass: c.iconClass,
|
10187
10213
|
type: c.iconType
|
10188
10214
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
10189
|
-
c.text ? (a(), r("span",
|
10215
|
+
c.text ? (a(), r("span", dp, y(c.text), 1)) : m("", !0),
|
10190
10216
|
o("span", {
|
10191
10217
|
class: x(n.separatorIconClass)
|
10192
10218
|
}, null, 2)
|
@@ -10196,7 +10222,7 @@ function op(e, t, n, s, i, l) {
|
|
10196
10222
|
], 2))), 128))
|
10197
10223
|
], 2);
|
10198
10224
|
}
|
10199
|
-
const
|
10225
|
+
const cp = /* @__PURE__ */ M(sp, [["render", up]]), mp = {
|
10200
10226
|
name: "CmdNewsletterSubscription",
|
10201
10227
|
emits: ["button-click"],
|
10202
10228
|
data() {
|
@@ -10345,10 +10371,10 @@ const ap = /* @__PURE__ */ M(np, [["render", op]]), sp = {
|
|
10345
10371
|
immediate: !0
|
10346
10372
|
}
|
10347
10373
|
}
|
10348
|
-
},
|
10349
|
-
function
|
10374
|
+
}, pp = { class: "cmd-newsletter-subscription flex-container" }, fp = { class: "button-wrapper" };
|
10375
|
+
function hp(e, t, n, s, i, l) {
|
10350
10376
|
const d = Yi, u = ie;
|
10351
|
-
return a(), r("fieldset",
|
10377
|
+
return a(), r("fieldset", pp, [
|
10352
10378
|
o("legend", {
|
10353
10379
|
class: x({ hidden: !n.legend.show, "align-left": n.legend.align === "left" })
|
10354
10380
|
}, y(n.legend.text), 3),
|
@@ -10372,7 +10398,7 @@ function up(e, t, n, s, i, l) {
|
|
10372
10398
|
"onUpdate:modelValue": t[1] || (t[1] = (c) => l.email = c),
|
10373
10399
|
onValidationStatusChange: l.checkValidationStatus
|
10374
10400
|
}, null, 8, ["placeholder", "labelText", "required", "useCustomTooltip", "modelValue", "onValidationStatusChange"]),
|
10375
|
-
o("div",
|
10401
|
+
o("div", fp, [
|
10376
10402
|
p(u, {
|
10377
10403
|
element: "button",
|
10378
10404
|
type: n.buttonType,
|
@@ -10383,7 +10409,7 @@ function up(e, t, n, s, i, l) {
|
|
10383
10409
|
])
|
10384
10410
|
]);
|
10385
10411
|
}
|
10386
|
-
const
|
10412
|
+
const gp = /* @__PURE__ */ M(mp, [["render", hp]]);
|
10387
10413
|
function $n(e, t, n, s = !0, i = !0) {
|
10388
10414
|
function l(d, u) {
|
10389
10415
|
return u && d < 10 ? "0" + d : d;
|
@@ -10396,7 +10422,7 @@ function $n(e, t, n, s = !0, i = !0) {
|
|
10396
10422
|
return l(d, s) + e + l(u, !0) + t;
|
10397
10423
|
};
|
10398
10424
|
}
|
10399
|
-
const
|
10425
|
+
const yp = {
|
10400
10426
|
name: "CmdOpeningHoursItem",
|
10401
10427
|
mixins: [se],
|
10402
10428
|
data() {
|
@@ -10484,20 +10510,20 @@ const mp = {
|
|
10484
10510
|
deep: !0
|
10485
10511
|
}
|
10486
10512
|
}
|
10487
|
-
},
|
10513
|
+
}, bp = { class: "cmd-opening-hours-item" }, xp = {
|
10488
10514
|
key: 0,
|
10489
10515
|
class: "am"
|
10490
|
-
},
|
10516
|
+
}, Cp = {
|
10491
10517
|
key: 1,
|
10492
10518
|
class: "pm"
|
10493
|
-
},
|
10519
|
+
}, vp = { class: "flex-container no-flex" }, wp = { class: "flex-container no-flex am-wrapper" }, kp = {
|
10494
10520
|
key: 1,
|
10495
10521
|
class: "input-wrapper"
|
10496
|
-
},
|
10522
|
+
}, Tp = ["title"], Sp = { class: "flex-container no-flex pm-wrapper" }, _p = {
|
10497
10523
|
key: 1,
|
10498
10524
|
class: "input-wrapper"
|
10499
|
-
},
|
10500
|
-
function
|
10525
|
+
}, Op = ["title"];
|
10526
|
+
function Lp(e, t, n, s, i, l) {
|
10501
10527
|
const d = ie;
|
10502
10528
|
return e.editing ? (a(), r(_, { key: 1 }, [
|
10503
10529
|
o("dt", null, [
|
@@ -10512,8 +10538,8 @@ function kp(e, t, n, s, i, l) {
|
|
10512
10538
|
"onUpdate:modelValue": t[0] || (t[0] = (u) => i.editableDay.day = u)
|
10513
10539
|
}, null, 8, ["modelValue"])
|
10514
10540
|
]),
|
10515
|
-
o("dd",
|
10516
|
-
o("div",
|
10541
|
+
o("dd", vp, [
|
10542
|
+
o("div", wp, [
|
10517
10543
|
i.editableDay.amClosed ? (a(), v(d, {
|
10518
10544
|
key: 0,
|
10519
10545
|
element: "input",
|
@@ -10525,7 +10551,7 @@ function kp(e, t, n, s, i, l) {
|
|
10525
10551
|
modelValue: i.editableDay.amDisplayText,
|
10526
10552
|
"onUpdate:modelValue": t[1] || (t[1] = (u) => i.editableDay.amDisplayText = u)
|
10527
10553
|
}, null, 8, ["modelValue"])) : m("", !0),
|
10528
|
-
i.editableDay.amClosed ? m("", !0) : (a(), r("div",
|
10554
|
+
i.editableDay.amClosed ? m("", !0) : (a(), r("div", kp, [
|
10529
10555
|
p(d, {
|
10530
10556
|
element: "input",
|
10531
10557
|
type: "time",
|
@@ -10553,9 +10579,9 @@ function kp(e, t, n, s, i, l) {
|
|
10553
10579
|
onClick: t[4] || (t[4] = S((u) => l.toggleClosedStatus("am"), ["prevent"])),
|
10554
10580
|
title: i.editableDay.amClosed ? "Set to open" : "Set to closed",
|
10555
10581
|
class: x(i.editableDay.amClosed ? "icon-clock" : "icon-blocked")
|
10556
|
-
}, null, 10,
|
10582
|
+
}, null, 10, Tp)
|
10557
10583
|
]),
|
10558
|
-
o("div",
|
10584
|
+
o("div", Sp, [
|
10559
10585
|
i.editableDay.pmClosed ? (a(), v(d, {
|
10560
10586
|
key: 0,
|
10561
10587
|
element: "input",
|
@@ -10567,7 +10593,7 @@ function kp(e, t, n, s, i, l) {
|
|
10567
10593
|
modelValue: i.editableDay.pmDisplayText,
|
10568
10594
|
"onUpdate:modelValue": t[5] || (t[5] = (u) => i.editableDay.pmDisplayText = u)
|
10569
10595
|
}, null, 8, ["modelValue"])) : m("", !0),
|
10570
|
-
i.editableDay.pmClosed ? m("", !0) : (a(), r("div",
|
10596
|
+
i.editableDay.pmClosed ? m("", !0) : (a(), r("div", _p, [
|
10571
10597
|
p(d, {
|
10572
10598
|
element: "input",
|
10573
10599
|
type: "time",
|
@@ -10595,20 +10621,20 @@ function kp(e, t, n, s, i, l) {
|
|
10595
10621
|
onClick: t[8] || (t[8] = S((u) => l.toggleClosedStatus("pm"), ["prevent"])),
|
10596
10622
|
title: i.editableDay.pmClosed ? "Set to open" : "Set to closed",
|
10597
10623
|
class: x(i.editableDay.pmClosed ? "icon-clock" : "icon-blocked")
|
10598
|
-
}, null, 10,
|
10624
|
+
}, null, 10, Op)
|
10599
10625
|
])
|
10600
10626
|
])
|
10601
10627
|
], 64)) : (a(), r(_, { key: 0 }, [
|
10602
|
-
o("dt",
|
10628
|
+
o("dt", bp, y(n.day.day), 1),
|
10603
10629
|
o("dd", null, [
|
10604
|
-
n.day.am ? (a(), r("span",
|
10630
|
+
n.day.am ? (a(), r("span", xp, [
|
10605
10631
|
n.day.am.displayText ? (a(), r(_, { key: 0 }, [
|
10606
10632
|
H(y(n.day.am.displayText), 1)
|
10607
10633
|
], 64)) : (a(), r(_, { key: 1 }, [
|
10608
10634
|
H(y(l.getTime(n.day.am.fromTime, n.abbreviationTextAm)) + " " + y(n.separator) + " " + y(l.getTime(n.day.am.tillTime)), 1)
|
10609
10635
|
], 64))
|
10610
10636
|
])) : m("", !0),
|
10611
|
-
n.day.pm ? (a(), r("span",
|
10637
|
+
n.day.pm ? (a(), r("span", Cp, [
|
10612
10638
|
n.day.pm.displayText ? (a(), r(_, { key: 0 }, [
|
10613
10639
|
H(y(n.day.pm.displayText), 1)
|
10614
10640
|
], 64)) : (a(), r(_, { key: 1 }, [
|
@@ -10618,20 +10644,20 @@ function kp(e, t, n, s, i, l) {
|
|
10618
10644
|
])
|
10619
10645
|
], 64));
|
10620
10646
|
}
|
10621
|
-
const
|
10622
|
-
function
|
10647
|
+
const Ip = /* @__PURE__ */ M(yp, [["render", Lp]]);
|
10648
|
+
function Bp(e) {
|
10623
10649
|
return (t, n) => {
|
10624
10650
|
const s = /* @__PURE__ */ new Date();
|
10625
10651
|
return s.setHours(t, n, 0, 0), new Intl.DateTimeFormat(e, { timeStyle: "short" }).format(s);
|
10626
10652
|
};
|
10627
10653
|
}
|
10628
|
-
function
|
10654
|
+
function Fp(e, t, n, s = !0) {
|
10629
10655
|
function i(l, d) {
|
10630
10656
|
return d && l < 10 ? "0" + l : l;
|
10631
10657
|
}
|
10632
10658
|
return (l, d) => i(l, s) + e + i(d, !0) + t;
|
10633
10659
|
}
|
10634
|
-
const
|
10660
|
+
const Dp = {
|
10635
10661
|
name: "CmdOpeningHours",
|
10636
10662
|
mixins: [se],
|
10637
10663
|
data() {
|
@@ -10865,7 +10891,7 @@ const Op = {
|
|
10865
10891
|
};
|
10866
10892
|
},
|
10867
10893
|
getTime(e) {
|
10868
|
-
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) :
|
10894
|
+
return this.timeFormatter ? this.timeFormatter(e.hours, e.mins) : Fp(":", " hrs", "", !1)(e.hours, e.mins);
|
10869
10895
|
},
|
10870
10896
|
updateHandlerProvider() {
|
10871
10897
|
const e = this.textOpenModel, t = this.textClosedModel, n = this.textHolidaysModel, s = this.textMiscInfoModel;
|
@@ -10878,17 +10904,17 @@ const Op = {
|
|
10878
10904
|
});
|
10879
10905
|
}
|
10880
10906
|
}
|
10881
|
-
},
|
10907
|
+
}, Mp = { class: "cmd-opening-hours" }, Vp = {
|
10882
10908
|
key: 2,
|
10883
10909
|
class: "flex-container"
|
10884
|
-
},
|
10910
|
+
}, Pp = { key: 3 }, Ap = { class: "edit-mode-opening-hours-item" }, Ep = { key: 5 }, Hp = { key: 0 }, qp = { key: 1 }, Rp = {
|
10885
10911
|
key: 6,
|
10886
10912
|
class: "flex-container vertical"
|
10887
10913
|
};
|
10888
|
-
function
|
10914
|
+
function jp(e, t, n, s, i, l) {
|
10889
10915
|
var g, w;
|
10890
|
-
const d = J, u = Re, c = ie, h =
|
10891
|
-
return a(), r("div",
|
10916
|
+
const d = J, u = Re, c = ie, h = Ip, f = qe;
|
10917
|
+
return a(), r("div", Mp, [
|
10892
10918
|
(g = n.cmdHeadline) != null && g.headlineText || e.editModeContext ? (a(), v(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
10893
10919
|
!e.editing && n.showOpenStatus ? (a(), r(_, { key: 1 }, [
|
10894
10920
|
(w = n.cmdLink) != null && w.path ? (a(), v(u, I({
|
@@ -10905,7 +10931,7 @@ function Ap(e, t, n, s, i, l) {
|
|
10905
10931
|
key: 1,
|
10906
10932
|
class: x({ closed: l.isClosed })
|
10907
10933
|
}, y(l.textOpenClosed), 3))
|
10908
|
-
], 64)) : e.editing ? (a(), r("div",
|
10934
|
+
], 64)) : e.editing ? (a(), r("div", Vp, [
|
10909
10935
|
p(c, {
|
10910
10936
|
element: "input",
|
10911
10937
|
type: "text",
|
@@ -10945,7 +10971,7 @@ function Ap(e, t, n, s, i, l) {
|
|
10945
10971
|
itemProvider: l.itemProvider
|
10946
10972
|
}, {
|
10947
10973
|
default: k(() => [
|
10948
|
-
o("dl",
|
10974
|
+
o("dl", Ap, [
|
10949
10975
|
p(h, {
|
10950
10976
|
day: b,
|
10951
10977
|
separator: n.separator,
|
@@ -10957,7 +10983,7 @@ function Ap(e, t, n, s, i, l) {
|
|
10957
10983
|
]),
|
10958
10984
|
_: 2
|
10959
10985
|
}, 1032, ["componentProps", "componentPath", "itemProvider"]))), 128))
|
10960
|
-
], 64)) : (a(), r("dl",
|
10986
|
+
], 64)) : (a(), r("dl", Pp, [
|
10961
10987
|
(a(!0), r(_, null, q(l.openingHoursFormatted, (b, O) => (a(), v(h, {
|
10962
10988
|
key: O,
|
10963
10989
|
day: b,
|
@@ -10967,13 +10993,13 @@ function Ap(e, t, n, s, i, l) {
|
|
10967
10993
|
use24HoursFormat: n.use24HoursFormat
|
10968
10994
|
}, null, 8, ["day", "separator", "abbreviationTextAm", "abbreviationTextPm", "use24HoursFormat"]))), 128))
|
10969
10995
|
])),
|
10970
|
-
!e.editing && (n.textHolidays || n.textMiscInfo) ? (a(), r("div",
|
10971
|
-
n.textHolidays ? (a(), r("p",
|
10996
|
+
!e.editing && (n.textHolidays || n.textMiscInfo) ? (a(), r("div", Ep, [
|
10997
|
+
n.textHolidays ? (a(), r("p", Hp, [
|
10972
10998
|
o("strong", null, y(n.textHolidays), 1)
|
10973
10999
|
])) : m("", !0),
|
10974
|
-
n.textMiscInfo ? (a(), r("p",
|
11000
|
+
n.textMiscInfo ? (a(), r("p", qp, y(n.textMiscInfo), 1)) : m("", !0)
|
10975
11001
|
])) : m("", !0),
|
10976
|
-
e.editing ? (a(), r("div",
|
11002
|
+
e.editing ? (a(), r("div", Rp, [
|
10977
11003
|
p(c, {
|
10978
11004
|
element: "input",
|
10979
11005
|
type: "text",
|
@@ -10995,7 +11021,7 @@ function Ap(e, t, n, s, i, l) {
|
|
10995
11021
|
])) : m("", !0)
|
10996
11022
|
]);
|
10997
11023
|
}
|
10998
|
-
const
|
11024
|
+
const Np = /* @__PURE__ */ M(Dp, [["render", jp]]), Up = {
|
10999
11025
|
data() {
|
11000
11026
|
return {
|
11001
11027
|
defaultMessageProperties: {
|
@@ -11004,11 +11030,11 @@ const Ep = /* @__PURE__ */ M(Op, [["render", Ap]]), Hp = {
|
|
11004
11030
|
}
|
11005
11031
|
};
|
11006
11032
|
}
|
11007
|
-
},
|
11033
|
+
}, zp = {
|
11008
11034
|
name: "CmdPagination",
|
11009
11035
|
mixins: [
|
11010
11036
|
ce,
|
11011
|
-
|
11037
|
+
Up
|
11012
11038
|
],
|
11013
11039
|
emits: ["click"],
|
11014
11040
|
data() {
|
@@ -11106,10 +11132,10 @@ const Ep = /* @__PURE__ */ M(Op, [["render", Ap]]), Hp = {
|
|
11106
11132
|
this.currentPage > 1 && this.showPage(this.currentPage - 1);
|
11107
11133
|
}
|
11108
11134
|
}
|
11109
|
-
},
|
11110
|
-
function
|
11135
|
+
}, Gp = { class: "cmd-pagination" }, Wp = ["href", "title"], Kp = { key: 0 }, Yp = { class: "page-index" }, Jp = { class: "flex-container" }, Zp = ["href", "title", "onClick"], Qp = ["href", "title"], Xp = { key: 0 };
|
11136
|
+
function $p(e, t, n, s, i, l) {
|
11111
11137
|
const d = W;
|
11112
|
-
return a(), r("div",
|
11138
|
+
return a(), r("div", Gp, [
|
11113
11139
|
o("a", {
|
11114
11140
|
href: l.getPreviousHref,
|
11115
11141
|
class: x(["page-change", { disabled: i.currentPage === 1, button: n.linkType === "button" }]),
|
@@ -11120,10 +11146,10 @@ function Yp(e, t, n, s, i, l) {
|
|
11120
11146
|
iconClass: n.prevLink.iconClass,
|
11121
11147
|
type: n.prevLink.iconType
|
11122
11148
|
}, null, 8, ["iconClass", "type"]),
|
11123
|
-
n.prevLink.showText ? (a(), r("span",
|
11124
|
-
], 10,
|
11125
|
-
o("div",
|
11126
|
-
o("div",
|
11149
|
+
n.prevLink.showText ? (a(), r("span", Kp, y(n.prevLink.text), 1)) : m("", !0)
|
11150
|
+
], 10, Wp),
|
11151
|
+
o("div", Yp, [
|
11152
|
+
o("div", Jp, [
|
11127
11153
|
(a(!0), r(_, null, q(n.pages, (u, c) => (a(), r("a", {
|
11128
11154
|
href: l.getHref(u),
|
11129
11155
|
class: x({ disabled: i.currentPage === c + 1, button: n.linkType === "button", hidden: !n.showPageNumbers }),
|
@@ -11133,7 +11159,7 @@ function Yp(e, t, n, s, i, l) {
|
|
11133
11159
|
"aria-live": "polite"
|
11134
11160
|
}, [
|
11135
11161
|
o("span", null, y(c + 1), 1)
|
11136
|
-
], 10,
|
11162
|
+
], 10, Zp))), 128))
|
11137
11163
|
])
|
11138
11164
|
]),
|
11139
11165
|
o("a", {
|
@@ -11142,15 +11168,15 @@ function Yp(e, t, n, s, i, l) {
|
|
11142
11168
|
onClick: t[1] || (t[1] = S((...u) => l.nextPage && l.nextPage(...u), ["prevent"])),
|
11143
11169
|
title: n.nextLink.showText ? null : n.nextLink.text
|
11144
11170
|
}, [
|
11145
|
-
n.nextLink.showText ? (a(), r("span",
|
11171
|
+
n.nextLink.showText ? (a(), r("span", Xp, y(n.nextLink.text), 1)) : m("", !0),
|
11146
11172
|
p(d, {
|
11147
11173
|
iconClass: n.nextLink.iconClass,
|
11148
11174
|
type: n.nextLink.iconType
|
11149
11175
|
}, null, 8, ["iconClass", "type"])
|
11150
|
-
], 10,
|
11176
|
+
], 10, Qp)
|
11151
11177
|
]);
|
11152
11178
|
}
|
11153
|
-
const
|
11179
|
+
const ef = /* @__PURE__ */ M(zp, [["render", $p]]), tf = {
|
11154
11180
|
name: "CmdSocialNetworksItem",
|
11155
11181
|
data() {
|
11156
11182
|
return {
|
@@ -11249,10 +11275,10 @@ const Jp = /* @__PURE__ */ M(qp, [["render", Yp]]), Zp = {
|
|
11249
11275
|
});
|
11250
11276
|
}
|
11251
11277
|
}
|
11252
|
-
},
|
11253
|
-
function
|
11278
|
+
}, nf = { class: "cmd-social-networks-item" }, lf = ["href", "title"], of = { key: 1 };
|
11279
|
+
function af(e, t, n, s, i, l) {
|
11254
11280
|
const d = W;
|
11255
|
-
return a(), r("li",
|
11281
|
+
return a(), r("li", nf, [
|
11256
11282
|
(a(), r("a", {
|
11257
11283
|
key: n.network.path,
|
11258
11284
|
class: x(["button", n.network.buttonClass, { disabled: n.userMustAcceptDataPrivacy && !n.dataPrivacyAccepted }, "text-align-" + n.buttonTextAlign]),
|
@@ -11266,11 +11292,11 @@ function ef(e, t, n, s, i, l) {
|
|
11266
11292
|
iconClass: n.network.iconClass,
|
11267
11293
|
type: n.network.iconType
|
11268
11294
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
11269
|
-
n.network.linkText ? (a(), r("span",
|
11270
|
-
], 10,
|
11295
|
+
n.network.linkText ? (a(), r("span", of, y(n.network.linkText), 1)) : m("", !0)
|
11296
|
+
], 10, lf))
|
11271
11297
|
]);
|
11272
11298
|
}
|
11273
|
-
const
|
11299
|
+
const sf = /* @__PURE__ */ M(tf, [["render", af]]), rf = {
|
11274
11300
|
name: "CmdSocialNetworks",
|
11275
11301
|
mixins: [se],
|
11276
11302
|
data() {
|
@@ -11431,9 +11457,9 @@ const tf = /* @__PURE__ */ M(Zp, [["render", ef]]), nf = {
|
|
11431
11457
|
}
|
11432
11458
|
}
|
11433
11459
|
};
|
11434
|
-
function
|
11460
|
+
function df(e, t, n, s, i, l) {
|
11435
11461
|
var f, g;
|
11436
|
-
const d = J, u = ie, c =
|
11462
|
+
const d = J, u = ie, c = sf, h = qe;
|
11437
11463
|
return a(), r("div", {
|
11438
11464
|
class: x(["cmd-social-networks", { stretch: n.stretchButtons }, l.alignment])
|
11439
11465
|
}, [
|
@@ -11489,7 +11515,7 @@ function lf(e, t, n, s, i, l) {
|
|
11489
11515
|
])))
|
11490
11516
|
], 2);
|
11491
11517
|
}
|
11492
|
-
const Zi = /* @__PURE__ */ M(
|
11518
|
+
const Zi = /* @__PURE__ */ M(rf, [["render", df]]), uf = {
|
11493
11519
|
name: "CmdPageFooter",
|
11494
11520
|
props: {
|
11495
11521
|
/**
|
@@ -11576,8 +11602,8 @@ const Zi = /* @__PURE__ */ M(nf, [["render", lf]]), of = {
|
|
11576
11602
|
});
|
11577
11603
|
}
|
11578
11604
|
}
|
11579
|
-
},
|
11580
|
-
function
|
11605
|
+
}, cf = { class: "button-wrapper" }, mf = ["title"], pf = { key: 1 };
|
11606
|
+
function ff(e, t, n, s, i, l) {
|
11581
11607
|
var u, c, h, f;
|
11582
11608
|
const d = Zi;
|
11583
11609
|
return a(), r("footer", {
|
@@ -11589,7 +11615,7 @@ function df(e, t, n, s, i, l) {
|
|
11589
11615
|
]),
|
11590
11616
|
_: 3
|
11591
11617
|
}, 16)) : m("", !0),
|
11592
|
-
o("div",
|
11618
|
+
o("div", cf, [
|
11593
11619
|
A(e.$slots, "default"),
|
11594
11620
|
(u = l.buttonPrintViewOptions) != null && u.show ? (a(), r("button", {
|
11595
11621
|
key: 0,
|
@@ -11602,12 +11628,12 @@ function df(e, t, n, s, i, l) {
|
|
11602
11628
|
key: 0,
|
11603
11629
|
class: x((f = l.buttonPrintViewOptions.icon) == null ? void 0 : f.iconClass)
|
11604
11630
|
}, null, 2)) : m("", !0),
|
11605
|
-
l.buttonPrintViewOptions.text ? (a(), r("span",
|
11606
|
-
], 10,
|
11631
|
+
l.buttonPrintViewOptions.text ? (a(), r("span", pf, y(l.buttonPrintViewOptions.text), 1)) : m("", !0)
|
11632
|
+
], 10, mf)) : m("", !0)
|
11607
11633
|
])
|
11608
11634
|
], 2);
|
11609
11635
|
}
|
11610
|
-
const
|
11636
|
+
const hf = /* @__PURE__ */ M(uf, [["render", ff]]), gf = {
|
11611
11637
|
name: "CmdPageHeader",
|
11612
11638
|
props: {
|
11613
11639
|
/**
|
@@ -11625,24 +11651,24 @@ const uf = /* @__PURE__ */ M(of, [["render", df]]), cf = {
|
|
11625
11651
|
required: !1
|
11626
11652
|
}
|
11627
11653
|
}
|
11628
|
-
},
|
11654
|
+
}, yf = {
|
11629
11655
|
key: 0,
|
11630
11656
|
class: "cmd-page-header flex-container"
|
11631
|
-
},
|
11657
|
+
}, bf = {
|
11632
11658
|
key: 0,
|
11633
11659
|
class: "headline-wrapper flex-container vertical"
|
11634
11660
|
};
|
11635
|
-
function
|
11661
|
+
function xf(e, t, n, s, i, l) {
|
11636
11662
|
const d = ji, u = J;
|
11637
|
-
return n.cmdBreadcrumbs || n.cmdHeadline || e.$slots.default ? (a(), r("header",
|
11638
|
-
n.cmdBreadcrumbs || n.cmdHeadline ? (a(), r("div",
|
11663
|
+
return n.cmdBreadcrumbs || n.cmdHeadline || e.$slots.default ? (a(), r("header", yf, [
|
11664
|
+
n.cmdBreadcrumbs || n.cmdHeadline ? (a(), r("div", bf, [
|
11639
11665
|
n.cmdBreadcrumbs ? (a(), v(d, j(I({ key: 0 }, n.cmdBreadcrumbs)), null, 16)) : m("", !0),
|
11640
11666
|
n.cmdHeadline.headlineText ? (a(), v(u, j(I({ key: 1 }, n.cmdHeadline)), null, 16)) : m("", !0)
|
11641
11667
|
])) : m("", !0),
|
11642
11668
|
e.$slots.default ? A(e.$slots, "default", { key: 1 }) : m("", !0)
|
11643
11669
|
])) : m("", !0);
|
11644
11670
|
}
|
11645
|
-
const
|
11671
|
+
const Cf = /* @__PURE__ */ M(gf, [["render", xf]]), vf = {
|
11646
11672
|
name: "CmdProgressBar",
|
11647
11673
|
inheritAttrs: !1,
|
11648
11674
|
data() {
|
@@ -11684,8 +11710,8 @@ const hf = /* @__PURE__ */ M(cf, [["render", ff]]), gf = {
|
|
11684
11710
|
required: !0
|
11685
11711
|
}
|
11686
11712
|
}
|
11687
|
-
},
|
11688
|
-
function
|
11713
|
+
}, wf = ["for"], kf = { class: "progressbar" }, Tf = { key: 0 }, Sf = ["id", "value"];
|
11714
|
+
function _f(e, t, n, s, i, l) {
|
11689
11715
|
return a(), r("label", {
|
11690
11716
|
class: "cmd-progressbar",
|
11691
11717
|
for: n.id
|
@@ -11693,16 +11719,16 @@ function vf(e, t, n, s, i, l) {
|
|
11693
11719
|
o("span", {
|
11694
11720
|
class: x(["label-text", { hidden: !n.showLabel }])
|
11695
11721
|
}, y(n.labelText), 3),
|
11696
|
-
o("span",
|
11697
|
-
n.showLoadingStatus ? (a(), r("span",
|
11722
|
+
o("span", kf, [
|
11723
|
+
n.showLoadingStatus ? (a(), r("span", Tf, y(i.loadingStatus) + " %", 1)) : m("", !0),
|
11698
11724
|
o("progress", I(e.$attrs, {
|
11699
11725
|
id: n.id,
|
11700
11726
|
value: i.loadingStatus
|
11701
|
-
}), null, 16,
|
11727
|
+
}), null, 16, Sf)
|
11702
11728
|
])
|
11703
|
-
], 8,
|
11729
|
+
], 8, wf);
|
11704
11730
|
}
|
11705
|
-
const
|
11731
|
+
const Of = /* @__PURE__ */ M(vf, [["render", _f]]), Lf = {
|
11706
11732
|
name: "CmdSidebar",
|
11707
11733
|
data() {
|
11708
11734
|
return {
|
@@ -11769,27 +11795,27 @@ const wf = /* @__PURE__ */ M(gf, [["render", vf]]), kf = {
|
|
11769
11795
|
immediate: !0
|
11770
11796
|
}
|
11771
11797
|
}
|
11772
|
-
},
|
11798
|
+
}, If = { class: "inner-sidebar-wrapper" }, Bf = {
|
11773
11799
|
key: 1,
|
11774
11800
|
class: "open-slot-wrapper"
|
11775
|
-
},
|
11801
|
+
}, Ff = {
|
11776
11802
|
key: 2,
|
11777
11803
|
class: "closed-slot-wrapper"
|
11778
|
-
},
|
11779
|
-
function
|
11804
|
+
}, Df = ["title"];
|
11805
|
+
function Mf(e, t, n, s, i, l) {
|
11780
11806
|
var u;
|
11781
11807
|
const d = J;
|
11782
11808
|
return a(), r("aside", {
|
11783
11809
|
class: x(["cmd-sidebar", l.wrapperClass, { box: n.styledAsBox, "collapse-to-right": !n.collapseToLeft }])
|
11784
11810
|
}, [
|
11785
|
-
o("div",
|
11811
|
+
o("div", If, [
|
11786
11812
|
(u = n.cmdHeadline) != null && u.headlineText && i.open ? (a(), v(d, I({ key: 0 }, n.cmdHeadline, {
|
11787
11813
|
headlineLevel: n.cmdHeadline.headlineLevel || 3,
|
11788
11814
|
class: "sidebar-main-headline"
|
11789
11815
|
}), null, 16, ["headlineLevel"])) : m("", !0),
|
11790
|
-
i.open ? (a(), r("div",
|
11816
|
+
i.open ? (a(), r("div", Bf, [
|
11791
11817
|
A(e.$slots, "open", { openBoxStatus: i.open })
|
11792
|
-
])) : (a(), r("div",
|
11818
|
+
])) : (a(), r("div", Ff, [
|
11793
11819
|
A(e.$slots, "closed", { openBoxStatus: i.open })
|
11794
11820
|
]))
|
11795
11821
|
]),
|
@@ -11802,10 +11828,10 @@ function Lf(e, t, n, s, i, l) {
|
|
11802
11828
|
o("span", {
|
11803
11829
|
class: x(l.iconClassOpenCollapse)
|
11804
11830
|
}, null, 2)
|
11805
|
-
], 8,
|
11831
|
+
], 8, Df)) : m("", !0)
|
11806
11832
|
], 2);
|
11807
11833
|
}
|
11808
|
-
const
|
11834
|
+
const Vf = /* @__PURE__ */ M(Lf, [["render", Mf]]), Pf = {
|
11809
11835
|
name: "CmdSiteFooter",
|
11810
11836
|
props: {
|
11811
11837
|
/**
|
@@ -11821,9 +11847,9 @@ const If = /* @__PURE__ */ M(kf, [["render", Lf]]), Bf = {
|
|
11821
11847
|
}
|
11822
11848
|
}
|
11823
11849
|
}
|
11824
|
-
},
|
11825
|
-
function
|
11826
|
-
return a(), r("div",
|
11850
|
+
}, Af = { class: "cmd-site-footer site-footer" };
|
11851
|
+
function Ef(e, t, n, s, i, l) {
|
11852
|
+
return a(), r("div", Af, [
|
11827
11853
|
o("footer", {
|
11828
11854
|
class: x(["flex-container", { vertical: n.orientation === "vertical" }])
|
11829
11855
|
}, [
|
@@ -11831,7 +11857,7 @@ function Df(e, t, n, s, i, l) {
|
|
11831
11857
|
], 2)
|
11832
11858
|
]);
|
11833
11859
|
}
|
11834
|
-
const
|
11860
|
+
const Hf = /* @__PURE__ */ M(Pf, [["render", Ef]]), qf = {
|
11835
11861
|
name: "CmdSiteHeader",
|
11836
11862
|
emits: ["offcanvas"],
|
11837
11863
|
data() {
|
@@ -11928,11 +11954,11 @@ const Mf = /* @__PURE__ */ M(Bf, [["render", Df]]), Vf = {
|
|
11928
11954
|
e.style.height = this.defaultLogoHeight;
|
11929
11955
|
}
|
11930
11956
|
}
|
11931
|
-
},
|
11957
|
+
}, Rf = {
|
11932
11958
|
key: 0,
|
11933
11959
|
class: "top-header"
|
11934
11960
|
};
|
11935
|
-
function
|
11961
|
+
function jf(e, t, n, s, i, l) {
|
11936
11962
|
var c, h, f, g, w, b, O, T, F;
|
11937
11963
|
const d = Ni, u = Ji;
|
11938
11964
|
return a(), r("div", {
|
@@ -11947,7 +11973,7 @@ function Af(e, t, n, s, i, l) {
|
|
11947
11973
|
]),
|
11948
11974
|
role: "banner"
|
11949
11975
|
}, [
|
11950
|
-
e.$slots.topheader ? (a(), r("div",
|
11976
|
+
e.$slots.topheader ? (a(), r("div", Rf, [
|
11951
11977
|
A(e.$slots, "topheader")
|
11952
11978
|
])) : m("", !0),
|
11953
11979
|
o("header", {
|
@@ -11975,7 +12001,7 @@ function Af(e, t, n, s, i, l) {
|
|
11975
12001
|
}), null, 16, ["closeOffcanvas", "onOffcanvas"])) : m("", !0)
|
11976
12002
|
], 2);
|
11977
12003
|
}
|
11978
|
-
const
|
12004
|
+
const Nf = /* @__PURE__ */ M(qf, [["render", jf]]), Uf = {
|
11979
12005
|
data() {
|
11980
12006
|
return {
|
11981
12007
|
defaultMessageProperties: {
|
@@ -11984,7 +12010,7 @@ const Ef = /* @__PURE__ */ M(Vf, [["render", Af]]), Hf = {
|
|
11984
12010
|
}
|
11985
12011
|
};
|
11986
12012
|
}
|
11987
|
-
},
|
12013
|
+
}, zf = {
|
11988
12014
|
emits: [
|
11989
12015
|
"search",
|
11990
12016
|
"update:modelValueInput1",
|
@@ -11993,7 +12019,7 @@ const Ef = /* @__PURE__ */ M(Vf, [["render", Af]]), Hf = {
|
|
11993
12019
|
"update:modelValueSearchFilters"
|
11994
12020
|
],
|
11995
12021
|
name: "CmdBoxSiteSearch",
|
11996
|
-
mixins: [ce,
|
12022
|
+
mixins: [ce, Uf],
|
11997
12023
|
data() {
|
11998
12024
|
return {
|
11999
12025
|
showFilters: !1
|
@@ -12246,22 +12272,22 @@ const Ef = /* @__PURE__ */ M(Vf, [["render", Af]]), Hf = {
|
|
12246
12272
|
deep: !0
|
12247
12273
|
}
|
12248
12274
|
}
|
12249
|
-
},
|
12275
|
+
}, Gf = { class: "cmd-box-site-search flex-container" }, Wf = { class: "flex-container align-bottom" }, Kf = { class: "input-wrapper align-bottom" }, Yf = { key: 0 }, Jf = { key: 1 }, Zf = {
|
12250
12276
|
key: 0,
|
12251
12277
|
class: "flex-container no-flex",
|
12252
12278
|
role: "listbox",
|
12253
12279
|
"aria-expanded": "true"
|
12254
12280
|
};
|
12255
|
-
function
|
12281
|
+
function Qf(e, t, n, s, i, l) {
|
12256
12282
|
var g, w, b, O, T, F, B, D;
|
12257
12283
|
const d = J, u = ie, c = W, h = Ui, f = zi;
|
12258
12284
|
return a(), r(_, null, [
|
12259
|
-
o("fieldset",
|
12285
|
+
o("fieldset", Gf, [
|
12260
12286
|
o("legend", {
|
12261
12287
|
class: x({ hidden: !n.legend.show, "align-left": n.legend.align === "left" })
|
12262
12288
|
}, y(n.legend.text), 3),
|
12263
12289
|
n.cmdHeadline ? (a(), v(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
12264
|
-
o("div",
|
12290
|
+
o("div", Wf, [
|
12265
12291
|
p(u, {
|
12266
12292
|
element: "input",
|
12267
12293
|
type: n.cmdFormElementInput1.type,
|
@@ -12273,7 +12299,7 @@ function Wf(e, t, n, s, i, l) {
|
|
12273
12299
|
modelValue: l.searchValue1,
|
12274
12300
|
"onUpdate:modelValue": t[0] || (t[0] = (V) => l.searchValue1 = V)
|
12275
12301
|
}, null, 8, ["type", "show-label", "labelText", "placeholder", "required", "showSearchButton", "modelValue"]),
|
12276
|
-
o("div",
|
12302
|
+
o("div", Kf, [
|
12277
12303
|
n.cmdFormElementInput2.show ? (a(), v(u, {
|
12278
12304
|
key: 0,
|
12279
12305
|
element: "input",
|
@@ -12312,13 +12338,13 @@ function Wf(e, t, n, s, i, l) {
|
|
12312
12338
|
iconClass: i.showFilters ? (w = (g = n.cmdIcon) == null ? void 0 : g.showFilters) == null ? void 0 : w.iconClass : (O = (b = n.cmdIcon) == null ? void 0 : b.hideFilters) == null ? void 0 : O.iconClass,
|
12313
12339
|
type: i.showFilters ? (F = (T = n.cmdIcon) == null ? void 0 : T.showFilters) == null ? void 0 : F.iconType : (D = (B = n.cmdIcon) == null ? void 0 : B.hideFilters) == null ? void 0 : D.iconType
|
12314
12340
|
}, null, 8, ["iconClass", "type"]),
|
12315
|
-
i.showFilters ? (a(), r("span",
|
12341
|
+
i.showFilters ? (a(), r("span", Yf, y(e.getMessage("site_search.hide_filter_options")), 1)) : (a(), r("span", Jf, y(e.getMessage("site_search.show_filter_options")), 1))
|
12316
12342
|
]),
|
12317
12343
|
p(Ae, { name: "fade" }, {
|
12318
12344
|
default: k(() => {
|
12319
12345
|
var V, U, G, P, R;
|
12320
12346
|
return [
|
12321
|
-
i.showFilters && ((V = n.cmdFakeSelect) != null && V.selectData.length) ? (a(), r("div",
|
12347
|
+
i.showFilters && ((V = n.cmdFakeSelect) != null && V.selectData.length) ? (a(), r("div", Zf, [
|
12322
12348
|
p(h, {
|
12323
12349
|
role: "option",
|
12324
12350
|
selectData: (U = n.cmdFakeSelect) == null ? void 0 : U.selectData,
|
@@ -12343,7 +12369,7 @@ function Wf(e, t, n, s, i, l) {
|
|
12343
12369
|
}, null, 8, ["modelValue", "selectedOptionsName"])) : m("", !0)
|
12344
12370
|
], 64);
|
12345
12371
|
}
|
12346
|
-
const
|
12372
|
+
const Xf = /* @__PURE__ */ M(zf, [["render", Qf]]), $f = {
|
12347
12373
|
name: "CmdSlideshow",
|
12348
12374
|
mixins: [se],
|
12349
12375
|
data() {
|
@@ -12526,11 +12552,11 @@ const Kf = /* @__PURE__ */ M(qf, [["render", Wf]]), Yf = {
|
|
12526
12552
|
});
|
12527
12553
|
}
|
12528
12554
|
}
|
12529
|
-
},
|
12555
|
+
}, eh = ["href", "title"], th = { key: 2 }, nh = ["onClick", "aria-label", "title"], ih = {
|
12530
12556
|
key: 3,
|
12531
12557
|
class: "item-counter"
|
12532
12558
|
};
|
12533
|
-
function
|
12559
|
+
function lh(e, t, n, s, i, l) {
|
12534
12560
|
const d = Lt, u = ge;
|
12535
12561
|
return a(), r("div", {
|
12536
12562
|
class: x(["cmd-slideshow", { "full-width": i.fullWidth }])
|
@@ -12574,7 +12600,7 @@ function $f(e, t, n, s, i, l) {
|
|
12574
12600
|
image: (O = l.currentItem) == null ? void 0 : O.image,
|
12575
12601
|
figcaption: (T = l.currentItem) == null ? void 0 : T.figcaption
|
12576
12602
|
}, null, 8, ["image", "figcaption"])
|
12577
|
-
], 8,
|
12603
|
+
], 8, eh)) : (a(), v(u, {
|
12578
12604
|
key: 1,
|
12579
12605
|
image: (F = l.currentItem) == null ? void 0 : F.image,
|
12580
12606
|
figcaption: (B = l.currentItem) == null ? void 0 : B.figcaption
|
@@ -12599,7 +12625,7 @@ function $f(e, t, n, s, i, l) {
|
|
12599
12625
|
onClick: S(l.showNextItem, ["prevent"]),
|
12600
12626
|
class: { disabled: i.slideshowItemEditing }
|
12601
12627
|
}, l.tooltipForSlidebuttons), null, 16, ["onClick", "class"])) : m("", !0),
|
12602
|
-
n.showQuickLinkIcons ? (a(), r("ol",
|
12628
|
+
n.showQuickLinkIcons ? (a(), r("ol", th, [
|
12603
12629
|
(a(!0), r(_, null, q(n.slideshowItems, (c, h) => (a(), r("li", {
|
12604
12630
|
key: h,
|
12605
12631
|
class: x({ active: h === i.index })
|
@@ -12610,23 +12636,23 @@ function $f(e, t, n, s, i, l) {
|
|
12610
12636
|
onClick: S((f) => l.showItem(h), ["prevent"]),
|
12611
12637
|
"aria-label": i.index,
|
12612
12638
|
title: i.slideshowItemEditing ? "Not allowed while editing!" : "Switch to image #" + (h + 1)
|
12613
|
-
}, null, 10,
|
12639
|
+
}, null, 10, nh)
|
12614
12640
|
], 2))), 128))
|
12615
12641
|
])) : m("", !0),
|
12616
|
-
n.showCounter ? (a(), r("span",
|
12642
|
+
n.showCounter ? (a(), r("span", ih, y(i.index + 1) + "/" + y(n.slideshowItems.length), 1)) : m("", !0)
|
12617
12643
|
], 32)
|
12618
12644
|
], 2);
|
12619
12645
|
}
|
12620
|
-
const
|
12646
|
+
const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='850.394px'%20height='566.929px'%20viewBox='0%200%20850.394%20566.929'%20enable-background='new%200%200%20850.394%20566.929'%20xml:space='preserve'%3e%3cg%20id='it'%3e%3cg%3e%3crect%20fill='%23078E46'%20width='283.465'%20height='566.929'/%3e%3crect%20x='283.465'%20fill='%23FBFDFF'%20width='283.465'%20height='566.929'/%3e%3crect%20x='566.93'%20fill='%23D3242C'%20width='283.465'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='de'%3e%3cg%3e%3cdesc%3eFlag%20of%20Germany%3c/desc%3e%3crect%20id='black_stripe'%20x='0.901'%20fill='%23010202'%20width='849.492'%20height='566.929'/%3e%3crect%20id='red_stripe'%20x='0.901'%20y='188.977'%20fill='%23DD0B15'%20width='849.492'%20height='377.953'/%3e%3crect%20id='gold_stripe'%20x='0.901'%20y='377.953'%20fill='%23FFCE05'%20width='849.492'%20height='188.976'/%3e%3c/g%3e%3c/g%3e%3cg%20id='fr'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20x='0.901'%20fill='%23CF1327'%20width='849.492'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%23FFFFFF'%20width='566.328'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%231D2C4E'%20width='283.164'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='ru'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20fill='%23FFFFFF'%20width='850.395'%20height='283.465'/%3e%3crect%20y='283.465'%20fill='%23D52D1E'%20width='850.395'%20height='283.464'/%3e%3crect%20y='188.977'%20fill='%231E4295'%20width='850.395'%20height='188.977'/%3e%3c/g%3e%3c/g%3e%3cg%20id='cn'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20x='0.901'%20fill='%23DF2B14'%20width='849.493'%20height='566.929'/%3e%3cg%20transform='translate(5,5)%20scale(3)'%3e%3cpath%20id='s'%20fill='%23FFDE08'%20d='M142.483,56.693l49.932,153.838L61.692,115.454h161.583L92.551,210.531L142.483,56.693z'/%3e%3c/g%3e%3cg%20transform='translate(10,2)%20rotate(23.036243)'%3e%3cpath%20id='s_1_'%20fill='%23FFDE08'%20d='M295.146,30.607l-4.728,53.71l-27.711-46.234l49.566,21.099l-52.488,12.096L295.146,30.607z'/%3e%3c/g%3e%3cg%20transform='translate(12,4)%20rotate(45.869898)'%3e%3cpath%20id='s_2_'%20fill='%23FFDE08'%20d='M361.022,93.648l-25.178,47.665l-7.617-53.376l37.503,38.701l-53.064-9.243L361.022,93.648z'/%3e%3c/g%3e%3cg%20transform='translate(12,7)%20rotate(69.945396)'%3e%3cpath%20id='s_3_'%20fill='%23FFDE08'%20d='M367.298,188.705l-42.412,33.236l14.797-51.844l18.47,50.649l-44.682-30.108L367.298,188.705z'%20/%3e%3c/g%3e%3cg%20transform='translate(10,9)%20rotate(20.659808)'%3e%3cpath%20id='s_4_'%20fill='%23FFDE08'%20d='M294.056,228.595l-2.5,53.86l-29.603-45.045l50.397,19.024l-51.942,14.264L294.056,228.595z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20id='uk'%20display='none'%3e%3cg%20display='inline'%3e%3crect%20y='0.002'%20fill='%23FFFFFF'%20width='850.16'%20height='566.865'/%3e%3cpolygon%20fill='%23CF172C'%20points='382.569,0%20382.569,226.625%200,226.625%200,339.948%20382.569,339.948%20382.569,566.863%20467.592,566.863%20467.592,339.948%20850.16,339.948%20850.16,226.625%20467.592,226.625%20467.592,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,0%20495.946,183.497%20771.202,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,566.863%20771.202,566.863%20495.946,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,566.863%20354.214,566.863%20354.214,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,0%20354.214,183.497%20354.214,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0.003,188.95%20204.392,188.95%200.003,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,188.95%20850.16,188.95%20850.16,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,377.913%20850.16,514.171%20850.16,377.913%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0,377.913%200,514.171%20204.392,377.913%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='802.938,0%20520.004,188.95%20567.223,188.95%20850.605,0%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='330.156,377.909%20282.937,377.909%200,566.852%2047.219,566.852%20330.602,377.909%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='0,0%200,31.692%20236.091,189.098%20283.311,189.098%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='566.696,377.832%20850.008,566.929%20850.01,535.239%20613.92,377.832%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e", sh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
12621
12647
|
__proto__: null,
|
12622
|
-
default:
|
12623
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
12648
|
+
default: ah
|
12649
|
+
}, Symbol.toStringTag, { value: "Module" })), rh = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2016.0.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='850.394px'%20height='566.929px'%20viewBox='0%200%20850.394%20566.929'%20enable-background='new%200%200%20850.394%20566.929'%20xml:space='preserve'%3e%3cg%20id='it'%3e%3cg%3e%3crect%20fill='%23078E46'%20width='283.465'%20height='566.929'/%3e%3crect%20x='283.465'%20fill='%23FBFDFF'%20width='283.465'%20height='566.929'/%3e%3crect%20x='566.93'%20fill='%23D3242C'%20width='283.465'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='de'%3e%3cg%3e%3cdesc%3eFlag%20of%20Germany%3c/desc%3e%3crect%20id='black_stripe'%20x='0.901'%20fill='%23010202'%20width='849.492'%20height='566.929'/%3e%3crect%20id='red_stripe'%20x='0.901'%20y='188.977'%20fill='%23DD0B15'%20width='849.492'%20height='377.953'/%3e%3crect%20id='gold_stripe'%20x='0.901'%20y='377.953'%20fill='%23FFCE05'%20width='849.492'%20height='188.976'/%3e%3c/g%3e%3c/g%3e%3cg%20id='fr'%3e%3cg%3e%3crect%20x='0.901'%20fill='%23CF1327'%20width='849.492'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%23FFFFFF'%20width='566.328'%20height='566.929'/%3e%3crect%20x='0.901'%20fill='%231D2C4E'%20width='283.164'%20height='566.929'/%3e%3c/g%3e%3c/g%3e%3cg%20id='ru'%3e%3cg%3e%3crect%20fill='%23FFFFFF'%20width='850.395'%20height='283.465'/%3e%3crect%20y='283.465'%20fill='%23D52D1E'%20width='850.395'%20height='283.464'/%3e%3crect%20y='188.977'%20fill='%231E4295'%20width='850.395'%20height='188.977'/%3e%3c/g%3e%3c/g%3e%3cg%20id='cn'%3e%3cg%3e%3crect%20x='0.901'%20fill='%23DF2B14'%20width='849.493'%20height='566.929'/%3e%3cg%20transform='translate(5,5)%20scale(3)'%3e%3cpath%20id='s'%20fill='%23FFDE08'%20d='M142.483,56.693l49.932,153.838L61.692,115.454h161.583L92.551,210.531L142.483,56.693z'/%3e%3c/g%3e%3cg%20transform='translate(10,2)%20rotate(23.036243)'%3e%3cpath%20id='s_1_'%20fill='%23FFDE08'%20d='M295.146,30.607l-4.728,53.71l-27.711-46.234l49.566,21.099l-52.488,12.096L295.146,30.607z'/%3e%3c/g%3e%3cg%20transform='translate(12,4)%20rotate(45.869898)'%3e%3cpath%20id='s_2_'%20fill='%23FFDE08'%20d='M361.022,93.648l-25.178,47.665l-7.617-53.376l37.503,38.701l-53.064-9.243L361.022,93.648z'/%3e%3c/g%3e%3cg%20transform='translate(12,7)%20rotate(69.945396)'%3e%3cpath%20id='s_3_'%20fill='%23FFDE08'%20d='M367.298,188.705l-42.412,33.236l14.797-51.844l18.47,50.649l-44.682-30.108L367.298,188.705z'%20/%3e%3c/g%3e%3cg%20transform='translate(10,9)%20rotate(20.659808)'%3e%3cpath%20id='s_4_'%20fill='%23FFDE08'%20d='M294.056,228.595l-2.5,53.86l-29.603-45.045l50.397,19.024l-51.942,14.264L294.056,228.595z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20id='uk'%3e%3cg%3e%3crect%20y='0.002'%20fill='%23FFFFFF'%20width='850.16'%20height='566.865'/%3e%3cpolygon%20fill='%23CF172C'%20points='382.569,0%20382.569,226.625%200,226.625%200,339.948%20382.569,339.948%20382.569,566.863%20467.592,566.863%20467.592,339.948%20850.16,339.948%20850.16,226.625%20467.592,226.625%20467.592,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,0%20495.946,183.497%20771.202,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='495.946,566.863%20771.202,566.863%20495.946,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,566.863%20354.214,566.863%20354.214,383.368%20'/%3e%3cpolygon%20fill='%2325346C'%20points='78.96,0%20354.214,183.497%20354.214,0%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0.003,188.95%20204.392,188.95%200.003,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,188.95%20850.16,188.95%20850.16,52.699%20'/%3e%3cpolygon%20fill='%2325346C'%20points='645.768,377.913%20850.16,514.171%20850.16,377.913%20'/%3e%3cpolygon%20fill='%2325346C'%20points='0,377.913%200,514.171%20204.392,377.913%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='802.938,0%20520.004,188.95%20567.223,188.95%20850.605,0%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='330.156,377.909%20282.937,377.909%200,566.852%2047.219,566.852%20330.602,377.909%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='0,0%200,31.692%20236.091,189.098%20283.311,189.098%20'/%3e%3cpolygon%20fill='%23CF172C'%20points='566.696,377.832%20850.008,566.929%20850.01,535.239%20613.92,377.832%20'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e", dh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
12624
12650
|
__proto__: null,
|
12625
|
-
default:
|
12626
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
12651
|
+
default: rh
|
12652
|
+
}, Symbol.toStringTag, { value: "Module" })), uh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
12627
12653
|
__proto__: null,
|
12628
|
-
de:
|
12629
|
-
en:
|
12654
|
+
de: sh,
|
12655
|
+
en: dh
|
12630
12656
|
}, Symbol.toStringTag, { value: "Module" })), Qi = [
|
12631
12657
|
{
|
12632
12658
|
name: "company",
|
@@ -12693,7 +12719,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
12693
12719
|
data: "Custom data",
|
12694
12720
|
labelText: "Custom"
|
12695
12721
|
}
|
12696
|
-
],
|
12722
|
+
], ch = [
|
12697
12723
|
{
|
12698
12724
|
text: "Account owner:",
|
12699
12725
|
value: "Company name",
|
@@ -12714,7 +12740,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
12714
12740
|
value: "PBNKDEFF",
|
12715
12741
|
allowCopy: !0
|
12716
12742
|
}
|
12717
|
-
],
|
12743
|
+
], mh = [
|
12718
12744
|
{
|
12719
12745
|
name: "Product name 1",
|
12720
12746
|
image: {
|
@@ -12773,7 +12799,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
12773
12799
|
price: 123.49,
|
12774
12800
|
description: "short description text"
|
12775
12801
|
}
|
12776
|
-
],
|
12802
|
+
], ph = [
|
12777
12803
|
{
|
12778
12804
|
name: "User name 1",
|
12779
12805
|
age: 35,
|
@@ -12933,7 +12959,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
12933
12959
|
}
|
12934
12960
|
]
|
12935
12961
|
}
|
12936
|
-
],
|
12962
|
+
], fh = "Page levels:", hh = [
|
12937
12963
|
{
|
12938
12964
|
path: "/",
|
12939
12965
|
text: "Home",
|
@@ -12950,10 +12976,10 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
12950
12976
|
text: "Subsubpage",
|
12951
12977
|
type: "href"
|
12952
12978
|
}
|
12953
|
-
],
|
12954
|
-
breadcrumbLabel:
|
12955
|
-
breadcrumbLinks:
|
12956
|
-
},
|
12979
|
+
], gh = {
|
12980
|
+
breadcrumbLabel: fh,
|
12981
|
+
breadcrumbLinks: hh
|
12982
|
+
}, yh = {
|
12957
12983
|
cookies: [
|
12958
12984
|
{
|
12959
12985
|
id: "cookie-sessionid",
|
@@ -12981,7 +13007,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
12981
13007
|
}
|
12982
13008
|
}
|
12983
13009
|
]
|
12984
|
-
},
|
13010
|
+
}, bh = {
|
12985
13011
|
cookies: [
|
12986
13012
|
{
|
12987
13013
|
id: "cookie-google-maps",
|
@@ -13009,19 +13035,19 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13009
13035
|
}
|
13010
13036
|
}
|
13011
13037
|
]
|
13012
|
-
},
|
13013
|
-
required:
|
13014
|
-
optional:
|
13015
|
-
},
|
13038
|
+
}, xh = {
|
13039
|
+
required: yh,
|
13040
|
+
optional: bh
|
13041
|
+
}, Ch = {
|
13016
13042
|
type: "href",
|
13017
13043
|
path: "./",
|
13018
13044
|
tooltip: "Tooltip"
|
13019
|
-
},
|
13020
|
-
link:
|
13021
|
-
pathDefaultLogo:
|
13022
|
-
pathDarkmodeLogo:
|
13023
|
-
altText:
|
13024
|
-
},
|
13045
|
+
}, vh = "/media/images/logos/logo.svg", wh = "/media/images/logos/logo-darkmode.svg", kh = "Company Logo", Th = {
|
13046
|
+
link: Ch,
|
13047
|
+
pathDefaultLogo: vh,
|
13048
|
+
pathDarkmodeLogo: wh,
|
13049
|
+
altText: kh
|
13050
|
+
}, Sh = [
|
13025
13051
|
{
|
13026
13052
|
value: "",
|
13027
13053
|
text: "Please select..."
|
@@ -13046,7 +13072,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13046
13072
|
value: "#000000",
|
13047
13073
|
text: "Black"
|
13048
13074
|
}
|
13049
|
-
],
|
13075
|
+
], _h = [
|
13050
13076
|
{
|
13051
13077
|
value: "cn",
|
13052
13078
|
text: "China"
|
@@ -13088,7 +13114,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13088
13114
|
text: "Filter 3",
|
13089
13115
|
value: "3"
|
13090
13116
|
}
|
13091
|
-
],
|
13117
|
+
], Oh = [
|
13092
13118
|
{
|
13093
13119
|
text: "Option 1",
|
13094
13120
|
value: 1
|
@@ -13102,7 +13128,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13102
13128
|
value: 3,
|
13103
13129
|
iconClass: "icon-mail"
|
13104
13130
|
}
|
13105
|
-
],
|
13131
|
+
], Lh = [
|
13106
13132
|
{
|
13107
13133
|
element: "input",
|
13108
13134
|
type: "text",
|
@@ -13257,7 +13283,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13257
13283
|
required: !1,
|
13258
13284
|
disabled: !1
|
13259
13285
|
}
|
13260
|
-
],
|
13286
|
+
], Ih = "cmd", Bh = {
|
13261
13287
|
"3d-cursor": {
|
13262
13288
|
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"/>',
|
13263
13289
|
hidden: !0
|
@@ -13271,12 +13297,12 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13271
13297
|
<path fill="currentColor" d="M2,12h6v18H2V12z"/>
|
13272
13298
|
<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"/>`
|
13273
13299
|
}
|
13274
|
-
},
|
13275
|
-
prefix:
|
13276
|
-
icons:
|
13277
|
-
width:
|
13278
|
-
height:
|
13279
|
-
},
|
13300
|
+
}, Fh = 32, Dh = 32, Mh = {
|
13301
|
+
prefix: Ih,
|
13302
|
+
icons: Bh,
|
13303
|
+
width: Fh,
|
13304
|
+
height: Dh
|
13305
|
+
}, Vh = [
|
13280
13306
|
{
|
13281
13307
|
image: {
|
13282
13308
|
url: "#",
|
@@ -13334,7 +13360,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13334
13360
|
textAlign: "center"
|
13335
13361
|
}
|
13336
13362
|
}
|
13337
|
-
],
|
13363
|
+
], Ph = {
|
13338
13364
|
image: {
|
13339
13365
|
src: "/media/images/demo-images/small/landscape-06.jpg",
|
13340
13366
|
alt: "Alternative text",
|
@@ -13345,7 +13371,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13345
13371
|
text: "Figcaption above image (centered)",
|
13346
13372
|
textAlign: "center"
|
13347
13373
|
}
|
13348
|
-
},
|
13374
|
+
}, Ah = {
|
13349
13375
|
image: {
|
13350
13376
|
src: "/media/images/demo-images/landscape-2x.jpg",
|
13351
13377
|
alt: "Alternative text",
|
@@ -13356,10 +13382,10 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13356
13382
|
text: "Figcaption above image (centered)",
|
13357
13383
|
textAlign: "center"
|
13358
13384
|
}
|
13359
|
-
},
|
13360
|
-
imageSmall:
|
13361
|
-
imageLarge:
|
13362
|
-
},
|
13385
|
+
}, Eh = {
|
13386
|
+
imageSmall: Ph,
|
13387
|
+
imageLarge: Ah
|
13388
|
+
}, Hh = [
|
13363
13389
|
{
|
13364
13390
|
image: {
|
13365
13391
|
src: "/media/images/demo-images/medium/landscape-01.jpg",
|
@@ -13412,7 +13438,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13412
13438
|
textAlign: "center"
|
13413
13439
|
}
|
13414
13440
|
}
|
13415
|
-
],
|
13441
|
+
], qh = [
|
13416
13442
|
{
|
13417
13443
|
labelText: "Website",
|
13418
13444
|
id: "radio-id-1",
|
@@ -13434,7 +13460,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13434
13460
|
iconClass: "icon-phone",
|
13435
13461
|
value: "phone"
|
13436
13462
|
}
|
13437
|
-
],
|
13463
|
+
], Rh = [
|
13438
13464
|
{
|
13439
13465
|
labelText: "Website",
|
13440
13466
|
id: "replaced-radio-id-1",
|
@@ -13456,7 +13482,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13456
13482
|
iconClass: "icon-phone",
|
13457
13483
|
value: "phone"
|
13458
13484
|
}
|
13459
|
-
],
|
13485
|
+
], jh = [
|
13460
13486
|
{
|
13461
13487
|
labelText: "Website",
|
13462
13488
|
id: "toggle-switch-radio-id-1",
|
@@ -13478,7 +13504,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13478
13504
|
iconClass: "icon-phone",
|
13479
13505
|
value: "phone"
|
13480
13506
|
}
|
13481
|
-
],
|
13507
|
+
], Nh = [
|
13482
13508
|
{
|
13483
13509
|
icon: {
|
13484
13510
|
iconClass: "icon-user-profile",
|
@@ -13548,7 +13574,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13548
13574
|
target: "_blank",
|
13549
13575
|
tooltip: "Open CoManD-Website in new tab"
|
13550
13576
|
}
|
13551
|
-
],
|
13577
|
+
], Uh = [
|
13552
13578
|
"AddressData",
|
13553
13579
|
"AdvancedFormElements",
|
13554
13580
|
"BankAccountData",
|
@@ -13560,6 +13586,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13560
13586
|
"CookieDisclaimer",
|
13561
13587
|
"Forms",
|
13562
13588
|
"Fancybox",
|
13589
|
+
"FlexibleScrollContainer",
|
13563
13590
|
"GoogleMaps",
|
13564
13591
|
"Headlines",
|
13565
13592
|
"Icons",
|
@@ -13593,7 +13620,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13593
13620
|
"Tooltip",
|
13594
13621
|
"UploadForm",
|
13595
13622
|
"WidthLimitationWrapper"
|
13596
|
-
],
|
13623
|
+
], zh = "right", Gh = !1, Wh = !1, Kh = [
|
13597
13624
|
{
|
13598
13625
|
type: "href",
|
13599
13626
|
text: "href 1",
|
@@ -13668,11 +13695,11 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13668
13695
|
target: "comand-website"
|
13669
13696
|
}
|
13670
13697
|
], Xi = {
|
13671
|
-
offcanvasPosition:
|
13672
|
-
stretchMainItems:
|
13673
|
-
persistOnMobile:
|
13674
|
-
navigationEntries:
|
13675
|
-
},
|
13698
|
+
offcanvasPosition: zh,
|
13699
|
+
stretchMainItems: Gh,
|
13700
|
+
persistOnMobile: Wh,
|
13701
|
+
navigationEntries: Kh
|
13702
|
+
}, Yh = [
|
13676
13703
|
{
|
13677
13704
|
type: "href",
|
13678
13705
|
path: "#",
|
@@ -13704,7 +13731,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13704
13731
|
text: "Summary",
|
13705
13732
|
iconClass: "icon-rows"
|
13706
13733
|
}
|
13707
|
-
],
|
13734
|
+
], Jh = [
|
13708
13735
|
{
|
13709
13736
|
type: "href",
|
13710
13737
|
path: "#",
|
@@ -13731,10 +13758,10 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13731
13758
|
path: "#",
|
13732
13759
|
text: "Summary"
|
13733
13760
|
}
|
13734
|
-
],
|
13735
|
-
withIcon:
|
13736
|
-
withoutIcon:
|
13737
|
-
},
|
13761
|
+
], Zh = {
|
13762
|
+
withIcon: Yh,
|
13763
|
+
withoutIcon: Jh
|
13764
|
+
}, Qh = [
|
13738
13765
|
{
|
13739
13766
|
day: "Mondays",
|
13740
13767
|
am: {
|
@@ -13814,7 +13841,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13814
13841
|
tillTime: "18:00"
|
13815
13842
|
}
|
13816
13843
|
}
|
13817
|
-
],
|
13844
|
+
], Xh = [
|
13818
13845
|
{
|
13819
13846
|
text: "Please select",
|
13820
13847
|
value: ""
|
@@ -13831,7 +13858,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13831
13858
|
text: "Optionname 3",
|
13832
13859
|
value: "3"
|
13833
13860
|
}
|
13834
|
-
],
|
13861
|
+
], $h = [
|
13835
13862
|
{
|
13836
13863
|
image: {
|
13837
13864
|
src: {
|
@@ -13916,11 +13943,11 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13916
13943
|
target: null
|
13917
13944
|
}
|
13918
13945
|
}
|
13919
|
-
],
|
13946
|
+
], eg = {
|
13920
13947
|
toggleSwitch: !0,
|
13921
13948
|
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>!",
|
13922
13949
|
required: !0
|
13923
|
-
},
|
13950
|
+
}, tg = [
|
13924
13951
|
{
|
13925
13952
|
buttonClass: "social-network-facebook",
|
13926
13953
|
path: "https://www.facebook.com/sharer/sharer.php?u=",
|
@@ -13956,9 +13983,9 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13956
13983
|
iconClass: "icon-instagram",
|
13957
13984
|
linkText: "Share"
|
13958
13985
|
}
|
13959
|
-
],
|
13960
|
-
cmdFormElement:
|
13961
|
-
networks:
|
13986
|
+
], ng = {
|
13987
|
+
cmdFormElement: eg,
|
13988
|
+
networks: tg
|
13962
13989
|
}, $i = [
|
13963
13990
|
{
|
13964
13991
|
iso2: "de",
|
@@ -13978,10 +14005,10 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13978
14005
|
path: "/"
|
13979
14006
|
}
|
13980
14007
|
}
|
13981
|
-
],
|
14008
|
+
], ig = {
|
13982
14009
|
show: !1,
|
13983
14010
|
text: "This is a caption for a large table"
|
13984
|
-
},
|
14011
|
+
}, lg = 3, og = 4, ag = [
|
13985
14012
|
"Table head 1",
|
13986
14013
|
"Table head 2",
|
13987
14014
|
"Table head 3",
|
@@ -13997,7 +14024,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
13997
14024
|
"Table head 13",
|
13998
14025
|
"Table head 15",
|
13999
14026
|
"Table head 14"
|
14000
|
-
],
|
14027
|
+
], sg = [
|
14001
14028
|
[
|
14002
14029
|
"Table data 1/1",
|
14003
14030
|
"Table data 1/2",
|
@@ -14100,7 +14127,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
14100
14127
|
"Table data 6/14",
|
14101
14128
|
"Table data 6/15"
|
14102
14129
|
]
|
14103
|
-
],
|
14130
|
+
], rg = [
|
14104
14131
|
"Table foot 1",
|
14105
14132
|
"Table foot 2",
|
14106
14133
|
"Table foot 3",
|
@@ -14116,17 +14143,17 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
14116
14143
|
"Table foot 13",
|
14117
14144
|
"Table foot 14",
|
14118
14145
|
"Table foot 15"
|
14119
|
-
],
|
14120
|
-
caption:
|
14121
|
-
rowIndexHighlighted:
|
14122
|
-
columnIndexHighlighted:
|
14123
|
-
thead:
|
14124
|
-
tbody:
|
14125
|
-
tfoot:
|
14126
|
-
},
|
14146
|
+
], dg = {
|
14147
|
+
caption: ig,
|
14148
|
+
rowIndexHighlighted: lg,
|
14149
|
+
columnIndexHighlighted: og,
|
14150
|
+
thead: ag,
|
14151
|
+
tbody: sg,
|
14152
|
+
tfoot: rg
|
14153
|
+
}, ug = {
|
14127
14154
|
show: !0,
|
14128
14155
|
text: "This is a caption for a small table"
|
14129
|
-
},
|
14156
|
+
}, cg = [
|
14130
14157
|
"Table head 1",
|
14131
14158
|
"Table head 2",
|
14132
14159
|
"Table head 3",
|
@@ -14134,7 +14161,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
14134
14161
|
"Table head 5",
|
14135
14162
|
"Table head 6",
|
14136
14163
|
"Table head 7"
|
14137
|
-
],
|
14164
|
+
], mg = [
|
14138
14165
|
[
|
14139
14166
|
"Table data 1/1",
|
14140
14167
|
"Table data 1/2",
|
@@ -14189,7 +14216,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
14189
14216
|
"Table data 6/6",
|
14190
14217
|
"Table data 6/7"
|
14191
14218
|
]
|
14192
|
-
],
|
14219
|
+
], pg = [
|
14193
14220
|
"Table foot 1",
|
14194
14221
|
"Table foot 2",
|
14195
14222
|
"Table foot 3",
|
@@ -14197,12 +14224,12 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
14197
14224
|
"Table foot 5",
|
14198
14225
|
"Table foot 6",
|
14199
14226
|
"Table foot 7"
|
14200
|
-
],
|
14201
|
-
caption:
|
14202
|
-
thead:
|
14203
|
-
tbody:
|
14204
|
-
tfoot:
|
14205
|
-
},
|
14227
|
+
], fg = {
|
14228
|
+
caption: ug,
|
14229
|
+
thead: cg,
|
14230
|
+
tbody: mg,
|
14231
|
+
tfoot: pg
|
14232
|
+
}, hg = [
|
14206
14233
|
{
|
14207
14234
|
text: "Tab 1",
|
14208
14235
|
headlineText: "Tab 1 Headline",
|
@@ -14224,7 +14251,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
14224
14251
|
iconClass: "cmd:linkedin",
|
14225
14252
|
htmlContent: "<p>Content for Tab 3</p>"
|
14226
14253
|
}
|
14227
|
-
],
|
14254
|
+
], gg = [
|
14228
14255
|
{
|
14229
14256
|
image: {
|
14230
14257
|
url: "#",
|
@@ -14338,7 +14365,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
14338
14365
|
textAlign: "center"
|
14339
14366
|
}
|
14340
14367
|
}
|
14341
|
-
],
|
14368
|
+
], yg = [
|
14342
14369
|
{
|
14343
14370
|
id: 1,
|
14344
14371
|
iconClass: "icon-home",
|
@@ -14380,7 +14407,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
14380
14407
|
text: "Item 8 with URL",
|
14381
14408
|
url: "http://www.comand-cms.com"
|
14382
14409
|
}
|
14383
|
-
],
|
14410
|
+
], bg = [
|
14384
14411
|
{
|
14385
14412
|
boxesPerRow: 4,
|
14386
14413
|
useRowViewAsDefault: !0,
|
@@ -14428,7 +14455,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
14428
14455
|
}
|
14429
14456
|
]
|
14430
14457
|
}
|
14431
|
-
],
|
14458
|
+
], xg = [
|
14432
14459
|
{
|
14433
14460
|
boxesPerRow: 4,
|
14434
14461
|
useRowViewAsDefault: !0,
|
@@ -14729,7 +14756,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
14729
14756
|
}
|
14730
14757
|
]
|
14731
14758
|
}
|
14732
|
-
],
|
14759
|
+
], Cg = [
|
14733
14760
|
{
|
14734
14761
|
headline: {
|
14735
14762
|
headlineLevel: 4,
|
@@ -14784,7 +14811,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
14784
14811
|
}
|
14785
14812
|
]
|
14786
14813
|
}
|
14787
|
-
],
|
14814
|
+
], vg = [
|
14788
14815
|
{
|
14789
14816
|
headline: {
|
14790
14817
|
headlineLevel: 4,
|
@@ -14861,7 +14888,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
14861
14888
|
}
|
14862
14889
|
]
|
14863
14890
|
}
|
14864
|
-
],
|
14891
|
+
], wg = {
|
14865
14892
|
name: "CmdSwitchLanguage",
|
14866
14893
|
emits: ["click"],
|
14867
14894
|
data() {
|
@@ -14903,7 +14930,7 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
14903
14930
|
this.imageSources = [], this.languages.forEach(
|
14904
14931
|
async (e) => {
|
14905
14932
|
const t = e.iso2;
|
14906
|
-
this.imageSources.push(
|
14933
|
+
this.imageSources.push(uh[t].default);
|
14907
14934
|
}
|
14908
14935
|
);
|
14909
14936
|
},
|
@@ -14911,10 +14938,10 @@ const eh = /* @__PURE__ */ M(Yf, [["render", $f]]), th = "data:image/svg+xml,%3c
|
|
14911
14938
|
deep: !0
|
14912
14939
|
}
|
14913
14940
|
}
|
14914
|
-
},
|
14915
|
-
function
|
14941
|
+
}, kg = { class: "cmd-switch-language" }, Tg = ["href", "title", "onClick"], Sg = ["src", "alt"], _g = ["src", "alt"];
|
14942
|
+
function Og(e, t, n, s, i, l) {
|
14916
14943
|
const d = we("router-link");
|
14917
|
-
return a(), r("div",
|
14944
|
+
return a(), r("div", kg, [
|
14918
14945
|
o("ul", null, [
|
14919
14946
|
(a(!0), r(_, null, q(n.languages, (u, c) => (a(), r("li", { key: c }, [
|
14920
14947
|
u.link.type === "href" ? (a(), r("a", {
|
@@ -14927,8 +14954,8 @@ function wg(e, t, n, s, i, l) {
|
|
14927
14954
|
o("img", {
|
14928
14955
|
src: i.imageSources[c],
|
14929
14956
|
alt: u.name
|
14930
|
-
}, null, 8,
|
14931
|
-
], 10,
|
14957
|
+
}, null, 8, Sg)
|
14958
|
+
], 10, Tg)) : (a(), v(d, {
|
14932
14959
|
key: 1,
|
14933
14960
|
to: l.getRoute(u),
|
14934
14961
|
class: x(["flag", u.iso2]),
|
@@ -14939,7 +14966,7 @@ function wg(e, t, n, s, i, l) {
|
|
14939
14966
|
o("img", {
|
14940
14967
|
src: i.imageSources[c],
|
14941
14968
|
alt: u.name
|
14942
|
-
}, null, 8,
|
14969
|
+
}, null, 8, _g)
|
14943
14970
|
]),
|
14944
14971
|
_: 2
|
14945
14972
|
}, 1032, ["to", "class", "title", "onClick"]))
|
@@ -14947,7 +14974,7 @@ function wg(e, t, n, s, i, l) {
|
|
14947
14974
|
])
|
14948
14975
|
]);
|
14949
14976
|
}
|
14950
|
-
const
|
14977
|
+
const Lg = /* @__PURE__ */ M(wg, [["render", Og]]), Ig = {
|
14951
14978
|
name: "CmdTable",
|
14952
14979
|
data() {
|
14953
14980
|
return {
|
@@ -15098,19 +15125,19 @@ const kg = /* @__PURE__ */ M(yg, [["render", wg]]), Tg = {
|
|
15098
15125
|
immediate: !0
|
15099
15126
|
}
|
15100
15127
|
}
|
15101
|
-
},
|
15128
|
+
}, Bg = {
|
15102
15129
|
key: 0,
|
15103
15130
|
class: "button-wrapper"
|
15104
|
-
},
|
15131
|
+
}, Fg = ["title"], Dg = ["title"], Mg = ["innerHTML"], Vg = { "aria-expanded": "true" }, Pg = ["innerHTML"], Ag = {
|
15105
15132
|
key: 0,
|
15106
15133
|
"aria-expanded": "true"
|
15107
|
-
},
|
15108
|
-
function
|
15134
|
+
}, Eg = ["innerHTML"];
|
15135
|
+
function Hg(e, t, n, s, i, l) {
|
15109
15136
|
const d = W, u = Lt;
|
15110
15137
|
return a(), r("div", {
|
15111
15138
|
class: x(["cmd-table-wrapper", { collapsed: !i.showTableData, "full-width": i.fullWidth, "has-caption": l.hasCaption, "has-overflow": i.hasOverflow }])
|
15112
15139
|
}, [
|
15113
|
-
n.collapsible || n.userCanToggleWidth ? (a(), r("div",
|
15140
|
+
n.collapsible || n.userCanToggleWidth ? (a(), r("div", Bg, [
|
15114
15141
|
n.userCanToggleWidth ? (a(), r("a", {
|
15115
15142
|
key: 0,
|
15116
15143
|
class: "button",
|
@@ -15122,7 +15149,7 @@ function Mg(e, t, n, s, i, l) {
|
|
15122
15149
|
iconClass: n.iconToggleWidth.iconClass,
|
15123
15150
|
type: n.iconToggleWidth.iconType
|
15124
15151
|
}, null, 8, ["iconClass", "type"])
|
15125
|
-
], 8,
|
15152
|
+
], 8, Fg)) : m("", !0),
|
15126
15153
|
n.collapsible ? (a(), r("a", {
|
15127
15154
|
key: 1,
|
15128
15155
|
class: "button",
|
@@ -15134,7 +15161,7 @@ function Mg(e, t, n, s, i, l) {
|
|
15134
15161
|
iconClass: i.showTableData ? n.iconCollapse.iconClass : n.iconExpand.iconClass,
|
15135
15162
|
type: i.showTableData ? n.iconCollapse.iconType : n.iconExpand.iconType
|
15136
15163
|
}, null, 8, ["iconClass", "type"])
|
15137
|
-
], 8,
|
15164
|
+
], 8, Dg)) : m("", !0)
|
15138
15165
|
])) : m("", !0),
|
15139
15166
|
o("div", {
|
15140
15167
|
class: "inner-wrapper",
|
@@ -15165,7 +15192,7 @@ function Mg(e, t, n, s, i, l) {
|
|
15165
15192
|
(a(!0), r(_, null, q(n.tableData.thead, (c, h) => (a(), r("th", {
|
15166
15193
|
key: h,
|
15167
15194
|
innerHTML: c
|
15168
|
-
}, null, 8,
|
15195
|
+
}, null, 8, Mg))), 128))
|
15169
15196
|
])
|
15170
15197
|
])
|
15171
15198
|
]),
|
@@ -15174,7 +15201,7 @@ function Mg(e, t, n, s, i, l) {
|
|
15174
15201
|
}, {
|
15175
15202
|
default: k(() => [
|
15176
15203
|
A(e.$slots, "table-body", {}, () => [
|
15177
|
-
ne(o("tbody",
|
15204
|
+
ne(o("tbody", Vg, [
|
15178
15205
|
(a(!0), r(_, null, q(n.tableData.tbody, (c, h) => (a(), r("tr", {
|
15179
15206
|
class: x({ active: n.tableData.rowIndexHighlighted === h }),
|
15180
15207
|
key: h
|
@@ -15183,7 +15210,7 @@ function Mg(e, t, n, s, i, l) {
|
|
15183
15210
|
class: x({ active: n.tableData.columnIndexHighlighted === g }),
|
15184
15211
|
key: g,
|
15185
15212
|
innerHTML: f
|
15186
|
-
}, null, 10,
|
15213
|
+
}, null, 10, Pg))), 128))
|
15187
15214
|
], 2))), 128))
|
15188
15215
|
], 512), [
|
15189
15216
|
[xe, i.showTableData]
|
@@ -15197,13 +15224,13 @@ function Mg(e, t, n, s, i, l) {
|
|
15197
15224
|
}, {
|
15198
15225
|
default: k(() => [
|
15199
15226
|
A(e.$slots, "table-foot", {}, () => [
|
15200
|
-
n.tableData.tfoot && n.tableData.tfoot.length && i.showTableData ? (a(), r("tfoot",
|
15227
|
+
n.tableData.tfoot && n.tableData.tfoot.length && i.showTableData ? (a(), r("tfoot", Ag, [
|
15201
15228
|
o("tr", null, [
|
15202
15229
|
(a(!0), r(_, null, q(n.tableData.tfoot, (c, h) => (a(), r("td", {
|
15203
15230
|
class: x({ active: n.tableData.columnIndexHighlighted === h }),
|
15204
15231
|
key: h,
|
15205
15232
|
innerHTML: c
|
15206
|
-
}, null, 10,
|
15233
|
+
}, null, 10, Eg))), 128))
|
15207
15234
|
])
|
15208
15235
|
])) : m("", !0)
|
15209
15236
|
])
|
@@ -15218,9 +15245,9 @@ function Mg(e, t, n, s, i, l) {
|
|
15218
15245
|
], 544)
|
15219
15246
|
], 2);
|
15220
15247
|
}
|
15221
|
-
const
|
15222
|
-
vi(
|
15223
|
-
const
|
15248
|
+
const qg = /* @__PURE__ */ M(Ig, [["render", Hg]]);
|
15249
|
+
vi(Mh);
|
15250
|
+
const Rg = {
|
15224
15251
|
name: "CmdTabs",
|
15225
15252
|
data() {
|
15226
15253
|
return {
|
@@ -15282,13 +15309,13 @@ const Pg = {
|
|
15282
15309
|
this.showTab = this.activeTab;
|
15283
15310
|
}
|
15284
15311
|
}
|
15285
|
-
},
|
15312
|
+
}, jg = { class: "cmd-tabs" }, Ng = ["onClick", "title"], Ug = { key: 1 }, zg = {
|
15286
15313
|
key: 1,
|
15287
15314
|
"aria-live": "assertive"
|
15288
|
-
},
|
15289
|
-
function
|
15315
|
+
}, Gg = ["innerHTML"];
|
15316
|
+
function Wg(e, t, n, s, i, l) {
|
15290
15317
|
const d = W, u = J;
|
15291
|
-
return a(), r("div",
|
15318
|
+
return a(), r("div", jg, [
|
15292
15319
|
o("ul", {
|
15293
15320
|
class: x({ "stretch-tabs": n.stretchTabs }),
|
15294
15321
|
role: "tablist"
|
@@ -15308,8 +15335,8 @@ function jg(e, t, n, s, i, l) {
|
|
15308
15335
|
iconClass: c.iconClass,
|
15309
15336
|
type: c.iconType
|
15310
15337
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
15311
|
-
c.text ? (a(), r("span",
|
15312
|
-
], 8,
|
15338
|
+
c.text ? (a(), r("span", Ug, y(c.text), 1)) : m("", !0)
|
15339
|
+
], 8, Ng)
|
15313
15340
|
], 2))), 128))
|
15314
15341
|
], 2),
|
15315
15342
|
n.useSlot ? (a(!0), r(_, { key: 0 }, q(n.tabs.length, (c) => ne((a(), r("div", {
|
@@ -15320,7 +15347,7 @@ function jg(e, t, n, s, i, l) {
|
|
15320
15347
|
A(e.$slots, "tab-content-" + (c - 1))
|
15321
15348
|
], 2)), [
|
15322
15349
|
[xe, i.showTab === c - 1]
|
15323
|
-
])), 128)) : (a(), r("div",
|
15350
|
+
])), 128)) : (a(), r("div", zg, [
|
15324
15351
|
n.cmdHeadline ? (a(), v(u, I({ key: 0 }, n.cmdHeadline, {
|
15325
15352
|
headlineText: n.tabs[i.showTab].headlineText,
|
15326
15353
|
headlineLevel: n.tabs[i.showTab].headlineLevel
|
@@ -15328,11 +15355,11 @@ function jg(e, t, n, s, i, l) {
|
|
15328
15355
|
o("div", {
|
15329
15356
|
innerHTML: n.tabs[i.showTab].htmlContent,
|
15330
15357
|
class: x({ "no-padding": !n.useDefaultPadding })
|
15331
|
-
}, null, 10,
|
15358
|
+
}, null, 10, Gg)
|
15332
15359
|
]))
|
15333
15360
|
]);
|
15334
15361
|
}
|
15335
|
-
const el = /* @__PURE__ */ M(
|
15362
|
+
const el = /* @__PURE__ */ M(Rg, [["render", Wg]]), Kg = {
|
15336
15363
|
name: "CmdTextImageBlock",
|
15337
15364
|
mixins: [se],
|
15338
15365
|
data() {
|
@@ -15449,8 +15476,8 @@ const el = /* @__PURE__ */ M(Pg, [["render", jg]]), Ng = {
|
|
15449
15476
|
immediate: !0
|
15450
15477
|
}
|
15451
15478
|
}
|
15452
|
-
},
|
15453
|
-
function
|
15479
|
+
}, Yg = ["innerHTML"], Jg = ["innerHTML"];
|
15480
|
+
function Zg(e, t, n, s, i, l) {
|
15454
15481
|
var h, f, g, w;
|
15455
15482
|
const d = J, u = ge, c = qe;
|
15456
15483
|
return a(), r("div", {
|
@@ -15470,7 +15497,7 @@ function Gg(e, t, n, s, i, l) {
|
|
15470
15497
|
n.htmlContent ? (a(), r("div", {
|
15471
15498
|
key: 1,
|
15472
15499
|
innerHTML: n.htmlContent
|
15473
|
-
}, null, 8,
|
15500
|
+
}, null, 8, Yg)) : m("", !0),
|
15474
15501
|
A(e.$slots, "default")
|
15475
15502
|
], 2),
|
15476
15503
|
e.editModeContext ? (a(), v(c, {
|
@@ -15495,7 +15522,7 @@ function Gg(e, t, n, s, i, l) {
|
|
15495
15522
|
key: 1,
|
15496
15523
|
innerHTML: n.htmlContent,
|
15497
15524
|
class: x(l.textAlign)
|
15498
|
-
}, null, 10,
|
15525
|
+
}, null, 10, Jg)) : (a(), r("button", {
|
15499
15526
|
key: 2,
|
15500
15527
|
type: "button",
|
15501
15528
|
class: "button confirm",
|
@@ -15509,7 +15536,7 @@ function Gg(e, t, n, s, i, l) {
|
|
15509
15536
|
}, 8, ["componentProps", "componentPath", "allowDeleteComponent"])) : m("", !0)
|
15510
15537
|
], 2);
|
15511
15538
|
}
|
15512
|
-
const
|
15539
|
+
const Qg = /* @__PURE__ */ M(Kg, [["render", Zg]]), Xg = {
|
15513
15540
|
name: "ToggleDarkMode",
|
15514
15541
|
mixins: [
|
15515
15542
|
se
|
@@ -15662,8 +15689,8 @@ const Wg = /* @__PURE__ */ M(Ng, [["render", Gg]]), Kg = {
|
|
15662
15689
|
immediate: !0
|
15663
15690
|
}
|
15664
15691
|
}
|
15665
|
-
},
|
15666
|
-
function
|
15692
|
+
}, $g = { key: 0 };
|
15693
|
+
function ey(e, t, n, s, i, l) {
|
15667
15694
|
const d = W, u = ie;
|
15668
15695
|
return a(), r("div", {
|
15669
15696
|
class: x(["cmd-toggle-dark-mode", { "styled-layout": n.useStyledLayout, "dark-mode": i.darkMode }])
|
@@ -15692,7 +15719,7 @@ function Jg(e, t, n, s, i, l) {
|
|
15692
15719
|
class: x(["button", { "dark-mode": i.darkMode }]),
|
15693
15720
|
onClick: t[0] || (t[0] = S((...c) => l.toggleColorScheme && l.toggleColorScheme(...c), ["prevent"]))
|
15694
15721
|
}, [
|
15695
|
-
n.showLabel ? (a(), r("span",
|
15722
|
+
n.showLabel ? (a(), r("span", $g, y(l.labelText), 1)) : m("", !0),
|
15696
15723
|
p(d, {
|
15697
15724
|
iconClass: l.iconClass,
|
15698
15725
|
type: l.iconType,
|
@@ -15715,7 +15742,7 @@ function Jg(e, t, n, s, i, l) {
|
|
15715
15742
|
], 64))
|
15716
15743
|
], 2);
|
15717
15744
|
}
|
15718
|
-
const
|
15745
|
+
const ty = /* @__PURE__ */ M(Xg, [["render", ey]]), ny = {
|
15719
15746
|
data() {
|
15720
15747
|
return {
|
15721
15748
|
defaultMessageProperties: {
|
@@ -15773,28 +15800,28 @@ function tl(e, t) {
|
|
15773
15800
|
return e.apply(t, arguments);
|
15774
15801
|
};
|
15775
15802
|
}
|
15776
|
-
const { toString:
|
15777
|
-
const n =
|
15803
|
+
const { toString: iy } = Object.prototype, { getPrototypeOf: Tn } = Object, It = /* @__PURE__ */ ((e) => (t) => {
|
15804
|
+
const n = iy.call(t);
|
15778
15805
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
15779
15806
|
})(/* @__PURE__ */ Object.create(null)), ye = (e) => (e = e.toLowerCase(), (t) => It(t) === e), Bt = (e) => (t) => typeof t === e, { isArray: ze } = Array, it = Bt("undefined");
|
15780
|
-
function
|
15807
|
+
function ly(e) {
|
15781
15808
|
return e !== null && !it(e) && e.constructor !== null && !it(e.constructor) && pe(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
15782
15809
|
}
|
15783
15810
|
const nl = ye("ArrayBuffer");
|
15784
|
-
function
|
15811
|
+
function oy(e) {
|
15785
15812
|
let t;
|
15786
15813
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && nl(e.buffer), t;
|
15787
15814
|
}
|
15788
|
-
const
|
15815
|
+
const ay = Bt("string"), pe = Bt("function"), il = Bt("number"), Ft = (e) => e !== null && typeof e == "object", sy = (e) => e === !0 || e === !1, yt = (e) => {
|
15789
15816
|
if (It(e) !== "object")
|
15790
15817
|
return !1;
|
15791
15818
|
const t = Tn(e);
|
15792
15819
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
15793
|
-
},
|
15820
|
+
}, ry = ye("Date"), dy = ye("File"), uy = ye("Blob"), cy = ye("FileList"), my = (e) => Ft(e) && pe(e.pipe), py = (e) => {
|
15794
15821
|
let t;
|
15795
15822
|
return e && (typeof FormData == "function" && e instanceof FormData || pe(e.append) && ((t = It(e)) === "formdata" || // detect form-data instance
|
15796
15823
|
t === "object" && pe(e.toString) && e.toString() === "[object FormData]"));
|
15797
|
-
},
|
15824
|
+
}, fy = ye("URLSearchParams"), [hy, gy, yy, by] = ["ReadableStream", "Request", "Response", "Headers"].map(ye), xy = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
15798
15825
|
function lt(e, t, { allOwnKeys: n = !1 } = {}) {
|
15799
15826
|
if (e === null || typeof e > "u")
|
15800
15827
|
return;
|
@@ -15828,13 +15855,13 @@ function en() {
|
|
15828
15855
|
arguments[s] && lt(arguments[s], n);
|
15829
15856
|
return t;
|
15830
15857
|
}
|
15831
|
-
const
|
15858
|
+
const Cy = (e, t, n, { allOwnKeys: s } = {}) => (lt(t, (i, l) => {
|
15832
15859
|
n && pe(i) ? e[l] = tl(i, n) : e[l] = i;
|
15833
|
-
}, { allOwnKeys: s }), e),
|
15860
|
+
}, { allOwnKeys: s }), e), vy = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), wy = (e, t, n, s) => {
|
15834
15861
|
e.prototype = Object.create(t.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
15835
15862
|
value: t.prototype
|
15836
15863
|
}), n && Object.assign(e.prototype, n);
|
15837
|
-
},
|
15864
|
+
}, ky = (e, t, n, s) => {
|
15838
15865
|
let i, l, d;
|
15839
15866
|
const u = {};
|
15840
15867
|
if (t = t || {}, e == null) return t;
|
@@ -15844,11 +15871,11 @@ const hy = (e, t, n, { allOwnKeys: s } = {}) => (lt(t, (i, l) => {
|
|
15844
15871
|
e = n !== !1 && Tn(e);
|
15845
15872
|
} while (e && (!n || n(e, t)) && e !== Object.prototype);
|
15846
15873
|
return t;
|
15847
|
-
},
|
15874
|
+
}, Ty = (e, t, n) => {
|
15848
15875
|
e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
|
15849
15876
|
const s = e.indexOf(t, n);
|
15850
15877
|
return s !== -1 && s === n;
|
15851
|
-
},
|
15878
|
+
}, Sy = (e) => {
|
15852
15879
|
if (!e) return null;
|
15853
15880
|
if (ze(e)) return e;
|
15854
15881
|
let t = e.length;
|
@@ -15857,31 +15884,31 @@ const hy = (e, t, n, { allOwnKeys: s } = {}) => (lt(t, (i, l) => {
|
|
15857
15884
|
for (; t-- > 0; )
|
15858
15885
|
n[t] = e[t];
|
15859
15886
|
return n;
|
15860
|
-
},
|
15887
|
+
}, _y = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Tn(Uint8Array)), Oy = (e, t) => {
|
15861
15888
|
const s = (e && e[Symbol.iterator]).call(e);
|
15862
15889
|
let i;
|
15863
15890
|
for (; (i = s.next()) && !i.done; ) {
|
15864
15891
|
const l = i.value;
|
15865
15892
|
t.call(e, l[0], l[1]);
|
15866
15893
|
}
|
15867
|
-
},
|
15894
|
+
}, Ly = (e, t) => {
|
15868
15895
|
let n;
|
15869
15896
|
const s = [];
|
15870
15897
|
for (; (n = e.exec(t)) !== null; )
|
15871
15898
|
s.push(n);
|
15872
15899
|
return s;
|
15873
|
-
},
|
15900
|
+
}, Iy = ye("HTMLFormElement"), By = (e) => e.toLowerCase().replace(
|
15874
15901
|
/[-_\s]([a-z\d])(\w*)/g,
|
15875
15902
|
function(n, s, i) {
|
15876
15903
|
return s.toUpperCase() + i;
|
15877
15904
|
}
|
15878
|
-
), ti = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype),
|
15905
|
+
), ti = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), Fy = ye("RegExp"), sl = (e, t) => {
|
15879
15906
|
const n = Object.getOwnPropertyDescriptors(e), s = {};
|
15880
15907
|
lt(n, (i, l) => {
|
15881
15908
|
let d;
|
15882
15909
|
(d = t(i, l, e)) !== !1 && (s[l] = d || i);
|
15883
15910
|
}), Object.defineProperties(e, s);
|
15884
|
-
},
|
15911
|
+
}, Dy = (e) => {
|
15885
15912
|
sl(e, (t, n) => {
|
15886
15913
|
if (pe(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
|
15887
15914
|
return !1;
|
@@ -15896,29 +15923,29 @@ const hy = (e, t, n, { allOwnKeys: s } = {}) => (lt(t, (i, l) => {
|
|
15896
15923
|
});
|
15897
15924
|
}
|
15898
15925
|
});
|
15899
|
-
},
|
15926
|
+
}, My = (e, t) => {
|
15900
15927
|
const n = {}, s = (i) => {
|
15901
15928
|
i.forEach((l) => {
|
15902
15929
|
n[l] = !0;
|
15903
15930
|
});
|
15904
15931
|
};
|
15905
15932
|
return ze(e) ? s(e) : s(String(e).split(t)), n;
|
15906
|
-
},
|
15907
|
-
},
|
15933
|
+
}, Vy = () => {
|
15934
|
+
}, Py = (e, t) => e != null && Number.isFinite(e = +e) ? e : t, Rt = "abcdefghijklmnopqrstuvwxyz", ni = "0123456789", rl = {
|
15908
15935
|
DIGIT: ni,
|
15909
15936
|
ALPHA: Rt,
|
15910
15937
|
ALPHA_DIGIT: Rt + Rt.toUpperCase() + ni
|
15911
|
-
},
|
15938
|
+
}, Ay = (e = 16, t = rl.ALPHA_DIGIT) => {
|
15912
15939
|
let n = "";
|
15913
15940
|
const { length: s } = t;
|
15914
15941
|
for (; e--; )
|
15915
15942
|
n += t[Math.random() * s | 0];
|
15916
15943
|
return n;
|
15917
15944
|
};
|
15918
|
-
function
|
15945
|
+
function Ey(e) {
|
15919
15946
|
return !!(e && pe(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
|
15920
15947
|
}
|
15921
|
-
const
|
15948
|
+
const Hy = (e) => {
|
15922
15949
|
const t = new Array(10), n = (s, i) => {
|
15923
15950
|
if (Ft(s)) {
|
15924
15951
|
if (t.indexOf(s) >= 0)
|
@@ -15935,63 +15962,63 @@ const My = (e) => {
|
|
15935
15962
|
return s;
|
15936
15963
|
};
|
15937
15964
|
return n(e, 0);
|
15938
|
-
},
|
15965
|
+
}, qy = ye("AsyncFunction"), Ry = (e) => e && (Ft(e) || pe(e)) && pe(e.then) && pe(e.catch), L = {
|
15939
15966
|
isArray: ze,
|
15940
15967
|
isArrayBuffer: nl,
|
15941
|
-
isBuffer:
|
15942
|
-
isFormData:
|
15943
|
-
isArrayBufferView:
|
15944
|
-
isString:
|
15968
|
+
isBuffer: ly,
|
15969
|
+
isFormData: py,
|
15970
|
+
isArrayBufferView: oy,
|
15971
|
+
isString: ay,
|
15945
15972
|
isNumber: il,
|
15946
|
-
isBoolean:
|
15973
|
+
isBoolean: sy,
|
15947
15974
|
isObject: Ft,
|
15948
15975
|
isPlainObject: yt,
|
15949
|
-
isReadableStream:
|
15950
|
-
isRequest:
|
15951
|
-
isResponse:
|
15952
|
-
isHeaders:
|
15976
|
+
isReadableStream: hy,
|
15977
|
+
isRequest: gy,
|
15978
|
+
isResponse: yy,
|
15979
|
+
isHeaders: by,
|
15953
15980
|
isUndefined: it,
|
15954
|
-
isDate:
|
15955
|
-
isFile:
|
15956
|
-
isBlob:
|
15957
|
-
isRegExp:
|
15981
|
+
isDate: ry,
|
15982
|
+
isFile: dy,
|
15983
|
+
isBlob: uy,
|
15984
|
+
isRegExp: Fy,
|
15958
15985
|
isFunction: pe,
|
15959
|
-
isStream:
|
15960
|
-
isURLSearchParams:
|
15961
|
-
isTypedArray:
|
15962
|
-
isFileList:
|
15986
|
+
isStream: my,
|
15987
|
+
isURLSearchParams: fy,
|
15988
|
+
isTypedArray: _y,
|
15989
|
+
isFileList: cy,
|
15963
15990
|
forEach: lt,
|
15964
15991
|
merge: en,
|
15965
|
-
extend:
|
15966
|
-
trim:
|
15967
|
-
stripBOM:
|
15968
|
-
inherits:
|
15969
|
-
toFlatObject:
|
15992
|
+
extend: Cy,
|
15993
|
+
trim: xy,
|
15994
|
+
stripBOM: vy,
|
15995
|
+
inherits: wy,
|
15996
|
+
toFlatObject: ky,
|
15970
15997
|
kindOf: It,
|
15971
15998
|
kindOfTest: ye,
|
15972
|
-
endsWith:
|
15973
|
-
toArray:
|
15974
|
-
forEachEntry:
|
15975
|
-
matchAll:
|
15976
|
-
isHTMLForm:
|
15999
|
+
endsWith: Ty,
|
16000
|
+
toArray: Sy,
|
16001
|
+
forEachEntry: Oy,
|
16002
|
+
matchAll: Ly,
|
16003
|
+
isHTMLForm: Iy,
|
15977
16004
|
hasOwnProperty: ti,
|
15978
16005
|
hasOwnProp: ti,
|
15979
16006
|
// an alias to avoid ESLint no-prototype-builtins detection
|
15980
16007
|
reduceDescriptors: sl,
|
15981
|
-
freezeMethods:
|
15982
|
-
toObjectSet:
|
15983
|
-
toCamelCase:
|
15984
|
-
noop:
|
15985
|
-
toFiniteNumber:
|
16008
|
+
freezeMethods: Dy,
|
16009
|
+
toObjectSet: My,
|
16010
|
+
toCamelCase: By,
|
16011
|
+
noop: Vy,
|
16012
|
+
toFiniteNumber: Py,
|
15986
16013
|
findKey: ll,
|
15987
16014
|
global: ol,
|
15988
16015
|
isContextDefined: al,
|
15989
16016
|
ALPHABET: rl,
|
15990
|
-
generateString:
|
15991
|
-
isSpecCompliantForm:
|
15992
|
-
toJSONObject:
|
15993
|
-
isAsyncFn:
|
15994
|
-
isThenable:
|
16017
|
+
generateString: Ay,
|
16018
|
+
isSpecCompliantForm: Ey,
|
16019
|
+
toJSONObject: Hy,
|
16020
|
+
isAsyncFn: qy,
|
16021
|
+
isThenable: Ry
|
15995
16022
|
};
|
15996
16023
|
function N(e, t, n, s, i) {
|
15997
16024
|
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);
|
@@ -16043,7 +16070,7 @@ N.from = (e, t, n, s, i, l) => {
|
|
16043
16070
|
return c !== Error.prototype;
|
16044
16071
|
}, (u) => u !== "isAxiosError"), N.call(d, e.message, t, n, s, i), d.cause = e, d.name = e.name, l && Object.assign(d, l), d;
|
16045
16072
|
};
|
16046
|
-
const
|
16073
|
+
const jy = null;
|
16047
16074
|
function tn(e) {
|
16048
16075
|
return L.isPlainObject(e) || L.isArray(e);
|
16049
16076
|
}
|
@@ -16055,10 +16082,10 @@ function ii(e, t, n) {
|
|
16055
16082
|
return i = cl(i), !n && l ? "[" + i + "]" : i;
|
16056
16083
|
}).join(n ? "." : "") : t;
|
16057
16084
|
}
|
16058
|
-
function
|
16085
|
+
function Ny(e) {
|
16059
16086
|
return L.isArray(e) && !e.some(tn);
|
16060
16087
|
}
|
16061
|
-
const
|
16088
|
+
const Uy = L.toFlatObject(L, {}, null, function(t) {
|
16062
16089
|
return /^is[A-Z]/.test(t);
|
16063
16090
|
});
|
16064
16091
|
function Dt(e, t, n) {
|
@@ -16087,7 +16114,7 @@ function Dt(e, t, n) {
|
|
16087
16114
|
if (O && !F && typeof O == "object") {
|
16088
16115
|
if (L.endsWith(T, "{}"))
|
16089
16116
|
T = s ? T : T.slice(0, -2), O = JSON.stringify(O);
|
16090
|
-
else if (L.isArray(O) &&
|
16117
|
+
else if (L.isArray(O) && Ny(O) || (L.isFileList(O) || L.endsWith(T, "[]")) && (B = L.toArray(O)))
|
16091
16118
|
return T = cl(T), B.forEach(function(V, U) {
|
16092
16119
|
!(L.isUndefined(V) || V === null) && t.append(
|
16093
16120
|
// eslint-disable-next-line no-nested-ternary
|
@@ -16098,7 +16125,7 @@ function Dt(e, t, n) {
|
|
16098
16125
|
}
|
16099
16126
|
return tn(O) ? !0 : (t.append(ii(F, T, l), h(O)), !1);
|
16100
16127
|
}
|
16101
|
-
const g = [], w = Object.assign(
|
16128
|
+
const g = [], w = Object.assign(Uy, {
|
16102
16129
|
defaultVisitor: f,
|
16103
16130
|
convertValue: h,
|
16104
16131
|
isVisitable: tn
|
@@ -16151,13 +16178,13 @@ ml.toString = function(t) {
|
|
16151
16178
|
return n(i[0]) + "=" + n(i[1]);
|
16152
16179
|
}, "").join("&");
|
16153
16180
|
};
|
16154
|
-
function
|
16181
|
+
function zy(e) {
|
16155
16182
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
16156
16183
|
}
|
16157
16184
|
function pl(e, t, n) {
|
16158
16185
|
if (!t)
|
16159
16186
|
return e;
|
16160
|
-
const s = n && n.encode ||
|
16187
|
+
const s = n && n.encode || zy, i = n && n.serialize;
|
16161
16188
|
let l;
|
16162
16189
|
if (i ? l = i(t, n) : l = L.isURLSearchParams(t) ? t.toString() : new Sn(t, n).toString(s), l) {
|
16163
16190
|
const d = e.indexOf("#");
|
@@ -16223,36 +16250,36 @@ const fl = {
|
|
16223
16250
|
silentJSONParsing: !0,
|
16224
16251
|
forcedJSONParsing: !0,
|
16225
16252
|
clarifyTimeoutError: !1
|
16226
|
-
},
|
16253
|
+
}, Gy = typeof URLSearchParams < "u" ? URLSearchParams : Sn, Wy = typeof FormData < "u" ? FormData : null, Ky = typeof Blob < "u" ? Blob : null, Yy = {
|
16227
16254
|
isBrowser: !0,
|
16228
16255
|
classes: {
|
16229
|
-
URLSearchParams:
|
16230
|
-
FormData:
|
16231
|
-
Blob:
|
16256
|
+
URLSearchParams: Gy,
|
16257
|
+
FormData: Wy,
|
16258
|
+
Blob: Ky
|
16232
16259
|
},
|
16233
16260
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
16234
|
-
}, _n = typeof window < "u" && typeof document < "u",
|
16235
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
16261
|
+
}, _n = typeof window < "u" && typeof document < "u", Jy = ((e) => _n && ["ReactNative", "NativeScript", "NS"].indexOf(e) < 0)(typeof navigator < "u" && navigator.product), Zy = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
16262
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Qy = _n && window.location.href || "http://localhost", Xy = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
16236
16263
|
__proto__: null,
|
16237
16264
|
hasBrowserEnv: _n,
|
16238
|
-
hasStandardBrowserEnv:
|
16239
|
-
hasStandardBrowserWebWorkerEnv:
|
16240
|
-
origin:
|
16265
|
+
hasStandardBrowserEnv: Jy,
|
16266
|
+
hasStandardBrowserWebWorkerEnv: Zy,
|
16267
|
+
origin: Qy
|
16241
16268
|
}, Symbol.toStringTag, { value: "Module" })), he = {
|
16242
|
-
...
|
16243
|
-
...
|
16269
|
+
...Xy,
|
16270
|
+
...Yy
|
16244
16271
|
};
|
16245
|
-
function
|
16272
|
+
function $y(e, t) {
|
16246
16273
|
return Dt(e, new he.classes.URLSearchParams(), Object.assign({
|
16247
16274
|
visitor: function(n, s, i, l) {
|
16248
16275
|
return he.isNode && L.isBuffer(n) ? (this.append(s, n.toString("base64")), !1) : l.defaultVisitor.apply(this, arguments);
|
16249
16276
|
}
|
16250
16277
|
}, t));
|
16251
16278
|
}
|
16252
|
-
function
|
16279
|
+
function eb(e) {
|
16253
16280
|
return L.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
|
16254
16281
|
}
|
16255
|
-
function
|
16282
|
+
function tb(e) {
|
16256
16283
|
const t = {}, n = Object.keys(e);
|
16257
16284
|
let s;
|
16258
16285
|
const i = n.length;
|
@@ -16266,17 +16293,17 @@ function hl(e) {
|
|
16266
16293
|
let d = n[l++];
|
16267
16294
|
if (d === "__proto__") return !0;
|
16268
16295
|
const u = Number.isFinite(+d), c = l >= n.length;
|
16269
|
-
return d = !d && L.isArray(i) ? i.length : d, c ? (L.hasOwnProp(i, d) ? i[d] = [i[d], s] : i[d] = s, !u) : ((!i[d] || !L.isObject(i[d])) && (i[d] = []), t(n, s, i[d], l) && L.isArray(i[d]) && (i[d] =
|
16296
|
+
return d = !d && L.isArray(i) ? i.length : d, c ? (L.hasOwnProp(i, d) ? i[d] = [i[d], s] : i[d] = s, !u) : ((!i[d] || !L.isObject(i[d])) && (i[d] = []), t(n, s, i[d], l) && L.isArray(i[d]) && (i[d] = tb(i[d])), !u);
|
16270
16297
|
}
|
16271
16298
|
if (L.isFormData(e) && L.isFunction(e.entries)) {
|
16272
16299
|
const n = {};
|
16273
16300
|
return L.forEachEntry(e, (s, i) => {
|
16274
|
-
t(
|
16301
|
+
t(eb(s), i, n, 0);
|
16275
16302
|
}), n;
|
16276
16303
|
}
|
16277
16304
|
return null;
|
16278
16305
|
}
|
16279
|
-
function
|
16306
|
+
function nb(e, t, n) {
|
16280
16307
|
if (L.isString(e))
|
16281
16308
|
try {
|
16282
16309
|
return (t || JSON.parse)(e), L.trim(e);
|
@@ -16302,7 +16329,7 @@ const ot = {
|
|
16302
16329
|
let u;
|
16303
16330
|
if (l) {
|
16304
16331
|
if (s.indexOf("application/x-www-form-urlencoded") > -1)
|
16305
|
-
return
|
16332
|
+
return $y(t, this.formSerializer).toString();
|
16306
16333
|
if ((u = L.isFileList(t)) || s.indexOf("multipart/form-data") > -1) {
|
16307
16334
|
const c = this.env && this.env.FormData;
|
16308
16335
|
return Dt(
|
@@ -16312,7 +16339,7 @@ const ot = {
|
|
16312
16339
|
);
|
16313
16340
|
}
|
16314
16341
|
}
|
16315
|
-
return l || i ? (n.setContentType("application/json", !1),
|
16342
|
+
return l || i ? (n.setContentType("application/json", !1), nb(t)) : t;
|
16316
16343
|
}],
|
16317
16344
|
transformResponse: [function(t) {
|
16318
16345
|
const n = this.transitional || ot.transitional, s = n && n.forcedJSONParsing, i = this.responseType === "json";
|
@@ -16355,7 +16382,7 @@ const ot = {
|
|
16355
16382
|
L.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
|
16356
16383
|
ot.headers[e] = {};
|
16357
16384
|
});
|
16358
|
-
const
|
16385
|
+
const ib = L.toObjectSet([
|
16359
16386
|
"age",
|
16360
16387
|
"authorization",
|
16361
16388
|
"content-length",
|
@@ -16373,12 +16400,12 @@ const Xy = L.toObjectSet([
|
|
16373
16400
|
"referer",
|
16374
16401
|
"retry-after",
|
16375
16402
|
"user-agent"
|
16376
|
-
]),
|
16403
|
+
]), lb = (e) => {
|
16377
16404
|
const t = {};
|
16378
16405
|
let n, s, i;
|
16379
16406
|
return e && e.split(`
|
16380
16407
|
`).forEach(function(d) {
|
16381
|
-
i = d.indexOf(":"), n = d.substring(0, i).trim().toLowerCase(), s = d.substring(i + 1).trim(), !(!n || t[n] &&
|
16408
|
+
i = d.indexOf(":"), n = d.substring(0, i).trim().toLowerCase(), s = d.substring(i + 1).trim(), !(!n || t[n] && ib[n]) && (n === "set-cookie" ? t[n] ? t[n].push(s) : t[n] = [s] : t[n] = t[n] ? t[n] + ", " + s : s);
|
16382
16409
|
}), t;
|
16383
16410
|
}, ai = Symbol("internals");
|
16384
16411
|
function Qe(e) {
|
@@ -16387,14 +16414,14 @@ function Qe(e) {
|
|
16387
16414
|
function bt(e) {
|
16388
16415
|
return e === !1 || e == null ? e : L.isArray(e) ? e.map(bt) : String(e);
|
16389
16416
|
}
|
16390
|
-
function
|
16417
|
+
function ob(e) {
|
16391
16418
|
const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
16392
16419
|
let s;
|
16393
16420
|
for (; s = n.exec(e); )
|
16394
16421
|
t[s[1]] = s[2];
|
16395
16422
|
return t;
|
16396
16423
|
}
|
16397
|
-
const
|
16424
|
+
const ab = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
|
16398
16425
|
function jt(e, t, n, s, i) {
|
16399
16426
|
if (L.isFunction(s))
|
16400
16427
|
return s.call(this, t, n);
|
@@ -16405,10 +16432,10 @@ function jt(e, t, n, s, i) {
|
|
16405
16432
|
return s.test(t);
|
16406
16433
|
}
|
16407
16434
|
}
|
16408
|
-
function
|
16435
|
+
function sb(e) {
|
16409
16436
|
return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, n, s) => n.toUpperCase() + s);
|
16410
16437
|
}
|
16411
|
-
function
|
16438
|
+
function rb(e, t) {
|
16412
16439
|
const n = L.toCamelCase(" " + t);
|
16413
16440
|
["get", "set", "has"].forEach((s) => {
|
16414
16441
|
Object.defineProperty(e, s + n, {
|
@@ -16435,8 +16462,8 @@ class ue {
|
|
16435
16462
|
const d = (u, c) => L.forEach(u, (h, f) => l(h, f, c));
|
16436
16463
|
if (L.isPlainObject(t) || t instanceof this.constructor)
|
16437
16464
|
d(t, n);
|
16438
|
-
else if (L.isString(t) && (t = t.trim()) && !
|
16439
|
-
d(
|
16465
|
+
else if (L.isString(t) && (t = t.trim()) && !ab(t))
|
16466
|
+
d(lb(t), n);
|
16440
16467
|
else if (L.isHeaders(t))
|
16441
16468
|
for (const [u, c] of t.entries())
|
16442
16469
|
l(c, u, s);
|
@@ -16452,7 +16479,7 @@ class ue {
|
|
16452
16479
|
if (!n)
|
16453
16480
|
return i;
|
16454
16481
|
if (n === !0)
|
16455
|
-
return
|
16482
|
+
return ob(i);
|
16456
16483
|
if (L.isFunction(n))
|
16457
16484
|
return n.call(this, i, s);
|
16458
16485
|
if (L.isRegExp(n))
|
@@ -16496,7 +16523,7 @@ class ue {
|
|
16496
16523
|
n[d] = bt(i), delete n[l];
|
16497
16524
|
return;
|
16498
16525
|
}
|
16499
|
-
const u = t ?
|
16526
|
+
const u = t ? sb(l) : String(l).trim();
|
16500
16527
|
u !== l && delete n[l], n[u] = bt(i), s[u] = !0;
|
16501
16528
|
}), this;
|
16502
16529
|
}
|
@@ -16532,7 +16559,7 @@ class ue {
|
|
16532
16559
|
}).accessors, i = this.prototype;
|
16533
16560
|
function l(d) {
|
16534
16561
|
const u = Qe(d);
|
16535
|
-
s[u] || (
|
16562
|
+
s[u] || (rb(i, d), s[u] = !0);
|
16536
16563
|
}
|
16537
16564
|
return L.isArray(t) ? t.forEach(l) : l(t), this;
|
16538
16565
|
}
|
@@ -16574,11 +16601,11 @@ function yl(e, t, n) {
|
|
16574
16601
|
n
|
16575
16602
|
));
|
16576
16603
|
}
|
16577
|
-
function
|
16604
|
+
function db(e) {
|
16578
16605
|
const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
|
16579
16606
|
return t && t[1] || "";
|
16580
16607
|
}
|
16581
|
-
function
|
16608
|
+
function ub(e, t) {
|
16582
16609
|
e = e || 10;
|
16583
16610
|
const n = new Array(e), s = new Array(e);
|
16584
16611
|
let i = 0, l = 0, d;
|
@@ -16594,7 +16621,7 @@ function ob(e, t) {
|
|
16594
16621
|
return b ? Math.round(w * 1e3 / b) : void 0;
|
16595
16622
|
};
|
16596
16623
|
}
|
16597
|
-
function
|
16624
|
+
function cb(e, t) {
|
16598
16625
|
let n = 0;
|
16599
16626
|
const s = 1e3 / t;
|
16600
16627
|
let i = null;
|
@@ -16607,8 +16634,8 @@ function ab(e, t) {
|
|
16607
16634
|
}
|
16608
16635
|
const vt = (e, t, n = 3) => {
|
16609
16636
|
let s = 0;
|
16610
|
-
const i =
|
16611
|
-
return
|
16637
|
+
const i = ub(50, 250);
|
16638
|
+
return cb((l) => {
|
16612
16639
|
const d = l.loaded, u = l.lengthComputable ? l.total : void 0, c = d - s, h = i(c), f = d <= u;
|
16613
16640
|
s = d;
|
16614
16641
|
const g = {
|
@@ -16623,7 +16650,7 @@ const vt = (e, t, n = 3) => {
|
|
16623
16650
|
};
|
16624
16651
|
g[t ? "download" : "upload"] = !0, e(g);
|
16625
16652
|
}, n);
|
16626
|
-
},
|
16653
|
+
}, mb = he.hasStandardBrowserEnv ? (
|
16627
16654
|
// Standard browser envs have full support of the APIs needed to test
|
16628
16655
|
// whether the request URL is of the same origin as current location.
|
16629
16656
|
function() {
|
@@ -16654,7 +16681,7 @@ const vt = (e, t, n = 3) => {
|
|
16654
16681
|
return !0;
|
16655
16682
|
};
|
16656
16683
|
}()
|
16657
|
-
),
|
16684
|
+
), pb = he.hasStandardBrowserEnv ? (
|
16658
16685
|
// Standard browser envs support document.cookie
|
16659
16686
|
{
|
16660
16687
|
write(e, t, n, s, i, l) {
|
@@ -16681,14 +16708,14 @@ const vt = (e, t, n = 3) => {
|
|
16681
16708
|
}
|
16682
16709
|
}
|
16683
16710
|
);
|
16684
|
-
function
|
16711
|
+
function fb(e) {
|
16685
16712
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
|
16686
16713
|
}
|
16687
|
-
function
|
16714
|
+
function hb(e, t) {
|
16688
16715
|
return t ? e.replace(/\/?\/$/, "") + "/" + t.replace(/^\/+/, "") : e;
|
16689
16716
|
}
|
16690
16717
|
function bl(e, t) {
|
16691
|
-
return e && !
|
16718
|
+
return e && !fb(t) ? hb(e, t) : t;
|
16692
16719
|
}
|
16693
16720
|
const si = (e) => e instanceof ue ? { ...e } : e;
|
16694
16721
|
function He(e, t) {
|
@@ -16771,12 +16798,12 @@ const xl = (e) => {
|
|
16771
16798
|
d.setContentType([h || "multipart/form-data", ...f].join("; "));
|
16772
16799
|
}
|
16773
16800
|
}
|
16774
|
-
if (he.hasStandardBrowserEnv && (s && L.isFunction(s) && (s = s(t)), s || s !== !1 &&
|
16775
|
-
const h = i && l &&
|
16801
|
+
if (he.hasStandardBrowserEnv && (s && L.isFunction(s) && (s = s(t)), s || s !== !1 && mb(t.url))) {
|
16802
|
+
const h = i && l && pb.read(l);
|
16776
16803
|
h && d.set(i, h);
|
16777
16804
|
}
|
16778
16805
|
return t;
|
16779
|
-
},
|
16806
|
+
}, gb = typeof XMLHttpRequest < "u", yb = gb && function(e) {
|
16780
16807
|
return new Promise(function(n, s) {
|
16781
16808
|
const i = xl(e);
|
16782
16809
|
let l = i.data;
|
@@ -16826,14 +16853,14 @@ const xl = (e) => {
|
|
16826
16853
|
}), L.isUndefined(i.withCredentials) || (f.withCredentials = !!i.withCredentials), u && u !== "json" && (f.responseType = i.responseType), typeof i.onDownloadProgress == "function" && f.addEventListener("progress", vt(i.onDownloadProgress, !0)), typeof i.onUploadProgress == "function" && f.upload && f.upload.addEventListener("progress", vt(i.onUploadProgress)), (i.cancelToken || i.signal) && (c = (b) => {
|
16827
16854
|
f && (s(!b || b.type ? new Ge(null, e, f) : b), f.abort(), f = null);
|
16828
16855
|
}, i.cancelToken && i.cancelToken.subscribe(c), i.signal && (i.signal.aborted ? c() : i.signal.addEventListener("abort", c)));
|
16829
|
-
const w =
|
16856
|
+
const w = db(i.url);
|
16830
16857
|
if (w && he.protocols.indexOf(w) === -1) {
|
16831
16858
|
s(new N("Unsupported protocol " + w + ":", N.ERR_BAD_REQUEST, e));
|
16832
16859
|
return;
|
16833
16860
|
}
|
16834
16861
|
f.send(l || null);
|
16835
16862
|
});
|
16836
|
-
},
|
16863
|
+
}, bb = (e, t) => {
|
16837
16864
|
let n = new AbortController(), s;
|
16838
16865
|
const i = function(c) {
|
16839
16866
|
if (!s) {
|
@@ -16855,7 +16882,7 @@ const xl = (e) => {
|
|
16855
16882
|
return u.unsubscribe = d, [u, () => {
|
16856
16883
|
l && clearTimeout(l), l = null;
|
16857
16884
|
}];
|
16858
|
-
},
|
16885
|
+
}, xb = function* (e, t) {
|
16859
16886
|
let n = e.byteLength;
|
16860
16887
|
if (n < t) {
|
16861
16888
|
yield e;
|
@@ -16864,11 +16891,11 @@ const xl = (e) => {
|
|
16864
16891
|
let s = 0, i;
|
16865
16892
|
for (; s < n; )
|
16866
16893
|
i = s + t, yield e.slice(s, i), s = i;
|
16867
|
-
},
|
16894
|
+
}, Cb = async function* (e, t, n) {
|
16868
16895
|
for await (const s of e)
|
16869
|
-
yield*
|
16896
|
+
yield* xb(ArrayBuffer.isView(s) ? s : await n(String(s)), t);
|
16870
16897
|
}, ri = (e, t, n, s, i) => {
|
16871
|
-
const l =
|
16898
|
+
const l = Cb(e, t, i);
|
16872
16899
|
let d = 0;
|
16873
16900
|
return new ReadableStream({
|
16874
16901
|
type: "bytes",
|
@@ -16894,7 +16921,7 @@ const xl = (e) => {
|
|
16894
16921
|
total: e,
|
16895
16922
|
loaded: s
|
16896
16923
|
}));
|
16897
|
-
}, Mt = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Cl = Mt && typeof ReadableStream == "function", nn = Mt && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())),
|
16924
|
+
}, Mt = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", Cl = Mt && typeof ReadableStream == "function", nn = Mt && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), vb = Cl && (() => {
|
16898
16925
|
let e = !1;
|
16899
16926
|
const t = new Request(he.origin, {
|
16900
16927
|
body: new ReadableStream(),
|
@@ -16919,7 +16946,7 @@ Mt && ((e) => {
|
|
16919
16946
|
});
|
16920
16947
|
});
|
16921
16948
|
})(new Response());
|
16922
|
-
const
|
16949
|
+
const wb = async (e) => {
|
16923
16950
|
if (e == null)
|
16924
16951
|
return 0;
|
16925
16952
|
if (L.isBlob(e))
|
@@ -16930,10 +16957,10 @@ const yb = async (e) => {
|
|
16930
16957
|
return e.byteLength;
|
16931
16958
|
if (L.isURLSearchParams(e) && (e = e + ""), L.isString(e))
|
16932
16959
|
return (await nn(e)).byteLength;
|
16933
|
-
},
|
16960
|
+
}, kb = async (e, t) => {
|
16934
16961
|
const n = L.toFiniteNumber(e.getContentLength());
|
16935
|
-
return n ??
|
16936
|
-
},
|
16962
|
+
return n ?? wb(t);
|
16963
|
+
}, Tb = Mt && (async (e) => {
|
16937
16964
|
let {
|
16938
16965
|
url: t,
|
16939
16966
|
method: n,
|
@@ -16949,7 +16976,7 @@ const yb = async (e) => {
|
|
16949
16976
|
fetchOptions: w
|
16950
16977
|
} = xl(e);
|
16951
16978
|
h = h ? (h + "").toLowerCase() : "text";
|
16952
|
-
let [b, O] = i || l || d ?
|
16979
|
+
let [b, O] = i || l || d ? bb([i, l], d) : [], T, F;
|
16953
16980
|
const B = () => {
|
16954
16981
|
!T && setTimeout(() => {
|
16955
16982
|
b && b.unsubscribe();
|
@@ -16957,7 +16984,7 @@ const yb = async (e) => {
|
|
16957
16984
|
};
|
16958
16985
|
let D;
|
16959
16986
|
try {
|
16960
|
-
if (c &&
|
16987
|
+
if (c && vb && n !== "get" && n !== "head" && (D = await kb(f, s)) !== 0) {
|
16961
16988
|
let P = new Request(t, {
|
16962
16989
|
method: "POST",
|
16963
16990
|
body: s,
|
@@ -17014,9 +17041,9 @@ const yb = async (e) => {
|
|
17014
17041
|
) : N.from(V, V && V.code, e, F);
|
17015
17042
|
}
|
17016
17043
|
}), on = {
|
17017
|
-
http:
|
17018
|
-
xhr:
|
17019
|
-
fetch:
|
17044
|
+
http: jy,
|
17045
|
+
xhr: yb,
|
17046
|
+
fetch: Tb
|
17020
17047
|
};
|
17021
17048
|
L.forEach(on, (e, t) => {
|
17022
17049
|
if (e) {
|
@@ -17027,7 +17054,7 @@ L.forEach(on, (e, t) => {
|
|
17027
17054
|
Object.defineProperty(e, "adapterName", { value: t });
|
17028
17055
|
}
|
17029
17056
|
});
|
17030
|
-
const ci = (e) => `- ${e}`,
|
17057
|
+
const ci = (e) => `- ${e}`, Sb = (e) => L.isFunction(e) || e === null || e === !1, vl = {
|
17031
17058
|
getAdapter: (e) => {
|
17032
17059
|
e = L.isArray(e) ? e : [e];
|
17033
17060
|
const { length: t } = e;
|
@@ -17036,7 +17063,7 @@ const ci = (e) => `- ${e}`, Cb = (e) => L.isFunction(e) || e === null || e === !
|
|
17036
17063
|
for (let l = 0; l < t; l++) {
|
17037
17064
|
n = e[l];
|
17038
17065
|
let d;
|
17039
|
-
if (s = n, !
|
17066
|
+
if (s = n, !Sb(n) && (s = on[(d = String(n)).toLowerCase()], s === void 0))
|
17040
17067
|
throw new N(`Unknown adapter '${d}'`);
|
17041
17068
|
if (s)
|
17042
17069
|
break;
|
@@ -17105,7 +17132,7 @@ On.transitional = function(t, n, s) {
|
|
17105
17132
|
)), t ? t(l, d, u) : !0;
|
17106
17133
|
};
|
17107
17134
|
};
|
17108
|
-
function
|
17135
|
+
function _b(e, t, n) {
|
17109
17136
|
if (typeof e != "object")
|
17110
17137
|
throw new N("options must be an object", N.ERR_BAD_OPTION_VALUE);
|
17111
17138
|
const s = Object.keys(e);
|
@@ -17123,7 +17150,7 @@ function vb(e, t, n) {
|
|
17123
17150
|
}
|
17124
17151
|
}
|
17125
17152
|
const an = {
|
17126
|
-
assertOptions:
|
17153
|
+
assertOptions: _b,
|
17127
17154
|
validators: On
|
17128
17155
|
}, Te = an.validators;
|
17129
17156
|
class Pe {
|
@@ -17314,12 +17341,12 @@ class Ln {
|
|
17314
17341
|
};
|
17315
17342
|
}
|
17316
17343
|
}
|
17317
|
-
function
|
17344
|
+
function Ob(e) {
|
17318
17345
|
return function(n) {
|
17319
17346
|
return e.apply(null, n);
|
17320
17347
|
};
|
17321
17348
|
}
|
17322
|
-
function
|
17349
|
+
function Lb(e) {
|
17323
17350
|
return L.isObject(e) && e.isAxiosError === !0;
|
17324
17351
|
}
|
17325
17352
|
const sn = {
|
@@ -17408,18 +17435,18 @@ $.Cancel = $.CanceledError;
|
|
17408
17435
|
$.all = function(t) {
|
17409
17436
|
return Promise.all(t);
|
17410
17437
|
};
|
17411
|
-
$.spread =
|
17412
|
-
$.isAxiosError =
|
17438
|
+
$.spread = Ob;
|
17439
|
+
$.isAxiosError = Lb;
|
17413
17440
|
$.mergeConfig = He;
|
17414
17441
|
$.AxiosHeaders = ue;
|
17415
17442
|
$.formToJSON = (e) => hl(L.isHTMLForm(e) ? new FormData(e) : e);
|
17416
17443
|
$.getAdapter = vl.getAdapter;
|
17417
17444
|
$.HttpStatusCode = sn;
|
17418
17445
|
$.default = $;
|
17419
|
-
const
|
17446
|
+
const Ib = {
|
17420
17447
|
name: "CmdUploadForm",
|
17421
17448
|
emits: ["click", "error", "upload-complete", "upload-file-success"],
|
17422
|
-
mixins: [ce,
|
17449
|
+
mixins: [ce, ny],
|
17423
17450
|
data() {
|
17424
17451
|
return {
|
17425
17452
|
comment: "",
|
@@ -17950,29 +17977,29 @@ const Tb = {
|
|
17950
17977
|
}
|
17951
17978
|
}
|
17952
17979
|
}
|
17953
|
-
},
|
17980
|
+
}, Bb = { key: 0 }, Fb = {
|
17954
17981
|
key: 1,
|
17955
17982
|
class: "flex-container vertical"
|
17956
|
-
},
|
17983
|
+
}, Db = {
|
17957
17984
|
key: 0,
|
17958
17985
|
class: "flex-container vertical list-files-wrapper"
|
17959
|
-
},
|
17986
|
+
}, Mb = {
|
17960
17987
|
key: 0,
|
17961
17988
|
class: "list-of-files total-files"
|
17962
|
-
},
|
17989
|
+
}, Vb = { class: "flex-container no-flex" }, Pb = ["title"], Ab = {
|
17963
17990
|
key: 0,
|
17964
17991
|
class: "progressbar"
|
17965
|
-
},
|
17992
|
+
}, Eb = ["value", "title"], Hb = { class: "flex-container vertical list-files-wrapper" }, qb = { class: "list-of-files" }, Rb = ["title", "onClick"], jb = {
|
17966
17993
|
key: 0,
|
17967
17994
|
class: "progressbar"
|
17968
|
-
},
|
17995
|
+
}, Nb = ["value", "title"], Ub = ["title"], zb = { class: "upload-conditions" }, Gb = { class: "small" }, Wb = ["title"], Kb = {
|
17969
17996
|
key: 0,
|
17970
17997
|
class: "list-of-file-extensions"
|
17971
|
-
},
|
17998
|
+
}, Yb = { class: "flex-container vertical no-gap" }, Jb = ["disabled"], Zb = { key: 0 }, Qb = { key: 1 }, Xb = { class: "button-wrapper no-flex" }, $b = ["disabled"], ex = { key: 0 }, tx = { key: 1 }, nx = {
|
17972
17999
|
key: 0,
|
17973
18000
|
class: "progressbar"
|
17974
|
-
},
|
17975
|
-
function
|
18001
|
+
}, ix = ["value", "title"];
|
18002
|
+
function lx(e, t, n, s, i, l) {
|
17976
18003
|
const d = J, u = Ne, c = W, h = ie;
|
17977
18004
|
return a(), r(_, null, [
|
17978
18005
|
n.advancedMode ? (a(), r("fieldset", {
|
@@ -17990,7 +18017,7 @@ function $b(e, t, n, s, i, l) {
|
|
17990
18017
|
systemMessage: l.allSystemMessages.length === 1 ? l.allSystemMessages[0] : e.getMessage("upload_form.system_message.the_following_errors_occurred")
|
17991
18018
|
}, {
|
17992
18019
|
default: k(() => [
|
17993
|
-
l.allSystemMessages.length > 1 ? (a(), r("ul",
|
18020
|
+
l.allSystemMessages.length > 1 ? (a(), r("ul", Bb, [
|
17994
18021
|
(a(!0), r(_, null, q(l.allSystemMessages, (f, g) => (a(), r("li", { key: g }, y(f), 1))), 128))
|
17995
18022
|
])) : m("", !0)
|
17996
18023
|
]),
|
@@ -17999,23 +18026,23 @@ function $b(e, t, n, s, i, l) {
|
|
17999
18026
|
o("div", I({
|
18000
18027
|
class: ["box flex-container vertical", { "drop-area": n.enableDragAndDrop, "allow-drop": i.allowDrop }]
|
18001
18028
|
}, zt(l.dragAndDropHandler, !0)), [
|
18002
|
-
i.listOfFiles.length ? (a(), r("div",
|
18003
|
-
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("div",
|
18029
|
+
i.listOfFiles.length ? (a(), r("div", Fb, [
|
18030
|
+
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("div", Db, [
|
18004
18031
|
p(d, I(n.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
18005
18032
|
default: k(() => [
|
18006
18033
|
H(y(e.getMessage("upload_form.headline.summary_of_all_files")), 1)
|
18007
18034
|
]),
|
18008
18035
|
_: 1
|
18009
18036
|
}, 16),
|
18010
|
-
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("ul",
|
18011
|
-
o("li",
|
18037
|
+
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("ul", Mb, [
|
18038
|
+
o("li", Vb, [
|
18012
18039
|
o("a", {
|
18013
18040
|
href: "#",
|
18014
18041
|
title: e.getMessage("upload_form.labeltext.remove_all_files_from_list"),
|
18015
18042
|
onClick: t[0] || (t[0] = S((...f) => l.cancelUpload && l.cancelUpload(...f), ["prevent"]))
|
18016
18043
|
}, [
|
18017
18044
|
p(c, j(Ve(n.iconDelete)), null, 16)
|
18018
|
-
], 8,
|
18045
|
+
], 8, Pb),
|
18019
18046
|
o("span", null, [
|
18020
18047
|
H(y(i.listOfFiles.length) + " ", 1),
|
18021
18048
|
n.allowMultipleFileUploads ? (a(), r(_, { key: 1 }, [
|
@@ -18030,26 +18057,26 @@ function $b(e, t, n, s, i, l) {
|
|
18030
18057
|
{ error: n.maxTotalUploadSize > 0 && l.totalSize > n.maxTotalUploadSize }
|
18031
18058
|
])
|
18032
18059
|
}, " (" + y(l.formatSize(l.totalSize)) + ") ", 3),
|
18033
|
-
i.uploadInitiated ? (a(), r("span",
|
18060
|
+
i.uploadInitiated ? (a(), r("span", Ab, [
|
18034
18061
|
o("span", null, y(l.getPercentage(l.totalUploadProgress)), 1),
|
18035
18062
|
o("progress", {
|
18036
18063
|
max: "100",
|
18037
18064
|
value: l.totalUploadProgress,
|
18038
18065
|
title: l.totalBytesUploaded
|
18039
|
-
}, null, 8,
|
18066
|
+
}, null, 8, Eb)
|
18040
18067
|
])) : m("", !0)
|
18041
18068
|
])
|
18042
18069
|
])) : m("", !0),
|
18043
18070
|
t[8] || (t[8] = o("hr", null, null, -1))
|
18044
18071
|
])) : m("", !0),
|
18045
|
-
o("div",
|
18072
|
+
o("div", Hb, [
|
18046
18073
|
p(d, I(n.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
18047
18074
|
default: k(() => [
|
18048
18075
|
H(y(e.getMessage("upload_form.headline.list_of_selected_files")), 1)
|
18049
18076
|
]),
|
18050
18077
|
_: 1
|
18051
18078
|
}, 16),
|
18052
|
-
o("ul",
|
18079
|
+
o("ul", qb, [
|
18053
18080
|
(a(!0), r(_, null, q(i.listOfFiles, (f, g) => (a(), r("li", {
|
18054
18081
|
key: g,
|
18055
18082
|
class: "flex-container no-flex"
|
@@ -18060,7 +18087,7 @@ function $b(e, t, n, s, i, l) {
|
|
18060
18087
|
onClick: S((w) => l.removeFile(g), ["prevent"])
|
18061
18088
|
}, [
|
18062
18089
|
p(c, I({ ref_for: !0 }, n.iconDelete), null, 16)
|
18063
|
-
], 8,
|
18090
|
+
], 8, Rb),
|
18064
18091
|
o("span", {
|
18065
18092
|
class: x([
|
18066
18093
|
"text-align-right",
|
@@ -18071,13 +18098,13 @@ function $b(e, t, n, s, i, l) {
|
|
18071
18098
|
H(y(f.file.name) + " ", 1),
|
18072
18099
|
o("small", null, "(" + y(l.formatSize(f.file.size)) + ")", 1)
|
18073
18100
|
], 2),
|
18074
|
-
i.uploadInitiated && !f.error ? (a(), r("span",
|
18101
|
+
i.uploadInitiated && !f.error ? (a(), r("span", jb, [
|
18075
18102
|
o("span", null, y(l.getPercentage(f.progress)), 1),
|
18076
18103
|
o("progress", {
|
18077
18104
|
max: "100",
|
18078
18105
|
value: f.progress,
|
18079
18106
|
title: l.formatSize(f.uploadedBytes) + "/" + l.formatSize(f.file.size)
|
18080
|
-
}, null, 8,
|
18107
|
+
}, null, 8, Nb)
|
18081
18108
|
])) : m("", !0)
|
18082
18109
|
]))), 128))
|
18083
18110
|
]),
|
@@ -18086,7 +18113,7 @@ function $b(e, t, n, s, i, l) {
|
|
18086
18113
|
href: "#",
|
18087
18114
|
onClick: t[1] || (t[1] = S((...f) => l.cancel && l.cancel(...f), ["prevent"])),
|
18088
18115
|
title: e.getMessage("upload_form.all_files_will_be_removed")
|
18089
|
-
}, y(e.getMessage("upload_form.reset_upload")), 9,
|
18116
|
+
}, y(e.getMessage("upload_form.reset_upload")), 9, Ub)) : m("", !0),
|
18090
18117
|
t[9] || (t[9] = o("hr", null, null, -1))
|
18091
18118
|
])
|
18092
18119
|
])) : (a(), r(_, { key: 0 }, [
|
@@ -18097,7 +18124,7 @@ function $b(e, t, n, s, i, l) {
|
|
18097
18124
|
_: 1
|
18098
18125
|
}, 16)) : m("", !0)
|
18099
18126
|
], 64)),
|
18100
|
-
o("div",
|
18127
|
+
o("div", zb, [
|
18101
18128
|
n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), v(d, I({ key: 0 }, n.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
|
18102
18129
|
default: k(() => [
|
18103
18130
|
H(y(e.getMessage("upload_form.headline.select_additional_files")), 1)
|
@@ -18110,7 +18137,7 @@ function $b(e, t, n, s, i, l) {
|
|
18110
18137
|
]),
|
18111
18138
|
_: 1
|
18112
18139
|
}, 16)) : m("", !0),
|
18113
|
-
o("dl",
|
18140
|
+
o("dl", Gb, [
|
18114
18141
|
n.maxTotalUploadSize > 0 ? (a(), r(_, { key: 0 }, [
|
18115
18142
|
o("dt", {
|
18116
18143
|
class: x({ error: l.totalSize > n.maxTotalUploadSize })
|
@@ -18138,12 +18165,12 @@ function $b(e, t, n, s, i, l) {
|
|
18138
18165
|
iconClass: i.showListOfFileExtensions ? n.iconInvisible.iconClass : n.iconVisible.iconClass,
|
18139
18166
|
type: i.showListOfFileExtensions ? n.iconInvisible.iconType : n.iconVisible.iconType
|
18140
18167
|
}, null, 8, ["iconClass", "type"])
|
18141
|
-
], 8,
|
18168
|
+
], 8, Wb),
|
18142
18169
|
p(Ae, {
|
18143
18170
|
name: n.useTransition ? "fade" : null
|
18144
18171
|
}, {
|
18145
18172
|
default: k(() => [
|
18146
|
-
i.showListOfFileExtensions ? (a(), r("ul",
|
18173
|
+
i.showListOfFileExtensions ? (a(), r("ul", Kb, [
|
18147
18174
|
(a(!0), r(_, null, q(n.allowedFileExtensions, (f, g) => (a(), r("li", {
|
18148
18175
|
key: g,
|
18149
18176
|
class: x({ error: i.errors.fileType })
|
@@ -18155,7 +18182,7 @@ function $b(e, t, n, s, i, l) {
|
|
18155
18182
|
])
|
18156
18183
|
])
|
18157
18184
|
]),
|
18158
|
-
o("div",
|
18185
|
+
o("div", Yb, [
|
18159
18186
|
o("button", {
|
18160
18187
|
type: "button",
|
18161
18188
|
class: x(["button upload primary", { disabled: i.uploadInitiated }]),
|
@@ -18166,8 +18193,8 @@ function $b(e, t, n, s, i, l) {
|
|
18166
18193
|
iconClass: n.iconFileUpload.iconClass,
|
18167
18194
|
type: n.iconFileUpload.iconType
|
18168
18195
|
}, null, 8, ["iconClass", "type"]),
|
18169
|
-
n.allowMultipleFileUploads ? (a(), r("span",
|
18170
|
-
], 10,
|
18196
|
+
n.allowMultipleFileUploads ? (a(), r("span", Zb, y(e.getMessage("upload_form.labeltext.select_files")), 1)) : (a(), r("span", Qb, y(e.getMessage("upload_form.labeltext.select_file")), 1))
|
18197
|
+
], 10, Jb),
|
18171
18198
|
n.enableDragAndDrop ? (a(), r("p", {
|
18172
18199
|
key: 0,
|
18173
18200
|
class: x(["text-drag-and-drop", { disabled: i.uploadInitiated }])
|
@@ -18197,7 +18224,7 @@ function $b(e, t, n, s, i, l) {
|
|
18197
18224
|
placeholder: e.getMessage("upload_form.placeholder.comment"),
|
18198
18225
|
status: n.commentStatusMessage ? "error" : ""
|
18199
18226
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : m("", !0),
|
18200
|
-
o("div",
|
18227
|
+
o("div", Xb, [
|
18201
18228
|
o("button", {
|
18202
18229
|
class: x([
|
18203
18230
|
"button primary",
|
@@ -18209,8 +18236,8 @@ function $b(e, t, n, s, i, l) {
|
|
18209
18236
|
onClick: t[5] || (t[5] = (...f) => l.uploadFiles && l.uploadFiles(...f))
|
18210
18237
|
}, [
|
18211
18238
|
p(c, j(Ve(n.iconUpload)), null, 16),
|
18212
|
-
i.listOfFiles.length === 1 || !n.allowMultipleFileUploads ? (a(), r("span",
|
18213
|
-
], 10,
|
18239
|
+
i.listOfFiles.length === 1 || !n.allowMultipleFileUploads ? (a(), r("span", ex, y(e.getMessage("upload_form.buttontext.upload_file")), 1)) : (a(), r("span", tx, y(e.getMessage("upload_form.buttontext.upload_files")), 1))
|
18240
|
+
], 10, $b),
|
18214
18241
|
o("button", {
|
18215
18242
|
class: x(["button", { disabled: i.listOfFiles.length === 0 }]),
|
18216
18243
|
onClick: t[6] || (t[6] = (...f) => l.cancel && l.cancel(...f))
|
@@ -18225,13 +18252,13 @@ function $b(e, t, n, s, i, l) {
|
|
18225
18252
|
onClick: t[7] || (t[7] = S((...f) => l.selectFiles && l.selectFiles(...f), ["prevent"])),
|
18226
18253
|
class: ["cmd-upload-form box", { "drop-area": n.enableDragAndDrop, "allow-drop": i.allowDrop }]
|
18227
18254
|
}, zt(l.dragAndDropHandler, !0)), [
|
18228
|
-
i.uploadInitiated ? (a(), r("span",
|
18255
|
+
i.uploadInitiated ? (a(), r("span", nx, [
|
18229
18256
|
o("span", null, y(l.getPercentage(l.totalUploadProgress)), 1),
|
18230
18257
|
o("progress", {
|
18231
18258
|
max: "100",
|
18232
18259
|
value: l.totalUploadProgress,
|
18233
18260
|
title: l.totalBytesUploaded
|
18234
|
-
}, null, 8,
|
18261
|
+
}, null, 8, ix)
|
18235
18262
|
])) : m("", !0),
|
18236
18263
|
A(e.$slots, "default", {}, () => [
|
18237
18264
|
n.enableDragAndDrop ? (a(), r(_, { key: 1 }, [
|
@@ -18270,7 +18297,7 @@ function $b(e, t, n, s, i, l) {
|
|
18270
18297
|
}, null, 8, ["labelText", "disabled", "multiple", "onChange"])
|
18271
18298
|
], 64);
|
18272
18299
|
}
|
18273
|
-
const
|
18300
|
+
const ox = /* @__PURE__ */ M(Ib, [["render", lx]]), ax = {
|
18274
18301
|
name: "CmdWidthLimitationWrapper",
|
18275
18302
|
props: {
|
18276
18303
|
/**
|
@@ -18376,8 +18403,8 @@ const ex = /* @__PURE__ */ M(Tb, [["render", $b]]), tx = {
|
|
18376
18403
|
return e.length === 1 && typeof e[0].type == "symbol" && Array.isArray(e[0].children) ? e[0].children.length === 1 : e.length === 1;
|
18377
18404
|
}
|
18378
18405
|
}
|
18379
|
-
},
|
18380
|
-
function
|
18406
|
+
}, sx = ["id"], rx = ["id"];
|
18407
|
+
function dx(e, t, n, s, i, l) {
|
18381
18408
|
const d = J;
|
18382
18409
|
return a(), r("div", {
|
18383
18410
|
class: x(["cmd-width-limitation-wrapper", { sticky: n.sticky }]),
|
@@ -18395,16 +18422,16 @@ function lx(e, t, n, s, i, l) {
|
|
18395
18422
|
}, [
|
18396
18423
|
A(e.$slots, "default")
|
18397
18424
|
], 2))
|
18398
|
-
], 10,
|
18425
|
+
], 10, sx)) : (a(), r(_, { key: 1 }, [
|
18399
18426
|
n.anchorId ? (a(), r("a", {
|
18400
18427
|
key: 0,
|
18401
18428
|
id: n.anchorId
|
18402
|
-
}, null, 8,
|
18429
|
+
}, null, 8, rx)) : m("", !0),
|
18403
18430
|
A(e.$slots, "default")
|
18404
18431
|
], 64))
|
18405
18432
|
], 2);
|
18406
18433
|
}
|
18407
|
-
const Tl = /* @__PURE__ */ M(
|
18434
|
+
const Tl = /* @__PURE__ */ M(ax, [["render", dx]]), ux = {
|
18408
18435
|
name: "ComponentSettings",
|
18409
18436
|
data() {
|
18410
18437
|
return {
|
@@ -18497,7 +18524,7 @@ const Tl = /* @__PURE__ */ M(tx, [["render", lx]]), ox = {
|
|
18497
18524
|
}
|
18498
18525
|
}
|
18499
18526
|
};
|
18500
|
-
function
|
18527
|
+
function cx(e, t, n, s, i, l) {
|
18501
18528
|
const d = ie, u = wn;
|
18502
18529
|
return a(), v(u, {
|
18503
18530
|
"use-slots": ["body"],
|
@@ -18523,7 +18550,7 @@ function ax(e, t, n, s, i, l) {
|
|
18523
18550
|
_: 1
|
18524
18551
|
}, 8, ["cmdHeadline"]);
|
18525
18552
|
}
|
18526
|
-
const
|
18553
|
+
const mx = /* @__PURE__ */ M(ux, [["render", cx]]), px = {
|
18527
18554
|
name: "MultipleBoxWrapper",
|
18528
18555
|
props: {
|
18529
18556
|
segments: {
|
@@ -18531,10 +18558,10 @@ const sx = /* @__PURE__ */ M(ox, [["render", ax]]), rx = {
|
|
18531
18558
|
default: null
|
18532
18559
|
}
|
18533
18560
|
}
|
18534
|
-
},
|
18535
|
-
function
|
18561
|
+
}, fx = { class: "cmd-page-multiple-box-wrapper flex-container vertical" };
|
18562
|
+
function hx(e, t, n, s, i, l) {
|
18536
18563
|
const d = wn, u = Ri;
|
18537
|
-
return a(), r("div",
|
18564
|
+
return a(), r("div", fx, [
|
18538
18565
|
(a(!0), r(_, null, q(n.segments, (c, h) => (a(), r(_, { key: h }, [
|
18539
18566
|
p(u, I({ ref_for: !0 }, c), {
|
18540
18567
|
default: k((f) => [
|
@@ -18557,7 +18584,7 @@ function ux(e, t, n, s, i, l) {
|
|
18557
18584
|
], 64))), 128))
|
18558
18585
|
]);
|
18559
18586
|
}
|
18560
|
-
const
|
18587
|
+
const gx = /* @__PURE__ */ M(px, [["render", hx]]), yx = {
|
18561
18588
|
name: "MultipleListsOfLinks",
|
18562
18589
|
props: {
|
18563
18590
|
segments: {
|
@@ -18565,10 +18592,10 @@ const cx = /* @__PURE__ */ M(rx, [["render", ux]]), mx = {
|
|
18565
18592
|
default: null
|
18566
18593
|
}
|
18567
18594
|
}
|
18568
|
-
},
|
18569
|
-
function
|
18595
|
+
}, bx = { class: "cmd-page-multiple-lists-of-links flex-container vertical" };
|
18596
|
+
function xx(e, t, n, s, i, l) {
|
18570
18597
|
const d = Cn;
|
18571
|
-
return a(), r("div",
|
18598
|
+
return a(), r("div", bx, [
|
18572
18599
|
(a(!0), r(_, null, q(n.segments, (u, c) => (a(), r(_, { key: c }, [
|
18573
18600
|
p(d, {
|
18574
18601
|
links: u.links,
|
@@ -18580,7 +18607,7 @@ function fx(e, t, n, s, i, l) {
|
|
18580
18607
|
], 64))), 128))
|
18581
18608
|
]);
|
18582
18609
|
}
|
18583
|
-
const
|
18610
|
+
const Cx = /* @__PURE__ */ M(yx, [["render", xx]]), vx = {
|
18584
18611
|
name: "ContactInformation",
|
18585
18612
|
props: {
|
18586
18613
|
/**
|
@@ -18613,35 +18640,35 @@ const hx = /* @__PURE__ */ M(mx, [["render", fx]]), gx = {
|
|
18613
18640
|
return !this.$scopedSlots["custom-info"];
|
18614
18641
|
}
|
18615
18642
|
}
|
18616
|
-
},
|
18643
|
+
}, wx = {
|
18617
18644
|
key: 1,
|
18618
18645
|
class: "flex-container"
|
18619
|
-
},
|
18620
|
-
function
|
18646
|
+
}, kx = { class: "flex-container vertical" };
|
18647
|
+
function Tx(e, t, n, s, i, l) {
|
18621
18648
|
const d = qi, u = Pi, c = Ki;
|
18622
|
-
return l.contactFormOnly ? (a(), v(d, j(I({ key: 0 }, e.basicForm)), null, 16)) : (a(), r("div",
|
18649
|
+
return l.contactFormOnly ? (a(), v(d, j(I({ key: 0 }, e.basicForm)), null, 16)) : (a(), r("div", wx, [
|
18623
18650
|
p(d, j(Ve(e.basicForm)), null, 16),
|
18624
|
-
o("div",
|
18651
|
+
o("div", kx, [
|
18625
18652
|
n.cmdAddressData ? (a(), v(u, j(I({ key: 0 }, n.cmdAddressData)), null, 16)) : m("", !0),
|
18626
18653
|
n.cmdGoogleMaps ? (a(), v(c, j(I({ key: 1 }, n.cmdGoogleMaps)), null, 16)) : m("", !0),
|
18627
18654
|
A(e.$slots, "additional-info")
|
18628
18655
|
])
|
18629
18656
|
]));
|
18630
18657
|
}
|
18631
|
-
const
|
18658
|
+
const Sx = /* @__PURE__ */ M(vx, [["render", Tx]]), _x = {
|
18632
18659
|
name: "PageOverview",
|
18633
18660
|
data() {
|
18634
18661
|
return {
|
18635
18662
|
addressData: Qi,
|
18636
|
-
faqsData:
|
18637
|
-
boxesTeamOverviewData:
|
18638
|
-
listOfDownloadsData:
|
18639
|
-
listOfSiteLinksData:
|
18663
|
+
faqsData: bg,
|
18664
|
+
boxesTeamOverviewData: xg,
|
18665
|
+
listOfDownloadsData: Cg,
|
18666
|
+
listOfSiteLinksData: vg
|
18640
18667
|
};
|
18641
18668
|
}
|
18642
18669
|
};
|
18643
|
-
function
|
18644
|
-
const d =
|
18670
|
+
function Ox(e, t, n, s, i, l) {
|
18671
|
+
const d = Sx, u = Tl, c = Cx, h = gx;
|
18645
18672
|
return a(), r(_, null, [
|
18646
18673
|
p(u, null, {
|
18647
18674
|
default: k(() => [
|
@@ -18698,7 +18725,7 @@ function wx(e, t, n, s, i, l) {
|
|
18698
18725
|
})
|
18699
18726
|
], 64);
|
18700
18727
|
}
|
18701
|
-
const Sl = /* @__PURE__ */ M(
|
18728
|
+
const Sl = /* @__PURE__ */ M(_x, [["render", Ox]]), Lx = {
|
18702
18729
|
data() {
|
18703
18730
|
return {
|
18704
18731
|
defaultMessageProperties: {
|
@@ -18730,7 +18757,7 @@ function _l(e, t = "dmy", n = ".") {
|
|
18730
18757
|
}
|
18731
18758
|
return u;
|
18732
18759
|
}
|
18733
|
-
function
|
18760
|
+
function Ix(e = "00:00", t = 24, n = "h") {
|
18734
18761
|
const [s, i] = e.split(":");
|
18735
18762
|
let l = parseInt(s, 10), d = "";
|
18736
18763
|
if (t = t.toString(), t === "12") {
|
@@ -18742,9 +18769,9 @@ function Tx(e = "00:00", t = 24, n = "h") {
|
|
18742
18769
|
throw new Error("function 'formatTime()' received invalid format as parameter. Provide format-parameter as 12 or 24.");
|
18743
18770
|
}
|
18744
18771
|
}
|
18745
|
-
const
|
18772
|
+
const Bx = {
|
18746
18773
|
name: "CmdMailToolEntry",
|
18747
|
-
mixins: [ce,
|
18774
|
+
mixins: [ce, Lx],
|
18748
18775
|
data() {
|
18749
18776
|
return {
|
18750
18777
|
expandMail: /* @__PURE__ */ new Set(),
|
@@ -18828,7 +18855,7 @@ const Sx = {
|
|
18828
18855
|
return _l(e, this.dateFormat, this.dateSeparator);
|
18829
18856
|
},
|
18830
18857
|
mailFormatTime(e) {
|
18831
|
-
return
|
18858
|
+
return Ix(e, this.timeFormat);
|
18832
18859
|
},
|
18833
18860
|
readMail(e) {
|
18834
18861
|
this.mailIsRead.add(e), this.expandMail.add(e);
|
@@ -18843,8 +18870,8 @@ const Sx = {
|
|
18843
18870
|
this.expandMail.has(e) ? this.expandMail.delete(e) : this.expandMail.add(e);
|
18844
18871
|
}
|
18845
18872
|
}
|
18846
|
-
},
|
18847
|
-
function
|
18873
|
+
}, Fx = ["title"], Dx = { class: "no-flex" }, Mx = { class: "flex-container align-items-center" }, Vx = { class: "sender-receiver-wrapper flex-container align-items-center no-flex" }, Px = { class: "contact-full-name" }, Ax = ["onClick"], Ex = { class: "flex-container vertical no-flex" }, Hx = { class: "no-list-items date-time-wrapper" }, qx = ["datetime"], Rx = ["datetime"], jx = { class: "options-wrapper flex-container no-flex" }, Nx = ["onClick"], Ux = ["onClick", "title"], zx = ["onClick", "title"], Gx = { key: 0 };
|
18874
|
+
function Wx(e, t, n, s, i, l) {
|
18848
18875
|
const d = ge, u = Ne;
|
18849
18876
|
return n.mails.length ? (a(!0), r(_, { key: 0 }, q(n.mails, (c, h) => {
|
18850
18877
|
var f;
|
@@ -18853,9 +18880,9 @@ function jx(e, t, n, s, i, l) {
|
|
18853
18880
|
class: x(["cmd-mail-tool-entry flex-container box", { unread: !i.mailIsRead.has(c.id) }]),
|
18854
18881
|
title: e.getMessage("mail_tool_entry.tooltip.read_this_mail")
|
18855
18882
|
}, [
|
18856
|
-
o("dl",
|
18857
|
-
o("dt",
|
18858
|
-
o("dd",
|
18883
|
+
o("dl", Dx, [
|
18884
|
+
o("dt", Mx, y(n.boxType === "inbox" ? e.getMessage("mail_tool_entry.description_label.from") : e.getMessage("mail_tool_entry.description_label.to")), 1),
|
18885
|
+
o("dd", Vx, [
|
18859
18886
|
(f = c.cmdImage) != null && f.src ? (a(), v(d, {
|
18860
18887
|
key: 0,
|
18861
18888
|
src: c.cmdImage.src,
|
@@ -18863,36 +18890,36 @@ function jx(e, t, n, s, i, l) {
|
|
18863
18890
|
title: c.cmdImage.title || c.contactFullName,
|
18864
18891
|
useFigureTag: !1
|
18865
18892
|
}, null, 8, ["src", "alt", "title"])) : m("", !0),
|
18866
|
-
o("span",
|
18893
|
+
o("span", Px, y(c.contactFullName), 1)
|
18867
18894
|
]),
|
18868
18895
|
o("dt", null, y(e.getMessage("mail_tool_entry.description_label.subject")), 1),
|
18869
18896
|
o("dd", null, [
|
18870
18897
|
o("a", {
|
18871
18898
|
href: "#",
|
18872
18899
|
onClick: S((g) => l.readMail(c.id), ["prevent"])
|
18873
|
-
}, y(c.subject), 9,
|
18900
|
+
}, y(c.subject), 9, Ax)
|
18874
18901
|
])
|
18875
18902
|
]),
|
18876
|
-
o("div",
|
18877
|
-
o("dl",
|
18903
|
+
o("div", Ex, [
|
18904
|
+
o("dl", Hx, [
|
18878
18905
|
t[0] || (t[0] = o("dt", null, "Received:", -1)),
|
18879
18906
|
o("dd", null, [
|
18880
18907
|
o("time", {
|
18881
18908
|
datetime: c.isoDate
|
18882
|
-
}, y(l.mailFormatDate(c.isoDate)), 9,
|
18909
|
+
}, y(l.mailFormatDate(c.isoDate)), 9, qx),
|
18883
18910
|
o("time", {
|
18884
18911
|
datetime: c.time
|
18885
|
-
}, y(l.mailFormatTime(c.time)), 9,
|
18912
|
+
}, y(l.mailFormatTime(c.time)), 9, Rx)
|
18886
18913
|
])
|
18887
18914
|
]),
|
18888
|
-
o("div",
|
18915
|
+
o("div", jx, [
|
18889
18916
|
o("a", {
|
18890
18917
|
href: "#",
|
18891
18918
|
onClick: S((g) => l.deleteMail(c.id), ["prevent"]),
|
18892
18919
|
title: "Delete this mail"
|
18893
18920
|
}, t[1] || (t[1] = [
|
18894
18921
|
o("span", { class: "icon-delete" }, null, -1)
|
18895
|
-
]), 8,
|
18922
|
+
]), 8, Nx),
|
18896
18923
|
o("a", {
|
18897
18924
|
href: "#",
|
18898
18925
|
onClick: S((g) => l.toggleReadStatus(c.id), ["prevent"]),
|
@@ -18901,7 +18928,7 @@ function jx(e, t, n, s, i, l) {
|
|
18901
18928
|
o("span", {
|
18902
18929
|
class: x(i.mailIsRead.has(c.id) ? "icon-visible" : "icon-not-visible")
|
18903
18930
|
}, null, 2)
|
18904
|
-
], 8,
|
18931
|
+
], 8, Ux),
|
18905
18932
|
o("a", {
|
18906
18933
|
href: "#",
|
18907
18934
|
onClick: S((g) => l.toggleExpandMail(c.id), ["prevent"]),
|
@@ -18910,17 +18937,17 @@ function jx(e, t, n, s, i, l) {
|
|
18910
18937
|
o("span", {
|
18911
18938
|
class: x(i.expandMail.has(c.id) ? "icon-chevron-one-stripe-up" : "icon-chevron-one-stripe-down")
|
18912
18939
|
}, null, 2)
|
18913
|
-
], 8,
|
18940
|
+
], 8, zx)
|
18914
18941
|
])
|
18915
18942
|
])
|
18916
|
-
], 10,
|
18917
|
-
i.expandMail.has(c.id) ? (a(), r("div",
|
18943
|
+
], 10, Fx),
|
18944
|
+
i.expandMail.has(c.id) ? (a(), r("div", Gx, [
|
18918
18945
|
o("header", null, " mailId: " + y(c.id), 1)
|
18919
18946
|
])) : m("", !0)
|
18920
18947
|
], 64);
|
18921
18948
|
}), 128)) : (a(), v(u, j(I({ key: 1 }, n.cmdSystemMessage)), null, 16));
|
18922
18949
|
}
|
18923
|
-
const
|
18950
|
+
const Kx = /* @__PURE__ */ M(Bx, [["render", Wx]]), Yx = {
|
18924
18951
|
name: "CmdMailToolFilter",
|
18925
18952
|
data() {
|
18926
18953
|
return {
|
@@ -19039,16 +19066,16 @@ const Nx = /* @__PURE__ */ M(Sx, [["render", jx]]), Ux = {
|
|
19039
19066
|
immediate: !0
|
19040
19067
|
}
|
19041
19068
|
}
|
19042
|
-
},
|
19043
|
-
function
|
19069
|
+
}, Jx = { class: "cmd-mail-tool-filter align-items-center" }, Zx = { class: "flex-container horizontal align-items-center" }, Qx = { class: "flex-container horizontal sort-wrapper" }, Xx = ["title"], $x = { key: 0 }, e1 = ["title"], t1 = { key: 0 };
|
19070
|
+
function n1(e, t, n, s, i, l) {
|
19044
19071
|
const d = J, u = ie;
|
19045
|
-
return a(), r("div",
|
19072
|
+
return a(), r("div", Jx, [
|
19046
19073
|
l.headlineText ? (a(), v(d, {
|
19047
19074
|
key: 0,
|
19048
19075
|
headlineText: l.headlineText,
|
19049
19076
|
headlineLevel: l.headlineLevel
|
19050
19077
|
}, null, 8, ["headlineText", "headlineLevel"])) : m("", !0),
|
19051
|
-
o("div",
|
19078
|
+
o("div", Zx, [
|
19052
19079
|
p(u, {
|
19053
19080
|
element: "input",
|
19054
19081
|
type: "search",
|
@@ -19081,34 +19108,34 @@ function Qx(e, t, n, s, i, l) {
|
|
19081
19108
|
inputValue: l.senderReceiver
|
19082
19109
|
}, null, 8, ["id", "labelText", "modelValue", "inputValue"])
|
19083
19110
|
]),
|
19084
|
-
o("div",
|
19111
|
+
o("div", Qx, [
|
19085
19112
|
i.sortOrderAsc ? (a(), r("a", {
|
19086
19113
|
key: 0,
|
19087
19114
|
href: "#",
|
19088
19115
|
onClick: t[3] || (t[3] = S((c) => l.sortByDate("asc"), ["prevent"])),
|
19089
19116
|
title: n.linkSortAscending.title
|
19090
19117
|
}, [
|
19091
|
-
n.linkSortAscending.text ? (a(), r("span",
|
19118
|
+
n.linkSortAscending.text ? (a(), r("span", $x, y(n.linkSortAscending.text), 1)) : m("", !0),
|
19092
19119
|
n.linkSortAscending.iconClass ? (a(), r("span", {
|
19093
19120
|
key: 1,
|
19094
19121
|
class: x(n.linkSortAscending.iconClass)
|
19095
19122
|
}, null, 2)) : m("", !0)
|
19096
|
-
], 8,
|
19123
|
+
], 8, Xx)) : (a(), r("a", {
|
19097
19124
|
key: 1,
|
19098
19125
|
href: "#",
|
19099
19126
|
onClick: t[4] || (t[4] = S((c) => l.sortByDate("desc"), ["prevent"])),
|
19100
19127
|
title: n.linkSortDescending.title
|
19101
19128
|
}, [
|
19102
|
-
n.linkSortDescending.text ? (a(), r("span",
|
19129
|
+
n.linkSortDescending.text ? (a(), r("span", t1, y(n.linkSortDescending.text), 1)) : m("", !0),
|
19103
19130
|
n.linkSortDescending.iconClass ? (a(), r("span", {
|
19104
19131
|
key: 1,
|
19105
19132
|
class: x(n.linkSortDescending.iconClass)
|
19106
19133
|
}, null, 2)) : m("", !0)
|
19107
|
-
], 8,
|
19134
|
+
], 8, e1))
|
19108
19135
|
])
|
19109
19136
|
]);
|
19110
19137
|
}
|
19111
|
-
const
|
19138
|
+
const i1 = /* @__PURE__ */ M(Yx, [["render", n1]]), l1 = {
|
19112
19139
|
name: "CmdMailTool",
|
19113
19140
|
data() {
|
19114
19141
|
return {
|
@@ -19207,8 +19234,8 @@ const Xx = /* @__PURE__ */ M(Ux, [["render", Qx]]), $x = {
|
|
19207
19234
|
}
|
19208
19235
|
}
|
19209
19236
|
};
|
19210
|
-
function
|
19211
|
-
const d =
|
19237
|
+
function o1(e, t, n, s, i, l) {
|
19238
|
+
const d = i1, u = Kx, c = el;
|
19212
19239
|
return a(), v(c, I({ class: "cmd-mail-tool" }, n.cmdTabs), {
|
19213
19240
|
"tab-content-0": k(() => [
|
19214
19241
|
p(d, I(n.cmdMailToolFilterInbox, {
|
@@ -19227,7 +19254,7 @@ function e1(e, t, n, s, i, l) {
|
|
19227
19254
|
_: 1
|
19228
19255
|
}, 16);
|
19229
19256
|
}
|
19230
|
-
const
|
19257
|
+
const a1 = /* @__PURE__ */ M(l1, [["render", o1]]), s1 = {
|
19231
19258
|
name: "CmdListOfImages",
|
19232
19259
|
emits: ["click"],
|
19233
19260
|
// mixins: [EditMode],
|
@@ -19298,11 +19325,11 @@ const t1 = /* @__PURE__ */ M($x, [["render", e1]]), n1 = {
|
|
19298
19325
|
}
|
19299
19326
|
*/
|
19300
19327
|
}
|
19301
|
-
},
|
19328
|
+
}, r1 = {
|
19302
19329
|
key: 0,
|
19303
19330
|
href: "#"
|
19304
19331
|
};
|
19305
|
-
function
|
19332
|
+
function d1(e, t, n, s, i, l) {
|
19306
19333
|
var c;
|
19307
19334
|
const d = J, u = ge;
|
19308
19335
|
return a(), r("div", {
|
@@ -19318,7 +19345,7 @@ function l1(e, t, n, s, i, l) {
|
|
19318
19345
|
class: x(["list-of-images", { vertical: n.orientation === "vertical" }])
|
19319
19346
|
}, [
|
19320
19347
|
(a(!0), r(_, null, q(n.images, (h, f) => (a(), r("li", { key: f }, [
|
19321
|
-
h.image.url ? (a(), r("a",
|
19348
|
+
h.image.url ? (a(), r("a", r1, [
|
19322
19349
|
p(u, I({ ref_for: !0 }, h), null, 16)
|
19323
19350
|
])) : (a(), v(u, I({
|
19324
19351
|
key: 1,
|
@@ -19328,33 +19355,7 @@ function l1(e, t, n, s, i, l) {
|
|
19328
19355
|
], 2)
|
19329
19356
|
], 2);
|
19330
19357
|
}
|
19331
|
-
const
|
19332
|
-
name: "CmdFlexibleScrollContainer",
|
19333
|
-
/**
|
19334
|
-
* put fixed container to bottom
|
19335
|
-
*
|
19336
|
-
* @affectLayout: true
|
19337
|
-
*/
|
19338
|
-
props: {
|
19339
|
-
fixedContainerAtBottom: {
|
19340
|
-
type: Boolean,
|
19341
|
-
default: !1
|
19342
|
-
}
|
19343
|
-
}
|
19344
|
-
}, s1 = { class: "fixed-wrapper" }, r1 = { class: "scroll-wrapper" };
|
19345
|
-
function d1(e, t, n, s, i, l) {
|
19346
|
-
return a(), r("div", {
|
19347
|
-
class: x(["cmd-flexible-scroll-container flexible-scroll-container", { "reverse-order": n.fixedContainerAtBottom }])
|
19348
|
-
}, [
|
19349
|
-
o("div", s1, [
|
19350
|
-
A(e.$slots, "fixed-wrapper")
|
19351
|
-
]),
|
19352
|
-
o("div", r1, [
|
19353
|
-
A(e.$slots, "scroll-wrapper")
|
19354
|
-
])
|
19355
|
-
], 2);
|
19356
|
-
}
|
19357
|
-
const u1 = /* @__PURE__ */ M(a1, [["render", d1]]), c1 = {
|
19358
|
+
const u1 = /* @__PURE__ */ M(s1, [["render", d1]]), c1 = {
|
19358
19359
|
name: "CmdSmartSearch",
|
19359
19360
|
data() {
|
19360
19361
|
return {
|
@@ -20287,7 +20288,7 @@ const h1 = /* @__PURE__ */ M(c1, [["render", f1]]), g1 = [
|
|
20287
20288
|
text: "Zimbabwe",
|
20288
20289
|
value: "zw"
|
20289
20290
|
}
|
20290
|
-
], k1 = "comand-component-library", T1 = "4.1.
|
20291
|
+
], k1 = "comand-component-library", T1 = "4.1.94", S1 = "GPL-3.0-only", _1 = "CoManD-UI", O1 = "module", L1 = {
|
20291
20292
|
prepublishOnly: "npm run build-lib",
|
20292
20293
|
dev: "vite",
|
20293
20294
|
build: "vite build",
|
@@ -21223,7 +21224,7 @@ const h1 = /* @__PURE__ */ M(c1, [["render", f1]]), g1 = [
|
|
21223
21224
|
selectedLanguage: "none",
|
21224
21225
|
fancyBoxCookieDisclaimer: !1,
|
21225
21226
|
componentNameForContainer: "CmdHeadline",
|
21226
|
-
listOfComponents:
|
21227
|
+
listOfComponents: Uh,
|
21227
21228
|
activeEntry: "CmdAddressData",
|
21228
21229
|
basicFormData: {},
|
21229
21230
|
componentControls: {},
|
@@ -21350,37 +21351,37 @@ const h1 = /* @__PURE__ */ M(c1, [["render", f1]]), g1 = [
|
|
21350
21351
|
},
|
21351
21352
|
// assign data from json files to data-properties
|
21352
21353
|
addressData: Qi,
|
21353
|
-
bankAccountData:
|
21354
|
-
boxProductData:
|
21355
|
-
boxUserData:
|
21356
|
-
breadcrumbsData:
|
21357
|
-
companyLogoData:
|
21358
|
-
cookieDisclaimerData:
|
21359
|
-
fakeSelectColorsData:
|
21360
|
-
fakeSelectCountriesData:
|
21354
|
+
bankAccountData: ch,
|
21355
|
+
boxProductData: mh,
|
21356
|
+
boxUserData: ph,
|
21357
|
+
breadcrumbsData: gh,
|
21358
|
+
companyLogoData: Th,
|
21359
|
+
cookieDisclaimerData: xh,
|
21360
|
+
fakeSelectColorsData: Sh,
|
21361
|
+
fakeSelectCountriesData: _h,
|
21361
21362
|
fakeSelectFilterOptionsData: ei,
|
21362
|
-
fakeSelectOptionsData:
|
21363
|
-
formElementsData:
|
21364
|
-
imageData:
|
21365
|
-
imageZoomData:
|
21366
|
-
imageGalleryData:
|
21367
|
-
inputGroupReplacedRadiobuttonsData:
|
21368
|
-
inputGroupToggleSwitchRadiobuttonsData:
|
21363
|
+
fakeSelectOptionsData: Oh,
|
21364
|
+
formElementsData: Lh,
|
21365
|
+
imageData: Hh,
|
21366
|
+
imageZoomData: Eh,
|
21367
|
+
imageGalleryData: Vh,
|
21368
|
+
inputGroupReplacedRadiobuttonsData: Rh,
|
21369
|
+
inputGroupToggleSwitchRadiobuttonsData: jh,
|
21369
21370
|
languagesData: $i,
|
21370
|
-
listOfLinksData:
|
21371
|
-
multistepsData:
|
21371
|
+
listOfLinksData: Nh,
|
21372
|
+
multistepsData: Zh,
|
21372
21373
|
mailToolData: b1,
|
21373
21374
|
navigationData: Xi,
|
21374
|
-
openingHoursData:
|
21375
|
-
selectOptionsData:
|
21376
|
-
slideshowData:
|
21375
|
+
openingHoursData: Qh,
|
21376
|
+
selectOptionsData: Xh,
|
21377
|
+
slideshowData: $h,
|
21377
21378
|
smartSearchData: v1,
|
21378
|
-
socialNetworksData:
|
21379
|
-
tableDataSmall:
|
21380
|
-
tableDataLarge:
|
21381
|
-
tabsData:
|
21382
|
-
thumbnailScrollerImagesData:
|
21383
|
-
thumbnailScrollerTextData:
|
21379
|
+
socialNetworksData: ng,
|
21380
|
+
tableDataSmall: fg,
|
21381
|
+
tableDataLarge: dg,
|
21382
|
+
tabsData: hg,
|
21383
|
+
thumbnailScrollerImagesData: gg,
|
21384
|
+
thumbnailScrollerTextData: yg,
|
21384
21385
|
allCountriesData: w1,
|
21385
21386
|
packageJson: M1
|
21386
21387
|
};
|
@@ -21466,10 +21467,10 @@ const h1 = /* @__PURE__ */ M(c1, [["render", f1]]), g1 = [
|
|
21466
21467
|
e.originalEvent.preventDefault(), console.log(e);
|
21467
21468
|
},
|
21468
21469
|
localizedTime(e) {
|
21469
|
-
return (t, n) =>
|
21470
|
+
return (t, n) => Bp(e)(t, n).toLowerCase();
|
21470
21471
|
},
|
21471
21472
|
idForReplacedInputsInInputGroup(e) {
|
21472
|
-
return
|
21473
|
+
return qh.map((t) => ({ ...t, id: e + t.id, name: e + t.name }));
|
21473
21474
|
},
|
21474
21475
|
closeCookieDisclaimer(e) {
|
21475
21476
|
this.fancyBoxCookieDisclaimer = !1, alert(e.join(", "));
|
@@ -21700,7 +21701,7 @@ const h1 = /* @__PURE__ */ M(c1, [["render", f1]]), g1 = [
|
|
21700
21701
|
id: "content"
|
21701
21702
|
};
|
21702
21703
|
function pv(e, t, n, s, i, l) {
|
21703
|
-
const d = wn, u = Ri, c =
|
21704
|
+
const d = wn, u = Ri, c = Vf, h = Cn, f = Ni, g = Nf, w = Tl, b = Pi, O = zi, T = ie, F = h1, B = Ui, D = Of, V = Yi, U = Ai, G = sr, P = fr, R = qi, Y = ji, Z = nc, Q = em, oe = Ki, ee = J, le = W, re = ge, me = ym, E = km, X = Re, te = u1, Ce = Wm, Le = a1, Ie = Ji, Be = we("router-view"), Fe = cp, De = gp, ke = Np, de = hf, at = Cf, st = ef, We = Hf, rt = Xf, dt = oh, ut = Zi, ct = Lg, K = Ne, In = qg, Ll = el, Vt = Qg, Il = Ei, Bl = ty, Pt = Mi, Fl = ox, Dl = Sl, Ml = _c, Vl = wc, Pl = xd, Al = mx, El = Ul("fancybox");
|
21704
21705
|
return ne((a(), r("div", {
|
21705
21706
|
class: "page-wrapper",
|
21706
21707
|
id: l.templateId
|
@@ -24319,8 +24320,23 @@ function _v(e) {
|
|
24319
24320
|
function Ov(...e) {
|
24320
24321
|
return e.join(" ");
|
24321
24322
|
}
|
24323
|
+
function Lv() {
|
24324
|
+
const e = {};
|
24325
|
+
Gl(s);
|
24326
|
+
function t(i = "defaultSequence") {
|
24327
|
+
const l = e[i] || 0;
|
24328
|
+
return e[i] = l + 1, e[i];
|
24329
|
+
}
|
24330
|
+
function n(i = "defaultSequence") {
|
24331
|
+
return e[i] || 0;
|
24332
|
+
}
|
24333
|
+
function s(i = "defaultSequence") {
|
24334
|
+
e[i] && (e[i] = 0);
|
24335
|
+
}
|
24336
|
+
return { nextSequenceValue: t, currentSequenceValue: n, resetSequence: s };
|
24337
|
+
}
|
24322
24338
|
function hv(e, t, n) {
|
24323
|
-
|
24339
|
+
Wl(() => e.addEventListener(t, n)), Kl(() => e.removeEventListener(t, n));
|
24324
24340
|
}
|
24325
24341
|
function rn(e) {
|
24326
24342
|
return e.offsetParent ? e.offsetTop + rn(e.offsetParent) : e.offsetTop;
|
@@ -24339,8 +24355,8 @@ function yv(e, t) {
|
|
24339
24355
|
}).forEach((s) => t.push(s));
|
24340
24356
|
}
|
24341
24357
|
}
|
24342
|
-
function
|
24343
|
-
const n = [], s =
|
24358
|
+
function Iv(e, t = 0) {
|
24359
|
+
const n = [], s = Yl({
|
24344
24360
|
activeItem: t,
|
24345
24361
|
reset() {
|
24346
24362
|
this.activeItem = 0, n.length = 0;
|
@@ -24356,21 +24372,6 @@ function Lv(e, t = 0) {
|
|
24356
24372
|
}
|
24357
24373
|
}), s;
|
24358
24374
|
}
|
24359
|
-
function Iv() {
|
24360
|
-
const e = {};
|
24361
|
-
Yl(s);
|
24362
|
-
function t(i = "defaultSequence") {
|
24363
|
-
const l = e[i] || 0;
|
24364
|
-
return e[i] = l + 1, e[i];
|
24365
|
-
}
|
24366
|
-
function n(i = "defaultSequence") {
|
24367
|
-
return e[i] || 0;
|
24368
|
-
}
|
24369
|
-
function s(i = "defaultSequence") {
|
24370
|
-
e[i] && (e[i] = 0);
|
24371
|
-
}
|
24372
|
-
return { nextSequenceValue: t, currentSequenceValue: n, resetSequence: s };
|
24373
|
-
}
|
24374
24375
|
export {
|
24375
24376
|
Pi as CmdAddressData,
|
24376
24377
|
sr as CmdBackToTopButton,
|
@@ -24385,6 +24386,7 @@ export {
|
|
24385
24386
|
_c as CmdCopyrightInformation,
|
24386
24387
|
Ui as CmdFakeSelect,
|
24387
24388
|
xd as CmdFancyBox,
|
24389
|
+
em as CmdFlexibleScrollContainer,
|
24388
24390
|
Ai as CmdForm,
|
24389
24391
|
ie as CmdFormElement,
|
24390
24392
|
zi as CmdFormFilters,
|
@@ -24392,58 +24394,58 @@ export {
|
|
24392
24394
|
J as CmdHeadline,
|
24393
24395
|
W as CmdIcon,
|
24394
24396
|
ge as CmdImage,
|
24395
|
-
|
24396
|
-
|
24397
|
+
ym as CmdImageGallery,
|
24398
|
+
km as CmdImageZoom,
|
24397
24399
|
Yi as CmdInputGroup,
|
24398
24400
|
Re as CmdLink,
|
24399
24401
|
Cn as CmdListOfLinks,
|
24400
|
-
|
24402
|
+
Wm as CmdLoginForm,
|
24401
24403
|
Ji as CmdMainNavigation,
|
24402
|
-
|
24403
|
-
|
24404
|
-
|
24405
|
-
|
24406
|
-
|
24407
|
-
|
24408
|
-
|
24409
|
-
|
24410
|
-
|
24411
|
-
|
24412
|
-
|
24404
|
+
cp as CmdMultistepFormProgressBar,
|
24405
|
+
gp as CmdNewsletterSubscription,
|
24406
|
+
Np as CmdOpeningHours,
|
24407
|
+
hf as CmdPageFooter,
|
24408
|
+
Cf as CmdPageHeader,
|
24409
|
+
ef as CmdPagination,
|
24410
|
+
Of as CmdProgressBar,
|
24411
|
+
Vf as CmdSidebar,
|
24412
|
+
Hf as CmdSiteFooter,
|
24413
|
+
Nf as CmdSiteHeader,
|
24414
|
+
Xf as CmdSiteSearch,
|
24413
24415
|
Lt as CmdSlideButton,
|
24414
|
-
|
24416
|
+
oh as CmdSlideshow,
|
24415
24417
|
Zi as CmdSocialNetworks,
|
24416
|
-
|
24418
|
+
Lg as CmdSwitchLanguage,
|
24417
24419
|
Ne as CmdSystemMessage,
|
24418
|
-
|
24420
|
+
qg as CmdTable,
|
24419
24421
|
el as CmdTabs,
|
24420
|
-
|
24422
|
+
Qg as CmdTextImageBlock,
|
24421
24423
|
Ei as CmdThumbnailScroller,
|
24422
|
-
|
24424
|
+
ty as CmdToggleDarkMode,
|
24423
24425
|
Mi as CmdTooltip,
|
24424
|
-
|
24426
|
+
ox as CmdUploadForm,
|
24425
24427
|
Tl as CmdWidthLimitationWrapper,
|
24426
24428
|
vv as ComponentLibrary,
|
24427
|
-
|
24429
|
+
Sx as ContactInformation,
|
24428
24430
|
Tv as DirFancybox,
|
24429
24431
|
wv as DirFocus,
|
24430
24432
|
kv as DirTelephone,
|
24431
24433
|
qe as EditComponentWrapper,
|
24432
24434
|
ce as I18n,
|
24433
|
-
|
24434
|
-
|
24435
|
+
gx as MultipleBoxWrapper,
|
24436
|
+
Cx as MultipleListsOfLinks,
|
24435
24437
|
Sv as capitalizeFirstLetter,
|
24436
24438
|
Vi as createHtmlId,
|
24437
24439
|
nt as createUuid,
|
24438
24440
|
Cv as currentDate,
|
24439
24441
|
_l as formatDate,
|
24440
|
-
|
24442
|
+
Ix as formatTime,
|
24441
24443
|
Ov as fullName,
|
24442
24444
|
Wi as getCookieDisclaimerCookie,
|
24443
24445
|
Xe as getFileExtension,
|
24444
24446
|
_v as lowercaseFirstLetter,
|
24445
24447
|
be as openFancyBox,
|
24446
|
-
|
24447
|
-
|
24448
|
-
|
24448
|
+
rm as setCookieDisclaimerCookie,
|
24449
|
+
Iv as useScrollspy,
|
24450
|
+
Lv as useSequence
|
24449
24451
|
};
|