comand-component-library 4.2.41 → 4.2.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/comand-component-library.js +806 -758
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/src/ComponentLibrary.vue +7 -0
- package/src/assets/data/multistep-form-progress-bar.json +29 -0
- package/src/components/CmdLink.vue +38 -6
- package/src/components/CmdMultistepFormProgressBar.vue +1 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
var El = Object.defineProperty;
|
2
2
|
var Hl = (e, t, n) => t in e ? El(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
3
3
|
var Ze = (e, t, n) => Hl(e, typeof t != "symbol" ? t + "" : t, n);
|
4
|
-
import { defineComponent as hi, h as Dn, resolveComponent as _e, openBlock as a, createBlock as k, normalizeClass as
|
4
|
+
import { defineComponent as hi, h as Dn, resolveComponent as _e, openBlock as a, createBlock as k, normalizeClass as C, createElementBlock as r, getCurrentInstance as ql, resolveDynamicComponent as Fe, withModifiers as S, withCtx as w, withDirectives as $, createElementVNode as o, createVNode as p, createCommentVNode as m, vShow as xe, Fragment as _, toDisplayString as y, renderSlot as P, normalizeProps as j, mergeProps as I, createTextVNode as H, renderList as q, Transition as Pe, toHandlers as zt, TransitionGroup as dn, createApp as Rl, normalizeStyle as xt, guardReactiveProps as Ve, useCssVars as gi, vModelDynamic as jl, createStaticVNode as Nl, vModelText as Wt, resolveDirective as Ul, vModelSelect as zl, vModelRadio as Pt, onBeforeUpdate as Wl, onMounted as Gl, onUnmounted as Kl, reactive as Yl } from "vue";
|
5
5
|
const et = /^[a-z0-9]+(-[a-z0-9]+)*$/, wt = (e, t, n, s = "") => {
|
6
6
|
const i = e.split(":");
|
7
7
|
if (e.slice(0, 1) === "@") {
|
@@ -1233,10 +1233,10 @@ function Jo(e, t, n, s, i, l) {
|
|
1233
1233
|
key: 0,
|
1234
1234
|
icon: n.iconClass,
|
1235
1235
|
title: n.tooltip,
|
1236
|
-
class:
|
1236
|
+
class: C(e.$attrs.class)
|
1237
1237
|
}, null, 8, ["icon", "title", "class"])) : (a(), r("span", {
|
1238
1238
|
key: 1,
|
1239
|
-
class:
|
1239
|
+
class: C([n.iconClass, e.$attrs.class]),
|
1240
1240
|
title: n.tooltip
|
1241
1241
|
}, null, 10, Yo));
|
1242
1242
|
}
|
@@ -1436,7 +1436,7 @@ const ea = {
|
|
1436
1436
|
function ha(e, t, n, s, i, l) {
|
1437
1437
|
const d = G;
|
1438
1438
|
return a(), k(Fe(n.componentTag || "div"), {
|
1439
|
-
class:
|
1439
|
+
class: C(["edit-component-wrapper", { active: l.active }]),
|
1440
1440
|
tabindex: "0",
|
1441
1441
|
onClick: S(l.showActionButtons, ["stop"]),
|
1442
1442
|
ref: "editComponent",
|
@@ -1451,7 +1451,7 @@ function ha(e, t, n, s, i, l) {
|
|
1451
1451
|
}, [
|
1452
1452
|
o("li", null, [
|
1453
1453
|
o("a", {
|
1454
|
-
class:
|
1454
|
+
class: C(["icon-hexagon button confirm", { disabled: !i.addHandlerProvider && !n.itemProvider && !n.allowAddComponent }]),
|
1455
1455
|
href: "#",
|
1456
1456
|
onClick: t[0] || (t[0] = S((u) => l.addEntry(u), ["prevent"])),
|
1457
1457
|
title: l.isOuterComponent ? "Add new component" : "Add new item/entry"
|
@@ -1463,7 +1463,7 @@ function ha(e, t, n, s, i, l) {
|
|
1463
1463
|
]),
|
1464
1464
|
o("li", null, [
|
1465
1465
|
o("a", {
|
1466
|
-
class:
|
1466
|
+
class: C(["icon-hexagon button primary", { disabled: l.editing || !l.hasSettings }]),
|
1467
1467
|
href: l.editing ? null : "#",
|
1468
1468
|
onClick: t[1] || (t[1] = S((...u) => l.editSettings && l.editSettings(...u), ["prevent"])),
|
1469
1469
|
title: "Edit settings of this component"
|
@@ -1485,7 +1485,7 @@ function ha(e, t, n, s, i, l) {
|
|
1485
1485
|
]),
|
1486
1486
|
l.isOuterComponent ? m("", !0) : (a(), r("li", la, [
|
1487
1487
|
o("a", {
|
1488
|
-
class:
|
1488
|
+
class: C(["icon-hexagon button-cancel", { disabled: !l.editing }]),
|
1489
1489
|
href: "#",
|
1490
1490
|
onClick: t[3] || (t[3] = S((...u) => l.cancelComponent && l.cancelComponent(...u), ["prevent"])),
|
1491
1491
|
title: "Cancel editing (changes will not be saved)"
|
@@ -1504,7 +1504,7 @@ function ha(e, t, n, s, i, l) {
|
|
1504
1504
|
p(d, { iconClass: "icon-check" })
|
1505
1505
|
])) : (a(), r("a", {
|
1506
1506
|
key: 1,
|
1507
|
-
class:
|
1507
|
+
class: C(["icon-hexagon button", { disabled: l.editModeContext.settings.isEditing(i.componentIdentifier) }]),
|
1508
1508
|
href: "#",
|
1509
1509
|
onClick: t[5] || (t[5] = S((...u) => l.editComponent && l.editComponent(...u), ["prevent"])),
|
1510
1510
|
title: "Edit content of this component"
|
@@ -1525,7 +1525,7 @@ function ha(e, t, n, s, i, l) {
|
|
1525
1525
|
}, [
|
1526
1526
|
o("li", null, [
|
1527
1527
|
o("a", {
|
1528
|
-
class:
|
1528
|
+
class: C(["icon-hexagon use-icon-as-background button confirm", { disabled: !i.addHandlerProvider && !n.itemProvider && !n.allowAddComponent }]),
|
1529
1529
|
href: "#",
|
1530
1530
|
onClick: t[6] || (t[6] = S((...u) => l.addEntry && l.addEntry(...u), ["prevent"])),
|
1531
1531
|
title: l.isOuterComponent ? "Add new component" : "Add new item/entry"
|
@@ -1537,7 +1537,7 @@ function ha(e, t, n, s, i, l) {
|
|
1537
1537
|
]),
|
1538
1538
|
o("li", null, [
|
1539
1539
|
o("a", {
|
1540
|
-
class:
|
1540
|
+
class: C(["icon-hexagon use-icon-as-background button primary", { disabled: l.editing || !l.hasSettings }]),
|
1541
1541
|
href: l.editing ? null : "#",
|
1542
1542
|
onClick: t[7] || (t[7] = S((...u) => l.editSettings && l.editSettings(...u), ["prevent"])),
|
1543
1543
|
title: "Edit settings for " + n.componentName
|
@@ -1549,7 +1549,7 @@ function ha(e, t, n, s, i, l) {
|
|
1549
1549
|
]),
|
1550
1550
|
o("li", null, [
|
1551
1551
|
o("a", {
|
1552
|
-
class:
|
1552
|
+
class: C(["icon-hexagon use-icon-as-background button button-delete", { disabled: l.editing || !n.allowDeleteComponent }]),
|
1553
1553
|
href: "#",
|
1554
1554
|
onClick: t[8] || (t[8] = S((...u) => l.deleteComponent && l.deleteComponent(...u), ["prevent"])),
|
1555
1555
|
title: "Delete " + n.componentName + " (and its content)"
|
@@ -1559,7 +1559,7 @@ function ha(e, t, n, s, i, l) {
|
|
1559
1559
|
]),
|
1560
1560
|
n.allowEditComponent ? (a(), r("li", ca, [
|
1561
1561
|
o("a", {
|
1562
|
-
class:
|
1562
|
+
class: C(["icon-hexagon use-icon-as-background button cancel", { disabled: !l.editing }]),
|
1563
1563
|
href: "#",
|
1564
1564
|
onClick: t[9] || (t[9] = S((...u) => l.cancelComponent && l.cancelComponent(...u), ["prevent"])),
|
1565
1565
|
title: "Cancel editing (changes will not be saved)"
|
@@ -1578,7 +1578,7 @@ function ha(e, t, n, s, i, l) {
|
|
1578
1578
|
p(d, { iconClass: "icon-check" })
|
1579
1579
|
], 8, pa)) : (a(), r("a", {
|
1580
1580
|
key: 1,
|
1581
|
-
class:
|
1581
|
+
class: C(["icon-hexagon use-icon-as-background button confirm", { disabled: l.editModeContext.settings.isEditing(i.componentIdentifier) }]),
|
1582
1582
|
href: "#",
|
1583
1583
|
onClick: t[11] || (t[11] = S((...u) => l.editComponent && l.editComponent(...u), ["prevent"])),
|
1584
1584
|
title: "Edit content for " + n.componentName
|
@@ -1735,7 +1735,7 @@ function Ta(e, t, n, s, i, l) {
|
|
1735
1735
|
const d = G, u = te, c = qe;
|
1736
1736
|
return !e.editModeContext || e.settingsContext || e.mainSidebarContext || n.headlineText ? (a(), r("div", {
|
1737
1737
|
key: 0,
|
1738
|
-
class:
|
1738
|
+
class: C(["cmd-headline", { "has-pre-headline-text": n.preHeadlineText, "has-icon": (g = n.cmdIcon) == null ? void 0 : g.iconClass }, l.headlineTextAlign])
|
1739
1739
|
}, [
|
1740
1740
|
n.preHeadlineText ? (a(), r(_, { key: 0 }, [
|
1741
1741
|
n.headlineText ? (a(), k(Fe(l.headlineTag), { key: 0 }, {
|
@@ -1784,7 +1784,7 @@ function Ta(e, t, n, s, i, l) {
|
|
1784
1784
|
key: 0,
|
1785
1785
|
element: "input",
|
1786
1786
|
type: "text",
|
1787
|
-
class:
|
1787
|
+
class: C(["edit-mode", "headline", "h" + n.headlineLevel, l.headlineTextAlign]),
|
1788
1788
|
labelText: "Headline",
|
1789
1789
|
showLabel: !1,
|
1790
1790
|
placeholder: "Headline",
|
@@ -1968,7 +1968,7 @@ function La(e, t, n, s, i, l) {
|
|
1968
1968
|
const d = Y, u = G;
|
1969
1969
|
return i.tooltipVisibility ? (a(), r("div", {
|
1970
1970
|
key: 0,
|
1971
|
-
class:
|
1971
|
+
class: C(["cmd-tooltip", n.validationStatus]),
|
1972
1972
|
ref: "tooltip"
|
1973
1973
|
}, [
|
1974
1974
|
n.cmdHeadline || n.iconClose.show ? (a(), r("div", _a, [
|
@@ -2159,10 +2159,10 @@ function Va(e, t, n, s, i, l) {
|
|
2159
2159
|
(a(!0), r(_, null, q(n.inputRequirements, (h, v) => (a(), r(_, { key: v }, [
|
2160
2160
|
o("dt", {
|
2161
2161
|
"aria-live": "assertive",
|
2162
|
-
class:
|
2162
|
+
class: C(h.valid(n.inputModelValue, n.inputAttributes) ? "success" : "error")
|
2163
2163
|
}, y(h.message) + ":", 3),
|
2164
2164
|
o("dd", {
|
2165
|
-
class:
|
2165
|
+
class: C(h.valid(n.inputModelValue, n.inputAttributes) ? "success" : "error")
|
2166
2166
|
}, [
|
2167
2167
|
p(u, {
|
2168
2168
|
"aria-live": "assertive",
|
@@ -2184,7 +2184,7 @@ function Va(e, t, n, s, i, l) {
|
|
2184
2184
|
}, [
|
2185
2185
|
(c = n.helplink.icon) != null && c.iconClass ? (a(), k(u, {
|
2186
2186
|
key: 0,
|
2187
|
-
class:
|
2187
|
+
class: C((g = n.helplink.icon) == null ? void 0 : g.iconClass),
|
2188
2188
|
title: (f = n.helplink.icon) == null ? void 0 : f.tooltip
|
2189
2189
|
}, null, 8, ["class", "title"])) : m("", !0),
|
2190
2190
|
n.helplink.text ? (a(), r("span", Fa, y(n.helplink.text), 1)) : m("", !0)
|
@@ -2256,7 +2256,7 @@ function Ea(e, t, n, s, i, l) {
|
|
2256
2256
|
const d = Aa, u = Fi;
|
2257
2257
|
return a(), k(u, {
|
2258
2258
|
ref: "tooltip",
|
2259
|
-
class:
|
2259
|
+
class: C(["cmd-tooltip-for-form-elements box", n.validationStatus]),
|
2260
2260
|
relatedId: n.relatedId,
|
2261
2261
|
scrollContainer: n.scrollContainerForTooltip,
|
2262
2262
|
"toggle-visibility-by-click": !0
|
@@ -3168,7 +3168,7 @@ function Ts(e, t, n, s, i, l) {
|
|
3168
3168
|
const d = G, u = gn;
|
3169
3169
|
return n.element === "input" || n.element === "select" || n.element === "textarea" ? (a(), r("label", {
|
3170
3170
|
key: 0,
|
3171
|
-
class:
|
3171
|
+
class: C([
|
3172
3172
|
"cmd-form-element",
|
3173
3173
|
e.validationStatus,
|
3174
3174
|
e.$attrs.class,
|
@@ -3187,7 +3187,7 @@ function Ts(e, t, n, s, i, l) {
|
|
3187
3187
|
}, [
|
3188
3188
|
(n.labelText || e.$slots.labeltext) && e.$attrs.type !== "checkbox" && e.$attrs.type !== "radio" ? (a(), r("span", {
|
3189
3189
|
key: 0,
|
3190
|
-
class:
|
3190
|
+
class: C(["label-text", { hidden: !n.showLabel }])
|
3191
3191
|
}, [
|
3192
3192
|
o("span", null, [
|
3193
3193
|
n.labelText ? (a(), r("span", {
|
@@ -3296,7 +3296,7 @@ function Ts(e, t, n, s, i, l) {
|
|
3296
3296
|
]),
|
3297
3297
|
n.labelText ? (a(), r("span", {
|
3298
3298
|
key: 0,
|
3299
|
-
class:
|
3299
|
+
class: C(["label-text", { hidden: !n.showLabel }])
|
3300
3300
|
}, [
|
3301
3301
|
o("span", { innerHTML: n.labelText }, null, 8, us),
|
3302
3302
|
e.$attrs.required ? (a(), r("sup", cs, "*")) : m("", !0)
|
@@ -3314,7 +3314,7 @@ function Ts(e, t, n, s, i, l) {
|
|
3314
3314
|
}), null, 16, is),
|
3315
3315
|
n.labelText || e.$slots.labeltext ? (a(), r("span", {
|
3316
3316
|
key: 0,
|
3317
|
-
class:
|
3317
|
+
class: C(["label-text", { hidden: !n.showLabel }])
|
3318
3318
|
}, [
|
3319
3319
|
o("span", null, [
|
3320
3320
|
n.labelText ? (a(), r("span", {
|
@@ -3335,11 +3335,11 @@ function Ts(e, t, n, s, i, l) {
|
|
3335
3335
|
label: re,
|
3336
3336
|
key: re
|
3337
3337
|
}, [
|
3338
|
-
(a(!0), r(_, null, q(A, (
|
3338
|
+
(a(!0), r(_, null, q(A, (ge, Te) => (a(), r("option", {
|
3339
3339
|
key: Te,
|
3340
|
-
value:
|
3341
|
-
selected:
|
3342
|
-
}, y(
|
3340
|
+
value: ge.value,
|
3341
|
+
selected: ge.value === n.modelValue
|
3342
|
+
}, y(ge.text), 9, hs))), 128))
|
3343
3343
|
], 8, fs))), 128)) : (a(!0), r(_, { key: 0 }, q(n.selectOptions, (A, re) => (a(), r("option", {
|
3344
3344
|
key: re,
|
3345
3345
|
value: A.value,
|
@@ -3357,7 +3357,7 @@ function Ts(e, t, n, s, i, l) {
|
|
3357
3357
|
n.element === "textarea" && n.showCharactersTextarea ? (a(), r("span", ys, [
|
3358
3358
|
n.textCharactersLeft ? (a(), r("span", bs, y(n.textCharactersLeft), 1)) : m("", !0),
|
3359
3359
|
o("span", {
|
3360
|
-
class:
|
3360
|
+
class: C(["characters-left", { error: l.charactersLeft === 0 }])
|
3361
3361
|
}, y(l.charactersLeft), 3)
|
3362
3362
|
])) : n.element === "input" && e.$attrs.type === "search" ? (a(), r("span", xs, [
|
3363
3363
|
n.fieldIconClass ? (a(), k(d, {
|
@@ -3374,7 +3374,7 @@ function Ts(e, t, n, s, i, l) {
|
|
3374
3374
|
n.showSearchButton ? (a(), r("a", {
|
3375
3375
|
key: 1,
|
3376
3376
|
href: "#",
|
3377
|
-
class:
|
3377
|
+
class: C(["button flex-none", { disabled: e.$attrs.disabled }]),
|
3378
3378
|
title: n.iconSearch.tooltip,
|
3379
3379
|
onClick: t[22] || (t[22] = S((...A) => l.executeSearch && l.executeSearch(...A), ["prevent"]))
|
3380
3380
|
}, [
|
@@ -3549,7 +3549,7 @@ function js(e, t, n, s, i, l) {
|
|
3549
3549
|
const d = G, u = te;
|
3550
3550
|
return a(), r(_, null, [
|
3551
3551
|
o("dt", {
|
3552
|
-
class:
|
3552
|
+
class: C(["cmd-address-data-item", { address: n.addressEntry.name === "address" }]),
|
3553
3553
|
id: n.addressEntry.id
|
3554
3554
|
}, [
|
3555
3555
|
n.addressEntry.iconClass && n.showLabelIcons ? (a(), k(d, {
|
@@ -3562,7 +3562,7 @@ function js(e, t, n, s, i, l) {
|
|
3562
3562
|
], 10, _s),
|
3563
3563
|
n.addressEntry.name !== "address" && (n.addressEntry.data || n.addressEntry.href) ? (a(), r("dd", {
|
3564
3564
|
key: 0,
|
3565
|
-
class:
|
3565
|
+
class: C(l.vCardClass(n.addressEntry))
|
3566
3566
|
}, [
|
3567
3567
|
e.editing ? (a(), k(u, {
|
3568
3568
|
key: 1,
|
@@ -3599,7 +3599,7 @@ function js(e, t, n, s, i, l) {
|
|
3599
3599
|
], 64)) : m("", !0),
|
3600
3600
|
n.addressEntry.zip || n.addressEntry.city ? (a(), r("span", {
|
3601
3601
|
key: 1,
|
3602
|
-
class:
|
3602
|
+
class: C(n.showCityBeforeZip ? "city-zip" : "zip-city")
|
3603
3603
|
}, [
|
3604
3604
|
n.addressEntry.zip ? (a(), r("span", Fs, y(n.addressEntry.zip), 1)) : m("", !0),
|
3605
3605
|
n.addressEntry.city ? (a(), r("span", Vs, [
|
@@ -3628,7 +3628,7 @@ function js(e, t, n, s, i, l) {
|
|
3628
3628
|
"onUpdate:modelValue": t[1] || (t[1] = (c) => i.editableAddressEntry.streetNo = c)
|
3629
3629
|
}, null, 8, ["labelText", "placeholder", "modelValue"]),
|
3630
3630
|
o("div", {
|
3631
|
-
class:
|
3631
|
+
class: C([n.showCityBeforeZip ? "city-zip" : "zip-city", "input-wrapper"])
|
3632
3632
|
}, [
|
3633
3633
|
p(u, {
|
3634
3634
|
element: "input",
|
@@ -3677,7 +3677,7 @@ function js(e, t, n, s, i, l) {
|
|
3677
3677
|
], 64)) : m("", !0),
|
3678
3678
|
n.addressEntry.zip || n.addressEntry.city ? (a(), r("span", {
|
3679
3679
|
key: 1,
|
3680
|
-
class:
|
3680
|
+
class: C(n.showCityBeforeZip ? "city-zip" : "zip-city")
|
3681
3681
|
}, [
|
3682
3682
|
n.addressEntry.zip ? (a(), r("span", Hs, y(n.addressEntry.zip), 1)) : m("", !0),
|
3683
3683
|
n.addressEntry.city ? (a(), r("span", qs, [
|
@@ -3880,16 +3880,16 @@ function lr(e, t, n, s, i, l) {
|
|
3880
3880
|
]))
|
3881
3881
|
], 64)) : (a(), r("ul", {
|
3882
3882
|
key: 1,
|
3883
|
-
class:
|
3883
|
+
class: C(["flex-container", { vertical: !n.showIconsOnly }])
|
3884
3884
|
}, [
|
3885
3885
|
(a(!0), r(_, null, q(n.addressData, (h, v) => (a(), r(_, { key: v }, [
|
3886
3886
|
h.href || h.name === "address" && h.linkGoogleMaps || !n.showIconsOnly ? (a(), r("li", {
|
3887
3887
|
key: 0,
|
3888
|
-
class:
|
3888
|
+
class: C({ "flex-none": n.showIconsOnly })
|
3889
3889
|
}, [
|
3890
3890
|
h.href ? (a(), r("a", {
|
3891
3891
|
key: 0,
|
3892
|
-
class:
|
3892
|
+
class: C({ button: n.styleLinksAsButtons }),
|
3893
3893
|
href: l.getHref(h),
|
3894
3894
|
target: h.name === "url" ? "_blank" : null,
|
3895
3895
|
title: h.tooltip
|
@@ -3927,7 +3927,7 @@ function lr(e, t, n, s, i, l) {
|
|
3927
3927
|
], 64)) : m("", !0),
|
3928
3928
|
h.zip || h.city ? (a(), r("span", {
|
3929
3929
|
key: 1,
|
3930
|
-
class:
|
3930
|
+
class: C(n.showCityBeforeZip ? "order-city-zip" : "order-zip-city")
|
3931
3931
|
}, [
|
3932
3932
|
h.zip ? (a(), r("span", Qs, y(h.zip) + " ", 1)) : m("", !0),
|
3933
3933
|
h.city ? (a(), r("span", Xs, [
|
@@ -3956,7 +3956,7 @@ function lr(e, t, n, s, i, l) {
|
|
3956
3956
|
], 64)) : m("", !0),
|
3957
3957
|
h.zip || h.city ? (a(), r("span", {
|
3958
3958
|
key: 1,
|
3959
|
-
class:
|
3959
|
+
class: C(n.showCityBeforeZip ? "order-city-zip" : "order-zip-city")
|
3960
3960
|
}, [
|
3961
3961
|
h.zip ? (a(), r("span", tr, y(h.zip) + " ", 1)) : m("", !0),
|
3962
3962
|
h.city ? (a(), r("span", nr, [
|
@@ -4268,7 +4268,7 @@ function xr(e, t, n, s, i, l) {
|
|
4268
4268
|
default: w(() => [
|
4269
4269
|
i.showSystemMessage ? (a(), r("div", {
|
4270
4270
|
key: 0,
|
4271
|
-
class:
|
4271
|
+
class: C(["cmd-system-message", "system-message", "flex-container", "vertical", { "full-width": n.fullWidth }, n.validationStatus]),
|
4272
4272
|
role: n.validationStatus === "error" ? "alert" : "dialog",
|
4273
4273
|
"aria-labelledby": e.htmlId
|
4274
4274
|
}, [
|
@@ -4481,7 +4481,7 @@ const Ue = /* @__PURE__ */ F(gr, [["render", xr]]), Cr = {
|
|
4481
4481
|
function Fr(e, t, n, s, i, l) {
|
4482
4482
|
const d = Ue, u = te;
|
4483
4483
|
return a(), r("form", {
|
4484
|
-
class:
|
4484
|
+
class: C(["cmd-form", { error: i.errorOccurred }]),
|
4485
4485
|
action: n.formAction,
|
4486
4486
|
"data-use-validation": n.useValidation,
|
4487
4487
|
onSubmit: t[2] || (t[2] = (...c) => l.onSubmit && l.onSubmit(...c)),
|
@@ -4491,7 +4491,7 @@ function Fr(e, t, n, s, i, l) {
|
|
4491
4491
|
n.useFieldset ? (a(), r(_, { key: 0 }, [
|
4492
4492
|
o("fieldset", kr, [
|
4493
4493
|
o("legend", {
|
4494
|
-
class:
|
4494
|
+
class: C({ hidden: !l.legendOptions.show, "align-left": l.legendOptions.align === "left" })
|
4495
4495
|
}, y(l.legendOptions.text), 3),
|
4496
4496
|
i.systemMessage.show && i.systemMessage.message ? (a(), k(d, {
|
4497
4497
|
key: 0,
|
@@ -4503,7 +4503,7 @@ function Fr(e, t, n, s, i, l) {
|
|
4503
4503
|
element: c.element || "input",
|
4504
4504
|
type: c.type || "text",
|
4505
4505
|
name: c.name,
|
4506
|
-
class:
|
4506
|
+
class: C(c.htmlClass),
|
4507
4507
|
id: c.id || l.createHtmlId(),
|
4508
4508
|
modelValue: i.formValues[c.name],
|
4509
4509
|
"onUpdate:modelValue": (f) => i.formValues[c.name] = f,
|
@@ -4526,23 +4526,23 @@ function Fr(e, t, n, s, i, l) {
|
|
4526
4526
|
])) : m("", !0),
|
4527
4527
|
l.cancelButtonOptions !== void 0 ? (a(), r("button", {
|
4528
4528
|
key: 1,
|
4529
|
-
class:
|
4529
|
+
class: C(["button", { "stretch-on-small-devices": l.cancelButtonOptions.stretchOnSmallDevices, disabled: l.cancelButtonOptions.disabled, cancel: l.cancelButtonOptions.useDefaultStyling }]),
|
4530
4530
|
type: "button",
|
4531
4531
|
onClick: t[0] || (t[0] = (...c) => l.cancelFormSubmit && l.cancelFormSubmit(...c))
|
4532
4532
|
}, [
|
4533
4533
|
l.cancelButtonOptions.iconClass ? (a(), r("span", {
|
4534
4534
|
key: 0,
|
4535
|
-
class:
|
4535
|
+
class: C(l.cancelButtonOptions.iconClass)
|
4536
4536
|
}, null, 2)) : m("", !0),
|
4537
4537
|
l.cancelButtonOptions.text ? (a(), r("span", Sr, y(l.cancelButtonOptions.text), 1)) : m("", !0)
|
4538
4538
|
], 2)) : m("", !0),
|
4539
4539
|
o("button", {
|
4540
|
-
class:
|
4540
|
+
class: C(["button", { "stretch-on-small-devices": l.submitButtonOptions.stretchOnSmallDevices, primary: l.submitButtonOptions.primary, disabled: l.submitButtonOptions.disabled }]),
|
4541
4541
|
type: l.submitButtonOptions.type
|
4542
4542
|
}, [
|
4543
4543
|
l.submitButtonOptions.iconClass ? (a(), r("span", {
|
4544
4544
|
key: 0,
|
4545
|
-
class:
|
4545
|
+
class: C(l.submitButtonOptions.iconClass)
|
4546
4546
|
}, null, 2)) : m("", !0),
|
4547
4547
|
l.submitButtonOptions.text ? (a(), r("span", Or, y(l.submitButtonOptions.text), 1)) : m("", !0)
|
4548
4548
|
], 10, _r)
|
@@ -4555,23 +4555,23 @@ function Fr(e, t, n, s, i, l) {
|
|
4555
4555
|
])) : m("", !0),
|
4556
4556
|
l.cancelButtonOptions !== void 0 ? (a(), r("button", {
|
4557
4557
|
key: 1,
|
4558
|
-
class:
|
4558
|
+
class: C(["button", { "stretch-on-small-devices": l.cancelButtonOptions.stretchOnSmallDevices, disabled: l.cancelButtonOptions.disabled, cancel: l.cancelButtonOptions.useDefaultStyling }]),
|
4559
4559
|
type: "button",
|
4560
4560
|
onClick: t[1] || (t[1] = (...c) => l.cancelFormSubmit && l.cancelFormSubmit(...c))
|
4561
4561
|
}, [
|
4562
4562
|
l.cancelButtonOptions.iconClass ? (a(), r("span", {
|
4563
4563
|
key: 0,
|
4564
|
-
class:
|
4564
|
+
class: C(l.cancelButtonOptions.iconClass)
|
4565
4565
|
}, null, 2)) : m("", !0),
|
4566
4566
|
l.cancelButtonOptions.text ? (a(), r("span", Br, y(l.cancelButtonOptions.text), 1)) : m("", !0)
|
4567
4567
|
], 2)) : m("", !0),
|
4568
4568
|
o("button", {
|
4569
|
-
class:
|
4569
|
+
class: C(["button", { "stretch-on-small-devices": l.submitButtonOptions.stretchOnSmallDevices, primary: l.submitButtonOptions.primary, disabled: l.submitButtonOptions.disabled }]),
|
4570
4570
|
type: l.submitButtonOptions.type || "submit"
|
4571
4571
|
}, [
|
4572
4572
|
l.submitButtonOptions.iconClass ? (a(), r("span", {
|
4573
4573
|
key: 0,
|
4574
|
-
class:
|
4574
|
+
class: C(l.submitButtonOptions.iconClass)
|
4575
4575
|
}, null, 2)) : m("", !0),
|
4576
4576
|
l.submitButtonOptions.text ? (a(), r("span", Mr, y(l.submitButtonOptions.text), 1)) : m("", !0)
|
4577
4577
|
], 10, Dr)
|
@@ -4906,14 +4906,14 @@ function zr(e, t, n, s, i, l) {
|
|
4906
4906
|
var J, Z, Q, le, ne, ie, se, me, pe, X, fe, he;
|
4907
4907
|
return [
|
4908
4908
|
o("figure", {
|
4909
|
-
class:
|
4909
|
+
class: C(["cmd-image flex-container no-gap vertical", l.textAlign])
|
4910
4910
|
}, [
|
4911
4911
|
(J = n.figcaption) != null && J.show && ((Z = n.figcaption) == null ? void 0 : Z.position) === "top" ? (a(), r(_, { key: 0 }, [
|
4912
4912
|
R.editing ? (a(), k(d, {
|
4913
4913
|
key: 0,
|
4914
4914
|
element: "input",
|
4915
4915
|
type: "text",
|
4916
|
-
class:
|
4916
|
+
class: C([l.textAlign, "edit-mode"]),
|
4917
4917
|
required: !0,
|
4918
4918
|
labelText: "Text figcaption",
|
4919
4919
|
modelValue: l.editableFigcaptionText,
|
@@ -4958,7 +4958,7 @@ function zr(e, t, n, s, i, l) {
|
|
4958
4958
|
key: 0,
|
4959
4959
|
element: "input",
|
4960
4960
|
type: "text",
|
4961
|
-
class:
|
4961
|
+
class: C([l.textAlign, "edit-mode"]),
|
4962
4962
|
required: !0,
|
4963
4963
|
labelText: "Text figcaption",
|
4964
4964
|
showLabel: !1,
|
@@ -4985,7 +4985,7 @@ function zr(e, t, n, s, i, l) {
|
|
4985
4985
|
_: 1
|
4986
4986
|
}, 8, ["componentProps", "componentPath", "allowDeleteComponent", "itemProvider"])) : n.useFigureTag ? (a(), r("figure", {
|
4987
4987
|
key: 1,
|
4988
|
-
class:
|
4988
|
+
class: C(["cmd-image", l.textAlign])
|
4989
4989
|
}, [
|
4990
4990
|
((g = n.figcaption) == null ? void 0 : g.position) === "top" && ((f = n.figcaption) != null && f.text) && ((h = n.figcaption) != null && h.show) ? (a(), r("figcaption", {
|
4991
4991
|
key: 0,
|
@@ -5083,7 +5083,7 @@ function Yr(e, t, n, s, i, l) {
|
|
5083
5083
|
href: "#",
|
5084
5084
|
onClick: t[0] || (t[0] = S(() => {
|
5085
5085
|
}, ["prevent"])),
|
5086
|
-
class:
|
5086
|
+
class: C(["cmd-slide-button", "button", "keep-behavior-on-small-devices", n.slideButtonType]),
|
5087
5087
|
title: l.getDirection.tooltip
|
5088
5088
|
}, [
|
5089
5089
|
p(d, {
|
@@ -5339,7 +5339,7 @@ function td(e, t, n, s, i, l) {
|
|
5339
5339
|
var f;
|
5340
5340
|
const d = Y, u = Lt, c = ve, g = G;
|
5341
5341
|
return a(), r("div", {
|
5342
|
-
class:
|
5342
|
+
class: C([
|
5343
5343
|
"cmd-thumbnail-scroller",
|
5344
5344
|
{
|
5345
5345
|
"gallery-scroller": n.useGalleryScroller,
|
@@ -5352,7 +5352,7 @@ function td(e, t, n, s, i, l) {
|
|
5352
5352
|
}, [
|
5353
5353
|
(f = n.cmdHeadline) != null && f.headlineText || e.editModeContext ? (a(), k(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
5354
5354
|
o("div", {
|
5355
|
-
class:
|
5355
|
+
class: C(["inner-thumbnail-wrapper", { box: n.styleAsBox }])
|
5356
5356
|
}, [
|
5357
5357
|
i.showSlidebuttons ? (a(), k(u, {
|
5358
5358
|
key: 0,
|
@@ -5382,7 +5382,7 @@ function td(e, t, n, s, i, l) {
|
|
5382
5382
|
key: 0,
|
5383
5383
|
href: n.executeOnClick === "url" ? h.url : "#",
|
5384
5384
|
onClick: (b) => l.executeLink(v, b),
|
5385
|
-
class:
|
5385
|
+
class: C([{ active: n.activeItemIndex === v }, h.id ? "item-" + h.id : ""]),
|
5386
5386
|
title: l.tooltip,
|
5387
5387
|
target: n.executeOnClick === "url" ? "_blank" : null
|
5388
5388
|
}, [
|
@@ -5726,11 +5726,11 @@ const id = Hi, ld = ["aria-label"], od = { class: "flex-container" }, ad = {
|
|
5726
5726
|
class: "flex-container flex-none"
|
5727
5727
|
}, gd = ["title"], yd = { key: 1 }, bd = ["title"], xd = { key: 1 };
|
5728
5728
|
function Cd(e, t, n, s, i, l) {
|
5729
|
-
var h, v, b, O, T, M, B, E, D, U, W, V, R, J, Z, Q, le, ne, ie, se, me, pe, X, fe, he, A, re,
|
5729
|
+
var h, v, b, O, T, M, B, E, D, U, W, V, R, J, Z, Q, le, ne, ie, se, me, pe, X, fe, he, A, re, ge, Te, De, Me;
|
5730
5730
|
const d = Y, u = G, c = ve, g = Lt, f = Ei;
|
5731
5731
|
return a(), r("dialog", {
|
5732
5732
|
ref: "dialog",
|
5733
|
-
class:
|
5733
|
+
class: C(["cmd-fancybox", { "show-overlay": e.showOverlay, image: e.fancyBoxImageUrl || e.fancyBoxGallery, "image-gallery": e.fancyBoxGallery }]),
|
5734
5734
|
"aria-label": e.ariaLabelText,
|
5735
5735
|
onCancel: t[5] || (t[5] = (...de) => e.onDialogCancel && e.onDialogCancel(...de))
|
5736
5736
|
}, [
|
@@ -5778,7 +5778,7 @@ function Cd(e, t, n, s, i, l) {
|
|
5778
5778
|
])) : m("", !0)
|
5779
5779
|
]),
|
5780
5780
|
o("div", {
|
5781
|
-
class:
|
5781
|
+
class: C(["outer-content-wrapper", { grayscale: e.printInGrayscale }])
|
5782
5782
|
}, [
|
5783
5783
|
e.fancyBoxImageUrl || (Q = e.cmdImage) != null && Q.image ? (a(), r("div", ud, [
|
5784
5784
|
p(c, {
|
@@ -5825,7 +5825,7 @@ function Cd(e, t, n, s, i, l) {
|
|
5825
5825
|
}, [
|
5826
5826
|
(re = e.fancyBoxOptionsProperties.submitButtons.confirm) != null && re.iconClass ? (a(), k(u, {
|
5827
5827
|
key: 0,
|
5828
|
-
iconClass: (
|
5828
|
+
iconClass: (ge = e.fancyBoxOptionsProperties.submitButtons.confirm) == null ? void 0 : ge.iconClass,
|
5829
5829
|
type: (Te = e.fancyBoxOptionsProperties.submitButtons.confirm) == null ? void 0 : Te.iconType
|
5830
5830
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5831
5831
|
(De = e.fancyBoxOptionsProperties.submitButtons.confirm) != null && De.buttonText ? (a(), r("span", xd, y((Me = e.fancyBoxOptionsProperties.submitButtons.confirm) == null ? void 0 : Me.buttonText), 1)) : m("", !0)
|
@@ -6160,7 +6160,7 @@ function Id(e, t, n, s, i, l) {
|
|
6160
6160
|
class: "flex-container flex-direction-column"
|
6161
6161
|
}), {
|
6162
6162
|
default: w(() => {
|
6163
|
-
var g, f, h, v, b, O, T, M, B, E, D, U, W, V, R, J, Z, Q, le, ne, ie, se, me, pe, X, fe, he, A, re,
|
6163
|
+
var g, f, h, v, b, O, T, M, B, E, D, U, W, V, R, J, Z, Q, le, ne, ie, se, me, pe, X, fe, he, A, re, ge, Te, De, Me, de, st, je, Ke, rt, dt, ut, ct;
|
6164
6164
|
return [
|
6165
6165
|
n.configuration.salutation ? (a(), r("div", Td, [
|
6166
6166
|
p(u, {
|
@@ -6292,7 +6292,7 @@ function Id(e, t, n, s, i, l) {
|
|
6292
6292
|
i18n: e.i18n
|
6293
6293
|
}, null, 8, ["type", "labelText", "placeholder", "required", "name", "modelValue", "status", "i18n"])) : m("", !0),
|
6294
6294
|
o("div", {
|
6295
|
-
class:
|
6295
|
+
class: C(["input-wrapper", i.cityBeforeZip ? "order-city-zip" : "order-zip-city"])
|
6296
6296
|
}, [
|
6297
6297
|
n.configuration.zip ? (a(), k(u, {
|
6298
6298
|
key: 0,
|
@@ -6314,7 +6314,7 @@ function Id(e, t, n, s, i, l) {
|
|
6314
6314
|
type: ((re = n.configuration.city) == null ? void 0 : re.type) || "text",
|
6315
6315
|
labelText: e.getMessage("basic_form.labeltext.city"),
|
6316
6316
|
placeholder: e.getMessage("basic_form.placeholder.city"),
|
6317
|
-
required: (
|
6317
|
+
required: (ge = n.configuration.city) == null ? void 0 : ge.required,
|
6318
6318
|
name: (Te = n.configuration.city) == null ? void 0 : Te.name,
|
6319
6319
|
modelValue: i.formData.city.value,
|
6320
6320
|
"onUpdate:modelValue": t[10] || (t[10] = (K) => i.formData.city.value = K),
|
@@ -6415,13 +6415,13 @@ function Pd(e, t, n, s, i, l) {
|
|
6415
6415
|
}, null, 8, Dd)) : m("", !0),
|
6416
6416
|
(v = n.icon) != null && v.iconClass && (((b = n.icon) == null ? void 0 : b.position) === "left" || ((O = n.icon) == null ? void 0 : O.position) === "top" || !((T = n.icon) != null && T.position)) ? (a(), r("span", {
|
6417
6417
|
key: 1,
|
6418
|
-
class:
|
6418
|
+
class: C((M = n.icon) == null ? void 0 : M.iconClass),
|
6419
6419
|
title: (B = n.icon) == null ? void 0 : B.tooltip
|
6420
6420
|
}, null, 10, Md)) : m("", !0),
|
6421
6421
|
n.text ? (a(), r("span", Fd, y(n.text), 1)) : m("", !0),
|
6422
6422
|
(E = n.icon) != null && E.iconClass && (((D = n.icon) == null ? void 0 : D.position) === "right" || ((U = n.icon) == null ? void 0 : U.position) === "bottom") ? (a(), r("span", {
|
6423
6423
|
key: 3,
|
6424
|
-
class:
|
6424
|
+
class: C((W = n.icon) == null ? void 0 : W.iconClass),
|
6425
6425
|
title: (V = n.icon) == null ? void 0 : V.tooltip
|
6426
6426
|
}, null, 10, Vd)) : m("", !0),
|
6427
6427
|
(R = n.image) != null && R.src && (((J = n.image) == null ? void 0 : J.position) === "right" || ((Z = n.image) == null ? void 0 : Z.position) === "bottom") ? (a(), r("img", {
|
@@ -6460,7 +6460,7 @@ const Ed = /* @__PURE__ */ F(Bd, [["render", Pd]]), Hd = {
|
|
6460
6460
|
/**
|
6461
6461
|
* set target
|
6462
6462
|
*
|
6463
|
-
* linkType must be 'href'
|
6463
|
+
* linkType-property must be set to 'href'
|
6464
6464
|
*/
|
6465
6465
|
target: {
|
6466
6466
|
type: String,
|
@@ -6505,6 +6505,13 @@ const Ed = /* @__PURE__ */ F(Bd, [["render", Pd]]), Hd = {
|
|
6505
6505
|
type: Boolean,
|
6506
6506
|
default: !1
|
6507
6507
|
},
|
6508
|
+
/**
|
6509
|
+
* activate if link/button should be disabled
|
6510
|
+
*/
|
6511
|
+
disabled: {
|
6512
|
+
type: Boolean,
|
6513
|
+
default: !1
|
6514
|
+
},
|
6508
6515
|
/**
|
6509
6516
|
* set if path should be opened in fancybox
|
6510
6517
|
*/
|
@@ -6512,6 +6519,9 @@ const Ed = /* @__PURE__ */ F(Bd, [["render", Pd]]), Hd = {
|
|
6512
6519
|
type: Boolean,
|
6513
6520
|
default: !1
|
6514
6521
|
},
|
6522
|
+
/**
|
6523
|
+
* set image for inner link
|
6524
|
+
*/
|
6515
6525
|
image: {
|
6516
6526
|
type: Object,
|
6517
6527
|
required: !1
|
@@ -6522,15 +6532,15 @@ const Ed = /* @__PURE__ */ F(Bd, [["render", Pd]]), Hd = {
|
|
6522
6532
|
this.$emit("click", { originalEvent: e, linkType: t });
|
6523
6533
|
}
|
6524
6534
|
}
|
6525
|
-
}, qd = ["href", "target", "title"], Rd = ["title"];
|
6535
|
+
}, qd = ["href", "target", "title"], Rd = ["disabled", "title"];
|
6526
6536
|
function jd(e, t, n, s, i, l) {
|
6527
6537
|
var c, g, f;
|
6528
6538
|
const d = Ed, u = _e("router-link");
|
6529
6539
|
return n.linkType === "href" ? (a(), r("a", {
|
6530
6540
|
key: 0,
|
6531
|
-
href: n.path,
|
6541
|
+
href: n.disabled ? null : n.path,
|
6532
6542
|
target: n.target,
|
6533
|
-
class:
|
6543
|
+
class: C(["cmd-link", { button: n.styleAsButton, primary: n.primaryButton, disabled: n.disabled, box: n.styleAsBox, fancybox: n.fancybox }]),
|
6534
6544
|
onClick: t[0] || (t[0] = S((h) => l.emitClick(h, "href"), ["prevent"])),
|
6535
6545
|
title: (c = n.icon) == null ? void 0 : c.tooltip
|
6536
6546
|
}, [
|
@@ -6546,8 +6556,8 @@ function jd(e, t, n, s, i, l) {
|
|
6546
6556
|
}, 8, ["text", "icon", "image"])
|
6547
6557
|
], 10, qd)) : n.linkType === "router" ? (a(), k(u, {
|
6548
6558
|
key: 1,
|
6549
|
-
to: n.path,
|
6550
|
-
class:
|
6559
|
+
to: n.disabled ? {} : n.path,
|
6560
|
+
class: C(["cmd-link", { button: n.styleAsButton, primary: n.primaryButton, disabled: n.disabled, box: n.styleAsBox, fancybox: n.fancybox }]),
|
6551
6561
|
onClick: t[1] || (t[1] = (h) => l.emitClick(h, "router")),
|
6552
6562
|
title: (g = n.icon) == null ? void 0 : g.tooltip
|
6553
6563
|
}, {
|
@@ -6566,8 +6576,9 @@ function jd(e, t, n, s, i, l) {
|
|
6566
6576
|
_: 3
|
6567
6577
|
}, 8, ["to", "class", "title"])) : n.linkType === "button" || n.linkType === "submit" ? (a(), r("button", {
|
6568
6578
|
key: 2,
|
6569
|
-
class:
|
6579
|
+
class: C(["cmd-link button", { primary: n.primaryButton, disabled: n.disabled, box: n.styleAsBox, fancybox: n.fancybox }]),
|
6570
6580
|
type: "submit",
|
6581
|
+
disabled: n.disabled,
|
6571
6582
|
onClick: t[2] || (t[2] = (h) => l.emitClick(h, "button")),
|
6572
6583
|
title: (f = n.icon) == null ? void 0 : f.tooltip
|
6573
6584
|
}, [
|
@@ -6804,7 +6815,7 @@ function Xd(e, t, n, s, i, l) {
|
|
6804
6815
|
var f;
|
6805
6816
|
const d = Y, u = Kd, c = qe, g = ve;
|
6806
6817
|
return a(), r("div", {
|
6807
|
-
class:
|
6818
|
+
class: C([
|
6808
6819
|
"cmd-list",
|
6809
6820
|
{
|
6810
6821
|
box: n.styleAsBox,
|
@@ -6817,7 +6828,7 @@ function Xd(e, t, n, s, i, l) {
|
|
6817
6828
|
}, [
|
6818
6829
|
(f = n.cmdHeadline) != null && f.headlineText || e.editModeContext ? (a(), k(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
6819
6830
|
o("ul", {
|
6820
|
-
class:
|
6831
|
+
class: C(["flex-container", { "no-gap": !n.useGap }, "align-" + n.align, l.setStretchClass, { horizontal: n.orientation === "horizontal" }])
|
6821
6832
|
}, [
|
6822
6833
|
n.listType === "links" ? (a(), r(_, { key: 0 }, [
|
6823
6834
|
e.editModeContext ? (a(), r("li", Jd, [
|
@@ -6834,7 +6845,7 @@ function Xd(e, t, n, s, i, l) {
|
|
6834
6845
|
}, {
|
6835
6846
|
default: w(() => [
|
6836
6847
|
p(u, {
|
6837
|
-
class:
|
6848
|
+
class: C({ active: n.sectionAnchors && n.activeSection === v }),
|
6838
6849
|
link: h
|
6839
6850
|
}, null, 8, ["class", "link"])
|
6840
6851
|
]),
|
@@ -6851,7 +6862,7 @@ function Xd(e, t, n, s, i, l) {
|
|
6851
6862
|
]))) : m("", !0)
|
6852
6863
|
])) : (a(!0), r(_, { key: 0 }, q(n.items, (h, v) => (a(), k(u, {
|
6853
6864
|
key: v,
|
6854
|
-
class:
|
6865
|
+
class: C({ active: n.sectionAnchors && n.activeSection === v }),
|
6855
6866
|
link: h,
|
6856
6867
|
onClick: t[0] || (t[0] = (b) => l.emitClick(b, e.linkType))
|
6857
6868
|
}, null, 8, ["class", "link"]))), 128))
|
@@ -7256,7 +7267,7 @@ function Au(e, t, n, s, i, l) {
|
|
7256
7267
|
return n.boxType === "content" ? (a(), r("div", {
|
7257
7268
|
key: 0,
|
7258
7269
|
ref: "cmdBox",
|
7259
|
-
class:
|
7270
|
+
class: C([
|
7260
7271
|
"cmd-box box content",
|
7261
7272
|
{
|
7262
7273
|
open: i.open,
|
@@ -7286,13 +7297,13 @@ function Au(e, t, n, s, i, l) {
|
|
7286
7297
|
])) : m("", !0)
|
7287
7298
|
], 64)),
|
7288
7299
|
$(o("div", {
|
7289
|
-
class:
|
7300
|
+
class: C(["box-body", n.boxBodyClass]),
|
7290
7301
|
"aria-expanded": "true",
|
7291
7302
|
role: "article"
|
7292
7303
|
}, [
|
7293
7304
|
(B = n.useSlots) != null && B.includes("body") ? (a(), r("div", {
|
7294
7305
|
key: 0,
|
7295
|
-
class:
|
7306
|
+
class: C(["inner-box-body-wrapper", { "box-body-padding": n.useBoxBodyPadding, "allow-scroll": n.allowContentToScroll }]),
|
7296
7307
|
ref: "boxBody",
|
7297
7308
|
style: xt(n.allowContentToScroll ? "max-height: " + i.calculatedBodyHeight : null)
|
7298
7309
|
}, [
|
@@ -7310,7 +7321,7 @@ function Au(e, t, n, s, i, l) {
|
|
7310
7321
|
default: w(() => [
|
7311
7322
|
n.textBody ? (a(), r("div", {
|
7312
7323
|
key: 0,
|
7313
|
-
class:
|
7324
|
+
class: C({
|
7314
7325
|
"cutoff-text": n.cutoffTextLines > 0,
|
7315
7326
|
"fade-last-line": n.fadeLastLine && !i.showCutOffText,
|
7316
7327
|
"show-text": i.showCutOffText
|
@@ -7329,12 +7340,12 @@ function Au(e, t, n, s, i, l) {
|
|
7329
7340
|
})
|
7330
7341
|
], 6)) : (a(), r("div", {
|
7331
7342
|
key: 1,
|
7332
|
-
class:
|
7343
|
+
class: C(["inner-box-body-wrapper", { "allow-scroll": n.allowContentToScroll }])
|
7333
7344
|
}, [
|
7334
7345
|
n.cmdImage ? (a(), k(c, j(I({ key: 0 }, n.cmdImage)), null, 16)) : m("", !0),
|
7335
7346
|
(E = n.cmdHeadline) != null && E.headlineText && n.headlinePosition === "body" || n.textBody ? (a(), r("div", {
|
7336
7347
|
key: 1,
|
7337
|
-
class:
|
7348
|
+
class: C({ "box-body-padding": n.useBoxBodyPadding, "allow-scroll": n.allowContentToScroll })
|
7338
7349
|
}, [
|
7339
7350
|
n.cmdIcon !== void 0 ? (a(), r("div", ou, [
|
7340
7351
|
p(u, j(Ve(n.cmdIcon)), null, 16)
|
@@ -7357,7 +7368,7 @@ function Au(e, t, n, s, i, l) {
|
|
7357
7368
|
])) : m("", !0)
|
7358
7369
|
], 2)) : n.boxType === "product" && n.product ? (a(), r("a", {
|
7359
7370
|
key: 1,
|
7360
|
-
class:
|
7371
|
+
class: C(["cmd-box box product", { "stretch-vertically": n.stretchVertically, "stretch-horizontally": n.stretchHorizontally, "row-view": n.rowView }]),
|
7361
7372
|
href: "#",
|
7362
7373
|
onClick: t[2] || (t[2] = S((V) => l.clickOnProduct(n.product), ["prevent"]))
|
7363
7374
|
}, [
|
@@ -7388,7 +7399,7 @@ function Au(e, t, n, s, i, l) {
|
|
7388
7399
|
])
|
7389
7400
|
], 2)) : n.boxType === "user" && n.user ? (a(), r("div", {
|
7390
7401
|
key: 2,
|
7391
|
-
class:
|
7402
|
+
class: C([
|
7392
7403
|
"cmd-box box user",
|
7393
7404
|
n.profileType,
|
7394
7405
|
{
|
@@ -7410,7 +7421,7 @@ function Au(e, t, n, s, i, l) {
|
|
7410
7421
|
]))
|
7411
7422
|
])) : (a(), r("div", Su, [
|
7412
7423
|
o("span", {
|
7413
|
-
class:
|
7424
|
+
class: C(n.defaultProfileIconClass),
|
7414
7425
|
title: n.user.name
|
7415
7426
|
}, null, 10, _u),
|
7416
7427
|
n.rowView ? m("", !0) : (a(), r("p", Ou, y(n.user.name), 1))
|
@@ -7657,7 +7668,7 @@ function Ru(e, t, n, s, i, l) {
|
|
7657
7668
|
])) : m("", !0)
|
7658
7669
|
])) : m("", !0),
|
7659
7670
|
o("div", {
|
7660
|
-
class:
|
7671
|
+
class: C([
|
7661
7672
|
"inner-box-wrapper",
|
7662
7673
|
n.useFlexbox ? "flex-container" : "grid-container-create-columns",
|
7663
7674
|
{
|
@@ -7973,7 +7984,7 @@ function oc(e, t, n, s, i, l) {
|
|
7973
7984
|
}, null, 8, ic)) : m("", !0),
|
7974
7985
|
l.oneSlotItem() ? P(e.$slots, "default", { key: 2 }) : (a(), r("div", {
|
7975
7986
|
key: 3,
|
7976
|
-
class:
|
7987
|
+
class: C([l.setInnerClass, "inner-slot-wrapper"])
|
7977
7988
|
}, [
|
7978
7989
|
P(e.$slots, "default", {}, () => [
|
7979
7990
|
o("p", null, y(n.innerText), 1)
|
@@ -8165,7 +8176,7 @@ function Sc(e, t, n, s, i, l) {
|
|
8165
8176
|
class: "collapsible-box"
|
8166
8177
|
}, [
|
8167
8178
|
o("header", {
|
8168
|
-
class:
|
8179
|
+
class: C({ open: l.boxIsOpen(b.id) })
|
8169
8180
|
}, [
|
8170
8181
|
p(u, {
|
8171
8182
|
element: "input",
|
@@ -8185,7 +8196,7 @@ function Sc(e, t, n, s, i, l) {
|
|
8185
8196
|
title: e.getMessage("cookie_disclaimer.tooltip.toggle_box_content")
|
8186
8197
|
}, [
|
8187
8198
|
o("span", {
|
8188
|
-
class:
|
8199
|
+
class: C(l.boxIsOpen(b.id) ? n.iconClassBoxExpanded : n.iconClassBoxCollapsed)
|
8189
8200
|
}, null, 2)
|
8190
8201
|
], 8, mc)
|
8191
8202
|
], 2),
|
@@ -8216,7 +8227,7 @@ function Sc(e, t, n, s, i, l) {
|
|
8216
8227
|
class: "collapsible-box"
|
8217
8228
|
}, [
|
8218
8229
|
o("header", {
|
8219
|
-
class:
|
8230
|
+
class: C({ open: l.boxIsOpen(b.id) })
|
8220
8231
|
}, [
|
8221
8232
|
p(u, {
|
8222
8233
|
element: "input",
|
@@ -8236,7 +8247,7 @@ function Sc(e, t, n, s, i, l) {
|
|
8236
8247
|
title: e.getMessage("cookie_disclaimer.tooltip.toggle_box_content")
|
8237
8248
|
}, [
|
8238
8249
|
o("span", {
|
8239
|
-
class:
|
8250
|
+
class: C(l.boxIsOpen(b.id) ? n.iconClassBoxExpanded : n.iconClassBoxCollapsed)
|
8240
8251
|
}, null, 2)
|
8241
8252
|
], 8, bc)
|
8242
8253
|
], 2),
|
@@ -8592,7 +8603,7 @@ function $c(e, t, n, s, i, l) {
|
|
8592
8603
|
var g, f, h, v;
|
8593
8604
|
const d = G, u = gn, c = _e("router-link");
|
8594
8605
|
return a(), r("div", {
|
8595
|
-
class:
|
8606
|
+
class: C([
|
8596
8607
|
i.validationStatus,
|
8597
8608
|
"cmd-fake-select label",
|
8598
8609
|
{
|
@@ -8635,7 +8646,7 @@ function $c(e, t, n, s, i, l) {
|
|
8635
8646
|
}, null, 8, ["validationStatus", "validationMessage", "relatedId", "cmdListOfRequirements", "role"])) : m("", !0)
|
8636
8647
|
])) : m("", !0),
|
8637
8648
|
o("ul", {
|
8638
|
-
class:
|
8649
|
+
class: C({ open: i.showOptions }),
|
8639
8650
|
onClickout: t[5] || (t[5] = (...b) => l.closeOptions && l.closeOptions(...b)),
|
8640
8651
|
"aria-expanded": i.showOptions
|
8641
8652
|
}, [
|
@@ -8650,7 +8661,7 @@ function $c(e, t, n, s, i, l) {
|
|
8650
8661
|
key: 0,
|
8651
8662
|
src: l.pathFlag(l.optionCountry),
|
8652
8663
|
alt: l.optionCountry,
|
8653
|
-
class:
|
8664
|
+
class: C(["flag", l.optionCountry])
|
8654
8665
|
}, null, 10, Rc)) : n.type === "color" ? (a(), r("span", {
|
8655
8666
|
key: 1,
|
8656
8667
|
style: xt("background: " + l.optionColor)
|
@@ -8678,7 +8689,7 @@ function $c(e, t, n, s, i, l) {
|
|
8678
8689
|
key: 0,
|
8679
8690
|
href: "#",
|
8680
8691
|
onClick: S((T) => l.selectOption(b.value), ["prevent"]),
|
8681
|
-
class:
|
8692
|
+
class: C({ active: b.value === n.modelValue }),
|
8682
8693
|
title: b.tooltip
|
8683
8694
|
}, [
|
8684
8695
|
b.iconClass ? (a(), k(d, {
|
@@ -8692,7 +8703,7 @@ function $c(e, t, n, s, i, l) {
|
|
8692
8703
|
key: 1,
|
8693
8704
|
to: "#",
|
8694
8705
|
onClick: S((T) => l.selectOption(b.value), ["prevent"]),
|
8695
|
-
class:
|
8706
|
+
class: C({ active: b.value === n.modelValue })
|
8696
8707
|
}, {
|
8697
8708
|
default: w(() => [
|
8698
8709
|
b.iconClass ? (a(), k(d, {
|
@@ -8707,14 +8718,14 @@ function $c(e, t, n, s, i, l) {
|
|
8707
8718
|
], 8, Uc))), 128))
|
8708
8719
|
])) : n.type !== "default" && n.type !== "content" && i.showOptions ? (a(), r("ul", {
|
8709
8720
|
key: 1,
|
8710
|
-
class:
|
8721
|
+
class: C({ "checkbox-options": n.type === "checkboxOptions" }),
|
8711
8722
|
"aria-expanded": i.showOptions
|
8712
8723
|
}, [
|
8713
8724
|
(a(!0), r(_, null, q(n.selectData, (b, O) => (a(), r("li", { key: O }, [
|
8714
8725
|
n.type === "checkboxOptions" ? (a(), r("label", {
|
8715
8726
|
key: 0,
|
8716
8727
|
for: "option-" + (O + 1),
|
8717
|
-
class:
|
8728
|
+
class: C({ active: n.modelValue.includes(`${b.value}`) })
|
8718
8729
|
}, [
|
8719
8730
|
o("input", {
|
8720
8731
|
type: "checkbox",
|
@@ -8728,7 +8739,7 @@ function $c(e, t, n, s, i, l) {
|
|
8728
8739
|
key: 1,
|
8729
8740
|
href: "#",
|
8730
8741
|
onClick: S((T) => l.selectOption(b.value), ["prevent"]),
|
8731
|
-
class:
|
8742
|
+
class: C({ active: b.value === n.modelValue })
|
8732
8743
|
}, [
|
8733
8744
|
o("img", {
|
8734
8745
|
class: "flag",
|
@@ -8740,7 +8751,7 @@ function $c(e, t, n, s, i, l) {
|
|
8740
8751
|
key: 2,
|
8741
8752
|
href: "#",
|
8742
8753
|
onClick: S((T) => l.selectOption(b.value), ["prevent"]),
|
8743
|
-
class:
|
8754
|
+
class: C({ active: b.value === n.modelValue })
|
8744
8755
|
}, [
|
8745
8756
|
o("span", {
|
8746
8757
|
class: "color",
|
@@ -8787,7 +8798,7 @@ const Ui = /* @__PURE__ */ F(Mc, [["render", $c]]), em = {
|
|
8787
8798
|
}, tm = { class: "fixed-wrapper" }, nm = { class: "scroll-wrapper" };
|
8788
8799
|
function im(e, t, n, s, i, l) {
|
8789
8800
|
return a(), r("div", {
|
8790
|
-
class:
|
8801
|
+
class: C(["cmd-flexible-scroll-container flexible-scroll-container", { "reverse-order": n.fixedContainerAtBottom }])
|
8791
8802
|
}, [
|
8792
8803
|
o("div", tm, [
|
8793
8804
|
P(e.$slots, "fixed-wrapper")
|
@@ -9447,7 +9458,7 @@ const Om = /* @__PURE__ */ F(km, [["render", _m]]), Lm = {
|
|
9447
9458
|
function Hm(e, t, n, s, i, l) {
|
9448
9459
|
const d = G, u = gn;
|
9449
9460
|
return a(), r("div", {
|
9450
|
-
class:
|
9461
|
+
class: C([
|
9451
9462
|
"cmd-input-group label",
|
9452
9463
|
e.validationStatus,
|
9453
9464
|
{
|
@@ -9497,12 +9508,12 @@ function Hm(e, t, n, s, i, l) {
|
|
9497
9508
|
P(e.$slots, "default")
|
9498
9509
|
])) : (a(), r("span", {
|
9499
9510
|
key: 0,
|
9500
|
-
class:
|
9511
|
+
class: C(["flex-container", { vertical: n.orientation === "vertical", "flex-none": !n.stretchHorizontally, "no-gap": n.multipleSwitch }])
|
9501
9512
|
}, [
|
9502
9513
|
(a(!0), r(_, null, q(n.inputElements, (c, g) => (a(), r("label", {
|
9503
9514
|
key: g,
|
9504
9515
|
for: c.id,
|
9505
|
-
class:
|
9516
|
+
class: C({ "toggle-switch": n.toggleSwitches, colored: n.colored })
|
9506
9517
|
}, [
|
9507
9518
|
$(o("input", {
|
9508
9519
|
type: n.inputTypes,
|
@@ -9511,7 +9522,7 @@ function Hm(e, t, n, s, i, l) {
|
|
9511
9522
|
value: c.value,
|
9512
9523
|
"onUpdate:modelValue": t[1] || (t[1] = (f) => l.inputValue = f),
|
9513
9524
|
disabled: c.disabled,
|
9514
|
-
class:
|
9525
|
+
class: C({ "replace-input-type": n.replaceInputType })
|
9515
9526
|
}, null, 10, Am), [
|
9516
9527
|
[jl, l.inputValue]
|
9517
9528
|
]),
|
@@ -9904,7 +9915,7 @@ function tp(e, t, n, s, i, l) {
|
|
9904
9915
|
return a(), r(_, null, [
|
9905
9916
|
$(o("fieldset", Rm, [
|
9906
9917
|
o("legend", {
|
9907
|
-
class:
|
9918
|
+
class: C({ hidden: !n.legendLoginForm.show, "align-left": n.legendLoginForm.align === "left" })
|
9908
9919
|
}, y(n.legendLoginForm.text), 3),
|
9909
9920
|
n.cmdHeadlineLoginForm ? (a(), k(d, j(I({ key: 0 }, n.cmdHeadlineLoginForm)), null, 16)) : m("", !0),
|
9910
9921
|
n.enableLoginWithGoogle ? (a(), r("button", {
|
@@ -9939,7 +9950,7 @@ function tp(e, t, n, s, i, l) {
|
|
9939
9950
|
l.buttonLoginWithYourDataDefaultOptions.text ? (a(), r("span", Wm, y(l.buttonLoginWithYourDataDefaultOptions.text), 1)) : m("", !0)
|
9940
9951
|
], 16)),
|
9941
9952
|
$(o("div", {
|
9942
|
-
class:
|
9953
|
+
class: C(["login-fields flex-container", { vertical: n.orientation === "vertical" }])
|
9943
9954
|
}, [
|
9944
9955
|
p(c, I({
|
9945
9956
|
element: "input",
|
@@ -10011,7 +10022,7 @@ function tp(e, t, n, s, i, l) {
|
|
10011
10022
|
]),
|
10012
10023
|
$(o("fieldset", Qm, [
|
10013
10024
|
o("legend", {
|
10014
|
-
class:
|
10025
|
+
class: C({ hidden: !n.legendForgotLoginForm.show, "align-left": n.legendForgotLoginForm.align === "left" })
|
10015
10026
|
}, y(n.legendForgotLoginForm.text), 3),
|
10016
10027
|
n.cmdHeadlineSendLoginForm ? (a(), k(d, j(I({ key: 0 }, n.cmdHeadlineSendLoginForm)), null, 16)) : m("", !0),
|
10017
10028
|
p(c, I({
|
@@ -10197,7 +10208,7 @@ const np = /* @__PURE__ */ F(qm, [["render", tp]]), ip = {
|
|
10197
10208
|
function gp(e, t, n, s, i, l) {
|
10198
10209
|
const d = G, u = _e("router-link");
|
10199
10210
|
return a(), r("div", {
|
10200
|
-
class:
|
10211
|
+
class: C([
|
10201
10212
|
"cmd-main-navigation main-navigation-wrapper",
|
10202
10213
|
{
|
10203
10214
|
"hide-sub-navigation": !i.showSubNavigations,
|
@@ -10210,7 +10221,7 @@ function gp(e, t, n, s, i, l) {
|
|
10210
10221
|
}, [
|
10211
10222
|
o("nav", null, [
|
10212
10223
|
o("ul", {
|
10213
|
-
class:
|
10224
|
+
class: C({ "stretch-items": n.stretchMainItems })
|
10214
10225
|
}, [
|
10215
10226
|
i.showOffcanvas ? (a(), r("li", lp, [
|
10216
10227
|
o("a", {
|
@@ -10225,7 +10236,7 @@ function gp(e, t, n, s, i, l) {
|
|
10225
10236
|
type: n.closeOffcanvas.iconType
|
10226
10237
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
10227
10238
|
o("span", {
|
10228
|
-
class:
|
10239
|
+
class: C({ hidden: !n.closeOffcanvas.showText })
|
10229
10240
|
}, y(n.closeOffcanvas.text), 3)
|
10230
10241
|
])
|
10231
10242
|
])) : m("", !0),
|
@@ -10233,7 +10244,7 @@ function gp(e, t, n, s, i, l) {
|
|
10233
10244
|
var f, h, v;
|
10234
10245
|
return a(), r("li", {
|
10235
10246
|
key: g,
|
10236
|
-
class:
|
10247
|
+
class: C({ active: c.active, open: i.openEntry === g, "has-subentries": (f = c == null ? void 0 : c.subentries) == null ? void 0 : f.length })
|
10237
10248
|
}, [
|
10238
10249
|
c.type === "href" ? (a(), r("a", {
|
10239
10250
|
key: 0,
|
@@ -10252,7 +10263,7 @@ function gp(e, t, n, s, i, l) {
|
|
10252
10263
|
c.text ? (a(), r("span", ap, y(c.text), 1)) : m("", !0),
|
10253
10264
|
(h = c == null ? void 0 : c.subentries) != null && h.length ? (a(), r("span", {
|
10254
10265
|
key: 2,
|
10255
|
-
class:
|
10266
|
+
class: C(["subentry-icon", n.subentriesIconClass])
|
10256
10267
|
}, null, 2)) : m("", !0)
|
10257
10268
|
], 40, op)) : m("", !0),
|
10258
10269
|
c.type === "router" ? (a(), k(u, {
|
@@ -10270,7 +10281,7 @@ function gp(e, t, n, s, i, l) {
|
|
10270
10281
|
c.text ? (a(), r("span", sp, y(c.text), 1)) : m("", !0),
|
10271
10282
|
c.subentries && c.subentries.length > 0 ? (a(), r("span", {
|
10272
10283
|
key: 2,
|
10273
|
-
class:
|
10284
|
+
class: C(["subentry-icon", n.subentriesIconClass])
|
10274
10285
|
}, null, 2)) : m("", !0)
|
10275
10286
|
]),
|
10276
10287
|
_: 2
|
@@ -10283,7 +10294,7 @@ function gp(e, t, n, s, i, l) {
|
|
10283
10294
|
var T, M;
|
10284
10295
|
return a(), r("li", {
|
10285
10296
|
key: O,
|
10286
|
-
class:
|
10297
|
+
class: C({ open: i.openSubentry === O, "has-subentries": (T = b == null ? void 0 : b.subentries) == null ? void 0 : T.length })
|
10287
10298
|
}, [
|
10288
10299
|
b.type === "href" ? (a(), r("a", {
|
10289
10300
|
key: 0,
|
@@ -10302,7 +10313,7 @@ function gp(e, t, n, s, i, l) {
|
|
10302
10313
|
b.text ? (a(), r("span", up, y(b.text), 1)) : m("", !0),
|
10303
10314
|
b.subentries && b.subentries.length > 0 ? (a(), r("span", {
|
10304
10315
|
key: 2,
|
10305
|
-
class:
|
10316
|
+
class: C(["subentry-icon", n.subentriesIconClass])
|
10306
10317
|
}, null, 2)) : m("", !0)
|
10307
10318
|
], 40, dp)) : m("", !0),
|
10308
10319
|
b.type === "router" ? (a(), k(u, {
|
@@ -10320,7 +10331,7 @@ function gp(e, t, n, s, i, l) {
|
|
10320
10331
|
b.text ? (a(), r("span", cp, y(b.text), 1)) : m("", !0),
|
10321
10332
|
b.subentries && b.subentries.length > 0 ? (a(), r("span", {
|
10322
10333
|
key: 2,
|
10323
|
-
class:
|
10334
|
+
class: C(["subentry-icon", n.subentriesIconClass])
|
10324
10335
|
}, null, 2)) : m("", !0)
|
10325
10336
|
]),
|
10326
10337
|
_: 2
|
@@ -10345,7 +10356,7 @@ function gp(e, t, n, s, i, l) {
|
|
10345
10356
|
B.text ? (a(), r("span", fp, y(B.text), 1)) : m("", !0),
|
10346
10357
|
B.subentries && B.subentries.length > 0 ? (a(), r("span", {
|
10347
10358
|
key: 2,
|
10348
|
-
class:
|
10359
|
+
class: C(["subentry-icon", n.subentriesIconClass])
|
10349
10360
|
}, null, 2)) : m("", !0)
|
10350
10361
|
], 8, pp)) : m("", !0),
|
10351
10362
|
B.type === "router" ? (a(), k(u, {
|
@@ -10363,7 +10374,7 @@ function gp(e, t, n, s, i, l) {
|
|
10363
10374
|
B.text ? (a(), r("span", hp, y(B.text), 1)) : m("", !0),
|
10364
10375
|
B.subentries && B.subentries.length > 0 ? (a(), r("span", {
|
10365
10376
|
key: 2,
|
10366
|
-
class:
|
10377
|
+
class: C(["subentry-icon", n.subentriesIconClass])
|
10367
10378
|
}, null, 2)) : m("", !0)
|
10368
10379
|
]),
|
10369
10380
|
_: 2
|
@@ -10389,7 +10400,7 @@ function gp(e, t, n, s, i, l) {
|
|
10389
10400
|
type: n.buttonOffcanvas.iconType
|
10390
10401
|
}, null, 8, ["iconClass", "type"]),
|
10391
10402
|
o("span", {
|
10392
|
-
class:
|
10403
|
+
class: C({ hidden: !n.buttonOffcanvas.showText })
|
10393
10404
|
}, y(n.buttonOffcanvas.text), 3)
|
10394
10405
|
])) : m("", !0)
|
10395
10406
|
], 2);
|
@@ -10463,19 +10474,20 @@ const Ji = /* @__PURE__ */ F(ip, [["render", gp]]), yp = {
|
|
10463
10474
|
function Cp(e, t, n, s, i, l) {
|
10464
10475
|
const d = G, u = Re;
|
10465
10476
|
return a(), r("ol", {
|
10466
|
-
class:
|
10477
|
+
class: C(["cmd-multistep-form-progress-bar", { "use-gap": n.useGap, "full-width": n.fullWidth }])
|
10467
10478
|
}, [
|
10468
10479
|
(a(!0), r(_, null, q(n.multisteps, (c, g) => (a(), r("li", {
|
10469
10480
|
key: g,
|
10470
|
-
class:
|
10481
|
+
class: C({ active: i.activeLink === g })
|
10471
10482
|
}, [
|
10472
10483
|
p(u, {
|
10473
10484
|
linkType: c.linkType,
|
10474
|
-
class:
|
10485
|
+
class: C(["stretch-on-small-devices", l.activeLinkClass(c.linkTyp, g)]),
|
10475
10486
|
styleAsButton: n.usePrimaryButtons,
|
10476
10487
|
primaryButton: n.usePrimaryButtons,
|
10477
10488
|
path: c.path,
|
10478
10489
|
title: c.tooltip,
|
10490
|
+
disabled: c.disabled,
|
10479
10491
|
onClick: (f) => l.clickedStep(f, g)
|
10480
10492
|
}, {
|
10481
10493
|
default: w(() => [
|
@@ -10488,10 +10500,10 @@ function Cp(e, t, n, s, i, l) {
|
|
10488
10500
|
c.text ? (a(), r("span", xp, y(c.text), 1)) : m("", !0)
|
10489
10501
|
]),
|
10490
10502
|
_: 2
|
10491
|
-
}, 1032, ["linkType", "class", "styleAsButton", "primaryButton", "path", "title", "onClick"]),
|
10503
|
+
}, 1032, ["linkType", "class", "styleAsButton", "primaryButton", "path", "title", "disabled", "onClick"]),
|
10492
10504
|
g + 1 !== n.multisteps.length && n.useGap ? (a(), r("span", {
|
10493
10505
|
key: 0,
|
10494
|
-
class:
|
10506
|
+
class: C(["separator", n.separatorIconClass])
|
10495
10507
|
}, null, 2)) : m("", !0)
|
10496
10508
|
], 2))), 128))
|
10497
10509
|
], 2);
|
@@ -10650,7 +10662,7 @@ function Sp(e, t, n, s, i, l) {
|
|
10650
10662
|
const d = Yi, u = te;
|
10651
10663
|
return a(), r("fieldset", wp, [
|
10652
10664
|
o("legend", {
|
10653
|
-
class:
|
10665
|
+
class: C({ hidden: !n.legend.show, "align-left": n.legend.align === "left" })
|
10654
10666
|
}, y(n.legend.text), 3),
|
10655
10667
|
p(d, {
|
10656
10668
|
inputTypes: "radio",
|
@@ -10853,7 +10865,7 @@ function Hp(e, t, n, s, i, l) {
|
|
10853
10865
|
href: "#",
|
10854
10866
|
onClick: t[4] || (t[4] = S((u) => l.toggleClosedStatus("am"), ["prevent"])),
|
10855
10867
|
title: i.editableDay.amClosed ? "Set to open" : "Set to closed",
|
10856
|
-
class:
|
10868
|
+
class: C(i.editableDay.amClosed ? "icon-clock" : "icon-blocked")
|
10857
10869
|
}, null, 10, Vp)
|
10858
10870
|
]),
|
10859
10871
|
o("div", Ap, [
|
@@ -10895,7 +10907,7 @@ function Hp(e, t, n, s, i, l) {
|
|
10895
10907
|
href: "#",
|
10896
10908
|
onClick: t[8] || (t[8] = S((u) => l.toggleClosedStatus("pm"), ["prevent"])),
|
10897
10909
|
title: i.editableDay.pmClosed ? "Set to open" : "Set to closed",
|
10898
|
-
class:
|
10910
|
+
class: C(i.editableDay.pmClosed ? "icon-clock" : "icon-blocked")
|
10899
10911
|
}, null, 10, Ep)
|
10900
10912
|
])
|
10901
10913
|
])
|
@@ -11204,7 +11216,7 @@ function Qp(e, t, n, s, i, l) {
|
|
11204
11216
|
_: 1
|
11205
11217
|
}, 16, ["linkType", "class"])) : (a(), r("span", {
|
11206
11218
|
key: 1,
|
11207
|
-
class:
|
11219
|
+
class: C({ closed: l.isClosed })
|
11208
11220
|
}, y(l.textOpenClosed), 3))
|
11209
11221
|
], 64)) : e.editing ? (a(), r("div", zp, [
|
11210
11222
|
p(c, {
|
@@ -11413,7 +11425,7 @@ function uf(e, t, n, s, i, l) {
|
|
11413
11425
|
return a(), r("div", tf, [
|
11414
11426
|
o("a", {
|
11415
11427
|
href: l.getPreviousHref,
|
11416
|
-
class:
|
11428
|
+
class: C(["page-change", { disabled: i.currentPage === 1, button: n.linkType === "button" }]),
|
11417
11429
|
onClick: t[0] || (t[0] = S((...u) => l.previousPage && l.previousPage(...u), ["prevent"])),
|
11418
11430
|
title: n.prevLink.showText ? null : n.prevLink.text
|
11419
11431
|
}, [
|
@@ -11427,7 +11439,7 @@ function uf(e, t, n, s, i, l) {
|
|
11427
11439
|
o("div", af, [
|
11428
11440
|
(a(!0), r(_, null, q(n.pages, (u, c) => (a(), r("a", {
|
11429
11441
|
href: l.getHref(u),
|
11430
|
-
class:
|
11442
|
+
class: C({ disabled: i.currentPage === c + 1, button: n.linkType === "button", hidden: !n.showPageNumbers }),
|
11431
11443
|
title: i.currentPage !== c + 1 ? e.getMessage("pagination.tooltip.go_to_page", c + 1) : e.getMessage("pagination.tooltip.not_possible"),
|
11432
11444
|
key: c,
|
11433
11445
|
onClick: S((g) => l.showPage(u), ["stop", "prevent"]),
|
@@ -11439,7 +11451,7 @@ function uf(e, t, n, s, i, l) {
|
|
11439
11451
|
]),
|
11440
11452
|
o("a", {
|
11441
11453
|
href: l.getNextHref,
|
11442
|
-
class:
|
11454
|
+
class: C(["page-change", { disabled: i.currentPage === l.numberOfPages, button: n.linkType === "button" }]),
|
11443
11455
|
onClick: t[1] || (t[1] = S((...u) => l.nextPage && l.nextPage(...u), ["prevent"])),
|
11444
11456
|
title: n.nextLink.showText ? null : n.nextLink.text
|
11445
11457
|
}, [
|
@@ -11556,7 +11568,7 @@ function gf(e, t, n, s, i, l) {
|
|
11556
11568
|
return a(), r("li", pf, [
|
11557
11569
|
(a(), r("a", {
|
11558
11570
|
key: n.network.path,
|
11559
|
-
class:
|
11571
|
+
class: C(["button", n.network.buttonClass, { disabled: n.userMustAcceptDataPrivacy && !n.dataPrivacyAccepted }, "text-align-" + n.buttonTextAlign]),
|
11560
11572
|
href: l.getUrl(n.network),
|
11561
11573
|
onClick: t[0] || (t[0] = (...u) => l.preventOnDisabled && l.preventOnDisabled(...u)),
|
11562
11574
|
target: "_blank",
|
@@ -11736,7 +11748,7 @@ function xf(e, t, n, s, i, l) {
|
|
11736
11748
|
var f, h;
|
11737
11749
|
const d = Y, u = te, c = yf, g = qe;
|
11738
11750
|
return a(), r("div", {
|
11739
|
-
class:
|
11751
|
+
class: C(["cmd-social-networks", { stretch: n.stretchButtons }, l.alignment])
|
11740
11752
|
}, [
|
11741
11753
|
(f = n.cmdHeadline) != null && f.headlineText || (h = e.editModeContext) != null && h.editing ? (a(), k(d, j(I({ key: 0 }, n.cmdHeadline || {})), null, 16)) : m("", !0),
|
11742
11754
|
n.userMustAcceptDataPrivacy ? (a(), k(u, I({
|
@@ -11749,7 +11761,7 @@ function xf(e, t, n, s, i, l) {
|
|
11749
11761
|
}), null, 16, ["modelValue"])) : m("", !0),
|
11750
11762
|
l.validNetworks.length > 0 ? (a(), r("ul", {
|
11751
11763
|
key: 2,
|
11752
|
-
class:
|
11764
|
+
class: C(["button-wrapper", { "no-gap": !n.useGap }])
|
11753
11765
|
}, [
|
11754
11766
|
e.editModeContext ? (a(!0), r(_, { key: 1 }, q(l.validNetworks, (v, b) => (a(), k(g, {
|
11755
11767
|
key: "x" + b,
|
@@ -11882,7 +11894,7 @@ function Tf(e, t, n, s, i, l) {
|
|
11882
11894
|
var u, c, g, f;
|
11883
11895
|
const d = Zi;
|
11884
11896
|
return a(), r("footer", {
|
11885
|
-
class:
|
11897
|
+
class: C(["cmd-page-footer flex-container", { "small-buttons": n.useSmallButtons }])
|
11886
11898
|
}, [
|
11887
11899
|
n.cmdSocialNetworks ? (a(), k(d, j(I({ key: 0 }, n.cmdSocialNetworks)), {
|
11888
11900
|
default: w(() => [
|
@@ -11894,14 +11906,14 @@ function Tf(e, t, n, s, i, l) {
|
|
11894
11906
|
P(e.$slots, "default"),
|
11895
11907
|
(u = l.buttonPrintViewOptions) != null && u.show ? (a(), r("button", {
|
11896
11908
|
key: 0,
|
11897
|
-
class:
|
11909
|
+
class: C(["button", { primary: l.buttonPrintViewOptions.primary }]),
|
11898
11910
|
id: "print-view-button",
|
11899
11911
|
title: l.buttonPrintViewOptions.text ? (c = l.buttonPrintViewOptions.icon) == null ? void 0 : c.tooltip : null,
|
11900
11912
|
onClick: t[0] || (t[0] = (...h) => l.showFancyBox && l.showFancyBox(...h))
|
11901
11913
|
}, [
|
11902
11914
|
(g = l.buttonPrintViewOptions.icon) != null && g.show ? (a(), r("span", {
|
11903
11915
|
key: 0,
|
11904
|
-
class:
|
11916
|
+
class: C((f = l.buttonPrintViewOptions.icon) == null ? void 0 : f.iconClass)
|
11905
11917
|
}, null, 2)) : m("", !0),
|
11906
11918
|
l.buttonPrintViewOptions.text ? (a(), r("span", wf, y(l.buttonPrintViewOptions.text), 1)) : m("", !0)
|
11907
11919
|
], 10, kf)) : m("", !0)
|
@@ -11992,7 +12004,7 @@ function Pf(e, t, n, s, i, l) {
|
|
11992
12004
|
for: n.id
|
11993
12005
|
}, [
|
11994
12006
|
o("span", {
|
11995
|
-
class:
|
12007
|
+
class: C(["label-text", { hidden: !n.showLabel }])
|
11996
12008
|
}, y(n.labelText), 3),
|
11997
12009
|
o("span", Ff, [
|
11998
12010
|
n.showLoadingStatus ? (a(), r("span", Vf, y(i.loadingStatus) + " %", 1)) : m("", !0),
|
@@ -12059,7 +12071,7 @@ function Rf(e, t, n, s, i, l) {
|
|
12059
12071
|
var u;
|
12060
12072
|
const d = Y;
|
12061
12073
|
return a(), r("section", {
|
12062
|
-
class:
|
12074
|
+
class: C(["cmd-section flex-container", { box: n.styleAsBox, vertical: n.orientation === "vertical" }])
|
12063
12075
|
}, [
|
12064
12076
|
(u = n.cmdHeadline) != null && u.headlineText ? (a(), k(d, j(I({ key: 0 }, l.cmdHeadlineProperties)), null, 16)) : m("", !0),
|
12065
12077
|
n.content && !n.useSlot ? (a(), r("div", {
|
@@ -12146,7 +12158,7 @@ function Kf(e, t, n, s, i, l) {
|
|
12146
12158
|
var u;
|
12147
12159
|
const d = Y;
|
12148
12160
|
return a(), r("aside", {
|
12149
|
-
class:
|
12161
|
+
class: C(["cmd-sidebar", l.wrapperClass, { box: n.styledAsBox, "collapse-to-right": !n.collapseToLeft }])
|
12150
12162
|
}, [
|
12151
12163
|
o("div", Uf, [
|
12152
12164
|
(u = n.cmdHeadline) != null && u.headlineText && i.open ? (a(), k(d, I({ key: 0 }, n.cmdHeadline, {
|
@@ -12166,7 +12178,7 @@ function Kf(e, t, n, s, i, l) {
|
|
12166
12178
|
onClick: t[0] || (t[0] = S((...c) => l.toggleSidebar && l.toggleSidebar(...c), ["prevent"]))
|
12167
12179
|
}, [
|
12168
12180
|
o("span", {
|
12169
|
-
class:
|
12181
|
+
class: C(l.iconClassOpenCollapse)
|
12170
12182
|
}, null, 2)
|
12171
12183
|
], 8, Gf)) : m("", !0)
|
12172
12184
|
], 2);
|
@@ -12191,7 +12203,7 @@ const Yf = /* @__PURE__ */ F(Nf, [["render", Kf]]), Jf = {
|
|
12191
12203
|
function Qf(e, t, n, s, i, l) {
|
12192
12204
|
return a(), r("div", Zf, [
|
12193
12205
|
o("footer", {
|
12194
|
-
class:
|
12206
|
+
class: C(["flex-container", { vertical: n.orientation === "vertical" }])
|
12195
12207
|
}, [
|
12196
12208
|
P(e.$slots, "default")
|
12197
12209
|
], 2)
|
@@ -12303,7 +12315,7 @@ function th(e, t, n, s, i, l) {
|
|
12303
12315
|
const d = Ni, u = Ji;
|
12304
12316
|
return a(), r("div", {
|
12305
12317
|
ref: "site-header",
|
12306
|
-
class:
|
12318
|
+
class: C([
|
12307
12319
|
"cmd-site-header site-header",
|
12308
12320
|
{
|
12309
12321
|
sticky: n.sticky,
|
@@ -12317,7 +12329,7 @@ function th(e, t, n, s, i, l) {
|
|
12317
12329
|
P(e.$slots, "topheader")
|
12318
12330
|
])) : m("", !0),
|
12319
12331
|
o("header", {
|
12320
|
-
class:
|
12332
|
+
class: C([
|
12321
12333
|
n.useGrid ? "grid-container-create-columns" : "flex-container",
|
12322
12334
|
{ "has-navigation": ((f = (g = n.cmdMainNavigation) == null ? void 0 : g.navigationEntries) == null ? void 0 : f.length) && n.navigationInline || e.$slots.navigation }
|
12323
12335
|
])
|
@@ -12625,7 +12637,7 @@ function ch(e, t, n, s, i, l) {
|
|
12625
12637
|
return a(), r(_, null, [
|
12626
12638
|
o("fieldset", oh, [
|
12627
12639
|
o("legend", {
|
12628
|
-
class:
|
12640
|
+
class: C({ hidden: !n.legend.show, "align-left": n.legend.align === "left" })
|
12629
12641
|
}, y(n.legend.text), 3),
|
12630
12642
|
n.cmdHeadline ? (a(), k(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
12631
12643
|
o("div", ah, [
|
@@ -12900,7 +12912,7 @@ const mh = /* @__PURE__ */ F(lh, [["render", ch]]), ph = {
|
|
12900
12912
|
function bh(e, t, n, s, i, l) {
|
12901
12913
|
const d = Lt, u = ve;
|
12902
12914
|
return a(), r("div", {
|
12903
|
-
class:
|
12915
|
+
class: C(["cmd-slideshow", { "full-width": i.fullWidth }])
|
12904
12916
|
}, [
|
12905
12917
|
o("div", {
|
12906
12918
|
class: "inner-slideshow-wrapper",
|
@@ -12969,11 +12981,11 @@ function bh(e, t, n, s, i, l) {
|
|
12969
12981
|
n.showQuickLinkIcons ? (a(), r("ol", hh, [
|
12970
12982
|
(a(!0), r(_, null, q(n.slideshowItems, (c, g) => (a(), r("li", {
|
12971
12983
|
key: g,
|
12972
|
-
class:
|
12984
|
+
class: C({ active: g === i.index })
|
12973
12985
|
}, [
|
12974
12986
|
o("a", {
|
12975
12987
|
href: "#",
|
12976
|
-
class:
|
12988
|
+
class: C({ disabled: i.slideshowItemEditing }),
|
12977
12989
|
onClick: S((f) => l.showItem(g), ["prevent"]),
|
12978
12990
|
"aria-label": i.index,
|
12979
12991
|
title: i.slideshowItemEditing ? "Not allowed while editing!" : "Switch to image #" + (g + 1)
|
@@ -13079,7 +13091,7 @@ const xh = /* @__PURE__ */ F(ph, [["render", bh]]), Ch = {
|
|
13079
13091
|
function kh(e, t, n, s, i, l) {
|
13080
13092
|
const d = te, u = Re;
|
13081
13093
|
return a(), r("div", {
|
13082
|
-
class:
|
13094
|
+
class: C(["cmd-smart-search", { open: i.showListOfRecommendations, "open-list-to-top": n.openListToTop }])
|
13083
13095
|
}, [
|
13084
13096
|
p(d, I({
|
13085
13097
|
element: "input",
|
@@ -13159,7 +13171,7 @@ function Ih(e, t, n, s, i, l) {
|
|
13159
13171
|
u.link.type === "href" ? (a(), r("a", {
|
13160
13172
|
key: 0,
|
13161
13173
|
href: u.link.path,
|
13162
|
-
class:
|
13174
|
+
class: C(["flag", u.iso2, { active: l.activeLanguage(u.iso2) }]),
|
13163
13175
|
title: u.tooltip,
|
13164
13176
|
onClick: S((g) => l.changeLanguage(u.iso2, g), ["prevent"])
|
13165
13177
|
}, [
|
@@ -13170,7 +13182,7 @@ function Ih(e, t, n, s, i, l) {
|
|
13170
13182
|
], 10, _h)) : (a(), k(d, {
|
13171
13183
|
key: 1,
|
13172
13184
|
to: l.getRoute(u),
|
13173
|
-
class:
|
13185
|
+
class: C(["flag", u.iso2]),
|
13174
13186
|
title: u.tooltip,
|
13175
13187
|
onClick: S((g) => l.changeLanguage(u.iso2, g), ["prevent"])
|
13176
13188
|
}, {
|
@@ -13347,7 +13359,7 @@ const Bh = /* @__PURE__ */ F(Th, [["render", Ih]]), Dh = {
|
|
13347
13359
|
function Rh(e, t, n, s, i, l) {
|
13348
13360
|
const d = G, u = Lt;
|
13349
13361
|
return a(), r("div", {
|
13350
|
-
class:
|
13362
|
+
class: C(["cmd-table-wrapper", { collapsed: !i.showTableData, "full-width": i.fullWidth, "has-caption": l.hasCaption, "has-overflow": i.hasOverflow }])
|
13351
13363
|
}, [
|
13352
13364
|
n.collapsible || n.userCanToggleWidth ? (a(), r("div", Mh, [
|
13353
13365
|
n.userCanToggleWidth ? (a(), r("a", {
|
@@ -13387,14 +13399,14 @@ function Rh(e, t, n, s, i, l) {
|
|
13387
13399
|
}, null, 8, ["onClick"])) : m("", !0),
|
13388
13400
|
o("table", {
|
13389
13401
|
ref: "table",
|
13390
|
-
class:
|
13402
|
+
class: C({ "full-width": i.fullWidth })
|
13391
13403
|
}, [
|
13392
13404
|
P(e.$slots, "table-caption", {}, () => {
|
13393
13405
|
var c, g, f, h;
|
13394
13406
|
return [
|
13395
13407
|
(c = n.tableData.caption) != null && c.text || (g = n.caption) != null && g.text ? (a(), r("caption", {
|
13396
13408
|
key: 0,
|
13397
|
-
class:
|
13409
|
+
class: C({ hidden: l.hideCaption })
|
13398
13410
|
}, y(((f = n.caption) == null ? void 0 : f.text) || ((h = n.tableData.caption) == null ? void 0 : h.text)), 3)) : m("", !0)
|
13399
13411
|
];
|
13400
13412
|
}),
|
@@ -13415,11 +13427,11 @@ function Rh(e, t, n, s, i, l) {
|
|
13415
13427
|
P(e.$slots, "table-body", {}, () => [
|
13416
13428
|
$(o("tbody", Ph, [
|
13417
13429
|
(a(!0), r(_, null, q(n.tableData.tbody, (c, g) => (a(), r("tr", {
|
13418
|
-
class:
|
13430
|
+
class: C({ active: n.tableData.rowIndexHighlighted === g }),
|
13419
13431
|
key: g
|
13420
13432
|
}, [
|
13421
13433
|
(a(!0), r(_, null, q(c, (f, h) => (a(), r("td", {
|
13422
|
-
class:
|
13434
|
+
class: C({ active: n.tableData.columnIndexHighlighted === h }),
|
13423
13435
|
key: h,
|
13424
13436
|
innerHTML: f
|
13425
13437
|
}, null, 10, Eh))), 128))
|
@@ -13439,7 +13451,7 @@ function Rh(e, t, n, s, i, l) {
|
|
13439
13451
|
n.tableData.tfoot && n.tableData.tfoot.length && i.showTableData ? (a(), r("tfoot", Hh, [
|
13440
13452
|
o("tr", null, [
|
13441
13453
|
(a(!0), r(_, null, q(n.tableData.tfoot, (c, g) => (a(), r("td", {
|
13442
|
-
class:
|
13454
|
+
class: C({ active: n.tableData.columnIndexHighlighted === g }),
|
13443
13455
|
key: g,
|
13444
13456
|
innerHTML: c
|
13445
13457
|
}, null, 10, qh))), 128))
|
@@ -13548,11 +13560,11 @@ function $h(e, t, n, s, i, l) {
|
|
13548
13560
|
const d = G, u = Y;
|
13549
13561
|
return a(), r("div", Yh, [
|
13550
13562
|
o("ul", {
|
13551
|
-
class:
|
13563
|
+
class: C({ "stretch-tabs": n.stretchTabs }),
|
13552
13564
|
role: "tablist"
|
13553
13565
|
}, [
|
13554
13566
|
(a(!0), r(_, null, q(n.tabs, (c, g) => (a(), r("li", {
|
13555
|
-
class:
|
13567
|
+
class: C({ active: i.showTab === g }),
|
13556
13568
|
key: g,
|
13557
13569
|
role: "tab"
|
13558
13570
|
}, [
|
@@ -13573,7 +13585,7 @@ function $h(e, t, n, s, i, l) {
|
|
13573
13585
|
n.useSlot ? (a(!0), r(_, { key: 0 }, q(n.tabs.length, (c) => $((a(), r("div", {
|
13574
13586
|
key: c,
|
13575
13587
|
"aria-live": "assertive",
|
13576
|
-
class:
|
13588
|
+
class: C(["tab-content-" + (c - 1), { "no-padding": !n.useDefaultPadding }])
|
13577
13589
|
}, [
|
13578
13590
|
P(e.$slots, "tab-content-" + (c - 1))
|
13579
13591
|
], 2)), [
|
@@ -13585,7 +13597,7 @@ function $h(e, t, n, s, i, l) {
|
|
13585
13597
|
}), null, 16, ["headlineText", "headlineLevel"])) : m("", !0),
|
13586
13598
|
o("div", {
|
13587
13599
|
innerHTML: n.tabs[i.showTab].htmlContent,
|
13588
|
-
class:
|
13600
|
+
class: C({ "no-padding": !n.useDefaultPadding })
|
13589
13601
|
}, null, 10, Xh)
|
13590
13602
|
]))
|
13591
13603
|
]);
|
@@ -13712,7 +13724,7 @@ function ig(e, t, n, s, i, l) {
|
|
13712
13724
|
var g, f, h, v;
|
13713
13725
|
const d = Y, u = ve, c = qe;
|
13714
13726
|
return a(), r("div", {
|
13715
|
-
class:
|
13727
|
+
class: C(["cmd-text-image-block flex-container", n.orientation])
|
13716
13728
|
}, [
|
13717
13729
|
((g = n.cmdHeadline) != null && g.headlineText || e.editModeContext) && n.headlinePosition === "aboveImage" && n.orientation === "vertical" ? (a(), k(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
13718
13730
|
n.cmdImage ? (a(), k(u, {
|
@@ -13723,7 +13735,7 @@ function ig(e, t, n, s, i, l) {
|
|
13723
13735
|
}, null, 8, ["image", "figcaption"])) : m("", !0),
|
13724
13736
|
e.editModeContext ? m("", !0) : (a(), r("div", {
|
13725
13737
|
key: 2,
|
13726
|
-
class:
|
13738
|
+
class: C(["flex-container vertical", l.setInnerClass])
|
13727
13739
|
}, [
|
13728
13740
|
((v = n.cmdHeadline) != null && v.headlineText || e.editModeContext) && (n.headlinePosition === "belowImage" || n.orientation === "horizontal") ? (a(), k(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
13729
13741
|
n.htmlContent ? (a(), r("div", {
|
@@ -13745,7 +13757,7 @@ function ig(e, t, n, s, i, l) {
|
|
13745
13757
|
default: w((b) => [
|
13746
13758
|
b.editing ? $((a(), r("textarea", {
|
13747
13759
|
key: 0,
|
13748
|
-
class:
|
13760
|
+
class: C(["edit-mode", l.textAlign]),
|
13749
13761
|
"onUpdate:modelValue": t[0] || (t[0] = (O) => i.editableHtmlContent = O),
|
13750
13762
|
placeholder: "Paragraph"
|
13751
13763
|
}, null, 2)), [
|
@@ -13753,7 +13765,7 @@ function ig(e, t, n, s, i, l) {
|
|
13753
13765
|
]) : n.htmlContent ? (a(), r("div", {
|
13754
13766
|
key: 1,
|
13755
13767
|
innerHTML: n.htmlContent,
|
13756
|
-
class:
|
13768
|
+
class: C(l.textAlign)
|
13757
13769
|
}, null, 10, ng)) : (a(), r("button", {
|
13758
13770
|
key: 2,
|
13759
13771
|
type: "button",
|
@@ -13925,7 +13937,7 @@ const lg = /* @__PURE__ */ F(eg, [["render", ig]]), og = {
|
|
13925
13937
|
function sg(e, t, n, s, i, l) {
|
13926
13938
|
const d = G, u = te;
|
13927
13939
|
return a(), r("div", {
|
13928
|
-
class:
|
13940
|
+
class: C(["cmd-toggle-dark-mode", { "styled-layout": n.useStyledLayout, "dark-mode": i.darkMode }])
|
13929
13941
|
}, [
|
13930
13942
|
e.editing ? (a(), r(_, { key: 1 }, [
|
13931
13943
|
p(u, {
|
@@ -13948,7 +13960,7 @@ function sg(e, t, n, s, i, l) {
|
|
13948
13960
|
n.styledAsButton ? (a(), r("a", {
|
13949
13961
|
key: 0,
|
13950
13962
|
href: "#",
|
13951
|
-
class:
|
13963
|
+
class: C(["button", { "dark-mode": i.darkMode }]),
|
13952
13964
|
onClick: t[0] || (t[0] = S((...c) => l.toggleColorScheme && l.toggleColorScheme(...c), ["prevent"]))
|
13953
13965
|
}, [
|
13954
13966
|
n.showLabel ? (a(), r("span", ag, y(l.labelText), 1)) : m("", !0),
|
@@ -14037,22 +14049,22 @@ const { toString: ug } = Object.prototype, { getPrototypeOf: Tn } = Object, It =
|
|
14037
14049
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
14038
14050
|
})(/* @__PURE__ */ Object.create(null)), ke = (e) => (e = e.toLowerCase(), (t) => It(t) === e), Bt = (e) => (t) => typeof t === e, { isArray: We } = Array, lt = Bt("undefined");
|
14039
14051
|
function cg(e) {
|
14040
|
-
return e !== null && !lt(e) && e.constructor !== null && !lt(e.constructor) &&
|
14052
|
+
return e !== null && !lt(e) && e.constructor !== null && !lt(e.constructor) && ye(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
14041
14053
|
}
|
14042
14054
|
const $i = ke("ArrayBuffer");
|
14043
14055
|
function mg(e) {
|
14044
14056
|
let t;
|
14045
14057
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && $i(e.buffer), t;
|
14046
14058
|
}
|
14047
|
-
const pg = Bt("string"),
|
14059
|
+
const pg = Bt("string"), ye = Bt("function"), el = Bt("number"), Dt = (e) => e !== null && typeof e == "object", fg = (e) => e === !0 || e === !1, yt = (e) => {
|
14048
14060
|
if (It(e) !== "object")
|
14049
14061
|
return !1;
|
14050
14062
|
const t = Tn(e);
|
14051
14063
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
14052
|
-
}, hg = ke("Date"), gg = ke("File"), yg = ke("Blob"), bg = ke("FileList"), xg = (e) => Dt(e) &&
|
14064
|
+
}, hg = ke("Date"), gg = ke("File"), yg = ke("Blob"), bg = ke("FileList"), xg = (e) => Dt(e) && ye(e.pipe), Cg = (e) => {
|
14053
14065
|
let t;
|
14054
|
-
return e && (typeof FormData == "function" && e instanceof FormData ||
|
14055
|
-
t === "object" &&
|
14066
|
+
return e && (typeof FormData == "function" && e instanceof FormData || ye(e.append) && ((t = It(e)) === "formdata" || // detect form-data instance
|
14067
|
+
t === "object" && ye(e.toString) && e.toString() === "[object FormData]"));
|
14056
14068
|
}, vg = ke("URLSearchParams"), [kg, wg, Tg, Sg] = ["ReadableStream", "Request", "Response", "Headers"].map(ke), _g = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
14057
14069
|
function ot(e, t, { allOwnKeys: n = !1 } = {}) {
|
14058
14070
|
if (e === null || typeof e > "u")
|
@@ -14088,7 +14100,7 @@ function en() {
|
|
14088
14100
|
return t;
|
14089
14101
|
}
|
14090
14102
|
const Og = (e, t, n, { allOwnKeys: s } = {}) => (ot(t, (i, l) => {
|
14091
|
-
n &&
|
14103
|
+
n && ye(i) ? e[l] = Xi(i, n) : e[l] = i;
|
14092
14104
|
}, { allOwnKeys: s }), e), Lg = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Ig = (e, t, n, s) => {
|
14093
14105
|
e.prototype = Object.create(t.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
14094
14106
|
value: t.prototype
|
@@ -14142,10 +14154,10 @@ const Og = (e, t, n, { allOwnKeys: s } = {}) => (ot(t, (i, l) => {
|
|
14142
14154
|
}), Object.defineProperties(e, s);
|
14143
14155
|
}, qg = (e) => {
|
14144
14156
|
ll(e, (t, n) => {
|
14145
|
-
if (
|
14157
|
+
if (ye(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
|
14146
14158
|
return !1;
|
14147
14159
|
const s = e[n];
|
14148
|
-
if (
|
14160
|
+
if (ye(s)) {
|
14149
14161
|
if (t.enumerable = !1, "writable" in t) {
|
14150
14162
|
t.writable = !1;
|
14151
14163
|
return;
|
@@ -14175,7 +14187,7 @@ const Og = (e, t, n, { allOwnKeys: s } = {}) => (ot(t, (i, l) => {
|
|
14175
14187
|
return n;
|
14176
14188
|
};
|
14177
14189
|
function zg(e) {
|
14178
|
-
return !!(e &&
|
14190
|
+
return !!(e && ye(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
|
14179
14191
|
}
|
14180
14192
|
const Wg = (e) => {
|
14181
14193
|
const t = new Array(10), n = (s, i) => {
|
@@ -14194,7 +14206,7 @@ const Wg = (e) => {
|
|
14194
14206
|
return s;
|
14195
14207
|
};
|
14196
14208
|
return n(e, 0);
|
14197
|
-
}, Gg = ke("AsyncFunction"), Kg = (e) => e && (Dt(e) ||
|
14209
|
+
}, Gg = ke("AsyncFunction"), Kg = (e) => e && (Dt(e) || ye(e)) && ye(e.then) && ye(e.catch), L = {
|
14198
14210
|
isArray: We,
|
14199
14211
|
isArrayBuffer: $i,
|
14200
14212
|
isBuffer: cg,
|
@@ -14214,7 +14226,7 @@ const Wg = (e) => {
|
|
14214
14226
|
isFile: gg,
|
14215
14227
|
isBlob: yg,
|
14216
14228
|
isRegExp: Hg,
|
14217
|
-
isFunction:
|
14229
|
+
isFunction: ye,
|
14218
14230
|
isStream: xg,
|
14219
14231
|
isURLSearchParams: vg,
|
14220
14232
|
isTypedArray: Fg,
|
@@ -16236,10 +16248,10 @@ function cb(e, t, n, s, i, l) {
|
|
16236
16248
|
return a(), r(_, null, [
|
16237
16249
|
n.advancedMode ? (a(), r("fieldset", {
|
16238
16250
|
key: 0,
|
16239
|
-
class:
|
16251
|
+
class: C(["cmd-upload-form flex-container vertical", { "upload-initiated": i.uploadInitiated }])
|
16240
16252
|
}, [
|
16241
16253
|
o("legend", {
|
16242
|
-
class:
|
16254
|
+
class: C({ hidden: !n.legend.show, "align-left": n.legend.align === "left" })
|
16243
16255
|
}, y(n.legend.text), 3),
|
16244
16256
|
n.cmdHeadlineFieldset ? (a(), k(d, j(I({ key: 0 }, n.cmdHeadlineFieldset)), null, 16)) : m("", !0),
|
16245
16257
|
l.systemMessageStatus && l.allSystemMessages.length ? (a(), k(u, {
|
@@ -16284,7 +16296,7 @@ function cb(e, t, n, s, i, l) {
|
|
16284
16296
|
], 64))
|
16285
16297
|
]),
|
16286
16298
|
o("small", {
|
16287
|
-
class:
|
16299
|
+
class: C([
|
16288
16300
|
"text-align-right",
|
16289
16301
|
{ error: n.maxTotalUploadSize > 0 && l.totalSize > n.maxTotalUploadSize }
|
16290
16302
|
])
|
@@ -16321,7 +16333,7 @@ function cb(e, t, n, s, i, l) {
|
|
16321
16333
|
p(c, I({ ref_for: !0 }, n.iconDelete), null, 16)
|
16322
16334
|
], 8, Ky),
|
16323
16335
|
o("span", {
|
16324
|
-
class:
|
16336
|
+
class: C([
|
16325
16337
|
"text-align-right",
|
16326
16338
|
f.allowedType ? "allowed" : "not-allowed",
|
16327
16339
|
{ error: f.error }
|
@@ -16372,20 +16384,20 @@ function cb(e, t, n, s, i, l) {
|
|
16372
16384
|
o("dl", Xy, [
|
16373
16385
|
n.maxTotalUploadSize > 0 ? (a(), r(_, { key: 0 }, [
|
16374
16386
|
o("dt", {
|
16375
|
-
class:
|
16387
|
+
class: C({ error: l.totalSize > n.maxTotalUploadSize })
|
16376
16388
|
}, y(e.getMessage("upload_form.max_total_upload_size")), 3),
|
16377
16389
|
o("dd", {
|
16378
|
-
class:
|
16390
|
+
class: C(["text-align-right", { error: l.totalSize > n.maxTotalUploadSize }])
|
16379
16391
|
}, y(l.formatSize(n.maxTotalUploadSize)), 3)
|
16380
16392
|
], 64)) : m("", !0),
|
16381
16393
|
o("dt", {
|
16382
|
-
class:
|
16394
|
+
class: C({ error: i.errors.fileSize })
|
16383
16395
|
}, y(e.getMessage("upload_form.max_file_upload_size")), 3),
|
16384
16396
|
o("dd", {
|
16385
|
-
class:
|
16397
|
+
class: C(["text-align-right", { error: i.errors.fileSize }])
|
16386
16398
|
}, y(l.formatSize(n.maxFileUploadSize)), 3),
|
16387
16399
|
o("dt", {
|
16388
|
-
class:
|
16400
|
+
class: C({ error: i.errors.fileType })
|
16389
16401
|
}, y(e.getMessage("upload_form.allowed_file_types")), 3),
|
16390
16402
|
o("dd", null, [
|
16391
16403
|
o("a", {
|
@@ -16405,7 +16417,7 @@ function cb(e, t, n, s, i, l) {
|
|
16405
16417
|
i.showListOfFileExtensions ? (a(), r("ul", eb, [
|
16406
16418
|
(a(!0), r(_, null, q(n.allowedFileExtensions, (f, h) => (a(), r("li", {
|
16407
16419
|
key: h,
|
16408
|
-
class:
|
16420
|
+
class: C({ error: i.errors.fileType })
|
16409
16421
|
}, y(f), 3))), 128))
|
16410
16422
|
])) : m("", !0)
|
16411
16423
|
]),
|
@@ -16417,7 +16429,7 @@ function cb(e, t, n, s, i, l) {
|
|
16417
16429
|
o("div", tb, [
|
16418
16430
|
o("button", {
|
16419
16431
|
type: "button",
|
16420
|
-
class:
|
16432
|
+
class: C(["button upload primary", { disabled: i.uploadInitiated }]),
|
16421
16433
|
disabled: i.uploadInitiated,
|
16422
16434
|
onClick: t[3] || (t[3] = (f) => l.selectFiles())
|
16423
16435
|
}, [
|
@@ -16429,7 +16441,7 @@ function cb(e, t, n, s, i, l) {
|
|
16429
16441
|
], 10, nb),
|
16430
16442
|
n.enableDragAndDrop ? (a(), r("p", {
|
16431
16443
|
key: 0,
|
16432
|
-
class:
|
16444
|
+
class: C(["text-drag-and-drop", { disabled: i.uploadInitiated }])
|
16433
16445
|
}, [
|
16434
16446
|
o("span", null, y(e.getMessage("upload_form.or")), 1),
|
16435
16447
|
o("strong", null, [
|
@@ -16458,7 +16470,7 @@ function cb(e, t, n, s, i, l) {
|
|
16458
16470
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : m("", !0),
|
16459
16471
|
o("div", ob, [
|
16460
16472
|
o("button", {
|
16461
|
-
class:
|
16473
|
+
class: C([
|
16462
16474
|
"button primary",
|
16463
16475
|
{
|
16464
16476
|
disabled: i.listOfFiles.length === 0 || n.maxTotalUploadSize > 0 && l.totalSize > n.maxTotalUploadSize || i.uploadInitiated
|
@@ -16471,7 +16483,7 @@ function cb(e, t, n, s, i, l) {
|
|
16471
16483
|
i.listOfFiles.length === 1 || !n.allowMultipleFileUploads ? (a(), r("span", sb, y(e.getMessage("upload_form.buttontext.upload_file")), 1)) : (a(), r("span", rb, y(e.getMessage("upload_form.buttontext.upload_files")), 1))
|
16472
16484
|
], 10, ab),
|
16473
16485
|
o("button", {
|
16474
|
-
class:
|
16486
|
+
class: C(["button", { disabled: i.listOfFiles.length === 0 }]),
|
16475
16487
|
onClick: t[6] || (t[6] = (...f) => l.cancel && l.cancel(...f))
|
16476
16488
|
}, [
|
16477
16489
|
p(c, j(Ve(n.iconCancel)), null, 16),
|
@@ -16639,18 +16651,18 @@ const mb = /* @__PURE__ */ F(Py, [["render", cb]]), pb = {
|
|
16639
16651
|
function gb(e, t, n, s, i, l) {
|
16640
16652
|
const d = Y;
|
16641
16653
|
return a(), r("div", {
|
16642
|
-
class:
|
16654
|
+
class: C(["cmd-width-limitation-wrapper", { sticky: n.sticky }]),
|
16643
16655
|
ref: "width-limitation-wrapper"
|
16644
16656
|
}, [
|
16645
16657
|
n.useInnerSection ? (a(), r("section", {
|
16646
16658
|
key: 0,
|
16647
|
-
class:
|
16659
|
+
class: C(l.setInnerClass),
|
16648
16660
|
id: n.anchorId
|
16649
16661
|
}, [
|
16650
16662
|
n.cmdHeadline ? (a(), k(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
16651
16663
|
l.oneSlotItem() ? P(e.$slots, "default", { key: 1 }) : (a(), r("div", {
|
16652
16664
|
key: 2,
|
16653
|
-
class:
|
16665
|
+
class: C(l.setInnerClass)
|
16654
16666
|
}, [
|
16655
16667
|
P(e.$slots, "default")
|
16656
16668
|
], 2))
|
@@ -17517,14 +17529,14 @@ const wl = /* @__PURE__ */ F(Eb, [["render", Hb]]), qb = {
|
|
17517
17529
|
};
|
17518
17530
|
}
|
17519
17531
|
};
|
17520
|
-
function
|
17532
|
+
function Dv(e = !1) {
|
17521
17533
|
return e ? (/* @__PURE__ */ new Date()).toISOString() : (/* @__PURE__ */ new Date()).toISOString().split("T")[0];
|
17522
17534
|
}
|
17523
|
-
function
|
17535
|
+
function Mv() {
|
17524
17536
|
const e = /* @__PURE__ */ new Date(), t = String(e.getHours()).padStart(2, "0"), n = String(e.getMinutes()).padStart(2, "0");
|
17525
17537
|
return t + ":" + n;
|
17526
17538
|
}
|
17527
|
-
function
|
17539
|
+
function Fv(e, t = "+", n = 1) {
|
17528
17540
|
const s = new Date(e);
|
17529
17541
|
if (t === "+")
|
17530
17542
|
s.setDate(s.getDate() + n);
|
@@ -17534,7 +17546,7 @@ function Mv(e, t = "+", n = 1) {
|
|
17534
17546
|
throw new Error("function 'getDate()' received invalid operator as parameter. Use '+' to add or '-' to subtract days.");
|
17535
17547
|
return s;
|
17536
17548
|
}
|
17537
|
-
function
|
17549
|
+
function Vv(e, t = "short") {
|
17538
17550
|
const n = new Date(e), s = ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"], i = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
|
17539
17551
|
if (t === "short")
|
17540
17552
|
return s[n.getDay()];
|
@@ -17679,7 +17691,7 @@ function lx(e, t, n, s, i, l) {
|
|
17679
17691
|
var f;
|
17680
17692
|
return a(), r(_, { key: g }, [
|
17681
17693
|
o("div", {
|
17682
|
-
class:
|
17694
|
+
class: C(["cmd-mail-tool-entry flex-container box", { unread: !i.mailIsRead.has(c.id) }]),
|
17683
17695
|
title: e.getMessage("mail_tool_entry.tooltip.read_this_mail")
|
17684
17696
|
}, [
|
17685
17697
|
o("dl", Ub, [
|
@@ -17728,7 +17740,7 @@ function lx(e, t, n, s, i, l) {
|
|
17728
17740
|
title: i.mailIsRead.has(c.id) ? "Set status to unread" : "Set status to read"
|
17729
17741
|
}, [
|
17730
17742
|
o("span", {
|
17731
|
-
class:
|
17743
|
+
class: C(i.mailIsRead.has(c.id) ? "icon-visible" : "icon-not-visible")
|
17732
17744
|
}, null, 2)
|
17733
17745
|
], 8, tx),
|
17734
17746
|
o("a", {
|
@@ -17737,7 +17749,7 @@ function lx(e, t, n, s, i, l) {
|
|
17737
17749
|
title: i.expandMail.has(c.id) ? "Collapse mail content" : "Expand mail content"
|
17738
17750
|
}, [
|
17739
17751
|
o("span", {
|
17740
|
-
class:
|
17752
|
+
class: C(i.expandMail.has(c.id) ? "icon-chevron-one-stripe-up" : "icon-chevron-one-stripe-down")
|
17741
17753
|
}, null, 2)
|
17742
17754
|
], 8, nx)
|
17743
17755
|
])
|
@@ -17922,7 +17934,7 @@ function hx(e, t, n, s, i, l) {
|
|
17922
17934
|
n.linkSortAscending.text ? (a(), r("span", mx, y(n.linkSortAscending.text), 1)) : m("", !0),
|
17923
17935
|
n.linkSortAscending.iconClass ? (a(), r("span", {
|
17924
17936
|
key: 1,
|
17925
|
-
class:
|
17937
|
+
class: C(n.linkSortAscending.iconClass)
|
17926
17938
|
}, null, 2)) : m("", !0)
|
17927
17939
|
], 8, cx)) : (a(), r("a", {
|
17928
17940
|
key: 1,
|
@@ -17933,7 +17945,7 @@ function hx(e, t, n, s, i, l) {
|
|
17933
17945
|
n.linkSortDescending.text ? (a(), r("span", fx, y(n.linkSortDescending.text), 1)) : m("", !0),
|
17934
17946
|
n.linkSortDescending.iconClass ? (a(), r("span", {
|
17935
17947
|
key: 1,
|
17936
|
-
class:
|
17948
|
+
class: C(n.linkSortDescending.iconClass)
|
17937
17949
|
}, null, 2)) : m("", !0)
|
17938
17950
|
], 8, px))
|
17939
17951
|
])
|
@@ -19050,10 +19062,39 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19050
19062
|
path: "#",
|
19051
19063
|
text: "Summary"
|
19052
19064
|
}
|
19053
|
-
], nC =
|
19065
|
+
], nC = [
|
19066
|
+
{
|
19067
|
+
linkType: "router",
|
19068
|
+
path: "#",
|
19069
|
+
text: "Contact",
|
19070
|
+
tooltip: "This is a tooltip for step 1"
|
19071
|
+
},
|
19072
|
+
{
|
19073
|
+
linkType: "router",
|
19074
|
+
path: "#",
|
19075
|
+
text: "Settings"
|
19076
|
+
},
|
19077
|
+
{
|
19078
|
+
linkType: "router",
|
19079
|
+
path: "#",
|
19080
|
+
text: "Attachments"
|
19081
|
+
},
|
19082
|
+
{
|
19083
|
+
linkType: "router",
|
19084
|
+
path: "#",
|
19085
|
+
text: "Terms and Conditions"
|
19086
|
+
},
|
19087
|
+
{
|
19088
|
+
linkType: "router",
|
19089
|
+
path: "#",
|
19090
|
+
text: "Summary",
|
19091
|
+
disabled: !0
|
19092
|
+
}
|
19093
|
+
], iC = {
|
19054
19094
|
withIcon: eC,
|
19055
|
-
withoutIcon: tC
|
19056
|
-
|
19095
|
+
withoutIcon: tC,
|
19096
|
+
router: nC
|
19097
|
+
}, lC = "right", oC = !1, aC = !1, sC = [
|
19057
19098
|
{
|
19058
19099
|
type: "href",
|
19059
19100
|
text: "href 1",
|
@@ -19128,11 +19169,11 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19128
19169
|
target: "comand-website"
|
19129
19170
|
}
|
19130
19171
|
], Sl = {
|
19131
|
-
offcanvasPosition:
|
19132
|
-
stretchMainItems:
|
19133
|
-
persistOnMobile:
|
19134
|
-
navigationEntries:
|
19135
|
-
},
|
19172
|
+
offcanvasPosition: lC,
|
19173
|
+
stretchMainItems: oC,
|
19174
|
+
persistOnMobile: aC,
|
19175
|
+
navigationEntries: sC
|
19176
|
+
}, rC = [
|
19136
19177
|
{
|
19137
19178
|
day: "Mondays",
|
19138
19179
|
am: {
|
@@ -19212,7 +19253,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19212
19253
|
tillTime: "18:00"
|
19213
19254
|
}
|
19214
19255
|
}
|
19215
|
-
],
|
19256
|
+
], dC = [
|
19216
19257
|
{
|
19217
19258
|
text: "Please select",
|
19218
19259
|
value: ""
|
@@ -19229,7 +19270,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19229
19270
|
text: "Optionname 3",
|
19230
19271
|
value: "3"
|
19231
19272
|
}
|
19232
|
-
],
|
19273
|
+
], uC = [
|
19233
19274
|
{
|
19234
19275
|
image: {
|
19235
19276
|
src: {
|
@@ -19314,7 +19355,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19314
19355
|
target: null
|
19315
19356
|
}
|
19316
19357
|
}
|
19317
|
-
],
|
19358
|
+
], cC = [
|
19318
19359
|
{
|
19319
19360
|
id: 1,
|
19320
19361
|
displayValue: "Option #1",
|
@@ -19336,16 +19377,16 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19336
19377
|
iconClass: "icon-globe"
|
19337
19378
|
}
|
19338
19379
|
}
|
19339
|
-
],
|
19380
|
+
], mC = {
|
19340
19381
|
labelText: "Label for inputfield (search) with smart-search:"
|
19341
|
-
}, mC = {
|
19342
|
-
listOfRecommendations: uC,
|
19343
|
-
cmdFormElement: cC
|
19344
19382
|
}, pC = {
|
19383
|
+
listOfRecommendations: cC,
|
19384
|
+
cmdFormElement: mC
|
19385
|
+
}, fC = {
|
19345
19386
|
toggleSwitch: !0,
|
19346
19387
|
labelText: "I accept that anonymous data will be send to the platform I share this page on and accept the <a href='/content/fancybox-content.html' class='fancybox'>Data Privacy</a>!",
|
19347
19388
|
required: !0
|
19348
|
-
},
|
19389
|
+
}, hC = [
|
19349
19390
|
{
|
19350
19391
|
buttonClass: "social-network-facebook",
|
19351
19392
|
path: "https://www.facebook.com/sharer/sharer.php?u=",
|
@@ -19381,10 +19422,10 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19381
19422
|
iconClass: "icon-instagram",
|
19382
19423
|
linkText: "Share"
|
19383
19424
|
}
|
19384
|
-
],
|
19385
|
-
cmdFormElement:
|
19386
|
-
networks:
|
19387
|
-
},
|
19425
|
+
], gC = {
|
19426
|
+
cmdFormElement: fC,
|
19427
|
+
networks: hC
|
19428
|
+
}, yC = [
|
19388
19429
|
{
|
19389
19430
|
text: "Tab 1",
|
19390
19431
|
headlineText: "Tab 1 Headline",
|
@@ -19406,10 +19447,10 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19406
19447
|
iconClass: "cmd:linkedin",
|
19407
19448
|
htmlContent: "<p>Content for Tab 3</p>"
|
19408
19449
|
}
|
19409
|
-
],
|
19450
|
+
], bC = {
|
19410
19451
|
show: !0,
|
19411
19452
|
text: "This is a caption for a small table"
|
19412
|
-
},
|
19453
|
+
}, xC = [
|
19413
19454
|
"Table head 1",
|
19414
19455
|
"Table head 2",
|
19415
19456
|
"Table head 3",
|
@@ -19417,7 +19458,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19417
19458
|
"Table head 5",
|
19418
19459
|
"Table head 6",
|
19419
19460
|
"Table head 7"
|
19420
|
-
],
|
19461
|
+
], CC = [
|
19421
19462
|
[
|
19422
19463
|
"Table data 1/1",
|
19423
19464
|
"Table data 1/2",
|
@@ -19472,7 +19513,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19472
19513
|
"Table data 6/6",
|
19473
19514
|
"Table data 6/7"
|
19474
19515
|
]
|
19475
|
-
],
|
19516
|
+
], vC = [
|
19476
19517
|
"Table foot 1",
|
19477
19518
|
"Table foot 2",
|
19478
19519
|
"Table foot 3",
|
@@ -19480,15 +19521,15 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19480
19521
|
"Table foot 5",
|
19481
19522
|
"Table foot 6",
|
19482
19523
|
"Table foot 7"
|
19483
|
-
],
|
19484
|
-
caption:
|
19485
|
-
thead:
|
19486
|
-
tbody:
|
19487
|
-
tfoot:
|
19488
|
-
},
|
19524
|
+
], kC = {
|
19525
|
+
caption: bC,
|
19526
|
+
thead: xC,
|
19527
|
+
tbody: CC,
|
19528
|
+
tfoot: vC
|
19529
|
+
}, wC = {
|
19489
19530
|
show: !1,
|
19490
19531
|
text: "This is a caption for a large table"
|
19491
|
-
},
|
19532
|
+
}, TC = 3, SC = 4, _C = [
|
19492
19533
|
"Table head 1",
|
19493
19534
|
"Table head 2",
|
19494
19535
|
"Table head 3",
|
@@ -19504,7 +19545,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19504
19545
|
"Table head 13",
|
19505
19546
|
"Table head 15",
|
19506
19547
|
"Table head 14"
|
19507
|
-
],
|
19548
|
+
], OC = [
|
19508
19549
|
[
|
19509
19550
|
"Table data 1/1",
|
19510
19551
|
"Table data 1/2",
|
@@ -19607,7 +19648,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19607
19648
|
"Table data 6/14",
|
19608
19649
|
"Table data 6/15"
|
19609
19650
|
]
|
19610
|
-
],
|
19651
|
+
], LC = [
|
19611
19652
|
"Table foot 1",
|
19612
19653
|
"Table foot 2",
|
19613
19654
|
"Table foot 3",
|
@@ -19623,14 +19664,14 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19623
19664
|
"Table foot 13",
|
19624
19665
|
"Table foot 14",
|
19625
19666
|
"Table foot 15"
|
19626
|
-
],
|
19627
|
-
caption:
|
19628
|
-
rowIndexHighlighted:
|
19629
|
-
columnIndexHighlighted:
|
19630
|
-
thead:
|
19631
|
-
tbody:
|
19632
|
-
tfoot:
|
19633
|
-
},
|
19667
|
+
], IC = {
|
19668
|
+
caption: wC,
|
19669
|
+
rowIndexHighlighted: TC,
|
19670
|
+
columnIndexHighlighted: SC,
|
19671
|
+
thead: _C,
|
19672
|
+
tbody: OC,
|
19673
|
+
tfoot: LC
|
19674
|
+
}, BC = [
|
19634
19675
|
{
|
19635
19676
|
image: {
|
19636
19677
|
url: "#",
|
@@ -19744,7 +19785,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19744
19785
|
textAlign: "center"
|
19745
19786
|
}
|
19746
19787
|
}
|
19747
|
-
],
|
19788
|
+
], DC = [
|
19748
19789
|
{
|
19749
19790
|
id: 1,
|
19750
19791
|
iconClass: "icon-home",
|
@@ -19786,7 +19827,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19786
19827
|
text: "Item 8 with URL",
|
19787
19828
|
url: "http://www.comand-cms.com"
|
19788
19829
|
}
|
19789
|
-
],
|
19830
|
+
], MC = [
|
19790
19831
|
{
|
19791
19832
|
text: "Afghanistan",
|
19792
19833
|
value: "af"
|
@@ -20567,16 +20608,16 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
20567
20608
|
text: "Zimbabwe",
|
20568
20609
|
value: "zw"
|
20569
20610
|
}
|
20570
|
-
],
|
20611
|
+
], FC = "comand-component-library", VC = "4.2.42", AC = "GPL-3.0-only", PC = "CoManD-UI", EC = "module", HC = {
|
20571
20612
|
prepublishOnly: "npm run build-lib",
|
20572
20613
|
dev: "vite",
|
20573
20614
|
build: "vite build",
|
20574
20615
|
"build-lib": "vite build && gulp",
|
20575
20616
|
preview: "vite preview"
|
20576
|
-
},
|
20617
|
+
}, qC = [
|
20577
20618
|
"dist",
|
20578
20619
|
"src"
|
20579
|
-
],
|
20620
|
+
], RC = {
|
20580
20621
|
".": "./dist/comand-component-library.js",
|
20581
20622
|
"./css.js": "./src/css.js",
|
20582
20623
|
"./style.css": "./dist/style.css",
|
@@ -20586,16 +20627,16 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
20586
20627
|
"./currencies.json": "./src/assets/lists-of-data/currencies.json",
|
20587
20628
|
"./dial-codes.json": "./src/assets/lists-of-data/dial-codes.json",
|
20588
20629
|
"./us-cities.json": "./src/assets/lists-of-data/us-cities.json"
|
20589
|
-
},
|
20630
|
+
}, jC = {
|
20590
20631
|
"clickout-event": "^1.1.2",
|
20591
|
-
"comand-frontend-framework": "^4.2.
|
20632
|
+
"comand-frontend-framework": "^4.2.67",
|
20592
20633
|
"comand-ui-iconfonts": "^1.0.19",
|
20593
20634
|
"core-js": "^3.20.1",
|
20594
20635
|
prismjs: "^1.27.0",
|
20595
20636
|
vue: "^3.2.31",
|
20596
20637
|
"vue-router": "^4.0.12",
|
20597
20638
|
vuex: "^4.0.2"
|
20598
|
-
},
|
20639
|
+
}, NC = {
|
20599
20640
|
"@iconify/vue": "^4.0.0",
|
20600
20641
|
"@vitejs/plugin-vue": "^5.1.1",
|
20601
20642
|
"@vue/test-utils": "^2.0.0-0",
|
@@ -20605,19 +20646,19 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
20605
20646
|
"unplugin-vue-components": "^0.24.0",
|
20606
20647
|
vite: "^5.4.11",
|
20607
20648
|
"vue-jest": "^5.0.0-0"
|
20608
|
-
},
|
20609
|
-
name:
|
20610
|
-
version:
|
20611
|
-
license:
|
20612
|
-
author:
|
20649
|
+
}, UC = {
|
20650
|
+
name: FC,
|
20651
|
+
version: VC,
|
20652
|
+
license: AC,
|
20653
|
+
author: PC,
|
20613
20654
|
private: !1,
|
20614
|
-
type:
|
20615
|
-
scripts:
|
20616
|
-
files:
|
20617
|
-
exports:
|
20618
|
-
dependencies:
|
20619
|
-
devDependencies:
|
20620
|
-
},
|
20655
|
+
type: EC,
|
20656
|
+
scripts: HC,
|
20657
|
+
files: qC,
|
20658
|
+
exports: RC,
|
20659
|
+
dependencies: jC,
|
20660
|
+
devDependencies: NC
|
20661
|
+
}, zC = [
|
20621
20662
|
"AddressData",
|
20622
20663
|
"AdvancedFormElements",
|
20623
20664
|
"BankAccountData",
|
@@ -20664,7 +20705,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
20664
20705
|
"Tooltip",
|
20665
20706
|
"UploadForm",
|
20666
20707
|
"WidthLimitationWrapper"
|
20667
|
-
],
|
20708
|
+
], WC = {
|
20668
20709
|
data() {
|
20669
20710
|
return {
|
20670
20711
|
cmdAddressDataSettingsData: {
|
@@ -21542,9 +21583,9 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
21542
21583
|
}
|
21543
21584
|
};
|
21544
21585
|
}
|
21545
|
-
}, fi = "/media/images/content-images/landscape-medium.jpg",
|
21586
|
+
}, fi = "/media/images/content-images/landscape-medium.jpg", GC = "/media/images/demo-images/small/landscape-01.jpg", KC = "/media/images/demo-images/small/landscape-02.jpg", YC = "/media/images/demo-images/small/landscape-03.jpg", JC = {
|
21546
21587
|
name: "App",
|
21547
|
-
mixins: [
|
21588
|
+
mixins: [WC],
|
21548
21589
|
components: {
|
21549
21590
|
PageOverview: wl
|
21550
21591
|
},
|
@@ -21561,7 +21602,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
21561
21602
|
selectedLanguage: "none",
|
21562
21603
|
fancyBoxCookieDisclaimer: !1,
|
21563
21604
|
componentNameForContainer: "CmdHeadline",
|
21564
|
-
listOfComponents:
|
21605
|
+
listOfComponents: zC,
|
21565
21606
|
activeEntry: "CmdAddressData",
|
21566
21607
|
basicFormData: {},
|
21567
21608
|
componentControls: {},
|
@@ -21706,21 +21747,21 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
21706
21747
|
switchLanguage: Zx,
|
21707
21748
|
listData: Gx,
|
21708
21749
|
listOfTagsData: Kx,
|
21709
|
-
multistepsData:
|
21750
|
+
multistepsData: iC,
|
21710
21751
|
mailToolData: $x,
|
21711
21752
|
navigationData: Sl,
|
21712
|
-
openingHoursData:
|
21713
|
-
selectOptionsData:
|
21714
|
-
slideshowData:
|
21715
|
-
smartSearchData:
|
21716
|
-
socialNetworksData:
|
21717
|
-
tableDataSmall:
|
21718
|
-
tableDataLarge:
|
21719
|
-
tabsData:
|
21720
|
-
thumbnailScrollerImagesData:
|
21721
|
-
thumbnailScrollerTextData:
|
21722
|
-
allCountriesData:
|
21723
|
-
packageJson:
|
21753
|
+
openingHoursData: rC,
|
21754
|
+
selectOptionsData: dC,
|
21755
|
+
slideshowData: uC,
|
21756
|
+
smartSearchData: pC,
|
21757
|
+
socialNetworksData: gC,
|
21758
|
+
tableDataSmall: kC,
|
21759
|
+
tableDataLarge: IC,
|
21760
|
+
tabsData: yC,
|
21761
|
+
thumbnailScrollerImagesData: BC,
|
21762
|
+
thumbnailScrollerTextData: DC,
|
21763
|
+
allCountriesData: MC,
|
21764
|
+
packageJson: UC
|
21724
21765
|
};
|
21725
21766
|
},
|
21726
21767
|
mounted() {
|
@@ -21925,125 +21966,125 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
21925
21966
|
});
|
21926
21967
|
}
|
21927
21968
|
}
|
21928
|
-
},
|
21969
|
+
}, ZC = ["id"], QC = { for: "select-template" }, XC = { class: "input-wrapper" }, $C = { for: "default-color-scheme" }, e1 = { for: "light-mode" }, t1 = { for: "dark-mode" }, n1 = ["href", "onClick"], i1 = { class: "box-footer comand-versions" }, l1 = { class: "closed-sidebar" }, o1 = {
|
21929
21970
|
key: 1,
|
21930
21971
|
id: "content"
|
21931
|
-
},
|
21972
|
+
}, a1 = {
|
21932
21973
|
class: "headline-demopage",
|
21933
21974
|
id: "section-address-data"
|
21934
|
-
},
|
21975
|
+
}, s1 = { class: "flex-container" }, r1 = { class: "flex-container" }, d1 = { class: "list-status" }, u1 = { class: "error" }, c1 = { class: "flex-container" }, m1 = { class: "headline-demopage" }, p1 = { class: "flex-container" }, f1 = { class: "flex-container" }, h1 = { class: "flex-container" }, g1 = { class: "flex-container" }, y1 = { class: "flex-container" }, b1 = { class: "headline-demopage" }, x1 = { class: "flex-container" }, C1 = { class: "flex-container flex-none" }, v1 = {
|
21935
21976
|
class: "inline",
|
21936
21977
|
for: "range-value"
|
21937
|
-
},
|
21978
|
+
}, k1 = ["disabled"], w1 = { for: "range-slider" }, T1 = ["disabled"], S1 = { class: "label inline" }, _1 = { class: "flex-container flex-none" }, O1 = { class: "label inline" }, L1 = { class: "flex-container flex-none" }, I1 = { class: "label inline" }, B1 = { class: "flex-container flex-none" }, D1 = { class: "label inline" }, M1 = { class: "flex-container flex-none" }, F1 = {
|
21938
21979
|
class: "headline-demopage",
|
21939
21980
|
id: "section-input-group"
|
21940
|
-
},
|
21981
|
+
}, V1 = { class: "flex-container" }, A1 = { class: "button-wrapper flex-none" }, P1 = ["disabled"], E1 = {
|
21941
21982
|
class: "headline-demopage",
|
21942
21983
|
id: "section-bank-account-data"
|
21943
|
-
},
|
21984
|
+
}, H1 = {
|
21944
21985
|
class: "headline-demopage",
|
21945
21986
|
id: "section-basic-form"
|
21946
|
-
},
|
21987
|
+
}, q1 = { class: "headline-demopage" }, R1 = { class: "navigation" }, j1 = { class: "grid-container-create-columns" }, N1 = {
|
21947
21988
|
class: "headline-demopage",
|
21948
21989
|
id: "section-breadcrumbs"
|
21949
|
-
},
|
21990
|
+
}, U1 = {
|
21950
21991
|
class: "headline-demopage",
|
21951
21992
|
id: "section-company-logo"
|
21952
|
-
},
|
21993
|
+
}, z1 = {
|
21953
21994
|
class: "headline-demopage",
|
21954
21995
|
id: "section-container"
|
21955
|
-
},
|
21996
|
+
}, W1 = {
|
21956
21997
|
class: "headline-demopage",
|
21957
21998
|
id: "section-headlines"
|
21958
|
-
},
|
21999
|
+
}, G1 = {
|
21959
22000
|
class: "headline-demopage",
|
21960
22001
|
id: "section-image"
|
21961
|
-
},
|
22002
|
+
}, K1 = { class: "flex-container" }, Y1 = {
|
21962
22003
|
class: "headline-demopage",
|
21963
22004
|
id: "section-image-gallery"
|
21964
|
-
},
|
22005
|
+
}, J1 = {
|
21965
22006
|
class: "headline-demopage",
|
21966
22007
|
id: "section-link"
|
21967
|
-
},
|
22008
|
+
}, Z1 = { class: "output" }, Q1 = {
|
21968
22009
|
class: "headline-demopage",
|
21969
22010
|
id: "section-list"
|
21970
|
-
},
|
22011
|
+
}, X1 = { class: "output" }, $1 = {
|
21971
22012
|
class: "headline-demopage",
|
21972
22013
|
id: "section-login-form"
|
21973
|
-
},
|
22014
|
+
}, ev = {
|
21974
22015
|
class: "headline-demopage",
|
21975
22016
|
id: "section-main-navigation"
|
21976
|
-
},
|
22017
|
+
}, tv = {
|
21977
22018
|
class: "headline-demopage",
|
21978
22019
|
id: "section-multistep-form-progress-bar"
|
21979
|
-
},
|
22020
|
+
}, nv = {
|
21980
22021
|
class: "headline-demopage",
|
21981
22022
|
id: "section-newsletter-subscription"
|
21982
|
-
},
|
22023
|
+
}, iv = {
|
21983
22024
|
class: "headline-demopage",
|
21984
22025
|
id: "section-opening-hours"
|
21985
|
-
},
|
22026
|
+
}, lv = {
|
21986
22027
|
class: "headline-demopage",
|
21987
22028
|
id: "section-page-footer"
|
21988
|
-
},
|
22029
|
+
}, ov = {
|
21989
22030
|
class: "headline-demopage",
|
21990
22031
|
id: "section-page-header"
|
21991
|
-
},
|
22032
|
+
}, av = {
|
21992
22033
|
class: "headline-demopage",
|
21993
22034
|
id: "section-pagination"
|
21994
|
-
},
|
22035
|
+
}, sv = {
|
21995
22036
|
class: "headline-demopage",
|
21996
22037
|
id: "section-section"
|
21997
|
-
},
|
22038
|
+
}, rv = {
|
21998
22039
|
class: "headline-demopage",
|
21999
22040
|
id: "section-site-header"
|
22000
|
-
},
|
22041
|
+
}, dv = {
|
22001
22042
|
class: "headline-demopage",
|
22002
22043
|
id: "section-site-search"
|
22003
|
-
},
|
22044
|
+
}, uv = {
|
22004
22045
|
class: "headline-demopage",
|
22005
22046
|
id: "section-slideshow"
|
22006
|
-
},
|
22047
|
+
}, cv = {
|
22007
22048
|
class: "headline-demopage",
|
22008
22049
|
id: "section-social-networks"
|
22009
|
-
},
|
22050
|
+
}, mv = {
|
22010
22051
|
class: "headline-demopage",
|
22011
22052
|
id: "section-system-message"
|
22012
|
-
},
|
22053
|
+
}, pv = {
|
22013
22054
|
class: "headline-demopage",
|
22014
22055
|
id: "section-tables"
|
22015
|
-
},
|
22056
|
+
}, fv = {
|
22016
22057
|
class: "headline-demopage",
|
22017
22058
|
id: "section-tabs"
|
22018
|
-
},
|
22059
|
+
}, hv = {
|
22019
22060
|
class: "headline-demopage",
|
22020
22061
|
id: "section-text-image-block"
|
22021
|
-
},
|
22062
|
+
}, gv = { class: "flex-container" }, yv = {
|
22022
22063
|
class: "headline-demopage",
|
22023
22064
|
id: "section-thumbnail-scroller"
|
22024
|
-
},
|
22065
|
+
}, bv = { class: "inline-size" }, xv = {
|
22025
22066
|
class: "headline-demopage",
|
22026
22067
|
id: "section-toggle-dark-mode"
|
22027
|
-
},
|
22068
|
+
}, Cv = {
|
22028
22069
|
class: "headline-demopage",
|
22029
22070
|
id: "section-tooltip"
|
22030
|
-
},
|
22071
|
+
}, vv = {
|
22031
22072
|
class: "headline-demopage",
|
22032
22073
|
id: "section-upload-form"
|
22033
|
-
},
|
22074
|
+
}, kv = {
|
22034
22075
|
class: "headline-demopage",
|
22035
22076
|
id: "section-width-limitation-wrapper"
|
22036
|
-
},
|
22077
|
+
}, wv = {
|
22037
22078
|
key: 2,
|
22038
22079
|
id: "content"
|
22039
22080
|
};
|
22040
|
-
function
|
22041
|
-
const d = kn, u = Ri, c = Yf, g = Cn, f = Ni, h = nh, v = vl, b = Ai, O = zi, T = te, M = wh, B = Ui, E = Ef, D = Yi, U = Pi, W = rr, V = hr, R = qi, J = ji, Z = ac, Q = lm, le = Ki, ne = Y, ie = G, se = ve, me = vm, pe = Om, X = Re, fe = np, he = xx, A = Ji, re = _e("router-view"),
|
22081
|
+
function Tv(e, t, n, s, i, l) {
|
22082
|
+
const d = kn, u = Ri, c = Yf, g = Cn, f = Ni, h = nh, v = vl, b = Ai, O = zi, T = te, M = wh, B = Ui, E = Ef, D = Yi, U = Pi, W = rr, V = hr, R = qi, J = ji, Z = ac, Q = lm, le = Ki, ne = Y, ie = G, se = ve, me = vm, pe = Om, X = Re, fe = np, he = xx, A = Ji, re = _e("router-view"), ge = vp, Te = _p, De = Xp, Me = Sf, de = Bf, st = cf, je = jf, Ke = Xf, rt = mh, dt = xh, ut = Zi, ct = Bh, K = Ue, In = jh, Ol = Qi, Vt = lg, Ll = Ei, Il = rg, At = Fi, Bl = mb, Dl = wl, Ml = Bc, Fl = _c, Vl = vd, Al = xb, Pl = Ul("fancybox");
|
22042
22083
|
return $((a(), r("div", {
|
22043
22084
|
class: "page-wrapper",
|
22044
22085
|
id: l.templateId
|
22045
22086
|
}, [
|
22046
|
-
t[
|
22087
|
+
t[302] || (t[302] = o("a", { id: "anchor-back-to-top" }, null, -1)),
|
22047
22088
|
i.showLeftSidebar ? (a(), k(c, {
|
22048
22089
|
key: 0,
|
22049
22090
|
cmdHeadline: { headlineText: "Site Settings", headlineLevel: 3, textAlign: "center" },
|
@@ -22058,21 +22099,21 @@ function wv(e, t, n, s, i, l) {
|
|
22058
22099
|
openBoxesByDefault: i.openBoxes,
|
22059
22100
|
useGap: !1
|
22060
22101
|
}, {
|
22061
|
-
default: w((
|
22102
|
+
default: w((x) => [
|
22062
22103
|
p(d, {
|
22063
22104
|
"use-slots": ["body"],
|
22064
22105
|
collapsible: !0,
|
22065
22106
|
cmdHeadline: { headlineText: "Template Settings", headlineLevel: 4, cmdIcon: { iconClass: "icon-settings-template" } },
|
22066
|
-
openCollapsedBox:
|
22067
|
-
onToggleCollapse: (z) =>
|
22107
|
+
openCollapsedBox: x.boxIsOpen(0),
|
22108
|
+
onToggleCollapse: (z) => x.boxToggled(0, z)
|
22068
22109
|
}, {
|
22069
22110
|
body: w(() => [
|
22070
|
-
o("label",
|
22071
|
-
t[
|
22111
|
+
o("label", QC, [
|
22112
|
+
t[128] || (t[128] = o("span", null, "Select template", -1)),
|
22072
22113
|
$(o("select", {
|
22073
22114
|
id: "select-template",
|
22074
22115
|
"onUpdate:modelValue": t[0] || (t[0] = (z) => i.selectedTemplate = z)
|
22075
|
-
}, t[
|
22116
|
+
}, t[127] || (t[127] = [
|
22076
22117
|
o("option", { value: "blank" }, "Blank/Unstyled", -1),
|
22077
22118
|
o("option", { value: "business" }, "Business", -1),
|
22078
22119
|
o("option", { value: "casual" }, "Casual", -1),
|
@@ -22083,9 +22124,9 @@ function wv(e, t, n, s, i, l) {
|
|
22083
22124
|
])
|
22084
22125
|
]),
|
22085
22126
|
o("div", null, [
|
22086
|
-
t[
|
22087
|
-
o("div",
|
22088
|
-
o("label",
|
22127
|
+
t[132] || (t[132] = o("span", null, "Color Scheme", -1)),
|
22128
|
+
o("div", XC, [
|
22129
|
+
o("label", $C, [
|
22089
22130
|
$(o("input", {
|
22090
22131
|
type: "radio",
|
22091
22132
|
id: "default-color-scheme",
|
@@ -22095,9 +22136,9 @@ function wv(e, t, n, s, i, l) {
|
|
22095
22136
|
}, null, 512), [
|
22096
22137
|
[Pt, i.colorScheme]
|
22097
22138
|
]),
|
22098
|
-
t[
|
22139
|
+
t[129] || (t[129] = o("span", { class: "label-text" }, "Color-Scheme by Browser/OS", -1))
|
22099
22140
|
]),
|
22100
|
-
o("label",
|
22141
|
+
o("label", e1, [
|
22101
22142
|
$(o("input", {
|
22102
22143
|
type: "radio",
|
22103
22144
|
id: "light-mode",
|
@@ -22107,9 +22148,9 @@ function wv(e, t, n, s, i, l) {
|
|
22107
22148
|
}, null, 512), [
|
22108
22149
|
[Pt, i.colorScheme]
|
22109
22150
|
]),
|
22110
|
-
t[
|
22151
|
+
t[130] || (t[130] = o("span", { class: "label-text" }, "Light Mode", -1))
|
22111
22152
|
]),
|
22112
|
-
o("label",
|
22153
|
+
o("label", t1, [
|
22113
22154
|
$(o("input", {
|
22114
22155
|
type: "radio",
|
22115
22156
|
id: "dark-mode",
|
@@ -22119,7 +22160,7 @@ function wv(e, t, n, s, i, l) {
|
|
22119
22160
|
}, null, 512), [
|
22120
22161
|
[Pt, i.colorScheme]
|
22121
22162
|
]),
|
22122
|
-
t[
|
22163
|
+
t[131] || (t[131] = o("span", { class: "label-text" }, "Dark Mode", -1))
|
22123
22164
|
])
|
22124
22165
|
])
|
22125
22166
|
])
|
@@ -22130,21 +22171,21 @@ function wv(e, t, n, s, i, l) {
|
|
22130
22171
|
"use-slots": ["body"],
|
22131
22172
|
collapsible: !0,
|
22132
22173
|
cmdHeadline: { headlineText: "Components", headlineLevel: 4, cmdIcon: { iconClass: "icon-settings-component" } },
|
22133
|
-
openCollapsedBox:
|
22134
|
-
onToggleCollapse: (z) =>
|
22174
|
+
openCollapsedBox: x.boxIsOpen(1),
|
22175
|
+
onToggleCollapse: (z) => x.boxToggled(1, z),
|
22135
22176
|
id: "list-of-components"
|
22136
22177
|
}, {
|
22137
22178
|
body: w(() => [
|
22138
22179
|
o("ul", null, [
|
22139
22180
|
(a(!0), r(_, null, q(i.listOfComponents, (z, Se) => (a(), r("li", {
|
22140
22181
|
key: Se,
|
22141
|
-
class:
|
22182
|
+
class: C({ active: i.activeEntry === "Cmd" + z })
|
22142
22183
|
}, [
|
22143
22184
|
o("a", {
|
22144
22185
|
href: l.sectionName(z),
|
22145
22186
|
onClick: (Ne) => l.updateSettingsSidebar(l.componentNameWithPrefix(z)),
|
22146
22187
|
title: "Go to component"
|
22147
|
-
}, y(l.readableComponentName(z)), 9,
|
22188
|
+
}, y(l.readableComponentName(z)), 9, n1)
|
22148
22189
|
], 2))), 128))
|
22149
22190
|
])
|
22150
22191
|
]),
|
@@ -22154,8 +22195,8 @@ function wv(e, t, n, s, i, l) {
|
|
22154
22195
|
"use-slots": ["body"],
|
22155
22196
|
collapsible: !0,
|
22156
22197
|
cmdHeadline: { headlineText: "Page-Templates", headlineLevel: 4, cmdIcon: { iconClass: "icon-file-settings" } },
|
22157
|
-
openCollapsedBox:
|
22158
|
-
onToggleCollapse: (z) =>
|
22198
|
+
openCollapsedBox: x.boxIsOpen(2),
|
22199
|
+
onToggleCollapse: (z) => x.boxToggled(2, z)
|
22159
22200
|
}, {
|
22160
22201
|
body: w(() => [
|
22161
22202
|
o("ul", null, [
|
@@ -22166,7 +22207,7 @@ function wv(e, t, n, s, i, l) {
|
|
22166
22207
|
}, " Contact Information ")
|
22167
22208
|
]),
|
22168
22209
|
o("li", null, [
|
22169
|
-
t[
|
22210
|
+
t[133] || (t[133] = H(" Multiple Lists Of Links ")),
|
22170
22211
|
o("ul", null, [
|
22171
22212
|
o("li", null, [
|
22172
22213
|
o("a", {
|
@@ -22183,7 +22224,7 @@ function wv(e, t, n, s, i, l) {
|
|
22183
22224
|
])
|
22184
22225
|
]),
|
22185
22226
|
o("li", null, [
|
22186
|
-
t[
|
22227
|
+
t[134] || (t[134] = H(" Multiple Box Wrapper ")),
|
22187
22228
|
o("ul", null, [
|
22188
22229
|
o("li", null, [
|
22189
22230
|
o("a", {
|
@@ -22206,43 +22247,43 @@ function wv(e, t, n, s, i, l) {
|
|
22206
22247
|
]),
|
22207
22248
|
_: 1
|
22208
22249
|
}, 8, ["openBoxesByDefault"]),
|
22209
|
-
o("dl",
|
22210
|
-
t[
|
22250
|
+
o("dl", i1, [
|
22251
|
+
t[135] || (t[135] = o("dt", null, "Frontend-Framework Version:", -1)),
|
22211
22252
|
o("dd", null, y(i.packageJson.dependencies["comand-frontend-framework"].replace("^", "")), 1),
|
22212
|
-
t[
|
22253
|
+
t[136] || (t[136] = o("dt", null, "Component-Library Version:", -1)),
|
22213
22254
|
o("dd", null, y(i.packageJson.version), 1)
|
22214
22255
|
])
|
22215
22256
|
]),
|
22216
22257
|
closed: w(() => [
|
22217
|
-
o("div",
|
22258
|
+
o("div", l1, [
|
22218
22259
|
o("a", {
|
22219
22260
|
href: "#",
|
22220
22261
|
class: "button primary",
|
22221
22262
|
title: "Open Template Selection",
|
22222
|
-
onClick: t[9] || (t[9] = S((
|
22223
|
-
}, t[
|
22263
|
+
onClick: t[9] || (t[9] = S((x) => l.openBox(0), ["prevent"]))
|
22264
|
+
}, t[137] || (t[137] = [
|
22224
22265
|
o("span", { class: "icon-settings-template" }, null, -1)
|
22225
22266
|
])),
|
22226
22267
|
o("a", {
|
22227
22268
|
href: "#",
|
22228
22269
|
class: "button primary",
|
22229
22270
|
title: "Open Components Overview",
|
22230
|
-
onClick: t[10] || (t[10] = S((
|
22231
|
-
}, t[
|
22271
|
+
onClick: t[10] || (t[10] = S((x) => l.openBox(1), ["prevent"]))
|
22272
|
+
}, t[138] || (t[138] = [
|
22232
22273
|
o("span", { class: "icon-settings-component" }, null, -1)
|
22233
22274
|
])),
|
22234
22275
|
o("a", {
|
22235
22276
|
href: "#",
|
22236
22277
|
class: "button primary",
|
22237
22278
|
title: "Open Page-Templates",
|
22238
|
-
onClick: t[11] || (t[11] = S((
|
22239
|
-
}, t[
|
22279
|
+
onClick: t[11] || (t[11] = S((x) => l.openBox(2), ["prevent"]))
|
22280
|
+
}, t[139] || (t[139] = [
|
22240
22281
|
o("span", { class: "icon-file-settings" }, null, -1)
|
22241
22282
|
])),
|
22242
22283
|
o("a", {
|
22243
22284
|
href: "#",
|
22244
|
-
onClick: t[12] || (t[12] = S((
|
22245
|
-
}, t[
|
22285
|
+
onClick: t[12] || (t[12] = S((x) => i.showLeftSidebar = !1, ["prevent"]))
|
22286
|
+
}, t[140] || (t[140] = [
|
22246
22287
|
o("span", null, "Hide sidebar", -1)
|
22247
22288
|
]))
|
22248
22289
|
])
|
@@ -22262,25 +22303,25 @@ function wv(e, t, n, s, i, l) {
|
|
22262
22303
|
]),
|
22263
22304
|
_: 1
|
22264
22305
|
}),
|
22265
|
-
i.componentView ? (a(), r("main",
|
22306
|
+
i.componentView ? (a(), r("main", o1, [
|
22266
22307
|
p(v, null, {
|
22267
|
-
default: w(() => t[
|
22308
|
+
default: w(() => t[141] || (t[141] = [
|
22268
22309
|
o("h1", { class: "headline-demopage" }, "Components Overview", -1)
|
22269
22310
|
])),
|
22270
22311
|
_: 1
|
22271
22312
|
}),
|
22272
22313
|
p(v, null, {
|
22273
22314
|
default: w(() => [
|
22274
|
-
o("h2",
|
22275
|
-
t[
|
22315
|
+
o("h2", a1, [
|
22316
|
+
t[142] || (t[142] = o("span", null, "Address Data", -1)),
|
22276
22317
|
o("a", {
|
22277
22318
|
href: "#",
|
22278
22319
|
class: "button small icon-cog",
|
22279
22320
|
title: "Open Component Settings",
|
22280
|
-
onClick: t[13] || (t[13] = S((
|
22321
|
+
onClick: t[13] || (t[13] = S((x) => l.openSettingsSidebar("CmdAddressData"), ["prevent"]))
|
22281
22322
|
})
|
22282
22323
|
]),
|
22283
|
-
o("div",
|
22324
|
+
o("div", s1, [
|
22284
22325
|
p(b, I({
|
22285
22326
|
ref: "CmdAddressData",
|
22286
22327
|
addressData: i.addressData
|
@@ -22291,60 +22332,60 @@ function wv(e, t, n, s, i, l) {
|
|
22291
22332
|
}),
|
22292
22333
|
p(v, null, {
|
22293
22334
|
default: w(() => [
|
22294
|
-
t[
|
22335
|
+
t[182] || (t[182] = o("h2", {
|
22295
22336
|
class: "headline-demopage",
|
22296
22337
|
id: "section-advanced-form-elements"
|
22297
22338
|
}, "Advanced Form Elements", -1)),
|
22298
|
-
t[
|
22339
|
+
t[183] || (t[183] = o("h3", null, [
|
22299
22340
|
o("span", null, "Form elements status:")
|
22300
22341
|
], -1)),
|
22301
|
-
o("div",
|
22302
|
-
o("ul",
|
22342
|
+
o("div", r1, [
|
22343
|
+
o("ul", d1, [
|
22303
22344
|
o("li", null, [
|
22304
22345
|
o("a", {
|
22305
22346
|
href: "#",
|
22306
|
-
onClick: t[14] || (t[14] = S((
|
22307
|
-
class:
|
22347
|
+
onClick: t[14] || (t[14] = S((x) => l.setStatus("", !1), ["prevent"])),
|
22348
|
+
class: C({ active: i.validationStatus === "" && i.disabledStatus === !1 }),
|
22308
22349
|
id: "status-default"
|
22309
22350
|
}, " Default ", 2)
|
22310
22351
|
]),
|
22311
|
-
o("li",
|
22352
|
+
o("li", u1, [
|
22312
22353
|
o("a", {
|
22313
22354
|
href: "#",
|
22314
|
-
onClick: t[15] || (t[15] = S((
|
22315
|
-
class:
|
22355
|
+
onClick: t[15] || (t[15] = S((x) => l.setStatus("error", !1), ["prevent"])),
|
22356
|
+
class: C({ active: i.validationStatus === "error" }),
|
22316
22357
|
id: "status-error"
|
22317
22358
|
}, " Error ", 2)
|
22318
22359
|
]),
|
22319
22360
|
o("li", null, [
|
22320
22361
|
o("a", {
|
22321
22362
|
href: "#",
|
22322
|
-
onClick: t[16] || (t[16] = S((
|
22323
|
-
class:
|
22363
|
+
onClick: t[16] || (t[16] = S((x) => l.setStatus("warning", !1), ["prevent"])),
|
22364
|
+
class: C({ active: i.validationStatus === "warning" }),
|
22324
22365
|
id: "status-warning"
|
22325
22366
|
}, " Warning ", 2)
|
22326
22367
|
]),
|
22327
22368
|
o("li", null, [
|
22328
22369
|
o("a", {
|
22329
22370
|
href: "#",
|
22330
|
-
onClick: t[17] || (t[17] = S((
|
22331
|
-
class:
|
22371
|
+
onClick: t[17] || (t[17] = S((x) => l.setStatus("success", !1), ["prevent"])),
|
22372
|
+
class: C({ active: i.validationStatus === "success" }),
|
22332
22373
|
id: "status-success"
|
22333
22374
|
}, " Success ", 2)
|
22334
22375
|
]),
|
22335
22376
|
o("li", null, [
|
22336
22377
|
o("a", {
|
22337
22378
|
href: "#",
|
22338
|
-
onClick: t[18] || (t[18] = S((
|
22339
|
-
class:
|
22379
|
+
onClick: t[18] || (t[18] = S((x) => l.setStatus("info", !1), ["prevent"])),
|
22380
|
+
class: C({ active: i.validationStatus === "info" }),
|
22340
22381
|
id: "status-info"
|
22341
22382
|
}, " Info ", 2)
|
22342
22383
|
]),
|
22343
22384
|
o("li", null, [
|
22344
22385
|
o("a", {
|
22345
22386
|
href: "#",
|
22346
|
-
onClick: t[19] || (t[19] = S((
|
22347
|
-
class:
|
22387
|
+
onClick: t[19] || (t[19] = S((x) => l.setStatus("", !0), ["prevent"])),
|
22388
|
+
class: C({ active: i.disabledStatus === !0 }),
|
22348
22389
|
id: "status-disabled"
|
22349
22390
|
}, " Disabled ", 2)
|
22350
22391
|
])
|
@@ -22352,7 +22393,7 @@ function wv(e, t, n, s, i, l) {
|
|
22352
22393
|
]),
|
22353
22394
|
p(O, {
|
22354
22395
|
modelValue: i.fakeSelectFilters,
|
22355
|
-
"onUpdate:modelValue": t[20] || (t[20] = (
|
22396
|
+
"onUpdate:modelValue": t[20] || (t[20] = (x) => i.fakeSelectFilters = x),
|
22356
22397
|
selectedOptionsName: l.getOptionName
|
22357
22398
|
}, null, 8, ["modelValue", "selectedOptionsName"]),
|
22358
22399
|
p(U, {
|
@@ -22361,22 +22402,22 @@ function wv(e, t, n, s, i, l) {
|
|
22361
22402
|
novalidate: "novalidate"
|
22362
22403
|
}, {
|
22363
22404
|
default: w(() => [
|
22364
|
-
o("fieldset",
|
22365
|
-
t[
|
22366
|
-
o("h2",
|
22367
|
-
t[
|
22405
|
+
o("fieldset", c1, [
|
22406
|
+
t[162] || (t[162] = o("legend", null, "Legend", -1)),
|
22407
|
+
o("h2", m1, [
|
22408
|
+
t[143] || (t[143] = o("span", null, "Form Element-Component", -1)),
|
22368
22409
|
o("a", {
|
22369
22410
|
href: "#",
|
22370
22411
|
class: "button small icon-cog",
|
22371
22412
|
title: "Open Component Settings",
|
22372
|
-
onClick: t[21] || (t[21] = S((
|
22413
|
+
onClick: t[21] || (t[21] = S((x) => l.openSettingsSidebar("CmdFormElement"), ["prevent"]))
|
22373
22414
|
})
|
22374
22415
|
]),
|
22375
22416
|
p(T, I({ ref: "CmdFormElement" }, e.cmdFormElementSettingsData, {
|
22376
22417
|
status: i.validationStatus,
|
22377
22418
|
disabled: i.disabledStatus
|
22378
22419
|
}), null, 16, ["status", "disabled"]),
|
22379
|
-
o("div",
|
22420
|
+
o("div", p1, [
|
22380
22421
|
p(T, {
|
22381
22422
|
labelText: "Input for datalist:",
|
22382
22423
|
element: "input",
|
@@ -22388,7 +22429,7 @@ function wv(e, t, n, s, i, l) {
|
|
22388
22429
|
tooltipText: "This is a tooltip"
|
22389
22430
|
}, null, 8, ["status", "disabled", "datalist"])
|
22390
22431
|
]),
|
22391
|
-
o("div",
|
22432
|
+
o("div", f1, [
|
22392
22433
|
p(T, I({
|
22393
22434
|
labelText: "Input (type search (without search-button)):",
|
22394
22435
|
element: "input",
|
@@ -22410,8 +22451,8 @@ function wv(e, t, n, s, i, l) {
|
|
22410
22451
|
tooltipText: "This is a tooltip"
|
22411
22452
|
}, { useCustomTooltip: !1 }), null, 16, ["status", "disabled"])
|
22412
22453
|
]),
|
22413
|
-
t[
|
22414
|
-
o("div",
|
22454
|
+
t[163] || (t[163] = o("h3", null, "Inputfields in Columns", -1)),
|
22455
|
+
o("div", h1, [
|
22415
22456
|
p(T, {
|
22416
22457
|
element: "input",
|
22417
22458
|
type: "text",
|
@@ -22419,12 +22460,12 @@ function wv(e, t, n, s, i, l) {
|
|
22419
22460
|
id: "inputfield1",
|
22420
22461
|
placeholder: "This is placeholder text",
|
22421
22462
|
modelValue: i.inputField1,
|
22422
|
-
"onUpdate:modelValue": t[22] || (t[22] = (
|
22463
|
+
"onUpdate:modelValue": t[22] || (t[22] = (x) => i.inputField1 = x),
|
22423
22464
|
tooltipText: "This is a tooltip!",
|
22424
22465
|
status: i.validationStatus,
|
22425
22466
|
disabled: i.disabledStatus
|
22426
22467
|
}, {
|
22427
|
-
labeltext: w(() => t[
|
22468
|
+
labeltext: w(() => t[144] || (t[144] = [
|
22428
22469
|
o("span", { innerHTML: "Label with <a href='#'>Link</a> given by slot" }, null, -1)
|
22429
22470
|
])),
|
22430
22471
|
_: 1
|
@@ -22438,7 +22479,7 @@ function wv(e, t, n, s, i, l) {
|
|
22438
22479
|
id: "inputfield-required",
|
22439
22480
|
placeholder: "This is placeholder text",
|
22440
22481
|
modelValue: i.inputFieldRequired,
|
22441
|
-
"onUpdate:modelValue": t[23] || (t[23] = (
|
22482
|
+
"onUpdate:modelValue": t[23] || (t[23] = (x) => i.inputFieldRequired = x),
|
22442
22483
|
tooltipText: "This is a tooltip!",
|
22443
22484
|
status: i.validationStatus,
|
22444
22485
|
disabled: i.disabledStatus
|
@@ -22451,13 +22492,13 @@ function wv(e, t, n, s, i, l) {
|
|
22451
22492
|
placeholder: "This is placeholder text",
|
22452
22493
|
pattern: "/\\d/",
|
22453
22494
|
modelValue: i.inputFieldPattern,
|
22454
|
-
"onUpdate:modelValue": t[24] || (t[24] = (
|
22495
|
+
"onUpdate:modelValue": t[24] || (t[24] = (x) => i.inputFieldPattern = x),
|
22455
22496
|
tooltipText: "This is a tooltip!",
|
22456
22497
|
status: i.validationStatus,
|
22457
22498
|
disabled: i.disabledStatus
|
22458
22499
|
}, null, 8, ["modelValue", "status", "disabled"])
|
22459
22500
|
]),
|
22460
|
-
o("div",
|
22501
|
+
o("div", g1, [
|
22461
22502
|
p(T, {
|
22462
22503
|
labelText: "Label for emailfield (with icon):",
|
22463
22504
|
element: "input",
|
@@ -22468,7 +22509,7 @@ function wv(e, t, n, s, i, l) {
|
|
22468
22509
|
tooltipText: "This is a tooltip!",
|
22469
22510
|
maxlength: "100",
|
22470
22511
|
modelValue: i.inputMail,
|
22471
|
-
"onUpdate:modelValue": t[25] || (t[25] = (
|
22512
|
+
"onUpdate:modelValue": t[25] || (t[25] = (x) => i.inputMail = x),
|
22472
22513
|
status: i.validationStatus,
|
22473
22514
|
disabled: i.disabledStatus,
|
22474
22515
|
required: !0
|
@@ -22483,7 +22524,7 @@ function wv(e, t, n, s, i, l) {
|
|
22483
22524
|
tooltipText: "This is a tooltip!",
|
22484
22525
|
maxlength: "100",
|
22485
22526
|
modelValue: i.inputUsername,
|
22486
|
-
"onUpdate:modelValue": t[26] || (t[26] = (
|
22527
|
+
"onUpdate:modelValue": t[26] || (t[26] = (x) => i.inputUsername = x),
|
22487
22528
|
status: i.validationStatus,
|
22488
22529
|
disabled: i.disabledStatus
|
22489
22530
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
@@ -22499,7 +22540,7 @@ function wv(e, t, n, s, i, l) {
|
|
22499
22540
|
tooltipText: "This is a tooltip!",
|
22500
22541
|
customRequirements: i.customRequirements,
|
22501
22542
|
modelValue: i.inputPassword,
|
22502
|
-
"onUpdate:modelValue": t[27] || (t[27] = (
|
22543
|
+
"onUpdate:modelValue": t[27] || (t[27] = (x) => i.inputPassword = x),
|
22503
22544
|
status: i.validationStatus,
|
22504
22545
|
disabled: i.disabledStatus
|
22505
22546
|
}, null, 8, ["customRequirements", "modelValue", "status", "disabled"])
|
@@ -22515,7 +22556,7 @@ function wv(e, t, n, s, i, l) {
|
|
22515
22556
|
max: "9",
|
22516
22557
|
style: { width: "4rem" },
|
22517
22558
|
modelValue: i.inputNumber,
|
22518
|
-
"onUpdate:modelValue": t[28] || (t[28] = (
|
22559
|
+
"onUpdate:modelValue": t[28] || (t[28] = (x) => i.inputNumber = x),
|
22519
22560
|
customRequirements: [i.customRequirements[2]],
|
22520
22561
|
status: i.validationStatus,
|
22521
22562
|
disabled: i.disabledStatus
|
@@ -22530,7 +22571,7 @@ function wv(e, t, n, s, i, l) {
|
|
22530
22571
|
min: "0",
|
22531
22572
|
max: "9",
|
22532
22573
|
modelValue: i.inputNumber,
|
22533
|
-
"onUpdate:modelValue": t[29] || (t[29] = (
|
22574
|
+
"onUpdate:modelValue": t[29] || (t[29] = (x) => i.inputNumber = x),
|
22534
22575
|
customRequirements: [i.customRequirements[2]],
|
22535
22576
|
status: i.validationStatus,
|
22536
22577
|
disabled: i.disabledStatus
|
@@ -22542,12 +22583,12 @@ function wv(e, t, n, s, i, l) {
|
|
22542
22583
|
type: "date",
|
22543
22584
|
id: "inputfield-date",
|
22544
22585
|
modelValue: i.inputDate,
|
22545
|
-
"onUpdate:modelValue": t[30] || (t[30] = (
|
22586
|
+
"onUpdate:modelValue": t[30] || (t[30] = (x) => i.inputDate = x),
|
22546
22587
|
status: i.validationStatus,
|
22547
22588
|
disabled: i.disabledStatus
|
22548
22589
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
22549
|
-
t[
|
22550
|
-
o("div",
|
22590
|
+
t[164] || (t[164] = o("h3", null, "Searchfields", -1)),
|
22591
|
+
o("div", y1, [
|
22551
22592
|
p(T, {
|
22552
22593
|
element: "input",
|
22553
22594
|
labelText: "Label for inputfield (search) without search-button:",
|
@@ -22555,7 +22596,7 @@ function wv(e, t, n, s, i, l) {
|
|
22555
22596
|
id: "inputfield-search-without-searchbutton",
|
22556
22597
|
placeholder: "Keyword(s)",
|
22557
22598
|
modelValue: i.inputSearch,
|
22558
|
-
"onUpdate:modelValue": t[31] || (t[31] = (
|
22599
|
+
"onUpdate:modelValue": t[31] || (t[31] = (x) => i.inputSearch = x),
|
22559
22600
|
showSearchButton: !1,
|
22560
22601
|
status: i.validationStatus,
|
22561
22602
|
disabled: i.disabledStatus
|
@@ -22567,7 +22608,7 @@ function wv(e, t, n, s, i, l) {
|
|
22567
22608
|
id: "inputfield-search-with-searchbutton",
|
22568
22609
|
placeholder: "Keyword(s)",
|
22569
22610
|
modelValue: i.inputSearch,
|
22570
|
-
"onUpdate:modelValue": t[32] || (t[32] = (
|
22611
|
+
"onUpdate:modelValue": t[32] || (t[32] = (x) => i.inputSearch = x),
|
22571
22612
|
status: i.validationStatus,
|
22572
22613
|
disabled: i.disabledStatus
|
22573
22614
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
@@ -22576,7 +22617,7 @@ function wv(e, t, n, s, i, l) {
|
|
22576
22617
|
cmdFormElement: i.smartSearchData.cmdFormElement,
|
22577
22618
|
openListToTop: !0,
|
22578
22619
|
modelValue: i.smartSearchObject,
|
22579
|
-
"onUpdate:modelValue": t[33] || (t[33] = (
|
22620
|
+
"onUpdate:modelValue": t[33] || (t[33] = (x) => i.smartSearchObject = x),
|
22580
22621
|
disabled: i.disabledStatus
|
22581
22622
|
}, null, 8, ["listOfRecommendations", "cmdFormElement", "modelValue", "disabled"]),
|
22582
22623
|
p(M, {
|
@@ -22584,11 +22625,11 @@ function wv(e, t, n, s, i, l) {
|
|
22584
22625
|
cmdFormElement: i.smartSearchData.cmdFormElement,
|
22585
22626
|
openListToTop: !0,
|
22586
22627
|
modelValue: i.smartSearchString,
|
22587
|
-
"onUpdate:modelValue": t[34] || (t[34] = (
|
22628
|
+
"onUpdate:modelValue": t[34] || (t[34] = (x) => i.smartSearchString = x),
|
22588
22629
|
disabled: i.disabledStatus
|
22589
22630
|
}, null, 8, ["listOfRecommendations", "cmdFormElement", "modelValue", "disabled"])
|
22590
22631
|
]),
|
22591
|
-
t[
|
22632
|
+
t[165] || (t[165] = o("h3", null, "Textarea", -1)),
|
22592
22633
|
p(T, {
|
22593
22634
|
element: "textarea",
|
22594
22635
|
labelText: "Label for textarea:",
|
@@ -22598,25 +22639,25 @@ function wv(e, t, n, s, i, l) {
|
|
22598
22639
|
placeholder: "Type in your message",
|
22599
22640
|
required: !0,
|
22600
22641
|
modelValue: i.textarea,
|
22601
|
-
"onUpdate:modelValue": t[35] || (t[35] = (
|
22642
|
+
"onUpdate:modelValue": t[35] || (t[35] = (x) => i.textarea = x),
|
22602
22643
|
status: i.validationStatus,
|
22603
22644
|
disabled: i.disabledStatus
|
22604
22645
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
22605
|
-
t[
|
22606
|
-
o("h3",
|
22607
|
-
t[
|
22646
|
+
t[166] || (t[166] = o("hr", null, null, -1)),
|
22647
|
+
o("h3", b1, [
|
22648
|
+
t[145] || (t[145] = o("span", null, "Fake Selects", -1)),
|
22608
22649
|
o("a", {
|
22609
22650
|
href: "#",
|
22610
22651
|
class: "button small icon-cog",
|
22611
22652
|
title: "Open Component Settings",
|
22612
|
-
onClick: t[36] || (t[36] = S((
|
22653
|
+
onClick: t[36] || (t[36] = S((x) => l.openSettingsSidebar("CmdFakeSelect"), ["prevent"]))
|
22613
22654
|
})
|
22614
22655
|
]),
|
22615
|
-
o("div",
|
22656
|
+
o("div", x1, [
|
22616
22657
|
p(B, I({ ref: "CmdFakeSelect" }, e.cmdFakeSelectSettingsData, {
|
22617
22658
|
selectData: i.fakeSelectOptionsData,
|
22618
22659
|
modelValue: i.fakeSelectDefault,
|
22619
|
-
"onUpdate:modelValue": t[37] || (t[37] = (
|
22660
|
+
"onUpdate:modelValue": t[37] || (t[37] = (x) => i.fakeSelectDefault = x)
|
22620
22661
|
}), null, 16, ["selectData", "modelValue"]),
|
22621
22662
|
p(B, {
|
22622
22663
|
labelText: "Selectbox with checkboxes:",
|
@@ -22624,7 +22665,7 @@ function wv(e, t, n, s, i, l) {
|
|
22624
22665
|
disabled: i.disabledStatus,
|
22625
22666
|
selectData: i.fakeSelectOptionsData,
|
22626
22667
|
modelValue: i.fakeSelectCheckbox,
|
22627
|
-
"onUpdate:modelValue": t[38] || (t[38] = (
|
22668
|
+
"onUpdate:modelValue": t[38] || (t[38] = (x) => i.fakeSelectCheckbox = x),
|
22628
22669
|
defaultOptionName: "Options:",
|
22629
22670
|
required: !0,
|
22630
22671
|
id: "selectbox-with-checkboxes",
|
@@ -22637,7 +22678,7 @@ function wv(e, t, n, s, i, l) {
|
|
22637
22678
|
disabled: i.disabledStatus,
|
22638
22679
|
selectData: i.fakeSelectFilterOptionsData,
|
22639
22680
|
modelValue: i.fakeSelectFilters,
|
22640
|
-
"onUpdate:modelValue": t[39] || (t[39] = (
|
22681
|
+
"onUpdate:modelValue": t[39] || (t[39] = (x) => i.fakeSelectFilters = x),
|
22641
22682
|
defaultOptionName: "Filters:",
|
22642
22683
|
id: "selectbox-with-filters",
|
22643
22684
|
type: "checkboxOptions",
|
@@ -22650,7 +22691,7 @@ function wv(e, t, n, s, i, l) {
|
|
22650
22691
|
pathFlags: "https://comand-ui.com/samples/images/flags",
|
22651
22692
|
selectData: i.fakeSelectCountriesData,
|
22652
22693
|
modelValue: i.selectedCountryWithFlag,
|
22653
|
-
"onUpdate:modelValue": t[40] || (t[40] = (
|
22694
|
+
"onUpdate:modelValue": t[40] || (t[40] = (x) => i.selectedCountryWithFlag = x),
|
22654
22695
|
defaultOptionName: "Select country:",
|
22655
22696
|
type: "country"
|
22656
22697
|
}, null, 8, ["status", "disabled", "selectData", "modelValue"]),
|
@@ -22661,7 +22702,7 @@ function wv(e, t, n, s, i, l) {
|
|
22661
22702
|
disabled: i.disabledStatus,
|
22662
22703
|
selectOptions: i.allCountriesData,
|
22663
22704
|
modelValue: i.selectedCountry,
|
22664
|
-
"onUpdate:modelValue": t[41] || (t[41] = (
|
22705
|
+
"onUpdate:modelValue": t[41] || (t[41] = (x) => i.selectedCountry = x),
|
22665
22706
|
groupSelectOptionsByInitialLetters: !0,
|
22666
22707
|
"max-height": "10rem",
|
22667
22708
|
defaultOptionName: "Select country:"
|
@@ -22672,67 +22713,67 @@ function wv(e, t, n, s, i, l) {
|
|
22672
22713
|
disabled: i.disabledStatus,
|
22673
22714
|
selectData: i.fakeSelectColorsData,
|
22674
22715
|
modelValue: i.selectedColor,
|
22675
|
-
"onUpdate:modelValue": t[42] || (t[42] = (
|
22716
|
+
"onUpdate:modelValue": t[42] || (t[42] = (x) => i.selectedColor = x),
|
22676
22717
|
required: "required",
|
22677
22718
|
type: "color"
|
22678
22719
|
}, null, 8, ["status", "disabled", "selectData", "modelValue"])
|
22679
22720
|
]),
|
22680
|
-
t[
|
22681
|
-
t[
|
22721
|
+
t[167] || (t[167] = o("hr", null, null, -1)),
|
22722
|
+
t[168] || (t[168] = o("h2", null, "Progress Bar [native]", -1)),
|
22682
22723
|
p(E, {
|
22683
22724
|
labelText: "Progress Bar (with optional output):",
|
22684
22725
|
id: "progress-bar2",
|
22685
22726
|
max: "100"
|
22686
22727
|
}),
|
22687
|
-
t[
|
22728
|
+
t[169] || (t[169] = o("h2", null, "Slider [native]", -1)),
|
22688
22729
|
o("div", {
|
22689
|
-
class:
|
22730
|
+
class: C(["label", i.validationStatus])
|
22690
22731
|
}, [
|
22691
|
-
t[
|
22692
|
-
o("span",
|
22693
|
-
o("label",
|
22694
|
-
t[
|
22732
|
+
t[148] || (t[148] = o("span", { class: "label-text" }, "Single-Slider (with in- and output):", -1)),
|
22733
|
+
o("span", C1, [
|
22734
|
+
o("label", v1, [
|
22735
|
+
t[146] || (t[146] = o("span", { class: "label-text" }, [
|
22695
22736
|
o("span", null, "Range Value:")
|
22696
22737
|
], -1)),
|
22697
22738
|
$(o("input", {
|
22698
22739
|
type: "number",
|
22699
|
-
class:
|
22700
|
-
"onUpdate:modelValue": t[43] || (t[43] = (
|
22740
|
+
class: C(i.validationStatus),
|
22741
|
+
"onUpdate:modelValue": t[43] || (t[43] = (x) => i.rangeValue = x),
|
22701
22742
|
disabled: i.disabledStatus,
|
22702
22743
|
min: "0",
|
22703
22744
|
max: "100",
|
22704
22745
|
id: "range-value"
|
22705
|
-
}, null, 10,
|
22746
|
+
}, null, 10, k1), [
|
22706
22747
|
[Wt, i.rangeValue]
|
22707
22748
|
])
|
22708
22749
|
]),
|
22709
|
-
o("label",
|
22710
|
-
t[
|
22750
|
+
o("label", w1, [
|
22751
|
+
t[147] || (t[147] = o("span", { class: "label-text hidden" }, [
|
22711
22752
|
o("span", null, "Range Value")
|
22712
22753
|
], -1)),
|
22713
22754
|
$(o("input", {
|
22714
22755
|
type: "range",
|
22715
22756
|
class: "range-slider",
|
22716
22757
|
id: "range-slider",
|
22717
|
-
"onUpdate:modelValue": t[44] || (t[44] = (
|
22758
|
+
"onUpdate:modelValue": t[44] || (t[44] = (x) => i.rangeValue = x),
|
22718
22759
|
disabled: i.disabledStatus,
|
22719
22760
|
min: "0",
|
22720
22761
|
max: "100"
|
22721
|
-
}, null, 8,
|
22762
|
+
}, null, 8, T1), [
|
22722
22763
|
[Wt, i.rangeValue]
|
22723
22764
|
])
|
22724
22765
|
])
|
22725
22766
|
])
|
22726
22767
|
], 2),
|
22727
|
-
t[
|
22728
|
-
t[
|
22729
|
-
t[
|
22768
|
+
t[170] || (t[170] = o("hr", null, null, -1)),
|
22769
|
+
t[171] || (t[171] = o("h2", null, "Toggle-Switches", -1)),
|
22770
|
+
t[172] || (t[172] = o("h3", null, "Switches without switch-labels", -1)),
|
22730
22771
|
p(T, {
|
22731
22772
|
element: "input",
|
22732
22773
|
type: "checkbox",
|
22733
22774
|
id: "toggle-switch-checkbox",
|
22734
22775
|
modelValue: i.switchButtonCheckboxToggleSwitch,
|
22735
|
-
"onUpdate:modelValue": t[45] || (t[45] = (
|
22776
|
+
"onUpdate:modelValue": t[45] || (t[45] = (x) => i.switchButtonCheckboxToggleSwitch = x),
|
22736
22777
|
labelText: "Labeltext for Toggle-Switch without Switch-Label",
|
22737
22778
|
toggleSwitch: !0,
|
22738
22779
|
status: i.validationStatus,
|
@@ -22744,20 +22785,20 @@ function wv(e, t, n, s, i, l) {
|
|
22744
22785
|
type: "checkbox",
|
22745
22786
|
id: "toggle-switch-checkbox-colored",
|
22746
22787
|
modelValue: i.switchButtonCheckboxToggleSwitchColored,
|
22747
|
-
"onUpdate:modelValue": t[46] || (t[46] = (
|
22788
|
+
"onUpdate:modelValue": t[46] || (t[46] = (x) => i.switchButtonCheckboxToggleSwitchColored = x),
|
22748
22789
|
labelText: "Labeltext for colored Toggle-Switch without Switch-Label",
|
22749
22790
|
toggleSwitch: !0,
|
22750
22791
|
colored: !0,
|
22751
22792
|
status: i.validationStatus,
|
22752
22793
|
disabled: i.disabledStatus
|
22753
22794
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
22754
|
-
t[
|
22795
|
+
t[173] || (t[173] = o("h3", null, "Switches with switch-labels", -1)),
|
22755
22796
|
p(T, {
|
22756
22797
|
element: "input",
|
22757
22798
|
type: "checkbox",
|
22758
22799
|
id: "toggle-switch-checkbox-switch-label",
|
22759
22800
|
modelValue: i.switchButtonCheckbox,
|
22760
|
-
"onUpdate:modelValue": t[47] || (t[47] = (
|
22801
|
+
"onUpdate:modelValue": t[47] || (t[47] = (x) => i.switchButtonCheckbox = x),
|
22761
22802
|
labelText: "Labeltext for Toggle-Switch with Switch-Label",
|
22762
22803
|
inputValue: "checkbox1",
|
22763
22804
|
onLabel: "Label on",
|
@@ -22771,7 +22812,7 @@ function wv(e, t, n, s, i, l) {
|
|
22771
22812
|
type: "checkbox",
|
22772
22813
|
id: "toggle-switch-checkbox-switch-label-colored",
|
22773
22814
|
modelValue: i.switchButtonCheckbox,
|
22774
|
-
"onUpdate:modelValue": t[48] || (t[48] = (
|
22815
|
+
"onUpdate:modelValue": t[48] || (t[48] = (x) => i.switchButtonCheckbox = x),
|
22775
22816
|
inputValue: "checkbox2",
|
22776
22817
|
labelText: "Labeltext for Toggle-Switch (Checkbox, colored)",
|
22777
22818
|
onLabel: "Label on",
|
@@ -22787,7 +22828,7 @@ function wv(e, t, n, s, i, l) {
|
|
22787
22828
|
name: "radiogroup",
|
22788
22829
|
id: "toggle-switch-radio1",
|
22789
22830
|
modelValue: i.switchButtonRadio,
|
22790
|
-
"onUpdate:modelValue": t[49] || (t[49] = (
|
22831
|
+
"onUpdate:modelValue": t[49] || (t[49] = (x) => i.switchButtonRadio = x),
|
22791
22832
|
onLabel: "Label on",
|
22792
22833
|
offLabel: "Label off",
|
22793
22834
|
colored: !0,
|
@@ -22803,7 +22844,7 @@ function wv(e, t, n, s, i, l) {
|
|
22803
22844
|
name: "radiogroup",
|
22804
22845
|
id: "toggle-switch-radio2",
|
22805
22846
|
modelValue: i.switchButtonRadio,
|
22806
|
-
"onUpdate:modelValue": t[50] || (t[50] = (
|
22847
|
+
"onUpdate:modelValue": t[50] || (t[50] = (x) => i.switchButtonRadio = x),
|
22807
22848
|
onLabel: "Label on",
|
22808
22849
|
offLabel: "Label off",
|
22809
22850
|
colored: !0,
|
@@ -22820,29 +22861,29 @@ function wv(e, t, n, s, i, l) {
|
|
22820
22861
|
required: "required",
|
22821
22862
|
id: "checkbox-required-with-boolean",
|
22822
22863
|
modelValue: i.checkboxRequiredValue,
|
22823
|
-
"onUpdate:modelValue": t[51] || (t[51] = (
|
22864
|
+
"onUpdate:modelValue": t[51] || (t[51] = (x) => i.checkboxRequiredValue = x),
|
22824
22865
|
status: i.validationStatus,
|
22825
22866
|
disabled: i.disabledStatus
|
22826
22867
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
22827
22868
|
o("p", null, [
|
22828
22869
|
H(" checkbox (required) with boolean: " + y(i.checkboxRequiredValue), 1),
|
22829
|
-
t[148] || (t[148] = o("br", null, null, -1)),
|
22830
|
-
H(" checkbox with boolean: " + y(i.checkboxValue), 1),
|
22831
22870
|
t[149] || (t[149] = o("br", null, null, -1)),
|
22871
|
+
H(" checkbox with boolean: " + y(i.checkboxValue), 1),
|
22872
|
+
t[150] || (t[150] = o("br", null, null, -1)),
|
22832
22873
|
H(" checkboxes with values: " + y(i.checkboxValues), 1)
|
22833
22874
|
]),
|
22834
|
-
t[
|
22835
|
-
t[
|
22836
|
-
o("div",
|
22837
|
-
t[
|
22838
|
-
o("div",
|
22875
|
+
t[174] || (t[174] = o("h2", null, "Checkboxes and Radiobuttons", -1)),
|
22876
|
+
t[175] || (t[175] = o("h3", null, "Checkboxes [native]", -1)),
|
22877
|
+
o("div", S1, [
|
22878
|
+
t[152] || (t[152] = o("span", { class: "label-text" }, "Label for native checkboxes:", -1)),
|
22879
|
+
o("div", _1, [
|
22839
22880
|
p(T, {
|
22840
22881
|
element: "input",
|
22841
22882
|
labelText: "Label for checkbox with boolean",
|
22842
22883
|
type: "checkbox",
|
22843
22884
|
id: "checkbox-with-boolean",
|
22844
22885
|
modelValue: i.checkboxValue,
|
22845
|
-
"onUpdate:modelValue": t[52] || (t[52] = (
|
22886
|
+
"onUpdate:modelValue": t[52] || (t[52] = (x) => i.checkboxValue = x),
|
22846
22887
|
status: i.validationStatus,
|
22847
22888
|
disabled: i.disabledStatus
|
22848
22889
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
@@ -22850,7 +22891,7 @@ function wv(e, t, n, s, i, l) {
|
|
22850
22891
|
element: "input",
|
22851
22892
|
labelText: "Label for checkbox with value",
|
22852
22893
|
modelValue: i.checkboxValues,
|
22853
|
-
"onUpdate:modelValue": t[53] || (t[53] = (
|
22894
|
+
"onUpdate:modelValue": t[53] || (t[53] = (x) => i.checkboxValues = x),
|
22854
22895
|
inputValue: "checkboxValue1",
|
22855
22896
|
type: "checkbox",
|
22856
22897
|
id: "checkbox-with-value-1",
|
@@ -22861,7 +22902,7 @@ function wv(e, t, n, s, i, l) {
|
|
22861
22902
|
element: "input",
|
22862
22903
|
labelText: "Label for checkbox with value",
|
22863
22904
|
modelValue: i.checkboxValues,
|
22864
|
-
"onUpdate:modelValue": t[54] || (t[54] = (
|
22905
|
+
"onUpdate:modelValue": t[54] || (t[54] = (x) => i.checkboxValues = x),
|
22865
22906
|
inputValue: "checkboxValue2",
|
22866
22907
|
type: "checkbox",
|
22867
22908
|
id: "checkbox-with-value-2",
|
@@ -22871,14 +22912,14 @@ function wv(e, t, n, s, i, l) {
|
|
22871
22912
|
p(T, {
|
22872
22913
|
element: "input",
|
22873
22914
|
modelValue: i.checkboxValues,
|
22874
|
-
"onUpdate:modelValue": t[55] || (t[55] = (
|
22915
|
+
"onUpdate:modelValue": t[55] || (t[55] = (x) => i.checkboxValues = x),
|
22875
22916
|
inputValue: "checkboxValue3",
|
22876
22917
|
type: "checkbox",
|
22877
22918
|
id: "checkbox-with-value-3",
|
22878
22919
|
status: i.validationStatus,
|
22879
22920
|
disabled: i.disabledStatus
|
22880
22921
|
}, {
|
22881
|
-
labeltext: w(() => t[
|
22922
|
+
labeltext: w(() => t[151] || (t[151] = [
|
22882
22923
|
H(" Labeltext with "),
|
22883
22924
|
o("a", { href: "#" }, "link", -1),
|
22884
22925
|
H(" given by slot ")
|
@@ -22887,10 +22928,10 @@ function wv(e, t, n, s, i, l) {
|
|
22887
22928
|
}, 8, ["modelValue", "status", "disabled"])
|
22888
22929
|
])
|
22889
22930
|
]),
|
22890
|
-
t[
|
22891
|
-
o("div",
|
22892
|
-
t[
|
22893
|
-
o("div",
|
22931
|
+
t[176] || (t[176] = o("h3", null, "Checkboxes (replaced)", -1)),
|
22932
|
+
o("div", O1, [
|
22933
|
+
t[153] || (t[153] = o("span", { class: "label-text" }, "Label for Replaced Input-Type-Checkbox:", -1)),
|
22934
|
+
o("div", L1, [
|
22894
22935
|
p(T, {
|
22895
22936
|
element: "input",
|
22896
22937
|
labelText: "Label for replaced checkbox",
|
@@ -22898,7 +22939,7 @@ function wv(e, t, n, s, i, l) {
|
|
22898
22939
|
replaceInputType: !0,
|
22899
22940
|
id: "inputfield9",
|
22900
22941
|
modelValue: i.replacedCheckboxValue,
|
22901
|
-
"onUpdate:modelValue": t[56] || (t[56] = (
|
22942
|
+
"onUpdate:modelValue": t[56] || (t[56] = (x) => i.replacedCheckboxValue = x),
|
22902
22943
|
inputValue: "checkboxValue1",
|
22903
22944
|
status: i.validationStatus,
|
22904
22945
|
disabled: i.disabledStatus
|
@@ -22907,7 +22948,7 @@ function wv(e, t, n, s, i, l) {
|
|
22907
22948
|
element: "input",
|
22908
22949
|
labelText: "Label for replaced checkbox",
|
22909
22950
|
modelValue: i.replacedCheckboxValue,
|
22910
|
-
"onUpdate:modelValue": t[57] || (t[57] = (
|
22951
|
+
"onUpdate:modelValue": t[57] || (t[57] = (x) => i.replacedCheckboxValue = x),
|
22911
22952
|
inputValue: "checkboxValue2",
|
22912
22953
|
type: "checkbox",
|
22913
22954
|
replaceInputType: !0,
|
@@ -22917,10 +22958,10 @@ function wv(e, t, n, s, i, l) {
|
|
22917
22958
|
}, null, 8, ["modelValue", "status", "disabled"])
|
22918
22959
|
])
|
22919
22960
|
]),
|
22920
|
-
t[
|
22921
|
-
o("div",
|
22922
|
-
t[
|
22923
|
-
o("div",
|
22961
|
+
t[177] || (t[177] = o("h3", null, "Radiobuttons [native]", -1)),
|
22962
|
+
o("div", I1, [
|
22963
|
+
t[154] || (t[154] = o("span", { class: "label-text" }, "Label for native radiobuttons:", -1)),
|
22964
|
+
o("div", B1, [
|
22924
22965
|
p(T, {
|
22925
22966
|
element: "input",
|
22926
22967
|
labelText: "Label for native radiobutton",
|
@@ -22929,7 +22970,7 @@ function wv(e, t, n, s, i, l) {
|
|
22929
22970
|
name: "radiogroup",
|
22930
22971
|
inputValue: "radiobuttonValue1",
|
22931
22972
|
modelValue: i.radiobuttonValue,
|
22932
|
-
"onUpdate:modelValue": t[58] || (t[58] = (
|
22973
|
+
"onUpdate:modelValue": t[58] || (t[58] = (x) => i.radiobuttonValue = x),
|
22933
22974
|
status: i.validationStatus,
|
22934
22975
|
disabled: i.disabledStatus
|
22935
22976
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
@@ -22941,17 +22982,17 @@ function wv(e, t, n, s, i, l) {
|
|
22941
22982
|
name: "radiogroup",
|
22942
22983
|
inputValue: "radiobuttonValue2",
|
22943
22984
|
modelValue: i.radiobuttonValue,
|
22944
|
-
"onUpdate:modelValue": t[59] || (t[59] = (
|
22985
|
+
"onUpdate:modelValue": t[59] || (t[59] = (x) => i.radiobuttonValue = x),
|
22945
22986
|
status: i.validationStatus,
|
22946
22987
|
disabled: i.disabledStatus
|
22947
22988
|
}, null, 8, ["modelValue", "status", "disabled"])
|
22948
22989
|
])
|
22949
22990
|
]),
|
22950
22991
|
o("p", null, " Radiobuttons with values: " + y(i.radiobuttonValue), 1),
|
22951
|
-
t[
|
22952
|
-
o("div",
|
22953
|
-
t[
|
22954
|
-
o("div",
|
22992
|
+
t[178] || (t[178] = o("h3", null, "Radiobuttons (replaced)", -1)),
|
22993
|
+
o("div", D1, [
|
22994
|
+
t[155] || (t[155] = o("span", { class: "label-text" }, "Label for Replaced Input-Type-Radio:", -1)),
|
22995
|
+
o("div", M1, [
|
22955
22996
|
p(T, {
|
22956
22997
|
element: "input",
|
22957
22998
|
labelText: "Label for replaced radiobutton",
|
@@ -22961,7 +23002,7 @@ function wv(e, t, n, s, i, l) {
|
|
22961
23002
|
name: "replaced-radiogroup",
|
22962
23003
|
inputValue: "radiobuttonValue1",
|
22963
23004
|
modelValue: i.replacedRadiobuttonValue,
|
22964
|
-
"onUpdate:modelValue": t[60] || (t[60] = (
|
23005
|
+
"onUpdate:modelValue": t[60] || (t[60] = (x) => i.replacedRadiobuttonValue = x),
|
22965
23006
|
status: i.validationStatus,
|
22966
23007
|
disabled: i.disabledStatus
|
22967
23008
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
@@ -22974,26 +23015,26 @@ function wv(e, t, n, s, i, l) {
|
|
22974
23015
|
name: "replaced-radiogroup",
|
22975
23016
|
inputValue: "radiobuttonValue2",
|
22976
23017
|
modelValue: i.replacedRadiobuttonValue,
|
22977
|
-
"onUpdate:modelValue": t[61] || (t[61] = (
|
23018
|
+
"onUpdate:modelValue": t[61] || (t[61] = (x) => i.replacedRadiobuttonValue = x),
|
22978
23019
|
status: i.validationStatus,
|
22979
23020
|
disabled: i.disabledStatus
|
22980
23021
|
}, null, 8, ["modelValue", "status", "disabled"])
|
22981
23022
|
])
|
22982
23023
|
]),
|
22983
|
-
o("h3",
|
22984
|
-
t[
|
23024
|
+
o("h3", F1, [
|
23025
|
+
t[156] || (t[156] = H(" Input-Group ")),
|
22985
23026
|
o("a", {
|
22986
23027
|
href: "#",
|
22987
23028
|
class: "button small icon-cog",
|
22988
23029
|
title: "Open Component Settings",
|
22989
|
-
onClick: t[62] || (t[62] = S((
|
23030
|
+
onClick: t[62] || (t[62] = S((x) => l.openSettingsSidebar("CmdInputGroup"), ["prevent"]))
|
22990
23031
|
})
|
22991
23032
|
]),
|
22992
23033
|
p(D, I({ ref: "CmdInputGroup" }, e.cmdInputGroupSettingsData, {
|
22993
23034
|
labelText: "Grouplabel for radio-group given by property:",
|
22994
23035
|
inputElements: l.idForReplacedInputsInInputGroup("radio-group"),
|
22995
23036
|
modelValue: i.inputGroup,
|
22996
|
-
"onUpdate:modelValue": t[65] || (t[65] = (
|
23037
|
+
"onUpdate:modelValue": t[65] || (t[65] = (x) => i.inputGroup = x)
|
22997
23038
|
}), {
|
22998
23039
|
default: w(() => [
|
22999
23040
|
p(T, {
|
@@ -23004,7 +23045,7 @@ function wv(e, t, n, s, i, l) {
|
|
23004
23045
|
name: "radiogroup2",
|
23005
23046
|
inputValue: "radiobuttonValue1",
|
23006
23047
|
modelValue: i.inputGroup,
|
23007
|
-
"onUpdate:modelValue": t[63] || (t[63] = (
|
23048
|
+
"onUpdate:modelValue": t[63] || (t[63] = (x) => i.inputGroup = x),
|
23008
23049
|
status: i.validationStatus,
|
23009
23050
|
disabled: i.disabledStatus
|
23010
23051
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
@@ -23016,7 +23057,7 @@ function wv(e, t, n, s, i, l) {
|
|
23016
23057
|
name: "radiogroup2",
|
23017
23058
|
inputValue: "radiobuttonValue2",
|
23018
23059
|
modelValue: i.inputGroup,
|
23019
|
-
"onUpdate:modelValue": t[64] || (t[64] = (
|
23060
|
+
"onUpdate:modelValue": t[64] || (t[64] = (x) => i.inputGroup = x),
|
23020
23061
|
status: i.validationStatus,
|
23021
23062
|
disabled: i.disabledStatus
|
23022
23063
|
}, null, 8, ["modelValue", "status", "disabled"])
|
@@ -23024,18 +23065,18 @@ function wv(e, t, n, s, i, l) {
|
|
23024
23065
|
_: 1
|
23025
23066
|
}, 16, ["inputElements", "modelValue"]),
|
23026
23067
|
o("dl", null, [
|
23027
|
-
t[
|
23068
|
+
t[157] || (t[157] = o("dt", null, "Selected value:", -1)),
|
23028
23069
|
o("dd", null, [
|
23029
23070
|
o("output", null, y(i.inputGroup), 1)
|
23030
23071
|
])
|
23031
23072
|
]),
|
23032
|
-
t[
|
23073
|
+
t[179] || (t[179] = o("h3", null, "Input Groups with Checkboxes/Radiobuttons (toggle-switches)", -1)),
|
23033
23074
|
p(D, {
|
23034
23075
|
labelText: "Grouplabel for checkbox-group styled as toggle-switches (colored):",
|
23035
23076
|
inputElements: l.idForReplacedInputsInInputGroup("checkbox-group-toggle-switch"),
|
23036
23077
|
inputTypes: "checkbox",
|
23037
23078
|
modelValue: i.inputGroupValueToggleSwitchCheckbox,
|
23038
|
-
"onUpdate:modelValue": t[66] || (t[66] = (
|
23079
|
+
"onUpdate:modelValue": t[66] || (t[66] = (x) => i.inputGroupValueToggleSwitchCheckbox = x),
|
23039
23080
|
toggleSwitches: !0,
|
23040
23081
|
colored: !0,
|
23041
23082
|
required: "required",
|
@@ -23043,7 +23084,7 @@ function wv(e, t, n, s, i, l) {
|
|
23043
23084
|
disabled: i.disabledStatus
|
23044
23085
|
}, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
|
23045
23086
|
o("dl", null, [
|
23046
|
-
t[
|
23087
|
+
t[158] || (t[158] = o("dt", null, "Selected value(s):", -1)),
|
23047
23088
|
o("dd", null, [
|
23048
23089
|
o("output", null, y(i.inputGroupValueToggleSwitchCheckbox), 1)
|
23049
23090
|
])
|
@@ -23053,14 +23094,14 @@ function wv(e, t, n, s, i, l) {
|
|
23053
23094
|
inputElements: l.idForReplacedInputsInInputGroup("radio-group-toggle-switch"),
|
23054
23095
|
inputTypes: "radio",
|
23055
23096
|
modelValue: i.inputGroupValueToggleSwitchRadio,
|
23056
|
-
"onUpdate:modelValue": t[67] || (t[67] = (
|
23097
|
+
"onUpdate:modelValue": t[67] || (t[67] = (x) => i.inputGroupValueToggleSwitchRadio = x),
|
23057
23098
|
toggleSwitches: !0,
|
23058
23099
|
required: "required",
|
23059
23100
|
status: i.validationStatus,
|
23060
23101
|
disabled: i.disabledStatus
|
23061
23102
|
}, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
|
23062
23103
|
o("dl", null, [
|
23063
|
-
t[
|
23104
|
+
t[159] || (t[159] = o("dt", null, "Selected value(s):", -1)),
|
23064
23105
|
o("dd", null, [
|
23065
23106
|
o("output", null, y(i.inputGroupValueToggleSwitchRadio), 1)
|
23066
23107
|
])
|
@@ -23071,12 +23112,12 @@ function wv(e, t, n, s, i, l) {
|
|
23071
23112
|
inputTypes: "radio",
|
23072
23113
|
multipleSwitch: !0,
|
23073
23114
|
modelValue: i.inputGroupValue3,
|
23074
|
-
"onUpdate:modelValue": t[68] || (t[68] = (
|
23115
|
+
"onUpdate:modelValue": t[68] || (t[68] = (x) => i.inputGroupValue3 = x),
|
23075
23116
|
status: i.validationStatus,
|
23076
23117
|
disabled: i.disabledStatus
|
23077
23118
|
}, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
|
23078
23119
|
o("dl", null, [
|
23079
|
-
t[
|
23120
|
+
t[160] || (t[160] = o("dt", null, "Selected value(s):", -1)),
|
23080
23121
|
o("dd", null, [
|
23081
23122
|
o("output", null, y(i.inputGroupValue3), 1)
|
23082
23123
|
])
|
@@ -23088,21 +23129,21 @@ function wv(e, t, n, s, i, l) {
|
|
23088
23129
|
multipleSwitch: !0,
|
23089
23130
|
required: !0,
|
23090
23131
|
modelValue: i.inputGroupValue4,
|
23091
|
-
"onUpdate:modelValue": t[69] || (t[69] = (
|
23132
|
+
"onUpdate:modelValue": t[69] || (t[69] = (x) => i.inputGroupValue4 = x),
|
23092
23133
|
stretchHorizontally: !0,
|
23093
23134
|
status: i.validationStatus,
|
23094
23135
|
disabled: i.disabledStatus
|
23095
23136
|
}, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
|
23096
23137
|
o("dl", null, [
|
23097
|
-
t[
|
23138
|
+
t[161] || (t[161] = o("dt", null, "Selected value(s):", -1)),
|
23098
23139
|
o("dd", null, [
|
23099
23140
|
o("output", null, y(i.inputGroupValue4), 1)
|
23100
23141
|
])
|
23101
23142
|
])
|
23102
23143
|
]),
|
23103
|
-
o("div",
|
23104
|
-
t[
|
23105
|
-
o("div",
|
23144
|
+
o("div", V1, [
|
23145
|
+
t[181] || (t[181] = o("small", null, "(values will not be submitted with the form!)", -1)),
|
23146
|
+
o("div", A1, [
|
23106
23147
|
p(T, {
|
23107
23148
|
element: "button",
|
23108
23149
|
nativeButton: { text: "Submit-button from component" },
|
@@ -23115,10 +23156,10 @@ function wv(e, t, n, s, i, l) {
|
|
23115
23156
|
class: "button",
|
23116
23157
|
type: "submit",
|
23117
23158
|
disabled: i.disabledStatus
|
23118
|
-
}, t[
|
23159
|
+
}, t[180] || (t[180] = [
|
23119
23160
|
o("span", { class: "icon-check" }, null, -1),
|
23120
23161
|
o("span", null, "Native submit-button", -1)
|
23121
|
-
]), 8,
|
23162
|
+
]), 8, P1)
|
23122
23163
|
])
|
23123
23164
|
])
|
23124
23165
|
]),
|
@@ -23133,13 +23174,13 @@ function wv(e, t, n, s, i, l) {
|
|
23133
23174
|
}),
|
23134
23175
|
p(v, null, {
|
23135
23176
|
default: w(() => [
|
23136
|
-
o("h2",
|
23137
|
-
t[
|
23177
|
+
o("h2", E1, [
|
23178
|
+
t[184] || (t[184] = o("span", null, "Bank Account Data", -1)),
|
23138
23179
|
o("a", {
|
23139
23180
|
href: "#",
|
23140
23181
|
class: "button small icon-cog",
|
23141
23182
|
title: "Open Component Settings",
|
23142
|
-
onClick: t[70] || (t[70] = S((
|
23183
|
+
onClick: t[70] || (t[70] = S((x) => l.openSettingsSidebar("CmdBankAccountData"), ["prevent"]))
|
23143
23184
|
})
|
23144
23185
|
]),
|
23145
23186
|
p(V, I({ "account-data": i.bankAccountData }, e.cmdBankAccountDataSettingsData, { ref: "CmdBankAccountData" }), null, 16, ["account-data"])
|
@@ -23148,13 +23189,13 @@ function wv(e, t, n, s, i, l) {
|
|
23148
23189
|
}),
|
23149
23190
|
p(v, null, {
|
23150
23191
|
default: w(() => [
|
23151
|
-
o("h2",
|
23152
|
-
t[
|
23192
|
+
o("h2", H1, [
|
23193
|
+
t[185] || (t[185] = o("span", null, "Basic Form", -1)),
|
23153
23194
|
o("a", {
|
23154
23195
|
href: "#",
|
23155
23196
|
class: "button small icon-cog",
|
23156
23197
|
title: "Open Component Settings",
|
23157
|
-
onClick: t[71] || (t[71] = S((
|
23198
|
+
onClick: t[71] || (t[71] = S((x) => l.openSettingsSidebar("CmdBasicForm"), ["prevent"]))
|
23158
23199
|
})
|
23159
23200
|
]),
|
23160
23201
|
p(R, {
|
@@ -23170,9 +23211,9 @@ function wv(e, t, n, s, i, l) {
|
|
23170
23211
|
}
|
23171
23212
|
}, null, 512),
|
23172
23213
|
o("dl", null, [
|
23173
|
-
t[
|
23214
|
+
t[186] || (t[186] = o("dt", null, "originalEvent", -1)),
|
23174
23215
|
o("dd", null, y(i.basicFormData.originalEvent), 1),
|
23175
|
-
t[
|
23216
|
+
t[187] || (t[187] = o("dt", null, "formdata", -1)),
|
23176
23217
|
o("dd", null, y(i.basicFormData.formData), 1)
|
23177
23218
|
])
|
23178
23219
|
]),
|
@@ -23180,14 +23221,14 @@ function wv(e, t, n, s, i, l) {
|
|
23180
23221
|
}),
|
23181
23222
|
p(v, { anchorId: "section-boxes" }, {
|
23182
23223
|
default: w(() => [
|
23183
|
-
t[
|
23184
|
-
o("h3",
|
23185
|
-
t[
|
23224
|
+
t[206] || (t[206] = o("h2", { class: "headline-demopage" }, "Boxes", -1)),
|
23225
|
+
o("h3", q1, [
|
23226
|
+
t[188] || (t[188] = o("span", null, "Default Box", -1)),
|
23186
23227
|
o("a", {
|
23187
23228
|
href: "#",
|
23188
23229
|
class: "button small icon-cog",
|
23189
23230
|
title: "Open Component Settings",
|
23190
|
-
onClick: t[72] || (t[72] = S((
|
23231
|
+
onClick: t[72] || (t[72] = S((x) => l.openSettingsSidebar("CmdBox"), ["prevent"]))
|
23191
23232
|
})
|
23192
23233
|
]),
|
23193
23234
|
p(d, I({ ref: "CmdBox" }, e.cmdBoxSettingsData, {
|
@@ -23196,17 +23237,17 @@ function wv(e, t, n, s, i, l) {
|
|
23196
23237
|
"cmd-headline": { headlineText: "Headline for box", headlineLevel: 4 },
|
23197
23238
|
stretchVertically: !0
|
23198
23239
|
}), {
|
23199
|
-
header: w(() => t[
|
23240
|
+
header: w(() => t[189] || (t[189] = [
|
23200
23241
|
o("h4", null, " Texts given by slots ", -1)
|
23201
23242
|
])),
|
23202
|
-
body: w(() => t[
|
23243
|
+
body: w(() => t[190] || (t[190] = [
|
23203
23244
|
o("p", null, " This content with paragraphs inside is placed inside the box-body. ", -1),
|
23204
23245
|
o("p", null, [
|
23205
23246
|
o("strong", null, "Header, Content/Body and Footer of this box are given by slots.")
|
23206
23247
|
], -1),
|
23207
23248
|
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)
|
23208
23249
|
])),
|
23209
|
-
footer: w(() => t[
|
23250
|
+
footer: w(() => t[191] || (t[191] = [
|
23210
23251
|
o("p", null, " Footer content ", -1)
|
23211
23252
|
])),
|
23212
23253
|
_: 1
|
@@ -23217,10 +23258,10 @@ function wv(e, t, n, s, i, l) {
|
|
23217
23258
|
useGap: !0
|
23218
23259
|
}, {
|
23219
23260
|
default: w(() => [
|
23220
|
-
(a(), r(_, null, q(14, (
|
23221
|
-
key:
|
23261
|
+
(a(), r(_, null, q(14, (x) => p(d, {
|
23262
|
+
key: x,
|
23222
23263
|
textBody: "Content",
|
23223
|
-
"cmd-headline": { headlineText: "Headline " +
|
23264
|
+
"cmd-headline": { headlineText: "Headline " + x, headlineLevel: 4 }
|
23224
23265
|
}, null, 8, ["cmd-headline"])), 64))
|
23225
23266
|
]),
|
23226
23267
|
_: 1
|
@@ -23236,7 +23277,7 @@ function wv(e, t, n, s, i, l) {
|
|
23236
23277
|
useSlots: ["body"],
|
23237
23278
|
"cutoff-text-lines": 4
|
23238
23279
|
}, {
|
23239
|
-
body: w(() => t[
|
23280
|
+
body: w(() => t[192] || (t[192] = [
|
23240
23281
|
H(" 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. ")
|
23241
23282
|
])),
|
23242
23283
|
_: 1
|
@@ -23245,17 +23286,17 @@ function wv(e, t, n, s, i, l) {
|
|
23245
23286
|
useSlots: ["header", "body", "footer"],
|
23246
23287
|
allowContentToScroll: !0
|
23247
23288
|
}, {
|
23248
|
-
header: w(() => t[
|
23289
|
+
header: w(() => t[193] || (t[193] = [
|
23249
23290
|
o("h4", null, " Texts given by slots ", -1)
|
23250
23291
|
])),
|
23251
|
-
body: w(() => t[
|
23292
|
+
body: w(() => t[194] || (t[194] = [
|
23252
23293
|
o("p", null, " This content with paragraphs inside is placed inside the box-body. ", -1),
|
23253
23294
|
o("p", null, [
|
23254
23295
|
o("strong", null, "Header, Content/Body and Footer of this box are given by slots.")
|
23255
23296
|
], -1),
|
23256
23297
|
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)
|
23257
23298
|
])),
|
23258
|
-
footer: w(() => t[
|
23299
|
+
footer: w(() => t[195] || (t[195] = [
|
23259
23300
|
o("p", null, " Footer content ", -1)
|
23260
23301
|
])),
|
23261
23302
|
_: 1
|
@@ -23265,7 +23306,7 @@ function wv(e, t, n, s, i, l) {
|
|
23265
23306
|
useBoxBodyPadding: !1,
|
23266
23307
|
collapsible: !0
|
23267
23308
|
}, {
|
23268
|
-
header: w(() => t[
|
23309
|
+
header: w(() => t[196] || (t[196] = [
|
23269
23310
|
o("h4", null, " Box with inputs ", -1)
|
23270
23311
|
])),
|
23271
23312
|
body: w(() => [
|
@@ -23289,7 +23330,7 @@ function wv(e, t, n, s, i, l) {
|
|
23289
23330
|
_: 1
|
23290
23331
|
})
|
23291
23332
|
]),
|
23292
|
-
footer: w(() => t[
|
23333
|
+
footer: w(() => t[197] || (t[197] = [
|
23293
23334
|
o("p", null, " footer content ", -1)
|
23294
23335
|
])),
|
23295
23336
|
_: 1
|
@@ -23298,11 +23339,11 @@ function wv(e, t, n, s, i, l) {
|
|
23298
23339
|
useSlots: ["header", "body"],
|
23299
23340
|
useBoxBodyPadding: !1
|
23300
23341
|
}, {
|
23301
|
-
header: w(() => t[
|
23342
|
+
header: w(() => t[198] || (t[198] = [
|
23302
23343
|
o("h4", null, " Box with links ", -1)
|
23303
23344
|
])),
|
23304
23345
|
body: w(() => [
|
23305
|
-
o("ul",
|
23346
|
+
o("ul", R1, [
|
23306
23347
|
o("li", null, [
|
23307
23348
|
o("a", {
|
23308
23349
|
href: "#",
|
@@ -23333,7 +23374,7 @@ function wv(e, t, n, s, i, l) {
|
|
23333
23374
|
])
|
23334
23375
|
])
|
23335
23376
|
]),
|
23336
|
-
footer: w(() => t[
|
23377
|
+
footer: w(() => t[199] || (t[199] = [
|
23337
23378
|
o("p", null, " footer content ", -1)
|
23338
23379
|
])),
|
23339
23380
|
_: 1
|
@@ -23344,10 +23385,10 @@ function wv(e, t, n, s, i, l) {
|
|
23344
23385
|
cmdHeadline: { headlineText: "Collapsible box", headlineLevel: 4 },
|
23345
23386
|
collapsible: !0
|
23346
23387
|
}, {
|
23347
|
-
header: w(() => t[
|
23388
|
+
header: w(() => t[200] || (t[200] = [
|
23348
23389
|
o("h4", null, " Collapsible box with image ", -1)
|
23349
23390
|
])),
|
23350
|
-
body: w(() => t[
|
23391
|
+
body: w(() => t[201] || (t[201] = [
|
23351
23392
|
o("img", {
|
23352
23393
|
src: fi,
|
23353
23394
|
alt: "Alternative text"
|
@@ -23359,10 +23400,10 @@ function wv(e, t, n, s, i, l) {
|
|
23359
23400
|
useSlots: ["header", "body", "footer"],
|
23360
23401
|
useBoxBodyPadding: !1
|
23361
23402
|
}, {
|
23362
|
-
header: w(() => t[
|
23403
|
+
header: w(() => t[202] || (t[202] = [
|
23363
23404
|
o("h4", null, " Box with image, content and link ", -1)
|
23364
23405
|
])),
|
23365
|
-
body: w(() => t[
|
23406
|
+
body: w(() => t[203] || (t[203] = [
|
23366
23407
|
o("img", {
|
23367
23408
|
src: fi,
|
23368
23409
|
alt: "Alternative text"
|
@@ -23372,7 +23413,7 @@ function wv(e, t, n, s, i, l) {
|
|
23372
23413
|
o("p", null, "Image, custom-headline and this text for the component are given by slot")
|
23373
23414
|
], -1)
|
23374
23415
|
])),
|
23375
|
-
footer: w(() => t[
|
23416
|
+
footer: w(() => t[204] || (t[204] = [
|
23376
23417
|
o("p", null, [
|
23377
23418
|
o("a", { href: "#" }, "Read more…")
|
23378
23419
|
], -1)
|
@@ -23405,43 +23446,43 @@ function wv(e, t, n, s, i, l) {
|
|
23405
23446
|
]),
|
23406
23447
|
_: 1
|
23407
23448
|
}),
|
23408
|
-
t[
|
23409
|
-
o("div",
|
23410
|
-
(a(!0), r(_, null, q(i.boxProductData, (
|
23449
|
+
t[207] || (t[207] = o("h3", null, "Product boxes", -1)),
|
23450
|
+
o("div", j1, [
|
23451
|
+
(a(!0), r(_, null, q(i.boxProductData, (x, z) => (a(), r("div", {
|
23411
23452
|
class: "grid-small-item",
|
23412
23453
|
key: z
|
23413
23454
|
}, [
|
23414
23455
|
p(d, {
|
23415
23456
|
boxType: "product",
|
23416
|
-
product:
|
23457
|
+
product: x,
|
23417
23458
|
cmdHeadline: { headlineLevel: 4 }
|
23418
23459
|
}, null, 8, ["product"])
|
23419
23460
|
]))), 128))
|
23420
23461
|
]),
|
23421
|
-
t[
|
23462
|
+
t[208] || (t[208] = o("h3", null, "User boxes", -1)),
|
23422
23463
|
p(u, {
|
23423
23464
|
boxesPerRow: [5, 2, 1],
|
23424
23465
|
useRowViewAsDefault: !0,
|
23425
23466
|
useGap: !0
|
23426
23467
|
}, {
|
23427
|
-
default: w((
|
23468
|
+
default: w((x) => [
|
23428
23469
|
(a(!0), r(_, null, q(i.boxUserData.length, (z) => (a(), k(d, {
|
23429
23470
|
key: z,
|
23430
23471
|
boxType: "user",
|
23431
23472
|
user: i.boxUserData[z - 1],
|
23432
23473
|
cmdHeadline: { headlineLevel: 5 },
|
23433
|
-
rowView:
|
23474
|
+
rowView: x.rowView
|
23434
23475
|
}, null, 8, ["user", "rowView"]))), 128))
|
23435
23476
|
]),
|
23436
23477
|
_: 1
|
23437
23478
|
}),
|
23438
23479
|
o("h3", null, [
|
23439
|
-
t[
|
23480
|
+
t[205] || (t[205] = o("span", null, "Boxes in BoxWrapper (collapsible)", -1)),
|
23440
23481
|
o("a", {
|
23441
23482
|
href: "#",
|
23442
23483
|
class: "button small icon-cog",
|
23443
23484
|
title: "Open Component Settings",
|
23444
|
-
onClick: t[77] || (t[77] = S((
|
23485
|
+
onClick: t[77] || (t[77] = S((x) => l.openSettingsSidebar("CmdBoxWrapper"), ["prevent"]))
|
23445
23486
|
})
|
23446
23487
|
]),
|
23447
23488
|
p(u, {
|
@@ -23453,19 +23494,19 @@ function wv(e, t, n, s, i, l) {
|
|
23453
23494
|
"stretch-boxes-vertically": !0,
|
23454
23495
|
useGap: !0
|
23455
23496
|
}, {
|
23456
|
-
default: w((
|
23497
|
+
default: w((x) => [
|
23457
23498
|
(a(!0), r(_, null, q(i.boxProductData.length, (z) => (a(), k(d, {
|
23458
23499
|
key: z,
|
23459
23500
|
boxType: "content",
|
23460
23501
|
collapsible: !0,
|
23461
23502
|
useSlots: ["body"],
|
23462
23503
|
cmdHeadline: { headlineText: "Box " + z, headlineLevel: 5 },
|
23463
|
-
rowView:
|
23464
|
-
openCollapsedBox:
|
23465
|
-
onToggleCollapse: (Se) =>
|
23504
|
+
rowView: x.rowView,
|
23505
|
+
openCollapsedBox: x.boxIsOpen(z - 1),
|
23506
|
+
onToggleCollapse: (Se) => x.boxToggled(z - 1, Se)
|
23466
23507
|
}, {
|
23467
23508
|
body: w(() => [
|
23468
|
-
H(y(
|
23509
|
+
H(y(x.currentOpenBox) + "Content " + y(z), 1)
|
23469
23510
|
]),
|
23470
23511
|
_: 2
|
23471
23512
|
}, 1032, ["cmdHeadline", "rowView", "openCollapsedBox", "onToggleCollapse"]))), 128))
|
@@ -23477,13 +23518,13 @@ function wv(e, t, n, s, i, l) {
|
|
23477
23518
|
}),
|
23478
23519
|
p(v, { "inner-component": "div" }, {
|
23479
23520
|
default: w(() => [
|
23480
|
-
o("h2",
|
23481
|
-
t[
|
23521
|
+
o("h2", N1, [
|
23522
|
+
t[209] || (t[209] = o("span", null, "Breadcrumbs", -1)),
|
23482
23523
|
o("a", {
|
23483
23524
|
href: "#",
|
23484
23525
|
class: "button small icon-cog",
|
23485
23526
|
title: "Open Component Settings",
|
23486
|
-
onClick: t[78] || (t[78] = S((
|
23527
|
+
onClick: t[78] || (t[78] = S((x) => l.openSettingsSidebar("CmdBreadcrumbs"), ["prevent"]))
|
23487
23528
|
})
|
23488
23529
|
]),
|
23489
23530
|
p(J, I({
|
@@ -23496,13 +23537,13 @@ function wv(e, t, n, s, i, l) {
|
|
23496
23537
|
}),
|
23497
23538
|
p(v, null, {
|
23498
23539
|
default: w(() => [
|
23499
|
-
o("h2",
|
23500
|
-
t[
|
23540
|
+
o("h2", U1, [
|
23541
|
+
t[210] || (t[210] = o("span", null, "Company Logo", -1)),
|
23501
23542
|
o("a", {
|
23502
23543
|
href: "#",
|
23503
23544
|
class: "button small icon-cog",
|
23504
23545
|
title: "Open Component Settings",
|
23505
|
-
onClick: t[79] || (t[79] = S((
|
23546
|
+
onClick: t[79] || (t[79] = S((x) => l.openSettingsSidebar("CmdCompanyLogo"), ["prevent"]))
|
23506
23547
|
})
|
23507
23548
|
]),
|
23508
23549
|
p(f, I({
|
@@ -23514,21 +23555,21 @@ function wv(e, t, n, s, i, l) {
|
|
23514
23555
|
}),
|
23515
23556
|
p(v, null, {
|
23516
23557
|
default: w(() => [
|
23517
|
-
o("h2",
|
23518
|
-
t[
|
23558
|
+
o("h2", z1, [
|
23559
|
+
t[211] || (t[211] = o("span", null, "Container", -1)),
|
23519
23560
|
o("a", {
|
23520
23561
|
href: "#",
|
23521
23562
|
class: "button small icon-cog",
|
23522
23563
|
title: "Open Component Settings",
|
23523
|
-
onClick: t[80] || (t[80] = S((
|
23564
|
+
onClick: t[80] || (t[80] = S((x) => l.openSettingsSidebar("CmdContainer"), ["prevent"]))
|
23524
23565
|
})
|
23525
23566
|
]),
|
23526
|
-
t[
|
23567
|
+
t[213] || (t[213] = o("h3", null, "Default Container", -1)),
|
23527
23568
|
p(Z, I({
|
23528
23569
|
style: { border: "1px dotted gray" },
|
23529
23570
|
ref: "CmdContainer"
|
23530
23571
|
}, e.cmdContainerSettingsData), null, 16),
|
23531
|
-
t[
|
23572
|
+
t[214] || (t[214] = o("h3", null, "Container with default-text", -1)),
|
23532
23573
|
p(Z, {
|
23533
23574
|
style: { border: "1px dotted gray" },
|
23534
23575
|
ref: "CmdContainer",
|
@@ -23536,19 +23577,19 @@ function wv(e, t, n, s, i, l) {
|
|
23536
23577
|
containerType: "flex",
|
23537
23578
|
contentOrientation: "horizontal"
|
23538
23579
|
}, null, 512),
|
23539
|
-
t[
|
23580
|
+
t[215] || (t[215] = o("h3", null, "Container with vertical slots", -1)),
|
23540
23581
|
p(Z, I({
|
23541
23582
|
style: { border: "1px dotted gray" },
|
23542
23583
|
ref: "CmdContainer"
|
23543
23584
|
}, e.cmdContainerSettingsData), {
|
23544
|
-
default: w(() => t[
|
23585
|
+
default: w(() => t[212] || (t[212] = [
|
23545
23586
|
o("p", null, "Slot-content", -1),
|
23546
23587
|
o("p", null, "Slot-content", -1),
|
23547
23588
|
o("p", null, "Slot-content", -1)
|
23548
23589
|
])),
|
23549
23590
|
_: 1
|
23550
23591
|
}, 16),
|
23551
|
-
t[
|
23592
|
+
t[216] || (t[216] = o("h3", null, "Container with horizontal slots", -1)),
|
23552
23593
|
p(Z, I({
|
23553
23594
|
style: { border: "1px dotted gray" },
|
23554
23595
|
ref: "CmdContainer"
|
@@ -23573,15 +23614,15 @@ function wv(e, t, n, s, i, l) {
|
|
23573
23614
|
}),
|
23574
23615
|
p(v, null, {
|
23575
23616
|
default: w(() => [
|
23576
|
-
t[
|
23617
|
+
t[218] || (t[218] = o("h2", {
|
23577
23618
|
class: "headline-demopage",
|
23578
23619
|
id: "section-cookie-disclaimer"
|
23579
23620
|
}, "Cookie Disclaimer", -1)),
|
23580
23621
|
o("a", {
|
23581
23622
|
class: "button",
|
23582
23623
|
href: "#",
|
23583
|
-
onClick: t[81] || (t[81] = S((
|
23584
|
-
}, t[
|
23624
|
+
onClick: t[81] || (t[81] = S((x) => i.fancyBoxCookieDisclaimer = !0, ["prevent"]))
|
23625
|
+
}, t[217] || (t[217] = [
|
23585
23626
|
o("span", null, "Open Cookie Disclaimer", -1)
|
23586
23627
|
]))
|
23587
23628
|
]),
|
@@ -23589,11 +23630,11 @@ function wv(e, t, n, s, i, l) {
|
|
23589
23630
|
}),
|
23590
23631
|
p(v, null, {
|
23591
23632
|
default: w(() => [
|
23592
|
-
t[
|
23633
|
+
t[219] || (t[219] = o("h2", {
|
23593
23634
|
class: "headline-demopage",
|
23594
23635
|
id: "section-forms"
|
23595
23636
|
}, "Forms", -1)),
|
23596
|
-
t[
|
23637
|
+
t[220] || (t[220] = o("h3", null, "Form elements given by data", -1)),
|
23597
23638
|
p(U, {
|
23598
23639
|
useFieldset: !0,
|
23599
23640
|
useSlot: !1,
|
@@ -23602,7 +23643,7 @@ function wv(e, t, n, s, i, l) {
|
|
23602
23643
|
formElements: i.formElementsData,
|
23603
23644
|
onSubmit: l.doConsoleLog
|
23604
23645
|
}, null, 8, ["formElements", "onSubmit"]),
|
23605
|
-
t[
|
23646
|
+
t[221] || (t[221] = o("h3", null, "Form elements given by slot", -1)),
|
23606
23647
|
p(U, {
|
23607
23648
|
"use-fieldset": !0,
|
23608
23649
|
id: "form-component",
|
@@ -23640,52 +23681,52 @@ function wv(e, t, n, s, i, l) {
|
|
23640
23681
|
}),
|
23641
23682
|
p(v, null, {
|
23642
23683
|
default: w(() => [
|
23643
|
-
t[
|
23684
|
+
t[225] || (t[225] = o("h2", {
|
23644
23685
|
class: "headline-demopage",
|
23645
23686
|
id: "section-fancybox"
|
23646
23687
|
}, "Fancybox", -1)),
|
23647
|
-
t[
|
23688
|
+
t[226] || (t[226] = o("h3", null, "FancyBox with text", -1)),
|
23648
23689
|
o("a", {
|
23649
23690
|
href: "#",
|
23650
|
-
onClick: t[82] || (t[82] = S((
|
23691
|
+
onClick: t[82] || (t[82] = S((x) => l.showFancyBox("text", "Some text", "FancyBox with text"), ["prevent"]))
|
23651
23692
|
}, "Open FancyBox with text"),
|
23652
|
-
t[
|
23693
|
+
t[227] || (t[227] = o("h3", null, "FancyBox with large image given by url", -1)),
|
23653
23694
|
o("a", {
|
23654
23695
|
href: "#",
|
23655
|
-
onClick: t[83] || (t[83] = S((
|
23696
|
+
onClick: t[83] || (t[83] = S((x) => l.showFancyBox("url", "/media/images/demo-images/large/landscape-01.jpg", "FancyBox with large image given by url"), ["prevent"])),
|
23656
23697
|
title: "Open FancyBox with large image given by url",
|
23657
23698
|
style: { "align-self": "flex-start" }
|
23658
|
-
}, t[
|
23699
|
+
}, t[222] || (t[222] = [
|
23659
23700
|
o("img", {
|
23660
|
-
src:
|
23701
|
+
src: GC,
|
23661
23702
|
alt: "Alternative text"
|
23662
23703
|
}, null, -1)
|
23663
23704
|
])),
|
23664
|
-
t[
|
23705
|
+
t[228] || (t[228] = o("h3", null, "FancyBox with large image given by property", -1)),
|
23665
23706
|
o("a", {
|
23666
23707
|
href: "#",
|
23667
|
-
onClick: t[84] || (t[84] = S((
|
23708
|
+
onClick: t[84] || (t[84] = S((x) => l.showFancyBox("image", { large: "/media/images/demo-images/large/landscape-02.jpg" }, "FancyBox with large image given by property"), ["prevent"])),
|
23668
23709
|
title: "Open FancyBox with large image given by property",
|
23669
23710
|
style: { "align-self": "flex-start" }
|
23670
|
-
}, t[
|
23711
|
+
}, t[223] || (t[223] = [
|
23671
23712
|
o("img", {
|
23672
|
-
src:
|
23713
|
+
src: KC,
|
23673
23714
|
alt: "Alternative text"
|
23674
23715
|
}, null, -1)
|
23675
23716
|
])),
|
23676
|
-
t[
|
23717
|
+
t[229] || (t[229] = o("h3", null, "FancyBox with image as object give by property", -1)),
|
23677
23718
|
o("a", {
|
23678
23719
|
href: "#",
|
23679
|
-
onClick: t[85] || (t[85] = S((
|
23720
|
+
onClick: t[85] || (t[85] = S((x) => l.showFancyBox("image", {
|
23680
23721
|
small: "/media/images/demo-images/medium/landscape-03.jpg",
|
23681
23722
|
medium: "/media/images/demo-images/medium/landscape-03.jpg",
|
23682
23723
|
large: "/media/images/demo-images/large/landscape-03.jpg"
|
23683
23724
|
}, "FancyBox with large image given by property"), ["prevent"])),
|
23684
23725
|
title: "Open FancyBox with large image given by property",
|
23685
23726
|
style: { "align-self": "flex-start" }
|
23686
|
-
}, t[
|
23727
|
+
}, t[224] || (t[224] = [
|
23687
23728
|
o("img", {
|
23688
|
-
src:
|
23729
|
+
src: YC,
|
23689
23730
|
alt: "Alternative text"
|
23690
23731
|
}, null, -1)
|
23691
23732
|
]))
|
@@ -23694,18 +23735,18 @@ function wv(e, t, n, s, i, l) {
|
|
23694
23735
|
}),
|
23695
23736
|
p(v, null, {
|
23696
23737
|
default: w(() => [
|
23697
|
-
t[
|
23738
|
+
t[232] || (t[232] = o("h2", {
|
23698
23739
|
class: "headline-demopage",
|
23699
23740
|
id: "section-flexible-scroll-container"
|
23700
23741
|
}, "Flexible Scroll-Container", -1)),
|
23701
23742
|
p(Q, { style: { border: "1px dotted gray" } }, {
|
23702
|
-
"fixed-wrapper": w(() => t[
|
23743
|
+
"fixed-wrapper": w(() => t[230] || (t[230] = [
|
23703
23744
|
o("div", {
|
23704
23745
|
class: "default-padding",
|
23705
23746
|
style: { border: "1px dotted gray" }
|
23706
23747
|
}, " Fixed content ", -1)
|
23707
23748
|
])),
|
23708
|
-
"scroll-wrapper": w(() => t[
|
23749
|
+
"scroll-wrapper": w(() => t[231] || (t[231] = [
|
23709
23750
|
o("div", {
|
23710
23751
|
class: "default-padding",
|
23711
23752
|
style: { border: "1px dotted gray" }
|
@@ -23745,7 +23786,7 @@ function wv(e, t, n, s, i, l) {
|
|
23745
23786
|
}),
|
23746
23787
|
p(v, null, {
|
23747
23788
|
default: w(() => [
|
23748
|
-
t[
|
23789
|
+
t[233] || (t[233] = o("h2", {
|
23749
23790
|
class: "headline-demopage",
|
23750
23791
|
id: "section-google-maps"
|
23751
23792
|
}, "Google Maps™", -1)),
|
@@ -23757,13 +23798,13 @@ function wv(e, t, n, s, i, l) {
|
|
23757
23798
|
}),
|
23758
23799
|
p(v, null, {
|
23759
23800
|
default: w(() => [
|
23760
|
-
o("h2",
|
23761
|
-
t[
|
23801
|
+
o("h2", W1, [
|
23802
|
+
t[234] || (t[234] = o("span", null, "Headlines", -1)),
|
23762
23803
|
o("a", {
|
23763
23804
|
href: "#",
|
23764
23805
|
class: "button small icon-cog",
|
23765
23806
|
title: "Open Component Settings",
|
23766
|
-
onClick: t[86] || (t[86] = S((
|
23807
|
+
onClick: t[86] || (t[86] = S((x) => l.openSettingsSidebar("CmdHeadline"), ["prevent"]))
|
23767
23808
|
})
|
23768
23809
|
]),
|
23769
23810
|
p(ne, I({ ref: "CmdHeadline" }, e.cmdHeadlineSettingsData), null, 16),
|
@@ -23782,7 +23823,7 @@ function wv(e, t, n, s, i, l) {
|
|
23782
23823
|
ref: "CmdHeadline",
|
23783
23824
|
headlineLevel: "3"
|
23784
23825
|
}, {
|
23785
|
-
default: w(() => t[
|
23826
|
+
default: w(() => t[235] || (t[235] = [
|
23786
23827
|
H(" Headline text"),
|
23787
23828
|
o("br", null, null, -1),
|
23788
23829
|
H(" with html-content given by slot ")
|
@@ -23794,29 +23835,29 @@ function wv(e, t, n, s, i, l) {
|
|
23794
23835
|
}),
|
23795
23836
|
p(v, null, {
|
23796
23837
|
default: w(() => [
|
23797
|
-
t[
|
23838
|
+
t[241] || (t[241] = o("h2", {
|
23798
23839
|
class: "headline-demopage",
|
23799
23840
|
id: "section-icons"
|
23800
23841
|
}, "Icons", -1)),
|
23801
23842
|
o("ul", null, [
|
23802
23843
|
o("li", null, [
|
23803
|
-
t[
|
23844
|
+
t[236] || (t[236] = o("span", null, "Icon from local iconfont", -1)),
|
23804
23845
|
p(ie, { iconClass: "icon-home" })
|
23805
23846
|
]),
|
23806
23847
|
o("li", null, [
|
23807
|
-
t[
|
23848
|
+
t[237] || (t[237] = o("span", null, "Icon from iconify-api (icomoon-font)", -1)),
|
23808
23849
|
p(ie, { iconClass: "icomoon-free:home" })
|
23809
23850
|
]),
|
23810
23851
|
o("li", null, [
|
23811
|
-
t[
|
23852
|
+
t[238] || (t[238] = o("span", null, "Icon from iconify-api (bootstrap-font)", -1)),
|
23812
23853
|
p(ie, { iconClass: "bi:house-fill" })
|
23813
23854
|
]),
|
23814
23855
|
o("li", null, [
|
23815
|
-
t[
|
23856
|
+
t[239] || (t[239] = o("span", null, "Icon from iconify-api (material-design-font)", -1)),
|
23816
23857
|
p(ie, { iconClass: "mdi:home" })
|
23817
23858
|
]),
|
23818
23859
|
o("li", null, [
|
23819
|
-
t[
|
23860
|
+
t[240] || (t[240] = o("span", null, "Icon from iconify-api (font-awesome-solid-font)", -1)),
|
23820
23861
|
p(ie, { iconClass: "fa6-solid:house-chimney" })
|
23821
23862
|
])
|
23822
23863
|
])
|
@@ -23825,16 +23866,16 @@ function wv(e, t, n, s, i, l) {
|
|
23825
23866
|
}),
|
23826
23867
|
p(v, null, {
|
23827
23868
|
default: w(() => [
|
23828
|
-
o("h2",
|
23829
|
-
t[
|
23869
|
+
o("h2", G1, [
|
23870
|
+
t[242] || (t[242] = o("span", null, "Image", -1)),
|
23830
23871
|
o("a", {
|
23831
23872
|
href: "#",
|
23832
23873
|
class: "button small icon-cog",
|
23833
23874
|
title: "Open Component Settings",
|
23834
|
-
onClick: t[87] || (t[87] = S((
|
23875
|
+
onClick: t[87] || (t[87] = S((x) => l.openSettingsSidebar("CmdImage"), ["prevent"]))
|
23835
23876
|
})
|
23836
23877
|
]),
|
23837
|
-
o("div",
|
23878
|
+
o("div", K1, [
|
23838
23879
|
p(se, I({
|
23839
23880
|
ref: "CmdImage",
|
23840
23881
|
image: i.imageData[0].image,
|
@@ -23850,13 +23891,13 @@ function wv(e, t, n, s, i, l) {
|
|
23850
23891
|
}),
|
23851
23892
|
p(v, null, {
|
23852
23893
|
default: w(() => [
|
23853
|
-
o("h2",
|
23854
|
-
t[
|
23894
|
+
o("h2", Y1, [
|
23895
|
+
t[243] || (t[243] = o("span", null, "Image-Gallery", -1)),
|
23855
23896
|
o("a", {
|
23856
23897
|
href: "#",
|
23857
23898
|
class: "button small icon-cog",
|
23858
23899
|
title: "Open Component Settings",
|
23859
|
-
onClick: t[88] || (t[88] = S((
|
23900
|
+
onClick: t[88] || (t[88] = S((x) => l.openSettingsSidebar("CmdImageGallery"), ["prevent"]))
|
23860
23901
|
})
|
23861
23902
|
]),
|
23862
23903
|
p(me, I({
|
@@ -23868,7 +23909,7 @@ function wv(e, t, n, s, i, l) {
|
|
23868
23909
|
}),
|
23869
23910
|
p(v, null, {
|
23870
23911
|
default: w(() => [
|
23871
|
-
t[
|
23912
|
+
t[244] || (t[244] = o("h2", {
|
23872
23913
|
class: "headline-demopage",
|
23873
23914
|
id: "section-image-zoom"
|
23874
23915
|
}, " Image-Zoom ", -1)),
|
@@ -23881,10 +23922,10 @@ function wv(e, t, n, s, i, l) {
|
|
23881
23922
|
}),
|
23882
23923
|
p(v, null, {
|
23883
23924
|
default: w(() => {
|
23884
|
-
var
|
23925
|
+
var x, z, Se, Ne, Ye, Je;
|
23885
23926
|
return [
|
23886
|
-
o("h2",
|
23887
|
-
t[
|
23927
|
+
o("h2", J1, [
|
23928
|
+
t[245] || (t[245] = o("span", null, "Link", -1)),
|
23888
23929
|
o("a", {
|
23889
23930
|
href: "#",
|
23890
23931
|
class: "button small icon-cog",
|
@@ -23951,12 +23992,12 @@ function wv(e, t, n, s, i, l) {
|
|
23951
23992
|
fancybox: !0,
|
23952
23993
|
icon: { iconClass: "icon-chevron-one-stripe-right", position: "right", tooltip: "Tooltip for hyperlink" }
|
23953
23994
|
})) : m("", !0),
|
23954
|
-
o("dl",
|
23955
|
-
t[
|
23956
|
-
o("dd", null, y((z = (
|
23957
|
-
t[
|
23995
|
+
o("dl", Z1, [
|
23996
|
+
t[246] || (t[246] = o("dt", null, "Event:", -1)),
|
23997
|
+
o("dd", null, y((z = (x = i.outputCmdLink) == null ? void 0 : x.event) == null ? void 0 : z.originalEvent.originalEvent), 1),
|
23998
|
+
t[247] || (t[247] = o("dt", null, "Target:", -1)),
|
23958
23999
|
o("dd", null, y((Ne = (Se = i.outputCmdLink) == null ? void 0 : Se.event) == null ? void 0 : Ne.originalEvent.target), 1),
|
23959
|
-
t[
|
24000
|
+
t[248] || (t[248] = o("dt", null, "LinkType:", -1)),
|
23960
24001
|
o("dd", null, y((Je = (Ye = i.outputCmdLink) == null ? void 0 : Ye.event) == null ? void 0 : Je.originalEvent.linkType), 1)
|
23961
24002
|
])
|
23962
24003
|
];
|
@@ -23965,10 +24006,10 @@ function wv(e, t, n, s, i, l) {
|
|
23965
24006
|
}),
|
23966
24007
|
p(v, null, {
|
23967
24008
|
default: w(() => {
|
23968
|
-
var
|
24009
|
+
var x, z, Se, Ne, Ye, Je;
|
23969
24010
|
return [
|
23970
|
-
o("h2",
|
23971
|
-
t[
|
24011
|
+
o("h2", Q1, [
|
24012
|
+
t[249] || (t[249] = o("span", null, "List", -1)),
|
23972
24013
|
o("a", {
|
23973
24014
|
href: "#",
|
23974
24015
|
class: "button small icon-cog",
|
@@ -23984,12 +24025,12 @@ function wv(e, t, n, s, i, l) {
|
|
23984
24025
|
listType: "links",
|
23985
24026
|
onClick: l.cmdLinkOutput
|
23986
24027
|
}), null, 16, ["items", "onClick"]),
|
23987
|
-
o("dl",
|
23988
|
-
t[
|
23989
|
-
o("dd", null, y((z = (
|
23990
|
-
t[
|
24028
|
+
o("dl", X1, [
|
24029
|
+
t[250] || (t[250] = o("dt", null, "Event:", -1)),
|
24030
|
+
o("dd", null, y((z = (x = i.outputCmdLink) == null ? void 0 : x.event) == null ? void 0 : z.originalEvent), 1),
|
24031
|
+
t[251] || (t[251] = o("dt", null, "Target:", -1)),
|
23991
24032
|
o("dd", null, y((Ne = (Se = i.outputCmdLink) == null ? void 0 : Se.event) == null ? void 0 : Ne.originalEvent.target), 1),
|
23992
|
-
t[
|
24033
|
+
t[252] || (t[252] = o("dt", null, "LinkType:", -1)),
|
23993
24034
|
o("dd", null, y((Je = (Ye = i.outputCmdLink) == null ? void 0 : Ye.event) == null ? void 0 : Je.linkType), 1)
|
23994
24035
|
]),
|
23995
24036
|
p(g, {
|
@@ -24010,20 +24051,20 @@ function wv(e, t, n, s, i, l) {
|
|
24010
24051
|
}),
|
24011
24052
|
p(v, null, {
|
24012
24053
|
default: w(() => [
|
24013
|
-
o("h2",
|
24014
|
-
t[
|
24054
|
+
o("h2", $1, [
|
24055
|
+
t[253] || (t[253] = o("span", null, "Login Form", -1)),
|
24015
24056
|
o("a", {
|
24016
24057
|
href: "#",
|
24017
24058
|
class: "button small icon-cog",
|
24018
24059
|
title: "Open Component Settings",
|
24019
|
-
onClick: t[92] || (t[92] = S((
|
24060
|
+
onClick: t[92] || (t[92] = S((x) => l.openSettingsSidebar("CmdLoginForm"), ["prevent"]))
|
24020
24061
|
})
|
24021
24062
|
]),
|
24022
24063
|
p(U, { "use-fieldset": !1 }, {
|
24023
24064
|
default: w(() => [
|
24024
24065
|
p(fe, I({ ref: "CmdLoginForm" }, e.cmdLoginFormSettingsData, {
|
24025
24066
|
modelValue: i.loginData,
|
24026
|
-
"onUpdate:modelValue": t[93] || (t[93] = (
|
24067
|
+
"onUpdate:modelValue": t[93] || (t[93] = (x) => i.loginData = x)
|
24027
24068
|
}), null, 16, ["modelValue"])
|
24028
24069
|
]),
|
24029
24070
|
_: 1
|
@@ -24034,7 +24075,7 @@ function wv(e, t, n, s, i, l) {
|
|
24034
24075
|
}),
|
24035
24076
|
p(v, null, {
|
24036
24077
|
default: w(() => [
|
24037
|
-
t[
|
24078
|
+
t[254] || (t[254] = o("h2", {
|
24038
24079
|
class: "headline-demopage",
|
24039
24080
|
id: "section-mail-tool"
|
24040
24081
|
}, [
|
@@ -24050,13 +24091,13 @@ function wv(e, t, n, s, i, l) {
|
|
24050
24091
|
}),
|
24051
24092
|
p(v, null, {
|
24052
24093
|
default: w(() => [
|
24053
|
-
o("h2",
|
24054
|
-
t[
|
24094
|
+
o("h2", ev, [
|
24095
|
+
t[255] || (t[255] = o("span", null, "Main Navigation", -1)),
|
24055
24096
|
o("a", {
|
24056
24097
|
href: "#",
|
24057
24098
|
class: "button small icon-cog",
|
24058
24099
|
title: "Open Component Settings",
|
24059
|
-
onClick: t[94] || (t[94] = S((
|
24100
|
+
onClick: t[94] || (t[94] = S((x) => l.openSettingsSidebar("CmdMainNavigation"), ["prevent"]))
|
24060
24101
|
})
|
24061
24102
|
]),
|
24062
24103
|
p(A, I({ ref: "CmdMainNavigation" }, e.cmdMainNavigationSettingsData, { navigationEntries: l.navigationDataModified }), null, 16, ["navigationEntries"]),
|
@@ -24066,21 +24107,28 @@ function wv(e, t, n, s, i, l) {
|
|
24066
24107
|
}),
|
24067
24108
|
p(v, null, {
|
24068
24109
|
default: w(() => [
|
24069
|
-
o("h2",
|
24070
|
-
t[
|
24110
|
+
o("h2", tv, [
|
24111
|
+
t[256] || (t[256] = o("span", null, "Multistepform-Progressbar", -1)),
|
24071
24112
|
o("a", {
|
24072
24113
|
href: "#",
|
24073
24114
|
class: "button small icon-cog",
|
24074
24115
|
title: "Open Component Settings",
|
24075
|
-
onClick: t[95] || (t[95] = S((
|
24116
|
+
onClick: t[95] || (t[95] = S((x) => l.openSettingsSidebar("CmdMultistepFormProgressBar"), ["prevent"]))
|
24076
24117
|
})
|
24077
24118
|
]),
|
24078
|
-
t[
|
24079
|
-
p(
|
24119
|
+
t[257] || (t[257] = o("h3", null, "Steps with icons", -1)),
|
24120
|
+
p(ge, I({
|
24080
24121
|
ref: "CmdMultistepFormProgressBar",
|
24081
24122
|
multisteps: i.multistepsData.withIcon
|
24082
24123
|
}, e.cmdMultistepFormProgressBarSettingsData, {
|
24083
|
-
onClick: t[96] || (t[96] = (
|
24124
|
+
onClick: t[96] || (t[96] = (x) => i.showPageMultistep = x.index + 1)
|
24125
|
+
}), null, 16, ["multisteps"]),
|
24126
|
+
t[258] || (t[258] = o("h3", null, "Router", -1)),
|
24127
|
+
p(ge, I({
|
24128
|
+
ref: "CmdMultistepFormProgressBar",
|
24129
|
+
multisteps: i.multistepsData.router
|
24130
|
+
}, e.cmdMultistepFormProgressBarSettingsData, {
|
24131
|
+
onClick: t[97] || (t[97] = (x) => i.showPageMultistep = x.index + 1)
|
24084
24132
|
}), null, 16, ["multisteps"]),
|
24085
24133
|
o("div", null, [
|
24086
24134
|
o("p", null, "Page " + y(i.showPageMultistep), 1)
|
@@ -24090,20 +24138,20 @@ function wv(e, t, n, s, i, l) {
|
|
24090
24138
|
}),
|
24091
24139
|
p(v, null, {
|
24092
24140
|
default: w(() => [
|
24093
|
-
o("h2",
|
24094
|
-
t[
|
24141
|
+
o("h2", nv, [
|
24142
|
+
t[259] || (t[259] = o("span", null, "Newsletter Subscription", -1)),
|
24095
24143
|
o("a", {
|
24096
24144
|
href: "#",
|
24097
24145
|
class: "button small icon-cog",
|
24098
24146
|
title: "Open Component Settings",
|
24099
|
-
onClick: t[
|
24147
|
+
onClick: t[98] || (t[98] = S((x) => l.openSettingsSidebar("CmdNewsletterSubscription"), ["prevent"]))
|
24100
24148
|
})
|
24101
24149
|
]),
|
24102
24150
|
p(U, { "use-fieldset": !1 }, {
|
24103
24151
|
default: w(() => [
|
24104
24152
|
p(Te, I({ ref: "CmdNewsletterSubscription" }, e.cmdNewsletterSubscriptionSettingsData, {
|
24105
24153
|
modelValue: i.newsletter,
|
24106
|
-
"onUpdate:modelValue": t[
|
24154
|
+
"onUpdate:modelValue": t[99] || (t[99] = (x) => i.newsletter = x),
|
24107
24155
|
onButtonClick: l.submitNewsletterRegistration
|
24108
24156
|
}), null, 16, ["modelValue", "onButtonClick"])
|
24109
24157
|
]),
|
@@ -24114,13 +24162,13 @@ function wv(e, t, n, s, i, l) {
|
|
24114
24162
|
}),
|
24115
24163
|
p(v, null, {
|
24116
24164
|
default: w(() => [
|
24117
|
-
o("h2",
|
24118
|
-
t[
|
24165
|
+
o("h2", iv, [
|
24166
|
+
t[260] || (t[260] = o("span", null, "Opening Hours", -1)),
|
24119
24167
|
o("a", {
|
24120
24168
|
href: "#",
|
24121
24169
|
class: "button small icon-cog",
|
24122
24170
|
title: "Open Component Settings",
|
24123
|
-
onClick: t[
|
24171
|
+
onClick: t[100] || (t[100] = S((x) => l.openSettingsSidebar("CmdOpeningHours"), ["prevent"]))
|
24124
24172
|
})
|
24125
24173
|
]),
|
24126
24174
|
p(De, I({ ref: "CmdOpeningHours" }, e.cmdOpeningHoursSettingsData, {
|
@@ -24133,20 +24181,20 @@ function wv(e, t, n, s, i, l) {
|
|
24133
24181
|
}),
|
24134
24182
|
p(v, null, {
|
24135
24183
|
default: w(() => [
|
24136
|
-
o("h2",
|
24137
|
-
t[
|
24184
|
+
o("h2", lv, [
|
24185
|
+
t[261] || (t[261] = o("span", null, "Page Footer", -1)),
|
24138
24186
|
o("a", {
|
24139
24187
|
href: "#",
|
24140
24188
|
class: "button small icon-cog",
|
24141
24189
|
title: "Open Component Settings",
|
24142
|
-
onClick: t[
|
24190
|
+
onClick: t[101] || (t[101] = S((x) => l.openSettingsSidebar("CmdPageFooter"), ["prevent"]))
|
24143
24191
|
})
|
24144
24192
|
]),
|
24145
24193
|
p(Me, I({ ref: "CmdPageFooter" }, e.cmdPageFooterSettingsData, {
|
24146
24194
|
"button-print-view": { text: "Print this page" },
|
24147
24195
|
cmdSocialNetworks: i.socialNetworksData
|
24148
24196
|
}), {
|
24149
|
-
default: w(() => t[
|
24197
|
+
default: w(() => t[262] || (t[262] = [
|
24150
24198
|
o("button", {
|
24151
24199
|
class: "button primary",
|
24152
24200
|
title: "Button given by slot"
|
@@ -24162,13 +24210,13 @@ function wv(e, t, n, s, i, l) {
|
|
24162
24210
|
}),
|
24163
24211
|
p(v, null, {
|
24164
24212
|
default: w(() => [
|
24165
|
-
o("h2",
|
24166
|
-
t[
|
24213
|
+
o("h2", ov, [
|
24214
|
+
t[263] || (t[263] = o("span", null, "Page Header", -1)),
|
24167
24215
|
o("a", {
|
24168
24216
|
href: "#",
|
24169
24217
|
class: "button small icon-cog",
|
24170
24218
|
title: "Open Component Settings",
|
24171
|
-
onClick: t[
|
24219
|
+
onClick: t[102] || (t[102] = S((x) => l.openSettingsSidebar("CmdPageHeader"), ["prevent"]))
|
24172
24220
|
})
|
24173
24221
|
]),
|
24174
24222
|
p(de, {
|
@@ -24176,7 +24224,7 @@ function wv(e, t, n, s, i, l) {
|
|
24176
24224
|
cmdBreadcrumbs: i.breadcrumbsData,
|
24177
24225
|
cmdHeadline: { headlineText: "Main headline for page", headlineLevel: 1 }
|
24178
24226
|
}, {
|
24179
|
-
default: w(() => t[
|
24227
|
+
default: w(() => t[264] || (t[264] = [
|
24180
24228
|
o("a", {
|
24181
24229
|
href: "#",
|
24182
24230
|
title: "Link given by slot"
|
@@ -24192,54 +24240,54 @@ function wv(e, t, n, s, i, l) {
|
|
24192
24240
|
}),
|
24193
24241
|
p(v, null, {
|
24194
24242
|
default: w(() => [
|
24195
|
-
o("h2",
|
24196
|
-
t[
|
24243
|
+
o("h2", av, [
|
24244
|
+
t[265] || (t[265] = o("span", null, "Pagination", -1)),
|
24197
24245
|
o("a", {
|
24198
24246
|
href: "#",
|
24199
24247
|
class: "button small icon-cog",
|
24200
24248
|
title: "Open Component Settings",
|
24201
|
-
onClick: t[
|
24249
|
+
onClick: t[103] || (t[103] = S((x) => l.openSettingsSidebar("CmdPagination"), ["prevent"]))
|
24202
24250
|
})
|
24203
24251
|
]),
|
24204
24252
|
o("div", null, [
|
24205
24253
|
o("p", null, "Page " + y(i.showPagePager), 1)
|
24206
24254
|
]),
|
24207
24255
|
p(st, I({ ref: "CmdPagination" }, e.cmdPaginationSettingsData, {
|
24208
|
-
onClick: t[
|
24256
|
+
onClick: t[104] || (t[104] = (x) => i.showPagePager = x)
|
24209
24257
|
}), null, 16)
|
24210
24258
|
]),
|
24211
24259
|
_: 1
|
24212
24260
|
}),
|
24213
24261
|
p(v, null, {
|
24214
24262
|
default: w(() => [
|
24215
|
-
o("h2",
|
24216
|
-
t[
|
24263
|
+
o("h2", sv, [
|
24264
|
+
t[266] || (t[266] = o("span", null, "Section", -1)),
|
24217
24265
|
o("a", {
|
24218
24266
|
href: "#",
|
24219
24267
|
class: "button small icon-cog",
|
24220
24268
|
title: "Open Component Settings",
|
24221
|
-
onClick: t[
|
24269
|
+
onClick: t[105] || (t[105] = S((x) => l.openSettingsSidebar("CmdSection"), ["prevent"]))
|
24222
24270
|
})
|
24223
24271
|
]),
|
24224
|
-
t[
|
24272
|
+
t[269] || (t[269] = o("h3", null, "Section with content provided by properties", -1)),
|
24225
24273
|
p(je, {
|
24226
24274
|
cmdHeadline: { headlineText: "Headline for section provided by property", headlineLevel: 4 },
|
24227
24275
|
content: "Content for section provided by property."
|
24228
24276
|
}),
|
24229
|
-
t[
|
24277
|
+
t[270] || (t[270] = o("h3", null, "Section with content provided by slot", -1)),
|
24230
24278
|
p(je, { useSlot: !0 }, {
|
24231
|
-
default: w(() => t[
|
24279
|
+
default: w(() => t[267] || (t[267] = [
|
24232
24280
|
o("h4", null, "Headline for section provided by slot", -1),
|
24233
24281
|
o("p", null, "Content for section provided by slot.", -1)
|
24234
24282
|
])),
|
24235
24283
|
_: 1
|
24236
24284
|
}),
|
24237
|
-
t[
|
24285
|
+
t[271] || (t[271] = o("h3", null, "Section styled as box", -1)),
|
24238
24286
|
p(je, {
|
24239
24287
|
useSlot: !0,
|
24240
24288
|
styleAsBox: !0
|
24241
24289
|
}, {
|
24242
|
-
default: w(() => t[
|
24290
|
+
default: w(() => t[268] || (t[268] = [
|
24243
24291
|
o("h4", null, "Headline for section styled as box", -1),
|
24244
24292
|
o("p", null, "Content for section styled as box.", -1)
|
24245
24293
|
])),
|
@@ -24250,7 +24298,7 @@ function wv(e, t, n, s, i, l) {
|
|
24250
24298
|
}),
|
24251
24299
|
p(v, null, {
|
24252
24300
|
default: w(() => [
|
24253
|
-
t[
|
24301
|
+
t[272] || (t[272] = o("h2", {
|
24254
24302
|
class: "headline-demopage",
|
24255
24303
|
id: "section-site-footer"
|
24256
24304
|
}, "Site Footer", -1)),
|
@@ -24271,13 +24319,13 @@ function wv(e, t, n, s, i, l) {
|
|
24271
24319
|
}),
|
24272
24320
|
p(v, null, {
|
24273
24321
|
default: w(() => [
|
24274
|
-
o("h2",
|
24275
|
-
t[
|
24322
|
+
o("h2", rv, [
|
24323
|
+
t[273] || (t[273] = o("span", null, "Site Header", -1)),
|
24276
24324
|
o("a", {
|
24277
24325
|
href: "#",
|
24278
24326
|
class: "button small icon-cog",
|
24279
24327
|
title: "Open Component Settings",
|
24280
|
-
onClick: t[
|
24328
|
+
onClick: t[106] || (t[106] = S((x) => l.openSettingsSidebar("CmdSiteHeader"), ["prevent"]))
|
24281
24329
|
})
|
24282
24330
|
]),
|
24283
24331
|
p(h, I({ ref: "CmdSiteHeader" }, e.cmdSiteHeaderSettingsData, { cmdCompanyLogo: i.companyLogoData }), {
|
@@ -24295,24 +24343,24 @@ function wv(e, t, n, s, i, l) {
|
|
24295
24343
|
}),
|
24296
24344
|
p(v, null, {
|
24297
24345
|
default: w(() => [
|
24298
|
-
o("h2",
|
24299
|
-
t[
|
24346
|
+
o("h2", dv, [
|
24347
|
+
t[274] || (t[274] = o("span", null, "Site Search", -1)),
|
24300
24348
|
o("a", {
|
24301
24349
|
href: "#",
|
24302
24350
|
class: "button small icon-cog",
|
24303
24351
|
title: "Open Component Settings",
|
24304
|
-
onClick: t[
|
24352
|
+
onClick: t[107] || (t[107] = S((x) => l.openSettingsSidebar("CmdSiteSearch"), ["prevent"]))
|
24305
24353
|
})
|
24306
24354
|
]),
|
24307
24355
|
p(rt, I({ ref: "CmdSiteSearch" }, e.cmdSiteSearchSettingsData, {
|
24308
24356
|
modelValueInput1: i.siteSearchInput1,
|
24309
|
-
"onUpdate:modelValueInput1": t[
|
24357
|
+
"onUpdate:modelValueInput1": t[108] || (t[108] = (x) => i.siteSearchInput1 = x),
|
24310
24358
|
modelValueInput2: i.siteSearchInput2,
|
24311
|
-
"onUpdate:modelValueInput2": t[
|
24359
|
+
"onUpdate:modelValueInput2": t[109] || (t[109] = (x) => i.siteSearchInput2 = x),
|
24312
24360
|
modelValueRadius: i.radius,
|
24313
|
-
"onUpdate:modelValueRadius": t[
|
24361
|
+
"onUpdate:modelValueRadius": t[110] || (t[110] = (x) => i.radius = x),
|
24314
24362
|
modelValueSearchFilters: i.filters,
|
24315
|
-
"onUpdate:modelValueSearchFilters": t[
|
24363
|
+
"onUpdate:modelValueSearchFilters": t[111] || (t[111] = (x) => i.filters = x),
|
24316
24364
|
onSearch: l.siteSearchOutput,
|
24317
24365
|
cmdFakeSelect: i.siteSearchFilters
|
24318
24366
|
}), null, 16, ["modelValueInput1", "modelValueInput2", "modelValueRadius", "modelValueSearchFilters", "onSearch", "cmdFakeSelect"])
|
@@ -24321,17 +24369,17 @@ function wv(e, t, n, s, i, l) {
|
|
24321
24369
|
}),
|
24322
24370
|
p(v, null, {
|
24323
24371
|
default: w(() => [
|
24324
|
-
o("h2",
|
24325
|
-
t[
|
24372
|
+
o("h2", uv, [
|
24373
|
+
t[275] || (t[275] = o("span", null, "Slideshow", -1)),
|
24326
24374
|
o("a", {
|
24327
24375
|
href: "#",
|
24328
24376
|
class: "button small icon-cog",
|
24329
24377
|
title: "Open Component Settings",
|
24330
|
-
onClick: t[
|
24378
|
+
onClick: t[112] || (t[112] = S((x) => l.openSettingsSidebar("CmdSlideshow"), ["prevent"]))
|
24331
24379
|
})
|
24332
24380
|
]),
|
24333
24381
|
p(dt, I({ ref: "CmdSlideshow" }, e.cmdSlideshowSettingsData, { "slideshow-items": i.slideshowData }), {
|
24334
|
-
default: w(() => t[
|
24382
|
+
default: w(() => t[276] || (t[276] = [
|
24335
24383
|
H("Slot-Content ")
|
24336
24384
|
])),
|
24337
24385
|
_: 1
|
@@ -24341,13 +24389,13 @@ function wv(e, t, n, s, i, l) {
|
|
24341
24389
|
}),
|
24342
24390
|
p(v, null, {
|
24343
24391
|
default: w(() => [
|
24344
|
-
o("h2",
|
24345
|
-
t[
|
24392
|
+
o("h2", cv, [
|
24393
|
+
t[277] || (t[277] = o("span", null, "Social Networks", -1)),
|
24346
24394
|
o("a", {
|
24347
24395
|
href: "#",
|
24348
24396
|
class: "button small icon-cog",
|
24349
24397
|
title: "Open Component Settings",
|
24350
|
-
onClick: t[
|
24398
|
+
onClick: t[113] || (t[113] = S((x) => l.openSettingsSidebar("CmdSocialNetworks"), ["prevent"]))
|
24351
24399
|
})
|
24352
24400
|
]),
|
24353
24401
|
p(ut, I({ ref: "CmdSocialNetworks" }, { ...e.cmdSocialNetworksSettingsData, ...i.socialNetworksData }), null, 16)
|
@@ -24356,7 +24404,7 @@ function wv(e, t, n, s, i, l) {
|
|
24356
24404
|
}),
|
24357
24405
|
p(v, null, {
|
24358
24406
|
default: w(() => [
|
24359
|
-
t[
|
24407
|
+
t[278] || (t[278] = o("h2", {
|
24360
24408
|
class: "headline-demopage",
|
24361
24409
|
id: "section-switch-language"
|
24362
24410
|
}, "Switch Language", -1)),
|
@@ -24371,17 +24419,17 @@ function wv(e, t, n, s, i, l) {
|
|
24371
24419
|
}),
|
24372
24420
|
p(v, null, {
|
24373
24421
|
default: w(() => [
|
24374
|
-
o("h2",
|
24375
|
-
t[
|
24422
|
+
o("h2", mv, [
|
24423
|
+
t[279] || (t[279] = o("span", null, "System Message", -1)),
|
24376
24424
|
o("a", {
|
24377
24425
|
href: "#",
|
24378
24426
|
class: "button small icon-cog",
|
24379
24427
|
title: "Open Component Settings",
|
24380
|
-
onClick: t[
|
24428
|
+
onClick: t[114] || (t[114] = S((x) => l.openSettingsSidebar("CmdSystemMessage"), ["prevent"]))
|
24381
24429
|
})
|
24382
24430
|
]),
|
24383
24431
|
p(K, I({ ref: "CmdSystemMessage" }, e.cmdSystemMessageSettingsData, { iconMessage: { iconClass: "icon-error-circle", show: !0 } }), {
|
24384
|
-
default: w(() => t[
|
24432
|
+
default: w(() => t[280] || (t[280] = [
|
24385
24433
|
o("ul", null, [
|
24386
24434
|
o("li", null, "Error #1"),
|
24387
24435
|
o("li", null, "Error #2"),
|
@@ -24395,18 +24443,18 @@ function wv(e, t, n, s, i, l) {
|
|
24395
24443
|
}),
|
24396
24444
|
p(v, null, {
|
24397
24445
|
default: w(() => [
|
24398
|
-
o("h2",
|
24399
|
-
t[
|
24446
|
+
o("h2", pv, [
|
24447
|
+
t[281] || (t[281] = o("span", null, "Tables", -1)),
|
24400
24448
|
o("a", {
|
24401
24449
|
href: "#",
|
24402
24450
|
class: "button small icon-cog",
|
24403
24451
|
title: "Open Component Settings",
|
24404
|
-
onClick: t[
|
24452
|
+
onClick: t[115] || (t[115] = S((x) => l.openSettingsSidebar("CmdTable"), ["prevent"]))
|
24405
24453
|
})
|
24406
24454
|
]),
|
24407
|
-
t[
|
24455
|
+
t[282] || (t[282] = o("h3", null, "Table as wide as its content (with caption)", -1)),
|
24408
24456
|
p(In, I({ ref: "CmdTable" }, e.cmdTableSettingsData, { "table-data": i.tableDataLarge }), null, 16, ["table-data"]),
|
24409
|
-
t[
|
24457
|
+
t[283] || (t[283] = o("h3", null, "Table as wide as possible", -1)),
|
24410
24458
|
p(In, {
|
24411
24459
|
collapsible: !0,
|
24412
24460
|
fullWidthOnDefault: !1,
|
@@ -24418,25 +24466,25 @@ function wv(e, t, n, s, i, l) {
|
|
24418
24466
|
}),
|
24419
24467
|
p(v, null, {
|
24420
24468
|
default: w(() => [
|
24421
|
-
o("h2",
|
24422
|
-
t[
|
24469
|
+
o("h2", fv, [
|
24470
|
+
t[284] || (t[284] = o("span", null, "Tabs", -1)),
|
24423
24471
|
o("a", {
|
24424
24472
|
href: "#",
|
24425
24473
|
class: "button small icon-cog",
|
24426
24474
|
title: "Open Component Settings",
|
24427
|
-
onClick: t[
|
24475
|
+
onClick: t[116] || (t[116] = S((x) => l.openSettingsSidebar("CmdTabs"), ["prevent"]))
|
24428
24476
|
})
|
24429
24477
|
]),
|
24430
24478
|
p(Ol, I({ ref: "CmdTabs" }, e.cmdTabsSettingsData, { tabs: i.tabsData }), {
|
24431
|
-
"tab-content-0": w(() => t[
|
24479
|
+
"tab-content-0": w(() => t[285] || (t[285] = [
|
24432
24480
|
o("h4", null, "Tab 1 headline", -1),
|
24433
24481
|
o("p", null, "Slot-Content Tab 1", -1)
|
24434
24482
|
])),
|
24435
|
-
"tab-content-1": w(() => t[
|
24483
|
+
"tab-content-1": w(() => t[286] || (t[286] = [
|
24436
24484
|
o("h4", null, "Tab 2 headline", -1),
|
24437
24485
|
o("p", null, "Slot-Content Tab 2", -1)
|
24438
24486
|
])),
|
24439
|
-
"tab-content-2": w(() => t[
|
24487
|
+
"tab-content-2": w(() => t[287] || (t[287] = [
|
24440
24488
|
o("h4", null, "Tab 3 headline", -1),
|
24441
24489
|
o("p", null, "Slot-Content Tab 3", -1)
|
24442
24490
|
])),
|
@@ -24447,16 +24495,16 @@ function wv(e, t, n, s, i, l) {
|
|
24447
24495
|
}),
|
24448
24496
|
p(v, null, {
|
24449
24497
|
default: w(() => [
|
24450
|
-
o("h2",
|
24451
|
-
t[
|
24498
|
+
o("h2", hv, [
|
24499
|
+
t[288] || (t[288] = o("span", null, "Text-Image-Block", -1)),
|
24452
24500
|
o("a", {
|
24453
24501
|
href: "#",
|
24454
24502
|
class: "button small icon-cog",
|
24455
24503
|
title: "Open Component Settings",
|
24456
|
-
onClick: t[
|
24504
|
+
onClick: t[117] || (t[117] = S((x) => l.openSettingsSidebar("CmdTextImageBlock"), ["prevent"]))
|
24457
24505
|
})
|
24458
24506
|
]),
|
24459
|
-
o("div",
|
24507
|
+
o("div", gv, [
|
24460
24508
|
p(Vt, {
|
24461
24509
|
cmdHeadline: { headlineText: "Text-Image-Block (with html-text)", headlineLevel: 3 },
|
24462
24510
|
htmlContent: "<p>This text is given as html-text and show below an optional image.</p>"
|
@@ -24501,20 +24549,20 @@ function wv(e, t, n, s, i, l) {
|
|
24501
24549
|
}),
|
24502
24550
|
p(v, null, {
|
24503
24551
|
default: w(() => [
|
24504
|
-
o("h2",
|
24505
|
-
t[
|
24552
|
+
o("h2", yv, [
|
24553
|
+
t[289] || (t[289] = o("span", null, "Thumbnail-Scroller", -1)),
|
24506
24554
|
o("a", {
|
24507
24555
|
href: "#",
|
24508
24556
|
class: "button small icon-cog",
|
24509
24557
|
title: "Open Component Settings",
|
24510
|
-
onClick: t[
|
24558
|
+
onClick: t[118] || (t[118] = S((x) => l.openSettingsSidebar("CmdThumbnailScroller"), ["prevent"]))
|
24511
24559
|
})
|
24512
24560
|
]),
|
24513
24561
|
o("p", null, " date (YMD/default): " + y(l.formatDate("2025-01-28", "", "-")), 1),
|
24514
24562
|
o("p", null, " date (DMY): " + y(l.formatDate("2025-01-28", "dmy")), 1),
|
24515
24563
|
o("p", null, " date (MDY): " + y(l.formatDate("2025-01-28", "mdy", "/")), 1),
|
24516
24564
|
o("p", null, " date (invalid)): " + y(l.formatDate("invalid")), 1),
|
24517
|
-
o("div",
|
24565
|
+
o("div", bv, [
|
24518
24566
|
p(Ll, I({ ref: "CmdThumbnailScroller" }, e.cmdThumbnailScrollerSettingsData, { thumbnailScrollerItems: l.thumbnailScrollerData }), null, 16, ["thumbnailScrollerItems"])
|
24519
24567
|
])
|
24520
24568
|
]),
|
@@ -24522,13 +24570,13 @@ function wv(e, t, n, s, i, l) {
|
|
24522
24570
|
}),
|
24523
24571
|
p(v, null, {
|
24524
24572
|
default: w(() => [
|
24525
|
-
o("h2",
|
24526
|
-
t[
|
24573
|
+
o("h2", xv, [
|
24574
|
+
t[290] || (t[290] = o("span", null, "Toggle Dark-Mode", -1)),
|
24527
24575
|
o("a", {
|
24528
24576
|
href: "#",
|
24529
24577
|
class: "button small icon-cog",
|
24530
24578
|
title: "Open Component Settings",
|
24531
|
-
onClick: t[
|
24579
|
+
onClick: t[119] || (t[119] = S((x) => l.openSettingsSidebar("CmdToggleDarkMode"), ["prevent"]))
|
24532
24580
|
})
|
24533
24581
|
]),
|
24534
24582
|
p(Il, I({ ref: "CmdToggleDarkMode" }, e.cmdToggleDarkModeSettingsData), null, 16)
|
@@ -24537,33 +24585,33 @@ function wv(e, t, n, s, i, l) {
|
|
24537
24585
|
}),
|
24538
24586
|
p(v, null, {
|
24539
24587
|
default: w(() => [
|
24540
|
-
o("h2",
|
24541
|
-
t[
|
24588
|
+
o("h2", Cv, [
|
24589
|
+
t[291] || (t[291] = o("span", null, "Tooltip", -1)),
|
24542
24590
|
o("a", {
|
24543
24591
|
href: "#",
|
24544
24592
|
class: "button small icon-cog",
|
24545
24593
|
title: "Open Component Settings",
|
24546
|
-
onClick: t[
|
24594
|
+
onClick: t[120] || (t[120] = S((x) => l.openSettingsSidebar("CmdTooltip"), ["prevent"]))
|
24547
24595
|
})
|
24548
24596
|
]),
|
24549
24597
|
o("p", null, [
|
24550
24598
|
o("a", {
|
24551
24599
|
href: "#",
|
24552
|
-
onClick: t[
|
24600
|
+
onClick: t[121] || (t[121] = S(() => {
|
24553
24601
|
}, ["prevent"])),
|
24554
24602
|
id: "show-on-hover"
|
24555
24603
|
}, "Show tooltip on hover!"),
|
24556
|
-
t[
|
24604
|
+
t[292] || (t[292] = o("br", null, null, -1)),
|
24557
24605
|
o("a", {
|
24558
24606
|
href: "#",
|
24559
|
-
onClick: t[
|
24607
|
+
onClick: t[122] || (t[122] = S(() => {
|
24560
24608
|
}, ["prevent"])),
|
24561
24609
|
id: "show-with-delay"
|
24562
24610
|
}, "Show tooltip on hover with delay!"),
|
24563
|
-
t[
|
24611
|
+
t[293] || (t[293] = o("br", null, null, -1)),
|
24564
24612
|
o("a", {
|
24565
24613
|
href: "#",
|
24566
|
-
onClick: t[
|
24614
|
+
onClick: t[123] || (t[123] = S(() => {
|
24567
24615
|
}, ["prevent"])),
|
24568
24616
|
id: "show-on-click",
|
24569
24617
|
title: "Native tooltip"
|
@@ -24573,7 +24621,7 @@ function wv(e, t, n, s, i, l) {
|
|
24573
24621
|
ref: "CmdTooltip",
|
24574
24622
|
"related-id": "show-on-hover"
|
24575
24623
|
}, e.cmdTooltipSettingsData), {
|
24576
|
-
default: w(() => t[
|
24624
|
+
default: w(() => t[294] || (t[294] = [
|
24577
24625
|
H(" Tooltip on hover ")
|
24578
24626
|
])),
|
24579
24627
|
_: 1
|
@@ -24582,7 +24630,7 @@ function wv(e, t, n, s, i, l) {
|
|
24582
24630
|
"delay-to-show-tooltip": 2e3,
|
24583
24631
|
"related-id": "show-with-delay"
|
24584
24632
|
}, {
|
24585
|
-
default: w(() => t[
|
24633
|
+
default: w(() => t[295] || (t[295] = [
|
24586
24634
|
H(" Tooltip on hover with delay ")
|
24587
24635
|
])),
|
24588
24636
|
_: 1
|
@@ -24592,7 +24640,7 @@ function wv(e, t, n, s, i, l) {
|
|
24592
24640
|
"toggle-visibility-by-click": !0,
|
24593
24641
|
allowEscapeKey: !0
|
24594
24642
|
}, {
|
24595
|
-
default: w(() => t[
|
24643
|
+
default: w(() => t[296] || (t[296] = [
|
24596
24644
|
H(" Tooltip on click ")
|
24597
24645
|
])),
|
24598
24646
|
_: 1
|
@@ -24602,13 +24650,13 @@ function wv(e, t, n, s, i, l) {
|
|
24602
24650
|
}),
|
24603
24651
|
p(v, null, {
|
24604
24652
|
default: w(() => [
|
24605
|
-
o("h2",
|
24606
|
-
t[
|
24653
|
+
o("h2", vv, [
|
24654
|
+
t[297] || (t[297] = o("span", null, "Upload-Form", -1)),
|
24607
24655
|
o("a", {
|
24608
24656
|
href: "#",
|
24609
24657
|
class: "button small icon-cog",
|
24610
24658
|
title: "Open Component Settings",
|
24611
|
-
onClick: t[
|
24659
|
+
onClick: t[124] || (t[124] = S((x) => l.openSettingsSidebar("CmdUploadForm"), ["prevent"]))
|
24612
24660
|
})
|
24613
24661
|
]),
|
24614
24662
|
p(Bl, I({ ref: "CmdUploadForm" }, e.cmdUploadFormSettingsData), null, 16)
|
@@ -24617,20 +24665,20 @@ function wv(e, t, n, s, i, l) {
|
|
24617
24665
|
}),
|
24618
24666
|
p(v, null, {
|
24619
24667
|
default: w(() => [
|
24620
|
-
o("h2",
|
24621
|
-
t[
|
24668
|
+
o("h2", kv, [
|
24669
|
+
t[298] || (t[298] = o("span", null, "Width Limitation Wrapper", -1)),
|
24622
24670
|
o("a", {
|
24623
24671
|
href: "#",
|
24624
24672
|
class: "button small icon-cog",
|
24625
24673
|
title: "Open Component Settings",
|
24626
|
-
onClick: t[
|
24674
|
+
onClick: t[125] || (t[125] = S((x) => l.openSettingsSidebar("CmdWidthLimitationWrapper"), ["prevent"]))
|
24627
24675
|
})
|
24628
24676
|
]),
|
24629
24677
|
p(v, I({
|
24630
24678
|
style: { border: "1px dotted gray" },
|
24631
24679
|
ref: "CmdWidthLimitationWrapper"
|
24632
24680
|
}, e.cmdWidthLimitationWrapperSettingsData), {
|
24633
|
-
default: w(() => t[
|
24681
|
+
default: w(() => t[299] || (t[299] = [
|
24634
24682
|
o("p", null, "Slot-content", -1),
|
24635
24683
|
o("p", null, "Slot-content", -1),
|
24636
24684
|
o("p", null, "Slot-content", -1)
|
@@ -24640,9 +24688,9 @@ function wv(e, t, n, s, i, l) {
|
|
24640
24688
|
]),
|
24641
24689
|
_: 1
|
24642
24690
|
})
|
24643
|
-
])) : (a(), r("main",
|
24691
|
+
])) : (a(), r("main", wv, [
|
24644
24692
|
p(v, null, {
|
24645
|
-
default: w(() => t[
|
24693
|
+
default: w(() => t[300] || (t[300] = [
|
24646
24694
|
o("h1", { class: "headline-demopage" }, "Page Overview", -1)
|
24647
24695
|
])),
|
24648
24696
|
_: 1
|
@@ -24650,7 +24698,7 @@ function wv(e, t, n, s, i, l) {
|
|
24650
24698
|
p(Dl)
|
24651
24699
|
])),
|
24652
24700
|
p(Ke, null, {
|
24653
|
-
default: w(() => t[
|
24701
|
+
default: w(() => t[301] || (t[301] = [
|
24654
24702
|
H(" Slot-Content for Site-Footer ")
|
24655
24703
|
])),
|
24656
24704
|
_: 1
|
@@ -24668,7 +24716,7 @@ function wv(e, t, n, s, i, l) {
|
|
24668
24716
|
cookieOptions: i.cookieDisclaimerData,
|
24669
24717
|
onCloseCookieDisclaimer: l.closeCookieDisclaimer,
|
24670
24718
|
modelValue: i.acceptedCookies,
|
24671
|
-
"onUpdate:modelValue": t[
|
24719
|
+
"onUpdate:modelValue": t[126] || (t[126] = (x) => i.acceptedCookies = x),
|
24672
24720
|
cmdHeadlineCookieDisclaimer: { show: !1 },
|
24673
24721
|
privacyText: "By browsing this website you accept the usage and saving of anonymous data!"
|
24674
24722
|
}, null, 8, ["cookieOptions", "onCloseCookieDisclaimer", "modelValue"])
|
@@ -24693,11 +24741,11 @@ function wv(e, t, n, s, i, l) {
|
|
24693
24741
|
]),
|
24694
24742
|
_: 1
|
24695
24743
|
}, 8, ["openSidebar", "onToggleSidebar"])) : m("", !0)
|
24696
|
-
], 8,
|
24744
|
+
], 8, ZC)), [
|
24697
24745
|
[Pl]
|
24698
24746
|
]);
|
24699
24747
|
}
|
24700
|
-
const
|
24748
|
+
const Av = /* @__PURE__ */ F(JC, [["render", Tv]]), Pv = {
|
24701
24749
|
// el = real dom-element
|
24702
24750
|
mounted(e) {
|
24703
24751
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
@@ -24707,7 +24755,7 @@ const Vv = /* @__PURE__ */ F(YC, [["render", wv]]), Av = {
|
|
24707
24755
|
t ? t.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
|
24708
24756
|
}
|
24709
24757
|
}
|
24710
|
-
},
|
24758
|
+
}, Ev = {
|
24711
24759
|
// el = real dom-element
|
24712
24760
|
// binding.value = value of v-directive
|
24713
24761
|
mounted(e, t) {
|
@@ -24723,8 +24771,8 @@ function _l(e) {
|
|
24723
24771
|
n.preventDefault(), we({ url: e[t].href });
|
24724
24772
|
}), e[t].dataset.cmdFancyBoxHandlerRegistered = "true");
|
24725
24773
|
}
|
24726
|
-
const pt = new MutationObserver(
|
24727
|
-
function
|
24774
|
+
const pt = new MutationObserver(Sv);
|
24775
|
+
function Sv(e) {
|
24728
24776
|
const t = [];
|
24729
24777
|
for (let n = 0; n < e.length; n++)
|
24730
24778
|
if (e[n].type === "attributes")
|
@@ -24735,7 +24783,7 @@ function Tv(e) {
|
|
24735
24783
|
}
|
24736
24784
|
t.length > 0 && _l(t);
|
24737
24785
|
}
|
24738
|
-
const
|
24786
|
+
const Hv = (e) => {
|
24739
24787
|
const t = e.querySelectorAll(".fancybox");
|
24740
24788
|
_l(t), pt == null || pt.disconnect(), pt.observe(e, {
|
24741
24789
|
subtree: !0,
|
@@ -24747,16 +24795,16 @@ const Ev = (e) => {
|
|
24747
24795
|
characterData: !1
|
24748
24796
|
});
|
24749
24797
|
};
|
24750
|
-
function
|
24798
|
+
function qv(e) {
|
24751
24799
|
return e ? e.slice(0, 1).toUpperCase() + e.slice(1) : "";
|
24752
24800
|
}
|
24753
|
-
function
|
24801
|
+
function Rv(e) {
|
24754
24802
|
return e ? e.charAt(0).toLowerCase() + e.slice(1) : "";
|
24755
24803
|
}
|
24756
|
-
function
|
24804
|
+
function jv(...e) {
|
24757
24805
|
return e.filter((t) => typeof t == "string").map((t) => t.trim()).filter((t) => t.length > 0).join(" ");
|
24758
24806
|
}
|
24759
|
-
function
|
24807
|
+
function Nv() {
|
24760
24808
|
const e = {};
|
24761
24809
|
Wl(s);
|
24762
24810
|
function t(i = "defaultSequence") {
|
@@ -24771,19 +24819,19 @@ function jv() {
|
|
24771
24819
|
}
|
24772
24820
|
return { nextSequenceValue: t, currentSequenceValue: n, resetSequence: s };
|
24773
24821
|
}
|
24774
|
-
function
|
24822
|
+
function _v(e, t, n) {
|
24775
24823
|
Gl(() => e.addEventListener(t, n)), Kl(() => e.removeEventListener(t, n));
|
24776
24824
|
}
|
24777
24825
|
function rn(e) {
|
24778
24826
|
return e.offsetParent ? e.offsetTop + rn(e.offsetParent) : e.offsetTop;
|
24779
24827
|
}
|
24780
|
-
function
|
24828
|
+
function Ov(e) {
|
24781
24829
|
return e instanceof NodeList ? Array.from(e) : Array.isArray(e) ? e : [];
|
24782
24830
|
}
|
24783
|
-
function
|
24831
|
+
function Lv(e, t) {
|
24784
24832
|
if (!t.length) {
|
24785
24833
|
const n = e();
|
24786
|
-
|
24834
|
+
Ov(n).map((s, i) => {
|
24787
24835
|
const l = {
|
24788
24836
|
offsetTop: rn(s)
|
24789
24837
|
};
|
@@ -24791,16 +24839,16 @@ function Ov(e, t) {
|
|
24791
24839
|
}).forEach((s) => t.push(s));
|
24792
24840
|
}
|
24793
24841
|
}
|
24794
|
-
function
|
24842
|
+
function Uv(e, t = 0) {
|
24795
24843
|
const n = [], s = Yl({
|
24796
24844
|
activeItem: t,
|
24797
24845
|
reset() {
|
24798
24846
|
this.activeItem = 0, n.length = 0;
|
24799
24847
|
}
|
24800
24848
|
});
|
24801
|
-
return
|
24849
|
+
return _v(window, "scroll", () => {
|
24802
24850
|
const i = window.scrollY;
|
24803
|
-
|
24851
|
+
Lv(e, n);
|
24804
24852
|
for (let l = 0, d = n.length; l < d; l++)
|
24805
24853
|
if (i < n[l].offsetTop + n[l].height / 2) {
|
24806
24854
|
s.activeItem = l;
|
@@ -24864,30 +24912,30 @@ export {
|
|
24864
24912
|
gn as CmdTooltipForFormElements,
|
24865
24913
|
mb as CmdUploadForm,
|
24866
24914
|
vl as CmdWidthLimitationWrapper,
|
24867
|
-
|
24915
|
+
Av as ComponentLibrary,
|
24868
24916
|
Mb as ContactInformation,
|
24869
|
-
|
24870
|
-
|
24871
|
-
|
24917
|
+
Hv as DirFancybox,
|
24918
|
+
Pv as DirFocus,
|
24919
|
+
Ev as DirTelephone,
|
24872
24920
|
qe as EditComponentWrapper,
|
24873
24921
|
ce as I18n,
|
24874
24922
|
wb as MultipleBoxWrapper,
|
24875
24923
|
Ob as MultipleListsOfLinks,
|
24876
|
-
|
24924
|
+
qv as capitalizeFirstLetter,
|
24877
24925
|
Vi as createHtmlId,
|
24878
24926
|
it as createUuid,
|
24879
|
-
|
24880
|
-
|
24927
|
+
Dv as currentDate,
|
24928
|
+
Mv as currentTime,
|
24881
24929
|
Tl as formatDate,
|
24882
24930
|
Rb as formatTime,
|
24883
|
-
|
24931
|
+
jv as fullName,
|
24884
24932
|
Gi as getCookieDisclaimerCookie,
|
24885
|
-
|
24933
|
+
Fv as getDate,
|
24886
24934
|
$e as getFileExtension,
|
24887
|
-
|
24888
|
-
|
24935
|
+
Vv as getWeekday,
|
24936
|
+
Rv as lowercaseFirstLetter,
|
24889
24937
|
we as openFancyBox,
|
24890
24938
|
mm as setCookieDisclaimerCookie,
|
24891
|
-
|
24892
|
-
|
24939
|
+
Uv as useScrollspy,
|
24940
|
+
Nv as useSequence
|
24893
24941
|
};
|