comand-component-library 4.2.41 → 4.2.43
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 +807 -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 +2 -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,12 +10400,13 @@ 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);
|
10396
10407
|
}
|
10397
10408
|
const Ji = /* @__PURE__ */ F(ip, [["render", gp]]), yp = {
|
10409
|
+
emits: ["click"],
|
10398
10410
|
name: "CmdMultistepFormProgressBar",
|
10399
10411
|
data() {
|
10400
10412
|
return {
|
@@ -10463,19 +10475,20 @@ const Ji = /* @__PURE__ */ F(ip, [["render", gp]]), yp = {
|
|
10463
10475
|
function Cp(e, t, n, s, i, l) {
|
10464
10476
|
const d = G, u = Re;
|
10465
10477
|
return a(), r("ol", {
|
10466
|
-
class:
|
10478
|
+
class: C(["cmd-multistep-form-progress-bar", { "use-gap": n.useGap, "full-width": n.fullWidth }])
|
10467
10479
|
}, [
|
10468
10480
|
(a(!0), r(_, null, q(n.multisteps, (c, g) => (a(), r("li", {
|
10469
10481
|
key: g,
|
10470
|
-
class:
|
10482
|
+
class: C({ active: i.activeLink === g })
|
10471
10483
|
}, [
|
10472
10484
|
p(u, {
|
10473
10485
|
linkType: c.linkType,
|
10474
|
-
class:
|
10486
|
+
class: C(["stretch-on-small-devices", l.activeLinkClass(c.linkTyp, g)]),
|
10475
10487
|
styleAsButton: n.usePrimaryButtons,
|
10476
10488
|
primaryButton: n.usePrimaryButtons,
|
10477
10489
|
path: c.path,
|
10478
10490
|
title: c.tooltip,
|
10491
|
+
disabled: c.disabled,
|
10479
10492
|
onClick: (f) => l.clickedStep(f, g)
|
10480
10493
|
}, {
|
10481
10494
|
default: w(() => [
|
@@ -10488,10 +10501,10 @@ function Cp(e, t, n, s, i, l) {
|
|
10488
10501
|
c.text ? (a(), r("span", xp, y(c.text), 1)) : m("", !0)
|
10489
10502
|
]),
|
10490
10503
|
_: 2
|
10491
|
-
}, 1032, ["linkType", "class", "styleAsButton", "primaryButton", "path", "title", "onClick"]),
|
10504
|
+
}, 1032, ["linkType", "class", "styleAsButton", "primaryButton", "path", "title", "disabled", "onClick"]),
|
10492
10505
|
g + 1 !== n.multisteps.length && n.useGap ? (a(), r("span", {
|
10493
10506
|
key: 0,
|
10494
|
-
class:
|
10507
|
+
class: C(["separator", n.separatorIconClass])
|
10495
10508
|
}, null, 2)) : m("", !0)
|
10496
10509
|
], 2))), 128))
|
10497
10510
|
], 2);
|
@@ -10650,7 +10663,7 @@ function Sp(e, t, n, s, i, l) {
|
|
10650
10663
|
const d = Yi, u = te;
|
10651
10664
|
return a(), r("fieldset", wp, [
|
10652
10665
|
o("legend", {
|
10653
|
-
class:
|
10666
|
+
class: C({ hidden: !n.legend.show, "align-left": n.legend.align === "left" })
|
10654
10667
|
}, y(n.legend.text), 3),
|
10655
10668
|
p(d, {
|
10656
10669
|
inputTypes: "radio",
|
@@ -10853,7 +10866,7 @@ function Hp(e, t, n, s, i, l) {
|
|
10853
10866
|
href: "#",
|
10854
10867
|
onClick: t[4] || (t[4] = S((u) => l.toggleClosedStatus("am"), ["prevent"])),
|
10855
10868
|
title: i.editableDay.amClosed ? "Set to open" : "Set to closed",
|
10856
|
-
class:
|
10869
|
+
class: C(i.editableDay.amClosed ? "icon-clock" : "icon-blocked")
|
10857
10870
|
}, null, 10, Vp)
|
10858
10871
|
]),
|
10859
10872
|
o("div", Ap, [
|
@@ -10895,7 +10908,7 @@ function Hp(e, t, n, s, i, l) {
|
|
10895
10908
|
href: "#",
|
10896
10909
|
onClick: t[8] || (t[8] = S((u) => l.toggleClosedStatus("pm"), ["prevent"])),
|
10897
10910
|
title: i.editableDay.pmClosed ? "Set to open" : "Set to closed",
|
10898
|
-
class:
|
10911
|
+
class: C(i.editableDay.pmClosed ? "icon-clock" : "icon-blocked")
|
10899
10912
|
}, null, 10, Ep)
|
10900
10913
|
])
|
10901
10914
|
])
|
@@ -11204,7 +11217,7 @@ function Qp(e, t, n, s, i, l) {
|
|
11204
11217
|
_: 1
|
11205
11218
|
}, 16, ["linkType", "class"])) : (a(), r("span", {
|
11206
11219
|
key: 1,
|
11207
|
-
class:
|
11220
|
+
class: C({ closed: l.isClosed })
|
11208
11221
|
}, y(l.textOpenClosed), 3))
|
11209
11222
|
], 64)) : e.editing ? (a(), r("div", zp, [
|
11210
11223
|
p(c, {
|
@@ -11413,7 +11426,7 @@ function uf(e, t, n, s, i, l) {
|
|
11413
11426
|
return a(), r("div", tf, [
|
11414
11427
|
o("a", {
|
11415
11428
|
href: l.getPreviousHref,
|
11416
|
-
class:
|
11429
|
+
class: C(["page-change", { disabled: i.currentPage === 1, button: n.linkType === "button" }]),
|
11417
11430
|
onClick: t[0] || (t[0] = S((...u) => l.previousPage && l.previousPage(...u), ["prevent"])),
|
11418
11431
|
title: n.prevLink.showText ? null : n.prevLink.text
|
11419
11432
|
}, [
|
@@ -11427,7 +11440,7 @@ function uf(e, t, n, s, i, l) {
|
|
11427
11440
|
o("div", af, [
|
11428
11441
|
(a(!0), r(_, null, q(n.pages, (u, c) => (a(), r("a", {
|
11429
11442
|
href: l.getHref(u),
|
11430
|
-
class:
|
11443
|
+
class: C({ disabled: i.currentPage === c + 1, button: n.linkType === "button", hidden: !n.showPageNumbers }),
|
11431
11444
|
title: i.currentPage !== c + 1 ? e.getMessage("pagination.tooltip.go_to_page", c + 1) : e.getMessage("pagination.tooltip.not_possible"),
|
11432
11445
|
key: c,
|
11433
11446
|
onClick: S((g) => l.showPage(u), ["stop", "prevent"]),
|
@@ -11439,7 +11452,7 @@ function uf(e, t, n, s, i, l) {
|
|
11439
11452
|
]),
|
11440
11453
|
o("a", {
|
11441
11454
|
href: l.getNextHref,
|
11442
|
-
class:
|
11455
|
+
class: C(["page-change", { disabled: i.currentPage === l.numberOfPages, button: n.linkType === "button" }]),
|
11443
11456
|
onClick: t[1] || (t[1] = S((...u) => l.nextPage && l.nextPage(...u), ["prevent"])),
|
11444
11457
|
title: n.nextLink.showText ? null : n.nextLink.text
|
11445
11458
|
}, [
|
@@ -11556,7 +11569,7 @@ function gf(e, t, n, s, i, l) {
|
|
11556
11569
|
return a(), r("li", pf, [
|
11557
11570
|
(a(), r("a", {
|
11558
11571
|
key: n.network.path,
|
11559
|
-
class:
|
11572
|
+
class: C(["button", n.network.buttonClass, { disabled: n.userMustAcceptDataPrivacy && !n.dataPrivacyAccepted }, "text-align-" + n.buttonTextAlign]),
|
11560
11573
|
href: l.getUrl(n.network),
|
11561
11574
|
onClick: t[0] || (t[0] = (...u) => l.preventOnDisabled && l.preventOnDisabled(...u)),
|
11562
11575
|
target: "_blank",
|
@@ -11736,7 +11749,7 @@ function xf(e, t, n, s, i, l) {
|
|
11736
11749
|
var f, h;
|
11737
11750
|
const d = Y, u = te, c = yf, g = qe;
|
11738
11751
|
return a(), r("div", {
|
11739
|
-
class:
|
11752
|
+
class: C(["cmd-social-networks", { stretch: n.stretchButtons }, l.alignment])
|
11740
11753
|
}, [
|
11741
11754
|
(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
11755
|
n.userMustAcceptDataPrivacy ? (a(), k(u, I({
|
@@ -11749,7 +11762,7 @@ function xf(e, t, n, s, i, l) {
|
|
11749
11762
|
}), null, 16, ["modelValue"])) : m("", !0),
|
11750
11763
|
l.validNetworks.length > 0 ? (a(), r("ul", {
|
11751
11764
|
key: 2,
|
11752
|
-
class:
|
11765
|
+
class: C(["button-wrapper", { "no-gap": !n.useGap }])
|
11753
11766
|
}, [
|
11754
11767
|
e.editModeContext ? (a(!0), r(_, { key: 1 }, q(l.validNetworks, (v, b) => (a(), k(g, {
|
11755
11768
|
key: "x" + b,
|
@@ -11882,7 +11895,7 @@ function Tf(e, t, n, s, i, l) {
|
|
11882
11895
|
var u, c, g, f;
|
11883
11896
|
const d = Zi;
|
11884
11897
|
return a(), r("footer", {
|
11885
|
-
class:
|
11898
|
+
class: C(["cmd-page-footer flex-container", { "small-buttons": n.useSmallButtons }])
|
11886
11899
|
}, [
|
11887
11900
|
n.cmdSocialNetworks ? (a(), k(d, j(I({ key: 0 }, n.cmdSocialNetworks)), {
|
11888
11901
|
default: w(() => [
|
@@ -11894,14 +11907,14 @@ function Tf(e, t, n, s, i, l) {
|
|
11894
11907
|
P(e.$slots, "default"),
|
11895
11908
|
(u = l.buttonPrintViewOptions) != null && u.show ? (a(), r("button", {
|
11896
11909
|
key: 0,
|
11897
|
-
class:
|
11910
|
+
class: C(["button", { primary: l.buttonPrintViewOptions.primary }]),
|
11898
11911
|
id: "print-view-button",
|
11899
11912
|
title: l.buttonPrintViewOptions.text ? (c = l.buttonPrintViewOptions.icon) == null ? void 0 : c.tooltip : null,
|
11900
11913
|
onClick: t[0] || (t[0] = (...h) => l.showFancyBox && l.showFancyBox(...h))
|
11901
11914
|
}, [
|
11902
11915
|
(g = l.buttonPrintViewOptions.icon) != null && g.show ? (a(), r("span", {
|
11903
11916
|
key: 0,
|
11904
|
-
class:
|
11917
|
+
class: C((f = l.buttonPrintViewOptions.icon) == null ? void 0 : f.iconClass)
|
11905
11918
|
}, null, 2)) : m("", !0),
|
11906
11919
|
l.buttonPrintViewOptions.text ? (a(), r("span", wf, y(l.buttonPrintViewOptions.text), 1)) : m("", !0)
|
11907
11920
|
], 10, kf)) : m("", !0)
|
@@ -11992,7 +12005,7 @@ function Pf(e, t, n, s, i, l) {
|
|
11992
12005
|
for: n.id
|
11993
12006
|
}, [
|
11994
12007
|
o("span", {
|
11995
|
-
class:
|
12008
|
+
class: C(["label-text", { hidden: !n.showLabel }])
|
11996
12009
|
}, y(n.labelText), 3),
|
11997
12010
|
o("span", Ff, [
|
11998
12011
|
n.showLoadingStatus ? (a(), r("span", Vf, y(i.loadingStatus) + " %", 1)) : m("", !0),
|
@@ -12059,7 +12072,7 @@ function Rf(e, t, n, s, i, l) {
|
|
12059
12072
|
var u;
|
12060
12073
|
const d = Y;
|
12061
12074
|
return a(), r("section", {
|
12062
|
-
class:
|
12075
|
+
class: C(["cmd-section flex-container", { box: n.styleAsBox, vertical: n.orientation === "vertical" }])
|
12063
12076
|
}, [
|
12064
12077
|
(u = n.cmdHeadline) != null && u.headlineText ? (a(), k(d, j(I({ key: 0 }, l.cmdHeadlineProperties)), null, 16)) : m("", !0),
|
12065
12078
|
n.content && !n.useSlot ? (a(), r("div", {
|
@@ -12146,7 +12159,7 @@ function Kf(e, t, n, s, i, l) {
|
|
12146
12159
|
var u;
|
12147
12160
|
const d = Y;
|
12148
12161
|
return a(), r("aside", {
|
12149
|
-
class:
|
12162
|
+
class: C(["cmd-sidebar", l.wrapperClass, { box: n.styledAsBox, "collapse-to-right": !n.collapseToLeft }])
|
12150
12163
|
}, [
|
12151
12164
|
o("div", Uf, [
|
12152
12165
|
(u = n.cmdHeadline) != null && u.headlineText && i.open ? (a(), k(d, I({ key: 0 }, n.cmdHeadline, {
|
@@ -12166,7 +12179,7 @@ function Kf(e, t, n, s, i, l) {
|
|
12166
12179
|
onClick: t[0] || (t[0] = S((...c) => l.toggleSidebar && l.toggleSidebar(...c), ["prevent"]))
|
12167
12180
|
}, [
|
12168
12181
|
o("span", {
|
12169
|
-
class:
|
12182
|
+
class: C(l.iconClassOpenCollapse)
|
12170
12183
|
}, null, 2)
|
12171
12184
|
], 8, Gf)) : m("", !0)
|
12172
12185
|
], 2);
|
@@ -12191,7 +12204,7 @@ const Yf = /* @__PURE__ */ F(Nf, [["render", Kf]]), Jf = {
|
|
12191
12204
|
function Qf(e, t, n, s, i, l) {
|
12192
12205
|
return a(), r("div", Zf, [
|
12193
12206
|
o("footer", {
|
12194
|
-
class:
|
12207
|
+
class: C(["flex-container", { vertical: n.orientation === "vertical" }])
|
12195
12208
|
}, [
|
12196
12209
|
P(e.$slots, "default")
|
12197
12210
|
], 2)
|
@@ -12303,7 +12316,7 @@ function th(e, t, n, s, i, l) {
|
|
12303
12316
|
const d = Ni, u = Ji;
|
12304
12317
|
return a(), r("div", {
|
12305
12318
|
ref: "site-header",
|
12306
|
-
class:
|
12319
|
+
class: C([
|
12307
12320
|
"cmd-site-header site-header",
|
12308
12321
|
{
|
12309
12322
|
sticky: n.sticky,
|
@@ -12317,7 +12330,7 @@ function th(e, t, n, s, i, l) {
|
|
12317
12330
|
P(e.$slots, "topheader")
|
12318
12331
|
])) : m("", !0),
|
12319
12332
|
o("header", {
|
12320
|
-
class:
|
12333
|
+
class: C([
|
12321
12334
|
n.useGrid ? "grid-container-create-columns" : "flex-container",
|
12322
12335
|
{ "has-navigation": ((f = (g = n.cmdMainNavigation) == null ? void 0 : g.navigationEntries) == null ? void 0 : f.length) && n.navigationInline || e.$slots.navigation }
|
12323
12336
|
])
|
@@ -12625,7 +12638,7 @@ function ch(e, t, n, s, i, l) {
|
|
12625
12638
|
return a(), r(_, null, [
|
12626
12639
|
o("fieldset", oh, [
|
12627
12640
|
o("legend", {
|
12628
|
-
class:
|
12641
|
+
class: C({ hidden: !n.legend.show, "align-left": n.legend.align === "left" })
|
12629
12642
|
}, y(n.legend.text), 3),
|
12630
12643
|
n.cmdHeadline ? (a(), k(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
12631
12644
|
o("div", ah, [
|
@@ -12900,7 +12913,7 @@ const mh = /* @__PURE__ */ F(lh, [["render", ch]]), ph = {
|
|
12900
12913
|
function bh(e, t, n, s, i, l) {
|
12901
12914
|
const d = Lt, u = ve;
|
12902
12915
|
return a(), r("div", {
|
12903
|
-
class:
|
12916
|
+
class: C(["cmd-slideshow", { "full-width": i.fullWidth }])
|
12904
12917
|
}, [
|
12905
12918
|
o("div", {
|
12906
12919
|
class: "inner-slideshow-wrapper",
|
@@ -12969,11 +12982,11 @@ function bh(e, t, n, s, i, l) {
|
|
12969
12982
|
n.showQuickLinkIcons ? (a(), r("ol", hh, [
|
12970
12983
|
(a(!0), r(_, null, q(n.slideshowItems, (c, g) => (a(), r("li", {
|
12971
12984
|
key: g,
|
12972
|
-
class:
|
12985
|
+
class: C({ active: g === i.index })
|
12973
12986
|
}, [
|
12974
12987
|
o("a", {
|
12975
12988
|
href: "#",
|
12976
|
-
class:
|
12989
|
+
class: C({ disabled: i.slideshowItemEditing }),
|
12977
12990
|
onClick: S((f) => l.showItem(g), ["prevent"]),
|
12978
12991
|
"aria-label": i.index,
|
12979
12992
|
title: i.slideshowItemEditing ? "Not allowed while editing!" : "Switch to image #" + (g + 1)
|
@@ -13079,7 +13092,7 @@ const xh = /* @__PURE__ */ F(ph, [["render", bh]]), Ch = {
|
|
13079
13092
|
function kh(e, t, n, s, i, l) {
|
13080
13093
|
const d = te, u = Re;
|
13081
13094
|
return a(), r("div", {
|
13082
|
-
class:
|
13095
|
+
class: C(["cmd-smart-search", { open: i.showListOfRecommendations, "open-list-to-top": n.openListToTop }])
|
13083
13096
|
}, [
|
13084
13097
|
p(d, I({
|
13085
13098
|
element: "input",
|
@@ -13159,7 +13172,7 @@ function Ih(e, t, n, s, i, l) {
|
|
13159
13172
|
u.link.type === "href" ? (a(), r("a", {
|
13160
13173
|
key: 0,
|
13161
13174
|
href: u.link.path,
|
13162
|
-
class:
|
13175
|
+
class: C(["flag", u.iso2, { active: l.activeLanguage(u.iso2) }]),
|
13163
13176
|
title: u.tooltip,
|
13164
13177
|
onClick: S((g) => l.changeLanguage(u.iso2, g), ["prevent"])
|
13165
13178
|
}, [
|
@@ -13170,7 +13183,7 @@ function Ih(e, t, n, s, i, l) {
|
|
13170
13183
|
], 10, _h)) : (a(), k(d, {
|
13171
13184
|
key: 1,
|
13172
13185
|
to: l.getRoute(u),
|
13173
|
-
class:
|
13186
|
+
class: C(["flag", u.iso2]),
|
13174
13187
|
title: u.tooltip,
|
13175
13188
|
onClick: S((g) => l.changeLanguage(u.iso2, g), ["prevent"])
|
13176
13189
|
}, {
|
@@ -13347,7 +13360,7 @@ const Bh = /* @__PURE__ */ F(Th, [["render", Ih]]), Dh = {
|
|
13347
13360
|
function Rh(e, t, n, s, i, l) {
|
13348
13361
|
const d = G, u = Lt;
|
13349
13362
|
return a(), r("div", {
|
13350
|
-
class:
|
13363
|
+
class: C(["cmd-table-wrapper", { collapsed: !i.showTableData, "full-width": i.fullWidth, "has-caption": l.hasCaption, "has-overflow": i.hasOverflow }])
|
13351
13364
|
}, [
|
13352
13365
|
n.collapsible || n.userCanToggleWidth ? (a(), r("div", Mh, [
|
13353
13366
|
n.userCanToggleWidth ? (a(), r("a", {
|
@@ -13387,14 +13400,14 @@ function Rh(e, t, n, s, i, l) {
|
|
13387
13400
|
}, null, 8, ["onClick"])) : m("", !0),
|
13388
13401
|
o("table", {
|
13389
13402
|
ref: "table",
|
13390
|
-
class:
|
13403
|
+
class: C({ "full-width": i.fullWidth })
|
13391
13404
|
}, [
|
13392
13405
|
P(e.$slots, "table-caption", {}, () => {
|
13393
13406
|
var c, g, f, h;
|
13394
13407
|
return [
|
13395
13408
|
(c = n.tableData.caption) != null && c.text || (g = n.caption) != null && g.text ? (a(), r("caption", {
|
13396
13409
|
key: 0,
|
13397
|
-
class:
|
13410
|
+
class: C({ hidden: l.hideCaption })
|
13398
13411
|
}, y(((f = n.caption) == null ? void 0 : f.text) || ((h = n.tableData.caption) == null ? void 0 : h.text)), 3)) : m("", !0)
|
13399
13412
|
];
|
13400
13413
|
}),
|
@@ -13415,11 +13428,11 @@ function Rh(e, t, n, s, i, l) {
|
|
13415
13428
|
P(e.$slots, "table-body", {}, () => [
|
13416
13429
|
$(o("tbody", Ph, [
|
13417
13430
|
(a(!0), r(_, null, q(n.tableData.tbody, (c, g) => (a(), r("tr", {
|
13418
|
-
class:
|
13431
|
+
class: C({ active: n.tableData.rowIndexHighlighted === g }),
|
13419
13432
|
key: g
|
13420
13433
|
}, [
|
13421
13434
|
(a(!0), r(_, null, q(c, (f, h) => (a(), r("td", {
|
13422
|
-
class:
|
13435
|
+
class: C({ active: n.tableData.columnIndexHighlighted === h }),
|
13423
13436
|
key: h,
|
13424
13437
|
innerHTML: f
|
13425
13438
|
}, null, 10, Eh))), 128))
|
@@ -13439,7 +13452,7 @@ function Rh(e, t, n, s, i, l) {
|
|
13439
13452
|
n.tableData.tfoot && n.tableData.tfoot.length && i.showTableData ? (a(), r("tfoot", Hh, [
|
13440
13453
|
o("tr", null, [
|
13441
13454
|
(a(!0), r(_, null, q(n.tableData.tfoot, (c, g) => (a(), r("td", {
|
13442
|
-
class:
|
13455
|
+
class: C({ active: n.tableData.columnIndexHighlighted === g }),
|
13443
13456
|
key: g,
|
13444
13457
|
innerHTML: c
|
13445
13458
|
}, null, 10, qh))), 128))
|
@@ -13548,11 +13561,11 @@ function $h(e, t, n, s, i, l) {
|
|
13548
13561
|
const d = G, u = Y;
|
13549
13562
|
return a(), r("div", Yh, [
|
13550
13563
|
o("ul", {
|
13551
|
-
class:
|
13564
|
+
class: C({ "stretch-tabs": n.stretchTabs }),
|
13552
13565
|
role: "tablist"
|
13553
13566
|
}, [
|
13554
13567
|
(a(!0), r(_, null, q(n.tabs, (c, g) => (a(), r("li", {
|
13555
|
-
class:
|
13568
|
+
class: C({ active: i.showTab === g }),
|
13556
13569
|
key: g,
|
13557
13570
|
role: "tab"
|
13558
13571
|
}, [
|
@@ -13573,7 +13586,7 @@ function $h(e, t, n, s, i, l) {
|
|
13573
13586
|
n.useSlot ? (a(!0), r(_, { key: 0 }, q(n.tabs.length, (c) => $((a(), r("div", {
|
13574
13587
|
key: c,
|
13575
13588
|
"aria-live": "assertive",
|
13576
|
-
class:
|
13589
|
+
class: C(["tab-content-" + (c - 1), { "no-padding": !n.useDefaultPadding }])
|
13577
13590
|
}, [
|
13578
13591
|
P(e.$slots, "tab-content-" + (c - 1))
|
13579
13592
|
], 2)), [
|
@@ -13585,7 +13598,7 @@ function $h(e, t, n, s, i, l) {
|
|
13585
13598
|
}), null, 16, ["headlineText", "headlineLevel"])) : m("", !0),
|
13586
13599
|
o("div", {
|
13587
13600
|
innerHTML: n.tabs[i.showTab].htmlContent,
|
13588
|
-
class:
|
13601
|
+
class: C({ "no-padding": !n.useDefaultPadding })
|
13589
13602
|
}, null, 10, Xh)
|
13590
13603
|
]))
|
13591
13604
|
]);
|
@@ -13712,7 +13725,7 @@ function ig(e, t, n, s, i, l) {
|
|
13712
13725
|
var g, f, h, v;
|
13713
13726
|
const d = Y, u = ve, c = qe;
|
13714
13727
|
return a(), r("div", {
|
13715
|
-
class:
|
13728
|
+
class: C(["cmd-text-image-block flex-container", n.orientation])
|
13716
13729
|
}, [
|
13717
13730
|
((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
13731
|
n.cmdImage ? (a(), k(u, {
|
@@ -13723,7 +13736,7 @@ function ig(e, t, n, s, i, l) {
|
|
13723
13736
|
}, null, 8, ["image", "figcaption"])) : m("", !0),
|
13724
13737
|
e.editModeContext ? m("", !0) : (a(), r("div", {
|
13725
13738
|
key: 2,
|
13726
|
-
class:
|
13739
|
+
class: C(["flex-container vertical", l.setInnerClass])
|
13727
13740
|
}, [
|
13728
13741
|
((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
13742
|
n.htmlContent ? (a(), r("div", {
|
@@ -13745,7 +13758,7 @@ function ig(e, t, n, s, i, l) {
|
|
13745
13758
|
default: w((b) => [
|
13746
13759
|
b.editing ? $((a(), r("textarea", {
|
13747
13760
|
key: 0,
|
13748
|
-
class:
|
13761
|
+
class: C(["edit-mode", l.textAlign]),
|
13749
13762
|
"onUpdate:modelValue": t[0] || (t[0] = (O) => i.editableHtmlContent = O),
|
13750
13763
|
placeholder: "Paragraph"
|
13751
13764
|
}, null, 2)), [
|
@@ -13753,7 +13766,7 @@ function ig(e, t, n, s, i, l) {
|
|
13753
13766
|
]) : n.htmlContent ? (a(), r("div", {
|
13754
13767
|
key: 1,
|
13755
13768
|
innerHTML: n.htmlContent,
|
13756
|
-
class:
|
13769
|
+
class: C(l.textAlign)
|
13757
13770
|
}, null, 10, ng)) : (a(), r("button", {
|
13758
13771
|
key: 2,
|
13759
13772
|
type: "button",
|
@@ -13925,7 +13938,7 @@ const lg = /* @__PURE__ */ F(eg, [["render", ig]]), og = {
|
|
13925
13938
|
function sg(e, t, n, s, i, l) {
|
13926
13939
|
const d = G, u = te;
|
13927
13940
|
return a(), r("div", {
|
13928
|
-
class:
|
13941
|
+
class: C(["cmd-toggle-dark-mode", { "styled-layout": n.useStyledLayout, "dark-mode": i.darkMode }])
|
13929
13942
|
}, [
|
13930
13943
|
e.editing ? (a(), r(_, { key: 1 }, [
|
13931
13944
|
p(u, {
|
@@ -13948,7 +13961,7 @@ function sg(e, t, n, s, i, l) {
|
|
13948
13961
|
n.styledAsButton ? (a(), r("a", {
|
13949
13962
|
key: 0,
|
13950
13963
|
href: "#",
|
13951
|
-
class:
|
13964
|
+
class: C(["button", { "dark-mode": i.darkMode }]),
|
13952
13965
|
onClick: t[0] || (t[0] = S((...c) => l.toggleColorScheme && l.toggleColorScheme(...c), ["prevent"]))
|
13953
13966
|
}, [
|
13954
13967
|
n.showLabel ? (a(), r("span", ag, y(l.labelText), 1)) : m("", !0),
|
@@ -14037,22 +14050,22 @@ const { toString: ug } = Object.prototype, { getPrototypeOf: Tn } = Object, It =
|
|
14037
14050
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
14038
14051
|
})(/* @__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
14052
|
function cg(e) {
|
14040
|
-
return e !== null && !lt(e) && e.constructor !== null && !lt(e.constructor) &&
|
14053
|
+
return e !== null && !lt(e) && e.constructor !== null && !lt(e.constructor) && ye(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
14041
14054
|
}
|
14042
14055
|
const $i = ke("ArrayBuffer");
|
14043
14056
|
function mg(e) {
|
14044
14057
|
let t;
|
14045
14058
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && $i(e.buffer), t;
|
14046
14059
|
}
|
14047
|
-
const pg = Bt("string"),
|
14060
|
+
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
14061
|
if (It(e) !== "object")
|
14049
14062
|
return !1;
|
14050
14063
|
const t = Tn(e);
|
14051
14064
|
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) &&
|
14065
|
+
}, hg = ke("Date"), gg = ke("File"), yg = ke("Blob"), bg = ke("FileList"), xg = (e) => Dt(e) && ye(e.pipe), Cg = (e) => {
|
14053
14066
|
let t;
|
14054
|
-
return e && (typeof FormData == "function" && e instanceof FormData ||
|
14055
|
-
t === "object" &&
|
14067
|
+
return e && (typeof FormData == "function" && e instanceof FormData || ye(e.append) && ((t = It(e)) === "formdata" || // detect form-data instance
|
14068
|
+
t === "object" && ye(e.toString) && e.toString() === "[object FormData]"));
|
14056
14069
|
}, 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
14070
|
function ot(e, t, { allOwnKeys: n = !1 } = {}) {
|
14058
14071
|
if (e === null || typeof e > "u")
|
@@ -14088,7 +14101,7 @@ function en() {
|
|
14088
14101
|
return t;
|
14089
14102
|
}
|
14090
14103
|
const Og = (e, t, n, { allOwnKeys: s } = {}) => (ot(t, (i, l) => {
|
14091
|
-
n &&
|
14104
|
+
n && ye(i) ? e[l] = Xi(i, n) : e[l] = i;
|
14092
14105
|
}, { allOwnKeys: s }), e), Lg = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Ig = (e, t, n, s) => {
|
14093
14106
|
e.prototype = Object.create(t.prototype, s), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
14094
14107
|
value: t.prototype
|
@@ -14142,10 +14155,10 @@ const Og = (e, t, n, { allOwnKeys: s } = {}) => (ot(t, (i, l) => {
|
|
14142
14155
|
}), Object.defineProperties(e, s);
|
14143
14156
|
}, qg = (e) => {
|
14144
14157
|
ll(e, (t, n) => {
|
14145
|
-
if (
|
14158
|
+
if (ye(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
|
14146
14159
|
return !1;
|
14147
14160
|
const s = e[n];
|
14148
|
-
if (
|
14161
|
+
if (ye(s)) {
|
14149
14162
|
if (t.enumerable = !1, "writable" in t) {
|
14150
14163
|
t.writable = !1;
|
14151
14164
|
return;
|
@@ -14175,7 +14188,7 @@ const Og = (e, t, n, { allOwnKeys: s } = {}) => (ot(t, (i, l) => {
|
|
14175
14188
|
return n;
|
14176
14189
|
};
|
14177
14190
|
function zg(e) {
|
14178
|
-
return !!(e &&
|
14191
|
+
return !!(e && ye(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
|
14179
14192
|
}
|
14180
14193
|
const Wg = (e) => {
|
14181
14194
|
const t = new Array(10), n = (s, i) => {
|
@@ -14194,7 +14207,7 @@ const Wg = (e) => {
|
|
14194
14207
|
return s;
|
14195
14208
|
};
|
14196
14209
|
return n(e, 0);
|
14197
|
-
}, Gg = ke("AsyncFunction"), Kg = (e) => e && (Dt(e) ||
|
14210
|
+
}, Gg = ke("AsyncFunction"), Kg = (e) => e && (Dt(e) || ye(e)) && ye(e.then) && ye(e.catch), L = {
|
14198
14211
|
isArray: We,
|
14199
14212
|
isArrayBuffer: $i,
|
14200
14213
|
isBuffer: cg,
|
@@ -14214,7 +14227,7 @@ const Wg = (e) => {
|
|
14214
14227
|
isFile: gg,
|
14215
14228
|
isBlob: yg,
|
14216
14229
|
isRegExp: Hg,
|
14217
|
-
isFunction:
|
14230
|
+
isFunction: ye,
|
14218
14231
|
isStream: xg,
|
14219
14232
|
isURLSearchParams: vg,
|
14220
14233
|
isTypedArray: Fg,
|
@@ -16236,10 +16249,10 @@ function cb(e, t, n, s, i, l) {
|
|
16236
16249
|
return a(), r(_, null, [
|
16237
16250
|
n.advancedMode ? (a(), r("fieldset", {
|
16238
16251
|
key: 0,
|
16239
|
-
class:
|
16252
|
+
class: C(["cmd-upload-form flex-container vertical", { "upload-initiated": i.uploadInitiated }])
|
16240
16253
|
}, [
|
16241
16254
|
o("legend", {
|
16242
|
-
class:
|
16255
|
+
class: C({ hidden: !n.legend.show, "align-left": n.legend.align === "left" })
|
16243
16256
|
}, y(n.legend.text), 3),
|
16244
16257
|
n.cmdHeadlineFieldset ? (a(), k(d, j(I({ key: 0 }, n.cmdHeadlineFieldset)), null, 16)) : m("", !0),
|
16245
16258
|
l.systemMessageStatus && l.allSystemMessages.length ? (a(), k(u, {
|
@@ -16284,7 +16297,7 @@ function cb(e, t, n, s, i, l) {
|
|
16284
16297
|
], 64))
|
16285
16298
|
]),
|
16286
16299
|
o("small", {
|
16287
|
-
class:
|
16300
|
+
class: C([
|
16288
16301
|
"text-align-right",
|
16289
16302
|
{ error: n.maxTotalUploadSize > 0 && l.totalSize > n.maxTotalUploadSize }
|
16290
16303
|
])
|
@@ -16321,7 +16334,7 @@ function cb(e, t, n, s, i, l) {
|
|
16321
16334
|
p(c, I({ ref_for: !0 }, n.iconDelete), null, 16)
|
16322
16335
|
], 8, Ky),
|
16323
16336
|
o("span", {
|
16324
|
-
class:
|
16337
|
+
class: C([
|
16325
16338
|
"text-align-right",
|
16326
16339
|
f.allowedType ? "allowed" : "not-allowed",
|
16327
16340
|
{ error: f.error }
|
@@ -16372,20 +16385,20 @@ function cb(e, t, n, s, i, l) {
|
|
16372
16385
|
o("dl", Xy, [
|
16373
16386
|
n.maxTotalUploadSize > 0 ? (a(), r(_, { key: 0 }, [
|
16374
16387
|
o("dt", {
|
16375
|
-
class:
|
16388
|
+
class: C({ error: l.totalSize > n.maxTotalUploadSize })
|
16376
16389
|
}, y(e.getMessage("upload_form.max_total_upload_size")), 3),
|
16377
16390
|
o("dd", {
|
16378
|
-
class:
|
16391
|
+
class: C(["text-align-right", { error: l.totalSize > n.maxTotalUploadSize }])
|
16379
16392
|
}, y(l.formatSize(n.maxTotalUploadSize)), 3)
|
16380
16393
|
], 64)) : m("", !0),
|
16381
16394
|
o("dt", {
|
16382
|
-
class:
|
16395
|
+
class: C({ error: i.errors.fileSize })
|
16383
16396
|
}, y(e.getMessage("upload_form.max_file_upload_size")), 3),
|
16384
16397
|
o("dd", {
|
16385
|
-
class:
|
16398
|
+
class: C(["text-align-right", { error: i.errors.fileSize }])
|
16386
16399
|
}, y(l.formatSize(n.maxFileUploadSize)), 3),
|
16387
16400
|
o("dt", {
|
16388
|
-
class:
|
16401
|
+
class: C({ error: i.errors.fileType })
|
16389
16402
|
}, y(e.getMessage("upload_form.allowed_file_types")), 3),
|
16390
16403
|
o("dd", null, [
|
16391
16404
|
o("a", {
|
@@ -16405,7 +16418,7 @@ function cb(e, t, n, s, i, l) {
|
|
16405
16418
|
i.showListOfFileExtensions ? (a(), r("ul", eb, [
|
16406
16419
|
(a(!0), r(_, null, q(n.allowedFileExtensions, (f, h) => (a(), r("li", {
|
16407
16420
|
key: h,
|
16408
|
-
class:
|
16421
|
+
class: C({ error: i.errors.fileType })
|
16409
16422
|
}, y(f), 3))), 128))
|
16410
16423
|
])) : m("", !0)
|
16411
16424
|
]),
|
@@ -16417,7 +16430,7 @@ function cb(e, t, n, s, i, l) {
|
|
16417
16430
|
o("div", tb, [
|
16418
16431
|
o("button", {
|
16419
16432
|
type: "button",
|
16420
|
-
class:
|
16433
|
+
class: C(["button upload primary", { disabled: i.uploadInitiated }]),
|
16421
16434
|
disabled: i.uploadInitiated,
|
16422
16435
|
onClick: t[3] || (t[3] = (f) => l.selectFiles())
|
16423
16436
|
}, [
|
@@ -16429,7 +16442,7 @@ function cb(e, t, n, s, i, l) {
|
|
16429
16442
|
], 10, nb),
|
16430
16443
|
n.enableDragAndDrop ? (a(), r("p", {
|
16431
16444
|
key: 0,
|
16432
|
-
class:
|
16445
|
+
class: C(["text-drag-and-drop", { disabled: i.uploadInitiated }])
|
16433
16446
|
}, [
|
16434
16447
|
o("span", null, y(e.getMessage("upload_form.or")), 1),
|
16435
16448
|
o("strong", null, [
|
@@ -16458,7 +16471,7 @@ function cb(e, t, n, s, i, l) {
|
|
16458
16471
|
}, null, 8, ["labelText", "modelValue", "required", "validationMessage", "placeholder", "status"])) : m("", !0),
|
16459
16472
|
o("div", ob, [
|
16460
16473
|
o("button", {
|
16461
|
-
class:
|
16474
|
+
class: C([
|
16462
16475
|
"button primary",
|
16463
16476
|
{
|
16464
16477
|
disabled: i.listOfFiles.length === 0 || n.maxTotalUploadSize > 0 && l.totalSize > n.maxTotalUploadSize || i.uploadInitiated
|
@@ -16471,7 +16484,7 @@ function cb(e, t, n, s, i, l) {
|
|
16471
16484
|
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
16485
|
], 10, ab),
|
16473
16486
|
o("button", {
|
16474
|
-
class:
|
16487
|
+
class: C(["button", { disabled: i.listOfFiles.length === 0 }]),
|
16475
16488
|
onClick: t[6] || (t[6] = (...f) => l.cancel && l.cancel(...f))
|
16476
16489
|
}, [
|
16477
16490
|
p(c, j(Ve(n.iconCancel)), null, 16),
|
@@ -16639,18 +16652,18 @@ const mb = /* @__PURE__ */ F(Py, [["render", cb]]), pb = {
|
|
16639
16652
|
function gb(e, t, n, s, i, l) {
|
16640
16653
|
const d = Y;
|
16641
16654
|
return a(), r("div", {
|
16642
|
-
class:
|
16655
|
+
class: C(["cmd-width-limitation-wrapper", { sticky: n.sticky }]),
|
16643
16656
|
ref: "width-limitation-wrapper"
|
16644
16657
|
}, [
|
16645
16658
|
n.useInnerSection ? (a(), r("section", {
|
16646
16659
|
key: 0,
|
16647
|
-
class:
|
16660
|
+
class: C(l.setInnerClass),
|
16648
16661
|
id: n.anchorId
|
16649
16662
|
}, [
|
16650
16663
|
n.cmdHeadline ? (a(), k(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
16651
16664
|
l.oneSlotItem() ? P(e.$slots, "default", { key: 1 }) : (a(), r("div", {
|
16652
16665
|
key: 2,
|
16653
|
-
class:
|
16666
|
+
class: C(l.setInnerClass)
|
16654
16667
|
}, [
|
16655
16668
|
P(e.$slots, "default")
|
16656
16669
|
], 2))
|
@@ -17517,14 +17530,14 @@ const wl = /* @__PURE__ */ F(Eb, [["render", Hb]]), qb = {
|
|
17517
17530
|
};
|
17518
17531
|
}
|
17519
17532
|
};
|
17520
|
-
function
|
17533
|
+
function Dv(e = !1) {
|
17521
17534
|
return e ? (/* @__PURE__ */ new Date()).toISOString() : (/* @__PURE__ */ new Date()).toISOString().split("T")[0];
|
17522
17535
|
}
|
17523
|
-
function
|
17536
|
+
function Mv() {
|
17524
17537
|
const e = /* @__PURE__ */ new Date(), t = String(e.getHours()).padStart(2, "0"), n = String(e.getMinutes()).padStart(2, "0");
|
17525
17538
|
return t + ":" + n;
|
17526
17539
|
}
|
17527
|
-
function
|
17540
|
+
function Fv(e, t = "+", n = 1) {
|
17528
17541
|
const s = new Date(e);
|
17529
17542
|
if (t === "+")
|
17530
17543
|
s.setDate(s.getDate() + n);
|
@@ -17534,7 +17547,7 @@ function Mv(e, t = "+", n = 1) {
|
|
17534
17547
|
throw new Error("function 'getDate()' received invalid operator as parameter. Use '+' to add or '-' to subtract days.");
|
17535
17548
|
return s;
|
17536
17549
|
}
|
17537
|
-
function
|
17550
|
+
function Vv(e, t = "short") {
|
17538
17551
|
const n = new Date(e), s = ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"], i = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
|
17539
17552
|
if (t === "short")
|
17540
17553
|
return s[n.getDay()];
|
@@ -17679,7 +17692,7 @@ function lx(e, t, n, s, i, l) {
|
|
17679
17692
|
var f;
|
17680
17693
|
return a(), r(_, { key: g }, [
|
17681
17694
|
o("div", {
|
17682
|
-
class:
|
17695
|
+
class: C(["cmd-mail-tool-entry flex-container box", { unread: !i.mailIsRead.has(c.id) }]),
|
17683
17696
|
title: e.getMessage("mail_tool_entry.tooltip.read_this_mail")
|
17684
17697
|
}, [
|
17685
17698
|
o("dl", Ub, [
|
@@ -17728,7 +17741,7 @@ function lx(e, t, n, s, i, l) {
|
|
17728
17741
|
title: i.mailIsRead.has(c.id) ? "Set status to unread" : "Set status to read"
|
17729
17742
|
}, [
|
17730
17743
|
o("span", {
|
17731
|
-
class:
|
17744
|
+
class: C(i.mailIsRead.has(c.id) ? "icon-visible" : "icon-not-visible")
|
17732
17745
|
}, null, 2)
|
17733
17746
|
], 8, tx),
|
17734
17747
|
o("a", {
|
@@ -17737,7 +17750,7 @@ function lx(e, t, n, s, i, l) {
|
|
17737
17750
|
title: i.expandMail.has(c.id) ? "Collapse mail content" : "Expand mail content"
|
17738
17751
|
}, [
|
17739
17752
|
o("span", {
|
17740
|
-
class:
|
17753
|
+
class: C(i.expandMail.has(c.id) ? "icon-chevron-one-stripe-up" : "icon-chevron-one-stripe-down")
|
17741
17754
|
}, null, 2)
|
17742
17755
|
], 8, nx)
|
17743
17756
|
])
|
@@ -17922,7 +17935,7 @@ function hx(e, t, n, s, i, l) {
|
|
17922
17935
|
n.linkSortAscending.text ? (a(), r("span", mx, y(n.linkSortAscending.text), 1)) : m("", !0),
|
17923
17936
|
n.linkSortAscending.iconClass ? (a(), r("span", {
|
17924
17937
|
key: 1,
|
17925
|
-
class:
|
17938
|
+
class: C(n.linkSortAscending.iconClass)
|
17926
17939
|
}, null, 2)) : m("", !0)
|
17927
17940
|
], 8, cx)) : (a(), r("a", {
|
17928
17941
|
key: 1,
|
@@ -17933,7 +17946,7 @@ function hx(e, t, n, s, i, l) {
|
|
17933
17946
|
n.linkSortDescending.text ? (a(), r("span", fx, y(n.linkSortDescending.text), 1)) : m("", !0),
|
17934
17947
|
n.linkSortDescending.iconClass ? (a(), r("span", {
|
17935
17948
|
key: 1,
|
17936
|
-
class:
|
17949
|
+
class: C(n.linkSortDescending.iconClass)
|
17937
17950
|
}, null, 2)) : m("", !0)
|
17938
17951
|
], 8, px))
|
17939
17952
|
])
|
@@ -19050,10 +19063,39 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19050
19063
|
path: "#",
|
19051
19064
|
text: "Summary"
|
19052
19065
|
}
|
19053
|
-
], nC =
|
19066
|
+
], nC = [
|
19067
|
+
{
|
19068
|
+
linkType: "router",
|
19069
|
+
path: "#",
|
19070
|
+
text: "Contact",
|
19071
|
+
tooltip: "This is a tooltip for step 1"
|
19072
|
+
},
|
19073
|
+
{
|
19074
|
+
linkType: "router",
|
19075
|
+
path: "#",
|
19076
|
+
text: "Settings"
|
19077
|
+
},
|
19078
|
+
{
|
19079
|
+
linkType: "router",
|
19080
|
+
path: "#",
|
19081
|
+
text: "Attachments"
|
19082
|
+
},
|
19083
|
+
{
|
19084
|
+
linkType: "router",
|
19085
|
+
path: "#",
|
19086
|
+
text: "Terms and Conditions"
|
19087
|
+
},
|
19088
|
+
{
|
19089
|
+
linkType: "router",
|
19090
|
+
path: "#",
|
19091
|
+
text: "Summary",
|
19092
|
+
disabled: !0
|
19093
|
+
}
|
19094
|
+
], iC = {
|
19054
19095
|
withIcon: eC,
|
19055
|
-
withoutIcon: tC
|
19056
|
-
|
19096
|
+
withoutIcon: tC,
|
19097
|
+
router: nC
|
19098
|
+
}, lC = "right", oC = !1, aC = !1, sC = [
|
19057
19099
|
{
|
19058
19100
|
type: "href",
|
19059
19101
|
text: "href 1",
|
@@ -19128,11 +19170,11 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19128
19170
|
target: "comand-website"
|
19129
19171
|
}
|
19130
19172
|
], Sl = {
|
19131
|
-
offcanvasPosition:
|
19132
|
-
stretchMainItems:
|
19133
|
-
persistOnMobile:
|
19134
|
-
navigationEntries:
|
19135
|
-
},
|
19173
|
+
offcanvasPosition: lC,
|
19174
|
+
stretchMainItems: oC,
|
19175
|
+
persistOnMobile: aC,
|
19176
|
+
navigationEntries: sC
|
19177
|
+
}, rC = [
|
19136
19178
|
{
|
19137
19179
|
day: "Mondays",
|
19138
19180
|
am: {
|
@@ -19212,7 +19254,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19212
19254
|
tillTime: "18:00"
|
19213
19255
|
}
|
19214
19256
|
}
|
19215
|
-
],
|
19257
|
+
], dC = [
|
19216
19258
|
{
|
19217
19259
|
text: "Please select",
|
19218
19260
|
value: ""
|
@@ -19229,7 +19271,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19229
19271
|
text: "Optionname 3",
|
19230
19272
|
value: "3"
|
19231
19273
|
}
|
19232
|
-
],
|
19274
|
+
], uC = [
|
19233
19275
|
{
|
19234
19276
|
image: {
|
19235
19277
|
src: {
|
@@ -19314,7 +19356,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19314
19356
|
target: null
|
19315
19357
|
}
|
19316
19358
|
}
|
19317
|
-
],
|
19359
|
+
], cC = [
|
19318
19360
|
{
|
19319
19361
|
id: 1,
|
19320
19362
|
displayValue: "Option #1",
|
@@ -19336,16 +19378,16 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19336
19378
|
iconClass: "icon-globe"
|
19337
19379
|
}
|
19338
19380
|
}
|
19339
|
-
],
|
19381
|
+
], mC = {
|
19340
19382
|
labelText: "Label for inputfield (search) with smart-search:"
|
19341
|
-
}, mC = {
|
19342
|
-
listOfRecommendations: uC,
|
19343
|
-
cmdFormElement: cC
|
19344
19383
|
}, pC = {
|
19384
|
+
listOfRecommendations: cC,
|
19385
|
+
cmdFormElement: mC
|
19386
|
+
}, fC = {
|
19345
19387
|
toggleSwitch: !0,
|
19346
19388
|
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
19389
|
required: !0
|
19348
|
-
},
|
19390
|
+
}, hC = [
|
19349
19391
|
{
|
19350
19392
|
buttonClass: "social-network-facebook",
|
19351
19393
|
path: "https://www.facebook.com/sharer/sharer.php?u=",
|
@@ -19381,10 +19423,10 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19381
19423
|
iconClass: "icon-instagram",
|
19382
19424
|
linkText: "Share"
|
19383
19425
|
}
|
19384
|
-
],
|
19385
|
-
cmdFormElement:
|
19386
|
-
networks:
|
19387
|
-
},
|
19426
|
+
], gC = {
|
19427
|
+
cmdFormElement: fC,
|
19428
|
+
networks: hC
|
19429
|
+
}, yC = [
|
19388
19430
|
{
|
19389
19431
|
text: "Tab 1",
|
19390
19432
|
headlineText: "Tab 1 Headline",
|
@@ -19406,10 +19448,10 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19406
19448
|
iconClass: "cmd:linkedin",
|
19407
19449
|
htmlContent: "<p>Content for Tab 3</p>"
|
19408
19450
|
}
|
19409
|
-
],
|
19451
|
+
], bC = {
|
19410
19452
|
show: !0,
|
19411
19453
|
text: "This is a caption for a small table"
|
19412
|
-
},
|
19454
|
+
}, xC = [
|
19413
19455
|
"Table head 1",
|
19414
19456
|
"Table head 2",
|
19415
19457
|
"Table head 3",
|
@@ -19417,7 +19459,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19417
19459
|
"Table head 5",
|
19418
19460
|
"Table head 6",
|
19419
19461
|
"Table head 7"
|
19420
|
-
],
|
19462
|
+
], CC = [
|
19421
19463
|
[
|
19422
19464
|
"Table data 1/1",
|
19423
19465
|
"Table data 1/2",
|
@@ -19472,7 +19514,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19472
19514
|
"Table data 6/6",
|
19473
19515
|
"Table data 6/7"
|
19474
19516
|
]
|
19475
|
-
],
|
19517
|
+
], vC = [
|
19476
19518
|
"Table foot 1",
|
19477
19519
|
"Table foot 2",
|
19478
19520
|
"Table foot 3",
|
@@ -19480,15 +19522,15 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19480
19522
|
"Table foot 5",
|
19481
19523
|
"Table foot 6",
|
19482
19524
|
"Table foot 7"
|
19483
|
-
],
|
19484
|
-
caption:
|
19485
|
-
thead:
|
19486
|
-
tbody:
|
19487
|
-
tfoot:
|
19488
|
-
},
|
19525
|
+
], kC = {
|
19526
|
+
caption: bC,
|
19527
|
+
thead: xC,
|
19528
|
+
tbody: CC,
|
19529
|
+
tfoot: vC
|
19530
|
+
}, wC = {
|
19489
19531
|
show: !1,
|
19490
19532
|
text: "This is a caption for a large table"
|
19491
|
-
},
|
19533
|
+
}, TC = 3, SC = 4, _C = [
|
19492
19534
|
"Table head 1",
|
19493
19535
|
"Table head 2",
|
19494
19536
|
"Table head 3",
|
@@ -19504,7 +19546,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19504
19546
|
"Table head 13",
|
19505
19547
|
"Table head 15",
|
19506
19548
|
"Table head 14"
|
19507
|
-
],
|
19549
|
+
], OC = [
|
19508
19550
|
[
|
19509
19551
|
"Table data 1/1",
|
19510
19552
|
"Table data 1/2",
|
@@ -19607,7 +19649,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19607
19649
|
"Table data 6/14",
|
19608
19650
|
"Table data 6/15"
|
19609
19651
|
]
|
19610
|
-
],
|
19652
|
+
], LC = [
|
19611
19653
|
"Table foot 1",
|
19612
19654
|
"Table foot 2",
|
19613
19655
|
"Table foot 3",
|
@@ -19623,14 +19665,14 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19623
19665
|
"Table foot 13",
|
19624
19666
|
"Table foot 14",
|
19625
19667
|
"Table foot 15"
|
19626
|
-
],
|
19627
|
-
caption:
|
19628
|
-
rowIndexHighlighted:
|
19629
|
-
columnIndexHighlighted:
|
19630
|
-
thead:
|
19631
|
-
tbody:
|
19632
|
-
tfoot:
|
19633
|
-
},
|
19668
|
+
], IC = {
|
19669
|
+
caption: wC,
|
19670
|
+
rowIndexHighlighted: TC,
|
19671
|
+
columnIndexHighlighted: SC,
|
19672
|
+
thead: _C,
|
19673
|
+
tbody: OC,
|
19674
|
+
tfoot: LC
|
19675
|
+
}, BC = [
|
19634
19676
|
{
|
19635
19677
|
image: {
|
19636
19678
|
url: "#",
|
@@ -19744,7 +19786,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19744
19786
|
textAlign: "center"
|
19745
19787
|
}
|
19746
19788
|
}
|
19747
|
-
],
|
19789
|
+
], DC = [
|
19748
19790
|
{
|
19749
19791
|
id: 1,
|
19750
19792
|
iconClass: "icon-home",
|
@@ -19786,7 +19828,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
19786
19828
|
text: "Item 8 with URL",
|
19787
19829
|
url: "http://www.comand-cms.com"
|
19788
19830
|
}
|
19789
|
-
],
|
19831
|
+
], MC = [
|
19790
19832
|
{
|
19791
19833
|
text: "Afghanistan",
|
19792
19834
|
value: "af"
|
@@ -20567,16 +20609,16 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
20567
20609
|
text: "Zimbabwe",
|
20568
20610
|
value: "zw"
|
20569
20611
|
}
|
20570
|
-
],
|
20612
|
+
], FC = "comand-component-library", VC = "4.2.43", AC = "GPL-3.0-only", PC = "CoManD-UI", EC = "module", HC = {
|
20571
20613
|
prepublishOnly: "npm run build-lib",
|
20572
20614
|
dev: "vite",
|
20573
20615
|
build: "vite build",
|
20574
20616
|
"build-lib": "vite build && gulp",
|
20575
20617
|
preview: "vite preview"
|
20576
|
-
},
|
20618
|
+
}, qC = [
|
20577
20619
|
"dist",
|
20578
20620
|
"src"
|
20579
|
-
],
|
20621
|
+
], RC = {
|
20580
20622
|
".": "./dist/comand-component-library.js",
|
20581
20623
|
"./css.js": "./src/css.js",
|
20582
20624
|
"./style.css": "./dist/style.css",
|
@@ -20586,16 +20628,16 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
20586
20628
|
"./currencies.json": "./src/assets/lists-of-data/currencies.json",
|
20587
20629
|
"./dial-codes.json": "./src/assets/lists-of-data/dial-codes.json",
|
20588
20630
|
"./us-cities.json": "./src/assets/lists-of-data/us-cities.json"
|
20589
|
-
},
|
20631
|
+
}, jC = {
|
20590
20632
|
"clickout-event": "^1.1.2",
|
20591
|
-
"comand-frontend-framework": "^4.2.
|
20633
|
+
"comand-frontend-framework": "^4.2.67",
|
20592
20634
|
"comand-ui-iconfonts": "^1.0.19",
|
20593
20635
|
"core-js": "^3.20.1",
|
20594
20636
|
prismjs: "^1.27.0",
|
20595
20637
|
vue: "^3.2.31",
|
20596
20638
|
"vue-router": "^4.0.12",
|
20597
20639
|
vuex: "^4.0.2"
|
20598
|
-
},
|
20640
|
+
}, NC = {
|
20599
20641
|
"@iconify/vue": "^4.0.0",
|
20600
20642
|
"@vitejs/plugin-vue": "^5.1.1",
|
20601
20643
|
"@vue/test-utils": "^2.0.0-0",
|
@@ -20605,19 +20647,19 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
20605
20647
|
"unplugin-vue-components": "^0.24.0",
|
20606
20648
|
vite: "^5.4.11",
|
20607
20649
|
"vue-jest": "^5.0.0-0"
|
20608
|
-
},
|
20609
|
-
name:
|
20610
|
-
version:
|
20611
|
-
license:
|
20612
|
-
author:
|
20650
|
+
}, UC = {
|
20651
|
+
name: FC,
|
20652
|
+
version: VC,
|
20653
|
+
license: AC,
|
20654
|
+
author: PC,
|
20613
20655
|
private: !1,
|
20614
|
-
type:
|
20615
|
-
scripts:
|
20616
|
-
files:
|
20617
|
-
exports:
|
20618
|
-
dependencies:
|
20619
|
-
devDependencies:
|
20620
|
-
},
|
20656
|
+
type: EC,
|
20657
|
+
scripts: HC,
|
20658
|
+
files: qC,
|
20659
|
+
exports: RC,
|
20660
|
+
dependencies: jC,
|
20661
|
+
devDependencies: NC
|
20662
|
+
}, zC = [
|
20621
20663
|
"AddressData",
|
20622
20664
|
"AdvancedFormElements",
|
20623
20665
|
"BankAccountData",
|
@@ -20664,7 +20706,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
20664
20706
|
"Tooltip",
|
20665
20707
|
"UploadForm",
|
20666
20708
|
"WidthLimitationWrapper"
|
20667
|
-
],
|
20709
|
+
], WC = {
|
20668
20710
|
data() {
|
20669
20711
|
return {
|
20670
20712
|
cmdAddressDataSettingsData: {
|
@@ -21542,9 +21584,9 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
21542
21584
|
}
|
21543
21585
|
};
|
21544
21586
|
}
|
21545
|
-
}, fi = "/media/images/content-images/landscape-medium.jpg",
|
21587
|
+
}, 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
21588
|
name: "App",
|
21547
|
-
mixins: [
|
21589
|
+
mixins: [WC],
|
21548
21590
|
components: {
|
21549
21591
|
PageOverview: wl
|
21550
21592
|
},
|
@@ -21561,7 +21603,7 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
21561
21603
|
selectedLanguage: "none",
|
21562
21604
|
fancyBoxCookieDisclaimer: !1,
|
21563
21605
|
componentNameForContainer: "CmdHeadline",
|
21564
|
-
listOfComponents:
|
21606
|
+
listOfComponents: zC,
|
21565
21607
|
activeEntry: "CmdAddressData",
|
21566
21608
|
basicFormData: {},
|
21567
21609
|
componentControls: {},
|
@@ -21706,21 +21748,21 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
21706
21748
|
switchLanguage: Zx,
|
21707
21749
|
listData: Gx,
|
21708
21750
|
listOfTagsData: Kx,
|
21709
|
-
multistepsData:
|
21751
|
+
multistepsData: iC,
|
21710
21752
|
mailToolData: $x,
|
21711
21753
|
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:
|
21754
|
+
openingHoursData: rC,
|
21755
|
+
selectOptionsData: dC,
|
21756
|
+
slideshowData: uC,
|
21757
|
+
smartSearchData: pC,
|
21758
|
+
socialNetworksData: gC,
|
21759
|
+
tableDataSmall: kC,
|
21760
|
+
tableDataLarge: IC,
|
21761
|
+
tabsData: yC,
|
21762
|
+
thumbnailScrollerImagesData: BC,
|
21763
|
+
thumbnailScrollerTextData: DC,
|
21764
|
+
allCountriesData: MC,
|
21765
|
+
packageJson: UC
|
21724
21766
|
};
|
21725
21767
|
},
|
21726
21768
|
mounted() {
|
@@ -21925,125 +21967,125 @@ const xx = /* @__PURE__ */ F(yx, [["render", bx]]), Cx = [
|
|
21925
21967
|
});
|
21926
21968
|
}
|
21927
21969
|
}
|
21928
|
-
},
|
21970
|
+
}, 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
21971
|
key: 1,
|
21930
21972
|
id: "content"
|
21931
|
-
},
|
21973
|
+
}, a1 = {
|
21932
21974
|
class: "headline-demopage",
|
21933
21975
|
id: "section-address-data"
|
21934
|
-
},
|
21976
|
+
}, 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
21977
|
class: "inline",
|
21936
21978
|
for: "range-value"
|
21937
|
-
},
|
21979
|
+
}, 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
21980
|
class: "headline-demopage",
|
21939
21981
|
id: "section-input-group"
|
21940
|
-
},
|
21982
|
+
}, V1 = { class: "flex-container" }, A1 = { class: "button-wrapper flex-none" }, P1 = ["disabled"], E1 = {
|
21941
21983
|
class: "headline-demopage",
|
21942
21984
|
id: "section-bank-account-data"
|
21943
|
-
},
|
21985
|
+
}, H1 = {
|
21944
21986
|
class: "headline-demopage",
|
21945
21987
|
id: "section-basic-form"
|
21946
|
-
},
|
21988
|
+
}, q1 = { class: "headline-demopage" }, R1 = { class: "navigation" }, j1 = { class: "grid-container-create-columns" }, N1 = {
|
21947
21989
|
class: "headline-demopage",
|
21948
21990
|
id: "section-breadcrumbs"
|
21949
|
-
},
|
21991
|
+
}, U1 = {
|
21950
21992
|
class: "headline-demopage",
|
21951
21993
|
id: "section-company-logo"
|
21952
|
-
},
|
21994
|
+
}, z1 = {
|
21953
21995
|
class: "headline-demopage",
|
21954
21996
|
id: "section-container"
|
21955
|
-
},
|
21997
|
+
}, W1 = {
|
21956
21998
|
class: "headline-demopage",
|
21957
21999
|
id: "section-headlines"
|
21958
|
-
},
|
22000
|
+
}, G1 = {
|
21959
22001
|
class: "headline-demopage",
|
21960
22002
|
id: "section-image"
|
21961
|
-
},
|
22003
|
+
}, K1 = { class: "flex-container" }, Y1 = {
|
21962
22004
|
class: "headline-demopage",
|
21963
22005
|
id: "section-image-gallery"
|
21964
|
-
},
|
22006
|
+
}, J1 = {
|
21965
22007
|
class: "headline-demopage",
|
21966
22008
|
id: "section-link"
|
21967
|
-
},
|
22009
|
+
}, Z1 = { class: "output" }, Q1 = {
|
21968
22010
|
class: "headline-demopage",
|
21969
22011
|
id: "section-list"
|
21970
|
-
},
|
22012
|
+
}, X1 = { class: "output" }, $1 = {
|
21971
22013
|
class: "headline-demopage",
|
21972
22014
|
id: "section-login-form"
|
21973
|
-
},
|
22015
|
+
}, ev = {
|
21974
22016
|
class: "headline-demopage",
|
21975
22017
|
id: "section-main-navigation"
|
21976
|
-
},
|
22018
|
+
}, tv = {
|
21977
22019
|
class: "headline-demopage",
|
21978
22020
|
id: "section-multistep-form-progress-bar"
|
21979
|
-
},
|
22021
|
+
}, nv = {
|
21980
22022
|
class: "headline-demopage",
|
21981
22023
|
id: "section-newsletter-subscription"
|
21982
|
-
},
|
22024
|
+
}, iv = {
|
21983
22025
|
class: "headline-demopage",
|
21984
22026
|
id: "section-opening-hours"
|
21985
|
-
},
|
22027
|
+
}, lv = {
|
21986
22028
|
class: "headline-demopage",
|
21987
22029
|
id: "section-page-footer"
|
21988
|
-
},
|
22030
|
+
}, ov = {
|
21989
22031
|
class: "headline-demopage",
|
21990
22032
|
id: "section-page-header"
|
21991
|
-
},
|
22033
|
+
}, av = {
|
21992
22034
|
class: "headline-demopage",
|
21993
22035
|
id: "section-pagination"
|
21994
|
-
},
|
22036
|
+
}, sv = {
|
21995
22037
|
class: "headline-demopage",
|
21996
22038
|
id: "section-section"
|
21997
|
-
},
|
22039
|
+
}, rv = {
|
21998
22040
|
class: "headline-demopage",
|
21999
22041
|
id: "section-site-header"
|
22000
|
-
},
|
22042
|
+
}, dv = {
|
22001
22043
|
class: "headline-demopage",
|
22002
22044
|
id: "section-site-search"
|
22003
|
-
},
|
22045
|
+
}, uv = {
|
22004
22046
|
class: "headline-demopage",
|
22005
22047
|
id: "section-slideshow"
|
22006
|
-
},
|
22048
|
+
}, cv = {
|
22007
22049
|
class: "headline-demopage",
|
22008
22050
|
id: "section-social-networks"
|
22009
|
-
},
|
22051
|
+
}, mv = {
|
22010
22052
|
class: "headline-demopage",
|
22011
22053
|
id: "section-system-message"
|
22012
|
-
},
|
22054
|
+
}, pv = {
|
22013
22055
|
class: "headline-demopage",
|
22014
22056
|
id: "section-tables"
|
22015
|
-
},
|
22057
|
+
}, fv = {
|
22016
22058
|
class: "headline-demopage",
|
22017
22059
|
id: "section-tabs"
|
22018
|
-
},
|
22060
|
+
}, hv = {
|
22019
22061
|
class: "headline-demopage",
|
22020
22062
|
id: "section-text-image-block"
|
22021
|
-
},
|
22063
|
+
}, gv = { class: "flex-container" }, yv = {
|
22022
22064
|
class: "headline-demopage",
|
22023
22065
|
id: "section-thumbnail-scroller"
|
22024
|
-
},
|
22066
|
+
}, bv = { class: "inline-size" }, xv = {
|
22025
22067
|
class: "headline-demopage",
|
22026
22068
|
id: "section-toggle-dark-mode"
|
22027
|
-
},
|
22069
|
+
}, Cv = {
|
22028
22070
|
class: "headline-demopage",
|
22029
22071
|
id: "section-tooltip"
|
22030
|
-
},
|
22072
|
+
}, vv = {
|
22031
22073
|
class: "headline-demopage",
|
22032
22074
|
id: "section-upload-form"
|
22033
|
-
},
|
22075
|
+
}, kv = {
|
22034
22076
|
class: "headline-demopage",
|
22035
22077
|
id: "section-width-limitation-wrapper"
|
22036
|
-
},
|
22078
|
+
}, wv = {
|
22037
22079
|
key: 2,
|
22038
22080
|
id: "content"
|
22039
22081
|
};
|
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"),
|
22082
|
+
function Tv(e, t, n, s, i, l) {
|
22083
|
+
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
22084
|
return $((a(), r("div", {
|
22043
22085
|
class: "page-wrapper",
|
22044
22086
|
id: l.templateId
|
22045
22087
|
}, [
|
22046
|
-
t[
|
22088
|
+
t[302] || (t[302] = o("a", { id: "anchor-back-to-top" }, null, -1)),
|
22047
22089
|
i.showLeftSidebar ? (a(), k(c, {
|
22048
22090
|
key: 0,
|
22049
22091
|
cmdHeadline: { headlineText: "Site Settings", headlineLevel: 3, textAlign: "center" },
|
@@ -22058,21 +22100,21 @@ function wv(e, t, n, s, i, l) {
|
|
22058
22100
|
openBoxesByDefault: i.openBoxes,
|
22059
22101
|
useGap: !1
|
22060
22102
|
}, {
|
22061
|
-
default: w((
|
22103
|
+
default: w((x) => [
|
22062
22104
|
p(d, {
|
22063
22105
|
"use-slots": ["body"],
|
22064
22106
|
collapsible: !0,
|
22065
22107
|
cmdHeadline: { headlineText: "Template Settings", headlineLevel: 4, cmdIcon: { iconClass: "icon-settings-template" } },
|
22066
|
-
openCollapsedBox:
|
22067
|
-
onToggleCollapse: (z) =>
|
22108
|
+
openCollapsedBox: x.boxIsOpen(0),
|
22109
|
+
onToggleCollapse: (z) => x.boxToggled(0, z)
|
22068
22110
|
}, {
|
22069
22111
|
body: w(() => [
|
22070
|
-
o("label",
|
22071
|
-
t[
|
22112
|
+
o("label", QC, [
|
22113
|
+
t[128] || (t[128] = o("span", null, "Select template", -1)),
|
22072
22114
|
$(o("select", {
|
22073
22115
|
id: "select-template",
|
22074
22116
|
"onUpdate:modelValue": t[0] || (t[0] = (z) => i.selectedTemplate = z)
|
22075
|
-
}, t[
|
22117
|
+
}, t[127] || (t[127] = [
|
22076
22118
|
o("option", { value: "blank" }, "Blank/Unstyled", -1),
|
22077
22119
|
o("option", { value: "business" }, "Business", -1),
|
22078
22120
|
o("option", { value: "casual" }, "Casual", -1),
|
@@ -22083,9 +22125,9 @@ function wv(e, t, n, s, i, l) {
|
|
22083
22125
|
])
|
22084
22126
|
]),
|
22085
22127
|
o("div", null, [
|
22086
|
-
t[
|
22087
|
-
o("div",
|
22088
|
-
o("label",
|
22128
|
+
t[132] || (t[132] = o("span", null, "Color Scheme", -1)),
|
22129
|
+
o("div", XC, [
|
22130
|
+
o("label", $C, [
|
22089
22131
|
$(o("input", {
|
22090
22132
|
type: "radio",
|
22091
22133
|
id: "default-color-scheme",
|
@@ -22095,9 +22137,9 @@ function wv(e, t, n, s, i, l) {
|
|
22095
22137
|
}, null, 512), [
|
22096
22138
|
[Pt, i.colorScheme]
|
22097
22139
|
]),
|
22098
|
-
t[
|
22140
|
+
t[129] || (t[129] = o("span", { class: "label-text" }, "Color-Scheme by Browser/OS", -1))
|
22099
22141
|
]),
|
22100
|
-
o("label",
|
22142
|
+
o("label", e1, [
|
22101
22143
|
$(o("input", {
|
22102
22144
|
type: "radio",
|
22103
22145
|
id: "light-mode",
|
@@ -22107,9 +22149,9 @@ function wv(e, t, n, s, i, l) {
|
|
22107
22149
|
}, null, 512), [
|
22108
22150
|
[Pt, i.colorScheme]
|
22109
22151
|
]),
|
22110
|
-
t[
|
22152
|
+
t[130] || (t[130] = o("span", { class: "label-text" }, "Light Mode", -1))
|
22111
22153
|
]),
|
22112
|
-
o("label",
|
22154
|
+
o("label", t1, [
|
22113
22155
|
$(o("input", {
|
22114
22156
|
type: "radio",
|
22115
22157
|
id: "dark-mode",
|
@@ -22119,7 +22161,7 @@ function wv(e, t, n, s, i, l) {
|
|
22119
22161
|
}, null, 512), [
|
22120
22162
|
[Pt, i.colorScheme]
|
22121
22163
|
]),
|
22122
|
-
t[
|
22164
|
+
t[131] || (t[131] = o("span", { class: "label-text" }, "Dark Mode", -1))
|
22123
22165
|
])
|
22124
22166
|
])
|
22125
22167
|
])
|
@@ -22130,21 +22172,21 @@ function wv(e, t, n, s, i, l) {
|
|
22130
22172
|
"use-slots": ["body"],
|
22131
22173
|
collapsible: !0,
|
22132
22174
|
cmdHeadline: { headlineText: "Components", headlineLevel: 4, cmdIcon: { iconClass: "icon-settings-component" } },
|
22133
|
-
openCollapsedBox:
|
22134
|
-
onToggleCollapse: (z) =>
|
22175
|
+
openCollapsedBox: x.boxIsOpen(1),
|
22176
|
+
onToggleCollapse: (z) => x.boxToggled(1, z),
|
22135
22177
|
id: "list-of-components"
|
22136
22178
|
}, {
|
22137
22179
|
body: w(() => [
|
22138
22180
|
o("ul", null, [
|
22139
22181
|
(a(!0), r(_, null, q(i.listOfComponents, (z, Se) => (a(), r("li", {
|
22140
22182
|
key: Se,
|
22141
|
-
class:
|
22183
|
+
class: C({ active: i.activeEntry === "Cmd" + z })
|
22142
22184
|
}, [
|
22143
22185
|
o("a", {
|
22144
22186
|
href: l.sectionName(z),
|
22145
22187
|
onClick: (Ne) => l.updateSettingsSidebar(l.componentNameWithPrefix(z)),
|
22146
22188
|
title: "Go to component"
|
22147
|
-
}, y(l.readableComponentName(z)), 9,
|
22189
|
+
}, y(l.readableComponentName(z)), 9, n1)
|
22148
22190
|
], 2))), 128))
|
22149
22191
|
])
|
22150
22192
|
]),
|
@@ -22154,8 +22196,8 @@ function wv(e, t, n, s, i, l) {
|
|
22154
22196
|
"use-slots": ["body"],
|
22155
22197
|
collapsible: !0,
|
22156
22198
|
cmdHeadline: { headlineText: "Page-Templates", headlineLevel: 4, cmdIcon: { iconClass: "icon-file-settings" } },
|
22157
|
-
openCollapsedBox:
|
22158
|
-
onToggleCollapse: (z) =>
|
22199
|
+
openCollapsedBox: x.boxIsOpen(2),
|
22200
|
+
onToggleCollapse: (z) => x.boxToggled(2, z)
|
22159
22201
|
}, {
|
22160
22202
|
body: w(() => [
|
22161
22203
|
o("ul", null, [
|
@@ -22166,7 +22208,7 @@ function wv(e, t, n, s, i, l) {
|
|
22166
22208
|
}, " Contact Information ")
|
22167
22209
|
]),
|
22168
22210
|
o("li", null, [
|
22169
|
-
t[
|
22211
|
+
t[133] || (t[133] = H(" Multiple Lists Of Links ")),
|
22170
22212
|
o("ul", null, [
|
22171
22213
|
o("li", null, [
|
22172
22214
|
o("a", {
|
@@ -22183,7 +22225,7 @@ function wv(e, t, n, s, i, l) {
|
|
22183
22225
|
])
|
22184
22226
|
]),
|
22185
22227
|
o("li", null, [
|
22186
|
-
t[
|
22228
|
+
t[134] || (t[134] = H(" Multiple Box Wrapper ")),
|
22187
22229
|
o("ul", null, [
|
22188
22230
|
o("li", null, [
|
22189
22231
|
o("a", {
|
@@ -22206,43 +22248,43 @@ function wv(e, t, n, s, i, l) {
|
|
22206
22248
|
]),
|
22207
22249
|
_: 1
|
22208
22250
|
}, 8, ["openBoxesByDefault"]),
|
22209
|
-
o("dl",
|
22210
|
-
t[
|
22251
|
+
o("dl", i1, [
|
22252
|
+
t[135] || (t[135] = o("dt", null, "Frontend-Framework Version:", -1)),
|
22211
22253
|
o("dd", null, y(i.packageJson.dependencies["comand-frontend-framework"].replace("^", "")), 1),
|
22212
|
-
t[
|
22254
|
+
t[136] || (t[136] = o("dt", null, "Component-Library Version:", -1)),
|
22213
22255
|
o("dd", null, y(i.packageJson.version), 1)
|
22214
22256
|
])
|
22215
22257
|
]),
|
22216
22258
|
closed: w(() => [
|
22217
|
-
o("div",
|
22259
|
+
o("div", l1, [
|
22218
22260
|
o("a", {
|
22219
22261
|
href: "#",
|
22220
22262
|
class: "button primary",
|
22221
22263
|
title: "Open Template Selection",
|
22222
|
-
onClick: t[9] || (t[9] = S((
|
22223
|
-
}, t[
|
22264
|
+
onClick: t[9] || (t[9] = S((x) => l.openBox(0), ["prevent"]))
|
22265
|
+
}, t[137] || (t[137] = [
|
22224
22266
|
o("span", { class: "icon-settings-template" }, null, -1)
|
22225
22267
|
])),
|
22226
22268
|
o("a", {
|
22227
22269
|
href: "#",
|
22228
22270
|
class: "button primary",
|
22229
22271
|
title: "Open Components Overview",
|
22230
|
-
onClick: t[10] || (t[10] = S((
|
22231
|
-
}, t[
|
22272
|
+
onClick: t[10] || (t[10] = S((x) => l.openBox(1), ["prevent"]))
|
22273
|
+
}, t[138] || (t[138] = [
|
22232
22274
|
o("span", { class: "icon-settings-component" }, null, -1)
|
22233
22275
|
])),
|
22234
22276
|
o("a", {
|
22235
22277
|
href: "#",
|
22236
22278
|
class: "button primary",
|
22237
22279
|
title: "Open Page-Templates",
|
22238
|
-
onClick: t[11] || (t[11] = S((
|
22239
|
-
}, t[
|
22280
|
+
onClick: t[11] || (t[11] = S((x) => l.openBox(2), ["prevent"]))
|
22281
|
+
}, t[139] || (t[139] = [
|
22240
22282
|
o("span", { class: "icon-file-settings" }, null, -1)
|
22241
22283
|
])),
|
22242
22284
|
o("a", {
|
22243
22285
|
href: "#",
|
22244
|
-
onClick: t[12] || (t[12] = S((
|
22245
|
-
}, t[
|
22286
|
+
onClick: t[12] || (t[12] = S((x) => i.showLeftSidebar = !1, ["prevent"]))
|
22287
|
+
}, t[140] || (t[140] = [
|
22246
22288
|
o("span", null, "Hide sidebar", -1)
|
22247
22289
|
]))
|
22248
22290
|
])
|
@@ -22262,25 +22304,25 @@ function wv(e, t, n, s, i, l) {
|
|
22262
22304
|
]),
|
22263
22305
|
_: 1
|
22264
22306
|
}),
|
22265
|
-
i.componentView ? (a(), r("main",
|
22307
|
+
i.componentView ? (a(), r("main", o1, [
|
22266
22308
|
p(v, null, {
|
22267
|
-
default: w(() => t[
|
22309
|
+
default: w(() => t[141] || (t[141] = [
|
22268
22310
|
o("h1", { class: "headline-demopage" }, "Components Overview", -1)
|
22269
22311
|
])),
|
22270
22312
|
_: 1
|
22271
22313
|
}),
|
22272
22314
|
p(v, null, {
|
22273
22315
|
default: w(() => [
|
22274
|
-
o("h2",
|
22275
|
-
t[
|
22316
|
+
o("h2", a1, [
|
22317
|
+
t[142] || (t[142] = o("span", null, "Address Data", -1)),
|
22276
22318
|
o("a", {
|
22277
22319
|
href: "#",
|
22278
22320
|
class: "button small icon-cog",
|
22279
22321
|
title: "Open Component Settings",
|
22280
|
-
onClick: t[13] || (t[13] = S((
|
22322
|
+
onClick: t[13] || (t[13] = S((x) => l.openSettingsSidebar("CmdAddressData"), ["prevent"]))
|
22281
22323
|
})
|
22282
22324
|
]),
|
22283
|
-
o("div",
|
22325
|
+
o("div", s1, [
|
22284
22326
|
p(b, I({
|
22285
22327
|
ref: "CmdAddressData",
|
22286
22328
|
addressData: i.addressData
|
@@ -22291,60 +22333,60 @@ function wv(e, t, n, s, i, l) {
|
|
22291
22333
|
}),
|
22292
22334
|
p(v, null, {
|
22293
22335
|
default: w(() => [
|
22294
|
-
t[
|
22336
|
+
t[182] || (t[182] = o("h2", {
|
22295
22337
|
class: "headline-demopage",
|
22296
22338
|
id: "section-advanced-form-elements"
|
22297
22339
|
}, "Advanced Form Elements", -1)),
|
22298
|
-
t[
|
22340
|
+
t[183] || (t[183] = o("h3", null, [
|
22299
22341
|
o("span", null, "Form elements status:")
|
22300
22342
|
], -1)),
|
22301
|
-
o("div",
|
22302
|
-
o("ul",
|
22343
|
+
o("div", r1, [
|
22344
|
+
o("ul", d1, [
|
22303
22345
|
o("li", null, [
|
22304
22346
|
o("a", {
|
22305
22347
|
href: "#",
|
22306
|
-
onClick: t[14] || (t[14] = S((
|
22307
|
-
class:
|
22348
|
+
onClick: t[14] || (t[14] = S((x) => l.setStatus("", !1), ["prevent"])),
|
22349
|
+
class: C({ active: i.validationStatus === "" && i.disabledStatus === !1 }),
|
22308
22350
|
id: "status-default"
|
22309
22351
|
}, " Default ", 2)
|
22310
22352
|
]),
|
22311
|
-
o("li",
|
22353
|
+
o("li", u1, [
|
22312
22354
|
o("a", {
|
22313
22355
|
href: "#",
|
22314
|
-
onClick: t[15] || (t[15] = S((
|
22315
|
-
class:
|
22356
|
+
onClick: t[15] || (t[15] = S((x) => l.setStatus("error", !1), ["prevent"])),
|
22357
|
+
class: C({ active: i.validationStatus === "error" }),
|
22316
22358
|
id: "status-error"
|
22317
22359
|
}, " Error ", 2)
|
22318
22360
|
]),
|
22319
22361
|
o("li", null, [
|
22320
22362
|
o("a", {
|
22321
22363
|
href: "#",
|
22322
|
-
onClick: t[16] || (t[16] = S((
|
22323
|
-
class:
|
22364
|
+
onClick: t[16] || (t[16] = S((x) => l.setStatus("warning", !1), ["prevent"])),
|
22365
|
+
class: C({ active: i.validationStatus === "warning" }),
|
22324
22366
|
id: "status-warning"
|
22325
22367
|
}, " Warning ", 2)
|
22326
22368
|
]),
|
22327
22369
|
o("li", null, [
|
22328
22370
|
o("a", {
|
22329
22371
|
href: "#",
|
22330
|
-
onClick: t[17] || (t[17] = S((
|
22331
|
-
class:
|
22372
|
+
onClick: t[17] || (t[17] = S((x) => l.setStatus("success", !1), ["prevent"])),
|
22373
|
+
class: C({ active: i.validationStatus === "success" }),
|
22332
22374
|
id: "status-success"
|
22333
22375
|
}, " Success ", 2)
|
22334
22376
|
]),
|
22335
22377
|
o("li", null, [
|
22336
22378
|
o("a", {
|
22337
22379
|
href: "#",
|
22338
|
-
onClick: t[18] || (t[18] = S((
|
22339
|
-
class:
|
22380
|
+
onClick: t[18] || (t[18] = S((x) => l.setStatus("info", !1), ["prevent"])),
|
22381
|
+
class: C({ active: i.validationStatus === "info" }),
|
22340
22382
|
id: "status-info"
|
22341
22383
|
}, " Info ", 2)
|
22342
22384
|
]),
|
22343
22385
|
o("li", null, [
|
22344
22386
|
o("a", {
|
22345
22387
|
href: "#",
|
22346
|
-
onClick: t[19] || (t[19] = S((
|
22347
|
-
class:
|
22388
|
+
onClick: t[19] || (t[19] = S((x) => l.setStatus("", !0), ["prevent"])),
|
22389
|
+
class: C({ active: i.disabledStatus === !0 }),
|
22348
22390
|
id: "status-disabled"
|
22349
22391
|
}, " Disabled ", 2)
|
22350
22392
|
])
|
@@ -22352,7 +22394,7 @@ function wv(e, t, n, s, i, l) {
|
|
22352
22394
|
]),
|
22353
22395
|
p(O, {
|
22354
22396
|
modelValue: i.fakeSelectFilters,
|
22355
|
-
"onUpdate:modelValue": t[20] || (t[20] = (
|
22397
|
+
"onUpdate:modelValue": t[20] || (t[20] = (x) => i.fakeSelectFilters = x),
|
22356
22398
|
selectedOptionsName: l.getOptionName
|
22357
22399
|
}, null, 8, ["modelValue", "selectedOptionsName"]),
|
22358
22400
|
p(U, {
|
@@ -22361,22 +22403,22 @@ function wv(e, t, n, s, i, l) {
|
|
22361
22403
|
novalidate: "novalidate"
|
22362
22404
|
}, {
|
22363
22405
|
default: w(() => [
|
22364
|
-
o("fieldset",
|
22365
|
-
t[
|
22366
|
-
o("h2",
|
22367
|
-
t[
|
22406
|
+
o("fieldset", c1, [
|
22407
|
+
t[162] || (t[162] = o("legend", null, "Legend", -1)),
|
22408
|
+
o("h2", m1, [
|
22409
|
+
t[143] || (t[143] = o("span", null, "Form Element-Component", -1)),
|
22368
22410
|
o("a", {
|
22369
22411
|
href: "#",
|
22370
22412
|
class: "button small icon-cog",
|
22371
22413
|
title: "Open Component Settings",
|
22372
|
-
onClick: t[21] || (t[21] = S((
|
22414
|
+
onClick: t[21] || (t[21] = S((x) => l.openSettingsSidebar("CmdFormElement"), ["prevent"]))
|
22373
22415
|
})
|
22374
22416
|
]),
|
22375
22417
|
p(T, I({ ref: "CmdFormElement" }, e.cmdFormElementSettingsData, {
|
22376
22418
|
status: i.validationStatus,
|
22377
22419
|
disabled: i.disabledStatus
|
22378
22420
|
}), null, 16, ["status", "disabled"]),
|
22379
|
-
o("div",
|
22421
|
+
o("div", p1, [
|
22380
22422
|
p(T, {
|
22381
22423
|
labelText: "Input for datalist:",
|
22382
22424
|
element: "input",
|
@@ -22388,7 +22430,7 @@ function wv(e, t, n, s, i, l) {
|
|
22388
22430
|
tooltipText: "This is a tooltip"
|
22389
22431
|
}, null, 8, ["status", "disabled", "datalist"])
|
22390
22432
|
]),
|
22391
|
-
o("div",
|
22433
|
+
o("div", f1, [
|
22392
22434
|
p(T, I({
|
22393
22435
|
labelText: "Input (type search (without search-button)):",
|
22394
22436
|
element: "input",
|
@@ -22410,8 +22452,8 @@ function wv(e, t, n, s, i, l) {
|
|
22410
22452
|
tooltipText: "This is a tooltip"
|
22411
22453
|
}, { useCustomTooltip: !1 }), null, 16, ["status", "disabled"])
|
22412
22454
|
]),
|
22413
|
-
t[
|
22414
|
-
o("div",
|
22455
|
+
t[163] || (t[163] = o("h3", null, "Inputfields in Columns", -1)),
|
22456
|
+
o("div", h1, [
|
22415
22457
|
p(T, {
|
22416
22458
|
element: "input",
|
22417
22459
|
type: "text",
|
@@ -22419,12 +22461,12 @@ function wv(e, t, n, s, i, l) {
|
|
22419
22461
|
id: "inputfield1",
|
22420
22462
|
placeholder: "This is placeholder text",
|
22421
22463
|
modelValue: i.inputField1,
|
22422
|
-
"onUpdate:modelValue": t[22] || (t[22] = (
|
22464
|
+
"onUpdate:modelValue": t[22] || (t[22] = (x) => i.inputField1 = x),
|
22423
22465
|
tooltipText: "This is a tooltip!",
|
22424
22466
|
status: i.validationStatus,
|
22425
22467
|
disabled: i.disabledStatus
|
22426
22468
|
}, {
|
22427
|
-
labeltext: w(() => t[
|
22469
|
+
labeltext: w(() => t[144] || (t[144] = [
|
22428
22470
|
o("span", { innerHTML: "Label with <a href='#'>Link</a> given by slot" }, null, -1)
|
22429
22471
|
])),
|
22430
22472
|
_: 1
|
@@ -22438,7 +22480,7 @@ function wv(e, t, n, s, i, l) {
|
|
22438
22480
|
id: "inputfield-required",
|
22439
22481
|
placeholder: "This is placeholder text",
|
22440
22482
|
modelValue: i.inputFieldRequired,
|
22441
|
-
"onUpdate:modelValue": t[23] || (t[23] = (
|
22483
|
+
"onUpdate:modelValue": t[23] || (t[23] = (x) => i.inputFieldRequired = x),
|
22442
22484
|
tooltipText: "This is a tooltip!",
|
22443
22485
|
status: i.validationStatus,
|
22444
22486
|
disabled: i.disabledStatus
|
@@ -22451,13 +22493,13 @@ function wv(e, t, n, s, i, l) {
|
|
22451
22493
|
placeholder: "This is placeholder text",
|
22452
22494
|
pattern: "/\\d/",
|
22453
22495
|
modelValue: i.inputFieldPattern,
|
22454
|
-
"onUpdate:modelValue": t[24] || (t[24] = (
|
22496
|
+
"onUpdate:modelValue": t[24] || (t[24] = (x) => i.inputFieldPattern = x),
|
22455
22497
|
tooltipText: "This is a tooltip!",
|
22456
22498
|
status: i.validationStatus,
|
22457
22499
|
disabled: i.disabledStatus
|
22458
22500
|
}, null, 8, ["modelValue", "status", "disabled"])
|
22459
22501
|
]),
|
22460
|
-
o("div",
|
22502
|
+
o("div", g1, [
|
22461
22503
|
p(T, {
|
22462
22504
|
labelText: "Label for emailfield (with icon):",
|
22463
22505
|
element: "input",
|
@@ -22468,7 +22510,7 @@ function wv(e, t, n, s, i, l) {
|
|
22468
22510
|
tooltipText: "This is a tooltip!",
|
22469
22511
|
maxlength: "100",
|
22470
22512
|
modelValue: i.inputMail,
|
22471
|
-
"onUpdate:modelValue": t[25] || (t[25] = (
|
22513
|
+
"onUpdate:modelValue": t[25] || (t[25] = (x) => i.inputMail = x),
|
22472
22514
|
status: i.validationStatus,
|
22473
22515
|
disabled: i.disabledStatus,
|
22474
22516
|
required: !0
|
@@ -22483,7 +22525,7 @@ function wv(e, t, n, s, i, l) {
|
|
22483
22525
|
tooltipText: "This is a tooltip!",
|
22484
22526
|
maxlength: "100",
|
22485
22527
|
modelValue: i.inputUsername,
|
22486
|
-
"onUpdate:modelValue": t[26] || (t[26] = (
|
22528
|
+
"onUpdate:modelValue": t[26] || (t[26] = (x) => i.inputUsername = x),
|
22487
22529
|
status: i.validationStatus,
|
22488
22530
|
disabled: i.disabledStatus
|
22489
22531
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
@@ -22499,7 +22541,7 @@ function wv(e, t, n, s, i, l) {
|
|
22499
22541
|
tooltipText: "This is a tooltip!",
|
22500
22542
|
customRequirements: i.customRequirements,
|
22501
22543
|
modelValue: i.inputPassword,
|
22502
|
-
"onUpdate:modelValue": t[27] || (t[27] = (
|
22544
|
+
"onUpdate:modelValue": t[27] || (t[27] = (x) => i.inputPassword = x),
|
22503
22545
|
status: i.validationStatus,
|
22504
22546
|
disabled: i.disabledStatus
|
22505
22547
|
}, null, 8, ["customRequirements", "modelValue", "status", "disabled"])
|
@@ -22515,7 +22557,7 @@ function wv(e, t, n, s, i, l) {
|
|
22515
22557
|
max: "9",
|
22516
22558
|
style: { width: "4rem" },
|
22517
22559
|
modelValue: i.inputNumber,
|
22518
|
-
"onUpdate:modelValue": t[28] || (t[28] = (
|
22560
|
+
"onUpdate:modelValue": t[28] || (t[28] = (x) => i.inputNumber = x),
|
22519
22561
|
customRequirements: [i.customRequirements[2]],
|
22520
22562
|
status: i.validationStatus,
|
22521
22563
|
disabled: i.disabledStatus
|
@@ -22530,7 +22572,7 @@ function wv(e, t, n, s, i, l) {
|
|
22530
22572
|
min: "0",
|
22531
22573
|
max: "9",
|
22532
22574
|
modelValue: i.inputNumber,
|
22533
|
-
"onUpdate:modelValue": t[29] || (t[29] = (
|
22575
|
+
"onUpdate:modelValue": t[29] || (t[29] = (x) => i.inputNumber = x),
|
22534
22576
|
customRequirements: [i.customRequirements[2]],
|
22535
22577
|
status: i.validationStatus,
|
22536
22578
|
disabled: i.disabledStatus
|
@@ -22542,12 +22584,12 @@ function wv(e, t, n, s, i, l) {
|
|
22542
22584
|
type: "date",
|
22543
22585
|
id: "inputfield-date",
|
22544
22586
|
modelValue: i.inputDate,
|
22545
|
-
"onUpdate:modelValue": t[30] || (t[30] = (
|
22587
|
+
"onUpdate:modelValue": t[30] || (t[30] = (x) => i.inputDate = x),
|
22546
22588
|
status: i.validationStatus,
|
22547
22589
|
disabled: i.disabledStatus
|
22548
22590
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
22549
|
-
t[
|
22550
|
-
o("div",
|
22591
|
+
t[164] || (t[164] = o("h3", null, "Searchfields", -1)),
|
22592
|
+
o("div", y1, [
|
22551
22593
|
p(T, {
|
22552
22594
|
element: "input",
|
22553
22595
|
labelText: "Label for inputfield (search) without search-button:",
|
@@ -22555,7 +22597,7 @@ function wv(e, t, n, s, i, l) {
|
|
22555
22597
|
id: "inputfield-search-without-searchbutton",
|
22556
22598
|
placeholder: "Keyword(s)",
|
22557
22599
|
modelValue: i.inputSearch,
|
22558
|
-
"onUpdate:modelValue": t[31] || (t[31] = (
|
22600
|
+
"onUpdate:modelValue": t[31] || (t[31] = (x) => i.inputSearch = x),
|
22559
22601
|
showSearchButton: !1,
|
22560
22602
|
status: i.validationStatus,
|
22561
22603
|
disabled: i.disabledStatus
|
@@ -22567,7 +22609,7 @@ function wv(e, t, n, s, i, l) {
|
|
22567
22609
|
id: "inputfield-search-with-searchbutton",
|
22568
22610
|
placeholder: "Keyword(s)",
|
22569
22611
|
modelValue: i.inputSearch,
|
22570
|
-
"onUpdate:modelValue": t[32] || (t[32] = (
|
22612
|
+
"onUpdate:modelValue": t[32] || (t[32] = (x) => i.inputSearch = x),
|
22571
22613
|
status: i.validationStatus,
|
22572
22614
|
disabled: i.disabledStatus
|
22573
22615
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
@@ -22576,7 +22618,7 @@ function wv(e, t, n, s, i, l) {
|
|
22576
22618
|
cmdFormElement: i.smartSearchData.cmdFormElement,
|
22577
22619
|
openListToTop: !0,
|
22578
22620
|
modelValue: i.smartSearchObject,
|
22579
|
-
"onUpdate:modelValue": t[33] || (t[33] = (
|
22621
|
+
"onUpdate:modelValue": t[33] || (t[33] = (x) => i.smartSearchObject = x),
|
22580
22622
|
disabled: i.disabledStatus
|
22581
22623
|
}, null, 8, ["listOfRecommendations", "cmdFormElement", "modelValue", "disabled"]),
|
22582
22624
|
p(M, {
|
@@ -22584,11 +22626,11 @@ function wv(e, t, n, s, i, l) {
|
|
22584
22626
|
cmdFormElement: i.smartSearchData.cmdFormElement,
|
22585
22627
|
openListToTop: !0,
|
22586
22628
|
modelValue: i.smartSearchString,
|
22587
|
-
"onUpdate:modelValue": t[34] || (t[34] = (
|
22629
|
+
"onUpdate:modelValue": t[34] || (t[34] = (x) => i.smartSearchString = x),
|
22588
22630
|
disabled: i.disabledStatus
|
22589
22631
|
}, null, 8, ["listOfRecommendations", "cmdFormElement", "modelValue", "disabled"])
|
22590
22632
|
]),
|
22591
|
-
t[
|
22633
|
+
t[165] || (t[165] = o("h3", null, "Textarea", -1)),
|
22592
22634
|
p(T, {
|
22593
22635
|
element: "textarea",
|
22594
22636
|
labelText: "Label for textarea:",
|
@@ -22598,25 +22640,25 @@ function wv(e, t, n, s, i, l) {
|
|
22598
22640
|
placeholder: "Type in your message",
|
22599
22641
|
required: !0,
|
22600
22642
|
modelValue: i.textarea,
|
22601
|
-
"onUpdate:modelValue": t[35] || (t[35] = (
|
22643
|
+
"onUpdate:modelValue": t[35] || (t[35] = (x) => i.textarea = x),
|
22602
22644
|
status: i.validationStatus,
|
22603
22645
|
disabled: i.disabledStatus
|
22604
22646
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
22605
|
-
t[
|
22606
|
-
o("h3",
|
22607
|
-
t[
|
22647
|
+
t[166] || (t[166] = o("hr", null, null, -1)),
|
22648
|
+
o("h3", b1, [
|
22649
|
+
t[145] || (t[145] = o("span", null, "Fake Selects", -1)),
|
22608
22650
|
o("a", {
|
22609
22651
|
href: "#",
|
22610
22652
|
class: "button small icon-cog",
|
22611
22653
|
title: "Open Component Settings",
|
22612
|
-
onClick: t[36] || (t[36] = S((
|
22654
|
+
onClick: t[36] || (t[36] = S((x) => l.openSettingsSidebar("CmdFakeSelect"), ["prevent"]))
|
22613
22655
|
})
|
22614
22656
|
]),
|
22615
|
-
o("div",
|
22657
|
+
o("div", x1, [
|
22616
22658
|
p(B, I({ ref: "CmdFakeSelect" }, e.cmdFakeSelectSettingsData, {
|
22617
22659
|
selectData: i.fakeSelectOptionsData,
|
22618
22660
|
modelValue: i.fakeSelectDefault,
|
22619
|
-
"onUpdate:modelValue": t[37] || (t[37] = (
|
22661
|
+
"onUpdate:modelValue": t[37] || (t[37] = (x) => i.fakeSelectDefault = x)
|
22620
22662
|
}), null, 16, ["selectData", "modelValue"]),
|
22621
22663
|
p(B, {
|
22622
22664
|
labelText: "Selectbox with checkboxes:",
|
@@ -22624,7 +22666,7 @@ function wv(e, t, n, s, i, l) {
|
|
22624
22666
|
disabled: i.disabledStatus,
|
22625
22667
|
selectData: i.fakeSelectOptionsData,
|
22626
22668
|
modelValue: i.fakeSelectCheckbox,
|
22627
|
-
"onUpdate:modelValue": t[38] || (t[38] = (
|
22669
|
+
"onUpdate:modelValue": t[38] || (t[38] = (x) => i.fakeSelectCheckbox = x),
|
22628
22670
|
defaultOptionName: "Options:",
|
22629
22671
|
required: !0,
|
22630
22672
|
id: "selectbox-with-checkboxes",
|
@@ -22637,7 +22679,7 @@ function wv(e, t, n, s, i, l) {
|
|
22637
22679
|
disabled: i.disabledStatus,
|
22638
22680
|
selectData: i.fakeSelectFilterOptionsData,
|
22639
22681
|
modelValue: i.fakeSelectFilters,
|
22640
|
-
"onUpdate:modelValue": t[39] || (t[39] = (
|
22682
|
+
"onUpdate:modelValue": t[39] || (t[39] = (x) => i.fakeSelectFilters = x),
|
22641
22683
|
defaultOptionName: "Filters:",
|
22642
22684
|
id: "selectbox-with-filters",
|
22643
22685
|
type: "checkboxOptions",
|
@@ -22650,7 +22692,7 @@ function wv(e, t, n, s, i, l) {
|
|
22650
22692
|
pathFlags: "https://comand-ui.com/samples/images/flags",
|
22651
22693
|
selectData: i.fakeSelectCountriesData,
|
22652
22694
|
modelValue: i.selectedCountryWithFlag,
|
22653
|
-
"onUpdate:modelValue": t[40] || (t[40] = (
|
22695
|
+
"onUpdate:modelValue": t[40] || (t[40] = (x) => i.selectedCountryWithFlag = x),
|
22654
22696
|
defaultOptionName: "Select country:",
|
22655
22697
|
type: "country"
|
22656
22698
|
}, null, 8, ["status", "disabled", "selectData", "modelValue"]),
|
@@ -22661,7 +22703,7 @@ function wv(e, t, n, s, i, l) {
|
|
22661
22703
|
disabled: i.disabledStatus,
|
22662
22704
|
selectOptions: i.allCountriesData,
|
22663
22705
|
modelValue: i.selectedCountry,
|
22664
|
-
"onUpdate:modelValue": t[41] || (t[41] = (
|
22706
|
+
"onUpdate:modelValue": t[41] || (t[41] = (x) => i.selectedCountry = x),
|
22665
22707
|
groupSelectOptionsByInitialLetters: !0,
|
22666
22708
|
"max-height": "10rem",
|
22667
22709
|
defaultOptionName: "Select country:"
|
@@ -22672,67 +22714,67 @@ function wv(e, t, n, s, i, l) {
|
|
22672
22714
|
disabled: i.disabledStatus,
|
22673
22715
|
selectData: i.fakeSelectColorsData,
|
22674
22716
|
modelValue: i.selectedColor,
|
22675
|
-
"onUpdate:modelValue": t[42] || (t[42] = (
|
22717
|
+
"onUpdate:modelValue": t[42] || (t[42] = (x) => i.selectedColor = x),
|
22676
22718
|
required: "required",
|
22677
22719
|
type: "color"
|
22678
22720
|
}, null, 8, ["status", "disabled", "selectData", "modelValue"])
|
22679
22721
|
]),
|
22680
|
-
t[
|
22681
|
-
t[
|
22722
|
+
t[167] || (t[167] = o("hr", null, null, -1)),
|
22723
|
+
t[168] || (t[168] = o("h2", null, "Progress Bar [native]", -1)),
|
22682
22724
|
p(E, {
|
22683
22725
|
labelText: "Progress Bar (with optional output):",
|
22684
22726
|
id: "progress-bar2",
|
22685
22727
|
max: "100"
|
22686
22728
|
}),
|
22687
|
-
t[
|
22729
|
+
t[169] || (t[169] = o("h2", null, "Slider [native]", -1)),
|
22688
22730
|
o("div", {
|
22689
|
-
class:
|
22731
|
+
class: C(["label", i.validationStatus])
|
22690
22732
|
}, [
|
22691
|
-
t[
|
22692
|
-
o("span",
|
22693
|
-
o("label",
|
22694
|
-
t[
|
22733
|
+
t[148] || (t[148] = o("span", { class: "label-text" }, "Single-Slider (with in- and output):", -1)),
|
22734
|
+
o("span", C1, [
|
22735
|
+
o("label", v1, [
|
22736
|
+
t[146] || (t[146] = o("span", { class: "label-text" }, [
|
22695
22737
|
o("span", null, "Range Value:")
|
22696
22738
|
], -1)),
|
22697
22739
|
$(o("input", {
|
22698
22740
|
type: "number",
|
22699
|
-
class:
|
22700
|
-
"onUpdate:modelValue": t[43] || (t[43] = (
|
22741
|
+
class: C(i.validationStatus),
|
22742
|
+
"onUpdate:modelValue": t[43] || (t[43] = (x) => i.rangeValue = x),
|
22701
22743
|
disabled: i.disabledStatus,
|
22702
22744
|
min: "0",
|
22703
22745
|
max: "100",
|
22704
22746
|
id: "range-value"
|
22705
|
-
}, null, 10,
|
22747
|
+
}, null, 10, k1), [
|
22706
22748
|
[Wt, i.rangeValue]
|
22707
22749
|
])
|
22708
22750
|
]),
|
22709
|
-
o("label",
|
22710
|
-
t[
|
22751
|
+
o("label", w1, [
|
22752
|
+
t[147] || (t[147] = o("span", { class: "label-text hidden" }, [
|
22711
22753
|
o("span", null, "Range Value")
|
22712
22754
|
], -1)),
|
22713
22755
|
$(o("input", {
|
22714
22756
|
type: "range",
|
22715
22757
|
class: "range-slider",
|
22716
22758
|
id: "range-slider",
|
22717
|
-
"onUpdate:modelValue": t[44] || (t[44] = (
|
22759
|
+
"onUpdate:modelValue": t[44] || (t[44] = (x) => i.rangeValue = x),
|
22718
22760
|
disabled: i.disabledStatus,
|
22719
22761
|
min: "0",
|
22720
22762
|
max: "100"
|
22721
|
-
}, null, 8,
|
22763
|
+
}, null, 8, T1), [
|
22722
22764
|
[Wt, i.rangeValue]
|
22723
22765
|
])
|
22724
22766
|
])
|
22725
22767
|
])
|
22726
22768
|
], 2),
|
22727
|
-
t[
|
22728
|
-
t[
|
22729
|
-
t[
|
22769
|
+
t[170] || (t[170] = o("hr", null, null, -1)),
|
22770
|
+
t[171] || (t[171] = o("h2", null, "Toggle-Switches", -1)),
|
22771
|
+
t[172] || (t[172] = o("h3", null, "Switches without switch-labels", -1)),
|
22730
22772
|
p(T, {
|
22731
22773
|
element: "input",
|
22732
22774
|
type: "checkbox",
|
22733
22775
|
id: "toggle-switch-checkbox",
|
22734
22776
|
modelValue: i.switchButtonCheckboxToggleSwitch,
|
22735
|
-
"onUpdate:modelValue": t[45] || (t[45] = (
|
22777
|
+
"onUpdate:modelValue": t[45] || (t[45] = (x) => i.switchButtonCheckboxToggleSwitch = x),
|
22736
22778
|
labelText: "Labeltext for Toggle-Switch without Switch-Label",
|
22737
22779
|
toggleSwitch: !0,
|
22738
22780
|
status: i.validationStatus,
|
@@ -22744,20 +22786,20 @@ function wv(e, t, n, s, i, l) {
|
|
22744
22786
|
type: "checkbox",
|
22745
22787
|
id: "toggle-switch-checkbox-colored",
|
22746
22788
|
modelValue: i.switchButtonCheckboxToggleSwitchColored,
|
22747
|
-
"onUpdate:modelValue": t[46] || (t[46] = (
|
22789
|
+
"onUpdate:modelValue": t[46] || (t[46] = (x) => i.switchButtonCheckboxToggleSwitchColored = x),
|
22748
22790
|
labelText: "Labeltext for colored Toggle-Switch without Switch-Label",
|
22749
22791
|
toggleSwitch: !0,
|
22750
22792
|
colored: !0,
|
22751
22793
|
status: i.validationStatus,
|
22752
22794
|
disabled: i.disabledStatus
|
22753
22795
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
22754
|
-
t[
|
22796
|
+
t[173] || (t[173] = o("h3", null, "Switches with switch-labels", -1)),
|
22755
22797
|
p(T, {
|
22756
22798
|
element: "input",
|
22757
22799
|
type: "checkbox",
|
22758
22800
|
id: "toggle-switch-checkbox-switch-label",
|
22759
22801
|
modelValue: i.switchButtonCheckbox,
|
22760
|
-
"onUpdate:modelValue": t[47] || (t[47] = (
|
22802
|
+
"onUpdate:modelValue": t[47] || (t[47] = (x) => i.switchButtonCheckbox = x),
|
22761
22803
|
labelText: "Labeltext for Toggle-Switch with Switch-Label",
|
22762
22804
|
inputValue: "checkbox1",
|
22763
22805
|
onLabel: "Label on",
|
@@ -22771,7 +22813,7 @@ function wv(e, t, n, s, i, l) {
|
|
22771
22813
|
type: "checkbox",
|
22772
22814
|
id: "toggle-switch-checkbox-switch-label-colored",
|
22773
22815
|
modelValue: i.switchButtonCheckbox,
|
22774
|
-
"onUpdate:modelValue": t[48] || (t[48] = (
|
22816
|
+
"onUpdate:modelValue": t[48] || (t[48] = (x) => i.switchButtonCheckbox = x),
|
22775
22817
|
inputValue: "checkbox2",
|
22776
22818
|
labelText: "Labeltext for Toggle-Switch (Checkbox, colored)",
|
22777
22819
|
onLabel: "Label on",
|
@@ -22787,7 +22829,7 @@ function wv(e, t, n, s, i, l) {
|
|
22787
22829
|
name: "radiogroup",
|
22788
22830
|
id: "toggle-switch-radio1",
|
22789
22831
|
modelValue: i.switchButtonRadio,
|
22790
|
-
"onUpdate:modelValue": t[49] || (t[49] = (
|
22832
|
+
"onUpdate:modelValue": t[49] || (t[49] = (x) => i.switchButtonRadio = x),
|
22791
22833
|
onLabel: "Label on",
|
22792
22834
|
offLabel: "Label off",
|
22793
22835
|
colored: !0,
|
@@ -22803,7 +22845,7 @@ function wv(e, t, n, s, i, l) {
|
|
22803
22845
|
name: "radiogroup",
|
22804
22846
|
id: "toggle-switch-radio2",
|
22805
22847
|
modelValue: i.switchButtonRadio,
|
22806
|
-
"onUpdate:modelValue": t[50] || (t[50] = (
|
22848
|
+
"onUpdate:modelValue": t[50] || (t[50] = (x) => i.switchButtonRadio = x),
|
22807
22849
|
onLabel: "Label on",
|
22808
22850
|
offLabel: "Label off",
|
22809
22851
|
colored: !0,
|
@@ -22820,29 +22862,29 @@ function wv(e, t, n, s, i, l) {
|
|
22820
22862
|
required: "required",
|
22821
22863
|
id: "checkbox-required-with-boolean",
|
22822
22864
|
modelValue: i.checkboxRequiredValue,
|
22823
|
-
"onUpdate:modelValue": t[51] || (t[51] = (
|
22865
|
+
"onUpdate:modelValue": t[51] || (t[51] = (x) => i.checkboxRequiredValue = x),
|
22824
22866
|
status: i.validationStatus,
|
22825
22867
|
disabled: i.disabledStatus
|
22826
22868
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
22827
22869
|
o("p", null, [
|
22828
22870
|
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
22871
|
t[149] || (t[149] = o("br", null, null, -1)),
|
22872
|
+
H(" checkbox with boolean: " + y(i.checkboxValue), 1),
|
22873
|
+
t[150] || (t[150] = o("br", null, null, -1)),
|
22832
22874
|
H(" checkboxes with values: " + y(i.checkboxValues), 1)
|
22833
22875
|
]),
|
22834
|
-
t[
|
22835
|
-
t[
|
22836
|
-
o("div",
|
22837
|
-
t[
|
22838
|
-
o("div",
|
22876
|
+
t[174] || (t[174] = o("h2", null, "Checkboxes and Radiobuttons", -1)),
|
22877
|
+
t[175] || (t[175] = o("h3", null, "Checkboxes [native]", -1)),
|
22878
|
+
o("div", S1, [
|
22879
|
+
t[152] || (t[152] = o("span", { class: "label-text" }, "Label for native checkboxes:", -1)),
|
22880
|
+
o("div", _1, [
|
22839
22881
|
p(T, {
|
22840
22882
|
element: "input",
|
22841
22883
|
labelText: "Label for checkbox with boolean",
|
22842
22884
|
type: "checkbox",
|
22843
22885
|
id: "checkbox-with-boolean",
|
22844
22886
|
modelValue: i.checkboxValue,
|
22845
|
-
"onUpdate:modelValue": t[52] || (t[52] = (
|
22887
|
+
"onUpdate:modelValue": t[52] || (t[52] = (x) => i.checkboxValue = x),
|
22846
22888
|
status: i.validationStatus,
|
22847
22889
|
disabled: i.disabledStatus
|
22848
22890
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
@@ -22850,7 +22892,7 @@ function wv(e, t, n, s, i, l) {
|
|
22850
22892
|
element: "input",
|
22851
22893
|
labelText: "Label for checkbox with value",
|
22852
22894
|
modelValue: i.checkboxValues,
|
22853
|
-
"onUpdate:modelValue": t[53] || (t[53] = (
|
22895
|
+
"onUpdate:modelValue": t[53] || (t[53] = (x) => i.checkboxValues = x),
|
22854
22896
|
inputValue: "checkboxValue1",
|
22855
22897
|
type: "checkbox",
|
22856
22898
|
id: "checkbox-with-value-1",
|
@@ -22861,7 +22903,7 @@ function wv(e, t, n, s, i, l) {
|
|
22861
22903
|
element: "input",
|
22862
22904
|
labelText: "Label for checkbox with value",
|
22863
22905
|
modelValue: i.checkboxValues,
|
22864
|
-
"onUpdate:modelValue": t[54] || (t[54] = (
|
22906
|
+
"onUpdate:modelValue": t[54] || (t[54] = (x) => i.checkboxValues = x),
|
22865
22907
|
inputValue: "checkboxValue2",
|
22866
22908
|
type: "checkbox",
|
22867
22909
|
id: "checkbox-with-value-2",
|
@@ -22871,14 +22913,14 @@ function wv(e, t, n, s, i, l) {
|
|
22871
22913
|
p(T, {
|
22872
22914
|
element: "input",
|
22873
22915
|
modelValue: i.checkboxValues,
|
22874
|
-
"onUpdate:modelValue": t[55] || (t[55] = (
|
22916
|
+
"onUpdate:modelValue": t[55] || (t[55] = (x) => i.checkboxValues = x),
|
22875
22917
|
inputValue: "checkboxValue3",
|
22876
22918
|
type: "checkbox",
|
22877
22919
|
id: "checkbox-with-value-3",
|
22878
22920
|
status: i.validationStatus,
|
22879
22921
|
disabled: i.disabledStatus
|
22880
22922
|
}, {
|
22881
|
-
labeltext: w(() => t[
|
22923
|
+
labeltext: w(() => t[151] || (t[151] = [
|
22882
22924
|
H(" Labeltext with "),
|
22883
22925
|
o("a", { href: "#" }, "link", -1),
|
22884
22926
|
H(" given by slot ")
|
@@ -22887,10 +22929,10 @@ function wv(e, t, n, s, i, l) {
|
|
22887
22929
|
}, 8, ["modelValue", "status", "disabled"])
|
22888
22930
|
])
|
22889
22931
|
]),
|
22890
|
-
t[
|
22891
|
-
o("div",
|
22892
|
-
t[
|
22893
|
-
o("div",
|
22932
|
+
t[176] || (t[176] = o("h3", null, "Checkboxes (replaced)", -1)),
|
22933
|
+
o("div", O1, [
|
22934
|
+
t[153] || (t[153] = o("span", { class: "label-text" }, "Label for Replaced Input-Type-Checkbox:", -1)),
|
22935
|
+
o("div", L1, [
|
22894
22936
|
p(T, {
|
22895
22937
|
element: "input",
|
22896
22938
|
labelText: "Label for replaced checkbox",
|
@@ -22898,7 +22940,7 @@ function wv(e, t, n, s, i, l) {
|
|
22898
22940
|
replaceInputType: !0,
|
22899
22941
|
id: "inputfield9",
|
22900
22942
|
modelValue: i.replacedCheckboxValue,
|
22901
|
-
"onUpdate:modelValue": t[56] || (t[56] = (
|
22943
|
+
"onUpdate:modelValue": t[56] || (t[56] = (x) => i.replacedCheckboxValue = x),
|
22902
22944
|
inputValue: "checkboxValue1",
|
22903
22945
|
status: i.validationStatus,
|
22904
22946
|
disabled: i.disabledStatus
|
@@ -22907,7 +22949,7 @@ function wv(e, t, n, s, i, l) {
|
|
22907
22949
|
element: "input",
|
22908
22950
|
labelText: "Label for replaced checkbox",
|
22909
22951
|
modelValue: i.replacedCheckboxValue,
|
22910
|
-
"onUpdate:modelValue": t[57] || (t[57] = (
|
22952
|
+
"onUpdate:modelValue": t[57] || (t[57] = (x) => i.replacedCheckboxValue = x),
|
22911
22953
|
inputValue: "checkboxValue2",
|
22912
22954
|
type: "checkbox",
|
22913
22955
|
replaceInputType: !0,
|
@@ -22917,10 +22959,10 @@ function wv(e, t, n, s, i, l) {
|
|
22917
22959
|
}, null, 8, ["modelValue", "status", "disabled"])
|
22918
22960
|
])
|
22919
22961
|
]),
|
22920
|
-
t[
|
22921
|
-
o("div",
|
22922
|
-
t[
|
22923
|
-
o("div",
|
22962
|
+
t[177] || (t[177] = o("h3", null, "Radiobuttons [native]", -1)),
|
22963
|
+
o("div", I1, [
|
22964
|
+
t[154] || (t[154] = o("span", { class: "label-text" }, "Label for native radiobuttons:", -1)),
|
22965
|
+
o("div", B1, [
|
22924
22966
|
p(T, {
|
22925
22967
|
element: "input",
|
22926
22968
|
labelText: "Label for native radiobutton",
|
@@ -22929,7 +22971,7 @@ function wv(e, t, n, s, i, l) {
|
|
22929
22971
|
name: "radiogroup",
|
22930
22972
|
inputValue: "radiobuttonValue1",
|
22931
22973
|
modelValue: i.radiobuttonValue,
|
22932
|
-
"onUpdate:modelValue": t[58] || (t[58] = (
|
22974
|
+
"onUpdate:modelValue": t[58] || (t[58] = (x) => i.radiobuttonValue = x),
|
22933
22975
|
status: i.validationStatus,
|
22934
22976
|
disabled: i.disabledStatus
|
22935
22977
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
@@ -22941,17 +22983,17 @@ function wv(e, t, n, s, i, l) {
|
|
22941
22983
|
name: "radiogroup",
|
22942
22984
|
inputValue: "radiobuttonValue2",
|
22943
22985
|
modelValue: i.radiobuttonValue,
|
22944
|
-
"onUpdate:modelValue": t[59] || (t[59] = (
|
22986
|
+
"onUpdate:modelValue": t[59] || (t[59] = (x) => i.radiobuttonValue = x),
|
22945
22987
|
status: i.validationStatus,
|
22946
22988
|
disabled: i.disabledStatus
|
22947
22989
|
}, null, 8, ["modelValue", "status", "disabled"])
|
22948
22990
|
])
|
22949
22991
|
]),
|
22950
22992
|
o("p", null, " Radiobuttons with values: " + y(i.radiobuttonValue), 1),
|
22951
|
-
t[
|
22952
|
-
o("div",
|
22953
|
-
t[
|
22954
|
-
o("div",
|
22993
|
+
t[178] || (t[178] = o("h3", null, "Radiobuttons (replaced)", -1)),
|
22994
|
+
o("div", D1, [
|
22995
|
+
t[155] || (t[155] = o("span", { class: "label-text" }, "Label for Replaced Input-Type-Radio:", -1)),
|
22996
|
+
o("div", M1, [
|
22955
22997
|
p(T, {
|
22956
22998
|
element: "input",
|
22957
22999
|
labelText: "Label for replaced radiobutton",
|
@@ -22961,7 +23003,7 @@ function wv(e, t, n, s, i, l) {
|
|
22961
23003
|
name: "replaced-radiogroup",
|
22962
23004
|
inputValue: "radiobuttonValue1",
|
22963
23005
|
modelValue: i.replacedRadiobuttonValue,
|
22964
|
-
"onUpdate:modelValue": t[60] || (t[60] = (
|
23006
|
+
"onUpdate:modelValue": t[60] || (t[60] = (x) => i.replacedRadiobuttonValue = x),
|
22965
23007
|
status: i.validationStatus,
|
22966
23008
|
disabled: i.disabledStatus
|
22967
23009
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
@@ -22974,26 +23016,26 @@ function wv(e, t, n, s, i, l) {
|
|
22974
23016
|
name: "replaced-radiogroup",
|
22975
23017
|
inputValue: "radiobuttonValue2",
|
22976
23018
|
modelValue: i.replacedRadiobuttonValue,
|
22977
|
-
"onUpdate:modelValue": t[61] || (t[61] = (
|
23019
|
+
"onUpdate:modelValue": t[61] || (t[61] = (x) => i.replacedRadiobuttonValue = x),
|
22978
23020
|
status: i.validationStatus,
|
22979
23021
|
disabled: i.disabledStatus
|
22980
23022
|
}, null, 8, ["modelValue", "status", "disabled"])
|
22981
23023
|
])
|
22982
23024
|
]),
|
22983
|
-
o("h3",
|
22984
|
-
t[
|
23025
|
+
o("h3", F1, [
|
23026
|
+
t[156] || (t[156] = H(" Input-Group ")),
|
22985
23027
|
o("a", {
|
22986
23028
|
href: "#",
|
22987
23029
|
class: "button small icon-cog",
|
22988
23030
|
title: "Open Component Settings",
|
22989
|
-
onClick: t[62] || (t[62] = S((
|
23031
|
+
onClick: t[62] || (t[62] = S((x) => l.openSettingsSidebar("CmdInputGroup"), ["prevent"]))
|
22990
23032
|
})
|
22991
23033
|
]),
|
22992
23034
|
p(D, I({ ref: "CmdInputGroup" }, e.cmdInputGroupSettingsData, {
|
22993
23035
|
labelText: "Grouplabel for radio-group given by property:",
|
22994
23036
|
inputElements: l.idForReplacedInputsInInputGroup("radio-group"),
|
22995
23037
|
modelValue: i.inputGroup,
|
22996
|
-
"onUpdate:modelValue": t[65] || (t[65] = (
|
23038
|
+
"onUpdate:modelValue": t[65] || (t[65] = (x) => i.inputGroup = x)
|
22997
23039
|
}), {
|
22998
23040
|
default: w(() => [
|
22999
23041
|
p(T, {
|
@@ -23004,7 +23046,7 @@ function wv(e, t, n, s, i, l) {
|
|
23004
23046
|
name: "radiogroup2",
|
23005
23047
|
inputValue: "radiobuttonValue1",
|
23006
23048
|
modelValue: i.inputGroup,
|
23007
|
-
"onUpdate:modelValue": t[63] || (t[63] = (
|
23049
|
+
"onUpdate:modelValue": t[63] || (t[63] = (x) => i.inputGroup = x),
|
23008
23050
|
status: i.validationStatus,
|
23009
23051
|
disabled: i.disabledStatus
|
23010
23052
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
@@ -23016,7 +23058,7 @@ function wv(e, t, n, s, i, l) {
|
|
23016
23058
|
name: "radiogroup2",
|
23017
23059
|
inputValue: "radiobuttonValue2",
|
23018
23060
|
modelValue: i.inputGroup,
|
23019
|
-
"onUpdate:modelValue": t[64] || (t[64] = (
|
23061
|
+
"onUpdate:modelValue": t[64] || (t[64] = (x) => i.inputGroup = x),
|
23020
23062
|
status: i.validationStatus,
|
23021
23063
|
disabled: i.disabledStatus
|
23022
23064
|
}, null, 8, ["modelValue", "status", "disabled"])
|
@@ -23024,18 +23066,18 @@ function wv(e, t, n, s, i, l) {
|
|
23024
23066
|
_: 1
|
23025
23067
|
}, 16, ["inputElements", "modelValue"]),
|
23026
23068
|
o("dl", null, [
|
23027
|
-
t[
|
23069
|
+
t[157] || (t[157] = o("dt", null, "Selected value:", -1)),
|
23028
23070
|
o("dd", null, [
|
23029
23071
|
o("output", null, y(i.inputGroup), 1)
|
23030
23072
|
])
|
23031
23073
|
]),
|
23032
|
-
t[
|
23074
|
+
t[179] || (t[179] = o("h3", null, "Input Groups with Checkboxes/Radiobuttons (toggle-switches)", -1)),
|
23033
23075
|
p(D, {
|
23034
23076
|
labelText: "Grouplabel for checkbox-group styled as toggle-switches (colored):",
|
23035
23077
|
inputElements: l.idForReplacedInputsInInputGroup("checkbox-group-toggle-switch"),
|
23036
23078
|
inputTypes: "checkbox",
|
23037
23079
|
modelValue: i.inputGroupValueToggleSwitchCheckbox,
|
23038
|
-
"onUpdate:modelValue": t[66] || (t[66] = (
|
23080
|
+
"onUpdate:modelValue": t[66] || (t[66] = (x) => i.inputGroupValueToggleSwitchCheckbox = x),
|
23039
23081
|
toggleSwitches: !0,
|
23040
23082
|
colored: !0,
|
23041
23083
|
required: "required",
|
@@ -23043,7 +23085,7 @@ function wv(e, t, n, s, i, l) {
|
|
23043
23085
|
disabled: i.disabledStatus
|
23044
23086
|
}, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
|
23045
23087
|
o("dl", null, [
|
23046
|
-
t[
|
23088
|
+
t[158] || (t[158] = o("dt", null, "Selected value(s):", -1)),
|
23047
23089
|
o("dd", null, [
|
23048
23090
|
o("output", null, y(i.inputGroupValueToggleSwitchCheckbox), 1)
|
23049
23091
|
])
|
@@ -23053,14 +23095,14 @@ function wv(e, t, n, s, i, l) {
|
|
23053
23095
|
inputElements: l.idForReplacedInputsInInputGroup("radio-group-toggle-switch"),
|
23054
23096
|
inputTypes: "radio",
|
23055
23097
|
modelValue: i.inputGroupValueToggleSwitchRadio,
|
23056
|
-
"onUpdate:modelValue": t[67] || (t[67] = (
|
23098
|
+
"onUpdate:modelValue": t[67] || (t[67] = (x) => i.inputGroupValueToggleSwitchRadio = x),
|
23057
23099
|
toggleSwitches: !0,
|
23058
23100
|
required: "required",
|
23059
23101
|
status: i.validationStatus,
|
23060
23102
|
disabled: i.disabledStatus
|
23061
23103
|
}, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
|
23062
23104
|
o("dl", null, [
|
23063
|
-
t[
|
23105
|
+
t[159] || (t[159] = o("dt", null, "Selected value(s):", -1)),
|
23064
23106
|
o("dd", null, [
|
23065
23107
|
o("output", null, y(i.inputGroupValueToggleSwitchRadio), 1)
|
23066
23108
|
])
|
@@ -23071,12 +23113,12 @@ function wv(e, t, n, s, i, l) {
|
|
23071
23113
|
inputTypes: "radio",
|
23072
23114
|
multipleSwitch: !0,
|
23073
23115
|
modelValue: i.inputGroupValue3,
|
23074
|
-
"onUpdate:modelValue": t[68] || (t[68] = (
|
23116
|
+
"onUpdate:modelValue": t[68] || (t[68] = (x) => i.inputGroupValue3 = x),
|
23075
23117
|
status: i.validationStatus,
|
23076
23118
|
disabled: i.disabledStatus
|
23077
23119
|
}, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
|
23078
23120
|
o("dl", null, [
|
23079
|
-
t[
|
23121
|
+
t[160] || (t[160] = o("dt", null, "Selected value(s):", -1)),
|
23080
23122
|
o("dd", null, [
|
23081
23123
|
o("output", null, y(i.inputGroupValue3), 1)
|
23082
23124
|
])
|
@@ -23088,21 +23130,21 @@ function wv(e, t, n, s, i, l) {
|
|
23088
23130
|
multipleSwitch: !0,
|
23089
23131
|
required: !0,
|
23090
23132
|
modelValue: i.inputGroupValue4,
|
23091
|
-
"onUpdate:modelValue": t[69] || (t[69] = (
|
23133
|
+
"onUpdate:modelValue": t[69] || (t[69] = (x) => i.inputGroupValue4 = x),
|
23092
23134
|
stretchHorizontally: !0,
|
23093
23135
|
status: i.validationStatus,
|
23094
23136
|
disabled: i.disabledStatus
|
23095
23137
|
}, null, 8, ["inputElements", "modelValue", "status", "disabled"]),
|
23096
23138
|
o("dl", null, [
|
23097
|
-
t[
|
23139
|
+
t[161] || (t[161] = o("dt", null, "Selected value(s):", -1)),
|
23098
23140
|
o("dd", null, [
|
23099
23141
|
o("output", null, y(i.inputGroupValue4), 1)
|
23100
23142
|
])
|
23101
23143
|
])
|
23102
23144
|
]),
|
23103
|
-
o("div",
|
23104
|
-
t[
|
23105
|
-
o("div",
|
23145
|
+
o("div", V1, [
|
23146
|
+
t[181] || (t[181] = o("small", null, "(values will not be submitted with the form!)", -1)),
|
23147
|
+
o("div", A1, [
|
23106
23148
|
p(T, {
|
23107
23149
|
element: "button",
|
23108
23150
|
nativeButton: { text: "Submit-button from component" },
|
@@ -23115,10 +23157,10 @@ function wv(e, t, n, s, i, l) {
|
|
23115
23157
|
class: "button",
|
23116
23158
|
type: "submit",
|
23117
23159
|
disabled: i.disabledStatus
|
23118
|
-
}, t[
|
23160
|
+
}, t[180] || (t[180] = [
|
23119
23161
|
o("span", { class: "icon-check" }, null, -1),
|
23120
23162
|
o("span", null, "Native submit-button", -1)
|
23121
|
-
]), 8,
|
23163
|
+
]), 8, P1)
|
23122
23164
|
])
|
23123
23165
|
])
|
23124
23166
|
]),
|
@@ -23133,13 +23175,13 @@ function wv(e, t, n, s, i, l) {
|
|
23133
23175
|
}),
|
23134
23176
|
p(v, null, {
|
23135
23177
|
default: w(() => [
|
23136
|
-
o("h2",
|
23137
|
-
t[
|
23178
|
+
o("h2", E1, [
|
23179
|
+
t[184] || (t[184] = o("span", null, "Bank Account Data", -1)),
|
23138
23180
|
o("a", {
|
23139
23181
|
href: "#",
|
23140
23182
|
class: "button small icon-cog",
|
23141
23183
|
title: "Open Component Settings",
|
23142
|
-
onClick: t[70] || (t[70] = S((
|
23184
|
+
onClick: t[70] || (t[70] = S((x) => l.openSettingsSidebar("CmdBankAccountData"), ["prevent"]))
|
23143
23185
|
})
|
23144
23186
|
]),
|
23145
23187
|
p(V, I({ "account-data": i.bankAccountData }, e.cmdBankAccountDataSettingsData, { ref: "CmdBankAccountData" }), null, 16, ["account-data"])
|
@@ -23148,13 +23190,13 @@ function wv(e, t, n, s, i, l) {
|
|
23148
23190
|
}),
|
23149
23191
|
p(v, null, {
|
23150
23192
|
default: w(() => [
|
23151
|
-
o("h2",
|
23152
|
-
t[
|
23193
|
+
o("h2", H1, [
|
23194
|
+
t[185] || (t[185] = o("span", null, "Basic Form", -1)),
|
23153
23195
|
o("a", {
|
23154
23196
|
href: "#",
|
23155
23197
|
class: "button small icon-cog",
|
23156
23198
|
title: "Open Component Settings",
|
23157
|
-
onClick: t[71] || (t[71] = S((
|
23199
|
+
onClick: t[71] || (t[71] = S((x) => l.openSettingsSidebar("CmdBasicForm"), ["prevent"]))
|
23158
23200
|
})
|
23159
23201
|
]),
|
23160
23202
|
p(R, {
|
@@ -23170,9 +23212,9 @@ function wv(e, t, n, s, i, l) {
|
|
23170
23212
|
}
|
23171
23213
|
}, null, 512),
|
23172
23214
|
o("dl", null, [
|
23173
|
-
t[
|
23215
|
+
t[186] || (t[186] = o("dt", null, "originalEvent", -1)),
|
23174
23216
|
o("dd", null, y(i.basicFormData.originalEvent), 1),
|
23175
|
-
t[
|
23217
|
+
t[187] || (t[187] = o("dt", null, "formdata", -1)),
|
23176
23218
|
o("dd", null, y(i.basicFormData.formData), 1)
|
23177
23219
|
])
|
23178
23220
|
]),
|
@@ -23180,14 +23222,14 @@ function wv(e, t, n, s, i, l) {
|
|
23180
23222
|
}),
|
23181
23223
|
p(v, { anchorId: "section-boxes" }, {
|
23182
23224
|
default: w(() => [
|
23183
|
-
t[
|
23184
|
-
o("h3",
|
23185
|
-
t[
|
23225
|
+
t[206] || (t[206] = o("h2", { class: "headline-demopage" }, "Boxes", -1)),
|
23226
|
+
o("h3", q1, [
|
23227
|
+
t[188] || (t[188] = o("span", null, "Default Box", -1)),
|
23186
23228
|
o("a", {
|
23187
23229
|
href: "#",
|
23188
23230
|
class: "button small icon-cog",
|
23189
23231
|
title: "Open Component Settings",
|
23190
|
-
onClick: t[72] || (t[72] = S((
|
23232
|
+
onClick: t[72] || (t[72] = S((x) => l.openSettingsSidebar("CmdBox"), ["prevent"]))
|
23191
23233
|
})
|
23192
23234
|
]),
|
23193
23235
|
p(d, I({ ref: "CmdBox" }, e.cmdBoxSettingsData, {
|
@@ -23196,17 +23238,17 @@ function wv(e, t, n, s, i, l) {
|
|
23196
23238
|
"cmd-headline": { headlineText: "Headline for box", headlineLevel: 4 },
|
23197
23239
|
stretchVertically: !0
|
23198
23240
|
}), {
|
23199
|
-
header: w(() => t[
|
23241
|
+
header: w(() => t[189] || (t[189] = [
|
23200
23242
|
o("h4", null, " Texts given by slots ", -1)
|
23201
23243
|
])),
|
23202
|
-
body: w(() => t[
|
23244
|
+
body: w(() => t[190] || (t[190] = [
|
23203
23245
|
o("p", null, " This content with paragraphs inside is placed inside the box-body. ", -1),
|
23204
23246
|
o("p", null, [
|
23205
23247
|
o("strong", null, "Header, Content/Body and Footer of this box are given by slots.")
|
23206
23248
|
], -1),
|
23207
23249
|
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
23250
|
])),
|
23209
|
-
footer: w(() => t[
|
23251
|
+
footer: w(() => t[191] || (t[191] = [
|
23210
23252
|
o("p", null, " Footer content ", -1)
|
23211
23253
|
])),
|
23212
23254
|
_: 1
|
@@ -23217,10 +23259,10 @@ function wv(e, t, n, s, i, l) {
|
|
23217
23259
|
useGap: !0
|
23218
23260
|
}, {
|
23219
23261
|
default: w(() => [
|
23220
|
-
(a(), r(_, null, q(14, (
|
23221
|
-
key:
|
23262
|
+
(a(), r(_, null, q(14, (x) => p(d, {
|
23263
|
+
key: x,
|
23222
23264
|
textBody: "Content",
|
23223
|
-
"cmd-headline": { headlineText: "Headline " +
|
23265
|
+
"cmd-headline": { headlineText: "Headline " + x, headlineLevel: 4 }
|
23224
23266
|
}, null, 8, ["cmd-headline"])), 64))
|
23225
23267
|
]),
|
23226
23268
|
_: 1
|
@@ -23236,7 +23278,7 @@ function wv(e, t, n, s, i, l) {
|
|
23236
23278
|
useSlots: ["body"],
|
23237
23279
|
"cutoff-text-lines": 4
|
23238
23280
|
}, {
|
23239
|
-
body: w(() => t[
|
23281
|
+
body: w(() => t[192] || (t[192] = [
|
23240
23282
|
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
23283
|
])),
|
23242
23284
|
_: 1
|
@@ -23245,17 +23287,17 @@ function wv(e, t, n, s, i, l) {
|
|
23245
23287
|
useSlots: ["header", "body", "footer"],
|
23246
23288
|
allowContentToScroll: !0
|
23247
23289
|
}, {
|
23248
|
-
header: w(() => t[
|
23290
|
+
header: w(() => t[193] || (t[193] = [
|
23249
23291
|
o("h4", null, " Texts given by slots ", -1)
|
23250
23292
|
])),
|
23251
|
-
body: w(() => t[
|
23293
|
+
body: w(() => t[194] || (t[194] = [
|
23252
23294
|
o("p", null, " This content with paragraphs inside is placed inside the box-body. ", -1),
|
23253
23295
|
o("p", null, [
|
23254
23296
|
o("strong", null, "Header, Content/Body and Footer of this box are given by slots.")
|
23255
23297
|
], -1),
|
23256
23298
|
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
23299
|
])),
|
23258
|
-
footer: w(() => t[
|
23300
|
+
footer: w(() => t[195] || (t[195] = [
|
23259
23301
|
o("p", null, " Footer content ", -1)
|
23260
23302
|
])),
|
23261
23303
|
_: 1
|
@@ -23265,7 +23307,7 @@ function wv(e, t, n, s, i, l) {
|
|
23265
23307
|
useBoxBodyPadding: !1,
|
23266
23308
|
collapsible: !0
|
23267
23309
|
}, {
|
23268
|
-
header: w(() => t[
|
23310
|
+
header: w(() => t[196] || (t[196] = [
|
23269
23311
|
o("h4", null, " Box with inputs ", -1)
|
23270
23312
|
])),
|
23271
23313
|
body: w(() => [
|
@@ -23289,7 +23331,7 @@ function wv(e, t, n, s, i, l) {
|
|
23289
23331
|
_: 1
|
23290
23332
|
})
|
23291
23333
|
]),
|
23292
|
-
footer: w(() => t[
|
23334
|
+
footer: w(() => t[197] || (t[197] = [
|
23293
23335
|
o("p", null, " footer content ", -1)
|
23294
23336
|
])),
|
23295
23337
|
_: 1
|
@@ -23298,11 +23340,11 @@ function wv(e, t, n, s, i, l) {
|
|
23298
23340
|
useSlots: ["header", "body"],
|
23299
23341
|
useBoxBodyPadding: !1
|
23300
23342
|
}, {
|
23301
|
-
header: w(() => t[
|
23343
|
+
header: w(() => t[198] || (t[198] = [
|
23302
23344
|
o("h4", null, " Box with links ", -1)
|
23303
23345
|
])),
|
23304
23346
|
body: w(() => [
|
23305
|
-
o("ul",
|
23347
|
+
o("ul", R1, [
|
23306
23348
|
o("li", null, [
|
23307
23349
|
o("a", {
|
23308
23350
|
href: "#",
|
@@ -23333,7 +23375,7 @@ function wv(e, t, n, s, i, l) {
|
|
23333
23375
|
])
|
23334
23376
|
])
|
23335
23377
|
]),
|
23336
|
-
footer: w(() => t[
|
23378
|
+
footer: w(() => t[199] || (t[199] = [
|
23337
23379
|
o("p", null, " footer content ", -1)
|
23338
23380
|
])),
|
23339
23381
|
_: 1
|
@@ -23344,10 +23386,10 @@ function wv(e, t, n, s, i, l) {
|
|
23344
23386
|
cmdHeadline: { headlineText: "Collapsible box", headlineLevel: 4 },
|
23345
23387
|
collapsible: !0
|
23346
23388
|
}, {
|
23347
|
-
header: w(() => t[
|
23389
|
+
header: w(() => t[200] || (t[200] = [
|
23348
23390
|
o("h4", null, " Collapsible box with image ", -1)
|
23349
23391
|
])),
|
23350
|
-
body: w(() => t[
|
23392
|
+
body: w(() => t[201] || (t[201] = [
|
23351
23393
|
o("img", {
|
23352
23394
|
src: fi,
|
23353
23395
|
alt: "Alternative text"
|
@@ -23359,10 +23401,10 @@ function wv(e, t, n, s, i, l) {
|
|
23359
23401
|
useSlots: ["header", "body", "footer"],
|
23360
23402
|
useBoxBodyPadding: !1
|
23361
23403
|
}, {
|
23362
|
-
header: w(() => t[
|
23404
|
+
header: w(() => t[202] || (t[202] = [
|
23363
23405
|
o("h4", null, " Box with image, content and link ", -1)
|
23364
23406
|
])),
|
23365
|
-
body: w(() => t[
|
23407
|
+
body: w(() => t[203] || (t[203] = [
|
23366
23408
|
o("img", {
|
23367
23409
|
src: fi,
|
23368
23410
|
alt: "Alternative text"
|
@@ -23372,7 +23414,7 @@ function wv(e, t, n, s, i, l) {
|
|
23372
23414
|
o("p", null, "Image, custom-headline and this text for the component are given by slot")
|
23373
23415
|
], -1)
|
23374
23416
|
])),
|
23375
|
-
footer: w(() => t[
|
23417
|
+
footer: w(() => t[204] || (t[204] = [
|
23376
23418
|
o("p", null, [
|
23377
23419
|
o("a", { href: "#" }, "Read more…")
|
23378
23420
|
], -1)
|
@@ -23405,43 +23447,43 @@ function wv(e, t, n, s, i, l) {
|
|
23405
23447
|
]),
|
23406
23448
|
_: 1
|
23407
23449
|
}),
|
23408
|
-
t[
|
23409
|
-
o("div",
|
23410
|
-
(a(!0), r(_, null, q(i.boxProductData, (
|
23450
|
+
t[207] || (t[207] = o("h3", null, "Product boxes", -1)),
|
23451
|
+
o("div", j1, [
|
23452
|
+
(a(!0), r(_, null, q(i.boxProductData, (x, z) => (a(), r("div", {
|
23411
23453
|
class: "grid-small-item",
|
23412
23454
|
key: z
|
23413
23455
|
}, [
|
23414
23456
|
p(d, {
|
23415
23457
|
boxType: "product",
|
23416
|
-
product:
|
23458
|
+
product: x,
|
23417
23459
|
cmdHeadline: { headlineLevel: 4 }
|
23418
23460
|
}, null, 8, ["product"])
|
23419
23461
|
]))), 128))
|
23420
23462
|
]),
|
23421
|
-
t[
|
23463
|
+
t[208] || (t[208] = o("h3", null, "User boxes", -1)),
|
23422
23464
|
p(u, {
|
23423
23465
|
boxesPerRow: [5, 2, 1],
|
23424
23466
|
useRowViewAsDefault: !0,
|
23425
23467
|
useGap: !0
|
23426
23468
|
}, {
|
23427
|
-
default: w((
|
23469
|
+
default: w((x) => [
|
23428
23470
|
(a(!0), r(_, null, q(i.boxUserData.length, (z) => (a(), k(d, {
|
23429
23471
|
key: z,
|
23430
23472
|
boxType: "user",
|
23431
23473
|
user: i.boxUserData[z - 1],
|
23432
23474
|
cmdHeadline: { headlineLevel: 5 },
|
23433
|
-
rowView:
|
23475
|
+
rowView: x.rowView
|
23434
23476
|
}, null, 8, ["user", "rowView"]))), 128))
|
23435
23477
|
]),
|
23436
23478
|
_: 1
|
23437
23479
|
}),
|
23438
23480
|
o("h3", null, [
|
23439
|
-
t[
|
23481
|
+
t[205] || (t[205] = o("span", null, "Boxes in BoxWrapper (collapsible)", -1)),
|
23440
23482
|
o("a", {
|
23441
23483
|
href: "#",
|
23442
23484
|
class: "button small icon-cog",
|
23443
23485
|
title: "Open Component Settings",
|
23444
|
-
onClick: t[77] || (t[77] = S((
|
23486
|
+
onClick: t[77] || (t[77] = S((x) => l.openSettingsSidebar("CmdBoxWrapper"), ["prevent"]))
|
23445
23487
|
})
|
23446
23488
|
]),
|
23447
23489
|
p(u, {
|
@@ -23453,19 +23495,19 @@ function wv(e, t, n, s, i, l) {
|
|
23453
23495
|
"stretch-boxes-vertically": !0,
|
23454
23496
|
useGap: !0
|
23455
23497
|
}, {
|
23456
|
-
default: w((
|
23498
|
+
default: w((x) => [
|
23457
23499
|
(a(!0), r(_, null, q(i.boxProductData.length, (z) => (a(), k(d, {
|
23458
23500
|
key: z,
|
23459
23501
|
boxType: "content",
|
23460
23502
|
collapsible: !0,
|
23461
23503
|
useSlots: ["body"],
|
23462
23504
|
cmdHeadline: { headlineText: "Box " + z, headlineLevel: 5 },
|
23463
|
-
rowView:
|
23464
|
-
openCollapsedBox:
|
23465
|
-
onToggleCollapse: (Se) =>
|
23505
|
+
rowView: x.rowView,
|
23506
|
+
openCollapsedBox: x.boxIsOpen(z - 1),
|
23507
|
+
onToggleCollapse: (Se) => x.boxToggled(z - 1, Se)
|
23466
23508
|
}, {
|
23467
23509
|
body: w(() => [
|
23468
|
-
H(y(
|
23510
|
+
H(y(x.currentOpenBox) + "Content " + y(z), 1)
|
23469
23511
|
]),
|
23470
23512
|
_: 2
|
23471
23513
|
}, 1032, ["cmdHeadline", "rowView", "openCollapsedBox", "onToggleCollapse"]))), 128))
|
@@ -23477,13 +23519,13 @@ function wv(e, t, n, s, i, l) {
|
|
23477
23519
|
}),
|
23478
23520
|
p(v, { "inner-component": "div" }, {
|
23479
23521
|
default: w(() => [
|
23480
|
-
o("h2",
|
23481
|
-
t[
|
23522
|
+
o("h2", N1, [
|
23523
|
+
t[209] || (t[209] = o("span", null, "Breadcrumbs", -1)),
|
23482
23524
|
o("a", {
|
23483
23525
|
href: "#",
|
23484
23526
|
class: "button small icon-cog",
|
23485
23527
|
title: "Open Component Settings",
|
23486
|
-
onClick: t[78] || (t[78] = S((
|
23528
|
+
onClick: t[78] || (t[78] = S((x) => l.openSettingsSidebar("CmdBreadcrumbs"), ["prevent"]))
|
23487
23529
|
})
|
23488
23530
|
]),
|
23489
23531
|
p(J, I({
|
@@ -23496,13 +23538,13 @@ function wv(e, t, n, s, i, l) {
|
|
23496
23538
|
}),
|
23497
23539
|
p(v, null, {
|
23498
23540
|
default: w(() => [
|
23499
|
-
o("h2",
|
23500
|
-
t[
|
23541
|
+
o("h2", U1, [
|
23542
|
+
t[210] || (t[210] = o("span", null, "Company Logo", -1)),
|
23501
23543
|
o("a", {
|
23502
23544
|
href: "#",
|
23503
23545
|
class: "button small icon-cog",
|
23504
23546
|
title: "Open Component Settings",
|
23505
|
-
onClick: t[79] || (t[79] = S((
|
23547
|
+
onClick: t[79] || (t[79] = S((x) => l.openSettingsSidebar("CmdCompanyLogo"), ["prevent"]))
|
23506
23548
|
})
|
23507
23549
|
]),
|
23508
23550
|
p(f, I({
|
@@ -23514,21 +23556,21 @@ function wv(e, t, n, s, i, l) {
|
|
23514
23556
|
}),
|
23515
23557
|
p(v, null, {
|
23516
23558
|
default: w(() => [
|
23517
|
-
o("h2",
|
23518
|
-
t[
|
23559
|
+
o("h2", z1, [
|
23560
|
+
t[211] || (t[211] = o("span", null, "Container", -1)),
|
23519
23561
|
o("a", {
|
23520
23562
|
href: "#",
|
23521
23563
|
class: "button small icon-cog",
|
23522
23564
|
title: "Open Component Settings",
|
23523
|
-
onClick: t[80] || (t[80] = S((
|
23565
|
+
onClick: t[80] || (t[80] = S((x) => l.openSettingsSidebar("CmdContainer"), ["prevent"]))
|
23524
23566
|
})
|
23525
23567
|
]),
|
23526
|
-
t[
|
23568
|
+
t[213] || (t[213] = o("h3", null, "Default Container", -1)),
|
23527
23569
|
p(Z, I({
|
23528
23570
|
style: { border: "1px dotted gray" },
|
23529
23571
|
ref: "CmdContainer"
|
23530
23572
|
}, e.cmdContainerSettingsData), null, 16),
|
23531
|
-
t[
|
23573
|
+
t[214] || (t[214] = o("h3", null, "Container with default-text", -1)),
|
23532
23574
|
p(Z, {
|
23533
23575
|
style: { border: "1px dotted gray" },
|
23534
23576
|
ref: "CmdContainer",
|
@@ -23536,19 +23578,19 @@ function wv(e, t, n, s, i, l) {
|
|
23536
23578
|
containerType: "flex",
|
23537
23579
|
contentOrientation: "horizontal"
|
23538
23580
|
}, null, 512),
|
23539
|
-
t[
|
23581
|
+
t[215] || (t[215] = o("h3", null, "Container with vertical slots", -1)),
|
23540
23582
|
p(Z, I({
|
23541
23583
|
style: { border: "1px dotted gray" },
|
23542
23584
|
ref: "CmdContainer"
|
23543
23585
|
}, e.cmdContainerSettingsData), {
|
23544
|
-
default: w(() => t[
|
23586
|
+
default: w(() => t[212] || (t[212] = [
|
23545
23587
|
o("p", null, "Slot-content", -1),
|
23546
23588
|
o("p", null, "Slot-content", -1),
|
23547
23589
|
o("p", null, "Slot-content", -1)
|
23548
23590
|
])),
|
23549
23591
|
_: 1
|
23550
23592
|
}, 16),
|
23551
|
-
t[
|
23593
|
+
t[216] || (t[216] = o("h3", null, "Container with horizontal slots", -1)),
|
23552
23594
|
p(Z, I({
|
23553
23595
|
style: { border: "1px dotted gray" },
|
23554
23596
|
ref: "CmdContainer"
|
@@ -23573,15 +23615,15 @@ function wv(e, t, n, s, i, l) {
|
|
23573
23615
|
}),
|
23574
23616
|
p(v, null, {
|
23575
23617
|
default: w(() => [
|
23576
|
-
t[
|
23618
|
+
t[218] || (t[218] = o("h2", {
|
23577
23619
|
class: "headline-demopage",
|
23578
23620
|
id: "section-cookie-disclaimer"
|
23579
23621
|
}, "Cookie Disclaimer", -1)),
|
23580
23622
|
o("a", {
|
23581
23623
|
class: "button",
|
23582
23624
|
href: "#",
|
23583
|
-
onClick: t[81] || (t[81] = S((
|
23584
|
-
}, t[
|
23625
|
+
onClick: t[81] || (t[81] = S((x) => i.fancyBoxCookieDisclaimer = !0, ["prevent"]))
|
23626
|
+
}, t[217] || (t[217] = [
|
23585
23627
|
o("span", null, "Open Cookie Disclaimer", -1)
|
23586
23628
|
]))
|
23587
23629
|
]),
|
@@ -23589,11 +23631,11 @@ function wv(e, t, n, s, i, l) {
|
|
23589
23631
|
}),
|
23590
23632
|
p(v, null, {
|
23591
23633
|
default: w(() => [
|
23592
|
-
t[
|
23634
|
+
t[219] || (t[219] = o("h2", {
|
23593
23635
|
class: "headline-demopage",
|
23594
23636
|
id: "section-forms"
|
23595
23637
|
}, "Forms", -1)),
|
23596
|
-
t[
|
23638
|
+
t[220] || (t[220] = o("h3", null, "Form elements given by data", -1)),
|
23597
23639
|
p(U, {
|
23598
23640
|
useFieldset: !0,
|
23599
23641
|
useSlot: !1,
|
@@ -23602,7 +23644,7 @@ function wv(e, t, n, s, i, l) {
|
|
23602
23644
|
formElements: i.formElementsData,
|
23603
23645
|
onSubmit: l.doConsoleLog
|
23604
23646
|
}, null, 8, ["formElements", "onSubmit"]),
|
23605
|
-
t[
|
23647
|
+
t[221] || (t[221] = o("h3", null, "Form elements given by slot", -1)),
|
23606
23648
|
p(U, {
|
23607
23649
|
"use-fieldset": !0,
|
23608
23650
|
id: "form-component",
|
@@ -23640,52 +23682,52 @@ function wv(e, t, n, s, i, l) {
|
|
23640
23682
|
}),
|
23641
23683
|
p(v, null, {
|
23642
23684
|
default: w(() => [
|
23643
|
-
t[
|
23685
|
+
t[225] || (t[225] = o("h2", {
|
23644
23686
|
class: "headline-demopage",
|
23645
23687
|
id: "section-fancybox"
|
23646
23688
|
}, "Fancybox", -1)),
|
23647
|
-
t[
|
23689
|
+
t[226] || (t[226] = o("h3", null, "FancyBox with text", -1)),
|
23648
23690
|
o("a", {
|
23649
23691
|
href: "#",
|
23650
|
-
onClick: t[82] || (t[82] = S((
|
23692
|
+
onClick: t[82] || (t[82] = S((x) => l.showFancyBox("text", "Some text", "FancyBox with text"), ["prevent"]))
|
23651
23693
|
}, "Open FancyBox with text"),
|
23652
|
-
t[
|
23694
|
+
t[227] || (t[227] = o("h3", null, "FancyBox with large image given by url", -1)),
|
23653
23695
|
o("a", {
|
23654
23696
|
href: "#",
|
23655
|
-
onClick: t[83] || (t[83] = S((
|
23697
|
+
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
23698
|
title: "Open FancyBox with large image given by url",
|
23657
23699
|
style: { "align-self": "flex-start" }
|
23658
|
-
}, t[
|
23700
|
+
}, t[222] || (t[222] = [
|
23659
23701
|
o("img", {
|
23660
|
-
src:
|
23702
|
+
src: GC,
|
23661
23703
|
alt: "Alternative text"
|
23662
23704
|
}, null, -1)
|
23663
23705
|
])),
|
23664
|
-
t[
|
23706
|
+
t[228] || (t[228] = o("h3", null, "FancyBox with large image given by property", -1)),
|
23665
23707
|
o("a", {
|
23666
23708
|
href: "#",
|
23667
|
-
onClick: t[84] || (t[84] = S((
|
23709
|
+
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
23710
|
title: "Open FancyBox with large image given by property",
|
23669
23711
|
style: { "align-self": "flex-start" }
|
23670
|
-
}, t[
|
23712
|
+
}, t[223] || (t[223] = [
|
23671
23713
|
o("img", {
|
23672
|
-
src:
|
23714
|
+
src: KC,
|
23673
23715
|
alt: "Alternative text"
|
23674
23716
|
}, null, -1)
|
23675
23717
|
])),
|
23676
|
-
t[
|
23718
|
+
t[229] || (t[229] = o("h3", null, "FancyBox with image as object give by property", -1)),
|
23677
23719
|
o("a", {
|
23678
23720
|
href: "#",
|
23679
|
-
onClick: t[85] || (t[85] = S((
|
23721
|
+
onClick: t[85] || (t[85] = S((x) => l.showFancyBox("image", {
|
23680
23722
|
small: "/media/images/demo-images/medium/landscape-03.jpg",
|
23681
23723
|
medium: "/media/images/demo-images/medium/landscape-03.jpg",
|
23682
23724
|
large: "/media/images/demo-images/large/landscape-03.jpg"
|
23683
23725
|
}, "FancyBox with large image given by property"), ["prevent"])),
|
23684
23726
|
title: "Open FancyBox with large image given by property",
|
23685
23727
|
style: { "align-self": "flex-start" }
|
23686
|
-
}, t[
|
23728
|
+
}, t[224] || (t[224] = [
|
23687
23729
|
o("img", {
|
23688
|
-
src:
|
23730
|
+
src: YC,
|
23689
23731
|
alt: "Alternative text"
|
23690
23732
|
}, null, -1)
|
23691
23733
|
]))
|
@@ -23694,18 +23736,18 @@ function wv(e, t, n, s, i, l) {
|
|
23694
23736
|
}),
|
23695
23737
|
p(v, null, {
|
23696
23738
|
default: w(() => [
|
23697
|
-
t[
|
23739
|
+
t[232] || (t[232] = o("h2", {
|
23698
23740
|
class: "headline-demopage",
|
23699
23741
|
id: "section-flexible-scroll-container"
|
23700
23742
|
}, "Flexible Scroll-Container", -1)),
|
23701
23743
|
p(Q, { style: { border: "1px dotted gray" } }, {
|
23702
|
-
"fixed-wrapper": w(() => t[
|
23744
|
+
"fixed-wrapper": w(() => t[230] || (t[230] = [
|
23703
23745
|
o("div", {
|
23704
23746
|
class: "default-padding",
|
23705
23747
|
style: { border: "1px dotted gray" }
|
23706
23748
|
}, " Fixed content ", -1)
|
23707
23749
|
])),
|
23708
|
-
"scroll-wrapper": w(() => t[
|
23750
|
+
"scroll-wrapper": w(() => t[231] || (t[231] = [
|
23709
23751
|
o("div", {
|
23710
23752
|
class: "default-padding",
|
23711
23753
|
style: { border: "1px dotted gray" }
|
@@ -23745,7 +23787,7 @@ function wv(e, t, n, s, i, l) {
|
|
23745
23787
|
}),
|
23746
23788
|
p(v, null, {
|
23747
23789
|
default: w(() => [
|
23748
|
-
t[
|
23790
|
+
t[233] || (t[233] = o("h2", {
|
23749
23791
|
class: "headline-demopage",
|
23750
23792
|
id: "section-google-maps"
|
23751
23793
|
}, "Google Maps™", -1)),
|
@@ -23757,13 +23799,13 @@ function wv(e, t, n, s, i, l) {
|
|
23757
23799
|
}),
|
23758
23800
|
p(v, null, {
|
23759
23801
|
default: w(() => [
|
23760
|
-
o("h2",
|
23761
|
-
t[
|
23802
|
+
o("h2", W1, [
|
23803
|
+
t[234] || (t[234] = o("span", null, "Headlines", -1)),
|
23762
23804
|
o("a", {
|
23763
23805
|
href: "#",
|
23764
23806
|
class: "button small icon-cog",
|
23765
23807
|
title: "Open Component Settings",
|
23766
|
-
onClick: t[86] || (t[86] = S((
|
23808
|
+
onClick: t[86] || (t[86] = S((x) => l.openSettingsSidebar("CmdHeadline"), ["prevent"]))
|
23767
23809
|
})
|
23768
23810
|
]),
|
23769
23811
|
p(ne, I({ ref: "CmdHeadline" }, e.cmdHeadlineSettingsData), null, 16),
|
@@ -23782,7 +23824,7 @@ function wv(e, t, n, s, i, l) {
|
|
23782
23824
|
ref: "CmdHeadline",
|
23783
23825
|
headlineLevel: "3"
|
23784
23826
|
}, {
|
23785
|
-
default: w(() => t[
|
23827
|
+
default: w(() => t[235] || (t[235] = [
|
23786
23828
|
H(" Headline text"),
|
23787
23829
|
o("br", null, null, -1),
|
23788
23830
|
H(" with html-content given by slot ")
|
@@ -23794,29 +23836,29 @@ function wv(e, t, n, s, i, l) {
|
|
23794
23836
|
}),
|
23795
23837
|
p(v, null, {
|
23796
23838
|
default: w(() => [
|
23797
|
-
t[
|
23839
|
+
t[241] || (t[241] = o("h2", {
|
23798
23840
|
class: "headline-demopage",
|
23799
23841
|
id: "section-icons"
|
23800
23842
|
}, "Icons", -1)),
|
23801
23843
|
o("ul", null, [
|
23802
23844
|
o("li", null, [
|
23803
|
-
t[
|
23845
|
+
t[236] || (t[236] = o("span", null, "Icon from local iconfont", -1)),
|
23804
23846
|
p(ie, { iconClass: "icon-home" })
|
23805
23847
|
]),
|
23806
23848
|
o("li", null, [
|
23807
|
-
t[
|
23849
|
+
t[237] || (t[237] = o("span", null, "Icon from iconify-api (icomoon-font)", -1)),
|
23808
23850
|
p(ie, { iconClass: "icomoon-free:home" })
|
23809
23851
|
]),
|
23810
23852
|
o("li", null, [
|
23811
|
-
t[
|
23853
|
+
t[238] || (t[238] = o("span", null, "Icon from iconify-api (bootstrap-font)", -1)),
|
23812
23854
|
p(ie, { iconClass: "bi:house-fill" })
|
23813
23855
|
]),
|
23814
23856
|
o("li", null, [
|
23815
|
-
t[
|
23857
|
+
t[239] || (t[239] = o("span", null, "Icon from iconify-api (material-design-font)", -1)),
|
23816
23858
|
p(ie, { iconClass: "mdi:home" })
|
23817
23859
|
]),
|
23818
23860
|
o("li", null, [
|
23819
|
-
t[
|
23861
|
+
t[240] || (t[240] = o("span", null, "Icon from iconify-api (font-awesome-solid-font)", -1)),
|
23820
23862
|
p(ie, { iconClass: "fa6-solid:house-chimney" })
|
23821
23863
|
])
|
23822
23864
|
])
|
@@ -23825,16 +23867,16 @@ function wv(e, t, n, s, i, l) {
|
|
23825
23867
|
}),
|
23826
23868
|
p(v, null, {
|
23827
23869
|
default: w(() => [
|
23828
|
-
o("h2",
|
23829
|
-
t[
|
23870
|
+
o("h2", G1, [
|
23871
|
+
t[242] || (t[242] = o("span", null, "Image", -1)),
|
23830
23872
|
o("a", {
|
23831
23873
|
href: "#",
|
23832
23874
|
class: "button small icon-cog",
|
23833
23875
|
title: "Open Component Settings",
|
23834
|
-
onClick: t[87] || (t[87] = S((
|
23876
|
+
onClick: t[87] || (t[87] = S((x) => l.openSettingsSidebar("CmdImage"), ["prevent"]))
|
23835
23877
|
})
|
23836
23878
|
]),
|
23837
|
-
o("div",
|
23879
|
+
o("div", K1, [
|
23838
23880
|
p(se, I({
|
23839
23881
|
ref: "CmdImage",
|
23840
23882
|
image: i.imageData[0].image,
|
@@ -23850,13 +23892,13 @@ function wv(e, t, n, s, i, l) {
|
|
23850
23892
|
}),
|
23851
23893
|
p(v, null, {
|
23852
23894
|
default: w(() => [
|
23853
|
-
o("h2",
|
23854
|
-
t[
|
23895
|
+
o("h2", Y1, [
|
23896
|
+
t[243] || (t[243] = o("span", null, "Image-Gallery", -1)),
|
23855
23897
|
o("a", {
|
23856
23898
|
href: "#",
|
23857
23899
|
class: "button small icon-cog",
|
23858
23900
|
title: "Open Component Settings",
|
23859
|
-
onClick: t[88] || (t[88] = S((
|
23901
|
+
onClick: t[88] || (t[88] = S((x) => l.openSettingsSidebar("CmdImageGallery"), ["prevent"]))
|
23860
23902
|
})
|
23861
23903
|
]),
|
23862
23904
|
p(me, I({
|
@@ -23868,7 +23910,7 @@ function wv(e, t, n, s, i, l) {
|
|
23868
23910
|
}),
|
23869
23911
|
p(v, null, {
|
23870
23912
|
default: w(() => [
|
23871
|
-
t[
|
23913
|
+
t[244] || (t[244] = o("h2", {
|
23872
23914
|
class: "headline-demopage",
|
23873
23915
|
id: "section-image-zoom"
|
23874
23916
|
}, " Image-Zoom ", -1)),
|
@@ -23881,10 +23923,10 @@ function wv(e, t, n, s, i, l) {
|
|
23881
23923
|
}),
|
23882
23924
|
p(v, null, {
|
23883
23925
|
default: w(() => {
|
23884
|
-
var
|
23926
|
+
var x, z, Se, Ne, Ye, Je;
|
23885
23927
|
return [
|
23886
|
-
o("h2",
|
23887
|
-
t[
|
23928
|
+
o("h2", J1, [
|
23929
|
+
t[245] || (t[245] = o("span", null, "Link", -1)),
|
23888
23930
|
o("a", {
|
23889
23931
|
href: "#",
|
23890
23932
|
class: "button small icon-cog",
|
@@ -23951,12 +23993,12 @@ function wv(e, t, n, s, i, l) {
|
|
23951
23993
|
fancybox: !0,
|
23952
23994
|
icon: { iconClass: "icon-chevron-one-stripe-right", position: "right", tooltip: "Tooltip for hyperlink" }
|
23953
23995
|
})) : m("", !0),
|
23954
|
-
o("dl",
|
23955
|
-
t[
|
23956
|
-
o("dd", null, y((z = (
|
23957
|
-
t[
|
23996
|
+
o("dl", Z1, [
|
23997
|
+
t[246] || (t[246] = o("dt", null, "Event:", -1)),
|
23998
|
+
o("dd", null, y((z = (x = i.outputCmdLink) == null ? void 0 : x.event) == null ? void 0 : z.originalEvent.originalEvent), 1),
|
23999
|
+
t[247] || (t[247] = o("dt", null, "Target:", -1)),
|
23958
24000
|
o("dd", null, y((Ne = (Se = i.outputCmdLink) == null ? void 0 : Se.event) == null ? void 0 : Ne.originalEvent.target), 1),
|
23959
|
-
t[
|
24001
|
+
t[248] || (t[248] = o("dt", null, "LinkType:", -1)),
|
23960
24002
|
o("dd", null, y((Je = (Ye = i.outputCmdLink) == null ? void 0 : Ye.event) == null ? void 0 : Je.originalEvent.linkType), 1)
|
23961
24003
|
])
|
23962
24004
|
];
|
@@ -23965,10 +24007,10 @@ function wv(e, t, n, s, i, l) {
|
|
23965
24007
|
}),
|
23966
24008
|
p(v, null, {
|
23967
24009
|
default: w(() => {
|
23968
|
-
var
|
24010
|
+
var x, z, Se, Ne, Ye, Je;
|
23969
24011
|
return [
|
23970
|
-
o("h2",
|
23971
|
-
t[
|
24012
|
+
o("h2", Q1, [
|
24013
|
+
t[249] || (t[249] = o("span", null, "List", -1)),
|
23972
24014
|
o("a", {
|
23973
24015
|
href: "#",
|
23974
24016
|
class: "button small icon-cog",
|
@@ -23984,12 +24026,12 @@ function wv(e, t, n, s, i, l) {
|
|
23984
24026
|
listType: "links",
|
23985
24027
|
onClick: l.cmdLinkOutput
|
23986
24028
|
}), null, 16, ["items", "onClick"]),
|
23987
|
-
o("dl",
|
23988
|
-
t[
|
23989
|
-
o("dd", null, y((z = (
|
23990
|
-
t[
|
24029
|
+
o("dl", X1, [
|
24030
|
+
t[250] || (t[250] = o("dt", null, "Event:", -1)),
|
24031
|
+
o("dd", null, y((z = (x = i.outputCmdLink) == null ? void 0 : x.event) == null ? void 0 : z.originalEvent), 1),
|
24032
|
+
t[251] || (t[251] = o("dt", null, "Target:", -1)),
|
23991
24033
|
o("dd", null, y((Ne = (Se = i.outputCmdLink) == null ? void 0 : Se.event) == null ? void 0 : Ne.originalEvent.target), 1),
|
23992
|
-
t[
|
24034
|
+
t[252] || (t[252] = o("dt", null, "LinkType:", -1)),
|
23993
24035
|
o("dd", null, y((Je = (Ye = i.outputCmdLink) == null ? void 0 : Ye.event) == null ? void 0 : Je.linkType), 1)
|
23994
24036
|
]),
|
23995
24037
|
p(g, {
|
@@ -24010,20 +24052,20 @@ function wv(e, t, n, s, i, l) {
|
|
24010
24052
|
}),
|
24011
24053
|
p(v, null, {
|
24012
24054
|
default: w(() => [
|
24013
|
-
o("h2",
|
24014
|
-
t[
|
24055
|
+
o("h2", $1, [
|
24056
|
+
t[253] || (t[253] = o("span", null, "Login Form", -1)),
|
24015
24057
|
o("a", {
|
24016
24058
|
href: "#",
|
24017
24059
|
class: "button small icon-cog",
|
24018
24060
|
title: "Open Component Settings",
|
24019
|
-
onClick: t[92] || (t[92] = S((
|
24061
|
+
onClick: t[92] || (t[92] = S((x) => l.openSettingsSidebar("CmdLoginForm"), ["prevent"]))
|
24020
24062
|
})
|
24021
24063
|
]),
|
24022
24064
|
p(U, { "use-fieldset": !1 }, {
|
24023
24065
|
default: w(() => [
|
24024
24066
|
p(fe, I({ ref: "CmdLoginForm" }, e.cmdLoginFormSettingsData, {
|
24025
24067
|
modelValue: i.loginData,
|
24026
|
-
"onUpdate:modelValue": t[93] || (t[93] = (
|
24068
|
+
"onUpdate:modelValue": t[93] || (t[93] = (x) => i.loginData = x)
|
24027
24069
|
}), null, 16, ["modelValue"])
|
24028
24070
|
]),
|
24029
24071
|
_: 1
|
@@ -24034,7 +24076,7 @@ function wv(e, t, n, s, i, l) {
|
|
24034
24076
|
}),
|
24035
24077
|
p(v, null, {
|
24036
24078
|
default: w(() => [
|
24037
|
-
t[
|
24079
|
+
t[254] || (t[254] = o("h2", {
|
24038
24080
|
class: "headline-demopage",
|
24039
24081
|
id: "section-mail-tool"
|
24040
24082
|
}, [
|
@@ -24050,13 +24092,13 @@ function wv(e, t, n, s, i, l) {
|
|
24050
24092
|
}),
|
24051
24093
|
p(v, null, {
|
24052
24094
|
default: w(() => [
|
24053
|
-
o("h2",
|
24054
|
-
t[
|
24095
|
+
o("h2", ev, [
|
24096
|
+
t[255] || (t[255] = o("span", null, "Main Navigation", -1)),
|
24055
24097
|
o("a", {
|
24056
24098
|
href: "#",
|
24057
24099
|
class: "button small icon-cog",
|
24058
24100
|
title: "Open Component Settings",
|
24059
|
-
onClick: t[94] || (t[94] = S((
|
24101
|
+
onClick: t[94] || (t[94] = S((x) => l.openSettingsSidebar("CmdMainNavigation"), ["prevent"]))
|
24060
24102
|
})
|
24061
24103
|
]),
|
24062
24104
|
p(A, I({ ref: "CmdMainNavigation" }, e.cmdMainNavigationSettingsData, { navigationEntries: l.navigationDataModified }), null, 16, ["navigationEntries"]),
|
@@ -24066,21 +24108,28 @@ function wv(e, t, n, s, i, l) {
|
|
24066
24108
|
}),
|
24067
24109
|
p(v, null, {
|
24068
24110
|
default: w(() => [
|
24069
|
-
o("h2",
|
24070
|
-
t[
|
24111
|
+
o("h2", tv, [
|
24112
|
+
t[256] || (t[256] = o("span", null, "Multistepform-Progressbar", -1)),
|
24071
24113
|
o("a", {
|
24072
24114
|
href: "#",
|
24073
24115
|
class: "button small icon-cog",
|
24074
24116
|
title: "Open Component Settings",
|
24075
|
-
onClick: t[95] || (t[95] = S((
|
24117
|
+
onClick: t[95] || (t[95] = S((x) => l.openSettingsSidebar("CmdMultistepFormProgressBar"), ["prevent"]))
|
24076
24118
|
})
|
24077
24119
|
]),
|
24078
|
-
t[
|
24079
|
-
p(
|
24120
|
+
t[257] || (t[257] = o("h3", null, "Steps with icons", -1)),
|
24121
|
+
p(ge, I({
|
24080
24122
|
ref: "CmdMultistepFormProgressBar",
|
24081
24123
|
multisteps: i.multistepsData.withIcon
|
24082
24124
|
}, e.cmdMultistepFormProgressBarSettingsData, {
|
24083
|
-
onClick: t[96] || (t[96] = (
|
24125
|
+
onClick: t[96] || (t[96] = (x) => i.showPageMultistep = x.index + 1)
|
24126
|
+
}), null, 16, ["multisteps"]),
|
24127
|
+
t[258] || (t[258] = o("h3", null, "Router", -1)),
|
24128
|
+
p(ge, I({
|
24129
|
+
ref: "CmdMultistepFormProgressBar",
|
24130
|
+
multisteps: i.multistepsData.router
|
24131
|
+
}, e.cmdMultistepFormProgressBarSettingsData, {
|
24132
|
+
onClick: t[97] || (t[97] = (x) => i.showPageMultistep = x.index + 1)
|
24084
24133
|
}), null, 16, ["multisteps"]),
|
24085
24134
|
o("div", null, [
|
24086
24135
|
o("p", null, "Page " + y(i.showPageMultistep), 1)
|
@@ -24090,20 +24139,20 @@ function wv(e, t, n, s, i, l) {
|
|
24090
24139
|
}),
|
24091
24140
|
p(v, null, {
|
24092
24141
|
default: w(() => [
|
24093
|
-
o("h2",
|
24094
|
-
t[
|
24142
|
+
o("h2", nv, [
|
24143
|
+
t[259] || (t[259] = o("span", null, "Newsletter Subscription", -1)),
|
24095
24144
|
o("a", {
|
24096
24145
|
href: "#",
|
24097
24146
|
class: "button small icon-cog",
|
24098
24147
|
title: "Open Component Settings",
|
24099
|
-
onClick: t[
|
24148
|
+
onClick: t[98] || (t[98] = S((x) => l.openSettingsSidebar("CmdNewsletterSubscription"), ["prevent"]))
|
24100
24149
|
})
|
24101
24150
|
]),
|
24102
24151
|
p(U, { "use-fieldset": !1 }, {
|
24103
24152
|
default: w(() => [
|
24104
24153
|
p(Te, I({ ref: "CmdNewsletterSubscription" }, e.cmdNewsletterSubscriptionSettingsData, {
|
24105
24154
|
modelValue: i.newsletter,
|
24106
|
-
"onUpdate:modelValue": t[
|
24155
|
+
"onUpdate:modelValue": t[99] || (t[99] = (x) => i.newsletter = x),
|
24107
24156
|
onButtonClick: l.submitNewsletterRegistration
|
24108
24157
|
}), null, 16, ["modelValue", "onButtonClick"])
|
24109
24158
|
]),
|
@@ -24114,13 +24163,13 @@ function wv(e, t, n, s, i, l) {
|
|
24114
24163
|
}),
|
24115
24164
|
p(v, null, {
|
24116
24165
|
default: w(() => [
|
24117
|
-
o("h2",
|
24118
|
-
t[
|
24166
|
+
o("h2", iv, [
|
24167
|
+
t[260] || (t[260] = o("span", null, "Opening Hours", -1)),
|
24119
24168
|
o("a", {
|
24120
24169
|
href: "#",
|
24121
24170
|
class: "button small icon-cog",
|
24122
24171
|
title: "Open Component Settings",
|
24123
|
-
onClick: t[
|
24172
|
+
onClick: t[100] || (t[100] = S((x) => l.openSettingsSidebar("CmdOpeningHours"), ["prevent"]))
|
24124
24173
|
})
|
24125
24174
|
]),
|
24126
24175
|
p(De, I({ ref: "CmdOpeningHours" }, e.cmdOpeningHoursSettingsData, {
|
@@ -24133,20 +24182,20 @@ function wv(e, t, n, s, i, l) {
|
|
24133
24182
|
}),
|
24134
24183
|
p(v, null, {
|
24135
24184
|
default: w(() => [
|
24136
|
-
o("h2",
|
24137
|
-
t[
|
24185
|
+
o("h2", lv, [
|
24186
|
+
t[261] || (t[261] = o("span", null, "Page Footer", -1)),
|
24138
24187
|
o("a", {
|
24139
24188
|
href: "#",
|
24140
24189
|
class: "button small icon-cog",
|
24141
24190
|
title: "Open Component Settings",
|
24142
|
-
onClick: t[
|
24191
|
+
onClick: t[101] || (t[101] = S((x) => l.openSettingsSidebar("CmdPageFooter"), ["prevent"]))
|
24143
24192
|
})
|
24144
24193
|
]),
|
24145
24194
|
p(Me, I({ ref: "CmdPageFooter" }, e.cmdPageFooterSettingsData, {
|
24146
24195
|
"button-print-view": { text: "Print this page" },
|
24147
24196
|
cmdSocialNetworks: i.socialNetworksData
|
24148
24197
|
}), {
|
24149
|
-
default: w(() => t[
|
24198
|
+
default: w(() => t[262] || (t[262] = [
|
24150
24199
|
o("button", {
|
24151
24200
|
class: "button primary",
|
24152
24201
|
title: "Button given by slot"
|
@@ -24162,13 +24211,13 @@ function wv(e, t, n, s, i, l) {
|
|
24162
24211
|
}),
|
24163
24212
|
p(v, null, {
|
24164
24213
|
default: w(() => [
|
24165
|
-
o("h2",
|
24166
|
-
t[
|
24214
|
+
o("h2", ov, [
|
24215
|
+
t[263] || (t[263] = o("span", null, "Page Header", -1)),
|
24167
24216
|
o("a", {
|
24168
24217
|
href: "#",
|
24169
24218
|
class: "button small icon-cog",
|
24170
24219
|
title: "Open Component Settings",
|
24171
|
-
onClick: t[
|
24220
|
+
onClick: t[102] || (t[102] = S((x) => l.openSettingsSidebar("CmdPageHeader"), ["prevent"]))
|
24172
24221
|
})
|
24173
24222
|
]),
|
24174
24223
|
p(de, {
|
@@ -24176,7 +24225,7 @@ function wv(e, t, n, s, i, l) {
|
|
24176
24225
|
cmdBreadcrumbs: i.breadcrumbsData,
|
24177
24226
|
cmdHeadline: { headlineText: "Main headline for page", headlineLevel: 1 }
|
24178
24227
|
}, {
|
24179
|
-
default: w(() => t[
|
24228
|
+
default: w(() => t[264] || (t[264] = [
|
24180
24229
|
o("a", {
|
24181
24230
|
href: "#",
|
24182
24231
|
title: "Link given by slot"
|
@@ -24192,54 +24241,54 @@ function wv(e, t, n, s, i, l) {
|
|
24192
24241
|
}),
|
24193
24242
|
p(v, null, {
|
24194
24243
|
default: w(() => [
|
24195
|
-
o("h2",
|
24196
|
-
t[
|
24244
|
+
o("h2", av, [
|
24245
|
+
t[265] || (t[265] = o("span", null, "Pagination", -1)),
|
24197
24246
|
o("a", {
|
24198
24247
|
href: "#",
|
24199
24248
|
class: "button small icon-cog",
|
24200
24249
|
title: "Open Component Settings",
|
24201
|
-
onClick: t[
|
24250
|
+
onClick: t[103] || (t[103] = S((x) => l.openSettingsSidebar("CmdPagination"), ["prevent"]))
|
24202
24251
|
})
|
24203
24252
|
]),
|
24204
24253
|
o("div", null, [
|
24205
24254
|
o("p", null, "Page " + y(i.showPagePager), 1)
|
24206
24255
|
]),
|
24207
24256
|
p(st, I({ ref: "CmdPagination" }, e.cmdPaginationSettingsData, {
|
24208
|
-
onClick: t[
|
24257
|
+
onClick: t[104] || (t[104] = (x) => i.showPagePager = x)
|
24209
24258
|
}), null, 16)
|
24210
24259
|
]),
|
24211
24260
|
_: 1
|
24212
24261
|
}),
|
24213
24262
|
p(v, null, {
|
24214
24263
|
default: w(() => [
|
24215
|
-
o("h2",
|
24216
|
-
t[
|
24264
|
+
o("h2", sv, [
|
24265
|
+
t[266] || (t[266] = o("span", null, "Section", -1)),
|
24217
24266
|
o("a", {
|
24218
24267
|
href: "#",
|
24219
24268
|
class: "button small icon-cog",
|
24220
24269
|
title: "Open Component Settings",
|
24221
|
-
onClick: t[
|
24270
|
+
onClick: t[105] || (t[105] = S((x) => l.openSettingsSidebar("CmdSection"), ["prevent"]))
|
24222
24271
|
})
|
24223
24272
|
]),
|
24224
|
-
t[
|
24273
|
+
t[269] || (t[269] = o("h3", null, "Section with content provided by properties", -1)),
|
24225
24274
|
p(je, {
|
24226
24275
|
cmdHeadline: { headlineText: "Headline for section provided by property", headlineLevel: 4 },
|
24227
24276
|
content: "Content for section provided by property."
|
24228
24277
|
}),
|
24229
|
-
t[
|
24278
|
+
t[270] || (t[270] = o("h3", null, "Section with content provided by slot", -1)),
|
24230
24279
|
p(je, { useSlot: !0 }, {
|
24231
|
-
default: w(() => t[
|
24280
|
+
default: w(() => t[267] || (t[267] = [
|
24232
24281
|
o("h4", null, "Headline for section provided by slot", -1),
|
24233
24282
|
o("p", null, "Content for section provided by slot.", -1)
|
24234
24283
|
])),
|
24235
24284
|
_: 1
|
24236
24285
|
}),
|
24237
|
-
t[
|
24286
|
+
t[271] || (t[271] = o("h3", null, "Section styled as box", -1)),
|
24238
24287
|
p(je, {
|
24239
24288
|
useSlot: !0,
|
24240
24289
|
styleAsBox: !0
|
24241
24290
|
}, {
|
24242
|
-
default: w(() => t[
|
24291
|
+
default: w(() => t[268] || (t[268] = [
|
24243
24292
|
o("h4", null, "Headline for section styled as box", -1),
|
24244
24293
|
o("p", null, "Content for section styled as box.", -1)
|
24245
24294
|
])),
|
@@ -24250,7 +24299,7 @@ function wv(e, t, n, s, i, l) {
|
|
24250
24299
|
}),
|
24251
24300
|
p(v, null, {
|
24252
24301
|
default: w(() => [
|
24253
|
-
t[
|
24302
|
+
t[272] || (t[272] = o("h2", {
|
24254
24303
|
class: "headline-demopage",
|
24255
24304
|
id: "section-site-footer"
|
24256
24305
|
}, "Site Footer", -1)),
|
@@ -24271,13 +24320,13 @@ function wv(e, t, n, s, i, l) {
|
|
24271
24320
|
}),
|
24272
24321
|
p(v, null, {
|
24273
24322
|
default: w(() => [
|
24274
|
-
o("h2",
|
24275
|
-
t[
|
24323
|
+
o("h2", rv, [
|
24324
|
+
t[273] || (t[273] = o("span", null, "Site Header", -1)),
|
24276
24325
|
o("a", {
|
24277
24326
|
href: "#",
|
24278
24327
|
class: "button small icon-cog",
|
24279
24328
|
title: "Open Component Settings",
|
24280
|
-
onClick: t[
|
24329
|
+
onClick: t[106] || (t[106] = S((x) => l.openSettingsSidebar("CmdSiteHeader"), ["prevent"]))
|
24281
24330
|
})
|
24282
24331
|
]),
|
24283
24332
|
p(h, I({ ref: "CmdSiteHeader" }, e.cmdSiteHeaderSettingsData, { cmdCompanyLogo: i.companyLogoData }), {
|
@@ -24295,24 +24344,24 @@ function wv(e, t, n, s, i, l) {
|
|
24295
24344
|
}),
|
24296
24345
|
p(v, null, {
|
24297
24346
|
default: w(() => [
|
24298
|
-
o("h2",
|
24299
|
-
t[
|
24347
|
+
o("h2", dv, [
|
24348
|
+
t[274] || (t[274] = o("span", null, "Site Search", -1)),
|
24300
24349
|
o("a", {
|
24301
24350
|
href: "#",
|
24302
24351
|
class: "button small icon-cog",
|
24303
24352
|
title: "Open Component Settings",
|
24304
|
-
onClick: t[
|
24353
|
+
onClick: t[107] || (t[107] = S((x) => l.openSettingsSidebar("CmdSiteSearch"), ["prevent"]))
|
24305
24354
|
})
|
24306
24355
|
]),
|
24307
24356
|
p(rt, I({ ref: "CmdSiteSearch" }, e.cmdSiteSearchSettingsData, {
|
24308
24357
|
modelValueInput1: i.siteSearchInput1,
|
24309
|
-
"onUpdate:modelValueInput1": t[
|
24358
|
+
"onUpdate:modelValueInput1": t[108] || (t[108] = (x) => i.siteSearchInput1 = x),
|
24310
24359
|
modelValueInput2: i.siteSearchInput2,
|
24311
|
-
"onUpdate:modelValueInput2": t[
|
24360
|
+
"onUpdate:modelValueInput2": t[109] || (t[109] = (x) => i.siteSearchInput2 = x),
|
24312
24361
|
modelValueRadius: i.radius,
|
24313
|
-
"onUpdate:modelValueRadius": t[
|
24362
|
+
"onUpdate:modelValueRadius": t[110] || (t[110] = (x) => i.radius = x),
|
24314
24363
|
modelValueSearchFilters: i.filters,
|
24315
|
-
"onUpdate:modelValueSearchFilters": t[
|
24364
|
+
"onUpdate:modelValueSearchFilters": t[111] || (t[111] = (x) => i.filters = x),
|
24316
24365
|
onSearch: l.siteSearchOutput,
|
24317
24366
|
cmdFakeSelect: i.siteSearchFilters
|
24318
24367
|
}), null, 16, ["modelValueInput1", "modelValueInput2", "modelValueRadius", "modelValueSearchFilters", "onSearch", "cmdFakeSelect"])
|
@@ -24321,17 +24370,17 @@ function wv(e, t, n, s, i, l) {
|
|
24321
24370
|
}),
|
24322
24371
|
p(v, null, {
|
24323
24372
|
default: w(() => [
|
24324
|
-
o("h2",
|
24325
|
-
t[
|
24373
|
+
o("h2", uv, [
|
24374
|
+
t[275] || (t[275] = o("span", null, "Slideshow", -1)),
|
24326
24375
|
o("a", {
|
24327
24376
|
href: "#",
|
24328
24377
|
class: "button small icon-cog",
|
24329
24378
|
title: "Open Component Settings",
|
24330
|
-
onClick: t[
|
24379
|
+
onClick: t[112] || (t[112] = S((x) => l.openSettingsSidebar("CmdSlideshow"), ["prevent"]))
|
24331
24380
|
})
|
24332
24381
|
]),
|
24333
24382
|
p(dt, I({ ref: "CmdSlideshow" }, e.cmdSlideshowSettingsData, { "slideshow-items": i.slideshowData }), {
|
24334
|
-
default: w(() => t[
|
24383
|
+
default: w(() => t[276] || (t[276] = [
|
24335
24384
|
H("Slot-Content ")
|
24336
24385
|
])),
|
24337
24386
|
_: 1
|
@@ -24341,13 +24390,13 @@ function wv(e, t, n, s, i, l) {
|
|
24341
24390
|
}),
|
24342
24391
|
p(v, null, {
|
24343
24392
|
default: w(() => [
|
24344
|
-
o("h2",
|
24345
|
-
t[
|
24393
|
+
o("h2", cv, [
|
24394
|
+
t[277] || (t[277] = o("span", null, "Social Networks", -1)),
|
24346
24395
|
o("a", {
|
24347
24396
|
href: "#",
|
24348
24397
|
class: "button small icon-cog",
|
24349
24398
|
title: "Open Component Settings",
|
24350
|
-
onClick: t[
|
24399
|
+
onClick: t[113] || (t[113] = S((x) => l.openSettingsSidebar("CmdSocialNetworks"), ["prevent"]))
|
24351
24400
|
})
|
24352
24401
|
]),
|
24353
24402
|
p(ut, I({ ref: "CmdSocialNetworks" }, { ...e.cmdSocialNetworksSettingsData, ...i.socialNetworksData }), null, 16)
|
@@ -24356,7 +24405,7 @@ function wv(e, t, n, s, i, l) {
|
|
24356
24405
|
}),
|
24357
24406
|
p(v, null, {
|
24358
24407
|
default: w(() => [
|
24359
|
-
t[
|
24408
|
+
t[278] || (t[278] = o("h2", {
|
24360
24409
|
class: "headline-demopage",
|
24361
24410
|
id: "section-switch-language"
|
24362
24411
|
}, "Switch Language", -1)),
|
@@ -24371,17 +24420,17 @@ function wv(e, t, n, s, i, l) {
|
|
24371
24420
|
}),
|
24372
24421
|
p(v, null, {
|
24373
24422
|
default: w(() => [
|
24374
|
-
o("h2",
|
24375
|
-
t[
|
24423
|
+
o("h2", mv, [
|
24424
|
+
t[279] || (t[279] = o("span", null, "System Message", -1)),
|
24376
24425
|
o("a", {
|
24377
24426
|
href: "#",
|
24378
24427
|
class: "button small icon-cog",
|
24379
24428
|
title: "Open Component Settings",
|
24380
|
-
onClick: t[
|
24429
|
+
onClick: t[114] || (t[114] = S((x) => l.openSettingsSidebar("CmdSystemMessage"), ["prevent"]))
|
24381
24430
|
})
|
24382
24431
|
]),
|
24383
24432
|
p(K, I({ ref: "CmdSystemMessage" }, e.cmdSystemMessageSettingsData, { iconMessage: { iconClass: "icon-error-circle", show: !0 } }), {
|
24384
|
-
default: w(() => t[
|
24433
|
+
default: w(() => t[280] || (t[280] = [
|
24385
24434
|
o("ul", null, [
|
24386
24435
|
o("li", null, "Error #1"),
|
24387
24436
|
o("li", null, "Error #2"),
|
@@ -24395,18 +24444,18 @@ function wv(e, t, n, s, i, l) {
|
|
24395
24444
|
}),
|
24396
24445
|
p(v, null, {
|
24397
24446
|
default: w(() => [
|
24398
|
-
o("h2",
|
24399
|
-
t[
|
24447
|
+
o("h2", pv, [
|
24448
|
+
t[281] || (t[281] = o("span", null, "Tables", -1)),
|
24400
24449
|
o("a", {
|
24401
24450
|
href: "#",
|
24402
24451
|
class: "button small icon-cog",
|
24403
24452
|
title: "Open Component Settings",
|
24404
|
-
onClick: t[
|
24453
|
+
onClick: t[115] || (t[115] = S((x) => l.openSettingsSidebar("CmdTable"), ["prevent"]))
|
24405
24454
|
})
|
24406
24455
|
]),
|
24407
|
-
t[
|
24456
|
+
t[282] || (t[282] = o("h3", null, "Table as wide as its content (with caption)", -1)),
|
24408
24457
|
p(In, I({ ref: "CmdTable" }, e.cmdTableSettingsData, { "table-data": i.tableDataLarge }), null, 16, ["table-data"]),
|
24409
|
-
t[
|
24458
|
+
t[283] || (t[283] = o("h3", null, "Table as wide as possible", -1)),
|
24410
24459
|
p(In, {
|
24411
24460
|
collapsible: !0,
|
24412
24461
|
fullWidthOnDefault: !1,
|
@@ -24418,25 +24467,25 @@ function wv(e, t, n, s, i, l) {
|
|
24418
24467
|
}),
|
24419
24468
|
p(v, null, {
|
24420
24469
|
default: w(() => [
|
24421
|
-
o("h2",
|
24422
|
-
t[
|
24470
|
+
o("h2", fv, [
|
24471
|
+
t[284] || (t[284] = o("span", null, "Tabs", -1)),
|
24423
24472
|
o("a", {
|
24424
24473
|
href: "#",
|
24425
24474
|
class: "button small icon-cog",
|
24426
24475
|
title: "Open Component Settings",
|
24427
|
-
onClick: t[
|
24476
|
+
onClick: t[116] || (t[116] = S((x) => l.openSettingsSidebar("CmdTabs"), ["prevent"]))
|
24428
24477
|
})
|
24429
24478
|
]),
|
24430
24479
|
p(Ol, I({ ref: "CmdTabs" }, e.cmdTabsSettingsData, { tabs: i.tabsData }), {
|
24431
|
-
"tab-content-0": w(() => t[
|
24480
|
+
"tab-content-0": w(() => t[285] || (t[285] = [
|
24432
24481
|
o("h4", null, "Tab 1 headline", -1),
|
24433
24482
|
o("p", null, "Slot-Content Tab 1", -1)
|
24434
24483
|
])),
|
24435
|
-
"tab-content-1": w(() => t[
|
24484
|
+
"tab-content-1": w(() => t[286] || (t[286] = [
|
24436
24485
|
o("h4", null, "Tab 2 headline", -1),
|
24437
24486
|
o("p", null, "Slot-Content Tab 2", -1)
|
24438
24487
|
])),
|
24439
|
-
"tab-content-2": w(() => t[
|
24488
|
+
"tab-content-2": w(() => t[287] || (t[287] = [
|
24440
24489
|
o("h4", null, "Tab 3 headline", -1),
|
24441
24490
|
o("p", null, "Slot-Content Tab 3", -1)
|
24442
24491
|
])),
|
@@ -24447,16 +24496,16 @@ function wv(e, t, n, s, i, l) {
|
|
24447
24496
|
}),
|
24448
24497
|
p(v, null, {
|
24449
24498
|
default: w(() => [
|
24450
|
-
o("h2",
|
24451
|
-
t[
|
24499
|
+
o("h2", hv, [
|
24500
|
+
t[288] || (t[288] = o("span", null, "Text-Image-Block", -1)),
|
24452
24501
|
o("a", {
|
24453
24502
|
href: "#",
|
24454
24503
|
class: "button small icon-cog",
|
24455
24504
|
title: "Open Component Settings",
|
24456
|
-
onClick: t[
|
24505
|
+
onClick: t[117] || (t[117] = S((x) => l.openSettingsSidebar("CmdTextImageBlock"), ["prevent"]))
|
24457
24506
|
})
|
24458
24507
|
]),
|
24459
|
-
o("div",
|
24508
|
+
o("div", gv, [
|
24460
24509
|
p(Vt, {
|
24461
24510
|
cmdHeadline: { headlineText: "Text-Image-Block (with html-text)", headlineLevel: 3 },
|
24462
24511
|
htmlContent: "<p>This text is given as html-text and show below an optional image.</p>"
|
@@ -24501,20 +24550,20 @@ function wv(e, t, n, s, i, l) {
|
|
24501
24550
|
}),
|
24502
24551
|
p(v, null, {
|
24503
24552
|
default: w(() => [
|
24504
|
-
o("h2",
|
24505
|
-
t[
|
24553
|
+
o("h2", yv, [
|
24554
|
+
t[289] || (t[289] = o("span", null, "Thumbnail-Scroller", -1)),
|
24506
24555
|
o("a", {
|
24507
24556
|
href: "#",
|
24508
24557
|
class: "button small icon-cog",
|
24509
24558
|
title: "Open Component Settings",
|
24510
|
-
onClick: t[
|
24559
|
+
onClick: t[118] || (t[118] = S((x) => l.openSettingsSidebar("CmdThumbnailScroller"), ["prevent"]))
|
24511
24560
|
})
|
24512
24561
|
]),
|
24513
24562
|
o("p", null, " date (YMD/default): " + y(l.formatDate("2025-01-28", "", "-")), 1),
|
24514
24563
|
o("p", null, " date (DMY): " + y(l.formatDate("2025-01-28", "dmy")), 1),
|
24515
24564
|
o("p", null, " date (MDY): " + y(l.formatDate("2025-01-28", "mdy", "/")), 1),
|
24516
24565
|
o("p", null, " date (invalid)): " + y(l.formatDate("invalid")), 1),
|
24517
|
-
o("div",
|
24566
|
+
o("div", bv, [
|
24518
24567
|
p(Ll, I({ ref: "CmdThumbnailScroller" }, e.cmdThumbnailScrollerSettingsData, { thumbnailScrollerItems: l.thumbnailScrollerData }), null, 16, ["thumbnailScrollerItems"])
|
24519
24568
|
])
|
24520
24569
|
]),
|
@@ -24522,13 +24571,13 @@ function wv(e, t, n, s, i, l) {
|
|
24522
24571
|
}),
|
24523
24572
|
p(v, null, {
|
24524
24573
|
default: w(() => [
|
24525
|
-
o("h2",
|
24526
|
-
t[
|
24574
|
+
o("h2", xv, [
|
24575
|
+
t[290] || (t[290] = o("span", null, "Toggle Dark-Mode", -1)),
|
24527
24576
|
o("a", {
|
24528
24577
|
href: "#",
|
24529
24578
|
class: "button small icon-cog",
|
24530
24579
|
title: "Open Component Settings",
|
24531
|
-
onClick: t[
|
24580
|
+
onClick: t[119] || (t[119] = S((x) => l.openSettingsSidebar("CmdToggleDarkMode"), ["prevent"]))
|
24532
24581
|
})
|
24533
24582
|
]),
|
24534
24583
|
p(Il, I({ ref: "CmdToggleDarkMode" }, e.cmdToggleDarkModeSettingsData), null, 16)
|
@@ -24537,33 +24586,33 @@ function wv(e, t, n, s, i, l) {
|
|
24537
24586
|
}),
|
24538
24587
|
p(v, null, {
|
24539
24588
|
default: w(() => [
|
24540
|
-
o("h2",
|
24541
|
-
t[
|
24589
|
+
o("h2", Cv, [
|
24590
|
+
t[291] || (t[291] = o("span", null, "Tooltip", -1)),
|
24542
24591
|
o("a", {
|
24543
24592
|
href: "#",
|
24544
24593
|
class: "button small icon-cog",
|
24545
24594
|
title: "Open Component Settings",
|
24546
|
-
onClick: t[
|
24595
|
+
onClick: t[120] || (t[120] = S((x) => l.openSettingsSidebar("CmdTooltip"), ["prevent"]))
|
24547
24596
|
})
|
24548
24597
|
]),
|
24549
24598
|
o("p", null, [
|
24550
24599
|
o("a", {
|
24551
24600
|
href: "#",
|
24552
|
-
onClick: t[
|
24601
|
+
onClick: t[121] || (t[121] = S(() => {
|
24553
24602
|
}, ["prevent"])),
|
24554
24603
|
id: "show-on-hover"
|
24555
24604
|
}, "Show tooltip on hover!"),
|
24556
|
-
t[
|
24605
|
+
t[292] || (t[292] = o("br", null, null, -1)),
|
24557
24606
|
o("a", {
|
24558
24607
|
href: "#",
|
24559
|
-
onClick: t[
|
24608
|
+
onClick: t[122] || (t[122] = S(() => {
|
24560
24609
|
}, ["prevent"])),
|
24561
24610
|
id: "show-with-delay"
|
24562
24611
|
}, "Show tooltip on hover with delay!"),
|
24563
|
-
t[
|
24612
|
+
t[293] || (t[293] = o("br", null, null, -1)),
|
24564
24613
|
o("a", {
|
24565
24614
|
href: "#",
|
24566
|
-
onClick: t[
|
24615
|
+
onClick: t[123] || (t[123] = S(() => {
|
24567
24616
|
}, ["prevent"])),
|
24568
24617
|
id: "show-on-click",
|
24569
24618
|
title: "Native tooltip"
|
@@ -24573,7 +24622,7 @@ function wv(e, t, n, s, i, l) {
|
|
24573
24622
|
ref: "CmdTooltip",
|
24574
24623
|
"related-id": "show-on-hover"
|
24575
24624
|
}, e.cmdTooltipSettingsData), {
|
24576
|
-
default: w(() => t[
|
24625
|
+
default: w(() => t[294] || (t[294] = [
|
24577
24626
|
H(" Tooltip on hover ")
|
24578
24627
|
])),
|
24579
24628
|
_: 1
|
@@ -24582,7 +24631,7 @@ function wv(e, t, n, s, i, l) {
|
|
24582
24631
|
"delay-to-show-tooltip": 2e3,
|
24583
24632
|
"related-id": "show-with-delay"
|
24584
24633
|
}, {
|
24585
|
-
default: w(() => t[
|
24634
|
+
default: w(() => t[295] || (t[295] = [
|
24586
24635
|
H(" Tooltip on hover with delay ")
|
24587
24636
|
])),
|
24588
24637
|
_: 1
|
@@ -24592,7 +24641,7 @@ function wv(e, t, n, s, i, l) {
|
|
24592
24641
|
"toggle-visibility-by-click": !0,
|
24593
24642
|
allowEscapeKey: !0
|
24594
24643
|
}, {
|
24595
|
-
default: w(() => t[
|
24644
|
+
default: w(() => t[296] || (t[296] = [
|
24596
24645
|
H(" Tooltip on click ")
|
24597
24646
|
])),
|
24598
24647
|
_: 1
|
@@ -24602,13 +24651,13 @@ function wv(e, t, n, s, i, l) {
|
|
24602
24651
|
}),
|
24603
24652
|
p(v, null, {
|
24604
24653
|
default: w(() => [
|
24605
|
-
o("h2",
|
24606
|
-
t[
|
24654
|
+
o("h2", vv, [
|
24655
|
+
t[297] || (t[297] = o("span", null, "Upload-Form", -1)),
|
24607
24656
|
o("a", {
|
24608
24657
|
href: "#",
|
24609
24658
|
class: "button small icon-cog",
|
24610
24659
|
title: "Open Component Settings",
|
24611
|
-
onClick: t[
|
24660
|
+
onClick: t[124] || (t[124] = S((x) => l.openSettingsSidebar("CmdUploadForm"), ["prevent"]))
|
24612
24661
|
})
|
24613
24662
|
]),
|
24614
24663
|
p(Bl, I({ ref: "CmdUploadForm" }, e.cmdUploadFormSettingsData), null, 16)
|
@@ -24617,20 +24666,20 @@ function wv(e, t, n, s, i, l) {
|
|
24617
24666
|
}),
|
24618
24667
|
p(v, null, {
|
24619
24668
|
default: w(() => [
|
24620
|
-
o("h2",
|
24621
|
-
t[
|
24669
|
+
o("h2", kv, [
|
24670
|
+
t[298] || (t[298] = o("span", null, "Width Limitation Wrapper", -1)),
|
24622
24671
|
o("a", {
|
24623
24672
|
href: "#",
|
24624
24673
|
class: "button small icon-cog",
|
24625
24674
|
title: "Open Component Settings",
|
24626
|
-
onClick: t[
|
24675
|
+
onClick: t[125] || (t[125] = S((x) => l.openSettingsSidebar("CmdWidthLimitationWrapper"), ["prevent"]))
|
24627
24676
|
})
|
24628
24677
|
]),
|
24629
24678
|
p(v, I({
|
24630
24679
|
style: { border: "1px dotted gray" },
|
24631
24680
|
ref: "CmdWidthLimitationWrapper"
|
24632
24681
|
}, e.cmdWidthLimitationWrapperSettingsData), {
|
24633
|
-
default: w(() => t[
|
24682
|
+
default: w(() => t[299] || (t[299] = [
|
24634
24683
|
o("p", null, "Slot-content", -1),
|
24635
24684
|
o("p", null, "Slot-content", -1),
|
24636
24685
|
o("p", null, "Slot-content", -1)
|
@@ -24640,9 +24689,9 @@ function wv(e, t, n, s, i, l) {
|
|
24640
24689
|
]),
|
24641
24690
|
_: 1
|
24642
24691
|
})
|
24643
|
-
])) : (a(), r("main",
|
24692
|
+
])) : (a(), r("main", wv, [
|
24644
24693
|
p(v, null, {
|
24645
|
-
default: w(() => t[
|
24694
|
+
default: w(() => t[300] || (t[300] = [
|
24646
24695
|
o("h1", { class: "headline-demopage" }, "Page Overview", -1)
|
24647
24696
|
])),
|
24648
24697
|
_: 1
|
@@ -24650,7 +24699,7 @@ function wv(e, t, n, s, i, l) {
|
|
24650
24699
|
p(Dl)
|
24651
24700
|
])),
|
24652
24701
|
p(Ke, null, {
|
24653
|
-
default: w(() => t[
|
24702
|
+
default: w(() => t[301] || (t[301] = [
|
24654
24703
|
H(" Slot-Content for Site-Footer ")
|
24655
24704
|
])),
|
24656
24705
|
_: 1
|
@@ -24668,7 +24717,7 @@ function wv(e, t, n, s, i, l) {
|
|
24668
24717
|
cookieOptions: i.cookieDisclaimerData,
|
24669
24718
|
onCloseCookieDisclaimer: l.closeCookieDisclaimer,
|
24670
24719
|
modelValue: i.acceptedCookies,
|
24671
|
-
"onUpdate:modelValue": t[
|
24720
|
+
"onUpdate:modelValue": t[126] || (t[126] = (x) => i.acceptedCookies = x),
|
24672
24721
|
cmdHeadlineCookieDisclaimer: { show: !1 },
|
24673
24722
|
privacyText: "By browsing this website you accept the usage and saving of anonymous data!"
|
24674
24723
|
}, null, 8, ["cookieOptions", "onCloseCookieDisclaimer", "modelValue"])
|
@@ -24693,11 +24742,11 @@ function wv(e, t, n, s, i, l) {
|
|
24693
24742
|
]),
|
24694
24743
|
_: 1
|
24695
24744
|
}, 8, ["openSidebar", "onToggleSidebar"])) : m("", !0)
|
24696
|
-
], 8,
|
24745
|
+
], 8, ZC)), [
|
24697
24746
|
[Pl]
|
24698
24747
|
]);
|
24699
24748
|
}
|
24700
|
-
const
|
24749
|
+
const Av = /* @__PURE__ */ F(JC, [["render", Tv]]), Pv = {
|
24701
24750
|
// el = real dom-element
|
24702
24751
|
mounted(e) {
|
24703
24752
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|
@@ -24707,7 +24756,7 @@ const Vv = /* @__PURE__ */ F(YC, [["render", wv]]), Av = {
|
|
24707
24756
|
t ? t.focus() : console.warn("No input-element for focus-directive on element " + e.tagName + " found!");
|
24708
24757
|
}
|
24709
24758
|
}
|
24710
|
-
},
|
24759
|
+
}, Ev = {
|
24711
24760
|
// el = real dom-element
|
24712
24761
|
// binding.value = value of v-directive
|
24713
24762
|
mounted(e, t) {
|
@@ -24723,8 +24772,8 @@ function _l(e) {
|
|
24723
24772
|
n.preventDefault(), we({ url: e[t].href });
|
24724
24773
|
}), e[t].dataset.cmdFancyBoxHandlerRegistered = "true");
|
24725
24774
|
}
|
24726
|
-
const pt = new MutationObserver(
|
24727
|
-
function
|
24775
|
+
const pt = new MutationObserver(Sv);
|
24776
|
+
function Sv(e) {
|
24728
24777
|
const t = [];
|
24729
24778
|
for (let n = 0; n < e.length; n++)
|
24730
24779
|
if (e[n].type === "attributes")
|
@@ -24735,7 +24784,7 @@ function Tv(e) {
|
|
24735
24784
|
}
|
24736
24785
|
t.length > 0 && _l(t);
|
24737
24786
|
}
|
24738
|
-
const
|
24787
|
+
const Hv = (e) => {
|
24739
24788
|
const t = e.querySelectorAll(".fancybox");
|
24740
24789
|
_l(t), pt == null || pt.disconnect(), pt.observe(e, {
|
24741
24790
|
subtree: !0,
|
@@ -24747,16 +24796,16 @@ const Ev = (e) => {
|
|
24747
24796
|
characterData: !1
|
24748
24797
|
});
|
24749
24798
|
};
|
24750
|
-
function
|
24799
|
+
function qv(e) {
|
24751
24800
|
return e ? e.slice(0, 1).toUpperCase() + e.slice(1) : "";
|
24752
24801
|
}
|
24753
|
-
function
|
24802
|
+
function Rv(e) {
|
24754
24803
|
return e ? e.charAt(0).toLowerCase() + e.slice(1) : "";
|
24755
24804
|
}
|
24756
|
-
function
|
24805
|
+
function jv(...e) {
|
24757
24806
|
return e.filter((t) => typeof t == "string").map((t) => t.trim()).filter((t) => t.length > 0).join(" ");
|
24758
24807
|
}
|
24759
|
-
function
|
24808
|
+
function Nv() {
|
24760
24809
|
const e = {};
|
24761
24810
|
Wl(s);
|
24762
24811
|
function t(i = "defaultSequence") {
|
@@ -24771,19 +24820,19 @@ function jv() {
|
|
24771
24820
|
}
|
24772
24821
|
return { nextSequenceValue: t, currentSequenceValue: n, resetSequence: s };
|
24773
24822
|
}
|
24774
|
-
function
|
24823
|
+
function _v(e, t, n) {
|
24775
24824
|
Gl(() => e.addEventListener(t, n)), Kl(() => e.removeEventListener(t, n));
|
24776
24825
|
}
|
24777
24826
|
function rn(e) {
|
24778
24827
|
return e.offsetParent ? e.offsetTop + rn(e.offsetParent) : e.offsetTop;
|
24779
24828
|
}
|
24780
|
-
function
|
24829
|
+
function Ov(e) {
|
24781
24830
|
return e instanceof NodeList ? Array.from(e) : Array.isArray(e) ? e : [];
|
24782
24831
|
}
|
24783
|
-
function
|
24832
|
+
function Lv(e, t) {
|
24784
24833
|
if (!t.length) {
|
24785
24834
|
const n = e();
|
24786
|
-
|
24835
|
+
Ov(n).map((s, i) => {
|
24787
24836
|
const l = {
|
24788
24837
|
offsetTop: rn(s)
|
24789
24838
|
};
|
@@ -24791,16 +24840,16 @@ function Ov(e, t) {
|
|
24791
24840
|
}).forEach((s) => t.push(s));
|
24792
24841
|
}
|
24793
24842
|
}
|
24794
|
-
function
|
24843
|
+
function Uv(e, t = 0) {
|
24795
24844
|
const n = [], s = Yl({
|
24796
24845
|
activeItem: t,
|
24797
24846
|
reset() {
|
24798
24847
|
this.activeItem = 0, n.length = 0;
|
24799
24848
|
}
|
24800
24849
|
});
|
24801
|
-
return
|
24850
|
+
return _v(window, "scroll", () => {
|
24802
24851
|
const i = window.scrollY;
|
24803
|
-
|
24852
|
+
Lv(e, n);
|
24804
24853
|
for (let l = 0, d = n.length; l < d; l++)
|
24805
24854
|
if (i < n[l].offsetTop + n[l].height / 2) {
|
24806
24855
|
s.activeItem = l;
|
@@ -24864,30 +24913,30 @@ export {
|
|
24864
24913
|
gn as CmdTooltipForFormElements,
|
24865
24914
|
mb as CmdUploadForm,
|
24866
24915
|
vl as CmdWidthLimitationWrapper,
|
24867
|
-
|
24916
|
+
Av as ComponentLibrary,
|
24868
24917
|
Mb as ContactInformation,
|
24869
|
-
|
24870
|
-
|
24871
|
-
|
24918
|
+
Hv as DirFancybox,
|
24919
|
+
Pv as DirFocus,
|
24920
|
+
Ev as DirTelephone,
|
24872
24921
|
qe as EditComponentWrapper,
|
24873
24922
|
ce as I18n,
|
24874
24923
|
wb as MultipleBoxWrapper,
|
24875
24924
|
Ob as MultipleListsOfLinks,
|
24876
|
-
|
24925
|
+
qv as capitalizeFirstLetter,
|
24877
24926
|
Vi as createHtmlId,
|
24878
24927
|
it as createUuid,
|
24879
|
-
|
24880
|
-
|
24928
|
+
Dv as currentDate,
|
24929
|
+
Mv as currentTime,
|
24881
24930
|
Tl as formatDate,
|
24882
24931
|
Rb as formatTime,
|
24883
|
-
|
24932
|
+
jv as fullName,
|
24884
24933
|
Gi as getCookieDisclaimerCookie,
|
24885
|
-
|
24934
|
+
Fv as getDate,
|
24886
24935
|
$e as getFileExtension,
|
24887
|
-
|
24888
|
-
|
24936
|
+
Vv as getWeekday,
|
24937
|
+
Rv as lowercaseFirstLetter,
|
24889
24938
|
we as openFancyBox,
|
24890
24939
|
mm as setCookieDisclaimerCookie,
|
24891
|
-
|
24892
|
-
|
24940
|
+
Uv as useScrollspy,
|
24941
|
+
Nv as useSequence
|
24893
24942
|
};
|