comand-component-library 4.2.87 → 4.2.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as Yn, h as dn, resolveComponent as de, createBlock as x, createElementBlock as r, openBlock as a, normalizeClass as b, resolveDynamicComponent as Te, withModifiers as w, withCtx as C, renderSlot as
|
|
1
|
+
import { defineComponent as Yn, h as dn, resolveComponent as de, createBlock as x, createElementBlock as r, openBlock as a, normalizeClass as b, resolveDynamicComponent as Te, withModifiers as w, withCtx as C, renderSlot as D, withDirectives as W, createElementVNode as o, createCommentVNode as m, createVNode as f, vShow as te, Fragment as T, toDisplayString as y, getCurrentInstance as Hl, normalizeProps as A, mergeProps as S, createTextVNode as F, renderList as P, Transition as pe, vModelDynamic as ql, toHandlers as xt, TransitionGroup as At, createApp as Rl, guardReactiveProps as ce, normalizeStyle as Ke, useCssVars as Jn, createStaticVNode as jl, vModelText as Ct, resolveDirective as Ul, vModelSelect as Nl, vModelRadio as ct, onBeforeUpdate as zl, onMounted as Wl, onUnmounted as Gl, reactive as Kl } from "vue";
|
|
2
2
|
const Fe = /^[a-z0-9]+(-[a-z0-9]+)*$/, Qe = (e, t, n, s = "") => {
|
|
3
3
|
const i = e.split(":");
|
|
4
4
|
if (e.slice(0, 1) === "@") {
|
|
@@ -1586,7 +1586,7 @@ function fa(e, t, n, s, i, l) {
|
|
|
1586
1586
|
[te, l.active]
|
|
1587
1587
|
])
|
|
1588
1588
|
], 64)),
|
|
1589
|
-
|
|
1589
|
+
D(e.$slots, "default", { editing: l.editing })
|
|
1590
1590
|
]),
|
|
1591
1591
|
_: 3
|
|
1592
1592
|
}, 8, ["class", "onClick", "title", "data-identifier"]);
|
|
@@ -1769,7 +1769,7 @@ function ka(e, t, n, s, i, l) {
|
|
|
1769
1769
|
key: 0,
|
|
1770
1770
|
innerHTML: n.headlineText
|
|
1771
1771
|
}, null, 8, ya)) : (a(), r("span", ba, [
|
|
1772
|
-
|
|
1772
|
+
D(e.$slots, "default")
|
|
1773
1773
|
]))
|
|
1774
1774
|
], 2)
|
|
1775
1775
|
]),
|
|
@@ -1785,7 +1785,7 @@ function ka(e, t, n, s, i, l) {
|
|
|
1785
1785
|
key: 1,
|
|
1786
1786
|
innerHTML: n.headlineText
|
|
1787
1787
|
}, null, 8, xa)) : (a(), r("span", Ca, [
|
|
1788
|
-
|
|
1788
|
+
D(e.$slots, "default")
|
|
1789
1789
|
]))
|
|
1790
1790
|
]),
|
|
1791
1791
|
_: 3
|
|
@@ -1819,16 +1819,16 @@ function ka(e, t, n, s, i, l) {
|
|
|
1819
1819
|
default: C(() => [
|
|
1820
1820
|
n.cmdIcon ? (a(), x(d, A(S({ key: 0 }, n.cmdIcon)), null, 16)) : m("", !0),
|
|
1821
1821
|
o("span", va, y(n.preHeadlineText), 1),
|
|
1822
|
-
|
|
1823
|
-
|
|
1822
|
+
D(e.$slots, "default", {}, () => [
|
|
1823
|
+
F(y(n.headlineText), 1)
|
|
1824
1824
|
])
|
|
1825
1825
|
]),
|
|
1826
1826
|
_: 3
|
|
1827
1827
|
})) : m("", !0)
|
|
1828
1828
|
], 64)) : n.headlineText ? (a(), x(Te(l.headlineTag), { key: 2 }, {
|
|
1829
1829
|
default: C(() => [
|
|
1830
|
-
|
|
1831
|
-
|
|
1830
|
+
D(e.$slots, "default", {}, () => [
|
|
1831
|
+
F(y(n.headlineText), 1)
|
|
1832
1832
|
])
|
|
1833
1833
|
]),
|
|
1834
1834
|
_: 3
|
|
@@ -2007,8 +2007,8 @@ function _a(e, t, n, s, i, l) {
|
|
|
2007
2007
|
}, null, 8, ["iconClass", "type"])
|
|
2008
2008
|
], 8, Sa)) : m("", !0)
|
|
2009
2009
|
])) : m("", !0),
|
|
2010
|
-
|
|
2011
|
-
|
|
2010
|
+
D(e.$slots, "default", {}, () => [
|
|
2011
|
+
F(y(n.tooltipText), 1)
|
|
2012
2012
|
])
|
|
2013
2013
|
], 2)) : m("", !0);
|
|
2014
2014
|
}
|
|
@@ -2167,10 +2167,10 @@ function Fa(e, t, n, s, i, l) {
|
|
|
2167
2167
|
"headline-level": n.cmdHeadline.headlineLevel
|
|
2168
2168
|
}, {
|
|
2169
2169
|
default: C(() => [
|
|
2170
|
-
|
|
2170
|
+
F(y(l.headlineRequirements), 1),
|
|
2171
2171
|
n.labelText ? (a(), r(T, { key: 0 }, [
|
|
2172
2172
|
t[1] || (t[1] = o("br", null, null, -1)),
|
|
2173
|
-
|
|
2173
|
+
F('"' + y(n.labelText) + '"', 1)
|
|
2174
2174
|
], 64)) : m("", !0)
|
|
2175
2175
|
]),
|
|
2176
2176
|
_: 1
|
|
@@ -3208,7 +3208,7 @@ function ks(e, t, n, s, i, l) {
|
|
|
3208
3208
|
n.labelText ? (a(), r("span", {
|
|
3209
3209
|
key: 0,
|
|
3210
3210
|
innerHTML: n.labelText
|
|
3211
|
-
}, null, 8, Ga)) :
|
|
3211
|
+
}, null, 8, Ga)) : D(e.$slots, "labeltext", { key: 1 }),
|
|
3212
3212
|
e.$attrs.required != null && e.$attrs.required !== !1 ? (a(), r("sup", Ka, "*")) : m("", !0)
|
|
3213
3213
|
]),
|
|
3214
3214
|
(e.$attrs.required || e.inputRequirements.length) && n.showStatusIcon ? (a(), r("a", {
|
|
@@ -3317,7 +3317,7 @@ function ks(e, t, n, s, i, l) {
|
|
|
3317
3317
|
o("span", { innerHTML: n.labelText }, null, 8, rs),
|
|
3318
3318
|
e.$attrs.required ? (a(), r("sup", ds, "*")) : m("", !0)
|
|
3319
3319
|
], 2)) : m("", !0)
|
|
3320
|
-
], 64)) :
|
|
3320
|
+
], 64)) : D(e.$slots, "default", { key: 2 }) : (a(), r(T, { key: 0 }, [
|
|
3321
3321
|
o("input", S(l.elementAttributes, {
|
|
3322
3322
|
onChange: t[12] || (t[12] = (...u) => l.onChange && l.onChange(...u)),
|
|
3323
3323
|
onBlur: t[13] || (t[13] = (...u) => l.onBlur && l.onBlur(...u)),
|
|
@@ -3337,7 +3337,7 @@ function ks(e, t, n, s, i, l) {
|
|
|
3337
3337
|
n.labelText ? (a(), r("span", {
|
|
3338
3338
|
key: 0,
|
|
3339
3339
|
innerHTML: n.labelText
|
|
3340
|
-
}, null, 8, ns)) :
|
|
3340
|
+
}, null, 8, ns)) : D(e.$slots, "labeltext", { key: 1 }),
|
|
3341
3341
|
e.$attrs.required ? (a(), r("sup", is, "*")) : m("", !0)
|
|
3342
3342
|
])
|
|
3343
3343
|
], 2)) : m("", !0)
|
|
@@ -3425,7 +3425,7 @@ function ks(e, t, n, s, i, l) {
|
|
|
3425
3425
|
type: n.nativeButton?.icon?.iconType
|
|
3426
3426
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
|
3427
3427
|
n.nativeButton?.icon && n.nativeButton?.text ? (a(), r("span", vs, y(n.nativeButton.text), 1)) : (a(), r(T, { key: 2 }, [
|
|
3428
|
-
|
|
3428
|
+
F(y(n.nativeButton.text), 1)
|
|
3429
3429
|
], 64)),
|
|
3430
3430
|
n.nativeButton?.icon?.show && n.nativeButton?.icon?.position === "after" ? (a(), x(d, {
|
|
3431
3431
|
key: 3,
|
|
@@ -3621,9 +3621,9 @@ function qs(e, t, n, s, i, l) {
|
|
|
3621
3621
|
}, [
|
|
3622
3622
|
n.addressEntry.zip ? (a(), r("span", Ds, y(n.addressEntry.zip), 1)) : m("", !0),
|
|
3623
3623
|
n.addressEntry.city ? (a(), r("span", Fs, [
|
|
3624
|
-
|
|
3624
|
+
F(y(n.addressEntry.city), 1),
|
|
3625
3625
|
n.addressEntry.state ? (a(), r(T, { key: 0 }, [
|
|
3626
|
-
|
|
3626
|
+
F(y(n.addressEntry.state), 1)
|
|
3627
3627
|
], 64)) : m("", !0)
|
|
3628
3628
|
])) : m("", !0)
|
|
3629
3629
|
], 2)) : m("", !0),
|
|
@@ -3699,9 +3699,9 @@ function qs(e, t, n, s, i, l) {
|
|
|
3699
3699
|
}, [
|
|
3700
3700
|
n.addressEntry.zip ? (a(), r("span", As, y(n.addressEntry.zip), 1)) : m("", !0),
|
|
3701
3701
|
n.addressEntry.city ? (a(), r("span", Es, [
|
|
3702
|
-
|
|
3702
|
+
F(y(n.addressEntry.city), 1),
|
|
3703
3703
|
n.addressEntry.state ? (a(), r(T, { key: 0 }, [
|
|
3704
|
-
|
|
3704
|
+
F(" " + y(n.addressEntry.state), 1)
|
|
3705
3705
|
], 64)) : m("", !0)
|
|
3706
3706
|
])) : m("", !0)
|
|
3707
3707
|
], 2)) : m("", !0),
|
|
@@ -3861,7 +3861,7 @@ const Rs = /* @__PURE__ */ B(ws, [["render", qs]]), js = {
|
|
|
3861
3861
|
function tr(e, t, n, s, i, l) {
|
|
3862
3862
|
const d = U, c = Rs, u = Ce, h = R;
|
|
3863
3863
|
return a(), r("div", Us, [
|
|
3864
|
-
n.useSlot ?
|
|
3864
|
+
n.useSlot ? D(e.$slots, "default", { key: 0 }) : (a(), r(T, { key: 1 }, [
|
|
3865
3865
|
n.cmdHeadline?.headlineText || e.editModeContext ? (a(), x(d, A(S({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
3866
3866
|
o("address", Ns, [
|
|
3867
3867
|
n.showLabels && (n.showLabelTexts || n.showLabelIcons) && !n.showIconsOnly ? (a(), r(T, { key: 0 }, [
|
|
@@ -3930,7 +3930,7 @@ function tr(e, t, n, s, i, l) {
|
|
|
3930
3930
|
type: p.iconType
|
|
3931
3931
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
|
3932
3932
|
], 64)) : (a(), r(T, { key: 1 }, [
|
|
3933
|
-
|
|
3933
|
+
F(y(p.href), 1)
|
|
3934
3934
|
], 64))
|
|
3935
3935
|
], 10, zs)) : n.showIconsOnly ? m("", !0) : (a(), r("span", {
|
|
3936
3936
|
key: 1,
|
|
@@ -3960,9 +3960,9 @@ function tr(e, t, n, s, i, l) {
|
|
|
3960
3960
|
}, [
|
|
3961
3961
|
p.zip ? (a(), r("span", Ys, y(p.zip) + " ", 1)) : m("", !0),
|
|
3962
3962
|
p.city ? (a(), r("span", Js, [
|
|
3963
|
-
|
|
3963
|
+
F(y(p.city), 1),
|
|
3964
3964
|
p.state ? (a(), r(T, { key: 0 }, [
|
|
3965
|
-
|
|
3965
|
+
F(y(p.state), 1)
|
|
3966
3966
|
], 64)) : m("", !0)
|
|
3967
3967
|
])) : m("", !0),
|
|
3968
3968
|
t[3] || (t[3] = o("br", null, null, -1))
|
|
@@ -3989,9 +3989,9 @@ function tr(e, t, n, s, i, l) {
|
|
|
3989
3989
|
}, [
|
|
3990
3990
|
p.zip ? (a(), r("span", Xs, y(p.zip) + " ", 1)) : m("", !0),
|
|
3991
3991
|
p.city ? (a(), r("span", $s, [
|
|
3992
|
-
|
|
3992
|
+
F(y(p.city), 1),
|
|
3993
3993
|
p.state ? (a(), r(T, { key: 0 }, [
|
|
3994
|
-
|
|
3994
|
+
F(y(p.state), 1)
|
|
3995
3995
|
], 64)) : m("", !0)
|
|
3996
3996
|
])) : m("", !0),
|
|
3997
3997
|
t[7] || (t[7] = o("br", null, null, -1))
|
|
@@ -4168,7 +4168,7 @@ const or = /* @__PURE__ */ B(nr, [["render", lr]]), ar = {
|
|
|
4168
4168
|
function cr(e, t, n, s, i, l) {
|
|
4169
4169
|
const d = U, c = R;
|
|
4170
4170
|
return a(), r("div", sr, [
|
|
4171
|
-
n.useSlot ?
|
|
4171
|
+
n.useSlot ? D(e.$slots, "default", { key: 0 }) : (a(), r(T, { key: 1 }, [
|
|
4172
4172
|
n.cmdHeadline ? (a(), x(d, A(S({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
4173
4173
|
o("dl", null, [
|
|
4174
4174
|
(a(!0), r(T, null, P(n.accountData, (u, h) => (a(), r(T, { key: h }, [
|
|
@@ -4431,7 +4431,7 @@ function wr(e, t, n, s, i, l) {
|
|
|
4431
4431
|
}, [
|
|
4432
4432
|
W(o("span", hr, [
|
|
4433
4433
|
o("span", { id: e.htmlId }, [
|
|
4434
|
-
|
|
4434
|
+
F(y(n.labelText), 1),
|
|
4435
4435
|
n.required ? (a(), r("sup", yr, "*")) : m("", !0)
|
|
4436
4436
|
], 8, gr),
|
|
4437
4437
|
(n.required || e.inputRequirements.length > 0) && n.showStatusIcon ? (a(), r("a", {
|
|
@@ -4463,7 +4463,7 @@ function wr(e, t, n, s, i, l) {
|
|
|
4463
4463
|
[te, n.showLabel]
|
|
4464
4464
|
]),
|
|
4465
4465
|
n.useSlot ? (a(), r("div", kr, [
|
|
4466
|
-
|
|
4466
|
+
D(e.$slots, "default")
|
|
4467
4467
|
])) : (a(), r("span", {
|
|
4468
4468
|
key: 0,
|
|
4469
4469
|
class: b(["flex-container", { vertical: n.orientation === "vertical", "flex-items-flex-none": !n.stretchHorizontally, "no-gap": n.multipleSwitch }])
|
|
@@ -4639,7 +4639,7 @@ function Or(e, t, n, s, i, l) {
|
|
|
4639
4639
|
role: n.validationStatus === "error" ? "alert" : "dialog",
|
|
4640
4640
|
"aria-labelledby": e.htmlId
|
|
4641
4641
|
}, [
|
|
4642
|
-
|
|
4642
|
+
D(e.$slots, "default", {}, () => [
|
|
4643
4643
|
f(d, {
|
|
4644
4644
|
class: "message-headline",
|
|
4645
4645
|
cmdIcon: l.headlineIcon,
|
|
@@ -4927,7 +4927,7 @@ function Ur(e, t, n, s, i, l) {
|
|
|
4927
4927
|
validationStatus: i.systemMessage.validationStatus,
|
|
4928
4928
|
systemMessage: i.systemMessage.message
|
|
4929
4929
|
}, null, 8, ["validationStatus", "systemMessage"])) : m("", !0),
|
|
4930
|
-
n.useSlot ?
|
|
4930
|
+
n.useSlot ? D(e.$slots, "default", { key: 2 }) : (a(!0), r(T, { key: 3 }, P(n.formElements, (p, v) => (a(), r(T, { key: v }, [
|
|
4931
4931
|
!p.component || p.component === "CmdFormElement" ? (a(), x(u, {
|
|
4932
4932
|
key: v,
|
|
4933
4933
|
element: p.element || "input",
|
|
@@ -4998,7 +4998,7 @@ function Ur(e, t, n, s, i, l) {
|
|
|
4998
4998
|
l.submitButtonOptions.show && (l.submitButtonOptions.position === "insideFieldset" || l.submitButtonOptions.position === null) ? (a(), r("div", Fr, [
|
|
4999
4999
|
n.mandatoryText ? (a(), r("small", Mr, [
|
|
5000
5000
|
t[3] || (t[3] = o("sup", null, "*", -1)),
|
|
5001
|
-
|
|
5001
|
+
F(y(n.mandatoryText), 1)
|
|
5002
5002
|
])) : m("", !0),
|
|
5003
5003
|
l.cancelButtonOptions.show ? (a(), r("button", {
|
|
5004
5004
|
key: 1,
|
|
@@ -5027,7 +5027,7 @@ function Ur(e, t, n, s, i, l) {
|
|
|
5027
5027
|
l.submitButtonOptions.show && l.submitButtonOptions.position === "belowFieldset" ? (a(), r("div", Er, [
|
|
5028
5028
|
n.mandatoryText ? (a(), r("small", Hr, [
|
|
5029
5029
|
t[4] || (t[4] = o("sup", null, "*", -1)),
|
|
5030
|
-
|
|
5030
|
+
F(y(n.mandatoryText), 1)
|
|
5031
5031
|
])) : m("", !0),
|
|
5032
5032
|
l.cancelButtonOptions.show ? (a(), r("button", {
|
|
5033
5033
|
key: 1,
|
|
@@ -5053,8 +5053,8 @@ function Ur(e, t, n, s, i, l) {
|
|
|
5053
5053
|
l.submitButtonOptions.text ? (a(), r("span", jr, y(l.submitButtonOptions.text), 1)) : m("", !0)
|
|
5054
5054
|
], 10, Rr)) : m("", !0)
|
|
5055
5055
|
])) : m("", !0),
|
|
5056
|
-
|
|
5057
|
-
], 64)) :
|
|
5056
|
+
D(e.$slots, "button-row")
|
|
5057
|
+
], 64)) : D(e.$slots, "default", { key: 1 })
|
|
5058
5058
|
], 42, Ir);
|
|
5059
5059
|
}
|
|
5060
5060
|
const hi = /* @__PURE__ */ B(Lr, [["render", Ur]]), Nr = {
|
|
@@ -6272,7 +6272,7 @@ function Id(e, t, n, s, i, l) {
|
|
|
6272
6272
|
onClick: w(e.showNextItem, ["prevent"])
|
|
6273
6273
|
}, null, 8, ["onClick"])
|
|
6274
6274
|
])) : (a(), r("div", wd, [
|
|
6275
|
-
|
|
6275
|
+
D(e.$slots, "default")
|
|
6276
6276
|
]))
|
|
6277
6277
|
], 2),
|
|
6278
6278
|
e.showSubmitButtons && e.fancyBoxOptionsProperties.submitButtons ? (a(), r("footer", Td, [
|
|
@@ -6652,7 +6652,7 @@ function Hd(e, t, n, s, i, l) {
|
|
|
6652
6652
|
i18n: e.i18n
|
|
6653
6653
|
}, null, 8, ["labelText", "name", "replaceInputType", "modelValue", "i18n"])
|
|
6654
6654
|
])) : m("", !0),
|
|
6655
|
-
|
|
6655
|
+
D(e.$slots, "top"),
|
|
6656
6656
|
n.configuration.lastName || n.configuration.firstName ? (a(), r("div", Pd, [
|
|
6657
6657
|
n.configuration.lastName ? (a(), x(c, {
|
|
6658
6658
|
key: 0,
|
|
@@ -6817,7 +6817,7 @@ function Hd(e, t, n, s, i, l) {
|
|
|
6817
6817
|
i18n: e.i18n,
|
|
6818
6818
|
showStatusIcon: !1
|
|
6819
6819
|
}, null, 8, ["element", "labelText", "placeholder", "required", "name", "textCharactersLeft", "maxlength", "modelValue", "status", "i18n"])) : m("", !0),
|
|
6820
|
-
|
|
6820
|
+
D(e.$slots, "bottom"),
|
|
6821
6821
|
n.configuration.acceptPrivacy ? (a(), x(c, {
|
|
6822
6822
|
key: 5,
|
|
6823
6823
|
element: "input",
|
|
@@ -6893,7 +6893,7 @@ function Wd(e, t, n, s, i, l) {
|
|
|
6893
6893
|
src: e.img?.src,
|
|
6894
6894
|
alt: n.image?.alt
|
|
6895
6895
|
}, null, 8, zd)) : m("", !0),
|
|
6896
|
-
|
|
6896
|
+
D(e.$slots, "default")
|
|
6897
6897
|
], 64);
|
|
6898
6898
|
}
|
|
6899
6899
|
const Gd = /* @__PURE__ */ B(qd, [["render", Wd]]), Kd = {
|
|
@@ -7016,7 +7016,7 @@ function Zd(e, t, n, s, i, l) {
|
|
|
7016
7016
|
image: n.image
|
|
7017
7017
|
}, {
|
|
7018
7018
|
default: C(() => [
|
|
7019
|
-
|
|
7019
|
+
D(e.$slots, "default")
|
|
7020
7020
|
]),
|
|
7021
7021
|
_: 3
|
|
7022
7022
|
}, 8, ["text", "icon", "image"])
|
|
@@ -7035,7 +7035,7 @@ function Zd(e, t, n, s, i, l) {
|
|
|
7035
7035
|
image: n.image
|
|
7036
7036
|
}, {
|
|
7037
7037
|
default: C(() => [
|
|
7038
|
-
|
|
7038
|
+
D(e.$slots, "default")
|
|
7039
7039
|
]),
|
|
7040
7040
|
_: 3
|
|
7041
7041
|
}, 8, ["text", "icon", "image"])
|
|
@@ -7055,7 +7055,7 @@ function Zd(e, t, n, s, i, l) {
|
|
|
7055
7055
|
image: n.image
|
|
7056
7056
|
}, {
|
|
7057
7057
|
default: C(() => [
|
|
7058
|
-
|
|
7058
|
+
D(e.$slots, "default")
|
|
7059
7059
|
]),
|
|
7060
7060
|
_: 3
|
|
7061
7061
|
}, 8, ["text", "icon", "image"])
|
|
@@ -7129,7 +7129,7 @@ function Xd(e, t, n, s, i, l) {
|
|
|
7129
7129
|
class: b(["cmd-tag tag", n.highlightLevel]),
|
|
7130
7130
|
ref: "tag"
|
|
7131
7131
|
}, [
|
|
7132
|
-
|
|
7132
|
+
D(e.$slots, "default", {}, () => [
|
|
7133
7133
|
o("span", null, y(n.tagText), 1),
|
|
7134
7134
|
n.removeTagByClick ? (a(), r("a", {
|
|
7135
7135
|
key: 0,
|
|
@@ -7466,7 +7466,7 @@ function pu(e, t, n, s, i, l) {
|
|
|
7466
7466
|
class: b(["flex-container", { "no-gap": !n.useGap }, "align-" + n.align, l.setStretchClass, { horizontal: n.orientation === "horizontal" }])
|
|
7467
7467
|
}, {
|
|
7468
7468
|
default: C(() => [
|
|
7469
|
-
n.listContentType === "links" ?
|
|
7469
|
+
n.listContentType === "links" ? D(e.$slots, "default", { key: 0 }, () => [
|
|
7470
7470
|
e.editModeContext ? (a(), r("li", au, [
|
|
7471
7471
|
(a(!0), r(T, null, P(e.links, (I, L) => (a(), x(u, {
|
|
7472
7472
|
key: "x" + L,
|
|
@@ -7503,7 +7503,7 @@ function pu(e, t, n, s, i, l) {
|
|
|
7503
7503
|
onClick: t[0] || (t[0] = (O) => l.emitClick(O, e.linkType))
|
|
7504
7504
|
}, null, 8, ["class", "link"]))), 128))
|
|
7505
7505
|
]) : m("", !0),
|
|
7506
|
-
n.listContentType === "images" ?
|
|
7506
|
+
n.listContentType === "images" ? D(e.$slots, "default", { key: 1 }, () => [
|
|
7507
7507
|
(a(!0), r(T, null, P(n.items, (I, L) => (a(), r("li", { key: L }, [
|
|
7508
7508
|
I.image.url ? (a(), r("a", {
|
|
7509
7509
|
key: 0,
|
|
@@ -7516,7 +7516,7 @@ function pu(e, t, n, s, i, l) {
|
|
|
7516
7516
|
}, I), null, 16))
|
|
7517
7517
|
]))), 128))
|
|
7518
7518
|
]) : m("", !0),
|
|
7519
|
-
n.listContentType === "tags" ?
|
|
7519
|
+
n.listContentType === "tags" ? D(e.$slots, "default", { key: 2 }, () => [
|
|
7520
7520
|
(a(!0), r(T, null, P(i.listOfTagItems, (I, L) => (a(), r("li", { key: L }, [
|
|
7521
7521
|
f(p, {
|
|
7522
7522
|
tagText: I,
|
|
@@ -7542,7 +7542,7 @@ function pu(e, t, n, s, i, l) {
|
|
|
7542
7542
|
key: 0,
|
|
7543
7543
|
ref_for: !0
|
|
7544
7544
|
}, I.descriptionData.cmdLink), null, 16)) : (a(), r(T, { key: 1 }, [
|
|
7545
|
-
|
|
7545
|
+
F(y(I.descriptionData.text), 1)
|
|
7546
7546
|
], 64))
|
|
7547
7547
|
]),
|
|
7548
7548
|
n.alignDescriptionTermRight ? (a(), r("dt", cu, [
|
|
@@ -7973,14 +7973,14 @@ function Ku(e, t, n, s, i, l) {
|
|
|
7973
7973
|
title: i.open ? n.iconOpen.tooltip : n.iconClosed.tooltip,
|
|
7974
7974
|
onClick: t[0] || (t[0] = w((...v) => l.toggleContentVisibility && l.toggleContentVisibility(...v), ["prevent"]))
|
|
7975
7975
|
}, [
|
|
7976
|
-
n.useSlots?.includes("header") ?
|
|
7976
|
+
n.useSlots?.includes("header") ? D(e.$slots, "header", { key: 0 }) : n.cmdHeadline?.headlineText && n.headlinePosition === "header" ? (a(), x(d, A(S({ key: 1 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
7977
7977
|
f(c, {
|
|
7978
7978
|
iconClass: i.open ? n.iconOpen.iconClass : n.iconClosed.iconClass,
|
|
7979
7979
|
type: i.open ? n.iconOpen.iconType : n.iconClosed.iconType
|
|
7980
7980
|
}, null, 8, ["iconClass", "type"])
|
|
7981
7981
|
], 8, gu)) : (a(), r(T, { key: 1 }, [
|
|
7982
7982
|
n.useSlots?.includes("header") || n.cmdHeadline?.headlineText && n.headlinePosition === "header" ? (a(), r("div", yu, [
|
|
7983
|
-
n.useSlots?.includes("header") ?
|
|
7983
|
+
n.useSlots?.includes("header") ? D(e.$slots, "header", { key: 0 }) : m("", !0),
|
|
7984
7984
|
n.cmdHeadline?.headlineText && n.headlinePosition === "header" ? (a(), x(d, A(S({ key: 1 }, n.cmdHeadline)), null, 16)) : m("", !0)
|
|
7985
7985
|
])) : m("", !0)
|
|
7986
7986
|
], 64)),
|
|
@@ -7995,7 +7995,7 @@ function Ku(e, t, n, s, i, l) {
|
|
|
7995
7995
|
ref: "boxBody",
|
|
7996
7996
|
style: Ke(n.allowContentToScroll ? "max-height: " + i.calculatedBodyHeight : null)
|
|
7997
7997
|
}, [
|
|
7998
|
-
|
|
7998
|
+
D(e.$slots, "body", {}, () => [
|
|
7999
7999
|
n.cmdHeadline?.headlineText && n.headlinePosition === "body" ? (a(), x(d, A(S({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
8000
8000
|
n.cmdIcon !== void 0 ? (a(), r("div", bu, [
|
|
8001
8001
|
f(c, {
|
|
@@ -8049,7 +8049,7 @@ function Ku(e, t, n, s, i, l) {
|
|
|
8049
8049
|
f(h, A(ce(n.cmdLink)), null, 16)
|
|
8050
8050
|
])) : m("", !0),
|
|
8051
8051
|
n.useSlots?.includes("footer") ? (a(), r("div", wu, [
|
|
8052
|
-
|
|
8052
|
+
D(e.$slots, "footer")
|
|
8053
8053
|
])) : m("", !0)
|
|
8054
8054
|
], 2)) : n.boxType === "product" && n.product ? (a(), r("a", {
|
|
8055
8055
|
key: 1,
|
|
@@ -8095,7 +8095,7 @@ function Ku(e, t, n, s, i, l) {
|
|
|
8095
8095
|
alt: n.user.image.alt
|
|
8096
8096
|
}, null, 8, Pu),
|
|
8097
8097
|
n.rowView ? m("", !0) : (a(), r("figcaption", Vu, [
|
|
8098
|
-
|
|
8098
|
+
F(y(n.user.name) + " ", 1),
|
|
8099
8099
|
n.user.age ? (a(), r("span", Au, " (" + y(n.user.age) + ") ", 1)) : m("", !0)
|
|
8100
8100
|
]))
|
|
8101
8101
|
])) : (a(), r(T, { key: 1 }, [
|
|
@@ -8107,7 +8107,7 @@ function Ku(e, t, n, s, i, l) {
|
|
|
8107
8107
|
}, null, 8, ["iconClass", "type", "title"])
|
|
8108
8108
|
]),
|
|
8109
8109
|
n.rowView ? m("", !0) : (a(), r("p", Hu, [
|
|
8110
|
-
|
|
8110
|
+
F(y(n.user.name) + " ", 1),
|
|
8111
8111
|
n.user.age ? (a(), r("span", qu, " (" + y(n.user.age) + ") ", 1)) : m("", !0)
|
|
8112
8112
|
]))
|
|
8113
8113
|
], 64))
|
|
@@ -8363,7 +8363,7 @@ function Xu(e, t, n, s, i, l) {
|
|
|
8363
8363
|
}
|
|
8364
8364
|
])
|
|
8365
8365
|
}, [
|
|
8366
|
-
|
|
8366
|
+
D(e.$slots, "default", {
|
|
8367
8367
|
collapsingBoxesOpen: i.collapsingBoxesOpen,
|
|
8368
8368
|
boxToggled: l.boxToggled,
|
|
8369
8369
|
boxIsOpen: l.boxIsOpen,
|
|
@@ -8534,14 +8534,14 @@ function fc(e, t, n, s, i, l) {
|
|
|
8534
8534
|
], 8, uc)) : m("", !0),
|
|
8535
8535
|
n.preformatted ? (a(), r("pre", cc, [
|
|
8536
8536
|
o("code", mc, [
|
|
8537
|
-
t[1] || (t[1] =
|
|
8537
|
+
t[1] || (t[1] = F(`
|
|
8538
8538
|
`, -1)),
|
|
8539
|
-
|
|
8540
|
-
t[2] || (t[2] =
|
|
8539
|
+
D(e.$slots, "default"),
|
|
8540
|
+
t[2] || (t[2] = F(`
|
|
8541
8541
|
`, -1))
|
|
8542
8542
|
], 512)
|
|
8543
8543
|
])) : (a(), r("code", pc, [
|
|
8544
|
-
|
|
8544
|
+
D(e.$slots, "default")
|
|
8545
8545
|
], 512))
|
|
8546
8546
|
], 2);
|
|
8547
8547
|
}
|
|
@@ -8766,7 +8766,7 @@ function kc(e, t, n, s, i, l) {
|
|
|
8766
8766
|
o("div", {
|
|
8767
8767
|
class: b(l.htmlClasses)
|
|
8768
8768
|
}, [
|
|
8769
|
-
|
|
8769
|
+
D(e.$slots, "default")
|
|
8770
8770
|
], 2)
|
|
8771
8771
|
]);
|
|
8772
8772
|
}
|
|
@@ -8933,13 +8933,13 @@ function Uc(e, t, n, s, i, l) {
|
|
|
8933
8933
|
return a(), x(pe, { name: n.transition }, {
|
|
8934
8934
|
default: C(() => [
|
|
8935
8935
|
o("div", _c, [
|
|
8936
|
-
n.useSlot ?
|
|
8936
|
+
n.useSlot ? D(e.$slots, "default", { key: 0 }) : (a(), r("div", Oc, [
|
|
8937
8937
|
n.cmdHeadlineCookieDisclaimer?.show && n.cmdHeadlineCookieDisclaimer?.headlineText && n.cmdHeadlineCookieDisclaimer?.headlineLevel ? (a(), x(d, {
|
|
8938
8938
|
key: 0,
|
|
8939
8939
|
headlineText: n.cmdHeadlineCookieDisclaimer.headlineText,
|
|
8940
8940
|
headlineLevel: n.cmdHeadlineCookieDisclaimer.headlineLevel
|
|
8941
8941
|
}, null, 8, ["headlineText", "headlineLevel"])) : m("", !0),
|
|
8942
|
-
|
|
8942
|
+
D(e.$slots, "cookie-options", {}, () => [
|
|
8943
8943
|
n.cookieOptions?.required ? (a(), r("div", Lc, [
|
|
8944
8944
|
l.defaultCmdBoxRequiredCookies().showHeadline && l.defaultCmdBoxRequiredCookies().headlineText ? (a(), x(d, {
|
|
8945
8945
|
key: 0,
|
|
@@ -8978,7 +8978,7 @@ function Uc(e, t, n, s, i, l) {
|
|
|
8978
8978
|
W(o("div", Bc, [
|
|
8979
8979
|
u.description ? (a(), r("p", Dc, y(u.description), 1)) : m("", !0),
|
|
8980
8980
|
u.linkDataPrivacy ? (a(), r("p", Fc, [
|
|
8981
|
-
|
|
8981
|
+
F(y(u.linkDataPrivacy.label) + " ", 1),
|
|
8982
8982
|
o("a", {
|
|
8983
8983
|
onClick: t[1] || (t[1] = (...p) => l.openDataPrivacy && l.openDataPrivacy(...p)),
|
|
8984
8984
|
href: u.linkDataPrivacy.link,
|
|
@@ -9029,7 +9029,7 @@ function Uc(e, t, n, s, i, l) {
|
|
|
9029
9029
|
W(o("div", Ac, [
|
|
9030
9030
|
u.description ? (a(), r("p", Ec, y(u.description), 1)) : m("", !0),
|
|
9031
9031
|
u.linkDataPrivacy ? (a(), r("p", Hc, [
|
|
9032
|
-
|
|
9032
|
+
F(y(u.linkDataPrivacy.label) + " ", 1),
|
|
9033
9033
|
o("a", {
|
|
9034
9034
|
onClick: t[3] || (t[3] = (...p) => l.openDataPrivacy && l.openDataPrivacy(...p)),
|
|
9035
9035
|
href: u.linkDataPrivacy.link,
|
|
@@ -9388,7 +9388,7 @@ function gm(e, t, n, s, i, l) {
|
|
|
9388
9388
|
}, [
|
|
9389
9389
|
n.showLabel ? (a(), r("span", Qc, [
|
|
9390
9390
|
o("span", { id: e.htmlId }, [
|
|
9391
|
-
|
|
9391
|
+
F(y(n.labelText), 1),
|
|
9392
9392
|
e.$attrs.required !== void 0 ? (a(), r("sup", $c, "*")) : m("", !0)
|
|
9393
9393
|
], 8, Xc),
|
|
9394
9394
|
(e.$attrs.required || e.inputRequirements.length) && n.showStatusIcon ? (a(), r("a", {
|
|
@@ -9545,7 +9545,7 @@ function gm(e, t, n, s, i, l) {
|
|
|
9545
9545
|
o("span", null, y(l.selectAllOptionsText), 1)
|
|
9546
9546
|
])
|
|
9547
9547
|
])) : m("", !0)
|
|
9548
|
-
], 10, dm)) : n.type === "content" && i.showOptions ?
|
|
9548
|
+
], 10, dm)) : n.type === "content" && i.showOptions ? D(e.$slots, "default", { key: 2 }) : m("", !0)
|
|
9549
9549
|
])
|
|
9550
9550
|
], 42, tm)
|
|
9551
9551
|
], 10, Zc);
|
|
@@ -9569,10 +9569,10 @@ function Cm(e, t, n, s, i, l) {
|
|
|
9569
9569
|
class: b(["cmd-flexible-scroll-container flexible-scroll-container", { "reverse-order": n.fixedContainerAtBottom }])
|
|
9570
9570
|
}, [
|
|
9571
9571
|
o("div", bm, [
|
|
9572
|
-
|
|
9572
|
+
D(e.$slots, "fixed-wrapper")
|
|
9573
9573
|
]),
|
|
9574
9574
|
o("div", xm, [
|
|
9575
|
-
|
|
9575
|
+
D(e.$slots, "scroll-wrapper")
|
|
9576
9576
|
])
|
|
9577
9577
|
], 2);
|
|
9578
9578
|
}
|
|
@@ -10437,7 +10437,7 @@ function sp(e, t, n, s, i, l) {
|
|
|
10437
10437
|
], 2), [
|
|
10438
10438
|
[te, i.showLogin]
|
|
10439
10439
|
]),
|
|
10440
|
-
|
|
10440
|
+
D(e.$slots, "login"),
|
|
10441
10441
|
o("div", Xm, [
|
|
10442
10442
|
n.linkForgotPassword || n.linkCreateAccount ? (a(), r("div", $m, [
|
|
10443
10443
|
n.linkForgotPassword ? (a(), r("a", {
|
|
@@ -10498,7 +10498,7 @@ function sp(e, t, n, s, i, l) {
|
|
|
10498
10498
|
modelValue: i.sendLoginMail,
|
|
10499
10499
|
"onUpdate:modelValue": t[9] || (t[9] = (p) => i.sendLoginMail = p)
|
|
10500
10500
|
}, l.cmdFormElementSendLoginOptions), null, 16, ["modelValue"]),
|
|
10501
|
-
|
|
10501
|
+
D(e.$slots, "send-login"),
|
|
10502
10502
|
o("div", lp, [
|
|
10503
10503
|
o("a", {
|
|
10504
10504
|
href: "#",
|
|
@@ -10979,7 +10979,7 @@ const Li = /* @__PURE__ */ B(dp, [["render", kp]]), wp = {
|
|
|
10979
10979
|
function Mp(e, t, n, s, i, l) {
|
|
10980
10980
|
const d = R;
|
|
10981
10981
|
return a(), r("div", Sp, [
|
|
10982
|
-
|
|
10982
|
+
D(e.$slots, "default", {}, () => [
|
|
10983
10983
|
o("a", {
|
|
10984
10984
|
href: l.getPreviousHref,
|
|
10985
10985
|
class: b(["page-change", { disabled: i.currentPage === 1, button: n.linkType === "button" }]),
|
|
@@ -11324,7 +11324,7 @@ const Bi = /* @__PURE__ */ B(Pp, [["render", Ep]]), Hp = {
|
|
|
11324
11324
|
function Rp(e, t, n, s, i, l) {
|
|
11325
11325
|
const d = Bi, c = ve, u = Ii;
|
|
11326
11326
|
return a(), r("div", qp, [
|
|
11327
|
-
|
|
11327
|
+
D(e.$slots, "progress-bar", {
|
|
11328
11328
|
setCurrentPage: l.setCurrentPage,
|
|
11329
11329
|
numberOfPages: l.numberOfPages
|
|
11330
11330
|
}, () => [
|
|
@@ -11345,17 +11345,18 @@ function Rp(e, t, n, s, i, l) {
|
|
|
11345
11345
|
systemMessage: l.getSystemMessage(h),
|
|
11346
11346
|
validationStatus: "error"
|
|
11347
11347
|
}, null, 8, ["systemMessage"])) : m("", !0),
|
|
11348
|
-
|
|
11348
|
+
D(e.$slots, "page-" + h, {
|
|
11349
11349
|
setErrorOnPage: (v) => l.setErrorOnPage(h, v),
|
|
11350
11350
|
removeErrorOnPage: () => l.removeErrorOnPage(h),
|
|
11351
11351
|
atleastOneStepWithError: l.atleastOneStepWithError,
|
|
11352
11352
|
formDataForPage: l.formDataForPage(h),
|
|
11353
11353
|
updateFormDataForPage: (v) => l.updateFormDataForPage(h, v)
|
|
11354
|
-
})
|
|
11354
|
+
}),
|
|
11355
|
+
D(e.$slots, "last-step")
|
|
11355
11356
|
], 2)), [
|
|
11356
11357
|
[te, h === i.currentPage]
|
|
11357
11358
|
])), 128)),
|
|
11358
|
-
|
|
11359
|
+
D(e.$slots, "pagination", {
|
|
11359
11360
|
currentPage: i.currentPage,
|
|
11360
11361
|
setPrevPage: l.setPrevPage,
|
|
11361
11362
|
setNextPage: l.setNextPage,
|
|
@@ -11367,7 +11368,7 @@ function Rp(e, t, n, s, i, l) {
|
|
|
11367
11368
|
activePage: i.currentPage,
|
|
11368
11369
|
numberOfPages: l.numberOfPages
|
|
11369
11370
|
}, l.cmdPaginationProperties, {
|
|
11370
|
-
onClick: t[1] || (t[1] = (h) => l.setCurrentPage(h.
|
|
11371
|
+
onClick: t[1] || (t[1] = (h) => l.setCurrentPage(h.step))
|
|
11371
11372
|
}), null, 16, ["activePage", "numberOfPages"])) : m("", !0)
|
|
11372
11373
|
])
|
|
11373
11374
|
]);
|
|
@@ -11780,16 +11781,16 @@ function of(e, t, n, s, i, l) {
|
|
|
11780
11781
|
o("dd", null, [
|
|
11781
11782
|
n.day.am ? (a(), r("span", Jp, [
|
|
11782
11783
|
n.day.am.displayText ? (a(), r(T, { key: 0 }, [
|
|
11783
|
-
|
|
11784
|
+
F(y(n.day.am.displayText), 1)
|
|
11784
11785
|
], 64)) : (a(), r(T, { key: 1 }, [
|
|
11785
|
-
|
|
11786
|
+
F(y(l.getTime(n.day.am.fromTime, n.abbreviationTextAm)) + " " + y(n.separator) + " " + y(l.getTime(n.day.am.tillTime)), 1)
|
|
11786
11787
|
], 64))
|
|
11787
11788
|
])) : m("", !0),
|
|
11788
11789
|
n.day.pm ? (a(), r("span", Zp, [
|
|
11789
11790
|
n.day.pm.displayText ? (a(), r(T, { key: 0 }, [
|
|
11790
|
-
|
|
11791
|
+
F(y(n.day.pm.displayText), 1)
|
|
11791
11792
|
], 64)) : (a(), r(T, { key: 1 }, [
|
|
11792
|
-
|
|
11793
|
+
F(y(l.getTime(n.day.pm.fromTime, n.abbreviationTextPm)) + " " + y(n.separator) + " " + y(l.getTime(n.day.pm.tillTime)), 1)
|
|
11793
11794
|
], 64))
|
|
11794
11795
|
])) : m("", !0)
|
|
11795
11796
|
])
|
|
@@ -12074,7 +12075,7 @@ function bf(e, t, n, s, i, l) {
|
|
|
12074
12075
|
class: { closed: l.isClosed }
|
|
12075
12076
|
}), {
|
|
12076
12077
|
default: C(() => [
|
|
12077
|
-
|
|
12078
|
+
F(y(l.textOpenClosed), 1)
|
|
12078
12079
|
]),
|
|
12079
12080
|
_: 1
|
|
12080
12081
|
}, 16, ["linkType", "class"])) : (a(), r("span", {
|
|
@@ -12497,7 +12498,7 @@ function Of(e, t, n, s, i, l) {
|
|
|
12497
12498
|
page: n.page,
|
|
12498
12499
|
appendPage: n.appendPage
|
|
12499
12500
|
}, null, 8, ["network", "userMustAcceptDataPrivacy", "buttonTextAlign", "dataPrivacyAccepted", "page", "appendPage"]))), 128)),
|
|
12500
|
-
|
|
12501
|
+
D(e.$slots, "default")
|
|
12501
12502
|
], 64))
|
|
12502
12503
|
], 2)) : (a(), r("button", {
|
|
12503
12504
|
key: 3,
|
|
@@ -12603,12 +12604,12 @@ function Ff(e, t, n, s, i, l) {
|
|
|
12603
12604
|
}, [
|
|
12604
12605
|
n.cmdSocialNetworks ? (a(), x(d, A(S({ key: 0 }, n.cmdSocialNetworks)), {
|
|
12605
12606
|
default: C(() => [
|
|
12606
|
-
|
|
12607
|
+
D(e.$slots, "cmd-social-networks")
|
|
12607
12608
|
]),
|
|
12608
12609
|
_: 3
|
|
12609
12610
|
}, 16)) : m("", !0),
|
|
12610
12611
|
o("div", If, [
|
|
12611
|
-
|
|
12612
|
+
D(e.$slots, "default"),
|
|
12612
12613
|
l.buttonPrintViewOptions?.show ? (a(), r("button", {
|
|
12613
12614
|
key: 0,
|
|
12614
12615
|
class: b(["button", { primary: l.buttonPrintViewOptions.primary }]),
|
|
@@ -12657,7 +12658,7 @@ function Ef(e, t, n, s, i, l) {
|
|
|
12657
12658
|
n.cmdBreadcrumbs ? (a(), x(d, A(S({ key: 0 }, n.cmdBreadcrumbs)), null, 16)) : m("", !0),
|
|
12658
12659
|
n.cmdHeadline.headlineText ? (a(), x(c, A(S({ key: 1 }, n.cmdHeadline)), null, 16)) : m("", !0)
|
|
12659
12660
|
])) : m("", !0),
|
|
12660
|
-
e.$slots.default ?
|
|
12661
|
+
e.$slots.default ? D(e.$slots, "default", { key: 1 }) : m("", !0)
|
|
12661
12662
|
])) : m("", !0);
|
|
12662
12663
|
}
|
|
12663
12664
|
const Hf = /* @__PURE__ */ B(Pf, [["render", Ef]]), qf = {
|
|
@@ -12781,7 +12782,7 @@ function Yf(e, t, n, s, i, l) {
|
|
|
12781
12782
|
n.content && !n.useSlot ? (a(), r("div", {
|
|
12782
12783
|
key: 1,
|
|
12783
12784
|
innerHTML: n.content
|
|
12784
|
-
}, null, 8, Kf)) :
|
|
12785
|
+
}, null, 8, Kf)) : D(e.$slots, "default", { key: 2 })
|
|
12785
12786
|
], 2);
|
|
12786
12787
|
}
|
|
12787
12788
|
const Jf = /* @__PURE__ */ B(Gf, [["render", Yf]]), Zf = {
|
|
@@ -12869,9 +12870,9 @@ function th(e, t, n, s, i, l) {
|
|
|
12869
12870
|
class: "sidebar-main-headline"
|
|
12870
12871
|
}), null, 16, ["headlineLevel"])) : m("", !0),
|
|
12871
12872
|
i.open ? (a(), r("div", Xf, [
|
|
12872
|
-
|
|
12873
|
+
D(e.$slots, "open", { openBoxStatus: i.open })
|
|
12873
12874
|
])) : (a(), r("div", $f, [
|
|
12874
|
-
|
|
12875
|
+
D(e.$slots, "closed", { openBoxStatus: i.open })
|
|
12875
12876
|
]))
|
|
12876
12877
|
]),
|
|
12877
12878
|
n.collapsible ? (a(), r("a", {
|
|
@@ -12908,7 +12909,7 @@ function oh(e, t, n, s, i, l) {
|
|
|
12908
12909
|
o("footer", {
|
|
12909
12910
|
class: b(["flex-container", { vertical: n.orientation === "vertical" }])
|
|
12910
12911
|
}, [
|
|
12911
|
-
|
|
12912
|
+
D(e.$slots, "default")
|
|
12912
12913
|
], 2)
|
|
12913
12914
|
]);
|
|
12914
12915
|
}
|
|
@@ -13028,7 +13029,7 @@ function dh(e, t, n, s, i, l) {
|
|
|
13028
13029
|
role: "banner"
|
|
13029
13030
|
}, [
|
|
13030
13031
|
e.$slots.topheader ? (a(), r("div", rh, [
|
|
13031
|
-
|
|
13032
|
+
D(e.$slots, "topheader")
|
|
13032
13033
|
])) : m("", !0),
|
|
13033
13034
|
o("header", {
|
|
13034
13035
|
class: b([
|
|
@@ -13037,9 +13038,9 @@ function dh(e, t, n, s, i, l) {
|
|
|
13037
13038
|
])
|
|
13038
13039
|
}, [
|
|
13039
13040
|
e.$slots.logo || e.$slots.header || e.$slots.navigation ? (a(), r(T, { key: 0 }, [
|
|
13040
|
-
|
|
13041
|
-
|
|
13042
|
-
|
|
13041
|
+
D(e.$slots, "logo"),
|
|
13042
|
+
D(e.$slots, "header"),
|
|
13043
|
+
D(e.$slots, "navigation")
|
|
13043
13044
|
], 64)) : m("", !0),
|
|
13044
13045
|
n.cmdCompanyLogo || n.cmdMainNavigation?.navigationEntries?.length ? (a(), r(T, { key: 1 }, [
|
|
13045
13046
|
n.cmdCompanyLogo ? (a(), x(d, S({ key: 0 }, n.cmdCompanyLogo, { onImageLoaded: l.onImageLoaded }), null, 16, ["onImageLoaded"])) : m("", !0),
|
|
@@ -13647,7 +13648,7 @@ function _h(e, t, n, s, i, l) {
|
|
|
13647
13648
|
key: i.index,
|
|
13648
13649
|
style: Ke("background-image: url(" + l.currentItem.image.srcLarge + ")")
|
|
13649
13650
|
}, [
|
|
13650
|
-
|
|
13651
|
+
D(e.$slots, "item" + i.currentSlotItem)
|
|
13651
13652
|
], 4)) : (a(), r(T, { key: 0 }, [
|
|
13652
13653
|
e.editModeContext ? n.slideshowItems.length ? (a(), x(c, {
|
|
13653
13654
|
key: 1,
|
|
@@ -13844,7 +13845,7 @@ function Bh(e, t, n, s, i, l) {
|
|
|
13844
13845
|
onClick: (p) => l.optionSelected(u)
|
|
13845
13846
|
}), {
|
|
13846
13847
|
default: C(() => [
|
|
13847
|
-
|
|
13848
|
+
D(e.$slots, "default")
|
|
13848
13849
|
]),
|
|
13849
13850
|
_: 3
|
|
13850
13851
|
}, 16, ["onClick"])
|
|
@@ -14136,13 +14137,13 @@ function Yh(e, t, n, s, i, l) {
|
|
|
14136
14137
|
ref: "table",
|
|
14137
14138
|
class: b({ "full-width": i.fullWidth })
|
|
14138
14139
|
}, [
|
|
14139
|
-
|
|
14140
|
+
D(e.$slots, "table-caption", {}, () => [
|
|
14140
14141
|
n.tableData.caption?.text || n.caption?.text ? (a(), r("caption", {
|
|
14141
14142
|
key: 0,
|
|
14142
14143
|
class: b({ hidden: l.hideCaption })
|
|
14143
14144
|
}, y(n.caption?.text || n.tableData.caption?.text), 3)) : m("", !0)
|
|
14144
14145
|
]),
|
|
14145
|
-
|
|
14146
|
+
D(e.$slots, "table-head", {}, () => [
|
|
14146
14147
|
o("thead", null, [
|
|
14147
14148
|
o("tr", null, [
|
|
14148
14149
|
(a(!0), r(T, null, P(n.tableData.thead, (u, h) => (a(), r("th", {
|
|
@@ -14154,7 +14155,7 @@ function Yh(e, t, n, s, i, l) {
|
|
|
14154
14155
|
]),
|
|
14155
14156
|
f(pe, { name: n.transition }, {
|
|
14156
14157
|
default: C(() => [
|
|
14157
|
-
|
|
14158
|
+
D(e.$slots, "table-body", {}, () => [
|
|
14158
14159
|
W(o("tbody", zh, [
|
|
14159
14160
|
(a(!0), r(T, null, P(n.tableData.tbody, (u, h) => (a(), r("tr", {
|
|
14160
14161
|
class: b({ active: n.tableData.rowIndexHighlighted === h }),
|
|
@@ -14175,7 +14176,7 @@ function Yh(e, t, n, s, i, l) {
|
|
|
14175
14176
|
}, 8, ["name"]),
|
|
14176
14177
|
f(pe, { name: n.transition }, {
|
|
14177
14178
|
default: C(() => [
|
|
14178
|
-
|
|
14179
|
+
D(e.$slots, "table-foot", {}, () => [
|
|
14179
14180
|
n.tableData.tfoot && n.tableData.tfoot.length && i.showTableData ? (a(), r("tfoot", Gh, [
|
|
14180
14181
|
o("tr", null, [
|
|
14181
14182
|
(a(!0), r(T, null, P(n.tableData.tfoot, (u, h) => (a(), r("td", {
|
|
@@ -14319,7 +14320,7 @@ function ag(e, t, n, s, i, l) {
|
|
|
14319
14320
|
"aria-live": "assertive",
|
|
14320
14321
|
class: b(["tab-content-" + (u - 1), { "no-padding": !n.useDefaultPadding }])
|
|
14321
14322
|
}, [
|
|
14322
|
-
|
|
14323
|
+
D(e.$slots, "tab-content-" + (u - 1))
|
|
14323
14324
|
], 2)), [
|
|
14324
14325
|
[te, i.showTab === u - 1]
|
|
14325
14326
|
])), 128)) : (a(), r("div", lg, [
|
|
@@ -14473,7 +14474,7 @@ function ug(e, t, n, s, i, l) {
|
|
|
14473
14474
|
key: 1,
|
|
14474
14475
|
innerHTML: n.htmlContent
|
|
14475
14476
|
}, null, 8, rg)) : m("", !0),
|
|
14476
|
-
|
|
14477
|
+
D(e.$slots, "default")
|
|
14477
14478
|
], 2)),
|
|
14478
14479
|
e.editModeContext ? (a(), x(u, {
|
|
14479
14480
|
key: 3,
|
|
@@ -17031,7 +17032,7 @@ function xb(e, t, n, s, i, l) {
|
|
|
17031
17032
|
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("div", Ky, [
|
|
17032
17033
|
f(d, S(n.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
|
17033
17034
|
default: C(() => [
|
|
17034
|
-
|
|
17035
|
+
F(y(e.getMessage("upload_form.headline.summary_of_all_files")), 1)
|
|
17035
17036
|
]),
|
|
17036
17037
|
_: 1
|
|
17037
17038
|
}, 16),
|
|
@@ -17045,11 +17046,11 @@ function xb(e, t, n, s, i, l) {
|
|
|
17045
17046
|
f(u, A(ce(n.iconDelete)), null, 16)
|
|
17046
17047
|
], 8, Zy),
|
|
17047
17048
|
o("span", null, [
|
|
17048
|
-
|
|
17049
|
+
F(y(i.listOfFiles.length) + " ", 1),
|
|
17049
17050
|
n.allowMultipleFileUploads ? (a(), r(T, { key: 1 }, [
|
|
17050
|
-
|
|
17051
|
+
F(y(e.getMessage("upload_form.labeltext.files_uploading")), 1)
|
|
17051
17052
|
], 64)) : (a(), r(T, { key: 0 }, [
|
|
17052
|
-
|
|
17053
|
+
F(y(e.getMessage("upload_form.labeltext.file_uploading")), 1)
|
|
17053
17054
|
], 64))
|
|
17054
17055
|
]),
|
|
17055
17056
|
o("small", {
|
|
@@ -17073,7 +17074,7 @@ function xb(e, t, n, s, i, l) {
|
|
|
17073
17074
|
o("div", $y, [
|
|
17074
17075
|
f(d, S(n.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
|
17075
17076
|
default: C(() => [
|
|
17076
|
-
|
|
17077
|
+
F(y(e.getMessage("upload_form.headline.list_of_selected_files")), 1)
|
|
17077
17078
|
]),
|
|
17078
17079
|
_: 1
|
|
17079
17080
|
}, 16),
|
|
@@ -17096,7 +17097,7 @@ function xb(e, t, n, s, i, l) {
|
|
|
17096
17097
|
{ error: p.error }
|
|
17097
17098
|
])
|
|
17098
17099
|
}, [
|
|
17099
|
-
|
|
17100
|
+
F(y(p.file.name) + " ", 1),
|
|
17100
17101
|
o("small", null, "(" + y(l.formatSize(p.file.size)) + ")", 1)
|
|
17101
17102
|
], 2),
|
|
17102
17103
|
i.uploadInitiated && !p.error ? (a(), r("span", nb, [
|
|
@@ -17120,7 +17121,7 @@ function xb(e, t, n, s, i, l) {
|
|
|
17120
17121
|
])) : (a(), r(T, { key: 0 }, [
|
|
17121
17122
|
n.allowMultipleFileUploads ? (a(), x(d, S({ key: 0 }, n.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
|
17122
17123
|
default: C(() => [
|
|
17123
|
-
|
|
17124
|
+
F(y(l.headlineTextNoFilesToUpload), 1)
|
|
17124
17125
|
]),
|
|
17125
17126
|
_: 1
|
|
17126
17127
|
}, 16)) : m("", !0)
|
|
@@ -17128,13 +17129,13 @@ function xb(e, t, n, s, i, l) {
|
|
|
17128
17129
|
o("div", ob, [
|
|
17129
17130
|
n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), x(d, S({ key: 0 }, n.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
|
|
17130
17131
|
default: C(() => [
|
|
17131
|
-
|
|
17132
|
+
F(y(e.getMessage("upload_form.headline.select_additional_files")), 1)
|
|
17132
17133
|
]),
|
|
17133
17134
|
_: 1
|
|
17134
17135
|
}, 16)) : m("", !0),
|
|
17135
17136
|
!n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), x(d, S({ key: 1 }, n.cmdHeadlineSelectNewFile, { headlineLevel: "4" }), {
|
|
17136
17137
|
default: C(() => [
|
|
17137
|
-
|
|
17138
|
+
F(y(e.getMessage("upload_form.headline.select_new_file")), 1)
|
|
17138
17139
|
]),
|
|
17139
17140
|
_: 1
|
|
17140
17141
|
}, 16)) : m("", !0),
|
|
@@ -17200,14 +17201,14 @@ function xb(e, t, n, s, i, l) {
|
|
|
17200
17201
|
}, [
|
|
17201
17202
|
o("span", null, y(e.getMessage("upload_form.or")), 1),
|
|
17202
17203
|
o("strong", null, [
|
|
17203
|
-
|
|
17204
|
+
F(y(e.getMessage("upload_form.drag_and_drop")) + " ", 1),
|
|
17204
17205
|
n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), r(T, { key: 0 }, [
|
|
17205
|
-
|
|
17206
|
+
F(y(e.getMessage("upload_form.additional")), 1)
|
|
17206
17207
|
], 64)) : m("", !0),
|
|
17207
17208
|
!n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), r(T, { key: 1 }, [
|
|
17208
|
-
|
|
17209
|
+
F(y(e.getMessage("upload_form.new")), 1)
|
|
17209
17210
|
], 64)) : m("", !0),
|
|
17210
|
-
|
|
17211
|
+
F(" " + y(e.getMessage("upload_form.files_to_this_area")), 1)
|
|
17211
17212
|
])
|
|
17212
17213
|
], 2)) : m("", !0)
|
|
17213
17214
|
])
|
|
@@ -17259,7 +17260,7 @@ function xb(e, t, n, s, i, l) {
|
|
|
17259
17260
|
title: l.totalBytesUploaded
|
|
17260
17261
|
}, null, 8, bb)
|
|
17261
17262
|
])) : m("", !0),
|
|
17262
|
-
|
|
17263
|
+
D(e.$slots, "default", {}, () => [
|
|
17263
17264
|
n.enableDragAndDrop ? (a(), r(T, { key: 1 }, [
|
|
17264
17265
|
o("span", null, y(e.getMessage("upload_form.drag_and_drop_file_here")), 1),
|
|
17265
17266
|
f(u, {
|
|
@@ -17415,18 +17416,18 @@ function Tb(e, t, n, s, i, l) {
|
|
|
17415
17416
|
id: n.anchorId
|
|
17416
17417
|
}, [
|
|
17417
17418
|
n.cmdHeadline ? (a(), x(d, A(S({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
|
17418
|
-
l.oneSlotItem() ?
|
|
17419
|
+
l.oneSlotItem() ? D(e.$slots, "default", { key: 1 }) : (a(), r("div", {
|
|
17419
17420
|
key: 2,
|
|
17420
17421
|
class: b(l.setInnerClass)
|
|
17421
17422
|
}, [
|
|
17422
|
-
|
|
17423
|
+
D(e.$slots, "default")
|
|
17423
17424
|
], 2))
|
|
17424
17425
|
], 10, kb)) : (a(), r(T, { key: 1 }, [
|
|
17425
17426
|
n.anchorId ? (a(), r("a", {
|
|
17426
17427
|
key: 0,
|
|
17427
17428
|
id: n.anchorId
|
|
17428
17429
|
}, null, 8, wb)) : m("", !0),
|
|
17429
|
-
|
|
17430
|
+
D(e.$slots, "default")
|
|
17430
17431
|
], 64))
|
|
17431
17432
|
], 2);
|
|
17432
17433
|
}
|
|
@@ -17568,14 +17569,14 @@ function Bb(e, t, n, s, i, l) {
|
|
|
17568
17569
|
rowView: p.rowView
|
|
17569
17570
|
}), {
|
|
17570
17571
|
default: C(() => [
|
|
17571
|
-
|
|
17572
|
+
F(" box " + y(v), 1)
|
|
17572
17573
|
]),
|
|
17573
17574
|
_: 2
|
|
17574
17575
|
}, 1040, ["rowView"]))), 128))
|
|
17575
17576
|
]),
|
|
17576
17577
|
_: 2
|
|
17577
17578
|
}, 1040),
|
|
17578
|
-
|
|
17579
|
+
D(e.$slots, "multiple-box-wrapper-slot-${index}")
|
|
17579
17580
|
], 64))), 128))
|
|
17580
17581
|
]);
|
|
17581
17582
|
}
|
|
@@ -17598,7 +17599,7 @@ function Pb(e, t, n, s, i, l) {
|
|
|
17598
17599
|
largeIcons: c.largeIcons,
|
|
17599
17600
|
cmdHeadline: c.headline
|
|
17600
17601
|
}, null, 8, ["links", "orientation", "largeIcons", "cmdHeadline"]),
|
|
17601
|
-
|
|
17602
|
+
D(e.$slots, "multiple-lists-of-links-slot-${index}")
|
|
17602
17603
|
], 64))), 128))
|
|
17603
17604
|
]);
|
|
17604
17605
|
}
|
|
@@ -17646,7 +17647,7 @@ function qb(e, t, n, s, i, l) {
|
|
|
17646
17647
|
o("div", Hb, [
|
|
17647
17648
|
n.cmdAddressData ? (a(), x(c, A(S({ key: 0 }, n.cmdAddressData)), null, 16)) : m("", !0),
|
|
17648
17649
|
n.cmdGoogleMaps ? (a(), x(u, A(S({ key: 1 }, n.cmdGoogleMaps)), null, 16)) : m("", !0),
|
|
17649
|
-
|
|
17650
|
+
D(e.$slots, "additional-info")
|
|
17650
17651
|
])
|
|
17651
17652
|
]));
|
|
17652
17653
|
}
|
|
@@ -18226,7 +18227,7 @@ function Gb(e, t, n, s, i, l) {
|
|
|
18226
18227
|
cmdGoogleMaps: {}
|
|
18227
18228
|
}, {
|
|
18228
18229
|
"additional-info": C(() => [...t[0] || (t[0] = [
|
|
18229
|
-
|
|
18230
|
+
F(" Additional information given by slot ", -1)
|
|
18230
18231
|
])]),
|
|
18231
18232
|
_: 1
|
|
18232
18233
|
}, 8, ["cmdBasicForm"])
|
|
@@ -20853,7 +20854,7 @@ const Dx = /* @__PURE__ */ B(Ix, [["render", Bx]]), Fx = [
|
|
|
20853
20854
|
text: "Zimbabwe",
|
|
20854
20855
|
value: "zw"
|
|
20855
20856
|
}
|
|
20856
|
-
], JC = "comand-component-library", ZC = "4.2.
|
|
20857
|
+
], JC = "comand-component-library", ZC = "4.2.88", QC = "GPL-3.0-only", XC = "CoManD-UI", $C = "module", e1 = { prepublishOnly: "npm run build-lib", dev: "vite", build: "vite build", "build-lib": "vite build && gulp", preview: "vite preview" }, t1 = ["dist", "src"], n1 = { ".": "./dist/comand-component-library.js", "./css.js": "./src/css.js", "./comand-component-library.css": "./dist/comand-component-library.css", "./variables.scss": "./src/assets/styles/variables.scss", "./export-example-data.js": "./src/assets/data/export-example-data.js", "./countries.json": "./src/assets/lists-of-data/countries.json", "./currencies.json": "./src/assets/lists-of-data/currencies.json", "./dial-codes.json": "./src/assets/lists-of-data/dial-codes.json", "./us-cities.json": "./src/assets/lists-of-data/us-cities.json" }, i1 = { "clickout-event": "^1.1.2", "comand-frontend-framework": "^4.3.23", "comand-ui-iconfonts": "^1.0.19", "core-js": "^3.20.1", prismjs: "^1.27.0", vue: "^3.5.25", "vue-router": "^4.0.12", vuex: "^4.0.2" }, l1 = { "@iconify/vue": "^4.0.0", "@vitejs/plugin-vue": "^6.0.2", "@vue/test-utils": "^2.0.0-0", axios: "^1.7.2", gulp: "^4.0.2", sass: "^1.54.9", "unplugin-vue-components": "^0.24.0", vite: "^7.2.4", "vue-jest": "^5.0.0-0" }, o1 = {
|
|
20857
20858
|
name: JC,
|
|
20858
20859
|
version: ZC,
|
|
20859
20860
|
license: QC,
|
|
@@ -22633,7 +22634,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
22633
22634
|
}, " Contact Information ")
|
|
22634
22635
|
]),
|
|
22635
22636
|
o("li", null, [
|
|
22636
|
-
t[140] || (t[140] =
|
|
22637
|
+
t[140] || (t[140] = F(" Multiple Lists Of Links ", -1)),
|
|
22637
22638
|
o("ul", null, [
|
|
22638
22639
|
o("li", null, [
|
|
22639
22640
|
o("a", {
|
|
@@ -22650,7 +22651,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
22650
22651
|
])
|
|
22651
22652
|
]),
|
|
22652
22653
|
o("li", null, [
|
|
22653
|
-
t[141] || (t[141] =
|
|
22654
|
+
t[141] || (t[141] = F(" Multiple Box Wrapper ", -1)),
|
|
22654
22655
|
o("ul", null, [
|
|
22655
22656
|
o("li", null, [
|
|
22656
22657
|
o("a", {
|
|
@@ -23303,11 +23304,11 @@ function ak(e, t, n, s, i, l) {
|
|
|
23303
23304
|
disabled: i.disabledStatus
|
|
23304
23305
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
23305
23306
|
o("p", null, [
|
|
23306
|
-
|
|
23307
|
+
F(" checkbox (required) with boolean: " + y(i.checkboxRequiredValue), 1),
|
|
23307
23308
|
t[156] || (t[156] = o("br", null, null, -1)),
|
|
23308
|
-
|
|
23309
|
+
F(" checkbox with boolean: " + y(i.checkboxValue), 1),
|
|
23309
23310
|
t[157] || (t[157] = o("br", null, null, -1)),
|
|
23310
|
-
|
|
23311
|
+
F(" checkboxes with values: " + y(i.checkboxValues), 1)
|
|
23311
23312
|
]),
|
|
23312
23313
|
t[181] || (t[181] = o("h2", null, "Checkboxes and Radiobuttons", -1)),
|
|
23313
23314
|
t[182] || (t[182] = o("h3", null, "Checkboxes [native]", -1)),
|
|
@@ -23357,9 +23358,9 @@ function ak(e, t, n, s, i, l) {
|
|
|
23357
23358
|
disabled: i.disabledStatus
|
|
23358
23359
|
}, {
|
|
23359
23360
|
labeltext: C(() => [...t[158] || (t[158] = [
|
|
23360
|
-
|
|
23361
|
+
F(" Labeltext with ", -1),
|
|
23361
23362
|
o("a", { href: "#" }, "link", -1),
|
|
23362
|
-
|
|
23363
|
+
F(" given by slot ", -1)
|
|
23363
23364
|
])]),
|
|
23364
23365
|
_: 1
|
|
23365
23366
|
}, 8, ["modelValue", "status", "disabled"])
|
|
@@ -23459,7 +23460,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23459
23460
|
])
|
|
23460
23461
|
]),
|
|
23461
23462
|
o("h3", J1, [
|
|
23462
|
-
t[163] || (t[163] =
|
|
23463
|
+
t[163] || (t[163] = F(" Input-Group ", -1)),
|
|
23463
23464
|
o("a", {
|
|
23464
23465
|
href: "#",
|
|
23465
23466
|
class: "button small icon-cog",
|
|
@@ -23687,7 +23688,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23687
23688
|
"cutoff-text-lines": 4
|
|
23688
23689
|
}, {
|
|
23689
23690
|
body: C(() => [...t[199] || (t[199] = [
|
|
23690
|
-
|
|
23691
|
+
F(" This is a long text that is cutoff after a specific number of lines that can be defined by the property 'cutoffTextLines' and be toggled by a link below. ", -1)
|
|
23691
23692
|
])]),
|
|
23692
23693
|
_: 1
|
|
23693
23694
|
}),
|
|
@@ -23919,7 +23920,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23919
23920
|
onToggleCollapse: (we) => g.boxToggled(M - 1, we)
|
|
23920
23921
|
}, {
|
|
23921
23922
|
body: C(() => [
|
|
23922
|
-
|
|
23923
|
+
F(y(g.currentOpenBox) + "Content " + y(M), 1)
|
|
23923
23924
|
]),
|
|
23924
23925
|
_: 2
|
|
23925
23926
|
}, 1032, ["cmdHeadline", "rowView", "openCollapsedBox", "onToggleCollapse"]))), 128))
|
|
@@ -23961,7 +23962,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23961
23962
|
]),
|
|
23962
23963
|
f(ke, S({ ref: "CmdCodeOutput" }, e.cmdCodeOutputSettingsData), {
|
|
23963
23964
|
default: C(() => [
|
|
23964
|
-
|
|
23965
|
+
F(y(i.cmdCodeOutputSlotContent), 1)
|
|
23965
23966
|
]),
|
|
23966
23967
|
_: 1
|
|
23967
23968
|
}, 16)
|
|
@@ -24270,9 +24271,9 @@ function ak(e, t, n, s, i, l) {
|
|
|
24270
24271
|
headlineLevel: "3"
|
|
24271
24272
|
}, {
|
|
24272
24273
|
default: C(() => [...t[246] || (t[246] = [
|
|
24273
|
-
|
|
24274
|
+
F(" Headline text", -1),
|
|
24274
24275
|
o("br", null, null, -1),
|
|
24275
|
-
|
|
24276
|
+
F(" with html-content given by slot ", -1)
|
|
24276
24277
|
])]),
|
|
24277
24278
|
_: 1
|
|
24278
24279
|
}, 512)
|
|
@@ -24757,7 +24758,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
24757
24758
|
]),
|
|
24758
24759
|
_: 2
|
|
24759
24760
|
}, 1032, ["submitButton"]),
|
|
24760
|
-
|
|
24761
|
+
F(" props.atleastOneStepWithError: " + y(g.atleastOneStepWithError), 1)
|
|
24761
24762
|
]),
|
|
24762
24763
|
default: C(() => [
|
|
24763
24764
|
t[278] || (t[278] = o("template", null, [
|
|
@@ -24780,7 +24781,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
24780
24781
|
])
|
|
24781
24782
|
]),
|
|
24782
24783
|
"page-1": C((g) => [
|
|
24783
|
-
t[279] || (t[279] =
|
|
24784
|
+
t[279] || (t[279] = F(" Content Page 1 ", -1)),
|
|
24784
24785
|
g.hasError ? (a(), r("span", Ov, "Error")) : m("", !0),
|
|
24785
24786
|
o("a", {
|
|
24786
24787
|
href: "#",
|
|
@@ -24788,7 +24789,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
24788
24789
|
}, "Set Error", 8, Lv)
|
|
24789
24790
|
]),
|
|
24790
24791
|
"page-2": C((g) => [
|
|
24791
|
-
t[280] || (t[280] =
|
|
24792
|
+
t[280] || (t[280] = F(" Content Page 2 ", -1)),
|
|
24792
24793
|
g.hasError ? (a(), r("span", Iv, "Error")) : m("", !0),
|
|
24793
24794
|
o("a", {
|
|
24794
24795
|
href: "#",
|
|
@@ -24796,15 +24797,15 @@ function ak(e, t, n, s, i, l) {
|
|
|
24796
24797
|
}, "Set Error", 8, Bv)
|
|
24797
24798
|
]),
|
|
24798
24799
|
"page-3": C((g) => [
|
|
24799
|
-
t[281] || (t[281] =
|
|
24800
|
+
t[281] || (t[281] = F(" Content Page 3 ", -1)),
|
|
24800
24801
|
g.hasError ? (a(), r("span", Dv, "Error")) : m("", !0)
|
|
24801
24802
|
]),
|
|
24802
24803
|
"page-4": C((g) => [
|
|
24803
|
-
t[282] || (t[282] =
|
|
24804
|
+
t[282] || (t[282] = F(" Content Page 4 ", -1)),
|
|
24804
24805
|
g.hasError ? (a(), r("span", Fv, "Error")) : m("", !0)
|
|
24805
24806
|
]),
|
|
24806
24807
|
"page-5": C((g) => [
|
|
24807
|
-
t[283] || (t[283] =
|
|
24808
|
+
t[283] || (t[283] = F(" Content Page 5 ", -1)),
|
|
24808
24809
|
g.hasError ? (a(), r("span", Mv, "Error")) : m("", !0)
|
|
24809
24810
|
]),
|
|
24810
24811
|
pagination: C((g) => [
|
|
@@ -24841,7 +24842,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
24841
24842
|
onClick: g.setPrevPage,
|
|
24842
24843
|
disabled: g.disabledPrevLink
|
|
24843
24844
|
}, null, 8, ["onClick", "disabled"]),
|
|
24844
|
-
|
|
24845
|
+
F(" props.disabledPrevLink: " + y(g.disabledPrevLink), 1)
|
|
24845
24846
|
])
|
|
24846
24847
|
]),
|
|
24847
24848
|
_: 1
|
|
@@ -25108,7 +25109,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
25108
25109
|
]),
|
|
25109
25110
|
f(Tl, S({ ref: "CmdSlideshow" }, e.cmdSlideshowSettingsData, { "slideshow-items": i.slideshowData }), {
|
|
25110
25111
|
default: C(() => [...t[304] || (t[304] = [
|
|
25111
|
-
|
|
25112
|
+
F(" Slot-Content ", -1)
|
|
25112
25113
|
])]),
|
|
25113
25114
|
_: 1
|
|
25114
25115
|
}, 16, ["slideshow-items"])
|
|
@@ -25126,13 +25127,13 @@ function ak(e, t, n, s, i, l) {
|
|
|
25126
25127
|
onClick: t[116] || (t[116] = w((g) => l.openSettingsSidebar("CmdSmartSearch"), ["prevent"]))
|
|
25127
25128
|
})
|
|
25128
25129
|
]),
|
|
25129
|
-
|
|
25130
|
+
F(" smartSearchString: " + y(i.smartSearchString) + " ", 1),
|
|
25130
25131
|
f(V, S({ ref: "CmdSmartSearch" }, e.smartSearchSettingsData, {
|
|
25131
25132
|
listOfRecommendations: i.smartSearchData.listOfRecommendations,
|
|
25132
25133
|
modelValue: i.smartSearchString,
|
|
25133
25134
|
"onUpdate:modelValue": t[117] || (t[117] = (g) => i.smartSearchString = g)
|
|
25134
25135
|
}), null, 16, ["listOfRecommendations", "modelValue"]),
|
|
25135
|
-
|
|
25136
|
+
F(" smartSearchObject: " + y(i.smartSearchObject) + " ", 1),
|
|
25136
25137
|
f(V, S({ ref: "CmdSmartSearch" }, e.smartSearchSettingsData, {
|
|
25137
25138
|
listOfRecommendations: i.smartSearchData.listOfRecommendations,
|
|
25138
25139
|
modelValue: i.smartSearchObject,
|
|
@@ -25391,7 +25392,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
25391
25392
|
"related-id": "show-on-hover"
|
|
25392
25393
|
}, e.cmdTooltipSettingsData), {
|
|
25393
25394
|
default: C(() => [...t[324] || (t[324] = [
|
|
25394
|
-
|
|
25395
|
+
F(" Tooltip on hover ", -1)
|
|
25395
25396
|
])]),
|
|
25396
25397
|
_: 1
|
|
25397
25398
|
}, 16),
|
|
@@ -25400,7 +25401,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
25400
25401
|
"related-id": "show-with-delay"
|
|
25401
25402
|
}, {
|
|
25402
25403
|
default: C(() => [...t[325] || (t[325] = [
|
|
25403
|
-
|
|
25404
|
+
F(" Tooltip on hover with delay ", -1)
|
|
25404
25405
|
])]),
|
|
25405
25406
|
_: 1
|
|
25406
25407
|
}),
|
|
@@ -25410,7 +25411,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
25410
25411
|
allowEscapeKey: !0
|
|
25411
25412
|
}, {
|
|
25412
25413
|
default: C(() => [...t[326] || (t[326] = [
|
|
25413
|
-
|
|
25414
|
+
F(" Tooltip on click ", -1)
|
|
25414
25415
|
])]),
|
|
25415
25416
|
_: 1
|
|
25416
25417
|
})
|
|
@@ -25468,7 +25469,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
25468
25469
|
])),
|
|
25469
25470
|
f(an, null, {
|
|
25470
25471
|
default: C(() => [...t[331] || (t[331] = [
|
|
25471
|
-
|
|
25472
|
+
F(" Slot-Content for Site-Footer ", -1)
|
|
25472
25473
|
])]),
|
|
25473
25474
|
_: 1
|
|
25474
25475
|
}),
|
package/package.json
CHANGED
|
@@ -15,22 +15,28 @@
|
|
|
15
15
|
</slot>
|
|
16
16
|
<!-- begin slot for progress-bar -->
|
|
17
17
|
|
|
18
|
-
<!-- begin main
|
|
19
|
-
<div v-show="
|
|
20
|
-
<CmdSystemMessage v-if="validationStatusForSteps.some(item => item.page ===
|
|
18
|
+
<!-- begin main content for step -->
|
|
19
|
+
<div v-show="step === currentPage" :class="'multistep-page-' + step" v-for="(step, index) in numberOfPages" :key="index">
|
|
20
|
+
<CmdSystemMessage v-if="validationStatusForSteps.some(item => item.page === step)" :systemMessage="getSystemMessage(step)" validationStatus="error" />
|
|
21
21
|
|
|
22
22
|
<!-- begin slot for page content -->
|
|
23
23
|
<slot
|
|
24
|
-
:name="'page-' +
|
|
25
|
-
:setErrorOnPage="(message) => setErrorOnPage(
|
|
26
|
-
:removeErrorOnPage="() => removeErrorOnPage(
|
|
24
|
+
:name="'page-' + step"
|
|
25
|
+
:setErrorOnPage="(message) => setErrorOnPage(step, message)"
|
|
26
|
+
:removeErrorOnPage="() => removeErrorOnPage(step)"
|
|
27
27
|
:atleastOneStepWithError="atleastOneStepWithError"
|
|
28
|
-
:formDataForPage="formDataForPage(
|
|
29
|
-
:updateFormDataForPage="(event) => updateFormDataForPage(
|
|
28
|
+
:formDataForPage="formDataForPage(step)"
|
|
29
|
+
:updateFormDataForPage="(event) => updateFormDataForPage(step, event)"
|
|
30
30
|
/>
|
|
31
31
|
<!-- end slot for page content -->
|
|
32
|
+
|
|
33
|
+
<!-- begin slot for last step -->
|
|
34
|
+
<slot
|
|
35
|
+
name="last-step"
|
|
36
|
+
/>
|
|
37
|
+
<!-- end slot for last step -->
|
|
32
38
|
</div>
|
|
33
|
-
<!-- end main cntent for
|
|
39
|
+
<!-- end main cntent for step -->
|
|
34
40
|
|
|
35
41
|
<!-- begin slot for pagination -->
|
|
36
42
|
<slot name="pagination"
|
|
@@ -45,7 +51,7 @@
|
|
|
45
51
|
:activePage="currentPage"
|
|
46
52
|
:numberOfPages="numberOfPages"
|
|
47
53
|
v-bind="cmdPaginationProperties"
|
|
48
|
-
@click="setCurrentPage($event.
|
|
54
|
+
@click="setCurrentPage($event.step)"
|
|
49
55
|
/>
|
|
50
56
|
</slot>
|
|
51
57
|
<!-- end slot for pagination -->
|