comand-component-library 4.2.10 → 4.2.11
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 +265 -251
- package/dist/style.css +1 -1
- package/package.json +3 -2
- package/src/ComponentLibrary.vue +3 -2
- package/src/assets/lists-of-data/.htaccess +1 -1
- package/src/assets/lists-of-data/casual-01.json +1 -1
- package/src/assets/lists-of-data/founder-01.json +111 -0
- package/src/assets/lists-of-data/investor-01.json +114 -0
- package/src/components/CmdFakeSelect.vue +5 -5
- package/src/components/CmdInputGroup.vue +3 -4
- package/src/components/CmdListOfRequirements.vue +6 -6
- package/src/components/CmdTooltip.vue +16 -2
- package/src/main.js +5 -1
@@ -1,7 +1,7 @@
|
|
1
1
|
var Hl = Object.defineProperty;
|
2
2
|
var ql = (e, t, n) => t in e ? Hl(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
3
3
|
var Ye = (e, t, n) => ql(e, typeof t != "symbol" ? t + "" : t, n);
|
4
|
-
import { defineComponent as hi, h as Mn, resolveComponent as ke, openBlock as a, createBlock as v, normalizeClass as C, createElementBlock as r, getCurrentInstance as Rl, resolveDynamicComponent as Fe, withModifiers as S, withCtx as w, withDirectives as $, createElementVNode as o, createVNode as p, createCommentVNode as m, vShow as he, Fragment as _, toDisplayString as b, renderSlot as P, normalizeProps as j, mergeProps as I, createTextVNode as
|
4
|
+
import { defineComponent as hi, h as Mn, resolveComponent as ke, openBlock as a, createBlock as v, normalizeClass as C, createElementBlock as r, getCurrentInstance as Rl, resolveDynamicComponent as Fe, withModifiers as S, withCtx as w, withDirectives as $, createElementVNode as o, createVNode as p, createCommentVNode as m, vShow as he, Fragment as _, toDisplayString as b, renderSlot as P, normalizeProps as j, mergeProps as I, createTextVNode as E, renderList as q, Transition as Pe, toHandlers as zt, TransitionGroup as dn, createApp as jl, normalizeStyle as xt, guardReactiveProps as Ve, useCssVars as gi, vModelDynamic as Nl, createStaticVNode as Ul, vModelText as Wt, resolveDirective as zl, vModelSelect as Wl, vModelRadio as Pt, onBeforeUpdate as Gl, onMounted as Kl, onUnmounted as Jl, reactive as Yl } from "vue";
|
5
5
|
const $e = /^[a-z0-9]+(-[a-z0-9]+)*$/, wt = (e, t, n, s = "") => {
|
6
6
|
const i = e.split(":");
|
7
7
|
if (e.slice(0, 1) === "@") {
|
@@ -1798,7 +1798,7 @@ function Sa(e, t, n, s, i, l) {
|
|
1798
1798
|
n.cmdIcon ? (a(), v(d, j(I({ key: 0 }, n.cmdIcon)), null, 16)) : m("", !0),
|
1799
1799
|
o("span", Ta, b(n.preHeadlineText), 1),
|
1800
1800
|
P(e.$slots, "default", {}, () => [
|
1801
|
-
|
1801
|
+
E(b(n.headlineText), 1)
|
1802
1802
|
])
|
1803
1803
|
]),
|
1804
1804
|
_: 3
|
@@ -1806,7 +1806,7 @@ function Sa(e, t, n, s, i, l) {
|
|
1806
1806
|
], 64)) : n.headlineText ? (a(), v(Fe(l.headlineTag), { key: 2 }, {
|
1807
1807
|
default: w(() => [
|
1808
1808
|
P(e.$slots, "default", {}, () => [
|
1809
|
-
|
1809
|
+
E(b(n.headlineText), 1)
|
1810
1810
|
])
|
1811
1811
|
]),
|
1812
1812
|
_: 3
|
@@ -1833,6 +1833,11 @@ const Y = /* @__PURE__ */ F(ba, [["render", Sa]]), _a = {
|
|
1833
1833
|
pointerY: 0
|
1834
1834
|
};
|
1835
1835
|
},
|
1836
|
+
inject: {
|
1837
|
+
injectScrollContainer: {
|
1838
|
+
default: ""
|
1839
|
+
}
|
1840
|
+
},
|
1836
1841
|
props: {
|
1837
1842
|
/**
|
1838
1843
|
* properties for CmdHeadline-component
|
@@ -1910,7 +1915,14 @@ const Y = /* @__PURE__ */ F(ba, [["render", Sa]]), _a = {
|
|
1910
1915
|
mounted() {
|
1911
1916
|
if (this.relatedId) {
|
1912
1917
|
const e = document.getElementById(this.relatedId);
|
1913
|
-
|
1918
|
+
if (e) {
|
1919
|
+
const t = this.injectScrollContainer || this.scrollContainer;
|
1920
|
+
if (t) {
|
1921
|
+
const n = document.querySelector(t);
|
1922
|
+
n ? n.addEventListener("scroll", this.hideTooltip) : console.warn("'CmdTooltip-Component': Element accessed by " + t + " does not exist! Please provide selector for an existing element!"), document.addEventListener("keyup", this.hideTooltipOnEsc);
|
1923
|
+
}
|
1924
|
+
this.toggleVisibilityByClick ? e.addEventListener("click", this.toggleTooltipVisibility) : (e.addEventListener("mouseenter", this.showTooltip), e.addEventListener("mouseleave", this.hideTooltip));
|
1925
|
+
}
|
1914
1926
|
}
|
1915
1927
|
},
|
1916
1928
|
methods: {
|
@@ -1974,7 +1986,7 @@ function Ia(e, t, n, s, i, l) {
|
|
1974
1986
|
], 8, La)) : m("", !0)
|
1975
1987
|
])) : m("", !0),
|
1976
1988
|
P(e.$slots, "default", {}, () => [
|
1977
|
-
|
1989
|
+
E(b(n.tooltipText), 1)
|
1978
1990
|
])
|
1979
1991
|
], 2)) : m("", !0);
|
1980
1992
|
}
|
@@ -2135,10 +2147,10 @@ function Aa(e, t, n, s, i, l) {
|
|
2135
2147
|
"headline-level": n.cmdHeadline.headlineLevel
|
2136
2148
|
}, {
|
2137
2149
|
default: w(() => [
|
2138
|
-
|
2150
|
+
E(b(l.headlineRequirements), 1),
|
2139
2151
|
n.labelText ? (a(), r(_, { key: 0 }, [
|
2140
2152
|
t[1] || (t[1] = o("br", null, null, -1)),
|
2141
|
-
|
2153
|
+
E('"' + b(n.labelText) + '"', 1)
|
2142
2154
|
], 64)) : m("", !0)
|
2143
2155
|
]),
|
2144
2156
|
_: 1
|
@@ -3212,12 +3224,12 @@ function Ts(e, t, n, s, i, l) {
|
|
3212
3224
|
key: 1,
|
3213
3225
|
id: e.htmlId,
|
3214
3226
|
class: n.inputClass,
|
3215
|
-
onFocus: t[1] || (t[1] = (
|
3216
|
-
onBlur: t[2] || (t[2] = (...
|
3217
|
-
onInput: t[3] || (t[3] = (...
|
3218
|
-
onMouseover: t[4] || (t[4] = (...
|
3219
|
-
onKeyup: t[5] || (t[5] = (...
|
3220
|
-
onChange: t[6] || (t[6] = (
|
3227
|
+
onFocus: t[1] || (t[1] = (H) => e.tooltip = !0),
|
3228
|
+
onBlur: t[2] || (t[2] = (...H) => l.onBlur && l.onBlur(...H)),
|
3229
|
+
onInput: t[3] || (t[3] = (...H) => l.onInput && l.onInput(...H)),
|
3230
|
+
onMouseover: t[4] || (t[4] = (...H) => l.datalistFocus && l.datalistFocus(...H)),
|
3231
|
+
onKeyup: t[5] || (t[5] = (...H) => e.checkForCapsLock && e.checkForCapsLock(...H)),
|
3232
|
+
onChange: t[6] || (t[6] = (H) => e.$emit("change", H)),
|
3221
3233
|
autocomplete: l.autocomplete,
|
3222
3234
|
list: n.datalist ? n.datalist.id : null,
|
3223
3235
|
value: n.modelValue,
|
@@ -3229,9 +3241,9 @@ function Ts(e, t, n, s, i, l) {
|
|
3229
3241
|
key: 2,
|
3230
3242
|
href: "#",
|
3231
3243
|
class: "place-inside",
|
3232
|
-
onMousedown: t[7] || (t[7] = S((...
|
3233
|
-
onMouseup: t[8] || (t[8] = S((...
|
3234
|
-
onMouseleave: t[9] || (t[9] = S((...
|
3244
|
+
onMousedown: t[7] || (t[7] = S((...H) => l.showPassword && l.showPassword(...H), ["prevent"])),
|
3245
|
+
onMouseup: t[8] || (t[8] = S((...H) => l.hidePassword && l.hidePassword(...H), ["prevent"])),
|
3246
|
+
onMouseleave: t[9] || (t[9] = S((...H) => l.hidePassword && l.hidePassword(...H), ["prevent"])),
|
3235
3247
|
onClick: t[10] || (t[10] = S(() => {
|
3236
3248
|
}, ["prevent"])),
|
3237
3249
|
title: n.iconPasswordVisible.tooltip
|
@@ -3245,16 +3257,16 @@ function Ts(e, t, n, s, i, l) {
|
|
3245
3257
|
key: 2,
|
3246
3258
|
id: n.datalist.id
|
3247
3259
|
}, [
|
3248
|
-
(a(!0), r(_, null, q(n.datalist.options, (
|
3260
|
+
(a(!0), r(_, null, q(n.datalist.options, (H, X) => (a(), r("option", {
|
3249
3261
|
key: X,
|
3250
|
-
value:
|
3262
|
+
value: H
|
3251
3263
|
}, null, 8, ns))), 128))
|
3252
3264
|
], 8, ts)) : n.element === "input" && (e.$attrs.type === "checkbox" || e.$attrs.type === "radio") ? (a(), r(_, { key: 3 }, [
|
3253
3265
|
n.onLabel && n.offLabel ? n.onLabel && n.offLabel ? (a(), r(_, { key: 1 }, [
|
3254
3266
|
o("span", as, [
|
3255
3267
|
o("input", I(l.elementAttributes, {
|
3256
|
-
onChange: t[13] || (t[13] = (...
|
3257
|
-
onBlur: t[14] || (t[14] = (...
|
3268
|
+
onChange: t[13] || (t[13] = (...H) => l.onChange && l.onChange(...H)),
|
3269
|
+
onBlur: t[14] || (t[14] = (...H) => l.onBlur && l.onBlur(...H)),
|
3258
3270
|
checked: l.isChecked,
|
3259
3271
|
value: n.inputValue,
|
3260
3272
|
class: { inputClass: n.inputClass, validationStatus: e.validationStatus },
|
@@ -3274,8 +3286,8 @@ function Ts(e, t, n, s, i, l) {
|
|
3274
3286
|
], 2)) : m("", !0)
|
3275
3287
|
], 64)) : P(e.$slots, "default", { key: 2 }) : (a(), r(_, { key: 0 }, [
|
3276
3288
|
o("input", I(l.elementAttributes, {
|
3277
|
-
onChange: t[11] || (t[11] = (...
|
3278
|
-
onBlur: t[12] || (t[12] = (...
|
3289
|
+
onChange: t[11] || (t[11] = (...H) => l.onChange && l.onChange(...H)),
|
3290
|
+
onBlur: t[12] || (t[12] = (...H) => l.onBlur && l.onBlur(...H)),
|
3279
3291
|
checked: l.isChecked,
|
3280
3292
|
value: n.inputValue,
|
3281
3293
|
class: [n.inputClass, e.validationStatus, l.toggleSwitchIconClass, { "replace-input-type": n.replaceInputType }],
|
@@ -3299,31 +3311,31 @@ function Ts(e, t, n, s, i, l) {
|
|
3299
3311
|
], 64)) : m("", !0),
|
3300
3312
|
n.element === "select" ? (a(), r("select", I({ key: 4 }, l.elementAttributes, {
|
3301
3313
|
id: e.htmlId,
|
3302
|
-
onBlur: t[15] || (t[15] = (...
|
3303
|
-
onChange: t[16] || (t[16] = (
|
3314
|
+
onBlur: t[15] || (t[15] = (...H) => l.onBlur && l.onBlur(...H)),
|
3315
|
+
onChange: t[16] || (t[16] = (H) => e.$emit("update:modelValue", H.target.value))
|
3304
3316
|
}), [
|
3305
|
-
n.groupSelectOptionsByInitialLetters ? (a(!0), r(_, { key: 1 }, q(l.initialLetters, (
|
3317
|
+
n.groupSelectOptionsByInitialLetters ? (a(!0), r(_, { key: 1 }, q(l.initialLetters, (H, X) => (a(), r("optgroup", {
|
3306
3318
|
label: X,
|
3307
3319
|
key: X
|
3308
3320
|
}, [
|
3309
|
-
(a(!0), r(_, null, q(
|
3321
|
+
(a(!0), r(_, null, q(H, (te, Ce) => (a(), r("option", {
|
3310
3322
|
key: Ce,
|
3311
3323
|
value: te.value,
|
3312
3324
|
selected: te.value === n.modelValue
|
3313
3325
|
}, b(te.text), 9, hs))), 128))
|
3314
|
-
], 8, fs))), 128)) : (a(!0), r(_, { key: 0 }, q(n.selectOptions, (
|
3326
|
+
], 8, fs))), 128)) : (a(!0), r(_, { key: 0 }, q(n.selectOptions, (H, X) => (a(), r("option", {
|
3315
3327
|
key: X,
|
3316
|
-
value:
|
3317
|
-
selected:
|
3318
|
-
}, b(
|
3328
|
+
value: H.value,
|
3329
|
+
selected: H.value === n.modelValue
|
3330
|
+
}, b(H.text), 9, ps))), 128))
|
3319
3331
|
], 16, ms)) : m("", !0),
|
3320
3332
|
n.element === "textarea" ? (a(), r("textarea", I({ key: 5 }, l.elementAttributes, {
|
3321
3333
|
id: e.htmlId,
|
3322
3334
|
value: n.modelValue,
|
3323
3335
|
maxlength: l.getMaxLength(),
|
3324
|
-
onInput: t[17] || (t[17] = (...
|
3325
|
-
onFocus: t[18] || (t[18] = (
|
3326
|
-
onBlur: t[19] || (t[19] = (...
|
3336
|
+
onInput: t[17] || (t[17] = (...H) => l.onInput && l.onInput(...H)),
|
3337
|
+
onFocus: t[18] || (t[18] = (H) => e.tooltip = !0),
|
3338
|
+
onBlur: t[19] || (t[19] = (...H) => l.onBlur && l.onBlur(...H))
|
3327
3339
|
}), null, 16, gs)) : m("", !0),
|
3328
3340
|
n.element === "textarea" && n.showCharactersTextarea ? (a(), r("span", bs, [
|
3329
3341
|
n.textCharactersLeft ? (a(), r("span", ys, b(n.textCharactersLeft), 1)) : m("", !0),
|
@@ -3338,7 +3350,7 @@ function Ts(e, t, n, s, i, l) {
|
|
3338
3350
|
}, null, 8, ["iconClass"])) : m("", !0),
|
3339
3351
|
o("input", I(l.elementAttributes, {
|
3340
3352
|
id: e.htmlId,
|
3341
|
-
onInput: t[20] || (t[20] = (...
|
3353
|
+
onInput: t[20] || (t[20] = (...H) => l.onInput && l.onInput(...H)),
|
3342
3354
|
maxlength: l.getMaxLength(),
|
3343
3355
|
value: n.modelValue
|
3344
3356
|
}), null, 16, Cs),
|
@@ -3347,7 +3359,7 @@ function Ts(e, t, n, s, i, l) {
|
|
3347
3359
|
href: "#",
|
3348
3360
|
class: C(["button no-flex", { disabled: e.$attrs.disabled }]),
|
3349
3361
|
title: n.iconSearch.tooltip,
|
3350
|
-
onClick: t[21] || (t[21] = S((...
|
3362
|
+
onClick: t[21] || (t[21] = S((...H) => l.executeSearch && l.executeSearch(...H), ["prevent"]))
|
3351
3363
|
}, [
|
3352
3364
|
p(d, {
|
3353
3365
|
iconClass: n.iconSearch.iconClass
|
@@ -3356,7 +3368,7 @@ function Ts(e, t, n, s, i, l) {
|
|
3356
3368
|
(c = n.iconDelete) != null && c.show ? (a(), r("a", {
|
3357
3369
|
key: 2,
|
3358
3370
|
href: "#",
|
3359
|
-
onClick: t[22] || (t[22] = S((
|
3371
|
+
onClick: t[22] || (t[22] = S((H) => e.$emit("update:modelValue", ""), ["prevent"])),
|
3360
3372
|
title: (h = n.iconDelete) == null ? void 0 : h.tooltip
|
3361
3373
|
}, [
|
3362
3374
|
p(d, {
|
@@ -3369,7 +3381,7 @@ function Ts(e, t, n, s, i, l) {
|
|
3369
3381
|
key: 1,
|
3370
3382
|
class: "button"
|
3371
3383
|
}, l.buttonAttrs, {
|
3372
|
-
onClick: t[23] || (t[23] = (...
|
3384
|
+
onClick: t[23] || (t[23] = (...H) => l.submit && l.submit(...H))
|
3373
3385
|
}), [
|
3374
3386
|
(y = (k = n.nativeButton) == null ? void 0 : k.icon) != null && y.show && (((T = (O = n.nativeButton) == null ? void 0 : O.icon) == null ? void 0 : T.position) === "before" || !((B = (M = n.nativeButton) == null ? void 0 : M.icon) != null && B.position)) ? (a(), v(d, {
|
3375
3387
|
key: 0,
|
@@ -3377,7 +3389,7 @@ function Ts(e, t, n, s, i, l) {
|
|
3377
3389
|
type: (W = (U = n.nativeButton) == null ? void 0 : U.icon) == null ? void 0 : W.iconType
|
3378
3390
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
3379
3391
|
(A = n.nativeButton) != null && A.icon && ((R = n.nativeButton) != null && R.text) ? (a(), r("span", ws, b(n.nativeButton.text), 1)) : (a(), r(_, { key: 2 }, [
|
3380
|
-
|
3392
|
+
E(b(n.nativeButton.text), 1)
|
3381
3393
|
], 64)),
|
3382
3394
|
(Z = (J = n.nativeButton) == null ? void 0 : J.icon) != null && Z.show && ((oe = (Q = n.nativeButton) == null ? void 0 : Q.icon) == null ? void 0 : oe.position) === "after" ? (a(), v(d, {
|
3383
3395
|
key: 3,
|
@@ -3573,9 +3585,9 @@ function js(e, t, n, s, i, l) {
|
|
3573
3585
|
}, [
|
3574
3586
|
n.addressEntry.zip ? (a(), r("span", Fs, b(n.addressEntry.zip), 1)) : m("", !0),
|
3575
3587
|
n.addressEntry.city ? (a(), r("span", Vs, [
|
3576
|
-
|
3588
|
+
E(b(n.addressEntry.city), 1),
|
3577
3589
|
n.addressEntry.state ? (a(), r(_, { key: 0 }, [
|
3578
|
-
|
3590
|
+
E(b(n.addressEntry.state), 1)
|
3579
3591
|
], 64)) : m("", !0)
|
3580
3592
|
])) : m("", !0)
|
3581
3593
|
], 2)) : m("", !0),
|
@@ -3651,9 +3663,9 @@ function js(e, t, n, s, i, l) {
|
|
3651
3663
|
}, [
|
3652
3664
|
n.addressEntry.zip ? (a(), r("span", Hs, b(n.addressEntry.zip), 1)) : m("", !0),
|
3653
3665
|
n.addressEntry.city ? (a(), r("span", qs, [
|
3654
|
-
|
3666
|
+
E(b(n.addressEntry.city), 1),
|
3655
3667
|
n.addressEntry.state ? (a(), r(_, { key: 0 }, [
|
3656
|
-
|
3668
|
+
E(" " + b(n.addressEntry.state), 1)
|
3657
3669
|
], 64)) : m("", !0)
|
3658
3670
|
])) : m("", !0)
|
3659
3671
|
], 2)) : m("", !0),
|
@@ -3871,7 +3883,7 @@ function lr(e, t, n, s, i, l) {
|
|
3871
3883
|
type: g.iconType
|
3872
3884
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
3873
3885
|
], 64)) : (a(), r(_, { key: 1 }, [
|
3874
|
-
|
3886
|
+
E(b(g.href), 1)
|
3875
3887
|
], 64))
|
3876
3888
|
], 10, Ks)) : n.showIconsOnly ? m("", !0) : (a(), r("span", {
|
3877
3889
|
key: 1,
|
@@ -3901,9 +3913,9 @@ function lr(e, t, n, s, i, l) {
|
|
3901
3913
|
}, [
|
3902
3914
|
g.zip ? (a(), r("span", Qs, b(g.zip) + " ", 1)) : m("", !0),
|
3903
3915
|
g.city ? (a(), r("span", Xs, [
|
3904
|
-
|
3916
|
+
E(b(g.city), 1),
|
3905
3917
|
g.state ? (a(), r(_, { key: 0 }, [
|
3906
|
-
|
3918
|
+
E(b(g.state), 1)
|
3907
3919
|
], 64)) : m("", !0)
|
3908
3920
|
])) : m("", !0),
|
3909
3921
|
t[3] || (t[3] = o("br", null, null, -1))
|
@@ -3930,9 +3942,9 @@ function lr(e, t, n, s, i, l) {
|
|
3930
3942
|
}, [
|
3931
3943
|
g.zip ? (a(), r("span", tr, b(g.zip) + " ", 1)) : m("", !0),
|
3932
3944
|
g.city ? (a(), r("span", nr, [
|
3933
|
-
|
3945
|
+
E(b(g.city), 1),
|
3934
3946
|
g.state ? (a(), r(_, { key: 0 }, [
|
3935
|
-
|
3947
|
+
E(b(g.state), 1)
|
3936
3948
|
], 64)) : m("", !0)
|
3937
3949
|
])) : m("", !0),
|
3938
3950
|
t[7] || (t[7] = o("br", null, null, -1))
|
@@ -4471,7 +4483,7 @@ function Mr(e, t, n, s, i, l) {
|
|
4471
4483
|
l.submitButtonOptions && (l.submitButtonOptions.position === "insideFieldset" || l.submitButtonOptions.position === null) ? (a(), r("div", wr, [
|
4472
4484
|
n.mandatoryText ? (a(), r("small", Tr, [
|
4473
4485
|
t[1] || (t[1] = o("sup", null, "*", -1)),
|
4474
|
-
|
4486
|
+
E(b(n.mandatoryText), 1)
|
4475
4487
|
])) : m("", !0),
|
4476
4488
|
o("button", {
|
4477
4489
|
class: C(["button stretch-on-small-devices", { primary: l.submitButtonOptions.primary }, { disabled: l.submitButtonOptions.disabled }]),
|
@@ -4488,7 +4500,7 @@ function Mr(e, t, n, s, i, l) {
|
|
4488
4500
|
l.submitButtonOptions && l.submitButtonOptions.position === "belowFieldset" ? (a(), r("div", Or, [
|
4489
4501
|
n.mandatoryText ? (a(), r("small", Lr, [
|
4490
4502
|
t[2] || (t[2] = o("sup", null, "*", -1)),
|
4491
|
-
|
4503
|
+
E(b(n.mandatoryText), 1)
|
4492
4504
|
])) : m("", !0),
|
4493
4505
|
o("button", {
|
4494
4506
|
class: C(["button stretch-on-small-devices", { primary: l.submitButtonOptions.primary }, { disabled: l.submitButtonOptions.disabled }]),
|
@@ -4828,7 +4840,7 @@ function Nr(e, t, n, s, i, l) {
|
|
4828
4840
|
itemProvider: ((c = e.editModeConfig) == null ? void 0 : c.allowAddItem) !== !1 ? l.itemProvider : null
|
4829
4841
|
}, {
|
4830
4842
|
default: w((W) => {
|
4831
|
-
var A, R, J, Z, Q, oe, ie, le, re, me,
|
4843
|
+
var A, R, J, Z, Q, oe, ie, le, re, me, H, X;
|
4832
4844
|
return [
|
4833
4845
|
o("figure", {
|
4834
4846
|
class: C(["cmd-image flex-container no-gap vertical", l.textAlign])
|
@@ -4890,7 +4902,7 @@ function Nr(e, t, n, s, i, l) {
|
|
4890
4902
|
modelValue: l.editableFigcaptionText,
|
4891
4903
|
"onUpdate:modelValue": t[2] || (t[2] = (te) => l.editableFigcaptionText = te),
|
4892
4904
|
placeholder: "figcaption"
|
4893
|
-
}, null, 8, ["class", "modelValue"])) : (
|
4905
|
+
}, null, 8, ["class", "modelValue"])) : (H = n.figcaption) != null && H.text ? (a(), r("figcaption", {
|
4894
4906
|
key: 1,
|
4895
4907
|
innerHTML: (X = n.figcaption) == null ? void 0 : X.text
|
4896
4908
|
}, null, 8, Er)) : m("", !0)
|
@@ -5640,7 +5652,7 @@ const nd = Hi, id = ["aria-label"], ld = { class: "flex-container" }, od = {
|
|
5640
5652
|
class: "flex-container no-flex"
|
5641
5653
|
}, hd = ["title"], gd = { key: 1 }, bd = ["title"], yd = { key: 1 };
|
5642
5654
|
function xd(e, t, n, s, i, l) {
|
5643
|
-
var g, k, y, O, T, M, B, D, V, U, W, A, R, J, Z, Q, oe, ie, le, re, me,
|
5655
|
+
var g, k, y, O, T, M, B, D, V, U, W, A, R, J, Z, Q, oe, ie, le, re, me, H, X, te, Ce, Oe, Le, Ie, Be, Me, De;
|
5644
5656
|
const d = Y, u = G, c = be, h = Lt, f = Ei;
|
5645
5657
|
return a(), r("dialog", {
|
5646
5658
|
ref: "dialog",
|
@@ -5728,7 +5740,7 @@ function xd(e, t, n, s, i, l) {
|
|
5728
5740
|
(re = e.fancyBoxOptionsProperties.submitButtons.cancel) != null && re.iconClass ? (a(), v(u, {
|
5729
5741
|
key: 0,
|
5730
5742
|
iconClass: (me = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : me.iconClass,
|
5731
|
-
type: (
|
5743
|
+
type: (H = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : H.iconType
|
5732
5744
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5733
5745
|
(X = e.fancyBoxOptionsProperties.submitButtons.cancel) != null && X.buttonText ? (a(), r("span", gd, b((te = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : te.buttonText), 1)) : m("", !0)
|
5734
5746
|
], 8, hd)) : m("", !0),
|
@@ -6073,7 +6085,7 @@ function Ld(e, t, n, s, i, l) {
|
|
6073
6085
|
ref: "form"
|
6074
6086
|
}), {
|
6075
6087
|
default: w(() => {
|
6076
|
-
var h, f, g, k, y, O, T, M, B, D, V, U, W, A, R, J, Z, Q, oe, ie, le, re, me,
|
6088
|
+
var h, f, g, k, y, O, T, M, B, D, V, U, W, A, R, J, Z, Q, oe, ie, le, re, me, H, X, te, Ce, Oe, Le, Ie, Be, Me, De, de, at, st, Ge, rt, dt, ut, ct;
|
6077
6089
|
return [
|
6078
6090
|
n.configuration.salutation ? (a(), r("div", wd, [
|
6079
6091
|
p(u, {
|
@@ -6197,7 +6209,7 @@ function Ld(e, t, n, s, i, l) {
|
|
6197
6209
|
type: ((me = n.configuration.pobox) == null ? void 0 : me.type) || "text",
|
6198
6210
|
labelText: e.getMessage("basic_form.labeltext.pobox"),
|
6199
6211
|
placeholder: e.getMessage("basic_form.placeholder.pobox"),
|
6200
|
-
required: (
|
6212
|
+
required: (H = n.configuration.pobox) == null ? void 0 : H.required,
|
6201
6213
|
name: (X = n.configuration.pobox) == null ? void 0 : X.name,
|
6202
6214
|
modelValue: i.formData.pobox.value,
|
6203
6215
|
"onUpdate:modelValue": t[8] || (t[8] = (K) => i.formData.pobox.value = K),
|
@@ -7289,7 +7301,7 @@ function Du(e, t, n, s, i, l) {
|
|
7289
7301
|
alt: n.user.image.alt
|
7290
7302
|
}, null, 8, xu),
|
7291
7303
|
n.rowView ? m("", !0) : (a(), r("figcaption", Cu, [
|
7292
|
-
|
7304
|
+
E(b(n.user.name), 1),
|
7293
7305
|
n.user.age ? (a(), r("span", vu, " (" + b(n.user.age) + ")", 1)) : m("", !0)
|
7294
7306
|
]))
|
7295
7307
|
])) : (a(), r("div", ku, [
|
@@ -8076,7 +8088,7 @@ function kc(e, t, n, s, i, l) {
|
|
8076
8088
|
$(o("div", uc, [
|
8077
8089
|
y.description ? (a(), r("p", cc, b(y.description), 1)) : m("", !0),
|
8078
8090
|
y.linkDataPrivacy ? (a(), r("p", mc, [
|
8079
|
-
|
8091
|
+
E(b(y.linkDataPrivacy.label) + " ", 1),
|
8080
8092
|
o("a", {
|
8081
8093
|
onClick: t[1] || (t[1] = (...T) => l.openDataPrivacy && l.openDataPrivacy(...T)),
|
8082
8094
|
href: y.linkDataPrivacy.link,
|
@@ -8127,7 +8139,7 @@ function kc(e, t, n, s, i, l) {
|
|
8127
8139
|
$(o("div", gc, [
|
8128
8140
|
y.description ? (a(), r("p", bc, b(y.description), 1)) : m("", !0),
|
8129
8141
|
y.linkDataPrivacy ? (a(), r("p", yc, [
|
8130
|
-
|
8142
|
+
E(b(y.linkDataPrivacy.label) + " ", 1),
|
8131
8143
|
o("a", {
|
8132
8144
|
onClick: t[3] || (t[3] = (...T) => l.openDataPrivacy && l.openDataPrivacy(...T)),
|
8133
8145
|
href: y.linkDataPrivacy.link,
|
@@ -8357,7 +8369,7 @@ const Oc = /* @__PURE__ */ F(Tc, [["render", _c]]), Lc = {
|
|
8357
8369
|
},
|
8358
8370
|
computed: {
|
8359
8371
|
validationTooltip() {
|
8360
|
-
return this.useCustomTooltip ? this.validationStatus === "error" ? this.getMessage("
|
8372
|
+
return this.useCustomTooltip ? this.validationStatus === "error" ? this.getMessage("form_element.validation_tooltip.an_error_occurred") : this.validationStatus === "success" ? this.getMessage("form_element.validation_tooltip.information_is_filled_correctly") : this.getMessage("form_element.validation_tooltip.open_field_requirements") : this.getValidationMessage;
|
8361
8373
|
},
|
8362
8374
|
// get the displayed option name
|
8363
8375
|
optionName() {
|
@@ -8493,7 +8505,7 @@ function Zc(e, t, n, s, i, l) {
|
|
8493
8505
|
}, [
|
8494
8506
|
n.showLabel ? (a(), r("span", Mc, [
|
8495
8507
|
o("span", { id: e.htmlId }, [
|
8496
|
-
|
8508
|
+
E(b(n.labelText), 1),
|
8497
8509
|
e.$attrs.required !== void 0 ? (a(), r("sup", Fc, "*")) : m("", !0)
|
8498
8510
|
], 8, Dc),
|
8499
8511
|
(e.$attrs.required || e.inputRequirements.length) && n.showStatusIcon ? (a(), r("a", {
|
@@ -9271,7 +9283,7 @@ const Tm = /* @__PURE__ */ F(xm, [["render", wm]]), Sm = {
|
|
9271
9283
|
},
|
9272
9284
|
computed: {
|
9273
9285
|
validationTooltip() {
|
9274
|
-
return this.useCustomTooltip ? this.validationStatus === "error" ? this.getMessage("
|
9286
|
+
return this.useCustomTooltip ? this.validationStatus === "error" ? this.getMessage("form_element.validation_tooltip.an_error_occurred") : this.validationStatus === "success" ? this.getMessage("form_element.validation_tooltip.information_is_filled_correctly") : this.getMessage("form_element.validation_tooltip.open_field_requirements") : this.getValidationMessage;
|
9275
9287
|
},
|
9276
9288
|
inputValue: {
|
9277
9289
|
// read inputValue
|
@@ -9326,7 +9338,7 @@ function Am(e, t, n, s, i, l) {
|
|
9326
9338
|
}, [
|
9327
9339
|
$(o("span", Om, [
|
9328
9340
|
o("span", { id: e.htmlId }, [
|
9329
|
-
|
9341
|
+
E(b(n.labelText), 1),
|
9330
9342
|
n.required ? (a(), r("sup", Im, "*")) : m("", !0)
|
9331
9343
|
], 8, Lm),
|
9332
9344
|
(n.required || e.inputRequirements.length > 0) && n.showStatusIcon ? (a(), r("a", {
|
@@ -10709,16 +10721,16 @@ function Vp(e, t, n, s, i, l) {
|
|
10709
10721
|
o("dd", null, [
|
10710
10722
|
n.day.am ? (a(), r("span", Sp, [
|
10711
10723
|
n.day.am.displayText ? (a(), r(_, { key: 0 }, [
|
10712
|
-
|
10724
|
+
E(b(n.day.am.displayText), 1)
|
10713
10725
|
], 64)) : (a(), r(_, { key: 1 }, [
|
10714
|
-
|
10726
|
+
E(b(l.getTime(n.day.am.fromTime, n.abbreviationTextAm)) + " " + b(n.separator) + " " + b(l.getTime(n.day.am.tillTime)), 1)
|
10715
10727
|
], 64))
|
10716
10728
|
])) : m("", !0),
|
10717
10729
|
n.day.pm ? (a(), r("span", _p, [
|
10718
10730
|
n.day.pm.displayText ? (a(), r(_, { key: 0 }, [
|
10719
|
-
|
10731
|
+
E(b(n.day.pm.displayText), 1)
|
10720
10732
|
], 64)) : (a(), r(_, { key: 1 }, [
|
10721
|
-
|
10733
|
+
E(b(l.getTime(n.day.pm.fromTime, n.abbreviationTextPm)) + " " + b(n.separator) + " " + b(l.getTime(n.day.pm.tillTime)), 1)
|
10722
10734
|
], 64))
|
10723
10735
|
])) : m("", !0)
|
10724
10736
|
])
|
@@ -11004,7 +11016,7 @@ function Kp(e, t, n, s, i, l) {
|
|
11004
11016
|
class: { closed: l.isClosed }
|
11005
11017
|
}), {
|
11006
11018
|
default: w(() => [
|
11007
|
-
|
11019
|
+
E(b(l.textOpenClosed), 1)
|
11008
11020
|
]),
|
11009
11021
|
_: 1
|
11010
11022
|
}, 16, ["linkType", "class"])) : (a(), r("span", {
|
@@ -18242,7 +18254,7 @@ function cx(e, t, n, s, i, l) {
|
|
18242
18254
|
n.showTotalUpload && i.listOfFiles.length !== 1 ? (a(), r("div", qy, [
|
18243
18255
|
p(d, I(n.cmdHeadlineSummaryOfAllFiles, { headlineLevel: "4" }), {
|
18244
18256
|
default: w(() => [
|
18245
|
-
|
18257
|
+
E(b(e.getMessage("upload_form.headline.summary_of_all_files")), 1)
|
18246
18258
|
]),
|
18247
18259
|
_: 1
|
18248
18260
|
}, 16),
|
@@ -18256,11 +18268,11 @@ function cx(e, t, n, s, i, l) {
|
|
18256
18268
|
p(c, j(Ve(n.iconDelete)), null, 16)
|
18257
18269
|
], 8, Ny),
|
18258
18270
|
o("span", null, [
|
18259
|
-
|
18271
|
+
E(b(i.listOfFiles.length) + " ", 1),
|
18260
18272
|
n.allowMultipleFileUploads ? (a(), r(_, { key: 1 }, [
|
18261
|
-
|
18273
|
+
E(b(e.getMessage("upload_form.labeltext.files_uploading")), 1)
|
18262
18274
|
], 64)) : (a(), r(_, { key: 0 }, [
|
18263
|
-
|
18275
|
+
E(b(e.getMessage("upload_form.labeltext.file_uploading")), 1)
|
18264
18276
|
], 64))
|
18265
18277
|
]),
|
18266
18278
|
o("small", {
|
@@ -18284,7 +18296,7 @@ function cx(e, t, n, s, i, l) {
|
|
18284
18296
|
o("div", Wy, [
|
18285
18297
|
p(d, I(n.cmdHeadlineListOfSelectedFiles, { headlineLevel: "4" }), {
|
18286
18298
|
default: w(() => [
|
18287
|
-
|
18299
|
+
E(b(e.getMessage("upload_form.headline.list_of_selected_files")), 1)
|
18288
18300
|
]),
|
18289
18301
|
_: 1
|
18290
18302
|
}, 16),
|
@@ -18307,7 +18319,7 @@ function cx(e, t, n, s, i, l) {
|
|
18307
18319
|
{ error: f.error }
|
18308
18320
|
])
|
18309
18321
|
}, [
|
18310
|
-
|
18322
|
+
E(b(f.file.name) + " ", 1),
|
18311
18323
|
o("small", null, "(" + b(l.formatSize(f.file.size)) + ")", 1)
|
18312
18324
|
], 2),
|
18313
18325
|
i.uploadInitiated && !f.error ? (a(), r("span", Jy, [
|
@@ -18331,7 +18343,7 @@ function cx(e, t, n, s, i, l) {
|
|
18331
18343
|
])) : (a(), r(_, { key: 0 }, [
|
18332
18344
|
n.allowMultipleFileUploads ? (a(), v(d, I({ key: 0 }, n.cmdHeadlineNoFilesToUpload, { headlineLevel: "4" }), {
|
18333
18345
|
default: w(() => [
|
18334
|
-
|
18346
|
+
E(b(l.headlineTextNoFilesToUpload), 1)
|
18335
18347
|
]),
|
18336
18348
|
_: 1
|
18337
18349
|
}, 16)) : m("", !0)
|
@@ -18339,13 +18351,13 @@ function cx(e, t, n, s, i, l) {
|
|
18339
18351
|
o("div", Qy, [
|
18340
18352
|
n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), v(d, I({ key: 0 }, n.cmdHeadlineSelectAdditionalFiles, { headlineLevel: "4" }), {
|
18341
18353
|
default: w(() => [
|
18342
|
-
|
18354
|
+
E(b(e.getMessage("upload_form.headline.select_additional_files")), 1)
|
18343
18355
|
]),
|
18344
18356
|
_: 1
|
18345
18357
|
}, 16)) : m("", !0),
|
18346
18358
|
!n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), v(d, I({ key: 1 }, n.cmdHeadlineSelectNewFile, { headlineLevel: "4" }), {
|
18347
18359
|
default: w(() => [
|
18348
|
-
|
18360
|
+
E(b(e.getMessage("upload_form.headline.select_new_file")), 1)
|
18349
18361
|
]),
|
18350
18362
|
_: 1
|
18351
18363
|
}, 16)) : m("", !0),
|
@@ -18413,14 +18425,14 @@ function cx(e, t, n, s, i, l) {
|
|
18413
18425
|
}, [
|
18414
18426
|
o("span", null, b(e.getMessage("upload_form.or")), 1),
|
18415
18427
|
o("strong", null, [
|
18416
|
-
|
18428
|
+
E(b(e.getMessage("upload_form.drag_and_drop")) + " ", 1),
|
18417
18429
|
n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), r(_, { key: 0 }, [
|
18418
|
-
|
18430
|
+
E(b(e.getMessage("upload_form.additional")), 1)
|
18419
18431
|
], 64)) : m("", !0),
|
18420
18432
|
!n.allowMultipleFileUploads && i.listOfFiles.length ? (a(), r(_, { key: 1 }, [
|
18421
|
-
|
18433
|
+
E(b(e.getMessage("upload_form.new")), 1)
|
18422
18434
|
], 64)) : m("", !0),
|
18423
|
-
|
18435
|
+
E(" " + b(e.getMessage("upload_form.files_to_this_area")), 1)
|
18424
18436
|
])
|
18425
18437
|
], 2)) : m("", !0)
|
18426
18438
|
])
|
@@ -18785,7 +18797,7 @@ function kx(e, t, n, s, i, l) {
|
|
18785
18797
|
rowView: f.rowView
|
18786
18798
|
}), {
|
18787
18799
|
default: w(() => [
|
18788
|
-
|
18800
|
+
E(" box " + b(g), 1)
|
18789
18801
|
]),
|
18790
18802
|
_: 2
|
18791
18803
|
}, 1040, ["rowView"]))), 128))
|
@@ -18896,7 +18908,7 @@ function Vx(e, t, n, s, i, l) {
|
|
18896
18908
|
cmdGoogleMaps: {}
|
18897
18909
|
}, {
|
18898
18910
|
"additional-info": w(() => t[0] || (t[0] = [
|
18899
|
-
|
18911
|
+
E(" Additional information given by slot ")
|
18900
18912
|
])),
|
18901
18913
|
_: 1
|
18902
18914
|
}, 8, ["cmdBasicForm"])
|
@@ -19159,7 +19171,7 @@ function $x(e, t, n, s, i, l) {
|
|
19159
19171
|
], 64);
|
19160
19172
|
}), 128)) : (a(), v(u, j(I({ key: 1 }, n.cmdSystemMessage)), null, 16));
|
19161
19173
|
}
|
19162
|
-
const
|
19174
|
+
const eC = /* @__PURE__ */ F(Ex, [["render", $x]]), tC = {
|
19163
19175
|
name: "CmdMailToolFilter",
|
19164
19176
|
data() {
|
19165
19177
|
return {
|
@@ -19278,16 +19290,16 @@ const e1 = /* @__PURE__ */ F(Ex, [["render", $x]]), t1 = {
|
|
19278
19290
|
immediate: !0
|
19279
19291
|
}
|
19280
19292
|
}
|
19281
|
-
},
|
19282
|
-
function
|
19293
|
+
}, nC = { class: "cmd-mail-tool-filter align-items-center" }, iC = { class: "flex-container horizontal align-items-center" }, lC = { class: "flex-container horizontal sort-wrapper" }, oC = ["title"], aC = { key: 0 }, sC = ["title"], rC = { key: 0 };
|
19294
|
+
function dC(e, t, n, s, i, l) {
|
19283
19295
|
const d = Y, u = ne;
|
19284
|
-
return a(), r("div",
|
19296
|
+
return a(), r("div", nC, [
|
19285
19297
|
l.headlineText ? (a(), v(d, {
|
19286
19298
|
key: 0,
|
19287
19299
|
headlineText: l.headlineText,
|
19288
19300
|
headlineLevel: l.headlineLevel
|
19289
19301
|
}, null, 8, ["headlineText", "headlineLevel"])) : m("", !0),
|
19290
|
-
o("div",
|
19302
|
+
o("div", iC, [
|
19291
19303
|
p(u, {
|
19292
19304
|
element: "input",
|
19293
19305
|
type: "search",
|
@@ -19320,34 +19332,34 @@ function d1(e, t, n, s, i, l) {
|
|
19320
19332
|
inputValue: l.senderReceiver
|
19321
19333
|
}, null, 8, ["id", "labelText", "modelValue", "inputValue"])
|
19322
19334
|
]),
|
19323
|
-
o("div",
|
19335
|
+
o("div", lC, [
|
19324
19336
|
i.sortOrderAsc ? (a(), r("a", {
|
19325
19337
|
key: 0,
|
19326
19338
|
href: "#",
|
19327
19339
|
onClick: t[3] || (t[3] = S((c) => l.sortByDate("asc"), ["prevent"])),
|
19328
19340
|
title: n.linkSortAscending.title
|
19329
19341
|
}, [
|
19330
|
-
n.linkSortAscending.text ? (a(), r("span",
|
19342
|
+
n.linkSortAscending.text ? (a(), r("span", aC, b(n.linkSortAscending.text), 1)) : m("", !0),
|
19331
19343
|
n.linkSortAscending.iconClass ? (a(), r("span", {
|
19332
19344
|
key: 1,
|
19333
19345
|
class: C(n.linkSortAscending.iconClass)
|
19334
19346
|
}, null, 2)) : m("", !0)
|
19335
|
-
], 8,
|
19347
|
+
], 8, oC)) : (a(), r("a", {
|
19336
19348
|
key: 1,
|
19337
19349
|
href: "#",
|
19338
19350
|
onClick: t[4] || (t[4] = S((c) => l.sortByDate("desc"), ["prevent"])),
|
19339
19351
|
title: n.linkSortDescending.title
|
19340
19352
|
}, [
|
19341
|
-
n.linkSortDescending.text ? (a(), r("span",
|
19353
|
+
n.linkSortDescending.text ? (a(), r("span", rC, b(n.linkSortDescending.text), 1)) : m("", !0),
|
19342
19354
|
n.linkSortDescending.iconClass ? (a(), r("span", {
|
19343
19355
|
key: 1,
|
19344
19356
|
class: C(n.linkSortDescending.iconClass)
|
19345
19357
|
}, null, 2)) : m("", !0)
|
19346
|
-
], 8,
|
19358
|
+
], 8, sC))
|
19347
19359
|
])
|
19348
19360
|
]);
|
19349
19361
|
}
|
19350
|
-
const
|
19362
|
+
const uC = /* @__PURE__ */ F(tC, [["render", dC]]), cC = {
|
19351
19363
|
name: "CmdMailTool",
|
19352
19364
|
data() {
|
19353
19365
|
return {
|
@@ -19446,8 +19458,8 @@ const u1 = /* @__PURE__ */ F(t1, [["render", d1]]), c1 = {
|
|
19446
19458
|
}
|
19447
19459
|
}
|
19448
19460
|
};
|
19449
|
-
function
|
19450
|
-
const d =
|
19461
|
+
function mC(e, t, n, s, i, l) {
|
19462
|
+
const d = uC, u = eC, c = el;
|
19451
19463
|
return a(), v(c, I({ class: "cmd-mail-tool" }, n.cmdTabs), {
|
19452
19464
|
"tab-content-0": w(() => [
|
19453
19465
|
p(d, I(n.cmdMailToolFilterInbox, {
|
@@ -19466,7 +19478,7 @@ function m1(e, t, n, s, i, l) {
|
|
19466
19478
|
_: 1
|
19467
19479
|
}, 16);
|
19468
19480
|
}
|
19469
|
-
const
|
19481
|
+
const pC = /* @__PURE__ */ F(cC, [["render", mC]]), fC = {
|
19470
19482
|
name: "CmdListOfImages",
|
19471
19483
|
emits: ["click"],
|
19472
19484
|
// mixins: [EditMode],
|
@@ -19537,11 +19549,11 @@ const p1 = /* @__PURE__ */ F(c1, [["render", m1]]), f1 = {
|
|
19537
19549
|
}
|
19538
19550
|
*/
|
19539
19551
|
}
|
19540
|
-
},
|
19552
|
+
}, hC = {
|
19541
19553
|
key: 0,
|
19542
19554
|
href: "#"
|
19543
19555
|
};
|
19544
|
-
function
|
19556
|
+
function gC(e, t, n, s, i, l) {
|
19545
19557
|
var c;
|
19546
19558
|
const d = Y, u = be;
|
19547
19559
|
return a(), r("div", {
|
@@ -19557,7 +19569,7 @@ function g1(e, t, n, s, i, l) {
|
|
19557
19569
|
class: C(["list-of-images", { vertical: n.orientation === "vertical" }])
|
19558
19570
|
}, [
|
19559
19571
|
(a(!0), r(_, null, q(n.images, (h, f) => (a(), r("li", { key: f }, [
|
19560
|
-
h.image.url ? (a(), r("a",
|
19572
|
+
h.image.url ? (a(), r("a", hC, [
|
19561
19573
|
p(u, I({ ref_for: !0 }, h), null, 16)
|
19562
19574
|
])) : (a(), v(u, I({
|
19563
19575
|
key: 1,
|
@@ -19567,7 +19579,7 @@ function g1(e, t, n, s, i, l) {
|
|
19567
19579
|
], 2)
|
19568
19580
|
], 2);
|
19569
19581
|
}
|
19570
|
-
const
|
19582
|
+
const bC = /* @__PURE__ */ F(fC, [["render", gC]]), yC = [
|
19571
19583
|
{
|
19572
19584
|
id: 1,
|
19573
19585
|
cmdImage: {
|
@@ -19590,7 +19602,7 @@ const b1 = /* @__PURE__ */ F(f1, [["render", g1]]), y1 = [
|
|
19590
19602
|
isoDate: "2025-02-20",
|
19591
19603
|
time: "21:08"
|
19592
19604
|
}
|
19593
|
-
],
|
19605
|
+
], xC = [
|
19594
19606
|
{
|
19595
19607
|
id: 3,
|
19596
19608
|
cmdImage: {
|
@@ -19613,10 +19625,10 @@ const b1 = /* @__PURE__ */ F(f1, [["render", g1]]), y1 = [
|
|
19613
19625
|
isoDate: "2025-02-21",
|
19614
19626
|
time: "15:55"
|
19615
19627
|
}
|
19616
|
-
],
|
19617
|
-
inbox:
|
19618
|
-
outbox:
|
19619
|
-
},
|
19628
|
+
], CC = {
|
19629
|
+
inbox: yC,
|
19630
|
+
outbox: xC
|
19631
|
+
}, vC = [
|
19620
19632
|
{
|
19621
19633
|
id: 1,
|
19622
19634
|
displayValue: "Option #1",
|
@@ -19638,12 +19650,12 @@ const b1 = /* @__PURE__ */ F(f1, [["render", g1]]), y1 = [
|
|
19638
19650
|
iconClass: "icon-globe"
|
19639
19651
|
}
|
19640
19652
|
}
|
19641
|
-
],
|
19653
|
+
], kC = {
|
19642
19654
|
labelText: "Label for inputfield (search) with smart-search:"
|
19643
|
-
},
|
19644
|
-
listOfRecommendations:
|
19645
|
-
cmdFormElement:
|
19646
|
-
},
|
19655
|
+
}, wC = {
|
19656
|
+
listOfRecommendations: vC,
|
19657
|
+
cmdFormElement: kC
|
19658
|
+
}, TC = [
|
19647
19659
|
{
|
19648
19660
|
text: "Afghanistan",
|
19649
19661
|
value: "af"
|
@@ -20424,16 +20436,16 @@ const b1 = /* @__PURE__ */ F(f1, [["render", g1]]), y1 = [
|
|
20424
20436
|
text: "Zimbabwe",
|
20425
20437
|
value: "zw"
|
20426
20438
|
}
|
20427
|
-
],
|
20439
|
+
], SC = "comand-component-library", _C = "4.2.11", OC = "GPL-3.0-only", LC = "CoManD-UI", IC = "module", BC = {
|
20428
20440
|
prepublishOnly: "npm run build-lib",
|
20429
20441
|
dev: "vite",
|
20430
20442
|
build: "vite build",
|
20431
20443
|
"build-lib": "vite build && gulp",
|
20432
20444
|
preview: "vite preview"
|
20433
|
-
},
|
20445
|
+
}, MC = [
|
20434
20446
|
"dist",
|
20435
20447
|
"src"
|
20436
|
-
],
|
20448
|
+
], DC = {
|
20437
20449
|
".": "./dist/comand-component-library.js",
|
20438
20450
|
"./css.js": "./src/css.js",
|
20439
20451
|
"./style.css": "./dist/style.css",
|
@@ -20443,16 +20455,17 @@ const b1 = /* @__PURE__ */ F(f1, [["render", g1]]), y1 = [
|
|
20443
20455
|
"./currencies.json": "./src/assets/lists-of-data/currencies.json",
|
20444
20456
|
"./dial-codes.json": "./src/assets/lists-of-data/dial-codes.json",
|
20445
20457
|
"./us-cities.json": "./src/assets/lists-of-data/us-cities.json"
|
20446
|
-
},
|
20458
|
+
}, FC = {
|
20447
20459
|
"clickout-event": "^1.1.2",
|
20448
|
-
"comand-
|
20460
|
+
"comand-component-library": "^4.2.10",
|
20461
|
+
"comand-frontend-framework": "^4.2.26",
|
20449
20462
|
"comand-ui-iconfonts": "^1.0.19",
|
20450
20463
|
"core-js": "^3.20.1",
|
20451
20464
|
prismjs: "^1.27.0",
|
20452
20465
|
vue: "^3.2.31",
|
20453
20466
|
"vue-router": "^4.0.12",
|
20454
20467
|
vuex: "^4.0.2"
|
20455
|
-
},
|
20468
|
+
}, VC = {
|
20456
20469
|
"@iconify/vue": "^4.0.0",
|
20457
20470
|
"@vitejs/plugin-vue": "^5.1.1",
|
20458
20471
|
"@vue/test-utils": "^2.0.0-0",
|
@@ -20462,19 +20475,19 @@ const b1 = /* @__PURE__ */ F(f1, [["render", g1]]), y1 = [
|
|
20462
20475
|
"unplugin-vue-components": "^0.24.0",
|
20463
20476
|
vite: "^5.4.11",
|
20464
20477
|
"vue-jest": "^5.0.0-0"
|
20465
|
-
},
|
20466
|
-
name:
|
20467
|
-
version:
|
20468
|
-
license:
|
20469
|
-
author:
|
20478
|
+
}, AC = {
|
20479
|
+
name: SC,
|
20480
|
+
version: _C,
|
20481
|
+
license: OC,
|
20482
|
+
author: LC,
|
20470
20483
|
private: !1,
|
20471
|
-
type:
|
20472
|
-
scripts:
|
20473
|
-
files:
|
20474
|
-
exports:
|
20475
|
-
dependencies:
|
20476
|
-
devDependencies:
|
20477
|
-
},
|
20484
|
+
type: IC,
|
20485
|
+
scripts: BC,
|
20486
|
+
files: MC,
|
20487
|
+
exports: DC,
|
20488
|
+
dependencies: FC,
|
20489
|
+
devDependencies: VC
|
20490
|
+
}, PC = {
|
20478
20491
|
data() {
|
20479
20492
|
return {
|
20480
20493
|
cmdAddressDataSettingsData: {
|
@@ -21354,9 +21367,9 @@ const b1 = /* @__PURE__ */ F(f1, [["render", g1]]), y1 = [
|
|
21354
21367
|
}
|
21355
21368
|
};
|
21356
21369
|
}
|
21357
|
-
}, fi = "/media/images/content-images/landscape-medium.jpg",
|
21370
|
+
}, fi = "/media/images/content-images/landscape-medium.jpg", EC = "/media/images/demo-images/small/landscape-01.jpg", HC = "/media/images/demo-images/small/landscape-02.jpg", qC = "/media/images/demo-images/small/landscape-03.jpg", RC = {
|
21358
21371
|
name: "App",
|
21359
|
-
mixins: [
|
21372
|
+
mixins: [PC],
|
21360
21373
|
components: {
|
21361
21374
|
PageOverview: Sl
|
21362
21375
|
},
|
@@ -21518,20 +21531,20 @@ const b1 = /* @__PURE__ */ F(f1, [["render", g1]]), y1 = [
|
|
21518
21531
|
switchLanguage: $i,
|
21519
21532
|
listOfLinksData: Kh,
|
21520
21533
|
multistepsData: tg,
|
21521
|
-
mailToolData:
|
21534
|
+
mailToolData: CC,
|
21522
21535
|
navigationData: Xi,
|
21523
21536
|
openingHoursData: ng,
|
21524
21537
|
selectOptionsData: ig,
|
21525
21538
|
slideshowData: lg,
|
21526
|
-
smartSearchData:
|
21539
|
+
smartSearchData: wC,
|
21527
21540
|
socialNetworksData: sg,
|
21528
21541
|
tableDataSmall: vg,
|
21529
21542
|
tableDataLarge: gg,
|
21530
21543
|
tabsData: kg,
|
21531
21544
|
thumbnailScrollerImagesData: wg,
|
21532
21545
|
thumbnailScrollerTextData: Tg,
|
21533
|
-
allCountriesData:
|
21534
|
-
packageJson:
|
21546
|
+
allCountriesData: TC,
|
21547
|
+
packageJson: AC
|
21535
21548
|
};
|
21536
21549
|
},
|
21537
21550
|
mounted() {
|
@@ -21736,76 +21749,76 @@ const b1 = /* @__PURE__ */ F(f1, [["render", g1]]), y1 = [
|
|
21736
21749
|
});
|
21737
21750
|
}
|
21738
21751
|
}
|
21739
|
-
},
|
21752
|
+
}, jC = ["id"], NC = { for: "select-template" }, UC = { class: "input-wrapper" }, zC = { for: "default-color-scheme" }, WC = { for: "light-mode" }, GC = { for: "dark-mode" }, KC = ["href", "onClick"], JC = { class: "box-footer comand-versions" }, YC = { class: "closed-sidebar" }, ZC = {
|
21740
21753
|
key: 1,
|
21741
21754
|
id: "content"
|
21742
|
-
},
|
21755
|
+
}, QC = {
|
21743
21756
|
class: "headline-demopage",
|
21744
21757
|
id: "section-address-data"
|
21745
|
-
},
|
21758
|
+
}, XC = { class: "flex-container" }, $C = { class: "flex-container" }, e1 = { class: "list-status" }, t1 = { class: "error" }, n1 = { class: "flex-container" }, i1 = { class: "headline-demopage" }, l1 = { class: "flex-container" }, o1 = { class: "flex-container" }, a1 = { class: "flex-container" }, s1 = { class: "flex-container" }, r1 = { class: "flex-container" }, d1 = { class: "headline-demopage" }, u1 = { class: "flex-container" }, c1 = { class: "flex-container no-flex" }, m1 = {
|
21746
21759
|
class: "inline",
|
21747
21760
|
for: "range-value"
|
21748
|
-
},
|
21761
|
+
}, p1 = ["disabled"], f1 = { for: "range-slider" }, h1 = ["disabled"], g1 = { class: "label inline" }, b1 = { class: "flex-container no-flex" }, y1 = { class: "label inline" }, x1 = { class: "flex-container no-flex" }, C1 = { class: "label inline" }, v1 = { class: "flex-container no-flex" }, k1 = { class: "label inline" }, w1 = { class: "flex-container no-flex" }, T1 = {
|
21749
21762
|
class: "headline-demopage",
|
21750
21763
|
id: "section-input-group"
|
21751
|
-
},
|
21764
|
+
}, S1 = { class: "flex-container" }, _1 = { class: "button-wrapper no-flex" }, O1 = ["disabled"], L1 = {
|
21752
21765
|
class: "headline-demopage",
|
21753
21766
|
id: "section-bank-account-data"
|
21754
|
-
},
|
21767
|
+
}, I1 = {
|
21755
21768
|
class: "headline-demopage",
|
21756
21769
|
id: "section-basic-form"
|
21757
|
-
},
|
21770
|
+
}, B1 = { class: "headline-demopage" }, M1 = { class: "navigation" }, D1 = { class: "grid-container-create-columns" }, F1 = {
|
21758
21771
|
class: "headline-demopage",
|
21759
21772
|
id: "section-breadcrumbs"
|
21760
|
-
},
|
21773
|
+
}, V1 = {
|
21761
21774
|
class: "headline-demopage",
|
21762
21775
|
id: "section-company-logo"
|
21763
|
-
},
|
21776
|
+
}, A1 = {
|
21764
21777
|
class: "headline-demopage",
|
21765
21778
|
id: "section-container"
|
21766
|
-
},
|
21779
|
+
}, P1 = {
|
21767
21780
|
class: "headline-demopage",
|
21768
21781
|
id: "section-headlines"
|
21769
|
-
},
|
21782
|
+
}, E1 = {
|
21770
21783
|
class: "headline-demopage",
|
21771
21784
|
id: "section-image"
|
21772
|
-
},
|
21785
|
+
}, H1 = { class: "flex-container" }, q1 = {
|
21773
21786
|
class: "headline-demopage",
|
21774
21787
|
id: "section-image-gallery"
|
21775
|
-
},
|
21788
|
+
}, R1 = {
|
21776
21789
|
class: "headline-demopage",
|
21777
21790
|
id: "section-link"
|
21778
|
-
},
|
21791
|
+
}, j1 = { class: "output" }, N1 = {
|
21779
21792
|
class: "headline-demopage",
|
21780
21793
|
id: "section-list-of-links"
|
21781
|
-
},
|
21794
|
+
}, U1 = { class: "output" }, z1 = {
|
21782
21795
|
class: "headline-demopage",
|
21783
21796
|
id: "section-list-of-images"
|
21784
|
-
},
|
21797
|
+
}, W1 = {
|
21785
21798
|
class: "headline-demopage",
|
21786
21799
|
id: "section-login-form"
|
21787
|
-
},
|
21800
|
+
}, G1 = {
|
21788
21801
|
class: "headline-demopage",
|
21789
21802
|
id: "section-main-navigation"
|
21790
|
-
},
|
21803
|
+
}, K1 = {
|
21791
21804
|
class: "headline-demopage",
|
21792
21805
|
id: "section-multistep-form-progress-bar"
|
21793
|
-
},
|
21806
|
+
}, J1 = {
|
21794
21807
|
class: "headline-demopage",
|
21795
21808
|
id: "section-newsletter-subscription"
|
21796
|
-
},
|
21809
|
+
}, Y1 = {
|
21797
21810
|
class: "headline-demopage",
|
21798
21811
|
id: "section-opening-hours"
|
21799
|
-
},
|
21812
|
+
}, Z1 = {
|
21800
21813
|
class: "headline-demopage",
|
21801
21814
|
id: "section-page-footer"
|
21802
|
-
},
|
21815
|
+
}, Q1 = {
|
21803
21816
|
class: "headline-demopage",
|
21804
21817
|
id: "section-page-header"
|
21805
|
-
},
|
21818
|
+
}, X1 = {
|
21806
21819
|
class: "headline-demopage",
|
21807
21820
|
id: "section-pagination"
|
21808
|
-
}, $
|
21821
|
+
}, $1 = {
|
21809
21822
|
class: "headline-demopage",
|
21810
21823
|
id: "section-site-header"
|
21811
21824
|
}, ev = {
|
@@ -21849,7 +21862,7 @@ const b1 = /* @__PURE__ */ F(f1, [["render", g1]]), y1 = [
|
|
21849
21862
|
id: "content"
|
21850
21863
|
};
|
21851
21864
|
function hv(e, t, n, s, i, l) {
|
21852
|
-
const d = kn, u = Ri, c = Rf, h = Cn, f = Ni, g = Jf, k = Tl, y = Ai, O = zi, T = ne, M = hh, B = Ui, D = Ff, V = Ji, U = Pi, W = rr, A = hr, R = qi, J = ji, Z = ic, Q = tm, oe = Ki, ie = Y, le = G, re = be, me = ym,
|
21865
|
+
const d = kn, u = Ri, c = Rf, h = Cn, f = Ni, g = Jf, k = Tl, y = Ai, O = zi, T = ne, M = hh, B = Ui, D = Ff, V = Ji, U = Pi, W = rr, A = hr, R = qi, J = ji, Z = ic, Q = tm, oe = Ki, ie = Y, le = G, re = be, me = ym, H = Tm, X = Re, te = bC, Ce = Xm, Oe = pC, Le = Yi, Ie = ke("router-view"), Be = bp, Me = kp, De = Jp, de = vf, at = _f, st = sf, Ge = zf, rt = lh, dt = ch, ut = Zi, ct = Ag, K = Ne, In = Gg, Ll = el, Vt = lb, Il = Ei, Bl = rb, At = Fi, Ml = mx, Dl = Sl, Fl = Oc, Vl = wc, Al = Cd, Pl = xx, El = zl("fancybox");
|
21853
21866
|
return $((a(), r("div", {
|
21854
21867
|
class: "page-wrapper",
|
21855
21868
|
id: l.templateId
|
@@ -21878,7 +21891,7 @@ function hv(e, t, n, s, i, l) {
|
|
21878
21891
|
onToggleCollapse: (z) => x.boxToggled(0, z)
|
21879
21892
|
}, {
|
21880
21893
|
body: w(() => [
|
21881
|
-
o("label",
|
21894
|
+
o("label", NC, [
|
21882
21895
|
t[126] || (t[126] = o("span", null, "Select template", -1)),
|
21883
21896
|
$(o("select", {
|
21884
21897
|
id: "select-template",
|
@@ -21895,8 +21908,8 @@ function hv(e, t, n, s, i, l) {
|
|
21895
21908
|
]),
|
21896
21909
|
o("div", null, [
|
21897
21910
|
t[130] || (t[130] = o("span", null, "Color Scheme", -1)),
|
21898
|
-
o("div",
|
21899
|
-
o("label",
|
21911
|
+
o("div", UC, [
|
21912
|
+
o("label", zC, [
|
21900
21913
|
$(o("input", {
|
21901
21914
|
type: "radio",
|
21902
21915
|
id: "default-color-scheme",
|
@@ -21908,7 +21921,7 @@ function hv(e, t, n, s, i, l) {
|
|
21908
21921
|
]),
|
21909
21922
|
t[127] || (t[127] = o("span", { class: "label-text" }, "Color-Scheme by Browser/OS", -1))
|
21910
21923
|
]),
|
21911
|
-
o("label",
|
21924
|
+
o("label", WC, [
|
21912
21925
|
$(o("input", {
|
21913
21926
|
type: "radio",
|
21914
21927
|
id: "light-mode",
|
@@ -21920,7 +21933,7 @@ function hv(e, t, n, s, i, l) {
|
|
21920
21933
|
]),
|
21921
21934
|
t[128] || (t[128] = o("span", { class: "label-text" }, "Light Mode", -1))
|
21922
21935
|
]),
|
21923
|
-
o("label",
|
21936
|
+
o("label", GC, [
|
21924
21937
|
$(o("input", {
|
21925
21938
|
type: "radio",
|
21926
21939
|
id: "dark-mode",
|
@@ -21955,7 +21968,7 @@ function hv(e, t, n, s, i, l) {
|
|
21955
21968
|
href: l.sectionName(z),
|
21956
21969
|
onClick: (je) => l.updateSettingsSidebar(l.componentNameWithPrefix(z)),
|
21957
21970
|
title: "Go to component"
|
21958
|
-
}, b(l.readableComponentName(z)), 9,
|
21971
|
+
}, b(l.readableComponentName(z)), 9, KC)
|
21959
21972
|
], 2))), 128))
|
21960
21973
|
])
|
21961
21974
|
]),
|
@@ -21977,7 +21990,7 @@ function hv(e, t, n, s, i, l) {
|
|
21977
21990
|
}, " Contact Information ")
|
21978
21991
|
]),
|
21979
21992
|
o("li", null, [
|
21980
|
-
t[131] || (t[131] =
|
21993
|
+
t[131] || (t[131] = E(" Multiple Lists Of Links ")),
|
21981
21994
|
o("ul", null, [
|
21982
21995
|
o("li", null, [
|
21983
21996
|
o("a", {
|
@@ -21994,7 +22007,7 @@ function hv(e, t, n, s, i, l) {
|
|
21994
22007
|
])
|
21995
22008
|
]),
|
21996
22009
|
o("li", null, [
|
21997
|
-
t[132] || (t[132] =
|
22010
|
+
t[132] || (t[132] = E(" Multiple Box Wrapper ")),
|
21998
22011
|
o("ul", null, [
|
21999
22012
|
o("li", null, [
|
22000
22013
|
o("a", {
|
@@ -22017,7 +22030,7 @@ function hv(e, t, n, s, i, l) {
|
|
22017
22030
|
]),
|
22018
22031
|
_: 1
|
22019
22032
|
}, 8, ["openBoxesByDefault"]),
|
22020
|
-
o("dl",
|
22033
|
+
o("dl", JC, [
|
22021
22034
|
t[133] || (t[133] = o("dt", null, "Frontend-Framework Version:", -1)),
|
22022
22035
|
o("dd", null, b(i.packageJson.dependencies["comand-frontend-framework"].replace("^", "")), 1),
|
22023
22036
|
t[134] || (t[134] = o("dt", null, "Component-Library Version:", -1)),
|
@@ -22025,7 +22038,7 @@ function hv(e, t, n, s, i, l) {
|
|
22025
22038
|
])
|
22026
22039
|
]),
|
22027
22040
|
closed: w(() => [
|
22028
|
-
o("div",
|
22041
|
+
o("div", YC, [
|
22029
22042
|
o("a", {
|
22030
22043
|
href: "#",
|
22031
22044
|
class: "button primary",
|
@@ -22073,7 +22086,7 @@ function hv(e, t, n, s, i, l) {
|
|
22073
22086
|
]),
|
22074
22087
|
_: 1
|
22075
22088
|
}),
|
22076
|
-
i.componentView ? (a(), r("main",
|
22089
|
+
i.componentView ? (a(), r("main", ZC, [
|
22077
22090
|
p(k, null, {
|
22078
22091
|
default: w(() => t[139] || (t[139] = [
|
22079
22092
|
o("h1", { class: "headline-demopage" }, "Components Overview", -1)
|
@@ -22082,7 +22095,7 @@ function hv(e, t, n, s, i, l) {
|
|
22082
22095
|
}),
|
22083
22096
|
p(k, null, {
|
22084
22097
|
default: w(() => [
|
22085
|
-
o("h2",
|
22098
|
+
o("h2", QC, [
|
22086
22099
|
t[140] || (t[140] = o("span", null, "Address Data", -1)),
|
22087
22100
|
o("a", {
|
22088
22101
|
href: "#",
|
@@ -22091,7 +22104,7 @@ function hv(e, t, n, s, i, l) {
|
|
22091
22104
|
onClick: t[13] || (t[13] = S((x) => l.openSettingsSidebar("CmdAddressData"), ["prevent"]))
|
22092
22105
|
})
|
22093
22106
|
]),
|
22094
|
-
o("div",
|
22107
|
+
o("div", XC, [
|
22095
22108
|
p(y, I({
|
22096
22109
|
ref: "CmdAddressData",
|
22097
22110
|
addressData: i.addressData
|
@@ -22109,8 +22122,8 @@ function hv(e, t, n, s, i, l) {
|
|
22109
22122
|
t[181] || (t[181] = o("h3", null, [
|
22110
22123
|
o("span", null, "Form elements status:")
|
22111
22124
|
], -1)),
|
22112
|
-
o("div", $
|
22113
|
-
o("ul",
|
22125
|
+
o("div", $C, [
|
22126
|
+
o("ul", e1, [
|
22114
22127
|
o("li", null, [
|
22115
22128
|
o("a", {
|
22116
22129
|
href: "#",
|
@@ -22119,7 +22132,7 @@ function hv(e, t, n, s, i, l) {
|
|
22119
22132
|
id: "status-default"
|
22120
22133
|
}, " Default ", 2)
|
22121
22134
|
]),
|
22122
|
-
o("li",
|
22135
|
+
o("li", t1, [
|
22123
22136
|
o("a", {
|
22124
22137
|
href: "#",
|
22125
22138
|
onClick: t[15] || (t[15] = S((x) => l.setStatus("error", !1), ["prevent"])),
|
@@ -22172,9 +22185,9 @@ function hv(e, t, n, s, i, l) {
|
|
22172
22185
|
novalidate: "novalidate"
|
22173
22186
|
}, {
|
22174
22187
|
default: w(() => [
|
22175
|
-
o("fieldset",
|
22188
|
+
o("fieldset", n1, [
|
22176
22189
|
t[160] || (t[160] = o("legend", null, "Legend", -1)),
|
22177
|
-
o("h2",
|
22190
|
+
o("h2", i1, [
|
22178
22191
|
t[141] || (t[141] = o("span", null, "Form Element-Component", -1)),
|
22179
22192
|
o("a", {
|
22180
22193
|
href: "#",
|
@@ -22187,7 +22200,7 @@ function hv(e, t, n, s, i, l) {
|
|
22187
22200
|
status: i.validationStatus,
|
22188
22201
|
disabled: i.disabledStatus
|
22189
22202
|
}), null, 16, ["status", "disabled"]),
|
22190
|
-
o("div",
|
22203
|
+
o("div", l1, [
|
22191
22204
|
p(T, {
|
22192
22205
|
labelText: "Input for datalist:",
|
22193
22206
|
element: "input",
|
@@ -22199,7 +22212,7 @@ function hv(e, t, n, s, i, l) {
|
|
22199
22212
|
tooltipText: "This is a tooltip"
|
22200
22213
|
}, null, 8, ["status", "disabled", "datalist"])
|
22201
22214
|
]),
|
22202
|
-
o("div",
|
22215
|
+
o("div", o1, [
|
22203
22216
|
p(T, I({
|
22204
22217
|
labelText: "Input (type search (without search-button)):",
|
22205
22218
|
element: "input",
|
@@ -22222,7 +22235,7 @@ function hv(e, t, n, s, i, l) {
|
|
22222
22235
|
}, { useCustomTooltip: !1 }), null, 16, ["status", "disabled"])
|
22223
22236
|
]),
|
22224
22237
|
t[161] || (t[161] = o("h3", null, "Inputfields in Columns", -1)),
|
22225
|
-
o("div",
|
22238
|
+
o("div", a1, [
|
22226
22239
|
p(T, {
|
22227
22240
|
element: "input",
|
22228
22241
|
type: "text",
|
@@ -22268,7 +22281,7 @@ function hv(e, t, n, s, i, l) {
|
|
22268
22281
|
disabled: i.disabledStatus
|
22269
22282
|
}, null, 8, ["modelValue", "status", "disabled"])
|
22270
22283
|
]),
|
22271
|
-
o("div",
|
22284
|
+
o("div", s1, [
|
22272
22285
|
p(T, {
|
22273
22286
|
labelText: "Label for emailfield (with icon):",
|
22274
22287
|
element: "input",
|
@@ -22317,8 +22330,9 @@ function hv(e, t, n, s, i, l) {
|
|
22317
22330
|
]),
|
22318
22331
|
p(T, {
|
22319
22332
|
element: "input",
|
22320
|
-
labelText: "Label
|
22333
|
+
labelText: "Label:",
|
22321
22334
|
type: "number",
|
22335
|
+
class: "flex-none",
|
22322
22336
|
id: "inputfield-number",
|
22323
22337
|
required: "required",
|
22324
22338
|
min: "0",
|
@@ -22332,7 +22346,7 @@ function hv(e, t, n, s, i, l) {
|
|
22332
22346
|
}, null, 8, ["modelValue", "customRequirements", "status", "disabled"]),
|
22333
22347
|
p(T, {
|
22334
22348
|
element: "input",
|
22335
|
-
labelText: "Label
|
22349
|
+
labelText: "Label for inputfield (number):",
|
22336
22350
|
displayLabelInline: !0,
|
22337
22351
|
type: "number",
|
22338
22352
|
id: "inputfield-number",
|
@@ -22357,7 +22371,7 @@ function hv(e, t, n, s, i, l) {
|
|
22357
22371
|
disabled: i.disabledStatus
|
22358
22372
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
22359
22373
|
t[162] || (t[162] = o("h3", null, "Searchfields", -1)),
|
22360
|
-
o("div",
|
22374
|
+
o("div", r1, [
|
22361
22375
|
p(T, {
|
22362
22376
|
element: "input",
|
22363
22377
|
labelText: "Label for inputfield (search) without search-button:",
|
@@ -22405,7 +22419,7 @@ function hv(e, t, n, s, i, l) {
|
|
22405
22419
|
disabled: i.disabledStatus
|
22406
22420
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
22407
22421
|
t[164] || (t[164] = o("hr", null, null, -1)),
|
22408
|
-
o("h3",
|
22422
|
+
o("h3", d1, [
|
22409
22423
|
t[143] || (t[143] = o("span", null, "Fake Selects", -1)),
|
22410
22424
|
o("a", {
|
22411
22425
|
href: "#",
|
@@ -22414,7 +22428,7 @@ function hv(e, t, n, s, i, l) {
|
|
22414
22428
|
onClick: t[35] || (t[35] = S((x) => l.openSettingsSidebar("CmdFakeSelect"), ["prevent"]))
|
22415
22429
|
})
|
22416
22430
|
]),
|
22417
|
-
o("div",
|
22431
|
+
o("div", u1, [
|
22418
22432
|
p(B, I({ ref: "CmdFakeSelect" }, e.cmdFakeSelectSettingsData, {
|
22419
22433
|
selectData: i.fakeSelectOptionsData,
|
22420
22434
|
modelValue: i.fakeSelectDefault,
|
@@ -22491,8 +22505,8 @@ function hv(e, t, n, s, i, l) {
|
|
22491
22505
|
class: C(["label", i.validationStatus])
|
22492
22506
|
}, [
|
22493
22507
|
t[146] || (t[146] = o("span", { class: "label-text" }, "Single-Slider (with in- and output):", -1)),
|
22494
|
-
o("span",
|
22495
|
-
o("label",
|
22508
|
+
o("span", c1, [
|
22509
|
+
o("label", m1, [
|
22496
22510
|
t[144] || (t[144] = o("span", { class: "label-text" }, [
|
22497
22511
|
o("span", null, "Range Value:")
|
22498
22512
|
], -1)),
|
@@ -22504,11 +22518,11 @@ function hv(e, t, n, s, i, l) {
|
|
22504
22518
|
min: "0",
|
22505
22519
|
max: "100",
|
22506
22520
|
id: "range-value"
|
22507
|
-
}, null, 10,
|
22521
|
+
}, null, 10, p1), [
|
22508
22522
|
[Wt, i.rangeValue]
|
22509
22523
|
])
|
22510
22524
|
]),
|
22511
|
-
o("label",
|
22525
|
+
o("label", f1, [
|
22512
22526
|
t[145] || (t[145] = o("span", { class: "label-text hidden" }, [
|
22513
22527
|
o("span", null, "Range Value")
|
22514
22528
|
], -1)),
|
@@ -22520,7 +22534,7 @@ function hv(e, t, n, s, i, l) {
|
|
22520
22534
|
disabled: i.disabledStatus,
|
22521
22535
|
min: "0",
|
22522
22536
|
max: "100"
|
22523
|
-
}, null, 8,
|
22537
|
+
}, null, 8, h1), [
|
22524
22538
|
[Wt, i.rangeValue]
|
22525
22539
|
])
|
22526
22540
|
])
|
@@ -22627,17 +22641,17 @@ function hv(e, t, n, s, i, l) {
|
|
22627
22641
|
disabled: i.disabledStatus
|
22628
22642
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
22629
22643
|
o("p", null, [
|
22630
|
-
|
22644
|
+
E(" checkbox (required) with boolean: " + b(i.checkboxRequiredValue), 1),
|
22631
22645
|
t[147] || (t[147] = o("br", null, null, -1)),
|
22632
|
-
|
22646
|
+
E(" checkbox with boolean: " + b(i.checkboxValue), 1),
|
22633
22647
|
t[148] || (t[148] = o("br", null, null, -1)),
|
22634
|
-
|
22648
|
+
E(" checkboxes with values: " + b(i.checkboxValues), 1)
|
22635
22649
|
]),
|
22636
22650
|
t[172] || (t[172] = o("h2", null, "Checkboxes and Radiobuttons", -1)),
|
22637
22651
|
t[173] || (t[173] = o("h3", null, "Checkboxes [native]", -1)),
|
22638
|
-
o("div",
|
22652
|
+
o("div", g1, [
|
22639
22653
|
t[150] || (t[150] = o("span", { class: "label-text" }, "Label for native checkboxes:", -1)),
|
22640
|
-
o("div",
|
22654
|
+
o("div", b1, [
|
22641
22655
|
p(T, {
|
22642
22656
|
element: "input",
|
22643
22657
|
labelText: "Label for checkbox with boolean",
|
@@ -22681,18 +22695,18 @@ function hv(e, t, n, s, i, l) {
|
|
22681
22695
|
disabled: i.disabledStatus
|
22682
22696
|
}, {
|
22683
22697
|
labeltext: w(() => t[149] || (t[149] = [
|
22684
|
-
|
22698
|
+
E(" Labeltext with "),
|
22685
22699
|
o("a", { href: "#" }, "link", -1),
|
22686
|
-
|
22700
|
+
E(" given by slot ")
|
22687
22701
|
])),
|
22688
22702
|
_: 1
|
22689
22703
|
}, 8, ["modelValue", "status", "disabled"])
|
22690
22704
|
])
|
22691
22705
|
]),
|
22692
22706
|
t[174] || (t[174] = o("h3", null, "Checkboxes (replaced)", -1)),
|
22693
|
-
o("div",
|
22707
|
+
o("div", y1, [
|
22694
22708
|
t[151] || (t[151] = o("span", { class: "label-text" }, "Label for Replaced Input-Type-Checkbox:", -1)),
|
22695
|
-
o("div",
|
22709
|
+
o("div", x1, [
|
22696
22710
|
p(T, {
|
22697
22711
|
element: "input",
|
22698
22712
|
labelText: "Label for replaced checkbox",
|
@@ -22720,9 +22734,9 @@ function hv(e, t, n, s, i, l) {
|
|
22720
22734
|
])
|
22721
22735
|
]),
|
22722
22736
|
t[175] || (t[175] = o("h3", null, "Radiobuttons [native]", -1)),
|
22723
|
-
o("div",
|
22737
|
+
o("div", C1, [
|
22724
22738
|
t[152] || (t[152] = o("span", { class: "label-text" }, "Label for native radiobuttons:", -1)),
|
22725
|
-
o("div",
|
22739
|
+
o("div", v1, [
|
22726
22740
|
p(T, {
|
22727
22741
|
element: "input",
|
22728
22742
|
labelText: "Label for native radiobutton",
|
@@ -22751,9 +22765,9 @@ function hv(e, t, n, s, i, l) {
|
|
22751
22765
|
]),
|
22752
22766
|
o("p", null, " Radiobuttons with values: " + b(i.radiobuttonValue), 1),
|
22753
22767
|
t[176] || (t[176] = o("h3", null, "Radiobuttons (replaced)", -1)),
|
22754
|
-
o("div",
|
22768
|
+
o("div", k1, [
|
22755
22769
|
t[153] || (t[153] = o("span", { class: "label-text" }, "Label for Replaced Input-Type-Radio:", -1)),
|
22756
|
-
o("div",
|
22770
|
+
o("div", w1, [
|
22757
22771
|
p(T, {
|
22758
22772
|
element: "input",
|
22759
22773
|
labelText: "Label for replaced radiobutton",
|
@@ -22782,8 +22796,8 @@ function hv(e, t, n, s, i, l) {
|
|
22782
22796
|
}, null, 8, ["modelValue", "status", "disabled"])
|
22783
22797
|
])
|
22784
22798
|
]),
|
22785
|
-
o("h3",
|
22786
|
-
t[154] || (t[154] =
|
22799
|
+
o("h3", T1, [
|
22800
|
+
t[154] || (t[154] = E(" Input-Group ")),
|
22787
22801
|
o("a", {
|
22788
22802
|
href: "#",
|
22789
22803
|
class: "button small icon-cog",
|
@@ -22902,9 +22916,9 @@ function hv(e, t, n, s, i, l) {
|
|
22902
22916
|
])
|
22903
22917
|
])
|
22904
22918
|
]),
|
22905
|
-
o("div",
|
22919
|
+
o("div", S1, [
|
22906
22920
|
t[179] || (t[179] = o("small", null, "(values will not be submitted with the form!)", -1)),
|
22907
|
-
o("div",
|
22921
|
+
o("div", _1, [
|
22908
22922
|
p(T, {
|
22909
22923
|
element: "button",
|
22910
22924
|
nativeButton: { text: "Submit-button from component" },
|
@@ -22920,7 +22934,7 @@ function hv(e, t, n, s, i, l) {
|
|
22920
22934
|
}, t[178] || (t[178] = [
|
22921
22935
|
o("span", { class: "icon-check" }, null, -1),
|
22922
22936
|
o("span", null, "Native submit-button", -1)
|
22923
|
-
]), 8,
|
22937
|
+
]), 8, O1)
|
22924
22938
|
])
|
22925
22939
|
])
|
22926
22940
|
]),
|
@@ -22935,7 +22949,7 @@ function hv(e, t, n, s, i, l) {
|
|
22935
22949
|
}),
|
22936
22950
|
p(k, null, {
|
22937
22951
|
default: w(() => [
|
22938
|
-
o("h2",
|
22952
|
+
o("h2", L1, [
|
22939
22953
|
t[182] || (t[182] = o("span", null, "Bank Account Data", -1)),
|
22940
22954
|
o("a", {
|
22941
22955
|
href: "#",
|
@@ -22950,7 +22964,7 @@ function hv(e, t, n, s, i, l) {
|
|
22950
22964
|
}),
|
22951
22965
|
p(k, null, {
|
22952
22966
|
default: w(() => [
|
22953
|
-
o("h2",
|
22967
|
+
o("h2", I1, [
|
22954
22968
|
t[183] || (t[183] = o("span", null, "Basic Form", -1)),
|
22955
22969
|
o("a", {
|
22956
22970
|
href: "#",
|
@@ -22983,7 +22997,7 @@ function hv(e, t, n, s, i, l) {
|
|
22983
22997
|
p(k, { anchorId: "section-boxes" }, {
|
22984
22998
|
default: w(() => [
|
22985
22999
|
t[204] || (t[204] = o("h2", { class: "headline-demopage" }, "Boxes", -1)),
|
22986
|
-
o("h3",
|
23000
|
+
o("h3", B1, [
|
22987
23001
|
t[186] || (t[186] = o("span", null, "Default Box", -1)),
|
22988
23002
|
o("a", {
|
22989
23003
|
href: "#",
|
@@ -23039,7 +23053,7 @@ function hv(e, t, n, s, i, l) {
|
|
23039
23053
|
"cutoff-text-lines": 4
|
23040
23054
|
}, {
|
23041
23055
|
body: w(() => t[190] || (t[190] = [
|
23042
|
-
|
23056
|
+
E(" 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. ")
|
23043
23057
|
])),
|
23044
23058
|
_: 1
|
23045
23059
|
}),
|
@@ -23104,7 +23118,7 @@ function hv(e, t, n, s, i, l) {
|
|
23104
23118
|
o("h4", null, " Box with links ", -1)
|
23105
23119
|
])),
|
23106
23120
|
body: w(() => [
|
23107
|
-
o("ul",
|
23121
|
+
o("ul", M1, [
|
23108
23122
|
o("li", null, [
|
23109
23123
|
o("a", {
|
23110
23124
|
href: "#",
|
@@ -23208,7 +23222,7 @@ function hv(e, t, n, s, i, l) {
|
|
23208
23222
|
_: 1
|
23209
23223
|
}),
|
23210
23224
|
t[205] || (t[205] = o("h3", null, "Product boxes", -1)),
|
23211
|
-
o("div",
|
23225
|
+
o("div", D1, [
|
23212
23226
|
(a(!0), r(_, null, q(i.boxProductData, (x, z) => (a(), r("div", {
|
23213
23227
|
class: "grid-small-item",
|
23214
23228
|
key: z
|
@@ -23267,7 +23281,7 @@ function hv(e, t, n, s, i, l) {
|
|
23267
23281
|
onToggleCollapse: (ve) => x.boxToggled(z - 1, ve)
|
23268
23282
|
}, {
|
23269
23283
|
body: w(() => [
|
23270
|
-
|
23284
|
+
E(b(x.currentOpenBox) + "Content " + b(z), 1)
|
23271
23285
|
]),
|
23272
23286
|
_: 2
|
23273
23287
|
}, 1032, ["cmdHeadline", "rowView", "openCollapsedBox", "onToggleCollapse"]))), 128))
|
@@ -23279,7 +23293,7 @@ function hv(e, t, n, s, i, l) {
|
|
23279
23293
|
}),
|
23280
23294
|
p(k, { "inner-component": "div" }, {
|
23281
23295
|
default: w(() => [
|
23282
|
-
o("h2",
|
23296
|
+
o("h2", F1, [
|
23283
23297
|
t[207] || (t[207] = o("span", null, "Breadcrumbs", -1)),
|
23284
23298
|
o("a", {
|
23285
23299
|
href: "#",
|
@@ -23298,7 +23312,7 @@ function hv(e, t, n, s, i, l) {
|
|
23298
23312
|
}),
|
23299
23313
|
p(k, null, {
|
23300
23314
|
default: w(() => [
|
23301
|
-
o("h2",
|
23315
|
+
o("h2", V1, [
|
23302
23316
|
t[208] || (t[208] = o("span", null, "Company Logo", -1)),
|
23303
23317
|
o("a", {
|
23304
23318
|
href: "#",
|
@@ -23316,7 +23330,7 @@ function hv(e, t, n, s, i, l) {
|
|
23316
23330
|
}),
|
23317
23331
|
p(k, null, {
|
23318
23332
|
default: w(() => [
|
23319
|
-
o("h2",
|
23333
|
+
o("h2", A1, [
|
23320
23334
|
t[209] || (t[209] = o("span", null, "Container", -1)),
|
23321
23335
|
o("a", {
|
23322
23336
|
href: "#",
|
@@ -23459,7 +23473,7 @@ function hv(e, t, n, s, i, l) {
|
|
23459
23473
|
style: { "align-self": "flex-start" }
|
23460
23474
|
}, t[220] || (t[220] = [
|
23461
23475
|
o("img", {
|
23462
|
-
src:
|
23476
|
+
src: EC,
|
23463
23477
|
alt: "Alternative text"
|
23464
23478
|
}, null, -1)
|
23465
23479
|
])),
|
@@ -23471,7 +23485,7 @@ function hv(e, t, n, s, i, l) {
|
|
23471
23485
|
style: { "align-self": "flex-start" }
|
23472
23486
|
}, t[221] || (t[221] = [
|
23473
23487
|
o("img", {
|
23474
|
-
src:
|
23488
|
+
src: HC,
|
23475
23489
|
alt: "Alternative text"
|
23476
23490
|
}, null, -1)
|
23477
23491
|
])),
|
@@ -23487,7 +23501,7 @@ function hv(e, t, n, s, i, l) {
|
|
23487
23501
|
style: { "align-self": "flex-start" }
|
23488
23502
|
}, t[222] || (t[222] = [
|
23489
23503
|
o("img", {
|
23490
|
-
src:
|
23504
|
+
src: qC,
|
23491
23505
|
alt: "Alternative text"
|
23492
23506
|
}, null, -1)
|
23493
23507
|
]))
|
@@ -23559,7 +23573,7 @@ function hv(e, t, n, s, i, l) {
|
|
23559
23573
|
}),
|
23560
23574
|
p(k, null, {
|
23561
23575
|
default: w(() => [
|
23562
|
-
o("h2",
|
23576
|
+
o("h2", P1, [
|
23563
23577
|
t[232] || (t[232] = o("span", null, "Headlines", -1)),
|
23564
23578
|
o("a", {
|
23565
23579
|
href: "#",
|
@@ -23585,9 +23599,9 @@ function hv(e, t, n, s, i, l) {
|
|
23585
23599
|
headlineLevel: "3"
|
23586
23600
|
}, {
|
23587
23601
|
default: w(() => t[233] || (t[233] = [
|
23588
|
-
|
23602
|
+
E(" Headline text"),
|
23589
23603
|
o("br", null, null, -1),
|
23590
|
-
|
23604
|
+
E(" with html-content given by slot ")
|
23591
23605
|
])),
|
23592
23606
|
_: 1
|
23593
23607
|
}, 512)
|
@@ -23627,7 +23641,7 @@ function hv(e, t, n, s, i, l) {
|
|
23627
23641
|
}),
|
23628
23642
|
p(k, null, {
|
23629
23643
|
default: w(() => [
|
23630
|
-
o("h2",
|
23644
|
+
o("h2", E1, [
|
23631
23645
|
t[240] || (t[240] = o("span", null, "Image", -1)),
|
23632
23646
|
o("a", {
|
23633
23647
|
href: "#",
|
@@ -23636,7 +23650,7 @@ function hv(e, t, n, s, i, l) {
|
|
23636
23650
|
onClick: t[86] || (t[86] = S((x) => l.openSettingsSidebar("CmdImage"), ["prevent"]))
|
23637
23651
|
})
|
23638
23652
|
]),
|
23639
|
-
o("div",
|
23653
|
+
o("div", H1, [
|
23640
23654
|
p(re, I({
|
23641
23655
|
ref: "CmdImage",
|
23642
23656
|
image: i.imageData[0].image,
|
@@ -23652,7 +23666,7 @@ function hv(e, t, n, s, i, l) {
|
|
23652
23666
|
}),
|
23653
23667
|
p(k, null, {
|
23654
23668
|
default: w(() => [
|
23655
|
-
o("h2",
|
23669
|
+
o("h2", q1, [
|
23656
23670
|
t[241] || (t[241] = o("span", null, "Image-Gallery", -1)),
|
23657
23671
|
o("a", {
|
23658
23672
|
href: "#",
|
@@ -23674,7 +23688,7 @@ function hv(e, t, n, s, i, l) {
|
|
23674
23688
|
class: "headline-demopage",
|
23675
23689
|
id: "section-image-zoom"
|
23676
23690
|
}, " Image-Zoom ", -1)),
|
23677
|
-
p(
|
23691
|
+
p(H, {
|
23678
23692
|
imageSmall: i.imageZoomData.imageSmall,
|
23679
23693
|
imageLarge: i.imageZoomData.imageLarge
|
23680
23694
|
}, null, 8, ["imageSmall", "imageLarge"])
|
@@ -23685,7 +23699,7 @@ function hv(e, t, n, s, i, l) {
|
|
23685
23699
|
default: w(() => {
|
23686
23700
|
var x, z, ve, je, Ke, Je;
|
23687
23701
|
return [
|
23688
|
-
o("h2",
|
23702
|
+
o("h2", R1, [
|
23689
23703
|
t[243] || (t[243] = o("span", null, "Link", -1)),
|
23690
23704
|
o("a", {
|
23691
23705
|
href: "#",
|
@@ -23731,7 +23745,7 @@ function hv(e, t, n, s, i, l) {
|
|
23731
23745
|
fancybox: !0,
|
23732
23746
|
icon: { iconClass: "icon-chevron-one-stripe-right", position: "right", tooltip: "Tooltip for hyperlink" }
|
23733
23747
|
})) : m("", !0),
|
23734
|
-
o("dl",
|
23748
|
+
o("dl", j1, [
|
23735
23749
|
t[245] || (t[245] = o("dt", null, "Event:", -1)),
|
23736
23750
|
o("dd", null, b((z = (x = i.outputCmdLink) == null ? void 0 : x.event) == null ? void 0 : z.originalEvent.originalEvent), 1),
|
23737
23751
|
t[246] || (t[246] = o("dt", null, "Target:", -1)),
|
@@ -23747,7 +23761,7 @@ function hv(e, t, n, s, i, l) {
|
|
23747
23761
|
default: w(() => {
|
23748
23762
|
var x, z, ve, je, Ke, Je;
|
23749
23763
|
return [
|
23750
|
-
o("h2",
|
23764
|
+
o("h2", N1, [
|
23751
23765
|
t[248] || (t[248] = o("span", null, "List Of Links", -1)),
|
23752
23766
|
o("a", {
|
23753
23767
|
href: "#",
|
@@ -23760,7 +23774,7 @@ function hv(e, t, n, s, i, l) {
|
|
23760
23774
|
links: i.listOfLinksData,
|
23761
23775
|
onClick: l.cmdLinkOutput
|
23762
23776
|
}), null, 16, ["links", "onClick"]),
|
23763
|
-
o("dl",
|
23777
|
+
o("dl", U1, [
|
23764
23778
|
t[249] || (t[249] = o("dt", null, "Event:", -1)),
|
23765
23779
|
o("dd", null, b((z = (x = i.outputCmdLink) == null ? void 0 : x.event) == null ? void 0 : z.originalEvent), 1),
|
23766
23780
|
t[250] || (t[250] = o("dt", null, "Target:", -1)),
|
@@ -23774,7 +23788,7 @@ function hv(e, t, n, s, i, l) {
|
|
23774
23788
|
}),
|
23775
23789
|
p(k, null, {
|
23776
23790
|
default: w(() => [
|
23777
|
-
o("h2",
|
23791
|
+
o("h2", z1, [
|
23778
23792
|
t[252] || (t[252] = o("span", null, "List Of Images", -1)),
|
23779
23793
|
o("a", {
|
23780
23794
|
href: "#",
|
@@ -23789,7 +23803,7 @@ function hv(e, t, n, s, i, l) {
|
|
23789
23803
|
}),
|
23790
23804
|
p(k, null, {
|
23791
23805
|
default: w(() => [
|
23792
|
-
o("h2",
|
23806
|
+
o("h2", W1, [
|
23793
23807
|
t[253] || (t[253] = o("span", null, "Login Form", -1)),
|
23794
23808
|
o("a", {
|
23795
23809
|
href: "#",
|
@@ -23829,7 +23843,7 @@ function hv(e, t, n, s, i, l) {
|
|
23829
23843
|
}),
|
23830
23844
|
p(k, null, {
|
23831
23845
|
default: w(() => [
|
23832
|
-
o("h2",
|
23846
|
+
o("h2", G1, [
|
23833
23847
|
t[255] || (t[255] = o("span", null, "Main Navigation", -1)),
|
23834
23848
|
o("a", {
|
23835
23849
|
href: "#",
|
@@ -23845,7 +23859,7 @@ function hv(e, t, n, s, i, l) {
|
|
23845
23859
|
}),
|
23846
23860
|
p(k, null, {
|
23847
23861
|
default: w(() => [
|
23848
|
-
o("h2",
|
23862
|
+
o("h2", K1, [
|
23849
23863
|
t[256] || (t[256] = o("span", null, "Multistepform-Progressbar", -1)),
|
23850
23864
|
o("a", {
|
23851
23865
|
href: "#",
|
@@ -23869,7 +23883,7 @@ function hv(e, t, n, s, i, l) {
|
|
23869
23883
|
}),
|
23870
23884
|
p(k, null, {
|
23871
23885
|
default: w(() => [
|
23872
|
-
o("h2",
|
23886
|
+
o("h2", J1, [
|
23873
23887
|
t[258] || (t[258] = o("span", null, "Newsletter Subscription", -1)),
|
23874
23888
|
o("a", {
|
23875
23889
|
href: "#",
|
@@ -23893,7 +23907,7 @@ function hv(e, t, n, s, i, l) {
|
|
23893
23907
|
}),
|
23894
23908
|
p(k, null, {
|
23895
23909
|
default: w(() => [
|
23896
|
-
o("h2",
|
23910
|
+
o("h2", Y1, [
|
23897
23911
|
t[259] || (t[259] = o("span", null, "Opening Hours", -1)),
|
23898
23912
|
o("a", {
|
23899
23913
|
href: "#",
|
@@ -23912,7 +23926,7 @@ function hv(e, t, n, s, i, l) {
|
|
23912
23926
|
}),
|
23913
23927
|
p(k, null, {
|
23914
23928
|
default: w(() => [
|
23915
|
-
o("h2",
|
23929
|
+
o("h2", Z1, [
|
23916
23930
|
t[260] || (t[260] = o("span", null, "Page Footer", -1)),
|
23917
23931
|
o("a", {
|
23918
23932
|
href: "#",
|
@@ -23941,7 +23955,7 @@ function hv(e, t, n, s, i, l) {
|
|
23941
23955
|
}),
|
23942
23956
|
p(k, null, {
|
23943
23957
|
default: w(() => [
|
23944
|
-
o("h2",
|
23958
|
+
o("h2", Q1, [
|
23945
23959
|
t[262] || (t[262] = o("span", null, "Page Header", -1)),
|
23946
23960
|
o("a", {
|
23947
23961
|
href: "#",
|
@@ -23971,7 +23985,7 @@ function hv(e, t, n, s, i, l) {
|
|
23971
23985
|
}),
|
23972
23986
|
p(k, null, {
|
23973
23987
|
default: w(() => [
|
23974
|
-
o("h2",
|
23988
|
+
o("h2", X1, [
|
23975
23989
|
t[264] || (t[264] = o("span", null, "Pagination", -1)),
|
23976
23990
|
o("a", {
|
23977
23991
|
href: "#",
|
@@ -23997,7 +24011,7 @@ function hv(e, t, n, s, i, l) {
|
|
23997
24011
|
}, "Site Footer", -1)),
|
23998
24012
|
p(Ge, null, {
|
23999
24013
|
default: w(() => t[265] || (t[265] = [
|
24000
|
-
|
24014
|
+
E(" Slotcontent ")
|
24001
24015
|
])),
|
24002
24016
|
_: 1
|
24003
24017
|
})
|
@@ -24006,7 +24020,7 @@ function hv(e, t, n, s, i, l) {
|
|
24006
24020
|
}),
|
24007
24021
|
p(k, null, {
|
24008
24022
|
default: w(() => [
|
24009
|
-
o("h2", $
|
24023
|
+
o("h2", $1, [
|
24010
24024
|
t[267] || (t[267] = o("span", null, "Site Header", -1)),
|
24011
24025
|
o("a", {
|
24012
24026
|
href: "#",
|
@@ -24067,7 +24081,7 @@ function hv(e, t, n, s, i, l) {
|
|
24067
24081
|
]),
|
24068
24082
|
p(dt, I({ ref: "CmdSlideshow" }, e.cmdSlideshowSettingsData, { "slideshow-items": i.slideshowData }), {
|
24069
24083
|
default: w(() => t[270] || (t[270] = [
|
24070
|
-
|
24084
|
+
E("Slot-Content ")
|
24071
24085
|
])),
|
24072
24086
|
_: 1
|
24073
24087
|
}, 16, ["slideshow-items"])
|
@@ -24309,7 +24323,7 @@ function hv(e, t, n, s, i, l) {
|
|
24309
24323
|
"related-id": "show-on-hover"
|
24310
24324
|
}, e.cmdTooltipSettingsData), {
|
24311
24325
|
default: w(() => t[288] || (t[288] = [
|
24312
|
-
|
24326
|
+
E(" Tooltip on hover ")
|
24313
24327
|
])),
|
24314
24328
|
_: 1
|
24315
24329
|
}, 16),
|
@@ -24318,7 +24332,7 @@ function hv(e, t, n, s, i, l) {
|
|
24318
24332
|
"related-id": "show-with-delay"
|
24319
24333
|
}, {
|
24320
24334
|
default: w(() => t[289] || (t[289] = [
|
24321
|
-
|
24335
|
+
E(" Tooltip on hover with delay ")
|
24322
24336
|
])),
|
24323
24337
|
_: 1
|
24324
24338
|
}),
|
@@ -24328,7 +24342,7 @@ function hv(e, t, n, s, i, l) {
|
|
24328
24342
|
allowEscapeKey: !0
|
24329
24343
|
}, {
|
24330
24344
|
default: w(() => t[290] || (t[290] = [
|
24331
|
-
|
24345
|
+
E(" Tooltip on click ")
|
24332
24346
|
])),
|
24333
24347
|
_: 1
|
24334
24348
|
})
|
@@ -24386,7 +24400,7 @@ function hv(e, t, n, s, i, l) {
|
|
24386
24400
|
])),
|
24387
24401
|
p(Ge, null, {
|
24388
24402
|
default: w(() => t[295] || (t[295] = [
|
24389
|
-
|
24403
|
+
E(" Slot-Content for Site-Footer ")
|
24390
24404
|
])),
|
24391
24405
|
_: 1
|
24392
24406
|
}),
|
@@ -24428,11 +24442,11 @@ function hv(e, t, n, s, i, l) {
|
|
24428
24442
|
]),
|
24429
24443
|
_: 1
|
24430
24444
|
}, 8, ["openSidebar", "onToggleSidebar"])) : m("", !0)
|
24431
|
-
], 8,
|
24445
|
+
], 8, jC)), [
|
24432
24446
|
[El]
|
24433
24447
|
]);
|
24434
24448
|
}
|
24435
|
-
const wv = /* @__PURE__ */ F(
|
24449
|
+
const wv = /* @__PURE__ */ F(RC, [["render", hv]]), Tv = {
|
24436
24450
|
// el = real dom-element
|
24437
24451
|
mounted(e) {
|
24438
24452
|
if (e.tagName === "INPUT" || e.tagName === "SELECT" || e.tagName === "TEXTAREA" || e.tagName === "A")
|