comand-component-library 4.1.97 → 4.1.99
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 +95 -86
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/ComponentLibrary.vue +3 -1
- package/src/assets/data/listOfComponents.json +1 -0
- package/src/components/CmdInnerLink.vue +1 -1
- package/src/components/CmdLink.vue +9 -0
- package/src/components/CmdSmartSearch.vue +52 -3
@@ -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 Je = (e, t, n) => ql(e, typeof t != "symbol" ? t + "" : t, n);
|
4
|
-
import { defineComponent as hi, h as Fn, resolveComponent as we, openBlock as a, createBlock as v, normalizeClass as x, createElementBlock as r, getCurrentInstance as Rl, resolveDynamicComponent as Me, withModifiers as S, withCtx as k, withDirectives as
|
4
|
+
import { defineComponent as hi, h as Fn, resolveComponent as we, openBlock as a, createBlock as v, normalizeClass as x, createElementBlock as r, getCurrentInstance as Rl, resolveDynamicComponent as Me, withModifiers as S, withCtx as k, withDirectives as te, createElementVNode as o, createVNode as p, createCommentVNode as m, vShow as xe, Fragment as _, toDisplayString as y, renderSlot as A, normalizeProps as j, mergeProps as I, createTextVNode as H, renderList as q, Transition as Ae, toHandlers as zt, TransitionGroup as dn, createApp as jl, normalizeStyle as xt, guardReactiveProps as Ve, useCssVars as gi, vModelDynamic as Nl, vModelText as Gt, resolveDirective as Ul, vModelSelect as zl, vModelRadio as At, onBeforeUpdate as Gl, onMounted as Wl, onUnmounted as Kl, reactive as Yl } from "vue";
|
5
5
|
const $e = /^[a-z0-9]+(-[a-z0-9]+)*$/, kt = (e, t, n, s = "") => {
|
6
6
|
const i = e.split(":");
|
7
7
|
if (e.slice(0, 1) === "@") {
|
@@ -1445,7 +1445,7 @@ function ha(e, t, n, s, i, l) {
|
|
1445
1445
|
}, {
|
1446
1446
|
default: k(() => [
|
1447
1447
|
n.componentTag === "ul" ? (a(), r("li", ea, [
|
1448
|
-
|
1448
|
+
te(o("ul", {
|
1449
1449
|
class: "flex-container no-flex action-buttons",
|
1450
1450
|
"data-component": n.componentName
|
1451
1451
|
}, [
|
@@ -1517,7 +1517,7 @@ function ha(e, t, n, s, i, l) {
|
|
1517
1517
|
])
|
1518
1518
|
])) : (a(), r(_, { key: 1 }, [
|
1519
1519
|
l.isOuterComponent ? (a(), r("p", aa, y(n.componentName), 1)) : m("", !0),
|
1520
|
-
|
1520
|
+
te(o("ul", {
|
1521
1521
|
class: "flex-container no-flex action-buttons",
|
1522
1522
|
"data-component": n.componentName,
|
1523
1523
|
onMouseenter: t[12] || (t[12] = (...u) => l.addHighlightRelatedComponent && l.addHighlightRelatedComponent(...u)),
|
@@ -1732,7 +1732,7 @@ const qe = /* @__PURE__ */ M($o, [["render", ha]]), se = {
|
|
1732
1732
|
}, ya = { class: "pre-headline-text-wrapper" }, ba = ["innerHTML"], xa = ["innerHTML"], Ca = { key: 1 }, va = ["innerHTML"], wa = { key: 2 }, ka = { class: "pre-headline-text" };
|
1733
1733
|
function Ta(e, t, n, s, i, l) {
|
1734
1734
|
var h;
|
1735
|
-
const d = W, u =
|
1735
|
+
const d = W, u = ne, c = qe;
|
1736
1736
|
return !e.editModeContext || e.settingsContext || e.mainSidebarContext || n.headlineText ? (a(), r("div", {
|
1737
1737
|
key: 0,
|
1738
1738
|
class: x(["cmd-headline", { "has-pre-headline-text": n.preHeadlineText, "has-icon": (h = n.cmdIcon) == null ? void 0 : h.iconClass }, l.headlineTextAlign])
|
@@ -3148,7 +3148,7 @@ const xn = {
|
|
3148
3148
|
class: "search-field-wrapper flex-container no-gap"
|
3149
3149
|
}, xs = ["id", "maxlength", "value"], Cs = ["title"], vs = ["title"], ws = { key: 1 };
|
3150
3150
|
function ks(e, t, n, s, i, l) {
|
3151
|
-
var c, h, f, g, w, b, O, T, F, B, D, V, U, G, P, R, Y, Z, Q,
|
3151
|
+
var c, h, f, g, w, b, O, T, F, B, D, V, U, G, P, R, Y, Z, Q, le, oe, ie, re, me;
|
3152
3152
|
const d = W, u = gn;
|
3153
3153
|
return n.element === "input" || n.element === "select" || n.element === "textarea" ? (a(), r("label", {
|
3154
3154
|
key: 0,
|
@@ -3306,11 +3306,11 @@ function ks(e, t, n, s, i, l) {
|
|
3306
3306
|
label: X,
|
3307
3307
|
key: X
|
3308
3308
|
}, [
|
3309
|
-
(a(!0), r(_, null, q(E, (
|
3309
|
+
(a(!0), r(_, null, q(E, (ee, Ce) => (a(), r("option", {
|
3310
3310
|
key: Ce,
|
3311
|
-
value:
|
3312
|
-
selected:
|
3313
|
-
}, y(
|
3311
|
+
value: ee.value,
|
3312
|
+
selected: ee.value === n.modelValue
|
3313
|
+
}, y(ee.text), 9, fs))), 128))
|
3314
3314
|
], 8, ps))), 128)) : (a(!0), r(_, { key: 0 }, q(n.selectOptions, (E, X) => (a(), r("option", {
|
3315
3315
|
key: X,
|
3316
3316
|
value: E.value,
|
@@ -3379,14 +3379,14 @@ function ks(e, t, n, s, i, l) {
|
|
3379
3379
|
(P = n.nativeButton) != null && P.icon && ((R = n.nativeButton) != null && R.text) ? (a(), r("span", ws, y(n.nativeButton.text), 1)) : (a(), r(_, { key: 2 }, [
|
3380
3380
|
H(y(n.nativeButton.text), 1)
|
3381
3381
|
], 64)),
|
3382
|
-
(Z = (Y = n.nativeButton) == null ? void 0 : Y.icon) != null && Z.show && ((
|
3382
|
+
(Z = (Y = n.nativeButton) == null ? void 0 : Y.icon) != null && Z.show && ((le = (Q = n.nativeButton) == null ? void 0 : Q.icon) == null ? void 0 : le.position) === "after" ? (a(), v(d, {
|
3383
3383
|
key: 3,
|
3384
|
-
iconClass: (
|
3384
|
+
iconClass: (ie = (oe = n.nativeButton) == null ? void 0 : oe.icon) == null ? void 0 : ie.iconClass,
|
3385
3385
|
type: (me = (re = n.nativeButton) == null ? void 0 : re.icon) == null ? void 0 : me.iconType
|
3386
3386
|
}, null, 8, ["iconClass", "type"])) : m("", !0)
|
3387
3387
|
], 16)) : m("", !0);
|
3388
3388
|
}
|
3389
|
-
const
|
3389
|
+
const ne = /* @__PURE__ */ M(Wa, [["render", ks]]), Ts = {
|
3390
3390
|
name: "CmdAddressDataItem",
|
3391
3391
|
mixins: [se],
|
3392
3392
|
data() {
|
@@ -3516,7 +3516,7 @@ const ie = /* @__PURE__ */ M(Wa, [["render", ks]]), Ts = {
|
|
3516
3516
|
class: "country-name"
|
3517
3517
|
};
|
3518
3518
|
function Rs(e, t, n, s, i, l) {
|
3519
|
-
const d = W, u =
|
3519
|
+
const d = W, u = ne;
|
3520
3520
|
return a(), r(_, null, [
|
3521
3521
|
o("dt", {
|
3522
3522
|
class: x(["cmd-address-data-item", { address: n.addressEntry.name === "address" }]),
|
@@ -4421,7 +4421,7 @@ const Ne = /* @__PURE__ */ M(hr, [["render", br]]), xr = {
|
|
4421
4421
|
class: "mandatory-text"
|
4422
4422
|
}, Lr = ["type"], Ir = { key: 1 };
|
4423
4423
|
function Br(e, t, n, s, i, l) {
|
4424
|
-
const d = Ne, u =
|
4424
|
+
const d = Ne, u = ne;
|
4425
4425
|
return a(), r("form", {
|
4426
4426
|
class: x(["cmd-form", { error: i.errorOccurred }]),
|
4427
4427
|
action: n.formAction,
|
@@ -4807,7 +4807,7 @@ const Dr = {
|
|
4807
4807
|
}, Mr = ["innerHTML"], Vr = ["src", "alt", "title"], Pr = ["src", "alt", "title"], Ar = ["innerHTML"], Er = ["innerHTML"], Hr = ["src", "alt", "title"], qr = ["innerHTML"], Rr = ["src", "alt", "title"];
|
4808
4808
|
function jr(e, t, n, s, i, l) {
|
4809
4809
|
var c, h, f, g, w, b, O, T, F, B, D, V, U;
|
4810
|
-
const d =
|
4810
|
+
const d = ne, u = qe;
|
4811
4811
|
return e.editModeContext ? (a(), v(u, {
|
4812
4812
|
key: 0,
|
4813
4813
|
ref: "editComponentWrapper",
|
@@ -4821,7 +4821,7 @@ function jr(e, t, n, s, i, l) {
|
|
4821
4821
|
itemProvider: ((c = e.editModeConfig) == null ? void 0 : c.allowAddItem) !== !1 ? l.itemProvider : null
|
4822
4822
|
}, {
|
4823
4823
|
default: k((G) => {
|
4824
|
-
var P, R, Y, Z, Q,
|
4824
|
+
var P, R, Y, Z, Q, le, oe, ie, re, me, E, X;
|
4825
4825
|
return [
|
4826
4826
|
o("figure", {
|
4827
4827
|
class: x(["cmd-image flex-container no-gap vertical", l.textAlign])
|
@@ -4835,7 +4835,7 @@ function jr(e, t, n, s, i, l) {
|
|
4835
4835
|
required: !0,
|
4836
4836
|
labelText: "Text figcaption",
|
4837
4837
|
modelValue: l.editableFigcaptionText,
|
4838
|
-
"onUpdate:modelValue": t[0] || (t[0] = (
|
4838
|
+
"onUpdate:modelValue": t[0] || (t[0] = (ee) => l.editableFigcaptionText = ee)
|
4839
4839
|
}, null, 8, ["class", "modelValue"])) : (Y = n.figcaption) != null && Y.text ? (a(), r("figcaption", {
|
4840
4840
|
key: 1,
|
4841
4841
|
innerHTML: (Z = n.figcaption) == null ? void 0 : Z.text
|
@@ -4846,14 +4846,14 @@ function jr(e, t, n, s, i, l) {
|
|
4846
4846
|
href: "#",
|
4847
4847
|
class: ["box drop-area flex-container vertical", { "allow-drop": i.allowDrop }]
|
4848
4848
|
}, zt(l.dragAndDropHandler, !0), {
|
4849
|
-
onClick: t[1] || (t[1] = S((...
|
4849
|
+
onClick: t[1] || (t[1] = S((...ee) => l.selectFiles && l.selectFiles(...ee), ["prevent"])),
|
4850
4850
|
title: "Drag new image to this area to replace old one!"
|
4851
4851
|
}), [
|
4852
4852
|
t[6] || (t[6] = o("span", { class: "icon-image" }, null, -1)),
|
4853
4853
|
o("img", {
|
4854
4854
|
src: l.imageSource,
|
4855
4855
|
alt: (Q = n.image) == null ? void 0 : Q.alt,
|
4856
|
-
title: (
|
4856
|
+
title: (le = n.image) == null ? void 0 : le.tooltip
|
4857
4857
|
}, null, 8, Vr)
|
4858
4858
|
], 16),
|
4859
4859
|
p(d, {
|
@@ -4868,8 +4868,8 @@ function jr(e, t, n, s, i, l) {
|
|
4868
4868
|
], 64)) : l.imageSource ? (a(), r("img", {
|
4869
4869
|
key: 2,
|
4870
4870
|
src: l.imageSource,
|
4871
|
-
alt: (
|
4872
|
-
title: (
|
4871
|
+
alt: (oe = n.image) == null ? void 0 : oe.alt,
|
4872
|
+
title: (ie = n.image) == null ? void 0 : ie.tooltip
|
4873
4873
|
}, null, 8, Pr)) : m("", !0),
|
4874
4874
|
(re = n.figcaption) != null && re.show && ((me = n.figcaption) == null ? void 0 : me.position) !== "top" ? (a(), r(_, { key: 3 }, [
|
4875
4875
|
G.editing ? (a(), v(d, {
|
@@ -4881,7 +4881,7 @@ function jr(e, t, n, s, i, l) {
|
|
4881
4881
|
labelText: "Text figcaption",
|
4882
4882
|
showLabel: !1,
|
4883
4883
|
modelValue: l.editableFigcaptionText,
|
4884
|
-
"onUpdate:modelValue": t[2] || (t[2] = (
|
4884
|
+
"onUpdate:modelValue": t[2] || (t[2] = (ee) => l.editableFigcaptionText = ee),
|
4885
4885
|
placeholder: "figcaption"
|
4886
4886
|
}, null, 8, ["class", "modelValue"])) : (E = n.figcaption) != null && E.text ? (a(), r("figcaption", {
|
4887
4887
|
key: 1,
|
@@ -4892,7 +4892,7 @@ function jr(e, t, n, s, i, l) {
|
|
4892
4892
|
key: 4,
|
4893
4893
|
type: "button",
|
4894
4894
|
class: "button confirm",
|
4895
|
-
onClick: t[3] || (t[3] = (...
|
4895
|
+
onClick: t[3] || (t[3] = (...ee) => l.onAddItem && l.onAddItem(...ee))
|
4896
4896
|
}, t[7] || (t[7] = [
|
4897
4897
|
o("span", { class: "icon-add" }, null, -1),
|
4898
4898
|
o("span", null, "Add new image", -1)
|
@@ -5633,7 +5633,7 @@ const td = Hi, nd = ["aria-label"], id = { class: "flex-container" }, ld = {
|
|
5633
5633
|
class: "flex-container no-flex"
|
5634
5634
|
}, fd = ["title"], hd = { key: 1 }, gd = ["title"], yd = { key: 1 };
|
5635
5635
|
function bd(e, t, n, s, i, l) {
|
5636
|
-
var g, w, b, O, T, F, B, D, V, U, G, P, R, Y, Z, Q,
|
5636
|
+
var g, w, b, O, T, F, B, D, V, U, G, P, R, Y, Z, Q, le, oe, ie, re, me, E, X, ee, Ce, Le, Ie, Be, Fe, De, ke;
|
5637
5637
|
const d = J, u = W, c = ge, h = Lt, f = Ei;
|
5638
5638
|
return a(), r("dialog", {
|
5639
5639
|
ref: "dialog",
|
@@ -5690,7 +5690,7 @@ function bd(e, t, n, s, i, l) {
|
|
5690
5690
|
e.fancyBoxImageUrl || (Q = e.cmdImage) != null && Q.image ? (a(), r("div", rd, [
|
5691
5691
|
p(c, {
|
5692
5692
|
image: e.largeSingleImage,
|
5693
|
-
figcaption: (
|
5693
|
+
figcaption: (le = e.cmdImage) == null ? void 0 : le.figcaption
|
5694
5694
|
}, null, 8, ["image", "figcaption"])
|
5695
5695
|
])) : e.fancyBoxContent ? (a(), r("div", {
|
5696
5696
|
key: 1,
|
@@ -5713,17 +5713,17 @@ function bd(e, t, n, s, i, l) {
|
|
5713
5713
|
]))
|
5714
5714
|
], 2),
|
5715
5715
|
e.showSubmitButtons && e.fancyBoxOptionsProperties.submitButtons ? (a(), r("footer", pd, [
|
5716
|
-
(
|
5716
|
+
(oe = e.fancyBoxOptionsProperties.submitButtons) != null && oe.cancel ? (a(), r("button", {
|
5717
5717
|
key: 0,
|
5718
5718
|
onClick: t[3] || (t[3] = (...de) => e.cancel && e.cancel(...de)),
|
5719
|
-
title: (
|
5719
|
+
title: (ie = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : ie.tooltip
|
5720
5720
|
}, [
|
5721
5721
|
(re = e.fancyBoxOptionsProperties.submitButtons.cancel) != null && re.iconClass ? (a(), v(u, {
|
5722
5722
|
key: 0,
|
5723
5723
|
iconClass: (me = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : me.iconClass,
|
5724
5724
|
type: (E = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : E.iconType
|
5725
5725
|
}, null, 8, ["iconClass", "type"])) : m("", !0),
|
5726
|
-
(X = e.fancyBoxOptionsProperties.submitButtons.cancel) != null && X.buttonText ? (a(), r("span", hd, y((
|
5726
|
+
(X = e.fancyBoxOptionsProperties.submitButtons.cancel) != null && X.buttonText ? (a(), r("span", hd, y((ee = e.fancyBoxOptionsProperties.submitButtons.cancel) == null ? void 0 : ee.buttonText), 1)) : m("", !0)
|
5727
5727
|
], 8, fd)) : m("", !0),
|
5728
5728
|
(Ce = e.fancyBoxOptionsProperties.submitButtons) != null && Ce.confirm ? (a(), r("button", {
|
5729
5729
|
key: 1,
|
@@ -6052,7 +6052,7 @@ const xd = /* @__PURE__ */ M(td, [["render", bd]]), Cd = {
|
|
6052
6052
|
class: "flex-container"
|
6053
6053
|
}, _d = ["innerHTML"];
|
6054
6054
|
function Od(e, t, n, s, i, l) {
|
6055
|
-
const d = J, u =
|
6055
|
+
const d = J, u = ne, c = Ai;
|
6056
6056
|
return a(), r("div", vd, [
|
6057
6057
|
n.cmdHeadline ? (a(), v(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
6058
6058
|
p(c, I({
|
@@ -6066,7 +6066,7 @@ function Od(e, t, n, s, i, l) {
|
|
6066
6066
|
ref: "form"
|
6067
6067
|
}), {
|
6068
6068
|
default: k(() => {
|
6069
|
-
var h, f, g, w, b, O, T, F, B, D, V, U, G, P, R, Y, Z, Q,
|
6069
|
+
var h, f, g, w, b, O, T, F, B, D, V, U, G, P, R, Y, Z, Q, le, oe, ie, re, me, E, X, ee, Ce, Le, Ie, Be, Fe, De, ke, de, at, st, We, rt, dt, ut, ct;
|
6070
6070
|
return [
|
6071
6071
|
n.configuration.salutation ? (a(), r("div", wd, [
|
6072
6072
|
p(u, {
|
@@ -6162,7 +6162,7 @@ function Od(e, t, n, s, i, l) {
|
|
6162
6162
|
labelText: e.getMessage("basic_form.labeltext.country"),
|
6163
6163
|
selectOptions: (Z = n.configuration.country) == null ? void 0 : Z.selectOptions,
|
6164
6164
|
required: (Q = n.configuration.country) == null ? void 0 : Q.required,
|
6165
|
-
name: (
|
6165
|
+
name: (le = n.configuration.country) == null ? void 0 : le.name,
|
6166
6166
|
modelValue: i.formData.country.value,
|
6167
6167
|
"onUpdate:modelValue": [
|
6168
6168
|
t[6] || (t[6] = (K) => i.formData.country.value = K),
|
@@ -6174,10 +6174,10 @@ function Od(e, t, n, s, i, l) {
|
|
6174
6174
|
n.configuration.streetNo ? (a(), v(u, {
|
6175
6175
|
key: 1,
|
6176
6176
|
element: "input",
|
6177
|
-
type: ((
|
6177
|
+
type: ((oe = n.configuration.streetNo) == null ? void 0 : oe.type) || "text",
|
6178
6178
|
labelText: e.getMessage("basic_form.labeltext.street_no"),
|
6179
6179
|
placeholder: e.getMessage("basic_form.placeholder.street_no"),
|
6180
|
-
required: (
|
6180
|
+
required: (ie = n.configuration.streetNo) == null ? void 0 : ie.required,
|
6181
6181
|
name: (re = n.configuration.streetNo) == null ? void 0 : re.name,
|
6182
6182
|
modelValue: i.formData.streetNo.value,
|
6183
6183
|
"onUpdate:modelValue": t[7] || (t[7] = (K) => i.formData.streetNo.value = K),
|
@@ -6204,7 +6204,7 @@ function Od(e, t, n, s, i, l) {
|
|
6204
6204
|
key: 0,
|
6205
6205
|
element: "input",
|
6206
6206
|
class: "input-zip",
|
6207
|
-
type: ((
|
6207
|
+
type: ((ee = n.configuration.zip) == null ? void 0 : ee.type) || "number",
|
6208
6208
|
labelText: e.getMessage("basic_form.labeltext.zip"),
|
6209
6209
|
placeholder: e.getMessage("basic_form.placeholder.zip"),
|
6210
6210
|
required: (Ce = n.configuration.zip) == null ? void 0 : Ce.required,
|
@@ -6311,7 +6311,7 @@ const qi = /* @__PURE__ */ M(Cd, [["render", Od]]), Ld = {
|
|
6311
6311
|
}
|
6312
6312
|
}, Id = ["src", "alt"], Bd = ["title"], Fd = { key: 2 }, Dd = ["title"], Md = ["src", "alt"];
|
6313
6313
|
function Vd(e, t, n, s, i, l) {
|
6314
|
-
var d, u, c, h, f, g, w, b, O, T, F, B, D, V, U, G, P, R, Y, Z, Q,
|
6314
|
+
var d, u, c, h, f, g, w, b, O, T, F, B, D, V, U, G, P, R, Y, Z, Q, le;
|
6315
6315
|
return a(), r(_, null, [
|
6316
6316
|
(d = n.image) != null && d.src && (((u = n.image) == null ? void 0 : u.position) === "left" || ((c = n.image) == null ? void 0 : c.position) === "top" || !((h = n.image) != null && h.position)) ? (a(), r("img", {
|
6317
6317
|
key: 0,
|
@@ -6329,10 +6329,10 @@ function Vd(e, t, n, s, i, l) {
|
|
6329
6329
|
class: x((G = n.icon) == null ? void 0 : G.iconClass),
|
6330
6330
|
title: (P = n.icon) == null ? void 0 : P.tooltip
|
6331
6331
|
}, null, 10, Dd)) : m("", !0),
|
6332
|
-
(R = n.image) != null && R.src && (((Y = n.image) == null ? void 0 : Y.position) === "right" || ((Z = n.image) == null ? void 0 : Z.position) === "bottom"
|
6332
|
+
(R = n.image) != null && R.src && (((Y = n.image) == null ? void 0 : Y.position) === "right" || ((Z = n.image) == null ? void 0 : Z.position) === "bottom") ? (a(), r("img", {
|
6333
6333
|
key: 4,
|
6334
|
-
src: (
|
6335
|
-
alt: (
|
6334
|
+
src: (Q = e.img) == null ? void 0 : Q.src,
|
6335
|
+
alt: (le = n.image) == null ? void 0 : le.alt
|
6336
6336
|
}, null, 8, Md)) : m("", !0),
|
6337
6337
|
A(e.$slots, "default")
|
6338
6338
|
], 64);
|
@@ -6527,7 +6527,7 @@ const Re = /* @__PURE__ */ M(Ad, [["render", qd]]), Rd = {
|
|
6527
6527
|
};
|
6528
6528
|
function zd(e, t, n, s, i, l) {
|
6529
6529
|
var h, f, g, w, b, O, T, F, B, D, V, U, G;
|
6530
|
-
const d = Re, u = we("CmdListOfLinksItem", !0), c =
|
6530
|
+
const d = Re, u = we("CmdListOfLinksItem", !0), c = ne;
|
6531
6531
|
return e.editing ? (a(), r("div", Ud, [
|
6532
6532
|
p(c, {
|
6533
6533
|
element: "input",
|
@@ -7160,7 +7160,7 @@ function Fu(e, t, n, s, i, l) {
|
|
7160
7160
|
(F = n.cmdHeadline) != null && F.headlineText && n.headlinePosition === "header" ? (a(), v(d, j(I({ key: 1 }, n.cmdHeadline)), null, 16)) : m("", !0)
|
7161
7161
|
])) : m("", !0)
|
7162
7162
|
], 64)),
|
7163
|
-
|
7163
|
+
te(o("div", {
|
7164
7164
|
class: x(["box-body", n.boxBodyClass]),
|
7165
7165
|
"aria-expanded": "true",
|
7166
7166
|
role: "article"
|
@@ -8014,7 +8014,7 @@ const nc = /* @__PURE__ */ M(Qu, [["render", tc]]), ic = {
|
|
8014
8014
|
class: "flex-container vertical"
|
8015
8015
|
}, fc = ["onClick", "title"], hc = { class: "collapsible-box-body" }, gc = { key: 0 }, yc = { key: 1 }, bc = ["href", "target"], xc = ["innerHTML"], Cc = { class: "button-wrapper align-center" };
|
8016
8016
|
function vc(e, t, n, s, i, l) {
|
8017
|
-
const d = J, u =
|
8017
|
+
const d = J, u = ne;
|
8018
8018
|
return a(), v(Ae, { name: "fade" }, {
|
8019
8019
|
default: k(() => {
|
8020
8020
|
var c, h, f;
|
@@ -8064,7 +8064,7 @@ function vc(e, t, n, s, i, l) {
|
|
8064
8064
|
}, null, 2)
|
8065
8065
|
], 8, rc)
|
8066
8066
|
], 2),
|
8067
|
-
|
8067
|
+
te(o("div", dc, [
|
8068
8068
|
b.description ? (a(), r("p", uc, y(b.description), 1)) : m("", !0),
|
8069
8069
|
b.linkDataPrivacy ? (a(), r("p", cc, [
|
8070
8070
|
H(y(b.linkDataPrivacy.label) + " ", 1),
|
@@ -8115,7 +8115,7 @@ function vc(e, t, n, s, i, l) {
|
|
8115
8115
|
}, null, 2)
|
8116
8116
|
], 8, fc)
|
8117
8117
|
], 2),
|
8118
|
-
|
8118
|
+
te(o("div", hc, [
|
8119
8119
|
b.description ? (a(), r("p", gc, y(b.description), 1)) : m("", !0),
|
8120
8120
|
b.linkDataPrivacy ? (a(), r("p", yc, [
|
8121
8121
|
H(y(b.linkDataPrivacy.label) + " ", 1),
|
@@ -9315,7 +9315,7 @@ function Vm(e, t, n, s, i, l) {
|
|
9315
9315
|
]),
|
9316
9316
|
"aria-labelledby": e.htmlId
|
9317
9317
|
}, [
|
9318
|
-
|
9318
|
+
te(o("span", _m, [
|
9319
9319
|
o("span", { id: e.htmlId }, [
|
9320
9320
|
H(y(n.labelText), 1),
|
9321
9321
|
n.required ? (a(), r("sup", Lm, "*")) : m("", !0)
|
@@ -9359,7 +9359,7 @@ function Vm(e, t, n, s, i, l) {
|
|
9359
9359
|
for: c.id,
|
9360
9360
|
class: x({ "toggle-switch": n.toggleSwitches, colored: n.colored })
|
9361
9361
|
}, [
|
9362
|
-
|
9362
|
+
te(o("input", {
|
9363
9363
|
type: n.inputTypes,
|
9364
9364
|
id: c.id,
|
9365
9365
|
name: c.name,
|
@@ -9686,9 +9686,9 @@ const Yi = /* @__PURE__ */ M(Tm, [["render", Vm]]), Pm = {
|
|
9686
9686
|
}, Am = { class: "cmd-login-form flex-container" }, Em = { class: "option-wrapper flex-container" }, Hm = { key: 1 }, qm = ["type", "disabled"], Rm = { key: 1 }, jm = { class: "cmd-login-form flex-container" }, Nm = { class: "option-wrapper flex-container" }, Um = ["type", "disabled"], zm = { key: 1 };
|
9687
9687
|
function Gm(e, t, n, s, i, l) {
|
9688
9688
|
var f, g, w, b, O, T, F, B;
|
9689
|
-
const d = J, u =
|
9689
|
+
const d = J, u = ne, c = W, h = Re;
|
9690
9690
|
return a(), r(_, null, [
|
9691
|
-
|
9691
|
+
te(o("fieldset", Am, [
|
9692
9692
|
o("legend", {
|
9693
9693
|
class: x({ hidden: !n.legendLoginForm.show, "align-left": n.legendLoginForm.align === "left" })
|
9694
9694
|
}, y(n.legendLoginForm.text), 3),
|
@@ -9762,7 +9762,7 @@ function Gm(e, t, n, s, i, l) {
|
|
9762
9762
|
], 512), [
|
9763
9763
|
[xe, !i.sendLogin]
|
9764
9764
|
]),
|
9765
|
-
|
9765
|
+
te(o("fieldset", jm, [
|
9766
9766
|
o("legend", {
|
9767
9767
|
class: x({ hidden: !n.legendForgotLoginForm.show, "align-left": n.legendForgotLoginForm.align === "left" })
|
9768
9768
|
}, y(n.legendForgotLoginForm.text), 3),
|
@@ -10378,7 +10378,7 @@ const cp = /* @__PURE__ */ M(sp, [["render", up]]), mp = {
|
|
10378
10378
|
}
|
10379
10379
|
}, pp = { class: "cmd-newsletter-subscription flex-container" }, fp = { class: "button-wrapper" };
|
10380
10380
|
function hp(e, t, n, s, i, l) {
|
10381
|
-
const d = Yi, u =
|
10381
|
+
const d = Yi, u = ne;
|
10382
10382
|
return a(), r("fieldset", pp, [
|
10383
10383
|
o("legend", {
|
10384
10384
|
class: x({ hidden: !n.legend.show, "align-left": n.legend.align === "left" })
|
@@ -10529,7 +10529,7 @@ const yp = {
|
|
10529
10529
|
class: "input-wrapper"
|
10530
10530
|
}, Op = ["title"];
|
10531
10531
|
function Lp(e, t, n, s, i, l) {
|
10532
|
-
const d =
|
10532
|
+
const d = ne;
|
10533
10533
|
return e.editing ? (a(), r(_, { key: 1 }, [
|
10534
10534
|
o("dt", null, [
|
10535
10535
|
p(d, {
|
@@ -10918,7 +10918,7 @@ const Dp = {
|
|
10918
10918
|
};
|
10919
10919
|
function jp(e, t, n, s, i, l) {
|
10920
10920
|
var g, w;
|
10921
|
-
const d = J, u = Re, c =
|
10921
|
+
const d = J, u = Re, c = ne, h = Ip, f = qe;
|
10922
10922
|
return a(), r("div", Mp, [
|
10923
10923
|
(g = n.cmdHeadline) != null && g.headlineText || e.editModeContext ? (a(), v(d, j(I({ key: 0 }, n.cmdHeadline)), null, 16)) : m("", !0),
|
10924
10924
|
!e.editing && n.showOpenStatus ? (a(), r(_, { key: 1 }, [
|
@@ -11464,7 +11464,7 @@ const sf = /* @__PURE__ */ M(tf, [["render", af]]), rf = {
|
|
11464
11464
|
};
|
11465
11465
|
function df(e, t, n, s, i, l) {
|
11466
11466
|
var f, g;
|
11467
|
-
const d = J, u =
|
11467
|
+
const d = J, u = ne, c = sf, h = qe;
|
11468
11468
|
return a(), r("div", {
|
11469
11469
|
class: x(["cmd-social-networks", { stretch: n.stretchButtons }, l.alignment])
|
11470
11470
|
}, [
|
@@ -12285,7 +12285,7 @@ const Nf = /* @__PURE__ */ M(qf, [["render", jf]]), Uf = {
|
|
12285
12285
|
};
|
12286
12286
|
function Qf(e, t, n, s, i, l) {
|
12287
12287
|
var g, w, b, O, T, F, B, D;
|
12288
|
-
const d = J, u =
|
12288
|
+
const d = J, u = ne, c = W, h = Ui, f = zi;
|
12289
12289
|
return a(), r(_, null, [
|
12290
12290
|
o("fieldset", Gf, [
|
12291
12291
|
o("legend", {
|
@@ -12673,11 +12673,16 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = {
|
|
12673
12673
|
required: !0
|
12674
12674
|
},
|
12675
12675
|
/**
|
12676
|
-
*
|
12676
|
+
* set properties for CmdFormElement-component (search-field)
|
12677
12677
|
*/
|
12678
12678
|
cmdFormElement: {
|
12679
12679
|
type: Object,
|
12680
12680
|
required: !1
|
12681
|
+
},
|
12682
|
+
// todo: replace property by computed-property that handles position of dropdown-list automatically
|
12683
|
+
openListToTop: {
|
12684
|
+
type: Boolean,
|
12685
|
+
default: !1
|
12681
12686
|
}
|
12682
12687
|
},
|
12683
12688
|
computed: {
|
@@ -12714,9 +12719,9 @@ const oh = /* @__PURE__ */ M($f, [["render", lh]]), ah = {
|
|
12714
12719
|
class: "list-of-recommendations no-list-items"
|
12715
12720
|
};
|
12716
12721
|
function rh(e, t, n, s, i, l) {
|
12717
|
-
const d =
|
12722
|
+
const d = ne, u = Re;
|
12718
12723
|
return a(), r("div", {
|
12719
|
-
class: x(["cmd-smart-search", { open: i.showListOfRecommendations }])
|
12724
|
+
class: x(["cmd-smart-search", { open: i.showListOfRecommendations, "open-list-to-top": n.openListToTop }])
|
12720
12725
|
}, [
|
12721
12726
|
p(d, I({
|
12722
12727
|
element: "input",
|
@@ -13703,6 +13708,7 @@ const dh = /* @__PURE__ */ M(ah, [["render", rh]]), uh = "data:image/svg+xml,%3c
|
|
13703
13708
|
"SiteHeader",
|
13704
13709
|
"SiteSearch",
|
13705
13710
|
"Slideshow",
|
13711
|
+
"SmartSearch",
|
13706
13712
|
"SocialNetworks",
|
13707
13713
|
"SwitchLanguage",
|
13708
13714
|
"SystemMessage",
|
@@ -15295,7 +15301,7 @@ function Ng(e, t, n, s, i, l) {
|
|
15295
15301
|
}, {
|
15296
15302
|
default: k(() => [
|
15297
15303
|
A(e.$slots, "table-body", {}, () => [
|
15298
|
-
|
15304
|
+
te(o("tbody", Hg, [
|
15299
15305
|
(a(!0), r(_, null, q(n.tableData.tbody, (c, h) => (a(), r("tr", {
|
15300
15306
|
class: x({ active: n.tableData.rowIndexHighlighted === h }),
|
15301
15307
|
key: h
|
@@ -15433,7 +15439,7 @@ function Zg(e, t, n, s, i, l) {
|
|
15433
15439
|
], 8, Wg)
|
15434
15440
|
], 2))), 128))
|
15435
15441
|
], 2),
|
15436
|
-
n.useSlot ? (a(!0), r(_, { key: 0 }, q(n.tabs.length, (c) =>
|
15442
|
+
n.useSlot ? (a(!0), r(_, { key: 0 }, q(n.tabs.length, (c) => te((a(), r("div", {
|
15437
15443
|
key: c,
|
15438
15444
|
"aria-live": "assertive",
|
15439
15445
|
class: x(["tab-content-" + (c - 1), { "no-padding": !n.useDefaultPadding }])
|
@@ -15605,7 +15611,7 @@ function ey(e, t, n, s, i, l) {
|
|
15605
15611
|
allowDeleteComponent: !!n.htmlContent
|
15606
15612
|
}, {
|
15607
15613
|
default: k((b) => [
|
15608
|
-
b.editing ?
|
15614
|
+
b.editing ? te((a(), r("textarea", {
|
15609
15615
|
key: 0,
|
15610
15616
|
class: x(["edit-mode", l.textAlign]),
|
15611
15617
|
"onUpdate:modelValue": t[0] || (t[0] = (O) => i.editableHtmlContent = O),
|
@@ -15785,7 +15791,7 @@ const ty = /* @__PURE__ */ M(Qg, [["render", ey]]), ny = {
|
|
15785
15791
|
}
|
15786
15792
|
}, iy = { key: 0 };
|
15787
15793
|
function ly(e, t, n, s, i, l) {
|
15788
|
-
const d = W, u =
|
15794
|
+
const d = W, u = ne;
|
15789
15795
|
return a(), r("div", {
|
15790
15796
|
class: x(["cmd-toggle-dark-mode", { "styled-layout": n.useStyledLayout, "dark-mode": i.darkMode }])
|
15791
15797
|
}, [
|
@@ -18094,7 +18100,7 @@ const Mb = {
|
|
18094
18100
|
class: "progressbar"
|
18095
18101
|
}, sx = ["value", "title"];
|
18096
18102
|
function rx(e, t, n, s, i, l) {
|
18097
|
-
const d = J, u = Ne, c = W, h =
|
18103
|
+
const d = J, u = Ne, c = W, h = ne;
|
18098
18104
|
return a(), r(_, null, [
|
18099
18105
|
n.advancedMode ? (a(), r("fieldset", {
|
18100
18106
|
key: 0,
|
@@ -18619,7 +18625,7 @@ const Tl = /* @__PURE__ */ M(ux, [["render", px]]), fx = {
|
|
18619
18625
|
}
|
18620
18626
|
};
|
18621
18627
|
function hx(e, t, n, s, i, l) {
|
18622
|
-
const d =
|
18628
|
+
const d = ne, u = wn;
|
18623
18629
|
return a(), v(u, {
|
18624
18630
|
"use-slots": ["body"],
|
18625
18631
|
collapsible: !0,
|
@@ -19162,7 +19168,7 @@ const Qx = /* @__PURE__ */ M(Vx, [["render", Zx]]), Xx = {
|
|
19162
19168
|
}
|
19163
19169
|
}, $x = { class: "cmd-mail-tool-filter align-items-center" }, e1 = { class: "flex-container horizontal align-items-center" }, t1 = { class: "flex-container horizontal sort-wrapper" }, n1 = ["title"], i1 = { key: 0 }, l1 = ["title"], o1 = { key: 0 };
|
19164
19170
|
function a1(e, t, n, s, i, l) {
|
19165
|
-
const d = J, u =
|
19171
|
+
const d = J, u = ne;
|
19166
19172
|
return a(), r("div", $x, [
|
19167
19173
|
l.headlineText ? (a(), v(d, {
|
19168
19174
|
key: 0,
|
@@ -20306,7 +20312,7 @@ const f1 = /* @__PURE__ */ M(c1, [["render", p1]]), h1 = [
|
|
20306
20312
|
text: "Zimbabwe",
|
20307
20313
|
value: "zw"
|
20308
20314
|
}
|
20309
|
-
], w1 = "comand-component-library", k1 = "4.1.
|
20315
|
+
], w1 = "comand-component-library", k1 = "4.1.99", T1 = "GPL-3.0-only", S1 = "CoManD-UI", _1 = "module", O1 = {
|
20310
20316
|
prepublishOnly: "npm run build-lib",
|
20311
20317
|
dev: "vite",
|
20312
20318
|
build: "vite build",
|
@@ -21728,8 +21734,8 @@ const f1 = /* @__PURE__ */ M(c1, [["render", p1]]), h1 = [
|
|
21728
21734
|
id: "content"
|
21729
21735
|
};
|
21730
21736
|
function mv(e, t, n, s, i, l) {
|
21731
|
-
const d = wn, u = Ri, c = Vf, h = Cn, f = Ni, g = Nf, w = Tl, b = Pi, O = zi, T =
|
21732
|
-
return
|
21737
|
+
const d = wn, u = Ri, c = Vf, h = Cn, f = Ni, g = Nf, w = Tl, b = Pi, O = zi, T = ne, F = dh, B = Ui, D = Of, V = Yi, U = Ai, G = sr, P = fr, R = qi, Y = ji, Z = nc, Q = em, le = Ki, oe = J, ie = W, re = ge, me = ym, E = km, X = Re, ee = f1, Ce = Wm, Le = u1, Ie = Ji, Be = we("router-view"), Fe = cp, De = gp, ke = Np, de = hf, at = Cf, st = ef, We = Hf, rt = Xf, dt = oh, ut = Zi, ct = Dg, K = Ne, In = Ug, Ll = el, Vt = ty, Il = Ei, Bl = oy, Pt = Mi, Fl = dx, Dl = Sl, Ml = _c, Vl = wc, Pl = xd, Al = gx, El = Ul("fancybox");
|
21738
|
+
return te((a(), r("div", {
|
21733
21739
|
class: "page-wrapper",
|
21734
21740
|
id: l.templateId
|
21735
21741
|
}, [
|
@@ -21759,7 +21765,7 @@ function mv(e, t, n, s, i, l) {
|
|
21759
21765
|
body: k(() => [
|
21760
21766
|
o("label", q1, [
|
21761
21767
|
t[125] || (t[125] = o("span", null, "Select template", -1)),
|
21762
|
-
|
21768
|
+
te(o("select", {
|
21763
21769
|
id: "select-template",
|
21764
21770
|
"onUpdate:modelValue": t[0] || (t[0] = (z) => i.selectedTemplate = z)
|
21765
21771
|
}, t[124] || (t[124] = [
|
@@ -21776,7 +21782,7 @@ function mv(e, t, n, s, i, l) {
|
|
21776
21782
|
t[129] || (t[129] = o("span", null, "Color Scheme", -1)),
|
21777
21783
|
o("div", R1, [
|
21778
21784
|
o("label", j1, [
|
21779
|
-
|
21785
|
+
te(o("input", {
|
21780
21786
|
type: "radio",
|
21781
21787
|
id: "default-color-scheme",
|
21782
21788
|
name: "color-scheme",
|
@@ -21788,7 +21794,7 @@ function mv(e, t, n, s, i, l) {
|
|
21788
21794
|
t[126] || (t[126] = o("span", { class: "label-text" }, "Color-Scheme by Browser/OS", -1))
|
21789
21795
|
]),
|
21790
21796
|
o("label", N1, [
|
21791
|
-
|
21797
|
+
te(o("input", {
|
21792
21798
|
type: "radio",
|
21793
21799
|
id: "light-mode",
|
21794
21800
|
name: "color-scheme",
|
@@ -21800,7 +21806,7 @@ function mv(e, t, n, s, i, l) {
|
|
21800
21806
|
t[127] || (t[127] = o("span", { class: "label-text" }, "Light Mode", -1))
|
21801
21807
|
]),
|
21802
21808
|
o("label", U1, [
|
21803
|
-
|
21809
|
+
te(o("input", {
|
21804
21810
|
type: "radio",
|
21805
21811
|
id: "dark-mode",
|
21806
21812
|
name: "color-scheme",
|
@@ -22245,11 +22251,14 @@ function mv(e, t, n, s, i, l) {
|
|
22245
22251
|
status: i.validationStatus,
|
22246
22252
|
disabled: i.disabledStatus
|
22247
22253
|
}, null, 8, ["modelValue", "status", "disabled"]),
|
22248
|
-
p(F,
|
22254
|
+
p(F, {
|
22255
|
+
listOfRecommendations: i.smartSearchData.listOfRecommendations,
|
22256
|
+
cmdFormElement: i.smartSearchData.cmdFormElement,
|
22257
|
+
openListToTop: !0,
|
22249
22258
|
modelValue: i.smartSearch,
|
22250
22259
|
"onUpdate:modelValue": t[32] || (t[32] = (C) => i.smartSearch = C),
|
22251
22260
|
disabled: i.disabledStatus
|
22252
|
-
}
|
22261
|
+
}, null, 8, ["listOfRecommendations", "cmdFormElement", "modelValue", "disabled"])
|
22253
22262
|
]),
|
22254
22263
|
t[162] || (t[162] = o("h3", null, "Textarea", -1)),
|
22255
22264
|
p(T, {
|
@@ -22356,7 +22365,7 @@ function mv(e, t, n, s, i, l) {
|
|
22356
22365
|
t[143] || (t[143] = o("span", { class: "label-text" }, [
|
22357
22366
|
o("span", null, "Range Value:")
|
22358
22367
|
], -1)),
|
22359
|
-
|
22368
|
+
te(o("input", {
|
22360
22369
|
type: "number",
|
22361
22370
|
class: x(i.validationStatus),
|
22362
22371
|
"onUpdate:modelValue": t[41] || (t[41] = (C) => i.rangeValue = C),
|
@@ -22372,7 +22381,7 @@ function mv(e, t, n, s, i, l) {
|
|
22372
22381
|
t[144] || (t[144] = o("span", { class: "label-text hidden" }, [
|
22373
22382
|
o("span", null, "Range Value")
|
22374
22383
|
], -1)),
|
22375
|
-
|
22384
|
+
te(o("input", {
|
22376
22385
|
type: "range",
|
22377
22386
|
class: "range-slider",
|
22378
22387
|
id: "range-slider",
|
@@ -23411,7 +23420,7 @@ function mv(e, t, n, s, i, l) {
|
|
23411
23420
|
class: "headline-demopage",
|
23412
23421
|
id: "section-google-maps"
|
23413
23422
|
}, "Google Maps™", -1)),
|
23414
|
-
p(
|
23423
|
+
p(le, {
|
23415
23424
|
address: i.addressData[1]
|
23416
23425
|
}, null, 8, ["address"])
|
23417
23426
|
]),
|
@@ -23428,14 +23437,14 @@ function mv(e, t, n, s, i, l) {
|
|
23428
23437
|
onClick: t[84] || (t[84] = S((C) => l.openSettingsSidebar("CmdHeadline"), ["prevent"]))
|
23429
23438
|
})
|
23430
23439
|
]),
|
23431
|
-
p(
|
23432
|
-
p(
|
23433
|
-
p(
|
23440
|
+
p(oe, I({ ref: "CmdHeadline" }, e.cmdHeadlineSettingsData), null, 16),
|
23441
|
+
p(oe, I({ ref: "CmdHeadline" }, e.cmdHeadlineSettingsData), null, 16),
|
23442
|
+
p(oe, {
|
23434
23443
|
ref: "CmdHeadline",
|
23435
23444
|
headlineLevel: "3",
|
23436
23445
|
headlineText: "Headline text<br /> with html given by property"
|
23437
23446
|
}, null, 512),
|
23438
|
-
p(
|
23447
|
+
p(oe, {
|
23439
23448
|
ref: "CmdHeadline",
|
23440
23449
|
headlineLevel: "3"
|
23441
23450
|
}, {
|
@@ -23458,23 +23467,23 @@ function mv(e, t, n, s, i, l) {
|
|
23458
23467
|
o("ul", null, [
|
23459
23468
|
o("li", null, [
|
23460
23469
|
t[233] || (t[233] = o("span", null, "Icon from local iconfont", -1)),
|
23461
|
-
p(
|
23470
|
+
p(ie, { iconClass: "icon-home" })
|
23462
23471
|
]),
|
23463
23472
|
o("li", null, [
|
23464
23473
|
t[234] || (t[234] = o("span", null, "Icon from iconify-api (icomoon-font)", -1)),
|
23465
|
-
p(
|
23474
|
+
p(ie, { iconClass: "icomoon-free:home" })
|
23466
23475
|
]),
|
23467
23476
|
o("li", null, [
|
23468
23477
|
t[235] || (t[235] = o("span", null, "Icon from iconify-api (bootstrap-font)", -1)),
|
23469
|
-
p(
|
23478
|
+
p(ie, { iconClass: "bi:house-fill" })
|
23470
23479
|
]),
|
23471
23480
|
o("li", null, [
|
23472
23481
|
t[236] || (t[236] = o("span", null, "Icon from iconify-api (material-design-font)", -1)),
|
23473
|
-
p(
|
23482
|
+
p(ie, { iconClass: "mdi:home" })
|
23474
23483
|
]),
|
23475
23484
|
o("li", null, [
|
23476
23485
|
t[237] || (t[237] = o("span", null, "Icon from iconify-api (font-awesome-solid-font)", -1)),
|
23477
|
-
p(
|
23486
|
+
p(ie, { iconClass: "fa6-solid:house-chimney" })
|
23478
23487
|
])
|
23479
23488
|
])
|
23480
23489
|
]),
|
@@ -23638,7 +23647,7 @@ function mv(e, t, n, s, i, l) {
|
|
23638
23647
|
onClick: t[90] || (t[90] = S((C) => l.openSettingsSidebar("CmdListOfImages"), ["prevent"]))
|
23639
23648
|
})
|
23640
23649
|
]),
|
23641
|
-
p(
|
23650
|
+
p(ee, I({ ref: "CmdListOfImages" }, e.cmdListOfImagesSettingsData, { images: i.imageGalleryData }), null, 16, ["images"])
|
23642
23651
|
]),
|
23643
23652
|
_: 1
|
23644
23653
|
}),
|
@@ -24419,7 +24428,7 @@ export {
|
|
24419
24428
|
xd as CmdFancyBox,
|
24420
24429
|
em as CmdFlexibleScrollContainer,
|
24421
24430
|
Ai as CmdForm,
|
24422
|
-
|
24431
|
+
ne as CmdFormElement,
|
24423
24432
|
zi as CmdFormFilters,
|
24424
24433
|
Ki as CmdGoogleMaps,
|
24425
24434
|
J as CmdHeadline,
|