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