comand-component-library 4.2.86 → 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,
|
|
@@ -22512,7 +22513,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
22512
22513
|
class: "page-wrapper",
|
|
22513
22514
|
id: l.templateId
|
|
22514
22515
|
}, [
|
|
22515
|
-
t[
|
|
22516
|
+
t[332] || (t[332] = o("a", { id: "anchor-back-to-top" }, null, -1)),
|
|
22516
22517
|
i.showLeftSidebar ? (a(), x(u, {
|
|
22517
22518
|
key: 0,
|
|
22518
22519
|
cmdHeadline: { headlineText: "Site Settings", headlineLevel: 3, textAlign: "center" },
|
|
@@ -22537,11 +22538,11 @@ function ak(e, t, n, s, i, l) {
|
|
|
22537
22538
|
}, {
|
|
22538
22539
|
body: C(() => [
|
|
22539
22540
|
o("label", p1, [
|
|
22540
|
-
t[
|
|
22541
|
+
t[135] || (t[135] = o("span", null, "Select template", -1)),
|
|
22541
22542
|
W(o("select", {
|
|
22542
22543
|
id: "select-template",
|
|
22543
22544
|
"onUpdate:modelValue": t[0] || (t[0] = (M) => i.selectedTemplate = M)
|
|
22544
|
-
}, [...t[
|
|
22545
|
+
}, [...t[134] || (t[134] = [
|
|
22545
22546
|
o("option", { value: "blank" }, "Blank/Unstyled", -1),
|
|
22546
22547
|
o("option", { value: "material-web" }, "Material-Web", -1),
|
|
22547
22548
|
o("option", { value: "tailwind" }, "Tailwind", -1)
|
|
@@ -22550,7 +22551,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
22550
22551
|
])
|
|
22551
22552
|
]),
|
|
22552
22553
|
o("div", null, [
|
|
22553
|
-
t[
|
|
22554
|
+
t[139] || (t[139] = o("span", null, "Color Scheme", -1)),
|
|
22554
22555
|
o("div", f1, [
|
|
22555
22556
|
o("label", h1, [
|
|
22556
22557
|
W(o("input", {
|
|
@@ -22562,7 +22563,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
22562
22563
|
}, null, 512), [
|
|
22563
22564
|
[ct, i.colorScheme]
|
|
22564
22565
|
]),
|
|
22565
|
-
t[
|
|
22566
|
+
t[136] || (t[136] = o("span", { class: "label-text" }, "Color-Scheme by Browser/OS", -1))
|
|
22566
22567
|
]),
|
|
22567
22568
|
o("label", g1, [
|
|
22568
22569
|
W(o("input", {
|
|
@@ -22574,7 +22575,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
22574
22575
|
}, null, 512), [
|
|
22575
22576
|
[ct, i.colorScheme]
|
|
22576
22577
|
]),
|
|
22577
|
-
t[
|
|
22578
|
+
t[137] || (t[137] = o("span", { class: "label-text" }, "Light Mode", -1))
|
|
22578
22579
|
]),
|
|
22579
22580
|
o("label", y1, [
|
|
22580
22581
|
W(o("input", {
|
|
@@ -22586,7 +22587,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
22586
22587
|
}, null, 512), [
|
|
22587
22588
|
[ct, i.colorScheme]
|
|
22588
22589
|
]),
|
|
22589
|
-
t[
|
|
22590
|
+
t[138] || (t[138] = o("span", { class: "label-text" }, "Dark Mode", -1))
|
|
22590
22591
|
])
|
|
22591
22592
|
])
|
|
22592
22593
|
])
|
|
@@ -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[
|
|
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[
|
|
22654
|
+
t[141] || (t[141] = F(" Multiple Box Wrapper ", -1)),
|
|
22654
22655
|
o("ul", null, [
|
|
22655
22656
|
o("li", null, [
|
|
22656
22657
|
o("a", {
|
|
@@ -22674,9 +22675,9 @@ function ak(e, t, n, s, i, l) {
|
|
|
22674
22675
|
_: 1
|
|
22675
22676
|
}, 8, ["openBoxesByDefault"]),
|
|
22676
22677
|
o("dl", x1, [
|
|
22677
|
-
t[
|
|
22678
|
+
t[142] || (t[142] = o("dt", null, "Frontend-Framework Version:", -1)),
|
|
22678
22679
|
o("dd", null, y(i.packageJson.dependencies["comand-frontend-framework"].replace("^", "")), 1),
|
|
22679
|
-
t[
|
|
22680
|
+
t[143] || (t[143] = o("dt", null, "Component-Library Version:", -1)),
|
|
22680
22681
|
o("dd", null, y(i.packageJson.version), 1)
|
|
22681
22682
|
])
|
|
22682
22683
|
]),
|
|
@@ -22687,7 +22688,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
22687
22688
|
class: "button primary",
|
|
22688
22689
|
title: "Open Template Selection",
|
|
22689
22690
|
onClick: t[9] || (t[9] = w((g) => l.openBox(0), ["prevent"]))
|
|
22690
|
-
}, [...t[
|
|
22691
|
+
}, [...t[144] || (t[144] = [
|
|
22691
22692
|
o("span", { class: "icon-settings-template" }, null, -1)
|
|
22692
22693
|
])]),
|
|
22693
22694
|
o("a", {
|
|
@@ -22695,7 +22696,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
22695
22696
|
class: "button primary",
|
|
22696
22697
|
title: "Open Components Overview",
|
|
22697
22698
|
onClick: t[10] || (t[10] = w((g) => l.openBox(1), ["prevent"]))
|
|
22698
|
-
}, [...t[
|
|
22699
|
+
}, [...t[145] || (t[145] = [
|
|
22699
22700
|
o("span", { class: "icon-settings-component" }, null, -1)
|
|
22700
22701
|
])]),
|
|
22701
22702
|
o("a", {
|
|
@@ -22703,13 +22704,13 @@ function ak(e, t, n, s, i, l) {
|
|
|
22703
22704
|
class: "button primary",
|
|
22704
22705
|
title: "Open Page-Templates",
|
|
22705
22706
|
onClick: t[11] || (t[11] = w((g) => l.openBox(2), ["prevent"]))
|
|
22706
|
-
}, [...t[
|
|
22707
|
+
}, [...t[146] || (t[146] = [
|
|
22707
22708
|
o("span", { class: "icon-file-settings" }, null, -1)
|
|
22708
22709
|
])]),
|
|
22709
22710
|
o("a", {
|
|
22710
22711
|
href: "#",
|
|
22711
22712
|
onClick: t[12] || (t[12] = w((g) => i.showLeftSidebar = !1, ["prevent"]))
|
|
22712
|
-
}, [...t[
|
|
22713
|
+
}, [...t[147] || (t[147] = [
|
|
22713
22714
|
o("span", null, "Hide sidebar", -1)
|
|
22714
22715
|
])])
|
|
22715
22716
|
])
|
|
@@ -22731,7 +22732,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
22731
22732
|
}),
|
|
22732
22733
|
i.componentView ? (a(), r("main", v1, [
|
|
22733
22734
|
f(k, null, {
|
|
22734
|
-
default: C(() => [...t[
|
|
22735
|
+
default: C(() => [...t[148] || (t[148] = [
|
|
22735
22736
|
o("h1", { class: "headline-demopage" }, "Components Overview", -1)
|
|
22736
22737
|
])]),
|
|
22737
22738
|
_: 1
|
|
@@ -22739,7 +22740,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
22739
22740
|
f(k, null, {
|
|
22740
22741
|
default: C(() => [
|
|
22741
22742
|
o("h2", k1, [
|
|
22742
|
-
t[
|
|
22743
|
+
t[149] || (t[149] = o("span", null, "Address Data", -1)),
|
|
22743
22744
|
o("a", {
|
|
22744
22745
|
href: "#",
|
|
22745
22746
|
class: "button small icon-cog",
|
|
@@ -22758,11 +22759,11 @@ function ak(e, t, n, s, i, l) {
|
|
|
22758
22759
|
}),
|
|
22759
22760
|
f(k, null, {
|
|
22760
22761
|
default: C(() => [
|
|
22761
|
-
t[
|
|
22762
|
+
t[189] || (t[189] = o("h2", {
|
|
22762
22763
|
class: "headline-demopage",
|
|
22763
22764
|
id: "section-advanced-form-elements"
|
|
22764
22765
|
}, "Advanced Form Elements", -1)),
|
|
22765
|
-
t[
|
|
22766
|
+
t[190] || (t[190] = o("h3", null, [
|
|
22766
22767
|
o("span", null, "Form elements status:")
|
|
22767
22768
|
], -1)),
|
|
22768
22769
|
o("div", T1, [
|
|
@@ -22829,9 +22830,9 @@ function ak(e, t, n, s, i, l) {
|
|
|
22829
22830
|
}, {
|
|
22830
22831
|
default: C(() => [
|
|
22831
22832
|
o("fieldset", O1, [
|
|
22832
|
-
t[
|
|
22833
|
+
t[169] || (t[169] = o("legend", null, "Legend", -1)),
|
|
22833
22834
|
o("h2", L1, [
|
|
22834
|
-
t[
|
|
22835
|
+
t[150] || (t[150] = o("span", null, "Form Element-Component", -1)),
|
|
22835
22836
|
o("a", {
|
|
22836
22837
|
href: "#",
|
|
22837
22838
|
class: "button small icon-cog",
|
|
@@ -22877,7 +22878,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
22877
22878
|
tooltipText: "This is a tooltip"
|
|
22878
22879
|
}, { useCustomTooltip: !1 }), null, 16, ["status", "disabled"])
|
|
22879
22880
|
]),
|
|
22880
|
-
t[
|
|
22881
|
+
t[170] || (t[170] = o("h3", null, "Inputfields in Columns", -1)),
|
|
22881
22882
|
o("div", D1, [
|
|
22882
22883
|
f(O, {
|
|
22883
22884
|
element: "input",
|
|
@@ -22891,7 +22892,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
22891
22892
|
status: i.validationStatus,
|
|
22892
22893
|
disabled: i.disabledStatus
|
|
22893
22894
|
}, {
|
|
22894
|
-
labeltext: C(() => [...t[
|
|
22895
|
+
labeltext: C(() => [...t[151] || (t[151] = [
|
|
22895
22896
|
o("span", { innerHTML: "Label with <a href='#'>Link</a> given by slot" }, null, -1)
|
|
22896
22897
|
])]),
|
|
22897
22898
|
_: 1
|
|
@@ -23013,7 +23014,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23013
23014
|
status: i.validationStatus,
|
|
23014
23015
|
disabled: i.disabledStatus
|
|
23015
23016
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
23016
|
-
t[
|
|
23017
|
+
t[171] || (t[171] = o("h3", null, "Searchfields", -1)),
|
|
23017
23018
|
o("div", M1, [
|
|
23018
23019
|
f(O, {
|
|
23019
23020
|
element: "input",
|
|
@@ -23055,7 +23056,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23055
23056
|
disabled: i.disabledStatus
|
|
23056
23057
|
}, null, 8, ["listOfRecommendations", "cmdFormElement", "modelValue", "disabled"])
|
|
23057
23058
|
]),
|
|
23058
|
-
t[
|
|
23059
|
+
t[172] || (t[172] = o("h3", null, "Textarea", -1)),
|
|
23059
23060
|
f(O, {
|
|
23060
23061
|
element: "textarea",
|
|
23061
23062
|
labelText: "Label for textarea:",
|
|
@@ -23069,9 +23070,9 @@ function ak(e, t, n, s, i, l) {
|
|
|
23069
23070
|
status: i.validationStatus,
|
|
23070
23071
|
disabled: i.disabledStatus
|
|
23071
23072
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
23072
|
-
t[
|
|
23073
|
+
t[173] || (t[173] = o("hr", null, null, -1)),
|
|
23073
23074
|
o("h3", P1, [
|
|
23074
|
-
t[
|
|
23075
|
+
t[152] || (t[152] = o("span", null, "Fake Selects", -1)),
|
|
23075
23076
|
o("a", {
|
|
23076
23077
|
href: "#",
|
|
23077
23078
|
class: "button small icon-cog",
|
|
@@ -23144,21 +23145,21 @@ function ak(e, t, n, s, i, l) {
|
|
|
23144
23145
|
type: "color"
|
|
23145
23146
|
}, null, 8, ["status", "disabled", "selectData", "modelValue"])
|
|
23146
23147
|
]),
|
|
23147
|
-
t[
|
|
23148
|
-
t[
|
|
23148
|
+
t[174] || (t[174] = o("hr", null, null, -1)),
|
|
23149
|
+
t[175] || (t[175] = o("h2", null, "Progress Bar [native]", -1)),
|
|
23149
23150
|
f(N, {
|
|
23150
23151
|
labelText: "Progress Bar (with optional output):",
|
|
23151
23152
|
id: "progress-bar2",
|
|
23152
23153
|
max: "100"
|
|
23153
23154
|
}),
|
|
23154
|
-
t[
|
|
23155
|
+
t[176] || (t[176] = o("h2", null, "Slider [native]", -1)),
|
|
23155
23156
|
o("div", {
|
|
23156
23157
|
class: b(["label", i.validationStatus])
|
|
23157
23158
|
}, [
|
|
23158
|
-
t[
|
|
23159
|
+
t[155] || (t[155] = o("span", { class: "label-text" }, "Single-Slider (with in- and output):", -1)),
|
|
23159
23160
|
o("span", A1, [
|
|
23160
23161
|
o("label", E1, [
|
|
23161
|
-
t[
|
|
23162
|
+
t[153] || (t[153] = o("span", { class: "label-text" }, [
|
|
23162
23163
|
o("span", null, "Range Value:")
|
|
23163
23164
|
], -1)),
|
|
23164
23165
|
W(o("input", {
|
|
@@ -23174,7 +23175,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23174
23175
|
])
|
|
23175
23176
|
]),
|
|
23176
23177
|
o("label", q1, [
|
|
23177
|
-
t[
|
|
23178
|
+
t[154] || (t[154] = o("span", { class: "label-text hidden" }, [
|
|
23178
23179
|
o("span", null, "Range Value")
|
|
23179
23180
|
], -1)),
|
|
23180
23181
|
W(o("input", {
|
|
@@ -23191,16 +23192,27 @@ function ak(e, t, n, s, i, l) {
|
|
|
23191
23192
|
])
|
|
23192
23193
|
])
|
|
23193
23194
|
], 2),
|
|
23194
|
-
t[
|
|
23195
|
-
t[
|
|
23196
|
-
t[
|
|
23195
|
+
t[177] || (t[177] = o("hr", null, null, -1)),
|
|
23196
|
+
t[178] || (t[178] = o("h2", null, "Toggle-Switches", -1)),
|
|
23197
|
+
t[179] || (t[179] = o("h3", null, "Switches without switch-labels", -1)),
|
|
23197
23198
|
f(O, {
|
|
23198
23199
|
element: "input",
|
|
23199
23200
|
type: "checkbox",
|
|
23200
23201
|
id: "toggle-switch-checkbox",
|
|
23201
23202
|
modelValue: i.switchButtonCheckboxToggleSwitch,
|
|
23202
23203
|
"onUpdate:modelValue": t[45] || (t[45] = (g) => i.switchButtonCheckboxToggleSwitch = g),
|
|
23203
|
-
labelText: "Labeltext for Toggle-Switch without Switch-Label",
|
|
23204
|
+
labelText: "Labeltext for Toggle-Switch without Switch-Label (not required)",
|
|
23205
|
+
toggleSwitch: !0,
|
|
23206
|
+
status: i.validationStatus,
|
|
23207
|
+
disabled: i.disabledStatus
|
|
23208
|
+
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
23209
|
+
f(O, {
|
|
23210
|
+
element: "input",
|
|
23211
|
+
type: "checkbox",
|
|
23212
|
+
id: "toggle-switch-checkbox-required",
|
|
23213
|
+
modelValue: i.switchButtonCheckboxToggleSwitch,
|
|
23214
|
+
"onUpdate:modelValue": t[46] || (t[46] = (g) => i.switchButtonCheckboxToggleSwitch = g),
|
|
23215
|
+
labelText: "Labeltext for Toggle-Switch without Switch-Label (required)",
|
|
23204
23216
|
toggleSwitch: !0,
|
|
23205
23217
|
status: i.validationStatus,
|
|
23206
23218
|
disabled: i.disabledStatus,
|
|
@@ -23211,20 +23223,20 @@ function ak(e, t, n, s, i, l) {
|
|
|
23211
23223
|
type: "checkbox",
|
|
23212
23224
|
id: "toggle-switch-checkbox-colored",
|
|
23213
23225
|
modelValue: i.switchButtonCheckboxToggleSwitchColored,
|
|
23214
|
-
"onUpdate:modelValue": t[
|
|
23226
|
+
"onUpdate:modelValue": t[47] || (t[47] = (g) => i.switchButtonCheckboxToggleSwitchColored = g),
|
|
23215
23227
|
labelText: "Labeltext for colored Toggle-Switch without Switch-Label",
|
|
23216
23228
|
toggleSwitch: !0,
|
|
23217
23229
|
colored: !0,
|
|
23218
23230
|
status: i.validationStatus,
|
|
23219
23231
|
disabled: i.disabledStatus
|
|
23220
23232
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
23221
|
-
t[
|
|
23233
|
+
t[180] || (t[180] = o("h3", null, "Switches with switch-labels", -1)),
|
|
23222
23234
|
f(O, {
|
|
23223
23235
|
element: "input",
|
|
23224
23236
|
type: "checkbox",
|
|
23225
23237
|
id: "toggle-switch-checkbox-switch-label",
|
|
23226
23238
|
modelValue: i.switchButtonCheckbox,
|
|
23227
|
-
"onUpdate:modelValue": t[
|
|
23239
|
+
"onUpdate:modelValue": t[48] || (t[48] = (g) => i.switchButtonCheckbox = g),
|
|
23228
23240
|
labelText: "Labeltext for Toggle-Switch with Switch-Label",
|
|
23229
23241
|
inputValue: "checkbox1",
|
|
23230
23242
|
onLabel: "Label on",
|
|
@@ -23238,7 +23250,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23238
23250
|
type: "checkbox",
|
|
23239
23251
|
id: "toggle-switch-checkbox-switch-label-colored",
|
|
23240
23252
|
modelValue: i.switchButtonCheckbox,
|
|
23241
|
-
"onUpdate:modelValue": t[
|
|
23253
|
+
"onUpdate:modelValue": t[49] || (t[49] = (g) => i.switchButtonCheckbox = g),
|
|
23242
23254
|
inputValue: "checkbox2",
|
|
23243
23255
|
labelText: "Labeltext for Toggle-Switch (Checkbox, colored)",
|
|
23244
23256
|
onLabel: "Label on",
|
|
@@ -23254,7 +23266,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23254
23266
|
name: "radiogroup",
|
|
23255
23267
|
id: "toggle-switch-radio1",
|
|
23256
23268
|
modelValue: i.switchButtonRadio,
|
|
23257
|
-
"onUpdate:modelValue": t[
|
|
23269
|
+
"onUpdate:modelValue": t[50] || (t[50] = (g) => i.switchButtonRadio = g),
|
|
23258
23270
|
onLabel: "Label on",
|
|
23259
23271
|
offLabel: "Label off",
|
|
23260
23272
|
colored: !0,
|
|
@@ -23270,7 +23282,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23270
23282
|
name: "radiogroup",
|
|
23271
23283
|
id: "toggle-switch-radio2",
|
|
23272
23284
|
modelValue: i.switchButtonRadio,
|
|
23273
|
-
"onUpdate:modelValue": t[
|
|
23285
|
+
"onUpdate:modelValue": t[51] || (t[51] = (g) => i.switchButtonRadio = g),
|
|
23274
23286
|
onLabel: "Label on",
|
|
23275
23287
|
offLabel: "Label off",
|
|
23276
23288
|
colored: !0,
|
|
@@ -23287,21 +23299,21 @@ function ak(e, t, n, s, i, l) {
|
|
|
23287
23299
|
required: "required",
|
|
23288
23300
|
id: "checkbox-required-with-boolean",
|
|
23289
23301
|
modelValue: i.checkboxRequiredValue,
|
|
23290
|
-
"onUpdate:modelValue": t[
|
|
23302
|
+
"onUpdate:modelValue": t[52] || (t[52] = (g) => i.checkboxRequiredValue = g),
|
|
23291
23303
|
status: i.validationStatus,
|
|
23292
23304
|
disabled: i.disabledStatus
|
|
23293
23305
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
23294
23306
|
o("p", null, [
|
|
23295
|
-
|
|
23296
|
-
t[155] || (t[155] = o("br", null, null, -1)),
|
|
23297
|
-
D(" checkbox with boolean: " + y(i.checkboxValue), 1),
|
|
23307
|
+
F(" checkbox (required) with boolean: " + y(i.checkboxRequiredValue), 1),
|
|
23298
23308
|
t[156] || (t[156] = o("br", null, null, -1)),
|
|
23299
|
-
|
|
23309
|
+
F(" checkbox with boolean: " + y(i.checkboxValue), 1),
|
|
23310
|
+
t[157] || (t[157] = o("br", null, null, -1)),
|
|
23311
|
+
F(" checkboxes with values: " + y(i.checkboxValues), 1)
|
|
23300
23312
|
]),
|
|
23301
|
-
t[
|
|
23302
|
-
t[
|
|
23313
|
+
t[181] || (t[181] = o("h2", null, "Checkboxes and Radiobuttons", -1)),
|
|
23314
|
+
t[182] || (t[182] = o("h3", null, "Checkboxes [native]", -1)),
|
|
23303
23315
|
o("div", j1, [
|
|
23304
|
-
t[
|
|
23316
|
+
t[159] || (t[159] = o("span", { class: "label-text" }, "Label for native checkboxes:", -1)),
|
|
23305
23317
|
o("div", U1, [
|
|
23306
23318
|
f(O, {
|
|
23307
23319
|
element: "input",
|
|
@@ -23309,7 +23321,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23309
23321
|
type: "checkbox",
|
|
23310
23322
|
id: "checkbox-with-boolean",
|
|
23311
23323
|
modelValue: i.checkboxValue,
|
|
23312
|
-
"onUpdate:modelValue": t[
|
|
23324
|
+
"onUpdate:modelValue": t[53] || (t[53] = (g) => i.checkboxValue = g),
|
|
23313
23325
|
status: i.validationStatus,
|
|
23314
23326
|
disabled: i.disabledStatus
|
|
23315
23327
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
@@ -23317,7 +23329,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23317
23329
|
element: "input",
|
|
23318
23330
|
labelText: "Label for checkbox with value",
|
|
23319
23331
|
modelValue: i.checkboxValues,
|
|
23320
|
-
"onUpdate:modelValue": t[
|
|
23332
|
+
"onUpdate:modelValue": t[54] || (t[54] = (g) => i.checkboxValues = g),
|
|
23321
23333
|
inputValue: "checkboxValue1",
|
|
23322
23334
|
type: "checkbox",
|
|
23323
23335
|
id: "checkbox-with-value-1",
|
|
@@ -23328,7 +23340,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23328
23340
|
element: "input",
|
|
23329
23341
|
labelText: "Label for checkbox with value",
|
|
23330
23342
|
modelValue: i.checkboxValues,
|
|
23331
|
-
"onUpdate:modelValue": t[
|
|
23343
|
+
"onUpdate:modelValue": t[55] || (t[55] = (g) => i.checkboxValues = g),
|
|
23332
23344
|
inputValue: "checkboxValue2",
|
|
23333
23345
|
type: "checkbox",
|
|
23334
23346
|
id: "checkbox-with-value-2",
|
|
@@ -23338,25 +23350,25 @@ function ak(e, t, n, s, i, l) {
|
|
|
23338
23350
|
f(O, {
|
|
23339
23351
|
element: "input",
|
|
23340
23352
|
modelValue: i.checkboxValues,
|
|
23341
|
-
"onUpdate:modelValue": t[
|
|
23353
|
+
"onUpdate:modelValue": t[56] || (t[56] = (g) => i.checkboxValues = g),
|
|
23342
23354
|
inputValue: "checkboxValue3",
|
|
23343
23355
|
type: "checkbox",
|
|
23344
23356
|
id: "checkbox-with-value-3",
|
|
23345
23357
|
status: i.validationStatus,
|
|
23346
23358
|
disabled: i.disabledStatus
|
|
23347
23359
|
}, {
|
|
23348
|
-
labeltext: C(() => [...t[
|
|
23349
|
-
|
|
23360
|
+
labeltext: C(() => [...t[158] || (t[158] = [
|
|
23361
|
+
F(" Labeltext with ", -1),
|
|
23350
23362
|
o("a", { href: "#" }, "link", -1),
|
|
23351
|
-
|
|
23363
|
+
F(" given by slot ", -1)
|
|
23352
23364
|
])]),
|
|
23353
23365
|
_: 1
|
|
23354
23366
|
}, 8, ["modelValue", "status", "disabled"])
|
|
23355
23367
|
])
|
|
23356
23368
|
]),
|
|
23357
|
-
t[
|
|
23369
|
+
t[183] || (t[183] = o("h3", null, "Checkboxes (replaced)", -1)),
|
|
23358
23370
|
o("div", N1, [
|
|
23359
|
-
t[
|
|
23371
|
+
t[160] || (t[160] = o("span", { class: "label-text" }, "Label for Replaced Input-Type-Checkbox:", -1)),
|
|
23360
23372
|
o("div", z1, [
|
|
23361
23373
|
f(O, {
|
|
23362
23374
|
element: "input",
|
|
@@ -23365,7 +23377,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23365
23377
|
replaceInputType: !0,
|
|
23366
23378
|
id: "inputfield9",
|
|
23367
23379
|
modelValue: i.replacedCheckboxValue,
|
|
23368
|
-
"onUpdate:modelValue": t[
|
|
23380
|
+
"onUpdate:modelValue": t[57] || (t[57] = (g) => i.replacedCheckboxValue = g),
|
|
23369
23381
|
inputValue: "checkboxValue1",
|
|
23370
23382
|
status: i.validationStatus,
|
|
23371
23383
|
disabled: i.disabledStatus
|
|
@@ -23374,7 +23386,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23374
23386
|
element: "input",
|
|
23375
23387
|
labelText: "Label for replaced checkbox",
|
|
23376
23388
|
modelValue: i.replacedCheckboxValue,
|
|
23377
|
-
"onUpdate:modelValue": t[
|
|
23389
|
+
"onUpdate:modelValue": t[58] || (t[58] = (g) => i.replacedCheckboxValue = g),
|
|
23378
23390
|
inputValue: "checkboxValue2",
|
|
23379
23391
|
type: "checkbox",
|
|
23380
23392
|
replaceInputType: !0,
|
|
@@ -23384,9 +23396,9 @@ function ak(e, t, n, s, i, l) {
|
|
|
23384
23396
|
}, null, 8, ["modelValue", "status", "disabled"])
|
|
23385
23397
|
])
|
|
23386
23398
|
]),
|
|
23387
|
-
t[
|
|
23399
|
+
t[184] || (t[184] = o("h3", null, "Radiobuttons [native]", -1)),
|
|
23388
23400
|
o("div", W1, [
|
|
23389
|
-
t[
|
|
23401
|
+
t[161] || (t[161] = o("span", { class: "label-text" }, "Label for native radiobuttons:", -1)),
|
|
23390
23402
|
o("div", G1, [
|
|
23391
23403
|
f(O, {
|
|
23392
23404
|
element: "input",
|
|
@@ -23396,7 +23408,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23396
23408
|
name: "radiogroup",
|
|
23397
23409
|
inputValue: "radiobuttonValue1",
|
|
23398
23410
|
modelValue: i.radiobuttonValue,
|
|
23399
|
-
"onUpdate:modelValue": t[
|
|
23411
|
+
"onUpdate:modelValue": t[59] || (t[59] = (g) => i.radiobuttonValue = g),
|
|
23400
23412
|
status: i.validationStatus,
|
|
23401
23413
|
disabled: i.disabledStatus
|
|
23402
23414
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
@@ -23408,16 +23420,16 @@ function ak(e, t, n, s, i, l) {
|
|
|
23408
23420
|
name: "radiogroup",
|
|
23409
23421
|
inputValue: "radiobuttonValue2",
|
|
23410
23422
|
modelValue: i.radiobuttonValue,
|
|
23411
|
-
"onUpdate:modelValue": t[
|
|
23423
|
+
"onUpdate:modelValue": t[60] || (t[60] = (g) => i.radiobuttonValue = g),
|
|
23412
23424
|
status: i.validationStatus,
|
|
23413
23425
|
disabled: i.disabledStatus
|
|
23414
23426
|
}, null, 8, ["modelValue", "status", "disabled"])
|
|
23415
23427
|
])
|
|
23416
23428
|
]),
|
|
23417
23429
|
o("p", null, " Radiobuttons with values: " + y(i.radiobuttonValue), 1),
|
|
23418
|
-
t[
|
|
23430
|
+
t[185] || (t[185] = o("h3", null, "Radiobuttons (replaced)", -1)),
|
|
23419
23431
|
o("div", K1, [
|
|
23420
|
-
t[
|
|
23432
|
+
t[162] || (t[162] = o("span", { class: "label-text" }, "Label for Replaced Input-Type-Radio:", -1)),
|
|
23421
23433
|
o("div", Y1, [
|
|
23422
23434
|
f(O, {
|
|
23423
23435
|
element: "input",
|
|
@@ -23428,7 +23440,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23428
23440
|
name: "replaced-radiogroup",
|
|
23429
23441
|
inputValue: "radiobuttonValue1",
|
|
23430
23442
|
modelValue: i.replacedRadiobuttonValue,
|
|
23431
|
-
"onUpdate:modelValue": t[
|
|
23443
|
+
"onUpdate:modelValue": t[61] || (t[61] = (g) => i.replacedRadiobuttonValue = g),
|
|
23432
23444
|
status: i.validationStatus,
|
|
23433
23445
|
disabled: i.disabledStatus
|
|
23434
23446
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
|
@@ -23441,40 +23453,40 @@ function ak(e, t, n, s, i, l) {
|
|
|
23441
23453
|
name: "replaced-radiogroup",
|
|
23442
23454
|
inputValue: "radiobuttonValue2",
|
|
23443
23455
|
modelValue: i.replacedRadiobuttonValue,
|
|
23444
|
-
"onUpdate:modelValue": t[
|
|
23456
|
+
"onUpdate:modelValue": t[62] || (t[62] = (g) => i.replacedRadiobuttonValue = g),
|
|
23445
23457
|
status: i.validationStatus,
|
|
23446
23458
|
disabled: i.disabledStatus
|
|
23447
23459
|
}, null, 8, ["modelValue", "status", "disabled"])
|
|
23448
23460
|
])
|
|
23449
23461
|
]),
|
|
23450
23462
|
o("h3", J1, [
|
|
23451
|
-
t[
|
|
23463
|
+
t[163] || (t[163] = F(" Input-Group ", -1)),
|
|
23452
23464
|
o("a", {
|
|
23453
23465
|
href: "#",
|
|
23454
23466
|
class: "button small icon-cog",
|
|
23455
23467
|
title: "Open Component Settings",
|
|
23456
|
-
onClick: t[
|
|
23468
|
+
onClick: t[63] || (t[63] = w((g) => l.openSettingsSidebar("CmdInputGroup"), ["prevent"]))
|
|
23457
23469
|
})
|
|
23458
23470
|
]),
|
|
23459
23471
|
f(j, S({ ref: "CmdInputGroup" }, e.cmdInputGroupSettingsData, {
|
|
23460
23472
|
labelText: "Grouplabel for radio-group given by property:",
|
|
23461
23473
|
inputElements: l.idForReplacedInputsInInputGroup("radio-group"),
|
|
23462
23474
|
modelValue: i.inputGroup,
|
|
23463
|
-
"onUpdate:modelValue": t[
|
|
23475
|
+
"onUpdate:modelValue": t[64] || (t[64] = (g) => i.inputGroup = g)
|
|
23464
23476
|
}), null, 16, ["inputElements", "modelValue"]),
|
|
23465
23477
|
o("dl", null, [
|
|
23466
|
-
t[
|
|
23478
|
+
t[164] || (t[164] = o("dt", null, "Selected value:", -1)),
|
|
23467
23479
|
o("dd", null, [
|
|
23468
23480
|
o("output", null, y(i.inputGroup), 1)
|
|
23469
23481
|
])
|
|
23470
23482
|
]),
|
|
23471
|
-
t[
|
|
23483
|
+
t[186] || (t[186] = o("h3", null, "Input Groups with Checkboxes/Radiobuttons (toggle-switches)", -1)),
|
|
23472
23484
|
f(j, {
|
|
23473
23485
|
labelText: "Grouplabel for checkbox-group styled as toggle-switches (colored):",
|
|
23474
23486
|
inputElements: l.idForReplacedInputsInInputGroup("checkbox-group-toggle-switch"),
|
|
23475
23487
|
inputTypes: "checkbox",
|
|
23476
23488
|
modelValue: i.inputGroupValueToggleSwitchCheckbox,
|
|
23477
|
-
"onUpdate:modelValue": t[
|
|
23489
|
+
"onUpdate:modelValue": t[65] || (t[65] = (g) => i.inputGroupValueToggleSwitchCheckbox = g),
|
|
23478
23490
|
toggleSwitches: !0,
|
|
23479
23491
|
colored: !0,
|
|
23480
23492
|
required: "required",
|
|
@@ -23482,7 +23494,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23482
23494
|
disabled: i.disabledStatus
|
|
23483
23495
|
}, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
|
|
23484
23496
|
o("dl", null, [
|
|
23485
|
-
t[
|
|
23497
|
+
t[165] || (t[165] = o("dt", null, "Selected value(s):", -1)),
|
|
23486
23498
|
o("dd", null, [
|
|
23487
23499
|
o("output", null, y(i.inputGroupValueToggleSwitchCheckbox), 1)
|
|
23488
23500
|
])
|
|
@@ -23492,14 +23504,14 @@ function ak(e, t, n, s, i, l) {
|
|
|
23492
23504
|
inputElements: l.idForReplacedInputsInInputGroup("radio-group-toggle-switch"),
|
|
23493
23505
|
inputTypes: "radio",
|
|
23494
23506
|
modelValue: i.inputGroupValueToggleSwitchRadio,
|
|
23495
|
-
"onUpdate:modelValue": t[
|
|
23507
|
+
"onUpdate:modelValue": t[66] || (t[66] = (g) => i.inputGroupValueToggleSwitchRadio = g),
|
|
23496
23508
|
toggleSwitches: !0,
|
|
23497
23509
|
required: "required",
|
|
23498
23510
|
status: i.validationStatus,
|
|
23499
23511
|
disabled: i.disabledStatus
|
|
23500
23512
|
}, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
|
|
23501
23513
|
o("dl", null, [
|
|
23502
|
-
t[
|
|
23514
|
+
t[166] || (t[166] = o("dt", null, "Selected value(s):", -1)),
|
|
23503
23515
|
o("dd", null, [
|
|
23504
23516
|
o("output", null, y(i.inputGroupValueToggleSwitchRadio), 1)
|
|
23505
23517
|
])
|
|
@@ -23510,12 +23522,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
23510
23522
|
inputTypes: "radio",
|
|
23511
23523
|
multipleSwitch: !0,
|
|
23512
23524
|
modelValue: i.inputGroupValue3,
|
|
23513
|
-
"onUpdate:modelValue": t[
|
|
23525
|
+
"onUpdate:modelValue": t[67] || (t[67] = (g) => i.inputGroupValue3 = g),
|
|
23514
23526
|
status: i.validationStatus,
|
|
23515
23527
|
disabled: i.disabledStatus
|
|
23516
23528
|
}, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
|
|
23517
23529
|
o("dl", null, [
|
|
23518
|
-
t[
|
|
23530
|
+
t[167] || (t[167] = o("dt", null, "Selected value(s):", -1)),
|
|
23519
23531
|
o("dd", null, [
|
|
23520
23532
|
o("output", null, y(i.inputGroupValue3), 1)
|
|
23521
23533
|
])
|
|
@@ -23527,20 +23539,20 @@ function ak(e, t, n, s, i, l) {
|
|
|
23527
23539
|
multipleSwitch: !0,
|
|
23528
23540
|
required: !0,
|
|
23529
23541
|
modelValue: i.inputGroupValue4,
|
|
23530
|
-
"onUpdate:modelValue": t[
|
|
23542
|
+
"onUpdate:modelValue": t[68] || (t[68] = (g) => i.inputGroupValue4 = g),
|
|
23531
23543
|
stretchHorizontally: !0,
|
|
23532
23544
|
status: i.validationStatus,
|
|
23533
23545
|
disabled: i.disabledStatus
|
|
23534
23546
|
}, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
|
|
23535
23547
|
o("dl", null, [
|
|
23536
|
-
t[
|
|
23548
|
+
t[168] || (t[168] = o("dt", null, "Selected value(s):", -1)),
|
|
23537
23549
|
o("dd", null, [
|
|
23538
23550
|
o("output", null, y(i.inputGroupValue4), 1)
|
|
23539
23551
|
])
|
|
23540
23552
|
])
|
|
23541
23553
|
]),
|
|
23542
23554
|
o("div", Z1, [
|
|
23543
|
-
t[
|
|
23555
|
+
t[188] || (t[188] = o("small", null, "(values will not be submitted with the form!)", -1)),
|
|
23544
23556
|
o("div", Q1, [
|
|
23545
23557
|
f(O, {
|
|
23546
23558
|
element: "button",
|
|
@@ -23554,7 +23566,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23554
23566
|
class: "button",
|
|
23555
23567
|
type: "submit",
|
|
23556
23568
|
disabled: i.disabledStatus
|
|
23557
|
-
}, [...t[
|
|
23569
|
+
}, [...t[187] || (t[187] = [
|
|
23558
23570
|
o("span", { class: "icon-check" }, null, -1),
|
|
23559
23571
|
o("span", null, "Native submit-button", -1)
|
|
23560
23572
|
])], 8, X1)
|
|
@@ -23573,12 +23585,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
23573
23585
|
f(k, null, {
|
|
23574
23586
|
default: C(() => [
|
|
23575
23587
|
o("h2", $1, [
|
|
23576
|
-
t[
|
|
23588
|
+
t[191] || (t[191] = o("span", null, "Bank Account Data", -1)),
|
|
23577
23589
|
o("a", {
|
|
23578
23590
|
href: "#",
|
|
23579
23591
|
class: "button small icon-cog",
|
|
23580
23592
|
title: "Open Component Settings",
|
|
23581
|
-
onClick: t[
|
|
23593
|
+
onClick: t[69] || (t[69] = w((g) => l.openSettingsSidebar("CmdBankAccountData"), ["prevent"]))
|
|
23582
23594
|
})
|
|
23583
23595
|
]),
|
|
23584
23596
|
f(H, S({ "account-data": i.bankAccountData }, e.cmdBankAccountDataSettingsData, { ref: "CmdBankAccountData" }), null, 16, ["account-data"])
|
|
@@ -23588,12 +23600,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
23588
23600
|
f(k, null, {
|
|
23589
23601
|
default: C(() => [
|
|
23590
23602
|
o("h2", ev, [
|
|
23591
|
-
t[
|
|
23603
|
+
t[192] || (t[192] = o("span", null, "Basic Form", -1)),
|
|
23592
23604
|
o("a", {
|
|
23593
23605
|
href: "#",
|
|
23594
23606
|
class: "button small icon-cog",
|
|
23595
23607
|
title: "Open Component Settings",
|
|
23596
|
-
onClick: t[
|
|
23608
|
+
onClick: t[70] || (t[70] = w((g) => l.openSettingsSidebar("CmdBasicForm"), ["prevent"]))
|
|
23597
23609
|
})
|
|
23598
23610
|
]),
|
|
23599
23611
|
f(z, {
|
|
@@ -23609,9 +23621,9 @@ function ak(e, t, n, s, i, l) {
|
|
|
23609
23621
|
}
|
|
23610
23622
|
}, null, 512),
|
|
23611
23623
|
o("dl", null, [
|
|
23612
|
-
t[
|
|
23624
|
+
t[193] || (t[193] = o("dt", null, "originalEvent", -1)),
|
|
23613
23625
|
o("dd", null, y(i.basicFormData.originalEvent), 1),
|
|
23614
|
-
t[
|
|
23626
|
+
t[194] || (t[194] = o("dt", null, "formdata", -1)),
|
|
23615
23627
|
o("dd", null, y(i.basicFormData.formData), 1)
|
|
23616
23628
|
])
|
|
23617
23629
|
]),
|
|
@@ -23619,14 +23631,14 @@ function ak(e, t, n, s, i, l) {
|
|
|
23619
23631
|
}),
|
|
23620
23632
|
f(k, { anchorId: "section-boxes" }, {
|
|
23621
23633
|
default: C(() => [
|
|
23622
|
-
t[
|
|
23634
|
+
t[213] || (t[213] = o("h2", { class: "headline-demopage" }, "Boxes", -1)),
|
|
23623
23635
|
o("h3", tv, [
|
|
23624
|
-
t[
|
|
23636
|
+
t[195] || (t[195] = o("span", null, "Default Box", -1)),
|
|
23625
23637
|
o("a", {
|
|
23626
23638
|
href: "#",
|
|
23627
23639
|
class: "button small icon-cog",
|
|
23628
23640
|
title: "Open Component Settings",
|
|
23629
|
-
onClick: t[
|
|
23641
|
+
onClick: t[71] || (t[71] = w((g) => l.openSettingsSidebar("CmdBox"), ["prevent"]))
|
|
23630
23642
|
})
|
|
23631
23643
|
]),
|
|
23632
23644
|
f(d, S({ ref: "CmdBox" }, e.cmdBoxSettingsData, {
|
|
@@ -23635,17 +23647,17 @@ function ak(e, t, n, s, i, l) {
|
|
|
23635
23647
|
"cmd-headline": { headlineText: "Headline for box", headlineLevel: 4 },
|
|
23636
23648
|
stretchVertically: !0
|
|
23637
23649
|
}), {
|
|
23638
|
-
header: C(() => [...t[
|
|
23650
|
+
header: C(() => [...t[196] || (t[196] = [
|
|
23639
23651
|
o("h4", null, " Texts given by slots ", -1)
|
|
23640
23652
|
])]),
|
|
23641
|
-
body: C(() => [...t[
|
|
23653
|
+
body: C(() => [...t[197] || (t[197] = [
|
|
23642
23654
|
o("p", null, " This content with paragraphs inside is placed inside the box-body. ", -1),
|
|
23643
23655
|
o("p", null, [
|
|
23644
23656
|
o("strong", null, "Header, Content/Body and Footer of this box are given by slots.")
|
|
23645
23657
|
], -1),
|
|
23646
23658
|
o("p", null, "Additionally 'allowContentToScroll' is active, which enables (as far as a max-height is defined) the content of this box to scroll", -1)
|
|
23647
23659
|
])]),
|
|
23648
|
-
footer: C(() => [...t[
|
|
23660
|
+
footer: C(() => [...t[198] || (t[198] = [
|
|
23649
23661
|
o("p", null, " Footer content ", -1)
|
|
23650
23662
|
])]),
|
|
23651
23663
|
_: 1
|
|
@@ -23675,8 +23687,8 @@ function ak(e, t, n, s, i, l) {
|
|
|
23675
23687
|
useSlots: ["body"],
|
|
23676
23688
|
"cutoff-text-lines": 4
|
|
23677
23689
|
}, {
|
|
23678
|
-
body: C(() => [...t[
|
|
23679
|
-
|
|
23690
|
+
body: C(() => [...t[199] || (t[199] = [
|
|
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)
|
|
23680
23692
|
])]),
|
|
23681
23693
|
_: 1
|
|
23682
23694
|
}),
|
|
@@ -23684,17 +23696,17 @@ function ak(e, t, n, s, i, l) {
|
|
|
23684
23696
|
useSlots: ["header", "body", "footer"],
|
|
23685
23697
|
allowContentToScroll: !0
|
|
23686
23698
|
}, {
|
|
23687
|
-
header: C(() => [...t[
|
|
23699
|
+
header: C(() => [...t[200] || (t[200] = [
|
|
23688
23700
|
o("h4", null, " Texts given by slots ", -1)
|
|
23689
23701
|
])]),
|
|
23690
|
-
body: C(() => [...t[
|
|
23702
|
+
body: C(() => [...t[201] || (t[201] = [
|
|
23691
23703
|
o("p", null, " This content with paragraphs inside is placed inside the box-body. ", -1),
|
|
23692
23704
|
o("p", null, [
|
|
23693
23705
|
o("strong", null, "Header, Content/Body and Footer of this box are given by slots.")
|
|
23694
23706
|
], -1),
|
|
23695
23707
|
o("p", null, "Additionally 'allowContentToScroll' is active, which enables (as far as a max-height is defined) the content of this box to scroll", -1)
|
|
23696
23708
|
])]),
|
|
23697
|
-
footer: C(() => [...t[
|
|
23709
|
+
footer: C(() => [...t[202] || (t[202] = [
|
|
23698
23710
|
o("p", null, " Footer content ", -1)
|
|
23699
23711
|
])]),
|
|
23700
23712
|
_: 1
|
|
@@ -23704,7 +23716,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23704
23716
|
useBoxBodyPadding: !1,
|
|
23705
23717
|
collapsible: !0
|
|
23706
23718
|
}, {
|
|
23707
|
-
header: C(() => [...t[
|
|
23719
|
+
header: C(() => [...t[203] || (t[203] = [
|
|
23708
23720
|
o("h4", null, " Box with inputs ", -1)
|
|
23709
23721
|
])]),
|
|
23710
23722
|
body: C(() => [
|
|
@@ -23728,7 +23740,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23728
23740
|
_: 1
|
|
23729
23741
|
})
|
|
23730
23742
|
]),
|
|
23731
|
-
footer: C(() => [...t[
|
|
23743
|
+
footer: C(() => [...t[204] || (t[204] = [
|
|
23732
23744
|
o("p", null, " footer content ", -1)
|
|
23733
23745
|
])]),
|
|
23734
23746
|
_: 1
|
|
@@ -23737,7 +23749,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23737
23749
|
useSlots: ["header", "body"],
|
|
23738
23750
|
useBoxBodyPadding: !1
|
|
23739
23751
|
}, {
|
|
23740
|
-
header: C(() => [...t[
|
|
23752
|
+
header: C(() => [...t[205] || (t[205] = [
|
|
23741
23753
|
o("h4", null, " Box with links ", -1)
|
|
23742
23754
|
])]),
|
|
23743
23755
|
body: C(() => [
|
|
@@ -23745,34 +23757,34 @@ function ak(e, t, n, s, i, l) {
|
|
|
23745
23757
|
o("li", null, [
|
|
23746
23758
|
o("a", {
|
|
23747
23759
|
href: "#",
|
|
23748
|
-
onClick: t[
|
|
23760
|
+
onClick: t[72] || (t[72] = w(() => {
|
|
23749
23761
|
}, ["prevent"]))
|
|
23750
23762
|
}, "Link name 1")
|
|
23751
23763
|
]),
|
|
23752
23764
|
o("li", null, [
|
|
23753
23765
|
o("a", {
|
|
23754
23766
|
href: "#",
|
|
23755
|
-
onClick: t[
|
|
23767
|
+
onClick: t[73] || (t[73] = w(() => {
|
|
23756
23768
|
}, ["prevent"]))
|
|
23757
23769
|
}, "Link name 2")
|
|
23758
23770
|
]),
|
|
23759
23771
|
o("li", null, [
|
|
23760
23772
|
o("a", {
|
|
23761
23773
|
href: "#",
|
|
23762
|
-
onClick: t[
|
|
23774
|
+
onClick: t[74] || (t[74] = w(() => {
|
|
23763
23775
|
}, ["prevent"]))
|
|
23764
23776
|
}, "Link name 3")
|
|
23765
23777
|
]),
|
|
23766
23778
|
o("li", null, [
|
|
23767
23779
|
o("a", {
|
|
23768
23780
|
href: "#",
|
|
23769
|
-
onClick: t[
|
|
23781
|
+
onClick: t[75] || (t[75] = w(() => {
|
|
23770
23782
|
}, ["prevent"]))
|
|
23771
23783
|
}, "Link name 4")
|
|
23772
23784
|
])
|
|
23773
23785
|
])
|
|
23774
23786
|
]),
|
|
23775
|
-
footer: C(() => [...t[
|
|
23787
|
+
footer: C(() => [...t[206] || (t[206] = [
|
|
23776
23788
|
o("p", null, " footer content ", -1)
|
|
23777
23789
|
])]),
|
|
23778
23790
|
_: 1
|
|
@@ -23783,10 +23795,10 @@ function ak(e, t, n, s, i, l) {
|
|
|
23783
23795
|
cmdHeadline: { headlineText: "Collapsible box", headlineLevel: 4 },
|
|
23784
23796
|
collapsible: !0
|
|
23785
23797
|
}, {
|
|
23786
|
-
header: C(() => [...t[
|
|
23798
|
+
header: C(() => [...t[207] || (t[207] = [
|
|
23787
23799
|
o("h4", null, " Collapsible box with image ", -1)
|
|
23788
23800
|
])]),
|
|
23789
|
-
body: C(() => [...t[
|
|
23801
|
+
body: C(() => [...t[208] || (t[208] = [
|
|
23790
23802
|
o("img", {
|
|
23791
23803
|
src: Gn,
|
|
23792
23804
|
alt: "Alternative text"
|
|
@@ -23798,10 +23810,10 @@ function ak(e, t, n, s, i, l) {
|
|
|
23798
23810
|
useSlots: ["header", "body", "footer"],
|
|
23799
23811
|
useBoxBodyPadding: !1
|
|
23800
23812
|
}, {
|
|
23801
|
-
header: C(() => [...t[
|
|
23813
|
+
header: C(() => [...t[209] || (t[209] = [
|
|
23802
23814
|
o("h4", null, " Box with image, content and link ", -1)
|
|
23803
23815
|
])]),
|
|
23804
|
-
body: C(() => [...t[
|
|
23816
|
+
body: C(() => [...t[210] || (t[210] = [
|
|
23805
23817
|
o("img", {
|
|
23806
23818
|
src: Gn,
|
|
23807
23819
|
alt: "Alternative text"
|
|
@@ -23811,7 +23823,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23811
23823
|
o("p", null, "Image, custom-headline and this text for the component are given by slot")
|
|
23812
23824
|
], -1)
|
|
23813
23825
|
])]),
|
|
23814
|
-
footer: C(() => [...t[
|
|
23826
|
+
footer: C(() => [...t[211] || (t[211] = [
|
|
23815
23827
|
o("p", null, [
|
|
23816
23828
|
o("a", { href: "#" }, "Read more…")
|
|
23817
23829
|
], -1)
|
|
@@ -23844,7 +23856,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23844
23856
|
]),
|
|
23845
23857
|
_: 1
|
|
23846
23858
|
}),
|
|
23847
|
-
t[
|
|
23859
|
+
t[214] || (t[214] = o("h3", null, "Product boxes", -1)),
|
|
23848
23860
|
f(c, {
|
|
23849
23861
|
boxesPerRow: [5, 2, 1],
|
|
23850
23862
|
useRowViewAsDefault: !0,
|
|
@@ -23861,7 +23873,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23861
23873
|
]),
|
|
23862
23874
|
_: 1
|
|
23863
23875
|
}),
|
|
23864
|
-
t[
|
|
23876
|
+
t[215] || (t[215] = o("h3", null, "User boxes", -1)),
|
|
23865
23877
|
f(c, {
|
|
23866
23878
|
boxesPerRow: [5, 2, 1],
|
|
23867
23879
|
useRowViewAsDefault: !0,
|
|
@@ -23879,12 +23891,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
23879
23891
|
_: 1
|
|
23880
23892
|
}),
|
|
23881
23893
|
o("h3", null, [
|
|
23882
|
-
t[
|
|
23894
|
+
t[212] || (t[212] = o("span", null, "Boxes in BoxWrapper (collapsible)", -1)),
|
|
23883
23895
|
o("a", {
|
|
23884
23896
|
href: "#",
|
|
23885
23897
|
class: "button small icon-cog",
|
|
23886
23898
|
title: "Open Component Settings",
|
|
23887
|
-
onClick: t[
|
|
23899
|
+
onClick: t[76] || (t[76] = w((g) => l.openSettingsSidebar("CmdBoxWrapper"), ["prevent"]))
|
|
23888
23900
|
})
|
|
23889
23901
|
]),
|
|
23890
23902
|
f(c, {
|
|
@@ -23908,7 +23920,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
23908
23920
|
onToggleCollapse: (we) => g.boxToggled(M - 1, we)
|
|
23909
23921
|
}, {
|
|
23910
23922
|
body: C(() => [
|
|
23911
|
-
|
|
23923
|
+
F(y(g.currentOpenBox) + "Content " + y(M), 1)
|
|
23912
23924
|
]),
|
|
23913
23925
|
_: 2
|
|
23914
23926
|
}, 1032, ["cmdHeadline", "rowView", "openCollapsedBox", "onToggleCollapse"]))), 128))
|
|
@@ -23921,12 +23933,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
23921
23933
|
f(k, { "inner-component": "div" }, {
|
|
23922
23934
|
default: C(() => [
|
|
23923
23935
|
o("h2", iv, [
|
|
23924
|
-
t[
|
|
23936
|
+
t[216] || (t[216] = o("span", null, "Breadcrumbs", -1)),
|
|
23925
23937
|
o("a", {
|
|
23926
23938
|
href: "#",
|
|
23927
23939
|
class: "button small icon-cog",
|
|
23928
23940
|
title: "Open Component Settings",
|
|
23929
|
-
onClick: t[
|
|
23941
|
+
onClick: t[77] || (t[77] = w((g) => l.openSettingsSidebar("CmdBreadcrumbs"), ["prevent"]))
|
|
23930
23942
|
})
|
|
23931
23943
|
]),
|
|
23932
23944
|
f(se, S({
|
|
@@ -23940,17 +23952,17 @@ function ak(e, t, n, s, i, l) {
|
|
|
23940
23952
|
f(k, null, {
|
|
23941
23953
|
default: C(() => [
|
|
23942
23954
|
o("h2", lv, [
|
|
23943
|
-
t[
|
|
23955
|
+
t[217] || (t[217] = o("span", null, "Code Output", -1)),
|
|
23944
23956
|
o("a", {
|
|
23945
23957
|
href: "#",
|
|
23946
23958
|
class: "button small icon-cog",
|
|
23947
23959
|
title: "Open Component Settings",
|
|
23948
|
-
onClick: t[
|
|
23960
|
+
onClick: t[78] || (t[78] = w((g) => l.openSettingsSidebar("CmdCodeOutput"), ["prevent"]))
|
|
23949
23961
|
})
|
|
23950
23962
|
]),
|
|
23951
23963
|
f(ke, S({ ref: "CmdCodeOutput" }, e.cmdCodeOutputSettingsData), {
|
|
23952
23964
|
default: C(() => [
|
|
23953
|
-
|
|
23965
|
+
F(y(i.cmdCodeOutputSlotContent), 1)
|
|
23954
23966
|
]),
|
|
23955
23967
|
_: 1
|
|
23956
23968
|
}, 16)
|
|
@@ -23960,12 +23972,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
23960
23972
|
f(k, null, {
|
|
23961
23973
|
default: C(() => [
|
|
23962
23974
|
o("h2", ov, [
|
|
23963
|
-
t[
|
|
23975
|
+
t[218] || (t[218] = o("span", null, "Company Logo", -1)),
|
|
23964
23976
|
o("a", {
|
|
23965
23977
|
href: "#",
|
|
23966
23978
|
class: "button small icon-cog",
|
|
23967
23979
|
title: "Open Component Settings",
|
|
23968
|
-
onClick: t[
|
|
23980
|
+
onClick: t[79] || (t[79] = w((g) => l.openSettingsSidebar("CmdCompanyLogo"), ["prevent"]))
|
|
23969
23981
|
})
|
|
23970
23982
|
]),
|
|
23971
23983
|
f(p, S({
|
|
@@ -23978,27 +23990,27 @@ function ak(e, t, n, s, i, l) {
|
|
|
23978
23990
|
f(k, null, {
|
|
23979
23991
|
default: C(() => [
|
|
23980
23992
|
o("h2", av, [
|
|
23981
|
-
t[
|
|
23993
|
+
t[219] || (t[219] = o("span", null, "Containers", -1)),
|
|
23982
23994
|
o("a", {
|
|
23983
23995
|
href: "#",
|
|
23984
23996
|
class: "button small icon-cog",
|
|
23985
23997
|
title: "Open Component Settings",
|
|
23986
|
-
onClick: t[
|
|
23998
|
+
onClick: t[80] || (t[80] = w((g) => l.openSettingsSidebar("CmdContainer"), ["prevent"]))
|
|
23987
23999
|
})
|
|
23988
24000
|
]),
|
|
23989
|
-
t[
|
|
24001
|
+
t[224] || (t[224] = o("h3", null, 'Container (type "default")', -1)),
|
|
23990
24002
|
f($, S({
|
|
23991
24003
|
style: { border: "1px dashed var(--color-gray-30)" },
|
|
23992
24004
|
ref: "CmdContainer"
|
|
23993
24005
|
}, e.cmdContainerSettingsData), {
|
|
23994
|
-
default: C(() => [...t[
|
|
24006
|
+
default: C(() => [...t[220] || (t[220] = [
|
|
23995
24007
|
o("p", null, "Slot-content", -1),
|
|
23996
24008
|
o("p", null, "Slot-content", -1),
|
|
23997
24009
|
o("p", null, "Slot-content", -1)
|
|
23998
24010
|
])]),
|
|
23999
24011
|
_: 1
|
|
24000
24012
|
}, 16),
|
|
24001
|
-
t[
|
|
24013
|
+
t[225] || (t[225] = o("h3", null, 'Container (type "flex", horizontal)', -1)),
|
|
24002
24014
|
f($, S({
|
|
24003
24015
|
style: { border: "1px dashed var(--color-gray-30)" },
|
|
24004
24016
|
ref: "CmdContainer"
|
|
@@ -24006,14 +24018,14 @@ function ak(e, t, n, s, i, l) {
|
|
|
24006
24018
|
containerType: "flex",
|
|
24007
24019
|
contentOrientation: "horizontal"
|
|
24008
24020
|
}), {
|
|
24009
|
-
default: C(() => [...t[
|
|
24021
|
+
default: C(() => [...t[221] || (t[221] = [
|
|
24010
24022
|
o("p", null, "Slot-content", -1),
|
|
24011
24023
|
o("p", null, "Slot-content", -1),
|
|
24012
24024
|
o("p", null, "Slot-content", -1)
|
|
24013
24025
|
])]),
|
|
24014
24026
|
_: 1
|
|
24015
24027
|
}, 16),
|
|
24016
|
-
t[
|
|
24028
|
+
t[226] || (t[226] = o("h3", null, 'Container (type "flex", vertical)', -1)),
|
|
24017
24029
|
f($, S({
|
|
24018
24030
|
style: { border: "1px dashed var(--color-gray-30)" },
|
|
24019
24031
|
ref: "CmdContainer"
|
|
@@ -24021,19 +24033,19 @@ function ak(e, t, n, s, i, l) {
|
|
|
24021
24033
|
containerType: "flex",
|
|
24022
24034
|
contentOrientation: "vertical"
|
|
24023
24035
|
}), {
|
|
24024
|
-
default: C(() => [...t[
|
|
24036
|
+
default: C(() => [...t[222] || (t[222] = [
|
|
24025
24037
|
o("p", null, "Slot-content", -1),
|
|
24026
24038
|
o("p", null, "Slot-content", -1),
|
|
24027
24039
|
o("p", null, "Slot-content", -1)
|
|
24028
24040
|
])]),
|
|
24029
24041
|
_: 1
|
|
24030
24042
|
}, 16),
|
|
24031
|
-
t[
|
|
24043
|
+
t[227] || (t[227] = o("h3", null, "Container with horizontal slots", -1)),
|
|
24032
24044
|
f($, S({
|
|
24033
24045
|
style: { border: "1px dashed var(--color-gray-30)" },
|
|
24034
24046
|
ref: "CmdContainer"
|
|
24035
24047
|
}, e.cmdContainerSettingsData, { containerType: "grid" }), {
|
|
24036
|
-
default: C(() => [...t[
|
|
24048
|
+
default: C(() => [...t[223] || (t[223] = [
|
|
24037
24049
|
o("p", null, "Slot-content", -1),
|
|
24038
24050
|
o("p", null, "Slot-content", -1),
|
|
24039
24051
|
o("p", null, "Slot-content", -1),
|
|
@@ -24048,15 +24060,15 @@ function ak(e, t, n, s, i, l) {
|
|
|
24048
24060
|
}),
|
|
24049
24061
|
f(k, null, {
|
|
24050
24062
|
default: C(() => [
|
|
24051
|
-
t[
|
|
24063
|
+
t[229] || (t[229] = o("h2", {
|
|
24052
24064
|
class: "headline-demopage",
|
|
24053
24065
|
id: "section-cookie-disclaimer"
|
|
24054
24066
|
}, "Cookie Disclaimer", -1)),
|
|
24055
24067
|
o("a", {
|
|
24056
24068
|
class: "button",
|
|
24057
24069
|
href: "#",
|
|
24058
|
-
onClick: t[
|
|
24059
|
-
}, [...t[
|
|
24070
|
+
onClick: t[81] || (t[81] = w((g) => i.fancyBoxCookieDisclaimer = !0, ["prevent"]))
|
|
24071
|
+
}, [...t[228] || (t[228] = [
|
|
24060
24072
|
o("span", null, "Open Cookie Disclaimer", -1)
|
|
24061
24073
|
])])
|
|
24062
24074
|
]),
|
|
@@ -24064,11 +24076,11 @@ function ak(e, t, n, s, i, l) {
|
|
|
24064
24076
|
}),
|
|
24065
24077
|
f(k, null, {
|
|
24066
24078
|
default: C(() => [
|
|
24067
|
-
t[
|
|
24079
|
+
t[230] || (t[230] = o("h2", {
|
|
24068
24080
|
class: "headline-demopage",
|
|
24069
24081
|
id: "section-forms"
|
|
24070
24082
|
}, "Forms", -1)),
|
|
24071
|
-
t[
|
|
24083
|
+
t[231] || (t[231] = o("h3", null, "Form elements given by data", -1)),
|
|
24072
24084
|
f(Y, {
|
|
24073
24085
|
useFieldset: !0,
|
|
24074
24086
|
useSlot: !1,
|
|
@@ -24077,9 +24089,9 @@ function ak(e, t, n, s, i, l) {
|
|
|
24077
24089
|
formElements: i.formElementsData,
|
|
24078
24090
|
onSubmit: l.doConsoleLog,
|
|
24079
24091
|
modelValue: i.cmdFormData,
|
|
24080
|
-
"onUpdate:modelValue": t[
|
|
24092
|
+
"onUpdate:modelValue": t[82] || (t[82] = (g) => i.cmdFormData = g)
|
|
24081
24093
|
}, null, 8, ["formElements", "onSubmit", "modelValue"]),
|
|
24082
|
-
t[
|
|
24094
|
+
t[232] || (t[232] = o("h3", null, "Form elements given by slot", -1)),
|
|
24083
24095
|
f(Y, {
|
|
24084
24096
|
"use-fieldset": !0,
|
|
24085
24097
|
id: "form-component",
|
|
@@ -24117,50 +24129,50 @@ function ak(e, t, n, s, i, l) {
|
|
|
24117
24129
|
}),
|
|
24118
24130
|
f(k, null, {
|
|
24119
24131
|
default: C(() => [
|
|
24120
|
-
t[
|
|
24132
|
+
t[236] || (t[236] = o("h2", {
|
|
24121
24133
|
class: "headline-demopage",
|
|
24122
24134
|
id: "section-fancybox"
|
|
24123
24135
|
}, "Fancybox", -1)),
|
|
24124
|
-
t[
|
|
24136
|
+
t[237] || (t[237] = o("h3", null, "FancyBox with text", -1)),
|
|
24125
24137
|
o("a", {
|
|
24126
24138
|
href: "#",
|
|
24127
|
-
onClick: t[
|
|
24139
|
+
onClick: t[83] || (t[83] = w((g) => l.showFancyBox("text", "Some text", "FancyBox with text"), ["prevent"]))
|
|
24128
24140
|
}, "Open FancyBox with text"),
|
|
24129
|
-
t[
|
|
24141
|
+
t[238] || (t[238] = o("h3", null, "FancyBox with large image given by url", -1)),
|
|
24130
24142
|
o("a", {
|
|
24131
24143
|
href: "#",
|
|
24132
|
-
onClick: t[
|
|
24144
|
+
onClick: t[84] || (t[84] = w((g) => l.showFancyBox("url", "/media/images/demo-images/large/landscape-01.jpg", "FancyBox with large image given by url"), ["prevent"])),
|
|
24133
24145
|
title: "Open FancyBox with large image given by url",
|
|
24134
24146
|
style: { "align-self": "flex-start" }
|
|
24135
|
-
}, [...t[
|
|
24147
|
+
}, [...t[233] || (t[233] = [
|
|
24136
24148
|
o("img", {
|
|
24137
24149
|
src: r1,
|
|
24138
24150
|
alt: "Alternative text"
|
|
24139
24151
|
}, null, -1)
|
|
24140
24152
|
])]),
|
|
24141
|
-
t[
|
|
24153
|
+
t[239] || (t[239] = o("h3", null, "FancyBox with large image given by property", -1)),
|
|
24142
24154
|
o("a", {
|
|
24143
24155
|
href: "#",
|
|
24144
|
-
onClick: t[
|
|
24156
|
+
onClick: t[85] || (t[85] = w((g) => l.showFancyBox("image", { large: "/media/images/demo-images/large/landscape-02.jpg" }, "FancyBox with large image given by property"), ["prevent"])),
|
|
24145
24157
|
title: "Open FancyBox with large image given by property",
|
|
24146
24158
|
style: { "align-self": "flex-start" }
|
|
24147
|
-
}, [...t[
|
|
24159
|
+
}, [...t[234] || (t[234] = [
|
|
24148
24160
|
o("img", {
|
|
24149
24161
|
src: d1,
|
|
24150
24162
|
alt: "Alternative text"
|
|
24151
24163
|
}, null, -1)
|
|
24152
24164
|
])]),
|
|
24153
|
-
t[
|
|
24165
|
+
t[240] || (t[240] = o("h3", null, "FancyBox with image as object give by property", -1)),
|
|
24154
24166
|
o("a", {
|
|
24155
24167
|
href: "#",
|
|
24156
|
-
onClick: t[
|
|
24168
|
+
onClick: t[86] || (t[86] = w((g) => l.showFancyBox("image", {
|
|
24157
24169
|
small: "/media/images/demo-images/medium/landscape-03.jpg",
|
|
24158
24170
|
medium: "/media/images/demo-images/medium/landscape-03.jpg",
|
|
24159
24171
|
large: "/media/images/demo-images/large/landscape-03.jpg"
|
|
24160
24172
|
}, "FancyBox with large image given by property"), ["prevent"])),
|
|
24161
24173
|
title: "Open FancyBox with large image given by property",
|
|
24162
24174
|
style: { "align-self": "flex-start" }
|
|
24163
|
-
}, [...t[
|
|
24175
|
+
}, [...t[235] || (t[235] = [
|
|
24164
24176
|
o("img", {
|
|
24165
24177
|
src: u1,
|
|
24166
24178
|
alt: "Alternative text"
|
|
@@ -24171,18 +24183,18 @@ function ak(e, t, n, s, i, l) {
|
|
|
24171
24183
|
}),
|
|
24172
24184
|
f(k, null, {
|
|
24173
24185
|
default: C(() => [
|
|
24174
|
-
t[
|
|
24186
|
+
t[243] || (t[243] = o("h2", {
|
|
24175
24187
|
class: "headline-demopage",
|
|
24176
24188
|
id: "section-flexible-scroll-container"
|
|
24177
24189
|
}, "Flexible Scroll-Container", -1)),
|
|
24178
24190
|
f(dl, { style: { border: "1px dashed var(--color-gray-30)" } }, {
|
|
24179
|
-
"fixed-wrapper": C(() => [...t[
|
|
24191
|
+
"fixed-wrapper": C(() => [...t[241] || (t[241] = [
|
|
24180
24192
|
o("div", {
|
|
24181
24193
|
class: "default-padding",
|
|
24182
24194
|
style: { border: "1px dashed var(--color-gray-30)" }
|
|
24183
24195
|
}, " Fixed content ", -1)
|
|
24184
24196
|
])]),
|
|
24185
|
-
"scroll-wrapper": C(() => [...t[
|
|
24197
|
+
"scroll-wrapper": C(() => [...t[242] || (t[242] = [
|
|
24186
24198
|
o("div", {
|
|
24187
24199
|
class: "default-padding",
|
|
24188
24200
|
style: { border: "1px dashed var(--color-gray-30)" }
|
|
@@ -24222,7 +24234,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
24222
24234
|
}),
|
|
24223
24235
|
f(k, null, {
|
|
24224
24236
|
default: C(() => [
|
|
24225
|
-
t[
|
|
24237
|
+
t[244] || (t[244] = o("h2", {
|
|
24226
24238
|
class: "headline-demopage",
|
|
24227
24239
|
id: "section-google-maps"
|
|
24228
24240
|
}, "Google Maps™", -1)),
|
|
@@ -24235,12 +24247,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
24235
24247
|
f(k, null, {
|
|
24236
24248
|
default: C(() => [
|
|
24237
24249
|
o("h2", sv, [
|
|
24238
|
-
t[
|
|
24250
|
+
t[245] || (t[245] = o("span", null, "Headlines", -1)),
|
|
24239
24251
|
o("a", {
|
|
24240
24252
|
href: "#",
|
|
24241
24253
|
class: "button small icon-cog",
|
|
24242
24254
|
title: "Open Component Settings",
|
|
24243
|
-
onClick: t[
|
|
24255
|
+
onClick: t[87] || (t[87] = w((g) => l.openSettingsSidebar("CmdHeadline"), ["prevent"]))
|
|
24244
24256
|
})
|
|
24245
24257
|
]),
|
|
24246
24258
|
f(Re, S({ ref: "CmdHeadline" }, e.cmdHeadlineSettingsData), null, 16),
|
|
@@ -24258,10 +24270,10 @@ function ak(e, t, n, s, i, l) {
|
|
|
24258
24270
|
ref: "CmdHeadline",
|
|
24259
24271
|
headlineLevel: "3"
|
|
24260
24272
|
}, {
|
|
24261
|
-
default: C(() => [...t[
|
|
24262
|
-
|
|
24273
|
+
default: C(() => [...t[246] || (t[246] = [
|
|
24274
|
+
F(" Headline text", -1),
|
|
24263
24275
|
o("br", null, null, -1),
|
|
24264
|
-
|
|
24276
|
+
F(" with html-content given by slot ", -1)
|
|
24265
24277
|
])]),
|
|
24266
24278
|
_: 1
|
|
24267
24279
|
}, 512)
|
|
@@ -24270,29 +24282,29 @@ function ak(e, t, n, s, i, l) {
|
|
|
24270
24282
|
}),
|
|
24271
24283
|
f(k, null, {
|
|
24272
24284
|
default: C(() => [
|
|
24273
|
-
t[
|
|
24285
|
+
t[252] || (t[252] = o("h2", {
|
|
24274
24286
|
class: "headline-demopage",
|
|
24275
24287
|
id: "section-icons"
|
|
24276
24288
|
}, "Icons", -1)),
|
|
24277
24289
|
o("ul", null, [
|
|
24278
24290
|
o("li", null, [
|
|
24279
|
-
t[
|
|
24291
|
+
t[247] || (t[247] = o("span", null, "Icon from local iconfont", -1)),
|
|
24280
24292
|
f(Le, { iconClass: "icon-home" })
|
|
24281
24293
|
]),
|
|
24282
24294
|
o("li", null, [
|
|
24283
|
-
t[
|
|
24295
|
+
t[248] || (t[248] = o("span", null, "Icon from iconify-api (icomoon-font)", -1)),
|
|
24284
24296
|
f(Le, { iconClass: "icomoon-free:home" })
|
|
24285
24297
|
]),
|
|
24286
24298
|
o("li", null, [
|
|
24287
|
-
t[
|
|
24299
|
+
t[249] || (t[249] = o("span", null, "Icon from iconify-api (bootstrap-font)", -1)),
|
|
24288
24300
|
f(Le, { iconClass: "bi:house-fill" })
|
|
24289
24301
|
]),
|
|
24290
24302
|
o("li", null, [
|
|
24291
|
-
t[
|
|
24303
|
+
t[250] || (t[250] = o("span", null, "Icon from iconify-api (material-design-font)", -1)),
|
|
24292
24304
|
f(Le, { iconClass: "mdi:home" })
|
|
24293
24305
|
]),
|
|
24294
24306
|
o("li", null, [
|
|
24295
|
-
t[
|
|
24307
|
+
t[251] || (t[251] = o("span", null, "Icon from iconify-api (font-awesome-solid-font)", -1)),
|
|
24296
24308
|
f(Le, { iconClass: "fa6-solid:house-chimney" })
|
|
24297
24309
|
])
|
|
24298
24310
|
])
|
|
@@ -24302,12 +24314,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
24302
24314
|
f(k, null, {
|
|
24303
24315
|
default: C(() => [
|
|
24304
24316
|
o("h2", rv, [
|
|
24305
|
-
t[
|
|
24317
|
+
t[253] || (t[253] = o("span", null, "Image", -1)),
|
|
24306
24318
|
o("a", {
|
|
24307
24319
|
href: "#",
|
|
24308
24320
|
class: "button small icon-cog",
|
|
24309
24321
|
title: "Open Component Settings",
|
|
24310
|
-
onClick: t[
|
|
24322
|
+
onClick: t[88] || (t[88] = w((g) => l.openSettingsSidebar("CmdImage"), ["prevent"]))
|
|
24311
24323
|
})
|
|
24312
24324
|
]),
|
|
24313
24325
|
o("div", dv, [
|
|
@@ -24327,12 +24339,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
24327
24339
|
f(k, null, {
|
|
24328
24340
|
default: C(() => [
|
|
24329
24341
|
o("h2", uv, [
|
|
24330
|
-
t[
|
|
24342
|
+
t[254] || (t[254] = o("span", null, "Image-Gallery", -1)),
|
|
24331
24343
|
o("a", {
|
|
24332
24344
|
href: "#",
|
|
24333
24345
|
class: "button small icon-cog",
|
|
24334
24346
|
title: "Open Component Settings",
|
|
24335
|
-
onClick: t[
|
|
24347
|
+
onClick: t[89] || (t[89] = w((g) => l.openSettingsSidebar("CmdImageGallery"), ["prevent"]))
|
|
24336
24348
|
})
|
|
24337
24349
|
]),
|
|
24338
24350
|
f(cl, S({
|
|
@@ -24344,7 +24356,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
24344
24356
|
}),
|
|
24345
24357
|
f(k, null, {
|
|
24346
24358
|
default: C(() => [
|
|
24347
|
-
t[
|
|
24359
|
+
t[255] || (t[255] = o("h2", {
|
|
24348
24360
|
class: "headline-demopage",
|
|
24349
24361
|
id: "section-image-zoom"
|
|
24350
24362
|
}, " Image-Zoom ", -1)),
|
|
@@ -24358,12 +24370,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
24358
24370
|
f(k, null, {
|
|
24359
24371
|
default: C(() => [
|
|
24360
24372
|
o("h2", cv, [
|
|
24361
|
-
t[
|
|
24373
|
+
t[256] || (t[256] = o("span", null, "Link", -1)),
|
|
24362
24374
|
o("a", {
|
|
24363
24375
|
href: "#",
|
|
24364
24376
|
class: "button small icon-cog",
|
|
24365
24377
|
title: "Open Component Settings",
|
|
24366
|
-
onClick: t[
|
|
24378
|
+
onClick: t[90] || (t[90] = w((g) => l.openSettingsSidebar("CmdLink"), ["prevent"]))
|
|
24367
24379
|
})
|
|
24368
24380
|
]),
|
|
24369
24381
|
f(ee, S({
|
|
@@ -24415,7 +24427,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
24415
24427
|
text: "Add link",
|
|
24416
24428
|
primaryButton: !0,
|
|
24417
24429
|
icon: { iconClass: "icon-link", position: "right" },
|
|
24418
|
-
onClick: t[
|
|
24430
|
+
onClick: t[91] || (t[91] = (g) => i.showCmdLink = !0)
|
|
24419
24431
|
}),
|
|
24420
24432
|
i.showCmdLink ? (a(), x(ee, {
|
|
24421
24433
|
key: 0,
|
|
@@ -24426,11 +24438,11 @@ function ak(e, t, n, s, i, l) {
|
|
|
24426
24438
|
icon: { iconClass: "icon-chevron-one-stripe-right", position: "right", tooltip: "Tooltip for hyperlink" }
|
|
24427
24439
|
})) : m("", !0),
|
|
24428
24440
|
o("dl", mv, [
|
|
24429
|
-
t[
|
|
24441
|
+
t[257] || (t[257] = o("dt", null, "Event:", -1)),
|
|
24430
24442
|
o("dd", null, y(i.outputCmdLink?.event?.originalEvent.originalEvent), 1),
|
|
24431
|
-
t[
|
|
24443
|
+
t[258] || (t[258] = o("dt", null, "Target:", -1)),
|
|
24432
24444
|
o("dd", null, y(i.outputCmdLink?.event?.originalEvent.target), 1),
|
|
24433
|
-
t[
|
|
24445
|
+
t[259] || (t[259] = o("dt", null, "LinkType:", -1)),
|
|
24434
24446
|
o("dd", null, y(i.outputCmdLink?.event?.originalEvent.linkType), 1)
|
|
24435
24447
|
])
|
|
24436
24448
|
]),
|
|
@@ -24439,12 +24451,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
24439
24451
|
f(k, null, {
|
|
24440
24452
|
default: C(() => [
|
|
24441
24453
|
o("h2", pv, [
|
|
24442
|
-
t[
|
|
24454
|
+
t[260] || (t[260] = o("span", null, "List", -1)),
|
|
24443
24455
|
o("a", {
|
|
24444
24456
|
href: "#",
|
|
24445
24457
|
class: "button small icon-cog",
|
|
24446
24458
|
title: "Open Component Settings",
|
|
24447
|
-
onClick: t[
|
|
24459
|
+
onClick: t[92] || (t[92] = w((g) => l.openSettingsSidebar("CmdList"), ["prevent"]))
|
|
24448
24460
|
})
|
|
24449
24461
|
]),
|
|
24450
24462
|
f(h, S({
|
|
@@ -24456,11 +24468,11 @@ function ak(e, t, n, s, i, l) {
|
|
|
24456
24468
|
onClick: l.cmdLinkOutput
|
|
24457
24469
|
}), null, 16, ["items", "onClick"]),
|
|
24458
24470
|
o("dl", fv, [
|
|
24459
|
-
t[
|
|
24471
|
+
t[261] || (t[261] = o("dt", null, "Event:", -1)),
|
|
24460
24472
|
o("dd", null, y(i.outputCmdLink?.event?.originalEvent), 1),
|
|
24461
|
-
t[
|
|
24473
|
+
t[262] || (t[262] = o("dt", null, "Target:", -1)),
|
|
24462
24474
|
o("dd", null, y(i.outputCmdLink?.event?.originalEvent.target), 1),
|
|
24463
|
-
t[
|
|
24475
|
+
t[263] || (t[263] = o("dt", null, "LinkType:", -1)),
|
|
24464
24476
|
o("dd", null, y(i.outputCmdLink?.event?.linkType), 1)
|
|
24465
24477
|
]),
|
|
24466
24478
|
f(h, {
|
|
@@ -24498,7 +24510,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
24498
24510
|
highlightLevel: "tertiary"
|
|
24499
24511
|
}, null, 8, ["items"])
|
|
24500
24512
|
]),
|
|
24501
|
-
t[
|
|
24513
|
+
t[264] || (t[264] = o("h3", null, "Description Lists", -1)),
|
|
24502
24514
|
o("div", gv, [
|
|
24503
24515
|
f(h, {
|
|
24504
24516
|
listType: "description",
|
|
@@ -24523,19 +24535,19 @@ function ak(e, t, n, s, i, l) {
|
|
|
24523
24535
|
f(k, null, {
|
|
24524
24536
|
default: C(() => [
|
|
24525
24537
|
o("h2", yv, [
|
|
24526
|
-
t[
|
|
24538
|
+
t[265] || (t[265] = o("span", null, "Login Form", -1)),
|
|
24527
24539
|
o("a", {
|
|
24528
24540
|
href: "#",
|
|
24529
24541
|
class: "button small icon-cog",
|
|
24530
24542
|
title: "Open Component Settings",
|
|
24531
|
-
onClick: t[
|
|
24543
|
+
onClick: t[93] || (t[93] = w((g) => l.openSettingsSidebar("CmdLoginForm"), ["prevent"]))
|
|
24532
24544
|
})
|
|
24533
24545
|
]),
|
|
24534
24546
|
f(Y, { "use-fieldset": !1 }, {
|
|
24535
24547
|
default: C(() => [
|
|
24536
24548
|
f(pl, S({ ref: "CmdLoginForm" }, e.cmdLoginFormSettingsData, {
|
|
24537
24549
|
modelValue: i.loginData,
|
|
24538
|
-
"onUpdate:modelValue": t[
|
|
24550
|
+
"onUpdate:modelValue": t[94] || (t[94] = (g) => i.loginData = g)
|
|
24539
24551
|
}), null, 16, ["modelValue"])
|
|
24540
24552
|
]),
|
|
24541
24553
|
_: 1
|
|
@@ -24546,7 +24558,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
24546
24558
|
}),
|
|
24547
24559
|
f(k, null, {
|
|
24548
24560
|
default: C(() => [
|
|
24549
|
-
t[
|
|
24561
|
+
t[266] || (t[266] = o("h2", {
|
|
24550
24562
|
class: "headline-demopage",
|
|
24551
24563
|
id: "section-mail-tool"
|
|
24552
24564
|
}, [
|
|
@@ -24563,12 +24575,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
24563
24575
|
f(k, null, {
|
|
24564
24576
|
default: C(() => [
|
|
24565
24577
|
o("h2", bv, [
|
|
24566
|
-
t[
|
|
24578
|
+
t[267] || (t[267] = o("span", null, "Main Navigation", -1)),
|
|
24567
24579
|
o("a", {
|
|
24568
24580
|
href: "#",
|
|
24569
24581
|
class: "button small icon-cog",
|
|
24570
24582
|
title: "Open Component Settings",
|
|
24571
|
-
onClick: t[
|
|
24583
|
+
onClick: t[95] || (t[95] = w((g) => l.openSettingsSidebar("CmdMainNavigation"), ["prevent"]))
|
|
24572
24584
|
})
|
|
24573
24585
|
]),
|
|
24574
24586
|
f(hl, S({ ref: "CmdMainNavigation" }, e.cmdMainNavigationSettingsData, { navigationEntries: l.navigationDataModified }), null, 16, ["navigationEntries"]),
|
|
@@ -24579,27 +24591,27 @@ function ak(e, t, n, s, i, l) {
|
|
|
24579
24591
|
f(k, null, {
|
|
24580
24592
|
default: C(() => [
|
|
24581
24593
|
o("h2", xv, [
|
|
24582
|
-
t[
|
|
24594
|
+
t[268] || (t[268] = o("span", null, "Multistepform-Progressbar", -1)),
|
|
24583
24595
|
o("a", {
|
|
24584
24596
|
href: "#",
|
|
24585
24597
|
class: "button small icon-cog",
|
|
24586
24598
|
title: "Open Component Settings",
|
|
24587
|
-
onClick: t[
|
|
24599
|
+
onClick: t[96] || (t[96] = w((g) => l.openSettingsSidebar("CmdMultistepFormProgressBar"), ["prevent"]))
|
|
24588
24600
|
})
|
|
24589
24601
|
]),
|
|
24590
|
-
t[
|
|
24602
|
+
t[269] || (t[269] = o("h3", null, "Steps with icons", -1)),
|
|
24591
24603
|
f(ln, S({
|
|
24592
24604
|
ref: "CmdMultistepFormProgressBar",
|
|
24593
24605
|
multisteps: i.multistepsData.withIcon
|
|
24594
24606
|
}, e.cmdMultistepFormProgressBarSettingsData, {
|
|
24595
|
-
onClick: t[
|
|
24607
|
+
onClick: t[97] || (t[97] = (g) => i.showPageMultistep = g.index + 1)
|
|
24596
24608
|
}), null, 16, ["multisteps"]),
|
|
24597
|
-
t[
|
|
24609
|
+
t[270] || (t[270] = o("h3", null, "Router", -1)),
|
|
24598
24610
|
f(ln, S({
|
|
24599
24611
|
ref: "CmdMultistepFormProgressBar",
|
|
24600
24612
|
multisteps: i.multistepsData.router
|
|
24601
24613
|
}, e.cmdMultistepFormProgressBarSettingsData, {
|
|
24602
|
-
onClick: t[
|
|
24614
|
+
onClick: t[98] || (t[98] = (g) => i.showPageMultistep = g.index + 1)
|
|
24603
24615
|
}), null, 16, ["multisteps"]),
|
|
24604
24616
|
o("div", null, [
|
|
24605
24617
|
o("p", null, "Page " + y(i.showPageMultistep), 1)
|
|
@@ -24610,18 +24622,18 @@ function ak(e, t, n, s, i, l) {
|
|
|
24610
24622
|
f(k, null, {
|
|
24611
24623
|
default: C(() => [
|
|
24612
24624
|
o("h2", Cv, [
|
|
24613
|
-
t[
|
|
24625
|
+
t[271] || (t[271] = o("span", null, "Multistepform-Wrapper", -1)),
|
|
24614
24626
|
o("a", {
|
|
24615
24627
|
href: "#",
|
|
24616
24628
|
class: "button small icon-cog",
|
|
24617
24629
|
title: "Open Component Settings",
|
|
24618
|
-
onClick: t[
|
|
24630
|
+
onClick: t[99] || (t[99] = w((g) => l.openSettingsSidebar("CmdMultistepFormWrapper"), ["prevent"]))
|
|
24619
24631
|
})
|
|
24620
24632
|
]),
|
|
24621
|
-
t[
|
|
24633
|
+
t[284] || (t[284] = o("h3", null, "Data provided by property", -1)),
|
|
24622
24634
|
f(on, null, {
|
|
24623
24635
|
"page-1": C((g) => [
|
|
24624
|
-
t[
|
|
24636
|
+
t[272] || (t[272] = o("h3", null, "Page 1 - all fields required", -1)),
|
|
24625
24637
|
f(Y, {
|
|
24626
24638
|
formElements: i.multistepFormWrapperPage1Data,
|
|
24627
24639
|
useSlot: !1,
|
|
@@ -24634,14 +24646,14 @@ function ak(e, t, n, s, i, l) {
|
|
|
24634
24646
|
href: "#",
|
|
24635
24647
|
onClick: w((M) => g.setErrorOnPage("This is an error!"), ["prevent"])
|
|
24636
24648
|
}, "Set Error", 8, vv),
|
|
24637
|
-
t[
|
|
24649
|
+
t[273] || (t[273] = o("br", null, null, -1)),
|
|
24638
24650
|
o("a", {
|
|
24639
24651
|
href: "#",
|
|
24640
24652
|
onClick: w(g.removeErrorOnPage, ["prevent"])
|
|
24641
24653
|
}, "Remove Error", 8, kv)
|
|
24642
24654
|
]),
|
|
24643
24655
|
"page-2": C((g) => [
|
|
24644
|
-
t[
|
|
24656
|
+
t[274] || (t[274] = o("h3", null, "Page 2 - 2/2 fields required (in slot)", -1)),
|
|
24645
24657
|
f(Y, {
|
|
24646
24658
|
submitButton: { show: !1 },
|
|
24647
24659
|
cmdHeadline: { headlineText: "Form-Elements in Slot", headlineLevel: 3 }
|
|
@@ -24680,7 +24692,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
24680
24692
|
}, "Set Error", 8, wv)
|
|
24681
24693
|
]),
|
|
24682
24694
|
"page-3": C((g) => [
|
|
24683
|
-
t[
|
|
24695
|
+
t[275] || (t[275] = o("h3", null, "Page 3 - no fields required", -1)),
|
|
24684
24696
|
f(Y, {
|
|
24685
24697
|
onValidationStatusChange: (M) => l.toggleSystemMessage(M, g),
|
|
24686
24698
|
submitButton: { show: !1 },
|
|
@@ -24724,14 +24736,14 @@ function ak(e, t, n, s, i, l) {
|
|
|
24724
24736
|
}, 1032, ["onValidationStatusChange", "modelValue", "onUpdate:modelValue"])
|
|
24725
24737
|
]),
|
|
24726
24738
|
"page-4": C((g) => [
|
|
24727
|
-
t[
|
|
24739
|
+
t[277] || (t[277] = o("h3", null, "Page 4", -1)),
|
|
24728
24740
|
f(Y, {
|
|
24729
24741
|
cmdHeadline: { headlineText: "Confirmation", headlineLevel: 3 },
|
|
24730
24742
|
submitButton: { disabled: g.atleastOneStepWithError },
|
|
24731
24743
|
cancelButton: { show: !1 }
|
|
24732
24744
|
}, {
|
|
24733
24745
|
default: C(() => [
|
|
24734
|
-
t[
|
|
24746
|
+
t[276] || (t[276] = o("p", null, "Please confirm that all data ou provided is legit.", -1)),
|
|
24735
24747
|
f(O, {
|
|
24736
24748
|
element: "input",
|
|
24737
24749
|
type: "checkbox",
|
|
@@ -24746,17 +24758,17 @@ function ak(e, t, n, s, i, l) {
|
|
|
24746
24758
|
]),
|
|
24747
24759
|
_: 2
|
|
24748
24760
|
}, 1032, ["submitButton"]),
|
|
24749
|
-
|
|
24761
|
+
F(" props.atleastOneStepWithError: " + y(g.atleastOneStepWithError), 1)
|
|
24750
24762
|
]),
|
|
24751
24763
|
default: C(() => [
|
|
24752
|
-
t[
|
|
24764
|
+
t[278] || (t[278] = o("template", null, [
|
|
24753
24765
|
o("h3", null, "Page 5 - Confirmation"),
|
|
24754
24766
|
o("p", null, "Thank you for sending your request!")
|
|
24755
24767
|
], -1))
|
|
24756
24768
|
]),
|
|
24757
24769
|
_: 1
|
|
24758
24770
|
}),
|
|
24759
|
-
t[
|
|
24771
|
+
t[285] || (t[285] = o("h3", null, "Data provided by slot", -1)),
|
|
24760
24772
|
f(on, null, {
|
|
24761
24773
|
"progress-bar": C((g) => [
|
|
24762
24774
|
o("ul", Sv, [
|
|
@@ -24769,7 +24781,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
24769
24781
|
])
|
|
24770
24782
|
]),
|
|
24771
24783
|
"page-1": C((g) => [
|
|
24772
|
-
t[
|
|
24784
|
+
t[279] || (t[279] = F(" Content Page 1 ", -1)),
|
|
24773
24785
|
g.hasError ? (a(), r("span", Ov, "Error")) : m("", !0),
|
|
24774
24786
|
o("a", {
|
|
24775
24787
|
href: "#",
|
|
@@ -24777,7 +24789,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
24777
24789
|
}, "Set Error", 8, Lv)
|
|
24778
24790
|
]),
|
|
24779
24791
|
"page-2": C((g) => [
|
|
24780
|
-
t[
|
|
24792
|
+
t[280] || (t[280] = F(" Content Page 2 ", -1)),
|
|
24781
24793
|
g.hasError ? (a(), r("span", Iv, "Error")) : m("", !0),
|
|
24782
24794
|
o("a", {
|
|
24783
24795
|
href: "#",
|
|
@@ -24785,15 +24797,15 @@ function ak(e, t, n, s, i, l) {
|
|
|
24785
24797
|
}, "Set Error", 8, Bv)
|
|
24786
24798
|
]),
|
|
24787
24799
|
"page-3": C((g) => [
|
|
24788
|
-
t[
|
|
24800
|
+
t[281] || (t[281] = F(" Content Page 3 ", -1)),
|
|
24789
24801
|
g.hasError ? (a(), r("span", Dv, "Error")) : m("", !0)
|
|
24790
24802
|
]),
|
|
24791
24803
|
"page-4": C((g) => [
|
|
24792
|
-
t[
|
|
24804
|
+
t[282] || (t[282] = F(" Content Page 4 ", -1)),
|
|
24793
24805
|
g.hasError ? (a(), r("span", Fv, "Error")) : m("", !0)
|
|
24794
24806
|
]),
|
|
24795
24807
|
"page-5": C((g) => [
|
|
24796
|
-
t[
|
|
24808
|
+
t[283] || (t[283] = F(" Content Page 5 ", -1)),
|
|
24797
24809
|
g.hasError ? (a(), r("span", Mv, "Error")) : m("", !0)
|
|
24798
24810
|
]),
|
|
24799
24811
|
pagination: C((g) => [
|
|
@@ -24830,7 +24842,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
24830
24842
|
onClick: g.setPrevPage,
|
|
24831
24843
|
disabled: g.disabledPrevLink
|
|
24832
24844
|
}, null, 8, ["onClick", "disabled"]),
|
|
24833
|
-
|
|
24845
|
+
F(" props.disabledPrevLink: " + y(g.disabledPrevLink), 1)
|
|
24834
24846
|
])
|
|
24835
24847
|
]),
|
|
24836
24848
|
_: 1
|
|
@@ -24841,19 +24853,19 @@ function ak(e, t, n, s, i, l) {
|
|
|
24841
24853
|
f(k, null, {
|
|
24842
24854
|
default: C(() => [
|
|
24843
24855
|
o("h2", Vv, [
|
|
24844
|
-
t[
|
|
24856
|
+
t[286] || (t[286] = o("span", null, "Newsletter Subscription", -1)),
|
|
24845
24857
|
o("a", {
|
|
24846
24858
|
href: "#",
|
|
24847
24859
|
class: "button small icon-cog",
|
|
24848
24860
|
title: "Open Component Settings",
|
|
24849
|
-
onClick: t[
|
|
24861
|
+
onClick: t[100] || (t[100] = w((g) => l.openSettingsSidebar("CmdNewsletterSubscription"), ["prevent"]))
|
|
24850
24862
|
})
|
|
24851
24863
|
]),
|
|
24852
24864
|
f(Y, { "use-fieldset": !1 }, {
|
|
24853
24865
|
default: C(() => [
|
|
24854
24866
|
f(yl, S({ ref: "CmdNewsletterSubscription" }, e.cmdNewsletterSubscriptionSettingsData, {
|
|
24855
24867
|
modelValue: i.newsletter,
|
|
24856
|
-
"onUpdate:modelValue": t[
|
|
24868
|
+
"onUpdate:modelValue": t[101] || (t[101] = (g) => i.newsletter = g),
|
|
24857
24869
|
onButtonClick: l.submitNewsletterRegistration
|
|
24858
24870
|
}), null, 16, ["modelValue", "onButtonClick"])
|
|
24859
24871
|
]),
|
|
@@ -24865,12 +24877,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
24865
24877
|
f(k, null, {
|
|
24866
24878
|
default: C(() => [
|
|
24867
24879
|
o("h2", Av, [
|
|
24868
|
-
t[
|
|
24880
|
+
t[287] || (t[287] = o("span", null, "Opening Hours", -1)),
|
|
24869
24881
|
o("a", {
|
|
24870
24882
|
href: "#",
|
|
24871
24883
|
class: "button small icon-cog",
|
|
24872
24884
|
title: "Open Component Settings",
|
|
24873
|
-
onClick: t[
|
|
24885
|
+
onClick: t[102] || (t[102] = w((g) => l.openSettingsSidebar("CmdOpeningHours"), ["prevent"]))
|
|
24874
24886
|
})
|
|
24875
24887
|
]),
|
|
24876
24888
|
f(bl, S({ ref: "CmdOpeningHours" }, e.cmdOpeningHoursSettingsData, {
|
|
@@ -24884,19 +24896,19 @@ function ak(e, t, n, s, i, l) {
|
|
|
24884
24896
|
f(k, null, {
|
|
24885
24897
|
default: C(() => [
|
|
24886
24898
|
o("h2", Ev, [
|
|
24887
|
-
t[
|
|
24899
|
+
t[288] || (t[288] = o("span", null, "Page Footer", -1)),
|
|
24888
24900
|
o("a", {
|
|
24889
24901
|
href: "#",
|
|
24890
24902
|
class: "button small icon-cog",
|
|
24891
24903
|
title: "Open Component Settings",
|
|
24892
|
-
onClick: t[
|
|
24904
|
+
onClick: t[103] || (t[103] = w((g) => l.openSettingsSidebar("CmdPageFooter"), ["prevent"]))
|
|
24893
24905
|
})
|
|
24894
24906
|
]),
|
|
24895
24907
|
f(xl, S({ ref: "CmdPageFooter" }, e.cmdPageFooterSettingsData, {
|
|
24896
24908
|
"button-print-view": { text: "Print this page" },
|
|
24897
24909
|
cmdSocialNetworks: i.socialNetworksData
|
|
24898
24910
|
}), {
|
|
24899
|
-
default: C(() => [...t[
|
|
24911
|
+
default: C(() => [...t[289] || (t[289] = [
|
|
24900
24912
|
o("button", {
|
|
24901
24913
|
class: "button primary",
|
|
24902
24914
|
title: "Button given by slot"
|
|
@@ -24913,12 +24925,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
24913
24925
|
f(k, null, {
|
|
24914
24926
|
default: C(() => [
|
|
24915
24927
|
o("h2", Hv, [
|
|
24916
|
-
t[
|
|
24928
|
+
t[290] || (t[290] = o("span", null, "Page Header", -1)),
|
|
24917
24929
|
o("a", {
|
|
24918
24930
|
href: "#",
|
|
24919
24931
|
class: "button small icon-cog",
|
|
24920
24932
|
title: "Open Component Settings",
|
|
24921
|
-
onClick: t[
|
|
24933
|
+
onClick: t[104] || (t[104] = w((g) => l.openSettingsSidebar("CmdPageHeader"), ["prevent"]))
|
|
24922
24934
|
})
|
|
24923
24935
|
]),
|
|
24924
24936
|
f(Cl, {
|
|
@@ -24926,7 +24938,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
24926
24938
|
cmdBreadcrumbs: i.breadcrumbsData,
|
|
24927
24939
|
cmdHeadline: { headlineText: "Main headline for page", headlineLevel: 1 }
|
|
24928
24940
|
}, {
|
|
24929
|
-
default: C(() => [...t[
|
|
24941
|
+
default: C(() => [...t[291] || (t[291] = [
|
|
24930
24942
|
o("a", {
|
|
24931
24943
|
href: "#",
|
|
24932
24944
|
title: "Link given by slot"
|
|
@@ -24943,19 +24955,19 @@ function ak(e, t, n, s, i, l) {
|
|
|
24943
24955
|
f(k, null, {
|
|
24944
24956
|
default: C(() => [
|
|
24945
24957
|
o("h2", qv, [
|
|
24946
|
-
t[
|
|
24958
|
+
t[292] || (t[292] = o("span", null, "Pagination", -1)),
|
|
24947
24959
|
o("a", {
|
|
24948
24960
|
href: "#",
|
|
24949
24961
|
class: "button small icon-cog",
|
|
24950
24962
|
title: "Open Component Settings",
|
|
24951
|
-
onClick: t[
|
|
24963
|
+
onClick: t[105] || (t[105] = w((g) => l.openSettingsSidebar("CmdPagination"), ["prevent"]))
|
|
24952
24964
|
})
|
|
24953
24965
|
]),
|
|
24954
24966
|
o("div", null, [
|
|
24955
24967
|
o("p", null, "Page " + y(i.showPagePager), 1)
|
|
24956
24968
|
]),
|
|
24957
24969
|
f(vl, S({ ref: "CmdPagination" }, e.cmdPaginationSettingsData, {
|
|
24958
|
-
onClick: t[
|
|
24970
|
+
onClick: t[106] || (t[106] = (g) => i.showPagePager = g)
|
|
24959
24971
|
}), null, 16)
|
|
24960
24972
|
]),
|
|
24961
24973
|
_: 1
|
|
@@ -24963,12 +24975,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
24963
24975
|
f(k, null, {
|
|
24964
24976
|
default: C(() => [
|
|
24965
24977
|
o("h2", Rv, [
|
|
24966
|
-
t[
|
|
24978
|
+
t[293] || (t[293] = o("span", null, "Paragraph", -1)),
|
|
24967
24979
|
o("a", {
|
|
24968
24980
|
href: "#",
|
|
24969
24981
|
class: "button small icon-cog",
|
|
24970
24982
|
title: "Open Component Settings",
|
|
24971
|
-
onClick: t[
|
|
24983
|
+
onClick: t[107] || (t[107] = w((g) => l.openSettingsSidebar("CmdParagraph"), ["prevent"]))
|
|
24972
24984
|
})
|
|
24973
24985
|
]),
|
|
24974
24986
|
f(kl, S({ ref: "CmdParagraph" }, e.cmdParagraphSettingsData), null, 16)
|
|
@@ -24978,33 +24990,33 @@ function ak(e, t, n, s, i, l) {
|
|
|
24978
24990
|
f(k, null, {
|
|
24979
24991
|
default: C(() => [
|
|
24980
24992
|
o("h2", jv, [
|
|
24981
|
-
t[
|
|
24993
|
+
t[294] || (t[294] = o("span", null, "Section", -1)),
|
|
24982
24994
|
o("a", {
|
|
24983
24995
|
href: "#",
|
|
24984
24996
|
class: "button small icon-cog",
|
|
24985
24997
|
title: "Open Component Settings",
|
|
24986
|
-
onClick: t[
|
|
24998
|
+
onClick: t[108] || (t[108] = w((g) => l.openSettingsSidebar("CmdSection"), ["prevent"]))
|
|
24987
24999
|
})
|
|
24988
25000
|
]),
|
|
24989
|
-
t[
|
|
25001
|
+
t[297] || (t[297] = o("h3", null, "Section with content provided by properties", -1)),
|
|
24990
25002
|
f(rt, {
|
|
24991
25003
|
cmdHeadline: { headlineText: "Headline for section provided by property", headlineLevel: 4 },
|
|
24992
25004
|
content: "Content for section provided by property."
|
|
24993
25005
|
}),
|
|
24994
|
-
t[
|
|
25006
|
+
t[298] || (t[298] = o("h3", null, "Section with content provided by slot", -1)),
|
|
24995
25007
|
f(rt, { useSlot: !0 }, {
|
|
24996
|
-
default: C(() => [...t[
|
|
25008
|
+
default: C(() => [...t[295] || (t[295] = [
|
|
24997
25009
|
o("h4", null, "Headline for section provided by slot", -1),
|
|
24998
25010
|
o("p", null, "Content for section provided by slot.", -1)
|
|
24999
25011
|
])]),
|
|
25000
25012
|
_: 1
|
|
25001
25013
|
}),
|
|
25002
|
-
t[
|
|
25014
|
+
t[299] || (t[299] = o("h3", null, "Section styled as box", -1)),
|
|
25003
25015
|
f(rt, {
|
|
25004
25016
|
useSlot: !0,
|
|
25005
25017
|
styleAsBox: !0
|
|
25006
25018
|
}, {
|
|
25007
|
-
default: C(() => [...t[
|
|
25019
|
+
default: C(() => [...t[296] || (t[296] = [
|
|
25008
25020
|
o("h4", null, "Headline for section styled as box", -1),
|
|
25009
25021
|
o("p", null, "Content for section styled as box.", -1)
|
|
25010
25022
|
])]),
|
|
@@ -25015,7 +25027,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
25015
25027
|
}),
|
|
25016
25028
|
f(k, null, {
|
|
25017
25029
|
default: C(() => [
|
|
25018
|
-
t[
|
|
25030
|
+
t[300] || (t[300] = o("h2", {
|
|
25019
25031
|
class: "headline-demopage",
|
|
25020
25032
|
id: "section-site-footer"
|
|
25021
25033
|
}, "Site Footer", -1)),
|
|
@@ -25037,12 +25049,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
25037
25049
|
f(k, null, {
|
|
25038
25050
|
default: C(() => [
|
|
25039
25051
|
o("h2", Uv, [
|
|
25040
|
-
t[
|
|
25052
|
+
t[301] || (t[301] = o("span", null, "Site Header", -1)),
|
|
25041
25053
|
o("a", {
|
|
25042
25054
|
href: "#",
|
|
25043
25055
|
class: "button small icon-cog",
|
|
25044
25056
|
title: "Open Component Settings",
|
|
25045
|
-
onClick: t[
|
|
25057
|
+
onClick: t[109] || (t[109] = w((g) => l.openSettingsSidebar("CmdSiteHeader"), ["prevent"]))
|
|
25046
25058
|
})
|
|
25047
25059
|
]),
|
|
25048
25060
|
f(v, S({ ref: "CmdSiteHeader" }, e.cmdSiteHeaderSettingsData, { cmdCompanyLogo: i.companyLogoData }), {
|
|
@@ -25061,23 +25073,23 @@ function ak(e, t, n, s, i, l) {
|
|
|
25061
25073
|
f(k, null, {
|
|
25062
25074
|
default: C(() => [
|
|
25063
25075
|
o("h2", Nv, [
|
|
25064
|
-
t[
|
|
25076
|
+
t[302] || (t[302] = o("span", null, "Site Search", -1)),
|
|
25065
25077
|
o("a", {
|
|
25066
25078
|
href: "#",
|
|
25067
25079
|
class: "button small icon-cog",
|
|
25068
25080
|
title: "Open Component Settings",
|
|
25069
|
-
onClick: t[
|
|
25081
|
+
onClick: t[110] || (t[110] = w((g) => l.openSettingsSidebar("CmdSiteSearch"), ["prevent"]))
|
|
25070
25082
|
})
|
|
25071
25083
|
]),
|
|
25072
25084
|
f(wl, S({ ref: "CmdSiteSearch" }, e.cmdSiteSearchSettingsData, {
|
|
25073
25085
|
modelValueInput1: i.siteSearchInput1,
|
|
25074
|
-
"onUpdate:modelValueInput1": t[
|
|
25086
|
+
"onUpdate:modelValueInput1": t[111] || (t[111] = (g) => i.siteSearchInput1 = g),
|
|
25075
25087
|
modelValueInput2: i.siteSearchInput2,
|
|
25076
|
-
"onUpdate:modelValueInput2": t[
|
|
25088
|
+
"onUpdate:modelValueInput2": t[112] || (t[112] = (g) => i.siteSearchInput2 = g),
|
|
25077
25089
|
modelValueRadius: i.radius,
|
|
25078
|
-
"onUpdate:modelValueRadius": t[
|
|
25090
|
+
"onUpdate:modelValueRadius": t[113] || (t[113] = (g) => i.radius = g),
|
|
25079
25091
|
modelValueSearchFilters: i.filters,
|
|
25080
|
-
"onUpdate:modelValueSearchFilters": t[
|
|
25092
|
+
"onUpdate:modelValueSearchFilters": t[114] || (t[114] = (g) => i.filters = g),
|
|
25081
25093
|
onSearch: l.siteSearchOutput,
|
|
25082
25094
|
cmdFakeSelect: i.siteSearchFilters
|
|
25083
25095
|
}), null, 16, ["modelValueInput1", "modelValueInput2", "modelValueRadius", "modelValueSearchFilters", "onSearch", "cmdFakeSelect"])
|
|
@@ -25087,17 +25099,17 @@ function ak(e, t, n, s, i, l) {
|
|
|
25087
25099
|
f(k, null, {
|
|
25088
25100
|
default: C(() => [
|
|
25089
25101
|
o("h2", zv, [
|
|
25090
|
-
t[
|
|
25102
|
+
t[303] || (t[303] = o("span", null, "Slideshow", -1)),
|
|
25091
25103
|
o("a", {
|
|
25092
25104
|
href: "#",
|
|
25093
25105
|
class: "button small icon-cog",
|
|
25094
25106
|
title: "Open Component Settings",
|
|
25095
|
-
onClick: t[
|
|
25107
|
+
onClick: t[115] || (t[115] = w((g) => l.openSettingsSidebar("CmdSlideshow"), ["prevent"]))
|
|
25096
25108
|
})
|
|
25097
25109
|
]),
|
|
25098
25110
|
f(Tl, S({ ref: "CmdSlideshow" }, e.cmdSlideshowSettingsData, { "slideshow-items": i.slideshowData }), {
|
|
25099
|
-
default: C(() => [...t[
|
|
25100
|
-
|
|
25111
|
+
default: C(() => [...t[304] || (t[304] = [
|
|
25112
|
+
F(" Slot-Content ", -1)
|
|
25101
25113
|
])]),
|
|
25102
25114
|
_: 1
|
|
25103
25115
|
}, 16, ["slideshow-items"])
|
|
@@ -25107,25 +25119,25 @@ function ak(e, t, n, s, i, l) {
|
|
|
25107
25119
|
f(k, null, {
|
|
25108
25120
|
default: C(() => [
|
|
25109
25121
|
o("h2", Wv, [
|
|
25110
|
-
t[
|
|
25122
|
+
t[305] || (t[305] = o("span", null, "Smart Search", -1)),
|
|
25111
25123
|
o("a", {
|
|
25112
25124
|
href: "#",
|
|
25113
25125
|
class: "button small icon-cog",
|
|
25114
25126
|
title: "Open Component Settings",
|
|
25115
|
-
onClick: t[
|
|
25127
|
+
onClick: t[116] || (t[116] = w((g) => l.openSettingsSidebar("CmdSmartSearch"), ["prevent"]))
|
|
25116
25128
|
})
|
|
25117
25129
|
]),
|
|
25118
|
-
|
|
25130
|
+
F(" smartSearchString: " + y(i.smartSearchString) + " ", 1),
|
|
25119
25131
|
f(V, S({ ref: "CmdSmartSearch" }, e.smartSearchSettingsData, {
|
|
25120
25132
|
listOfRecommendations: i.smartSearchData.listOfRecommendations,
|
|
25121
25133
|
modelValue: i.smartSearchString,
|
|
25122
|
-
"onUpdate:modelValue": t[
|
|
25134
|
+
"onUpdate:modelValue": t[117] || (t[117] = (g) => i.smartSearchString = g)
|
|
25123
25135
|
}), null, 16, ["listOfRecommendations", "modelValue"]),
|
|
25124
|
-
|
|
25136
|
+
F(" smartSearchObject: " + y(i.smartSearchObject) + " ", 1),
|
|
25125
25137
|
f(V, S({ ref: "CmdSmartSearch" }, e.smartSearchSettingsData, {
|
|
25126
25138
|
listOfRecommendations: i.smartSearchData.listOfRecommendations,
|
|
25127
25139
|
modelValue: i.smartSearchObject,
|
|
25128
|
-
"onUpdate:modelValue": t[
|
|
25140
|
+
"onUpdate:modelValue": t[118] || (t[118] = (g) => i.smartSearchObject = g)
|
|
25129
25141
|
}), null, 16, ["listOfRecommendations", "modelValue"])
|
|
25130
25142
|
]),
|
|
25131
25143
|
_: 1
|
|
@@ -25133,12 +25145,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
25133
25145
|
f(k, null, {
|
|
25134
25146
|
default: C(() => [
|
|
25135
25147
|
o("h2", Gv, [
|
|
25136
|
-
t[
|
|
25148
|
+
t[306] || (t[306] = o("span", null, "Social Networks", -1)),
|
|
25137
25149
|
o("a", {
|
|
25138
25150
|
href: "#",
|
|
25139
25151
|
class: "button small icon-cog",
|
|
25140
25152
|
title: "Open Component Settings",
|
|
25141
|
-
onClick: t[
|
|
25153
|
+
onClick: t[119] || (t[119] = w((g) => l.openSettingsSidebar("CmdSocialNetworks"), ["prevent"]))
|
|
25142
25154
|
})
|
|
25143
25155
|
]),
|
|
25144
25156
|
f(Sl, S({ ref: "CmdSocialNetworks" }, { ...e.cmdSocialNetworksSettingsData, ...i.socialNetworksData }), null, 16)
|
|
@@ -25147,7 +25159,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
25147
25159
|
}),
|
|
25148
25160
|
f(k, null, {
|
|
25149
25161
|
default: C(() => [
|
|
25150
|
-
t[
|
|
25162
|
+
t[307] || (t[307] = o("h2", {
|
|
25151
25163
|
class: "headline-demopage",
|
|
25152
25164
|
id: "section-switch-language"
|
|
25153
25165
|
}, "Switch Language", -1)),
|
|
@@ -25163,12 +25175,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
25163
25175
|
f(k, null, {
|
|
25164
25176
|
default: C(() => [
|
|
25165
25177
|
o("h2", Kv, [
|
|
25166
|
-
t[
|
|
25178
|
+
t[308] || (t[308] = o("span", null, "System Message", -1)),
|
|
25167
25179
|
o("a", {
|
|
25168
25180
|
href: "#",
|
|
25169
25181
|
class: "button small icon-cog",
|
|
25170
25182
|
title: "Open Component Settings",
|
|
25171
|
-
onClick: t[
|
|
25183
|
+
onClick: t[120] || (t[120] = w((g) => l.openSettingsSidebar("CmdSystemMessage"), ["prevent"]))
|
|
25172
25184
|
})
|
|
25173
25185
|
]),
|
|
25174
25186
|
f(sn, S({ ref: "CmdSystemMessage" }, e.cmdSystemMessageSettingsData, { iconClose: { iconClass: "icon-error-circle", show: !0 } }), null, 16),
|
|
@@ -25176,7 +25188,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
25176
25188
|
validationStatus: "warning",
|
|
25177
25189
|
iconClose: { show: !1 }
|
|
25178
25190
|
}, {
|
|
25179
|
-
default: C(() => [...t[
|
|
25191
|
+
default: C(() => [...t[309] || (t[309] = [
|
|
25180
25192
|
o("p", null, "This is a system message with slot-content. (that cannot be closed)", -1)
|
|
25181
25193
|
])]),
|
|
25182
25194
|
_: 1
|
|
@@ -25187,17 +25199,17 @@ function ak(e, t, n, s, i, l) {
|
|
|
25187
25199
|
f(k, null, {
|
|
25188
25200
|
default: C(() => [
|
|
25189
25201
|
o("h2", Yv, [
|
|
25190
|
-
t[
|
|
25202
|
+
t[310] || (t[310] = o("span", null, "Tables", -1)),
|
|
25191
25203
|
o("a", {
|
|
25192
25204
|
href: "#",
|
|
25193
25205
|
class: "button small icon-cog",
|
|
25194
25206
|
title: "Open Component Settings",
|
|
25195
|
-
onClick: t[
|
|
25207
|
+
onClick: t[121] || (t[121] = w((g) => l.openSettingsSidebar("CmdTable"), ["prevent"]))
|
|
25196
25208
|
})
|
|
25197
25209
|
]),
|
|
25198
|
-
t[
|
|
25210
|
+
t[311] || (t[311] = o("h3", null, "Table as wide as its content (with caption)", -1)),
|
|
25199
25211
|
f(rn, S({ ref: "CmdTable" }, e.cmdTableSettingsData, { "table-data": i.tableDataLarge }), null, 16, ["table-data"]),
|
|
25200
|
-
t[
|
|
25212
|
+
t[312] || (t[312] = o("h3", null, "Table as wide as possible", -1)),
|
|
25201
25213
|
f(rn, {
|
|
25202
25214
|
collapsible: !0,
|
|
25203
25215
|
fullWidthOnDefault: !1,
|
|
@@ -25210,24 +25222,24 @@ function ak(e, t, n, s, i, l) {
|
|
|
25210
25222
|
f(k, null, {
|
|
25211
25223
|
default: C(() => [
|
|
25212
25224
|
o("h2", Jv, [
|
|
25213
|
-
t[
|
|
25225
|
+
t[313] || (t[313] = o("span", null, "Tabs", -1)),
|
|
25214
25226
|
o("a", {
|
|
25215
25227
|
href: "#",
|
|
25216
25228
|
class: "button small icon-cog",
|
|
25217
25229
|
title: "Open Component Settings",
|
|
25218
|
-
onClick: t[
|
|
25230
|
+
onClick: t[122] || (t[122] = w((g) => l.openSettingsSidebar("CmdTabs"), ["prevent"]))
|
|
25219
25231
|
})
|
|
25220
25232
|
]),
|
|
25221
25233
|
f(Ol, S({ ref: "CmdTabs" }, e.cmdTabsSettingsData, { tabs: i.tabsData }), {
|
|
25222
|
-
"tab-content-0": C(() => [...t[
|
|
25234
|
+
"tab-content-0": C(() => [...t[314] || (t[314] = [
|
|
25223
25235
|
o("h4", null, "Tab 1 headline", -1),
|
|
25224
25236
|
o("p", null, "Slot-Content Tab 1", -1)
|
|
25225
25237
|
])]),
|
|
25226
|
-
"tab-content-1": C(() => [...t[
|
|
25238
|
+
"tab-content-1": C(() => [...t[315] || (t[315] = [
|
|
25227
25239
|
o("h4", null, "Tab 2 headline", -1),
|
|
25228
25240
|
o("p", null, "Slot-Content Tab 2", -1)
|
|
25229
25241
|
])]),
|
|
25230
|
-
"tab-content-2": C(() => [...t[
|
|
25242
|
+
"tab-content-2": C(() => [...t[316] || (t[316] = [
|
|
25231
25243
|
o("h4", null, "Tab 3 headline", -1),
|
|
25232
25244
|
o("p", null, "Slot-Content Tab 3", -1)
|
|
25233
25245
|
])]),
|
|
@@ -25239,12 +25251,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
25239
25251
|
f(k, null, {
|
|
25240
25252
|
default: C(() => [
|
|
25241
25253
|
o("h2", Zv, [
|
|
25242
|
-
t[
|
|
25254
|
+
t[317] || (t[317] = o("span", null, "Tag", -1)),
|
|
25243
25255
|
o("a", {
|
|
25244
25256
|
href: "#",
|
|
25245
25257
|
class: "button small icon-cog",
|
|
25246
25258
|
title: "Open Component Settings",
|
|
25247
|
-
onClick: t[
|
|
25259
|
+
onClick: t[123] || (t[123] = w((g) => l.openSettingsSidebar("CmdTag"), ["prevent"]))
|
|
25248
25260
|
})
|
|
25249
25261
|
]),
|
|
25250
25262
|
f(Ll, S({ ref: "CmdTag" }, e.cmdTagSettingsData), null, 16)
|
|
@@ -25254,12 +25266,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
25254
25266
|
f(k, null, {
|
|
25255
25267
|
default: C(() => [
|
|
25256
25268
|
o("h2", Qv, [
|
|
25257
|
-
t[
|
|
25269
|
+
t[318] || (t[318] = o("span", null, "Text-Image-Block", -1)),
|
|
25258
25270
|
o("a", {
|
|
25259
25271
|
href: "#",
|
|
25260
25272
|
class: "button small icon-cog",
|
|
25261
25273
|
title: "Open Component Settings",
|
|
25262
|
-
onClick: t[
|
|
25274
|
+
onClick: t[124] || (t[124] = w((g) => l.openSettingsSidebar("CmdTextImageBlock"), ["prevent"]))
|
|
25263
25275
|
})
|
|
25264
25276
|
]),
|
|
25265
25277
|
o("div", Xv, [
|
|
@@ -25308,12 +25320,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
25308
25320
|
f(k, null, {
|
|
25309
25321
|
default: C(() => [
|
|
25310
25322
|
o("h2", $v, [
|
|
25311
|
-
t[
|
|
25323
|
+
t[319] || (t[319] = o("span", null, "Thumbnail-Scroller", -1)),
|
|
25312
25324
|
o("a", {
|
|
25313
25325
|
href: "#",
|
|
25314
25326
|
class: "button small icon-cog",
|
|
25315
25327
|
title: "Open Component Settings",
|
|
25316
|
-
onClick: t[
|
|
25328
|
+
onClick: t[125] || (t[125] = w((g) => l.openSettingsSidebar("CmdThumbnailScroller"), ["prevent"]))
|
|
25317
25329
|
})
|
|
25318
25330
|
]),
|
|
25319
25331
|
o("p", null, " date (YMD/default): " + y(l.formatDate("2025-01-28", "", "-")), 1),
|
|
@@ -25329,12 +25341,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
25329
25341
|
f(k, null, {
|
|
25330
25342
|
default: C(() => [
|
|
25331
25343
|
o("h2", tk, [
|
|
25332
|
-
t[
|
|
25344
|
+
t[320] || (t[320] = o("span", null, "Toggle Dark-Mode", -1)),
|
|
25333
25345
|
o("a", {
|
|
25334
25346
|
href: "#",
|
|
25335
25347
|
class: "button small icon-cog",
|
|
25336
25348
|
title: "Open Component Settings",
|
|
25337
|
-
onClick: t[
|
|
25349
|
+
onClick: t[126] || (t[126] = w((g) => l.openSettingsSidebar("CmdToggleDarkMode"), ["prevent"]))
|
|
25338
25350
|
})
|
|
25339
25351
|
]),
|
|
25340
25352
|
f(Bl, S({ ref: "CmdToggleDarkMode" }, e.cmdToggleDarkModeSettingsData), null, 16)
|
|
@@ -25344,32 +25356,32 @@ function ak(e, t, n, s, i, l) {
|
|
|
25344
25356
|
f(k, null, {
|
|
25345
25357
|
default: C(() => [
|
|
25346
25358
|
o("h2", nk, [
|
|
25347
|
-
t[
|
|
25359
|
+
t[321] || (t[321] = o("span", null, "Tooltip", -1)),
|
|
25348
25360
|
o("a", {
|
|
25349
25361
|
href: "#",
|
|
25350
25362
|
class: "button small icon-cog",
|
|
25351
25363
|
title: "Open Component Settings",
|
|
25352
|
-
onClick: t[
|
|
25364
|
+
onClick: t[127] || (t[127] = w((g) => l.openSettingsSidebar("CmdTooltip"), ["prevent"]))
|
|
25353
25365
|
})
|
|
25354
25366
|
]),
|
|
25355
25367
|
o("p", null, [
|
|
25356
25368
|
o("a", {
|
|
25357
25369
|
href: "#",
|
|
25358
|
-
onClick: t[
|
|
25370
|
+
onClick: t[128] || (t[128] = w(() => {
|
|
25359
25371
|
}, ["prevent"])),
|
|
25360
25372
|
id: "show-on-hover"
|
|
25361
25373
|
}, "Show tooltip on hover!"),
|
|
25362
|
-
t[
|
|
25374
|
+
t[322] || (t[322] = o("br", null, null, -1)),
|
|
25363
25375
|
o("a", {
|
|
25364
25376
|
href: "#",
|
|
25365
|
-
onClick: t[
|
|
25377
|
+
onClick: t[129] || (t[129] = w(() => {
|
|
25366
25378
|
}, ["prevent"])),
|
|
25367
25379
|
id: "show-with-delay"
|
|
25368
25380
|
}, "Show tooltip on hover with delay!"),
|
|
25369
|
-
t[
|
|
25381
|
+
t[323] || (t[323] = o("br", null, null, -1)),
|
|
25370
25382
|
o("a", {
|
|
25371
25383
|
href: "#",
|
|
25372
|
-
onClick: t[
|
|
25384
|
+
onClick: t[130] || (t[130] = w(() => {
|
|
25373
25385
|
}, ["prevent"])),
|
|
25374
25386
|
id: "show-on-click",
|
|
25375
25387
|
title: "Native tooltip"
|
|
@@ -25379,8 +25391,8 @@ function ak(e, t, n, s, i, l) {
|
|
|
25379
25391
|
ref: "CmdTooltip",
|
|
25380
25392
|
"related-id": "show-on-hover"
|
|
25381
25393
|
}, e.cmdTooltipSettingsData), {
|
|
25382
|
-
default: C(() => [...t[
|
|
25383
|
-
|
|
25394
|
+
default: C(() => [...t[324] || (t[324] = [
|
|
25395
|
+
F(" Tooltip on hover ", -1)
|
|
25384
25396
|
])]),
|
|
25385
25397
|
_: 1
|
|
25386
25398
|
}, 16),
|
|
@@ -25388,8 +25400,8 @@ function ak(e, t, n, s, i, l) {
|
|
|
25388
25400
|
"delay-to-show-tooltip": 2e3,
|
|
25389
25401
|
"related-id": "show-with-delay"
|
|
25390
25402
|
}, {
|
|
25391
|
-
default: C(() => [...t[
|
|
25392
|
-
|
|
25403
|
+
default: C(() => [...t[325] || (t[325] = [
|
|
25404
|
+
F(" Tooltip on hover with delay ", -1)
|
|
25393
25405
|
])]),
|
|
25394
25406
|
_: 1
|
|
25395
25407
|
}),
|
|
@@ -25398,8 +25410,8 @@ function ak(e, t, n, s, i, l) {
|
|
|
25398
25410
|
"toggle-visibility-by-click": !0,
|
|
25399
25411
|
allowEscapeKey: !0
|
|
25400
25412
|
}, {
|
|
25401
|
-
default: C(() => [...t[
|
|
25402
|
-
|
|
25413
|
+
default: C(() => [...t[326] || (t[326] = [
|
|
25414
|
+
F(" Tooltip on click ", -1)
|
|
25403
25415
|
])]),
|
|
25404
25416
|
_: 1
|
|
25405
25417
|
})
|
|
@@ -25409,12 +25421,12 @@ function ak(e, t, n, s, i, l) {
|
|
|
25409
25421
|
f(k, null, {
|
|
25410
25422
|
default: C(() => [
|
|
25411
25423
|
o("h2", ik, [
|
|
25412
|
-
t[
|
|
25424
|
+
t[327] || (t[327] = o("span", null, "Upload-Form", -1)),
|
|
25413
25425
|
o("a", {
|
|
25414
25426
|
href: "#",
|
|
25415
25427
|
class: "button small icon-cog",
|
|
25416
25428
|
title: "Open Component Settings",
|
|
25417
|
-
onClick: t[
|
|
25429
|
+
onClick: t[131] || (t[131] = w((g) => l.openSettingsSidebar("CmdUploadForm"), ["prevent"]))
|
|
25418
25430
|
})
|
|
25419
25431
|
]),
|
|
25420
25432
|
f(Dl, S({ ref: "CmdUploadForm" }, e.cmdUploadFormSettingsData), null, 16)
|
|
@@ -25424,19 +25436,19 @@ function ak(e, t, n, s, i, l) {
|
|
|
25424
25436
|
f(k, null, {
|
|
25425
25437
|
default: C(() => [
|
|
25426
25438
|
o("h2", lk, [
|
|
25427
|
-
t[
|
|
25439
|
+
t[328] || (t[328] = o("span", null, "Width Limitation Wrapper", -1)),
|
|
25428
25440
|
o("a", {
|
|
25429
25441
|
href: "#",
|
|
25430
25442
|
class: "button small icon-cog",
|
|
25431
25443
|
title: "Open Component Settings",
|
|
25432
|
-
onClick: t[
|
|
25444
|
+
onClick: t[132] || (t[132] = w((g) => l.openSettingsSidebar("CmdWidthLimitationWrapper"), ["prevent"]))
|
|
25433
25445
|
})
|
|
25434
25446
|
]),
|
|
25435
25447
|
f(k, S({
|
|
25436
25448
|
style: { border: "1px dashed var(--color-gray-30)" },
|
|
25437
25449
|
ref: "CmdWidthLimitationWrapper"
|
|
25438
25450
|
}, e.cmdWidthLimitationWrapperSettingsData), {
|
|
25439
|
-
default: C(() => [...t[
|
|
25451
|
+
default: C(() => [...t[329] || (t[329] = [
|
|
25440
25452
|
o("p", null, "Slot-content", -1),
|
|
25441
25453
|
o("p", null, "Slot-content", -1),
|
|
25442
25454
|
o("p", null, "Slot-content", -1)
|
|
@@ -25448,7 +25460,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
25448
25460
|
})
|
|
25449
25461
|
])) : (a(), r("main", ok, [
|
|
25450
25462
|
f(k, null, {
|
|
25451
|
-
default: C(() => [...t[
|
|
25463
|
+
default: C(() => [...t[330] || (t[330] = [
|
|
25452
25464
|
o("h1", { class: "headline-demopage" }, "Page Overview", -1)
|
|
25453
25465
|
])]),
|
|
25454
25466
|
_: 1
|
|
@@ -25456,8 +25468,8 @@ function ak(e, t, n, s, i, l) {
|
|
|
25456
25468
|
f(Fl)
|
|
25457
25469
|
])),
|
|
25458
25470
|
f(an, null, {
|
|
25459
|
-
default: C(() => [...t[
|
|
25460
|
-
|
|
25471
|
+
default: C(() => [...t[331] || (t[331] = [
|
|
25472
|
+
F(" Slot-Content for Site-Footer ", -1)
|
|
25461
25473
|
])]),
|
|
25462
25474
|
_: 1
|
|
25463
25475
|
}),
|
|
@@ -25474,7 +25486,7 @@ function ak(e, t, n, s, i, l) {
|
|
|
25474
25486
|
cookieOptions: i.cookieDisclaimerData,
|
|
25475
25487
|
onCloseCookieDisclaimer: l.closeCookieDisclaimer,
|
|
25476
25488
|
modelValue: i.acceptedCookies,
|
|
25477
|
-
"onUpdate:modelValue": t[
|
|
25489
|
+
"onUpdate:modelValue": t[133] || (t[133] = (g) => i.acceptedCookies = g),
|
|
25478
25490
|
cmdHeadlineCookieDisclaimer: { show: !1 },
|
|
25479
25491
|
privacyText: "By browsing this website you accept the usage and saving of anonymous data!"
|
|
25480
25492
|
}, null, 8, ["cookieOptions", "onCloseCookieDisclaimer", "modelValue"])
|